summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-02-01 23:21:29 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-02-01 23:21:29 +0000
commitbee68a7abe5814bb2323d099ded319cd1f607dce (patch)
tree59e8553c39a4ab548a02977fcd380f294762282f /lisp/ChangeLog
parent299db7f8cf9dc51097b74cb0aef3b0f03220b058 (diff)
downloademacs-bee68a7abe5814bb2323d099ded319cd1f607dce.tar.gz
* progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means
to query the user interactively. (next-file): Implement it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e0d56c2a637..f0c5571f80b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-01 Chong Yidong <cyd@stupidchicken.com>
+
+ * progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means
+ to query the user interactively.
+ (next-file): Implement it.
+
2008-02-01 Juanma Barranquero <lekktu@gmail.com>
* term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,