summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3737daf998f..114a3d75d04 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2003-01-20 Nick Roberts <nick@nick.uklinux.net>
+
+ * gud.el (gud-display-line): If the current file is newer than its
+ buffer, offer to reread the file.
+ (gud-keep-buffer): New buffer local variable. Ensures offer to
+ reread file is made just once.
+
2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
* emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.