aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-11-21 17:34:00 +0000
committerRichard M. Stallman <[email protected]>2002-11-21 17:34:00 +0000
commit97b14e22511f9c5d983a9814f6adfcd476e1e505 (patch)
treeb654e044d60d15d05e48acd1f200465072aa7d16
parent4402a9ed6feee505862cd472bdc64be18b52f459 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog5
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8ccff04162..6134b9addc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2002-11-21 Richard M. Stallman <[email protected]>
+
+ * dired.el (dired-sort-inhibit): New variable.
+ (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
+
+ * find-dired.el (find-dired): Set dired-sort-inhibit to t
+ buffer-locally.
+
2002-11-21 Eugene Exarevsky <[email protected]>
* progmodes/sql.el: Added LINTER support.
diff --git a/src/ChangeLog b/src/ChangeLog
index ca5d94449e..1638bfcb50 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-21 Richard M. Stallman <[email protected]>
+
+ * eval.c (interactive_p): Skip any number of bytecode
+ and special form frames, in any order.
+
2002-11-20 Jason Rumney <[email protected]>
* w32fns.c (convert_mono_to_color_image): New function.