comparison lisp/ChangeLog @ 55348:c1f70dc19ce5

(bibtex-progress-message): Fix docstring. (bibtex-entry-update): New command bound to C-c C-u. (bibtex-text-in-string): Fix regexp. (bibtex-assoc-of-regexp): Remove. (bibtex-progress-message): Fix docstring. (bibtex-inside-field): Use if. (bibtex-assoc-regexp): New function. (bibtex-format-entry): Make code more robust so it formats also old entries. (bibtex-autokey-demangle-title): Merge with obsolete function bibtex-assoc-of-regexp. (bibtex-field-list): New function. (bibtex-entry): Use bibtex-field-list. (bibtex-parse-entry): Fix docstring. (bibtex-print-help-message): Use bibtex-field-list. (bibtex-make-field): Use bibtex-field-list. (bibtex-entry-index): Bugfix. Return crossref key if required. (bibtex-lessp): Fix docstring.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 03 May 2004 23:04:55 +0000
parents db73f720cd94
children c8a5d5bfeeff
comparison
equal deleted inserted replaced
55347:ca50b63ed141 55348:c1f70dc19ce5
1 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2
3 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
4 (bibtex-entry-update): New command bound to C-c C-u.
5 (bibtex-text-in-string): Fix regexp.
6 (bibtex-assoc-of-regexp): Remove.
7 (bibtex-progress-message): Fix docstring.
8 (bibtex-inside-field): Use if.
9 (bibtex-assoc-regexp): New function.
10 (bibtex-format-entry): Make code more robust so that it formats
11 also old entries.
12 (bibtex-autokey-demangle-title): Merge with obsolete function
13 bibtex-assoc-of-regexp.
14 (bibtex-field-list): New function.
15 (bibtex-entry): Use bibtex-field-list.
16 (bibtex-parse-entry): Fix docstring.
17 (bibtex-print-help-message): Use bibtex-field-list.
18 (bibtex-make-field): Use bibtex-field-list.
19 (bibtex-entry-index): Bugfix. Return crossref key if required.
20 (bibtex-lessp): Fix docstring.
21
1 2004-05-03 Luc Teirlinck <teirllm@auburn.edu> 22 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2 23
3 * select.el (xselect-convert-to-string): Move comment to intended 24 * select.el (xselect-convert-to-string): Move comment to intended line.
4 line.
5 25
6 2004-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 26 2004-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
7 27
8 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for 28 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
9 cut/copy/paste in case menu-bar-enable-clipboard is in effect. 29 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17 37
18 * makefile.nt: Remove. 38 * makefile.nt: Remove.
19 39
20 2004-05-03 Kim F. Storm <storm@cua.dk> 40 2004-05-03 Kim F. Storm <storm@cua.dk>
21 41
22 * emulation/cua-base.el (cua--update-indications): 42 * emulation/cua-base.el (cua--update-indications): Fix last change.
23 Fix last change.
24 (cua-mode): Deactivate mark when cua-mode is enabled. 43 (cua-mode): Deactivate mark when cua-mode is enabled.
25 44
26 2004-05-02 Luc Teirlinck <teirllm@auburn.edu> 45 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
27 46
28 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' 47 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
29 to t.
30 48
31 2004-05-03 Nick Roberts <nickrob@gnu.org> 49 2004-05-03 Nick Roberts <nickrob@gnu.org>
32 50
33 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer) 51 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
34 (gdb-display-source-buffer, gdb-put-breakpoint-icon) 52 (gdb-display-source-buffer, gdb-put-breakpoint-icon)