diff options
| author | Juanma Barranquero | 2006-10-25 16:08:36 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-10-25 16:08:36 +0000 |
| commit | 40dfee6f30d81eb7ea3c19adfc2455cb8790c20b (patch) | |
| tree | 12a4d7d37e4750cdd257bccd8e006cae519659e3 /lisp/ChangeLog | |
| parent | 885a56fe64ce999462362adef618e2e3d5c93762 (diff) | |
| download | emacs-40dfee6f30d81eb7ea3c19adfc2455cb8790c20b.tar.gz emacs-40dfee6f30d81eb7ea3c19adfc2455cb8790c20b.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4645c5b5b8d..c7a10364aa5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2006-10-25 Juanma Barranquero <lekktu@gmail.com> | 1 | 2006-10-25 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * term/w32-win.el (x-handle-name-switch): Doc fix. | ||
| 4 | (w32-standard-fontset-spec): Fix typo in docstring. | ||
| 5 | |||
| 3 | * midnight.el (midnight-buffer-display-time): Doc fix. | 6 | * midnight.el (midnight-buffer-display-time): Doc fix. |
| 4 | (clean-buffer-list-kill-never-buffer-names): Add "*server*". | 7 | (clean-buffer-list-kill-never-buffer-names): Add "*server*". |
| 5 | 8 | ||
| @@ -27024,7 +27027,7 @@ | |||
| 27024 | 27027 | ||
| 27025 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): | 27028 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): |
| 27026 | Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier | 27029 | Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier |
| 27027 | <monnier@iro.umontreal.ca> | 27030 | <monnier@iro.umontreal.ca>. |
| 27028 | (lisp-outline-level): Improve efficiency. Suggested by David | 27031 | (lisp-outline-level): Improve efficiency. Suggested by David |
| 27029 | Kastrup <dak@gnu.org>. | 27032 | Kastrup <dak@gnu.org>. |
| 27030 | 27033 | ||
| @@ -27436,7 +27439,7 @@ | |||
| 27436 | 27439 | ||
| 27437 | * progmodes/gdb-ui.el (gdb-info-breakpoints-custom) | 27440 | * progmodes/gdb-ui.el (gdb-info-breakpoints-custom) |
| 27438 | (gdb-goto-breakpoint): Make breakpoint handling work on template | 27441 | (gdb-goto-breakpoint): Make breakpoint handling work on template |
| 27439 | functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk> | 27442 | functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>. |
| 27440 | (gdb-assembler-custom): Update to recognize breakpoint information | 27443 | (gdb-assembler-custom): Update to recognize breakpoint information |
| 27441 | added on 2005-01-19. | 27444 | added on 2005-01-19. |
| 27442 | 27445 | ||
| @@ -27709,10 +27712,10 @@ | |||
| 27709 | (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error. | 27712 | (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error. |
| 27710 | Call `set-file-modes' when appropriate. | 27713 | Call `set-file-modes' when appropriate. |
| 27711 | (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak | 27714 | (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak |
| 27712 | Johnsson <isak@hypergene.com> | 27715 | Johnsson <isak@hypergene.com>. |
| 27713 | (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list | 27716 | (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list |
| 27714 | of both Tramp buffer and debug buffer. Reported by Joakim Verona | 27717 | of both Tramp buffer and debug buffer. Reported by Joakim Verona |
| 27715 | <joakim@verona.se> | 27718 | <joakim@verona.se>. |
| 27716 | (tramp-file-name-for-operation): Mark `shell-command' as magic for | 27719 | (tramp-file-name-for-operation): Mark `shell-command' as magic for |
| 27717 | Emacs only. | 27720 | Emacs only. |
| 27718 | 27721 | ||
| @@ -27758,7 +27761,7 @@ | |||
| 27758 | * simple.el (eval-expression-print-format): Avoid warning | 27761 | * simple.el (eval-expression-print-format): Avoid warning |
| 27759 | about edebug-active. | 27762 | about edebug-active. |
| 27760 | 27763 | ||
| 27761 | 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change) | 27764 | 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change) |
| 27762 | 27765 | ||
| 27763 | * progmodes/sh-script.el: Code copied from make-mode.el | 27766 | * progmodes/sh-script.el: Code copied from make-mode.el |
| 27764 | with small changes, | 27767 | with small changes, |