diff options
| author | Sam Steingold | 1999-11-02 23:19:22 +0000 |
|---|---|---|
| committer | Sam Steingold | 1999-11-02 23:19:22 +0000 |
| commit | 4ff3fcc7d78b38790bfbf624485fe36952f18186 (patch) | |
| tree | a0aa12708838e2bf6626de56063f70a087d29713 | |
| parent | 9e56fc95cc30cf80487cc1dbfb03f08e3ceaeed4 (diff) | |
| download | emacs-4ff3fcc7d78b38790bfbf624485fe36952f18186.tar.gz emacs-4ff3fcc7d78b38790bfbf624485fe36952f18186.zip | |
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
| -rw-r--r-- | lisp/ChangeLog | 148 | ||||
| -rw-r--r-- | lisp/progmodes/cmacexp.el | 7 |
2 files changed, 80 insertions, 75 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 37452abf979..42dad772b0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 1999-11-02 Sam Steingold <sds@ksp.com> | ||
| 2 | |||
| 3 | * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. | ||
| 4 | |||
| 1 | 1999-11-01 John Tobey <jtobey@epsilondev.com> | 5 | 1999-11-01 John Tobey <jtobey@epsilondev.com> |
| 2 | 6 | ||
| 3 | * gud.el: (gud-perldb-massage-args): Massage correctly in the | 7 | * gud.el: (gud-perldb-massage-args): Massage correctly in the |
| @@ -36,7 +40,7 @@ | |||
| 36 | 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> | 40 | 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
| 37 | 41 | ||
| 38 | * ediff.el: Version change. | 42 | * ediff.el: Version change. |
| 39 | 43 | ||
| 40 | * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows. | 44 | * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows. |
| 41 | make sure you are in a good frame before deleting other | 45 | make sure you are in a good frame before deleting other |
| 42 | windows. | 46 | windows. |
| @@ -53,14 +57,14 @@ | |||
| 53 | 57 | ||
| 54 | * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): | 58 | * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
| 55 | Use file-name-nondirectory when passing files to CVS. | 59 | Use file-name-nondirectory when passing files to CVS. |
| 56 | 60 | ||
| 57 | * ediff-diff.el (ediff-cmp-options): New variable. | 61 | * ediff-diff.el (ediff-cmp-options): New variable. |
| 58 | (ediff-same-file-contents): Use ediff-cmp-options. | 62 | (ediff-same-file-contents): Use ediff-cmp-options. |
| 59 | 63 | ||
| 60 | * ediff-ptch.el (ediff-prompt-for-patch-buffer, | 64 | * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
| 61 | ediff-get-patch-buffer): Use current buffer if it appears to be a | 65 | ediff-get-patch-buffer): Use current buffer if it appears to be a |
| 62 | patch. | 66 | patch. |
| 63 | 67 | ||
| 64 | * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c | 68 | * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
| 65 | C-g | 69 | C-g |
| 66 | 70 | ||
| @@ -79,7 +83,7 @@ | |||
| 79 | (viper-ex): Save excursion before doing :global. | 83 | (viper-ex): Save excursion before doing :global. |
| 80 | 84 | ||
| 81 | * viper-mous.el (viper-counting-clicks-p): Bug fixes. | 85 | * viper-mous.el (viper-counting-clicks-p): Bug fixes. |
| 82 | 86 | ||
| 83 | * viper-cmd.el (viper-post-command-sentinel, | 87 | * viper-cmd.el (viper-post-command-sentinel, |
| 84 | viper-insert-state-post-command-sentinel, | 88 | viper-insert-state-post-command-sentinel, |
| 85 | viper-insert-state-pre-command-sentinel): Takes better care of | 89 | viper-insert-state-pre-command-sentinel): Takes better care of |
| @@ -127,7 +131,7 @@ | |||
| 127 | 131 | ||
| 128 | 1999-10-30 Gerd Moellmann <gerd@gnu.org> | 132 | 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
| 129 | 133 | ||
| 130 | * progmodes/compile.el (compilation-error-regexp-alist): | 134 | * progmodes/compile.el (compilation-error-regexp-alist): |
| 131 | Undo previous change. | 135 | Undo previous change. |
| 132 | 136 | ||
| 133 | 1999-10-28 Dave Love <fx@gnu.org> | 137 | 1999-10-28 Dave Love <fx@gnu.org> |
| @@ -138,14 +142,14 @@ | |||
| 138 | 1999-10-28 Gerd Moellmann <gerd@gnu.org> | 142 | 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
| 139 | 143 | ||
| 140 | * paths.el (rmail-file-name): Make it an option. | 144 | * paths.el (rmail-file-name): Make it an option. |
| 141 | 145 | ||
| 142 | * progmodes/ada-mode.el, progmodes/ada-prj.el, | 146 | * progmodes/ada-mode.el, progmodes/ada-prj.el, |
| 143 | progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | 147 | progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and |
| 144 | comment fixes. | 148 | comment fixes. |
| 145 | 149 | ||
| 146 | * progmodes/compile.el (compilation-error-regexp-alist): Recognize | 150 | * progmodes/compile.el (compilation-error-regexp-alist): Recognize |
| 147 | MIPS Pro 7.3 compiler error message syntax. | 151 | MIPS Pro 7.3 compiler error message syntax. |
| 148 | 152 | ||
| 149 | 1999-10-27 Dave Love <fx@gnu.org> | 153 | 1999-10-27 Dave Love <fx@gnu.org> |
| 150 | 154 | ||
| 151 | * progmodes/compile.el: Checkdoc-inspired fixes. | 155 | * progmodes/compile.el: Checkdoc-inspired fixes. |
| @@ -172,7 +176,7 @@ | |||
| 172 | (ad-activate-internal-off): Renamed from ad-activate-off. | 176 | (ad-activate-internal-off): Renamed from ad-activate-off. |
| 173 | All uses changed. | 177 | All uses changed. |
| 174 | (ad-activate): Renamed from ad-activate-on. All uses changed. | 178 | (ad-activate): Renamed from ad-activate-on. All uses changed. |
| 175 | (ad-start-advice, ad-stop-advice, ad-recover-normality): | 179 | (ad-start-advice, ad-stop-advice, ad-recover-normality): |
| 176 | Alter the definition of ad-activate-internal, not ad-activate. | 180 | Alter the definition of ad-activate-internal, not ad-activate. |
| 177 | 181 | ||
| 178 | 1999-10-26 Gerd Moellmann <gerd@gnu.org> | 182 | 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
| @@ -206,7 +210,7 @@ | |||
| 206 | 210 | ||
| 207 | * frame.el (auto-raise-mode): When enabling the mode, | 211 | * frame.el (auto-raise-mode): When enabling the mode, |
| 208 | immediately raise the selected frame. | 212 | immediately raise the selected frame. |
| 209 | 213 | ||
| 210 | * indent.el (indent-region): Doc fix. | 214 | * indent.el (indent-region): Doc fix. |
| 211 | 215 | ||
| 212 | * comint.el (comint-output-filter): Make the Comint buffer current | 216 | * comint.el (comint-output-filter): Make the Comint buffer current |
| @@ -217,7 +221,7 @@ | |||
| 217 | 1999-10-24 Stephen Eglen <stephen@gnu.org> | 221 | 1999-10-24 Stephen Eglen <stephen@gnu.org> |
| 218 | 222 | ||
| 219 | * progmodes/octave-mod.el (octave-auto-indent): Remove :version so | 223 | * progmodes/octave-mod.el (octave-auto-indent): Remove :version so |
| 220 | that Octave lisp files can also run under XEmacs 20. | 224 | that Octave lisp files can also run under XEmacs 20. |
| 221 | (require 'custom) added so that files can run under Emacs 19.34. | 225 | (require 'custom) added so that files can run under Emacs 19.34. |
| 222 | 226 | ||
| 223 | * iswitchb.el (iswitchb-default-keybindings): No need to use | 227 | * iswitchb.el (iswitchb-default-keybindings): No need to use |
| @@ -378,7 +382,7 @@ | |||
| 378 | permanent-local. | 382 | permanent-local. |
| 379 | 383 | ||
| 380 | 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> | 384 | 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> |
| 381 | 385 | ||
| 382 | * progmodes/ps-mode.el (ps-mode-print-function): Fix default | 386 | * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
| 383 | value: \"lpr\" changed to "lpr" | 387 | value: \"lpr\" changed to "lpr" |
| 384 | (ps-mode-version): New constant | 388 | (ps-mode-version): New constant |
| @@ -396,7 +400,7 @@ | |||
| 396 | ps-run-messages was missing in previous version of the doc-string) | 400 | ps-run-messages was missing in previous version of the doc-string) |
| 397 | (ps-run-mode): Simplified assignment to font-lock-defaults, using | 401 | (ps-run-mode): Simplified assignment to font-lock-defaults, using |
| 398 | symbols only | 402 | symbols only |
| 399 | 403 | ||
| 400 | 1999-10-19 Alex Schroeder <alex@gnu.org> | 404 | 1999-10-19 Alex Schroeder <alex@gnu.org> |
| 401 | 405 | ||
| 402 | * ansi-color.el: Complete rewrite. | 406 | * ansi-color.el: Complete rewrite. |
| @@ -405,7 +409,7 @@ | |||
| 405 | 409 | ||
| 406 | Fix bootstrapping problems. | 410 | Fix bootstrapping problems. |
| 407 | Use the system locale to specify Emacs locale defaults. | 411 | Use the system locale to specify Emacs locale defaults. |
| 408 | 412 | ||
| 409 | * international/mule-cmds.el (global-map): | 413 | * international/mule-cmds.el (global-map): |
| 410 | Do not use backquote, because that makes a bootstrapping | 414 | Do not use backquote, because that makes a bootstrapping |
| 411 | problem if you need to recompile all Lisp files using interpreted code. | 415 | problem if you need to recompile all Lisp files using interpreted code. |
| @@ -442,7 +446,7 @@ | |||
| 442 | 446 | ||
| 443 | * iswitchb.el (iswitchb-exhibit): Extract user-input only | 447 | * iswitchb.el (iswitchb-exhibit): Extract user-input only |
| 444 | from the mini-buffer, without the prompt. | 448 | from the mini-buffer, without the prompt. |
| 445 | 449 | ||
| 446 | * simple.el (minibuffer-prompt-end): Return the position | 450 | * simple.el (minibuffer-prompt-end): Return the position |
| 447 | after the prompt, not the position of that last character | 451 | after the prompt, not the position of that last character |
| 448 | of the prompt. | 452 | of the prompt. |
| @@ -453,12 +457,12 @@ | |||
| 453 | 457 | ||
| 454 | 1999-10-17 Miles Bader <miles@gnu.org> | 458 | 1999-10-17 Miles Bader <miles@gnu.org> |
| 455 | 459 | ||
| 456 | * simple.el (previous-matching-history-element, next-history-element): | 460 | * simple.el (previous-matching-history-element, next-history-element): |
| 457 | Change to work correctly even if the point is in the prompt. | 461 | Change to work correctly even if the point is in the prompt. |
| 458 | (choose-completion-string): Likewise. | 462 | (choose-completion-string): Likewise. |
| 459 | (minibuffer-prompt-width): New function (compatibility with old subr). | 463 | (minibuffer-prompt-width): New function (compatibility with old subr). |
| 460 | 464 | ||
| 461 | * textmodes/paragraphs.el (forward-sentence, forward-paragraph): | 465 | * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
| 462 | When constraining the final position to the current field, | 466 | When constraining the final position to the current field, |
| 463 | don't use the ONLY-IN-LINE mode of constrain-to-field. | 467 | don't use the ONLY-IN-LINE mode of constrain-to-field. |
| 464 | 468 | ||
| @@ -491,7 +495,7 @@ | |||
| 491 | (next-history-element): Likewise. | 495 | (next-history-element): Likewise. |
| 492 | Erase the minibuffer input with erase-field, not erase-buffer. | 496 | Erase the minibuffer input with erase-field, not erase-buffer. |
| 493 | Use field-beginning to find the beginning of the input. | 497 | Use field-beginning to find the beginning of the input. |
| 494 | * textmodes/paragraphs.el (backward-kill-sentence): | 498 | * textmodes/paragraphs.el (backward-kill-sentence): |
| 495 | Remove minibuffer-prompt hack. | 499 | Remove minibuffer-prompt hack. |
| 496 | Constrain to any input field. | 500 | Constrain to any input field. |
| 497 | 501 | ||
| @@ -544,7 +548,7 @@ | |||
| 544 | 548 | ||
| 545 | 1999-10-14 Dave Love <fx@gnu.org> | 549 | 1999-10-14 Dave Love <fx@gnu.org> |
| 546 | 550 | ||
| 547 | * international/characters.el: | 551 | * international/characters.el: |
| 548 | * international/fontset.el: | 552 | * international/fontset.el: |
| 549 | * international/mule-conf.el: Add latin-iso8859-1[45]. | 553 | * international/mule-conf.el: Add latin-iso8859-1[45]. |
| 550 | 554 | ||
| @@ -593,7 +597,7 @@ | |||
| 593 | 597 | ||
| 594 | * subr.el (with-current-buffer): Don't use backquotes to avoid | 598 | * subr.el (with-current-buffer): Don't use backquotes to avoid |
| 595 | bootstrapping problems. | 599 | bootstrapping problems. |
| 596 | 600 | ||
| 597 | * loadup.el (load-path): Add subdirs for bootstrapping. | 601 | * loadup.el (load-path): Add subdirs for bootstrapping. |
| 598 | (docstrings): Ignore errors during bootstrapping. | 602 | (docstrings): Ignore errors during bootstrapping. |
| 599 | (args): New `bootstrap' argument (for use in place of `dump'). | 603 | (args): New `bootstrap' argument (for use in place of `dump'). |
| @@ -649,14 +653,14 @@ | |||
| 649 | (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | 653 | (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) |
| 650 | (sh-scan-case, sh-search-word, sh-set-char-syntax) | 654 | (sh-scan-case, sh-search-word, sh-set-char-syntax) |
| 651 | (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | 655 | (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) |
| 652 | (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New | 656 | (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
| 653 | functions. | 657 | functions. |
| 654 | (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | 658 | (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) |
| 655 | (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | 659 | (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) |
| 656 | (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | 660 | (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) |
| 657 | (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | 661 | (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) |
| 658 | (sh-var-list): New variables. | 662 | (sh-var-list): New variables. |
| 659 | 663 | ||
| 660 | 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> | 664 | 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
| 661 | 665 | ||
| 662 | * quickurl.el (quickurl-list-insert): `count-lines' was returning | 666 | * quickurl.el (quickurl-list-insert): `count-lines' was returning |
| @@ -687,12 +691,12 @@ | |||
| 687 | * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | 691 | * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. |
| 688 | (regexp-opt-group): Use it to get common suffixes in STRINGS. | 692 | (regexp-opt-group): Use it to get common suffixes in STRINGS. |
| 689 | If STRINGS is nil, return "" rather than nil. | 693 | If STRINGS is nil, return "" rather than nil. |
| 690 | 694 | ||
| 691 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> | 695 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 692 | 696 | ||
| 693 | * Makefile (compile): Compile files one by one. Set load-path to | 697 | * Makefile (compile): Compile files one by one. Set load-path to |
| 694 | current directory and subdirectories when compiling. | 698 | current directory and subdirectories when compiling. |
| 695 | 699 | ||
| 696 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> | 700 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 697 | 701 | ||
| 698 | * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | 702 | * Makefile (EMACSOPT, DONTCOMPILE, EL): New. |
| @@ -762,7 +766,7 @@ | |||
| 762 | scroll-up-aggressively, scroll-down-aggressively. | 766 | scroll-up-aggressively, scroll-down-aggressively. |
| 763 | 767 | ||
| 764 | * time.el (display-time-mode): Add autoload cookie. | 768 | * time.el (display-time-mode): Add autoload cookie. |
| 765 | 769 | ||
| 766 | * rect.el (delete-extract-rectangle): Doc fix from verna. | 770 | * rect.el (delete-extract-rectangle): Doc fix from verna. |
| 767 | 771 | ||
| 768 | * help-macro.el (three-step-help): Customize. | 772 | * help-macro.el (three-step-help): Customize. |
| @@ -857,7 +861,7 @@ | |||
| 857 | 861 | ||
| 858 | 1999-09-25 Gerd Moellmann <gerd@gnu.org> | 862 | 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
| 859 | 863 | ||
| 860 | * faces.el (face-differs-from-default-p): Compare face | 864 | * faces.el (face-differs-from-default-p): Compare face |
| 861 | attributes individually. | 865 | attributes individually. |
| 862 | 866 | ||
| 863 | * image.el (put-image, insert-image): Add string argument. | 867 | * image.el (put-image, insert-image): Add string argument. |
| @@ -889,11 +893,11 @@ | |||
| 889 | (imenu): Run menu-after-jump-hook. | 893 | (imenu): Run menu-after-jump-hook. |
| 890 | (imenu-name-lookup-function): New variable. | 894 | (imenu-name-lookup-function): New variable. |
| 891 | * imenu.el (imenu--in-alist): Use those variables. | 895 | * imenu.el (imenu--in-alist): Use those variables. |
| 892 | 896 | ||
| 893 | 1999-09-24 Carsten Dominik <cd@gnu.org> | 897 | 1999-09-24 Carsten Dominik <cd@gnu.org> |
| 894 | 898 | ||
| 895 | * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | 899 | * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for |
| 896 | multiple thebibliography environments. | 900 | multiple thebibliography environments. |
| 897 | 901 | ||
| 898 | * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | 902 | * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug |
| 899 | with recentering window. | 903 | with recentering window. |
| @@ -1103,7 +1107,7 @@ | |||
| 1103 | * cus-face.el (custom-face-attributes): Simplify :underline, | 1107 | * cus-face.el (custom-face-attributes): Simplify :underline, |
| 1104 | :overline, :inverse-video cases. Fix up :box case (probably needs | 1108 | :overline, :inverse-video cases. Fix up :box case (probably needs |
| 1105 | more work). | 1109 | more work). |
| 1106 | 1110 | ||
| 1107 | Change from Didier Verna: | 1111 | Change from Didier Verna: |
| 1108 | (custom-set-faces): The arguments can now have a custom comment as | 1112 | (custom-set-faces): The arguments can now have a custom comment as |
| 1109 | fourth argument. | 1113 | fourth argument. |
| @@ -1120,7 +1124,7 @@ | |||
| 1120 | 1999-09-12 Gerd Moellmann <gerd@gnu.org> | 1124 | 1999-09-12 Gerd Moellmann <gerd@gnu.org> |
| 1121 | 1125 | ||
| 1122 | * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | 1126 | * iswitchb.el (iswitchb-exhibit): Use buffer-string instead |
| 1123 | of buffer-substring because buffer-string doesn't copy the | 1127 | of buffer-substring because buffer-string doesn't copy the |
| 1124 | prompt. | 1128 | prompt. |
| 1125 | 1129 | ||
| 1126 | * faces.el (mode-line): Replaces `modeline'. | 1130 | * faces.el (mode-line): Replaces `modeline'. |
| @@ -1138,7 +1142,7 @@ | |||
| 1138 | (tpu-lm-replace): Set tpu-replace-overlay. | 1142 | (tpu-lm-replace): Set tpu-replace-overlay. |
| 1139 | (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | 1143 | (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post |
| 1140 | command hook. | 1144 | command hook. |
| 1141 | 1145 | ||
| 1142 | 1999-09-11 Richard Stallman <rms@gnu.org> | 1146 | 1999-09-11 Richard Stallman <rms@gnu.org> |
| 1143 | 1147 | ||
| 1144 | * isearch.el (isearch-mode-map): Undo previous change. | 1148 | * isearch.el (isearch-mode-map): Undo previous change. |
| @@ -1154,7 +1158,7 @@ | |||
| 1154 | 1158 | ||
| 1155 | * winner.el: Major changes. Avoid changing point and mark. | 1159 | * winner.el: Major changes. Avoid changing point and mark. |
| 1156 | Save configurations after they change, not before. | 1160 | Save configurations after they change, not before. |
| 1157 | 1161 | ||
| 1158 | 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> | 1162 | 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
| 1159 | 1163 | ||
| 1160 | * emacs-lisp/bytecomp.el (byte-compile-output-docform): | 1164 | * emacs-lisp/bytecomp.el (byte-compile-output-docform): |
| @@ -1218,7 +1222,7 @@ | |||
| 1218 | 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | 1222 | 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> |
| 1219 | 1223 | ||
| 1220 | * generic-x.el (generic-define-unix-modes): Added new modes: | 1224 | * generic-x.el (generic-define-unix-modes): Added new modes: |
| 1221 | inetd-conf-generic-mode, etc-services-generic-mode, | 1225 | inetd-conf-generic-mode, etc-services-generic-mode, |
| 1222 | etc-passwd-generic-mode. These are all defined for Unix by default. | 1226 | etc-passwd-generic-mode. These are all defined for Unix by default. |
| 1223 | (apache-generic-mode): Use an imenu-generic-expression to list | 1227 | (apache-generic-mode): Use an imenu-generic-expression to list |
| 1224 | Configuration keywords. | 1228 | Configuration keywords. |
| @@ -1231,7 +1235,7 @@ | |||
| 1231 | characters. | 1235 | characters. |
| 1232 | (java-properties-generic-mode): Added an imenu-generic-expression | 1236 | (java-properties-generic-mode): Added an imenu-generic-expression |
| 1233 | (java-properties-generic-mode): Reworked to support the various | 1237 | (java-properties-generic-mode): Reworked to support the various |
| 1234 | different ways to separate name and value (viz, '=', ':' and | 1238 | different ways to separate name and value (viz, '=', ':' and |
| 1235 | whitespace). | 1239 | whitespace). |
| 1236 | (show-tabs-generic-mode): Added this new generic-mode. | 1240 | (show-tabs-generic-mode): Added this new generic-mode. |
| 1237 | 1241 | ||
| @@ -1294,7 +1298,7 @@ | |||
| 1294 | 1999-09-06 Richard Stallman <rms@gnu.org> | 1298 | 1999-09-06 Richard Stallman <rms@gnu.org> |
| 1295 | 1299 | ||
| 1296 | * vc.el (vc-annotate-display): Use < 69 not < 70 | 1300 | * vc.el (vc-annotate-display): Use < 69 not < 70 |
| 1297 | to distinguish 20YY from 19YY. | 1301 | to distinguish 20YY from 19YY. |
| 1298 | 1302 | ||
| 1299 | * timezone.el (timezone-parse-date): Use < 69 not < 70 | 1303 | * timezone.el (timezone-parse-date): Use < 69 not < 70 |
| 1300 | to distinguish 20YY from 19YY. | 1304 | to distinguish 20YY from 19YY. |
| @@ -1332,9 +1336,9 @@ | |||
| 1332 | * progmodes/octave-inf.el (inferior-octave-startup-args): Add | 1336 | * progmodes/octave-inf.el (inferior-octave-startup-args): Add |
| 1333 | --no-line-editing so that TABs in source files are not interpreted | 1337 | --no-line-editing so that TABs in source files are not interpreted |
| 1334 | as completion requests. | 1338 | as completion requests. |
| 1335 | 1339 | ||
| 1336 | 1999-09-06 Gerd Moellmann <gerd@gnu.org> | 1340 | 1999-09-06 Gerd Moellmann <gerd@gnu.org> |
| 1337 | 1341 | ||
| 1338 | * hscroll.el, auto-show.el: Remove all code, keep the public | 1342 | * hscroll.el, auto-show.el: Remove all code, keep the public |
| 1339 | interface as no-ops. | 1343 | interface as no-ops. |
| 1340 | 1344 | ||
| @@ -1570,7 +1574,7 @@ | |||
| 1570 | 1999-08-25 Gerd Moellmann <gerd@gnu.org> | 1574 | 1999-08-25 Gerd Moellmann <gerd@gnu.org> |
| 1571 | 1575 | ||
| 1572 | * jit-lock.el (jit-lock-function): Extend the fontified range | 1576 | * jit-lock.el (jit-lock-function): Extend the fontified range |
| 1573 | to the beginning of the line containing the range start and | 1577 | to the beginning of the line containing the range start and |
| 1574 | the beginning of the line following the range end. | 1578 | the beginning of the line following the range end. |
| 1575 | 1579 | ||
| 1576 | 1999-08-24 Dave Love <fx@gnu.org> | 1580 | 1999-08-24 Dave Love <fx@gnu.org> |
| @@ -1669,7 +1673,7 @@ | |||
| 1669 | 1673 | ||
| 1670 | * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | 1674 | * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved |
| 1671 | here from simple.el. | 1675 | here from simple.el. |
| 1672 | 1676 | ||
| 1673 | 1999-08-16 Dave Love <fx@gnu.org> | 1677 | 1999-08-16 Dave Love <fx@gnu.org> |
| 1674 | 1678 | ||
| 1675 | * mouse.el: Provide `mldrag' for compatibility. | 1679 | * mouse.el: Provide `mldrag' for compatibility. |
| @@ -1789,7 +1793,7 @@ | |||
| 1789 | reftex-index-change-entry, reftex-index-goto-letter, | 1793 | reftex-index-change-entry, reftex-index-goto-letter, |
| 1790 | reftex-add-index-macros, reftex-ensure-index-support, | 1794 | reftex-add-index-macros, reftex-ensure-index-support, |
| 1791 | reftex-index-info-safe, reftex-index-info): New functions. | 1795 | reftex-index-info-safe, reftex-index-info): New functions. |
| 1792 | 1796 | ||
| 1793 | 1797 | ||
| 1794 | 1999-08-15 Richard M. Stallman <rms@gnu.org> | 1798 | 1999-08-15 Richard M. Stallman <rms@gnu.org> |
| 1795 | 1799 | ||
| @@ -1894,7 +1898,7 @@ | |||
| 1894 | 1898 | ||
| 1895 | 1999-08-10 Richard M. Stallman <rms@gnu.org> | 1899 | 1999-08-10 Richard M. Stallman <rms@gnu.org> |
| 1896 | 1900 | ||
| 1897 | * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from | 1901 | * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
| 1898 | control use of -f option. | 1902 | control use of -f option. |
| 1899 | (mail-specify-envelope-from): New variable. | 1903 | (mail-specify-envelope-from): New variable. |
| 1900 | (mail-from-style): Doc fix. | 1904 | (mail-from-style): Doc fix. |
| @@ -1915,7 +1919,7 @@ | |||
| 1915 | * files.el (after-find-file): Disable View mode if buffer is no | 1919 | * files.el (after-find-file): Disable View mode if buffer is no |
| 1916 | longer read-only. | 1920 | longer read-only. |
| 1917 | 1921 | ||
| 1918 | * view.el (view-mode-enable, view-mode-disable): | 1922 | * view.el (view-mode-enable, view-mode-disable): |
| 1919 | Call force-mode-line-update. | 1923 | Call force-mode-line-update. |
| 1920 | 1924 | ||
| 1921 | 1999-08-10 Karl Heuer <kwzh@gnu.org> | 1925 | 1999-08-10 Karl Heuer <kwzh@gnu.org> |
| @@ -2041,7 +2045,7 @@ | |||
| 2041 | (replace-match-string-symbols): New functions. | 2045 | (replace-match-string-symbols): New functions. |
| 2042 | (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | 2046 | (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). |
| 2043 | Use replace-loop-through-replacements. | 2047 | Use replace-loop-through-replacements. |
| 2044 | 2048 | ||
| 2045 | 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> | 2049 | 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
| 2046 | 2050 | ||
| 2047 | * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | 2051 | * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. |
| @@ -2950,7 +2954,7 @@ | |||
| 2950 | 2954 | ||
| 2951 | * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | 2955 | * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): |
| 2952 | Use cyrillic-jcuken as default input method. | 2956 | Use cyrillic-jcuken as default input method. |
| 2953 | 2957 | ||
| 2954 | 1999-07-12 Richard Stallman <rms@gnu.org> | 2958 | 1999-07-12 Richard Stallman <rms@gnu.org> |
| 2955 | 2959 | ||
| 2956 | * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | 2960 | * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for |
| @@ -3305,7 +3309,7 @@ | |||
| 3305 | * simple.el (append-next-kill): Use an arg to distinguish | 3309 | * simple.el (append-next-kill): Use an arg to distinguish |
| 3306 | interactive calls from Lisp calls, rather than (interactive-p). | 3310 | interactive calls from Lisp calls, rather than (interactive-p). |
| 3307 | 3311 | ||
| 3308 | * international/iso-transl.el (iso-transl-language-alist): | 3312 | * international/iso-transl.el (iso-transl-language-alist): |
| 3309 | Interchange n and N. | 3313 | Interchange n and N. |
| 3310 | 3314 | ||
| 3311 | 1999-05-31 Dave Love <fx@gnu.org> | 3315 | 1999-05-31 Dave Love <fx@gnu.org> |
| @@ -3797,7 +3801,7 @@ | |||
| 3797 | 3801 | ||
| 3798 | * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | 3802 | * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. |
| 3799 | 3803 | ||
| 3800 | * jka-compr.el (jka-compr-insert-file-contents): | 3804 | * jka-compr.el (jka-compr-insert-file-contents): |
| 3801 | Use raw-text-unix when we want no conversion. | 3805 | Use raw-text-unix when we want no conversion. |
| 3802 | 3806 | ||
| 3803 | 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | 3807 | 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> |
| @@ -3811,7 +3815,7 @@ | |||
| 3811 | of dos-codepage-setup. | 3815 | of dos-codepage-setup. |
| 3812 | (cjk-codepages-alist): New variable, an alist of Far-Eastern | 3816 | (cjk-codepages-alist): New variable, an alist of Far-Eastern |
| 3813 | codepages for which there's no need to set up cpNNN coding | 3817 | codepages for which there's no need to set up cpNNN coding |
| 3814 | systems. | 3818 | systems. |
| 3815 | (dos-codepage-setup): Support Far-Eastern DOS terminals. | 3819 | (dos-codepage-setup): Support Far-Eastern DOS terminals. |
| 3816 | 3820 | ||
| 3817 | 1999-04-05 Richard Stallman <rms@gnu.org> | 3821 | 1999-04-05 Richard Stallman <rms@gnu.org> |
| @@ -3981,7 +3985,7 @@ | |||
| 3981 | 3985 | ||
| 3982 | 1999-03-16 Richard M. Stallman <rms@gnu.org> | 3986 | 1999-03-16 Richard M. Stallman <rms@gnu.org> |
| 3983 | 3987 | ||
| 3984 | * window.el (shrink-window-if-larger-than-buffer): | 3988 | * window.el (shrink-window-if-larger-than-buffer): |
| 3985 | Don't try to redisplay with the cursor at the end | 3989 | Don't try to redisplay with the cursor at the end |
| 3986 | on its own line--that would force a scroll and spoil things. | 3990 | on its own line--that would force a scroll and spoil things. |
| 3987 | 3991 | ||
| @@ -4030,7 +4034,7 @@ | |||
| 4030 | (speedbar-with-attached-buffer) Moved macro before reference. | 4034 | (speedbar-with-attached-buffer) Moved macro before reference. |
| 4031 | Now uses `save-selected-window'. | 4035 | Now uses `save-selected-window'. |
| 4032 | (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | 4036 | (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, |
| 4033 | speedbar-generic-item-info, speedbar-item-info-file-helper, | 4037 | speedbar-generic-item-info, speedbar-item-info-file-helper, |
| 4034 | speedbar-item-delete, speedbar-insert-generic-list, | 4038 | speedbar-item-delete, speedbar-insert-generic-list, |
| 4035 | speedbar-timer-fn, speedbar-check-vc-this-line, | 4039 | speedbar-timer-fn, speedbar-check-vc-this-line, |
| 4036 | speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | 4040 | speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, |
| @@ -4278,7 +4282,7 @@ | |||
| 4278 | 1999-02-22 Eli Zaretskii <eliz@gnu.org> | 4282 | 1999-02-22 Eli Zaretskii <eliz@gnu.org> |
| 4279 | 4283 | ||
| 4280 | * arc-mode.el (archive-set-buffer-as-visiting-file): Save | 4284 | * arc-mode.el (archive-set-buffer-as-visiting-file): Save |
| 4281 | excursion while calling set-auto-coding-function. | 4285 | excursion while calling set-auto-coding-function. |
| 4282 | 4286 | ||
| 4283 | * play/handwrite.el (handwrite): Require ps-print, and use | 4287 | * play/handwrite.el (handwrite): Require ps-print, and use |
| 4284 | ps-printer-name and ps-lpr-command. Call ps-print-region-function | 4288 | ps-printer-name and ps-lpr-command. Call ps-print-region-function |
| @@ -4307,7 +4311,7 @@ | |||
| 4307 | 4311 | ||
| 4308 | 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | 4312 | 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> |
| 4309 | 4313 | ||
| 4310 | * dirtrack.el (dirtrack): Check for the prompt in the input string | 4314 | * dirtrack.el (dirtrack): Check for the prompt in the input string |
| 4311 | instead of the buffer. | 4315 | instead of the buffer. |
| 4312 | 4316 | ||
| 4313 | 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | 4317 | 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> |
| @@ -4484,7 +4488,7 @@ | |||
| 4484 | (sql-solid): Entry function for Solid. | 4488 | (sql-solid): Entry function for Solid. |
| 4485 | (sql-buffer): Doc explains the use of the variable and how to | 4489 | (sql-buffer): Doc explains the use of the variable and how to |
| 4486 | change it. | 4490 | change it. |
| 4487 | (sql-mode-menu): Included entries for sql-show-sqli-buffer and | 4491 | (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
| 4488 | sql-change-sqli-buffer; sql-send-region and sql-send-buffer are | 4492 | sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
| 4489 | disabled if sql-buffer doesn't have a process; sql-send-paragraph | 4493 | disabled if sql-buffer doesn't have a process; sql-send-paragraph |
| 4490 | is new. | 4494 | is new. |
| @@ -5253,7 +5257,7 @@ | |||
| 5253 | 5257 | ||
| 5254 | * international/codepage.el (cp850-decode-table): Replace nil | 5258 | * international/codepage.el (cp850-decode-table): Replace nil |
| 5255 | entries with codes of similary looking glyphs. (Suggested by | 5259 | entries with codes of similary looking glyphs. (Suggested by |
| 5256 | Jason Rumney <jasonr@altavista.net>.) | 5260 | Jason Rumney <jasonr@altavista.net>.) |
| 5257 | 5261 | ||
| 5258 | 1999-01-13 Dave Love <fx@gnu.org> | 5262 | 1999-01-13 Dave Love <fx@gnu.org> |
| 5259 | 5263 | ||
| @@ -5434,7 +5438,7 @@ | |||
| 5434 | * vc.el (vc-dired-hook): Use the original value of | 5438 | * vc.el (vc-dired-hook): Use the original value of |
| 5435 | dired-move-to-filename-regexp on lines that have not been | 5439 | dired-move-to-filename-regexp on lines that have not been |
| 5436 | reformatted yet. | 5440 | reformatted yet. |
| 5437 | (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the | 5441 | (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
| 5438 | file lines have already been reformatted. | 5442 | file lines have already been reformatted. |
| 5439 | 5443 | ||
| 5440 | 1999-01-05 Dave Love <fx@gnu.org> | 5444 | 1999-01-05 Dave Love <fx@gnu.org> |
| @@ -5553,7 +5557,7 @@ | |||
| 5553 | 5557 | ||
| 5554 | 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | 5558 | 1998-12-30 Drew Csillag <drew_csillag@geocities.com> |
| 5555 | 5559 | ||
| 5556 | * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): | 5560 | * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
| 5557 | Use shell-command-on-region. | 5561 | Use shell-command-on-region. |
| 5558 | (m4-start-m4, m4-end-m4): Functions deleted. | 5562 | (m4-start-m4, m4-end-m4): Functions deleted. |
| 5559 | 5563 | ||
| @@ -5630,7 +5634,7 @@ | |||
| 5630 | 5634 | ||
| 5631 | 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | 5635 | 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> |
| 5632 | 5636 | ||
| 5633 | * emacs-lisp/easymenu.el (easy-menu-get-map): | 5637 | * emacs-lisp/easymenu.el (easy-menu-get-map): |
| 5634 | Change global map only if this menu exists in the global map already, | 5638 | Change global map only if this menu exists in the global map already, |
| 5635 | and not in the local map. | 5639 | and not in the local map. |
| 5636 | (easy-menu-do-add-item): Fix error message. | 5640 | (easy-menu-do-add-item): Fix error message. |
| @@ -5664,7 +5668,7 @@ | |||
| 5664 | Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | 5668 | Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). |
| 5665 | `font-lock-unfontify-region-function' was set to a wrong function. | 5669 | `font-lock-unfontify-region-function' was set to a wrong function. |
| 5666 | 5670 | ||
| 5667 | (cperl-find-pods-heres): Safe a position in buffer where it is safe to | 5671 | (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
| 5668 | restart syntaxification. Changed so that -d ?foo? is a RE. Do | 5672 | restart syntaxification. Changed so that -d ?foo? is a RE. Do |
| 5669 | not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | 5673 | not warn on `=cut' if doing a chunk only. 1 << 6 was OK, |
| 5670 | but 1<<6 was considered as HERE-doc. | 5674 | but 1<<6 was considered as HERE-doc. |
| @@ -5713,7 +5717,7 @@ | |||
| 5713 | (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | 5717 | (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones |
| 5714 | (cperl-unwind-to-safe): New function. | 5718 | (cperl-unwind-to-safe): New function. |
| 5715 | (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | 5719 | (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. |
| 5716 | (cperl-fontify-syntaxically): Unwinds start and end to go out of | 5720 | (cperl-fontify-syntaxically): Unwinds start and end to go out of |
| 5717 | long strings (not very successful). | 5721 | long strings (not very successful). |
| 5718 | (cperl-forward-re): Highlight the trailing / in s/foo// as string. | 5722 | (cperl-forward-re): Highlight the trailing / in s/foo// as string. |
| 5719 | Highlight the starting // in s//foo/ as function-name. | 5723 | Highlight the starting // in s//foo/ as function-name. |
| @@ -5753,7 +5757,7 @@ | |||
| 5753 | Another try to work around XEmacs problems. Better progress messages. | 5757 | Another try to work around XEmacs problems. Better progress messages. |
| 5754 | (toplevel): require custom unprotected => failure on 19.28. | 5758 | (toplevel): require custom unprotected => failure on 19.28. |
| 5755 | (cperl-xemacs-p): defined when compile too | 5759 | (cperl-xemacs-p): defined when compile too |
| 5756 | (cperl-find-tags): Was writing line/pos in a wrong order, | 5760 | (cperl-find-tags): Was writing line/pos in a wrong order, |
| 5757 | pos off by 1 and not at beg-of-line. | 5761 | pos off by 1 and not at beg-of-line. |
| 5758 | (cperl-etags-snarf-tag): New macro | 5762 | (cperl-etags-snarf-tag): New macro |
| 5759 | (cperl-etags-goto-tag-location): New macro | 5763 | (cperl-etags-goto-tag-location): New macro |
| @@ -5782,7 +5786,7 @@ | |||
| 5782 | 1998-12-25 Markus Rost <rost@delysid.gnu.org> | 5786 | 1998-12-25 Markus Rost <rost@delysid.gnu.org> |
| 5783 | 5787 | ||
| 5784 | * mail/rmailout.el (rmail-output): Abbreviate name of default-file | 5788 | * mail/rmailout.el (rmail-output): Abbreviate name of default-file |
| 5785 | for read-file-name. | 5789 | for read-file-name. |
| 5786 | (rmail-output-to-rmail-file): Likewise. | 5790 | (rmail-output-to-rmail-file): Likewise. |
| 5787 | 5791 | ||
| 5788 | 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | 5792 | 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> |
| @@ -5939,7 +5943,7 @@ | |||
| 5939 | * ps-mule.el: Programming uniformization and little code improvement. | 5943 | * ps-mule.el: Programming uniformization and little code improvement. |
| 5940 | (ps-mule-prepare-font): Programming uniformization. | 5944 | (ps-mule-prepare-font): Programming uniformization. |
| 5941 | (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | 5945 | (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) |
| 5942 | (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. | 5946 | (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
| 5943 | 5947 | ||
| 5944 | * ps-bdf.el: Programming uniformization and little code improvement. | 5948 | * ps-bdf.el: Programming uniformization and little code improvement. |
| 5945 | (bdf-search-and-read): New fun. | 5949 | (bdf-search-and-read): New fun. |
| @@ -6231,7 +6235,7 @@ | |||
| 6231 | ispell-menu-map, ispell-checking-message, ispell-parser, | 6235 | ispell-menu-map, ispell-checking-message, ispell-parser, |
| 6232 | ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | 6236 | ispell-word, lookup-words, ispell-change-dictionary, ispell-region, |
| 6233 | ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | 6237 | ispell-begin-tex-skip-regexp, ispell-begin-skip-region, |
| 6234 | ispell-comments-and-strings, ispell-continue, ispell-complete-word, | 6238 | ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
| 6235 | ispell-message-text-end, ispell-add-per-file-word-list. | 6239 | ispell-message-text-end, ispell-add-per-file-word-list. |
| 6236 | (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | 6240 | (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding |
| 6237 | system is now required for all languages. Casechars improved for | 6241 | system is now required for all languages. Casechars improved for |
| @@ -6383,7 +6387,7 @@ | |||
| 6383 | 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6387 | 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6384 | 6388 | ||
| 6385 | * message.el (message-ignored-supersedes-headers): Remove | 6389 | * message.el (message-ignored-supersedes-headers): Remove |
| 6386 | NNTP-Posting-Date. | 6390 | NNTP-Posting-Date. |
| 6387 | 6391 | ||
| 6388 | 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | 6392 | 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> |
| 6389 | 6393 | ||
| @@ -6652,7 +6656,7 @@ | |||
| 6652 | 6656 | ||
| 6653 | 1998-11-06 Richard Stallman <rms@gnu.org> | 6657 | 1998-11-06 Richard Stallman <rms@gnu.org> |
| 6654 | 6658 | ||
| 6655 | * textmodes/texinfmt.el (texinfo-format-scan): | 6659 | * textmodes/texinfmt.el (texinfo-format-scan): |
| 6656 | Detect the case of two @-commands in a row; process just the first. | 6660 | Detect the case of two @-commands in a row; process just the first. |
| 6657 | (texinfo-append-refill): If line has a @c, insert the @refill | 6661 | (texinfo-append-refill): If line has a @c, insert the @refill |
| 6658 | before it. | 6662 | before it. |
| @@ -6953,7 +6957,7 @@ | |||
| 6953 | 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | 6957 | 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
| 6954 | 6958 | ||
| 6955 | * calendar/calendar.el (calendar-day-name-array): Add doc string | 6959 | * calendar/calendar.el (calendar-day-name-array): Add doc string |
| 6956 | correctly! | 6960 | correctly! |
| 6957 | (calendar-month-name-array): Add doc string correctly! | 6961 | (calendar-month-name-array): Add doc string correctly! |
| 6958 | 6962 | ||
| 6959 | 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | 6963 | 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> |
| @@ -7124,7 +7128,7 @@ | |||
| 7124 | 7128 | ||
| 7125 | 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | 7129 | 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> |
| 7126 | 7130 | ||
| 7127 | * ps-print.el (ps-print-buffer): Doc fix. | 7131 | * ps-print.el (ps-print-buffer): Doc fix. |
| 7128 | 7132 | ||
| 7129 | 1998-10-14 Dave Love <fx@gnu.org> | 7133 | 1998-10-14 Dave Love <fx@gnu.org> |
| 7130 | 7134 | ||
| @@ -7153,7 +7157,7 @@ | |||
| 7153 | 7157 | ||
| 7154 | 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | 7158 | 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> |
| 7155 | 7159 | ||
| 7156 | * replace.el (keep-lines, flush-lines, how-many): | 7160 | * replace.el (keep-lines, flush-lines, how-many): |
| 7157 | Don't ignore case if arg has upper case letters. | 7161 | Don't ignore case if arg has upper case letters. |
| 7158 | 7162 | ||
| 7159 | 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | 7163 | 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> |
| @@ -7287,7 +7291,7 @@ | |||
| 7287 | 7291 | ||
| 7288 | 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | 7292 | 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> |
| 7289 | 7293 | ||
| 7290 | * gnus/pop3.el (pop3-open-server): | 7294 | * gnus/pop3.el (pop3-open-server): |
| 7291 | Set process-coding-system-alist around open-network-stream. | 7295 | Set process-coding-system-alist around open-network-stream. |
| 7292 | 7296 | ||
| 7293 | 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | 7297 | 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> |
| @@ -7729,7 +7733,7 @@ | |||
| 7729 | 7733 | ||
| 7730 | 1998-09-12 Richard Stallman <rms@gnu.org> | 7734 | 1998-09-12 Richard Stallman <rms@gnu.org> |
| 7731 | 7735 | ||
| 7732 | * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): | 7736 | * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
| 7733 | Set point-before-scroll at end even if there was an error. | 7737 | Set point-before-scroll at end even if there was an error. |
| 7734 | 7738 | ||
| 7735 | * ange-ftp.el (ange-ftp-insert-file-contents): | 7739 | * ange-ftp.el (ange-ftp-insert-file-contents): |
| @@ -7911,7 +7915,7 @@ | |||
| 7911 | * international/iso-insert.el: Use `string' before calling `insert' | 7915 | * international/iso-insert.el: Use `string' before calling `insert' |
| 7912 | so that in multibyte buffers we insert multibyte chars. | 7916 | so that in multibyte buffers we insert multibyte chars. |
| 7913 | 7917 | ||
| 7914 | * dired.el (dired-mark-files-containing-regexp): | 7918 | * dired.el (dired-mark-files-containing-regexp): |
| 7915 | Don't use find-file; instead, insert the file in a temp buffer. | 7919 | Don't use find-file; instead, insert the file in a temp buffer. |
| 7916 | 7920 | ||
| 7917 | * textmodes/tex-mode.el (tex-start-options-string): New option. | 7921 | * textmodes/tex-mode.el (tex-start-options-string): New option. |
| @@ -7957,7 +7961,7 @@ | |||
| 7957 | 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | 7961 | 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> |
| 7958 | 7962 | ||
| 7959 | * international/quail.el (quail-choose-completion-string): Store | 7963 | * international/quail.el (quail-choose-completion-string): Store |
| 7960 | completion `choice' in `quail-current-str'; don't insert it. | 7964 | completion `choice' in `quail-current-str'; don't insert it. |
| 7961 | 7965 | ||
| 7962 | 1998-09-02 Kenichi Handa <handa@etl.go.jp> | 7966 | 1998-09-02 Kenichi Handa <handa@etl.go.jp> |
| 7963 | 7967 | ||
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 2d69ddef7cf..bc3a1b584d3 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | ;; Put the following in your ~/.emacs file. | 45 | ;; Put the following in your ~/.emacs file. |
| 46 | 46 | ||
| 47 | ;; If you want the *Macroexpansion* window to be not higher than | 47 | ;; If you want the *Macroexpansion* window to be not higher than |
| 48 | ;; necessary: | 48 | ;; necessary: |
| 49 | ;;(setq c-macro-shrink-window-flag t) | 49 | ;;(setq c-macro-shrink-window-flag t) |
| 50 | ;; | 50 | ;; |
| 51 | ;; If you use a preprocessor other than /lib/cpp (be careful to set a | 51 | ;; If you use a preprocessor other than /lib/cpp (be careful to set a |
| @@ -112,6 +112,7 @@ | |||
| 112 | system-configuration) | 112 | system-configuration) |
| 113 | (file-exists-p "/opt/SUNWspro/SC3.0.1/bin/acomp")) | 113 | (file-exists-p "/opt/SUNWspro/SC3.0.1/bin/acomp")) |
| 114 | "/opt/SUNWspro/SC3.0.1/bin/acomp -C -E") | 114 | "/opt/SUNWspro/SC3.0.1/bin/acomp -C -E") |
| 115 | ((file-exists-p "/usr/ccs/lib/cpp") "/usr/ccs/lib/cpp -C") | ||
| 115 | (t "/lib/cpp -C")) | 116 | (t "/lib/cpp -C")) |
| 116 | "The preprocessor used by the cmacexp package. | 117 | "The preprocessor used by the cmacexp package. |
| 117 | 118 | ||
| @@ -205,7 +206,7 @@ For use inside Lisp programs, see also `c-macro-expansion'." | |||
| 205 | (let ((oldwinheight (window-height)) | 206 | (let ((oldwinheight (window-height)) |
| 206 | (alreadythere ;the window was already there | 207 | (alreadythere ;the window was already there |
| 207 | (get-buffer-window (current-buffer))) | 208 | (get-buffer-window (current-buffer))) |
| 208 | (popped nil)) ;the window popped changing the layout | 209 | (popped nil)) ;the window popped changing the layout |
| 209 | (or alreadythere | 210 | (or alreadythere |
| 210 | (progn | 211 | (progn |
| 211 | (display-buffer (current-buffer) t) | 212 | (display-buffer (current-buffer) t) |
| @@ -247,7 +248,7 @@ Optional arg DISPLAY non-nil means show messages in the echo area." | |||
| 247 | ;; Preprocess the buffer contents, then look for all the lines stored | 248 | ;; Preprocess the buffer contents, then look for all the lines stored |
| 248 | ;; in linelist starting from end of buffer. The last line so found is | 249 | ;; in linelist starting from end of buffer. The last line so found is |
| 249 | ;; where START was, so return the substring from point to end of | 250 | ;; where START was, so return the substring from point to end of |
| 250 | ;; buffer. | 251 | ;; buffer. |
| 251 | (let ((inbuf (current-buffer)) | 252 | (let ((inbuf (current-buffer)) |
| 252 | (outbuf (get-buffer-create " *C Macro Expansion*")) | 253 | (outbuf (get-buffer-create " *C Macro Expansion*")) |
| 253 | (filename (if (and buffer-file-name | 254 | (filename (if (and buffer-file-name |