comparison lisp/ChangeLog @ 41546:980cfdbcbffb

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Nov 2001 11:01:20 +0000
parents ab74aff7a617
children a55ea4046e6f
comparison
equal deleted inserted replaced
41545:3349025e46e2 41546:980cfdbcbffb
1 2001-11-26 Richard M. Stallman <rms@gnu.org>
2
3 * window.el (save-selected-window): No error if saved window is dead.
4
5 * help-funs.el (describe-syntax): Put (interactive) after doc string.
6
1 2001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 7 2001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 8
3 * international/quail.el (quail-help): Require help-mode in 9 * international/quail.el (quail-help): Require help-mode in
4 top-level instead. 10 top-level instead.
5 11
16 (diff-hunk-text): Make `char-offset' non-optional. 22 (diff-hunk-text): Make `char-offset' non-optional.
17 (diff-find-text): Return a cons cell. 23 (diff-find-text): Return a cons cell.
18 (diff-find-approx-text): New fun. 24 (diff-find-approx-text): New fun.
19 (diff-find-source-location): Use it. 25 (diff-find-source-location): Use it.
20 (diff-apply-hunk, diff-test-hunk, diff-goto-source): 26 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
21 Adapt to new retval of diff-find-source-location. 27 Adapt to new retval of diff-find-text.
22 28
23 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string- 29 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
24 rather than integer- representation of dates. 30 rather than integer- representation of dates.
25 31
26 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil. 32 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.