comparison lisp/ChangeLog @ 66744:3fbf09f9769f

(reveal-post-command): Rework the handling of reveal-open-spots, so as to be more reliable. There were several tricky corner cases where an open spot might be lost, or where a closed spot might end up on the list of open spots. Only reveal text that's ellipsised.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 07 Nov 2005 22:33:31 +0000
parents 9c1f10ee6651
children d7776140d845
comparison
equal deleted inserted replaced
66743:e0df9e6c3f65 66744:3fbf09f9769f
1 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * reveal.el (reveal-post-command): Rework the handling of
4 reveal-open-spots, so as to be more reliable. There were several
5 tricky corner cases where an open spot might be lost, or where
6 a closed spot might end up on the list of open spots.
7 Only reveal text that's ellipsised.
8
1 2005-11-07 Carsten Dominik <dominik@science.uva.nl> 9 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
2 10
3 * textmodes/org.el (org-export-as-html): Removed bogus (debug) form. 11 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
4 12
5 2005-11-06 Richard M. Stallman <rms@gnu.org> 13 2005-11-06 Richard M. Stallman <rms@gnu.org>
6 14
7 * progmodes/compile.el (compilation-internal-error-properties): 15 * progmodes/compile.el (compilation-internal-error-properties):
8 save-excursion around the computation of MARKER. 16 save-excursion around the computation of MARKER.
17 * ibuffer.el (ibuffer): Search all visible frames when getting 25 * ibuffer.el (ibuffer): Search all visible frames when getting
18 Ibuffer buffer's window. 26 Ibuffer buffer's window.
19 27
20 2005-11-07 Masatake YAMATO <jet@gyve.org> 28 2005-11-07 Masatake YAMATO <jet@gyve.org>
21 29
22 * man.el (Man-reference-regexp): Accpet spaces between 30 * man.el (Man-reference-regexp): Accpet spaces between
23 `Man-name-regexp' and `Man-section-regexp'. 31 `Man-name-regexp' and `Man-section-regexp'.
24 (Man-apropos-regexp): New variable. 32 (Man-apropos-regexp): New variable.
25 (Man-abstract-xref-man-page): Use value for `Man-target-string' 33 (Man-abstract-xref-man-page): Use value for `Man-target-string'
26 if available. 34 if available.
27 (Man-highlight-references, Man-highlight-references0): Handle 35 (Man-highlight-references, Man-highlight-references0):
28 the case when `Man-arguments' includes "-k". 36 Handle the case when `Man-arguments' includes "-k".
29 (Man-highlight-references0): Rename the argument `TARGET-POS' to 37 (Man-highlight-references0): Rename the argument `TARGET-POS' to
30 `TARGET'. `TARGET' can be a number, function or nil. 38 `TARGET'. `TARGET' can be a number, function or nil.
31 39
32 2005-11-06 Nick Roberts <nickrob@snap.net.nz> 40 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
33 41
34 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete) 42 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)