comparison lisp/ChangeLog @ 47506:7281e0917f10

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Sep 2002 15:30:04 +0000
parents 864e328bbca7
children a51bcb6b4039
comparison
equal deleted inserted replaced
47505:9a2f14e681dd 47506:7281e0917f10
1 2002-09-16 Richard M. Stallman <rms@gnu.org>
2
3 * cus-edit.el (custom-variable-backup-value): New function.
4 (custom-variable-reset-backup): New function.
5 (custom-variable-menu): Add item for custom-variable-reset-backup.
6 (custom-variable-set, custom-variable-reset-saved)
7 (custom-variable-reset-standard): Call custom-variable-backup-value.
8
1 2002-09-16 Juanma Barranquero <lektu@terra.es> 9 2002-09-16 Juanma Barranquero <lektu@terra.es>
2 10
3 * dired-aux.el (dired-add-entry): Add missing argument to `dired-mark'. 11 * dired-aux.el (dired-add-entry): Add missing argument to `dired-mark'.
4 12
5 2002-09-16 John Paul Wallington <jpw@shootybangbang.com> 13 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
23 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu. 31 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
24 (menu-bar-adv-search-menu): Removed. 32 (menu-bar-adv-search-menu): Removed.
25 (menu-bar-search-menu): Reorganized. 33 (menu-bar-search-menu): Reorganized.
26 (menu-bar-edit-menu): Added "Replace" submenu. 34 (menu-bar-edit-menu): Added "Replace" submenu.
27 35
36 2002-09-15 Richard M. Stallman <rms@gnu.org>
37
38 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
39
40 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
41 when it's not being evaluated.
42
28 2002-09-15 Markus Rost <rost@math.ohio-state.edu> 43 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
29 44
30 * dired.el (dired-move-to-filename): Fix previous change. 45 * dired.el (dired-move-to-filename): Fix previous change.
31 46
32 2002-09-14 Kim F. Storm <storm@cua.dk> 47 2002-09-14 Kim F. Storm <storm@cua.dk>
36 Change `Remove Binding' option to `Unspecified/User-defined'. 51 Change `Remove Binding' option to `Unspecified/User-defined'.
37 (keypad-setup): Enhance explanation of setup type `none'. 52 (keypad-setup): Enhance explanation of setup type `none'.
38 53
39 2002-09-14 Richard M. Stallman <rms@gnu.org> 54 2002-09-14 Richard M. Stallman <rms@gnu.org>
40 55
56 * time.el (display-time-mode): Set display-time-load-average here.
57 (display-time-load-average): Initialize to nil.
58 (display-time-default-load-average): Add "None" alternative.
59 (display-time-update): Handle "None" alternative for load-average.
60
61 * dired-aux.el (dired-bunch-files): Put the arg FILES
62 back as it was after temporary destrucive mods.
63 (dired-add-entry): Use dired-insert-directory to handle indentation.
64 Explicitly restore the line's marker character.
65 Preserve the old file name's text properties.
66 (dired-add-entry-do-indentation): Function deleted.
67 (dired-relist-file): Doc fix.
68 (dired-rename-file): Change argument names.
69 (foo-rename-file): New function.
70 (dired-do-hardlink): Use dired-hardlink.
71 (dired-hardlink): New function.
72 (dired-insert-subdir-doinsert): Use dired-insert-directory;
73 that handles indentation, text props and header line.
74 dired-readin-insert gets no args.
75 Use `last' instead of `reverse'.
76
77 * dired.el (dired-use-ls-dired): New variable.
78 (dired-directory): Document the rules better.
79
80 * dired.el (dired-insert-headerline): Function deleted.
81 (dired-revert): Pass no args to dired-readin.
82 (dired-move-to-filename): First try using dired-filename property.
83 (dired-move-to-end-of-filename): Likewise.
84 (dired-why): Try to show the start of this page of warnings.
85 (dired-log): Insert the buffer name at start of page, not end.
86 (dired-log-summary): If just one failure, explain it in echo area.
87
88 * dired.el (dired-internal-noselect):
89 Always set dired-directory, when buffer is not new.
90 Pass dir-or-list, not dirname, to dired-mode.
91 Call dired-readin with no args.
92 Don't call dired-after-readin-hook here.
93 (dired-find-buffer-nocreate): Expand dirname.
94 Expand the dir from dired-directory to compare with dirname.
95
96 (dired-readin): Take no args. Get the directory from dired-directory.
97 Run dired-before-reading hook inside save-excursion.
98 Run dired-after-readin-hook here.
99 Don't make undo entries at all.
100 Call dired-readin-insert with no args.
101 Don't change indentation here.
102 Don't insert headerline here.
103
104 (dired-readin-insert): Take no args.
105 Get dir and file-list from dired-directory.
106 Call dired-insert-directory the new way.
107 Don't insert "wildcard" info here.
108
109 (dired-insert-directory): New arg FILE-LIST.
110 First arg now DIR, always just the directory.
111 This function fully handles setting up the buffer text:
112 update indentation, insert headerline and "wildcard" info.
113 Pass --dired arg if appropriate; put info in dired-filename props.
114 Don't expand file names here.
115
41 * warnings.el (display-warning): In batch mode, 116 * warnings.el (display-warning): In batch mode,
42 exclude the final newline from the arg to `message'. 117 exclude the final newline from the arg to `message'.
43 118
44 2002-09-13 Markus Rost <rost@math.ohio-state.edu> 119 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
45 120