comparison lisp/ChangeLog @ 59734:2a747dcd16c8

*** empty log message ***
author Lute Kamstra <lute@gnu.org>
date Tue, 25 Jan 2005 17:26:11 +0000
parents 5b18dc96332b
children cb5187e74fa8
comparison
equal deleted inserted replaced
59733:96d73eb02751 59734:2a747dcd16c8
1 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2
3 * textmodes/bibtex.el (bibtex-format-entry): Use
4 `bibtex-empty-field-re' only on the text of fields, not on entire
5 field lines.
6 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7 not on part of a buffer.
8
9 2005-01-25 Lute Kamstra <lute@gnu.org>
10
11 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12 nonempty field text strings like "{letters\\macro{}more letters}".
13 Clarify docstring.
14 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
15 (bibtex-entry-offset, bibtex-parse-association)
16 (bibtex-parse-field-name): Fix typos in docstrings.
17 (bibtex-field-list, bibtex-find-crossref): Fix typos in error
18 messages.
19
1 2005-01-24 Carsten Dominik <dominik@science.uva.nl> 20 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
2 21
3 * textmodes/reftex-global.el (reftex-isearch-push-state-function) 22 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
4 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search) 23 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
5 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off) 24 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
98 2005-01-20 Steven Tamm <steventamm@mac.com> 117 2005-01-20 Steven Tamm <steventamm@mac.com>
99 118
100 * term/mac-win.el (process-connection-type): Removed. 119 * term/mac-win.el (process-connection-type): Removed.
101 Controlled now by s/darwin.h:PTY_ITERATION. 120 Controlled now by s/darwin.h:PTY_ITERATION.
102 121
103 >>>>>>> 1.6921
104 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca> 122 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
105 123
106 * window.el (handle-select-window): Don't switch window when we're 124 * window.el (handle-select-window): Don't switch window when we're
107 in the minibuffer. 125 in the minibuffer.
108 126
319 2005-01-15 Alan Mackenzie <acm@muc.de> 337 2005-01-15 Alan Mackenzie <acm@muc.de>
320 338
321 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree 339 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
322 rather than the element found, thus enabling the tree to be setcar'd. 340 rather than the element found, thus enabling the tree to be setcar'd.
323 341
324 >>>>>>> 1.6903
325 2005-01-14 Carsten Dominik <dominik@science.uva.nl> 342 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
326 343
327 * textmodes/org.el (org-show-following-heading): New option. 344 * textmodes/org.el (org-show-following-heading): New option.
328 (org-show-hierarchy-above): Use `org-show-following-heading'. 345 (org-show-hierarchy-above): Use `org-show-following-heading'.
329 (org-cycle): Documentation fix. 346 (org-cycle): Documentation fix.