diff options
| author | Richard M. Stallman | 2004-11-16 17:31:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-16 17:31:19 +0000 |
| commit | ee31cd78ef49f569262b1a591949d707583dcdb3 (patch) | |
| tree | 9bb374cc63d53eb9b250a27b25c382d21059874a /lisp | |
| parent | 155cb2e57eb0ae8e874824bcaf733cfe97c4f788 (diff) | |
| download | emacs-ee31cd78ef49f569262b1a591949d707583dcdb3.tar.gz emacs-ee31cd78ef49f569262b1a591949d707583dcdb3.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c16f58d5ccf..c0cf8269606 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2004-11-16 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * international/iso-cvt.el (iso-tex2iso-trans-tab): | ||
| 4 | Discard spaces after \i according to TeX rules. | ||
| 5 | |||
| 6 | * international/mule.el (set-buffer-file-coding-system): | ||
| 7 | New arg NOMODIFY. | ||
| 8 | (after-insert-file-set-coding): Pass that new arg. | ||
| 9 | Prevent set-buffer-multibyte from trying to lock the file. | ||
| 10 | |||
| 11 | * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST. | ||
| 12 | |||
| 13 | * saveplace.el (save-place): Doc fix. | ||
| 14 | |||
| 15 | * dabbrev.el (dabbrev-expand): When handling SPC M-/, | ||
| 16 | temporarily widen before finding the following word to copy. | ||
| 17 | |||
| 18 | * emacs-lisp/lucid.el (map-keymap): Definition deleted. | ||
| 19 | (cl-map-keymap): Definition deleted. | ||
| 20 | |||
| 21 | * subr.el (map-keymap-internal): New function. | ||
| 22 | |||
| 23 | 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change) | ||
| 24 | |||
| 25 | * international/iso-cvt.el (iso-tex2iso-trans-tab): | ||
| 26 | Discard whitespace after macro \i when converting it. | ||
| 27 | |||
| 1 | 2004-11-16 Juri Linkov <juri@jurta.org> | 28 | 2004-11-16 Juri Linkov <juri@jurta.org> |
| 2 | 29 | ||
| 3 | * emacs-lisp/find-func.el (find-function-regexp): | 30 | * emacs-lisp/find-func.el (find-function-regexp): |