aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2003-12-29 20:28:06 +0000
committerRichard M. Stallman2003-12-29 20:28:06 +0000
commit00b3c1cd3194a3d2586d50bb2ce5ee39f88bff6f (patch)
tree63e92bc631fd7df107365845209b3f74486bf763 /lisp
parent39be25da15140fb56874984e1c52bf792b70fdd6 (diff)
downloademacs-00b3c1cd3194a3d2586d50bb2ce5ee39f88bff6f.tar.gz
emacs-00b3c1cd3194a3d2586d50bb2ce5ee39f88bff6f.zip
(Refresh Screen): Add force-window-update.
(Invisible Text): Explain about moving point out of invis text. (Overlay Properties): Add overlay-properties. (Managing Overlays): Add overlayp. (GIF Images): Invalid image number displays a hollow box.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8c8fba26c93..c6694b0ad03 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,40 @@
12003-12-29 Richard M. Stallman <rms@gnu.org> 12003-12-29 Richard M. Stallman <rms@gnu.org>
2 2
3 * textmodes/flyspell.el (mail-mode-flyspell-verify):
4 Search for header separator alone on a line, literally,
5 and search for it backward, not forward.
6 (flyspell-abbrev-table): Always use global-abbrev-table
7 if there is no local one.
8
9 * progmodes/sh-script.el (sh-get-indent-info):
10 Don't move point back if at bob.
11
12 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
13
14 * play/handwrite.el (handwrite): Make the handwrite credit message
15 a comment rather than an output command.
16
17 * obsolete/sc.el: Display message that this file is obsolete.
18
19 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20
21 * mail/rfc822.el (rfc822-address-start): Declare variable.
22 Renamed from address-start. All uses changed.
23
24 * term.el (term-exec): Set up sentinel.
25 (term-sentinel): New function.
26 (term-handle-exit): New function.
27
28 * subr.el (assoc-ignore-case, assoc-ignore-representation):
29 Use assoc-string, and mark them obsolete.
30 (delay-mode-hooks): Mark as permanent local.
31
32 * simple.el (sendmail-user-agent-compose): Use assoc-string.
33
34 * register.el (copy-rectangle-to-register): Doc fix.
35
36 * info.el (Info-insert-dir): Use assoc-string.
37
3 * info-look.el (info-lookup): Use assoc-string. 38 * info-look.el (info-lookup): Use assoc-string.
4 39
5 * frame.el (pop-up-frame-function): Use quote, not `function'. 40 * frame.el (pop-up-frame-function): Use quote, not `function'.