Change doc-string comments to `new style' [w/`doc:' keyword].
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
db6f8ff1
KS
12001-10-20 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (kill-ring-save): Don't show extent of copied region
4 if using transient-mark-mode and region is fully visible.
5
8f9495e7
EZ
62001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * files.el (auto-mode-alist): Associate .indent.pro with
9 Fundamental mode. Suggested by Samuel Padgett
10 <spadgett1@nc.rr.com>.
11
1f006824
SS
122001-10-18 Sam Steingold <sds@gnu.org>
13
14 Put the *Compile-Log* buffer in `compilation-mode'.
15 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
16 (byte-compile-log-1, byte-compile-log-file)
17 (displaying-byte-compile-warnings): use it
18
e54030af
SM
192001-10-18 Stefan Monnier <monnier@cs.yale.edu>
20
d2f11dda
SM
21 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
22
e54030af
SM
23 * xml.el (xml-parse-tag): Use eq on char-after's return value.
24
d0035f7a
GM
252001-10-18 Gerd Moellmann <gerd@gnu.org>
26
3f482bc0
GM
27 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
28
e54030af
SM
29 * obsolete/hilit19.el (hilit-lookup-face-create):
30 Call set-face-font only if display-graphic-p.
d0035f7a
GM
31 (toplevel): Remove references to window-system.
32
4d251ae7
MB
332001-10-18 Miles Bader <miles@gnu.org>
34
35 * simple.el (what-line): Avoid problems with field properties.
36
2670cf80
EZ
372001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
38
39 * wid-edit.el (widget-field-face, widget-single-line-field-face):
40 Define special colors for a tty.
41
5889cc20
FP
422001-10-17 Francesco Potorti` <pot@gnu.org>
43
44 * comint.el (comint-password-prompt-regexp): Make it less
45 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
46
2670cf80 472001-10-17 John Wiegley <johnw@gnu.org>
af15ae25
JW
48
49 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
50 a regular file, before checking if it is a directory or symlink.
51 This avoids a call to eshell-file-attributes, which can be
52 expensive in some situations.
53
54 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
55 customization variable, to differentiate ls-in-dired from regular
56 uses of ls.
57
3d58b15e
MB
582001-10-17 Miles Bader <miles@gnu.org>
59
60 * custom.el (defface): Mention `:inherit' in doc-string.
61
ca5b46fc
EZ
622001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
63
64 * paren.el: Update the Commentary with installation instructions.
65
56378db4
GM
662001-10-15 Dave Love <fx@gnu.org>
67
68 * international/mule.el (set-auto-coding): Fix regexps for local
69 variables section not to eat newlines.
70
31252c00
MB
712001-10-15 Miles Bader <miles@gnu.org>
72
73 * simple.el (display-message-or-buffer): Pass the correct buffer
74 to `display-buffer'.
75
0c88c937
SM
762001-10-14 Stefan Monnier <monnier@cs.yale.edu>
77
78 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
79 (executable-find): Use exec-suffixes.
80 (executable-set-magic): Don't use make-local-hook.
81
82 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
83
5a595785
EZ
842001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
85
a12ca054
EZ
86 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
87 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
88 Add .so to the Unix and GNU branch.
89
0c88c937
SM
90 * international/latin-1.el:
91 * international/latin-2.el:
92 * international/latin-3.el:
93 * international/latin-4.el:
94 * international/latin-5.el:
95 * international/latin-8.el:
5a595785
EZ
96 * international/latin-9.el: Add no-byte-compile: t, since
97 Makefile.in instructs make-docfile to look at .el files.
98
530893b2
MB
992001-10-14 Miles Bader <miles@gnu.org>
100
101 * button.el (define-button-type): Allow supertype property to be
102 specified with a keyword `:supertype' too.
103 (button-put, make-text-button): Allow button type property to be
104 specified using the keyword `:type' too.
105 (button-type): New function.
106 (button): Add `button-category-symbol' property.
107
6efb29ef
SM
1082001-10-13 Stefan Monnier <monnier@cs.yale.edu>
109
0c88c937
SM
110 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
111 indent-new-comment-line from comment-indent-new-line.
112
6efb29ef
SM
113 * textmodes/refill.el (refill-mode):
114 Bind DEL to backward-delete-char-untabify.
115 Set backward-delete-char-untabify-method to `hungry'.
116
117 * textmodes/bib-mode.el (bib-mode):
118 * play/gomoku.el (gomoku-mode):
119 * textmodes/page-ext.el (pages-directory-mode):
120 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
121
122 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
123
124 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
125
126 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
127 Handle here-docs differently.
128 (sh-font-lock-heredoc): Remove.
129 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
130 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
131 (sh-font-lock-open-heredoc): New functions.
132 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
133 (sh-font-lock-keywords-1): Use regexp-opt.
134 (sh-in-comment-or-string): Use syntax-ppss.
135 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
136 (sh-select, sh-tmp-file): Add explicit terminating \n.
137
138 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
139 Use with-current-buffer.
140 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
141 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
142 filename), catch any error that occurs in `ange-ftp-cd'.
143 If an error happened, don't bother sending `cmd' at all.
144 Fix a parenthesis typo.
145 (ange-ftp-write-region): Don't blindly use binary if the remote host
146 is unix-like.
147
148 * play/pong.el (pong-init): Don't use make-local-hook.
149
2d341681 1502001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
6efb29ef
SM
151
152 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
153 (viper-get-ex-address-subr): More precise addr for the $ marker
154
eef9b65f
EZ
1552001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
156
157 * version.el (emacs-version): Bump to 21.1.50.
158
a2bdcec4
PJ
1592001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
160
161 * mail/mailalias.el (mail-directory-stream): Do not double
162 variables in the lambda-list.
163
164 * play/gomoku.el (gomoku-init-display): Ditto.
165
166 * play/landmark.el (lm-init-display): Ditto.
167
168 * delim-col.el (delimit-columns-rectangle-max): Ditto.
169 (delimit-columns-rectangle-line): Ditto.
170
f892ac1d
SM
1712001-10-12 Stefan Monnier <monnier@cs.yale.edu>
172
5a1373f3
SM
173 * newcomment.el (comment-region-internal): Don't rebind
174 invisibility_spec now that the C routines handle it correctly.
175
176 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
177
026f408d
SM
178 * frame.el (special-display-popup-frame): Obey new specs `same-window'
179 and `same-frame'.
180
32993295
SM
181 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
182
183 * simple.el (minibuffer-local*-map): Remove redundant bindings.
184
185 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
186 C-p and C-r. Remove redundant bindings from inheriting maps.
187
f892ac1d
SM
188 * progmodes/cperl-mode.el: Merged in changes from v4.32.
189 After 4.23 and: After 4.24:
190 (cperl-contract-levels): Restore position.
191 (cperl-beautify-level): Likewise.
192 (cperl-beautify-regexp): Likewise.
193 (cperl-commentify): Rudimental support for length=1 runs
194 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
195 After 4.25:
196 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
197 (imenu-example--create-perl-index): Was not enforcing
198 syntaxification-to-the-end.
199 (cperl-invert-if-unless): Allow `for', `foreach'.
200 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
201 Mark qw(), m()x as indentable.
202 (cperl-init-faces): Highlight `sysopen' too.
203 Highlight $var in `for my $var' too.
204 (cperl-invert-if-unless): Was leaving whitespace at end.
205 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
206 (cperl-calculate-indent): Remove old commented out code.
207 Support (primitive) indentation of qw(), m()x.
208 After 4.26:
209 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
210 q [] with intervening newlines.
211 (cperl-autoindent-on-semi): New customization variable.
212 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
213 (cperl-tips): Mention how to make CPerl the default mode.
214 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
215 (cperl-outline-level): New function.
216 (cperl-highlight-variables-indiscriminately): New customization var.
217 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
218 From Sean Kamath <kamath@pogo.wv.tek.com>.
219 (cperl-after-block-p): Support CHECK and INIT.
220 (cperl-init-faces, cperl-short-docs): Likewise and "our".
221 From Doug MacEachern <dougm@covalent.net>.
222 After 4.27:
223 (cperl-find-pods-heres): Recognize \"" as a string.
224 Mark whitespace between q and [] as `syntax-type' => `prestring'.
225 Allow whitespace between << and "FOO".
226 (cperl-problems): Remove \"" and q [] with intervening newlines.
227 Mention multiple <<EOF as unsupported.
228 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
229 (cperl-indent-parens-as-block): New configuration variable.
230 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
231 Use `cperl-indent-parens-as-block'.
232 (cperl-find-pods-heres): Test for =cut without empty line instead of
233 complaining about no =cut.
234 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
235 (cperl-find-pods-heres): Likewise.
236 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
237 POD could've been marked as comment already.
238 (cperl-unwind-to-safe): Unwind before start of POD too.
239 After 4.28:
240 (cperl-forward-re): Throw an error at proper moment REx unfinished.
241 After 4.29:
242 (x-color-defined-p): Make an extra case to peacify the warning.
243 Toplevel: `defvar' to peacify the warnings.
244 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
245 No -nw-compile time warnings now.
246 (cperl-find-tags): TAGS file had too short substring-to-search.
247 Be less verbose in non-interactive mode
248 (imenu-example--create-perl-index): Set index-marker after name
249 (cperl-outline-regexp): New variable.
250 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
251 (cperl-mode): Made use `cperl-outline-regexp'.
252 After 4.30:
253 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
254 (cperl-outline-level): Make start-of-file same level as `package'.
255 After 4.31:
256 (cperl-electric-pod): `head1' and `over' electric only if empty.
257 (cperl-unreadable-ok): New variable.
258 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
259 on an unreadable file.
260 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
261 on an unreadable directory.
262
263 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
264 Consider the text between two errors as belonging to the first error.
265 (compilation-goto-locus): Use pop-to-buffer rather than
266 switch-to-buffer-other-frame.
267
268 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
269 (awk-font-lock-syntactic-keywords): New var.
270 (awk-mode): Use it.
271
272 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
273
274 * faces.el (describe-face): Call help-setup-xref earlier.
275
276 * jka-compr.el (jka-compr-load-suffixes): New var.
277 (jka-compr-install): Add its content to load-suffixes.
278 (jka-compr-uninstall): Remove its content from load-suffixes.
279
b878b8c3
SS
2802001-10-12 Sam Steingold <sds@gnu.org>
281
7ed93890
SS
282 * bindings.el (completion-ignored-extensions): CL-related
283 extensions are platform-independent.
284
b878b8c3
SS
285 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
286 asynchronous multiple file copying.
287
eadd6444
GM
2882001-10-12 Gerd Moellmann <gerd@gnu.org>
289
5a1373f3 290 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
e34fd2f2 291 Turn error for repeated variables into warning.
5a1373f3
SM
292
293 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
294 New function checking that lambda-list consists of non-constant
eadd6444 295 symbols, that &rest and &optional are followed by variable names,
f892ac1d 296 that &rest VAR is the last element, and that variables aren't doubled.
eadd6444
GM
297 (byte-compile-lambda): Use it.
298
beb0990f
GM
2992001-10-12 Eli Barzilay <eli@barzilay.org>
300
301 * calculator.el (calculator-eng-display): Don't call concat
302 with an integer argument.
303
07f904a3
MB
3042001-10-12 Miles Bader <miles@gnu.org>
305
306 * help-mode.el (help-customize-face): New button-type.
b0412574 307
07f904a3
MB
308 * faces.el (list-faces-display): Fix args to `help-xref-button'.
309 (describe-face): Fix args to `help-xref-button'.
310 Don't switch to help-buffer around call to `help-setup-xref'.
311 Use `help-buffer' instead of hard-wired "*Help*".
312 Require `help-mode'.
313
2168e04d
SM
3142001-10-11 Stefan Monnier <monnier@cs.yale.edu>
315
316 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
317
318 * help-mode.el (help-buffer): New function.
319 Returns the buffer-name to use for help output.
320 Change all the code to use it instead of hard-coding *Help*.
321 (help-mode-map): Put back the mouse-2 binding.
322 (help-xref-stack): Change the format and make buffer-local.
323 (help-xref-stack-item): Make buffer-local.
324 (help-setup-xref): Do the `push' here rather than in help-do-xref.
325 (help-xref-interned): Display the face doc as well.
326 (help-follow-mouse): Re-introduce.
327 (help-xref-go-back): Adapt to the new use of help-xref-stack.
328 (help-do-xref): Don't `push' any more.
329 (help-follow): Also follow face names.
330
331 * help-funs.el (describe-function-1): Remove unused `parens' arg.
332 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
333 Autoload and cleanup.
334 (describe-function): Call help-setup-xref.
335 (describe-variable): Call help-setup-xref earlier.
336
337 * help.el (describe-bindings-internal): New fun moved from keymap.c.
338 (view-lossage): Call help-setup-xref correctly and earlier.
339 (describe-bindings): Call help-setup-xref earlier.
340 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
341 (describe-mode): Don't autoload. Call help-setup-xref earlier.
b0412574 342
1ae6b8f1
GM
3432001-10-11 Gerd Moellmann <gerd@gnu.org>
344
a5be8a9a
GM
345 * master.el (master-mode): Use define-minor-mode instead of
346 easy-mmode-define-minor-mode. Add autload cookie.
b0412574 347 (Commentary): Remove the line showing how to autoload master-mode,
a5be8a9a
GM
348 since it's always autoloaded.
349
1ae6b8f1
GM
350 * master.el: New file.
351
63ca0a6e
GM
3522001-10-11 Dave Love <fx@gnu.org>
353
354 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
355 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
356 <const-C varset-X const-C>: Fix car/cdr typo.
d731e6b8 357
63ca0a6e 3582001-10-11 Gerd Moellmann <gerd@gnu.org>
d731e6b8 359
2168e04d
SM
360 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
361 New function extracted from byte-compile-log-1.
362 (byte-compile-log-1): Change output to be more in line with
d731e6b8
GM
363 the output of other GNU tools.
364 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2168e04d
SM
365 (byte-compile-report-error): Downcase error message.
366 Use `error' instead of `!!' for error messages.
d731e6b8
GM
367 (byte-compile-print-syms): Treat non-interactive case specially.
368 (displaying-byte-compile-warnings): Use backquote.
369 (byte-compile-from-buffer): Bind byte-compile-last-line.
370 (batch-byte-compile): Remove `Done' message.
371
75a4e7c5 3722001-10-11 Stefan Monnier <monnier@cs.yale.edu>
30de4b24
SM
373
374 * emacs-lisp/copyright.el (copyright): Add final \n.
375
0e094c29
MB
3762001-10-11 Miles Bader <miles@gnu.org>
377
378 * diff.el (diff): Display default values in prompts as
379 `(default ...)', not `(...)'.
b0412574 380
0e094c29
MB
381 * info.el (Info-follow-reference): Likewise.
382
c2ca5171
SM
3832001-10-10 Stefan Monnier <monnier@cs.yale.edu>
384
30de4b24
SM
385 * emacs-lisp/autoload.el (doc-string-elt): Remove.
386
7164ef13
SM
387 * newcomment.el (comment-indent): Be a little more robust in case
388 comment-indent-function does funny things.
389 (comment-normalize-vars): Autoload.
390 (comment-region-internal): Fiddle with the visibility spec.
391 (comment-valid-prefix): New function.
392 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
393 that would turn comment-text into non-comment-text.
394
395 * emacs-lisp/syntax.el: New file.
396
c2ca5171
SM
397 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
398 compatibility cruft.
399 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
400 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
401 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
402 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
403 tcl-submit-bug-report.
404 (tcl-mode-syntax-table): Leave \f alone.
405 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
406 tcl-end-of-defun, tcl-submit-bug-report.
407 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
408 (tcl-add-emacs-menu): Remove.
409 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
410 (tcl-keyword-list): Add `chain'.
411 (tcl-font-lock-syntactic-keywords): New variable.
412 (tcl-pps-has-arg-6): Remove.
413 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
414 (tcl-internal-mark-defun): Remove.
415 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
416 (tcl-mode): Use define-derived-mode. Simplify.
417 Set comment-indent-function.
418 (tcl-indent-command): Use line-beginning-position and comment-indent.
419 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
420 (tcl-indent-line): Use tcl-calculate-indent.
421 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
422 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
423 (tcl-filter): Use with-current-buffer, simplify.
424 (inferior-tcl-mode): Use define-derived-mode.
425 (tcl-hairy-in-comment): Renamed tcl-in-comment.
426 (tcl-simple-in-comment, tcl-in-comment): Removed.
427 (tcl-files-alist): New function.
428 (tcl-help-snarf-commands): Use it and return the result directly
429 rather than through a global variable.
430 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
431 (tcl-help-on-word): Provide the default value to completing-read.
432 (tcl-hilit): Remove.
433 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
434 (tcl-comment-indent): New function.
435 (tcl-submit-bug-report): Remove.
436 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
437 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
438 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
439
07becdb1
MB
4402001-10-10 Miles Bader <miles@gnu.org>
441
442 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
443 (Info-fontify-node): Don't fontify the node if it's already been done.
444
88255adb
GM
4452001-10-10 Gerd Moellmann <gerd@gnu.org>
446
031a1678
GM
447 * international/iso-transl.el (iso-transl-e-caret)
448 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
449 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
450
619632ac
GM
451 * simple.el (end-of-buffer): Fix code scrolling specially
452 for the buffer end.
453
88255adb
GM
454 * startup.el (command-line-1): Bind tab-width to 8.
455
5c4d3f02
PJ
4562001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
457
3680909c 458 * emulation/tpu-edt.el: Use defalias instead of fset for
5c4d3f02
PJ
459 user-visible commands. From Rob Riepel
460 <riepel@Networking.Stanford.EDU>.
461
89e9c8d7
GM
4622001-10-09 Gerd Moellmann <gerd@gnu.org>
463
464 * ruler-mode.el: New file.
465
3b8c60f1
MB
4662001-10-09 Miles Bader <miles@gnu.org>
467
71f19cda
MB
468 * apropos.el (button): New require.
469
55e9efba 470 * help-funs.el: New file, contents mostly from `help.el'.
c2ca5171
SM
471 (describe-variable): Use `condition-case' instead of `ignore-errors'.
472
55e9efba 473 * help-mode.el: New file, contents mostly from `help.el'.
c2ca5171 474
55e9efba
MB
475 * help.el: Don't require `view' when compiling.
476 (help-with-tutorial, describe-function, describe-function-1)
477 (variable-at-point, describe-variable, locate-library):
478 Functions moved into `help-funs.el'.
479 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
480 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
481 (help-setup-xref, help-xref-following, help-make-xrefs)
482 (help-xref-button, help-insert-xref-button, help-xref-interned)
483 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
484 (help-xref-on-pp): Functions moved into `help-mode.el'
485 (help-mode-map, help-xref-stack, help-xref-stack-item)
486 (help-highlight-p, help-highlight-face, help-back-label)
487 (help-xref-symbol-regexp, help-xref-mule-regexp)
488 (help-xref-info-regexp): Variables moved into `help-mode.el'.
489 (help-symbol, help-back, help-info, help-customize-variable)
490 (help-function-def, help-variable-def):
491 Button-types moved into `help-mode.el'.
492 (load-symbol-file-load-history, symbol-file):
493 Functions moved into `subr.el'.
494 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
c2ca5171
SM
495 (view-lossage): Call `help-setup-xref' instead of doing it manually.
496
497 * subr.el (symbol-file-load-history-loaded)
498 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
499
55e9efba
MB
500 * loadup.el ("button"): Load removed.
501
ded42dd3
MB
502 * button.el (define-button-type): Respect any `supertype' property.
503 (button-type-subtype-p, button-has-type-p): New functions.
504
f4be0a12
MB
505 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
506 dollar-signs.
507
508 * comint.el (comint-insert-previous-argument): New function.
509 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
c2ca5171 510 (comint-insert-previous-argument-last-start-pos)
f4be0a12
MB
511 (comint-insert-previous-argument-last-index): New variables.
512
3b8c60f1
MB
513 * apropos.el (apropos-next-label-button): Use the presence of a
514 `apropos-label' property to detect label buttons.
515
a101302b
MB
5162001-10-08 Miles Bader <miles@gnu.org>
517
518 * button.el (next-button, previous-button): Remove N and WRAP
519 parameters. Don't pay attention to `skip' properties.
520 (forward-button): Implement wrapping, iterating, and skipping here
521 instead.
894e460c 522 (button-activate): USE-MOUSE-ACTION is optional.
62dc75c4
MB
523 (button-nop): Function removed.
524 (default-button): Use `ignore' as default button action.
894e460c 525
a101302b
MB
526 * apropos.el (apropos-next-label-button): Update arguments to
527 `next-button'.
894e460c 528 (apropos-symbol): Add `skip' property.
c2ca5171
SM
529 (apropos-function, apropos-macro, apropos-command)
530 (apropos-variable, apropos-face, apropos-group, apropos-widget)
894e460c
MB
531 (apropos-plist): New button types.
532 (apropos-label-properties): Variable removed.
533 (apropos-print): Pass button-type to apropos-print-doc, rather
534 than help function and label text.
535 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
536 Get button label from TYPE.
a101302b 537
82345a9a
SM
5382001-10-07 Stefan Monnier <monnier@cs.yale.edu>
539
b0fbf754
SM
540 * help.el (help-mode): Use define-derived-mode.
541 (describe-mode): Add optional `buffer' arg.
542 Use it instead of going through help-xref-mode.
543 Avoid doubling the word `minor' when prettifying.
544 (describe-function-1): List the corresponding key bindings.
545 (describe-variable): Say if the var is automatically buffer-local.
546 If the source is `loaddefs.el', look for the real source.
547 (help-xref-mode): Remove.
548
82345a9a
SM
549 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
550 the file says no-byte-compile.
551
d6bc0bdc
MB
5522001-10-08 Miles Bader <miles@gnu.org>
553
554 * button.el (next-button, previous-button): Respect `skip' property.
d6bc0bdc 555
7997fd38
MB
5562001-10-07 Miles Bader <miles@gnu.org>
557
e664497b
MB
558 * woman.el (woman-mode-map): Copy button-buffer-map instead of
559 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
560 `woman-follow-word' instead of `woman-mouse-2'.
561 (woman-follow-word): Renamed from `woman-mouse-2'.
562 Follow current unconditionally, since this function is now only
563 bound to M-mouse-2. Use accessor functions.
564 (WoMan-highlight-references): Use `make-text-button'.
565 (woman-xref): New button type.
566
d876f455
MB
567 * loadup.el ("faces"): Move load before loading "loaddefs.el".
568 ("button"): New load, just before "help" (which uses it).
569
570 * help.el (help-mode-map): Make button-buffer-map our parent.
571 Don't bind mouse events or tab/backtab.
572 (help-function, help-variable, help-face, help-coding-system)
573 (help-input-method, help-character-set, help-back, help-info)
574 (help-customize-variable, help-function-def, help-variable-def):
575 New button types.
576 (help-button-action): New function.
577 (describe-function-1): Pass help button-types to
578 `help-xref-button' rather than help function and help-echo string.
579 Don't put multiple help-function args in a list to pass them to
580 help-xref-button, just pass them as multiple arguments.
581 Use `help-insert-xref-button' to make [back]-button, rather than
582 `help-xref-button'.
583 (help-xref-button): Take a button-type TYPE as a parameter rather
584 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
585 and add a &rest parameter ARGS to serve the same purpose.
586 Use `make-text-button' to add the button.
587 (help-insert-xref-button): Use `insert-text-button' to add the button.
588 (help-follow-mouse, help-next-ref, help-previous-ref):
589 Functions removed.
590 (help-do-xref): New function.
591 (help-follow): Use `push-button' and `help-do-xref' to do most of
592 the work.
593
594 * apropos.el (apropos-symbol, apropos-label): New button types.
82345a9a 595 (apropos-symbol-button-display-help)
d876f455
MB
596 (apropos-label-button-display-help, apropos-next-label-button):
597 New functions.
598 (apropos-mode-map): Make button-buffer-map our parent.
599 Don't bind mouse events.
600 (apropos-print, apropos-print-doc): Create buttons instead of text
601 properties.
602 (apropos-mouse-follow): Function removed.
603 (apropos-follow): Use buttons.
604
7997fd38
MB
605 * button.el: New file.
606
1a4372ef
GM
6072001-10-07 Gerd Moellmann <gerd@gnu.org>
608
82345a9a 609 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1a4372ef
GM
610 Remove.
611
857e81db
RS
6122001-10-05 Richard M. Stallman <rms@gnu.org>
613
614 * add-log.el (add-change-log-entry): Skip copyright notice
615 and copying permission notice at start of file, if any.
616 Make use of terms "entry" and "item" accord with Emacs manual.
617 Simplify the logic for moving point while entering or creating
618 an entry and then an item.
619 (add-change-log-entry-other-window): Doc fix.
620
4650e362
MB
6212001-10-06 Miles Bader <miles@gnu.org>
622
623 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
624 removed; they apparently don't work with faces.
625
b4f05c38
SS
6262001-10-05 Sam Steingold <sds@gnu.org>
627
628 * textmodes/sgml-mode.el (html-xhtml): New user option.
629 (html-tag-alist, html-horizontal-rule, html-image, html-line)
630 (html-ordered-list, html-unordered-list, html-list-item)
631 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
632 (sgml-skip-close-p): New function.
633 (sgml-value): Use it.
634
4dd618ff
SS
6352001-10-05 Sam Steingold <sds@gnu.org>
636
637 * calendar/diary-lib.el (diary-entry-compare): When times are
638 identical, compare the entries lexicographically.
639
a01b7831
MB
6402001-10-06 Miles Bader <miles@gnu.org>
641
82345a9a
SM
642 * rfn-eshadow.el (rfn-eshadow-update-overlay):
643 Use `minibuffer-prompt-end'.
a01b7831
MB
644
645 * simple.el (previous-matching-history-element): Fix misplaced
646 parentheses.
647
20a82009
MB
6482001-10-05 Miles Bader <miles@gnu.org>
649
650 * rfn-eshadow.el: New file.
651
c165ad40
MB
6522001-10-05 Miles Bader <miles@gnu.org>
653
654 * cus-face.el (custom-face-attributes): Make sure each attribute
655 has a valid default value. Remove hacks that mapped `nil' to
656 `off' and used nil to mean `unspecified'. Remove `unspecified'
657 choices from all attributes (unspecified is handled by the parent
658 checklist).
4dd618ff 659 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
660 (custom-face-edit-deactivate, custom-face-edit-activate)
661 (custom-face-edit-delete, custom-face-edit-attribute-tag):
662 New functions.
663 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 664 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
665 Don't pass in default filters that map between `nil' and `off' and
666 `unspecified' and `nil'.
667
ace64e0a
GM
6682001-10-05 Gerd Moellmann <gerd@gnu.org>
669
670 * progmodes/compile.el (compilation-buffer-name): New function.
671 (compile-internal): Use it to determine the name of the
672 compilation buffer.
673
ec66bdc7
MB
6742001-10-05 Miles Bader <miles@gnu.org>
675
676 * progmodes/compile.el (grep-use-null-device): New variable.
677 (grep-command): Mention `grep-use-null-device'.
678 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
679 Make computation of `grep-command' respect `grep-use-null-device'.
680 (grep): Respect `grep-use-null-device'.
681 Call `grep-compute-defaults' even if grep-command is set, if
682 grep-use-null-device is still tentative.
683
684 * subr.el (call-process-shell-command): New function.
685
6862001-10-05 Miles Bader <miles@gnu.org>
687
688 * simple.el (previous-matching-history-element)
689 (next-history-element, next-complete-history-element): Use
82345a9a 690 `minibuffer-' functions instead of calling `field-' functions directly.
ec66bdc7
MB
691 (minibuffer-prompt-end, minibuffer-contents):
692 (minibuffer-contents-no-properties, delete-minibuffer-contents):
693 Functions removed (now subrs).
694 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 695
ec66bdc7
MB
696 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
697 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
698 instead of calling `field-' functions directly.
699 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
700
c89e4bc5
GM
7012001-10-05 Gerd Moellmann <gerd@gnu.org>
702
a0fb4492
GM
703 * files.el (find-file-noselect): If file's read-only status has
704 changed on disk, ask if buffer's read-only status should be
705 changed, unless NOWARN is set.
706
c86350b1
GM
707 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
708 alias for define-setf-method.
709
c89e4bc5
GM
710 * bindings.el: Remove no-byte-compile from file local variables
711 to enable bootstrapping.
712
0bcf87c1
AI
7132001-10-04 Andrew Innes <andrewi@gnu.org>
714
82345a9a
SM
715 * faces.el (face-font-registry-alternatives) [windows-nt]:
716 Make gb2312 an alias for gb2312.1980.
0bcf87c1 717
6c0b2643
GM
7182001-10-04 Stefan Monnier <monnier@cs.yale.edu>
719
720 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
721 (uniquify-reverse-components): Remove.
722
723 * emacs-lisp/bytecomp.el (byte-recompile-directory):
724 Make sure the file is readable.
725 (byte-compile-file): Don't compile if `no-byte-compile' is set.
726 (byte-compile-defvar): Update to reflect the change in Fdefvar.
727 (batch-byte-recompile-directory): Pass arg=0.
728
729 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
730 (perl-calculate-indent): Use it.
731 (perl-backward-to-noncomment): Use forward-comment.
732
733 * derived.el (define-derived-mode, derived-mode-make-docstring):
734 Allow `parent' to be nil.
735
736 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
737 Use define-derived-mode.
738 (nroff-mode-map, nroff-mode-syntax-table): Massage.
739
740 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
741
742 * emacs-lisp/lselect.el: Use facep iso find-face.
743
744 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
745 Use regexp-opt.
746 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
747 (lisp-font-lock-syntactic-face-function): New function.
748 (lisp-mode-variables): Use it. Make arg optional.
749 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
750 (lisp-mode): Don't pass an arg to lisp-mode-variables.
751 Set comment-start-skip.
752
753 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
754
755 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
756 (ignore-errors): Don't bother using a `err' symbol.
757
758 * emacs-lisp/autoload.el (autoload-ensure-default-file)
759 (autoload-insert-section-header, autoload-before-p)
760 (autoload-remove-section): New functions.
761 (generate-file-autoloads): Use them.
762 (update-file-autoloads): Use them. Return FILE if there's no cookie.
763 Make sure the autoload file is properly formatted when creating it.
764 (update-autoloads-from-directories): Use them as well.
765 Only update autoloads for files whose timestamp has changed.
766 Add a dummy entry to remember the files which had no autoload cookies.
767
768 * timer.el (timer-relative-time): Fix computation for negative `micro'.
769
770 * subr.el (define-key-after): Allow `key' to be longer than 1.
771 (make-local-hook): Make obsolete.
772 (add-hook, remove-hook): Don't use make-local-hook any more.
773 (make-syntax-table): Inherit all chars from s-s-t.
774
7752001-10-04 Gerd Moellmann <gerd@gnu.org>
776
777 This is a fix for a report saying that resuming a search with C-s
778 C-s doesn't use the case-fold-search setting of the previous
779 search (C-s ... M-c ... then C-s C-s).
780
781 * isearch.el (isearch-last-case-fold-search): New variable.
782 (isearch-mode): Remember value of isearch-case-fold-search
783 in isearch-last-case-fold-search.
784 (isearch-done): Quote value of isearch-case-fold-search.
785 (isearch-repeat): When resuming a search, restore
786 isearch-case-fold-search from isearch-last-case-fold-search.
787
788 Added to NEWS.
789
790 * startup.el (inhibit-startup-buffer-menu): New user-option.
791 (command-line-1): If inhibit-startup-buffer-menu is set, don't
792 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
793
794 This allows upto 99999 messages in the summary without screwing up
795 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
796
797 * mail/rmailsum.el (rmail-make-summary-line)
798 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
799 (rmail-summary-goto-msg, rmail-summary-goto-msg):
800 Allow 5-digit message ids instead of 4.
801
802 This adds expansion of environment variables in the value
803 specified with M-x setenv. Added to NEWS.
804
805 * env.el (substitute-env-vars): New function.
806 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
807 environment variables in VALUE. Return VALUE.
808
ab952a4f
GM
8092001-10-04 Gerd Moellmann <gerd@gnu.org>
810
811 * Branch for 21.1.
7164ef13 812
630784a2
SM
8132001-10-03 Stefan Monnier <monnier@cs.yale.edu>
814
815 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
816
cf2b0d2c 8172001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
818
819 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 820 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 821
aa01bed1
EZ
8222001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
823
824 * rect.el: Update maintainer's email address.
825
7d685c84
AS
8262001-10-02 Andreas Schwab <schwab@suse.de>
827
828 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
829 and Extended Passive Mode, resp.
830
87671c25
EZ
8312001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
832
833 These changes add support for Calendar-related items in the
834 menu bar on tty's as well:
835
836 * calendar/calendar.el (calendar-mode-map): Require cal-menu
837 unconditionally.
838 (calendar-mode): Set up activate-menubar-hook unconditionally.
839
840 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
841 calls x-popup-menu only if popup menus are supported.
842 (calendar-mouse-insert-hebrew-diary-entry)
843 (calendar-mouse-insert-islamic-diary-entry)
844 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
845 (calendar-mouse-view-other-diary-entries)
846 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
847 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
848 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 849
12c64503
GM
8502001-10-01 Gerd Moellmann <gerd@gnu.org>
851
62bfa682
GM
852 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
853
12c64503
GM
854 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
855
856 * emacs-lisp/rx.el: New file.
857
e0c21266
EZ
8582001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
859
630784a2 860 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 861
03be5931
EZ
8622001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
863
864 * frame.el (select-frame-by-name, other-frame): Doc fix.
865
d0100d57
EZ
8662001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
867
868 * play/snake.el (snake-score-file): Use temporary-file-directory
869 instead of a literal "/tmp". Suggested by Robert
870 <robert@chezmarshall.freeserve.co.uk>.
871
872 * play/tetris.el (tetris-score-file): Ditto.
873
d94d5b5a
EZ
8742001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
875
876 * apropos.el (apropos-print): Make the directions inserted at the
877 beginning of the *Apropos* buffer more clear.
878
cd653311 8792001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 880
cd653311
MK
881 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
882 Added comments.
630784a2 883
37dbd369
SM
8842001-09-27 Stefan Monnier <monnier@cs.yale.edu>
885
886 * newcomment.el (comment-normalize-vars): Use " \t" rather than
887 "\\s-" when defining comment-end-skip.
888
9240e746
GM
8892001-09-27 Gerd Moellmann <gerd@gnu.org>
890
37dbd369 891 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
892 Call get-buffer-window first second arg `visible'.
893
37dbd369
SM
894 * international/mule-diag.el (list-input-methods-1):
895 Output something that's independent of Emacs' version.
14531065 896
9240e746
GM
897 * tar-mode.el (tar-mode-write-file): Don't signal an error by
898 calling byte-to-position with a nil tar-header-offset.
899
e04233aa
GM
9002001-09-27 Simon Josefsson <jas@extundo.com>
901
902 * mail/sendmail.el (send-mail-function): Doc fix.
903 (mail-do-fcc): Error if header-end is not a marker.
904 (mail-do-fcc): Add a comment.
905 (mail-reply-to): Doc fix.
906 (mail-signature): Make ATPOINT optional.
907 (mail-yank-original): Use cond instead of nestled if.
908
07e91aa3
SM
9092001-09-26 Stefan Monnier <monnier@cs.yale.edu>
910
911 * info.el (Info-on-current-buffer): Default arg to "Top".
912
924b604c
GM
9132001-09-25 Eli Barzilay <eli@barzilay.org>
914
915 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
916 (calculator-displayer-prev, calculator-displayer-next):
917 Renamed from calculator-displayed-{left,right}.
918 (calculator, calculator-standard-displayer)
919 (calculator-num-to-string, calculator-update-display)
924b604c
GM
920 (calculator-copy, calculator-put-value): Bug and display fixes.
921
a1548b10
GM
9222001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
923
924 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
925 (ebnf-version): New version (3.6.1).
926
927 * ebnf-bnf.el: Fix character range regexp. Doc fix.
928 (ebnf-bnf-non-terminal-chars): New internal const.
929 (ebnf-bnf-lex): Fix code.
930
931 * ebnf-iso.el: Fix character range regexp. Doc fix.
932 (ebnf-iso-non-terminal-chars): New internal const.
933 (ebnf-iso-lex): Fix code.
934
935 * ebnf-yac.el: Fix character range regexp. Doc fix.
936 (ebnf-yac-skip-chars): New internal const.
937 (ebnf-yac-skip-code): Fix code.
938
79e954d0
SM
9392001-09-24 Stefan Monnier <monnier@cs.yale.edu>
940
ab750f9c
SM
941 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
942
3911563a
SM
943 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
944 passing it to VC.
945
79e954d0
SM
946 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
947 case where the file is relative.
948
6f3f0db4
GM
9492001-09-24 Gerd Moellmann <gerd@gnu.org>
950
951 * xml.el (xml-parse-attlist): Quotes around attributes must be the
952 same on each side. Make sure we properly handle simple quotes.
953 From Daiki Ueno <ueno@unixuser.org>.
954
e5b31424
EZ
9552001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
956
0678d779
EZ
957 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
958 <jas@extundo.com>.
959
e5b31424
EZ
960 * menu-bar.el (top-level): Minor fixes for text of help-echo in
961 some items of the Options menu.
962
769dd0f1
SM
9632001-09-22 Stefan Monnier <monnier@cs.yale.edu>
964
76829576
SM
965 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
966
d455f4f7
SM
967 * vc-hooks.el (vc-delete-automatic-version-backups):
968 Don't fail if the directory doesn't exist.
969
769dd0f1
SM
970 * diff-mode.el (diff-default-read-only): New var.
971 (diff-mode): Use it.
972
dc414be1
EZ
9732001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
974
769dd0f1
SM
975 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
976 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
977 keymap messes up the menu bar.
978
dc414be1
EZ
979 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
980 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
981
67033712
EZ
9822001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
983
769dd0f1 984 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
985
986 * dired-aux.el (dired-insert-subdir): Pass switches to
987 dired-build-subdir-alist.
988
0c68e5de
GM
9892001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
990
991 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
992 caused %#a and %#b to be mis-formatted.
993
906b3163
EZ
9942001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
995
996 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
997 ccmode, emacs-mime, and eudc manuals.
998
005e3bb6
SS
9992001-09-19 Sam Steingold <sds@gnu.org>
1000
1001 w32 find cannot be used with `grep-find'.
1002 * progmodes/compile.el (find-program): New variable.
1003 (grep-compute-defaults): Use it to set `grep-find-command'.
1004
7121b85a
GM
10052001-09-19 Gerd Moellmann <gerd@gnu.org>
1006
769dd0f1 1007 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 1008
ae16d111
GM
10092001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1010
1011 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1012 programming. Doc fix.
1013 (ebnf-version): New version (3.6).
1014 (ebnf-eps-begin): Data fix.
1015 (ebnf-begin-file): Code fix.
1016
1017 * ebnf-bnf.el: Doc fix.
1018 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1019
1020 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1021
55732434
GM
10222001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1023
1024 * ps-print.el: Better face mapping for black/white PostScript printers.
1025 Check if mark is active when printing a region. Doc fix.
1026 (ps-print-version): New version number (6.5.5).
1027 (ps-print-color-p): Customization fix.
1028 (ps-black-white-faces): New option.
1029 (ps-black-white-faces-alist): New internal var.
1030 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1031 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1032 (ps-nb-pages-region): Interactive fix.
1033 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1034 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1035
740ef824
EZ
10362001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1037
1038 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1039 numeric month value, and allow the Kanji character after the it to
1040 be missing (happens with ls-lisp's output on Japanese versions of
1041 MS-Windows).
1042
50529f51
MB
10432001-09-18 Miles Bader <miles@gnu.org>
1044
1045 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1046 it's empty (and thus probably a new patch file about to be edited).
1047
d8a973aa
GM
10482001-09-17 Gerd Moellmann <gerd@gnu.org>
1049
e18c8b8d
GM
1050 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1051 Check for '(' in column 0 of doc string.
1052
d8a973aa
GM
1053 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1054 of `nth' so that using a vector as bounding-box works.
1055 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1056
dfe78cc5
AS
10572001-09-17 Andre Spiegel <spiegel@gnu.org>
1058
1059 * vc.el (vc-annotate): Use current workfile version explicitly as
1060 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1061
1bbdda4d
EZ
10622001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1063
a5f01960
EZ
1064 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1065 convert-standard-filename doesn't guarantee that the .el extension
1066 is preserved.
1067
a007e4e3
EZ
1068 * dos-fns.el (convert-standard-filename): Replace invalid
1069 characters only after converting dash/underscore to a period.
1070 (original-make-auto-save-file-name): New.
8aee7d44
EZ
1071 (make-auto-save-file-name): New function, overrides the definition
1072 on files.el and calls the original function via
1073 original-make-auto-save-file-name.
1074
1bbdda4d
EZ
1075 * mail/rmail.el (top-level): Require mule-utils when compiling.
1076 (rmail-decode-babyl-format): Use detect-coding-with-priority
1077 instead of detect-coding-region, to favor detection of emacs-mule
1078 encoded Babyl files written by rmailout.el etc. Suggested by
1079 Kenichi Handa <handa@etl.go.jp>.
1080
ed7d6ba4
EZ
10812001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1082
1083 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1084 Use `equal', not `=', since the device number can be a cons cell.
1085
551629f9
GM
10862001-09-14 Gerd Moellmann <gerd@gnu.org>
1087
1088 * simple.el: Comment out change of 2001-09-13.
1089
0017a3e0
EZ
10902001-09-13 Milan Zamazal <pdm@zamazal.org>
1091
1092 * progmodes/compile.el (grep-compute-defaults): Don't set
1093 grep-command/grep-find-command when it is already non-nil.
1094 (grep-command): Make it a user option.
1095 (grep-find-command): Likewise.
1096
483e0218 10972001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 1098
483e0218
MK
1099 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1100 inhibit quit.
005e3bb6 1101
15233548
EZ
11022001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1103
1104 * files.el (make-auto-save-file-name): If long file names are not
1105 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1106 generating an auto-save file name from it.
1107
1fb7f872
GM
11082001-09-13 Gerd Moellmann <gerd@gnu.org>
1109
005e3bb6 1110 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
1111 (ps-nb-pages-region): Signal an error if called interactively
1112 and the mark is not active.
1113
1fb7f872
GM
1114 * simple.el (minibuffer-prompt-modification)
1115 (minibuffer-prompt-insertion): New functions.
1116 (minibuffer-prompt-properties): Use `modification-hooks' and
1117 `insert-in-front-hooks'.
1118
1dc13f3a
RS
11192001-09-12 Richard M. Stallman <rms@gnu.org>
1120
1121 * textmodes/outline.el (outline-regexp): Doc fix.
1122 Initialize it in the defcustom, the usual way.
1123
eaa493df
GM
11242001-09-12 Gerd Moellmann <gerd@gnu.org>
1125
1fb7f872 1126 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
1127 from `ediff-meta-info' properties need not be an overlay.
1128 From David Ponce <dponce@voila.fr>.
1fb7f872 1129
eaa493df
GM
1130 * isearch.el (isearch-intersects-p): Fix end checks.
1131
cfcda0ba
EZ
11322001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
1133
1134 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1135 `t' branch of `cond', since Irix 6.1 and up is a special case of
1136 the standard dbx interface.
1137
4e1513b5
MB
11382001-09-11 Miles Bader <miles@gnu.org>
1139
1140 * comint.el (comint-send-input): When waiting for echoed input,
1141 don't save the expected end position in `echo-end', so that things
1142 work properly even if the buffer is modified elsewhere at the same
1143 time [this happens if `comint-truncate-buffer' is used].
1144
9a72e4c1
GM
11452001-09-11 Gerd Moellmann <gerd@gnu.org>
1146
1147 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1148 when constructing imenu-generic-expression from outline-regexp.
1149
1f9581b6
EZ
11502001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1151
1152 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1153 `equal' instead of `=', since they can be cons cells. From Nils
1154 Goesche <cartan@cartan.de>.
1155
65ee3bf5
AS
11562001-09-10 Andre Spiegel <spiegel@gnu.org>
1157
1158 * vc.el (vc-annotate): Rewrote doc string.
1159
e602e779
EZ
11602001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1161
1162 * time-stamp.el: Update Stephen Gildea's email address.
1163
42d305db
GM
11642001-09-10 Gerd Moellmann <gerd@gnu.org>
1165
1166 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1167 enable-multibyte-characters = nil. From Hallvard B Furuseth
1168 <h.b.furuseth@usit.uio.no>.
005e3bb6 1169
02f34c70 11702001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 1171
769dd0f1 1172 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 1173
769dd0f1 1174 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
1175 that reads a character and uses the current input method or
1176 iso-accents when appropriate.
005e3bb6 1177
769dd0f1 1178 * viper.el and all others: Corrections to the comment blocks at
02f34c70 1179 the top.
005e3bb6 1180
cfc697a2
EZ
11812001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1182
1183 * info.el (Info-goto-node): Doc fix.
1184
fc0eccfc
GM
11852001-09-07 Gerd Moellmann <gerd@gnu.org>
1186
1187 * isearch.el (isearch-intersects-p): New function.
1188 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1189 use isearch-intersects-p, and clean up.
1190
ef10876c
EZ
11912001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1192
1193 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1194 and "german8", for the new German orthography dictionaries,
1195 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1196 the entries, to keep the line length balanced for loaddefs.el.
1197
c9e74cd4 11982001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 1199
c9e74cd4
GM
1200 * comint.el (comint-send-input): Handle comint-process-echoes
1201 differently.
1202
5421b899
GM
12032001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1204
769dd0f1 1205 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 1206
70569550
EZ
12072001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1208
769dd0f1 1209 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 1210
6afad91e 12112001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 1212
769dd0f1
SM
1213 * server.el (server-switch-buffer):
1214 * textmodes/refer.el (refer-find-entry-internal):
1215 * term/sup-mouse.el (sup-pos-to-window):
1216 * term/bg-mouse.el (bg-window-from-x-y):
1217 * emacs-lisp/edebug.el (edebug-window-live-p):
1218 Use get-window-with-predicate.
6afad91e
GM
1219
1220 * window.el (get-window-with-predicate): Renamed from some-window.
1221 (some-window): Make it an alias.
1222
003550c5
GM
12232001-09-06 Gerd Moellmann <gerd@gnu.org>
1224
1225 * simple.el (undo): Remove positions from buffer-undo-list up to
1226 the next undo boundary only.
1227
c49e491a
EZ
12282001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1229
05b24487
EZ
1230 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1231 Kim <ryk@dspwiz.com>
1232
c49e491a
EZ
1233 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1234 the message "Creating customization items...done".
1235
54f73af3
GM
12362001-09-05 Gerd Moellmann <gerd@gnu.org>
1237
1238 * font-lock.el (toplevel): Require `jit-lock' only if
1239 font-lock-support-mode is set to jit-lock-mode.
1240
3762e7d0
EZ
12412001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1242
1243 * international/quail.el (quail-use-package, quail-inactivate)
1244 (quail-activate): Mention the hooks these functions run in their
1245 doc strings.
1246
c3b497b3
GM
12472001-09-05 Edward M. Reingold <reingold@iit.edu>
1248
1249 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1250 of file in header of menu.
1251
2d43d823
GM
12522001-09-04 Gerd Moellmann <gerd@gnu.org>
1253
2a5becfb
GM
1254 * env.el (setenv): Interactively, if VARIABLE has a current value,
1255 add that to the front of the history, as the doc string says.
1256
8d1fcd00
GM
1257 * comint.el (comint-send-input): Change help-echo.
1258 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 1259
1672462f
GM
1260 * bookmark.el (bookmark-write-file): Bind print-length and
1261 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1262
646a1759
GM
1263 * obsolete/uncompress.el: Moved there from lisp/.
1264
c8dd66e1
GM
1265 * comint.el (comint-insert-clicked-input): Goto point-max before
1266 deleting previous input. From "Dr Francis J. Wright"
1267 <F.J.Wright@qmw.ac.uk>.
1268
2d43d823
GM
1269 * simple.el (backward-word): Doc fix.
1270
284b3043
GM
12712001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1272
1273 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1274 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1275 * w32-fns.el: Add Keywords header.
1276
2eef02ab
EZ
12772001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1278
1279 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1280 "Text Properties". Suggested by Simon Marshall
1281 <Simon.Marshall@midas-kapiti.com>.
1282
ae355fa6
AC
12832001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1284
1285 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1286 consulting the value of file-name-coding-system.
1287
2ee1aa00
SM
12882001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1289
1290 * help.el (describe-function-1): Save precomputed `file-name' rather
1291 than recomputing it (incorrectly) with `symbol-file'.
1292
cdab3e50
GM
12932001-09-03 Gerd Moellmann <gerd@gnu.org>
1294
698ee07c
SM
1295 * international/isearch-x.el (isearch-exit-recursive-edit):
1296 Take three parameters, since it's used as an after-change-function.
c3b0c268 1297
698ee07c 1298 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
1299 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1300 from doc strings.
1301
e3b22517
GM
13022001-09-02 Milan Zamazal <pdm@zamazal.org>
1303
698ee07c
SM
1304 * progmodes/glasses.el (glasses-convert-to-unreadable):
1305 Consider underscores as in `glasses-make-readable'.
e3b22517 1306
19bd58e8
EZ
13072001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1308
883310a7
EZ
1309 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1310 MS-DOS, since cpp might not be available.
1311
698ee07c
SM
1312 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1313 Mention "yank" in the help-echo text.
1314 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1315
13162001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1317
1318 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 1319
59b7ded8
EZ
13202001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1321
5e11c425
EZ
1322 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1323 exists. From Andy Petrusenco <andy@int.spb.ru>.
1324
59b7ded8 1325 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
1326 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1327 <andy@int.spb.ru>.
59b7ded8 1328
c9979669
GM
13292001-08-31 Gerd Moellmann <gerd@gnu.org>
1330
1331 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1332 Instead of running mouse-yank-at-click, see what the event is
1333 bound to outside Isearch and run that.
1334
79f5f9ec
EZ
13352001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1336
698ee07c
SM
1337 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1338 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 1339
c0551649
GM
13402001-08-30 Gerd Moellmann <gerd@gnu.org>
1341
e8b1643c
GM
1342 * simple.el (eval-expression-print-level): Fix last change.
1343
f3185924
GM
1344 * bindings.el (mode-line-coding-system-map): New variable.
1345 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1346
92a25631
GM
1347 * simple.el (eval-expression-print-level): Change the type
1348 of the defcustom to allow nil.
1349
9584e63a
GM
1350 * emacs-lisp/find-gc.el: Moved here from lisp/.
1351
698ee07c
SM
1352 * international/quail.el (quail-completion-1):
1353 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
1354 From Kenichi Handa <handa@etl.go.jp>.
1355
c0551649
GM
1356 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1357 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1358
ef32aa02
EZ
13592001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1360
1361 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1362 aren't supported. This avoids the annoying gray strip drawn by
1363 the Windows version instead of the missing tool bar.
1364
ff4ec1f7
GM
13652001-08-29 Gerd Moellmann <gerd@gnu.org>
1366
53ca4610
GM
1367 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1368 and tooltips more consistent. From "Marshall, Simon"
1369 <Simon.Marshall@midas-kapiti.com>.
1370
ff4ec1f7
GM
1371 * startup.el (fancy-splash-screens): Temporarily set
1372 minor-mode-map-alist to nil while displaying splash screens.
1373
6d6c3f84
GM
13742001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1375
1376 * buff-menu.el: Add Keywords header.
1377 Doc fix (C-x C-b is bound to list-buffers).
1378
565132a3
GM
1379 * dired-x.el: Add keyword files to get listed in finder.
1380 Remove confusing notes about GNU Emacs 19.
1381
1382 * dired.el, dired-aux.el: Add Keywords header.
1383
042e6d91
AS
13842001-08-28 Andre Spiegel <spiegel@gnu.org>
1385
1386 * vc.el (vc-revert-file): Call the backend even if the FILE's
1387 contents can be reverted locally; pass new arg CONTENTS-DONE
1388 down to the backend.
1389
854bd40a 1390 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
1391 optional arg CONTENTS-DONE.
1392
33818c6c
AI
13932001-08-28 Andrew Innes <andrewi@gnu.org>
1394
1395 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1396
0f76ca04
EZ
13972001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1398
1399 * makefile.nt (install): Copy more *.el files.
1400
6b6e2422
GM
14012001-08-28 Gerd Moellmann <gerd@gnu.org>
1402
1403 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1404 instead of `w' which is already in use.
1405
5b52c296
GM
1406 * gs.el (gs-load-image): Use sleep-for.
1407 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1408
43744cb9
MB
14092001-08-28 Miles Bader <miles@gnu.org>
1410
1411 * replace.el (query-replace-regexp-eval): Return args from
1412 `interactive' form in correct order.
1413
4b4ea1dc
EZ
14142001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1415
1416 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1417 major modes, don't create panes for modes for which
1418 mouse-buffer-menu-alist returns an empty alist.
1419
14202001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
1421
1422 * progmodes/hideshow.el: Update first-line description.
1423 Sync comments w/ maintainer version 5.31.
1424
1425 (hs-isearch-open): Default value now `code'.
1426 Fix docstring to use "code blocks" vs "comment blocks",
1427 as opposed to "block" vs "comment".
1428 (hs-flag-region): Accept `hs-isearch-open' value
1429 of `block' as synonymous w/ `code'.
1430 (hs-hide-block-at-point): For code blocks, pass `code'
1431 to `hs-flag-region' instead of `block'.
1432
9ad62cf8
MB
14332001-08-28 Miles Bader <miles@gnu.org>
1434
1435 * comint.el (comint-next-prompt): Don't loop infinitely if
1436 {next,previous}-single-char-property-change returns its input
1437 position when the search fails.
1438
14392001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
1440
1441 * comint.el (comint-get-old-input-default): Don't signal an error
1442 if point is not on an input field; instead, return the current
1443 line (using `comint-bol' to skip any prompt, in case we're not
1444 using fields at all).
1445
1446 * man.el (Man-mode-line-format): Variable removed.
1447 (Man-mode): Change `mode-line-buffer-identification' instead of
1448 `mode-line-format'.
1449
d599a452
GM
14502001-08-27 Gerd Moellmann <gerd@gnu.org>
1451
1452 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1453 From Simon Josefsson <jas@extundo.com>.
1454
299248aa
EZ
14552001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1456
5b02e712
EZ
1457 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1458 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1459
89aea802
EZ
1460 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1461 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1462
1463 * emacs-lisp/lselect.el: Ditto.
1464
3452efc2
SM
1465 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1466 Remove periods from the end of error message strings.
1467 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 1468
299248aa
EZ
1469 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1470 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1471
1472 * net/telnet.el: Ditto.
1473
08ead67b
GM
14742001-08-26 Gerd Moellmann <gerd@gnu.org>
1475
1476 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1477 KEYMAP to the call to define-minor-mode.
1478
cf8f0b68
EZ
14792001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1480
1481 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1482 Replace some of the undefined characters with emulations of bidi
1483 formatting characters and Niqud as per SI 1311-1.
1484 (IT-unicode-translations): Ditto.
3452efc2
SM
1485 (IT-display-table-setup, IT-setup-unicode-display):
1486 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 1487
16837afc
GM
14882001-08-24 Simon Josefsson <jas@extundo.com>
1489
1490 * hl-line.el (hl-line-mode): Don't be a global mode.
1491 (global-hl-line-mode): New function.
1492
33954c45
GM
14932001-08-24 Gerd Moellmann <gerd@gnu.org>
1494
1495 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1496 being reset by Ghostscript. Don't kill the gs process.
1497 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1498
fa05f6ac
AC
14992001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1500
1501 * term/mac-win.el: Require scroll-bar.
1502
3452efc2
SM
15032001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1504
1505 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1506
02aec07b
EZ
15072001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1508
1509 * hexl.el (hexl-insert-multibyte-char) New function.
1510 (hexl-quoted-insert, hexl-self-insert-command)
1511 (hexl-insert-hex-char, hexl-insert-decimal-char)
1512 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1513 Fix the doc strings accordingly.
1514 (hexl-insert-char): Reject characters whose code is above 255.
1515 Doc fix.
1516 (hexl-mode-map): Copy the global keymap instead of creating a
1517 sparse keymap, and bind all self-inserting characters to
1518 hexl-self-insert-command.
1519
9bfc65eb
SM
15202001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1521
3452efc2
SM
1522 * wid-edit.el (text): Re-order docstring correctly.
1523
9bfc65eb
SM
1524 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1525
1526 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1527
32f2f98e
EZ
15282001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1529
1530 * simple.el (line-number-mode): Mention the variable
1531 line-number-display-limit-width in the doc string.
1532
374388c3
GM
15332001-08-22 Gerd Moellmann <gerd@gnu.org>
1534
1535 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1536 Temporarily select EVENT's window for switching buffers.
1537 (mode-line-bury-buffer): New function.
1538 (mode-line-buffer-identification-keymap): Use it instead of
1539 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 1540 events from shining through.
374388c3 1541
dde6824c
SM
15422001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1543
1544 * newcomment.el (comment-beginning): Make sure the comment-start
1545 we found isn't a comment-end (in cases where confusion is possible).
1546
99bf1e74
MB
15472001-08-22 Miles Bader <miles@gnu.org>
1548
1549 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1550 before writing it, so that hard-links don't see new version.
1551
37618c60
GM
15522001-08-21 Gerd Moellmann <gerd@gnu.org>
1553
dde6824c
SM
1554 * gs.el (gs-set-ghostview-colors-window-prop):
1555 Call x-change-window-property with 3rd arg FRAME.
40e33037 1556 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
1557 to complete before starting a new one.
1558
6ea3db8a
GM
1559 * image.el (image-type-regexps): Make sure that the TIFF
1560 pattern is only matched at the beginning of a string.
1561 From Markus Rost <rost@math.ohio-state.edu>.
1562
dde6824c 1563 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
1564 Oberg <jonas@gnu.org>.
1565
1f8437c4
RV
15662001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1567
1568 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 1569 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
1570
1571 * whitespace.el (whitespace-write-file-hook): Hook to be called
1572 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
1573 write will abort on detecting whitespaces.
1574 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
1575 automatically prior to writing.
1576
1577 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1578 whitespaces in the error output!
1579
dde6824c 1580 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
1581 `indent-tabs-mode', since the latter notes user preferences on
1582 TABs anyway.
1583
1584 * whitespace.el (whitespace-version): 3.1. All of the above issues
1585 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1586
9b96c57d
GM
15872001-08-20 Gerd Moellmann <gerd@gnu.org>
1588
8039284a
GM
1589 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1590 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1591
9b96c57d
GM
1592 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1593
1c71c0c3
GM
15942001-08-20 Alex Schroeder <alex@gnu.org>
1595
1596 * sql.el (sql-db2): Doc change.
1597
15982001-08-20 Alex Schroeder <alex@gnu.org>
1599
1600 * sql.el (sql-postgres): Add the database at the end of the
1601 parameters instead of at the beginning.
1602 (sql-postgres-options): Doc change.
1603
6c7f60a2
GM
16042001-08-17 Gerd Moellmann <gerd@gnu.org>
1605
1606 * custom.el (defcustom): Doc fix.
1607
64ed6f71
GM
16082001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1609
6c7f60a2 1610 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
1611 returns a valid character.
1612
7851eb98
EZ
16132001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1614
1615 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1616 original-point for extra CR characters that are added/removed when
1617 the buffer is written/read whose EOL type is -dos.
1618
b76dfd21
MB
16192001-08-16 Miles Bader <miles@gnu.org>
1620
1621 * simple.el (line-move): Undo previous change.
1f8437c4
RV
1622
1623 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
1624 property to input-terminating `boundary' overlays to avoid
1625 line-move wierdness.
1626
e67d1843
GM
16272001-08-16 Gerd Moellmann <gerd@gnu.org>
1628
1629 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1630 buffer in a save-restriction. Under one test case with Ediff,
1631 window-scroll-functions are run with a window start that's
1632 temporarily outside of the restriction.
1633
21324fae
GM
16342001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1635
dde6824c 1636 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
1637 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1638 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1639 (texinfo-update-menu-region-beginning)
1640 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1641 command, @ifnottex, to regexps, so it is found.
1642
0645d241
AI
16432001-08-16 Andrew Innes <andrewi@gnu.org>
1644
1645 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1646 (DONTCOMPILE): Omit sc.el.
1647
1648 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1649 (DONTCOMPILE): Omit sc.el.
1650
ae13fc3c
GM
16512001-08-16 Gerd Moellmann <gerd@gnu.org>
1652
1653 * replace.el (occur): Bind inhibit-read-only to t.
1654
1369261b
MB
16552001-08-16 Miles Bader <miles@gnu.org>
1656
dde6824c
SM
1657 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1658 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 1659
8464af45
GM
16602001-08-15 Gerd Moellmann <gerd@gnu.org>
1661
ec69d5ec 1662 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 1663 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 1664
1f8437c4 1665 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
1666 of a while-loop.
1667
93aba6fc 1668 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 1669
8464af45
GM
1670 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1671 Don't include term/.
1672
ae13fc3c
GM
1673 * mail/sc.el: Moved to obsolete/.
1674
8b313639
GM
16752001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1676
1677 * ps-print.el: Change error function arguments to follow Emacs
1678 message convention. Doc fix.
1679 (ps-print-version): New version number (6.5.4).
1680 (coding-system-for-write): Change declaration position to avoid
1681 XEmacs compilation gripes.
dde6824c
SM
1682 (coding-system-for-read, buffer-file-coding-system):
1683 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
1684
1685 * ps-mule.el: Doc fix.
1686 (ps-mule-encode-header-string): If STRING is not a string, replace
1687 STRING by empty string.
1688
5fb125b4
EZ
16892001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1690
1691 * frame.el (show-trailing-whitespace): Doc fix.
1692
49e49b77
EZ
16932001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1694
1695 * desktop.el (desktop-save): Insert the coding: tag before
1696 desktop-header.
1697
3e6385a4
GM
16982001-08-13 Gerd Moellmann <gerd@gnu.org>
1699
0de73d5a
GM
1700 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1701 its path from $els.
1702
3e6385a4
GM
1703 * image.el (image-jpeg-p): Fix call of substring.
1704
4a9bf8a4
GM
17052001-08-10 Gerd Moellmann <gerd@gnu.org>
1706
242e5463
GM
1707 * play/animate.el (animate-string): Doc fix. Use a buffer
1708 name with stars in it.
1709 (animate-sequence): New function.
1710 From Richard Stallman <rms@gnu.org>.
1711
030f4537
GM
1712 * frame.el (select-frame-set-input-focus): New function
1713 extracted from other-frame.
1714 (other-frame): Use it.
1715 (next-multiframe-window, previous-multiframe-window): Use it.
1716
346f18dc
GM
1717 * isearch.el (isearch-other-meta-char): Don't switch to the
1718 buffer of a window clicked on, when the current buffer is
1719 in Isearch mode.
1720
4a9bf8a4
GM
1721 * image.el (image-jpeg-p): Test for APPn markers in the range
1722 #xe0..#xef.
1723
eaa2319f
GM
17242001-08-09 Gerd Moellmann <gerd@gnu.org>
1725
3638868e
GM
1726 * desktop.el (desktop-save): Don't use concat to form a file
1727 name, use expand-file-name.
1728
6b48d742
GM
1729 * mouse.el (mouse-delete-window): Do nothing if frame has just
1730 one window.
1731
ed771c89
GM
1732 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1733 for the minor mode name.
1734
1735 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1736 minor mode name.
1737
dde6824c
SM
1738 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1739 instead of make-mode-line-mouse2-map.
ed771c89
GM
1740
1741 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1742 the minor mode name.
1743
dde6824c
SM
1744 * emacs-lisp/easy-mmode.el (define-minor-mode):
1745 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 1746
dde6824c
SM
1747 * calendar/calendar.el (calendar-mode-line-format):
1748 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 1749
a4afe04e
GM
1750 * bindings.el (make-mode-line-mouse-map): Renamed from
1751 make-mode-line-mouse2-map. Take additional arg MOUSE.
1752 (mode-line-modified): Use mouse-3 instead of mouse-2.
1753 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 1754 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 1755
8e3189f0
GM
1756 * bindings.el (mode-line-format): Specify help-echo for line
1757 number, column number and buffer-percent part of the mode-line.
1758
eaa2319f
GM
1759 * image.el (image-type-regexps): Allow whitespace at the start
1760 of the image data for XPM, XBM and Postscript, which are
1761 text files.
1762 (image-jpeg-p): Correct calculation of next field offset.
1763
e3601cf6
PJ
17642001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1765
1766 * battery.el: Fix typo.
1767
057b57f6
GM
17682001-08-08 Gerd Moellmann <gerd@gnu.org>
1769
8a8ef149
GM
1770 * image.el (image-type-regexps): Allow predicates. Change the way
1771 JPEG images are recognized.
1772 (image-jpeg-p): New function.
1773 (image-type-from-data): Handle predicates in image-type-regexps.
1774
057b57f6
GM
1775 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1776 #:, #x, #o, and similar constructs.
1777
69ebef1d
GM
17782001-08-07 Gerd Moellmann <gerd@gnu.org>
1779
22d01aed
GM
1780 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1781
23f46f6f
GM
1782 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1783 instead of `progn'.
1784
e8421604
GM
1785 * tar-mode.el (tar-extract): Avoid generating a new buffer
1786 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1787
ea2c6478
GM
1788 * textmodes/paragraphs.el (forward-sentence): Avoid building
1789 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1790
dde6824c
SM
1791 * progmodes/executable.el (executable-set-magic):
1792 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
1793 inserting it.
1794
1155d483 1795 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 1796 derived from the JFIF spec.
1f8437c4 1797
69ebef1d
GM
1798 * image.el (image-type-regexps): Use `\`' instead of `^' in
1799 most regular expressions.
1800
d1d850d6
PJ
18012001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1802
dde6824c 1803 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 1804
98a8938c
GM
18052001-08-06 Gerd Moellmann <gerd@gnu.org>
1806
dde6824c
SM
1807 * help.el (describe-function-1): Use find-function-search-for-symbol
1808 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 1809
5a397d28
GM
1810 * play/animate.el (animate-birthday-present): Re-insert.
1811
dde6824c
SM
1812 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1813 Handle old-style menu definitions.
98a8938c 1814
7b3220c0
PJ
18152001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1816
6228c05b 1817 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 1818 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 1819
070c251e 1820 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
1821 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1822 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 1823
dffb6224
PJ
18242001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1825
1826 * textmodes/tildify.el: Milan Zamazal has new address.
1827
698665d1
GM
18282001-08-03 Gerd Moellmann <gerd@gnu.org>
1829
be48584d
GM
1830 * custom.el (custom-set-variables): Don't test `custom-requests'
1831 properties, check the third element of the options passed to
1832 custom-set-variables instead.
1833
5e1f85e0 1834 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 1835 instead of file-exists-p.
5e1f85e0 1836
b0fa1513
GM
1837 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1838 the mode-line face is restored. Fix several bugs.
1839
698665d1
GM
1840 * replace.el (perform-replace): Doc fix.
1841
4a7641d9
FP
18422001-08-02 Francesco Potorti` <pot@gnu.org>
1843
1844 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1845 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1846 (uniquify-fix-item-base, uniquify-fix-item-filename)
1847 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1848 Callers changed.
1849 (uniquify-set-proposed): Changed to work with a vector item.
1850 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1851 the fix list, and a list of strings for the non-file buffer
1852 names. Both changes reduce consing.
1853 (uniquify-rationalize-a-list): Local variable renaming.
1854 (uniquify-rationalize-conflicting-sublist): Use member instead of
1855 assoc.
1856 (uniquify-rename-buffer): Use unless instead of if not.
1857
77389930
GM
18582001-08-02 Gerd Moellmann <gerd@gnu.org>
1859
dde6824c 1860 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 1861
cb3f945f
GM
1862 * custom.el (custom-set-variables): Set options with :require
1863 clauses last.
4a7641d9 1864
fbc7f2a6
GM
1865 * custom.el (defcustom): Doc fix.
1866
77389930
GM
1867 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1868
9761cd3a
EZ
18692001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1870
7e03f4c8
EZ
1871 * man.el (man): Mention Man-switches in the doc string.
1872 (Man-switches): Mention -a in the doc string.
1873
dde6824c
SM
1874 * textmodes/ispell.el (ispell-alternate-dictionary):
1875 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 1876
9761cd3a
EZ
1877 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1878 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 1879 <gildea@stop.mail-abuse.org>.
9761cd3a 1880
cc46bfe7
FP
18812001-08-01 Francesco Potorti` <pot@gnu.org>
1882
fc10ed8c
FP
1883 * uniquify.el: These changes correct a corner case that the old
1884 code managed correctly.
1885 (uniquify-fix-item-proposed): Renamed from
1886 uniquify-fix-item-min-proposed.
1887 (uniquify-set-proposed): New function.
1888 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1889 clarity and speed.
dde6824c
SM
1890 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1891 This is equivalent to what the old code did.
fc10ed8c
FP
1892 (uniquify-rationalize-a-list): Never recompute the proposed
1893 name. Sort the conflicting sublist before rationalising it: this
1894 is equivalent to what the old code did, but one directory element
1895 at a time, and only when necessary.
1896 (uniquify-rationalize-conflicting-sublist): Recompute here the
1897 proposed name.
cc46bfe7 1898
dd388130
GM
18992001-08-01 Gerd Moellmann <gerd@gnu.org>
1900
81b1a79d
GM
1901 * play/animate.el: Add Keywords and Maintainer. Remove a
1902 reference to a removed function.
cc46bfe7 1903
dd388130
GM
1904 * play/animate.el (animate-string): Handle case that the string is
1905 longer than the window is wide.
1906
6b053e39
GM
19072001-07-31 Gerd Moellmann <gerd@gnu.org>
1908
ed86208c
GM
1909 * desktop.el (desktop-save): Bind coding-system-for-write to
1910 `emacs-mule' for write-region.
1911
10e922bd
GM
1912 * delsel.el (delete-selection-pre-hook): Don't set this-command
1913 to `ignore' if the region is empty.
1914
dde6824c
SM
1915 * international/mule.el (set-keyboard-coding-system):
1916 Set keyboard-coding-system.
b23bad0b 1917
6b053e39
GM
1918 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1919 before accessing it.
1920
d004e96a
AS
19212001-07-30 Andreas Schwab <schwab@suse.de>
1922
dde6824c
SM
1923 * menu-bar.el (toggle-highlight-paren-mode):
1924 Use `(show-paren-mode)' as body.
d004e96a 1925
892c8dea
AS
19262001-07-30 Andre Spiegel <spiegel@gnu.org>
1927
1928 * vc.el (vc-checkout-hook): New hook.
1929 (vc-checkout): Run it.
1930
21f79512
EZ
19312001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1932
dde6824c
SM
1933 * progmodes/make-mode.el (makefile-macroassign-regex):
1934 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 1935
291e3b68
GM
19362001-07-30 Gerd Moellmann <gerd@gnu.org>
1937
6594ac22
GM
1938 * vc.el (vc-switch-backend): Fix autoload cookie.
1939
291e3b68
GM
1940 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1941 the desktop file.
1942
87449711
GM
19432001-07-30 Simon Josefsson <jas@extundo.com>
1944
1945 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1946 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1947
bf85004b
GM
19482001-07-27 Gerd Moellmann <gerd@gnu.org>
1949
75c5350a
GM
1950 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1951 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
1952 (last-sexp-toggle-display, eval-last-sexp-1):
1953 Use last-sexp-setup-props.
75c5350a 1954
cc46bfe7 1955 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
1956 New user-options.
1957 (mouse-wheel-change-button): New function.
1958 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1959 (mwheel-scroll): Ditto.
1960
16098288
GM
19612001-07-26 Gerd Moellmann <gerd@gnu.org>
1962
ac49effe
GM
1963 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1964 `...', compare with unabbreviated printed representation instead.
1965 (last-sexp-print): Bind print-length and print-level to nil.
1966
be4a68f9
GM
1967 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1968 before assigning text properties. Make properties rear-nonsticky.
ac49effe 1969
f6e6cdf2
GM
1970 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1971 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1972 <mouse-2> and <RET> in that map to a function printing the
1973 unabbreviated value.
1974
16098288
GM
1975 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1976 is a buffer, put a text property `printed-value' on the printed
1977 representation, with the Lisp object printed as value.
1978
343462ed
EZ
19792001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1980
1981 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1982 Mention the effect of eval-expression-print-length and
1983 eval-expression-print-level in the doc strings. Suggested by
1984 Kevin Gallagher <kevingal@onramp.net>.
1985
e043664a
GM
19862001-07-25 Gerd Moellmann <gerd@gnu.org>
1987
4b09e331
GM
1988 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1989 for buttons > 3.
1990 (xterm-mouse-translate): Handle the case that we don't get a
1991 down-event.
cc46bfe7 1992
dde6824c
SM
1993 * emacs-lisp/find-func.el (find-function-regexp):
1994 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
1995 in front of the function name.
1996
17635d50 1997 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 1998
3fb01f36
GM
1999 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2000 similar events for which fake prefix keys are generated. It's no
2001 longer necessary since read_key_sequence doesn't modify these
2002 events for internal purposes anymore.
2003
e043664a
GM
2004 * files.el (auto-mode-alist): Use nroff-mode for files ending
2005 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2006
a9f73104
EZ
20072001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2008
2009 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2010 tool-bar-lines parameter, behave as if its value were zero.
2011 (mouse-avoidance-set-pointer-shape): Don't do anything if
2012 x-pointer-shape is not boundp.
2013
c02a76cc
FP
20142001-07-23 Francesco Potorti` <pot@gnu.org>
2015
f0188953 2016 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
2017 (uniquify-fix-item-base, uniquify-fix-item-filename)
2018 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 2019 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 2020 place in the item, but was never used.
c02a76cc 2021 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 2022 in the item is now used as cache for the proposed name.
c02a76cc 2023 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
2024 newbuffile out of the loop, in the newbuffile-nd local var.
2025 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 2026 common case and cache it in the fourth place in the item.
f0188953 2027 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 2028 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
2029 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2030 the cached proposed name, does much less consing and is quicker.
2031 (uniquify-filename-lessp): Deleted.
dde6824c
SM
2032 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2033 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
2034 cached proposed name is possible.
2035 (uniquify-get-proposed-name): Arguments changed, callers changed.
2036 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2037 uniquify-possibly-resolvable flag, which is no more bound locally.
2038 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 2039 flag, which does not exist any more.
c02a76cc 2040
31fac3b8
EZ
20412001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2042
be8cf99e
EZ
2043 * term/internal.el (IT-unicode-translations): Fix the appearance of
2044 "6`".
2045
31fac3b8
EZ
2046 * progmodes/compile.el (compile-internal): If EMACS is already
2047 defined in the environment, don't override its value.
2048
73496807
GM
20492001-07-23 Gerd Moellmann <gerd@gnu.org>
2050
9e5a7f2a
GM
2051 * play/fortune.el: Undo change of 2001-07-13.
2052 Fix autoload cookies. Add types to defcustoms.
2053 (fortune) <defgroup>: Add :link.
2054 (fortune-from-region): Use eq, not eql.
2055 From Dave Love <fx@gnu.org>.
c02a76cc 2056
5247262a 2057 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 2058
73496807
GM
2059 * play/animate.el: New file.
2060
722a451d
EZ
20612001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2062
dde6824c
SM
2063 * startup.el (normal-top-level-add-subdirs-to-load-path):
2064 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
2065 canonicalized names of the directories instead of inode numbers.
2066
4960e757 20672001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 2068
4960e757
MK
2069 * ediff-util.el: Copyright years.
2070 (ediff-choose-syntax-table): New function.
2071 (ediff-setup): Use ediff-choose-syntax-table.
73496807 2072 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 2073 vc-state is available.
73496807 2074 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 2075
4960e757
MK
2076 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2077 with-syntax-table.
73496807
GM
2078 (ediff-coding-system-for-read): From ediff-diff.el
2079 (ediff-coding-system-for-write): New variable.
2080 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 2081 overlays.
73496807
GM
2082 (ediff-file-remote-p): Use file-remote-p, if available.
2083 (ediff-listable-file): New function.
2084 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 2085
dde6824c
SM
2086 * ediff-mult.el (ediff-meta-insert-file-info1):
2087 Use ediff-listable-file.
c02a76cc 2088
dde6824c
SM
2089 * ediff-ptch.el (ediff-prompt-for-patch-file):
2090 Use ediff-coding-system-for-read.
73496807 2091 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 2092
73496807
GM
2093 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2094 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 2095
4960e757 2096 * ediff.el: Date of last update, copyright years.
c02a76cc 2097
4960e757 2098 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 2099
4960e757
MK
2100 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2101 of Scott Bronson.
2102 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2103 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2104 Deleted functions.
2105 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2106 ex-token-list.
73496807 2107 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 2108
dde6824c 2109 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
2110 (viper-memq-char): Use viper-int-to-char.
2111 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 2112 vc-locking-state.
73496807 2113 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 2114
dde6824c
SM
2115 * viper.el (viper-major-mode-modifier-list):
2116 Added inferior-emacs-lisp-mode.
73496807 2117 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 2118 heuristics to decide if vi state is appropriate.
73496807
GM
2119 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2120 (viper-non-hook-settings): Don't advise read-key-sequence.
2121 (viper-read-key-sequence): New function that replaces the
4960e757 2122 previously used advice to read-key-sequence.
c02a76cc 2123
73496807
GM
2124 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2125 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2126 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2127 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2128 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2129 Got rid of the negative character hack.
4960e757 2130 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
2131 Use viper-read-key-sequence.
2132 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 2133 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 2134 Don't override existing minibuffer-setup-hook.
4960e757 2135 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 2136 Convert registers to char data type.
73496807 2137 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
2138
2139 * viper-keym.el: Use viper-exec-key-in-emacs.
2140
05824718
SM
21412001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2142
2143 * server.el (server-visit-files): Fix variable name typo.
2144
6e07c0a5
GM
21452001-07-20 Gerd Moellmann <gerd@gnu.org>
2146
05824718 2147 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
2148 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2149
5b6858da
SM
21502001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2151
2152 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2153 return a this-error using the alternative format (a pair of markers).
2154
794d58ba
GM
21552001-07-19 Gerd Moellmann <gerd@gnu.org>
2156
4e2a256b
GM
2157 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2158
794d58ba
GM
2159 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2160 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 2161
381194d0
PJ
21622001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2163
2164 * international/iso-transl.el: Fix typo in the header of the file.
2165
2166 * textmodes/picture.el (picture): Doc fix.
2167
2168 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2169 follow coding conventions in generated files.
2170
27009a49
EZ
21712001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2172
5b6858da 2173 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
2174 (tool-bar-add-item): Don't call image-related primitives if the
2175 display doesn't support images.
2176
2177 * frame.el (display-images-p): New function.
2178
467f1209
GM
21792001-07-17 Gerd Moellmann <gerd@gnu.org>
2180
2181 * server.el (server-visit-files): Handle the case the specified
2182 column number is <= 0.
2183
21842001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2185
2186 * startup.el (command-line-1): Add support for +LINE:COLUMN
2187 command line argument.
2188
21892000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2190
5b6858da
SM
2191 * server.el (server-process-filter, server-visit-files):
2192 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 2193
9781053a
PJ
21942001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2195
2196 * emacs-lisp/easy-mmode.el: Add Keywords header.
2197
2198 * play/pong.el: Author has new address.
2199
2200 * play/landmark.el: Author is no more reachable.
2201
2202 * play/handwrite.el: Author is no more reachable.
2203
5b6858da
SM
22042001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2205
2206 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2207 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2208 Complete bindings for F<1..12> keys.
2209 (global-map): Remove `undo' binding (already in the default).
2210 Replace `t<n>' bindings with `f<n>' bindings.
2211
a38b71b0
SM
22122001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2213
2214 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2215 (tcl-mode): Use tcl-add-log-defun.
2216 (tcl-indent-line): Use tcl-calculate-indent.
2217 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2218 (tcl-indent-exp): Renamed from indent-tcl-exp.
2219 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2220 (tcl-indent-for-comment): Call comment-indent-function properly
2221 and handle the case where it returns nil.
2222
c1d61a7d
GM
22232001-07-16 Gerd Moellmann <gerd@gnu.org>
2224
a38b71b0
SM
2225 * calendar/cal-islam.el (calendar-goto-islamic-date):
2226 Remove autoload cookie.
2227
2228 * calendar/calendar.el (calendar-goto-islamic-date):
2229 Add call to autoload.
c1d61a7d 2230
c59fb719
SM
22312001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2232
2233 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2234 Don't change compile-auto-highlight globally.
2235 Don't bother with `font-lock-defaults' property since XEmacs
2236 also understands the `font-lock-defaults' variable.
2237 Use make-local-variable rather than make-variable-buffer-local.
2238 Don't `defconst' comment-indent-function: keep the default.
2239 Call easy-menu-add unconditionally.
2240 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2241 (ada-create-menu): Use :included for Emacs as well.
2242
2243 * vc.el (vc-do-command): Autoload.
2244
2245 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2246
652a9be9
PJ
22472001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2248
2249 * ps-print.el: Fix Author: header.
2250
c3d6be34
GM
22512001-07-16 Gerd Moellmann <gerd@gnu.org>
2252
4391d40d
GM
2253 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2254 mouse-1 etc., bind them to `ignore'.
2255
c3d6be34
GM
2256 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2257 send-invisible, which is already defined in Comint.
2258 (eshell-watch-for-password-prompt): Use it.
2259
e8af40ee
PJ
22602001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2261
3c3e43ef
PJ
2262 * which-func.el (which-func-mode): Doc fix.
2263
e8af40ee 2264 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
2265 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2266 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2267 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2268 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2269 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2270 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2271 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2272 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2273 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2274 * emulation/edt-mapper.el, emulation/edt-pc.el,
2275 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2276 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2277 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2278 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2279 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2280 * international/isearch-x.el, international/iso-cvt.el,
2281 * international/ogonek.el, international/quail.el,
2282 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2283 * language/devanagari.el, language/ethio-util.el,
2284 * language/ethiopic.el, language/european.el, language/indian.el,
2285 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2286 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2287 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2288 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2289 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2290 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2291 * progmodes/autoconf.el, progmodes/cmacexp.el,
2292 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2293 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2294 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2295 * progmodes/ebnf2ps.el, progmodes/executable.el,
2296 * progmodes/fortran.el, progmodes/idlw-shell.el,
2297 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2298 * progmodes/m4-mode.el, progmodes/mantemp.el,
2299 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2300 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2301 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2302 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2303 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2304 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2305 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2306 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2307 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2308 * textmodes/two-column.el, time-stamp.el, timezone.el,
2309 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2310 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2311 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
2312 conventions.
2313
bb24c64f
GM
23142001-07-16 Gerd Moellmann <gerd@gnu.org>
2315
2316 * simple.el (set-variable): Require 'cus-edit' instead of
2317 `wid-edit', so that the Custom widgets get defined.
2318
6a05d05f
PJ
23192001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2320
2321 * allout.el: A fix to follow coding conventions.
2322
2323 * find-lisp.el: A fix to follow coding conventions.
2324
2325 * term/w32-win.el: A fix to follow coding conventions.
2326
2327 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2328
2329 * term/xterm.el: A fix to follow coding conventions.
2330
2331 * term/news.el: A fix to follow coding conventions.
2332
2333 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2334 header line fixed.
2335
2336 * sun-curs.el: Fix Maintainer: header line.
2337
2338 * emacs-lisp/easymenu.el: Address of the author added.
2339
1b85bd12
GM
23402001-07-16 Gerd Moellmann <gerd@gnu.org>
2341
2342 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2343 property.
2344
6e44da43
PJ
23452001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2346
2347 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 2348 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
2349 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2350 Some fixes to follow coding conventions.
6e44da43 2351
6033fc96
GM
23522001-07-16 Gerd Moellmann <gerd@gnu.org>
2353
2354 * which-func.el (which-func-mode): Doc fix.
2355
5d3d1e32
SM
23562001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2357
2358 * net/rcompile.el (remote-compile): Use make-local-variable.
2359
2360 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2361
2362 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2363
2364 * mail/reporter.el (reporter-submit-bug-report):
2365 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2366
55535639
PJ
23672001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2368
3afbc435 2369 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
2370 * calendar/cal-dst.el, calendar/cal-french.el,
2371 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2372 * calendar/cal-iso.el, calendar/cal-julian.el,
2373 * calendar/cal-mayan.el, calendar/cal-persia.el,
2374 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2375 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2376 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2377 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2378 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2379 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2380 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2381 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2382 * progmodes/ada-xref.el, progmodes/cc-align.el,
2383 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2384 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2385 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2386 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2387 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2388 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2389 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2390 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2391 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2392 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
2393 conventions in Eshell files with known maintainers.
2394
2395 * emulation/viper.el: A fix to follow coding conventions.
2396
60370d40 2397 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
2398 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2399 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2400 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2401 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2402 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2403 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2404 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2405 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2406 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
2407 conventions in Eshell files.
2408
2409 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
2410 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2411 * emulation/pc-mode.el, emulation/viper-cmd.el,
2412 * emulation/viper-ex.el, emulation/viper-init.el,
2413 * emulation/viper-keym.el, emulation/viper-macs.el,
2414 * emulation/viper-mous.el, emulation/viper-util.el,
2415 * emulation/viper.el, forms-pass.el, international/ccl.el,
2416 * international/characters.el, international/encoded-kb.el,
2417 * international/fontset.el, international/ja-dic-cnv.el,
2418 * international/ja-dic-utl.el, international/kinsoku.el,
2419 * international/kkc.el, international/mule-cmds.el,
2420 * international/mule-diag.el, international/mule-util.el,
2421 * international/mule.el, international/titdic-cnv.el,
2422 * language/china-util.el, language/chinese.el,
2423 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2424 * language/greek.el, language/hebrew.el, language/japan-util.el,
2425 * language/japanese.el, language/korea-util.el, language/korean.el,
2426 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2427 * language/slovak.el, language/thai-util.el, language/thai.el,
2428 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2429 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2430 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2431 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2432 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2433 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2434 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2435 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2436 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2437 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
2438 to follow coding conventions in files without maintainer or in files
2439 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
2440
2441 * emacs-lisp/elp.el: A fix to follow coding conventions.
2442
715a2ca2 2443 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
2444 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2445 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2446 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2447 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2448 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2449 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2450 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2451 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2452 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2453 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2454 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
2455 conventions in files from Gnus.
2456
55535639 2457 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
2458 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2459 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2460 * echistory.el, electric.el, emacs-lisp/authors.el,
2461 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2462 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2463 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2464 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2465 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2466 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2467 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2468 * international/codepage.el, international/iso-ascii.el,
2469 * international/iso-insert.el, international/iso-transl.el,
2470 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2471 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2472 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2473 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2474 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2475 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2476 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2477 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2478 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2479 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2480 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2481 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2482 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2483 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2484 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2485 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2486 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2487 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2488 * textmodes/tex-mode.el, textmodes/text-mode.el,
2489 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2490 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2491 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
2492 files maintained by FSF.
2493
1cd7adc6
PJ
24942001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2495
2496 * arc-mode.el: A fix to follow coding conventions.
2497
2498 * bindings.el: Ditto.
2499
2500 * cdl.el: Ditto.
2501
2502 * comint.el: Ditto.
2503
2504 * cus-start.el: Ditto.
2505
2506 * shell.el: Ditto.
2507
2508 * skeleton.el: Ditto.
2509
07b1b912
SM
25102001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2511
2512 * info.el (Info-build-node-completions):
2513 Make Info-current-file-completions buffer local.
2514
09938b67
GM
25152001-07-13 Gerd Moellmann <gerd@gnu.org>
2516
e0f82ad8 2517 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 2518 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 2519
07b1b912 2520 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 2521 Add autoload cookie.
aa11456f 2522
09938b67
GM
2523 * play/fortune.el: Add types to defcustoms.
2524
ebea5735
PJ
25252001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2526
09938b67 2527 * language/czech.el: A fix to follow coding conventions.
ebea5735 2528
ec7dc7e1
EZ
25292001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2530
2531 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2532 to the extension list, for antlr-mode. From Christoph Wedler
2533 <Christoph.Wedler@sap.com>.
2534
ec402ad4
SM
25352001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2536
2537 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2538 (vc-dired-mode-map): Fix the madness.
2539
2540 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2541 (vc-prefix-map): Moved back from vc.el.
2542
a777242c
GM
25432001-07-11 Gerd Moellmann <gerd@gnu.org>
2544
07b1b912
SM
2545 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2546 Increase the size of the obarray.
a777242c
GM
2547 (mail-extr-all-top-level-domains): Add more toplevel domains,
2548 add more long names.
2549 From: Per Starback <starback@ling.uu.se>.
2550
874d7995
EZ
25512001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2552
2553 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2554 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2555
2556 * progmodes/ada-mode.el: Ditto.
2557
2558 * progmodes/ada-xref.el: Ditto.
2559
ff524b84
MB
25602001-07-11 Miles Bader <miles@gnu.org>
2561
2562 * finder.el (finder-insert-at-column): Also move to the next line
2563 if exactly at COLUMN.
2564
6b05fae3
GM
25652001-07-10 Gerd Moellmann <gerd@gnu.org>
2566
6ce5615d
GM
2567 * help.el (describe-function-1): When printing FUNCTION's
2568 documentation, don't assume FUNCTION is a symbol.
2569
6b05fae3
GM
2570 * startup.el (normal-top-level): Don't operate on the initial
2571 frame if we failed to create one.
2572
19da29f9
GM
25732001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2574
2575 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2576 itself, i.e. only indent the contents in it.
2577
6f19114e
GM
25782001-07-10 Markus Rost <rost@math.ohio-state.edu>
2579
2580 * mail/rmail.el (rmail-show-message): Show beginning of message in
2581 all windows containing it.
2582
8184a578
EZ
25832001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2584
2585 * term/tty-colors.el: Fix the header line and copyright years.
2586
524ac5b2
GM
25872001-07-09 Gerd Moellmann <gerd@gnu.org>
2588
4033ae9d
GM
2589 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2590 original definition has an interactive form, but is Elp
2591 instrumented, use the interactive form of the function called by
2592 elp-wrapper.
2593
59c2dcf4
GM
2594 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2595 configurations with compare-window-configuration; they aren't
2596 window configurations.
2597
524ac5b2
GM
2598 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2599 from the server for the format we expect. Don't use it if it
c59fb719 2600 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 2601
06c66e1c 2602 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
2603 From Luis Fernandes <elf@ee.ryerson.ca>.
2604
524ac5b2 26052001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
2606
2607 * cc-cmds.el: Extended the kludge to interoperate with the
2608 delsel and pending-del packages wrt to the new function
2609 `c-electric-delete-forward'.
2610
851040a5
SM
26112001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2612
2613 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2614 to delay the call to <mode> for global minor modes.
2615 (easy-mmode-define-navigation): Only recenter if interactive.
2616
6573d87f
GM
26172001-07-06 Gerd Moellmann <gerd@gnu.org>
2618
a25e82a8
GM
2619 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2620 to lisp-indent-line.
2621
6573d87f
GM
2622 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2623 from the server. Call encode-time only when we are sure that we
2624 got a 213 response.
2625
c1a1fd60
GM
26262001-07-06 Simon Josefsson <jas@extundo.com>
2627
2628 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2629 (mail-envelope-from): New user option.
2630 (sendmail-send-it): Use it.
2631
4b81a999
GM
26322001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2633
851040a5
SM
2634 * ps-print.el: Use locale dependant date to print date in header.
2635 Doc fix.
4b81a999
GM
2636 (ps-print-version): New version number (6.5.3).
2637 (ps-right-header, ps-right-footer): Initialization and doc fix.
2638 (ps-time-stamp-locale-default): New fun.
2639
a2cc5c4f
GM
26402001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2641
2642 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2643 field problem with MIME-mode.
2644
2645 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2646
26472001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2648
2649 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2650 MIME-mode.
2651
a9b511e0
EZ
26522001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2653
2654 * bindings.el (mode-line-mule-info): Don't show the tip with
2655 buffer-file-coding-system if that is nil.
2656
0f60e5ff
GM
26572001-07-05 Gerd Moellmann <gerd@gnu.org>
2658
f25cfe53
GM
2659 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2660 instead of kill-line.
2661
5f72adc0
GM
2662 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2663 <Pavel@Janik.cz>.
2664
2665 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2666 <Pavel@Janik.cz>.
0f60e5ff 2667
b5e2c7a7
GM
26682001-07-04 Gerd Moellmann <gerd@gnu.org>
2669
2670 * font-lock.el (c-font-lock-keywords-3): When matching something
2671 like `struct X Y', finish with point after Y.
2672
e5836af8 26732001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 2674
e5836af8 2675 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 2676 in caller buffer.
e5836af8 2677
f1c53471
EZ
26782001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2679
bf4041b6 2680 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
2681 instead of string-match to find the basename of the file.
2682 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 2683
851040a5
SM
2684 * net/browse-url.el (browse-url-default-windows-browser):
2685 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
2686 (browse-url-browser-function) [ms-dos]: Default to
2687 browse-url-default-windows-browser.
2688
f1c53471
EZ
2689 * help.el (locate-library): Enable code that looks for compressed
2690 libraries if auto-compression-mode is on.
2691
4ce5c223
SM
26922001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2693
2694 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2695
dd441b46
GM
26962001-07-02 Gerd Moellmann <gerd@gnu.org>
2697
4ce5c223 2698 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 2699
7a3ee510
EZ
27002001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2701
33e432b1
EZ
2702 * allout.el: Fix the header line, so that finder.el recognizes it.
2703 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2704
4ce5c223
SM
2705 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2706 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 2707
3024d920
EZ
27082001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2709
4ce5c223 2710 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 2711
3024d920
EZ
2712 * ps-bdf.el (bdf-directory-list): Use the value relative to
2713 installation-directory for MS-Windows as well.
2714
0c1baae8
RS
27152001-06-29 Richard M. Stallman <rms@gnu.org>
2716
2717 * wid-edit.el (widget-color-sample-face-get):
2718 Return ((foreground-color . COLOR)) instead of constructing a face.
2719
442ebe98
EZ
27202001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2721
2722 * faces.el (region): Change the background color for the
2723 light-background color display to lightgoldenrod2, to make it
2724 visible on some laptops.
2725
6519817e
RS
27262001-06-28 Richard M. Stallman <rms@gnu.org>
2727
2728 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2729 (rmail-msg-restore-non-pruned-header): Likewise.
2730 If point was in the old pruned header, put it at the top.
2731 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 2732
6519817e
RS
2733 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2734 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2735
15533ae2
SM
27362001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2737
2738 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2739
19a448e3
KF
27402001-06-28 Karl Fogel <kfogel@red-bean.com>
2741
2742 * saveplace.el: Update maintainer email address.
2743
a17555fd
FP
27442001-06-27 Francesco Potorti` <pot@gnu.org>
2745
15533ae2
SM
2746 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2747 Undo previous change.
a17555fd
FP
2748
27492001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
2750
2751 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2752 preliminary quick reordering. Can speed things up dramatically.
2753
555cc9ca
RS
27542001-06-26 Richard M. Stallman <rms@gnu.org>
2755
4d68abe0
RS
2756 * dired.el (dired-get-filename): A file name starting with ~
2757 is not absolute in this context.
2758
555cc9ca
RS
2759 * which-func.el (which-func-maxout): Increase default to 500000.
2760 (which-function-mode): This is now the "real" name of the function.
2761 (which-func-mode): Now an alias.
2762 (which-func-mode-global): Name deleted.
2763
2764 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2765 button-2, when binding hs-mouse-toggle-hiding.
2766
d9bad487
GM
27672001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2768
15533ae2 2769 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
2770 (rmail-msg-prune-header): Likewise.
2771 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2772 and `rmail-msg-prune-header'.
2773
da197e75
SM
27742001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2775
2776 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2777 back than LINEBEG.
2778
9501b986
EZ
27792001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2780
2781 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2782 window where they clicked the mouse has a header line, adjust
2783 vertical movement by one.
2784
7aee34d3
GM
27852001-06-25 Milan Zamazal <pdm@zamazal.org>
2786
da197e75
SM
2787 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2788 too when separating a parenthesis.
7aee34d3 2789
b9cc92a4
EZ
27902001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2791
2792 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2793 (bookmark-bmenu-hide-filenames): Add help-echo to
2794 mouse-highlighted text.
2795 (bookmark-bmenu-show-filenames): Remove help-echo property from
2796 the whitespace.
2797
e55c4863
EZ
27982001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2799
da197e75
SM
2800 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2801 From Karl Eichwalder <ke@suse.de>.
e55c4863 2802
4bd41f5a
RS
28032001-06-23 Richard M. Stallman <rms@gnu.org>
2804
2805 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2806
2807 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2808 contents for completing-read.
2809
fdae95d4
RS
28102001-06-22 Richard M. Stallman <rms@gnu.org>
2811
2812 * menu-bar.el (menu-bar-make-toggle): Construct the
2813 function's doc string from HELP, not DOC, and make it accurate by
2814 adding "Toggle whether to " at the front and downcasing the initial.
2815 Change the HELP arg in some calls to make it fit this usage.
2816
2817 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2818 Undo previous change.
2819
5f0e1d42
EZ
28202001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2821
1fd63d9b
EZ
2822 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2823
da197e75 2824 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 2825
2ebf8f54
EZ
28262001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2827
7a03d9cd
EZ
2828 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2829
2ebf8f54
EZ
2830 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2831
4de68712
RS
28322001-06-20 Richard M. Stallman <rms@gnu.org>
2833
2834 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2835 broken out from dabbrev--find-expansion. Handle minibuffer
2836 specially here.
2837 (dabbrev--find-expansion): Simplify code in various ways.
2838 Don't treat minibuffers specially.
2839 Call dabbrev--make-friend-buffer-list.
da197e75 2840 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
2841 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2842
f84e9763 28432001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 2844
f84e9763
JW
2845 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2846 Also, added a comment describing how to greatly speedup Eshell
2847 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 2848
f5f3efaa 28492001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 2850
da197e75
SM
2851 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2852
f84e9763
JW
28532001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2854
2855 * woman.el (WoMan-highlight-references): Add help-echo to
2856 mouse-highlighted text.
b868ed49 2857
f7ac3e28
SM
28582001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2859
2860 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2861
f6f1beba
GM
28622001-06-18 Gerd Moellmann <gerd@gnu.org>
2863
f7ac3e28
SM
2864 * international/quail.el (quail-start-conversion):
2865 Reset quail-translating to nil.
db8f7303 2866
f6f1beba
GM
2867 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2868 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2869
1a0b9ae6
EZ
28702001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2871
855eca56
EZ
2872 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2873 mouse-highlighted text.
2874
1a0b9ae6
EZ
2875 * dired.el (dired-mark-pop-up): Fix last change.
2876
e75e894b
EZ
28772001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2878
218abc51
EZ
2879 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2880 mouse-highlighted text.
2881
d36ca65d
EZ
2882 * net/quickurl.el (quickurl-url-file): Run through
2883 convert-standard-filename.
2884 (quickurl-list-populate-buffer): Add help-echo to
2885 mouse-highlighted text.
2886 (top-level): Update Dave's URL.
2887
092924fd
EZ
2888 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2889 mouse-highlighted text.
2890
f7ac3e28
SM
2891 * textmodes/page-ext.el (pages-copy-header-and-position):
2892 Add help-echo to mouse-highlighted text.
092924fd
EZ
2893
2894 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2895 mouse-highlighted text.
2896
2897 * replace.el (occur): Add help-echo to mouse-highlighted text.
2898
2899 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2900 mouse-highlighted text.
2901
2902 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2903 mouse-highlighted text.
2904
f7ac3e28
SM
2905 * progmodes/compile.el (compile-reinitialize-errors):
2906 Add help-echo to mouse-highlighted messages.
092924fd
EZ
2907 (compilation-forget-errors): Remove help-echo property as well.
2908
f7ac3e28
SM
2909 * play/landmark.el (lm-plot-square, lm-init-display):
2910 Add help-echo to mouse-highlighted text.
092924fd 2911
f7ac3e28
SM
2912 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2913 Add help-echo to mouse-highlighted text.
092924fd
EZ
2914
2915 * dired.el (dired-insert-set-properties): Add help-echo to
2916 mouse-highlighted text.
f7ac3e28 2917 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
2918
2919 * comint.el (comint-send-input): Add help-echo to
2920 mouse-highlighted text.
2921
2922 * buff-menu.el (list-buffers-noselect): Add help-echo to
2923 mouse-highlighted text.
2924
2925 * arc-mode.el (archive-summarize-files): Add help-echo to
2926 mouse-highlighted text.
2927
e75e894b
EZ
2928 * ffap.el (ffap-machine-p): Always return nil if
2929 open-network-stream is not fboundp.
2930
f621ed9d
SM
29312001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2932
2933 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2934 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2935 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2936 incorrectly binding chars between 128 and 256 to it.
2937 (sgml-maybe-name-self): Handle latin-1 chars properly.
2938 (sgml-tags-invisible): Bind buffer-file-name to nil.
2939 Use unwind-protect and restore-buffer-modified-p.
2940 (sgml-point-entered): Use buffer-substring-no-properties.
2941 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2942 (html-mode): Don't force `imenu-sort-function'.
2943
884e8578
EZ
29442001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2945
d5b49f47
EZ
2946 * tar-mode.el: Fix the copyright notice.
2947
ce6b1982
EZ
2948 * font-lock.el (font-lock-comment-face): For tty's with dark
2949 background, use "red1", since "lightred" is not one of the colors
2950 recognized by tty-colors.el.
2951
884e8578
EZ
2952 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2953 create a buffer for extracted file, in case there's more than one
2954 file by that name in an archive, possibly in different
2955 directories. From Kevin Rodgers <kevinr@ihs.com>.
2956
2957 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2958 <alex@gnu.org>.
2959
72190a54
MB
29602001-06-15 Miles Bader <miles@gnu.org>
2961
f621ed9d
SM
2962 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2963 Revert previous change.
72190a54 2964
e4cdc335
RS
29652001-06-14 Richard M. Stallman <rms@gnu.org>
2966
2967 * replace.el (keep-lines-read-args): Return just a regexp.
2968 Provide nil for the region args.
f621ed9d 2969 (keep-lines, flush-lines, how-many):
e4cdc335
RS
2970 Calculate the defaults for the region here, when args are nil.
2971
c8c6b45a
EZ
29722001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2973
2974 * rot13.el (rot13-other-window): Some more doc fix.
2975
f54701d1
EZ
29762001-06-14 Per Starback <starback@ling.uu.se>
2977
2978 * replace.el (case-replace, query-replace-from-history-variable)
2979 (query-replace-to-history-variable, keep-lines-read-args)
2980 (occur-revert-function, query-replace-help): Dox fix.
2981
1604ce98
EZ
29822001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2983
2984 * rot13.el (rot13-other-window): Doc fix.
2985
22058843
MB
29862001-06-14 Miles Bader <miles@gnu.org>
2987
2988 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2989 of " and \ to "." (punctuation).
2990 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2991
e4cdc335
RS
29922001-06-13 Richard M. Stallman <rms@gnu.org>
2993
2994 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2995
2996 * simple.el (shell-command-on-region): Never kill the
2997 *Shell Command Output* buffer.
2998
a62d56ab
SM
29992001-06-13 Stefan Monnier <monnier@cs.yale.edu>
3000
3001 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3002
4a0aa1d9
SM
30032001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3004
3005 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3006 New var, to recognize ${ $' and PODs.
3007 (perl-font-lock-syntactic-face-function): New function.
3008 (perl-mode): Use them.
3009 (perl-continuation-line-p): New function, from perl-calculate-indent.
3010 (perl-calculate-indent): Use it, to properly handle continuation
3011 lines of continuation lines.
3012
b5a9911c
EZ
30132001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3014
3015 * server.el (server-process, server-buffer-clients): Doc fix.
3016 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3017
0f056ec1
JW
30182001-06-09 John Wiegley <johnw@gnu.org>
3019
3020 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3021 test if the last command was Lisp or not.
3022 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3023 B x C".
3024
e5e316b0
EZ
30252001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3026
3027 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3028 general one on compile.el supports drive letters.
7f4350a7
CD
3029
30302001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3031
5a905a7e 3032 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 3033 key description.
7f4350a7
CD
3034
3035 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3036
5a905a7e 3037 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
3038 (reftex-toc-jump): New command.
3039
3040 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 3041 to parse international characters as well.
7f4350a7 3042
5a905a7e 3043 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 3044 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 3045
5a905a7e
SM
3046 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3047
3048 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 3049 TAB to the key separators.
7f4350a7 3050
73419021
EZ
30512001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3052
3053 * international/mule.el (auto-coding-alist): Remove redundant
3054 up-cased versions of the extensions (auto-coding-alist-lookup is
3055 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3056 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3057
cada28bb
EZ
30582001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3059
3060 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3061
4f7666dc
RS
30622001-06-01 Richard M. Stallman <rms@gnu.org>
3063
3064 * help.el (describe-variable): Put value on same line
3065 with preceding text, if it is short enough to look good that way.
3066
70079787
EZ
30672001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3068
3069 * term/internal.el (IT-unicode-translations): New variable.
3070 (IT-setup-unicode-display): New function.
3071
c86f4619
GM
30722001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3073
3074 * ps-print.el: Handle before-string and after-string overlay properties
3075 in ps-print-*-with-faces commands. Doc fix.
3076 (ps-print-version): New version number (6.5.2).
3077 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3078 for XEmacs.
3079 (ps-prefix-quote): Doc fix.
c6d452ad 3080 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
3081 (ps-basic-plot-str, ps-plot-string): New funs.
3082
1ea98518
SM
30832001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3084
3085 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3086 and :type spec.
3087
2b1ec973
GM
30882001-05-31 Gerd Moellmann <gerd@gnu.org>
3089
1ea98518
SM
3090 * international/mule-cmds.el (inactivate-input-method):
3091 Set input-method-function to nil.
2b1ec973 3092
94843cc1
GM
3093 * xml.el (xml-parse-tag): The document may contain invalid characters.
3094 From ShengHuo ZHU <zsh@cs.rochester.edu>
3095
9652931f
GM
30962001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3097
3098 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
3099 `rmail-summary-line-decoder' if the message does not have
3100 a Subject: field.
9652931f 3101
1ea98518 3102 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 3103
1ea98518
SM
3104 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3105 New variable.
9652931f
GM
3106 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3107 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3108 is non-nil.
3109
f7ac3e28
SM
31102001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3111
3112 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3113
b781e739
SS
31142001-05-29 Sam Steingold <sds@gnu.org>
3115
00f51890
SS
3116 * faces.el (face-valid-attribute-values): Bind `valid' directly
3117 instead of using `setq'.
3118
b781e739
SS
3119 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3120 Use `tex-shell-buf'.
3121 (tex-shell-proc): Use `tex-shell-running'.
3122 (tex-shell-buf-no-error): New function.
3123 (tex-send-tex-command): Use it.
3124 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3125 (tex-kill-job): Check the process before calling `quit-process'.
3126
3d0e328b
GM
31272001-05-29 Gerd Moellmann <gerd@gnu.org>
3128
1ea98518
SM
3129 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3130 UTF-8 sequences.
3d0e328b 3131
8bd6307f
GM
31322001-05-28 Miles Bader <miles@gnu.org>
3133
3134 * comint.el (comint-carriage-motion): Renamed from
3135 `comint-cr-magic'. Operate on the buffer instead of the string
3136 (for use as a comint post-output filter, instead of as a
3137 pre-output filter). Handle backspaces too. Add to the
3138 `comint-output-filter-functions' hook instead of
3139 `comint-preoutput-filter-functions'.
3140
89c8dc6c
GM
31412001-05-28 Gerd Moellmann <gerd@gnu.org>
3142
3143 * language/japan-util.el (japanese-hankaku): Prefer the charset
3144 `jisx0201' when the optional argument `ascii-only' is not specified.
3145 (japanese-hankaku-region): Ditto.
3146 From Katsumi Yamaoka <yamaoka@jpl.org>
3147
f25c1b9b
SM
31482001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3149
3150 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3151 (outline-invisible-p): New function.
3152 (hide-leaves): Save excursion.
3153 (hide-other): Stop looping when reaching bobp.
3154
719bb352
EZ
31552001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3156
3157 * cus-edit.el (custom-file): Fix last change.
3158
d686d354
SM
31592001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3160
3161 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3162 same definition in byte-compile-function-environment as `autoload'
3163 would put in `symbol-function'.
3164
3165 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3166 patch to correct the error message as well.
3167
49b1a638
EZ
31682001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3169
71261a01
EZ
3170 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3171 unless ~/.emacs exists.
3172
49b1a638
EZ
3173 * novice.el (enable-command): If user-init-file is nil or does not
3174 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3175
a434b175
SM
31762001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3177
15ca8de7
SM
3178 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3179 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3180 Allow spaces around macro arguments.
3181 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3182 indent-for-tab-command.
3183 (latex-mode-map, plain-tex-mode-map): New keymaps.
3184 Inherit from tex-mode-map.
3185 (tex-common-initialization): Don't setup the keymap any more
3186 since it's now done right by define-derived-mode.
3187 (latex-mode): Set skeleton-end-hook to nil.
3188 (latex-skeleton-end-hook): Remove.
3189 (tex-latex-block, latex-insert-item): Simplify.
3190 (latex-syntax-after): Use following-char rather than char-after.
3191 (tex-discount-args-cmds, tex-count-words): New functions.
3192
3193 * textmodes/tildify.el (tildify-ignored-environments-alist):
3194 Recognize \verb* as well.
3195
3196 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3197 (perl-comment-indent): Simplify to let newcomment.el do its job.
3198 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3199 (perl-mark-function): Cleanup the namespace.
3200 (perl-calculate-indent): Don't be fooled by nested functions.
3201
3202 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3203
a434b175
SM
3204 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3205 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3206
4e7e1f03
AC
32072001-05-25 Andrew Choi <akochoi@i-cable.com>
3208
3209 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3210 actually be `\\'.
3211 (ctlau-b5-converter): Likewise.
3212
2bef0948
AC
32132001-05-24 Andrew Choi <akochoi@i-cable.com>
3214
3215 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
3216 Change CTLauB.el to CTLau-b5.el.
3217
d2d1851b
SM
32182001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3219
3220 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3221 rather than beginning-of-line to avoid problems with fields.
3222 (gud-perldb-massage-args): Use unless and push.
3223 (gud-chdir-before-run): New var.
3224 (gud-common-init): Use it.
3225
5e3d4fbc
AC
32262001-05-24 Andrew Choi <akochoi@i-cable.com>
3227
3228 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3229 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 3230 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 3231 chinese-ctlaub.
d2d1851b
SM
3232 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3233 New functions.
5e3d4fbc 3234
0216c3df
GM
32352001-05-22 Gerd Moellmann <gerd@gnu.org>
3236
f1f65349
GM
3237 * cus-edit.el (custom-comment-show): Remove debug code.
3238
0216c3df
GM
3239 * language/japan-util.el (japanese-symbol-table): Fix handling of
3240 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3241
e8a1ed31
SM
32422001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3243
3244 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3245 Renamed by removing the silly `-flag' suffix.
3246 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3247
7246200c
SM
32482001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3249
3250 * replace.el (keep-lines-read-args): Use `copy-marker'.
3251 (how-many): Save excursion properly.
3252 (occur-mode): Use define-derived-mode.
3253 (perform-replace): Use with-current-buffer.
3254
7e971261
RS
32552001-05-20 Richard M. Stallman <rms@gnu.org>
3256
65569e52
RS
3257 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3258
cc9684e8
RS
3259 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3260
9ca00e71
RS
3261 * info.el (Info-read-subfile): Widen before finding the
3262 desired node in the subfile.
3263
7e971261
RS
3264 * startup.el (command-line-1): When >2 files visited,
3265 leave the last one visible, and make that the selected window.
3266
7c5312b2
GM
32672001-05-20 Gerd Moellmann <gerd@gnu.org>
3268
3269 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3270
310e9a21
EZ
32712001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3272
7246200c
SM
3273 * international/ccl.el (define-ccl-program): Fix a typo.
3274 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
3275
3276 * international/mule.el (decode-char): Fix a typo. From Pavel
3277 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3278
3279 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3280 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3281
310e9a21
EZ
3282 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3283 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3284
ef55aa6c
SS
32852001-05-18 Sam Steingold <sds@gnu.org>
3286
7246200c 3287 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
3288 and [RET] to `cvs-mode-find-file'.
3289
c9f3bebe
JW
32902001-05-18 John Wiegley <johnw@gnu.org>
3291
3292 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3293 configuration variable, which determines the initial character
3294 that forces use of an external version of a command. The default
3295 is *, but may be set to \, for example.
3296
3297 * eshell/esh-ext.el (eshell-explicit-command):
3298 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 3299
c9f3bebe
JW
3300 * eshell/esh-cmd.el (eshell/which):
3301 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 3302
7c5312b2
GM
3303 * eshell/em-cmpl.el (eshell-completion-command-name)
3304 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
3305 instead of ?*.
3306
1c66d9fb
GM
33072001-05-18 Gerd Moellmann <gerd@gnu.org>
3308
a724ed38
GM
3309 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3310 subst-char-in-string.
3311 (ange-ftp-after-parse-ls-hook): New variable.
3312 (ange-ftp-ls): Run that hook.
3313 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3314
0595722b
GM
3315 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3316 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3317 text into *Completions*.
3318
1c66d9fb
GM
3319 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3320 part of which look like email addresses.
3321
c5bdb93d
AI
33222001-05-18 Andrew Innes <andrewi@gnu.org>
3323
7246200c
SM
3324 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3325 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
3326 cmd.exe's handling of FOR loops.
3327 (autoloads): Set find-file-suppress-same-file-warnings to t to
3328 avoid slew of spurious messages.
3329
9a1211f2
GM
33302001-05-18 Simon Josefsson <simon@josefsson.org>
3331
3332 * mail/smtpmail.el (maybe-append-domain): Renamed to
3333 `smtpmail-maybe-append-domain'.
3334 (smtpmail-via-smtp): Use the new name.
3335
29148a3f
GM
3336 * net/browse-url.el (browse-url-browser-function): Add kde.
3337 (browse-url-kde-program, browse-url-kde-args): New variables.
3338 (browse-url-kde): New function.
3339
9ab59a1a
MB
33402001-05-18 Miles Bader <miles@gnu.org>
3341
7246200c
SM
3342 * simple.el (delete-horizontal-space, just-one-space):
3343 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
3344 because it's more efficient for large files.
3345
cebf1b97
GM
33462001-05-17 Gerd Moellmann <gerd@gnu.org>
3347
f90c23ca
GM
3348 * mail/rmail.el (rmail-require-mime-maybe): New function.
3349 (rmail): Use it.
3350 (rmail-mode): Handle the case of finding Rmail files.
3351
cebf1b97
GM
3352 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3353 functions.
3354
df22166e
SM
33552001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3356
3357 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3358 text-property after moving to the beginning of line and regardless
3359 of the value of font-lock-multiline.
3360
2ca0d5f1
GM
33612001-05-17 Gerd Moellmann <gerd@gnu.org>
3362
e85e809a
GM
3363 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3364
2ca0d5f1
GM
3365 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3366 last coding system used before calling set-buffer-modified-p
3367 because that function changes last-coding-system.
3368
4c6a4739
EZ
33692001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3370
3371 * files.el (switch-to-buffer-other-window)
3372 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3373 the doc string.
3374
f08cf35b
GM
33752001-05-17 Gerd Moellmann <gerd@gnu.org>
3376
3377 * language/slovak.el, language/czech.el: New maintainer.
3378
2180ea97
SS
33792001-05-16 Sam Steingold <sds@gnu.org>
3380
f08cf35b 3381 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
3382 sub-form of `defgeneric' correctly.
3383
9bae8781
GM
33842001-05-16 Gerd Moellmann <gerd@gnu.org>
3385
a90b3d3c
GM
3386 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3387 of `c'.
3388
1b7818b4 3389 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
3390 condition-case, test what outline-level returns instead, to
3391 ease debugging.
1b7818b4 3392
9bae8781
GM
3393 * international/mule.el (auto-coding-regexp-alist): New user-option.
3394 (auto-coding-from-file-contents): New function.
3395 (set-auto-coding): Use it to determine a coding system.
3396
7644c605
GM
33972001-05-15 Gerd Moellmann <gerd@gnu.org>
3398
18a0a39e
GM
3399 * mouse.el (mouse-delete-other-windows): Doc fix.
3400
df22166e
SM
3401 * emacs-lisp/lisp-mode.el (lisp-mode):
3402 Make font-lock-keywords-case-fold-search a buffer-local variable with
3403 make-local-variable before setting it.
7644c605 3404
940cf42e
EZ
34052001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3406
3407 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3408 prefixes.
3409
557f7c34
GM
34102001-05-14 Gerd Moellmann <gerd@gnu.org>
3411
3412 * hexl.el (hexl-current-address): Print a message when called
3413 interactively.
3414
14d9b141
SM
34152001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3416
3417 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3418
3419 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3420
3421 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3422
7bd2d083
GM
34232001-05-11 Gerd Moellmann <gerd@gnu.org>
3424
47e72862
GM
3425 * startup.el (command-line): If parameters have been changed in
3426 the init files which influence font selection, clear the face
3427 cache so that faces get realized with the new parameters.
3428
14d9b141 3429 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 3430
0f49941f
SM
34312001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3432
3433 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3434
cbeed4a8
EZ
34352001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3436
3437 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3438 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3439
ff9aa2ca
GM
34402001-05-10 Gerd Moellmann <gerd@gnu.org>
3441
3442 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 3443 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 3444
b2c99950
JW
34452001-05-09 John Wiegley <johnw@gnu.org>
3446
0f49941f
SM
3447 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3448 Annotated the documentation string to tell users about
3cb27fd7
JW
3449 `eshell-no-numeric-conversions'.
3450
c26f6b27
JW
3451 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3452 conversions if a Lisp function has the property
3453 `eshell-no-numeric-conversions' set to a non-nil value.
3454
3455 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3456 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3457 property `eshell-no-numeric-conversions' on the following
3458 functions (which all deal with filesystem entities, and never Lisp
3459 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3460 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3461 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3462 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3463 eshell/which, eshell/addpath.
3464
34652001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 3466
d089e299
JW
3467 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3468 encountered as an argument, don't convert it right away, but tag
3469 the first character of the string with the text properties
3470 `number', which signifies to `eshell-lisp-command' that the
3471 argument should be passed through `string-to-number' if it is
3472 actually used in the call to a Lisp function.
3473
3474 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3475 function, convert any string arguments that have been tagged as
3476 "numbers", by calling string-to-number.
3477
3478 * eshell/esh-util.el (eshell-number-regexp): Now that number
3479 conversions only happen for Lisp function calls, the number regexp
3480 should now match all integer and floating point forms.
3481
3482 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3483 `eshell-continue-process', since they are both nonfunctional at
3484 the moment.
3485 (eshell-proc-initialize): Don't bind keys for
3486 `eshell-stop-process' or `eshell-continue-process'.
3487
0f49941f
SM
3488 * eshell/em-unix.el (eshell-shuffle-files):
3489 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
3490
3491 * eshell/em-hist.el (eshell-add-to-history): Reference to
3492 `eshell-history-ring' needed to be `eshell-history-index'.
3493
0f49941f
SM
3494 * calendar/timeclock.el (timeclock-find-discrep):
3495 Initialize `elapsed' to 0.
cb89da0f
JW
3496 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3497 it's still nil.
b2c99950 3498
ff39b9a1
SM
34992001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3500
3501 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3502 (archive-mode): Use capitalize.
3503 (archive-unique-fname): Use make-temp-file.
3504
9e53a675
GM
35052001-05-09 Gerd Moellmann <gerd@gnu.org>
3506
3507 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3508
c8224de6
EZ
35092001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3510
c533a7e2
EZ
3511 * tar-mode.el (tar-extract): Pay attention to the value of
3512 coding-system-for-read, if it is non-nil.
3513
ff39b9a1
SM
3514 * calendar/holidays.el (holidays): Add an autoload cookie.
3515 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 3516
1c8c9fb8
JW
35172001-05-08 John Wiegley <johnw@gnu.org>
3518
ff39b9a1
SM
3519 * calendar/timeclock.el (timeclock-workday-remaining):
3520 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
3521 (timeclock-workday-elapsed): Don't accept a "relative" argument
3522 for the current day's elapsed time. What could that have meant?
ff39b9a1 3523 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
3524 (timeclock-when-to-leave): Changed logic, similarly to what was
3525 done for `timeclock-workday-remaining'.
3526 (timeclock-find-discrep): Removed "today-only" argument, which had
3527 no meaning. Fixed some more math problems. The function now
3528 returns a three member list: (TOTAL-TIME-DISCREPANCY
3529 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3530
5f47fb28
EZ
35312001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3532
3533 * w32-fns.el (convert-standard-filename): Start replacing slashes
3534 from the beginning of the file name, not from where the last
3535 invalid character was. From "Andrew Maguire (SWW)"
3536 <Andrew.Maguire@Smallworld.co.uk>
3537
6da5c7da
GM
35382001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3539
3540 The following changes are to provide infrastructure for handling
3541 MIME messages to rmail. They don't affect the original behaviour
3542 if rmail-enable-mime is nil.
3543
3544 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3545 (rmail-search-mime-message-function)
3546 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
3547 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3548 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3549 `rmail-view-buffer' is hidden.
6da5c7da
GM
3550 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3551 call rmai-show-mime-function.
3552 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3553 mode-line-process of rmail-view-buffer.
3554 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3555 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3556 buffer.
ff39b9a1
SM
3557 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3558 set-buffer to the Rmail buffer.
6da5c7da
GM
3559 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3560 rmail-search-mime-header-function.
3561 (rmail-search-message): New function.
3562 (rmail-search): Call rmail-search-message to check if a message
3563 matches REGEXP, lastly update point after calling
3564 rmail-show-message.
ff39b9a1
SM
3565 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3566 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
3567 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3568 header region, refer to rmail-msgref-vector while setting the
3569 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
3570 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3571 If rmail-enable-mime is non-nil, call
6da5c7da
GM
3572 rmail-insert-mime-forwarded-message-function instead of inserting
3573 forwarded message by itself.
3574
3575 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3576 Rmail buffer.
3577 (rmail-set-label, rmail-next-labeled-message): Likewise.
3578
3579 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3580 set-buffer to the Rmail buffer.
3581 (rmail-output-to-rmail-file): Likewise.
3582 (rmail-output): Likewise.
3583
3584 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3585 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
3586 (rmail-new-summary): Be sure to go to the Rmail buffer.
3587 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
3588 rmail-view-buffer to nil.
3589 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3590 rmail-view-buffer.
3591 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3592 rmail-buffer.
3593 (rmail-summary-scroll-msg-down): Likewise.
3594 (rmail-summary-beginning-of-message): Likewise.
3595 (rmail-summary-wipe): Likewise.
3596 (rmail-summary-toggle-header): Use save-window-excursion, not
3597 save-excursion. Update point in rmail-view-buffer, not in
3598 rmail-buffer.
3599 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3600 rmail-view-buffer, not rmail-buffer.
3601
5092477a
GM
36022001-05-07 Gerd Moellmann <gerd@gnu.org>
3603
1e9fc92e
GM
3604 * cus-edit.el (custom-file): Signal an error if user-init-file is
3605 nil (running -q).
3606
1d053370
GM
3607 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3608
ff39b9a1
SM
3609 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3610 Add :version.
3611
3612 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3613 New option.
1b62b062
GM
3614 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3615 only if smtpmail-warn-about-unknown-extensions is set.
3616
f851a71c
GM
3617 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3618 instead of rmail-sort-by-keywords.
3619
ff39b9a1 3620 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
3621 rmail-sort-by-keywords.
3622
ff39b9a1
SM
3623 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3624 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
3625 (rmail-summary-mode): Doc fix.
3626
5092477a
GM
3627 * mail/rmail.el (rmail-edit): New Custom group.
3628
3629 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3630 (rmail-edit-mode-hook): New user-option.
3631
05be3833
RS
36322001-05-05 Richard M. Stallman <rms@gnu.org>
3633
3634 * help.el (help-xref-symbol-regexp): Recognize "source of"
3635 and friends, meaning make a link to the source file.
3636 (help-make-xrefs): Handle "source of" and friends
3637 by constructing a link that visits the source file.
3638
3639 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3640
7dfb000f
SM
36412001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3642
5efe6a56
SM
3643 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3644 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3645 Renamed from perl-font-lock-keywords to avoid clashes.
3646 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3647 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3648 Updated correspondingly.
3649
7dfb000f
SM
3650 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3651 Typo `nonexistant' -> `nonexistent'.
3652
88bbb8cb
EZ
36532001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3654
7dfb000f
SM
3655 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3656 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
3657 `c-electric-delete-forward' always deletes forward and
3658 `c-electric-delete' only contains the code necessary for XEmacs to
3659 choose between backward and forward deletion.
7dfb000f 3660
88bbb8cb
EZ
3661 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3662 get the electric behavior on that key too.
3663 (c-fill-paragraph): Fixed bogus direct use of
3664 c-comment-prefix-regexp, which caused an error when it's a list.
3665
a1af8dcf
EZ
36662001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3667
3668 * dired-aux.el (dired-diff): Doc fix.
3669
3670 * dired.el (dired-diff): Likewise.
3671
ddfb4005
EZ
36722001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3673
3674 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3675
b36581fb
SM
36762001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3677
80a00b6a
SM
3678 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3679 if both the buffer and the file are read-only.
3680
b36581fb
SM
3681 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3682 rather than font-lock-string-face.
3683 (sh-get-indent-info): Treat heredocs like strings.
3684
470bbe9b
GM
36852001-05-02 Gerd Moellmann <gerd@gnu.org>
3686
b36581fb
SM
3687 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3688 a newline following `}'.
3356df63
GM
3689 (texinfo-format-email): New function.
3690 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
3691 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3692 Add `display'.
3356df63
GM
3693 (texinfo-sort-region): Goto point-min before sorting.
3694 (texinfo-set): Remove leading white space from value.
3695 From yagi@is.titech.ac.jp.
3696
470bbe9b
GM
3697 * replace.el (query-replace-regexp-eval): Doc fix.
3698
a9d2fd1d
SM
36992001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3700
3701 * diff-mode.el (diff-nonexistant-face): New face.
3702 (diff-font-lock-keywords): Use it.
3703
2b3e941a
EZ
37042001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3705
22cd6fd3
EZ
3706 * font-lock.el (font-lock-mode): Doc fix.
3707
2b3e941a
EZ
3708 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3709 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3710
50df7214
GM
37112001-04-30 Gerd Moellmann <gerd@gnu.org>
3712
a9d2fd1d
SM
3713 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3714 backslash at the start of the here-document delimiter.
a9793e45
GM
3715 (sh-font-lock-syntactic-keywords): Likewise.
3716
50df7214
GM
3717 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3718
e2f599e9
EZ
37192001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3720
3721 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3722 (tty-color-translate, tty-color-by-index, tty-color-values)
3723 (tty-color-desc): Doc fix.
3724
dcaf31d3
EZ
37252001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3726
3727 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
3728 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3729 Mention dired-dwim-target in the doc string.
dcaf31d3 3730
a6a06429
MB
37312001-04-28 Miles Bader <miles@gnu.org>
3732
3733 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3734 (dabbrev--find-expansion): Use it.
3735 (dabbrev--select-buffers): Don't select ignored buffers.
3736
5a5d9185
GM
37372001-04-27 Gerd Moellmann <gerd@gnu.org>
3738
a9d2fd1d 3739 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 3740
c5b82005
RS
37412001-04-26 Richard M. Stallman <rms@gnu.org>
3742
3743 * dabbrev.el: Add doc strings for some functions.
3744 (dabbrev--eliminate-newlines): New variable.
3745 (dabbrev--substitute-expansion): Convert newlines to spaces
3746 if dabbrev--eliminate-newlines is set.
3747 If abbrev and expansion are both all-lower-case,
3748 leave dabbrev--last-case-pattern nil.
3749
7cff9c6f
GM
37502001-04-26 Gerd Moellmann <gerd@gnu.org>
3751
3752 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3753 if necessary, like in rmail-show-message.
3754
efa89c1f
GM
37552001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3756
3757 * ps-print.el: Color specified by number is forced to be float number.
3758 (ps-print-version): New version number (6.5.1.1).
3759 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3760 initialization.
3761 (ps-prefix-quote): New internal var.
3762 (ps-print-quote): New fun.
3763 (ps-setup, ps-output-frame-properties, ps-float-format)
3764 (ps-format-color): Code fix.
a9d2fd1d
SM
3765 (ps-plot-region): Eliminate redundant foreground color text setting.
3766
d3111e5a
EZ
37672001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3768
3769 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3770
a728644c
GM
37712001-04-25 Gerd Moellmann <gerd@gnu.org>
3772
3773 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3774
4ecdf04d
EZ
37752001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3776
4645bb68
EZ
3777 * info.el (Info-additional-directory-list): Doc fix.
3778
4ecdf04d 3779 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
3780 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3781 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 3782
7cd512f2
SM
37832001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3784
1dc64fca
SM
3785 * progmodes/make-mode.el (makefile-font-lock-keywords):
3786 Rationalize the rules for includes and conditionals and use the
3787 keyword face for them.
3788
7cd512f2
SM
3789 * faces.el (modify-face): Add compatibility for non-interactive use.
3790
ffeb5c1c
JW
37912001-04-24 John Wiegley <johnw@gnu.org>
3792
3793 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3794 fix from last night, since it wasn't finding eshell/cd.
3795
35f901fa
GM
37962001-04-24 Gerd Moellmann <gerd@gnu.org>
3797
3798 * rect.el (string-rectangle): Revert to 20.x behaviour.
3799 (replace-rectangle): Make it an alias for string-rectangle.
3800 (string-insert-rectangle): New function.
3801
c7b1b508
JW
38022001-04-23 John Wiegley <johnw@gnu.org>
3803
3804 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3805 occurring with Emacs 21's diff.el/compile.el interaction layer.
3806
38072001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3808
3809 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3810 case where the function was defined in a file, but not part of an
3811 eshell module.
3812
157975e3
JW
38132001-04-23 John Wiegley <johnw@gnu.org>
3814
3815 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3816 code to work around a redisplay problem I've been having.
3817
3dc630b9
JW
38182001-04-23 John Wiegley <johnw@gnu.org>
3819
3820 * calendar/timeclock.el (timeclock-day-required): If the time
3821 required for a particular day is not set, use `timeclock-workday'.
3822 (timeclock-find-discrep): Added some sample code in a comment.
3823
3824 * eshell/eshell.el (eshell-command): Made a few changes so that
3825 `eshell-command' could be called programmatically.
3826
7cd512f2 3827 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 3828
7cd512f2 3829 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 3830
3ae14dd9 38312001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
3832
3833 * calendar/timeclock.el: Updated copyright.
3834 (timeclock-generate-report): Don't report the daily or two-week
3835 total, if no time has been worked in that period.
3836 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3837 final computational form, which was unnecessary; corrected a
3838 parsing problem when timeclock-relative was nil.
3839
3ae14dd9 38402001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
3841
3842 * calendar/timeclock.el (timeclock-modeline-display): Check if
3843 `list-entry' is null.
3844 (timeclock-use-display-time): The first argument to `set-variable'
3845 must be a symbol.
3846
53e1a74c
EZ
38472001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3848
3849 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
3850 (calendar-today-marker, calendar-holiday-marker):
3851 Use display-color-p instead of window-system.
53e1a74c
EZ
3852 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3853 instead of window-system.
3854 (calendar-hide-window): Use display-multi-frame-p instead of
3855 window-system.
3856
3857 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
3858 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3859 Use display-multi-frame-p instead of window-system.
53e1a74c 3860
23b809c2
GM
38612001-04-23 Gerd Moellmann <gerd@gnu.org>
3862
1d14e80c
GM
3863 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3864
23b809c2
GM
3865 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3866 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3867
b5eeaa1d
GM
38682001-04-23 Alex Schroeder <alex@gnu.org>
3869
3870 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
3871 line-end-position a defalias is used for point-at-bol and point-at-eol.
3872
b5eeaa1d
GM
38732001-04-23 Alex Schroeder <alex@gnu.org>
3874
3875 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 3876 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 3877
ac1470eb
EZ
38782001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3879
3880 * textmodes/paragraphs.el (sentence-end): Doc fix.
3881
624ef9b3
GM
38822001-04-20 Alex Schroeder <alex@gnu.org>
3883
3884 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 3885 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
3886
38872001-04-20 Alex Schroeder <alex@gnu.org>
3888
3889 * sql.el (sql-db2-program): New option.
3890 (sql-db2-options): New option.
3891 (sql-db2): New function.
3892
38932001-04-20 Alex Schroeder <alex@gnu.org>
3894
3895 * sql.el (sql-mode-menu): Added highlighting entries.
3896 (sql-highlight-oracle-keywords): New function.
3897 (sql-highlight-postgres-keywords): New function.
3898 (sql-highlight-ansi-keywords): New function.
3899
39002001-04-20 Alex Schroeder <alex@gnu.org>
3901
3902 * sql.el (sql-help): Doc change.
3903
9f3703ab
KF
39042001-04-19 Karl Fogel <kfogel@collab.net>
3905
3906 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3907 that inserted file content only to delete it immediately.
3908 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3909 <lektu@uol.com.br> for the patch.
3910
2a83a11d
SM
39112001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3912
3913 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3914
6f4dd4dc
GM
39152001-04-18 Gerd Moellmann <gerd@gnu.org>
3916
0f8d6dc7
GM
3917 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3918 for defmethod.
3919
6f4dd4dc
GM
3920 * comint.el (comint-cr-magic): New function.
3921 (toplevel): Add it to comint-preoutput-filter-functions.
3922
90200fcc
AI
39232001-04-18 Andrew Innes <andrewi@gnu.org>
3924
3925 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 3926 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
3927 (recompile): Remove stuff to set EMACSLOADPATH.
3928
daa66f34
GM
39292001-04-18 Gerd Moellmann <gerd@gnu.org>
3930
edc5c81d
GM
3931 * language/slovak.el ("Slovak"): Add tutorial entry.
3932
daa66f34
GM
3933 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3934 browse-url-new-window-p.
3935
5d5845dc
EZ
39362001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3937
3938 * info.el (Info-menu-update): When there are no menus and/or no
3939 cross references in the node, make the respective items of the
3940 Info menu-bar menu inactive.
3941
1c8addd0
GM
39422001-04-17 Gerd Moellmann <gerd@gnu.org>
3943
f4f480bd
GM
3944 * indent.el (indent-for-tab-command): Call indent-line-function
3945 with no argument if PREFIX-ARG is non-nil.
3946
1c8addd0
GM
3947 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3948
8f9ab403
EZ
39492001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3950
3951 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3952 an async subprocess if start-process is unavailable. Suggested by
3953 Tim Van Holder <tim.van.holder@pandora.be>.
3954
60322163
EZ
39552001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3956
3957 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3958 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3959
e372bc67
EZ
39602001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3961
3962 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3963 manual.
3964
28037ecf
SM
39652001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3966
3967 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3968 (cvs-menu): Add a few entries.
3969
3970 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3971 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3972 lock file appears to be reachable from Emacs.
3973 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3974 (cvs-mode-find-file): Look for cvs-header-face rather than
3975 cvs-dirname-face (which doesn't exist).
3976 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3977
3978 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3979
5d5e7f53
EZ
39802001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3981
3982 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3983 normal-erase-is-backspace on a tty. Instead, bind some keys such
3984 as [delete] directly, like pc-select.el did before
3985 normal-erase-is-backspace was invented.
3986
118562e1 39872001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
3988
3989 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3990
6c9e58c4
JW
39912001-04-11 John Wiegley <johnw@gnu.org>
3992
28037ecf
SM
3993 * eshell/em-ls.el (eshell-ls-insert-directory):
3994 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
3995 buffers, if Eshell's ls is being used.
3996
118562e1 39972001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 3998
28037ecf
SM
3999 * calendar/timeclock.el (timeclock-completing-read): New function.
4000 (timeclock-ask-for-project, timeclock-ask-for-reason):
4001 Call `timeclock-completing-read'.
978bd3ea
JW
4002
4003 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4004 required where `member' was being used.
4005
118562e1 40062001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 4007
28037ecf
SM
4008 * eshell/em-hist.el (eshell-previous-matching-input):
4009 Don't display "History item" if the the minibuffer is active.
978bd3ea 4010
30cb0001
GM
40112001-04-11 Gerd Moellmann <gerd@gnu.org>
4012
4013 * startup.el (command-line): Output a newline after printing
4014 an error from loading the window system's init file.
4015
e38af9bd
EZ
40162001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4017
28037ecf
SM
4018 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4019 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
4020 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4021 keywords whose arguments routinely include @@.
4022
bbf63a7b
GM
40232001-04-10 Gerd Moellmann <gerd@gnu.org>
4024
28037ecf
SM
4025 * emacs-lisp/advice.el (ad-make-advised-definition):
4026 Construct advice for subrs differently.
afffeb57 4027
3fe35f35 4028 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 4029 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 4030
c8d6d636 4031 * simple.el (completion-list-mode-finish): New function.
28037ecf 4032 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 4033
2a52f40e 4034 * language/european.el ("Polish"): Change sample text.
28037ecf 4035 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 4036
cf8b1bef
GM
4037 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4038 parameter.
4039
bbf63a7b
GM
4040 * faces.el (menu): Doc fix.
4041
719d83ad 40422001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
4043
4044 * ps-print.el: Footer implementation. Doc fix.
4045 (ps-print-version): New version number (6.5.1).
4046 (ps-header-frame-alist): New customization var for header frame
4047 properties.
4048 (ps-line-number-color): New customization var for line number color.
4049 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4050 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4051 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4052 (ps-right-footer): New customization vars for footers.
4053 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4054 footers.
4055 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
4056 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4057 Code fix.
319acba0
GM
4058 (ps-prologue-file): Indentation fix.
4059 (ps-print-quote): Fun eliminated.
4060 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4061 (ps-output-frame-properties): New fun.
4062 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4063 (ps-skip-newline): Replace defun by defsubst.
28037ecf 4064
e372bc67 40652001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
4066
4067 * eshell/eshell.el (eshell-command): Needed a "%s" format
4068 specifier, in case the buffer contains percent characters.
4069
e372bc67 40702001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
4071
4072 * calendar/timeclock.el (timeclock-generate-report): Added a
4073 missing insert of the project name.
4074
9f9a5e7a
GM
40752001-04-09 Gerd Moellmann <gerd@gnu.org>
4076
9170e5d4 4077 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 4078
865e97c1 4079 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 4080 (finder-data): Use it instead of `setwins'.
865e97c1
GM
4081 From: Dave Love <fx@gnu.org>.
4082
cf3885ac 4083 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
4084 (server-visit-files): Run server-visit-hook after going to
4085 line 1 so that the hook can set point as it sees fit.
4086
9f9a5e7a
GM
4087 * bindings.el (mode-line-modified): Unify help messages.
4088
51f32106
EZ
40892001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4090
4091 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4092 All callers changed.
4093
e02160a3
EZ
40942001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4095
8e6bb0d0
EZ
4096 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4097 long file names aren't supported, truncate the file names in
4098 quail-misc-package-ext-info to 8+3 before matching them against
4099 FILENAME.
4100
4101 * dos-fns.el (dos-truncate-to-8+3): New function.
4102
ec321d77
EZ
4103 * progmodes/compile.el (grep-compute-defaults): Use null-device
4104 instead of literal /dev/null. Reported by Jens Schmidt
4105 <schmidt@mathematik.uni-kl.de>.
4106
e02160a3
EZ
4107 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4108
cf3885ac
SM
41092001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4110
4111 * textmodes/sgml-mode.el: Add unknown maintainer.
4112 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4113 (html-mode-map): Use set-keymap-parent.
4114
3ffb33bb
DL
41152001-04-06 Dave Love <fx@gnu.org>
4116
4117 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4118 Remove redundant string-to-list.
4119
8f625692
SM
41202001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4121
4122 * composite.el (reference-point-alist): Doc fix.
4123
1087f198
SS
41242001-04-05 Sam Steingold <sds@gnu.org>
4125
8f625692
SM
4126 * font-lock.el (font-lock-keywords-case-fold-search):
4127 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
4128 file made font-lock case-insensitive.
4129
a55e4e68
GM
41302001-04-05 Gerd Moellmann <gerd@gnu.org>
4131
0e4892e2
GM
4132 * faces.el (defface menu): Doc fix.
4133
4d664b04
GM
4134 * wid-edit.el (widget-color-sample-face-get): Don't make
4135 faces for undefined colors.
4136
a55e4e68
GM
4137 * version.el (emacs-version): Include LessTif/Motif version info.
4138
f383cd0d
GM
41392001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4140
4141 * ps-mule.el: Eliminate cl package dependence.
4142 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4143 if they aren't defined yet.
4144 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4145 Eliminate cl package dependence.
4146
de28797f
SM
41472001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4148
4149 * progmodes/cc-cmds.el (c-outline-level):
4150 Bind buffer-invisibility-spec. Originally from Dave Love, but
4151 got lost when incorporating version 5.26.
4152
32df8b47
EZ
41532001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4154
de28797f
SM
4155 * emulation/pc-select.el (pc-selection-mode):
4156 Call normal-erase-is-backspace-mode instead of binding
4157 keys individually.
58e4f61d 4158
7f62656b
EZ
4159 * cus-load.el (normal-erase-is-backspace): Use it instead of
4160 delete-key-deletes-forward.
4161
4162 * startup.el (command-line): Use normal-erase-is-backspace and
4163 normal-erase-is-backspace-mode.
4164
4165 * simple.el (normal-erase-is-backspace): Rename from
4166 delete-key-deletes-forward. Doc fix.
4167 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
4168 delete-key-deletes-forward-mode. Doc fix.
4169 Run normal-erase-is-backspace-hook.
7f62656b 4170
32df8b47 4171 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
4172 ``human-readable'' format produced by GNU `ls'.
4173 (dired-move-to-filename-regexp): Recognize ISO format dates.
4174 From Paul Eggert <eggert@twinsun.com>.
32df8b47 4175
5efa6032
GM
41762001-04-04 Gerd Moellmann <gerd@gnu.org>
4177
4178 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4179 New functions.
de28797f
SM
4180 (lm-verify): Check keywords.
4181 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 4182
d757aac1
EL
41832001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4184
4185 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4186 `xemacs' feature instead of for the function `set-extent-property'.
4187
9832760a
SM
41882001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4189
4190 * mail/mh-utils.el (mh-folder-hist): New var.
4191 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4192
d565f6aa
EZ
41932001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4194
4195 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4196 region, position point on the first or last 16-byte group.
4197 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4198 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4199 hexl-beginning-of-line.
4200
24c0fd39
GM
42012001-04-03 Gerd Moellmann <gerd@gnu.org>
4202
5efa6032
GM
4203 * icomplete.el (icomplete-mode): Treat an argument like other
4204 modes do.
4205
b3f6107b
GM
4206 * startup.el (fancy-splash-head): Use splash8.xpm for color
4207 depth 8.
4208
24d451c5
SM
4209 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4210 Add an antry for ``converts''.
476bf681 4211
24d451c5
SM
4212 * language/slovak.el ("Slovak"): Add documentation string.
4213 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 4214
450f6970
GM
4215 * language/czech.el ("Czech"): Add documentation string.
4216 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4217
24d451c5
SM
4218 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4219 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4220
42212001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4222
4223 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4224 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4225 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4226 Use `defsubst' rather than a macro to ease debugging.
4227 (mail-extr-last): Remove (use `last' instead).
4228 (mail-extract-address-components): Properly reset the syntax-table
4229 after parsing an address. Use `last' rather than mail-extr-last.
4230 Make sure the end marker stays at the very end.
24c0fd39 4231
2b908342
EZ
42322001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4233
4234 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4235 last change.
4236
acfb077d
GM
42372001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4238
4239 * ps-print.el: Line and paragraph spacing feature. Region to cut
4240 out when printing. Doc fix.
4241 (ps-print-version): New version number (6.5).
24d451c5
SM
4242 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4243 New vars. Line and paragraph spacing feature.
acfb077d
GM
4244 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4245 out when printing.
4246 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4247 (ps-get-font-size, ps-begin-job, ps-continue-line)
4248 (ps-plot-region): Code fix.
4249 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
4250 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4251 New internal vars.
acfb077d
GM
4252 (ps-get-size): New fun.
4253 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4254 (ps-next-line): Replace defun by defsubst.
4255 (ps-mule-plot-string): Autoload doc fix.
4256
4257 * ps-bdf.el: XEmacs compatibility. Doc fix.
4258 (installation-directory, coding-system-for-read): Declare vars if
4259 it's not declared yet.
4260 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4261
4262 * ps-mule.el: XEmacs compatibility. Doc fix.
4263 (leading-code-private-22): Declare var if it's not declared yet.
4264 (charset-bytes, charset-dimension, charset-id, charset-width)
4265 (find-charset-region, split-char, char-width, chars-in-region)
4266 (forward-point, decompose-composite-char, encode-coding-string)
4267 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4268 Define funs if not defined yet.
4269 (encode-composition-rule, find-composition): Define funs if not
4270 loaded yet.
4271 (ps-mule-prologue): PostScript code fix.
4272
42732001-04-02 Kenichi Handa <handa@etl.go.jp>
4274
4275 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4276 non-nil, generate font for the header strings.
4277 (ps-mule-prepare-font): Likewise.
4278 (ps-mule-generate-glyphs): Likewise.
4279 (ps-mule-string-encoding): Likewise.
4280 (ps-mule-header-charsets): New variable.
4281 (ps-mule-encode-header-string): New function.
4282 (ps-mule-header-string-charsets): New function.
4283 (ps-mule-begin-job): Check charsets in the header strings. If there
4284 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4285
4286 * ps-print.el (ps-generate-header-line): Encode the header string by
4287 ps-mule-encode-header-string.
4288 (ps-mule-encode-header-string): Declare autoload.
4289
c0eb3c10
GM
42902001-04-02 Gerd Moellmann <gerd@gnu.org>
4291
24d451c5
SM
4292 * frame.el (cursor-in-non-selected-windows):
4293 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 4294
a3d0b0e0
KH
42952001-03-31 Kenichi Handa <handa@etl.go.jp>
4296
4297 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4298 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 4299 (quail-misc-package-ext-info): New variable.
a3d0b0e0 4300 (tsang-quick-converter): New function.
24d451c5
SM
4301 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4302 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
4303 (miscdic-convert, batch-miscdic-convert): New functions.
4304
55f7832c
KH
43052001-03-30 Kenichi Handa <handa@etl.go.jp>
4306
a2217cd8
KH
4307 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4308 eight-bit-control chars.
4309
55f7832c 4310 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 4311 Reduce making temporary vector (suggested by Dave Love).
55f7832c 4312
911a2406
EZ
43132001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4314
4315 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4316 string as well.
4317
1a518f2c
AS
43182001-03-30 Andreas Schwab <schwab@suse.de>
4319
4320 * files.el (backup-directory-alist): Fix typo.
4321
ef080b16
EZ
43222001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4323
4324 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4325 <eggert@twinsun.com>.
4326
e4174a55
DL
43272001-03-30 Dave Love <fx@gnu.org>
4328
4329 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4330
9d5d1075
EZ
43312001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4332
4333 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4334
a27b451e
MB
43352001-03-30 Miles Bader <miles@gnu.org>
4336
4337 * subr.el (interactive-form): Fix paren typo.
4338
aea51abe
EZ
43392001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4340
4341 * emacs-lisp/profile.el: Say that it's obsolete in the header
4342 line, so that finder.el puts that into its data-base.
4343 Suggested by Alex Schroeder <alex@gnu.org>.
4344
249dd409
EZ
43452001-03-29 Paul Eggert <eggert@twinsun.com>
4346
4347 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4348 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4349
1ac1fa96
SM
43502001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4351
4352 * generic.el (generic-mode-set-comments): Use "" rather than nil
4353 for comment-end.
4354
e2b8a830
GM
43552001-03-29 Gerd Moellmann <gerd@gnu.org>
4356
1ac1fa96
SM
4357 * emacs-lisp/advice.el (ad-make-advised-definition):
4358 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
4359
4360 * subr.el (interactive-form): New function.
4361
8b2375e7
AS
43622001-03-29 Andre Spiegel <spiegel@gnu.org>
4363
4364 * vc-sccs.el (vc-sccs-register): Use relative file names.
4365
f827b862
GM
43662001-03-28 Gerd Moellmann <gerd@gnu.org>
4367
e59d0e9d
GM
4368 * bookmark.el (bookmark-get-bookmark): Handle case that
4369 BOOKMARK is not a string.
4370
deb2613a
GM
4371 * image.el (image-type-regexps): Change type for PS files
4372 to `postscript'.
4373
f827b862 4374 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
4375 character entered. From: Stephen Gildea
4376 <gildea@stop.mail-abuse.org>.
f827b862 4377
3c9449d0
KH
43782001-03-27 Kenichi Handa <handa@etl.go.jp>
4379
4380 * international/kkc.el (kkc-save-init-file): Locally bind
4381 print-length to nil.
4382
e6b13c74
GM
43832001-03-26 Gerd Moellmann <gerd@gnu.org>
4384
e120bebf
GM
4385 * textmodes/flyspell.el: Some doc fixes.
4386 (flyspell-maybe-correct-transposition)
4387 (flyspell-maybe-correct-doubling): Use a temporary buffer
4388
4389 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4390
5f6c5771 4391 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
4392 (byte-optimize-form-code-walker): Diagnose too few arguments
4393 for `if' and `while'.
4394
2b984c45
KH
43952001-03-26 Kenichi Handa <handa@etl.go.jp>
4396
4397 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4398 Prepend `\' to "\<quail-translation-docstring>".
4399
bf2150fa
GM
44002001-03-26 Gerd Moellmann <gerd@gnu.org>
4401
5f6c5771
SM
4402 * autorevert.el (global-auto-revert-non-file-buffers):
4403 Remove duplicate defcustom.
bf2150fa 4404
a0d59316
MB
44052001-03-26 Miles Bader <miles@gnu.org>
4406
5f6c5771
SM
4407 * international/latin1-disp.el (latin1-char-displayable-p):
4408 Add leading "-" for X font pattern.
a0d59316 4409
9edbff6c
KH
44102001-03-26 Kenichi Handa <handa@etl.go.jp>
4411
5f6c5771
SM
4412 * international/mule-diag.el (describe-coding-system):
4413 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
4414 charsets they can encode.
4415
50b57199
EZ
44162001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4417
4418 * help.el (view-lossage): Mention open-dribble-file in the doc
4419 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4420
5b83f9c0
SM
44212001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4422
4423 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4424 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4425
e0ecbf5c
KH
44262001-03-23 Kenichi Handa <handa@etl.go.jp>
4427
5b83f9c0
SM
4428 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4429 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
4430 multibyte sequence can work correctly.
4431 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4432 property of the coding system.
4433
1cc218de
SM
44342001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4435
4436 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4437 Fix transcription typo.
4438
a3db02ad
RV
44392001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4440
4441 * whitespace.el: Add buffer local variables to toggle testing of
4442 whitespaces in buffers without affecting the default values.
a3db02ad 4443 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
4444 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4445 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4446 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 4447
83c9cb8e
SM
44482001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4449
4450 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4451
180d5509
GM
44522001-03-21 Gerd Moellmann <gerd@gnu.org>
4453
eeb5b5c1
GM
4454 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4455 bs-cycle-configuration-name. From Juanma Barranquero
4456 <lektu@uol.com.br>.
4457
170a9e70
GM
4458 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4459 and cc-vars.el.
4460
180d5509
GM
4461 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4462 headers. Always invoke sendmail with option -t.
4463
130c507e
GM
44642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4465
4466 * Release of cc-mode 5.28.
4467
44682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4469
4470 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4471 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 4472 It's instead taken care of by the default value for c-default-style.
130c507e 4473
130c507e
GM
44742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4475
4476 * cc-align.el (c-lineup-math): Fix bug where lineup was
4477 triggered by equal signs in string literals.
4478
44792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4480
4481 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4482 limit detection when at the ends of the buffer.
4483
4484 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4485 "for" statement clause in case 7F; a better one is done
4486 earlier in case 7D anyway.
4487
44882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4489
4490 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4491 somewhat more and did a small optimization.
4492
44932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4494
4495 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4496 Use the limit argument only to limit the syntactic context
4497 search, not to limit the actual movement.
4498
4499 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4500 inside multiline strings, just like in comments. Also various
4501 fixes to the paragraph and comment prefix recognition, block
4502 comment ender handling etc.
4503
45042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4505
4506 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4507 the relative position of the point.
4508
4509 * cc-cmds.el (c-electric-continued-statement): New function to
4510 use as abbrev hook to reindent for keywords such as "else"
4511 that continues an earlier statement.
4512
4513 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4514 like classes.
4515
4516 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4517 (pike-mode): Populate the default abbrev tables to reindent for
4518 keywords such as "else" that can continue earlier statements.
4519 Abbrev mode is therefore turned on by default now. (Note that
4520 this doesn't apply to idl-mode, since IDL afaik doesn't have
4521 statements at all.)
4522
45232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4524
4525 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4526 bracelists where the declaration contains template arguments.
4527
45282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4529
83c9cb8e
SM
4530 * cc-cmds.el (c-comment-indent):
4531 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
4532 syntactic indentation. Fixes bug with lineup functions that
4533 return vectors.
4534
4535 * cc-engine.el (c-get-syntactic-indentation): Split the
4536 indentation sum calculation from `c-indent-line' to a separate
4537 function.
4538
45392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4540
4541 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4542 Fixed places where it was assumed that preprocessor directives
4543 have to start in column zero.
4544
4545 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4546 template arguments after a class identifier properly.
4547
4548 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4549 lists for `new Foo[]' constructs in Java as expressions and
4550 not top level definition brace lists on the top level, so that
4551 they'll get indented consistently with the same type of
4552 expression in a normal block.
4553
45542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4555
4556 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4557 whether the adaptive filling package fails to keep the comment
4558 prefix is now kludged further to check for filladapt-mode
4559 which doesn't have that problem. This is really icky, but it's
4560 the only way that works with the current misfeatures/bugs in
4561 both adaptive-fill-mode and filladapt-mode.
4562
4563 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4564 around point is recognized more robust.
4565
45662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4567
4568 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4569 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4570 (c-lit-type): Fixed all internal variables used dynamically so
4571 that they are always bound.
4572
4573 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4574 errors:
4575
4576 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
4577 the region is fully reindented even when an error occurs.
4578 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
4579 whole lot of code that tried to optimize indentation of whole
4580 sexps but in reality accomplishes nothing.
4581
4582 (c-indent-sexp): Use c-indent-region.
4583
4584 (c-parsing-error): Changed this variable to hold the message
4585 for any syntactic error that is discovered.
4586
4587 (c-parse-state): Search backward from point instead of the bod
4588 position when the latter is invalid. This makes CC Mode
4589 recover faster when there are unbalanced close braces.
4590
4591 (c-backward-to-start-of-if): Use c-parsing-error to report
4592 dangling "else" clauses instead of throwing an error, and fall
4593 back to a reasonable position.
4594
83c9cb8e 4595 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 4596
83c9cb8e 4597 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
4598
45992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4600
4601 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4602 paragraph recognition when moving by sentence in literals.
4603
83c9cb8e
SM
4604 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4605 start regexp for javadoc to recognize javadoc markup in general instead
4606 of a specific set of keywords, to be more future-safe.
130c507e
GM
4607
4608 (c-Pike-pikedoc-paragraph-start)
4609 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4610 pikedoc markup.
4611
83c9cb8e 4612 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 4613
83c9cb8e 4614 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
4615
4616 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4617
4618 (c-comment-prefix-regexp): Made it possible to use an
4619 association list on this to specify mode specific regexps.
4620 The default value now use a special regexp in Pike mode to
4621 recognize pikedoc markup.
4622
4623 (c-current-comment-prefix): New variable containing the actual
4624 regexp from c-comment-prefix-regexp for the current buffer.
4625
46262000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4627
4628 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4629 lists: We can't look at the syntax, since a brace list can get
4630 recognized as a plain statement-cont.
4631
4632 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4633 special brace list opener broken over two lines got recognized
4634 as a statement on the second line. Case 9A changed.
4635
46362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4637
4638 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4639 adjustment after line is reindented.
4640
46412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4642
4643 * cc-defs.el (c-point): Added optional argument for position
4644 to use instead of the current point.
4645
4646 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4647 the in-expression block symbols when the construct starts at
4648 boi, to avoid the extra level of indentation in that case.
4649 Cases 4, 16A and 17E affected.
4650
46512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4652
4653 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 4654 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
4655
4656 * cc-engine.el (c-indent-line): Use the syntax already bound
4657 to `c-syntactic-context', if there is any.
4658
46592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4660
4661 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4662 wasn't added up correctly when a lineup function returned nil.
4663
46642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4665
4666 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 4667 empty lines were ignored when collecting line comments backwards.
130c507e
GM
4668
46692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4670
4671 * cc-align.el (c-lineup-dont-change): Return an absolute
4672 indentation column to work correctly in the case when several
4673 syntactic elements are processed for the same line.
4674
4675 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4676 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4677 (c-set-offset): Added absolute indentation column settings by
4678 using the vector type.
4679
130c507e
GM
46802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4681
4682 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4683 Implemented two new cleanups `space-before-funcall' and
4684 `compact-empty-funcall'.
4685
130c507e
GM
46862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4687
4688 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4689 helping building regexps.
4690
4691 * cc-engine.el (c-on-identifier): New function for detecting
4692 identifiers. It takes keywords into account.
4693
4694 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4695 lists. `c-keywords' is set to a regexp matching all keywords
4696 in the current language.
4697
46982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4699
4700 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4701 list of characters to skip backwards over at the beginning of
4702 a statement, since it can precede string literals in Pike.
4703
47042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4705
4706 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4707 recognition when standing on the last line in a C++ comment
4708 with nothing but whitespace after the prefix.
4709
4710 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4711 given no limit argument.
4712
47132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4714
4715 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4716 recognition for the `[]= operator symbol in Pike.
4717
47182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4719
4720 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4721 around a bug in `eval-when-compile' in the byte compiler.
4722
4723 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 4724 value when count is zero and there's no token start within the limit.
130c507e
GM
4725
4726 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4727 "prefix comments", i.e. comments which are followed by code on
4728 the same line.
4729
4730 * cc-mode-19.el: Fixes so that checks that must be done at
4731 compile time also are done then.
4732
47332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4734
4735 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4736 time and at runtime, and only when it's needed.
4737
47382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4739
4740 Major cleanup for less error prone and more warning free
4741 compilation, including some fixes for bugs due to different
4742 compilation orders. Thanks to Martin Buchholz for providing
4743 the basis for all this.
4744
4745 * cc-bytecomp.el: New file that provides some byte compilation
4746 features: It ensures that files always are loaded from the
4747 current source directory during compilation, and it provides a
4748 set of macros to turn off specific compiler warnings for
4749 specific symbols. (It's not CC Mode specific in any way.)
4750
4751 Fixed a nearly acyclic dependency tree (both runtime and
4752 compile-time) between all files.
4753
4754 * cc-defs.el: Separated all macros before the inline functions,
4755 to ensure correct compilation.
4756
4757 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4758 cc-defs.el to cc-engine.el and made it a function instead.
4759
4760 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4761 about char-after.
4762
4763 * cc-vars.el: Cope even when there isn't a custom package
4764 containing defcustom available.
4765
4766 * cc-make.el: Removed since it's no longer necessary.
4767
4768 README: Updated installation instructions.
4769
47702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4771
4772 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4773 improve the modularity: Moved all mode init stuff from
4774 cc-langs.el to cc-mode.el, including the keymap
4775 initialization; cc-langs now only contains the various
4776 variables for configuring the language syntax.
4777
83c9cb8e
SM
4778 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4779 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 4780 dependency analysis suggests they belong there (which also
83c9cb8e 4781 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
4782
47832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4784
4785 * cc-cmds.el (c-fn-region-is-active-p): New function that
4786 wraps the corresponding macro, for use in places that aren't
4787 compiled. Thanks to Martin Buchholz for pointing out this.
4788
83c9cb8e 4789 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
4790
4791 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4792 add things to the bug report.
4793
47942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4795
4796 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4797 returned prefix could contain a newline when the search for a
4798 good prefix line failed.
4799
48002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4801
4802 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4803 (c-toggle-auto-hungry-state): Made the argument optional, as
4804 the documentation says it is.
4805
48062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4807
4808 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4809 multiline string syntax, #"...", as a cpp macro.
4810
7008ccac
GM
48112001-03-21 Paul Eggert <eggert@twinsun.com>
4812
83c9cb8e
SM
4813 * international/mule-cmds.el (set-locale-environment):
4814 Set system-messages-locale and system-time-locale, but only if the
7008ccac 4815 caller specifies a non-nil locale name.
3c9449d0 4816
c2478129 48172001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
4818
4819 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 4820 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 4821
117e4b0c
GM
48222001-03-20 Gerd Moellmann <gerd@gnu.org>
4823
7194219d
GM
4824 * follow.el (follow-avoid-tail-recenter): Doc fix.
4825
5721ae13
GM
4826 * custom.el (custom-set-variables): Avoid reversing the list
4827 of args needlessly.
4828
7b8bbf72
GM
4829 * startup.el (fancy-splash-head): Don't change the colors of the
4830 XPM image on a dark background.
4831
a91ad7c9
GM
4832 * comint.el (comint-exec-1): Set columns of the terminal to
4833 window-width instead of frame-width.
4834
fa88947e
GM
4835 * info.el (Info-scroll-down): Add missing WINDOW arg for
4836 pos-visible-in-window-p.
4837
1741905c
GM
4838 * ehelp.el (electric-help-mode-hook): Add defcustom.
4839
117e4b0c
GM
4840 * mail/sendmail.el (mail-mode): Activate case-folding in
4841 font-lock-defaults.
4842
e84c695d
SM
48432001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4844
4845 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4846 (completion-ignored-extensions): Remove duplicate ".class".
4847
fc774041
AS
48482001-03-19 Andreas Schwab <schwab@suse.de>
4849
83c9cb8e
SM
4850 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4851 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 4852
c2c097cc
GM
48532001-03-19 Gerd Moellmann <gerd@gnu.org>
4854
4855 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4856 methods since there are not prefix input methods.
4857
fbe2e958
KH
48582001-03-19 Kenichi Handa <handa@etl.go.jp>
4859
83c9cb8e
SM
4860 * international/mule-cmds.el (read-input-method-name):
4861 Locally bind enable-recursive-minibuffers to t.
fbe2e958 4862
da47e491
SM
48632001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4864
4865 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4866
4986c2c6 48672001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 4868
4986c2c6
MK
4869 * ediff-util.el: Copyright years.
4870 (ediff-choose-syntax-table): New function.
4871 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 4872
4986c2c6
MK
4873 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4874 with-syntax-table.
83c9cb8e 4875
4986c2c6 4876 * ediff.el: Date of last update, copyright years.
83c9cb8e 4877
4986c2c6 4878 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 4879
4986c2c6
MK
4880 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4881 of Scott Bronson.
4882 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4883 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4884 Deleted functions.
4885 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4886 ex-token-list.
83c9cb8e 4887
4986c2c6 4888 * viper-util.el: Spaces, indentation.
83c9cb8e 4889
4986c2c6 4890 * viper.el: Changed version, modification time.
83c9cb8e 4891
3c799aec 48922001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
4893
4894 * calendar/timeclock.el (timeclock-workday-remaining):
4895 Check whether `discrep' is non-null before using it.
3c799aec 4896
ae3ce418
JW
48972001-03-16 John Wiegley <johnw@gnu.org>
4898
4899 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4900 first-time checkins.
4901 (timeclock-log-data): Fixed problem with reading timelog log file.
4902 Resulting data in the "day list" was incorrect.
4903 (timeclock-find-discrep): Check if `timeclock-file' is readable
4904 before opening it.
4905 (timeclock-time-less-p): New function.
4906 (timeclock-day-base): New function.
4907 (timeclock-geometric-mean): New function.
4908 (timeclock-generate-report): Generate a summary report based on
4909 the contents of the log file. This uses `timeclock-log-data', and
4910 is an example of writing a timelog manipulation function.
4911 (timeclock-visit-timelog): A quick command for opening the timelog
4912 file.
4913 (timeclock-log-data): Bound the variable event.
4914
c8d4a9bb
KH
49152001-03-16 Kenichi Handa <handa@etl.go.jp>
4916
83c9cb8e
SM
4917 * international/mule-cmds.el (select-safe-coding-system):
4918 Fix typo: symbol-name -> symbol-value.
11d56c64 4919
c8d4a9bb
KH
4920 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4921 before substitute-in-file-name to handle double slashes in FILE
4922 correctly.
4923
c899e7e6
GM
49242001-03-15 Gerd Moellmann <gerd@gnu.org>
4925
4926 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4927 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4928
819dce0f
GM
49292001-03-14 Gerd Moellmann <gerd@gnu.org>
4930
697617d9
GM
4931 * bindings.el (features): Add `md5' and `overlay' to the list.
4932
819dce0f
GM
4933 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4934 bound before using it. It's not bound when configured without X,
4935 for instance.
4936
e0067a9d
TTN
49372001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4938
4939 * progmodes/hideshow.el: Update copyright.
4940 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 4941 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 4942
afcdc0a1
GM
49432001-03-13 Gerd Moellmann <gerd@gnu.org>
4944
e0067a9d 4945 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
4946 a non-list.
4947
30564c48
EZ
49482001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4949
4950 * startup.el (fancy-splash-tail, command-line-1): Fix the
4951 copyright year.
4952
2b8e24b3
KH
49532001-03-13 Kenichi Handa <handa@etl.go.jp>
4954
4955 * term.el: These changes are based on a patch sent from Yong Lu
4956 <lyongu@yahoo.com>.
4957 (term-set-escape-char): Bind M-x to execute-extended-command in
4958 term-raw-escape-map.
4959 (term-move-columns): Don't try to move to negagive column.
4960 (term-emulate-terminal): Insert a string before deleting a text to
4961 overwrite.
4962
789b6186
GM
49632001-03-12 Gerd Moellmann <gerd@gnu.org>
4964
b0778a31
GM
4965 * play/life.el (life): Rearrange code so that all calls to
4966 life-display-generation are in a catch-form.
4967
04528cda
GM
4968 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4969 file that isn't interesting. In an interesting file, push the old
4970 value of point on the mark ring.
4971
760cefb5
GM
4972 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4973 New function.
4974 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4975 Use it.
4976
83c9cb8e
SM
4977 * emacs-lisp/autoload.el (generate-file-autoloads):
4978 Remove warning about line lengths.
789b6186 4979
a2ffbafe
FP
49802001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4981
4982 * progmodes/etags.el (tags-compression-info-list): New variable.
4983 (find-tag-in-order): Use it to deal with compressed source files.
4984 (tag-file-name-match-p): New function.
4985 (etags-recognize-tags-table): Use it for better match of file names.
4986
5c9d9d92
KH
49872001-03-12 Kenichi Handa <handa@etl.go.jp>
4988
ba3e9b9b
KH
4989 * international/mule-cmds.el (register-input-method): Doc fix.
4990
5c9d9d92
KH
4991 * international/quail.el (quail-translate-key): Fix condition to
4992 check if there's another breaking point in the current key.
4993
40beecee
EZ
49942001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4995
4996 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4997 Babyl header to the newly-created output file, bind
4998 coding-system-for-write to either rmail-file-coding-system or
4999 emacs-mule-unix.
5000
75c6cb7f
SM
50012001-03-11 Stefan Monnier <monnier@cs.yale.edu>
5002
5003 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5004 Fix the name and regexp used for subsubsections.
5005
5ec17636
DL
50062001-03-10 Dave Love <fx@gnu.org>
5007
5008 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5009 and save-buffer if buffer-file-name non-nil. From rms.
5010
6d2e2c02
AS
50112001-03-10 Andre Spiegel <spiegel@gnu.org>
5012
5013 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 5014 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
5015 to reflect that.
5016 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 5017 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
5018 variable bindings that might affect the diff command.
5019 (vc-print-log): Don't switch to the *vc* buffer before the
5020 command, so that local variable bindings are preserved.
5021
789b6186 5022 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
5023 not the current buffer.
5024 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5025
789b6186 5026 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 5027 make output go to buffer *vc*, not the current buffer.
a2ffbafe 5028
b18f5523
SM
50292001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5030
5031 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5032 so ^, $, *, ? and + are interpreted correctly.
5033
3cfd8357
GM
50342001-03-09 Gerd Moellmann <gerd@gnu.org>
5035
c085b77c 5036 * help.el (string-key-binding): Renamed from
f9db8f19
SM
5037 mode-line-key-binding. Handle any event on a string.
5038 Check for `keymap' properties as well as `local-map' properties.
c085b77c 5039
3cfd8357
GM
5040 * comint.el (comint-insert-clicked-input): Use the last key
5041 from this-command-keys to lookup the global key definition.
5042
348f797a
KH
50432001-03-09 Kenichi Handa <handa@etl.go.jp>
5044
3ebf3717
KH
5045 * international/characters.el: Add category `j' for
5046 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5047
348f797a
KH
5048 * international/mule-conf.el (no-conversion): Fix docstring.
5049 (raw-text): Fix docstring.
5050
e1fbabaf
GM
50512001-03-08 Gerd Moellmann <gerd@gnu.org>
5052
96e8e603
GM
5053 * simple.el (choose-completion-string): When not leaving the
5054 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5055 is set.
5056
e1fbabaf
GM
5057 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5058 parameter `(minibuffer . t)'.
5059
f9db8f19
SM
50602001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5061
5062 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5063 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5064 (sh-mode): Remove `make-local-variable' for unused var
5065 `font-lock-unfontify-region-function'.
5066
02756877
RS
50672001-03-07 Richard M. Stallman <rms@gnu.org>
5068
132bf46d
RS
5069 * info.el (Info-scroll-down): Fix previous change.
5070
02756877
RS
5071 * mail/rmail.el (rmail-toggle-header): Use a window which
5072 is showing the Rmail buffer, rather than the selected window.
5073
eeb24429
DL
50742001-03-07 Dave Love <fx@gnu.org>
5075
5076 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5077 now, to avoid problems with binding imenu directly to a mouse event.
5078
3bdf2660
GM
50792001-03-07 Gerd Moellmann <gerd@gnu.org>
5080
5081 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5082 second arg t.
5083
50842001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
5085
5086 * log-edit.el (log-edit-common-indent): New var.
5087 (log-edit-set-common-indentation): Renamed from
5088 log-edit-delete-common-indentation. Use the new var.
5089 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5090
5091 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5092 (cvs-mode-add-change-log-entry-other-window):
5093 Don't presume change-log-default-name is defined.
5094
5095 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5096
5097 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5098 the "tree" operation as well.
5099
5100 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5101
5102 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5103 to match paragraph-start.
5104
5105 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5106 comment-start-skip and set comment-end-skip as well.
5107 (sgml-comment-indent): Fix for new value of comment-start-skip.
5108 (html-autoview-mode): Don't bother using make-local-hook.
5109
2ad02767
GM
51102001-03-07 Gerd Moellmann <gerd@gnu.org>
5111
189638d5 5112 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 5113 variables, otherwise long Custom entries would make them ineffective.
189638d5 5114
2ad02767
GM
5115 * uniquify.el: Set maintainer to FSF.
5116
656f8cae
EZ
51172001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5118
5119 * dired-aux.el (dired-do-shell-command): Doc fix.
5120
c83965c4
SM
51212001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5122
04af43bc
SM
5123 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5124
5125 * which-func.el (which-func-modes): Add cperl-mode.
5126 (which-func-mode-global): Use define-minor-mode.
5127
5128 * info-look.el: Docstring fixes and dead code eliminated.
5129 (cperl-mode): Add support.
5130 (emacs-lisp-mode): List all entries from elisp manual, whether
5131 or not they are currently (f)bound or not. Update regexp.
5132
5133 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5134
c83965c4
SM
5135 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5136 so that C-h m shows the correct information.
5137 Use make-local-variable rather than make-variable-buffer-local.
5138 (cperl-info-buffer, cperl-setup-tmp-buf):
5139 Use make-local-variable rather than make-variable-buffer-local.
5140 (cperl-msb-fix, cperl-get-help-defer):
5141 Check major-mode for `cperl-mode' as well.
5142
5143 * progmodes/cperl-mode.el: Updated to author version 4.23.
5144 (cperl-electric-pod): SYNOPSIS was misspelled.
5145 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5146 (cperl-after-expr-p): Make true after __END__.
5147
f16a7aa5
GM
51482001-03-06 Gerd Moellmann <gerd@gnu.org>
5149
157ae273 5150 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 5151 bookmark-completion-ignore-case is t.
157ae273 5152
f16a7aa5
GM
5153 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5154 switch, like xterm, and concat resource strings, with a newline
5155 between them.
5156
abaddb98
EZ
51572001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5158
a2ffbafe 5159 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
5160 (cp773-decode-table, cp774-decode-table): New variables.
5161
abaddb98
EZ
5162 * man.el (Man-hyphenated-reference-regexp): New variable.
5163 (Man-build-references-alist): Use it to search for referenced
5164 manpages. If hyphenated is non-nil, record a concatenated word in
5165 Man-refpages-alist only if it matches Man-reference-regexp.
5166 Update word's length when it is concatenated. Reverse the list,
5167 to get the first manpage at the head.
5168 (Man-possibly-hyphenated-word): New function.
5169 (Man-follow-manual-reference): Use it instead of current-word to
5170 find a manpage at point, in a way that accounts for hyphenated
5171 references.
5172
eb3f61dd
GM
51732001-03-06 Alex Schroeder <alex@gnu.org>
5174
5175 * sql.el (sql-interbase): New function.
5176 (sql-interbase-program): New option.
5177 (sql-interbase-options): New option.
5178 And some typos fixed: "customise" to "customize".
5179
fa84f42a
DL
51802001-03-06 Dave Love <fx@gnu.org>
5181
83c9cb8e
SM
5182 * textmodes/flyspell.el (flyspell-region):
5183 Set up flyspell-local-mouse-map.
fa84f42a 5184
fda3411d
RS
51852001-03-05 Richard M. Stallman <rms@gnu.org>
5186
a2ffbafe 5187 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
5188 Don't call rmail-beginning-of-message.
5189 Don't discard From: field. Do discard Received: field.
5190 Use unwind-protect to re-prune.
5191 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 5192
e972ab1f
KH
51932001-03-06 Kenichi Handa <handa@etl.go.jp>
5194
5195 * international/quail.el (quail-title): Add autoload cookie.
5196
335db3c1
DL
51972001-03-05 Dave Love <fx@gnu.org>
5198
5199 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5200 new defs.
5201
278dd6ac
KH
52022001-03-05 Kenichi Handa <handa@etl.go.jp>
5203
83c9cb8e
SM
5204 * language/ethio-util.el (ethio-toggle-space):
5205 Update current-input-method-title if necessary.
36d5e61d
KH
5206 (ethio-toggle-punctuation): Likewise.
5207
341cd4f0
KH
5208 * international/quail.el (quail-title): Fix for the case that a
5209 title of an input method is specified by a list of the same form
5210 as used in mode-line-format.
5211
83c9cb8e
SM
5212 * international/mule-cmds.el (activate-input-method):
5213 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
5214 respect that value.
5215
10ebaeb6
GM
52162001-03-05 Gerd Moellmann <gerd@gnu.org>
5217
5218 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5219
7a65c85c
GM
52202001-03-05 Alex Schroeder <alex@gnu.org>
5221
5222 * sql.el (sql-sybase): Fix typo (was: query user about server two
5223 times instead of server and database).
5224
5225 * sql.el (sql-sybase): Doc change.
5226 (sql-mysql): Doc change.
5227 (sql-postgres): Doc change.
5228
b86644f2
KH
52292001-03-05 Kenichi Handa <handa@etl.go.jp>
5230
83c9cb8e
SM
5231 * international/mule-conf.el (emacs-mule, raw-text):
5232 Docstring modified.
b86644f2 5233
e30bd7b7
EZ
52342001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5235
5236 * term/internal.el: Update copyright notice.
5237
5238 * term/pc-win.el: Update copyright notice.
5239
7e365285
DL
52402001-03-02 Dave Love <fx@gnu.org>
5241
83c9cb8e
SM
5242 * files.el (insert-file-contents-literally):
5243 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5244 not jka-compr-compression-info-list.
7e365285 5245
75ed43a6
SM
52462001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5247
5248 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5249 spaces in default comment-start-skip settings rather than \s-.
5250
53c4b1e6
EZ
52512001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5252
5253 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5254 default-frame-alist as well.
5255
028d739a
DL
52562001-03-01 Dave Love <fx@gnu.org>
5257
5258 * textmodes/reftex.el (defvar): Wrap some defvars in
5259 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5260
5261 * subr.el (event-basic-type): Doc fix.
5262
5263 * international/quail.el: Doc fixes.
5264
5265 * international/utf-8.el: Doc fixes.
5266
5267 * international/mule-cmds.el: Doc fixes.
5268 (leim-list-header): Fix header text.
5269
5270 * international/mule.el (coding-system-category): Doc fix.
5271
5272 * international/ccl.el (ccl-compile): Doc fix.
5273
15d1caef
SM
52742001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5275
5276 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5277 rather than (before|after)-change-functions.
5278
f84ff02c
GM
52792001-03-01 Gerd Moellmann <gerd@gnu.org>
5280
5281 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5282 scroll-left and scroll-right being called interactively so that
5283 they set the window's min_hscroll.
5284
e0c1e774
EZ
52852001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5286
5287 * info.el (info-insert-file-contents-1): Accept an additional
5288 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
5289 `suffix'; otherwise use the complicated MS-DOS code.
5290 All callers changed.
e0c1e774
EZ
5291 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5292 can access long file names, try the long file-name version of
5293 `info-insert-file-contents-1', then the short file-name version.
5294
b8b2ea31 52952001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 5296
af122766
KH
5297 * language/ethio-util.el (setup-ethiopic-environment-internal):
5298 Change bindings of functions keys to conform to "Emacs Lisp Coding
5299 Convention".
5300
5301 * language/ethiopic.el ("Ethiopic"): Add documentation.
5302
b8b2ea31
KH
53032001-02-28 Kenichi Handa <handa@etl.go.jp>
5304
1d64e2ad
KH
5305 * international/utf-8.el (mule-utf-8): Set coding-category
5306 property to coding-category-utf-8.
5307
91cb6e51
RS
53082001-02-27 Richard M. Stallman <rms@gnu.org>
5309
5310 * lpr.el (lpr-page-header-switches, print-region-1):
5311 Undo 2000-07-06 change.
7298f3f7
RS
5312 (lpr-add-switches): Default to t on gnu/linux.
5313
c0cb1027
GM
53142001-02-27 Gerd Moellmann <gerd@gnu.org>
5315
5316 * bs.el (bs-attributes-list): Doc fix.
5317
01459648
GM
53182001-02-26 Gerd Moellmann <gerd@gnu.org>
5319
baebd8a5 5320 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 5321
01459648
GM
5322 * help.el (view-order-manuals): Use goto-address.
5323
5324 * startup.el (command-line-1): Add info about ordering manuals
5325 to the not so fancy splash screens.
5326
f93e614e
AS
53272001-02-26 Andre Spiegel <spiegel@gnu.org>
5328
01459648
GM
5329 * vc.el (vc-default-workfile-unchanged-p)
5330 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 5331
12435002
GM
53322001-02-26 Gerd Moellmann <gerd@gnu.org>
5333
a2ffbafe 5334 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
5335 fontify in the right buffer.
5336
12435002
GM
5337 * allout.el (outline-flag-region): Move macro in front of first
5338 use to avoid a run-time error.
5339
425de386
AI
53402001-02-24 Andrew Innes <andrewi@gnu.org>
5341
5342 * makefile.w32-in: Fix copyright notice.
5343
66c56ed1
KH
53442001-02-24 Kenichi Handa <handa@etl.go.jp>
5345
4c1593ce
KH
5346 * international/utf-8.el (mule-utf-8): Set correct value for
5347 valid-codes property.
5348
66c56ed1
KH
5349 * international/fontset.el (x-complement-fontset-spec): In the
5350 case that we use ASCII font for the other charsets, use only
15d1caef 5351 family and registry part of it.
66c56ed1 5352
119171dd
EZ
53532001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5354
5355 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5356 (shrink-window-if-larger-than-buffer): Doc fix.
5357
932c309e
SM
53582001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5359
5360 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5361 predicate passed to completing-read.
5362
9b760e36
EZ
53632001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5364
5365 * startup.el (command-line): Fix last change.
5366
5c39a60f
JR
53672001-02-23 Jason Rumney <jasonr@gnu.org>
5368
5369 * startup.el (tool-bar-originally-present): New variable.
5370 (command-line): Set it if the tool-bar is switched on at startup.
5371
5372 * frame.el (frame-notice-user-settings): Only adjust frame height
5373 for no tool-bar case if tool-bar was originally switched on.
796ead7e 5374 From E. Jay Berkenbilt.
5c39a60f 5375
cb91b2c7
SM
53762001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5377
39b557e8
SM
5378 * server.el (server-switch-buffer): Only switch window if the
5379 current one is dedicated.
5380
cb91b2c7
SM
5381 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5382 rather than using (match-beginning 0) when searching for break point.
5383
9238a8df
EZ
53842001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5385
5386 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5387 @ follows an accent command such as @'. Support optional braces
5388 in commands that insert accents, like makeinfo does.
5389
3473f362
GM
53902001-02-22 Gerd Moellmann <gerd@gnu.org>
5391
5392 * startup.el (fancy-splash-text): Add a line for ordering
5393 manuals. Reverse order of splash screens shown.
5394 (use-fancy-splash-screens-p): Adapt to the text line added.
5395
5396 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5397 manuals from the FSF.
5398
5399 * help.el (view-order-manuals): New function.
5400 (toplevel): Bind C-h C-m to this function.
5401
76a4de07
SM
54022001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5403
5404 * newcomment.el (comment-forward): Skip the comment-start before
5405 searching for the comment-end.
5406
75b71d85
DL
54072001-02-21 Dave Love <fx@gnu.org>
5408
2f4c9a87
DL
5409 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5410
75b71d85
DL
5411 * international/mule-cmds.el, international/mule.el: Doc fixes.
5412
ffc9ff0c
GM
54132001-02-21 Gerd Moellmann <gerd@gnu.org>
5414
5415 * startup.el (fancy-splash-screens): Use display-hourglass
5416 instead of display-busy-cursor.
5417
5418 * frame.el (display-hourglass): Renamed from busy-cursor.
5419 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5420 (show-cursor-in-non-selected-windows): Doc fix.
5421
f34eb373
DL
54222001-02-20 Dave Love <fx@gnu.org>
5423
5424 * international/utf-8.el: Doc and commentary fixes.
5425
f55e4a7e
EZ
54262001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5427
5428 * ehelp.el (with-electric-help): Doc fix.
5429
fa97adf6
GM
54302001-02-20 Gerd Moellmann <gerd@gnu.org>
5431
5432 * msb.el (msb-mode): Call the update-buffers function explicitly
5433 with a FORCE argument.
5434
5435 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5436 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5437 returns nil.
5438
54ed3bd2
GM
54392001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5440
5441 * ps-print.el: Timestamp package replacement. Some enhancements.
5442 Some XEmacs compatibility. Doc fix.
5443 (ps-print-version): New version number (6.4).
5444 (ps-printer-name): Initialization fix.
5445 (ps-zebra-stripe-follow): Funcionality enhancement.
5446 (ps-prologue-file): Code enhancement.
5447 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
5448 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5449 (ps-get-page-dimensions)
54ed3bd2
GM
5450 (ps-generate-header, ps-begin-file, ps-begin-job)
5451 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5452 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5453 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5454 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 5455
e8ebf97d
MB
54562001-02-20 Miles Bader <miles@gnu.org>
5457
5458 * image-file.el (image-file-name-extensions): Add "tif".
5459
136b27c5
GM
54602001-02-19 Gerd Moellmann <gerd@gnu.org>
5461
5462 * wid-edit.el (widget-button-click): Save the selected window
5463 around the code handling clicks on buttons.
5464
6ebbcf59
DL
54652001-02-18 Dave Love <fx@gnu.org>
5466
5467 * imenu.el (imenu--generic-function): Use mapc to iterate over
5468 syntax characters.
5469
595ded73
RS
54702001-02-17 Richard M. Stallman <rms@gnu.org>
5471
b9fe3dc8
RS
5472 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5473
595ded73
RS
5474 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5475
f3f053f3
GM
54762001-02-16 Gerd Moellmann <gerd@gnu.org>
5477
5478 * mouse.el (mouse-save-then-kill): If the distance from the new
5479 point to the mark is equal to the distance of point from the new
5480 point, move point instead of the mark.
5481
11570a8f
DL
54822001-02-16 Dave Love <fx@gnu.org>
5483
5484 * textmodes/flyspell.el (flyspell-get-word): Return string without
5485 properties.
5486
fb339cd5
EZ
54872001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5488
5489 * generic.el (generic-find-file-regexp): Doc fix.
5490 (generic-ignore-files-regexp): New defcustom.
5491 (generic-mode-find-file-hook): If the file's name matches the
5492 regexp in `generic-ignore-files-regexp', don't enter
5493 default-generic-mode. Doc fix.
5494
c56b1c1b
GM
54952001-02-16 Gerd Moellmann <gerd@gnu.org>
5496
a2ffbafe 5497 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
5498 Add autoload cookies.
5499
a2ffbafe 5500 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
5501 of cal-tex-24.
5502
0d140e65
EZ
55032001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5504
81558867
EZ
5505 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5506
0d140e65
EZ
5507 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5508 the character class after the (optional) drive, to support file
5509 names with embedded blanks.
5510
713f7b15
SS
55112001-02-15 Sam Steingold <sds@gnu.org>
5512
5513 * textmodes/tex-mode.el (tex-shell-running):
5514 Check the process buffer too.
5515
9a2a6f73
DL
55162001-02-15 Dave Love <fx@gnu.org>
5517
5518 * battery.el (battery-status-function): Fix doc, :type.
5519
15d1caef 5520 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 5521
fe10cef0
GM
55222001-02-15 Gerd Moellmann <gerd@gnu.org>
5523
5524 * subr.el (read-passwd): Clear Lisp memory holding password.
5525
126f5d4d
MB
55262001-02-15 Miles Bader <miles@gnu.org>
5527
5528 * info.el (Info-copy-current-node-name): New function.
5529 (Info-mode-menu): Add it to the menu.
5530
92e98d63
RS
55312001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5532
5533 * international/mule-cmds.el (toggle-input-method): Doc fix.
5534
dd4e0e55
SM
55352001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5536
5537 * replace.el (occur): Stop at end of buffer.
5538
402dbbd1
EZ
55392001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5540
5541 * international/mule-cmds.el (set-input-method): Another doc fix.
5542
e9fcba3d
GM
55432001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5544
5545 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5546
78ad1cd5
MB
55472001-02-13 Miles Bader <miles@gnu.org>
5548
713f7b15 5549 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
5550 (set-face-stipple): Treat a value of nil as being `unspecified'.
5551
fce9d9dc
DL
55522001-02-12 Dave Love <d.love@dl.ac.uk>
5553
5554 * international/latin1-disp.el: Doc fixes.
5555 (latin1-display) <defgroup>: Add :link.
5556 (latin1-display) <function>: Set variable latin1-display.
5557
bc406911
EZ
55582001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5559
5560 * international/mule-cmds.el (set-input-method): Doc fix.
5561
68514d48
EL
55622001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5563
5564 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5565 (speedbar-line-file): Return nil if not a file.
5566 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5567
513bea45 55682001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 5569
513bea45
MK
5570 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5571 for remote files.
bc406911 5572 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 5573 with raw-text.
713f7b15 5574
513bea45 5575 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 5576
83c9cb8e
SM
5577 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5578 Better handling of the diff mode.
713f7b15 5579
513bea45 5580 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 5581
bc406911 5582 * viper.texi: Fix typos.
713f7b15 5583
521d4010
DL
55842001-02-11 Dave Love <fx@gnu.org>
5585
36fd8e17
DL
5586 * shadowfile.el: Doc fixes.
5587 (shadow) <defgroup>: Add :link.
5588 (shadowfile-unload-hook): New function.
5589 (shadow-initialize): Use defalias, not fset.
5590 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 5591 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 5592
521d4010
DL
5593 * international/mule.el: Doc and message fixes.
5594
36fd8e17
DL
5595 * international/ccl.el (define-ccl-program): Doc fix.
5596
92395bbe
KH
55972001-02-11 Kenichi Handa <handa@etl.go.jp>
5598
5599 * faces.el (mode-line): Set :line-width property to -1.
5600
103db06c
RS
56012001-02-10 Richard M. Stallman <rms@gnu.org>
5602
08b78974
RS
5603 * complete.el (partial-completion-mode): Doc fix.
5604
103db06c
RS
5605 * simple.el (delete-key-deletes-forward-mode):
5606 Change `let' to `let*' to fix gross bug in last change.
5607
5608 * repeat.el (repeat): Don't let execute-kbd-macro alter
5609 real-last-command.
5610
a6a1ee53
EZ
56112001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5612
5613 * simple.el (eval-expression): Doc fix.
5614
d2f288c6
DL
56152001-02-09 Dave Love <fx@gnu.org>
5616
038f4ae3
DL
5617 * imenu.el (imenu-generic-expression): Doc fix.
5618
83c9cb8e
SM
5619 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5620 From Juanma Barranquero.
038f4ae3 5621
15d1caef 5622 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 5623
9804b846
KH
56242001-02-09 Kenichi Handa <handa@etl.go.jp>
5625
5626 * faces.el (set-face-attribute): Describe the case of a negative
5627 value specified for :line-width.
5628
532f5197
SM
56292001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5630
5631 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 5632 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 5633
1d279666
DL
56342001-02-08 Dave Love <fx@gnu.org>
5635
4681ca3a
DL
5636 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5637 widget-plist-value-type.
5638 (widget-alist-convert-widget): Replace binding of
5639 widget-alist-value-type.
5640
1d279666
DL
5641 * textmodes/paragraphs.el (sentence-end): Doc fix.
5642
83c9cb8e
SM
5643 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5644 Remove `backward-line'.
1d279666 5645
532f5197
SM
5646 * play/pong.el (pong-blank-color, pong-bat-color)
5647 (pong-ball-color, pong-border-color, pong-left-key)
5648 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5649 (pong-pause-key, pong-resume-key, pong-timer-delay):
5650 * mail/mh-comp.el (mh-compose-letter-function):
5651 * eshell/esh-mode.el (eshell-skip-prompt-function):
5652 * emulation/viper-ex.el (ex-unix-type-shell-options):
5653 * recentf.el (recentf-menu-filter):
5654 * ps-print.el (ps-print-region-function):
5655 * lpr.el (print-region-function):
5656 * forms.el (forms-mode-hooks):
5657 * dirtrack.el (dirtrack-directory-change-hook):
5658 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5659 * textmodes/spell.el (spell-filter):
5660 * textmodes/fill.el (adaptive-fill-function):
5661 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5662 * progmodes/etags.el (find-tag-default-function):
5663 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
5664 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5665
6f676109
EZ
56662001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5667
751d3bc4
EZ
5668 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5669 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5670 Meyering <jim@meyering.net>.
5671
6f676109
EZ
5672 * loadup.el: Revert last change.
5673
d3c26cdf
KH
56742001-02-07 Kenichi Handa <handa@etl.go.jp>
5675
83c9cb8e
SM
5676 * international/mule.el (transform-make-coding-system-args):
5677 Make it work also for coding systems not using CCL.
d3c26cdf 5678
44806980
EZ
56792001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5680
9889af08
EZ
5681 * simple.el (previous-matching-history-element)
5682 (next-matching-history-element): Doc fix.
5683
44806980
EZ
5684 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5685 specific part.
5686
1e36ff68
DL
56872001-02-06 Dave Love <fx@gnu.org>
5688
713f7b15 5689 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
5690 (add-log-buffer-file-name-function, add-log-file-name-function):
5691 Fix :type.
5692 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5693
c7ca58df
EZ
56942001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5695
fecd556a
EZ
5696 * info.el (info-initialize): Remove the test for system-type when
5697 invocation-directory is non-nil.
5698
c7ca58df
EZ
5699 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5700 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5701
587b5737
AI
57022001-02-06 Andrew Innes <andrewi@gnu.org>
5703
5704 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5705 absolute.
5706
baf7eee4
GM
57072001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5708
5709 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5710 buffers. When hi-lock turned on rather than only checking current
5711 buffer for regexps, all buffers are checked. Moved activation of
5712 font-lock to hi-lock-refontify. When font-lock turned off rather
5713 than removing added highlighting just in current buffer, remove it
5714 in all buffers. Changed edit menu text from "Automatic
5715 Highlighting" to "Regexp Highlighting" Documentation for
5716 highlighting phrases, minor documentation changes.
5717 (hi-lock-set-file-patterns): Execute only if there are new or
5718 existing file patterns.
5719 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5720 unfontify and, if a support mode is active, will not refontify the
5721 whole buffer. If necessary, turn on font lock. (Removed
5722 font-lock-unfontify and font-lock support-mode-specific calls,
5723 such as lazy-lock-fontify-window.)
5724 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5725 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 5726 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
5727 (hi-lock-face-phrase-buffer): New function. Also added related
5728 menu item and keybinding.
5729 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5730 (hi-lock-process-phrase): New function.
5731 (hi-lock-line-face-buffer): Doc fixes.
5732 (hi-lock-face-buffer): Doc fixes.
5733 (hi-lock-unface-buffer): Doc fixes.
713f7b15 5734
36710aa6
GM
57352001-02-06 Gerd Moellmann <gerd@gnu.org>
5736
5737 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5738 dabbrev-ignored-regexps.
5739
d3f22784
EZ
57402001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5741
5742 * simple.el (kill-line): Doc fix.
5743
5cb3c8d4
DL
57442001-02-05 Dave Love <fx@gnu.org>
5745
5746 * loadup.el: Revert last two changes -- bootstrapping works with
5747 regenerated loaddefs.
5748
e6297e7d
EZ
57492001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5750
1e14b095
EZ
5751 * isearch.el (isearch-forward): Doc fix.
5752
e6297e7d
EZ
5753 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5754 of font-lock-defaults to backward-paragraph.
5755
e16f52ce
GM
57562001-02-05 Gerd Moellmann <gerd@gnu.org>
5757
5758 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5759 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5760
01d19dd7
GM
57612001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5762
5763 * ebnf2ps.el: Eliminate time-stamp functions.
5764 (ebnf-version): New version (3.5).
5765 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5766 format-time-string.
5767
24886813
GM
57682001-02-05 Gerd Moellmann <gerd@gnu.org>
5769
5770 * simple.el (next-line): Goto end-of-line before inserting a newline.
5771
65e70fc4
MB
57722001-02-05 Miles Bader <miles@gnu.org>
5773
5774 * image-file.el (insert-image-file): When visiting an image, also
5775 set `truncate-lines' to t so that any fringe arrow looks correct.
5776
482f06c9
KH
57772001-02-05 Kenichi Handa <handa@etl.go.jp>
5778
5779 * isearch.el (isearch-forward): Add description about input method
5780 in the docsting.
5781
02399da7
SM
57822001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5783
5784 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5785
2c366083
EZ
57862001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5787
5788 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 5789 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 5790
bdadfce3
GM
57912001-02-02 Gerd Moellmann <gerd@gnu.org>
5792
79fb38c0
GM
5793 * wid-edit.el (widget-button-click): Fix last change.
5794
bdadfce3
GM
5795 * frame.el (frame-notice-user-settings): When resizing the initial
5796 frame because the tool bar is off, also change the frame's top
5797 position if a negative top position was specified.
5798
33155ffb
MB
57992001-02-02 Miles Bader <miles@gnu.org>
5800
5801 * image-file.el (insert-image-file): When visiting an image,
5802 suppress the cursor in the image buffer.
5803
1355ba0c
DL
58042001-02-01 Dave Love <fx@gnu.org>
5805
5806 * progmodes/f90.el (f90-mode): Remove startup message.
5807
fb758d2d 5808 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 5809
01acdb05
GM
58102001-02-01 Gerd Moellmann <gerd@gnu.org>
5811
5812 * startup.el (command-line): Fix code determining whether or not
5813 to use delete-key-deletes-forward-mode.
5814
5b1ee316
AS
58152001-02-01 Andre Spiegel <spiegel@gnu.org>
5816
5817 * vc.el (vc-diff-switches): New user option.
5818 (vc-version-diff): Use it.
5819 (vc-diff-switches-list): New macro.
5820
83c9cb8e
SM
5821 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5822 New customization options.
5b1ee316
AS
5823 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5824
5825 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5826
00b1e7a1
GM
58272001-02-01 Gerd Moellmann <gerd@gnu.org>
5828
5829 * msb.el (toplevel): Quote hook symbols.
5830
85827036
KH
58312001-02-01 Kenichi Handa <handa@etl.go.jp>
5832
8e028499 5833 * international/mule.el (make-coding-system): Add description
3c948dde 5834 about recognized properties in the docstring.
8e028499 5835
85827036
KH
5836 * international/mule-conf.el: Remove unused charsets
5837 mac-roman-lower and mac-roman-upper.
5838
7ccf7ab9
GM
58392001-01-31 Gerd Moellmann <gerd@gnu.org>
5840
2441692d
GM
5841 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5842 is in front of the left-margin, if any.
5843
ee5cece0
GM
5844 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5845 like `delete'.
5846
83c9cb8e 5847 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 5848
7ccf7ab9
GM
5849 * term/w32-win.el (mouse-set-font): Doc fix.
5850
b4f30ec5 58512001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 5852
b4f30ec5
GM
5853 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5854 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5855 on already.
5856
03e0fe6e
GM
58572001-01-31 Markus Rost <rost@math.ohio-state.edu>
5858
5859 * files.el (save-buffer): Don't give message if (buffer-file-name)
5860 returns nil.
713f7b15 5861
8f289acc
EZ
58622001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5863
cb4aae04
EZ
5864 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5865
dbd98b19
EZ
5866 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5867 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5868
8f289acc
EZ
5869 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5870 display problems.
5871
c12553c1
KH
58722001-01-31 Kenichi Handa <handa@etl.go.jp>
5873
c7bf5db9
KH
5874 * international/mule.el (charset-info): Fix docstring.
5875
5876 * international/mule-diag.el (describe-character-set): Check final
5877 char valid before printing it.
c12553c1 5878
14f16b9c
GM
58792001-01-30 Gerd Moellmann <gerd@gnu.org>
5880
efaa080b
GM
5881 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5882
eef93f99
GM
5883 * frame.el (frame-notice-user-settings): Do the tool-bar
5884 stuff only for graphical displays. Fix a braino.
713f7b15 5885
14f16b9c
GM
5886 * frame.el (frame-initialize): Create initial frame visible.
5887 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 5888 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
5889
5890 * startup.el (command-line): Remove manipulation of frame
5891 height for tool bars.
5892
4ad25e43
EZ
58932001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5894
5895 * lpr.el: Compatibility with XEmacs and doc fixes.
5896 (lpr-windows-system, lpr-lp-system): New vars.
5897 (lpr-printer-switch): New defcustom.
5898 (printer-name, lpr-command): Customization fix.
5899 (print-region-1): Code fix.
5900 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
5901 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5902 New functions.
4ad25e43 5903
e8f044a0
GM
59042001-01-29 Gerd Moellmann <gerd@gnu.org>
5905
5906 * msb.el (toplevel): Fix the eval-after-load.
5907
850d5045
GM
59082001-01-29 Dave Love <fx@gnu.org>
5909
762fe76e
DL
5910 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5911
5912 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5913
83c9cb8e 5914 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
5915 (tcl-using-emacs-19-23): Consider Emacs 21+.
5916 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5917 (tcl-add-emacs-menu): Supply menu name.
5918 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5919
3a768251
GM
59202001-01-29 Gerd Moellmann <gerd@gnu.org>
5921
5922 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5923
274d02f7
SM
59242001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5925
5926 * pcvs.el (cvs-mark-fis-dead): New function.
5927 (cvs-mode-add): Use it.
5928 (cvs-mode-add-change-log-entry-other-window):
5929 Rebind change-log-default-name to itself rather than to nil.
5930
ed5d446e
SS
59312001-01-29 Sam Steingold <sds@gnu.org>
5932
efaa080b 5933 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
5934 `autoload' statements.
5935
e2a80284
EZ
59362001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5937
8e1db7b3
EZ
5938 * files.el (confirm-kill-emacs): Doc fix.
5939
ff2a1c79
EZ
5940 * frame.el (frame-initialize): Doc fix.
5941
e7b0deaf
EZ
5942 * time-stamp.el (time-stamp-string): Doc fix.
5943
83c9cb8e
SM
5944 * woman.el (WoMan-log-1): Make the log buffer writable.
5945 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 5946
005913e4
GM
59472001-01-29 Gerd Moellmann <gerd@gnu.org>
5948
5949 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5950 the `make-variable-buffer-local'.
5951
58622cc5
GM
59522001-01-29 Dave Love <fx@gnu.org>
5953
5954 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
5955 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5956 Add autoload cookie.
58622cc5
GM
5957 (ansi-color-apply-sequence): Fix typo.
5958
0404d031
GM
59592001-01-29 Gerd Moellmann <gerd@gnu.org>
5960
ed5d446e 5961 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
5962 Postscript printing in black and white.
5963
0404d031
GM
5964 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5965 X-Mailman-Version, Precedence, List-Help, List-Post,
5966 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5967 Content-Type, Content-Length.
5968
3b6ed359
DL
59692001-01-29 Dave Love <fx@gnu.org>
5970
ddd16e7a
DL
5971 * elide-head.el (elide-head): Make overlay evaporate.
5972
83c9cb8e 5973 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 5974
8005142f
EZ
59752001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5976
5977 * isearch.el (isearch-highlight): Don't punt if the display
5978 doesn't support colors, since isearch faces are defined for
5979 monochrome displays as well.
5980
84728570
SS
59812001-01-27 Sam Steingold <sds@gnu.org>
5982
5983 * shell.el (shell-write-history-on-exit): Make sure that we are in
5984 the shell buffer (M-x tex-file RET inserted the error message into
5985 the TeX buffer).
5986
e26f9ced
EZ
59872001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5988
5989 * simple.el (transient-mark-mode): Doc fix.
5990
dc0274bd
GM
59912001-01-27 Gerd Moellmann <gerd@gnu.org>
5992
83c9cb8e 5993 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 5994
c1acacc4
EZ
59952001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5996
f5058b96
EZ
5997 * shell.el (shell-unquote-argument): If the shell is one of the
5998 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5999 quote character.
6000 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 6001 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 6002
c1acacc4 6003 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 6004 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 6005
103db06c 60062001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 6007
84728570 6008 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
6009 Treat a one-capital-letter abbrev as "not all upper case",
6010 so as to force preservation of the expansion's pattern
6011 if the expansion starts with a capital letter.
6012
cfa70244
EZ
60132001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6014
cfee9de7
EZ
6015 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6016 Doc fix.
6017
cfa70244
EZ
6018 * simple.el (transient-mark-mode): Document the fact that many
6019 commands act on the region when mark is active.
6020
17d90d6b
KH
60212001-01-27 Kenichi Handa <handa@etl.go.jp>
6022
6023 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 6024 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
6025 (quail-show-guidance-buf): Make the multibyteness of current
6026 buffer inherited to Quail guidance buffer.
6027 (quail-help): Make the multibyteness of current buffer inherited
6028 to Quail help buffer.
6029
61076b20
DL
60302001-01-26 Dave Love <fx@gnu.org>
6031
c47e2c68
DL
6032 * time-stamp.el: Doc fixes.
6033
84728570 6034 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
6035 (delphi-keyword-face, delphi-other-face): Fix :type.
6036
940f14b4
DL
6037 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6038
6039 * mail/feedmail.el (feedmail): Add :link.
6040 (feedmail-send-it): Doc fix.
6041
6042 * mail/sendmail.el: Doc fixes.
6043 (sendmail-send-it): Fix the non-ASCII regexp and use
6044 rfc2047-encode-string.
6045
61076b20
DL
6046 * dired.el, dired-aux.el: Revert last change.
6047
6c317bd2
GM
60482001-01-26 Gerd Moellmann <gerd@gnu.org>
6049
6050 * makefile.w32-in (DONTCOMPILE): Add various term files.
6051
60522001-01-26 Dave Love <fx@gnu.org>
6053
6054 * Makefile.in (DONTCOMPILE): Add various term files.
6055
1c636b5f
GM
60562001-01-26 Gerd Moellmann <gerd@gnu.org>
6057
af900b23
GM
6058 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6059
15fa6db0 6060 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 6061 the echo area is resized to fit the size of the startup message.
15fa6db0 6062
1c636b5f
GM
6063 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6064 part of which is a constant.
6065
9b1adbd5
EZ
60662001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6067
83c9cb8e 6068 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 6069
103db06c 60702001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
6071
6072 * simple.el (next-line): Don't let `newline' expand abbrevs.
6073 Simplify slightly.
6074 (open-line): Don't let `newline' expand abbrevs.
6075
219227ea
JW
60762001-01-25 John Wiegley <johnw@gnu.org>
6077
6078 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6079 to `repeat' in the :type field.
6080
6081 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6082 allow a choice of regexp or nil.
d2906bf8 6083 (pcomplete-dir-ignore): Same.
219227ea
JW
6084
6085 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6086 a command) to always fail.
6087
ceba0dac
GM
60882001-01-25 Gerd Moellmann <gerd@gnu.org>
6089
6090 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6091 discard the result.
6092 (iswitchb-to-end): Likewise.
6093
9b0630e5
SS
60942001-01-25 Sam Steingold <sds@gnu.org>
6095
6096 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 6097 Require vc.
9b0630e5 6098
a2ed9670
SM
60992001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6100
f0c1adab
SM
6101 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6102
a2ed9670
SM
6103 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6104
34ac3367
DL
61052001-01-25 Dave Love <fx@gnu.org>
6106
61076b20
DL
6107 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6108 (describe-coding-system): Tweak the English text.
6109
34ac3367
DL
6110 * loadup.el: Preload international/ccl for utf-8.
6111
4685e6b7
EZ
61122001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6113
6114 * mail/rmail.el (rmail-redecode-body): Doc fix.
6115
0fdb4475
KH
61162001-01-25 Kenichi Handa <handa@etl.go.jp>
6117
83c9cb8e
SM
6118 * international/mule-cmds.el (reset-language-environment):
6119 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 6120
83c9cb8e
SM
6121 * international/mule-conf.el (coding-category-utf-8):
6122 Initialize to mule-utf-8.
0fdb4475 6123
9b0630e5 6124 * loadup.el: Preload international/utf-8.
0fdb4475
KH
6125
6126 * international/utf-8.el: New file.
6127
245ed2b1
SM
61282001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6129
6130 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6131
e95b0c08
SS
61322001-01-24 Sam Steingold <sds@gnu.org>
6133
6134 * dired.el (dired-replace-in-string): Removed.
6135 (dired-sort-toggle): Use `replace-regexps-in-string'
6136 instead of `dired-replace-in-string'.
9b0630e5 6137
ceba0dac
GM
6138 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6139 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 6140
e95b0c08
SS
6141 * gs.el (gs-replace-in-string): Removed.
6142 (gs-options): Use `replace-regexps-in-string'
6143 instead of `gs-replace-in-string'.
6144
c3902c3e
EZ
61452001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6146
6147 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6148 bug report is mailed to an email list and posted to a news group.
6149
b66b6aeb
GM
61502001-01-24 Gerd Moellmann <gerd@gnu.org>
6151
83c9cb8e
SM
6152 * comint.el (comint-replace-by-expanded-history-before-point):
6153 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 6154
b66b6aeb
GM
6155 * startup.el (tool-bar-images-pixel-height): New variable.
6156 (command-line): After loading the user's init file, when
6157 tool-bar-mode is on, increase the frame's size by some lines for
6158 the tool-bar.
6159
6160 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 6161
ff890e66
SZ
61622001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6163
6164 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6165 (chinese-big5): MIME:Big5.
6166
04363179
GM
61672001-01-24 Gerd Moellmann <gerd@gnu.org>
6168
e95b0c08 6169 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
6170 Handle commands with prefix args.
6171
d56aaa64
GM
61722001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6173
6174 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6175 being a list of numbers.
6176 (diary-mail-entries): Rewritten.
6177
99858627
DL
61782001-01-23 Dave Love <fx@gnu.org>
6179
7aeb1fa9
DL
6180 * international/mule.el (make-coding-system): Fix typo.
6181
83c9cb8e
SM
6182 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6183 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 6184
5a43decf
EZ
61852001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6186
6187 * font-lock.el (font-lock-mode): Doc fix.
6188
b0e98867
KH
61892001-01-23 Kenichi Handa <handa@etl.go.jp>
6190
6191 * international/mule.el (make-translation-table): Fix docstring.
6192
9c8acefd
EZ
61932001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6194
fd4976b8
EZ
6195 * mail/rmail.el (rmail-redecode-body): New function.
6196
9c8acefd
EZ
6197 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6198
871e0439
GM
61992001-01-22 Gerd Moellmann <gerd@gnu.org>
6200
21c2bbe0
GM
6201 * isearch.el (isearch-lazy-highlight-case-fold-search)
6202 (isearch-lazy-highlight-regexp): New variables.
6203 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6204 case-fold search or regexp search has been toggled.
6205
5710730c
GM
6206 * wid-edit.el (widget-button-click): Avoid a save-excursion
6207 around running a global binding.
6208
871e0439
GM
6209 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6210 to 0.25.
6211
d0554957
MB
62122001-01-20 Miles Bader <miles@gnu.org>
6213
6214 * cus-edit.el (custom-face-save): Do post-processing on the face's
6215 new value like `custom-face-set' does.
6216
1519f618
EZ
62172001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6218
ccd87890
EZ
6219 * mail/emacsbug.el (report-emacs-bug): Report the value of
6220 LC_CTYPE, not LC_TYPE.
6221
1519f618
EZ
6222 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6223 isearch-toggle-regexp and isearch-edit-string to doc string.
6224
9724173b
GM
62252001-01-19 Gerd Moellmann <gerd@gnu.org>
6226
48bb9196
GM
6227 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6228 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6229
e95b0c08 6230 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
6231 font-lock-beginning-of-syntax-function to nil.
6232
dc81f8a2
EZ
62332001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6234
6235 * mail/emacsbug.el (report-emacs-bug): Report values of
6236 locale-coding-system, default-enable-multibyte-characters, and the
6237 environment variables LC_ALL, LC_TYPE, and LANG.
6238
99327974
GM
62392001-01-19 Gerd Moellmann <gerd@gnu.org>
6240
83c9cb8e 6241 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 6242
2be6ecc6
GM
6243 * font-lock.el (font-lock-multiline): Default to nil.
6244 (font-lock-default-fontify-region): If font-lock-multiline is
6245 nil, don't check the property `font-lock-multiline'.
6246
99327974
GM
6247 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6248 is nil, don't check the `font-lock-multiline' text property.
6249
2550055a
MK
62502001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6251
0a949811 6252 * viper.el: Call initial-major-mode on startup.
e95b0c08 6253
0a949811 6254 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 6255
8501998a 6256 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 6257
2550055a 62582001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 6259
0a949811 6260 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 6261 diff mode, if available.
e95b0c08 6262
0a949811 62632001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 6264
8501998a 6265 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 6266
2550055a
MK
6267 * ediff-init.el (subst-char-in-string): Define and use it, unless
6268 it's already defined.
e95b0c08 6269
8962e303
GM
62702001-01-18 Gerd Moellmann <gerd@gnu.org>
6271
6272 * tooltip.el (tooltip-hide-delay): New user-option.
6273 (tooltip-show): Use tooltip-hide-delay instead of the default.
6274
6b453381
KH
62752001-01-18 Kenichi Handa <handa@etl.go.jp>
6276
6277 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6278 kill-local-variable doesn't work for enable-multibyte-characters.
6279
9eaf396b
DL
62802001-01-17 Dave Love <fx@gnu.org>
6281
cebd37ce
DL
6282 * ediff-init.el (ediff-before-setup-hook)
6283 (ediff-merge-filename-prefix): Add :version.
6284
9eaf396b
DL
6285 * international/latin1-disp.el: Require disp-table.
6286 (latin1-display): Fix :set.
6287
6288 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6289
f864120f
GM
62902001-01-17 Gerd Moellmann <gerd@gnu.org>
6291
6292 * isearch.el (isearch-lazy-highlight-initial-delay)
6293 (isearch-lazy-highlight-interval): Default to 0.
6294
62952001-01-17 Bob Glickstein <bobg@zanshin.com>
6296
6297 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6298 1 here rather than each time through
6299 isearch-lazy-highlight-new-loop.
6300 (isearch-lazy-highlight-max): Variable deleted.
6301 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6302 isearch-lazy-highlight-max but controls a single invocation of
6303 isearch-lazy-highlight-update.
6304 (isearch-lazy-highlight-wrapped): Variable recreated.
6305 (isearch-lazy-highlight-window-start): New variable.
6306 (isearch-lazy-highlight-cleanup): Restored to behavior of
6307 before 2-Jan.
6308 (isearch-lazy-highlight-remove-overlays): Function deleted;
6309 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6310 behavior removed.
6311 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6312 isearch-lazy-highlight-update in a loop rather than just once.
6313 Test isearch-invalid-regexp here and decide not to start a new
6314 loop, rather than testing it each time through
6315 isearch-lazy-highlight-update.
6316 (isearch-lazy-highlight-search): Function restored.
6317 (isearch-lazy-highlight-update): Get called in a timer loop again,
6318 but this time highlight more than one match each time through.
83c9cb8e
SM
6319 Only highlight matches in the visible part of the window.
6320 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
6321 the edge of the window. Use sit-for to force redisplay and ensure
6322 window-start is credible. "Face suppressing" behavior removed;
6323 overlay priorities should make it unnecessary, right?
6324 (isearch-highlight): Face suppressing behavior removed.
6325 (isearch-dehighlight): Face suppressing behavior removed.
6326 (isearch-set-lazy-highlight-faces-at): Removed.
6327
076ec540
KH
63282001-01-17 Kenichi Handa <handa@etl.go.jp>
6329
6330 * language/european.el ("Latin-1"): Make the format of description
6331 about additional language environments same as that of Latin-2.
6332
92328ec5
DL
63332001-01-16 Dave Love <fx@gnu.org>
6334
39f2174e
DL
6335 * isearch.el (isearch-lazy-highlight): Add :version.
6336
92328ec5
DL
6337 * simple.el (backward-delete-char-untabify-method)
6338 (next-line-add-newlines): Add :version.
6339
f251459d
GM
63402001-01-16 Gerd Moellmann <gerd@gnu.org>
6341
9d4850e5
GM
6342 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6343 Don't bind <delete> otherwise.
6344
6345 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6346 and <delete> via function-key-map.
6347
f251459d
GM
6348 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6349 Subject line only if point is after the `Subject:'.
6350
771ffcf7
KH
63512001-01-16 Kenichi Handa <handa@etl.go.jp>
6352
bda6b481
KH
6353 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6354 japanese-jisx0213-2 in `charset' property of this lang. env.
6355
35793af7
KH
6356 * language/european.el ("Latin-1"): Add description for Dutch and
6357 Spanish lang. env.
6358
771ffcf7
KH
6359 * international/mule.el (decode-char): Fix conditions.
6360 (encode-char): Handle eight-bit-control too.
1c8102ff 6361 (transform-make-coding-system-args): New function.
50c29104
KH
6362 (make-coding-system): Accept XEmacs style arguments for CCL base
6363 coding system.
771ffcf7 6364
e1cf67b6
GM
63652001-01-15 Gerd Moellmann <gerd@gnu.org>
6366
6367 * progmodes/etags.el (find-tag-noselect): Save the value of
6368 tags-file-name before switching buffers, for the case it has a
6369 buffer-local value.
6370
b3287acf
GM
63712001-01-15 Alex Schroeder <alex@gnu.org>
6372
9eaf396b
DL
6373 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6374 From Dave Love <fx@gnu.org>.
b3287acf
GM
6375 (ansi-color-for-comint-mode): Fix :version.
6376
63772001-01-15 Alex Schroeder <alex@gnu.org>
6378
6379 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6380
8d7ff9c8
EZ
63812001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6382
6383 * dired.el (dired-insert-directory): If file-system-info fails,
6384 remove the " free " part, but don't signal an error.
6385
dbe99ae9
SS
63862001-01-12 Sam Steingold <sds@gnu.org>
6387
6388 * bookmark.el (bookmark-maybe-historicize-string):
6389 Use new backquote syntax.
6390
103db06c 63912001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
6392
6393 * subr.el (last): Handle a list that doesn't end in nil.
6394
ca2ddd8e
SS
63952001-01-12 Sam Steingold <sds@gnu.org>
6396
6397 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6398 to `backward-delete-char-untabify'.
6399
1751c874
DL
64002001-01-12 Dave Love <fx@gnu.org>
6401
6402 * cus-edit.el (customize-menu-create): Fix the :filter following
6403 easymenu change.
6404
6405 * wid-edit.el (function): Add :match-alternatives.
6406 (widget-color-action): Doc fix.
6407
3cccce8d
GM
64082001-01-12 Gerd Moellmann <gerd@gnu.org>
6409
6410 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6411
18bfd6b5
KH
64122001-01-12 Kenichi Handa <handa@etl.go.jp>
6413
83c9cb8e 6414 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 6415
18bfd6b5
KH
6416 * international/ccl.el (define-ccl-program): Fix docstring.
6417
562e00da
DL
64182001-01-11 Dave Love <fx@gnu.org>
6419
14fd0da3
DL
6420 * international/mule-cmds.el (standard-display-european-internal):
6421 Set display table for 2208 as for 160.
6422
6423 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6424
562e00da
DL
6425 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6426 entry for custom-menu-create change.
6427 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6428 don't cons it in the search loop.
6429
6430 * imenu.el (imenu--truncate-items): Revert last change.
6431
6e961dcd
EZ
64322001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6433
6434 * info.el (Info-setup-header-line): If the node header includes
6435 either Next: or Prev: links, don't show the File: and Node: parts
6436 in the header line.
6437
2c2ff7f2
GM
64382001-01-11 Gerd Moellmann <gerd@gnu.org>
6439
a7ee2d2e
GM
6440 * comint.el (comint-goto-process-mark): Don't print a message
6441 when running in batch mode.
6442
c5348233
GM
6443 * isearch.el (isearch-search): In the condition-case handler for
6444 `error', set isearch-invalid-regexp to the whole error message.
6445
422717d1
GM
6446 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6447 ensure that eval-after-load works for files dumped with Emacs.
6448
6449 * help.el (load-symbol-file-load-history): New function extracted
6450 from function symbol-file.
6451 (symbol-file): Use it.
6452
83c9cb8e 6453 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 6454
926861fb
EZ
64552001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6456
6457 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6458 behave as if there were no prefix argument.
6459 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6460 argument were nil.
6461
afa1f52c
RS
64622001-01-11 Richard M. Stallman <rms@gnu.org>
6463
ca2ddd8e 6464 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
6465 Don't look for more potential matches once maximum is exceeded.
6466 Use overlays-in to check correctly for overlap with current match.
6467 Ignore empty matches.
6468
47a9f362
MB
64692001-01-11 Miles Bader <miles@gnu.org>
6470
6471 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6472 (ispell-overlay-window, ispell-help, ispell-show-choices)
6473 (ispell-command-loop): Use it instead of `window-height'.
6474
d196f58d
GM
64752001-01-10 Gerd Moellmann <gerd@gnu.org>
6476
cf523f0e
GM
6477 * files.el (confirm-kill-emacs): New user-option.
6478 (save-buffers-kill-emacs): Ask for final confirmation before
6479 killing Emacs.
6480
d196f58d
GM
6481 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6482 to nil.
6483
7c6c3d8e
GM
64842001-01-10 Dave Love <fx@gnu.org>
6485
1f8be15d
DL
6486 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6487
83c9cb8e 6488 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
6489
6490 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6491
6492 * calculator.el (calculator-number-digits): Fix :type.
6493
0d5184de
DL
6494 * vc-cvs.el (vc-cvs-header): Fix :type.
6495 * vc-rcs.el (vc-rcs-header): Fix :type.
6496 * vc-sccs.el (vc-sccs-header): Fix :type.
6497
6498 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6499
7c6c3d8e
GM
6500 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6501
8c9f73a2
GM
6502 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6503
457b792c
GM
65042001-01-10 Gerd Moellmann <gerd@gnu.org>
6505
6506 * simple.el (set-variable): Force a thorough redisplay for the
6507 case that the variable has an effect on the display, like
6508 `tab-width' has.
6509
d2622d08
AS
65102001-01-10 Andre Spiegel <spiegel@gnu.org>
6511
6512 * vc.el: Add documentation for backend interface.
6513
ae4b5f4f
KH
65142001-01-10 Kenichi Handa <handa@etl.go.jp>
6515
e0844717
KH
6516 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6517
ae4b5f4f
KH
6518 * international/mule-conf.el (latin-extra-code-table): Set to t
6519 for \223 and \224.
6520
3184082b
KH
65212001-01-09 Kenichi Handa <handa@etl.go.jp>
6522
6523 * international/mule-cmds.el (locale-language-names): Map "es" to
6524 "Spanish" and "nl" to "Dutch".
6525
732b9cdd
GM
65262001-01-09 Gerd Moellmann <gerd@gnu.org>
6527
1dfca644
GM
6528 * bindings.el (global-map): Bind <home> to beginning-of-line,
6529 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6530 C-<end> to end-of-buffer.
6531
732b9cdd
GM
6532 * language/european.el: Add Dutch and Spanish language info
6533 to be able to use the appropriate tutorials.
6534
65352001-01-09 Alex Schroeder <alex@gnu.org>
6536
6537 * ansi-color.el (ansi-color-process-output): Use markers instead
6538 of positions for start and end of region.
6539 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6540 Previously, occasional mistakes happend when fontifying many
6541 chunks of output (eg. ls --color=yes /dev). This happened
6542 whenever an overlay was created up to the end of the region, which
6543 coincided with the process-mark. New text would then be added
6544 within that overlay instead of after it.
6545 (ansi-color-make-extent): Overlays are created with the property
6546 `modification-hooks' set to '(ansi-color-freeze-overlay).
6547 (ansi-color-freeze-overlay): New function. When inserting text at
6548 the end of the overlay, the overlay will resize.
6549
65502000-01-09 Alex Schroeder <alex@gnu.org>
6551
6552 * ansi-color.el (ansi-color-process-output): Doc change.
6553 (ansi-color-unfontify-region): Doc change. No longer installed
6554 automatically in font-lock-unfontify-region-function.
6555 (ansi-color-apply): Doc change.
6556 (ansi-color-apply-on-region): Use extents or overlays instead of
6557 text-properties.
6558 (ansi-color-make-extent): New function.
6559 (ansi-color-set-extent-face): New function.
6560
65612000-01-09 Alex Schroeder <alex@gnu.org>
6562
6563 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6564 both use ansi-color-process-output, now.
6565 (ansi-color-process-output): Doesn't return string anymore. It is
6566 installed in comint-output-filter-functions for both Emacs and
6567 XEmacs, now.
6568 (ansi-color-unfontify-region): Simplified code removing variables
6569 pos and start-ansi.
6570 (ansi-color-apply): Put text-property ansi-color before putting
6571 text-property face because ansi-color-unfontify-region is called
6572 immediately after the call to put-text-property.
6573 (ansi-color-context-region): Doc change.
6574 (ansi-color-filter-region): Simplified code.
6575 (ansi-color-apply-on-region): Changed start to start-marker, using
6576 a marker explicitly. Put text-property ansi-color before putting
6577 text-property face because ansi-color-unfontify-region is called
6578 immediately after the call to put-text-property.
6579
65802000-01-09 Alex Schroeder <alex@gnu.org>
6581
6582 * ansi-color.el (ansi-color-faces-vector): Doc change.
6583 (ansi-color-for-comint-mode): Changed :type property to choice.
6584 (ansi-color-last-context): Removed.
6585 (ansi-color-process-output): Don't use ansi-color-last-context, as
6586 the main functions will store their context now.
6587 (ansi-color-context): Doc change.
6588 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6589 Uses ansi-color-context such that repeated calls will strip
6590 partial escape sequences, too.
6591 (ansi-color-apply): Simplified code. Colorize end of string if
6592 face is not null. Store context in new (FACE STRING) format, such
6593 that repeated calls will strip partial escape sequences, too.
6594 Append faces to face property using ansi-color-apply-sequence such
6595 that cumulative mode actually works.
6596 (ansi-color-context-region): New variable.
6597 (ansi-color-filter-region): Rewrote it based on
6598 ansi-color-apply-on-region. Uses ansi-color-context-region such
6599 that repeated calls will strip partial escape sequences, too.
6600 (ansi-color-apply-on-region): Simplified code. Colorize end of
6601 region if face is not null. Store context in new (FACE POS)
6602 format, such that repeated calls will strip partial escape
6603 sequences, too. Append faces to face property using
83c9cb8e 6604 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
6605 (ansi-color-apply-sequence): New function.
6606 (ansi-color-get-face): When the default face is added to the list
6607 of faces, all previous settings are discarded and the list of
6608 faces is set to '(default).
6609
66102000-01-09 Alex Schroeder <alex@gnu.org>
6611
6612 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6613 face, such that ansi-color-apply and ansi-color-apply-on-region
6614 will do the right thing.
6615 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6616 returns nil, set the list of faces back to nil instead of
83c9cb8e 6617 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
6618
66192000-01-09 Alex Schroeder <alex@gnu.org>
6620
6621 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6622 (ansi-color-process): Doc change.
6623 (ansi-color-last-context): New buffer-local variable.
6624 (ansi-color-process-output): New function. It is automatically
6625 added to comint-output-filter-functions if this is XEmacs.
6626 (ansi-color-unfontify-region): New optional parameter for XEmacs
6627 compatibility. Check wether font-lock-syntactic-keywords is
6628 boundp before removing the syntax table text property, as XEmacs
6629 doesn't have it.
6630 (ansi-color-filter-region): Doc change.
6631 (ansi-color-apply-on-region): Doc change.
6632 (ansi-color-make-face): New function. Compatibility layer for
6633 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6634 (ansi-color-make-color-map): Use ansi-color-make-face.
6635 (ansi-color-get-face): Avoid face text property '(nil) as results
6636 in an errow for XEmacs.
6637
66382000-01-09 Alex Schroeder <alex@gnu.org>
6639
83c9cb8e
SM
6640 * ansi-color.el (ansi-color-unfontify-region): New function.
6641 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
6642 ansi-color. When the package is loaded, a lambda expression is
6643 put onto font-lock-mode-hook. This lambda expression will check
6644 font-lock-unfontify-region-function and replace
83c9cb8e 6645 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
6646 (ansi-color-apply): Add text-property ansi-color in addition to
6647 text-property face.
6648 (ansi-color-apply-on-region): Add text-property ansi-color in
6649 addition to text-property face.
6650 (save-buffer-state): Copy of the macro that is also used by
6651 lazy-lock and font-lock.
6652
6653 (ansi-color-for-comint-mode): New option.
6654 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6655 (ansi-color-for-comint-mode-off): Ditto.
6656 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
6657 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6658 decide what to do. This function is added to
6659 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
6660
6661 (ansi-color-for-shell-mode-set): Removed.
6662 (ansi-color-for-shell-mode): Removed.
6663
66642000-01-09 Alex Schroeder <alex@gnu.org>
6665
6666 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6667 the lambda expression from the ansi-color-for-shell-mode :set
6668 property. Additionally, modify shell-mode-hook to enable or
6669 disable font-lock-mode for future shell buffers.
6670 (ansi-color-for-shell-mode): The :set property calls
6671 ansi-color-for-shell-mode-set instead of a lambda expression.
6672
66732000-01-09 Alex Schroeder <alex@gnu.org>
6674
6675 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6676 (ansi-color-context): New variable.
6677 (ansi-color-apply): Save context between calls.
6678
fb55ff10
EZ
66792001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6680
83c9cb8e
SM
6681 * isearch.el (isearch, isearch-lazy-highlight-face):
6682 New definitions for face colors and attributes.
29910493 6683
fb55ff10
EZ
6684 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6685 of display-mouse-p.
6686
134d6265
KH
66872001-01-09 Kenichi Handa <handa@etl.go.jp>
6688
6689 * international/mule.el (make-coding-system): If the coding system
6690 accepts extra latin codes, register such codes as safe for the
6691 coding system.
6692
103db06c 66932001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 6694
984c9f75
RS
6695 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6696 don't mention the file name or the date here, because they are
6697 logged at the start of the file.
6698
66992001-01-08 Richard M. Stallman <rms@gnu.org>
6700
78b8eee8
RS
6701 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6702 Change screen-width to frame-width.
6703
1460e5d4
EZ
67042001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6705
6706 * info.el (Info-search): Print the default as part of the prompt.
6707
56f24bc1
AS
67082001-01-08 Andre Spiegel <spiegel@gnu.org>
6709
ca2ddd8e 6710 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
6711 constant implementations in backends.
6712
6713 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6714 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6715
6716 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6717 WRITABLE to EDITABLE.
6718
6719 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6720 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6721 to EDITABLE.
6722
b7812d30
EZ
67232001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6724
6725 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 6726 (copyright, copyright-update): Compute the current year at run time.
b7812d30 6727
7e56ea04
GM
67282001-01-08 Gerd Moellmann <gerd@gnu.org>
6729
6730 * isearch.el (isearch-old-signal-hook): Removed.
6731 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6732 instead of setting signal-hook-function.
6733 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6734
a758f97d
GM
67352001-01-08 Kevin Gallagher <kevingal@onramp.net>
6736
6737 * emulation/edt.el: Update to version 4.0. Provide support for
6738 EDT scroll margins at top and bottom of the window. Provide an
6739 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6740 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
6741 user when file-related buffer modifications exist.
6742 Provide support for running EDT Emulation in XEmacs.
6743 Provide customize access to some user updatable variables.
6744 Add Commentary section to file header.
6745 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
6746
6747 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6748 for detecting a keypress that generates an ASCII key sequence.
6749 (Previously, only a keypress that generates a vector was
6750 recognized.) Embed Window Manager name into name of the generated
6751 EDT Emulation initialization file since the initialization file is
6752 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 6753
30db89f9
EZ
67542001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6755
4deb3ba9
EZ
6756 * mail/sendmail.el (mail-mode): Doc fix.
6757
30db89f9
EZ
6758 * info.el (Info-goto-emacs-command-node): Doc fix.
6759 (Info-goto-emacs-key-command-node): Doc fix.
6760
c3f2772b
EZ
67612001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6762
8726e79b 6763 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
6764 systems without long file-name support.
6765
0dac6924
AI
67662001-01-06 Andrew Innes <andrewi@gnu.org>
6767
6768 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6769
4e6ef391
EZ
67702001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6771
380866a2
EZ
6772 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6773 (isearch-lazy-highlight-update): Doc fix.
6774
148b5960
EZ
6775 * ffap.el (ffap-bindings): Doc fix.
6776
4e6ef391
EZ
6777 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6778
4cb1bcc2
DL
67792001-01-05 Dave Love <fx@gnu.org>
6780
6781 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6782
3828218c
GM
67832001-01-05 Gerd Moellmann <gerd@gnu.org>
6784
83c9cb8e
SM
6785 * mouse-drag.el (mouse-drag-safe-scroll):
6786 Bind scroll-preserve-screen-position to nil.
f1ade7d3 6787
1f4139d5
GM
6788 * isearch.el (isearch-old-signal-hook): New variable.
6789 (isearch-mode): Set signal-hook-function to isearch-done.
6790 (isearch-done): Restore old signal-hook-function.
6791
3828218c
GM
6792 * info.el (Info-fontify-node): Mark one more char as intangible.
6793
3970013f
KH
67942000-01-05 Kenichi Handa <handa@etl.go.jp>
6795
83c9cb8e
SM
6796 * composite.el (compose-last-chars): New argument COMPONENTS.
6797 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
6798 COMPONENTS.
6799
6800 * international/quail.el (quail-input-string-to-events): New function.
6801 (quail-input-method): Convert input string to events here.
6802 (quail-start-translation): Return input string, not event list.
6803 (quail-start-conversion): Likewise.
6804
f3b05e99
GM
68052001-01-04 Gerd Moellmann <gerd@gnu.org>
6806
ca2ddd8e 6807 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
6808 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6809 and tooltip-add-timeout.
6810 (tooltip-show): Set border color from faces's foreground.
6811 (tooltip-show-help-function): If called with the same help string
6812 as last time, do nothing.
6813 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6814
0f2ac578
GM
6815 * startup.el (fancy-splash-screens): Don't bind show-help-function
6816 to nil.
6817
f3b05e99
GM
6818 * tooltip.el (tooltip-frame-parameters): Remove colors.
6819 (tooltip): New face
6820 (tooltip-set-param): New function.
6821 (tooltip-show): Set up color frame parameters from face `tooltip'.
6822 Display the tooltip text in face `tooltip'.
6823
8416e94a
DL
68242001-01-04 Dave Love <fx@gnu.org>
6825
6826 * whitespace.el (whitespace-global-mode): Fix typo.
6827
6828 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6829
30db89f9
EZ
68302001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6831
83c9cb8e
SM
6832 * help.el (help-for-help): Fix a typo in a doc string.
6833 From kwzh@gnu.org (Karl Heuer).
30db89f9 6834
b847eb8c
DL
68352001-01-03 Dave Love <fx@gnu.org>
6836
6837 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 6838 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
6839 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6840 (dired-guess-shell-alist-user): Customize.
6841 (dired-x-help-address): Set to bug-gnu-emacs.
6842 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6843 (dired-default-directory): Renamed from default-directory.
6844
6845 * hl-line.el (hl-line): Doc fix.
6846
43c4b570
KF
68472001-01-03 Karl Fogel <kfogel@red-bean.com>
6848
1bf6b1bf 6849 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 6850
984c9f75 68512001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
6852
6853 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6854 to remove all the current alternative-match highlighting.
6855 If nil, remove only what's outside the current window.
6856 (isearch-lazy-highlight-remove-overlays): Take optional
6857 region within which NOT to remove them.
6858 (isearch-lazy-highlight-new-loop): Greatly simplified.
6859 (isearch-lazy-highlight-update): Find all the other occurrences
6860 visible in the window, in just one call.
6861 (isearch-lazy-highlight-start): Now holds start of region to scan.
6862 (isearch-lazy-highlight-end): Now holds end of region to scan.
6863 (isearch-lazy-highlight-wrapped): Variable deleted.
6864 (isearch-lazy-highlight-search): Function deleted.
6865
13d6a61c
AI
68662000-01-02 Andrew Innes <andrewi@gnu.org>
6867
6868 * w32-fns.el (convert-standard-filename): Do length check on name
6869 before aref.
6870
064866e7
DL
68712001-01-02 Dave Love <fx@gnu.org>
6872
b33e041b
DL
6873 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6874 value.
6875 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6876
6877 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6878
8166ffd5
DL
6879 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6880 read syntax.
6881
064866e7
DL
6882 * calendar/todo-mode.el (todo): Add :link, :version.
6883 (todo-save-top-priorities): Remove autoload cookie.
6884 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 6885 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 6886
6dde6abc
GM
68872001-01-02 Gerd Moellmann <gerd@gnu.org>
6888
6889 * comint.el (comint-input-history-ignore): New variable.
6890 (comint-read-input-ring): Ignore entries matching
6891 comint-input-history-ignore.
6892
1a8a9daf
GM
68932001-01-02 Eric M. Ludlam <zappo@gnu.org>
6894
6895 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6896 (lm-copyright-mark): New function.
6897 (lm-crack-copyright): New function.
6898 (lm-verify): Check that the file has a copyright.
6899 Check that the file is copyright Free Software Foundation.
6900
9c92eb53
KH
69012000-12-30 Kenichi Handa <handa@etl.go.jp>
6902
6903 * international/mule-diag.el (print-fontset): Indent font name by
6904 24 columns, not 25.
6905
49172314
GM
69062000-12-29 Gerd Moellmann <gerd@gnu.org>
6907
762a68ec
GM
6908 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6909 in Subject line.
6910
49172314 6911 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
6912 Use mail-mode-hook instead of mail-setup-hook.
6913 Otherwise continuing an interrupted message with C-u C-x m for
6914 instance, winds up in Mail mode without abbrevs.
49172314 6915
bd7a2e26
GM
69162000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6917
6918 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
6919 non-nil. Adding almost all customization variables on ps-setup.
6920 Doc fix.
bd7a2e26
GM
6921 (ps-print-version): New version number (6.3.3).
6922 (ps-end-with-control-d): Initialization fix.
6923 (ps-lines-printed): New var.
6924 (ps-skip-newline): New fun.
6925 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6926 (ps-next-line, ps-continue-line, ps-plot-region)
6927 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 6928
2b3f28a4
KH
69292000-12-29 Kenichi Handa <handa@etl.go.jp>
6930
83c9cb8e
SM
6931 * international/fontset.el (x-complement-fontset-spec):
6932 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
6933 registered in x-font-name-charset-alist.
6934 (create-fontset-from-fontset-spec): Adjusted for the above change.
6935 The name of fontset alias should be a unresolved ASCII font name.
6936
2ece9174
GM
69372000-12-28 Gerd Moellmann <gerd@gnu.org>
6938
6939 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6940 and delete in isearch-mode-map.
6941
cbe3ad7a
RS
69422000-12-28 Richard M. Stallman <rms@gnu.org>
6943
ca2ddd8e 6944 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
6945 Use xpdf instead of acroread.
6946
a816f1c5
KH
69472000-12-28 Kenichi Handa <handa@etl.go.jp>
6948
f086e73c
KH
6949 * textmodes/artist.el (artist-butlast): Deleted.
6950 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 6951 artist-butlast.
f086e73c 6952
a816f1c5
KH
6953 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6954
6955 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6956
b202115b
EZ
69572000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6958
6959 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6960
6961 * ls-lisp.el: Better support for the Mac and MS-Windows.
6962 (ls-lisp): New defgroup.
6963 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 6964 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
6965 (ls-lisp-support-shell-wildcards): New defcustoms.
6966 (ls-lisp-parse-symlink): New function.
6967 (insert-directory): Code to convert switches to a list and set up
6968 the wildcard argument copied from ls-lisp-insert-directory.
6969 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6970 for -C and -R switches.
6971 (ls-lisp-column-format): New function.
ca2ddd8e 6972 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
6973 (ls-lisp-format-time): Add doc strings.
6974 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6975 Support ls-lisp-dirs-first.
6976 (ls-lisp-classify, ls-lisp-extension): New functions.
6977 (ls-lisp-format): Optionally support emulation of symlinks.
6978 Support -i, -s, and -G switches.
6979
6061fbf0
GM
69802000-12-27 Gerd Moellmann <gerd@gnu.org>
6981
5e25feee
GM
6982 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6983
6061fbf0
GM
6984 * version.el (emacs-version): Print X scroll bar information.
6985
6986 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6987 instead of x-toolkit-scroll-bars-p.
6988
6989 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6990 of x-toolkit-scroll-bars-p.
6991
25050dab
EZ
69922000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6993
83c9cb8e 6994 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
6995 (ffap-bindings): Doc fix, to reflect the above change.
6996
c1786874
KH
69972000-12-27 Kenichi Handa <handa@etl.go.jp>
6998
6999 * term.el (term-char-mode): Define all non-ascii self-inserting
7000 characters to 'term-send-raw in term-raw-map.
7001
7261ece3 70022000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 7003
83c9cb8e 7004 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 7005
83c9cb8e
SM
7006 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7007 Changed initialization; use add-hook.
6061fbf0 7008 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 7009
6061fbf0 7010 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 7011
6061fbf0
GM
7012 * ediff.el (ediff-patch-buffer): Bug fix.
7013 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 7014
83f40583
SM
70152000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7016
7017 * subr.el (combine-run-hooks): Remove.
7018
7019 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7020 and remove the rogue second spec.
7021
bdd6d4e8
GM
70222000-12-23 Gerd Moellmann <gerd@gnu.org>
7023
7024 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7025
26736ce3
SM
70262000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7027
0e86b6b0
SM
7028 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7029 Use minibuffer menu prompt for the `=' prefix.
7030 (smerge-command-prefix): Change default to C-^.
6eabfb26 7031 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 7032
26736ce3
SM
7033 * skeleton.el (skeleton-internal-1): Make sure the first line of
7034 the region is also re-indented.
d21584d6
SM
7035 (skeleton-end-newline): New var.
7036 (skeleton-end-hook): Use it.
26736ce3 7037
95fa4fd7
MB
70382000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7039
7040 * comint.el (comint-password-prompt-regexp): Support CVS.
7041
f060b834
GM
70422000-12-22 Gerd Moellmann <gerd@gnu.org>
7043
83c9cb8e
SM
7044 * simple.el (delete-key-deletes-forward-mode): Simplify.
7045 Also backspace key combinations, depending on
856ff7a7
GM
7046 delete-key-deletes-forward.
7047
7048 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7049
f060b834
GM
7050 * simple.el (delete-key-deletes-forward): Doc fix.
7051
653558a1
GM
70522000-08-22 Emmanuel Briot <briot@gnat.com>
7053
7054 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 7055 white spaces are relevant in the XML file.
653558a1
GM
7056 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7057 to parse was already edited. This allows for on-the-fly analysis
26736ce3 7058 of XML files.
653558a1
GM
7059 (xml-parse-tag): Check that the casing is the same in the start
7060 tag and end tag, since XML is case-sensitive. Allows for spaces
7061 in the end tag, after the name of the tag.
7062 (xml-parse-attlist): Allow for the character '-' in the name of
7063 attributes, as in the standard http-equiv attribute Do not save
26736ce3 7064 the properties in the XML tree, since they are not relevant.
653558a1 7065
3ad93d8d
SM
70662000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7067
7068 * generic.el (generic-read-type): Undo last change, inline into
7069 `generic-mode' and then remove.
7070 (generic-mode): Inline generic-read-type.
7071 (define-generic-mode): Push the symbol name rather than the symbol
7072 onto generic-mode-list.
7073
177f4e88
GM
70742000-12-21 Gerd Moellmann <gerd@gnu.org>
7075
8e15274f
GM
7076 * generic.el (generic-read-type): Build an alist for
7077 completing-read as in 20.7.
7078
7079 * play/landmark.el (lm): Use interactive spec `P'.
7080 (toplevel): Don't set debug-on-error.
7081
83c9cb8e 7082 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 7083
6ba384dc
GM
70842000-12-21 Dave Pearson <davep@davep.org>
7085
7086 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 7087
647a066c
GM
70882000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7089
7090 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7091 ranges like \177-\237, but accepts the character sequence from \177 to
7092 \237. Doc fix.
7093 (ebnf-version): New version (3.4).
7094 (ebnf-setup): Code fix.
7095 (ebnf-range-regexp): New fun.
7096 (ebnf-8-bit-chars): Const fix.
7097
7098 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7099 entry. Doc fix.
7100 (ebnf-bnf-lex): Code fix.
7101 (ebnf-bnf-comment-chars): Const fix.
7102
7103 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7104 entry. Doc fix.
7105 (ebnf-iso-comment-chars): Const fix.
7106
7107 * ebnf-otz.el: Doc fix.
7108
7109 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7110 entry. Doc fix.
7111 (ebnf-yac-skip-code): Code fix.
7112 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 7113
bc22fd18
EZ
71142000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7115
7116 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
7117 (recover-file): Use it instead of insert-directory.
7118 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 7119
587fc3f9
KH
71202000-12-21 Kenichi Handa <handa@etl.go.jp>
7121
83c9cb8e
SM
7122 * international/mule-cmds.el (select-safe-coding-system):
7123 Check coding-category-list more rigidly. Improve help message.
eeefcfde 7124
587fc3f9
KH
7125 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7126
01860fb9
MB
71272000-12-21 Miles Bader <miles@gnu.org>
7128
83c9cb8e 7129 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 7130
3f9d67a6
KH
71312000-12-21 Kenichi Handa <handa@etl.go.jp>
7132
9fd1c1f7
KH
7133 * international/mule-diag.el (describe-char-after): Make *Help*
7134 buffer inherit multibyteness of the current buffer.
7135
3f9d67a6
KH
7136 * international/mule.el (make-char): Docstring adjusted for the
7137 change of make-char-internal.
7138
c9669fac
SM
71392000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7140
7141 * international/iso-cvt.el: Docstrings fix.
7142
19594307
DL
71432000-12-20 Dave Love <fx@gnu.org>
7144
7145 * subr.el (eval-after-load): Doc fix.
7146
b1a447b3
KH
71472000-12-20 Kenichi Handa <handa@etl.go.jp>
7148
7149 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7150 for numbers.
7151
09877d5d
MB
71522000-12-20 Miles Bader <miles@gnu.org>
7153
7154 * international/quail.el (quail-help): Resize the help window
7155 again after it has all its contents. Remove unneeded progn.
7156
71d4497a
GM
71572000-12-19 Gerd Moellmann <gerd@gnu.org>
7158
7159 * pcmpl-linux.el: Fix copy/paste error.
7160
741e56a0
AI
71612000-12-19 Andrew Innes <andrewi@gnu.org>
7162
83c9cb8e 7163 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 7164
cc24d91c
CD
71652000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7166
ba4c05aa
CD
7167 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7168
7169 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7170
7171 * progmodes/idlw-shell.el: Fixed copyright notice.
7172
7173 * progmodes/idlwave.el: Fixed copyright notice.
7174
71d4497a 7175 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
7176 TAB as key separators.
7177
524c8caf
GM
71782000-12-19 Alex Schroeder <alex@gnu.org>
7179
7180 * sql.el (sql-sybase-options): New option.
7181 (sql-sybase): Use it. Add sql-database to the list of parameters
7182 provided for login. The options -w 2048 -n are not used any more.
7183 (sql-postgres-options): Changed default from "--pset" to "-P".
7184 (sql-mysql-options): Doc change.
7185 (sql-stop): Doc change.
7186
b5fa513d
KH
71872000-12-19 Kenichi Handa <handa@etl.go.jp>
7188
7189 * international/quail.el (quail-input-method): Always hide
7190 the guidance buffer on exiting.
7191
91c9e6ce
GM
71922000-12-18 Gerd Moellmann <gerd@gnu.org>
7193
c6da4eb4
GM
7194 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7195 isn't fboundp.
7196
3d2a0e0b
GM
7197 * server.el (server-buffer-done): Bury the buffer before
7198 killing it.
7199
91c9e6ce
GM
7200 * faces.el (face-spec-set): Interpret a nil in specs for
7201 foreground and background colors as `unspecified', for
7202 compatibility with 20.x.
7203
40fa0008
DL
72042000-12-18 Dave Love <fx@gnu.org>
7205
22adbe54
DL
7206 * simple.el (mail-user-agent): Doc fix.
7207 (input-mode-8-bit): Removed.
7208
7209 * international/mule.el (set-keyboard-coding-system): Doc fix.
7210 (keyboard-coding-system): New option.
7211
40fa0008
DL
7212 * mail/sendmail.el (send-mail-function): Customize.
7213
6f4745e2
EZ
72142000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7215
7216 * international/codepage.el (cp866-decode-table): New table.
7217
82b90229
GM
72182000-12-18 Gerd Moellmann <gerd@gnu.org>
7219
7220 * version.el (emacs-version): Remove `%a' from the time format
7221 because the weekday doesn't fit well into each locale.
7222
5a047002
MB
72232000-12-18 Miles Bader <miles@gnu.org>
7224
7f49aa07
MB
7225 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7226
ca2ddd8e 7227 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
7228 Check that emacs-major-version is `=' to 20, not `>='.
7229 (artist-replace-chars): Use `make-string' instead of a loop.
7230
22ea2607
EZ
72312000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7232
7233 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7234 (cvs-execute-single-file): Don't change directory.
7235 Patch from Per Cederqvist.
7236
6c825f8e
EZ
72372000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7238
83c9cb8e
SM
7239 * textmodes/ispell.el (check-ispell-version):
7240 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
7241 of -vv.
7242
8ff06845
KH
72432000-12-16 Kenichi Handa <handa@etl.go.jp>
7244
af4bb4c8
KH
7245 * international/mule-diag.el (mule-diag): Insert information about
7246 configure options, multibyte awareness, language env.
7247
8ff06845
KH
7248 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7249 regexp to search for candidates.
7250
b24e84ab
EZ
72512000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7252
7253 * info.el (Info-forward-node): If the node has an
7254 Info-header-line, widen the buffer before searching for "next:"
7255 and "up:" pointers, and set the search limit to stay in the
7256 current node.
7257
7981d89f
MB
72582000-12-16 Miles Bader <miles@gnu.org>
7259
7260 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7261
88ee7917
MB
72622000-12-15 Miles Bader <miles@gnu.org>
7263
7264 * comint.el (comint-send-string, comint-send-region): Also accept
7265 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7266 process-send-string/region.
7267
0c28d842
GM
72682000-12-15 Gerd Moellmann <gerd@gnu.org>
7269
4ea7fdca
GM
7270 * isearch.el (isearch-lazy-highlight-max): New user-option.
7271 (isearch-lazy-highlight-update): Don't highlight more than
7272 isearch-lazy-highlight-max matches.
7273
0c28d842
GM
7274 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7275
984c9f75 72762000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 7277
8062e53a
GM
7278 * sort.el (sort-columns): Fix error message.
7279
3ffa545b
GM
7280 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7281 `upcase' or `downcase' or nil.
7282 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7283 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7284 (dabbrev--substitute-expansion): New arg record-case-pattern.
7285 If it is non-nil, set dabbrev--last-case-pattern.
7286 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7287
7288 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7289
c2d7f289
MB
72902000-12-15 Miles Bader <miles@gnu.org>
7291
b6348438
MB
7292 * paths.el (Info-default-directory-list): Don't delete
7293 configure-info-directory from the list of standard info
83c9cb8e 7294 directories when appending it to the end -- their order is important.
b6348438 7295
f9056dd9
MB
7296 * faces.el (read-face-attribute): If there's no entry for the
7297 user's input in VALID, just use it as-is (this will often result
7298 in an error, but it may be OK for e.g. colors using hexadecimal
7299 notation, and at least will yield a better error message).
7300
c2d7f289 7301 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 7302 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
7303 Variables removed.
7304 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7305 window is really the right size. Use vertical-motion
7306 rather than forward-line.
7307 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7308 (ispell-command-loop, ispell-show-choices): Use the variable
7309 ispell-choices-win-default-height, rather than the function.
7310 (ispell-choices-win-default-height): Function removed.
7311 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 7312
8f530b95
SM
73132000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7314
7315 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7316
6d435deb
EZ
73172000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7318
83c9cb8e
SM
7319 * paths.el (Info-default-directory-list):
7320 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
7321 put it first in the list; otherwise put it last. Doc string
7322 changed accordingly.
7323
7324 * info.el (Info-directory-list): Change doc string to reflect the
7325 change in Info-default-directory-list.
7326
6d435deb
EZ
7327 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7328 windows-nt as windowed environments, even under -nw.
7329
7330 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7331 if not fboundp. Switch delete-forward mode for the <delete> key
7332 on all PC platforms, even under -nw.
7333
7334 * term/internal.el ([M-delete]): Remap to M-d.
7335
9d7d9263
GM
73362000-12-14 Gerd Moellmann <gerd@gnu.org>
7337
7338 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7339
7cf0153a
EZ
73402000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7341
7342 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7343
5e5b3d41
GM
73442000-12-14 Gerd Moellmann <gerd@gnu.org>
7345
5f368d29
GM
7346 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7347 if appropriate.
7348
7349 * simple.el (delete-key-deletes-forward): New user-option.
7350 (delete-key-deletes-forward-mode): New function.
7351
9d7d9263 7352 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 7353
83c9cb8e
SM
7354 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7355 Test if symbol is bound before getting its value.
5e5b3d41
GM
7356
7357 * tooltip.el (tooltip-show): If an error is signaled in
7358 x-show-tip, display that error, and display the help in the
7359 echo area.
ca2ddd8e 7360
191b83b6
KH
73612000-12-14 Kenichi Handa <handa@etl.go.jp>
7362
83c9cb8e
SM
7363 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7364 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 7365
6192b604
KF
73662000-12-13 Karl Fogel <kfogel@red-bean.com>
7367
7368 * bookmark.el: Provide a generic exit hook, as suggested by
7369 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
7370 (bookmark-exit-hook): New var.
7371 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
7372 old raw lambda form in `kill-emacs-hook', and runs new
7373 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7374 as logically that feature must have been provided if this function
7375 is running.
7376 Removed ;;;###autoload before the `add-hook' call.
7377
5edf6b55
SM
73782000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7379
7380 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7381 (easy-menu-current-active-maps): New function.
7382 (easy-menu-get-map): Use it.
7383 Make a proper menu entry when creating a new keymap.
7384
16b5e8e6
KH
73852000-12-13 Kenichi Handa <handa@etl.go.jp>
7386
d49fc4eb
KH
7387 * international/characters.el: Fix cases and syntaxes for
7388 mule-unicode-0100-24ff.
7389
3b53d876
KH
7390 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7391 that a Japanese character is not appended after day and year.
7392
16b5e8e6
KH
7393 * info.el (Info-suffix-list): Change format for a command that
7394 requires arguments.
7395 (info-insert-file-contents): Adjusted for the above change.
7396
1df1c518
AS
73972000-12-12 Andreas Schwab <schwab@suse.de>
7398
7399 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7400 on the name of the tar buffer. Verify that the existing buffer is
7401 visiting the same subfile.
7402
a7a07b98
DL
74032000-12-12 Dave Love <fx@gnu.org>
7404
7405 * subdirs.el: Add obsolete.
7406
4fdbd809
GM
74072000-12-12 Gerd Moellmann <gerd@gnu.org>
7408
bfdb75ee
GM
7409 * mail/rmailsum.el (rmail-summary-expunge)
7410 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7411 instead of rmail-confirm-expunge.
7412
4fdbd809
GM
7413 * replace.el (perform-replace): Don't use an empty match adjacent
7414 to a non-empty match when computing the next match before the
7415 replacement is performed.
7416
e9a59cad
GM
74172000-12-12 Milan Zamazal <pdm@freesoft.cz>
7418
7419 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7420 definition (patch by Stefan Monnier).
7421 (glasses-mode): Use jit-lock instead of `after-change-functions'
7422 (patch by Stefan Monnier).
7423
c2def7a0
MB
74242000-12-12 Miles Bader <miles@gnu.org>
7425
7426 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7427 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7428
591b63b4
AC
74292000-12-12 Andrew Choi <akochoi@i-cable.com>
7430
7431 * term/mac-win.el: Remove load for ls-lisp.
7432
a924cf63 7433 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 7434
5ff4ba3d
MB
74352000-12-12 Miles Bader <miles@gnu.org>
7436
7437 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7438 Respect field end too.
7439 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
7440 (newline-and-indent, reindent-then-newline-and-indent):
7441 Use `delete-horizontal-space'.
5ff4ba3d 7442
d0c679bc
SM
74432000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7444
adf9c994
SM
7445 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7446 (so as to obey the field property in the minibuffer).
7447
4b0cd42d
SM
7448 * obsolete/c-mode.el: Moved from lisp/progmodes.
7449 * obsolete/auto-show.el: Moved from lisp.
7450 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 7451
89f85863
CD
74522000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7453
7454 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 7455 changes to list them here.
89f85863 7456
83c9cb8e
SM
7457 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7458 Too many changes to list them here.
89f85863 7459
83c9cb8e
SM
7460 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7461 Too many changes to list them here.
89f85863
CD
7462
7463 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7464
3e0d35ce
GM
74652000-12-11 Gerd Moellmann <gerd@gnu.org>
7466
83c9cb8e 7467 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 7468
ca2ddd8e 7469 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
7470 Comment fix.
7471
3e0d35ce
GM
7472 * hscroll.el: Moved to `obsolete' subdir.
7473
ff904dd6
MB
74742000-12-11 Miles Bader <miles@gnu.org>
7475
7476 * window.el (window-text-height): Function removed (now in C).
7477
fb97d87f
SM
74782000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7479
7480 * log-edit.el (log-edit-parent-buffer): New var.
7481 (log-edit): Set it. Add BUFFER argument.
7482 (log-edit-done): Use char-before.
7483 Don't bother checking validity of vc-comment-ring.
7484 Only bury the buffer if log-edit popped it up.
7485
7486 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7487 (cvs-mode-diff-help): Remove.
7488 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 7489 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
7490
7491 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7492 Remove binding for ? now made unnecessary.
7493
7de77417
CD
74942000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7495
83c9cb8e 7496 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
7497 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7498
7499 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7500 when master file is not open.
7501
4efa209f
SM
75022000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7503
7504 * progmodes/ada-stmt.el: Update `maintainer'.
7505
b52758d1 75062000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
7507
7508 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7509 choices to match documentation string.
7510
a12167c5
MB
75112000-12-09 Miles Bader <miles@gnu.org>
7512
2161605d
MB
7513 * minibuf-eldef.el: New file.
7514
a12167c5
MB
7515 * window.el (fit-window-to-buffer): Don't pass last argument to
7516 pos-visible-in-window-p, now that its meaning is inverted.
7517
9ea8de1b
EZ
75182000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7519
7520 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7521 <ceder@lysator.liu.se>.
7522
5002ddbb
SM
75232000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7524
b6114d80
SM
7525 * autoinsert.el (auto-insert-alist): Add missing final \n.
7526
ee8d23ee
SM
7527 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7528 (cvs-menu-map): Remove.
7529 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7530 (cvs-mode-quit): Turn it back into a plain function.
7531
5002ddbb 7532 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 7533 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
7534
7535 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7536 file where it's more visible.
7537 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7538 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7539 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7540 (texinfo-inside-macro-p): Only catch `scan-error's.
7541 (texinfo-inside-env-p): Make better use of the match info.
7542 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7543 (texinfo-insert-@end): Slight re-organization.
7544 Also remove useless `looking-at' call.
7545
30cd075d
AI
75462000-12-08 Andrew Innes <andrewi@gnu.org>
7547
7548 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7549 accessible in -nw mode.
7550
7551 * term/w32-win.el: Remove stuff about selection timeout, which is
7552 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7553 it is accessible in -nw mode.
7554
01b91009
DL
75552000-12-08 Dave Love <fx@gnu.org>
7556
83c9cb8e
SM
7557 * emacs-lisp/lisp-mode.el (lisp-mode):
7558 Set font-lock-keywords-case-fold-search.
01b91009 7559
842b2a94
GM
75602000-12-08 Gerd Moellmann <gerd@gnu.org>
7561
7562 * textmodes/ispell.el (ispell): Doc fix.
7563
f9d5f611
KH
75642000-12-08 Kenichi Handa <handa@etl.go.jp>
7565
7566 * international/quail.el (quail-insert-decode-map): Check the
7567 frame width of a window displaying the current buffer, not that of
7568 the selected frame.
7569 (quail-help): Make sure that the help buffer has window before
7570 inserting text in it.
7571
e04d21aa
SS
75722000-12-07 Sam Steingold <sds@gnu.org>
7573
7574 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7575 Backquote is used in isearch.el, so autoloading saves nothing.
7576
fc3e23a4
EZ
75772000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7578
83c9cb8e
SM
7579 * startup.el (normal-top-level-add-subdirs-to-load-path):
7580 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 7581
fc3e23a4
EZ
7582 * dired.el (dired-insert-directory): If file-system-info is
7583 fboundp, call it instead of invoking dired-free-space-program.
7584
796ecd10
GM
75852000-12-07 Gerd Moellmann <gerd@gnu.org>
7586
0f5f7c3e
GM
7587 * server.el (server-visit-files): Push files on file-name-history.
7588
3764ba49
GM
7589 * progmodes/cc-langs.el: Update copyright.
7590
8e7931da
GM
7591 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7592
ae0d7485 7593 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 7594
796ecd10
GM
7595 * bindings.el (mode-line-mode-menu): Reverse the order
7596 of define-keys so that the menu appears in alphabetical order.
7597
ae0d7485
GM
75982000-12-07 Milan Zamazal <pdm@freesoft.cz>
7599
7600 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7601 of the function.
7602
e2849090
DL
76032000-12-07 Dave Love <fx@gnu.org>
7604
7605 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7606
7607 * facemenu.el (facemenu-unlisted-faces): Fix value.
7608
5c7f629c
SM
76092000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7610
7611 * font-lock.el (font-lock-default-fontify-region):
7612 Include the terminating \n (off-by-one error).
7613 (font-lock-set-defaults): Use dolist.
7614
7615 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7616
73481ae3
KH
76172000-12-07 Kenichi Handa <handa@etl.go.jp>
7618
83c9cb8e
SM
7619 * international/mule-cmds.el (describe-language-environment):
7620 Fix for the case that an input method title is not string but a list.
ffbaa122 7621
73481ae3
KH
7622 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7623 of wrong SIZE record.
7624
e2896b22
DL
76252000-12-06 Dave Love <fx@gnu.org>
7626
67292061
DL
7627 * newcomment.el (comment-region, comment-dwim): Doc fix.
7628
7629 * textmodes/texinfo.el: Require tex-mode when compiling.
7630 (texinfo-update-node): Doc fix.
7631 (texinfo-imenu-generic-expression): Add @anchor.
7632 (texinfo-font-lock-keywords): Add @uref.
7633 (texinfo-inside-macro-p): Don't use ignore-errors.
7634 (texinfo-insert-quote): Match more contexts.
7635
e76938e7
DL
7636 * international/mule.el (decode-char, encode-char): Doc fix.
7637 (auto-coding-alist): Customize.
7638
7639 * files.el (load-file): Fix change of 2000-03-12.
7640
e2896b22
DL
7641 * wid-edit.el (widget-text-keymap): Doc fix.
7642
6610f4b2
AI
76432000-12-06 Andrew Innes <andrewi@gnu.org>
7644
7645 * makefile.w32-in (lisp): Set to an absolute directory, namely
7646 $(CURDIR).
7647
9e3366e4
EZ
76482000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7649
7650 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7651 read generated-autoload-file, and set buffer-file-coding-system to
7652 raw-text-unix after reading the file.
7653
83c9cb8e
SM
7654 * international/mule-conf.el (file-coding-system-alist):
7655 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 7656
d94d636f
GM
76572000-12-06 Gerd Moellmann <gerd@gnu.org>
7658
384333ee
GM
7659 * replace.el (occur): Make line-number-width 1 smaller for the
7660 colon following the line number.
7661
83c9cb8e
SM
7662 * startup.el (fancy-splash-text, command-line-1):
7663 Use `File' for the menu name instead of `Files'.
e04d21aa 7664
d4b72d58
GM
7665 * tmm.el: Update copyright.
7666
d94d636f
GM
7667 * cus-start.el: Add entry for even-window-heights.
7668
6e424019
MB
76692000-12-06 Miles Bader <miles@gnu.org>
7670
7671 * faces.el (frame-set-background-mode): Avoid stomping on
7672 locally modified faces.
7673
e6477b58
KH
76742000-12-06 Kenichi Handa <handa@etl.go.jp>
7675
7676 * international/fontset.el: Correct the font registries for
7677 japanese-jisx0213-1 and japanese-jisx0213-2.
7678
21999ab9
GM
76792000-12-05 Gerd Moellmann <gerd@gnu.org>
7680
57d6e381
GM
7681 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7682
21999ab9
GM
7683 * iswitchb.el: Update customization commentary.
7684
7422819c
GM
76852000-12-05 Rob Riepel <riepel@Stanford.EDU>
7686
7687 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7688 (tpu-search-highlight): Fixed comparison of overlay end positions.
7689 (tpu-trim-line-ends): Implemented trimming logic locally.
7690
7691 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 7692 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 7693
73daff18
KH
76942000-12-05 Kenichi Handa <handa@etl.go.jp>
7695
7696 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7697 to cn-gb.
7698 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7699
6a4cd002
DL
77002000-12-04 Dave Love <fx@gnu.org>
7701
7702 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7703
6452929e
GM
77042000-12-04 Gerd Moellmann <gerd@gnu.org>
7705
e04d21aa 7706 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
7707 (rmail-summary-expunge-and-save): Ask for confirmation with
7708 rmail-expunge-confirmed.
7709
7710 * mail/rmail.el (rmail-expunge-confirmed): New function.
7711 (rmail-expunge): Use it.
7712
1790abf4
FP
77132000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7714
0c68ce6f 7715 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
7716 (etags-recognize-tags-table, find-tag-in-order):
7717 New functionality: interpret file names as tags.
e04d21aa 7718
7a53d8c8
EZ
77192000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7720
7721 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
7722 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7723 the first subnode until the bottom of the current node is visible.
7a53d8c8 7724
caa15ef7
GM
77252000-12-04 Gerd Moellmann <gerd@gnu.org>
7726
7727 * format.el (format-decode): Don't change buffer's undo list.
7728
e225faa7
KH
77292000-12-04 Kenichi Handa <handa@etl.go.jp>
7730
7731 * faces.el (face-font-registry-alternatives): Add entries for CJK
7732 fonts. Doc-string adjusted for the actual usage of this data.
7733
7734 * international/fontset.el: Change the font registries for CJK
7735 fonts in the default fontset. Don't append '*' to registries.
7736
8b262a65
SM
77372000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7738
e04d21aa 7739 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
7740 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7741
7742 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7743 (derived-mode-p): New function.
7744 (derived-mode-make-docstring): Add `docstring' argument.
7745 Use it if available and complete it if necessary.
7746
33c4460b
AS
77472000-12-03 Andreas Schwab <schwab@suse.de>
7748
7749 * type-break.el (type-break): Don't make parent of itself.
7750
5c9b3fac
MB
77512000-12-03 Miles Bader <miles@gnu.org>
7752
7753 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7754
27ce741e
SM
77552000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7756
07c16ec4
SM
7757 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7758 (tex-main-file, tex-file): Simplify.
7759 (tex-generate-zap-file-name): Use subst-char-in-string.
7760 (tex-strip-dots): Remove.
7761
c19cc275
SM
7762 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7763
27ce741e
SM
7764 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7765 to check if the match succeeded.
7766
285991dc
GM
77672000-12-02 Gerd Moellmann <gerd@gnu.org>
7768
7769 * startup.el (use-fancy-splash-screens-p): New function.
7770 (command-line-1): Use it to determine whether or not to use
7771 a fancy splash screen.
7772
52dca1b2
AS
77732000-12-02 Andreas Schwab <schwab@suse.de>
7774
7775 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7776
d3e7e7cf
EZ
77772000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7778
2dce2360
EZ
7779 * international/mule.el (make-char): Fix last change.
7780
9768eaa7
EZ
7781 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7782 New defcustoms.
7783 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
7784 autoloading tex-mode; instead, do the same manually.
7785 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
7786 with numeric argument. Docstring fix.
7787 (toplevel): Require cl when compiling.
e04d21aa 7788
285991dc 7789 * international/mule.el (make-char): Doc fix.
d3e7e7cf 7790
0dd5e255
JR
77912000-12-02 Jason Rumney <jasonr@gnu.org>
7792
7793 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7794 the Emacs Lisp manual)
7795
fbb87147
EZ
77962000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7797
5cbb3e93
EZ
7798 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7799
fbb87147
EZ
7800 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7801 the Emacs Lisp manual).
7802
1636ca09
GM
78032000-12-02 Gerd Moellmann <gerd@gnu.org>
7804
7805 * simple.el (next-line-add-newlines): Change default to nil.
7806
68875f0e
EZ
78072000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7808
83c9cb8e
SM
7809 * files.el (revert-buffer, recover-file):
7810 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 7811
fd9ac94c
GM
78122000-12-01 Gerd Moellmann <gerd@gnu.org>
7813
7814 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7815
45450dd5
MB
78162000-12-01 Miles Bader <miles@gnu.org>
7817
7818 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7819
09df8881
KH
78202000-12-01 Kenichi Handa <handa@etl.go.jp>
7821
7822 * international/mule-diag.el (describe-char-after): Fix typo.
7823 (describe-character-set, non-iso-charset-alist): Fix typo.
7824
dea0a87d
MB
78252000-12-01 Miles Bader <miles@gnu.org>
7826
b170205b
MB
7827 * image-file.el (image-file-name-regexp): Automatically add
7828 upper-case variants of each filename extension in
7829 `image-file-name-extensions', since they seem to be common.
7830
e04d21aa 7831 * simple.el (minibuffer-contents)
dea0a87d
MB
7832 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7833 New functions.
7834 * filecache.el (file-cache-directory-name)
7835 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7836
eb04d6cd 78372000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 7838
dea0a87d
MB
7839 * filecache.el (file-cache-minibuffer-complete): Don't try to
7840 delete the minibuffer prompt.
7841
a8a1b05d
DL
78422000-11-30 Dave Love <fx@gnu.org>
7843
7844 * cus-start.el: Fix read-buffer-function type.
7845
693c4692
GM
78462000-11-30 Gerd Moellmann <gerd@gnu.org>
7847
7848 * md5.el: Removed. There's a built-in function, now.
7849
2c0b1898
GM
78502000-11-30 Markus Rost <rost@math.ohio-state.edu>
7851
7852 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7853 as dummy 0-th char of rmail-deleted-vector.
7854
63dfcf4b
EZ
78552000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7856
7857 * ps-print.el (ps-end-job): Bind case-fold-search only after
7858 switching to ps-spool-buffer.
7859
78602000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7861
7862 * ps-print.el: Line number font customization. PostScript: Lines and
7863 PageCount are initialized on each page. Doc Fix.
7864 (ps-print-version): New version number (6.3.2).
7865 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7866 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7867 (ps-right-header): Customization fix.
7868 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7869 Fix code.
7870 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7871 New vars.
7872
df3aedcf
GM
78732000-11-30 Gerd Moellmann <gerd@gnu.org>
7874
edfb795e
GM
7875 * bs.el: Fix typos and spelling errors.
7876 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7877 (bs-configuration): Doc fix.
e04d21aa 7878
df3aedcf
GM
7879 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7880
8b8a7f01
GM
78812000-11-30 Rob Riepel <riepel@Stanford.EDU>
7882
7883 * emulation/tpu-edt.el (tpu-version): New version.
7884 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7885 (tpu-original-mode-line): Variable deleted.
7886 (tpu-mark-flag): New initial value.
83c9cb8e
SM
7887 (tpu-set-mode-line): Don't redefine mode-line-format.
7888 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
7889 (tpu-update-mode-line): New mark flag logic.
7890 (tpu-get): Use find-file-wildcards.
7891 (tpu-search-highlight): Move overlay less, reset overlay properly.
7892 (tpu-unselect): Deactivate mark.
7893 (tpu-lm-replace): Reset overlay properly.
7894 (tpu-forward-line): Use forward-visible-line.
7895 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7896
83c9cb8e 7897 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 7898
c069a9d3
GM
78992000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7900
7901 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7902
b02cd40b
GM
79032000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7904
7905 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7906 and skip whitespace and newlines.
e04d21aa 7907
b7a90344
SM
79082000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7909
7910 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7911
be6bbb55
GM
79122000-11-29 Gerd Moellmann <gerd@gnu.org>
7913
0383ed60
GM
7914 * help.el (describe-function-1): Regexp-quote function name
7915 when used as part of a regexp.
7916
83c9cb8e
SM
7917 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7918 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
7919 (tool-bar-add-item): Likewise, and handle unspecified colors.
7920
7921 * enriched.el (enriched-face-ans): Use face-attribute instead
7922 of face-foreground and face-background.
7923
7924 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 7925 Return nil if attribute is unspecified, for backward compatibility.
c7957947 7926
7423978d
GM
7927 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7928
ef128c78
GM
7929 * play/5x5.el: Remove version info.
7930
a81fc510
GM
7931 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7932
be6bbb55
GM
7933 * frame.el (blink-cursor-mode): Doc fix.
7934
f9396e03
GM
79352000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7936
7937 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7938 to create Makefile rules.
7939 (antlr-tool-command): New user option.
7940 (antlr-ask-about-save): New user option.
7941 (antlr-makefile-specification): New user option.
7942 (antlr-file-formats-alist): New variable.
7943 (antlr-special-file-formats): New variable.
7944 (antlr-unknown-file-formats): New user option.
7945 (antlr-help-unknown-file-text): New variable.
7946 (antlr-help-rules-intro): New variable.
7947 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7948 (antlr-mode-menu): Add entries.
7949 (antlr-file-dependencies): New function.
7950 (antlr-directory-dependencies): New function.
7951 (antlr-superclasses-glibs): New function.
7952 (antlr-run-tool): New command.
7953 (antlr-makefile-insert-variable): New function.
7954 (antlr-insert-makefile-rules): New function.
7955 (antlr-show-makefile-rules): New command.
7956
7957 * antlr-mode.el: More Emacs/XEmacs stuff.
7958 (antlr-no-action-keywords): New constant with value nil.
7959 (antlr-font-lock-keywords-alist): Use it. Old value would break
7960 syntax highlighting in Emacs-21.0.
7961 (antlr-default-directory): Emacs/XEmacs dependend function.
7962 (antlr-read-shell-command): Ditto.
7963 (antlr-with-displaying-help-buffer): Ditto.
7964
79652000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7966
7967 * antlr-mode.el: imenu, parsing and highlighting changes.
7968 (antlr-imenu-create-index-function): Don't create extra submenus
7969 for definitions in different grammar classes. It is not necessary
7970 for the menu and would make command `imenu' awkward to use.
7971 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7972 header actions and more than one.
7973 (antlr-font-lock-tokendef-face): Changed color.
7974 (antlr-font-lock-tokenref-face): Changed color.
7975 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7976 (antlr-mode-syntax-table): New variable.
7977 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7978 (antlr-with-syntax-table): Don't copy syntax table.
7979
79802000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7981
7982 * antlr-mode.el: Minor changes: language setting.
7983 (antlr-language-alist): The value for file option "language" can
7984 be both an identifier and a string.
7985 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7986 (antlr-language-limit-n-regexp): Change accordingly.
7987
79882000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7989
7990 * antlr-mode.el: Minor changes: tabs, hiding.
7991 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7992 (antlr-action-visibility): Also allow value nil to also hide the
7993 braces. Renamed from `antlr-tiny-action-length'.
7994 Suggested by Jay@aol.com.
7995 (antlr-hide-actions): Change accordingly. Hide line if completely
7996 hidden action is on a line of its own.
e04d21aa 7997
6ad948eb
SM
79982000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7999
8000 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8001
8002 * sort.el (sort-columns): Don't concat strings with numbers.
8003
9c6a4107
DL
80042000-11-29 Dave Love <fx@gnu.org>
8005
8006 * cus-edit.el (face): Fix :format.
8007
8008 * mail/feedmail.el: Require smtpmail when compiling.
8009 (mail-do-fcc): Autoload.
8010 (feedmail) <defgroup>: Fix :link.
8011 (feedmail-nuke-body-in-fcc): Fix :type.
8012 (feedmail-send-it): Add autoload cookie.
8013
053b8d35
SM
80142000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8015
8016 * newcomment.el (comment-indent): Save excursion around call to
8017 comment-indent-function.
8018
242c13e8
MB
80192000-11-29 Miles Bader <miles@gnu.org>
8020
8021 * subr.el (member-ignore-case): Return the tail of the list who's
8022 car matches, like `member', not the matching element itself.
8023
8f4b5f28
KH
80242000-11-29 Kenichi Handa <handa@etl.go.jp>
8025
8026 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8027 should not contain `\n'.
8028
bebe4a2c
GM
80292000-11-28 Gerd Moellmann <gerd@gnu.org>
8030
fd9ac94c 8031 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 8032
ba7e40eb
GM
8033 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8034
75ab0c79
GM
8035 * dired-aux.el (dired-do-create-files): Construct default file
8036 name for dired-mark-read-file-name so that when the user enters
8037 just RET, the target file will end up in the target directory.
8038
bebe4a2c
GM
8039 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8040 local-abbrev-table before changing buffers because it might
8041 have a buffer-local binding.
8042
fa6d1ca8
MB
80432000-11-28 Miles Bader <miles@gnu.org>
8044
8045 * simple.el (delete-horizontal-space): Handle fields more generally.
8046
8d2c2642
GM
80472000-11-28 Gerd Moellmann <gerd@gnu.org>
8048
8049 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8050
8b31236d
DL
80512000-11-28 Dave Love <fx@gnu.org>
8052
3cbd02d2
DL
8053 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8054 comment-start-skip locally.
8055
8b31236d
DL
8056 * progmodes/fortran.el (fortran-mode): Don't set
8057 fortran-comment-line-start-skip. Set comment-start to
8058 fortran-comment-line-start.
8059 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8060 (fortran-comment-line-start-skip): Simplify slightly.
8061
ae4bf56d
GM
80622000-11-28 Gerd Moellmann <gerd@gnu.org>
8063
17ef7534
GM
8064 * play/5x5.el: Remove RCS keyword.
8065
fd9ac94c 8066 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 8067
665b27a6
GM
80682000-11-28 Milan Zamazal <pdm@freesoft.cz>
8069
83c9cb8e
SM
8070 * textmodes/tildify.el (tildify-string-alist):
8071 Add `plain-tex-mode' here.
665b27a6 8072
fe3c2ae3
GM
80732000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8074
8075 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8076 reference.
8077
d970106b
MB
80782000-11-28 Miles Bader <miles@gnu.org>
8079
36b80a0d
MB
8080 * cus-face.el (custom-face-attributes): Add post-filter function
8081 for :box. Make pre-filter function for :box handle all cases.
8082
d970106b
MB
8083 * wid-edit.el (widget-choose): Make sure pop-up window is large
8084 enough to display all the choices, as there's no way to scroll it.
8085
5a2bae6c
KH
80862000-11-28 Kenichi Handa <handa@etl.go.jp>
8087
8088 * international/mule-conf.el: Make the coding system no-conversion
8089 safe for all characters.
8090
9e836e23
DL
80912000-11-27 Dave Love <fx@gnu.org>
8092
8b31236d
DL
8093 * net/ldap.el (ldap) <defgroup>: Add :version.
8094
9e836e23
DL
8095 * tooltip.el (tooltip-use-echo-area): Doc fix.
8096
8097 * cus-start.el <minibuffer-prompt-properties>: Add version.
8098 <read-buffer-function>: Add.
8099
8100 * apropos.el (apropos-print): Add help-echo to active text.
8101
8102 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8103
4a74d071
GM
81042000-11-27 Gerd Moellmann <gerd@gnu.org>
8105
8106 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8107 type, group and version.
8108
76058c27
EZ
81092000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8110
4a74d071 8111 * select.el (x-get-selection): Docstring fix.
76058c27 8112
fd9ac94c 81132000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 8114
fd9ac94c 8115 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 8116
49060c51
AI
81172000-11-27 Andrew Innes <andrewi@gnu.org>
8118
8119 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8120
8121 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8122
b2a8e429
MB
81232000-11-27 Miles Bader <miles@gnu.org>
8124
8125 * dired.el (dired-get-filename): Return filename verbatim if
8126 LOCALP is `verbatim'.
8127 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8128 `verbatim' so that we don't inadvertently delete a non-existant
8129 directory name.
8130
5ac0366d
KH
81312000-11-27 Kenichi Handa <handa@etl.go.jp>
8132
8133 * international/characters.el: Specify cases and syntaxes for
8134 mule-unicode-0100-24ff.
8135
67f1cf4c
GM
81362000-11-27 Gerd Moellmann <gerd@gnu.org>
8137
8138 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8139 that foreground and/or background colors of the face `tool-bar'
8140 are unspecified.
8141
46c56972
MB
81422000-11-27 Miles Bader <miles@gnu.org>
8143
e04d21aa 8144 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
8145 (widget-field-end): Handle widget field `pseudo-overlays'.
8146 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8147 if it's there instead of in `widget-field-list'.
8148
46c56972 8149 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
8150 (help-make-xrefs): Delete extraneous newlines at the end of the
8151 docstring.
46c56972 8152
640a9cdd
JR
81532000-11-25 Jason Rumney <jasonr@gnu.org>
8154
8155 * startup.el (command-line): Call set-locale-environment after
8156 Window System init file is read, as it can result in a call to
8157 redraw-frame.
8158
0b3f96d4
EZ
81592000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8160
8161 * simple.el (shell-command): Mention the effect of the prefix
8162 argument in the doc string.
8163
8da6e2a1
MB
81642000-11-25 Miles Bader <miles@gnu.org>
8165
a658d039
MB
8166 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8167
8da6e2a1 8168 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 8169 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 8170
d3416cca
JR
81712000-11-24 Jason Rumney <jasonr@gnu.org>
8172
8173 * international/mule-cmds.el (locale-language-names): Add "jp" as
8174 a non-standard alternative for Japanese.
8175
17e37f53
AS
81762000-11-24 Andre Spiegel <spiegel@gnu.org>
8177
8178 * vc-hooks.el: Require 'cl during compilation.
8179
9aa5f148
GM
81802000-11-24 Gerd Moellmann <gerd@gnu.org>
8181
ba193890
GM
8182 * faces.el (face-set-after-frame-default): Let face attributes
8183 specified for new frames override frame parameters.
8184
9aa5f148
GM
8185 * startup.el (command-line): Fix computation of the source file
8186 for user-init-file when user-init-file is a compiled file.
8187
51a1edab
MB
81882000-11-24 Miles Bader <miles@gnu.org>
8189
e04d21aa 8190 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
8191 (custom-post-filter-face-spec): New functions.
8192 (custom-face-set, custom-face-value-create): Filter the face spec
8193 before and after customization.
8194 (custom-face-set): If VALUE specifies a null face, pass a
8195 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8196 * cus-face.el (custom-face-attributes): Remove SET and GET
8197 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8198 cases they're needed.
8199
1ed74431
MB
8200 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8201 that it's distinguishable from the :off-glyph on dark-background
8202 displays. Set its background color too.
8203
67ee1125
MB
8204 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8205 so that people can easily turn it off.
8206
7d027816 82072000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 8208
7d027816 8209 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 8210
9aa5f148 8211 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 8212
9aa5f148 8213 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 8214
9aa5f148 8215 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 8216 redundant skip-small-frames test.
e04d21aa 8217
9aa5f148 8218 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 8219 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 8220
9aa5f148
GM
8221 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8222 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
8223 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8224 New functions.
e04d21aa 8225
9aa5f148 8226 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 8227
9aa5f148 8228 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 8229
f07fa1b8
KH
82302000-11-24 Kenichi Handa <handa@etl.go.jp>
8231
83c9cb8e
SM
8232 * international/mule-diag.el (list-iso-charset-chars):
8233 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
8234 (list-non-iso-charset-chars): Fix the `while' condition.
8235
ba8299ff
SM
82362000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8237
79372165
SM
8238 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8239 if the variable is make-variable-buffer-local.
8240
83c9cb8e
SM
8241 * progmodes/ada-stmt.el (ada-template-map):
8242 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
8243 (ada-stmt-mode-hook): New function extracted from old code.
8244 Only change the buffer-local side of skeleton-*.
8245 (ada-mode-hook): Use it.
8246
68a887fa
EZ
82472000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8248
8249 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8250 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8251 we expect to be returned by minibuffer-depth once we prompt the
8252 user in the minibuffer.
8253 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8254 as recorded in iswitchb-minibuf-depth, return non-nil.
8255
3b345582
EZ
82562000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8257
8258 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8259 (hscroll-window-maybe): Docstring fix.
8260
595dead2
DL
82612000-11-23 Dave Love <fx@gnu.org>
8262
8263 * rect.el (string-rectangle): Don't test delete-selection-mode.
8264
1e66b27a
GM
82652000-11-23 Gerd Moellmann <gerd@gnu.org>
8266
02790ce2
GM
8267 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8268 is in the tool bar.
8269
1e66b27a 8270 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 8271 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 8272
a4caa65d
SM
82732000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8274
8275 * textmodes/outline.el (outline-flag-region):
8276 Don't bind inhibit-read-only since we don't modify the buffer.
8277 (outline-isearch-open-invisible): Don't jump to overlay-start
8278 since we're trying to unhide text around point.
8279 (outline-discard-overlays): Use dolist.
8280
8281 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8282
03e757c1
GM
82832000-11-22 Gerd Moellmann <gerd@gnu.org>
8284
83c9cb8e 8285 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 8286
1598a961
SM
82872000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8288
8289 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8290 Fix ARG regexp to skip quoted braces.
8291 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8292 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8293 are (correctly) handled separately).
8294 Remove `caption' and `footnote' from `citations': they contain text.
8295 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8296 (latex-skeleton-end-hook): New function.
8297 (latex-mode): Use it.
8298 (tex-start-tex-marker): Remove.
8299 (tex-send-tex-command): Don't set tex-start-tex-marker.
8300 (tex-error-parse-syntax-table): New var.
8301 (tex-compilation-parse-errors): Use it.
8302 Ignore tex-start-tex-marker. Don't bother with marker-position.
8303 (tex-validate-buffer): Don't bother with marker-position.
8304
8305 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 8306 (flyspell-generic-progmode-verify): Use it.
1598a961 8307
eaae8106
SS
83082000-11-22 Sam Steingold <sds@gnu.org>
8309
83c9cb8e 8310 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 8311
eaae8106 8312 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 8313 `ada-remove-trailing-spaces'.
eaae8106 8314 (ada-remove-trailing-spaces): Removed.
e04d21aa 8315
eaae8106 8316 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 8317
1598a961
SM
8318 * textmodes/picture.el (picture-clean): Removed.
8319 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 8320
a41d49e9
GM
83212000-11-22 Gerd Moellmann <gerd@gnu.org>
8322
e053c60f
GM
8323 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8324
a41d49e9
GM
8325 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8326 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 8327 do anything special when jit-lock is active.
a41d49e9
GM
8328 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8329
197615f3
DL
83302000-11-22 Dave Love <fx@gnu.org>
8331
ddbfaa9f
DL
8332 * calendar/todo-mode.el (todo-top-priorities): Use
8333 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8334
ddc3c695
DL
8335 * language/chinese.el, language/cyrillic.el:
8336 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8337 * language/hebrew.el, language/indian.el, language/japanese.el:
8338 * language/korean.el, language/lao.el, language/misc-lang.el:
8339 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8340 Use provide.
8341
fb9fa98d
DL
8342 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8343 (custom-variable-set): Improve validation error mesage.
8344
197615f3
DL
8345 * rect.el (string-rectangle): Revert last change.
8346 (string-rectangle-line): New arg DELETE.
8347 (string-rectangle): Check delete-selection-mode.
8348
8349 * emacs-lisp/edebug.el (edebug-version)
8350 (edebug-maintainer-address): Deleted.
8351 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8352 (edebug-read-function): Account for other `'#' read forms.
8353 (edebug-mode-menus): Make some items toggles.
8354 (edebug-outside-unread-command-event, unread-command-event):
8355 Remove these to avoid warnings.
8356
f4117c4d
GM
83572000-11-22 David Ponce <david@dponce.com>
8358
8359 * recentf.el (recentf-menu-items-for-commands)
8360 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 8361 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 8362
f4117c4d
GM
8363 (recentf-build-dir-rules, recentf-dump-variable)
8364 (recentf-edit-list, recentf-open-files-item)
8365 (recentf-open-files): Replaced unnecessary `mapcar' with new
8366 built-in `mapc'.
eaae8106 8367
f8e2f3f2
MB
83682000-11-23 Miles Bader <miles@gnu.org>
8369
8370 * faces.el (menu): Make inverse-video on ttys too.
8371
4c4a541d
SM
83722000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8373
8374 * simple.el (comment-line-break-function): Use the new name
8375 indent-new-comment-line -> comment-indent-new-line.
8376 (clone-indirect-buffer): Don't ignore NORECORD.
8377 (next-completion): Properly handle the case where items are adjacent.
8378
8379 * mouse.el (popup-menu): Stupid typo.
8380
980d836e
GM
83812000-11-22 Gerd Moellmann <gerd@gnu.org>
8382
60e8e0a5
GM
8383 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8384 maintainer, keywords tags.
8385
980d836e
GM
8386 * rect.el (replace-rectangle): Don't call string-rectangle-line
8387 with too many arguments.
8388
e08b2069
AS
83892000-11-22 Andre Spiegel <spiegel@gnu.org>
8390
60e8e0a5 8391 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 8392 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
8393 vc-locking-user, which no longer exists.
8394
8395 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8396
c6779d8d
DL
83972000-11-22 Dave Love <fx@gnu.org>
8398
8399 * md5.el (md5): Provide.
8400 (md5): Fix error call.
8401
e672fdce
MB
84022000-11-22 Miles Bader <miles@gnu.org>
8403
eaae8106 8404 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
8405 (refill-fill-paragraph-at): Remove debugging code.
8406
80e24c04
MB
8407 * calendar/calendar.el (generate-calendar-window): When we don't
8408 call `fit-window-to-buffer', make sure the top line is fully visible.
8409
3a17d6cc
MB
8410 * image-file.el (insert-image-file): Don't make `read-only'
8411 property rear-nonsticky.
8412
ae1a21c6
MB
8413 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8414 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8415 stashing away its original value.
8416 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8417 in the recursive edit.
8418 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8419 (isearch-done): Restore `minibuffer-message-timeout'.
8420
e672fdce
MB
8421 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8422
3ea79df8
SM
84232000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8424
8425 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8426
8427 * find-lisp.el (find-lisp-find-files-internal):
8428 Use dolist, when and file-name-as-directory.
8429
980d836e 8430 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
8431 (define-derived-mode, define-minor-mode): Add specs.
8432
8433 * window.el: General comment and spacing fixes.
8434 (save-selected-window): Use backquotes.
8435 (window-safely-shrinkable-p): New function.
8436 (shrink-window-if-larger-than-buffer): Use it.
8437
8438 * subr.el (make-local-hook): Docstring fix.
8439
8440 * shell.el (shell-mode): Use define-derived-mode.
8441
8442 * newcomment.el (comment-indent): Insert comment before calling
8443 comment-indent-function. Don't insert in column 0.
8444 (comment-dwim): Indent before inserting comment.
8445
8446 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8447 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8448 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8449 Use mapc rather than map.
8450
8451 * files.el (find-buffer-visiting): Compare all attributes before
8452 declaring two files identical (rather than just their inode-no).
8453 (auto-mode-alist): Use \' rather than $.
8454
8455 * which-func.el: Update maintainer line.
8456
8457 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8458 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8459 (uniquify-buffer-file-name): Use it.
8460
8f62f2b8
MB
84612000-11-22 Miles Bader <miles@gnu.org>
8462
8463 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8464 * simple.el (minibuffer-avoid-prompt): New function.
8465
fb279a6d
GM
84662000-11-21 Gerd Moellmann <gerd@gnu.org>
8467
8468 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8469
867092e9
MB
84702000-11-21 Miles Bader <miles@gnu.org>
8471
ef860850
MB
8472 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8473 inclusion of `track-mouse'.
8474
867092e9
MB
8475 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8476 (refill-adjust-ignorable-overlay): New function.
8477 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8478 only the paragraph's tail if possible.
8479 Update `refill-ignorable-overlay'.
8480 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8481
8482 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8483 point inside the fill-prefix.
8484
8485 * textmodes/refill.el (refill-post-command-function): Don't reset
8486 refill-doit in the case where a self-insertion command doesn't
8487 case a refill. Use `refill-fill-paragraph-at', getting position
8488 from `refill-doit'.
8489 (refill-after-change-function): Set `refill-doit' to END.
8490 (refill-fill-paragraph-at): New function, mostly from old
8491 refill-fill-paragraph.
8492 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8493 (refill-pre-command-function): New function.
8494 (refill-mode): Add it to `pre-command-hook'.
8495
ff9ab414
GM
84962000-11-20 Gerd Moellmann <gerd@gnu.org>
8497
29a01b72
GM
8498 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8499
ff9ab414
GM
8500 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8501 javadoc tags.
eaae8106 8502
885b211b
AS
85032000-11-20 Andre Spiegel <spiegel@gnu.org>
8504
8505 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8506 vc.el).
8507
eaae8106 8508 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 8509 require vc.
eaae8106
SS
8510
8511 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 8512 checkouts.
eaae8106 8513
d1838556
DL
85142000-11-20 Dave Love <fx@gnu.org>
8515
8516 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8517
2b69bc11 85182000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 8519
2b69bc11
GM
8520 * calculator.el (calculator-paste): Use `if' instead of `and'
8521 and `or'.
8522 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 8523
b95b34e5
GM
85242000-11-19 Gerd Moellmann <gerd@gnu.org>
8525
030de92f
GM
8526 * info.el (info-menu-5): Doc fix.
8527
b95b34e5
GM
8528 * textmodes/artist.el: New file.
8529
54970452
AS
85302000-11-19 Andre Spiegel <spiegel@gnu.org>
8531
eaae8106 8532 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
8533 and differentiate according to checkout model.
8534 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8535 since this function is only concerned with master state.
8536
83c9cb8e
SM
8537 * vc-hooks.el (vc-workfile-unchanged-p)
8538 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 8539
83c9cb8e
SM
8540 * vc.el (vc-workfile-unchanged-p)
8541 (vc-default-workfile-unchanged-p): See above.
54970452 8542
e5a9dabf
MB
85432000-11-19 Miles Bader <miles@gnu.org>
8544
8545 * image-file.el (insert-image-file): Make `intangible' and
8546 `read-only' properties rear-nonsticky too.
8547
24127af0
GM
85482000-11-18 Gerd Moellmann <gerd@gnu.org>
8549
d392e9c5 8550 * ps-print.el: Update copyright notice.
eaae8106 8551
d392e9c5
GM
8552 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8553 (tooltip-show): Use the offsets.
8554
24127af0 8555 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 8556 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
8557 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8558
2b69bc11 85592000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 8560
2b69bc11
GM
8561 * ps-print.el (toplevel): Test for find-coding-system being
8562 fboundp before calling ps-x-find-coding-system.
08ea6f17 8563
66321b2f
SM
85642000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8565
8566 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8567 (vc-version-backup-file): Docstring fix.
8568
046110c6
GM
85692000-11-16 Gerd Moellmann <gerd@gnu.org>
8570
4104194e
GM
8571 * files.el (basic-save-buffer): Don't add a newline if
8572 find-file-literally is non-nil.
8573 (find-file-literally): Extend doc string.
8574
046110c6
GM
8575 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8576 sort(1) with the `-f' argument.
8577
6505c16e
AS
85782000-11-16 Andre Spiegel <spiegel@gnu.org>
8579
fd063975
AS
8580 * vc.el: Updated backend documentation.
8581 (vc-default-check-headers): New function.
8582
3d02dd81 8583 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
8584
8585 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 8586 up-to-date.
eaae8106 8587 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 8588 the minibuffer is not active.
fd063975 8589
eaae8106 8590 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 8591 `vc-cvs-use-edit' is on.
eaae8106
SS
8592 (vc-cvs-checkout): When this is used for reverting the workfile,
8593 make a backup of the original contents and revert to that in case
8791d617 8594 of error.
eaae8106 8595 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 8596 remote repositories.
eaae8106 8597
6505c16e
AS
8598 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8599 for both version and ratio in the minibuffer.
fd063975 8600
eaae8106 8601 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 8602 Use vc-do-command to perform the annotation, not call-process.
6505c16e 8603
a13f0660
KH
86042000-11-16 Kenichi Handa <handa@etl.go.jp>
8605
8606 * international/quail.el (quail-start-translation): Don't call
8607 `message' before reading key sequence.
8608
1389a414
MB
86092000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8610
8611 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8612
9256a532
KH
86132000-11-16 Kenichi Handa <handa@etl.go.jp>
8614
8615 * window.el (fit-window-to-buffer): Be sure to acquire at least
8616 one text line even if the buffer is empty.
8617
0e14fe9f
GM
86182000-11-16 Gerd Moellmann <gerd@gnu.org>
8619
eaae8106 8620 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
8621 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8622 Bind ange-ftp-process-verbose to nil.
0e14fe9f 8623
da645c53
DL
86242000-11-15 Dave Love <fx@gnu.org>
8625
83c9cb8e
SM
8626 * wid-edit.el (widget-specify-field, widget-specify-button):
8627 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
8628 widget-mouse-help.
8629 (widget-mouse-help): New function.
8630 (widget-echo-help): Rewritten for :help-echo functions only taking
8631 a widget arg.
8632
83c9cb8e
SM
8633 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8634 Use display-graphic-p.
b12057b9
DL
8635 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8636 and that JPEG is available.
8637 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8638
da645c53
DL
8639 * international/mule-cmds.el (locale-charset-language-names):
8640 Match @euro.
8641
6d133d1f
GM
86422000-11-15 Gerd Moellmann <gerd@gnu.org>
8643
83c9cb8e
SM
8644 * faces.el (face-set-after-frame-default):
8645 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
8646 default face from X resources.
8647
49ac2ac5
EZ
86482000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8649
8650 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8651 Don't set EMACSLOADPATH.
8652
4fb0a34c
EZ
86532000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8654
8655 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8656 texinfo-insert-@url.
8657 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8658 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8659
bb304a7a
SM
86602000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8661
82bc80bf
SM
8662 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8663 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8664 (checkdoc-minor-keymap): Backward compatibility.
8665 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8666 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8667 (checkdoc-this-string-valid-engine): Be a bit more strict
8668 to avoid matching substrings of `...' quoted vars/funs.
8669 (checkdoc-defun-info): Only look for `interactive' if alone.
8670 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8671
e8c87124
SM
8672 * progmodes/compile.el (grep): `tag-default' can be nil.
8673
bb304a7a
SM
8674 * newcomment.el (comment-indent): Paren typo.
8675
8628686a
DL
86762000-11-14 Dave Love <fx@gnu.org>
8677
25c269ef
DL
8678 * calculator.el: New maintainer version.
8679
66321b2f 8680 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 8681
8628686a
DL
8682 * cmuscheme.el: Doc fixes.
8683 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 8684 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
8685
8686 * xscheme.el (scheme-program-name): Don't define here.
8687
8688 * progmodes/scheme.el (scheme-program-name): New variable
8689 (originally in cmuscheme).
8690
88f0a1eb
MB
86912000-11-14 Miles Bader <miles@gnu.org>
8692
8693 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8694 Handle header-lines. Don't loop forever if we can't enlarge the
8695 window anymore. Simplify a bit.
8696
cd9a000c
KH
86972000-11-14 Kenichi Handa <handa@etl.go.jp>
8698
8699 * window.el (fit-window-to-buffer): Don't check
8700 window-text-height. Assure that the last line is fully visible.
8701
83c9cb8e
SM
8702 * international/quail.el (quail-show-guidance-buf):
8703 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
8704 buffer.
8705 (quail-update-guidance): Avoid making the guidance buffer shorter.
8706
d3fcda22
SM
87072000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8708
bdbd9606
SM
8709 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8710 rather than `prepend' and add an interesting comment.
8711 (tex-math-face, tex-font-lock-syntactic-face-function):
8712 New face and function to use it.
8713 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8714 than `menu-enable' symbol property.
8715 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8716 (tex-mode): Add some latex-mode commands for auto-selection.
8717 Use tex-font-lock-syntactic-face-function.
8718 (tex-insert-quote): Simplify.
8719 (tex-shell): New mode.
8720 (tex-start-shell): Use it.
8721 (tex-shell-proc, tex-shell-buf): New functions.
8722 (tex-send-command): Use it.
8723 (tex-main-file): Fix the meaning of the new arg REALFILE.
8724 (tex-send-tex-command): New function split from `tex-start-tex'.
8725 Set compilation-last-buffer and compilation-parsing-end.
8726
d3fcda22
SM
8727 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8728 when it follows non-comment text on the line.
8729
8730 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8731 Set font-lock-defaults.
8732 (lisp-mode-shared-map): Init inside the defvar.
8733 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8734 Use define-derived-mode.
8735
bdab1d43
MB
87362000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8737
8738 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8739
936ae731
GM
87402000-11-14 Gerd Moellmann <gerd@gnu.org>
8741
83c9cb8e
SM
8742 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8743 Don't recursively optimize body because that can lead to infinite
936ae731
GM
8744 recursion; see comment there.
8745
1695ca2b
EZ
87462000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8747
8748 * faces.el (face-spec-set-match-display): Revert the change from
8749 2000-10-24. Add a FIXME for after v21.1.
8750
9d348294
MB
87512000-11-13 Miles Bader <miles@gnu.org>
8752
8753 * textmodes/fill.el (skip-line-prefix): New function.
8754 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8755 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
8756 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8757 point inside the fill-prefix.
9d348294 8758
b85fa13c
MB
87592000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8760
83c9cb8e
SM
8761 * calendar/calendar.el (generate-calendar-window):
8762 Use `fit-window-to-buffer'.
b85fa13c 8763
a0b47716
SM
87642000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8765
8766 * gud.el (gud-minor-mode): New var.
8767 (gud-symbol, gud-val): New functions.
8768 (gud-find-file): Copy gud-minor-mode to the new buffer.
8769 (gud-menu-map): Include entries for commands that are not always
8770 available, using :enable to (de)activate them.
8771 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8772 (gud-mode-map): New map.
eaae8106 8773 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
8774 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8775 Don't set up gud's menu (it's done by the minor-mode).
8776 (gud-minibuffer-local-map): New.
8777 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8778 (gud-query-cmdline): New function.
8779 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8780 (gud-mode): Use define-derived-mode.
8781 Don't set up gud's menu (it's done by the minor-mode).
8782 (gud-chop-words): Remove.
8783 (gud-common-init): Use split-string instead.
8784 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8785
8786 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8787 Add keyword arg :name.
8788
8789 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8790 (diff-count-matches, diff-split-hunk): New functions.
8791 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8792
8793 * pcvs-info.el (cvs-fi-conflict-face): New var.
8794
8795 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8796 Make it into a simple syntax-table, shared among all submodes.
8797 (sh-heredoc-face): Re-introduce.
8798 (sh-font-lock-syntactic-face-function): New function.
8799 (sh-mode): Use it. Also use define-derived-mode.
8800 Remove old bogus setting of indent-region-function.
8801 (sh-set-shell): Don't set the syntax-table any more.
8802 (sh-mode-syntax-table) <defun>: Remove.
8803
f5ed37df
MB
88042000-11-12 Miles Bader <miles@gnu.org>
8805
8806 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8807 message if interactive.
8808
0b074c2f
DL
88092000-11-12 Dave Love <fx@gnu.org>
8810
8811 * mail/feedmail.el: Fix header,
8812 (feedmail) <defgroup>: Add :link.
8813
8814 * view.el: Use local-map property, not keymap on mode-line string.
8815
83c9cb8e
SM
8816 * scroll-all.el (scroll-all-mode): Customize variable.
8817 Add autoload cookie to function.
0b074c2f
DL
8818
8819 * lazy-lock.el: Remove compatibility code.
8820
8821 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8822 (finder-help-echo): New variable.
8823 (finder-mouse-face-on-line): Add help-echo stuff.
8824 (finder-list-keywords, finder-list-matches): Use mapc.
8825
8826 * faces.el (face-font-registry-alternatives): Add :version.
8827
8828 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8829 tags-table-list.
8830
a0b47716 8831 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 8832
a0b47716 8833 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
8834 (mail-mode): Use [:alnum:] in some regexps.
8835
6d502396
DL
88362000-11-10 Dave Love <fx@gnu.org>
8837
8838 * ediff.el (ediff-regions-internal, ediff-documentation):
8839 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8840 fundamental mode.
8841
8842 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8843 buffer into fundamental mode.
8844 (ediff-set-difference): Use copy-sequence if available.
8845
83c9cb8e
SM
8846 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8847 Check ediff-patch-map non-nil.
6d502396
DL
8848 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8849 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8850 buffer into fundamental mode.
8851
8852 * ediff-merg.el (state-or-merge): Defvar when compiling.
8853
a82fe213
JR
88542000-11-10 Jason Rumney <jasonr@gnu.org>
8855
8856 * w32-fns.el (w32-add-charset-info): New function.
8857 (w32-charset-info-alist): Use it.
8858
52d89894
GM
88592000-11-10 Gerd Moellmann <gerd@gnu.org>
8860
8861 * faces.el (face-font-registry-alternatives): New user-option.
8862
178932de
SM
88632000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8864
d7fa3319
SM
8865 * textmodes/texinfo.el (texinfo-block-default): New var.
8866 (texinfo-insert-block): Use it. Insert a newline if needed.
8867
178932de
SM
8868 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8869 (fill-region-as-paragraph): Use it.
8870
8871 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8872 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8873 Tweak paragraph regexps to allow a leading [ \t]*.
8874 (tex-latex-block): Insert a newline if necessary.
8875 (latex-insert-item): Only insert a newline if necessary.
8876 (tex-guess-main-file): New function.
8877 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8878 Set tex-main-file if TeX-master is provided.
8879 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8880
bd02b8e0
GM
88812000-11-10 Gerd Moellmann <gerd@gnu.org>
8882
8883 * startup.el (command-line): Set the default tooltip-mode
8884 to t for graphical displays which implement x-show-tip.
8885
8886 * tooltip.el (tooltip-mode): Add a comment about startup.el
8887 setting the default value of this user-option.
8888
b29b03eb
SM
88892000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8890
8891 * font-lock.el (font-lock-*-face) <defvar>: Move.
8892 (font-lock-defaults-alist): Mark obsolete.
8893 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8894 (font-lock-mode): Use define-minor-mode.
8895 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8896 (font-lock-turn-off-thing-lock): Be more explicit.
8897 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8898 (font-lock-syntactic-face-function): New var.
8899 (font-lock-fontify-syntactically-region): Use it.
8900 (font-lock-doc-face): New.
8901
8902 * pcvs.el (cvs-enabledp): Ignore errors.
8903 (cvs-commit-filelist): Never query.
8904 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8905 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8906 (cvs-do-removal): Use cvs-partition rather than delete-if.
8907 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8908 cvs-bury-buffer.
8909
8910 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8911 Allow `next' to jump to after the end of the last match.
8912
778fbc46
GM
89132000-11-09 Gerd Moellmann <gerd@gnu.org>
8914
730c746c
GM
8915 * simple.el (byte-compiling-files-p): New function.
8916
8917 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8918 if it is there.
8919
8920 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8921 nil again.
8922
778fbc46
GM
8923 * textmodes/ispell.el (ispell-library-path): Don't call
8924 check-ispell-version when byte-compiling because that starts
8925 an ispell process, and ispell might not be installed.
8926 (toplevel): Don't set up a menu when byte-compiling.
8927
8928 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8929 it, so that a boundp test can be used to determine if we're
8930 currently byte-compiling.
8931
5912c5bb
DL
89322000-11-09 Dave Love <fx@gnu.org>
8933
83c9cb8e 8934 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 8935
7bb054a5
GM
89362000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8937
83c9cb8e
SM
8938 * ps-print.el: Patch for variable initialization when spooling.
8939 Doc fix.
7bb054a5
GM
8940 (ps-output-list): Fun eliminated.
8941 (ps-begin-file, ps-begin-job): Code fix.
8942
9db2706e
DL
89432000-11-08 Dave Love <fx@gnu.org>
8944
83c9cb8e 8945 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 8946
f7eb32aa
GM
89472000-11-08 Gerd Moellmann <gerd@gnu.org>
8948
8949 * simple.el (shell-command, display-message-or-buffer)
8950 (shell-command-on-region): Mention resize-mini-windows in the doc
8951 string.
8952 (display-message-or-buffer): Take the value of resize-mini-windows
8953 into account.
8954
7b01b08c
GM
89552000-11-07 Gerd Moellmann <gerd@gnu.org>
8956
acad3c0b
GM
8957 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8958
7b01b08c
GM
8959 * dired.el (dired-between-files): Add `^. find' as an alternative
8960 to the regular expression, for find-dired.
8961
6f602bd0
SM
89622000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8963
8964 * textmodes/texnfo-upd.el: Require texinfo.
8965 (defmacro, defgroup): Remove.
8966 (texinfo-section-to-generic-alist): Remove.
8967 Use texinfo-section-list instead (i.e. level is changed string->int).
8968 (texinfo-filter): New function.
8969 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8970 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8971 Use it. And use regexp-opt.
8972 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8973 (texinfo-update-menu-region-beginning)
8974 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8975 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8976 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 8977 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
8978 (texinfo-sequential-node-update): Remove autoload cookie.
8979
8980 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8981 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8982 (texinfo-chapter-level-regexp): Remove.
8983 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8984
bb216218
DL
89852000-11-06 Dave Love <fx@gnu.org>
8986
6f602bd0 8987 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 8988
6f602bd0
SM
8989 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8990 Match defun*.
bb216218 8991
ff8dd5d5
KH
89922000-11-06 Kenichi Handa <handa@etl.go.jp>
8993
8994 * composite.el (composition-function-table): Variable declaration
8995 moved to src/composite.c.
8996 (compose-chars-after): New optional arg object.
8997
e9da51a1
GM
89982000-11-06 Gerd Moellmann <gerd@gnu.org>
8999
e0c12c68
GM
9000 * bindings.el (mode-line-toggle-read-only)
9001 (mode-line-toggle-modified, mode-line-widen)
9002 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9003 (make-mode-line-mouse2-map): Rewritten.
9004 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9005 functions so that C-h k can show something with a doc string.
eaae8106 9006
e9da51a1
GM
9007 * startup.el (fancy-splash-delay): Set to 10 seconds.
9008 (fancy-splash-max-time): New user-option.
9009 (fancy-splash-stop-time): New variable.
9010 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9011 (fancy-splash-screens-1): Throw `stop-splashing' when current
9012 time is greater than fancy-splash-stop-time.
9013
611dbdf0
SM
90142000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9015
4d2806e2
SM
9016 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9017
611dbdf0
SM
9018 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9019 Prompt user for a file rather than raising an error.
9020 (cvs-enabledp): Fix call to cvs-mode-marked.
9021 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9022 (cvs-mode-insert): Use it. Change the init prompt' value.
9023 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9024
9025 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9026 Don't pass default arg to ewoc-locate.
9027 (ewoc-collect): Return result in the right order.
9028
9029 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9030
9031 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9032 (cvs-status-get-tags): Fix regexp.
9033 (cvs-status-trees, cvs-status-cvstrees):
9034 Combine after change hooks and don't sit-for.
4d2806e2
SM
9035 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9036 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
9037 Use make-char rather than hard-coded cryptic data.
9038 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9039
9040 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9041
9042 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9043 (cvs-insert-strings): New function.
9044
937b2877
MB
90452000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9046
9047 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9048 `mwheel-scroll-amount'.
9049 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9050 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9051 string-matching against the version string.
9052
c6c97763
KH
90532000-11-06 Kenichi Handa <handa@etl.go.jp>
9054
6eaec747
KH
9055 * language/thai.el ("Thai"): Set a lisp form that produces
9056 composed string in `sample-text' language info.
9057
9058 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9059 composed string in `sample-text' language info.
9060
83c9cb8e
SM
9061 * international/mule-cmds.el (describe-language-environment):
9062 Eval `sample-text' data and insert the result.
6eaec747 9063
c6c97763
KH
9064 * international/mule-conf.el (compound-text): Define this coding
9065 system here. Make x-ctext and ctext aliases of it.
9066
9067 * language/european.el (compound-text, ctext): Moved to
9068 international/mule-conf.el.
9069
d1145f85
AI
90702000-11-05 Andrew Innes <andrewi@gnu.org>
9071
9072 * w32-fns.el (w32-version): New function.
9073
178a6a45
SM
90742000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9075
9076 * progmodes/awk-mode.el: Update copyright.
9077 (awk-mode-abbrev-table): Remove.
9078 (awk-font-lock-keywords): Use regexp-opt.
9079 (awk-mode): Use define-derived-mode.
9080
9081 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9082 when extracting a suffix.
9083
1ba90166
AS
90842000-11-04 Andre Spiegel <spiegel@gnu.org>
9085
9086 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9087 auto-save-mode.
9088
546790cb
JR
90892000-11-04 Jason Rumney <jasonr@gnu.org>
9090
9091 * language/european.el (decode-mac-roman): Test against r1 not r0.
9092
d247e32d
SM
90932000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9094
fbf44f44
SM
9095 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9096 (icon-mode): Define indent-line-function.
9097 (icon-comment-indent): Simplify.
9098 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9099
9100 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9101
9102 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9103 Bind change-log-default-mode to defeat the caching done on it.
9104 Don't bother saving excursion any more.
9105
9106 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9107
9108 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9109 (set-frame-font): Use the new name (and the old for compatibility).
9110
eaae8106
SS
9111 * toolbar/tool-bar.el (tool-bar-mode):
9112 * time.el (display-time-mode):
9113 * recentf.el (recentf-mode):
9114 * paren.el (show-paren-mode):
9115 * mwheel.el (mouse-wheel-mode):
9116 * msb.el (msb-mode):
9117 * jka-compr.el (auto-compression-mode):
9118 * image-file.el (auto-image-file-mode):
9119 * hl-line.el (hl-line-mode):
9120 * delsel.el (delete-selection-mode):
9121 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
9122 * complete.el (partial-completion-mode): Drop unneeded positional args.
9123
eaae8106 9124 * info.el (Info-mode):
79372165 9125 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 9126
d247e32d
SM
9127 * log-edit.el (log-edit-menu): New menu.
9128
4921558e
MB
91292000-11-03 Miles Bader <miles@gnu.org>
9130
9131 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9132 definition, so that trailing spaces are handled properly.
9133 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9134
1fc02b3c
GM
91352000-11-03 Gerd Moellmann <gerd@gnu.org>
9136
9137 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9138 tab character.
9139 (fancy-splash-screens): Set tab-width to 20.
9140
51d001f7
DL
91412000-11-03 Dave Love <fx@gnu.org>
9142
9143 * comint.el (comint-completion-addsuffix): Fix custom type.
9144
ba22aeff
SM
91452000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9146
9147 * font-lock.el (font-lock-buffers): Remove.
9148 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9149 (font-lock-change-major-mode): Remove.
9150 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9151 (font-lock-default-fontify-region): Extend the multiline
9152 fontification to whole lines.
9153 (font-lock-fontify-anchored-keywords)
9154 (font-lock-fontify-keywords-region): If matching just one
9155 line (with \n) only mark the \n as multiline.
9156
9157 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9158 Correctly handle the case where several :group args are supplied.
9159 Allow :extra-args.
9160 (easy-mmode-define-global-mode): Allow :extra-args.
9161 Correctly handle the case where several :group args are supplied.
9162
9c887ada
MB
91632000-11-02 Miles Bader <miles@gnu.org>
9164
eaae8106 9165 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
9166 (holiday-face): Remove dependency on `window-system'.
9167
7f25090d
KR
91682000-11-02 Ken Raeburn <raeburn@gnu.org>
9169
9170 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 9171 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 9172 (compile-files): Bomb out if compilation of a file fails.
7f25090d 9173
7dd6009c
DL
91742000-11-02 Dave Love <fx@gnu.org>
9175
9176 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9177
94821e4f
EZ
91782000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9179
9180 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9181 punctuation in the warning inserted into the *mail* buffer.
9182
1ac3fc42
GM
91832000-11-02 Gerd Moellmann <gerd@gnu.org>
9184
57731876
GM
9185 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9186 (authors-public-domain-p): New function.
9187 (authors-print): Use it.
9188
975f82c9
GM
9189 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9190
1ac3fc42
GM
9191 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9192
4b3eb10f
GM
91932000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9194
975f82c9 9195 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
9196 (ps-print-version): New version number (6.3.1).
9197 (ps-even-or-odd-pages): Customization fix.
9198 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9199 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9200 (ps-page-count): Var replaced by `ps-page-column'.
9201 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9202 (ps-print-sheet-p): New fun.
9203
7da794df
MB
92042000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9205
9206 * tooltip.el (tooltip-gud-tips-setup): New function.
9207 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9208 (tooltip-mode): Call tooltip-gud-tips-setup.
9209 (tooltip-gud-tips): Use `gud-basic-call' instead of
9210 process-send-string, so the prompt gets frobbed appropriately.
9211 Handle nil return value from `tooltip-gud-print-command'.
9212
0e40b809
EL
92132000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9214
9215 * comint.el (comint-add-to-input-history): New function.
9216 (comint-send-input): Use `comint-add-to-input-history'.
9217
50ada0db
MB
92182000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9219
973a3104
MB
9220 * info.el (info-menu-header): New face.
9221 (Info-fontify-menu-headers): New function.
9222 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9223
50ada0db
MB
9224 * info.el (Info-insert-dir): Don't include blank lines at
9225 beginning of additional dir files (one is added automatically).
9226
bff53411
SM
92272000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9228
9229 * emacs-lisp/easy-mmode.el (define-minor-mode):
9230 Revert the latest changes.
9231 Allow the three positional arguments to be skipped and replaced
9232 by keyword arguments.
9233 Add a :toggle argument to determine whether a nil arg means toggle
9234 or means turn-on. The default is unchanged.
9235 Add a call to force-mode-line-update.
9236
6b8a0b2d
DL
92372000-11-01 Dave Love <fx@gnu.org>
9238
83c9cb8e 9239 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 9240
5bf99100
MB
92412000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9242
83c9cb8e
SM
9243 * calendar/calendar.el (diary-face, holiday-face):
9244 Add dark-background variants.
5bf99100 9245
a4032611
SS
92462000-10-31 Sam Steingold <sds@gnu.org>
9247
9248 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9249 `tex-main-file' does not have directory in it.
9250
c286608e
SM
92512000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9252
9253 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9254
4836835a
TTN
92552000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9256
9257 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9258 functional change.
9259
26dcb81b
GM
92602000-10-31 Gerd Moellmann <gerd@gnu.org>
9261
9262 * files.el (find-file-noselect): When we expand a wildcard, return
9263 a list of buffers, as we should do according to the doc string.
9264
49fc4500
KR
92652000-10-31 Ken Raeburn <raeburn@gnu.org>
9266
9267 * loadup.el (top level): Adjust load path if program name is
9268 "../src/bootstrap-emacs", in case it's not dumped and thus the
9269 load path adjustment hasn't already been done.
9270
ea0c615d
GM
92712000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9272
83c9cb8e
SM
9273 * ps-print.el: Fix bug on selected pages for printing.
9274 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
9275 is on. Try to avoid warning messages when compiling. Doc Fix.
9276 (ps-print-version): New version number (6.3).
9277 (ps-color-device): Use `color-values' to determine if device
9278 supports color.
9279 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9280 (ps-print-page-p): Changed from defsubst to defun.
9281 (ps-page-number): Changed from defmacro to defun.
9282 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9283 printing.
c286608e 9284 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
9285 (ps-end-file, ps-dummy-page): Funs eliminated.
9286 (ps-print-color-scale): Changed default value.
9287 (ps-page-n-up, ps-print-page-p): New internal vars.
9288 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9289 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9290
9e20722f
GM
9291 * delim-col.el: Little programming improvement.
9292 (delimit-columns-str): New macro.
9293 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9294
d7a0fd00
KH
92952000-10-31 Kenichi Handa <handa@etl.go.jp>
9296
c286608e
SM
9297 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9298 Moved to european.el.
d7a0fd00
KH
9299 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9300 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
9301 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9302 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 9303
234be340
DL
93042000-10-30 Dave Love <fx@gnu.org>
9305
9306 * progmodes/cc-menus.el (imenu-generic-expression)
9307 (imenu-progress-message): Only defvar when compiling.
9308
4edc4a39
DL
9309 * emacs-lisp/elp.el (elp-unload-hook): New function.
9310
9311 * loadhist.el (unload-feature): Call elp-restore-function,
9312 checking for symbols; don't use elp-restore-all.
9313 (loadhist-hook-functions): Doc fix.
9314
70c825df
SM
93152000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9316
9317 * log-edit.el (log-edit-confirm): Fix the default.
9318
1d3baf74
GM
93192000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9320
9321 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9322 delimit-columns-format.
9323 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 9324
1ec321a7
MB
93252000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9326
9327 * comint.el (comint-replace-by-expanded-history): Don't use
9328 comint-get-old-input (we're not looking at *old* input).
9329 (comint-get-old-input-default): If using fields, signal an error
9330 when the point is not in an input field.
9331
70737ea9
KH
93322000-10-30 Kenichi Handa <handa@etl.go.jp>
9333
9334 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9335 and mule-unicode-e000-ffff.
9336
fa0cb51d 9337 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
9338 (make-coding-system): Accept a symbol of translation table as a
9339 value of property `safe-chars'.
9340
9341 * international/mule-cmds.el (encode-coding-char): Check property
9342 safe-chars instead of safe-charsets.
9343
9344 * international/fontset.el (fontset-default): Modified for
9345 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9346 (x-font-name-charset-alist): Likewise.
9347 (ccl-encode-unicode-font): New CCL program. Record it in
9348 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9349
70c825df
SM
9350 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9351 New translation tables.
70737ea9
KH
9352 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9353 programs are modified and moved from mac-win.el.
9354 (mac-roman): Definition of this coding system is modified and
9355 moved from mac-win.el.
4836835a 9356
fda2ce24 93572000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 9358
1d3baf74 9359 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 9360 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 9361
dd4d3cb6
MB
93622000-10-29 Miles Bader <miles@gnu.org>
9363
9364 * custom.el (custom-add-to-group): Allow multiple entries for a
9365 given value OPTION, as long as their widget types are different.
9366 * cus-edit.el (custom-face-value-create): If face name doesn't end
9367 with "face", add such here (similar to custom group widgets).
9368
9369 * comint.el (comint-highlight-prompt): Add :type.
9370
dace60cf
JW
93712000-10-28 John Wiegley <johnw@gnu.org>
9372
dace60cf
JW
9373 * calendar/timeclock.el (timeclock-log): Doc fix.
9374 (timeclock-last-event): Doc fix.
83c9cb8e 9375 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
9376 (timeclock-find-discrep): Use a temp buffer to read in the
9377 timelog, instead of visiting the file.
9378 (timeclock-log-data): A new function, along with a host of helper
9379 functions, for the purpose of making timelog data accessible to
9380 programmers.
9381
9382 * eshell/esh-mode.el (window-height test): Make certain that
9383 `eshell-stringify-t' is non-nil.
9384 (eshell-password-prompt-regexp): Changed to a much simpler
9385 password regexp.
9386 (eshell-send-input): If `eshell-invoke-directly' returns t,
9387 directly invoke the parsed command using `eval'. This improves
9388 turn-around time on simple commands by a factor of three or
9389 greater, such as cd, ls, pwd, etc. -- which get used very often.
9390 It also conserves thousands of cons cells per call (since
9391 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9392 in the Pacific Cookie Company).
9393
9394 * eshell/esh-test.el (eshell-test): Whitespace fix.
9395
83c9cb8e
SM
9396 * eshell/em-ls.el (eshell-ls-insert-directory):
9397 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
9398
9399 * eshell/em-script.el (eshell-script-initialize): Add names to
9400 `eshell-complex-commands, since `source' and `.' are complex.
9401
0467b076
EZ
9402 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9403 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
9404 `eshell-copy-handles'.
9405 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9406 bodies.
9407 (eshell-separate-commands): Whitespace fix.
9408 (eshell-complex-commands): Added a new list of names, for
9409 determining whether a given command is as simple as it looks.
9410 (eshell-invoke-directly): New function. Returns t if a command
9411 should be invoked directly (using `eval'), rather than indirectly
9412 using `eshell-do-eval'.
9413 (eshell-do-eval): Whitespace fix.
9414
9415 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9416 which provides an emulation of the DOS shell behavior of assuming
9417 that cp/mv/ln should copy/move/link to the current directory.
9418 (eshell-remove-entries): Added a doc string.
9419 (eshell-shuffle-files): Removed the check for `target' being null.
9420 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9421 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9422 it to do a smarter check of whether a destination was provided.
9423 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9424 (eshell/ln): Enable `:preserve-args', and use
9425 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
9426 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9427 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
9428 list after flattening it. This makes it possible to cat files
9429 with numerical names.
9430 (eshell-unix-initialize): Added several names to
9431 `eshell-complex-commands.
9432 (eshell-unix-command-complex-p): Return t if a given command name
9433 may result in external processes being invoked.
9434
9435 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9436 variable nil by default, since it slows down glob processing by a
9437 factor of two or more, and increases memory consumption.
9438
9439 * eshell/em-smart.el: Added a note about how memory consumptive
9440 smart display mode can be (at least this is true in Emacs 21).
9441 (eshell-smart-initialize): Whitespace fix.
9442 (eshell-refresh-windows): Use `if' instead of `when'.
9443 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9444 not necessary.
83c9cb8e 9445 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
9446
9447 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9448 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9449 Whitespace fix.
9450 (eshell-ls-exclude-hidden): Added this variable in addition to
9451 `eshell-ls-exclude-regexp'. This one prevents files beginning
9452 with . from even being read, which can improve memory consumption
9453 quite a bit.
9454 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9455 read file entries beginning with a dot. In home directories with
9456 lots of hidden files, fully two-thirds of the time spent in ls is
9457 used to read directory entries that are immediately thrown away.
9458 (eshell-ls-initial-args): Added back this configuration variable,
9459 for specifying default initial arguments to every call to ls.
9460 Much faster than using an alias to do the same thing.
9461 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9462 (eshell-ls-dir): Whitespace change.
9463
9464 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9465
83c9cb8e 9466 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
9467 (eshell-stringify-t): Added a customization variable, to indicate
9468 whether `t' should be rendered as a string at all. If not, one
9469 can still determine if the result of an expression is true using
9470 "file-exists-p FILE && echo true".
9471 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9472 stringify t!
9473
9474 * eshell/esh-module.el: Whitespace fix.
9475
83c9cb8e
SM
9476 * eshell/em-alias.el (eshell-alias-initialize):
9477 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
9478 (eshell-command-aliased-p): New function that returns t if a
9479 command name names an aliased.
9480
657f9cb8 94812000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 9482
0467b076 9483 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 9484 redrawing the screen when changing cursor color.
0467b076
EZ
9485 (viper-insert-state-pre-command-sentinel)
9486 (viper-replace-state-pre-command-sentinel)
70c825df
SM
9487 (viper-replace-state-post-command-sentinel):
9488 Use viper-preserve-cursor-color.
657f9cb8
MK
9489 Many functions changed to use viper= instead of = when comparing
9490 characters.
0467b076 9491 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 9492 working with characters.
0467b076 9493 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
9494 Many functions changed to use viper= instead of = when comparing
9495 characters.
0467b076 9496 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 9497
0467b076 9498 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 9499 Several typos fixed in various docstrings.
0467b076 9500 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 9501 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
9502 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9503 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9504 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9505 (ediff-get-selected-buffers): New function.
9506 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
9507 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9508 Use save-window-excursion.
0467b076 9509 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 9510 termination check in while loop.
0467b076 9511 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 9512 dired buffer.
0467b076
EZ
9513 (ediff-files,ediff-merge-files,ediff-files3)
9514 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 9515
4f490d99
DL
95162000-10-28 Dave Love <fx@gnu.org>
9517
9518 * info.el (Info-fontify-node): Add help-echo for menu items.
9519
45b84006
EZ
95202000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9521
5ebc02b3
EZ
9522 * startup.el (normal-top-level): If the value of $TERM indicates
9523 we are running from xterm or one of its work-alikes, default to a
9524 light background mode.
9525
45b84006
EZ
9526 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9527 * faces.el (tty-handle-reverse-video): New function.
9528 (tty-create-frame-with-faces): Call it.
9529
9530 * frame.el (frame-notice-user-settings): Don't apply
9531 default-frame-alist and initial-frame-alist to MS-DOS frames.
9532 Call tty-handle-reverse-video, frame-set-background-mode, and
9533 face-set-after-frame-default for non-MS-DOS frames.
9534
9535 * startup.el (tty-long-option-alist): New variable.
9536 (tty-handle-args): New function.
9537 (command-line): Call tty-handle-args.
9538
9539 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9540 startup.el now does that for all character-terminal frames.
9541
eab6e8b9
MB
95422000-10-28 Miles Bader <miles@gnu.org>
9543
83c9cb8e
SM
9544 * emacs-lisp/easy-mmode.el (define-minor-mode):
9545 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9546 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 9547 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
9548 version using `easy-mmode-define-global-mode'.
9549 Add :conditional-turn-on keyword argument.
eab6e8b9 9550
51a29efc
DL
95512000-10-28 Dave Love <fx@gnu.org>
9552
83c9cb8e
SM
9553 * international/latin1-disp.el (latin1-char-displayable-p):
9554 Don't use window-system.
51a29efc 9555
d71d7114
EZ
95562000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9557
9558 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9559 Don't call find-buffer-file-type-coding-system. Instead, just
9560 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9561 if the file is on an untranslated filesystem.
9562 (add-untranslated-filesystem): Use "D" instead of "f" inside
9563 interactive.
9564
1f9cab4b
DL
95652000-10-27 Dave Love <fx@gnu.org>
9566
70c825df 9567 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
9568 (refill-mode): Use it.
9569
70c825df
SM
95702000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9571
9572 * international/quail.el (quail-activate): Don't make-local-hook.
9573
7432cf10
AS
95742000-10-27 Andre Spiegel <spiegel@gnu.org>
9575
4836835a 9576 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 9577 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
9578 (vc-make-version-backup): Don't do it on MS-DOS without long file
9579 names.
4836835a 9580
7432cf10
AS
9581 * vc.el (vc-version-other-window): If an automatic backup of the
9582 desired version exists, rename it instead of copying it.
9583
4836835a
TTN
9584 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9585 after command. If there's an unexpected error, signal it instead
7432cf10 9586 of being silent.
e1483c38 9587 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 9588
05ea7ef2
MB
95892000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9590
fd1035aa
MB
9591 * shell.el (shell): Add BUFFER argument.
9592 * comint.el (make-comint-in-buffer): New function.
9593 (make-comint): Use it.
9594
05ea7ef2
MB
9595 * faces.el (face-spec-choose): Change syntax so that the list of
9596 attribute-value pairs is now the cdr of each clause, not the cadr.
9597 Detect old-style entries, and handle them. Use pop.
9598
835a55fe
SM
95992000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9600
f5ab1cdd
SM
9601 * cus-edit.el (custom-mode-map): Use a sparse map.
9602 (custom-mode): Don't bother with make-local-hook.
9603
9604 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9605
835a55fe
SM
9606 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9607
c13b0ec8
GM
96082000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9609
9610 * ps-print.el: Avoid compilation gripes.
9611 (ps-print-version): New version number (6.2.1).
4836835a 9612
e9f63196
DL
96132000-10-26 Dave Love <fx@gnu.org>
9614
0b95284b
DL
9615 * menu-bar.el: Modify some menu item help strings.
9616 (menu-bar-help-menu): Add link to MORE.STUFF.
9617
e9f63196
DL
9618 * cus-edit.el (custom-mode): Add `special' mode-class property.
9619
9620 * wid-browse.el (widget-browse-mode): Likewise.
9621
9622 * wid-edit.el (widget-specify-field): Revert to using local-map
9623 property, not keymap.
9624
e276a14a
MB
96252000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9626
c1545d88
MB
9627 * wid-edit.el (widget-field-end): When checking for a `boundary'
9628 field, do so in the correct buffer.
9629
3c1b77ca
MB
9630 * simple.el (undo): Correctly distinguish between numeric and
9631 non-numeric prefix args in non-transient-mark-mode, as per the doc
9632 string. When in transient-mark-mode, treat all prefix-args as
9633 numeric.
9634
f5ab1cdd
SM
9635 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9636 Position point on match. Handle N == 0 correctly.
22626d9d
MB
9637
9638 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9639 (comint-mode-map): Reverse order of `comint-write-output' and
9640 `comint-append-output-to-file'.
9641 (comint-append-output-to-file): Reinstate this function, for the
9642 benefit of the menu.
9643
d97151cb
SM
96442000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9645
9646 * vc.el (vc-version-other-window): Bind `file'.
9647
ea7d6f5b
GM
96482000-10-25 Gerd Moellmann <gerd@gnu.org>
9649
f5ab1cdd 9650 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
9651
9652 * emacs-lisp/authors.el (batch-update-authors): New function.
9653 (authors-fixed-entries): New defconst.
9654 (authors-add-fixed-entries): New function.
9655 (authors): Call it.: Don't process lispref/.
9656
17c25cea
JR
96572000-10-25 Jason Rumney <jasonr@gnu.org>
9658
9659 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9660 Merge x w32 and mac definitions.
9661
4ecda532
GM
96622000-10-25 Gerd Moellmann <gerd@gnu.org>
9663
9664 * menu-bar.el (menu-bar-options-menu): Add a help string for
9665 `uniquify'.
9666
b52758d1 96672000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 9668
f5ab1cdd
SM
9669 * time-stamp.el (time-stamp-string-preprocess):
9670 Fix a wrong type argument error.
b6735035 9671
f4cbc7a0
MB
96722000-10-25 Miles Bader <miles@gnu.org>
9673
9674 * recentf.el (recentf-mode): Variable removed.
9675 (recentf-mode): Use `define-minor-mode'.
9676
9677 * mwheel.el (mouse-wheel-mode): New global minor mode.
9678 (mwheel-install): Use `mouse-wheel-mode'.
9679
f4b020f6
DL
96802000-10-25 Dave Love <fx@gnu.org>
9681
f5ab1cdd
SM
9682 * progmodes/cperl-mode.el (cperl-mode):
9683 Set normal-auto-fill-function correctly.
072cb6f9 9684
83c9cb8e
SM
9685 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9686 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 9687 bindings.
f4b020f6 9688
ebe2a441
MB
96892000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9690
ff4dcd4b
MB
9691 * wid-edit.el (widget-field-at): New function.
9692 (widget-at, widget-field-activate): Use it.
9693 (widget-tabable-at): Use `widget-at'.
9694 (widget-specify-field): If the terminating character of the widget
9695 field (which is read-only) is a newline, put it into a special
9696 `boundary' field so that C-n/C-p act more naturally.
9697 (widget-field-end): Also don't subtract one if a special
9698 `boundary' field has been added after the widget field.
9699
83c9cb8e
SM
9700 * comint.el (comint-output-filter, comint-send-input):
9701 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 9702 code, since it should notice the overlay insertion-types now.
ff4dcd4b 9703
ebe2a441
MB
9704 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9705 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9706 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9707
fe50b6ab
GM
97082000-10-24 Gerd Moellmann <gerd@gnu.org>
9709
53df4dda 9710 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
9711 (authors): Set file coding system to iso-2022-7bit.
9712 Add file-local variables to output buffer.
53df4dda 9713
4836835a 9714 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
9715 WARN is nil.
9716
53df4dda
GM
97172000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9718
9719 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9720
9721 * delim-col.el: Now there is a column formatting mechanism.
9722 Modified to customization mechanisms convention. Doc fix.
9723 (columns): New group for delim-col.
9724 (delimit-columns-before, delimit-columns-after)
9725 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9726 (delimit-columns-end): New vars.
9727 (delimit-columns-customize, delimit-columns-format): New funs.
9728 (delimit-columns-region, delimit-columns-rectangle)
9729 (delimit-columns-rectangle-line): Modified to support column
9730 formatting.
4836835a 9731
a9839779
DL
97322000-10-24 Dave Love <fx@gnu.org>
9733
9734 * log-edit.el (log-edit): Add :version and a :group for vc.
9735
df0267b8
GM
97362000-10-24 Gerd Moellmann <gerd@gnu.org>
9737
9acc3873
GM
9738 * files.el (after-find-file): Don't print a message ``New file''
9739 if WARN is nil.
9740
83c9cb8e
SM
9741 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9742 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
9743 get duplicate tool-bar entries because we'll see the global ones
9744 on more than one path through keymaps.
9745
1946f901
GM
9746 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9747
df0267b8
GM
9748 * progmodes/cmacexp.el: Change Francesco's email address.
9749
ae3b264b
KH
97502000-10-24 Kenichi Handa <handa@etl.go.jp>
9751
9752 * window.el (fit-window-to-buffer): Adjust point of the window
9753 buffer, not that of the current buffer.
9754
23afac01
EZ
97552000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9756
9757 * progmodes/cmacexp.el: Update the euthor's email address.
9758
22d1a4ed
MB
97592000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9760
9761 * faces.el (face-spec-set-match-display): Add `graphic' display
9762 type (the inverse of `tty'). Use `display-graphic-p' instead of
9763 the window-system variable.
9764
f408aa48
KH
97652000-10-24 Kenichi Handa <handa@etl.go.jp>
9766
83c9cb8e
SM
9767 * international/isearch-x.el (isearch-with-input-method):
9768 Call input-method-function with the first event in
f408aa48
KH
9769 unread-command-events.
9770
94fe8a31
MB
97712000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9772
83c9cb8e 9773 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 9774
8f47302e
AC
97752000-10-24 Andrew Choi <akochoi@i-cable.com>
9776
9777 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9778 New charsets.
9779
9780 * term/mac-win.el: Remove definitions of mac-roman-lower and
9781 mac-roman-upper, require dired, and define instead of set
9782 mac-ready-for-drag-n-drop to avoid compilation error.
9783
446c097e
AI
97842000-10-23 Andrew Innes <andrewi@gnu.org>
9785
83c9cb8e
SM
9786 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9787 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
9788 expand-file-name after convert-standard-filename to ensure
9789 expected directory separators are used.
9790
379b70e7
EZ
97912000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9792
9793 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9794
85c766e9
DL
97952000-10-23 Dave Love <fx@gnu.org>
9796
b7e03a67
DL
9797 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9798 (tool-bar-add-item): Set foreground and background for XBM icons.
9799
83c9cb8e
SM
9800 * international/latin1-disp.el (latin1-char-displayable-p):
9801 New function (from Handa).
b7e03a67
DL
9802 (latin1-display-check-font): Use it.
9803
0dcf8835 9804 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
9805 using :key-sequence, making it much more usable.
9806 Use nconc, not append.
0dcf8835
DL
9807 (imenu--create-keymap-1): Avoid append.
9808
85c766e9 9809 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 9810
cb3069bb
MB
98112000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9812
9813 [the following changes fix a bug where `define-minor-mode' didn't
9814 correctly generate :require clauses for defcustoms in compiled files]
9815 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9816 (byte-compile-log-file, byte-compile-log-1): Don't set
9817 `byte-compile-current-file' to nil. Instead set
9818 `byte-compile-last-logged-file' to it. Test whether
9819 byte-compile-current-file equals byte-compile-last-logged-file
9820 instead of whether its nil.
3b6542ba 9821 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 9822
6db6243b
SM
98232000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9824
9825 * textmodes/refill.el: Fix var names in doc.
9826 (refill-mode): Don't bother with make-local-hook anymore.
9827
98490598
MB
98282000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9829
e01cd227
MB
9830 * faces.el (face-user-default-spec, face-default-spec): New functions.
9831 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 9832 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
9833 Use `face-user-default-spec'. Simplify code slightly.
9834
4836835a 9835 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
9836 (woman-unknown-face): Add dark-background variants.
9837 (woman-default-faces): Renamed from `woman-colour-faces'.
9838 Set using the stored defaults, rather than using hard-wired colors.
9839 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9840 Just make the foreground `unspecified' rather than "black".
9841 (woman-menu): Rename menu entries accordingly.
9842
98490598
MB
9843 * faces.el (header-line): Make more reasonable on mono/grayscale
9844 displays.
9845
1a578e9b
AC
98462000-10-23 Andrew Choi <akochoi@i-cable.com>
9847
9848 * cus-edit.el (custom-button-face): Use 3D look for mac.
9849 (custom-button-pressed-face): Likewise.
9850
9851 * faces.el (set-face-attributes-from-resources): Handle mac frames
9852 in the same way as x and w32 frames.
9853 (face-valid-attribute-values): Likewise.
9854 (read-face-attribute): Likewise.
9855 (defined-colors): Likewise.
9856 (color-defined-p): Likewise.
9857 (color-values): Likewise.
9858 (display-grayscale-p): Likewise.
9859 (face-set-after-frame-default): Likewise.
9860 (mode-line): Same default face as for x and w32.
9861 (tool-bar): Likewise.
9862
9863 * frame.el: Remove call to frame-notice-user-settings at end of
9864 the file.
9865
83c9cb8e 9866 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
9867 as for x, pc, and w32 frame types.
9868
9869 * term/mac-win.el: New file.
9870
aaaf7be7
DL
98712000-10-22 Dave Love <fx@gnu.org>
9872
9873 * textmodes/refill.el: New file.
9874
5392d654
AS
98752000-10-22 Andre Spiegel <spiegel@gnu.org>
9876
4836835a 9877 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 9878 MANUAL and REGEXP.
4836835a 9879 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
9880 New functions.
9881 (vc-before-save): Use the latter.
9882 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9883 confusion.
9884
4836835a 9885 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
9886 expected by vc[-hooks].el.
9887
9888 * vc.el (vc-checkout): Added `-p' suffix in call to
9889 vc-make-version-backups-p; use vc-make-version-backup to actually
9890 make the backup.
9891 (vc-version-other-window, vc-version-backup-file): Handle both
9892 automatic and manual backups.
9893 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9894 of all of them.
9895
1e221c16
MB
98962000-10-22 Miles Bader <miles@gnu.org>
9897
7ff4fda5
MB
9898 * comint.el (comint-highlight-input, comint-highlight-prompt):
9899 Renamed, `-face' at end removed.
9900 (comint-send-input, comint-output-filter): Use renamed faces.
9901
3511cde8
MB
9902 * window.el (fit-window-to-buffer): Change defaulting of
9903 MAX-HEIGHT slightly.
9904
1e221c16
MB
9905 * faces.el (color-values, color-defined-p): Use `member', not
9906 `memq', because it works correctly for strings.
9907 (frame-set-background-mode): Actually, "unspecified-fg" and
9908 "unspecified-bg" *are* strings. Use `member', not `memq', and
9909 `equal', not `eq', when a string value is possible.
9910
b6ef4898
EZ
99112000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9912
9913 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9914
34939e2c
SM
99152000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9916
9917 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9918 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9919 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9920 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9921 (sh-font-lock-syntactic-keywords): Use them.
9922 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9923 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9924 (sh-mode): Don't override font-lock-unfontify-region-function.
9925 Use a copy of sh-font-lock-syntactic-keywords.
9926 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9927 Don't call sh-scan-buffer since font-lock does it on the fly.
9928 (sh-get-indent-info): Use `face' rather than `syntax-table'
9929 text-property to detect here-documents.
9930 Replace sh-special-syntax with sh-st-punc.
9931 (sh-prev-line): Use `face' rather than `syntax-table'
9932 text-property to skip over here-documents.
9933 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9934 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9935 (sh-electric-less, sh-set-here-doc-region)
4836835a 9936 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
9937 (sh-scan-buffer, sh-rescan-buffer): Remove.
9938
f3d3c491
AI
99392000-10-21 Andrew Innes <andrewi@gnu.org>
9940
9941 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9942 remote (ange-ftp) file names.
9943
b86c791c
MB
99442000-10-21 Miles Bader <miles@gnu.org>
9945
d9c30bdf
MB
9946 * window.el (fit-window-to-buffer): New function.
9947 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
9948 (window-text-height): Don't expect minibuffers to have mode-lines.
9949
d9c30bdf 9950 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
9951 * international/quail.el (quail-update-guidance):
9952 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 9953
617fee5a
MB
9954 * international/quail.el (quail-show-guidance-buf): Make sure
9955 guidance window really has enough room.
9956 (quail-update-guidance): If quail-guidance-win is already shown,
9957 make sure its height is OK.
9958
b86c791c
MB
9959 * window.el (window-text-height, set-window-text-height):
9960 New functions.
9961 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9962 instead of `window-height' & `mode-line-window-height-fudge'.
9963 (mode-line-window-height-fudge): Add FACE parameter.
9964 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9965 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9966
e34850d1
MB
99672000-10-20 Miles Bader <miles@gnu.org>
9968
9969 * window.el (height-affecting-face-attributes): Use `defconst'.
9970
9971 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9972 New function, conditionally aliased to `mode-line-window-height-fudge'.
9973 (ispell-help): Use it.
9974 (ispell-choices-win-default-height): Don't include mode-line fudge.
9975 (ispell-choices-win-default-height): New function.
9976 (ispell-show-choices, ispell-command-loop): Use function
9977 `ispell-choices-win-default-height' instead of variable.
9978
a8b883c2
MB
99792000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9980
8c6e4a58
MB
9981 * window.el (mode-line-window-height-fudge): New variable.
9982 (height-affecting-face-attributes): New variable.
9983 (mode-line-window-height-fudge): New function.
9984 (shrink-window-if-larger-than-buffer): Use it.
9985 * help.el (resize-temp-buffer-window): Likewise.
9986
a8b883c2
MB
9987 * info.el (Info-fontify-node): Add support for @subsubsection
9988 titles, which use `Info-title-4-face'.
9989 (Info-title-4-face): New face.
9990 (Info-title-3-face): Inherit from Info-title-4-face instead of
9991 variable-pitch.
9992
e64c3a75
JR
99932000-10-19 Jason Rumney <jasonr@gnu.org>
9994
9995 * dired.el (dired-insert-directory): Do not let errors signalled by
9996 attempt to run dired-free-space-program prevent dired from working.
9997
c70fe852
SM
99982000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9999
10000 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10001
877cf6b4
GM
100022000-10-19 Gerd Moellmann <gerd@gnu.org>
10003
5de037e0
GM
10004 * dirtrack.el (dirtrack): Fix call to run-hooks.
10005
6deb9af9
GM
10006 * cmuscheme.el (cmuscheme-program-name): Renamed from
10007 scheme-program-name because xscheme.el contains a defcustom with
10008 the same name. As a consequence, customizing group `cmuscheme'
10009 loaded `xscheme' which redefined run-scheme.
10010 (run-scheme): Use cmuscheme-program-name.
10011
83c9cb8e 10012 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 10013
e597d8fb 10014 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 10015 anonymous address, and add a website for Befrienders International.
4836835a 10016
3e9cb08f
GM
100172000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10018
c70fe852
SM
10019 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10020 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
10021 (ps-print-version): New version number (6.2).
10022 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10023 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10024 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10025 (ps-x-extent-priority, ps-x-extent-start-position)
10026 (ps-x-face-font-instance, ps-x-find-coding-system)
10027 (ps-x-font-instance-properties, ps-x-make-color-instance)
10028 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10029 avoid compilation gripes without defining functions.
10030 (ps-e-find-composition): Alias for function find-composition, to have a
10031 suitable function depending on Emacs version.
10032 (ps-color-device, ps-color-values, ps-face-foreground-name)
10033 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10034 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10035 (ps-print-ensure-fontified): Function definitions surrounded by
10036 `eval-and-compile' to avoid compilation gripes.
10037 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10038 by symbol-value to avoid compilation gripes.
10039 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10040 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10041
d8abcd91
MB
100422000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10043
13ab33c4
MB
10044 * startup.el (normal-top-level): Call `frame-set-background-mode'
10045 after `frame-notice-user-settings' because the latter doesn't call
10046 the former on a tty.
10047
d8abcd91
MB
10048 * faces.el (frame-set-background-mode): `unspecified' &c are
10049 symbols, not strings.
10050
e8bce0a9
EZ
100512000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10052
c70fe852
SM
10053 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10054 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 10055
c70fe852
SM
10056 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10057 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 10058
773272d8
KH
100592000-10-19 Kenichi Handa <handa@etl.go.jp>
10060
c70fe852 10061 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
10062 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10063 for ISO10646-1 fonts.
10064 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10065
772139c0
EZ
100662000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10067
10068 * faces.el (frame-set-background-mode): If a tty frame defines a
10069 background color, use that to compute the background mode, instead
10070 of always defaulting to "dark".
10071
d134a19f
MB
100722000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10073
8bb84cb2
MB
10074 * comint.el (comint-write-output): New function.
10075 (comint-mode-map): Add it to the menu.
e40a778f 10076 Bind `C-c C-s' to comint-write-output.
d134a19f 10077
dada41e1
GM
100782000-10-18 Gerd Moellmann <gerd@gnu.org>
10079
10080 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10081 Use fancy-splash-delay.
10082
9b5360aa
GM
100832000-10-18 Alex Schroeder <alex@gnu.org>
10084
10085 * progmodes/sql.el (sql-sybase-options): New option.
10086 (sql-sybase): Use it. Add sql-database to the list of parameters
10087 provided for login. The options -w 2048 -n are not used any more.
10088
9035a35a
GM
10089 * comint.el (comint-read-input-ring): Bugfix such that the first
10090 and the last entry of the input ring file are not lost.
10091
3556c6dd
GM
100922000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10093
10094 * ps-print.el: Internal variable changes to defcustom,
10095 make-local-hook changes to defvar. Doc fix.
10096 (ps-print-version): New version number (6.1).
10097 (ps-setup, ps-do-despool): Code fix.
10098 (ps-printer-name): Customization fix.
10099 (ps-printer-name-option): Now is a defcustom instead of an
10100 internal variable.
10101 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10102 (ps-print-begin-column-hook): Now are defvar instead of
10103 make-local-hook.
4836835a 10104
4e217e50
MB
101052000-10-18 Miles Bader <miles@gnu.org>
10106
10107 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10108 (comint-kill-output): Changed into an alias for `comint-delete-output',
10109 and made obsolete.
10110 (comint-mode-map): Rename references to comint-kill-output.
10111
34460354
EZ
101122000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10113
10114 * diff-mode.el (diff-header-face, diff-file-header-face)
10115 (diff-changed-face): Add bold and italic attributes to tty faces.
10116 (diff-function-face): New face.
10117 (diff-font-lock-keywords): Use it.
10118
17ea3cdb
MB
101192000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10120
10121 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10122 Remove commented-out call to force-mode-line-update.
10123 (comint-kill-output): Use `forward-line 0' instead of
10124 beginning-of-line to make sure we get past the prompt.
10125
9244f2c7
SM
101262000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10127
10128 * diff-mode.el (diff-header-face, diff-file-header-face):
10129 Add specific setting for dark background.
10130 (diff-context-face): Renamed from diff-comment-face.
10131 Set explicitly rather than inheriting from font-lock-comment-face.
10132
1592c1ef
EZ
101332000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10134
10135 * startup.el (command-line): Move the code which sets the default
10136 TTY colors to before before-init-hook.
10137
f86292a9
GM
101382000-10-17 Gerd Moellmann <gerd@gnu.org>
10139
10140 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10141
f7f2e883
EZ
101422000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10143
e854cc22
EZ
10144 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10145 extensions, for MS-DOS.
10146
f7f2e883
EZ
10147 * diff-mode.el (diff-header-face, diff-file-header-face)
10148 (diff-changed-face): Define tty-specific colors.
10149
c7b4f0f9
GM
101502000-10-17 Gerd Moellmann <gerd@gnu.org>
10151
10152 * startup.el (fancy-splash-text): Realign the text.
10153
12a72271
EZ
101542000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10155
10156 * font-lock.el (font-lock-comment-face): Define a separate default
10157 for dark-background tty's.
10158
61dfccfd
MB
101592000-10-17 Miles Bader <miles@gnu.org>
10160
10161 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10162 being obscured by whizzy mode-lines on graphics displays.
10163
333cd59e
EZ
101642000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10165
10166 * info.el (Info-title-1-face, Info-title-2-face)
10167 (Info-title-3-face): Define colors for tty's.
dada41e1 10168 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 10169
dbf1fcc1
EZ
101702000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10171
10172 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10173 reverse from the frame parameters, and don't invert foreground and
10174 background colors.
10175
ac629823
MB
101762000-10-16 Miles Bader <miles@gnu.org>
10177
10178 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10179 string "*Info*". Call propertized-buffer-identification to spruce
10180 up the result.
10181
76eebffc
GM
101822000-10-16 Gerd Moellmann <gerd@gnu.org>
10183
3a6b59d9
GM
10184 * help.el: Provide `help' for the sake of define-minor-mode
10185 which generates defcustoms with requires.
10186
6569c3d3
GM
10187 * jit-lock.el (jit-lock-after-change): If we're in text that
10188 matches a multi-line font-lock pattern, make sure the whole text
10189 will be redisplayed.
10190
c2e0a611
GM
10191 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10192 author's name is unknown.
10193
76eebffc
GM
10194 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10195 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10196 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10197 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10198 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10199 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10200 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10201 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10202 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10203 Add author information.
10204
cf1e7b12
MB
102052000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10206
10207 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10208 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10209 full-color version (using the Gimp) to eliminate dithering artifacts.
10210
5586f3eb
SM
102112000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10212
10213 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10214
10215 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10216
ad64a888
DL
102172000-10-15 Dave Love <fx@gnu.org>
10218
83c9cb8e 10219 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
10220
10221 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10222
10223 * whitespace.el: Doc fixes.
10224 (top-level): Don't add hooks here.
10225 (whitespace-running-emacs): Deleted.
10226 (timer): Don't require.
10227 (whitespace): Add back :version conditional on xemacs test.
10228 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10229 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10230 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10231 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10232 Avoid specific xemacs test.
10233 (whitespace-global-mode): New option.
10234 (whitespace-global-mode): New command.
10235 (whitespace-unload-hook): New function.
10236
10237 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 10238 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
10239 (Info-fontify-node): `Goto' goes to `Go to'.
10240 (Info-fontify-node): Add help-echo to xref links.
10241
1ef49fc6
EZ
102422000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10243
10244 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10245
8b7707e1
SM
102462000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10247
b3b7f42f
SM
10248 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10249 Use plist-get and allow :inherit.
10250
10251 * emacs-lisp/cl-macs.el (cl-do-arglist):
10252 Use plist-get and plist-member instead of memq.
10253
3c7fafc7
SM
10254 * emacs-lisp/ewoc.el (ewoc-location): New function.
10255 (ewoc-enter-after, ewoc-enter-before): Document return value.
10256 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10257 Don't need make-local-hook any more.
10258 (cvs-addto-collection): Return the new tin.
10259 (cvs-mode-insert): Jump to the new line.
10260
8b7707e1
SM
10261 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10262
10263 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10264
10265 * font-lock.el (font-lock-syntactically-fontified): New var.
10266 (font-lock-fontify-syntactic-keywords-region): Use it.
10267 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10268
10269 * diff-mode.el (diff-find-file-name): Fix regexp.
10270
10271 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10272 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10273
10274 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10275 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10276 (sh-mode): Don't make all vars local here.
10277 (sh-kw): Reformat.
10278 (sh-set-shell): Use dolist. Don't set indent-region-function.
10279 (sh-mode-syntax-table): Use pop.
10280 (sh-remember-variable): Use push.
10281 (sh-help-string-for-variable): Use memq.
10282 (sh-safe-backward-sexp): Remove.
10283 (sh-safe-forward-sexp): Add ARG.
10284 (sh-get-indent-info, sh-prev-stmt): Use it.
10285 (sh-prev-line): Simplify by using forward-comment.
10286 (sh-this-is-a-continuation): Simplify.
10287 (sh-learn-buffer-indent): Use dolist.
10288 (sh-do-nothing): Remove.
10289 (sh-set-char-syntax, sh-set-here-doc-region):
10290 Use inhibit-modification-hooks.
10291 (sh-name-style): Use mapcar and push.
10292 (sh-load-style): Use dolist.
10293 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10294 (sh-case, sh-while-getopts): Use propertize directly rather
10295 than sh-electric-rparen.
10296
102972000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10298
10299 * textmodes/tex-mode.el: Require CL when compiling.
10300 (tex-mode-syntax-table): Init immediately.
10301 (tex-mode-map): Bind M-RET to latex-insert-item.
10302 (latex-mode): Set indent-line-function to latex-indent.
10303 (tex-common-initialization): Don't setup the syntax-table any more.
10304 (latex-insert-item): New skeleton.
10305 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 10306 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 10307 (latex-indent, latex-find-indent): New functions.
4836835a 10308 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
10309 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10310 (tex-compilation-parse-errors): Use with-syntax-table.
10311
86b7fcbb
MB
103122000-10-15 Miles Bader <miles@gnu.org>
10313
10314 * font-lock.el (font-lock-comment-face): Change dark-background,
10315 color, non-tty, default to `chocolate1'.
10316
57a24508
JW
103172000-10-13 John Wiegley <johnw@gnu.org>
10318
10319 * eshell/esh-util.el (require): Added a missing `require' form,
10320 needed when compiling (for an ange-ftp macro definition).
10321
40ad3db4
DL
103222000-10-13 Dave Love <fx@gnu.org>
10323
10324 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10325
db460189
GM
103262000-10-13 Gerd Moellmann <gerd@gnu.org>
10327
83c9cb8e 10328 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 10329
4836835a 10330 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
10331 transparent -colors 8).
10332
b52758d1 103332000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
10334
10335 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10336 that breaks with old list format timestamps.
10337 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 10338 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 10339
16908a3f
JW
103402000-10-13 John Wiegley <johnw@gnu.org>
10341
d7103dda
JW
10342 * align.el, pcomplete.el, calendar/timeclock.el,
10343 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10344
dace60cf 10345 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
10346 faulty math, where holiday hours were being computing as seconds.
10347
b6b70cda
JW
103482000-10-13 John Wiegley <johnw@gnu.org>
10349
10350 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
10351 specifying what "other" kinds of buffers should be saved.
10352 This used to be hard-coded.
b6b70cda
JW
10353 (desktop-buffer-misc-functions): A global for specifying how
10354 auxiliary data should be determined for special buffer types.
10355 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10356 instead of hard-coding the special buffer types.
10357 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10358 auxiliary data, instead of hard-coding for Info buffers and dired.
10359 (desktop-buffer-info-misc-data): Aux function for determining Info
10360 buffer auxiliary info.
10361 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10362 (desktop-buffer-info): Changed this function to use the info
10363 gathered above.
10364 (desktop-create-buffer): Be a little more careful about what
10365 `minor-mode' means before calling it. This is important for some
10366 buffer types.
10367
8c6b1d83
JW
103682000-10-13 John Wiegley <johnw@gnu.org>
10369
10370 * eshell/esh-util.el: Added a global form which declares an
10371 autoload for `parse-time-string', if that function is not already
10372 defined, and if parse-time.el is available on the user's system.
10373
10374 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10375 to be aware of ange-ftp user info.
83c9cb8e 10376 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
10377 (eshell-ls-annotate): Use `eshell-file-attributes'.
10378 (eshell-ls-file): Made the user-id printing code a bit smarter.
10379
10380 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10381 allow identification of alias user ids in remote directories.
83c9cb8e
SM
10382 It's manual, but there's no other way to know when the current user
10383 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
10384 (fboundp): Bind `ange-cache'.
10385 (eshell-directory-files-and-attributes): Re-organized the logic a
10386 bit to use `eshell-file-attributes' instead of `file-attributes'.
10387 The former is more sensitive to directories that are read via FTP,
10388 and knows how to use ange-ftp to determine full attribute
10389 information, instead of just the name and last modtime.
10390 (eshell-current-ange-uids): Return the current user id when in a
10391 remote directory.
10392 (eshell-parse-ange-ls): Parse a full directory listing that has
10393 been returned by ange-ftp.
10394 (eshell-file-attributes): This beefed up version of
10395 `file-attributes' is only special if the user is currently in a
10396 remote directory, in which case it does a lot of work to find out
10397 what the real attributes of a file are, as they appear on the
10398 remote machine. This makes usage of remote directories (i.e.,
10399 ange-ftp pathnames) much more useful. You can now use Eshell as a
10400 full-fledged FTP client, with much more manipulation ability than
10401 most other clients.
10402
10403 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10404 variable, which means that Eshell's du should always be preferred
10405 in remote directories.
10406 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10407 just `file-attributes'.
10408 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10409 when reading remote directories. This is an Eshell-specific
10410 variable (not part of ange-ftp).
10411 (eshell/ln): Bind `ange-cache'.
10412 (eshell/du): Added some extra logic for determining when to use
10413 Eshell's du (which is slow), and when to use the external version
10414 (which may or may not exist).
10415
83c9cb8e
SM
10416 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10417 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
10418 `get-buffer-process', since backgrounded processes don't count in
10419 the context of this function's logic.
10420
10421 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10422 `forward-char', so that null strings are parsed correctly.
10423
87730e84 104242000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 10425
83c9cb8e
SM
10426 * eshell/em-pred.el (eshell-pred-file-type)
10427 (eshell-pred-file-links, eshell-pred-file-size):
10428 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
10429
10430 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10431 that remote file globbing is more efficient.
10432
10433 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10434 gathering the files and attributes within a directory.
10435
10436 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10437 the command line is a special file (not a regular file, directory
10438 or symlink), always attempt to call the external version of cat.
10439
87730e84 104402000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
10441
10442 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10443 Eshell-friendly version of find-tag.
10444
1c7e37a9
MB
104452000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10446
4836835a 10447 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
10448 (image-file-name-regexps): Add autoload cookies.
10449
11a7f341
KH
104502000-10-13 Kenichi Handa <handa@etl.go.jp>
10451
10452 * international/mule-cmds.el (select-safe-coding-system): If FROM
10453 is string, show it in *Warning* buffer.
10454
8ddddcb0
EZ
104552000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10456
10457 * startup.el (normal-top-level): Use display-popup-menus-p instead
10458 of window-system.
10459 (command-line): Use display-graphic-p instead of window-system.
10460 (command-line-1): Use display-popup-menus-p and display-mouse-p
10461 instead of window-system.
10462
72200f89
SS
104632000-10-12 Sam Steingold <sds@gnu.org>
10464
10465 * tooltip.el (tooltip-use-echo-area): New user variable.
10466 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10467
8661c643
DL
104682000-10-12 Dave Love <fx@gnu.org>
10469
d0b40dc1
DL
10470 * recentf.el: Maintainer's checkdoc fixes.
10471
83c9cb8e
SM
10472 * startup.el (normal-top-level-add-subdirs-to-load-path):
10473 Use character class, not ASCII when matching file names.
a622451f
DL
10474 (fancy-splash-head): Add trailing slash to URL.
10475 (command-line): Don't require XPM support for toolbar.
10476
8661c643
DL
10477 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10478 (cperl-invalid-face): Revert last change.
10479 (cperl-init-faces): Quote cperl-invalid-face.
10480
ef2ed8ab
KH
104812000-10-12 Kenichi Handa <handa@etl.go.jp>
10482
10483 * startup.el (fancy-splash-text): Remove superfluous quote.
10484
b0da379e
GM
104852000-10-12 Gerd Moellmann <gerd@gnu.org>
10486
dbeb499b
GM
10487 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10488 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10489 (command-line-1): Don't use fancy-splash-pending-command.
10490 (fancy-splash-screens-1): Goto point-min after inserting text.
10491
d861718a
GM
10492 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10493
b0da379e
GM
10494 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10495 instead of shared-lisp-mode-map.
10496
4fb2ad98
MB
104972000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10498
1cb4393e
MB
10499 * faces.el (header-line): Change tty-variant to use underlining.
10500
4fb2ad98
MB
10501 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10502 (isearch-highlight): Restore lazy-isearch face properties at old
10503 position, and suppress them at new position.
10504 (isearch-dehighlight): Restore lazy-isearch face properties.
10505 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10506 over the real isearch overlay, but in that case, don't give it a
10507 face property. Use `push'.
10508
eb991b25
KH
105092000-10-12 Kenichi Handa <handa@etl.go.jp>
10510
10511 * man.el (Man-getpage-in-background): Fix previous change.
10512 Decode the process output only when we are in multibyte mode.
10513
a818c1c0
DL
105142000-10-11 Dave Love <fx@gnu.org>
10515
c990f53a
DL
10516 * info.el (Info-mode-menu): Fix some help.
10517 (info-tool-bar-map): Add entry for Info-last.
10518
a818c1c0
DL
10519 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10520 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10521 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10522 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10523 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10524 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10525 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10526 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10527 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10528 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10529 Reduce colour requirements to 25 overall. (Probably wants
10530 revisiting from the originals to reduce further.)
10531
c1b096cb
EZ
105322000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10533
10534 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10535 buffer-file-coding-system, instead of raw-text.
10536 (dehexlify-buffer): Bind coding-system-for-read to
10537 buffer-file-coding-system, instead of raw-text.
10538
5c8b7eaf
SS
105392000-10-11 Sam Steingold <sds@gnu.org>
10540
83c9cb8e 10541 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
10542 `underline' - fixes the bug introduced on 2000-09-21.
10543
2cfbdb7a
DL
105442000-10-11 Dave Love <fx@gnu.org>
10545
83c9cb8e
SM
10546 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10547 Avoid compiler warnings.
2cfbdb7a
DL
10548 (scheme-mode): Doc fix.
10549 (scheme-font-lock-keywords-1): Match `define-syntax'.
10550
105512000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
10552
10553 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
10554 face specs as well as default ones. Only do anything if the
10555 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 10556 (region): Make dark-background `region' face less in-your-face.
4b33f290 10557
690ec649
SS
105582000-10-10 Sam Steingold <sds@gnu.org>
10559
10560 * chistory.el, ielm.el, ledit.el:
10561 * progmodes/inf-lisp.el, progmodes/scheme.el:
10562 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10563
3b95d6bb
SM
105642000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10565
10566 * textmodes/texinfo.el: Update copyright and fix typo.
10567
10568 * desktop.el (desktop-modes-not-to-save): New var.
10569 (desktop-save-buffer-p): Use it.
a30eb617
DL
10570 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10571 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10572
105732000-10-10 Dave Love <fx@gnu.org>
10574
10575 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 10576 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
10577
10578 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10579 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10580 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10581 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10582 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10583 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10584 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10585 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10586 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10587 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10588 the .xpms; probably need retouching.
10589
105902000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10591
10592 * subr.el (add-to-list): Add optional argument APPEND.
10593 * battery.el (display-battery): Use `add-to-list'.
10594
105952000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10596
83c9cb8e
SM
10597 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10598 properties.
a30eb617
DL
10599 (zone, zone-when-idle, zone-leave-me-alone)
10600 (zone-pgm-whack-chars): Use new symbol properties.
10601
10602 * battery.el (display-battery): Doc spelling fix.
10603
10604 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10605 property.
10606
106072000-10-09 Dave Love <fx@gnu.org>
10608
10609 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10610 has been initialized before calling tool-bar-setup.
10611 (tool-bar-add-item-from-menu): Add autoload cookie.
10612
106132000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10614
10615 * menu-bar.el (send-mail-item-name): New function.
10616 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10617 of mail-user-agent in the menu. Don't display the "Send Mail"
10618 item if mail-user-agent is nil or its value is ignore.
10619 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10620 if read-mail-command is nil or its value is ignore.
10621
10622 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10623
106242000-10-09 Miles Bader <miles@gnu.org>
10625
10626 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10627 Correct image size.
10628 * toolbar/left_arrow.xpm: Correct image size.
10629
10630 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10631 will be done by the definition of `auto-compression-mode' if
10632 necessary. Move code to uninstall existing file-name handler
10633 before definition of `auto-compression-mode'.
10634
10635 * image-file.el (auto-image-file-mode): Move to the end of the
10636 file, because `define-minor-mode' actually calls the mode-function
10637 if the associated variable is non-nil, which requires that all
10638 needed functions be already defined.
10639
10640 * mouse.el (popup-menu): Balance parens.
10641
106422000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10643
10644 * mouse.el (popup-menu): Move the command call outside the loop
10645 so that popup-menu returns whatever the command returns.
10646
10647 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10648 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10649 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10650 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10651
10652 * vc.el (vc-version-diff): diff-switches can be a list.
10653 Use relative filenames for prettier output.
10654
10655 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10656 (vc-post-command-functions): Remove old-VC compatibility code.
10657
10658 * newcomment.el (comment-indent-default): Autoload.
10659
10660 * font-lock.el (font-lock-defaults): Make buffer-local.
10661 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10662 (font-lock-choose-keywords):
10663 Ignore LEVEL unless KEYWORDS is a list of syms.
10664 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10665 Don't wrap regexp-opt things in \(...\) unnecessarily.
10666
10667 * jit-lock.el: Don't require font-lock any more.
10668 (jit-lock-functions): Make buffer-local.
10669 (jit-lock-saved-fontify-buffer-function): Remove.
10670 (jit-lock-mode): Remove autoload cookie.
10671 Remove font-lock specific code.
10672 (jit-lock-unregister): Don't bother handling complex hooks any more.
10673 (jit-lock-refontify): New function.
10674 (jit-lock-fontify-buffer): Use it.
10675 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10676 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10677 Add optional args START and END.
10678 Never call font-lock-fontify-region directly.
10679 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10680
10681 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10682
106832000-10-08 Dave Love <fx@gnu.org>
10684
10685 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10686
10687 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10688
10689 * play/studly.el (studlify-region, studlify-word): Add autoload
10690 cookie.
10691
10692 * play/morse.el (morse-region, unmorse-region): Add autoload
10693 cookie.
10694
10695 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10696 concat.
10697
10698 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10699 insist on symbols starting with word syntax.
10700 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10701 (eval-defun-1): Doc fix.
10702 (indent-sexp): Use nconc to build up indent-stack.
10703
10704 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10705 Gnus with little use.
10706 (mail-setup-hook): Add mail-abbrevs-setup to options.
10707
10708 * recentf.el: Doc fixes.
10709
10710 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10711 Clean up remainder.
10712
10713 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10714 without timezone and (8) with timezone to enforce some whitespace.
10715 Simplify code somewhat.
10716
10717 * options.el (list-options): Doc that you should use customize.
10718
10719 * iswitchb.el (iswitchb-mode): Add :require.
10720
10721 * info.el (Info-goto-node, Info-menu): Doc fix.
10722 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10723 (info-tool-bar-map): New variable.
10724 (Info-mode): Use it.
10725 (Info-edit-map): Define all in defvar.
10726 (speedbar-attached-frame): Avoid compiler warning.
10727
10728 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10729 (global-map): Bind [tool-bar] to a filtered map.
10730 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10731 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10732 Allow PBM icons.
10733 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10734
10735 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10736 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10737 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10738 icons, except up_arrow, which is left-arrow rotated.
10739
10740 * imenu.el (imenu-add-to-menubar): Fix last change.
10741
107422000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10743
10744 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10745 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10746
107472000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10748
10749 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10750 typos in doc strings.
10751
10752 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10753 the doc strings how to customize Font Lock faces.
10754
10755 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10756 computing growth when dragging the header line.
10757
107582000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10759
10760 * simple.el (kill-line): Doc fix.
10761
107622000-10-08 Miles Bader <miles@gnu.org>
10763
10764 * faces.el (secondary-selection): Make foreground visible on tty.
10765
10766 * jka-compr.el (auto-compression-mode): Move to the end of the
10767 file, because `define-minor-mode' actually calls the mode-function
10768 if the associated variable is non-nil, which requires that all
10769 needed functions be already defined.
10770 (with-auto-compression-mode): Add autoload cookie.
10771
107722000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10773
10774 * files.el (find-backup-file-name) [ms-dos]: If support for long
10775 file names is not available, behave as if version-control were set
10776 to never.
10777
107782000-10-07 Dave Love <fx@gnu.org>
10779
10780 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10781 (browse-url-gnome-moz): New function.
10782 (browse-url-browser-function): Use it.
10783 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10784
107852000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10786
10787 * indent.el (tab-always-indent): New var.
10788 (indent-for-tab-command): Use it.
10789
10790 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10791 raise an error. This way it can still default to a sane value.
10792
107932000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10794
10795 * startup.el (fancy-splash-screens): Use local rather than global map.
10796 Don't use `update-menu-bindings' any more.
10797 Get rid of assumptions about keymap representation.
10798
107992000-10-06 Dave Love <fx@gnu.org>
10800
10801 * textmodes/fill.el (sentence-end-double-space)
10802 (sentence-end-without-period): Doc fix.
10803 (adaptive-fill-regexp): Purecopy.
10804 (unjustify-current-line): Use line-end-position.
10805 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10806
10807 * net/eudc-vars.el (eudc): Add :version, :link.
10808
10809 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10810
10811 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10812 Fix for define-minor-mode.
10813 (function-at-point): Alias to function-called-at-point.
10814
10815 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10816
10817 * simple.el (backward-word): Doc fix.
10818
10819 * image-file.el (image-file-name-regexp): image-file-regexps ->
10820 image-file-name-regexps.
10821 (image-file-name-extensions): Add pbm.
10822
108232000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10824
10825 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10826 and add filename to the names so that diff-mode can jump to source.
10827
10828 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10829 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10830 (tex-font-lock-keywords-1): Remove.
10831 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10832 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10833 (font-lock-default-fontify-region):
10834 Expand beg..end correctly when just following a multiline region.
10835 (font-lock-fontify-anchored-keywords):
10836 Include the anchor text as part of the multiline.
10837
108382000-10-06 Gerd Moellmann <gerd@gnu.org>
10839
10840 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10841 latter needs the autoloaded define-minor-mode macro during the
10842 bootstrap.
10843
10844 * startup.el (command-line): For now, activate tool-bar-mode only
10845 if XPM images are supported.
10846
10847 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10848 window by dragging a header-line at the top of the frame; that's
10849 confusing because the header-line doesn't move.
10850 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10851 of treating the event as a list. Some cleanup.
10852
108532000-10-06 Miles Bader <miles@gnu.org>
10854
10855 * simple.el (display-message-or-buffer): New function.
10856 (shell-command-on-region): Use `display-message-or-buffer'.
10857
10858 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10859 docstring parts.
10860
10861 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10862 (smbclient-prompt-regexp): Add usage note to doc string.
10863 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10864 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10865 Use add-hook for adding the comint filter function, and only do so
10866 if it's not already in the global hook list.
10867 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10868 to `make-local-variable'.
10869 (nslookup-font-lock-keywords): Remove prompt entry.
10870 (nslookup): Don't set the process-filter.
10871 (finger): Exit the loop correctly when the regexps list runs out.
10872 (ftp, smbclient, smbclient-list-shares):
10873 Set the real major mode immediately, not after execing.
10874 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10875
10876 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10877
108782000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10879
10880 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10881
10882 * which-func.el (which-func-format): Remove spurious space.
10883 (which-func-mode): Don't make it permanent-local.
10884 (which-func-ff-hook): Allow which-func-maxout to be nil.
10885 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10886 (which-func-mode): Simplify.
10887 Use post-command-idle-hook rather than post-command-hook.
10888 Go through all buffers and update their state.
10889 (which-function): Also try add-log-current-defun-function.
10890
10891 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10892 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10893 Update call to with-vc-properties accordingly.
10894 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10895 (vc-revert-buffer): More careful about window selection and deletion.
10896 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10897
10898 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10899 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10900 (cvs-dired-action): Change the default to quickdir.
10901
10902 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10903 if comment-indent-function returns nil.
10904 (comment-indent-default): New function.
10905 (comment-indent-function): Use it and document the new semantics.
10906
10907 * image-file.el: Docstring fixes.
10908
10909 * help.el (help-xref-on-pp): Use match-string.
10910 (describe-variable): New arg BUFFER.
10911 Store the current buffer in the help-xref-stack.
10912 (temp-buffer-resize-mode): Use define-minor-mode.
10913
10914 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10915 consistently with its docstring.
10916 Set jit-lock-first-unfontify-pos in an idempotent way.
10917 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10918
109192000-10-05 Alex Schroeder <alex@gnu.org>
10920
10921 * sql.el (sql-mysql-options): New variable.
10922 (sql-mysql): Use it.
10923
109242000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10925
10926 * image.el (image): New group.
10927
10928 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10929 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10930
109312000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10932
10933 * net/net-utils.el (nslookup-font-lock-keywords)
10934 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10935 Ignore the value of wqindow-system; always define keywords
10936
109372000-10-05 Kenichi Handa <handa@etl.go.jp>
10938
10939 * startup.el (fancy-splash-screens): Remove the code for
10940 debugging; `(trace-to-stderr "EXITTT\n")'.
10941
109422000-10-05 Miles Bader <miles@gnu.org>
10943
10944 * diff-mode.el (diff-goto-source): Update call to
10945 `diff-hunk-status-msg' to reflect new REV variable.
10946
109472000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10948
10949 * progmodes/icon.el (icon-mode):
10950 Don't gratuitously override the default for comment-column.
10951
10952 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10953
10954 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10955 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10956 (jit-lock-functions): New var.
10957 (jit-lock-function-1): Use it if non-nil.
10958 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10959 Set the `fontified' property before doing the fontification to avoid
10960 repeatedly going through the same error.
10961 Don't turn errors into messages.
10962 (jit-lock-register, jit-lock-unregister): New functions.
10963
10964 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10965 Use with-current-buffer.
10966
10967 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10968 Turn comment into docstring.
10969
10970 * apropos.el (apropos-mode): Use define-derived-mode.
10971
109722000-10-04 Gerd Moellmann <gerd@gnu.org>
10973
10974 * startup.el (fancy-splash-pending-command): New variable.
10975 (fancy-splash-pre-command): New function.
10976 (fancy-splash-screens): Rewritten.
10977 (command-line-1): If fancy-splash-pending-command is set, call it
10978 interactively.
10979
109802000-10-04 Dave Love <fx@gnu.org>
10981
10982 * toolbar/tool-bar.el (tool-bar-setup): New function.
10983 (tool-bar-mode): Use it.
10984
10985 * subr.el (substitute-key-definition): Doc fix.
10986 (play-sound-file): New command.
10987
109882000-10-04 Andre Spiegel <spiegel@gnu.org>
10989
10990 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10991 vc-version-backup-file-name): New functions.
10992
10993 * files.el (basic-save-buffer): Call vc-before-save before saving.
10994
10995 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10996 vc-cvs-stay-local-p.
10997
10998 * vc.el (vc-revert-buffer): Handle empty diff properly.
10999 (vc-version-backup-file): New function.
11000 (vc-checkout): Create a version backup if necessary.
11001 (vc-checkin): If a version backup file exists, delete it.
11002 (vc-version-diff): Diff locally using version backups, if available.
11003 (vc-revert-file): If there's a version backup, revert locally.
11004 (vc-transfer-file): Use version backup for base version, if
11005 available. If not, ask for confirmation whether to get it from the
11006 server. Update mode line before check-in.
11007
110082000-10-04 Dave Love <fx@gnu.org>
11009
11010 * toolbar/tool-bar.el (tool-bar-setup): New function.
11011 (tool-bar-mode): Use it.
11012
110132000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11014
11015 * net/net-utils.el (nslookup-font-lock-keywords)
11016 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11017 Only set if window-system is non-nil
11018 (net-utils-run-program): Returns buffer.
11019 (network-connection-reconnect): Added this function.
11020
11021 * generic.el:
11022 Incorporates extensive cleanup and docfixes by
11023 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11024 Uses cl compile-time macros.
11025 (generic-mode-name, generic-comment-list)
11026 (generic-keywords-list, generic-font-lock-expressions)
11027 (generic-mode-function-list, generic-mode-syntax-table):
11028 Removed variables.
11029 (generic-mode-alist): Renamed to generic-mode-list.
11030 (generic-find-file-regexp): Default changed to "^#".
11031 (generic-read-type): Uses completing read on generic-mode-list.
11032 (generic-mode-sanity-check): removed this function.
11033 (generic-add-to-auto-mode): Removed this function
11034 (generic-mode-internal): Bind mode-specific definitions
11035 into function instead of putting them in alist.
11036 (generic-mode-set-comments): Reworked extensively.
11037 (generic-mode-find-file-hook): Simplified regexp searching
11038 (generic-make-keywords-list): Omit extra pair of parens
11039
11040 * find-lisp.el (find-lisp-find-files-internal):
11041 Make sure directory name ends with "/".
11042
11043 * generic-x.el (apache-conf-generic-mode):
11044 Regexp now allows leading whitespace.
11045 (rc-generic-mode): Added eval-when-compile
11046 around generic-make-keywords-list.
11047 Deleted duplicate regexp
11048 (rul-generic-mode): Added eval-when-compile
11049 around generic-make-keywords-list.
11050 (etc-fstab-generic-mode): New generic mode.
11051 (rul-generic-mode): Removed one eval-when-compile
11052 which caused a max-specpdl-size exceeded error.
11053
110542000-10-04 Miles Bader <miles@gnu.org>
11055
11056 * simple.el (minibuffer-temporary-goal-position): New variable.
11057 (next-history-element): Try to keep the position of point in the
11058 input string constant.
11059
11060 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11061 (dired-do-create-files): If there's only one file, pass it in as
11062 the DEFAULT arg to dired-mark-read-file-name.
11063
110642000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11065
11066 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11067 (diff-goto-source): Be smarter when choosing REVERSE or not.
11068
11069 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11070 (texinfo-mode-menu): Add an explicit shortcut for update all.
11071
110722000-10-03 Andre Spiegel <spiegel@gnu.org>
11073
11074 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11075 factorize backend-specific code cleanly (this was essentially
11076 conceived by Stefan Monnier).
11077 (vc-unregister): Function removed.
11078 (vc-revert-file): New function.
11079 (vc-revert-buffer): Delegate some of the work to it.
11080
11081 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11082 default branch unconditionally.
11083 (vc-rcs-set-default-branch): New function.
11084 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11085 (vc-rcs-checkin): If an appropriate default branch has been set,
11086 force creation of that branch.
11087 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11088 code (as suggested by Stefan Monnier).
11089
110902000-10-02 Gerd Moellmann <gerd@gnu.org>
11091
11092 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11093 highlighting overlay with a different face over the overlay
11094 isearch uses to highlight the current match because that can lead
11095 to bad face combinations.
11096
11097 * loadup.el (toplevel): Load faces before isearch.
11098
11099 * isearch.el (isearch-faces): New custom group.
11100 (isearch): New defface; was already tested for in the code.
11101 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11102 (isearch-highlight): Always use face `isearch'.
11103
111042000-10-02 Dave Love <fx@gnu.org>
11105
11106 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11107 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11108 comparison of opcode with operand.
11109
111102000-10-03 Miles Bader <miles@gnu.org>
11111
11112 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11113 buffer, since the echo area will now grow to accommodate them.
11114
111152000-10-02 Andre Spiegel <spiegel@gnu.org>
11116
11117 * vc-hooks.el (vc-registered): If FILE used to be registered under
11118 a certain backend, try that one first.
11119
11120 * vc.el (vc-responsible-backend): Undo the previous change in the
11121 argument list. Handle multiple backends correctly.
11122 (vc-find-new-backend): Function removed.
11123 (vc-register): Use vc-responsible-backend, as before.
11124 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11125
111262000-10-02 Gerd Moellmann <gerd@gnu.org>
11127
11128 * startup.el (fancy-splash-head): Change message below the
11129 logo.
11130
111312000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11132
11133 * diff-mode.el (diff-goto-source): Emit a status message.
11134 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11135 (diff-test-hunk): Fix doc string.
11136 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11137 (diff-advance-after-apply-hunk): New variable.
11138 (diff-apply-hunk): Don't return a value.
11139
111402000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11141
11142 * vc.el (vc-editable-p): Minor optimization.
11143 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11144 (vc-find-new-backend): New function split from vc-responsible-backend.
11145 (vc-register): Use it.
11146 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11147 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11148 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11149 (vc-clear-headers): Don't use find-file.
11150 (vc-revert-buffer): Use `and' again (must have been a braino).
11151 (vc-switch-backend): Only prompt if requested.
11152 Short circuit if nothing is to be done.
11153 Don't use vc-resynch-buffer which could lose unsaved editing.
11154 (vc-default-receive-file): Update call to vc-unregister.
11155 (with-vc-file, vc-next-action-on-file):
11156 Use vc-backend rather than vc-registered.
11157 (vc-next-action-on-file): Use intern-soft.
11158 Deal with read-only *vc-diff* buffer.
11159 (vc-transfer-file): Docstring fix.
11160
11161 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11162 (vc-rcs-receive-file): Avoid with-vc-properties.
11163 Update call to vc-unregister.
11164 Use constant `RCS' rather than (dynamically bound) var `backend'.
11165
111662000-10-01 Andre Spiegel <spiegel@gnu.org>
11167
11168 * vc.el (vc-next-action-on-file): Update mode line only if file
11169 is visited.
11170 (vc-start-entry): New argument initial-contents. Don't visit the file
11171 if it isn't already visited. Brought documentation up-to-date.
11172 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11173 (vc-checkin): New optional arg initial-contents, which is passed to
11174 vc-start-entry.
11175 (vc-finish-logentry): Make sure to bury log buffer only if there
11176 really is one. Call `vc-resynch-buffer' on log-file, not
11177 buffer-file-name.
11178 (vc-default-comment-history, vc-default-wash-log): New functions.
11179 (vc-index-of): Removed.
11180 (vc-transfer-file): Make do without the above.
11181 (vc-default-receive-file): Call comment-history unconditionally. Pass
11182 the resulting string to vc-checkin, instead of inserting it into the
11183 comment ring.
11184
11185 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11186 unconditionally. Use the comments as initial contents of the log
11187 entry buffer. Document the trick to force branch creation with no
11188 changes.
11189
111902000-10-01 Miles Bader <miles@gnu.org>
11191
11192 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11193 `recenter' with an arg to prevent redrawing the display.
11194
111952000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11196
11197 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11198
11199 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11200
11201 * progmodes/c-mode.el (c-mode):
11202 Don't gratuitously override the default for comment-column.
11203
11204 * textmodes/tex-mode.el (latex-metasection-list): New var.
11205 (latex-imenu-create-index): Use it.
11206 Move the regexp construction outside loops (and use push).
11207 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11208 (tex-font-lock-keywords): Moved from font-lock.el.
11209 (tex-comment-indent): Remove.
11210 (tex-common-initialization): Don't set comment-indent-function.
11211 (latex-block-default): New var.
11212 (tex-latex-block): Use it to provide a default choice.
11213 Add any unknown choice to latex-block-names.
11214 Insert [...] after {...}.
11215 (tex-last-unended-begin): Simplify regexp.
11216 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11217 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11218 (latex-mode): Set forward-sexp-function.
11219
11220 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11221 Add regexp for @ignore ... @end ignore.
11222 (texinfo-heading-face): New face.
11223 (texinfo-font-lock-keywords): Use it.
11224 (texinfo-mode-menu): New menu.
11225 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11226 New functions.
11227 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11228 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11229 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11230 Remove declaration.
11231 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11232
11233 * delsel.el (delete-selection-mode): Use define-minor-mode.
11234
11235 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11236
112372000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11238
11239 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11240
112412000-09-30 Gerd Moellmann <gerd@gnu.org>
11242
11243 * replace.el (keep-lines-read-args): New function.
11244 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11245 read arguments interactively. Add parameters RSTART and REND.
11246 Operate on the active region in Transient Mark mode.
11247
11248 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11249
11250 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11251 (authors-obsolete-files-regexps): New variable.
11252 (authors-add): Don't record changes in obsolete files.
11253
112542000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11255
11256 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11257
11258 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11259 (comment-indent): Make sure there's a space between code and comment.
11260 Shift comments left to avoid going past fill-column.
11261
112622000-09-29 Gerd Moellmann <gerd@gnu.org>
11263
11264 * startup.el (startup-echo-area-message): New function.
11265 (display-startup-echo-area-message): Use it.
11266 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11267 (fancy-splash-default-action): New function.
11268 (fancy-splash-screens-1): New function.
11269 (fancy-splash-head): Put a help-echo and a keymap under the image.
11270
112712000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11272
11273 * diff-mode.el (diff-add-log-file-name): Remove.
11274 (diff-mode): Use add-log-buffer-file-name-function.
11275
11276 * add-log.el (find-change-log): New arg BUFFER-FILE.
11277 (add-log-file-name): Obey add-log-file-name-function.
11278 (add-log-buffer-file-name-function): New var.
11279 (add-change-log-entry): Use it.
11280
112812000-09-29 Miles Bader <miles@gnu.org>
11282
11283 * image-file.el (image-file-name-extensions): New variable.
11284 (image-file-name-regexps): Renamed from `image-file-regexps'.
11285 New default value is nil. Call `auto-image-file-mode'.
11286 (image-file-name-regexp): New function.
11287 (auto-image-file-mode): New minor mode.
11288 (insert-image-file): Don't make conditional on the image-file
11289 handler being enabled.
11290 (image-file-handler): Make the call here conditional instead.
11291 (set-image-file-handler-enabled, enable-image-file-handler)
11292 (disable-image-file-handler): Functions removed.
11293
11294 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11295 string.
11296
112972000-09-29 Gerd Moellmann <gerd@gnu.org>
11298
11299 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11300 it's a function from CL.
11301 (latex-imenu-create-index): Replace eval-when-compile with progn
11302 because latex-section-alist is not bound while compiling.
11303
113042000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11305
11306 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11307 (outline-mode): Use define-derived-mode.
11308
11309 * progmodes/perl-mode.el (perl-mode):
11310 * progmodes/awk-mode.el (awk-mode):
11311 * progmodes/asm-mode.el (asm-mode):
11312 Don't gratuitously override the default for comment-column.
11313
11314 * emacs-lisp/lisp.el (lisp-complete-symbol):
11315 Distinguish the let-binding case from the funcall case.
11316 (forward-sexp-function): New variable.
11317 (forward-sexp): Use it.
11318
11319 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11320 (easy-mmode-defmap): Remove the now useless autoload.
11321
11322 * time.el (display-time-mode): Use define-minor-mode.
11323
11324 * subr.el (add-minor-mode): Don't eval NAME.
11325 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11326 Use if rather than cond.
11327
11328 * simple.el (read-expression-map): Define more properly.
11329 (comment-indent-hook): Remove.
11330 (string-to-syntax): Bug fix.
11331
11332 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11333 (cvs-ediff-diff): Fix typo.
11334 (cvs-revert-if-needed): Don't bother preserving read-only.
11335
11336 * paren.el (show-paren-mode): Use define-minor-mode.
11337
11338 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11339 (toggle-auto-compression): Remove.
11340 (jka-compr-build-file-regexp): Remove useless grouping.
11341
11342 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11343 Avoid user-reserved bindings.
11344 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11345 (diff-header-face): Revert to grey85.
11346
11347 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11348
11349 * complete.el (partial-completion-mode) <defcustom>: Remove.
11350 (partial-completion-mode): Use define-minor-mode.
11351 (PC-do-completion): Understand `completion-auto-help = delay'
11352 to mean to popup the completion buffer only the second time.
11353 (PC-include-file-all-completions, PC-include-file-all-completions)
11354 (PC-include-file-all-completions): Don't quote lambda.
11355
11356 * comint.el (comint-mode-hook): Docstring fix.
11357 (comint-mode): Use define-derived-mode.
11358 (comint-mode-map): Remove obsolete comment.
11359 (make-comint): Minor stylistic change.
11360 (comint-insert-clicked-input): Be more careful to find the overlay.
11361 Use this-command-keys rather than hardcoding mouse-2.
11362
11363 * font-lock.el: Replace confusing (,@ with ,
11364 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11365 Don't use regexp-opt-depth. Spice up the regexp for args.
11366 Don't distinguish between cmds that can take an opt arg or not.
11367 Use `append' and `prepend' rather than `keep'.
11368
11369 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11370 (latex-outline-regexp): New var.
11371 (latex-outline-level): New fun.
11372 (latex-section-alist): New var.
11373 (latex-imenu-create-index): Use it. Use `push' as well.
11374 (tex-shell-map): Initialize it properly.
11375 (tex-mode): Minor stylistic change.
11376 (plain-tex-mode): Use define-derived-mode.
11377 (latex-mode): Use define-derived-mode.
11378 Construct the paragraph regexps in a more readable way.
11379 Set the buffer-local outline-{level,regexp} vars.
11380 (slitex-mode): Derive from latex-mode.
11381 (tex-common-initialization): Don't kill-all-vars anymore.
11382 Add setting for comment-add and font-lock-defaults.
11383 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11384 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11385 (tex-start-tex): New arg DIR (and send a chdir command for it).
11386 Also display the shell buffer and save it in tex-last-buffer-texed.
11387 (tex-region): Use expand-file-name rather than concat.
11388 Remove code made useless by changes in tex-start-tex.
11389 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11390
11391 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11392
113932000-09-28 Dave Love <fx@gnu.org>
11394
11395 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11396
113972000-09-28 Gerd Moellmann <gerd@gnu.org>
11398
11399 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11400 `append'.
11401
114022000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11403
11404 * info.el (Info-extract-pointer): Undo last change.
11405 Instead, fix the position of the `bound' arg to re-search-backward.
11406
114072000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11408
11409 * info.el (Info-extract-pointer):
11410 Widen more carefully, to avoid finding pointers in other nodes.
11411 (Info-index): Use push.
11412
114132000-09-27 Gerd Moellmann <gerd@gnu.org>
11414
11415 * frame.el (set-frame-font): Remove call to obsolete function
11416 frame-update-faces.
11417 (set-foreground-color, set-background-color): Likewise for
11418 frame-update-face-colors.
11419
114202000-09-27 Miles Bader <miles@gnu.org>
11421
11422 * image-file.el: New file.
11423
114242000-09-27 Gerd Moellmann <gerd@gnu.org>
11425
11426 * frame.el (frame-notice-user-settings): Don't call
11427 frame-update-faces, which is a no-op now.
11428
11429 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11430 tool-bar-lines.
11431
114322000-09-27 Dave Love <fx@gnu.org>
11433
11434 * mouse.el: Fix last change.
11435
114362000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11437
11438 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11439
114402000-09-22 Kenichi Handa <handa@etl.go.jp>
11441
11442 * international/quail.el (quail-help): The output message is
11443 improved.
11444
114452000-09-26 Dave Love <fx@gnu.org>
11446
11447 * mouse.el (popup-menu): If POSITION is nil, set it using
11448 mouse-position.
11449
114502000-09-25 Sam Steingold <sds@gnu.org>
11451
11452 * net/browse-url.el (browse-url-file-url): Check for null maps.
11453
114542000-09-26 Gerd Moellmann <gerd@gnu.org>
11455
11456 * frame.el (frame-notice-user-settings): Don't add a
11457 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11458
11459 * frame.el (frame-notice-user-settings):
11460 Make tool-bar-mode and default-frame-alist consistent.
11461
11462 * toolbar/tool-bar.el (tool-bar-help): New function.
11463
114642000-09-25 Gerd Moellmann <gerd@gnu.org>
11465
11466 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11467 current-load-list in top-level forms. Else this leaks a cons cell
11468 every time a defun is called.
11469
11470 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11471
114722000-09-25 Dave Love <fx@gnu.org>
11473
11474 * startup.el (fancy-splash-head): Check XPM is available.
11475
11476 * autoinsert.el (auto-insert): Doc fix.
11477 (auto-insert-alist): Following GNU notices, don't say `copyright
11478 _by_'. Use line-beginning-position.
11479 (auto-insert): Check buffer-file-name is non-nil before use.
11480
114812000-09-25 Gerd Moellmann <gerd@gnu.org>
11482
11483 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11484 starting with `@def' or `@multitable', in addition to ones
11485 specified by the user in auto-fill-inhibit-regexp.
11486
114872000-09-25 Markus Rost <rost@math.ohio-state.edu>
11488
11489 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11490 rmail-dont-reply-to-names matches the empty string.
11491
114922000-09-25 Gerd Moellmann <gerd@gnu.org>
11493
11494 * startup.el (command-line-1, fancy-splash-text): Change the
11495 text to sound more friendly.
11496
114972000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11498
11499 * progmodes/hideshow.el: Update author email address.
11500 Generally, sync w/ maintainer version 5.22.
11501 (hs-hide-all-non-comment-function): New var.
11502 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11503 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11504 (hs-show-region): Delete this command.
11505 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11506
115072000-09-22 Dave Love <fx@gnu.org>
11508
11509 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11510 (hl-line-highlight): Specify buffer when moving overlay.
11511
11512 * progmodes/fortran.el (fortran-mode): Locally set
11513 normal-auto-fill-function.
11514 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11515 (fortran-mode-map): Adjust auto-fill menu entry.
11516
115172000-09-22 Gerd Moellmann <gerd@gnu.org>
11518
11519 * vc-rcs.el (toplevel): Require `vc' when compiling.
11520
11521 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11522
115232000-09-22 Andre Spiegel <spiegel@gnu.org>
11524
11525 * vc.el (vc-switch-backend): Signal an error if the file is not
11526 registered under the new backend.
11527
11528 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11529 without explicit revision number.
11530
115312000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11532
11533 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11534 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11535 (diff-xor): New function.
11536 (diff-find-source-location): Use it. Fix a stupid name clash.
11537 (diff-hunk-status-msg): New function.
11538 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11539 (diff-test-hunk): Use diff-find-source-location.
11540 (diff-goto-source): Favor the `reverse'.
11541 (diff-hunk-text): Properly handle one-sided context diffs.
11542 (diff-apply-hunk): When done, advance to the next hunk.
11543
115442000-09-21 Gerd Moellmann <gerd@gnu.org>
11545
11546 * startup.el (command-line): If frame was created with a non-zero
11547 tool-bar-lines parameter, switch tool-bar-mode on.
11548
11549 * add-log.el (change-log-date-face, change-log-name-face)
11550 (change-log-email-face, change-log-file-face)
11551 (change-log-list-face, change-log-conditionals-face)
11552 (change-log-function-face, change-log-acknowledgement-face):
11553 New faces, inheriting from font-lock faces.
11554 (change-log-font-lock-keywords): Use them.
11555
115562000-09-21 Dave Love <fx@gnu.org>
11557
11558 * progmodes/cperl-mode.el (top-level): Clean up
11559 `eval-when-compile's and assorted defvars.
11560 (cperl-invalid-face): Don't double-quote value. Change custom
11561 type.
11562 (cperl-mode): Set normal-auto-fill-function and don't zap
11563 auto-fill-function.
11564 (cperl-imenu--function-name-regexp-perl): Renamed from
11565 imenu-example--function-name-regexp-perl.
11566 (cperl-imenu--create-perl-index): Renamed from
11567 imenu-example--create-perl-index.
11568 (cperl-xsub-scan): Don't require cl.
11569
11570 * msb.el (msb-mode-map): Use substitute-key-definition.
11571 (msb-mode): Use msb-mode-map.
11572
115732000-09-21 Andre Spiegel <spiegel@gnu.org>
11574
11575 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11576 New functions.
11577 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11578 (vc-switch-backend): New function.
11579 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11580 (vc-register): Fix prompt.
11581 (vc-unregister, vc-default-unregister): New functions.
11582 (vc-version-diff): Handle empty buffer in sentinel.
11583
11584 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11585 (vc-rcs-state-heuristic): Use it to guess the state of files with
11586 non-strict locking.
11587 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11588 been set with -b, but not created yet.
11589 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11590 contents in order to find the state.
11591 (vc-rcs-checkin): Allow creation of branches with no changes.
11592 (vc-rcs-unregister, vc-rcs-receive-file)
11593 (vc-rcs-set-non-strict-locking): New functions.
11594
11595 * vc-hooks.el (vc-name): Force correct computation of the value
11596 in case it is missing.
11597
115982000-09-21 Gerd Moellmann <gerd@gnu.org>
11599
11600 * startup.el (fancy-splash-tail): Use a different foreground
11601 color on a dark frame background.
11602
116032000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11604
11605 * info.el: Use the correct capitalization when making Info-mode
11606 and Info-edit-mode `special' modes.
11607
116082000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11609
11610 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11611 (diff-mode): Add support for add-log.el.
11612 (diff-hunk-text): Use char offsets rather than line offsets.
11613 (diff-find-source-location): Replace LINE with line-offset (nil
11614 if not found) and always set POS to a meaningful position.
11615 Adapt to the new char-offsets.
11616 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11617 Adapt to the new diff-find-source-location.
11618 (diff-goto-source): Adapt to the new diff-find-source-location.
11619
11620 * add-log.el (add-log-file-name): New function (split out of
11621 add-change-log-entry).
11622 (add-change-log-entry): Use it.
11623 Call add-log-file-name-function with the changelog file name if
11624 the current buffer is not associated with any file.
11625 Avoid find-file if the selected window is dedicated.
11626
11627 * diff-mode.el (diff-find-source-location):
11628 Move code from diff-apply-hunk. Return buffer rather than file.
11629 (diff-apply-hunk): Use the new result from diff-find-source-location.
11630 (diff-goto-source): Use the new diff-find-source-location.
11631
116322000-09-20 Dave Love <fx@gnu.org>
11633
11634 * iswitchb.el: Some doc fixes.
11635 (iswitchb-mode-map): Define completely initially. Inherit
11636 minibuffer-local-map.
11637 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11638 fundamental-mode.
11639 (iswitchb-global-map): New variable.
11640 (iswitchb-summaries-to-end): Amalgamate regexps.
11641 (iswitchb-mode): New.
11642 (iswitchb-mode-hook): New variable.
11643 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11644 `extensions'.
11645
116462000-09-20 Gerd Moellmann <gerd@gnu.org>
11647
11648 * ehelp.el (electric-help): New defgroup.
11649 (electric-help-shrink-window): New user-option.
11650 (with-electric-help): Use it.
11651
11652 * window.el (shrink-window-if-larger-than-buffer): If face
11653 `mode-line' has a :box, and we're on a graphical frame, add 1
11654 to the needed window height.
11655
11656 * frame.el (frame-notice-user-settings): Add a last parameter nil
11657 to a call to `append', because the last list passed to `append' is
11658 not copied, and so subsequent calls to assq-delete-all will modify
11659 default-frame-alist.
11660
11661 * startup.el (fancy-splash-image): Change :type.
11662 (fancy-splash-head): Use an XBM image if appropriate.
11663 (command-line-1): Show splash screens in more cases.
11664
11665 * startup.el (fancy-splash-text): Don't quote faces.
11666
11667 * dired.el (dired-font-lock-keywords): Undo last change.
11668 (dired-readin): Bind indent-tabs-mode to nil.
11669
11670 * startup.el (fancy-splash-head): If frame's background mode
11671 is `dark', change the black background of the image to gray.
11672 (fancy-splash-screens): Display startup echo area message.
11673 (display-startup-echo-area-message): New function.
11674
116752000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11676
11677 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11678
11679 * info.el (info-header-node): Tweak for color ttys.
11680
11681 * faces.el (face-valid-attribute-values): Make sure directories we
11682 search for stipples both exist and are readable before trying to
11683 search them.
11684
11685 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11686 in the dry-run case.
11687
11688 * jka-compr.el (with-auto-compression-mode): New macro.
11689
11690 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11691 (custom-group-tag-face, custom-variable-tag-face): Use relative
11692 :height and inherit from `variable-pitch' face instead of
11693 hardwiring :family.
11694 * hi-lock.el (hi-black-hb): Likewise.
11695
11696 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11697 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11698 toolbar-add-item, if image doesn't have a mask add a `:mask
11699 heuristic'.
11700
117012000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11702
11703 * diff-mode.el: Docstring fixes.
11704 (diff-header-face, diff-comment-face): New faces.
11705 (diff-font-lock-keywords): Highlight a bit differently.
11706 (diff-find-source-location): Don't return SPAN any more.
11707 (diff-hunk-text): Don't bother erasing the temp buffer.
11708 (diff-find-text): Drop argument LINE.
11709 (diff-apply-hunk): Update calls to diff-find-text.
11710 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11711
11712 * calendar/calendar.el: Docstring fixes.
11713 (calendar-make-alist): Don't quote lambda.
11714 (calendar-star-date): Use make-local-variable.
11715
117162000-09-19 Dave Love <fx@gnu.org>
11717
11718 * toolbar/tool-bar.el: Renamed from toolbar.el.
11719 Change `toolbar' to `tool-bar' generally in symbols.
11720 Make some items invisible in `special' major modes.
11721 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11722 Add arg PROPS.
11723
11724 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11725 Add :version here.
11726 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11727
117282000-09-19 Gerd Moellmann <gerd@gnu.org>
11729
11730 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11731
11732 * files.el (find-file-suppress-same-file-warnings): New user-option.
11733 (find-file-noselect): Use it.
11734
11735 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11736 (fancy-splash-screen): Defgroup.
11737
11738 * add-log.el (change-log-font-lock-keywords): Match names
11739 more exactly for the case that font-lock-constant-face is
11740 underlined.
11741
117422000-09-19 Richard M. Stallman <rms@gnu.org>
11743
11744 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11745
117462000-09-19 Andre Spiegel <spiegel@gnu.org>
11747
11748 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11749
117502000-09-19 Gerd Moellmann <gerd@gnu.org>
11751
11752 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11753 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11754 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11755 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11756 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11757 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11758 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11759 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11760 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11761 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11762 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11763 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11764
11765 * startup.el (fancy-splash-text): New variable.
11766 (fancy-splash-delay, fancy-splash-image): New user-options.
11767 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11768 (fancy-splash-screens): New functions.
11769 (command-line-1): If display has a `display' frame parameter, has
11770 colors, and we have XPM support, show more fancy splash screens.
11771
117722000-09-19 Dave Love <fx@gnu.org>
11773
11774 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11775 with null `help'. Use modern backquote syntax.
11776
117772000-09-19 Gerd Moellmann <gerd@gnu.org>
11778
11779 * font-lock.el (font-lock-mode): Change message telling the user
11780 that ``the buffer is too big''.
11781
11782 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11783 for instance for the case that tab-width is 2.
11784
117852000-09-18 Gerd Moellmann <gerd@gnu.org>
11786
11787 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11788 toolbar-add-item, if image doesn't have a mask add a `:mask
11789 heuristic'.
11790
117912000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11792
11793 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11794 and return a cons if it's non-nil.
11795 (diff-apply-hunk): Try to jump to the line in the source text
11796 corresponding to the position of point in the in the hunk.
11797
11798 * info.el (Info-title-3-face, Info-title-2-face)
11799 (Info-title-1-face): Use face inheritance and relative sizes
11800 instead of hard-wiring things.
11801
11802 * faces.el (secondary-selection): Make dark-background variant sane.
11803
118042000-09-16 Andrew Innes <andrewi@gnu.org>
11805
11806 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11807 read-only, since they aren't under VC now.
11808
118092000-09-17 Dave Love <fx@gnu.org>
11810
11811 * tmm.el: Replace mapcar with mapc in several places.
11812
11813 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11814 ad-unadvise.
11815
11816 * international/latin1-disp.el: New file.
11817
11818 * calendar/cal-move.el (scroll-calendar-left)
11819 (scroll-calendar-right): Make arg optional (for active mode line).
11820
11821 * calendar/calendar.el (calendar-mode-line-format): Make fields
11822 mouse-sensitive.
11823 (calendar-read-date, calendar-read-date, calendar-window-list):
11824 Unquote lambda.
11825 (calendar-month-name): Use aref, not sref.
11826
11827 * view.el (minor-mode-alist): Propertize the string.
11828
11829 * international/characters.el (standard-case-table): Add entries
11830 for Greek.
11831
118322000-09-18 Miles Bader <miles@gnu.org>
11833
11834 * info.el (info-node, info-xref): Add dark-background variants.
11835
11836 * faces.el (header-line): Change defaults to be less confusing
11837 when mixed with mode-lines.
11838
11839 * info.el (Info-fontify-node): Make a few cleanups.
11840 Add extra `help-echo' and `local-map' props to node xrefs.
11841 Use header-specific faces for node-names & xrefs.
11842 (Info-use-header-line): New variable.
11843 (info-header-xref, info-header-node): New faces.
11844 (Info-setup-header-line): New function.
11845 (Info-select-node): Call Info-setup-header-line when enabled.
11846 (Info-extract-pointer): Work even if the header line is hidden.
11847 (Info-header-line): New variable.
11848
118492000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11850
11851 * vms-patch.el (print-region-function): Don't quote lambda.
11852
11853 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11854
11855 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11856 (lm-get-header-re): Allow spaces between the header and the colon.
11857 (lm-header): Allow $ in non-RCS headers.
11858 (lm-header-multiline): Put the strings back into order.
11859 Stop at an empty line. Don't require two space chars if the
11860 line is clearly not another header line.
11861
11862 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11863 (popup-menu-popup): Remove.
11864
118652000-09-15 Gerd Moellmann <gerd@gnu.org>
11866
11867 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11868 specification if or if not tool-bar item contains an `:enabled'
11869 property.
11870
11871 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11872 current buffer has no file name.
11873
118742000-09-15 Dave Love <fx@gnu.org>
11875
11876 * strokes.el: Sync with maintainer's current version with changes
11877 for Emacs, but avoid runtime cl and levents.
11878 (toplevel): Change autoloads and compilation requires.
11879 (strokes-version, strokes-bug-address, strokes-lift): Values
11880 changed.
11881 (strokes-xpm-header, strokes-insinuated): New variable.
11882 (strokes): Add :link.
11883 (strokes-mode): Customized.
11884 (strokes-while-inhibiting-garbage-collector): New macro.
11885 (strokes-remassoc): Avoid remove-if.
11886 (strokes-fix-button2-command): Don't use ad-do-it.
11887 (strokes-insinuate): New function.
11888 (strokes-button-press-event-p, strokes-button-release-event-p):
11889 New functions, used instead of non-`strokes-' versions..
11890 (strokes-mouse-event-p): Rewritten.
11891 (strokes-event-closest-point): Avoid event-point.
11892 (strokes-get-grid-position): Avoid cdadr, caadr
11893 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11894 functions.
11895 (strokes-help): Use with-output-to-temp-buffer.
11896 (strokes-window-configuration-changed-p): New function.
11897 (strokes-update-window-configuration): Use buffer-live-p,
11898 strokes-window-configuration-changed-p.
11899 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11900 (strokes-char-face): New face.
11901 (strokes-char-table, strokes-base64-chars): New variable.
11902 (strokes-xpm-for-stroke, strokes-list-strokes)
11903 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11904 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11905 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11906 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11907 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11908 functions.
11909
119102000-09-15 Gerd Moellmann <gerd@gnu.org>
11911
11912 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11913
11914 * image.el (create-image): Doc fix.
11915
11916 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11917 instead of `:heuristic-mask t'.
11918
119192000-09-14 Andrew Innes <andrewi@gnu.org>
11920
11921 * makefile.w32-in: Revert to Unix line endings.
11922
119232000-09-14 Andrew Innes <andrewi@gnu.org>
11924
11925 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11926 when installing.
11927
11928 * makefile.nt (DONTCOMPILE): Fix typo.
11929
11930 * shell.el (shell-write-history-on-exit): New function.
11931 (shell-dumb-shell-regexp): New custom variable.
11932 (shell-mode): Make shell-write-history-on-exit the process
11933 sentinel if shell name matches shell-dumb-shell-regexp.
11934
11935 * w32-fns.el: Comment out before-init-hook function which resets
11936 source-directory based; this breaks bootstrap.
11937
119382000-09-14 Dave Love <fx@gnu.org>
11939
11940 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11941 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11942 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11943 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11944 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11945 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11946 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11947 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11948 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11949
11950 * toolbar/toolbar.el: New.
11951
11952 * subdirs.el: Add toolbar.
11953
119542000-09-14 Gerd Moellmann <gerd@gnu.org>
11955
11956 * indent.el (indent-for-tab-command): Doc fix.
11957
119582000-09-14 Alex Schroeder <alex@gnu.org>
11959
11960 * ansi-color.el (ansi-colors): Doc change.
11961 (ansi-color-get-face): Simplified regexp.
11962 (ansi-color-faces-vector): Added more faces, doc change.
11963 (ansi-color-names-vector): Doc change.
11964 (ansi-color-regexp): Simplified regexp.
11965 (ansi-color-parameter-regexp): New regexp.
11966 (ansi-color-filter-apply): Doc change.
11967 (ansi-color-filter-region): Doc change.
11968 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11969 deal with zero length parameters.
11970 (ansi-color-apply-on-region): Doc change.
11971 (ansi-color-map): Doc change.
11972 (ansi-color-map-update): Removed debugging message.
11973 (ansi-color-get-face-1): Added condition-case to trap
11974 args-out-of-range errors.
11975 (ansi-color-get-face): Doc change.
11976 (ansi-color-make-face): Removed.
11977 (ansi-color-for-shell-mode): New option.
11978
119792000-09-13 Kenichi Handa <handa@etl.go.jp>
11980
11981 * international/quail.el (quail-start-translation): Translate KEY
11982 if necessary even if it doesn't have any mapping in the current
11983 input method.
11984 (quail-start-conversion): Likewise.
11985 (quail-help): The output message is improved.
11986
119872000-09-13 Miles Bader <miles@gnu.org>
11988
11989 * comint.el (comint-output-filter): Revert to using
11990 `insert-before-markers'. Add bletcherous hack to undo damage
11991 caused by `insert-before-markers'. Put `front-sticky' property on
11992 overlays created here so that the field code understands how the
11993 overlay works. Use a let when making comint-last-prompt-overlay,
11994 so that the code is easier to read.
11995
119962000-09-13 Dave Love <fx@gnu.org>
11997
11998 * wid-edit.el (widget-default-format-handler): DTRT when
11999 doc-property is a function.
12000
120012000-09-12 Francesco Potorti` <pot@gnu.org>
12002
12003 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12004 filed name if it's not there.
12005
120062000-09-12 Dave Love <fx@gnu.org>
12007
12008 * simple.el (read-mail-command): Doc fix.
12009 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12010
12011 * vc.el (vc-dired-listing-switches): Fix :version.
12012
12013 * vc-hooks.el: Doc fixes.
12014
12015 * subr.el (add-minor-mode): Use toggle-fun arg.
12016
12017 * speedbar.el: Add :version to several defcustoms.
12018
12019 * imenu.el (imenu--truncate-items, imenu--cleanup)
12020 (imenu--generic-function): Avoid mapcar.
12021 (imenu--replace-spaces): Function removed.
12022 (imenu--completion-buffer): Use subst-char-in-string.
12023 (imenu-add-to-menubar): Use keymap inheritance.
12024
120252000-09-12 Miles Bader <miles@gnu.org>
12026
12027 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12028 (diff-mode-map): Bind `diff-test-hunk'.
12029 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12030
120312000-09-11 Gerd Moellmann <gerd@gnu.org>
12032
12033 * bytecomp.el (byte-compile-defvar): Undo last change
12034 because it breaks '(make-variable-buffer-local (defvar ...)'
12035 which is used at least in dired.
12036
120372000-09-12 Kenichi Handa <handa@etl.go.jp>
12038
12039 * international/quail.el (quail-define-package): Docstring
12040 modified.
12041
120422000-09-12 Kenichi Handa <handa@etl.go.jp>
12043
12044 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12045 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12046 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12047 docstring of "chinese-py".
12048
12049 * international/quail.el (quail-translation-docstring): New
12050 variable.
12051 (quail-show-keyboard-layout): Docstring modified.
12052 (quail-select-current): Likewise.
12053 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12054 infinite recursive call.
12055 (quail-help): Check quail-translation-docstring. Format of the
12056 output changed.
12057 (quail-help-insert-keymap-description): Adjusted for the above
12058 change.
12059
120602000-09-11 Gerd Moellmann <gerd@gnu.org>
12061
12062 * bytecomp.el (byte-compile-defvar): Only cons onto
12063 current-load-list in top-level forms. Else this leaks a cons cell
12064 every time a defun is called.
12065
120662000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12067
12068 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12069 Now understands non-unified diffs. Some functionality moved into
12070 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12071 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12072 modify anything. Only reposition point in the patched file if the
12073 patch succeeds. Only pop up another window if POPUP is true.
12074 Emit a message describing what happened if successful, and at what
12075 line-offset. Automatically detect reversed hunks and do something
12076 appropriate.
12077 (diff-hunk-text, diff-find-text): New functions.
12078 (diff-filter-lines): Function removed.
12079 (diff-test-hunk): New function.
12080 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12081
120822000-09-10 Dave Love <fx@gnu.org>
12083
12084 * textmodes/tildify.el: Minor doc/commentary fixes.
12085 (tildify) <defgroup>: Add :version.
12086
12087 * faces.el (face-x-resources): Make custom type more specific.
12088 (frame-background-mode): Use mapc.
12089 (region) <defcustom>: Add :version.
12090
120912000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12092
12093 * vc-sccs.el (vc-sccs-register):
12094 * vc-rcs.el (vc-rcs-register):
12095 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12096 * vc.el (vc-register): Clear file's properties.
12097
120982000-09-08 Gerd Moellmann <gerd@gnu.org>
12099
12100 * faces.el (face-spec-set): Only face-spec-reset-face when
12101 ATTRS is non-nil.
12102
121032000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12104
12105 * help.el (help-insert-xref-button): Fix a typo in doc string.
12106
121072000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12108
12109 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12110 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12111 methods.
12112
12113 * menu-bar.el (read-mail-item-name): New function.
12114 (menu-bar-tools-menu): Use it to compute and display the package
12115 used to read email.
12116 (menu-bar-tools-menu): Fix typo in GUD's help string.
12117
121182000-09-07 Dave Love <fx@gnu.org>
12119
12120 * diff-mode.el (diff-mouse-goto-source): New function.
12121
12122 * vc-sccs.el: Doc fixes.
12123 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12124
12125 * vc-rcs.el: Doc fixes.
12126 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12127 (vc-rcs-checkout-switches, vc-rcs-header)
12128 (vc-rcs-master-templates): Add or change :version.
12129
12130 * vc-cvs.el: Doc fixes.
12131 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12132 (vc-cvs-stay-local): Add :version.
12133
12134 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12135
121362000-09-07 Kenichi Handa <handa@etl.go.jp>
12137
12138 * international/quail.el (quail-help): Fix previous change.
12139
121402000-09-07 Gerd Moellmann <gerd@gnu.org>
12141
12142 * faces.el (color-values): Doc fix.
12143
12144 * faces.el (frame-set-background-mode): Use frame-parameter
12145 instead of frame-parameters.
12146
12147 * frame.el (filtered-frame-list): Reduce consing.
12148 (frames-on-display-list): Call frame-parameter instead of
12149 frame-parameters.
12150
121512000-09-07 Kenichi Handa <handa@etl.go.jp>
12152
12153 * language/devan-util.el (devanagari-to-indian-region): In the
12154 loop, change the following char, not preceding char.
12155
121562000-09-07 Gerd Moellmann <gerd@gnu.org>
12157
12158 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12159 instead of frame-parameters.
12160
12161 * faces.el (set-face-attribute): Simplify by calling
12162 internal-set-lisp-face-attribute with FRAME being 0.
12163
12164 * vc.el: Remove `Id' version control keyword.
12165
121662000-09-07 Kenichi Handa <handa@etl.go.jp>
12167
12168 * help.el (help-make-xrefs): Adjusted for the change of
12169 help-xref-mule-regexp.
12170 (help-insert-xref-button): New function.
12171
12172 * international/mule-cmds.el (help-xref-mule-regexp-template):
12173 Include the pattern for character set.
12174 (leim): New group.
12175
12176 * international/quail.el: Don't require face.
12177 (quail): New group.
12178 (quail-other-command): Dummy command to make quail-help work better.
12179 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12180 (quail-keyboard-layout-substitution): New variable.
12181 (quail-update-keyboard-layout): New function.
12182 (quail-keyboard-layout-type): New customizable variable.
12183 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12184 (quail-keyboard-translate): Pay attention to
12185 quail-keyboard-layout-substitution.
12186 (quail-insert-kbd-layout): New function.
12187 (quail-show-keyboard-layout): New function.
12188 (quail-get-translation): If the definition is a vector of length
12189 1, and the element is a string of length 1, return the character
12190 in that string.
12191 (quail-update-current-translations): Fix the case of
12192 relative-index out of range.
12193 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12194 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12195 Show key sequences for all available characters.
12196 (quail-help-insert-keymap-description): Don't show such verbose
12197 key bindings as quail-self-insert-command.
12198
12199 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12200 Format changed, and each element now have extra documentations.
12201 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12202 Adjusted for the change of quail-cxterm-package-ext-info.
12203
122042000-09-06 Gerd Moellmann <gerd@gnu.org>
12205
12206 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12207 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12208 during bootstrap.
12209
122102000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12211
12212 * vc.el: (toplevel): Don't require `dired' at run-time.
12213 (vc-dired-resynch-file): Remove autoload cookie.
12214
122152000-09-05 Andre Spiegel <spiegel@gnu.org>
12216
12217 * vc.el: Made several backend functions optional.
12218 (vc-default-responsible-p): New function.
12219 (vc-merge): Use RET for first version to trigger merge-news, not
12220 prefix arg.
12221 (vc-annotate): Handle backends that do not support annotation.
12222 (vc-default-merge-news): Removed. The existence of a merge-news
12223 implementation is now checked on caller sites.
12224
12225 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12226 case.
12227
12228 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12229 special case that has been removed from the default in vc-hooks.el.
12230
122312000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12232
12233 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12234
122352000-09-05 Andre Spiegel <spiegel@gnu.org>
12236
12237 * vc-hooks.el: Require vc during compilation.
12238 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12239 macro `with-vc-properties' in vc.el.
12240 (vc-file-getprop): Doc fix.
12241 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12242
12243 * vc.el: Require dired-aux during compilation.
12244 (vc-name-assoc-file): Moved to vc-sccs.el.
12245 (with-vc-properties): New macro.
12246 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12247 vc-finish-steal): Use it.
12248 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12249 to the backend-specific function is now supposed to do the checkout,
12250 too.
12251 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12252
12253 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12254 set file properties; that gets done in the generic code now.
12255
12256 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12257 Changed parameter list, added code from vc.el that does the
12258 checkout, possibly with a double-take.
12259
12260 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12261 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12262 the above under the new name.
12263 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12264 parameter list, added checkout command.
12265 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12266 properties; that gets done in the generic code now.
12267
122682000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12269
12270 * vc.el: Docstring fixes (courtesy of checkdoc).
12271
122722000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12273
12274 * vc.el (vc-checkout-writable-buffer-hook)
12275 (vc-checkout-writable-buffer): Remove.
12276 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12277 (vc-log-mode): Make it into a clean derived major mode.
12278 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12279 vc-log-mode if log-edit is not available.
12280 (vc-dired-mode-map): Don't set-keymap-parent yet.
12281 (vc-dired-mode): Do set-keymap-parent here.
12282 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12283
122842000-09-05 Gerd Moellmann <gerd@gnu.org>
12285
12286 * faces.el (set-face-attribute, face-spec-reset-face)
12287 (face-spec-set): Avoid consing by removing calls to `apply'.
12288
12289 * frame.el (frame-parameter): Move to C code.
12290
122912000-09-05 Dave Love <fx@gnu.org>
12292
12293 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12294 insert-before-markers-and-inherit. Now checked systematically!
12295
122962000-09-05 Alex Schroeder <alex@gnu.org>
12297
12298 * sql.el (sql-postgres): Use sql-postgres-options.
12299 (sql-postgres-options): New variable.
12300
123012000-09-05 Alex Schroeder <alex@gnu.org>
12302
12303 * sql.el (sql-mode-menu): Work around missing variable mark-active
12304 in XEmacs.
12305 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12306 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12307 compatibility.
12308
123092000-09-04 Gerd Moellmann <gerd@gnu.org>
12310
12311 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12312
12313 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12314
12315 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12316
123172000-09-04 Andre Spiegel <spiegel@gnu.org>
12318
12319 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12320 don't support anything else under SCCS yet.
12321
12322 * vc-hooks.el: Minor doc fixes.
12323
123242000-09-04 Andre Spiegel <spiegel@gnu.org>
12325
12326 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12327 not necessary. If verbose in state `needs-patch', do the same as
12328 under `up-to-date'. When NOT verbose and `needs-patch', check out
12329 latest version instead of `merge-news'.
12330 (vc-next-action-dired): Don't mess with default-directory here; it
12331 breaks other parts of dired. It is the job of the
12332 backend-specific functions to adjust it temporarily if they need it.
12333 (vc-next-action): Remove a special CVS case.
12334 (vc-clear-headers): New optional arg FILE.
12335 (vc-checkin, vc-checkout): Set properties vc-state and
12336 vc-checkout-time properly.
12337 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12338 (vc-print-log): Use new backend function `show-log-entry'.
12339 (vc-cancel-version): Do the checks in a different order. Added a
12340 FIXME concerning RCS-only code.
12341
12342 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12343 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12344
12345 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12346
12347 * vc-hooks.el (vc-default-mode-line-string): Show state
12348 `needs-patch' as a `-' too.
12349
123502000-09-04 Andre Spiegel <spiegel@gnu.org>
12351
12352 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12353 (vc-default-could-register): New function.
12354 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12355 (vc-resynch-buffer): Call vc-dired-resynch-file.
12356 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12357 vc-resynch-buffer instead of vc-resynch-window.
12358 (vc-next-action-dired): Don't redisplay here, that gets done as a
12359 result of the individual file operations.
12360 (vc-retrieve-snapshot): Corrected prompt order.
12361
12362 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12363
12364 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12365 as well.
12366 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12367 hostname regexps. Updated all callers.
12368 (vc-cvs-responsible-p): Handle directories as well.
12369 (vc-cvs-could-register): New function.
12370 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12371 properties up-to-date.
12372
12373 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12374 user whether to create one.
12375
123762000-09-04 Andre Spiegel <spiegel@gnu.org>
12377
12378 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12379 check out a non-existing file.
12380
12381 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12382 workfile does not exist.
12383
12384 * vc.el (vc-version-diff): Use `require' to check for existence of
12385 diff-mode.
12386
123872000-09-04 Andre Spiegel <spiegel@gnu.org>
12388
12389 * vc-cvs.el (vc-cvs-registered): Use new function
12390 vc-cvs-parse-entry to do the actual work.
12391
123922000-09-04 Andre Spiegel <spiegel@gnu.org>
12393
12394 * vc-hooks.el (vc-find-backend-function): If function doesn't
12395 exist, return nil instead of error.
12396 (vc-call-backend): Doc fix.
12397
12398 * vc.el (vc-do-command): Doc fix.
12399 (vc-finish-logentry): When checking in from vc-dired, choose the
12400 right backend for logentry check.
12401 (vc-dired-mode-map): Inherit from dired-mode-map.
12402 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12403 simplified.
12404 (vc-dired-state-info): Removed, updated caller.
12405 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12406 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12407 (vc-dired-listing-switches): New variable.
12408 (vc-directory): Use it, instead of dired-listing-switches.
12409
12410 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12411 (vc-cvs-dir-state): New function.
12412 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12413 (vc-cvs-parse-entry): New function, also to be used in
12414 vc-cvs-registered.
12415
124162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12417
12418 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12419 *or* single-window-frames.
12420
124212000-09-04 Andre Spiegel <spiegel@gnu.org>
12422
12423 * vc.el (vc-update-changelog): Split into generic part and default
12424 implementation. Doc string adapted.
12425 (vc-default-update-changelog): New function. Call the `rcs2log'
12426 script in exec-directory, to fix a long-standing nuisance.
12427
12428 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12429 simply signals an error.
12430
124312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12432
12433 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12434 control-flow more clear and to avoid running `cvs' twice.
12435
12436 * vc.el (vc-next-action-on-file): Doc fix.
12437 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12438 (vc-print-log): Eval `file' before constructing the continuation.
12439
124402000-09-04 Andre Spiegel <spiegel@gnu.org>
12441
12442 * vc.el (vc-next-action-on-file): Corrected several messages.
12443 (vc-merge): Add prefix arg `merge-news'; handle it.
12444
12445 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12446 is not reached. It is.
12447 (vc-cvs-merge): Set state to 'edited after merge.
12448 (vc-cvs-merge-news): Set workfile version to nil if not known.
12449 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12450
12451 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12452 via stdout. (Merge from main line.)
12453
124542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12455
12456 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12457 detection.
12458
124592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12460
12461 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12462 against kill-all-local-variables.
12463 (vc-log-edit): Don't save vc-parent-buffer any more.
12464 (vc-last-comment-match): Initialize to an empty string.
12465 (vc-post-command-functions): New hook.
12466 (vc-do-command): Run it.
12467 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12468 (vc-finish-logentry): Only add the comment to the ring if it's
12469 different from the last comment entered.
12470 (vc-new-comment-index): New function.
12471 (vc-previous-comment): Use it. Make the minibuffer message
12472 slightly less terse.
12473 (vc-comment-search-reverse): Make it work forward as well. Don't
12474 set vc-comment-ring-index if no match is found. Use
12475 vc-new-comment-index.
12476 (vc-comment-search-forward): Use vc-comment-search-reverse.
12477 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12478 define-derived-mode will do it for us. Bind `v' to a keymap that
12479 inherits from vc-prefix-map so that we can bind `vt' without
12480 binding C-x v t.
12481 (vc-retrieve-snapshot): Parenthesis typo.
12482
12483 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12484 to 1. Make sure to switch to *vc* before looking for an error
12485 message. Use vc-parse-buffer.
12486
124872000-09-04 Andre Spiegel <spiegel@gnu.org>
12488
12489 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12490 and NAME.
12491 (vc-retrieve-snapshot): Split into two parts.
12492 (vc-default-retrieve-snapshot): New function.
12493
12494 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12495 (vc-cvs-retrieve-snapshot): New function (untested).
12496 (vc-cvs-stay-local): Default to t.
12497 (vc-cvs-remote-p): New function and property.
12498 (vc-cvs-state): Stay local only if the above is t.
12499 (vc-handle-cvs): Removed.
12500 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12501 done via vc-handled-backends now.
12502 (vc-cvs-header): Escape Id.
12503
125042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12505
12506 * vc.el (vc-do-command): Remove unused commands.
12507 (vc-version-diff): Make sure default-directory ends with a slash.
12508 Move the window commands into a vc-exec-after.
12509 (vc-print-log): Move more of the code into the `vc-exec-after'.
12510
125112000-09-04 Andre Spiegel <spiegel@gnu.org>
12512
12513 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12514 (vc-print-log): Search current revision from beginning of buffer.
12515 (vc-revert-buffer): Clear echo area after the diff is finished.
12516 (vc-prefix-map): Removed definition of "t" for terse display in vc
12517 dired.
12518 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12519 definition of "vt" for terse display.
12520 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12521
125222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12523
12524 * vc.el (vc-exec-after): Avoid caddr.
12525
125262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12527
12528 * vc.el (vc-exec-after): New function.
12529 (vc-do-command): Use it to add a termination message for async
12530 procs.
12531 (vc-checkout): Try to handle a missing-backend situation.
12532 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12533 of a directory with a backend using async diffs.
12534 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12535 present.
12536
12537 * vc-sccs.el (vc-sccs-state-heuristic): Use
12538 file-ownership-preserved-p.
12539
12540 * vc-rcs.el (vc-rcs-state-heuristic): Use
12541 file-ownership-preserved-p.
12542 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12543
125442000-09-04 Andre Spiegel <spiegel@gnu.org>
12545
12546 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12547 vc-do-command.
12548
12549 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12550 when there are no changes.
12551
125522000-09-04 Andre Spiegel <spiegel@gnu.org>
12553
12554 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12555
12556 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12557
125582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12559
12560 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12561
12562 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12563 the `fset' outside of the defvar so that it works even if
12564 vc-prefix-map was already defined.
12565 (vc-setup-buffer): New function, split out of vc-do-command.
12566 (vc-do-command): Allow BUFFER to be t to mean `just use the
12567 current buffer without any fuss'.
12568 (vc-version-diff): Change the `diff' backend operation to just put
12569 the diff in the current buffer without erasing it. Always use
12570 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12571 shrink-window-if-larger-than-buffer.
12572 (vc-print-log): Change the `print-log' backend operation to just
12573 put the log in the current buffer without erasing it. Protect
12574 shrink-window-if-larger-than-buffer.
12575 (vc-update-change-log): Fix setd typo.
12576
12577 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12578 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12579
12580 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12581 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12582 CMP.
12583
12584 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12585 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12586 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12587
125882000-09-04 Andre Spiegel <spiegel@gnu.org>
12589
12590 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12591 not possible, use vc-BACKEND-workfile-unchanged-p.
12592 (vc-default-workfile-unchanged-p): New function. Delegates to a
12593 full vc-BACKEND-diff.
12594
12595 * vc-hooks.el (vc-simple-command): Removed.
12596
12597 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12598 instead of vc-simple-command.
12599 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12600 avoid doing a diff when opening a file.
12601 (vc-rcs-state): Added check for unlocked-changes.
12602 (vc-rcs-header): Escape Id.
12603 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12604 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12605 version.
12606
12607 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12608 (vc-sccs-diff): Remove optional arg CMP.
12609 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12610 SCCS-specific function.
12611
12612 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12613 vc-simple-command.
12614
126152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12616
12617 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12618 (with-vc-file, vc-merge): Use vc-editable-p.
12619 (vc-do-command): Remove unused var vc-file and fix the
12620 doubly-defined `status' var. Add a user message when starting an
12621 async command.
12622 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12623 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12624 Use with-current-buffer.
12625 (vc-buffer-sync): Use unless.
12626 (vc-next-action-on-file): If the file is 'edited by read-only,
12627 make it read-write instead of trying to commit.
12628 (vc-version-diff, vc-update-change-log): Use `setq
12629 default-directory' rather than `cd'.
12630 (vc-log-edit): Don't forget to set default-directory in the
12631 buffer.
12632
12633 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12634 (vc-sccs-state-heuristic): Use file-writable-p instead of
12635 comparing userids.
12636 (vc-sccs-checkout): Use `unless'.
12637
12638 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12639 of comparing userids.
12640 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12641 Simplify the logic by eliminating unreachable code.
12642 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12643 just do a recursive call if we need to retry.
12644 (vc-rcs-checkout): Handle the case where rcs is missing by making
12645 the buffer read-write if requested and re-signalling the error.
12646
12647 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12648
126492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12650
12651 * vc-hooks.el (vc-handled-backends): Docstring change.
12652 (vc-ignore-vc-files): Mark obsolete.
12653 (vc-registered): Check vc-ignore-vc-files.
12654 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12655 vc-ignore-vc-files.
12656
12657 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12658
126592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12660
12661 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12662 files since ange-ftp already has vc-registered return nil.
12663
12664 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12665 (vc-sccs-workfile-version): Use with-temp-buffer and new
12666 vc-parse-buffer and don't bother setting the property.
12667 (vc-sccs-add-triple): Use with-current-buffer and
12668 find-file-noselect.
12669 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12670
12671 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12672 derives from the old vc-parse-buffer but uses the revision number
12673 rather than the date (much easier to compare robustly).
12674 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12675 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12676 locking-user more directly. Check strict locking and set
12677 checkout-model appropriately.
12678 (vc-rcs-parse-locks): Remove.
12679 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12680 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12681 (vc-rcs-system-release): Use with-current-buffer and
12682 vc-parse-buffer.
12683 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12684
12685 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12686 (vc-simple-command): Docstring fix.
12687 (vc-registered): Align the way the file-handler is called with the
12688 way the function itself works.
12689 (vc-file-owner): Remove.
12690
12691 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12692 extraction of fields and call to file-attributes because of a
12693 temporary bug in rcp.el.
12694 (vc-cvs-fetch-status): Use with-current-buffer.
12695
126962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12697
12698 * vc.el (vc-do-command): Use file-relative-name.
12699 (vc-responsible-backend): Use vc-backend if possible.
12700 (vc-create-snapshot): Improve the `interactive' spec. Add support
12701 for branches and dispatch to backend-specific `create-snapshot'.
12702 (vc-default-create-snapshot): New function, containing the bulk of
12703 the old vc-create-snapshot.
12704 (vc-retrieve-snapshot): Improve the interactive spec.
12705
12706 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12707 (vc-backend-hook-functions): Remove.
12708 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12709 (vc-backend): Reintroduce the test for `file = nil' now that I
12710 know why it was there (and added a comment to better remember).
12711
12712 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12713 code from vc-sccs-hooks.el.
12714 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12715 'vc anymore.
12716 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12717 and file-directory-p instead of file-exists-p.
12718 (vc-sccs-check-headers): Simplify the regexp.
12719
12720 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12721 from vc-rcs-hooks.el. Don't require 'vc anymore.
12722 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12723 file-directory-p instead of file-exists-p.
12724
12725 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12726 from vc-cvs-hooks.el.
12727 (proto vc-cvs-registered): Require 'vc-cvs instead of
12728 'vc-cvs-hooks. Don't require 'vc anymore.
12729 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12730 file-directory-p instead of file-exists-p.
12731 (vc-cvs-create-snapshot): New function, replacing
12732 vc-cvs-assign-name.
12733 (vc-cvs-assign-name): Remove.
12734
127352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12736
12737 * vc-cvs.el (vc-cvs-header): New var.
12738
12739 * vc-rcs.el (vc-rcs-exists): Remove.
12740 (vc-rcs-header): New var.
12741
12742 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12743 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12744 (vc-sccs-header): New var.
12745
12746 * vc.el (vc-do-command): Get rid of the `last' argument.
12747 (vc-header-alist): Remove, replaced by vc-X-header.
12748 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12749 (vc-dired-hook): Use expand-file-name instead of concat.
12750 (vc-directory): Use file-name-as-directory.
12751 (vc-snapshot-precondition, vc-create-snapshot)
12752 (vc-retrieve-snapshot): Allow the command to operate on any
12753 directory.
12754
12755 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12756 just removing the 'WORKFILE argument or by removing the 'MASTER
12757 argument and replacing `file' with (vc-name file).
12758
127592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12760
12761 * vc.el: Update Copyright and add a crude list of backend funs.
12762 (vc-writable-p): New function.
12763 (with-vc-file): Use vc-writable-p.
12764 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12765 (vc-register): Avoid vc-name.
12766 (vc-locking-user): Remove.
12767 (vc-steal-lock): Make the `owner' arg non-optional.
12768 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12769 vc-checkout-model.
12770 (vc-default-dired-state-info): Use vc-state instead of
12771 vc-locking-user and return special strings for special states.
12772 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12773 and get rid of one of the special CVS cases.
12774 (vc-cancel-version): prettify error message with \\[...].
12775 (vc-rename-master): New function.
12776 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12777 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12778 the CVS special case generic.
12779 (vc-default-record-rename): Remove.
12780 (vc-file-tree-walk-internal): Only call FUNC for files that are
12781 under control of some VC backend and replace `concat' with
12782 expand-file-name.
12783 (vc-file-tree-walk): Update docstring.
12784 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12785 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12786
12787 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12788 vc-sccs-record-rename. Use `find-file-noselect' rather than
12789 `find-file' and call `vc-rename-master' to do the actual move.
12790 (vc-sccs-diff): Remove unused `backend' variable.
12791
12792 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12793 to delay loading of vc-sccs until it is really used.
12794 (vc-sccs-master-templates): Preload.
12795 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12796 (vc-sccs-project-dir): Remove (merged into
12797 vc-sccs-search-project-dir).
12798 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12799 rather than `concat', make sure it is preloaded and don't bother
12800 to check that the file actually exists.
12801 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12802 `locks' argument (use buffer's content instead) and eliminate n^2
12803 behavior.
12804
12805 * vc-rcs.el: Update Copyright.
12806 (vc-rcs-rename-file): New function.
12807 (vc-rcs-diff): Remove unused `backend' variable.
12808
12809 * vc-hooks.el: Update Copyright.
12810 (vc-backend): Don't accept a nil argument any more.
12811 (vc-up-to-date-p): Turn into a defsubst.
12812 (vc-possible-master): New function.
12813 (vc-check-master-templates): Use `vc-possible-master' and allow
12814 funs in vc-X-master-templates to return a non-existent file.
12815
12816 * vc-cvs.el: Update Copyright.
12817 (vc-cvs-diff): Remove unused `backend' variable.
12818 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12819
12820 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12821
128222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12823
12824 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12825 since it can be called from vc-rcs.el.
12826 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12827
128282000-09-04 Andre Spiegel <spiegel@gnu.org>
12829
12830 * vc.el (vc-version-diff): Expand file name read from the
12831 minibuffer. Handle the case when a previous version number can't
12832 be guessed. Give suitable messages when there were no differences
12833 found.
12834 (vc-clear-headers): Call backend-specific implementation, if one
12835 exists.
12836 (vc-cancel-version): Made error checks generic. When done, clear
12837 headers generically, too.
12838
12839 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12840 from vc-clear-headers in vc.el.
12841
12842 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12843 correctly.
12844 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12845 optional. Handle the case when it's not there.
12846
128472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12848
12849 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12850
128512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12852
12853 * vc-hooks.el (vc-loadup): Remove.
12854 (vc-find-backend-function): Use `require'. Also, handle the case
12855 where vc-BACKEND-hooks.el doesn't exist.
12856 (vc-call-backend): Cleanup.
12857
128582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12859
12860 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12861 vc-rcs-grab-templates)
12862 (vc-rcs-registered): Remove. The default function works as well.
12863 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12864 vc-sccs-grab-templates)
12865 (vc-sccs-registered): Remove. The default function works as well.
12866
12867 * vc.el (vc-version-diff): Left out a vc- in call to
12868 vc-call-backend.
12869 (vc-default-dired-state-info, vc-default-record-rename)
12870 (vc-default-merge-news): Update for the new backend argument.
12871
12872 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12873 using the default function.
12874 (vc-call-backend): If calling the default function, pass it the
12875 backend as first argument. Update the docstring accordingly.
12876 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12877 for the new backend argument.
12878 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12879 (vc-find-backend-function): Use the new name.
12880 (vc-default-registered): New function.
12881
128822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12883
12884 * vc.el (vc-merge): Use vc-find-backend-function.
12885
12886 * vc-hooks.el (vc-backend-functions): Remove.
12887 (vc-loadup): Don't setup 'vc-functions.
12888 (vc-find-backend-function): New function.
12889 (vc-call-backend): Use above fun and populate 'vc-functions
12890 lazily.
12891 (vc-backend-defines): Remove.
12892
128932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12894
12895 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12896 Call vc-call-backend without the leading vc-.
12897 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12898 (vc-check-headers): Call vc-call-backend without the leading vc-.
12899 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12900 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12901 Call vc-call-backend without the leading vc-.
12902
12903 * vc-cvs.el (tail): Provide vc-cvs.
12904 * vc-sccs.el (tail): Provide vc-sccs.
12905 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12906
12907 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12908 (vc-make-backend-function, vc-call): Pass names without leading
12909 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12910 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12911 (vc-call-backend): Always try to load vc-X-hooks.
12912 (vc-registered): Remove vc- in call to vc-call-backend.
12913
129142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12915
12916 * vc.el (vc-process-filter): New function.
12917 (vc-do-command): Setup `vc-process-filter' for the async process.
12918 (vc-maybe-resolve-conflicts): New function to reduce
12919 code-duplication. Additionally, it puts the buffer in
12920 `smerge-mode' if applicable.
12921 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12922 calling `merge-news'.
12923 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12924 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12925 interfacing to log-edit.el.
12926 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12927 log-edit is available.
12928 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12929
129302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12931
12932 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12933 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12934 defvar and the initialization.
12935 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12936
12937 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12938 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12939
12940 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12941
129422000-09-04 Andre Spiegel <spiegel@gnu.org>
12943
12944 * vc.el (vc-file-clear-masterprops): Removed.
12945 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12946 (vc-version-diff): Use buffer-size without argument.
12947 (vc-register): Heed vc-initial-comment.
12948
12949 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12950 default branch.
12951
12952 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12953 file name and workfile version.
12954 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12955
12956 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12957 vc-file-clear-masterprops.
12958
12959 * vc-sccs.el (vc-sccs-checkout): Removed call to
12960 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12961 rather than user login name.
12962
12963
129642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12965
12966 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12967 `want-differences-if-changed' and simplify.
12968 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12969 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12970 output (which is invalid for async vc-diff) to decide whether to
12971 do the revert silently or not.
12972
129732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12974
12975 * vc-hooks.el (vc-loadup): Load files quietly.
12976 (vc-call-backend): Oops, brain fart.
12977
129782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12979
12980 * vc-cvs.el (vc-cvs-state): Typo.
12981 (vc-cvs-merge-news): Return the status code rather than the error msg.
12982
129832000-09-04 Andre Spiegel <spiegel@gnu.org>
12984
12985 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12986 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12987 vc-state or vc-up-to-date-p.
12988 (vc-merge): Use vc-backend-defines to check whether merging is
12989 possible. Set state to 'edited after successful merge.
12990
12991 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12992 return that name. Redocumented.
12993
129942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12995
12996 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12997 new `vc-state' semantics.
12998 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12999 'vc-locking-user to the current user.
13000 (vc-merge): Inline vc-backend-merge. Comment out code that I
13001 don't understand and hence can't adapt to the new `vc-state' and
13002 `vc-locking-user' semantics.
13003 (vc-backend-merge): Remove.
13004
13005 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13006 rather than 'vc-locking-user.
13007
13008 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13009
13010 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13011 (vc-state): Don't use 'reserved any more. Just use the same
13012 convention as the one used for vc-<backend>-state where the
13013 locking user (as a string) is returned.
13014 (vc-locking-user): Update, based on the above convention. The
13015 'vc-locking-user property has disappeared.
13016 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13017
13018 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13019 with a heuristic one.
13020 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13021 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13022 error. That allows us to get to 'needs-merge even in the
13023 stay-local case. There's still no way to detect 'needs-patch in
13024 such a setup (or to force an update for that matter).
13025 (vc-cvs-logentry-check): Remove, the default works as well.
13026
130272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13028
13029 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13030
13031 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13032 major-mode in which the buffer might have been put earlier. Use
13033 `remove' and `when'. Allow `okstatus' to be `async' and use
13034 `start-process' in this case.
13035 (vc-version-diff): Handle the case where the diff looks empty
13036 because of the use of an async process.
13037
130382000-09-04 Andre Spiegel <spiegel@gnu.org>
13039
13040 * vc.el (vc-next-action-on-file): Removed optional parameter
13041 `simple'. Recompute state unconditionally.
13042 (vc-default-toggle-read-only): Removed.
13043
13044 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13045 (vc-toggle-read-only): Undid prev change.
13046
13047 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13048 vc-cvs-simple-toggle. Redocumented.
13049 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13050 (vc-cvs-toggle-read-only): Removed.
13051
130522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13053
13054 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13055 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13056 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13057 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13058 still is. So maybe it should be removed.
13059 (vc-head-version, vc-find-binary): Remove.
13060 (vc-recompute-state): Move from vc-hooks.el.
13061 (vc-next-action-on-file): Add a `simple' argument to allow
13062 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13063 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13064 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13065 (vc-dired-mode-map): Properly defvar it.
13066 (vc-print-log): Call log-view-mode if available.
13067 (small-temporary-file-directory): defvar instead of use boundp.
13068 (vc-merge-news): Moved to vc-cvs.el.
13069 (vc-default-merge-news): New function.
13070
13071 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13072 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13073 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13074 unknown `vc-latest-version' function. It should probably refer to
13075 vc-workfile-version or somesuch, but it's very unclear to me and I
13076 don't have SCCS to test things.
13077
13078 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13079 (vc-sccs-state-heuristic): Fix typo.
13080 (vc-sccs-workfile-unchanged-p): Add missing argument.
13081
13082 * vc-rcs.el: Require vc and vc-rcs-hooks.
13083 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13084 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13085 (vc-release-greater-or-equal-p): Move from vc.
13086 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13087 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13088 (vc-rcs-checkout): Add a missing `new-version' argument in the
13089 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13090
13091 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13092 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13093 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13094 than the apparently unbound `workfile-version'.
13095
13096 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13097 (vc-file-prop-obarray): Use `make-vector'.
13098 (vc-backend-functions): Add new hookable functions
13099 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13100 (vc-loadup): If neither backend nor default functions exist, use
13101 the backend function rather than nil.
13102 (vc-call-backend): If the function if not bound yet, try to load
13103 the non-hook file to see if it provides it.
13104 (vc-call): New macro plus use it wherever possible.
13105 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13106 nor `vc-find-binary' since it's only called from
13107 vc-mistrust-permission which is only used once the backend is known.
13108 (vc-checkout-model): Fix parenthesis.
13109 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13110
13111 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13112 (vc-cvs-release, vc-cvs-system-release): Remove.
13113 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13114 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13115 status symbols.
13116 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13117 (vc-cvs-toggle-read-only): First cut at a function to allow a
13118 cvs-status-free vc-toggle-read-only.
13119 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13120 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13121 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13122 (vc-cvs-checkout): Modify access rights directly if the user
13123 requested not to use `cvs edit'. And refresh the mode line.
13124
13125 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13126 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13127
131282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13129
13130 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13131 workfile' that got lost when the code was extracted from vc.el.
13132 And merged the tail with the rest of the code (not possible in the
13133 old vc.el where the tail was shared among all backends). And
13134 explicitly set the state to 'edited if `writable' is set.
13135
13136 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13137 (vc-cvs-state): Be careful to return the value from
13138 vc-cvs-parse-state.
13139 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13140 property but return it instead. Also be careful to handle a nil
13141 or "" `rev' when workfile is non-nil (it was handled properly when
13142 workfile was nil).
13143
13144 * vc.el: Removed those pesky unnecessary `(function' quotes.
13145 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13146 directly in the defvar.
13147 (vc-do-command): Bind inhibit-read-only so as to properly handle
13148 the case where the destination buffer has been made read-only.
13149 (vc-diff): Delegate to vc-version-diff in all cases.
13150 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13151 (vc-annotate-mode-variables): Removed (code moved partly to
13152 defvars and partly to vc-annotate-add-menu).
13153 (vc-annotate-mode): Turned into a derived-mode.
13154 (vc-annotate-add-menu): Moved in code in
13155 vc-annotate-mode-variables.
13156 (vc-update-change-log): Use make-temp-file if available.
13157
131582000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13159
13160 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13161 `vc-checkout-model' updated to `vc-cvs-update-model'.
13162
131632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13164
13165 * vc.el (vc-next-action-on-file): Added handling of state
13166 `unlocked-changes'.
13167 (vc-checkout-carefully): Is now practically obsolete, unless the
13168 above is too slow to be enabled unconditionally.
13169 (vc-update-change-log): Fixed typo.
13170
13171 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13172
13173 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13174 Now handles state `unlocked-changes'.
13175 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13176
13177 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13178
13179 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13180 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13181 `unlocked-changes'.
13182 (vc-rcs-workfile-unchanged-p): Renamed from
13183 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13184 function yet, but supposed to become one soon.
13185
13186 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13187 `vc-steal-lock'.
13188 (vc-call-backend): Changed error message.
13189 (vc-state): Added description of state `unlocked-changes'.
13190
131912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13192
13193 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13194 always return t in CVS-controlled directories.
13195
13196 * vc.el (vc-responsible-backend): New function.
13197 (vc-register): Largely rewritten.
13198 (vc-admin): Removed (implementation moved into vc-register).
13199 (vc-checkin): Redocumented.
13200 (vc-finish-logentry): If no backend defined yet (because we are in
13201 the process of registering), use the responsible backend.
13202
13203 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13204 Updated function lists.
13205 (vc-call-backend): Fixed typo.
13206
13207 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13208 New functions.
13209 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13210 Removed query option. Redocumented.
13211
132122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13213
13214 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13215
13216 * vc.el: Updated callers of `vc-checkout-required' to use
13217 `vc-checkout-model'.
13218
132192000-09-04 Martin Lorentzson <martinl@gnu.org>
13220
13221 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13222 stuff updated to reference this function instead of the old
13223 `vc-backend-release-p'.
13224
132252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13226
13227 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13228 vc-checkout-model. Return appropriate values. Updated callers.
13229
132302000-09-04 Martin Lorentzson <martinl@gnu.org>
13231
13232 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13233 (vc-backend-revert): Function moved into `vc-revert';
13234 `vc-next-action' must be updated to accomodate this change.
13235 (vc-backend-steal): Function moved into `vc-finish-steal'.
13236 (vc-backend-logentry-check): Function moved into
13237 `vc-finish-logentry'.
13238 (vc-backend-printlog): Function moved into `vc-print-log'.
13239 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13240 (vc-backend-assign-name): Function moved into
13241 `vc-create-snapshot'.
13242
132432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13244
13245 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13246 Rename to vc-checkout-model. Return appropriate values.
13247 Update callers.
13248
13249 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13250 to vc-checkout-model.
13251 (vc-checkout-required): Rename to vc-checkout-model.
13252 Re-implement and re-comment.
13253 (vc-after-save): Use vc-checkout-model.
13254
132552000-09-04 Martin Lorentzson <martinl@gnu.org>
13256
13257 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13258 Update to use the vc-BACKEND-diff functions instead.
13259 `vc-diff' is now working.
13260
13261 * vc-rcs.el (vc-rcs-logentry-check): New function.
13262
13263 * vc-cvs.el (vc-cvs-logentry-check): New function.
13264
13265 * vc-sccs.el (vc-sccs-diff): Function changed name from
13266 `vc-backend-diff'. This makes `vc-diff' work.
13267
13268 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13269 of functions possibly implemented in a vc-BACKEND library.
13270 (vc-checkout-required): Fix bug that caused an error to be
13271 signaled during `vc-after-save'.
13272
13273 * vc.el: Fix typo.
13274 This checkin is made with our new VC code base for the very first time.
13275 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13276
13277 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13278 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13279
13280 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13281 updated to `vc-uses-locking'.
13282 (vc-checkout-required): Call to backend function.
13283 `vc-checkout-required' updated to `vc-uses-locking' instead.
13284
13285 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13286 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13287
13288 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13289 to match the split into various backends.
13290 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13291 (vc-retrieve-snapshot): Bug fix.
13292
132932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13294
13295 * vc-sccs.el (vc-sccs-release): Doc fix.
13296
132972000-09-04 Martin Lorentzson <martinl@gnu.org>
13298
13299 * vc.el (vc-next-action-on-file): Bug found and fixed.
13300 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13301 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13302
13303 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13304 (vc-rcs-checkout): Name space cleaned up. No more revision number
13305 crunching function names that are not prefixed with vc-rcs.
13306 (vc-rcs-checkout-model): Function added. References to
13307 `vc-checkout-model' replaced.
13308
133092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13310
13311 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13312 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13313 still need to be split, and implemented for RCS).
13314
133152000-09-04 Martin Lorentzson <martinl@gnu.org>
13316
13317 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13318
13319 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13320 required by the vc.el file.
13321
13322 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13323 required by the vc.el file.
13324 (vc-rcs-exists): Function added.
13325
13326 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13327 required by the vc.el file.
13328
13329 * vc.el (vc-admin): Updated to handle selection of appropriate
13330 backend. Current implementation is crufty and need re-thinking.
13331
13332 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13333
133342000-09-04 Martin Lorentzson <martinl@gnu.org>
13335
13336 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13337 beginning of annotate buffers correctly.
13338
13339 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13340 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13341 functionality updated quite a lot to support multiple backends.
13342 Variables `vc-annotate-mode', `vc-annotate-buffers',
13343 `vc-annotate-backend' added.
13344
13345 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13346 `vc-annotate-difference' added to supported backend functions.
13347
133482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13349
13350 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13351 Use with-temp-file instead of /bin/sh. Merged from mainline
13352
133532000-09-04 Martin Lorentzson <martinl@gnu.org>
13354
13355 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13356
13357 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13358
13359 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13360
133612000-09-04 Martin Lorentzson <martinl@gnu.org>
13362
13363 * vc-hooks.el: vc-state-heuristic added to
13364 vc-backend-hook-functions.
13365
13366 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13367
13368 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13369
13370 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13371 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13372 state to `reserved'.
13373
13374 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13375 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13376
133772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13378
13379 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13380 untouched.
13381
13382 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13383
13384 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13385 if defined. (Merged from main line, slightly adapted.)
13386
13387 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13388 millenium problem (merged from mainline).
13389
133902000-09-04 Martin Lorentzson <martinl@gnu.org>
13391
13392 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13393 part and moved the non-BACKEND stuff to vc.el.
13394
13395 * vc.el: Split the annotate feature into a BACKEND specific part
13396 and moved it from the vc-cvs.el file to this one.
13397
133982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13399
13400 * vc-hooks.el: Implement new state model.
13401 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13402 (vc-locking-user): Simplify. Now only needed if the file is
13403 locked by somebody else.
13404 (vc-lock-from-permissions): Remove. Functionality is in
13405 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13406 (vc-mode-line-string): New name for former vc-status. Adapted.
13407 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13408
13409 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13410 Various simplifications and adaptations all over the place.
13411
13412 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13413 Simplify and adapt the rest.
13414
13415 * vc.el (vc-resynch-window): Add TODO comment: check for
13416 interaction with view mode according to recent RCS change.
13417 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13418
134192000-09-04 Martin Lorentzson <martinl@gnu.org>
13420
13421 * vc.el: Convert the remaining function comments to docstrings.
13422
134232000-09-04 Martin Lorentzson <martinl@gnu.org>
13424
13425 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13426 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13427 (vc-minor-part, vc-previous-version): Functions that operate and
13428 compare revision numbers got proper documentation. Comments added
13429 about their possible removal.
13430
134312000-09-04 Martin Lorentzson <martinl@gnu.org>
13432
13433 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13434 the vc-backend.el files.
13435
13436 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13437
13438 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13439 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13440 (vc-rcs-previous-version): Functions added.
13441
13442 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13443
13444 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13445
134462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13447
13448 * vc-hooks.el (vc-master-templates): Is really obsolete.
13449 Comment out the definition for now. What is the right procedure
13450 to get rid of it?
13451 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13452 rewritten.
13453 (vc-default-registered): Remove.
13454 (vc-check-master-templates): New function; does mostly what the
13455 above did before.
13456 (vc-locking-user): Don't rely on the backend to set the property.
13457
13458 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13459 Rewrite documentation.
13460 (vc-rcs-templates-grabbed): New variable.
13461 (vc-rcs-grab-templates): New function.
13462 (vc-rcs-registered): Rewrite to use above mechanism.
13463
13464 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13465 Rewrite documentation.
13466 (vc-sccs-templates-grabbed): New variable.
13467 (vc-sccs-grab-templates): New function.
13468 (vc-sccs-registered): Rewrite to use above mechanism.
13469 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13470 Don't throw the result, simply return it.
13471
13472 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13473 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13474 (vc-cvs-registered): Does the check itself now. Simplify.
13475
13476 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13477 from main line.
13478
134792000-09-04 Martin Lorentzson <martinl@gnu.org>
13480
13481 * vc-cvs.el (vc-cvs-diff): New function.
13482
13483 * vc-sccs.el (vc-sccs-diff): New function.
13484
13485 * vc-rcs.el (vc-rcs-diff): New function.
13486 (vc-rcs-checkout): Bug (typo) found and fixed.
13487 (vc-rcs-register-switches): New variable.
13488
13489 * vc.el (vc-backend-diff): Function removed and placed in the
13490 backend files.
13491
134922000-09-04 Martin Lorentzson <martinl@gnu.org>
13493
13494 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13495
13496 * vc.el (vc-backend-checkout): Function removed and replaced in
13497 the vc-backend.el files.
13498
13499 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13500
13501 * vc.el (vc-backend-admin): Removed and replaced in the
13502 vc-backend.el files.
13503
13504 * vc.el (Martin): Removed all the annotate functionality since it
13505 is CVS backend specific.
13506
135072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13508
13509 * spec.txt: Added specification of vc-state.
13510
13511 * vc-sccs-hooks.el (vc-sccs-master-properties):
13512 Remove handling of vc-latest-version and
13513 vc-your-latest-version. What used to be vc-latest-version, is now
13514 returned as vc-workfile-version.
13515 (vc-sccs-workfile-version): Adapt.
13516
135172000-09-04 Dave Love <fx@gnu.org>
13518
13519 * vc.el: [Merged from mainline.]
13520 (vc-dired-mode): Make the dired-move-to-filename-regexp
13521 regexp match the date, to avoid treating date as file size.
13522 Add YYYY S option to WESTERN/
13523
135242000-09-04 Dave Love <fx@gnu.org>
13525
13526 * vc.el: Require `compile' when compiling.
13527 (vc-logentry-check-hook): New option.
13528 (vc-steal-lock): Use compose-mail.
13529 (vc-dired-mode-map): Defvar when compiling.
13530 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13531 vc-sccs.el and renamed. Callers changed.
13532 (vc-backend-checkout, vc-backend-logentry-check)
13533 (vc-backend-merge-news): Doc fix.
13534 (vc-default-logentry-check): New function.
13535 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13536 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13537 (vc-backend-merge): Doc fix. Use backend functions.
13538 (vc-check-headers): Use backend functions.
13539
13540 * vc-cvs.el: Require vc when compiling.
13541 (vc-cvs-register-switches): Doc fix.
13542 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13543 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13544 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13545 New functions (code from vc.el).
13546 (vc-annotate-display-default): Fix interactive spec.
13547 (vc-annotate-time-span): Doc fix.
13548
13549 * vc-rcs.el: Require vc when compiling.
13550 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13551 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13552 (vc-rcs-checkin): New functions (code from vc.el).
13553 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13554 Doc fix.
13555 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13556
13557 * vc-sccs.el: Require vc when compiling.
13558 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13559 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13560 (vc-sccs-revert)
13561 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13562 from vc.el).
13563 (vc-sccs-add-triple, vc-sccs-record-rename)
13564 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13565 (vc-sccs-admin): Doc fix.
13566
135672000-09-04 Martin Lorentzson <martinl@gnu.org>
13568
13569 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13570 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13571 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13572 from vc.el.
13573
13574 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13575
13576 * vc-cvs.el: Moved the annotate functionality from vc.el.
13577 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13578
135792000-09-04 Dave Love <fx@gnu.org>
13580
13581 * vc.el (vc-backend-release): Call vc-system-release.
13582
13583 * vc-sccs.el (vc-sccs-system-release):
13584 Renamed from vc-sccs-backend-release.
13585
13586 * vc-rcs.el (vc-rcs-system-release):
13587 Renamed from vc-rcs-backend-release.
13588
13589 * vc-cvs.el (vc-cvs-system-release):
13590 Renamed from vc-cvs-backend-release.
13591
135922000-09-04 Dave Love <fx@gnu.org>
13593
13594 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13595 backend files.
13596 (vc-backend-release): Dispatch to backend functions.
13597 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13598 probably needs attention.]
13599
13600 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13601 (vc-sccs-backend-release): New function.
13602
13603 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13604 (vc-cvs-backend-release): New function.
13605
13606 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13607 Doc fix.
13608 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13609 (vc-default-dired-state-info): New function.
13610 (vc-dired-state-info): Dispatch to backends.
13611 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13612
13613 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13614 from vc.el and renamed.
13615
136162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13617
13618 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13619 (vc-version-other-window, vc-backend-assign-name): Removed
13620 references to vc-latest-version; sometimes changed into
13621 vc-workfile-version.
13622
13623 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13624 vc-rcs-master-workfile-version.
13625 (vc-rcs-workfile-version): Use the above. Don't call
13626 vc-latest-version (that was unreachable code, anyway).
13627 (vc-rcs-fetch-master-properties): Doc fix.
13628
13629 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13630 (vc-backend-hook-functions): Removed them from this list, too.
13631 (vc-fetch-properties): Removed.
13632 (vc-workfile-version): Doc fix.
13633
13634 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13635 (vc-rcs-workfile-version, vc-rcs-locking-user)
13636 (vc-rcs-uses-locking): Use it.
13637
13638 * vc-hooks.el (vc-consult-rcs-headers):
13639 Moved into vc-rcs-hooks.el, under the name
13640 vc-rcs-consult-headers.
13641
13642 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13643 headers.
13644 (vc-cvs-find-master): Use this name only; correct different
13645 versions of the name.
13646
13647 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13648 New functions.
13649 (vc-sccs-locking-user): Use the latter.
13650
13651 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13652 New functions.
13653
13654 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13655 Moved into both
13656 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13657 functions are implementation details of those two backends.
13658
136592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13660
13661 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13662 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13663
13664 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13665 (vc-sccs-parse-locks): SCCS-specific code moved here from
13666 vc-hooks.
13667
13668 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13669 code moved here from vc-hooks.
13670
13671 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13672 into back-end specific parts and removed. Callers not updated
13673 yet; because I guess these callers will disappear into back-end
13674 specific files anyway.
13675
136762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13677
13678 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13679 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13680 `vc-uses-locking'.
13681
13682 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13683 Store yes/no in the property, and return t/nil. Updated all
13684 callers.
13685
13686 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13687 vc-sccs-uses-locking. Don't set property.
13688 (vc-sccs-locking-user): Don't set property.
13689
13690 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13691 vc-cvs-uses-locking. Don't set property here; leave that to
13692 vc-hooks.
13693 (vc-cvs-locking-user): Reflect above change. Streamlined.
13694
13695 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13696 vc-rcs-uses-locking.
13697 (vc-rcs-locking-user): Reflect above change.
13698
136992000-09-04 Dave Love <fx@gnu.org>
13700
13701 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13702
13703 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13704
13705 * vc-hooks.el (vc-checkout-model): Punt to backends.
13706
13707 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13708
13709 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13710
13711 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13712 New functions.
13713
13714 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13715 New functions.
13716
13717 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13718 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13719
13720 * vc-hooks.el (vc-default-locking-user): New function.
13721 (vc-locking-user, vc-workfile-version): Punt to backends.
13722
137232000-09-04 Dave Love <fx@gnu.org>
13724
13725 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13726 (vc-master-workfile-version): Moved from vc-hooks.
13727
13728 * vc-rcs-hooks.el: Fix duplicate code in last change.
13729
13730 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13731 (vc-rcs-master-templates): Improve :type.
13732 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13733 vc-master-workfile-version): Moved from vc-hooks.
13734
13735 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13736 (vc-sccs-master-templates): Improve :type.
13737 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13738
13739 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13740
13741 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13742 (vc-cvs-master-templates): Improve :type. Use
13743 vc-cvs-find-cvs-master.
13744 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13745 from vc-hooks.
13746 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13747
13748 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13749 Moved to vc-cvs-hooks.
13750
13751 * vc-hooks.el: Add doc strings in various places. Simplify the
13752 minor mode setup.
13753 (vc-handled-backends): New user variable.
13754 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13755 simplification.
13756
137572000-09-04 Dave Love <fx@gnu.org>
13758
13759 * vc.el: Some doc fixes for autoloaded and interactive functions.
13760 Fix compilation warnings from ediff stuff.
13761 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13762
13763 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13764
13765 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13766
13767 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13768
137692000-09-04 Dave Love <fx@gnu.org>
13770
13771 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13772 New variable.
13773 (vc-make-backend-function, vc-loadup, vc-call-backend)
13774 (vc-backend-defines): New functions.
13775
13776 * vc-hooks.el: Various doc fixes.
13777 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13778 (vc-match-substring): Function removed. Callers changed to use
13779 match-string.
13780 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13781 Simplify.
13782
137832000-09-04 Dave Love <fx@gnu.org>
13784
13785 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13786 type.
13787 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13788 (vc-sccs-registered): Doc fix.
13789
13790 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13791 (vc-cvs-registered): Doc fix.
13792
13793 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13794 (vc-rcs-registered): Doc fix.
13795
137962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13797
13798 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13799
13800 * vc-hooks.el: vc-registered has been renamed
13801 vc-default-registered. Some functions have been moved to the
13802 backend specific files. they all support the
13803 vc-BACKEND-registered functions.
13804
138052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13806
13807 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13808
13809 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13810
138112000-09-04 Dave Love <fx@gnu.org>
13812
13813 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13814 menu-bar-update-hook.
13815
13816 * help.el (help-manyarg-func-alist): Add
13817 find-operation-coding-system.
13818
13819 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13820
13821 * custom.el (custom-set-variables): Print message about errors in
13822 setting.
13823
138242000-09-03 Andrew Innes <andrewi@gnu.org>
13825
13826 * makefile.w32-in: Change to DOS line endings.
13827
138282000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13829
13830 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13831 minor-mode keymaps, if they don't have one.
13832
138332000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13834
13835 * eshell/esh-module.el (eval-when-compile): Don't lose if
13836 esh-module.el's file name is truncated to DOS 8+3 limits.
13837
138382000-09-01 John Wiegley <johnw@gnu.org>
13839
13840 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13841 predicate, which caused entries in the completion list to be
13842 doubled.
13843
138442000-08-30 John Wiegley <johnw@gnu.org>
13845
13846 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13847 sending to subprocesses. Also, hook pre-command-hook if
13848 `eshell-send-direct-to-subprocesses' is non-nil.
13849 (eshell-send-direct-to-subprocesses): New config variable. If t,
13850 subprocess input is send immediately.
13851 (eshell-toggle-direct-send): New function.
13852 (eshell-self-insert-command): New function.
13853 (eshell-intercept-commands): New function.
13854 (eshell-send-input): If direct subprocess sending is enabled,
13855 don't echo any input to the Eshell buffer. Let the subprocess
13856 handle that. This requires "stty echo" in bash, for example.
13857
138582000-08-28 John Wiegley <johnw@gnu.org>
13859
13860 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13861 completion function for Eshell's implementation of `unset'.
13862
138632000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13864
13865 * info.el (Info-directory-list): Doc fix.
13866
138672000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13868
13869 * filecache.el (file-cache-add-directory-using-find): Don't quote
13870 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13871
138722000-08-31 Kenichi Handa <handa@etl.go.jp>
13873
13874 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13875 coding systems.
13876
138772000-08-30 Andrew Innes <andrewi@gnu.org>
13878
13879 * timer.el (run-with-idle-timer): Undo last change, so that timer
13880 is not activated immediately if Emacs is already idle. Some
13881 existing code relies on this behaviour.
13882
138832000-08-30 Miles Bader <miles@gnu.org>
13884
13885 * frame.el (set-frame-font): Do completion of font-name for
13886 interactive use.
13887
138882000-08-30 Kenichi Handa <handa@etl.go.jp>
13889
13890 * international/quail.el (quail-start-translation): Bind locally
13891 last-command-event, last-command, and this-command.
13892 (quail-start-conversion): Likewise.
13893 (quail-self-insert-command): Fix docstring.
13894
138952000-08-29 Gerd Moellmann <gerd@gnu.org>
13896
13897 * progmodes/executable.el
13898 (executable-make-buffer-file-executable-if-script-p): Check that
13899 buffer contains at least 2 characters.
13900
139012000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13902
13903 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13904
139052000-08-29 Dave Love <fx@gnu.org>
13906
13907 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13908 (diff-mode-shared-map): Bind mouse-2.
13909 (diff-imenu-generic-expression): New variable.
13910 (diff-mode): Use it.
13911
13912 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13913 (mouse-popup-menubar): Add minor mode menus.
13914 (popup-menu): Check for lookup-key returning number.
13915
139162000-08-29 Miles Bader <miles@gnu.org>
13917
13918 * comint.el (comint-send-input): Create overlays using the proper
13919 front/read-advance arguments.
13920
139212000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13922
13923 * ps-print.el: Even/odd pages printing. Doc fix.
13924 (ps-print-version): New version number (6.0).
13925 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13926 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13927 (ps-print-duplex-feature): Variable eliminated.
13928 (ps-even-or-odd-pages): New variable.
13929
13930 * progmodes/ebnf2ps.el: Doc fix.
13931 (ebnf-version): New version (3.3).
13932 (ebnf-user-arrow): Change variable customization to sexp.
13933 (ebnf-user-arrow): Function eliminated.
13934 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13935
139362000-08-29 Kenichi Handa <handa@etl.go.jp>
13937
13938 * help.el (help-xref-mule-regexp): New variable.
13939 (help-make-xrefs): Handle help-xref-mule-regexp.
13940
13941 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13942 variable.
13943 (describe-input-method): Temporarily activate the specfied input
13944 method to display the information.
13945 (describe-language-environment): Hyperlinks to mule related items.
13946
13947 * international/mule-diag.el (charset-multibyte-form-string): New
13948 function.
13949 (list-character-sets-1): Use charset-multibyte-form-string.
13950 (describe-character-set): New function.
13951 (describe-coding-system): Hyperlinks to safe character sets.
13952
13953 * international/quail.el (quail-help): New arg PACKAGE.
13954 Hyperlinks to mule related items.
13955 (quail-help-insert-keymap-description): Use
13956 substitute-command-keys instead of describe-bindings.
13957 (quail-translation-help): Hyperlinks to mule related items.
13958
139592000-08-28 John Wiegley <johnw@gnu.org>
13960
13961 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13962 have a defsubst call itself. Made `eshell-flatten-list' back into
13963 a function again.
13964
13965 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13966 catch, in case re-centering point at bottom messes up the display.
13967 This happens frequently in Emacs 21, due I believe to variable
13968 line heights.
13969
13970 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13971 to call `find-tag-interactive'.
13972
13973 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13974 the list of remember directories.
13975
139762000-08-28 John Wiegley <johnw@gnu.org>
13977
13978 * align.el: Test align-region-separate to see if it's a symbol.
13979
139802000-08-28 John Wiegley <johnw@gnu.org>
13981
13982 * eshell/esh-util.el (eshell-flatten-list): Made this function
13983 into a defsubst form. It gets used very frequently, although
13984 calls don't occur all that often.
13985
13986 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13987 examining it.
13988
13989 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13990 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13991 `eshell-protect'.
13992 (eshell-copy-handles): Created a new macro for duplicating the
13993 current set of open handles. This is needed by the looping
13994 functions.
13995 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13996 is not incorrectly stomped on.
13997
13998 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13999 declaration for pcomplete-use-paring.
14000 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14001 value of eshell-cmpl-use-paring.
14002 * pcomplete.el (pcomplete-use-paring): New config variable, to
14003 indicate whether paring should be used.
14004 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14005 completion alternatives that have already been used.
14006
14007 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14008 bound to C-c C-y, which will repeat the previous N arguments
14009 (based on prefix argument).
14010 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14011
14012 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14013 if there is no *Help* buffer. This is for XEmacs, which renames
14014 its help buffers uniquely. TODO: Find out what the current buffer
14015 name to delete is.
14016
14017 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14018 first entry that correlates to a passwd/group number. Later
14019 entries (used for group/user name aliasing to multiple IDs) are
14020 ignored.
14021
14022 * eshell/em-xtra.el (eshell/expr):
14023 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14024 (eshell-grep, eshell/diff, eshell/locate):
14025 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14026 argument list, before passing it to the system command.
14027
14028 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14029 `find-tag' for use at final position in Eshell buffers (which
14030 otherwise triggers an error on Emacs 21).
14031 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14032 buffer, if it is currently bound to `find-tag'.
14033
14034 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14035 in the list of matched Makefile names.
14036 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14037 directory, prefer its contents to Makefile.
14038
14039 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14040 directory parts (like "cd old new", or "cd =regexp"), are now case
14041 sensitive on non-Windows/DOS platforms.
14042
14043 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14044 types RET after an open delimiter (like "), display a message
14045 indicating that Eshell is waiting for the closing delimiter.
14046
14047 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14048 environment variables.
14049
14050 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14051 gracefully if the user enters incorrect arguments.
14052
14053 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14054 Eshell buffers.
14055
14056 * eshell/esh-var.el (eshell-interpolate-variable):
14057 * eshell/esh-mode.el (eshell-move-argument):
14058 * eshell/em-unix.el (eshell-du-sum-directory):
14059 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14060 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14061 (not (= ...)).
14062
14063 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14064 to ensure the `preserve' flag gets propagated when doing recursive
14065 directory copies.
14066
140672000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14068
14069 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14070 Don't convert \n into \0177 in memory.
14071 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14072 and back again, when reading and writing.
14073
140742000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14075
14076 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14077 testing of `fboundp' on `processp'.
14078
14079 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14080 (eshell/jobs): Don't call process-list if it is not bound.
14081 (eshell-gather-process-output): Support systems where async
14082 subprocesses aren't supported.
14083 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14084 variables.
14085
14086 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14087 eshell-do-eval returns t.
14088 (eshell-do-pipelines-synchronously): New defmacro.
14089 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14090 when async subprocesses aren't supported.
14091 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14092 if async subprocesses aren't supported.
14093 (eshell-resume-command): Don't assume STATUS is a string.
14094
14095 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14096
14097 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14098 (eshell-close-target, eshell-get-target): Use eshell-processp.
14099 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14100 fix.
14101 (eshell-get-target, eshell-create-handles): Doc fix.
14102
141032000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14104
14105 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14106 criterion to include commands that output something, as long as it
14107 leaves both the command and the end-of-buffer visible when the
14108 command has exited.
14109 (eshell-review-quick-commands): Adjust the help doc string
14110 accordingly.
14111
141122000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14113
14114 * locate.el (locate): Cleaned up locate command's interactive prompting
14115 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14116
14117 * filecache.el (file-cache-case-fold-search): New variable
14118 (file-cache-assoc-function): New variable
14119 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14120 Use file-cache-case-fold-search variable
14121 (file-cache-add-file): Use file-cache-assoc-function
14122 (file-cache-delete-file): likewise
14123 (file-cache-directory-name): likewise
14124 (file-cache-debug-read-from-minibuffer): likewise
14125
141262000-08-28 Gerd Moellmann <gerd@gnu.org>
14127
14128 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14129 (abbrev-table-name): New function.
14130 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14131 If non-nil list local abbrev, only.
14132
141332000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14134
14135 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14136 from Gnus support code, and use special article copy buffer
14137 `(gnus-original-article-buffer)' instead. This allows to get rid
14138 of article-hide-headers usage (which breaks in the latest Gnus
14139 version). Thanks to Detlev Zundel.
14140
141412000-08-28 Kenichi Handa <handa@etl.go.jp>
14142
14143 * international/quail.el (quail-use-package): Hide "... loaded"
14144 message.
14145 (quail-start-translation, quail-start-conversion): Likewise.
14146
14147 * international/kkc.el (kkc-region): Hide "... loaded" message.
14148
141492000-08-27 Dave Love <fx@gnu.org>
14150
14151 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14152
141532000-08-27 Miles Bader <miles@gnu.org>
14154
14155 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14156
141572000-08-27 Kenichi Handa <handa@etl.go.jp>
14158
14159 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14160 'ja-dic-cnv), not (require 'skkdic-cnv).
14161
141622000-08-26 Miles Bader <miles@gnu.org>
14163
14164 * faces.el (face-x-resources): Add entry for :inherit.
14165 * cus-face.el (custom-face-attributes): Add support for :inherit
14166 attribute. Add support for relative face heights.
14167 (custom-face-attributes-get): Treat `nil' as being a default value
14168 for :inherit (as well as `unspecified').
14169
14170 * faces.el (set-face-attribute): Update doc string.
14171 (face-attribute-name-alist): Add :inherit.
14172 (face-valid-attribute-values): Handle :inherit.
14173 (face-read-string): Rephrase prompt to be less confusing.
14174 Assume that DEFAULT is a string, since we must return a string.
14175 (face-read-integer): Use `format' to turn DEFAULT into an
14176 acceptable default for face-read-string. Match NEW-VALUE against
14177 the string "unspecified", not the symbol `unspecified', since
14178 that's what face-read-string returns.
14179 (read-face-attribute): Lookup a name for old-value in valid, and
14180 use it as a default if we find one. Treat all values from
14181 face-read-string as strings. If the default is used, don't do any
14182 more processing on the value, just use the old value directly.
14183 (read-face-and-attribute, modify-face): Tweak prompt.
14184 (read-face-name): Don't assume prompt ends with a space.
14185
14186 * faces.el (describe-face): Add support for :inherit attribute.
14187
141882000-08-25 Kenichi Handa <handa@etl.go.jp>
14189
14190 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14191 concat doesn't accept interger.
14192
14193 * international/kkc.el: Remove SKK from Keywords. Require
14194 ja-dic-utl instead of skkdic-utl.
14195
14196 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14197 Provide ja-dic-cnv instead of skkdic-cnv.
14198 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14199 (iso-2022-7bit-short): Add safe-charsets property.
14200 (skkdic-convert-postfix): Search Japanese chou-on character in
14201 addition to Hiragana character.
14202 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14203 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14204 (batch-skkdic-convert): Likewise.
14205
14206 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14207 Provide ja-dic-utl instead of skkdic-utl.
14208 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14209
142102000-08-24 Dave Love <fx@gnu.org>
14211
14212 * disp-table.el (standard-display-default): Make the test of `l'
14213 useful.
14214
14215 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14216 mod sample text.
14217
14218 * international/iso-ascii.el: Make pilcrow convenient string
14219 consistent with section.
14220 (iso-ascii-display): Set up multibyte characters as well as
14221 unibyte.
14222
142232000-08-24 Kenichi Handa <handa@etl.go.jp>
14224
14225 * international/mule-cmds.el (reset-language-environment): Set
14226 default-process-coding-system to '(undecided . iso-latin-1), which
14227 makes process I/O almost consistent with file I/O. Call this
14228 function when mule-cmds.el[c] is loaded.
14229
142302000-08-22 Andrew Innes <andrewi@gnu.org>
14231
14232 * makefile.w32-in: New file.
14233
142342000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14235
14236 * comint.el (comint-output-filter): Compare end of
14237 comint-last-output-overlay with the start of the newly inserted
14238 text, not the end, when deciding whether to extend it.
14239 Set saved-point's insertion type to advance after insertion.
14240
14241 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14242 since this is now done independently of font-lock mode.
14243
142442000-08-21 Gerd Moellmann <gerd@gnu.org>
14245
14246 * server.el (server-kill-new-buffers): New user option.
14247 (server-existing-buffer): New buffer-local variable.
14248 (server-visit-files): When using an existing buffer, set
14249 server-existing-buffer to t.
14250 (server-buffer-done): If server-kill-new-buffers is t, kill the
14251 buffer, unless it was already present before visiting it with
14252 Emacs server.
14253
142542000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14255
14256 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14257 even if the display doesn't support colors: some displays will
14258 support bold/underline faces.
14259
142602000-08-21 Gerd Moellmann <gerd@gnu.org>
14261
14262 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14263
14264 * startup.el (command-line): If user's init file had an error,
14265 add explanatory text to *Messages*.
14266
142672000-08-21 Kenichi Handa <handa@etl.go.jp>
14268
14269 * man.el (Man-getpage-in-background): Decode the process output by
14270 the system locale coding system.
14271
142722000-08-20 Dave Love <fx@gnu.org>
14273
14274 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14275 Don't test x-popup-menu.
14276 (function) <complete-function>: Complete only fbound symbols.
14277 <validate, value>: New.
14278 (variable) <complete-function>: Complete only bound symbols.
14279 (coding-system): Add :base-only, :complete-function, :validate,
14280 :value, :prompt-match.
14281 (widget-coding-system-prompt-value): Use read-coding-system and
14282 act on :base-only.
14283 (editable-field): Add :help-echo.
14284 (widget-push-button-gui, widget-push-button-cache)
14285 (widget-gui-action, widget-editable-list-gui): COmment out, along
14286 with uses.
14287 (widget-at): Make arg optional.
14288 (widget-echo-help): Adjust for current help-echo calling sequence.
14289 (widget-specify-field, widget-specify-button)
14290 (widget-specify-insert, widget-get-sibling, widget-image-find)
14291 (widget-convert, widget-insert, widget-leave-text)
14292 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14293 (widget-setup, widget-field-find, widget-before-change)
14294 (widget-after-change, widget-default-complete)
14295 (widget-default-create, widget-default-delete)
14296 (widget-push-button-value-create, editable-field)
14297 (widget-field-prompt-value, widget-field-validate)
14298 (widget-choice-value-create, widget-choice-action)
14299 (widget-choice-validate, widget-checklist-add-item)
14300 (widget-radio-add-item, widget-radio-chosen)
14301 (widget-radio-value-inline, widget-editable-list-value-create)
14302 (widget-editable-list-entry-create)
14303 (widget-documentation-link-add)
14304 (widget-documentation-string-value-create)
14305 (widget-regexp-validate, widget-file-complete)
14306 (widget-sexp-validate, widget-plist-convert-widget)
14307 (widget-plist-convert-widget, widget-alist-convert-widget)
14308 (widget-alist-convert-widget, widget-color-complete): Simplify,
14309 particularly to avoid bindings which aren't optimized out.
14310
14311 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14312 Doc fix.
14313 (down-list, backward-up-list, up-list, kill-sexp)
14314 (backward-kill-sexp, mark-sexp): Make arg optional.
14315 (lisp-complete-symbol): Add optional arg PREDICATE.
14316
14317 * cus-start.el: Add display-buffer-reuse-frames,
14318 file-coding-system-alist.
14319
143202000-08-20 Gerd Moellmann <gerd@gnu.org>
14321
14322 * startup.el (command-line): Clear realized faces after
14323 modifying TTY color mappings.
14324
143252000-08-20 Miles Bader <miles@gnu.org>
14326
14327 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14328 merely a subset of FACE's attributes.
14329
143302000-08-19 Miles Bader <miles@gnu.org>
14331
14332 * comint.el (comint-output-filter): Save the point with a marker,
14333 not just a buffer position.
14334
14335 * international/mule.el (set-buffer-process-coding-system): Make
14336 interactive prompt less confusing.
14337
143382000-08-19 Gerd Moellmann <gerd@gnu.org>
14339
14340 * hilit-chg.el: General cleanup of doc strings, comments and
14341 code formatting.
14342
143432000-08-19 Miles Bader <miles@gnu.org>
14344
14345 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14346 Compiler macro removed; beginning-of-line is no longer always
14347 equivalent to forward-line, in the presence of fields.
14348
14349 * comint.el (comint-output-filter): Remove ad-hoc saving of
14350 restriction, and just use save-restriction, now that it works
14351 correctly. Don't adjust comint-last-input-start to account for
14352 our insertion; it shouldn't have moved because we don't use
14353 insert-before-markers anymore. Comment out call to
14354 `force-mode-line-update'; why is it here?
14355
14356 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14357 while checking for prompt to delete. Use `forward-line 0'
14358 instead of beginning-of-line.
14359 (gud-filter): Temporarily widen gud comint buffer while
14360 examining output.
14361
143622000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14363
14364 * progmodes/sh-script.el: Big bag of typos.
14365
14366 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14367 check since ispell-process is not bound when ispell is not yet loaded.
14368
143692000-08-18 Dave Love <fx@gnu.org>
14370
14371 * image.el (find-image): Copy `spec' before using plist-put.
14372
143732000-08-18 Gerd Moellmann <gerd@gnu.org>
14374
14375 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14376 `portugues'.
14377
14378 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14379 backward-kill-sexp, analogous to kill-sexp.
14380
14381 * progmodes/icon.el (icon-indent-line)
14382 (icon-is-continuation-line): Handle comments specially.
14383
143842000-08-17 Ken Stevens <k.stevens@ieee.org>
14385
14386 * ispell.el: Set to standard author/maintainer/keyword fields.
14387 Fine tuning to menu map appearance and operation, and added help.
14388 Remove `start' and `end' error messages when compiling.
14389 (ispell-choices-win-default-height): Fixed comment string.
14390 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14391 castellano8 dictionaries.
14392 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14393 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14394 dictionary, added italiano dictionary.
14395 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14396 word character
14397 (ispell-tex-skip-alists): Added psfig support.
14398 (ispell-skip-html): Renamed from ispell-skip-sgml.
14399 (ispell-begin-skip-region-regexp, ispell-skip-region)
14400 (ispell-minor-check): Improved html skipping support to skip across
14401 code, and recognize `&' commands without propper `;' syntax;
14402 (ispell-process-line): Fix alignment error when manually
14403 correcting spelling.
14404 (ispell): Fix comment string.
14405 (ispell-add-per-file-word-list): Always put word list on new line.
14406
144072000-08-17 Gerd Moellmann <gerd@gnu.org>
14408
14409 * format.el (format-encode-run-method): Fix error message to say
14410 `encode' instead of `decode'. Use save-window-excursion around
14411 shell-command-on-region as in format-decode-run-method because
14412 shell-command-on-region can display a buffer with error output.
14413 (format-decode): Don't record undo information for the decoding.
14414 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14415 that number part of the temporary buffer name so that more than
14416 one decoding using a temporary buffer can happen safely.
14417
14418 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14419 of `A-z' in the regexp.
14420
14421 * hilit-chg.el: Fix typos in commentary.
14422
14423 * help.el (view-emacs-news): Rewritten for new naming scheme
14424 for old NEWS files.
14425
14426 * startup.el (command-line): Pop to *Messages* in case an error
14427 is signaled while loading user-init-file.
14428
144292000-08-17 Andreas Schwab <schwab@suse.de>
14430
14431 * files.el (insert-directory): Don't lose original file name,
14432 undoing an undocumented change.
14433
144342000-08-17 Alex Schroeder <alex@gnu.org>
14435
14436 * sql.el (sql-magic-go): Use comint-bol.
14437 (sql-copy-column): Use comint-line-beginning-position.
14438 (comint-line-beginning-position): Define a replacement for
14439 comint-line-beginning-position if it is not fboundp.
14440
144412000-08-17 Alex Schroeder <alex@gnu.org>
14442
14443 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14444 it didn't have any effect anyway.
14445
144462000-08-17 Alex Schroeder <alex@gnu.org>
14447
14448 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14449 --pset and pager=off instead of sending \\o|cat at the beginning
14450 of the session.
14451
144522000-08-17 Miles Bader <miles@gnu.org>
14453
14454 * progmodes/octave-inf.el: Add compatibility definition of
14455 comint-line-beginning-position.
14456
144572000-08-17 Kenichi Handa <handa@etl.go.jp>
14458
14459 * startup.el (normal-top-level): Look in each dir in load-path for
14460 a leim-list.el file too. This assures of loading leim-list.el
14461 that is created at Emacs installation time even if a user have his
14462 own leim-list.el.
14463
144642000-08-17 Miles Bader <miles@gnu.org>
14465
14466 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14467 foreground color to black if the background is dark.
14468
144692000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14470
14471 * loadhist.el (unload-feature): Typo.
14472
14473 * finder.el (finder-compile-keywords):
14474 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14475 to the generated file.
14476
14477 * mail/mh-e.el (mh-make-local-vars):
14478 Replace make-variable-buffer-local with make-local-variable.
14479
14480 * play/landmark.el:
14481 * options.el (Edit-options-{set,toggle,t,nil}):
14482 * mail/mailabbrev.el (mail-abbrevs-mode):
14483 * textmodes/tex-mode.el (tex-expand-files):
14484 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14485
14486 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14487
14488 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14489 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14490 Allow going past the last element.
14491 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14492 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14493 (cvs-mouse-toggle-mark): Don't move point.
14494 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14495
14496 * progmodes/compile.el (grep): Provide a default set of files.
14497 (next-error): Docstring fix.
14498 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14499
14500 * emacs-lisp/easy-mmode.el (define-minor-mode):
14501 Use `symbol-value' to keep the byte-compiler quiet.
14502
14503 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14504 (diff-find-source-location): New fun, extracted from diff-goto-source.
14505 (diff-goto-source): Use it.
14506 (diff-next-complex-hunk, diff-filter-lines): New function.
14507 (diff-apply-hunk): New command.
14508
14509 * smerge-mode.el (smerge-mode-menu): Doc fix.
14510
14511 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14512
145132000-08-16 Dave Love <fx@gnu.org>
14514
14515 * windmove.el (windmove) <defgroup>: Add :version.
14516
14517 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14518 (goto-address-fontify-p, goto-address-highlight-p)
14519 (goto-address-url-face, goto-address-url-mouse-face)
14520 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14521 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14522 (goto-address-fontify, goto-address-at-mouse): Simplify,
14523 (goto-address-at-point): browse-url-url-at-point,
14524 goto-address-find-address-at-point can return nil.
14525 (goto-address-find-address-at-point): Return nil on failure.
14526
14527 * align.el (align) <defgroup>: Add :version.
14528
14529 * calculator.el (calculator): Add :version.
14530 (calculator): Use two lines for calculator window if `modeline'
14531 face is boxed.
14532
14533 * play/5x5.el: Doc fixes.
14534 (5x5) <defgroup>: Add :version.
14535
14536 * play/fortune.el (fortune) <defgroup>: Add :version.
14537 (fortune-append): Fix error message.
14538 (fortune-from-region): Doc fix.
14539
14540 * play/pong.el (pong): Doc fix.
14541
14542 * play/morse.el: Keywords, commentary, autoloads.
14543
145442000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14545
14546 * desktop.el (desktop-save): Don't look at symbol-value of a
14547 member of minor-mode-alist, unless it is boundp.
14548
145492000-08-16 Sam Steingold <sds@gnu.org>
14550
14551 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14552 `while'; use `with-current-buffer' instead of `save-excursion'.
14553 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14554
145552000-08-16 Kenichi Handa <handa@etl.go.jp>
14556
14557 * international/ccl.el (declare-ccl-program): Docstring modified.
14558 (ccl-execute-with-args): Likewise.
14559
145602000-08-16 Miles Bader <miles@gnu.org>
14561
14562 * progmodes/sql.el: Add compatibility definition of
14563 comint-line-beginning-position.
14564
145652000-08-15 Gerd Moellmann <gerd@gnu.org>
14566
14567 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14568 'buffer-menu' property.
14569 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14570 fails.
14571 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14572 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14573 wasn't killed.
14574
14575 * buff-menu.el (list-buffers-noselect): Don't display the
14576 *Buffer List* buffer.
14577
14578 * font-lock.el: Require jit-lock to prevent a very late
14579 `Loading jit-lock' message.
14580
14581 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14582 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14583 mail address.
14584
145852000-08-15 Miles Bader <miles@gnu.org>
14586
14587 * textmodes/ispell.el (ispell-graphic-p): New constant.
14588 (ispell-choices-win-default-height, ispell-help): Use
14589 `ispell-graphic-p' instead of `xemacsp'.
14590
145912000-08-15 Dave Love <fx@gnu.org>
14592
14593 * simple.el: Autoload widget-convert when compiling.
14594 (mail-user-agent): Doc fix.
14595
14596 * help.el (function-called-at-point, variable-at-point): Use
14597 with-syntax-table.
14598 (help-manyarg-func-alist): Add insert-and-inherit.
14599
14600 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14601
14602 * delsel.el (delsel-unload-hook): New function.
14603
14604 * find-file.el: Doc fixes. Move provide to end.
14605 (ff) <defgroup>: Add :link.
14606 (ff-goto-click): Deleted.
14607 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14608 Use mouse-set-point.
14609
14610 * textmodes/tildify.el: Doc fixes.
14611 (tildify) <defgroup>: Add:version.
14612
14613 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14614 (glasses-custom-set): Use set-default, not set.
14615 (minor-mode-alist): Propertize the lighter.
14616 (glasses-mode): Provide optional arg.
14617
14618 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14619 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14620 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14621 option. Provide :type.
14622 (cwarn-configuration): Provide :type.
14623 (cwarn-mode): Doc fix.
14624
14625 * add-log.el (change-log-merge): Doc fix.
14626 (change-log-redate): New command.
14627
14628 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14629 Doze and Dog.
14630 (browse-url): Use dolist, not mapcar.
14631 (browse-url-at-point): Check for null url.
14632 (browse-url-event-buffer, browse-url-event-point): Functions
14633 deleted.
14634 (browse-url-at-mouse, browse-url-netscape): Simplify.
14635
14636 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14637 modes.
14638 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14639 Fix previous change to mapcan.
14640 (msb--init-file-alist, msb--add-separators)
14641 (msb--make-keymap-menu): Simplify.
14642 (msb--choose-file-menu): Use copy-sequence.
14643 (msb-mode-map): Add title to keymap.
14644 (msb-unload-hook): New function.
14645
14646 * bs.el: Fix indentation.
14647 (bs) <defgroup>: Add :links.
14648 (bs-show): Doc fix.
14649 (bs-apply-sort-faces): Don't use window-system.
14650 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14651
146522000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14653
14654 * calendar/timeclock.el (timeclock-file): Run .timelog through
14655 convert-standard-filename.
14656
146572000-08-14 Gerd Moellmann <gerd@gnu.org>
14658
14659 * emacs-lisp/authors.el: New file.
14660
14661 * paren.el (show-paren-priority): New user option.
14662 (show-paren-function): Set overlay priorities to
14663 show-paren-priority.
14664
146652000-08-14 Miles Bader <miles@gnu.org>
14666
14667 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14668 beginning-of-line with inhibit-field-text-motion bound.
14669
146702000-08-14 Gerd Moellmann <gerd@gnu.org>
14671
14672 * calendar/timeclock.el: New file.
14673
146742000-08-14 David Ponce <david@dponce.com>
14675
14676 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14677 `widget-button-click'. so that one can use left mouse button to
14678 click on dialog buttons.
14679
146802000-08-14 Emmanuel Briot <briot@gnat.com>
14681
14682 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14683 identifiers, since XML is case sensitive
14684
146852000-08-12 Miles Bader <miles@gnu.org>
14686
14687 * comint.el (comint-output-filter): Don't bother frobbing
14688 window-start, it doesn't seem to be necessary.
14689
14690 * comint.el (comint-send-string, comint-send-region): Make into
14691 real functions. Snapshot the prompt before sending.
14692
146932000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14694
14695 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14696 technique similar to Info-index, instead of relying on specific
14697 names of relevant Index nodes.
14698 (Info-goto-emacs-command-node): Bind Info-history to nil when
14699 going to the first node found by Info-find-emacs-command-nodes.
14700
147012000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14702
14703 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14704
147052000-08-10 Miles Bader <miles@gnu.org>
14706
14707 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14708
147092000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14710
14711 * info.el (Info-file-list-for-emacs): More elements for the
14712 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14713 and woman manuals.
14714
147152000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14716
14717 * comint.el (comint-send-input): Make the newline boundary overlay
14718 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14719 (comint-output-filter): Use `insert' instead of
14720 `insert-before-markers'. Extend comint-last-output-overlay when
14721 necessary since we can't rely on insert-before-markers to do it.
14722 * gud.el (gud-filter): Use `with-current-buffer' instead of
14723 save-excursion when inserting the output, so that point gets
14724 updated correctly; the old method relied on a rather dodgy
14725 side-effect of comint-output-filter to avoid the effect of
14726 save-excursion.
14727
147282000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14729
14730 * files.el (recover-file): Call insert-directory instead of
14731 invoking `ls' directly.
14732
147332000-08-10 Miles Bader <miles@gnu.org>
14734
14735 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14736 (comint-last-prompt-overlay): New variables.
14737 (comint-output-filter): Implement prompt highlighting.
14738 (comint-snapshot-last-prompt): New function.
14739 (comint-send-input): Snapshot the last prompt.
14740 Use comint-highlight-input-face.
14741 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14742 Use defface instead of defcustom.
14743 (send-invisible, comint-send-eof): Snapshot the last prompt.
14744 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14745 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14746
147472000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14748
14749 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14750 (regexp-opt-group): Use a list of chars for `letters'.
14751 (regexp-opt-charset): `chars' is now a list of chars.
14752 Use a char-table rather than a vector so it works for multibyte chars.
14753
14754 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14755 Set cvs-minor-current-files to the selected fileinfo.
14756 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14757 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14758
147592000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14760
14761 * files.el (insert-directory): Don't call access-file on
14762 directories on DOS and Windows.
14763
147642000-08-09 Kenichi Handa <handa@etl.go.jp>
14765
14766 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14767 longer if necessary.
14768 (ccl-embed-code): Call ccl-embed-data to store CODE in
14769 ccl-program-vector.
14770
147712000-08-09 Miles Bader <miles@gnu.org>
14772
14773 * comint.el (comint-output-filter): Properly handle the case where
14774 the text surrounded by comint-last-output-overlay was deleted.
14775
147762000-08-08 Gerd Moellmann <gerd@gnu.org>
14777
14778 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14779 non-nil.
14780 (Info-file-list-for-emacs): Remove "info" from the list because
14781 that leads to trying to use the documentation from file `info'
14782 in various situations where it isn't appropriate, for instance
14783 C-h C-k C-h i.
14784
14785 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14786 DIR and/or STRING are nil.
14787
14788 * progmodes/compile.el (compilation-setup): Make variable
14789 compilation-error-screen-columns buffer-local, as some comment
14790 in the code suggests it should be.
14791
14792 * files.el (auto-mode-interpreter-regexp): New variable.
14793 (set-auto-mode): Use it.
14794
14795 * indent.el (indent-for-tab-command): Doc fix.
14796
14797 * mouse-sel.el (mouse-sel-mode): Doc fix.
14798
14799 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14800 labels.
14801
14802 * help.el (print-help-return-message): When
14803 display-buffer-reuse-frames is set, let the help window been quit,
14804 instead of deleting it, which might delete a reused frame.
14805
148062000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14807
14808 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14809 rename a directory to a name that differs only by its letter case.
14810
148112000-08-08 Kenichi Handa <handa@etl.go.jp>
14812
14813 * international/quail.el (quail-define-rules): Handle Quail decode
14814 map correctly. Add code for supporting annotations.
14815 (quail-install-decode-map): New function.
14816 (quail-defrule-internal): New optional arguments decode-map and
14817 props.
14818 (quail-advice): New function.
14819
148202000-08-07 Sam Steingold <sds@gnu.org>
14821
14822 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14823 `defconst', `define-condition', `with-slots'.
14824 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14825
148262000-08-03 Miles Bader <miles@gnu.org>
14827
14828 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14829 New variable.
14830 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14831 comint-use-prompt-regexp-instead-of-fields.
14832 (comint-send-input): Add `input' field property to stuff we send to
14833 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14834 (comint-output-filter): Add `output' field property to process
14835 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14836 (comint-replace-by-expanded-history)
14837 (comint-get-old-input-default, comint-show-output)
14838 (comint-backward-matching-input, comint-forward-matching-input)
14839 (comint-next-prompt, comint-previous-prompt): Use field
14840 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14841 (comint-line-beginning-position): New function.
14842 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14843 (comint-replace-by-expanded-history-before-point): Use
14844 comint-line-beginning-position and line-end-position.
14845 (comint-last-output-overlay): New variable.
14846 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14847
14848 * shell.el (shell-prompt-pattern): Doc change.
14849 (shell-backward-command): Use line-beginning-position.
14850
14851 * gud.el (gud-gdb-complete-command): Use
14852 comint-line-beginning-position.
14853
14854 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14855 comint-bol doesn't actually go to the beginning of the line.
14856
14857 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14858 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14859 (try-expand-line-all-buffers): Likewise.
14860
14861 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14862 explicitly matching comint-prompt-regexp.
14863 (sql-copy-column): Use comint-line-beginning-position instead of
14864 explicitly matching comint-prompt-regexp.
14865
14866 * progmodes/octave-inf.el (inferior-octave-complete): Use
14867 comint-line-beginning-position.
14868
14869 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14870
14871 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14872 looking for a prompt, use `forward-line 0' instead of
14873 `beginning-of-line', to avoid getting caught by an input field.
14874
148752000-08-07 Gerd Moellmann <gerd@gnu.org>
14876
14877 * files.el (shell-quote-wildcard-pattern): Make sure to return
14878 PATTERN, in the Unix case.
14879
148802000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14881
14882 * play/zone.el (zone): Discard any pending input before running
14883 the randomly-chosen pgm.
14884
148852000-08-07 Kenichi Handa <handa@etl.go.jp>
14886
14887 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14888 checking the existence of any multibyte characters.
14889
148902000-08-06 Gerd Moellmann <gerd@gnu.org>
14891
14892 * help.el (describe-mode): Test minor-mode symbol for being
14893 bound before testing its value for being nil.
14894
14895 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14896 `first', `second', and `third'.
14897
14898 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14899 (second): Make it an alias for `cadr'.
14900
149012000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14902
14903 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14904 types of display support faces now.
14905
149062000-08-05 Gerd Moellmann <gerd@gnu.org>
14907
14908 * pcvs.el (require): Require `cl' during compilation, only.
14909
14910 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14911 (toplevel): Remove `remq' and `remove' from autoloads.
14912 (cl-fake-autoloads): New variable. If set, arrange for an error
14913 when CL functions etc. are autoloaded.
14914
149152000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14916
14917 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14918
14919 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14920 popped up, but the user clicks outside the menu, return an empty
14921 regexp (that causes unhighlight-regexp to have no effect).
14922
14923 * menu-bar.el (menu-bar-games-menu): Add Zone.
14924
14925 * hi-lock.el (toplevel): Require font-lock.
14926
149272000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14928
14929 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14930 (ebnf-8-bit-chars): New var for bug fix.
14931 (ebnf-string): Bug fix.
14932
149332000-08-03 Sam Steingold <sds@gnu.org>
14934
14935 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14936 instead of `buffer-string'.
14937 (require 'cl): Always, not just when compiling.
14938 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14939 necessary.
14940
149412000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14942
14943 * international/mule-cmds.el (select-safe-coding-system): Make
14944 the message text about selecting a safe coding system more clear.
14945
149462000-08-02 Gerd Moellmann <gerd@gnu.org>
14947
14948 * hi-lock.el: New file.
14949
14950 * play/zone.el: New file.
14951
14952 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14953 value of tab-width in the original buffer. Choose a line number
14954 format that's a multiple of the original buffer's tab width, so
14955 that lines appear right.
14956
14957 * textmodes/ispell.el (ispell): New function, replacing an alias.
14958 Spell-check active region if in transient-mark-mode and mark
14959 is active; otherwise spell-check buffer.
14960
149612000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14962
14963 * ps-mule.el: Fix a customization problem on
14964 ps-mule-font-info-database-default.
14965
149662000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14967
14968 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14969 display-mouse-p instead of window-system.
14970 (ebrowse-member-mode-map): Ditto.
14971
149722000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14973
14974 * progmodes/ebnf2ps.el: Update ps-print functions call.
14975 Indentation fix. Doc fix.
14976 (ebnf-version): New version number (3.2).
14977 (ebnf-format-color, ebnf-begin-job): Code fix.
14978
149792000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14980
14981 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14982 font lock support on window-system.
14983 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14984
14985 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14986 display-color-p, if fboundp, instead of window-system.
14987
149882000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14989
14990 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14991 instead of window-system.
14992
14993 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14994 window-system.
14995 (widget-choice-mouse-down-action): Use display-popup-menus-p
14996 instead of window-system.
14997
14998 * strokes.el (strokes-file): Run the file name through
14999 convert-standard-filename.
15000 (strokes-mode): Call display-mouse-p instead of looking at
15001 window-system. Change the error message accordingly.
15002
15003 * progmodes/cpp.el (toplevel): Support faces on tty's.
15004
15005 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15006 (lm-plot-square, lm-init-display): Don't use window-system.
15007
15008 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15009 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15010
15011 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15012 instead of looking at window-system.
15013
150142000-07-30 Gerd Moellmann <gerd@gnu.org>
15015
15016 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15017 of testing if iswitchb-prepost-hooks is bound, because the
15018 latter will always be true when invoking a recursive minibuffer
15019 from an active Iswitchb buffer.
15020
150212000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15022
15023 * files.el (shell-quote-wildcard-pattern): New function.
15024 (insert-directory): Call it. Only prepend "\" to command on Unix
15025 and GNU/Linux systems.
15026
150272000-07-30 Gerd Moellmann <gerd@gnu.org>
15028
15029 * eshell/esh-groups.el: Change custom :link file names
15030 from `eshell.info' to `eshell'.
15031
150322000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15033
15034 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15035 correctly in recursive ange-ftp listings.
15036
150372000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15038
15039 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15040 ps-header-font-size-internal and
15041 ps-header-title-font-size-internal variables are not set,
15042 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15043 face text property is (foreground-color . COLOR) or
15044 `(background-color . COLOR)', ps-print crashes. Doc fix.
15045 (ps-print-version): New version number (5.2.4).
15046 (ps-plot-region): Code fix.
15047 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15048 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15049 Bug fix 2.
15050
150512000-07-30 Milan Zamazal <pdm@freesoft.cz>
15052
15053 * glasses.el (glasses-make-readable): Fix uncapitalization of
15054 identifiers like `myXMLDocument'.
15055
150562000-07-28 Karl Fogel <kfogel@red-bean.com>
15057
15058 * mail/mail-hist.el (mail-hist-previous-input)
15059 (mail-hist-next-input): Do the obvious code factorization.
15060 (mail-hist-retrieve-and-insert): New func, contains common
15061 code of above two.
15062 If inserting a message body, leave point at top.
15063
150642000-07-28 Sam Steingold <sds@gnu.org>
15065
15066 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15067 Use `<=', not `<' to compare times!
15068 (ange-ftp-ls): Remove.
15069
150702000-07-27 Gerd Moellmann <gerd@gnu.org>
15071
15072 * play/cookie1.el: Add explanation of how to make cookie.el
15073 compatible with strfile(1) to comment.
15074
15075 * subr.el (remove, remq): New functions.
15076
15077 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15078 escape `*' in regexps.
15079 (midnight-find): Reverse order of arguments in the funcall of
15080 TEST.
15081
15082 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15083 and `.class'.
15084
15085 * play/meese.el: Add Commentary section.
15086
150872000-07-27 Alex Schroeder <alex@gnu.org>
15088
15089 * sql.el (sql-ms): Added autoload cookie.
15090 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15091 (sql-oracle): Ditto.
15092 (sql-help): Doc change.
15093
15094 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15095 types and exceptions.
15096
150972000-07-27 Alex Schroeder <alex@gnu.org>
15098
15099 * sql.el (sql-placeholder-history): New variable.
15100 (sql-query-placeholders-and-send): New function that will query
15101 the user and replace placeholders with user input.
15102 (sql-oracle): If running on NT, set comint-input-sender to
15103 sql-query-placeholders-and-send.
15104
15105 (sql-stop): If in the SQLi buffer, insert stop notification, else
15106 present it as a message.
15107
151082000-07-27 Alex Schroeder <alex@gnu.org>
15109
15110 * sql.el (sql-input-ring-separator): Doc change.
15111 (sql-input-ring-file-name): Doc change.
15112 (sql-interactive-mode): Use `sql-input-ring-separator' and
15113 `sql-input-ring-file-name' to set the comint-mode equivalents
15114 without making them local variables.
15115 (sql-stop): Don't bind `sql-input-ring-separator' and
15116 `sql-input-ring-file-name' dynamically to their comint-mode
15117 equivalents.
15118
151192000-07-27 Kenichi Handa <handa@etl.go.jp>
15120
15121 * international/mule.el (register-char-codings): New function.
15122 (make-coding-system): Handle `safe-chars' specification in the arg
15123 PROPERTY.
15124
15125 * international/mule-cmds.el
15126 (find-coding-systems-region-subset-p): This function deleted.
15127 (sort-coding-systems-predicate): New variable.
15128 (sort-coding-systems): New function.
15129 (find-coding-systems-region): Use
15130 find-coding-systems-region-internal.
15131 (find-coding-systems-string): Use find-coding-systems-region.
15132 (find-coding-systems-for-charsets): Check
15133 char-coding-system-table.
15134 (select-safe-coding-system-accept-default-p): New variable.
15135 (select-safe-coding-system): Mostly rewritten. New argument
15136 ACCEPT-DEFAULT-P.
15137 (select-message-coding-system): Call select-safe-coding-system
15138 with ACCEPT-DEFAULT-P arg.
15139 (reset-language-environment): Reset default-sendmail-coding-system
15140 to the default value iso-latin-1.
15141 (set-language-environment): Don't set the obsolete variable
15142 charset-origin-alist.
15143
15144 * international/codepage.el (cp-coding-system-for-codepage-1):
15145 Give `safe-chars' property to make-coding-system.
15146
15147 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15148 calling select-message-coding-system twice.
15149
15150 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15151 instead of `safe-charsets'.
15152 (cyrillic-alternativnyj): Likewise.
15153 (ccl-encode-alternativnyj): Don't check the charset
15154 cyrillic-iso8859-5.
15155
151562000-07-27 Kenichi Handa <handa@etl.go.jp>
15157
15158 * composite.el (compose-chars-after): Preserve match data.
15159
151602000-07-26 Sam Steingold <sds@gnu.org>
15161
15162 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15163 (ange-ftp-real-file-newer-than-file-p): New function.
15164 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15165 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15166
15167 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15168 * midnight.el (midnight-float-time): Ditto.
15169
151702000-07-26 Andreas Schwab <schwab@suse.de>
15171
15172 * files.el (normal-backup-enable-predicate): Correct
15173 interpretation of the return value of compare-strings.
15174
151752000-07-26 Gerd Moellmann <gerd@gnu.org>
15176
15177 * isearch.el (isearch-resume): New function.
15178 (isearch-done): Add something to command-history to resume
15179 the search.
15180 (isearch-yank-line, isearch-yank-word): Use
15181 buffer-substring-no-properties instead of buffer-substring.
15182
15183 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15184 of flyspell-mouse-map.
15185
15186 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15187 duplicate definition.
15188 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15189
15190 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15191 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15192
151932000-07-25 Sam Steingold <sds@gnu.org>
15194
15195 * net/ange-ftp.el: Get modtime over the net.
15196 (ange-ftp-file-modtime): New function.
15197 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15198 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15199 Use it.
15200 (ange-ftp-dot-to-slash): New function.
15201 (ange-ftp-fix-name-for-vms): Use it.
15202
15203 * midnight.el (midnight-buffer-display-time): Use
15204 `with-current-buffer'.
15205
152062000-07-25 Gerd Moellmann <gerd@gnu.org>
15207
15208 * find-dired.el: Update copyright notice.
15209 (find-dired): Offer to kill a running `find'.
15210
15211 * enriched.el (enriched-face-ans): For a `foreground-color'
15212 property, return '(("x-color" COLOR))' so that COLOR will be
15213 output as a parameter of the x-color annotation. Likewise for the
15214 `background-color' property. In the case of normal face
15215 properties, don't return annotations for unspecified foreground
15216 and background face attributes.
15217
152182000-07-25 Kenichi Handa <handa@etl.go.jp>
15219
15220 * language/japan-util.el (japanese-katakana-region): Fix handling
15221 HANKAKU argument.
15222
152232000-07-25 Miles Bader <miles@gnu.org>
15224
15225 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15226 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15227 constrain-to-field.
15228
152292000-07-24 Andrew Innes <andrewi@gnu.org>
15230
15231 * timer.el (timer-activate-when-idle): Add optional parameter
15232 DONT-WAIT. Update docstring.
15233 (run-with-idle-timer): Specify extra parameter to
15234 timer-activate-when-idle, so that timer will be activated
15235 immediately if Emacs is already idle.
15236
15237 * w32-fns.el (w32-using-nt): Fix docstring.
15238
152392000-07-24 Dave Love <fx@gnu.org>
15240
15241 * mouse.el (popup-menu): Set last-command-event.
15242 (mouse-major-mode-menu-prefix): Declare.
15243
152442000-07-24 Gerd Moellmann <gerd@gnu.org>
15245
15246 * textmodes/flyspell.el: Update to author's version 1.5d.
15247
15248 * progmodes/hideshow.el: Update copyright notice.
15249
15250 * vcursor.el: Set maintainer to FSF, since author cannot
15251 be reached.
15252
152532000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15254
15255 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15256 the prompt.
15257
15258 * mouse.el (popup-menu): Run the keymap through indirect-function,
15259 in case it was defined with define-prefix-key. If the menu is a
15260 list of keymaps, look up the binding of user's choice in each one
15261 of the keymaps.
15262 (mouse-popup-menubar): If the global and local menu-bar keymaps
15263 don't have a prompt string, create one and insert it into the
15264 keymap. Don't barf if current-local-map returns nil.
15265
152662000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15267
15268 * dired.el (dired-sort-R-check): Added to allow recursive listing
15269 to be undone.
15270 (dired-sort-other): Use it.
15271
152722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15273
15274 * Release of cc-mode 5.27
15275
152762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15277
15278 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15279 c-beginning-of-statement-1 that caused a bad case of recursion
15280 which could consume a lot of CPU in large classes in languages
15281 that have in-expression classes (i.e. Java and Pike).
15282
15283 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15284 statements before top level constructs (i.e. case 6 is moved
15285 before case 5 and is now case 4) to catch in-expression
15286 classes in top level expressions correctly.
15287
152882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15289
15290 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15291 objc-method-intro. Case 4 removed and case 5I added.
15292
15293 * cc-langs.el (c-append-paragraph-start): New variable used by
15294 c-common-init to get paragraph-start correct.
15295 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15296 initialize paragraph-start to make it correct both with and
15297 without the javadoc special case.
15298
15299 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15300 initialize paragraph-start for javadoc markup.
15301
15302 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15303 change by defaulting this to t. It's motivated by the
15304 confusing behavior that otherwise arise from the style system
15305 when editing both java and non-java files at the same time
15306 (see the comments about style setting in c-common-init).
15307
153082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15309
15310 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15311 similar to the one in c-fill-paragraph to check the fill
15312 prefix from the adaptive fill function for sanity.
15313
153142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15315
15316 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15317 defun block.
15318
a30eb617
DL
153192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15320
15321 * cc-align.el (c-lineup-multi-inher): Handle lines with
15322 leading comma nicely. Extended to handle member initializers
15323 too.
15324
15325 * cc-engine.el: (c-beginning-of-inheritance-list,
15326 c-guess-basic-syntax): Fixed recognition of inheritance lists
15327 when the lines begins with a comma.
15328
a30eb617
DL
15329 * cc-vars.el (c-offsets-alist): Changed default for
15330 member-init-cont to c-lineup-multi-inher since it now handles
15331 member initializers and indents better for leading commas.
15332
153332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15334
15335 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15336 handling that caused class open lines to be recognized as
15337 statement-conts in some cases.
15338
15339 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15340 guessed by the adaptive fill function unless point is on the
15341 first line of a block comment.
15342
15343 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15344 when the buffer ends with a macro continuation char.
15345
15346 * cc-engine.el (c-guess-basic-syntax): Added support for
15347 function definitions as statements in Pike. The first
15348 statement in a lambda block is now labeled defun-block-intro
15349 instead of statement-block-intro.
15350
15351 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15352 so that the class surrounding point is selected, not the one
15353 innermost in the state.
15354
15355 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15356 recognition of switch labels having hanging multiline
15357 statements.
15358
15359 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15360 some code in c-guess-basic-syntax to a separate function.
15361 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15362 recognition of member inits with multiple line arglists.
15363 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15364 member-init-cont when the commas are in funny places.
15365
153662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15367
15368 * cc-defs.el (c-auto-newline): Removed this macro since it's
15369 not used anymore.
15370
15371 * cc-engine.el (c-looking-at-bos): New helper function.
15372 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15373 inexpr and toplevel classes apart in Pike.
15374
15375 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15376 of case 9A.
15377
15378 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15379 constant, since "class" can introduce an in-expression class
15380 in Pike nowadays.
15381
153822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15383
15384 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15385 indentation on cpp-macro lines.
15386
15387 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15388 a syntax modifier like comment-intro, to make it possible to
15389 get syntactic indentation for preprocessor directives. It's
15390 incompatible wrt to lineup functions on cpp-macro, but it has
15391 no observable effect in the 99.9% common case where cpp-macro
15392 is set to -1000.
15393
153942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15395
15396 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15397 member-init-cont when the preceding arglist is several lines.
15398
153992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15400
15401 * cc-styles.el (c-style-alist): The basic offset for the BSD
15402 style corrected to 8.
15403
154042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15405
15406 * cc-styles.el (c-style-alist): Adjusted the indentation of
15407 brace list openers in the gnu style.
15408
154092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15410
15411 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15412
15413 * cc-cmds.el (c-electric-brace, c-electric-slash,
15414 c-electric-star, c-electric-semi&comma, c-electric-colon,
15415 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15416 when c-syntactic-indentation is nil.
15417
15418 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15419 we were left at comments preceding the first statement when
15420 reaching the beginning of the buffer.
15421
15422 * cc-vars.el (c-syntactic-indentation): New variable to turn
15423 off all syntactic indentation.
15424
154252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15426
15427 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15428 between the text and the block comment ender when it hangs,
15429 depending on how many there are before the fill.
15430
154312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15432
15433 * cc-engine.el (c-beginning-of-closest-statement): New helper
15434 function to go back to the closest preceding statement start,
15435 which could be inside a conditional statement.
15436 * cc-engine.el (c-guess-basic-syntax): Use
15437 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15438
15439 * cc-engine.el (c-guess-basic-syntax): Better handling of
15440 arglist-intro, arglist-cont-nonempty and arglist-close when
15441 the arglist is nested inside parens. Cases 7A, 7C and 7F
15442 changed.
15443
15444 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15445 up-to-date with javadoc 1.2.
15446
154472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15448
15449 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15450 multiline Pike type decls.
15451
154522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15453
15454 * cc-cmds.el (c-indent-new-comment-line): Always break
15455 multiline comments in multiline mode, regardless of
15456 comment-multi-line.
15457
154582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15459
15460 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15461 fully::qualified::names in C++ member init lists. Preamble in
15462 case 5D changed.
15463
154642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15465
15466 * cc-langs.el (c-common-init): Handling of obsolete variables
15467 moved to c-initialize-cc-mode. More compatible style override
15468 when using global style variables.
15469 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15470 variables moved here.
15471
a30eb617
DL
15472 * cc-styles.el (c-make-styles-buffer-local): Flag style
15473 variable localness in c-style-variables-are-local-p to make
15474 the compatibility measure in c-common-init work well.
15475
15476 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15477 longer contain set-from-style.
15478 * cc-styles.el (c-initialize-builtin-style): Don't check for
15479 set-from-style on c-special-indent-hook.
15480 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15481 copy-alist is sufficient now.
15482
15483 * cc-styles.el (c-set-style, c-set-style-1,
15484 c-get-style-variables): Fixes to variable initialization so
15485 that duplicate entries in styles have the same effect
15486 regardless of DONT-OVERRIDE.
15487
15488 * cc-styles.el (c-set-style-2): Fixed bug where the
15489 initialization of inheriting styles failed when the
15490 dont-override flag is set.
15491
15492 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15493 on this.
15494
154952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15496
15497 * cc-defs.el (c-forward-comment): Removed the workaround
15498 introduced in 5.38 since it had worse side-effects. If a line
15499 contains the string "//\"", it regarded the // as a comment
15500 start since the \ temporarily doesn't have escape syntax.
15501
eb04d6cd 155022000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
15503
15504 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15505 ada-xref.el before ada-prj.el, so that the Project menu is created
15506 when ada-prj tries to add to it.
15507 (ada-activate-keys-for-case): Suppress the characters that are not
15508 part of the Ada syntax. Better compatibility with else-mode
15509 (ada-adjust-case-interactive): When auto-casing is not active,
15510 correctly insert newlines (used to insert only ^M). Prevent the
15511 syntax table from being changed in case of an error
15512 (or '_' becomes part of a word and some commands are confused).
15513 Do nothing if ada-auto-case is nil.
15514 (ada-after-keyword-p): Ignore keywords that are also attributes
15515 (ada-batch-reformat): Update usage comment
15516 (ada-call-from-contextual-menu): New function
15517 (ada-case-read-exceptions): Reinitialize the casing exception list
15518 first to nil first, so that the casing exception file can be
15519 shared.
15520 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15521 files.
15522 (ada-compile-goto-error): Fix regexp used to detect a file:line
15523 anywhere in the error message
15524 (ada-contextual-menu-last-point): New variable
15525 (ada-create-keymap): If the variable delete-key-deletes-forward is
15526 t on XEmacs, it means that DEL should delete one character
15527 forward.
15528 (ada-create-menu): Use :included instead of :visible for XEmacs.
15529 New submenu "Options".
15530 (ada-end-stmt-re): Correctly indent "select ... then abort"
15531 statements.
15532 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15533 even if they don't match ada-fill-comment-prefix Fix handling of
15534 paragraphs on the first or last line of a file.
15535 (ada-format-paramlist): Fix handling of default parameter values.
15536 (ada-get-body-name): New function.
15537 (ada-get-current-indent): Optimized by searchling directly for an
15538 existing generic part or a statement outside of it. Handle
15539 ada-indent-align-comments when indenting comments Replaced some
15540 regexps by testing directly the next character. This results in a
15541 huge speedup on some files. New indentation scheme for renames
15542 statements. Stop looking for the 'while' or 'for' associated with
15543 a 'loop' at the first semicolon encountered. A "return" can also
15544 match an anonymous access subprogram declaration.
15545 (ada-get-indent-noindent): Ignore strings and comments when
15546 looking for the keywords "record" and "private".
15547 (ada-goto-matching-decl-start): When matching "if", make sure we
15548 are not in fact seeing "end if". Ignore "when" statements except
15549 when initial keyword was "begin". Fix handling of nested
15550 procedures. Add a recursive call to this function to skip over
15551 other 'end' statmts. Fix indentation for "when .. => begin"
15552 (ada-in-open-paren-p): Fix indentation for complex boolean
15553 expressions, where 'and then', 'or else' and parenthesis
15554 statements are mixed up.
15555 (ada-in-paramlist-p): Skip comments while searching for the
15556 beginning Fix handling of operator declarations.
15557 (ada-indent-align-comments): New variable
15558 (ada-indent-current): Change the syntax table only in the
15559 protected section, so that we are sure it is restored correctly.
15560 (ada-indent-on-previous-lines): Use ada-use-indent and
15561 ada-with-indent Correctly indent "select ... then"
15562 (ada-indent-region): Slight speedup.
15563 (ada-indent-renames): New variable.
15564 (ada-last-which-function-subprog, ada-last-which-function-line):
15565 New variables
15566 (ada-looking-at-semi-private): Correctly indent the 'private'
15567 keyword when it is the first word in a package declaration.
15568 (ada-loose-case-word): Stop searching if at the end of the buffer.
15569 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15570 even if point is not initially at the end of the word.
15571 (ada-matching-decl-start-re): Add "when".
15572 (ada-mode): Add support for abbrev-mode, outline-mode and
15573 which-func-mode Override the old find-file.el entry in
15574 ff-special-constructs since it is using the obsolete
15575 ada-spec-suffix variable
15576 (ada-no-auto-case): New function
15577 (ada-scan-paramlist): When parsing the argument type, accept
15578 spaces (as in "X 'Class", generated by Rational Rose).
15579 (ada-other-file-name): No longer loads the other file.
15580 (ada-popup-menu): Save and restore the current buffer and cursor
15581 position before and after displaying the menu.
15582 (ada-search-ignore-complex-boolean): New function.
15583 (ada-uncomment-region): Emacs21 already knows how to delete
15584 comments not starting in the first column.
15585 (ada-use-indent): New variable
15586 (ada-which-function): New function.
15587 (ada-with-indent): New variable
15588 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15589 can be batch-compiled from the command line.
15590
15591 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15592 Add to the menu when the file is loaded, not in ada-mode-hook.
15593 Add -toolbar to the default ddd command Switches moved from
15594 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15595 ada-prj-default-comp-opt
15596 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15597 Reference Manual to the menu
15598 (ada-check-current): rewritten as a call to ada-compile-current
15599 (ada-compile): Removed.
15600 (ada-compile-application, ada-compile-current, ada-check-current):
15601 Set the compilation-search-path so that compile.el automatically
15602 finds the sources in src_dir. Automatic scrollong of the
15603 compilation buffer. C-uC-cC-c asks for confirmation before
15604 compiling
15605 (ada-compile-current): New parameter, prj-field
15606 (ada-complete-identifier): Load the .ali file before doing
15607 processing
15608 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15609 conform to gnatmake's behavior.
15610 (ada-find-file-in-dir): New function
15611 (ada-find-references): Set the environment variables for gnatfind
15612 (ada-find-src-file-in-dir): New function.
15613 (ada-first-non-nil): Removed
15614 (ada-gdb-application): Add support for jdb, the java debugger.
15615 (ada-get-ada-file-name): Load the original-file first if not done
15616 yet.
15617 (ada-get-all-references): Handles the new ali syntax (parent types
15618 are found between <>).
15619 (ada-initialize-runtime-library): New function
15620 (ada-mode-hook): Always load a project file when a file is opened,
15621 so that the casing exceptions are correctly read.
15622 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15623 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15624 to open the project file, since the latter does not work with
15625 speedbar Get default values before loading the prj file, or the
15626 default executable file name is wrong. Use the absolute value of
15627 src_dir to initialize ada-search-directories and
15628 compilation-search-path,... Add the standard runtime library to
15629 the search path for find-file.
15630 (ada-prj-default-debugger): Was missing an opening '{'
15631 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15632 variables.
15633 (ada-prj-default-gnatmake-opt): New variable
15634 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15635 buffers, the project file is the default one Save the windows
15636 configuration before displaying the menu.
15637 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15638 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15639 ...) regexp-quote identifiers names to support operators +,
15640 -,... in regexps.
15641 (ada-remote): New function.
15642 (ada-run-application): Erase the output buffer before starting the
15643 run Support remote execution of the application. Use
15644 call-process, or the arguments are incorrectly parsed
15645 (ada-set-default-project-file): Reread the content of the active
15646 project file, not the one from the current buffer When a project
15647 file is set as the default project, all directories are
15648 automatically associated with it.
15649 (ada-set-environment): New function
15650 (ada-treat-cmd-string): New special variable ${current}
15651 (ada-treat-cmd-string): Revised. The substitution is now done for
15652 any ${...} substring
15653 (ada-xref-current): If no body was found, compiles the spec
15654 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15655 compiler to get rid of command line length limitations.
15656 (ada-xref-get-project-field): New function
15657 (ada-xref-project-files): New variable
15658 (ada-xref-runtime-library-specs-path)
15659 (ada-xref-runtime-library-ali-path): New variables
15660 (ada-xref-set-default-prj-values): Default run command now does a
15661 cd to the build directory. New field: main_unit Provide a default
15662 file name even if the current buffer has no prj file.
15663
15664 * ada-prj.el:
15665 Rewritten to show a tabbed-dialog.
15666 (ada-prj-add-ada-menu): Remove the map and name parameters.
15667 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15668 New function
15669 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15670 (ada-prj-load-from-file): New function
15671 (ada-prj-save): Always save fields that depend on the current buffer
15672 (ada-prj-show-value): New function
15673
15674 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15675 Ada mode. This will allow us to display the Ada menu in any buffer
15676 we want (for project items).
15677 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15678 number of spaces in the header.
15679
156802000-07-24 Dave Love <fx@gnu.org>
15681
15682 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15683
156842000-07-23 Noah Friedman <friedman@splode.com>
15685
15686 * type-break.el (type-break): perform autosave.
b52758d1 15687 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
15688 (type-break-do-query): Cancel query schedule while performing
15689 actual query, to avoid possibility of a second query being made
15690 while first one is already in progress.
15691 (type-break-time-stamp-format): New variable.
15692 (type-break-time-stamp): New function.
15693 (type-break-time-warning): Use it.
15694 (type-break-keystroke-warning): Use it.
15695 (type-break-noninteractive-query): Use it.
15696
15697 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15698 cookie.
15699 Use add-minor-mode to set minor-mode-alist, if available.
15700 (eldoc-echo-area-use-multiline-p): New user option.
15701 (eldoc-echo-area-multiline-supported-p): New variable.
15702 (eldoc-docstring-format-sym-doc): Use them.
15703 (eldoc-mode): If not using idle timers, append to local post and
15704 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15705 (eldoc-display-message-no-interference-p): Don't interfere with
15706 edebug.
15707 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15708 (eldoc-function-arglist): New function.
15709 (eldoc-function-argstring): Use it.
15710
15711 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15712 auto save directory exists before calling directory-files.
15713
157142000-07-23 Dave Love <fx@gnu.org>
15715
15716 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15717 ^o, ^u.
15718
157192000-07-21 Dave Love <fx@gnu.org>
15720
15721 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15722 now passed to the function. It now works properly.
15723
15724 * smerge-mode.el (smerge-mode-menu): Fill it out.
15725
157262000-07-20 Gerd Moellmann <gerd@gnu.org>
15727
15728 * info-look.el (info-lookup): If *info* is shown in another frame
15729 on the same display, select that frame, instead of switching to
15730 the Info buffer in another window of the selected frame.
15731
15732 * simple.el (universal-argument-map): Bind numeric keypad keys
15733 kp-0 to kp-9 and kp-subtract.
15734 (digit-argument): Handle these keys.
15735
157362000-07-20 Dave Love <fx@gnu.org>
15737
15738 * net/goto-addr.el (goto-address-fontify): Don't bother with
15739 buffer-modified and read-only stuff -- irrelevant with overlays.
15740 Put an extra property on the overlays and use it to clean up in
15741 case goto-address is re-run.
15742
157432000-07-19 Richard M. Stallman <rms@gnu.org>
15744
15745 * timer.el (run-with-idle-timer): Doc fix.
15746
15747 * mail/mail-utils.el (mail-strip-quoted-names):
15748 Handle case where <...> appears inside "...".
15749 Use replace-match to edit the string more simply.
15750 (rmail-dont-reply-to): Cope with an unmatched ".
15751
157522000-07-19 Dave Love <fx@gnu.org>
15753
15754 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15755 implementation.
15756
15757 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15758 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15759 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15760
157612000-07-19 Gerd Moellmann <gerd@gnu.org>
15762
15763 * textmodes/refer.el: Correct maintainer's email address.
15764
15765 * progmodes/hideif.el: Correct author's email address.
15766 Fix typo in comment.
15767
15768 * xml.el: New file.
15769
15770 * mail/mailheader.el: Correct author's mail address.
15771
15772 * gnus/parse-time.el: Correct author's mail address.
15773
157742000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15775
15776 * comint.el (comint-highlight-input, comint-highlight-face):
15777 New user options.
15778 (comint-input-ring-file-name): Change custom type.
15779 (comint-mode-map): Bind mouse-2.
15780 (comint-insert-clicked-input): New function.
15781 (comint-send-input): Handle input highlighting.
15782
157832000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15784
15785 * mouse.el (popup-menu): New function.
15786 (mouse-major-mode-menu): Use it.
15787
157882000-07-18 Dave Love <fx@gnu.org>
15789
15790 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15791 improvements.
15792
157932000-07-18 Gerd Moellmann <gerd@gnu.org>
15794
15795 * faces.el (face-font-selection-order)
15796 (face-font-family-alternatives): Add custom type.
15797
157982000-07-18 Dave Love <fx@gnu.org>
15799
15800 * cus-edit.el (custom-variable-reset-saved)
15801 (custom-variable-reset-standard): Remove unused bindings.
15802
15803 * rect.el (open-rectangle-line): Remove unused let.
15804
15805 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15806
158072000-07-18 Gerd Moellmann <gerd@gnu.org>
15808
15809 * cdl.el: Fix `Maintainer' keyword.
15810
15811 * play/pong.el: Add author's email address.
15812
158132000-07-17 Sam Steingold <sds@gnu.org>
15814
15815 * files.el (insert-directory): Call `split-string' instead of
15816 re-implementing it.
15817
158182000-07-18 Gerd Moellmann <gerd@gnu.org>
15819
15820 * mail/vms-pmail.el: Change maintainer to FSF.
15821
15822 * net/goto-addr.el: Change maintainer to FSF.
15823
15824 * info.el (Info-title-face-alist): Removed.
15825
158262000-07-18 David Ponce <david@dponce.com>
15827
15828 * recentf.el (recentf-open-files): New command that works like
15829 `recentf-open-more-files', but shows the whole list of files (not just
15830 those omitted from the menu). Useful if you don't use a menu-bar!
15831 (recentf-open-more-files) Modified to use `recentf-open-files'.
15832
15833 (recentf-open-files, recentf-open-more-files)
15834 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15835
15836 (recentf-dialog-mode): New mode for dialogs. You can now just type
15837 "q" to cancel the dialogs.
15838
158392000-07-18 David Ponce <david@dponce.com>
15840
15841 * recentf.el: This is a major update of recentf.el. It adds new
15842 features to better organize the recentf menu and "More..." buffer.
15843
15844 Using new provided menu filtering functions you can now organize the
15845 recent files list:
15846
15847 - by major modes
15848 - by directories
15849 - by user defined rules
15850
15851 Finally, with the new `recentf-filter-changer' customizable filter you
15852 can define a ring of filters and dynamically (via the menu) cycle on
15853 each menu organization in the ring (a la msb).
15854
158552000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15856
15857 * eshell/eshell.el (eshell): Replace links to eshell.info with
15858 links to eshell, to avoid problems on systems where the manual is
15859 installed as `eshell'.
15860 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15861 * eshell/em-smart.el (eshell-smart): Ditto.
15862 * eshell/em-banner.el (eshell-banner): Ditto.
15863 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15864
15865 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15866 same-file check in the MS-DOS version (it does support inodes).
15867
15868 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15869
15870 * eshell/eshell.el (eshell-directory-name):
15871 Run default directory name through convert-standard-filename.
15872
158732000-07-18 Kenichi Handa <handa@etl.go.jp>
15874
15875 * international/mule-cmds.el (select-safe-coding-system):
15876 Fix typo in the comment.
15877
15878 * language/european.el (compound-text):
15879 Force katakana-jisx0201 to be designated to G1.
15880
15881 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15882 Don't translate some national variant characters of latin-jisx0201.
15883 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15884
15885 * international/kkc.el (kkc-after-update-conversion-functions):
15886 New variable.
15887 (kkc-update-conversion): Run functions in it at the tail.
15888
158892000-07-16 John Wiegley <johnw@gnu.org>
15890
15891 * lisp/align.el (align-newline-and-indent):
15892 Adding new function. for auto-aligning blocks of code on RET.
15893 (align-region): Fixed badly formatted minibuffer message.
15894
158952000-07-17 Kenichi Handa <handa@etl.go.jp>
15896
15897 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15898 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15899 the conversion list at first if appropriate.
15900 (kkc-next): Don't update kkc-next-count here.
15901 (kkc-prev): Don't update kkc-prev-count here.
15902 (kkc-show-conversion-list-update): Fix setting up of conversion
15903 list message.
15904
159052000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15906
15907 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15908
159092000-07-16 Dave Love <fx@gnu.org>
15910
15911 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15912 function to be more specific.
15913
15914 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15915 non-string help-echo.
15916 (widget-types-convert-widget): Defsubst it.
15917 (widget-echo-help): Try to cope with a help-echo function of two
15918 possible sorts.
15919
159202000-07-15 Jason Rumney <jasonr@gnu.org>
15921
15922 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15923 Declare as obsolete.
15924
15925 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15926
159272000-07-14 Gerd Moellmann <gerd@gnu.org>
15928
15929 * hilit-chg.el: Fix typo.
15930
159312000-07-14 Dave Love <fx@gnu.org>
15932
15933 * info.el (Info-mode-menu): Fix use of :help, :enable.
15934
159352000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15936
15937 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15938
159392000-07-13 Dave Love <fx@gnu.org>
15940
15941 * emacs-lisp/easymenu.el: Doc fixes.
15942 (easy-menu-remove): Defalias to ignore.
15943
15944 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15945 Call throw correctly.
15946
159472000-07-13 Gerd Moellmann <gerd@gnu.org>
15948
15949 * faces.el (frame-background-mode): Doc fix.
15950
15951 * simple.el (eval-expression-print-length): Change custom type to
15952 allow entering nil as value.
15953
159542000-07-13 Dave Love <fx@gnu.org>
15955
15956 * progmodes/fortran.el (fortran-imenu-generic-expression):
15957 Change definition layout.
15958 (fortran-mode-menu): Reinstate customize entries.
15959
15960 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15961 Use :filter, per old XEmacs code.
15962
159632000-07-12 Gerd Moellmann <gerd@gnu.org>
15964
15965 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15966 event when deciding what to send to the terminal.
15967
159682000-07-12 Dave Love <fx@gnu.org>
15969
15970 * cus-start.el: Add optional version as 4th element of specs and
15971 use it for several things new in v21. Remove load-path. Fix type
15972 of line-number-display-limit.
15973
159742000-07-11 Dave Love <fx@gnu.org>
15975
15976 * progmodes/fortran.el: Don't require easymenu.
15977 Use repeat counts in various regexps.
15978 (fortran-mode-syntax-table): Defvar directly.
15979 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15980 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15981 Use defvar, not defconst.
15982 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15983 (fortran-mode): Set fortran-comment-line-start-skip,
15984 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15985 (fortran-comment-indent): Use defsubst.
15986 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15987 Use fortran-comment-indent, not fortran-comment-indent-function.
15988 (fortran-comment-region, fortran-electric-line-number): Simplify.
15989 (fortran-auto-fill): New function.
15990 (fortran-do-auto-fill): Deleted.
15991 (fortran-find-comment-start-skip):
15992 Check for non-null comment-start-skip.
15993 (fortran-auto-fill-mode, fortran-fill-statement):
15994 Use fortran-auto-fill.
15995 (fortran-fill): Use fortran-auto-fill. Check for null
15996 comment-start-skip. Simplify final clause and use end-of-line finally.
15997
15998 * widget.el (widget-plist-member): New alias.
15999
160002000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
16001
16002 * eshell/esh-module.el (toplevel): Reference
16003 byte-compile-current-file only if it is bound.
16004
160052000-07-10 Gerd Moellmann <gerd@gnu.org>
16006
16007 * dired.el: Don't require `dired-aux'.
16008
160092000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16010
16011 * dired-aux.el (dired-show-file-type): New function.
16012 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16013 (dired-show-file-type): Add autoload.
16014
160152000-07-10 Kenichi Handa <handa@etl.go.jp>
16016
16017 * international/mule-diag.el (describe-font): Adjusted for the
16018 change of fontset-info.
16019 (print-fontset): Likewise.
16020
160212000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16022
16023 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16024
160252000-07-07 Gerd Moellmann <gerd@gnu.org>
16026
16027 * bindings.el: Bind `[delete]' to delete-char.
16028
16029 * dired.el (dired-find-alternate-file): New function.
16030 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16031 (toplevel): Require dired-aux when compiling.
16032 (dired-buffers): Move defvar within file to avoid compiler warning.
16033
16034 * info.el (Info-last-search): Variable removed.
16035 (Info-search-history): New variable.
16036 (Info-search): New Info-search-history.
16037
16038 * battery.el, info-look.el: Change author's mail address.
16039
160402000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16041
16042 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16043 if rmail-ignored-headers is nil.
16044 (rmail-retry-failure): Bind rmail-ignored-headers and
16045 rmail-displayed-headers to nil.
16046
160472000-07-06 Gerd Moellmann <gerd@gnu.org>
16048
16049 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16050 (print-region-1): Don't hard code `-h' here.
16051
16052 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16053
160542000-07-01 Francesco Potorti` <pot@gnu.org>
16055
16056 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16057 exim can use "your message" instead of "the message".
16058
160592000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16060
16061 * facemenu.el: Docstrings fixes.
16062 (facemenu-get-face): Don't use internal-find-face.
16063 (facemenu-iterate): Rename arg to match the docstring.
16064
16065 * newcomment.el (uncomment-region): Be more careful when skipping
16066 backwards over `=' not to bump into BOBP.
16067
160682000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16069
16070 * ediff-diff.el (ediff-wordify): Use syntax table.
16071 * ediff-init.el (ediff-has-face-support-p): Use
16072 ediff-color-display-p.
16073 (ediff-color-display-p): Use display-color-p, changed to defun
16074 from defsubst.
16075 Got rid of special cases for NeXT and OS/2.
16076 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16077 face.
16078
160792000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16080
16081 * emacs-lisp/lucid.el: Require CL.
16082 (copy-tree, remprop): Remove, it's provided by CL.
16083 (map-keymap): Define in terms of cl-map-keymap.
16084 (extent-property, set-extent-end-glyph): New functions.
16085
16086 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16087
160882000-07-05 Gerd Moellmann <gerd@gnu.org>
16089
16090 * Makefile.in (DONTCOMPILE): Add comment that the name may
16091 not be changed without changing the make-dist script.
16092
16093 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16094 (cl-mapc): Use mapc instead of cl-old-mapc.
16095
160962000-07-05 Andrew Innes <andrewi@gnu.org>
16097
16098 * makefile.nt: Add support for `bootstrap' and related targets.
16099
161002000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16101
16102 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16103 (easy-menu-do-define): Use `menu-item' format.
16104 Handle case where easy-menu-create-menu returns a symbol.
16105 Manually call the potential top-level filter in the function binding.
16106 (easy-menu-filter-return): New arg NAME.
16107 Convert to a keymap if MENU is an XEmacs menu.
16108 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16109 (easy-menu-converted-items-table, easy-menu-convert-item):
16110 New var and fun to memoize easy-menu-convert-item-1.
16111 (easy-menu-do-add-item): Use it.
16112 (easy-menu-create-menu): Use easy-menu-convert-item.
16113 Wrap easy-menu-filter-return around any :filter specification.
16114 Don't convert the menu if a filter was specified.
16115 Tell easy-menu-make-symbol not to check for MENU being an expression.
16116 (easy-menu-make-symbol): New arg NOEXP.
16117
161182000-07-05 Gerd Moellmann <gerd@gnu.org>
16119
16120 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16121 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16122 (eval-defun): If called with prefix arg, instrument code for
16123 Edebug.
16124
16125 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16126 similar to that of eval-defun.
16127
161282000-07-04 Dave Love <fx@gnu.org>
16129
16130 * hl-line.el (hl-line-overlay): Make it permanent-local.
16131
16132 * calendar/todo-mode.el: Replaced with a working version, based on
16133 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16134
161352000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16136
16137 * paths.el (prune-directory-list): New function.
16138 (Info-default-directory-list): Rewritten to more methodically
16139 enumerate a big list of possible info directories (based on the
16140 list used by the standalone info reader).
16141
16142 * info.el (info-initialize): Use prune-directory-list to remove
16143 non-existent directories from Info-directory-list.
16144
16145 * paths.el (Info-default-directory-list): Try a list of possible
16146 info-directories instead of a single one. Add the possible
16147 info directory "/usr/share/info".
16148
16149 * woman.el (woman-man.conf-path): Explicitly include the debian
16150 man-db config file "/etc/manpath.config".
16151 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16152 are present in `manpath.config'.
16153 (woman-manpath): Include "/usr/share/man".
16154
161552000-07-03 Gerd Moellmann <gerd@gnu.org>
16156
16157 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16158
16159 * startup.el (command-line): Initialize blink-cursor based
16160 on window-system.
16161
16162 * frame.el (blink-cursor): Default to nil if not running under
16163 a window-system.
16164
16165 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16166 (face-x-resources): Remove duplicate entry for :font.
16167
16168 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16169 instead of cycling through windows with next-window.
16170
16171 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16172 of cycling through windows with next-window.
16173
16174 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16175 of cycling through windows with next-window.
16176
16177 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16178 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16179 instead of cycling through windows with next-window.
16180
16181 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16182 instead of cycling through windows with next-window.
16183
16184 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16185 of cycling through windows with next-window.
16186
16187 * terminal.el (te-process-output): Use walk-windows instead of
16188 cycling through windows with next-window.
16189
16190 * server.el (server-switch-buffer): Use some-window instead of
16191 cycling through windows with next-window.
16192
16193 * window.el (some-window): New function.
16194 (walk-windows): Remove reference to walk-windows-start.
16195
16196 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16197
161982000-07-03 Richard Stallman <rms@gnu.org>
16199
16200 * window.el (walk-windows): Guarantee termination by keeping a list
16201 of all the windows already handled.
16202
162032000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16204
16205 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16206 window-system.
16207
16208 * man.el (Man-notify-when-ready): Don't use window-system. If
16209 Man-notify-method is newframe, and the display is not
16210 multi-frame, select the frame created for the man page.
16211 (Man-init-defvars): Doc fix.
16212
162132000-06-28 Gerd Moellmann <gerd@gnu.org>
16214
16215 * faces.el (region): Change background color for light background.
16216
16217 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16218 attribute from mode-line face of Ediff control frame.
16219
16220 * replace.el (query-replace-map): Bind `e' like `E'.
16221
162222000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16223
16224 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16225 Change name to "Select All".
16226
16227 * dos-fns.el (convert-standard-filename): Fix last change.
16228
162292000-06-27 Gerd Moellmann <gerd@gnu.org>
16230
16231 * help.el (describe-variable): Don't insert a second `'s' in front
16232 of the string `value is shown below'. Since the syntax-table is
16233 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16234 an existing `'s', so that this won't be deleted.
16235
16236 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16237 * pcmpl-unix.el: New files.
16238
162392000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16240
16241 * wid-edit.el (widget-member): Use the new plist-member.
16242
162432000-06-26 Gerd Moellmann <gerd@gnu.org>
16244
16245 * replace.el (perform-replace): Undo change of 2000-04-04.
16246 Instead, move backward 1 character at the end of the loop when
16247 necessary.
16248
16249 * faces.el (fringe): Change face for different backgrounds.
16250
16251 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16252 patch from John.
16253
16254 * eshell/*.el: Change spelling of the Free Software Foundation.
16255
16256 * eshell/esh-toggle.el: Removed.
16257
16258 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16259
16260 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16261 interactively.
16262
162632000-06-26 Alex Schroeder <alex@gnu.org>
16264
16265 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16266 `define-key'; instead of checking `(emacs-version)' check for
16267 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16268 for `;' and `o' which might be electric.
16269
16270 (sql-electric-stuff): New user option.
16271 (sql-magic-go): New function which uses `sql-electric-stuff'.
16272 (sql-magic-semicolon): New function which uses
16273 `sql-electric-stuff'.
16274
16275 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16276 is not fboundp.
16277
16278 (sql-oracle-options): New variable.
16279 (sql-oracle): Use it.
16280
16281 (sql-imenu-generic-expression): Doc change.
16282 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16283 is used.
16284
16285 (sql-informix): Added command line parameter "-" to force
16286 sql-informix-program to use stdout.
16287
162882000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16289
16290 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16291 (cp864-decode-table): Doc fix.
16292 (cp720-decode-table): New variable, supports the Arabic OEM
16293 codepage used by Windows.
16294 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16295
162962000-06-23 Dave Love <fx@gnu.org>
16297
16298 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16299 (font-lock-fontify-anchored-keywords): Use
16300 line-beginning-position.
16301 (global-font-lock-mode): Use mapc.
16302
163032000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16304
16305 * eshell/esh-module.el: Require CL when compiling.
16306
163072000-06-23 Gerd Moellmann <gerd@gnu.org>
16308
16309 * comint.el (comint-substitute-in-file-name): Call replace-match
16310 with second and third arg t.
16311
16312 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16313 Specify foreground color.
16314
16315 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16316 color.
16317
16318 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16319
16320 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16321 cddr instead of cdddr.
16322
16323 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16324 instead of copy-list.
16325
16326 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16327 of copy-list.
16328
16329 * subdirs.el: Add eshell subdirectory.
16330
16331 * eshell: New subdirectory containing the Eshell package.
16332
16333 * pcomplete.el: New file.
16334
163352000-06-23 Paul Eggert <eggert@twinsun.com>
16336
16337 * mail/mailpost.el (post-mail-send-it): Make sure file has
16338 proper permissions from birth.
16339
16340 * files.el (basic-save-buffer-2): When temporarily setting
16341 file modes, set them to current modes plus 0200, not to 0777.
16342
16343 * emerge.el (emerge-make-temp-file): Make sure file has proper
16344 permissions from birth.
16345
163462000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16347
16348 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16349 backup file name through convert-standard-filename.
16350
16351 * dos-fns.el (convert-standard-filename): Convert leading
16352 directories as well. When long file names are supported, convert
16353 characters that are invalid in Windows file names.
16354
163552000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16356
16357 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16358 ps-print crashes. New feature: page selection for printing. Create
16359 raw-text-unix coding system for XEmacs. Doc fix.
16360 (ps-print-version): New version number (5.2.3).
16361 (ps-plot-region): Bug fix.
16362 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16363 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16364 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16365 funs.
16366 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16367 (ps-last-page): New vars.
16368
163692000-06-21 Gerd Moellmann <gerd@gnu.org>
16370
16371 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16372 empty option string.
16373
163742000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16375
16376 * man.el (man): Doc fix.
16377
163782000-06-21 Kenichi Handa <handa@etl.go.jp>
16379
16380 * international/mule-cmds.el (set-language-info-alist): Docstring
16381 fixed.
16382
163832000-06-20 Gerd Moellmann <gerd@gnu.org>
16384
16385 * version.el (emacs-version): Use ISO date format.
16386
16387 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16388 instead of `M-backspace'.
16389
16390 * simple.el (turn-off-auto-fill): New function.
16391
163922000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16393
16394 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16395 Renamed from with-buffer-prepared-for-font-lock and use
16396 inhibit-modification-hooks rather than setting *-change-functions.
16397 Update all functions to use the new name.
16398 (jit-lock-first-unfontify-pos): New semantics (and doc).
16399 (jit-lock-mode): Make non-interactive.
16400 Don't automatically turn on font-lock.
16401 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16402 Always use jit-lock-after-change.
16403 Remove and restore font-lock-after-change-function.
16404 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16405 (jit-lock-after-unfontify-buffer): Remove.
16406 (jit-lock-stealth-fontify):
16407 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16408 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16409
164102000-06-20 Sam Steingold <sds@gnu.org>
16411
16412 * emacs-lisp/cl-indent.el (toplevel): Indent
16413 `print-unreadable-object' properly. Untabify.
16414
164152000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16416
16417 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16418 Support for bibentry.
16419 (reftex-compile-variables): Fixed problem with end of section-re.
16420
16421 * texmodes/reftex-dcr.el (reftex-view-crossref,
16422 reftex-view-crossref-from-bibtex):
16423 Deal with changed `reftex-find-citation-regexp-format'.
16424 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16425 Replaced `remprop' with `put'.
16426 (reftex-view-crossref, reftex-view-crossref-when-idle):
16427 Support for bibentry.
16428
16429 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16430 New entry for bibentry package.
16431
16432 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16433 Regexp also matches "\nobibliography".
16434
16435 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16436 Call `reftex-ensure-write-access' before doing anything.
16437 (reftex-ensure-write-access): New function.
16438
164392000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16440
16441 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16442
16443 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16444
16445 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16446
16447 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16448
16449
164502000-06-20 Dave Love <fx@gnu.org>
16451
16452 * faces.el (frame-background-mode): Use set-default, not set, in
16453 setter.
16454 (frame-update-faces, frame-update-face-colors): Define with
16455 defalias.
16456
16457 * enriched.el (enriched-decode-foreground)
16458 (enriched-decode-background): Don't use internal-find-face.
16459
16460 * apropos.el: Doc fixes.
16461
16462 * cus-edit.el (customize-changed-options): Check arg.
16463 (customize-version-lessp): Don't require decimal point.
16464
16465 * custom.el (defcustom, defgroup): Doc fix.
16466
16467 * newcomment.el (comment) <defgroup>: Add :version.
16468 (comment-multi-line): Doc fix.
16469
16470 * emulation/mlsupport.el (define-hooked-local-abbrev,
16471 define-hooked-global-abbrev): Fix, using define-abbrev.
16472
164732000-06-19 Gerd Moellmann <gerd@gnu.org>
16474
16475 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16476 the whole buffer.
16477
164782000-06-19 Dave Love <fx@gnu.org>
16479
16480 * menu-bar.el (menu-bar-options-save): New function.
16481 (menu-bar-options-menu): Use it.
16482 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16483 Simplify.
16484
164852000-06-19 Andreas Schwab <schwab@suse.de>
16486
16487 * progmodes/etags.el (tags-query-replace): Put new parameters
16488 START and END at the end, for backward compatibility.
16489
164902000-06-19 Kenichi Handa <handa@etl.go.jp>
16491
16492 * international/codepage.el:
16493 (cp-coding-system-for-codepage-1): Delete special codes for
16494 generating xxx-dos coding system because now a CCL based coding
16495 system can handle EOL conversion by default.
16496
16497 * international/mule.el (make-coding-system): Generate subsidiary
16498 coding systems for EOL handling variants even for a CCL based
16499 coding system.
16500
165012000-06-19 Kenichi Handa <handa@etl.go.jp>
16502
16503 * international/isearch-x.el (isearch-minibuffer-input-method)
16504 (isearch-minibuffer-input-method-function): These variables
16505 deleted.
16506 (isearch-with-input-method): Don't use the above variables.
16507 (isearch-process-search-multibyte-characters): Likewise. Call
16508 read-string with the arg INHERIT-INPUT-METHOD t.
16509
165102000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16511
16512 * font-lock.el (font-lock-after-fontify-buffer)
16513 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16514
16515 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16516 Use consistent make-local-variable style for font-lock-fontified.
16517 (jit-lock-fontify-buffer):
16518 Don't bother checking for font-lock-mode and jit-lock-mode.
16519
16520 * time.el: Remove trailing ^M that prevent CVS-merging.
16521
165222000-06-16 Gerd Moellmann <gerd@gnu.org>
16523
16524 * Makefile.in (distclean): New target.
16525
165262000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16527
16528 * Makefile.in (srcdir): Define for update-subdirs.
16529
165302000-06-16 Gerd Moellmann <gerd@gnu.org>
16531
16532 * find-lisp.el: New file.
16533
165342000-06-16 Andrew Innes <andrewi@gnu.org>
16535
16536 * time.el (display-time-mail-function): New variable, to allow
16537 external packages to indicate when new mail is available.
16538 (display-time-update): Use it.
16539
165402000-06-16 Kenichi Handa <handa@etl.go.jp>
16541
16542 * international/mule.el (mule-version): Change version name to
16543 SAKAKI. AOI has already been used by Meadow.
16544
16545 * international/quail.el (quail-show-guidance-buf): To find the
16546 bottom window (but minibuffer), pay attention to the height of
16547 minibuffer.
16548
165492000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16550
16551 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16552 menu-bar menus. Add help strings. Don't remove the Edit menu
16553 from the menu bar, as the menu bar has enough space now.
16554
16555 * Makefile.in (SHELL): Make sure /bin/sh is used.
16556
16557 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16558 characters, which use series of two ^H characters instead of one.
16559
165602000-06-15 Gerd Moellmann <gerd@gnu.org>
16561
16562 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16563 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16564 functions.
16565 (Info-find-node-2): Try a case-sensitive search first, then
16566 do a case-insensitive search.
16567
16568 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16569 tutorials.
16570
16571 * complete.el (PC-env-vars-alist): New variable.
16572 (PC-complete-as-file-name): New function.
16573 (partial-completion-mode): Initialize PC-env-vars-alist from
16574 process-environment.
16575 (PC-do-completion): Handle completion of env vars.
16576
16577 * info.el (Info-set-mode-line): Show file name in mode line,
16578 use `*Info*' instead of `Info:'.
16579
16580 * startup.el (command-line-1): Change copyright messages to year
16581 2000.
16582
165832000-06-15 Dave Love <fx@gnu.org>
16584
16585 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16586 not local-map.
16587
165882000-06-15 Kenichi Handa <handa@etl.go.jp>
16589
16590 * international/mule.el (set-buffer-file-coding-system): Almost
16591 rewritten to handle `undecided' as no-op.
16592
165932000-06-14 Gerd Moellmann <gerd@gnu.org>
16594
16595 * Makefile.in: New file.
16596
16597 * Makefile: Removed.
16598
16599 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16600 (goto-address-highlight-keymap): Bind C-c RET.
16601
166022000-06-14 Kenichi Handa <handa@etl.go.jp>
16603
16604 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16605 inherits buffer-file-coding-system of the current buffer.
16606
16607 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16608 0. Give correct argument to set-auto-coding-function.
16609 (tar-expunge): For goto-char, use (point-min), not 0.
16610 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16611 (tar-subfile-save-buffer): Likewize.
16612
16613 * international/mule.el
16614 (after-insert-file-set-buffer-file-coding-system): Call
16615 set-buffer-file-coding-system with the arg FORCE t.
16616
166172000-06-13 Gerd Moellmann <gerd@gnu.org>
16618
16619 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16620 nil. Contemporary sendmails issue an X-Authentication-Warning if
16621 the sender is set with `-f'.
16622
166232000-06-13 Dave Love <fx@gnu.org>
16624
16625 * help.el (describe-function-1): Kluge around cases of functions
16626 fset to subrs whose doc doesn't match their symbol-name.
16627
16628 * image.el (insert-image): Default STRING to a space.
16629
16630 * info.el Doc fixes.
16631 (Info-build-node-completions): Match Ref tags.
16632
166332000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16634
16635 * frame.el (display-multi-frame-p, display-multi-font-p): New
16636 defaliases for display-graphic-p.
16637
16638 * hl-line.el: Fixed a typo in commentary.
16639
166402000-06-13 Kenichi Handa <handa@etl.go.jp>
16641
16642 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16643 fixed.
16644
166452000-06-12 Dave Love <fx@gnu.org>
16646
16647 * image.el (insert-image): Save a little consing.
16648
166492000-06-12 Kenichi Handa <handa@etl.go.jp>
16650
16651 * language/tibet-util.el: Convert all tibetan-1-column characters
16652 to the corresponding tibetan characters.
16653 (tibetan-add-components): Delete code for the special treatment of
16654 'a chung.
16655
16656 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16657 change.
16658 (tibetan-vowel-transcription-alist): More rules added.
16659 (tibetan-composite-vowel-alist): New variable.
16660 (tibetan-precomposition-rule-alist): More rules added.
16661
166622000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16663
16664 * startup.el (command-line): Only call menu-bar-mode if interactive.
16665
16666 * thingatpt.el (toplevel symbol-properties):
16667 * textmodes/makeinfo.el (makeinfo-compile):
16668 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16669 * progmodes/hideif.el (hif-compress-define-list)
16670 (hide-ifdef-use-define-alist):
16671 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16672 (ange-ftp-vms-add-file-entry):
16673 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16674 * man.el (Man-build-man-command):
16675 * mail/rnewspost.el (news-reply-header-hook):
16676 * info.el (Info-insert-dir):
16677 * emulation/mlconvert.el (backward-word, forward-word, setq):
16678 * emacs-lisp/gulp.el (gulp-send-requests):
16679 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16680 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16681 (byte-optimize-apply, end of file):
16682 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16683 (ad-make-freeze-definition):
16684 * startup.el (command-line, command-line-1): Don't quote lambdas.
16685
16686 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16687 (cvs-cleanup-removed): New function.
16688 (cvs-cleanup-functions): New var.
16689 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16690 some flexibility in specifying additional entries to auto-cleanup.
16691 (cvs-quickdir): New function.
16692 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16693 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16694 (cvs-mode-find-file): Check that we are on a filename or dirname
16695 when invoked through a mouse-click.
16696 (cvs-full-path): Remove.
16697 (cvs-dired-action): Re-introduced.
16698 (cvs-dired-noselect): Use it.
16699 (vc-post-command-functions): use this new hook if available.
16700
16701 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16702 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16703 (cvs-filename-map, cvs-dirname-map): Remove.
16704 (cvs-default-action): Remove.
16705 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16706 if the arg is really a keymap.
16707 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16708 Don't hardcode the mapping from state (aka type) to face, but check
16709 the var cvs-fi-<type>-face instead.
16710 (cvs-fileinfo-from-entries): New function.
16711
16712 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16713 Docstring fix.
16714 (cvs-find-file-and-jump): Change default to be safer.
16715 (cvs-mode-diff-map): Define it as a function as well.
16716 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16717 Bind mouse-2 in this global map rather than with text-properties.
16718
16719 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16720 file to resolve the ambiguity between C(conflict) and C(need-merge).
16721
167222000-06-12 Kenichi Handa <handa@etl.go.jp>
16723
16724 * international/mule.el (set-buffer-file-coding-system): If
16725 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16726 unconditionally.
16727
167282000-06-12 Dave Love <fx@gnu.org>
16729
16730 * wid-edit.el (widget-specify-button): Really suppress the face if
16731 required.
16732
167332000-06-11 Gerd Moellmann <gerd@gnu.org>
16734
16735 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16736
167372000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16738
16739 * imenu.el (imenu-generic-expression): Docstring fix.
16740
16741 * composite.el (composition-function-table): Move the `put'
16742 below the autoload cookie so we can load the file before loaddefs.
16743
16744 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16745
16746 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16747 Handle easy-mmode-define-global-mode.
16748 For complex macros like define-minor-mode that can generate
16749 several autoload entries, try to autoload entries in the
16750 macroexpanded code.
16751
16752 * emacs-lisp/easy-mmode.el (define-minor-mode):
16753 If KEYMAP is a symbol, just use it.
16754 Use byte-compile-current-file and load-file-name to infer the
16755 proper :require to pass to defcustom.
16756 Wrap the hook var into `progn' so as not to autoload it.
16757 Add a :autoload-end cookie.
16758 Be more careful about the evaluation of KEYMAP.
16759 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16760 (define-derived-mode): Move define-abbrev-table outside of defvar.
16761
167622000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16763
16764 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16765 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16766 (backup-compiled-files): Ignore errors during `tar'.
16767 (bootstrap): Make autoloads before elc files.
16768
167692000-06-10 Kenichi Handa <handa@etl.go.jp>
16770
16771 * international/mule.el (set-buffer-file-coding-system): If one of
16772 undecided-XXX is specified, change only EOL conversion.
16773
16774 * international/mule-conf.el (unix): New alias for the coding
16775 system undecided-unix.
16776
167772000-06-09 Dave Love <fx@gnu.org>
16778
16779 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16780
16781 * progmodes/executable.el: Byte compile dynamic.
16782 (executable-insert): Change custom type.
16783 (executable-find): Add autoload cookie.
16784 (executable-make-buffer-file-executable-if-script-p): New
16785 function. After Noah Friedman.
16786
16787 * files.el (after-save-hook): Customize, with
16788 executable-make-buffer-file-executable-if-script-p as an option.
16789
167902000-06-09 Kenichi Handa <handa@etl.go.jp>
16791
16792 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16793 "tib24p-mule.bdf" for Tibetan.
16794
16795 * composite.el (decompose-composite-char): Declare it as obsolete.
16796
16797 * man.el (Man-fontify-manpage): Pay attention to underline and
16798 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16799
168002000-06-08 Gerd Moellmann <gerd@gnu.org>
16801
16802 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16803 Set maintainer to FSF since author isn't reachable.
16804
168052000-06-08 Dave Love <fx@gnu.org>
16806
16807 * international/mule-cmds.el (select-safe-coding-system): If
16808 DEFAULT-CODING-SYSTEM is not specified, also check the most
16809 preferred coding-system if buffer-file-coding-system is
16810 `undecided'. From Handa.
16811
168122000-06-08 Kenichi Handa <handa@etl.go.jp>
16813
16814 * international/mule.el
16815 (after-insert-file-set-buffer-file-coding-system): If the buffer
16816 size is greater than INSERTED, judget that we are not visiting.
16817
168182000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16819
16820 * whitespace.el (defgroup whitespace): Comment out `:version'.
16821 XEmacs 20.4 has problems defining the group with this present.
16822 We'll have this commented out till get resolve the problem.
16823
168242000-06-07 John Wiegley <johnw@gnu.org>
16825
16826 * align.el (align-dq-string-modes, align-sq-string-modes)
16827 (align-open-comment-modes): Add pyhton-mode.
16828 (align-rules-list): Use get-text-property instead of
16829 text-properties-at.
16830 (align-rules-list): Add python-assignment.
16831 (align-rules-list): Change perl-comma-delimiter to
16832 basic-comma-delimiter. Use if for Perl modes and python-mode.
16833 (align-rules-list): Add python-chain-logic and
16834 basic-line-continuation.
16835
168362000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16837
16838 * apropos.el (apropos-mode-hook): New user variable.
16839 (apropos-mode): Run apropos-mode-hook.
16840
168412000-06-07 David Ponce <david@dponce.com>
16842
16843 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16844 commands. Require `wid-edit' at run-time.
16845
168462000-06-07 David Ponce <david@dponce.com>
16847
16848 * recentf.el: Added some "Commentary".
16849 (recentf-open-more-files, recentf-edit-list): Minor changes to
16850 move the point at the top of the file list. This behaviour is
16851 consistent with the menu one when the list contains a lot of
16852 files.
16853 (recentf-cleanup): Now displays the number of items removed from
16854 the list.
16855 (recentf-relative-filter) New menu filter to show filenames
16856 relative to `default-directory'.
16857
168582000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16859
16860 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16861 with/without giving an error if PostScript printer doesn't have this
16862 kind of page size. Zebra Stripe continues or restarts on next page.
16863 Manual/automatic paper feeding. Switch or not the header.
16864 (ps-print-version): New version number (5.2.2).
16865 (ps-windows-system): Include emx as a Windows system.
16866 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16867 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16868 (ps-background-text): Code fix.
16869 (ps-error-handler-message, ps-user-defined-prologue)
16870 (ps-print-prologue-header, ps-printer-name)
16871 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16872 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16873 (ps-use-face-background): Customization fix.
16874 (ps-n-up-database): Data fix.
16875 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16876 (ps-switch-header): New vars.
16877 (ps-xemacs-color-name, ps-face-foreground-name)
16878 (ps-face-background-name, ps-boolean-constant): New funs.
16879
168802000-06-07 Dave Love <fx@gnu.org>
16881
16882 * allout.el: New version from Manheimer.
16883
168842000-06-07 Kenichi Handa <handa@etl.go.jp>
16885
16886 * textmodes/fill.el (fill-find-break-point): Check the validity of
16887 charset.
16888
168892000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16890
16891 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16892 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16893 Call display-color-p and display-mouse-p instead of looking at
16894 window-system.
16895
168962000-06-06 Dave Love <fx@gnu.org>
16897
16898 * image.el (find-image): Doc fix. Return nil if image not found.
16899 (put-image, insert-image): Make STRING arg optional.
16900
169012000-06-06 Kenichi Handa <handa@etl.go.jp>
16902
16903 * language/vietnamese.el: Remove eval-when-compile.
16904 (viet-viscii-nonascii-translation-table): Define it as a
16905 translation table made from viet-viscii-decode-table.
16906 (viet-viscii-encode-table): Define it as a translation table made
16907 from the reverse map of above.
16908 (viet-vscii-nonascii-translation-table): Define it as a
16909 translation table made from viet-vscii-decode-table.
16910 (viet-vscii-encode-table): Define it as a translation table made
16911 from the reverse map of above.
16912 (ccl-decode-viscii): Use translate-character.
16913 (ccl-encode-viscii, ccl-encode-viscii-font)
16914 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16915 Likewize.
16916
16917 * language/cyrillic.el: Remove eval-when-compile.
16918 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16919 translation table made from cyrillic-koi8-r-decode-table.
16920 (cyrillic-koi8-r-encode-table): Define it as a translation table
16921 made from the reverse map of above.
16922 (ccl-decode-koi8): Use translate-character.
16923 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16924 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16925 a translation table made from cyrillic-alternativnyj-decode-table.
16926 (cyrillic-alternativnyj-encode-table): Define it as a translation
16927 table made from the reverse map of above.
16928 (ccl-decode-alternativnyj): Use translate-character.
16929 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16930 Likewize
16931
16932 * international/mule-diag.el (non-iso-charset-alist): Specify
16933 translation table symbol instead of translation table itself.
16934 (list-block-of-chars): CHARSET may be a translation table symbol.
16935
16936 * international/mule.el (make-coding-system): If CODING-SYSTEM
16937 already exists, override it.
16938
16939 * international/fontset.el: Use family `proportional' for Tibetan
16940 fonts.
16941
16942 * international/ccl.el (ccl-compile-translate-character): Don't
16943 check if Rrr has property translation-table.
16944 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16945
169462000-06-05 Gerd Moellmann <gerd@gnu.org>
16947
16948 * info.el: Bind case-fold-search to t when searching in case
16949 a user sets it to nil in a hook.
16950
169512000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16952
16953 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16954 * hl-line.el (hl-line-mode): Use the new :global key argument.
16955
16956 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16957 (tar-clip-time-string): Prepend a space.
16958 (tar-grind-file-mode): Construct a string rather than modifying one.
16959 (tar-header-block-summarize): Fix docstring.
16960 Use `format' rather than an error-prone set of copy-loops.
16961
16962 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16963 (diff-goto-source, diff-unified->context, diff-context->unified)
16964 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16965 understand the format output by the `-p' argument to diff.
16966
16967 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16968 (sh-re-done): Use defconst.
16969 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16970 (sh-help-string-for-variable, sh-guess-basic-offset):
16971 Don't quote lambdas.
16972 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16973 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16974
16975 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16976 (mh-letter-mode): Derive from text-mode.
16977 This implicitly means that it now calls kill-all-local-variables.
16978 Also remove the Emacs-18 compatibility code.
16979
16980 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16981 Make use of symbol-property doc-string-elt.
16982 Use memq rather than a sequence of eq.
16983 (doc-string-elt): Fix the wrong or missing previously unused values.
16984 (autoload-print-form): New function extracted from
16985 generate-file-autoloads to allow recursion when handling progn
16986 so that defvar's and defun's docstrings are properly printed.
16987 (generate-file-autoloads): Use it.
16988
16989 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16990 Use find-file-hooks in the minor-mode function.
16991 Be careful not to loop indefinitely in the post-command-hook function.
16992
169932000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16994
16995 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16996 tty's.
16997 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16998 differences whenever appropriate.
16999 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17000 * viper.el (find-file, find-file-other-window): Get viper to do
17001 wildcards.
17002
170032000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17004
17005 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17006 (jit-lock-fontify-buffer): New function for JIT refontification.
17007 (jit-lock-mode): Fix docstring.
17008 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17009 Remove jit-lock-after-change from the _local_ hook.
17010 (jit-lock-function-1): Fix docstring.
17011
17012 * info.el (Info-on-current-buffer): Initialize info.
17013
17014 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17015
17016 * progmodes/tcl.el (tcl-indent-for-comment):
17017 Ignore comment-indent-hook.
17018
17019 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17020 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17021 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17022 and improve to use the lighter to guess the capitalization.
17023 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17024 Add keyword arguments to specify global-ness or the custom group.
17025 Add local-map and help-echo properties to the lighter.
17026 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17027 (easy-mmode-define-global-mode): New macro.
17028
170292000-06-02 Dave Love <fx@gnu.org>
17030
17031 * wid-edit.el: byte-compile-dynamic since we typically don't use
17032 all the widgets. Don't require cl or widget. Remove
17033 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17034 (widget-read-event): Removed. Callers changed to use read-event.
17035 (widget-button-release-event-p): Renamed from
17036 button-release-event-p.
17037 (widget-field-add-space, widget-field-use-before-change):
17038 Uncustomize.
17039 (widget-specify-field): Use keymap property, not local-map.
17040 (widget-specify-button): Obey :suppress-face.
17041 (widget-specify-insert): Use modern backquote syntax.
17042 (widget-image-directory): Renamed from widget-glyph-directory.
17043 (widget-image-enable): Renamed from widget-glyph-enable.
17044 (widget-image-find): Replaces widget-glyph-find.
17045 (widget-button-pressed-face): Move defvar.
17046 (widget-image-insert): Replaces widget-glyph-insert.
17047 (widget-convert): Use keywordp.
17048 (widget-leave-text, widget-children-value-delete): Use mapc.
17049 (widget-keymap): Remove XEmacs stuff.
17050 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17051 (widget-button-click): Don't set point at the click, but re-centre
17052 if we scroll out of window. Rewritten for images v. glyphs &c.
17053 (widget-tabable-at): Use POS arg, not point.
17054 (widget-beginning-of-line, widget-end-of-line)
17055 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17056 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17057 (widget-default-create): Use widget-image-insert; some rewriting.
17058 (widget-visibility-value-create)
17059 (widget-push-button-value-create, widget-toggle-value-create): Use
17060 widget-image-insert.
17061 (checkbox): Create on and off images dynamically.
17062 (documentation-link): Change :help-echo.
17063 (widget-documentation-link-echo-help): Remove.
17064
170652000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17066
17067 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17068
17069 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17070 (easy-mmode-define-toggle, define-minor-mode): Use it.
17071 (easy-mmode-define-keymap): Docstring fix.
17072 (define-derived-mode): Default PARENT to fundamental-mode.
17073 Add the derived-mode-parent symbol-property.
17074 (easy-mmode-derived-mode-p): New function.
17075
170762000-06-02 Dave Love <fx@gnu.org>
17077
17078 * files.el (convert-standard-filename): Doc fix.
17079 (normal-backup-enable-predicate): New function.
17080 (backup-enable-predicate): Use it to replace the lambda form.
17081
17082 * calendar/todo-mode.el: [This needs more work on the outline
17083 stuff.] Doc fixes.
17084 (todo) <defgroup>: Add :version.
17085 (todo-add-category): Don't use pushnew.
17086 (todo-cmd-raise): Fix typo.
17087 (todo-top-priorities): Change temp buffer name.
17088 (todo-category-alist): Avoid redundant lambda.
17089 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17090 Use outline-next-heading.
17091
17092 * autoarg.el: Rewritten to use define-minor-mode.
17093 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17094 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17095
170962000-06-02 Kenichi Handa <handa@etl.go.jp>
17097
17098 * isearch.el (isearch-other-meta-char): Fix previous change.
17099
171002000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17101
17102 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17103 (log-edit-done): Only add the comment to the ring if it's different
17104 from the last comment entered.
17105
17106 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17107
171082000-06-01 Dave Love <fx@gnu.org>
17109
17110 * hl-line.el: Rewritten using define-minor-mode.
17111
17112 * help.el (describe-function-1): Distinguish special form from
17113 builtin function. Sanity-check presence of arglist for builtins.
17114
171152000-06-01 Kenichi Handa <handa@etl.go.jp>
17116
17117 * international/characters.el: Fix syntax/category setting of
17118 Tibetan characters.
17119
17120 * language/tibet-util.el (tibetan-add-components): Fixes for new
17121 encoding of Tibetan characters.
17122 (tibetan-decompose-precomposition-alist): New variable.
17123 (tibetan-decompose-region): Convert precomposed characters to
17124 non-precomposed characters.
17125 (tibetan-decompose-string): Likewise.
17126 (tibetan-composition-function): Fix args to
17127 thibetan-compose-string.
17128
17129 * language/tibetan.el (tibetan-composable-pattern): More
17130 characters included.
17131 (tibetan-consonant-transcription-alist): Rule for "R" added.
17132 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17133 "+R" added.
17134 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17135
17136 * language/lao-util.el (lao-composition-function): Fix args to
17137 compose-string.
17138
17139 * language/thai-util.el (thai-composition-function): Fix args to
17140 compose-string.
17141
17142 * isearch.el (isearch-update): Set disable-point-adjustment to t
17143 to prevent the point moving to the end of a composition when a
17144 part of a composition is searched.
17145 (isearch-other-meta-char): If the key invoking this command can be
17146 mapped by function-key-map to a printing char, call
17147 isearch-process-search-char directly.
17148
171492000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17150
17151 * emacs-lisp/bytecomp.el:
17152 * frame.el:
17153 * international/mule-cmds.el:
17154 * international/mule-util.el:
17155 * international/mule.el:
17156 * mouse.el:
17157 * subr.el:
17158 * faces.el: Update calls to make-obsolete with a WHEN argument.
17159
17160 * byte-run.el (make-obsolete, make-obsolete-variable):
17161 Add an optional WHEN argument and change the format of the
17162 symbol-property information.
17163 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17164 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17165 new obsolete-symbol-property format and print WHEN if it is provided.
17166
171672000-05-31 Dave Love <fx@gnu.org>
17168
17169 * loadhist.el (loadhist-hook-functions): Remove
17170 before-change-function, after-change-function.
17171 (unload-feature): Deal with symbols which are both bound and
17172 fbound.
17173
17174 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17175 before-change-function, after-change-function.
17176
17177 * simple.el (newline): Don't bind before-change-function,
17178 after-change-function.
17179
171802000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17181
17182 * whitespace.el (whitespace-rescan-timer-time): Update interval
17183 set to 600 seconds (10 minutes) instead of 60 seconds since
17184 a large number of whitespace buffers causes emacs to `freeze'
17185 for a considerable amount of time.
17186
17187 * whitespace.el: Updated email address
17188
171892000-05-31 Dave Love <fx@gnu.org>
17190
17191 * add-log.el (change-log-font-lock-keywords) <function>: Add
17192 pattern for function of change.
17193 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17194 acknowledgements patterns.
17195
171962000-05-31 Kenichi Handa <handa@etl.go.jp>
17197
17198 * isearch.el (isearch-printing-char): If keyboard coding system is
17199 being used, call isearch-process-search-multibyte-characters.
17200
17201 * international/isearch-x.el: Mostly rewritten.
17202
17203 * international/quail.el (quail-start-conversion): Don't include
17204 unhandled events in the returned events, but set them in
17205 unread-command-events. Exit if all inputs are deleted.
17206
172072000-05-30 Jason Rumney <jasonr@gnu.org>
17208
17209 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17210
17211 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17212 Reenable code to create initial fontsets.
17213 Use set-fontset-font in place of put-charset-property.
17214
172152000-05-30 Gerd Moellmann <gerd@gnu.org>
17216
17217 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17218 label, ensure that the first colon isn't followed by another.
17219
17220 * paths.el (Info-default-directory-list): Doc fix.
17221
17222 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17223 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17224 send a query containing USER only, not USER@HOST.
17225
17226 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17227 and rmail-msgend to compute the restriction at the end, instead of
17228 computing it.
17229
172302000-05-29 Gerd Moellmann <gerd@gnu.org>
17231
17232 * dabbrev.el (dabbrev-expand): Don't display messages in the
17233 echo area if the minibuffer window is active.
17234
17235 * jit-lock.el (jit-lock-mode): Add after change function to
17236 local hook.
17237
172382000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17239
17240 * antlr-mode.el: New commands: hide/unhide actions,
17241 upcase/downcase literals.
17242 (antlr-tiny-action-length): New user option.
17243 (antlr-hide-actions): New command. Suggested by
17244 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17245 (antlr-mode-map): New binding [C-c C-v].
17246 (antlr-mode-menu): New entries.
17247 (antlr-downcase-literals): New command.
17248 (antlr-upcase-literals): Ditto.
17249
17250 * antlr-mode.el: Minor changes: indendation, mode-name.
17251 (antlr-indent-line): Indent cpp directive at column 0.
17252 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17253
17254 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17255 (antlr-font-lock-additional-keywords): Workaround for intentional
17256 bug in XEmacs version of font-lock.
17257 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17258 be used by a smarter version of `buffers-menu-grouping-function'.
17259
172602000-05-29 Gerd Moellmann <gerd@gnu.org>
17261
17262 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17263 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17264
172652000-05-29 Kenichi Handa <handa@etl.go.jp>
17266
17267 * international/encoded-kb.el
17268 (encoded-kbd-iso2022-designation-map): Pay attention to that
17269 charset-iso-final-char return -1 for eight-bit-control and
17270 eight-bit-graphic.
17271
172722000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17273
17274 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17275 (speedbar-easymenu-definition-base): Use display-graphic-p where
17276 available, instead of window-system.
17277
172782000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17279
17280 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17281 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17282 coding systems.
17283
172842000-05-26 Dave Love <fx@gnu.org>
17285
17286 * disp-table.el (standard-display-underline): Don't use
17287 internal-find-face.
17288
17289 * mail/reporter.el: Maintainer change. Doc fixes.
17290 (reporter-version): Deleted.
17291
17292 * emacs-lisp/elp.el: Maintainer change.
17293 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17294
172952000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17296
17297 * add-log.el (add-change-log-entry): Merge the current entry with the
17298 previous one if the previous one is empty.
17299
173002000-05-26 Dave Love <fx@gnu.org>
17301
17302 * loadhist.el (unload-feature): Fix interactive spec [from
17303 lijnzaad@ebi.ac.uk].
17304
17305 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17306 subr-arity to check primitives.
17307 (byte-compile-flush-pending, byte-compile-file-form-progn)
17308 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17309 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17310 mapcar.
17311
173122000-05-26 Kenichi Handa <handa@etl.go.jp>
17313
17314 * international/fontset.el: Set family names of non-latin charsets
17315 in default fontset to "*".
17316
17317 * international/mule-diag.el (print-fontset): Combine family part
17318 and registry part of the fontname by "-*-" instead of "-".
17319
17320 * international/mule-cmds.el (encode-coding-char): Make strings
17321 multibyte before calling encode-coding-string.
17322
173232000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17324
17325 * derived.el: Fix keywords.
17326 (define-derived-mode): Only define if needed.
17327
17328 * simple.el (fill-comment, comment-column, comment-start)
17329 (comment-start-skip, comment-end, comment-indent-function)
17330 (block-comment-start, block-comment-end, indent-for-comment)
17331 (set-comment-column, kill-comment, comment-padding, comment-region)
17332 (comment-multi-line, indent-new-comment-line): Remove.
17333
17334 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17335 function names for comment operations.
17336
17337 * newcomment.el: Add abundant autoload cookies.
17338 (comment-style): Don't depend on runtime data at compile-time.
17339 (comment-indent-hook): Remove.
17340 (comment-indent): Check if comment-indent-hook is bound.
17341 (comment-region): Docstring fix.
17342
173432000-05-25 Dave Love <fx@gnu.org>
17344
17345 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17346 byte-code-function-p.
17347
17348 * mail/rmailsum.el: Add provide.
17349
17350 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17351
17352 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17353 defcustom.
17354
173552000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17356
17357 * ediff-diff.el (ediff-exec-process): delete --binary option from
17358 non-buffer ediff jobs.
17359
173602000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17361
17362 * hilit-chg.el (highlight-changes-mode): Ask about color or
17363 grayscale support, not about window-system.
17364
17365 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17366 window-system.
17367 (ffap-highlight): Always default to t.
17368
17369 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17370 display-popup-menus-p instead of looking at window-system.
17371
17372 * disp-table.el (standard-display-g1, standard-display-graphic):
17373 Only refuse to use string glyphs on X and MS-Windows.
17374
17375 * avoid.el: Remove window-system from commentary, suggest to use
17376 display-*-p instead.
17377
17378 * apropos.el (apropos-print): Use display-mouse-p instead of
17379 window-system.
17380
173812000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17382
17383 * international/codepage.el (cp-decoding-vector-for-codepage):
17384 Fill up unsupported characters with their own codes. From Kenichi
17385 Handa.
17386
173872000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17388
17389 * international/mule-diag.el (describe-char-after): Use
17390 display-graphic-p instead of window-system, so that this function
17391 works on MS-DOS.
17392
173932000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17394
17395 * international/codepage.el (cp-make-coding-systems-for-codepage):
17396 Remove the eight-bit-graphic and eight-bit-control charsets from
17397 the list of charsets which we convert into `?'.
17398
173992000-05-25 Kenichi Handa <handa@etl.go.jp>
17400
17401 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17402 private charsets.
17403 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17404 japanese-jisx0213-2): New charsets.
17405
17406 * international/fontset.el: Setup default fontset for new charsets.
17407
174082000-05-24 Dave Love <fx@gnu.org>
17409
17410 * info.el (Info-find-node-2): Restructure [following "Vadim
17411 S. Solomin" <sovs@uic.nnov.ru>].
17412
17413 * icomplete.el: Fix header for Finder.
17414
174152000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17416
17417 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17418 STAY.
17419
17420 * rmail.el (rmail-automatic-folder-directives): New user variable.
17421 (rmail-show-message): Add call to `rmail-auto-file' during
17422 display.
17423 (rmail-auto-file): New function.
17424
174252000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17426
17427 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17428 account.
17429 (ediff-test-utility,ediff-diff-mandatory-option)
17430 (ediff-reset-diff-options): Utilities for proper initialization of
17431 ediff-diff-options and ediff-diff3-options on Windows.
17432
17433 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17434 variable.
17435
17436 * ediff-mult.el (ediff-filegroup-action): Use
17437 ediff-merge-filename-prefix.
17438
174392000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17440
17441 * viper-ex.el (ex-write): Set selective display to nil.
17442
174432000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17444
17445 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17446 aliases for hebrew-iso-8bit.
17447
174482000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17449
17450 * woman.el: New version from Francis J. Wright
17451 <F.J.Wright@Maths.QMW.ac.uk>.
17452 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17453 names in environment variables regardless of the path separator.
17454 (woman-topic-all-completions-1): Don't call file-name-directory-p
17455 on all files, since woman-file-regexp already filters out any
17456 directories.
17457
174582000-05-24 Kenichi Handa <handa@etl.go.jp>
17459
17460 * international/quail.el (quail-start-translation): Don't change
17461 modified-p of the current buffer.
17462 (quail-start-conversion): Likewise.
17463
17464 * international/kkc.el (kkc-region): Don't change modified-p of
17465 the current buffer.
17466
17467 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17468 conform to RFC1468.
17469 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17470
174712000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17472
17473 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17474 (speedbar-insert-button): Invisible text property fix.
17475 (speedbar-directory-plus): Renamed from speedbar-directory-+
17476 (speedbar-directory-minus): Renamed from speedbar-directory--
17477 (speedbar-page-plus): Renamed from speedbar-file-+
17478 (speedbar-page-minus): Renamed from speedbar-file--
17479 (speedbar-page): Renamed from speedbar-file-
17480 (speedbar-tag): Renamed from speedbar-tag-
17481 (speedbar-tag-plus): Renamed from speedbar-tag-+
17482 (speedbar-tag-minus): Renamed from speedbar-tag--
17483 (speedbar-expand-image-button-alist): Use above renames.
17484
17485 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17486 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17487 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17488 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17489 * sb-pg.xpm: Renamed from sb-file.xpm
17490 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17491 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17492
174932000-05-24 Kenichi Handa <handa@etl.go.jp>
17494
17495 * international/quail.el (quail-show-guidance-buf): Set
17496 current-input-method of the guidance buffer to the name of the
17497 curren input method.
17498
174992000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17500
17501 * progmodes/compile.el (compile-internal): Style typo.
17502
17503 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17504 quote vars and functions in the docstring.
17505
17506 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17507
17508 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17509 Don't quote lambdas.
17510
17511 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17512
175132000-05-23 Gerd Moellmann <gerd@gnu.org>
17514
17515 * startup.el (command-line): Determine source file of compiled
17516 user init file differently. Warn if compiled user init file
17517 is older than its source file.
17518
17519 * ffap.el (ffap-url-regexp): Add `https'.
17520
175212000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17522
17523 * files.el (make-backup-file-name-1): Replace slashes with `!'
17524 rather than `|' (which is not allowed on Windows). Replace the
17525 drive letters with a string "drive_X".
17526
175272000-05-23 Gerd Moellmann <gerd@gnu.org>
17528
17529 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17530
17531 * files.el (interpreter-mode-alist): Add `bash2'.
17532
175332000-05-22 Dave Love <fx@gnu.org>
17534
17535 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17536 mapc.
17537 (feature-file): Avoid calling symbol-name. Doc fix.
17538 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17539 (loadhist-hook-functions): Add mouse-position-function.
17540 (unload-feature): Change uses of mapcar.
17541
17542 * files.el (parse-colon-path): Doc fix.
17543 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17544 (set-auto-mode): Use mapc.
17545
17546 * complete.el (PC-look-for-include-file): Use :alnum: character
17547 class.
17548 (partial-completion-mode): Add autoload cookie.
17549
175502000-05-22 Sam Steingold <sds@gnu.org>
17551
17552 * info.el (Info-fontify-node): Fixed the call to
17553 `add-text-properties' (bug introduced on 2000-05-18).
17554
175552000-05-22 Dave Love <fx@gnu.org>
17556
17557 * bindings.el: Remove debug-ignored-errors set in other files.
17558
17559 * progmodes/etags.el: Add to debug-ignored-errors.
17560 (visit-tags-table-buffer): Clear out buffers holding old tables
17561 when making a new list.
17562 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17563 mapc.
17564
17565 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17566 quote keywords.
17567 (cmpl-string-case-type): Use character classes.
17568
17569 * comint.el:
17570 * textmodes/ispell.el:
17571 * imenu.el:
17572 * mail/mh-e.el:
17573 * progmodes/compile.el: Add to debug-ignored-errors.
17574
17575 * dabbrev.el: Add to debug-ignored-errors.
17576 (dabbrev-completion): Use mapc.
17577
175782000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17579
17580 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17581 (woman-mapcan, woman-parse-man.conf)
17582 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17583 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17584 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17585 path syntax better.
17586 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17587 (woman-manpath): Call woman-parse-man.conf.
17588 (woman-emulation): New defcustom, defaults to nroff.
17589 (woman-font-support): New defconst.
17590 (woman-use-symbol-font): New defcustom.
17591 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17592 "Emulation".
17593 Many functions: Doc fix.
17594
175952000-05-22 Kenichi Handa <handa@etl.go.jp>
17596
17597 * international/quail.el (quail-simple-translation-keymap): Map
17598 128..255 to quail-self-insert-command.
17599 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17600
176012000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17602
17603 * help.el (help-manyarg-func-alist): Typo.
17604
17605 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17606 intervals which makes it heaps simpler.
17607
17608 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17609 the nested comment markers.
17610
17611 * subr.el (remove-hook): Don't turn the hook's value into a list.
17612
176132000-05-21 Dave Love <fx@gnu.org>
17614
17615 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17616 are invalid characters.
17617
17618 * international/mule-util.el (detect-coding-with-priority): Use
17619 mapc. Remove redundant lambda.
17620
17621 * international/mule-diag.el (list-non-iso-charset-chars)
17622 (describe-fontset): Remove redundant lambda.
17623
17624 * emulation/crisp.el (brief-mode): New alias.
17625
17626 * emacs-lisp/ring.el (ring-elements): New function.
17627
17628 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17629 (easy-menu-do-add-item): Use keywordp.
17630
17631 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17632
17633 * replace.el: Doc and error message fixes.
17634 (replace-highlight): Use facep, not internal-find-face.
17635
176362000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17637
17638 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17639
17640 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17641 (log-edit-insert-changelog): Drop `:' as well.
17642
17643 * log-view.el: Fix file description.
17644 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17645 available.
17646 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17647 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17648
17649 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17650 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17651 Print a status message if the toggle is called interactively.
17652 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17653 for global minor modes and use `defcustom' for them.
17654 Use add-minor-mode.
17655 (easy-mmode-define-derived-mode): Remove.
17656 (define-derived-mode): Fancier default docstring.
17657 (easy-mmode-define-navigation): Signal an error rather than (ding).
17658
17659 * newcomment.el (comment-styles): New `box-multi'.
17660 (comment-normalize-vars): Better default for comment-continue to
17661 avoid whitespace-only continuations.
17662 (comment-search-forward): Always move even in the no-syntax case.
17663 (comment-padright): Only obey N if it's only obeyed for padleft.
17664 (comment-make-extra-lines): Better handling of empty continuations.
17665 Use `=' for the filler if comment-start has only one character.
17666 (uncomment-region): Try handling the special `=' filler.
17667 (comment-region): Allow LINES even if MULTI is nil.
17668 (comment-box): Choose box style based on comment-style.
17669
176702000-05-20 Kenichi Handa <handa@etl.go.jp>
17671
17672 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17673 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17674
176752000-05-20 Kenichi HANDA <handa@etl.go.jp>
17676
17677 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17678 and insert, not subst-char-in-region.
17679
17680 * international/mule-diag.el (list-character-sets-1): Handle
17681 charsets eight-bit-control and eight-bit-graphic.
17682 (list-iso-charset-chars): Likewise.
17683 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17684 charactes as is. Use indent-to to align characters.
17685
17686 * international/mule-cmds.el (find-multibyte-characters): Never
17687 exclude charsets eight-bit-control and eight-bit-graphic.
17688
176892000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17690
17691 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17692 Don't quote lambdas.
17693
17694 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17695
176962000-05-19 Gerd Moellmann <gerd@gnu.org>
17697
17698 * gud.el (gud-jdb-directories): Doc fix.
17699
177002000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17701
17702 * newcomment.el: New file.
17703
177042000-05-19 Gerd Moellmann <gerd@gnu.org>
17705
17706 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17707
177082000-05-18 Andreas Schwab <schwab@suse.de>
17709
17710 * dired.el (dired-between-files): Also skip lines beginning with
17711 `used'.
17712
177132000-05-18 Gerd Moellmann <gerd@gnu.org>
17714
17715 * msb.el (msb-menu-cond): Add choice `user'.
17716
177172000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17718
17719 * ps-print.el: Compatibility, customization and doc fix.
17720 (ps-printer-name-option): Replace defconst by defvar.
17721 (ps-postscript-code-directory): XEmacs compatibility.
17722 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17723 fix.
17724 (ps-user-defined-prologue, ps-print-prologue-header)
17725 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17726 compatibility and code fix.
17727 (ps-print-background-image, ps-print-background-text):
17728 Customization fix.
17729 (ps-line-number-start, ps-n-up-on): New vars.
17730
177312000-05-18 Espen Skoglund <esk@ira.uka.de>
17732
17733 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17734 the indent-comment function to just return the appropriate indent.
17735
177362000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17737
17738 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17739 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17740 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17741
177422000-05-18 Dave Love <fx@gnu.org>
17743
17744 * info.el (Info-fontify-node): Add intangible property as well as
17745 invisible.
17746
17747 * calendar/appt.el (appt-make-list): Match all lines of entry.
17748 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17749
177502000-05-18 Kenichi Handa <handa@etl.go.jp>
17751
17752 * international/mule-diag.el (describe-char-after): Call
17753 internal-char-font, not char-font. If internal-char-font returns
17754 nil, display "-- none --".
17755
177562000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17757
17758 * image.el (image-type-available-p): Don't reference image-types
17759 if it isn't bound.
17760
177612000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17762
17763 * autoarg.el (autoarg-mode): Typo in the :set argument.
17764
177652000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17766
17767 * startup.el (command-line-1): Don't signal an error if the
17768 directory for auto-save-list files does not yet exist.
17769
177702000-05-17 Kenichi Handa <handa@etl.go.jp>
17771
17772 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17773
177742000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17775
17776 * subr.el (remove-hook): `setq' hook-value, not `set'.
17777
177782000-05-16 Sam Steingold <sds@gnu.org>
17779
17780 * info.el (debug-ignored-errors): More errors to ignore.
17781
177822000-05-16 Dave Love <fx@gnu.org>
17783
17784 * cus-edit.el: Don't require cl or easymenu.
17785 (custom-variable-prompt): Test standard-value property, not
17786 user-variable-p.
17787
177882000-05-16 Sam Steingold <sds@gnu.org>
17789
17790 * subr.el (add-hook): `setq' hook-value, not `set'.
17791
177922000-05-16 Gerd Moellmann <gerd@gnu.org>
17793
17794 * startup.el (command-line-1): Mention the FAQ in the startup
17795 message.
17796
17797 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17798
17799 * progmodes/compile.el (compilation-parse-errors): Collect
17800 `nomessage' regexps last.
17801
17802 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17803
17804 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17805 to the function name.
17806
178072000-05-15 Dave Love <fx@gnu.org>
17808
17809 * speedbar.el (speedbar-recenter): Typo.
17810 (speedbar-expand-line): Make arg optional.
17811 (speedbar-mode): Avoid a compiler warning.
17812
178132000-05-15 Gerd Moellmann <gerd@gnu.org>
17814
17815 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17816 user-specified option string is empty.
17817
17818 * mouse.el (mouse-yank-at-click): Doc fix.
17819
178202000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17821
17822 * term/internal.el (IT-character-translations): More updates of
17823 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17824 documents.
17825
178262000-05-15 Gerd Moellmann <gerd@gnu.org>
17827
17828 * env.el (getenv): New function, interactively callable.
17829 (setenv, getenv): Remove autoload cookies.
17830
17831 * loadup.el: Load `env'.
17832
17833 * progmodes/f90.el: Change author's mail address.
17834
178352000-05-14 Dave Love <fx@gnu.org>
17836
17837 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17838 goto-addr as an option.
17839
17840 * help.el (help-xref-stack): Doc fix.
17841 (help-xref-following): New variable.
17842 (help-make-xrefs): Use it.
17843 (help-xref-go-back): Use position information from stack element.
17844 (help-follow): Make position in stack element a pair. Use
17845 help-xref-following.
17846
17847 * autoarg.el: New file.
17848
17849 * faces.el: Declare more functions obsolete.
17850
17851 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17852 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17853 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17854 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17855 Remove all the setup-...-environment functions.
17856
178572000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17858
17859 * speedbar.el: Updated the commentary section. xemacs20p now uses
17860 >= when detecting. Require `defimage' safely.
17861 (speedbar-easymenu-definition-base): Add toggle for images.
17862 (speedbar-easymenu-definition-special): Add flush cache & expand.
17863 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17864 (speedbar-reconfigure-keymaps-hook): New variable.
17865 (speedbar-frame-parameters): Updated documentation.
17866 (speedbar-use-imenu-flag): Updated custom tag
17867 (speedbar-dynamic-tags-function-list): New variable.
17868 (speedbar-tag-hierarchy-method): Updated doc & custom.
17869 (speedbar-indentation-width, speedbar-indentation-width) New
17870 variables.
17871 (speedbar-hide-button-brackets-flag): Customizable.
17872 (speedbar-vc-indicator): Doc update.
17873 (speedbar-ignored-path-expressions): Updated default value.
17874 (speedbar-supported-extension-expressions): Updated default value.
17875 (speedbar-syntax-table): Remove {} paren status.
17876 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17877 as "+". Added overlay aliases.
17878 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17879 `force-mode-line-update'.
17880 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17881 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17882 `mouse-set-point'
17883 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17884 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17885 of arbitrary text, and new helper functions.
17886 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17887 filename finder.
17888 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17889 (speedbar-directory-buttons): Update path search/expansion.
17890 (speedbar-make-tag-line): Pay attention to
17891 `speedbar-indentation-width'. Use more care w/ invisible
17892 properties.
17893 (speedbar-change-expand-button-char): Call
17894 `speedbar-insert-image-button-maybe'.
17895 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17896 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17897 (speedbar-trim-words-tag-hierarchy)
17898 (speedbar-simple-group-tag-hierarchy): New functions
17899 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17900 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17901 functions.
17902 (speedbar-mouse-set-point): New function
17903 (speedbar-power-click): Updated documentation.
17904 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17905 of tag prefix text.
17906 (speedbar-expand-line, speedbar-contract-line): Make more robust
17907 to strange text.
17908 (speedbar-expand-line): Takes universal argument to flush the
17909 cache.
17910 (speedbar-flush-expand-line): New function.
17911 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17912 Use new generator insertion method.
17913 (speedbar-fetch-dynamic-tags): New function.
17914 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17915 `speedbar-fetch-dynamic-imenu'.
17916 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17917 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17918 "Revert Buffer" menu items.
17919 (speedbar-buffer-buttons-engine): Be smarter when creating a
17920 filename tag (for expansion purposes.).
17921 (speedbar-highlight-one-tag-line,
17922 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17923 (speedbar-recenter): New functions.
17924 (defimage-speedbar): Image loading abstraction.
17925 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17926 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17927 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17928 (speedbar-tag-type, speedbar-tag-mail): New images.
17929 (speedbar-expand-image-button-alist): New variable.
17930 (speedbar-insert-image-button-maybe): Insert an image over some
17931 buttons.
17932
179332000-05-13 Kenichi Handa <handa@etl.go.jp>
17934
17935 * international/mule-cmds.el (encode-coding-char): An ASCII
17936 character is always encodable.
17937
17938 * international/mule-conf.el: Add more information in descriptions
17939 of character sets.
17940
17941 * international/mule-diag.el (describe-char-after): New function.
17942 (describe-font-internal): Adjusted for the change of font-info.
17943 (describe-font): Likewise.
17944 (print-fontset): Rewritten for the new fontset implementation.
17945 (describe-fontset): Include fontset alias names in completion.
17946 (list-fontsets): Adjusted for the change of print-fontset.
17947
17948 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17949 describe-char-after instead of displaying the detail in the echo
17950 area.
17951 (syntax-code-table): Format changed.
17952 (string-to-syntax): Adjusted for the above change.
17953
179542000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17955
17956 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17957
179582000-05-12 Dave Love <fx@gnu.org>
17959
17960 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17961 dependence. Use line-{beginning,end}-position, not
17962 point-at{b,e}ol. Some doc fixes.
17963 (todo-position): New function. Fix callers of position to use it.
17964 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17965
179662000-05-12 Gerd Moellmann <gerd@gnu.org>
17967
17968 * time.el (display-time-mail-icon): Use `:ascent center'.
17969
17970 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17971 handling FTP security extensions.
17972
179732000-05-11 Dave Love <fx@gnu.org>
17974
17975 * calendar/todo-mode.el: New file.
17976
179772000-05-11 Gerd Moellmann <gerd@gnu.org>
17978
17979 * comint.el (comint-read-input-ring): Move reference to
17980 comint-input-ring-size outside of the save-excursion. It was
17981 causing the default value to be the only one ever seen.
17982
17983 * font-lock.el: Update copyright. Remove Simon Marshall's email
17984 address on request from him.
17985
17986 * subr.el (substitute-key-definition): Add comment describing
17987 the meaning of PREFIX.
17988
179892000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17990
17991 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17992
17993 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17994 (add-minor-mode): Don't make the variable buffer-local and add a
17995 reference to define-minor-mode in the docstring.
17996
17997 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17998 HEADER/FOOTER and fix bug with trailing empty directory.
17999 (cvs-append-to-ignore): Use vc-editable-p if available.
18000 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18001 (vc-do-command): Tweak advice to handle the new VC.
18002
18003 * log-view.el (log-view-goto-rev): New function for the new VC.
18004 (log-view-minor-wrap): Use mark-active.
18005
18006 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18007 (log-edit-changelog-full-paragraphs): New var.
18008 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18009 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18010 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18011 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18012 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18013 Replace the `cvs' prefix with `log-edit'.
18014
18015 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18016
18017 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18018 (diff-font-lock-defaults): Explicitly turn off multiline.
18019 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18020 (diff-ediff-patch): Fix call to ediff-patch-file.
18021 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18022 Handle comments.
18023
18024 * frame.el (automatic-hscrolling): Typo.
18025
18026 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18027
180282000-05-09 Sam Steingold <sds@goems.com>
18029
18030 * apropos.el (apropos-print): use `describe-face' instead of
18031 `customize-face-other-window'.
18032
180332000-05-09 Dave Love <fx@gnu.org>
18034
18035 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18036
18037 * help.el (describe-variable): Have customize button pop the
18038 help-xref stack when invoked.
18039 (help-xref-symbol-regexp): Add `face'.
18040 (help-make-xrefs): Check for quoted face names and adapt regexp
18041 submatch numbers to cope.
18042 (help-xref-interned): Maybe insert face doc too. Separate
18043 sections with a line of hyphens.
18044
18045 * faces.el: Some doc fixes. Declare some functions obsolete.
18046 (describe-face): Add customize button. Return the help
18047 text. Fix prompt.
18048
180492000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18050
18051 * term/internal.el (IT-character-translations): Fix last change.
18052
180532000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18054
18055 * woman.el: New file
18056 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18057
180582000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18059
18060 * term/internal.el (IT-character-translations): Update ASCII
18061 simulations for greek-iso8859-7, add latin-iso8859-14 and
18062 latin-iso8859-15.
18063
18064 * international/mule-cmds.el (set-language-info-alist): Call
18065 define-prefix-command with 3 arguments, to make the map suitable
18066 for a menu.
18067
180682000-05-07 Dave Love <fx@gnu.org>
18069
18070 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18071
180722000-05-05 Dave Love <fx@gnu.org>
18073
18074 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18075 list in doc string. Don't quote keyword symbols.
18076 * emacs-lisp/cl.el: Likewise
18077 * emacs-lisp/cl-seq.el: Likewise
18078
180792000-05-05 Gerd Moellmann <gerd@gnu.org>
18080
18081 * abbrev.el (abbrev-mode): Make ARG optional.
18082
180832000-05-04 Gerd Moellmann <gerd@gnu.org>
18084
18085 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18086
18087 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18088
18089 * subr.el (substitute-key-definition): Clarify documentation.
18090
180912000-05-04 Milan Zamazal <pdm@freesoft.cz>
18092
18093 * glasses.el (glasses-convert-to-unreadable): Use
18094 `glasses-separator' instead of the hard-wired "_".
18095 (glasses-mode): Call `glasses-make-unreadable' only in a single
18096 place.
18097
180982000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18099
18100 * term/internal.el (cjk-codepages-alist): Add associations for
18101 Chinese and Korean codepages. Remove FIXME comment.
18102
181032000-05-03 Dave Love <fx@gnu.org>
18104
18105 * time.el (display-time-mail-face, display-time-use-mail-icon):
18106 New option.
18107 (display-time-mail-icon): New variable.
18108 (display-time-string-forms): Use the above. Fix the local-map.
18109
181102000-05-03 Gerd Moellmann <gerd@gnu.org>
18111
18112 * replace.el (query-replace-map): Add binding for `E'.
18113 (query-replace-help): Extend help text.
18114 (perform-replace): Allow editing the replacement string.
18115
18116 * make-mode.el (makefile-mode-abbrev-table): New variable.
18117 (makefile-mode): Set local abbrev table to
18118 makefile-mode-abbrev-table.
18119 (makefile-font-lock-keywords): Fontify includes and conditionals.
18120
18121 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18122 set TOGGLE's value.
18123
18124 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18125 mail-interactive-insert-alias.
18126 (mail-abbrev-complete-alias): New command.
18127 (mail-mode-map): Bind it to `M-TAB'.
18128
181292000-05-03 Kenichi Handa <handa@etl.go.jp>
18130
18131 * language/lao-util.el (lao-compose-region): New function.
18132
181332000-05-02 Gerd Moellmann <gerd@gnu.org>
18134
18135 * files.el (recover-session): Make directories as necessary
18136 if they don't exist yet.
18137
18138 * calendar/cal-french.el
18139 (french-calendar-multibyte-special-days-array)
18140 (french-calendar-special-days-array): Change French text.
18141 (calendar-french-date-string): Change output.
18142 (calendar-goto-french-date): Likewise.
18143
181442000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18145
18146 * wid-edit.el (widget-default-active): Obey `:always-active'.
18147 (widget-documentation-string-value-create): Set `:always-active'.
18148
181492000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18150
18151 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18152 default prefix to `~/_emacs.d/auto-save.list/_s'.
18153 (normal-top-level): Create the directory for auto-save files, if
18154 it doesn't already exist (in the ms-dos case only).
18155
181562000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18157
18158 * international/mule-cmds.el (set-language-environment): Don't
18159 concat an integer (dos-codepage), use format instead.
18160
181612000-05-02 Dave Love <fx@gnu.org>
18162
18163 * help.el (help-xref-on-pp): Check for constant symbols.
18164
181652000-04-29 Gerd Moellmann <gerd@gnu.org>
18166
18167 * startup.el (normal-top-level): Put a condition-case around
18168 the code loading subdirs.el.
18169
181702000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18171
18172 * ps-print.el: Upside-down and face background color printing,
18173 line number step, doc fix.
18174 (ps-print-version): New version number (5.2).
18175 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18176 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18177 (ps-spool-config): Var fix.
18178 (ps-printer-name-option): Const fix.
18179 (ps-print-upside-down, ps-use-face-background)
18180 (ps-line-number-step): New vars.
18181 (ps-window-system, ps-lp-system): New consts.
18182 (ps-face-background): New fun.
18183
181842000-04-28 Richard Stallman <rms@gnu.org>
18185
18186 * files.el (make-auto-save-file-name):
18187 Apply auto-save-file-name-transforms to visited file name
18188 before generating auto save file name.
18189 (auto-save-file-name-transforms): New variable.
18190
18191 * files.el (backup-enable-predicate):
18192 Correctly test for a file under a temporary directory.
18193
181942000-04-28 Gerd Moellmann <gerd@gnu.org>
18195
18196 * subr.el (add-minor-mode): Rewritten.
18197
181982000-04-28 Kenichi Handa <handa@etl.go.jp>
18199
18200 * mail/sendmail.el (sendmail-send-it): Set
18201 buffer-file-coding-system to the selected coding system for MIME
18202 header.
18203
182042000-04-27 Gerd Moellmann <gerd@gnu.org>
18205
18206 * dired.el (dired-move-to-filename-regexp): Allow format where
18207 YYYY is followed by two spaces.
18208
18209 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18210 in the second character class of the regexp.
18211
18212 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18213 mh-etc, too.
18214
18215 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18216 nil.
18217
18218 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18219
18220 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18221 argument.
18222
182232000-04-27 Sen Nagata <sen@eccosys.com>
18224
18225 * emacs-lisp/crm.el (crm-completion-table): New variable.
18226 (crm-collection-fn, crm-test-completion)
18227 (completing-read-multiple): Use it.
18228
182292000-04-27 Dave Love <fx@gnu.org>
18230
18231 * help.el (locate-library): Use mapc.
18232 (help-manyarg-func-alist): Add call-process-region.
18233
182342000-04-26 Gerd Moellmann <gerd@gnu.org>
18235
18236 * subr.el (add-minor-mode): Make argument MAP optional.
18237
18238 * desktop.el (desktop-save): Save list of minor modes.
18239 (desktop-create-buffer): Restore minor modes.
18240 (desktop-minor-mode-table): New user-option.
18241
18242 * subr.el (add-minor-mode): New function.
18243
18244 * image.el (find-image): New function.
18245 (defimage): Rewritten to find image at load time.
18246
18247 * startup.el (normal-top-level-add-to-load-path): Handle
18248 case that the default directory is not in load-path.
18249
18250 * help.el: Old patch from Stefan Monnier.
18251 (help-xref-on-pp): New function.
18252 (describe-variable): Use it to display xrefs in a symbol's value.
18253
182542000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18255
18256 * cus-edit.el (custom-face): Fix parenthesis.
18257
182582000-04-26 Kenichi Handa <handa@etl.go.jp>
18259
18260 * mail/rmail.el (rmail-expunge): When there are no deleted
18261 messages, do nothing.
18262
182632000-04-26 Dave Love <fx@gnu.org>
18264
18265 * international/mule-cmds.el (locale-translation-file-name):
18266 Defvar to nil.
18267 (set-locale-environment): Set it here (at runtime).
18268
182692000-04-25 Gerd Moellmann <gerd@gnu.org>
18270
18271 * replace.el (perform-replace): Add parameters START and END. Use
18272 them instead of the check for a region in Transient Mark mode.
18273 (query-replace-read-args): Return two more list elements for the
18274 start and end of the region in Transient Mark mode.
18275 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18276 (map-query-replace-regexp, replace-string, replace-regexp): Add
18277 optional last arguments START and END and pass them to
18278 perform-replace.
18279
18280 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18281 form with additional arguments for perform-replace.
18282
18283 * progmodes/etags.el (tags-query-replace): Add parameters START
18284 and END. Construct a form with additional arguments for
18285 perform-replace.
18286
18287 * simple.el (shell-command): Set default directory for "*Shell
18288 Command Output" buffer.
18289
18290 * language/european.el (iso-latin-4): Fix typo.
18291
18292 * emacs-lisp/crm.el: New file.
18293
182942000-04-24 Dave Love <fx@gnu.org>
18295
18296 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18297 (Custom-reset-saved, Custom-reset-standard)
18298 (custom-group-value-create, custom-group-set, custom-group-save)
18299 (custom-group-reset-current, custom-group-reset-saved)
18300 (custom-group-reset-standard): Use mapc.
18301 (custom-buffer-create-internal): Disable undo when creating items.
18302 Use mapc.
18303 (custom-face): Avoid redundant lambda.
18304
183052000-04-24 Gerd Moellmann <gerd@gnu.org>
18306
18307 * startup.el (auto-save-list-file-prefix): Set default to
18308 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18309
183102000-04-24 Sam Steingold <sds@gnu.org>
18311
18312 * time-stamp.el (time-stamp-string-preprocess): Always convert
18313 `field-result' to a string.
18314
183152000-04-24 Gerd Moellmann <gerd@gnu.org>
18316
18317 * frame.el (scrolling): New group.
18318 (automatic-hscrolling): New user-option.
18319
18320 * startup.el (command-line-x-option-alist): Add `-lsp' and
18321 `--line-spacing'.
18322
183232000-04-19 Dave Love <fx@gnu.org>
18324
18325 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18326 (cl-mapc): Rename from mapc. Fix the funcall.
18327
183282000-04-19 Gerd Moellmann <gerd@gnu.org>
18329
18330 * simple.el (clone-indirect-buffer-other-window): New command.
18331 (clone-indirect-buffer): Add optional arg NORECROD.
18332 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18333
18334 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18335
18336 * window.el (count-screen-lines): New function.
18337 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18338 instead of window-buffer-height.
18339
18340 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18341 non-existing variable comint-input-sentinel.
18342 (inferior-lisp-args-to-list): Removed.
18343 (inferior-lisp): Use split-string instead of
18344 inferior-lisp-args-to-list.
18345
18346 * hexl.el (hexl-insert-hex-string): New command.
18347
18348 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18349 instead of concat.
18350
183512000-04-18 Gerd Moellmann <gerd@gnu.org>
18352
18353 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18354 at the start of an existing but empty folder.
18355
183562000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18357
18358 * ps-mule.el: Customization fix, doc fix.
18359 (ps-multibyte-buffer): Customization fix.
18360
183612000-04-17 Richard M. Stallman <rms@gnu.org>
18362
18363 * subr.el (read-passwd): Use read-char-exclusive.
18364
183652000-04-17 Gerd Moellmann <gerd@gnu.org>
18366
18367 * textmodes/texinfo.el (texinfo-insert-@email)
18368 (texinfo-insert-@emph, texinfo-insert-@quotation)
18369 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18370 (texinfo-mode-map): Add key bindings for them.
18371
18372 * files.el (basic-save-buffer-2): Use a template with `$'
18373 instead of `#' for VMS.
18374
18375 * simple.el (clone-indirect-buffer): New function.
18376
183772000-04-16 Stephen Eglen <stephen@gnu.org>
18378
18379 * iswitchb.el (iswitchb-case): New function. If the user input
18380 contains any upper-case characters, the search is made
18381 case-sensitive.
18382
183832000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18384
18385 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18386 comment-end.
18387 (texinfo-font-lock-syntactic-keywords): New var.
18388 (texinfo-font-lock-keywords): Remove comment regexp.
18389 (texinfo-insert-block): New function.
18390 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18391 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18392 and font-lock-defaults. Use regexp-opt for outline-regexp.
18393 (texinfo-environments): New var.
18394 (texinfo-environment-regexp): Use regexp-opt and
18395 texinfo-environments.
18396
18397 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18398 ispell-process is bound since this might be eval'd before ispell
18399 is loaded.
18400 (ispell-message): Use a tiny bit less magic and a bit more hard
18401 data to figure out what kind of sc-cite-regexp to use.
18402
18403 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18404
18405 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18406 (insert-cyclic-diary-entry): Unquote the lambda.
18407
18408 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18409
18410 * files.el (backup-enable-predicate): Unquote the lambda.
18411
18412 * cus-edit.el (custom-face, face): Unquote the lambda.
18413
184142000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18415
18416 * ps-print.el: Check for line-beginning-position definition.
18417
18418 * ps-print.el: Fix counting lines in a region.
18419 (ps-print-version): New version number (5.1.5).
18420 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18421 (ps-printing-region): Fun code fix.
18422
184232000-04-15 Gerd Moellmann <gerd@gnu.org>
18424
18425 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18426 to file-directory-p.
18427
184282000-04-14 Gerd Moellmann <gerd@gnu.org>
18429
18430 * gud.el (gud-jdb-build-source-files-list): Check that directory
18431 exists before calling directory-files.
18432
184332000-04-13 Dave Love <fx@gnu.org>
18434
18435 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18436 syntax.
18437
18438 * emacs-lisp/cl-specs.el: Remove when, unless.
18439
18440 * emacs-lisp/cl-extra.el: Don't quote keywords.
18441 (cl-old-mapc): New variable.
18442 (mapc): Use it.
18443 (cl-map-intervals): Use with-current-buffer. Don't check for
18444 next-property-change.
18445 (cl-map-overlays): Use with-current-buffer.
18446 (cl-expt): Remove.
18447 (copy-tree, remprop): Define unconditionally.
18448
18449 * emacs-lisp/cl-compat.el (keywordp): Remove.
18450
18451 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18452 to use keywordp.
18453 (edebug-spec): Enable keywordp.
18454
18455 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18456 string-lessp.
18457
18458 * cus-start.el: Use keywordp.
18459
184602000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18461
18462 * diary-lib.el (include-other-diary-files): Fix the fix of
18463 2000-02-18 by doing a save-excursion.
18464
184652000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18466
18467 * ps-print.el: Customization fix, doc fix.
18468 (ps-print-version): New version number (5.1.4).
18469 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18470 (ps-print-preprint): Adjust code.
18471 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18472 (ps-print-prologue-header, ps-print-control-characters)
18473 (ps-spool-config): Customization fix.
18474
184752000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18476
18477 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18478 converted to the new menu-item format, names silightly changed,
18479 help strings added.
18480
18481 Support for spelling without async subprocesses:
18482
18483 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18484 (ispell-session-buffer): New variables.
18485 (ispell-start-process, ispell-process-status,
18486 ispell-accept-output, ispell-send-string): New functions, for
18487 Ispell invocation when async subprocesses aren't supported.
18488 (ispell-word, ispell-pdict-save, ispell-command-loop,
18489 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18490 to process-send-string with calls to ispell-send-string, and
18491 accept-process-output with ispell-accept-output.
18492 (ispell-init-process): Call ispell-process-status instead of
18493 process-status with.
18494 (ispell-init-process): Call ispell-start-process. Call
18495 ispell-accept-output and ispell-send-string. Don't call
18496 process-kill-without-query and kill-process if they are unbound.
18497 (ispell-async-processp): New function.
18498
184992000-04-12 Dave Love <fx@gnu.org>
18500
18501 * info.el: Add debug-ignored-errors.
18502 (Info-mode-menu): Add some items.
18503 (Info-directory): Add autoload cookie.
18504
18505 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18506 Modify `truncate-lines'. Make `describe-language-environment'
18507 always visible and add help. Modify `describe-key' help. Invoke
18508 Info-directory from `info'. New entry `emacs-manual'.
18509
185102000-04-10 Gerd Moellmann <gerd@gnu.org>
18511
b291c86c
SM
18512 * progmodes/ebrowse.el (ebrowse-tree-mode):
18513 Use propertized-buffer-identification.
a30eb617
DL
18514 (ebrowse-update-member-buffer-mode-line): Likewise.
18515 (ebrowse--mode-strings): Removed.
18516 (ebrowse--mode-line-props): Removed.
18517
18518 * files.el (auto-mode-alist): Add `EBROWSE'.
18519
18520 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18521 space before testing for end of buffer.
18522 (ebrowse-load): Removed.
18523 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18524 (ebrowse-create-tree-buffer): Rewritten.
18525 (ebrowse-tree-mode): Read tree from buffer.
18526
18527 * progmodes/ebrowse-ffh.el: Removed.
18528
185292000-04-10 Kenichi Handa <handa@etl.go.jp>
18530
18531 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18532
185332000-04-10 Gerd Moellmann <gerd@gnu.org>
18534
18535 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18536 at the wrong place.
18537
185382000-04-09 Dave Love <fx@gnu.org>
18539
b291c86c
SM
18540 * files.el (backup-enable-predicate):
18541 Use temporary-file-directory, small-temporary-file-directory.
18542 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
18543 (make-backup-file-name-1): New function.
18544 (make-backup-file-name): Use it.
b291c86c 18545 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
18546 (file-newest-backup): Use make-backup-file-name.
18547
185482000-04-09 Gerd Moellmann <gerd@gnu.org>
18549
18550 * progmodes/ebrowse-ffh.el: New file.
18551
86f6474c
SM
18552 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18553 Moved to ebrowse-ffh.el.
a30eb617
DL
18554 (ebrowse-load): Add autoload.
18555
18556 * finder.el (finder-commentary): Add autoload cookie.
18557
18558 * mail/rfc2368.el: Correct author's email address.
18559
18560 * progmodes/ebrowse.el: New file.
18561
18562 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18563 item help string.
18564 (easy-menu-do-add-item): Ditto.
18565 (easy-menu-define): Extend doc string.
18566
86f6474c 18567 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
18568 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18569 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18570 with-buffer-unmodified.
18571
185722000-04-08 Dave Love <fx@gnu.org>
18573
18574 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18575 unless, when.
18576
185772000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18578
18579 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18580 (viper-flash-search-pattern): No operation when using Emacs
18581 doesn't support face.
18582 Use `viper-put-on-search-overlay'.
18583
185842000-04-04 Gerd Moellmann <gerd@gnu.org>
18585
18586 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18587 like C-r.
18588
18589 * progmodes/make-mode.el: Some doc fixes.
18590 (makefile-mode-abbrev-table): New variable.
18591 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18592 (makefile-font-lock-keywords): Fontify includes and conditionals.
18593 (toplevel): Require `dabbrev' and `add-log' when compiling.
18594
18595 * replace.el (perform-replace): Don't move forward one char
18596 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18597 to do that because it leaves point 1 position after the last
18598 replacement, after everything has been replaced.
18599
18600 * jit-lock.el (with-buffer-unmodified): New macro.
18601 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18602 modified state.
18603 (jit-lock-function-1): Extracted from jit-lock-function; not
18604 preserving buffer's modified state.
86f6474c
SM
18605 (jit-lock-function, jit-lock-stealth-fontify):
18606 Call jit-lock-function-1.
a30eb617
DL
18607
18608 * mail/rfc2368.el: Remove supernumerary copyright line.
18609
186102000-04-04 Milan Zamazal <pdm@freesoft.cz>
18611
18612 * glasses.el: Provide facilities for inserting space before left
18613 parentheses and uncapitalization of identifiers.
18614 (glasses-mode): Try to remove old overlays in all cases.
18615
186162000-04-03 Gerd Moellmann <gerd@gnu.org>
18617
18618 * progmodes/compile.el (compile-internal): Display the compilation
18619 buffer in a different frame, if it's already displayed there.
18620
18621 * mail/rfc2368.el: New file.
18622
18623 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18624 header and insert its value as mail body.
18625
18626 * subr.el (member-ignore-case): New function.
18627
18628 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18629 (dabbrev--find-expansion): Ignore buffers matching a regexp
18630 from dabbrev-ignored-regexps.
18631
18632 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18633 to extensions handled by gzip.
18634
186352000-04-03 Richard M. Stallman <rms@gnu.org>
18636
18637 * files.el (insert-directory): List the total free space
18638 along with the used space.
18639
18640 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18641 line is followed by one that matches CITATION-REGEXP, end the
18642 paragraph.
18643
186442000-04-03 Markus Rost <rost@delysid.gnu.org>
18645
18646 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18647 (rmail-make-basic-summary-line): Use that option.
18648
186492000-04-03 Kenichi Handa <handa@etl.go.jp>
18650
18651 * international/mule-cmds.el (encoded-string-description):
18652 Rewritten. Try pretty description for ISO 2022 escape sequences
18653 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18654 for hexadecimal format.
18655
186562000-04-01 Dave Love <fx@gnu.org>
18657
18658 * cpp.el: Change customization group to `c' from `C'.
18659
18660 * vcursor.el (vcursor-move): Use display-color-p.
18661
18662 * international/mule-util.el: Provide mule-utils.
18663 (string-to-sequence): Simplify and speed up.
18664
18665 * international/mule.el (make-coding-system): Purecopy doc-string.
18666
18667 * international/mule-cmds.el: Various menu changes.
18668 (describe-specified-language-support): Handle `Default'.
18669 (set-language-info): Purecopy `info'.
18670
186712000-03-31 Andrew Innes <andrewi@gnu.org>
18672
18673 * vc.el (vc-backend-diff): Return the correct status if we had to
18674 retry the rcsdiff command without the --brief option.
18675
186762000-03-31 Dave Love <fx@gnu.org>
18677
18678 * help.el (help-manyarg-func-alist): Correct several omissions.
18679
18680 * add-log.el: Don't require cl, fortran.
18681 (add-log-current-defun-function): Doc fix.
86f6474c 18682 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 18683 (change-log-version-rcs): Function deleted.
86f6474c
SM
18684 (change-log-version-number-search): Doc fix.
18685 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
18686 (add-change-log-entry): Just call add-log-current-defun to get
18687 defun. Simplify somewhat.
18688 (change-log-get-method-definition-1): Likewise.
18689 (add-log-current-defun): Return nil if calling
18690 add-log-current-defun-function does so. Move Fortran stuff to
18691 fortran.el. Return string without properties.
18692
18693 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18694 and :alpha: char classes.
18695
18696 * mail/supercite.el: Defvar curline when compiling.
18697 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18698 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18699 rather than a-zA-Z0-9 to allow non-ASCII characters.
18700
187012000-03-31 Gerd Moellmann <gerd@gnu.org>
18702
18703 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18704
18705 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18706 Re-enable new code.
18707
18708 * lpr.el (print-region-1): Use -d to specify printer name for
18709 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18710
187112000-03-31 Dave Love <fx@gnu.org>
18712
86f6474c
SM
18713 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18714 Look for function definition in symbol's function value slot first
a30eb617
DL
18715 instead of first consulting byte-compile-function-environment.
18716
187172000-03-31 Kenichi Handa <handa@etl.go.jp>
18718
18719 * language/european.el ("Polish"): New language environment.
18720 (setup-polish-environment): New function.
18721
187222000-03-30 Gerd Moellmann <gerd@gnu.org>
18723
18724 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18725 Disable new code.
18726
18727 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18728 trying to `load' the symbol of an autoload instead of the file
18729 recorded in the autoload. Fix error messages.
18730
187312000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18732
18733 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18734 (ps-print-version): New version number (5.1.3).
18735 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18736 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18737 (ps-generate-postscript-with-faces): Code fix.
18738 (ps-color-values): XEmacs compatibility.
18739 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18740 (ps-default-fg, ps-default-bg): Adjust customization.
18741 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18742 (ps-color-scale): Renaming old ps-color-value fun.
18743 (ps-print-headers): Replace ps-print-header group to avoid conflict
18744 with ps-print-header variable.
18745 (ps-print-miscellany): New group.
18746 (ps-format-color, ps-rgb-color): New funs.
18747 (ps-default-foreground): New var.
18748 (ps-printer-name-option): New const.
18749
187502000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18751
18752 * net/net-utils.el:
18753 (network-connection-host, network-connection-service): New variables
18754 (network-connection-mode): New mode, derived from comint-mode
18755 (network-connection-mode-setup): New function, saves host and
18756 service information in local variables.
18757
18758 * lisp/locate.el:
18759 (locate-word-at-point): Added this function
18760 (locate): Default to using locate-word-at-point as input
18761 Run dired-mode-hook
18762
187632000-03-29 Dave Love <fx@gnu.org>
18764
18765 * calendar/appt.el: Doc fixes.
18766 (appt-check): Convert min-to-app to a string before passing to
18767 appt-disp-window-function or concat.
18768 (appt-delete-window): Remove test for frame-root-window.
18769 (appt-select-lowest-window, appt-convert-time): Simplify.
18770
18771 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
18772 (byte-compile-file-form-autoload):
18773 Update byte-compile-function-environment.
a30eb617
DL
18774
187752000-03-29 Andreas Schwab <schwab@suse.de>
18776
86f6474c 18777 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
18778
18779 * dired.el (dired-insert-directory): If dired-free-space-program
18780 failed just delete its output.
18781
187822000-03-29 Dave Love <fx@gnu.org>
18783
18784 * international/iso-cvt.el: Move provide to end. Doc fixes.
18785 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18786 (iso-iso2sgml, iso-sgml2iso): New functions.
18787 (iso-cvt-define-menu): Fix some entries and use backquote for
18788 clarity.
18789
18790 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18791
187922000-03-28 Gerd Moellmann <gerd@gnu.org>
18793
18794 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18795 ISO-DATE. If non-nil, return date in ISO 8601 format.
18796
187972000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18798
18799 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18800 if it ever becomes used.
18801 (log-edit-mode-hook): Default to vc-log-mode-hook.
18802 (log-edit-mode): Fix the docstring.
18803
18804 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18805 the code.
18806
188072000-03-26 Dave Love <fx@gnu.org>
18808
18809 * net/browse-url.el (browse-url): Re-fix case of
18810 browse-url-browser-function being an alist.
18811 (browse-url): Add :link to defgroup.
18812
18813 * files.el: Doc fixes.
18814 (file-truename): Include `[' in wildcard characters.
18815 (automount-dir-prefix): Customize.
18816 (find-file-wildcards): Add :version.
18817 (find-file-noselect): Simplify a mapcar call.
18818
18819 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18820 compatible with inf-lisp version.
18821 (eval-defun-1): Fix custom-declare-variable case.
18822
188232000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18824
18825 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18826
188272000-03-24 Gerd Moellmann <gerd@gnu.org>
18828
18829 * Makefile (COMPILE_FIRST): New macro.
18830 (compile-files): Compile files from COMPILE_FIRST first.
18831
86f6474c 18832 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
18833
18834 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18835 matching open parenthesis in column 0 to defun-prompt-regexp
18836 only if open-paren-in-column-0-is-defun-start is set.
18837
18838 * sun-curs.el: Require CL at compile-time only.
18839
18840 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18841 instead of copy-list which is a function from CL.
18842 (msb--choose-menu, msb--mode-menu-cond)
18843 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18844 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
18845 (msb--aggregate-alist): Use mapcar instead of mapcan.
18846 Fix `(' in column 0 in doc string.
a30eb617
DL
18847 (msb--add-separators): Use mapcar instead of mapcan.
18848
18849 * cus-dep.el: Require CL at compile-time only.
18850
188512000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18852
18853 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18854 (byte-compile-warnings): New warning `noruntime'.
18855 (byte-compile-constants, byte-compile-variables): Fix docstring.
18856 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18857 execute `eval-whenc-compile's body.
18858 (byte-compile-unresolved-functions): Fix docstring.
18859 (byte-compile-eval): New function.
18860 (byte-compile-callargs-warn): Check if the function will be available
18861 at runtime (via property `byte-compile-noruntime').
18862 (byte-compile-print-syms): New function.
18863 (byte-compile-warn-about-unresolved-functions): Also warn about
18864 `noruntime' functions (and use `byte-compile-print-syms').
18865 (byte-compile-file): Capitalize the message.
18866
188672000-03-24 Gerd Moellmann <gerd@gnu.org>
18868
18869 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18870 (rmail-expunge): Ask for confirmation depending on the setting
18871 of rmail-confirm-expunge.
18872
188732000-03-23 Gerd Moellmann <gerd@gnu.org>
18874
18875 * Makefile (bootstrap-clean): If $(emacs) exists, build
18876 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 18877 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
18878
188792000-03-23 Dave Love <fx@gnu.org>
18880
18881 * net/browse-url.el: Restore previous use of
18882 browse-url-maybe-new-window.
18883
188842000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18885
18886 * ps-print.el: Skip banner page fix.
18887 (ps-print-version): New version number (5.1.2).
18888 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18889
188902000-03-23 Dave Pearson <davep@davep.org>
18891
18892 * net/quickurl.el Changed the type of parameter passed to the
18893 function defined by `quickurl-format-function'. Before only the
18894 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
18895 and the function is responsible for extracting the parts it requires.
18896 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
18897 (quickurl-insert): Changed the `funcall' of
18898 `quickurl-format-function' to match the above change.
18899 (quickurl-list-insert): Changed the `url' case so that it makes
18900 use of `quickurl-format-function', previous to this the format was
18901 hard wired.
18902
189032000-03-22 Gerd Moellmann <gerd@gnu.org>
18904
18905 * startup.el: Change some spellings for the X Window System.
18906
189072000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18908
86f6474c
SM
18909 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18910 Clean up the code and the regexp and make sure the cursor is
18911 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
18912
189132000-03-22 Jason Rumney <jasonr@gnu.org>
18914
18915 * w32-fns.el (w32-charset-info-alist): Initialize.
18916
189172000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18918
18919 * ps-print.el: N-up last page fix.
18920 (ps-print-version): New version number (5.1.1).
18921 (ps-end-file, ps-end-job, ps-generate): Code fix.
18922
189232000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18924
18925 * files.el (find-file-run-dired): Update docstring.
18926 (find-directory-functions): New hook.
18927 (find-file-noselect): Run find-directory-functions rather than
18928 calling dired directly.
18929
18930 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18931
18932 * pcvs.el: Add a minimal leading commentary.
18933 (cvs-make-cvs-buffer): Change the header part by removing the startup
18934 message and adding a `Module' entry. Also replace the FOOTER and
18935 HEADER special fileinfos with the new support in ewoc for updating
18936 its own footer and header.
18937 (cvs-update-header): Update to use the header/footer of the ewoc.
18938 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18939 (cvs-is-within-p): New function.
18940 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18941 to only examine some subset of the buffers.
18942
18943 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18944 `format' instead of our own ad-hoc functions.
18945 Remove HEADER and FOOTER cases, now handled in the EWOC.
18946 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18947
18948 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18949 output to avoid scaring the user.
18950 (cvs-parse-table): Catch message for non-up-to-date commits.
18951
18952 * pcvs-defs.el (cvs-startup-message): Remove.
18953 (cvs-global-menu): New autoloaded menu.
18954
18955 * pcvs-util.el (cvs-string-fill): Remove.
18956
18957 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18958 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18959 PP part of it and also make it work for footers and headers.
18960 (ewoc-create): Drop POS and BUFFER arguments.
18961 Use the DLL's dummy node to store the end-of-footer position.
18962 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18963 (ewoc-refresh): Remove unused `header' variable.
18964 (ewoc-(get|set)-hf): New functions.
18965
18966 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18967 log-view-*-(message|file) and use easy-mmode-define-navigation.
18968 (log-view-message-re): Match SCCS format as well.
18969 And match the revision line rather than the dashed separator line.
18970 (log-view-mode): Use the new define-derived-mode.
18971 (log-view-current-tag): Fill in with an actual implementation.
18972
18973 * cvs-status.el (cvs-status-(prev|next)): Rename from
18974 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18975 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18976 to let the output "breathe" a little more (more readable).
18977 (cvs-status-mode): Use the new define-derived-mode.
18978
18979 * smerge-mode.el (smerge-auto-leave): New function and variable.
18980 (smerge-basic-map): Rename from smerge-basic-keymap.
18981 Change the bindings for smerge-diff-*.
18982 (smerge-*-map): Use easy-mmode-defmap.
18983 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18984 (smerge-keep-*): Use smerge-auto-leave.
18985
189862000-03-21 Jason Rumney <jasonr@gnu.org>
18987
18988 * cus-edit.el (custom-button-face): Use 3D look for w32.
18989 (custom-button-pressed-face): Likewise.
18990
189912000-03-21 Gerd Moellmann <gerd@gnu.org>
18992
18993 * progmodes/etags.el (tags-case-fold-search): New user-option.
18994 (tags-loop-eval): New function. Bind case-fold-search around eval
18995 depending on the value of tags-case-fold-search.
18996 (tags-loop-continue): Use tags-loop-eval.
18997 (find-tag-in-order): Bind case-fold-search depending on the value
18998 of tags-case-fold-search.
18999
190002000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19001
86f6474c 19002 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
19003 (diff-end-of-hunk): Return the end position for use in
19004 `easy-mmode-define-navigation'.
19005 (diff-recenter): Remove.
19006 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19007 of `easy-mmode-define-navigation'.
19008 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19009 previous renaming) and fix to use new names.
19010 (diff-merge-strings): Use \n as separator: simpler, faster.
19011 (diff-mode): Use `define-derived-mode'.
19012
19013 * derived.el (define-derived-mode): Don't autoload anymore.
19014 Prefer the macro-only version provided by easy-mmode.el.
19015
19016 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 19017 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
19018 (easy-mmode-define-navigation): New macro.
19019
19020 * subr.el (combine-run-hooks): New function.
19021
190222000-03-21 Kenichi HANDA <handa@etl.go.jp>
19023
19024 * term/x-win.el: Fontsets related initialization is simplified.
19025
19026 * international/mule-diag.el (describe-font): Don't refer to
19027 global-fontset-alist, instead call font-list.
19028 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 19029 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 19030
86f6474c
SM
19031 * international/fontset.el (x-charset-registries): Variable removed,
19032 instead the corresponding data is stored in the default fontset.
a30eb617
DL
19033 (register-alternate-fontnames): Function removed.
19034 (resolved-ascii-font): Variable removed.
19035 (x-compose-font-name): Ignore the second argument REDOCE.
19036 (x-complement-fontset-spec): Complement only an ASCII font and
19037 element for those charsets than can use that ASCII font.
19038 (generate-fontset-menu): Don't refer to global-fontset-alist,
19039 instead call fontset-list.
19040 (uninstantiated-fontset-alist): Variable removed.
19041 (x-style-funcs-alist): Likewise.
19042 (fontset-default-styles): Likewise.
19043 (x-modify-font-name): Function removed.
86f6474c 19044 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
19045 (create-fontset-from-ascii-font): Docsting adjusted for the above
19046 change.
19047 (instantiate-fontset, resolve-fontset-name): Functions removed.
19048 (fontset-list): Now implemented by C code.
19049
19050 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19051 (describe-face): Include `font' attribute in the description.
19052
190532000-03-21 Kenichi Handa <handa@etl.go.jp>
19054
19055 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19056
190572000-03-20 Gerd Moellmann <gerd@gnu.org>
19058
19059 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19060 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19061 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19062
19063 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19064 about behavior of set-buffer-modified-p wrt redisplay.
19065
190662000-03-19 Richard M. Stallman <rms@gnu.org>
19067
19068 * view.el (view-mode-disable): Kill local binding of view-read-only.
19069
190702000-03-18 Gerd Moellmann <gerd@gnu.org>
19071
86f6474c 19072 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
19073 is a string, convert it to a syntax cell using string-to-syntax.
19074
19075 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19076 (string-to-syntax): New function.
19077
19078 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19079 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19080 try to use passive ftp mode.
19081
190822000-03-17 Gerd Moellmann <gerd@gnu.org>
19083
19084 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19085
19086 * simple.el (append-to-buffer): Update point of windows after
19087 insertion.
19088
19089 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19090 forward then moving backward. Reindent.
19091
19092 * frame.el (other-frame): Call x-focus-frame only if
19093 focus-follows-mouse is off.
19094
190952000-03-17 Dave Love <fx@gnu.org>
19096
86f6474c 19097 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
19098
190992000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19100
19101 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19102 regexp for labels cannot span several lines.
19103
19104 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19105 `(setq :<key> ':<key>)' to the macro expansion.
19106
191072000-03-16 Dave Love <fx@gnu.org>
19108
19109 * progmodes/f90.el (f90): Put custom group under `languages', not
19110 `fortran'.
19111 (f90-mode-hook): Customize.
19112 (f90-mode): Set add-log-current-defun-function.
19113 (f90-current-defun): New function.
19114
191152000-03-16 Gerd Moellmann <gerd@gnu.org>
19116
19117 * cus-edit.el (custom-variable-tag-face): Handle case that
19118 default face's height is not a number.
19119 (custom-face-tag-face, custom-group-tag-face-1)
19120 (custom-group-tag-face): Ditto.
19121 (custom-group-tag-face-1): Add :group.
19122
19123 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19124
191252000-03-15 Gerd Moellmann <gerd@gnu.org>
19126
19127 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19128 requiring easymenu.
19129
191302000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19131
19132 * ps-print.el: PostScript user-defined prologue, PostScript error
19133 handler, doc fix.
19134 (ps-print-version): New version number (5.1).
19135 (ps-user-defined-prologue, ps-error-handler-message)
19136 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19137 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19138 (ps-insert-string): New function.
19139
191402000-03-15 Kenichi Handa <handa@etl.go.jp>
19141
19142 * international/ccl.el (ccl-compile-expression): Don't generate
19143 invalid self-assignment code.
19144
191452000-03-14 Dave Love <fx@gnu.org>
19146
19147 * subr.el (replace-regexp-in-string): Renamed from
19148 replace-regexps-in-string. Doc fix.
19149
191502000-03-12 Dave Love <fx@gnu.org>
19151
19152 * cus-edit.el: Doc fixes.
86f6474c 19153 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
19154 (custom-variable-tag-face, custom-face-tag-face)
19155 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19156 style which user identify as hyperlink.
19157 (hook): Don't add undefined functions to the hook.
19158 (debug-ignored-errors): Transfer message from bindings.el.
19159
191602000-03-12 Gerd Moellmann <gerd@gnu.org>
19161
86f6474c
SM
19162 * recentf.el (recentf-keep-non-readable-files-p):
19163 Remove double/nested definition.
a30eb617
DL
19164
191652000-03-12 Dave Love <fx@gnu.org>
19166
19167 * facemenu.el (facemenu-get-face): Use display-color-p.
19168 * enriched.el (enriched-decode-foreground): Likewise.
19169 (enriched-decode-background): Likewise.
19170 * isearch.el (isearch-highlight): Likewise.
19171 * info-look.el (info-lookup): Likewise.
19172 * simple.el (completion-setup-function): Likewise.
19173
19174 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19175 :options.
19176
19177 * bindings.el (mode-line-format): Fix line-number and
19178 column-number items. Add help-echo for the background.
19179 (mode-line-mule-info): Modify help-echo.
19180
19181 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19182
19183 * files.el (load-file): Allow completion to .elc.
19184
19185 * man.el: Doc fixes.
19186 (Man-init-defvars): Use display-color-p to set fontification.
19187
19188 * play/hanoi.el (hanoi-internal): Don't use oddp.
19189
191902000-03-12 Gerd Moellmann <gerd@gnu.org>
19191
19192 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19193
19194 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19195
191962000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19197
19198 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19199 Fix comment.
19200
192012000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19202
19203 * font-lock.el (font-lock-keywords): Fix the doc now that
19204 regexp-opt-depth is unnecessary.
19205 (save-buffer-state): Set an edebug spec.
19206 (font-lock-fontify-anchored-keywords): Properly handle the case when
19207 the matcher goes past the limit.
19208
19209 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19210 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19211
19212 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19213 dll.el and cookie.el (from Elib) with heavy renaming and other
19214 massaging.
19215
19216 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19217 Autoload the functions used.
19218 (easy-mmode-define-syntax): Fix CL typo.
19219 (easy-mmode-define-derived-mode): Improve the docstring generation.
19220
192212000-03-10 Gerd Moellmann <gerd@gnu.org>
19222
19223 * textmodes/texinfo.el (texinfo-version): Variable and function
19224 removed.
19225
192262000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19227
19228 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19229 allow more flexibility.
ff39b9a1 19230 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
19231 (easy-mmode-defmap, easy-mmode-defsyntax)
19232 (easy-mmode-define-derived-mode): New macros.
19233
192342000-03-09 Didier Verna <didier@xemacs.org>
19235
19236 * rect.el (replace-rectangle): New function.
19237
192382000-03-09 Dave Love <fx@gnu.org>
19239
ff39b9a1 19240 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
19241 (fortran-comment-line-start-skip): Don't match cpp stuff.
19242 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19243 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19244 (fortran-mode): Don't set fortran-comment-line-start-skip,
19245 fortran-comment-line-start here. Set comment-start,
19246 add-log-current-defun.
19247 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19248 (fortran-current-defun): New function.
19249
192502000-03-09 Gerd Moellmann <gerd@gnu.org>
19251
19252 * emacs-lisp/re-builder.el: New file.
19253
19254 * mouse.el (mouse-drag-region): Don't run up-event handler
19255 if hscroll has changed.
19256
19257 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19258 builtin operators, use `font-lock-builtin-face' for Emacs and
19259 `font-lock-preprocessor-face' otherwise.
19260
19261 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19262 `(defun (setf foo)' differently.
19263
192642000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19265
19266 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19267 (regexp-opt): Update comment and adapt the code the new meaning of
19268 the `paren' argument of regex-opt-group for shy-groups.
19269 (regexp-opt-depth): Handle shy groups as well as backslashed
19270 backslashes.
19271 (regexp-opt-group): Turn the leading comment into a docstring.
19272 Allow `paren' to be a string (the string to use to open a group).
19273 Remove open-presuf and close-presuf. Instead of checking for `all
19274 one-char' and then later on check for `several one-char', handle
19275 both cases close together. Also apply a more generic algorithm
19276 for suffixes (the mirror image of the algorithm used for
19277 prefixes). Use shy-groups. Use nreverse rather than reverse.
19278 (regexp-opt-try-suffix): Removed.
19279
19280 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19281 from comint-mode-map, so we can just inherit from it. Also, move
19282 the initialization into the `defvar' since there's no docstring
19283 anyway and it's fairly short.
19284 (inferior-scheme-mode): Define it as derived-mode: the code is
19285 shorter and this way we inherit from comint-mode-map rather than
19286 copying it.
19287
19288 * subr.el (replace-regexps-in-string): Properly handle the case
19289 where we match an empty string.
19290
19291 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19292 when the command has a directory component (such as "./testml").
19293 Also fix a typo in the comment.
19294
192952000-03-08 Gerd Moellmann <gerd@gnu.org>
19296
19297 * Makefile (compile-files): Compile files one by one because
19298 that's the only way to ensure a clean compilation environment for
19299 each individual file.
19300
19301 * frame.el (other-frame): Call x-focus-frame.
19302
193032000-03-07 Dave Love <fx@gnu.org>
19304
19305 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19306 :require to defcustom.
19307
ff39b9a1 19308 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
19309
19310 * files.el (auto-mode-alist): Add configure.in.
19311
19312 * progmodes/autoconf.el: New file.
19313
193142000-03-07 Gerd Moellmann <gerd@gnu.org>
19315
19316 * mail/mh-e.el: Change maintainer to `none'.
19317
19318 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19319 to remove-hook and add-hook.
19320
193212000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19322
19323 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19324 it as the default.
19325 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19326 (sendmail-send-it): Conditionally add MIME headers specifying the
19327 used character set.
19328
193292000-03-07 Dave Love <fx@gnu.org>
19330
ff39b9a1
SM
19331 * winner.el: Fix keywords, autoload cookies.
19332 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
19333
193342000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19335
19336 * international/mule.el: Modify comment about coding system
19337 property `coding-category'.
19338 (make-coding-system): New argument EOL-TYPE. Pay attention to
19339 coding-category property of PROPERTIES.
19340
ff39b9a1
SM
19341 * international/mule-conf.el (coding-category-utf-8)
19342 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
19343 categories. Include them in the argument for set-coding-priority.
19344
ff39b9a1
SM
19345 * international/mule-cmds.el (reset-language-environment):
19346 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
19347 coding-category-utf-16-le in the argument for set-coding-priority.
19348 (reset-language-environment): Initialize coding-category-utf-8,
19349 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19350
193512000-03-06 Karl Fogel <kfogel@red-bean.com>
19352
19353 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19354 code abstracted out of `bookmark-jump-noselect'. Now tries info
19355 extensions as well as compression extensions.
19356 (bookmark-jump-noselect): Use above new func.
19357
193582000-03-03 Gerd Moellmann <gerd@gnu.org>
19359
19360 * strokes.el: Change maintainer's mail address.
19361
193622000-03-03 Kenichi Handa <handa@etl.go.jp>
19363
19364 * international/mule-diag.el (list-character-sets): Make help-echo
19365 string by substitute-command-keys.
19366 (list-character-sets): Likewise.
19367 (sort-listed-character-sets): Call help-setup-xref.
19368
193692000-03-02 Gerd Moellmann <gerd@gnu.org>
19370
ff39b9a1 19371 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
19372
193732000-03-01 Dave Love <fx@gnu.org>
19374
19375 * help.el (help-xref-go-back): Don't try to set position.
19376
ff39b9a1
SM
19377 * international/mule-diag.el (list-character-sets):
19378 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
19379 (list-character-sets-1): Add help-echo to xrefs.
19380
193812000-03-02 Gerd Moellmann <gerd@gnu.org>
19382
19383 * frame.el (blink-cursor-mode): Switch cursor on when turning
19384 the mode off.
19385
19386 * add-log.el (add-log-current-defun): Add support for
19387 Autoconf mode.
19388
19389 * mail/rmail.el (rmail-quit-hook): New variable.
19390
193912000-03-01 Dave Love <fx@gnu.org>
19392
19393 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19394
19395 * help.el (help-xref-button): Add help-echo arg.
19396 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19397
ff39b9a1 19398 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 19399
ff39b9a1 19400 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
19401
194022000-03-01 Gerd Moellmann <gerd@gnu.org>
19403
19404 * image.el (defimage): Look for image files in load-path.
19405
ff39b9a1 19406 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
19407
194082000-03-01 David Ponce <david.ponce@wanadoo.fr>
19409
ff39b9a1 19410 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
19411
194122000-03-01 David Ponce <david.ponce@wanadoo.fr>
19413
ff39b9a1 19414 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
19415 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19416 action to select/unselect a file.
19417 (recentf-edit-list): Code cleanup and improvement.
19418 (recentf-open-more-files-action): `recentf-open-more-files' button
19419 widget action to open a file.
ff39b9a1 19420 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
19421 (recentf-more-collection): Deleted.
19422 (recentf-more-history): Deleted.
19423 (recentf-setup-more-completion): Deleted.
19424
194252000-03-01 David Ponce <david.ponce@wanadoo.fr>
19426
19427 * recentf.el (recentf-mode): No more needs that Emacs is running
19428 under a window-system.
19429
ff39b9a1 194302000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19431
19432 * recentf.el (recentf-edit-list): New command to edit the recent
19433 list which allow the user to remove files.
19434 (recentf-edit-selected-items): New global variable, used by
19435 `recentf-edit-list' to hold the list of files to be removed from
19436 the recent list.
19437 (recentf-make-menu-items): Updated to display a "Edit list..."
19438 menu item. Minor code cleanup.
19439
ff39b9a1 194402000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19441
19442 * recentf.el (recentf-open-more-files): New command to open files
19443 that are not displayed in the menu.
19444 (recentf-more-collection): New global variable holding the set of
19445 permissible completions used by `recentf-open-more-files'.
19446 (recentf-more-history): New global variable holding the history list
19447 used by `recentf-open-more-files' completion.
19448 (recentf-setup-more-completion): New function to setup completion for
19449 `recentf-open-more-files'.
19450 (recentf-make-menu-items): Updated to display a "More..." menu item.
19451
ff39b9a1 194522000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19453
19454 * recentf.el (recentf-menu-action): Doc fixed.
19455
ff39b9a1 194562000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19457
19458 * recentf.el (recentf-menu-filter): Doc updated.
19459 (recentf-update-menu-hook): Allow menu filters to force menu update.
19460 (recentf-make-menu-items): New menu filter handling.
19461 (recentf-make-menu-item): New helper function.
19462 (recentf-menu-elements): New menu handling function.
19463 (recentf-sort-ascending): Updated to new menu filter handling.
19464 (recentf-sort-descending): Updated to new menu filter handling.
19465 (recentf-sort-basenames-ascending): New menu filter function.
19466 (recentf-sort-basenames-descending): New menu filter function.
19467 (recentf-show-basenames): New menu filter function.
19468 (recentf-show-basenames-ascending): New menu filter function.
19469 (recentf-show-basenames-descending): New menu filter function.
19470
194712000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19472
19473 * diary-lib.el (list-diary-entries): Don't try to go forward at
19474 the end of the buffer.
19475
194762000-02-29 Kenichi Handa <handa@etl.go.jp>
19477
ff39b9a1
SM
19478 * international/mule-diag.el (list-character-sets):
19479 Completely rewritten.
a30eb617
DL
19480 (sort-listed-character-sets): New function.
19481 (list-character-sets-1): Completely rewritten.
19482 (list-character-sets-2): New function.
19483 (non-iso-charset-alist): New variable.
19484 (decode-codepage-char): New function.
19485 (charset-history): New variable.
19486 (read-charset) (list-block-of-chars)
19487 (list-iso-charset-chars)
19488 (list-non-iso-charset-chars)
19489 (list-charset-chars): New functions.
86f6474c 19490 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
19491 (dump-charsets): Likewise.
19492
194932000-02-29 Gerd Moellmann <gerd@gnu.org>
19494
19495 * dired-x.el (dired-filename-at-point): Add `@' to valid
19496 file name characters.
19497 (dired-filename-at-point): Handle ange-ftp file names.
19498
19499 * frame.el (frame-notice-user-settings): Use assq-delete-all
19500 instead of assoc-delete-all.
19501 (frame-notice-user-settings): Ditto.
19502
19503 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19504 Don't copy alist.
19505
195062000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19507
19508 * calculator.el (calculator-use-menu): New option.
86f6474c 19509 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
19510 (calculator-forced-input): Removed.
19511 (calculator-restart-other-mode): New variable.
19512 (calculator-mode-map): Set up menu.
19513
195142000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19515
86f6474c 19516 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
19517
195182000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19519
86f6474c 19520 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 19521 translate all ESC key sequences.
86f6474c 19522 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 19523 they were saved.
86f6474c
SM
19524 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19525 * viper-util.el (viper-set-replace-overlay-glyphs)
19526 (viper-set-replace-overlay): Always check if the replacement
a30eb617 19527 overlay is live.
86f6474c
SM
19528 * viper.el (viper-vi-state-mode-list): Add major modes.
19529 * ediff-wind.el: Minor comment changes.
19530 * ediff.el: Copyright notice date fix.
a30eb617
DL
19531
195322000-02-27 Jason Rumney <jasonr@gnu.org>
19533
19534 * faces.el (face-font-family-alternatives): Add arial to helv.
19535 (mode-line, header-line, tool-bar): Same default as x for w32.
19536 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19537 face-font-family-alternatives from working.
19538 * term/w32-win.el (mouse-set-font): Do not build fontset from
19539 chosen font.
19540
195412000-02-25 Sam Steingold <sds@goems.com>
19542
19543 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19544 properly.
19545
195462000-02-25 Richard M. Stallman <rms@gnu.org>
19547
19548 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19549
195502000-02-25 Gerd Moellmann <gerd@gnu.org>
19551
86f6474c 19552 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
19553
19554 * frame.el (busy-cursor-delay-seconds): New option.
19555
195562000-02-24 Gerd Moellmann <gerd@gnu.org>
19557
19558 * frame.el (show-cursor-in-non-selected-windows): New option.
19559
195602000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19561
19562 * diary-lib.el (include-other-diary-files): Undo the selective
19563 display in any included file and don't kill it.
19564
195652000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19566
86f6474c
SM
19567 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19568 Menu items converted to (menu-item format, help strings added.
a30eb617 19569 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 19570 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
19571 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19572
195732000-02-23 Dave Love <fx@gnu.org>
19574
19575 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19576 (backward-kill-word): Revert addition of * to interactive spec --
19577 it's a feature.
19578
19579 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19580 (backward-kill-sentence, kill-sentence): Likewise.
19581
19582 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19583 scratch buffer name.
86f6474c 19584 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
19585
19586 * term/w32-win.el (internal-face-interactive): Update prompt for
19587 new read-face-name.
19588
19589 * mail/footnote.el (footnote): Add :version to defgroup.
19590 (footnote-section-tag-regexp): Customize.
19591 (footnote-start-tag, footnote-end-tag): New option.
19592 (footnote-latin-regexp): New variable.
19593 (Footnote-latin): New function.
19594 (footnote-style-alist): Add element for latin style.
19595 (footnote-style): Moved.
19596 (Footnote-goto-footnote): Use eq to test arg.
19597
19598 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19599
19600 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19601 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
19602 (byte-optimize-quote, byte-optimize-lapcode):
19603 Use byte-compile-const-symbol-p.
a30eb617
DL
19604 (byte-optimize-char-before): New optimization.
19605
19606 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19607 (byte-compile-const-symbol-p): New function.
19608 (byte-compile-constp, byte-compile-out-toplevel)
19609 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19610 Use it.
19611
19612 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19613
196142000-02-23 Kenichi Handa <handa@etl.go.jp>
19615
19616 * international/encoded-kb.el: Be sure to update minor-mode-alist
19617 and minor-mode-map-alist.
19618 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19619 codes SS2 and SS3 correctly.
19620 (encoded-kbd-self-insert-ccl): New function.
19621 (encoded-kbd-setup-keymap): New function.
19622 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19623 by calling encoded-kbd-setup-keymap.
19624
86f6474c
SM
19625 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19626 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
19627
196282000-02-22 Dave Love <fx@gnu.org>
19629
19630 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 19631 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
19632 (lisp-mode-syntax-table): Set up for #|...|# comments.
19633 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19634 classes. Match `defface'.
19635 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19636 (eval-defun-1): Fix for defcustom.
19637 (lisp-indent-region): Doc fix.
19638
19639 * subr.el (when, unless, split-string): Doc fix.
86f6474c 19640 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
19641 (replace-regexps-in-string): New function.
19642
196432000-02-22 Gerd Moellmann <gerd@gnu.org>
19644
19645 * help.el (describe-variable): Set syntax table to
19646 emacs-lisp-mode-syntax-table when moving forward over the
19647 symbol's name.
19648
196492000-02-22 Dave Love <fx@gnu.org>
19650
19651 * xt-mouse.el: Doc fixes.
19652 (xterm-mouse-position-function): New function, replacing advice of
19653 mouse-position.
19654 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19655
19656 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19657
196582000-02-21 Gerd Moellmann <gerd@gnu.org>
19659
86f6474c
SM
19660 * format.el (format-annotate-single-property-change):
19661 Handle properties.with dotted-list values.
a30eb617
DL
19662 (format-proper-list-p): New function.
19663
19664 * enriched.el (enriched-face-ans): Handle '(foreground-color
19665 . COLOR) and (background-color . COLOR).
19666
196672000-02-20 Dave Love <fx@gnu.org>
19668
19669 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19670 and assignments to it.
19671 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19672 current local map.
19673 (make-flyspell-overlay): Use it.
19674 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19675
19676 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19677 (lm-get-header-re): Defun, not defsubst.
19678 (lm-get-package-name): Defun, not defsubst. Simplify.
19679 (lm-version): Doc fix. Simplify.
19680 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19681 (lm-crack-address, lm-last-modified-date, lm-commentary)
19682 (lm-verify, lm-synopsis): Simplify.
19683 (lm-report-bug): Require emacsbug. Use compose-mail.
19684
196852000-02-20 Gerd Moellmann <gerd@gnu.org>
19686
19687 * dired.el (dired-mode): Call propertized-buffer-identification
19688 to set mode-line-buffer-identification to something having
19689 the right text properties.
19690
19691 * bindings.el (propertized-buffer-identification): New function.
19692
196932000-02-20 Dave Love <fx@gnu.org>
19694
19695 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19696 check for t-mouse too.
19697
19698 * cus-start.el: Make echo-keystrokes `number'.
19699
197002000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19701
19702 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19703 Don't call ring-empty-p unless tags-location-ring is bound.
19704 From Noah Friedman <friedman@splode.com>.
19705
197062000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19707
19708 * progmodes/hideshow.el (hs-flag-region): No longer use
19709 `intangible' overlay property.
19710
19711 (hs-toggle-hiding): New command.
19712 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19713
19714 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19715 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19716 and deactivation.
19717
197182000-02-18 Gerd Moellmann <gerd@gnu.org>
19719
19720 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19721
197222000-02-17 Gerd Moellmann <gerd@gnu.org>
19723
19724 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19725
19726 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19727 of `*' to handle `(* ... *)' comments.
19728
197292000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19730
19731 * faces.el (list-faces-display): Use display-mouse-p instead of
19732 window-system.
19733
19734 * menu-bar.el (global-map): Menu-bar items converted to the new
19735 format (menu-item..., rearranged for better CUA compliance, and
19736 their names changed for better clarity. Help strings added.
19737
19738 * international/mule-cmds.el (mule-menu-keymap)
19739 (describe-language-environment-map, set-coding-system-map)
19740 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
19741 form, add help strings. Change names of menu items for better clarity.
19742 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
19743
197442000-02-17 Gerd Moellmann <gerd@gnu.org>
19745
19746 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19747 within the code.
19748
197492000-02-16 Dave Love <fx@gnu.org>
19750
19751 * faces.el: Don't require custom. Add more specific :groups to
19752 various deffaces.
19753 (set-face-attribute): Purecopy args.
19754 (read-face-name): Default to name at point and use it in prompt.
19755 Remove colon from arg in all callers.
19756 (list-faces-display): Hyperlink to face descriptions and customize
19757 buffers.
19758
197592000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19760
86f6474c 19761 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
19762
197632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19764
19765 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19766 at ':' characters by call to split-string.
19767
197682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19769
19770 * textmodes/bibtex.el: Added RCS version identification.
19771
197722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19773
19774 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 19775 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
19776 (bibtex-field-const): Allow capital letters.
19777 (bibtex-start-of-string): Deleted because unused.
19778
19779 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19780 use the term 'reference' to describe a bibtex entry as a whole.
19781 Further, reference keys are no longer called 'labels'.
19782 (bibtex-keys): Renamed to bibtex-reference-keys.
19783 (bibtex-reformat-previous-labels): Renamed to
19784 bibtex-reformat-previous-reference-keys.
19785 (bibtex-reference-type): Renamed to bibtex-entry-type.
19786 (bibtex-reference-head): Renamed to bibtex-entry-head.
19787 (bibtex-reference-maybe-empty-head): Renamed to
19788 bibtex-entry-maybe-empty-head.
19789 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19790 (bibtex-search-reference): Renamed to bibtex-search-entry.
19791 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19792 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
19793 (bibtex-entry-field-alist, bibtex-entry-head)
19794 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19795 (bibtex-map-entries, bibtex-search-entry)
19796 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19797 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19798 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19799 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19800 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19801 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19802 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
19803
198042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19805
19806 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19807 comment.
19808 (bibtex-format-field-delimiters): New function, functionality
19809 extracted from bibtex-format-entry.
19810 (bibtex-autokey-get-yearfield-digits): New function, functionality
19811 extracted from bibtex-autokey-get-yearfield.
19812
19813 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19814 entries in order to avoid stack overflow in the regexp matcher if
19815 field contents become large.
86f6474c
SM
19816 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19817 (bibtex-field-string-part-not-braced)
19818 (bibtex-field-string-part-no-inner-braces)
19819 (bibtex-field-string-part-1-inner-brace)
19820 (bibtex-field-string-part-2-inner-braces)
19821 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19822 (bibtex-field-string-quoted, bibtex-field-string)
19823 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19824 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19825 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19826 Deleted as parsing is now performed by the following functions.
19827 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19828 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19829 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19830 (bibtex-parse-association, bibtex-field-name-for-parsing)
19831 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19832 (bibtex-search-forward-field, bibtex-search-backward-field)
19833 (bibtex-start-of-field, bibtex-end-of-field)
19834 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19835 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19836 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19837 (bibtex-parse-string, bibtex-search-forward-string)
19838 (bibtex-search-backward-string, bibtex-start-of-string)
19839 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19840 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19841 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
19842 entries. Instead of reporting the results of the parsing by
19843 match-beginning or match-end, these functions return data structures
19844 that hold the corresponding positions.
19845 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
19846 return values rather than by match-beginning or match-end.
19847 The following functions have been adapted to use the new
19848 parsing functions.
19849 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19850 (bibtex-enclosing-field, bibtex-format-entry)
19851 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19852 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19853 (bibtex-print-help-message, bibtex-end-of-entry)
19854 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19855 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19856 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19857 Use the new method for parsing.
19858 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19859 (bibtex-map-entries, bibtex-flash-head)
19860 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19861 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19862 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19863 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19864 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19865 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19866 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19867 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
19868
198692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19870
19871 * textmodes/bibtex.el: Copyright notice is up to date.
19872 Added constant 'bibtex-maintainer-salutation.
19873
86f6474c 19874 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
19875 than make-temp-name, use match-string-no-properties and eliminate
19876 a quadratic behavior when building bibtex-strings.
19877
19878 * bibtex.el (bibtex-reference-key): Accept string entries whose
19879 reference key contains upper case letters.
19880
198812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19882
19883 * bibtex.el (bibtex-reference-head): Allow entries to start with
19884 a new line.
19885
198862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19887
19888 * bibtex.el: Hiding of entry bodies is not longer provided by
19889 bibtex.el directly. Instead the hideshow package can be used.
19890 Added a special bibtex entry to hs-special-modes-alist.
19891 (bibtex-hs-forward-sexp): Added for hideshow.el.
19892
198932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19894
19895 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19896 proceedings entry type (for cross referencing). Thanks to Wagner
19897 Toledo Correa for the suggestion.
19898
19899 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19900
199012000-02-14 Kenichi Handa <handa@etl.go.jp>
19902
19903 * international/characters.el: Setup case table for Vietnamese.
19904
199052000-02-12 Gerd Moellmann <gerd@gnu.org>
19906
19907 * uniquify.el (toplevel): Require CL at compile time.
19908 (uniquify-push): Removed.
19909
19910 * shadowfile.el (shadow-when): Removed.
19911
19912 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 19913 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
19914
19915 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19916 regexp for paragraph-start.
19917
19918 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19919 commas as well.
19920
199212000-02-10 Dave Love <fx@gnu.org>
19922
19923 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19924 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19925 Deleted.
19926 (widget-specify-field, widget-specify-button): Don't use
19927 widget-mouse-help as help-echo property.
19928 (default): Use #'ignore for :validate and :mouse-down-action.
19929 (checkbox): Add help-echo.
19930 (widget-sexp-validate): Rewritten to clarify error messages.
19931 (character): Use char-valid-p in :match function.
19932 (widget-color-complete): Use facemenu-color-alist.
19933 (widget-color-action): Use facemenu-read-color.
19934
19935 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19936 set up `caar' &c that we now have.
19937
199382000-02-09 Ray Blaak <blaak@gnu.org>
19939
19940 * delphi.el: Make resourcestring a declaration region, like const
19941 and var.
19942
199432000-02-09 Dave Love <fx@gnu.org>
19944
19945 * bindings.el (mode-line-input-method-map): New variable.
19946 (mode-line-mule-info): Use it; fix last change.
19947 (mode-line-mode-menu): Move definition.
19948 (mode-line-mouse-sensitive-p): Deleted.
19949 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 19950 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
19951
19952 * startup.el (command-line-1): Don't call
19953 make-mode-line-mouse-sensitive.
19954
199552000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19956
86f6474c
SM
19957 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19958 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
19959
199602000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19961
19962 * diff-mode.el (diff-kill-junk): New interactive function.
19963 (diff-reverse-direction): Use delete-and-extract-region.
19964 (diff-post-command-hook): Restrict the area so that the hook also works
19965 outside of any diff hunk. This is necessary for the minor-mode.
19966 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19967 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19968
19969 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19970 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19971 so that it can be used more easily in <foo>-mode-hook. Also make sure
19972 to avoid duplicate entries.
19973 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19974 (font-lock-remove-keywords): Just as was done for `add', allow it to
19975 work even if font-lock-mode is nil. Also make sure we don't modify
19976 any pre-existing list by forcing a copy-sequence. Finally rename
19977 `major-mode' to `mode'.
19978 (font-lock-fontify-syntactic-anchored-keywords)
19979 (font-lock-fontify-anchored-keywords)
19980 (font-lock-fontify-keywords-region): Use line-end-position.
19981 Don't make `font-lock-multiline' local (it's now done in
19982 font-lock-set-defaults).
86f6474c
SM
19983 (font-lock-set-defaults): Make `font-lock-multiline' local.
19984 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
19985
199862000-02-06 Andrew Innes <andrewi@gnu.org>
19987
19988 * term/w32-win.el (x-handle-args): Comment out call to message,
19989 which occurs before window system is initialized.
19990
19991 * makefile.nt: Add support for recompiling lisp code.
19992
199932000-02-04 Dave Love <fx@gnu.org>
19994
19995 * bindings.el (mode-line-mule-info): Fix/extend last change.
19996
19997 * completion.el: Replace completion-dolist with dolist.
19998
86f6474c 19999 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
20000
200012000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20002
86f6474c 20003 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
20004 environment names before they go into the section regexp.
20005
86f6474c 20006 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
20007 char class in regexp.
20008
86f6474c
SM
20009 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20010 Bind `case-fold-search' to nil.
a30eb617 20011
86f6474c
SM
20012 * progmodes/idlwave.el (idlwave-template):
20013 Respect `idlwave-abbrev-change-case'.
20014 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20015 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20016 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
20017 (idlwave-rw-case): New function.
20018 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 20019 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
20020 (idlwave-surround): New argument LENGTH to support padding of
20021 operators longer than 1 char.
20022
20023 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20024 idlwave-shell-expression-overlay. Implemented printing of
20025 expressions on higher levels of the calling stack.
86f6474c 20026 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
20027 (idlwave-retrieve-expression-from-level): New function.
20028 (idlwave-shell-last-calling-stack): Variable removed.
20029 (idlwave-shell-reset): Argument action reversed (`visible' to
20030 `hidden'). Also remove stop-line overlay.
20031 (idlwave-shell-calling-stack-routine): New variable.
20032 (idlwave-shell-parse-stack-and-display): Messages now display
20033 negative level numbers.
20034 (idlwave-shell-mode): Set `modeline-format'.
20035 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 20036 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
20037 (idlwave-shell-print-expression-function): New option.
20038
86f6474c
SM
20039 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20040 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
20041 `tool-bar' instead of `toolbar'.
20042
200432000-02-02 Dave Love <fx@gnu.org>
20044
20045 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20046 emacs-lisp-mode-hook. Don't check for defalias being defined.
20047
20048 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
20049 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20050 Use the new builtins directly.
a30eb617
DL
20051
20052 * whitespace.el (whitespace): Add :version to defgroup.
20053
20054 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20055 Doc fix.
20056
20057 * thingatpt.el (sexp-at-point, symbol-at-point)
20058 (number-at-point, list-at-point): Add autoload cookie.
20059
20060 * recentf.el (recentf): Add :version to defgroup.
20061
20062 * quickurl.el (quickurl): Add :version to defgroup.
20063
20064 * elide-head.el (elide-head): Use point-marker more.
20065
20066 * bs.el (bs): Add :version to defgroup.
20067
20068 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20069
20070 * progmodes/delphi.el (delphi): Add :version to defgroup.
20071
200722000-02-02 Gerd Moellmann <gerd@gnu.org>
20073
20074 * ange-ftp.el (ange-ftp-write-region): Handle case that
20075 succeeding process operation sets a different coding system.
20076
20077 * calculator.el: New file.
20078
200792000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20080
86f6474c 20081 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
20082 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20083 (display-selections-p, display-screens, display-pixel-width)
20084 (display-pixel-height, display-mm-width, display-mm-height)
20085 (display-backing-store, display-save-under, display-planes)
20086 (display-color-cells, display-visual-class): New functions.
20087
20088 * term/tty-colors.el (tty-color-gray-shades): New function.
20089
20090 * faces.el (display-color-p): Use framep-on-display.
20091 (display-grayscale-p): New function.
20092
200932000-01-31 Dave Love <fx@gnu.org>
20094
20095 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20096 (create-fontset-from-x-resource): Don't concat integers.
20097
200982000-01-31 Inge Frick <inge@nada.kth.se>
20099
20100 * view.el: Some changes in documentation. Removed some trailing
86f6474c 20101 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
20102 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20103 window is not deleted. Modifies change 1998-04-26.
20104
201052000-01-31 Gerd Moellmann <gerd@gnu.org>
20106
20107 * windmove.el: New file.
20108
20109 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20110 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20111 progmodes/ebnf-yac.el: Update copyright and license info.
20112
86f6474c
SM
20113 * jit-lock.el (jit-lock-function): Widen before calculating
20114 end position.
a30eb617
DL
20115 (jit-lock-stealth-chunk-start): Rewritten.
20116
20117 * info.el (Info-title-face-alist): Removed.
86f6474c 20118 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
20119 (Info-fontify-node): Use these faces.
20120
201212000-01-30 Gerd Moellmann <gerd@gnu.org>
20122
20123 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20124 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20125 `&allow-other-keywords'.
20126
20127 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20128 the list of directories scanned heuristically.
20129
86f6474c 20130 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
20131
201322000-01-30 Jason Rumney <jasonr@gnu.org>
20133
20134 * w32-fns.el: Define w32-tty-standard-colors.
20135
20136 * startup.el (command-line): Use w32-tty-standard-colors when in
20137 w32 console mode.
20138
201392000-01-30 Dave Love <fx@gnu.org>
20140
20141 * jka-compr.el (jka-compr-load): Fix up load-history.
20142
20143 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20144
20145 * emacs-lisp/cl-macs.el: Revert previous change.
20146
201472000-01-29 Dave Love <fx@gnu.org>
20148
20149 * facemenu.el: Purecopy various strings.
20150
20151 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20152 years. Deal with three-digit years.
20153
86f6474c
SM
20154 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20155 Use defconst, purecopy.
a30eb617
DL
20156 (help-back-label): Purecopy it.
20157
201582000-01-18 Gerd Moellmann <gerd@gnu.org>
20159
20160 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20161 variable. If non-nil, order the buffer list according to the
20162 currently selected frame.
20163 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20164 non-nil, pass the selected frame to function buffer-list.
20165
201662000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20167
20168 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20169
201702000-01-28 Dave Love <fx@gnu.org>
20171
20172 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20173
20174 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20175 Don't use lisp-indent-hook property.
20176 (cl-abs): Remove.
20177
20178 * subr.el: Move out indent and edebug specs for when and unless.
20179
20180 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20181 when, unless.
20182
20183 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20184 unless, when.
20185
201862000-01-28 Gerd Moellmann <gerd@gnu.org>
20187
20188 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20189 `collecting' as synonym for `collect'.
20190
20191 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20192 for the case it contains spaces.
20193
86f6474c 20194 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
20195
20196 * frame.el (delete-other-frames): New function.
20197 (toplevel): Bind it to C-x 5 1.
20198
20199 * sort.el (sort-numeric-base): New option.
20200 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20201 interpret it as octal or hexadecimal. Use sort-numeric-base
20202 as default base.
20203
20204 * progmodes/glasses.el: New file.
20205
202062000-01-27 Gerd Moellmann <gerd@gnu.org>
20207
20208 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20209 userids differently.
20210
20211 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20212 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20213 progmodes/ebnf-yac.el: New files.
20214
202152000-01-26 Dave Love <fx@gnu.org>
20216
20217 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20218 on a function with an empty body. [From Eric Ludlam.]
20219
202202000-01-25 Andre Spiegel <spiegel@gnu.org>
20221
20222 * vc.el (vc-version-diff): Make sure file name is expanded.
20223
202242000-01-25 Gerd Moellmann <gerd@gnu.org>
20225
20226 * scroll-bar.el (scroll-bar-timer): Variable removed.
20227 (scroll-bar-toolkit-scroll): Don't use a timer.
20228
202292000-01-25 Kenichi Handa <handa@etl.go.jp>
20230
86f6474c
SM
20231 * language/thai-util.el (thai-composition-function):
20232 Delete superfluous `a'.
a30eb617
DL
20233
202342000-01-24 Dave Love <fx@gnu.org>
20235
20236 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20237 end-of-defun-function.
20238
86f6474c 20239 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
20240
202412000-01-22 Jason Rumney <jasonr@gnu.org>
20242
20243 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20244 conflicts with new face support.
20245
202462000-01-22 Richard M. Stallman <rms@gnu.org>
20247
20248 * replace.el (query-replace): Rename last arg to DELIMITED.
20249 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20250 (query-replace-regexp): Likewise.
20251
202522000-01-20 Richard M. Stallman <rms@gnu.org>
20253
20254 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20255
20256 * emacs-lisp/lisp.el (beginning-of-defun-function):
20257 Variable renamed from beginning-of-defun.
20258 Do not call make-variable-buffer-local.
20259 (beginning-of-defun-raw): Use new variable name; doc fix.
20260 (beginning-of-defun): Doc fix.
20261 (end-of-defun-function): Variable renamed from end-of-defun.
20262 Do not call make-variable-buffer-local.
20263 (end-of-defun): Use new variable name; doc fix.
20264
20265 * subr.el (dolist, dotimes): Copied from cl-macs.el
20266 and made to work.
20267
20268 * mail/undigest.el (rmail-digest-end-regexps):
20269 Variable replaces rmail-digest-end-regexp.
20270 Allows multiple regexps for detecting the end line.
20271 (undigestify-rmail-message): Corresponding changes.
20272
202732000-01-19 Dave Love <fx@gnu.org>
20274
20275 * files.el (user-init-file): Don't declare here -- is primitive.
20276
20277 * startup.el (command-line): Check for compiled user-init-file and
20278 set to uncompiled version if necessary.
20279
202802000-01-18 Gerd Moellmann <gerd@gnu.org>
20281
20282 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20283 (undigestify-rmail-message): Use it.
20284
20285 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20286
202872000-01-17 Gerd Moellmann <gerd@gnu.org>
20288
20289 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20290 of mini-buffer.
20291
202922000-01-14 Gerd Moellmann <gerd@gnu.org>
20293
20294 * emacs-lisp/copyright.el (copyright-update): Removed the
20295 requirement for a trailing space from `copyright-regexp', to
20296 support copyrights with owner specified on a separate line..
20297
20298 * align.el: New file.
20299
20300 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20301
20302 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20303
203042000-01-13 Dave Love <fx@gnu.org>
20305
20306 * ph.el: Removed. (Obsoleted by EUDC.)
20307
203082000-01-13 Gerd Moellmann <gerd@gnu.org>
20309
20310 * net/eudc.el (toplevel): Remove autoloaded code installing
20311 menu with easymenu, because that causes build problems.
20312
20313 * frame.el (frame-notice-user-settings): New variable.
20314 (frame-notice-user-settings): Don't modify frame parameters
20315 if called a second time.
20316
203172000-01-13 Richard M. Stallman <rms@gnu.org>
20318
20319 * frame.el (frame-notice-user-settings):
20320 Notice default-frame-parameters even for non-window frames.
20321
203222000-01-13 Gerd Moellmann <gerd@gnu.org>
20323
20324 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20325 for Emacs.
20326 (eudc-bob-can-display-inline-images): Extend for Emacs.
20327 (eudc-bob-toggle-inline-display): Ditto.
20328 (eudc-bob-display-jpeg): Ditto.
20329
203302000-01-12 Gerd Moellmann <gerd@gnu.org>
20331
20332 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20333 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20334 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20335
86f6474c
SM
20336 * add-log.el (add-change-log-entry): Fix error trying an
20337 `(insert nil)'.
a30eb617
DL
20338
20339 * subdirs.el: Add `net' directory.
20340
20341 * net: New directory.
20342
20343 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20344 eval-last-sexp. Don't bind debug-on-error here.
20345 (eval-last-sexp): New function. Bind debug-on-error if
20346 eval-expression-debug-on-error is non-nil.
20347 (eval-defun-2, eval-defun): Likewise.
20348
20349 * simple.el (eval-expression): Don't bind debug-on-error if
20350 eval-expression-debug-on-error is nil. Detect changed
20351 debug-on-error, and propagate new value to global binding, if
20352 eval-expression-debug-on-error is non-nil,
20353 (eval-expression-debug-on-error): Change doc string.
20354
203552000-01-11 Richard M. Stallman <rms@gnu.org>
20356
20357 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20358
20359 * emacs-lisp/lisp-mode.el (with-syntax-table):
20360 Set up lisp-indent-function property.
20361
20362 * subr.el (with-syntax-table): Moved from simple.el.
20363
20364 * simple.el (with-syntax-table): Moved to subr.el.
20365
203662000-01-11 Gerd Moellmann <gerd@gnu.org>
20367
20368 * tmm.el (tmm-shortcut): Delete region after prompt instead
20369 of erasing buffer.
20370
20371 * textmodes/fill.el (fill-common-string-prefix): New function.
20372 (fill-context-prefix): Use the longest common prefix of first
20373 and second line fill prefix, if there is one.
20374
203752000-01-11 Richard M. Stallman <rms@gnu.org>
20376
20377 * array.el (array-mode): Don't use make-variable-buffer-local.
20378 Use make-local-variable for `truncate-lines'.
20379
203802000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20381
20382 * add-log.el (add-log-current-defun): Handle user-defined
20383 add-log-current-function returning nil,
20384
20385 * add-log.el (add-change-log-entry): Insert version number
20386 if having found a current function
20387
86f6474c
SM
20388 * add-log.el (add-log-current-defun):
20389 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
20390 level 1. Strip whitespace from defun found.
20391
203922000-01-10 John Wiegley <johnw@gnu.org>
20393
20394 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 20395 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
20396
203972000-01-10 Dave Love <fx@gnu.org>
20398
20399 * elide-head.el (elide-head): Use point-marker, not point.
20400
204012000-01-10 Gerd Moellmann <gerd@gnu.org>
20402
20403 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20404 before and after the year 2000.
20405
20406 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20407 Add ispell- prefix.
20408
204092000-01-10 Ken Stevens <k.stevens@ieee.org>
20410
20411 * ispell.el: Only define dictionaries in menus when they exist.
20412 (version18p): New variable.
20413 (version20p): New variable.
20414 (xemacsp): New variable.
20415 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20416 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20417 (ispell-dictionary-alist6): Russian command lines no longer accept
20418 run-together words.
20419 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20420 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
20421 (check-ispell-version): Added documentation string. Return library
20422 path when called non-interactively.
a30eb617
DL
20423 (ispell-menu-map-needed): Uses new variables.
20424 (ispell-library-path): New variable.
20425 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20426 (ispell-word): Improved documentation string. Test for valid
20427 character mappings. Correctly check typed in word changes that can
86f6474c
SM
20428 result in single words split into multiple words.
20429 Return replacement word.
a30eb617
DL
20430 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20431 replace in recursive query replace mode. Help message for
20432 recursive edit mode.
20433 (ispell-show-choices): Protect against bad framepop bindings.
20434 (ispell-help): Fix to work with XEmacs.
20435 (ispell-highlight-spelling-error): Use new variables.
20436 (ispell-overlay-window): Fix to work with XEmacs.
20437 (ispell-parse-output): Passed and returns location information
20438 tracking spelling corrections. Doesn't recheck same word on
20439 current line.
20440 (ispell-init-process): Protect against bogus XEmacs variable binding.
20441 Fix call to single argument in sleep-for. Use new variables.
20442 (ispell-region): Passed and returns location information tracking
20443 spelling corrections. Doesn't check same word on current line.
20444 Improved documentation string. Doesn't resend a line already
20445 checked to the ispell process - fixes bug in LaTeX parsing.
20446 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20447 (ispell-skip-region): No longer skips <TT> in SGML.
20448 (ispell-process-line): Tracks location information with spelling
20449 corrections. Added documentation string. Accounts for words
20450 already accepted on this line. Don't allow query-replace on line
20451 starting with math characters. Doesn't resend a line already sent
20452 to ispell process. Fixes alignment error bug.
20453
204542000-01-10 Richard M. Stallman <rms@gnu.org>
20455
20456 * dired-x.el (dired-guess-shell-alist-default):
20457 Suggest xloadimage, which is free, not xv, which isn't.
20458
20459 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20460 Don't ever include the host name or user name in the value.
20461
204622000-01-09 Gerd Moellmann <gerd@gnu.org>
20463
20464 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20465 of a real newline.
20466
204672000-01-09 Stephen Eglen <stephen@gnu.org>
20468
20469 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20470 for .png files.
20471
204722000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20473
20474 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20475
204762000-01-09 Gerd Moellmann <gerd@gnu.org>
20477
20478 * progmodes/cperl-mode.el: Replace ^F with ^L.
20479
86f6474c
SM
20480 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20481 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
20482
204832000-01-08 Dave Love <fx@gnu.org>
20484
20485 * emacs-lisp/backquote.el: Remove inappropriate customization
20486 (allowing custom.el to use backquote).
20487
204882000-01-07 Dave Love <fx@gnu.org>
20489
20490 * add-log.el (add-log-debugging): Deleted.
20491 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20492 file. Remove debugging code.
20493 (change-log-get-method-definition, change-log-name): Add doc.
20494 (change-log-sortable-date-at): New function.
20495 (change-log-merge): New command.
20496
20497 * time.el (display-time-string-forms): Make the Mail string active.
20498 (display-time-update): Provide help-echo for load average.
20499
20500 * bindings.el (make-mode-line-mouse2-map): New function.
20501 (mode-line-modified): Use it and simplify.
20502 (mode-line-mule-info): Provide help-echo info.
20503 (minor-mode-alist): Activate the strings.
20504 (make-mode-line-mouse-sensitive): Simplify for
20505 mode-line-buffer-identification.
20506
205072000-01-07 Gerd Moellmann <gerd@gnu.org>
20508
20509 * play/pong.el: New file.
20510
205112000-01-06 Dave Love <fx@gnu.org>
20512
20513 * array.el: Assorted cleanups for compiler warnings, doc strings,
20514 `array-' prefix for symbols.
20515
205162000-01-05 Dave Love <fx@gnu.org>
20517
86f6474c
SM
20518 * textmodes/outline.el (outline-mode-menu-bar-map):
20519 Add outline-headers-as-kill.
a30eb617
DL
20520 (outline-mode): Define imenu-generic-expression.
20521 (outline-headers-as-kill): New command.
20522
20523 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20524 from paragraph-start.
20525 (paragraph-indent-minor-mode): New command.
20526
20527 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20528 M-C-e, M-C-h, C-j, C-xnd, TAB.
20529 (fortran-mode): Set beginning-of-defun, end-of-defun.
20530 (fortran-column-ruler): Simplify.
20531 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20532 (fortran-with-subprogram-narrowing): Likewise.
20533 (fortran-indent-subprogram): Call mark-defun.
20534 (fortran-check-for-matching-do): Change narrowing.
20535
20536 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20537 (cl-lucid-hash-tag): Delete.
20538 (cl-hash-table-p): Correct test for native table.
20539 (cl-hash-table-count): Use hash-table-count.
20540
20541 * browse-url.el (browse-url): Fix case of
20542 browse-url-browser-function being an alist.
20543
205442000-01-05 Carsten Dominik <cd@gnu.org>
20545
20546 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20547 (reftex-index-phrase-file-extension): New options.
20548
20549 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20550 Use new option `reftex-index-phrase-file-extension'.
20551
20552 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20553 `reftex-parse-file-extension'.
20554
205552000-01-05 Dave Love <fx@gnu.org>
20556
20557 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20558 (beginning-of-defun-raw): Use it.
20559 (end-of-defun): New variable.
20560 (end-of-defun): Use it.
20561 (check-parens): New command.
20562
205632000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20564
20565 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20566 (hs-show-block): Don't use `mapcar' when not accumulating.
20567
20568 Fix buglet in local variables initialization.
20569
205702000-01-05 Andreas Schwab <schwab@suse.de>
20571
20572 * hscroll.el (hscroll): Doc fix.
20573
205742000-01-05 Carsten Dominik <cd@gnu.org>
20575
86f6474c
SM
20576 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20577 Require idlw-toolbar.
a30eb617 20578
86f6474c 20579 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 20580 file idlw-rinfo.el.
86f6474c
SM
20581 (idlwave-customize): Load must read file idlw-shell.el.
20582 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
20583
205842000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20585
20586 * progmodes/idlw-shell.el: Also provide idlwave-shell
20587 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20588 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20589
86f6474c 20590 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
20591 both reftex-dcr and reftex-vcr.
20592
20593 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20594
205952000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20596
20597 * ps-print.el: PostScript code now is in separate files, doc fix.
20598 (ps-print-version): New version number (5.0.3).
20599 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20600 local.
20601 (ps-spool-config): Initialization fix.
20602 (ps-print-prologue-1, ps-print-prologue-2)
20603 (ps-print-duplex-feature): PostScript code moved to separated file.
20604 (ps-background-image): Little code reformating.
20605 (ps-begin-file, ps-begin-job): Fix code.
20606 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20607 (ps-prologue-file): New fun.
20608
206092000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20610
20611 * ps-vars.el: Eliminated.
20612
20613 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20614 `;;;###autoload'.
20615
20616 * ps-print.el: ps-vars eliminated, doc fix.
20617 (ps-print-version): New version number (5.0.2).
20618 (ps-spool-config): Initialization fix.
20619 (ps-print-customize): New fun.
20620
206212000-01-04 Gerd Moellmann <gerd@gnu.org>
20622
86f6474c 20623 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
20624
206252000-01-04 Dave Love <fx@gnu.org>
20626
20627 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20628 menu items.
20629
206302000-01-03 Dave Love <fx@gnu.org>
20631
20632 * elide-head.el (elide-head) [defgroup]: Add :version.
20633
20634 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
20635 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20636 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
20637 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20638
206392000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20640
20641 * faces.el (face-read-integer, read-face-attribute)
86f6474c 20642 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
20643
206442000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20645
20646 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20647 at comment end, and re-insert them after filling.
20648
206492000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20650
20651 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20652 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20653 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20654
206552000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20656
20657 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20658 the new name of face-color-supported-p.
20659
20660 * term/w32-win.el (xw-defined-colors): Likewise.
20661
206622000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20663
20664 * simple.el (completion-setup-function): Count completion-size
20665 from minibuffer-prompt-end, not from point-min.
20666
206672000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20668
20669 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20670 Pass the frame to tty-color-* functions.
20671 (display-color-p, frame-set-background-mode): Pass the frame to
20672 tty-display-color-p.
20673
20674 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20675 tty-color-alist.
20676 (tty-color-alist, tty-modify-color-alist): New functions.
20677 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
20678 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20679 optional parameter FRAME.
a30eb617
DL
20680
206812000-01-01 Gerd Moellmann <gerd@gnu.org>
20682
86f6474c
SM
20683 * image.el (create-image, defimage): Don't assume image data is
20684 a string.
a30eb617
DL
20685
20686 * image.el (defimage): Handle specifications containing :data
20687 instead of :file.
20688 (image-type-from-data): New function.
20689 (image-type-from-file-header): Use it.
20690 (create-image): Add parameter DATA-P.
20691
20692See ChangeLog.8 for earlier changes.
20693
20694;; Local Variables:
20695;; coding: iso-2022-7bit
20696;; End:
2a34a036
GM
20697
20698 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20699 Copying and distribution of this file, with or without modification,
20700 are permitted provided the copyright notice and this notice are preserved.