aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9048ac64fe3..b607a1eec27 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * vc.el (vc-annotate): Arrange for point to end up at the same
4 line number as in the original, but only when using a new buffer.
5
12006-04-12 Davis Herring <herring@lanl.gov> (tiny change) 62006-04-12 Davis Herring <herring@lanl.gov> (tiny change)
2 7
3 * files.el (hack-one-local-variable-eval-safep): Recognize 8 * files.el (hack-one-local-variable-eval-safep): Recognize
@@ -21,7 +26,7 @@
21 26
222006-04-13 Nick Roberts <nickrob@snap.net.nz> 272006-04-13 Nick Roberts <nickrob@snap.net.nz>
23 28
24 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers): 29 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
25 GDB 6.1+ gives full filename for "info sources" so use 30 GDB 6.1+ gives full filename for "info sources" so use
26 file-name-nondirectory. 31 file-name-nondirectory.
27 32