*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c9a95b79
MB
12001-10-22 Miles Bader <miles@gnu.org>
2
3 * help-funs.el (help-manyarg-func-alist): Variable removed.
4
7e9a6a1b
MB
52001-10-21 Miles Bader <miles@gnu.org>
6
7 * help-funs.el (help-manyarg-func-alist): Remove entries for
a3b10252
MB
8 `insert', `insert-and-inherit', `insert-before-markers',
9 `insert-before-markers-and-inherit', `message', `message-box',
10 `message-or-box', `propertize', `format', `encode-time', `append',
11 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
12 `insert-string', `ml-if', `ml-provide-prefix-argument', and
13 `ml-prefix-argument-loop'.
7e9a6a1b 14
72830e8a
AS
152001-10-21 Andre Spiegel <spiegel@gnu.org>
16
17 * vc.el (vc-diff-internal, vc-coding-system-for-diff,
18 vc-default-diff-tree): New functions.
19 (vc-version-diff): Use them. As a result, coding systems are now
20 set up properly for all sorts of diffs, and tree diffs can now
21 also be done locally.
22 (vc-diff): With a prefix argument, don't require that it's called
23 from a buffer under version control.
24
25 * vc-cvs.el (vc-cvs-diff-tree): New function.
26
b6715b9f
MB
272001-10-21 Miles Bader <miles@gnu.org>
28
386ca361
MB
29 * help-funs.el (help-manyarg-func-alist): Remove entries for
30 `list', `vector', `make-byte-code', `call-process',
31 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
32 `logand', `logior', and `logxor'.
33
b6715b9f
MB
34 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
35 image bits to compensate. Use `make-string' instead of
36 `make-bool-vector' (XBM apparently wants byte-aligned rows).
37
71431a0e
GM
382001-10-20 Gerd Moellmann <gerd@gnu.org>
39
6aa97356 40 * (Version 21.1 released.)
71431a0e 41
db6f8ff1
KS
422001-10-20 Kim F. Storm <storm@cua.dk>
43
44 * simple.el (kill-ring-save): Don't show extent of copied region
45 if using transient-mark-mode and region is fully visible.
46
8f9495e7
EZ
472001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
48
49 * files.el (auto-mode-alist): Associate .indent.pro with
50 Fundamental mode. Suggested by Samuel Padgett
51 <spadgett1@nc.rr.com>.
52
1f006824
SS
532001-10-18 Sam Steingold <sds@gnu.org>
54
55 Put the *Compile-Log* buffer in `compilation-mode'.
56 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
57 (byte-compile-log-1, byte-compile-log-file)
58 (displaying-byte-compile-warnings): use it
59
e54030af
SM
602001-10-18 Stefan Monnier <monnier@cs.yale.edu>
61
d2f11dda
SM
62 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
63
e54030af
SM
64 * xml.el (xml-parse-tag): Use eq on char-after's return value.
65
d0035f7a
GM
662001-10-18 Gerd Moellmann <gerd@gnu.org>
67
3f482bc0
GM
68 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
69
e54030af
SM
70 * obsolete/hilit19.el (hilit-lookup-face-create):
71 Call set-face-font only if display-graphic-p.
d0035f7a
GM
72 (toplevel): Remove references to window-system.
73
4d251ae7
MB
742001-10-18 Miles Bader <miles@gnu.org>
75
76 * simple.el (what-line): Avoid problems with field properties.
77
2670cf80
EZ
782001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
79
80 * wid-edit.el (widget-field-face, widget-single-line-field-face):
81 Define special colors for a tty.
82
5889cc20
FP
832001-10-17 Francesco Potorti` <pot@gnu.org>
84
85 * comint.el (comint-password-prompt-regexp): Make it less
86 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
87
2670cf80 882001-10-17 John Wiegley <johnw@gnu.org>
af15ae25
JW
89
90 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
91 a regular file, before checking if it is a directory or symlink.
92 This avoids a call to eshell-file-attributes, which can be
93 expensive in some situations.
94
95 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
96 customization variable, to differentiate ls-in-dired from regular
97 uses of ls.
98
3d58b15e
MB
992001-10-17 Miles Bader <miles@gnu.org>
100
101 * custom.el (defface): Mention `:inherit' in doc-string.
102
ca5b46fc
EZ
1032001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
104
105 * paren.el: Update the Commentary with installation instructions.
106
56378db4
GM
1072001-10-15 Dave Love <fx@gnu.org>
108
109 * international/mule.el (set-auto-coding): Fix regexps for local
110 variables section not to eat newlines.
111
31252c00
MB
1122001-10-15 Miles Bader <miles@gnu.org>
113
114 * simple.el (display-message-or-buffer): Pass the correct buffer
115 to `display-buffer'.
116
0c88c937
SM
1172001-10-14 Stefan Monnier <monnier@cs.yale.edu>
118
119 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
120 (executable-find): Use exec-suffixes.
121 (executable-set-magic): Don't use make-local-hook.
122
123 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
124
5a595785
EZ
1252001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
126
a12ca054
EZ
127 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
128 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
129 Add .so to the Unix and GNU branch.
130
0c88c937
SM
131 * international/latin-1.el:
132 * international/latin-2.el:
133 * international/latin-3.el:
134 * international/latin-4.el:
135 * international/latin-5.el:
136 * international/latin-8.el:
5a595785
EZ
137 * international/latin-9.el: Add no-byte-compile: t, since
138 Makefile.in instructs make-docfile to look at .el files.
139
530893b2
MB
1402001-10-14 Miles Bader <miles@gnu.org>
141
142 * button.el (define-button-type): Allow supertype property to be
143 specified with a keyword `:supertype' too.
144 (button-put, make-text-button): Allow button type property to be
145 specified using the keyword `:type' too.
146 (button-type): New function.
147 (button): Add `button-category-symbol' property.
148
6efb29ef
SM
1492001-10-13 Stefan Monnier <monnier@cs.yale.edu>
150
0c88c937
SM
151 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
152 indent-new-comment-line from comment-indent-new-line.
153
6efb29ef
SM
154 * textmodes/refill.el (refill-mode):
155 Bind DEL to backward-delete-char-untabify.
156 Set backward-delete-char-untabify-method to `hungry'.
157
158 * textmodes/bib-mode.el (bib-mode):
159 * play/gomoku.el (gomoku-mode):
160 * textmodes/page-ext.el (pages-directory-mode):
161 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
162
163 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
164
165 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
166
167 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
168 Handle here-docs differently.
169 (sh-font-lock-heredoc): Remove.
170 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
171 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
172 (sh-font-lock-open-heredoc): New functions.
173 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
174 (sh-font-lock-keywords-1): Use regexp-opt.
175 (sh-in-comment-or-string): Use syntax-ppss.
176 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
177 (sh-select, sh-tmp-file): Add explicit terminating \n.
178
179 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
180 Use with-current-buffer.
181 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
182 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
183 filename), catch any error that occurs in `ange-ftp-cd'.
184 If an error happened, don't bother sending `cmd' at all.
185 Fix a parenthesis typo.
186 (ange-ftp-write-region): Don't blindly use binary if the remote host
187 is unix-like.
188
189 * play/pong.el (pong-init): Don't use make-local-hook.
190
2d341681 1912001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
6efb29ef
SM
192
193 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
194 (viper-get-ex-address-subr): More precise addr for the $ marker
195
eef9b65f
EZ
1962001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
197
198 * version.el (emacs-version): Bump to 21.1.50.
199
a2bdcec4
PJ
2002001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
201
202 * mail/mailalias.el (mail-directory-stream): Do not double
203 variables in the lambda-list.
204
205 * play/gomoku.el (gomoku-init-display): Ditto.
206
207 * play/landmark.el (lm-init-display): Ditto.
208
209 * delim-col.el (delimit-columns-rectangle-max): Ditto.
210 (delimit-columns-rectangle-line): Ditto.
211
f892ac1d
SM
2122001-10-12 Stefan Monnier <monnier@cs.yale.edu>
213
5a1373f3
SM
214 * newcomment.el (comment-region-internal): Don't rebind
215 invisibility_spec now that the C routines handle it correctly.
216
217 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
218
026f408d
SM
219 * frame.el (special-display-popup-frame): Obey new specs `same-window'
220 and `same-frame'.
221
32993295
SM
222 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
223
224 * simple.el (minibuffer-local*-map): Remove redundant bindings.
225
226 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
227 C-p and C-r. Remove redundant bindings from inheriting maps.
228
f892ac1d
SM
229 * progmodes/cperl-mode.el: Merged in changes from v4.32.
230 After 4.23 and: After 4.24:
231 (cperl-contract-levels): Restore position.
232 (cperl-beautify-level): Likewise.
233 (cperl-beautify-regexp): Likewise.
234 (cperl-commentify): Rudimental support for length=1 runs
235 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
236 After 4.25:
237 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
238 (imenu-example--create-perl-index): Was not enforcing
239 syntaxification-to-the-end.
240 (cperl-invert-if-unless): Allow `for', `foreach'.
241 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
242 Mark qw(), m()x as indentable.
243 (cperl-init-faces): Highlight `sysopen' too.
244 Highlight $var in `for my $var' too.
245 (cperl-invert-if-unless): Was leaving whitespace at end.
246 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
247 (cperl-calculate-indent): Remove old commented out code.
248 Support (primitive) indentation of qw(), m()x.
249 After 4.26:
250 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
251 q [] with intervening newlines.
252 (cperl-autoindent-on-semi): New customization variable.
253 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
254 (cperl-tips): Mention how to make CPerl the default mode.
255 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
256 (cperl-outline-level): New function.
257 (cperl-highlight-variables-indiscriminately): New customization var.
258 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
259 From Sean Kamath <kamath@pogo.wv.tek.com>.
260 (cperl-after-block-p): Support CHECK and INIT.
261 (cperl-init-faces, cperl-short-docs): Likewise and "our".
262 From Doug MacEachern <dougm@covalent.net>.
263 After 4.27:
264 (cperl-find-pods-heres): Recognize \"" as a string.
265 Mark whitespace between q and [] as `syntax-type' => `prestring'.
266 Allow whitespace between << and "FOO".
267 (cperl-problems): Remove \"" and q [] with intervening newlines.
268 Mention multiple <<EOF as unsupported.
269 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
270 (cperl-indent-parens-as-block): New configuration variable.
271 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
272 Use `cperl-indent-parens-as-block'.
273 (cperl-find-pods-heres): Test for =cut without empty line instead of
274 complaining about no =cut.
275 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
276 (cperl-find-pods-heres): Likewise.
277 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
278 POD could've been marked as comment already.
279 (cperl-unwind-to-safe): Unwind before start of POD too.
280 After 4.28:
281 (cperl-forward-re): Throw an error at proper moment REx unfinished.
282 After 4.29:
283 (x-color-defined-p): Make an extra case to peacify the warning.
284 Toplevel: `defvar' to peacify the warnings.
285 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
286 No -nw-compile time warnings now.
287 (cperl-find-tags): TAGS file had too short substring-to-search.
288 Be less verbose in non-interactive mode
289 (imenu-example--create-perl-index): Set index-marker after name
290 (cperl-outline-regexp): New variable.
291 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
292 (cperl-mode): Made use `cperl-outline-regexp'.
293 After 4.30:
294 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
295 (cperl-outline-level): Make start-of-file same level as `package'.
296 After 4.31:
297 (cperl-electric-pod): `head1' and `over' electric only if empty.
298 (cperl-unreadable-ok): New variable.
299 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
300 on an unreadable file.
301 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
302 on an unreadable directory.
303
304 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
305 Consider the text between two errors as belonging to the first error.
306 (compilation-goto-locus): Use pop-to-buffer rather than
307 switch-to-buffer-other-frame.
308
309 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
310 (awk-font-lock-syntactic-keywords): New var.
311 (awk-mode): Use it.
312
313 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
314
315 * faces.el (describe-face): Call help-setup-xref earlier.
316
317 * jka-compr.el (jka-compr-load-suffixes): New var.
318 (jka-compr-install): Add its content to load-suffixes.
319 (jka-compr-uninstall): Remove its content from load-suffixes.
320
b878b8c3
SS
3212001-10-12 Sam Steingold <sds@gnu.org>
322
7ed93890
SS
323 * bindings.el (completion-ignored-extensions): CL-related
324 extensions are platform-independent.
325
b878b8c3
SS
326 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
327 asynchronous multiple file copying.
328
eadd6444
GM
3292001-10-12 Gerd Moellmann <gerd@gnu.org>
330
5a1373f3 331 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
e34fd2f2 332 Turn error for repeated variables into warning.
5a1373f3
SM
333
334 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
335 New function checking that lambda-list consists of non-constant
eadd6444 336 symbols, that &rest and &optional are followed by variable names,
f892ac1d 337 that &rest VAR is the last element, and that variables aren't doubled.
eadd6444
GM
338 (byte-compile-lambda): Use it.
339
beb0990f
GM
3402001-10-12 Eli Barzilay <eli@barzilay.org>
341
342 * calculator.el (calculator-eng-display): Don't call concat
343 with an integer argument.
344
07f904a3
MB
3452001-10-12 Miles Bader <miles@gnu.org>
346
347 * help-mode.el (help-customize-face): New button-type.
b0412574 348
07f904a3
MB
349 * faces.el (list-faces-display): Fix args to `help-xref-button'.
350 (describe-face): Fix args to `help-xref-button'.
351 Don't switch to help-buffer around call to `help-setup-xref'.
352 Use `help-buffer' instead of hard-wired "*Help*".
353 Require `help-mode'.
354
2168e04d
SM
3552001-10-11 Stefan Monnier <monnier@cs.yale.edu>
356
357 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
358
359 * help-mode.el (help-buffer): New function.
360 Returns the buffer-name to use for help output.
361 Change all the code to use it instead of hard-coding *Help*.
362 (help-mode-map): Put back the mouse-2 binding.
363 (help-xref-stack): Change the format and make buffer-local.
364 (help-xref-stack-item): Make buffer-local.
365 (help-setup-xref): Do the `push' here rather than in help-do-xref.
366 (help-xref-interned): Display the face doc as well.
367 (help-follow-mouse): Re-introduce.
368 (help-xref-go-back): Adapt to the new use of help-xref-stack.
369 (help-do-xref): Don't `push' any more.
370 (help-follow): Also follow face names.
371
372 * help-funs.el (describe-function-1): Remove unused `parens' arg.
373 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
374 Autoload and cleanup.
375 (describe-function): Call help-setup-xref.
376 (describe-variable): Call help-setup-xref earlier.
377
378 * help.el (describe-bindings-internal): New fun moved from keymap.c.
379 (view-lossage): Call help-setup-xref correctly and earlier.
380 (describe-bindings): Call help-setup-xref earlier.
381 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
382 (describe-mode): Don't autoload. Call help-setup-xref earlier.
b0412574 383
1ae6b8f1
GM
3842001-10-11 Gerd Moellmann <gerd@gnu.org>
385
a5be8a9a
GM
386 * master.el (master-mode): Use define-minor-mode instead of
387 easy-mmode-define-minor-mode. Add autload cookie.
b0412574 388 (Commentary): Remove the line showing how to autoload master-mode,
a5be8a9a
GM
389 since it's always autoloaded.
390
1ae6b8f1
GM
391 * master.el: New file.
392
63ca0a6e
GM
3932001-10-11 Dave Love <fx@gnu.org>
394
395 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
396 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
397 <const-C varset-X const-C>: Fix car/cdr typo.
d731e6b8 398
63ca0a6e 3992001-10-11 Gerd Moellmann <gerd@gnu.org>
d731e6b8 400
2168e04d
SM
401 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
402 New function extracted from byte-compile-log-1.
403 (byte-compile-log-1): Change output to be more in line with
d731e6b8
GM
404 the output of other GNU tools.
405 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2168e04d
SM
406 (byte-compile-report-error): Downcase error message.
407 Use `error' instead of `!!' for error messages.
d731e6b8
GM
408 (byte-compile-print-syms): Treat non-interactive case specially.
409 (displaying-byte-compile-warnings): Use backquote.
410 (byte-compile-from-buffer): Bind byte-compile-last-line.
411 (batch-byte-compile): Remove `Done' message.
412
75a4e7c5 4132001-10-11 Stefan Monnier <monnier@cs.yale.edu>
30de4b24
SM
414
415 * emacs-lisp/copyright.el (copyright): Add final \n.
416
0e094c29
MB
4172001-10-11 Miles Bader <miles@gnu.org>
418
419 * diff.el (diff): Display default values in prompts as
420 `(default ...)', not `(...)'.
b0412574 421
0e094c29
MB
422 * info.el (Info-follow-reference): Likewise.
423
c2ca5171
SM
4242001-10-10 Stefan Monnier <monnier@cs.yale.edu>
425
30de4b24
SM
426 * emacs-lisp/autoload.el (doc-string-elt): Remove.
427
7164ef13
SM
428 * newcomment.el (comment-indent): Be a little more robust in case
429 comment-indent-function does funny things.
430 (comment-normalize-vars): Autoload.
431 (comment-region-internal): Fiddle with the visibility spec.
432 (comment-valid-prefix): New function.
433 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
434 that would turn comment-text into non-comment-text.
435
436 * emacs-lisp/syntax.el: New file.
437
c2ca5171
SM
438 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
439 compatibility cruft.
440 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
441 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
442 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
443 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
444 tcl-submit-bug-report.
445 (tcl-mode-syntax-table): Leave \f alone.
446 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
447 tcl-end-of-defun, tcl-submit-bug-report.
448 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
449 (tcl-add-emacs-menu): Remove.
450 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
451 (tcl-keyword-list): Add `chain'.
452 (tcl-font-lock-syntactic-keywords): New variable.
453 (tcl-pps-has-arg-6): Remove.
454 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
455 (tcl-internal-mark-defun): Remove.
456 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
457 (tcl-mode): Use define-derived-mode. Simplify.
458 Set comment-indent-function.
459 (tcl-indent-command): Use line-beginning-position and comment-indent.
460 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
461 (tcl-indent-line): Use tcl-calculate-indent.
462 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
463 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
464 (tcl-filter): Use with-current-buffer, simplify.
465 (inferior-tcl-mode): Use define-derived-mode.
466 (tcl-hairy-in-comment): Renamed tcl-in-comment.
467 (tcl-simple-in-comment, tcl-in-comment): Removed.
468 (tcl-files-alist): New function.
469 (tcl-help-snarf-commands): Use it and return the result directly
470 rather than through a global variable.
471 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
472 (tcl-help-on-word): Provide the default value to completing-read.
473 (tcl-hilit): Remove.
474 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
475 (tcl-comment-indent): New function.
476 (tcl-submit-bug-report): Remove.
477 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
478 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
479 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
480
07becdb1
MB
4812001-10-10 Miles Bader <miles@gnu.org>
482
483 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
484 (Info-fontify-node): Don't fontify the node if it's already been done.
485
88255adb
GM
4862001-10-10 Gerd Moellmann <gerd@gnu.org>
487
031a1678
GM
488 * international/iso-transl.el (iso-transl-e-caret)
489 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
490 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
491
619632ac
GM
492 * simple.el (end-of-buffer): Fix code scrolling specially
493 for the buffer end.
494
88255adb
GM
495 * startup.el (command-line-1): Bind tab-width to 8.
496
5c4d3f02
PJ
4972001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
498
3680909c 499 * emulation/tpu-edt.el: Use defalias instead of fset for
5c4d3f02
PJ
500 user-visible commands. From Rob Riepel
501 <riepel@Networking.Stanford.EDU>.
502
89e9c8d7
GM
5032001-10-09 Gerd Moellmann <gerd@gnu.org>
504
505 * ruler-mode.el: New file.
506
3b8c60f1
MB
5072001-10-09 Miles Bader <miles@gnu.org>
508
71f19cda
MB
509 * apropos.el (button): New require.
510
55e9efba 511 * help-funs.el: New file, contents mostly from `help.el'.
c2ca5171
SM
512 (describe-variable): Use `condition-case' instead of `ignore-errors'.
513
55e9efba 514 * help-mode.el: New file, contents mostly from `help.el'.
c2ca5171 515
55e9efba
MB
516 * help.el: Don't require `view' when compiling.
517 (help-with-tutorial, describe-function, describe-function-1)
518 (variable-at-point, describe-variable, locate-library):
519 Functions moved into `help-funs.el'.
520 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
521 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
522 (help-setup-xref, help-xref-following, help-make-xrefs)
523 (help-xref-button, help-insert-xref-button, help-xref-interned)
524 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
525 (help-xref-on-pp): Functions moved into `help-mode.el'
526 (help-mode-map, help-xref-stack, help-xref-stack-item)
527 (help-highlight-p, help-highlight-face, help-back-label)
528 (help-xref-symbol-regexp, help-xref-mule-regexp)
529 (help-xref-info-regexp): Variables moved into `help-mode.el'.
530 (help-symbol, help-back, help-info, help-customize-variable)
531 (help-function-def, help-variable-def):
532 Button-types moved into `help-mode.el'.
533 (load-symbol-file-load-history, symbol-file):
534 Functions moved into `subr.el'.
535 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
c2ca5171
SM
536 (view-lossage): Call `help-setup-xref' instead of doing it manually.
537
538 * subr.el (symbol-file-load-history-loaded)
539 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
540
55e9efba
MB
541 * loadup.el ("button"): Load removed.
542
ded42dd3
MB
543 * button.el (define-button-type): Respect any `supertype' property.
544 (button-type-subtype-p, button-has-type-p): New functions.
545
f4be0a12
MB
546 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
547 dollar-signs.
548
549 * comint.el (comint-insert-previous-argument): New function.
550 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
c2ca5171 551 (comint-insert-previous-argument-last-start-pos)
f4be0a12
MB
552 (comint-insert-previous-argument-last-index): New variables.
553
3b8c60f1
MB
554 * apropos.el (apropos-next-label-button): Use the presence of a
555 `apropos-label' property to detect label buttons.
556
a101302b
MB
5572001-10-08 Miles Bader <miles@gnu.org>
558
559 * button.el (next-button, previous-button): Remove N and WRAP
560 parameters. Don't pay attention to `skip' properties.
561 (forward-button): Implement wrapping, iterating, and skipping here
562 instead.
894e460c 563 (button-activate): USE-MOUSE-ACTION is optional.
62dc75c4
MB
564 (button-nop): Function removed.
565 (default-button): Use `ignore' as default button action.
894e460c 566
a101302b
MB
567 * apropos.el (apropos-next-label-button): Update arguments to
568 `next-button'.
894e460c 569 (apropos-symbol): Add `skip' property.
c2ca5171
SM
570 (apropos-function, apropos-macro, apropos-command)
571 (apropos-variable, apropos-face, apropos-group, apropos-widget)
894e460c
MB
572 (apropos-plist): New button types.
573 (apropos-label-properties): Variable removed.
574 (apropos-print): Pass button-type to apropos-print-doc, rather
575 than help function and label text.
576 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
577 Get button label from TYPE.
a101302b 578
82345a9a
SM
5792001-10-07 Stefan Monnier <monnier@cs.yale.edu>
580
b0fbf754
SM
581 * help.el (help-mode): Use define-derived-mode.
582 (describe-mode): Add optional `buffer' arg.
583 Use it instead of going through help-xref-mode.
584 Avoid doubling the word `minor' when prettifying.
585 (describe-function-1): List the corresponding key bindings.
586 (describe-variable): Say if the var is automatically buffer-local.
587 If the source is `loaddefs.el', look for the real source.
588 (help-xref-mode): Remove.
589
82345a9a
SM
590 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
591 the file says no-byte-compile.
592
d6bc0bdc
MB
5932001-10-08 Miles Bader <miles@gnu.org>
594
595 * button.el (next-button, previous-button): Respect `skip' property.
d6bc0bdc 596
7997fd38
MB
5972001-10-07 Miles Bader <miles@gnu.org>
598
e664497b
MB
599 * woman.el (woman-mode-map): Copy button-buffer-map instead of
600 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
601 `woman-follow-word' instead of `woman-mouse-2'.
602 (woman-follow-word): Renamed from `woman-mouse-2'.
603 Follow current unconditionally, since this function is now only
604 bound to M-mouse-2. Use accessor functions.
605 (WoMan-highlight-references): Use `make-text-button'.
606 (woman-xref): New button type.
607
d876f455
MB
608 * loadup.el ("faces"): Move load before loading "loaddefs.el".
609 ("button"): New load, just before "help" (which uses it).
610
611 * help.el (help-mode-map): Make button-buffer-map our parent.
612 Don't bind mouse events or tab/backtab.
613 (help-function, help-variable, help-face, help-coding-system)
614 (help-input-method, help-character-set, help-back, help-info)
615 (help-customize-variable, help-function-def, help-variable-def):
616 New button types.
617 (help-button-action): New function.
618 (describe-function-1): Pass help button-types to
619 `help-xref-button' rather than help function and help-echo string.
620 Don't put multiple help-function args in a list to pass them to
621 help-xref-button, just pass them as multiple arguments.
622 Use `help-insert-xref-button' to make [back]-button, rather than
623 `help-xref-button'.
624 (help-xref-button): Take a button-type TYPE as a parameter rather
625 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
626 and add a &rest parameter ARGS to serve the same purpose.
627 Use `make-text-button' to add the button.
628 (help-insert-xref-button): Use `insert-text-button' to add the button.
629 (help-follow-mouse, help-next-ref, help-previous-ref):
630 Functions removed.
631 (help-do-xref): New function.
632 (help-follow): Use `push-button' and `help-do-xref' to do most of
633 the work.
634
635 * apropos.el (apropos-symbol, apropos-label): New button types.
82345a9a 636 (apropos-symbol-button-display-help)
d876f455
MB
637 (apropos-label-button-display-help, apropos-next-label-button):
638 New functions.
639 (apropos-mode-map): Make button-buffer-map our parent.
640 Don't bind mouse events.
641 (apropos-print, apropos-print-doc): Create buttons instead of text
642 properties.
643 (apropos-mouse-follow): Function removed.
644 (apropos-follow): Use buttons.
645
7997fd38
MB
646 * button.el: New file.
647
1a4372ef
GM
6482001-10-07 Gerd Moellmann <gerd@gnu.org>
649
82345a9a 650 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1a4372ef
GM
651 Remove.
652
857e81db
RS
6532001-10-05 Richard M. Stallman <rms@gnu.org>
654
655 * add-log.el (add-change-log-entry): Skip copyright notice
656 and copying permission notice at start of file, if any.
657 Make use of terms "entry" and "item" accord with Emacs manual.
658 Simplify the logic for moving point while entering or creating
659 an entry and then an item.
660 (add-change-log-entry-other-window): Doc fix.
661
4650e362
MB
6622001-10-06 Miles Bader <miles@gnu.org>
663
664 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
665 removed; they apparently don't work with faces.
666
b4f05c38
SS
6672001-10-05 Sam Steingold <sds@gnu.org>
668
669 * textmodes/sgml-mode.el (html-xhtml): New user option.
670 (html-tag-alist, html-horizontal-rule, html-image, html-line)
671 (html-ordered-list, html-unordered-list, html-list-item)
672 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
673 (sgml-skip-close-p): New function.
674 (sgml-value): Use it.
675
4dd618ff
SS
6762001-10-05 Sam Steingold <sds@gnu.org>
677
678 * calendar/diary-lib.el (diary-entry-compare): When times are
679 identical, compare the entries lexicographically.
680
a01b7831
MB
6812001-10-06 Miles Bader <miles@gnu.org>
682
82345a9a
SM
683 * rfn-eshadow.el (rfn-eshadow-update-overlay):
684 Use `minibuffer-prompt-end'.
a01b7831
MB
685
686 * simple.el (previous-matching-history-element): Fix misplaced
687 parentheses.
688
20a82009
MB
6892001-10-05 Miles Bader <miles@gnu.org>
690
691 * rfn-eshadow.el: New file.
692
c165ad40
MB
6932001-10-05 Miles Bader <miles@gnu.org>
694
695 * cus-face.el (custom-face-attributes): Make sure each attribute
696 has a valid default value. Remove hacks that mapped `nil' to
697 `off' and used nil to mean `unspecified'. Remove `unspecified'
698 choices from all attributes (unspecified is handled by the parent
699 checklist).
4dd618ff 700 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
701 (custom-face-edit-deactivate, custom-face-edit-activate)
702 (custom-face-edit-delete, custom-face-edit-attribute-tag):
703 New functions.
704 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 705 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
706 Don't pass in default filters that map between `nil' and `off' and
707 `unspecified' and `nil'.
708
ace64e0a
GM
7092001-10-05 Gerd Moellmann <gerd@gnu.org>
710
711 * progmodes/compile.el (compilation-buffer-name): New function.
712 (compile-internal): Use it to determine the name of the
713 compilation buffer.
714
ec66bdc7
MB
7152001-10-05 Miles Bader <miles@gnu.org>
716
717 * progmodes/compile.el (grep-use-null-device): New variable.
718 (grep-command): Mention `grep-use-null-device'.
719 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
720 Make computation of `grep-command' respect `grep-use-null-device'.
721 (grep): Respect `grep-use-null-device'.
722 Call `grep-compute-defaults' even if grep-command is set, if
723 grep-use-null-device is still tentative.
724
725 * subr.el (call-process-shell-command): New function.
726
7272001-10-05 Miles Bader <miles@gnu.org>
728
729 * simple.el (previous-matching-history-element)
730 (next-history-element, next-complete-history-element): Use
82345a9a 731 `minibuffer-' functions instead of calling `field-' functions directly.
ec66bdc7
MB
732 (minibuffer-prompt-end, minibuffer-contents):
733 (minibuffer-contents-no-properties, delete-minibuffer-contents):
734 Functions removed (now subrs).
735 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 736
ec66bdc7
MB
737 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
738 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
739 instead of calling `field-' functions directly.
740 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
741
c89e4bc5
GM
7422001-10-05 Gerd Moellmann <gerd@gnu.org>
743
a0fb4492
GM
744 * files.el (find-file-noselect): If file's read-only status has
745 changed on disk, ask if buffer's read-only status should be
746 changed, unless NOWARN is set.
747
c86350b1
GM
748 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
749 alias for define-setf-method.
750
c89e4bc5
GM
751 * bindings.el: Remove no-byte-compile from file local variables
752 to enable bootstrapping.
753
0bcf87c1
AI
7542001-10-04 Andrew Innes <andrewi@gnu.org>
755
82345a9a
SM
756 * faces.el (face-font-registry-alternatives) [windows-nt]:
757 Make gb2312 an alias for gb2312.1980.
0bcf87c1 758
6c0b2643
GM
7592001-10-04 Stefan Monnier <monnier@cs.yale.edu>
760
761 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
762 (uniquify-reverse-components): Remove.
763
764 * emacs-lisp/bytecomp.el (byte-recompile-directory):
765 Make sure the file is readable.
766 (byte-compile-file): Don't compile if `no-byte-compile' is set.
767 (byte-compile-defvar): Update to reflect the change in Fdefvar.
768 (batch-byte-recompile-directory): Pass arg=0.
769
770 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
771 (perl-calculate-indent): Use it.
772 (perl-backward-to-noncomment): Use forward-comment.
773
774 * derived.el (define-derived-mode, derived-mode-make-docstring):
775 Allow `parent' to be nil.
776
777 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
778 Use define-derived-mode.
779 (nroff-mode-map, nroff-mode-syntax-table): Massage.
780
781 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
782
783 * emacs-lisp/lselect.el: Use facep iso find-face.
784
785 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
786 Use regexp-opt.
787 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
788 (lisp-font-lock-syntactic-face-function): New function.
789 (lisp-mode-variables): Use it. Make arg optional.
790 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
791 (lisp-mode): Don't pass an arg to lisp-mode-variables.
792 Set comment-start-skip.
793
794 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
795
796 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
797 (ignore-errors): Don't bother using a `err' symbol.
798
799 * emacs-lisp/autoload.el (autoload-ensure-default-file)
800 (autoload-insert-section-header, autoload-before-p)
801 (autoload-remove-section): New functions.
802 (generate-file-autoloads): Use them.
803 (update-file-autoloads): Use them. Return FILE if there's no cookie.
804 Make sure the autoload file is properly formatted when creating it.
805 (update-autoloads-from-directories): Use them as well.
806 Only update autoloads for files whose timestamp has changed.
807 Add a dummy entry to remember the files which had no autoload cookies.
808
809 * timer.el (timer-relative-time): Fix computation for negative `micro'.
810
811 * subr.el (define-key-after): Allow `key' to be longer than 1.
812 (make-local-hook): Make obsolete.
813 (add-hook, remove-hook): Don't use make-local-hook any more.
814 (make-syntax-table): Inherit all chars from s-s-t.
815
8162001-10-04 Gerd Moellmann <gerd@gnu.org>
817
818 This is a fix for a report saying that resuming a search with C-s
819 C-s doesn't use the case-fold-search setting of the previous
820 search (C-s ... M-c ... then C-s C-s).
821
822 * isearch.el (isearch-last-case-fold-search): New variable.
823 (isearch-mode): Remember value of isearch-case-fold-search
824 in isearch-last-case-fold-search.
825 (isearch-done): Quote value of isearch-case-fold-search.
826 (isearch-repeat): When resuming a search, restore
827 isearch-case-fold-search from isearch-last-case-fold-search.
828
829 Added to NEWS.
830
831 * startup.el (inhibit-startup-buffer-menu): New user-option.
832 (command-line-1): If inhibit-startup-buffer-menu is set, don't
833 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
834
835 This allows upto 99999 messages in the summary without screwing up
836 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
837
838 * mail/rmailsum.el (rmail-make-summary-line)
839 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
840 (rmail-summary-goto-msg, rmail-summary-goto-msg):
841 Allow 5-digit message ids instead of 4.
842
843 This adds expansion of environment variables in the value
844 specified with M-x setenv. Added to NEWS.
845
846 * env.el (substitute-env-vars): New function.
847 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
848 environment variables in VALUE. Return VALUE.
849
ab952a4f
GM
8502001-10-04 Gerd Moellmann <gerd@gnu.org>
851
852 * Branch for 21.1.
7164ef13 853
630784a2
SM
8542001-10-03 Stefan Monnier <monnier@cs.yale.edu>
855
856 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
857
cf2b0d2c 8582001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
859
860 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 861 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 862
aa01bed1
EZ
8632001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
864
865 * rect.el: Update maintainer's email address.
866
7d685c84
AS
8672001-10-02 Andreas Schwab <schwab@suse.de>
868
869 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
870 and Extended Passive Mode, resp.
871
87671c25
EZ
8722001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
873
874 These changes add support for Calendar-related items in the
875 menu bar on tty's as well:
876
877 * calendar/calendar.el (calendar-mode-map): Require cal-menu
878 unconditionally.
879 (calendar-mode): Set up activate-menubar-hook unconditionally.
880
881 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
882 calls x-popup-menu only if popup menus are supported.
883 (calendar-mouse-insert-hebrew-diary-entry)
884 (calendar-mouse-insert-islamic-diary-entry)
885 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
886 (calendar-mouse-view-other-diary-entries)
887 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
888 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
889 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 890
12c64503
GM
8912001-10-01 Gerd Moellmann <gerd@gnu.org>
892
62bfa682
GM
893 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
894
12c64503
GM
895 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
896
897 * emacs-lisp/rx.el: New file.
898
e0c21266
EZ
8992001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
900
630784a2 901 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 902
03be5931
EZ
9032001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
904
905 * frame.el (select-frame-by-name, other-frame): Doc fix.
906
d0100d57
EZ
9072001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
908
909 * play/snake.el (snake-score-file): Use temporary-file-directory
910 instead of a literal "/tmp". Suggested by Robert
911 <robert@chezmarshall.freeserve.co.uk>.
912
913 * play/tetris.el (tetris-score-file): Ditto.
914
d94d5b5a
EZ
9152001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
916
917 * apropos.el (apropos-print): Make the directions inserted at the
918 beginning of the *Apropos* buffer more clear.
919
cd653311 9202001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 921
cd653311
MK
922 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
923 Added comments.
630784a2 924
37dbd369
SM
9252001-09-27 Stefan Monnier <monnier@cs.yale.edu>
926
927 * newcomment.el (comment-normalize-vars): Use " \t" rather than
928 "\\s-" when defining comment-end-skip.
929
9240e746
GM
9302001-09-27 Gerd Moellmann <gerd@gnu.org>
931
37dbd369 932 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
933 Call get-buffer-window first second arg `visible'.
934
37dbd369
SM
935 * international/mule-diag.el (list-input-methods-1):
936 Output something that's independent of Emacs' version.
14531065 937
9240e746
GM
938 * tar-mode.el (tar-mode-write-file): Don't signal an error by
939 calling byte-to-position with a nil tar-header-offset.
940
e04233aa
GM
9412001-09-27 Simon Josefsson <jas@extundo.com>
942
943 * mail/sendmail.el (send-mail-function): Doc fix.
944 (mail-do-fcc): Error if header-end is not a marker.
945 (mail-do-fcc): Add a comment.
946 (mail-reply-to): Doc fix.
947 (mail-signature): Make ATPOINT optional.
948 (mail-yank-original): Use cond instead of nestled if.
949
07e91aa3
SM
9502001-09-26 Stefan Monnier <monnier@cs.yale.edu>
951
952 * info.el (Info-on-current-buffer): Default arg to "Top".
953
924b604c
GM
9542001-09-25 Eli Barzilay <eli@barzilay.org>
955
956 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
957 (calculator-displayer-prev, calculator-displayer-next):
958 Renamed from calculator-displayed-{left,right}.
959 (calculator, calculator-standard-displayer)
960 (calculator-num-to-string, calculator-update-display)
924b604c
GM
961 (calculator-copy, calculator-put-value): Bug and display fixes.
962
a1548b10
GM
9632001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
964
965 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
966 (ebnf-version): New version (3.6.1).
967
968 * ebnf-bnf.el: Fix character range regexp. Doc fix.
969 (ebnf-bnf-non-terminal-chars): New internal const.
970 (ebnf-bnf-lex): Fix code.
971
972 * ebnf-iso.el: Fix character range regexp. Doc fix.
973 (ebnf-iso-non-terminal-chars): New internal const.
974 (ebnf-iso-lex): Fix code.
975
976 * ebnf-yac.el: Fix character range regexp. Doc fix.
977 (ebnf-yac-skip-chars): New internal const.
978 (ebnf-yac-skip-code): Fix code.
979
79e954d0
SM
9802001-09-24 Stefan Monnier <monnier@cs.yale.edu>
981
ab750f9c
SM
982 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
983
3911563a
SM
984 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
985 passing it to VC.
986
79e954d0
SM
987 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
988 case where the file is relative.
989
6f3f0db4
GM
9902001-09-24 Gerd Moellmann <gerd@gnu.org>
991
992 * xml.el (xml-parse-attlist): Quotes around attributes must be the
993 same on each side. Make sure we properly handle simple quotes.
994 From Daiki Ueno <ueno@unixuser.org>.
995
e5b31424
EZ
9962001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
997
0678d779
EZ
998 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
999 <jas@extundo.com>.
1000
e5b31424
EZ
1001 * menu-bar.el (top-level): Minor fixes for text of help-echo in
1002 some items of the Options menu.
1003
769dd0f1
SM
10042001-09-22 Stefan Monnier <monnier@cs.yale.edu>
1005
76829576
SM
1006 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
1007
d455f4f7
SM
1008 * vc-hooks.el (vc-delete-automatic-version-backups):
1009 Don't fail if the directory doesn't exist.
1010
769dd0f1
SM
1011 * diff-mode.el (diff-default-read-only): New var.
1012 (diff-mode): Use it.
1013
dc414be1
EZ
10142001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
1015
769dd0f1
SM
1016 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
1017 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
1018 keymap messes up the menu bar.
1019
dc414be1
EZ
1020 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
1021 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1022
67033712
EZ
10232001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
1024
769dd0f1 1025 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
1026
1027 * dired-aux.el (dired-insert-subdir): Pass switches to
1028 dired-build-subdir-alist.
1029
0c68e5de
GM
10302001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
1031
1032 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
1033 caused %#a and %#b to be mis-formatted.
1034
906b3163
EZ
10352001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
1036
1037 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
1038 ccmode, emacs-mime, and eudc manuals.
1039
005e3bb6
SS
10402001-09-19 Sam Steingold <sds@gnu.org>
1041
1042 w32 find cannot be used with `grep-find'.
1043 * progmodes/compile.el (find-program): New variable.
1044 (grep-compute-defaults): Use it to set `grep-find-command'.
1045
7121b85a
GM
10462001-09-19 Gerd Moellmann <gerd@gnu.org>
1047
769dd0f1 1048 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 1049
ae16d111
GM
10502001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1051
1052 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1053 programming. Doc fix.
1054 (ebnf-version): New version (3.6).
1055 (ebnf-eps-begin): Data fix.
1056 (ebnf-begin-file): Code fix.
1057
1058 * ebnf-bnf.el: Doc fix.
1059 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1060
1061 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1062
55732434
GM
10632001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1064
1065 * ps-print.el: Better face mapping for black/white PostScript printers.
1066 Check if mark is active when printing a region. Doc fix.
1067 (ps-print-version): New version number (6.5.5).
1068 (ps-print-color-p): Customization fix.
1069 (ps-black-white-faces): New option.
1070 (ps-black-white-faces-alist): New internal var.
1071 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1072 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1073 (ps-nb-pages-region): Interactive fix.
1074 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1075 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1076
740ef824
EZ
10772001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1078
1079 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1080 numeric month value, and allow the Kanji character after the it to
1081 be missing (happens with ls-lisp's output on Japanese versions of
1082 MS-Windows).
1083
50529f51
MB
10842001-09-18 Miles Bader <miles@gnu.org>
1085
1086 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1087 it's empty (and thus probably a new patch file about to be edited).
1088
d8a973aa
GM
10892001-09-17 Gerd Moellmann <gerd@gnu.org>
1090
e18c8b8d
GM
1091 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1092 Check for '(' in column 0 of doc string.
1093
d8a973aa
GM
1094 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1095 of `nth' so that using a vector as bounding-box works.
1096 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1097
dfe78cc5
AS
10982001-09-17 Andre Spiegel <spiegel@gnu.org>
1099
1100 * vc.el (vc-annotate): Use current workfile version explicitly as
1101 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1102
1bbdda4d
EZ
11032001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1104
a5f01960
EZ
1105 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1106 convert-standard-filename doesn't guarantee that the .el extension
1107 is preserved.
1108
a007e4e3
EZ
1109 * dos-fns.el (convert-standard-filename): Replace invalid
1110 characters only after converting dash/underscore to a period.
1111 (original-make-auto-save-file-name): New.
8aee7d44
EZ
1112 (make-auto-save-file-name): New function, overrides the definition
1113 on files.el and calls the original function via
1114 original-make-auto-save-file-name.
1115
1bbdda4d
EZ
1116 * mail/rmail.el (top-level): Require mule-utils when compiling.
1117 (rmail-decode-babyl-format): Use detect-coding-with-priority
1118 instead of detect-coding-region, to favor detection of emacs-mule
1119 encoded Babyl files written by rmailout.el etc. Suggested by
1120 Kenichi Handa <handa@etl.go.jp>.
1121
ed7d6ba4
EZ
11222001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1123
1124 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1125 Use `equal', not `=', since the device number can be a cons cell.
1126
551629f9
GM
11272001-09-14 Gerd Moellmann <gerd@gnu.org>
1128
1129 * simple.el: Comment out change of 2001-09-13.
1130
0017a3e0
EZ
11312001-09-13 Milan Zamazal <pdm@zamazal.org>
1132
1133 * progmodes/compile.el (grep-compute-defaults): Don't set
1134 grep-command/grep-find-command when it is already non-nil.
1135 (grep-command): Make it a user option.
1136 (grep-find-command): Likewise.
1137
483e0218 11382001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 1139
483e0218
MK
1140 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1141 inhibit quit.
005e3bb6 1142
15233548
EZ
11432001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1144
1145 * files.el (make-auto-save-file-name): If long file names are not
1146 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1147 generating an auto-save file name from it.
1148
1fb7f872
GM
11492001-09-13 Gerd Moellmann <gerd@gnu.org>
1150
005e3bb6 1151 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
1152 (ps-nb-pages-region): Signal an error if called interactively
1153 and the mark is not active.
1154
1fb7f872
GM
1155 * simple.el (minibuffer-prompt-modification)
1156 (minibuffer-prompt-insertion): New functions.
1157 (minibuffer-prompt-properties): Use `modification-hooks' and
1158 `insert-in-front-hooks'.
1159
1dc13f3a
RS
11602001-09-12 Richard M. Stallman <rms@gnu.org>
1161
1162 * textmodes/outline.el (outline-regexp): Doc fix.
1163 Initialize it in the defcustom, the usual way.
1164
eaa493df
GM
11652001-09-12 Gerd Moellmann <gerd@gnu.org>
1166
1fb7f872 1167 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
1168 from `ediff-meta-info' properties need not be an overlay.
1169 From David Ponce <dponce@voila.fr>.
1fb7f872 1170
eaa493df
GM
1171 * isearch.el (isearch-intersects-p): Fix end checks.
1172
cfcda0ba
EZ
11732001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
1174
1175 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1176 `t' branch of `cond', since Irix 6.1 and up is a special case of
1177 the standard dbx interface.
1178
4e1513b5
MB
11792001-09-11 Miles Bader <miles@gnu.org>
1180
1181 * comint.el (comint-send-input): When waiting for echoed input,
1182 don't save the expected end position in `echo-end', so that things
1183 work properly even if the buffer is modified elsewhere at the same
1184 time [this happens if `comint-truncate-buffer' is used].
1185
9a72e4c1
GM
11862001-09-11 Gerd Moellmann <gerd@gnu.org>
1187
1188 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1189 when constructing imenu-generic-expression from outline-regexp.
1190
1f9581b6
EZ
11912001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1192
1193 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1194 `equal' instead of `=', since they can be cons cells. From Nils
1195 Goesche <cartan@cartan.de>.
1196
65ee3bf5
AS
11972001-09-10 Andre Spiegel <spiegel@gnu.org>
1198
1199 * vc.el (vc-annotate): Rewrote doc string.
1200
e602e779
EZ
12012001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1202
1203 * time-stamp.el: Update Stephen Gildea's email address.
1204
42d305db
GM
12052001-09-10 Gerd Moellmann <gerd@gnu.org>
1206
1207 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1208 enable-multibyte-characters = nil. From Hallvard B Furuseth
1209 <h.b.furuseth@usit.uio.no>.
005e3bb6 1210
02f34c70 12112001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 1212
769dd0f1 1213 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 1214
769dd0f1 1215 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
1216 that reads a character and uses the current input method or
1217 iso-accents when appropriate.
005e3bb6 1218
769dd0f1 1219 * viper.el and all others: Corrections to the comment blocks at
02f34c70 1220 the top.
005e3bb6 1221
cfc697a2
EZ
12222001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1223
1224 * info.el (Info-goto-node): Doc fix.
1225
fc0eccfc
GM
12262001-09-07 Gerd Moellmann <gerd@gnu.org>
1227
1228 * isearch.el (isearch-intersects-p): New function.
1229 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1230 use isearch-intersects-p, and clean up.
1231
ef10876c
EZ
12322001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1233
1234 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1235 and "german8", for the new German orthography dictionaries,
1236 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1237 the entries, to keep the line length balanced for loaddefs.el.
1238
c9e74cd4 12392001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 1240
c9e74cd4
GM
1241 * comint.el (comint-send-input): Handle comint-process-echoes
1242 differently.
1243
5421b899
GM
12442001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1245
769dd0f1 1246 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 1247
70569550
EZ
12482001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1249
769dd0f1 1250 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 1251
6afad91e 12522001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 1253
769dd0f1
SM
1254 * server.el (server-switch-buffer):
1255 * textmodes/refer.el (refer-find-entry-internal):
1256 * term/sup-mouse.el (sup-pos-to-window):
1257 * term/bg-mouse.el (bg-window-from-x-y):
1258 * emacs-lisp/edebug.el (edebug-window-live-p):
1259 Use get-window-with-predicate.
6afad91e
GM
1260
1261 * window.el (get-window-with-predicate): Renamed from some-window.
1262 (some-window): Make it an alias.
1263
003550c5
GM
12642001-09-06 Gerd Moellmann <gerd@gnu.org>
1265
1266 * simple.el (undo): Remove positions from buffer-undo-list up to
1267 the next undo boundary only.
1268
c49e491a
EZ
12692001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1270
05b24487
EZ
1271 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1272 Kim <ryk@dspwiz.com>
1273
c49e491a
EZ
1274 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1275 the message "Creating customization items...done".
1276
54f73af3
GM
12772001-09-05 Gerd Moellmann <gerd@gnu.org>
1278
1279 * font-lock.el (toplevel): Require `jit-lock' only if
1280 font-lock-support-mode is set to jit-lock-mode.
1281
3762e7d0
EZ
12822001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1283
1284 * international/quail.el (quail-use-package, quail-inactivate)
1285 (quail-activate): Mention the hooks these functions run in their
1286 doc strings.
1287
c3b497b3
GM
12882001-09-05 Edward M. Reingold <reingold@iit.edu>
1289
1290 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1291 of file in header of menu.
1292
2d43d823
GM
12932001-09-04 Gerd Moellmann <gerd@gnu.org>
1294
2a5becfb
GM
1295 * env.el (setenv): Interactively, if VARIABLE has a current value,
1296 add that to the front of the history, as the doc string says.
1297
8d1fcd00
GM
1298 * comint.el (comint-send-input): Change help-echo.
1299 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 1300
1672462f
GM
1301 * bookmark.el (bookmark-write-file): Bind print-length and
1302 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1303
646a1759
GM
1304 * obsolete/uncompress.el: Moved there from lisp/.
1305
c8dd66e1
GM
1306 * comint.el (comint-insert-clicked-input): Goto point-max before
1307 deleting previous input. From "Dr Francis J. Wright"
1308 <F.J.Wright@qmw.ac.uk>.
1309
2d43d823
GM
1310 * simple.el (backward-word): Doc fix.
1311
284b3043
GM
13122001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1313
1314 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1315 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1316 * w32-fns.el: Add Keywords header.
1317
2eef02ab
EZ
13182001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1319
1320 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1321 "Text Properties". Suggested by Simon Marshall
1322 <Simon.Marshall@midas-kapiti.com>.
1323
ae355fa6
AC
13242001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1325
1326 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1327 consulting the value of file-name-coding-system.
1328
2ee1aa00
SM
13292001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1330
1331 * help.el (describe-function-1): Save precomputed `file-name' rather
1332 than recomputing it (incorrectly) with `symbol-file'.
1333
cdab3e50
GM
13342001-09-03 Gerd Moellmann <gerd@gnu.org>
1335
698ee07c
SM
1336 * international/isearch-x.el (isearch-exit-recursive-edit):
1337 Take three parameters, since it's used as an after-change-function.
c3b0c268 1338
698ee07c 1339 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
1340 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1341 from doc strings.
1342
e3b22517
GM
13432001-09-02 Milan Zamazal <pdm@zamazal.org>
1344
698ee07c
SM
1345 * progmodes/glasses.el (glasses-convert-to-unreadable):
1346 Consider underscores as in `glasses-make-readable'.
e3b22517 1347
19bd58e8
EZ
13482001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1349
883310a7
EZ
1350 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1351 MS-DOS, since cpp might not be available.
1352
698ee07c
SM
1353 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1354 Mention "yank" in the help-echo text.
1355 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1356
13572001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1358
1359 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 1360
59b7ded8
EZ
13612001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1362
5e11c425
EZ
1363 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1364 exists. From Andy Petrusenco <andy@int.spb.ru>.
1365
59b7ded8 1366 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
1367 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1368 <andy@int.spb.ru>.
59b7ded8 1369
c9979669
GM
13702001-08-31 Gerd Moellmann <gerd@gnu.org>
1371
1372 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1373 Instead of running mouse-yank-at-click, see what the event is
1374 bound to outside Isearch and run that.
1375
79f5f9ec
EZ
13762001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1377
698ee07c
SM
1378 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1379 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 1380
c0551649
GM
13812001-08-30 Gerd Moellmann <gerd@gnu.org>
1382
e8b1643c
GM
1383 * simple.el (eval-expression-print-level): Fix last change.
1384
f3185924
GM
1385 * bindings.el (mode-line-coding-system-map): New variable.
1386 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1387
92a25631
GM
1388 * simple.el (eval-expression-print-level): Change the type
1389 of the defcustom to allow nil.
1390
9584e63a
GM
1391 * emacs-lisp/find-gc.el: Moved here from lisp/.
1392
698ee07c
SM
1393 * international/quail.el (quail-completion-1):
1394 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
1395 From Kenichi Handa <handa@etl.go.jp>.
1396
c0551649
GM
1397 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1398 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1399
ef32aa02
EZ
14002001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1401
1402 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1403 aren't supported. This avoids the annoying gray strip drawn by
1404 the Windows version instead of the missing tool bar.
1405
ff4ec1f7
GM
14062001-08-29 Gerd Moellmann <gerd@gnu.org>
1407
53ca4610
GM
1408 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1409 and tooltips more consistent. From "Marshall, Simon"
1410 <Simon.Marshall@midas-kapiti.com>.
1411
ff4ec1f7
GM
1412 * startup.el (fancy-splash-screens): Temporarily set
1413 minor-mode-map-alist to nil while displaying splash screens.
1414
6d6c3f84
GM
14152001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1416
1417 * buff-menu.el: Add Keywords header.
1418 Doc fix (C-x C-b is bound to list-buffers).
1419
565132a3
GM
1420 * dired-x.el: Add keyword files to get listed in finder.
1421 Remove confusing notes about GNU Emacs 19.
1422
1423 * dired.el, dired-aux.el: Add Keywords header.
1424
042e6d91
AS
14252001-08-28 Andre Spiegel <spiegel@gnu.org>
1426
1427 * vc.el (vc-revert-file): Call the backend even if the FILE's
1428 contents can be reverted locally; pass new arg CONTENTS-DONE
1429 down to the backend.
1430
854bd40a 1431 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
1432 optional arg CONTENTS-DONE.
1433
33818c6c
AI
14342001-08-28 Andrew Innes <andrewi@gnu.org>
1435
1436 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1437
0f76ca04
EZ
14382001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1439
1440 * makefile.nt (install): Copy more *.el files.
1441
6b6e2422
GM
14422001-08-28 Gerd Moellmann <gerd@gnu.org>
1443
1444 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1445 instead of `w' which is already in use.
1446
5b52c296
GM
1447 * gs.el (gs-load-image): Use sleep-for.
1448 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1449
43744cb9
MB
14502001-08-28 Miles Bader <miles@gnu.org>
1451
1452 * replace.el (query-replace-regexp-eval): Return args from
1453 `interactive' form in correct order.
1454
4b4ea1dc
EZ
14552001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1456
1457 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1458 major modes, don't create panes for modes for which
1459 mouse-buffer-menu-alist returns an empty alist.
1460
14612001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
1462
1463 * progmodes/hideshow.el: Update first-line description.
1464 Sync comments w/ maintainer version 5.31.
1465
1466 (hs-isearch-open): Default value now `code'.
1467 Fix docstring to use "code blocks" vs "comment blocks",
1468 as opposed to "block" vs "comment".
1469 (hs-flag-region): Accept `hs-isearch-open' value
1470 of `block' as synonymous w/ `code'.
1471 (hs-hide-block-at-point): For code blocks, pass `code'
1472 to `hs-flag-region' instead of `block'.
1473
9ad62cf8
MB
14742001-08-28 Miles Bader <miles@gnu.org>
1475
1476 * comint.el (comint-next-prompt): Don't loop infinitely if
1477 {next,previous}-single-char-property-change returns its input
1478 position when the search fails.
1479
14802001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
1481
1482 * comint.el (comint-get-old-input-default): Don't signal an error
1483 if point is not on an input field; instead, return the current
1484 line (using `comint-bol' to skip any prompt, in case we're not
1485 using fields at all).
1486
1487 * man.el (Man-mode-line-format): Variable removed.
1488 (Man-mode): Change `mode-line-buffer-identification' instead of
1489 `mode-line-format'.
1490
d599a452
GM
14912001-08-27 Gerd Moellmann <gerd@gnu.org>
1492
1493 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1494 From Simon Josefsson <jas@extundo.com>.
1495
299248aa
EZ
14962001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1497
5b02e712
EZ
1498 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1499 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1500
89aea802
EZ
1501 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1502 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1503
1504 * emacs-lisp/lselect.el: Ditto.
1505
3452efc2
SM
1506 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1507 Remove periods from the end of error message strings.
1508 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 1509
299248aa
EZ
1510 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1511 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1512
1513 * net/telnet.el: Ditto.
1514
08ead67b
GM
15152001-08-26 Gerd Moellmann <gerd@gnu.org>
1516
1517 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1518 KEYMAP to the call to define-minor-mode.
1519
cf8f0b68
EZ
15202001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1521
1522 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1523 Replace some of the undefined characters with emulations of bidi
1524 formatting characters and Niqud as per SI 1311-1.
1525 (IT-unicode-translations): Ditto.
3452efc2
SM
1526 (IT-display-table-setup, IT-setup-unicode-display):
1527 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 1528
16837afc
GM
15292001-08-24 Simon Josefsson <jas@extundo.com>
1530
1531 * hl-line.el (hl-line-mode): Don't be a global mode.
1532 (global-hl-line-mode): New function.
1533
33954c45
GM
15342001-08-24 Gerd Moellmann <gerd@gnu.org>
1535
1536 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1537 being reset by Ghostscript. Don't kill the gs process.
1538 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1539
fa05f6ac
AC
15402001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1541
1542 * term/mac-win.el: Require scroll-bar.
1543
3452efc2
SM
15442001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1545
1546 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1547
02aec07b
EZ
15482001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1549
1550 * hexl.el (hexl-insert-multibyte-char) New function.
1551 (hexl-quoted-insert, hexl-self-insert-command)
1552 (hexl-insert-hex-char, hexl-insert-decimal-char)
1553 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1554 Fix the doc strings accordingly.
1555 (hexl-insert-char): Reject characters whose code is above 255.
1556 Doc fix.
1557 (hexl-mode-map): Copy the global keymap instead of creating a
1558 sparse keymap, and bind all self-inserting characters to
1559 hexl-self-insert-command.
1560
9bfc65eb
SM
15612001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1562
3452efc2
SM
1563 * wid-edit.el (text): Re-order docstring correctly.
1564
9bfc65eb
SM
1565 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1566
1567 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1568
32f2f98e
EZ
15692001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1570
1571 * simple.el (line-number-mode): Mention the variable
1572 line-number-display-limit-width in the doc string.
1573
374388c3
GM
15742001-08-22 Gerd Moellmann <gerd@gnu.org>
1575
1576 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1577 Temporarily select EVENT's window for switching buffers.
1578 (mode-line-bury-buffer): New function.
1579 (mode-line-buffer-identification-keymap): Use it instead of
1580 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 1581 events from shining through.
374388c3 1582
dde6824c
SM
15832001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1584
1585 * newcomment.el (comment-beginning): Make sure the comment-start
1586 we found isn't a comment-end (in cases where confusion is possible).
1587
99bf1e74
MB
15882001-08-22 Miles Bader <miles@gnu.org>
1589
1590 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1591 before writing it, so that hard-links don't see new version.
1592
37618c60
GM
15932001-08-21 Gerd Moellmann <gerd@gnu.org>
1594
dde6824c
SM
1595 * gs.el (gs-set-ghostview-colors-window-prop):
1596 Call x-change-window-property with 3rd arg FRAME.
40e33037 1597 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
1598 to complete before starting a new one.
1599
6ea3db8a
GM
1600 * image.el (image-type-regexps): Make sure that the TIFF
1601 pattern is only matched at the beginning of a string.
1602 From Markus Rost <rost@math.ohio-state.edu>.
1603
dde6824c 1604 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
1605 Oberg <jonas@gnu.org>.
1606
1f8437c4
RV
16072001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1608
1609 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 1610 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
1611
1612 * whitespace.el (whitespace-write-file-hook): Hook to be called
1613 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
1614 write will abort on detecting whitespaces.
1615 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
1616 automatically prior to writing.
1617
1618 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1619 whitespaces in the error output!
1620
dde6824c 1621 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
1622 `indent-tabs-mode', since the latter notes user preferences on
1623 TABs anyway.
1624
1625 * whitespace.el (whitespace-version): 3.1. All of the above issues
1626 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1627
9b96c57d
GM
16282001-08-20 Gerd Moellmann <gerd@gnu.org>
1629
8039284a
GM
1630 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1631 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1632
9b96c57d
GM
1633 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1634
1c71c0c3
GM
16352001-08-20 Alex Schroeder <alex@gnu.org>
1636
1637 * sql.el (sql-db2): Doc change.
1638
16392001-08-20 Alex Schroeder <alex@gnu.org>
1640
1641 * sql.el (sql-postgres): Add the database at the end of the
1642 parameters instead of at the beginning.
1643 (sql-postgres-options): Doc change.
1644
6c7f60a2
GM
16452001-08-17 Gerd Moellmann <gerd@gnu.org>
1646
1647 * custom.el (defcustom): Doc fix.
1648
64ed6f71
GM
16492001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1650
6c7f60a2 1651 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
1652 returns a valid character.
1653
7851eb98
EZ
16542001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1655
1656 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1657 original-point for extra CR characters that are added/removed when
1658 the buffer is written/read whose EOL type is -dos.
1659
b76dfd21
MB
16602001-08-16 Miles Bader <miles@gnu.org>
1661
1662 * simple.el (line-move): Undo previous change.
1f8437c4
RV
1663
1664 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
1665 property to input-terminating `boundary' overlays to avoid
1666 line-move wierdness.
1667
e67d1843
GM
16682001-08-16 Gerd Moellmann <gerd@gnu.org>
1669
1670 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1671 buffer in a save-restriction. Under one test case with Ediff,
1672 window-scroll-functions are run with a window start that's
1673 temporarily outside of the restriction.
1674
21324fae
GM
16752001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1676
dde6824c 1677 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
1678 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1679 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1680 (texinfo-update-menu-region-beginning)
1681 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1682 command, @ifnottex, to regexps, so it is found.
1683
0645d241
AI
16842001-08-16 Andrew Innes <andrewi@gnu.org>
1685
1686 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1687 (DONTCOMPILE): Omit sc.el.
1688
1689 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1690 (DONTCOMPILE): Omit sc.el.
1691
ae13fc3c
GM
16922001-08-16 Gerd Moellmann <gerd@gnu.org>
1693
1694 * replace.el (occur): Bind inhibit-read-only to t.
1695
1369261b
MB
16962001-08-16 Miles Bader <miles@gnu.org>
1697
dde6824c
SM
1698 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1699 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 1700
8464af45
GM
17012001-08-15 Gerd Moellmann <gerd@gnu.org>
1702
ec69d5ec 1703 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 1704 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 1705
1f8437c4 1706 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
1707 of a while-loop.
1708
93aba6fc 1709 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 1710
8464af45
GM
1711 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1712 Don't include term/.
1713
ae13fc3c
GM
1714 * mail/sc.el: Moved to obsolete/.
1715
8b313639
GM
17162001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1717
1718 * ps-print.el: Change error function arguments to follow Emacs
1719 message convention. Doc fix.
1720 (ps-print-version): New version number (6.5.4).
1721 (coding-system-for-write): Change declaration position to avoid
1722 XEmacs compilation gripes.
dde6824c
SM
1723 (coding-system-for-read, buffer-file-coding-system):
1724 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
1725
1726 * ps-mule.el: Doc fix.
1727 (ps-mule-encode-header-string): If STRING is not a string, replace
1728 STRING by empty string.
1729
5fb125b4
EZ
17302001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1731
1732 * frame.el (show-trailing-whitespace): Doc fix.
1733
49e49b77
EZ
17342001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1735
1736 * desktop.el (desktop-save): Insert the coding: tag before
1737 desktop-header.
1738
3e6385a4
GM
17392001-08-13 Gerd Moellmann <gerd@gnu.org>
1740
0de73d5a
GM
1741 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1742 its path from $els.
1743
3e6385a4
GM
1744 * image.el (image-jpeg-p): Fix call of substring.
1745
4a9bf8a4
GM
17462001-08-10 Gerd Moellmann <gerd@gnu.org>
1747
242e5463
GM
1748 * play/animate.el (animate-string): Doc fix. Use a buffer
1749 name with stars in it.
1750 (animate-sequence): New function.
1751 From Richard Stallman <rms@gnu.org>.
1752
030f4537
GM
1753 * frame.el (select-frame-set-input-focus): New function
1754 extracted from other-frame.
1755 (other-frame): Use it.
1756 (next-multiframe-window, previous-multiframe-window): Use it.
1757
346f18dc
GM
1758 * isearch.el (isearch-other-meta-char): Don't switch to the
1759 buffer of a window clicked on, when the current buffer is
1760 in Isearch mode.
1761
4a9bf8a4
GM
1762 * image.el (image-jpeg-p): Test for APPn markers in the range
1763 #xe0..#xef.
1764
eaa2319f
GM
17652001-08-09 Gerd Moellmann <gerd@gnu.org>
1766
3638868e
GM
1767 * desktop.el (desktop-save): Don't use concat to form a file
1768 name, use expand-file-name.
1769
6b48d742
GM
1770 * mouse.el (mouse-delete-window): Do nothing if frame has just
1771 one window.
1772
ed771c89
GM
1773 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1774 for the minor mode name.
1775
1776 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1777 minor mode name.
1778
dde6824c
SM
1779 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1780 instead of make-mode-line-mouse2-map.
ed771c89
GM
1781
1782 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1783 the minor mode name.
1784
dde6824c
SM
1785 * emacs-lisp/easy-mmode.el (define-minor-mode):
1786 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 1787
dde6824c
SM
1788 * calendar/calendar.el (calendar-mode-line-format):
1789 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 1790
a4afe04e
GM
1791 * bindings.el (make-mode-line-mouse-map): Renamed from
1792 make-mode-line-mouse2-map. Take additional arg MOUSE.
1793 (mode-line-modified): Use mouse-3 instead of mouse-2.
1794 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 1795 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 1796
8e3189f0
GM
1797 * bindings.el (mode-line-format): Specify help-echo for line
1798 number, column number and buffer-percent part of the mode-line.
1799
eaa2319f
GM
1800 * image.el (image-type-regexps): Allow whitespace at the start
1801 of the image data for XPM, XBM and Postscript, which are
1802 text files.
1803 (image-jpeg-p): Correct calculation of next field offset.
1804
e3601cf6
PJ
18052001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1806
1807 * battery.el: Fix typo.
1808
057b57f6
GM
18092001-08-08 Gerd Moellmann <gerd@gnu.org>
1810
8a8ef149
GM
1811 * image.el (image-type-regexps): Allow predicates. Change the way
1812 JPEG images are recognized.
1813 (image-jpeg-p): New function.
1814 (image-type-from-data): Handle predicates in image-type-regexps.
1815
057b57f6
GM
1816 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1817 #:, #x, #o, and similar constructs.
1818
69ebef1d
GM
18192001-08-07 Gerd Moellmann <gerd@gnu.org>
1820
22d01aed
GM
1821 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1822
23f46f6f
GM
1823 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1824 instead of `progn'.
1825
e8421604
GM
1826 * tar-mode.el (tar-extract): Avoid generating a new buffer
1827 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1828
ea2c6478
GM
1829 * textmodes/paragraphs.el (forward-sentence): Avoid building
1830 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1831
dde6824c
SM
1832 * progmodes/executable.el (executable-set-magic):
1833 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
1834 inserting it.
1835
1155d483 1836 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 1837 derived from the JFIF spec.
1f8437c4 1838
69ebef1d
GM
1839 * image.el (image-type-regexps): Use `\`' instead of `^' in
1840 most regular expressions.
1841
d1d850d6
PJ
18422001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1843
dde6824c 1844 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 1845
98a8938c
GM
18462001-08-06 Gerd Moellmann <gerd@gnu.org>
1847
dde6824c
SM
1848 * help.el (describe-function-1): Use find-function-search-for-symbol
1849 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 1850
5a397d28
GM
1851 * play/animate.el (animate-birthday-present): Re-insert.
1852
dde6824c
SM
1853 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1854 Handle old-style menu definitions.
98a8938c 1855
7b3220c0
PJ
18562001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1857
6228c05b 1858 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 1859 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 1860
070c251e 1861 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
1862 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1863 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 1864
dffb6224
PJ
18652001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1866
1867 * textmodes/tildify.el: Milan Zamazal has new address.
1868
698665d1
GM
18692001-08-03 Gerd Moellmann <gerd@gnu.org>
1870
be48584d
GM
1871 * custom.el (custom-set-variables): Don't test `custom-requests'
1872 properties, check the third element of the options passed to
1873 custom-set-variables instead.
1874
5e1f85e0 1875 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 1876 instead of file-exists-p.
5e1f85e0 1877
b0fa1513
GM
1878 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1879 the mode-line face is restored. Fix several bugs.
1880
698665d1
GM
1881 * replace.el (perform-replace): Doc fix.
1882
4a7641d9
FP
18832001-08-02 Francesco Potorti` <pot@gnu.org>
1884
1885 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1886 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1887 (uniquify-fix-item-base, uniquify-fix-item-filename)
1888 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1889 Callers changed.
1890 (uniquify-set-proposed): Changed to work with a vector item.
1891 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1892 the fix list, and a list of strings for the non-file buffer
1893 names. Both changes reduce consing.
1894 (uniquify-rationalize-a-list): Local variable renaming.
1895 (uniquify-rationalize-conflicting-sublist): Use member instead of
1896 assoc.
1897 (uniquify-rename-buffer): Use unless instead of if not.
1898
77389930
GM
18992001-08-02 Gerd Moellmann <gerd@gnu.org>
1900
dde6824c 1901 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 1902
cb3f945f
GM
1903 * custom.el (custom-set-variables): Set options with :require
1904 clauses last.
4a7641d9 1905
fbc7f2a6
GM
1906 * custom.el (defcustom): Doc fix.
1907
77389930
GM
1908 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1909
9761cd3a
EZ
19102001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1911
7e03f4c8
EZ
1912 * man.el (man): Mention Man-switches in the doc string.
1913 (Man-switches): Mention -a in the doc string.
1914
dde6824c
SM
1915 * textmodes/ispell.el (ispell-alternate-dictionary):
1916 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 1917
9761cd3a
EZ
1918 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1919 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 1920 <gildea@stop.mail-abuse.org>.
9761cd3a 1921
cc46bfe7
FP
19222001-08-01 Francesco Potorti` <pot@gnu.org>
1923
fc10ed8c
FP
1924 * uniquify.el: These changes correct a corner case that the old
1925 code managed correctly.
1926 (uniquify-fix-item-proposed): Renamed from
1927 uniquify-fix-item-min-proposed.
1928 (uniquify-set-proposed): New function.
1929 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1930 clarity and speed.
dde6824c
SM
1931 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1932 This is equivalent to what the old code did.
fc10ed8c
FP
1933 (uniquify-rationalize-a-list): Never recompute the proposed
1934 name. Sort the conflicting sublist before rationalising it: this
1935 is equivalent to what the old code did, but one directory element
1936 at a time, and only when necessary.
1937 (uniquify-rationalize-conflicting-sublist): Recompute here the
1938 proposed name.
cc46bfe7 1939
dd388130
GM
19402001-08-01 Gerd Moellmann <gerd@gnu.org>
1941
81b1a79d
GM
1942 * play/animate.el: Add Keywords and Maintainer. Remove a
1943 reference to a removed function.
cc46bfe7 1944
dd388130
GM
1945 * play/animate.el (animate-string): Handle case that the string is
1946 longer than the window is wide.
1947
6b053e39
GM
19482001-07-31 Gerd Moellmann <gerd@gnu.org>
1949
ed86208c
GM
1950 * desktop.el (desktop-save): Bind coding-system-for-write to
1951 `emacs-mule' for write-region.
1952
10e922bd
GM
1953 * delsel.el (delete-selection-pre-hook): Don't set this-command
1954 to `ignore' if the region is empty.
1955
dde6824c
SM
1956 * international/mule.el (set-keyboard-coding-system):
1957 Set keyboard-coding-system.
b23bad0b 1958
6b053e39
GM
1959 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1960 before accessing it.
1961
d004e96a
AS
19622001-07-30 Andreas Schwab <schwab@suse.de>
1963
dde6824c
SM
1964 * menu-bar.el (toggle-highlight-paren-mode):
1965 Use `(show-paren-mode)' as body.
d004e96a 1966
892c8dea
AS
19672001-07-30 Andre Spiegel <spiegel@gnu.org>
1968
1969 * vc.el (vc-checkout-hook): New hook.
1970 (vc-checkout): Run it.
1971
21f79512
EZ
19722001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1973
dde6824c
SM
1974 * progmodes/make-mode.el (makefile-macroassign-regex):
1975 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 1976
291e3b68
GM
19772001-07-30 Gerd Moellmann <gerd@gnu.org>
1978
6594ac22
GM
1979 * vc.el (vc-switch-backend): Fix autoload cookie.
1980
291e3b68
GM
1981 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1982 the desktop file.
1983
87449711
GM
19842001-07-30 Simon Josefsson <jas@extundo.com>
1985
1986 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1987 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1988
bf85004b
GM
19892001-07-27 Gerd Moellmann <gerd@gnu.org>
1990
75c5350a
GM
1991 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1992 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
1993 (last-sexp-toggle-display, eval-last-sexp-1):
1994 Use last-sexp-setup-props.
75c5350a 1995
cc46bfe7 1996 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
1997 New user-options.
1998 (mouse-wheel-change-button): New function.
1999 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
2000 (mwheel-scroll): Ditto.
2001
16098288
GM
20022001-07-26 Gerd Moellmann <gerd@gnu.org>
2003
ac49effe
GM
2004 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
2005 `...', compare with unabbreviated printed representation instead.
2006 (last-sexp-print): Bind print-length and print-level to nil.
2007
be4a68f9
GM
2008 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
2009 before assigning text properties. Make properties rear-nonsticky.
ac49effe 2010
f6e6cdf2
GM
2011 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
2012 (eval-last-sexp-1): Give printed text a `keymap' property and bind
2013 <mouse-2> and <RET> in that map to a function printing the
2014 unabbreviated value.
2015
16098288
GM
2016 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
2017 is a buffer, put a text property `printed-value' on the printed
2018 representation, with the Lisp object printed as value.
2019
343462ed
EZ
20202001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2021
2022 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
2023 Mention the effect of eval-expression-print-length and
2024 eval-expression-print-level in the doc strings. Suggested by
2025 Kevin Gallagher <kevingal@onramp.net>.
2026
e043664a
GM
20272001-07-25 Gerd Moellmann <gerd@gnu.org>
2028
4b09e331
GM
2029 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
2030 for buttons > 3.
2031 (xterm-mouse-translate): Handle the case that we don't get a
2032 down-event.
cc46bfe7 2033
dde6824c
SM
2034 * emacs-lisp/find-func.el (find-function-regexp):
2035 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
2036 in front of the function name.
2037
17635d50 2038 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 2039
3fb01f36
GM
2040 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2041 similar events for which fake prefix keys are generated. It's no
2042 longer necessary since read_key_sequence doesn't modify these
2043 events for internal purposes anymore.
2044
e043664a
GM
2045 * files.el (auto-mode-alist): Use nroff-mode for files ending
2046 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2047
a9f73104
EZ
20482001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2049
2050 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2051 tool-bar-lines parameter, behave as if its value were zero.
2052 (mouse-avoidance-set-pointer-shape): Don't do anything if
2053 x-pointer-shape is not boundp.
2054
c02a76cc
FP
20552001-07-23 Francesco Potorti` <pot@gnu.org>
2056
f0188953 2057 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
2058 (uniquify-fix-item-base, uniquify-fix-item-filename)
2059 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 2060 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 2061 place in the item, but was never used.
c02a76cc 2062 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 2063 in the item is now used as cache for the proposed name.
c02a76cc 2064 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
2065 newbuffile out of the loop, in the newbuffile-nd local var.
2066 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 2067 common case and cache it in the fourth place in the item.
f0188953 2068 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 2069 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
2070 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2071 the cached proposed name, does much less consing and is quicker.
2072 (uniquify-filename-lessp): Deleted.
dde6824c
SM
2073 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2074 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
2075 cached proposed name is possible.
2076 (uniquify-get-proposed-name): Arguments changed, callers changed.
2077 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2078 uniquify-possibly-resolvable flag, which is no more bound locally.
2079 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 2080 flag, which does not exist any more.
c02a76cc 2081
31fac3b8
EZ
20822001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2083
be8cf99e
EZ
2084 * term/internal.el (IT-unicode-translations): Fix the appearance of
2085 "6`".
2086
31fac3b8
EZ
2087 * progmodes/compile.el (compile-internal): If EMACS is already
2088 defined in the environment, don't override its value.
2089
73496807
GM
20902001-07-23 Gerd Moellmann <gerd@gnu.org>
2091
9e5a7f2a
GM
2092 * play/fortune.el: Undo change of 2001-07-13.
2093 Fix autoload cookies. Add types to defcustoms.
2094 (fortune) <defgroup>: Add :link.
2095 (fortune-from-region): Use eq, not eql.
2096 From Dave Love <fx@gnu.org>.
c02a76cc 2097
5247262a 2098 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 2099
73496807
GM
2100 * play/animate.el: New file.
2101
722a451d
EZ
21022001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2103
dde6824c
SM
2104 * startup.el (normal-top-level-add-subdirs-to-load-path):
2105 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
2106 canonicalized names of the directories instead of inode numbers.
2107
4960e757 21082001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 2109
4960e757
MK
2110 * ediff-util.el: Copyright years.
2111 (ediff-choose-syntax-table): New function.
2112 (ediff-setup): Use ediff-choose-syntax-table.
73496807 2113 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 2114 vc-state is available.
73496807 2115 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 2116
4960e757
MK
2117 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2118 with-syntax-table.
73496807
GM
2119 (ediff-coding-system-for-read): From ediff-diff.el
2120 (ediff-coding-system-for-write): New variable.
2121 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 2122 overlays.
73496807
GM
2123 (ediff-file-remote-p): Use file-remote-p, if available.
2124 (ediff-listable-file): New function.
2125 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 2126
dde6824c
SM
2127 * ediff-mult.el (ediff-meta-insert-file-info1):
2128 Use ediff-listable-file.
c02a76cc 2129
dde6824c
SM
2130 * ediff-ptch.el (ediff-prompt-for-patch-file):
2131 Use ediff-coding-system-for-read.
73496807 2132 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 2133
73496807
GM
2134 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2135 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 2136
4960e757 2137 * ediff.el: Date of last update, copyright years.
c02a76cc 2138
4960e757 2139 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 2140
4960e757
MK
2141 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2142 of Scott Bronson.
2143 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2144 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2145 Deleted functions.
2146 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2147 ex-token-list.
73496807 2148 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 2149
dde6824c 2150 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
2151 (viper-memq-char): Use viper-int-to-char.
2152 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 2153 vc-locking-state.
73496807 2154 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 2155
dde6824c
SM
2156 * viper.el (viper-major-mode-modifier-list):
2157 Added inferior-emacs-lisp-mode.
73496807 2158 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 2159 heuristics to decide if vi state is appropriate.
73496807
GM
2160 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2161 (viper-non-hook-settings): Don't advise read-key-sequence.
2162 (viper-read-key-sequence): New function that replaces the
4960e757 2163 previously used advice to read-key-sequence.
c02a76cc 2164
73496807
GM
2165 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2166 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2167 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2168 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2169 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2170 Got rid of the negative character hack.
4960e757 2171 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
2172 Use viper-read-key-sequence.
2173 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 2174 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 2175 Don't override existing minibuffer-setup-hook.
4960e757 2176 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 2177 Convert registers to char data type.
73496807 2178 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
2179
2180 * viper-keym.el: Use viper-exec-key-in-emacs.
2181
05824718
SM
21822001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2183
2184 * server.el (server-visit-files): Fix variable name typo.
2185
6e07c0a5
GM
21862001-07-20 Gerd Moellmann <gerd@gnu.org>
2187
05824718 2188 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
2189 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2190
5b6858da
SM
21912001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2192
2193 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2194 return a this-error using the alternative format (a pair of markers).
2195
794d58ba
GM
21962001-07-19 Gerd Moellmann <gerd@gnu.org>
2197
4e2a256b
GM
2198 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2199
794d58ba
GM
2200 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2201 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 2202
381194d0
PJ
22032001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2204
2205 * international/iso-transl.el: Fix typo in the header of the file.
2206
2207 * textmodes/picture.el (picture): Doc fix.
2208
2209 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2210 follow coding conventions in generated files.
2211
27009a49
EZ
22122001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2213
5b6858da 2214 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
2215 (tool-bar-add-item): Don't call image-related primitives if the
2216 display doesn't support images.
2217
2218 * frame.el (display-images-p): New function.
2219
467f1209
GM
22202001-07-17 Gerd Moellmann <gerd@gnu.org>
2221
2222 * server.el (server-visit-files): Handle the case the specified
2223 column number is <= 0.
2224
22252001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2226
2227 * startup.el (command-line-1): Add support for +LINE:COLUMN
2228 command line argument.
2229
22302000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2231
5b6858da
SM
2232 * server.el (server-process-filter, server-visit-files):
2233 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 2234
9781053a
PJ
22352001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2236
2237 * emacs-lisp/easy-mmode.el: Add Keywords header.
2238
2239 * play/pong.el: Author has new address.
2240
2241 * play/landmark.el: Author is no more reachable.
2242
2243 * play/handwrite.el: Author is no more reachable.
2244
5b6858da
SM
22452001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2246
2247 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2248 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2249 Complete bindings for F<1..12> keys.
2250 (global-map): Remove `undo' binding (already in the default).
2251 Replace `t<n>' bindings with `f<n>' bindings.
2252
a38b71b0
SM
22532001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2254
2255 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2256 (tcl-mode): Use tcl-add-log-defun.
2257 (tcl-indent-line): Use tcl-calculate-indent.
2258 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2259 (tcl-indent-exp): Renamed from indent-tcl-exp.
2260 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2261 (tcl-indent-for-comment): Call comment-indent-function properly
2262 and handle the case where it returns nil.
2263
c1d61a7d
GM
22642001-07-16 Gerd Moellmann <gerd@gnu.org>
2265
a38b71b0
SM
2266 * calendar/cal-islam.el (calendar-goto-islamic-date):
2267 Remove autoload cookie.
2268
2269 * calendar/calendar.el (calendar-goto-islamic-date):
2270 Add call to autoload.
c1d61a7d 2271
c59fb719
SM
22722001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2273
2274 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2275 Don't change compile-auto-highlight globally.
2276 Don't bother with `font-lock-defaults' property since XEmacs
2277 also understands the `font-lock-defaults' variable.
2278 Use make-local-variable rather than make-variable-buffer-local.
2279 Don't `defconst' comment-indent-function: keep the default.
2280 Call easy-menu-add unconditionally.
2281 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2282 (ada-create-menu): Use :included for Emacs as well.
2283
2284 * vc.el (vc-do-command): Autoload.
2285
2286 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2287
652a9be9
PJ
22882001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2289
2290 * ps-print.el: Fix Author: header.
2291
c3d6be34
GM
22922001-07-16 Gerd Moellmann <gerd@gnu.org>
2293
4391d40d
GM
2294 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2295 mouse-1 etc., bind them to `ignore'.
2296
c3d6be34
GM
2297 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2298 send-invisible, which is already defined in Comint.
2299 (eshell-watch-for-password-prompt): Use it.
2300
e8af40ee
PJ
23012001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2302
3c3e43ef
PJ
2303 * which-func.el (which-func-mode): Doc fix.
2304
e8af40ee 2305 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
2306 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2307 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2308 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2309 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2310 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2311 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2312 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2313 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2314 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2315 * emulation/edt-mapper.el, emulation/edt-pc.el,
2316 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2317 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2318 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2319 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2320 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2321 * international/isearch-x.el, international/iso-cvt.el,
2322 * international/ogonek.el, international/quail.el,
2323 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2324 * language/devanagari.el, language/ethio-util.el,
2325 * language/ethiopic.el, language/european.el, language/indian.el,
2326 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2327 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2328 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2329 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2330 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2331 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2332 * progmodes/autoconf.el, progmodes/cmacexp.el,
2333 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2334 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2335 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2336 * progmodes/ebnf2ps.el, progmodes/executable.el,
2337 * progmodes/fortran.el, progmodes/idlw-shell.el,
2338 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2339 * progmodes/m4-mode.el, progmodes/mantemp.el,
2340 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2341 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2342 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2343 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2344 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2345 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2346 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2347 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2348 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2349 * textmodes/two-column.el, time-stamp.el, timezone.el,
2350 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2351 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2352 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
2353 conventions.
2354
bb24c64f
GM
23552001-07-16 Gerd Moellmann <gerd@gnu.org>
2356
2357 * simple.el (set-variable): Require 'cus-edit' instead of
2358 `wid-edit', so that the Custom widgets get defined.
2359
6a05d05f
PJ
23602001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2361
2362 * allout.el: A fix to follow coding conventions.
2363
2364 * find-lisp.el: A fix to follow coding conventions.
2365
2366 * term/w32-win.el: A fix to follow coding conventions.
2367
2368 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2369
2370 * term/xterm.el: A fix to follow coding conventions.
2371
2372 * term/news.el: A fix to follow coding conventions.
2373
2374 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2375 header line fixed.
2376
2377 * sun-curs.el: Fix Maintainer: header line.
2378
2379 * emacs-lisp/easymenu.el: Address of the author added.
2380
1b85bd12
GM
23812001-07-16 Gerd Moellmann <gerd@gnu.org>
2382
2383 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2384 property.
2385
6e44da43
PJ
23862001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2387
2388 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 2389 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
2390 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2391 Some fixes to follow coding conventions.
6e44da43 2392
6033fc96
GM
23932001-07-16 Gerd Moellmann <gerd@gnu.org>
2394
2395 * which-func.el (which-func-mode): Doc fix.
2396
5d3d1e32
SM
23972001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2398
2399 * net/rcompile.el (remote-compile): Use make-local-variable.
2400
2401 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2402
2403 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2404
2405 * mail/reporter.el (reporter-submit-bug-report):
2406 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2407
55535639
PJ
24082001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2409
3afbc435 2410 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
2411 * calendar/cal-dst.el, calendar/cal-french.el,
2412 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2413 * calendar/cal-iso.el, calendar/cal-julian.el,
2414 * calendar/cal-mayan.el, calendar/cal-persia.el,
2415 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2416 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2417 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2418 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2419 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2420 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2421 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2422 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2423 * progmodes/ada-xref.el, progmodes/cc-align.el,
2424 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2425 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2426 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2427 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2428 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2429 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2430 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2431 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2432 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2433 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
2434 conventions in Eshell files with known maintainers.
2435
2436 * emulation/viper.el: A fix to follow coding conventions.
2437
60370d40 2438 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
2439 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2440 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2441 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2442 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2443 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2444 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2445 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2446 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2447 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
2448 conventions in Eshell files.
2449
2450 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
2451 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2452 * emulation/pc-mode.el, emulation/viper-cmd.el,
2453 * emulation/viper-ex.el, emulation/viper-init.el,
2454 * emulation/viper-keym.el, emulation/viper-macs.el,
2455 * emulation/viper-mous.el, emulation/viper-util.el,
2456 * emulation/viper.el, forms-pass.el, international/ccl.el,
2457 * international/characters.el, international/encoded-kb.el,
2458 * international/fontset.el, international/ja-dic-cnv.el,
2459 * international/ja-dic-utl.el, international/kinsoku.el,
2460 * international/kkc.el, international/mule-cmds.el,
2461 * international/mule-diag.el, international/mule-util.el,
2462 * international/mule.el, international/titdic-cnv.el,
2463 * language/china-util.el, language/chinese.el,
2464 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2465 * language/greek.el, language/hebrew.el, language/japan-util.el,
2466 * language/japanese.el, language/korea-util.el, language/korean.el,
2467 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2468 * language/slovak.el, language/thai-util.el, language/thai.el,
2469 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2470 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2471 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2472 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2473 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2474 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2475 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2476 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2477 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2478 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
2479 to follow coding conventions in files without maintainer or in files
2480 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
2481
2482 * emacs-lisp/elp.el: A fix to follow coding conventions.
2483
715a2ca2 2484 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
2485 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2486 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2487 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2488 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2489 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2490 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2491 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2492 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2493 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2494 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2495 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
2496 conventions in files from Gnus.
2497
55535639 2498 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
2499 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2500 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2501 * echistory.el, electric.el, emacs-lisp/authors.el,
2502 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2503 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2504 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2505 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2506 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2507 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2508 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2509 * international/codepage.el, international/iso-ascii.el,
2510 * international/iso-insert.el, international/iso-transl.el,
2511 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2512 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2513 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2514 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2515 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2516 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2517 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2518 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2519 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2520 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2521 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2522 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2523 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2524 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2525 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2526 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2527 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2528 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2529 * textmodes/tex-mode.el, textmodes/text-mode.el,
2530 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2531 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2532 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
2533 files maintained by FSF.
2534
1cd7adc6
PJ
25352001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2536
2537 * arc-mode.el: A fix to follow coding conventions.
2538
2539 * bindings.el: Ditto.
2540
2541 * cdl.el: Ditto.
2542
2543 * comint.el: Ditto.
2544
2545 * cus-start.el: Ditto.
2546
2547 * shell.el: Ditto.
2548
2549 * skeleton.el: Ditto.
2550
07b1b912
SM
25512001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2552
2553 * info.el (Info-build-node-completions):
2554 Make Info-current-file-completions buffer local.
2555
09938b67
GM
25562001-07-13 Gerd Moellmann <gerd@gnu.org>
2557
e0f82ad8 2558 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 2559 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 2560
07b1b912 2561 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 2562 Add autoload cookie.
aa11456f 2563
09938b67
GM
2564 * play/fortune.el: Add types to defcustoms.
2565
ebea5735
PJ
25662001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2567
09938b67 2568 * language/czech.el: A fix to follow coding conventions.
ebea5735 2569
ec7dc7e1
EZ
25702001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2571
2572 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2573 to the extension list, for antlr-mode. From Christoph Wedler
2574 <Christoph.Wedler@sap.com>.
2575
ec402ad4
SM
25762001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2577
2578 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2579 (vc-dired-mode-map): Fix the madness.
2580
2581 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2582 (vc-prefix-map): Moved back from vc.el.
2583
a777242c
GM
25842001-07-11 Gerd Moellmann <gerd@gnu.org>
2585
07b1b912
SM
2586 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2587 Increase the size of the obarray.
a777242c
GM
2588 (mail-extr-all-top-level-domains): Add more toplevel domains,
2589 add more long names.
2590 From: Per Starback <starback@ling.uu.se>.
2591
874d7995
EZ
25922001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2593
2594 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2595 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2596
2597 * progmodes/ada-mode.el: Ditto.
2598
2599 * progmodes/ada-xref.el: Ditto.
2600
ff524b84
MB
26012001-07-11 Miles Bader <miles@gnu.org>
2602
2603 * finder.el (finder-insert-at-column): Also move to the next line
2604 if exactly at COLUMN.
2605
6b05fae3
GM
26062001-07-10 Gerd Moellmann <gerd@gnu.org>
2607
6ce5615d
GM
2608 * help.el (describe-function-1): When printing FUNCTION's
2609 documentation, don't assume FUNCTION is a symbol.
2610
6b05fae3
GM
2611 * startup.el (normal-top-level): Don't operate on the initial
2612 frame if we failed to create one.
2613
19da29f9
GM
26142001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2615
2616 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2617 itself, i.e. only indent the contents in it.
2618
6f19114e
GM
26192001-07-10 Markus Rost <rost@math.ohio-state.edu>
2620
2621 * mail/rmail.el (rmail-show-message): Show beginning of message in
2622 all windows containing it.
2623
8184a578
EZ
26242001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2625
2626 * term/tty-colors.el: Fix the header line and copyright years.
2627
524ac5b2
GM
26282001-07-09 Gerd Moellmann <gerd@gnu.org>
2629
4033ae9d
GM
2630 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2631 original definition has an interactive form, but is Elp
2632 instrumented, use the interactive form of the function called by
2633 elp-wrapper.
2634
59c2dcf4
GM
2635 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2636 configurations with compare-window-configuration; they aren't
2637 window configurations.
2638
524ac5b2
GM
2639 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2640 from the server for the format we expect. Don't use it if it
c59fb719 2641 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 2642
06c66e1c 2643 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
2644 From Luis Fernandes <elf@ee.ryerson.ca>.
2645
524ac5b2 26462001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
2647
2648 * cc-cmds.el: Extended the kludge to interoperate with the
2649 delsel and pending-del packages wrt to the new function
2650 `c-electric-delete-forward'.
2651
851040a5
SM
26522001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2653
2654 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2655 to delay the call to <mode> for global minor modes.
2656 (easy-mmode-define-navigation): Only recenter if interactive.
2657
6573d87f
GM
26582001-07-06 Gerd Moellmann <gerd@gnu.org>
2659
a25e82a8
GM
2660 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2661 to lisp-indent-line.
2662
6573d87f
GM
2663 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2664 from the server. Call encode-time only when we are sure that we
2665 got a 213 response.
2666
c1a1fd60
GM
26672001-07-06 Simon Josefsson <jas@extundo.com>
2668
2669 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2670 (mail-envelope-from): New user option.
2671 (sendmail-send-it): Use it.
2672
4b81a999
GM
26732001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2674
851040a5
SM
2675 * ps-print.el: Use locale dependant date to print date in header.
2676 Doc fix.
4b81a999
GM
2677 (ps-print-version): New version number (6.5.3).
2678 (ps-right-header, ps-right-footer): Initialization and doc fix.
2679 (ps-time-stamp-locale-default): New fun.
2680
a2cc5c4f
GM
26812001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2682
2683 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2684 field problem with MIME-mode.
2685
2686 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2687
26882001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2689
2690 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2691 MIME-mode.
2692
a9b511e0
EZ
26932001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2694
2695 * bindings.el (mode-line-mule-info): Don't show the tip with
2696 buffer-file-coding-system if that is nil.
2697
0f60e5ff
GM
26982001-07-05 Gerd Moellmann <gerd@gnu.org>
2699
f25cfe53
GM
2700 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2701 instead of kill-line.
2702
5f72adc0
GM
2703 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2704 <Pavel@Janik.cz>.
2705
2706 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2707 <Pavel@Janik.cz>.
0f60e5ff 2708
b5e2c7a7
GM
27092001-07-04 Gerd Moellmann <gerd@gnu.org>
2710
2711 * font-lock.el (c-font-lock-keywords-3): When matching something
2712 like `struct X Y', finish with point after Y.
2713
e5836af8 27142001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 2715
e5836af8 2716 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 2717 in caller buffer.
e5836af8 2718
f1c53471
EZ
27192001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2720
bf4041b6 2721 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
2722 instead of string-match to find the basename of the file.
2723 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 2724
851040a5
SM
2725 * net/browse-url.el (browse-url-default-windows-browser):
2726 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
2727 (browse-url-browser-function) [ms-dos]: Default to
2728 browse-url-default-windows-browser.
2729
f1c53471
EZ
2730 * help.el (locate-library): Enable code that looks for compressed
2731 libraries if auto-compression-mode is on.
2732
4ce5c223
SM
27332001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2734
2735 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2736
dd441b46
GM
27372001-07-02 Gerd Moellmann <gerd@gnu.org>
2738
4ce5c223 2739 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 2740
7a3ee510
EZ
27412001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2742
33e432b1
EZ
2743 * allout.el: Fix the header line, so that finder.el recognizes it.
2744 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2745
4ce5c223
SM
2746 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2747 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 2748
3024d920
EZ
27492001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2750
4ce5c223 2751 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 2752
3024d920
EZ
2753 * ps-bdf.el (bdf-directory-list): Use the value relative to
2754 installation-directory for MS-Windows as well.
2755
0c1baae8
RS
27562001-06-29 Richard M. Stallman <rms@gnu.org>
2757
2758 * wid-edit.el (widget-color-sample-face-get):
2759 Return ((foreground-color . COLOR)) instead of constructing a face.
2760
442ebe98
EZ
27612001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2762
2763 * faces.el (region): Change the background color for the
2764 light-background color display to lightgoldenrod2, to make it
2765 visible on some laptops.
2766
6519817e
RS
27672001-06-28 Richard M. Stallman <rms@gnu.org>
2768
2769 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2770 (rmail-msg-restore-non-pruned-header): Likewise.
2771 If point was in the old pruned header, put it at the top.
2772 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 2773
6519817e
RS
2774 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2775 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2776
15533ae2
SM
27772001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2778
2779 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2780
19a448e3
KF
27812001-06-28 Karl Fogel <kfogel@red-bean.com>
2782
2783 * saveplace.el: Update maintainer email address.
2784
a17555fd
FP
27852001-06-27 Francesco Potorti` <pot@gnu.org>
2786
15533ae2
SM
2787 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2788 Undo previous change.
a17555fd
FP
2789
27902001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
2791
2792 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2793 preliminary quick reordering. Can speed things up dramatically.
2794
555cc9ca
RS
27952001-06-26 Richard M. Stallman <rms@gnu.org>
2796
4d68abe0
RS
2797 * dired.el (dired-get-filename): A file name starting with ~
2798 is not absolute in this context.
2799
555cc9ca
RS
2800 * which-func.el (which-func-maxout): Increase default to 500000.
2801 (which-function-mode): This is now the "real" name of the function.
2802 (which-func-mode): Now an alias.
2803 (which-func-mode-global): Name deleted.
2804
2805 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2806 button-2, when binding hs-mouse-toggle-hiding.
2807
d9bad487
GM
28082001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2809
15533ae2 2810 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
2811 (rmail-msg-prune-header): Likewise.
2812 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2813 and `rmail-msg-prune-header'.
2814
da197e75
SM
28152001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2816
2817 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2818 back than LINEBEG.
2819
9501b986
EZ
28202001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2821
2822 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2823 window where they clicked the mouse has a header line, adjust
2824 vertical movement by one.
2825
7aee34d3
GM
28262001-06-25 Milan Zamazal <pdm@zamazal.org>
2827
da197e75
SM
2828 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2829 too when separating a parenthesis.
7aee34d3 2830
b9cc92a4
EZ
28312001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2832
2833 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2834 (bookmark-bmenu-hide-filenames): Add help-echo to
2835 mouse-highlighted text.
2836 (bookmark-bmenu-show-filenames): Remove help-echo property from
2837 the whitespace.
2838
e55c4863
EZ
28392001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2840
da197e75
SM
2841 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2842 From Karl Eichwalder <ke@suse.de>.
e55c4863 2843
4bd41f5a
RS
28442001-06-23 Richard M. Stallman <rms@gnu.org>
2845
2846 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2847
2848 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2849 contents for completing-read.
2850
fdae95d4
RS
28512001-06-22 Richard M. Stallman <rms@gnu.org>
2852
2853 * menu-bar.el (menu-bar-make-toggle): Construct the
2854 function's doc string from HELP, not DOC, and make it accurate by
2855 adding "Toggle whether to " at the front and downcasing the initial.
2856 Change the HELP arg in some calls to make it fit this usage.
2857
2858 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2859 Undo previous change.
2860
5f0e1d42
EZ
28612001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2862
1fd63d9b
EZ
2863 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2864
da197e75 2865 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 2866
2ebf8f54
EZ
28672001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2868
7a03d9cd
EZ
2869 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2870
2ebf8f54
EZ
2871 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2872
4de68712
RS
28732001-06-20 Richard M. Stallman <rms@gnu.org>
2874
2875 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2876 broken out from dabbrev--find-expansion. Handle minibuffer
2877 specially here.
2878 (dabbrev--find-expansion): Simplify code in various ways.
2879 Don't treat minibuffers specially.
2880 Call dabbrev--make-friend-buffer-list.
da197e75 2881 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
2882 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2883
f84e9763 28842001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 2885
f84e9763
JW
2886 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2887 Also, added a comment describing how to greatly speedup Eshell
2888 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 2889
f5f3efaa 28902001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 2891
da197e75
SM
2892 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2893
f84e9763
JW
28942001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2895
2896 * woman.el (WoMan-highlight-references): Add help-echo to
2897 mouse-highlighted text.
b868ed49 2898
f7ac3e28
SM
28992001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2900
2901 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2902
f6f1beba
GM
29032001-06-18 Gerd Moellmann <gerd@gnu.org>
2904
f7ac3e28
SM
2905 * international/quail.el (quail-start-conversion):
2906 Reset quail-translating to nil.
db8f7303 2907
f6f1beba
GM
2908 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2909 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2910
1a0b9ae6
EZ
29112001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2912
855eca56
EZ
2913 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2914 mouse-highlighted text.
2915
1a0b9ae6
EZ
2916 * dired.el (dired-mark-pop-up): Fix last change.
2917
e75e894b
EZ
29182001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2919
218abc51
EZ
2920 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2921 mouse-highlighted text.
2922
d36ca65d
EZ
2923 * net/quickurl.el (quickurl-url-file): Run through
2924 convert-standard-filename.
2925 (quickurl-list-populate-buffer): Add help-echo to
2926 mouse-highlighted text.
2927 (top-level): Update Dave's URL.
2928
092924fd
EZ
2929 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2930 mouse-highlighted text.
2931
f7ac3e28
SM
2932 * textmodes/page-ext.el (pages-copy-header-and-position):
2933 Add help-echo to mouse-highlighted text.
092924fd
EZ
2934
2935 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2936 mouse-highlighted text.
2937
2938 * replace.el (occur): Add help-echo to mouse-highlighted text.
2939
2940 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2941 mouse-highlighted text.
2942
2943 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2944 mouse-highlighted text.
2945
f7ac3e28
SM
2946 * progmodes/compile.el (compile-reinitialize-errors):
2947 Add help-echo to mouse-highlighted messages.
092924fd
EZ
2948 (compilation-forget-errors): Remove help-echo property as well.
2949
f7ac3e28
SM
2950 * play/landmark.el (lm-plot-square, lm-init-display):
2951 Add help-echo to mouse-highlighted text.
092924fd 2952
f7ac3e28
SM
2953 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2954 Add help-echo to mouse-highlighted text.
092924fd
EZ
2955
2956 * dired.el (dired-insert-set-properties): Add help-echo to
2957 mouse-highlighted text.
f7ac3e28 2958 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
2959
2960 * comint.el (comint-send-input): Add help-echo to
2961 mouse-highlighted text.
2962
2963 * buff-menu.el (list-buffers-noselect): Add help-echo to
2964 mouse-highlighted text.
2965
2966 * arc-mode.el (archive-summarize-files): Add help-echo to
2967 mouse-highlighted text.
2968
e75e894b
EZ
2969 * ffap.el (ffap-machine-p): Always return nil if
2970 open-network-stream is not fboundp.
2971
f621ed9d
SM
29722001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2973
2974 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2975 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2976 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2977 incorrectly binding chars between 128 and 256 to it.
2978 (sgml-maybe-name-self): Handle latin-1 chars properly.
2979 (sgml-tags-invisible): Bind buffer-file-name to nil.
2980 Use unwind-protect and restore-buffer-modified-p.
2981 (sgml-point-entered): Use buffer-substring-no-properties.
2982 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2983 (html-mode): Don't force `imenu-sort-function'.
2984
884e8578
EZ
29852001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2986
d5b49f47
EZ
2987 * tar-mode.el: Fix the copyright notice.
2988
ce6b1982
EZ
2989 * font-lock.el (font-lock-comment-face): For tty's with dark
2990 background, use "red1", since "lightred" is not one of the colors
2991 recognized by tty-colors.el.
2992
884e8578
EZ
2993 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2994 create a buffer for extracted file, in case there's more than one
2995 file by that name in an archive, possibly in different
2996 directories. From Kevin Rodgers <kevinr@ihs.com>.
2997
2998 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2999 <alex@gnu.org>.
3000
72190a54
MB
30012001-06-15 Miles Bader <miles@gnu.org>
3002
f621ed9d
SM
3003 * textmodes/texinfmt.el (texinfo-format-syntax-table):
3004 Revert previous change.
72190a54 3005
e4cdc335
RS
30062001-06-14 Richard M. Stallman <rms@gnu.org>
3007
3008 * replace.el (keep-lines-read-args): Return just a regexp.
3009 Provide nil for the region args.
f621ed9d 3010 (keep-lines, flush-lines, how-many):
e4cdc335
RS
3011 Calculate the defaults for the region here, when args are nil.
3012
c8c6b45a
EZ
30132001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3014
3015 * rot13.el (rot13-other-window): Some more doc fix.
3016
f54701d1
EZ
30172001-06-14 Per Starback <starback@ling.uu.se>
3018
3019 * replace.el (case-replace, query-replace-from-history-variable)
3020 (query-replace-to-history-variable, keep-lines-read-args)
3021 (occur-revert-function, query-replace-help): Dox fix.
3022
1604ce98
EZ
30232001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3024
3025 * rot13.el (rot13-other-window): Doc fix.
3026
22058843
MB
30272001-06-14 Miles Bader <miles@gnu.org>
3028
3029 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
3030 of " and \ to "." (punctuation).
3031 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
3032
e4cdc335
RS
30332001-06-13 Richard M. Stallman <rms@gnu.org>
3034
3035 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
3036
3037 * simple.el (shell-command-on-region): Never kill the
3038 *Shell Command Output* buffer.
3039
a62d56ab
SM
30402001-06-13 Stefan Monnier <monnier@cs.yale.edu>
3041
3042 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3043
4a0aa1d9
SM
30442001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3045
3046 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3047 New var, to recognize ${ $' and PODs.
3048 (perl-font-lock-syntactic-face-function): New function.
3049 (perl-mode): Use them.
3050 (perl-continuation-line-p): New function, from perl-calculate-indent.
3051 (perl-calculate-indent): Use it, to properly handle continuation
3052 lines of continuation lines.
3053
b5a9911c
EZ
30542001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3055
3056 * server.el (server-process, server-buffer-clients): Doc fix.
3057 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3058
0f056ec1
JW
30592001-06-09 John Wiegley <johnw@gnu.org>
3060
3061 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3062 test if the last command was Lisp or not.
3063 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3064 B x C".
3065
e5e316b0
EZ
30662001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3067
3068 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3069 general one on compile.el supports drive letters.
7f4350a7
CD
3070
30712001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3072
5a905a7e 3073 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 3074 key description.
7f4350a7
CD
3075
3076 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3077
5a905a7e 3078 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
3079 (reftex-toc-jump): New command.
3080
3081 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 3082 to parse international characters as well.
7f4350a7 3083
5a905a7e 3084 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 3085 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 3086
5a905a7e
SM
3087 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3088
3089 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 3090 TAB to the key separators.
7f4350a7 3091
73419021
EZ
30922001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3093
3094 * international/mule.el (auto-coding-alist): Remove redundant
3095 up-cased versions of the extensions (auto-coding-alist-lookup is
3096 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3097 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3098
cada28bb
EZ
30992001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3100
3101 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3102
4f7666dc
RS
31032001-06-01 Richard M. Stallman <rms@gnu.org>
3104
3105 * help.el (describe-variable): Put value on same line
3106 with preceding text, if it is short enough to look good that way.
3107
70079787
EZ
31082001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3109
3110 * term/internal.el (IT-unicode-translations): New variable.
3111 (IT-setup-unicode-display): New function.
3112
c86f4619
GM
31132001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3114
3115 * ps-print.el: Handle before-string and after-string overlay properties
3116 in ps-print-*-with-faces commands. Doc fix.
3117 (ps-print-version): New version number (6.5.2).
3118 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3119 for XEmacs.
3120 (ps-prefix-quote): Doc fix.
c6d452ad 3121 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
3122 (ps-basic-plot-str, ps-plot-string): New funs.
3123
1ea98518
SM
31242001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3125
3126 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3127 and :type spec.
3128
2b1ec973
GM
31292001-05-31 Gerd Moellmann <gerd@gnu.org>
3130
1ea98518
SM
3131 * international/mule-cmds.el (inactivate-input-method):
3132 Set input-method-function to nil.
2b1ec973 3133
94843cc1
GM
3134 * xml.el (xml-parse-tag): The document may contain invalid characters.
3135 From ShengHuo ZHU <zsh@cs.rochester.edu>
3136
9652931f
GM
31372001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3138
3139 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
3140 `rmail-summary-line-decoder' if the message does not have
3141 a Subject: field.
9652931f 3142
1ea98518 3143 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 3144
1ea98518
SM
3145 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3146 New variable.
9652931f
GM
3147 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3148 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3149 is non-nil.
3150
f7ac3e28
SM
31512001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3152
3153 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3154
b781e739
SS
31552001-05-29 Sam Steingold <sds@gnu.org>
3156
00f51890
SS
3157 * faces.el (face-valid-attribute-values): Bind `valid' directly
3158 instead of using `setq'.
3159
b781e739
SS
3160 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3161 Use `tex-shell-buf'.
3162 (tex-shell-proc): Use `tex-shell-running'.
3163 (tex-shell-buf-no-error): New function.
3164 (tex-send-tex-command): Use it.
3165 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3166 (tex-kill-job): Check the process before calling `quit-process'.
3167
3d0e328b
GM
31682001-05-29 Gerd Moellmann <gerd@gnu.org>
3169
1ea98518
SM
3170 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3171 UTF-8 sequences.
3d0e328b 3172
8bd6307f
GM
31732001-05-28 Miles Bader <miles@gnu.org>
3174
3175 * comint.el (comint-carriage-motion): Renamed from
3176 `comint-cr-magic'. Operate on the buffer instead of the string
3177 (for use as a comint post-output filter, instead of as a
3178 pre-output filter). Handle backspaces too. Add to the
3179 `comint-output-filter-functions' hook instead of
3180 `comint-preoutput-filter-functions'.
3181
89c8dc6c
GM
31822001-05-28 Gerd Moellmann <gerd@gnu.org>
3183
3184 * language/japan-util.el (japanese-hankaku): Prefer the charset
3185 `jisx0201' when the optional argument `ascii-only' is not specified.
3186 (japanese-hankaku-region): Ditto.
3187 From Katsumi Yamaoka <yamaoka@jpl.org>
3188
f25c1b9b
SM
31892001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3190
3191 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3192 (outline-invisible-p): New function.
3193 (hide-leaves): Save excursion.
3194 (hide-other): Stop looping when reaching bobp.
3195
719bb352
EZ
31962001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3197
3198 * cus-edit.el (custom-file): Fix last change.
3199
d686d354
SM
32002001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3201
3202 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3203 same definition in byte-compile-function-environment as `autoload'
3204 would put in `symbol-function'.
3205
3206 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3207 patch to correct the error message as well.
3208
49b1a638
EZ
32092001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3210
71261a01
EZ
3211 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3212 unless ~/.emacs exists.
3213
49b1a638
EZ
3214 * novice.el (enable-command): If user-init-file is nil or does not
3215 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3216
a434b175
SM
32172001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3218
15ca8de7
SM
3219 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3220 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3221 Allow spaces around macro arguments.
3222 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3223 indent-for-tab-command.
3224 (latex-mode-map, plain-tex-mode-map): New keymaps.
3225 Inherit from tex-mode-map.
3226 (tex-common-initialization): Don't setup the keymap any more
3227 since it's now done right by define-derived-mode.
3228 (latex-mode): Set skeleton-end-hook to nil.
3229 (latex-skeleton-end-hook): Remove.
3230 (tex-latex-block, latex-insert-item): Simplify.
3231 (latex-syntax-after): Use following-char rather than char-after.
3232 (tex-discount-args-cmds, tex-count-words): New functions.
3233
3234 * textmodes/tildify.el (tildify-ignored-environments-alist):
3235 Recognize \verb* as well.
3236
3237 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3238 (perl-comment-indent): Simplify to let newcomment.el do its job.
3239 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3240 (perl-mark-function): Cleanup the namespace.
3241 (perl-calculate-indent): Don't be fooled by nested functions.
3242
3243 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3244
a434b175
SM
3245 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3246 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3247
4e7e1f03
AC
32482001-05-25 Andrew Choi <akochoi@i-cable.com>
3249
3250 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3251 actually be `\\'.
3252 (ctlau-b5-converter): Likewise.
3253
2bef0948
AC
32542001-05-24 Andrew Choi <akochoi@i-cable.com>
3255
3256 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
3257 Change CTLauB.el to CTLau-b5.el.
3258
d2d1851b
SM
32592001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3260
3261 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3262 rather than beginning-of-line to avoid problems with fields.
3263 (gud-perldb-massage-args): Use unless and push.
3264 (gud-chdir-before-run): New var.
3265 (gud-common-init): Use it.
3266
5e3d4fbc
AC
32672001-05-24 Andrew Choi <akochoi@i-cable.com>
3268
3269 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3270 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 3271 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 3272 chinese-ctlaub.
d2d1851b
SM
3273 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3274 New functions.
5e3d4fbc 3275
0216c3df
GM
32762001-05-22 Gerd Moellmann <gerd@gnu.org>
3277
f1f65349
GM
3278 * cus-edit.el (custom-comment-show): Remove debug code.
3279
0216c3df
GM
3280 * language/japan-util.el (japanese-symbol-table): Fix handling of
3281 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3282
e8a1ed31
SM
32832001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3284
3285 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3286 Renamed by removing the silly `-flag' suffix.
3287 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3288
7246200c
SM
32892001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3290
3291 * replace.el (keep-lines-read-args): Use `copy-marker'.
3292 (how-many): Save excursion properly.
3293 (occur-mode): Use define-derived-mode.
3294 (perform-replace): Use with-current-buffer.
3295
7e971261
RS
32962001-05-20 Richard M. Stallman <rms@gnu.org>
3297
65569e52
RS
3298 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3299
cc9684e8
RS
3300 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3301
9ca00e71
RS
3302 * info.el (Info-read-subfile): Widen before finding the
3303 desired node in the subfile.
3304
7e971261
RS
3305 * startup.el (command-line-1): When >2 files visited,
3306 leave the last one visible, and make that the selected window.
3307
7c5312b2
GM
33082001-05-20 Gerd Moellmann <gerd@gnu.org>
3309
3310 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3311
310e9a21
EZ
33122001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3313
7246200c
SM
3314 * international/ccl.el (define-ccl-program): Fix a typo.
3315 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
3316
3317 * international/mule.el (decode-char): Fix a typo. From Pavel
3318 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3319
3320 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3321 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3322
310e9a21
EZ
3323 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3324 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3325
ef55aa6c
SS
33262001-05-18 Sam Steingold <sds@gnu.org>
3327
7246200c 3328 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
3329 and [RET] to `cvs-mode-find-file'.
3330
c9f3bebe
JW
33312001-05-18 John Wiegley <johnw@gnu.org>
3332
3333 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3334 configuration variable, which determines the initial character
3335 that forces use of an external version of a command. The default
3336 is *, but may be set to \, for example.
3337
3338 * eshell/esh-ext.el (eshell-explicit-command):
3339 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 3340
c9f3bebe
JW
3341 * eshell/esh-cmd.el (eshell/which):
3342 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 3343
7c5312b2
GM
3344 * eshell/em-cmpl.el (eshell-completion-command-name)
3345 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
3346 instead of ?*.
3347
1c66d9fb
GM
33482001-05-18 Gerd Moellmann <gerd@gnu.org>
3349
a724ed38
GM
3350 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3351 subst-char-in-string.
3352 (ange-ftp-after-parse-ls-hook): New variable.
3353 (ange-ftp-ls): Run that hook.
3354 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3355
0595722b
GM
3356 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3357 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3358 text into *Completions*.
3359
1c66d9fb
GM
3360 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3361 part of which look like email addresses.
3362
c5bdb93d
AI
33632001-05-18 Andrew Innes <andrewi@gnu.org>
3364
7246200c
SM
3365 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3366 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
3367 cmd.exe's handling of FOR loops.
3368 (autoloads): Set find-file-suppress-same-file-warnings to t to
3369 avoid slew of spurious messages.
3370
9a1211f2
GM
33712001-05-18 Simon Josefsson <simon@josefsson.org>
3372
3373 * mail/smtpmail.el (maybe-append-domain): Renamed to
3374 `smtpmail-maybe-append-domain'.
3375 (smtpmail-via-smtp): Use the new name.
3376
29148a3f
GM
3377 * net/browse-url.el (browse-url-browser-function): Add kde.
3378 (browse-url-kde-program, browse-url-kde-args): New variables.
3379 (browse-url-kde): New function.
3380
9ab59a1a
MB
33812001-05-18 Miles Bader <miles@gnu.org>
3382
7246200c
SM
3383 * simple.el (delete-horizontal-space, just-one-space):
3384 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
3385 because it's more efficient for large files.
3386
cebf1b97
GM
33872001-05-17 Gerd Moellmann <gerd@gnu.org>
3388
f90c23ca
GM
3389 * mail/rmail.el (rmail-require-mime-maybe): New function.
3390 (rmail): Use it.
3391 (rmail-mode): Handle the case of finding Rmail files.
3392
cebf1b97
GM
3393 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3394 functions.
3395
df22166e
SM
33962001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3397
3398 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3399 text-property after moving to the beginning of line and regardless
3400 of the value of font-lock-multiline.
3401
2ca0d5f1
GM
34022001-05-17 Gerd Moellmann <gerd@gnu.org>
3403
e85e809a
GM
3404 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3405
2ca0d5f1
GM
3406 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3407 last coding system used before calling set-buffer-modified-p
3408 because that function changes last-coding-system.
3409
4c6a4739
EZ
34102001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3411
3412 * files.el (switch-to-buffer-other-window)
3413 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3414 the doc string.
3415
f08cf35b
GM
34162001-05-17 Gerd Moellmann <gerd@gnu.org>
3417
3418 * language/slovak.el, language/czech.el: New maintainer.
3419
2180ea97
SS
34202001-05-16 Sam Steingold <sds@gnu.org>
3421
f08cf35b 3422 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
3423 sub-form of `defgeneric' correctly.
3424
9bae8781
GM
34252001-05-16 Gerd Moellmann <gerd@gnu.org>
3426
a90b3d3c
GM
3427 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3428 of `c'.
3429
1b7818b4 3430 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
3431 condition-case, test what outline-level returns instead, to
3432 ease debugging.
1b7818b4 3433
9bae8781
GM
3434 * international/mule.el (auto-coding-regexp-alist): New user-option.
3435 (auto-coding-from-file-contents): New function.
3436 (set-auto-coding): Use it to determine a coding system.
3437
7644c605
GM
34382001-05-15 Gerd Moellmann <gerd@gnu.org>
3439
18a0a39e
GM
3440 * mouse.el (mouse-delete-other-windows): Doc fix.
3441
df22166e
SM
3442 * emacs-lisp/lisp-mode.el (lisp-mode):
3443 Make font-lock-keywords-case-fold-search a buffer-local variable with
3444 make-local-variable before setting it.
7644c605 3445
940cf42e
EZ
34462001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3447
3448 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3449 prefixes.
3450
557f7c34
GM
34512001-05-14 Gerd Moellmann <gerd@gnu.org>
3452
3453 * hexl.el (hexl-current-address): Print a message when called
3454 interactively.
3455
14d9b141
SM
34562001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3457
3458 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3459
3460 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3461
3462 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3463
7bd2d083
GM
34642001-05-11 Gerd Moellmann <gerd@gnu.org>
3465
47e72862
GM
3466 * startup.el (command-line): If parameters have been changed in
3467 the init files which influence font selection, clear the face
3468 cache so that faces get realized with the new parameters.
3469
14d9b141 3470 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 3471
0f49941f
SM
34722001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3473
3474 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3475
cbeed4a8
EZ
34762001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3477
3478 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3479 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3480
ff9aa2ca
GM
34812001-05-10 Gerd Moellmann <gerd@gnu.org>
3482
3483 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 3484 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 3485
b2c99950
JW
34862001-05-09 John Wiegley <johnw@gnu.org>
3487
0f49941f
SM
3488 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3489 Annotated the documentation string to tell users about
3cb27fd7
JW
3490 `eshell-no-numeric-conversions'.
3491
c26f6b27
JW
3492 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3493 conversions if a Lisp function has the property
3494 `eshell-no-numeric-conversions' set to a non-nil value.
3495
3496 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3497 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3498 property `eshell-no-numeric-conversions' on the following
3499 functions (which all deal with filesystem entities, and never Lisp
3500 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3501 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3502 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3503 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3504 eshell/which, eshell/addpath.
3505
35062001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 3507
d089e299
JW
3508 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3509 encountered as an argument, don't convert it right away, but tag
3510 the first character of the string with the text properties
3511 `number', which signifies to `eshell-lisp-command' that the
3512 argument should be passed through `string-to-number' if it is
3513 actually used in the call to a Lisp function.
3514
3515 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3516 function, convert any string arguments that have been tagged as
3517 "numbers", by calling string-to-number.
3518
3519 * eshell/esh-util.el (eshell-number-regexp): Now that number
3520 conversions only happen for Lisp function calls, the number regexp
3521 should now match all integer and floating point forms.
3522
3523 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3524 `eshell-continue-process', since they are both nonfunctional at
3525 the moment.
3526 (eshell-proc-initialize): Don't bind keys for
3527 `eshell-stop-process' or `eshell-continue-process'.
3528
0f49941f
SM
3529 * eshell/em-unix.el (eshell-shuffle-files):
3530 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
3531
3532 * eshell/em-hist.el (eshell-add-to-history): Reference to
3533 `eshell-history-ring' needed to be `eshell-history-index'.
3534
0f49941f
SM
3535 * calendar/timeclock.el (timeclock-find-discrep):
3536 Initialize `elapsed' to 0.
cb89da0f
JW
3537 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3538 it's still nil.
b2c99950 3539
ff39b9a1
SM
35402001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3541
3542 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3543 (archive-mode): Use capitalize.
3544 (archive-unique-fname): Use make-temp-file.
3545
9e53a675
GM
35462001-05-09 Gerd Moellmann <gerd@gnu.org>
3547
3548 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3549
c8224de6
EZ
35502001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3551
c533a7e2
EZ
3552 * tar-mode.el (tar-extract): Pay attention to the value of
3553 coding-system-for-read, if it is non-nil.
3554
ff39b9a1
SM
3555 * calendar/holidays.el (holidays): Add an autoload cookie.
3556 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 3557
1c8c9fb8
JW
35582001-05-08 John Wiegley <johnw@gnu.org>
3559
ff39b9a1
SM
3560 * calendar/timeclock.el (timeclock-workday-remaining):
3561 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
3562 (timeclock-workday-elapsed): Don't accept a "relative" argument
3563 for the current day's elapsed time. What could that have meant?
ff39b9a1 3564 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
3565 (timeclock-when-to-leave): Changed logic, similarly to what was
3566 done for `timeclock-workday-remaining'.
3567 (timeclock-find-discrep): Removed "today-only" argument, which had
3568 no meaning. Fixed some more math problems. The function now
3569 returns a three member list: (TOTAL-TIME-DISCREPANCY
3570 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3571
5f47fb28
EZ
35722001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3573
3574 * w32-fns.el (convert-standard-filename): Start replacing slashes
3575 from the beginning of the file name, not from where the last
3576 invalid character was. From "Andrew Maguire (SWW)"
3577 <Andrew.Maguire@Smallworld.co.uk>
3578
6da5c7da
GM
35792001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3580
3581 The following changes are to provide infrastructure for handling
3582 MIME messages to rmail. They don't affect the original behaviour
3583 if rmail-enable-mime is nil.
3584
3585 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3586 (rmail-search-mime-message-function)
3587 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
3588 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3589 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3590 `rmail-view-buffer' is hidden.
6da5c7da
GM
3591 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3592 call rmai-show-mime-function.
3593 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3594 mode-line-process of rmail-view-buffer.
3595 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3596 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3597 buffer.
ff39b9a1
SM
3598 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3599 set-buffer to the Rmail buffer.
6da5c7da
GM
3600 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3601 rmail-search-mime-header-function.
3602 (rmail-search-message): New function.
3603 (rmail-search): Call rmail-search-message to check if a message
3604 matches REGEXP, lastly update point after calling
3605 rmail-show-message.
ff39b9a1
SM
3606 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3607 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
3608 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3609 header region, refer to rmail-msgref-vector while setting the
3610 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
3611 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3612 If rmail-enable-mime is non-nil, call
6da5c7da
GM
3613 rmail-insert-mime-forwarded-message-function instead of inserting
3614 forwarded message by itself.
3615
3616 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3617 Rmail buffer.
3618 (rmail-set-label, rmail-next-labeled-message): Likewise.
3619
3620 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3621 set-buffer to the Rmail buffer.
3622 (rmail-output-to-rmail-file): Likewise.
3623 (rmail-output): Likewise.
3624
3625 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3626 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
3627 (rmail-new-summary): Be sure to go to the Rmail buffer.
3628 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
3629 rmail-view-buffer to nil.
3630 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3631 rmail-view-buffer.
3632 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3633 rmail-buffer.
3634 (rmail-summary-scroll-msg-down): Likewise.
3635 (rmail-summary-beginning-of-message): Likewise.
3636 (rmail-summary-wipe): Likewise.
3637 (rmail-summary-toggle-header): Use save-window-excursion, not
3638 save-excursion. Update point in rmail-view-buffer, not in
3639 rmail-buffer.
3640 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3641 rmail-view-buffer, not rmail-buffer.
3642
5092477a
GM
36432001-05-07 Gerd Moellmann <gerd@gnu.org>
3644
1e9fc92e
GM
3645 * cus-edit.el (custom-file): Signal an error if user-init-file is
3646 nil (running -q).
3647
1d053370
GM
3648 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3649
ff39b9a1
SM
3650 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3651 Add :version.
3652
3653 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3654 New option.
1b62b062
GM
3655 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3656 only if smtpmail-warn-about-unknown-extensions is set.
3657
f851a71c
GM
3658 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3659 instead of rmail-sort-by-keywords.
3660
ff39b9a1 3661 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
3662 rmail-sort-by-keywords.
3663
ff39b9a1
SM
3664 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3665 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
3666 (rmail-summary-mode): Doc fix.
3667
5092477a
GM
3668 * mail/rmail.el (rmail-edit): New Custom group.
3669
3670 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3671 (rmail-edit-mode-hook): New user-option.
3672
05be3833
RS
36732001-05-05 Richard M. Stallman <rms@gnu.org>
3674
3675 * help.el (help-xref-symbol-regexp): Recognize "source of"
3676 and friends, meaning make a link to the source file.
3677 (help-make-xrefs): Handle "source of" and friends
3678 by constructing a link that visits the source file.
3679
3680 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3681
7dfb000f
SM
36822001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3683
5efe6a56
SM
3684 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3685 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3686 Renamed from perl-font-lock-keywords to avoid clashes.
3687 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3688 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3689 Updated correspondingly.
3690
7dfb000f
SM
3691 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3692 Typo `nonexistant' -> `nonexistent'.
3693
88bbb8cb
EZ
36942001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3695
7dfb000f
SM
3696 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3697 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
3698 `c-electric-delete-forward' always deletes forward and
3699 `c-electric-delete' only contains the code necessary for XEmacs to
3700 choose between backward and forward deletion.
7dfb000f 3701
88bbb8cb
EZ
3702 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3703 get the electric behavior on that key too.
3704 (c-fill-paragraph): Fixed bogus direct use of
3705 c-comment-prefix-regexp, which caused an error when it's a list.
3706
a1af8dcf
EZ
37072001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3708
3709 * dired-aux.el (dired-diff): Doc fix.
3710
3711 * dired.el (dired-diff): Likewise.
3712
ddfb4005
EZ
37132001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3714
3715 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3716
b36581fb
SM
37172001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3718
80a00b6a
SM
3719 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3720 if both the buffer and the file are read-only.
3721
b36581fb
SM
3722 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3723 rather than font-lock-string-face.
3724 (sh-get-indent-info): Treat heredocs like strings.
3725
470bbe9b
GM
37262001-05-02 Gerd Moellmann <gerd@gnu.org>
3727
b36581fb
SM
3728 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3729 a newline following `}'.
3356df63
GM
3730 (texinfo-format-email): New function.
3731 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
3732 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3733 Add `display'.
3356df63
GM
3734 (texinfo-sort-region): Goto point-min before sorting.
3735 (texinfo-set): Remove leading white space from value.
3736 From yagi@is.titech.ac.jp.
3737
470bbe9b
GM
3738 * replace.el (query-replace-regexp-eval): Doc fix.
3739
a9d2fd1d
SM
37402001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3741
3742 * diff-mode.el (diff-nonexistant-face): New face.
3743 (diff-font-lock-keywords): Use it.
3744
2b3e941a
EZ
37452001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3746
22cd6fd3
EZ
3747 * font-lock.el (font-lock-mode): Doc fix.
3748
2b3e941a
EZ
3749 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3750 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3751
50df7214
GM
37522001-04-30 Gerd Moellmann <gerd@gnu.org>
3753
a9d2fd1d
SM
3754 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3755 backslash at the start of the here-document delimiter.
a9793e45
GM
3756 (sh-font-lock-syntactic-keywords): Likewise.
3757
50df7214
GM
3758 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3759
e2f599e9
EZ
37602001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3761
3762 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3763 (tty-color-translate, tty-color-by-index, tty-color-values)
3764 (tty-color-desc): Doc fix.
3765
dcaf31d3
EZ
37662001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3767
3768 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
3769 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3770 Mention dired-dwim-target in the doc string.
dcaf31d3 3771
a6a06429
MB
37722001-04-28 Miles Bader <miles@gnu.org>
3773
3774 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3775 (dabbrev--find-expansion): Use it.
3776 (dabbrev--select-buffers): Don't select ignored buffers.
3777
5a5d9185
GM
37782001-04-27 Gerd Moellmann <gerd@gnu.org>
3779
a9d2fd1d 3780 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 3781
c5b82005
RS
37822001-04-26 Richard M. Stallman <rms@gnu.org>
3783
3784 * dabbrev.el: Add doc strings for some functions.
3785 (dabbrev--eliminate-newlines): New variable.
3786 (dabbrev--substitute-expansion): Convert newlines to spaces
3787 if dabbrev--eliminate-newlines is set.
3788 If abbrev and expansion are both all-lower-case,
3789 leave dabbrev--last-case-pattern nil.
3790
7cff9c6f
GM
37912001-04-26 Gerd Moellmann <gerd@gnu.org>
3792
3793 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3794 if necessary, like in rmail-show-message.
3795
efa89c1f
GM
37962001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3797
3798 * ps-print.el: Color specified by number is forced to be float number.
3799 (ps-print-version): New version number (6.5.1.1).
3800 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3801 initialization.
3802 (ps-prefix-quote): New internal var.
3803 (ps-print-quote): New fun.
3804 (ps-setup, ps-output-frame-properties, ps-float-format)
3805 (ps-format-color): Code fix.
a9d2fd1d
SM
3806 (ps-plot-region): Eliminate redundant foreground color text setting.
3807
d3111e5a
EZ
38082001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3809
3810 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3811
a728644c
GM
38122001-04-25 Gerd Moellmann <gerd@gnu.org>
3813
3814 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3815
4ecdf04d
EZ
38162001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3817
4645bb68
EZ
3818 * info.el (Info-additional-directory-list): Doc fix.
3819
4ecdf04d 3820 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
3821 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3822 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 3823
7cd512f2
SM
38242001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3825
1dc64fca
SM
3826 * progmodes/make-mode.el (makefile-font-lock-keywords):
3827 Rationalize the rules for includes and conditionals and use the
3828 keyword face for them.
3829
7cd512f2
SM
3830 * faces.el (modify-face): Add compatibility for non-interactive use.
3831
ffeb5c1c
JW
38322001-04-24 John Wiegley <johnw@gnu.org>
3833
3834 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3835 fix from last night, since it wasn't finding eshell/cd.
3836
35f901fa
GM
38372001-04-24 Gerd Moellmann <gerd@gnu.org>
3838
3839 * rect.el (string-rectangle): Revert to 20.x behaviour.
3840 (replace-rectangle): Make it an alias for string-rectangle.
3841 (string-insert-rectangle): New function.
3842
c7b1b508
JW
38432001-04-23 John Wiegley <johnw@gnu.org>
3844
3845 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3846 occurring with Emacs 21's diff.el/compile.el interaction layer.
3847
38482001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3849
3850 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3851 case where the function was defined in a file, but not part of an
3852 eshell module.
3853
157975e3
JW
38542001-04-23 John Wiegley <johnw@gnu.org>
3855
3856 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3857 code to work around a redisplay problem I've been having.
3858
3dc630b9
JW
38592001-04-23 John Wiegley <johnw@gnu.org>
3860
3861 * calendar/timeclock.el (timeclock-day-required): If the time
3862 required for a particular day is not set, use `timeclock-workday'.
3863 (timeclock-find-discrep): Added some sample code in a comment.
3864
3865 * eshell/eshell.el (eshell-command): Made a few changes so that
3866 `eshell-command' could be called programmatically.
3867
7cd512f2 3868 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 3869
7cd512f2 3870 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 3871
3ae14dd9 38722001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
3873
3874 * calendar/timeclock.el: Updated copyright.
3875 (timeclock-generate-report): Don't report the daily or two-week
3876 total, if no time has been worked in that period.
3877 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3878 final computational form, which was unnecessary; corrected a
3879 parsing problem when timeclock-relative was nil.
3880
3ae14dd9 38812001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
3882
3883 * calendar/timeclock.el (timeclock-modeline-display): Check if
3884 `list-entry' is null.
3885 (timeclock-use-display-time): The first argument to `set-variable'
3886 must be a symbol.
3887
53e1a74c
EZ
38882001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3889
3890 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
3891 (calendar-today-marker, calendar-holiday-marker):
3892 Use display-color-p instead of window-system.
53e1a74c
EZ
3893 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3894 instead of window-system.
3895 (calendar-hide-window): Use display-multi-frame-p instead of
3896 window-system.
3897
3898 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
3899 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3900 Use display-multi-frame-p instead of window-system.
53e1a74c 3901
23b809c2
GM
39022001-04-23 Gerd Moellmann <gerd@gnu.org>
3903
1d14e80c
GM
3904 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3905
23b809c2
GM
3906 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3907 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3908
b5eeaa1d
GM
39092001-04-23 Alex Schroeder <alex@gnu.org>
3910
3911 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
3912 line-end-position a defalias is used for point-at-bol and point-at-eol.
3913
b5eeaa1d
GM
39142001-04-23 Alex Schroeder <alex@gnu.org>
3915
3916 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 3917 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 3918
ac1470eb
EZ
39192001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3920
3921 * textmodes/paragraphs.el (sentence-end): Doc fix.
3922
624ef9b3
GM
39232001-04-20 Alex Schroeder <alex@gnu.org>
3924
3925 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 3926 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
3927
39282001-04-20 Alex Schroeder <alex@gnu.org>
3929
3930 * sql.el (sql-db2-program): New option.
3931 (sql-db2-options): New option.
3932 (sql-db2): New function.
3933
39342001-04-20 Alex Schroeder <alex@gnu.org>
3935
3936 * sql.el (sql-mode-menu): Added highlighting entries.
3937 (sql-highlight-oracle-keywords): New function.
3938 (sql-highlight-postgres-keywords): New function.
3939 (sql-highlight-ansi-keywords): New function.
3940
39412001-04-20 Alex Schroeder <alex@gnu.org>
3942
3943 * sql.el (sql-help): Doc change.
3944
9f3703ab
KF
39452001-04-19 Karl Fogel <kfogel@collab.net>
3946
3947 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3948 that inserted file content only to delete it immediately.
3949 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3950 <lektu@uol.com.br> for the patch.
3951
2a83a11d
SM
39522001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3953
3954 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3955
6f4dd4dc
GM
39562001-04-18 Gerd Moellmann <gerd@gnu.org>
3957
0f8d6dc7
GM
3958 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3959 for defmethod.
3960
6f4dd4dc
GM
3961 * comint.el (comint-cr-magic): New function.
3962 (toplevel): Add it to comint-preoutput-filter-functions.
3963
90200fcc
AI
39642001-04-18 Andrew Innes <andrewi@gnu.org>
3965
3966 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 3967 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
3968 (recompile): Remove stuff to set EMACSLOADPATH.
3969
daa66f34
GM
39702001-04-18 Gerd Moellmann <gerd@gnu.org>
3971
edc5c81d
GM
3972 * language/slovak.el ("Slovak"): Add tutorial entry.
3973
daa66f34
GM
3974 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3975 browse-url-new-window-p.
3976
5d5845dc
EZ
39772001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3978
3979 * info.el (Info-menu-update): When there are no menus and/or no
3980 cross references in the node, make the respective items of the
3981 Info menu-bar menu inactive.
3982
1c8addd0
GM
39832001-04-17 Gerd Moellmann <gerd@gnu.org>
3984
f4f480bd
GM
3985 * indent.el (indent-for-tab-command): Call indent-line-function
3986 with no argument if PREFIX-ARG is non-nil.
3987
1c8addd0
GM
3988 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3989
8f9ab403
EZ
39902001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3991
3992 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3993 an async subprocess if start-process is unavailable. Suggested by
3994 Tim Van Holder <tim.van.holder@pandora.be>.
3995
60322163
EZ
39962001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3997
3998 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3999 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4000
e372bc67
EZ
40012001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4002
4003 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
4004 manual.
4005
28037ecf
SM
40062001-04-13 Stefan Monnier <monnier@cs.yale.edu>
4007
4008 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
4009 (cvs-menu): Add a few entries.
4010
4011 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
4012 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
4013 lock file appears to be reachable from Emacs.
4014 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
4015 (cvs-mode-find-file): Look for cvs-header-face rather than
4016 cvs-dirname-face (which doesn't exist).
4017 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
4018
4019 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
4020
5d5e7f53
EZ
40212001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
4022
4023 * emulation/pc-select.el (pc-selection-mode): Don't turn on
4024 normal-erase-is-backspace on a tty. Instead, bind some keys such
4025 as [delete] directly, like pc-select.el did before
4026 normal-erase-is-backspace was invented.
4027
118562e1 40282001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
4029
4030 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
4031
6c9e58c4
JW
40322001-04-11 John Wiegley <johnw@gnu.org>
4033
28037ecf
SM
4034 * eshell/em-ls.el (eshell-ls-insert-directory):
4035 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
4036 buffers, if Eshell's ls is being used.
4037
118562e1 40382001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 4039
28037ecf
SM
4040 * calendar/timeclock.el (timeclock-completing-read): New function.
4041 (timeclock-ask-for-project, timeclock-ask-for-reason):
4042 Call `timeclock-completing-read'.
978bd3ea
JW
4043
4044 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4045 required where `member' was being used.
4046
118562e1 40472001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 4048
28037ecf
SM
4049 * eshell/em-hist.el (eshell-previous-matching-input):
4050 Don't display "History item" if the the minibuffer is active.
978bd3ea 4051
30cb0001
GM
40522001-04-11 Gerd Moellmann <gerd@gnu.org>
4053
4054 * startup.el (command-line): Output a newline after printing
4055 an error from loading the window system's init file.
4056
e38af9bd
EZ
40572001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4058
28037ecf
SM
4059 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4060 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
4061 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4062 keywords whose arguments routinely include @@.
4063
bbf63a7b
GM
40642001-04-10 Gerd Moellmann <gerd@gnu.org>
4065
28037ecf
SM
4066 * emacs-lisp/advice.el (ad-make-advised-definition):
4067 Construct advice for subrs differently.
afffeb57 4068
3fe35f35 4069 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 4070 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 4071
c8d6d636 4072 * simple.el (completion-list-mode-finish): New function.
28037ecf 4073 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 4074
2a52f40e 4075 * language/european.el ("Polish"): Change sample text.
28037ecf 4076 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 4077
cf8b1bef
GM
4078 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4079 parameter.
4080
bbf63a7b
GM
4081 * faces.el (menu): Doc fix.
4082
719d83ad 40832001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
4084
4085 * ps-print.el: Footer implementation. Doc fix.
4086 (ps-print-version): New version number (6.5.1).
4087 (ps-header-frame-alist): New customization var for header frame
4088 properties.
4089 (ps-line-number-color): New customization var for line number color.
4090 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4091 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4092 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4093 (ps-right-footer): New customization vars for footers.
4094 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4095 footers.
4096 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
4097 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4098 Code fix.
319acba0
GM
4099 (ps-prologue-file): Indentation fix.
4100 (ps-print-quote): Fun eliminated.
4101 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4102 (ps-output-frame-properties): New fun.
4103 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4104 (ps-skip-newline): Replace defun by defsubst.
28037ecf 4105
e372bc67 41062001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
4107
4108 * eshell/eshell.el (eshell-command): Needed a "%s" format
4109 specifier, in case the buffer contains percent characters.
4110
e372bc67 41112001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
4112
4113 * calendar/timeclock.el (timeclock-generate-report): Added a
4114 missing insert of the project name.
4115
9f9a5e7a
GM
41162001-04-09 Gerd Moellmann <gerd@gnu.org>
4117
9170e5d4 4118 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 4119
865e97c1 4120 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 4121 (finder-data): Use it instead of `setwins'.
865e97c1
GM
4122 From: Dave Love <fx@gnu.org>.
4123
cf3885ac 4124 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
4125 (server-visit-files): Run server-visit-hook after going to
4126 line 1 so that the hook can set point as it sees fit.
4127
9f9a5e7a
GM
4128 * bindings.el (mode-line-modified): Unify help messages.
4129
51f32106
EZ
41302001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4131
4132 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4133 All callers changed.
4134
e02160a3
EZ
41352001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4136
8e6bb0d0
EZ
4137 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4138 long file names aren't supported, truncate the file names in
4139 quail-misc-package-ext-info to 8+3 before matching them against
4140 FILENAME.
4141
4142 * dos-fns.el (dos-truncate-to-8+3): New function.
4143
ec321d77
EZ
4144 * progmodes/compile.el (grep-compute-defaults): Use null-device
4145 instead of literal /dev/null. Reported by Jens Schmidt
4146 <schmidt@mathematik.uni-kl.de>.
4147
e02160a3
EZ
4148 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4149
cf3885ac
SM
41502001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4151
4152 * textmodes/sgml-mode.el: Add unknown maintainer.
4153 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4154 (html-mode-map): Use set-keymap-parent.
4155
3ffb33bb
DL
41562001-04-06 Dave Love <fx@gnu.org>
4157
4158 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4159 Remove redundant string-to-list.
4160
8f625692
SM
41612001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4162
4163 * composite.el (reference-point-alist): Doc fix.
4164
1087f198
SS
41652001-04-05 Sam Steingold <sds@gnu.org>
4166
8f625692
SM
4167 * font-lock.el (font-lock-keywords-case-fold-search):
4168 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
4169 file made font-lock case-insensitive.
4170
a55e4e68
GM
41712001-04-05 Gerd Moellmann <gerd@gnu.org>
4172
0e4892e2
GM
4173 * faces.el (defface menu): Doc fix.
4174
4d664b04
GM
4175 * wid-edit.el (widget-color-sample-face-get): Don't make
4176 faces for undefined colors.
4177
a55e4e68
GM
4178 * version.el (emacs-version): Include LessTif/Motif version info.
4179
f383cd0d
GM
41802001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4181
4182 * ps-mule.el: Eliminate cl package dependence.
4183 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4184 if they aren't defined yet.
4185 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4186 Eliminate cl package dependence.
4187
de28797f
SM
41882001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4189
4190 * progmodes/cc-cmds.el (c-outline-level):
4191 Bind buffer-invisibility-spec. Originally from Dave Love, but
4192 got lost when incorporating version 5.26.
4193
32df8b47
EZ
41942001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4195
de28797f
SM
4196 * emulation/pc-select.el (pc-selection-mode):
4197 Call normal-erase-is-backspace-mode instead of binding
4198 keys individually.
58e4f61d 4199
7f62656b
EZ
4200 * cus-load.el (normal-erase-is-backspace): Use it instead of
4201 delete-key-deletes-forward.
4202
4203 * startup.el (command-line): Use normal-erase-is-backspace and
4204 normal-erase-is-backspace-mode.
4205
4206 * simple.el (normal-erase-is-backspace): Rename from
4207 delete-key-deletes-forward. Doc fix.
4208 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
4209 delete-key-deletes-forward-mode. Doc fix.
4210 Run normal-erase-is-backspace-hook.
7f62656b 4211
32df8b47 4212 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
4213 ``human-readable'' format produced by GNU `ls'.
4214 (dired-move-to-filename-regexp): Recognize ISO format dates.
4215 From Paul Eggert <eggert@twinsun.com>.
32df8b47 4216
5efa6032
GM
42172001-04-04 Gerd Moellmann <gerd@gnu.org>
4218
4219 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4220 New functions.
de28797f
SM
4221 (lm-verify): Check keywords.
4222 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 4223
d757aac1
EL
42242001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4225
4226 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4227 `xemacs' feature instead of for the function `set-extent-property'.
4228
9832760a
SM
42292001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4230
4231 * mail/mh-utils.el (mh-folder-hist): New var.
4232 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4233
d565f6aa
EZ
42342001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4235
4236 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4237 region, position point on the first or last 16-byte group.
4238 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4239 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4240 hexl-beginning-of-line.
4241
24c0fd39
GM
42422001-04-03 Gerd Moellmann <gerd@gnu.org>
4243
5efa6032
GM
4244 * icomplete.el (icomplete-mode): Treat an argument like other
4245 modes do.
4246
b3f6107b
GM
4247 * startup.el (fancy-splash-head): Use splash8.xpm for color
4248 depth 8.
4249
24d451c5
SM
4250 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4251 Add an antry for ``converts''.
476bf681 4252
24d451c5
SM
4253 * language/slovak.el ("Slovak"): Add documentation string.
4254 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 4255
450f6970
GM
4256 * language/czech.el ("Czech"): Add documentation string.
4257 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4258
24d451c5
SM
4259 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4260 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4261
42622001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4263
4264 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4265 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4266 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4267 Use `defsubst' rather than a macro to ease debugging.
4268 (mail-extr-last): Remove (use `last' instead).
4269 (mail-extract-address-components): Properly reset the syntax-table
4270 after parsing an address. Use `last' rather than mail-extr-last.
4271 Make sure the end marker stays at the very end.
24c0fd39 4272
2b908342
EZ
42732001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4274
4275 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4276 last change.
4277
acfb077d
GM
42782001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4279
4280 * ps-print.el: Line and paragraph spacing feature. Region to cut
4281 out when printing. Doc fix.
4282 (ps-print-version): New version number (6.5).
24d451c5
SM
4283 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4284 New vars. Line and paragraph spacing feature.
acfb077d
GM
4285 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4286 out when printing.
4287 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4288 (ps-get-font-size, ps-begin-job, ps-continue-line)
4289 (ps-plot-region): Code fix.
4290 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
4291 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4292 New internal vars.
acfb077d
GM
4293 (ps-get-size): New fun.
4294 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4295 (ps-next-line): Replace defun by defsubst.
4296 (ps-mule-plot-string): Autoload doc fix.
4297
4298 * ps-bdf.el: XEmacs compatibility. Doc fix.
4299 (installation-directory, coding-system-for-read): Declare vars if
4300 it's not declared yet.
4301 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4302
4303 * ps-mule.el: XEmacs compatibility. Doc fix.
4304 (leading-code-private-22): Declare var if it's not declared yet.
4305 (charset-bytes, charset-dimension, charset-id, charset-width)
4306 (find-charset-region, split-char, char-width, chars-in-region)
4307 (forward-point, decompose-composite-char, encode-coding-string)
4308 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4309 Define funs if not defined yet.
4310 (encode-composition-rule, find-composition): Define funs if not
4311 loaded yet.
4312 (ps-mule-prologue): PostScript code fix.
4313
43142001-04-02 Kenichi Handa <handa@etl.go.jp>
4315
4316 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4317 non-nil, generate font for the header strings.
4318 (ps-mule-prepare-font): Likewise.
4319 (ps-mule-generate-glyphs): Likewise.
4320 (ps-mule-string-encoding): Likewise.
4321 (ps-mule-header-charsets): New variable.
4322 (ps-mule-encode-header-string): New function.
4323 (ps-mule-header-string-charsets): New function.
4324 (ps-mule-begin-job): Check charsets in the header strings. If there
4325 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4326
4327 * ps-print.el (ps-generate-header-line): Encode the header string by
4328 ps-mule-encode-header-string.
4329 (ps-mule-encode-header-string): Declare autoload.
4330
c0eb3c10
GM
43312001-04-02 Gerd Moellmann <gerd@gnu.org>
4332
24d451c5
SM
4333 * frame.el (cursor-in-non-selected-windows):
4334 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 4335
a3d0b0e0
KH
43362001-03-31 Kenichi Handa <handa@etl.go.jp>
4337
4338 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4339 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 4340 (quail-misc-package-ext-info): New variable.
a3d0b0e0 4341 (tsang-quick-converter): New function.
24d451c5
SM
4342 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4343 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
4344 (miscdic-convert, batch-miscdic-convert): New functions.
4345
55f7832c
KH
43462001-03-30 Kenichi Handa <handa@etl.go.jp>
4347
a2217cd8
KH
4348 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4349 eight-bit-control chars.
4350
55f7832c 4351 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 4352 Reduce making temporary vector (suggested by Dave Love).
55f7832c 4353
911a2406
EZ
43542001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4355
4356 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4357 string as well.
4358
1a518f2c
AS
43592001-03-30 Andreas Schwab <schwab@suse.de>
4360
4361 * files.el (backup-directory-alist): Fix typo.
4362
ef080b16
EZ
43632001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4364
4365 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4366 <eggert@twinsun.com>.
4367
e4174a55
DL
43682001-03-30 Dave Love <fx@gnu.org>
4369
4370 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4371
9d5d1075
EZ
43722001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4373
4374 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4375
a27b451e
MB
43762001-03-30 Miles Bader <miles@gnu.org>
4377
4378 * subr.el (interactive-form): Fix paren typo.
4379
aea51abe
EZ
43802001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4381
4382 * emacs-lisp/profile.el: Say that it's obsolete in the header
4383 line, so that finder.el puts that into its data-base.
4384 Suggested by Alex Schroeder <alex@gnu.org>.
4385
249dd409
EZ
43862001-03-29 Paul Eggert <eggert@twinsun.com>
4387
4388 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4389 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4390
1ac1fa96
SM
43912001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4392
4393 * generic.el (generic-mode-set-comments): Use "" rather than nil
4394 for comment-end.
4395
e2b8a830
GM
43962001-03-29 Gerd Moellmann <gerd@gnu.org>
4397
1ac1fa96
SM
4398 * emacs-lisp/advice.el (ad-make-advised-definition):
4399 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
4400
4401 * subr.el (interactive-form): New function.
4402
8b2375e7
AS
44032001-03-29 Andre Spiegel <spiegel@gnu.org>
4404
4405 * vc-sccs.el (vc-sccs-register): Use relative file names.
4406
f827b862
GM
44072001-03-28 Gerd Moellmann <gerd@gnu.org>
4408
e59d0e9d
GM
4409 * bookmark.el (bookmark-get-bookmark): Handle case that
4410 BOOKMARK is not a string.
4411
deb2613a
GM
4412 * image.el (image-type-regexps): Change type for PS files
4413 to `postscript'.
4414
f827b862 4415 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
4416 character entered. From: Stephen Gildea
4417 <gildea@stop.mail-abuse.org>.
f827b862 4418
3c9449d0
KH
44192001-03-27 Kenichi Handa <handa@etl.go.jp>
4420
4421 * international/kkc.el (kkc-save-init-file): Locally bind
4422 print-length to nil.
4423
e6b13c74
GM
44242001-03-26 Gerd Moellmann <gerd@gnu.org>
4425
e120bebf
GM
4426 * textmodes/flyspell.el: Some doc fixes.
4427 (flyspell-maybe-correct-transposition)
4428 (flyspell-maybe-correct-doubling): Use a temporary buffer
4429
4430 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4431
5f6c5771 4432 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
4433 (byte-optimize-form-code-walker): Diagnose too few arguments
4434 for `if' and `while'.
4435
2b984c45
KH
44362001-03-26 Kenichi Handa <handa@etl.go.jp>
4437
4438 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4439 Prepend `\' to "\<quail-translation-docstring>".
4440
bf2150fa
GM
44412001-03-26 Gerd Moellmann <gerd@gnu.org>
4442
5f6c5771
SM
4443 * autorevert.el (global-auto-revert-non-file-buffers):
4444 Remove duplicate defcustom.
bf2150fa 4445
a0d59316
MB
44462001-03-26 Miles Bader <miles@gnu.org>
4447
5f6c5771
SM
4448 * international/latin1-disp.el (latin1-char-displayable-p):
4449 Add leading "-" for X font pattern.
a0d59316 4450
9edbff6c
KH
44512001-03-26 Kenichi Handa <handa@etl.go.jp>
4452
5f6c5771
SM
4453 * international/mule-diag.el (describe-coding-system):
4454 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
4455 charsets they can encode.
4456
50b57199
EZ
44572001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4458
4459 * help.el (view-lossage): Mention open-dribble-file in the doc
4460 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4461
5b83f9c0
SM
44622001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4463
4464 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4465 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4466
e0ecbf5c
KH
44672001-03-23 Kenichi Handa <handa@etl.go.jp>
4468
5b83f9c0
SM
4469 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4470 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
4471 multibyte sequence can work correctly.
4472 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4473 property of the coding system.
4474
1cc218de
SM
44752001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4476
4477 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4478 Fix transcription typo.
4479
a3db02ad
RV
44802001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4481
4482 * whitespace.el: Add buffer local variables to toggle testing of
4483 whitespaces in buffers without affecting the default values.
a3db02ad 4484 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
4485 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4486 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4487 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 4488
83c9cb8e
SM
44892001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4490
4491 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4492
180d5509
GM
44932001-03-21 Gerd Moellmann <gerd@gnu.org>
4494
eeb5b5c1
GM
4495 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4496 bs-cycle-configuration-name. From Juanma Barranquero
4497 <lektu@uol.com.br>.
4498
170a9e70
GM
4499 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4500 and cc-vars.el.
4501
180d5509
GM
4502 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4503 headers. Always invoke sendmail with option -t.
4504
130c507e
GM
45052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4506
4507 * Release of cc-mode 5.28.
4508
45092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4510
4511 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4512 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 4513 It's instead taken care of by the default value for c-default-style.
130c507e 4514
130c507e
GM
45152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4516
4517 * cc-align.el (c-lineup-math): Fix bug where lineup was
4518 triggered by equal signs in string literals.
4519
45202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4521
4522 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4523 limit detection when at the ends of the buffer.
4524
4525 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4526 "for" statement clause in case 7F; a better one is done
4527 earlier in case 7D anyway.
4528
45292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4530
4531 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4532 somewhat more and did a small optimization.
4533
45342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4535
4536 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4537 Use the limit argument only to limit the syntactic context
4538 search, not to limit the actual movement.
4539
4540 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4541 inside multiline strings, just like in comments. Also various
4542 fixes to the paragraph and comment prefix recognition, block
4543 comment ender handling etc.
4544
45452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4546
4547 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4548 the relative position of the point.
4549
4550 * cc-cmds.el (c-electric-continued-statement): New function to
4551 use as abbrev hook to reindent for keywords such as "else"
4552 that continues an earlier statement.
4553
4554 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4555 like classes.
4556
4557 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4558 (pike-mode): Populate the default abbrev tables to reindent for
4559 keywords such as "else" that can continue earlier statements.
4560 Abbrev mode is therefore turned on by default now. (Note that
4561 this doesn't apply to idl-mode, since IDL afaik doesn't have
4562 statements at all.)
4563
45642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4565
4566 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4567 bracelists where the declaration contains template arguments.
4568
45692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4570
83c9cb8e
SM
4571 * cc-cmds.el (c-comment-indent):
4572 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
4573 syntactic indentation. Fixes bug with lineup functions that
4574 return vectors.
4575
4576 * cc-engine.el (c-get-syntactic-indentation): Split the
4577 indentation sum calculation from `c-indent-line' to a separate
4578 function.
4579
45802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4581
4582 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4583 Fixed places where it was assumed that preprocessor directives
4584 have to start in column zero.
4585
4586 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4587 template arguments after a class identifier properly.
4588
4589 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4590 lists for `new Foo[]' constructs in Java as expressions and
4591 not top level definition brace lists on the top level, so that
4592 they'll get indented consistently with the same type of
4593 expression in a normal block.
4594
45952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4596
4597 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4598 whether the adaptive filling package fails to keep the comment
4599 prefix is now kludged further to check for filladapt-mode
4600 which doesn't have that problem. This is really icky, but it's
4601 the only way that works with the current misfeatures/bugs in
4602 both adaptive-fill-mode and filladapt-mode.
4603
4604 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4605 around point is recognized more robust.
4606
46072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4608
4609 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4610 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4611 (c-lit-type): Fixed all internal variables used dynamically so
4612 that they are always bound.
4613
4614 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4615 errors:
4616
4617 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
4618 the region is fully reindented even when an error occurs.
4619 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
4620 whole lot of code that tried to optimize indentation of whole
4621 sexps but in reality accomplishes nothing.
4622
4623 (c-indent-sexp): Use c-indent-region.
4624
4625 (c-parsing-error): Changed this variable to hold the message
4626 for any syntactic error that is discovered.
4627
4628 (c-parse-state): Search backward from point instead of the bod
4629 position when the latter is invalid. This makes CC Mode
4630 recover faster when there are unbalanced close braces.
4631
4632 (c-backward-to-start-of-if): Use c-parsing-error to report
4633 dangling "else" clauses instead of throwing an error, and fall
4634 back to a reasonable position.
4635
83c9cb8e 4636 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 4637
83c9cb8e 4638 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
4639
46402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4641
4642 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4643 paragraph recognition when moving by sentence in literals.
4644
83c9cb8e
SM
4645 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4646 start regexp for javadoc to recognize javadoc markup in general instead
4647 of a specific set of keywords, to be more future-safe.
130c507e
GM
4648
4649 (c-Pike-pikedoc-paragraph-start)
4650 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4651 pikedoc markup.
4652
83c9cb8e 4653 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 4654
83c9cb8e 4655 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
4656
4657 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4658
4659 (c-comment-prefix-regexp): Made it possible to use an
4660 association list on this to specify mode specific regexps.
4661 The default value now use a special regexp in Pike mode to
4662 recognize pikedoc markup.
4663
4664 (c-current-comment-prefix): New variable containing the actual
4665 regexp from c-comment-prefix-regexp for the current buffer.
4666
46672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4668
4669 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4670 lists: We can't look at the syntax, since a brace list can get
4671 recognized as a plain statement-cont.
4672
4673 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4674 special brace list opener broken over two lines got recognized
4675 as a statement on the second line. Case 9A changed.
4676
46772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4678
4679 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4680 adjustment after line is reindented.
4681
46822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4683
4684 * cc-defs.el (c-point): Added optional argument for position
4685 to use instead of the current point.
4686
4687 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4688 the in-expression block symbols when the construct starts at
4689 boi, to avoid the extra level of indentation in that case.
4690 Cases 4, 16A and 17E affected.
4691
46922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4693
4694 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 4695 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
4696
4697 * cc-engine.el (c-indent-line): Use the syntax already bound
4698 to `c-syntactic-context', if there is any.
4699
47002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4701
4702 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4703 wasn't added up correctly when a lineup function returned nil.
4704
47052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4706
4707 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 4708 empty lines were ignored when collecting line comments backwards.
130c507e
GM
4709
47102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4711
4712 * cc-align.el (c-lineup-dont-change): Return an absolute
4713 indentation column to work correctly in the case when several
4714 syntactic elements are processed for the same line.
4715
4716 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4717 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4718 (c-set-offset): Added absolute indentation column settings by
4719 using the vector type.
4720
130c507e
GM
47212000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4722
4723 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4724 Implemented two new cleanups `space-before-funcall' and
4725 `compact-empty-funcall'.
4726
130c507e
GM
47272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4728
4729 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4730 helping building regexps.
4731
4732 * cc-engine.el (c-on-identifier): New function for detecting
4733 identifiers. It takes keywords into account.
4734
4735 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4736 lists. `c-keywords' is set to a regexp matching all keywords
4737 in the current language.
4738
47392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4740
4741 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4742 list of characters to skip backwards over at the beginning of
4743 a statement, since it can precede string literals in Pike.
4744
47452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4746
4747 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4748 recognition when standing on the last line in a C++ comment
4749 with nothing but whitespace after the prefix.
4750
4751 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4752 given no limit argument.
4753
47542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4755
4756 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4757 recognition for the `[]= operator symbol in Pike.
4758
47592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4760
4761 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4762 around a bug in `eval-when-compile' in the byte compiler.
4763
4764 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 4765 value when count is zero and there's no token start within the limit.
130c507e
GM
4766
4767 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4768 "prefix comments", i.e. comments which are followed by code on
4769 the same line.
4770
4771 * cc-mode-19.el: Fixes so that checks that must be done at
4772 compile time also are done then.
4773
47742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4775
4776 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4777 time and at runtime, and only when it's needed.
4778
47792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4780
4781 Major cleanup for less error prone and more warning free
4782 compilation, including some fixes for bugs due to different
4783 compilation orders. Thanks to Martin Buchholz for providing
4784 the basis for all this.
4785
4786 * cc-bytecomp.el: New file that provides some byte compilation
4787 features: It ensures that files always are loaded from the
4788 current source directory during compilation, and it provides a
4789 set of macros to turn off specific compiler warnings for
4790 specific symbols. (It's not CC Mode specific in any way.)
4791
4792 Fixed a nearly acyclic dependency tree (both runtime and
4793 compile-time) between all files.
4794
4795 * cc-defs.el: Separated all macros before the inline functions,
4796 to ensure correct compilation.
4797
4798 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4799 cc-defs.el to cc-engine.el and made it a function instead.
4800
4801 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4802 about char-after.
4803
4804 * cc-vars.el: Cope even when there isn't a custom package
4805 containing defcustom available.
4806
4807 * cc-make.el: Removed since it's no longer necessary.
4808
4809 README: Updated installation instructions.
4810
48112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4812
4813 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4814 improve the modularity: Moved all mode init stuff from
4815 cc-langs.el to cc-mode.el, including the keymap
4816 initialization; cc-langs now only contains the various
4817 variables for configuring the language syntax.
4818
83c9cb8e
SM
4819 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4820 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 4821 dependency analysis suggests they belong there (which also
83c9cb8e 4822 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
4823
48242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4825
4826 * cc-cmds.el (c-fn-region-is-active-p): New function that
4827 wraps the corresponding macro, for use in places that aren't
4828 compiled. Thanks to Martin Buchholz for pointing out this.
4829
83c9cb8e 4830 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
4831
4832 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4833 add things to the bug report.
4834
48352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4836
4837 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4838 returned prefix could contain a newline when the search for a
4839 good prefix line failed.
4840
48412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4842
4843 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4844 (c-toggle-auto-hungry-state): Made the argument optional, as
4845 the documentation says it is.
4846
48472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4848
4849 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4850 multiline string syntax, #"...", as a cpp macro.
4851
7008ccac
GM
48522001-03-21 Paul Eggert <eggert@twinsun.com>
4853
83c9cb8e
SM
4854 * international/mule-cmds.el (set-locale-environment):
4855 Set system-messages-locale and system-time-locale, but only if the
7008ccac 4856 caller specifies a non-nil locale name.
3c9449d0 4857
c2478129 48582001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
4859
4860 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 4861 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 4862
117e4b0c
GM
48632001-03-20 Gerd Moellmann <gerd@gnu.org>
4864
7194219d
GM
4865 * follow.el (follow-avoid-tail-recenter): Doc fix.
4866
5721ae13
GM
4867 * custom.el (custom-set-variables): Avoid reversing the list
4868 of args needlessly.
4869
7b8bbf72
GM
4870 * startup.el (fancy-splash-head): Don't change the colors of the
4871 XPM image on a dark background.
4872
a91ad7c9
GM
4873 * comint.el (comint-exec-1): Set columns of the terminal to
4874 window-width instead of frame-width.
4875
fa88947e
GM
4876 * info.el (Info-scroll-down): Add missing WINDOW arg for
4877 pos-visible-in-window-p.
4878
1741905c
GM
4879 * ehelp.el (electric-help-mode-hook): Add defcustom.
4880
117e4b0c
GM
4881 * mail/sendmail.el (mail-mode): Activate case-folding in
4882 font-lock-defaults.
4883
e84c695d
SM
48842001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4885
4886 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4887 (completion-ignored-extensions): Remove duplicate ".class".
4888
fc774041
AS
48892001-03-19 Andreas Schwab <schwab@suse.de>
4890
83c9cb8e
SM
4891 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4892 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 4893
c2c097cc
GM
48942001-03-19 Gerd Moellmann <gerd@gnu.org>
4895
4896 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4897 methods since there are not prefix input methods.
4898
fbe2e958
KH
48992001-03-19 Kenichi Handa <handa@etl.go.jp>
4900
83c9cb8e
SM
4901 * international/mule-cmds.el (read-input-method-name):
4902 Locally bind enable-recursive-minibuffers to t.
fbe2e958 4903
da47e491
SM
49042001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4905
4906 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4907
4986c2c6 49082001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 4909
4986c2c6
MK
4910 * ediff-util.el: Copyright years.
4911 (ediff-choose-syntax-table): New function.
4912 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 4913
4986c2c6
MK
4914 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4915 with-syntax-table.
83c9cb8e 4916
4986c2c6 4917 * ediff.el: Date of last update, copyright years.
83c9cb8e 4918
4986c2c6 4919 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 4920
4986c2c6
MK
4921 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4922 of Scott Bronson.
4923 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4924 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4925 Deleted functions.
4926 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4927 ex-token-list.
83c9cb8e 4928
4986c2c6 4929 * viper-util.el: Spaces, indentation.
83c9cb8e 4930
4986c2c6 4931 * viper.el: Changed version, modification time.
83c9cb8e 4932
3c799aec 49332001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
4934
4935 * calendar/timeclock.el (timeclock-workday-remaining):
4936 Check whether `discrep' is non-null before using it.
3c799aec 4937
ae3ce418
JW
49382001-03-16 John Wiegley <johnw@gnu.org>
4939
4940 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4941 first-time checkins.
4942 (timeclock-log-data): Fixed problem with reading timelog log file.
4943 Resulting data in the "day list" was incorrect.
4944 (timeclock-find-discrep): Check if `timeclock-file' is readable
4945 before opening it.
4946 (timeclock-time-less-p): New function.
4947 (timeclock-day-base): New function.
4948 (timeclock-geometric-mean): New function.
4949 (timeclock-generate-report): Generate a summary report based on
4950 the contents of the log file. This uses `timeclock-log-data', and
4951 is an example of writing a timelog manipulation function.
4952 (timeclock-visit-timelog): A quick command for opening the timelog
4953 file.
4954 (timeclock-log-data): Bound the variable event.
4955
c8d4a9bb
KH
49562001-03-16 Kenichi Handa <handa@etl.go.jp>
4957
83c9cb8e
SM
4958 * international/mule-cmds.el (select-safe-coding-system):
4959 Fix typo: symbol-name -> symbol-value.
11d56c64 4960
c8d4a9bb
KH
4961 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4962 before substitute-in-file-name to handle double slashes in FILE
4963 correctly.
4964
c899e7e6
GM
49652001-03-15 Gerd Moellmann <gerd@gnu.org>
4966
4967 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4968 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4969
819dce0f
GM
49702001-03-14 Gerd Moellmann <gerd@gnu.org>
4971
697617d9
GM
4972 * bindings.el (features): Add `md5' and `overlay' to the list.
4973
819dce0f
GM
4974 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4975 bound before using it. It's not bound when configured without X,
4976 for instance.
4977
e0067a9d
TTN
49782001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4979
4980 * progmodes/hideshow.el: Update copyright.
4981 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 4982 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 4983
afcdc0a1
GM
49842001-03-13 Gerd Moellmann <gerd@gnu.org>
4985
e0067a9d 4986 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
4987 a non-list.
4988
30564c48
EZ
49892001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4990
4991 * startup.el (fancy-splash-tail, command-line-1): Fix the
4992 copyright year.
4993
2b8e24b3
KH
49942001-03-13 Kenichi Handa <handa@etl.go.jp>
4995
4996 * term.el: These changes are based on a patch sent from Yong Lu
4997 <lyongu@yahoo.com>.
4998 (term-set-escape-char): Bind M-x to execute-extended-command in
4999 term-raw-escape-map.
5000 (term-move-columns): Don't try to move to negagive column.
5001 (term-emulate-terminal): Insert a string before deleting a text to
5002 overwrite.
5003
789b6186
GM
50042001-03-12 Gerd Moellmann <gerd@gnu.org>
5005
b0778a31
GM
5006 * play/life.el (life): Rearrange code so that all calls to
5007 life-display-generation are in a catch-form.
5008
04528cda
GM
5009 * progmodes/etags.el (tags-loop-continue): Don't change point in a
5010 file that isn't interesting. In an interesting file, push the old
5011 value of point on the mark ring.
5012
760cefb5
GM
5013 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
5014 New function.
5015 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
5016 Use it.
5017
83c9cb8e
SM
5018 * emacs-lisp/autoload.el (generate-file-autoloads):
5019 Remove warning about line lengths.
789b6186 5020
a2ffbafe
FP
50212001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5022
5023 * progmodes/etags.el (tags-compression-info-list): New variable.
5024 (find-tag-in-order): Use it to deal with compressed source files.
5025 (tag-file-name-match-p): New function.
5026 (etags-recognize-tags-table): Use it for better match of file names.
5027
5c9d9d92
KH
50282001-03-12 Kenichi Handa <handa@etl.go.jp>
5029
ba3e9b9b
KH
5030 * international/mule-cmds.el (register-input-method): Doc fix.
5031
5c9d9d92
KH
5032 * international/quail.el (quail-translate-key): Fix condition to
5033 check if there's another breaking point in the current key.
5034
40beecee
EZ
50352001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
5036
5037 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
5038 Babyl header to the newly-created output file, bind
5039 coding-system-for-write to either rmail-file-coding-system or
5040 emacs-mule-unix.
5041
75c6cb7f
SM
50422001-03-11 Stefan Monnier <monnier@cs.yale.edu>
5043
5044 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5045 Fix the name and regexp used for subsubsections.
5046
5ec17636
DL
50472001-03-10 Dave Love <fx@gnu.org>
5048
5049 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5050 and save-buffer if buffer-file-name non-nil. From rms.
5051
6d2e2c02
AS
50522001-03-10 Andre Spiegel <spiegel@gnu.org>
5053
5054 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 5055 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
5056 to reflect that.
5057 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 5058 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
5059 variable bindings that might affect the diff command.
5060 (vc-print-log): Don't switch to the *vc* buffer before the
5061 command, so that local variable bindings are preserved.
5062
789b6186 5063 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
5064 not the current buffer.
5065 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5066
789b6186 5067 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 5068 make output go to buffer *vc*, not the current buffer.
a2ffbafe 5069
b18f5523
SM
50702001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5071
5072 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5073 so ^, $, *, ? and + are interpreted correctly.
5074
3cfd8357
GM
50752001-03-09 Gerd Moellmann <gerd@gnu.org>
5076
c085b77c 5077 * help.el (string-key-binding): Renamed from
f9db8f19
SM
5078 mode-line-key-binding. Handle any event on a string.
5079 Check for `keymap' properties as well as `local-map' properties.
c085b77c 5080
3cfd8357
GM
5081 * comint.el (comint-insert-clicked-input): Use the last key
5082 from this-command-keys to lookup the global key definition.
5083
348f797a
KH
50842001-03-09 Kenichi Handa <handa@etl.go.jp>
5085
3ebf3717
KH
5086 * international/characters.el: Add category `j' for
5087 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5088
348f797a
KH
5089 * international/mule-conf.el (no-conversion): Fix docstring.
5090 (raw-text): Fix docstring.
5091
e1fbabaf
GM
50922001-03-08 Gerd Moellmann <gerd@gnu.org>
5093
96e8e603
GM
5094 * simple.el (choose-completion-string): When not leaving the
5095 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5096 is set.
5097
e1fbabaf
GM
5098 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5099 parameter `(minibuffer . t)'.
5100
f9db8f19
SM
51012001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5102
5103 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5104 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5105 (sh-mode): Remove `make-local-variable' for unused var
5106 `font-lock-unfontify-region-function'.
5107
02756877
RS
51082001-03-07 Richard M. Stallman <rms@gnu.org>
5109
132bf46d
RS
5110 * info.el (Info-scroll-down): Fix previous change.
5111
02756877
RS
5112 * mail/rmail.el (rmail-toggle-header): Use a window which
5113 is showing the Rmail buffer, rather than the selected window.
5114
eeb24429
DL
51152001-03-07 Dave Love <fx@gnu.org>
5116
5117 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5118 now, to avoid problems with binding imenu directly to a mouse event.
5119
3bdf2660
GM
51202001-03-07 Gerd Moellmann <gerd@gnu.org>
5121
5122 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5123 second arg t.
5124
51252001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
5126
5127 * log-edit.el (log-edit-common-indent): New var.
5128 (log-edit-set-common-indentation): Renamed from
5129 log-edit-delete-common-indentation. Use the new var.
5130 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5131
5132 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5133 (cvs-mode-add-change-log-entry-other-window):
5134 Don't presume change-log-default-name is defined.
5135
5136 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5137
5138 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5139 the "tree" operation as well.
5140
5141 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5142
5143 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5144 to match paragraph-start.
5145
5146 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5147 comment-start-skip and set comment-end-skip as well.
5148 (sgml-comment-indent): Fix for new value of comment-start-skip.
5149 (html-autoview-mode): Don't bother using make-local-hook.
5150
2ad02767
GM
51512001-03-07 Gerd Moellmann <gerd@gnu.org>
5152
189638d5 5153 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 5154 variables, otherwise long Custom entries would make them ineffective.
189638d5 5155
2ad02767
GM
5156 * uniquify.el: Set maintainer to FSF.
5157
656f8cae
EZ
51582001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5159
5160 * dired-aux.el (dired-do-shell-command): Doc fix.
5161
c83965c4
SM
51622001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5163
04af43bc
SM
5164 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5165
5166 * which-func.el (which-func-modes): Add cperl-mode.
5167 (which-func-mode-global): Use define-minor-mode.
5168
5169 * info-look.el: Docstring fixes and dead code eliminated.
5170 (cperl-mode): Add support.
5171 (emacs-lisp-mode): List all entries from elisp manual, whether
5172 or not they are currently (f)bound or not. Update regexp.
5173
5174 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5175
c83965c4
SM
5176 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5177 so that C-h m shows the correct information.
5178 Use make-local-variable rather than make-variable-buffer-local.
5179 (cperl-info-buffer, cperl-setup-tmp-buf):
5180 Use make-local-variable rather than make-variable-buffer-local.
5181 (cperl-msb-fix, cperl-get-help-defer):
5182 Check major-mode for `cperl-mode' as well.
5183
5184 * progmodes/cperl-mode.el: Updated to author version 4.23.
5185 (cperl-electric-pod): SYNOPSIS was misspelled.
5186 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5187 (cperl-after-expr-p): Make true after __END__.
5188
f16a7aa5
GM
51892001-03-06 Gerd Moellmann <gerd@gnu.org>
5190
157ae273 5191 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 5192 bookmark-completion-ignore-case is t.
157ae273 5193
f16a7aa5
GM
5194 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5195 switch, like xterm, and concat resource strings, with a newline
5196 between them.
5197
abaddb98
EZ
51982001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5199
a2ffbafe 5200 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
5201 (cp773-decode-table, cp774-decode-table): New variables.
5202
abaddb98
EZ
5203 * man.el (Man-hyphenated-reference-regexp): New variable.
5204 (Man-build-references-alist): Use it to search for referenced
5205 manpages. If hyphenated is non-nil, record a concatenated word in
5206 Man-refpages-alist only if it matches Man-reference-regexp.
5207 Update word's length when it is concatenated. Reverse the list,
5208 to get the first manpage at the head.
5209 (Man-possibly-hyphenated-word): New function.
5210 (Man-follow-manual-reference): Use it instead of current-word to
5211 find a manpage at point, in a way that accounts for hyphenated
5212 references.
5213
eb3f61dd
GM
52142001-03-06 Alex Schroeder <alex@gnu.org>
5215
5216 * sql.el (sql-interbase): New function.
5217 (sql-interbase-program): New option.
5218 (sql-interbase-options): New option.
5219 And some typos fixed: "customise" to "customize".
5220
fa84f42a
DL
52212001-03-06 Dave Love <fx@gnu.org>
5222
83c9cb8e
SM
5223 * textmodes/flyspell.el (flyspell-region):
5224 Set up flyspell-local-mouse-map.
fa84f42a 5225
fda3411d
RS
52262001-03-05 Richard M. Stallman <rms@gnu.org>
5227
a2ffbafe 5228 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
5229 Don't call rmail-beginning-of-message.
5230 Don't discard From: field. Do discard Received: field.
5231 Use unwind-protect to re-prune.
5232 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 5233
e972ab1f
KH
52342001-03-06 Kenichi Handa <handa@etl.go.jp>
5235
5236 * international/quail.el (quail-title): Add autoload cookie.
5237
335db3c1
DL
52382001-03-05 Dave Love <fx@gnu.org>
5239
5240 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5241 new defs.
5242
278dd6ac
KH
52432001-03-05 Kenichi Handa <handa@etl.go.jp>
5244
83c9cb8e
SM
5245 * language/ethio-util.el (ethio-toggle-space):
5246 Update current-input-method-title if necessary.
36d5e61d
KH
5247 (ethio-toggle-punctuation): Likewise.
5248
341cd4f0
KH
5249 * international/quail.el (quail-title): Fix for the case that a
5250 title of an input method is specified by a list of the same form
5251 as used in mode-line-format.
5252
83c9cb8e
SM
5253 * international/mule-cmds.el (activate-input-method):
5254 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
5255 respect that value.
5256
10ebaeb6
GM
52572001-03-05 Gerd Moellmann <gerd@gnu.org>
5258
5259 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5260
7a65c85c
GM
52612001-03-05 Alex Schroeder <alex@gnu.org>
5262
5263 * sql.el (sql-sybase): Fix typo (was: query user about server two
5264 times instead of server and database).
5265
5266 * sql.el (sql-sybase): Doc change.
5267 (sql-mysql): Doc change.
5268 (sql-postgres): Doc change.
5269
b86644f2
KH
52702001-03-05 Kenichi Handa <handa@etl.go.jp>
5271
83c9cb8e
SM
5272 * international/mule-conf.el (emacs-mule, raw-text):
5273 Docstring modified.
b86644f2 5274
e30bd7b7
EZ
52752001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5276
5277 * term/internal.el: Update copyright notice.
5278
5279 * term/pc-win.el: Update copyright notice.
5280
7e365285
DL
52812001-03-02 Dave Love <fx@gnu.org>
5282
83c9cb8e
SM
5283 * files.el (insert-file-contents-literally):
5284 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5285 not jka-compr-compression-info-list.
7e365285 5286
75ed43a6
SM
52872001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5288
5289 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5290 spaces in default comment-start-skip settings rather than \s-.
5291
53c4b1e6
EZ
52922001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5293
5294 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5295 default-frame-alist as well.
5296
028d739a
DL
52972001-03-01 Dave Love <fx@gnu.org>
5298
5299 * textmodes/reftex.el (defvar): Wrap some defvars in
5300 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5301
5302 * subr.el (event-basic-type): Doc fix.
5303
5304 * international/quail.el: Doc fixes.
5305
5306 * international/utf-8.el: Doc fixes.
5307
5308 * international/mule-cmds.el: Doc fixes.
5309 (leim-list-header): Fix header text.
5310
5311 * international/mule.el (coding-system-category): Doc fix.
5312
5313 * international/ccl.el (ccl-compile): Doc fix.
5314
15d1caef
SM
53152001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5316
5317 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5318 rather than (before|after)-change-functions.
5319
f84ff02c
GM
53202001-03-01 Gerd Moellmann <gerd@gnu.org>
5321
5322 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5323 scroll-left and scroll-right being called interactively so that
5324 they set the window's min_hscroll.
5325
e0c1e774
EZ
53262001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5327
5328 * info.el (info-insert-file-contents-1): Accept an additional
5329 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
5330 `suffix'; otherwise use the complicated MS-DOS code.
5331 All callers changed.
e0c1e774
EZ
5332 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5333 can access long file names, try the long file-name version of
5334 `info-insert-file-contents-1', then the short file-name version.
5335
b8b2ea31 53362001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 5337
af122766
KH
5338 * language/ethio-util.el (setup-ethiopic-environment-internal):
5339 Change bindings of functions keys to conform to "Emacs Lisp Coding
5340 Convention".
5341
5342 * language/ethiopic.el ("Ethiopic"): Add documentation.
5343
b8b2ea31
KH
53442001-02-28 Kenichi Handa <handa@etl.go.jp>
5345
1d64e2ad
KH
5346 * international/utf-8.el (mule-utf-8): Set coding-category
5347 property to coding-category-utf-8.
5348
91cb6e51
RS
53492001-02-27 Richard M. Stallman <rms@gnu.org>
5350
5351 * lpr.el (lpr-page-header-switches, print-region-1):
5352 Undo 2000-07-06 change.
7298f3f7
RS
5353 (lpr-add-switches): Default to t on gnu/linux.
5354
c0cb1027
GM
53552001-02-27 Gerd Moellmann <gerd@gnu.org>
5356
5357 * bs.el (bs-attributes-list): Doc fix.
5358
01459648
GM
53592001-02-26 Gerd Moellmann <gerd@gnu.org>
5360
baebd8a5 5361 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 5362
01459648
GM
5363 * help.el (view-order-manuals): Use goto-address.
5364
5365 * startup.el (command-line-1): Add info about ordering manuals
5366 to the not so fancy splash screens.
5367
f93e614e
AS
53682001-02-26 Andre Spiegel <spiegel@gnu.org>
5369
01459648
GM
5370 * vc.el (vc-default-workfile-unchanged-p)
5371 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 5372
12435002
GM
53732001-02-26 Gerd Moellmann <gerd@gnu.org>
5374
a2ffbafe 5375 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
5376 fontify in the right buffer.
5377
12435002
GM
5378 * allout.el (outline-flag-region): Move macro in front of first
5379 use to avoid a run-time error.
5380
425de386
AI
53812001-02-24 Andrew Innes <andrewi@gnu.org>
5382
5383 * makefile.w32-in: Fix copyright notice.
5384
66c56ed1
KH
53852001-02-24 Kenichi Handa <handa@etl.go.jp>
5386
4c1593ce
KH
5387 * international/utf-8.el (mule-utf-8): Set correct value for
5388 valid-codes property.
5389
66c56ed1
KH
5390 * international/fontset.el (x-complement-fontset-spec): In the
5391 case that we use ASCII font for the other charsets, use only
15d1caef 5392 family and registry part of it.
66c56ed1 5393
119171dd
EZ
53942001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5395
5396 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5397 (shrink-window-if-larger-than-buffer): Doc fix.
5398
932c309e
SM
53992001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5400
5401 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5402 predicate passed to completing-read.
5403
9b760e36
EZ
54042001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5405
5406 * startup.el (command-line): Fix last change.
5407
5c39a60f
JR
54082001-02-23 Jason Rumney <jasonr@gnu.org>
5409
5410 * startup.el (tool-bar-originally-present): New variable.
5411 (command-line): Set it if the tool-bar is switched on at startup.
5412
5413 * frame.el (frame-notice-user-settings): Only adjust frame height
5414 for no tool-bar case if tool-bar was originally switched on.
796ead7e 5415 From E. Jay Berkenbilt.
5c39a60f 5416
cb91b2c7
SM
54172001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5418
39b557e8
SM
5419 * server.el (server-switch-buffer): Only switch window if the
5420 current one is dedicated.
5421
cb91b2c7
SM
5422 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5423 rather than using (match-beginning 0) when searching for break point.
5424
9238a8df
EZ
54252001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5426
5427 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5428 @ follows an accent command such as @'. Support optional braces
5429 in commands that insert accents, like makeinfo does.
5430
3473f362
GM
54312001-02-22 Gerd Moellmann <gerd@gnu.org>
5432
5433 * startup.el (fancy-splash-text): Add a line for ordering
5434 manuals. Reverse order of splash screens shown.
5435 (use-fancy-splash-screens-p): Adapt to the text line added.
5436
5437 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5438 manuals from the FSF.
5439
5440 * help.el (view-order-manuals): New function.
5441 (toplevel): Bind C-h C-m to this function.
5442
76a4de07
SM
54432001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5444
5445 * newcomment.el (comment-forward): Skip the comment-start before
5446 searching for the comment-end.
5447
75b71d85
DL
54482001-02-21 Dave Love <fx@gnu.org>
5449
2f4c9a87
DL
5450 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5451
75b71d85
DL
5452 * international/mule-cmds.el, international/mule.el: Doc fixes.
5453
ffc9ff0c
GM
54542001-02-21 Gerd Moellmann <gerd@gnu.org>
5455
5456 * startup.el (fancy-splash-screens): Use display-hourglass
5457 instead of display-busy-cursor.
5458
5459 * frame.el (display-hourglass): Renamed from busy-cursor.
5460 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5461 (show-cursor-in-non-selected-windows): Doc fix.
5462
f34eb373
DL
54632001-02-20 Dave Love <fx@gnu.org>
5464
5465 * international/utf-8.el: Doc and commentary fixes.
5466
f55e4a7e
EZ
54672001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5468
5469 * ehelp.el (with-electric-help): Doc fix.
5470
fa97adf6
GM
54712001-02-20 Gerd Moellmann <gerd@gnu.org>
5472
5473 * msb.el (msb-mode): Call the update-buffers function explicitly
5474 with a FORCE argument.
5475
5476 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5477 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5478 returns nil.
5479
54ed3bd2
GM
54802001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5481
5482 * ps-print.el: Timestamp package replacement. Some enhancements.
5483 Some XEmacs compatibility. Doc fix.
5484 (ps-print-version): New version number (6.4).
5485 (ps-printer-name): Initialization fix.
5486 (ps-zebra-stripe-follow): Funcionality enhancement.
5487 (ps-prologue-file): Code enhancement.
5488 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
5489 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5490 (ps-get-page-dimensions)
54ed3bd2
GM
5491 (ps-generate-header, ps-begin-file, ps-begin-job)
5492 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5493 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5494 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5495 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 5496
e8ebf97d
MB
54972001-02-20 Miles Bader <miles@gnu.org>
5498
5499 * image-file.el (image-file-name-extensions): Add "tif".
5500
136b27c5
GM
55012001-02-19 Gerd Moellmann <gerd@gnu.org>
5502
5503 * wid-edit.el (widget-button-click): Save the selected window
5504 around the code handling clicks on buttons.
5505
6ebbcf59
DL
55062001-02-18 Dave Love <fx@gnu.org>
5507
5508 * imenu.el (imenu--generic-function): Use mapc to iterate over
5509 syntax characters.
5510
595ded73
RS
55112001-02-17 Richard M. Stallman <rms@gnu.org>
5512
b9fe3dc8
RS
5513 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5514
595ded73
RS
5515 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5516
f3f053f3
GM
55172001-02-16 Gerd Moellmann <gerd@gnu.org>
5518
5519 * mouse.el (mouse-save-then-kill): If the distance from the new
5520 point to the mark is equal to the distance of point from the new
5521 point, move point instead of the mark.
5522
11570a8f
DL
55232001-02-16 Dave Love <fx@gnu.org>
5524
5525 * textmodes/flyspell.el (flyspell-get-word): Return string without
5526 properties.
5527
fb339cd5
EZ
55282001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5529
5530 * generic.el (generic-find-file-regexp): Doc fix.
5531 (generic-ignore-files-regexp): New defcustom.
5532 (generic-mode-find-file-hook): If the file's name matches the
5533 regexp in `generic-ignore-files-regexp', don't enter
5534 default-generic-mode. Doc fix.
5535
c56b1c1b
GM
55362001-02-16 Gerd Moellmann <gerd@gnu.org>
5537
a2ffbafe 5538 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
5539 Add autoload cookies.
5540
a2ffbafe 5541 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
5542 of cal-tex-24.
5543
0d140e65
EZ
55442001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5545
81558867
EZ
5546 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5547
0d140e65
EZ
5548 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5549 the character class after the (optional) drive, to support file
5550 names with embedded blanks.
5551
713f7b15
SS
55522001-02-15 Sam Steingold <sds@gnu.org>
5553
5554 * textmodes/tex-mode.el (tex-shell-running):
5555 Check the process buffer too.
5556
9a2a6f73
DL
55572001-02-15 Dave Love <fx@gnu.org>
5558
5559 * battery.el (battery-status-function): Fix doc, :type.
5560
15d1caef 5561 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 5562
fe10cef0
GM
55632001-02-15 Gerd Moellmann <gerd@gnu.org>
5564
5565 * subr.el (read-passwd): Clear Lisp memory holding password.
5566
126f5d4d
MB
55672001-02-15 Miles Bader <miles@gnu.org>
5568
5569 * info.el (Info-copy-current-node-name): New function.
5570 (Info-mode-menu): Add it to the menu.
5571
92e98d63
RS
55722001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5573
5574 * international/mule-cmds.el (toggle-input-method): Doc fix.
5575
dd4e0e55
SM
55762001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5577
5578 * replace.el (occur): Stop at end of buffer.
5579
402dbbd1
EZ
55802001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5581
5582 * international/mule-cmds.el (set-input-method): Another doc fix.
5583
e9fcba3d
GM
55842001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5585
5586 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5587
78ad1cd5
MB
55882001-02-13 Miles Bader <miles@gnu.org>
5589
713f7b15 5590 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
5591 (set-face-stipple): Treat a value of nil as being `unspecified'.
5592
fce9d9dc
DL
55932001-02-12 Dave Love <d.love@dl.ac.uk>
5594
5595 * international/latin1-disp.el: Doc fixes.
5596 (latin1-display) <defgroup>: Add :link.
5597 (latin1-display) <function>: Set variable latin1-display.
5598
bc406911
EZ
55992001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5600
5601 * international/mule-cmds.el (set-input-method): Doc fix.
5602
68514d48
EL
56032001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5604
5605 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5606 (speedbar-line-file): Return nil if not a file.
5607 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5608
513bea45 56092001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 5610
513bea45
MK
5611 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5612 for remote files.
bc406911 5613 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 5614 with raw-text.
713f7b15 5615
513bea45 5616 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 5617
83c9cb8e
SM
5618 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5619 Better handling of the diff mode.
713f7b15 5620
513bea45 5621 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 5622
bc406911 5623 * viper.texi: Fix typos.
713f7b15 5624
521d4010
DL
56252001-02-11 Dave Love <fx@gnu.org>
5626
36fd8e17
DL
5627 * shadowfile.el: Doc fixes.
5628 (shadow) <defgroup>: Add :link.
5629 (shadowfile-unload-hook): New function.
5630 (shadow-initialize): Use defalias, not fset.
5631 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 5632 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 5633
521d4010
DL
5634 * international/mule.el: Doc and message fixes.
5635
36fd8e17
DL
5636 * international/ccl.el (define-ccl-program): Doc fix.
5637
92395bbe
KH
56382001-02-11 Kenichi Handa <handa@etl.go.jp>
5639
5640 * faces.el (mode-line): Set :line-width property to -1.
5641
103db06c
RS
56422001-02-10 Richard M. Stallman <rms@gnu.org>
5643
08b78974
RS
5644 * complete.el (partial-completion-mode): Doc fix.
5645
103db06c
RS
5646 * simple.el (delete-key-deletes-forward-mode):
5647 Change `let' to `let*' to fix gross bug in last change.
5648
5649 * repeat.el (repeat): Don't let execute-kbd-macro alter
5650 real-last-command.
5651
a6a1ee53
EZ
56522001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5653
5654 * simple.el (eval-expression): Doc fix.
5655
d2f288c6
DL
56562001-02-09 Dave Love <fx@gnu.org>
5657
038f4ae3
DL
5658 * imenu.el (imenu-generic-expression): Doc fix.
5659
83c9cb8e
SM
5660 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5661 From Juanma Barranquero.
038f4ae3 5662
15d1caef 5663 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 5664
9804b846
KH
56652001-02-09 Kenichi Handa <handa@etl.go.jp>
5666
5667 * faces.el (set-face-attribute): Describe the case of a negative
5668 value specified for :line-width.
5669
532f5197
SM
56702001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5671
5672 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 5673 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 5674
1d279666
DL
56752001-02-08 Dave Love <fx@gnu.org>
5676
4681ca3a
DL
5677 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5678 widget-plist-value-type.
5679 (widget-alist-convert-widget): Replace binding of
5680 widget-alist-value-type.
5681
1d279666
DL
5682 * textmodes/paragraphs.el (sentence-end): Doc fix.
5683
83c9cb8e
SM
5684 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5685 Remove `backward-line'.
1d279666 5686
532f5197
SM
5687 * play/pong.el (pong-blank-color, pong-bat-color)
5688 (pong-ball-color, pong-border-color, pong-left-key)
5689 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5690 (pong-pause-key, pong-resume-key, pong-timer-delay):
5691 * mail/mh-comp.el (mh-compose-letter-function):
5692 * eshell/esh-mode.el (eshell-skip-prompt-function):
5693 * emulation/viper-ex.el (ex-unix-type-shell-options):
5694 * recentf.el (recentf-menu-filter):
5695 * ps-print.el (ps-print-region-function):
5696 * lpr.el (print-region-function):
5697 * forms.el (forms-mode-hooks):
5698 * dirtrack.el (dirtrack-directory-change-hook):
5699 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5700 * textmodes/spell.el (spell-filter):
5701 * textmodes/fill.el (adaptive-fill-function):
5702 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5703 * progmodes/etags.el (find-tag-default-function):
5704 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
5705 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5706
6f676109
EZ
57072001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5708
751d3bc4
EZ
5709 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5710 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5711 Meyering <jim@meyering.net>.
5712
6f676109
EZ
5713 * loadup.el: Revert last change.
5714
d3c26cdf
KH
57152001-02-07 Kenichi Handa <handa@etl.go.jp>
5716
83c9cb8e
SM
5717 * international/mule.el (transform-make-coding-system-args):
5718 Make it work also for coding systems not using CCL.
d3c26cdf 5719
44806980
EZ
57202001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5721
9889af08
EZ
5722 * simple.el (previous-matching-history-element)
5723 (next-matching-history-element): Doc fix.
5724
44806980
EZ
5725 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5726 specific part.
5727
1e36ff68
DL
57282001-02-06 Dave Love <fx@gnu.org>
5729
713f7b15 5730 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
5731 (add-log-buffer-file-name-function, add-log-file-name-function):
5732 Fix :type.
5733 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5734
c7ca58df
EZ
57352001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5736
fecd556a
EZ
5737 * info.el (info-initialize): Remove the test for system-type when
5738 invocation-directory is non-nil.
5739
c7ca58df
EZ
5740 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5741 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5742
587b5737
AI
57432001-02-06 Andrew Innes <andrewi@gnu.org>
5744
5745 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5746 absolute.
5747
baf7eee4
GM
57482001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5749
5750 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5751 buffers. When hi-lock turned on rather than only checking current
5752 buffer for regexps, all buffers are checked. Moved activation of
5753 font-lock to hi-lock-refontify. When font-lock turned off rather
5754 than removing added highlighting just in current buffer, remove it
5755 in all buffers. Changed edit menu text from "Automatic
5756 Highlighting" to "Regexp Highlighting" Documentation for
5757 highlighting phrases, minor documentation changes.
5758 (hi-lock-set-file-patterns): Execute only if there are new or
5759 existing file patterns.
5760 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5761 unfontify and, if a support mode is active, will not refontify the
5762 whole buffer. If necessary, turn on font lock. (Removed
5763 font-lock-unfontify and font-lock support-mode-specific calls,
5764 such as lazy-lock-fontify-window.)
5765 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5766 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 5767 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
5768 (hi-lock-face-phrase-buffer): New function. Also added related
5769 menu item and keybinding.
5770 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5771 (hi-lock-process-phrase): New function.
5772 (hi-lock-line-face-buffer): Doc fixes.
5773 (hi-lock-face-buffer): Doc fixes.
5774 (hi-lock-unface-buffer): Doc fixes.
713f7b15 5775
36710aa6
GM
57762001-02-06 Gerd Moellmann <gerd@gnu.org>
5777
5778 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5779 dabbrev-ignored-regexps.
5780
d3f22784
EZ
57812001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5782
5783 * simple.el (kill-line): Doc fix.
5784
5cb3c8d4
DL
57852001-02-05 Dave Love <fx@gnu.org>
5786
5787 * loadup.el: Revert last two changes -- bootstrapping works with
5788 regenerated loaddefs.
5789
e6297e7d
EZ
57902001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5791
1e14b095
EZ
5792 * isearch.el (isearch-forward): Doc fix.
5793
e6297e7d
EZ
5794 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5795 of font-lock-defaults to backward-paragraph.
5796
e16f52ce
GM
57972001-02-05 Gerd Moellmann <gerd@gnu.org>
5798
5799 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5800 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5801
01d19dd7
GM
58022001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5803
5804 * ebnf2ps.el: Eliminate time-stamp functions.
5805 (ebnf-version): New version (3.5).
5806 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5807 format-time-string.
5808
24886813
GM
58092001-02-05 Gerd Moellmann <gerd@gnu.org>
5810
5811 * simple.el (next-line): Goto end-of-line before inserting a newline.
5812
65e70fc4
MB
58132001-02-05 Miles Bader <miles@gnu.org>
5814
5815 * image-file.el (insert-image-file): When visiting an image, also
5816 set `truncate-lines' to t so that any fringe arrow looks correct.
5817
482f06c9
KH
58182001-02-05 Kenichi Handa <handa@etl.go.jp>
5819
5820 * isearch.el (isearch-forward): Add description about input method
5821 in the docsting.
5822
02399da7
SM
58232001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5824
5825 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5826
2c366083
EZ
58272001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5828
5829 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 5830 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 5831
bdadfce3
GM
58322001-02-02 Gerd Moellmann <gerd@gnu.org>
5833
79fb38c0
GM
5834 * wid-edit.el (widget-button-click): Fix last change.
5835
bdadfce3
GM
5836 * frame.el (frame-notice-user-settings): When resizing the initial
5837 frame because the tool bar is off, also change the frame's top
5838 position if a negative top position was specified.
5839
33155ffb
MB
58402001-02-02 Miles Bader <miles@gnu.org>
5841
5842 * image-file.el (insert-image-file): When visiting an image,
5843 suppress the cursor in the image buffer.
5844
1355ba0c
DL
58452001-02-01 Dave Love <fx@gnu.org>
5846
5847 * progmodes/f90.el (f90-mode): Remove startup message.
5848
fb758d2d 5849 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 5850
01acdb05
GM
58512001-02-01 Gerd Moellmann <gerd@gnu.org>
5852
5853 * startup.el (command-line): Fix code determining whether or not
5854 to use delete-key-deletes-forward-mode.
5855
5b1ee316
AS
58562001-02-01 Andre Spiegel <spiegel@gnu.org>
5857
5858 * vc.el (vc-diff-switches): New user option.
5859 (vc-version-diff): Use it.
5860 (vc-diff-switches-list): New macro.
5861
83c9cb8e
SM
5862 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5863 New customization options.
5b1ee316
AS
5864 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5865
5866 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5867
00b1e7a1
GM
58682001-02-01 Gerd Moellmann <gerd@gnu.org>
5869
5870 * msb.el (toplevel): Quote hook symbols.
5871
85827036
KH
58722001-02-01 Kenichi Handa <handa@etl.go.jp>
5873
8e028499 5874 * international/mule.el (make-coding-system): Add description
3c948dde 5875 about recognized properties in the docstring.
8e028499 5876
85827036
KH
5877 * international/mule-conf.el: Remove unused charsets
5878 mac-roman-lower and mac-roman-upper.
5879
7ccf7ab9
GM
58802001-01-31 Gerd Moellmann <gerd@gnu.org>
5881
2441692d
GM
5882 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5883 is in front of the left-margin, if any.
5884
ee5cece0
GM
5885 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5886 like `delete'.
5887
83c9cb8e 5888 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 5889
7ccf7ab9
GM
5890 * term/w32-win.el (mouse-set-font): Doc fix.
5891
b4f30ec5 58922001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 5893
b4f30ec5
GM
5894 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5895 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5896 on already.
5897
03e0fe6e
GM
58982001-01-31 Markus Rost <rost@math.ohio-state.edu>
5899
5900 * files.el (save-buffer): Don't give message if (buffer-file-name)
5901 returns nil.
713f7b15 5902
8f289acc
EZ
59032001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5904
cb4aae04
EZ
5905 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5906
dbd98b19
EZ
5907 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5908 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5909
8f289acc
EZ
5910 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5911 display problems.
5912
c12553c1
KH
59132001-01-31 Kenichi Handa <handa@etl.go.jp>
5914
c7bf5db9
KH
5915 * international/mule.el (charset-info): Fix docstring.
5916
5917 * international/mule-diag.el (describe-character-set): Check final
5918 char valid before printing it.
c12553c1 5919
14f16b9c
GM
59202001-01-30 Gerd Moellmann <gerd@gnu.org>
5921
efaa080b
GM
5922 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5923
eef93f99
GM
5924 * frame.el (frame-notice-user-settings): Do the tool-bar
5925 stuff only for graphical displays. Fix a braino.
713f7b15 5926
14f16b9c
GM
5927 * frame.el (frame-initialize): Create initial frame visible.
5928 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 5929 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
5930
5931 * startup.el (command-line): Remove manipulation of frame
5932 height for tool bars.
5933
4ad25e43
EZ
59342001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5935
5936 * lpr.el: Compatibility with XEmacs and doc fixes.
5937 (lpr-windows-system, lpr-lp-system): New vars.
5938 (lpr-printer-switch): New defcustom.
5939 (printer-name, lpr-command): Customization fix.
5940 (print-region-1): Code fix.
5941 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
5942 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5943 New functions.
4ad25e43 5944
e8f044a0
GM
59452001-01-29 Gerd Moellmann <gerd@gnu.org>
5946
5947 * msb.el (toplevel): Fix the eval-after-load.
5948
850d5045
GM
59492001-01-29 Dave Love <fx@gnu.org>
5950
762fe76e
DL
5951 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5952
5953 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5954
83c9cb8e 5955 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
5956 (tcl-using-emacs-19-23): Consider Emacs 21+.
5957 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5958 (tcl-add-emacs-menu): Supply menu name.
5959 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5960
3a768251
GM
59612001-01-29 Gerd Moellmann <gerd@gnu.org>
5962
5963 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5964
274d02f7
SM
59652001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5966
5967 * pcvs.el (cvs-mark-fis-dead): New function.
5968 (cvs-mode-add): Use it.
5969 (cvs-mode-add-change-log-entry-other-window):
5970 Rebind change-log-default-name to itself rather than to nil.
5971
ed5d446e
SS
59722001-01-29 Sam Steingold <sds@gnu.org>
5973
efaa080b 5974 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
5975 `autoload' statements.
5976
e2a80284
EZ
59772001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5978
8e1db7b3
EZ
5979 * files.el (confirm-kill-emacs): Doc fix.
5980
ff2a1c79
EZ
5981 * frame.el (frame-initialize): Doc fix.
5982
e7b0deaf
EZ
5983 * time-stamp.el (time-stamp-string): Doc fix.
5984
83c9cb8e
SM
5985 * woman.el (WoMan-log-1): Make the log buffer writable.
5986 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 5987
005913e4
GM
59882001-01-29 Gerd Moellmann <gerd@gnu.org>
5989
5990 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5991 the `make-variable-buffer-local'.
5992
58622cc5
GM
59932001-01-29 Dave Love <fx@gnu.org>
5994
5995 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
5996 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5997 Add autoload cookie.
58622cc5
GM
5998 (ansi-color-apply-sequence): Fix typo.
5999
0404d031
GM
60002001-01-29 Gerd Moellmann <gerd@gnu.org>
6001
ed5d446e 6002 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
6003 Postscript printing in black and white.
6004
0404d031
GM
6005 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
6006 X-Mailman-Version, Precedence, List-Help, List-Post,
6007 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6008 Content-Type, Content-Length.
6009
3b6ed359
DL
60102001-01-29 Dave Love <fx@gnu.org>
6011
ddd16e7a
DL
6012 * elide-head.el (elide-head): Make overlay evaporate.
6013
83c9cb8e 6014 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 6015
8005142f
EZ
60162001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
6017
6018 * isearch.el (isearch-highlight): Don't punt if the display
6019 doesn't support colors, since isearch faces are defined for
6020 monochrome displays as well.
6021
84728570
SS
60222001-01-27 Sam Steingold <sds@gnu.org>
6023
6024 * shell.el (shell-write-history-on-exit): Make sure that we are in
6025 the shell buffer (M-x tex-file RET inserted the error message into
6026 the TeX buffer).
6027
e26f9ced
EZ
60282001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6029
6030 * simple.el (transient-mark-mode): Doc fix.
6031
dc0274bd
GM
60322001-01-27 Gerd Moellmann <gerd@gnu.org>
6033
83c9cb8e 6034 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 6035
c1acacc4
EZ
60362001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6037
f5058b96
EZ
6038 * shell.el (shell-unquote-argument): If the shell is one of the
6039 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
6040 quote character.
6041 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 6042 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 6043
c1acacc4 6044 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 6045 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 6046
103db06c 60472001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 6048
84728570 6049 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
6050 Treat a one-capital-letter abbrev as "not all upper case",
6051 so as to force preservation of the expansion's pattern
6052 if the expansion starts with a capital letter.
6053
cfa70244
EZ
60542001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6055
cfee9de7
EZ
6056 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6057 Doc fix.
6058
cfa70244
EZ
6059 * simple.el (transient-mark-mode): Document the fact that many
6060 commands act on the region when mark is active.
6061
17d90d6b
KH
60622001-01-27 Kenichi Handa <handa@etl.go.jp>
6063
6064 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 6065 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
6066 (quail-show-guidance-buf): Make the multibyteness of current
6067 buffer inherited to Quail guidance buffer.
6068 (quail-help): Make the multibyteness of current buffer inherited
6069 to Quail help buffer.
6070
61076b20
DL
60712001-01-26 Dave Love <fx@gnu.org>
6072
c47e2c68
DL
6073 * time-stamp.el: Doc fixes.
6074
84728570 6075 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
6076 (delphi-keyword-face, delphi-other-face): Fix :type.
6077
940f14b4
DL
6078 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6079
6080 * mail/feedmail.el (feedmail): Add :link.
6081 (feedmail-send-it): Doc fix.
6082
6083 * mail/sendmail.el: Doc fixes.
6084 (sendmail-send-it): Fix the non-ASCII regexp and use
6085 rfc2047-encode-string.
6086
61076b20
DL
6087 * dired.el, dired-aux.el: Revert last change.
6088
6c317bd2
GM
60892001-01-26 Gerd Moellmann <gerd@gnu.org>
6090
6091 * makefile.w32-in (DONTCOMPILE): Add various term files.
6092
60932001-01-26 Dave Love <fx@gnu.org>
6094
6095 * Makefile.in (DONTCOMPILE): Add various term files.
6096
1c636b5f
GM
60972001-01-26 Gerd Moellmann <gerd@gnu.org>
6098
af900b23
GM
6099 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6100
15fa6db0 6101 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 6102 the echo area is resized to fit the size of the startup message.
15fa6db0 6103
1c636b5f
GM
6104 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6105 part of which is a constant.
6106
9b1adbd5
EZ
61072001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6108
83c9cb8e 6109 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 6110
103db06c 61112001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
6112
6113 * simple.el (next-line): Don't let `newline' expand abbrevs.
6114 Simplify slightly.
6115 (open-line): Don't let `newline' expand abbrevs.
6116
219227ea
JW
61172001-01-25 John Wiegley <johnw@gnu.org>
6118
6119 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6120 to `repeat' in the :type field.
6121
6122 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6123 allow a choice of regexp or nil.
d2906bf8 6124 (pcomplete-dir-ignore): Same.
219227ea
JW
6125
6126 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6127 a command) to always fail.
6128
ceba0dac
GM
61292001-01-25 Gerd Moellmann <gerd@gnu.org>
6130
6131 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6132 discard the result.
6133 (iswitchb-to-end): Likewise.
6134
9b0630e5
SS
61352001-01-25 Sam Steingold <sds@gnu.org>
6136
6137 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 6138 Require vc.
9b0630e5 6139
a2ed9670
SM
61402001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6141
f0c1adab
SM
6142 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6143
a2ed9670
SM
6144 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6145
34ac3367
DL
61462001-01-25 Dave Love <fx@gnu.org>
6147
61076b20
DL
6148 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6149 (describe-coding-system): Tweak the English text.
6150
34ac3367
DL
6151 * loadup.el: Preload international/ccl for utf-8.
6152
4685e6b7
EZ
61532001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6154
6155 * mail/rmail.el (rmail-redecode-body): Doc fix.
6156
0fdb4475
KH
61572001-01-25 Kenichi Handa <handa@etl.go.jp>
6158
83c9cb8e
SM
6159 * international/mule-cmds.el (reset-language-environment):
6160 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 6161
83c9cb8e
SM
6162 * international/mule-conf.el (coding-category-utf-8):
6163 Initialize to mule-utf-8.
0fdb4475 6164
9b0630e5 6165 * loadup.el: Preload international/utf-8.
0fdb4475
KH
6166
6167 * international/utf-8.el: New file.
6168
245ed2b1
SM
61692001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6170
6171 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6172
e95b0c08
SS
61732001-01-24 Sam Steingold <sds@gnu.org>
6174
6175 * dired.el (dired-replace-in-string): Removed.
6176 (dired-sort-toggle): Use `replace-regexps-in-string'
6177 instead of `dired-replace-in-string'.
9b0630e5 6178
ceba0dac
GM
6179 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6180 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 6181
e95b0c08
SS
6182 * gs.el (gs-replace-in-string): Removed.
6183 (gs-options): Use `replace-regexps-in-string'
6184 instead of `gs-replace-in-string'.
6185
c3902c3e
EZ
61862001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6187
6188 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6189 bug report is mailed to an email list and posted to a news group.
6190
b66b6aeb
GM
61912001-01-24 Gerd Moellmann <gerd@gnu.org>
6192
83c9cb8e
SM
6193 * comint.el (comint-replace-by-expanded-history-before-point):
6194 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 6195
b66b6aeb
GM
6196 * startup.el (tool-bar-images-pixel-height): New variable.
6197 (command-line): After loading the user's init file, when
6198 tool-bar-mode is on, increase the frame's size by some lines for
6199 the tool-bar.
6200
6201 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 6202
ff890e66
SZ
62032001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6204
6205 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6206 (chinese-big5): MIME:Big5.
6207
04363179
GM
62082001-01-24 Gerd Moellmann <gerd@gnu.org>
6209
e95b0c08 6210 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
6211 Handle commands with prefix args.
6212
d56aaa64
GM
62132001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6214
6215 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6216 being a list of numbers.
6217 (diary-mail-entries): Rewritten.
6218
99858627
DL
62192001-01-23 Dave Love <fx@gnu.org>
6220
7aeb1fa9
DL
6221 * international/mule.el (make-coding-system): Fix typo.
6222
83c9cb8e
SM
6223 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6224 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 6225
5a43decf
EZ
62262001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6227
6228 * font-lock.el (font-lock-mode): Doc fix.
6229
b0e98867
KH
62302001-01-23 Kenichi Handa <handa@etl.go.jp>
6231
6232 * international/mule.el (make-translation-table): Fix docstring.
6233
9c8acefd
EZ
62342001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6235
fd4976b8
EZ
6236 * mail/rmail.el (rmail-redecode-body): New function.
6237
9c8acefd
EZ
6238 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6239
871e0439
GM
62402001-01-22 Gerd Moellmann <gerd@gnu.org>
6241
21c2bbe0
GM
6242 * isearch.el (isearch-lazy-highlight-case-fold-search)
6243 (isearch-lazy-highlight-regexp): New variables.
6244 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6245 case-fold search or regexp search has been toggled.
6246
5710730c
GM
6247 * wid-edit.el (widget-button-click): Avoid a save-excursion
6248 around running a global binding.
6249
871e0439
GM
6250 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6251 to 0.25.
6252
d0554957
MB
62532001-01-20 Miles Bader <miles@gnu.org>
6254
6255 * cus-edit.el (custom-face-save): Do post-processing on the face's
6256 new value like `custom-face-set' does.
6257
1519f618
EZ
62582001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6259
ccd87890
EZ
6260 * mail/emacsbug.el (report-emacs-bug): Report the value of
6261 LC_CTYPE, not LC_TYPE.
6262
1519f618
EZ
6263 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6264 isearch-toggle-regexp and isearch-edit-string to doc string.
6265
9724173b
GM
62662001-01-19 Gerd Moellmann <gerd@gnu.org>
6267
48bb9196
GM
6268 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6269 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6270
e95b0c08 6271 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
6272 font-lock-beginning-of-syntax-function to nil.
6273
dc81f8a2
EZ
62742001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6275
6276 * mail/emacsbug.el (report-emacs-bug): Report values of
6277 locale-coding-system, default-enable-multibyte-characters, and the
6278 environment variables LC_ALL, LC_TYPE, and LANG.
6279
99327974
GM
62802001-01-19 Gerd Moellmann <gerd@gnu.org>
6281
83c9cb8e 6282 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 6283
2be6ecc6
GM
6284 * font-lock.el (font-lock-multiline): Default to nil.
6285 (font-lock-default-fontify-region): If font-lock-multiline is
6286 nil, don't check the property `font-lock-multiline'.
6287
99327974
GM
6288 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6289 is nil, don't check the `font-lock-multiline' text property.
6290
2550055a
MK
62912001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6292
0a949811 6293 * viper.el: Call initial-major-mode on startup.
e95b0c08 6294
0a949811 6295 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 6296
8501998a 6297 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 6298
2550055a 62992001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 6300
0a949811 6301 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 6302 diff mode, if available.
e95b0c08 6303
0a949811 63042001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 6305
8501998a 6306 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 6307
2550055a
MK
6308 * ediff-init.el (subst-char-in-string): Define and use it, unless
6309 it's already defined.
e95b0c08 6310
8962e303
GM
63112001-01-18 Gerd Moellmann <gerd@gnu.org>
6312
6313 * tooltip.el (tooltip-hide-delay): New user-option.
6314 (tooltip-show): Use tooltip-hide-delay instead of the default.
6315
6b453381
KH
63162001-01-18 Kenichi Handa <handa@etl.go.jp>
6317
6318 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6319 kill-local-variable doesn't work for enable-multibyte-characters.
6320
9eaf396b
DL
63212001-01-17 Dave Love <fx@gnu.org>
6322
cebd37ce
DL
6323 * ediff-init.el (ediff-before-setup-hook)
6324 (ediff-merge-filename-prefix): Add :version.
6325
9eaf396b
DL
6326 * international/latin1-disp.el: Require disp-table.
6327 (latin1-display): Fix :set.
6328
6329 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6330
f864120f
GM
63312001-01-17 Gerd Moellmann <gerd@gnu.org>
6332
6333 * isearch.el (isearch-lazy-highlight-initial-delay)
6334 (isearch-lazy-highlight-interval): Default to 0.
6335
63362001-01-17 Bob Glickstein <bobg@zanshin.com>
6337
6338 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6339 1 here rather than each time through
6340 isearch-lazy-highlight-new-loop.
6341 (isearch-lazy-highlight-max): Variable deleted.
6342 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6343 isearch-lazy-highlight-max but controls a single invocation of
6344 isearch-lazy-highlight-update.
6345 (isearch-lazy-highlight-wrapped): Variable recreated.
6346 (isearch-lazy-highlight-window-start): New variable.
6347 (isearch-lazy-highlight-cleanup): Restored to behavior of
6348 before 2-Jan.
6349 (isearch-lazy-highlight-remove-overlays): Function deleted;
6350 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6351 behavior removed.
6352 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6353 isearch-lazy-highlight-update in a loop rather than just once.
6354 Test isearch-invalid-regexp here and decide not to start a new
6355 loop, rather than testing it each time through
6356 isearch-lazy-highlight-update.
6357 (isearch-lazy-highlight-search): Function restored.
6358 (isearch-lazy-highlight-update): Get called in a timer loop again,
6359 but this time highlight more than one match each time through.
83c9cb8e
SM
6360 Only highlight matches in the visible part of the window.
6361 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
6362 the edge of the window. Use sit-for to force redisplay and ensure
6363 window-start is credible. "Face suppressing" behavior removed;
6364 overlay priorities should make it unnecessary, right?
6365 (isearch-highlight): Face suppressing behavior removed.
6366 (isearch-dehighlight): Face suppressing behavior removed.
6367 (isearch-set-lazy-highlight-faces-at): Removed.
6368
076ec540
KH
63692001-01-17 Kenichi Handa <handa@etl.go.jp>
6370
6371 * language/european.el ("Latin-1"): Make the format of description
6372 about additional language environments same as that of Latin-2.
6373
92328ec5
DL
63742001-01-16 Dave Love <fx@gnu.org>
6375
39f2174e
DL
6376 * isearch.el (isearch-lazy-highlight): Add :version.
6377
92328ec5
DL
6378 * simple.el (backward-delete-char-untabify-method)
6379 (next-line-add-newlines): Add :version.
6380
f251459d
GM
63812001-01-16 Gerd Moellmann <gerd@gnu.org>
6382
9d4850e5
GM
6383 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6384 Don't bind <delete> otherwise.
6385
6386 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6387 and <delete> via function-key-map.
6388
f251459d
GM
6389 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6390 Subject line only if point is after the `Subject:'.
6391
771ffcf7
KH
63922001-01-16 Kenichi Handa <handa@etl.go.jp>
6393
bda6b481
KH
6394 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6395 japanese-jisx0213-2 in `charset' property of this lang. env.
6396
35793af7
KH
6397 * language/european.el ("Latin-1"): Add description for Dutch and
6398 Spanish lang. env.
6399
771ffcf7
KH
6400 * international/mule.el (decode-char): Fix conditions.
6401 (encode-char): Handle eight-bit-control too.
1c8102ff 6402 (transform-make-coding-system-args): New function.
50c29104
KH
6403 (make-coding-system): Accept XEmacs style arguments for CCL base
6404 coding system.
771ffcf7 6405
e1cf67b6
GM
64062001-01-15 Gerd Moellmann <gerd@gnu.org>
6407
6408 * progmodes/etags.el (find-tag-noselect): Save the value of
6409 tags-file-name before switching buffers, for the case it has a
6410 buffer-local value.
6411
b3287acf
GM
64122001-01-15 Alex Schroeder <alex@gnu.org>
6413
9eaf396b
DL
6414 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6415 From Dave Love <fx@gnu.org>.
b3287acf
GM
6416 (ansi-color-for-comint-mode): Fix :version.
6417
64182001-01-15 Alex Schroeder <alex@gnu.org>
6419
6420 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6421
8d7ff9c8
EZ
64222001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6423
6424 * dired.el (dired-insert-directory): If file-system-info fails,
6425 remove the " free " part, but don't signal an error.
6426
dbe99ae9
SS
64272001-01-12 Sam Steingold <sds@gnu.org>
6428
6429 * bookmark.el (bookmark-maybe-historicize-string):
6430 Use new backquote syntax.
6431
103db06c 64322001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
6433
6434 * subr.el (last): Handle a list that doesn't end in nil.
6435
ca2ddd8e
SS
64362001-01-12 Sam Steingold <sds@gnu.org>
6437
6438 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6439 to `backward-delete-char-untabify'.
6440
1751c874
DL
64412001-01-12 Dave Love <fx@gnu.org>
6442
6443 * cus-edit.el (customize-menu-create): Fix the :filter following
6444 easymenu change.
6445
6446 * wid-edit.el (function): Add :match-alternatives.
6447 (widget-color-action): Doc fix.
6448
3cccce8d
GM
64492001-01-12 Gerd Moellmann <gerd@gnu.org>
6450
6451 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6452
18bfd6b5
KH
64532001-01-12 Kenichi Handa <handa@etl.go.jp>
6454
83c9cb8e 6455 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 6456
18bfd6b5
KH
6457 * international/ccl.el (define-ccl-program): Fix docstring.
6458
562e00da
DL
64592001-01-11 Dave Love <fx@gnu.org>
6460
14fd0da3
DL
6461 * international/mule-cmds.el (standard-display-european-internal):
6462 Set display table for 2208 as for 160.
6463
6464 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6465
562e00da
DL
6466 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6467 entry for custom-menu-create change.
6468 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6469 don't cons it in the search loop.
6470
6471 * imenu.el (imenu--truncate-items): Revert last change.
6472
6e961dcd
EZ
64732001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6474
6475 * info.el (Info-setup-header-line): If the node header includes
6476 either Next: or Prev: links, don't show the File: and Node: parts
6477 in the header line.
6478
2c2ff7f2
GM
64792001-01-11 Gerd Moellmann <gerd@gnu.org>
6480
a7ee2d2e
GM
6481 * comint.el (comint-goto-process-mark): Don't print a message
6482 when running in batch mode.
6483
c5348233
GM
6484 * isearch.el (isearch-search): In the condition-case handler for
6485 `error', set isearch-invalid-regexp to the whole error message.
6486
422717d1
GM
6487 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6488 ensure that eval-after-load works for files dumped with Emacs.
6489
6490 * help.el (load-symbol-file-load-history): New function extracted
6491 from function symbol-file.
6492 (symbol-file): Use it.
6493
83c9cb8e 6494 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 6495
926861fb
EZ
64962001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6497
6498 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6499 behave as if there were no prefix argument.
6500 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6501 argument were nil.
6502
afa1f52c
RS
65032001-01-11 Richard M. Stallman <rms@gnu.org>
6504
ca2ddd8e 6505 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
6506 Don't look for more potential matches once maximum is exceeded.
6507 Use overlays-in to check correctly for overlap with current match.
6508 Ignore empty matches.
6509
47a9f362
MB
65102001-01-11 Miles Bader <miles@gnu.org>
6511
6512 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6513 (ispell-overlay-window, ispell-help, ispell-show-choices)
6514 (ispell-command-loop): Use it instead of `window-height'.
6515
d196f58d
GM
65162001-01-10 Gerd Moellmann <gerd@gnu.org>
6517
cf523f0e
GM
6518 * files.el (confirm-kill-emacs): New user-option.
6519 (save-buffers-kill-emacs): Ask for final confirmation before
6520 killing Emacs.
6521
d196f58d
GM
6522 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6523 to nil.
6524
7c6c3d8e
GM
65252001-01-10 Dave Love <fx@gnu.org>
6526
1f8be15d
DL
6527 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6528
83c9cb8e 6529 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
6530
6531 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6532
6533 * calculator.el (calculator-number-digits): Fix :type.
6534
0d5184de
DL
6535 * vc-cvs.el (vc-cvs-header): Fix :type.
6536 * vc-rcs.el (vc-rcs-header): Fix :type.
6537 * vc-sccs.el (vc-sccs-header): Fix :type.
6538
6539 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6540
7c6c3d8e
GM
6541 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6542
8c9f73a2
GM
6543 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6544
457b792c
GM
65452001-01-10 Gerd Moellmann <gerd@gnu.org>
6546
6547 * simple.el (set-variable): Force a thorough redisplay for the
6548 case that the variable has an effect on the display, like
6549 `tab-width' has.
6550
d2622d08
AS
65512001-01-10 Andre Spiegel <spiegel@gnu.org>
6552
6553 * vc.el: Add documentation for backend interface.
6554
ae4b5f4f
KH
65552001-01-10 Kenichi Handa <handa@etl.go.jp>
6556
e0844717
KH
6557 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6558
ae4b5f4f
KH
6559 * international/mule-conf.el (latin-extra-code-table): Set to t
6560 for \223 and \224.
6561
3184082b
KH
65622001-01-09 Kenichi Handa <handa@etl.go.jp>
6563
6564 * international/mule-cmds.el (locale-language-names): Map "es" to
6565 "Spanish" and "nl" to "Dutch".
6566
732b9cdd
GM
65672001-01-09 Gerd Moellmann <gerd@gnu.org>
6568
1dfca644
GM
6569 * bindings.el (global-map): Bind <home> to beginning-of-line,
6570 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6571 C-<end> to end-of-buffer.
6572
732b9cdd
GM
6573 * language/european.el: Add Dutch and Spanish language info
6574 to be able to use the appropriate tutorials.
6575
65762001-01-09 Alex Schroeder <alex@gnu.org>
6577
6578 * ansi-color.el (ansi-color-process-output): Use markers instead
6579 of positions for start and end of region.
6580 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6581 Previously, occasional mistakes happend when fontifying many
6582 chunks of output (eg. ls --color=yes /dev). This happened
6583 whenever an overlay was created up to the end of the region, which
6584 coincided with the process-mark. New text would then be added
6585 within that overlay instead of after it.
6586 (ansi-color-make-extent): Overlays are created with the property
6587 `modification-hooks' set to '(ansi-color-freeze-overlay).
6588 (ansi-color-freeze-overlay): New function. When inserting text at
6589 the end of the overlay, the overlay will resize.
6590
65912000-01-09 Alex Schroeder <alex@gnu.org>
6592
6593 * ansi-color.el (ansi-color-process-output): Doc change.
6594 (ansi-color-unfontify-region): Doc change. No longer installed
6595 automatically in font-lock-unfontify-region-function.
6596 (ansi-color-apply): Doc change.
6597 (ansi-color-apply-on-region): Use extents or overlays instead of
6598 text-properties.
6599 (ansi-color-make-extent): New function.
6600 (ansi-color-set-extent-face): New function.
6601
66022000-01-09 Alex Schroeder <alex@gnu.org>
6603
6604 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6605 both use ansi-color-process-output, now.
6606 (ansi-color-process-output): Doesn't return string anymore. It is
6607 installed in comint-output-filter-functions for both Emacs and
6608 XEmacs, now.
6609 (ansi-color-unfontify-region): Simplified code removing variables
6610 pos and start-ansi.
6611 (ansi-color-apply): Put text-property ansi-color before putting
6612 text-property face because ansi-color-unfontify-region is called
6613 immediately after the call to put-text-property.
6614 (ansi-color-context-region): Doc change.
6615 (ansi-color-filter-region): Simplified code.
6616 (ansi-color-apply-on-region): Changed start to start-marker, using
6617 a marker explicitly. Put text-property ansi-color before putting
6618 text-property face because ansi-color-unfontify-region is called
6619 immediately after the call to put-text-property.
6620
66212000-01-09 Alex Schroeder <alex@gnu.org>
6622
6623 * ansi-color.el (ansi-color-faces-vector): Doc change.
6624 (ansi-color-for-comint-mode): Changed :type property to choice.
6625 (ansi-color-last-context): Removed.
6626 (ansi-color-process-output): Don't use ansi-color-last-context, as
6627 the main functions will store their context now.
6628 (ansi-color-context): Doc change.
6629 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6630 Uses ansi-color-context such that repeated calls will strip
6631 partial escape sequences, too.
6632 (ansi-color-apply): Simplified code. Colorize end of string if
6633 face is not null. Store context in new (FACE STRING) format, such
6634 that repeated calls will strip partial escape sequences, too.
6635 Append faces to face property using ansi-color-apply-sequence such
6636 that cumulative mode actually works.
6637 (ansi-color-context-region): New variable.
6638 (ansi-color-filter-region): Rewrote it based on
6639 ansi-color-apply-on-region. Uses ansi-color-context-region such
6640 that repeated calls will strip partial escape sequences, too.
6641 (ansi-color-apply-on-region): Simplified code. Colorize end of
6642 region if face is not null. Store context in new (FACE POS)
6643 format, such that repeated calls will strip partial escape
6644 sequences, too. Append faces to face property using
83c9cb8e 6645 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
6646 (ansi-color-apply-sequence): New function.
6647 (ansi-color-get-face): When the default face is added to the list
6648 of faces, all previous settings are discarded and the list of
6649 faces is set to '(default).
6650
66512000-01-09 Alex Schroeder <alex@gnu.org>
6652
6653 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6654 face, such that ansi-color-apply and ansi-color-apply-on-region
6655 will do the right thing.
6656 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6657 returns nil, set the list of faces back to nil instead of
83c9cb8e 6658 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
6659
66602000-01-09 Alex Schroeder <alex@gnu.org>
6661
6662 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6663 (ansi-color-process): Doc change.
6664 (ansi-color-last-context): New buffer-local variable.
6665 (ansi-color-process-output): New function. It is automatically
6666 added to comint-output-filter-functions if this is XEmacs.
6667 (ansi-color-unfontify-region): New optional parameter for XEmacs
6668 compatibility. Check wether font-lock-syntactic-keywords is
6669 boundp before removing the syntax table text property, as XEmacs
6670 doesn't have it.
6671 (ansi-color-filter-region): Doc change.
6672 (ansi-color-apply-on-region): Doc change.
6673 (ansi-color-make-face): New function. Compatibility layer for
6674 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6675 (ansi-color-make-color-map): Use ansi-color-make-face.
6676 (ansi-color-get-face): Avoid face text property '(nil) as results
6677 in an errow for XEmacs.
6678
66792000-01-09 Alex Schroeder <alex@gnu.org>
6680
83c9cb8e
SM
6681 * ansi-color.el (ansi-color-unfontify-region): New function.
6682 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
6683 ansi-color. When the package is loaded, a lambda expression is
6684 put onto font-lock-mode-hook. This lambda expression will check
6685 font-lock-unfontify-region-function and replace
83c9cb8e 6686 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
6687 (ansi-color-apply): Add text-property ansi-color in addition to
6688 text-property face.
6689 (ansi-color-apply-on-region): Add text-property ansi-color in
6690 addition to text-property face.
6691 (save-buffer-state): Copy of the macro that is also used by
6692 lazy-lock and font-lock.
6693
6694 (ansi-color-for-comint-mode): New option.
6695 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6696 (ansi-color-for-comint-mode-off): Ditto.
6697 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
6698 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6699 decide what to do. This function is added to
6700 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
6701
6702 (ansi-color-for-shell-mode-set): Removed.
6703 (ansi-color-for-shell-mode): Removed.
6704
67052000-01-09 Alex Schroeder <alex@gnu.org>
6706
6707 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6708 the lambda expression from the ansi-color-for-shell-mode :set
6709 property. Additionally, modify shell-mode-hook to enable or
6710 disable font-lock-mode for future shell buffers.
6711 (ansi-color-for-shell-mode): The :set property calls
6712 ansi-color-for-shell-mode-set instead of a lambda expression.
6713
67142000-01-09 Alex Schroeder <alex@gnu.org>
6715
6716 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6717 (ansi-color-context): New variable.
6718 (ansi-color-apply): Save context between calls.
6719
fb55ff10
EZ
67202001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6721
83c9cb8e
SM
6722 * isearch.el (isearch, isearch-lazy-highlight-face):
6723 New definitions for face colors and attributes.
29910493 6724
fb55ff10
EZ
6725 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6726 of display-mouse-p.
6727
134d6265
KH
67282001-01-09 Kenichi Handa <handa@etl.go.jp>
6729
6730 * international/mule.el (make-coding-system): If the coding system
6731 accepts extra latin codes, register such codes as safe for the
6732 coding system.
6733
103db06c 67342001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 6735
984c9f75
RS
6736 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6737 don't mention the file name or the date here, because they are
6738 logged at the start of the file.
6739
67402001-01-08 Richard M. Stallman <rms@gnu.org>
6741
78b8eee8
RS
6742 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6743 Change screen-width to frame-width.
6744
1460e5d4
EZ
67452001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6746
6747 * info.el (Info-search): Print the default as part of the prompt.
6748
56f24bc1
AS
67492001-01-08 Andre Spiegel <spiegel@gnu.org>
6750
ca2ddd8e 6751 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
6752 constant implementations in backends.
6753
6754 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6755 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6756
6757 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6758 WRITABLE to EDITABLE.
6759
6760 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6761 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6762 to EDITABLE.
6763
b7812d30
EZ
67642001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6765
6766 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 6767 (copyright, copyright-update): Compute the current year at run time.
b7812d30 6768
7e56ea04
GM
67692001-01-08 Gerd Moellmann <gerd@gnu.org>
6770
6771 * isearch.el (isearch-old-signal-hook): Removed.
6772 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6773 instead of setting signal-hook-function.
6774 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6775
a758f97d
GM
67762001-01-08 Kevin Gallagher <kevingal@onramp.net>
6777
6778 * emulation/edt.el: Update to version 4.0. Provide support for
6779 EDT scroll margins at top and bottom of the window. Provide an
6780 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6781 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
6782 user when file-related buffer modifications exist.
6783 Provide support for running EDT Emulation in XEmacs.
6784 Provide customize access to some user updatable variables.
6785 Add Commentary section to file header.
6786 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
6787
6788 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6789 for detecting a keypress that generates an ASCII key sequence.
6790 (Previously, only a keypress that generates a vector was
6791 recognized.) Embed Window Manager name into name of the generated
6792 EDT Emulation initialization file since the initialization file is
6793 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 6794
30db89f9
EZ
67952001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6796
4deb3ba9
EZ
6797 * mail/sendmail.el (mail-mode): Doc fix.
6798
30db89f9
EZ
6799 * info.el (Info-goto-emacs-command-node): Doc fix.
6800 (Info-goto-emacs-key-command-node): Doc fix.
6801
c3f2772b
EZ
68022001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6803
8726e79b 6804 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
6805 systems without long file-name support.
6806
0dac6924
AI
68072001-01-06 Andrew Innes <andrewi@gnu.org>
6808
6809 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6810
4e6ef391
EZ
68112001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6812
380866a2
EZ
6813 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6814 (isearch-lazy-highlight-update): Doc fix.
6815
148b5960
EZ
6816 * ffap.el (ffap-bindings): Doc fix.
6817
4e6ef391
EZ
6818 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6819
4cb1bcc2
DL
68202001-01-05 Dave Love <fx@gnu.org>
6821
6822 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6823
3828218c
GM
68242001-01-05 Gerd Moellmann <gerd@gnu.org>
6825
83c9cb8e
SM
6826 * mouse-drag.el (mouse-drag-safe-scroll):
6827 Bind scroll-preserve-screen-position to nil.
f1ade7d3 6828
1f4139d5
GM
6829 * isearch.el (isearch-old-signal-hook): New variable.
6830 (isearch-mode): Set signal-hook-function to isearch-done.
6831 (isearch-done): Restore old signal-hook-function.
6832
3828218c
GM
6833 * info.el (Info-fontify-node): Mark one more char as intangible.
6834
3970013f
KH
68352000-01-05 Kenichi Handa <handa@etl.go.jp>
6836
83c9cb8e
SM
6837 * composite.el (compose-last-chars): New argument COMPONENTS.
6838 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
6839 COMPONENTS.
6840
6841 * international/quail.el (quail-input-string-to-events): New function.
6842 (quail-input-method): Convert input string to events here.
6843 (quail-start-translation): Return input string, not event list.
6844 (quail-start-conversion): Likewise.
6845
f3b05e99
GM
68462001-01-04 Gerd Moellmann <gerd@gnu.org>
6847
ca2ddd8e 6848 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
6849 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6850 and tooltip-add-timeout.
6851 (tooltip-show): Set border color from faces's foreground.
6852 (tooltip-show-help-function): If called with the same help string
6853 as last time, do nothing.
6854 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6855
0f2ac578
GM
6856 * startup.el (fancy-splash-screens): Don't bind show-help-function
6857 to nil.
6858
f3b05e99
GM
6859 * tooltip.el (tooltip-frame-parameters): Remove colors.
6860 (tooltip): New face
6861 (tooltip-set-param): New function.
6862 (tooltip-show): Set up color frame parameters from face `tooltip'.
6863 Display the tooltip text in face `tooltip'.
6864
8416e94a
DL
68652001-01-04 Dave Love <fx@gnu.org>
6866
6867 * whitespace.el (whitespace-global-mode): Fix typo.
6868
6869 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6870
30db89f9
EZ
68712001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6872
83c9cb8e
SM
6873 * help.el (help-for-help): Fix a typo in a doc string.
6874 From kwzh@gnu.org (Karl Heuer).
30db89f9 6875
b847eb8c
DL
68762001-01-03 Dave Love <fx@gnu.org>
6877
6878 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 6879 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
6880 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6881 (dired-guess-shell-alist-user): Customize.
6882 (dired-x-help-address): Set to bug-gnu-emacs.
6883 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6884 (dired-default-directory): Renamed from default-directory.
6885
6886 * hl-line.el (hl-line): Doc fix.
6887
43c4b570
KF
68882001-01-03 Karl Fogel <kfogel@red-bean.com>
6889
1bf6b1bf 6890 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 6891
984c9f75 68922001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
6893
6894 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6895 to remove all the current alternative-match highlighting.
6896 If nil, remove only what's outside the current window.
6897 (isearch-lazy-highlight-remove-overlays): Take optional
6898 region within which NOT to remove them.
6899 (isearch-lazy-highlight-new-loop): Greatly simplified.
6900 (isearch-lazy-highlight-update): Find all the other occurrences
6901 visible in the window, in just one call.
6902 (isearch-lazy-highlight-start): Now holds start of region to scan.
6903 (isearch-lazy-highlight-end): Now holds end of region to scan.
6904 (isearch-lazy-highlight-wrapped): Variable deleted.
6905 (isearch-lazy-highlight-search): Function deleted.
6906
13d6a61c
AI
69072000-01-02 Andrew Innes <andrewi@gnu.org>
6908
6909 * w32-fns.el (convert-standard-filename): Do length check on name
6910 before aref.
6911
064866e7
DL
69122001-01-02 Dave Love <fx@gnu.org>
6913
b33e041b
DL
6914 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6915 value.
6916 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6917
6918 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6919
8166ffd5
DL
6920 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6921 read syntax.
6922
064866e7
DL
6923 * calendar/todo-mode.el (todo): Add :link, :version.
6924 (todo-save-top-priorities): Remove autoload cookie.
6925 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 6926 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 6927
6dde6abc
GM
69282001-01-02 Gerd Moellmann <gerd@gnu.org>
6929
6930 * comint.el (comint-input-history-ignore): New variable.
6931 (comint-read-input-ring): Ignore entries matching
6932 comint-input-history-ignore.
6933
1a8a9daf
GM
69342001-01-02 Eric M. Ludlam <zappo@gnu.org>
6935
6936 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6937 (lm-copyright-mark): New function.
6938 (lm-crack-copyright): New function.
6939 (lm-verify): Check that the file has a copyright.
6940 Check that the file is copyright Free Software Foundation.
6941
9c92eb53
KH
69422000-12-30 Kenichi Handa <handa@etl.go.jp>
6943
6944 * international/mule-diag.el (print-fontset): Indent font name by
6945 24 columns, not 25.
6946
49172314
GM
69472000-12-29 Gerd Moellmann <gerd@gnu.org>
6948
762a68ec
GM
6949 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6950 in Subject line.
6951
49172314 6952 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
6953 Use mail-mode-hook instead of mail-setup-hook.
6954 Otherwise continuing an interrupted message with C-u C-x m for
6955 instance, winds up in Mail mode without abbrevs.
49172314 6956
bd7a2e26
GM
69572000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6958
6959 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
6960 non-nil. Adding almost all customization variables on ps-setup.
6961 Doc fix.
bd7a2e26
GM
6962 (ps-print-version): New version number (6.3.3).
6963 (ps-end-with-control-d): Initialization fix.
6964 (ps-lines-printed): New var.
6965 (ps-skip-newline): New fun.
6966 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6967 (ps-next-line, ps-continue-line, ps-plot-region)
6968 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 6969
2b3f28a4
KH
69702000-12-29 Kenichi Handa <handa@etl.go.jp>
6971
83c9cb8e
SM
6972 * international/fontset.el (x-complement-fontset-spec):
6973 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
6974 registered in x-font-name-charset-alist.
6975 (create-fontset-from-fontset-spec): Adjusted for the above change.
6976 The name of fontset alias should be a unresolved ASCII font name.
6977
2ece9174
GM
69782000-12-28 Gerd Moellmann <gerd@gnu.org>
6979
6980 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6981 and delete in isearch-mode-map.
6982
cbe3ad7a
RS
69832000-12-28 Richard M. Stallman <rms@gnu.org>
6984
ca2ddd8e 6985 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
6986 Use xpdf instead of acroread.
6987
a816f1c5
KH
69882000-12-28 Kenichi Handa <handa@etl.go.jp>
6989
f086e73c
KH
6990 * textmodes/artist.el (artist-butlast): Deleted.
6991 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 6992 artist-butlast.
f086e73c 6993
a816f1c5
KH
6994 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6995
6996 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6997
b202115b
EZ
69982000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6999
7000 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
7001
7002 * ls-lisp.el: Better support for the Mac and MS-Windows.
7003 (ls-lisp): New defgroup.
7004 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 7005 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
7006 (ls-lisp-support-shell-wildcards): New defcustoms.
7007 (ls-lisp-parse-symlink): New function.
7008 (insert-directory): Code to convert switches to a list and set up
7009 the wildcard argument copied from ls-lisp-insert-directory.
7010 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
7011 for -C and -R switches.
7012 (ls-lisp-column-format): New function.
ca2ddd8e 7013 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
7014 (ls-lisp-format-time): Add doc strings.
7015 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
7016 Support ls-lisp-dirs-first.
7017 (ls-lisp-classify, ls-lisp-extension): New functions.
7018 (ls-lisp-format): Optionally support emulation of symlinks.
7019 Support -i, -s, and -G switches.
7020
6061fbf0
GM
70212000-12-27 Gerd Moellmann <gerd@gnu.org>
7022
5e25feee
GM
7023 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
7024
6061fbf0
GM
7025 * version.el (emacs-version): Print X scroll bar information.
7026
7027 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
7028 instead of x-toolkit-scroll-bars-p.
7029
7030 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
7031 of x-toolkit-scroll-bars-p.
7032
25050dab
EZ
70332000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7034
83c9cb8e 7035 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
7036 (ffap-bindings): Doc fix, to reflect the above change.
7037
c1786874
KH
70382000-12-27 Kenichi Handa <handa@etl.go.jp>
7039
7040 * term.el (term-char-mode): Define all non-ascii self-inserting
7041 characters to 'term-send-raw in term-raw-map.
7042
7261ece3 70432000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 7044
83c9cb8e 7045 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 7046
83c9cb8e
SM
7047 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7048 Changed initialization; use add-hook.
6061fbf0 7049 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 7050
6061fbf0 7051 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 7052
6061fbf0
GM
7053 * ediff.el (ediff-patch-buffer): Bug fix.
7054 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 7055
83f40583
SM
70562000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7057
7058 * subr.el (combine-run-hooks): Remove.
7059
7060 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7061 and remove the rogue second spec.
7062
bdd6d4e8
GM
70632000-12-23 Gerd Moellmann <gerd@gnu.org>
7064
7065 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7066
26736ce3
SM
70672000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7068
0e86b6b0
SM
7069 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7070 Use minibuffer menu prompt for the `=' prefix.
7071 (smerge-command-prefix): Change default to C-^.
6eabfb26 7072 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 7073
26736ce3
SM
7074 * skeleton.el (skeleton-internal-1): Make sure the first line of
7075 the region is also re-indented.
d21584d6
SM
7076 (skeleton-end-newline): New var.
7077 (skeleton-end-hook): Use it.
26736ce3 7078
95fa4fd7
MB
70792000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7080
7081 * comint.el (comint-password-prompt-regexp): Support CVS.
7082
f060b834
GM
70832000-12-22 Gerd Moellmann <gerd@gnu.org>
7084
83c9cb8e
SM
7085 * simple.el (delete-key-deletes-forward-mode): Simplify.
7086 Also backspace key combinations, depending on
856ff7a7
GM
7087 delete-key-deletes-forward.
7088
7089 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7090
f060b834
GM
7091 * simple.el (delete-key-deletes-forward): Doc fix.
7092
653558a1
GM
70932000-08-22 Emmanuel Briot <briot@gnat.com>
7094
7095 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 7096 white spaces are relevant in the XML file.
653558a1
GM
7097 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7098 to parse was already edited. This allows for on-the-fly analysis
26736ce3 7099 of XML files.
653558a1
GM
7100 (xml-parse-tag): Check that the casing is the same in the start
7101 tag and end tag, since XML is case-sensitive. Allows for spaces
7102 in the end tag, after the name of the tag.
7103 (xml-parse-attlist): Allow for the character '-' in the name of
7104 attributes, as in the standard http-equiv attribute Do not save
26736ce3 7105 the properties in the XML tree, since they are not relevant.
653558a1 7106
3ad93d8d
SM
71072000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7108
7109 * generic.el (generic-read-type): Undo last change, inline into
7110 `generic-mode' and then remove.
7111 (generic-mode): Inline generic-read-type.
7112 (define-generic-mode): Push the symbol name rather than the symbol
7113 onto generic-mode-list.
7114
177f4e88
GM
71152000-12-21 Gerd Moellmann <gerd@gnu.org>
7116
8e15274f
GM
7117 * generic.el (generic-read-type): Build an alist for
7118 completing-read as in 20.7.
7119
7120 * play/landmark.el (lm): Use interactive spec `P'.
7121 (toplevel): Don't set debug-on-error.
7122
83c9cb8e 7123 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 7124
6ba384dc
GM
71252000-12-21 Dave Pearson <davep@davep.org>
7126
7127 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 7128
647a066c
GM
71292000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7130
7131 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7132 ranges like \177-\237, but accepts the character sequence from \177 to
7133 \237. Doc fix.
7134 (ebnf-version): New version (3.4).
7135 (ebnf-setup): Code fix.
7136 (ebnf-range-regexp): New fun.
7137 (ebnf-8-bit-chars): Const fix.
7138
7139 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7140 entry. Doc fix.
7141 (ebnf-bnf-lex): Code fix.
7142 (ebnf-bnf-comment-chars): Const fix.
7143
7144 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7145 entry. Doc fix.
7146 (ebnf-iso-comment-chars): Const fix.
7147
7148 * ebnf-otz.el: Doc fix.
7149
7150 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7151 entry. Doc fix.
7152 (ebnf-yac-skip-code): Code fix.
7153 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 7154
bc22fd18
EZ
71552000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7156
7157 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
7158 (recover-file): Use it instead of insert-directory.
7159 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 7160
587fc3f9
KH
71612000-12-21 Kenichi Handa <handa@etl.go.jp>
7162
83c9cb8e
SM
7163 * international/mule-cmds.el (select-safe-coding-system):
7164 Check coding-category-list more rigidly. Improve help message.
eeefcfde 7165
587fc3f9
KH
7166 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7167
01860fb9
MB
71682000-12-21 Miles Bader <miles@gnu.org>
7169
83c9cb8e 7170 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 7171
3f9d67a6
KH
71722000-12-21 Kenichi Handa <handa@etl.go.jp>
7173
9fd1c1f7
KH
7174 * international/mule-diag.el (describe-char-after): Make *Help*
7175 buffer inherit multibyteness of the current buffer.
7176
3f9d67a6
KH
7177 * international/mule.el (make-char): Docstring adjusted for the
7178 change of make-char-internal.
7179
c9669fac
SM
71802000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7181
7182 * international/iso-cvt.el: Docstrings fix.
7183
19594307
DL
71842000-12-20 Dave Love <fx@gnu.org>
7185
7186 * subr.el (eval-after-load): Doc fix.
7187
b1a447b3
KH
71882000-12-20 Kenichi Handa <handa@etl.go.jp>
7189
7190 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7191 for numbers.
7192
09877d5d
MB
71932000-12-20 Miles Bader <miles@gnu.org>
7194
7195 * international/quail.el (quail-help): Resize the help window
7196 again after it has all its contents. Remove unneeded progn.
7197
71d4497a
GM
71982000-12-19 Gerd Moellmann <gerd@gnu.org>
7199
7200 * pcmpl-linux.el: Fix copy/paste error.
7201
741e56a0
AI
72022000-12-19 Andrew Innes <andrewi@gnu.org>
7203
83c9cb8e 7204 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 7205
cc24d91c
CD
72062000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7207
ba4c05aa
CD
7208 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7209
7210 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7211
7212 * progmodes/idlw-shell.el: Fixed copyright notice.
7213
7214 * progmodes/idlwave.el: Fixed copyright notice.
7215
71d4497a 7216 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
7217 TAB as key separators.
7218
524c8caf
GM
72192000-12-19 Alex Schroeder <alex@gnu.org>
7220
7221 * sql.el (sql-sybase-options): New option.
7222 (sql-sybase): Use it. Add sql-database to the list of parameters
7223 provided for login. The options -w 2048 -n are not used any more.
7224 (sql-postgres-options): Changed default from "--pset" to "-P".
7225 (sql-mysql-options): Doc change.
7226 (sql-stop): Doc change.
7227
b5fa513d
KH
72282000-12-19 Kenichi Handa <handa@etl.go.jp>
7229
7230 * international/quail.el (quail-input-method): Always hide
7231 the guidance buffer on exiting.
7232
91c9e6ce
GM
72332000-12-18 Gerd Moellmann <gerd@gnu.org>
7234
c6da4eb4
GM
7235 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7236 isn't fboundp.
7237
3d2a0e0b
GM
7238 * server.el (server-buffer-done): Bury the buffer before
7239 killing it.
7240
91c9e6ce
GM
7241 * faces.el (face-spec-set): Interpret a nil in specs for
7242 foreground and background colors as `unspecified', for
7243 compatibility with 20.x.
7244
40fa0008
DL
72452000-12-18 Dave Love <fx@gnu.org>
7246
22adbe54
DL
7247 * simple.el (mail-user-agent): Doc fix.
7248 (input-mode-8-bit): Removed.
7249
7250 * international/mule.el (set-keyboard-coding-system): Doc fix.
7251 (keyboard-coding-system): New option.
7252
40fa0008
DL
7253 * mail/sendmail.el (send-mail-function): Customize.
7254
6f4745e2
EZ
72552000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7256
7257 * international/codepage.el (cp866-decode-table): New table.
7258
82b90229
GM
72592000-12-18 Gerd Moellmann <gerd@gnu.org>
7260
7261 * version.el (emacs-version): Remove `%a' from the time format
7262 because the weekday doesn't fit well into each locale.
7263
5a047002
MB
72642000-12-18 Miles Bader <miles@gnu.org>
7265
7f49aa07
MB
7266 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7267
ca2ddd8e 7268 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
7269 Check that emacs-major-version is `=' to 20, not `>='.
7270 (artist-replace-chars): Use `make-string' instead of a loop.
7271
22ea2607
EZ
72722000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7273
7274 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7275 (cvs-execute-single-file): Don't change directory.
7276 Patch from Per Cederqvist.
7277
6c825f8e
EZ
72782000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7279
83c9cb8e
SM
7280 * textmodes/ispell.el (check-ispell-version):
7281 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
7282 of -vv.
7283
8ff06845
KH
72842000-12-16 Kenichi Handa <handa@etl.go.jp>
7285
af4bb4c8
KH
7286 * international/mule-diag.el (mule-diag): Insert information about
7287 configure options, multibyte awareness, language env.
7288
8ff06845
KH
7289 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7290 regexp to search for candidates.
7291
b24e84ab
EZ
72922000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7293
7294 * info.el (Info-forward-node): If the node has an
7295 Info-header-line, widen the buffer before searching for "next:"
7296 and "up:" pointers, and set the search limit to stay in the
7297 current node.
7298
7981d89f
MB
72992000-12-16 Miles Bader <miles@gnu.org>
7300
7301 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7302
88ee7917
MB
73032000-12-15 Miles Bader <miles@gnu.org>
7304
7305 * comint.el (comint-send-string, comint-send-region): Also accept
7306 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7307 process-send-string/region.
7308
0c28d842
GM
73092000-12-15 Gerd Moellmann <gerd@gnu.org>
7310
4ea7fdca
GM
7311 * isearch.el (isearch-lazy-highlight-max): New user-option.
7312 (isearch-lazy-highlight-update): Don't highlight more than
7313 isearch-lazy-highlight-max matches.
7314
0c28d842
GM
7315 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7316
984c9f75 73172000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 7318
8062e53a
GM
7319 * sort.el (sort-columns): Fix error message.
7320
3ffa545b
GM
7321 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7322 `upcase' or `downcase' or nil.
7323 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7324 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7325 (dabbrev--substitute-expansion): New arg record-case-pattern.
7326 If it is non-nil, set dabbrev--last-case-pattern.
7327 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7328
7329 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7330
c2d7f289
MB
73312000-12-15 Miles Bader <miles@gnu.org>
7332
b6348438
MB
7333 * paths.el (Info-default-directory-list): Don't delete
7334 configure-info-directory from the list of standard info
83c9cb8e 7335 directories when appending it to the end -- their order is important.
b6348438 7336
f9056dd9
MB
7337 * faces.el (read-face-attribute): If there's no entry for the
7338 user's input in VALID, just use it as-is (this will often result
7339 in an error, but it may be OK for e.g. colors using hexadecimal
7340 notation, and at least will yield a better error message).
7341
c2d7f289 7342 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 7343 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
7344 Variables removed.
7345 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7346 window is really the right size. Use vertical-motion
7347 rather than forward-line.
7348 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7349 (ispell-command-loop, ispell-show-choices): Use the variable
7350 ispell-choices-win-default-height, rather than the function.
7351 (ispell-choices-win-default-height): Function removed.
7352 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 7353
8f530b95
SM
73542000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7355
7356 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7357
6d435deb
EZ
73582000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7359
83c9cb8e
SM
7360 * paths.el (Info-default-directory-list):
7361 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
7362 put it first in the list; otherwise put it last. Doc string
7363 changed accordingly.
7364
7365 * info.el (Info-directory-list): Change doc string to reflect the
7366 change in Info-default-directory-list.
7367
6d435deb
EZ
7368 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7369 windows-nt as windowed environments, even under -nw.
7370
7371 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7372 if not fboundp. Switch delete-forward mode for the <delete> key
7373 on all PC platforms, even under -nw.
7374
7375 * term/internal.el ([M-delete]): Remap to M-d.
7376
9d7d9263
GM
73772000-12-14 Gerd Moellmann <gerd@gnu.org>
7378
7379 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7380
7cf0153a
EZ
73812000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7382
7383 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7384
5e5b3d41
GM
73852000-12-14 Gerd Moellmann <gerd@gnu.org>
7386
5f368d29
GM
7387 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7388 if appropriate.
7389
7390 * simple.el (delete-key-deletes-forward): New user-option.
7391 (delete-key-deletes-forward-mode): New function.
7392
9d7d9263 7393 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 7394
83c9cb8e
SM
7395 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7396 Test if symbol is bound before getting its value.
5e5b3d41
GM
7397
7398 * tooltip.el (tooltip-show): If an error is signaled in
7399 x-show-tip, display that error, and display the help in the
7400 echo area.
ca2ddd8e 7401
191b83b6
KH
74022000-12-14 Kenichi Handa <handa@etl.go.jp>
7403
83c9cb8e
SM
7404 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7405 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 7406
6192b604
KF
74072000-12-13 Karl Fogel <kfogel@red-bean.com>
7408
7409 * bookmark.el: Provide a generic exit hook, as suggested by
7410 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
7411 (bookmark-exit-hook): New var.
7412 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
7413 old raw lambda form in `kill-emacs-hook', and runs new
7414 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7415 as logically that feature must have been provided if this function
7416 is running.
7417 Removed ;;;###autoload before the `add-hook' call.
7418
5edf6b55
SM
74192000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7420
7421 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7422 (easy-menu-current-active-maps): New function.
7423 (easy-menu-get-map): Use it.
7424 Make a proper menu entry when creating a new keymap.
7425
16b5e8e6
KH
74262000-12-13 Kenichi Handa <handa@etl.go.jp>
7427
d49fc4eb
KH
7428 * international/characters.el: Fix cases and syntaxes for
7429 mule-unicode-0100-24ff.
7430
3b53d876
KH
7431 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7432 that a Japanese character is not appended after day and year.
7433
16b5e8e6
KH
7434 * info.el (Info-suffix-list): Change format for a command that
7435 requires arguments.
7436 (info-insert-file-contents): Adjusted for the above change.
7437
1df1c518
AS
74382000-12-12 Andreas Schwab <schwab@suse.de>
7439
7440 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7441 on the name of the tar buffer. Verify that the existing buffer is
7442 visiting the same subfile.
7443
a7a07b98
DL
74442000-12-12 Dave Love <fx@gnu.org>
7445
7446 * subdirs.el: Add obsolete.
7447
4fdbd809
GM
74482000-12-12 Gerd Moellmann <gerd@gnu.org>
7449
bfdb75ee
GM
7450 * mail/rmailsum.el (rmail-summary-expunge)
7451 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7452 instead of rmail-confirm-expunge.
7453
4fdbd809
GM
7454 * replace.el (perform-replace): Don't use an empty match adjacent
7455 to a non-empty match when computing the next match before the
7456 replacement is performed.
7457
e9a59cad
GM
74582000-12-12 Milan Zamazal <pdm@freesoft.cz>
7459
7460 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7461 definition (patch by Stefan Monnier).
7462 (glasses-mode): Use jit-lock instead of `after-change-functions'
7463 (patch by Stefan Monnier).
7464
c2def7a0
MB
74652000-12-12 Miles Bader <miles@gnu.org>
7466
7467 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7468 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7469
591b63b4
AC
74702000-12-12 Andrew Choi <akochoi@i-cable.com>
7471
7472 * term/mac-win.el: Remove load for ls-lisp.
7473
a924cf63 7474 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 7475
5ff4ba3d
MB
74762000-12-12 Miles Bader <miles@gnu.org>
7477
7478 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7479 Respect field end too.
7480 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
7481 (newline-and-indent, reindent-then-newline-and-indent):
7482 Use `delete-horizontal-space'.
5ff4ba3d 7483
d0c679bc
SM
74842000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7485
adf9c994
SM
7486 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7487 (so as to obey the field property in the minibuffer).
7488
4b0cd42d
SM
7489 * obsolete/c-mode.el: Moved from lisp/progmodes.
7490 * obsolete/auto-show.el: Moved from lisp.
7491 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 7492
89f85863
CD
74932000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7494
7495 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 7496 changes to list them here.
89f85863 7497
83c9cb8e
SM
7498 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7499 Too many changes to list them here.
89f85863 7500
83c9cb8e
SM
7501 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7502 Too many changes to list them here.
89f85863
CD
7503
7504 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7505
3e0d35ce
GM
75062000-12-11 Gerd Moellmann <gerd@gnu.org>
7507
83c9cb8e 7508 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 7509
ca2ddd8e 7510 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
7511 Comment fix.
7512
3e0d35ce
GM
7513 * hscroll.el: Moved to `obsolete' subdir.
7514
ff904dd6
MB
75152000-12-11 Miles Bader <miles@gnu.org>
7516
7517 * window.el (window-text-height): Function removed (now in C).
7518
fb97d87f
SM
75192000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7520
7521 * log-edit.el (log-edit-parent-buffer): New var.
7522 (log-edit): Set it. Add BUFFER argument.
7523 (log-edit-done): Use char-before.
7524 Don't bother checking validity of vc-comment-ring.
7525 Only bury the buffer if log-edit popped it up.
7526
7527 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7528 (cvs-mode-diff-help): Remove.
7529 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 7530 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
7531
7532 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7533 Remove binding for ? now made unnecessary.
7534
7de77417
CD
75352000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7536
83c9cb8e 7537 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
7538 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7539
7540 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7541 when master file is not open.
7542
4efa209f
SM
75432000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7544
7545 * progmodes/ada-stmt.el: Update `maintainer'.
7546
b52758d1 75472000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
7548
7549 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7550 choices to match documentation string.
7551
a12167c5
MB
75522000-12-09 Miles Bader <miles@gnu.org>
7553
2161605d
MB
7554 * minibuf-eldef.el: New file.
7555
a12167c5
MB
7556 * window.el (fit-window-to-buffer): Don't pass last argument to
7557 pos-visible-in-window-p, now that its meaning is inverted.
7558
9ea8de1b
EZ
75592000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7560
7561 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7562 <ceder@lysator.liu.se>.
7563
5002ddbb
SM
75642000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7565
b6114d80
SM
7566 * autoinsert.el (auto-insert-alist): Add missing final \n.
7567
ee8d23ee
SM
7568 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7569 (cvs-menu-map): Remove.
7570 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7571 (cvs-mode-quit): Turn it back into a plain function.
7572
5002ddbb 7573 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 7574 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
7575
7576 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7577 file where it's more visible.
7578 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7579 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7580 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7581 (texinfo-inside-macro-p): Only catch `scan-error's.
7582 (texinfo-inside-env-p): Make better use of the match info.
7583 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7584 (texinfo-insert-@end): Slight re-organization.
7585 Also remove useless `looking-at' call.
7586
30cd075d
AI
75872000-12-08 Andrew Innes <andrewi@gnu.org>
7588
7589 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7590 accessible in -nw mode.
7591
7592 * term/w32-win.el: Remove stuff about selection timeout, which is
7593 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7594 it is accessible in -nw mode.
7595
01b91009
DL
75962000-12-08 Dave Love <fx@gnu.org>
7597
83c9cb8e
SM
7598 * emacs-lisp/lisp-mode.el (lisp-mode):
7599 Set font-lock-keywords-case-fold-search.
01b91009 7600
842b2a94
GM
76012000-12-08 Gerd Moellmann <gerd@gnu.org>
7602
7603 * textmodes/ispell.el (ispell): Doc fix.
7604
f9d5f611
KH
76052000-12-08 Kenichi Handa <handa@etl.go.jp>
7606
7607 * international/quail.el (quail-insert-decode-map): Check the
7608 frame width of a window displaying the current buffer, not that of
7609 the selected frame.
7610 (quail-help): Make sure that the help buffer has window before
7611 inserting text in it.
7612
e04d21aa
SS
76132000-12-07 Sam Steingold <sds@gnu.org>
7614
7615 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7616 Backquote is used in isearch.el, so autoloading saves nothing.
7617
fc3e23a4
EZ
76182000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7619
83c9cb8e
SM
7620 * startup.el (normal-top-level-add-subdirs-to-load-path):
7621 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 7622
fc3e23a4
EZ
7623 * dired.el (dired-insert-directory): If file-system-info is
7624 fboundp, call it instead of invoking dired-free-space-program.
7625
796ecd10
GM
76262000-12-07 Gerd Moellmann <gerd@gnu.org>
7627
0f5f7c3e
GM
7628 * server.el (server-visit-files): Push files on file-name-history.
7629
3764ba49
GM
7630 * progmodes/cc-langs.el: Update copyright.
7631
8e7931da
GM
7632 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7633
ae0d7485 7634 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 7635
796ecd10
GM
7636 * bindings.el (mode-line-mode-menu): Reverse the order
7637 of define-keys so that the menu appears in alphabetical order.
7638
ae0d7485
GM
76392000-12-07 Milan Zamazal <pdm@freesoft.cz>
7640
7641 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7642 of the function.
7643
e2849090
DL
76442000-12-07 Dave Love <fx@gnu.org>
7645
7646 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7647
7648 * facemenu.el (facemenu-unlisted-faces): Fix value.
7649
5c7f629c
SM
76502000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7651
7652 * font-lock.el (font-lock-default-fontify-region):
7653 Include the terminating \n (off-by-one error).
7654 (font-lock-set-defaults): Use dolist.
7655
7656 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7657
73481ae3
KH
76582000-12-07 Kenichi Handa <handa@etl.go.jp>
7659
83c9cb8e
SM
7660 * international/mule-cmds.el (describe-language-environment):
7661 Fix for the case that an input method title is not string but a list.
ffbaa122 7662
73481ae3
KH
7663 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7664 of wrong SIZE record.
7665
e2896b22
DL
76662000-12-06 Dave Love <fx@gnu.org>
7667
67292061
DL
7668 * newcomment.el (comment-region, comment-dwim): Doc fix.
7669
7670 * textmodes/texinfo.el: Require tex-mode when compiling.
7671 (texinfo-update-node): Doc fix.
7672 (texinfo-imenu-generic-expression): Add @anchor.
7673 (texinfo-font-lock-keywords): Add @uref.
7674 (texinfo-inside-macro-p): Don't use ignore-errors.
7675 (texinfo-insert-quote): Match more contexts.
7676
e76938e7
DL
7677 * international/mule.el (decode-char, encode-char): Doc fix.
7678 (auto-coding-alist): Customize.
7679
7680 * files.el (load-file): Fix change of 2000-03-12.
7681
e2896b22
DL
7682 * wid-edit.el (widget-text-keymap): Doc fix.
7683
6610f4b2
AI
76842000-12-06 Andrew Innes <andrewi@gnu.org>
7685
7686 * makefile.w32-in (lisp): Set to an absolute directory, namely
7687 $(CURDIR).
7688
9e3366e4
EZ
76892000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7690
7691 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7692 read generated-autoload-file, and set buffer-file-coding-system to
7693 raw-text-unix after reading the file.
7694
83c9cb8e
SM
7695 * international/mule-conf.el (file-coding-system-alist):
7696 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 7697
d94d636f
GM
76982000-12-06 Gerd Moellmann <gerd@gnu.org>
7699
384333ee
GM
7700 * replace.el (occur): Make line-number-width 1 smaller for the
7701 colon following the line number.
7702
83c9cb8e
SM
7703 * startup.el (fancy-splash-text, command-line-1):
7704 Use `File' for the menu name instead of `Files'.
e04d21aa 7705
d4b72d58
GM
7706 * tmm.el: Update copyright.
7707
d94d636f
GM
7708 * cus-start.el: Add entry for even-window-heights.
7709
6e424019
MB
77102000-12-06 Miles Bader <miles@gnu.org>
7711
7712 * faces.el (frame-set-background-mode): Avoid stomping on
7713 locally modified faces.
7714
e6477b58
KH
77152000-12-06 Kenichi Handa <handa@etl.go.jp>
7716
7717 * international/fontset.el: Correct the font registries for
7718 japanese-jisx0213-1 and japanese-jisx0213-2.
7719
21999ab9
GM
77202000-12-05 Gerd Moellmann <gerd@gnu.org>
7721
57d6e381
GM
7722 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7723
21999ab9
GM
7724 * iswitchb.el: Update customization commentary.
7725
7422819c
GM
77262000-12-05 Rob Riepel <riepel@Stanford.EDU>
7727
7728 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7729 (tpu-search-highlight): Fixed comparison of overlay end positions.
7730 (tpu-trim-line-ends): Implemented trimming logic locally.
7731
7732 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 7733 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 7734
73daff18
KH
77352000-12-05 Kenichi Handa <handa@etl.go.jp>
7736
7737 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7738 to cn-gb.
7739 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7740
6a4cd002
DL
77412000-12-04 Dave Love <fx@gnu.org>
7742
7743 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7744
6452929e
GM
77452000-12-04 Gerd Moellmann <gerd@gnu.org>
7746
e04d21aa 7747 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
7748 (rmail-summary-expunge-and-save): Ask for confirmation with
7749 rmail-expunge-confirmed.
7750
7751 * mail/rmail.el (rmail-expunge-confirmed): New function.
7752 (rmail-expunge): Use it.
7753
1790abf4
FP
77542000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7755
0c68ce6f 7756 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
7757 (etags-recognize-tags-table, find-tag-in-order):
7758 New functionality: interpret file names as tags.
e04d21aa 7759
7a53d8c8
EZ
77602000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7761
7762 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
7763 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7764 the first subnode until the bottom of the current node is visible.
7a53d8c8 7765
caa15ef7
GM
77662000-12-04 Gerd Moellmann <gerd@gnu.org>
7767
7768 * format.el (format-decode): Don't change buffer's undo list.
7769
e225faa7
KH
77702000-12-04 Kenichi Handa <handa@etl.go.jp>
7771
7772 * faces.el (face-font-registry-alternatives): Add entries for CJK
7773 fonts. Doc-string adjusted for the actual usage of this data.
7774
7775 * international/fontset.el: Change the font registries for CJK
7776 fonts in the default fontset. Don't append '*' to registries.
7777
8b262a65
SM
77782000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7779
e04d21aa 7780 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
7781 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7782
7783 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7784 (derived-mode-p): New function.
7785 (derived-mode-make-docstring): Add `docstring' argument.
7786 Use it if available and complete it if necessary.
7787
33c4460b
AS
77882000-12-03 Andreas Schwab <schwab@suse.de>
7789
7790 * type-break.el (type-break): Don't make parent of itself.
7791
5c9b3fac
MB
77922000-12-03 Miles Bader <miles@gnu.org>
7793
7794 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7795
27ce741e
SM
77962000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7797
07c16ec4
SM
7798 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7799 (tex-main-file, tex-file): Simplify.
7800 (tex-generate-zap-file-name): Use subst-char-in-string.
7801 (tex-strip-dots): Remove.
7802
c19cc275
SM
7803 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7804
27ce741e
SM
7805 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7806 to check if the match succeeded.
7807
285991dc
GM
78082000-12-02 Gerd Moellmann <gerd@gnu.org>
7809
7810 * startup.el (use-fancy-splash-screens-p): New function.
7811 (command-line-1): Use it to determine whether or not to use
7812 a fancy splash screen.
7813
52dca1b2
AS
78142000-12-02 Andreas Schwab <schwab@suse.de>
7815
7816 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7817
d3e7e7cf
EZ
78182000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7819
2dce2360
EZ
7820 * international/mule.el (make-char): Fix last change.
7821
9768eaa7
EZ
7822 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7823 New defcustoms.
7824 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
7825 autoloading tex-mode; instead, do the same manually.
7826 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
7827 with numeric argument. Docstring fix.
7828 (toplevel): Require cl when compiling.
e04d21aa 7829
285991dc 7830 * international/mule.el (make-char): Doc fix.
d3e7e7cf 7831
0dd5e255
JR
78322000-12-02 Jason Rumney <jasonr@gnu.org>
7833
7834 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7835 the Emacs Lisp manual)
7836
fbb87147
EZ
78372000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7838
5cbb3e93
EZ
7839 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7840
fbb87147
EZ
7841 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7842 the Emacs Lisp manual).
7843
1636ca09
GM
78442000-12-02 Gerd Moellmann <gerd@gnu.org>
7845
7846 * simple.el (next-line-add-newlines): Change default to nil.
7847
68875f0e
EZ
78482000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7849
83c9cb8e
SM
7850 * files.el (revert-buffer, recover-file):
7851 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 7852
fd9ac94c
GM
78532000-12-01 Gerd Moellmann <gerd@gnu.org>
7854
7855 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7856
45450dd5
MB
78572000-12-01 Miles Bader <miles@gnu.org>
7858
7859 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7860
09df8881
KH
78612000-12-01 Kenichi Handa <handa@etl.go.jp>
7862
7863 * international/mule-diag.el (describe-char-after): Fix typo.
7864 (describe-character-set, non-iso-charset-alist): Fix typo.
7865
dea0a87d
MB
78662000-12-01 Miles Bader <miles@gnu.org>
7867
b170205b
MB
7868 * image-file.el (image-file-name-regexp): Automatically add
7869 upper-case variants of each filename extension in
7870 `image-file-name-extensions', since they seem to be common.
7871
e04d21aa 7872 * simple.el (minibuffer-contents)
dea0a87d
MB
7873 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7874 New functions.
7875 * filecache.el (file-cache-directory-name)
7876 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7877
eb04d6cd 78782000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 7879
dea0a87d
MB
7880 * filecache.el (file-cache-minibuffer-complete): Don't try to
7881 delete the minibuffer prompt.
7882
a8a1b05d
DL
78832000-11-30 Dave Love <fx@gnu.org>
7884
7885 * cus-start.el: Fix read-buffer-function type.
7886
693c4692
GM
78872000-11-30 Gerd Moellmann <gerd@gnu.org>
7888
7889 * md5.el: Removed. There's a built-in function, now.
7890
2c0b1898
GM
78912000-11-30 Markus Rost <rost@math.ohio-state.edu>
7892
7893 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7894 as dummy 0-th char of rmail-deleted-vector.
7895
63dfcf4b
EZ
78962000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7897
7898 * ps-print.el (ps-end-job): Bind case-fold-search only after
7899 switching to ps-spool-buffer.
7900
79012000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7902
7903 * ps-print.el: Line number font customization. PostScript: Lines and
7904 PageCount are initialized on each page. Doc Fix.
7905 (ps-print-version): New version number (6.3.2).
7906 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7907 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7908 (ps-right-header): Customization fix.
7909 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7910 Fix code.
7911 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7912 New vars.
7913
df3aedcf
GM
79142000-11-30 Gerd Moellmann <gerd@gnu.org>
7915
edfb795e
GM
7916 * bs.el: Fix typos and spelling errors.
7917 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7918 (bs-configuration): Doc fix.
e04d21aa 7919
df3aedcf
GM
7920 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7921
8b8a7f01
GM
79222000-11-30 Rob Riepel <riepel@Stanford.EDU>
7923
7924 * emulation/tpu-edt.el (tpu-version): New version.
7925 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7926 (tpu-original-mode-line): Variable deleted.
7927 (tpu-mark-flag): New initial value.
83c9cb8e
SM
7928 (tpu-set-mode-line): Don't redefine mode-line-format.
7929 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
7930 (tpu-update-mode-line): New mark flag logic.
7931 (tpu-get): Use find-file-wildcards.
7932 (tpu-search-highlight): Move overlay less, reset overlay properly.
7933 (tpu-unselect): Deactivate mark.
7934 (tpu-lm-replace): Reset overlay properly.
7935 (tpu-forward-line): Use forward-visible-line.
7936 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7937
83c9cb8e 7938 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 7939
c069a9d3
GM
79402000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7941
7942 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7943
b02cd40b
GM
79442000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7945
7946 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7947 and skip whitespace and newlines.
e04d21aa 7948
b7a90344
SM
79492000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7950
7951 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7952
be6bbb55
GM
79532000-11-29 Gerd Moellmann <gerd@gnu.org>
7954
0383ed60
GM
7955 * help.el (describe-function-1): Regexp-quote function name
7956 when used as part of a regexp.
7957
83c9cb8e
SM
7958 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7959 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
7960 (tool-bar-add-item): Likewise, and handle unspecified colors.
7961
7962 * enriched.el (enriched-face-ans): Use face-attribute instead
7963 of face-foreground and face-background.
7964
7965 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 7966 Return nil if attribute is unspecified, for backward compatibility.
c7957947 7967
7423978d
GM
7968 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7969
ef128c78
GM
7970 * play/5x5.el: Remove version info.
7971
a81fc510
GM
7972 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7973
be6bbb55
GM
7974 * frame.el (blink-cursor-mode): Doc fix.
7975
f9396e03
GM
79762000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7977
7978 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7979 to create Makefile rules.
7980 (antlr-tool-command): New user option.
7981 (antlr-ask-about-save): New user option.
7982 (antlr-makefile-specification): New user option.
7983 (antlr-file-formats-alist): New variable.
7984 (antlr-special-file-formats): New variable.
7985 (antlr-unknown-file-formats): New user option.
7986 (antlr-help-unknown-file-text): New variable.
7987 (antlr-help-rules-intro): New variable.
7988 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7989 (antlr-mode-menu): Add entries.
7990 (antlr-file-dependencies): New function.
7991 (antlr-directory-dependencies): New function.
7992 (antlr-superclasses-glibs): New function.
7993 (antlr-run-tool): New command.
7994 (antlr-makefile-insert-variable): New function.
7995 (antlr-insert-makefile-rules): New function.
7996 (antlr-show-makefile-rules): New command.
7997
7998 * antlr-mode.el: More Emacs/XEmacs stuff.
7999 (antlr-no-action-keywords): New constant with value nil.
8000 (antlr-font-lock-keywords-alist): Use it. Old value would break
8001 syntax highlighting in Emacs-21.0.
8002 (antlr-default-directory): Emacs/XEmacs dependend function.
8003 (antlr-read-shell-command): Ditto.
8004 (antlr-with-displaying-help-buffer): Ditto.
8005
80062000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8007
8008 * antlr-mode.el: imenu, parsing and highlighting changes.
8009 (antlr-imenu-create-index-function): Don't create extra submenus
8010 for definitions in different grammar classes. It is not necessary
8011 for the menu and would make command `imenu' awkward to use.
8012 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
8013 header actions and more than one.
8014 (antlr-font-lock-tokendef-face): Changed color.
8015 (antlr-font-lock-tokenref-face): Changed color.
8016 (antlr-font-lock-additional-keywords): Also highlight lowercase.
8017 (antlr-mode-syntax-table): New variable.
8018 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
8019 (antlr-with-syntax-table): Don't copy syntax table.
8020
80212000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8022
8023 * antlr-mode.el: Minor changes: language setting.
8024 (antlr-language-alist): The value for file option "language" can
8025 be both an identifier and a string.
8026 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
8027 (antlr-language-limit-n-regexp): Change accordingly.
8028
80292000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8030
8031 * antlr-mode.el: Minor changes: tabs, hiding.
8032 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
8033 (antlr-action-visibility): Also allow value nil to also hide the
8034 braces. Renamed from `antlr-tiny-action-length'.
8035 Suggested by Jay@aol.com.
8036 (antlr-hide-actions): Change accordingly. Hide line if completely
8037 hidden action is on a line of its own.
e04d21aa 8038
6ad948eb
SM
80392000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8040
8041 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8042
8043 * sort.el (sort-columns): Don't concat strings with numbers.
8044
9c6a4107
DL
80452000-11-29 Dave Love <fx@gnu.org>
8046
8047 * cus-edit.el (face): Fix :format.
8048
8049 * mail/feedmail.el: Require smtpmail when compiling.
8050 (mail-do-fcc): Autoload.
8051 (feedmail) <defgroup>: Fix :link.
8052 (feedmail-nuke-body-in-fcc): Fix :type.
8053 (feedmail-send-it): Add autoload cookie.
8054
053b8d35
SM
80552000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8056
8057 * newcomment.el (comment-indent): Save excursion around call to
8058 comment-indent-function.
8059
242c13e8
MB
80602000-11-29 Miles Bader <miles@gnu.org>
8061
8062 * subr.el (member-ignore-case): Return the tail of the list who's
8063 car matches, like `member', not the matching element itself.
8064
8f4b5f28
KH
80652000-11-29 Kenichi Handa <handa@etl.go.jp>
8066
8067 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8068 should not contain `\n'.
8069
bebe4a2c
GM
80702000-11-28 Gerd Moellmann <gerd@gnu.org>
8071
fd9ac94c 8072 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 8073
ba7e40eb
GM
8074 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8075
75ab0c79
GM
8076 * dired-aux.el (dired-do-create-files): Construct default file
8077 name for dired-mark-read-file-name so that when the user enters
8078 just RET, the target file will end up in the target directory.
8079
bebe4a2c
GM
8080 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8081 local-abbrev-table before changing buffers because it might
8082 have a buffer-local binding.
8083
fa6d1ca8
MB
80842000-11-28 Miles Bader <miles@gnu.org>
8085
8086 * simple.el (delete-horizontal-space): Handle fields more generally.
8087
8d2c2642
GM
80882000-11-28 Gerd Moellmann <gerd@gnu.org>
8089
8090 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8091
8b31236d
DL
80922000-11-28 Dave Love <fx@gnu.org>
8093
3cbd02d2
DL
8094 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8095 comment-start-skip locally.
8096
8b31236d
DL
8097 * progmodes/fortran.el (fortran-mode): Don't set
8098 fortran-comment-line-start-skip. Set comment-start to
8099 fortran-comment-line-start.
8100 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8101 (fortran-comment-line-start-skip): Simplify slightly.
8102
ae4bf56d
GM
81032000-11-28 Gerd Moellmann <gerd@gnu.org>
8104
17ef7534
GM
8105 * play/5x5.el: Remove RCS keyword.
8106
fd9ac94c 8107 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 8108
665b27a6
GM
81092000-11-28 Milan Zamazal <pdm@freesoft.cz>
8110
83c9cb8e
SM
8111 * textmodes/tildify.el (tildify-string-alist):
8112 Add `plain-tex-mode' here.
665b27a6 8113
fe3c2ae3
GM
81142000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8115
8116 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8117 reference.
8118
d970106b
MB
81192000-11-28 Miles Bader <miles@gnu.org>
8120
36b80a0d
MB
8121 * cus-face.el (custom-face-attributes): Add post-filter function
8122 for :box. Make pre-filter function for :box handle all cases.
8123
d970106b
MB
8124 * wid-edit.el (widget-choose): Make sure pop-up window is large
8125 enough to display all the choices, as there's no way to scroll it.
8126
5a2bae6c
KH
81272000-11-28 Kenichi Handa <handa@etl.go.jp>
8128
8129 * international/mule-conf.el: Make the coding system no-conversion
8130 safe for all characters.
8131
9e836e23
DL
81322000-11-27 Dave Love <fx@gnu.org>
8133
8b31236d
DL
8134 * net/ldap.el (ldap) <defgroup>: Add :version.
8135
9e836e23
DL
8136 * tooltip.el (tooltip-use-echo-area): Doc fix.
8137
8138 * cus-start.el <minibuffer-prompt-properties>: Add version.
8139 <read-buffer-function>: Add.
8140
8141 * apropos.el (apropos-print): Add help-echo to active text.
8142
8143 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8144
4a74d071
GM
81452000-11-27 Gerd Moellmann <gerd@gnu.org>
8146
8147 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8148 type, group and version.
8149
76058c27
EZ
81502000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8151
4a74d071 8152 * select.el (x-get-selection): Docstring fix.
76058c27 8153
fd9ac94c 81542000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 8155
fd9ac94c 8156 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 8157
49060c51
AI
81582000-11-27 Andrew Innes <andrewi@gnu.org>
8159
8160 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8161
8162 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8163
b2a8e429
MB
81642000-11-27 Miles Bader <miles@gnu.org>
8165
8166 * dired.el (dired-get-filename): Return filename verbatim if
8167 LOCALP is `verbatim'.
8168 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8169 `verbatim' so that we don't inadvertently delete a non-existant
8170 directory name.
8171
5ac0366d
KH
81722000-11-27 Kenichi Handa <handa@etl.go.jp>
8173
8174 * international/characters.el: Specify cases and syntaxes for
8175 mule-unicode-0100-24ff.
8176
67f1cf4c
GM
81772000-11-27 Gerd Moellmann <gerd@gnu.org>
8178
8179 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8180 that foreground and/or background colors of the face `tool-bar'
8181 are unspecified.
8182
46c56972
MB
81832000-11-27 Miles Bader <miles@gnu.org>
8184
e04d21aa 8185 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
8186 (widget-field-end): Handle widget field `pseudo-overlays'.
8187 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8188 if it's there instead of in `widget-field-list'.
8189
46c56972 8190 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
8191 (help-make-xrefs): Delete extraneous newlines at the end of the
8192 docstring.
46c56972 8193
640a9cdd
JR
81942000-11-25 Jason Rumney <jasonr@gnu.org>
8195
8196 * startup.el (command-line): Call set-locale-environment after
8197 Window System init file is read, as it can result in a call to
8198 redraw-frame.
8199
0b3f96d4
EZ
82002000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8201
8202 * simple.el (shell-command): Mention the effect of the prefix
8203 argument in the doc string.
8204
8da6e2a1
MB
82052000-11-25 Miles Bader <miles@gnu.org>
8206
a658d039
MB
8207 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8208
8da6e2a1 8209 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 8210 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 8211
d3416cca
JR
82122000-11-24 Jason Rumney <jasonr@gnu.org>
8213
8214 * international/mule-cmds.el (locale-language-names): Add "jp" as
8215 a non-standard alternative for Japanese.
8216
17e37f53
AS
82172000-11-24 Andre Spiegel <spiegel@gnu.org>
8218
8219 * vc-hooks.el: Require 'cl during compilation.
8220
9aa5f148
GM
82212000-11-24 Gerd Moellmann <gerd@gnu.org>
8222
ba193890
GM
8223 * faces.el (face-set-after-frame-default): Let face attributes
8224 specified for new frames override frame parameters.
8225
9aa5f148
GM
8226 * startup.el (command-line): Fix computation of the source file
8227 for user-init-file when user-init-file is a compiled file.
8228
51a1edab
MB
82292000-11-24 Miles Bader <miles@gnu.org>
8230
e04d21aa 8231 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
8232 (custom-post-filter-face-spec): New functions.
8233 (custom-face-set, custom-face-value-create): Filter the face spec
8234 before and after customization.
8235 (custom-face-set): If VALUE specifies a null face, pass a
8236 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8237 * cus-face.el (custom-face-attributes): Remove SET and GET
8238 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8239 cases they're needed.
8240
1ed74431
MB
8241 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8242 that it's distinguishable from the :off-glyph on dark-background
8243 displays. Set its background color too.
8244
67ee1125
MB
8245 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8246 so that people can easily turn it off.
8247
7d027816 82482000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 8249
7d027816 8250 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 8251
9aa5f148 8252 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 8253
9aa5f148 8254 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 8255
9aa5f148 8256 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 8257 redundant skip-small-frames test.
e04d21aa 8258
9aa5f148 8259 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 8260 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 8261
9aa5f148
GM
8262 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8263 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
8264 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8265 New functions.
e04d21aa 8266
9aa5f148 8267 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 8268
9aa5f148 8269 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 8270
f07fa1b8
KH
82712000-11-24 Kenichi Handa <handa@etl.go.jp>
8272
83c9cb8e
SM
8273 * international/mule-diag.el (list-iso-charset-chars):
8274 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
8275 (list-non-iso-charset-chars): Fix the `while' condition.
8276
ba8299ff
SM
82772000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8278
79372165
SM
8279 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8280 if the variable is make-variable-buffer-local.
8281
83c9cb8e
SM
8282 * progmodes/ada-stmt.el (ada-template-map):
8283 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
8284 (ada-stmt-mode-hook): New function extracted from old code.
8285 Only change the buffer-local side of skeleton-*.
8286 (ada-mode-hook): Use it.
8287
68a887fa
EZ
82882000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8289
8290 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8291 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8292 we expect to be returned by minibuffer-depth once we prompt the
8293 user in the minibuffer.
8294 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8295 as recorded in iswitchb-minibuf-depth, return non-nil.
8296
3b345582
EZ
82972000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8298
8299 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8300 (hscroll-window-maybe): Docstring fix.
8301
595dead2
DL
83022000-11-23 Dave Love <fx@gnu.org>
8303
8304 * rect.el (string-rectangle): Don't test delete-selection-mode.
8305
1e66b27a
GM
83062000-11-23 Gerd Moellmann <gerd@gnu.org>
8307
02790ce2
GM
8308 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8309 is in the tool bar.
8310
1e66b27a 8311 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 8312 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 8313
a4caa65d
SM
83142000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8315
8316 * textmodes/outline.el (outline-flag-region):
8317 Don't bind inhibit-read-only since we don't modify the buffer.
8318 (outline-isearch-open-invisible): Don't jump to overlay-start
8319 since we're trying to unhide text around point.
8320 (outline-discard-overlays): Use dolist.
8321
8322 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8323
03e757c1
GM
83242000-11-22 Gerd Moellmann <gerd@gnu.org>
8325
83c9cb8e 8326 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 8327
1598a961
SM
83282000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8329
8330 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8331 Fix ARG regexp to skip quoted braces.
8332 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8333 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8334 are (correctly) handled separately).
8335 Remove `caption' and `footnote' from `citations': they contain text.
8336 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8337 (latex-skeleton-end-hook): New function.
8338 (latex-mode): Use it.
8339 (tex-start-tex-marker): Remove.
8340 (tex-send-tex-command): Don't set tex-start-tex-marker.
8341 (tex-error-parse-syntax-table): New var.
8342 (tex-compilation-parse-errors): Use it.
8343 Ignore tex-start-tex-marker. Don't bother with marker-position.
8344 (tex-validate-buffer): Don't bother with marker-position.
8345
8346 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 8347 (flyspell-generic-progmode-verify): Use it.
1598a961 8348
eaae8106
SS
83492000-11-22 Sam Steingold <sds@gnu.org>
8350
83c9cb8e 8351 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 8352
eaae8106 8353 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 8354 `ada-remove-trailing-spaces'.
eaae8106 8355 (ada-remove-trailing-spaces): Removed.
e04d21aa 8356
eaae8106 8357 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 8358
1598a961
SM
8359 * textmodes/picture.el (picture-clean): Removed.
8360 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 8361
a41d49e9
GM
83622000-11-22 Gerd Moellmann <gerd@gnu.org>
8363
e053c60f
GM
8364 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8365
a41d49e9
GM
8366 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8367 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 8368 do anything special when jit-lock is active.
a41d49e9
GM
8369 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8370
197615f3
DL
83712000-11-22 Dave Love <fx@gnu.org>
8372
ddbfaa9f
DL
8373 * calendar/todo-mode.el (todo-top-priorities): Use
8374 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8375
ddc3c695
DL
8376 * language/chinese.el, language/cyrillic.el:
8377 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8378 * language/hebrew.el, language/indian.el, language/japanese.el:
8379 * language/korean.el, language/lao.el, language/misc-lang.el:
8380 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8381 Use provide.
8382
fb9fa98d
DL
8383 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8384 (custom-variable-set): Improve validation error mesage.
8385
197615f3
DL
8386 * rect.el (string-rectangle): Revert last change.
8387 (string-rectangle-line): New arg DELETE.
8388 (string-rectangle): Check delete-selection-mode.
8389
8390 * emacs-lisp/edebug.el (edebug-version)
8391 (edebug-maintainer-address): Deleted.
8392 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8393 (edebug-read-function): Account for other `'#' read forms.
8394 (edebug-mode-menus): Make some items toggles.
8395 (edebug-outside-unread-command-event, unread-command-event):
8396 Remove these to avoid warnings.
8397
f4117c4d
GM
83982000-11-22 David Ponce <david@dponce.com>
8399
8400 * recentf.el (recentf-menu-items-for-commands)
8401 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 8402 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 8403
f4117c4d
GM
8404 (recentf-build-dir-rules, recentf-dump-variable)
8405 (recentf-edit-list, recentf-open-files-item)
8406 (recentf-open-files): Replaced unnecessary `mapcar' with new
8407 built-in `mapc'.
eaae8106 8408
f8e2f3f2
MB
84092000-11-23 Miles Bader <miles@gnu.org>
8410
8411 * faces.el (menu): Make inverse-video on ttys too.
8412
4c4a541d
SM
84132000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8414
8415 * simple.el (comment-line-break-function): Use the new name
8416 indent-new-comment-line -> comment-indent-new-line.
8417 (clone-indirect-buffer): Don't ignore NORECORD.
8418 (next-completion): Properly handle the case where items are adjacent.
8419
8420 * mouse.el (popup-menu): Stupid typo.
8421
980d836e
GM
84222000-11-22 Gerd Moellmann <gerd@gnu.org>
8423
60e8e0a5
GM
8424 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8425 maintainer, keywords tags.
8426
980d836e
GM
8427 * rect.el (replace-rectangle): Don't call string-rectangle-line
8428 with too many arguments.
8429
e08b2069
AS
84302000-11-22 Andre Spiegel <spiegel@gnu.org>
8431
60e8e0a5 8432 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 8433 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
8434 vc-locking-user, which no longer exists.
8435
8436 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8437
c6779d8d
DL
84382000-11-22 Dave Love <fx@gnu.org>
8439
8440 * md5.el (md5): Provide.
8441 (md5): Fix error call.
8442
e672fdce
MB
84432000-11-22 Miles Bader <miles@gnu.org>
8444
eaae8106 8445 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
8446 (refill-fill-paragraph-at): Remove debugging code.
8447
80e24c04
MB
8448 * calendar/calendar.el (generate-calendar-window): When we don't
8449 call `fit-window-to-buffer', make sure the top line is fully visible.
8450
3a17d6cc
MB
8451 * image-file.el (insert-image-file): Don't make `read-only'
8452 property rear-nonsticky.
8453
ae1a21c6
MB
8454 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8455 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8456 stashing away its original value.
8457 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8458 in the recursive edit.
8459 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8460 (isearch-done): Restore `minibuffer-message-timeout'.
8461
e672fdce
MB
8462 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8463
3ea79df8
SM
84642000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8465
8466 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8467
8468 * find-lisp.el (find-lisp-find-files-internal):
8469 Use dolist, when and file-name-as-directory.
8470
980d836e 8471 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
8472 (define-derived-mode, define-minor-mode): Add specs.
8473
8474 * window.el: General comment and spacing fixes.
8475 (save-selected-window): Use backquotes.
8476 (window-safely-shrinkable-p): New function.
8477 (shrink-window-if-larger-than-buffer): Use it.
8478
8479 * subr.el (make-local-hook): Docstring fix.
8480
8481 * shell.el (shell-mode): Use define-derived-mode.
8482
8483 * newcomment.el (comment-indent): Insert comment before calling
8484 comment-indent-function. Don't insert in column 0.
8485 (comment-dwim): Indent before inserting comment.
8486
8487 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8488 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8489 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8490 Use mapc rather than map.
8491
8492 * files.el (find-buffer-visiting): Compare all attributes before
8493 declaring two files identical (rather than just their inode-no).
8494 (auto-mode-alist): Use \' rather than $.
8495
8496 * which-func.el: Update maintainer line.
8497
8498 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8499 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8500 (uniquify-buffer-file-name): Use it.
8501
8f62f2b8
MB
85022000-11-22 Miles Bader <miles@gnu.org>
8503
8504 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8505 * simple.el (minibuffer-avoid-prompt): New function.
8506
fb279a6d
GM
85072000-11-21 Gerd Moellmann <gerd@gnu.org>
8508
8509 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8510
867092e9
MB
85112000-11-21 Miles Bader <miles@gnu.org>
8512
ef860850
MB
8513 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8514 inclusion of `track-mouse'.
8515
867092e9
MB
8516 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8517 (refill-adjust-ignorable-overlay): New function.
8518 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8519 only the paragraph's tail if possible.
8520 Update `refill-ignorable-overlay'.
8521 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8522
8523 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8524 point inside the fill-prefix.
8525
8526 * textmodes/refill.el (refill-post-command-function): Don't reset
8527 refill-doit in the case where a self-insertion command doesn't
8528 case a refill. Use `refill-fill-paragraph-at', getting position
8529 from `refill-doit'.
8530 (refill-after-change-function): Set `refill-doit' to END.
8531 (refill-fill-paragraph-at): New function, mostly from old
8532 refill-fill-paragraph.
8533 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8534 (refill-pre-command-function): New function.
8535 (refill-mode): Add it to `pre-command-hook'.
8536
ff9ab414
GM
85372000-11-20 Gerd Moellmann <gerd@gnu.org>
8538
29a01b72
GM
8539 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8540
ff9ab414
GM
8541 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8542 javadoc tags.
eaae8106 8543
885b211b
AS
85442000-11-20 Andre Spiegel <spiegel@gnu.org>
8545
8546 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8547 vc.el).
8548
eaae8106 8549 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 8550 require vc.
eaae8106
SS
8551
8552 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 8553 checkouts.
eaae8106 8554
d1838556
DL
85552000-11-20 Dave Love <fx@gnu.org>
8556
8557 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8558
2b69bc11 85592000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 8560
2b69bc11
GM
8561 * calculator.el (calculator-paste): Use `if' instead of `and'
8562 and `or'.
8563 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 8564
b95b34e5
GM
85652000-11-19 Gerd Moellmann <gerd@gnu.org>
8566
030de92f
GM
8567 * info.el (info-menu-5): Doc fix.
8568
b95b34e5
GM
8569 * textmodes/artist.el: New file.
8570
54970452
AS
85712000-11-19 Andre Spiegel <spiegel@gnu.org>
8572
eaae8106 8573 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
8574 and differentiate according to checkout model.
8575 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8576 since this function is only concerned with master state.
8577
83c9cb8e
SM
8578 * vc-hooks.el (vc-workfile-unchanged-p)
8579 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 8580
83c9cb8e
SM
8581 * vc.el (vc-workfile-unchanged-p)
8582 (vc-default-workfile-unchanged-p): See above.
54970452 8583
e5a9dabf
MB
85842000-11-19 Miles Bader <miles@gnu.org>
8585
8586 * image-file.el (insert-image-file): Make `intangible' and
8587 `read-only' properties rear-nonsticky too.
8588
24127af0
GM
85892000-11-18 Gerd Moellmann <gerd@gnu.org>
8590
d392e9c5 8591 * ps-print.el: Update copyright notice.
eaae8106 8592
d392e9c5
GM
8593 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8594 (tooltip-show): Use the offsets.
8595
24127af0 8596 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 8597 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
8598 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8599
2b69bc11 86002000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 8601
2b69bc11
GM
8602 * ps-print.el (toplevel): Test for find-coding-system being
8603 fboundp before calling ps-x-find-coding-system.
08ea6f17 8604
66321b2f
SM
86052000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8606
8607 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8608 (vc-version-backup-file): Docstring fix.
8609
046110c6
GM
86102000-11-16 Gerd Moellmann <gerd@gnu.org>
8611
4104194e
GM
8612 * files.el (basic-save-buffer): Don't add a newline if
8613 find-file-literally is non-nil.
8614 (find-file-literally): Extend doc string.
8615
046110c6
GM
8616 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8617 sort(1) with the `-f' argument.
8618
6505c16e
AS
86192000-11-16 Andre Spiegel <spiegel@gnu.org>
8620
fd063975
AS
8621 * vc.el: Updated backend documentation.
8622 (vc-default-check-headers): New function.
8623
3d02dd81 8624 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
8625
8626 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 8627 up-to-date.
eaae8106 8628 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 8629 the minibuffer is not active.
fd063975 8630
eaae8106 8631 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 8632 `vc-cvs-use-edit' is on.
eaae8106
SS
8633 (vc-cvs-checkout): When this is used for reverting the workfile,
8634 make a backup of the original contents and revert to that in case
8791d617 8635 of error.
eaae8106 8636 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 8637 remote repositories.
eaae8106 8638
6505c16e
AS
8639 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8640 for both version and ratio in the minibuffer.
fd063975 8641
eaae8106 8642 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 8643 Use vc-do-command to perform the annotation, not call-process.
6505c16e 8644
a13f0660
KH
86452000-11-16 Kenichi Handa <handa@etl.go.jp>
8646
8647 * international/quail.el (quail-start-translation): Don't call
8648 `message' before reading key sequence.
8649
1389a414
MB
86502000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8651
8652 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8653
9256a532
KH
86542000-11-16 Kenichi Handa <handa@etl.go.jp>
8655
8656 * window.el (fit-window-to-buffer): Be sure to acquire at least
8657 one text line even if the buffer is empty.
8658
0e14fe9f
GM
86592000-11-16 Gerd Moellmann <gerd@gnu.org>
8660
eaae8106 8661 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
8662 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8663 Bind ange-ftp-process-verbose to nil.
0e14fe9f 8664
da645c53
DL
86652000-11-15 Dave Love <fx@gnu.org>
8666
83c9cb8e
SM
8667 * wid-edit.el (widget-specify-field, widget-specify-button):
8668 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
8669 widget-mouse-help.
8670 (widget-mouse-help): New function.
8671 (widget-echo-help): Rewritten for :help-echo functions only taking
8672 a widget arg.
8673
83c9cb8e
SM
8674 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8675 Use display-graphic-p.
b12057b9
DL
8676 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8677 and that JPEG is available.
8678 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8679
da645c53
DL
8680 * international/mule-cmds.el (locale-charset-language-names):
8681 Match @euro.
8682
6d133d1f
GM
86832000-11-15 Gerd Moellmann <gerd@gnu.org>
8684
83c9cb8e
SM
8685 * faces.el (face-set-after-frame-default):
8686 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
8687 default face from X resources.
8688
49ac2ac5
EZ
86892000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8690
8691 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8692 Don't set EMACSLOADPATH.
8693
4fb0a34c
EZ
86942000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8695
8696 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8697 texinfo-insert-@url.
8698 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8699 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8700
bb304a7a
SM
87012000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8702
82bc80bf
SM
8703 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8704 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8705 (checkdoc-minor-keymap): Backward compatibility.
8706 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8707 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8708 (checkdoc-this-string-valid-engine): Be a bit more strict
8709 to avoid matching substrings of `...' quoted vars/funs.
8710 (checkdoc-defun-info): Only look for `interactive' if alone.
8711 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8712
e8c87124
SM
8713 * progmodes/compile.el (grep): `tag-default' can be nil.
8714
bb304a7a
SM
8715 * newcomment.el (comment-indent): Paren typo.
8716
8628686a
DL
87172000-11-14 Dave Love <fx@gnu.org>
8718
25c269ef
DL
8719 * calculator.el: New maintainer version.
8720
66321b2f 8721 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 8722
8628686a
DL
8723 * cmuscheme.el: Doc fixes.
8724 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 8725 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
8726
8727 * xscheme.el (scheme-program-name): Don't define here.
8728
8729 * progmodes/scheme.el (scheme-program-name): New variable
8730 (originally in cmuscheme).
8731
88f0a1eb
MB
87322000-11-14 Miles Bader <miles@gnu.org>
8733
8734 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8735 Handle header-lines. Don't loop forever if we can't enlarge the
8736 window anymore. Simplify a bit.
8737
cd9a000c
KH
87382000-11-14 Kenichi Handa <handa@etl.go.jp>
8739
8740 * window.el (fit-window-to-buffer): Don't check
8741 window-text-height. Assure that the last line is fully visible.
8742
83c9cb8e
SM
8743 * international/quail.el (quail-show-guidance-buf):
8744 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
8745 buffer.
8746 (quail-update-guidance): Avoid making the guidance buffer shorter.
8747
d3fcda22
SM
87482000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8749
bdbd9606
SM
8750 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8751 rather than `prepend' and add an interesting comment.
8752 (tex-math-face, tex-font-lock-syntactic-face-function):
8753 New face and function to use it.
8754 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8755 than `menu-enable' symbol property.
8756 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8757 (tex-mode): Add some latex-mode commands for auto-selection.
8758 Use tex-font-lock-syntactic-face-function.
8759 (tex-insert-quote): Simplify.
8760 (tex-shell): New mode.
8761 (tex-start-shell): Use it.
8762 (tex-shell-proc, tex-shell-buf): New functions.
8763 (tex-send-command): Use it.
8764 (tex-main-file): Fix the meaning of the new arg REALFILE.
8765 (tex-send-tex-command): New function split from `tex-start-tex'.
8766 Set compilation-last-buffer and compilation-parsing-end.
8767
d3fcda22
SM
8768 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8769 when it follows non-comment text on the line.
8770
8771 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8772 Set font-lock-defaults.
8773 (lisp-mode-shared-map): Init inside the defvar.
8774 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8775 Use define-derived-mode.
8776
bdab1d43
MB
87772000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8778
8779 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8780
936ae731
GM
87812000-11-14 Gerd Moellmann <gerd@gnu.org>
8782
83c9cb8e
SM
8783 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8784 Don't recursively optimize body because that can lead to infinite
936ae731
GM
8785 recursion; see comment there.
8786
1695ca2b
EZ
87872000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8788
8789 * faces.el (face-spec-set-match-display): Revert the change from
8790 2000-10-24. Add a FIXME for after v21.1.
8791
9d348294
MB
87922000-11-13 Miles Bader <miles@gnu.org>
8793
8794 * textmodes/fill.el (skip-line-prefix): New function.
8795 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8796 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
8797 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8798 point inside the fill-prefix.
9d348294 8799
b85fa13c
MB
88002000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8801
83c9cb8e
SM
8802 * calendar/calendar.el (generate-calendar-window):
8803 Use `fit-window-to-buffer'.
b85fa13c 8804
a0b47716
SM
88052000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8806
8807 * gud.el (gud-minor-mode): New var.
8808 (gud-symbol, gud-val): New functions.
8809 (gud-find-file): Copy gud-minor-mode to the new buffer.
8810 (gud-menu-map): Include entries for commands that are not always
8811 available, using :enable to (de)activate them.
8812 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8813 (gud-mode-map): New map.
eaae8106 8814 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
8815 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8816 Don't set up gud's menu (it's done by the minor-mode).
8817 (gud-minibuffer-local-map): New.
8818 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8819 (gud-query-cmdline): New function.
8820 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8821 (gud-mode): Use define-derived-mode.
8822 Don't set up gud's menu (it's done by the minor-mode).
8823 (gud-chop-words): Remove.
8824 (gud-common-init): Use split-string instead.
8825 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8826
8827 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8828 Add keyword arg :name.
8829
8830 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8831 (diff-count-matches, diff-split-hunk): New functions.
8832 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8833
8834 * pcvs-info.el (cvs-fi-conflict-face): New var.
8835
8836 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8837 Make it into a simple syntax-table, shared among all submodes.
8838 (sh-heredoc-face): Re-introduce.
8839 (sh-font-lock-syntactic-face-function): New function.
8840 (sh-mode): Use it. Also use define-derived-mode.
8841 Remove old bogus setting of indent-region-function.
8842 (sh-set-shell): Don't set the syntax-table any more.
8843 (sh-mode-syntax-table) <defun>: Remove.
8844
f5ed37df
MB
88452000-11-12 Miles Bader <miles@gnu.org>
8846
8847 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8848 message if interactive.
8849
0b074c2f
DL
88502000-11-12 Dave Love <fx@gnu.org>
8851
8852 * mail/feedmail.el: Fix header,
8853 (feedmail) <defgroup>: Add :link.
8854
8855 * view.el: Use local-map property, not keymap on mode-line string.
8856
83c9cb8e
SM
8857 * scroll-all.el (scroll-all-mode): Customize variable.
8858 Add autoload cookie to function.
0b074c2f
DL
8859
8860 * lazy-lock.el: Remove compatibility code.
8861
8862 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8863 (finder-help-echo): New variable.
8864 (finder-mouse-face-on-line): Add help-echo stuff.
8865 (finder-list-keywords, finder-list-matches): Use mapc.
8866
8867 * faces.el (face-font-registry-alternatives): Add :version.
8868
8869 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8870 tags-table-list.
8871
a0b47716 8872 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 8873
a0b47716 8874 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
8875 (mail-mode): Use [:alnum:] in some regexps.
8876
6d502396
DL
88772000-11-10 Dave Love <fx@gnu.org>
8878
8879 * ediff.el (ediff-regions-internal, ediff-documentation):
8880 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8881 fundamental mode.
8882
8883 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8884 buffer into fundamental mode.
8885 (ediff-set-difference): Use copy-sequence if available.
8886
83c9cb8e
SM
8887 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8888 Check ediff-patch-map non-nil.
6d502396
DL
8889 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8890 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8891 buffer into fundamental mode.
8892
8893 * ediff-merg.el (state-or-merge): Defvar when compiling.
8894
a82fe213
JR
88952000-11-10 Jason Rumney <jasonr@gnu.org>
8896
8897 * w32-fns.el (w32-add-charset-info): New function.
8898 (w32-charset-info-alist): Use it.
8899
52d89894
GM
89002000-11-10 Gerd Moellmann <gerd@gnu.org>
8901
8902 * faces.el (face-font-registry-alternatives): New user-option.
8903
178932de
SM
89042000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8905
d7fa3319
SM
8906 * textmodes/texinfo.el (texinfo-block-default): New var.
8907 (texinfo-insert-block): Use it. Insert a newline if needed.
8908
178932de
SM
8909 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8910 (fill-region-as-paragraph): Use it.
8911
8912 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8913 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8914 Tweak paragraph regexps to allow a leading [ \t]*.
8915 (tex-latex-block): Insert a newline if necessary.
8916 (latex-insert-item): Only insert a newline if necessary.
8917 (tex-guess-main-file): New function.
8918 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8919 Set tex-main-file if TeX-master is provided.
8920 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8921
bd02b8e0
GM
89222000-11-10 Gerd Moellmann <gerd@gnu.org>
8923
8924 * startup.el (command-line): Set the default tooltip-mode
8925 to t for graphical displays which implement x-show-tip.
8926
8927 * tooltip.el (tooltip-mode): Add a comment about startup.el
8928 setting the default value of this user-option.
8929
b29b03eb
SM
89302000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8931
8932 * font-lock.el (font-lock-*-face) <defvar>: Move.
8933 (font-lock-defaults-alist): Mark obsolete.
8934 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8935 (font-lock-mode): Use define-minor-mode.
8936 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8937 (font-lock-turn-off-thing-lock): Be more explicit.
8938 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8939 (font-lock-syntactic-face-function): New var.
8940 (font-lock-fontify-syntactically-region): Use it.
8941 (font-lock-doc-face): New.
8942
8943 * pcvs.el (cvs-enabledp): Ignore errors.
8944 (cvs-commit-filelist): Never query.
8945 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8946 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8947 (cvs-do-removal): Use cvs-partition rather than delete-if.
8948 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8949 cvs-bury-buffer.
8950
8951 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8952 Allow `next' to jump to after the end of the last match.
8953
778fbc46
GM
89542000-11-09 Gerd Moellmann <gerd@gnu.org>
8955
730c746c
GM
8956 * simple.el (byte-compiling-files-p): New function.
8957
8958 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8959 if it is there.
8960
8961 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8962 nil again.
8963
778fbc46
GM
8964 * textmodes/ispell.el (ispell-library-path): Don't call
8965 check-ispell-version when byte-compiling because that starts
8966 an ispell process, and ispell might not be installed.
8967 (toplevel): Don't set up a menu when byte-compiling.
8968
8969 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8970 it, so that a boundp test can be used to determine if we're
8971 currently byte-compiling.
8972
5912c5bb
DL
89732000-11-09 Dave Love <fx@gnu.org>
8974
83c9cb8e 8975 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 8976
7bb054a5
GM
89772000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8978
83c9cb8e
SM
8979 * ps-print.el: Patch for variable initialization when spooling.
8980 Doc fix.
7bb054a5
GM
8981 (ps-output-list): Fun eliminated.
8982 (ps-begin-file, ps-begin-job): Code fix.
8983
9db2706e
DL
89842000-11-08 Dave Love <fx@gnu.org>
8985
83c9cb8e 8986 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 8987
f7eb32aa
GM
89882000-11-08 Gerd Moellmann <gerd@gnu.org>
8989
8990 * simple.el (shell-command, display-message-or-buffer)
8991 (shell-command-on-region): Mention resize-mini-windows in the doc
8992 string.
8993 (display-message-or-buffer): Take the value of resize-mini-windows
8994 into account.
8995
7b01b08c
GM
89962000-11-07 Gerd Moellmann <gerd@gnu.org>
8997
acad3c0b
GM
8998 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8999
7b01b08c
GM
9000 * dired.el (dired-between-files): Add `^. find' as an alternative
9001 to the regular expression, for find-dired.
9002
6f602bd0
SM
90032000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9004
9005 * textmodes/texnfo-upd.el: Require texinfo.
9006 (defmacro, defgroup): Remove.
9007 (texinfo-section-to-generic-alist): Remove.
9008 Use texinfo-section-list instead (i.e. level is changed string->int).
9009 (texinfo-filter): New function.
9010 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
9011 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
9012 Use it. And use regexp-opt.
9013 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
9014 (texinfo-update-menu-region-beginning)
9015 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
9016 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
9017 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 9018 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
9019 (texinfo-sequential-node-update): Remove autoload cookie.
9020
9021 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
9022 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
9023 (texinfo-chapter-level-regexp): Remove.
9024 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
9025
bb216218
DL
90262000-11-06 Dave Love <fx@gnu.org>
9027
6f602bd0 9028 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 9029
6f602bd0
SM
9030 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9031 Match defun*.
bb216218 9032
ff8dd5d5
KH
90332000-11-06 Kenichi Handa <handa@etl.go.jp>
9034
9035 * composite.el (composition-function-table): Variable declaration
9036 moved to src/composite.c.
9037 (compose-chars-after): New optional arg object.
9038
e9da51a1
GM
90392000-11-06 Gerd Moellmann <gerd@gnu.org>
9040
e0c12c68
GM
9041 * bindings.el (mode-line-toggle-read-only)
9042 (mode-line-toggle-modified, mode-line-widen)
9043 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9044 (make-mode-line-mouse2-map): Rewritten.
9045 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9046 functions so that C-h k can show something with a doc string.
eaae8106 9047
e9da51a1
GM
9048 * startup.el (fancy-splash-delay): Set to 10 seconds.
9049 (fancy-splash-max-time): New user-option.
9050 (fancy-splash-stop-time): New variable.
9051 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9052 (fancy-splash-screens-1): Throw `stop-splashing' when current
9053 time is greater than fancy-splash-stop-time.
9054
611dbdf0
SM
90552000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9056
4d2806e2
SM
9057 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9058
611dbdf0
SM
9059 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9060 Prompt user for a file rather than raising an error.
9061 (cvs-enabledp): Fix call to cvs-mode-marked.
9062 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9063 (cvs-mode-insert): Use it. Change the init prompt' value.
9064 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9065
9066 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9067 Don't pass default arg to ewoc-locate.
9068 (ewoc-collect): Return result in the right order.
9069
9070 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9071
9072 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9073 (cvs-status-get-tags): Fix regexp.
9074 (cvs-status-trees, cvs-status-cvstrees):
9075 Combine after change hooks and don't sit-for.
4d2806e2
SM
9076 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9077 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
9078 Use make-char rather than hard-coded cryptic data.
9079 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9080
9081 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9082
9083 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9084 (cvs-insert-strings): New function.
9085
937b2877
MB
90862000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9087
9088 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9089 `mwheel-scroll-amount'.
9090 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9091 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9092 string-matching against the version string.
9093
c6c97763
KH
90942000-11-06 Kenichi Handa <handa@etl.go.jp>
9095
6eaec747
KH
9096 * language/thai.el ("Thai"): Set a lisp form that produces
9097 composed string in `sample-text' language info.
9098
9099 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9100 composed string in `sample-text' language info.
9101
83c9cb8e
SM
9102 * international/mule-cmds.el (describe-language-environment):
9103 Eval `sample-text' data and insert the result.
6eaec747 9104
c6c97763
KH
9105 * international/mule-conf.el (compound-text): Define this coding
9106 system here. Make x-ctext and ctext aliases of it.
9107
9108 * language/european.el (compound-text, ctext): Moved to
9109 international/mule-conf.el.
9110
d1145f85
AI
91112000-11-05 Andrew Innes <andrewi@gnu.org>
9112
9113 * w32-fns.el (w32-version): New function.
9114
178a6a45
SM
91152000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9116
9117 * progmodes/awk-mode.el: Update copyright.
9118 (awk-mode-abbrev-table): Remove.
9119 (awk-font-lock-keywords): Use regexp-opt.
9120 (awk-mode): Use define-derived-mode.
9121
9122 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9123 when extracting a suffix.
9124
1ba90166
AS
91252000-11-04 Andre Spiegel <spiegel@gnu.org>
9126
9127 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9128 auto-save-mode.
9129
546790cb
JR
91302000-11-04 Jason Rumney <jasonr@gnu.org>
9131
9132 * language/european.el (decode-mac-roman): Test against r1 not r0.
9133
d247e32d
SM
91342000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9135
fbf44f44
SM
9136 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9137 (icon-mode): Define indent-line-function.
9138 (icon-comment-indent): Simplify.
9139 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9140
9141 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9142
9143 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9144 Bind change-log-default-mode to defeat the caching done on it.
9145 Don't bother saving excursion any more.
9146
9147 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9148
9149 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9150 (set-frame-font): Use the new name (and the old for compatibility).
9151
eaae8106
SS
9152 * toolbar/tool-bar.el (tool-bar-mode):
9153 * time.el (display-time-mode):
9154 * recentf.el (recentf-mode):
9155 * paren.el (show-paren-mode):
9156 * mwheel.el (mouse-wheel-mode):
9157 * msb.el (msb-mode):
9158 * jka-compr.el (auto-compression-mode):
9159 * image-file.el (auto-image-file-mode):
9160 * hl-line.el (hl-line-mode):
9161 * delsel.el (delete-selection-mode):
9162 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
9163 * complete.el (partial-completion-mode): Drop unneeded positional args.
9164
eaae8106 9165 * info.el (Info-mode):
79372165 9166 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 9167
d247e32d
SM
9168 * log-edit.el (log-edit-menu): New menu.
9169
4921558e
MB
91702000-11-03 Miles Bader <miles@gnu.org>
9171
9172 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9173 definition, so that trailing spaces are handled properly.
9174 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9175
1fc02b3c
GM
91762000-11-03 Gerd Moellmann <gerd@gnu.org>
9177
9178 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9179 tab character.
9180 (fancy-splash-screens): Set tab-width to 20.
9181
51d001f7
DL
91822000-11-03 Dave Love <fx@gnu.org>
9183
9184 * comint.el (comint-completion-addsuffix): Fix custom type.
9185
ba22aeff
SM
91862000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9187
9188 * font-lock.el (font-lock-buffers): Remove.
9189 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9190 (font-lock-change-major-mode): Remove.
9191 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9192 (font-lock-default-fontify-region): Extend the multiline
9193 fontification to whole lines.
9194 (font-lock-fontify-anchored-keywords)
9195 (font-lock-fontify-keywords-region): If matching just one
9196 line (with \n) only mark the \n as multiline.
9197
9198 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9199 Correctly handle the case where several :group args are supplied.
9200 Allow :extra-args.
9201 (easy-mmode-define-global-mode): Allow :extra-args.
9202 Correctly handle the case where several :group args are supplied.
9203
9c887ada
MB
92042000-11-02 Miles Bader <miles@gnu.org>
9205
eaae8106 9206 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
9207 (holiday-face): Remove dependency on `window-system'.
9208
7f25090d
KR
92092000-11-02 Ken Raeburn <raeburn@gnu.org>
9210
9211 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 9212 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 9213 (compile-files): Bomb out if compilation of a file fails.
7f25090d 9214
7dd6009c
DL
92152000-11-02 Dave Love <fx@gnu.org>
9216
9217 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9218
94821e4f
EZ
92192000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9220
9221 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9222 punctuation in the warning inserted into the *mail* buffer.
9223
1ac3fc42
GM
92242000-11-02 Gerd Moellmann <gerd@gnu.org>
9225
57731876
GM
9226 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9227 (authors-public-domain-p): New function.
9228 (authors-print): Use it.
9229
975f82c9
GM
9230 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9231
1ac3fc42
GM
9232 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9233
4b3eb10f
GM
92342000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9235
975f82c9 9236 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
9237 (ps-print-version): New version number (6.3.1).
9238 (ps-even-or-odd-pages): Customization fix.
9239 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9240 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9241 (ps-page-count): Var replaced by `ps-page-column'.
9242 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9243 (ps-print-sheet-p): New fun.
9244
7da794df
MB
92452000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9246
9247 * tooltip.el (tooltip-gud-tips-setup): New function.
9248 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9249 (tooltip-mode): Call tooltip-gud-tips-setup.
9250 (tooltip-gud-tips): Use `gud-basic-call' instead of
9251 process-send-string, so the prompt gets frobbed appropriately.
9252 Handle nil return value from `tooltip-gud-print-command'.
9253
0e40b809
EL
92542000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9255
9256 * comint.el (comint-add-to-input-history): New function.
9257 (comint-send-input): Use `comint-add-to-input-history'.
9258
50ada0db
MB
92592000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9260
973a3104
MB
9261 * info.el (info-menu-header): New face.
9262 (Info-fontify-menu-headers): New function.
9263 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9264
50ada0db
MB
9265 * info.el (Info-insert-dir): Don't include blank lines at
9266 beginning of additional dir files (one is added automatically).
9267
bff53411
SM
92682000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9269
9270 * emacs-lisp/easy-mmode.el (define-minor-mode):
9271 Revert the latest changes.
9272 Allow the three positional arguments to be skipped and replaced
9273 by keyword arguments.
9274 Add a :toggle argument to determine whether a nil arg means toggle
9275 or means turn-on. The default is unchanged.
9276 Add a call to force-mode-line-update.
9277
6b8a0b2d
DL
92782000-11-01 Dave Love <fx@gnu.org>
9279
83c9cb8e 9280 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 9281
5bf99100
MB
92822000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9283
83c9cb8e
SM
9284 * calendar/calendar.el (diary-face, holiday-face):
9285 Add dark-background variants.
5bf99100 9286
a4032611
SS
92872000-10-31 Sam Steingold <sds@gnu.org>
9288
9289 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9290 `tex-main-file' does not have directory in it.
9291
c286608e
SM
92922000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9293
9294 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9295
4836835a
TTN
92962000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9297
9298 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9299 functional change.
9300
26dcb81b
GM
93012000-10-31 Gerd Moellmann <gerd@gnu.org>
9302
9303 * files.el (find-file-noselect): When we expand a wildcard, return
9304 a list of buffers, as we should do according to the doc string.
9305
49fc4500
KR
93062000-10-31 Ken Raeburn <raeburn@gnu.org>
9307
9308 * loadup.el (top level): Adjust load path if program name is
9309 "../src/bootstrap-emacs", in case it's not dumped and thus the
9310 load path adjustment hasn't already been done.
9311
ea0c615d
GM
93122000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9313
83c9cb8e
SM
9314 * ps-print.el: Fix bug on selected pages for printing.
9315 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
9316 is on. Try to avoid warning messages when compiling. Doc Fix.
9317 (ps-print-version): New version number (6.3).
9318 (ps-color-device): Use `color-values' to determine if device
9319 supports color.
9320 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9321 (ps-print-page-p): Changed from defsubst to defun.
9322 (ps-page-number): Changed from defmacro to defun.
9323 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9324 printing.
c286608e 9325 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
9326 (ps-end-file, ps-dummy-page): Funs eliminated.
9327 (ps-print-color-scale): Changed default value.
9328 (ps-page-n-up, ps-print-page-p): New internal vars.
9329 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9330 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9331
9e20722f
GM
9332 * delim-col.el: Little programming improvement.
9333 (delimit-columns-str): New macro.
9334 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9335
d7a0fd00
KH
93362000-10-31 Kenichi Handa <handa@etl.go.jp>
9337
c286608e
SM
9338 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9339 Moved to european.el.
d7a0fd00
KH
9340 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9341 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
9342 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9343 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 9344
234be340
DL
93452000-10-30 Dave Love <fx@gnu.org>
9346
9347 * progmodes/cc-menus.el (imenu-generic-expression)
9348 (imenu-progress-message): Only defvar when compiling.
9349
4edc4a39
DL
9350 * emacs-lisp/elp.el (elp-unload-hook): New function.
9351
9352 * loadhist.el (unload-feature): Call elp-restore-function,
9353 checking for symbols; don't use elp-restore-all.
9354 (loadhist-hook-functions): Doc fix.
9355
70c825df
SM
93562000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9357
9358 * log-edit.el (log-edit-confirm): Fix the default.
9359
1d3baf74
GM
93602000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9361
9362 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9363 delimit-columns-format.
9364 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 9365
1ec321a7
MB
93662000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9367
9368 * comint.el (comint-replace-by-expanded-history): Don't use
9369 comint-get-old-input (we're not looking at *old* input).
9370 (comint-get-old-input-default): If using fields, signal an error
9371 when the point is not in an input field.
9372
70737ea9
KH
93732000-10-30 Kenichi Handa <handa@etl.go.jp>
9374
9375 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9376 and mule-unicode-e000-ffff.
9377
fa0cb51d 9378 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
9379 (make-coding-system): Accept a symbol of translation table as a
9380 value of property `safe-chars'.
9381
9382 * international/mule-cmds.el (encode-coding-char): Check property
9383 safe-chars instead of safe-charsets.
9384
9385 * international/fontset.el (fontset-default): Modified for
9386 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9387 (x-font-name-charset-alist): Likewise.
9388 (ccl-encode-unicode-font): New CCL program. Record it in
9389 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9390
70c825df
SM
9391 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9392 New translation tables.
70737ea9
KH
9393 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9394 programs are modified and moved from mac-win.el.
9395 (mac-roman): Definition of this coding system is modified and
9396 moved from mac-win.el.
4836835a 9397
fda2ce24 93982000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 9399
1d3baf74 9400 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 9401 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 9402
dd4d3cb6
MB
94032000-10-29 Miles Bader <miles@gnu.org>
9404
9405 * custom.el (custom-add-to-group): Allow multiple entries for a
9406 given value OPTION, as long as their widget types are different.
9407 * cus-edit.el (custom-face-value-create): If face name doesn't end
9408 with "face", add such here (similar to custom group widgets).
9409
9410 * comint.el (comint-highlight-prompt): Add :type.
9411
dace60cf
JW
94122000-10-28 John Wiegley <johnw@gnu.org>
9413
dace60cf
JW
9414 * calendar/timeclock.el (timeclock-log): Doc fix.
9415 (timeclock-last-event): Doc fix.
83c9cb8e 9416 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
9417 (timeclock-find-discrep): Use a temp buffer to read in the
9418 timelog, instead of visiting the file.
9419 (timeclock-log-data): A new function, along with a host of helper
9420 functions, for the purpose of making timelog data accessible to
9421 programmers.
9422
9423 * eshell/esh-mode.el (window-height test): Make certain that
9424 `eshell-stringify-t' is non-nil.
9425 (eshell-password-prompt-regexp): Changed to a much simpler
9426 password regexp.
9427 (eshell-send-input): If `eshell-invoke-directly' returns t,
9428 directly invoke the parsed command using `eval'. This improves
9429 turn-around time on simple commands by a factor of three or
9430 greater, such as cd, ls, pwd, etc. -- which get used very often.
9431 It also conserves thousands of cons cells per call (since
9432 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9433 in the Pacific Cookie Company).
9434
9435 * eshell/esh-test.el (eshell-test): Whitespace fix.
9436
83c9cb8e
SM
9437 * eshell/em-ls.el (eshell-ls-insert-directory):
9438 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
9439
9440 * eshell/em-script.el (eshell-script-initialize): Add names to
9441 `eshell-complex-commands, since `source' and `.' are complex.
9442
0467b076
EZ
9443 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9444 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
9445 `eshell-copy-handles'.
9446 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9447 bodies.
9448 (eshell-separate-commands): Whitespace fix.
9449 (eshell-complex-commands): Added a new list of names, for
9450 determining whether a given command is as simple as it looks.
9451 (eshell-invoke-directly): New function. Returns t if a command
9452 should be invoked directly (using `eval'), rather than indirectly
9453 using `eshell-do-eval'.
9454 (eshell-do-eval): Whitespace fix.
9455
9456 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9457 which provides an emulation of the DOS shell behavior of assuming
9458 that cp/mv/ln should copy/move/link to the current directory.
9459 (eshell-remove-entries): Added a doc string.
9460 (eshell-shuffle-files): Removed the check for `target' being null.
9461 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9462 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9463 it to do a smarter check of whether a destination was provided.
9464 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9465 (eshell/ln): Enable `:preserve-args', and use
9466 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
9467 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9468 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
9469 list after flattening it. This makes it possible to cat files
9470 with numerical names.
9471 (eshell-unix-initialize): Added several names to
9472 `eshell-complex-commands.
9473 (eshell-unix-command-complex-p): Return t if a given command name
9474 may result in external processes being invoked.
9475
9476 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9477 variable nil by default, since it slows down glob processing by a
9478 factor of two or more, and increases memory consumption.
9479
9480 * eshell/em-smart.el: Added a note about how memory consumptive
9481 smart display mode can be (at least this is true in Emacs 21).
9482 (eshell-smart-initialize): Whitespace fix.
9483 (eshell-refresh-windows): Use `if' instead of `when'.
9484 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9485 not necessary.
83c9cb8e 9486 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
9487
9488 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9489 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9490 Whitespace fix.
9491 (eshell-ls-exclude-hidden): Added this variable in addition to
9492 `eshell-ls-exclude-regexp'. This one prevents files beginning
9493 with . from even being read, which can improve memory consumption
9494 quite a bit.
9495 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9496 read file entries beginning with a dot. In home directories with
9497 lots of hidden files, fully two-thirds of the time spent in ls is
9498 used to read directory entries that are immediately thrown away.
9499 (eshell-ls-initial-args): Added back this configuration variable,
9500 for specifying default initial arguments to every call to ls.
9501 Much faster than using an alias to do the same thing.
9502 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9503 (eshell-ls-dir): Whitespace change.
9504
9505 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9506
83c9cb8e 9507 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
9508 (eshell-stringify-t): Added a customization variable, to indicate
9509 whether `t' should be rendered as a string at all. If not, one
9510 can still determine if the result of an expression is true using
9511 "file-exists-p FILE && echo true".
9512 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9513 stringify t!
9514
9515 * eshell/esh-module.el: Whitespace fix.
9516
83c9cb8e
SM
9517 * eshell/em-alias.el (eshell-alias-initialize):
9518 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
9519 (eshell-command-aliased-p): New function that returns t if a
9520 command name names an aliased.
9521
657f9cb8 95222000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 9523
0467b076 9524 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 9525 redrawing the screen when changing cursor color.
0467b076
EZ
9526 (viper-insert-state-pre-command-sentinel)
9527 (viper-replace-state-pre-command-sentinel)
70c825df
SM
9528 (viper-replace-state-post-command-sentinel):
9529 Use viper-preserve-cursor-color.
657f9cb8
MK
9530 Many functions changed to use viper= instead of = when comparing
9531 characters.
0467b076 9532 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 9533 working with characters.
0467b076 9534 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
9535 Many functions changed to use viper= instead of = when comparing
9536 characters.
0467b076 9537 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 9538
0467b076 9539 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 9540 Several typos fixed in various docstrings.
0467b076 9541 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 9542 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
9543 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9544 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9545 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9546 (ediff-get-selected-buffers): New function.
9547 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
9548 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9549 Use save-window-excursion.
0467b076 9550 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 9551 termination check in while loop.
0467b076 9552 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 9553 dired buffer.
0467b076
EZ
9554 (ediff-files,ediff-merge-files,ediff-files3)
9555 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 9556
4f490d99
DL
95572000-10-28 Dave Love <fx@gnu.org>
9558
9559 * info.el (Info-fontify-node): Add help-echo for menu items.
9560
45b84006
EZ
95612000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9562
5ebc02b3
EZ
9563 * startup.el (normal-top-level): If the value of $TERM indicates
9564 we are running from xterm or one of its work-alikes, default to a
9565 light background mode.
9566
45b84006
EZ
9567 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9568 * faces.el (tty-handle-reverse-video): New function.
9569 (tty-create-frame-with-faces): Call it.
9570
9571 * frame.el (frame-notice-user-settings): Don't apply
9572 default-frame-alist and initial-frame-alist to MS-DOS frames.
9573 Call tty-handle-reverse-video, frame-set-background-mode, and
9574 face-set-after-frame-default for non-MS-DOS frames.
9575
9576 * startup.el (tty-long-option-alist): New variable.
9577 (tty-handle-args): New function.
9578 (command-line): Call tty-handle-args.
9579
9580 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9581 startup.el now does that for all character-terminal frames.
9582
eab6e8b9
MB
95832000-10-28 Miles Bader <miles@gnu.org>
9584
83c9cb8e
SM
9585 * emacs-lisp/easy-mmode.el (define-minor-mode):
9586 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9587 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 9588 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
9589 version using `easy-mmode-define-global-mode'.
9590 Add :conditional-turn-on keyword argument.
eab6e8b9 9591
51a29efc
DL
95922000-10-28 Dave Love <fx@gnu.org>
9593
83c9cb8e
SM
9594 * international/latin1-disp.el (latin1-char-displayable-p):
9595 Don't use window-system.
51a29efc 9596
d71d7114
EZ
95972000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9598
9599 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9600 Don't call find-buffer-file-type-coding-system. Instead, just
9601 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9602 if the file is on an untranslated filesystem.
9603 (add-untranslated-filesystem): Use "D" instead of "f" inside
9604 interactive.
9605
1f9cab4b
DL
96062000-10-27 Dave Love <fx@gnu.org>
9607
70c825df 9608 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
9609 (refill-mode): Use it.
9610
70c825df
SM
96112000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9612
9613 * international/quail.el (quail-activate): Don't make-local-hook.
9614
7432cf10
AS
96152000-10-27 Andre Spiegel <spiegel@gnu.org>
9616
4836835a 9617 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 9618 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
9619 (vc-make-version-backup): Don't do it on MS-DOS without long file
9620 names.
4836835a 9621
7432cf10
AS
9622 * vc.el (vc-version-other-window): If an automatic backup of the
9623 desired version exists, rename it instead of copying it.
9624
4836835a
TTN
9625 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9626 after command. If there's an unexpected error, signal it instead
7432cf10 9627 of being silent.
e1483c38 9628 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 9629
05ea7ef2
MB
96302000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9631
fd1035aa
MB
9632 * shell.el (shell): Add BUFFER argument.
9633 * comint.el (make-comint-in-buffer): New function.
9634 (make-comint): Use it.
9635
05ea7ef2
MB
9636 * faces.el (face-spec-choose): Change syntax so that the list of
9637 attribute-value pairs is now the cdr of each clause, not the cadr.
9638 Detect old-style entries, and handle them. Use pop.
9639
835a55fe
SM
96402000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9641
f5ab1cdd
SM
9642 * cus-edit.el (custom-mode-map): Use a sparse map.
9643 (custom-mode): Don't bother with make-local-hook.
9644
9645 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9646
835a55fe
SM
9647 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9648
c13b0ec8
GM
96492000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9650
9651 * ps-print.el: Avoid compilation gripes.
9652 (ps-print-version): New version number (6.2.1).
4836835a 9653
e9f63196
DL
96542000-10-26 Dave Love <fx@gnu.org>
9655
0b95284b
DL
9656 * menu-bar.el: Modify some menu item help strings.
9657 (menu-bar-help-menu): Add link to MORE.STUFF.
9658
e9f63196
DL
9659 * cus-edit.el (custom-mode): Add `special' mode-class property.
9660
9661 * wid-browse.el (widget-browse-mode): Likewise.
9662
9663 * wid-edit.el (widget-specify-field): Revert to using local-map
9664 property, not keymap.
9665
e276a14a
MB
96662000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9667
c1545d88
MB
9668 * wid-edit.el (widget-field-end): When checking for a `boundary'
9669 field, do so in the correct buffer.
9670
3c1b77ca
MB
9671 * simple.el (undo): Correctly distinguish between numeric and
9672 non-numeric prefix args in non-transient-mark-mode, as per the doc
9673 string. When in transient-mark-mode, treat all prefix-args as
9674 numeric.
9675
f5ab1cdd
SM
9676 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9677 Position point on match. Handle N == 0 correctly.
22626d9d
MB
9678
9679 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9680 (comint-mode-map): Reverse order of `comint-write-output' and
9681 `comint-append-output-to-file'.
9682 (comint-append-output-to-file): Reinstate this function, for the
9683 benefit of the menu.
9684
d97151cb
SM
96852000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9686
9687 * vc.el (vc-version-other-window): Bind `file'.
9688
ea7d6f5b
GM
96892000-10-25 Gerd Moellmann <gerd@gnu.org>
9690
f5ab1cdd 9691 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
9692
9693 * emacs-lisp/authors.el (batch-update-authors): New function.
9694 (authors-fixed-entries): New defconst.
9695 (authors-add-fixed-entries): New function.
9696 (authors): Call it.: Don't process lispref/.
9697
17c25cea
JR
96982000-10-25 Jason Rumney <jasonr@gnu.org>
9699
9700 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9701 Merge x w32 and mac definitions.
9702
4ecda532
GM
97032000-10-25 Gerd Moellmann <gerd@gnu.org>
9704
9705 * menu-bar.el (menu-bar-options-menu): Add a help string for
9706 `uniquify'.
9707
b52758d1 97082000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 9709
f5ab1cdd
SM
9710 * time-stamp.el (time-stamp-string-preprocess):
9711 Fix a wrong type argument error.
b6735035 9712
f4cbc7a0
MB
97132000-10-25 Miles Bader <miles@gnu.org>
9714
9715 * recentf.el (recentf-mode): Variable removed.
9716 (recentf-mode): Use `define-minor-mode'.
9717
9718 * mwheel.el (mouse-wheel-mode): New global minor mode.
9719 (mwheel-install): Use `mouse-wheel-mode'.
9720
f4b020f6
DL
97212000-10-25 Dave Love <fx@gnu.org>
9722
f5ab1cdd
SM
9723 * progmodes/cperl-mode.el (cperl-mode):
9724 Set normal-auto-fill-function correctly.
072cb6f9 9725
83c9cb8e
SM
9726 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9727 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 9728 bindings.
f4b020f6 9729
ebe2a441
MB
97302000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9731
ff4dcd4b
MB
9732 * wid-edit.el (widget-field-at): New function.
9733 (widget-at, widget-field-activate): Use it.
9734 (widget-tabable-at): Use `widget-at'.
9735 (widget-specify-field): If the terminating character of the widget
9736 field (which is read-only) is a newline, put it into a special
9737 `boundary' field so that C-n/C-p act more naturally.
9738 (widget-field-end): Also don't subtract one if a special
9739 `boundary' field has been added after the widget field.
9740
83c9cb8e
SM
9741 * comint.el (comint-output-filter, comint-send-input):
9742 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 9743 code, since it should notice the overlay insertion-types now.
ff4dcd4b 9744
ebe2a441
MB
9745 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9746 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9747 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9748
fe50b6ab
GM
97492000-10-24 Gerd Moellmann <gerd@gnu.org>
9750
53df4dda 9751 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
9752 (authors): Set file coding system to iso-2022-7bit.
9753 Add file-local variables to output buffer.
53df4dda 9754
4836835a 9755 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
9756 WARN is nil.
9757
53df4dda
GM
97582000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9759
9760 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9761
9762 * delim-col.el: Now there is a column formatting mechanism.
9763 Modified to customization mechanisms convention. Doc fix.
9764 (columns): New group for delim-col.
9765 (delimit-columns-before, delimit-columns-after)
9766 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9767 (delimit-columns-end): New vars.
9768 (delimit-columns-customize, delimit-columns-format): New funs.
9769 (delimit-columns-region, delimit-columns-rectangle)
9770 (delimit-columns-rectangle-line): Modified to support column
9771 formatting.
4836835a 9772
a9839779
DL
97732000-10-24 Dave Love <fx@gnu.org>
9774
9775 * log-edit.el (log-edit): Add :version and a :group for vc.
9776
df0267b8
GM
97772000-10-24 Gerd Moellmann <gerd@gnu.org>
9778
9acc3873
GM
9779 * files.el (after-find-file): Don't print a message ``New file''
9780 if WARN is nil.
9781
83c9cb8e
SM
9782 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9783 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
9784 get duplicate tool-bar entries because we'll see the global ones
9785 on more than one path through keymaps.
9786
1946f901
GM
9787 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9788
df0267b8
GM
9789 * progmodes/cmacexp.el: Change Francesco's email address.
9790
ae3b264b
KH
97912000-10-24 Kenichi Handa <handa@etl.go.jp>
9792
9793 * window.el (fit-window-to-buffer): Adjust point of the window
9794 buffer, not that of the current buffer.
9795
23afac01
EZ
97962000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9797
9798 * progmodes/cmacexp.el: Update the euthor's email address.
9799
22d1a4ed
MB
98002000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9801
9802 * faces.el (face-spec-set-match-display): Add `graphic' display
9803 type (the inverse of `tty'). Use `display-graphic-p' instead of
9804 the window-system variable.
9805
f408aa48
KH
98062000-10-24 Kenichi Handa <handa@etl.go.jp>
9807
83c9cb8e
SM
9808 * international/isearch-x.el (isearch-with-input-method):
9809 Call input-method-function with the first event in
f408aa48
KH
9810 unread-command-events.
9811
94fe8a31
MB
98122000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9813
83c9cb8e 9814 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 9815
8f47302e
AC
98162000-10-24 Andrew Choi <akochoi@i-cable.com>
9817
9818 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9819 New charsets.
9820
9821 * term/mac-win.el: Remove definitions of mac-roman-lower and
9822 mac-roman-upper, require dired, and define instead of set
9823 mac-ready-for-drag-n-drop to avoid compilation error.
9824
446c097e
AI
98252000-10-23 Andrew Innes <andrewi@gnu.org>
9826
83c9cb8e
SM
9827 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9828 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
9829 expand-file-name after convert-standard-filename to ensure
9830 expected directory separators are used.
9831
379b70e7
EZ
98322000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9833
9834 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9835
85c766e9
DL
98362000-10-23 Dave Love <fx@gnu.org>
9837
b7e03a67
DL
9838 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9839 (tool-bar-add-item): Set foreground and background for XBM icons.
9840
83c9cb8e
SM
9841 * international/latin1-disp.el (latin1-char-displayable-p):
9842 New function (from Handa).
b7e03a67
DL
9843 (latin1-display-check-font): Use it.
9844
0dcf8835 9845 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
9846 using :key-sequence, making it much more usable.
9847 Use nconc, not append.
0dcf8835
DL
9848 (imenu--create-keymap-1): Avoid append.
9849
85c766e9 9850 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 9851
cb3069bb
MB
98522000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9853
9854 [the following changes fix a bug where `define-minor-mode' didn't
9855 correctly generate :require clauses for defcustoms in compiled files]
9856 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9857 (byte-compile-log-file, byte-compile-log-1): Don't set
9858 `byte-compile-current-file' to nil. Instead set
9859 `byte-compile-last-logged-file' to it. Test whether
9860 byte-compile-current-file equals byte-compile-last-logged-file
9861 instead of whether its nil.
3b6542ba 9862 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 9863
6db6243b
SM
98642000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9865
9866 * textmodes/refill.el: Fix var names in doc.
9867 (refill-mode): Don't bother with make-local-hook anymore.
9868
98490598
MB
98692000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9870
e01cd227
MB
9871 * faces.el (face-user-default-spec, face-default-spec): New functions.
9872 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 9873 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
9874 Use `face-user-default-spec'. Simplify code slightly.
9875
4836835a 9876 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
9877 (woman-unknown-face): Add dark-background variants.
9878 (woman-default-faces): Renamed from `woman-colour-faces'.
9879 Set using the stored defaults, rather than using hard-wired colors.
9880 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9881 Just make the foreground `unspecified' rather than "black".
9882 (woman-menu): Rename menu entries accordingly.
9883
98490598
MB
9884 * faces.el (header-line): Make more reasonable on mono/grayscale
9885 displays.
9886
1a578e9b
AC
98872000-10-23 Andrew Choi <akochoi@i-cable.com>
9888
9889 * cus-edit.el (custom-button-face): Use 3D look for mac.
9890 (custom-button-pressed-face): Likewise.
9891
9892 * faces.el (set-face-attributes-from-resources): Handle mac frames
9893 in the same way as x and w32 frames.
9894 (face-valid-attribute-values): Likewise.
9895 (read-face-attribute): Likewise.
9896 (defined-colors): Likewise.
9897 (color-defined-p): Likewise.
9898 (color-values): Likewise.
9899 (display-grayscale-p): Likewise.
9900 (face-set-after-frame-default): Likewise.
9901 (mode-line): Same default face as for x and w32.
9902 (tool-bar): Likewise.
9903
9904 * frame.el: Remove call to frame-notice-user-settings at end of
9905 the file.
9906
83c9cb8e 9907 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
9908 as for x, pc, and w32 frame types.
9909
9910 * term/mac-win.el: New file.
9911
aaaf7be7
DL
99122000-10-22 Dave Love <fx@gnu.org>
9913
9914 * textmodes/refill.el: New file.
9915
5392d654
AS
99162000-10-22 Andre Spiegel <spiegel@gnu.org>
9917
4836835a 9918 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 9919 MANUAL and REGEXP.
4836835a 9920 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
9921 New functions.
9922 (vc-before-save): Use the latter.
9923 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9924 confusion.
9925
4836835a 9926 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
9927 expected by vc[-hooks].el.
9928
9929 * vc.el (vc-checkout): Added `-p' suffix in call to
9930 vc-make-version-backups-p; use vc-make-version-backup to actually
9931 make the backup.
9932 (vc-version-other-window, vc-version-backup-file): Handle both
9933 automatic and manual backups.
9934 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9935 of all of them.
9936
1e221c16
MB
99372000-10-22 Miles Bader <miles@gnu.org>
9938
7ff4fda5
MB
9939 * comint.el (comint-highlight-input, comint-highlight-prompt):
9940 Renamed, `-face' at end removed.
9941 (comint-send-input, comint-output-filter): Use renamed faces.
9942
3511cde8
MB
9943 * window.el (fit-window-to-buffer): Change defaulting of
9944 MAX-HEIGHT slightly.
9945
1e221c16
MB
9946 * faces.el (color-values, color-defined-p): Use `member', not
9947 `memq', because it works correctly for strings.
9948 (frame-set-background-mode): Actually, "unspecified-fg" and
9949 "unspecified-bg" *are* strings. Use `member', not `memq', and
9950 `equal', not `eq', when a string value is possible.
9951
b6ef4898
EZ
99522000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9953
9954 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9955
34939e2c
SM
99562000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9957
9958 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9959 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9960 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9961 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9962 (sh-font-lock-syntactic-keywords): Use them.
9963 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9964 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9965 (sh-mode): Don't override font-lock-unfontify-region-function.
9966 Use a copy of sh-font-lock-syntactic-keywords.
9967 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9968 Don't call sh-scan-buffer since font-lock does it on the fly.
9969 (sh-get-indent-info): Use `face' rather than `syntax-table'
9970 text-property to detect here-documents.
9971 Replace sh-special-syntax with sh-st-punc.
9972 (sh-prev-line): Use `face' rather than `syntax-table'
9973 text-property to skip over here-documents.
9974 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9975 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9976 (sh-electric-less, sh-set-here-doc-region)
4836835a 9977 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
9978 (sh-scan-buffer, sh-rescan-buffer): Remove.
9979
f3d3c491
AI
99802000-10-21 Andrew Innes <andrewi@gnu.org>
9981
9982 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9983 remote (ange-ftp) file names.
9984
b86c791c
MB
99852000-10-21 Miles Bader <miles@gnu.org>
9986
d9c30bdf
MB
9987 * window.el (fit-window-to-buffer): New function.
9988 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
9989 (window-text-height): Don't expect minibuffers to have mode-lines.
9990
d9c30bdf 9991 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
9992 * international/quail.el (quail-update-guidance):
9993 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 9994
617fee5a
MB
9995 * international/quail.el (quail-show-guidance-buf): Make sure
9996 guidance window really has enough room.
9997 (quail-update-guidance): If quail-guidance-win is already shown,
9998 make sure its height is OK.
9999
b86c791c
MB
10000 * window.el (window-text-height, set-window-text-height):
10001 New functions.
10002 (shrink-window-if-larger-than-buffer): Use `window-text-height'
10003 instead of `window-height' & `mode-line-window-height-fudge'.
10004 (mode-line-window-height-fudge): Add FACE parameter.
10005 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
10006 instead of `enlarge-window' & `mode-line-window-height-fudge'.
10007
e34850d1
MB
100082000-10-20 Miles Bader <miles@gnu.org>
10009
10010 * window.el (height-affecting-face-attributes): Use `defconst'.
10011
10012 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
10013 New function, conditionally aliased to `mode-line-window-height-fudge'.
10014 (ispell-help): Use it.
10015 (ispell-choices-win-default-height): Don't include mode-line fudge.
10016 (ispell-choices-win-default-height): New function.
10017 (ispell-show-choices, ispell-command-loop): Use function
10018 `ispell-choices-win-default-height' instead of variable.
10019
a8b883c2
MB
100202000-10-20 Miles Bader <miles@lsi.nec.co.jp>
10021
8c6e4a58
MB
10022 * window.el (mode-line-window-height-fudge): New variable.
10023 (height-affecting-face-attributes): New variable.
10024 (mode-line-window-height-fudge): New function.
10025 (shrink-window-if-larger-than-buffer): Use it.
10026 * help.el (resize-temp-buffer-window): Likewise.
10027
a8b883c2
MB
10028 * info.el (Info-fontify-node): Add support for @subsubsection
10029 titles, which use `Info-title-4-face'.
10030 (Info-title-4-face): New face.
10031 (Info-title-3-face): Inherit from Info-title-4-face instead of
10032 variable-pitch.
10033
e64c3a75
JR
100342000-10-19 Jason Rumney <jasonr@gnu.org>
10035
10036 * dired.el (dired-insert-directory): Do not let errors signalled by
10037 attempt to run dired-free-space-program prevent dired from working.
10038
c70fe852
SM
100392000-10-19 Stefan Monnier <monnier@cs.yale.edu>
10040
10041 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10042
877cf6b4
GM
100432000-10-19 Gerd Moellmann <gerd@gnu.org>
10044
5de037e0
GM
10045 * dirtrack.el (dirtrack): Fix call to run-hooks.
10046
6deb9af9
GM
10047 * cmuscheme.el (cmuscheme-program-name): Renamed from
10048 scheme-program-name because xscheme.el contains a defcustom with
10049 the same name. As a consequence, customizing group `cmuscheme'
10050 loaded `xscheme' which redefined run-scheme.
10051 (run-scheme): Use cmuscheme-program-name.
10052
83c9cb8e 10053 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 10054
e597d8fb 10055 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 10056 anonymous address, and add a website for Befrienders International.
4836835a 10057
3e9cb08f
GM
100582000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10059
c70fe852
SM
10060 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10061 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
10062 (ps-print-version): New version number (6.2).
10063 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10064 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10065 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10066 (ps-x-extent-priority, ps-x-extent-start-position)
10067 (ps-x-face-font-instance, ps-x-find-coding-system)
10068 (ps-x-font-instance-properties, ps-x-make-color-instance)
10069 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10070 avoid compilation gripes without defining functions.
10071 (ps-e-find-composition): Alias for function find-composition, to have a
10072 suitable function depending on Emacs version.
10073 (ps-color-device, ps-color-values, ps-face-foreground-name)
10074 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10075 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10076 (ps-print-ensure-fontified): Function definitions surrounded by
10077 `eval-and-compile' to avoid compilation gripes.
10078 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10079 by symbol-value to avoid compilation gripes.
10080 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10081 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10082
d8abcd91
MB
100832000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10084
13ab33c4
MB
10085 * startup.el (normal-top-level): Call `frame-set-background-mode'
10086 after `frame-notice-user-settings' because the latter doesn't call
10087 the former on a tty.
10088
d8abcd91
MB
10089 * faces.el (frame-set-background-mode): `unspecified' &c are
10090 symbols, not strings.
10091
e8bce0a9
EZ
100922000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10093
c70fe852
SM
10094 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10095 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 10096
c70fe852
SM
10097 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10098 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 10099
773272d8
KH
101002000-10-19 Kenichi Handa <handa@etl.go.jp>
10101
c70fe852 10102 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
10103 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10104 for ISO10646-1 fonts.
10105 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10106
772139c0
EZ
101072000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10108
10109 * faces.el (frame-set-background-mode): If a tty frame defines a
10110 background color, use that to compute the background mode, instead
10111 of always defaulting to "dark".
10112
d134a19f
MB
101132000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10114
8bb84cb2
MB
10115 * comint.el (comint-write-output): New function.
10116 (comint-mode-map): Add it to the menu.
e40a778f 10117 Bind `C-c C-s' to comint-write-output.
d134a19f 10118
dada41e1
GM
101192000-10-18 Gerd Moellmann <gerd@gnu.org>
10120
10121 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10122 Use fancy-splash-delay.
10123
9b5360aa
GM
101242000-10-18 Alex Schroeder <alex@gnu.org>
10125
10126 * progmodes/sql.el (sql-sybase-options): New option.
10127 (sql-sybase): Use it. Add sql-database to the list of parameters
10128 provided for login. The options -w 2048 -n are not used any more.
10129
9035a35a
GM
10130 * comint.el (comint-read-input-ring): Bugfix such that the first
10131 and the last entry of the input ring file are not lost.
10132
3556c6dd
GM
101332000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10134
10135 * ps-print.el: Internal variable changes to defcustom,
10136 make-local-hook changes to defvar. Doc fix.
10137 (ps-print-version): New version number (6.1).
10138 (ps-setup, ps-do-despool): Code fix.
10139 (ps-printer-name): Customization fix.
10140 (ps-printer-name-option): Now is a defcustom instead of an
10141 internal variable.
10142 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10143 (ps-print-begin-column-hook): Now are defvar instead of
10144 make-local-hook.
4836835a 10145
4e217e50
MB
101462000-10-18 Miles Bader <miles@gnu.org>
10147
10148 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10149 (comint-kill-output): Changed into an alias for `comint-delete-output',
10150 and made obsolete.
10151 (comint-mode-map): Rename references to comint-kill-output.
10152
34460354
EZ
101532000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10154
10155 * diff-mode.el (diff-header-face, diff-file-header-face)
10156 (diff-changed-face): Add bold and italic attributes to tty faces.
10157 (diff-function-face): New face.
10158 (diff-font-lock-keywords): Use it.
10159
17ea3cdb
MB
101602000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10161
10162 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10163 Remove commented-out call to force-mode-line-update.
10164 (comint-kill-output): Use `forward-line 0' instead of
10165 beginning-of-line to make sure we get past the prompt.
10166
9244f2c7
SM
101672000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10168
10169 * diff-mode.el (diff-header-face, diff-file-header-face):
10170 Add specific setting for dark background.
10171 (diff-context-face): Renamed from diff-comment-face.
10172 Set explicitly rather than inheriting from font-lock-comment-face.
10173
1592c1ef
EZ
101742000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10175
10176 * startup.el (command-line): Move the code which sets the default
10177 TTY colors to before before-init-hook.
10178
f86292a9
GM
101792000-10-17 Gerd Moellmann <gerd@gnu.org>
10180
10181 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10182
f7f2e883
EZ
101832000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10184
e854cc22
EZ
10185 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10186 extensions, for MS-DOS.
10187
f7f2e883
EZ
10188 * diff-mode.el (diff-header-face, diff-file-header-face)
10189 (diff-changed-face): Define tty-specific colors.
10190
c7b4f0f9
GM
101912000-10-17 Gerd Moellmann <gerd@gnu.org>
10192
10193 * startup.el (fancy-splash-text): Realign the text.
10194
12a72271
EZ
101952000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10196
10197 * font-lock.el (font-lock-comment-face): Define a separate default
10198 for dark-background tty's.
10199
61dfccfd
MB
102002000-10-17 Miles Bader <miles@gnu.org>
10201
10202 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10203 being obscured by whizzy mode-lines on graphics displays.
10204
333cd59e
EZ
102052000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10206
10207 * info.el (Info-title-1-face, Info-title-2-face)
10208 (Info-title-3-face): Define colors for tty's.
dada41e1 10209 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 10210
dbf1fcc1
EZ
102112000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10212
10213 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10214 reverse from the frame parameters, and don't invert foreground and
10215 background colors.
10216
ac629823
MB
102172000-10-16 Miles Bader <miles@gnu.org>
10218
10219 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10220 string "*Info*". Call propertized-buffer-identification to spruce
10221 up the result.
10222
76eebffc
GM
102232000-10-16 Gerd Moellmann <gerd@gnu.org>
10224
3a6b59d9
GM
10225 * help.el: Provide `help' for the sake of define-minor-mode
10226 which generates defcustoms with requires.
10227
6569c3d3
GM
10228 * jit-lock.el (jit-lock-after-change): If we're in text that
10229 matches a multi-line font-lock pattern, make sure the whole text
10230 will be redisplayed.
10231
c2e0a611
GM
10232 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10233 author's name is unknown.
10234
76eebffc
GM
10235 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10236 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10237 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10238 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10239 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10240 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10241 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10242 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10243 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10244 Add author information.
10245
cf1e7b12
MB
102462000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10247
10248 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10249 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10250 full-color version (using the Gimp) to eliminate dithering artifacts.
10251
5586f3eb
SM
102522000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10253
10254 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10255
10256 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10257
ad64a888
DL
102582000-10-15 Dave Love <fx@gnu.org>
10259
83c9cb8e 10260 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
10261
10262 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10263
10264 * whitespace.el: Doc fixes.
10265 (top-level): Don't add hooks here.
10266 (whitespace-running-emacs): Deleted.
10267 (timer): Don't require.
10268 (whitespace): Add back :version conditional on xemacs test.
10269 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10270 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10271 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10272 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10273 Avoid specific xemacs test.
10274 (whitespace-global-mode): New option.
10275 (whitespace-global-mode): New command.
10276 (whitespace-unload-hook): New function.
10277
10278 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 10279 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
10280 (Info-fontify-node): `Goto' goes to `Go to'.
10281 (Info-fontify-node): Add help-echo to xref links.
10282
1ef49fc6
EZ
102832000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10284
10285 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10286
8b7707e1
SM
102872000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10288
b3b7f42f
SM
10289 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10290 Use plist-get and allow :inherit.
10291
10292 * emacs-lisp/cl-macs.el (cl-do-arglist):
10293 Use plist-get and plist-member instead of memq.
10294
3c7fafc7
SM
10295 * emacs-lisp/ewoc.el (ewoc-location): New function.
10296 (ewoc-enter-after, ewoc-enter-before): Document return value.
10297 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10298 Don't need make-local-hook any more.
10299 (cvs-addto-collection): Return the new tin.
10300 (cvs-mode-insert): Jump to the new line.
10301
8b7707e1
SM
10302 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10303
10304 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10305
10306 * font-lock.el (font-lock-syntactically-fontified): New var.
10307 (font-lock-fontify-syntactic-keywords-region): Use it.
10308 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10309
10310 * diff-mode.el (diff-find-file-name): Fix regexp.
10311
10312 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10313 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10314
10315 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10316 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10317 (sh-mode): Don't make all vars local here.
10318 (sh-kw): Reformat.
10319 (sh-set-shell): Use dolist. Don't set indent-region-function.
10320 (sh-mode-syntax-table): Use pop.
10321 (sh-remember-variable): Use push.
10322 (sh-help-string-for-variable): Use memq.
10323 (sh-safe-backward-sexp): Remove.
10324 (sh-safe-forward-sexp): Add ARG.
10325 (sh-get-indent-info, sh-prev-stmt): Use it.
10326 (sh-prev-line): Simplify by using forward-comment.
10327 (sh-this-is-a-continuation): Simplify.
10328 (sh-learn-buffer-indent): Use dolist.
10329 (sh-do-nothing): Remove.
10330 (sh-set-char-syntax, sh-set-here-doc-region):
10331 Use inhibit-modification-hooks.
10332 (sh-name-style): Use mapcar and push.
10333 (sh-load-style): Use dolist.
10334 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10335 (sh-case, sh-while-getopts): Use propertize directly rather
10336 than sh-electric-rparen.
10337
103382000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10339
10340 * textmodes/tex-mode.el: Require CL when compiling.
10341 (tex-mode-syntax-table): Init immediately.
10342 (tex-mode-map): Bind M-RET to latex-insert-item.
10343 (latex-mode): Set indent-line-function to latex-indent.
10344 (tex-common-initialization): Don't setup the syntax-table any more.
10345 (latex-insert-item): New skeleton.
10346 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 10347 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 10348 (latex-indent, latex-find-indent): New functions.
4836835a 10349 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
10350 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10351 (tex-compilation-parse-errors): Use with-syntax-table.
10352
86b7fcbb
MB
103532000-10-15 Miles Bader <miles@gnu.org>
10354
10355 * font-lock.el (font-lock-comment-face): Change dark-background,
10356 color, non-tty, default to `chocolate1'.
10357
57a24508
JW
103582000-10-13 John Wiegley <johnw@gnu.org>
10359
10360 * eshell/esh-util.el (require): Added a missing `require' form,
10361 needed when compiling (for an ange-ftp macro definition).
10362
40ad3db4
DL
103632000-10-13 Dave Love <fx@gnu.org>
10364
10365 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10366
db460189
GM
103672000-10-13 Gerd Moellmann <gerd@gnu.org>
10368
83c9cb8e 10369 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 10370
4836835a 10371 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
10372 transparent -colors 8).
10373
b52758d1 103742000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
10375
10376 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10377 that breaks with old list format timestamps.
10378 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 10379 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 10380
16908a3f
JW
103812000-10-13 John Wiegley <johnw@gnu.org>
10382
d7103dda
JW
10383 * align.el, pcomplete.el, calendar/timeclock.el,
10384 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10385
dace60cf 10386 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
10387 faulty math, where holiday hours were being computing as seconds.
10388
b6b70cda
JW
103892000-10-13 John Wiegley <johnw@gnu.org>
10390
10391 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
10392 specifying what "other" kinds of buffers should be saved.
10393 This used to be hard-coded.
b6b70cda
JW
10394 (desktop-buffer-misc-functions): A global for specifying how
10395 auxiliary data should be determined for special buffer types.
10396 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10397 instead of hard-coding the special buffer types.
10398 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10399 auxiliary data, instead of hard-coding for Info buffers and dired.
10400 (desktop-buffer-info-misc-data): Aux function for determining Info
10401 buffer auxiliary info.
10402 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10403 (desktop-buffer-info): Changed this function to use the info
10404 gathered above.
10405 (desktop-create-buffer): Be a little more careful about what
10406 `minor-mode' means before calling it. This is important for some
10407 buffer types.
10408
8c6b1d83
JW
104092000-10-13 John Wiegley <johnw@gnu.org>
10410
10411 * eshell/esh-util.el: Added a global form which declares an
10412 autoload for `parse-time-string', if that function is not already
10413 defined, and if parse-time.el is available on the user's system.
10414
10415 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10416 to be aware of ange-ftp user info.
83c9cb8e 10417 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
10418 (eshell-ls-annotate): Use `eshell-file-attributes'.
10419 (eshell-ls-file): Made the user-id printing code a bit smarter.
10420
10421 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10422 allow identification of alias user ids in remote directories.
83c9cb8e
SM
10423 It's manual, but there's no other way to know when the current user
10424 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
10425 (fboundp): Bind `ange-cache'.
10426 (eshell-directory-files-and-attributes): Re-organized the logic a
10427 bit to use `eshell-file-attributes' instead of `file-attributes'.
10428 The former is more sensitive to directories that are read via FTP,
10429 and knows how to use ange-ftp to determine full attribute
10430 information, instead of just the name and last modtime.
10431 (eshell-current-ange-uids): Return the current user id when in a
10432 remote directory.
10433 (eshell-parse-ange-ls): Parse a full directory listing that has
10434 been returned by ange-ftp.
10435 (eshell-file-attributes): This beefed up version of
10436 `file-attributes' is only special if the user is currently in a
10437 remote directory, in which case it does a lot of work to find out
10438 what the real attributes of a file are, as they appear on the
10439 remote machine. This makes usage of remote directories (i.e.,
10440 ange-ftp pathnames) much more useful. You can now use Eshell as a
10441 full-fledged FTP client, with much more manipulation ability than
10442 most other clients.
10443
10444 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10445 variable, which means that Eshell's du should always be preferred
10446 in remote directories.
10447 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10448 just `file-attributes'.
10449 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10450 when reading remote directories. This is an Eshell-specific
10451 variable (not part of ange-ftp).
10452 (eshell/ln): Bind `ange-cache'.
10453 (eshell/du): Added some extra logic for determining when to use
10454 Eshell's du (which is slow), and when to use the external version
10455 (which may or may not exist).
10456
83c9cb8e
SM
10457 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10458 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
10459 `get-buffer-process', since backgrounded processes don't count in
10460 the context of this function's logic.
10461
10462 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10463 `forward-char', so that null strings are parsed correctly.
10464
87730e84 104652000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 10466
83c9cb8e
SM
10467 * eshell/em-pred.el (eshell-pred-file-type)
10468 (eshell-pred-file-links, eshell-pred-file-size):
10469 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
10470
10471 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10472 that remote file globbing is more efficient.
10473
10474 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10475 gathering the files and attributes within a directory.
10476
10477 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10478 the command line is a special file (not a regular file, directory
10479 or symlink), always attempt to call the external version of cat.
10480
87730e84 104812000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
10482
10483 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10484 Eshell-friendly version of find-tag.
10485
1c7e37a9
MB
104862000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10487
4836835a 10488 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
10489 (image-file-name-regexps): Add autoload cookies.
10490
11a7f341
KH
104912000-10-13 Kenichi Handa <handa@etl.go.jp>
10492
10493 * international/mule-cmds.el (select-safe-coding-system): If FROM
10494 is string, show it in *Warning* buffer.
10495
8ddddcb0
EZ
104962000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10497
10498 * startup.el (normal-top-level): Use display-popup-menus-p instead
10499 of window-system.
10500 (command-line): Use display-graphic-p instead of window-system.
10501 (command-line-1): Use display-popup-menus-p and display-mouse-p
10502 instead of window-system.
10503
72200f89
SS
105042000-10-12 Sam Steingold <sds@gnu.org>
10505
10506 * tooltip.el (tooltip-use-echo-area): New user variable.
10507 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10508
8661c643
DL
105092000-10-12 Dave Love <fx@gnu.org>
10510
d0b40dc1
DL
10511 * recentf.el: Maintainer's checkdoc fixes.
10512
83c9cb8e
SM
10513 * startup.el (normal-top-level-add-subdirs-to-load-path):
10514 Use character class, not ASCII when matching file names.
a622451f
DL
10515 (fancy-splash-head): Add trailing slash to URL.
10516 (command-line): Don't require XPM support for toolbar.
10517
8661c643
DL
10518 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10519 (cperl-invalid-face): Revert last change.
10520 (cperl-init-faces): Quote cperl-invalid-face.
10521
ef2ed8ab
KH
105222000-10-12 Kenichi Handa <handa@etl.go.jp>
10523
10524 * startup.el (fancy-splash-text): Remove superfluous quote.
10525
b0da379e
GM
105262000-10-12 Gerd Moellmann <gerd@gnu.org>
10527
dbeb499b
GM
10528 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10529 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10530 (command-line-1): Don't use fancy-splash-pending-command.
10531 (fancy-splash-screens-1): Goto point-min after inserting text.
10532
d861718a
GM
10533 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10534
b0da379e
GM
10535 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10536 instead of shared-lisp-mode-map.
10537
4fb2ad98
MB
105382000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10539
1cb4393e
MB
10540 * faces.el (header-line): Change tty-variant to use underlining.
10541
4fb2ad98
MB
10542 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10543 (isearch-highlight): Restore lazy-isearch face properties at old
10544 position, and suppress them at new position.
10545 (isearch-dehighlight): Restore lazy-isearch face properties.
10546 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10547 over the real isearch overlay, but in that case, don't give it a
10548 face property. Use `push'.
10549
eb991b25
KH
105502000-10-12 Kenichi Handa <handa@etl.go.jp>
10551
10552 * man.el (Man-getpage-in-background): Fix previous change.
10553 Decode the process output only when we are in multibyte mode.
10554
a818c1c0
DL
105552000-10-11 Dave Love <fx@gnu.org>
10556
c990f53a
DL
10557 * info.el (Info-mode-menu): Fix some help.
10558 (info-tool-bar-map): Add entry for Info-last.
10559
a818c1c0
DL
10560 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10561 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10562 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10563 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10564 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10565 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10566 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10567 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10568 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10569 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10570 Reduce colour requirements to 25 overall. (Probably wants
10571 revisiting from the originals to reduce further.)
10572
c1b096cb
EZ
105732000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10574
10575 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10576 buffer-file-coding-system, instead of raw-text.
10577 (dehexlify-buffer): Bind coding-system-for-read to
10578 buffer-file-coding-system, instead of raw-text.
10579
5c8b7eaf
SS
105802000-10-11 Sam Steingold <sds@gnu.org>
10581
83c9cb8e 10582 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
10583 `underline' - fixes the bug introduced on 2000-09-21.
10584
2cfbdb7a
DL
105852000-10-11 Dave Love <fx@gnu.org>
10586
83c9cb8e
SM
10587 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10588 Avoid compiler warnings.
2cfbdb7a
DL
10589 (scheme-mode): Doc fix.
10590 (scheme-font-lock-keywords-1): Match `define-syntax'.
10591
105922000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
10593
10594 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
10595 face specs as well as default ones. Only do anything if the
10596 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 10597 (region): Make dark-background `region' face less in-your-face.
4b33f290 10598
690ec649
SS
105992000-10-10 Sam Steingold <sds@gnu.org>
10600
10601 * chistory.el, ielm.el, ledit.el:
10602 * progmodes/inf-lisp.el, progmodes/scheme.el:
10603 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10604
3b95d6bb
SM
106052000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10606
10607 * textmodes/texinfo.el: Update copyright and fix typo.
10608
10609 * desktop.el (desktop-modes-not-to-save): New var.
10610 (desktop-save-buffer-p): Use it.
a30eb617
DL
10611 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10612 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10613
106142000-10-10 Dave Love <fx@gnu.org>
10615
10616 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 10617 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
10618
10619 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10620 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10621 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10622 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10623 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10624 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10625 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10626 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10627 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10628 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10629 the .xpms; probably need retouching.
10630
106312000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10632
10633 * subr.el (add-to-list): Add optional argument APPEND.
10634 * battery.el (display-battery): Use `add-to-list'.
10635
106362000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10637
83c9cb8e
SM
10638 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10639 properties.
a30eb617
DL
10640 (zone, zone-when-idle, zone-leave-me-alone)
10641 (zone-pgm-whack-chars): Use new symbol properties.
10642
10643 * battery.el (display-battery): Doc spelling fix.
10644
10645 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10646 property.
10647
106482000-10-09 Dave Love <fx@gnu.org>
10649
10650 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10651 has been initialized before calling tool-bar-setup.
10652 (tool-bar-add-item-from-menu): Add autoload cookie.
10653
106542000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10655
10656 * menu-bar.el (send-mail-item-name): New function.
10657 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10658 of mail-user-agent in the menu. Don't display the "Send Mail"
10659 item if mail-user-agent is nil or its value is ignore.
10660 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10661 if read-mail-command is nil or its value is ignore.
10662
10663 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10664
106652000-10-09 Miles Bader <miles@gnu.org>
10666
10667 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10668 Correct image size.
10669 * toolbar/left_arrow.xpm: Correct image size.
10670
10671 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10672 will be done by the definition of `auto-compression-mode' if
10673 necessary. Move code to uninstall existing file-name handler
10674 before definition of `auto-compression-mode'.
10675
10676 * image-file.el (auto-image-file-mode): Move to the end of the
10677 file, because `define-minor-mode' actually calls the mode-function
10678 if the associated variable is non-nil, which requires that all
10679 needed functions be already defined.
10680
10681 * mouse.el (popup-menu): Balance parens.
10682
106832000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10684
10685 * mouse.el (popup-menu): Move the command call outside the loop
10686 so that popup-menu returns whatever the command returns.
10687
10688 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10689 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10690 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10691 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10692
10693 * vc.el (vc-version-diff): diff-switches can be a list.
10694 Use relative filenames for prettier output.
10695
10696 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10697 (vc-post-command-functions): Remove old-VC compatibility code.
10698
10699 * newcomment.el (comment-indent-default): Autoload.
10700
10701 * font-lock.el (font-lock-defaults): Make buffer-local.
10702 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10703 (font-lock-choose-keywords):
10704 Ignore LEVEL unless KEYWORDS is a list of syms.
10705 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10706 Don't wrap regexp-opt things in \(...\) unnecessarily.
10707
10708 * jit-lock.el: Don't require font-lock any more.
10709 (jit-lock-functions): Make buffer-local.
10710 (jit-lock-saved-fontify-buffer-function): Remove.
10711 (jit-lock-mode): Remove autoload cookie.
10712 Remove font-lock specific code.
10713 (jit-lock-unregister): Don't bother handling complex hooks any more.
10714 (jit-lock-refontify): New function.
10715 (jit-lock-fontify-buffer): Use it.
10716 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10717 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10718 Add optional args START and END.
10719 Never call font-lock-fontify-region directly.
10720 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10721
10722 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10723
107242000-10-08 Dave Love <fx@gnu.org>
10725
10726 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10727
10728 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10729
10730 * play/studly.el (studlify-region, studlify-word): Add autoload
10731 cookie.
10732
10733 * play/morse.el (morse-region, unmorse-region): Add autoload
10734 cookie.
10735
10736 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10737 concat.
10738
10739 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10740 insist on symbols starting with word syntax.
10741 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10742 (eval-defun-1): Doc fix.
10743 (indent-sexp): Use nconc to build up indent-stack.
10744
10745 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10746 Gnus with little use.
10747 (mail-setup-hook): Add mail-abbrevs-setup to options.
10748
10749 * recentf.el: Doc fixes.
10750
10751 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10752 Clean up remainder.
10753
10754 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10755 without timezone and (8) with timezone to enforce some whitespace.
10756 Simplify code somewhat.
10757
10758 * options.el (list-options): Doc that you should use customize.
10759
10760 * iswitchb.el (iswitchb-mode): Add :require.
10761
10762 * info.el (Info-goto-node, Info-menu): Doc fix.
10763 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10764 (info-tool-bar-map): New variable.
10765 (Info-mode): Use it.
10766 (Info-edit-map): Define all in defvar.
10767 (speedbar-attached-frame): Avoid compiler warning.
10768
10769 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10770 (global-map): Bind [tool-bar] to a filtered map.
10771 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10772 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10773 Allow PBM icons.
10774 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10775
10776 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10777 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10778 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10779 icons, except up_arrow, which is left-arrow rotated.
10780
10781 * imenu.el (imenu-add-to-menubar): Fix last change.
10782
107832000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10784
10785 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10786 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10787
107882000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10789
10790 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10791 typos in doc strings.
10792
10793 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10794 the doc strings how to customize Font Lock faces.
10795
10796 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10797 computing growth when dragging the header line.
10798
107992000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10800
10801 * simple.el (kill-line): Doc fix.
10802
108032000-10-08 Miles Bader <miles@gnu.org>
10804
10805 * faces.el (secondary-selection): Make foreground visible on tty.
10806
10807 * jka-compr.el (auto-compression-mode): Move to the end of the
10808 file, because `define-minor-mode' actually calls the mode-function
10809 if the associated variable is non-nil, which requires that all
10810 needed functions be already defined.
10811 (with-auto-compression-mode): Add autoload cookie.
10812
108132000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10814
10815 * files.el (find-backup-file-name) [ms-dos]: If support for long
10816 file names is not available, behave as if version-control were set
10817 to never.
10818
108192000-10-07 Dave Love <fx@gnu.org>
10820
10821 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10822 (browse-url-gnome-moz): New function.
10823 (browse-url-browser-function): Use it.
10824 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10825
108262000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10827
10828 * indent.el (tab-always-indent): New var.
10829 (indent-for-tab-command): Use it.
10830
10831 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10832 raise an error. This way it can still default to a sane value.
10833
108342000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10835
10836 * startup.el (fancy-splash-screens): Use local rather than global map.
10837 Don't use `update-menu-bindings' any more.
10838 Get rid of assumptions about keymap representation.
10839
108402000-10-06 Dave Love <fx@gnu.org>
10841
10842 * textmodes/fill.el (sentence-end-double-space)
10843 (sentence-end-without-period): Doc fix.
10844 (adaptive-fill-regexp): Purecopy.
10845 (unjustify-current-line): Use line-end-position.
10846 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10847
10848 * net/eudc-vars.el (eudc): Add :version, :link.
10849
10850 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10851
10852 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10853 Fix for define-minor-mode.
10854 (function-at-point): Alias to function-called-at-point.
10855
10856 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10857
10858 * simple.el (backward-word): Doc fix.
10859
10860 * image-file.el (image-file-name-regexp): image-file-regexps ->
10861 image-file-name-regexps.
10862 (image-file-name-extensions): Add pbm.
10863
108642000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10865
10866 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10867 and add filename to the names so that diff-mode can jump to source.
10868
10869 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10870 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10871 (tex-font-lock-keywords-1): Remove.
10872 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10873 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10874 (font-lock-default-fontify-region):
10875 Expand beg..end correctly when just following a multiline region.
10876 (font-lock-fontify-anchored-keywords):
10877 Include the anchor text as part of the multiline.
10878
108792000-10-06 Gerd Moellmann <gerd@gnu.org>
10880
10881 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10882 latter needs the autoloaded define-minor-mode macro during the
10883 bootstrap.
10884
10885 * startup.el (command-line): For now, activate tool-bar-mode only
10886 if XPM images are supported.
10887
10888 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10889 window by dragging a header-line at the top of the frame; that's
10890 confusing because the header-line doesn't move.
10891 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10892 of treating the event as a list. Some cleanup.
10893
108942000-10-06 Miles Bader <miles@gnu.org>
10895
10896 * simple.el (display-message-or-buffer): New function.
10897 (shell-command-on-region): Use `display-message-or-buffer'.
10898
10899 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10900 docstring parts.
10901
10902 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10903 (smbclient-prompt-regexp): Add usage note to doc string.
10904 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10905 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10906 Use add-hook for adding the comint filter function, and only do so
10907 if it's not already in the global hook list.
10908 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10909 to `make-local-variable'.
10910 (nslookup-font-lock-keywords): Remove prompt entry.
10911 (nslookup): Don't set the process-filter.
10912 (finger): Exit the loop correctly when the regexps list runs out.
10913 (ftp, smbclient, smbclient-list-shares):
10914 Set the real major mode immediately, not after execing.
10915 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10916
10917 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10918
109192000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10920
10921 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10922
10923 * which-func.el (which-func-format): Remove spurious space.
10924 (which-func-mode): Don't make it permanent-local.
10925 (which-func-ff-hook): Allow which-func-maxout to be nil.
10926 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10927 (which-func-mode): Simplify.
10928 Use post-command-idle-hook rather than post-command-hook.
10929 Go through all buffers and update their state.
10930 (which-function): Also try add-log-current-defun-function.
10931
10932 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10933 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10934 Update call to with-vc-properties accordingly.
10935 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10936 (vc-revert-buffer): More careful about window selection and deletion.
10937 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10938
10939 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10940 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10941 (cvs-dired-action): Change the default to quickdir.
10942
10943 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10944 if comment-indent-function returns nil.
10945 (comment-indent-default): New function.
10946 (comment-indent-function): Use it and document the new semantics.
10947
10948 * image-file.el: Docstring fixes.
10949
10950 * help.el (help-xref-on-pp): Use match-string.
10951 (describe-variable): New arg BUFFER.
10952 Store the current buffer in the help-xref-stack.
10953 (temp-buffer-resize-mode): Use define-minor-mode.
10954
10955 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10956 consistently with its docstring.
10957 Set jit-lock-first-unfontify-pos in an idempotent way.
10958 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10959
109602000-10-05 Alex Schroeder <alex@gnu.org>
10961
10962 * sql.el (sql-mysql-options): New variable.
10963 (sql-mysql): Use it.
10964
109652000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10966
10967 * image.el (image): New group.
10968
10969 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10970 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10971
109722000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10973
10974 * net/net-utils.el (nslookup-font-lock-keywords)
10975 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10976 Ignore the value of wqindow-system; always define keywords
10977
109782000-10-05 Kenichi Handa <handa@etl.go.jp>
10979
10980 * startup.el (fancy-splash-screens): Remove the code for
10981 debugging; `(trace-to-stderr "EXITTT\n")'.
10982
109832000-10-05 Miles Bader <miles@gnu.org>
10984
10985 * diff-mode.el (diff-goto-source): Update call to
10986 `diff-hunk-status-msg' to reflect new REV variable.
10987
109882000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10989
10990 * progmodes/icon.el (icon-mode):
10991 Don't gratuitously override the default for comment-column.
10992
10993 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10994
10995 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10996 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10997 (jit-lock-functions): New var.
10998 (jit-lock-function-1): Use it if non-nil.
10999 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
11000 Set the `fontified' property before doing the fontification to avoid
11001 repeatedly going through the same error.
11002 Don't turn errors into messages.
11003 (jit-lock-register, jit-lock-unregister): New functions.
11004
11005 * dired.el (dired-mark-pop-up): Turn comment into docstring.
11006 Use with-current-buffer.
11007
11008 * dired-aux.el (dired-do-create-files, dired-kill-tree):
11009 Turn comment into docstring.
11010
11011 * apropos.el (apropos-mode): Use define-derived-mode.
11012
110132000-10-04 Gerd Moellmann <gerd@gnu.org>
11014
11015 * startup.el (fancy-splash-pending-command): New variable.
11016 (fancy-splash-pre-command): New function.
11017 (fancy-splash-screens): Rewritten.
11018 (command-line-1): If fancy-splash-pending-command is set, call it
11019 interactively.
11020
110212000-10-04 Dave Love <fx@gnu.org>
11022
11023 * toolbar/tool-bar.el (tool-bar-setup): New function.
11024 (tool-bar-mode): Use it.
11025
11026 * subr.el (substitute-key-definition): Doc fix.
11027 (play-sound-file): New command.
11028
110292000-10-04 Andre Spiegel <spiegel@gnu.org>
11030
11031 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
11032 vc-version-backup-file-name): New functions.
11033
11034 * files.el (basic-save-buffer): Call vc-before-save before saving.
11035
11036 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
11037 vc-cvs-stay-local-p.
11038
11039 * vc.el (vc-revert-buffer): Handle empty diff properly.
11040 (vc-version-backup-file): New function.
11041 (vc-checkout): Create a version backup if necessary.
11042 (vc-checkin): If a version backup file exists, delete it.
11043 (vc-version-diff): Diff locally using version backups, if available.
11044 (vc-revert-file): If there's a version backup, revert locally.
11045 (vc-transfer-file): Use version backup for base version, if
11046 available. If not, ask for confirmation whether to get it from the
11047 server. Update mode line before check-in.
11048
110492000-10-04 Dave Love <fx@gnu.org>
11050
11051 * toolbar/tool-bar.el (tool-bar-setup): New function.
11052 (tool-bar-mode): Use it.
11053
110542000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11055
11056 * net/net-utils.el (nslookup-font-lock-keywords)
11057 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11058 Only set if window-system is non-nil
11059 (net-utils-run-program): Returns buffer.
11060 (network-connection-reconnect): Added this function.
11061
11062 * generic.el:
11063 Incorporates extensive cleanup and docfixes by
11064 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11065 Uses cl compile-time macros.
11066 (generic-mode-name, generic-comment-list)
11067 (generic-keywords-list, generic-font-lock-expressions)
11068 (generic-mode-function-list, generic-mode-syntax-table):
11069 Removed variables.
11070 (generic-mode-alist): Renamed to generic-mode-list.
11071 (generic-find-file-regexp): Default changed to "^#".
11072 (generic-read-type): Uses completing read on generic-mode-list.
11073 (generic-mode-sanity-check): removed this function.
11074 (generic-add-to-auto-mode): Removed this function
11075 (generic-mode-internal): Bind mode-specific definitions
11076 into function instead of putting them in alist.
11077 (generic-mode-set-comments): Reworked extensively.
11078 (generic-mode-find-file-hook): Simplified regexp searching
11079 (generic-make-keywords-list): Omit extra pair of parens
11080
11081 * find-lisp.el (find-lisp-find-files-internal):
11082 Make sure directory name ends with "/".
11083
11084 * generic-x.el (apache-conf-generic-mode):
11085 Regexp now allows leading whitespace.
11086 (rc-generic-mode): Added eval-when-compile
11087 around generic-make-keywords-list.
11088 Deleted duplicate regexp
11089 (rul-generic-mode): Added eval-when-compile
11090 around generic-make-keywords-list.
11091 (etc-fstab-generic-mode): New generic mode.
11092 (rul-generic-mode): Removed one eval-when-compile
11093 which caused a max-specpdl-size exceeded error.
11094
110952000-10-04 Miles Bader <miles@gnu.org>
11096
11097 * simple.el (minibuffer-temporary-goal-position): New variable.
11098 (next-history-element): Try to keep the position of point in the
11099 input string constant.
11100
11101 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11102 (dired-do-create-files): If there's only one file, pass it in as
11103 the DEFAULT arg to dired-mark-read-file-name.
11104
111052000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11106
11107 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11108 (diff-goto-source): Be smarter when choosing REVERSE or not.
11109
11110 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11111 (texinfo-mode-menu): Add an explicit shortcut for update all.
11112
111132000-10-03 Andre Spiegel <spiegel@gnu.org>
11114
11115 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11116 factorize backend-specific code cleanly (this was essentially
11117 conceived by Stefan Monnier).
11118 (vc-unregister): Function removed.
11119 (vc-revert-file): New function.
11120 (vc-revert-buffer): Delegate some of the work to it.
11121
11122 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11123 default branch unconditionally.
11124 (vc-rcs-set-default-branch): New function.
11125 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11126 (vc-rcs-checkin): If an appropriate default branch has been set,
11127 force creation of that branch.
11128 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11129 code (as suggested by Stefan Monnier).
11130
111312000-10-02 Gerd Moellmann <gerd@gnu.org>
11132
11133 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11134 highlighting overlay with a different face over the overlay
11135 isearch uses to highlight the current match because that can lead
11136 to bad face combinations.
11137
11138 * loadup.el (toplevel): Load faces before isearch.
11139
11140 * isearch.el (isearch-faces): New custom group.
11141 (isearch): New defface; was already tested for in the code.
11142 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11143 (isearch-highlight): Always use face `isearch'.
11144
111452000-10-02 Dave Love <fx@gnu.org>
11146
11147 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11148 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11149 comparison of opcode with operand.
11150
111512000-10-03 Miles Bader <miles@gnu.org>
11152
11153 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11154 buffer, since the echo area will now grow to accommodate them.
11155
111562000-10-02 Andre Spiegel <spiegel@gnu.org>
11157
11158 * vc-hooks.el (vc-registered): If FILE used to be registered under
11159 a certain backend, try that one first.
11160
11161 * vc.el (vc-responsible-backend): Undo the previous change in the
11162 argument list. Handle multiple backends correctly.
11163 (vc-find-new-backend): Function removed.
11164 (vc-register): Use vc-responsible-backend, as before.
11165 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11166
111672000-10-02 Gerd Moellmann <gerd@gnu.org>
11168
11169 * startup.el (fancy-splash-head): Change message below the
11170 logo.
11171
111722000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11173
11174 * diff-mode.el (diff-goto-source): Emit a status message.
11175 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11176 (diff-test-hunk): Fix doc string.
11177 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11178 (diff-advance-after-apply-hunk): New variable.
11179 (diff-apply-hunk): Don't return a value.
11180
111812000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11182
11183 * vc.el (vc-editable-p): Minor optimization.
11184 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11185 (vc-find-new-backend): New function split from vc-responsible-backend.
11186 (vc-register): Use it.
11187 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11188 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11189 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11190 (vc-clear-headers): Don't use find-file.
11191 (vc-revert-buffer): Use `and' again (must have been a braino).
11192 (vc-switch-backend): Only prompt if requested.
11193 Short circuit if nothing is to be done.
11194 Don't use vc-resynch-buffer which could lose unsaved editing.
11195 (vc-default-receive-file): Update call to vc-unregister.
11196 (with-vc-file, vc-next-action-on-file):
11197 Use vc-backend rather than vc-registered.
11198 (vc-next-action-on-file): Use intern-soft.
11199 Deal with read-only *vc-diff* buffer.
11200 (vc-transfer-file): Docstring fix.
11201
11202 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11203 (vc-rcs-receive-file): Avoid with-vc-properties.
11204 Update call to vc-unregister.
11205 Use constant `RCS' rather than (dynamically bound) var `backend'.
11206
112072000-10-01 Andre Spiegel <spiegel@gnu.org>
11208
11209 * vc.el (vc-next-action-on-file): Update mode line only if file
11210 is visited.
11211 (vc-start-entry): New argument initial-contents. Don't visit the file
11212 if it isn't already visited. Brought documentation up-to-date.
11213 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11214 (vc-checkin): New optional arg initial-contents, which is passed to
11215 vc-start-entry.
11216 (vc-finish-logentry): Make sure to bury log buffer only if there
11217 really is one. Call `vc-resynch-buffer' on log-file, not
11218 buffer-file-name.
11219 (vc-default-comment-history, vc-default-wash-log): New functions.
11220 (vc-index-of): Removed.
11221 (vc-transfer-file): Make do without the above.
11222 (vc-default-receive-file): Call comment-history unconditionally. Pass
11223 the resulting string to vc-checkin, instead of inserting it into the
11224 comment ring.
11225
11226 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11227 unconditionally. Use the comments as initial contents of the log
11228 entry buffer. Document the trick to force branch creation with no
11229 changes.
11230
112312000-10-01 Miles Bader <miles@gnu.org>
11232
11233 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11234 `recenter' with an arg to prevent redrawing the display.
11235
112362000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11237
11238 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11239
11240 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11241
11242 * progmodes/c-mode.el (c-mode):
11243 Don't gratuitously override the default for comment-column.
11244
11245 * textmodes/tex-mode.el (latex-metasection-list): New var.
11246 (latex-imenu-create-index): Use it.
11247 Move the regexp construction outside loops (and use push).
11248 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11249 (tex-font-lock-keywords): Moved from font-lock.el.
11250 (tex-comment-indent): Remove.
11251 (tex-common-initialization): Don't set comment-indent-function.
11252 (latex-block-default): New var.
11253 (tex-latex-block): Use it to provide a default choice.
11254 Add any unknown choice to latex-block-names.
11255 Insert [...] after {...}.
11256 (tex-last-unended-begin): Simplify regexp.
11257 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11258 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11259 (latex-mode): Set forward-sexp-function.
11260
11261 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11262 Add regexp for @ignore ... @end ignore.
11263 (texinfo-heading-face): New face.
11264 (texinfo-font-lock-keywords): Use it.
11265 (texinfo-mode-menu): New menu.
11266 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11267 New functions.
11268 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11269 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11270 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11271 Remove declaration.
11272 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11273
11274 * delsel.el (delete-selection-mode): Use define-minor-mode.
11275
11276 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11277
112782000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11279
11280 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11281
112822000-09-30 Gerd Moellmann <gerd@gnu.org>
11283
11284 * replace.el (keep-lines-read-args): New function.
11285 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11286 read arguments interactively. Add parameters RSTART and REND.
11287 Operate on the active region in Transient Mark mode.
11288
11289 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11290
11291 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11292 (authors-obsolete-files-regexps): New variable.
11293 (authors-add): Don't record changes in obsolete files.
11294
112952000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11296
11297 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11298
11299 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11300 (comment-indent): Make sure there's a space between code and comment.
11301 Shift comments left to avoid going past fill-column.
11302
113032000-09-29 Gerd Moellmann <gerd@gnu.org>
11304
11305 * startup.el (startup-echo-area-message): New function.
11306 (display-startup-echo-area-message): Use it.
11307 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11308 (fancy-splash-default-action): New function.
11309 (fancy-splash-screens-1): New function.
11310 (fancy-splash-head): Put a help-echo and a keymap under the image.
11311
113122000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11313
11314 * diff-mode.el (diff-add-log-file-name): Remove.
11315 (diff-mode): Use add-log-buffer-file-name-function.
11316
11317 * add-log.el (find-change-log): New arg BUFFER-FILE.
11318 (add-log-file-name): Obey add-log-file-name-function.
11319 (add-log-buffer-file-name-function): New var.
11320 (add-change-log-entry): Use it.
11321
113222000-09-29 Miles Bader <miles@gnu.org>
11323
11324 * image-file.el (image-file-name-extensions): New variable.
11325 (image-file-name-regexps): Renamed from `image-file-regexps'.
11326 New default value is nil. Call `auto-image-file-mode'.
11327 (image-file-name-regexp): New function.
11328 (auto-image-file-mode): New minor mode.
11329 (insert-image-file): Don't make conditional on the image-file
11330 handler being enabled.
11331 (image-file-handler): Make the call here conditional instead.
11332 (set-image-file-handler-enabled, enable-image-file-handler)
11333 (disable-image-file-handler): Functions removed.
11334
11335 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11336 string.
11337
113382000-09-29 Gerd Moellmann <gerd@gnu.org>
11339
11340 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11341 it's a function from CL.
11342 (latex-imenu-create-index): Replace eval-when-compile with progn
11343 because latex-section-alist is not bound while compiling.
11344
113452000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11346
11347 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11348 (outline-mode): Use define-derived-mode.
11349
11350 * progmodes/perl-mode.el (perl-mode):
11351 * progmodes/awk-mode.el (awk-mode):
11352 * progmodes/asm-mode.el (asm-mode):
11353 Don't gratuitously override the default for comment-column.
11354
11355 * emacs-lisp/lisp.el (lisp-complete-symbol):
11356 Distinguish the let-binding case from the funcall case.
11357 (forward-sexp-function): New variable.
11358 (forward-sexp): Use it.
11359
11360 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11361 (easy-mmode-defmap): Remove the now useless autoload.
11362
11363 * time.el (display-time-mode): Use define-minor-mode.
11364
11365 * subr.el (add-minor-mode): Don't eval NAME.
11366 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11367 Use if rather than cond.
11368
11369 * simple.el (read-expression-map): Define more properly.
11370 (comment-indent-hook): Remove.
11371 (string-to-syntax): Bug fix.
11372
11373 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11374 (cvs-ediff-diff): Fix typo.
11375 (cvs-revert-if-needed): Don't bother preserving read-only.
11376
11377 * paren.el (show-paren-mode): Use define-minor-mode.
11378
11379 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11380 (toggle-auto-compression): Remove.
11381 (jka-compr-build-file-regexp): Remove useless grouping.
11382
11383 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11384 Avoid user-reserved bindings.
11385 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11386 (diff-header-face): Revert to grey85.
11387
11388 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11389
11390 * complete.el (partial-completion-mode) <defcustom>: Remove.
11391 (partial-completion-mode): Use define-minor-mode.
11392 (PC-do-completion): Understand `completion-auto-help = delay'
11393 to mean to popup the completion buffer only the second time.
11394 (PC-include-file-all-completions, PC-include-file-all-completions)
11395 (PC-include-file-all-completions): Don't quote lambda.
11396
11397 * comint.el (comint-mode-hook): Docstring fix.
11398 (comint-mode): Use define-derived-mode.
11399 (comint-mode-map): Remove obsolete comment.
11400 (make-comint): Minor stylistic change.
11401 (comint-insert-clicked-input): Be more careful to find the overlay.
11402 Use this-command-keys rather than hardcoding mouse-2.
11403
11404 * font-lock.el: Replace confusing (,@ with ,
11405 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11406 Don't use regexp-opt-depth. Spice up the regexp for args.
11407 Don't distinguish between cmds that can take an opt arg or not.
11408 Use `append' and `prepend' rather than `keep'.
11409
11410 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11411 (latex-outline-regexp): New var.
11412 (latex-outline-level): New fun.
11413 (latex-section-alist): New var.
11414 (latex-imenu-create-index): Use it. Use `push' as well.
11415 (tex-shell-map): Initialize it properly.
11416 (tex-mode): Minor stylistic change.
11417 (plain-tex-mode): Use define-derived-mode.
11418 (latex-mode): Use define-derived-mode.
11419 Construct the paragraph regexps in a more readable way.
11420 Set the buffer-local outline-{level,regexp} vars.
11421 (slitex-mode): Derive from latex-mode.
11422 (tex-common-initialization): Don't kill-all-vars anymore.
11423 Add setting for comment-add and font-lock-defaults.
11424 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11425 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11426 (tex-start-tex): New arg DIR (and send a chdir command for it).
11427 Also display the shell buffer and save it in tex-last-buffer-texed.
11428 (tex-region): Use expand-file-name rather than concat.
11429 Remove code made useless by changes in tex-start-tex.
11430 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11431
11432 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11433
114342000-09-28 Dave Love <fx@gnu.org>
11435
11436 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11437
114382000-09-28 Gerd Moellmann <gerd@gnu.org>
11439
11440 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11441 `append'.
11442
114432000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11444
11445 * info.el (Info-extract-pointer): Undo last change.
11446 Instead, fix the position of the `bound' arg to re-search-backward.
11447
114482000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11449
11450 * info.el (Info-extract-pointer):
11451 Widen more carefully, to avoid finding pointers in other nodes.
11452 (Info-index): Use push.
11453
114542000-09-27 Gerd Moellmann <gerd@gnu.org>
11455
11456 * frame.el (set-frame-font): Remove call to obsolete function
11457 frame-update-faces.
11458 (set-foreground-color, set-background-color): Likewise for
11459 frame-update-face-colors.
11460
114612000-09-27 Miles Bader <miles@gnu.org>
11462
11463 * image-file.el: New file.
11464
114652000-09-27 Gerd Moellmann <gerd@gnu.org>
11466
11467 * frame.el (frame-notice-user-settings): Don't call
11468 frame-update-faces, which is a no-op now.
11469
11470 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11471 tool-bar-lines.
11472
114732000-09-27 Dave Love <fx@gnu.org>
11474
11475 * mouse.el: Fix last change.
11476
114772000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11478
11479 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11480
114812000-09-22 Kenichi Handa <handa@etl.go.jp>
11482
11483 * international/quail.el (quail-help): The output message is
11484 improved.
11485
114862000-09-26 Dave Love <fx@gnu.org>
11487
11488 * mouse.el (popup-menu): If POSITION is nil, set it using
11489 mouse-position.
11490
114912000-09-25 Sam Steingold <sds@gnu.org>
11492
11493 * net/browse-url.el (browse-url-file-url): Check for null maps.
11494
114952000-09-26 Gerd Moellmann <gerd@gnu.org>
11496
11497 * frame.el (frame-notice-user-settings): Don't add a
11498 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11499
11500 * frame.el (frame-notice-user-settings):
11501 Make tool-bar-mode and default-frame-alist consistent.
11502
11503 * toolbar/tool-bar.el (tool-bar-help): New function.
11504
115052000-09-25 Gerd Moellmann <gerd@gnu.org>
11506
11507 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11508 current-load-list in top-level forms. Else this leaks a cons cell
11509 every time a defun is called.
11510
11511 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11512
115132000-09-25 Dave Love <fx@gnu.org>
11514
11515 * startup.el (fancy-splash-head): Check XPM is available.
11516
11517 * autoinsert.el (auto-insert): Doc fix.
11518 (auto-insert-alist): Following GNU notices, don't say `copyright
11519 _by_'. Use line-beginning-position.
11520 (auto-insert): Check buffer-file-name is non-nil before use.
11521
115222000-09-25 Gerd Moellmann <gerd@gnu.org>
11523
11524 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11525 starting with `@def' or `@multitable', in addition to ones
11526 specified by the user in auto-fill-inhibit-regexp.
11527
115282000-09-25 Markus Rost <rost@math.ohio-state.edu>
11529
11530 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11531 rmail-dont-reply-to-names matches the empty string.
11532
115332000-09-25 Gerd Moellmann <gerd@gnu.org>
11534
11535 * startup.el (command-line-1, fancy-splash-text): Change the
11536 text to sound more friendly.
11537
115382000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11539
11540 * progmodes/hideshow.el: Update author email address.
11541 Generally, sync w/ maintainer version 5.22.
11542 (hs-hide-all-non-comment-function): New var.
11543 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11544 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11545 (hs-show-region): Delete this command.
11546 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11547
115482000-09-22 Dave Love <fx@gnu.org>
11549
11550 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11551 (hl-line-highlight): Specify buffer when moving overlay.
11552
11553 * progmodes/fortran.el (fortran-mode): Locally set
11554 normal-auto-fill-function.
11555 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11556 (fortran-mode-map): Adjust auto-fill menu entry.
11557
115582000-09-22 Gerd Moellmann <gerd@gnu.org>
11559
11560 * vc-rcs.el (toplevel): Require `vc' when compiling.
11561
11562 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11563
115642000-09-22 Andre Spiegel <spiegel@gnu.org>
11565
11566 * vc.el (vc-switch-backend): Signal an error if the file is not
11567 registered under the new backend.
11568
11569 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11570 without explicit revision number.
11571
115722000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11573
11574 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11575 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11576 (diff-xor): New function.
11577 (diff-find-source-location): Use it. Fix a stupid name clash.
11578 (diff-hunk-status-msg): New function.
11579 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11580 (diff-test-hunk): Use diff-find-source-location.
11581 (diff-goto-source): Favor the `reverse'.
11582 (diff-hunk-text): Properly handle one-sided context diffs.
11583 (diff-apply-hunk): When done, advance to the next hunk.
11584
115852000-09-21 Gerd Moellmann <gerd@gnu.org>
11586
11587 * startup.el (command-line): If frame was created with a non-zero
11588 tool-bar-lines parameter, switch tool-bar-mode on.
11589
11590 * add-log.el (change-log-date-face, change-log-name-face)
11591 (change-log-email-face, change-log-file-face)
11592 (change-log-list-face, change-log-conditionals-face)
11593 (change-log-function-face, change-log-acknowledgement-face):
11594 New faces, inheriting from font-lock faces.
11595 (change-log-font-lock-keywords): Use them.
11596
115972000-09-21 Dave Love <fx@gnu.org>
11598
11599 * progmodes/cperl-mode.el (top-level): Clean up
11600 `eval-when-compile's and assorted defvars.
11601 (cperl-invalid-face): Don't double-quote value. Change custom
11602 type.
11603 (cperl-mode): Set normal-auto-fill-function and don't zap
11604 auto-fill-function.
11605 (cperl-imenu--function-name-regexp-perl): Renamed from
11606 imenu-example--function-name-regexp-perl.
11607 (cperl-imenu--create-perl-index): Renamed from
11608 imenu-example--create-perl-index.
11609 (cperl-xsub-scan): Don't require cl.
11610
11611 * msb.el (msb-mode-map): Use substitute-key-definition.
11612 (msb-mode): Use msb-mode-map.
11613
116142000-09-21 Andre Spiegel <spiegel@gnu.org>
11615
11616 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11617 New functions.
11618 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11619 (vc-switch-backend): New function.
11620 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11621 (vc-register): Fix prompt.
11622 (vc-unregister, vc-default-unregister): New functions.
11623 (vc-version-diff): Handle empty buffer in sentinel.
11624
11625 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11626 (vc-rcs-state-heuristic): Use it to guess the state of files with
11627 non-strict locking.
11628 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11629 been set with -b, but not created yet.
11630 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11631 contents in order to find the state.
11632 (vc-rcs-checkin): Allow creation of branches with no changes.
11633 (vc-rcs-unregister, vc-rcs-receive-file)
11634 (vc-rcs-set-non-strict-locking): New functions.
11635
11636 * vc-hooks.el (vc-name): Force correct computation of the value
11637 in case it is missing.
11638
116392000-09-21 Gerd Moellmann <gerd@gnu.org>
11640
11641 * startup.el (fancy-splash-tail): Use a different foreground
11642 color on a dark frame background.
11643
116442000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11645
11646 * info.el: Use the correct capitalization when making Info-mode
11647 and Info-edit-mode `special' modes.
11648
116492000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11650
11651 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11652 (diff-mode): Add support for add-log.el.
11653 (diff-hunk-text): Use char offsets rather than line offsets.
11654 (diff-find-source-location): Replace LINE with line-offset (nil
11655 if not found) and always set POS to a meaningful position.
11656 Adapt to the new char-offsets.
11657 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11658 Adapt to the new diff-find-source-location.
11659 (diff-goto-source): Adapt to the new diff-find-source-location.
11660
11661 * add-log.el (add-log-file-name): New function (split out of
11662 add-change-log-entry).
11663 (add-change-log-entry): Use it.
11664 Call add-log-file-name-function with the changelog file name if
11665 the current buffer is not associated with any file.
11666 Avoid find-file if the selected window is dedicated.
11667
11668 * diff-mode.el (diff-find-source-location):
11669 Move code from diff-apply-hunk. Return buffer rather than file.
11670 (diff-apply-hunk): Use the new result from diff-find-source-location.
11671 (diff-goto-source): Use the new diff-find-source-location.
11672
116732000-09-20 Dave Love <fx@gnu.org>
11674
11675 * iswitchb.el: Some doc fixes.
11676 (iswitchb-mode-map): Define completely initially. Inherit
11677 minibuffer-local-map.
11678 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11679 fundamental-mode.
11680 (iswitchb-global-map): New variable.
11681 (iswitchb-summaries-to-end): Amalgamate regexps.
11682 (iswitchb-mode): New.
11683 (iswitchb-mode-hook): New variable.
11684 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11685 `extensions'.
11686
116872000-09-20 Gerd Moellmann <gerd@gnu.org>
11688
11689 * ehelp.el (electric-help): New defgroup.
11690 (electric-help-shrink-window): New user-option.
11691 (with-electric-help): Use it.
11692
11693 * window.el (shrink-window-if-larger-than-buffer): If face
11694 `mode-line' has a :box, and we're on a graphical frame, add 1
11695 to the needed window height.
11696
11697 * frame.el (frame-notice-user-settings): Add a last parameter nil
11698 to a call to `append', because the last list passed to `append' is
11699 not copied, and so subsequent calls to assq-delete-all will modify
11700 default-frame-alist.
11701
11702 * startup.el (fancy-splash-image): Change :type.
11703 (fancy-splash-head): Use an XBM image if appropriate.
11704 (command-line-1): Show splash screens in more cases.
11705
11706 * startup.el (fancy-splash-text): Don't quote faces.
11707
11708 * dired.el (dired-font-lock-keywords): Undo last change.
11709 (dired-readin): Bind indent-tabs-mode to nil.
11710
11711 * startup.el (fancy-splash-head): If frame's background mode
11712 is `dark', change the black background of the image to gray.
11713 (fancy-splash-screens): Display startup echo area message.
11714 (display-startup-echo-area-message): New function.
11715
117162000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11717
11718 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11719
11720 * info.el (info-header-node): Tweak for color ttys.
11721
11722 * faces.el (face-valid-attribute-values): Make sure directories we
11723 search for stipples both exist and are readable before trying to
11724 search them.
11725
11726 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11727 in the dry-run case.
11728
11729 * jka-compr.el (with-auto-compression-mode): New macro.
11730
11731 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11732 (custom-group-tag-face, custom-variable-tag-face): Use relative
11733 :height and inherit from `variable-pitch' face instead of
11734 hardwiring :family.
11735 * hi-lock.el (hi-black-hb): Likewise.
11736
11737 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11738 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11739 toolbar-add-item, if image doesn't have a mask add a `:mask
11740 heuristic'.
11741
117422000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11743
11744 * diff-mode.el: Docstring fixes.
11745 (diff-header-face, diff-comment-face): New faces.
11746 (diff-font-lock-keywords): Highlight a bit differently.
11747 (diff-find-source-location): Don't return SPAN any more.
11748 (diff-hunk-text): Don't bother erasing the temp buffer.
11749 (diff-find-text): Drop argument LINE.
11750 (diff-apply-hunk): Update calls to diff-find-text.
11751 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11752
11753 * calendar/calendar.el: Docstring fixes.
11754 (calendar-make-alist): Don't quote lambda.
11755 (calendar-star-date): Use make-local-variable.
11756
117572000-09-19 Dave Love <fx@gnu.org>
11758
11759 * toolbar/tool-bar.el: Renamed from toolbar.el.
11760 Change `toolbar' to `tool-bar' generally in symbols.
11761 Make some items invisible in `special' major modes.
11762 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11763 Add arg PROPS.
11764
11765 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11766 Add :version here.
11767 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11768
117692000-09-19 Gerd Moellmann <gerd@gnu.org>
11770
11771 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11772
11773 * files.el (find-file-suppress-same-file-warnings): New user-option.
11774 (find-file-noselect): Use it.
11775
11776 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11777 (fancy-splash-screen): Defgroup.
11778
11779 * add-log.el (change-log-font-lock-keywords): Match names
11780 more exactly for the case that font-lock-constant-face is
11781 underlined.
11782
117832000-09-19 Richard M. Stallman <rms@gnu.org>
11784
11785 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11786
117872000-09-19 Andre Spiegel <spiegel@gnu.org>
11788
11789 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11790
117912000-09-19 Gerd Moellmann <gerd@gnu.org>
11792
11793 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11794 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11795 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11796 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11797 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11798 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11799 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11800 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11801 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11802 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11803 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11804 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11805
11806 * startup.el (fancy-splash-text): New variable.
11807 (fancy-splash-delay, fancy-splash-image): New user-options.
11808 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11809 (fancy-splash-screens): New functions.
11810 (command-line-1): If display has a `display' frame parameter, has
11811 colors, and we have XPM support, show more fancy splash screens.
11812
118132000-09-19 Dave Love <fx@gnu.org>
11814
11815 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11816 with null `help'. Use modern backquote syntax.
11817
118182000-09-19 Gerd Moellmann <gerd@gnu.org>
11819
11820 * font-lock.el (font-lock-mode): Change message telling the user
11821 that ``the buffer is too big''.
11822
11823 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11824 for instance for the case that tab-width is 2.
11825
118262000-09-18 Gerd Moellmann <gerd@gnu.org>
11827
11828 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11829 toolbar-add-item, if image doesn't have a mask add a `:mask
11830 heuristic'.
11831
118322000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11833
11834 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11835 and return a cons if it's non-nil.
11836 (diff-apply-hunk): Try to jump to the line in the source text
11837 corresponding to the position of point in the in the hunk.
11838
11839 * info.el (Info-title-3-face, Info-title-2-face)
11840 (Info-title-1-face): Use face inheritance and relative sizes
11841 instead of hard-wiring things.
11842
11843 * faces.el (secondary-selection): Make dark-background variant sane.
11844
118452000-09-16 Andrew Innes <andrewi@gnu.org>
11846
11847 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11848 read-only, since they aren't under VC now.
11849
118502000-09-17 Dave Love <fx@gnu.org>
11851
11852 * tmm.el: Replace mapcar with mapc in several places.
11853
11854 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11855 ad-unadvise.
11856
11857 * international/latin1-disp.el: New file.
11858
11859 * calendar/cal-move.el (scroll-calendar-left)
11860 (scroll-calendar-right): Make arg optional (for active mode line).
11861
11862 * calendar/calendar.el (calendar-mode-line-format): Make fields
11863 mouse-sensitive.
11864 (calendar-read-date, calendar-read-date, calendar-window-list):
11865 Unquote lambda.
11866 (calendar-month-name): Use aref, not sref.
11867
11868 * view.el (minor-mode-alist): Propertize the string.
11869
11870 * international/characters.el (standard-case-table): Add entries
11871 for Greek.
11872
118732000-09-18 Miles Bader <miles@gnu.org>
11874
11875 * info.el (info-node, info-xref): Add dark-background variants.
11876
11877 * faces.el (header-line): Change defaults to be less confusing
11878 when mixed with mode-lines.
11879
11880 * info.el (Info-fontify-node): Make a few cleanups.
11881 Add extra `help-echo' and `local-map' props to node xrefs.
11882 Use header-specific faces for node-names & xrefs.
11883 (Info-use-header-line): New variable.
11884 (info-header-xref, info-header-node): New faces.
11885 (Info-setup-header-line): New function.
11886 (Info-select-node): Call Info-setup-header-line when enabled.
11887 (Info-extract-pointer): Work even if the header line is hidden.
11888 (Info-header-line): New variable.
11889
118902000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11891
11892 * vms-patch.el (print-region-function): Don't quote lambda.
11893
11894 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11895
11896 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11897 (lm-get-header-re): Allow spaces between the header and the colon.
11898 (lm-header): Allow $ in non-RCS headers.
11899 (lm-header-multiline): Put the strings back into order.
11900 Stop at an empty line. Don't require two space chars if the
11901 line is clearly not another header line.
11902
11903 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11904 (popup-menu-popup): Remove.
11905
119062000-09-15 Gerd Moellmann <gerd@gnu.org>
11907
11908 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11909 specification if or if not tool-bar item contains an `:enabled'
11910 property.
11911
11912 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11913 current buffer has no file name.
11914
119152000-09-15 Dave Love <fx@gnu.org>
11916
11917 * strokes.el: Sync with maintainer's current version with changes
11918 for Emacs, but avoid runtime cl and levents.
11919 (toplevel): Change autoloads and compilation requires.
11920 (strokes-version, strokes-bug-address, strokes-lift): Values
11921 changed.
11922 (strokes-xpm-header, strokes-insinuated): New variable.
11923 (strokes): Add :link.
11924 (strokes-mode): Customized.
11925 (strokes-while-inhibiting-garbage-collector): New macro.
11926 (strokes-remassoc): Avoid remove-if.
11927 (strokes-fix-button2-command): Don't use ad-do-it.
11928 (strokes-insinuate): New function.
11929 (strokes-button-press-event-p, strokes-button-release-event-p):
11930 New functions, used instead of non-`strokes-' versions..
11931 (strokes-mouse-event-p): Rewritten.
11932 (strokes-event-closest-point): Avoid event-point.
11933 (strokes-get-grid-position): Avoid cdadr, caadr
11934 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11935 functions.
11936 (strokes-help): Use with-output-to-temp-buffer.
11937 (strokes-window-configuration-changed-p): New function.
11938 (strokes-update-window-configuration): Use buffer-live-p,
11939 strokes-window-configuration-changed-p.
11940 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11941 (strokes-char-face): New face.
11942 (strokes-char-table, strokes-base64-chars): New variable.
11943 (strokes-xpm-for-stroke, strokes-list-strokes)
11944 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11945 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11946 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11947 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11948 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11949 functions.
11950
119512000-09-15 Gerd Moellmann <gerd@gnu.org>
11952
11953 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11954
11955 * image.el (create-image): Doc fix.
11956
11957 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11958 instead of `:heuristic-mask t'.
11959
119602000-09-14 Andrew Innes <andrewi@gnu.org>
11961
11962 * makefile.w32-in: Revert to Unix line endings.
11963
119642000-09-14 Andrew Innes <andrewi@gnu.org>
11965
11966 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11967 when installing.
11968
11969 * makefile.nt (DONTCOMPILE): Fix typo.
11970
11971 * shell.el (shell-write-history-on-exit): New function.
11972 (shell-dumb-shell-regexp): New custom variable.
11973 (shell-mode): Make shell-write-history-on-exit the process
11974 sentinel if shell name matches shell-dumb-shell-regexp.
11975
11976 * w32-fns.el: Comment out before-init-hook function which resets
11977 source-directory based; this breaks bootstrap.
11978
119792000-09-14 Dave Love <fx@gnu.org>
11980
11981 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11982 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11983 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11984 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11985 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11986 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11987 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11988 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11989 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11990
11991 * toolbar/toolbar.el: New.
11992
11993 * subdirs.el: Add toolbar.
11994
119952000-09-14 Gerd Moellmann <gerd@gnu.org>
11996
11997 * indent.el (indent-for-tab-command): Doc fix.
11998
119992000-09-14 Alex Schroeder <alex@gnu.org>
12000
12001 * ansi-color.el (ansi-colors): Doc change.
12002 (ansi-color-get-face): Simplified regexp.
12003 (ansi-color-faces-vector): Added more faces, doc change.
12004 (ansi-color-names-vector): Doc change.
12005 (ansi-color-regexp): Simplified regexp.
12006 (ansi-color-parameter-regexp): New regexp.
12007 (ansi-color-filter-apply): Doc change.
12008 (ansi-color-filter-region): Doc change.
12009 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
12010 deal with zero length parameters.
12011 (ansi-color-apply-on-region): Doc change.
12012 (ansi-color-map): Doc change.
12013 (ansi-color-map-update): Removed debugging message.
12014 (ansi-color-get-face-1): Added condition-case to trap
12015 args-out-of-range errors.
12016 (ansi-color-get-face): Doc change.
12017 (ansi-color-make-face): Removed.
12018 (ansi-color-for-shell-mode): New option.
12019
120202000-09-13 Kenichi Handa <handa@etl.go.jp>
12021
12022 * international/quail.el (quail-start-translation): Translate KEY
12023 if necessary even if it doesn't have any mapping in the current
12024 input method.
12025 (quail-start-conversion): Likewise.
12026 (quail-help): The output message is improved.
12027
120282000-09-13 Miles Bader <miles@gnu.org>
12029
12030 * comint.el (comint-output-filter): Revert to using
12031 `insert-before-markers'. Add bletcherous hack to undo damage
12032 caused by `insert-before-markers'. Put `front-sticky' property on
12033 overlays created here so that the field code understands how the
12034 overlay works. Use a let when making comint-last-prompt-overlay,
12035 so that the code is easier to read.
12036
120372000-09-13 Dave Love <fx@gnu.org>
12038
12039 * wid-edit.el (widget-default-format-handler): DTRT when
12040 doc-property is a function.
12041
120422000-09-12 Francesco Potorti` <pot@gnu.org>
12043
12044 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12045 filed name if it's not there.
12046
120472000-09-12 Dave Love <fx@gnu.org>
12048
12049 * simple.el (read-mail-command): Doc fix.
12050 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12051
12052 * vc.el (vc-dired-listing-switches): Fix :version.
12053
12054 * vc-hooks.el: Doc fixes.
12055
12056 * subr.el (add-minor-mode): Use toggle-fun arg.
12057
12058 * speedbar.el: Add :version to several defcustoms.
12059
12060 * imenu.el (imenu--truncate-items, imenu--cleanup)
12061 (imenu--generic-function): Avoid mapcar.
12062 (imenu--replace-spaces): Function removed.
12063 (imenu--completion-buffer): Use subst-char-in-string.
12064 (imenu-add-to-menubar): Use keymap inheritance.
12065
120662000-09-12 Miles Bader <miles@gnu.org>
12067
12068 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12069 (diff-mode-map): Bind `diff-test-hunk'.
12070 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12071
120722000-09-11 Gerd Moellmann <gerd@gnu.org>
12073
12074 * bytecomp.el (byte-compile-defvar): Undo last change
12075 because it breaks '(make-variable-buffer-local (defvar ...)'
12076 which is used at least in dired.
12077
120782000-09-12 Kenichi Handa <handa@etl.go.jp>
12079
12080 * international/quail.el (quail-define-package): Docstring
12081 modified.
12082
120832000-09-12 Kenichi Handa <handa@etl.go.jp>
12084
12085 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12086 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12087 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12088 docstring of "chinese-py".
12089
12090 * international/quail.el (quail-translation-docstring): New
12091 variable.
12092 (quail-show-keyboard-layout): Docstring modified.
12093 (quail-select-current): Likewise.
12094 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12095 infinite recursive call.
12096 (quail-help): Check quail-translation-docstring. Format of the
12097 output changed.
12098 (quail-help-insert-keymap-description): Adjusted for the above
12099 change.
12100
121012000-09-11 Gerd Moellmann <gerd@gnu.org>
12102
12103 * bytecomp.el (byte-compile-defvar): Only cons onto
12104 current-load-list in top-level forms. Else this leaks a cons cell
12105 every time a defun is called.
12106
121072000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12108
12109 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12110 Now understands non-unified diffs. Some functionality moved into
12111 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12112 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12113 modify anything. Only reposition point in the patched file if the
12114 patch succeeds. Only pop up another window if POPUP is true.
12115 Emit a message describing what happened if successful, and at what
12116 line-offset. Automatically detect reversed hunks and do something
12117 appropriate.
12118 (diff-hunk-text, diff-find-text): New functions.
12119 (diff-filter-lines): Function removed.
12120 (diff-test-hunk): New function.
12121 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12122
121232000-09-10 Dave Love <fx@gnu.org>
12124
12125 * textmodes/tildify.el: Minor doc/commentary fixes.
12126 (tildify) <defgroup>: Add :version.
12127
12128 * faces.el (face-x-resources): Make custom type more specific.
12129 (frame-background-mode): Use mapc.
12130 (region) <defcustom>: Add :version.
12131
121322000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12133
12134 * vc-sccs.el (vc-sccs-register):
12135 * vc-rcs.el (vc-rcs-register):
12136 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12137 * vc.el (vc-register): Clear file's properties.
12138
121392000-09-08 Gerd Moellmann <gerd@gnu.org>
12140
12141 * faces.el (face-spec-set): Only face-spec-reset-face when
12142 ATTRS is non-nil.
12143
121442000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12145
12146 * help.el (help-insert-xref-button): Fix a typo in doc string.
12147
121482000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12149
12150 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12151 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12152 methods.
12153
12154 * menu-bar.el (read-mail-item-name): New function.
12155 (menu-bar-tools-menu): Use it to compute and display the package
12156 used to read email.
12157 (menu-bar-tools-menu): Fix typo in GUD's help string.
12158
121592000-09-07 Dave Love <fx@gnu.org>
12160
12161 * diff-mode.el (diff-mouse-goto-source): New function.
12162
12163 * vc-sccs.el: Doc fixes.
12164 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12165
12166 * vc-rcs.el: Doc fixes.
12167 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12168 (vc-rcs-checkout-switches, vc-rcs-header)
12169 (vc-rcs-master-templates): Add or change :version.
12170
12171 * vc-cvs.el: Doc fixes.
12172 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12173 (vc-cvs-stay-local): Add :version.
12174
12175 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12176
121772000-09-07 Kenichi Handa <handa@etl.go.jp>
12178
12179 * international/quail.el (quail-help): Fix previous change.
12180
121812000-09-07 Gerd Moellmann <gerd@gnu.org>
12182
12183 * faces.el (color-values): Doc fix.
12184
12185 * faces.el (frame-set-background-mode): Use frame-parameter
12186 instead of frame-parameters.
12187
12188 * frame.el (filtered-frame-list): Reduce consing.
12189 (frames-on-display-list): Call frame-parameter instead of
12190 frame-parameters.
12191
121922000-09-07 Kenichi Handa <handa@etl.go.jp>
12193
12194 * language/devan-util.el (devanagari-to-indian-region): In the
12195 loop, change the following char, not preceding char.
12196
121972000-09-07 Gerd Moellmann <gerd@gnu.org>
12198
12199 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12200 instead of frame-parameters.
12201
12202 * faces.el (set-face-attribute): Simplify by calling
12203 internal-set-lisp-face-attribute with FRAME being 0.
12204
12205 * vc.el: Remove `Id' version control keyword.
12206
122072000-09-07 Kenichi Handa <handa@etl.go.jp>
12208
12209 * help.el (help-make-xrefs): Adjusted for the change of
12210 help-xref-mule-regexp.
12211 (help-insert-xref-button): New function.
12212
12213 * international/mule-cmds.el (help-xref-mule-regexp-template):
12214 Include the pattern for character set.
12215 (leim): New group.
12216
12217 * international/quail.el: Don't require face.
12218 (quail): New group.
12219 (quail-other-command): Dummy command to make quail-help work better.
12220 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12221 (quail-keyboard-layout-substitution): New variable.
12222 (quail-update-keyboard-layout): New function.
12223 (quail-keyboard-layout-type): New customizable variable.
12224 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12225 (quail-keyboard-translate): Pay attention to
12226 quail-keyboard-layout-substitution.
12227 (quail-insert-kbd-layout): New function.
12228 (quail-show-keyboard-layout): New function.
12229 (quail-get-translation): If the definition is a vector of length
12230 1, and the element is a string of length 1, return the character
12231 in that string.
12232 (quail-update-current-translations): Fix the case of
12233 relative-index out of range.
12234 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12235 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12236 Show key sequences for all available characters.
12237 (quail-help-insert-keymap-description): Don't show such verbose
12238 key bindings as quail-self-insert-command.
12239
12240 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12241 Format changed, and each element now have extra documentations.
12242 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12243 Adjusted for the change of quail-cxterm-package-ext-info.
12244
122452000-09-06 Gerd Moellmann <gerd@gnu.org>
12246
12247 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12248 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12249 during bootstrap.
12250
122512000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12252
12253 * vc.el: (toplevel): Don't require `dired' at run-time.
12254 (vc-dired-resynch-file): Remove autoload cookie.
12255
122562000-09-05 Andre Spiegel <spiegel@gnu.org>
12257
12258 * vc.el: Made several backend functions optional.
12259 (vc-default-responsible-p): New function.
12260 (vc-merge): Use RET for first version to trigger merge-news, not
12261 prefix arg.
12262 (vc-annotate): Handle backends that do not support annotation.
12263 (vc-default-merge-news): Removed. The existence of a merge-news
12264 implementation is now checked on caller sites.
12265
12266 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12267 case.
12268
12269 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12270 special case that has been removed from the default in vc-hooks.el.
12271
122722000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12273
12274 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12275
122762000-09-05 Andre Spiegel <spiegel@gnu.org>
12277
12278 * vc-hooks.el: Require vc during compilation.
12279 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12280 macro `with-vc-properties' in vc.el.
12281 (vc-file-getprop): Doc fix.
12282 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12283
12284 * vc.el: Require dired-aux during compilation.
12285 (vc-name-assoc-file): Moved to vc-sccs.el.
12286 (with-vc-properties): New macro.
12287 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12288 vc-finish-steal): Use it.
12289 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12290 to the backend-specific function is now supposed to do the checkout,
12291 too.
12292 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12293
12294 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12295 set file properties; that gets done in the generic code now.
12296
12297 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12298 Changed parameter list, added code from vc.el that does the
12299 checkout, possibly with a double-take.
12300
12301 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12302 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12303 the above under the new name.
12304 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12305 parameter list, added checkout command.
12306 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12307 properties; that gets done in the generic code now.
12308
123092000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12310
12311 * vc.el: Docstring fixes (courtesy of checkdoc).
12312
123132000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12314
12315 * vc.el (vc-checkout-writable-buffer-hook)
12316 (vc-checkout-writable-buffer): Remove.
12317 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12318 (vc-log-mode): Make it into a clean derived major mode.
12319 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12320 vc-log-mode if log-edit is not available.
12321 (vc-dired-mode-map): Don't set-keymap-parent yet.
12322 (vc-dired-mode): Do set-keymap-parent here.
12323 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12324
123252000-09-05 Gerd Moellmann <gerd@gnu.org>
12326
12327 * faces.el (set-face-attribute, face-spec-reset-face)
12328 (face-spec-set): Avoid consing by removing calls to `apply'.
12329
12330 * frame.el (frame-parameter): Move to C code.
12331
123322000-09-05 Dave Love <fx@gnu.org>
12333
12334 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12335 insert-before-markers-and-inherit. Now checked systematically!
12336
123372000-09-05 Alex Schroeder <alex@gnu.org>
12338
12339 * sql.el (sql-postgres): Use sql-postgres-options.
12340 (sql-postgres-options): New variable.
12341
123422000-09-05 Alex Schroeder <alex@gnu.org>
12343
12344 * sql.el (sql-mode-menu): Work around missing variable mark-active
12345 in XEmacs.
12346 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12347 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12348 compatibility.
12349
123502000-09-04 Gerd Moellmann <gerd@gnu.org>
12351
12352 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12353
12354 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12355
12356 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12357
123582000-09-04 Andre Spiegel <spiegel@gnu.org>
12359
12360 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12361 don't support anything else under SCCS yet.
12362
12363 * vc-hooks.el: Minor doc fixes.
12364
123652000-09-04 Andre Spiegel <spiegel@gnu.org>
12366
12367 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12368 not necessary. If verbose in state `needs-patch', do the same as
12369 under `up-to-date'. When NOT verbose and `needs-patch', check out
12370 latest version instead of `merge-news'.
12371 (vc-next-action-dired): Don't mess with default-directory here; it
12372 breaks other parts of dired. It is the job of the
12373 backend-specific functions to adjust it temporarily if they need it.
12374 (vc-next-action): Remove a special CVS case.
12375 (vc-clear-headers): New optional arg FILE.
12376 (vc-checkin, vc-checkout): Set properties vc-state and
12377 vc-checkout-time properly.
12378 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12379 (vc-print-log): Use new backend function `show-log-entry'.
12380 (vc-cancel-version): Do the checks in a different order. Added a
12381 FIXME concerning RCS-only code.
12382
12383 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12384 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12385
12386 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12387
12388 * vc-hooks.el (vc-default-mode-line-string): Show state
12389 `needs-patch' as a `-' too.
12390
123912000-09-04 Andre Spiegel <spiegel@gnu.org>
12392
12393 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12394 (vc-default-could-register): New function.
12395 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12396 (vc-resynch-buffer): Call vc-dired-resynch-file.
12397 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12398 vc-resynch-buffer instead of vc-resynch-window.
12399 (vc-next-action-dired): Don't redisplay here, that gets done as a
12400 result of the individual file operations.
12401 (vc-retrieve-snapshot): Corrected prompt order.
12402
12403 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12404
12405 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12406 as well.
12407 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12408 hostname regexps. Updated all callers.
12409 (vc-cvs-responsible-p): Handle directories as well.
12410 (vc-cvs-could-register): New function.
12411 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12412 properties up-to-date.
12413
12414 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12415 user whether to create one.
12416
124172000-09-04 Andre Spiegel <spiegel@gnu.org>
12418
12419 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12420 check out a non-existing file.
12421
12422 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12423 workfile does not exist.
12424
12425 * vc.el (vc-version-diff): Use `require' to check for existence of
12426 diff-mode.
12427
124282000-09-04 Andre Spiegel <spiegel@gnu.org>
12429
12430 * vc-cvs.el (vc-cvs-registered): Use new function
12431 vc-cvs-parse-entry to do the actual work.
12432
124332000-09-04 Andre Spiegel <spiegel@gnu.org>
12434
12435 * vc-hooks.el (vc-find-backend-function): If function doesn't
12436 exist, return nil instead of error.
12437 (vc-call-backend): Doc fix.
12438
12439 * vc.el (vc-do-command): Doc fix.
12440 (vc-finish-logentry): When checking in from vc-dired, choose the
12441 right backend for logentry check.
12442 (vc-dired-mode-map): Inherit from dired-mode-map.
12443 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12444 simplified.
12445 (vc-dired-state-info): Removed, updated caller.
12446 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12447 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12448 (vc-dired-listing-switches): New variable.
12449 (vc-directory): Use it, instead of dired-listing-switches.
12450
12451 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12452 (vc-cvs-dir-state): New function.
12453 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12454 (vc-cvs-parse-entry): New function, also to be used in
12455 vc-cvs-registered.
12456
124572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12458
12459 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12460 *or* single-window-frames.
12461
124622000-09-04 Andre Spiegel <spiegel@gnu.org>
12463
12464 * vc.el (vc-update-changelog): Split into generic part and default
12465 implementation. Doc string adapted.
12466 (vc-default-update-changelog): New function. Call the `rcs2log'
12467 script in exec-directory, to fix a long-standing nuisance.
12468
12469 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12470 simply signals an error.
12471
124722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12473
12474 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12475 control-flow more clear and to avoid running `cvs' twice.
12476
12477 * vc.el (vc-next-action-on-file): Doc fix.
12478 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12479 (vc-print-log): Eval `file' before constructing the continuation.
12480
124812000-09-04 Andre Spiegel <spiegel@gnu.org>
12482
12483 * vc.el (vc-next-action-on-file): Corrected several messages.
12484 (vc-merge): Add prefix arg `merge-news'; handle it.
12485
12486 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12487 is not reached. It is.
12488 (vc-cvs-merge): Set state to 'edited after merge.
12489 (vc-cvs-merge-news): Set workfile version to nil if not known.
12490 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12491
12492 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12493 via stdout. (Merge from main line.)
12494
124952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12496
12497 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12498 detection.
12499
125002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12501
12502 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12503 against kill-all-local-variables.
12504 (vc-log-edit): Don't save vc-parent-buffer any more.
12505 (vc-last-comment-match): Initialize to an empty string.
12506 (vc-post-command-functions): New hook.
12507 (vc-do-command): Run it.
12508 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12509 (vc-finish-logentry): Only add the comment to the ring if it's
12510 different from the last comment entered.
12511 (vc-new-comment-index): New function.
12512 (vc-previous-comment): Use it. Make the minibuffer message
12513 slightly less terse.
12514 (vc-comment-search-reverse): Make it work forward as well. Don't
12515 set vc-comment-ring-index if no match is found. Use
12516 vc-new-comment-index.
12517 (vc-comment-search-forward): Use vc-comment-search-reverse.
12518 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12519 define-derived-mode will do it for us. Bind `v' to a keymap that
12520 inherits from vc-prefix-map so that we can bind `vt' without
12521 binding C-x v t.
12522 (vc-retrieve-snapshot): Parenthesis typo.
12523
12524 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12525 to 1. Make sure to switch to *vc* before looking for an error
12526 message. Use vc-parse-buffer.
12527
125282000-09-04 Andre Spiegel <spiegel@gnu.org>
12529
12530 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12531 and NAME.
12532 (vc-retrieve-snapshot): Split into two parts.
12533 (vc-default-retrieve-snapshot): New function.
12534
12535 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12536 (vc-cvs-retrieve-snapshot): New function (untested).
12537 (vc-cvs-stay-local): Default to t.
12538 (vc-cvs-remote-p): New function and property.
12539 (vc-cvs-state): Stay local only if the above is t.
12540 (vc-handle-cvs): Removed.
12541 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12542 done via vc-handled-backends now.
12543 (vc-cvs-header): Escape Id.
12544
125452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12546
12547 * vc.el (vc-do-command): Remove unused commands.
12548 (vc-version-diff): Make sure default-directory ends with a slash.
12549 Move the window commands into a vc-exec-after.
12550 (vc-print-log): Move more of the code into the `vc-exec-after'.
12551
125522000-09-04 Andre Spiegel <spiegel@gnu.org>
12553
12554 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12555 (vc-print-log): Search current revision from beginning of buffer.
12556 (vc-revert-buffer): Clear echo area after the diff is finished.
12557 (vc-prefix-map): Removed definition of "t" for terse display in vc
12558 dired.
12559 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12560 definition of "vt" for terse display.
12561 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12562
125632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12564
12565 * vc.el (vc-exec-after): Avoid caddr.
12566
125672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12568
12569 * vc.el (vc-exec-after): New function.
12570 (vc-do-command): Use it to add a termination message for async
12571 procs.
12572 (vc-checkout): Try to handle a missing-backend situation.
12573 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12574 of a directory with a backend using async diffs.
12575 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12576 present.
12577
12578 * vc-sccs.el (vc-sccs-state-heuristic): Use
12579 file-ownership-preserved-p.
12580
12581 * vc-rcs.el (vc-rcs-state-heuristic): Use
12582 file-ownership-preserved-p.
12583 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12584
125852000-09-04 Andre Spiegel <spiegel@gnu.org>
12586
12587 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12588 vc-do-command.
12589
12590 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12591 when there are no changes.
12592
125932000-09-04 Andre Spiegel <spiegel@gnu.org>
12594
12595 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12596
12597 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12598
125992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12600
12601 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12602
12603 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12604 the `fset' outside of the defvar so that it works even if
12605 vc-prefix-map was already defined.
12606 (vc-setup-buffer): New function, split out of vc-do-command.
12607 (vc-do-command): Allow BUFFER to be t to mean `just use the
12608 current buffer without any fuss'.
12609 (vc-version-diff): Change the `diff' backend operation to just put
12610 the diff in the current buffer without erasing it. Always use
12611 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12612 shrink-window-if-larger-than-buffer.
12613 (vc-print-log): Change the `print-log' backend operation to just
12614 put the log in the current buffer without erasing it. Protect
12615 shrink-window-if-larger-than-buffer.
12616 (vc-update-change-log): Fix setd typo.
12617
12618 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12619 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12620
12621 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12622 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12623 CMP.
12624
12625 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12626 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12627 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12628
126292000-09-04 Andre Spiegel <spiegel@gnu.org>
12630
12631 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12632 not possible, use vc-BACKEND-workfile-unchanged-p.
12633 (vc-default-workfile-unchanged-p): New function. Delegates to a
12634 full vc-BACKEND-diff.
12635
12636 * vc-hooks.el (vc-simple-command): Removed.
12637
12638 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12639 instead of vc-simple-command.
12640 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12641 avoid doing a diff when opening a file.
12642 (vc-rcs-state): Added check for unlocked-changes.
12643 (vc-rcs-header): Escape Id.
12644 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12645 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12646 version.
12647
12648 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12649 (vc-sccs-diff): Remove optional arg CMP.
12650 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12651 SCCS-specific function.
12652
12653 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12654 vc-simple-command.
12655
126562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12657
12658 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12659 (with-vc-file, vc-merge): Use vc-editable-p.
12660 (vc-do-command): Remove unused var vc-file and fix the
12661 doubly-defined `status' var. Add a user message when starting an
12662 async command.
12663 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12664 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12665 Use with-current-buffer.
12666 (vc-buffer-sync): Use unless.
12667 (vc-next-action-on-file): If the file is 'edited by read-only,
12668 make it read-write instead of trying to commit.
12669 (vc-version-diff, vc-update-change-log): Use `setq
12670 default-directory' rather than `cd'.
12671 (vc-log-edit): Don't forget to set default-directory in the
12672 buffer.
12673
12674 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12675 (vc-sccs-state-heuristic): Use file-writable-p instead of
12676 comparing userids.
12677 (vc-sccs-checkout): Use `unless'.
12678
12679 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12680 of comparing userids.
12681 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12682 Simplify the logic by eliminating unreachable code.
12683 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12684 just do a recursive call if we need to retry.
12685 (vc-rcs-checkout): Handle the case where rcs is missing by making
12686 the buffer read-write if requested and re-signalling the error.
12687
12688 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12689
126902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12691
12692 * vc-hooks.el (vc-handled-backends): Docstring change.
12693 (vc-ignore-vc-files): Mark obsolete.
12694 (vc-registered): Check vc-ignore-vc-files.
12695 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12696 vc-ignore-vc-files.
12697
12698 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12699
127002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12701
12702 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12703 files since ange-ftp already has vc-registered return nil.
12704
12705 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12706 (vc-sccs-workfile-version): Use with-temp-buffer and new
12707 vc-parse-buffer and don't bother setting the property.
12708 (vc-sccs-add-triple): Use with-current-buffer and
12709 find-file-noselect.
12710 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12711
12712 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12713 derives from the old vc-parse-buffer but uses the revision number
12714 rather than the date (much easier to compare robustly).
12715 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12716 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12717 locking-user more directly. Check strict locking and set
12718 checkout-model appropriately.
12719 (vc-rcs-parse-locks): Remove.
12720 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12721 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12722 (vc-rcs-system-release): Use with-current-buffer and
12723 vc-parse-buffer.
12724 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12725
12726 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12727 (vc-simple-command): Docstring fix.
12728 (vc-registered): Align the way the file-handler is called with the
12729 way the function itself works.
12730 (vc-file-owner): Remove.
12731
12732 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12733 extraction of fields and call to file-attributes because of a
12734 temporary bug in rcp.el.
12735 (vc-cvs-fetch-status): Use with-current-buffer.
12736
127372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12738
12739 * vc.el (vc-do-command): Use file-relative-name.
12740 (vc-responsible-backend): Use vc-backend if possible.
12741 (vc-create-snapshot): Improve the `interactive' spec. Add support
12742 for branches and dispatch to backend-specific `create-snapshot'.
12743 (vc-default-create-snapshot): New function, containing the bulk of
12744 the old vc-create-snapshot.
12745 (vc-retrieve-snapshot): Improve the interactive spec.
12746
12747 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12748 (vc-backend-hook-functions): Remove.
12749 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12750 (vc-backend): Reintroduce the test for `file = nil' now that I
12751 know why it was there (and added a comment to better remember).
12752
12753 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12754 code from vc-sccs-hooks.el.
12755 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12756 'vc anymore.
12757 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12758 and file-directory-p instead of file-exists-p.
12759 (vc-sccs-check-headers): Simplify the regexp.
12760
12761 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12762 from vc-rcs-hooks.el. Don't require 'vc anymore.
12763 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12764 file-directory-p instead of file-exists-p.
12765
12766 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12767 from vc-cvs-hooks.el.
12768 (proto vc-cvs-registered): Require 'vc-cvs instead of
12769 'vc-cvs-hooks. Don't require 'vc anymore.
12770 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12771 file-directory-p instead of file-exists-p.
12772 (vc-cvs-create-snapshot): New function, replacing
12773 vc-cvs-assign-name.
12774 (vc-cvs-assign-name): Remove.
12775
127762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12777
12778 * vc-cvs.el (vc-cvs-header): New var.
12779
12780 * vc-rcs.el (vc-rcs-exists): Remove.
12781 (vc-rcs-header): New var.
12782
12783 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12784 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12785 (vc-sccs-header): New var.
12786
12787 * vc.el (vc-do-command): Get rid of the `last' argument.
12788 (vc-header-alist): Remove, replaced by vc-X-header.
12789 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12790 (vc-dired-hook): Use expand-file-name instead of concat.
12791 (vc-directory): Use file-name-as-directory.
12792 (vc-snapshot-precondition, vc-create-snapshot)
12793 (vc-retrieve-snapshot): Allow the command to operate on any
12794 directory.
12795
12796 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12797 just removing the 'WORKFILE argument or by removing the 'MASTER
12798 argument and replacing `file' with (vc-name file).
12799
128002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12801
12802 * vc.el: Update Copyright and add a crude list of backend funs.
12803 (vc-writable-p): New function.
12804 (with-vc-file): Use vc-writable-p.
12805 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12806 (vc-register): Avoid vc-name.
12807 (vc-locking-user): Remove.
12808 (vc-steal-lock): Make the `owner' arg non-optional.
12809 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12810 vc-checkout-model.
12811 (vc-default-dired-state-info): Use vc-state instead of
12812 vc-locking-user and return special strings for special states.
12813 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12814 and get rid of one of the special CVS cases.
12815 (vc-cancel-version): prettify error message with \\[...].
12816 (vc-rename-master): New function.
12817 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12818 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12819 the CVS special case generic.
12820 (vc-default-record-rename): Remove.
12821 (vc-file-tree-walk-internal): Only call FUNC for files that are
12822 under control of some VC backend and replace `concat' with
12823 expand-file-name.
12824 (vc-file-tree-walk): Update docstring.
12825 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12826 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12827
12828 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12829 vc-sccs-record-rename. Use `find-file-noselect' rather than
12830 `find-file' and call `vc-rename-master' to do the actual move.
12831 (vc-sccs-diff): Remove unused `backend' variable.
12832
12833 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12834 to delay loading of vc-sccs until it is really used.
12835 (vc-sccs-master-templates): Preload.
12836 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12837 (vc-sccs-project-dir): Remove (merged into
12838 vc-sccs-search-project-dir).
12839 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12840 rather than `concat', make sure it is preloaded and don't bother
12841 to check that the file actually exists.
12842 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12843 `locks' argument (use buffer's content instead) and eliminate n^2
12844 behavior.
12845
12846 * vc-rcs.el: Update Copyright.
12847 (vc-rcs-rename-file): New function.
12848 (vc-rcs-diff): Remove unused `backend' variable.
12849
12850 * vc-hooks.el: Update Copyright.
12851 (vc-backend): Don't accept a nil argument any more.
12852 (vc-up-to-date-p): Turn into a defsubst.
12853 (vc-possible-master): New function.
12854 (vc-check-master-templates): Use `vc-possible-master' and allow
12855 funs in vc-X-master-templates to return a non-existent file.
12856
12857 * vc-cvs.el: Update Copyright.
12858 (vc-cvs-diff): Remove unused `backend' variable.
12859 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12860
12861 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12862
128632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12864
12865 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12866 since it can be called from vc-rcs.el.
12867 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12868
128692000-09-04 Andre Spiegel <spiegel@gnu.org>
12870
12871 * vc.el (vc-version-diff): Expand file name read from the
12872 minibuffer. Handle the case when a previous version number can't
12873 be guessed. Give suitable messages when there were no differences
12874 found.
12875 (vc-clear-headers): Call backend-specific implementation, if one
12876 exists.
12877 (vc-cancel-version): Made error checks generic. When done, clear
12878 headers generically, too.
12879
12880 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12881 from vc-clear-headers in vc.el.
12882
12883 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12884 correctly.
12885 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12886 optional. Handle the case when it's not there.
12887
128882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12889
12890 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12891
128922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12893
12894 * vc-hooks.el (vc-loadup): Remove.
12895 (vc-find-backend-function): Use `require'. Also, handle the case
12896 where vc-BACKEND-hooks.el doesn't exist.
12897 (vc-call-backend): Cleanup.
12898
128992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12900
12901 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12902 vc-rcs-grab-templates)
12903 (vc-rcs-registered): Remove. The default function works as well.
12904 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12905 vc-sccs-grab-templates)
12906 (vc-sccs-registered): Remove. The default function works as well.
12907
12908 * vc.el (vc-version-diff): Left out a vc- in call to
12909 vc-call-backend.
12910 (vc-default-dired-state-info, vc-default-record-rename)
12911 (vc-default-merge-news): Update for the new backend argument.
12912
12913 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12914 using the default function.
12915 (vc-call-backend): If calling the default function, pass it the
12916 backend as first argument. Update the docstring accordingly.
12917 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12918 for the new backend argument.
12919 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12920 (vc-find-backend-function): Use the new name.
12921 (vc-default-registered): New function.
12922
129232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12924
12925 * vc.el (vc-merge): Use vc-find-backend-function.
12926
12927 * vc-hooks.el (vc-backend-functions): Remove.
12928 (vc-loadup): Don't setup 'vc-functions.
12929 (vc-find-backend-function): New function.
12930 (vc-call-backend): Use above fun and populate 'vc-functions
12931 lazily.
12932 (vc-backend-defines): Remove.
12933
129342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12935
12936 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12937 Call vc-call-backend without the leading vc-.
12938 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12939 (vc-check-headers): Call vc-call-backend without the leading vc-.
12940 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12941 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12942 Call vc-call-backend without the leading vc-.
12943
12944 * vc-cvs.el (tail): Provide vc-cvs.
12945 * vc-sccs.el (tail): Provide vc-sccs.
12946 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12947
12948 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12949 (vc-make-backend-function, vc-call): Pass names without leading
12950 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12951 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12952 (vc-call-backend): Always try to load vc-X-hooks.
12953 (vc-registered): Remove vc- in call to vc-call-backend.
12954
129552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12956
12957 * vc.el (vc-process-filter): New function.
12958 (vc-do-command): Setup `vc-process-filter' for the async process.
12959 (vc-maybe-resolve-conflicts): New function to reduce
12960 code-duplication. Additionally, it puts the buffer in
12961 `smerge-mode' if applicable.
12962 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12963 calling `merge-news'.
12964 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12965 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12966 interfacing to log-edit.el.
12967 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12968 log-edit is available.
12969 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12970
129712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12972
12973 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12974 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12975 defvar and the initialization.
12976 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12977
12978 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12979 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12980
12981 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12982
129832000-09-04 Andre Spiegel <spiegel@gnu.org>
12984
12985 * vc.el (vc-file-clear-masterprops): Removed.
12986 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12987 (vc-version-diff): Use buffer-size without argument.
12988 (vc-register): Heed vc-initial-comment.
12989
12990 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12991 default branch.
12992
12993 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12994 file name and workfile version.
12995 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12996
12997 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12998 vc-file-clear-masterprops.
12999
13000 * vc-sccs.el (vc-sccs-checkout): Removed call to
13001 vc-file-clear-masterprops. If writable, set vc-state to 'edited
13002 rather than user login name.
13003
13004
130052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13006
13007 * vc.el (vc-workfile-unchanged-p): Remove unused argument
13008 `want-differences-if-changed' and simplify.
13009 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
13010 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
13011 output (which is invalid for async vc-diff) to decide whether to
13012 do the revert silently or not.
13013
130142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13015
13016 * vc-hooks.el (vc-loadup): Load files quietly.
13017 (vc-call-backend): Oops, brain fart.
13018
130192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13020
13021 * vc-cvs.el (vc-cvs-state): Typo.
13022 (vc-cvs-merge-news): Return the status code rather than the error msg.
13023
130242000-09-04 Andre Spiegel <spiegel@gnu.org>
13025
13026 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
13027 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
13028 vc-state or vc-up-to-date-p.
13029 (vc-merge): Use vc-backend-defines to check whether merging is
13030 possible. Set state to 'edited after successful merge.
13031
13032 * vc-hooks.el (vc-locking-user): If locked by the calling user,
13033 return that name. Redocumented.
13034
130352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13036
13037 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
13038 new `vc-state' semantics.
13039 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
13040 'vc-locking-user to the current user.
13041 (vc-merge): Inline vc-backend-merge. Comment out code that I
13042 don't understand and hence can't adapt to the new `vc-state' and
13043 `vc-locking-user' semantics.
13044 (vc-backend-merge): Remove.
13045
13046 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13047 rather than 'vc-locking-user.
13048
13049 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13050
13051 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13052 (vc-state): Don't use 'reserved any more. Just use the same
13053 convention as the one used for vc-<backend>-state where the
13054 locking user (as a string) is returned.
13055 (vc-locking-user): Update, based on the above convention. The
13056 'vc-locking-user property has disappeared.
13057 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13058
13059 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13060 with a heuristic one.
13061 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13062 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13063 error. That allows us to get to 'needs-merge even in the
13064 stay-local case. There's still no way to detect 'needs-patch in
13065 such a setup (or to force an update for that matter).
13066 (vc-cvs-logentry-check): Remove, the default works as well.
13067
130682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13069
13070 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13071
13072 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13073 major-mode in which the buffer might have been put earlier. Use
13074 `remove' and `when'. Allow `okstatus' to be `async' and use
13075 `start-process' in this case.
13076 (vc-version-diff): Handle the case where the diff looks empty
13077 because of the use of an async process.
13078
130792000-09-04 Andre Spiegel <spiegel@gnu.org>
13080
13081 * vc.el (vc-next-action-on-file): Removed optional parameter
13082 `simple'. Recompute state unconditionally.
13083 (vc-default-toggle-read-only): Removed.
13084
13085 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13086 (vc-toggle-read-only): Undid prev change.
13087
13088 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13089 vc-cvs-simple-toggle. Redocumented.
13090 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13091 (vc-cvs-toggle-read-only): Removed.
13092
130932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13094
13095 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13096 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13097 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13098 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13099 still is. So maybe it should be removed.
13100 (vc-head-version, vc-find-binary): Remove.
13101 (vc-recompute-state): Move from vc-hooks.el.
13102 (vc-next-action-on-file): Add a `simple' argument to allow
13103 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13104 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13105 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13106 (vc-dired-mode-map): Properly defvar it.
13107 (vc-print-log): Call log-view-mode if available.
13108 (small-temporary-file-directory): defvar instead of use boundp.
13109 (vc-merge-news): Moved to vc-cvs.el.
13110 (vc-default-merge-news): New function.
13111
13112 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13113 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13114 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13115 unknown `vc-latest-version' function. It should probably refer to
13116 vc-workfile-version or somesuch, but it's very unclear to me and I
13117 don't have SCCS to test things.
13118
13119 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13120 (vc-sccs-state-heuristic): Fix typo.
13121 (vc-sccs-workfile-unchanged-p): Add missing argument.
13122
13123 * vc-rcs.el: Require vc and vc-rcs-hooks.
13124 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13125 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13126 (vc-release-greater-or-equal-p): Move from vc.
13127 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13128 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13129 (vc-rcs-checkout): Add a missing `new-version' argument in the
13130 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13131
13132 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13133 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13134 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13135 than the apparently unbound `workfile-version'.
13136
13137 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13138 (vc-file-prop-obarray): Use `make-vector'.
13139 (vc-backend-functions): Add new hookable functions
13140 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13141 (vc-loadup): If neither backend nor default functions exist, use
13142 the backend function rather than nil.
13143 (vc-call-backend): If the function if not bound yet, try to load
13144 the non-hook file to see if it provides it.
13145 (vc-call): New macro plus use it wherever possible.
13146 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13147 nor `vc-find-binary' since it's only called from
13148 vc-mistrust-permission which is only used once the backend is known.
13149 (vc-checkout-model): Fix parenthesis.
13150 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13151
13152 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13153 (vc-cvs-release, vc-cvs-system-release): Remove.
13154 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13155 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13156 status symbols.
13157 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13158 (vc-cvs-toggle-read-only): First cut at a function to allow a
13159 cvs-status-free vc-toggle-read-only.
13160 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13161 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13162 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13163 (vc-cvs-checkout): Modify access rights directly if the user
13164 requested not to use `cvs edit'. And refresh the mode line.
13165
13166 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13167 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13168
131692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13170
13171 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13172 workfile' that got lost when the code was extracted from vc.el.
13173 And merged the tail with the rest of the code (not possible in the
13174 old vc.el where the tail was shared among all backends). And
13175 explicitly set the state to 'edited if `writable' is set.
13176
13177 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13178 (vc-cvs-state): Be careful to return the value from
13179 vc-cvs-parse-state.
13180 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13181 property but return it instead. Also be careful to handle a nil
13182 or "" `rev' when workfile is non-nil (it was handled properly when
13183 workfile was nil).
13184
13185 * vc.el: Removed those pesky unnecessary `(function' quotes.
13186 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13187 directly in the defvar.
13188 (vc-do-command): Bind inhibit-read-only so as to properly handle
13189 the case where the destination buffer has been made read-only.
13190 (vc-diff): Delegate to vc-version-diff in all cases.
13191 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13192 (vc-annotate-mode-variables): Removed (code moved partly to
13193 defvars and partly to vc-annotate-add-menu).
13194 (vc-annotate-mode): Turned into a derived-mode.
13195 (vc-annotate-add-menu): Moved in code in
13196 vc-annotate-mode-variables.
13197 (vc-update-change-log): Use make-temp-file if available.
13198
131992000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13200
13201 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13202 `vc-checkout-model' updated to `vc-cvs-update-model'.
13203
132042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13205
13206 * vc.el (vc-next-action-on-file): Added handling of state
13207 `unlocked-changes'.
13208 (vc-checkout-carefully): Is now practically obsolete, unless the
13209 above is too slow to be enabled unconditionally.
13210 (vc-update-change-log): Fixed typo.
13211
13212 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13213
13214 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13215 Now handles state `unlocked-changes'.
13216 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13217
13218 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13219
13220 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13221 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13222 `unlocked-changes'.
13223 (vc-rcs-workfile-unchanged-p): Renamed from
13224 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13225 function yet, but supposed to become one soon.
13226
13227 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13228 `vc-steal-lock'.
13229 (vc-call-backend): Changed error message.
13230 (vc-state): Added description of state `unlocked-changes'.
13231
132322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13233
13234 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13235 always return t in CVS-controlled directories.
13236
13237 * vc.el (vc-responsible-backend): New function.
13238 (vc-register): Largely rewritten.
13239 (vc-admin): Removed (implementation moved into vc-register).
13240 (vc-checkin): Redocumented.
13241 (vc-finish-logentry): If no backend defined yet (because we are in
13242 the process of registering), use the responsible backend.
13243
13244 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13245 Updated function lists.
13246 (vc-call-backend): Fixed typo.
13247
13248 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13249 New functions.
13250 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13251 Removed query option. Redocumented.
13252
132532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13254
13255 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13256
13257 * vc.el: Updated callers of `vc-checkout-required' to use
13258 `vc-checkout-model'.
13259
132602000-09-04 Martin Lorentzson <martinl@gnu.org>
13261
13262 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13263 stuff updated to reference this function instead of the old
13264 `vc-backend-release-p'.
13265
132662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13267
13268 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13269 vc-checkout-model. Return appropriate values. Updated callers.
13270
132712000-09-04 Martin Lorentzson <martinl@gnu.org>
13272
13273 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13274 (vc-backend-revert): Function moved into `vc-revert';
13275 `vc-next-action' must be updated to accomodate this change.
13276 (vc-backend-steal): Function moved into `vc-finish-steal'.
13277 (vc-backend-logentry-check): Function moved into
13278 `vc-finish-logentry'.
13279 (vc-backend-printlog): Function moved into `vc-print-log'.
13280 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13281 (vc-backend-assign-name): Function moved into
13282 `vc-create-snapshot'.
13283
132842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13285
13286 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13287 Rename to vc-checkout-model. Return appropriate values.
13288 Update callers.
13289
13290 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13291 to vc-checkout-model.
13292 (vc-checkout-required): Rename to vc-checkout-model.
13293 Re-implement and re-comment.
13294 (vc-after-save): Use vc-checkout-model.
13295
132962000-09-04 Martin Lorentzson <martinl@gnu.org>
13297
13298 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13299 Update to use the vc-BACKEND-diff functions instead.
13300 `vc-diff' is now working.
13301
13302 * vc-rcs.el (vc-rcs-logentry-check): New function.
13303
13304 * vc-cvs.el (vc-cvs-logentry-check): New function.
13305
13306 * vc-sccs.el (vc-sccs-diff): Function changed name from
13307 `vc-backend-diff'. This makes `vc-diff' work.
13308
13309 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13310 of functions possibly implemented in a vc-BACKEND library.
13311 (vc-checkout-required): Fix bug that caused an error to be
13312 signaled during `vc-after-save'.
13313
13314 * vc.el: Fix typo.
13315 This checkin is made with our new VC code base for the very first time.
13316 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13317
13318 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13319 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13320
13321 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13322 updated to `vc-uses-locking'.
13323 (vc-checkout-required): Call to backend function.
13324 `vc-checkout-required' updated to `vc-uses-locking' instead.
13325
13326 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13327 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13328
13329 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13330 to match the split into various backends.
13331 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13332 (vc-retrieve-snapshot): Bug fix.
13333
133342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13335
13336 * vc-sccs.el (vc-sccs-release): Doc fix.
13337
133382000-09-04 Martin Lorentzson <martinl@gnu.org>
13339
13340 * vc.el (vc-next-action-on-file): Bug found and fixed.
13341 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13342 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13343
13344 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13345 (vc-rcs-checkout): Name space cleaned up. No more revision number
13346 crunching function names that are not prefixed with vc-rcs.
13347 (vc-rcs-checkout-model): Function added. References to
13348 `vc-checkout-model' replaced.
13349
133502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13351
13352 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13353 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13354 still need to be split, and implemented for RCS).
13355
133562000-09-04 Martin Lorentzson <martinl@gnu.org>
13357
13358 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13359
13360 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13361 required by the vc.el file.
13362
13363 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13364 required by the vc.el file.
13365 (vc-rcs-exists): Function added.
13366
13367 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13368 required by the vc.el file.
13369
13370 * vc.el (vc-admin): Updated to handle selection of appropriate
13371 backend. Current implementation is crufty and need re-thinking.
13372
13373 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13374
133752000-09-04 Martin Lorentzson <martinl@gnu.org>
13376
13377 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13378 beginning of annotate buffers correctly.
13379
13380 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13381 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13382 functionality updated quite a lot to support multiple backends.
13383 Variables `vc-annotate-mode', `vc-annotate-buffers',
13384 `vc-annotate-backend' added.
13385
13386 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13387 `vc-annotate-difference' added to supported backend functions.
13388
133892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13390
13391 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13392 Use with-temp-file instead of /bin/sh. Merged from mainline
13393
133942000-09-04 Martin Lorentzson <martinl@gnu.org>
13395
13396 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13397
13398 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13399
13400 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13401
134022000-09-04 Martin Lorentzson <martinl@gnu.org>
13403
13404 * vc-hooks.el: vc-state-heuristic added to
13405 vc-backend-hook-functions.
13406
13407 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13408
13409 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13410
13411 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13412 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13413 state to `reserved'.
13414
13415 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13416 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13417
134182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13419
13420 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13421 untouched.
13422
13423 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13424
13425 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13426 if defined. (Merged from main line, slightly adapted.)
13427
13428 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13429 millenium problem (merged from mainline).
13430
134312000-09-04 Martin Lorentzson <martinl@gnu.org>
13432
13433 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13434 part and moved the non-BACKEND stuff to vc.el.
13435
13436 * vc.el: Split the annotate feature into a BACKEND specific part
13437 and moved it from the vc-cvs.el file to this one.
13438
134392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13440
13441 * vc-hooks.el: Implement new state model.
13442 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13443 (vc-locking-user): Simplify. Now only needed if the file is
13444 locked by somebody else.
13445 (vc-lock-from-permissions): Remove. Functionality is in
13446 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13447 (vc-mode-line-string): New name for former vc-status. Adapted.
13448 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13449
13450 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13451 Various simplifications and adaptations all over the place.
13452
13453 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13454 Simplify and adapt the rest.
13455
13456 * vc.el (vc-resynch-window): Add TODO comment: check for
13457 interaction with view mode according to recent RCS change.
13458 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13459
134602000-09-04 Martin Lorentzson <martinl@gnu.org>
13461
13462 * vc.el: Convert the remaining function comments to docstrings.
13463
134642000-09-04 Martin Lorentzson <martinl@gnu.org>
13465
13466 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13467 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13468 (vc-minor-part, vc-previous-version): Functions that operate and
13469 compare revision numbers got proper documentation. Comments added
13470 about their possible removal.
13471
134722000-09-04 Martin Lorentzson <martinl@gnu.org>
13473
13474 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13475 the vc-backend.el files.
13476
13477 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13478
13479 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13480 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13481 (vc-rcs-previous-version): Functions added.
13482
13483 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13484
13485 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13486
134872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13488
13489 * vc-hooks.el (vc-master-templates): Is really obsolete.
13490 Comment out the definition for now. What is the right procedure
13491 to get rid of it?
13492 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13493 rewritten.
13494 (vc-default-registered): Remove.
13495 (vc-check-master-templates): New function; does mostly what the
13496 above did before.
13497 (vc-locking-user): Don't rely on the backend to set the property.
13498
13499 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13500 Rewrite documentation.
13501 (vc-rcs-templates-grabbed): New variable.
13502 (vc-rcs-grab-templates): New function.
13503 (vc-rcs-registered): Rewrite to use above mechanism.
13504
13505 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13506 Rewrite documentation.
13507 (vc-sccs-templates-grabbed): New variable.
13508 (vc-sccs-grab-templates): New function.
13509 (vc-sccs-registered): Rewrite to use above mechanism.
13510 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13511 Don't throw the result, simply return it.
13512
13513 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13514 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13515 (vc-cvs-registered): Does the check itself now. Simplify.
13516
13517 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13518 from main line.
13519
135202000-09-04 Martin Lorentzson <martinl@gnu.org>
13521
13522 * vc-cvs.el (vc-cvs-diff): New function.
13523
13524 * vc-sccs.el (vc-sccs-diff): New function.
13525
13526 * vc-rcs.el (vc-rcs-diff): New function.
13527 (vc-rcs-checkout): Bug (typo) found and fixed.
13528 (vc-rcs-register-switches): New variable.
13529
13530 * vc.el (vc-backend-diff): Function removed and placed in the
13531 backend files.
13532
135332000-09-04 Martin Lorentzson <martinl@gnu.org>
13534
13535 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13536
13537 * vc.el (vc-backend-checkout): Function removed and replaced in
13538 the vc-backend.el files.
13539
13540 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13541
13542 * vc.el (vc-backend-admin): Removed and replaced in the
13543 vc-backend.el files.
13544
13545 * vc.el (Martin): Removed all the annotate functionality since it
13546 is CVS backend specific.
13547
135482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13549
13550 * spec.txt: Added specification of vc-state.
13551
13552 * vc-sccs-hooks.el (vc-sccs-master-properties):
13553 Remove handling of vc-latest-version and
13554 vc-your-latest-version. What used to be vc-latest-version, is now
13555 returned as vc-workfile-version.
13556 (vc-sccs-workfile-version): Adapt.
13557
135582000-09-04 Dave Love <fx@gnu.org>
13559
13560 * vc.el: [Merged from mainline.]
13561 (vc-dired-mode): Make the dired-move-to-filename-regexp
13562 regexp match the date, to avoid treating date as file size.
13563 Add YYYY S option to WESTERN/
13564
135652000-09-04 Dave Love <fx@gnu.org>
13566
13567 * vc.el: Require `compile' when compiling.
13568 (vc-logentry-check-hook): New option.
13569 (vc-steal-lock): Use compose-mail.
13570 (vc-dired-mode-map): Defvar when compiling.
13571 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13572 vc-sccs.el and renamed. Callers changed.
13573 (vc-backend-checkout, vc-backend-logentry-check)
13574 (vc-backend-merge-news): Doc fix.
13575 (vc-default-logentry-check): New function.
13576 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13577 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13578 (vc-backend-merge): Doc fix. Use backend functions.
13579 (vc-check-headers): Use backend functions.
13580
13581 * vc-cvs.el: Require vc when compiling.
13582 (vc-cvs-register-switches): Doc fix.
13583 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13584 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13585 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13586 New functions (code from vc.el).
13587 (vc-annotate-display-default): Fix interactive spec.
13588 (vc-annotate-time-span): Doc fix.
13589
13590 * vc-rcs.el: Require vc when compiling.
13591 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13592 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13593 (vc-rcs-checkin): New functions (code from vc.el).
13594 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13595 Doc fix.
13596 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13597
13598 * vc-sccs.el: Require vc when compiling.
13599 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13600 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13601 (vc-sccs-revert)
13602 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13603 from vc.el).
13604 (vc-sccs-add-triple, vc-sccs-record-rename)
13605 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13606 (vc-sccs-admin): Doc fix.
13607
136082000-09-04 Martin Lorentzson <martinl@gnu.org>
13609
13610 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13611 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13612 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13613 from vc.el.
13614
13615 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13616
13617 * vc-cvs.el: Moved the annotate functionality from vc.el.
13618 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13619
136202000-09-04 Dave Love <fx@gnu.org>
13621
13622 * vc.el (vc-backend-release): Call vc-system-release.
13623
13624 * vc-sccs.el (vc-sccs-system-release):
13625 Renamed from vc-sccs-backend-release.
13626
13627 * vc-rcs.el (vc-rcs-system-release):
13628 Renamed from vc-rcs-backend-release.
13629
13630 * vc-cvs.el (vc-cvs-system-release):
13631 Renamed from vc-cvs-backend-release.
13632
136332000-09-04 Dave Love <fx@gnu.org>
13634
13635 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13636 backend files.
13637 (vc-backend-release): Dispatch to backend functions.
13638 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13639 probably needs attention.]
13640
13641 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13642 (vc-sccs-backend-release): New function.
13643
13644 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13645 (vc-cvs-backend-release): New function.
13646
13647 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13648 Doc fix.
13649 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13650 (vc-default-dired-state-info): New function.
13651 (vc-dired-state-info): Dispatch to backends.
13652 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13653
13654 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13655 from vc.el and renamed.
13656
136572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13658
13659 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13660 (vc-version-other-window, vc-backend-assign-name): Removed
13661 references to vc-latest-version; sometimes changed into
13662 vc-workfile-version.
13663
13664 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13665 vc-rcs-master-workfile-version.
13666 (vc-rcs-workfile-version): Use the above. Don't call
13667 vc-latest-version (that was unreachable code, anyway).
13668 (vc-rcs-fetch-master-properties): Doc fix.
13669
13670 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13671 (vc-backend-hook-functions): Removed them from this list, too.
13672 (vc-fetch-properties): Removed.
13673 (vc-workfile-version): Doc fix.
13674
13675 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13676 (vc-rcs-workfile-version, vc-rcs-locking-user)
13677 (vc-rcs-uses-locking): Use it.
13678
13679 * vc-hooks.el (vc-consult-rcs-headers):
13680 Moved into vc-rcs-hooks.el, under the name
13681 vc-rcs-consult-headers.
13682
13683 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13684 headers.
13685 (vc-cvs-find-master): Use this name only; correct different
13686 versions of the name.
13687
13688 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13689 New functions.
13690 (vc-sccs-locking-user): Use the latter.
13691
13692 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13693 New functions.
13694
13695 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13696 Moved into both
13697 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13698 functions are implementation details of those two backends.
13699
137002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13701
13702 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13703 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13704
13705 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13706 (vc-sccs-parse-locks): SCCS-specific code moved here from
13707 vc-hooks.
13708
13709 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13710 code moved here from vc-hooks.
13711
13712 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13713 into back-end specific parts and removed. Callers not updated
13714 yet; because I guess these callers will disappear into back-end
13715 specific files anyway.
13716
137172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13718
13719 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13720 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13721 `vc-uses-locking'.
13722
13723 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13724 Store yes/no in the property, and return t/nil. Updated all
13725 callers.
13726
13727 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13728 vc-sccs-uses-locking. Don't set property.
13729 (vc-sccs-locking-user): Don't set property.
13730
13731 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13732 vc-cvs-uses-locking. Don't set property here; leave that to
13733 vc-hooks.
13734 (vc-cvs-locking-user): Reflect above change. Streamlined.
13735
13736 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13737 vc-rcs-uses-locking.
13738 (vc-rcs-locking-user): Reflect above change.
13739
137402000-09-04 Dave Love <fx@gnu.org>
13741
13742 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13743
13744 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13745
13746 * vc-hooks.el (vc-checkout-model): Punt to backends.
13747
13748 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13749
13750 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13751
13752 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13753 New functions.
13754
13755 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13756 New functions.
13757
13758 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13759 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13760
13761 * vc-hooks.el (vc-default-locking-user): New function.
13762 (vc-locking-user, vc-workfile-version): Punt to backends.
13763
137642000-09-04 Dave Love <fx@gnu.org>
13765
13766 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13767 (vc-master-workfile-version): Moved from vc-hooks.
13768
13769 * vc-rcs-hooks.el: Fix duplicate code in last change.
13770
13771 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13772 (vc-rcs-master-templates): Improve :type.
13773 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13774 vc-master-workfile-version): Moved from vc-hooks.
13775
13776 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13777 (vc-sccs-master-templates): Improve :type.
13778 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13779
13780 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13781
13782 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13783 (vc-cvs-master-templates): Improve :type. Use
13784 vc-cvs-find-cvs-master.
13785 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13786 from vc-hooks.
13787 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13788
13789 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13790 Moved to vc-cvs-hooks.
13791
13792 * vc-hooks.el: Add doc strings in various places. Simplify the
13793 minor mode setup.
13794 (vc-handled-backends): New user variable.
13795 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13796 simplification.
13797
137982000-09-04 Dave Love <fx@gnu.org>
13799
13800 * vc.el: Some doc fixes for autoloaded and interactive functions.
13801 Fix compilation warnings from ediff stuff.
13802 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13803
13804 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13805
13806 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13807
13808 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13809
138102000-09-04 Dave Love <fx@gnu.org>
13811
13812 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13813 New variable.
13814 (vc-make-backend-function, vc-loadup, vc-call-backend)
13815 (vc-backend-defines): New functions.
13816
13817 * vc-hooks.el: Various doc fixes.
13818 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13819 (vc-match-substring): Function removed. Callers changed to use
13820 match-string.
13821 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13822 Simplify.
13823
138242000-09-04 Dave Love <fx@gnu.org>
13825
13826 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13827 type.
13828 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13829 (vc-sccs-registered): Doc fix.
13830
13831 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13832 (vc-cvs-registered): Doc fix.
13833
13834 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13835 (vc-rcs-registered): Doc fix.
13836
138372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13838
13839 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13840
13841 * vc-hooks.el: vc-registered has been renamed
13842 vc-default-registered. Some functions have been moved to the
13843 backend specific files. they all support the
13844 vc-BACKEND-registered functions.
13845
138462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13847
13848 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13849
13850 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13851
138522000-09-04 Dave Love <fx@gnu.org>
13853
13854 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13855 menu-bar-update-hook.
13856
13857 * help.el (help-manyarg-func-alist): Add
13858 find-operation-coding-system.
13859
13860 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13861
13862 * custom.el (custom-set-variables): Print message about errors in
13863 setting.
13864
138652000-09-03 Andrew Innes <andrewi@gnu.org>
13866
13867 * makefile.w32-in: Change to DOS line endings.
13868
138692000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13870
13871 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13872 minor-mode keymaps, if they don't have one.
13873
138742000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13875
13876 * eshell/esh-module.el (eval-when-compile): Don't lose if
13877 esh-module.el's file name is truncated to DOS 8+3 limits.
13878
138792000-09-01 John Wiegley <johnw@gnu.org>
13880
13881 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13882 predicate, which caused entries in the completion list to be
13883 doubled.
13884
138852000-08-30 John Wiegley <johnw@gnu.org>
13886
13887 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13888 sending to subprocesses. Also, hook pre-command-hook if
13889 `eshell-send-direct-to-subprocesses' is non-nil.
13890 (eshell-send-direct-to-subprocesses): New config variable. If t,
13891 subprocess input is send immediately.
13892 (eshell-toggle-direct-send): New function.
13893 (eshell-self-insert-command): New function.
13894 (eshell-intercept-commands): New function.
13895 (eshell-send-input): If direct subprocess sending is enabled,
13896 don't echo any input to the Eshell buffer. Let the subprocess
13897 handle that. This requires "stty echo" in bash, for example.
13898
138992000-08-28 John Wiegley <johnw@gnu.org>
13900
13901 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13902 completion function for Eshell's implementation of `unset'.
13903
139042000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13905
13906 * info.el (Info-directory-list): Doc fix.
13907
139082000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13909
13910 * filecache.el (file-cache-add-directory-using-find): Don't quote
13911 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13912
139132000-08-31 Kenichi Handa <handa@etl.go.jp>
13914
13915 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13916 coding systems.
13917
139182000-08-30 Andrew Innes <andrewi@gnu.org>
13919
13920 * timer.el (run-with-idle-timer): Undo last change, so that timer
13921 is not activated immediately if Emacs is already idle. Some
13922 existing code relies on this behaviour.
13923
139242000-08-30 Miles Bader <miles@gnu.org>
13925
13926 * frame.el (set-frame-font): Do completion of font-name for
13927 interactive use.
13928
139292000-08-30 Kenichi Handa <handa@etl.go.jp>
13930
13931 * international/quail.el (quail-start-translation): Bind locally
13932 last-command-event, last-command, and this-command.
13933 (quail-start-conversion): Likewise.
13934 (quail-self-insert-command): Fix docstring.
13935
139362000-08-29 Gerd Moellmann <gerd@gnu.org>
13937
13938 * progmodes/executable.el
13939 (executable-make-buffer-file-executable-if-script-p): Check that
13940 buffer contains at least 2 characters.
13941
139422000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13943
13944 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13945
139462000-08-29 Dave Love <fx@gnu.org>
13947
13948 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13949 (diff-mode-shared-map): Bind mouse-2.
13950 (diff-imenu-generic-expression): New variable.
13951 (diff-mode): Use it.
13952
13953 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13954 (mouse-popup-menubar): Add minor mode menus.
13955 (popup-menu): Check for lookup-key returning number.
13956
139572000-08-29 Miles Bader <miles@gnu.org>
13958
13959 * comint.el (comint-send-input): Create overlays using the proper
13960 front/read-advance arguments.
13961
139622000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13963
13964 * ps-print.el: Even/odd pages printing. Doc fix.
13965 (ps-print-version): New version number (6.0).
13966 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13967 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13968 (ps-print-duplex-feature): Variable eliminated.
13969 (ps-even-or-odd-pages): New variable.
13970
13971 * progmodes/ebnf2ps.el: Doc fix.
13972 (ebnf-version): New version (3.3).
13973 (ebnf-user-arrow): Change variable customization to sexp.
13974 (ebnf-user-arrow): Function eliminated.
13975 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13976
139772000-08-29 Kenichi Handa <handa@etl.go.jp>
13978
13979 * help.el (help-xref-mule-regexp): New variable.
13980 (help-make-xrefs): Handle help-xref-mule-regexp.
13981
13982 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13983 variable.
13984 (describe-input-method): Temporarily activate the specfied input
13985 method to display the information.
13986 (describe-language-environment): Hyperlinks to mule related items.
13987
13988 * international/mule-diag.el (charset-multibyte-form-string): New
13989 function.
13990 (list-character-sets-1): Use charset-multibyte-form-string.
13991 (describe-character-set): New function.
13992 (describe-coding-system): Hyperlinks to safe character sets.
13993
13994 * international/quail.el (quail-help): New arg PACKAGE.
13995 Hyperlinks to mule related items.
13996 (quail-help-insert-keymap-description): Use
13997 substitute-command-keys instead of describe-bindings.
13998 (quail-translation-help): Hyperlinks to mule related items.
13999
140002000-08-28 John Wiegley <johnw@gnu.org>
14001
14002 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
14003 have a defsubst call itself. Made `eshell-flatten-list' back into
14004 a function again.
14005
14006 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
14007 catch, in case re-centering point at bottom messes up the display.
14008 This happens frequently in Emacs 21, due I believe to variable
14009 line heights.
14010
14011 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
14012 to call `find-tag-interactive'.
14013
14014 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
14015 the list of remember directories.
14016
140172000-08-28 John Wiegley <johnw@gnu.org>
14018
14019 * align.el: Test align-region-separate to see if it's a symbol.
14020
140212000-08-28 John Wiegley <johnw@gnu.org>
14022
14023 * eshell/esh-util.el (eshell-flatten-list): Made this function
14024 into a defsubst form. It gets used very frequently, although
14025 calls don't occur all that often.
14026
14027 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
14028 examining it.
14029
14030 * eshell/esh-cmd.el (eshell-rewrite-while-command):
14031 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
14032 `eshell-protect'.
14033 (eshell-copy-handles): Created a new macro for duplicating the
14034 current set of open handles. This is needed by the looping
14035 functions.
14036 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
14037 is not incorrectly stomped on.
14038
14039 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
14040 declaration for pcomplete-use-paring.
14041 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14042 value of eshell-cmpl-use-paring.
14043 * pcomplete.el (pcomplete-use-paring): New config variable, to
14044 indicate whether paring should be used.
14045 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14046 completion alternatives that have already been used.
14047
14048 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14049 bound to C-c C-y, which will repeat the previous N arguments
14050 (based on prefix argument).
14051 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14052
14053 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14054 if there is no *Help* buffer. This is for XEmacs, which renames
14055 its help buffers uniquely. TODO: Find out what the current buffer
14056 name to delete is.
14057
14058 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14059 first entry that correlates to a passwd/group number. Later
14060 entries (used for group/user name aliasing to multiple IDs) are
14061 ignored.
14062
14063 * eshell/em-xtra.el (eshell/expr):
14064 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14065 (eshell-grep, eshell/diff, eshell/locate):
14066 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14067 argument list, before passing it to the system command.
14068
14069 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14070 `find-tag' for use at final position in Eshell buffers (which
14071 otherwise triggers an error on Emacs 21).
14072 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14073 buffer, if it is currently bound to `find-tag'.
14074
14075 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14076 in the list of matched Makefile names.
14077 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14078 directory, prefer its contents to Makefile.
14079
14080 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14081 directory parts (like "cd old new", or "cd =regexp"), are now case
14082 sensitive on non-Windows/DOS platforms.
14083
14084 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14085 types RET after an open delimiter (like "), display a message
14086 indicating that Eshell is waiting for the closing delimiter.
14087
14088 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14089 environment variables.
14090
14091 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14092 gracefully if the user enters incorrect arguments.
14093
14094 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14095 Eshell buffers.
14096
14097 * eshell/esh-var.el (eshell-interpolate-variable):
14098 * eshell/esh-mode.el (eshell-move-argument):
14099 * eshell/em-unix.el (eshell-du-sum-directory):
14100 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14101 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14102 (not (= ...)).
14103
14104 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14105 to ensure the `preserve' flag gets propagated when doing recursive
14106 directory copies.
14107
141082000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14109
14110 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14111 Don't convert \n into \0177 in memory.
14112 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14113 and back again, when reading and writing.
14114
141152000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14116
14117 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14118 testing of `fboundp' on `processp'.
14119
14120 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14121 (eshell/jobs): Don't call process-list if it is not bound.
14122 (eshell-gather-process-output): Support systems where async
14123 subprocesses aren't supported.
14124 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14125 variables.
14126
14127 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14128 eshell-do-eval returns t.
14129 (eshell-do-pipelines-synchronously): New defmacro.
14130 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14131 when async subprocesses aren't supported.
14132 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14133 if async subprocesses aren't supported.
14134 (eshell-resume-command): Don't assume STATUS is a string.
14135
14136 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14137
14138 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14139 (eshell-close-target, eshell-get-target): Use eshell-processp.
14140 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14141 fix.
14142 (eshell-get-target, eshell-create-handles): Doc fix.
14143
141442000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14145
14146 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14147 criterion to include commands that output something, as long as it
14148 leaves both the command and the end-of-buffer visible when the
14149 command has exited.
14150 (eshell-review-quick-commands): Adjust the help doc string
14151 accordingly.
14152
141532000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14154
14155 * locate.el (locate): Cleaned up locate command's interactive prompting
14156 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14157
14158 * filecache.el (file-cache-case-fold-search): New variable
14159 (file-cache-assoc-function): New variable
14160 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14161 Use file-cache-case-fold-search variable
14162 (file-cache-add-file): Use file-cache-assoc-function
14163 (file-cache-delete-file): likewise
14164 (file-cache-directory-name): likewise
14165 (file-cache-debug-read-from-minibuffer): likewise
14166
141672000-08-28 Gerd Moellmann <gerd@gnu.org>
14168
14169 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14170 (abbrev-table-name): New function.
14171 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14172 If non-nil list local abbrev, only.
14173
141742000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14175
14176 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14177 from Gnus support code, and use special article copy buffer
14178 `(gnus-original-article-buffer)' instead. This allows to get rid
14179 of article-hide-headers usage (which breaks in the latest Gnus
14180 version). Thanks to Detlev Zundel.
14181
141822000-08-28 Kenichi Handa <handa@etl.go.jp>
14183
14184 * international/quail.el (quail-use-package): Hide "... loaded"
14185 message.
14186 (quail-start-translation, quail-start-conversion): Likewise.
14187
14188 * international/kkc.el (kkc-region): Hide "... loaded" message.
14189
141902000-08-27 Dave Love <fx@gnu.org>
14191
14192 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14193
141942000-08-27 Miles Bader <miles@gnu.org>
14195
14196 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14197
141982000-08-27 Kenichi Handa <handa@etl.go.jp>
14199
14200 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14201 'ja-dic-cnv), not (require 'skkdic-cnv).
14202
142032000-08-26 Miles Bader <miles@gnu.org>
14204
14205 * faces.el (face-x-resources): Add entry for :inherit.
14206 * cus-face.el (custom-face-attributes): Add support for :inherit
14207 attribute. Add support for relative face heights.
14208 (custom-face-attributes-get): Treat `nil' as being a default value
14209 for :inherit (as well as `unspecified').
14210
14211 * faces.el (set-face-attribute): Update doc string.
14212 (face-attribute-name-alist): Add :inherit.
14213 (face-valid-attribute-values): Handle :inherit.
14214 (face-read-string): Rephrase prompt to be less confusing.
14215 Assume that DEFAULT is a string, since we must return a string.
14216 (face-read-integer): Use `format' to turn DEFAULT into an
14217 acceptable default for face-read-string. Match NEW-VALUE against
14218 the string "unspecified", not the symbol `unspecified', since
14219 that's what face-read-string returns.
14220 (read-face-attribute): Lookup a name for old-value in valid, and
14221 use it as a default if we find one. Treat all values from
14222 face-read-string as strings. If the default is used, don't do any
14223 more processing on the value, just use the old value directly.
14224 (read-face-and-attribute, modify-face): Tweak prompt.
14225 (read-face-name): Don't assume prompt ends with a space.
14226
14227 * faces.el (describe-face): Add support for :inherit attribute.
14228
142292000-08-25 Kenichi Handa <handa@etl.go.jp>
14230
14231 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14232 concat doesn't accept interger.
14233
14234 * international/kkc.el: Remove SKK from Keywords. Require
14235 ja-dic-utl instead of skkdic-utl.
14236
14237 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14238 Provide ja-dic-cnv instead of skkdic-cnv.
14239 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14240 (iso-2022-7bit-short): Add safe-charsets property.
14241 (skkdic-convert-postfix): Search Japanese chou-on character in
14242 addition to Hiragana character.
14243 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14244 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14245 (batch-skkdic-convert): Likewise.
14246
14247 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14248 Provide ja-dic-utl instead of skkdic-utl.
14249 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14250
142512000-08-24 Dave Love <fx@gnu.org>
14252
14253 * disp-table.el (standard-display-default): Make the test of `l'
14254 useful.
14255
14256 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14257 mod sample text.
14258
14259 * international/iso-ascii.el: Make pilcrow convenient string
14260 consistent with section.
14261 (iso-ascii-display): Set up multibyte characters as well as
14262 unibyte.
14263
142642000-08-24 Kenichi Handa <handa@etl.go.jp>
14265
14266 * international/mule-cmds.el (reset-language-environment): Set
14267 default-process-coding-system to '(undecided . iso-latin-1), which
14268 makes process I/O almost consistent with file I/O. Call this
14269 function when mule-cmds.el[c] is loaded.
14270
142712000-08-22 Andrew Innes <andrewi@gnu.org>
14272
14273 * makefile.w32-in: New file.
14274
142752000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14276
14277 * comint.el (comint-output-filter): Compare end of
14278 comint-last-output-overlay with the start of the newly inserted
14279 text, not the end, when deciding whether to extend it.
14280 Set saved-point's insertion type to advance after insertion.
14281
14282 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14283 since this is now done independently of font-lock mode.
14284
142852000-08-21 Gerd Moellmann <gerd@gnu.org>
14286
14287 * server.el (server-kill-new-buffers): New user option.
14288 (server-existing-buffer): New buffer-local variable.
14289 (server-visit-files): When using an existing buffer, set
14290 server-existing-buffer to t.
14291 (server-buffer-done): If server-kill-new-buffers is t, kill the
14292 buffer, unless it was already present before visiting it with
14293 Emacs server.
14294
142952000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14296
14297 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14298 even if the display doesn't support colors: some displays will
14299 support bold/underline faces.
14300
143012000-08-21 Gerd Moellmann <gerd@gnu.org>
14302
14303 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14304
14305 * startup.el (command-line): If user's init file had an error,
14306 add explanatory text to *Messages*.
14307
143082000-08-21 Kenichi Handa <handa@etl.go.jp>
14309
14310 * man.el (Man-getpage-in-background): Decode the process output by
14311 the system locale coding system.
14312
143132000-08-20 Dave Love <fx@gnu.org>
14314
14315 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14316 Don't test x-popup-menu.
14317 (function) <complete-function>: Complete only fbound symbols.
14318 <validate, value>: New.
14319 (variable) <complete-function>: Complete only bound symbols.
14320 (coding-system): Add :base-only, :complete-function, :validate,
14321 :value, :prompt-match.
14322 (widget-coding-system-prompt-value): Use read-coding-system and
14323 act on :base-only.
14324 (editable-field): Add :help-echo.
14325 (widget-push-button-gui, widget-push-button-cache)
14326 (widget-gui-action, widget-editable-list-gui): COmment out, along
14327 with uses.
14328 (widget-at): Make arg optional.
14329 (widget-echo-help): Adjust for current help-echo calling sequence.
14330 (widget-specify-field, widget-specify-button)
14331 (widget-specify-insert, widget-get-sibling, widget-image-find)
14332 (widget-convert, widget-insert, widget-leave-text)
14333 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14334 (widget-setup, widget-field-find, widget-before-change)
14335 (widget-after-change, widget-default-complete)
14336 (widget-default-create, widget-default-delete)
14337 (widget-push-button-value-create, editable-field)
14338 (widget-field-prompt-value, widget-field-validate)
14339 (widget-choice-value-create, widget-choice-action)
14340 (widget-choice-validate, widget-checklist-add-item)
14341 (widget-radio-add-item, widget-radio-chosen)
14342 (widget-radio-value-inline, widget-editable-list-value-create)
14343 (widget-editable-list-entry-create)
14344 (widget-documentation-link-add)
14345 (widget-documentation-string-value-create)
14346 (widget-regexp-validate, widget-file-complete)
14347 (widget-sexp-validate, widget-plist-convert-widget)
14348 (widget-plist-convert-widget, widget-alist-convert-widget)
14349 (widget-alist-convert-widget, widget-color-complete): Simplify,
14350 particularly to avoid bindings which aren't optimized out.
14351
14352 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14353 Doc fix.
14354 (down-list, backward-up-list, up-list, kill-sexp)
14355 (backward-kill-sexp, mark-sexp): Make arg optional.
14356 (lisp-complete-symbol): Add optional arg PREDICATE.
14357
14358 * cus-start.el: Add display-buffer-reuse-frames,
14359 file-coding-system-alist.
14360
143612000-08-20 Gerd Moellmann <gerd@gnu.org>
14362
14363 * startup.el (command-line): Clear realized faces after
14364 modifying TTY color mappings.
14365
143662000-08-20 Miles Bader <miles@gnu.org>
14367
14368 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14369 merely a subset of FACE's attributes.
14370
143712000-08-19 Miles Bader <miles@gnu.org>
14372
14373 * comint.el (comint-output-filter): Save the point with a marker,
14374 not just a buffer position.
14375
14376 * international/mule.el (set-buffer-process-coding-system): Make
14377 interactive prompt less confusing.
14378
143792000-08-19 Gerd Moellmann <gerd@gnu.org>
14380
14381 * hilit-chg.el: General cleanup of doc strings, comments and
14382 code formatting.
14383
143842000-08-19 Miles Bader <miles@gnu.org>
14385
14386 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14387 Compiler macro removed; beginning-of-line is no longer always
14388 equivalent to forward-line, in the presence of fields.
14389
14390 * comint.el (comint-output-filter): Remove ad-hoc saving of
14391 restriction, and just use save-restriction, now that it works
14392 correctly. Don't adjust comint-last-input-start to account for
14393 our insertion; it shouldn't have moved because we don't use
14394 insert-before-markers anymore. Comment out call to
14395 `force-mode-line-update'; why is it here?
14396
14397 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14398 while checking for prompt to delete. Use `forward-line 0'
14399 instead of beginning-of-line.
14400 (gud-filter): Temporarily widen gud comint buffer while
14401 examining output.
14402
144032000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14404
14405 * progmodes/sh-script.el: Big bag of typos.
14406
14407 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14408 check since ispell-process is not bound when ispell is not yet loaded.
14409
144102000-08-18 Dave Love <fx@gnu.org>
14411
14412 * image.el (find-image): Copy `spec' before using plist-put.
14413
144142000-08-18 Gerd Moellmann <gerd@gnu.org>
14415
14416 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14417 `portugues'.
14418
14419 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14420 backward-kill-sexp, analogous to kill-sexp.
14421
14422 * progmodes/icon.el (icon-indent-line)
14423 (icon-is-continuation-line): Handle comments specially.
14424
144252000-08-17 Ken Stevens <k.stevens@ieee.org>
14426
14427 * ispell.el: Set to standard author/maintainer/keyword fields.
14428 Fine tuning to menu map appearance and operation, and added help.
14429 Remove `start' and `end' error messages when compiling.
14430 (ispell-choices-win-default-height): Fixed comment string.
14431 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14432 castellano8 dictionaries.
14433 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14434 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14435 dictionary, added italiano dictionary.
14436 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14437 word character
14438 (ispell-tex-skip-alists): Added psfig support.
14439 (ispell-skip-html): Renamed from ispell-skip-sgml.
14440 (ispell-begin-skip-region-regexp, ispell-skip-region)
14441 (ispell-minor-check): Improved html skipping support to skip across
14442 code, and recognize `&' commands without propper `;' syntax;
14443 (ispell-process-line): Fix alignment error when manually
14444 correcting spelling.
14445 (ispell): Fix comment string.
14446 (ispell-add-per-file-word-list): Always put word list on new line.
14447
144482000-08-17 Gerd Moellmann <gerd@gnu.org>
14449
14450 * format.el (format-encode-run-method): Fix error message to say
14451 `encode' instead of `decode'. Use save-window-excursion around
14452 shell-command-on-region as in format-decode-run-method because
14453 shell-command-on-region can display a buffer with error output.
14454 (format-decode): Don't record undo information for the decoding.
14455 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14456 that number part of the temporary buffer name so that more than
14457 one decoding using a temporary buffer can happen safely.
14458
14459 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14460 of `A-z' in the regexp.
14461
14462 * hilit-chg.el: Fix typos in commentary.
14463
14464 * help.el (view-emacs-news): Rewritten for new naming scheme
14465 for old NEWS files.
14466
14467 * startup.el (command-line): Pop to *Messages* in case an error
14468 is signaled while loading user-init-file.
14469
144702000-08-17 Andreas Schwab <schwab@suse.de>
14471
14472 * files.el (insert-directory): Don't lose original file name,
14473 undoing an undocumented change.
14474
144752000-08-17 Alex Schroeder <alex@gnu.org>
14476
14477 * sql.el (sql-magic-go): Use comint-bol.
14478 (sql-copy-column): Use comint-line-beginning-position.
14479 (comint-line-beginning-position): Define a replacement for
14480 comint-line-beginning-position if it is not fboundp.
14481
144822000-08-17 Alex Schroeder <alex@gnu.org>
14483
14484 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14485 it didn't have any effect anyway.
14486
144872000-08-17 Alex Schroeder <alex@gnu.org>
14488
14489 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14490 --pset and pager=off instead of sending \\o|cat at the beginning
14491 of the session.
14492
144932000-08-17 Miles Bader <miles@gnu.org>
14494
14495 * progmodes/octave-inf.el: Add compatibility definition of
14496 comint-line-beginning-position.
14497
144982000-08-17 Kenichi Handa <handa@etl.go.jp>
14499
14500 * startup.el (normal-top-level): Look in each dir in load-path for
14501 a leim-list.el file too. This assures of loading leim-list.el
14502 that is created at Emacs installation time even if a user have his
14503 own leim-list.el.
14504
145052000-08-17 Miles Bader <miles@gnu.org>
14506
14507 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14508 foreground color to black if the background is dark.
14509
145102000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14511
14512 * loadhist.el (unload-feature): Typo.
14513
14514 * finder.el (finder-compile-keywords):
14515 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14516 to the generated file.
14517
14518 * mail/mh-e.el (mh-make-local-vars):
14519 Replace make-variable-buffer-local with make-local-variable.
14520
14521 * play/landmark.el:
14522 * options.el (Edit-options-{set,toggle,t,nil}):
14523 * mail/mailabbrev.el (mail-abbrevs-mode):
14524 * textmodes/tex-mode.el (tex-expand-files):
14525 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14526
14527 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14528
14529 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14530 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14531 Allow going past the last element.
14532 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14533 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14534 (cvs-mouse-toggle-mark): Don't move point.
14535 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14536
14537 * progmodes/compile.el (grep): Provide a default set of files.
14538 (next-error): Docstring fix.
14539 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14540
14541 * emacs-lisp/easy-mmode.el (define-minor-mode):
14542 Use `symbol-value' to keep the byte-compiler quiet.
14543
14544 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14545 (diff-find-source-location): New fun, extracted from diff-goto-source.
14546 (diff-goto-source): Use it.
14547 (diff-next-complex-hunk, diff-filter-lines): New function.
14548 (diff-apply-hunk): New command.
14549
14550 * smerge-mode.el (smerge-mode-menu): Doc fix.
14551
14552 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14553
145542000-08-16 Dave Love <fx@gnu.org>
14555
14556 * windmove.el (windmove) <defgroup>: Add :version.
14557
14558 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14559 (goto-address-fontify-p, goto-address-highlight-p)
14560 (goto-address-url-face, goto-address-url-mouse-face)
14561 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14562 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14563 (goto-address-fontify, goto-address-at-mouse): Simplify,
14564 (goto-address-at-point): browse-url-url-at-point,
14565 goto-address-find-address-at-point can return nil.
14566 (goto-address-find-address-at-point): Return nil on failure.
14567
14568 * align.el (align) <defgroup>: Add :version.
14569
14570 * calculator.el (calculator): Add :version.
14571 (calculator): Use two lines for calculator window if `modeline'
14572 face is boxed.
14573
14574 * play/5x5.el: Doc fixes.
14575 (5x5) <defgroup>: Add :version.
14576
14577 * play/fortune.el (fortune) <defgroup>: Add :version.
14578 (fortune-append): Fix error message.
14579 (fortune-from-region): Doc fix.
14580
14581 * play/pong.el (pong): Doc fix.
14582
14583 * play/morse.el: Keywords, commentary, autoloads.
14584
145852000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14586
14587 * desktop.el (desktop-save): Don't look at symbol-value of a
14588 member of minor-mode-alist, unless it is boundp.
14589
145902000-08-16 Sam Steingold <sds@gnu.org>
14591
14592 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14593 `while'; use `with-current-buffer' instead of `save-excursion'.
14594 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14595
145962000-08-16 Kenichi Handa <handa@etl.go.jp>
14597
14598 * international/ccl.el (declare-ccl-program): Docstring modified.
14599 (ccl-execute-with-args): Likewise.
14600
146012000-08-16 Miles Bader <miles@gnu.org>
14602
14603 * progmodes/sql.el: Add compatibility definition of
14604 comint-line-beginning-position.
14605
146062000-08-15 Gerd Moellmann <gerd@gnu.org>
14607
14608 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14609 'buffer-menu' property.
14610 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14611 fails.
14612 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14613 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14614 wasn't killed.
14615
14616 * buff-menu.el (list-buffers-noselect): Don't display the
14617 *Buffer List* buffer.
14618
14619 * font-lock.el: Require jit-lock to prevent a very late
14620 `Loading jit-lock' message.
14621
14622 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14623 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14624 mail address.
14625
146262000-08-15 Miles Bader <miles@gnu.org>
14627
14628 * textmodes/ispell.el (ispell-graphic-p): New constant.
14629 (ispell-choices-win-default-height, ispell-help): Use
14630 `ispell-graphic-p' instead of `xemacsp'.
14631
146322000-08-15 Dave Love <fx@gnu.org>
14633
14634 * simple.el: Autoload widget-convert when compiling.
14635 (mail-user-agent): Doc fix.
14636
14637 * help.el (function-called-at-point, variable-at-point): Use
14638 with-syntax-table.
14639 (help-manyarg-func-alist): Add insert-and-inherit.
14640
14641 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14642
14643 * delsel.el (delsel-unload-hook): New function.
14644
14645 * find-file.el: Doc fixes. Move provide to end.
14646 (ff) <defgroup>: Add :link.
14647 (ff-goto-click): Deleted.
14648 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14649 Use mouse-set-point.
14650
14651 * textmodes/tildify.el: Doc fixes.
14652 (tildify) <defgroup>: Add:version.
14653
14654 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14655 (glasses-custom-set): Use set-default, not set.
14656 (minor-mode-alist): Propertize the lighter.
14657 (glasses-mode): Provide optional arg.
14658
14659 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14660 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14661 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14662 option. Provide :type.
14663 (cwarn-configuration): Provide :type.
14664 (cwarn-mode): Doc fix.
14665
14666 * add-log.el (change-log-merge): Doc fix.
14667 (change-log-redate): New command.
14668
14669 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14670 Doze and Dog.
14671 (browse-url): Use dolist, not mapcar.
14672 (browse-url-at-point): Check for null url.
14673 (browse-url-event-buffer, browse-url-event-point): Functions
14674 deleted.
14675 (browse-url-at-mouse, browse-url-netscape): Simplify.
14676
14677 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14678 modes.
14679 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14680 Fix previous change to mapcan.
14681 (msb--init-file-alist, msb--add-separators)
14682 (msb--make-keymap-menu): Simplify.
14683 (msb--choose-file-menu): Use copy-sequence.
14684 (msb-mode-map): Add title to keymap.
14685 (msb-unload-hook): New function.
14686
14687 * bs.el: Fix indentation.
14688 (bs) <defgroup>: Add :links.
14689 (bs-show): Doc fix.
14690 (bs-apply-sort-faces): Don't use window-system.
14691 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14692
146932000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14694
14695 * calendar/timeclock.el (timeclock-file): Run .timelog through
14696 convert-standard-filename.
14697
146982000-08-14 Gerd Moellmann <gerd@gnu.org>
14699
14700 * emacs-lisp/authors.el: New file.
14701
14702 * paren.el (show-paren-priority): New user option.
14703 (show-paren-function): Set overlay priorities to
14704 show-paren-priority.
14705
147062000-08-14 Miles Bader <miles@gnu.org>
14707
14708 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14709 beginning-of-line with inhibit-field-text-motion bound.
14710
147112000-08-14 Gerd Moellmann <gerd@gnu.org>
14712
14713 * calendar/timeclock.el: New file.
14714
147152000-08-14 David Ponce <david@dponce.com>
14716
14717 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14718 `widget-button-click'. so that one can use left mouse button to
14719 click on dialog buttons.
14720
147212000-08-14 Emmanuel Briot <briot@gnat.com>
14722
14723 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14724 identifiers, since XML is case sensitive
14725
147262000-08-12 Miles Bader <miles@gnu.org>
14727
14728 * comint.el (comint-output-filter): Don't bother frobbing
14729 window-start, it doesn't seem to be necessary.
14730
14731 * comint.el (comint-send-string, comint-send-region): Make into
14732 real functions. Snapshot the prompt before sending.
14733
147342000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14735
14736 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14737 technique similar to Info-index, instead of relying on specific
14738 names of relevant Index nodes.
14739 (Info-goto-emacs-command-node): Bind Info-history to nil when
14740 going to the first node found by Info-find-emacs-command-nodes.
14741
147422000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14743
14744 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14745
147462000-08-10 Miles Bader <miles@gnu.org>
14747
14748 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14749
147502000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14751
14752 * info.el (Info-file-list-for-emacs): More elements for the
14753 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14754 and woman manuals.
14755
147562000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14757
14758 * comint.el (comint-send-input): Make the newline boundary overlay
14759 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14760 (comint-output-filter): Use `insert' instead of
14761 `insert-before-markers'. Extend comint-last-output-overlay when
14762 necessary since we can't rely on insert-before-markers to do it.
14763 * gud.el (gud-filter): Use `with-current-buffer' instead of
14764 save-excursion when inserting the output, so that point gets
14765 updated correctly; the old method relied on a rather dodgy
14766 side-effect of comint-output-filter to avoid the effect of
14767 save-excursion.
14768
147692000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14770
14771 * files.el (recover-file): Call insert-directory instead of
14772 invoking `ls' directly.
14773
147742000-08-10 Miles Bader <miles@gnu.org>
14775
14776 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14777 (comint-last-prompt-overlay): New variables.
14778 (comint-output-filter): Implement prompt highlighting.
14779 (comint-snapshot-last-prompt): New function.
14780 (comint-send-input): Snapshot the last prompt.
14781 Use comint-highlight-input-face.
14782 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14783 Use defface instead of defcustom.
14784 (send-invisible, comint-send-eof): Snapshot the last prompt.
14785 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14786 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14787
147882000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14789
14790 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14791 (regexp-opt-group): Use a list of chars for `letters'.
14792 (regexp-opt-charset): `chars' is now a list of chars.
14793 Use a char-table rather than a vector so it works for multibyte chars.
14794
14795 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14796 Set cvs-minor-current-files to the selected fileinfo.
14797 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14798 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14799
148002000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14801
14802 * files.el (insert-directory): Don't call access-file on
14803 directories on DOS and Windows.
14804
148052000-08-09 Kenichi Handa <handa@etl.go.jp>
14806
14807 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14808 longer if necessary.
14809 (ccl-embed-code): Call ccl-embed-data to store CODE in
14810 ccl-program-vector.
14811
148122000-08-09 Miles Bader <miles@gnu.org>
14813
14814 * comint.el (comint-output-filter): Properly handle the case where
14815 the text surrounded by comint-last-output-overlay was deleted.
14816
148172000-08-08 Gerd Moellmann <gerd@gnu.org>
14818
14819 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14820 non-nil.
14821 (Info-file-list-for-emacs): Remove "info" from the list because
14822 that leads to trying to use the documentation from file `info'
14823 in various situations where it isn't appropriate, for instance
14824 C-h C-k C-h i.
14825
14826 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14827 DIR and/or STRING are nil.
14828
14829 * progmodes/compile.el (compilation-setup): Make variable
14830 compilation-error-screen-columns buffer-local, as some comment
14831 in the code suggests it should be.
14832
14833 * files.el (auto-mode-interpreter-regexp): New variable.
14834 (set-auto-mode): Use it.
14835
14836 * indent.el (indent-for-tab-command): Doc fix.
14837
14838 * mouse-sel.el (mouse-sel-mode): Doc fix.
14839
14840 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14841 labels.
14842
14843 * help.el (print-help-return-message): When
14844 display-buffer-reuse-frames is set, let the help window been quit,
14845 instead of deleting it, which might delete a reused frame.
14846
148472000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14848
14849 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14850 rename a directory to a name that differs only by its letter case.
14851
148522000-08-08 Kenichi Handa <handa@etl.go.jp>
14853
14854 * international/quail.el (quail-define-rules): Handle Quail decode
14855 map correctly. Add code for supporting annotations.
14856 (quail-install-decode-map): New function.
14857 (quail-defrule-internal): New optional arguments decode-map and
14858 props.
14859 (quail-advice): New function.
14860
148612000-08-07 Sam Steingold <sds@gnu.org>
14862
14863 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14864 `defconst', `define-condition', `with-slots'.
14865 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14866
148672000-08-03 Miles Bader <miles@gnu.org>
14868
14869 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14870 New variable.
14871 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14872 comint-use-prompt-regexp-instead-of-fields.
14873 (comint-send-input): Add `input' field property to stuff we send to
14874 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14875 (comint-output-filter): Add `output' field property to process
14876 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14877 (comint-replace-by-expanded-history)
14878 (comint-get-old-input-default, comint-show-output)
14879 (comint-backward-matching-input, comint-forward-matching-input)
14880 (comint-next-prompt, comint-previous-prompt): Use field
14881 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14882 (comint-line-beginning-position): New function.
14883 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14884 (comint-replace-by-expanded-history-before-point): Use
14885 comint-line-beginning-position and line-end-position.
14886 (comint-last-output-overlay): New variable.
14887 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14888
14889 * shell.el (shell-prompt-pattern): Doc change.
14890 (shell-backward-command): Use line-beginning-position.
14891
14892 * gud.el (gud-gdb-complete-command): Use
14893 comint-line-beginning-position.
14894
14895 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14896 comint-bol doesn't actually go to the beginning of the line.
14897
14898 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14899 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14900 (try-expand-line-all-buffers): Likewise.
14901
14902 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14903 explicitly matching comint-prompt-regexp.
14904 (sql-copy-column): Use comint-line-beginning-position instead of
14905 explicitly matching comint-prompt-regexp.
14906
14907 * progmodes/octave-inf.el (inferior-octave-complete): Use
14908 comint-line-beginning-position.
14909
14910 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14911
14912 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14913 looking for a prompt, use `forward-line 0' instead of
14914 `beginning-of-line', to avoid getting caught by an input field.
14915
149162000-08-07 Gerd Moellmann <gerd@gnu.org>
14917
14918 * files.el (shell-quote-wildcard-pattern): Make sure to return
14919 PATTERN, in the Unix case.
14920
149212000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14922
14923 * play/zone.el (zone): Discard any pending input before running
14924 the randomly-chosen pgm.
14925
149262000-08-07 Kenichi Handa <handa@etl.go.jp>
14927
14928 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14929 checking the existence of any multibyte characters.
14930
149312000-08-06 Gerd Moellmann <gerd@gnu.org>
14932
14933 * help.el (describe-mode): Test minor-mode symbol for being
14934 bound before testing its value for being nil.
14935
14936 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14937 `first', `second', and `third'.
14938
14939 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14940 (second): Make it an alias for `cadr'.
14941
149422000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14943
14944 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14945 types of display support faces now.
14946
149472000-08-05 Gerd Moellmann <gerd@gnu.org>
14948
14949 * pcvs.el (require): Require `cl' during compilation, only.
14950
14951 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14952 (toplevel): Remove `remq' and `remove' from autoloads.
14953 (cl-fake-autoloads): New variable. If set, arrange for an error
14954 when CL functions etc. are autoloaded.
14955
149562000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14957
14958 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14959
14960 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14961 popped up, but the user clicks outside the menu, return an empty
14962 regexp (that causes unhighlight-regexp to have no effect).
14963
14964 * menu-bar.el (menu-bar-games-menu): Add Zone.
14965
14966 * hi-lock.el (toplevel): Require font-lock.
14967
149682000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14969
14970 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14971 (ebnf-8-bit-chars): New var for bug fix.
14972 (ebnf-string): Bug fix.
14973
149742000-08-03 Sam Steingold <sds@gnu.org>
14975
14976 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14977 instead of `buffer-string'.
14978 (require 'cl): Always, not just when compiling.
14979 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14980 necessary.
14981
149822000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14983
14984 * international/mule-cmds.el (select-safe-coding-system): Make
14985 the message text about selecting a safe coding system more clear.
14986
149872000-08-02 Gerd Moellmann <gerd@gnu.org>
14988
14989 * hi-lock.el: New file.
14990
14991 * play/zone.el: New file.
14992
14993 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14994 value of tab-width in the original buffer. Choose a line number
14995 format that's a multiple of the original buffer's tab width, so
14996 that lines appear right.
14997
14998 * textmodes/ispell.el (ispell): New function, replacing an alias.
14999 Spell-check active region if in transient-mark-mode and mark
15000 is active; otherwise spell-check buffer.
15001
150022000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15003
15004 * ps-mule.el: Fix a customization problem on
15005 ps-mule-font-info-database-default.
15006
150072000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
15008
15009 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
15010 display-mouse-p instead of window-system.
15011 (ebrowse-member-mode-map): Ditto.
15012
150132000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15014
15015 * progmodes/ebnf2ps.el: Update ps-print functions call.
15016 Indentation fix. Doc fix.
15017 (ebnf-version): New version number (3.2).
15018 (ebnf-format-color, ebnf-begin-job): Code fix.
15019
150202000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
15021
15022 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
15023 font lock support on window-system.
15024 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
15025
15026 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
15027 display-color-p, if fboundp, instead of window-system.
15028
150292000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
15030
15031 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
15032 instead of window-system.
15033
15034 * wid-edit.el (widget-choose): Use display-mouse-p instead of
15035 window-system.
15036 (widget-choice-mouse-down-action): Use display-popup-menus-p
15037 instead of window-system.
15038
15039 * strokes.el (strokes-file): Run the file name through
15040 convert-standard-filename.
15041 (strokes-mode): Call display-mouse-p instead of looking at
15042 window-system. Change the error message accordingly.
15043
15044 * progmodes/cpp.el (toplevel): Support faces on tty's.
15045
15046 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15047 (lm-plot-square, lm-init-display): Don't use window-system.
15048
15049 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15050 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15051
15052 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15053 instead of looking at window-system.
15054
150552000-07-30 Gerd Moellmann <gerd@gnu.org>
15056
15057 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15058 of testing if iswitchb-prepost-hooks is bound, because the
15059 latter will always be true when invoking a recursive minibuffer
15060 from an active Iswitchb buffer.
15061
150622000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15063
15064 * files.el (shell-quote-wildcard-pattern): New function.
15065 (insert-directory): Call it. Only prepend "\" to command on Unix
15066 and GNU/Linux systems.
15067
150682000-07-30 Gerd Moellmann <gerd@gnu.org>
15069
15070 * eshell/esh-groups.el: Change custom :link file names
15071 from `eshell.info' to `eshell'.
15072
150732000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15074
15075 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15076 correctly in recursive ange-ftp listings.
15077
150782000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15079
15080 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15081 ps-header-font-size-internal and
15082 ps-header-title-font-size-internal variables are not set,
15083 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15084 face text property is (foreground-color . COLOR) or
15085 `(background-color . COLOR)', ps-print crashes. Doc fix.
15086 (ps-print-version): New version number (5.2.4).
15087 (ps-plot-region): Code fix.
15088 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15089 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15090 Bug fix 2.
15091
150922000-07-30 Milan Zamazal <pdm@freesoft.cz>
15093
15094 * glasses.el (glasses-make-readable): Fix uncapitalization of
15095 identifiers like `myXMLDocument'.
15096
150972000-07-28 Karl Fogel <kfogel@red-bean.com>
15098
15099 * mail/mail-hist.el (mail-hist-previous-input)
15100 (mail-hist-next-input): Do the obvious code factorization.
15101 (mail-hist-retrieve-and-insert): New func, contains common
15102 code of above two.
15103 If inserting a message body, leave point at top.
15104
151052000-07-28 Sam Steingold <sds@gnu.org>
15106
15107 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15108 Use `<=', not `<' to compare times!
15109 (ange-ftp-ls): Remove.
15110
151112000-07-27 Gerd Moellmann <gerd@gnu.org>
15112
15113 * play/cookie1.el: Add explanation of how to make cookie.el
15114 compatible with strfile(1) to comment.
15115
15116 * subr.el (remove, remq): New functions.
15117
15118 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15119 escape `*' in regexps.
15120 (midnight-find): Reverse order of arguments in the funcall of
15121 TEST.
15122
15123 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15124 and `.class'.
15125
15126 * play/meese.el: Add Commentary section.
15127
151282000-07-27 Alex Schroeder <alex@gnu.org>
15129
15130 * sql.el (sql-ms): Added autoload cookie.
15131 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15132 (sql-oracle): Ditto.
15133 (sql-help): Doc change.
15134
15135 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15136 types and exceptions.
15137
151382000-07-27 Alex Schroeder <alex@gnu.org>
15139
15140 * sql.el (sql-placeholder-history): New variable.
15141 (sql-query-placeholders-and-send): New function that will query
15142 the user and replace placeholders with user input.
15143 (sql-oracle): If running on NT, set comint-input-sender to
15144 sql-query-placeholders-and-send.
15145
15146 (sql-stop): If in the SQLi buffer, insert stop notification, else
15147 present it as a message.
15148
151492000-07-27 Alex Schroeder <alex@gnu.org>
15150
15151 * sql.el (sql-input-ring-separator): Doc change.
15152 (sql-input-ring-file-name): Doc change.
15153 (sql-interactive-mode): Use `sql-input-ring-separator' and
15154 `sql-input-ring-file-name' to set the comint-mode equivalents
15155 without making them local variables.
15156 (sql-stop): Don't bind `sql-input-ring-separator' and
15157 `sql-input-ring-file-name' dynamically to their comint-mode
15158 equivalents.
15159
151602000-07-27 Kenichi Handa <handa@etl.go.jp>
15161
15162 * international/mule.el (register-char-codings): New function.
15163 (make-coding-system): Handle `safe-chars' specification in the arg
15164 PROPERTY.
15165
15166 * international/mule-cmds.el
15167 (find-coding-systems-region-subset-p): This function deleted.
15168 (sort-coding-systems-predicate): New variable.
15169 (sort-coding-systems): New function.
15170 (find-coding-systems-region): Use
15171 find-coding-systems-region-internal.
15172 (find-coding-systems-string): Use find-coding-systems-region.
15173 (find-coding-systems-for-charsets): Check
15174 char-coding-system-table.
15175 (select-safe-coding-system-accept-default-p): New variable.
15176 (select-safe-coding-system): Mostly rewritten. New argument
15177 ACCEPT-DEFAULT-P.
15178 (select-message-coding-system): Call select-safe-coding-system
15179 with ACCEPT-DEFAULT-P arg.
15180 (reset-language-environment): Reset default-sendmail-coding-system
15181 to the default value iso-latin-1.
15182 (set-language-environment): Don't set the obsolete variable
15183 charset-origin-alist.
15184
15185 * international/codepage.el (cp-coding-system-for-codepage-1):
15186 Give `safe-chars' property to make-coding-system.
15187
15188 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15189 calling select-message-coding-system twice.
15190
15191 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15192 instead of `safe-charsets'.
15193 (cyrillic-alternativnyj): Likewise.
15194 (ccl-encode-alternativnyj): Don't check the charset
15195 cyrillic-iso8859-5.
15196
151972000-07-27 Kenichi Handa <handa@etl.go.jp>
15198
15199 * composite.el (compose-chars-after): Preserve match data.
15200
152012000-07-26 Sam Steingold <sds@gnu.org>
15202
15203 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15204 (ange-ftp-real-file-newer-than-file-p): New function.
15205 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15206 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15207
15208 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15209 * midnight.el (midnight-float-time): Ditto.
15210
152112000-07-26 Andreas Schwab <schwab@suse.de>
15212
15213 * files.el (normal-backup-enable-predicate): Correct
15214 interpretation of the return value of compare-strings.
15215
152162000-07-26 Gerd Moellmann <gerd@gnu.org>
15217
15218 * isearch.el (isearch-resume): New function.
15219 (isearch-done): Add something to command-history to resume
15220 the search.
15221 (isearch-yank-line, isearch-yank-word): Use
15222 buffer-substring-no-properties instead of buffer-substring.
15223
15224 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15225 of flyspell-mouse-map.
15226
15227 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15228 duplicate definition.
15229 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15230
15231 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15232 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15233
152342000-07-25 Sam Steingold <sds@gnu.org>
15235
15236 * net/ange-ftp.el: Get modtime over the net.
15237 (ange-ftp-file-modtime): New function.
15238 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15239 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15240 Use it.
15241 (ange-ftp-dot-to-slash): New function.
15242 (ange-ftp-fix-name-for-vms): Use it.
15243
15244 * midnight.el (midnight-buffer-display-time): Use
15245 `with-current-buffer'.
15246
152472000-07-25 Gerd Moellmann <gerd@gnu.org>
15248
15249 * find-dired.el: Update copyright notice.
15250 (find-dired): Offer to kill a running `find'.
15251
15252 * enriched.el (enriched-face-ans): For a `foreground-color'
15253 property, return '(("x-color" COLOR))' so that COLOR will be
15254 output as a parameter of the x-color annotation. Likewise for the
15255 `background-color' property. In the case of normal face
15256 properties, don't return annotations for unspecified foreground
15257 and background face attributes.
15258
152592000-07-25 Kenichi Handa <handa@etl.go.jp>
15260
15261 * language/japan-util.el (japanese-katakana-region): Fix handling
15262 HANKAKU argument.
15263
152642000-07-25 Miles Bader <miles@gnu.org>
15265
15266 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15267 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15268 constrain-to-field.
15269
152702000-07-24 Andrew Innes <andrewi@gnu.org>
15271
15272 * timer.el (timer-activate-when-idle): Add optional parameter
15273 DONT-WAIT. Update docstring.
15274 (run-with-idle-timer): Specify extra parameter to
15275 timer-activate-when-idle, so that timer will be activated
15276 immediately if Emacs is already idle.
15277
15278 * w32-fns.el (w32-using-nt): Fix docstring.
15279
152802000-07-24 Dave Love <fx@gnu.org>
15281
15282 * mouse.el (popup-menu): Set last-command-event.
15283 (mouse-major-mode-menu-prefix): Declare.
15284
152852000-07-24 Gerd Moellmann <gerd@gnu.org>
15286
15287 * textmodes/flyspell.el: Update to author's version 1.5d.
15288
15289 * progmodes/hideshow.el: Update copyright notice.
15290
15291 * vcursor.el: Set maintainer to FSF, since author cannot
15292 be reached.
15293
152942000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15295
15296 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15297 the prompt.
15298
15299 * mouse.el (popup-menu): Run the keymap through indirect-function,
15300 in case it was defined with define-prefix-key. If the menu is a
15301 list of keymaps, look up the binding of user's choice in each one
15302 of the keymaps.
15303 (mouse-popup-menubar): If the global and local menu-bar keymaps
15304 don't have a prompt string, create one and insert it into the
15305 keymap. Don't barf if current-local-map returns nil.
15306
153072000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15308
15309 * dired.el (dired-sort-R-check): Added to allow recursive listing
15310 to be undone.
15311 (dired-sort-other): Use it.
15312
153132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15314
15315 * Release of cc-mode 5.27
15316
153172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15318
15319 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15320 c-beginning-of-statement-1 that caused a bad case of recursion
15321 which could consume a lot of CPU in large classes in languages
15322 that have in-expression classes (i.e. Java and Pike).
15323
15324 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15325 statements before top level constructs (i.e. case 6 is moved
15326 before case 5 and is now case 4) to catch in-expression
15327 classes in top level expressions correctly.
15328
153292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15330
15331 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15332 objc-method-intro. Case 4 removed and case 5I added.
15333
15334 * cc-langs.el (c-append-paragraph-start): New variable used by
15335 c-common-init to get paragraph-start correct.
15336 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15337 initialize paragraph-start to make it correct both with and
15338 without the javadoc special case.
15339
15340 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15341 initialize paragraph-start for javadoc markup.
15342
15343 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15344 change by defaulting this to t. It's motivated by the
15345 confusing behavior that otherwise arise from the style system
15346 when editing both java and non-java files at the same time
15347 (see the comments about style setting in c-common-init).
15348
153492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15350
15351 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15352 similar to the one in c-fill-paragraph to check the fill
15353 prefix from the adaptive fill function for sanity.
15354
153552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15356
15357 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15358 defun block.
15359
a30eb617
DL
153602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15361
15362 * cc-align.el (c-lineup-multi-inher): Handle lines with
15363 leading comma nicely. Extended to handle member initializers
15364 too.
15365
15366 * cc-engine.el: (c-beginning-of-inheritance-list,
15367 c-guess-basic-syntax): Fixed recognition of inheritance lists
15368 when the lines begins with a comma.
15369
a30eb617
DL
15370 * cc-vars.el (c-offsets-alist): Changed default for
15371 member-init-cont to c-lineup-multi-inher since it now handles
15372 member initializers and indents better for leading commas.
15373
153742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15375
15376 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15377 handling that caused class open lines to be recognized as
15378 statement-conts in some cases.
15379
15380 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15381 guessed by the adaptive fill function unless point is on the
15382 first line of a block comment.
15383
15384 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15385 when the buffer ends with a macro continuation char.
15386
15387 * cc-engine.el (c-guess-basic-syntax): Added support for
15388 function definitions as statements in Pike. The first
15389 statement in a lambda block is now labeled defun-block-intro
15390 instead of statement-block-intro.
15391
15392 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15393 so that the class surrounding point is selected, not the one
15394 innermost in the state.
15395
15396 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15397 recognition of switch labels having hanging multiline
15398 statements.
15399
15400 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15401 some code in c-guess-basic-syntax to a separate function.
15402 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15403 recognition of member inits with multiple line arglists.
15404 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15405 member-init-cont when the commas are in funny places.
15406
154072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15408
15409 * cc-defs.el (c-auto-newline): Removed this macro since it's
15410 not used anymore.
15411
15412 * cc-engine.el (c-looking-at-bos): New helper function.
15413 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15414 inexpr and toplevel classes apart in Pike.
15415
15416 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15417 of case 9A.
15418
15419 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15420 constant, since "class" can introduce an in-expression class
15421 in Pike nowadays.
15422
154232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15424
15425 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15426 indentation on cpp-macro lines.
15427
15428 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15429 a syntax modifier like comment-intro, to make it possible to
15430 get syntactic indentation for preprocessor directives. It's
15431 incompatible wrt to lineup functions on cpp-macro, but it has
15432 no observable effect in the 99.9% common case where cpp-macro
15433 is set to -1000.
15434
154352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15436
15437 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15438 member-init-cont when the preceding arglist is several lines.
15439
154402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15441
15442 * cc-styles.el (c-style-alist): The basic offset for the BSD
15443 style corrected to 8.
15444
154452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15446
15447 * cc-styles.el (c-style-alist): Adjusted the indentation of
15448 brace list openers in the gnu style.
15449
154502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15451
15452 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15453
15454 * cc-cmds.el (c-electric-brace, c-electric-slash,
15455 c-electric-star, c-electric-semi&comma, c-electric-colon,
15456 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15457 when c-syntactic-indentation is nil.
15458
15459 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15460 we were left at comments preceding the first statement when
15461 reaching the beginning of the buffer.
15462
15463 * cc-vars.el (c-syntactic-indentation): New variable to turn
15464 off all syntactic indentation.
15465
154662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15467
15468 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15469 between the text and the block comment ender when it hangs,
15470 depending on how many there are before the fill.
15471
154722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15473
15474 * cc-engine.el (c-beginning-of-closest-statement): New helper
15475 function to go back to the closest preceding statement start,
15476 which could be inside a conditional statement.
15477 * cc-engine.el (c-guess-basic-syntax): Use
15478 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15479
15480 * cc-engine.el (c-guess-basic-syntax): Better handling of
15481 arglist-intro, arglist-cont-nonempty and arglist-close when
15482 the arglist is nested inside parens. Cases 7A, 7C and 7F
15483 changed.
15484
15485 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15486 up-to-date with javadoc 1.2.
15487
154882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15489
15490 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15491 multiline Pike type decls.
15492
154932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15494
15495 * cc-cmds.el (c-indent-new-comment-line): Always break
15496 multiline comments in multiline mode, regardless of
15497 comment-multi-line.
15498
154992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15500
15501 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15502 fully::qualified::names in C++ member init lists. Preamble in
15503 case 5D changed.
15504
155052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15506
15507 * cc-langs.el (c-common-init): Handling of obsolete variables
15508 moved to c-initialize-cc-mode. More compatible style override
15509 when using global style variables.
15510 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15511 variables moved here.
15512
a30eb617
DL
15513 * cc-styles.el (c-make-styles-buffer-local): Flag style
15514 variable localness in c-style-variables-are-local-p to make
15515 the compatibility measure in c-common-init work well.
15516
15517 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15518 longer contain set-from-style.
15519 * cc-styles.el (c-initialize-builtin-style): Don't check for
15520 set-from-style on c-special-indent-hook.
15521 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15522 copy-alist is sufficient now.
15523
15524 * cc-styles.el (c-set-style, c-set-style-1,
15525 c-get-style-variables): Fixes to variable initialization so
15526 that duplicate entries in styles have the same effect
15527 regardless of DONT-OVERRIDE.
15528
15529 * cc-styles.el (c-set-style-2): Fixed bug where the
15530 initialization of inheriting styles failed when the
15531 dont-override flag is set.
15532
15533 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15534 on this.
15535
155362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15537
15538 * cc-defs.el (c-forward-comment): Removed the workaround
15539 introduced in 5.38 since it had worse side-effects. If a line
15540 contains the string "//\"", it regarded the // as a comment
15541 start since the \ temporarily doesn't have escape syntax.
15542
eb04d6cd 155432000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
15544
15545 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15546 ada-xref.el before ada-prj.el, so that the Project menu is created
15547 when ada-prj tries to add to it.
15548 (ada-activate-keys-for-case): Suppress the characters that are not
15549 part of the Ada syntax. Better compatibility with else-mode
15550 (ada-adjust-case-interactive): When auto-casing is not active,
15551 correctly insert newlines (used to insert only ^M). Prevent the
15552 syntax table from being changed in case of an error
15553 (or '_' becomes part of a word and some commands are confused).
15554 Do nothing if ada-auto-case is nil.
15555 (ada-after-keyword-p): Ignore keywords that are also attributes
15556 (ada-batch-reformat): Update usage comment
15557 (ada-call-from-contextual-menu): New function
15558 (ada-case-read-exceptions): Reinitialize the casing exception list
15559 first to nil first, so that the casing exception file can be
15560 shared.
15561 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15562 files.
15563 (ada-compile-goto-error): Fix regexp used to detect a file:line
15564 anywhere in the error message
15565 (ada-contextual-menu-last-point): New variable
15566 (ada-create-keymap): If the variable delete-key-deletes-forward is
15567 t on XEmacs, it means that DEL should delete one character
15568 forward.
15569 (ada-create-menu): Use :included instead of :visible for XEmacs.
15570 New submenu "Options".
15571 (ada-end-stmt-re): Correctly indent "select ... then abort"
15572 statements.
15573 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15574 even if they don't match ada-fill-comment-prefix Fix handling of
15575 paragraphs on the first or last line of a file.
15576 (ada-format-paramlist): Fix handling of default parameter values.
15577 (ada-get-body-name): New function.
15578 (ada-get-current-indent): Optimized by searchling directly for an
15579 existing generic part or a statement outside of it. Handle
15580 ada-indent-align-comments when indenting comments Replaced some
15581 regexps by testing directly the next character. This results in a
15582 huge speedup on some files. New indentation scheme for renames
15583 statements. Stop looking for the 'while' or 'for' associated with
15584 a 'loop' at the first semicolon encountered. A "return" can also
15585 match an anonymous access subprogram declaration.
15586 (ada-get-indent-noindent): Ignore strings and comments when
15587 looking for the keywords "record" and "private".
15588 (ada-goto-matching-decl-start): When matching "if", make sure we
15589 are not in fact seeing "end if". Ignore "when" statements except
15590 when initial keyword was "begin". Fix handling of nested
15591 procedures. Add a recursive call to this function to skip over
15592 other 'end' statmts. Fix indentation for "when .. => begin"
15593 (ada-in-open-paren-p): Fix indentation for complex boolean
15594 expressions, where 'and then', 'or else' and parenthesis
15595 statements are mixed up.
15596 (ada-in-paramlist-p): Skip comments while searching for the
15597 beginning Fix handling of operator declarations.
15598 (ada-indent-align-comments): New variable
15599 (ada-indent-current): Change the syntax table only in the
15600 protected section, so that we are sure it is restored correctly.
15601 (ada-indent-on-previous-lines): Use ada-use-indent and
15602 ada-with-indent Correctly indent "select ... then"
15603 (ada-indent-region): Slight speedup.
15604 (ada-indent-renames): New variable.
15605 (ada-last-which-function-subprog, ada-last-which-function-line):
15606 New variables
15607 (ada-looking-at-semi-private): Correctly indent the 'private'
15608 keyword when it is the first word in a package declaration.
15609 (ada-loose-case-word): Stop searching if at the end of the buffer.
15610 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15611 even if point is not initially at the end of the word.
15612 (ada-matching-decl-start-re): Add "when".
15613 (ada-mode): Add support for abbrev-mode, outline-mode and
15614 which-func-mode Override the old find-file.el entry in
15615 ff-special-constructs since it is using the obsolete
15616 ada-spec-suffix variable
15617 (ada-no-auto-case): New function
15618 (ada-scan-paramlist): When parsing the argument type, accept
15619 spaces (as in "X 'Class", generated by Rational Rose).
15620 (ada-other-file-name): No longer loads the other file.
15621 (ada-popup-menu): Save and restore the current buffer and cursor
15622 position before and after displaying the menu.
15623 (ada-search-ignore-complex-boolean): New function.
15624 (ada-uncomment-region): Emacs21 already knows how to delete
15625 comments not starting in the first column.
15626 (ada-use-indent): New variable
15627 (ada-which-function): New function.
15628 (ada-with-indent): New variable
15629 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15630 can be batch-compiled from the command line.
15631
15632 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15633 Add to the menu when the file is loaded, not in ada-mode-hook.
15634 Add -toolbar to the default ddd command Switches moved from
15635 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15636 ada-prj-default-comp-opt
15637 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15638 Reference Manual to the menu
15639 (ada-check-current): rewritten as a call to ada-compile-current
15640 (ada-compile): Removed.
15641 (ada-compile-application, ada-compile-current, ada-check-current):
15642 Set the compilation-search-path so that compile.el automatically
15643 finds the sources in src_dir. Automatic scrollong of the
15644 compilation buffer. C-uC-cC-c asks for confirmation before
15645 compiling
15646 (ada-compile-current): New parameter, prj-field
15647 (ada-complete-identifier): Load the .ali file before doing
15648 processing
15649 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15650 conform to gnatmake's behavior.
15651 (ada-find-file-in-dir): New function
15652 (ada-find-references): Set the environment variables for gnatfind
15653 (ada-find-src-file-in-dir): New function.
15654 (ada-first-non-nil): Removed
15655 (ada-gdb-application): Add support for jdb, the java debugger.
15656 (ada-get-ada-file-name): Load the original-file first if not done
15657 yet.
15658 (ada-get-all-references): Handles the new ali syntax (parent types
15659 are found between <>).
15660 (ada-initialize-runtime-library): New function
15661 (ada-mode-hook): Always load a project file when a file is opened,
15662 so that the casing exceptions are correctly read.
15663 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15664 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15665 to open the project file, since the latter does not work with
15666 speedbar Get default values before loading the prj file, or the
15667 default executable file name is wrong. Use the absolute value of
15668 src_dir to initialize ada-search-directories and
15669 compilation-search-path,... Add the standard runtime library to
15670 the search path for find-file.
15671 (ada-prj-default-debugger): Was missing an opening '{'
15672 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15673 variables.
15674 (ada-prj-default-gnatmake-opt): New variable
15675 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15676 buffers, the project file is the default one Save the windows
15677 configuration before displaying the menu.
15678 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15679 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15680 ...) regexp-quote identifiers names to support operators +,
15681 -,... in regexps.
15682 (ada-remote): New function.
15683 (ada-run-application): Erase the output buffer before starting the
15684 run Support remote execution of the application. Use
15685 call-process, or the arguments are incorrectly parsed
15686 (ada-set-default-project-file): Reread the content of the active
15687 project file, not the one from the current buffer When a project
15688 file is set as the default project, all directories are
15689 automatically associated with it.
15690 (ada-set-environment): New function
15691 (ada-treat-cmd-string): New special variable ${current}
15692 (ada-treat-cmd-string): Revised. The substitution is now done for
15693 any ${...} substring
15694 (ada-xref-current): If no body was found, compiles the spec
15695 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15696 compiler to get rid of command line length limitations.
15697 (ada-xref-get-project-field): New function
15698 (ada-xref-project-files): New variable
15699 (ada-xref-runtime-library-specs-path)
15700 (ada-xref-runtime-library-ali-path): New variables
15701 (ada-xref-set-default-prj-values): Default run command now does a
15702 cd to the build directory. New field: main_unit Provide a default
15703 file name even if the current buffer has no prj file.
15704
15705 * ada-prj.el:
15706 Rewritten to show a tabbed-dialog.
15707 (ada-prj-add-ada-menu): Remove the map and name parameters.
15708 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15709 New function
15710 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15711 (ada-prj-load-from-file): New function
15712 (ada-prj-save): Always save fields that depend on the current buffer
15713 (ada-prj-show-value): New function
15714
15715 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15716 Ada mode. This will allow us to display the Ada menu in any buffer
15717 we want (for project items).
15718 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15719 number of spaces in the header.
15720
157212000-07-24 Dave Love <fx@gnu.org>
15722
15723 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15724
157252000-07-23 Noah Friedman <friedman@splode.com>
15726
15727 * type-break.el (type-break): perform autosave.
b52758d1 15728 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
15729 (type-break-do-query): Cancel query schedule while performing
15730 actual query, to avoid possibility of a second query being made
15731 while first one is already in progress.
15732 (type-break-time-stamp-format): New variable.
15733 (type-break-time-stamp): New function.
15734 (type-break-time-warning): Use it.
15735 (type-break-keystroke-warning): Use it.
15736 (type-break-noninteractive-query): Use it.
15737
15738 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15739 cookie.
15740 Use add-minor-mode to set minor-mode-alist, if available.
15741 (eldoc-echo-area-use-multiline-p): New user option.
15742 (eldoc-echo-area-multiline-supported-p): New variable.
15743 (eldoc-docstring-format-sym-doc): Use them.
15744 (eldoc-mode): If not using idle timers, append to local post and
15745 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15746 (eldoc-display-message-no-interference-p): Don't interfere with
15747 edebug.
15748 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15749 (eldoc-function-arglist): New function.
15750 (eldoc-function-argstring): Use it.
15751
15752 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15753 auto save directory exists before calling directory-files.
15754
157552000-07-23 Dave Love <fx@gnu.org>
15756
15757 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15758 ^o, ^u.
15759
157602000-07-21 Dave Love <fx@gnu.org>
15761
15762 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15763 now passed to the function. It now works properly.
15764
15765 * smerge-mode.el (smerge-mode-menu): Fill it out.
15766
157672000-07-20 Gerd Moellmann <gerd@gnu.org>
15768
15769 * info-look.el (info-lookup): If *info* is shown in another frame
15770 on the same display, select that frame, instead of switching to
15771 the Info buffer in another window of the selected frame.
15772
15773 * simple.el (universal-argument-map): Bind numeric keypad keys
15774 kp-0 to kp-9 and kp-subtract.
15775 (digit-argument): Handle these keys.
15776
157772000-07-20 Dave Love <fx@gnu.org>
15778
15779 * net/goto-addr.el (goto-address-fontify): Don't bother with
15780 buffer-modified and read-only stuff -- irrelevant with overlays.
15781 Put an extra property on the overlays and use it to clean up in
15782 case goto-address is re-run.
15783
157842000-07-19 Richard M. Stallman <rms@gnu.org>
15785
15786 * timer.el (run-with-idle-timer): Doc fix.
15787
15788 * mail/mail-utils.el (mail-strip-quoted-names):
15789 Handle case where <...> appears inside "...".
15790 Use replace-match to edit the string more simply.
15791 (rmail-dont-reply-to): Cope with an unmatched ".
15792
157932000-07-19 Dave Love <fx@gnu.org>
15794
15795 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15796 implementation.
15797
15798 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15799 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15800 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15801
158022000-07-19 Gerd Moellmann <gerd@gnu.org>
15803
15804 * textmodes/refer.el: Correct maintainer's email address.
15805
15806 * progmodes/hideif.el: Correct author's email address.
15807 Fix typo in comment.
15808
15809 * xml.el: New file.
15810
15811 * mail/mailheader.el: Correct author's mail address.
15812
15813 * gnus/parse-time.el: Correct author's mail address.
15814
158152000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15816
15817 * comint.el (comint-highlight-input, comint-highlight-face):
15818 New user options.
15819 (comint-input-ring-file-name): Change custom type.
15820 (comint-mode-map): Bind mouse-2.
15821 (comint-insert-clicked-input): New function.
15822 (comint-send-input): Handle input highlighting.
15823
158242000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15825
15826 * mouse.el (popup-menu): New function.
15827 (mouse-major-mode-menu): Use it.
15828
158292000-07-18 Dave Love <fx@gnu.org>
15830
15831 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15832 improvements.
15833
158342000-07-18 Gerd Moellmann <gerd@gnu.org>
15835
15836 * faces.el (face-font-selection-order)
15837 (face-font-family-alternatives): Add custom type.
15838
158392000-07-18 Dave Love <fx@gnu.org>
15840
15841 * cus-edit.el (custom-variable-reset-saved)
15842 (custom-variable-reset-standard): Remove unused bindings.
15843
15844 * rect.el (open-rectangle-line): Remove unused let.
15845
15846 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15847
158482000-07-18 Gerd Moellmann <gerd@gnu.org>
15849
15850 * cdl.el: Fix `Maintainer' keyword.
15851
15852 * play/pong.el: Add author's email address.
15853
158542000-07-17 Sam Steingold <sds@gnu.org>
15855
15856 * files.el (insert-directory): Call `split-string' instead of
15857 re-implementing it.
15858
158592000-07-18 Gerd Moellmann <gerd@gnu.org>
15860
15861 * mail/vms-pmail.el: Change maintainer to FSF.
15862
15863 * net/goto-addr.el: Change maintainer to FSF.
15864
15865 * info.el (Info-title-face-alist): Removed.
15866
158672000-07-18 David Ponce <david@dponce.com>
15868
15869 * recentf.el (recentf-open-files): New command that works like
15870 `recentf-open-more-files', but shows the whole list of files (not just
15871 those omitted from the menu). Useful if you don't use a menu-bar!
15872 (recentf-open-more-files) Modified to use `recentf-open-files'.
15873
15874 (recentf-open-files, recentf-open-more-files)
15875 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15876
15877 (recentf-dialog-mode): New mode for dialogs. You can now just type
15878 "q" to cancel the dialogs.
15879
158802000-07-18 David Ponce <david@dponce.com>
15881
15882 * recentf.el: This is a major update of recentf.el. It adds new
15883 features to better organize the recentf menu and "More..." buffer.
15884
15885 Using new provided menu filtering functions you can now organize the
15886 recent files list:
15887
15888 - by major modes
15889 - by directories
15890 - by user defined rules
15891
15892 Finally, with the new `recentf-filter-changer' customizable filter you
15893 can define a ring of filters and dynamically (via the menu) cycle on
15894 each menu organization in the ring (a la msb).
15895
158962000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15897
15898 * eshell/eshell.el (eshell): Replace links to eshell.info with
15899 links to eshell, to avoid problems on systems where the manual is
15900 installed as `eshell'.
15901 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15902 * eshell/em-smart.el (eshell-smart): Ditto.
15903 * eshell/em-banner.el (eshell-banner): Ditto.
15904 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15905
15906 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15907 same-file check in the MS-DOS version (it does support inodes).
15908
15909 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15910
15911 * eshell/eshell.el (eshell-directory-name):
15912 Run default directory name through convert-standard-filename.
15913
159142000-07-18 Kenichi Handa <handa@etl.go.jp>
15915
15916 * international/mule-cmds.el (select-safe-coding-system):
15917 Fix typo in the comment.
15918
15919 * language/european.el (compound-text):
15920 Force katakana-jisx0201 to be designated to G1.
15921
15922 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15923 Don't translate some national variant characters of latin-jisx0201.
15924 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15925
15926 * international/kkc.el (kkc-after-update-conversion-functions):
15927 New variable.
15928 (kkc-update-conversion): Run functions in it at the tail.
15929
159302000-07-16 John Wiegley <johnw@gnu.org>
15931
15932 * lisp/align.el (align-newline-and-indent):
15933 Adding new function. for auto-aligning blocks of code on RET.
15934 (align-region): Fixed badly formatted minibuffer message.
15935
159362000-07-17 Kenichi Handa <handa@etl.go.jp>
15937
15938 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15939 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15940 the conversion list at first if appropriate.
15941 (kkc-next): Don't update kkc-next-count here.
15942 (kkc-prev): Don't update kkc-prev-count here.
15943 (kkc-show-conversion-list-update): Fix setting up of conversion
15944 list message.
15945
159462000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15947
15948 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15949
159502000-07-16 Dave Love <fx@gnu.org>
15951
15952 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15953 function to be more specific.
15954
15955 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15956 non-string help-echo.
15957 (widget-types-convert-widget): Defsubst it.
15958 (widget-echo-help): Try to cope with a help-echo function of two
15959 possible sorts.
15960
159612000-07-15 Jason Rumney <jasonr@gnu.org>
15962
15963 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15964 Declare as obsolete.
15965
15966 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15967
159682000-07-14 Gerd Moellmann <gerd@gnu.org>
15969
15970 * hilit-chg.el: Fix typo.
15971
159722000-07-14 Dave Love <fx@gnu.org>
15973
15974 * info.el (Info-mode-menu): Fix use of :help, :enable.
15975
159762000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15977
15978 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15979
159802000-07-13 Dave Love <fx@gnu.org>
15981
15982 * emacs-lisp/easymenu.el: Doc fixes.
15983 (easy-menu-remove): Defalias to ignore.
15984
15985 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15986 Call throw correctly.
15987
159882000-07-13 Gerd Moellmann <gerd@gnu.org>
15989
15990 * faces.el (frame-background-mode): Doc fix.
15991
15992 * simple.el (eval-expression-print-length): Change custom type to
15993 allow entering nil as value.
15994
159952000-07-13 Dave Love <fx@gnu.org>
15996
15997 * progmodes/fortran.el (fortran-imenu-generic-expression):
15998 Change definition layout.
15999 (fortran-mode-menu): Reinstate customize entries.
16000
16001 * cus-edit.el (custom-group-menu-create, customize-menu-create):
16002 Use :filter, per old XEmacs code.
16003
160042000-07-12 Gerd Moellmann <gerd@gnu.org>
16005
16006 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
16007 event when deciding what to send to the terminal.
16008
160092000-07-12 Dave Love <fx@gnu.org>
16010
16011 * cus-start.el: Add optional version as 4th element of specs and
16012 use it for several things new in v21. Remove load-path. Fix type
16013 of line-number-display-limit.
16014
160152000-07-11 Dave Love <fx@gnu.org>
16016
16017 * progmodes/fortran.el: Don't require easymenu.
16018 Use repeat counts in various regexps.
16019 (fortran-mode-syntax-table): Defvar directly.
16020 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
16021 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
16022 Use defvar, not defconst.
16023 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
16024 (fortran-mode): Set fortran-comment-line-start-skip,
16025 fortran-comment-line-start-skip, dabbrev-case-fold-search.
16026 (fortran-comment-indent): Use defsubst.
16027 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
16028 Use fortran-comment-indent, not fortran-comment-indent-function.
16029 (fortran-comment-region, fortran-electric-line-number): Simplify.
16030 (fortran-auto-fill): New function.
16031 (fortran-do-auto-fill): Deleted.
16032 (fortran-find-comment-start-skip):
16033 Check for non-null comment-start-skip.
16034 (fortran-auto-fill-mode, fortran-fill-statement):
16035 Use fortran-auto-fill.
16036 (fortran-fill): Use fortran-auto-fill. Check for null
16037 comment-start-skip. Simplify final clause and use end-of-line finally.
16038
16039 * widget.el (widget-plist-member): New alias.
16040
160412000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
16042
16043 * eshell/esh-module.el (toplevel): Reference
16044 byte-compile-current-file only if it is bound.
16045
160462000-07-10 Gerd Moellmann <gerd@gnu.org>
16047
16048 * dired.el: Don't require `dired-aux'.
16049
160502000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16051
16052 * dired-aux.el (dired-show-file-type): New function.
16053 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16054 (dired-show-file-type): Add autoload.
16055
160562000-07-10 Kenichi Handa <handa@etl.go.jp>
16057
16058 * international/mule-diag.el (describe-font): Adjusted for the
16059 change of fontset-info.
16060 (print-fontset): Likewise.
16061
160622000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16063
16064 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16065
160662000-07-07 Gerd Moellmann <gerd@gnu.org>
16067
16068 * bindings.el: Bind `[delete]' to delete-char.
16069
16070 * dired.el (dired-find-alternate-file): New function.
16071 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16072 (toplevel): Require dired-aux when compiling.
16073 (dired-buffers): Move defvar within file to avoid compiler warning.
16074
16075 * info.el (Info-last-search): Variable removed.
16076 (Info-search-history): New variable.
16077 (Info-search): New Info-search-history.
16078
16079 * battery.el, info-look.el: Change author's mail address.
16080
160812000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16082
16083 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16084 if rmail-ignored-headers is nil.
16085 (rmail-retry-failure): Bind rmail-ignored-headers and
16086 rmail-displayed-headers to nil.
16087
160882000-07-06 Gerd Moellmann <gerd@gnu.org>
16089
16090 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16091 (print-region-1): Don't hard code `-h' here.
16092
16093 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16094
160952000-07-01 Francesco Potorti` <pot@gnu.org>
16096
16097 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16098 exim can use "your message" instead of "the message".
16099
161002000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16101
16102 * facemenu.el: Docstrings fixes.
16103 (facemenu-get-face): Don't use internal-find-face.
16104 (facemenu-iterate): Rename arg to match the docstring.
16105
16106 * newcomment.el (uncomment-region): Be more careful when skipping
16107 backwards over `=' not to bump into BOBP.
16108
161092000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16110
16111 * ediff-diff.el (ediff-wordify): Use syntax table.
16112 * ediff-init.el (ediff-has-face-support-p): Use
16113 ediff-color-display-p.
16114 (ediff-color-display-p): Use display-color-p, changed to defun
16115 from defsubst.
16116 Got rid of special cases for NeXT and OS/2.
16117 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16118 face.
16119
161202000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16121
16122 * emacs-lisp/lucid.el: Require CL.
16123 (copy-tree, remprop): Remove, it's provided by CL.
16124 (map-keymap): Define in terms of cl-map-keymap.
16125 (extent-property, set-extent-end-glyph): New functions.
16126
16127 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16128
161292000-07-05 Gerd Moellmann <gerd@gnu.org>
16130
16131 * Makefile.in (DONTCOMPILE): Add comment that the name may
16132 not be changed without changing the make-dist script.
16133
16134 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16135 (cl-mapc): Use mapc instead of cl-old-mapc.
16136
161372000-07-05 Andrew Innes <andrewi@gnu.org>
16138
16139 * makefile.nt: Add support for `bootstrap' and related targets.
16140
161412000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16142
16143 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16144 (easy-menu-do-define): Use `menu-item' format.
16145 Handle case where easy-menu-create-menu returns a symbol.
16146 Manually call the potential top-level filter in the function binding.
16147 (easy-menu-filter-return): New arg NAME.
16148 Convert to a keymap if MENU is an XEmacs menu.
16149 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16150 (easy-menu-converted-items-table, easy-menu-convert-item):
16151 New var and fun to memoize easy-menu-convert-item-1.
16152 (easy-menu-do-add-item): Use it.
16153 (easy-menu-create-menu): Use easy-menu-convert-item.
16154 Wrap easy-menu-filter-return around any :filter specification.
16155 Don't convert the menu if a filter was specified.
16156 Tell easy-menu-make-symbol not to check for MENU being an expression.
16157 (easy-menu-make-symbol): New arg NOEXP.
16158
161592000-07-05 Gerd Moellmann <gerd@gnu.org>
16160
16161 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16162 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16163 (eval-defun): If called with prefix arg, instrument code for
16164 Edebug.
16165
16166 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16167 similar to that of eval-defun.
16168
161692000-07-04 Dave Love <fx@gnu.org>
16170
16171 * hl-line.el (hl-line-overlay): Make it permanent-local.
16172
16173 * calendar/todo-mode.el: Replaced with a working version, based on
16174 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16175
161762000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16177
16178 * paths.el (prune-directory-list): New function.
16179 (Info-default-directory-list): Rewritten to more methodically
16180 enumerate a big list of possible info directories (based on the
16181 list used by the standalone info reader).
16182
16183 * info.el (info-initialize): Use prune-directory-list to remove
16184 non-existent directories from Info-directory-list.
16185
16186 * paths.el (Info-default-directory-list): Try a list of possible
16187 info-directories instead of a single one. Add the possible
16188 info directory "/usr/share/info".
16189
16190 * woman.el (woman-man.conf-path): Explicitly include the debian
16191 man-db config file "/etc/manpath.config".
16192 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16193 are present in `manpath.config'.
16194 (woman-manpath): Include "/usr/share/man".
16195
161962000-07-03 Gerd Moellmann <gerd@gnu.org>
16197
16198 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16199
16200 * startup.el (command-line): Initialize blink-cursor based
16201 on window-system.
16202
16203 * frame.el (blink-cursor): Default to nil if not running under
16204 a window-system.
16205
16206 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16207 (face-x-resources): Remove duplicate entry for :font.
16208
16209 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16210 instead of cycling through windows with next-window.
16211
16212 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16213 of cycling through windows with next-window.
16214
16215 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16216 of cycling through windows with next-window.
16217
16218 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16219 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16220 instead of cycling through windows with next-window.
16221
16222 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16223 instead of cycling through windows with next-window.
16224
16225 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16226 of cycling through windows with next-window.
16227
16228 * terminal.el (te-process-output): Use walk-windows instead of
16229 cycling through windows with next-window.
16230
16231 * server.el (server-switch-buffer): Use some-window instead of
16232 cycling through windows with next-window.
16233
16234 * window.el (some-window): New function.
16235 (walk-windows): Remove reference to walk-windows-start.
16236
16237 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16238
162392000-07-03 Richard Stallman <rms@gnu.org>
16240
16241 * window.el (walk-windows): Guarantee termination by keeping a list
16242 of all the windows already handled.
16243
162442000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16245
16246 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16247 window-system.
16248
16249 * man.el (Man-notify-when-ready): Don't use window-system. If
16250 Man-notify-method is newframe, and the display is not
16251 multi-frame, select the frame created for the man page.
16252 (Man-init-defvars): Doc fix.
16253
162542000-06-28 Gerd Moellmann <gerd@gnu.org>
16255
16256 * faces.el (region): Change background color for light background.
16257
16258 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16259 attribute from mode-line face of Ediff control frame.
16260
16261 * replace.el (query-replace-map): Bind `e' like `E'.
16262
162632000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16264
16265 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16266 Change name to "Select All".
16267
16268 * dos-fns.el (convert-standard-filename): Fix last change.
16269
162702000-06-27 Gerd Moellmann <gerd@gnu.org>
16271
16272 * help.el (describe-variable): Don't insert a second `'s' in front
16273 of the string `value is shown below'. Since the syntax-table is
16274 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16275 an existing `'s', so that this won't be deleted.
16276
16277 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16278 * pcmpl-unix.el: New files.
16279
162802000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16281
16282 * wid-edit.el (widget-member): Use the new plist-member.
16283
162842000-06-26 Gerd Moellmann <gerd@gnu.org>
16285
16286 * replace.el (perform-replace): Undo change of 2000-04-04.
16287 Instead, move backward 1 character at the end of the loop when
16288 necessary.
16289
16290 * faces.el (fringe): Change face for different backgrounds.
16291
16292 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16293 patch from John.
16294
16295 * eshell/*.el: Change spelling of the Free Software Foundation.
16296
16297 * eshell/esh-toggle.el: Removed.
16298
16299 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16300
16301 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16302 interactively.
16303
163042000-06-26 Alex Schroeder <alex@gnu.org>
16305
16306 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16307 `define-key'; instead of checking `(emacs-version)' check for
16308 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16309 for `;' and `o' which might be electric.
16310
16311 (sql-electric-stuff): New user option.
16312 (sql-magic-go): New function which uses `sql-electric-stuff'.
16313 (sql-magic-semicolon): New function which uses
16314 `sql-electric-stuff'.
16315
16316 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16317 is not fboundp.
16318
16319 (sql-oracle-options): New variable.
16320 (sql-oracle): Use it.
16321
16322 (sql-imenu-generic-expression): Doc change.
16323 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16324 is used.
16325
16326 (sql-informix): Added command line parameter "-" to force
16327 sql-informix-program to use stdout.
16328
163292000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16330
16331 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16332 (cp864-decode-table): Doc fix.
16333 (cp720-decode-table): New variable, supports the Arabic OEM
16334 codepage used by Windows.
16335 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16336
163372000-06-23 Dave Love <fx@gnu.org>
16338
16339 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16340 (font-lock-fontify-anchored-keywords): Use
16341 line-beginning-position.
16342 (global-font-lock-mode): Use mapc.
16343
163442000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16345
16346 * eshell/esh-module.el: Require CL when compiling.
16347
163482000-06-23 Gerd Moellmann <gerd@gnu.org>
16349
16350 * comint.el (comint-substitute-in-file-name): Call replace-match
16351 with second and third arg t.
16352
16353 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16354 Specify foreground color.
16355
16356 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16357 color.
16358
16359 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16360
16361 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16362 cddr instead of cdddr.
16363
16364 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16365 instead of copy-list.
16366
16367 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16368 of copy-list.
16369
16370 * subdirs.el: Add eshell subdirectory.
16371
16372 * eshell: New subdirectory containing the Eshell package.
16373
16374 * pcomplete.el: New file.
16375
163762000-06-23 Paul Eggert <eggert@twinsun.com>
16377
16378 * mail/mailpost.el (post-mail-send-it): Make sure file has
16379 proper permissions from birth.
16380
16381 * files.el (basic-save-buffer-2): When temporarily setting
16382 file modes, set them to current modes plus 0200, not to 0777.
16383
16384 * emerge.el (emerge-make-temp-file): Make sure file has proper
16385 permissions from birth.
16386
163872000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16388
16389 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16390 backup file name through convert-standard-filename.
16391
16392 * dos-fns.el (convert-standard-filename): Convert leading
16393 directories as well. When long file names are supported, convert
16394 characters that are invalid in Windows file names.
16395
163962000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16397
16398 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16399 ps-print crashes. New feature: page selection for printing. Create
16400 raw-text-unix coding system for XEmacs. Doc fix.
16401 (ps-print-version): New version number (5.2.3).
16402 (ps-plot-region): Bug fix.
16403 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16404 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16405 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16406 funs.
16407 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16408 (ps-last-page): New vars.
16409
164102000-06-21 Gerd Moellmann <gerd@gnu.org>
16411
16412 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16413 empty option string.
16414
164152000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16416
16417 * man.el (man): Doc fix.
16418
164192000-06-21 Kenichi Handa <handa@etl.go.jp>
16420
16421 * international/mule-cmds.el (set-language-info-alist): Docstring
16422 fixed.
16423
164242000-06-20 Gerd Moellmann <gerd@gnu.org>
16425
16426 * version.el (emacs-version): Use ISO date format.
16427
16428 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16429 instead of `M-backspace'.
16430
16431 * simple.el (turn-off-auto-fill): New function.
16432
164332000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16434
16435 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16436 Renamed from with-buffer-prepared-for-font-lock and use
16437 inhibit-modification-hooks rather than setting *-change-functions.
16438 Update all functions to use the new name.
16439 (jit-lock-first-unfontify-pos): New semantics (and doc).
16440 (jit-lock-mode): Make non-interactive.
16441 Don't automatically turn on font-lock.
16442 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16443 Always use jit-lock-after-change.
16444 Remove and restore font-lock-after-change-function.
16445 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16446 (jit-lock-after-unfontify-buffer): Remove.
16447 (jit-lock-stealth-fontify):
16448 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16449 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16450
164512000-06-20 Sam Steingold <sds@gnu.org>
16452
16453 * emacs-lisp/cl-indent.el (toplevel): Indent
16454 `print-unreadable-object' properly. Untabify.
16455
164562000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16457
16458 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16459 Support for bibentry.
16460 (reftex-compile-variables): Fixed problem with end of section-re.
16461
16462 * texmodes/reftex-dcr.el (reftex-view-crossref,
16463 reftex-view-crossref-from-bibtex):
16464 Deal with changed `reftex-find-citation-regexp-format'.
16465 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16466 Replaced `remprop' with `put'.
16467 (reftex-view-crossref, reftex-view-crossref-when-idle):
16468 Support for bibentry.
16469
16470 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16471 New entry for bibentry package.
16472
16473 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16474 Regexp also matches "\nobibliography".
16475
16476 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16477 Call `reftex-ensure-write-access' before doing anything.
16478 (reftex-ensure-write-access): New function.
16479
164802000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16481
16482 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16483
16484 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16485
16486 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16487
16488 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16489
16490
164912000-06-20 Dave Love <fx@gnu.org>
16492
16493 * faces.el (frame-background-mode): Use set-default, not set, in
16494 setter.
16495 (frame-update-faces, frame-update-face-colors): Define with
16496 defalias.
16497
16498 * enriched.el (enriched-decode-foreground)
16499 (enriched-decode-background): Don't use internal-find-face.
16500
16501 * apropos.el: Doc fixes.
16502
16503 * cus-edit.el (customize-changed-options): Check arg.
16504 (customize-version-lessp): Don't require decimal point.
16505
16506 * custom.el (defcustom, defgroup): Doc fix.
16507
16508 * newcomment.el (comment) <defgroup>: Add :version.
16509 (comment-multi-line): Doc fix.
16510
16511 * emulation/mlsupport.el (define-hooked-local-abbrev,
16512 define-hooked-global-abbrev): Fix, using define-abbrev.
16513
165142000-06-19 Gerd Moellmann <gerd@gnu.org>
16515
16516 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16517 the whole buffer.
16518
165192000-06-19 Dave Love <fx@gnu.org>
16520
16521 * menu-bar.el (menu-bar-options-save): New function.
16522 (menu-bar-options-menu): Use it.
16523 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16524 Simplify.
16525
165262000-06-19 Andreas Schwab <schwab@suse.de>
16527
16528 * progmodes/etags.el (tags-query-replace): Put new parameters
16529 START and END at the end, for backward compatibility.
16530
165312000-06-19 Kenichi Handa <handa@etl.go.jp>
16532
16533 * international/codepage.el:
16534 (cp-coding-system-for-codepage-1): Delete special codes for
16535 generating xxx-dos coding system because now a CCL based coding
16536 system can handle EOL conversion by default.
16537
16538 * international/mule.el (make-coding-system): Generate subsidiary
16539 coding systems for EOL handling variants even for a CCL based
16540 coding system.
16541
165422000-06-19 Kenichi Handa <handa@etl.go.jp>
16543
16544 * international/isearch-x.el (isearch-minibuffer-input-method)
16545 (isearch-minibuffer-input-method-function): These variables
16546 deleted.
16547 (isearch-with-input-method): Don't use the above variables.
16548 (isearch-process-search-multibyte-characters): Likewise. Call
16549 read-string with the arg INHERIT-INPUT-METHOD t.
16550
165512000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16552
16553 * font-lock.el (font-lock-after-fontify-buffer)
16554 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16555
16556 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16557 Use consistent make-local-variable style for font-lock-fontified.
16558 (jit-lock-fontify-buffer):
16559 Don't bother checking for font-lock-mode and jit-lock-mode.
16560
16561 * time.el: Remove trailing ^M that prevent CVS-merging.
16562
165632000-06-16 Gerd Moellmann <gerd@gnu.org>
16564
16565 * Makefile.in (distclean): New target.
16566
165672000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16568
16569 * Makefile.in (srcdir): Define for update-subdirs.
16570
165712000-06-16 Gerd Moellmann <gerd@gnu.org>
16572
16573 * find-lisp.el: New file.
16574
165752000-06-16 Andrew Innes <andrewi@gnu.org>
16576
16577 * time.el (display-time-mail-function): New variable, to allow
16578 external packages to indicate when new mail is available.
16579 (display-time-update): Use it.
16580
165812000-06-16 Kenichi Handa <handa@etl.go.jp>
16582
16583 * international/mule.el (mule-version): Change version name to
16584 SAKAKI. AOI has already been used by Meadow.
16585
16586 * international/quail.el (quail-show-guidance-buf): To find the
16587 bottom window (but minibuffer), pay attention to the height of
16588 minibuffer.
16589
165902000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16591
16592 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16593 menu-bar menus. Add help strings. Don't remove the Edit menu
16594 from the menu bar, as the menu bar has enough space now.
16595
16596 * Makefile.in (SHELL): Make sure /bin/sh is used.
16597
16598 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16599 characters, which use series of two ^H characters instead of one.
16600
166012000-06-15 Gerd Moellmann <gerd@gnu.org>
16602
16603 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16604 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16605 functions.
16606 (Info-find-node-2): Try a case-sensitive search first, then
16607 do a case-insensitive search.
16608
16609 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16610 tutorials.
16611
16612 * complete.el (PC-env-vars-alist): New variable.
16613 (PC-complete-as-file-name): New function.
16614 (partial-completion-mode): Initialize PC-env-vars-alist from
16615 process-environment.
16616 (PC-do-completion): Handle completion of env vars.
16617
16618 * info.el (Info-set-mode-line): Show file name in mode line,
16619 use `*Info*' instead of `Info:'.
16620
16621 * startup.el (command-line-1): Change copyright messages to year
16622 2000.
16623
166242000-06-15 Dave Love <fx@gnu.org>
16625
16626 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16627 not local-map.
16628
166292000-06-15 Kenichi Handa <handa@etl.go.jp>
16630
16631 * international/mule.el (set-buffer-file-coding-system): Almost
16632 rewritten to handle `undecided' as no-op.
16633
166342000-06-14 Gerd Moellmann <gerd@gnu.org>
16635
16636 * Makefile.in: New file.
16637
16638 * Makefile: Removed.
16639
16640 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16641 (goto-address-highlight-keymap): Bind C-c RET.
16642
166432000-06-14 Kenichi Handa <handa@etl.go.jp>
16644
16645 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16646 inherits buffer-file-coding-system of the current buffer.
16647
16648 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16649 0. Give correct argument to set-auto-coding-function.
16650 (tar-expunge): For goto-char, use (point-min), not 0.
16651 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16652 (tar-subfile-save-buffer): Likewize.
16653
16654 * international/mule.el
16655 (after-insert-file-set-buffer-file-coding-system): Call
16656 set-buffer-file-coding-system with the arg FORCE t.
16657
166582000-06-13 Gerd Moellmann <gerd@gnu.org>
16659
16660 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16661 nil. Contemporary sendmails issue an X-Authentication-Warning if
16662 the sender is set with `-f'.
16663
166642000-06-13 Dave Love <fx@gnu.org>
16665
16666 * help.el (describe-function-1): Kluge around cases of functions
16667 fset to subrs whose doc doesn't match their symbol-name.
16668
16669 * image.el (insert-image): Default STRING to a space.
16670
16671 * info.el Doc fixes.
16672 (Info-build-node-completions): Match Ref tags.
16673
166742000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16675
16676 * frame.el (display-multi-frame-p, display-multi-font-p): New
16677 defaliases for display-graphic-p.
16678
16679 * hl-line.el: Fixed a typo in commentary.
16680
166812000-06-13 Kenichi Handa <handa@etl.go.jp>
16682
16683 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16684 fixed.
16685
166862000-06-12 Dave Love <fx@gnu.org>
16687
16688 * image.el (insert-image): Save a little consing.
16689
166902000-06-12 Kenichi Handa <handa@etl.go.jp>
16691
16692 * language/tibet-util.el: Convert all tibetan-1-column characters
16693 to the corresponding tibetan characters.
16694 (tibetan-add-components): Delete code for the special treatment of
16695 'a chung.
16696
16697 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16698 change.
16699 (tibetan-vowel-transcription-alist): More rules added.
16700 (tibetan-composite-vowel-alist): New variable.
16701 (tibetan-precomposition-rule-alist): More rules added.
16702
167032000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16704
16705 * startup.el (command-line): Only call menu-bar-mode if interactive.
16706
16707 * thingatpt.el (toplevel symbol-properties):
16708 * textmodes/makeinfo.el (makeinfo-compile):
16709 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16710 * progmodes/hideif.el (hif-compress-define-list)
16711 (hide-ifdef-use-define-alist):
16712 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16713 (ange-ftp-vms-add-file-entry):
16714 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16715 * man.el (Man-build-man-command):
16716 * mail/rnewspost.el (news-reply-header-hook):
16717 * info.el (Info-insert-dir):
16718 * emulation/mlconvert.el (backward-word, forward-word, setq):
16719 * emacs-lisp/gulp.el (gulp-send-requests):
16720 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16721 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16722 (byte-optimize-apply, end of file):
16723 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16724 (ad-make-freeze-definition):
16725 * startup.el (command-line, command-line-1): Don't quote lambdas.
16726
16727 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16728 (cvs-cleanup-removed): New function.
16729 (cvs-cleanup-functions): New var.
16730 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16731 some flexibility in specifying additional entries to auto-cleanup.
16732 (cvs-quickdir): New function.
16733 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16734 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16735 (cvs-mode-find-file): Check that we are on a filename or dirname
16736 when invoked through a mouse-click.
16737 (cvs-full-path): Remove.
16738 (cvs-dired-action): Re-introduced.
16739 (cvs-dired-noselect): Use it.
16740 (vc-post-command-functions): use this new hook if available.
16741
16742 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16743 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16744 (cvs-filename-map, cvs-dirname-map): Remove.
16745 (cvs-default-action): Remove.
16746 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16747 if the arg is really a keymap.
16748 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16749 Don't hardcode the mapping from state (aka type) to face, but check
16750 the var cvs-fi-<type>-face instead.
16751 (cvs-fileinfo-from-entries): New function.
16752
16753 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16754 Docstring fix.
16755 (cvs-find-file-and-jump): Change default to be safer.
16756 (cvs-mode-diff-map): Define it as a function as well.
16757 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16758 Bind mouse-2 in this global map rather than with text-properties.
16759
16760 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16761 file to resolve the ambiguity between C(conflict) and C(need-merge).
16762
167632000-06-12 Kenichi Handa <handa@etl.go.jp>
16764
16765 * international/mule.el (set-buffer-file-coding-system): If
16766 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16767 unconditionally.
16768
167692000-06-12 Dave Love <fx@gnu.org>
16770
16771 * wid-edit.el (widget-specify-button): Really suppress the face if
16772 required.
16773
167742000-06-11 Gerd Moellmann <gerd@gnu.org>
16775
16776 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16777
167782000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16779
16780 * imenu.el (imenu-generic-expression): Docstring fix.
16781
16782 * composite.el (composition-function-table): Move the `put'
16783 below the autoload cookie so we can load the file before loaddefs.
16784
16785 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16786
16787 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16788 Handle easy-mmode-define-global-mode.
16789 For complex macros like define-minor-mode that can generate
16790 several autoload entries, try to autoload entries in the
16791 macroexpanded code.
16792
16793 * emacs-lisp/easy-mmode.el (define-minor-mode):
16794 If KEYMAP is a symbol, just use it.
16795 Use byte-compile-current-file and load-file-name to infer the
16796 proper :require to pass to defcustom.
16797 Wrap the hook var into `progn' so as not to autoload it.
16798 Add a :autoload-end cookie.
16799 Be more careful about the evaluation of KEYMAP.
16800 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16801 (define-derived-mode): Move define-abbrev-table outside of defvar.
16802
168032000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16804
16805 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16806 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16807 (backup-compiled-files): Ignore errors during `tar'.
16808 (bootstrap): Make autoloads before elc files.
16809
168102000-06-10 Kenichi Handa <handa@etl.go.jp>
16811
16812 * international/mule.el (set-buffer-file-coding-system): If one of
16813 undecided-XXX is specified, change only EOL conversion.
16814
16815 * international/mule-conf.el (unix): New alias for the coding
16816 system undecided-unix.
16817
168182000-06-09 Dave Love <fx@gnu.org>
16819
16820 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16821
16822 * progmodes/executable.el: Byte compile dynamic.
16823 (executable-insert): Change custom type.
16824 (executable-find): Add autoload cookie.
16825 (executable-make-buffer-file-executable-if-script-p): New
16826 function. After Noah Friedman.
16827
16828 * files.el (after-save-hook): Customize, with
16829 executable-make-buffer-file-executable-if-script-p as an option.
16830
168312000-06-09 Kenichi Handa <handa@etl.go.jp>
16832
16833 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16834 "tib24p-mule.bdf" for Tibetan.
16835
16836 * composite.el (decompose-composite-char): Declare it as obsolete.
16837
16838 * man.el (Man-fontify-manpage): Pay attention to underline and
16839 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16840
168412000-06-08 Gerd Moellmann <gerd@gnu.org>
16842
16843 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16844 Set maintainer to FSF since author isn't reachable.
16845
168462000-06-08 Dave Love <fx@gnu.org>
16847
16848 * international/mule-cmds.el (select-safe-coding-system): If
16849 DEFAULT-CODING-SYSTEM is not specified, also check the most
16850 preferred coding-system if buffer-file-coding-system is
16851 `undecided'. From Handa.
16852
168532000-06-08 Kenichi Handa <handa@etl.go.jp>
16854
16855 * international/mule.el
16856 (after-insert-file-set-buffer-file-coding-system): If the buffer
16857 size is greater than INSERTED, judget that we are not visiting.
16858
168592000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16860
16861 * whitespace.el (defgroup whitespace): Comment out `:version'.
16862 XEmacs 20.4 has problems defining the group with this present.
16863 We'll have this commented out till get resolve the problem.
16864
168652000-06-07 John Wiegley <johnw@gnu.org>
16866
16867 * align.el (align-dq-string-modes, align-sq-string-modes)
16868 (align-open-comment-modes): Add pyhton-mode.
16869 (align-rules-list): Use get-text-property instead of
16870 text-properties-at.
16871 (align-rules-list): Add python-assignment.
16872 (align-rules-list): Change perl-comma-delimiter to
16873 basic-comma-delimiter. Use if for Perl modes and python-mode.
16874 (align-rules-list): Add python-chain-logic and
16875 basic-line-continuation.
16876
168772000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16878
16879 * apropos.el (apropos-mode-hook): New user variable.
16880 (apropos-mode): Run apropos-mode-hook.
16881
168822000-06-07 David Ponce <david@dponce.com>
16883
16884 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16885 commands. Require `wid-edit' at run-time.
16886
168872000-06-07 David Ponce <david@dponce.com>
16888
16889 * recentf.el: Added some "Commentary".
16890 (recentf-open-more-files, recentf-edit-list): Minor changes to
16891 move the point at the top of the file list. This behaviour is
16892 consistent with the menu one when the list contains a lot of
16893 files.
16894 (recentf-cleanup): Now displays the number of items removed from
16895 the list.
16896 (recentf-relative-filter) New menu filter to show filenames
16897 relative to `default-directory'.
16898
168992000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16900
16901 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16902 with/without giving an error if PostScript printer doesn't have this
16903 kind of page size. Zebra Stripe continues or restarts on next page.
16904 Manual/automatic paper feeding. Switch or not the header.
16905 (ps-print-version): New version number (5.2.2).
16906 (ps-windows-system): Include emx as a Windows system.
16907 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16908 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16909 (ps-background-text): Code fix.
16910 (ps-error-handler-message, ps-user-defined-prologue)
16911 (ps-print-prologue-header, ps-printer-name)
16912 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16913 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16914 (ps-use-face-background): Customization fix.
16915 (ps-n-up-database): Data fix.
16916 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16917 (ps-switch-header): New vars.
16918 (ps-xemacs-color-name, ps-face-foreground-name)
16919 (ps-face-background-name, ps-boolean-constant): New funs.
16920
169212000-06-07 Dave Love <fx@gnu.org>
16922
16923 * allout.el: New version from Manheimer.
16924
169252000-06-07 Kenichi Handa <handa@etl.go.jp>
16926
16927 * textmodes/fill.el (fill-find-break-point): Check the validity of
16928 charset.
16929
169302000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16931
16932 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16933 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16934 Call display-color-p and display-mouse-p instead of looking at
16935 window-system.
16936
169372000-06-06 Dave Love <fx@gnu.org>
16938
16939 * image.el (find-image): Doc fix. Return nil if image not found.
16940 (put-image, insert-image): Make STRING arg optional.
16941
169422000-06-06 Kenichi Handa <handa@etl.go.jp>
16943
16944 * language/vietnamese.el: Remove eval-when-compile.
16945 (viet-viscii-nonascii-translation-table): Define it as a
16946 translation table made from viet-viscii-decode-table.
16947 (viet-viscii-encode-table): Define it as a translation table made
16948 from the reverse map of above.
16949 (viet-vscii-nonascii-translation-table): Define it as a
16950 translation table made from viet-vscii-decode-table.
16951 (viet-vscii-encode-table): Define it as a translation table made
16952 from the reverse map of above.
16953 (ccl-decode-viscii): Use translate-character.
16954 (ccl-encode-viscii, ccl-encode-viscii-font)
16955 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16956 Likewize.
16957
16958 * language/cyrillic.el: Remove eval-when-compile.
16959 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16960 translation table made from cyrillic-koi8-r-decode-table.
16961 (cyrillic-koi8-r-encode-table): Define it as a translation table
16962 made from the reverse map of above.
16963 (ccl-decode-koi8): Use translate-character.
16964 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16965 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16966 a translation table made from cyrillic-alternativnyj-decode-table.
16967 (cyrillic-alternativnyj-encode-table): Define it as a translation
16968 table made from the reverse map of above.
16969 (ccl-decode-alternativnyj): Use translate-character.
16970 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16971 Likewize
16972
16973 * international/mule-diag.el (non-iso-charset-alist): Specify
16974 translation table symbol instead of translation table itself.
16975 (list-block-of-chars): CHARSET may be a translation table symbol.
16976
16977 * international/mule.el (make-coding-system): If CODING-SYSTEM
16978 already exists, override it.
16979
16980 * international/fontset.el: Use family `proportional' for Tibetan
16981 fonts.
16982
16983 * international/ccl.el (ccl-compile-translate-character): Don't
16984 check if Rrr has property translation-table.
16985 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16986
169872000-06-05 Gerd Moellmann <gerd@gnu.org>
16988
16989 * info.el: Bind case-fold-search to t when searching in case
16990 a user sets it to nil in a hook.
16991
169922000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16993
16994 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16995 * hl-line.el (hl-line-mode): Use the new :global key argument.
16996
16997 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16998 (tar-clip-time-string): Prepend a space.
16999 (tar-grind-file-mode): Construct a string rather than modifying one.
17000 (tar-header-block-summarize): Fix docstring.
17001 Use `format' rather than an error-prone set of copy-loops.
17002
17003 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
17004 (diff-goto-source, diff-unified->context, diff-context->unified)
17005 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
17006 understand the format output by the `-p' argument to diff.
17007
17008 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
17009 (sh-re-done): Use defconst.
17010 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
17011 (sh-help-string-for-variable, sh-guess-basic-offset):
17012 Don't quote lambdas.
17013 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
17014 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
17015
17016 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
17017 (mh-letter-mode): Derive from text-mode.
17018 This implicitly means that it now calls kill-all-local-variables.
17019 Also remove the Emacs-18 compatibility code.
17020
17021 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
17022 Make use of symbol-property doc-string-elt.
17023 Use memq rather than a sequence of eq.
17024 (doc-string-elt): Fix the wrong or missing previously unused values.
17025 (autoload-print-form): New function extracted from
17026 generate-file-autoloads to allow recursion when handling progn
17027 so that defvar's and defun's docstrings are properly printed.
17028 (generate-file-autoloads): Use it.
17029
17030 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
17031 Use find-file-hooks in the minor-mode function.
17032 Be careful not to loop indefinitely in the post-command-hook function.
17033
170342000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
17035
17036 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
17037 tty's.
17038 * ediff-diff.el (ediff-exec-process): Use --binary for fine
17039 differences whenever appropriate.
17040 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17041 * viper.el (find-file, find-file-other-window): Get viper to do
17042 wildcards.
17043
170442000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17045
17046 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17047 (jit-lock-fontify-buffer): New function for JIT refontification.
17048 (jit-lock-mode): Fix docstring.
17049 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17050 Remove jit-lock-after-change from the _local_ hook.
17051 (jit-lock-function-1): Fix docstring.
17052
17053 * info.el (Info-on-current-buffer): Initialize info.
17054
17055 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17056
17057 * progmodes/tcl.el (tcl-indent-for-comment):
17058 Ignore comment-indent-hook.
17059
17060 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17061 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17062 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17063 and improve to use the lighter to guess the capitalization.
17064 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17065 Add keyword arguments to specify global-ness or the custom group.
17066 Add local-map and help-echo properties to the lighter.
17067 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17068 (easy-mmode-define-global-mode): New macro.
17069
170702000-06-02 Dave Love <fx@gnu.org>
17071
17072 * wid-edit.el: byte-compile-dynamic since we typically don't use
17073 all the widgets. Don't require cl or widget. Remove
17074 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17075 (widget-read-event): Removed. Callers changed to use read-event.
17076 (widget-button-release-event-p): Renamed from
17077 button-release-event-p.
17078 (widget-field-add-space, widget-field-use-before-change):
17079 Uncustomize.
17080 (widget-specify-field): Use keymap property, not local-map.
17081 (widget-specify-button): Obey :suppress-face.
17082 (widget-specify-insert): Use modern backquote syntax.
17083 (widget-image-directory): Renamed from widget-glyph-directory.
17084 (widget-image-enable): Renamed from widget-glyph-enable.
17085 (widget-image-find): Replaces widget-glyph-find.
17086 (widget-button-pressed-face): Move defvar.
17087 (widget-image-insert): Replaces widget-glyph-insert.
17088 (widget-convert): Use keywordp.
17089 (widget-leave-text, widget-children-value-delete): Use mapc.
17090 (widget-keymap): Remove XEmacs stuff.
17091 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17092 (widget-button-click): Don't set point at the click, but re-centre
17093 if we scroll out of window. Rewritten for images v. glyphs &c.
17094 (widget-tabable-at): Use POS arg, not point.
17095 (widget-beginning-of-line, widget-end-of-line)
17096 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17097 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17098 (widget-default-create): Use widget-image-insert; some rewriting.
17099 (widget-visibility-value-create)
17100 (widget-push-button-value-create, widget-toggle-value-create): Use
17101 widget-image-insert.
17102 (checkbox): Create on and off images dynamically.
17103 (documentation-link): Change :help-echo.
17104 (widget-documentation-link-echo-help): Remove.
17105
171062000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17107
17108 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17109
17110 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17111 (easy-mmode-define-toggle, define-minor-mode): Use it.
17112 (easy-mmode-define-keymap): Docstring fix.
17113 (define-derived-mode): Default PARENT to fundamental-mode.
17114 Add the derived-mode-parent symbol-property.
17115 (easy-mmode-derived-mode-p): New function.
17116
171172000-06-02 Dave Love <fx@gnu.org>
17118
17119 * files.el (convert-standard-filename): Doc fix.
17120 (normal-backup-enable-predicate): New function.
17121 (backup-enable-predicate): Use it to replace the lambda form.
17122
17123 * calendar/todo-mode.el: [This needs more work on the outline
17124 stuff.] Doc fixes.
17125 (todo) <defgroup>: Add :version.
17126 (todo-add-category): Don't use pushnew.
17127 (todo-cmd-raise): Fix typo.
17128 (todo-top-priorities): Change temp buffer name.
17129 (todo-category-alist): Avoid redundant lambda.
17130 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17131 Use outline-next-heading.
17132
17133 * autoarg.el: Rewritten to use define-minor-mode.
17134 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17135 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17136
171372000-06-02 Kenichi Handa <handa@etl.go.jp>
17138
17139 * isearch.el (isearch-other-meta-char): Fix previous change.
17140
171412000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17142
17143 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17144 (log-edit-done): Only add the comment to the ring if it's different
17145 from the last comment entered.
17146
17147 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17148
171492000-06-01 Dave Love <fx@gnu.org>
17150
17151 * hl-line.el: Rewritten using define-minor-mode.
17152
17153 * help.el (describe-function-1): Distinguish special form from
17154 builtin function. Sanity-check presence of arglist for builtins.
17155
171562000-06-01 Kenichi Handa <handa@etl.go.jp>
17157
17158 * international/characters.el: Fix syntax/category setting of
17159 Tibetan characters.
17160
17161 * language/tibet-util.el (tibetan-add-components): Fixes for new
17162 encoding of Tibetan characters.
17163 (tibetan-decompose-precomposition-alist): New variable.
17164 (tibetan-decompose-region): Convert precomposed characters to
17165 non-precomposed characters.
17166 (tibetan-decompose-string): Likewise.
17167 (tibetan-composition-function): Fix args to
17168 thibetan-compose-string.
17169
17170 * language/tibetan.el (tibetan-composable-pattern): More
17171 characters included.
17172 (tibetan-consonant-transcription-alist): Rule for "R" added.
17173 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17174 "+R" added.
17175 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17176
17177 * language/lao-util.el (lao-composition-function): Fix args to
17178 compose-string.
17179
17180 * language/thai-util.el (thai-composition-function): Fix args to
17181 compose-string.
17182
17183 * isearch.el (isearch-update): Set disable-point-adjustment to t
17184 to prevent the point moving to the end of a composition when a
17185 part of a composition is searched.
17186 (isearch-other-meta-char): If the key invoking this command can be
17187 mapped by function-key-map to a printing char, call
17188 isearch-process-search-char directly.
17189
171902000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17191
17192 * emacs-lisp/bytecomp.el:
17193 * frame.el:
17194 * international/mule-cmds.el:
17195 * international/mule-util.el:
17196 * international/mule.el:
17197 * mouse.el:
17198 * subr.el:
17199 * faces.el: Update calls to make-obsolete with a WHEN argument.
17200
17201 * byte-run.el (make-obsolete, make-obsolete-variable):
17202 Add an optional WHEN argument and change the format of the
17203 symbol-property information.
17204 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17205 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17206 new obsolete-symbol-property format and print WHEN if it is provided.
17207
172082000-05-31 Dave Love <fx@gnu.org>
17209
17210 * loadhist.el (loadhist-hook-functions): Remove
17211 before-change-function, after-change-function.
17212 (unload-feature): Deal with symbols which are both bound and
17213 fbound.
17214
17215 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17216 before-change-function, after-change-function.
17217
17218 * simple.el (newline): Don't bind before-change-function,
17219 after-change-function.
17220
172212000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17222
17223 * whitespace.el (whitespace-rescan-timer-time): Update interval
17224 set to 600 seconds (10 minutes) instead of 60 seconds since
17225 a large number of whitespace buffers causes emacs to `freeze'
17226 for a considerable amount of time.
17227
17228 * whitespace.el: Updated email address
17229
172302000-05-31 Dave Love <fx@gnu.org>
17231
17232 * add-log.el (change-log-font-lock-keywords) <function>: Add
17233 pattern for function of change.
17234 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17235 acknowledgements patterns.
17236
172372000-05-31 Kenichi Handa <handa@etl.go.jp>
17238
17239 * isearch.el (isearch-printing-char): If keyboard coding system is
17240 being used, call isearch-process-search-multibyte-characters.
17241
17242 * international/isearch-x.el: Mostly rewritten.
17243
17244 * international/quail.el (quail-start-conversion): Don't include
17245 unhandled events in the returned events, but set them in
17246 unread-command-events. Exit if all inputs are deleted.
17247
172482000-05-30 Jason Rumney <jasonr@gnu.org>
17249
17250 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17251
17252 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17253 Reenable code to create initial fontsets.
17254 Use set-fontset-font in place of put-charset-property.
17255
172562000-05-30 Gerd Moellmann <gerd@gnu.org>
17257
17258 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17259 label, ensure that the first colon isn't followed by another.
17260
17261 * paths.el (Info-default-directory-list): Doc fix.
17262
17263 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17264 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17265 send a query containing USER only, not USER@HOST.
17266
17267 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17268 and rmail-msgend to compute the restriction at the end, instead of
17269 computing it.
17270
172712000-05-29 Gerd Moellmann <gerd@gnu.org>
17272
17273 * dabbrev.el (dabbrev-expand): Don't display messages in the
17274 echo area if the minibuffer window is active.
17275
17276 * jit-lock.el (jit-lock-mode): Add after change function to
17277 local hook.
17278
172792000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17280
17281 * antlr-mode.el: New commands: hide/unhide actions,
17282 upcase/downcase literals.
17283 (antlr-tiny-action-length): New user option.
17284 (antlr-hide-actions): New command. Suggested by
17285 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17286 (antlr-mode-map): New binding [C-c C-v].
17287 (antlr-mode-menu): New entries.
17288 (antlr-downcase-literals): New command.
17289 (antlr-upcase-literals): Ditto.
17290
17291 * antlr-mode.el: Minor changes: indendation, mode-name.
17292 (antlr-indent-line): Indent cpp directive at column 0.
17293 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17294
17295 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17296 (antlr-font-lock-additional-keywords): Workaround for intentional
17297 bug in XEmacs version of font-lock.
17298 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17299 be used by a smarter version of `buffers-menu-grouping-function'.
17300
173012000-05-29 Gerd Moellmann <gerd@gnu.org>
17302
17303 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17304 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17305
173062000-05-29 Kenichi Handa <handa@etl.go.jp>
17307
17308 * international/encoded-kb.el
17309 (encoded-kbd-iso2022-designation-map): Pay attention to that
17310 charset-iso-final-char return -1 for eight-bit-control and
17311 eight-bit-graphic.
17312
173132000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17314
17315 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17316 (speedbar-easymenu-definition-base): Use display-graphic-p where
17317 available, instead of window-system.
17318
173192000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17320
17321 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17322 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17323 coding systems.
17324
173252000-05-26 Dave Love <fx@gnu.org>
17326
17327 * disp-table.el (standard-display-underline): Don't use
17328 internal-find-face.
17329
17330 * mail/reporter.el: Maintainer change. Doc fixes.
17331 (reporter-version): Deleted.
17332
17333 * emacs-lisp/elp.el: Maintainer change.
17334 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17335
173362000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17337
17338 * add-log.el (add-change-log-entry): Merge the current entry with the
17339 previous one if the previous one is empty.
17340
173412000-05-26 Dave Love <fx@gnu.org>
17342
17343 * loadhist.el (unload-feature): Fix interactive spec [from
17344 lijnzaad@ebi.ac.uk].
17345
17346 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17347 subr-arity to check primitives.
17348 (byte-compile-flush-pending, byte-compile-file-form-progn)
17349 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17350 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17351 mapcar.
17352
173532000-05-26 Kenichi Handa <handa@etl.go.jp>
17354
17355 * international/fontset.el: Set family names of non-latin charsets
17356 in default fontset to "*".
17357
17358 * international/mule-diag.el (print-fontset): Combine family part
17359 and registry part of the fontname by "-*-" instead of "-".
17360
17361 * international/mule-cmds.el (encode-coding-char): Make strings
17362 multibyte before calling encode-coding-string.
17363
173642000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17365
17366 * derived.el: Fix keywords.
17367 (define-derived-mode): Only define if needed.
17368
17369 * simple.el (fill-comment, comment-column, comment-start)
17370 (comment-start-skip, comment-end, comment-indent-function)
17371 (block-comment-start, block-comment-end, indent-for-comment)
17372 (set-comment-column, kill-comment, comment-padding, comment-region)
17373 (comment-multi-line, indent-new-comment-line): Remove.
17374
17375 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17376 function names for comment operations.
17377
17378 * newcomment.el: Add abundant autoload cookies.
17379 (comment-style): Don't depend on runtime data at compile-time.
17380 (comment-indent-hook): Remove.
17381 (comment-indent): Check if comment-indent-hook is bound.
17382 (comment-region): Docstring fix.
17383
173842000-05-25 Dave Love <fx@gnu.org>
17385
17386 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17387 byte-code-function-p.
17388
17389 * mail/rmailsum.el: Add provide.
17390
17391 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17392
17393 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17394 defcustom.
17395
173962000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17397
17398 * ediff-diff.el (ediff-exec-process): delete --binary option from
17399 non-buffer ediff jobs.
17400
174012000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17402
17403 * hilit-chg.el (highlight-changes-mode): Ask about color or
17404 grayscale support, not about window-system.
17405
17406 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17407 window-system.
17408 (ffap-highlight): Always default to t.
17409
17410 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17411 display-popup-menus-p instead of looking at window-system.
17412
17413 * disp-table.el (standard-display-g1, standard-display-graphic):
17414 Only refuse to use string glyphs on X and MS-Windows.
17415
17416 * avoid.el: Remove window-system from commentary, suggest to use
17417 display-*-p instead.
17418
17419 * apropos.el (apropos-print): Use display-mouse-p instead of
17420 window-system.
17421
174222000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17423
17424 * international/codepage.el (cp-decoding-vector-for-codepage):
17425 Fill up unsupported characters with their own codes. From Kenichi
17426 Handa.
17427
174282000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17429
17430 * international/mule-diag.el (describe-char-after): Use
17431 display-graphic-p instead of window-system, so that this function
17432 works on MS-DOS.
17433
174342000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17435
17436 * international/codepage.el (cp-make-coding-systems-for-codepage):
17437 Remove the eight-bit-graphic and eight-bit-control charsets from
17438 the list of charsets which we convert into `?'.
17439
174402000-05-25 Kenichi Handa <handa@etl.go.jp>
17441
17442 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17443 private charsets.
17444 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17445 japanese-jisx0213-2): New charsets.
17446
17447 * international/fontset.el: Setup default fontset for new charsets.
17448
174492000-05-24 Dave Love <fx@gnu.org>
17450
17451 * info.el (Info-find-node-2): Restructure [following "Vadim
17452 S. Solomin" <sovs@uic.nnov.ru>].
17453
17454 * icomplete.el: Fix header for Finder.
17455
174562000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17457
17458 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17459 STAY.
17460
17461 * rmail.el (rmail-automatic-folder-directives): New user variable.
17462 (rmail-show-message): Add call to `rmail-auto-file' during
17463 display.
17464 (rmail-auto-file): New function.
17465
174662000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17467
17468 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17469 account.
17470 (ediff-test-utility,ediff-diff-mandatory-option)
17471 (ediff-reset-diff-options): Utilities for proper initialization of
17472 ediff-diff-options and ediff-diff3-options on Windows.
17473
17474 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17475 variable.
17476
17477 * ediff-mult.el (ediff-filegroup-action): Use
17478 ediff-merge-filename-prefix.
17479
174802000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17481
17482 * viper-ex.el (ex-write): Set selective display to nil.
17483
174842000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17485
17486 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17487 aliases for hebrew-iso-8bit.
17488
174892000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17490
17491 * woman.el: New version from Francis J. Wright
17492 <F.J.Wright@Maths.QMW.ac.uk>.
17493 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17494 names in environment variables regardless of the path separator.
17495 (woman-topic-all-completions-1): Don't call file-name-directory-p
17496 on all files, since woman-file-regexp already filters out any
17497 directories.
17498
174992000-05-24 Kenichi Handa <handa@etl.go.jp>
17500
17501 * international/quail.el (quail-start-translation): Don't change
17502 modified-p of the current buffer.
17503 (quail-start-conversion): Likewise.
17504
17505 * international/kkc.el (kkc-region): Don't change modified-p of
17506 the current buffer.
17507
17508 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17509 conform to RFC1468.
17510 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17511
175122000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17513
17514 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17515 (speedbar-insert-button): Invisible text property fix.
17516 (speedbar-directory-plus): Renamed from speedbar-directory-+
17517 (speedbar-directory-minus): Renamed from speedbar-directory--
17518 (speedbar-page-plus): Renamed from speedbar-file-+
17519 (speedbar-page-minus): Renamed from speedbar-file--
17520 (speedbar-page): Renamed from speedbar-file-
17521 (speedbar-tag): Renamed from speedbar-tag-
17522 (speedbar-tag-plus): Renamed from speedbar-tag-+
17523 (speedbar-tag-minus): Renamed from speedbar-tag--
17524 (speedbar-expand-image-button-alist): Use above renames.
17525
17526 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17527 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17528 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17529 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17530 * sb-pg.xpm: Renamed from sb-file.xpm
17531 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17532 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17533
175342000-05-24 Kenichi Handa <handa@etl.go.jp>
17535
17536 * international/quail.el (quail-show-guidance-buf): Set
17537 current-input-method of the guidance buffer to the name of the
17538 curren input method.
17539
175402000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17541
17542 * progmodes/compile.el (compile-internal): Style typo.
17543
17544 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17545 quote vars and functions in the docstring.
17546
17547 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17548
17549 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17550 Don't quote lambdas.
17551
17552 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17553
175542000-05-23 Gerd Moellmann <gerd@gnu.org>
17555
17556 * startup.el (command-line): Determine source file of compiled
17557 user init file differently. Warn if compiled user init file
17558 is older than its source file.
17559
17560 * ffap.el (ffap-url-regexp): Add `https'.
17561
175622000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17563
17564 * files.el (make-backup-file-name-1): Replace slashes with `!'
17565 rather than `|' (which is not allowed on Windows). Replace the
17566 drive letters with a string "drive_X".
17567
175682000-05-23 Gerd Moellmann <gerd@gnu.org>
17569
17570 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17571
17572 * files.el (interpreter-mode-alist): Add `bash2'.
17573
175742000-05-22 Dave Love <fx@gnu.org>
17575
17576 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17577 mapc.
17578 (feature-file): Avoid calling symbol-name. Doc fix.
17579 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17580 (loadhist-hook-functions): Add mouse-position-function.
17581 (unload-feature): Change uses of mapcar.
17582
17583 * files.el (parse-colon-path): Doc fix.
17584 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17585 (set-auto-mode): Use mapc.
17586
17587 * complete.el (PC-look-for-include-file): Use :alnum: character
17588 class.
17589 (partial-completion-mode): Add autoload cookie.
17590
175912000-05-22 Sam Steingold <sds@gnu.org>
17592
17593 * info.el (Info-fontify-node): Fixed the call to
17594 `add-text-properties' (bug introduced on 2000-05-18).
17595
175962000-05-22 Dave Love <fx@gnu.org>
17597
17598 * bindings.el: Remove debug-ignored-errors set in other files.
17599
17600 * progmodes/etags.el: Add to debug-ignored-errors.
17601 (visit-tags-table-buffer): Clear out buffers holding old tables
17602 when making a new list.
17603 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17604 mapc.
17605
17606 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17607 quote keywords.
17608 (cmpl-string-case-type): Use character classes.
17609
17610 * comint.el:
17611 * textmodes/ispell.el:
17612 * imenu.el:
17613 * mail/mh-e.el:
17614 * progmodes/compile.el: Add to debug-ignored-errors.
17615
17616 * dabbrev.el: Add to debug-ignored-errors.
17617 (dabbrev-completion): Use mapc.
17618
176192000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17620
17621 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17622 (woman-mapcan, woman-parse-man.conf)
17623 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17624 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17625 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17626 path syntax better.
17627 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17628 (woman-manpath): Call woman-parse-man.conf.
17629 (woman-emulation): New defcustom, defaults to nroff.
17630 (woman-font-support): New defconst.
17631 (woman-use-symbol-font): New defcustom.
17632 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17633 "Emulation".
17634 Many functions: Doc fix.
17635
176362000-05-22 Kenichi Handa <handa@etl.go.jp>
17637
17638 * international/quail.el (quail-simple-translation-keymap): Map
17639 128..255 to quail-self-insert-command.
17640 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17641
176422000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17643
17644 * help.el (help-manyarg-func-alist): Typo.
17645
17646 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17647 intervals which makes it heaps simpler.
17648
17649 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17650 the nested comment markers.
17651
17652 * subr.el (remove-hook): Don't turn the hook's value into a list.
17653
176542000-05-21 Dave Love <fx@gnu.org>
17655
17656 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17657 are invalid characters.
17658
17659 * international/mule-util.el (detect-coding-with-priority): Use
17660 mapc. Remove redundant lambda.
17661
17662 * international/mule-diag.el (list-non-iso-charset-chars)
17663 (describe-fontset): Remove redundant lambda.
17664
17665 * emulation/crisp.el (brief-mode): New alias.
17666
17667 * emacs-lisp/ring.el (ring-elements): New function.
17668
17669 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17670 (easy-menu-do-add-item): Use keywordp.
17671
17672 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17673
17674 * replace.el: Doc and error message fixes.
17675 (replace-highlight): Use facep, not internal-find-face.
17676
176772000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17678
17679 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17680
17681 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17682 (log-edit-insert-changelog): Drop `:' as well.
17683
17684 * log-view.el: Fix file description.
17685 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17686 available.
17687 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17688 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17689
17690 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17691 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17692 Print a status message if the toggle is called interactively.
17693 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17694 for global minor modes and use `defcustom' for them.
17695 Use add-minor-mode.
17696 (easy-mmode-define-derived-mode): Remove.
17697 (define-derived-mode): Fancier default docstring.
17698 (easy-mmode-define-navigation): Signal an error rather than (ding).
17699
17700 * newcomment.el (comment-styles): New `box-multi'.
17701 (comment-normalize-vars): Better default for comment-continue to
17702 avoid whitespace-only continuations.
17703 (comment-search-forward): Always move even in the no-syntax case.
17704 (comment-padright): Only obey N if it's only obeyed for padleft.
17705 (comment-make-extra-lines): Better handling of empty continuations.
17706 Use `=' for the filler if comment-start has only one character.
17707 (uncomment-region): Try handling the special `=' filler.
17708 (comment-region): Allow LINES even if MULTI is nil.
17709 (comment-box): Choose box style based on comment-style.
17710
177112000-05-20 Kenichi Handa <handa@etl.go.jp>
17712
17713 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17714 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17715
177162000-05-20 Kenichi HANDA <handa@etl.go.jp>
17717
17718 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17719 and insert, not subst-char-in-region.
17720
17721 * international/mule-diag.el (list-character-sets-1): Handle
17722 charsets eight-bit-control and eight-bit-graphic.
17723 (list-iso-charset-chars): Likewise.
17724 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17725 charactes as is. Use indent-to to align characters.
17726
17727 * international/mule-cmds.el (find-multibyte-characters): Never
17728 exclude charsets eight-bit-control and eight-bit-graphic.
17729
177302000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17731
17732 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17733 Don't quote lambdas.
17734
17735 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17736
177372000-05-19 Gerd Moellmann <gerd@gnu.org>
17738
17739 * gud.el (gud-jdb-directories): Doc fix.
17740
177412000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17742
17743 * newcomment.el: New file.
17744
177452000-05-19 Gerd Moellmann <gerd@gnu.org>
17746
17747 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17748
177492000-05-18 Andreas Schwab <schwab@suse.de>
17750
17751 * dired.el (dired-between-files): Also skip lines beginning with
17752 `used'.
17753
177542000-05-18 Gerd Moellmann <gerd@gnu.org>
17755
17756 * msb.el (msb-menu-cond): Add choice `user'.
17757
177582000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17759
17760 * ps-print.el: Compatibility, customization and doc fix.
17761 (ps-printer-name-option): Replace defconst by defvar.
17762 (ps-postscript-code-directory): XEmacs compatibility.
17763 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17764 fix.
17765 (ps-user-defined-prologue, ps-print-prologue-header)
17766 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17767 compatibility and code fix.
17768 (ps-print-background-image, ps-print-background-text):
17769 Customization fix.
17770 (ps-line-number-start, ps-n-up-on): New vars.
17771
177722000-05-18 Espen Skoglund <esk@ira.uka.de>
17773
17774 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17775 the indent-comment function to just return the appropriate indent.
17776
177772000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17778
17779 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17780 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17781 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17782
177832000-05-18 Dave Love <fx@gnu.org>
17784
17785 * info.el (Info-fontify-node): Add intangible property as well as
17786 invisible.
17787
17788 * calendar/appt.el (appt-make-list): Match all lines of entry.
17789 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17790
177912000-05-18 Kenichi Handa <handa@etl.go.jp>
17792
17793 * international/mule-diag.el (describe-char-after): Call
17794 internal-char-font, not char-font. If internal-char-font returns
17795 nil, display "-- none --".
17796
177972000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17798
17799 * image.el (image-type-available-p): Don't reference image-types
17800 if it isn't bound.
17801
178022000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17803
17804 * autoarg.el (autoarg-mode): Typo in the :set argument.
17805
178062000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17807
17808 * startup.el (command-line-1): Don't signal an error if the
17809 directory for auto-save-list files does not yet exist.
17810
178112000-05-17 Kenichi Handa <handa@etl.go.jp>
17812
17813 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17814
178152000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17816
17817 * subr.el (remove-hook): `setq' hook-value, not `set'.
17818
178192000-05-16 Sam Steingold <sds@gnu.org>
17820
17821 * info.el (debug-ignored-errors): More errors to ignore.
17822
178232000-05-16 Dave Love <fx@gnu.org>
17824
17825 * cus-edit.el: Don't require cl or easymenu.
17826 (custom-variable-prompt): Test standard-value property, not
17827 user-variable-p.
17828
178292000-05-16 Sam Steingold <sds@gnu.org>
17830
17831 * subr.el (add-hook): `setq' hook-value, not `set'.
17832
178332000-05-16 Gerd Moellmann <gerd@gnu.org>
17834
17835 * startup.el (command-line-1): Mention the FAQ in the startup
17836 message.
17837
17838 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17839
17840 * progmodes/compile.el (compilation-parse-errors): Collect
17841 `nomessage' regexps last.
17842
17843 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17844
17845 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17846 to the function name.
17847
178482000-05-15 Dave Love <fx@gnu.org>
17849
17850 * speedbar.el (speedbar-recenter): Typo.
17851 (speedbar-expand-line): Make arg optional.
17852 (speedbar-mode): Avoid a compiler warning.
17853
178542000-05-15 Gerd Moellmann <gerd@gnu.org>
17855
17856 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17857 user-specified option string is empty.
17858
17859 * mouse.el (mouse-yank-at-click): Doc fix.
17860
178612000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17862
17863 * term/internal.el (IT-character-translations): More updates of
17864 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17865 documents.
17866
178672000-05-15 Gerd Moellmann <gerd@gnu.org>
17868
17869 * env.el (getenv): New function, interactively callable.
17870 (setenv, getenv): Remove autoload cookies.
17871
17872 * loadup.el: Load `env'.
17873
17874 * progmodes/f90.el: Change author's mail address.
17875
178762000-05-14 Dave Love <fx@gnu.org>
17877
17878 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17879 goto-addr as an option.
17880
17881 * help.el (help-xref-stack): Doc fix.
17882 (help-xref-following): New variable.
17883 (help-make-xrefs): Use it.
17884 (help-xref-go-back): Use position information from stack element.
17885 (help-follow): Make position in stack element a pair. Use
17886 help-xref-following.
17887
17888 * autoarg.el: New file.
17889
17890 * faces.el: Declare more functions obsolete.
17891
17892 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17893 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17894 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17895 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17896 Remove all the setup-...-environment functions.
17897
178982000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17899
17900 * speedbar.el: Updated the commentary section. xemacs20p now uses
17901 >= when detecting. Require `defimage' safely.
17902 (speedbar-easymenu-definition-base): Add toggle for images.
17903 (speedbar-easymenu-definition-special): Add flush cache & expand.
17904 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17905 (speedbar-reconfigure-keymaps-hook): New variable.
17906 (speedbar-frame-parameters): Updated documentation.
17907 (speedbar-use-imenu-flag): Updated custom tag
17908 (speedbar-dynamic-tags-function-list): New variable.
17909 (speedbar-tag-hierarchy-method): Updated doc & custom.
17910 (speedbar-indentation-width, speedbar-indentation-width) New
17911 variables.
17912 (speedbar-hide-button-brackets-flag): Customizable.
17913 (speedbar-vc-indicator): Doc update.
17914 (speedbar-ignored-path-expressions): Updated default value.
17915 (speedbar-supported-extension-expressions): Updated default value.
17916 (speedbar-syntax-table): Remove {} paren status.
17917 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17918 as "+". Added overlay aliases.
17919 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17920 `force-mode-line-update'.
17921 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17922 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17923 `mouse-set-point'
17924 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17925 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17926 of arbitrary text, and new helper functions.
17927 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17928 filename finder.
17929 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17930 (speedbar-directory-buttons): Update path search/expansion.
17931 (speedbar-make-tag-line): Pay attention to
17932 `speedbar-indentation-width'. Use more care w/ invisible
17933 properties.
17934 (speedbar-change-expand-button-char): Call
17935 `speedbar-insert-image-button-maybe'.
17936 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17937 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17938 (speedbar-trim-words-tag-hierarchy)
17939 (speedbar-simple-group-tag-hierarchy): New functions
17940 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17941 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17942 functions.
17943 (speedbar-mouse-set-point): New function
17944 (speedbar-power-click): Updated documentation.
17945 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17946 of tag prefix text.
17947 (speedbar-expand-line, speedbar-contract-line): Make more robust
17948 to strange text.
17949 (speedbar-expand-line): Takes universal argument to flush the
17950 cache.
17951 (speedbar-flush-expand-line): New function.
17952 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17953 Use new generator insertion method.
17954 (speedbar-fetch-dynamic-tags): New function.
17955 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17956 `speedbar-fetch-dynamic-imenu'.
17957 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17958 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17959 "Revert Buffer" menu items.
17960 (speedbar-buffer-buttons-engine): Be smarter when creating a
17961 filename tag (for expansion purposes.).
17962 (speedbar-highlight-one-tag-line,
17963 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17964 (speedbar-recenter): New functions.
17965 (defimage-speedbar): Image loading abstraction.
17966 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17967 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17968 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17969 (speedbar-tag-type, speedbar-tag-mail): New images.
17970 (speedbar-expand-image-button-alist): New variable.
17971 (speedbar-insert-image-button-maybe): Insert an image over some
17972 buttons.
17973
179742000-05-13 Kenichi Handa <handa@etl.go.jp>
17975
17976 * international/mule-cmds.el (encode-coding-char): An ASCII
17977 character is always encodable.
17978
17979 * international/mule-conf.el: Add more information in descriptions
17980 of character sets.
17981
17982 * international/mule-diag.el (describe-char-after): New function.
17983 (describe-font-internal): Adjusted for the change of font-info.
17984 (describe-font): Likewise.
17985 (print-fontset): Rewritten for the new fontset implementation.
17986 (describe-fontset): Include fontset alias names in completion.
17987 (list-fontsets): Adjusted for the change of print-fontset.
17988
17989 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17990 describe-char-after instead of displaying the detail in the echo
17991 area.
17992 (syntax-code-table): Format changed.
17993 (string-to-syntax): Adjusted for the above change.
17994
179952000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17996
17997 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17998
179992000-05-12 Dave Love <fx@gnu.org>
18000
18001 * calendar/todo-mode.el: Remove some compatibility stuff and CL
18002 dependence. Use line-{beginning,end}-position, not
18003 point-at{b,e}ol. Some doc fixes.
18004 (todo-position): New function. Fix callers of position to use it.
18005 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
18006
180072000-05-12 Gerd Moellmann <gerd@gnu.org>
18008
18009 * time.el (display-time-mail-icon): Use `:ascent center'.
18010
18011 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
18012 handling FTP security extensions.
18013
180142000-05-11 Dave Love <fx@gnu.org>
18015
18016 * calendar/todo-mode.el: New file.
18017
180182000-05-11 Gerd Moellmann <gerd@gnu.org>
18019
18020 * comint.el (comint-read-input-ring): Move reference to
18021 comint-input-ring-size outside of the save-excursion. It was
18022 causing the default value to be the only one ever seen.
18023
18024 * font-lock.el: Update copyright. Remove Simon Marshall's email
18025 address on request from him.
18026
18027 * subr.el (substitute-key-definition): Add comment describing
18028 the meaning of PREFIX.
18029
180302000-05-10 Stefan Monnier <monnier@cs.yale.edu>
18031
18032 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
18033
18034 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
18035 (add-minor-mode): Don't make the variable buffer-local and add a
18036 reference to define-minor-mode in the docstring.
18037
18038 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
18039 HEADER/FOOTER and fix bug with trailing empty directory.
18040 (cvs-append-to-ignore): Use vc-editable-p if available.
18041 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18042 (vc-do-command): Tweak advice to handle the new VC.
18043
18044 * log-view.el (log-view-goto-rev): New function for the new VC.
18045 (log-view-minor-wrap): Use mark-active.
18046
18047 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18048 (log-edit-changelog-full-paragraphs): New var.
18049 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18050 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18051 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18052 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18053 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18054 Replace the `cvs' prefix with `log-edit'.
18055
18056 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18057
18058 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18059 (diff-font-lock-defaults): Explicitly turn off multiline.
18060 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18061 (diff-ediff-patch): Fix call to ediff-patch-file.
18062 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18063 Handle comments.
18064
18065 * frame.el (automatic-hscrolling): Typo.
18066
18067 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18068
180692000-05-09 Sam Steingold <sds@goems.com>
18070
18071 * apropos.el (apropos-print): use `describe-face' instead of
18072 `customize-face-other-window'.
18073
180742000-05-09 Dave Love <fx@gnu.org>
18075
18076 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18077
18078 * help.el (describe-variable): Have customize button pop the
18079 help-xref stack when invoked.
18080 (help-xref-symbol-regexp): Add `face'.
18081 (help-make-xrefs): Check for quoted face names and adapt regexp
18082 submatch numbers to cope.
18083 (help-xref-interned): Maybe insert face doc too. Separate
18084 sections with a line of hyphens.
18085
18086 * faces.el: Some doc fixes. Declare some functions obsolete.
18087 (describe-face): Add customize button. Return the help
18088 text. Fix prompt.
18089
180902000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18091
18092 * term/internal.el (IT-character-translations): Fix last change.
18093
180942000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18095
18096 * woman.el: New file
18097 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18098
180992000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18100
18101 * term/internal.el (IT-character-translations): Update ASCII
18102 simulations for greek-iso8859-7, add latin-iso8859-14 and
18103 latin-iso8859-15.
18104
18105 * international/mule-cmds.el (set-language-info-alist): Call
18106 define-prefix-command with 3 arguments, to make the map suitable
18107 for a menu.
18108
181092000-05-07 Dave Love <fx@gnu.org>
18110
18111 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18112
181132000-05-05 Dave Love <fx@gnu.org>
18114
18115 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18116 list in doc string. Don't quote keyword symbols.
18117 * emacs-lisp/cl.el: Likewise
18118 * emacs-lisp/cl-seq.el: Likewise
18119
181202000-05-05 Gerd Moellmann <gerd@gnu.org>
18121
18122 * abbrev.el (abbrev-mode): Make ARG optional.
18123
181242000-05-04 Gerd Moellmann <gerd@gnu.org>
18125
18126 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18127
18128 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18129
18130 * subr.el (substitute-key-definition): Clarify documentation.
18131
181322000-05-04 Milan Zamazal <pdm@freesoft.cz>
18133
18134 * glasses.el (glasses-convert-to-unreadable): Use
18135 `glasses-separator' instead of the hard-wired "_".
18136 (glasses-mode): Call `glasses-make-unreadable' only in a single
18137 place.
18138
181392000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18140
18141 * term/internal.el (cjk-codepages-alist): Add associations for
18142 Chinese and Korean codepages. Remove FIXME comment.
18143
181442000-05-03 Dave Love <fx@gnu.org>
18145
18146 * time.el (display-time-mail-face, display-time-use-mail-icon):
18147 New option.
18148 (display-time-mail-icon): New variable.
18149 (display-time-string-forms): Use the above. Fix the local-map.
18150
181512000-05-03 Gerd Moellmann <gerd@gnu.org>
18152
18153 * replace.el (query-replace-map): Add binding for `E'.
18154 (query-replace-help): Extend help text.
18155 (perform-replace): Allow editing the replacement string.
18156
18157 * make-mode.el (makefile-mode-abbrev-table): New variable.
18158 (makefile-mode): Set local abbrev table to
18159 makefile-mode-abbrev-table.
18160 (makefile-font-lock-keywords): Fontify includes and conditionals.
18161
18162 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18163 set TOGGLE's value.
18164
18165 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18166 mail-interactive-insert-alias.
18167 (mail-abbrev-complete-alias): New command.
18168 (mail-mode-map): Bind it to `M-TAB'.
18169
181702000-05-03 Kenichi Handa <handa@etl.go.jp>
18171
18172 * language/lao-util.el (lao-compose-region): New function.
18173
181742000-05-02 Gerd Moellmann <gerd@gnu.org>
18175
18176 * files.el (recover-session): Make directories as necessary
18177 if they don't exist yet.
18178
18179 * calendar/cal-french.el
18180 (french-calendar-multibyte-special-days-array)
18181 (french-calendar-special-days-array): Change French text.
18182 (calendar-french-date-string): Change output.
18183 (calendar-goto-french-date): Likewise.
18184
181852000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18186
18187 * wid-edit.el (widget-default-active): Obey `:always-active'.
18188 (widget-documentation-string-value-create): Set `:always-active'.
18189
181902000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18191
18192 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18193 default prefix to `~/_emacs.d/auto-save.list/_s'.
18194 (normal-top-level): Create the directory for auto-save files, if
18195 it doesn't already exist (in the ms-dos case only).
18196
181972000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18198
18199 * international/mule-cmds.el (set-language-environment): Don't
18200 concat an integer (dos-codepage), use format instead.
18201
182022000-05-02 Dave Love <fx@gnu.org>
18203
18204 * help.el (help-xref-on-pp): Check for constant symbols.
18205
182062000-04-29 Gerd Moellmann <gerd@gnu.org>
18207
18208 * startup.el (normal-top-level): Put a condition-case around
18209 the code loading subdirs.el.
18210
182112000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18212
18213 * ps-print.el: Upside-down and face background color printing,
18214 line number step, doc fix.
18215 (ps-print-version): New version number (5.2).
18216 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18217 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18218 (ps-spool-config): Var fix.
18219 (ps-printer-name-option): Const fix.
18220 (ps-print-upside-down, ps-use-face-background)
18221 (ps-line-number-step): New vars.
18222 (ps-window-system, ps-lp-system): New consts.
18223 (ps-face-background): New fun.
18224
182252000-04-28 Richard Stallman <rms@gnu.org>
18226
18227 * files.el (make-auto-save-file-name):
18228 Apply auto-save-file-name-transforms to visited file name
18229 before generating auto save file name.
18230 (auto-save-file-name-transforms): New variable.
18231
18232 * files.el (backup-enable-predicate):
18233 Correctly test for a file under a temporary directory.
18234
182352000-04-28 Gerd Moellmann <gerd@gnu.org>
18236
18237 * subr.el (add-minor-mode): Rewritten.
18238
182392000-04-28 Kenichi Handa <handa@etl.go.jp>
18240
18241 * mail/sendmail.el (sendmail-send-it): Set
18242 buffer-file-coding-system to the selected coding system for MIME
18243 header.
18244
182452000-04-27 Gerd Moellmann <gerd@gnu.org>
18246
18247 * dired.el (dired-move-to-filename-regexp): Allow format where
18248 YYYY is followed by two spaces.
18249
18250 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18251 in the second character class of the regexp.
18252
18253 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18254 mh-etc, too.
18255
18256 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18257 nil.
18258
18259 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18260
18261 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18262 argument.
18263
182642000-04-27 Sen Nagata <sen@eccosys.com>
18265
18266 * emacs-lisp/crm.el (crm-completion-table): New variable.
18267 (crm-collection-fn, crm-test-completion)
18268 (completing-read-multiple): Use it.
18269
182702000-04-27 Dave Love <fx@gnu.org>
18271
18272 * help.el (locate-library): Use mapc.
18273 (help-manyarg-func-alist): Add call-process-region.
18274
182752000-04-26 Gerd Moellmann <gerd@gnu.org>
18276
18277 * subr.el (add-minor-mode): Make argument MAP optional.
18278
18279 * desktop.el (desktop-save): Save list of minor modes.
18280 (desktop-create-buffer): Restore minor modes.
18281 (desktop-minor-mode-table): New user-option.
18282
18283 * subr.el (add-minor-mode): New function.
18284
18285 * image.el (find-image): New function.
18286 (defimage): Rewritten to find image at load time.
18287
18288 * startup.el (normal-top-level-add-to-load-path): Handle
18289 case that the default directory is not in load-path.
18290
18291 * help.el: Old patch from Stefan Monnier.
18292 (help-xref-on-pp): New function.
18293 (describe-variable): Use it to display xrefs in a symbol's value.
18294
182952000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18296
18297 * cus-edit.el (custom-face): Fix parenthesis.
18298
182992000-04-26 Kenichi Handa <handa@etl.go.jp>
18300
18301 * mail/rmail.el (rmail-expunge): When there are no deleted
18302 messages, do nothing.
18303
183042000-04-26 Dave Love <fx@gnu.org>
18305
18306 * international/mule-cmds.el (locale-translation-file-name):
18307 Defvar to nil.
18308 (set-locale-environment): Set it here (at runtime).
18309
183102000-04-25 Gerd Moellmann <gerd@gnu.org>
18311
18312 * replace.el (perform-replace): Add parameters START and END. Use
18313 them instead of the check for a region in Transient Mark mode.
18314 (query-replace-read-args): Return two more list elements for the
18315 start and end of the region in Transient Mark mode.
18316 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18317 (map-query-replace-regexp, replace-string, replace-regexp): Add
18318 optional last arguments START and END and pass them to
18319 perform-replace.
18320
18321 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18322 form with additional arguments for perform-replace.
18323
18324 * progmodes/etags.el (tags-query-replace): Add parameters START
18325 and END. Construct a form with additional arguments for
18326 perform-replace.
18327
18328 * simple.el (shell-command): Set default directory for "*Shell
18329 Command Output" buffer.
18330
18331 * language/european.el (iso-latin-4): Fix typo.
18332
18333 * emacs-lisp/crm.el: New file.
18334
183352000-04-24 Dave Love <fx@gnu.org>
18336
18337 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18338 (Custom-reset-saved, Custom-reset-standard)
18339 (custom-group-value-create, custom-group-set, custom-group-save)
18340 (custom-group-reset-current, custom-group-reset-saved)
18341 (custom-group-reset-standard): Use mapc.
18342 (custom-buffer-create-internal): Disable undo when creating items.
18343 Use mapc.
18344 (custom-face): Avoid redundant lambda.
18345
183462000-04-24 Gerd Moellmann <gerd@gnu.org>
18347
18348 * startup.el (auto-save-list-file-prefix): Set default to
18349 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18350
183512000-04-24 Sam Steingold <sds@gnu.org>
18352
18353 * time-stamp.el (time-stamp-string-preprocess): Always convert
18354 `field-result' to a string.
18355
183562000-04-24 Gerd Moellmann <gerd@gnu.org>
18357
18358 * frame.el (scrolling): New group.
18359 (automatic-hscrolling): New user-option.
18360
18361 * startup.el (command-line-x-option-alist): Add `-lsp' and
18362 `--line-spacing'.
18363
183642000-04-19 Dave Love <fx@gnu.org>
18365
18366 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18367 (cl-mapc): Rename from mapc. Fix the funcall.
18368
183692000-04-19 Gerd Moellmann <gerd@gnu.org>
18370
18371 * simple.el (clone-indirect-buffer-other-window): New command.
18372 (clone-indirect-buffer): Add optional arg NORECROD.
18373 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18374
18375 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18376
18377 * window.el (count-screen-lines): New function.
18378 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18379 instead of window-buffer-height.
18380
18381 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18382 non-existing variable comint-input-sentinel.
18383 (inferior-lisp-args-to-list): Removed.
18384 (inferior-lisp): Use split-string instead of
18385 inferior-lisp-args-to-list.
18386
18387 * hexl.el (hexl-insert-hex-string): New command.
18388
18389 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18390 instead of concat.
18391
183922000-04-18 Gerd Moellmann <gerd@gnu.org>
18393
18394 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18395 at the start of an existing but empty folder.
18396
183972000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18398
18399 * ps-mule.el: Customization fix, doc fix.
18400 (ps-multibyte-buffer): Customization fix.
18401
184022000-04-17 Richard M. Stallman <rms@gnu.org>
18403
18404 * subr.el (read-passwd): Use read-char-exclusive.
18405
184062000-04-17 Gerd Moellmann <gerd@gnu.org>
18407
18408 * textmodes/texinfo.el (texinfo-insert-@email)
18409 (texinfo-insert-@emph, texinfo-insert-@quotation)
18410 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18411 (texinfo-mode-map): Add key bindings for them.
18412
18413 * files.el (basic-save-buffer-2): Use a template with `$'
18414 instead of `#' for VMS.
18415
18416 * simple.el (clone-indirect-buffer): New function.
18417
184182000-04-16 Stephen Eglen <stephen@gnu.org>
18419
18420 * iswitchb.el (iswitchb-case): New function. If the user input
18421 contains any upper-case characters, the search is made
18422 case-sensitive.
18423
184242000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18425
18426 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18427 comment-end.
18428 (texinfo-font-lock-syntactic-keywords): New var.
18429 (texinfo-font-lock-keywords): Remove comment regexp.
18430 (texinfo-insert-block): New function.
18431 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18432 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18433 and font-lock-defaults. Use regexp-opt for outline-regexp.
18434 (texinfo-environments): New var.
18435 (texinfo-environment-regexp): Use regexp-opt and
18436 texinfo-environments.
18437
18438 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18439 ispell-process is bound since this might be eval'd before ispell
18440 is loaded.
18441 (ispell-message): Use a tiny bit less magic and a bit more hard
18442 data to figure out what kind of sc-cite-regexp to use.
18443
18444 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18445
18446 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18447 (insert-cyclic-diary-entry): Unquote the lambda.
18448
18449 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18450
18451 * files.el (backup-enable-predicate): Unquote the lambda.
18452
18453 * cus-edit.el (custom-face, face): Unquote the lambda.
18454
184552000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18456
18457 * ps-print.el: Check for line-beginning-position definition.
18458
18459 * ps-print.el: Fix counting lines in a region.
18460 (ps-print-version): New version number (5.1.5).
18461 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18462 (ps-printing-region): Fun code fix.
18463
184642000-04-15 Gerd Moellmann <gerd@gnu.org>
18465
18466 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18467 to file-directory-p.
18468
184692000-04-14 Gerd Moellmann <gerd@gnu.org>
18470
18471 * gud.el (gud-jdb-build-source-files-list): Check that directory
18472 exists before calling directory-files.
18473
184742000-04-13 Dave Love <fx@gnu.org>
18475
18476 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18477 syntax.
18478
18479 * emacs-lisp/cl-specs.el: Remove when, unless.
18480
18481 * emacs-lisp/cl-extra.el: Don't quote keywords.
18482 (cl-old-mapc): New variable.
18483 (mapc): Use it.
18484 (cl-map-intervals): Use with-current-buffer. Don't check for
18485 next-property-change.
18486 (cl-map-overlays): Use with-current-buffer.
18487 (cl-expt): Remove.
18488 (copy-tree, remprop): Define unconditionally.
18489
18490 * emacs-lisp/cl-compat.el (keywordp): Remove.
18491
18492 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18493 to use keywordp.
18494 (edebug-spec): Enable keywordp.
18495
18496 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18497 string-lessp.
18498
18499 * cus-start.el: Use keywordp.
18500
185012000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18502
18503 * diary-lib.el (include-other-diary-files): Fix the fix of
18504 2000-02-18 by doing a save-excursion.
18505
185062000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18507
18508 * ps-print.el: Customization fix, doc fix.
18509 (ps-print-version): New version number (5.1.4).
18510 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18511 (ps-print-preprint): Adjust code.
18512 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18513 (ps-print-prologue-header, ps-print-control-characters)
18514 (ps-spool-config): Customization fix.
18515
185162000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18517
18518 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18519 converted to the new menu-item format, names silightly changed,
18520 help strings added.
18521
18522 Support for spelling without async subprocesses:
18523
18524 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18525 (ispell-session-buffer): New variables.
18526 (ispell-start-process, ispell-process-status,
18527 ispell-accept-output, ispell-send-string): New functions, for
18528 Ispell invocation when async subprocesses aren't supported.
18529 (ispell-word, ispell-pdict-save, ispell-command-loop,
18530 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18531 to process-send-string with calls to ispell-send-string, and
18532 accept-process-output with ispell-accept-output.
18533 (ispell-init-process): Call ispell-process-status instead of
18534 process-status with.
18535 (ispell-init-process): Call ispell-start-process. Call
18536 ispell-accept-output and ispell-send-string. Don't call
18537 process-kill-without-query and kill-process if they are unbound.
18538 (ispell-async-processp): New function.
18539
185402000-04-12 Dave Love <fx@gnu.org>
18541
18542 * info.el: Add debug-ignored-errors.
18543 (Info-mode-menu): Add some items.
18544 (Info-directory): Add autoload cookie.
18545
18546 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18547 Modify `truncate-lines'. Make `describe-language-environment'
18548 always visible and add help. Modify `describe-key' help. Invoke
18549 Info-directory from `info'. New entry `emacs-manual'.
18550
185512000-04-10 Gerd Moellmann <gerd@gnu.org>
18552
b291c86c
SM
18553 * progmodes/ebrowse.el (ebrowse-tree-mode):
18554 Use propertized-buffer-identification.
a30eb617
DL
18555 (ebrowse-update-member-buffer-mode-line): Likewise.
18556 (ebrowse--mode-strings): Removed.
18557 (ebrowse--mode-line-props): Removed.
18558
18559 * files.el (auto-mode-alist): Add `EBROWSE'.
18560
18561 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18562 space before testing for end of buffer.
18563 (ebrowse-load): Removed.
18564 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18565 (ebrowse-create-tree-buffer): Rewritten.
18566 (ebrowse-tree-mode): Read tree from buffer.
18567
18568 * progmodes/ebrowse-ffh.el: Removed.
18569
185702000-04-10 Kenichi Handa <handa@etl.go.jp>
18571
18572 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18573
185742000-04-10 Gerd Moellmann <gerd@gnu.org>
18575
18576 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18577 at the wrong place.
18578
185792000-04-09 Dave Love <fx@gnu.org>
18580
b291c86c
SM
18581 * files.el (backup-enable-predicate):
18582 Use temporary-file-directory, small-temporary-file-directory.
18583 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
18584 (make-backup-file-name-1): New function.
18585 (make-backup-file-name): Use it.
b291c86c 18586 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
18587 (file-newest-backup): Use make-backup-file-name.
18588
185892000-04-09 Gerd Moellmann <gerd@gnu.org>
18590
18591 * progmodes/ebrowse-ffh.el: New file.
18592
86f6474c
SM
18593 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18594 Moved to ebrowse-ffh.el.
a30eb617
DL
18595 (ebrowse-load): Add autoload.
18596
18597 * finder.el (finder-commentary): Add autoload cookie.
18598
18599 * mail/rfc2368.el: Correct author's email address.
18600
18601 * progmodes/ebrowse.el: New file.
18602
18603 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18604 item help string.
18605 (easy-menu-do-add-item): Ditto.
18606 (easy-menu-define): Extend doc string.
18607
86f6474c 18608 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
18609 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18610 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18611 with-buffer-unmodified.
18612
186132000-04-08 Dave Love <fx@gnu.org>
18614
18615 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18616 unless, when.
18617
186182000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18619
18620 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18621 (viper-flash-search-pattern): No operation when using Emacs
18622 doesn't support face.
18623 Use `viper-put-on-search-overlay'.
18624
186252000-04-04 Gerd Moellmann <gerd@gnu.org>
18626
18627 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18628 like C-r.
18629
18630 * progmodes/make-mode.el: Some doc fixes.
18631 (makefile-mode-abbrev-table): New variable.
18632 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18633 (makefile-font-lock-keywords): Fontify includes and conditionals.
18634 (toplevel): Require `dabbrev' and `add-log' when compiling.
18635
18636 * replace.el (perform-replace): Don't move forward one char
18637 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18638 to do that because it leaves point 1 position after the last
18639 replacement, after everything has been replaced.
18640
18641 * jit-lock.el (with-buffer-unmodified): New macro.
18642 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18643 modified state.
18644 (jit-lock-function-1): Extracted from jit-lock-function; not
18645 preserving buffer's modified state.
86f6474c
SM
18646 (jit-lock-function, jit-lock-stealth-fontify):
18647 Call jit-lock-function-1.
a30eb617
DL
18648
18649 * mail/rfc2368.el: Remove supernumerary copyright line.
18650
186512000-04-04 Milan Zamazal <pdm@freesoft.cz>
18652
18653 * glasses.el: Provide facilities for inserting space before left
18654 parentheses and uncapitalization of identifiers.
18655 (glasses-mode): Try to remove old overlays in all cases.
18656
186572000-04-03 Gerd Moellmann <gerd@gnu.org>
18658
18659 * progmodes/compile.el (compile-internal): Display the compilation
18660 buffer in a different frame, if it's already displayed there.
18661
18662 * mail/rfc2368.el: New file.
18663
18664 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18665 header and insert its value as mail body.
18666
18667 * subr.el (member-ignore-case): New function.
18668
18669 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18670 (dabbrev--find-expansion): Ignore buffers matching a regexp
18671 from dabbrev-ignored-regexps.
18672
18673 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18674 to extensions handled by gzip.
18675
186762000-04-03 Richard M. Stallman <rms@gnu.org>
18677
18678 * files.el (insert-directory): List the total free space
18679 along with the used space.
18680
18681 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18682 line is followed by one that matches CITATION-REGEXP, end the
18683 paragraph.
18684
186852000-04-03 Markus Rost <rost@delysid.gnu.org>
18686
18687 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18688 (rmail-make-basic-summary-line): Use that option.
18689
186902000-04-03 Kenichi Handa <handa@etl.go.jp>
18691
18692 * international/mule-cmds.el (encoded-string-description):
18693 Rewritten. Try pretty description for ISO 2022 escape sequences
18694 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18695 for hexadecimal format.
18696
186972000-04-01 Dave Love <fx@gnu.org>
18698
18699 * cpp.el: Change customization group to `c' from `C'.
18700
18701 * vcursor.el (vcursor-move): Use display-color-p.
18702
18703 * international/mule-util.el: Provide mule-utils.
18704 (string-to-sequence): Simplify and speed up.
18705
18706 * international/mule.el (make-coding-system): Purecopy doc-string.
18707
18708 * international/mule-cmds.el: Various menu changes.
18709 (describe-specified-language-support): Handle `Default'.
18710 (set-language-info): Purecopy `info'.
18711
187122000-03-31 Andrew Innes <andrewi@gnu.org>
18713
18714 * vc.el (vc-backend-diff): Return the correct status if we had to
18715 retry the rcsdiff command without the --brief option.
18716
187172000-03-31 Dave Love <fx@gnu.org>
18718
18719 * help.el (help-manyarg-func-alist): Correct several omissions.
18720
18721 * add-log.el: Don't require cl, fortran.
18722 (add-log-current-defun-function): Doc fix.
86f6474c 18723 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 18724 (change-log-version-rcs): Function deleted.
86f6474c
SM
18725 (change-log-version-number-search): Doc fix.
18726 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
18727 (add-change-log-entry): Just call add-log-current-defun to get
18728 defun. Simplify somewhat.
18729 (change-log-get-method-definition-1): Likewise.
18730 (add-log-current-defun): Return nil if calling
18731 add-log-current-defun-function does so. Move Fortran stuff to
18732 fortran.el. Return string without properties.
18733
18734 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18735 and :alpha: char classes.
18736
18737 * mail/supercite.el: Defvar curline when compiling.
18738 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18739 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18740 rather than a-zA-Z0-9 to allow non-ASCII characters.
18741
187422000-03-31 Gerd Moellmann <gerd@gnu.org>
18743
18744 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18745
18746 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18747 Re-enable new code.
18748
18749 * lpr.el (print-region-1): Use -d to specify printer name for
18750 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18751
187522000-03-31 Dave Love <fx@gnu.org>
18753
86f6474c
SM
18754 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18755 Look for function definition in symbol's function value slot first
a30eb617
DL
18756 instead of first consulting byte-compile-function-environment.
18757
187582000-03-31 Kenichi Handa <handa@etl.go.jp>
18759
18760 * language/european.el ("Polish"): New language environment.
18761 (setup-polish-environment): New function.
18762
187632000-03-30 Gerd Moellmann <gerd@gnu.org>
18764
18765 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18766 Disable new code.
18767
18768 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18769 trying to `load' the symbol of an autoload instead of the file
18770 recorded in the autoload. Fix error messages.
18771
187722000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18773
18774 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18775 (ps-print-version): New version number (5.1.3).
18776 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18777 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18778 (ps-generate-postscript-with-faces): Code fix.
18779 (ps-color-values): XEmacs compatibility.
18780 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18781 (ps-default-fg, ps-default-bg): Adjust customization.
18782 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18783 (ps-color-scale): Renaming old ps-color-value fun.
18784 (ps-print-headers): Replace ps-print-header group to avoid conflict
18785 with ps-print-header variable.
18786 (ps-print-miscellany): New group.
18787 (ps-format-color, ps-rgb-color): New funs.
18788 (ps-default-foreground): New var.
18789 (ps-printer-name-option): New const.
18790
187912000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18792
18793 * net/net-utils.el:
18794 (network-connection-host, network-connection-service): New variables
18795 (network-connection-mode): New mode, derived from comint-mode
18796 (network-connection-mode-setup): New function, saves host and
18797 service information in local variables.
18798
18799 * lisp/locate.el:
18800 (locate-word-at-point): Added this function
18801 (locate): Default to using locate-word-at-point as input
18802 Run dired-mode-hook
18803
188042000-03-29 Dave Love <fx@gnu.org>
18805
18806 * calendar/appt.el: Doc fixes.
18807 (appt-check): Convert min-to-app to a string before passing to
18808 appt-disp-window-function or concat.
18809 (appt-delete-window): Remove test for frame-root-window.
18810 (appt-select-lowest-window, appt-convert-time): Simplify.
18811
18812 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
18813 (byte-compile-file-form-autoload):
18814 Update byte-compile-function-environment.
a30eb617
DL
18815
188162000-03-29 Andreas Schwab <schwab@suse.de>
18817
86f6474c 18818 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
18819
18820 * dired.el (dired-insert-directory): If dired-free-space-program
18821 failed just delete its output.
18822
188232000-03-29 Dave Love <fx@gnu.org>
18824
18825 * international/iso-cvt.el: Move provide to end. Doc fixes.
18826 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18827 (iso-iso2sgml, iso-sgml2iso): New functions.
18828 (iso-cvt-define-menu): Fix some entries and use backquote for
18829 clarity.
18830
18831 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18832
188332000-03-28 Gerd Moellmann <gerd@gnu.org>
18834
18835 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18836 ISO-DATE. If non-nil, return date in ISO 8601 format.
18837
188382000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18839
18840 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18841 if it ever becomes used.
18842 (log-edit-mode-hook): Default to vc-log-mode-hook.
18843 (log-edit-mode): Fix the docstring.
18844
18845 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18846 the code.
18847
188482000-03-26 Dave Love <fx@gnu.org>
18849
18850 * net/browse-url.el (browse-url): Re-fix case of
18851 browse-url-browser-function being an alist.
18852 (browse-url): Add :link to defgroup.
18853
18854 * files.el: Doc fixes.
18855 (file-truename): Include `[' in wildcard characters.
18856 (automount-dir-prefix): Customize.
18857 (find-file-wildcards): Add :version.
18858 (find-file-noselect): Simplify a mapcar call.
18859
18860 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18861 compatible with inf-lisp version.
18862 (eval-defun-1): Fix custom-declare-variable case.
18863
188642000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18865
18866 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18867
188682000-03-24 Gerd Moellmann <gerd@gnu.org>
18869
18870 * Makefile (COMPILE_FIRST): New macro.
18871 (compile-files): Compile files from COMPILE_FIRST first.
18872
86f6474c 18873 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
18874
18875 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18876 matching open parenthesis in column 0 to defun-prompt-regexp
18877 only if open-paren-in-column-0-is-defun-start is set.
18878
18879 * sun-curs.el: Require CL at compile-time only.
18880
18881 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18882 instead of copy-list which is a function from CL.
18883 (msb--choose-menu, msb--mode-menu-cond)
18884 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18885 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
18886 (msb--aggregate-alist): Use mapcar instead of mapcan.
18887 Fix `(' in column 0 in doc string.
a30eb617
DL
18888 (msb--add-separators): Use mapcar instead of mapcan.
18889
18890 * cus-dep.el: Require CL at compile-time only.
18891
188922000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18893
18894 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18895 (byte-compile-warnings): New warning `noruntime'.
18896 (byte-compile-constants, byte-compile-variables): Fix docstring.
18897 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18898 execute `eval-whenc-compile's body.
18899 (byte-compile-unresolved-functions): Fix docstring.
18900 (byte-compile-eval): New function.
18901 (byte-compile-callargs-warn): Check if the function will be available
18902 at runtime (via property `byte-compile-noruntime').
18903 (byte-compile-print-syms): New function.
18904 (byte-compile-warn-about-unresolved-functions): Also warn about
18905 `noruntime' functions (and use `byte-compile-print-syms').
18906 (byte-compile-file): Capitalize the message.
18907
189082000-03-24 Gerd Moellmann <gerd@gnu.org>
18909
18910 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18911 (rmail-expunge): Ask for confirmation depending on the setting
18912 of rmail-confirm-expunge.
18913
189142000-03-23 Gerd Moellmann <gerd@gnu.org>
18915
18916 * Makefile (bootstrap-clean): If $(emacs) exists, build
18917 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 18918 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
18919
189202000-03-23 Dave Love <fx@gnu.org>
18921
18922 * net/browse-url.el: Restore previous use of
18923 browse-url-maybe-new-window.
18924
189252000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18926
18927 * ps-print.el: Skip banner page fix.
18928 (ps-print-version): New version number (5.1.2).
18929 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18930
189312000-03-23 Dave Pearson <davep@davep.org>
18932
18933 * net/quickurl.el Changed the type of parameter passed to the
18934 function defined by `quickurl-format-function'. Before only the
18935 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
18936 and the function is responsible for extracting the parts it requires.
18937 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
18938 (quickurl-insert): Changed the `funcall' of
18939 `quickurl-format-function' to match the above change.
18940 (quickurl-list-insert): Changed the `url' case so that it makes
18941 use of `quickurl-format-function', previous to this the format was
18942 hard wired.
18943
189442000-03-22 Gerd Moellmann <gerd@gnu.org>
18945
18946 * startup.el: Change some spellings for the X Window System.
18947
189482000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18949
86f6474c
SM
18950 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18951 Clean up the code and the regexp and make sure the cursor is
18952 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
18953
189542000-03-22 Jason Rumney <jasonr@gnu.org>
18955
18956 * w32-fns.el (w32-charset-info-alist): Initialize.
18957
189582000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18959
18960 * ps-print.el: N-up last page fix.
18961 (ps-print-version): New version number (5.1.1).
18962 (ps-end-file, ps-end-job, ps-generate): Code fix.
18963
189642000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18965
18966 * files.el (find-file-run-dired): Update docstring.
18967 (find-directory-functions): New hook.
18968 (find-file-noselect): Run find-directory-functions rather than
18969 calling dired directly.
18970
18971 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18972
18973 * pcvs.el: Add a minimal leading commentary.
18974 (cvs-make-cvs-buffer): Change the header part by removing the startup
18975 message and adding a `Module' entry. Also replace the FOOTER and
18976 HEADER special fileinfos with the new support in ewoc for updating
18977 its own footer and header.
18978 (cvs-update-header): Update to use the header/footer of the ewoc.
18979 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18980 (cvs-is-within-p): New function.
18981 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18982 to only examine some subset of the buffers.
18983
18984 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18985 `format' instead of our own ad-hoc functions.
18986 Remove HEADER and FOOTER cases, now handled in the EWOC.
18987 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18988
18989 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18990 output to avoid scaring the user.
18991 (cvs-parse-table): Catch message for non-up-to-date commits.
18992
18993 * pcvs-defs.el (cvs-startup-message): Remove.
18994 (cvs-global-menu): New autoloaded menu.
18995
18996 * pcvs-util.el (cvs-string-fill): Remove.
18997
18998 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18999 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
19000 PP part of it and also make it work for footers and headers.
19001 (ewoc-create): Drop POS and BUFFER arguments.
19002 Use the DLL's dummy node to store the end-of-footer position.
19003 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
19004 (ewoc-refresh): Remove unused `header' variable.
19005 (ewoc-(get|set)-hf): New functions.
19006
19007 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
19008 log-view-*-(message|file) and use easy-mmode-define-navigation.
19009 (log-view-message-re): Match SCCS format as well.
19010 And match the revision line rather than the dashed separator line.
19011 (log-view-mode): Use the new define-derived-mode.
19012 (log-view-current-tag): Fill in with an actual implementation.
19013
19014 * cvs-status.el (cvs-status-(prev|next)): Rename from
19015 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
19016 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
19017 to let the output "breathe" a little more (more readable).
19018 (cvs-status-mode): Use the new define-derived-mode.
19019
19020 * smerge-mode.el (smerge-auto-leave): New function and variable.
19021 (smerge-basic-map): Rename from smerge-basic-keymap.
19022 Change the bindings for smerge-diff-*.
19023 (smerge-*-map): Use easy-mmode-defmap.
19024 (smerge-(next|prev)): Use easy-mmode-define-navigation.
19025 (smerge-keep-*): Use smerge-auto-leave.
19026
190272000-03-21 Jason Rumney <jasonr@gnu.org>
19028
19029 * cus-edit.el (custom-button-face): Use 3D look for w32.
19030 (custom-button-pressed-face): Likewise.
19031
190322000-03-21 Gerd Moellmann <gerd@gnu.org>
19033
19034 * progmodes/etags.el (tags-case-fold-search): New user-option.
19035 (tags-loop-eval): New function. Bind case-fold-search around eval
19036 depending on the value of tags-case-fold-search.
19037 (tags-loop-continue): Use tags-loop-eval.
19038 (find-tag-in-order): Bind case-fold-search depending on the value
19039 of tags-case-fold-search.
19040
190412000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19042
86f6474c 19043 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
19044 (diff-end-of-hunk): Return the end position for use in
19045 `easy-mmode-define-navigation'.
19046 (diff-recenter): Remove.
19047 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19048 of `easy-mmode-define-navigation'.
19049 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19050 previous renaming) and fix to use new names.
19051 (diff-merge-strings): Use \n as separator: simpler, faster.
19052 (diff-mode): Use `define-derived-mode'.
19053
19054 * derived.el (define-derived-mode): Don't autoload anymore.
19055 Prefer the macro-only version provided by easy-mmode.el.
19056
19057 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 19058 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
19059 (easy-mmode-define-navigation): New macro.
19060
19061 * subr.el (combine-run-hooks): New function.
19062
190632000-03-21 Kenichi HANDA <handa@etl.go.jp>
19064
19065 * term/x-win.el: Fontsets related initialization is simplified.
19066
19067 * international/mule-diag.el (describe-font): Don't refer to
19068 global-fontset-alist, instead call font-list.
19069 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 19070 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 19071
86f6474c
SM
19072 * international/fontset.el (x-charset-registries): Variable removed,
19073 instead the corresponding data is stored in the default fontset.
a30eb617
DL
19074 (register-alternate-fontnames): Function removed.
19075 (resolved-ascii-font): Variable removed.
19076 (x-compose-font-name): Ignore the second argument REDOCE.
19077 (x-complement-fontset-spec): Complement only an ASCII font and
19078 element for those charsets than can use that ASCII font.
19079 (generate-fontset-menu): Don't refer to global-fontset-alist,
19080 instead call fontset-list.
19081 (uninstantiated-fontset-alist): Variable removed.
19082 (x-style-funcs-alist): Likewise.
19083 (fontset-default-styles): Likewise.
19084 (x-modify-font-name): Function removed.
86f6474c 19085 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
19086 (create-fontset-from-ascii-font): Docsting adjusted for the above
19087 change.
19088 (instantiate-fontset, resolve-fontset-name): Functions removed.
19089 (fontset-list): Now implemented by C code.
19090
19091 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19092 (describe-face): Include `font' attribute in the description.
19093
190942000-03-21 Kenichi Handa <handa@etl.go.jp>
19095
19096 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19097
190982000-03-20 Gerd Moellmann <gerd@gnu.org>
19099
19100 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19101 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19102 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19103
19104 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19105 about behavior of set-buffer-modified-p wrt redisplay.
19106
191072000-03-19 Richard M. Stallman <rms@gnu.org>
19108
19109 * view.el (view-mode-disable): Kill local binding of view-read-only.
19110
191112000-03-18 Gerd Moellmann <gerd@gnu.org>
19112
86f6474c 19113 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
19114 is a string, convert it to a syntax cell using string-to-syntax.
19115
19116 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19117 (string-to-syntax): New function.
19118
19119 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19120 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19121 try to use passive ftp mode.
19122
191232000-03-17 Gerd Moellmann <gerd@gnu.org>
19124
19125 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19126
19127 * simple.el (append-to-buffer): Update point of windows after
19128 insertion.
19129
19130 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19131 forward then moving backward. Reindent.
19132
19133 * frame.el (other-frame): Call x-focus-frame only if
19134 focus-follows-mouse is off.
19135
191362000-03-17 Dave Love <fx@gnu.org>
19137
86f6474c 19138 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
19139
191402000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19141
19142 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19143 regexp for labels cannot span several lines.
19144
19145 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19146 `(setq :<key> ':<key>)' to the macro expansion.
19147
191482000-03-16 Dave Love <fx@gnu.org>
19149
19150 * progmodes/f90.el (f90): Put custom group under `languages', not
19151 `fortran'.
19152 (f90-mode-hook): Customize.
19153 (f90-mode): Set add-log-current-defun-function.
19154 (f90-current-defun): New function.
19155
191562000-03-16 Gerd Moellmann <gerd@gnu.org>
19157
19158 * cus-edit.el (custom-variable-tag-face): Handle case that
19159 default face's height is not a number.
19160 (custom-face-tag-face, custom-group-tag-face-1)
19161 (custom-group-tag-face): Ditto.
19162 (custom-group-tag-face-1): Add :group.
19163
19164 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19165
191662000-03-15 Gerd Moellmann <gerd@gnu.org>
19167
19168 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19169 requiring easymenu.
19170
191712000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19172
19173 * ps-print.el: PostScript user-defined prologue, PostScript error
19174 handler, doc fix.
19175 (ps-print-version): New version number (5.1).
19176 (ps-user-defined-prologue, ps-error-handler-message)
19177 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19178 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19179 (ps-insert-string): New function.
19180
191812000-03-15 Kenichi Handa <handa@etl.go.jp>
19182
19183 * international/ccl.el (ccl-compile-expression): Don't generate
19184 invalid self-assignment code.
19185
191862000-03-14 Dave Love <fx@gnu.org>
19187
19188 * subr.el (replace-regexp-in-string): Renamed from
19189 replace-regexps-in-string. Doc fix.
19190
191912000-03-12 Dave Love <fx@gnu.org>
19192
19193 * cus-edit.el: Doc fixes.
86f6474c 19194 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
19195 (custom-variable-tag-face, custom-face-tag-face)
19196 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19197 style which user identify as hyperlink.
19198 (hook): Don't add undefined functions to the hook.
19199 (debug-ignored-errors): Transfer message from bindings.el.
19200
192012000-03-12 Gerd Moellmann <gerd@gnu.org>
19202
86f6474c
SM
19203 * recentf.el (recentf-keep-non-readable-files-p):
19204 Remove double/nested definition.
a30eb617
DL
19205
192062000-03-12 Dave Love <fx@gnu.org>
19207
19208 * facemenu.el (facemenu-get-face): Use display-color-p.
19209 * enriched.el (enriched-decode-foreground): Likewise.
19210 (enriched-decode-background): Likewise.
19211 * isearch.el (isearch-highlight): Likewise.
19212 * info-look.el (info-lookup): Likewise.
19213 * simple.el (completion-setup-function): Likewise.
19214
19215 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19216 :options.
19217
19218 * bindings.el (mode-line-format): Fix line-number and
19219 column-number items. Add help-echo for the background.
19220 (mode-line-mule-info): Modify help-echo.
19221
19222 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19223
19224 * files.el (load-file): Allow completion to .elc.
19225
19226 * man.el: Doc fixes.
19227 (Man-init-defvars): Use display-color-p to set fontification.
19228
19229 * play/hanoi.el (hanoi-internal): Don't use oddp.
19230
192312000-03-12 Gerd Moellmann <gerd@gnu.org>
19232
19233 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19234
19235 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19236
192372000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19238
19239 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19240 Fix comment.
19241
192422000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19243
19244 * font-lock.el (font-lock-keywords): Fix the doc now that
19245 regexp-opt-depth is unnecessary.
19246 (save-buffer-state): Set an edebug spec.
19247 (font-lock-fontify-anchored-keywords): Properly handle the case when
19248 the matcher goes past the limit.
19249
19250 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19251 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19252
19253 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19254 dll.el and cookie.el (from Elib) with heavy renaming and other
19255 massaging.
19256
19257 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19258 Autoload the functions used.
19259 (easy-mmode-define-syntax): Fix CL typo.
19260 (easy-mmode-define-derived-mode): Improve the docstring generation.
19261
192622000-03-10 Gerd Moellmann <gerd@gnu.org>
19263
19264 * textmodes/texinfo.el (texinfo-version): Variable and function
19265 removed.
19266
192672000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19268
19269 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19270 allow more flexibility.
ff39b9a1 19271 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
19272 (easy-mmode-defmap, easy-mmode-defsyntax)
19273 (easy-mmode-define-derived-mode): New macros.
19274
192752000-03-09 Didier Verna <didier@xemacs.org>
19276
19277 * rect.el (replace-rectangle): New function.
19278
192792000-03-09 Dave Love <fx@gnu.org>
19280
ff39b9a1 19281 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
19282 (fortran-comment-line-start-skip): Don't match cpp stuff.
19283 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19284 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19285 (fortran-mode): Don't set fortran-comment-line-start-skip,
19286 fortran-comment-line-start here. Set comment-start,
19287 add-log-current-defun.
19288 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19289 (fortran-current-defun): New function.
19290
192912000-03-09 Gerd Moellmann <gerd@gnu.org>
19292
19293 * emacs-lisp/re-builder.el: New file.
19294
19295 * mouse.el (mouse-drag-region): Don't run up-event handler
19296 if hscroll has changed.
19297
19298 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19299 builtin operators, use `font-lock-builtin-face' for Emacs and
19300 `font-lock-preprocessor-face' otherwise.
19301
19302 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19303 `(defun (setf foo)' differently.
19304
193052000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19306
19307 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19308 (regexp-opt): Update comment and adapt the code the new meaning of
19309 the `paren' argument of regex-opt-group for shy-groups.
19310 (regexp-opt-depth): Handle shy groups as well as backslashed
19311 backslashes.
19312 (regexp-opt-group): Turn the leading comment into a docstring.
19313 Allow `paren' to be a string (the string to use to open a group).
19314 Remove open-presuf and close-presuf. Instead of checking for `all
19315 one-char' and then later on check for `several one-char', handle
19316 both cases close together. Also apply a more generic algorithm
19317 for suffixes (the mirror image of the algorithm used for
19318 prefixes). Use shy-groups. Use nreverse rather than reverse.
19319 (regexp-opt-try-suffix): Removed.
19320
19321 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19322 from comint-mode-map, so we can just inherit from it. Also, move
19323 the initialization into the `defvar' since there's no docstring
19324 anyway and it's fairly short.
19325 (inferior-scheme-mode): Define it as derived-mode: the code is
19326 shorter and this way we inherit from comint-mode-map rather than
19327 copying it.
19328
19329 * subr.el (replace-regexps-in-string): Properly handle the case
19330 where we match an empty string.
19331
19332 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19333 when the command has a directory component (such as "./testml").
19334 Also fix a typo in the comment.
19335
193362000-03-08 Gerd Moellmann <gerd@gnu.org>
19337
19338 * Makefile (compile-files): Compile files one by one because
19339 that's the only way to ensure a clean compilation environment for
19340 each individual file.
19341
19342 * frame.el (other-frame): Call x-focus-frame.
19343
193442000-03-07 Dave Love <fx@gnu.org>
19345
19346 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19347 :require to defcustom.
19348
ff39b9a1 19349 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
19350
19351 * files.el (auto-mode-alist): Add configure.in.
19352
19353 * progmodes/autoconf.el: New file.
19354
193552000-03-07 Gerd Moellmann <gerd@gnu.org>
19356
19357 * mail/mh-e.el: Change maintainer to `none'.
19358
19359 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19360 to remove-hook and add-hook.
19361
193622000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19363
19364 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19365 it as the default.
19366 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19367 (sendmail-send-it): Conditionally add MIME headers specifying the
19368 used character set.
19369
193702000-03-07 Dave Love <fx@gnu.org>
19371
ff39b9a1
SM
19372 * winner.el: Fix keywords, autoload cookies.
19373 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
19374
193752000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19376
19377 * international/mule.el: Modify comment about coding system
19378 property `coding-category'.
19379 (make-coding-system): New argument EOL-TYPE. Pay attention to
19380 coding-category property of PROPERTIES.
19381
ff39b9a1
SM
19382 * international/mule-conf.el (coding-category-utf-8)
19383 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
19384 categories. Include them in the argument for set-coding-priority.
19385
ff39b9a1
SM
19386 * international/mule-cmds.el (reset-language-environment):
19387 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
19388 coding-category-utf-16-le in the argument for set-coding-priority.
19389 (reset-language-environment): Initialize coding-category-utf-8,
19390 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19391
193922000-03-06 Karl Fogel <kfogel@red-bean.com>
19393
19394 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19395 code abstracted out of `bookmark-jump-noselect'. Now tries info
19396 extensions as well as compression extensions.
19397 (bookmark-jump-noselect): Use above new func.
19398
193992000-03-03 Gerd Moellmann <gerd@gnu.org>
19400
19401 * strokes.el: Change maintainer's mail address.
19402
194032000-03-03 Kenichi Handa <handa@etl.go.jp>
19404
19405 * international/mule-diag.el (list-character-sets): Make help-echo
19406 string by substitute-command-keys.
19407 (list-character-sets): Likewise.
19408 (sort-listed-character-sets): Call help-setup-xref.
19409
194102000-03-02 Gerd Moellmann <gerd@gnu.org>
19411
ff39b9a1 19412 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
19413
194142000-03-01 Dave Love <fx@gnu.org>
19415
19416 * help.el (help-xref-go-back): Don't try to set position.
19417
ff39b9a1
SM
19418 * international/mule-diag.el (list-character-sets):
19419 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
19420 (list-character-sets-1): Add help-echo to xrefs.
19421
194222000-03-02 Gerd Moellmann <gerd@gnu.org>
19423
19424 * frame.el (blink-cursor-mode): Switch cursor on when turning
19425 the mode off.
19426
19427 * add-log.el (add-log-current-defun): Add support for
19428 Autoconf mode.
19429
19430 * mail/rmail.el (rmail-quit-hook): New variable.
19431
194322000-03-01 Dave Love <fx@gnu.org>
19433
19434 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19435
19436 * help.el (help-xref-button): Add help-echo arg.
19437 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19438
ff39b9a1 19439 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 19440
ff39b9a1 19441 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
19442
194432000-03-01 Gerd Moellmann <gerd@gnu.org>
19444
19445 * image.el (defimage): Look for image files in load-path.
19446
ff39b9a1 19447 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
19448
194492000-03-01 David Ponce <david.ponce@wanadoo.fr>
19450
ff39b9a1 19451 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
19452
194532000-03-01 David Ponce <david.ponce@wanadoo.fr>
19454
ff39b9a1 19455 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
19456 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19457 action to select/unselect a file.
19458 (recentf-edit-list): Code cleanup and improvement.
19459 (recentf-open-more-files-action): `recentf-open-more-files' button
19460 widget action to open a file.
ff39b9a1 19461 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
19462 (recentf-more-collection): Deleted.
19463 (recentf-more-history): Deleted.
19464 (recentf-setup-more-completion): Deleted.
19465
194662000-03-01 David Ponce <david.ponce@wanadoo.fr>
19467
19468 * recentf.el (recentf-mode): No more needs that Emacs is running
19469 under a window-system.
19470
ff39b9a1 194712000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19472
19473 * recentf.el (recentf-edit-list): New command to edit the recent
19474 list which allow the user to remove files.
19475 (recentf-edit-selected-items): New global variable, used by
19476 `recentf-edit-list' to hold the list of files to be removed from
19477 the recent list.
19478 (recentf-make-menu-items): Updated to display a "Edit list..."
19479 menu item. Minor code cleanup.
19480
ff39b9a1 194812000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19482
19483 * recentf.el (recentf-open-more-files): New command to open files
19484 that are not displayed in the menu.
19485 (recentf-more-collection): New global variable holding the set of
19486 permissible completions used by `recentf-open-more-files'.
19487 (recentf-more-history): New global variable holding the history list
19488 used by `recentf-open-more-files' completion.
19489 (recentf-setup-more-completion): New function to setup completion for
19490 `recentf-open-more-files'.
19491 (recentf-make-menu-items): Updated to display a "More..." menu item.
19492
ff39b9a1 194932000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19494
19495 * recentf.el (recentf-menu-action): Doc fixed.
19496
ff39b9a1 194972000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19498
19499 * recentf.el (recentf-menu-filter): Doc updated.
19500 (recentf-update-menu-hook): Allow menu filters to force menu update.
19501 (recentf-make-menu-items): New menu filter handling.
19502 (recentf-make-menu-item): New helper function.
19503 (recentf-menu-elements): New menu handling function.
19504 (recentf-sort-ascending): Updated to new menu filter handling.
19505 (recentf-sort-descending): Updated to new menu filter handling.
19506 (recentf-sort-basenames-ascending): New menu filter function.
19507 (recentf-sort-basenames-descending): New menu filter function.
19508 (recentf-show-basenames): New menu filter function.
19509 (recentf-show-basenames-ascending): New menu filter function.
19510 (recentf-show-basenames-descending): New menu filter function.
19511
195122000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19513
19514 * diary-lib.el (list-diary-entries): Don't try to go forward at
19515 the end of the buffer.
19516
195172000-02-29 Kenichi Handa <handa@etl.go.jp>
19518
ff39b9a1
SM
19519 * international/mule-diag.el (list-character-sets):
19520 Completely rewritten.
a30eb617
DL
19521 (sort-listed-character-sets): New function.
19522 (list-character-sets-1): Completely rewritten.
19523 (list-character-sets-2): New function.
19524 (non-iso-charset-alist): New variable.
19525 (decode-codepage-char): New function.
19526 (charset-history): New variable.
19527 (read-charset) (list-block-of-chars)
19528 (list-iso-charset-chars)
19529 (list-non-iso-charset-chars)
19530 (list-charset-chars): New functions.
86f6474c 19531 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
19532 (dump-charsets): Likewise.
19533
195342000-02-29 Gerd Moellmann <gerd@gnu.org>
19535
19536 * dired-x.el (dired-filename-at-point): Add `@' to valid
19537 file name characters.
19538 (dired-filename-at-point): Handle ange-ftp file names.
19539
19540 * frame.el (frame-notice-user-settings): Use assq-delete-all
19541 instead of assoc-delete-all.
19542 (frame-notice-user-settings): Ditto.
19543
19544 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19545 Don't copy alist.
19546
195472000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19548
19549 * calculator.el (calculator-use-menu): New option.
86f6474c 19550 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
19551 (calculator-forced-input): Removed.
19552 (calculator-restart-other-mode): New variable.
19553 (calculator-mode-map): Set up menu.
19554
195552000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19556
86f6474c 19557 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
19558
195592000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19560
86f6474c 19561 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 19562 translate all ESC key sequences.
86f6474c 19563 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 19564 they were saved.
86f6474c
SM
19565 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19566 * viper-util.el (viper-set-replace-overlay-glyphs)
19567 (viper-set-replace-overlay): Always check if the replacement
a30eb617 19568 overlay is live.
86f6474c
SM
19569 * viper.el (viper-vi-state-mode-list): Add major modes.
19570 * ediff-wind.el: Minor comment changes.
19571 * ediff.el: Copyright notice date fix.
a30eb617
DL
19572
195732000-02-27 Jason Rumney <jasonr@gnu.org>
19574
19575 * faces.el (face-font-family-alternatives): Add arial to helv.
19576 (mode-line, header-line, tool-bar): Same default as x for w32.
19577 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19578 face-font-family-alternatives from working.
19579 * term/w32-win.el (mouse-set-font): Do not build fontset from
19580 chosen font.
19581
195822000-02-25 Sam Steingold <sds@goems.com>
19583
19584 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19585 properly.
19586
195872000-02-25 Richard M. Stallman <rms@gnu.org>
19588
19589 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19590
195912000-02-25 Gerd Moellmann <gerd@gnu.org>
19592
86f6474c 19593 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
19594
19595 * frame.el (busy-cursor-delay-seconds): New option.
19596
195972000-02-24 Gerd Moellmann <gerd@gnu.org>
19598
19599 * frame.el (show-cursor-in-non-selected-windows): New option.
19600
196012000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19602
19603 * diary-lib.el (include-other-diary-files): Undo the selective
19604 display in any included file and don't kill it.
19605
196062000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19607
86f6474c
SM
19608 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19609 Menu items converted to (menu-item format, help strings added.
a30eb617 19610 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 19611 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
19612 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19613
196142000-02-23 Dave Love <fx@gnu.org>
19615
19616 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19617 (backward-kill-word): Revert addition of * to interactive spec --
19618 it's a feature.
19619
19620 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19621 (backward-kill-sentence, kill-sentence): Likewise.
19622
19623 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19624 scratch buffer name.
86f6474c 19625 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
19626
19627 * term/w32-win.el (internal-face-interactive): Update prompt for
19628 new read-face-name.
19629
19630 * mail/footnote.el (footnote): Add :version to defgroup.
19631 (footnote-section-tag-regexp): Customize.
19632 (footnote-start-tag, footnote-end-tag): New option.
19633 (footnote-latin-regexp): New variable.
19634 (Footnote-latin): New function.
19635 (footnote-style-alist): Add element for latin style.
19636 (footnote-style): Moved.
19637 (Footnote-goto-footnote): Use eq to test arg.
19638
19639 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19640
19641 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19642 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
19643 (byte-optimize-quote, byte-optimize-lapcode):
19644 Use byte-compile-const-symbol-p.
a30eb617
DL
19645 (byte-optimize-char-before): New optimization.
19646
19647 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19648 (byte-compile-const-symbol-p): New function.
19649 (byte-compile-constp, byte-compile-out-toplevel)
19650 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19651 Use it.
19652
19653 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19654
196552000-02-23 Kenichi Handa <handa@etl.go.jp>
19656
19657 * international/encoded-kb.el: Be sure to update minor-mode-alist
19658 and minor-mode-map-alist.
19659 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19660 codes SS2 and SS3 correctly.
19661 (encoded-kbd-self-insert-ccl): New function.
19662 (encoded-kbd-setup-keymap): New function.
19663 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19664 by calling encoded-kbd-setup-keymap.
19665
86f6474c
SM
19666 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19667 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
19668
196692000-02-22 Dave Love <fx@gnu.org>
19670
19671 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 19672 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
19673 (lisp-mode-syntax-table): Set up for #|...|# comments.
19674 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19675 classes. Match `defface'.
19676 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19677 (eval-defun-1): Fix for defcustom.
19678 (lisp-indent-region): Doc fix.
19679
19680 * subr.el (when, unless, split-string): Doc fix.
86f6474c 19681 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
19682 (replace-regexps-in-string): New function.
19683
196842000-02-22 Gerd Moellmann <gerd@gnu.org>
19685
19686 * help.el (describe-variable): Set syntax table to
19687 emacs-lisp-mode-syntax-table when moving forward over the
19688 symbol's name.
19689
196902000-02-22 Dave Love <fx@gnu.org>
19691
19692 * xt-mouse.el: Doc fixes.
19693 (xterm-mouse-position-function): New function, replacing advice of
19694 mouse-position.
19695 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19696
19697 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19698
196992000-02-21 Gerd Moellmann <gerd@gnu.org>
19700
86f6474c
SM
19701 * format.el (format-annotate-single-property-change):
19702 Handle properties.with dotted-list values.
a30eb617
DL
19703 (format-proper-list-p): New function.
19704
19705 * enriched.el (enriched-face-ans): Handle '(foreground-color
19706 . COLOR) and (background-color . COLOR).
19707
197082000-02-20 Dave Love <fx@gnu.org>
19709
19710 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19711 and assignments to it.
19712 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19713 current local map.
19714 (make-flyspell-overlay): Use it.
19715 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19716
19717 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19718 (lm-get-header-re): Defun, not defsubst.
19719 (lm-get-package-name): Defun, not defsubst. Simplify.
19720 (lm-version): Doc fix. Simplify.
19721 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19722 (lm-crack-address, lm-last-modified-date, lm-commentary)
19723 (lm-verify, lm-synopsis): Simplify.
19724 (lm-report-bug): Require emacsbug. Use compose-mail.
19725
197262000-02-20 Gerd Moellmann <gerd@gnu.org>
19727
19728 * dired.el (dired-mode): Call propertized-buffer-identification
19729 to set mode-line-buffer-identification to something having
19730 the right text properties.
19731
19732 * bindings.el (propertized-buffer-identification): New function.
19733
197342000-02-20 Dave Love <fx@gnu.org>
19735
19736 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19737 check for t-mouse too.
19738
19739 * cus-start.el: Make echo-keystrokes `number'.
19740
197412000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19742
19743 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19744 Don't call ring-empty-p unless tags-location-ring is bound.
19745 From Noah Friedman <friedman@splode.com>.
19746
197472000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19748
19749 * progmodes/hideshow.el (hs-flag-region): No longer use
19750 `intangible' overlay property.
19751
19752 (hs-toggle-hiding): New command.
19753 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19754
19755 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19756 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19757 and deactivation.
19758
197592000-02-18 Gerd Moellmann <gerd@gnu.org>
19760
19761 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19762
197632000-02-17 Gerd Moellmann <gerd@gnu.org>
19764
19765 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19766
19767 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19768 of `*' to handle `(* ... *)' comments.
19769
197702000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19771
19772 * faces.el (list-faces-display): Use display-mouse-p instead of
19773 window-system.
19774
19775 * menu-bar.el (global-map): Menu-bar items converted to the new
19776 format (menu-item..., rearranged for better CUA compliance, and
19777 their names changed for better clarity. Help strings added.
19778
19779 * international/mule-cmds.el (mule-menu-keymap)
19780 (describe-language-environment-map, set-coding-system-map)
19781 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
19782 form, add help strings. Change names of menu items for better clarity.
19783 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
19784
197852000-02-17 Gerd Moellmann <gerd@gnu.org>
19786
19787 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19788 within the code.
19789
197902000-02-16 Dave Love <fx@gnu.org>
19791
19792 * faces.el: Don't require custom. Add more specific :groups to
19793 various deffaces.
19794 (set-face-attribute): Purecopy args.
19795 (read-face-name): Default to name at point and use it in prompt.
19796 Remove colon from arg in all callers.
19797 (list-faces-display): Hyperlink to face descriptions and customize
19798 buffers.
19799
198002000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19801
86f6474c 19802 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
19803
198042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19805
19806 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19807 at ':' characters by call to split-string.
19808
198092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19810
19811 * textmodes/bibtex.el: Added RCS version identification.
19812
198132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19814
19815 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 19816 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
19817 (bibtex-field-const): Allow capital letters.
19818 (bibtex-start-of-string): Deleted because unused.
19819
19820 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19821 use the term 'reference' to describe a bibtex entry as a whole.
19822 Further, reference keys are no longer called 'labels'.
19823 (bibtex-keys): Renamed to bibtex-reference-keys.
19824 (bibtex-reformat-previous-labels): Renamed to
19825 bibtex-reformat-previous-reference-keys.
19826 (bibtex-reference-type): Renamed to bibtex-entry-type.
19827 (bibtex-reference-head): Renamed to bibtex-entry-head.
19828 (bibtex-reference-maybe-empty-head): Renamed to
19829 bibtex-entry-maybe-empty-head.
19830 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19831 (bibtex-search-reference): Renamed to bibtex-search-entry.
19832 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19833 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
19834 (bibtex-entry-field-alist, bibtex-entry-head)
19835 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19836 (bibtex-map-entries, bibtex-search-entry)
19837 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19838 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19839 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19840 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19841 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19842 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19843 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
19844
198452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19846
19847 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19848 comment.
19849 (bibtex-format-field-delimiters): New function, functionality
19850 extracted from bibtex-format-entry.
19851 (bibtex-autokey-get-yearfield-digits): New function, functionality
19852 extracted from bibtex-autokey-get-yearfield.
19853
19854 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19855 entries in order to avoid stack overflow in the regexp matcher if
19856 field contents become large.
86f6474c
SM
19857 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19858 (bibtex-field-string-part-not-braced)
19859 (bibtex-field-string-part-no-inner-braces)
19860 (bibtex-field-string-part-1-inner-brace)
19861 (bibtex-field-string-part-2-inner-braces)
19862 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19863 (bibtex-field-string-quoted, bibtex-field-string)
19864 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19865 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19866 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19867 Deleted as parsing is now performed by the following functions.
19868 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19869 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19870 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19871 (bibtex-parse-association, bibtex-field-name-for-parsing)
19872 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19873 (bibtex-search-forward-field, bibtex-search-backward-field)
19874 (bibtex-start-of-field, bibtex-end-of-field)
19875 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19876 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19877 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19878 (bibtex-parse-string, bibtex-search-forward-string)
19879 (bibtex-search-backward-string, bibtex-start-of-string)
19880 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19881 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19882 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
19883 entries. Instead of reporting the results of the parsing by
19884 match-beginning or match-end, these functions return data structures
19885 that hold the corresponding positions.
19886 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
19887 return values rather than by match-beginning or match-end.
19888 The following functions have been adapted to use the new
19889 parsing functions.
19890 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19891 (bibtex-enclosing-field, bibtex-format-entry)
19892 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19893 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19894 (bibtex-print-help-message, bibtex-end-of-entry)
19895 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19896 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19897 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19898 Use the new method for parsing.
19899 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19900 (bibtex-map-entries, bibtex-flash-head)
19901 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19902 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19903 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19904 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19905 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19906 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19907 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19908 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
19909
199102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19911
19912 * textmodes/bibtex.el: Copyright notice is up to date.
19913 Added constant 'bibtex-maintainer-salutation.
19914
86f6474c 19915 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
19916 than make-temp-name, use match-string-no-properties and eliminate
19917 a quadratic behavior when building bibtex-strings.
19918
19919 * bibtex.el (bibtex-reference-key): Accept string entries whose
19920 reference key contains upper case letters.
19921
199222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19923
19924 * bibtex.el (bibtex-reference-head): Allow entries to start with
19925 a new line.
19926
199272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19928
19929 * bibtex.el: Hiding of entry bodies is not longer provided by
19930 bibtex.el directly. Instead the hideshow package can be used.
19931 Added a special bibtex entry to hs-special-modes-alist.
19932 (bibtex-hs-forward-sexp): Added for hideshow.el.
19933
199342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19935
19936 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19937 proceedings entry type (for cross referencing). Thanks to Wagner
19938 Toledo Correa for the suggestion.
19939
19940 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19941
199422000-02-14 Kenichi Handa <handa@etl.go.jp>
19943
19944 * international/characters.el: Setup case table for Vietnamese.
19945
199462000-02-12 Gerd Moellmann <gerd@gnu.org>
19947
19948 * uniquify.el (toplevel): Require CL at compile time.
19949 (uniquify-push): Removed.
19950
19951 * shadowfile.el (shadow-when): Removed.
19952
19953 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 19954 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
19955
19956 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19957 regexp for paragraph-start.
19958
19959 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19960 commas as well.
19961
199622000-02-10 Dave Love <fx@gnu.org>
19963
19964 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19965 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19966 Deleted.
19967 (widget-specify-field, widget-specify-button): Don't use
19968 widget-mouse-help as help-echo property.
19969 (default): Use #'ignore for :validate and :mouse-down-action.
19970 (checkbox): Add help-echo.
19971 (widget-sexp-validate): Rewritten to clarify error messages.
19972 (character): Use char-valid-p in :match function.
19973 (widget-color-complete): Use facemenu-color-alist.
19974 (widget-color-action): Use facemenu-read-color.
19975
19976 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19977 set up `caar' &c that we now have.
19978
199792000-02-09 Ray Blaak <blaak@gnu.org>
19980
19981 * delphi.el: Make resourcestring a declaration region, like const
19982 and var.
19983
199842000-02-09 Dave Love <fx@gnu.org>
19985
19986 * bindings.el (mode-line-input-method-map): New variable.
19987 (mode-line-mule-info): Use it; fix last change.
19988 (mode-line-mode-menu): Move definition.
19989 (mode-line-mouse-sensitive-p): Deleted.
19990 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 19991 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
19992
19993 * startup.el (command-line-1): Don't call
19994 make-mode-line-mouse-sensitive.
19995
199962000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19997
86f6474c
SM
19998 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19999 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
20000
200012000-02-06 Stefan Monnier <monnier@cs.yale.edu>
20002
20003 * diff-mode.el (diff-kill-junk): New interactive function.
20004 (diff-reverse-direction): Use delete-and-extract-region.
20005 (diff-post-command-hook): Restrict the area so that the hook also works
20006 outside of any diff hunk. This is necessary for the minor-mode.
20007 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
20008 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
20009
20010 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
20011 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
20012 so that it can be used more easily in <foo>-mode-hook. Also make sure
20013 to avoid duplicate entries.
20014 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
20015 (font-lock-remove-keywords): Just as was done for `add', allow it to
20016 work even if font-lock-mode is nil. Also make sure we don't modify
20017 any pre-existing list by forcing a copy-sequence. Finally rename
20018 `major-mode' to `mode'.
20019 (font-lock-fontify-syntactic-anchored-keywords)
20020 (font-lock-fontify-anchored-keywords)
20021 (font-lock-fontify-keywords-region): Use line-end-position.
20022 Don't make `font-lock-multiline' local (it's now done in
20023 font-lock-set-defaults).
86f6474c
SM
20024 (font-lock-set-defaults): Make `font-lock-multiline' local.
20025 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
20026
200272000-02-06 Andrew Innes <andrewi@gnu.org>
20028
20029 * term/w32-win.el (x-handle-args): Comment out call to message,
20030 which occurs before window system is initialized.
20031
20032 * makefile.nt: Add support for recompiling lisp code.
20033
200342000-02-04 Dave Love <fx@gnu.org>
20035
20036 * bindings.el (mode-line-mule-info): Fix/extend last change.
20037
20038 * completion.el: Replace completion-dolist with dolist.
20039
86f6474c 20040 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
20041
200422000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20043
86f6474c 20044 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
20045 environment names before they go into the section regexp.
20046
86f6474c 20047 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
20048 char class in regexp.
20049
86f6474c
SM
20050 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20051 Bind `case-fold-search' to nil.
a30eb617 20052
86f6474c
SM
20053 * progmodes/idlwave.el (idlwave-template):
20054 Respect `idlwave-abbrev-change-case'.
20055 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20056 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20057 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
20058 (idlwave-rw-case): New function.
20059 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 20060 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
20061 (idlwave-surround): New argument LENGTH to support padding of
20062 operators longer than 1 char.
20063
20064 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20065 idlwave-shell-expression-overlay. Implemented printing of
20066 expressions on higher levels of the calling stack.
86f6474c 20067 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
20068 (idlwave-retrieve-expression-from-level): New function.
20069 (idlwave-shell-last-calling-stack): Variable removed.
20070 (idlwave-shell-reset): Argument action reversed (`visible' to
20071 `hidden'). Also remove stop-line overlay.
20072 (idlwave-shell-calling-stack-routine): New variable.
20073 (idlwave-shell-parse-stack-and-display): Messages now display
20074 negative level numbers.
20075 (idlwave-shell-mode): Set `modeline-format'.
20076 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 20077 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
20078 (idlwave-shell-print-expression-function): New option.
20079
86f6474c
SM
20080 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20081 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
20082 `tool-bar' instead of `toolbar'.
20083
200842000-02-02 Dave Love <fx@gnu.org>
20085
20086 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20087 emacs-lisp-mode-hook. Don't check for defalias being defined.
20088
20089 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
20090 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20091 Use the new builtins directly.
a30eb617
DL
20092
20093 * whitespace.el (whitespace): Add :version to defgroup.
20094
20095 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20096 Doc fix.
20097
20098 * thingatpt.el (sexp-at-point, symbol-at-point)
20099 (number-at-point, list-at-point): Add autoload cookie.
20100
20101 * recentf.el (recentf): Add :version to defgroup.
20102
20103 * quickurl.el (quickurl): Add :version to defgroup.
20104
20105 * elide-head.el (elide-head): Use point-marker more.
20106
20107 * bs.el (bs): Add :version to defgroup.
20108
20109 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20110
20111 * progmodes/delphi.el (delphi): Add :version to defgroup.
20112
201132000-02-02 Gerd Moellmann <gerd@gnu.org>
20114
20115 * ange-ftp.el (ange-ftp-write-region): Handle case that
20116 succeeding process operation sets a different coding system.
20117
20118 * calculator.el: New file.
20119
201202000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20121
86f6474c 20122 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
20123 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20124 (display-selections-p, display-screens, display-pixel-width)
20125 (display-pixel-height, display-mm-width, display-mm-height)
20126 (display-backing-store, display-save-under, display-planes)
20127 (display-color-cells, display-visual-class): New functions.
20128
20129 * term/tty-colors.el (tty-color-gray-shades): New function.
20130
20131 * faces.el (display-color-p): Use framep-on-display.
20132 (display-grayscale-p): New function.
20133
201342000-01-31 Dave Love <fx@gnu.org>
20135
20136 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20137 (create-fontset-from-x-resource): Don't concat integers.
20138
201392000-01-31 Inge Frick <inge@nada.kth.se>
20140
20141 * view.el: Some changes in documentation. Removed some trailing
86f6474c 20142 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
20143 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20144 window is not deleted. Modifies change 1998-04-26.
20145
201462000-01-31 Gerd Moellmann <gerd@gnu.org>
20147
20148 * windmove.el: New file.
20149
20150 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20151 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20152 progmodes/ebnf-yac.el: Update copyright and license info.
20153
86f6474c
SM
20154 * jit-lock.el (jit-lock-function): Widen before calculating
20155 end position.
a30eb617
DL
20156 (jit-lock-stealth-chunk-start): Rewritten.
20157
20158 * info.el (Info-title-face-alist): Removed.
86f6474c 20159 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
20160 (Info-fontify-node): Use these faces.
20161
201622000-01-30 Gerd Moellmann <gerd@gnu.org>
20163
20164 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20165 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20166 `&allow-other-keywords'.
20167
20168 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20169 the list of directories scanned heuristically.
20170
86f6474c 20171 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
20172
201732000-01-30 Jason Rumney <jasonr@gnu.org>
20174
20175 * w32-fns.el: Define w32-tty-standard-colors.
20176
20177 * startup.el (command-line): Use w32-tty-standard-colors when in
20178 w32 console mode.
20179
201802000-01-30 Dave Love <fx@gnu.org>
20181
20182 * jka-compr.el (jka-compr-load): Fix up load-history.
20183
20184 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20185
20186 * emacs-lisp/cl-macs.el: Revert previous change.
20187
201882000-01-29 Dave Love <fx@gnu.org>
20189
20190 * facemenu.el: Purecopy various strings.
20191
20192 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20193 years. Deal with three-digit years.
20194
86f6474c
SM
20195 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20196 Use defconst, purecopy.
a30eb617
DL
20197 (help-back-label): Purecopy it.
20198
201992000-01-18 Gerd Moellmann <gerd@gnu.org>
20200
20201 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20202 variable. If non-nil, order the buffer list according to the
20203 currently selected frame.
20204 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20205 non-nil, pass the selected frame to function buffer-list.
20206
202072000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20208
20209 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20210
202112000-01-28 Dave Love <fx@gnu.org>
20212
20213 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20214
20215 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20216 Don't use lisp-indent-hook property.
20217 (cl-abs): Remove.
20218
20219 * subr.el: Move out indent and edebug specs for when and unless.
20220
20221 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20222 when, unless.
20223
20224 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20225 unless, when.
20226
202272000-01-28 Gerd Moellmann <gerd@gnu.org>
20228
20229 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20230 `collecting' as synonym for `collect'.
20231
20232 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20233 for the case it contains spaces.
20234
86f6474c 20235 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
20236
20237 * frame.el (delete-other-frames): New function.
20238 (toplevel): Bind it to C-x 5 1.
20239
20240 * sort.el (sort-numeric-base): New option.
20241 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20242 interpret it as octal or hexadecimal. Use sort-numeric-base
20243 as default base.
20244
20245 * progmodes/glasses.el: New file.
20246
202472000-01-27 Gerd Moellmann <gerd@gnu.org>
20248
20249 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20250 userids differently.
20251
20252 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20253 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20254 progmodes/ebnf-yac.el: New files.
20255
202562000-01-26 Dave Love <fx@gnu.org>
20257
20258 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20259 on a function with an empty body. [From Eric Ludlam.]
20260
202612000-01-25 Andre Spiegel <spiegel@gnu.org>
20262
20263 * vc.el (vc-version-diff): Make sure file name is expanded.
20264
202652000-01-25 Gerd Moellmann <gerd@gnu.org>
20266
20267 * scroll-bar.el (scroll-bar-timer): Variable removed.
20268 (scroll-bar-toolkit-scroll): Don't use a timer.
20269
202702000-01-25 Kenichi Handa <handa@etl.go.jp>
20271
86f6474c
SM
20272 * language/thai-util.el (thai-composition-function):
20273 Delete superfluous `a'.
a30eb617
DL
20274
202752000-01-24 Dave Love <fx@gnu.org>
20276
20277 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20278 end-of-defun-function.
20279
86f6474c 20280 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
20281
202822000-01-22 Jason Rumney <jasonr@gnu.org>
20283
20284 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20285 conflicts with new face support.
20286
202872000-01-22 Richard M. Stallman <rms@gnu.org>
20288
20289 * replace.el (query-replace): Rename last arg to DELIMITED.
20290 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20291 (query-replace-regexp): Likewise.
20292
202932000-01-20 Richard M. Stallman <rms@gnu.org>
20294
20295 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20296
20297 * emacs-lisp/lisp.el (beginning-of-defun-function):
20298 Variable renamed from beginning-of-defun.
20299 Do not call make-variable-buffer-local.
20300 (beginning-of-defun-raw): Use new variable name; doc fix.
20301 (beginning-of-defun): Doc fix.
20302 (end-of-defun-function): Variable renamed from end-of-defun.
20303 Do not call make-variable-buffer-local.
20304 (end-of-defun): Use new variable name; doc fix.
20305
20306 * subr.el (dolist, dotimes): Copied from cl-macs.el
20307 and made to work.
20308
20309 * mail/undigest.el (rmail-digest-end-regexps):
20310 Variable replaces rmail-digest-end-regexp.
20311 Allows multiple regexps for detecting the end line.
20312 (undigestify-rmail-message): Corresponding changes.
20313
203142000-01-19 Dave Love <fx@gnu.org>
20315
20316 * files.el (user-init-file): Don't declare here -- is primitive.
20317
20318 * startup.el (command-line): Check for compiled user-init-file and
20319 set to uncompiled version if necessary.
20320
203212000-01-18 Gerd Moellmann <gerd@gnu.org>
20322
20323 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20324 (undigestify-rmail-message): Use it.
20325
20326 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20327
203282000-01-17 Gerd Moellmann <gerd@gnu.org>
20329
20330 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20331 of mini-buffer.
20332
203332000-01-14 Gerd Moellmann <gerd@gnu.org>
20334
20335 * emacs-lisp/copyright.el (copyright-update): Removed the
20336 requirement for a trailing space from `copyright-regexp', to
20337 support copyrights with owner specified on a separate line..
20338
20339 * align.el: New file.
20340
20341 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20342
20343 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20344
203452000-01-13 Dave Love <fx@gnu.org>
20346
20347 * ph.el: Removed. (Obsoleted by EUDC.)
20348
203492000-01-13 Gerd Moellmann <gerd@gnu.org>
20350
20351 * net/eudc.el (toplevel): Remove autoloaded code installing
20352 menu with easymenu, because that causes build problems.
20353
20354 * frame.el (frame-notice-user-settings): New variable.
20355 (frame-notice-user-settings): Don't modify frame parameters
20356 if called a second time.
20357
203582000-01-13 Richard M. Stallman <rms@gnu.org>
20359
20360 * frame.el (frame-notice-user-settings):
20361 Notice default-frame-parameters even for non-window frames.
20362
203632000-01-13 Gerd Moellmann <gerd@gnu.org>
20364
20365 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20366 for Emacs.
20367 (eudc-bob-can-display-inline-images): Extend for Emacs.
20368 (eudc-bob-toggle-inline-display): Ditto.
20369 (eudc-bob-display-jpeg): Ditto.
20370
203712000-01-12 Gerd Moellmann <gerd@gnu.org>
20372
20373 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20374 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20375 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20376
86f6474c
SM
20377 * add-log.el (add-change-log-entry): Fix error trying an
20378 `(insert nil)'.
a30eb617
DL
20379
20380 * subdirs.el: Add `net' directory.
20381
20382 * net: New directory.
20383
20384 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20385 eval-last-sexp. Don't bind debug-on-error here.
20386 (eval-last-sexp): New function. Bind debug-on-error if
20387 eval-expression-debug-on-error is non-nil.
20388 (eval-defun-2, eval-defun): Likewise.
20389
20390 * simple.el (eval-expression): Don't bind debug-on-error if
20391 eval-expression-debug-on-error is nil. Detect changed
20392 debug-on-error, and propagate new value to global binding, if
20393 eval-expression-debug-on-error is non-nil,
20394 (eval-expression-debug-on-error): Change doc string.
20395
203962000-01-11 Richard M. Stallman <rms@gnu.org>
20397
20398 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20399
20400 * emacs-lisp/lisp-mode.el (with-syntax-table):
20401 Set up lisp-indent-function property.
20402
20403 * subr.el (with-syntax-table): Moved from simple.el.
20404
20405 * simple.el (with-syntax-table): Moved to subr.el.
20406
204072000-01-11 Gerd Moellmann <gerd@gnu.org>
20408
20409 * tmm.el (tmm-shortcut): Delete region after prompt instead
20410 of erasing buffer.
20411
20412 * textmodes/fill.el (fill-common-string-prefix): New function.
20413 (fill-context-prefix): Use the longest common prefix of first
20414 and second line fill prefix, if there is one.
20415
204162000-01-11 Richard M. Stallman <rms@gnu.org>
20417
20418 * array.el (array-mode): Don't use make-variable-buffer-local.
20419 Use make-local-variable for `truncate-lines'.
20420
204212000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20422
20423 * add-log.el (add-log-current-defun): Handle user-defined
20424 add-log-current-function returning nil,
20425
20426 * add-log.el (add-change-log-entry): Insert version number
20427 if having found a current function
20428
86f6474c
SM
20429 * add-log.el (add-log-current-defun):
20430 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
20431 level 1. Strip whitespace from defun found.
20432
204332000-01-10 John Wiegley <johnw@gnu.org>
20434
20435 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 20436 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
20437
204382000-01-10 Dave Love <fx@gnu.org>
20439
20440 * elide-head.el (elide-head): Use point-marker, not point.
20441
204422000-01-10 Gerd Moellmann <gerd@gnu.org>
20443
20444 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20445 before and after the year 2000.
20446
20447 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20448 Add ispell- prefix.
20449
204502000-01-10 Ken Stevens <k.stevens@ieee.org>
20451
20452 * ispell.el: Only define dictionaries in menus when they exist.
20453 (version18p): New variable.
20454 (version20p): New variable.
20455 (xemacsp): New variable.
20456 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20457 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20458 (ispell-dictionary-alist6): Russian command lines no longer accept
20459 run-together words.
20460 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20461 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
20462 (check-ispell-version): Added documentation string. Return library
20463 path when called non-interactively.
a30eb617
DL
20464 (ispell-menu-map-needed): Uses new variables.
20465 (ispell-library-path): New variable.
20466 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20467 (ispell-word): Improved documentation string. Test for valid
20468 character mappings. Correctly check typed in word changes that can
86f6474c
SM
20469 result in single words split into multiple words.
20470 Return replacement word.
a30eb617
DL
20471 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20472 replace in recursive query replace mode. Help message for
20473 recursive edit mode.
20474 (ispell-show-choices): Protect against bad framepop bindings.
20475 (ispell-help): Fix to work with XEmacs.
20476 (ispell-highlight-spelling-error): Use new variables.
20477 (ispell-overlay-window): Fix to work with XEmacs.
20478 (ispell-parse-output): Passed and returns location information
20479 tracking spelling corrections. Doesn't recheck same word on
20480 current line.
20481 (ispell-init-process): Protect against bogus XEmacs variable binding.
20482 Fix call to single argument in sleep-for. Use new variables.
20483 (ispell-region): Passed and returns location information tracking
20484 spelling corrections. Doesn't check same word on current line.
20485 Improved documentation string. Doesn't resend a line already
20486 checked to the ispell process - fixes bug in LaTeX parsing.
20487 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20488 (ispell-skip-region): No longer skips <TT> in SGML.
20489 (ispell-process-line): Tracks location information with spelling
20490 corrections. Added documentation string. Accounts for words
20491 already accepted on this line. Don't allow query-replace on line
20492 starting with math characters. Doesn't resend a line already sent
20493 to ispell process. Fixes alignment error bug.
20494
204952000-01-10 Richard M. Stallman <rms@gnu.org>
20496
20497 * dired-x.el (dired-guess-shell-alist-default):
20498 Suggest xloadimage, which is free, not xv, which isn't.
20499
20500 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20501 Don't ever include the host name or user name in the value.
20502
205032000-01-09 Gerd Moellmann <gerd@gnu.org>
20504
20505 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20506 of a real newline.
20507
205082000-01-09 Stephen Eglen <stephen@gnu.org>
20509
20510 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20511 for .png files.
20512
205132000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20514
20515 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20516
205172000-01-09 Gerd Moellmann <gerd@gnu.org>
20518
20519 * progmodes/cperl-mode.el: Replace ^F with ^L.
20520
86f6474c
SM
20521 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20522 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
20523
205242000-01-08 Dave Love <fx@gnu.org>
20525
20526 * emacs-lisp/backquote.el: Remove inappropriate customization
20527 (allowing custom.el to use backquote).
20528
205292000-01-07 Dave Love <fx@gnu.org>
20530
20531 * add-log.el (add-log-debugging): Deleted.
20532 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20533 file. Remove debugging code.
20534 (change-log-get-method-definition, change-log-name): Add doc.
20535 (change-log-sortable-date-at): New function.
20536 (change-log-merge): New command.
20537
20538 * time.el (display-time-string-forms): Make the Mail string active.
20539 (display-time-update): Provide help-echo for load average.
20540
20541 * bindings.el (make-mode-line-mouse2-map): New function.
20542 (mode-line-modified): Use it and simplify.
20543 (mode-line-mule-info): Provide help-echo info.
20544 (minor-mode-alist): Activate the strings.
20545 (make-mode-line-mouse-sensitive): Simplify for
20546 mode-line-buffer-identification.
20547
205482000-01-07 Gerd Moellmann <gerd@gnu.org>
20549
20550 * play/pong.el: New file.
20551
205522000-01-06 Dave Love <fx@gnu.org>
20553
20554 * array.el: Assorted cleanups for compiler warnings, doc strings,
20555 `array-' prefix for symbols.
20556
205572000-01-05 Dave Love <fx@gnu.org>
20558
86f6474c
SM
20559 * textmodes/outline.el (outline-mode-menu-bar-map):
20560 Add outline-headers-as-kill.
a30eb617
DL
20561 (outline-mode): Define imenu-generic-expression.
20562 (outline-headers-as-kill): New command.
20563
20564 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20565 from paragraph-start.
20566 (paragraph-indent-minor-mode): New command.
20567
20568 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20569 M-C-e, M-C-h, C-j, C-xnd, TAB.
20570 (fortran-mode): Set beginning-of-defun, end-of-defun.
20571 (fortran-column-ruler): Simplify.
20572 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20573 (fortran-with-subprogram-narrowing): Likewise.
20574 (fortran-indent-subprogram): Call mark-defun.
20575 (fortran-check-for-matching-do): Change narrowing.
20576
20577 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20578 (cl-lucid-hash-tag): Delete.
20579 (cl-hash-table-p): Correct test for native table.
20580 (cl-hash-table-count): Use hash-table-count.
20581
20582 * browse-url.el (browse-url): Fix case of
20583 browse-url-browser-function being an alist.
20584
205852000-01-05 Carsten Dominik <cd@gnu.org>
20586
20587 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20588 (reftex-index-phrase-file-extension): New options.
20589
20590 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20591 Use new option `reftex-index-phrase-file-extension'.
20592
20593 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20594 `reftex-parse-file-extension'.
20595
205962000-01-05 Dave Love <fx@gnu.org>
20597
20598 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20599 (beginning-of-defun-raw): Use it.
20600 (end-of-defun): New variable.
20601 (end-of-defun): Use it.
20602 (check-parens): New command.
20603
206042000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20605
20606 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20607 (hs-show-block): Don't use `mapcar' when not accumulating.
20608
20609 Fix buglet in local variables initialization.
20610
206112000-01-05 Andreas Schwab <schwab@suse.de>
20612
20613 * hscroll.el (hscroll): Doc fix.
20614
206152000-01-05 Carsten Dominik <cd@gnu.org>
20616
86f6474c
SM
20617 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20618 Require idlw-toolbar.
a30eb617 20619
86f6474c 20620 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 20621 file idlw-rinfo.el.
86f6474c
SM
20622 (idlwave-customize): Load must read file idlw-shell.el.
20623 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
20624
206252000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20626
20627 * progmodes/idlw-shell.el: Also provide idlwave-shell
20628 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20629 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20630
86f6474c 20631 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
20632 both reftex-dcr and reftex-vcr.
20633
20634 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20635
206362000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20637
20638 * ps-print.el: PostScript code now is in separate files, doc fix.
20639 (ps-print-version): New version number (5.0.3).
20640 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20641 local.
20642 (ps-spool-config): Initialization fix.
20643 (ps-print-prologue-1, ps-print-prologue-2)
20644 (ps-print-duplex-feature): PostScript code moved to separated file.
20645 (ps-background-image): Little code reformating.
20646 (ps-begin-file, ps-begin-job): Fix code.
20647 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20648 (ps-prologue-file): New fun.
20649
206502000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20651
20652 * ps-vars.el: Eliminated.
20653
20654 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20655 `;;;###autoload'.
20656
20657 * ps-print.el: ps-vars eliminated, doc fix.
20658 (ps-print-version): New version number (5.0.2).
20659 (ps-spool-config): Initialization fix.
20660 (ps-print-customize): New fun.
20661
206622000-01-04 Gerd Moellmann <gerd@gnu.org>
20663
86f6474c 20664 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
20665
206662000-01-04 Dave Love <fx@gnu.org>
20667
20668 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20669 menu items.
20670
206712000-01-03 Dave Love <fx@gnu.org>
20672
20673 * elide-head.el (elide-head) [defgroup]: Add :version.
20674
20675 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
20676 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20677 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
20678 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20679
206802000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20681
20682 * faces.el (face-read-integer, read-face-attribute)
86f6474c 20683 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
20684
206852000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20686
20687 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20688 at comment end, and re-insert them after filling.
20689
206902000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20691
20692 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20693 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20694 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20695
206962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20697
20698 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20699 the new name of face-color-supported-p.
20700
20701 * term/w32-win.el (xw-defined-colors): Likewise.
20702
207032000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20704
20705 * simple.el (completion-setup-function): Count completion-size
20706 from minibuffer-prompt-end, not from point-min.
20707
207082000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20709
20710 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20711 Pass the frame to tty-color-* functions.
20712 (display-color-p, frame-set-background-mode): Pass the frame to
20713 tty-display-color-p.
20714
20715 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20716 tty-color-alist.
20717 (tty-color-alist, tty-modify-color-alist): New functions.
20718 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
20719 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20720 optional parameter FRAME.
a30eb617
DL
20721
207222000-01-01 Gerd Moellmann <gerd@gnu.org>
20723
86f6474c
SM
20724 * image.el (create-image, defimage): Don't assume image data is
20725 a string.
a30eb617
DL
20726
20727 * image.el (defimage): Handle specifications containing :data
20728 instead of :file.
20729 (image-type-from-data): New function.
20730 (image-type-from-file-header): Use it.
20731 (create-image): Add parameter DATA-P.
20732
20733See ChangeLog.8 for earlier changes.
20734
20735;; Local Variables:
20736;; coding: iso-2022-7bit
20737;; End:
2a34a036
GM
20738
20739 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20740 Copying and distribution of this file, with or without modification,
20741 are permitted provided the copyright notice and this notice are preserved.