comparison lisp/ChangeLog @ 83005:0b195559ccf5

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-17 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-18 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-45
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 05 Jan 2004 05:58:50 +0000
parents e654e1383970 837280979573
children 892c6294eb08
comparison
equal deleted inserted replaced
83004:7900111db01c 83005:0b195559ccf5
1 2004-01-04 Karl Berry <karl@gnu.org>
2
3 * emacs-lisp/copyright.el (copyright-regexp): allow the common
4 comment characters % and # in the copyright year notice,
5 as well as ;.
6
7 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
8
9 * wid-edit.el (default): Define dummy :value-delete.
10 Reported by Jesper Harder <harder@ifa.au.dk>.
11
12 2004-01-03 Richard M. Stallman <rms@gnu.org>
13
14 * progmodes/compile.el (compile-internal): Use point, not point-min,
15 for set-window-point.
16
17 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18
19 * emacs-lisp/lisp-mnt.el (lm-section-end): require outline.
20
21 * progmodes/grep.el (grep-mode-map):
22 Don't remap next-line, previous-line.
23
24 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
25
26 * speedbar.el (speedbar-edit-line): Change regexp to position
27 the cursor on the first character of this line's button.
28
29 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
30
31 * subr.el (functionp): Doc fix.
32
1 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change) 33 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
2 34
3 * progmodes/idlwave.el (idlwave-make-tags): 35 * progmodes/idlwave.el (idlwave-make-tags):
4 * textmodes/flyspell.el (flyspell-large-region):. 36 * textmodes/flyspell.el (flyspell-large-region):.
5 * progmodes/make-mode.el (makefile-query-by-make-minus-q): 37 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6 * emulation/viper-util.el (viper-glob-unix-files): 38 * emulation/viper-util.el (viper-glob-unix-files):
7 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): 39 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
8 * man.el (Man-init-defvars): 40 * man.el (Man-init-defvars):
66 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed 98 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed
67 from testcover-unsafep.el and testcover-ses.el to avoid file-name 99 from testcover-unsafep.el and testcover-ses.el to avoid file-name
68 clashes on 8+3 DOS filesystems. 100 clashes on 8+3 DOS filesystems.
69 101
70 2003-12-29 Richard M. Stallman <rms@gnu.org> 102 2003-12-29 Richard M. Stallman <rms@gnu.org>
103
104 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
105 Upcase the character.
71 106
72 * textmodes/flyspell.el (mail-mode-flyspell-verify): 107 * textmodes/flyspell.el (mail-mode-flyspell-verify):
73 Search for header separator alone on a line, literally, 108 Search for header separator alone on a line, literally,
74 and search for it backward, not forward. 109 and search for it backward, not forward.
75 (flyspell-abbrev-table): Always use global-abbrev-table 110 (flyspell-abbrev-table): Always use global-abbrev-table