diff options
| author | Stefan Monnier | 2003-07-07 15:24:40 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-07-07 15:24:40 +0000 |
| commit | 6c379bb9f876d2fd0dc34da388b3235c441a3a85 (patch) | |
| tree | 19228027d767c8cb8c6a168e542f36bfc919ae97 | |
| parent | 00d32b3f9876edb92144543928bce6f3ba1d7d00 (diff) | |
| download | emacs-6c379bb9f876d2fd0dc34da388b3235c441a3a85.tar.gz emacs-6c379bb9f876d2fd0dc34da388b3235c441a3a85.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 66 |
1 files changed, 37 insertions, 29 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2d0d7309252..6afd5032ed6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2003-07-07 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * info.el (Info-menu): Use Info-menu-entry-name-re. | ||
| 4 | |||
| 5 | 2003-07-06 Stefan Monnier <monnier@cs.yale.edu> | ||
| 6 | |||
| 7 | * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el. | ||
| 8 | * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el. | ||
| 9 | |||
| 10 | * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways | ||
| 11 | to match the same text. | ||
| 12 | |||
| 1 | 2003-07-06 John Paul Wallington <jpw@gnu.org> | 13 | 2003-07-06 John Paul Wallington <jpw@gnu.org> |
| 2 | 14 | ||
| 3 | * vc.el (vc-annotate-offset): Move defvar up. | 15 | * vc.el (vc-annotate-offset): Move defvar up. |
| @@ -9,31 +21,29 @@ | |||
| 9 | 21 | ||
| 10 | 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org> | 22 | 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 11 | 23 | ||
| 12 | * files.el (auto-mode-alist, interpreter-mode-alist): Removed | 24 | * files.el (auto-mode-alist, interpreter-mode-alist): |
| 13 | entries to CC Mode modes to avoid duplicates; they are now added | 25 | Remove entries to CC Mode modes to avoid duplicates; they are now added |
| 14 | with autoload directives in cc-mode.el. | 26 | with autoload directives in cc-mode.el. |
| 15 | 27 | ||
| 16 | 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org> | 28 | 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 17 | 29 | ||
| 18 | * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist, | 30 | * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist) |
| 19 | c-lang-variable-inits, c-lang-variable-inits-tail): The values of | 31 | (c-lang-variable-inits, c-lang-variable-inits-tail): The values of |
| 20 | these are changed, so declare them as variables and not constants. | 32 | these are changed, so declare them as variables and not constants. |
| 21 | 33 | ||
| 22 | * progmodes/cc-mode.el: Fixed some autoload problems: Try to | 34 | * progmodes/cc-mode.el: Fix some autoload problems: Try to |
| 23 | ensure that the entry for ".c" extension comes before the one for | 35 | ensure that the entry for ".c" extension comes before the one for |
| 24 | ".C" on `auto-mode-alist', to behave better on case insensitive | 36 | ".C" on `auto-mode-alist', to behave better on case insensitive OS:es. |
| 25 | OS:es. Fixed incorrect entries that were added to | 37 | Fix incorrect entries that were added to `interpreter-mode-alist'. |
| 26 | `interpreter-mode-alist'. Moved the autoload directives for AWK | 38 | Move the autoload directives for AWK to the top level since they |
| 27 | to the top level since they aren't recognized anywhere else. Do | 39 | aren't recognized anywhere else. Do not use the new AWK mode doc |
| 28 | not use the new AWK mode doc in the autoload form for the old AWK | 40 | in the autoload form for the old AWK mode. |
| 29 | mode. | ||
| 30 | 41 | ||
| 31 | 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 42 | 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
| 32 | 43 | ||
| 33 | * textmodes/bibtex.el (bibtex-sort-entry-class): new entry | 44 | * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all. |
| 34 | catch-all. | 45 | (bibtex-sort-ignore-string-entries): Default value t. |
| 35 | (bibtex-sort-ignore-string-entries): default value t. | 46 | (bibtex-entry-kill-ring-max): Reintroduce as it was removed |
| 36 | (bibtex-entry-kill-ring-max): Reintroduced as it was removed | ||
| 37 | erroneously in previous version. | 47 | erroneously in previous version. |
| 38 | (bibtex-string-files): Docstring reflects new parsing scheme. | 48 | (bibtex-string-files): Docstring reflects new parsing scheme. |
| 39 | (bibtex-autokey-transcriptions): Merge some rewrite entries, fix | 49 | (bibtex-autokey-transcriptions): Merge some rewrite entries, fix |
| @@ -56,12 +66,11 @@ | |||
| 56 | (bibtex-autokey-name-year-separator) | 66 | (bibtex-autokey-name-year-separator) |
| 57 | (bibtex-autokey-year-title-separator) | 67 | (bibtex-autokey-year-title-separator) |
| 58 | (bibtex-autokey-before-presentation-function) | 68 | (bibtex-autokey-before-presentation-function) |
| 59 | (bibtex-entry-type-history, bibtex-entry-maybe-empty-head): Fix | 69 | (bibtex-entry-type-history, bibtex-entry-maybe-empty-head): |
| 60 | docstring. | 70 | Fix docstring. |
| 61 | (bibtex-strings, bibtex-reference-keys): Use | 71 | (bibtex-strings, bibtex-reference-keys): |
| 62 | lazy-completion-table and make-variable-buffer-local. | 72 | Use lazy-completion-table and make-variable-buffer-local. |
| 63 | (bibtex-sort-entry-class-alist): Use downcase, account for | 73 | (bibtex-sort-entry-class-alist): Use downcase, account for catch-all. |
| 64 | catch-all. | ||
| 65 | (bibtex-braced-string-syntax-table) | 74 | (bibtex-braced-string-syntax-table) |
| 66 | (bibtex-quoted-string-syntax-table): New variables. | 75 | (bibtex-quoted-string-syntax-table): New variables. |
| 67 | (bibtex-parse-nested-braces): Remove. | 76 | (bibtex-parse-nested-braces): Remove. |
| @@ -77,7 +86,7 @@ | |||
| 77 | (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string) | 86 | (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string) |
| 78 | (bibtex-end-of-string, bibtex-type-in-head): Use defsubst. | 87 | (bibtex-end-of-string, bibtex-type-in-head): Use defsubst. |
| 79 | (bibtex-skip-to-valid-entry): Return buffer position of beginning | 88 | (bibtex-skip-to-valid-entry): Return buffer position of beginning |
| 80 | and ending of entry. Update for changes of bibtex-search-entry. | 89 | and ending of entry. Update for changes of bibtex-search-entry. |
| 81 | Simplify. | 90 | Simplify. |
| 82 | (bibtex-map-entries): FUN is called with three arguments. | 91 | (bibtex-map-entries): FUN is called with three arguments. |
| 83 | (bibtex-search-entry): Return a cons pair with buffer positions of | 92 | (bibtex-search-entry): Return a cons pair with buffer positions of |
| @@ -103,25 +112,24 @@ | |||
| 103 | (bibtex-make-field): Fix docstring. Simplify. | 112 | (bibtex-make-field): Fix docstring. Simplify. |
| 104 | (bibtex-beginning-of-entry): Always return new position of point. | 113 | (bibtex-beginning-of-entry): Always return new position of point. |
| 105 | (bibtex-end-of-entry): Rearrange cond clauses. | 114 | (bibtex-end-of-entry): Rearrange cond clauses. |
| 106 | (bibtex-count-entries, bibtex-validate, bibtex-reformat): Update | 115 | (bibtex-count-entries, bibtex-validate, bibtex-reformat): |
| 107 | for changes of bibtex-map-entries. | 116 | Update for changes of bibtex-map-entries. |
| 108 | (bibtex-ispell-abstract): Do not move point. | 117 | (bibtex-ispell-abstract): Do not move point. |
| 109 | (bibtex-entry-index): Use downcase. Simplify. | 118 | (bibtex-entry-index): Use downcase. Simplify. |
| 110 | (bibtex-lessp): Handle catch-all. | 119 | (bibtex-lessp): Handle catch-all. |
| 111 | (bibtex-find-crossref): Turned into a command. | 120 | (bibtex-find-crossref): Turn into a command. |
| 112 | (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp. | 121 | (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp. |
| 113 | (bibtex-clean-entry): Use bibtex-read-key. Handle string and | 122 | (bibtex-clean-entry): Use bibtex-read-key. Handle string and |
| 114 | preamble entries. | 123 | preamble entries. |
| 115 | (bibtex-fill-field-bounds): New function. | 124 | (bibtex-fill-field-bounds): New function. |
| 116 | (bibtex-fill-field): New command. Bound to | 125 | (bibtex-fill-field): New command. Bound to fill-paragraph-function. |
| 117 | fill-paragraph-function. | ||
| 118 | (bibtex-fill-entry): Use bibtex-fill-field-bounds | 126 | (bibtex-fill-entry): Use bibtex-fill-field-bounds |
| 119 | (bibtex-String): Use bibtex-strings. Always obey | 127 | (bibtex-String): Use bibtex-strings. Always obey |
| 120 | bibtex-sort-ignore-string-entries. | 128 | bibtex-sort-ignore-string-entries. |
| 121 | 129 | ||
| 122 | 2003-07-05 John Paul Wallington <jpw@gnu.org> | 130 | 2003-07-05 John Paul Wallington <jpw@gnu.org> |
| 123 | 131 | ||
| 124 | * cus-theme.el (customize-create-theme): | 132 | * cus-theme.el (customize-create-theme): |
| 125 | Call `customize-create-theme' in Reset widget's notify function. | 133 | Call `customize-create-theme' in Reset widget's notify function. |
| 126 | 134 | ||
| 127 | * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line) | 135 | * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line) |