# HG changeset patch # User Thien-Thi Nguyen # Date 1144935414 0 # Node ID 687819bce4df8c108f50ec0185f538aa44af4aac # Parent 19ab508f832ff509cacca353b10f18dc78fff38e *** empty log message *** diff -r 19ab508f832f -r 687819bce4df lisp/ChangeLog --- a/lisp/ChangeLog Thu Apr 13 13:35:55 2006 +0000 +++ b/lisp/ChangeLog Thu Apr 13 13:36:54 2006 +0000 @@ -1,3 +1,8 @@ +2006-04-13 Thien-Thi Nguyen + + * vc.el (vc-annotate): Arrange for point to end up at the same + line number as in the original, but only when using a new buffer. + 2006-04-12 Davis Herring (tiny change) * files.el (hack-one-local-variable-eval-safep): Recognize @@ -21,7 +26,7 @@ 2006-04-13 Nick Roberts - * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers): + * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers): GDB 6.1+ gives full filename for "info sources" so use file-name-nondirectory.