Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 470:8a548306e08d
[xemacs-hg @ 2001-04-17 15:50:10 by didierv]
custom-file definition location
| author | didierv |
|---|---|
| date | Tue, 17 Apr 2001 15:50:12 +0000 |
| parents | 13d500863631 |
| children | 0edeb854dc7e |
comparison
equal
deleted
inserted
replaced
| 469:ccaeb2a3c329 | 470:8a548306e08d |
|---|---|
| 1 2001-04-17 Didier Verna <didier@xemacs.org> | |
| 2 | |
| 3 * startup.el (load-user-init-file): define `custom-file' before | |
| 4 loading the user's init file. | |
| 5 | |
| 1 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com> | 6 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com> |
| 2 | 7 |
| 3 * dialog.el (make-dialog-box): Disable dialog box titles until | 8 * dialog.el (make-dialog-box): Disable dialog box titles until |
| 4 we get them working. | 9 we get them working. |
| 5 | 10 |
| 17 to do this for font-lock.) In any case, we will eventually | 22 to do this for font-lock.) In any case, we will eventually |
| 18 be merging this functionality into hyper-apropos. | 23 be merging this functionality into hyper-apropos. |
| 19 | 24 |
| 20 * loaddefs.el (completion-ignored-extensions): | 25 * loaddefs.el (completion-ignored-extensions): |
| 21 Fix documentation. | 26 Fix documentation. |
| 22 | 27 |
| 23 * menubar-items.el (menu-truncate-list): Removed. | 28 * menubar-items.el (menu-truncate-list): Removed. |
| 24 * menubar-items.el (Menubar-items-truncate-list): New. | 29 * menubar-items.el (Menubar-items-truncate-list): New. |
| 25 * menubar-items.el (default-menubar): | 30 * menubar-items.el (default-menubar): |
| 26 Fix errors if grep or compile command is too long. Rename helper | 31 Fix errors if grep or compile command is too long. Rename helper |
| 27 function to be less visible. | 32 function to be less visible. |
| 45 * auto-save.el (make-auto-save-file-name): | 50 * auto-save.el (make-auto-save-file-name): |
| 46 * auto-save.el (auto-save-file-name-p): New. | 51 * auto-save.el (auto-save-file-name-p): New. |
| 47 | 52 |
| 48 Merge in improvements from other definition of | 53 Merge in improvements from other definition of |
| 49 make-auto-save-file-name in files.el. | 54 make-auto-save-file-name in files.el. |
| 50 | 55 |
| 51 * auto-save.el (auto-save-original-name): | 56 * auto-save.el (auto-save-original-name): |
| 52 * auto-save.el (auto-save-name-in-fixed-directory): | 57 * auto-save.el (auto-save-name-in-fixed-directory): |
| 53 * auto-save.el (auto-save-unslashify-name): Removed. | 58 * auto-save.el (auto-save-unslashify-name): Removed. |
| 54 * auto-save.el (auto-save-slashify-name): Removed. | 59 * auto-save.el (auto-save-slashify-name): Removed. |
| 55 * auto-save.el (auto-save-reserved-chars): New. | 60 * auto-save.el (auto-save-reserved-chars): New. |
| 59 | 64 |
| 60 Change algorithm for encoding filenames in auto-save names to be | 65 Change algorithm for encoding filenames in auto-save names to be |
| 61 entirely safe with all filesystems and all possible characters in | 66 entirely safe with all filesystems and all possible characters in |
| 62 a filename, and 100% reversible. (Essentially, uses | 67 a filename, and 100% reversible. (Essentially, uses |
| 63 quoted-printable as the encoding.) | 68 quoted-printable as the encoding.) |
| 64 | 69 |
| 65 * auto-save.el (recover-all-files): | 70 * auto-save.el (recover-all-files): |
| 66 | 71 |
| 67 Use insert-directory rather than calling ls directly -- fixes | 72 Use insert-directory rather than calling ls directly -- fixes |
| 68 things under Windows. | 73 things under Windows. |
| 69 | 74 |
| 70 * files.el: | 75 * files.el: |
| 71 * files.el (convert-standard-filename): Substitute FSF's | 76 * files.el (convert-standard-filename): Substitute FSF's |
| 72 definition for this (we had nothing here before). | 77 definition for this (we had nothing here before). |
| 73 | 78 |
| 74 * files.el (backup-buffer): Warning fix. | 79 * files.el (backup-buffer): Warning fix. |
| 75 | 80 |
| 76 * files.el (make-backup-file-name): | 81 * files.el (make-backup-file-name): |
| 77 * files.el (find-backup-file-name): | 82 * files.el (find-backup-file-name): |
| 78 Fix error in calling sequence to auto-save-file-name-p. | 83 Fix error in calling sequence to auto-save-file-name-p. |
| 79 | 84 |
| 80 * files.el (recover-file): | 85 * files.el (recover-file): |
| 81 Use insert-directory rather than calling ls directly -- fixes | 86 Use insert-directory rather than calling ls directly -- fixes |
| 82 things under Windows. | 87 things under Windows. |
| 83 | 88 |
| 84 * files.el (make-auto-save-file-name): Removed. | 89 * files.el (make-auto-save-file-name): Removed. |
| 85 * files.el (auto-save-file-name-p): Removed. | 90 * files.el (auto-save-file-name-p): Removed. |
| 86 auto-save is always dumped so no sense in having a definition | 91 auto-save is always dumped so no sense in having a definition |
| 87 that will always be overwritten with another. | 92 that will always be overwritten with another. |
| 88 | 93 |
| 89 * files.el (insert-directory): | 94 * files.el (insert-directory): |
| 90 * win32-native.el: | 95 * win32-native.el: |
| 91 * win32-native.el (debug-mswindows-process-command-lines): | 96 * win32-native.el (debug-mswindows-process-command-lines): |
| 92 * win32-native.el (original-make-auto-save-file-name): Removed. | 97 * win32-native.el (original-make-auto-save-file-name): Removed. |
| 93 * win32-native.el (make-auto-save-file-name): Removed. | 98 * win32-native.el (make-auto-save-file-name): Removed. |
| 137 | 142 |
| 138 Add coloring in Help buffers, correspondent with hyperlinks. | 143 Add coloring in Help buffers, correspondent with hyperlinks. |
| 139 View files in view-mode rather than Fundamental. | 144 View files in view-mode rather than Fundamental. |
| 140 Remove separators from context menus -- now handled in generic code. | 145 Remove separators from context menus -- now handled in generic code. |
| 141 Add `Find Tag' to context menu. | 146 Add `Find Tag' to context menu. |
| 142 | 147 |
| 143 * menubar.el (popup-mode-menu): | 148 * menubar.el (popup-mode-menu): |
| 144 | 149 |
| 145 Rewrite code that outputs the popup menu to (a) put more specific | 150 Rewrite code that outputs the popup menu to (a) put more specific |
| 146 entries first, (b) be more robust, (c) output the proper context | 151 entries first, (b) be more robust, (c) output the proper context |
| 147 menu separators automatically (the context menu functionality is | 152 menu separators automatically (the context menu functionality is |
| 156 2001-03-06 Ben Wing <ben@xemacs.org> | 161 2001-03-06 Ben Wing <ben@xemacs.org> |
| 157 | 162 |
| 158 * keydefs.el: | 163 * keydefs.el: |
| 159 * keydefs.el (global-map): | 164 * keydefs.el (global-map): |
| 160 Add commented-out change of M-k (for 21.5). | 165 Add commented-out change of M-k (for 21.5). |
| 161 | 166 |
| 162 * menubar-items.el (default-menubar): | 167 * menubar-items.el (default-menubar): |
| 163 Fix items to control kill-line behavior; add items for | 168 Fix items to control kill-line behavior; add items for |
| 164 shifted motion. | 169 shifted motion. |
| 165 | 170 |
| 166 * simple.el: | 171 * simple.el: |
| 167 * simple.el (kill-whole-line): | 172 * simple.el (kill-whole-line): |
| 168 * simple.el (historical-kill-line): Removed. | 173 * simple.el (historical-kill-line): Removed. |
| 169 * simple.el (kill-line): Removed. | 174 * simple.el (kill-line): Removed. |
| 170 * simple.el (kill-entire-line): New. | 175 * simple.el (kill-entire-line): New. |
| 271 | 276 |
| 272 2001-02-23 Martin Buchholz <martin@xemacs.org> | 277 2001-02-23 Martin Buchholz <martin@xemacs.org> |
| 273 | 278 |
| 274 * XEmacs 21.2.45 "Thelxepeia" is released. | 279 * XEmacs 21.2.45 "Thelxepeia" is released. |
| 275 | 280 |
| 276 2001-01-25 Jason R. Mastaler <jason@xemacs.org> | 281 2001-01-25 Jason R. Mastaler <jason@xemacs.org> |
| 277 | 282 |
| 278 * about.el (xemacs-hackers): update my entry. | 283 * about.el (xemacs-hackers): update my entry. |
| 279 * about.el (about-maintainer-info): ditto. | 284 * about.el (about-maintainer-info): ditto. |
| 280 * about.el (about-hackers): ditto. | 285 * about.el (about-hackers): ditto. |
| 281 | 286 |
| 282 2001-02-20 Jan Vroonhof <jan@xemacs.org> | 287 2001-02-20 Jan Vroonhof <jan@xemacs.org> |
| 283 | 288 |
| 284 * about.el (about-maintainer-info): More vanity info about | 289 * about.el (about-maintainer-info): More vanity info about |
| 285 yours truly. | 290 yours truly. |
