comparison lisp/ChangeLog @ 62942:eed5b72c957d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 31 May 2005 23:10:14 +0000
parents bdefc3ecd6c6
children eb64de7c6f1b
comparison
equal deleted inserted replaced
62941:b5b6bc3bd36b 62942:eed5b72c957d
5 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location) 5 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6 (gdb-assembler-custom): Improve regexps. 6 (gdb-assembler-custom): Improve regexps.
7 (def-gdb-auto-update-handler): Use window point to ensure it 7 (def-gdb-auto-update-handler): Use window point to ensure it
8 is preserved. 8 is preserved.
9 9
10 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
13
10 2005-05-31 Jay Belanger <belanger@truman.edu> 14 2005-05-31 Jay Belanger <belanger@truman.edu>
11 15
12 * calc/calc-embed.el (calc-embedded-word): Change argument passed 16 * calc/calc-embed.el (calc-embedded-word): Change argument passed
13 to calc-embedded. 17 to calc-embedded.
14 (calc-embedded-make-info): Have plain prefix argument select 18 (calc-embedded-make-info): Have plain prefix argument select
21 25
22 * simple.el (filter-buffer-substring): Fix typo in docstring. 26 * simple.el (filter-buffer-substring): Fix typo in docstring.
23 27
24 2005-05-31 Richard M. Stallman <rms@gnu.org> 28 2005-05-31 Richard M. Stallman <rms@gnu.org>
25 29
26 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not 30 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27 INTERACTIVE.
28 (vhdl-emacs-21): Doc fix. 31 (vhdl-emacs-21): Doc fix.
29 (vhdl-mode): Unconditionally set comment-padding. 32 (vhdl-mode): Unconditionally set comment-padding.
30 (vhdl-fixup-whitespace-region): Insert spaces only where 33 (vhdl-fixup-whitespace-region): Insert spaces only where
31 there are none. 34 there are none.
32 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal. 35 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.