comparison lisp/ChangeLog.6 @ 49597:e88404e8f2cf

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 12:29:42 +0000
parents 1aba10ab73b4
children 695cf19ef79e
comparison
equal deleted inserted replaced
49596:b06535145619 49597:e88404e8f2cf
1192 1192
1193 1996-05-11 Geoff Voelker <voelker@cs.washington.edu> 1193 1996-05-11 Geoff Voelker <voelker@cs.washington.edu>
1194 1194
1195 * winnt.el (using-unix-filesystems): Update doc string. 1195 * winnt.el (using-unix-filesystems): Update doc string.
1196 1196
1197 1996-05-11 Andrew Innes <andrewi@harlequin.co.uk> 1197 1996-05-11 Andrew Innes <andrewi@harlequin.co.uk>
1198 1198
1199 * scroll-bar.el (scroll-bar-drag-position): New function. 1199 * scroll-bar.el (scroll-bar-drag-position): New function.
1200 (scroll-bar-maybe-set-window-start): New function. 1200 (scroll-bar-maybe-set-window-start): New function.
1201 1201
1202 * term/win32-win.el (win32-handle-scroll-bar-event): 1202 * term/win32-win.el (win32-handle-scroll-bar-event):
1311 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> 1311 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1312 1312
1313 * apropos.el (apropos-print): If command has no key bindings, 1313 * apropos.el (apropos-print): If command has no key bindings,
1314 say how to run it with M-x. 1314 say how to run it with M-x.
1315 1315
1316 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> 1316 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1317 1317
1318 * winnt.el (original-make-auto-save-file-name): New symbol bound 1318 * winnt.el (original-make-auto-save-file-name): New symbol bound
1319 to old value of make-auto-save-file-name. 1319 to old value of make-auto-save-file-name.
1320 (make-auto-save-file-name): New function overriding old. 1320 (make-auto-save-file-name): New function overriding old.
1321 1321
1362 1996-04-26 Ed Reingold <reingold@spiff.gnu.ai.mit.edu> 1362 1996-04-26 Ed Reingold <reingold@spiff.gnu.ai.mit.edu>
1363 1363
1364 * solar.el (diary-sabbath-candles): Don't correct for DST a second 1364 * solar.el (diary-sabbath-candles): Don't correct for DST a second
1365 time. 1365 time.
1366 1366
1367 1996-04-26 Andrew Innes <andrewi@harlequin.co.uk> 1367 1996-04-26 Andrew Innes <andrewi@harlequin.co.uk>
1368 1368
1369 * compile.el (compilation-error-regexp-alist): Add regexp 1369 * compile.el (compilation-error-regexp-alist): Add regexp
1370 for Microsoft VC++ error messages containing drive letters. 1370 for Microsoft VC++ error messages containing drive letters.
1371 1371
1372 * loadup.el [windows-nt]: Load disp-table. 1372 * loadup.el [windows-nt]: Load disp-table.
1464 (metamail-region, metamail-buffer): New arg VIEWMODE. 1464 (metamail-region, metamail-buffer): New arg VIEWMODE.
1465 1465
1466 * metamail.el: Optional argument which value is passed to the 1466 * metamail.el: Optional argument which value is passed to the
1467 environment variable EMACS_VIEW_MODE is added to the function 1467 environment variable EMACS_VIEW_MODE is added to the function
1468 metamail-buffer and metamail-region. 1468 metamail-buffer and metamail-region.
1469 1469
1470 * files.el (after-find-file): Mention file name in 1470 * files.el (after-find-file): Mention file name in
1471 "auto save is newer" message. 1471 "auto save is newer" message.
1472 1472
1473 1996-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu> 1473 1996-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1474 1474
1493 1493
1494 * vc.el (vc-comment-ring): Initialise using make-ring. 1494 * vc.el (vc-comment-ring): Initialise using make-ring.
1495 (vc-clear-context): Initialise vc-comment-ring using make-ring. 1495 (vc-clear-context): Initialise vc-comment-ring using make-ring.
1496 (vc-finish-logentry): Don't initialise vc-comment-ring here. 1496 (vc-finish-logentry): Don't initialise vc-comment-ring here.
1497 1497
1498 1996-04-15 Eric Ding <ericding@mit.edu> 1498 1996-04-15 Eric Ding <ericding@mit.edu>
1499 1499
1500 * goto-addr.el (goto-address-send-using-mh-e): 1500 * goto-addr.el (goto-address-send-using-mh-e):
1501 Renamed from goto-address-send-using-mhe. Require `mh-comp'. 1501 Renamed from goto-address-send-using-mhe. Require `mh-comp'.
1502 1502
1503 1996-04-15 Richard Stallman <rms@mole.gnu.ai.mit.edu> 1503 1996-04-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2860 (timer-duration-words): New variable. 2860 (timer-duration-words): New variable.
2861 (timer-relative-time): New subroutine. 2861 (timer-relative-time): New subroutine.
2862 (timer-inc-time): Use timer-relative-time. 2862 (timer-inc-time): Use timer-relative-time.
2863 (timer-set-time, timer-set-time-with-usecs): Allow floating DELTA. 2863 (timer-set-time, timer-set-time-with-usecs): Allow floating DELTA.
2864 2864
2865 1996-01-31 Caleb Deupree <cdeupree@cincom.com> 2865 1996-01-31 Caleb Deupree <cdeupree@cincom.com>
2866 2866
2867 * winnt.el (mode-line-format): Include column-number-mode. 2867 * winnt.el (mode-line-format): Include column-number-mode.
2868 2868
2869 1996-01-30 David Kegedal <davidk@lysator.liu.se> 2869 1996-01-30 David Kegedal <davidk@lysator.liu.se>
2870 2870
3391 3391
3392 1996-01-17 Karl Heuer <kwzh@gnu.ai.mit.edu> 3392 1996-01-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
3393 3393
3394 * files.el (auto-mode-alist): Use "\\`" instead of "^". 3394 * files.el (auto-mode-alist): Use "\\`" instead of "^".
3395 3395
3396 1996-01-17 Michael Staats <michael@thp.Uni-Duisburg.DE> 3396 1996-01-17 Michael Staats <michael@thp.Uni-Duisburg.DE>
3397 3397
3398 * pc-select.el: Add some keybindings. 3398 * pc-select.el: Add some keybindings.
3399 (next-line-mark, next-line-nomark): Set this-command. 3399 (next-line-mark, next-line-nomark): Set this-command.
3400 (previous-line-mark, previous-line-nomark): Likewise. 3400 (previous-line-mark, previous-line-nomark): Likewise.
3401 (end-of-line-mark, end-of-line-nomark): Likewise. 3401 (end-of-line-mark, end-of-line-nomark): Likewise.
4255 * rmail.el (rmail-retry-failure): Fix previous change. 4255 * rmail.el (rmail-retry-failure): Fix previous change.
4256 Combine variables mail-buffer and rmail-buffer. 4256 Combine variables mail-buffer and rmail-buffer.
4257 Look for an end-delimiter in case where the start-of-bounce 4257 Look for an end-delimiter in case where the start-of-bounce
4258 delimiter looks like -- plus some more text. 4258 delimiter looks like -- plus some more text.
4259 4259
4260 1995-12-13 Kevin Rodgers <kevinr@ihs.com> 4260 1995-12-13 Kevin Rodgers <kevinr@ihs.com>
4261 4261
4262 * ange-ftp.el (ange-ftp-load): Added missing form to `cdr' down 4262 * ange-ftp.el (ange-ftp-load): Added missing form to `cdr' down
4263 tryfiles in `while' loop. 4263 tryfiles in `while' loop.
4264 4264
4265 1995-12-12 Michael Ernst <mernst@cs.rice.edu> 4265 1995-12-12 Michael Ernst <mernst@cs.rice.edu>
4273 * flow-ctrl.el (enable-flow-control-on): Try the whole TERM name 4273 * flow-ctrl.el (enable-flow-control-on): Try the whole TERM name
4274 before trying to strip off words from the end. 4274 before trying to strip off words from the end.
4275 4275
4276 * rmail.el (rmail-search): Doc fix. 4276 * rmail.el (rmail-search): Doc fix.
4277 4277
4278 1995-12-11 Ake Stenhoff <etxaksf@aom.ericsson.se> 4278 1995-12-11 Ake Stenhoff <etxaksf@aom.ericsson.se>
4279 4279
4280 * cc-mode.el (cc-imenu-c++-generic-expression): New variable. 4280 * cc-mode.el (cc-imenu-c++-generic-expression): New variable.
4281 (cc-imenu-c-generic-expression): New variable. 4281 (cc-imenu-c-generic-expression): New variable.
4282 (c++-mode): Set imenu-generic-expression. 4282 (c++-mode): Set imenu-generic-expression.
4283 (c-mode): Set imenu-generic-expression. 4283 (c-mode): Set imenu-generic-expression.
4347 (isearch-mode): Set it. 4347 (isearch-mode): Set it.
4348 (isearch-search): Clear it. 4348 (isearch-search): Clear it.
4349 (isearch-repeat): If isearch-just-started, don't test for empty match. 4349 (isearch-repeat): If isearch-just-started, don't test for empty match.
4350 (isearch-unread): Use store-kbd-macro-event. 4350 (isearch-unread): Use store-kbd-macro-event.
4351 4351
4352 1995-12-01 Francesco Potorti` <pot@cnuce.cnr.it> 4352 1995-12-01 Francesco Potorti` <pot@cnuce.cnr.it>
4353 4353
4354 * gud.el (gud-sdb-marker-filter): Modify the regexp for sysVR3 to 4354 * gud.el (gud-sdb-marker-filter): Modify the regexp for sysVR3 to
4355 take care of the asterisk prompt. Correctly set gud-marker-acc. 4355 take care of the asterisk prompt. Correctly set gud-marker-acc.
4356 4356
4357 1995-12-01 Francesco Potorti` <pot@cnuce.cnr.it> 4357 1995-12-01 Francesco Potorti` <pot@cnuce.cnr.it>
4358 4358
4359 * make-mode.el: Add faces to menu only if window-system. 4359 * make-mode.el: Add faces to menu only if window-system.
4360 (makefile-mode): Do not check if makefile-define-space-face is 4360 (makefile-mode): Do not check if makefile-define-space-face is
4361 defined. Call it only if window-system. 4361 defined. Call it only if window-system.
4362 4362
4694 1995-12-02 Erik Naggum <erik@naggum.no> 4694 1995-12-02 Erik Naggum <erik@naggum.no>
4695 4695
4696 * disp-table.el (display-table-slot,set-display-table-slot): 4696 * disp-table.el (display-table-slot,set-display-table-slot):
4697 Document the slot names. 4697 Document the slot names.
4698 4698
4699 1995-12-01 Francesco Potorti` <pot@cnuce.cnr.it> 4699 1995-12-01 Francesco Potorti` <pot@cnuce.cnr.it>
4700 4700
4701 * gud.el (gud-sdb-marker-filter): start may be nil, so check it 4701 * gud.el (gud-sdb-marker-filter): start may be nil, so check it
4702 with numberp before using it. 4702 with numberp before using it.
4703 4703
4704 * isearch.el (isearch-edit-string): Consider the case when 4704 * isearch.el (isearch-edit-string): Consider the case when
5100 5100
5101 1995-11-10 Erik Naggum <erik@naggum.no> 5101 1995-11-10 Erik Naggum <erik@naggum.no>
5102 5102
5103 * view.el (View-scroll-lines-forward): Don't recenter at end. 5103 * view.el (View-scroll-lines-forward): Don't recenter at end.
5104 5104
5105 1995-11-10 Kevin Rodgers <kevinr@ihs.com> 5105 1995-11-10 Kevin Rodgers <kevinr@ihs.com>
5106 5106
5107 * files.el (find-file-noselect): Respect the value of 5107 * files.el (find-file-noselect): Respect the value of
5108 find-file-visit-truename when FILENAME is a directory and 5108 find-file-visit-truename when FILENAME is a directory and
5109 find-file-run-dired is non-nil. 5109 find-file-run-dired is non-nil.
5110 5110
5275 5275
5276 * startup.el (user-mail-address): Doc fix. 5276 * startup.el (user-mail-address): Doc fix.
5277 5277
5278 * view.el (view-mode-map): Use ordinary Help command. 5278 * view.el (view-mode-map): Use ordinary Help command.
5279 5279
5280 1995-11-02 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de> 5280 1995-11-02 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de>
5281 5281
5282 * sh-script.el (sh-shells): Eliminated variable redundant with 5282 * sh-script.el (sh-shells): Eliminated variable redundant with
5283 `interpreter-mode-alist'. 5283 `interpreter-mode-alist'.
5284 (sh-beginning-of-command): Take into account \quoted newline. 5284 (sh-beginning-of-command): Take into account \quoted newline.
5285 (sh-builtins, sh-leading-keywords, sh-other-keywords): Now three 5285 (sh-builtins, sh-leading-keywords, sh-other-keywords): Now three
5306 to find the appropriate bindings for window enlarge/shrink. 5306 to find the appropriate bindings for window enlarge/shrink.
5307 (2C-shrink-window-horizontally, 2C-enlarge-window-horizontally): 5307 (2C-shrink-window-horizontally, 2C-enlarge-window-horizontally):
5308 Renamed from shrink-window-horizontally, enlarge-window-horizontally 5308 Renamed from shrink-window-horizontally, enlarge-window-horizontally
5309 to avoid redefining the standard functions. 5309 to avoid redefining the standard functions.
5310 5310
5311 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org> 5311 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
5312 5312
5313 * mh-e.el (mh-make-folder-mode-line): support mh-msg-count. 5313 * mh-e.el (mh-make-folder-mode-line): support mh-msg-count.
5314 (mh-delete-scan-msgs): use fast new mh-goto-msg. 5314 (mh-delete-scan-msgs): use fast new mh-goto-msg.
5315 * mh-utils.el (mh-goto-msg): binary search (much faster!). 5315 * mh-utils.el (mh-goto-msg): binary search (much faster!).
5316 (mh-prompt-for-folder): error if regular file. 5316 (mh-prompt-for-folder): error if regular file.
5698 * derived.el (derived-mode-merge-syntax-tables): Rewrite using 5698 * derived.el (derived-mode-merge-syntax-tables): Rewrite using
5699 map-char-table. 5699 map-char-table.
5700 5700
5701 * hippie-exp.el (he-transfer-case): Fix typo in prev change. 5701 * hippie-exp.el (he-transfer-case): Fix typo in prev change.
5702 5702
5703 1995-10-13 Michael Kifer <Michael Kifer <kifer@cs.sunysb.edu>> 5703 1995-10-13 Michael Kifer <Michael Kifer <kifer@cs.sunysb.edu>>
5704 5704
5705 * ediff.el (ediff-version): is now autoloaded. 5705 * ediff.el (ediff-version): is now autoloaded.
5706 * ediff-init.el: Moved defsubsts up. 5706 * ediff-init.el: Moved defsubsts up.
5707 * ediff-hook.el: Now defines [window] in menu-bar-ediff-menu. 5707 * ediff-hook.el: Now defines [window] in menu-bar-ediff-menu.
5708 5708
5709 1995-10-13 Michael Kifer <Michael Kifer <kifer@cs.sunysb.edu>> 5709 1995-10-13 Michael Kifer <Michael Kifer <kifer@cs.sunysb.edu>>
5710 5710
5711 * viper.el (vip-set-hooks): Use view-mode-hook in emacs and view 5711 * viper.el (vip-set-hooks): Use view-mode-hook in emacs and view
5712 hook in xemacs. 5712 hook in xemacs.
5713 (vip-read-string-with-history): minibuffer-setup-hook no longer 5713 (vip-read-string-with-history): minibuffer-setup-hook no longer
5714 waits for the user to type, if there are unread events. 5714 waits for the user to type, if there are unread events.
6048 1995-09-22 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> 6048 1995-09-22 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6049 6049
6050 * edt.el (edt-setup-default-bindings): Revert function is 6050 * edt.el (edt-setup-default-bindings): Revert function is
6051 revert-buffer, not revert-file. 6051 revert-buffer, not revert-file.
6052 6052
6053 1995-09-22 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> 6053 1995-09-22 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
6054 6054
6055 * f90.el: Major revision. 6055 * f90.el: Major revision.
6056 Much improved and quicker highlighting using font-lock. 6056 Much improved and quicker highlighting using font-lock.
6057 Support for hilit19 removed. 6057 Support for hilit19 removed.
6058 Support for imenu added. 6058 Support for imenu added.
6681 (byte-compile-dest-file): Call byte-compiler-base-file-name. 6681 (byte-compile-dest-file): Call byte-compiler-base-file-name.
6682 6682
6683 * jka-compr.el (jka-compr-byte-compiler-base-file-name): New function. 6683 * jka-compr.el (jka-compr-byte-compiler-base-file-name): New function.
6684 Use it to handle byte-compiler-base-file-name operation. 6684 Use it to handle byte-compiler-base-file-name operation.
6685 6685
6686 1995-08-20 Michael Kifer <Michael Kifer <kifer@cs.sunysb.edu>> 6686 1995-08-20 Michael Kifer <kifer@cs.sunysb.edu>
6687 6687
6688 * viper.el (vip-set-hooks): Use view-mode-hook in emacs and view 6688 * viper.el (vip-set-hooks): Use view-mode-hook in emacs and view
6689 hook in xemacs. 6689 hook in xemacs.
6690 (vip-read-string-with-history): minibuffer-setup-hook no longer 6690 (vip-read-string-with-history): minibuffer-setup-hook no longer
6691 waits for the user to type, if there are unread events. 6691 waits for the user to type, if there are unread events.
6855 1995-08-15 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> 6855 1995-08-15 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6856 6856
6857 * sh-script.el (sh-mode-map): Use new name skeleton-pair-insert-maybe. 6857 * sh-script.el (sh-mode-map): Use new name skeleton-pair-insert-maybe.
6858 (sh-mode): Use new names skeleton-pair-alist, skeleton-pair-filter. 6858 (sh-mode): Use new names skeleton-pair-alist, skeleton-pair-filter.
6859 6859
6860 1995-08-15 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de> 6860 1995-08-15 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de>
6861 6861
6862 * skeleton.el (skeleton-pair-insert-maybe): Plain insert in Ovwrt mode 6862 * skeleton.el (skeleton-pair-insert-maybe): Plain insert in Ovwrt mode
6863 (skeleton-insert): If skeleton doesn't fit in window, put beginning 6863 (skeleton-insert): If skeleton doesn't fit in window, put beginning
6864 at top before going to _ point. 6864 at top before going to _ point.
6865 (skeleton-internal-list): Rewritten so that resume: sections pertain 6865 (skeleton-internal-list): Rewritten so that resume: sections pertain
7782 7782
7783 * rmail.el (rmail-find-all-files): Bind case-fold-search. 7783 * rmail.el (rmail-find-all-files): Bind case-fold-search.
7784 7784
7785 * term/x-win.el (x-colors): Doc fix. 7785 * term/x-win.el (x-colors): Doc fix.
7786 7786
7787 1995-06-30 Kevin Rodgers <kevinr@ihs.com> 7787 1995-06-30 Kevin Rodgers <kevinr@ihs.com>
7788 7788
7789 * mailabbrev.el (mail-resolve-all-aliases-1): 7789 * mailabbrev.el (mail-resolve-all-aliases-1):
7790 Downcase address before recursive call. 7790 Downcase address before recursive call.
7791 7791
7792 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> 7792 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>