comparison lisp/ChangeLog @ 67895:38a44c9a355f

*** empty log message ***
author Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
date Thu, 29 Dec 2005 15:25:28 +0000
parents 7ee3fee734b9
children 059f4eadf087
comparison
equal deleted inserted replaced
67894:d742983a2136 67895:38a44c9a355f
1 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2
3 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4 (bibtex-entry-type-str, bibtex-empty-field-re)
5 (bibtex-search-backward-string, bibtex-preamble-prefix)
6 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head):
7 Removed.
8 (bibtex-any-valid-entry-type): New variable.
9 (bibtex-parse-field-name): Simplify.
10 (bibtex-parse-string, bibtex-search-forward-string): New arg
11 empty-key.
12 (bibtex-preamble-prefix): Include left delimiter.
13 (bibtex-search-forward-field, bibtex-search-backward-field): Allow
14 unbounded search past entry boundaries (required by bibtex-pop).
15 (bibtex-text-in-field-bounds): Use push.
16 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17 (bibtex-parse-preamble, bibtex-valid-entry)
18 (bibtex-beginning-first-field): New functions.
19 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
20 (bibtex-map-entries): Fix docstring.
21 (bibtex-flash-head): New arg prompt. Simplify.
22 (bibtex-enclosing-field): Include code of bibtex-inside-field.
23 (bibtex-insert-kill): Simplify. Always insert text past the
24 current field or entry.
25 (bibtex-format-entry): Use bibtex-parse-field.
26 (bibtex-pop): Use bibtex-beginning-of-entry and
27 bibtex-end-of-entry to initiate the search. Insert empty field if
28 we found ourselves.
29 (bibtex-print-help-message): New args field and comma. Handle
30 entry keys.
31 (bibtex-make-field): Use bibtex-beginning-of-entry.
32 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
33 invalid entry.
34 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
35 Handle preambles. Simplify code for thorough test.
36 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
37 New arg comma. Handle entry heads.
38 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
39 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
40 New arg comma.
41 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
42 (bibtex-fill-field): Simplify.
43 (bibtex-fill-entry): Use bibtex-beginning-first-field and
44 bibtex-parse-field.
45 (bibtex-convert-alien): Do not wait before calling
46 bibtex-validate.
47 (bibtex-complete): Use bibtex-parse-preamble.
48
1 2005-12-29 Nick Roberts <nickrob@snap.net.nz> 49 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
2 50
3 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1): 51 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4 Display name of expression instead of convenience variable. 52 Display name of expression instead of convenience variable.
5 (gdb-post-prompt): Only call gdb-get-changed-registers if needed. 53 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.