diff options
| author | Richard M. Stallman | 2002-09-16 15:30:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-16 15:30:04 +0000 |
| commit | c721078eb9ed2e7ff3093dd6e96dd43a71df199a (patch) | |
| tree | a65cfb09c5f4e152b2189b71e7eba53e1d38bfb1 /lisp | |
| parent | bde4f35405acfa091950acb5e9207f68b1486b31 (diff) | |
| download | emacs-c721078eb9ed2e7ff3093dd6e96dd43a71df199a.tar.gz emacs-c721078eb9ed2e7ff3093dd6e96dd43a71df199a.zip | |
(unexec): Deal with .got, reinstating change from 25-08-1999.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 465c04b5998..26f9b1ad12a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 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'. |
| @@ -25,6 +33,13 @@ | |||
| 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. |
| @@ -38,6 +53,66 @@ | |||
| 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 | ||