summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (sh-here-document-word): Document new treatment of leading "-".Glenn Morris2003-05-272-2/+34
| | | | | (sh-maybe-here-document): Strip a leading "-" from closing heredoc delimiter, if present.
* (align-rules-list): Doc fix.Glenn Morris2003-05-271-3/+3
|
* Update copyright.Glenn Morris2003-05-271-29/+39
| | | | | | | | | | | | | | (timeclock-ask-before-exiting): Put `timeclock-query-out' on `kill-emacs-query-functions' rather than `kill-emacs-hook'. (timeclock-mode-string): Doc fix. (timeclock-modeline-display): Doc fix. Use `global-mode-string' rather than `mode-line-format'. (timeclock-query-out): Doc fix. (timeclock-update-modeline): No need for `let*', so use `let'. Add some help-echo text to `timeclock-mode-string'. (timeclock-mode-string): Give it the risky-local-variable property, so that help-echo text will display. (timeclock-find-discrep): Set `accum' to 0 if `timeclock-discrepancy' is nil.
* *** empty log message ***Stefan Monnier2003-05-271-4/+28
|
* (lisp-font-lock-syntactic-face-function): Don't infinite lop at bob.Stefan Monnier2003-05-271-60/+78
| | | | | | | (emacs-lisp-mode): Mark its main custom group to be `lisp'. (prin1-char): New fun. (eval-last-sexp-1): Use it. Use with-syntax-table as well. (eval-defun-1): Don't replace `defvar' with `defconst'.
* (global-map): Bind M-S-<backspace toKai Großjohann2003-05-272-0/+6
| | | | kill-whole-line.
* (gud-find-class): Remove unused var `pos'.Stefan Monnier2003-05-261-3/+94
| | | | | | | | | (gdb-script-mode-syntax-table, gdb-script-font-lock-keywords) (gdb-script-font-lock-syntactic-keywords) (gdb-script-font-lock-syntactic-face, gdb-script-basic-indent) (gdb-script-skip-to-head, gdb-script-calculate-indentation) (gdb-script-indent-line, gdb-script-mode): New mode to edit .gdbinit-like scripts.
* *** empty log message ***John Paul Wallington2003-05-261-0/+5
|
* (x-create-frame-with-faces): Call `face-set-after-frame-default'.John Paul Wallington2003-05-261-4/+3
| | | | (display-supports-face-attributes-p): Doc fix.
* (global-map): Don't bind S-<backspace>. Too manyKai Großjohann2003-05-262-1/+13
| | | | people hit it by mistake.
* #André Spiegel2003-05-261-0/+6
|
* (vc-delete-file): Fix free variable reference.André Spiegel2003-05-261-4/+7
| | | | | (vc-annotate-display): Remove obsolesence declaration; it isn't obsolete.
* (skeleton-internal-1): Don't loop if interactor of subskeleton is nil.Stefan Monnier2003-05-261-25/+29
| | | | | (skeleton-pair-default-alist): New var. (skeleton-pair-insert-maybe): Use it.
* (autoconf-mode setups): Recognise AH_ and AU_ entries in "(autoconf)AutoconfJuanma Barranquero2003-05-252-4/+36
| | | | | | Macro Index". Add "(autoconf)M4 Macro Index" and "(autoconf)Autotest Macro Index". Remove duplicate copy of "(automake)Macro and Variable Index". Keep automake after all autoconf possibilities, so as to prefer those.
* (gdb-info-breakpoints-custom, gdb-assembler-custom):Nick Roberts2003-05-251-14/+35
| | | | | | | | | | | | | | Put string associated with breakpoint at start of line so that it is always visible. (gdb-display-source-buffer): Display assembler during execution, when requested. (gud-menu-map): Add a toggle button to menubar for gdb-many-windows. (gdb-many-windows): Define explicitly as a function and a variable (formerly as a minor mode). These need to be global so layout can be reset from any buffer. (gdb-assembler-mode): Keep fringe outside margin as the overlay arrow is not used for assembler.
* *** empty log message ***Nick Roberts2003-05-251-0/+15
|
* *** empty log message ***Juanma Barranquero2003-05-251-0/+18
|
* (which-func-update-timer): New variable.Juanma Barranquero2003-05-251-3/+7
| | | | (which-function-mode): Use it.
* (idle-update-delay): New variable.Juanma Barranquero2003-05-251-0/+8
|
* (forward-visible-line): Fix negative arguments.Juanma Barranquero2003-05-251-9/+8
|
* (skeleton-pair-insert-maybe): Remove leftover reference toJuanma Barranquero2003-05-251-10/+9
| | | | skeleton-abbrev-cleanup.
* *** empty log message ***Stefan Monnier2003-05-251-12/+47
|
* (skeleton-abbrev-cleanup, skeleton-proxy): Remove obsolete code.Stefan Monnier2003-05-251-59/+0
|
* *** empty log message ***Andreas Schwab2003-05-241-0/+4
|
* (insert-directory): Preserve CR in a file name.Andreas Schwab2003-05-241-1/+7
|
* (iconify-or-deiconify-frame): Move to frame.el.Stefan Monnier2003-05-241-8/+1
|
* (iconify-or-deiconify-frame): Move to frame.el.Stefan Monnier2003-05-241-15/+11
| | | | Turn on mouse-wheel support by default.
* (iconify-or-deiconify-frame): Move from term/x-win.el.Stefan Monnier2003-05-241-0/+7
|
* Version 2.0.34 (of Tramp) released.Kai Großjohann2003-05-244-474/+394
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (tramp-handle-file-symlink-p): If target of symlink is absolute, return a Tramp filename. (Ie, return "/user@host:/target" instead of "/target".) (tramp-handle-file-truename): Deal with new return value from `file-symlink-p'. (tramp-handle-expand-file-name): Make default method explicit in file name. (tramp-unified-filenames): Move to an earlier spot in the file. (top-level): If tramp-unified-filenames is set and we're running on XEmacs, load tramp-efs. (tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt): New functions, used by tramp-send-command-internal. (tramp-open-connection-setup-interactive-shell): Simplify using `tramp-send-command-internal'. (tramp-send-command-internal): New function. (tramp-methods): New entries "remsh" and "remcp" are like "rsh" and "rcp" but invoke "remsh" instead of "rsh". This is useful on Cray systems, for instance. Unify tramp-rsh-program, tramp-telnet-program, tramp-su-program into tramp-login-program. Likewise with tramp-login-args, tramp-copy-program, tramp-copy-args, tramp-copy-keep-date-arg. Users changed. New method plink1; like plink but pass "-1" to force protocol version 1. (tramp-default-method): Use plink as the default on machines where the plink program is present. (tramp-completion-file-name-handler): Add safe-magic property. (tramp-shell-prompt-pattern): Allow ANSI escapes at end of prompt. (ANSI escapes elsewhere in the prompt are recognized properly already.)
* Use `push' and replace `regi-pos' by equivalents.Stefan Monnier2003-05-241-277/+154
| | | | | | | | | (sc-emacs-features): Remove. Use better tests instead. (sc-minor-mode): Use define-minor-mode. (sc-mode-string, sc-set-mode-string): Remove. Use a better modeline expression instead. (sc-completing-read, sc-read-string, sc-submatch, sc-member) (sc-string-text): Remove those compatibility functions.
* (gdba): Accommodate Fortran programs.Nick Roberts2003-05-231-7/+7
| | | | | | | (gud-gdba-command-name): Use -noasync in all cases (as Fortran seems to require it also). (gdb-source-info): Parse correctly when compilation directory specifies host also (IRIX).
* *** empty log message ***Nick Roberts2003-05-231-0/+8
|
* (cvs-temp-buffer): Kill running process in displayed buffers.Stefan Monnier2003-05-231-2/+10
| | | | (cvs-make-cvs-buffer): Fix up format of the header.
* (define-ccl-program): Doc fix.Dave Love2003-05-231-1/+1
|
* #André Spiegel2003-05-231-0/+5
|
* (vc-cvs-checkout): Don't leave the branch when REV is t.André Spiegel2003-05-231-6/+9
| | | | From Don Provan <dprovan@bivio.net>.
* (perl-font-lock-syntactic-keywords): Match more cases of /.../ patterns.Stefan Monnier2003-05-231-4/+5
|
* *** empty log message ***Richard M. Stallman2003-05-231-0/+19
|
* Remove unnecessary entry.Lute Kamstra2003-05-231-5/+0
|
* (forms--mode-commands1): Bind \t, not `tab'.Richard M. Stallman2003-05-231-5/+3
| | | | | (forms--mode-commands): Don't bind \t in the maps where we call forms--mode-commands1.
* (repunctuate-sentences): New function.Richard M. Stallman2003-05-231-0/+8
|
* (archive-lzh-summarize): Calculate correct totalRichard M. Stallman2003-05-231-3/+8
| | | | header size for LZH level 1 header.
* (checkdoc-file-comments-engine): UseLute Kamstra2003-05-232-16/+32
| | | | `lm-commentary-end' to find the end of the commentary section.
* Make the description of the library moreLute Kamstra2003-05-231-31/+66
| | | | | | | | | | | | | | | | | | accurate. (lm-any-header): New user option. (lm-section-start): New function; rewrite of `lm-section-mark'. (lm-section-mark): Make alias of `lm-section-start'. (lm-section-end): New function. (lm-code-start): New function; rewrite of `lm-code-mark'. (lm-code-mark): Make alias of `lm-code-start'. (lm-commentary-start): New function; rewrite of `lm-commentary-mark'. (lm-commentary-mark): Make alias of `lm-commentary-start'. (lm-commentary-end): New function. (lm-history-start): New function; rewrite of `lm-history-mark'. (lm-history-mark): Make alias of `lm-history-start'. (lm-commentary): Use `lm-commentary-end' to find the end of the commentary section.
* (define-skeleton): Use the `no-self-insert' property.Stefan Monnier2003-05-231-54/+42
| | | | | | | (skeleton-proxy-new): Fix docstring. Remove broken interactive spec. Rely on use `no-self-insert' rather than `skeleton-abbrev-cleanup'. (skeleton-internal-1): Add a `recursive' argument. (skeleton-internal-list): Use it to propagate `recursive'.
* *** empty log message ***Stefan Monnier2003-05-221-5/+88
|
* Summary: MIME support added for e-mail processing thatStefan Monnier2003-05-221-221/+493
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skips encoded regions. Allow user to skip saving Fcc messages with large attachments. Fixed region skipping bug with multi-line comments - e.g. tex $ regions spanning multiple lines. Added support for postscript and uuencoded regions. Redundant dictionary file names purged. Dictionary definition field name changed from "Character Set" to "Coding System". Fixed bug in reloading dictionaries. Modified headers to reflect new version. XEmacs menu now adds customize item. (ispell-check-version): No longer an aliased function. Returns library path if not called interactively. Variable `temporary-file-directory' protected if not loaded. (check-ispell-version): Now the alias for `ispell-check-version'. (ispell-message-fcc-skip): New variable that determines if and when to query about saving Fcc copy of message if an attachment is large. (ispell-skip-html): Declared buffer-local. (ispell-local-dictionary-alist): Docstring expanded. Tag name changed from "Character Set" to "Coding System". (ispell-dictionary-alist-1): Removed redundant command-line option to load brasileiro, british, and castellano dictionary files. (ispell-dictionary-alist-2): Removed redundant command-line option to load czech dictionary file. (ispell-dictionary-alist-3): Moved francais-tex here. (ispell-dictionary-alist-4): Removed german and german8 dictionaries. The deutsch ones are the correct definitions. `nederlands' and `nederlands8' dictionaries moved here. (ispell-dictionary-alist-5): `polish' and `portugues' dictionaries moved here. Removed redundant command-line option to `norsk' and `portugues'. (ispell-dictionary-alist-6): Removed redundant command-line option to load `russian' and `slovak' dictionary files. (ispell-dictionary-alist): Tag name changed from "Character Set" to "Coding System". (ispell-version): Updated to 3.6. (ispell-library-directory): Calls non-deprecated function. (ispell-valid-dictionary-list): New function returning all valid dictionaries on machine. (ispell-checking-message): Documentation string improved. (ispell-skip-region-alist): Added uuencoded and postscript region skipping. Improved http/e-mail/file regexp to not match `/.\w'. (ispell-html-skip-alists): New variable for html region support. (ispell-send-string): Removed redundant xemacs check. (ispell-word): Fix spelling error in documentation string, added extent information to support highlighting in ispell-minor-mode. (ispell-command-loop): Disable horizontal scrollbar in XEmacs choices buffer. (ispell-show-choices): Directly select `choices-window'. (ispell-help): Use default buffer size for electric help. (ispell-adjusted-window-height): Correct for xemacs detection. (ispell-start-process): Don't double specify dictionary file name. (ispell-init-process): Set `ispell-library-path' each call. (ispell-change-dictionary): Now only completes valid dictionaries. (ispell-region): Add support for MIME region skipping and Fcc message query for large attachments. (ispell-begin-skip-region-regexp): Add documentation string. Added message support and cleaned up code for generic and html regions. (ispell-begin-skip-region): Function is now requires alist argument. (ispell-begin-tex-skip-regexp): Added comments and support improved html and message regions. (ispell-skip-region-list): New function for MIME and region skipping. (ispell-tex-arg-end): Add documentation string. (ispell-ignore-fcc): New function to query saving Fcc message. (ispell-skip-region): Calculate alist for key match dynamically, html skipping pushed to alists. (ispell-get-line): Add support for multi-line comment regions. (ispell): Check that variables to continue spelling are bound. (ispell-message-text-end): Postscript and uuencoded regions now supported as MIME regions, rather than as end-of-message region. (ispell-mime-multipartp): New function supporting MIME. (ispell-mime-skip-part): New function supporting MIME. (ispell-message): Add MIME support. (ispell-buffer-local-parsing): Variable `ispell-skip-html' now local. (ispell-buffer-local-dict): Fixed bug for detecting and reloading new dictionary.
* *** empty log message ***Juanma Barranquero2003-05-221-1/+7
|
* (split-string): Implement specification that splitting on explicit separatorsJuanma Barranquero2003-05-221-17/+41
| | | | | retains null fields. Add new argument OMIT-NULLS. Special-case (split-string "a string").
* (select-safe-coding-system): TryKenichi Handa2003-05-222-13/+28
| | | | default-buffer-file-coding-system too for automatic selection.