comparison lisp/ChangeLog @ 51785:9c5588c1db7c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 07 Jul 2003 15:24:40 +0000
parents 0b77dff686e7
children 6b9f555f9278
comparison
equal deleted inserted replaced
51784:abcb358beb61 51785:9c5588c1db7c
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.
4 16
5 2003-07-06 Kim F. Storm <storm@cua.dk> 17 2003-07-06 Kim F. Storm <storm@cua.dk>
7 * info.el (Info-menu-entry-name-re): Add `:' to second [] part. 19 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8 This should fix the infinite loop when extracting menu names. 20 This should fix the infinite loop when extracting menu names.
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
40 docstring, add # as one of the chars to crush 50 docstring, add # as one of the chars to crush
41 (bibtex-autokey-prefix-string, bibtex-autokey-names) 51 (bibtex-autokey-prefix-string, bibtex-autokey-names)
54 (bibtex-autokey-titleword-length) 64 (bibtex-autokey-titleword-length)
55 (bibtex-autokey-titleword-separator) 65 (bibtex-autokey-titleword-separator)
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.
68 (bibtex-parse-field-string): Use syntax table and forward-sexp. 77 (bibtex-parse-field-string): Use syntax table and forward-sexp.
69 (bibtex-parse-association): Simplify. 78 (bibtex-parse-association): Simplify.
75 (bibtex-end-of-name-in-field, bibtex-end-of-field) 84 (bibtex-end-of-name-in-field, bibtex-end-of-field)
76 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field) 85 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
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
84 beginning and end of entry. 93 beginning and end of entry.
85 (bibtex-enclosing-field): Simplify. 94 (bibtex-enclosing-field): Simplify.
101 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT) 110 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
102 (bibtex-Preamble): Avoid hard coded constants. 111 (bibtex-Preamble): Avoid hard coded constants.
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)
128 (ibuffer-mark-interactive): Use `or' instead of `unless'. 136 (ibuffer-mark-interactive): Use `or' instead of `unless'.
129 (define-ibuffer-column name): Add summarizer. 137 (define-ibuffer-column name): Add summarizer.