aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2004-05-03 23:04:55 +0000
committerStefan Monnier2004-05-03 23:04:55 +0000
commit8bf38a9bfef78cbfe65762db736188cfaa99dbd7 (patch)
tree4bf2fc4b6f73e4fb294467c0ee371aff2043fa95 /lisp/ChangeLog
parente0db3d3f0048af8557090bc93d75bcfd43774bbc (diff)
downloademacs-8bf38a9bfef78cbfe65762db736188cfaa99dbd7.tar.gz
emacs-8bf38a9bfef78cbfe65762db736188cfaa99dbd7.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog30
1 files changed, 24 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bc05f864677..157b5416eaa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,27 @@
12004-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
12004-05-03 Luc Teirlinck <teirllm@auburn.edu> 222004-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
62004-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 262004-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
7 27
@@ -19,14 +39,12 @@
19 39
202004-05-03 Kim F. Storm <storm@cua.dk> 402004-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
262004-05-02 Luc Teirlinck <teirllm@auburn.edu> 452004-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
312004-05-03 Nick Roberts <nickrob@gnu.org> 492004-05-03 Nick Roberts <nickrob@gnu.org>
32 50