diff options
| author | Juanma Barranquero | 2008-09-24 01:16:16 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-09-24 01:16:16 +0000 |
| commit | 10d1d0af5f6421603cd841e0c1c5805e2b2fb67d (patch) | |
| tree | 436363ca801b4cdde313689c044e37c02c25b681 /lisp | |
| parent | d6a3febd83a52db53f665b0987075af590c720a5 (diff) | |
| download | emacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.tar.gz emacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.zip | |
Fix typos.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 44 | ||||
| -rw-r--r-- | lisp/ChangeLog.1 | 28 | ||||
| -rw-r--r-- | lisp/ChangeLog.10 | 56 | ||||
| -rw-r--r-- | lisp/ChangeLog.11 | 10 | ||||
| -rw-r--r-- | lisp/ChangeLog.12 | 92 | ||||
| -rw-r--r-- | lisp/ChangeLog.13 | 34 | ||||
| -rw-r--r-- | lisp/ChangeLog.2 | 12 | ||||
| -rw-r--r-- | lisp/ChangeLog.3 | 38 | ||||
| -rw-r--r-- | lisp/ChangeLog.4 | 24 | ||||
| -rw-r--r-- | lisp/ChangeLog.5 | 34 | ||||
| -rw-r--r-- | lisp/ChangeLog.6 | 30 | ||||
| -rw-r--r-- | lisp/ChangeLog.7 | 136 | ||||
| -rw-r--r-- | lisp/ChangeLog.8 | 44 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 44 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.01 | 34 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.02 | 34 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.03 | 32 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.04 | 10 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.05 | 2 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 12 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 14 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 18 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 6 |
24 files changed, 393 insertions, 397 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 319ec8c2442..ca1a1cda571 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -333,7 +333,7 @@ | |||
| 333 | 2008-09-07 Kenichi Handa <handa@m17n.org> | 333 | 2008-09-07 Kenichi Handa <handa@m17n.org> |
| 334 | 334 | ||
| 335 | * composite.el: Compose combining characters only when it | 335 | * composite.el: Compose combining characters only when it |
| 336 | follows an character matching with "[[:alpha:]]". | 336 | follows a character matching with "[[:alpha:]]". |
| 337 | 337 | ||
| 338 | 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 338 | 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
| 339 | 339 | ||
| @@ -452,7 +452,7 @@ | |||
| 452 | * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1): | 452 | * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1): |
| 453 | Better support for the property statement. Sometimes this keyword | 453 | Better support for the property statement. Sometimes this keyword |
| 454 | introduces a statement which requires an endproperty keyword, and | 454 | introduces a statement which requires an endproperty keyword, and |
| 455 | sometimes it doesn't, dependening on the work before the property | 455 | sometimes it doesn't, depending on the work before the property |
| 456 | word. If property is prefixed with assert, assume or cover | 456 | word. If property is prefixed with assert, assume or cover |
| 457 | keyword, then the statement is ended with a ';'. Otherwise, | 457 | keyword, then the statement is ended with a ';'. Otherwise, |
| 458 | property is like task or specify, and is followed by some number | 458 | property is like task or specify, and is followed by some number |
| @@ -1015,7 +1015,7 @@ | |||
| 1015 | (proced-log, proced-log-summary): New functions. | 1015 | (proced-log, proced-log-summary): New functions. |
| 1016 | (proced-help): Use proced-why. | 1016 | (proced-help): Use proced-why. |
| 1017 | * textmodes/bibtex.el (bibtex-entry-format): Mark as safe. | 1017 | * textmodes/bibtex.el (bibtex-entry-format): Mark as safe. |
| 1018 | (bibtex-autokey-year-title-separator): Fix doscstring. | 1018 | (bibtex-autokey-year-title-separator): Fix docstring. |
| 1019 | 1019 | ||
| 1020 | 2008-08-17 Michael Albinus <michael.albinus@gmx.de> | 1020 | 2008-08-17 Michael Albinus <michael.albinus@gmx.de> |
| 1021 | 1021 | ||
| @@ -1140,7 +1140,7 @@ | |||
| 1140 | 1140 | ||
| 1141 | * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than | 1141 | * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than |
| 1142 | empty string when no filename. | 1142 | empty string when no filename. |
| 1143 | (define-ibuffer-column filename): Accomodate that change. | 1143 | (define-ibuffer-column filename): Accommodate that change. |
| 1144 | 1144 | ||
| 1145 | * ibuf-ext.el (ibuffer-define-filter filename): Use plain old | 1145 | * ibuf-ext.el (ibuffer-define-filter filename): Use plain old |
| 1146 | `buffer-file-name' instead of `ibuffer-buffer-file-name'. | 1146 | `buffer-file-name' instead of `ibuffer-buffer-file-name'. |
| @@ -1399,7 +1399,7 @@ | |||
| 1399 | (isearch-backward, isearch-backward-regexp): Doc fix - make a link | 1399 | (isearch-backward, isearch-backward-regexp): Doc fix - make a link |
| 1400 | to the command `isearch-forward' instead of displaying "See C-s". | 1400 | to the command `isearch-forward' instead of displaying "See C-s". |
| 1401 | (isearch-highlight-regexp): Remove arguments `regexp' and `face' | 1401 | (isearch-highlight-regexp): Remove arguments `regexp' and `face' |
| 1402 | with their interactive specifictions. Move reading the face name to | 1402 | with their interactive specifications. Move reading the face name to |
| 1403 | the main body after calls to isearch-done and isearch-clean-overlays. | 1403 | the main body after calls to isearch-done and isearch-clean-overlays. |
| 1404 | 1404 | ||
| 1405 | * mb-depth.el: Unify all names under one common name prefix | 1405 | * mb-depth.el: Unify all names under one common name prefix |
| @@ -1550,7 +1550,7 @@ | |||
| 1550 | * image-mode.el (image-mode): Set image-mode-text-map when image | 1550 | * image-mode.el (image-mode): Set image-mode-text-map when image |
| 1551 | cannot be displayed. | 1551 | cannot be displayed. |
| 1552 | 1552 | ||
| 1553 | 2008-07-30 Stepehen Leake <stephen_leake@stephe-leake.org> | 1553 | 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org> |
| 1554 | 1554 | ||
| 1555 | * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted | 1555 | * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted |
| 1556 | ada-xref-set-default-prj-values. | 1556 | ada-xref-set-default-prj-values. |
| @@ -1576,7 +1576,7 @@ | |||
| 1576 | (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1) | 1576 | (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1) |
| 1577 | (verilog-leap-to-head): Support the new virtual and/or protected | 1577 | (verilog-leap-to-head): Support the new virtual and/or protected |
| 1578 | tasks, as well as extern declarations of tasks for indenting and | 1578 | tasks, as well as extern declarations of tasks for indenting and |
| 1579 | for foward/backward expression. | 1579 | for forward/backward expression. |
| 1580 | 1580 | ||
| 1581 | 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org> | 1581 | 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org> |
| 1582 | 1582 | ||
| @@ -4047,7 +4047,7 @@ | |||
| 4047 | 2008-06-08 Glenn Morris <rgm@gnu.org> | 4047 | 2008-06-08 Glenn Morris <rgm@gnu.org> |
| 4048 | 4048 | ||
| 4049 | * Makefile.in (compile, compile-always, bootstrap-prepare): | 4049 | * Makefile.in (compile, compile-always, bootstrap-prepare): |
| 4050 | Explictly pass EMACS to sub-makes that use it, for non-GNU makes. | 4050 | Explicitly pass EMACS to sub-makes that use it, for non-GNU makes. |
| 4051 | 4051 | ||
| 4052 | 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com> | 4052 | 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com> |
| 4053 | 4053 | ||
| @@ -5111,7 +5111,7 @@ | |||
| 5111 | 5111 | ||
| 5112 | 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com> | 5112 | 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com> |
| 5113 | 5113 | ||
| 5114 | * vc.el (vc-deduce-fileset): Do the right thing when visting a | 5114 | * vc.el (vc-deduce-fileset): Do the right thing when visiting a |
| 5115 | buffer (say, a log buffer or diff buffer) with a vc-dir buffer | 5115 | buffer (say, a log buffer or diff buffer) with a vc-dir buffer |
| 5116 | as parent. | 5116 | as parent. |
| 5117 | 5117 | ||
| @@ -5145,7 +5145,7 @@ | |||
| 5145 | 5145 | ||
| 5146 | * international/fontset.el (setup-default-fontset): For kana, han, | 5146 | * international/fontset.el (setup-default-fontset): For kana, han, |
| 5147 | hangul, and cjk-misc, move an entry with font-spec at the end. | 5147 | hangul, and cjk-misc, move an entry with font-spec at the end. |
| 5148 | (generate-fontset-menu): Exclue fontset-auto* from the list. | 5148 | (generate-fontset-menu): Exclude fontset-auto* from the list. |
| 5149 | 5149 | ||
| 5150 | * composite.el (compose-chars-after): Assume that WINDOW is always | 5150 | * composite.el (compose-chars-after): Assume that WINDOW is always |
| 5151 | non-nil. | 5151 | non-nil. |
| @@ -6122,7 +6122,7 @@ | |||
| 6122 | (org-entry-get): Respect value `selective' for the INHERIT argument. | 6122 | (org-entry-get): Respect value `selective' for the INHERIT argument. |
| 6123 | (org-tag-inherit-p, org-property-inherit-p): New functions. | 6123 | (org-tag-inherit-p, org-property-inherit-p): New functions. |
| 6124 | (org-agenda-format-date-aligned): Allow 10 characters for | 6124 | (org-agenda-format-date-aligned): Allow 10 characters for |
| 6125 | weekday, to acomodate German locale. | 6125 | weekday, to accommodate German locale. |
| 6126 | (org-add-archive-files): New function. | 6126 | (org-add-archive-files): New function. |
| 6127 | (org-agenda-files): New argument `ext', to get archive files as well. | 6127 | (org-agenda-files): New argument `ext', to get archive files as well. |
| 6128 | (org-tbl-menu): Protect the use of variables that | 6128 | (org-tbl-menu): Protect the use of variables that |
| @@ -6211,7 +6211,7 @@ | |||
| 6211 | 2008-04-27 Jason Riedy <jason@acm.org> | 6211 | 2008-04-27 Jason Riedy <jason@acm.org> |
| 6212 | 6212 | ||
| 6213 | * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines | 6213 | * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines |
| 6214 | parameter that supresses lines that evaluate to NIL. | 6214 | parameter that suppresses lines that evaluate to NIL. |
| 6215 | (orgtbl-get-fmt): New inline function for | 6215 | (orgtbl-get-fmt): New inline function for |
| 6216 | picking apart formats that may be lists. | 6216 | picking apart formats that may be lists. |
| 6217 | (orgtbl-apply-fmt): New inline function for applying formats that | 6217 | (orgtbl-apply-fmt): New inline function for applying formats that |
| @@ -6299,7 +6299,7 @@ | |||
| 6299 | (org-export-preprocess-string): Rename from | 6299 | (org-export-preprocess-string): Rename from |
| 6300 | `org-cleaned-string-for-export'. | 6300 | `org-cleaned-string-for-export'. |
| 6301 | (org-export-html-style): Made target class look like normal text. | 6301 | (org-export-html-style): Made target class look like normal text. |
| 6302 | (org-export-as-html): Make use of the better proprocessing in | 6302 | (org-export-as-html): Make use of the better preprocessing in |
| 6303 | `org-cleaned-string-for-export'. | 6303 | `org-cleaned-string-for-export'. |
| 6304 | (org-cleaned-string-for-export): Better treatment of heuristic | 6304 | (org-cleaned-string-for-export): Better treatment of heuristic |
| 6305 | targets, many more internal links will now work in HTML export. | 6305 | targets, many more internal links will now work in HTML export. |
| @@ -6486,7 +6486,7 @@ | |||
| 6486 | (completion-emacs22-try-completion): Place cursor after the /, as was | 6486 | (completion-emacs22-try-completion): Place cursor after the /, as was |
| 6487 | done in Emacs-22's minibuffer-complete-word. | 6487 | done in Emacs-22's minibuffer-complete-word. |
| 6488 | Fix bug reported by David Hansen <david.hansen@gmx.net>. | 6488 | Fix bug reported by David Hansen <david.hansen@gmx.net>. |
| 6489 | (completion-emacs22-try-completion): Merge all mergable text rather | 6489 | (completion-emacs22-try-completion): Merge all mergeable text rather |
| 6490 | than just /. | 6490 | than just /. |
| 6491 | (completion-pcm--delim-wild-regex): New var. | 6491 | (completion-pcm--delim-wild-regex): New var. |
| 6492 | (completion-pcm-word-delimiters): New custom. | 6492 | (completion-pcm-word-delimiters): New custom. |
| @@ -7116,7 +7116,7 @@ | |||
| 7116 | * international/mule.el (char-coding-system-table): | 7116 | * international/mule.el (char-coding-system-table): |
| 7117 | Remove redundant obsolescence info in docstring. | 7117 | Remove redundant obsolescence info in docstring. |
| 7118 | (charset-list, generic-char-p, set-char-table-default): | 7118 | (charset-list, generic-char-p, set-char-table-default): |
| 7119 | Fix typos in obsolescence decarations. | 7119 | Fix typos in obsolescence declarations. |
| 7120 | 7120 | ||
| 7121 | * international/mule-diag.el (non-iso-charset-alist): | 7121 | * international/mule-diag.el (non-iso-charset-alist): |
| 7122 | Fix typo in obsolescence declaration. | 7122 | Fix typo in obsolescence declaration. |
| @@ -8194,7 +8194,7 @@ | |||
| 8194 | * emacs-lisp/autoload.el (autoload-ensure-default-file): | 8194 | * emacs-lisp/autoload.el (autoload-ensure-default-file): |
| 8195 | Provide a feature. | 8195 | Provide a feature. |
| 8196 | * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el: | 8196 | * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el: |
| 8197 | Require loaddef file rather than loading it. | 8197 | Require loaddefs file rather than loading it. |
| 8198 | * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that | 8198 | * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that |
| 8199 | autoload-ensure-default-file provides a feature. | 8199 | autoload-ensure-default-file provides a feature. |
| 8200 | 8200 | ||
| @@ -10629,7 +10629,7 @@ | |||
| 10629 | buffer. Side effects first need to be studied carefully. | 10629 | buffer. Side effects first need to be studied carefully. |
| 10630 | (org-get-tags-at): Fix the structure of the condition-case statement. | 10630 | (org-get-tags-at): Fix the structure of the condition-case statement. |
| 10631 | (org-ts-regexp0, org-repeat-re, org-display-custom-time) | 10631 | (org-ts-regexp0, org-repeat-re, org-display-custom-time) |
| 10632 | (org-timestamp-change): Fix regulear expressions to swallow the | 10632 | (org-timestamp-change): Fix regular expressions to swallow the |
| 10633 | extra character for repeat-shift control. | 10633 | extra character for repeat-shift control. |
| 10634 | (org-auto-repeat-maybe): Implement the new repeater mechanisms. | 10634 | (org-auto-repeat-maybe): Implement the new repeater mechanisms. |
| 10635 | (org-get-legal-level): Alias to `org-get-valid-level'. | 10635 | (org-get-legal-level): Alias to `org-get-valid-level'. |
| @@ -10646,7 +10646,7 @@ | |||
| 10646 | it no longer seem necessary. | 10646 | it no longer seem necessary. |
| 10647 | (org-follow-link-hook): New hook. | 10647 | (org-follow-link-hook): New hook. |
| 10648 | (org-agenda-custom-commands): Add "Component" as a tag for each | 10648 | (org-agenda-custom-commands): Add "Component" as a tag for each |
| 10649 | item in a command serie. | 10649 | item in a command series. |
| 10650 | (org-open-at-point): Run `org-follow-link-hook'. | 10650 | (org-open-at-point): Run `org-follow-link-hook'. |
| 10651 | (org-agenda-schedule): Bugfix: don't display marker type when it | 10651 | (org-agenda-schedule): Bugfix: don't display marker type when it |
| 10652 | is nil. | 10652 | is nil. |
| @@ -10685,7 +10685,7 @@ | |||
| 10685 | `include-columns' argument in the call to | 10685 | `include-columns' argument in the call to |
| 10686 | `org-buffer-property-keys'. | 10686 | `org-buffer-property-keys'. |
| 10687 | (org-buffer-property-keys): New argument `include-columns', to | 10687 | (org-buffer-property-keys): New argument `include-columns', to |
| 10688 | include properties expected by any of the COLUMS formats in the | 10688 | include properties expected by any of the COLUMNS formats in the |
| 10689 | current buffer. | 10689 | current buffer. |
| 10690 | (org-cleaned-string-for-export): Get rid of drawers first, so that | 10690 | (org-cleaned-string-for-export): Get rid of drawers first, so that |
| 10691 | they will be removed also in the text before the first headline. | 10691 | they will be removed also in the text before the first headline. |
| @@ -10700,7 +10700,7 @@ | |||
| 10700 | (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to | 10700 | (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to |
| 10701 | be 0. | 10701 | be 0. |
| 10702 | (org-update-checkbox-count): Revamp to deal with hierarchical | 10702 | (org-update-checkbox-count): Revamp to deal with hierarchical |
| 10703 | beckboxes. This was a patch from Miguel A. Figueroa-Villanueva. | 10703 | checkboxes. This was a patch from Miguel A. Figueroa-Villanueva. |
| 10704 | (org-remove-timestamp-with-keyword): New function. | 10704 | (org-remove-timestamp-with-keyword): New function. |
| 10705 | (org-schedule, org-deadline): | 10705 | (org-schedule, org-deadline): |
| 10706 | Use `org-remove-timestamp-with-keyword' to make sure all such time | 10706 | Use `org-remove-timestamp-with-keyword' to make sure all such time |
| @@ -11504,7 +11504,7 @@ | |||
| 11504 | 11504 | ||
| 11505 | 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp> | 11505 | 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp> |
| 11506 | 11506 | ||
| 11507 | * subr.el (read-quoted-char): Resolve modifers of the character | 11507 | * subr.el (read-quoted-char): Resolve modifiers of the character |
| 11508 | event. | 11508 | event. |
| 11509 | 11509 | ||
| 11510 | * comint.el (comint-exec-1): Don't change the coding-system for | 11510 | * comint.el (comint-exec-1): Don't change the coding-system for |
| @@ -11682,7 +11682,7 @@ | |||
| 11682 | Expand all viper-cond-compile-for-xemacs-or-emacs calls to a | 11682 | Expand all viper-cond-compile-for-xemacs-or-emacs calls to a |
| 11683 | featurep test. | 11683 | featurep test. |
| 11684 | 11684 | ||
| 11685 | Replace obselete frame-local variables with frame-parameters. | 11685 | Replace obsolete frame-local variables with frame-parameters. |
| 11686 | * emulation/viper-init.el (viper-replace-overlay-cursor-color) | 11686 | * emulation/viper-init.el (viper-replace-overlay-cursor-color) |
| 11687 | (viper-insert-state-cursor-color, viper-emacs-state-cursor-color) | 11687 | (viper-insert-state-cursor-color, viper-emacs-state-cursor-color) |
| 11688 | (viper-vi-state-cursor-color): Only call make-variable-frame-local | 11688 | (viper-vi-state-cursor-color): Only call make-variable-frame-local |
diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1 index 69452827729..f866416e132 100644 --- a/lisp/ChangeLog.1 +++ b/lisp/ChangeLog.1 | |||
| @@ -540,7 +540,7 @@ | |||
| 540 | 540 | ||
| 541 | * c-mode.el (calculate-c-indent): | 541 | * c-mode.el (calculate-c-indent): |
| 542 | Use new variable c-brace-imaginary-offset for statements | 542 | Use new variable c-brace-imaginary-offset for statements |
| 543 | inside a brace that isn't firstthing in its line. | 543 | inside a brace that isn't first thing in its line. |
| 544 | 544 | ||
| 545 | * startup.el (command-line): | 545 | * startup.el (command-line): |
| 546 | Catch errors in init file and continue. | 546 | Catch errors in init file and continue. |
| @@ -560,7 +560,7 @@ | |||
| 560 | If directory is specified, use file TAGS in that directory. | 560 | If directory is specified, use file TAGS in that directory. |
| 561 | 561 | ||
| 562 | * buff-menu.el (Buffer-menu-select): | 562 | * buff-menu.el (Buffer-menu-select): |
| 563 | Divide the entire screen hight to compute window sizes, | 563 | Divide the entire screen height to compute window sizes, |
| 564 | since we are going to divide up the entire screen. | 564 | since we are going to divide up the entire screen. |
| 565 | 565 | ||
| 566 | * bytecomp.el (various): | 566 | * bytecomp.el (various): |
| @@ -704,7 +704,7 @@ | |||
| 704 | Insert a blank line after each message in the CC file. | 704 | Insert a blank line after each message in the CC file. |
| 705 | 705 | ||
| 706 | * fill.el (fill-region): | 706 | * fill.el (fill-region): |
| 707 | It was not loking at the prefix arg! | 707 | It was not looking at the prefix arg! |
| 708 | 708 | ||
| 709 | * loaddefs.el, nroff-mode.el: | 709 | * loaddefs.el, nroff-mode.el: |
| 710 | Add autoload for nroff-mode. Change its doc string a little. | 710 | Add autoload for nroff-mode. Change its doc string a little. |
| @@ -988,7 +988,7 @@ | |||
| 988 | Recompile all 40 files affected; reduces Emacs pure code about 4k. | 988 | Recompile all 40 files affected; reduces Emacs pure code about 4k. |
| 989 | 989 | ||
| 990 | * info.el: | 990 | * info.el: |
| 991 | (Info-select-node): was searching unboundedly for "execute:". | 991 | (Info-select-node): Was searching unboundedly for "execute:". |
| 992 | (Info-follow-reference): Was called Info-footnote. | 992 | (Info-follow-reference): Was called Info-footnote. |
| 993 | Also, handle presence of spaces and newlines in ref names. | 993 | Also, handle presence of spaces and newlines in ref names. |
| 994 | (Info-extract-menu-node-name): Handle presence of spaces and | 994 | (Info-extract-menu-node-name): Handle presence of spaces and |
| @@ -1589,7 +1589,7 @@ | |||
| 1589 | mail-strip-quoted-names: flush spaces before stuff being flushed. | 1589 | mail-strip-quoted-names: flush spaces before stuff being flushed. |
| 1590 | Compensate for change to mail-string-delete. | 1590 | Compensate for change to mail-string-delete. |
| 1591 | Use fact that string-match sets match-end. | 1591 | Use fact that string-match sets match-end. |
| 1592 | rmail-dont-reply-to: flush extra spaces, comms after deleted name. | 1592 | rmail-dont-reply-to: flush extra spaces, commas after deleted name. |
| 1593 | Compensate for change to mail-string-delete. | 1593 | Compensate for change to mail-string-delete. |
| 1594 | Use fact that string-match sets match-end. | 1594 | Use fact that string-match sets match-end. |
| 1595 | 1595 | ||
| @@ -1722,7 +1722,7 @@ | |||
| 1722 | 1722 | ||
| 1723 | * files.el (find-backup-file-name): | 1723 | * files.el (find-backup-file-name): |
| 1724 | Make numeric backup names end in # rather than ~ | 1724 | Make numeric backup names end in # rather than ~ |
| 1725 | so they arenot automatically deleted when two days old. | 1725 | so they are not automatically deleted when two days old. |
| 1726 | 1726 | ||
| 1727 | * nroff-mode.el (nroff-mode): | 1727 | * nroff-mode.el (nroff-mode): |
| 1728 | Make all .-commands separate paragraphs. | 1728 | Make all .-commands separate paragraphs. |
| @@ -1984,7 +1984,7 @@ | |||
| 1984 | Don't query for reverting read-only buffers. | 1984 | Don't query for reverting read-only buffers. |
| 1985 | 1985 | ||
| 1986 | * time.el (display-time-filter): | 1986 | * time.el (display-time-filter): |
| 1987 | If we have lots of tims received at once, quickly discard all but | 1987 | If we have lots of times received at once, quickly discard all but |
| 1988 | last few. | 1988 | last few. |
| 1989 | 1989 | ||
| 1990 | * files.el (after-find-file): | 1990 | * files.el (after-find-file): |
| @@ -2027,7 +2027,7 @@ | |||
| 2027 | 1985-09-02 Richard M. Stallman (rms@mit-prep) | 2027 | 1985-09-02 Richard M. Stallman (rms@mit-prep) |
| 2028 | 2028 | ||
| 2029 | * rmail.el (rmail-expunge): | 2029 | * rmail.el (rmail-expunge): |
| 2030 | If all mesages thru current one get expunged, show message 1. | 2030 | If all messages thru current one get expunged, show message 1. |
| 2031 | 2031 | ||
| 2032 | * debug.el (debug): | 2032 | * debug.el (debug): |
| 2033 | Bind debug-on-error and print-length to avoid various | 2033 | Bind debug-on-error and print-length to avoid various |
| @@ -2109,7 +2109,7 @@ | |||
| 2109 | 2109 | ||
| 2110 | * c-mode.el (c-comment-indent) | 2110 | * c-mode.el (c-comment-indent) |
| 2111 | Return a valid value when used within a comment. | 2111 | Return a valid value when used within a comment. |
| 2112 | (such as when inenting when comment-multi-line is non-nil) | 2112 | (such as when indenting when comment-multi-line is non-nil) |
| 2113 | Associated changes to | 2113 | Associated changes to |
| 2114 | c-indent-line, c-calculate-indent-within-comment | 2114 | c-indent-line, c-calculate-indent-within-comment |
| 2115 | 2115 | ||
| @@ -2551,7 +2551,7 @@ | |||
| 2551 | * electric.el: Allow specification of prompt to | 2551 | * electric.el: Allow specification of prompt to |
| 2552 | Electric-command-loop. Interpret nil max-height argument to | 2552 | Electric-command-loop. Interpret nil max-height argument to |
| 2553 | Electric-pop-up-window as license to grab as much of the screen as | 2553 | Electric-pop-up-window as license to grab as much of the screen as |
| 2554 | necessary if buffer wont fit; also fix fencepost neglect to | 2554 | necessary if buffer won't fit; also fix fencepost neglect to |
| 2555 | account for modeline in height computations. | 2555 | account for modeline in height computations. |
| 2556 | 2556 | ||
| 2557 | 1985-06-12 Richard Mlynarik (mly@mit-prep) | 2557 | 1985-06-12 Richard Mlynarik (mly@mit-prep) |
| @@ -2636,7 +2636,7 @@ | |||
| 2636 | 1985-06-09 K. Shane Hartman (shane@mit-prep) | 2636 | 1985-06-09 K. Shane Hartman (shane@mit-prep) |
| 2637 | 2637 | ||
| 2638 | * dired.el: | 2638 | * dired.el: |
| 2639 | Fix bugs in dired introduced by use of auto-save-file-name-p. Dont | 2639 | Fix bugs in dired introduced by use of auto-save-file-name-p. Don't |
| 2640 | call it if it isn't fbound (just look for `#'). Add second arg to | 2640 | call it if it isn't fbound (just look for `#'). Add second arg to |
| 2641 | dired-get-filename which says just return nil (no error) if there | 2641 | dired-get-filename which says just return nil (no error) if there |
| 2642 | is no filename on line. Rename dired-mark-backup-and-temp-files | 2642 | is no filename on line. Rename dired-mark-backup-and-temp-files |
| @@ -2664,7 +2664,7 @@ | |||
| 2664 | error, when it killed a buffer line, it neglected to move back, | 2664 | error, when it killed a buffer line, it neglected to move back, |
| 2665 | thereby sitting on potential `K' which was missed. Wrap | 2665 | thereby sitting on potential `K' which was missed. Wrap |
| 2666 | save-excursion around kill-buffer, it seems that kill-buffer changes | 2666 | save-excursion around kill-buffer, it seems that kill-buffer changes |
| 2667 | something when it asks about mod file (dont ask me ...). | 2667 | something when it asks about mod file (don't ask me ...). |
| 2668 | Buffer-menu-do-saves was searching for "\n.S", it meant re-search. | 2668 | Buffer-menu-do-saves was searching for "\n.S", it meant re-search. |
| 2669 | Teach Buffer-menu-unmark how to handle `%' and `*' at same time. | 2669 | Teach Buffer-menu-unmark how to handle `%' and `*' at same time. |
| 2670 | 2670 | ||
| @@ -3041,7 +3041,7 @@ | |||
| 3041 | Also, most messages were spurious. | 3041 | Also, most messages were spurious. |
| 3042 | news-goto-news-group: it had duplicate definitions. | 3042 | news-goto-news-group: it had duplicate definitions. |
| 3043 | Flushed both of them; use news-go-to-news-group instead. | 3043 | Flushed both of them; use news-go-to-news-group instead. |
| 3044 | various: standardized elipses in messages. | 3044 | various: standardized ellipses in messages. |
| 3045 | Use error rather than message where appropriate. | 3045 | Use error rather than message where appropriate. |
| 3046 | 3046 | ||
| 3047 | 1985-05-21 Richard Mlynarik (mly@mit-prep) | 3047 | 1985-05-21 Richard Mlynarik (mly@mit-prep) |
| @@ -3064,7 +3064,7 @@ | |||
| 3064 | 1985-05-21 K. Shane Hartman (shane@mit-prep) | 3064 | 1985-05-21 K. Shane Hartman (shane@mit-prep) |
| 3065 | 3065 | ||
| 3066 | * view.el: | 3066 | * view.el: |
| 3067 | Flush skip commands since they dont make much sense. Make searches, | 3067 | Flush skip commands since they don't make much sense. Make searches, |
| 3068 | goto-line's center display at point found with dot at beginning of | 3068 | goto-line's center display at point found with dot at beginning of |
| 3069 | line. Use mark ring and provide mark manipulation commands. C-l | 3069 | line. Use mark ring and provide mark manipulation commands. C-l |
| 3070 | is recenter. Improve documentation. | 3070 | is recenter. Improve documentation. |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index e302eeb3cac..e0bede9b6a9 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -138,7 +138,7 @@ | |||
| 138 | buffer range. | 138 | buffer range. |
| 139 | 139 | ||
| 140 | * progmodes/cc-engine.el (c-beginning-of-member-init-list): | 140 | * progmodes/cc-engine.el (c-beginning-of-member-init-list): |
| 141 | Better handling of paretheses in unexpected places. | 141 | Better handling of parentheses in unexpected places. |
| 142 | 142 | ||
| 143 | * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Fix a | 143 | * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Fix a |
| 144 | regexp match order problem that could cause empty template | 144 | regexp match order problem that could cause empty template |
| @@ -1384,7 +1384,7 @@ | |||
| 1384 | 1384 | ||
| 1385 | * info.el (Info-fontify-node): Make `invisible' property | 1385 | * info.el (Info-fontify-node): Make `invisible' property |
| 1386 | non-sticky so that whitespace added by filling stays visible. | 1386 | non-sticky so that whitespace added by filling stays visible. |
| 1387 | Make refilling less agressive by starting at beginning of current | 1387 | Make refilling less aggressive by starting at beginning of current |
| 1388 | line rather than beginning of current paragraph. | 1388 | line rather than beginning of current paragraph. |
| 1389 | 1389 | ||
| 1390 | 2003-06-09 Andreas Schwab <schwab@suse.de> | 1390 | 2003-06-09 Andreas Schwab <schwab@suse.de> |
| @@ -1694,7 +1694,7 @@ | |||
| 1694 | (bibtex-search-forward-string, bibtex-search-backward-string): | 1694 | (bibtex-search-forward-string, bibtex-search-backward-string): |
| 1695 | Use save-excursion and setq. | 1695 | Use save-excursion and setq. |
| 1696 | (bibtex-member-of-regexp): Use let. | 1696 | (bibtex-member-of-regexp): Use let. |
| 1697 | (bibtex-assoc-of-regexp): Use caar und let. | 1697 | (bibtex-assoc-of-regexp): Use caar and let. |
| 1698 | (bibtex-skip-to-valid-entry): Return buffer position. | 1698 | (bibtex-skip-to-valid-entry): Return buffer position. |
| 1699 | (bibtex-map-entries): Use save-excursion. | 1699 | (bibtex-map-entries): Use save-excursion. |
| 1700 | (bibtex-progress-message): Simplify. | 1700 | (bibtex-progress-message): Simplify. |
| @@ -2144,7 +2144,7 @@ | |||
| 2144 | 2003-05-26 Andre Spiegel <spiegel@gnu.org> | 2144 | 2003-05-26 Andre Spiegel <spiegel@gnu.org> |
| 2145 | 2145 | ||
| 2146 | * vc.el (vc-delete-file): Fix free variable reference. | 2146 | * vc.el (vc-delete-file): Fix free variable reference. |
| 2147 | (vc-annotate-display): Remove obsolesence declaration; it isn't | 2147 | (vc-annotate-display): Remove obsolescence declaration; it isn't |
| 2148 | obsolete. | 2148 | obsolete. |
| 2149 | 2149 | ||
| 2150 | 2003-05-25 Kevin Ryde <user42@zip.com.au> | 2150 | 2003-05-25 Kevin Ryde <user42@zip.com.au> |
| @@ -4905,7 +4905,7 @@ | |||
| 4905 | Add library option in Makefile generation command. | 4905 | Add library option in Makefile generation command. |
| 4906 | Add command to create library directory. | 4906 | Add command to create library directory. |
| 4907 | Built-in Makefile generation is always default. | 4907 | Built-in Makefile generation is always default. |
| 4908 | (vhdl-create-mode-menu): Split menues for compilers, projects, models. | 4908 | (vhdl-create-mode-menu): Split menus for compilers, projects, models. |
| 4909 | Add customization for `global-font-lock-mode'. | 4909 | Add customization for `global-font-lock-mode'. |
| 4910 | Fix `customize-group' entries for XEmacs and | 4910 | Fix `customize-group' entries for XEmacs and |
| 4911 | change "Gen." to "Generate". Get *Messages* buffer. | 4911 | change "Gen." to "Generate". Get *Messages* buffer. |
| @@ -5253,7 +5253,7 @@ | |||
| 5253 | 2003-02-25 Andreas Schwab <schwab@suse.de> | 5253 | 2003-02-25 Andreas Schwab <schwab@suse.de> |
| 5254 | 5254 | ||
| 5255 | * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell | 5255 | * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell |
| 5256 | variable references by requireing that $ is not preceded by another $. | 5256 | variable references by requiring that $ is not preceded by another $. |
| 5257 | 5257 | ||
| 5258 | 2003-02-25 Kenichi Handa <handa@m17n.org> | 5258 | 2003-02-25 Kenichi Handa <handa@m17n.org> |
| 5259 | 5259 | ||
| @@ -6078,7 +6078,7 @@ | |||
| 6078 | 6078 | ||
| 6079 | * antlr-mode.el: Bug fixes, miscellaneous. | 6079 | * antlr-mode.el: Bug fixes, miscellaneous. |
| 6080 | (antlr-mode): Make major mode work with cc-mode-5.29 or higher, | 6080 | (antlr-mode): Make major mode work with cc-mode-5.29 or higher, |
| 6081 | make it more rubust against changes in cc-mode's style variables | 6081 | make it more robust against changes in cc-mode's style variables |
| 6082 | by using `boundp' and function `c-init-language-vars' if defined. | 6082 | by using `boundp' and function `c-init-language-vars' if defined. |
| 6083 | (antlr-c++-mode-extra): Only ask if language is not "Cpp". | 6083 | (antlr-c++-mode-extra): Only ask if language is not "Cpp". |
| 6084 | (antlr-read-value): With completion, ignore case. | 6084 | (antlr-read-value): With completion, ignore case. |
| @@ -6174,7 +6174,7 @@ | |||
| 6174 | Changes from 2002-01-31: | 6174 | Changes from 2002-01-31: |
| 6175 | 6175 | ||
| 6176 | * antlr-mode.el (antlr-font-lock-additional-keywords): | 6176 | * antlr-mode.el (antlr-font-lock-additional-keywords): |
| 6177 | Also hightlight `~' with `antlr-font-lock-syntax-face'. | 6177 | Also highlight `~' with `antlr-font-lock-syntax-face'. |
| 6178 | Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>. | 6178 | Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>. |
| 6179 | 6179 | ||
| 6180 | 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> | 6180 | 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> |
| @@ -6442,7 +6442,7 @@ | |||
| 6442 | (toplevel): Run it. | 6442 | (toplevel): Run it. |
| 6443 | (ibuffer-customize): New command. | 6443 | (ibuffer-customize): New command. |
| 6444 | (ibuffer-mode-map): Bind it. | 6444 | (ibuffer-mode-map): Bind it. |
| 6445 | (ibuffer-mode-map): Add menu seperator in View>Sort menu. | 6445 | (ibuffer-mode-map): Add menu separator in View>Sort menu. |
| 6446 | (ibuffer-mode): Tidy. | 6446 | (ibuffer-mode): Tidy. |
| 6447 | (ibuffer-fontification-alist, ibuffer-always-show-last-buffer) | 6447 | (ibuffer-fontification-alist, ibuffer-always-show-last-buffer) |
| 6448 | (ibuffer-default-directory, ibuffer-default-sorting-mode) | 6448 | (ibuffer-default-directory, ibuffer-default-sorting-mode) |
| @@ -6855,7 +6855,7 @@ | |||
| 6855 | (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until. | 6855 | (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until. |
| 6856 | 6856 | ||
| 6857 | * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis | 6857 | * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis |
| 6858 | to find out if variable shuld be dereferenced. | 6858 | to find out if variable should be dereferenced. |
| 6859 | (gud-display1): Exit if there is `No symbol'. | 6859 | (gud-display1): Exit if there is `No symbol'. |
| 6860 | (gdb-expressions-mode-map): Correction to key-binding. | 6860 | (gdb-expressions-mode-map): Correction to key-binding. |
| 6861 | (gdb-reset): New function. Reset environment at end of debugging. | 6861 | (gdb-reset): New function. Reset environment at end of debugging. |
| @@ -8429,7 +8429,7 @@ | |||
| 8429 | (gud-menu-map): New commands: run, goto. | 8429 | (gud-menu-map): New commands: run, goto. |
| 8430 | Enable some commands for gdba. | 8430 | Enable some commands for gdba. |
| 8431 | (gud-query-cmdline): Pass default directory to gdba. | 8431 | (gud-query-cmdline): Pass default directory to gdba. |
| 8432 | (gdb): Defune gud-goto and gud-run. | 8432 | (gdb): Define gud-goto and gud-run. |
| 8433 | (gud-gdb-complete-command): Maybe use gdba-complete-filter. | 8433 | (gud-gdb-complete-command): Maybe use gdba-complete-filter. |
| 8434 | (gud-mode): Set up local tool bar. | 8434 | (gud-mode): Set up local tool bar. |
| 8435 | (gud-display-line): For gdba, call gdb-display-source-buffer. | 8435 | (gud-display-line): For gdba, call gdb-display-source-buffer. |
| @@ -8696,7 +8696,7 @@ | |||
| 8696 | with embedded file names like (xxx.yyy). | 8696 | with embedded file names like (xxx.yyy). |
| 8697 | Avoid making any lines visibly longer if hiding newlines inside | 8697 | Avoid making any lines visibly longer if hiding newlines inside |
| 8698 | note references by wrapping line after references if it contained | 8698 | note references by wrapping line after references if it contained |
| 8699 | a newline (unfortunaly this makes more lines appear "shorter"). | 8699 | a newline (unfortunately this makes more lines appear "shorter"). |
| 8700 | Properly reindent multi-line menu entry descriptions. | 8700 | Properly reindent multi-line menu entry descriptions. |
| 8701 | 8701 | ||
| 8702 | 2002-11-05 Juanma Barranquero <lektu@terra.es> | 8702 | 2002-11-05 Juanma Barranquero <lektu@terra.es> |
| @@ -9164,7 +9164,7 @@ | |||
| 9164 | 2002-10-15 Kenichi Handa <handa@m17n.org> | 9164 | 2002-10-15 Kenichi Handa <handa@m17n.org> |
| 9165 | 9165 | ||
| 9166 | * mail/sendmail.el (sendmail-send-it): Call | 9166 | * mail/sendmail.el (sendmail-send-it): Call |
| 9167 | select-message-coding-system before changing the current bufer to | 9167 | select-message-coding-system before changing the current buffer to |
| 9168 | " sendmail temp". | 9168 | " sendmail temp". |
| 9169 | 9169 | ||
| 9170 | 2002-10-14 Andre Spiegel <spiegel@gnu.org> | 9170 | 2002-10-14 Andre Spiegel <spiegel@gnu.org> |
| @@ -9618,7 +9618,7 @@ | |||
| 9618 | 9618 | ||
| 9619 | * international/ucs-tables.el: Don't bind | 9619 | * international/ucs-tables.el: Don't bind |
| 9620 | utf-8-translation-table-for-decode while setting up | 9620 | utf-8-translation-table-for-decode while setting up |
| 9621 | ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to | 9621 | ucs-mule-8859-to-ucs-table, etc. Add `dependency' property to |
| 9622 | iso-8859-* coding systems. | 9622 | iso-8859-* coding systems. |
| 9623 | (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE. | 9623 | (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE. |
| 9624 | If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode | 9624 | If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode |
| @@ -9632,7 +9632,7 @@ | |||
| 9632 | named ucs-translation-table-for-decode vacant. If FOR-ENCODE is | 9632 | named ucs-translation-table-for-decode vacant. If FOR-ENCODE is |
| 9633 | non-nil, make a proper char-table populates the translation table | 9633 | non-nil, make a proper char-table populates the translation table |
| 9634 | name utf-translation-table-for-encode. Call register-char-codings | 9634 | name utf-translation-table-for-encode. Call register-char-codings |
| 9635 | for all mule-utf-* to to reset their status to the origianl. | 9635 | for all mule-utf-* to to reset their status to the original. |
| 9636 | (unify-8859-on-encoding-mode): Call ucs-unify-8859 and | 9636 | (unify-8859-on-encoding-mode): Call ucs-unify-8859 and |
| 9637 | ucs-fragment-8859 with fixed arguments. Set the version to 21.3. | 9637 | ucs-fragment-8859 with fixed arguments. Set the version to 21.3. |
| 9638 | (unify-8859-on-decoding-mode): Likewise. Remove dependency. | 9638 | (unify-8859-on-decoding-mode): Likewise. Remove dependency. |
| @@ -10060,7 +10060,7 @@ | |||
| 10060 | the face held by `gamegrid-face' in an overlay over the whole | 10060 | the face held by `gamegrid-face' in an overlay over the whole |
| 10061 | buffer to emulate a buffer-local default-face. | 10061 | buffer to emulate a buffer-local default-face. |
| 10062 | 10062 | ||
| 10063 | 2002-09-22 Markus Triska <triska@gmx.at> (iny change) | 10063 | 2002-09-22 Markus Triska <triska@gmx.at> (tiny change) |
| 10064 | 10064 | ||
| 10065 | * play/doctor.el (doctor-doc): Add 2 question words. | 10065 | * play/doctor.el (doctor-doc): Add 2 question words. |
| 10066 | (doctor-getnoun): Parse and save the complete object phrase. | 10066 | (doctor-getnoun): Parse and save the complete object phrase. |
| @@ -10084,8 +10084,8 @@ | |||
| 10084 | (tramp-parse-netrc, tramp-parse-netrc-group): New functions. | 10084 | (tramp-parse-netrc, tramp-parse-netrc-group): New functions. |
| 10085 | (tramp-user-regexp): " \t" are not user regexp characters. | 10085 | (tramp-user-regexp): " \t" are not user regexp characters. |
| 10086 | (tramp-completion-handle-file-name-all-completions): | 10086 | (tramp-completion-handle-file-name-all-completions): |
| 10087 | Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix | 10087 | Remove Ange-FTP completion. It has a bug not handling the "/ftp:" |
| 10088 | completely, and it returns local completions as well. | 10088 | prefix completely, and it returns local completions as well. |
| 10089 | (tramp-completion-function-alist-ftp): New constant. | 10089 | (tramp-completion-function-alist-ftp): New constant. |
| 10090 | (tramp-completion-function-alist): Add completion function for "ftp". | 10090 | (tramp-completion-function-alist): Add completion function for "ftp". |
| 10091 | From Michael Albinus <Michael.Albinus@alcatel.de>. | 10091 | From Michael Albinus <Michael.Albinus@alcatel.de>. |
| @@ -10779,7 +10779,7 @@ | |||
| 10779 | 10779 | ||
| 10780 | * scroll-bar.el (scroll-bar-mode): Specify :initialize. | 10780 | * scroll-bar.el (scroll-bar-mode): Specify :initialize. |
| 10781 | 10781 | ||
| 10782 | * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME | 10782 | * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote before FNAME |
| 10783 | when it's not being evaluated. | 10783 | when it's not being evaluated. |
| 10784 | 10784 | ||
| 10785 | 2002-09-15 Markus Rost <rost@math.ohio-state.edu> | 10785 | 2002-09-15 Markus Rost <rost@math.ohio-state.edu> |
| @@ -10801,7 +10801,7 @@ | |||
| 10801 | (display-time-update): Handle "None" alternative for load-average. | 10801 | (display-time-update): Handle "None" alternative for load-average. |
| 10802 | 10802 | ||
| 10803 | * dired-aux.el (dired-bunch-files): Put the arg FILES | 10803 | * dired-aux.el (dired-bunch-files): Put the arg FILES |
| 10804 | back as it was after temporary destrucive mods. | 10804 | back as it was after temporary destructive mods. |
| 10805 | (dired-add-entry): Use dired-insert-directory to handle indentation. | 10805 | (dired-add-entry): Use dired-insert-directory to handle indentation. |
| 10806 | Explicitly restore the line's marker character. | 10806 | Explicitly restore the line's marker character. |
| 10807 | Preserve the old file name's text properties. | 10807 | Preserve the old file name's text properties. |
| @@ -10874,7 +10874,7 @@ | |||
| 10874 | (perl-font-lock-syntactic-keywords) | 10874 | (perl-font-lock-syntactic-keywords) |
| 10875 | (perl-font-lock-syntactic-face-function): Better handle PODs. | 10875 | (perl-font-lock-syntactic-face-function): Better handle PODs. |
| 10876 | Handle package names with ' in them and ($$) in `sub' declarations. | 10876 | Handle package names with ' in them and ($$) in `sub' declarations. |
| 10877 | Handle format staements. Handle regexp and quote-like ops. | 10877 | Handle format statements. Handle regexp and quote-like ops. |
| 10878 | (perl-empty-syntax-table): New var. | 10878 | (perl-empty-syntax-table): New var. |
| 10879 | (perl-quote-syntax-table): New fun. | 10879 | (perl-quote-syntax-table): New fun. |
| 10880 | 10880 | ||
| @@ -11862,7 +11862,7 @@ | |||
| 11862 | 11862 | ||
| 11863 | * bindings.el (mode-line-format): Moved global-mode-string last. | 11863 | * bindings.el (mode-line-format): Moved global-mode-string last. |
| 11864 | (mode-line-position): Moved %p first. Added padding to %l/%c to | 11864 | (mode-line-position): Moved %p first. Added padding to %l/%c to |
| 11865 | eliminate jumpyness in modeline. Use (%l,%c) format if both | 11865 | eliminate jumpiness in modeline. Use (%l,%c) format if both |
| 11866 | line-number-mode and column-number-mode are enabled. | 11866 | line-number-mode and column-number-mode are enabled. |
| 11867 | 11867 | ||
| 11868 | 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org> | 11868 | 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org> |
| @@ -13246,7 +13246,7 @@ | |||
| 13246 | 2002-07-12 Kenichi Handa <handa@etl.go.jp> | 13246 | 2002-07-12 Kenichi Handa <handa@etl.go.jp> |
| 13247 | 13247 | ||
| 13248 | * international/mule-cmds.el (locale-language-names): Change "mk" | 13248 | * international/mule-cmds.el (locale-language-names): Change "mk" |
| 13249 | (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic | 13249 | (Macedonian), "ru" (Russian), and "sp" (Serbian with Cyrillic |
| 13250 | alphabet) to "Cyrillic-ISO". | 13250 | alphabet) to "Cyrillic-ISO". |
| 13251 | 13251 | ||
| 13252 | 2002-07-11 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 13252 | 2002-07-11 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| @@ -15330,7 +15330,7 @@ | |||
| 15330 | 15330 | ||
| 15331 | 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk> | 15331 | 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 15332 | 15332 | ||
| 15333 | * progmodes/f90.el: Yet more doc string, commment and whitespace | 15333 | * progmodes/f90.el: Yet more doc string, comment and whitespace |
| 15334 | changes. | 15334 | changes. |
| 15335 | (f90-imenu-flag): New name for internal variable f90-imenu. | 15335 | (f90-imenu-flag): New name for internal variable f90-imenu. |
| 15336 | (f90-blocks-re, f90-program-block-re, f90-end-if-re) | 15336 | (f90-blocks-re, f90-program-block-re, f90-end-if-re) |
| @@ -15768,7 +15768,7 @@ | |||
| 15768 | (ibuffer-toggle-filter-group): New function. | 15768 | (ibuffer-toggle-filter-group): New function. |
| 15769 | (ibuffer-toggle-filter-group-1): New function. | 15769 | (ibuffer-toggle-filter-group-1): New function. |
| 15770 | (ibuffer-forward-filter-group): New function. | 15770 | (ibuffer-forward-filter-group): New function. |
| 15771 | (ibuffer-backward-filter-group): New funtion. | 15771 | (ibuffer-backward-filter-group): New function. |
| 15772 | (ibuffer-generate-filter-groups): New function. | 15772 | (ibuffer-generate-filter-groups): New function. |
| 15773 | (ibuffer-filters-to-filter-group): New function. | 15773 | (ibuffer-filters-to-filter-group): New function. |
| 15774 | (ibuffer-pop-filter-group): New function. | 15774 | (ibuffer-pop-filter-group): New function. |
| @@ -17892,7 +17892,7 @@ | |||
| 17892 | Use ediff-make-new-meta-list-header. | 17892 | Use ediff-make-new-meta-list-header. |
| 17893 | (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el. | 17893 | (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el. |
| 17894 | 17894 | ||
| 17895 | * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting. | 17895 | * ediff-util.el (ediff-toggle-hilit): Fix toggling of highlighting. |
| 17896 | (ediff-select-difference): Take highlighting style into account. | 17896 | (ediff-select-difference): Take highlighting style into account. |
| 17897 | (ediff-clone-buffer-for-region-comparison): New function. | 17897 | (ediff-clone-buffer-for-region-comparison): New function. |
| 17898 | (ediff-inferior-compare-regions): Added comparison of current diff | 17898 | (ediff-inferior-compare-regions): Added comparison of current diff |
| @@ -18974,7 +18974,7 @@ | |||
| 18974 | 2002-02-16 John Wiegley <johnw@gnu.org> | 18974 | 2002-02-16 John Wiegley <johnw@gnu.org> |
| 18975 | 18975 | ||
| 18976 | * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace | 18976 | * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace |
| 18977 | after the #! of a shell interpretor specification. | 18977 | after the #! of a shell interpreter specification. |
| 18978 | 18978 | ||
| 18979 | 2002-02-15 Richard M. Stallman <rms@gnu.org> | 18979 | 2002-02-15 Richard M. Stallman <rms@gnu.org> |
| 18980 | 18980 | ||
| @@ -19321,7 +19321,7 @@ | |||
| 19321 | (ibuffer-recompile-formats, ibuffer-check-formats) | 19321 | (ibuffer-recompile-formats, ibuffer-check-formats) |
| 19322 | (ibuffer-switch-format, ibuffer-update-title): | 19322 | (ibuffer-switch-format, ibuffer-update-title): |
| 19323 | Add support for ibuffer-filter-format-alist. | 19323 | Add support for ibuffer-filter-format-alist. |
| 19324 | (define-ibuffer-column process): Remove unncessary consing. | 19324 | (define-ibuffer-column process): Remove unnecessary consing. |
| 19325 | 19325 | ||
| 19326 | * ibuf-macs.el (define-ibuffer-column): Add beginnings of support | 19326 | * ibuf-macs.el (define-ibuffer-column): Add beginnings of support |
| 19327 | for a summary column. | 19327 | for a summary column. |
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index ae9c03eae54..70b1bd3c73f 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -194,7 +194,7 @@ | |||
| 194 | 194 | ||
| 195 | * hexl.el (hexlify-buffer): Remove fontification here. | 195 | * hexl.el (hexlify-buffer): Remove fontification here. |
| 196 | Use font lock mechanism instead. | 196 | Use font lock mechanism instead. |
| 197 | (hexl-font-lock-keywords): New font lock kewords. | 197 | (hexl-font-lock-keywords): New font lock keywords. |
| 198 | (hexl-mode-old-font-lock-keywords): New variable. | 198 | (hexl-mode-old-font-lock-keywords): New variable. |
| 199 | (hexl-mode): Store the old font lock keywords. | 199 | (hexl-mode): Store the old font lock keywords. |
| 200 | (hexl-mode-exit): Restore the old font lock keywords. | 200 | (hexl-mode-exit): Restore the old font lock keywords. |
| @@ -4827,7 +4827,7 @@ | |||
| 4827 | 2004-08-30 John Paul Wallington <jpw@gnu.org> | 4827 | 2004-08-30 John Paul Wallington <jpw@gnu.org> |
| 4828 | 4828 | ||
| 4829 | * textmodes/tex-mode.el (tex-validate-buffer): Use distinct | 4829 | * textmodes/tex-mode.el (tex-validate-buffer): Use distinct |
| 4830 | strings rather than programatically constructing message. | 4830 | strings rather than programmatically constructing message. |
| 4831 | 4831 | ||
| 4832 | 2004-08-30 Richard M. Stallman <rms@gnu.org> | 4832 | 2004-08-30 Richard M. Stallman <rms@gnu.org> |
| 4833 | 4833 | ||
| @@ -6069,7 +6069,7 @@ | |||
| 6069 | (encode-char): Likewise. | 6069 | (encode-char): Likewise. |
| 6070 | 6070 | ||
| 6071 | * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate | 6071 | * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate |
| 6072 | pair correctly. Call ccl-mule-utf-untrans for untranslable chars. | 6072 | pair correctly. Call ccl-mule-utf-untrans for untranslatable chars. |
| 6073 | (utf-16le-decode-loop): Set r5 to -1 before loop. | 6073 | (utf-16le-decode-loop): Set r5 to -1 before loop. |
| 6074 | (utf-16be-decode-loop): Likewise. | 6074 | (utf-16be-decode-loop): Likewise. |
| 6075 | (ccl-decode-mule-utf-16le): Add EOF processing block. | 6075 | (ccl-decode-mule-utf-16le): Add EOF processing block. |
| @@ -10091,7 +10091,7 @@ | |||
| 10091 | (tramp-smb-process-running): Remove. Since we acknowledge the | 10091 | (tramp-smb-process-running): Remove. Since we acknowledge the |
| 10092 | virtual prompt for shares, there's no need for distinction of | 10092 | virtual prompt for shares, there's no need for distinction of |
| 10093 | reading shares (process ends afterwards) and interactive mode of | 10093 | reading shares (process ends afterwards) and interactive mode of |
| 10094 | smblient. | 10094 | smbclient. |
| 10095 | (tramp-smb-open-connection): Setting process sentinel removed. | 10095 | (tramp-smb-open-connection): Setting process sentinel removed. |
| 10096 | (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and | 10096 | (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and |
| 10097 | "NT_STATUS_NETWORK_ACCESS_DENIED". | 10097 | "NT_STATUS_NETWORK_ACCESS_DENIED". |
| @@ -11849,7 +11849,7 @@ | |||
| 11849 | * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer): | 11849 | * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer): |
| 11850 | iswitchb-exit is set to 'usefirst when user selects buffer at head | 11850 | iswitchb-exit is set to 'usefirst when user selects buffer at head |
| 11851 | of list using RET. (Selecting buffers at the head of the list was | 11851 | of list using RET. (Selecting buffers at the head of the list was |
| 11852 | broken if the substring was also a complete buffername.) | 11852 | broken if the substring was also a complete buffer name.) |
| 11853 | 11853 | ||
| 11854 | 2003-11-23 Kim F. Storm <storm@cua.dk> | 11854 | 2003-11-23 Kim F. Storm <storm@cua.dk> |
| 11855 | 11855 | ||
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index fc0ef6e6164..5ec9866bf7a 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -1080,7 +1080,7 @@ | |||
| 1080 | (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): | 1080 | (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): |
| 1081 | Return to use of the -no-properties variants. There was | 1081 | Return to use of the -no-properties variants. There was |
| 1082 | consensus on emacs-devel that the speed of these variants was | 1082 | consensus on emacs-devel that the speed of these variants was |
| 1083 | prefered since we are usually parsing files (from the internet | 1083 | preferred since we are usually parsing files (from the internet |
| 1084 | or on disk) instead of XML created in Emacs. | 1084 | or on disk) instead of XML created in Emacs. |
| 1085 | 1085 | ||
| 1086 | * eshell/esh-mode.el (eshell-handle-ansi-color): New function. | 1086 | * eshell/esh-mode.el (eshell-handle-ansi-color): New function. |
| @@ -1610,7 +1610,7 @@ | |||
| 1610 | (org-table-sort-lines): Rewrite from scratch. | 1610 | (org-table-sort-lines): Rewrite from scratch. |
| 1611 | (org-link-search): New argument AVOID-POS. | 1611 | (org-link-search): New argument AVOID-POS. |
| 1612 | (org-print-icalendar-entries): Remove argument CATEGORY. | 1612 | (org-print-icalendar-entries): Remove argument CATEGORY. |
| 1613 | (org-run-agenda-series): Remove argument WONDOW. | 1613 | (org-run-agenda-series): Remove argument WINDOW. |
| 1614 | (org-next-link, org-previous-link): New commands. | 1614 | (org-next-link, org-previous-link): New commands. |
| 1615 | (org-agenda-date-format): New option. | 1615 | (org-agenda-date-format): New option. |
| 1616 | (org-table-iterate): New command. | 1616 | (org-table-iterate): New command. |
| @@ -2288,7 +2288,7 @@ | |||
| 2288 | 2288 | ||
| 2289 | * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): | 2289 | * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): |
| 2290 | New variable. | 2290 | New variable. |
| 2291 | (byte-compile-output-file-form): Bing print-circle to nil if | 2291 | (byte-compile-output-file-form): Bind print-circle to nil if |
| 2292 | byte-compile-output-file-form is not nil. | 2292 | byte-compile-output-file-form is not nil. |
| 2293 | (byte-compile-output-docform): Likewise. | 2293 | (byte-compile-output-docform): Likewise. |
| 2294 | 2294 | ||
| @@ -3370,7 +3370,7 @@ | |||
| 3370 | * textmodes/refer.el (refer-find-entry): Doc fix. | 3370 | * textmodes/refer.el (refer-find-entry): Doc fix. |
| 3371 | (refer-bib-files-regexp, refer-bib-directory, refer-bib-files) | 3371 | (refer-bib-files-regexp, refer-bib-directory, refer-bib-files) |
| 3372 | (refer-cache-bib-files, refer-find-next-entry, refer-yank-key): | 3372 | (refer-cache-bib-files, refer-find-next-entry, refer-yank-key): |
| 3373 | Fix tipos in docstrings. | 3373 | Fix typos in docstrings. |
| 3374 | 3374 | ||
| 3375 | * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring. | 3375 | * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring. |
| 3376 | 3376 | ||
| @@ -4384,7 +4384,7 @@ | |||
| 4384 | (org-prepare-agenda, org-prepare-agenda-buffers) | 4384 | (org-prepare-agenda, org-prepare-agenda-buffers) |
| 4385 | (org-run-agenda-series, org-timeline, org-agenda-list) | 4385 | (org-run-agenda-series, org-timeline, org-agenda-list) |
| 4386 | (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set | 4386 | (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set |
| 4387 | the text property inticating the agenda type. | 4387 | the text property indicating the agenda type. |
| 4388 | (org-agenda-post-command-hook): Get agenda type from text property | 4388 | (org-agenda-post-command-hook): Get agenda type from text property |
| 4389 | at point. | 4389 | at point. |
| 4390 | (org-agenda): Handle command sets. Set `org-agenda-last-arguments' | 4390 | (org-agenda): Handle command sets. Set `org-agenda-last-arguments' |
| @@ -4408,7 +4408,7 @@ | |||
| 4408 | (org-complete): Better completion in in-buffer option lines. | 4408 | (org-complete): Better completion in in-buffer option lines. |
| 4409 | (org-in-item-p): New function. | 4409 | (org-in-item-p): New function. |
| 4410 | (org-org-menu): Add entries for checkboxes. | 4410 | (org-org-menu): Add entries for checkboxes. |
| 4411 | (org-cycle): Extra brouping in outline-regexp, because it is used | 4411 | (org-cycle): Extra grouping in outline-regexp, because it is used |
| 4412 | in a search with "^" prepended. | 4412 | in a search with "^" prepended. |
| 4413 | (org-provide-checkbox-statistics): New option. | 4413 | (org-provide-checkbox-statistics): New option. |
| 4414 | (org-set-font-lock-defaults): Highlight checkbox statistics. | 4414 | (org-set-font-lock-defaults): Highlight checkbox statistics. |
| @@ -4796,7 +4796,7 @@ | |||
| 4796 | (allout-doublecheck-at-and-shallower): Reduce the limit to reduce | 4796 | (allout-doublecheck-at-and-shallower): Reduce the limit to reduce |
| 4797 | the amount of yanked topics that can be aberrant. | 4797 | the amount of yanked topics that can be aberrant. |
| 4798 | (allout-do-doublecheck): Encapsulate this multiply-used recipe in | 4798 | (allout-do-doublecheck): Encapsulate this multiply-used recipe in |
| 4799 | a function, and supplement with inihibition of doublechecking | 4799 | a function, and supplement with inhibition of doublechecking |
| 4800 | during yanks. | 4800 | during yanks. |
| 4801 | (allout-beginning-of-line, allout-next-heading) | 4801 | (allout-beginning-of-line, allout-next-heading) |
| 4802 | (allout-previous-heading, allout-goto-prefix-doublechecked) | 4802 | (allout-previous-heading, allout-goto-prefix-doublechecked) |
| @@ -4918,7 +4918,7 @@ | |||
| 4918 | (server-auth-key): New variable. | 4918 | (server-auth-key): New variable. |
| 4919 | (server-ensure-safe-dir): Create nonexistent parent dirs. | 4919 | (server-ensure-safe-dir): Create nonexistent parent dirs. |
| 4920 | Ignore Unix-style file modes on Windows. | 4920 | Ignore Unix-style file modes on Windows. |
| 4921 | (server-start): Crete a TCP or Unix socket according to the value | 4921 | (server-start): Create a TCP or Unix socket according to the value |
| 4922 | of `server-use-tcp'. For TCP sockets, create the id/auth file in | 4922 | of `server-use-tcp'. For TCP sockets, create the id/auth file in |
| 4923 | `server-auth-dir' directory. | 4923 | `server-auth-dir' directory. |
| 4924 | (server-process-filter): Delete process if authentication | 4924 | (server-process-filter): Delete process if authentication |
| @@ -5167,7 +5167,7 @@ | |||
| 5167 | 2006-10-18 Martin Rudalics <rudalics@gmx.at> | 5167 | 2006-10-18 Martin Rudalics <rudalics@gmx.at> |
| 5168 | 5168 | ||
| 5169 | * textmodes/flyspell.el (flyspell-word-search-backward): | 5169 | * textmodes/flyspell.el (flyspell-word-search-backward): |
| 5170 | Set inhibit-point-motion-hooks to avoid looping due to intangibile | 5170 | Set inhibit-point-motion-hooks to avoid looping due to intangible |
| 5171 | text. | 5171 | text. |
| 5172 | 5172 | ||
| 5173 | 2006-10-16 Richard Stallman <rms@gnu.org> | 5173 | 2006-10-16 Richard Stallman <rms@gnu.org> |
| @@ -5399,7 +5399,7 @@ | |||
| 5399 | Fontify unmatched "]" in function-name face. | 5399 | Fontify unmatched "]" in function-name face. |
| 5400 | Mark first-char of HERE-doc as `front-sticky'. | 5400 | Mark first-char of HERE-doc as `front-sticky'. |
| 5401 | Reset `front-sticky' property when needed. | 5401 | Reset `front-sticky' property when needed. |
| 5402 | (cperl-calculate-indent): Indents //x -RExen accordning to parens level. | 5402 | (cperl-calculate-indent): Indents //x -RExen according to parens level. |
| 5403 | (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs. | 5403 | (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs. |
| 5404 | (cperl-backward-to-noncomment): Recognize stringy `syntax-type' | 5404 | (cperl-backward-to-noncomment): Recognize stringy `syntax-type' |
| 5405 | constructs. Support `narrow'ed buffers. | 5405 | constructs. Support `narrow'ed buffers. |
| @@ -5482,7 +5482,7 @@ | |||
| 5482 | (beginning-of-buffer): Replace two occurrences with goto-char... | 5482 | (beginning-of-buffer): Replace two occurrences with goto-char... |
| 5483 | (cperl-calculate-indent): `char-after' could be nil... | 5483 | (cperl-calculate-indent): `char-after' could be nil... |
| 5484 | (cperl-find-pods-heres): REx can start after "[" too. | 5484 | (cperl-find-pods-heres): REx can start after "[" too. |
| 5485 | Hightlight (??{}) in RExen too. | 5485 | Highlight (??{}) in RExen too. |
| 5486 | (cperl-maybe-white-and-comment-rex): New constant | 5486 | (cperl-maybe-white-and-comment-rex): New constant |
| 5487 | (cperl-white-and-comment-rex): Likewise. | 5487 | (cperl-white-and-comment-rex): Likewise. |
| 5488 | XXXX Not very efficient, but hard to make | 5488 | XXXX Not very efficient, but hard to make |
| @@ -5504,7 +5504,7 @@ | |||
| 5504 | Don't special-case REx with non-empty 1st line. | 5504 | Don't special-case REx with non-empty 1st line. |
| 5505 | (cperl-find-pods-heres): In RExen, highlight non-literal backslashes. | 5505 | (cperl-find-pods-heres): In RExen, highlight non-literal backslashes. |
| 5506 | Invert highlighting of charclasses: | 5506 | Invert highlighting of charclasses: |
| 5507 | now the envelop is highlighted. | 5507 | now the envelope is highlighted. |
| 5508 | Highlight many others 0-length builtins. | 5508 | Highlight many others 0-length builtins. |
| 5509 | (cperl-praise): Mention indenting and highlight in RExen. | 5509 | (cperl-praise): Mention indenting and highlight in RExen. |
| 5510 | 5510 | ||
| @@ -5567,7 +5567,7 @@ | |||
| 5567 | After 5.20: | 5567 | After 5.20: |
| 5568 | initial comment: Extend copyright, fix email address. | 5568 | initial comment: Extend copyright, fix email address. |
| 5569 | (cperl-indent-comment-at-column-0): New customization variable. | 5569 | (cperl-indent-comment-at-column-0): New customization variable. |
| 5570 | (cperl-comment-indent): Indentation after $#a would increasy by 1. | 5570 | (cperl-comment-indent): Indentation after $#a would increase by 1. |
| 5571 | (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc. | 5571 | (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc. |
| 5572 | (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline' | 5572 | (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline' |
| 5573 | (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";". | 5573 | (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";". |
| @@ -5777,7 +5777,7 @@ | |||
| 5777 | 5777 | ||
| 5778 | 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com> | 5778 | 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com> |
| 5779 | 5779 | ||
| 5780 | * allout.el (allout-current-depth): Do aberrent check only at or | 5780 | * allout.el (allout-current-depth): Do aberrant check only at or |
| 5781 | below doublecheck depth. | 5781 | below doublecheck depth. |
| 5782 | (allout-chart-subtree): Make it explicit that LEVELS being nil | 5782 | (allout-chart-subtree): Make it explicit that LEVELS being nil |
| 5783 | means unlimited depth. Drop undocumented support for LEVELS value | 5783 | means unlimited depth. Drop undocumented support for LEVELS value |
| @@ -5848,7 +5848,7 @@ | |||
| 5848 | 2006-09-29 Carsten Dominik <dominik@science.uva.nl> | 5848 | 2006-09-29 Carsten Dominik <dominik@science.uva.nl> |
| 5849 | 5849 | ||
| 5850 | * textmodes/org.el (org-file-remote-p): Get regexp from list. | 5850 | * textmodes/org.el (org-file-remote-p): Get regexp from list. |
| 5851 | (org-archive-subtree): Remove erraneous `]' from character list. | 5851 | (org-archive-subtree): Remove erroneous `]' from character list. |
| 5852 | 5852 | ||
| 5853 | 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org> | 5853 | 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org> |
| 5854 | 5854 | ||
| @@ -6273,7 +6273,7 @@ | |||
| 6273 | (allout-previous-visible-heading): Position consistently when | 6273 | (allout-previous-visible-heading): Position consistently when |
| 6274 | interactive. | 6274 | interactive. |
| 6275 | (allout-forward-current-level): Base on allout-previous-sibling | 6275 | (allout-forward-current-level): Base on allout-previous-sibling |
| 6276 | rather than (differently) reimplmenting the algorithm. Remove some | 6276 | rather than (differently) reimplementing the algorithm. Remove some |
| 6277 | unused variables. | 6277 | unused variables. |
| 6278 | (allout-solicit-alternate-bullet): Present default choice stripped | 6278 | (allout-solicit-alternate-bullet): Present default choice stripped |
| 6279 | of text properties. | 6279 | of text properties. |
| @@ -6303,7 +6303,7 @@ | |||
| 6303 | (allout-yank-processing): Restore exposure layout as recorded by | 6303 | (allout-yank-processing): Restore exposure layout as recorded by |
| 6304 | allout-kill-*, as used to happen. | 6304 | allout-kill-*, as used to happen. |
| 6305 | (allout-annotate-hidden, allout-hide-by-annotation): New routines | 6305 | (allout-annotate-hidden, allout-hide-by-annotation): New routines |
| 6306 | for preseving and restoring exposure layout across kills. | 6306 | for preserving and restoring exposure layout across kills. |
| 6307 | (allout-toggle-subtree-encryption): Run allout-exposure-change-hook. | 6307 | (allout-toggle-subtree-encryption): Run allout-exposure-change-hook. |
| 6308 | (allout-encrypt-string): Strip text properties. | 6308 | (allout-encrypt-string): Strip text properties. |
| 6309 | Rearranged order and outline-headings for some of the | 6309 | Rearranged order and outline-headings for some of the |
| @@ -6327,7 +6327,7 @@ | |||
| 6327 | * help.el (describe-key): Handle C-h k in *Help* buffer; collect | 6327 | * help.el (describe-key): Handle C-h k in *Help* buffer; collect |
| 6328 | all necessary information about the event before erasing *Help*. | 6328 | all necessary information about the event before erasing *Help*. |
| 6329 | 6329 | ||
| 6330 | * simple.el (line-move-partial): Use window-line-visiblity to | 6330 | * simple.el (line-move-partial): Use window-line-visibility to |
| 6331 | quickly check whether last line is partially visible, and only do | 6331 | quickly check whether last line is partially visible, and only do |
| 6332 | the hard (and slow) part in that case. | 6332 | the hard (and slow) part in that case. |
| 6333 | 6333 | ||
| @@ -6517,7 +6517,7 @@ | |||
| 6517 | (dired-copy-file): Remove condition-case. | 6517 | (dired-copy-file): Remove condition-case. |
| 6518 | (dired-copy-file-recursive): Check for errors on all file | 6518 | (dired-copy-file-recursive): Check for errors on all file |
| 6519 | operations, and add them to dired-create-files-failures. | 6519 | operations, and add them to dired-create-files-failures. |
| 6520 | Check file file-date-erorr here too. | 6520 | Check file file-date-error here too. |
| 6521 | (dired-create-files): Check dired-create-files-failures | 6521 | (dired-create-files): Check dired-create-files-failures |
| 6522 | and report those errors too. | 6522 | and report those errors too. |
| 6523 | 6523 | ||
| @@ -7280,7 +7280,7 @@ | |||
| 7280 | (org-back-to-heading, org-on-heading-p, org-up-heading-all) | 7280 | (org-back-to-heading, org-on-heading-p, org-up-heading-all) |
| 7281 | (org-show-subtree, org-show-entry, org-make-options-regexp): | 7281 | (org-show-subtree, org-show-entry, org-make-options-regexp): |
| 7282 | Remove compatibility support for old outline-mode. | 7282 | Remove compatibility support for old outline-mode. |
| 7283 | (org-check-occur-regexp): Funtion removed. | 7283 | (org-check-occur-regexp): Function removed. |
| 7284 | (org-on-heading-p, org-back-to-heading): Made defalias. | 7284 | (org-on-heading-p, org-back-to-heading): Made defalias. |
| 7285 | (org-set-local): New defsubst. | 7285 | (org-set-local): New defsubst. |
| 7286 | (org-set-regexps-and-options, org-mode) | 7286 | (org-set-regexps-and-options, org-mode) |
| @@ -7362,7 +7362,7 @@ | |||
| 7362 | allout-exposure-change-hook for other kinds of structural outline | 7362 | allout-exposure-change-hook for other kinds of structural outline |
| 7363 | edits. | 7363 | edits. |
| 7364 | (allout-encryption-plaintext-sanitization-regexps): New encryption | 7364 | (allout-encryption-plaintext-sanitization-regexps): New encryption |
| 7365 | customization variable, by which cooperating modes can provde | 7365 | customization variable, by which cooperating modes can provide |
| 7366 | massage of the plaintext without actually being passed it. | 7366 | massage of the plaintext without actually being passed it. |
| 7367 | (allout-encryption-ciphertext-rejection-regexps) | 7367 | (allout-encryption-ciphertext-rejection-regexps) |
| 7368 | (allout-encryption-ciphertext-rejection-ceiling): New encryption | 7368 | (allout-encryption-ciphertext-rejection-ceiling): New encryption |
| @@ -7374,8 +7374,8 @@ | |||
| 7374 | disposition. The new encryption ciphertext rejection variable is | 7374 | disposition. The new encryption ciphertext rejection variable is |
| 7375 | used to ensure that the ciphertext does not contain text that | 7375 | used to ensure that the ciphertext does not contain text that |
| 7376 | would be recognized as outline structural elements by allout. | 7376 | would be recognized as outline structural elements by allout. |
| 7377 | Substite allout-beginning-of-line and allout-end-of-line for | 7377 | Substitute allout-beginning-of-line and allout-end-of-line for |
| 7378 | conventionall beginning-of-line and end-of-line bindings. | 7378 | conventional beginning-of-line and end-of-line bindings. |
| 7379 | If allout-old-style-prefixes is non-nil, don't nullify it on mode | 7379 | If allout-old-style-prefixes is non-nil, don't nullify it on mode |
| 7380 | activation! | 7380 | activation! |
| 7381 | (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'. | 7381 | (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'. |
| @@ -10202,7 +10202,7 @@ | |||
| 10202 | 10202 | ||
| 10203 | * progmodes/gud.el (gdb-force-update): Delete defvar | 10203 | * progmodes/gud.el (gdb-force-update): Delete defvar |
| 10204 | (gud-speedbar-buttons): ...and references to it. Use window-start | 10204 | (gud-speedbar-buttons): ...and references to it. Use window-start |
| 10205 | to try to keep positon in watch expression. | 10205 | to try to keep position in watch expression. |
| 10206 | 10206 | ||
| 10207 | 2006-05-03 Richard Stallman <rms@gnu.org> | 10207 | 2006-05-03 Richard Stallman <rms@gnu.org> |
| 10208 | 10208 | ||
| @@ -10574,7 +10574,7 @@ | |||
| 10574 | Fontify TODO keywords. | 10574 | Fontify TODO keywords. |
| 10575 | (org-insert-link): Preserve relative path in ../ links. | 10575 | (org-insert-link): Preserve relative path in ../ links. |
| 10576 | (org-export-as-html): Convert links pointing to .org files into | 10576 | (org-export-as-html): Convert links pointing to .org files into |
| 10577 | links that will work beteen the exported HTML files. | 10577 | links that will work between the exported HTML files. |
| 10578 | (org-todo-list): Fix bug when arg=0. | 10578 | (org-todo-list): Fix bug when arg=0. |
| 10579 | (org-insert-heading): More fine-tuning. | 10579 | (org-insert-heading): More fine-tuning. |
| 10580 | 10580 | ||
| @@ -10881,7 +10881,7 @@ | |||
| 10881 | (org-table-align): Use `org-string-width'. | 10881 | (org-table-align): Use `org-string-width'. |
| 10882 | (defgroup): Completely new group structure for custom variables. | 10882 | (defgroup): Completely new group structure for custom variables. |
| 10883 | (org-agenda-files): Option: Single file name allowed. Function: | 10883 | (org-agenda-files): Option: Single file name allowed. Function: |
| 10884 | Optional argument unrestrited means ignore any restricitons. | 10884 | Optional argument unrestricted means ignore any restrictions. |
| 10885 | (org-install-agenda-files-menu): Find a buffer in Org-mode before | 10885 | (org-install-agenda-files-menu): Find a buffer in Org-mode before |
| 10886 | trying to modify the menu. Use generalized access to | 10886 | trying to modify the menu. Use generalized access to |
| 10887 | `org-agenda-files.' | 10887 | `org-agenda-files.' |
| @@ -11715,7 +11715,7 @@ | |||
| 11715 | elements. | 11715 | elements. |
| 11716 | (gdb-find-watch-expression): Make it work for arrays too. | 11716 | (gdb-find-watch-expression): Make it work for arrays too. |
| 11717 | Follow change to gdb-var-list. | 11717 | Follow change to gdb-var-list. |
| 11718 | (gud-watch): Allow the user to enter variable name with a prexix | 11718 | (gud-watch): Allow the user to enter variable name with a prefix |
| 11719 | arg. Create keybindings. | 11719 | arg. Create keybindings. |
| 11720 | (gdb-var-create-handler, gdb-var-evaluate-expression-handler) | 11720 | (gdb-var-create-handler, gdb-var-evaluate-expression-handler) |
| 11721 | (gdb-var-list-children-handler, gdb-var-update-handler) | 11721 | (gdb-var-list-children-handler, gdb-var-update-handler) |
| @@ -12499,7 +12499,7 @@ | |||
| 12499 | 2006-02-20 Juanma Barranquero <lekktu@gmail.com> | 12499 | 2006-02-20 Juanma Barranquero <lekktu@gmail.com> |
| 12500 | 12500 | ||
| 12501 | * buff-menu.el (list-buffers-noselect): Turn also "\n" into a | 12501 | * buff-menu.el (list-buffers-noselect): Turn also "\n" into a |
| 12502 | strech spec so it doesn't display as "^J" on the header line | 12502 | stretch spec so it doesn't display as "^J" on the header line |
| 12503 | when `Buffer-menu-use-header-line' is t. | 12503 | when `Buffer-menu-use-header-line' is t. |
| 12504 | 12504 | ||
| 12505 | 2006-02-20 Nick Roberts <nickrob@snap.net.nz> | 12505 | 2006-02-20 Nick Roberts <nickrob@snap.net.nz> |
| @@ -12508,7 +12508,7 @@ | |||
| 12508 | of string arguments if desired. | 12508 | of string arguments if desired. |
| 12509 | 12509 | ||
| 12510 | * progmodes/gud.el (gud-speedbar-buttons): Fontify watch | 12510 | * progmodes/gud.el (gud-speedbar-buttons): Fontify watch |
| 12511 | expessions. | 12511 | expressions. |
| 12512 | 12512 | ||
| 12513 | * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update | 12513 | * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update |
| 12514 | of speedbar. | 12514 | of speedbar. |
| @@ -12787,7 +12787,7 @@ | |||
| 12787 | text. | 12787 | text. |
| 12788 | 12788 | ||
| 12789 | (allout-flag-region): Use overlays instead of selective-display | 12789 | (allout-flag-region): Use overlays instead of selective-display |
| 12790 | for invisible text - by inheritence from the properties of | 12790 | for invisible text - by inheritance from the properties of |
| 12791 | allout-overlay-category in mainline Emacs, and applied | 12791 | allout-overlay-category in mainline Emacs, and applied |
| 12792 | property-by-property in XEmacs, some recent versions of which | 12792 | property-by-property in XEmacs, some recent versions of which |
| 12793 | don't inherit the properties from the category. Provisions to | 12793 | don't inherit the properties from the category. Provisions to |
| @@ -13033,7 +13033,7 @@ | |||
| 13033 | (tumme-thumbnail-storage): Add choice `standard' for Thumbnail | 13033 | (tumme-thumbnail-storage): Add choice `standard' for Thumbnail |
| 13034 | Managing Standard. | 13034 | Managing Standard. |
| 13035 | (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s. | 13035 | (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s. |
| 13036 | Fix dostring. | 13036 | Fix docstring. |
| 13037 | (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x | 13037 | (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x |
| 13038 | and %y. Fix docstring. | 13038 | and %y. Fix docstring. |
| 13039 | (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program) | 13039 | (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program) |
| @@ -15116,7 +15116,7 @@ | |||
| 15116 | 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca> | 15116 | 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 15117 | 15117 | ||
| 15118 | * log-view.el (log-view-file-re, log-view-message-re): Use shy groups. | 15118 | * log-view.el (log-view-file-re, log-view-message-re): Use shy groups. |
| 15119 | (log-view-font-lock-keywords): Ajust subgroup numbers. | 15119 | (log-view-font-lock-keywords): Adjust subgroup numbers. |
| 15120 | (log-view-current-tag): Don't hard code the number of subgroups. | 15120 | (log-view-current-tag): Don't hard code the number of subgroups. |
| 15121 | 15121 | ||
| 15122 | 2005-12-20 Juri Linkov <juri@jurta.org> | 15122 | 2005-12-20 Juri Linkov <juri@jurta.org> |
| @@ -15720,7 +15720,7 @@ | |||
| 15720 | 2005-12-08 Kim F. Storm <storm@cua.dk> | 15720 | 2005-12-08 Kim F. Storm <storm@cua.dk> |
| 15721 | 15721 | ||
| 15722 | * emulation/cua-rect.el (cua--rectangle-aux-replace): | 15722 | * emulation/cua-rect.el (cua--rectangle-aux-replace): |
| 15723 | Fix indention of text on right side of replaced rectangle. | 15723 | Fix indentation of text on right side of replaced rectangle. |
| 15724 | 15724 | ||
| 15725 | 2005-12-09 Nick Roberts <nickrob@snap.net.nz> | 15725 | 2005-12-09 Nick Roberts <nickrob@snap.net.nz> |
| 15726 | 15726 | ||
| @@ -15809,7 +15809,7 @@ | |||
| 15809 | widgets for AWK to c-doc-comment-style, c-require-final-newline | 15809 | widgets for AWK to c-doc-comment-style, c-require-final-newline |
| 15810 | and c-default-style. Add a defcustom for awk-mode-hook. | 15810 | and c-default-style. Add a defcustom for awk-mode-hook. |
| 15811 | Give c-syntactic-element and c-syntactic-context doc-strings by | 15811 | Give c-syntactic-element and c-syntactic-context doc-strings by |
| 15812 | directly setting their `variable-documentation' propery. | 15812 | directly setting their `variable-documentation' property. |
| 15813 | This allows Emacs 22.1 to read these with C-h v. | 15813 | This allows Emacs 22.1 to read these with C-h v. |
| 15814 | 15814 | ||
| 15815 | * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier). | 15815 | * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier). |
| @@ -16193,7 +16193,7 @@ | |||
| 16193 | (c-awk-one-line-possibly-open-string-re) | 16193 | (c-awk-one-line-possibly-open-string-re) |
| 16194 | (c-awk-regexp-one-line-possibly-open-char-class-re) | 16194 | (c-awk-regexp-one-line-possibly-open-char-class-re) |
| 16195 | (c-awk-one-line-possibly-open-regexp-re) | 16195 | (c-awk-one-line-possibly-open-regexp-re) |
| 16196 | (c-awk-one-line-non-syn-ws*-re): New defonsts. | 16196 | (c-awk-one-line-non-syn-ws*-re): New defconsts. |
| 16197 | (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions. | 16197 | (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions. |
| 16198 | 16198 | ||
| 16199 | Amend the concept of "virtual semicolons" (in the indentation | 16199 | Amend the concept of "virtual semicolons" (in the indentation |
| @@ -16203,7 +16203,7 @@ | |||
| 16203 | property is still physically set on the EOL.) Remove the specific | 16203 | property is still physically set on the EOL.) Remove the specific |
| 16204 | tests for awk-mode, thus facilitating the introduction of other | 16204 | tests for awk-mode, thus facilitating the introduction of other |
| 16205 | language modes where EOLs can end statements. | 16205 | language modes where EOLs can end statements. |
| 16206 | (Note: The funtionality in cc-cmds.el, specifically | 16206 | (Note: The functionality in cc-cmds.el, specifically |
| 16207 | c-beginning/end-of-statement has yet to be amended.) | 16207 | c-beginning/end-of-statement has yet to be amended.) |
| 16208 | 16208 | ||
| 16209 | * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p): | 16209 | * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p): |
| @@ -16331,7 +16331,7 @@ | |||
| 16331 | only four small places that needed it to work. Some places that | 16331 | only four small places that needed it to work. Some places that |
| 16332 | previously did `widen' are removed now, which has the effect that | 16332 | previously did `widen' are removed now, which has the effect that |
| 16333 | `c-guess-basic-syntax' never will look at things outside the | 16333 | `c-guess-basic-syntax' never will look at things outside the |
| 16334 | current narrowment now. The anchor position for `topmost-intro' | 16334 | current narrowing now. The anchor position for `topmost-intro' |
| 16335 | is affected by this, but it was so bogus it was basically useless | 16335 | is affected by this, but it was so bogus it was basically useless |
| 16336 | before, and now it's equally bogus but in a slightly different way. | 16336 | before, and now it's equally bogus but in a slightly different way. |
| 16337 | 16337 | ||
| @@ -16529,7 +16529,7 @@ | |||
| 16529 | the generic label case (CASE 15) - removed CASE 5E. | 16529 | the generic label case (CASE 15) - removed CASE 5E. |
| 16530 | 16530 | ||
| 16531 | (c-font-lock-declarations): Add recognition of labels in the | 16531 | (c-font-lock-declarations): Add recognition of labels in the |
| 16532 | same round since we need to handle labels in parallell with other | 16532 | same round since we need to handle labels in parallel with other |
| 16533 | declarations to recognize both accurately. It should also improve | 16533 | declarations to recognize both accurately. It should also improve |
| 16534 | speed. | 16534 | speed. |
| 16535 | 16535 | ||
| @@ -16659,7 +16659,7 @@ | |||
| 16659 | 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org> | 16659 | 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 16660 | 16660 | ||
| 16661 | * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of | 16661 | * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of |
| 16662 | hardcoded char classes whereever possible. Changed a couple of | 16662 | hardcoded char classes wherever possible. Changed a couple of |
| 16663 | places to use skip by syntax instead of skip by char class. | 16663 | places to use skip by syntax instead of skip by char class. |
| 16664 | 16664 | ||
| 16665 | * progmodes/cc-langs.el (c-unterminated-block-comment-regexp): | 16665 | * progmodes/cc-langs.el (c-unterminated-block-comment-regexp): |
| @@ -18698,7 +18698,7 @@ | |||
| 18698 | (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change | 18698 | (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change |
| 18699 | default. | 18699 | default. |
| 18700 | (rcirc-handler-generic): Trigger activity. | 18700 | (rcirc-handler-generic): Trigger activity. |
| 18701 | (rcirc-send-message): Create the buffor of the target. | 18701 | (rcirc-send-message): Create the buffer of the target. |
| 18702 | (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'. | 18702 | (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'. |
| 18703 | (rcirc-get-buffer): Just return nil if there is no matching buffer. | 18703 | (rcirc-get-buffer): Just return nil if there is no matching buffer. |
| 18704 | (rcirc-multiline-edit-cancel): Remove function. | 18704 | (rcirc-multiline-edit-cancel): Remove function. |
| @@ -18876,7 +18876,7 @@ | |||
| 18876 | * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs): | 18876 | * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs): |
| 18877 | Rename from perl-font-lock-syntactic-face-function. | 18877 | Rename from perl-font-lock-syntactic-face-function. |
| 18878 | Change the calling convention so it can be used as a font-lock MATCHER. | 18878 | Change the calling convention so it can be used as a font-lock MATCHER. |
| 18879 | Do the parse-partial-sexp loop outselves. | 18879 | Do the parse-partial-sexp loop ourselves. |
| 18880 | (perl-font-lock-syntactic-keywords): Use it. | 18880 | (perl-font-lock-syntactic-keywords): Use it. |
| 18881 | (perl-mode): Don't set font-lock-syntactic-face-function any more. | 18881 | (perl-mode): Don't set font-lock-syntactic-face-function any more. |
| 18882 | 18882 | ||
| @@ -22609,7 +22609,7 @@ | |||
| 22609 | (smerge-find-conflict): Instead, add an overlay here. | 22609 | (smerge-find-conflict): Instead, add an overlay here. |
| 22610 | Also check for the case where we're inside a conflict already, so as to | 22610 | Also check for the case where we're inside a conflict already, so as to |
| 22611 | obviate the need for font-lock-multiline, which is unbearably slow with | 22611 | obviate the need for font-lock-multiline, which is unbearably slow with |
| 22612 | large conflicts and ciomplex font-lock patterns. | 22612 | large conflicts and complex font-lock patterns. |
| 22613 | (smerge-remove-props): Remove overlay rather than text-properties. | 22613 | (smerge-remove-props): Remove overlay rather than text-properties. |
| 22614 | (smerge-mode): Don't set font-lock-multiline. | 22614 | (smerge-mode): Don't set font-lock-multiline. |
| 22615 | Remove overlays when turned off. | 22615 | Remove overlays when turned off. |
| @@ -23786,7 +23786,7 @@ | |||
| 23786 | * frame.el (set-frame-font, cursor-in-non-selected-windows): | 23786 | * frame.el (set-frame-font, cursor-in-non-selected-windows): |
| 23787 | Fix typo in docstring. | 23787 | Fix typo in docstring. |
| 23788 | (set-screen-width, set-screen-height): Delete redundant info in | 23788 | (set-screen-width, set-screen-height): Delete redundant info in |
| 23789 | doctrings. | 23789 | docstrings. |
| 23790 | (new-frame, screen-height, screen-width): Declare with | 23790 | (new-frame, screen-height, screen-width): Declare with |
| 23791 | `define-obsolete-function-alias'. | 23791 | `define-obsolete-function-alias'. |
| 23792 | (delete-frame-hook, blink-cursor): Declare with | 23792 | (delete-frame-hook, blink-cursor): Declare with |
| @@ -24649,7 +24649,7 @@ | |||
| 24649 | New modes C,I. Honor the %= parameter in the current table. | 24649 | New modes C,I. Honor the %= parameter in the current table. |
| 24650 | Avoid unnecessary re-align by using the NEW argument to | 24650 | Avoid unnecessary re-align by using the NEW argument to |
| 24651 | `org-table-justify-field-maybe'. | 24651 | `org-table-justify-field-maybe'. |
| 24652 | (org-calc-default-modes): Default for date-format mimicks org-mode. | 24652 | (org-calc-default-modes): Default for date-format mimics org-mode. |
| 24653 | (org-agenda, org-timeline): Quote argument in org-agenda-redo-command. | 24653 | (org-agenda, org-timeline): Quote argument in org-agenda-redo-command. |
| 24654 | 24654 | ||
| 24655 | 2005-07-03 Luc Teirlinck <teirllm@auburn.edu> | 24655 | 2005-07-03 Luc Teirlinck <teirllm@auburn.edu> |
| @@ -27770,7 +27770,7 @@ | |||
| 27770 | 2005-05-19 Nick Roberts <nickrob@snap.net.nz> | 27770 | 2005-05-19 Nick Roberts <nickrob@snap.net.nz> |
| 27771 | 27771 | ||
| 27772 | * subr.el (post-command-idle-hook, post-command-idle-delay): | 27772 | * subr.el (post-command-idle-hook, post-command-idle-delay): |
| 27773 | Remove obsoletion of post-command-idle-hook and | 27773 | Remove obsolescence of post-command-idle-hook and |
| 27774 | post-command-idle-delay. | 27774 | post-command-idle-delay. |
| 27775 | 27775 | ||
| 27776 | * faces.el (list-faces-display): Provide button when describe-face | 27776 | * faces.el (list-faces-display): Provide button when describe-face |
| @@ -32276,7 +32276,7 @@ | |||
| 32276 | Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i. | 32276 | Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i. |
| 32277 | 32277 | ||
| 32278 | * case-table.el (get-upcase-table): New function. | 32278 | * case-table.el (get-upcase-table): New function. |
| 32279 | (copy-case-table): Copy upcaes table too if non-nil. | 32279 | (copy-case-table): Copy upcase table too if non-nil. |
| 32280 | (set-case-syntax-delims): Maintain upcase table too. | 32280 | (set-case-syntax-delims): Maintain upcase table too. |
| 32281 | (set-case-syntax-pair): Likewise. | 32281 | (set-case-syntax-pair): Likewise. |
| 32282 | (set-upcase-syntax, set-downcase-syntax): New functions. | 32282 | (set-upcase-syntax, set-downcase-syntax): New functions. |
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 89333a731c5..43105f151e8 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -1084,7 +1084,7 @@ | |||
| 1084 | * international/charprop.el: New files automatically generated by | 1084 | * international/charprop.el: New files automatically generated by |
| 1085 | admin/unidata/Makefile. | 1085 | admin/unidata/Makefile. |
| 1086 | 1086 | ||
| 1087 | * loadup.el: Load internationnal/charprop.el. | 1087 | * loadup.el: Load international/charprop.el. |
| 1088 | 1088 | ||
| 1089 | * descr-text.el (describe-char-unidata-list): New variable. | 1089 | * descr-text.el (describe-char-unidata-list): New variable. |
| 1090 | (describe-char-unicode-data): Use char-code-property-description. | 1090 | (describe-char-unicode-data): Use char-code-property-description. |
| @@ -2888,7 +2888,7 @@ | |||
| 2888 | Call set-coding-system-priority instead of set-coding-priority. | 2888 | Call set-coding-system-priority instead of set-coding-priority. |
| 2889 | (get-charset-property, put-charset-property): Move to mule.el. | 2889 | (get-charset-property, put-charset-property): Move to mule.el. |
| 2890 | 2890 | ||
| 2891 | * international/mule-conf.el: Ful re-write. | 2891 | * international/mule-conf.el: Full re-write. |
| 2892 | 2892 | ||
| 2893 | * international/mule-diag.el (print-designation): Change arguments. | 2893 | * international/mule-diag.el (print-designation): Change arguments. |
| 2894 | (print-iso-2022-flags): New function. | 2894 | (print-iso-2022-flags): New function. |
| @@ -3858,7 +3858,7 @@ | |||
| 3858 | (org-remember-handler): Remove comments at the end of the buffer. | 3858 | (org-remember-handler): Remove comments at the end of the buffer. |
| 3859 | (org-remember-use-refile-when-interactive): New option. | 3859 | (org-remember-use-refile-when-interactive): New option. |
| 3860 | (org-table-sort-lines): Make sure sorting works on link | 3860 | (org-table-sort-lines): Make sure sorting works on link |
| 3861 | descritions only, and ignores the link. | 3861 | descriptions only, and ignores the link. |
| 3862 | (org-sort-entries-or-items): Make sure the end of the subtree is | 3862 | (org-sort-entries-or-items): Make sure the end of the subtree is |
| 3863 | included. | 3863 | included. |
| 3864 | (org-refile-use-outline-path): New allowed values `file' and | 3864 | (org-refile-use-outline-path): New allowed values `file' and |
| @@ -3951,7 +3951,7 @@ | |||
| 3951 | (org-tree-to-indirect-buffer): Do not kill old buffer when | 3951 | (org-tree-to-indirect-buffer): Do not kill old buffer when |
| 3952 | `org-indirect-buffer-display' is `new-frame'. | 3952 | `org-indirect-buffer-display' is `new-frame'. |
| 3953 | (org-indirect-buffer-display): Document that `new-frame' leads to | 3953 | (org-indirect-buffer-display): Document that `new-frame' leads to |
| 3954 | indiret buffer proliferation. | 3954 | indirect buffer proliferation. |
| 3955 | (org-agenda-list): Use `org-extend-today-until'. | 3955 | (org-agenda-list): Use `org-extend-today-until'. |
| 3956 | (org-extend-today-until): New option. | 3956 | (org-extend-today-until): New option. |
| 3957 | (org-format-org-table-html): Use lower-case for <col> tag. | 3957 | (org-format-org-table-html): Use lower-case for <col> tag. |
| @@ -4035,7 +4035,7 @@ | |||
| 4035 | 4035 | ||
| 4036 | 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca> | 4036 | 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca> |
| 4037 | 4037 | ||
| 4038 | * server.el (server-process-filter): Replace lineno and columnnno | 4038 | * server.el (server-process-filter): Replace lineno and columnno |
| 4039 | which defaulted to 1&0 with filepos which defaults to nil. | 4039 | which defaulted to 1&0 with filepos which defaults to nil. |
| 4040 | (server-goto-line-column): Only receive the filepos. | 4040 | (server-goto-line-column): Only receive the filepos. |
| 4041 | Only move if filepos is non-nil. | 4041 | Only move if filepos is non-nil. |
| @@ -4118,7 +4118,7 @@ | |||
| 4118 | supersedes c-const-symbol. During a customize-.. call it enables | 4118 | supersedes c-const-symbol. During a customize-.. call it enables |
| 4119 | an element of (e.g.) c-hanging-braces alist to have its name | 4119 | an element of (e.g.) c-hanging-braces alist to have its name |
| 4120 | displayed, even when the default value of c-h-b etc. doesn't | 4120 | displayed, even when the default value of c-h-b etc. doesn't |
| 4121 | include the elemnt. Replace uses of the old function by the new. | 4121 | include the element. Replace uses of the old function by the new. |
| 4122 | 4122 | ||
| 4123 | * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the | 4123 | * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the |
| 4124 | obscure non-working fragment ":value c-". | 4124 | obscure non-working fragment ":value c-". |
| @@ -4204,7 +4204,7 @@ | |||
| 4204 | * language/china-util.el (big5-to-flat-code, flat-code-to-big5) | 4204 | * language/china-util.el (big5-to-flat-code, flat-code-to-big5) |
| 4205 | (euc-to-flat-code, flat-code-to-euc): | 4205 | (euc-to-flat-code, flat-code-to-euc): |
| 4206 | * textmodes/org.el (elmo-msgdb-overview-get-entity) | 4206 | * textmodes/org.el (elmo-msgdb-overview-get-entity) |
| 4207 | (wl-summary-buffer-msgdb): Declare as funtions. | 4207 | (wl-summary-buffer-msgdb): Declare as functions. |
| 4208 | 4208 | ||
| 4209 | 2008-01-10 Martin Rudalics <rudalics@gmx.at> | 4209 | 2008-01-10 Martin Rudalics <rudalics@gmx.at> |
| 4210 | 4210 | ||
| @@ -4728,7 +4728,7 @@ | |||
| 4728 | 4728 | ||
| 4729 | 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com> | 4729 | 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com> |
| 4730 | 4730 | ||
| 4731 | * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property | 4731 | * vc-svn.el (vc-svn-parse-status): Set the `unregistered' property |
| 4732 | correctly. | 4732 | correctly. |
| 4733 | 4733 | ||
| 4734 | * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call | 4734 | * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call |
| @@ -4806,7 +4806,7 @@ | |||
| 4806 | * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered, | 4806 | * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered, |
| 4807 | 'added, 'removed. | 4807 | 'added, 'removed. |
| 4808 | 4808 | ||
| 4809 | * vc.el (header coment): Better description of dir-state. | 4809 | * vc.el (header comment): Better description of dir-state. |
| 4810 | (vc-compatible-state): New function. Checks whether two states | 4810 | (vc-compatible-state): New function. Checks whether two states |
| 4811 | can be in the same changeset; used with 'edited it can test whether | 4811 | can be in the same changeset; used with 'edited it can test whether |
| 4812 | the next action for a state should be commit. | 4812 | the next action for a state should be commit. |
| @@ -5758,7 +5758,7 @@ | |||
| 5758 | * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables. | 5758 | * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables. |
| 5759 | (tls-checktrust): New variable. Check if GNU TLS complained about a | 5759 | (tls-checktrust): New variable. Check if GNU TLS complained about a |
| 5760 | mismatch between the hostname provided in the certificate and the name | 5760 | mismatch between the hostname provided in the certificate and the name |
| 5761 | of the host connnecting to. | 5761 | of the host connecting to. |
| 5762 | (open-tls-stream): Use them. Check certificates against trusted root | 5762 | (open-tls-stream): Use them. Check certificates against trusted root |
| 5763 | certificates. | 5763 | certificates. |
| 5764 | 5764 | ||
| @@ -8008,7 +8008,7 @@ | |||
| 8008 | 2007-10-31 Juanma Barranquero <lekktu@gmail.com> | 8008 | 2007-10-31 Juanma Barranquero <lekktu@gmail.com> |
| 8009 | 8009 | ||
| 8010 | * help-at-pt.el (help-at-pt-unload-hook): Remove. | 8010 | * help-at-pt.el (help-at-pt-unload-hook): Remove. |
| 8011 | Timers are automatically canceled by `unload-feature'. | 8011 | Timers are automatically cancelled by `unload-feature'. |
| 8012 | 8012 | ||
| 8013 | * delsel.el (delsel-unload-hook): Remove function and variable. | 8013 | * delsel.el (delsel-unload-hook): Remove function and variable. |
| 8014 | (delsel-unload-function): New-style unload function, adapted | 8014 | (delsel-unload-function): New-style unload function, adapted |
| @@ -9369,7 +9369,7 @@ | |||
| 9369 | (terminal-init-xterm): Run terminal-init-xterm-hook rather than | 9369 | (terminal-init-xterm): Run terminal-init-xterm-hook rather than |
| 9370 | calling turn-on-xterm-mouse-tracking-on-terminal directly. | 9370 | calling turn-on-xterm-mouse-tracking-on-terminal directly. |
| 9371 | 9371 | ||
| 9372 | * xt-mouse.el: Don't change the global function-key-map anny more. | 9372 | * xt-mouse.el: Don't change the global function-key-map any more. |
| 9373 | (xterm-mouse-mode): Use terminal-init-xterm-hook. | 9373 | (xterm-mouse-mode): Use terminal-init-xterm-hook. |
| 9374 | Don't use after-make-frame-functions now that term/xterm.el calls | 9374 | Don't use after-make-frame-functions now that term/xterm.el calls |
| 9375 | us directly. | 9375 | us directly. |
| @@ -11703,7 +11703,7 @@ | |||
| 11703 | Startup and About screens. Don't display Help commands on the About | 11703 | Startup and About screens. Don't display Help commands on the About |
| 11704 | screen. | 11704 | screen. |
| 11705 | (fancy-splash-screens-1): Remove function and move its content to | 11705 | (fancy-splash-screens-1): Remove function and move its content to |
| 11706 | `fancy-splash-screens' to the part that dislpays the About screen. | 11706 | `fancy-splash-screens' to the part that displays the About screen. |
| 11707 | (exit-splash-screen): Don't treat specially exiting from | 11707 | (exit-splash-screen): Don't treat specially exiting from |
| 11708 | alternating screens. | 11708 | alternating screens. |
| 11709 | (fancy-splash-screens): Rename argument `static' to `startup'. | 11709 | (fancy-splash-screens): Rename argument `static' to `startup'. |
| @@ -12196,7 +12196,7 @@ | |||
| 12196 | (command-line-1): Moved from here. | 12196 | (command-line-1): Moved from here. |
| 12197 | (fancy-splash-screens): Use `overriding-local-map' instead of | 12197 | (fancy-splash-screens): Use `overriding-local-map' instead of |
| 12198 | `overriding-terminal-local-map' for now; the latter doesn't work | 12198 | `overriding-terminal-local-map' for now; the latter doesn't work |
| 12199 | right, it looses keypresses to another terminal. Use | 12199 | right, it loses keypresses to another terminal. Use |
| 12200 | `overriding-terminal-local-map' to set up keymap. Install a | 12200 | `overriding-terminal-local-map' to set up keymap. Install a |
| 12201 | `delete-frame-functions' hook to catch `delete-frame' events. | 12201 | `delete-frame-functions' hook to catch `delete-frame' events. |
| 12202 | Ignore `select-window' events to cope better with | 12202 | Ignore `select-window' events to cope better with |
| @@ -12786,7 +12786,7 @@ | |||
| 12786 | * emulation/viper.el (viper-remove-hooks): Remove some additional | 12786 | * emulation/viper.el (viper-remove-hooks): Remove some additional |
| 12787 | viper hooks when the user calls viper-go-away. | 12787 | viper hooks when the user calls viper-go-away. |
| 12788 | (viper-go-away): Restore the default of default-major-mode. | 12788 | (viper-go-away): Restore the default of default-major-mode. |
| 12789 | Save the value of default-major-mode before vaperization. | 12789 | Save the value of default-major-mode before viperization. |
| 12790 | 12790 | ||
| 12791 | * emulation/viper-cmd.el: Replace error "" with "Viper bell". | 12791 | * emulation/viper-cmd.el: Replace error "" with "Viper bell". |
| 12792 | 12792 | ||
| @@ -15706,7 +15706,7 @@ | |||
| 15706 | post-command-hook. | 15706 | post-command-hook. |
| 15707 | (rcirc-window-configuration-change-1): Update mode-line and | 15707 | (rcirc-window-configuration-change-1): Update mode-line and |
| 15708 | overlay arrows here. | 15708 | overlay arrows here. |
| 15709 | (rcirc-authenticate): Fixc hanserv identification. | 15709 | (rcirc-authenticate): Fix hanserv identification. |
| 15710 | (rcirc-default-server): Remove variable. | 15710 | (rcirc-default-server): Remove variable. |
| 15711 | (rcirc): Connect according to rcirc-connections. | 15711 | (rcirc): Connect according to rcirc-connections. |
| 15712 | (rcirc-connections): Add variable. | 15712 | (rcirc-connections): Add variable. |
| @@ -16236,7 +16236,7 @@ | |||
| 16236 | 2007-05-25 Juanma Barranquero <lekktu@gmail.com> | 16236 | 2007-05-25 Juanma Barranquero <lekktu@gmail.com> |
| 16237 | 16237 | ||
| 16238 | * bs.el (bs-cycle-previous): Don't modify the cycle list until | 16238 | * bs.el (bs-cycle-previous): Don't modify the cycle list until |
| 16239 | `switch-to-buffer' has returned succesfully. | 16239 | `switch-to-buffer' has returned successfully. |
| 16240 | (bs-cycle-next): Ditto. Also, don't bury the buffer when the | 16240 | (bs-cycle-next): Ditto. Also, don't bury the buffer when the |
| 16241 | window is dedicated (it could iconify the frame). | 16241 | window is dedicated (it could iconify the frame). |
| 16242 | 16242 | ||
diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2 index 051e2aa9a4f..0d9592e0f16 100644 --- a/lisp/ChangeLog.2 +++ b/lisp/ChangeLog.2 | |||
| @@ -1239,7 +1239,7 @@ | |||
| 1239 | 1239 | ||
| 1240 | 1987-05-12 Richard M. Stallman (rms@prep) | 1240 | 1987-05-12 Richard M. Stallman (rms@prep) |
| 1241 | 1241 | ||
| 1242 | * loadefs.el (sentence-end): Treat `}' like `)'. | 1242 | * loaddefs.el (sentence-end): Treat `}' like `)'. |
| 1243 | 1243 | ||
| 1244 | * buff-menu.el (buffer-menu-mode): | 1244 | * buff-menu.el (buffer-menu-mode): |
| 1245 | Run buffer-menu-mode-hook. | 1245 | Run buffer-menu-mode-hook. |
| @@ -1805,7 +1805,7 @@ | |||
| 1805 | * rmail.el (rmail-forward): | 1805 | * rmail.el (rmail-forward): |
| 1806 | * sendmail.el (mail-send-and-exit): Don't count minibuffer window | 1806 | * sendmail.el (mail-send-and-exit): Don't count minibuffer window |
| 1807 | when deciding whether there is only one window. | 1807 | when deciding whether there is only one window. |
| 1808 | These are done by definining subroutine one-window-p in a way that | 1808 | These are done by defining subroutine one-window-p in a way that |
| 1809 | works in old versions of Emacs. | 1809 | works in old versions of Emacs. |
| 1810 | 1810 | ||
| 1811 | 1987-01-30 Richard Mlynarik (mly@prep) | 1811 | 1987-01-30 Richard Mlynarik (mly@prep) |
| @@ -2531,7 +2531,7 @@ | |||
| 2531 | * echistory.el (electric-command-history): | 2531 | * echistory.el (electric-command-history): |
| 2532 | Delete no-op `let'. | 2532 | Delete no-op `let'. |
| 2533 | 2533 | ||
| 2534 | * compile.el (compile1): Flush v17 compatibility code to sett | 2534 | * compile.el (compile1): Flush v17 compatibility code to set |
| 2535 | mode-line-format. | 2535 | mode-line-format. |
| 2536 | * info.el (Info-set-mode-line, Info-edit): Ditto. | 2536 | * info.el (Info-set-mode-line, Info-edit): Ditto. |
| 2537 | * shell.el (shell-mode, inferior-lisp-mode): Ditto. | 2537 | * shell.el (shell-mode, inferior-lisp-mode): Ditto. |
| @@ -2963,7 +2963,7 @@ | |||
| 2963 | 2963 | ||
| 2964 | * bytecomp.el: | 2964 | * bytecomp.el: |
| 2965 | Don't compile (mark) specially -- lisp code shouldn't | 2965 | Don't compile (mark) specially -- lisp code shouldn't |
| 2966 | call this function very freqently. | 2966 | call this function very frequently. |
| 2967 | 2967 | ||
| 2968 | * startup.el (command-line-1): | 2968 | * startup.el (command-line-1): |
| 2969 | (let ((load-path (cons default-directory load-path))) (load ...)) | 2969 | (let ((load-path (cons default-directory load-path))) (load ...)) |
| @@ -3827,7 +3827,7 @@ | |||
| 3827 | 3827 | ||
| 3828 | * outline.el: Pervasive changes; new features, changed keys. | 3828 | * outline.el: Pervasive changes; new features, changed keys. |
| 3829 | 3829 | ||
| 3830 | * files.el (backup-bufer): | 3830 | * files.el (backup-buffer): |
| 3831 | If cannot write backup under normal name, write it in ~/%backup%. | 3831 | If cannot write backup under normal name, write it in ~/%backup%. |
| 3832 | Preserve the last-modified time when backing up by copying. | 3832 | Preserve the last-modified time when backing up by copying. |
| 3833 | 3833 | ||
| @@ -3983,7 +3983,7 @@ | |||
| 3983 | 3983 | ||
| 3984 | 1986-05-19 Richard M. Stallman (rms@prep) | 3984 | 1986-05-19 Richard M. Stallman (rms@prep) |
| 3985 | 3985 | ||
| 3986 | * mh-e.el (mh-get-new-mail): Handle error messages reeived from `inc'. | 3986 | * mh-e.el (mh-get-new-mail): Handle error messages received from `inc'. |
| 3987 | 3987 | ||
| 3988 | 1986-05-15 Richard M. Stallman (rms@prep) | 3988 | 1986-05-15 Richard M. Stallman (rms@prep) |
| 3989 | 3989 | ||
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index a69ab8456b3..14a9070e12c 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 | |||
| @@ -1020,7 +1020,7 @@ | |||
| 1020 | (picture-beginning-of-line): New function. | 1020 | (picture-beginning-of-line): New function. |
| 1021 | (picture-mode-map): Use substitute-key-definition. | 1021 | (picture-mode-map): Use substitute-key-definition. |
| 1022 | 1022 | ||
| 1023 | * gud.el (gud-format-command): Fix %f expansion to send ondly the | 1023 | * gud.el (gud-format-command): Fix %f expansion to send only the |
| 1024 | basename of files to gdb. | 1024 | basename of files to gdb. |
| 1025 | 1025 | ||
| 1026 | 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu) | 1026 | 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
| @@ -1063,7 +1063,7 @@ | |||
| 1063 | * cmacexp.el: Installed Francesco Potortì's enhanced and | 1063 | * cmacexp.el: Installed Francesco Potortì's enhanced and |
| 1064 | cleaned-up version, see its commentary for details. | 1064 | cleaned-up version, see its commentary for details. |
| 1065 | 1065 | ||
| 1066 | * tex-mode.el: Doc fixes. Also a few teaks to pacify the | 1066 | * tex-mode.el: Doc fixes. Also a few tweaks to pacify the |
| 1067 | byte-compiler. | 1067 | byte-compiler. |
| 1068 | 1068 | ||
| 1069 | * terminal.el: Some defvars moved. | 1069 | * terminal.el: Some defvars moved. |
| @@ -1374,8 +1374,8 @@ | |||
| 1374 | * emerge.el (emerge-with-ancestor): Applied Donald Erway's fix | 1374 | * emerge.el (emerge-with-ancestor): Applied Donald Erway's fix |
| 1375 | patch, which included the following explanatory comment: "D.Erway | 1375 | patch, which included the following explanatory comment: "D.Erway |
| 1376 | - This used to just do emerge-get-diff3-group on 2, then on | 1376 | - This used to just do emerge-get-diff3-group on 2, then on |
| 1377 | 3. This was incorrect, since the file 3 info for a diff can | 1377 | 3. This was incorrect, since the file 3 info for a diff can |
| 1378 | preceed the file 2 info for that same diff. So we save and restore | 1378 | precede the file 2 info for that same diff. So we save and restore |
| 1379 | point to overcome this." | 1379 | point to overcome this." |
| 1380 | 1380 | ||
| 1381 | 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) | 1381 | 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
| @@ -2151,7 +2151,7 @@ | |||
| 2151 | 2151 | ||
| 2152 | * term/sun.el: Headers added, [again] changed to [redo]. This | 2152 | * term/sun.el: Headers added, [again] changed to [redo]. This |
| 2153 | package is a hairball and should probably be scrapped if we | 2153 | package is a hairball and should probably be scrapped if we |
| 2154 | can find or built abetter one. | 2154 | can find or built a better one. |
| 2155 | 2155 | ||
| 2156 | * term/tvi970.el: Headers added, [enter] changed to [kp-enter]. | 2156 | * term/tvi970.el: Headers added, [enter] changed to [kp-enter]. |
| 2157 | 2157 | ||
| @@ -2540,7 +2540,7 @@ | |||
| 2540 | 1993-02-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | 2540 | 1993-02-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
| 2541 | 2541 | ||
| 2542 | * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move these | 2542 | * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move these |
| 2543 | functions to scrolbar.el. | 2543 | functions to scrollbar.el. |
| 2544 | * scrollbar.el (scroll-bar-mode, scroll-bar-mode): Here they are. | 2544 | * scrollbar.el (scroll-bar-mode, scroll-bar-mode): Here they are. |
| 2545 | Make scroll-bar-mode set the {vertical,horizontal}-scrollbars | 2545 | Make scroll-bar-mode set the {vertical,horizontal}-scrollbars |
| 2546 | parameters in default-frame-alist, and modify all extant screens | 2546 | parameters in default-frame-alist, and modify all extant screens |
| @@ -3279,7 +3279,7 @@ | |||
| 3279 | * emerge.el (emerge-file-names): Use `temp-buffer-show-function', | 3279 | * emerge.el (emerge-file-names): Use `temp-buffer-show-function', |
| 3280 | not `temp-buffer-show-hook'. | 3280 | not `temp-buffer-show-hook'. |
| 3281 | (emerge-combine-versions-edit): Fix misarranged cond expression; | 3281 | (emerge-combine-versions-edit): Fix misarranged cond expression; |
| 3282 | the t is an `else' clause, not a function call in the preceeding | 3282 | the t is an `else' clause, not a function call in the preceding |
| 3283 | clause. | 3283 | clause. |
| 3284 | 3284 | ||
| 3285 | * simula.el (simula-calculate-indent): Call backward-word with the | 3285 | * simula.el (simula-calculate-indent): Call backward-word with the |
| @@ -3350,7 +3350,7 @@ | |||
| 3350 | 3350 | ||
| 3351 | * fortran.el: Version 1.28.8. | 3351 | * fortran.el: Version 1.28.8. |
| 3352 | (fortran-indent-to-column): Make turning of lines that begin with | 3352 | (fortran-indent-to-column): Make turning of lines that begin with |
| 3353 | `fortran-continuation-string' into properly formated continuation | 3353 | `fortran-continuation-string' into properly formatted continuation |
| 3354 | lines work for fortran TAB mode. | 3354 | lines work for fortran TAB mode. |
| 3355 | 3355 | ||
| 3356 | * fortran.el: Version 1.28.7a. | 3356 | * fortran.el: Version 1.28.7a. |
| @@ -4379,7 +4379,7 @@ | |||
| 4379 | Exclude everything before line where comment starts. | 4379 | Exclude everything before line where comment starts. |
| 4380 | 4380 | ||
| 4381 | * add-log.el (add-log-current-defun): Fix test for LOCATION | 4381 | * add-log.el (add-log-current-defun): Fix test for LOCATION |
| 4382 | in range, for instace of DEFUN macro. | 4382 | in range, for instance of DEFUN macro. |
| 4383 | 4383 | ||
| 4384 | * simple.el (open-line): Fix fill-prefix case. | 4384 | * simple.el (open-line): Fix fill-prefix case. |
| 4385 | 4385 | ||
| @@ -7595,7 +7595,7 @@ | |||
| 7595 | 7595 | ||
| 7596 | * isearch.el (search-exit-char): As per the opinion poll results, | 7596 | * isearch.el (search-exit-char): As per the opinion poll results, |
| 7597 | change this to RET. | 7597 | change this to RET. |
| 7598 | (isearch): Change miscellanous internals so that newline is | 7598 | (isearch): Change miscellaneous internals so that newline is |
| 7599 | automatically quoted, and change the docstring and comments to say | 7599 | automatically quoted, and change the docstring and comments to say |
| 7600 | that RET exits the search. | 7600 | that RET exits the search. |
| 7601 | 7601 | ||
| @@ -8514,7 +8514,7 @@ | |||
| 8514 | statement down several lines. | 8514 | statement down several lines. |
| 8515 | 8515 | ||
| 8516 | * appt.el: Changed list-diary-entries-hook to diary-display-hook | 8516 | * appt.el: Changed list-diary-entries-hook to diary-display-hook |
| 8517 | to be compatible with new version of the calendar/diary packgage. | 8517 | to be compatible with new version of the calendar/diary package. |
| 8518 | 8518 | ||
| 8519 | 1990-11-21 Robert J. Chassell (bob@gnu.ai.mit.edu) | 8519 | 1990-11-21 Robert J. Chassell (bob@gnu.ai.mit.edu) |
| 8520 | 8520 | ||
| @@ -8617,7 +8617,7 @@ | |||
| 8617 | regexp matches, set default-directory to that directory, and push it | 8617 | regexp matches, set default-directory to that directory, and push it |
| 8618 | on compilation-directory-stack. When the leave-directory regexp | 8618 | on compilation-directory-stack. When the leave-directory regexp |
| 8619 | matches, pop the stack to find the matching directory, and set | 8619 | matches, pop the stack to find the matching directory, and set |
| 8620 | default-directory to that. This change requries RE_NREGS to be (at | 8620 | default-directory to that. This change requires RE_NREGS to be (at |
| 8621 | least 26) (it's been upped from 10 to 30 in v19 ../src/regex.h). | 8621 | least 26) (it's been upped from 10 to 30 in v19 ../src/regex.h). |
| 8622 | (compilation-finish-hook): New variable, a hook to run when a | 8622 | (compilation-finish-hook): New variable, a hook to run when a |
| 8623 | compilation finishes. Called with two args: the compilation buffer | 8623 | compilation finishes. Called with two args: the compilation buffer |
| @@ -8730,7 +8730,7 @@ | |||
| 8730 | * calc-trail.el, calc-undo.el, calc-units.el, calc-vec.el, | 8730 | * calc-trail.el, calc-undo.el, calc-units.el, calc-vec.el, |
| 8731 | * calc-yank.el, calc.el: New files for a very complete RPN | 8731 | * calc-yank.el, calc.el: New files for a very complete RPN |
| 8732 | calculator which supports integer, rational, floating-point, | 8732 | calculator which supports integer, rational, floating-point, |
| 8733 | comples, matrix and symbolic arithmetic to arbitrary precision. | 8733 | complex, matrix and symbolic arithmetic to arbitrary precision. |
| 8734 | 8734 | ||
| 8735 | * edmacro.el: New file, a keyboard macro editor. On its own | 8735 | * edmacro.el: New file, a keyboard macro editor. On its own |
| 8736 | probably not very useful, but in the context of calc programmability | 8736 | probably not very useful, but in the context of calc programmability |
| @@ -9503,7 +9503,7 @@ | |||
| 9503 | * texinfmt.el (texinfo-format-include): Include files ending with | 9503 | * texinfmt.el (texinfo-format-include): Include files ending with |
| 9504 | ".texi" as well as ".texinfo" and ".tex". | 9504 | ".texi" as well as ".texinfo" and ".tex". |
| 9505 | 9505 | ||
| 9506 | * texinfmt.el: Define @shortcontents, like @summaryconents, as | 9506 | * texinfmt.el: Define @shortcontents, like @summarycontents, as |
| 9507 | 'texinfo-discard-line-with-args. | 9507 | 'texinfo-discard-line-with-args. |
| 9508 | 9508 | ||
| 9509 | 1990-06-20 Richard Stallman (rms@mole.ai.mit.edu) | 9509 | 1990-06-20 Richard Stallman (rms@mole.ai.mit.edu) |
| @@ -10343,7 +10343,7 @@ | |||
| 10343 | (all functions containing the word `hebrew'). | 10343 | (all functions containing the word `hebrew'). |
| 10344 | (list-diary-entries, mark-diary-entries) | 10344 | (list-diary-entries, mark-diary-entries) |
| 10345 | (include-other-diary-files, mark-included-diary-files): | 10345 | (include-other-diary-files, mark-included-diary-files): |
| 10346 | Added the possibity of `shared diary files' with a recursive | 10346 | Added the possibility of `shared diary files' with a recursive |
| 10347 | include mechanism like the C preprocessor | 10347 | include mechanism like the C preprocessor |
| 10348 | (list-calendar-holidays): Eliminated the 'special class of holidays, | 10348 | (list-calendar-holidays): Eliminated the 'special class of holidays, |
| 10349 | rewriting the entire mechanism to make it more general. | 10349 | rewriting the entire mechanism to make it more general. |
| @@ -10779,7 +10779,7 @@ | |||
| 10779 | traversal---sequentially through the file, each pointing to the next | 10779 | traversal---sequentially through the file, each pointing to the next |
| 10780 | node regardless of its hierarchical level, and to create or update a | 10780 | node regardless of its hierarchical level, and to create or update a |
| 10781 | menu or menus (preserving pre-existing descriptions, if any), to create | 10781 | menu or menus (preserving pre-existing descriptions, if any), to create |
| 10782 | a master menu for a Texinfo file accordng to the Manual recommendation. | 10782 | a master menu for a Texinfo file according to the Manual recommendation. |
| 10783 | 10783 | ||
| 10784 | 1989-09-11 Richard Stallman (rms@mole.ai.mit.edu) | 10784 | 1989-09-11 Richard Stallman (rms@mole.ai.mit.edu) |
| 10785 | 10785 | ||
| @@ -11110,7 +11110,7 @@ | |||
| 11110 | 11110 | ||
| 11111 | * bib-mode.el: New file. | 11111 | * bib-mode.el: New file. |
| 11112 | 11112 | ||
| 11113 | * sendmail.el (mail-mode-syntax-table): Seperate syntax table | 11113 | * sendmail.el (mail-mode-syntax-table): Separate syntax table |
| 11114 | for mail mode. Makes % a separator. | 11114 | for mail mode. Makes % a separator. |
| 11115 | 11115 | ||
| 11116 | 1989-05-31 Richard Stallman (rms@mole.ai.mit.edu) | 11116 | 1989-05-31 Richard Stallman (rms@mole.ai.mit.edu) |
| @@ -11278,7 +11278,7 @@ | |||
| 11278 | 1989-05-08 Joseph Arceneaux (jla@rice-chex.ai.mit.edu) | 11278 | 1989-05-08 Joseph Arceneaux (jla@rice-chex.ai.mit.edu) |
| 11279 | 11279 | ||
| 11280 | * x-mouse.el (x-cut-text): sit-for 1 when warping mouse to mark. | 11280 | * x-mouse.el (x-cut-text): sit-for 1 when warping mouse to mark. |
| 11281 | Also removed code dupicated by mouse.el | 11281 | Also removed code duplicated by mouse.el. |
| 11282 | (x-trace-mouse): Debugging function which prints out mouse events | 11282 | (x-trace-mouse): Debugging function which prints out mouse events |
| 11283 | as they arrive. | 11283 | as they arrive. |
| 11284 | (x-paste-text): Don't set point before inserting cut text; too | 11284 | (x-paste-text): Don't set point before inserting cut text; too |
| @@ -11705,7 +11705,7 @@ | |||
| 11705 | 11705 | ||
| 11706 | 1989-02-04 Richard Stallman (rms@mole.ai.mit.edu) | 11706 | 1989-02-04 Richard Stallman (rms@mole.ai.mit.edu) |
| 11707 | 11707 | ||
| 11708 | * files.el: Make certain variables permenant if they are local. | 11708 | * files.el: Make certain variables permanent if they are local. |
| 11709 | * ftp.el: Likewise. | 11709 | * ftp.el: Likewise. |
| 11710 | 11710 | ||
| 11711 | * dired.el (dired-rename-file): If file is visited, offer | 11711 | * dired.el (dired-rename-file): If file is visited, offer |
diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index f619d6b9842..eaf475116e0 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 | |||
| @@ -214,7 +214,7 @@ | |||
| 214 | (ispell): New function. | 214 | (ispell): New function. |
| 215 | (ispell-region): Assure choices and checked buffer selections correct. | 215 | (ispell-region): Assure choices and checked buffer selections correct. |
| 216 | reindented. | 216 | reindented. |
| 217 | (ispell-highlight-spelling-errors): Prefix ispell- to highlght fns. | 217 | (ispell-highlight-spelling-errors): Prefix ispell- to highlight fns. |
| 218 | (ispell-complete-word): Heuristic to respect case of completed words. | 218 | (ispell-complete-word): Heuristic to respect case of completed words. |
| 219 | (ispell-command-loop): Non-character events ignored. Reindented. | 219 | (ispell-command-loop): Non-character events ignored. Reindented. |
| 220 | (ispell-message): Various improvements. | 220 | (ispell-message): Various improvements. |
| @@ -864,7 +864,7 @@ | |||
| 864 | 864 | ||
| 865 | * tempo.el: New file. | 865 | * tempo.el: New file. |
| 866 | 866 | ||
| 867 | * mail-hist.el: New fike. | 867 | * mail-hist.el: New file. |
| 868 | 868 | ||
| 869 | * mldrag.el: New file. | 869 | * mldrag.el: New file. |
| 870 | 870 | ||
| @@ -975,7 +975,7 @@ | |||
| 975 | exposed, not verified, to facilitate smooth undo sequences.) | 975 | exposed, not verified, to facilitate smooth undo sequences.) |
| 976 | - 'hot-spot' navigation implemented. When the cursor is on a | 976 | - 'hot-spot' navigation implemented. When the cursor is on a |
| 977 | topic's bullet, regular-character keystrokes will be | 977 | topic's bullet, regular-character keystrokes will be |
| 978 | interepreted as if they were preceded by ^C, when | 978 | interpreted as if they were preceded by ^C, when |
| 979 | appropriate, so users can navigate and adjust exposure, | 979 | appropriate, so users can navigate and adjust exposure, |
| 980 | etc, with single-stroke commands. | 980 | etc, with single-stroke commands. |
| 981 | - Lucid emacs accommodated. | 981 | - Lucid emacs accommodated. |
| @@ -1546,7 +1546,7 @@ | |||
| 1546 | expression is just a variable. | 1546 | expression is just a variable. |
| 1547 | 1547 | ||
| 1548 | * dired-aux.el (dired-add-entry): Set opoint at beginning of line. | 1548 | * dired-aux.el (dired-add-entry): Set opoint at beginning of line. |
| 1549 | No need to explicitly discard direcory from file name. | 1549 | No need to explicitly discard directory from file name. |
| 1550 | 1550 | ||
| 1551 | 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 1551 | 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 1552 | 1552 | ||
| @@ -1776,7 +1776,7 @@ | |||
| 1776 | (edebug-recursive-edit): Reset global variables to outside values. | 1776 | (edebug-recursive-edit): Reset global variables to outside values. |
| 1777 | (edebug-outside-excursion): Set outside values of global variables | 1777 | (edebug-outside-excursion): Set outside values of global variables |
| 1778 | in case they were changed by side effect. | 1778 | in case they were changed by side effect. |
| 1779 | (edebug-instrument-callee): Use edebug-original-read instaed of read. | 1779 | (edebug-instrument-callee): Use edebug-original-read instead of read. |
| 1780 | (edebug-eval-result-list): While evaluating evaluation list, | 1780 | (edebug-eval-result-list): While evaluating evaluation list, |
| 1781 | bind edebug-execution-mode and edebug-trace to nil. | 1781 | bind edebug-execution-mode and edebug-trace to nil. |
| 1782 | 1782 | ||
| @@ -2913,7 +2913,7 @@ | |||
| 2913 | 1994-02-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 2913 | 1994-02-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 2914 | 2914 | ||
| 2915 | * files.el (interpreter-mode-alist): New variable. | 2915 | * files.el (interpreter-mode-alist): New variable. |
| 2916 | (set-auto-mode): Use that for chosing a mode. | 2916 | (set-auto-mode): Use that for choosing a mode. |
| 2917 | 2917 | ||
| 2918 | 1994-02-14 Karl Heuer (kwzh@geech.gnu.ai.mit.edu) | 2918 | 1994-02-14 Karl Heuer (kwzh@geech.gnu.ai.mit.edu) |
| 2919 | 2919 | ||
| @@ -4809,7 +4809,7 @@ | |||
| 4809 | * page-ext.el: Revise documentation. Add `provide'. | 4809 | * page-ext.el: Revise documentation. Add `provide'. |
| 4810 | (pages-directory-for-adding-addresses-narrowing-p): | 4810 | (pages-directory-for-adding-addresses-narrowing-p): |
| 4811 | New user option for adding addresses. Default to narrowing. | 4811 | New user option for adding addresses. Default to narrowing. |
| 4812 | (pages-directory-for-addresses): Intall user settable options. | 4812 | (pages-directory-for-addresses): Install user settable options. |
| 4813 | (add-new-page): Insert new page in specified location. | 4813 | (add-new-page): Insert new page in specified location. |
| 4814 | (original-page-delimiter): Set default value to "^^L". | 4814 | (original-page-delimiter): Set default value to "^^L". |
| 4815 | 4815 | ||
| @@ -4909,7 +4909,7 @@ | |||
| 4909 | 1993-11-10 Brian Fox (bfox@mole.gnu.ai.mit.edu) | 4909 | 1993-11-10 Brian Fox (bfox@mole.gnu.ai.mit.edu) |
| 4910 | 4910 | ||
| 4911 | * rmail.el (rmail-start-mail): Don't do other frame unless we have | 4911 | * rmail.el (rmail-start-mail): Don't do other frame unless we have |
| 4912 | a window system, irregardless of the state of rmail-mail-new-frame. | 4912 | a window system, regardless of the state of rmail-mail-new-frame. |
| 4913 | 4913 | ||
| 4914 | * man.el (Man-filter-list): Include anything starting with | 4914 | * man.el (Man-filter-list): Include anything starting with |
| 4915 | alphabetics, and containing "Last change:". | 4915 | alphabetics, and containing "Last change:". |
| @@ -4917,7 +4917,7 @@ | |||
| 4917 | Man-translate-references has already done the right thing. | 4917 | Man-translate-references has already done the right thing. |
| 4918 | 4918 | ||
| 4919 | * info.el (Info-extract-menu-item): Quote `*' in the menu-item | 4919 | * info.el (Info-extract-menu-item): Quote `*' in the menu-item |
| 4920 | leadin re-search to prevent us from finding node names which | 4920 | leading re-search to prevent us from finding node names which |
| 4921 | contain the text of another node name within them. | 4921 | contain the text of another node name within them. |
| 4922 | 4922 | ||
| 4923 | * files.el (find-backup-file-name): Don't fatal-error on | 4923 | * files.el (find-backup-file-name): Don't fatal-error on |
| @@ -7326,7 +7326,7 @@ | |||
| 7326 | (try-expand-line, try-expand-line-all-buffers) | 7326 | (try-expand-line, try-expand-line-all-buffers) |
| 7327 | (try-expand-all-abbrevs, try-expand-dabbrev) | 7327 | (try-expand-all-abbrevs, try-expand-dabbrev) |
| 7328 | (try-expand-dabbrev-all-buffers): No unnecessary "resetting" of the | 7328 | (try-expand-dabbrev-all-buffers): No unnecessary "resetting" of the |
| 7329 | epansion, when no expansion is done (caused the buffer to be | 7329 | expansion, when no expansion is done (caused the buffer to be |
| 7330 | marked as changed, although nothing was done, among other things). | 7330 | marked as changed, although nothing was done, among other things). |
| 7331 | (he-reset-string): Undoing of last expansion at a later occasion, now | 7331 | (he-reset-string): Undoing of last expansion at a later occasion, now |
| 7332 | undoes correctly (before, it garbled things up). | 7332 | undoes correctly (before, it garbled things up). |
| @@ -8511,7 +8511,7 @@ | |||
| 8511 | to make them more readable. | 8511 | to make them more readable. |
| 8512 | (calendar-time-zone, calendar-standard-time-zone-name) | 8512 | (calendar-time-zone, calendar-standard-time-zone-name) |
| 8513 | (calendar-daylight-time-zone-name, calendar-daylight-savings-ends) | 8513 | (calendar-daylight-time-zone-name, calendar-daylight-savings-ends) |
| 8514 | (calendar-daylight-savings-starts): Don't autload them. | 8514 | (calendar-daylight-savings-starts): Don't autoload them. |
| 8515 | 8515 | ||
| 8516 | 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 8516 | 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 8517 | 8517 | ||
| @@ -8892,7 +8892,7 @@ | |||
| 8892 | 8892 | ||
| 8893 | * timer.el (run-at-time): Pass args to start-process in right order. | 8893 | * timer.el (run-at-time): Pass args to start-process in right order. |
| 8894 | 8894 | ||
| 8895 | * info.el (Info-get-token): Check that thesecond search succeeded. | 8895 | * info.el (Info-get-token): Check that the second search succeeded. |
| 8896 | 8896 | ||
| 8897 | * edebug.el: Provide edebug. | 8897 | * edebug.el: Provide edebug. |
| 8898 | 8898 | ||
diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5 index 1a2781b0d98..eee9972c97c 100644 --- a/lisp/ChangeLog.5 +++ b/lisp/ChangeLog.5 | |||
| @@ -99,7 +99,7 @@ | |||
| 99 | (bookmark-insert-buffer-name): Doc string. | 99 | (bookmark-insert-buffer-name): Doc string. |
| 100 | (bookmark-set): Take optional NAME argument. | 100 | (bookmark-set): Take optional NAME argument. |
| 101 | (bookmark-bmenu-select): Use member to test for string's presence. | 101 | (bookmark-bmenu-select): Use member to test for string's presence. |
| 102 | Use a more efficent test at end, as suggested by Mikio Nakajima. | 102 | Use a more efficient test at end, as suggested by Mikio Nakajima. |
| 103 | 103 | ||
| 104 | 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 104 | 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 105 | 105 | ||
| @@ -375,7 +375,7 @@ | |||
| 375 | * term.el (term-escape-char, term-set-escape-char): Add doc-string. | 375 | * term.el (term-escape-char, term-set-escape-char): Add doc-string. |
| 376 | (term-mouse-paste): Add XEmacs support. | 376 | (term-mouse-paste): Add XEmacs support. |
| 377 | 377 | ||
| 378 | * term.el: Various speed enhencements: | 378 | * term.el: Various speed enhancements: |
| 379 | (term-handle-scroll): Don't clear term-current-row; maybe adjust it. | 379 | (term-handle-scroll): Don't clear term-current-row; maybe adjust it. |
| 380 | (term-down): Don't call term-adjust-current-row-cache if we've | 380 | (term-down): Don't call term-adjust-current-row-cache if we've |
| 381 | done term-handle-scroll. | 381 | done term-handle-scroll. |
| @@ -919,7 +919,7 @@ | |||
| 919 | (ada-create-syntax-table): Correct comments explaining use of 2nd | 919 | (ada-create-syntax-table): Correct comments explaining use of 2nd |
| 920 | syntax table. Added creation of ada-mode-symbol-syntax-table | 920 | syntax table. Added creation of ada-mode-symbol-syntax-table |
| 921 | with '_' as word constituent. | 921 | with '_' as word constituent. |
| 922 | (ada-adjust-case): Add test, if symbol is preceeded by a "'". | 922 | (ada-adjust-case): Add test, if symbol is preceded by a "'". |
| 923 | If true, change case according to ada-case-attribute. | 923 | If true, change case according to ada-case-attribute. |
| 924 | (ada-which-function-are-we-in): New routine. Save name of the current | 924 | (ada-which-function-are-we-in): New routine. Save name of the current |
| 925 | function in the old buffer; we can place cursor now at the same | 925 | function in the old buffer; we can place cursor now at the same |
| @@ -3260,7 +3260,7 @@ | |||
| 3260 | 3260 | ||
| 3261 | 1995-02-13 Jeff Dwork <jeff.dwork@amd.com> | 3261 | 1995-02-13 Jeff Dwork <jeff.dwork@amd.com> |
| 3262 | 3262 | ||
| 3263 | * ehelp.el (electric-help-map): Use supress-keymap instead of | 3263 | * ehelp.el (electric-help-map): Use suppress-keymap instead of |
| 3264 | filling keymap with undefined commands. Bind R like r. | 3264 | filling keymap with undefined commands. Bind R like r. |
| 3265 | Substitute electric-command-apropos for command-apropos. | 3265 | Substitute electric-command-apropos for command-apropos. |
| 3266 | (electric-apropos): New function. | 3266 | (electric-apropos): New function. |
| @@ -3414,11 +3414,11 @@ | |||
| 3414 | More robust checking of parameter to make-string. | 3414 | More robust checking of parameter to make-string. |
| 3415 | (term-update-mode-line): New function. Call it whenever we change | 3415 | (term-update-mode-line): New function. Call it whenever we change |
| 3416 | char/line/paging mode. Now includes "page" in mode-line-process | 3416 | char/line/paging mode. Now includes "page" in mode-line-process |
| 3417 | if paging is abled. | 3417 | if paging is enabled. |
| 3418 | 3418 | ||
| 3419 | * term.el: Remove causes for byte-compilation to complain: | 3419 | * term.el: Remove causes for byte-compilation to complain: |
| 3420 | (term-terminal-pos): Declare x and y in let-binding. | 3420 | (term-terminal-pos): Declare x and y in let-binding. |
| 3421 | (term-send-invisible): Remove bogus second "iteractive" call. | 3421 | (term-send-invisible): Remove bogus second "interactive" call. |
| 3422 | (term-*): Provide defvars for lots of buffer-local variables. | 3422 | (term-*): Provide defvars for lots of buffer-local variables. |
| 3423 | (term-mode): Make comments and initial value setting from | 3423 | (term-mode): Make comments and initial value setting from |
| 3424 | here to the corresponding defvar. | 3424 | here to the corresponding defvar. |
| @@ -3673,7 +3673,7 @@ | |||
| 3673 | (find-tag-file-order): New variable added. This contains the name of | 3673 | (find-tag-file-order): New variable added. This contains the name of |
| 3674 | the function used to qualify a matched filename. | 3674 | the function used to qualify a matched filename. |
| 3675 | (last-tag-file): New variable; stores the filename looked for via | 3675 | (last-tag-file): New variable; stores the filename looked for via |
| 3676 | find-tag fmaily of functions. | 3676 | find-tag family of functions. |
| 3677 | (find-tag-in-order): In case tag searched for is a file, don't do | 3677 | (find-tag-in-order): In case tag searched for is a file, don't do |
| 3678 | anything fancy to locate position of tag in file. Just seek to | 3678 | anything fancy to locate position of tag in file. Just seek to |
| 3679 | beginning of file. | 3679 | beginning of file. |
| @@ -4501,7 +4501,7 @@ | |||
| 4501 | (reporter-status-message, reporter-status-count): New variables. | 4501 | (reporter-status-message, reporter-status-count): New variables. |
| 4502 | 4502 | ||
| 4503 | * reporter.el (reporter-update-status, reporter-beautify-list) | 4503 | * reporter.el (reporter-update-status, reporter-beautify-list) |
| 4504 | reporter-dump-variable): Now smarter about formating variables | 4504 | reporter-dump-variable): Now smarter about formatting variables |
| 4505 | with list values. Checks the value of reporter-dont-compact-list. | 4505 | with list values. Checks the value of reporter-dont-compact-list. |
| 4506 | 4506 | ||
| 4507 | 1994-12-23 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 4507 | 1994-12-23 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| @@ -4512,7 +4512,7 @@ | |||
| 4512 | 1994-12-22 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 4512 | 1994-12-22 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 4513 | 4513 | ||
| 4514 | * bibtex.el (bibtex-string, bibtex-preamble): Use forward-line. | 4514 | * bibtex.el (bibtex-string, bibtex-preamble): Use forward-line. |
| 4515 | (sort-subr): Don't call autload for this--that's done in loaddefs.el. | 4515 | (sort-subr): Don't call autoload for this--that's done in loaddefs.el. |
| 4516 | (bibtex-mode): Add autoload cookie. | 4516 | (bibtex-mode): Add autoload cookie. |
| 4517 | 4517 | ||
| 4518 | * server.el (server-switch-buffer): Cope with dead frames and windows. | 4518 | * server.el (server-switch-buffer): Cope with dead frames and windows. |
| @@ -4628,7 +4628,7 @@ | |||
| 4628 | keys). | 4628 | keys). |
| 4629 | (bibtex-mode-map): Function narrow-to-bibtex-entry and counterpart | 4629 | (bibtex-mode-map): Function narrow-to-bibtex-entry and counterpart |
| 4630 | widen and function hide-bibtex-entry-bodies and counterpart | 4630 | widen and function hide-bibtex-entry-bodies and counterpart |
| 4631 | show-all bounded to appropriate local keys. | 4631 | show-all bound to appropriate local keys. |
| 4632 | (bibtex-abbrev-table): Deleted | 4632 | (bibtex-abbrev-table): Deleted |
| 4633 | (bibtex-current-entry-label, put-string-on-kill-ring): Deleted | 4633 | (bibtex-current-entry-label, put-string-on-kill-ring): Deleted |
| 4634 | (AUCTeX provides all the functionality needed for citation | 4634 | (AUCTeX provides all the functionality needed for citation |
| @@ -4637,7 +4637,7 @@ | |||
| 4637 | bibtex-clean-entry): Hacked for speed (bibtex-pop-previous and | 4637 | bibtex-clean-entry): Hacked for speed (bibtex-pop-previous and |
| 4638 | bibtex-pop-next were to slow for larger BibTeX files). | 4638 | bibtex-pop-next were to slow for larger BibTeX files). |
| 4639 | (bibtex-pop-previous, bibtex-pop-next): Delimiters from previous | 4639 | (bibtex-pop-previous, bibtex-pop-next): Delimiters from previous |
| 4640 | or next entry are changed to actual delimters if necessary. | 4640 | or next entry are changed to actual delimiters if necessary. |
| 4641 | (bibtex-entry): Fixed bug (False entry wasn't reported in error | 4641 | (bibtex-entry): Fixed bug (False entry wasn't reported in error |
| 4642 | message if bibtex-entry was called with undefined reference name). | 4642 | message if bibtex-entry was called with undefined reference name). |
| 4643 | (bibtex-entry-field-alist, bibtex-entry, bibtex-make-field, | 4643 | (bibtex-entry-field-alist, bibtex-entry, bibtex-make-field, |
| @@ -4661,7 +4661,7 @@ | |||
| 4661 | (bibtex-clean-entry): If optional field crossref is empty or | 4661 | (bibtex-clean-entry): If optional field crossref is empty or |
| 4662 | missing, former optional fields (if bibtex-include-OPTcrossref was | 4662 | missing, former optional fields (if bibtex-include-OPTcrossref was |
| 4663 | t) are necessary again. bibtex-clean-entry complains if they are | 4663 | t) are necessary again. bibtex-clean-entry complains if they are |
| 4664 | empty but not if they are missing, so you can intenionally omit | 4664 | empty but not if they are missing, so you can intentionally omit |
| 4665 | them, e. g. for a pseudo @Journal entry (needed for | 4665 | them, e. g. for a pseudo @Journal entry (needed for |
| 4666 | crossreferences) made out of an @article with missing non-optional | 4666 | crossreferences) made out of an @article with missing non-optional |
| 4667 | fields. | 4667 | fields. |
| @@ -5507,7 +5507,7 @@ | |||
| 5507 | 5507 | ||
| 5508 | 1994-10-26 Michael Ernst <mernst@research.microsoft.com> | 5508 | 1994-10-26 Michael Ernst <mernst@research.microsoft.com> |
| 5509 | 5509 | ||
| 5510 | * ispell.el (ispell-message-text-end): Match Postcript 3 like 2. | 5510 | * ispell.el (ispell-message-text-end): Match Postscript 3 like 2. |
| 5511 | 5511 | ||
| 5512 | 1994-10-26 Ed Reingold <reingold@albert.gnu.ai.mit.edu> | 5512 | 1994-10-26 Ed Reingold <reingold@albert.gnu.ai.mit.edu> |
| 5513 | 5513 | ||
| @@ -5844,7 +5844,7 @@ | |||
| 5844 | 5844 | ||
| 5845 | * hilit19.el (hilit-set-mode-patterns - lisp-mode): Fix regexp | 5845 | * hilit19.el (hilit-set-mode-patterns - lisp-mode): Fix regexp |
| 5846 | for 'defconstant' that leads to an infinite loop. | 5846 | for 'defconstant' that leads to an infinite loop. |
| 5847 | Hilight the 'list' keyword. | 5847 | Highlight the 'list' keyword. |
| 5848 | 5848 | ||
| 5849 | 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 5849 | 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 5850 | 5850 | ||
| @@ -5991,7 +5991,7 @@ | |||
| 5991 | 5991 | ||
| 5992 | 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 5992 | 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 5993 | 5993 | ||
| 5994 | * hilit19.el (calendar-mode): Delete the regexps for diary, hollidays. | 5994 | * hilit19.el (calendar-mode): Delete the regexps for diary, holidays. |
| 5995 | 5995 | ||
| 5996 | * tex-mode.el (compare-windows-whitespace): Eliminate initial value. | 5996 | * tex-mode.el (compare-windows-whitespace): Eliminate initial value. |
| 5997 | 5997 | ||
| @@ -6622,7 +6622,7 @@ | |||
| 6622 | (c-get-offset): Accept ++ and -- symbols. | 6622 | (c-get-offset): Accept ++ and -- symbols. |
| 6623 | 6623 | ||
| 6624 | * cc-mode.el (c-guess-basic-syntax): | 6624 | * cc-mode.el (c-guess-basic-syntax): |
| 6625 | CASE 9C: added small performance improvment to c-in-literal call. | 6625 | CASE 9C: added small performance improvement to c-in-literal call. |
| 6626 | 6626 | ||
| 6627 | * cc-mode.el (c-beginning-of-statement-1): Use c-in-literal-cache, | 6627 | * cc-mode.el (c-beginning-of-statement-1): Use c-in-literal-cache, |
| 6628 | and limit backscanning in CASE 5 to known, non-literal position. | 6628 | and limit backscanning in CASE 5 to known, non-literal position. |
| @@ -7328,7 +7328,7 @@ | |||
| 7328 | 1994-09-01 Espen Skoglund (espensk@tklab1.cs.uit.no) | 7328 | 1994-09-01 Espen Skoglund (espensk@tklab1.cs.uit.no) |
| 7329 | 7329 | ||
| 7330 | * pascal.el (pascal-indent-declaration): Indent correctly | 7330 | * pascal.el (pascal-indent-declaration): Indent correctly |
| 7331 | when record blocks are used within parameterlists. | 7331 | when record blocks are used within parameter lists. |
| 7332 | (pascal-declaration-beg): Strange -0 argument removed. | 7332 | (pascal-declaration-beg): Strange -0 argument removed. |
| 7333 | (pascal-type-completion): Fix typo in regexp. | 7333 | (pascal-type-completion): Fix typo in regexp. |
| 7334 | (pascal-get-lineup-indent): Use match-end instead of end-of-line. | 7334 | (pascal-get-lineup-indent): Use match-end instead of end-of-line. |
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6 index f06df6497f6..6974591950c 100644 --- a/lisp/ChangeLog.6 +++ b/lisp/ChangeLog.6 | |||
| @@ -271,7 +271,7 @@ | |||
| 271 | 1996-07-13 François Pinard <pinard@iro.umontreal.ca> | 271 | 1996-07-13 François Pinard <pinard@iro.umontreal.ca> |
| 272 | 272 | ||
| 273 | * allout.el (outline-resolve-xref): Do not mistake a blank line | 273 | * allout.el (outline-resolve-xref): Do not mistake a blank line |
| 274 | following an xref (@) bullet as part of the rerefenced file name. | 274 | following an xref (@) bullet as part of the referenced file name. |
| 275 | 275 | ||
| 276 | 1996-07-13 Christopher J. Madsen <ac608@yfn.ysu.edu> | 276 | 1996-07-13 Christopher J. Madsen <ac608@yfn.ysu.edu> |
| 277 | 277 | ||
| @@ -707,7 +707,7 @@ | |||
| 707 | 707 | ||
| 708 | * skeleton.el (skeleton-autowrap): New variable. | 708 | * skeleton.el (skeleton-autowrap): New variable. |
| 709 | (skeleton-abbrev-cleanup): Added variable documentation. | 709 | (skeleton-abbrev-cleanup): Added variable documentation. |
| 710 | (skeleton-proxy): Added optional autowrappping feature. | 710 | (skeleton-proxy): Added optional autowrapping feature. |
| 711 | (skeleton-proxy, skeleton-abbrev-cleanup): Use `post-command-hook' | 711 | (skeleton-proxy, skeleton-abbrev-cleanup): Use `post-command-hook' |
| 712 | instead of someday to be obsolete defer. | 712 | instead of someday to be obsolete defer. |
| 713 | 713 | ||
| @@ -792,7 +792,7 @@ | |||
| 792 | * smtpmail.el (smtpmail-read-response): Goto smtpmail-read-point | 792 | * smtpmail.el (smtpmail-read-response): Goto smtpmail-read-point |
| 793 | on every iteration to deal with multiple line banners. | 793 | on every iteration to deal with multiple line banners. |
| 794 | 794 | ||
| 795 | * smptmail.el (smtpmail-via-smtp): Bracket names in FROM | 795 | * smtpmail.el (smtpmail-via-smtp): Bracket names in FROM |
| 796 | and RCPT TO commands. | 796 | and RCPT TO commands. |
| 797 | 797 | ||
| 798 | 1996-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 798 | 1996-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| @@ -852,7 +852,7 @@ | |||
| 852 | 852 | ||
| 853 | 1996-06-14 Ed Reingold <reingold@albert.gnu.ai.mit.edu> | 853 | 1996-06-14 Ed Reingold <reingold@albert.gnu.ai.mit.edu> |
| 854 | 854 | ||
| 855 | * cal-tex.el (cal-tex-mini-calendar): Add optional paramter COLSEP. | 855 | * cal-tex.el (cal-tex-mini-calendar): Add optional parameter COLSEP. |
| 856 | (cal-tex-cursor-filofax-year): Use it. Also, adjust other sizes. | 856 | (cal-tex-cursor-filofax-year): Use it. Also, adjust other sizes. |
| 857 | 857 | ||
| 858 | 1996-06-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 858 | 1996-06-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| @@ -1128,7 +1128,7 @@ | |||
| 1128 | 1128 | ||
| 1129 | * cmacexp.el (c-macro-expansion): Delete ??! trigraph in uniquestring. | 1129 | * cmacexp.el (c-macro-expansion): Delete ??! trigraph in uniquestring. |
| 1130 | Use same syntax table in outbuf as in inbuf. | 1130 | Use same syntax table in outbuf as in inbuf. |
| 1131 | Insert newline instead of space at end, for proprocessors which | 1131 | Insert newline instead of space at end, for preprocessors which |
| 1132 | don't like truncated lines. | 1132 | don't like truncated lines. |
| 1133 | 1133 | ||
| 1134 | 1996-05-21 Francesco Potortì <F.Potorti@cnuce.cnr.it> | 1134 | 1996-05-21 Francesco Potortì <F.Potorti@cnuce.cnr.it> |
| @@ -1795,7 +1795,7 @@ | |||
| 1795 | (gomoku-emacs-won, gomoku-font-lock-O-face, gomoku-font-lock-X-face) | 1795 | (gomoku-emacs-won, gomoku-font-lock-O-face, gomoku-font-lock-X-face) |
| 1796 | (gomoku-font-lock-keywords): New variables. | 1796 | (gomoku-font-lock-keywords): New variables. |
| 1797 | (gomoku-mode): Use it and make buffer read-only for user. | 1797 | (gomoku-mode): Use it and make buffer read-only for user. |
| 1798 | (gomoku-terminate-game): Remove (ding) -- maybe should be optonal. | 1798 | (gomoku-terminate-game): Remove (ding) -- maybe should be optional. |
| 1799 | (gomoku-init-display): Rewritten, makes fields intangible so you | 1799 | (gomoku-init-display): Rewritten, makes fields intangible so you |
| 1800 | can't go in between. Make free fields have mouse-face. | 1800 | can't go in between. Make free fields have mouse-face. |
| 1801 | (gomoku-cross-qtuple): Take account of intangible text, and that | 1801 | (gomoku-cross-qtuple): Take account of intangible text, and that |
| @@ -2491,7 +2491,7 @@ | |||
| 2491 | 2491 | ||
| 2492 | * viper.el: Added face support for devices that have faces. | 2492 | * viper.el: Added face support for devices that have faces. |
| 2493 | (vip-forward-paragraph, vip-backward-paragraph): Now work | 2493 | (vip-forward-paragraph, vip-backward-paragraph): Now work |
| 2494 | corretly when they are used as motion specs in other commands. | 2494 | correctly when they are used as motion specs in other commands. |
| 2495 | (vip-set-hooks): Added viper to tcl-mode-hook. | 2495 | (vip-set-hooks): Added viper to tcl-mode-hook. |
| 2496 | 2496 | ||
| 2497 | * viper-util.el (vip-has-face-support-p, vip-abbreviate-file-name): | 2497 | * viper-util.el (vip-has-face-support-p, vip-abbreviate-file-name): |
| @@ -3196,7 +3196,7 @@ | |||
| 3196 | (f90-mode): Call hilit-set-mode-patterns if defined. | 3196 | (f90-mode): Call hilit-set-mode-patterns if defined. |
| 3197 | (f90-auto-hilit19): New variable. | 3197 | (f90-auto-hilit19): New variable. |
| 3198 | (f90-fill-region): Bind f90-auto-hilit19 to nil. | 3198 | (f90-fill-region): Bind f90-auto-hilit19 to nil. |
| 3199 | (f90-update-line): Rehilight if appropriate. | 3199 | (f90-update-line): Rehighlight if appropriate. |
| 3200 | 3200 | ||
| 3201 | 1996-01-24 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de> | 3201 | 1996-01-24 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de> |
| 3202 | 3202 | ||
| @@ -4027,7 +4027,7 @@ | |||
| 4027 | * jka-compr.el (auto-compression-mode): This is now a stub function | 4027 | * jka-compr.el (auto-compression-mode): This is now a stub function |
| 4028 | that calls toggle-auto-compression, and is put bodily into loaddefs.el. | 4028 | that calls toggle-auto-compression, and is put bodily into loaddefs.el. |
| 4029 | (toggle-auto-compression): Renamed from auto-compression-mode. | 4029 | (toggle-auto-compression): Renamed from auto-compression-mode. |
| 4030 | Not autloaded. | 4030 | Not autoloaded. |
| 4031 | 4031 | ||
| 4032 | 1995-12-28 Karl Eichwalder <ke@ke.Central.DE> | 4032 | 1995-12-28 Karl Eichwalder <ke@ke.Central.DE> |
| 4033 | 4033 | ||
| @@ -4371,7 +4371,7 @@ | |||
| 4371 | * yow.el (apropos-zippy): New command. | 4371 | * yow.el (apropos-zippy): New command. |
| 4372 | (yow-load-message, yow-after-load-message): New constants. | 4372 | (yow-load-message, yow-after-load-message): New constants. |
| 4373 | (yow, read-zippyism): Use them. | 4373 | (yow, read-zippyism): Use them. |
| 4374 | Now KEN and BARBIE are PERMANENTLY ADDICTED to MIND-ALTERING DRUGS.. | 4374 | Now KEN and BARBIE are PERMANENTLY ADDICTED to MIND-ALTERING DRUGS. |
| 4375 | 4375 | ||
| 4376 | 1995-12-19 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de> | 4376 | 1995-12-19 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de> |
| 4377 | 4377 | ||
| @@ -4910,7 +4910,7 @@ | |||
| 4910 | 4910 | ||
| 4911 | 1995-11-17 Ed Reingold <reingold@spiff.gnu.ai.mit.edu> | 4911 | 1995-11-17 Ed Reingold <reingold@spiff.gnu.ai.mit.edu> |
| 4912 | 4912 | ||
| 4913 | * cal-coptic.el: Fix epoch of Ethiopiac calendar. | 4913 | * cal-coptic.el: Fix epoch of Ethiopic calendar. |
| 4914 | 4914 | ||
| 4915 | * cal-chinese.el: Minor fixes. | 4915 | * cal-chinese.el: Minor fixes. |
| 4916 | 4916 | ||
| @@ -5110,7 +5110,7 @@ | |||
| 5110 | 5110 | ||
| 5111 | * facemenu.el (facemenu-unlisted-faces): Remove font-lock faces from | 5111 | * facemenu.el (facemenu-unlisted-faces): Remove font-lock faces from |
| 5112 | the default list. The list of face names was out of sync; to | 5112 | the default list. The list of face names was out of sync; to |
| 5113 | prevent this from happenning again I made font-lock.el, and other | 5113 | prevent this from happening again I made font-lock.el, and other |
| 5114 | packages that create "private" faces, put them on the list | 5114 | packages that create "private" faces, put them on the list |
| 5115 | themselves. This should give them a better chance of being | 5115 | themselves. This should give them a better chance of being |
| 5116 | updated when the packages are changed. | 5116 | updated when the packages are changed. |
| @@ -5777,7 +5777,7 @@ | |||
| 5777 | 1995-10-12 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 5777 | 1995-10-12 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 5778 | 5778 | ||
| 5779 | * help.el (variable-at-point, function-called-at-point): | 5779 | * help.el (variable-at-point, function-called-at-point): |
| 5780 | Fix revious changes. | 5780 | Fix previous changes. |
| 5781 | 5781 | ||
| 5782 | * iso-transl.el: Handle aliases dead-acute,... | 5782 | * iso-transl.el: Handle aliases dead-acute,... |
| 5783 | 5783 | ||
| @@ -6742,7 +6742,7 @@ | |||
| 6742 | since `newline-and-indent' doesn't either. Don't turn a trailing | 6742 | since `newline-and-indent' doesn't either. Don't turn a trailing |
| 6743 | quoted tab into a space. | 6743 | quoted tab into a space. |
| 6744 | (sh-mode): Use new `skeleton-newline-indent-rigidly'. | 6744 | (sh-mode): Use new `skeleton-newline-indent-rigidly'. |
| 6745 | (sh-set-shell): Make maximum font-locking also hightlight keywords | 6745 | (sh-set-shell): Make maximum font-locking also highlight keywords |
| 6746 | after ``' and `!'. (The latter is for ksh '93 but should't hurt other | 6746 | after ``' and `!'. (The latter is for ksh '93 but should't hurt other |
| 6747 | shells.) | 6747 | shells.) |
| 6748 | 6748 | ||
| @@ -7393,7 +7393,7 @@ | |||
| 7393 | (ada-format-paramlist): Simplified a regexp. | 7393 | (ada-format-paramlist): Simplified a regexp. |
| 7394 | (ada-indent-current): On first line of the buffer, indent to column 0. | 7394 | (ada-indent-current): On first line of the buffer, indent to column 0. |
| 7395 | Don't reindent if new position is the same as the old one. Thus, a | 7395 | Don't reindent if new position is the same as the old one. Thus, a |
| 7396 | correcly indended line is not modified. | 7396 | correctly indended line is not modified. |
| 7397 | (ada-get-indent-subprog): Simplified a regexp. | 7397 | (ada-get-indent-subprog): Simplified a regexp. |
| 7398 | (ada-goto-matching-decl-start): Distinguish between normal type | 7398 | (ada-goto-matching-decl-start): Distinguish between normal type |
| 7399 | declaration and protected types, which are more like procedures. | 7399 | declaration and protected types, which are more like procedures. |
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 31b292b6fed..4276fbb9c8b 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -211,7 +211,7 @@ | |||
| 211 | they used to do some other jobs than what done by | 211 | they used to do some other jobs than what done by |
| 212 | set-language-environment, those jobs are done in | 212 | set-language-environment, those jobs are done in |
| 213 | setup-XXX-environment-internal now. | 213 | setup-XXX-environment-internal now. |
| 214 | ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change | 214 | ("LANGUAGE-ENVIRONMENT"): Delete property setup-function or change |
| 215 | the value to setup-XXX-environment-internal. Add properties | 215 | the value to setup-XXX-environment-internal. Add properties |
| 216 | nonascii-translation, input-method, features, unibyte-syntax, and | 216 | nonascii-translation, input-method, features, unibyte-syntax, and |
| 217 | unibyte-display. | 217 | unibyte-display. |
| @@ -359,7 +359,7 @@ | |||
| 359 | (quail-conversion-str): New variable. | 359 | (quail-conversion-str): New variable. |
| 360 | (quail-input-method): Bind buffer-undo-list to t. | 360 | (quail-input-method): Bind buffer-undo-list to t. |
| 361 | Show Quail guidance buffer if necessary. | 361 | Show Quail guidance buffer if necessary. |
| 362 | (quail-delete-region): Move the definintion before the first | 362 | (quail-delete-region): Move the definition before the first |
| 363 | calling place. | 363 | calling place. |
| 364 | (quail-start-translation): Handle the case the arg KEY is nil. | 364 | (quail-start-translation): Handle the case the arg KEY is nil. |
| 365 | Bind echo-keystrokes and help-char. Initialize quail-current-str | 365 | Bind echo-keystrokes and help-char. Initialize quail-current-str |
| @@ -430,7 +430,7 @@ | |||
| 430 | 1998-08-04 Eric Ludlam <zappo@mescaline.gnu.org> | 430 | 1998-08-04 Eric Ludlam <zappo@mescaline.gnu.org> |
| 431 | 431 | ||
| 432 | * speedbar.el (speedbar-refresh): Removed special code to remove | 432 | * speedbar.el (speedbar-refresh): Removed special code to remove |
| 433 | the speedbar update message. Not necesary here. | 433 | the speedbar update message. Not necessary here. |
| 434 | (speedbar-timer-fn): Add code to remove the updating message and | 434 | (speedbar-timer-fn): Add code to remove the updating message and |
| 435 | thus restore the minibuffer. | 435 | thus restore the minibuffer. |
| 436 | (speedbar-center-buffer-smartly): Fixed center error to handle | 436 | (speedbar-center-buffer-smartly): Fixed center error to handle |
| @@ -678,7 +678,7 @@ | |||
| 678 | (flyspell-incorrect-face, flyspell-duplicate-face): Fix typos. | 678 | (flyspell-incorrect-face, flyspell-duplicate-face): Fix typos. |
| 679 | (flyspell-check-pre-word-p): Check for word syntax in previous char. | 679 | (flyspell-check-pre-word-p): Check for word syntax in previous char. |
| 680 | (flyspell-word): Set process-kill-without-query for Ispell. | 680 | (flyspell-word): Set process-kill-without-query for Ispell. |
| 681 | (flyspell-region): Put region args in order; use right percantage. | 681 | (flyspell-region): Put region args in order; use right percentage. |
| 682 | (flyspell-properties-at-p): Rename arg to POS; doc fix. | 682 | (flyspell-properties-at-p): Rename arg to POS; doc fix. |
| 683 | (flyspell-highlight-incorrect-region): | 683 | (flyspell-highlight-incorrect-region): |
| 684 | Check flyspell-highlight-properties first. | 684 | Check flyspell-highlight-properties first. |
| @@ -778,7 +778,7 @@ | |||
| 778 | 1998-07-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | 778 | 1998-07-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
| 779 | 779 | ||
| 780 | * calendar/cal-tex.el (cal-tex-latexify-list): | 780 | * calendar/cal-tex.el (cal-tex-latexify-list): |
| 781 | Ignore specifer in diary entry. | 781 | Ignore specifier in diary entry. |
| 782 | 782 | ||
| 783 | 1998-07-24 Richard Stallman <rms@psilocin.ai.mit.edu> | 783 | 1998-07-24 Richard Stallman <rms@psilocin.ai.mit.edu> |
| 784 | 784 | ||
| @@ -1215,13 +1215,13 @@ | |||
| 1215 | (speedbar-file-lists): Filter out some directories. | 1215 | (speedbar-file-lists): Filter out some directories. |
| 1216 | (speedbar-make-tag-line): Can hide brackets. | 1216 | (speedbar-make-tag-line): Can hide brackets. |
| 1217 | (speedbar-change-expand-button-char): Protect invisible text prop. | 1217 | (speedbar-change-expand-button-char): Protect invisible text prop. |
| 1218 | (speedbar-insert-files-at-point): Ignore case during comares. | 1218 | (speedbar-insert-files-at-point): Ignore case during compares. |
| 1219 | (speedbar-apply-one-tag-hierarchy-method) | 1219 | (speedbar-apply-one-tag-hierarchy-method) |
| 1220 | (speedbar-create-tag-hierarchy): New functions. | 1220 | (speedbar-create-tag-hierarchy): New functions. |
| 1221 | (speedbar-insert-generic-list): Now calls hierarchy functions on tags. | 1221 | (speedbar-insert-generic-list): Now calls hierarchy functions on tags. |
| 1222 | (speedbar-update-contents): Handles localized support. | 1222 | (speedbar-update-contents): Handles localized support. |
| 1223 | (speedbar-update-directory-contents): Uses fn for expansion list. | 1223 | (speedbar-update-directory-contents): Uses fn for expansion list. |
| 1224 | Fixed directory cacheing bug. | 1224 | Fixed directory caching bug. |
| 1225 | (speedbar-timer-fn): Calls localized support function. | 1225 | (speedbar-timer-fn): Calls localized support function. |
| 1226 | (speedbar-stealthy-update-recurse): New variable. | 1226 | (speedbar-stealthy-update-recurse): New variable. |
| 1227 | (speedbar-stealthy-updates): Handle new stealth function format. | 1227 | (speedbar-stealthy-updates): Handle new stealth function format. |
| @@ -1237,7 +1237,7 @@ | |||
| 1237 | (speedbar-dir-follow): Turn of smart-adjust to disable cache use. | 1237 | (speedbar-dir-follow): Turn of smart-adjust to disable cache use. |
| 1238 | (speedbar-directory-buttons-follow): Hack for W32 emacs directories. | 1238 | (speedbar-directory-buttons-follow): Hack for W32 emacs directories. |
| 1239 | (speedbar-buffers-key-map): New key map. | 1239 | (speedbar-buffers-key-map): New key map. |
| 1240 | (speedbar-buffer-easymenu-definition): New meny items. | 1240 | (speedbar-buffer-easymenu-definition): New menu items. |
| 1241 | (speedbar-buffer-buttons, speedbar-buffer-buttons-temp) | 1241 | (speedbar-buffer-buttons, speedbar-buffer-buttons-temp) |
| 1242 | (speedbar-buffer-buttons-engine, speedbar-buffer-click) | 1242 | (speedbar-buffer-buttons-engine, speedbar-buffer-click) |
| 1243 | (speedbar-buffer-kill-buffer, speedbar-buffer-revert-buffer): | 1243 | (speedbar-buffer-kill-buffer, speedbar-buffer-revert-buffer): |
| @@ -1424,7 +1424,7 @@ | |||
| 1424 | 1424 | ||
| 1425 | * textmodes/texinfmt.el (texinfmt-version): Update version. | 1425 | * textmodes/texinfmt.el (texinfmt-version): Update version. |
| 1426 | number which is used in header of texinfmt-produced Info files. | 1426 | number which is used in header of texinfmt-produced Info files. |
| 1427 | (texinfo-format-buffer): Now always tagify, on accout of @anchor. | 1427 | (texinfo-format-buffer): Now always tagify, on account of @anchor. |
| 1428 | (texi-format-region): Always tagify. | 1428 | (texi-format-region): Always tagify. |
| 1429 | (texi2info): Always tagify. | 1429 | (texi2info): Always tagify. |
| 1430 | (texinfo-anchor): Add @anchor command as place to which | 1430 | (texinfo-anchor): Add @anchor command as place to which |
| @@ -1486,7 +1486,7 @@ | |||
| 1486 | Reading checkdoc-param comment no longer depends on list syntax. | 1486 | Reading checkdoc-param comment no longer depends on list syntax. |
| 1487 | Fixed various error string spelling & format. | 1487 | Fixed various error string spelling & format. |
| 1488 | (checkdoc-in-sample-code-p): List starting with all caps word is | 1488 | (checkdoc-in-sample-code-p): List starting with all caps word is |
| 1489 | now condsidered sample code. | 1489 | now considered sample code. |
| 1490 | (checkdoc-in-example-string-p, checkdoc-proper-noun-region-engine) | 1490 | (checkdoc-in-example-string-p, checkdoc-proper-noun-region-engine) |
| 1491 | (checkdoc-sentencespace-region-engine): New functions. | 1491 | (checkdoc-sentencespace-region-engine): New functions. |
| 1492 | (checkdoc-ispell-docstring-engine): Disable spell checking during | 1492 | (checkdoc-ispell-docstring-engine): Disable spell checking during |
| @@ -1525,7 +1525,7 @@ | |||
| 1525 | (create-fontset-from-ascii-font): New function. | 1525 | (create-fontset-from-ascii-font): New function. |
| 1526 | 1526 | ||
| 1527 | * term/x-win.el: Fill weight and slant fields of a fontset | 1527 | * term/x-win.el: Fill weight and slant fields of a fontset |
| 1528 | generted from the specified ASCII font by values got from the | 1528 | generated from the specified ASCII font by values got from the |
| 1529 | resolved ASCII font name. | 1529 | resolved ASCII font name. |
| 1530 | 1530 | ||
| 1531 | 1998-07-02 Richard Stallman <rms@psilocin.ai.mit.edu> | 1531 | 1998-07-02 Richard Stallman <rms@psilocin.ai.mit.edu> |
| @@ -1934,7 +1934,7 @@ | |||
| 1934 | buffer argument. | 1934 | buffer argument. |
| 1935 | 1935 | ||
| 1936 | * mail/rmailout.el (rmail-output): Handle directories properly | 1936 | * mail/rmailout.el (rmail-output): Handle directories properly |
| 1937 | in suggestions fro the alist. | 1937 | in suggestions for the alist. |
| 1938 | 1938 | ||
| 1939 | 1998-06-21 Dan Nicolaescu <done@ece.arizona.edu> | 1939 | 1998-06-21 Dan Nicolaescu <done@ece.arizona.edu> |
| 1940 | 1940 | ||
| @@ -1999,7 +1999,7 @@ | |||
| 1999 | (devanagari-char-to-glyph-rules): Likewise. | 1999 | (devanagari-char-to-glyph-rules): Likewise. |
| 2000 | 2000 | ||
| 2001 | * language/ethio-util.el: Delete codes for ethio-mode, which | 2001 | * language/ethio-util.el: Delete codes for ethio-mode, which |
| 2002 | includes deletion of varialble ethio-mode, variable | 2002 | includes deletion of variable ethio-mode, variable |
| 2003 | ethio-mode-map, and function ethio-mode. | 2003 | ethio-mode-map, and function ethio-mode. |
| 2004 | (exit-ethiopic-environment-data): New variable. | 2004 | (exit-ethiopic-environment-data): New variable. |
| 2005 | (setup-ethiopic-environment): Recode information of changed key | 2005 | (setup-ethiopic-environment): Recode information of changed key |
| @@ -2013,7 +2013,7 @@ | |||
| 2013 | lang. env. to exit-ethiopic-environment. | 2013 | lang. env. to exit-ethiopic-environment. |
| 2014 | 2014 | ||
| 2015 | * term/x-win.el: When creating a fontset from a specified ASCII | 2015 | * term/x-win.el: When creating a fontset from a specified ASCII |
| 2016 | font, don't use the resolved fon tname for the new fontset name. | 2016 | font, don't use the resolved font name for the new fontset name. |
| 2017 | 2017 | ||
| 2018 | 1998-06-19 Karl Heuer <kwzh@gnu.org> | 2018 | 1998-06-19 Karl Heuer <kwzh@gnu.org> |
| 2019 | 2019 | ||
| @@ -3281,7 +3281,7 @@ | |||
| 3281 | 3281 | ||
| 3282 | 1998-05-14 Ed Reingold <reingold@melange.gnu.org> | 3282 | 1998-05-14 Ed Reingold <reingold@melange.gnu.org> |
| 3283 | 3283 | ||
| 3284 | * calendar/cal-hebrew.el (holiday-passover-etc): Fix mispelling. | 3284 | * calendar/cal-hebrew.el (holiday-passover-etc): Fix misspelling. |
| 3285 | 3285 | ||
| 3286 | 1998-05-14 Eli Zaretskii <eliz@mescaline.gnu.org> | 3286 | 1998-05-14 Eli Zaretskii <eliz@mescaline.gnu.org> |
| 3287 | 3287 | ||
| @@ -4378,7 +4378,7 @@ | |||
| 4378 | 4378 | ||
| 4379 | * cus-edit.el (customize-changed-options): Add support for showing | 4379 | * cus-edit.el (customize-changed-options): Add support for showing |
| 4380 | groups with a :version option. | 4380 | groups with a :version option. |
| 4381 | It's recomended that all new packages added to the distribution | 4381 | It's recommended that all new packages added to the distribution |
| 4382 | contain a :version option in the toplevel defgroup. | 4382 | contain a :version option in the toplevel defgroup. |
| 4383 | 4383 | ||
| 4384 | 1998-04-18 Stephen Eglen <stephen@gnu.org> | 4384 | 1998-04-18 Stephen Eglen <stephen@gnu.org> |
| @@ -4764,7 +4764,7 @@ | |||
| 4764 | not a generic char. | 4764 | not a generic char. |
| 4765 | 4765 | ||
| 4766 | * international/mule-cmds.el (describe-language-environment): | 4766 | * international/mule-cmds.el (describe-language-environment): |
| 4767 | Print the languge environment at the head. | 4767 | Print the language environment at the head. |
| 4768 | 4768 | ||
| 4769 | * language/czech.el: Put Czech lang. env. under European. | 4769 | * language/czech.el: Put Czech lang. env. under European. |
| 4770 | 4770 | ||
| @@ -5319,7 +5319,7 @@ | |||
| 5319 | 5319 | ||
| 5320 | * dired-aux.el (dired-run-shell-command): Maybe run handler. | 5320 | * dired-aux.el (dired-run-shell-command): Maybe run handler. |
| 5321 | 5321 | ||
| 5322 | * simple.el (shell-command-on-region): Ammend message to report | 5322 | * simple.el (shell-command-on-region): Amend message to report |
| 5323 | success or failure when no process output. | 5323 | success or failure when no process output. |
| 5324 | 5324 | ||
| 5325 | 1998-03-23 Andreas Schwab <schwab@gnu.org> | 5325 | 1998-03-23 Andreas Schwab <schwab@gnu.org> |
| @@ -6252,7 +6252,7 @@ | |||
| 6252 | enable-multibyte-characters to nil. | 6252 | enable-multibyte-characters to nil. |
| 6253 | 6253 | ||
| 6254 | * language/china-util.el (setup-chinese-cns-environment): Correct | 6254 | * language/china-util.el (setup-chinese-cns-environment): Correct |
| 6255 | the settting of default-input-method. | 6255 | the setting of default-input-method. |
| 6256 | 6256 | ||
| 6257 | * international/mule-cmds.el (select-safe-coding-system): Kill the | 6257 | * international/mule-cmds.el (select-safe-coding-system): Kill the |
| 6258 | warning buffer before returning. | 6258 | warning buffer before returning. |
| @@ -6721,7 +6721,7 @@ | |||
| 6721 | 6721 | ||
| 6722 | 1998-02-02 Ed Reingold <reingold@melange.gnu.org> | 6722 | 1998-02-02 Ed Reingold <reingold@melange.gnu.org> |
| 6723 | 6723 | ||
| 6724 | * calendar/calendar.el (general-holidays): Fix mispelling. | 6724 | * calendar/calendar.el (general-holidays): Fix misspelling. |
| 6725 | 6725 | ||
| 6726 | 1998-02-02 Dan Nicolaescu <done@ece.arizona.edu> | 6726 | 1998-02-02 Dan Nicolaescu <done@ece.arizona.edu> |
| 6727 | 6727 | ||
| @@ -7156,7 +7156,7 @@ | |||
| 7156 | (list-subset-p): New function. | 7156 | (list-subset-p): New function. |
| 7157 | (select-safe-coding-system): New function. | 7157 | (select-safe-coding-system): New function. |
| 7158 | (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP. | 7158 | (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP. |
| 7159 | (set-language-info-alist): New optionla arg PARENTS. Call | 7159 | (set-language-info-alist): New optional arg PARENTS. Call |
| 7160 | set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args. | 7160 | set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args. |
| 7161 | (set-language-environment-coding-systems): New function. | 7161 | (set-language-environment-coding-systems): New function. |
| 7162 | 7162 | ||
| @@ -8482,8 +8482,7 @@ | |||
| 8482 | * international/mule-diag.el (list-input-methods): Handle the case | 8482 | * international/mule-diag.el (list-input-methods): Handle the case |
| 8483 | that title of input method is not a simple string. Show users | 8483 | that title of input method is not a simple string. Show users |
| 8484 | an informative message when leim is not yet installed. | 8484 | an informative message when leim is not yet installed. |
| 8485 | (describe-coding-system): Print safe charasets of the coding | 8485 | (describe-coding-system): Print safe charsets of the coding system. |
| 8486 | system. | ||
| 8487 | 8486 | ||
| 8488 | * international/mule-util.el (find-safe-coding-system): New function. | 8487 | * international/mule-util.el (find-safe-coding-system): New function. |
| 8489 | 8488 | ||
| @@ -8579,8 +8578,7 @@ | |||
| 8579 | element 0 of inclass-p, not element 1. | 8578 | element 0 of inclass-p, not element 1. |
| 8580 | 8579 | ||
| 8581 | * progmodes/cc-cmds.el (c-progress-init, c-progress-fini): | 8580 | * progmodes/cc-cmds.el (c-progress-init, c-progress-fini): |
| 8582 | Be slient if c-progress-interval | 8581 | Be silent if c-progress-interval is nil. |
| 8583 | is nil. | ||
| 8584 | 8582 | ||
| 8585 | * progmodes/cc-vars.el (c-progress-interval): Document new semantics. | 8583 | * progmodes/cc-vars.el (c-progress-interval): Document new semantics. |
| 8586 | 8584 | ||
| @@ -8689,7 +8687,7 @@ | |||
| 8689 | (1) Make all coding systems (including aliases and subsidiaries) | 8687 | (1) Make all coding systems (including aliases and subsidiaries) |
| 8690 | directly have coding-spec vector in `coding-system' property. | 8688 | directly have coding-spec vector in `coding-system' property. |
| 8691 | (2) Properties of a coding system (except for `coding-system' and | 8689 | (2) Properties of a coding system (except for `coding-system' and |
| 8692 | `eol-type') is embeded in PLIST slot of coding-spec vector. | 8690 | `eol-type') is embedded in PLIST slot of coding-spec vector. |
| 8693 | (coding-spec-plist-idx): Initialize to 3. | 8691 | (coding-spec-plist-idx): Initialize to 3. |
| 8694 | (coding-system-spec-ref): Deleted. | 8692 | (coding-system-spec-ref): Deleted. |
| 8695 | (coding-system-spec): Moved from src/coding.c. | 8693 | (coding-system-spec): Moved from src/coding.c. |
| @@ -8713,7 +8711,7 @@ | |||
| 8713 | (after-insert-file-set-buffer-file-coding-system): Change | 8711 | (after-insert-file-set-buffer-file-coding-system): Change |
| 8714 | enable-multibyte-characters only when | 8712 | enable-multibyte-characters only when |
| 8715 | find-new-buffer-file-coding-system returns non-nil value. | 8713 | find-new-buffer-file-coding-system returns non-nil value. |
| 8716 | (find-new-buffer-file-coding-system): Adjusted for the abobe change. | 8714 | (find-new-buffer-file-coding-system): Adjusted for the above change. |
| 8717 | 8715 | ||
| 8718 | * international/mule-cmds.el (read-multilingual-string): Use | 8716 | * international/mule-cmds.el (read-multilingual-string): Use |
| 8719 | current-input-method prior to default-input-method. Don't bind | 8717 | current-input-method prior to default-input-method. Don't bind |
| @@ -8862,7 +8860,7 @@ | |||
| 8862 | 8860 | ||
| 8863 | 1997-10-21 Jason Rumney <jasonr@pec.co.nz> | 8861 | 1997-10-21 Jason Rumney <jasonr@pec.co.nz> |
| 8864 | 8862 | ||
| 8865 | * nnkiboze.el (nnkiboze-request-delete-group): Transliate file | 8863 | * nnkiboze.el (nnkiboze-request-delete-group): Translate file |
| 8866 | chars. | 8864 | chars. |
| 8867 | 8865 | ||
| 8868 | 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 8866 | 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| @@ -9904,7 +9902,7 @@ | |||
| 9904 | `reftex-make-regexp-allow-for-ctrl-m'. | 9902 | `reftex-make-regexp-allow-for-ctrl-m'. |
| 9905 | (reftex-nearest-match): New function. | 9903 | (reftex-nearest-match): New function. |
| 9906 | (reftex-auto-mode-alist): New function. | 9904 | (reftex-auto-mode-alist): New function. |
| 9907 | (reftex-make-desparate-section-regexp): New funtion. | 9905 | (reftex-make-desparate-section-regexp): New function. |
| 9908 | (reftex-get-file-buffer-force): Rewritten to use new variable | 9906 | (reftex-get-file-buffer-force): Rewritten to use new variable |
| 9909 | `reftex-initialize-temporary-buffers'. | 9907 | `reftex-initialize-temporary-buffers'. |
| 9910 | (reftex-label-alist-builtin): Use abbreviated regexps. | 9908 | (reftex-label-alist-builtin): Use abbreviated regexps. |
| @@ -11167,7 +11165,7 @@ | |||
| 11167 | 11165 | ||
| 11168 | * international/mule.el (set-auto-coding): Name changed from | 11166 | * international/mule.el (set-auto-coding): Name changed from |
| 11169 | auto-file-coding-system. The argument STRING is now a | 11167 | auto-file-coding-system. The argument STRING is now a |
| 11170 | concatination of the heading 1K-byte and the tailing 3K-byte of a | 11168 | concatenation of the heading 1K-byte and the tailing 3K-byte of a |
| 11171 | file. | 11169 | file. |
| 11172 | (set-auto-coding-function): Set it to `set-auto-coding'. | 11170 | (set-auto-coding-function): Set it to `set-auto-coding'. |
| 11173 | 11171 | ||
| @@ -11247,7 +11245,7 @@ | |||
| 11247 | Master buffer is now in fundamental mode. | 11245 | Master buffer is now in fundamental mode. |
| 11248 | (reftex-access-scan-info): Name of master buffer changed. | 11246 | (reftex-access-scan-info): Name of master buffer changed. |
| 11249 | (reftex-section-regexp): Is now computed from section levels, | 11247 | (reftex-section-regexp): Is now computed from section levels, |
| 11250 | not set independantly. | 11248 | not set independently. |
| 11251 | (reftex-section-levels): Made customizable. | 11249 | (reftex-section-levels): Made customizable. |
| 11252 | (reftex-label): Interpret % escapes in prefix. Use label format | 11250 | (reftex-label): Interpret % escapes in prefix. Use label format |
| 11253 | if given. | 11251 | if given. |
| @@ -11639,7 +11637,7 @@ | |||
| 11639 | (last): New function. | 11637 | (last): New function. |
| 11640 | 11638 | ||
| 11641 | * emacs-lisp/cl.el (caar, cadr, cdar, cddr): Moved to subr.el. | 11639 | * emacs-lisp/cl.el (caar, cadr, cdar, cddr): Moved to subr.el. |
| 11642 | (last): Function renmed to last*. | 11640 | (last): Function renamed to last*. |
| 11643 | * emacs-lisp/cl-macs.el (cl-loop-let): Use last*. | 11641 | * emacs-lisp/cl-macs.el (cl-loop-let): Use last*. |
| 11644 | 11642 | ||
| 11645 | * time.el (display-time-hook): Minor doc fix. | 11643 | * time.el (display-time-hook): Minor doc fix. |
| @@ -11651,7 +11649,7 @@ | |||
| 11651 | 11649 | ||
| 11652 | * textmodes/sgml-mode.el (sgml-mode-common): | 11650 | * textmodes/sgml-mode.el (sgml-mode-common): |
| 11653 | Set paragraph-start like paragraph-separate. | 11651 | Set paragraph-start like paragraph-separate. |
| 11654 | Do match a line which is just a <...> construct after whitespac.e | 11652 | Do match a line which is just a <...> construct after whitespace. |
| 11655 | Set adaptive-fill-regexp to match whitespace only. | 11653 | Set adaptive-fill-regexp to match whitespace only. |
| 11656 | 11654 | ||
| 11657 | * emacs-lisp/autoload.el (update-file-autoloads): | 11655 | * emacs-lisp/autoload.el (update-file-autoloads): |
| @@ -11780,7 +11778,7 @@ | |||
| 11780 | * language/cyrillic.el: Make describe-cyrillic-environment-map and | 11778 | * language/cyrillic.el: Make describe-cyrillic-environment-map and |
| 11781 | setup-cyrillic-environment-map prefix commands and bind [Cyrillic] | 11779 | setup-cyrillic-environment-map prefix commands and bind [Cyrillic] |
| 11782 | to them in describe-environment-map and setup-environment-map | 11780 | to them in describe-environment-map and setup-environment-map |
| 11783 | respectively. Divide language environemnt "Cyrillic" into three: | 11781 | respectively. Divide language environment "Cyrillic" into three: |
| 11784 | "Cyrillic-ISO", "Cyrillic-KOI8", and "Cyrillic-ALTERNATIVNYJ". | 11782 | "Cyrillic-ISO", "Cyrillic-KOI8", and "Cyrillic-ALTERNATIVNYJ". |
| 11785 | 11783 | ||
| 11786 | * international/mule.el (auto-file-coding-system): New function. | 11784 | * international/mule.el (auto-file-coding-system): New function. |
| @@ -11900,7 +11898,7 @@ | |||
| 11900 | function non-interactive. Add quail-kill-guidance-buf to | 11898 | function non-interactive. Add quail-kill-guidance-buf to |
| 11901 | kill-buffer-hook locally. | 11899 | kill-buffer-hook locally. |
| 11902 | (quail-start-translation): Check if the current Quail package | 11900 | (quail-start-translation): Check if the current Quail package |
| 11903 | requires keyboard tranlation feature. | 11901 | requires keyboard translation feature. |
| 11904 | (quail-start-translation-in-conversion-mode): Likewise. | 11902 | (quail-start-translation-in-conversion-mode): Likewise. |
| 11905 | (quail-terminate-translation): Run hooks in | 11903 | (quail-terminate-translation): Run hooks in |
| 11906 | input-method-after-insert-chunk-hook. | 11904 | input-method-after-insert-chunk-hook. |
| @@ -12867,7 +12865,7 @@ | |||
| 12867 | 1997-07-31 Kenichi Handa <handa@etl.go.jp> | 12865 | 1997-07-31 Kenichi Handa <handa@etl.go.jp> |
| 12868 | 12866 | ||
| 12869 | * faces.el (set-face-font-auto): Create a fontset if FONT is a | 12867 | * faces.el (set-face-font-auto): Create a fontset if FONT is a |
| 12870 | fontset not instanciated fontset. | 12868 | fontset not instantiated fontset. |
| 12871 | 12869 | ||
| 12872 | * international/fontset.el (fontset-name-p): New function. | 12870 | * international/fontset.el (fontset-name-p): New function. |
| 12873 | (uninstanciated-fontset-alist): New variable. | 12871 | (uninstanciated-fontset-alist): New variable. |
| @@ -13041,7 +13039,7 @@ | |||
| 13041 | * jka-compr.el (jka-compr-added-to-file-coding-system-alist): New var. | 13039 | * jka-compr.el (jka-compr-added-to-file-coding-system-alist): New var. |
| 13042 | (jka-compr-insert-file-contents): Set coding-system-for-read | 13040 | (jka-compr-insert-file-contents): Set coding-system-for-read |
| 13043 | according to file name after removing compression suffix. | 13041 | according to file name after removing compression suffix. |
| 13044 | (jka-compr-install): Add elemets to file-coding-system-alist. | 13042 | (jka-compr-install): Add elements to file-coding-system-alist. |
| 13045 | (jka-compr-uninstall): Remove elements from file-coding-system-alist. | 13043 | (jka-compr-uninstall): Remove elements from file-coding-system-alist. |
| 13046 | 13044 | ||
| 13047 | * international/mule-conf.el (file-coding-system-alist): | 13045 | * international/mule-conf.el (file-coding-system-alist): |
| @@ -13251,7 +13249,7 @@ | |||
| 13251 | 13249 | ||
| 13252 | 1997-07-22 Michael Kifer <kifer@cs.sunysb.edu> | 13250 | 1997-07-22 Michael Kifer <kifer@cs.sunysb.edu> |
| 13253 | 13251 | ||
| 13254 | * viper.el: Further twidling with require viper-init. | 13252 | * viper.el: Further twiddling with require viper-init. |
| 13255 | 13253 | ||
| 13256 | 1997-07-21 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | 13254 | 1997-07-21 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> |
| 13257 | 13255 | ||
| @@ -13393,7 +13391,7 @@ | |||
| 13393 | * isearch.el (search-invisible): Fix typo. | 13391 | * isearch.el (search-invisible): Fix typo. |
| 13394 | (isearch-search): Bind inhibit-point-motion-hooks because we might | 13392 | (isearch-search): Bind inhibit-point-motion-hooks because we might |
| 13395 | have to search inside invisible and intangible text. | 13393 | have to search inside invisible and intangible text. |
| 13396 | (isearch-open-overlay-temporary): Delete forgoten debug message. | 13394 | (isearch-open-overlay-temporary): Delete forgotten debug message. |
| 13397 | (isearch-range-invisible): Fix typo in doc-string. | 13395 | (isearch-range-invisible): Fix typo in doc-string. |
| 13398 | 13396 | ||
| 13399 | 1997-07-18 Stephen Eglen <stephene@cogs.susx.ac.uk> | 13397 | 1997-07-18 Stephen Eglen <stephene@cogs.susx.ac.uk> |
| @@ -13890,7 +13888,7 @@ | |||
| 13890 | Define coding system aliases. | 13888 | Define coding system aliases. |
| 13891 | 13889 | ||
| 13892 | * wid-edit.el (widget-choose): Using keyboard, if all choices are | 13890 | * wid-edit.el (widget-choose): Using keyboard, if all choices are |
| 13893 | diabled, just report an error. | 13891 | disabled, just report an error. |
| 13894 | 13892 | ||
| 13895 | * cus-edit.el (custom-load-symbol): Don't reload a preloaded file. | 13893 | * cus-edit.el (custom-load-symbol): Don't reload a preloaded file. |
| 13896 | 13894 | ||
| @@ -14155,7 +14153,7 @@ | |||
| 14155 | (quail-get-translation): Change the format of DEF part. | 14153 | (quail-get-translation): Change the format of DEF part. |
| 14156 | (quail-lookup-key): Make the second argument LEN optional. Reset | 14154 | (quail-lookup-key): Make the second argument LEN optional. Reset |
| 14157 | quail-current-translations to nil. | 14155 | quail-current-translations to nil. |
| 14158 | (quail-map-definition): New funtion. | 14156 | (quail-map-definition): New function. |
| 14159 | (quail-get-current-str): New function. | 14157 | (quail-get-current-str): New function. |
| 14160 | (quail-guidance-translations-starting-column): New variable. | 14158 | (quail-guidance-translations-starting-column): New variable. |
| 14161 | (quail-update-current-translations): New function. | 14159 | (quail-update-current-translations): New function. |
| @@ -14395,7 +14393,7 @@ | |||
| 14395 | (custom-group-value-create): Ditto. | 14393 | (custom-group-value-create): Ditto. |
| 14396 | 14394 | ||
| 14397 | * wid-edit.el (widget-button-click): Steal up event if key is not | 14395 | * wid-edit.el (widget-button-click): Steal up event if key is not |
| 14398 | bounbd in `widget-global-map'. | 14396 | bound in `widget-global-map'. |
| 14399 | 14397 | ||
| 14400 | * cus-edit.el (custom-tree-insert-prefix): Renamed from | 14398 | * cus-edit.el (custom-tree-insert-prefix): Renamed from |
| 14401 | `custom-tree-insert'. | 14399 | `custom-tree-insert'. |
| @@ -14425,7 +14423,7 @@ | |||
| 14425 | 1997-06-24 Inge Frick <inge@nada.kth.se> | 14423 | 1997-06-24 Inge Frick <inge@nada.kth.se> |
| 14426 | 14424 | ||
| 14427 | * view.el: Changed some documentation. | 14425 | * view.el: Changed some documentation. |
| 14428 | (view-exits-all-viewing-windows): Nev variable | 14426 | (view-exits-all-viewing-windows): New variable |
| 14429 | replaces view-exit-all-windows-at-exit. | 14427 | replaces view-exit-all-windows-at-exit. |
| 14430 | (view-exit-all-windows-at-exit): Variable deleted. | 14428 | (view-exit-all-windows-at-exit): Variable deleted. |
| 14431 | (view-mode-enter): Doesn't set view-exit-action if | 14429 | (view-mode-enter): Doesn't set view-exit-action if |
| @@ -14882,7 +14880,7 @@ | |||
| 14882 | lao.mule -> MuleLao, Mule.Tibetan-X -> MuleTibetan-X. | 14880 | lao.mule -> MuleLao, Mule.Tibetan-X -> MuleTibetan-X. |
| 14883 | (x-complement-fontset-spec): Optimization for latin-iso8859-1. | 14881 | (x-complement-fontset-spec): Optimization for latin-iso8859-1. |
| 14884 | 14882 | ||
| 14885 | * mule-cmds.el: Define mouse-set-font in mule-menu-keymap agian. | 14883 | * mule-cmds.el: Define mouse-set-font in mule-menu-keymap again. |
| 14886 | 14884 | ||
| 14887 | 1997-06-20 Karl Heuer <kwzh@gnu.ai.mit.edu> | 14885 | 1997-06-20 Karl Heuer <kwzh@gnu.ai.mit.edu> |
| 14888 | 14886 | ||
| @@ -15045,23 +15043,23 @@ | |||
| 15045 | * mule-util.el (coding-system-parent): New function. | 15043 | * mule-util.el (coding-system-parent): New function. |
| 15046 | (coding-system-lessp): New function. | 15044 | (coding-system-lessp): New function. |
| 15047 | (coding-system-list): Sort coding systems by coding-system-lessp. | 15045 | (coding-system-list): Sort coding systems by coding-system-lessp. |
| 15048 | An element of returned list is always coing system, never be a | 15046 | An element of returned list is always coding system, never be a |
| 15049 | cons. | 15047 | cons. |
| 15050 | (modify-coding-system-alist): Renamed from | 15048 | (modify-coding-system-alist): Renamed from |
| 15051 | set-coding-system-alist. | 15049 | set-coding-system-alist. |
| 15052 | (prefer-coding-system): New function. | 15050 | (prefer-coding-system): New function. |
| 15053 | (compose-chars-component): But fix for handling a composite | 15051 | (compose-chars-component): But fix for handling a composite |
| 15054 | character of no compositon rule. | 15052 | character of no composition rule. |
| 15055 | 15053 | ||
| 15056 | * mule-diag.el (list-character-sets): Set major mode of *Help* | 15054 | * mule-diag.el (list-character-sets): Set major mode of *Help* |
| 15057 | buffer to help-mode. | 15055 | buffer to help-mode. |
| 15058 | (describe-coding-system): If user input null for coding system, | 15056 | (describe-coding-system): If user input null for coding system, |
| 15059 | call describe-current-coding-system. | 15057 | call describe-current-coding-system. |
| 15060 | (describe-current-coding-system-briefly): Doc-string modified. | 15058 | (describe-current-coding-system-briefly): Doc-string modified. |
| 15061 | (print-coding-system-briefly): Print parent and alises of coding | 15059 | (print-coding-system-briefly): Print parent and aliases of coding |
| 15062 | system. | 15060 | system. |
| 15063 | (describe-current-coding-system): Show more information neatly. | 15061 | (describe-current-coding-system): Show more information neatly. |
| 15064 | (list-coding-systems): If called interactively, dont' list up | 15062 | (list-coding-systems): If called interactively, don't list up |
| 15065 | coding categories. | 15063 | coding categories. |
| 15066 | (list-input-methods): New function. | 15064 | (list-input-methods): New function. |
| 15067 | (mule-diag): Call list-input-methods for listing input methods. | 15065 | (mule-diag): Call list-input-methods for listing input methods. |
| @@ -15112,7 +15110,7 @@ | |||
| 15112 | * language/japan-util.el, language/lao-util.el, | 15110 | * language/japan-util.el, language/lao-util.el, |
| 15113 | * language/thai-util.el, language/tibet-util.el, | 15111 | * language/thai-util.el, language/tibet-util.el, |
| 15114 | * language/viet-util.el: Provide XXX-util instead of | 15112 | * language/viet-util.el: Provide XXX-util instead of |
| 15115 | * language/XXX-util. Delete local variable declartion. | 15113 | * language/XXX-util. Delete local variable declaration. |
| 15116 | 15114 | ||
| 15117 | * language/ethio-util.el (ethio-fidel-to-tex-map): Correct several | 15115 | * language/ethio-util.el (ethio-fidel-to-tex-map): Correct several |
| 15118 | elements. | 15116 | elements. |
| @@ -15254,7 +15252,7 @@ | |||
| 15254 | w3-version "WWW 2.3.64 1996/06/02 06:20:23" alpha, which | 15252 | w3-version "WWW 2.3.64 1996/06/02 06:20:23" alpha, which |
| 15255 | uses the 'widget package rather than the old w3-zone-at. | 15253 | uses the 'widget package rather than the old w3-zone-at. |
| 15256 | Bug was reported by JENS. | 15254 | Bug was reported by JENS. |
| 15257 | Adopted comments and doc strings to Emacs coding | 15255 | Adapted comments and doc strings to Emacs coding |
| 15258 | conventions. Reorganized. Retired v18 support. | 15256 | conventions. Reorganized. Retired v18 support. |
| 15259 | (ffap-bindings): Offers a default installation. | 15257 | (ffap-bindings): Offers a default installation. |
| 15260 | (ffap-string-at-point): Modified arguments. | 15258 | (ffap-string-at-point): Modified arguments. |
| @@ -15468,7 +15466,7 @@ | |||
| 15468 | 15466 | ||
| 15469 | * wid-browse.el (widget-minor-mode): Fixed mistake in | 15467 | * wid-browse.el (widget-minor-mode): Fixed mistake in |
| 15470 | widget-minor-mode - it had semantics of non-interactive calling | 15468 | widget-minor-mode - it had semantics of non-interactive calling |
| 15471 | reveresed. | 15469 | reversed. |
| 15472 | 15470 | ||
| 15473 | 1997-06-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 15471 | 1997-06-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| 15474 | 15472 | ||
| @@ -15926,7 +15924,7 @@ | |||
| 15926 | buffers. | 15924 | buffers. |
| 15927 | 15925 | ||
| 15928 | * bibtex.el (bibtex-convert-alien): New function to convert a | 15926 | * bibtex.el (bibtex-convert-alien): New function to convert a |
| 15929 | buffer not created by BibTeX mode to a format, whichs enables all | 15927 | buffer not created by BibTeX mode to a format, which enables all |
| 15930 | features of BibTeX mode. | 15928 | features of BibTeX mode. |
| 15931 | (bibtex-mode): Small bug fix for call to bibtex-parse-keys. | 15929 | (bibtex-mode): Small bug fix for call to bibtex-parse-keys. |
| 15932 | 15930 | ||
| @@ -17491,7 +17489,7 @@ | |||
| 17491 | (ada-format-paramlist): Changed all `accept' to `access'. | 17489 | (ada-format-paramlist): Changed all `accept' to `access'. |
| 17492 | (ada-insert-paramlist): Changed all `accept' to `access'. | 17490 | (ada-insert-paramlist): Changed all `accept' to `access'. |
| 17493 | (ada-in-comment-p): Use standard Emacs way `parse-partial-sexp'. | 17491 | (ada-in-comment-p): Use standard Emacs way `parse-partial-sexp'. |
| 17494 | (ada-font-lock-keywords-1): Regexps in not byte-compiled code bahave | 17492 | (ada-font-lock-keywords-1): Regexps in not byte-compiled code behave |
| 17495 | different than byte-compiled regexps. | 17493 | different than byte-compiled regexps. |
| 17496 | Change order of some ored entries. | 17494 | Change order of some ored entries. |
| 17497 | 17495 | ||
| @@ -17564,7 +17562,7 @@ | |||
| 17564 | (m4-start-m4): New function. | 17562 | (m4-start-m4): New function. |
| 17565 | (m4-end-m4): New function. | 17563 | (m4-end-m4): New function. |
| 17566 | (m4-m4-buffer, m4-m4-region): Now use m4-start-m4. | 17564 | (m4-m4-buffer, m4-m4-region): Now use m4-start-m4. |
| 17567 | (m4-font-lock-keywords): Collaps 4 regex's into 1. | 17565 | (m4-font-lock-keywords): Collapse 4 regex's into 1. |
| 17568 | 17566 | ||
| 17569 | 1997-05-19 Per Abrahamsen <abraham@dina.kvl.dk> | 17567 | 1997-05-19 Per Abrahamsen <abraham@dina.kvl.dk> |
| 17570 | 17568 | ||
| @@ -17710,7 +17708,7 @@ | |||
| 17710 | (ansi-term-inv-fg-faces-vector): Define with defvar. | 17708 | (ansi-term-inv-fg-faces-vector): Define with defvar. |
| 17711 | (ansi-term-inv-bg-faces-vector): Likewise. | 17709 | (ansi-term-inv-bg-faces-vector): Likewise. |
| 17712 | (ansi-term-bg-faces-vector, ansi-term-fg-faces-vector): Likewise. | 17710 | (ansi-term-bg-faces-vector, ansi-term-fg-faces-vector): Likewise. |
| 17713 | (term-ignore-error): New mcro. | 17711 | (term-ignore-error): New macro. |
| 17714 | 17712 | ||
| 17715 | * lpr.el (lpr-page-header-switches): Use -F, not -f. | 17713 | * lpr.el (lpr-page-header-switches): Use -F, not -f. |
| 17716 | 17714 | ||
| @@ -18061,7 +18059,7 @@ | |||
| 18061 | 18059 | ||
| 18062 | * mule-cmds.el (build-describe-language-support-function) | 18060 | * mule-cmds.el (build-describe-language-support-function) |
| 18063 | (build-set-language-environment-function): The functions deleted. | 18061 | (build-set-language-environment-function): The functions deleted. |
| 18064 | (set-language-info): Doc-string modified. Chage handling of | 18062 | (set-language-info): Doc-string modified. Change handling of |
| 18065 | special keys describe-function and setup-function. | 18063 | special keys describe-function and setup-function. |
| 18066 | (read-language-name): Return nil if a language specified doesn't | 18064 | (read-language-name): Return nil if a language specified doesn't |
| 18067 | have KEY. | 18065 | have KEY. |
| @@ -18161,7 +18159,7 @@ | |||
| 18161 | 1997-05-07 Edward M Reingold <emr@silver.wisdom.weizmann.ac.il> | 18159 | 1997-05-07 Edward M Reingold <emr@silver.wisdom.weizmann.ac.il> |
| 18162 | 18160 | ||
| 18163 | * cal-hebrew.el (holiday-passover-etc): Postpone date of Yom | 18161 | * cal-hebrew.el (holiday-passover-etc): Postpone date of Yom |
| 18164 | HaShoah to Monday if it falls on Sunday (as per ammendment passed | 18162 | HaShoah to Monday if it falls on Sunday (as per amendment passed |
| 18165 | by the Israeli Kenesset, May, 1997). | 18163 | by the Israeli Kenesset, May, 1997). |
| 18166 | 18164 | ||
| 18167 | 1997-05-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 18165 | 1997-05-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| @@ -18447,7 +18445,7 @@ | |||
| 18447 | (rmail-forward, rmail-retry-failure): Likewise. | 18445 | (rmail-forward, rmail-retry-failure): Likewise. |
| 18448 | (rmail-mark-message): Accept an element of rmail-mark-message as arg. | 18446 | (rmail-mark-message): Accept an element of rmail-mark-message as arg. |
| 18449 | 18447 | ||
| 18450 | * mh-comp.el (mh-smail-batch): Accpt &rest arg `ignored'. | 18448 | * mh-comp.el (mh-smail-batch): Accept &rest arg `ignored'. |
| 18451 | 18449 | ||
| 18452 | * bindings.el: Bind C-x m, C-x 4 m, C-x 5 m to compose-mail... | 18450 | * bindings.el: Bind C-x m, C-x 4 m, C-x 5 m to compose-mail... |
| 18453 | 18451 | ||
| @@ -19143,7 +19141,7 @@ | |||
| 19143 | (custom-load-symbol): Use it. | 19141 | (custom-load-symbol): Use it. |
| 19144 | (custom-mode-customize-menu): New menu. | 19142 | (custom-mode-customize-menu): New menu. |
| 19145 | (custom-mode): Use it. | 19143 | (custom-mode): Use it. |
| 19146 | Code moved to te end of the file. | 19144 | Code moved to the end of the file. |
| 19147 | 19145 | ||
| 19148 | * cus-edit.el (custom-buffer-create-internal): Split out from | 19146 | * cus-edit.el (custom-buffer-create-internal): Split out from |
| 19149 | `custom-buffer-create'. | 19147 | `custom-buffer-create'. |
| @@ -19379,7 +19377,7 @@ | |||
| 19379 | 19377 | ||
| 19380 | * fontset.el (x-charset-registries): Add Tibetan entries. | 19378 | * fontset.el (x-charset-registries): Add Tibetan entries. |
| 19381 | 19379 | ||
| 19382 | * lanugage/devanagari.el, language/devan-util.el, | 19380 | * language/devanagari.el, language/devan-util.el, |
| 19383 | * language/indian.el: Handle more Devanagari characters correctly. | 19381 | * language/indian.el: Handle more Devanagari characters correctly. |
| 19384 | 19382 | ||
| 19385 | * language/english.el: New file. | 19383 | * language/english.el: New file. |
| @@ -19746,8 +19744,7 @@ | |||
| 19746 | 19744 | ||
| 19747 | 1997-03-18 Naoto TAKAHASHI <ntakahas@etl.go.jp> | 19745 | 1997-03-18 Naoto TAKAHASHI <ntakahas@etl.go.jp> |
| 19748 | 19746 | ||
| 19749 | * mule-conf.el: Change short and long names for Ethipic character | 19747 | * mule-conf.el: Change short and long names for Ethiopic character set. |
| 19750 | set. | ||
| 19751 | 19748 | ||
| 19752 | * fontset.el (x-charset-registries): Change entry for Ethiopic. | 19749 | * fontset.el (x-charset-registries): Change entry for Ethiopic. |
| 19753 | 19750 | ||
| @@ -19773,7 +19770,7 @@ | |||
| 19773 | (x-complement-fontset-spec): Call x-compose-font-name with t for | 19770 | (x-complement-fontset-spec): Call x-compose-font-name with t for |
| 19774 | the above argument. | 19771 | the above argument. |
| 19775 | 19772 | ||
| 19776 | * faces.el (set-face-font): Allow specifing fontset for the arg FONT. | 19773 | * faces.el (set-face-font): Allow specifying fontset for the arg FONT. |
| 19777 | 19774 | ||
| 19778 | * mule-conf.el (alternate-charset-table): Change each entry from | 19775 | * mule-conf.el (alternate-charset-table): Change each entry from |
| 19779 | list to dot pair. | 19776 | list to dot pair. |
| @@ -20046,8 +20043,7 @@ | |||
| 20046 | * mule.el: Initialize a global variable use-default-ascent. | 20043 | * mule.el: Initialize a global variable use-default-ascent. |
| 20047 | (make-coding-system): Set charset (symbol) instead of charset-id. | 20044 | (make-coding-system): Set charset (symbol) instead of charset-id. |
| 20048 | (integer) in FLAGS of ISO-2022 type coding systems. For ISO-2022 | 20045 | (integer) in FLAGS of ISO-2022 type coding systems. For ISO-2022 |
| 20049 | type conding systems, new flags INIT-BOL DESIGNATION-BOL are | 20046 | type coding systems, new flags INIT-BOL DESIGNATION-BOL are added. |
| 20050 | added. | ||
| 20051 | (define-coding-system-alias): Coding style changed. | 20047 | (define-coding-system-alias): Coding style changed. |
| 20052 | (charset-list): Incorrect macro definition changed to correct | 20048 | (charset-list): Incorrect macro definition changed to correct |
| 20053 | defsubst. | 20049 | defsubst. |
| @@ -20383,7 +20379,7 @@ | |||
| 20383 | broken out of mouse-buffer-menu. | 20379 | broken out of mouse-buffer-menu. |
| 20384 | 20380 | ||
| 20385 | * derived.el (define-derived-mode): Add derived-mode-parent | 20381 | * derived.el (define-derived-mode): Add derived-mode-parent |
| 20386 | property to the defived mode command name. | 20382 | property to the derived mode command name. |
| 20387 | 20383 | ||
| 20388 | 1997-02-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 20384 | 1997-02-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| 20389 | 20385 | ||
| @@ -21520,7 +21516,7 @@ | |||
| 21520 | No need to set comment-start-skip directly here. | 21516 | No need to set comment-start-skip directly here. |
| 21521 | 21517 | ||
| 21522 | * sh-script.el (sh-mode-syntax-table): Turn on comment syntax for #, | 21518 | * sh-script.el (sh-mode-syntax-table): Turn on comment syntax for #, |
| 21523 | comment-end for newline, string for `, and excape for $. | 21519 | comment-end for newline, string for `, and escape for $. |
| 21524 | rc can use the same as sh. Move csh after sh. | 21520 | rc can use the same as sh. Move csh after sh. |
| 21525 | (sh-comment-prefix, sh-font-lock-keywords-only): Variables deleted. | 21521 | (sh-comment-prefix, sh-font-lock-keywords-only): Variables deleted. |
| 21526 | (sh-mode): Adjust setting of font-lock-defaults. | 21522 | (sh-mode): Adjust setting of font-lock-defaults. |
| @@ -21986,11 +21982,11 @@ | |||
| 21986 | 21982 | ||
| 21987 | (c-guess-basic-syntax): CASE 5G: Although we still test on | 21983 | (c-guess-basic-syntax): CASE 5G: Although we still test on |
| 21988 | c-recognize-knr-p, this is no longer user configurable, and no | 21984 | c-recognize-knr-p, this is no longer user configurable, and no |
| 21989 | longer imposes potentially disasterous impact on performance. | 21985 | longer imposes potentially disastrous impact on performance. |
| 21990 | Adopt c-mode.el assumption that argdecls are indented at least one | 21986 | Adopt c-mode.el assumption that argdecls are indented at least one |
| 21991 | space and that function headers are not indented. This prevents | 21987 | space and that function headers are not indented. This prevents |
| 21992 | us from potentially searching back to the top of the file when | 21988 | us from potentially searching back to the top of the file when |
| 21993 | looking at a large number of top-level delarations. | 21989 | looking at a large number of top-level declarations. |
| 21994 | 21990 | ||
| 21995 | (c-gnu-impose-minimum): New function. | 21991 | (c-gnu-impose-minimum): New function. |
| 21996 | 21992 | ||
| @@ -22376,7 +22372,7 @@ | |||
| 22376 | 22372 | ||
| 22377 | 1996-09-19 Michael Kifer <kifer@cs.sunysb.edu> | 22373 | 1996-09-19 Michael Kifer <kifer@cs.sunysb.edu> |
| 22378 | 22374 | ||
| 22379 | * viper.el (vip-autoindent): No longert moves insert point. | 22375 | * viper.el (vip-autoindent): No longer moves insert point. |
| 22380 | (vip-paren-match): Now pays no attention to comments and | 22376 | (vip-paren-match): Now pays no attention to comments and |
| 22381 | leaves region active. | 22377 | leaves region active. |
| 22382 | * viper-util.el (vip-convert-standard-file-name): New function. | 22378 | * viper-util.el (vip-convert-standard-file-name): New function. |
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 3b21f10eded..2738144a624 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -106,7 +106,7 @@ | |||
| 106 | (change-log-find-version): Renamed to | 106 | (change-log-find-version): Renamed to |
| 107 | change-log-version-number-search | 107 | change-log-version-number-search |
| 108 | (add-log-file-name-function): New. | 108 | (add-log-file-name-function): New. |
| 109 | (change-log-search-vc-number): Added END paramaeter. Added doc | 109 | (change-log-search-vc-number): Added END parameter. Added doc |
| 110 | string to function. | 110 | string to function. |
| 111 | (change-log-version-rcs): Renamed. Was | 111 | (change-log-version-rcs): Renamed. Was |
| 112 | change-log-search-vc-number. | 112 | change-log-search-vc-number. |
| @@ -1070,7 +1070,7 @@ | |||
| 1070 | (face-valid-attribute-values): Call defined-colors for all types | 1070 | (face-valid-attribute-values): Call defined-colors for all types |
| 1071 | of frames. | 1071 | of frames. |
| 1072 | (defined-colors, color-defined-p, color-values, display-color-p): | 1072 | (defined-colors, color-defined-p, color-values, display-color-p): |
| 1073 | New finctions. | 1073 | New functions. |
| 1074 | (x-defined-colors, x-color-defined-p, x-color-values, | 1074 | (x-defined-colors, x-color-defined-p, x-color-values, |
| 1075 | x-display-color-p): Aliases for the above. | 1075 | x-display-color-p): Aliases for the above. |
| 1076 | 1076 | ||
| @@ -3484,7 +3484,7 @@ | |||
| 3484 | (reftex-insert-docstruct): Adapted to work with the index stuff. | 3484 | (reftex-insert-docstruct): Adapted to work with the index stuff. |
| 3485 | (reftex-parse-from-file): Find index entries as well. | 3485 | (reftex-parse-from-file): Find index entries as well. |
| 3486 | (reftex-toc-toggle-index): New function | 3486 | (reftex-toc-toggle-index): New function |
| 3487 | (reftex-toc-map): `i' is now used to togle the index, File | 3487 | (reftex-toc-map): `i' is now used to toggle the index, File |
| 3488 | boundaries has been moved to `F'. | 3488 | boundaries has been moved to `F'. |
| 3489 | (reftex-select-label-map): Toggling display of file boundaries is | 3489 | (reftex-select-label-map): Toggling display of file boundaries is |
| 3490 | now on the `F' key, for consistency with `reftex-toc-map'. | 3490 | now on the `F' key, for consistency with `reftex-toc-map'. |
| @@ -4718,9 +4718,9 @@ | |||
| 4718 | 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | 4718 | 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> |
| 4719 | 4719 | ||
| 4720 | * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | 4720 | * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior |
| 4721 | when having nested functons. | 4721 | when having nested functions. |
| 4722 | (pascal-indent-nested-functions) (pascal-indent-line) | 4722 | (pascal-indent-nested-functions, pascal-indent-line) |
| 4723 | (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | 4723 | (pascal-calculate-indent, pascal-get-lineup-indent): Support for |
| 4724 | indenting nested functions. | 4724 | indenting nested functions. |
| 4725 | 4725 | ||
| 4726 | 1999-07-09 Richard Stallman <rms@gnu.org> | 4726 | 1999-07-09 Richard Stallman <rms@gnu.org> |
| @@ -6336,7 +6336,7 @@ | |||
| 6336 | charset-origin-alist property. | 6336 | charset-origin-alist property. |
| 6337 | ("Vietnamese"): Remove charset-origin-alist property. | 6337 | ("Vietnamese"): Remove charset-origin-alist property. |
| 6338 | 6338 | ||
| 6339 | * simple.el (what-cursor-position): Don't use the varialbe | 6339 | * simple.el (what-cursor-position): Don't use the variable |
| 6340 | charset-origin-alist, but use charset-origin-alist property of | 6340 | charset-origin-alist, but use charset-origin-alist property of |
| 6341 | buffer-file-coding-system to decide external character set code. | 6341 | buffer-file-coding-system to decide external character set code. |
| 6342 | 6342 | ||
| @@ -6830,10 +6830,10 @@ | |||
| 6830 | 1999-01-18 Ken'ichi Handa <handa@gnu.org> | 6830 | 1999-01-18 Ken'ichi Handa <handa@gnu.org> |
| 6831 | 6831 | ||
| 6832 | * international/ccl.el (ccl-compile-translate-character): Handle | 6832 | * international/ccl.el (ccl-compile-translate-character): Handle |
| 6833 | the case that a tranlation table is CCL register correctly. | 6833 | the case that a translation table is CCL register correctly. |
| 6834 | 6834 | ||
| 6835 | * international/mule-cmds.el (select-safe-coding-system): | 6835 | * international/mule-cmds.el (select-safe-coding-system): |
| 6836 | Hightlight at most 256 characters. | 6836 | Highlight at most 256 characters. |
| 6837 | 6837 | ||
| 6838 | 1999-01-18 Dave Love <fx@gnu.org> | 6838 | 1999-01-18 Dave Love <fx@gnu.org> |
| 6839 | 6839 | ||
| @@ -6972,7 +6972,7 @@ | |||
| 6972 | 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | 6972 | 1999-01-15 Johan Vromans <jvromans@squirrel.nl> |
| 6973 | 6973 | ||
| 6974 | * forms.el (forms--show-record): Convert integers to string | 6974 | * forms.el (forms--show-record): Convert integers to string |
| 6975 | expicitly since concat will no longer accept integers. | 6975 | explicitly since concat will no longer accept integers. |
| 6976 | (forms-print): Use local `total-nb-records' since | 6976 | (forms-print): Use local `total-nb-records' since |
| 6977 | `forms--total-records' will be inaccessible after buffer switching. | 6977 | `forms--total-records' will be inaccessible after buffer switching. |
| 6978 | 6978 | ||
| @@ -7197,7 +7197,7 @@ | |||
| 7197 | 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | 7197 | 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> |
| 7198 | 7198 | ||
| 7199 | * progmodes/f90.el: Change of regular expressions for type to | 7199 | * progmodes/f90.el: Change of regular expressions for type to |
| 7200 | correct highlighting and identation. Some small fixes for | 7200 | correct highlighting and indentation. Some small fixes for |
| 7201 | compatibility with XEmacs. | 7201 | compatibility with XEmacs. |
| 7202 | 7202 | ||
| 7203 | 1999-01-05 Stephen Eglen <stephen@gnu.org> | 7203 | 1999-01-05 Stephen Eglen <stephen@gnu.org> |
| @@ -7223,7 +7223,7 @@ | |||
| 7223 | help and force it on current frame. | 7223 | help and force it on current frame. |
| 7224 | (reftex-default-bibliography): New function. | 7224 | (reftex-default-bibliography): New function. |
| 7225 | (reftex-access-parse-file): Check consistency after loading a | 7225 | (reftex-access-parse-file): Check consistency after loading a |
| 7226 | parse file. When inconsistent, enfore rescan. | 7226 | parse file. When inconsistent, enforce rescan. |
| 7227 | (reftex-check-parse-consistency): New function. | 7227 | (reftex-check-parse-consistency): New function. |
| 7228 | (easy-menu-define): Options section drastically shortened. | 7228 | (easy-menu-define): Options section drastically shortened. |
| 7229 | 7229 | ||
| @@ -7431,7 +7431,7 @@ | |||
| 7431 | $a-1 ? foo : bar; was a considered a regexp. | 7431 | $a-1 ? foo : bar; was a considered a regexp. |
| 7432 | `<< (' was considered a start of HERE-doc. | 7432 | `<< (' was considered a start of HERE-doc. |
| 7433 | mark qq[]-etc sections as syntax-type=string | 7433 | mark qq[]-etc sections as syntax-type=string |
| 7434 | Was not processing sub protos after a comment ine. | 7434 | Was not processing sub protos after a comment line. |
| 7435 | Was treating $a++ <= 5 as a glob. | 7435 | Was treating $a++ <= 5 as a glob. |
| 7436 | Tolerate unfinished REx at end-of-buffer. | 7436 | Tolerate unfinished REx at end-of-buffer. |
| 7437 | `unwind-protect' was left commented. | 7437 | `unwind-protect' was left commented. |
| @@ -7488,7 +7488,7 @@ | |||
| 7488 | (cperl-fontify-m-as-s): New configuration variable. | 7488 | (cperl-fontify-m-as-s): New configuration variable. |
| 7489 | (cperl-electric-pod): Check for after-expr was performed | 7489 | (cperl-electric-pod): Check for after-expr was performed |
| 7490 | inside of POD too. | 7490 | inside of POD too. |
| 7491 | (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs. | 7491 | (cperl-backward-to-noncomment): Better treatment of PODs and HEREs. |
| 7492 | (cperl-clobber-mode-lists): New configuration variable. | 7492 | (cperl-clobber-mode-lists): New configuration variable. |
| 7493 | (cperl-not-bad-style-regexp): Updated. | 7493 | (cperl-not-bad-style-regexp): Updated. |
| 7494 | Init: `cperl-is-face' was busted. | 7494 | Init: `cperl-is-face' was busted. |
| @@ -7597,7 +7597,7 @@ | |||
| 7597 | (speedbar-frame-mode) Do not specify height if it is in the param list. | 7597 | (speedbar-frame-mode) Do not specify height if it is in the param list. |
| 7598 | Use default y position w/out changing it. | 7598 | Use default y position w/out changing it. |
| 7599 | If default x position is a list, keep, calculate the non-list X | 7599 | If default x position is a list, keep, calculate the non-list X |
| 7600 | value when devining an initial position. | 7600 | value when defining an initial position. |
| 7601 | (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | 7601 | (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. |
| 7602 | (speedbar-tag-group-name-minimum-length): New variable. | 7602 | (speedbar-tag-group-name-minimum-length): New variable. |
| 7603 | (speedbar-frame-parameter): New compatibility function. | 7603 | (speedbar-frame-parameter): New compatibility function. |
| @@ -7607,8 +7607,8 @@ | |||
| 7607 | naming conventions. | 7607 | naming conventions. |
| 7608 | (speedbar-create-tag-hierarchy): Enable buffer local version of | 7608 | (speedbar-create-tag-hierarchy): Enable buffer local version of |
| 7609 | `speedbar-tag-hierarchy-method' in the buffer we are tagging. | 7609 | `speedbar-tag-hierarchy-method' in the buffer we are tagging. |
| 7610 | (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | 7610 | (speedbar-line-path): Make DEPTH param optional. Define it if absent. |
| 7611 | the case, derive it from the cursor location in speedbar. | 7611 | In that case, derive it from the cursor location in speedbar. |
| 7612 | 7612 | ||
| 7613 | 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | 7613 | 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> |
| 7614 | 7614 | ||
| @@ -7726,7 +7726,7 @@ | |||
| 7726 | (ps-mule-set-ascii-font): New fun. | 7726 | (ps-mule-set-ascii-font): New fun. |
| 7727 | (ps-mule-skip-same-charset): Fun deleted. | 7727 | (ps-mule-skip-same-charset): Fun deleted. |
| 7728 | (ps-mule-plot-string): Set ps-mule-current-charset. | 7728 | (ps-mule-plot-string): Set ps-mule-current-charset. |
| 7729 | (ps-mule-initialize): Add autload cookie. Don't set | 7729 | (ps-mule-initialize): Add autoload cookie. Don't set |
| 7730 | ps-mule-font-info-database here. | 7730 | ps-mule-font-info-database here. |
| 7731 | (ps-mule-begin-job): Renamed from ps-mule-begin. Update | 7731 | (ps-mule-begin-job): Renamed from ps-mule-begin. Update |
| 7732 | ps-mule-font-info-database and ps-control-or-escape-regexp. | 7732 | ps-mule-font-info-database and ps-control-or-escape-regexp. |
| @@ -7751,7 +7751,7 @@ | |||
| 7751 | 7751 | ||
| 7752 | * ps-print.el (ps-mule-font-info-database): Doc-string modified. | 7752 | * ps-print.el (ps-mule-font-info-database): Doc-string modified. |
| 7753 | (ps-mule-external-libraries): New element FEATURE. | 7753 | (ps-mule-external-libraries): New element FEATURE. |
| 7754 | (ps-mule-init-external-library): Ajusted for the above change. | 7754 | (ps-mule-init-external-library): Adjusted for the above change. |
| 7755 | (ps-mule-generate-font): Likewise. | 7755 | (ps-mule-generate-font): Likewise. |
| 7756 | (ps-mule-generate-glyphs): Likewise. | 7756 | (ps-mule-generate-glyphs): Likewise. |
| 7757 | (ps-mule-prepare-font): Likewise. | 7757 | (ps-mule-prepare-font): Likewise. |
| @@ -8342,7 +8342,7 @@ | |||
| 8342 | 8342 | ||
| 8343 | * international/mule-util.el (compose-chars-component): Signal | 8343 | * international/mule-util.el (compose-chars-component): Signal |
| 8344 | error if CH is a rule-based composition character. | 8344 | error if CH is a rule-based composition character. |
| 8345 | (compose-chars): Signal error if an already compsed character is | 8345 | (compose-chars): Signal error if an already composed character is |
| 8346 | going to be composed by rule-base. | 8346 | going to be composed by rule-base. |
| 8347 | 8347 | ||
| 8348 | * term/x-win.el: If a resolved ASCII font name doesn't conform to | 8348 | * term/x-win.el: If a resolved ASCII font name doesn't conform to |
| @@ -9024,7 +9024,7 @@ | |||
| 9024 | 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | 9024 | 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> |
| 9025 | 9025 | ||
| 9026 | * faces.el (frame-set-background-mode): | 9026 | * faces.el (frame-set-background-mode): |
| 9027 | Don't do anythung for text-only or MSDOS frame. | 9027 | Don't do anything for text-only or MSDOS frame. |
| 9028 | 9028 | ||
| 9029 | 1998-10-08 Kenichi Handa <handa@etl.go.jp> | 9029 | 1998-10-08 Kenichi Handa <handa@etl.go.jp> |
| 9030 | 9030 | ||
| @@ -9225,7 +9225,7 @@ | |||
| 9225 | 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | 9225 | 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
| 9226 | 9226 | ||
| 9227 | * octave-inf.el (inferior-octave-prompt): Also match prompts of the | 9227 | * octave-inf.el (inferior-octave-prompt): Also match prompts of the |
| 9228 | form `octave.bin:1>' which come from using precopiled binary versions. | 9228 | form `octave.bin:1>' which come from using precompiled binary versions. |
| 9229 | 9229 | ||
| 9230 | 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | 9230 | 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> |
| 9231 | 9231 | ||
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index b98599b3ddd..c5cae4aabbf 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -188,7 +188,7 @@ | |||
| 188 | (cperl-contract-levels): Restore position. | 188 | (cperl-contract-levels): Restore position. |
| 189 | (cperl-beautify-level): Likewise. | 189 | (cperl-beautify-level): Likewise. |
| 190 | (cperl-beautify-regexp): Likewise. | 190 | (cperl-beautify-regexp): Likewise. |
| 191 | (cperl-commentify): Rudimental support for length=1 runs | 191 | (cperl-commentify): Rudimentary support for length=1 runs. |
| 192 | (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x | 192 | (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x |
| 193 | After 4.25: | 193 | After 4.25: |
| 194 | (cperl-commentify): Was recognizing length=2 "strings" as length=1. | 194 | (cperl-commentify): Was recognizing length=2 "strings" as length=1. |
| @@ -341,7 +341,7 @@ | |||
| 341 | 2001-10-11 Gerd Moellmann <gerd@gnu.org> | 341 | 2001-10-11 Gerd Moellmann <gerd@gnu.org> |
| 342 | 342 | ||
| 343 | * master.el (master-mode): Use define-minor-mode instead of | 343 | * master.el (master-mode): Use define-minor-mode instead of |
| 344 | easy-mmode-define-minor-mode. Add autload cookie. | 344 | easy-mmode-define-minor-mode. Add autoload cookie. |
| 345 | (Commentary): Remove the line showing how to autoload master-mode, | 345 | (Commentary): Remove the line showing how to autoload master-mode, |
| 346 | since it's always autoloaded. | 346 | since it's always autoloaded. |
| 347 | 347 | ||
| @@ -902,7 +902,7 @@ | |||
| 902 | (mail-do-fcc): Add a comment. | 902 | (mail-do-fcc): Add a comment. |
| 903 | (mail-reply-to): Doc fix. | 903 | (mail-reply-to): Doc fix. |
| 904 | (mail-signature): Make ATPOINT optional. | 904 | (mail-signature): Make ATPOINT optional. |
| 905 | (mail-yank-original): Use cond instead of nestled if. | 905 | (mail-yank-original): Use cond instead of nested if. |
| 906 | 906 | ||
| 907 | 2001-09-26 Stefan Monnier <monnier@cs.yale.edu> | 907 | 2001-09-26 Stefan Monnier <monnier@cs.yale.edu> |
| 908 | 908 | ||
| @@ -1620,7 +1620,7 @@ | |||
| 1620 | 1620 | ||
| 1621 | * comint.el (comint-send-input): Add `inhibit-line-move-field-capture' | 1621 | * comint.el (comint-send-input): Add `inhibit-line-move-field-capture' |
| 1622 | property to input-terminating `boundary' overlays to avoid | 1622 | property to input-terminating `boundary' overlays to avoid |
| 1623 | line-move wierdness. | 1623 | line-move weirdness. |
| 1624 | 1624 | ||
| 1625 | 2001-08-16 Gerd Moellmann <gerd@gnu.org> | 1625 | 2001-08-16 Gerd Moellmann <gerd@gnu.org> |
| 1626 | 1626 | ||
| @@ -4204,7 +4204,7 @@ | |||
| 4204 | depth 8. | 4204 | depth 8. |
| 4205 | 4205 | ||
| 4206 | * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice): | 4206 | * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice): |
| 4207 | Add an antry for ``converts''. | 4207 | Add an entry for ``converts''. |
| 4208 | 4208 | ||
| 4209 | * language/slovak.el ("Slovak"): Add documentation string. | 4209 | * language/slovak.el ("Slovak"): Add documentation string. |
| 4210 | From Pavel@Janik.cz (Pavel JanÃk). | 4210 | From Pavel@Janik.cz (Pavel JanÃk). |
| @@ -4953,7 +4953,7 @@ | |||
| 4953 | <lyongu@yahoo.com>. | 4953 | <lyongu@yahoo.com>. |
| 4954 | (term-set-escape-char): Bind M-x to execute-extended-command in | 4954 | (term-set-escape-char): Bind M-x to execute-extended-command in |
| 4955 | term-raw-escape-map. | 4955 | term-raw-escape-map. |
| 4956 | (term-move-columns): Don't try to move to negagive column. | 4956 | (term-move-columns): Don't try to move to negative column. |
| 4957 | (term-emulate-terminal): Insert a string before deleting a text to | 4957 | (term-emulate-terminal): Insert a string before deleting a text to |
| 4958 | overwrite. | 4958 | overwrite. |
| 4959 | 4959 | ||
| @@ -6630,7 +6630,7 @@ | |||
| 6630 | XEmacs. Return temporary faces instead of cons cells for XEmacs. | 6630 | XEmacs. Return temporary faces instead of cons cells for XEmacs. |
| 6631 | (ansi-color-make-color-map): Use ansi-color-make-face. | 6631 | (ansi-color-make-color-map): Use ansi-color-make-face. |
| 6632 | (ansi-color-get-face): Avoid face text property '(nil) as results | 6632 | (ansi-color-get-face): Avoid face text property '(nil) as results |
| 6633 | in an errow for XEmacs. | 6633 | in an error for XEmacs. |
| 6634 | 6634 | ||
| 6635 | 2000-01-09 Alex Schroeder <alex@gnu.org> | 6635 | 2000-01-09 Alex Schroeder <alex@gnu.org> |
| 6636 | 6636 | ||
| @@ -7080,7 +7080,7 @@ | |||
| 7080 | 7080 | ||
| 7081 | 2000-12-21 Dave Pearson <davep@davep.org> | 7081 | 2000-12-21 Dave Pearson <davep@davep.org> |
| 7082 | 7082 | ||
| 7083 | * quickurl.el: Commentry change, I've moved my web site. | 7083 | * quickurl.el: Commentary change, I've moved my web site. |
| 7084 | 7084 | ||
| 7085 | 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 7085 | 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 7086 | 7086 | ||
| @@ -7955,7 +7955,7 @@ | |||
| 7955 | (antlr-no-action-keywords): New constant with value nil. | 7955 | (antlr-no-action-keywords): New constant with value nil. |
| 7956 | (antlr-font-lock-keywords-alist): Use it. Old value would break | 7956 | (antlr-font-lock-keywords-alist): Use it. Old value would break |
| 7957 | syntax highlighting in Emacs-21.0. | 7957 | syntax highlighting in Emacs-21.0. |
| 7958 | (antlr-default-directory): Emacs/XEmacs dependend function. | 7958 | (antlr-default-directory): Emacs/XEmacs dependent function. |
| 7959 | (antlr-read-shell-command): Ditto. | 7959 | (antlr-read-shell-command): Ditto. |
| 7960 | (antlr-with-displaying-help-buffer): Ditto. | 7960 | (antlr-with-displaying-help-buffer): Ditto. |
| 7961 | 7961 | ||
| @@ -8337,7 +8337,7 @@ | |||
| 8337 | Use provide. | 8337 | Use provide. |
| 8338 | 8338 | ||
| 8339 | * cus-edit.el (custom-buffer-create-internal): Save some consing. | 8339 | * cus-edit.el (custom-buffer-create-internal): Save some consing. |
| 8340 | (custom-variable-set): Improve validation error mesage. | 8340 | (custom-variable-set): Improve validation error message. |
| 8341 | 8341 | ||
| 8342 | * rect.el (string-rectangle): Revert last change. | 8342 | * rect.el (string-rectangle): Revert last change. |
| 8343 | (string-rectangle-line): New arg DELETE. | 8343 | (string-rectangle-line): New arg DELETE. |
| @@ -9751,7 +9751,7 @@ | |||
| 9751 | 9751 | ||
| 9752 | 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il> | 9752 | 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 9753 | 9753 | ||
| 9754 | * progmodes/cmacexp.el: Update the euthor's email address. | 9754 | * progmodes/cmacexp.el: Update the author's email address. |
| 9755 | 9755 | ||
| 9756 | 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> | 9756 | 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> |
| 9757 | 9757 | ||
| @@ -14185,7 +14185,7 @@ | |||
| 14185 | 2000-08-25 Kenichi Handa <handa@etl.go.jp> | 14185 | 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
| 14186 | 14186 | ||
| 14187 | * terminal.el (terminal-emulator): Fix args to `concat'. Now | 14187 | * terminal.el (terminal-emulator): Fix args to `concat'. Now |
| 14188 | concat doesn't accept interger. | 14188 | concat doesn't accept integer. |
| 14189 | 14189 | ||
| 14190 | * international/kkc.el: Remove SKK from Keywords. Require | 14190 | * international/kkc.el: Remove SKK from Keywords. Require |
| 14191 | ja-dic-utl instead of skkdic-utl. | 14191 | ja-dic-utl instead of skkdic-utl. |
| @@ -14395,7 +14395,7 @@ | |||
| 14395 | (ispell-skip-html): Renamed from ispell-skip-sgml. | 14395 | (ispell-skip-html): Renamed from ispell-skip-sgml. |
| 14396 | (ispell-begin-skip-region-regexp, ispell-skip-region) | 14396 | (ispell-begin-skip-region-regexp, ispell-skip-region) |
| 14397 | (ispell-minor-check): Improved html skipping support to skip across | 14397 | (ispell-minor-check): Improved html skipping support to skip across |
| 14398 | code, and recognize `&' commands without propper `;' syntax; | 14398 | code, and recognize `&' commands without proper `;' syntax; |
| 14399 | (ispell-process-line): Fix alignment error when manually | 14399 | (ispell-process-line): Fix alignment error when manually |
| 14400 | correcting spelling. | 14400 | correcting spelling. |
| 14401 | (ispell): Fix comment string. | 14401 | (ispell): Fix comment string. |
| @@ -15531,7 +15531,7 @@ | |||
| 15531 | paragraphs on the first or last line of a file. | 15531 | paragraphs on the first or last line of a file. |
| 15532 | (ada-format-paramlist): Fix handling of default parameter values. | 15532 | (ada-format-paramlist): Fix handling of default parameter values. |
| 15533 | (ada-get-body-name): New function. | 15533 | (ada-get-body-name): New function. |
| 15534 | (ada-get-current-indent): Optimized by searchling directly for an | 15534 | (ada-get-current-indent): Optimized by searching directly for an |
| 15535 | existing generic part or a statement outside of it. Handle | 15535 | existing generic part or a statement outside of it. Handle |
| 15536 | ada-indent-align-comments when indenting comments Replaced some | 15536 | ada-indent-align-comments when indenting comments Replaced some |
| 15537 | regexps by testing directly the next character. This results in a | 15537 | regexps by testing directly the next character. This results in a |
| @@ -15596,7 +15596,7 @@ | |||
| 15596 | (ada-compile): Removed. | 15596 | (ada-compile): Removed. |
| 15597 | (ada-compile-application, ada-compile-current, ada-check-current): | 15597 | (ada-compile-application, ada-compile-current, ada-check-current): |
| 15598 | Set the compilation-search-path so that compile.el automatically | 15598 | Set the compilation-search-path so that compile.el automatically |
| 15599 | finds the sources in src_dir. Automatic scrollong of the | 15599 | finds the sources in src_dir. Automatic scrolling of the |
| 15600 | compilation buffer. C-uC-cC-c asks for confirmation before | 15600 | compilation buffer. C-uC-cC-c asks for confirmation before |
| 15601 | compiling | 15601 | compiling |
| 15602 | (ada-compile-current): New parameter, prj-field | 15602 | (ada-compile-current): New parameter, prj-field |
| @@ -16812,7 +16812,7 @@ | |||
| 16812 | 16812 | ||
| 16813 | * international/mule.el | 16813 | * international/mule.el |
| 16814 | (after-insert-file-set-buffer-file-coding-system): If the buffer | 16814 | (after-insert-file-set-buffer-file-coding-system): If the buffer |
| 16815 | size is greater than INSERTED, judget that we are not visiting. | 16815 | size is greater than INSERTED, judge that we are not visiting. |
| 16816 | 16816 | ||
| 16817 | 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org> | 16817 | 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org> |
| 16818 | 16818 | ||
| @@ -17493,7 +17493,7 @@ | |||
| 17493 | 17493 | ||
| 17494 | * international/quail.el (quail-show-guidance-buf): Set | 17494 | * international/quail.el (quail-show-guidance-buf): Set |
| 17495 | current-input-method of the guidance buffer to the name of the | 17495 | current-input-method of the guidance buffer to the name of the |
| 17496 | curren input method. | 17496 | current input method. |
| 17497 | 17497 | ||
| 17498 | 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> | 17498 | 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
| 17499 | 17499 | ||
| @@ -17680,7 +17680,7 @@ | |||
| 17680 | charsets eight-bit-control and eight-bit-graphic. | 17680 | charsets eight-bit-control and eight-bit-graphic. |
| 17681 | (list-iso-charset-chars): Likewise. | 17681 | (list-iso-charset-chars): Likewise. |
| 17682 | (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | 17682 | (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit |
| 17683 | charactes as is. Use indent-to to align characters. | 17683 | characters as is. Use indent-to to align characters. |
| 17684 | 17684 | ||
| 17685 | * international/mule-cmds.el (find-multibyte-characters): Never | 17685 | * international/mule-cmds.el (find-multibyte-characters): Never |
| 17686 | exclude charsets eight-bit-control and eight-bit-graphic. | 17686 | exclude charsets eight-bit-control and eight-bit-graphic. |
| @@ -18327,7 +18327,7 @@ | |||
| 18327 | 2000-04-19 Gerd Moellmann <gerd@gnu.org> | 18327 | 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
| 18328 | 18328 | ||
| 18329 | * simple.el (clone-indirect-buffer-other-window): New command. | 18329 | * simple.el (clone-indirect-buffer-other-window): New command. |
| 18330 | (clone-indirect-buffer): Add optional arg NORECROD. | 18330 | (clone-indirect-buffer): Add optional arg NORECORD. |
| 18331 | (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | 18331 | (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. |
| 18332 | 18332 | ||
| 18333 | * help.el (resize-temp-buffer-window): Use count-screen-lines. | 18333 | * help.el (resize-temp-buffer-window): Use count-screen-lines. |
| @@ -18474,7 +18474,7 @@ | |||
| 18474 | 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> | 18474 | 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 18475 | 18475 | ||
| 18476 | * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | 18476 | * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and |
| 18477 | converted to the new menu-item format, names silightly changed, | 18477 | converted to the new menu-item format, names slightly changed, |
| 18478 | help strings added. | 18478 | help strings added. |
| 18479 | 18479 | ||
| 18480 | Support for spelling without async subprocesses: | 18480 | Support for spelling without async subprocesses: |
| @@ -19031,7 +19031,7 @@ | |||
| 19031 | instead the corresponding data is stored in the default fontset. | 19031 | instead the corresponding data is stored in the default fontset. |
| 19032 | (register-alternate-fontnames): Function removed. | 19032 | (register-alternate-fontnames): Function removed. |
| 19033 | (resolved-ascii-font): Variable removed. | 19033 | (resolved-ascii-font): Variable removed. |
| 19034 | (x-compose-font-name): Ignore the second argument REDOCE. | 19034 | (x-compose-font-name): Ignore the second argument REDUCE. |
| 19035 | (x-complement-fontset-spec): Complement only an ASCII font and | 19035 | (x-complement-fontset-spec): Complement only an ASCII font and |
| 19036 | element for those charsets than can use that ASCII font. | 19036 | element for those charsets than can use that ASCII font. |
| 19037 | (generate-fontset-menu): Don't refer to global-fontset-alist, | 19037 | (generate-fontset-menu): Don't refer to global-fontset-alist, |
| @@ -20600,7 +20600,7 @@ | |||
| 20600 | (ps-spool-config): Initialization fix. | 20600 | (ps-spool-config): Initialization fix. |
| 20601 | (ps-print-prologue-1, ps-print-prologue-2) | 20601 | (ps-print-prologue-1, ps-print-prologue-2) |
| 20602 | (ps-print-duplex-feature): PostScript code moved to separated file. | 20602 | (ps-print-duplex-feature): PostScript code moved to separated file. |
| 20603 | (ps-background-image): Little code reformating. | 20603 | (ps-background-image): Little code reformatting. |
| 20604 | (ps-begin-file, ps-begin-job): Fix code. | 20604 | (ps-begin-file, ps-begin-job): Fix code. |
| 20605 | (ps-postscript-code-directory, ps-mark-code-directory): New vars. | 20605 | (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
| 20606 | (ps-prologue-file): New fun. | 20606 | (ps-prologue-file): New fun. |
diff --git a/lisp/erc/ChangeLog.01 b/lisp/erc/ChangeLog.01 index f0e35b9b76b..78187edc0fc 100644 --- a/lisp/erc/ChangeLog.01 +++ b/lisp/erc/ChangeLog.01 | |||
| @@ -129,7 +129,7 @@ | |||
| 129 | It uses a list as internal representation now, so all silly string-parsing | 129 | It uses a list as internal representation now, so all silly string-parsing |
| 130 | related bugs should be gone. | 130 | related bugs should be gone. |
| 131 | Use (erc-track-modified-channels-minor-mode t) now to toggle this functionality. | 131 | Use (erc-track-modified-channels-minor-mode t) now to toggle this functionality. |
| 132 | Dont set the erc-track-modified-channels-minor-mode variable yourself, use the toggle function | 132 | Don't set the erc-track-modified-channels-minor-mode variable yourself, use the toggle function |
| 133 | 133 | ||
| 134 | 2001-11-29 Gergely Nagy <algernon@debian.org> | 134 | 2001-11-29 Gergely Nagy <algernon@debian.org> |
| 135 | 135 | ||
| @@ -226,7 +226,7 @@ | |||
| 226 | 2001-11-23 Mario Lang <mlang@delysid.org> | 226 | 2001-11-23 Mario Lang <mlang@delysid.org> |
| 227 | 227 | ||
| 228 | * erc-bbdb.el: | 228 | * erc-bbdb.el: |
| 229 | * new function erc-BBDB-NICK to handle nickname anotation on a nick-change event of a known record | 229 | * new function erc-BBDB-NICK to handle nickname annotation on a nick-change event of a known record |
| 230 | 230 | ||
| 231 | * erc.el: * Remove erc-rename-buffer, its no longer necessary | 231 | * erc.el: * Remove erc-rename-buffer, its no longer necessary |
| 232 | * Remove erc-autoop-*. it was broken, and needed rewrite anyway | 232 | * Remove erc-autoop-*. it was broken, and needed rewrite anyway |
| @@ -337,7 +337,7 @@ | |||
| 337 | * erc.el: fixed it | 337 | * erc.el: fixed it |
| 338 | 338 | ||
| 339 | * erc.el: | 339 | * erc.el: |
| 340 | *** We switched over. New server message parsing/handling is running now. Thansk to the zenirc developers for the great ideas I got from the code!!!!! Go and test it, poke at it, bug me on irc about problems | 340 | *** We switched over. New server message parsing/handling is running now. Thanks to the zenirc developers for the great ideas I got from the code!!!!! Go and test it, poke at it, bug me on irc about problems |
| 341 | 341 | ||
| 342 | * erc.el: *** empty log message *** | 342 | * erc.el: *** empty log message *** |
| 343 | 343 | ||
| @@ -367,7 +367,7 @@ | |||
| 367 | Now, all the server word replies are finished. Going to numreplies now | 367 | Now, all the server word replies are finished. Going to numreplies now |
| 368 | 368 | ||
| 369 | * erc.el: | 369 | * erc.el: |
| 370 | * debugging fascilities for the transition. C-x 2 C-x o M-x ielm RET erc-server-vectors RET ; to get a list of all server messages currently not handled in the new code. Feel free to pick one and implement it | 370 | * debugging facilities for the transition. C-x 2 C-x o M-x ielm RET erc-server-vectors RET ; to get a list of all server messages currently not handled in the new code. Feel free to pick one and implement it |
| 371 | 371 | ||
| 372 | * erc.el: * erc-server-KICK and erc-server-TOPIC. new functions | 372 | * erc.el: * erc-server-KICK and erc-server-TOPIC. new functions |
| 373 | * erc-server-305-or-306 and erc-server-311-or-314 | 373 | * erc-server-305-or-306 and erc-server-311-or-314 |
| @@ -431,10 +431,10 @@ | |||
| 431 | * erc.el: | 431 | * erc.el: |
| 432 | * added second timestamp-format (erc-away-timestamp-format) for marking msgs when being away | 432 | * added second timestamp-format (erc-away-timestamp-format) for marking msgs when being away |
| 433 | 433 | ||
| 434 | * erc-complete.el: fixed silly deffun | 434 | * erc-complete.el: fixed silly defun |
| 435 | 435 | ||
| 436 | * erc.el: * Rewrote erc-load-irc-script (simplified) | 436 | * erc.el: * Rewrote erc-load-irc-script (simplified) |
| 437 | * Removed depricated code | 437 | * Removed deprecated code |
| 438 | 438 | ||
| 439 | * erc-speak.el: * reflect changes in erc.el | 439 | * erc-speak.el: * reflect changes in erc.el |
| 440 | 440 | ||
| @@ -457,14 +457,14 @@ | |||
| 457 | * erc.el: * Reduction patch 2 | 457 | * erc.el: * Reduction patch 2 |
| 458 | This time, we move the input ring handling into erc-ring.el | 458 | This time, we move the input ring handling into erc-ring.el |
| 459 | Remember that you need (require 'erc-ring) in your .emacs to get the input handling as a feature | 459 | Remember that you need (require 'erc-ring) in your .emacs to get the input handling as a feature |
| 460 | And remeber, that you dont need it if you dont use input ring :-) | 460 | And remeber, that you don't need it if you don't use input ring :-) |
| 461 | 461 | ||
| 462 | * erc-ring.el: * Initial checkin | 462 | * erc-ring.el: * Initial checkin |
| 463 | 463 | ||
| 464 | * erc.el: * The great reduction patch :-) | 464 | * erc.el: * The great reduction patch :-) |
| 465 | moved relevant function from erc.el to new file erc-menu.el and erc-imenu.el | 465 | moved relevant function from erc.el to new file erc-menu.el and erc-imenu.el |
| 466 | 466 | ||
| 467 | * erc-imenu.el: nitial version | 467 | * erc-imenu.el: Initial version |
| 468 | 468 | ||
| 469 | * erc-menu.el: * Initial version | 469 | * erc-menu.el: * Initial version |
| 470 | 470 | ||
| @@ -495,7 +495,7 @@ | |||
| 495 | 495 | ||
| 496 | * erc.el: | 496 | * erc.el: |
| 497 | * Changed timestamping when away to use erc-timestamp-format and append the timestamp instead of prepending it.. | 497 | * Changed timestamping when away to use erc-timestamp-format and append the timestamp instead of prepending it.. |
| 498 | * minor cleanup, s/(if (not /(unless/ and thelike | 498 | * minor cleanup, s/(if (not /(unless/ and the like |
| 499 | 499 | ||
| 500 | 2001-11-06 Tijs van Bakel <smoke@wanadoo.nl> | 500 | 2001-11-06 Tijs van Bakel <smoke@wanadoo.nl> |
| 501 | 501 | ||
| @@ -521,7 +521,7 @@ | |||
| 521 | Renamed erc-message-notices to erc-minibuffer-notice, and renamed erc-prevent-minibuffer-privmsg to erc-minibuffer-privmsg, inverting its functionality | 521 | Renamed erc-message-notices to erc-minibuffer-notice, and renamed erc-prevent-minibuffer-privmsg to erc-minibuffer-privmsg, inverting its functionality |
| 522 | 522 | ||
| 523 | * erc.el: Added support for channel names starting with & + and !. | 523 | * erc.el: Added support for channel names starting with & + and !. |
| 524 | Also, many changes partially discussed on the mailinglist: | 524 | Also, many changes partially discussed on the mailing list: |
| 525 | 525 | ||
| 526 | * erc.el (cl): Add requirement for cl package. | 526 | * erc.el (cl): Add requirement for cl package. |
| 527 | (erc-buffer-list): Make this variable global again. | 527 | (erc-buffer-list): Make this variable global again. |
| @@ -626,7 +626,7 @@ | |||
| 626 | 626 | ||
| 627 | * erc-speak.el: | 627 | * erc-speak.el: |
| 628 | * Added a new personality for channel name announcement, This makes streams of flooded channels much easier to listen to, | 628 | * Added a new personality for channel name announcement, This makes streams of flooded channels much easier to listen to, |
| 629 | especially if you are on more than one channel simultaniously. | 629 | especially if you are on more than one channel simultaneously. |
| 630 | 630 | ||
| 631 | * erc.el: | 631 | * erc.el: |
| 632 | * Made the completion postfix customizable through erc-nick-completion-postfix | 632 | * Made the completion postfix customizable through erc-nick-completion-postfix |
| @@ -643,7 +643,7 @@ | |||
| 643 | * Removed now really obsolete code. Package size reduced by 50% | 643 | * Removed now really obsolete code. Package size reduced by 50% |
| 644 | 644 | ||
| 645 | * erc-speak.el: | 645 | * erc-speak.el: |
| 646 | * Very important fix! Now erc-speak is really complete. Messages dont get cut anymore. Be sure to use auditory icons, | 646 | * Very important fix! Now erc-speak is really complete. Messages don't get cut anymore. Be sure to use auditory icons, |
| 647 | it's reallllly cool now!!! | 647 | it's reallllly cool now!!! |
| 648 | 648 | ||
| 649 | * erc-speak.el: *** empty log message *** | 649 | * erc-speak.el: *** empty log message *** |
| @@ -795,7 +795,7 @@ | |||
| 795 | 2001-09-26 Mario Lang <mlang@delysid.org> | 795 | 2001-09-26 Mario Lang <mlang@delysid.org> |
| 796 | 796 | ||
| 797 | * erc.el: * Fixed completion (alex) | 797 | * erc.el: * Fixed completion (alex) |
| 798 | * Now popup buffer doesnt destroy your window configuration. | 798 | * Now popup buffer doesn't destroy your window configuration. |
| 799 | * Fixed away handling (incomplete) | 799 | * Fixed away handling (incomplete) |
| 800 | 800 | ||
| 801 | 2001-09-24 Mario Lang <mlang@delysid.org> | 801 | 2001-09-24 Mario Lang <mlang@delysid.org> |
| @@ -816,7 +816,7 @@ | |||
| 816 | 2001-09-20 Mario Lang <mlang@delysid.org> | 816 | 2001-09-20 Mario Lang <mlang@delysid.org> |
| 817 | 817 | ||
| 818 | * erc.el: | 818 | * erc.el: |
| 819 | * Fix (erc-cmd-names): This should fix C-c C-n too, hoepfully it was the right fix and doesnt break anything else. | 819 | * Fix (erc-cmd-names): This should fix C-c C-n too, hopefully it was the right fix and doesn't break anything else. |
| 820 | 820 | ||
| 821 | * erc.el: * Fixes XEmacs easymenu usage (2nd time). | 821 | * erc.el: * Fixes XEmacs easymenu usage (2nd time). |
| 822 | 822 | ||
| @@ -859,7 +859,7 @@ | |||
| 859 | 2001-08-07 Mario Lang <mlang@delysid.org> | 859 | 2001-08-07 Mario Lang <mlang@delysid.org> |
| 860 | 860 | ||
| 861 | * erc.el: | 861 | * erc.el: |
| 862 | Checked in lathis code and modified it slightly. Still unsure about set-window-buffer advice, current attempt doesnt seem to work. | 862 | Checked in lathis code and modified it slightly. Still unsure about set-window-buffer advice, current attempt doesn't seem to work. |
| 863 | Removed (nick -> #channel) from mode-line. (CLOSED) and (AWAY...) should still be displayed when appropriate | 863 | Removed (nick -> #channel) from mode-line. (CLOSED) and (AWAY...) should still be displayed when appropriate |
| 864 | 864 | ||
| 865 | 2001-08-06 Mario Lang <mlang@delysid.org> | 865 | 2001-08-06 Mario Lang <mlang@delysid.org> |
| @@ -909,7 +909,7 @@ | |||
| 909 | 2001-07-26 Mario Lang <mlang@delysid.org> | 909 | 2001-07-26 Mario Lang <mlang@delysid.org> |
| 910 | 910 | ||
| 911 | * erc.el: | 911 | * erc.el: |
| 912 | fixed one occurence of a setq with only one argument (XEmacs didnt like that) | 912 | fixed one occurence of a setq with only one argument (XEmacs didn't like that) |
| 913 | 913 | ||
| 914 | * erc.el: | 914 | * erc.el: |
| 915 | Added erc-next-line-add-newlines customisation possibility. | 915 | Added erc-next-line-add-newlines customisation possibility. |
| @@ -1001,7 +1001,7 @@ | |||
| 1001 | Insert (erc-current-nick) instead of (erc-display-prompt). good night :) | 1001 | Insert (erc-current-nick) instead of (erc-display-prompt). good night :) |
| 1002 | 1002 | ||
| 1003 | * erc.el: | 1003 | * erc.el: |
| 1004 | small, but it was anoying, so I just did it (defcustom for erc-join-buffer and erc-join-info-buffer) | 1004 | small, but it was annoying, so I just did it (defcustom for erc-join-buffer and erc-join-info-buffer) |
| 1005 | 1005 | ||
| 1006 | 2001-06-29 Alex Schroeder <alex@gnu.org> | 1006 | 2001-06-29 Alex Schroeder <alex@gnu.org> |
| 1007 | 1007 | ||
diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02 index d46a57b18c6..7221ddca226 100644 --- a/lisp/erc/ChangeLog.02 +++ b/lisp/erc/ChangeLog.02 | |||
| @@ -953,7 +953,7 @@ | |||
| 953 | 953 | ||
| 954 | * erc-pcomplete.el: * Fix emacs/xemacs compatibility | 954 | * erc-pcomplete.el: * Fix emacs/xemacs compatibility |
| 955 | 955 | ||
| 956 | * debian/scripts/install: * Dont compile erc-compat, fix ELCDIR | 956 | * debian/scripts/install: * Don't compile erc-compat, fix ELCDIR |
| 957 | 957 | ||
| 958 | * debian/control: * Change maintainer field | 958 | * debian/control: * Change maintainer field |
| 959 | 959 | ||
| @@ -1080,13 +1080,13 @@ | |||
| 1080 | 2) (misfeature) ERC notices the user in the minibuffer when it | 1080 | 2) (misfeature) ERC notices the user in the minibuffer when it |
| 1081 | ignores something - this can get very annoying, since the | 1081 | ignores something - this can get very annoying, since the |
| 1082 | minibuffer is also visible when not looking at ERC buffers. | 1082 | minibuffer is also visible when not looking at ERC buffers. |
| 1083 | Added a customizeable variable for this, the default is nil. | 1083 | Added a customizable variable for this, the default is nil. |
| 1084 | 3) (wishlist) There is no IGNORE or UNIGNORE command. | 1084 | 3) (wishlist) There is no IGNORE or UNIGNORE command. |
| 1085 | Added. | 1085 | Added. |
| 1086 | 4) (wishlist) Some IRC clients, notably irssi, allow the user to | 1086 | 4) (wishlist) Some IRC clients, notably irssi, allow the user to |
| 1087 | ignore "replies" to ignored people. A reply is defined as a | 1087 | ignore "replies" to ignored people. A reply is defined as a |
| 1088 | line starting with "nick:", where nick is the nick of an | 1088 | line starting with "nick:", where nick is the nick of an |
| 1089 | ignored person. Added that functionaly. | 1089 | ignored person. Added that functionality. |
| 1090 | Done by Jorgen Schaefer <forcer@forcix.cx> | 1090 | Done by Jorgen Schaefer <forcer@forcix.cx> |
| 1091 | 1091 | ||
| 1092 | 2002-11-02 Alex Schroeder <alex@gnu.org> | 1092 | 2002-11-02 Alex Schroeder <alex@gnu.org> |
| @@ -1198,7 +1198,7 @@ | |||
| 1198 | (erc-stamp-disable): Renamed erc-stamp-destroy. | 1198 | (erc-stamp-disable): Renamed erc-stamp-destroy. |
| 1199 | (erc-timestamp-mode): Use new names. | 1199 | (erc-timestamp-mode): Use new names. |
| 1200 | 1200 | ||
| 1201 | * erc.el: Removed autload for erc-complete and | 1201 | * erc.el: Removed autoload for erc-complete and |
| 1202 | erc-track-modified-channels-mode -- the autoload cookie should do | 1202 | erc-track-modified-channels-mode -- the autoload cookie should do |
| 1203 | that instead. | 1203 | that instead. |
| 1204 | (erc-input-message): Doc string, removed binding for erc-complete. | 1204 | (erc-input-message): Doc string, removed binding for erc-complete. |
| @@ -1456,7 +1456,7 @@ | |||
| 1456 | 1456 | ||
| 1457 | 2002-06-17 Diane Murray <disumu@x3y2z1.net> | 1457 | 2002-06-17 Diane Murray <disumu@x3y2z1.net> |
| 1458 | 1458 | ||
| 1459 | * erc.el: * added beginning suport for 005 numerics: | 1459 | * erc.el: * added beginning support for 005 numerics: |
| 1460 | - added buffer local variable erc-server-parameters | 1460 | - added buffer local variable erc-server-parameters |
| 1461 | - added erc-server-005, which sets erc-server-parameters if the server has | 1461 | - added erc-server-005, which sets erc-server-parameters if the server has |
| 1462 | used this code to show its parameters | 1462 | used this code to show its parameters |
| @@ -1534,7 +1534,7 @@ | |||
| 1534 | * erc.el: | 1534 | * erc.el: |
| 1535 | * added erc-set-channel-limit, erc-set-channel-key, erc-toggle-channel-mode | 1535 | * added erc-set-channel-limit, erc-set-channel-key, erc-toggle-channel-mode |
| 1536 | 1536 | ||
| 1537 | * added erc-get-channel-mode-from-keypress, which is binded to C-c m | 1537 | * added erc-get-channel-mode-from-keypress, which is bound to C-c m |
| 1538 | sends the next character which is typed to one of the 3 new functions | 1538 | sends the next character which is typed to one of the 3 new functions |
| 1539 | - did not remove erc-invite-only-mode and it's key binding in case | 1539 | - did not remove erc-invite-only-mode and it's key binding in case |
| 1540 | people are used to it, although it probably should be removed... | 1540 | people are used to it, although it probably should be removed... |
| @@ -1756,7 +1756,7 @@ | |||
| 1756 | - added variable erc-whowas-on-nosuchnick | 1756 | - added variable erc-whowas-on-nosuchnick |
| 1757 | - in erc-server-401 do WHOWAS if erc-whowas-on-nosuchnick is non-nil | 1757 | - in erc-server-401 do WHOWAS if erc-whowas-on-nosuchnick is non-nil |
| 1758 | 1758 | ||
| 1759 | * erc.el: forgot documentaion for erc-nickserv-alist | 1759 | * erc.el: forgot documentation for erc-nickserv-alist |
| 1760 | 1760 | ||
| 1761 | * erc.el: NickServ identification changed and enhanced: | 1761 | * erc.el: NickServ identification changed and enhanced: |
| 1762 | - erc-nickserv-identify-autodetect now called from erc-server-NOTICE-hook | 1762 | - erc-nickserv-identify-autodetect now called from erc-server-NOTICE-hook |
| @@ -1777,7 +1777,7 @@ | |||
| 1777 | - in erc-fill-variable: set fill-column to value of erc-fill-column | 1777 | - in erc-fill-variable: set fill-column to value of erc-fill-column |
| 1778 | 1778 | ||
| 1779 | * erc.el: erc.el: | 1779 | * erc.el: erc.el: |
| 1780 | * fixed bug where topic wasn't being set when chanel name was provided | 1780 | * fixed bug where topic wasn't being set when channel name was provided |
| 1781 | 1781 | ||
| 1782 | erc-fill.el: | 1782 | erc-fill.el: |
| 1783 | * filling with erc-fill-variable now works with custom defined fill width: | 1783 | * filling with erc-fill-variable now works with custom defined fill width: |
| @@ -1946,7 +1946,7 @@ | |||
| 1946 | * erc-chess.el: more fixing. | 1946 | * erc-chess.el: more fixing. |
| 1947 | 1947 | ||
| 1948 | Now, the 'match question works. It sends an accept back. | 1948 | Now, the 'match question works. It sends an accept back. |
| 1949 | But display popup doesnt work.. | 1949 | But display popup doesn't work.. |
| 1950 | 1950 | ||
| 1951 | * erc-chess.el: fixup (still far from working) | 1951 | * erc-chess.el: fixup (still far from working) |
| 1952 | 1952 | ||
| @@ -1978,7 +1978,7 @@ | |||
| 1978 | fixup release, far from ready for real usage, but it appears to work. | 1978 | fixup release, far from ready for real usage, but it appears to work. |
| 1979 | 1979 | ||
| 1980 | * erc.el: | 1980 | * erc.el: |
| 1981 | speed improvments based on elp-instrument-package RET erc- RET results | 1981 | speed improvements based on elp-instrument-package RET erc- RET results |
| 1982 | 1982 | ||
| 1983 | * erc-chess.el: initial version. | 1983 | * erc-chess.el: initial version. |
| 1984 | please test it | 1984 | please test it |
| @@ -1988,7 +1988,7 @@ | |||
| 1988 | 1988 | ||
| 1989 | (as usual, blank password) | 1989 | (as usual, blank password) |
| 1990 | 1990 | ||
| 1991 | Add the resulting dir to your load-path and reqire erc-chess. | 1991 | Add the resulting dir to your load-path and require erc-chess. |
| 1992 | 1992 | ||
| 1993 | Usage: Just do /chess nickname | 1993 | Usage: Just do /chess nickname |
| 1994 | The remote end much use erc, as no other irc client I know of supports this ... | 1994 | The remote end much use erc, as no other irc client I know of supports this ... |
| @@ -2070,7 +2070,7 @@ | |||
| 2070 | 2070 | ||
| 2071 | * erc-track.el: | 2071 | * erc-track.el: |
| 2072 | experimental: Added face support to mode-line channel activity tracker. | 2072 | experimental: Added face support to mode-line channel activity tracker. |
| 2073 | Currently we use the faces used for indicating in the buffer (erc-pal-face for channels with pal acitivity...) | 2073 | Currently we use the faces used for indicating in the buffer (erc-pal-face for channels with pal activity...) |
| 2074 | 2074 | ||
| 2075 | 2002-03-05 Mario Lang <mlang@delysid.org> | 2075 | 2002-03-05 Mario Lang <mlang@delysid.org> |
| 2076 | 2076 | ||
| @@ -2084,12 +2084,12 @@ | |||
| 2084 | 2084 | ||
| 2085 | * erc-track.el: Implemented channel name shortening. | 2085 | * erc-track.el: Implemented channel name shortening. |
| 2086 | Vars erc-track-cutoff says: all channel names longer than this will be shortened. | 2086 | Vars erc-track-cutoff says: all channel names longer than this will be shortened. |
| 2087 | Var erc-track-minimum-channel-length says: dont make names shorten than this. | 2087 | Var erc-track-minimum-channel-length says: don't make names shorten than this. |
| 2088 | (Thanks go out to kensanata for the nice unique-substrings utility function). | 2088 | (Thanks go out to kensanata for the nice unique-substrings utility function). |
| 2089 | 2089 | ||
| 2090 | * erc.el 2002-07-15T00:01:34Z!raeburn@raeburn.org: silly typo corrected | 2090 | * erc.el 2002-07-15T00:01:34Z!raeburn@raeburn.org: silly typo corrected |
| 2091 | 2091 | ||
| 2092 | * erc.el: * erc.el: * New varialbe: erc-common-server-name-suffixes | 2092 | * erc.el: * erc.el: * New variable: erc-common-server-name-suffixes |
| 2093 | This alist can be used to change the server names displayed in mode-line | 2093 | This alist can be used to change the server names displayed in mode-line |
| 2094 | to a shorter version.. | 2094 | to a shorter version.. |
| 2095 | * New function: erc-shorten-server-name (uses var above) | 2095 | * New function: erc-shorten-server-name (uses var above) |
| @@ -2169,7 +2169,7 @@ | |||
| 2169 | Demonstrates how the new hook system can be nicely used. | 2169 | Demonstrates how the new hook system can be nicely used. |
| 2170 | 2170 | ||
| 2171 | * erc.el: | 2171 | * erc.el: |
| 2172 | new hook: erc-default-server-hook. This one gets called if we dont have anything defined for a certain IRC server message. | 2172 | new hook: erc-default-server-hook. This one gets called if we don't have anything defined for a certain IRC server message. |
| 2173 | New function: erc-default-server-handler. (used by above hook). | 2173 | New function: erc-default-server-handler. (used by above hook). |
| 2174 | New function: erc-debug-missing-hooks: Used by above hook to save a list of unimplemented server messages. | 2174 | New function: erc-debug-missing-hooks: Used by above hook to save a list of unimplemented server messages. |
| 2175 | New function: erc-server-buffer, erc-server-buffer-p. | 2175 | New function: erc-server-buffer, erc-server-buffer-p. |
| @@ -2311,7 +2311,7 @@ | |||
| 2311 | 2311 | ||
| 2312 | * erc.el: Use nreverse instead of reverse. | 2312 | * erc.el: Use nreverse instead of reverse. |
| 2313 | Use eq instead of equal where possible. | 2313 | Use eq instead of equal where possible. |
| 2314 | Rewrote erc-get-buffer to not use find-if (find-if does very deep function-call nesting, which isnt good ina defun which is called so often) | 2314 | Rewrote erc-get-buffer to not use find-if (find-if does very deep function-call nesting, which isn't good in a defun which is called so often) |
| 2315 | 2315 | ||
| 2316 | 2002-02-13 Mario Lang <mlang@delysid.org> | 2316 | 2002-02-13 Mario Lang <mlang@delysid.org> |
| 2317 | 2317 | ||
| @@ -2339,7 +2339,7 @@ | |||
| 2339 | 2339 | ||
| 2340 | * servers.pl: | 2340 | * servers.pl: |
| 2341 | Script to convert mircs servers.ini to a elisp salist kind of thing. | 2341 | Script to convert mircs servers.ini to a elisp salist kind of thing. |
| 2342 | (development tool, it doesnt help you much as a user) | 2342 | (development tool, it doesn't help you much as a user) |
| 2343 | 2343 | ||
| 2344 | * erc.el: | 2344 | * erc.el: |
| 2345 | * erc-display-line-buffer: renamed to erc-display-line-1 | 2345 | * erc-display-line-buffer: renamed to erc-display-line-1 |
diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03 index 526042ea08d..1d3c61ec506 100644 --- a/lisp/erc/ChangeLog.03 +++ b/lisp/erc/ChangeLog.03 | |||
| @@ -347,7 +347,7 @@ | |||
| 347 | Fix paren-in-column-zero bug in docstring. | 347 | Fix paren-in-column-zero bug in docstring. |
| 348 | Add a sort of bogus, but still better :type. | 348 | Add a sort of bogus, but still better :type. |
| 349 | Add autojoin and netsplit by default. | 349 | Add autojoin and netsplit by default. |
| 350 | (erc-update-modules): Dont barf with an error if `require' fails. | 350 | (erc-update-modules): Don't barf with an error if `require' fails. |
| 351 | We can still error out if the mode is not defined. | 351 | We can still error out if the mode is not defined. |
| 352 | 352 | ||
| 353 | 2003-08-31 Andreas Fuchs <asf@void.at> | 353 | 2003-08-31 Andreas Fuchs <asf@void.at> |
| @@ -579,7 +579,7 @@ | |||
| 579 | This no longer raises a bad-syntax error - was this a catch-all to stop a | 579 | This no longer raises a bad-syntax error - was this a catch-all to stop a |
| 580 | backtrace? Does it belong? | 580 | backtrace? Does it belong? |
| 581 | (erc-cmd-APPENDTOPIC): the correct way to display help when you want to | 581 | (erc-cmd-APPENDTOPIC): the correct way to display help when you want to |
| 582 | accept an abitrary string is to (signal 'wrong-number-of-arguments nil). | 582 | accept an arbitrary string is to (signal 'wrong-number-of-arguments nil). |
| 583 | This fixes a bug where people could not /at topics with a space in them. | 583 | This fixes a bug where people could not /at topics with a space in them. |
| 584 | 584 | ||
| 585 | 2003-06-09 Damien Elmes <erc@repose.cx> | 585 | 2003-06-09 Damien Elmes <erc@repose.cx> |
| @@ -657,7 +657,7 @@ | |||
| 657 | 657 | ||
| 658 | * erc-truncate.el: remove require of erc-log | 658 | * erc-truncate.el: remove require of erc-log |
| 659 | (erc-truncate-buffer-to-size): use erc-save-buffer-in-logs when it's | 659 | (erc-truncate-buffer-to-size): use erc-save-buffer-in-logs when it's |
| 660 | there, else, dont. | 660 | there, else, don't. |
| 661 | 661 | ||
| 662 | 2003-04-29 Andreas Fuchs <asf@void.at> | 662 | 2003-04-29 Andreas Fuchs <asf@void.at> |
| 663 | 663 | ||
| @@ -821,7 +821,7 @@ | |||
| 821 | of user friendliness. | 821 | of user friendliness. |
| 822 | (define-erc-module): the enable and disable routines now update erc-modules | 822 | (define-erc-module): the enable and disable routines now update erc-modules |
| 823 | accordingly | 823 | accordingly |
| 824 | erc-modules: new variable controllig the modules which erc has loaded/will | 824 | erc-modules: new variable controlling the modules which erc has loaded/will |
| 825 | load. when customising, it will automatically enable modules. it won't | 825 | load. when customising, it will automatically enable modules. it won't |
| 826 | automatically disable modules which are removed, yet. | 826 | automatically disable modules which are removed, yet. |
| 827 | (erc-update-modules): enable all modules in `erc-modules' | 827 | (erc-update-modules): enable all modules in `erc-modules' |
| @@ -1036,7 +1036,7 @@ | |||
| 1036 | notify the user we're trying to connect when using asych | 1036 | notify the user we're trying to connect when using asych |
| 1037 | connections | 1037 | connections |
| 1038 | 1038 | ||
| 1039 | * erc.el(erc-connect): support an asyncronous connection | 1039 | * erc.el(erc-connect): support an asynchronous connection |
| 1040 | (erc-process-sentinel): ditto | 1040 | (erc-process-sentinel): ditto |
| 1041 | 1041 | ||
| 1042 | * erc-track.el: | 1042 | * erc-track.el: |
| @@ -1048,7 +1048,7 @@ | |||
| 1048 | a command | 1048 | a command |
| 1049 | 1049 | ||
| 1050 | * erc.el: (erc-save-buffer-in-logs): | 1050 | * erc.el: (erc-save-buffer-in-logs): |
| 1051 | - check for a sensibile region before saving the buffer. if the | 1051 | - check for a sensible region before saving the buffer. if the |
| 1052 | connection process is killed early on, there is not a sensible region | 1052 | connection process is killed early on, there is not a sensible region |
| 1053 | to save | 1053 | to save |
| 1054 | - don't set buffer-file-name on save. we don't need it, and it means we | 1054 | - don't set buffer-file-name on save. we don't need it, and it means we |
| @@ -1363,7 +1363,7 @@ | |||
| 1363 | again. | 1363 | again. |
| 1364 | (erc): Require cl for delete-if. | 1364 | (erc): Require cl for delete-if. |
| 1365 | (erc-button-remove-old-buttons): Rewrote using delete-if to | 1365 | (erc-button-remove-old-buttons): Rewrote using delete-if to |
| 1366 | prevent exceesive consing. Having the marker list is still ugly, | 1366 | prevent excesive consing. Having the marker list is still ugly, |
| 1367 | so another solution needs to be found. | 1367 | so another solution needs to be found. |
| 1368 | 1368 | ||
| 1369 | 2003-01-17 Jorgen Schaefer <forcer@users.sourceforge.net> | 1369 | 2003-01-17 Jorgen Schaefer <forcer@users.sourceforge.net> |
| @@ -1388,7 +1388,7 @@ | |||
| 1388 | * erc.el: erc-banlist-*: return nil so further hooks are called | 1388 | * erc.el: erc-banlist-*: return nil so further hooks are called |
| 1389 | 1389 | ||
| 1390 | * erc.el(erc-server-368): | 1390 | * erc.el(erc-server-368): |
| 1391 | supress "end of ban list" messages - use /listbans now | 1391 | suppress "end of ban list" messages - use /listbans now |
| 1392 | 1392 | ||
| 1393 | * erc.el(erc-send-current-line): | 1393 | * erc.el(erc-send-current-line): |
| 1394 | removed the check for leading whitespace again - the | 1394 | removed the check for leading whitespace again - the |
| @@ -1411,7 +1411,7 @@ | |||
| 1411 | 1411 | ||
| 1412 | * erc.el: | 1412 | * erc.el: |
| 1413 | * (erc-remove-channel-member): Do not use delq, modify the list using setcdr like delq does. | 1413 | * (erc-remove-channel-member): Do not use delq, modify the list using setcdr like delq does. |
| 1414 | In theory, this should be way faster since the list doesnt get traverse two times. | 1414 | In theory, this should be way faster since the list doesn't get traverse two times. |
| 1415 | Measurement didn't show any real difference though :(, this system is flawed for channels with >300 users it seems... | 1415 | Measurement didn't show any real difference though :(, this system is flawed for channels with >300 users it seems... |
| 1416 | Also moved some defcustoms up. | 1416 | Also moved some defcustoms up. |
| 1417 | 1417 | ||
| @@ -1475,7 +1475,7 @@ | |||
| 1475 | * erc.el: | 1475 | * erc.el: |
| 1476 | erc-error-face: setting a background doesn't work so well with multi-line | 1476 | erc-error-face: setting a background doesn't work so well with multi-line |
| 1477 | messages, so we don't. fg color is negotiable ;-) | 1477 | messages, so we don't. fg color is negotiable ;-) |
| 1478 | (erc-cmd-QUERY): fixed, new doco, supress (erc-delete-query) until we fix it | 1478 | (erc-cmd-QUERY): fixed, new doco, suppress (erc-delete-query) until we fix it |
| 1479 | (erc-send-current-line): allow multi-line messages provided they don't start | 1479 | (erc-send-current-line): allow multi-line messages provided they don't start |
| 1480 | with a slash - there's no need to prohibit them if the slash isn't the | 1480 | with a slash - there's no need to prohibit them if the slash isn't the |
| 1481 | first character | 1481 | first character |
| @@ -1484,7 +1484,7 @@ | |||
| 1484 | * bunch of extra cmds fixed, nick, sv etc. | 1484 | * bunch of extra cmds fixed, nick, sv etc. |
| 1485 | 1485 | ||
| 1486 | * erc.el(erc-cmd-HELP): fixed | 1486 | * erc.el(erc-cmd-HELP): fixed |
| 1487 | (erc-extract-command-from-line): when deterimining canon-defun, make sure we | 1487 | (erc-extract-command-from-line): when determining canon-defun, make sure we |
| 1488 | have a valid symbol | 1488 | have a valid symbol |
| 1489 | (erc-cmd-KICK): fixed | 1489 | (erc-cmd-KICK): fixed |
| 1490 | 1490 | ||
| @@ -1572,13 +1572,13 @@ | |||
| 1572 | do appropriate comparisons, simplified. | 1572 | do appropriate comparisons, simplified. |
| 1573 | * (erc-dcc-list-add): New functions | 1573 | * (erc-dcc-list-add): New functions |
| 1574 | various callers of (cons (list ...) erc-dcc-list) updated. | 1574 | various callers of (cons (list ...) erc-dcc-list) updated. |
| 1575 | Other stuff I'm to bored to document now | 1575 | Other stuff I'm too bored to document now |
| 1576 | 1576 | ||
| 1577 | 2003-01-15 Jorgen Schaefer <forcer@users.sourceforge.net> | 1577 | 2003-01-15 Jorgen Schaefer <forcer@users.sourceforge.net> |
| 1578 | 1578 | ||
| 1579 | * erc-stamp.el(erc-insert-timestamp-right): | 1579 | * erc-stamp.el(erc-insert-timestamp-right): |
| 1580 | Removed redundant code that overrid the | 1580 | Removed redundant code that overrid the |
| 1581 | window-width. Now substracts (length string) from every found | 1581 | window-width. Now subtracts (length string) from every found |
| 1582 | indentation positions. | 1582 | indentation positions. |
| 1583 | 1583 | ||
| 1584 | 2003-01-14 Mario Lang <mlang@delysid.org> | 1584 | 2003-01-14 Mario Lang <mlang@delysid.org> |
| @@ -1734,7 +1734,7 @@ | |||
| 1734 | (erc-notify-NICK): Changed to make it IRC-case-insensitive when comparing nicks. | 1734 | (erc-notify-NICK): Changed to make it IRC-case-insensitive when comparing nicks. |
| 1735 | (erc-notify-QUIT): Changed to make it IRC-case-insensitive when comparing nicks. | 1735 | (erc-notify-QUIT): Changed to make it IRC-case-insensitive when comparing nicks. |
| 1736 | (erc-cmd-NOTIFY): Now "/notify -l" lists the nicks on your notify list. Now | 1736 | (erc-cmd-NOTIFY): Now "/notify -l" lists the nicks on your notify list. Now |
| 1737 | when you remove a nick from your notify list, you no longer recieve a spurious | 1737 | when you remove a nick from your notify list, you no longer receive a spurious |
| 1738 | signoff notification for that nick. Changed to make it IRC-case-insensitive when | 1738 | signoff notification for that nick. Changed to make it IRC-case-insensitive when |
| 1739 | comparing nicks. | 1739 | comparing nicks. |
| 1740 | 1740 | ||
| @@ -1934,7 +1934,7 @@ | |||
| 1934 | 1934 | ||
| 1935 | * erc-dcc.el(erc-dcc-chat): Add docstring | 1935 | * erc-dcc.el(erc-dcc-chat): Add docstring |
| 1936 | Add self-test. | 1936 | Add self-test. |
| 1937 | Fix error if /dcc chat nick doesnt find the nick | 1937 | Fix error if /dcc chat nick doesn't find the nick |
| 1938 | 1938 | ||
| 1939 | 2003-01-08 Francis Litterio <franl@users.sourceforge.net> | 1939 | 2003-01-08 Francis Litterio <franl@users.sourceforge.net> |
| 1940 | 1940 | ||
| @@ -2097,7 +2097,7 @@ | |||
| 2097 | * erc-dcc.el: make /dcc LIST work | 2097 | * erc-dcc.el: make /dcc LIST work |
| 2098 | 2098 | ||
| 2099 | * erc-dcc.el: | 2099 | * erc-dcc.el: |
| 2100 | Initial checkin, dont use it! its really far from complete. Hackers: help! | 2100 | Initial checkin, don't use it! its really far from complete. Hackers: help! |
| 2101 | 2101 | ||
| 2102 | * erc-notify.el: | 2102 | * erc-notify.el: |
| 2103 | New function erc-notify-NICK, and added signon/off hooks which were missing | 2103 | New function erc-notify-NICK, and added signon/off hooks which were missing |
diff --git a/lisp/erc/ChangeLog.04 b/lisp/erc/ChangeLog.04 index 09338b5c670..f3dab0a0b2b 100644 --- a/lisp/erc/ChangeLog.04 +++ b/lisp/erc/ChangeLog.04 | |||
| @@ -739,7 +739,7 @@ | |||
| 739 | 739 | ||
| 740 | * erc.el, erc-backend.el (erc-cmd-BANLIST): Added a missing "'" | 740 | * erc.el, erc-backend.el (erc-cmd-BANLIST): Added a missing "'" |
| 741 | that was preventing /BANLIST from working. In erc-backend.el, | 741 | that was preventing /BANLIST from working. In erc-backend.el, |
| 742 | added server repsonse handler for 367 and 368 reponses to get | 742 | added server response handler for 367 and 368 responses to get |
| 743 | /BANLIST working. | 743 | /BANLIST working. |
| 744 | 744 | ||
| 745 | 2004-05-26 Francis Litterio <franl@users.sourceforge.net> | 745 | 2004-05-26 Francis Litterio <franl@users.sourceforge.net> |
| @@ -806,7 +806,7 @@ | |||
| 806 | 806 | ||
| 807 | 2004-05-17 Mario Lang <mlang@delysid.org> | 807 | 2004-05-17 Mario Lang <mlang@delysid.org> |
| 808 | 808 | ||
| 809 | * erc-log.el: Dont autoload a define-key statement, erc-mode-map | 809 | * erc-log.el: Don't autoload a define-key statement, erc-mode-map |
| 810 | might not be known yet | 810 | might not be known yet |
| 811 | 811 | ||
| 812 | 2004-05-16 Lawrence Mitchell <wence@gmx.li> | 812 | 2004-05-16 Lawrence Mitchell <wence@gmx.li> |
| @@ -827,7 +827,7 @@ | |||
| 827 | (391): New. | 827 | (391): New. |
| 828 | (406, 432): Use ?n, not ?c in `erc-display-message'. | 828 | (406, 432): Use ?n, not ?c in `erc-display-message'. |
| 829 | (431, 445, 446, 451, 462, 463, 464, 465, 481, 483, 485, 491, 501, | 829 | (431, 445, 446, 451, 462, 463, 464, 465, 481, 483, 485, 491, 501, |
| 830 | 502): All error responsess with no arguments grouped together. | 830 | 502): All error responses with no arguments grouped together. |
| 831 | 831 | ||
| 832 | 2004-05-14 Diane Murray <disumu@x3y2z1.net> | 832 | 2004-05-14 Diane Murray <disumu@x3y2z1.net> |
| 833 | 833 | ||
| @@ -1715,7 +1715,7 @@ | |||
| 1715 | * erc.el: Added erc-server-001 which runs when the server sends | 1715 | * erc.el: Added erc-server-001 which runs when the server sends |
| 1716 | its welcome message. It sets the current-nick to reflect the | 1716 | its welcome message. It sets the current-nick to reflect the |
| 1717 | server's settings. This fixes a bug where nicks that were too long | 1717 | server's settings. This fixes a bug where nicks that were too long |
| 1718 | and got truncated by ther server were still set to the old value. | 1718 | and got truncated by the server were still set to the old value. |
| 1719 | (nickname-in-use): If user wants to try again manually, let user | 1719 | (nickname-in-use): If user wants to try again manually, let user |
| 1720 | know that the nick is taken. If not, go through erc-default-nicks | 1720 | know that the nick is taken. If not, go through erc-default-nicks |
| 1721 | until none are left, and then try one last time with | 1721 | until none are left, and then try one last time with |
| @@ -2064,7 +2064,7 @@ | |||
| 2064 | the event hook. | 2064 | the event hook. |
| 2065 | (erc-cmd-IDLE): New function. Implements the new /IDLE command. | 2065 | (erc-cmd-IDLE): New function. Implements the new /IDLE command. |
| 2066 | Usage: /IDLE NICK (erc-seconds-to-string): New function. Converts | 2066 | Usage: /IDLE NICK (erc-seconds-to-string): New function. Converts |
| 2067 | a number of seconds to an Engligh phrase. | 2067 | a number of seconds to an English phrase. |
| 2068 | 2068 | ||
| 2069 | 2004-01-02 Francis Litterio <franl@users.sourceforge.net> | 2069 | 2004-01-02 Francis Litterio <franl@users.sourceforge.net> |
| 2070 | 2070 | ||
diff --git a/lisp/erc/ChangeLog.05 b/lisp/erc/ChangeLog.05 index 2236c21099d..041f2d5ad87 100644 --- a/lisp/erc/ChangeLog.05 +++ b/lisp/erc/ChangeLog.05 | |||
| @@ -831,7 +831,7 @@ | |||
| 831 | `require-final-newline'. | 831 | `require-final-newline'. |
| 832 | 832 | ||
| 833 | * erc-viper.el: New file. This is where all ERC/Viper | 833 | * erc-viper.el: New file. This is where all ERC/Viper |
| 834 | compatiibilty code should live. When and if ERC is bundled with | 834 | compatibility code should live. When and if ERC is bundled with |
| 835 | Emacs, some of the hacks in this file should be merged into Viper | 835 | Emacs, some of the hacks in this file should be merged into Viper |
| 836 | itself. | 836 | itself. |
| 837 | 837 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 82b9cf8b1e5..068821d4bdb 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -8404,7 +8404,7 @@ | |||
| 8404 | * gnus-art.el (gnus-mime-inline-part): Decode parts according to | 8404 | * gnus-art.el (gnus-mime-inline-part): Decode parts according to |
| 8405 | the coding cookies; decompress compressed parts. | 8405 | the coding cookies; decompress compressed parts. |
| 8406 | 8406 | ||
| 8407 | * mml.el (mml-generate-mime-1): Add the charaset parameter according | 8407 | * mml.el (mml-generate-mime-1): Add the charset parameter according |
| 8408 | to the value which a user specified manually or the coding cookie. | 8408 | to the value which a user specified manually or the coding cookie. |
| 8409 | 8409 | ||
| 8410 | * mm-util.el (mm-string-to-multibyte): New function. | 8410 | * mm-util.el (mm-string-to-multibyte): New function. |
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index ba06c25e9c3..090f985b320 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -6790,12 +6790,12 @@ | |||
| 6790 | broken connections by opening a new connection and repeating the | 6790 | broken connections by opening a new connection and repeating the |
| 6791 | failed command. | 6791 | failed command. |
| 6792 | (nntp-retrieve-headers-with-xover): Some NNTP servers respond to | 6792 | (nntp-retrieve-headers-with-xover): Some NNTP servers respond to |
| 6793 | XOVER commands preceeding the active articles with the nov entry | 6793 | XOVER commands preceding the active articles with the nov entry |
| 6794 | of the first available article. When gnus connected to such a | 6794 | of the first available article. When gnus connected to such a |
| 6795 | server, the unexpected nov entry would result in duplicate lines | 6795 | server, the unexpected nov entry would result in duplicate lines |
| 6796 | in the agent's overview file. This patch fixes the duplicate | 6796 | in the agent's overview file. This patch fixes the duplicate |
| 6797 | lines problem and improves performance by skipping over all | 6797 | lines problem and improves performance by skipping over all |
| 6798 | articles IDs that preceed the first nov entry in the server's | 6798 | articles IDs that precede the first nov entry in the server's |
| 6799 | reply. | 6799 | reply. |
| 6800 | 6800 | ||
| 6801 | 2002-12-11 Katsumi Yamaoka <yamaoka@jpl.org> | 6801 | 2002-12-11 Katsumi Yamaoka <yamaoka@jpl.org> |
| @@ -7318,7 +7318,7 @@ | |||
| 7318 | 7318 | ||
| 7319 | 2002-10-22 TSUCHIYA Masatoshi <tsuchiya@namazu.org> | 7319 | 2002-10-22 TSUCHIYA Masatoshi <tsuchiya@namazu.org> |
| 7320 | 7320 | ||
| 7321 | * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables. | 7321 | * pgg.el (pgg-snarf-keys): Do not refer unbound local variables. |
| 7322 | 7322 | ||
| 7323 | 2002-10-22 Simon Josefsson <jas@extundo.com> | 7323 | 2002-10-22 Simon Josefsson <jas@extundo.com> |
| 7324 | 7324 | ||
| @@ -8731,7 +8731,7 @@ | |||
| 8731 | 8731 | ||
| 8732 | 2002-05-18 Jesper Harder <harder@ifa.au.dk> | 8732 | 2002-05-18 Jesper Harder <harder@ifa.au.dk> |
| 8733 | 8733 | ||
| 8734 | * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary | 8734 | * gnus-sum.el (gnus-dependencies-add-header): Avoid one unnecessary |
| 8735 | call to gnus-parent-id when we check for References loops. | 8735 | call to gnus-parent-id when we check for References loops. |
| 8736 | (gnus-summary-prepare-threads): Avoid simplifying every Subject | 8736 | (gnus-summary-prepare-threads): Avoid simplifying every Subject |
| 8737 | twice by saving the simplified subject string in simp-subject. | 8737 | twice by saving the simplified subject string in simp-subject. |
| @@ -9137,7 +9137,7 @@ | |||
| 9137 | 9137 | ||
| 9138 | 2002-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 9138 | 2002-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 9139 | 9139 | ||
| 9140 | * gnus-art.el (gnus-article-prepare): Place point on the emtpy | 9140 | * gnus-art.el (gnus-article-prepare): Place point on the empty |
| 9141 | header line. | 9141 | header line. |
| 9142 | 9142 | ||
| 9143 | 2002-04-11 Per Abrahamsen <abraham@dina.kvl.dk> | 9143 | 2002-04-11 Per Abrahamsen <abraham@dina.kvl.dk> |
| @@ -13532,7 +13532,7 @@ | |||
| 13532 | expiry-target. (Otherwise nnml will be in a inconsistent internal | 13532 | expiry-target. (Otherwise nnml will be in a inconsistent internal |
| 13533 | state causing all kind of problems.) | 13533 | state causing all kind of problems.) |
| 13534 | (nnml-request-expire-articles): If `nnml-article-to-file' or | 13534 | (nnml-request-expire-articles): If `nnml-article-to-file' or |
| 13535 | `file-attributes' failes, return article as un-expirable instead | 13535 | `file-attributes' fail, return article as un-expirable instead |
| 13536 | of treating it as expired. | 13536 | of treating it as expired. |
| 13537 | 13537 | ||
| 13538 | 2001-08-31 Sam Steingold <sds@gnu.org> | 13538 | 2001-08-31 Sam Steingold <sds@gnu.org> |
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index 3609b0683c5..85cc2b2b4ea 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -163,7 +163,7 @@ | |||
| 163 | 163 | ||
| 164 | 2005-06-08 Peter S Galbraith <psg@debian.org> | 164 | 2005-06-08 Peter S Galbraith <psg@debian.org> |
| 165 | 165 | ||
| 166 | * mh-comp.el (mh-insert-auto-fields): Inset identity regardless of | 166 | * mh-comp.el (mh-insert-auto-fields): Insert identity regardless of |
| 167 | whether one was already set, since if one used a default identity | 167 | whether one was already set, since if one used a default identity |
| 168 | it would never be overridden (closes SF #1204506). | 168 | it would never be overridden (closes SF #1204506). |
| 169 | 169 | ||
| @@ -1879,7 +1879,7 @@ | |||
| 1879 | info about it for `mh-variants'. | 1879 | info about it for `mh-variants'. |
| 1880 | 1880 | ||
| 1881 | * mh-e.el (mh-regenerate-headers): mu-mh has different error | 1881 | * mh-e.el (mh-regenerate-headers): mu-mh has different error |
| 1882 | message for a invalid mesage list. | 1882 | message for a invalid message list. |
| 1883 | 1883 | ||
| 1884 | 2003-08-18 Peter S Galbraith <psg@debian.org> | 1884 | 2003-08-18 Peter S Galbraith <psg@debian.org> |
| 1885 | 1885 | ||
| @@ -4464,7 +4464,7 @@ | |||
| 4464 | lines. So it is OK for mh-get-msg-num to fail once in a while. | 4464 | lines. So it is OK for mh-get-msg-num to fail once in a while. |
| 4465 | 4465 | ||
| 4466 | * mh-index.el (mh-index-update-maps): Make the parsing of messages | 4466 | * mh-index.el (mh-index-update-maps): Make the parsing of messages |
| 4467 | that need to annotated with the X-MHE-Checksum header more robust. | 4467 | that need to be annotated with the X-MHE-Checksum header more robust. |
| 4468 | If the search yielded no results then an error was being produced. | 4468 | If the search yielded no results then an error was being produced. |
| 4469 | (mh-index-search): Enable automatic threading of index folders if | 4469 | (mh-index-search): Enable automatic threading of index folders if |
| 4470 | mh-show-threads-flag is non-nil (closes SF #709667). | 4470 | mh-show-threads-flag is non-nil (closes SF #709667). |
| @@ -10630,7 +10630,7 @@ | |||
| 10630 | 2001-12-01 Jeffrey C Honig <jch@honig.net> | 10630 | 2001-12-01 Jeffrey C Honig <jch@honig.net> |
| 10631 | 10631 | ||
| 10632 | * mh-e.el: Update the documentation for the regexps used by | 10632 | * mh-e.el: Update the documentation for the regexps used by |
| 10633 | `mh-folder-font-lock-keywords' to specify how many parethesized | 10633 | `mh-folder-font-lock-keywords' to specify how many parenthesized |
| 10634 | expressions they are expected to have and what those expressions | 10634 | expressions they are expected to have and what those expressions |
| 10635 | are expected to match. | 10635 | are expected to match. |
| 10636 | 10636 | ||
| @@ -10822,7 +10822,7 @@ | |||
| 10822 | (mh-toggle-subject-thread): New command to toggle between a new | 10822 | (mh-toggle-subject-thread): New command to toggle between a new |
| 10823 | 'subject sequence or the wide view of a folder. | 10823 | 'subject sequence or the wide view of a folder. |
| 10824 | (mh-delete-subject-thread): New command to delete all following | 10824 | (mh-delete-subject-thread): New command to delete all following |
| 10825 | messages with similar subject lines (leaving preceeding ones | 10825 | messages with similar subject lines (leaving preceding ones |
| 10826 | untouched). | 10826 | untouched). |
| 10827 | (mh-next-unseen-subject-thread): New command to create and move to | 10827 | (mh-next-unseen-subject-thread): New command to create and move to |
| 10828 | a new subject thread created from the next unseen message as a | 10828 | a new subject thread created from the next unseen message as a |
| @@ -10908,7 +10908,7 @@ | |||
| 10908 | 2001-11-25 Peter S Galbraith <psg@debian.org> | 10908 | 2001-11-25 Peter S Galbraith <psg@debian.org> |
| 10909 | 10909 | ||
| 10910 | * mh-utils.el (mh-highlight-citation-p): New variable to determine | 10910 | * mh-utils.el (mh-highlight-citation-p): New variable to determine |
| 10911 | whether to hightlight citations in message body with gnus, | 10911 | whether to highlight citations in message body with gnus, |
| 10912 | font-lock or not at all. | 10912 | font-lock or not at all. |
| 10913 | (mh-show-font-lock-keywords): removed citations from keywords. | 10913 | (mh-show-font-lock-keywords): removed citations from keywords. |
| 10914 | (mh-show-font-lock-keywords-with-cite): New variable, equivalent | 10914 | (mh-show-font-lock-keywords-with-cite): New variable, equivalent |
| @@ -11253,7 +11253,7 @@ | |||
| 11253 | resulting message is still fully MIME. | 11253 | resulting message is still fully MIME. |
| 11254 | * mh-utils.el (mh-decode-quoted-printable): New function to run | 11254 | * mh-utils.el (mh-decode-quoted-printable): New function to run |
| 11255 | mimedecode on the current buffer. | 11255 | mimedecode on the current buffer. |
| 11256 | * mh-utils.el (mh-display-msg): Conditionnaly call | 11256 | * mh-utils.el (mh-display-msg): Conditionally call |
| 11257 | mh-decode-quoted-printable function if mh-decode-quoted-printable | 11257 | mh-decode-quoted-printable function if mh-decode-quoted-printable |
| 11258 | variable is set, to view messages containing quoted-printable | 11258 | variable is set, to view messages containing quoted-printable |
| 11259 | characters into 8-bit. | 11259 | characters into 8-bit. |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 72b3870491b..ffe36518781 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -50,7 +50,7 @@ | |||
| 50 | 50 | ||
| 51 | * org.el (org-make-link-string): Remove link attributes from | 51 | * org.el (org-make-link-string): Remove link attributes from |
| 52 | description. | 52 | description. |
| 53 | (org-open-at-point): Remove link attributes bevore using the path. | 53 | (org-open-at-point): Remove link attributes before using the path. |
| 54 | 54 | ||
| 55 | * org-exp.el (org-export-as-html): Handle link attributes. | 55 | * org-exp.el (org-export-as-html): Handle link attributes. |
| 56 | 56 | ||
| @@ -88,7 +88,7 @@ | |||
| 88 | published and files skipped. | 88 | published and files skipped. |
| 89 | 89 | ||
| 90 | * org-exp.el (org-export-preprocess-string): Swap link | 90 | * org-exp.el (org-export-preprocess-string): Swap link |
| 91 | normalization and inernal link targeting. | 91 | normalization and internal link targeting. |
| 92 | 92 | ||
| 93 | * org-publish.el (org-publish-needed-p): Create timestamp | 93 | * org-publish.el (org-publish-needed-p): Create timestamp |
| 94 | directory when it does not exist. | 94 | directory when it does not exist. |
| @@ -107,7 +107,7 @@ | |||
| 107 | 107 | ||
| 108 | * org.el (org-time=, org-time<, org-time<=, org-time>) | 108 | * org.el (org-time=, org-time<, org-time<=, org-time>) |
| 109 | (org-time>=, org-time<>, org-2ft): New functions. | 109 | (org-time>=, org-time<>, org-2ft): New functions. |
| 110 | (org-op-to-function): Also provide for the time testing fucntions. | 110 | (org-op-to-function): Also provide for the time testing functions. |
| 111 | 111 | ||
| 112 | * org-exp.el (org-export-html-style-default): New constant. | 112 | * org-exp.el (org-export-html-style-default): New constant. |
| 113 | 113 | ||
| @@ -130,9 +130,9 @@ | |||
| 130 | lines without the "file:" prefix if the file path is an absolute | 130 | lines without the "file:" prefix if the file path is an absolute |
| 131 | path or starts with ".". | 131 | path or starts with ".". |
| 132 | 132 | ||
| 133 | * org-clock.el (org-clocktable-shift): Also undertand yesterday, | 133 | * org-clock.el (org-clocktable-shift): Also understand yesterday, |
| 134 | lastweek etc. | 134 | lastweek etc. |
| 135 | (org-clock-special-range): Also undertand yesterday, lastweek etc. | 135 | (org-clock-special-range): Also understand yesterday, lastweek etc. |
| 136 | 136 | ||
| 137 | * org.el (org-agenda-skip-archived-trees): Docstring now | 137 | * org.el (org-agenda-skip-archived-trees): Docstring now |
| 138 | discourages using this. | 138 | discourages using this. |
| @@ -246,7 +246,7 @@ | |||
| 246 | interaction between clocking-in from the agenda, and automatic | 246 | interaction between clocking-in from the agenda, and automatic |
| 247 | task state switching. | 247 | task state switching. |
| 248 | 248 | ||
| 249 | * org-macs.el (org-with-point-at): Bug fix in macro defintion. | 249 | * org-macs.el (org-with-point-at): Bug fix in macro definition. |
| 250 | 250 | ||
| 251 | * org.el (org-beginning-of-line, org-end-of-line): Make sure the | 251 | * org.el (org-beginning-of-line, org-end-of-line): Make sure the |
| 252 | zmacs-region stays after this command in XEmacs. | 252 | zmacs-region stays after this command in XEmacs. |
| @@ -342,7 +342,7 @@ | |||
| 342 | (org-export-normalize-links) | 342 | (org-export-normalize-links) |
| 343 | (org-export-concatenate-multiline-links) | 343 | (org-export-concatenate-multiline-links) |
| 344 | (org-export-concatenate-multiline-emphasis): New functions, | 344 | (org-export-concatenate-multiline-emphasis): New functions, |
| 345 | obtained from spliiting the export preprocessor. | 345 | obtained from spliting the export preprocessor. |
| 346 | 346 | ||
| 347 | * org-table.el (org-table-recalculate): Improve error message if | 347 | * org-table.el (org-table-recalculate): Improve error message if |
| 348 | the row number is invalid. | 348 | the row number is invalid. |
| @@ -426,7 +426,7 @@ | |||
| 426 | 2008-06-17 Carsten Dominik <dominik@science.uva.nl> | 426 | 2008-06-17 Carsten Dominik <dominik@science.uva.nl> |
| 427 | 427 | ||
| 428 | * org-faces.el (org-column): Document how this face is being used | 428 | * org-faces.el (org-column): Document how this face is being used |
| 429 | and why sometimes the background faces shine through. | 429 | and why sometimes the background faces shines through. |
| 430 | 430 | ||
| 431 | * org-mhe.el (org-mhe-follow-link): Improve handling of searches. | 431 | * org-mhe.el (org-mhe-follow-link): Improve handling of searches. |
| 432 | 432 | ||
| @@ -458,7 +458,7 @@ | |||
| 458 | 2008-06-17 Carsten Dominik <dominik@science.uva.nl> | 458 | 2008-06-17 Carsten Dominik <dominik@science.uva.nl> |
| 459 | 459 | ||
| 460 | * org-exp.el (org-print-icalendar-entries): Make sure DTEND is | 460 | * org-exp.el (org-print-icalendar-entries): Make sure DTEND is |
| 461 | shifted by one day if theere is a date range without an end | 461 | shifted by one day if there is a date range without an end |
| 462 | time. | 462 | time. |
| 463 | 463 | ||
| 464 | * org.el (org-try-structure-completion): New function. | 464 | * org.el (org-try-structure-completion): New function. |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index bb70ab68ba8..f601479f546 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1229,7 +1229,7 @@ | |||
| 1229 | (url-dav-process-response): Make sure that we create a DAV:status | 1229 | (url-dav-process-response): Make sure that we create a DAV:status |
| 1230 | property when parsing a singleton response. | 1230 | property when parsing a singleton response. |
| 1231 | (url-dav-file-attributes): If the properties returned did not have | 1231 | (url-dav-file-attributes): If the properties returned did not have |
| 1232 | a succesful HTTP response code, then ignore them and use the | 1232 | a successful HTTP response code, then ignore them and use the |
| 1233 | HEAD-based attributes. | 1233 | HEAD-based attributes. |
| 1234 | 1234 | ||
| 1235 | * lisp/vc-dav.el: Added full copyright information. | 1235 | * lisp/vc-dav.el: Added full copyright information. |
| @@ -1266,7 +1266,7 @@ | |||
| 1266 | (url-dav-process-DAV:lockdiscovery): Can now correctly parse | 1266 | (url-dav-process-DAV:lockdiscovery): Can now correctly parse |
| 1267 | DAV:lockdiscovery nodes, so that we can find out who has a | 1267 | DAV:lockdiscovery nodes, so that we can find out who has a |
| 1268 | resource locked and properly parse the reponse to a LOCK request. | 1268 | resource locked and properly parse the reponse to a LOCK request. |
| 1269 | (url-dav-process-DAV:status): Now parses ou the numeric status | 1269 | (url-dav-process-DAV:status): Now parses out the numeric status |
| 1270 | from the HTTP response line. | 1270 | from the HTTP response line. |
| 1271 | (url-dav-process-response): New function to handle all the | 1271 | (url-dav-process-response): New function to handle all the |
| 1272 | parsing of an XML response from WebDAV. This handles all the | 1272 | parsing of an XML response from WebDAV. This handles all the |
| @@ -1813,7 +1813,7 @@ | |||
| 1813 | 1813 | ||
| 1814 | * lisp/url-http.el (url-http-parse-headers): Need to make the | 1814 | * lisp/url-http.el (url-http-parse-headers): Need to make the |
| 1815 | connection as 'free' when we get a 304 response (found in cache), | 1815 | connection as 'free' when we get a 304 response (found in cache), |
| 1816 | or when a keep-alive conneection timed out, it would re-parse the | 1816 | or when a keep-alive connection timed out, it would re-parse the |
| 1817 | headers and dispatch to the callback again. Eek. | 1817 | headers and dispatch to the callback again. Eek. |
| 1818 | 1818 | ||
| 1819 | 2000-10-02 William M. Perry <wmperry@aventail.com> | 1819 | 2000-10-02 William M. Perry <wmperry@aventail.com> |