comparison lisp/ChangeLog @ 52895:7f0f21579227

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Oct 2003 23:39:19 +0000
parents bc07c51257ae
children 14383cacf330
comparison
equal deleted inserted replaced
52894:e8f59117cabb 52895:7f0f21579227
1 2003-10-21 David Ponce <david@dponce.com>
2
3 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
4 argument REAL, to return a real number instead of a rounded
5 integer value. Define as inline function.
6 (ruler-mode-right-fringe-cols): Likewise.
7 (ruler-mode-scroll-bar-cols): New function.
8 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
9 (ruler-mode-right-scroll-bar-cols): Likewise.
10 (ruler-mode-space): New function.
11 (ruler-mode-ruler): Use it. Handle variations of fringe style,
12 scroll bar mode and margins in a more robust way.
13
14 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
15
16 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
17 (antlr-c-init-language-vars): New function.
18 (antlr-mode): Use it with cc-mode before v5.29.
19 (antlr-c-common-init): Don't set some local vars here.
20 (antlr-mode): Set them here.
21 (antlr-c-forward-sws): New function alias.
22 (antlr-mode): Redefine with cc-mode before v5.30.
23 (antlr-skip-sexps): Use it.
24 (antlr-skip-exception-part): Ditto.
25 (antlr-skip-file-prelude): Ditto.
26 (antlr-outside-rule-p): Ditto.
27 (antlr-end-of-body): Ditto.
28 (antlr-option-kind): Ditto.
29 (antlr-insert-option-area): Ditto.
30 (antlr-file-dependencies): Ditto.
31
32 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33
34 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
35 Move backward only if point was not inside an entry.
36
37 2003-10-21 Richard M. Stallman <rms@gnu.org>
38
39 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
40
41 2003-10-21 Juri Linkov <juri@jurta.org>
42
43 * compare-w.el: Automatically skip non-matching text to resync.
44 (compare-windows-whitespace): Doc fix.
45 (compare-windows-sync, compare-windows-sync-string-size)
46 (compare-windows-recenter, compare-ignore-whitespace)
47 (compare-windows-highlight, compare-windows-face): New variables.
48 (compare-windows): Use compare-windows-sync.
49 (compare-windows-highlight, compare-windows-dehighlight)
50 (compare-windows-sync-regexp)
51 (compare-windows-sync-default-function): New functions.
52
53 2003-10-21 Juri Linkov <juri@jurta.org>
54
55 * diff.el (diff-parse-differences): Don't visit the files now;
56 instead, just record the error locus.
57
1 2003-10-21 Dave Love <fx@gnu.org> 58 2003-10-21 Dave Love <fx@gnu.org>
2 59
3 * progmodes/cfengine.el: New file. 60 * progmodes/cfengine.el: New file.
4 61
5 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca> 62 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>