aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2004-06-06 21:50:57 +0000
committerJuanma Barranquero <[email protected]>2004-06-06 21:50:57 +0000
commit88c29504b3a9c3870180cf56c46f98b4d6a5732f (patch)
tree59bebb1711a685a2df2da1cea40030e16f1c12cb
parent8c1138beafca2adf9758360ea63d91d5ecaf4426 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog21
1 files changed, 11 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5f56d7ab62..d0d58ece65 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,13 +5,14 @@
2004-06-06 Jan Dj,Ad(Brv <[email protected]>
- * toolbar/alias.pbm toolbar/close.pbm toolbar/copy.pbm toolbar/cut.pbm
- * toolbar/help.pbm toolbar/home.pbm toolbar/index.pbm
- * toolbar/jump_to.pbm toolbar/left_arrow.pbm toolbar/new.pbm
- * toolbar/open.pbm toolbar/paste.pbm toolbar/preferences.pbm
- * toolbar/print.pbm toolbar/right_arrow.pbm toolbar/save.pbm
- * toolbar/saveas.pbm toolbar/search.pbm toolbar/spell.pbm
- * toolbar/undo.pbm toolbar/up_arrow.pbm: New conversions from xpm files.
+ * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm,
+ * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm,
+ * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm,
+ * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm,
+ * toolbar/preferences.pbm, toolbar/print.pbm,
+ * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm,
+ * toolbar/search.pbm, toolbar/spell.pbm, toolbar/undo.pbm,
+ * toolbar/up_arrow.pbm: New conversions from xpm files.
* toolbar/README: New file.
@@ -73,11 +74,11 @@
2004-06-05 Lars Hansen <[email protected]>
* dired-x.el (dired-omit-mode): Rename from
- dired-omit-files-p. Use define-minor-mode to define it.
+ dired-omit-files-p. Use define-minor-mode to define it.
(dired-omit-files-p): Add as alias for dired-omit-mode.
- (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
+ (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
dired-mark-omitted.
- (dired-mark-omitted): Add. Bind to M-O.
+ (dired-mark-omitted): Add. Bind to M-O.
2004-06-05 Kenichi Handa <[email protected]>