diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 57 |
1 files changed, 52 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3ece6ce0fb8..4f1d0859f65 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,11 +1,58 @@ | |||
| 1 | 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * imenu.el (imenu-prev-index-position-function) | ||
| 4 | (imenu-extract-index-name-function, imenu-name-lookup-function) | ||
| 5 | (imenu--index-alist): Docstring redundancy fix. | ||
| 6 | |||
| 7 | 2004-07-25 Lars Hansen <larsh@math.ku.dk> | ||
| 8 | |||
| 9 | * wdired.el (wdired-finish-edit): Require dired-aux before locally | ||
| 10 | binding dired-backup-overwrite. | ||
| 11 | |||
| 12 | 2004-07-25 John Paul Wallington <jpw@gnu.org> | ||
| 13 | |||
| 14 | * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes. | ||
| 15 | |||
| 16 | 2004-07-24 Luc Teirlinck <teirllm@auburn.edu> | ||
| 17 | |||
| 18 | * term/tty-colors.el (tty-color-approximate): Doc fix. | ||
| 19 | |||
| 20 | * select.el (x-get-selection, x-set-selection): Doc fixes. | ||
| 21 | |||
| 22 | * frame.el (make-frame): Doc fix. | ||
| 23 | |||
| 24 | 2004-07-24 Richard M. Stallman <rms@gnu.org> | ||
| 25 | |||
| 26 | * mail/rmail.el (rmail-mime-charset-pattern): | ||
| 27 | Don't include semicolon in the charset value. | ||
| 28 | |||
| 29 | * replace.el (occur-next-error): Call set-window-point. | ||
| 30 | (occur-engine): Handle negative NLINES. | ||
| 31 | |||
| 32 | 2004-07-23 Luc Teirlinck <teirllm@auburn.edu> | ||
| 33 | |||
| 34 | * frame.el (modify-all-frames-parameters): Minor doc fix. | ||
| 35 | (set-frame-configuration): Doc fix. | ||
| 36 | |||
| 37 | 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change) | ||
| 38 | |||
| 39 | * simple.el (completion-setup-function): Compute the common parts | ||
| 40 | and the first difference place correctly when | ||
| 41 | partial-completion-mode is on. | ||
| 42 | |||
| 1 | 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 43 | 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 44 | ||
| 3 | * ps-print.el: Doc fix. Improve the DSC compliance of the generated | 45 | * ps-print.el: Doc fix. |
| 4 | PostScript. Suggested by Michael Piotrowski <mxp@dynalabs.de>. | ||
| 5 | (ps-print-version): New version 6.6.5. | 46 | (ps-print-version): New version 6.6.5. |
| 6 | (ps-printing-region): Doc fix. | 47 | (ps-printing-region): Doc fix. |
| 7 | (ps-generate-string-list): Comment fix. | 48 | (ps-generate-string-list): Comment fix. |
| 8 | (ps-message-log-max, ps-begin-file): Code fix. | 49 | (ps-message-log-max): Code fix. |
| 50 | |||
| 51 | |||
| 52 | 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change) | ||
| 53 | |||
| 54 | * ps-print.el (ps-begin-file): Improve the DSC compliance of the | ||
| 55 | generated PostScript. | ||
| 9 | 56 | ||
| 10 | 2004-07-22 Kim F. Storm <storm@cua.dk> | 57 | 2004-07-22 Kim F. Storm <storm@cua.dk> |
| 11 | 58 | ||
| @@ -38,8 +85,8 @@ | |||
| 38 | 85 | ||
| 39 | 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net> | 86 | 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net> |
| 40 | 87 | ||
| 41 | * net/tramp.el (tramp-handle-verify-visited-file-modtime): New | 88 | * net/tramp.el (tramp-handle-verify-visited-file-modtime): |
| 42 | docstring. From Luc Teirlinck. | 89 | New docstring. From Luc Teirlinck. |
| 43 | 90 | ||
| 44 | 2004-07-17 Luc Teirlinck <teirllm@auburn.edu> | 91 | 2004-07-17 Luc Teirlinck <teirllm@auburn.edu> |
| 45 | 92 | ||