Mercurial > emacs
comparison lisp/ChangeLog.13 @ 102920:44495616088c
Remove `tiny change' for Nikolaj Schumacher.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 10 Apr 2009 04:25:43 +0000 |
parents | a9dc0e7c3f2b |
children | fd7169a87c28 |
comparison
equal
deleted
inserted
replaced
102919:3fb22681f225 | 102920:44495616088c |
---|---|
12524 * files.el (backup-buffer-copy): Revert 2007-08-22 change. | 12524 * files.el (backup-buffer-copy): Revert 2007-08-22 change. |
12525 | 12525 |
12526 * startup.el (tutorial-directory): Set with eval-at-startup so it | 12526 * startup.el (tutorial-directory): Set with eval-at-startup so it |
12527 gets the right value in an installed Emacs. | 12527 gets the right value in an installed Emacs. |
12528 | 12528 |
12529 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) | 12529 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> |
12530 | 12530 |
12531 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face. | 12531 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face. |
12532 (eldoc-highlight-function-argument): Use it. | 12532 (eldoc-highlight-function-argument): Use it. |
12533 | 12533 |
12534 2007-08-23 Masatake YAMATO <jet@gyve.org> | 12534 2007-08-23 Masatake YAMATO <jet@gyve.org> |
16156 | 16156 |
16157 * textmodes/table.el (table--point-entered-cell-function) | 16157 * textmodes/table.el (table--point-entered-cell-function) |
16158 (table--point-left-cell-function): | 16158 (table--point-left-cell-function): |
16159 Bind `inhibit-point-motion-hooks' to t. | 16159 Bind `inhibit-point-motion-hooks' to t. |
16160 | 16160 |
16161 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) | 16161 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> |
16162 | 16162 |
16163 * emacs-lisp/rx.el (rx): Doc fix. | 16163 * emacs-lisp/rx.el (rx): Doc fix. |
16164 | 16164 |
16165 2007-05-28 Juanma Barranquero <lekktu@gmail.com> | 16165 2007-05-28 Juanma Barranquero <lekktu@gmail.com> |
16166 | 16166 |
16283 find-buffer-file-type-coding-system behave as if the file being | 16283 find-buffer-file-type-coding-system behave as if the file being |
16284 extracted existed. Use last-coding-system-used to force | 16284 extracted existed. Use last-coding-system-used to force |
16285 buffer-file-coding-system to what decode-coding-region actually | 16285 buffer-file-coding-system to what decode-coding-region actually |
16286 used to decode the file. | 16286 used to decode the file. |
16287 | 16287 |
16288 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) | 16288 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> |
16289 | 16289 |
16290 * progmodes/compile.el (compilation-handle-exit): | 16290 * progmodes/compile.el (compilation-handle-exit): |
16291 `compilation-finish-function' may change the current buffer. | 16291 `compilation-finish-function' may change the current buffer. |
16292 | 16292 |
16293 2007-05-22 Richard Stallman <rms@gnu.org> | 16293 2007-05-22 Richard Stallman <rms@gnu.org> |
16416 Move the *ml, Postscript, and XmCD entries to the fallback part. | 16416 Move the *ml, Postscript, and XmCD entries to the fallback part. |
16417 | 16417 |
16418 * files.el (magic-fallback-mode-alist): | 16418 * files.el (magic-fallback-mode-alist): |
16419 Rename from file-start-mode-alist. | 16419 Rename from file-start-mode-alist. |
16420 | 16420 |
16421 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) | 16421 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> |
16422 | 16422 |
16423 * progmodes/compile.el (compilation-handle-exit): Quote first | 16423 * progmodes/compile.el (compilation-handle-exit): Quote first |
16424 argument of `run-hook-with-args'. | 16424 argument of `run-hook-with-args'. |
16425 | 16425 |
16426 2007-05-16 Juanma Barranquero <lekktu@gmail.com> | 16426 2007-05-16 Juanma Barranquero <lekktu@gmail.com> |