aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog68
1 files changed, 68 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 64b94c52639..81532335dfc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,76 @@
12000-03-01 Gerd Moellmann <gerd@gnu.org> 12000-03-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * image.el (defimage): Look for image files in load-path.
4
3 * frame.el (busy-cursor-delay-seconds): Change type to 5 * frame.el (busy-cursor-delay-seconds): Change type to
4 `number'. 6 `number'.
5 7
82000-03-01 David Ponce <david.ponce@wanadoo.fr>
9
10 * recentf.el (recentf): Added version tag to the defgroup of
11 recentf.
12
132000-03-01 David Ponce <david.ponce@wanadoo.fr>
14
15 * recentf.el (recentf-cleanup): Changed to remove excluded file
16 too.
17 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18 action to select/unselect a file.
19 (recentf-edit-list): Code cleanup and improvement.
20 (recentf-open-more-files-action): `recentf-open-more-files' button
21 widget action to open a file.
22 (recentf-open-more-files): No more use standard completion but
23 widgets.
24 (recentf-more-collection): Deleted.
25 (recentf-more-history): Deleted.
26 (recentf-setup-more-completion): Deleted.
27
282000-03-01 David Ponce <david.ponce@wanadoo.fr>
29
30 * recentf.el (recentf-mode): No more needs that Emacs is running
31 under a window-system.
32
331999-03-01 David Ponce <david.ponce@wanadoo.fr>
34
35 * recentf.el (recentf-edit-list): New command to edit the recent
36 list which allow the user to remove files.
37 (recentf-edit-selected-items): New global variable, used by
38 `recentf-edit-list' to hold the list of files to be removed from
39 the recent list.
40 (recentf-make-menu-items): Updated to display a "Edit list..."
41 menu item. Minor code cleanup.
42
431999-03-01 David Ponce <david.ponce@wanadoo.fr>
44
45 * recentf.el (recentf-open-more-files): New command to open files
46 that are not displayed in the menu.
47 (recentf-more-collection): New global variable holding the set of
48 permissible completions used by `recentf-open-more-files'.
49 (recentf-more-history): New global variable holding the history list
50 used by `recentf-open-more-files' completion.
51 (recentf-setup-more-completion): New function to setup completion for
52 `recentf-open-more-files'.
53 (recentf-make-menu-items): Updated to display a "More..." menu item.
54
551999-03-01 David Ponce <david.ponce@wanadoo.fr>
56
57 * recentf.el (recentf-menu-action): Doc fixed.
58
591999-03-01 David Ponce <david.ponce@wanadoo.fr>
60
61 * recentf.el (recentf-menu-filter): Doc updated.
62 (recentf-update-menu-hook): Allow menu filters to force menu update.
63 (recentf-make-menu-items): New menu filter handling.
64 (recentf-make-menu-item): New helper function.
65 (recentf-menu-elements): New menu handling function.
66 (recentf-sort-ascending): Updated to new menu filter handling.
67 (recentf-sort-descending): Updated to new menu filter handling.
68 (recentf-sort-basenames-ascending): New menu filter function.
69 (recentf-sort-basenames-descending): New menu filter function.
70 (recentf-show-basenames): New menu filter function.
71 (recentf-show-basenames-ascending): New menu filter function.
72 (recentf-show-basenames-descending): New menu filter function.
73
62000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> 742000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7 75
8 * diary-lib.el (list-diary-entries): Don't try to go forward at 76 * diary-lib.el (list-diary-entries): Don't try to go forward at