aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-02 19:30:39 +0000
committerGerd Moellmann2000-12-02 19:30:39 +0000
commitc152047f4f9721292ee060a6706b81e27adcf74c (patch)
treec619f332c7521eb2f23c9cd913a666caf0c51c73
parent7495f7ca2aded1bc2fcc205c4c52d3552ef84975 (diff)
downloademacs-c152047f4f9721292ee060a6706b81e27adcf74c.tar.gz
emacs-c152047f4f9721292ee060a6706b81e27adcf74c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog31
1 files changed, 29 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d0c90500640..814b52a99b9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8088,10 +8088,37 @@
8088 8088
8089 * net/goto-addr.el: Change maintainer to FSF. 8089 * net/goto-addr.el: Change maintainer to FSF.
8090 8090
8091 * recentf.el: Update from author.
8092
8093 * info.el (Info-title-face-alist): Removed. 8091 * info.el (Info-title-face-alist): Removed.
8094 8092
80932000-07-18 David Ponce <david@dponce.com>
8094
8095 * recentf.el (recentf-open-files): New command that works like
8096 `recentf-open-more-files', but shows the whole list of files (not just
8097 those omitted from the menu). Useful if you don't use a menu-bar!
8098 (recentf-open-more-files) Modified to use `recentf-open-files'.
8099
8100 (recentf-open-files, recentf-open-more-files)
8101 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8102
8103 (recentf-dialog-mode): New mode for dialogs. You can now just type
8104 "q" to cancel the dialogs.
8105
81062000-07-18 David Ponce <david@dponce.com>
8107
8108 * recentf.el: This is a major update of recentf.el. It adds new
8109 features to better organize the recentf menu and "More..." buffer.
8110
8111 Using new provided menu filtering functions you can now organize the
8112 recent files list:
8113
8114 - by major modes
8115 - by directories
8116 - by user defined rules
8117
8118 Finally, with the new `recentf-filter-changer' customizable filter you
8119 can define a ring of filters and dynamically (via the menu) cycle on
8120 each menu organization in the ring (a la msb).
8121
80952000-07-18 Eli Zaretskii <eliz@is.elta.co.il> 81222000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8096 8123
8097 * eshell/eshell.el (eshell): Replace links to eshell.info with 8124 * eshell/eshell.el (eshell): Replace links to eshell.info with