comparison lisp/ChangeLog @ 73491:2961cf729d33

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 25 Oct 2006 16:08:36 +0000
parents 3a8771367801
children 7af87808e71c
comparison
equal deleted inserted replaced
73490:aedc3ce99a17 73491:2961cf729d33
1 2006-10-25 Juanma Barranquero <lekktu@gmail.com> 1 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * term/w32-win.el (x-handle-name-switch): Doc fix.
4 (w32-standard-fontset-spec): Fix typo in docstring.
2 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
6 2006-10-22 martin rudalics <rudalics@gmx.at> 9 2006-10-22 martin rudalics <rudalics@gmx.at>
27022 27025
27023 2005-02-15 Lute Kamstra <lute@gnu.org> 27026 2005-02-15 Lute Kamstra <lute@gnu.org>
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
27031 2005-02-15 Nick Roberts <nickrob@snap.net.nz> 27034 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
27032 27035
27434 27437
27435 2005-01-29 Nick Roberts <nickrob@snap.net.nz> 27438 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
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
27443 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca> 27446 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
27444 27447
27707 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes' 27710 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
27708 when appropriate. 27711 when appropriate.
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
27719 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to 27722 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
27720 `find-file-hooks' and `dired-mode-hook'. 27723 `find-file-hooks' and `dired-mode-hook'.
27756 * simple.el (just-one-space): Argument specifies number of spaces. 27759 * simple.el (just-one-space): Argument specifies number of spaces.
27757 27760
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,
27765 (sh-mode-map): Bind C-c C-\. 27768 (sh-mode-map): Bind C-c C-\.
27766 (sh-backslash-column, sh-backslash-align): New variables. 27769 (sh-backslash-column, sh-backslash-align): New variables.