diff options
| author | Stefan Monnier | 1999-12-12 06:57:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 1999-12-12 06:57:54 +0000 |
| commit | f28eba7baf53a2372149784e20a4c3289c436037 (patch) | |
| tree | 9f4a5fd626840fe24e1c5b710dc241b6ac5bd1db | |
| parent | d5f65532f39072d38485fc090951253d3b7e7f9b (diff) | |
| download | emacs-f28eba7baf53a2372149784e20a4c3289c436037.tar.gz emacs-f28eba7baf53a2372149784e20a4c3289c436037.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 102 | ||||
| -rw-r--r-- | src/ChangeLog | 42 |
2 files changed, 72 insertions, 72 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe1aa5537a8..498bf741ebd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -56,7 +56,7 @@ | |||
| 56 | 56 | ||
| 57 | 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> | 57 | 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> |
| 58 | 58 | ||
| 59 | * diff-mode.el (diff-mode-shared-map): fset'd and doc change. | 59 | * diff-mode.el (diff-mode-shared-map): Fset'd and doc change. |
| 60 | (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map): | 60 | (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map): |
| 61 | New code to support the minor mode version. | 61 | New code to support the minor mode version. |
| 62 | (diff-recenter): New function. | 62 | (diff-recenter): New function. |
| @@ -80,9 +80,9 @@ | |||
| 80 | 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> | 80 | 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> |
| 81 | 81 | ||
| 82 | * viper-cmd.el (viper-minibuffer-standard-hook, | 82 | * viper-cmd.el (viper-minibuffer-standard-hook, |
| 83 | viper-minibuffer-real-start): new functions. | 83 | viper-minibuffer-real-start): Mew functions. |
| 84 | (viper-read-string-with-history,viper-file-add-suffix, | 84 | (viper-read-string-with-history,viper-file-add-suffix, |
| 85 | viper-trim-replace-chars-to-delete-if-necessary): adapt to the | 85 | viper-trim-replace-chars-to-delete-if-necessary): Adapt to the |
| 86 | change in the status of the minibuffer prompt. | 86 | change in the status of the minibuffer prompt. |
| 87 | 87 | ||
| 88 | 1999-12-06 Gerd Moellmann <gerd@gnu.org> | 88 | 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
| @@ -606,10 +606,10 @@ | |||
| 606 | 1999-02-22 Sam Steingold <sds@goems.com> | 606 | 1999-02-22 Sam Steingold <sds@goems.com> |
| 607 | 607 | ||
| 608 | * goto-addr.el (goto-address-at-mouse, | 608 | * goto-addr.el (goto-address-at-mouse, |
| 609 | goto-address-find-address-at-point): use compose-mail. | 609 | goto-address-find-address-at-point): Use compose-mail. |
| 610 | (goto-address-mail-method): removed variable. | 610 | (goto-address-mail-method): Removed variable. |
| 611 | (goto-address-send-using-mh-e, goto-address-send-using-mhe, | 611 | (goto-address-send-using-mh-e, goto-address-send-using-mhe, |
| 612 | goto-address-send-using-mail): removed functions. | 612 | goto-address-send-using-mail): Removed functions. |
| 613 | 613 | ||
| 614 | 1998-11-03 Sam Steingold <sds@goems.com> | 614 | 1998-11-03 Sam Steingold <sds@goems.com> |
| 615 | 615 | ||
| @@ -1176,7 +1176,7 @@ | |||
| 1176 | (EL): Unused. | 1176 | (EL): Unused. |
| 1177 | (temacs): Removed (unused). | 1177 | (temacs): Removed (unused). |
| 1178 | (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy | 1178 | (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy |
| 1179 | version of the file (necessary for the update to work properly). | 1179 | version of the file (necessary for the update to work properly). |
| 1180 | (autoloads): Force the use of `pwd`/loaddefs.el. | 1180 | (autoloads): Force the use of `pwd`/loaddefs.el. |
| 1181 | (updates); Redefined in terms of other targets to reduce redundancy. | 1181 | (updates); Redefined in terms of other targets to reduce redundancy. |
| 1182 | (.el.elc): New default rule, just in case you want it. | 1182 | (.el.elc): New default rule, just in case you want it. |
| @@ -1378,11 +1378,11 @@ | |||
| 1378 | 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> | 1378 | 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
| 1379 | 1379 | ||
| 1380 | * international/mule-cmds.el (select-safe-coding-system) | 1380 | * international/mule-cmds.el (select-safe-coding-system) |
| 1381 | (leim-list-header): avoid the use of strings that start with backslash | 1381 | (leim-list-header): Avoid the use of strings that start with backslash |
| 1382 | newline since lread.c:read1 has a hack to turn those strings into | 1382 | newline since lread.c:read1 has a hack to turn those strings into |
| 1383 | integer 0 during the loadup.el process. | 1383 | integer 0 during the loadup.el process. |
| 1384 | 1384 | ||
| 1385 | * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | 1385 | * diff-mode.el (diff-find-file-name): Use `Index:' preferentially. |
| 1386 | 1386 | ||
| 1387 | 1999-10-13 Dave Love <fx@gnu.org> | 1387 | 1999-10-13 Dave Love <fx@gnu.org> |
| 1388 | 1388 | ||
| @@ -1402,9 +1402,9 @@ | |||
| 1402 | hook into it. | 1402 | hook into it. |
| 1403 | (Info-current-file, Info-set-mode-line, Info-up): | 1403 | (Info-current-file, Info-set-mode-line, Info-up): |
| 1404 | Info-current-file can now be t. | 1404 | Info-current-file can now be t. |
| 1405 | (Info-clone-buffer-hook): function for `clone-buffer'. | 1405 | (Info-clone-buffer-hook): Function for `clone-buffer'. |
| 1406 | (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | 1406 | (Info-goto-node, Info-menu, Info-mode-map, Info-mode): |
| 1407 | `clone-buffer' available in various ways to the user. | 1407 | Make `clone-buffer' available in various ways to the user. |
| 1408 | 1408 | ||
| 1409 | 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> | 1409 | 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> |
| 1410 | 1410 | ||
| @@ -1487,16 +1487,16 @@ | |||
| 1487 | 1487 | ||
| 1488 | 1999-10-11 Stefan Monnier <monnier@cs.yale.edu> | 1488 | 1999-10-11 Stefan Monnier <monnier@cs.yale.edu> |
| 1489 | 1489 | ||
| 1490 | * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice. | 1490 | * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice. |
| 1491 | 1491 | ||
| 1492 | 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> | 1492 | 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
| 1493 | 1493 | ||
| 1494 | * Makefile (setwins): abstract out the command to find subdirectories | 1494 | * Makefile (setwins): Abstract out the command to find subdirectories |
| 1495 | and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | 1495 | and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). |
| 1496 | (custom-deps, finder-data, autoloads, update-subdirs, updates) | 1496 | (custom-deps, finder-data, autoloads, update-subdirs, updates) |
| 1497 | (autoloads-with-other-emacs): use it. | 1497 | (autoloads-with-other-emacs): Use it. |
| 1498 | 1498 | ||
| 1499 | * diff-mode.el: new file. A mode for viewing/editing context diffs. | 1499 | * diff-mode.el: New file. A mode for viewing/editing context diffs. |
| 1500 | 1500 | ||
| 1501 | 1999-10-09 Gerd Moellmann <gerd@gnu.org> | 1501 | 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
| 1502 | 1502 | ||
| @@ -1627,7 +1627,7 @@ | |||
| 1627 | 1627 | ||
| 1628 | 1999-09-29 Alex Schroeder <alex@gnu.org> | 1628 | 1999-09-29 Alex Schroeder <alex@gnu.org> |
| 1629 | 1629 | ||
| 1630 | * sql.el (sql-imenu-generic-expression): new, used to set | 1630 | * sql.el (sql-imenu-generic-expression): Aew, used to set |
| 1631 | imenu-generic-expression. | 1631 | imenu-generic-expression. |
| 1632 | (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | 1632 | (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting |
| 1633 | font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | 1633 | font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, |
| @@ -1838,7 +1838,7 @@ | |||
| 1838 | documentation. | 1838 | documentation. |
| 1839 | 1839 | ||
| 1840 | * whitespace.el (whitespace-display-unchecked-whitespaces): | 1840 | * whitespace.el (whitespace-display-unchecked-whitespaces): |
| 1841 | new function to update modeline with untested whitespaces. | 1841 | New function to update modeline with untested whitespaces. |
| 1842 | 1842 | ||
| 1843 | * whitespace.el (whitespace-buffer): Test only whitespaces whose | 1843 | * whitespace.el (whitespace-buffer): Test only whitespaces whose |
| 1844 | checking is turned on, and update modeline using the newly created | 1844 | checking is turned on, and update modeline using the newly created |
| @@ -1931,7 +1931,7 @@ | |||
| 1931 | 1931 | ||
| 1932 | * custom.el: Don't define-widget-keywords. | 1932 | * custom.el: Don't define-widget-keywords. |
| 1933 | Change from Didier Verna: | 1933 | Change from Didier Verna: |
| 1934 | (custom-set-variables): the arguments can now have a | 1934 | (custom-set-variables): The arguments can now have a |
| 1935 | custom comment as fifth element. | 1935 | custom comment as fifth element. |
| 1936 | 1936 | ||
| 1937 | 1999-09-13 Richard Stallman <rms@gnu.org> | 1937 | 1999-09-13 Richard Stallman <rms@gnu.org> |
| @@ -2378,10 +2378,10 @@ | |||
| 2378 | 2378 | ||
| 2379 | * time-stamp.el: Put quote-backquote around all symbol names | 2379 | * time-stamp.el: Put quote-backquote around all symbol names |
| 2380 | in doc strings, for mousing. | 2380 | in doc strings, for mousing. |
| 2381 | (time-stamp): support multi-line patterns. | 2381 | (time-stamp): Support multi-line patterns. |
| 2382 | (time-stamp-inserts-lines): new variable. | 2382 | (time-stamp-inserts-lines): New variable. |
| 2383 | (time-stamp-count): new variable. | 2383 | (time-stamp-count): New variable. |
| 2384 | (time-stamp-string-preprocess): fixed bug where "%%a" becomes | 2384 | (time-stamp-string-preprocess): Fixed bug where "%%a" becomes |
| 2385 | "Thu" instead of "%a". | 2385 | "Thu" instead of "%a". |
| 2386 | 2386 | ||
| 2387 | 1999-08-25 Gerd Moellmann <gerd@gnu.org> | 2387 | 1999-08-25 Gerd Moellmann <gerd@gnu.org> |
| @@ -2408,7 +2408,7 @@ | |||
| 2408 | 1999-08-24 Alex Schroeder <alex@gnu.org> | 2408 | 1999-08-24 Alex Schroeder <alex@gnu.org> |
| 2409 | 2409 | ||
| 2410 | * sql.el: Doc changes. | 2410 | * sql.el: Doc changes. |
| 2411 | (sql-sybase): use sql-server instead of sql-database. | 2411 | (sql-sybase): Use sql-server instead of sql-database. |
| 2412 | 2412 | ||
| 2413 | 1999-08-23 Dave Love <fx@gnu.org> | 2413 | 1999-08-23 Dave Love <fx@gnu.org> |
| 2414 | 2414 | ||
| @@ -2530,14 +2530,14 @@ | |||
| 2530 | conflict with pop-up-frames. | 2530 | conflict with pop-up-frames. |
| 2531 | (reftex-special-environment-parsers): New constant. | 2531 | (reftex-special-environment-parsers): New constant. |
| 2532 | (reftex-label-alist): car of an entry can also be a function. | 2532 | (reftex-label-alist): car of an entry can also be a function. |
| 2533 | (reftex-what-special-env): new function. | 2533 | (reftex-what-special-env): Cew function. |
| 2534 | (reftex-label-location): Call `reftex-what-special-env'. | 2534 | (reftex-label-location): Call `reftex-what-special-env'. |
| 2535 | (reftex-compile-variables): Check for symbol in | 2535 | (reftex-compile-variables): Check for symbol in |
| 2536 | `reftex-label-alist'. | 2536 | `reftex-label-alist'. |
| 2537 | (reftex-what-environment): fixed bug with stacked environments of | 2537 | (reftex-what-environment): Fixed bug with stacked environments of |
| 2538 | same kind (e.g. enumerate). | 2538 | same kind (e.g. enumerate). |
| 2539 | (reftex-process-string): Preserve default directory. | 2539 | (reftex-process-string): Preserve default directory. |
| 2540 | (reftex-label-alist-builtin): changed prefixes of endnote and | 2540 | (reftex-label-alist-builtin): Changed prefixes of endnote and |
| 2541 | footnote. Also the magic words. | 2541 | footnote. Also the magic words. |
| 2542 | (reftex-reference): Interprete new option | 2542 | (reftex-reference): Interprete new option |
| 2543 | `reftex-fref-is-default'. | 2543 | `reftex-fref-is-default'. |
| @@ -2547,7 +2547,7 @@ | |||
| 2547 | (reftex-nearest-match): Made better. | 2547 | (reftex-nearest-match): Made better. |
| 2548 | (reftex-toc-find-section): Use new version of | 2548 | (reftex-toc-find-section): Use new version of |
| 2549 | `reftex-nearest-match'. | 2549 | `reftex-nearest-match'. |
| 2550 | (reftex-insert-docstruct): adapted to work with the index stuff. | 2550 | (reftex-insert-docstruct): Adapted to work with the index stuff. |
| 2551 | (reftex-parse-from-file): Find index entries as well. | 2551 | (reftex-parse-from-file): Find index entries as well. |
| 2552 | (reftex-toc-toggle-index): New function | 2552 | (reftex-toc-toggle-index): New function |
| 2553 | (reftex-toc-map): `i' is now used to togle the index, File | 2553 | (reftex-toc-map): `i' is now used to togle the index, File |
| @@ -3632,7 +3632,7 @@ | |||
| 3632 | (face-fill-in): Set relief from data. | 3632 | (face-fill-in): Set relief from data. |
| 3633 | (internal-make-face): Init relief to zero. | 3633 | (internal-make-face): Init relief to zero. |
| 3634 | 3634 | ||
| 3635 | * faces.el (face-spec-set): call modify-face with additional | 3635 | * faces.el (face-spec-set): Call modify-face with additional |
| 3636 | parameters for relief and fixed-p. | 3636 | parameters for relief and fixed-p. |
| 3637 | 3637 | ||
| 3638 | 1999-07-21 Gerd Moellmann <gerd@acm.org> | 3638 | 1999-07-21 Gerd Moellmann <gerd@acm.org> |
| @@ -3893,9 +3893,9 @@ | |||
| 3893 | 3893 | ||
| 3894 | * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | 3894 | * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. |
| 3895 | 3895 | ||
| 3896 | 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | 3896 | 1999-06-27 Stefan Monnier <monnier@cs.yale.edu> |
| 3897 | 3897 | ||
| 3898 | * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | 3898 | * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up |
| 3899 | a frame when `return' is requested (even if pop-up-frames = t) | 3899 | a frame when `return' is requested (even if pop-up-frames = t) |
| 3900 | * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | 3900 | * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' |
| 3901 | should only be set for the bibtex buffer. | 3901 | should only be set for the bibtex buffer. |
| @@ -4374,7 +4374,7 @@ | |||
| 4374 | 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | 4374 | 1999-05-07 Michael Ernst <mernst@alum.mit.edu> |
| 4375 | 4375 | ||
| 4376 | * gud.el (gud-format-command): "%F" means file sans extension. | 4376 | * gud.el (gud-format-command): "%F" means file sans extension. |
| 4377 | (jdb): use %F, not %f, for gud-break. | 4377 | (jdb): Use %F, not %f, for gud-break. |
| 4378 | 4378 | ||
| 4379 | 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | 4379 | 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> |
| 4380 | 4380 | ||
| @@ -5493,7 +5493,7 @@ | |||
| 5493 | 5493 | ||
| 5494 | * time-stamp.el (time-stamp-format): Format doc tighter. | 5494 | * time-stamp.el (time-stamp-format): Format doc tighter. |
| 5495 | (time-stamp-line-limit): 0 searches the entire buffer (careful!). | 5495 | (time-stamp-line-limit): 0 searches the entire buffer (careful!). |
| 5496 | (time-stamp): don't re-write the time stamp if it didn't change. | 5496 | (time-stamp): Don't re-write the time stamp if it didn't change. |
| 5497 | 5497 | ||
| 5498 | 1999-02-05 Alex Schroeder <asc@bsiag.com> | 5498 | 1999-02-05 Alex Schroeder <asc@bsiag.com> |
| 5499 | 5499 | ||
| @@ -5814,7 +5814,7 @@ | |||
| 5814 | 5814 | ||
| 5815 | 1999-01-22 Sam Steingold <sds@goems.com> | 5815 | 1999-01-22 Sam Steingold <sds@goems.com> |
| 5816 | 5816 | ||
| 5817 | * midnight.el (clean-buffer-list): do not kill a buffer if it has | 5817 | * midnight.el (clean-buffer-list): Do not kill a buffer if it has |
| 5818 | a process associated with it. | 5818 | a process associated with it. |
| 5819 | 5819 | ||
| 5820 | 1999-01-22 Jason Rumney <jasonr@altavista.net> | 5820 | 1999-01-22 Jason Rumney <jasonr@altavista.net> |
| @@ -5922,7 +5922,7 @@ | |||
| 5922 | 5922 | ||
| 5923 | 1999-01-17 Sam Steingold <sds@goems.com> | 5923 | 1999-01-17 Sam Steingold <sds@goems.com> |
| 5924 | 5924 | ||
| 5925 | * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | 5925 | * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'. |
| 5926 | 5926 | ||
| 5927 | 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | 5927 | 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> |
| 5928 | 5928 | ||
| @@ -6047,7 +6047,7 @@ | |||
| 6047 | 6047 | ||
| 6048 | 1998-01-14 Felix Lee <flee@cygnus.com> | 6048 | 1998-01-14 Felix Lee <flee@cygnus.com> |
| 6049 | 6049 | ||
| 6050 | * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | 6050 | * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness. |
| 6051 | 6051 | ||
| 6052 | 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | 6052 | 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> |
| 6053 | 6053 | ||
| @@ -6528,10 +6528,10 @@ | |||
| 6528 | compilable in text-mode). | 6528 | compilable in text-mode). |
| 6529 | (cperl-dark-background): Disable without window-system. | 6529 | (cperl-dark-background): Disable without window-system. |
| 6530 | Do `defface' only if window-system. | 6530 | Do `defface' only if window-system. |
| 6531 | (cperl-fix-line-spacing): sped up to bail out early. | 6531 | (cperl-fix-line-spacing): Sped up to bail out early. |
| 6532 | (x-color-defined-p): was not compiling on XEmacs | 6532 | (x-color-defined-p): Was not compiling on XEmacs |
| 6533 | Was defmacro'ed with a tick. Remove another def. | 6533 | Was defmacro'ed with a tick. Remove another def. |
| 6534 | (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | 6534 | (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones |
| 6535 | (cperl-unwind-to-safe): New function. | 6535 | (cperl-unwind-to-safe): New function. |
| 6536 | (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | 6536 | (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. |
| 6537 | (cperl-fontify-syntaxically): Unwinds start and end to go out of | 6537 | (cperl-fontify-syntaxically): Unwinds start and end to go out of |
| @@ -6554,9 +6554,9 @@ | |||
| 6554 | (cperl-make-regexp-x): Misprint in a message. | 6554 | (cperl-make-regexp-x): Misprint in a message. |
| 6555 | (cperl-syntaxify-unwind): New configuration variable | 6555 | (cperl-syntaxify-unwind): New configuration variable |
| 6556 | (cperl-fontify-m-as-s): New configuration variable | 6556 | (cperl-fontify-m-as-s): New configuration variable |
| 6557 | (cperl-electric-pod): check for after-expr was performed | 6557 | (cperl-electric-pod): Check for after-expr was performed |
| 6558 | inside of POD too. | 6558 | inside of POD too. |
| 6559 | (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | 6559 | (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs. |
| 6560 | (cperl-clobber-mode-lists): New configuration variable. | 6560 | (cperl-clobber-mode-lists): New configuration variable. |
| 6561 | (cperl-not-bad-style-regexp): Updated. | 6561 | (cperl-not-bad-style-regexp): Updated. |
| 6562 | Init: `cperl-is-face' was busted. | 6562 | Init: `cperl-is-face' was busted. |
| @@ -6565,15 +6565,15 @@ | |||
| 6565 | (font-lock-other-type-face): Done via `defface' too. | 6565 | (font-lock-other-type-face): Done via `defface' too. |
| 6566 | (cperl-nonoverridable-face): New face. Renamed from | 6566 | (cperl-nonoverridable-face): New face. Renamed from |
| 6567 | `font-lock-other-type-face'. | 6567 | `font-lock-other-type-face'. |
| 6568 | (cperl-init-faces-weak): use `cperl-force-face'. | 6568 | (cperl-init-faces-weak): Use `cperl-force-face'. |
| 6569 | (cperl-comment-indent): Commenting __END__ was not working. | 6569 | (cperl-comment-indent): Commenting __END__ was not working. |
| 6570 | (cperl-indent-for-comment): Likewise. | 6570 | (cperl-indent-for-comment): Likewise. |
| 6571 | (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | 6571 | (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. |
| 6572 | When removing old TAGS info was not relativizing filename. | 6572 | When removing old TAGS info was not relativizing filename. |
| 6573 | (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | 6573 | (cperl-tags-hier-init): Gross hack to pretend we work (are we?). |
| 6574 | Another try to work around XEmacs problems. Better progress messages. | 6574 | Another try to work around XEmacs problems. Better progress messages. |
| 6575 | (toplevel): require custom unprotected => failure on 19.28. | 6575 | (toplevel): Require custom unprotected => failure on 19.28. |
| 6576 | (cperl-xemacs-p): defined when compile too | 6576 | (cperl-xemacs-p): Defined when compile too |
| 6577 | (cperl-find-tags): Was writing line/pos in a wrong order, | 6577 | (cperl-find-tags): Was writing line/pos in a wrong order, |
| 6578 | pos off by 1 and not at beg-of-line. | 6578 | pos off by 1 and not at beg-of-line. |
| 6579 | (cperl-etags-snarf-tag): New macro | 6579 | (cperl-etags-snarf-tag): New macro |
| @@ -7288,7 +7288,7 @@ | |||
| 7288 | 7288 | ||
| 7289 | 1998-11-16 Sam Steingold <sds@goems.com> | 7289 | 1998-11-16 Sam Steingold <sds@goems.com> |
| 7290 | 7290 | ||
| 7291 | * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | 7291 | * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL |
| 7292 | macro, not ELisp one. | 7292 | macro, not ELisp one. |
| 7293 | 7293 | ||
| 7294 | 1998-11-16 Kenichi Handa <handa@etl.go.jp> | 7294 | 1998-11-16 Kenichi Handa <handa@etl.go.jp> |
| @@ -7980,7 +7980,7 @@ | |||
| 7980 | 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | 7980 | 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> |
| 7981 | 7981 | ||
| 7982 | * progmodes/vhdl-mode.el | 7982 | * progmodes/vhdl-mode.el |
| 7983 | (vhdl-add-index-menu): reverse order in imenu-generic-expression. | 7983 | (vhdl-add-index-menu): Reverse order in imenu-generic-expression. |
| 7984 | (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | 7984 | (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) |
| 7985 | (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | 7985 | (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) |
| 7986 | (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | 7986 | (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) |
| @@ -8173,7 +8173,7 @@ | |||
| 8173 | 8173 | ||
| 8174 | 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | 8174 | 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> |
| 8175 | 8175 | ||
| 8176 | * apropos.el (apropos-print): control invalid characters. | 8176 | * apropos.el (apropos-print): Control invalid characters. |
| 8177 | 8177 | ||
| 8178 | * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | 8178 | * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): |
| 8179 | Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | 8179 | Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid |
| @@ -8576,7 +8576,7 @@ | |||
| 8576 | 8576 | ||
| 8577 | 1998-09-10 Noah Friedman <friedman@splode.com> | 8577 | 1998-09-10 Noah Friedman <friedman@splode.com> |
| 8578 | 8578 | ||
| 8579 | * rsz-mini.el (resize-minibuffer-mode): remove :version field from | 8579 | * rsz-mini.el (resize-minibuffer-mode): Remove :version field from |
| 8580 | defcustom declaration. It's wreaking too much havoc with XEmacs | 8580 | defcustom declaration. It's wreaking too much havoc with XEmacs |
| 8581 | and older versions of Emacs, which share this code. | 8581 | and older versions of Emacs, which share this code. |
| 8582 | 8582 | ||
| @@ -8616,7 +8616,7 @@ | |||
| 8616 | 8616 | ||
| 8617 | 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | 8617 | 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> |
| 8618 | 8618 | ||
| 8619 | * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | 8619 | * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook |
| 8620 | to make killing of ispell process work even if | 8620 | to make killing of ispell process work even if |
| 8621 | kill-all-local-variables has been run. | 8621 | kill-all-local-variables has been run. |
| 8622 | 8622 | ||
| @@ -9055,7 +9055,7 @@ | |||
| 9055 | 9055 | ||
| 9056 | 1998-08-23 Eric Ludlam <zappo@gnu.org> | 9056 | 1998-08-23 Eric Ludlam <zappo@gnu.org> |
| 9057 | 9057 | ||
| 9058 | * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | 9058 | * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'. |
| 9059 | (speedbar-mode): Set buffer to read only. | 9059 | (speedbar-mode): Set buffer to read only. |
| 9060 | (speedbar-temp-buffer-show-function): For emacs don't call hook | 9060 | (speedbar-temp-buffer-show-function): For emacs don't call hook |
| 9061 | with arguments. | 9061 | with arguments. |
diff --git a/src/ChangeLog b/src/ChangeLog index 570b77726a5..dc850716fe5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1156,7 +1156,7 @@ | |||
| 1156 | 1156 | ||
| 1157 | 1999-10-08 Stefan Monnier <monnier@cs.yale.edu> | 1157 | 1999-10-08 Stefan Monnier <monnier@cs.yale.edu> |
| 1158 | 1158 | ||
| 1159 | * fileio.c (Fmake_temp_name): add a reference to `make-temp-file' | 1159 | * fileio.c (Fmake_temp_name): Add a reference to `make-temp-file' |
| 1160 | in the docstring. | 1160 | in the docstring. |
| 1161 | 1161 | ||
| 1162 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> | 1162 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| @@ -9061,7 +9061,7 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 9061 | 9061 | ||
| 9062 | * xterm.c (XTclear_end_of_line): Respect right_to_left_p. | 9062 | * xterm.c (XTclear_end_of_line): Respect right_to_left_p. |
| 9063 | 9063 | ||
| 9064 | * xdisp.c (try_window_id): clear desired matrix if not successul. | 9064 | * xdisp.c (try_window_id): Clear desired matrix if not successul. |
| 9065 | 9065 | ||
| 9066 | * xdisp.c (try_window_id): Call update_window_begin_hook/end_hook. | 9066 | * xdisp.c (try_window_id): Call update_window_begin_hook/end_hook. |
| 9067 | 9067 | ||
| @@ -9155,7 +9155,7 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 9155 | 9155 | ||
| 9156 | * window.h: Comments for window_end_pos/vpos. | 9156 | * window.h: Comments for window_end_pos/vpos. |
| 9157 | 9157 | ||
| 9158 | * xdisp.c (skip_to): assert current_buffer is the buffer | 9158 | * xdisp.c (skip_to): Assert current_buffer is the buffer |
| 9159 | of the window in which we are skipping. | 9159 | of the window in which we are skipping. |
| 9160 | 9160 | ||
| 9161 | * dispnew.c (update_window_line): Optimized clear_end_of_line. | 9161 | * dispnew.c (update_window_line): Optimized clear_end_of_line. |
| @@ -9231,7 +9231,7 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 9231 | * xterm.c (XTmouse_position): Calculate LAST_MOUSE_GLYPH | 9231 | * xterm.c (XTmouse_position): Calculate LAST_MOUSE_GLYPH |
| 9232 | rectangle based on minimum character bounds. | 9232 | rectangle based on minimum character bounds. |
| 9233 | 9233 | ||
| 9234 | * keyboard.c (make_lispy_event): mouse clicks; don't do frame | 9234 | * keyboard.c (make_lispy_event): Mouse clicks; don't do frame |
| 9235 | glyph position calculations. | 9235 | glyph position calculations. |
| 9236 | (make_lispy_movement): Use buffer_posn_from_coords and window | 9236 | (make_lispy_movement): Use buffer_posn_from_coords and window |
| 9237 | relative coordinates. | 9237 | relative coordinates. |
| @@ -9260,7 +9260,7 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 9260 | cursor positioning on partially visible lines. | 9260 | cursor positioning on partially visible lines. |
| 9261 | (set_window_cursor_after_update): Ditto. | 9261 | (set_window_cursor_after_update): Ditto. |
| 9262 | 9262 | ||
| 9263 | * dispextern.h (MATRIX_ROW_PARTIALLY_VISIBLE_P): bug fix. | 9263 | * dispextern.h (MATRIX_ROW_PARTIALLY_VISIBLE_P): Bug fix. |
| 9264 | 9264 | ||
| 9265 | * window.h (struct window): start_y removed. | 9265 | * window.h (struct window): start_y removed. |
| 9266 | 9266 | ||
| @@ -9384,7 +9384,7 @@ Fri Aug 22 18:46:43 1997 Gerd Moellmann <gerd@acm.org> | |||
| 9384 | 9384 | ||
| 9385 | * xterm.c (do_line_dance): Only one parameter. | 9385 | * xterm.c (do_line_dance): Only one parameter. |
| 9386 | 9386 | ||
| 9387 | * xdisp.c (display_line): set continued_p. | 9387 | * xdisp.c (display_line): Set continued_p. |
| 9388 | 9388 | ||
| 9389 | * dispextern.h (struct glyph_row): New flag continued_p. | 9389 | * dispextern.h (struct glyph_row): New flag continued_p. |
| 9390 | Fix truncated_on_left_p and truncated_on_right_p to be bits. | 9390 | Fix truncated_on_left_p and truncated_on_right_p to be bits. |
| @@ -9427,7 +9427,7 @@ Wed Aug 20 11:23:28 1997 Gerd Moellmann <gerd@acm.org> | |||
| 9427 | * dispnew.c (update_window_line): If rows have different height | 9427 | * dispnew.c (update_window_line): If rows have different height |
| 9428 | or y, write entire line. | 9428 | or y, write entire line. |
| 9429 | 9429 | ||
| 9430 | * xdisp.c (compute_line_metrics): reset max_ascent and max_descent | 9430 | * xdisp.c (compute_line_metrics): Reset max_ascent and max_descent |
| 9431 | of info struct. | 9431 | of info struct. |
| 9432 | 9432 | ||
| 9433 | * xfaces.c (Fset_face_attribute_internal): Don't call | 9433 | * xfaces.c (Fset_face_attribute_internal): Don't call |
| @@ -9520,7 +9520,7 @@ Sat Aug 16 13:13:32 1997 Gerd Moellmann <gerd@acm.org> | |||
| 9520 | (get_leaf_windows): Build vector of leaf windows. | 9520 | (get_leaf_windows): Build vector of leaf windows. |
| 9521 | Corrupted archive restored from v77. | 9521 | Corrupted archive restored from v77. |
| 9522 | 9522 | ||
| 9523 | * xdisp.c (display_string): stop at >= last_visible_x if truncating | 9523 | * xdisp.c (display_string): Stop at >= last_visible_x if truncating |
| 9524 | like display_line does. | 9524 | like display_line does. |
| 9525 | 9525 | ||
| 9526 | * xdisp.c (display_mode_line): Don't hscroll mode line. | 9526 | * xdisp.c (display_mode_line): Don't hscroll mode line. |
| @@ -9535,7 +9535,7 @@ Sat Aug 16 13:13:32 1997 Gerd Moellmann <gerd@acm.org> | |||
| 9535 | * dispextern.h (struct display_cursor): New member string_length. | 9535 | * dispextern.h (struct display_cursor): New member string_length. |
| 9536 | 9536 | ||
| 9537 | * xdisp.c (next_display_element): Return padding spaces. | 9537 | * xdisp.c (next_display_element): Return padding spaces. |
| 9538 | (init_string_cursor): take precision and field_width | 9538 | (init_string_cursor): Take precision and field_width |
| 9539 | (display_string): Use string cursor, skip over invisible text. | 9539 | (display_string): Use string cursor, skip over invisible text. |
| 9540 | 9540 | ||
| 9541 | Thu Aug 14 10:41:41 1997 Gerd Moellmann <gerd@acm.org> | 9541 | Thu Aug 14 10:41:41 1997 Gerd Moellmann <gerd@acm.org> |
| @@ -9558,13 +9558,13 @@ Thu Aug 14 10:41:41 1997 Gerd Moellmann <gerd@acm.org> | |||
| 9558 | * dispnew.c (direct_output_for_insert): Give up for hscrolled | 9558 | * dispnew.c (direct_output_for_insert): Give up for hscrolled |
| 9559 | mini window. | 9559 | mini window. |
| 9560 | 9560 | ||
| 9561 | * xdisp.c (display_line): don't scroll mini prompt. | 9561 | * xdisp.c (display_line): Don't scroll mini prompt. |
| 9562 | 9562 | ||
| 9563 | * xdisp.c (echo_area_display): Call update_single_window if | 9563 | * xdisp.c (echo_area_display): Call update_single_window if |
| 9564 | possible. | 9564 | possible. |
| 9565 | 9565 | ||
| 9566 | * dispnew.c (update_window_line): Call scrolling_window. | 9566 | * dispnew.c (update_window_line): Call scrolling_window. |
| 9567 | (scrolling_window): work on enabled desired lines only. | 9567 | (scrolling_window): Work on enabled desired lines only. |
| 9568 | (update_single_window): Update a single window like update_frame | 9568 | (update_single_window): Update a single window like update_frame |
| 9569 | does for all windows. | 9569 | does for all windows. |
| 9570 | (update_window, update_window_tree): Additional argument | 9570 | (update_window, update_window_tree): Additional argument |
| @@ -9577,23 +9577,23 @@ Thu Aug 14 10:41:41 1997 Gerd Moellmann <gerd@acm.org> | |||
| 9577 | (x_display_and_set_cursor): Do nothing if cursor glyph row | 9577 | (x_display_and_set_cursor): Do nothing if cursor glyph row |
| 9578 | not enabled. Draw bar cursor 1 pixel smaller. | 9578 | not enabled. Draw bar cursor 1 pixel smaller. |
| 9579 | 9579 | ||
| 9580 | * dispnew.c (adjust_frame_glyphs): don't set frame garbaged | 9580 | * dispnew.c (adjust_frame_glyphs): Don't set frame garbaged |
| 9581 | since update will follow soon. | 9581 | since update will follow soon. |
| 9582 | 9582 | ||
| 9583 | * xdisp.c (echo_area_display): Unitialized variable. | 9583 | * xdisp.c (echo_area_display): Unitialized variable. |
| 9584 | 9584 | ||
| 9585 | * xterm.c (draw_bitmap): previously draw_truncation; draw | 9585 | * xterm.c (draw_bitmap): Previously draw_truncation; draw |
| 9586 | overlay arrow bitmap. | 9586 | overlay arrow bitmap. |
| 9587 | 9587 | ||
| 9588 | * xdisp.c (display_line): for truncated lines, consider everything | 9588 | * xdisp.c (display_line): For truncated lines, consider everything |
| 9589 | up to the final \n as part of the line for cursor positioning. | 9589 | up to the final \n as part of the line for cursor positioning. |
| 9590 | 9590 | ||
| 9591 | * xterm.c (draw_truncation): take FRAME_X_TRUNC_WIDTH into account. | 9591 | * xterm.c (draw_truncation): Take FRAME_X_TRUNC_WIDTH into account. |
| 9592 | (x_after_update_window_line): clear trunc marks. | 9592 | (x_after_update_window_line): Clear trunc marks. |
| 9593 | 9593 | ||
| 9594 | * xterm.h (FRAME_X_TRUNC_WIDTH). | 9594 | * xterm.h (FRAME_X_TRUNC_WIDTH). |
| 9595 | 9595 | ||
| 9596 | * frame.h (FRAME_TRUNC_WIDTH): width of area at the left margin | 9596 | * frame.h (FRAME_TRUNC_WIDTH): Width of area at the left margin |
| 9597 | of a window reserved for truncation mark. | 9597 | of a window reserved for truncation mark. |
| 9598 | 9598 | ||
| 9599 | * dispextern.h: Take FRAME_TRUNC_WIDTH into account. | 9599 | * dispextern.h: Take FRAME_TRUNC_WIDTH into account. |
| @@ -9615,7 +9615,7 @@ Thu Aug 14 10:41:41 1997 Gerd Moellmann <gerd@acm.org> | |||
| 9615 | (x_display_cursor): Use default font width if width not | 9615 | (x_display_cursor): Use default font width if width not |
| 9616 | known. | 9616 | known. |
| 9617 | 9617 | ||
| 9618 | * xdisp.c (echo_area_display): set row->y. | 9618 | * xdisp.c (echo_area_display): Set row->y. |
| 9619 | 9619 | ||
| 9620 | * dispnew.c (set_window_cursor_after_update): Don't assume | 9620 | * dispnew.c (set_window_cursor_after_update): Don't assume |
| 9621 | all rows are enabled. | 9621 | all rows are enabled. |
| @@ -10514,7 +10514,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann <gerd@acm.org> | |||
| 10514 | * alloc.c: Include dispextern.h | 10514 | * alloc.c: Include dispextern.h |
| 10515 | (mark_object): Mark objects referenced from glyphs. | 10515 | (mark_object): Mark objects referenced from glyphs. |
| 10516 | 10516 | ||
| 10517 | * frame.c (make_frame): initialize DECODE_MODE_SPEC_BUFFER. | 10517 | * frame.c (make_frame): Initialize DECODE_MODE_SPEC_BUFFER. |
| 10518 | 10518 | ||
| 10519 | * scroll.c (do_direct_scrolling): Remove TEMP_MATRIX. | 10519 | * scroll.c (do_direct_scrolling): Remove TEMP_MATRIX. |
| 10520 | (do_scrolling): Ditto. | 10520 | (do_scrolling): Ditto. |
| @@ -10542,9 +10542,9 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann <gerd@acm.org> | |||
| 10542 | (Fdelete_frame): Free glyphs. | 10542 | (Fdelete_frame): Free glyphs. |
| 10543 | (make_frame): Initialize matrix fields in frame. | 10543 | (make_frame): Initialize matrix fields in frame. |
| 10544 | 10544 | ||
| 10545 | * config.in (PROTO): added. | 10545 | * config.in (PROTO): Added. |
| 10546 | 10546 | ||
| 10547 | * emacs.c (shut_down_emacs): check glyph memory. | 10547 | * emacs.c (shut_down_emacs): Check glyph memory. |
| 10548 | 10548 | ||
| 10549 | * window.c (Fdelete_window): Free window matrices. | 10549 | * window.c (Fdelete_window): Free window matrices. |
| 10550 | (Fset_window_configuration): Ditto. | 10550 | (Fset_window_configuration): Ditto. |