Mercurial > emacs
comparison lisp/ChangeLog @ 34351:fedc41b477f0
Load emacs-lisp/backquote instead of autoloading
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Thu, 07 Dec 2000 15:23:07 +0000 |
parents | 120858fee7cc |
children | 206c6778d78f |
comparison
equal
deleted
inserted
replaced
34350:120858fee7cc | 34351:fedc41b477f0 |
---|---|
1 2000-12-07 Sam Steingold <sds@gnu.org> | |
2 | |
3 * loadup.el: Load emacs-lisp/backquote instead of autoloading. | |
4 Backquote is used in isearch.el, so autoloading saves nothing. | |
5 | |
1 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il> | 6 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 7 |
3 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore | 8 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore |
4 the CVS and RCS subdirectories case-insensitively. | 9 the CVS and RCS subdirectories case-insensitively. |
5 | 10 |
13 * progmodes/cc-langs.el: Update copyright. | 18 * progmodes/cc-langs.el: Update copyright. |
14 | 19 |
15 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright. | 20 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright. |
16 | 21 |
17 * bindings.el (mode-line-mode-menu): Add glasses-mode. | 22 * bindings.el (mode-line-mode-menu): Add glasses-mode. |
18 | 23 |
19 * bindings.el (mode-line-mode-menu): Reverse the order | 24 * bindings.el (mode-line-mode-menu): Reverse the order |
20 of define-keys so that the menu appears in alphabetical order. | 25 of define-keys so that the menu appears in alphabetical order. |
21 | 26 |
22 2000-12-07 Milan Zamazal <pdm@freesoft.cz> | 27 2000-12-07 Milan Zamazal <pdm@freesoft.cz> |
23 | 28 |
84 * replace.el (occur): Make line-number-width 1 smaller for the | 89 * replace.el (occur): Make line-number-width 1 smaller for the |
85 colon following the line number. | 90 colon following the line number. |
86 | 91 |
87 * startup.el (fancy-splash-text, command-line-1): Use | 92 * startup.el (fancy-splash-text, command-line-1): Use |
88 `File' for the menu name instead of `Files'. | 93 `File' for the menu name instead of `Files'. |
89 | 94 |
90 * tmm.el: Update copyright. | 95 * tmm.el: Update copyright. |
91 | 96 |
92 * cus-start.el: Add entry for even-window-heights. | 97 * cus-start.el: Add entry for even-window-heights. |
93 | 98 |
94 2000-12-06 Miles Bader <miles@gnu.org> | 99 2000-12-06 Miles Bader <miles@gnu.org> |
127 | 132 |
128 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case. | 133 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case. |
129 | 134 |
130 2000-12-04 Gerd Moellmann <gerd@gnu.org> | 135 2000-12-04 Gerd Moellmann <gerd@gnu.org> |
131 | 136 |
132 * mail/rmailsum.el (rmail-summary-expunge) | 137 * mail/rmailsum.el (rmail-summary-expunge) |
133 (rmail-summary-expunge-and-save): Ask for confirmation with | 138 (rmail-summary-expunge-and-save): Ask for confirmation with |
134 rmail-expunge-confirmed. | 139 rmail-expunge-confirmed. |
135 | 140 |
136 * mail/rmail.el (rmail-expunge-confirmed): New function. | 141 * mail/rmail.el (rmail-expunge-confirmed): New function. |
137 (rmail-expunge): Use it. | 142 (rmail-expunge): Use it. |
138 | 143 |
139 * progmodes/etags.el (tag-partial-file-name-match-p): New function. | 144 * progmodes/etags.el (tag-partial-file-name-match-p): New function. |
140 (etags-recognize-tags-table, find-tag-in-order): New | 145 (etags-recognize-tags-table, find-tag-in-order): New |
141 functionality: interpret file names as tags. | 146 functionality: interpret file names as tags. |
142 | 147 |
143 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il> | 148 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il> |
144 | 149 |
145 * info.el (Info-scroll-prefer-subnodes): New defcustom. | 150 * info.el (Info-scroll-prefer-subnodes): New defcustom. |
146 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't | 151 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't |
147 visit the first subnode until the bottom of the current node is | 152 visit the first subnode until the bottom of the current node is |
159 * international/fontset.el: Change the font registries for CJK | 164 * international/fontset.el: Change the font registries for CJK |
160 fonts in the default fontset. Don't append '*' to registries. | 165 fonts in the default fontset. Don't append '*' to registries. |
161 | 166 |
162 2000-12-03 Stefan Monnier <monnier@cs.yale.edu> | 167 2000-12-03 Stefan Monnier <monnier@cs.yale.edu> |
163 | 168 |
164 * emacs-lisp/easy-mmode.el (define-derived-mode) | 169 * emacs-lisp/easy-mmode.el (define-derived-mode) |
165 (easy-mmode-derived-mode-p): Remove (moved to derived.el). | 170 (easy-mmode-derived-mode-p): Remove (moved to derived.el). |
166 | 171 |
167 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el. | 172 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el. |
168 (derived-mode-p): New function. | 173 (derived-mode-p): New function. |
169 (derived-mode-make-docstring): Add `docstring' argument. | 174 (derived-mode-make-docstring): Add `docstring' argument. |
208 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid | 213 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid |
209 autoloading tex-mode; instead, do the same manually. Use | 214 autoloading tex-mode; instead, do the same manually. Use |
210 texinfo-open-quote and texinfo-close-quote. Insert literal quote | 215 texinfo-open-quote and texinfo-close-quote. Insert literal quote |
211 with numeric argument. Docstring fix. | 216 with numeric argument. Docstring fix. |
212 (toplevel): Require cl when compiling. | 217 (toplevel): Require cl when compiling. |
213 | 218 |
214 * international/mule.el (make-char): Doc fix. | 219 * international/mule.el (make-char): Doc fix. |
215 | 220 |
216 2000-12-02 Jason Rumney <jasonr@gnu.org> | 221 2000-12-02 Jason Rumney <jasonr@gnu.org> |
217 | 222 |
218 * term/w32-win.el (x-select-enable-clipboard): Customize (as per | 223 * term/w32-win.el (x-select-enable-clipboard): Customize (as per |
236 | 241 |
237 2000-12-01 Gerd Moellmann <gerd@gnu.org> | 242 2000-12-01 Gerd Moellmann <gerd@gnu.org> |
238 | 243 |
239 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify. | 244 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify. |
240 | 245 |
241 * play/5x5.el (5x5-play-solution): | 246 * play/5x5.el (5x5-play-solution): |
242 | 247 |
243 2000-12-01 Miles Bader <miles@gnu.org> | 248 2000-12-01 Miles Bader <miles@gnu.org> |
244 | 249 |
245 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'. | 250 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'. |
246 | 251 |
253 | 258 |
254 * image-file.el (image-file-name-regexp): Automatically add | 259 * image-file.el (image-file-name-regexp): Automatically add |
255 upper-case variants of each filename extension in | 260 upper-case variants of each filename extension in |
256 `image-file-name-extensions', since they seem to be common. | 261 `image-file-name-extensions', since they seem to be common. |
257 | 262 |
258 * simple.el (minibuffer-contents) | 263 * simple.el (minibuffer-contents) |
259 (minibuffer-contents-no-properties, delete-minibuffer-contents): | 264 (minibuffer-contents-no-properties, delete-minibuffer-contents): |
260 New functions. | 265 New functions. |
261 * filecache.el (file-cache-directory-name) | 266 * filecache.el (file-cache-directory-name) |
262 (file-cache-minibuffer-complete): Ignore the minibuffer prompt. | 267 (file-cache-minibuffer-complete): Ignore the minibuffer prompt. |
263 | 268 |
264 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com> | 269 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com> |
265 | 270 |
266 * filecache.el (file-cache-minibuffer-complete): Don't try to | 271 * filecache.el (file-cache-minibuffer-complete): Don't try to |
267 delete the minibuffer prompt. | 272 delete the minibuffer prompt. |
268 | 273 |
269 2000-11-30 Dave Love <fx@gnu.org> | 274 2000-11-30 Dave Love <fx@gnu.org> |
270 | 275 |
300 2000-11-30 Gerd Moellmann <gerd@gnu.org> | 305 2000-11-30 Gerd Moellmann <gerd@gnu.org> |
301 | 306 |
302 * bs.el: Fix typos and spelling errors. | 307 * bs.el: Fix typos and spelling errors. |
303 (bs-appearance) <defgroup>: Renamed from bs-appearence. | 308 (bs-appearance) <defgroup>: Renamed from bs-appearence. |
304 (bs-configuration): Doc fix. | 309 (bs-configuration): Doc fix. |
305 | 310 |
306 * bs.el: Undo mistaken change of 2000-11-28. Update copyright. | 311 * bs.el: Undo mistaken change of 2000-11-28. Update copyright. |
307 | 312 |
308 2000-11-30 Rob Riepel <riepel@Stanford.EDU> | 313 2000-11-30 Rob Riepel <riepel@Stanford.EDU> |
309 | 314 |
310 * emulation/tpu-edt.el (tpu-version): New version. | 315 * emulation/tpu-edt.el (tpu-version): New version. |
321 (tpu-forward-line): Use forward-visible-line. | 326 (tpu-forward-line): Use forward-visible-line. |
322 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted. | 327 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted. |
323 | 328 |
324 * emulation/tpu-extras.el (tpu-forward-line): Use | 329 * emulation/tpu-extras.el (tpu-forward-line): Use |
325 forward-visible-line. | 330 forward-visible-line. |
326 | 331 |
327 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk> | 332 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk> |
328 | 333 |
329 * cus-edit.el (custom-face-value-create): Always emphasize tag. | 334 * cus-edit.el (custom-face-value-create): Always emphasize tag. |
330 | 335 |
331 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | 336 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
332 | 337 |
333 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly | 338 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly |
334 and skip whitespace and newlines. | 339 and skip whitespace and newlines. |
335 | 340 |
336 2000-11-30 Stefan Monnier <monnier@cs.yale.edu> | 341 2000-11-30 Stefan Monnier <monnier@cs.yale.edu> |
337 | 342 |
338 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05. | 343 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05. |
339 | 344 |
340 2000-11-29 Gerd Moellmann <gerd@gnu.org> | 345 2000-11-29 Gerd Moellmann <gerd@gnu.org> |
421 (antlr-action-visibility): Also allow value nil to also hide the | 426 (antlr-action-visibility): Also allow value nil to also hide the |
422 braces. Renamed from `antlr-tiny-action-length'. | 427 braces. Renamed from `antlr-tiny-action-length'. |
423 Suggested by Jay@aol.com. | 428 Suggested by Jay@aol.com. |
424 (antlr-hide-actions): Change accordingly. Hide line if completely | 429 (antlr-hide-actions): Change accordingly. Hide line if completely |
425 hidden action is on a line of its own. | 430 hidden action is on a line of its own. |
426 | 431 |
427 2000-11-29 Stefan Monnier <monnier@cs.yale.edu> | 432 2000-11-29 Stefan Monnier <monnier@cs.yale.edu> |
428 | 433 |
429 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run. | 434 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run. |
430 | 435 |
431 * sort.el (sort-columns): Don't concat strings with numbers. | 436 * sort.el (sort-columns): Don't concat strings with numbers. |
568 that foreground and/or background colors of the face `tool-bar' | 573 that foreground and/or background colors of the face `tool-bar' |
569 are unspecified. | 574 are unspecified. |
570 | 575 |
571 2000-11-27 Miles Bader <miles@gnu.org> | 576 2000-11-27 Miles Bader <miles@gnu.org> |
572 | 577 |
573 * wid-edit.el (widget-field-buffer, widget-field-start) | 578 * wid-edit.el (widget-field-buffer, widget-field-start) |
574 (widget-field-end): Handle widget field `pseudo-overlays'. | 579 (widget-field-end): Handle widget field `pseudo-overlays'. |
575 (widget-field-value-delete): Delete WIDGET from `widget-field-new' | 580 (widget-field-value-delete): Delete WIDGET from `widget-field-new' |
576 if it's there instead of in `widget-field-list'. | 581 if it's there instead of in `widget-field-list'. |
577 | 582 |
578 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'. | 583 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'. |
614 * startup.el (command-line): Fix computation of the source file | 619 * startup.el (command-line): Fix computation of the source file |
615 for user-init-file when user-init-file is a compiled file. | 620 for user-init-file when user-init-file is a compiled file. |
616 | 621 |
617 2000-11-24 Miles Bader <miles@gnu.org> | 622 2000-11-24 Miles Bader <miles@gnu.org> |
618 | 623 |
619 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec) | 624 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec) |
620 (custom-post-filter-face-spec): New functions. | 625 (custom-post-filter-face-spec): New functions. |
621 (custom-face-set, custom-face-value-create): Filter the face spec | 626 (custom-face-set, custom-face-value-create): Filter the face spec |
622 before and after customization. | 627 before and after customization. |
623 (custom-face-set): If VALUE specifies a null face, pass a | 628 (custom-face-set): If VALUE specifies a null face, pass a |
624 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'. | 629 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'. |
632 | 637 |
633 * cus-start.el (all): Restore entry for `mode-line-inverse-video', | 638 * cus-start.el (all): Restore entry for `mode-line-inverse-video', |
634 so that people can easily turn it off. | 639 so that people can easily turn it off. |
635 | 640 |
636 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu> | 641 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu> |
637 | 642 |
638 * ediff-diff.el: Moved variables around to have it compile under NT. | 643 * ediff-diff.el: Moved variables around to have it compile under NT. |
639 | 644 |
640 * ediff-help.el (ediff-use-long-help-message): Made it customizable. | 645 * ediff-help.el (ediff-use-long-help-message): Made it customizable. |
641 | 646 |
642 * ediff-init.el (ediff-abbrev-jobname): Use capitalize. | 647 * ediff-init.el (ediff-abbrev-jobname): Use capitalize. |
643 | 648 |
644 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the | 649 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the |
645 redundant skip-small-frames test. | 650 redundant skip-small-frames test. |
646 | 651 |
647 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode. | 652 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode. |
648 (viper-downgrade-to-insert): protect against errors in hooks. | 653 (viper-downgrade-to-insert): protect against errors in hooks. |
649 | 654 |
650 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook) | 655 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook) |
651 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling. | 656 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling. |
652 (viper-restore-cursor-type,viper-set-insert-cursor-type): New | 657 (viper-restore-cursor-type,viper-set-insert-cursor-type): New |
653 functions. | 658 functions. |
654 | 659 |
655 * viper-util.el (viper-memq-char): Bug fixes. | 660 * viper-util.el (viper-memq-char): Bug fixes. |
656 | 661 |
657 * viper.el (viper-mode): Fix cursor handling. | 662 * viper.el (viper-mode): Fix cursor handling. |
658 | 663 |
659 2000-11-24 Kenichi Handa <handa@etl.go.jp> | 664 2000-11-24 Kenichi Handa <handa@etl.go.jp> |
660 | 665 |
661 * international/mule-diag.el (list-iso-charset-chars): For | 666 * international/mule-diag.el (list-iso-charset-chars): For |
662 two-byte charset, fix the `while' condition. | 667 two-byte charset, fix the `while' condition. |
663 (list-non-iso-charset-chars): Fix the `while' condition. | 668 (list-non-iso-charset-chars): Fix the `while' condition. |
710 | 715 |
711 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton. | 716 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton. |
712 | 717 |
713 2000-11-22 Gerd Moellmann <gerd@gnu.org> | 718 2000-11-22 Gerd Moellmann <gerd@gnu.org> |
714 | 719 |
715 * mail/rmail.el (rmail-confirm-expunge): Default to | 720 * mail/rmail.el (rmail-confirm-expunge): Default to |
716 y-or-n-p. | 721 y-or-n-p. |
717 | 722 |
718 2000-11-22 Stefan Monnier <monnier@cs.yale.edu> | 723 2000-11-22 Stefan Monnier <monnier@cs.yale.edu> |
719 | 724 |
720 * textmodes/tex-mode.el (tex-font-lock-keywords-1): | 725 * textmodes/tex-mode.el (tex-font-lock-keywords-1): |
721 Fix ARG regexp to skip quoted braces. | 726 Fix ARG regexp to skip quoted braces. |
722 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces. | 727 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces. |
738 | 743 |
739 2000-11-22 Sam Steingold <sds@gnu.org> | 744 2000-11-22 Sam Steingold <sds@gnu.org> |
740 | 745 |
741 * simple.el (delete-trailing-whitespace): New interactive | 746 * simple.el (delete-trailing-whitespace): New interactive |
742 function. | 747 function. |
743 | 748 |
744 * progmodes/ada-mode.el (ada-mode): Use it instead of | 749 * progmodes/ada-mode.el (ada-mode): Use it instead of |
745 `ada-remove-trailing-spaces'. | 750 `ada-remove-trailing-spaces'. |
746 (ada-remove-trailing-spaces): Removed. | 751 (ada-remove-trailing-spaces): Removed. |
747 | 752 |
748 * textmodes/two-column.el (2C-merge): Recommend it in the doc. | 753 * textmodes/two-column.el (2C-merge): Recommend it in the doc. |
749 | 754 |
750 * textmodes/picture.el (picture-clean): Removed. | 755 * textmodes/picture.el (picture-clean): Removed. |
751 (picture-mode-exit): Call it instead of `picture-clean'. | 756 (picture-mode-exit): Call it instead of `picture-clean'. |
752 | 757 |
753 2000-11-22 Gerd Moellmann <gerd@gnu.org> | 758 2000-11-22 Gerd Moellmann <gerd@gnu.org> |
754 | 759 |
8298 those omitted from the menu). Useful if you don't use a menu-bar! | 8303 those omitted from the menu). Useful if you don't use a menu-bar! |
8299 (recentf-open-more-files) Modified to use `recentf-open-files'. | 8304 (recentf-open-more-files) Modified to use `recentf-open-files'. |
8300 | 8305 |
8301 (recentf-open-files, recentf-open-more-files) | 8306 (recentf-open-files, recentf-open-more-files) |
8302 (recentf-edit-list): Dialogs use `recentf-dialog-mode' | 8307 (recentf-edit-list): Dialogs use `recentf-dialog-mode' |
8303 | 8308 |
8304 (recentf-dialog-mode): New mode for dialogs. You can now just type | 8309 (recentf-dialog-mode): New mode for dialogs. You can now just type |
8305 "q" to cancel the dialogs. | 8310 "q" to cancel the dialogs. |
8306 | 8311 |
8307 2000-07-18 David Ponce <david@dponce.com> | 8312 2000-07-18 David Ponce <david@dponce.com> |
8308 | 8313 |
9288 * whitespace.el (defgroup whitespace): Comment out `:version'. | 9293 * whitespace.el (defgroup whitespace): Comment out `:version'. |
9289 XEmacs 20.4 has problems defining the group with this present. | 9294 XEmacs 20.4 has problems defining the group with this present. |
9290 We'll have this commented out till get resolve the problem. | 9295 We'll have this commented out till get resolve the problem. |
9291 | 9296 |
9292 2000-06-07 John Wiegley <johnw@gnu.org> | 9297 2000-06-07 John Wiegley <johnw@gnu.org> |
9293 | 9298 |
9294 * align.el (align-dq-string-modes, align-sq-string-modes) | 9299 * align.el (align-dq-string-modes, align-sq-string-modes) |
9295 (align-open-comment-modes): Add pyhton-mode. | 9300 (align-open-comment-modes): Add pyhton-mode. |
9296 (align-rules-list): Use get-text-property instead of | 9301 (align-rules-list): Use get-text-property instead of |
9297 text-properties-at. | 9302 text-properties-at. |
9298 (align-rules-list): Add python-assignment. | 9303 (align-rules-list): Add python-assignment. |