comparison lisp/ChangeLog @ 82984:3b1f99f17618

Merged in changes from CVS head Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-5 Add =cvs-sync-make-log script * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-6 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-7 Use absolute tla-tools filenames in =cvs-sync-make-log * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-8 Use proper arch-tag: syntax for lispintro/texinfo.tex * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-9 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-24
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 30 Dec 2003 17:05:05 +0000
parents 1747ce67f759 20dec060296e
children 0abaf12fa706
comparison
equal deleted inserted replaced
82983:21720c013048 82984:3b1f99f17618
1 2003-12-30 Eli Zaretskii <eliz@elta.co.il>
2
3 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
4 error in arguments to base64-decode-region. Remove ^M characters
5 after decoding base64.
6
7 2003-12-30 Simon Josefsson <jas@extundo.com>
8
9 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
10 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11 have only been distributed with Emacs for some years.
12 (texinfo-mode-hook): Customize.
13
14 2003-12-30 Eli Zaretskii <eliz@elta.co.il>
15
16 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
17 cleaner (suggested by Richard Stallman).
18
19 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21 file-name clashes on 8+3 DOS filesystems.
22
23 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
24 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
25 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
26 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
27 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
28 file-name clashes on 8+3 filesystems.
29
30 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed
31 from testcover-unsafep.el and testcover-ses.el to avoid file-name
32 clashes on 8+3 DOS filesystems.
33
34 2003-12-29 Richard M. Stallman <rms@gnu.org>
35
36 * textmodes/flyspell.el (mail-mode-flyspell-verify):
37 Search for header separator alone on a line, literally,
38 and search for it backward, not forward.
39 (flyspell-abbrev-table): Always use global-abbrev-table
40 if there is no local one.
41
42 * progmodes/sh-script.el (sh-get-indent-info):
43 Don't move point back if at bob.
44
45 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
46
47 * play/handwrite.el (handwrite): Make the handwrite credit message
48 a comment rather than an output command.
49
50 * obsolete/sc.el: Display message that this file is obsolete.
51
52 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
53
54 * mail/rfc822.el (rfc822-address-start): Declare variable.
55 Renamed from address-start. All uses changed.
56
57 * term.el (term-exec): Set up sentinel.
58 (term-sentinel): New function.
59 (term-handle-exit): New function.
60
61 * subr.el (assoc-ignore-case, assoc-ignore-representation):
62 Use assoc-string, and mark them obsolete.
63 (delay-mode-hooks): Mark as permanent local.
64
65 * simple.el (sendmail-user-agent-compose): Use assoc-string.
66
67 * register.el (copy-rectangle-to-register): Doc fix.
68
69 * info.el (Info-insert-dir): Use assoc-string.
70
71 * info-look.el (info-lookup): Use assoc-string.
72
73 * frame.el (pop-up-frame-function): Use quote, not `function'.
74 (frame-notice-user-settings): Calculate ADJUSTED-TOP
75 copying with lists as coordinate values.
76
77 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
78
79 * find-dired.el (kill-find): New command.
80 (find-dired): Make buffer read-only.
81 Set up a keymap with C-c C-k running kill-find.
82 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
83
84 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
85
86 * filecache.el (file-cache-ignore-case): New variable.
87 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
88
89 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
90 (comint-dynamic-complete-as-filename): Rename local vars.
91 (comint-dynamic-list-filename-completions): Likewise.
92
93 * comint.el (comint-dynamic-list-completions-config): New var.
94 (comint-dynamic-list-completions): Handle both SPC and TAB right.
95
96 * comint.el (comint-file-name-chars): Add [].
97 (comint-word): Use skip-chars-backward, not search.
98
99 * shell.el (shell-file-name-chars): Add [].
100
101 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
102
103 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
104
105 * generic.el (define-generic-mode): Doc fix.
106
107 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
108
109 * files.el (kill-some-buffers): Doc fix.
110
111 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
112
113 * comint.el (comint-watch-for-password-prompt): Pass `string' as
114 arg to send-invisible
115 (send-invisible): Doc fix. The argument is now a prompt, not the
116 string to send.
117 (comint-read-noecho): Doc fix.
118
119 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
120
121 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
122 "@", as required by some ISP hosting service. Fix defcustom
123 argument syntax errors that prevented use of customization.
124
125 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
126
127 * xml.el (xml-get-attribute-or-nil): Doc fix.
128
129 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
130
131 * net/zone-mode.el (zone-mode): Use write-file-functions, not
132 write-file-hooks.
133
134 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
135
136 * autorevert.el (auto-revert-interval): Doc fix.
137
138 2003-12-29 Mark A. Hershberger <mah@everybody.org>
139
140 * xml.el (xml-get-attribute-or-nil): New function, like
141 xml-get-attribute, but returns nil if the attribute was not found.
142 (xml-get-attribute): Converted to defsubst, uses
143 xml-get-attribute-or-nil.
144
145 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
146
147 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
148
149 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
150
151 * custom.el (custom-declare-theme): Use `value' when putting
152 properties on `theme'.
153
154 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
155
156 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
157 for each yank-handler segment.
158 (insert-for-yank-1): New function, with the body of the previous
159 insert-for-yank.
160
161 * textmodes/table.el (table-yank-handler): New defcustom.
162 (table--put-cell-indicator-property): Put yank-handler property
163 that indicates the yank handler for the table cell.
164
165 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
166
167 * generic-x.el (etc-modules-conf-generic-mode): A more complete
168 set of keywords.
169
170 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
171
172 * international/mule-cmds.el (reset-language-environment)
173 (set-language-environment): Don't invoke fontset-related functions
174 if fontset-list is not fboundp.
175
176 2003-12-29 Kenichi Handa <handa@m17n.org>
177
178 * international/mule-cmds.el (reset-language-environment): Call
179 set-overriding-fontspec-internal with nil.
180 (set-language-environment): Call set-overriding-fontspec-internal
181 if the language environment specify `overriding-fontspec'.
182 (language-info-alist): Doc added.
183
184 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
185 characters of mule-unicode-0100-24ff.
186 (ccl-encode-windows-1251-font): New CCL program.
187 ("Bulgarian"): Specify overriding-fontspec.
188 ("Belarusian"): Likewise.
189
1 2003-12-28 Sam Steingold <sds@gnu.org> 190 2003-12-28 Sam Steingold <sds@gnu.org>
2 191
3 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional 192 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
4 parameter ID-FORMAT to conform with the 2003-11-30 patch. 193 parameter ID-FORMAT to conform with the 2003-11-30 patch.
5 194
43 group id's. 232 group id's.
44 233
45 2003-12-25 Luc Teirlinck <teirllm@auburn.edu> 234 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
46 235
47 * ffap.el (ffap-read-file-or-url): Revert previous change. 236 * ffap.el (ffap-read-file-or-url): Revert previous change.
237
238 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
239
240 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
241 new list of included files called `files-with-node-lines', that
242 only have node lines. This way @include commands can include any
243 file, such as version and update files without node lines, not
244 just files that are chapters.
48 245
49 2003-12-25 Andreas Schwab <schwab@suse.de> 246 2003-12-25 Andreas Schwab <schwab@suse.de>
50 247
51 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when 248 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
52 file not found. 249 file not found.
540 base64-decode-region signals an error, catch it and silently 737 base64-decode-region signals an error, catch it and silently
541 ignore it. 738 ignore it.
542 739
543 2003-11-01 Mark A. Hershberger <mah@everybody.org> 740 2003-11-01 Mark A. Hershberger <mah@everybody.org>
544 741
545 * xml.el: Allow comments following the top-level element. 742 * xml.el (xml-parse-region): Allow comments to appear after the
546 Separate out namespace parsing into special functions. 743 topmost element has closed.
547 Change namespace parsing to return ('ns-uri . "local-name") 744 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
548 instead of '{ns-uri}local-name. 745 (xml-ns-expand-attr): New functions to do namespace handling.
746 (xml-intern-attrlist): Back-compatible handling of attribute
747 names.
748 (xml-parse-tag): Move namespace handling to seperate functions.
749 Now produces elements in the form ((:ns . "element") (attr-list)
750 children) instead of ('ns:element (attr-list) children).
751 (xml-parse-attlist): Fix attribute parsing.
752 (xml-parse-dtd): Change parsing so that it produces strings
753 instead of interned symbols.
549 754
550 2003-11-01 era@iki.fi <era@iki.fi> (tiny change) 755 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
551 756
552 * dired.el (dired-ls-sorting-switches): Doc fix. 757 * dired.el (dired-ls-sorting-switches): Doc fix.
553 758