summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (gs-set-ghostview-window-prop): Use `elt' insteadGerd Moellmann2001-09-171-5/+5
| | | | | of `nth' so that using a vector as bounding-box works. From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
* (gnus-server-mode): Doc fix.Gerd Moellmann2001-09-171-1/+1
|
* #André Spiegel2001-09-171-0/+5
|
* (vc-annotate): Use current workfile version explicitly as a default,André Spiegel2001-09-171-15/+17
| | | | suggested by Gustav Hallberg <gustav@virtutech.se>.
* (bdf-cache-file) <ms-dos>: Use _bdfcache.el, sinceEli Zaretskii2001-09-162-1/+10
| | | | | convert-standard-filename doesn't guarantee that the .el extension is preserved.
* (convert-standard-filename): Replace invalidEli Zaretskii2001-09-162-11/+21
| | | | characters only after converting dash/underscore to a period.
* (original-make-auto-save-file-name): New.Eli Zaretskii2001-09-162-0/+24
| | | | | | (make-auto-save-file-name): New function, overrides the definition on files.el and calls the original function via original-make-auto-save-file-name.
* (top-level): Require mule-utils when compiling.Eli Zaretskii2001-09-162-2/+20
| | | | | | | (rmail-decode-babyl-format): Use detect-coding-with-priority instead of detect-coding-region, to favor detection of emacs-mule encoded Babyl files written by rmailout.el etc. Suggested by Kenichi Handa <handa@etl.go.jp>.
* *** empty log message ***Eli Zaretskii2001-09-141-0/+5
|
* (eshell-shuffle-files, eshell-shuffle-files):Eli Zaretskii2001-09-141-9/+13
| | | | Use `equal', not `=', since the device number can be a cons cell.
* *** empty log message ***Gerd Moellmann2001-09-141-0/+4
|
* Comment out change of 2001-09-13.Gerd Moellmann2001-09-141-18/+18
|
* 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>Michael Kifer2001-09-142-2/+8
| | | | | * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key): inhibit quit.
* (make-auto-save-file-name): If long file names are notEli Zaretskii2001-09-132-1/+12
| | | | | supported, truncate the file name to DOS 8+3 limits before generating an auto-save file name from it.
* (ps-print-region, ps-print-region-with-faces)Gerd Moellmann2001-09-132-3/+16
| | | | | (ps-nb-pages-region): Signal an error if called interactively and the mark is not active.
* *** empty log message ***Gerd Moellmann2001-09-131-0/+11
|
* (minibuffer-prompt-modification)Gerd Moellmann2001-09-131-0/+22
| | | | | | (minibuffer-prompt-insertion): New functions. (minibuffer-prompt-properties): Use `modification-hooks' and `insert-in-front-hooks'.
* (grep-compute-defaults): Don't setGerd Moellmann2001-09-131-30/+40
| | | | | | grep-command/grep-find-command when it is already non-nil. (grep-command): Make it a user option. (grep-find-command): Likewise.
* (outline-regexp): Doc fix.Richard M. Stallman2001-09-121-6/+3
| | | | Initialize it in the defcustom, the usual way.
* *** empty log message ***Richard M. Stallman2001-09-121-0/+5
|
* (ediff-get-meta-info): Take into account that dataGerd Moellmann2001-09-121-1/+2
| | | | | from `ediff-meta-info' properties need not be an overlay. From David Ponce <dponce@voila.fr>.
* (isearch-intersects-p): Fix end checks.Gerd Moellmann2001-09-122-4/+8
|
* (dbx) <gud-dbx-use-stopformat-p>: Move this case into theEli Zaretskii2001-09-112-4/+10
| | | | | `t' branch of `cond', since Irix 6.1 and up is a special case of the standard dbx interface.
* (comint-send-input): When waiting for echoed input, don't save theMiles Bader2001-09-112-20/+32
| | | | | | expected end position in `echo-end', so that things work properly even if the buffer is modified elsewhere at the same time [this happens if `comint-truncate-buffer' is used].
* *** empty log message ***Gerd Moellmann2001-09-111-0/+5
|
* (outline-mode): Use `^' and a shy groupGerd Moellmann2001-09-111-1/+1
| | | | when constructing imenu-generic-expression from outline-regexp.
* (eshell-shuffle-files): Compare inodes withEli Zaretskii2001-09-102-1/+7
| | | | | `equal' instead of `=', since they can be cons cells. From Nils Goesche <cartan@cartan.de>.
* #André Spiegel2001-09-101-0/+4
|
* (vc-annotate): Rewrote doc string.André Spiegel2001-09-101-6/+21
|
* Update Stephen Gildea's email address.Eli Zaretskii2001-09-107-22/+26
|
* Update the email address of Stephen Gildea.Eli Zaretskii2001-09-102-9/+10
|
* (mail-send): Obey mail-send-nonascii whenGerd Moellmann2001-09-102-2/+7
| | | | | enable-multibyte-characters = nil. From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
* 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>Michael Kifer2001-09-0910-77/+157
| | | | | | | | | | | * ediff-init.el (ediff-highest-priority): bug fix. * viper-cmd.el (viper-special-read-and-insert-char): new function that reads a character and uses the current input method or iso-accents when appropriate. * viper.el and all others: corrections to the comment blocks at the top.
* (Info-goto-node): Doc fix.Eli Zaretskii2001-09-092-1/+5
|
* (isearch-intersects-p): New function.Gerd Moellmann2001-09-072-24/+33
| | | | | (isearch-close-unnecessary-overlays): Renamed from *unecessary*, use isearch-intersects-p, and clean up.
* (ispell-dictionary-alist-4): Add "german"Eli Zaretskii2001-09-072-16/+29
| | | | | | and "german8", for the new German orthography dictionaries, (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange the entries, to keep the line length balanced for loaddefs.el.
* (locate-insert-header): Remove unnecessaryGerd Moellmann2001-09-072-3/+8
| | | | whitespaces.
* (comint-send-input): Handle comint-process-echoesGerd Moellmann2001-09-072-5/+31
| | | | differently.
* (archive-dostime): Fix a typo in minutes' computation.Eli Zaretskii2001-09-072-1/+6
|
* *** empty log message ***Gerd Moellmann2001-09-071-0/+19
|
* (server-switch-buffer): Use get-window-with-predicate.Gerd Moellmann2001-09-071-2/+3
|
* (refer-find-entry-internal): UseGerd Moellmann2001-09-071-8/+9
| | | | get-window-with-predicate.
* (sup-pos-to-window): UseGerd Moellmann2001-09-071-1/+2
| | | | get-window-with-predicate.
* (bg-window-from-x-y): UseGerd Moellmann2001-09-071-2/+3
| | | | get-window-with-predicate.
* (edebug-window-live-p): UseGerd Moellmann2001-09-071-1/+1
| | | | get-window-with-predicate.
* (get-window-with-predicate): Renamed from some-window.Gerd Moellmann2001-09-071-1/+4
| | | | (some-window): Make it an alias.
* (init_from_display_pos): Don't compare the resultGerd Moellmann2001-09-071-1/+1
| | | | of calling index with NULL.
* (undo): Remove positions from buffer-undo-list up toGerd Moellmann2001-09-062-7/+23
| | | | the next undo boundary only.
* *** empty log message ***Eli Zaretskii2001-09-061-0/+3
|
* (install): Don't copy sc.el.Eli Zaretskii2001-09-061-1/+0
|