]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Remove debugging code. From Stefan Monnier <monnier@cs.yale.edu>.
[gnu-emacs] / lisp / ChangeLog
1 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2
3 * help-mode.el (help-buffer): Remove debugging code.
4 From Stefan Monnier <monnier@cs.yale.edu>.
5
6 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * files.el (file-name-sans-extension, file-name-extension): Don't
9 count the leading dots in file names as signaling an extension.
10
11 2001-10-22 Andre Spiegel <spiegel@gnu.org>
12
13 * vc.el (vc-diff-switches): Doc rewritten.
14
15 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
16
17 * tooltip.el (tooltip-set-param): Doc fix.
18
19 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
20 127 to sgml-maybe-name-self.
21 (sgml-name-8bit-mode): Doc fix.
22 (sgml-char-names-table): New variable.
23 (sgml-name-char): Support non-ASCII and mule-unicode-*
24 characters. Doc fix.
25 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
26
27 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
28 doc string the effect of `left' and `top' parameters in
29 tooltip-frame-parameters, the default values, and the units.
30 (tooltip-frame-parameters): Mention `top' and `left' in the doc
31 string.
32 (tooltip-show): Mention in the doc string the `top' and `left'
33 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
34
35 2001-10-22 Andre Spiegel <spiegel@gnu.org>
36
37 Add autoscaling support for vc-annotate.
38 From J.D. Smith <jdsmith@astro.cornell.edu>.
39
40 * vc.el (vc-annotate-display-default): Accept colormap scaling
41 ratio (now deprecated).
42 (vc-annotate-display-autoscale): Added.
43 (vc-annotate-add-menu): New autoscaling menu options "Span to
44 Oldest" and "Span Oldest->Newest". Easymenu support added for
45 toggle menus driven by customize variable
46 `vc-annotate-display-mode'.
47 (vc-annotate-display-select): Added.
48 (vc-annotate): Changed temp-buffer-show-function to
49 `vc-annotate-display-select'.
50 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
51 Added argument OFFSET. Instead of backend function, calls now
52 generic `vc-annotate-difference'.
53 (vc-annotate-difference): Added as generic function instead of
54 backend-specific function. No longer takes argument POINT, but
55 instead accepts a time OFFSET.
56 (vc-default-annotate-current-time): Added.
57
58 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
59 version in vc.el, with
60 (vc-cvs-annotate-current-time): Added, as override of default.
61 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
62 `vc-cvs-annotate-difference'.
63
64 2001-10-22 Gerd Moellmann <gerd@gnu.org>
65
66 * saveplace.el (save-place): Require `saveplace'.
67
68 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
69 Use `sexp' for :value-type instead of `face'.
70
71 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
72
73 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
74 regexps due to 5-digit message IDs.
75
76 2001-10-21 Jason Rumney <jasonr@gnu.org>
77
78 * term/w32-win.el (redisplay-dont-pause): Don't set.
79
80 2001-10-21 Miles Bader <miles@gnu.org>
81
82 * help-funs.el (help-manyarg-func-alist): Variable removed.
83
84 2001-10-21 Miles Bader <miles@gnu.org>
85
86 * help-funs.el (help-manyarg-func-alist): Remove entries for
87 `insert', `insert-and-inherit', `insert-before-markers',
88 `insert-before-markers-and-inherit', `message', `message-box',
89 `message-or-box', `propertize', `format', `encode-time', `append',
90 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
91 `insert-string', `ml-if', `ml-provide-prefix-argument', and
92 `ml-prefix-argument-loop'.
93
94 2001-10-21 Andre Spiegel <spiegel@gnu.org>
95
96 * vc.el (vc-diff-internal, vc-coding-system-for-diff,
97 vc-default-diff-tree): New functions.
98 (vc-version-diff): Use them. As a result, coding systems are now
99 set up properly for all sorts of diffs, and tree diffs can now
100 also be done locally.
101 (vc-diff): With a prefix argument, don't require that it's called
102 from a buffer under version control.
103 (diff-switches): Remove duplicate definition.
104
105 * vc-cvs.el (vc-cvs-diff-tree): New function.
106
107 2001-10-21 Miles Bader <miles@gnu.org>
108
109 * help-funs.el (help-manyarg-func-alist): Remove entries for
110 `list', `vector', `make-byte-code', `call-process',
111 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
112 `logand', `logior', and `logxor'.
113
114 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
115 image bits to compensate. Use `make-string' instead of
116 `make-bool-vector' (XBM apparently wants byte-aligned rows).
117
118 2001-10-20 Kim F. Storm <storm@cua.dk>
119
120 * simple.el (kill-ring-save): Don't show extent of copied region
121 if using transient-mark-mode and region is fully visible.
122
123 2001-10-20 Gerd Moellmann <gerd@gnu.org>
124
125 * (Version 21.1 released.)
126
127 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
128
129 * files.el (auto-mode-alist): Associate .indent.pro with
130 Fundamental mode. Suggested by Samuel Padgett
131 <spadgett1@nc.rr.com>.
132
133 2001-10-18 Sam Steingold <sds@gnu.org>
134
135 Put the *Compile-Log* buffer in `compilation-mode'.
136 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
137 (byte-compile-log-1, byte-compile-log-file)
138 (displaying-byte-compile-warnings): use it
139
140 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
141
142 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
143
144 * xml.el (xml-parse-tag): Use eq on char-after's return value.
145
146 2001-10-18 Gerd Moellmann <gerd@gnu.org>
147
148 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
149
150 * obsolete/hilit19.el (hilit-lookup-face-create):
151 Call set-face-font only if display-graphic-p.
152 (toplevel): Remove references to window-system.
153
154 2001-10-18 Miles Bader <miles@gnu.org>
155
156 * simple.el (what-line): Avoid problems with field properties.
157
158 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
159
160 * wid-edit.el (widget-field-face, widget-single-line-field-face):
161 Define special colors for a tty.
162
163 2001-10-17 Francesco Potorti` <pot@gnu.org>
164
165 * comint.el (comint-password-prompt-regexp): Make it less
166 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
167
168 2001-10-17 John Wiegley <johnw@gnu.org>
169
170 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
171 a regular file, before checking if it is a directory or symlink.
172 This avoids a call to eshell-file-attributes, which can be
173 expensive in some situations.
174
175 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
176 customization variable, to differentiate ls-in-dired from regular
177 uses of ls.
178
179 2001-10-17 Miles Bader <miles@gnu.org>
180
181 * custom.el (defface): Mention `:inherit' in doc-string.
182
183 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
184
185 * paren.el: Update the Commentary with installation instructions.
186
187 2001-10-15 Dave Love <fx@gnu.org>
188
189 * international/mule.el (set-auto-coding): Fix regexps for local
190 variables section not to eat newlines.
191
192 2001-10-15 Miles Bader <miles@gnu.org>
193
194 * simple.el (display-message-or-buffer): Pass the correct buffer
195 to `display-buffer'.
196
197 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
198
199 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
200 (executable-find): Use exec-suffixes.
201 (executable-set-magic): Don't use make-local-hook.
202
203 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
204
205 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
206
207 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
208 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
209 Add .so to the Unix and GNU branch.
210
211 * international/latin-1.el:
212 * international/latin-2.el:
213 * international/latin-3.el:
214 * international/latin-4.el:
215 * international/latin-5.el:
216 * international/latin-8.el:
217 * international/latin-9.el: Add no-byte-compile: t, since
218 Makefile.in instructs make-docfile to look at .el files.
219
220 2001-10-14 Miles Bader <miles@gnu.org>
221
222 * button.el (define-button-type): Allow supertype property to be
223 specified with a keyword `:supertype' too.
224 (button-put, make-text-button): Allow button type property to be
225 specified using the keyword `:type' too.
226 (button-type): New function.
227 (button): Add `button-category-symbol' property.
228
229 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
230
231 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
232 indent-new-comment-line from comment-indent-new-line.
233
234 * textmodes/refill.el (refill-mode):
235 Bind DEL to backward-delete-char-untabify.
236 Set backward-delete-char-untabify-method to `hungry'.
237
238 * textmodes/bib-mode.el (bib-mode):
239 * play/gomoku.el (gomoku-mode):
240 * textmodes/page-ext.el (pages-directory-mode):
241 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
242
243 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
244
245 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
246
247 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
248 Handle here-docs differently.
249 (sh-font-lock-heredoc): Remove.
250 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
251 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
252 (sh-font-lock-open-heredoc): New functions.
253 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
254 (sh-font-lock-keywords-1): Use regexp-opt.
255 (sh-in-comment-or-string): Use syntax-ppss.
256 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
257 (sh-select, sh-tmp-file): Add explicit terminating \n.
258
259 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
260 Use with-current-buffer.
261 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
262 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
263 filename), catch any error that occurs in `ange-ftp-cd'.
264 If an error happened, don't bother sending `cmd' at all.
265 Fix a parenthesis typo.
266 (ange-ftp-write-region): Don't blindly use binary if the remote host
267 is unix-like.
268
269 * play/pong.el (pong-init): Don't use make-local-hook.
270
271 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
272
273 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
274 (viper-get-ex-address-subr): More precise addr for the $ marker
275
276 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
277
278 * version.el (emacs-version): Bump to 21.1.50.
279
280 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
281
282 * mail/mailalias.el (mail-directory-stream): Do not double
283 variables in the lambda-list.
284
285 * play/gomoku.el (gomoku-init-display): Ditto.
286
287 * play/landmark.el (lm-init-display): Ditto.
288
289 * delim-col.el (delimit-columns-rectangle-max): Ditto.
290 (delimit-columns-rectangle-line): Ditto.
291
292 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
293
294 * newcomment.el (comment-region-internal): Don't rebind
295 invisibility_spec now that the C routines handle it correctly.
296
297 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
298
299 * frame.el (special-display-popup-frame): Obey new specs `same-window'
300 and `same-frame'.
301
302 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
303
304 * simple.el (minibuffer-local*-map): Remove redundant bindings.
305
306 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
307 C-p and C-r. Remove redundant bindings from inheriting maps.
308
309 * progmodes/cperl-mode.el: Merged in changes from v4.32.
310 After 4.23 and: After 4.24:
311 (cperl-contract-levels): Restore position.
312 (cperl-beautify-level): Likewise.
313 (cperl-beautify-regexp): Likewise.
314 (cperl-commentify): Rudimental support for length=1 runs
315 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
316 After 4.25:
317 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
318 (imenu-example--create-perl-index): Was not enforcing
319 syntaxification-to-the-end.
320 (cperl-invert-if-unless): Allow `for', `foreach'.
321 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
322 Mark qw(), m()x as indentable.
323 (cperl-init-faces): Highlight `sysopen' too.
324 Highlight $var in `for my $var' too.
325 (cperl-invert-if-unless): Was leaving whitespace at end.
326 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
327 (cperl-calculate-indent): Remove old commented out code.
328 Support (primitive) indentation of qw(), m()x.
329 After 4.26:
330 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
331 q [] with intervening newlines.
332 (cperl-autoindent-on-semi): New customization variable.
333 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
334 (cperl-tips): Mention how to make CPerl the default mode.
335 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
336 (cperl-outline-level): New function.
337 (cperl-highlight-variables-indiscriminately): New customization var.
338 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
339 From Sean Kamath <kamath@pogo.wv.tek.com>.
340 (cperl-after-block-p): Support CHECK and INIT.
341 (cperl-init-faces, cperl-short-docs): Likewise and "our".
342 From Doug MacEachern <dougm@covalent.net>.
343 After 4.27:
344 (cperl-find-pods-heres): Recognize \"" as a string.
345 Mark whitespace between q and [] as `syntax-type' => `prestring'.
346 Allow whitespace between << and "FOO".
347 (cperl-problems): Remove \"" and q [] with intervening newlines.
348 Mention multiple <<EOF as unsupported.
349 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
350 (cperl-indent-parens-as-block): New configuration variable.
351 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
352 Use `cperl-indent-parens-as-block'.
353 (cperl-find-pods-heres): Test for =cut without empty line instead of
354 complaining about no =cut.
355 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
356 (cperl-find-pods-heres): Likewise.
357 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
358 POD could've been marked as comment already.
359 (cperl-unwind-to-safe): Unwind before start of POD too.
360 After 4.28:
361 (cperl-forward-re): Throw an error at proper moment REx unfinished.
362 After 4.29:
363 (x-color-defined-p): Make an extra case to peacify the warning.
364 Toplevel: `defvar' to peacify the warnings.
365 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
366 No -nw-compile time warnings now.
367 (cperl-find-tags): TAGS file had too short substring-to-search.
368 Be less verbose in non-interactive mode
369 (imenu-example--create-perl-index): Set index-marker after name
370 (cperl-outline-regexp): New variable.
371 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
372 (cperl-mode): Made use `cperl-outline-regexp'.
373 After 4.30:
374 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
375 (cperl-outline-level): Make start-of-file same level as `package'.
376 After 4.31:
377 (cperl-electric-pod): `head1' and `over' electric only if empty.
378 (cperl-unreadable-ok): New variable.
379 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
380 on an unreadable file.
381 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
382 on an unreadable directory.
383
384 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
385 Consider the text between two errors as belonging to the first error.
386 (compilation-goto-locus): Use pop-to-buffer rather than
387 switch-to-buffer-other-frame.
388
389 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
390 (awk-font-lock-syntactic-keywords): New var.
391 (awk-mode): Use it.
392
393 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
394
395 * faces.el (describe-face): Call help-setup-xref earlier.
396
397 * jka-compr.el (jka-compr-load-suffixes): New var.
398 (jka-compr-install): Add its content to load-suffixes.
399 (jka-compr-uninstall): Remove its content from load-suffixes.
400
401 2001-10-12 Sam Steingold <sds@gnu.org>
402
403 * bindings.el (completion-ignored-extensions): CL-related
404 extensions are platform-independent.
405
406 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
407 asynchronous multiple file copying.
408
409 2001-10-12 Gerd Moellmann <gerd@gnu.org>
410
411 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
412 Turn error for repeated variables into warning.
413
414 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
415 New function checking that lambda-list consists of non-constant
416 symbols, that &rest and &optional are followed by variable names,
417 that &rest VAR is the last element, and that variables aren't doubled.
418 (byte-compile-lambda): Use it.
419
420 2001-10-12 Eli Barzilay <eli@barzilay.org>
421
422 * calculator.el (calculator-eng-display): Don't call concat
423 with an integer argument.
424
425 2001-10-12 Miles Bader <miles@gnu.org>
426
427 * help-mode.el (help-customize-face): New button-type.
428
429 * faces.el (list-faces-display): Fix args to `help-xref-button'.
430 (describe-face): Fix args to `help-xref-button'.
431 Don't switch to help-buffer around call to `help-setup-xref'.
432 Use `help-buffer' instead of hard-wired "*Help*".
433 Require `help-mode'.
434
435 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
436
437 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
438
439 * help-mode.el (help-buffer): New function.
440 Returns the buffer-name to use for help output.
441 Change all the code to use it instead of hard-coding *Help*.
442 (help-mode-map): Put back the mouse-2 binding.
443 (help-xref-stack): Change the format and make buffer-local.
444 (help-xref-stack-item): Make buffer-local.
445 (help-setup-xref): Do the `push' here rather than in help-do-xref.
446 (help-xref-interned): Display the face doc as well.
447 (help-follow-mouse): Re-introduce.
448 (help-xref-go-back): Adapt to the new use of help-xref-stack.
449 (help-do-xref): Don't `push' any more.
450 (help-follow): Also follow face names.
451
452 * help-funs.el (describe-function-1): Remove unused `parens' arg.
453 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
454 Autoload and cleanup.
455 (describe-function): Call help-setup-xref.
456 (describe-variable): Call help-setup-xref earlier.
457
458 * help.el (describe-bindings-internal): New fun moved from keymap.c.
459 (view-lossage): Call help-setup-xref correctly and earlier.
460 (describe-bindings): Call help-setup-xref earlier.
461 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
462 (describe-mode): Don't autoload. Call help-setup-xref earlier.
463
464 2001-10-11 Gerd Moellmann <gerd@gnu.org>
465
466 * master.el (master-mode): Use define-minor-mode instead of
467 easy-mmode-define-minor-mode. Add autload cookie.
468 (Commentary): Remove the line showing how to autoload master-mode,
469 since it's always autoloaded.
470
471 * master.el: New file.
472
473 2001-10-11 Dave Love <fx@gnu.org>
474
475 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
476 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
477 <const-C varset-X const-C>: Fix car/cdr typo.
478
479 2001-10-11 Gerd Moellmann <gerd@gnu.org>
480
481 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
482 New function extracted from byte-compile-log-1.
483 (byte-compile-log-1): Change output to be more in line with
484 the output of other GNU tools.
485 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
486 (byte-compile-report-error): Downcase error message.
487 Use `error' instead of `!!' for error messages.
488 (byte-compile-print-syms): Treat non-interactive case specially.
489 (displaying-byte-compile-warnings): Use backquote.
490 (byte-compile-from-buffer): Bind byte-compile-last-line.
491 (batch-byte-compile): Remove `Done' message.
492
493 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
494
495 * emacs-lisp/copyright.el (copyright): Add final \n.
496
497 2001-10-11 Miles Bader <miles@gnu.org>
498
499 * diff.el (diff): Display default values in prompts as
500 `(default ...)', not `(...)'.
501
502 * info.el (Info-follow-reference): Likewise.
503
504 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
505
506 * emacs-lisp/autoload.el (doc-string-elt): Remove.
507
508 * newcomment.el (comment-indent): Be a little more robust in case
509 comment-indent-function does funny things.
510 (comment-normalize-vars): Autoload.
511 (comment-region-internal): Fiddle with the visibility spec.
512 (comment-valid-prefix): New function.
513 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
514 that would turn comment-text into non-comment-text.
515
516 * emacs-lisp/syntax.el: New file.
517
518 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
519 compatibility cruft.
520 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
521 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
522 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
523 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
524 tcl-submit-bug-report.
525 (tcl-mode-syntax-table): Leave \f alone.
526 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
527 tcl-end-of-defun, tcl-submit-bug-report.
528 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
529 (tcl-add-emacs-menu): Remove.
530 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
531 (tcl-keyword-list): Add `chain'.
532 (tcl-font-lock-syntactic-keywords): New variable.
533 (tcl-pps-has-arg-6): Remove.
534 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
535 (tcl-internal-mark-defun): Remove.
536 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
537 (tcl-mode): Use define-derived-mode. Simplify.
538 Set comment-indent-function.
539 (tcl-indent-command): Use line-beginning-position and comment-indent.
540 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
541 (tcl-indent-line): Use tcl-calculate-indent.
542 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
543 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
544 (tcl-filter): Use with-current-buffer, simplify.
545 (inferior-tcl-mode): Use define-derived-mode.
546 (tcl-hairy-in-comment): Renamed tcl-in-comment.
547 (tcl-simple-in-comment, tcl-in-comment): Removed.
548 (tcl-files-alist): New function.
549 (tcl-help-snarf-commands): Use it and return the result directly
550 rather than through a global variable.
551 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
552 (tcl-help-on-word): Provide the default value to completing-read.
553 (tcl-hilit): Remove.
554 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
555 (tcl-comment-indent): New function.
556 (tcl-submit-bug-report): Remove.
557 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
558 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
559 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
560
561 2001-10-10 Miles Bader <miles@gnu.org>
562
563 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
564 (Info-fontify-node): Don't fontify the node if it's already been done.
565
566 2001-10-10 Gerd Moellmann <gerd@gnu.org>
567
568 * international/iso-transl.el (iso-transl-e-caret)
569 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
570 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
571
572 * simple.el (end-of-buffer): Fix code scrolling specially
573 for the buffer end.
574
575 * startup.el (command-line-1): Bind tab-width to 8.
576
577 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
578
579 * emulation/tpu-edt.el: Use defalias instead of fset for
580 user-visible commands. From Rob Riepel
581 <riepel@Networking.Stanford.EDU>.
582
583 2001-10-09 Gerd Moellmann <gerd@gnu.org>
584
585 * ruler-mode.el: New file.
586
587 2001-10-09 Miles Bader <miles@gnu.org>
588
589 * apropos.el (button): New require.
590
591 * help-funs.el: New file, contents mostly from `help.el'.
592 (describe-variable): Use `condition-case' instead of `ignore-errors'.
593
594 * help-mode.el: New file, contents mostly from `help.el'.
595
596 * help.el: Don't require `view' when compiling.
597 (help-with-tutorial, describe-function, describe-function-1)
598 (variable-at-point, describe-variable, locate-library):
599 Functions moved into `help-funs.el'.
600 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
601 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
602 (help-setup-xref, help-xref-following, help-make-xrefs)
603 (help-xref-button, help-insert-xref-button, help-xref-interned)
604 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
605 (help-xref-on-pp): Functions moved into `help-mode.el'
606 (help-mode-map, help-xref-stack, help-xref-stack-item)
607 (help-highlight-p, help-highlight-face, help-back-label)
608 (help-xref-symbol-regexp, help-xref-mule-regexp)
609 (help-xref-info-regexp): Variables moved into `help-mode.el'.
610 (help-symbol, help-back, help-info, help-customize-variable)
611 (help-function-def, help-variable-def):
612 Button-types moved into `help-mode.el'.
613 (load-symbol-file-load-history, symbol-file):
614 Functions moved into `subr.el'.
615 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
616 (view-lossage): Call `help-setup-xref' instead of doing it manually.
617
618 * subr.el (symbol-file-load-history-loaded)
619 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
620
621 * loadup.el ("button"): Load removed.
622
623 * button.el (define-button-type): Respect any `supertype' property.
624 (button-type-subtype-p, button-has-type-p): New functions.
625
626 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
627 dollar-signs.
628
629 * comint.el (comint-insert-previous-argument): New function.
630 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
631 (comint-insert-previous-argument-last-start-pos)
632 (comint-insert-previous-argument-last-index): New variables.
633
634 * apropos.el (apropos-next-label-button): Use the presence of a
635 `apropos-label' property to detect label buttons.
636
637 2001-10-08 Miles Bader <miles@gnu.org>
638
639 * button.el (next-button, previous-button): Remove N and WRAP
640 parameters. Don't pay attention to `skip' properties.
641 (forward-button): Implement wrapping, iterating, and skipping here
642 instead.
643 (button-activate): USE-MOUSE-ACTION is optional.
644 (button-nop): Function removed.
645 (default-button): Use `ignore' as default button action.
646
647 * apropos.el (apropos-next-label-button): Update arguments to
648 `next-button'.
649 (apropos-symbol): Add `skip' property.
650 (apropos-function, apropos-macro, apropos-command)
651 (apropos-variable, apropos-face, apropos-group, apropos-widget)
652 (apropos-plist): New button types.
653 (apropos-label-properties): Variable removed.
654 (apropos-print): Pass button-type to apropos-print-doc, rather
655 than help function and label text.
656 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
657 Get button label from TYPE.
658
659 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
660
661 * help.el (help-mode): Use define-derived-mode.
662 (describe-mode): Add optional `buffer' arg.
663 Use it instead of going through help-xref-mode.
664 Avoid doubling the word `minor' when prettifying.
665 (describe-function-1): List the corresponding key bindings.
666 (describe-variable): Say if the var is automatically buffer-local.
667 If the source is `loaddefs.el', look for the real source.
668 (help-xref-mode): Remove.
669
670 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
671 the file says no-byte-compile.
672
673 2001-10-08 Miles Bader <miles@gnu.org>
674
675 * button.el (next-button, previous-button): Respect `skip' property.
676
677 2001-10-07 Miles Bader <miles@gnu.org>
678
679 * woman.el (woman-mode-map): Copy button-buffer-map instead of
680 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
681 `woman-follow-word' instead of `woman-mouse-2'.
682 (woman-follow-word): Renamed from `woman-mouse-2'.
683 Follow current unconditionally, since this function is now only
684 bound to M-mouse-2. Use accessor functions.
685 (WoMan-highlight-references): Use `make-text-button'.
686 (woman-xref): New button type.
687
688 * loadup.el ("faces"): Move load before loading "loaddefs.el".
689 ("button"): New load, just before "help" (which uses it).
690
691 * help.el (help-mode-map): Make button-buffer-map our parent.
692 Don't bind mouse events or tab/backtab.
693 (help-function, help-variable, help-face, help-coding-system)
694 (help-input-method, help-character-set, help-back, help-info)
695 (help-customize-variable, help-function-def, help-variable-def):
696 New button types.
697 (help-button-action): New function.
698 (describe-function-1): Pass help button-types to
699 `help-xref-button' rather than help function and help-echo string.
700 Don't put multiple help-function args in a list to pass them to
701 help-xref-button, just pass them as multiple arguments.
702 Use `help-insert-xref-button' to make [back]-button, rather than
703 `help-xref-button'.
704 (help-xref-button): Take a button-type TYPE as a parameter rather
705 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
706 and add a &rest parameter ARGS to serve the same purpose.
707 Use `make-text-button' to add the button.
708 (help-insert-xref-button): Use `insert-text-button' to add the button.
709 (help-follow-mouse, help-next-ref, help-previous-ref):
710 Functions removed.
711 (help-do-xref): New function.
712 (help-follow): Use `push-button' and `help-do-xref' to do most of
713 the work.
714
715 * apropos.el (apropos-symbol, apropos-label): New button types.
716 (apropos-symbol-button-display-help)
717 (apropos-label-button-display-help, apropos-next-label-button):
718 New functions.
719 (apropos-mode-map): Make button-buffer-map our parent.
720 Don't bind mouse events.
721 (apropos-print, apropos-print-doc): Create buttons instead of text
722 properties.
723 (apropos-mouse-follow): Function removed.
724 (apropos-follow): Use buttons.
725
726 * button.el: New file.
727
728 2001-10-07 Gerd Moellmann <gerd@gnu.org>
729
730 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
731 Remove.
732
733 2001-10-05 Richard M. Stallman <rms@gnu.org>
734
735 * add-log.el (add-change-log-entry): Skip copyright notice
736 and copying permission notice at start of file, if any.
737 Make use of terms "entry" and "item" accord with Emacs manual.
738 Simplify the logic for moving point while entering or creating
739 an entry and then an item.
740 (add-change-log-entry-other-window): Doc fix.
741
742 2001-10-06 Miles Bader <miles@gnu.org>
743
744 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
745 removed; they apparently don't work with faces.
746
747 2001-10-05 Sam Steingold <sds@gnu.org>
748
749 * textmodes/sgml-mode.el (html-xhtml): New user option.
750 (html-tag-alist, html-horizontal-rule, html-image, html-line)
751 (html-ordered-list, html-unordered-list, html-list-item)
752 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
753 (sgml-skip-close-p): New function.
754 (sgml-value): Use it.
755
756 2001-10-05 Sam Steingold <sds@gnu.org>
757
758 * calendar/diary-lib.el (diary-entry-compare): When times are
759 identical, compare the entries lexicographically.
760
761 2001-10-06 Miles Bader <miles@gnu.org>
762
763 * rfn-eshadow.el (rfn-eshadow-update-overlay):
764 Use `minibuffer-prompt-end'.
765
766 * simple.el (previous-matching-history-element): Fix misplaced
767 parentheses.
768
769 2001-10-05 Miles Bader <miles@gnu.org>
770
771 * rfn-eshadow.el: New file.
772
773 2001-10-05 Miles Bader <miles@gnu.org>
774
775 * cus-face.el (custom-face-attributes): Make sure each attribute
776 has a valid default value. Remove hacks that mapped `nil' to
777 `off' and used nil to mean `unspecified'. Remove `unspecified'
778 choices from all attributes (unspecified is handled by the parent
779 checklist).
780 * cus-edit.el (custom-face-edit-convert-widget)
781 (custom-face-edit-deactivate, custom-face-edit-activate)
782 (custom-face-edit-delete, custom-face-edit-attribute-tag):
783 New functions.
784 (custom-face-edit): Specify a custom :convert-widget.
785 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
786 Don't pass in default filters that map between `nil' and `off' and
787 `unspecified' and `nil'.
788
789 2001-10-05 Gerd Moellmann <gerd@gnu.org>
790
791 * progmodes/compile.el (compilation-buffer-name): New function.
792 (compile-internal): Use it to determine the name of the
793 compilation buffer.
794
795 2001-10-05 Miles Bader <miles@gnu.org>
796
797 * progmodes/compile.el (grep-use-null-device): New variable.
798 (grep-command): Mention `grep-use-null-device'.
799 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
800 Make computation of `grep-command' respect `grep-use-null-device'.
801 (grep): Respect `grep-use-null-device'.
802 Call `grep-compute-defaults' even if grep-command is set, if
803 grep-use-null-device is still tentative.
804
805 * subr.el (call-process-shell-command): New function.
806
807 2001-10-05 Miles Bader <miles@gnu.org>
808
809 * simple.el (previous-matching-history-element)
810 (next-history-element, next-complete-history-element): Use
811 `minibuffer-' functions instead of calling `field-' functions directly.
812 (minibuffer-prompt-end, minibuffer-contents):
813 (minibuffer-contents-no-properties, delete-minibuffer-contents):
814 Functions removed (now subrs).
815 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
816
817 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
818 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
819 instead of calling `field-' functions directly.
820 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
821
822 2001-10-05 Gerd Moellmann <gerd@gnu.org>
823
824 * files.el (find-file-noselect): If file's read-only status has
825 changed on disk, ask if buffer's read-only status should be
826 changed, unless NOWARN is set.
827
828 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
829 alias for define-setf-method.
830
831 * bindings.el: Remove no-byte-compile from file local variables
832 to enable bootstrapping.
833
834 2001-10-04 Andrew Innes <andrewi@gnu.org>
835
836 * faces.el (face-font-registry-alternatives) [windows-nt]:
837 Make gb2312 an alias for gb2312.1980.
838
839 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
840
841 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
842 (uniquify-reverse-components): Remove.
843
844 * emacs-lisp/bytecomp.el (byte-recompile-directory):
845 Make sure the file is readable.
846 (byte-compile-file): Don't compile if `no-byte-compile' is set.
847 (byte-compile-defvar): Update to reflect the change in Fdefvar.
848 (batch-byte-recompile-directory): Pass arg=0.
849
850 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
851 (perl-calculate-indent): Use it.
852 (perl-backward-to-noncomment): Use forward-comment.
853
854 * derived.el (define-derived-mode, derived-mode-make-docstring):
855 Allow `parent' to be nil.
856
857 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
858 Use define-derived-mode.
859 (nroff-mode-map, nroff-mode-syntax-table): Massage.
860
861 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
862
863 * emacs-lisp/lselect.el: Use facep iso find-face.
864
865 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
866 Use regexp-opt.
867 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
868 (lisp-font-lock-syntactic-face-function): New function.
869 (lisp-mode-variables): Use it. Make arg optional.
870 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
871 (lisp-mode): Don't pass an arg to lisp-mode-variables.
872 Set comment-start-skip.
873
874 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
875
876 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
877 (ignore-errors): Don't bother using a `err' symbol.
878
879 * emacs-lisp/autoload.el (autoload-ensure-default-file)
880 (autoload-insert-section-header, autoload-before-p)
881 (autoload-remove-section): New functions.
882 (generate-file-autoloads): Use them.
883 (update-file-autoloads): Use them. Return FILE if there's no cookie.
884 Make sure the autoload file is properly formatted when creating it.
885 (update-autoloads-from-directories): Use them as well.
886 Only update autoloads for files whose timestamp has changed.
887 Add a dummy entry to remember the files which had no autoload cookies.
888
889 * timer.el (timer-relative-time): Fix computation for negative `micro'.
890
891 * subr.el (define-key-after): Allow `key' to be longer than 1.
892 (make-local-hook): Make obsolete.
893 (add-hook, remove-hook): Don't use make-local-hook any more.
894 (make-syntax-table): Inherit all chars from s-s-t.
895
896 2001-10-04 Gerd Moellmann <gerd@gnu.org>
897
898 This is a fix for a report saying that resuming a search with C-s
899 C-s doesn't use the case-fold-search setting of the previous
900 search (C-s ... M-c ... then C-s C-s).
901
902 * isearch.el (isearch-last-case-fold-search): New variable.
903 (isearch-mode): Remember value of isearch-case-fold-search
904 in isearch-last-case-fold-search.
905 (isearch-done): Quote value of isearch-case-fold-search.
906 (isearch-repeat): When resuming a search, restore
907 isearch-case-fold-search from isearch-last-case-fold-search.
908
909 Added to NEWS.
910
911 * startup.el (inhibit-startup-buffer-menu): New user-option.
912 (command-line-1): If inhibit-startup-buffer-menu is set, don't
913 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
914
915 This allows upto 99999 messages in the summary without screwing up
916 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
917
918 * mail/rmailsum.el (rmail-make-summary-line)
919 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
920 (rmail-summary-goto-msg, rmail-summary-goto-msg):
921 Allow 5-digit message ids instead of 4.
922
923 This adds expansion of environment variables in the value
924 specified with M-x setenv. Added to NEWS.
925
926 * env.el (substitute-env-vars): New function.
927 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
928 environment variables in VALUE. Return VALUE.
929
930 2001-10-04 Gerd Moellmann <gerd@gnu.org>
931
932 * Branch for 21.1.
933
934 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
935
936 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
937
938 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
939
940 * emulation/tpu-edt.el: Make messages match original TPU/edt
941 editor. From riepel@Stanford.EDU (Rob Riepel).
942
943 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
944
945 * rect.el: Update maintainer's email address.
946
947 2001-10-02 Andreas Schwab <schwab@suse.de>
948
949 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
950 and Extended Passive Mode, resp.
951
952 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
953
954 These changes add support for Calendar-related items in the
955 menu bar on tty's as well:
956
957 * calendar/calendar.el (calendar-mode-map): Require cal-menu
958 unconditionally.
959 (calendar-mode): Set up activate-menubar-hook unconditionally.
960
961 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
962 calls x-popup-menu only if popup menus are supported.
963 (calendar-mouse-insert-hebrew-diary-entry)
964 (calendar-mouse-insert-islamic-diary-entry)
965 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
966 (calendar-mouse-view-other-diary-entries)
967 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
968 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
969 Call cal-menu-x-popup-menu instead of x-popup-menu.
970
971 2001-10-01 Gerd Moellmann <gerd@gnu.org>
972
973 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
974
975 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
976
977 * emacs-lisp/rx.el: New file.
978
979 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
980
981 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
982
983 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
984
985 * frame.el (select-frame-by-name, other-frame): Doc fix.
986
987 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
988
989 * play/snake.el (snake-score-file): Use temporary-file-directory
990 instead of a literal "/tmp". Suggested by Robert
991 <robert@chezmarshall.freeserve.co.uk>.
992
993 * play/tetris.el (tetris-score-file): Ditto.
994
995 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
996
997 * apropos.el (apropos-print): Make the directions inserted at the
998 beginning of the *Apropos* buffer more clear.
999
1000 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
1001
1002 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
1003 Added comments.
1004
1005 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
1006
1007 * newcomment.el (comment-normalize-vars): Use " \t" rather than
1008 "\\s-" when defining comment-end-skip.
1009
1010 2001-09-27 Gerd Moellmann <gerd@gnu.org>
1011
1012 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
1013 Call get-buffer-window first second arg `visible'.
1014
1015 * international/mule-diag.el (list-input-methods-1):
1016 Output something that's independent of Emacs' version.
1017
1018 * tar-mode.el (tar-mode-write-file): Don't signal an error by
1019 calling byte-to-position with a nil tar-header-offset.
1020
1021 2001-09-27 Simon Josefsson <jas@extundo.com>
1022
1023 * mail/sendmail.el (send-mail-function): Doc fix.
1024 (mail-do-fcc): Error if header-end is not a marker.
1025 (mail-do-fcc): Add a comment.
1026 (mail-reply-to): Doc fix.
1027 (mail-signature): Make ATPOINT optional.
1028 (mail-yank-original): Use cond instead of nestled if.
1029
1030 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
1031
1032 * info.el (Info-on-current-buffer): Default arg to "Top".
1033
1034 2001-09-25 Eli Barzilay <eli@barzilay.org>
1035
1036 * calculator.el (calculator-copy-displayer): New user-option.
1037 (calculator-displayer-prev, calculator-displayer-next):
1038 Renamed from calculator-displayed-{left,right}.
1039 (calculator, calculator-standard-displayer)
1040 (calculator-num-to-string, calculator-update-display)
1041 (calculator-copy, calculator-put-value): Bug and display fixes.
1042
1043 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1044
1045 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
1046 (ebnf-version): New version (3.6.1).
1047
1048 * ebnf-bnf.el: Fix character range regexp. Doc fix.
1049 (ebnf-bnf-non-terminal-chars): New internal const.
1050 (ebnf-bnf-lex): Fix code.
1051
1052 * ebnf-iso.el: Fix character range regexp. Doc fix.
1053 (ebnf-iso-non-terminal-chars): New internal const.
1054 (ebnf-iso-lex): Fix code.
1055
1056 * ebnf-yac.el: Fix character range regexp. Doc fix.
1057 (ebnf-yac-skip-chars): New internal const.
1058 (ebnf-yac-skip-code): Fix code.
1059
1060 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
1061
1062 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
1063
1064 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
1065 passing it to VC.
1066
1067 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
1068 case where the file is relative.
1069
1070 2001-09-24 Gerd Moellmann <gerd@gnu.org>
1071
1072 * xml.el (xml-parse-attlist): Quotes around attributes must be the
1073 same on each side. Make sure we properly handle simple quotes.
1074 From Daiki Ueno <ueno@unixuser.org>.
1075
1076 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1077
1078 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
1079 <jas@extundo.com>.
1080
1081 * menu-bar.el (top-level): Minor fixes for text of help-echo in
1082 some items of the Options menu.
1083
1084 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
1085
1086 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
1087
1088 * vc-hooks.el (vc-delete-automatic-version-backups):
1089 Don't fail if the directory doesn't exist.
1090
1091 * diff-mode.el (diff-default-read-only): New var.
1092 (diff-mode): Use it.
1093
1094 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
1095
1096 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
1097 Use make-keymap instead of copy-keymap, since copying the global
1098 keymap messes up the menu bar.
1099
1100 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
1101 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1102
1103 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
1104
1105 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
1106
1107 * dired-aux.el (dired-insert-subdir): Pass switches to
1108 dired-build-subdir-alist.
1109
1110 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
1111
1112 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
1113 caused %#a and %#b to be mis-formatted.
1114
1115 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
1116
1117 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
1118 ccmode, emacs-mime, and eudc manuals.
1119
1120 2001-09-19 Sam Steingold <sds@gnu.org>
1121
1122 w32 find cannot be used with `grep-find'.
1123 * progmodes/compile.el (find-program): New variable.
1124 (grep-compute-defaults): Use it to set `grep-find-command'.
1125
1126 2001-09-19 Gerd Moellmann <gerd@gnu.org>
1127
1128 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
1129
1130 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1131
1132 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1133 programming. Doc fix.
1134 (ebnf-version): New version (3.6).
1135 (ebnf-eps-begin): Data fix.
1136 (ebnf-begin-file): Code fix.
1137
1138 * ebnf-bnf.el: Doc fix.
1139 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1140
1141 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1142
1143 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1144
1145 * ps-print.el: Better face mapping for black/white PostScript printers.
1146 Check if mark is active when printing a region. Doc fix.
1147 (ps-print-version): New version number (6.5.5).
1148 (ps-print-color-p): Customization fix.
1149 (ps-black-white-faces): New option.
1150 (ps-black-white-faces-alist): New internal var.
1151 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1152 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1153 (ps-nb-pages-region): Interactive fix.
1154 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1155 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1156
1157 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1158
1159 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1160 numeric month value, and allow the Kanji character after the it to
1161 be missing (happens with ls-lisp's output on Japanese versions of
1162 MS-Windows).
1163
1164 2001-09-18 Miles Bader <miles@gnu.org>
1165
1166 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1167 it's empty (and thus probably a new patch file about to be edited).
1168
1169 2001-09-17 Gerd Moellmann <gerd@gnu.org>
1170
1171 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1172 Check for '(' in column 0 of doc string.
1173
1174 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1175 of `nth' so that using a vector as bounding-box works.
1176 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1177
1178 2001-09-17 Andre Spiegel <spiegel@gnu.org>
1179
1180 * vc.el (vc-annotate): Use current workfile version explicitly as
1181 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1182
1183 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1184
1185 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1186 convert-standard-filename doesn't guarantee that the .el extension
1187 is preserved.
1188
1189 * dos-fns.el (convert-standard-filename): Replace invalid
1190 characters only after converting dash/underscore to a period.
1191 (original-make-auto-save-file-name): New.
1192 (make-auto-save-file-name): New function, overrides the definition
1193 on files.el and calls the original function via
1194 original-make-auto-save-file-name.
1195
1196 * mail/rmail.el (top-level): Require mule-utils when compiling.
1197 (rmail-decode-babyl-format): Use detect-coding-with-priority
1198 instead of detect-coding-region, to favor detection of emacs-mule
1199 encoded Babyl files written by rmailout.el etc. Suggested by
1200 Kenichi Handa <handa@etl.go.jp>.
1201
1202 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1203
1204 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1205 Use `equal', not `=', since the device number can be a cons cell.
1206
1207 2001-09-14 Gerd Moellmann <gerd@gnu.org>
1208
1209 * simple.el: Comment out change of 2001-09-13.
1210
1211 2001-09-13 Milan Zamazal <pdm@zamazal.org>
1212
1213 * progmodes/compile.el (grep-compute-defaults): Don't set
1214 grep-command/grep-find-command when it is already non-nil.
1215 (grep-command): Make it a user option.
1216 (grep-find-command): Likewise.
1217
1218 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
1219
1220 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1221 inhibit quit.
1222
1223 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1224
1225 * files.el (make-auto-save-file-name): If long file names are not
1226 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1227 generating an auto-save file name from it.
1228
1229 2001-09-13 Gerd Moellmann <gerd@gnu.org>
1230
1231 * ps-print.el (ps-print-region, ps-print-region-with-faces)
1232 (ps-nb-pages-region): Signal an error if called interactively
1233 and the mark is not active.
1234
1235 * simple.el (minibuffer-prompt-modification)
1236 (minibuffer-prompt-insertion): New functions.
1237 (minibuffer-prompt-properties): Use `modification-hooks' and
1238 `insert-in-front-hooks'.
1239
1240 2001-09-12 Richard M. Stallman <rms@gnu.org>
1241
1242 * textmodes/outline.el (outline-regexp): Doc fix.
1243 Initialize it in the defcustom, the usual way.
1244
1245 2001-09-12 Gerd Moellmann <gerd@gnu.org>
1246
1247 * ediff-mult.el (ediff-get-meta-info): Take into account that data
1248 from `ediff-meta-info' properties need not be an overlay.
1249 From David Ponce <dponce@voila.fr>.
1250
1251 * isearch.el (isearch-intersects-p): Fix end checks.
1252
1253 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
1254
1255 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1256 `t' branch of `cond', since Irix 6.1 and up is a special case of
1257 the standard dbx interface.
1258
1259 2001-09-11 Miles Bader <miles@gnu.org>
1260
1261 * comint.el (comint-send-input): When waiting for echoed input,
1262 don't save the expected end position in `echo-end', so that things
1263 work properly even if the buffer is modified elsewhere at the same
1264 time [this happens if `comint-truncate-buffer' is used].
1265
1266 2001-09-11 Gerd Moellmann <gerd@gnu.org>
1267
1268 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1269 when constructing imenu-generic-expression from outline-regexp.
1270
1271 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1272
1273 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1274 `equal' instead of `=', since they can be cons cells. From Nils
1275 Goesche <cartan@cartan.de>.
1276
1277 2001-09-10 Andre Spiegel <spiegel@gnu.org>
1278
1279 * vc.el (vc-annotate): Rewrote doc string.
1280
1281 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1282
1283 * time-stamp.el: Update Stephen Gildea's email address.
1284
1285 2001-09-10 Gerd Moellmann <gerd@gnu.org>
1286
1287 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1288 enable-multibyte-characters = nil. From Hallvard B Furuseth
1289 <h.b.furuseth@usit.uio.no>.
1290
1291 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
1292
1293 * ediff-init.el (ediff-highest-priority): Bug fix.
1294
1295 * viper-cmd.el (viper-special-read-and-insert-char): New function
1296 that reads a character and uses the current input method or
1297 iso-accents when appropriate.
1298
1299 * viper.el and all others: Corrections to the comment blocks at
1300 the top.
1301
1302 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1303
1304 * info.el (Info-goto-node): Doc fix.
1305
1306 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1307
1308 * isearch.el (isearch-intersects-p): New function.
1309 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1310 use isearch-intersects-p, and clean up.
1311
1312 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1313
1314 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1315 and "german8", for the new German orthography dictionaries,
1316 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1317 the entries, to keep the line length balanced for loaddefs.el.
1318
1319 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
1320
1321 * comint.el (comint-send-input): Handle comint-process-echoes
1322 differently.
1323
1324 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1325
1326 * locate.el (locate-insert-header): Remove unnecessary whitespace.
1327
1328 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1329
1330 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
1331
1332 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1333
1334 * server.el (server-switch-buffer):
1335 * textmodes/refer.el (refer-find-entry-internal):
1336 * term/sup-mouse.el (sup-pos-to-window):
1337 * term/bg-mouse.el (bg-window-from-x-y):
1338 * emacs-lisp/edebug.el (edebug-window-live-p):
1339 Use get-window-with-predicate.
1340
1341 * window.el (get-window-with-predicate): Renamed from some-window.
1342 (some-window): Make it an alias.
1343
1344 2001-09-06 Gerd Moellmann <gerd@gnu.org>
1345
1346 * simple.el (undo): Remove positions from buffer-undo-list up to
1347 the next undo boundary only.
1348
1349 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1350
1351 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1352 Kim <ryk@dspwiz.com>
1353
1354 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1355 the message "Creating customization items...done".
1356
1357 2001-09-05 Gerd Moellmann <gerd@gnu.org>
1358
1359 * font-lock.el (toplevel): Require `jit-lock' only if
1360 font-lock-support-mode is set to jit-lock-mode.
1361
1362 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1363
1364 * international/quail.el (quail-use-package, quail-inactivate)
1365 (quail-activate): Mention the hooks these functions run in their
1366 doc strings.
1367
1368 2001-09-05 Edward M. Reingold <reingold@iit.edu>
1369
1370 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1371 of file in header of menu.
1372
1373 2001-09-04 Gerd Moellmann <gerd@gnu.org>
1374
1375 * env.el (setenv): Interactively, if VARIABLE has a current value,
1376 add that to the front of the history, as the doc string says.
1377
1378 * comint.el (comint-send-input): Change help-echo.
1379 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
1380
1381 * bookmark.el (bookmark-write-file): Bind print-length and
1382 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1383
1384 * obsolete/uncompress.el: Moved there from lisp/.
1385
1386 * comint.el (comint-insert-clicked-input): Goto point-max before
1387 deleting previous input. From "Dr Francis J. Wright"
1388 <F.J.Wright@qmw.ac.uk>.
1389
1390 * simple.el (backward-word): Doc fix.
1391
1392 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1393
1394 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1395 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1396 * w32-fns.el: Add Keywords header.
1397
1398 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1399
1400 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1401 "Text Properties". Suggested by Simon Marshall
1402 <Simon.Marshall@midas-kapiti.com>.
1403
1404 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1405
1406 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1407 consulting the value of file-name-coding-system.
1408
1409 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1410
1411 * help.el (describe-function-1): Save precomputed `file-name' rather
1412 than recomputing it (incorrectly) with `symbol-file'.
1413
1414 2001-09-03 Gerd Moellmann <gerd@gnu.org>
1415
1416 * international/isearch-x.el (isearch-exit-recursive-edit):
1417 Take three parameters, since it's used as an after-change-function.
1418
1419 * emacs-lisp/backquote.el (backquote-backquote-symbol)
1420 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1421 from doc strings.
1422
1423 2001-09-02 Milan Zamazal <pdm@zamazal.org>
1424
1425 * progmodes/glasses.el (glasses-convert-to-unreadable):
1426 Consider underscores as in `glasses-make-readable'.
1427
1428 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1429
1430 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1431 MS-DOS, since cpp might not be available.
1432
1433 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1434 Mention "yank" in the help-echo text.
1435 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1436
1437 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1438
1439 * newcomment.el (comment-indent): Insert spaces more carefully.
1440
1441 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1442
1443 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1444 exists. From Andy Petrusenco <andy@int.spb.ru>.
1445
1446 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
1447 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1448 <andy@int.spb.ru>.
1449
1450 2001-08-31 Gerd Moellmann <gerd@gnu.org>
1451
1452 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1453 Instead of running mouse-yank-at-click, see what the event is
1454 bound to outside Isearch and run that.
1455
1456 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1457
1458 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1459 Fix the menu entry to mention transient-mark-mode.
1460
1461 2001-08-30 Gerd Moellmann <gerd@gnu.org>
1462
1463 * simple.el (eval-expression-print-level): Fix last change.
1464
1465 * bindings.el (mode-line-coding-system-map): New variable.
1466 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1467
1468 * simple.el (eval-expression-print-level): Change the type
1469 of the defcustom to allow nil.
1470
1471 * emacs-lisp/find-gc.el: Moved here from lisp/.
1472
1473 * international/quail.el (quail-completion-1):
1474 Reverse the ((CHAR . DEFN) ...) list before processing it.
1475 From Kenichi Handa <handa@etl.go.jp>.
1476
1477 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1478 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1479
1480 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1481
1482 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1483 aren't supported. This avoids the annoying gray strip drawn by
1484 the Windows version instead of the missing tool bar.
1485
1486 2001-08-29 Gerd Moellmann <gerd@gnu.org>
1487
1488 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1489 and tooltips more consistent. From "Marshall, Simon"
1490 <Simon.Marshall@midas-kapiti.com>.
1491
1492 * startup.el (fancy-splash-screens): Temporarily set
1493 minor-mode-map-alist to nil while displaying splash screens.
1494
1495 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1496
1497 * buff-menu.el: Add Keywords header.
1498 Doc fix (C-x C-b is bound to list-buffers).
1499
1500 * dired-x.el: Add keyword files to get listed in finder.
1501 Remove confusing notes about GNU Emacs 19.
1502
1503 * dired.el, dired-aux.el: Add Keywords header.
1504
1505 2001-08-28 Andre Spiegel <spiegel@gnu.org>
1506
1507 * vc.el (vc-revert-file): Call the backend even if the FILE's
1508 contents can be reverted locally; pass new arg CONTENTS-DONE
1509 down to the backend.
1510
1511 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
1512 optional arg CONTENTS-DONE.
1513
1514 2001-08-28 Andrew Innes <andrewi@gnu.org>
1515
1516 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1517
1518 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1519
1520 * makefile.nt (install): Copy more *.el files.
1521
1522 2001-08-28 Gerd Moellmann <gerd@gnu.org>
1523
1524 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1525 instead of `w' which is already in use.
1526
1527 * gs.el (gs-load-image): Use sleep-for.
1528 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1529
1530 2001-08-28 Miles Bader <miles@gnu.org>
1531
1532 * replace.el (query-replace-regexp-eval): Return args from
1533 `interactive' form in correct order.
1534
1535 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1536
1537 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1538 major modes, don't create panes for modes for which
1539 mouse-buffer-menu-alist returns an empty alist.
1540
1541 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
1542
1543 * progmodes/hideshow.el: Update first-line description.
1544 Sync comments w/ maintainer version 5.31.
1545
1546 (hs-isearch-open): Default value now `code'.
1547 Fix docstring to use "code blocks" vs "comment blocks",
1548 as opposed to "block" vs "comment".
1549 (hs-flag-region): Accept `hs-isearch-open' value
1550 of `block' as synonymous w/ `code'.
1551 (hs-hide-block-at-point): For code blocks, pass `code'
1552 to `hs-flag-region' instead of `block'.
1553
1554 2001-08-28 Miles Bader <miles@gnu.org>
1555
1556 * comint.el (comint-next-prompt): Don't loop infinitely if
1557 {next,previous}-single-char-property-change returns its input
1558 position when the search fails.
1559
1560 2001-08-27 Miles Bader <miles@gnu.org>
1561
1562 * comint.el (comint-get-old-input-default): Don't signal an error
1563 if point is not on an input field; instead, return the current
1564 line (using `comint-bol' to skip any prompt, in case we're not
1565 using fields at all).
1566
1567 * man.el (Man-mode-line-format): Variable removed.
1568 (Man-mode): Change `mode-line-buffer-identification' instead of
1569 `mode-line-format'.
1570
1571 2001-08-27 Gerd Moellmann <gerd@gnu.org>
1572
1573 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1574 From Simon Josefsson <jas@extundo.com>.
1575
1576 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1577
1578 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1579 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1580
1581 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1582 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1583
1584 * emacs-lisp/lselect.el: Ditto.
1585
1586 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1587 Remove periods from the end of error message strings.
1588 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1589
1590 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1591 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1592
1593 * net/telnet.el: Ditto.
1594
1595 2001-08-26 Gerd Moellmann <gerd@gnu.org>
1596
1597 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1598 KEYMAP to the call to define-minor-mode.
1599
1600 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1601
1602 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1603 Replace some of the undefined characters with emulations of bidi
1604 formatting characters and Niqud as per SI 1311-1.
1605 (IT-unicode-translations): Ditto.
1606 (IT-display-table-setup, IT-setup-unicode-display):
1607 Fill characters without translations with dos-unsupported-char-glyph.
1608
1609 2001-08-24 Simon Josefsson <jas@extundo.com>
1610
1611 * hl-line.el (hl-line-mode): Don't be a global mode.
1612 (global-hl-line-mode): New function.
1613
1614 2001-08-24 Gerd Moellmann <gerd@gnu.org>
1615
1616 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1617 being reset by Ghostscript. Don't kill the gs process.
1618 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1619
1620 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1621
1622 * term/mac-win.el: Require scroll-bar.
1623
1624 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1625
1626 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1627
1628 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1629
1630 * hexl.el (hexl-insert-multibyte-char) New function.
1631 (hexl-quoted-insert, hexl-self-insert-command)
1632 (hexl-insert-hex-char, hexl-insert-decimal-char)
1633 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1634 Fix the doc strings accordingly.
1635 (hexl-insert-char): Reject characters whose code is above 255.
1636 Doc fix.
1637 (hexl-mode-map): Copy the global keymap instead of creating a
1638 sparse keymap, and bind all self-inserting characters to
1639 hexl-self-insert-command.
1640
1641 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1642
1643 * wid-edit.el (text): Re-order docstring correctly.
1644
1645 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1646
1647 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1648
1649 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1650
1651 * simple.el (line-number-mode): Mention the variable
1652 line-number-display-limit-width in the doc string.
1653
1654 2001-08-22 Gerd Moellmann <gerd@gnu.org>
1655
1656 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1657 Temporarily select EVENT's window for switching buffers.
1658 (mode-line-bury-buffer): New function.
1659 (mode-line-buffer-identification-keymap): Use it instead of
1660 bury-buffer. Bind down-mouse events to prevent global down-mouse
1661 events from shining through.
1662
1663 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1664
1665 * newcomment.el (comment-beginning): Make sure the comment-start
1666 we found isn't a comment-end (in cases where confusion is possible).
1667
1668 2001-08-22 Miles Bader <miles@gnu.org>
1669
1670 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1671 before writing it, so that hard-links don't see new version.
1672
1673 2001-08-21 Gerd Moellmann <gerd@gnu.org>
1674
1675 * gs.el (gs-set-ghostview-colors-window-prop):
1676 Call x-change-window-property with 3rd arg FRAME.
1677 (gs-load-image): Wait for a previous Ghostscript process
1678 to complete before starting a new one.
1679
1680 * image.el (image-type-regexps): Make sure that the TIFF
1681 pattern is only matched at the beginning of a string.
1682 From Markus Rost <rost@math.ohio-state.edu>.
1683
1684 * international/swedish.el: Pre-Mule file removed. From Jonas
1685 Oberg <jonas@gnu.org>.
1686
1687 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1688
1689 * whitespace.el (whitespace-abort-on-error): Add custom variable
1690 to whitespace to abort a write-file if whitespace is detected in file.
1691
1692 * whitespace.el (whitespace-write-file-hook): Hook to be called
1693 when writing a file. If `whitespace-abort-on-error' is set, the
1694 write will abort on detecting whitespaces.
1695 If `whitespace-auto-cleanup' is set, the file will be cleaned
1696 automatically prior to writing.
1697
1698 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1699 whitespaces in the error output!
1700
1701 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1702 `indent-tabs-mode', since the latter notes user preferences on
1703 TABs anyway.
1704
1705 * whitespace.el (whitespace-version): 3.1. All of the above issues
1706 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1707
1708 2001-08-20 Gerd Moellmann <gerd@gnu.org>
1709
1710 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1711 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1712
1713 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1714
1715 2001-08-20 Alex Schroeder <alex@gnu.org>
1716
1717 * sql.el (sql-db2): Doc change.
1718
1719 2001-08-20 Alex Schroeder <alex@gnu.org>
1720
1721 * sql.el (sql-postgres): Add the database at the end of the
1722 parameters instead of at the beginning.
1723 (sql-postgres-options): Doc change.
1724
1725 2001-08-17 Gerd Moellmann <gerd@gnu.org>
1726
1727 * custom.el (defcustom): Doc fix.
1728
1729 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1730
1731 * ps-mule.el (find-composition): Check if (char-after POS)
1732 returns a valid character.
1733
1734 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1735
1736 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1737 original-point for extra CR characters that are added/removed when
1738 the buffer is written/read whose EOL type is -dos.
1739
1740 2001-08-16 Miles Bader <miles@gnu.org>
1741
1742 * simple.el (line-move): Undo previous change.
1743
1744 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
1745 property to input-terminating `boundary' overlays to avoid
1746 line-move wierdness.
1747
1748 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1749
1750 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1751 buffer in a save-restriction. Under one test case with Ediff,
1752 window-scroll-functions are run with a window start that's
1753 temporarily outside of the restriction.
1754
1755 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1756
1757 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
1758 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1759 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1760 (texinfo-update-menu-region-beginning)
1761 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1762 command, @ifnottex, to regexps, so it is found.
1763
1764 2001-08-16 Andrew Innes <andrewi@gnu.org>
1765
1766 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1767 (DONTCOMPILE): Omit sc.el.
1768
1769 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1770 (DONTCOMPILE): Omit sc.el.
1771
1772 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1773
1774 * replace.el (occur): Bind inhibit-read-only to t.
1775
1776 2001-08-16 Miles Bader <miles@gnu.org>
1777
1778 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1779 calling `constrain-to-field', to avoid problems with comint prompts.
1780
1781 2001-08-15 Gerd Moellmann <gerd@gnu.org>
1782
1783 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
1784 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
1785
1786 * ediff-mult.el (ediff-get-meta-info): Fix the condition
1787 of a while-loop.
1788
1789 * Makefile.in (DONTCOMPILE): Remove sc.el.
1790
1791 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1792 Don't include term/.
1793
1794 * mail/sc.el: Moved to obsolete/.
1795
1796 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1797
1798 * ps-print.el: Change error function arguments to follow Emacs
1799 message convention. Doc fix.
1800 (ps-print-version): New version number (6.5.4).
1801 (coding-system-for-write): Change declaration position to avoid
1802 XEmacs compilation gripes.
1803 (coding-system-for-read, buffer-file-coding-system):
1804 Declarations to avoid XEmacs compilation gripes.
1805
1806 * ps-mule.el: Doc fix.
1807 (ps-mule-encode-header-string): If STRING is not a string, replace
1808 STRING by empty string.
1809
1810 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1811
1812 * frame.el (show-trailing-whitespace): Doc fix.
1813
1814 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1815
1816 * desktop.el (desktop-save): Insert the coding: tag before
1817 desktop-header.
1818
1819 2001-08-13 Gerd Moellmann <gerd@gnu.org>
1820
1821 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1822 its path from $els.
1823
1824 * image.el (image-jpeg-p): Fix call of substring.
1825
1826 2001-08-10 Gerd Moellmann <gerd@gnu.org>
1827
1828 * play/animate.el (animate-string): Doc fix. Use a buffer
1829 name with stars in it.
1830 (animate-sequence): New function.
1831 From Richard Stallman <rms@gnu.org>.
1832
1833 * frame.el (select-frame-set-input-focus): New function
1834 extracted from other-frame.
1835 (other-frame): Use it.
1836 (next-multiframe-window, previous-multiframe-window): Use it.
1837
1838 * isearch.el (isearch-other-meta-char): Don't switch to the
1839 buffer of a window clicked on, when the current buffer is
1840 in Isearch mode.
1841
1842 * image.el (image-jpeg-p): Test for APPn markers in the range
1843 #xe0..#xef.
1844
1845 2001-08-09 Gerd Moellmann <gerd@gnu.org>
1846
1847 * desktop.el (desktop-save): Don't use concat to form a file
1848 name, use expand-file-name.
1849
1850 * mouse.el (mouse-delete-window): Do nothing if frame has just
1851 one window.
1852
1853 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1854 for the minor mode name.
1855
1856 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1857 minor mode name.
1858
1859 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1860 instead of make-mode-line-mouse2-map.
1861
1862 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1863 the minor mode name.
1864
1865 * emacs-lisp/easy-mmode.el (define-minor-mode):
1866 Use mode-line-minor-mode-keymap for the minor mode name.
1867
1868 * calendar/calendar.el (calendar-mode-line-format):
1869 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
1870
1871 * bindings.el (make-mode-line-mouse-map): Renamed from
1872 make-mode-line-mouse2-map. Take additional arg MOUSE.
1873 (mode-line-modified): Use mouse-3 instead of mouse-2.
1874 (mode-line-buffer-identification-keymap): Bind keys differently.
1875 (propertized-buffer-identification): Adapt help-echo to new bindings.
1876
1877 * bindings.el (mode-line-format): Specify help-echo for line
1878 number, column number and buffer-percent part of the mode-line.
1879
1880 * image.el (image-type-regexps): Allow whitespace at the start
1881 of the image data for XPM, XBM and Postscript, which are
1882 text files.
1883 (image-jpeg-p): Correct calculation of next field offset.
1884
1885 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1886
1887 * battery.el: Fix typo.
1888
1889 2001-08-08 Gerd Moellmann <gerd@gnu.org>
1890
1891 * image.el (image-type-regexps): Allow predicates. Change the way
1892 JPEG images are recognized.
1893 (image-jpeg-p): New function.
1894 (image-type-from-data): Handle predicates in image-type-regexps.
1895
1896 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1897 #:, #x, #o, and similar constructs.
1898
1899 2001-08-07 Gerd Moellmann <gerd@gnu.org>
1900
1901 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1902
1903 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1904 instead of `progn'.
1905
1906 * tar-mode.el (tar-extract): Avoid generating a new buffer
1907 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1908
1909 * textmodes/paragraphs.el (forward-sentence): Avoid building
1910 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1911
1912 * progmodes/executable.el (executable-set-magic):
1913 If executable-find returns a quoted file name, unquote it before
1914 inserting it.
1915
1916 * image.el (image-type-regexps): For JPEG files, use a regexp
1917 derived from the JFIF spec.
1918
1919 * image.el (image-type-regexps): Use `\`' instead of `^' in
1920 most regular expressions.
1921
1922 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1923
1924 * play/animate.el: Re-insert a reference to re-inserted function.
1925
1926 2001-08-06 Gerd Moellmann <gerd@gnu.org>
1927
1928 * help.el (describe-function-1): Use find-function-search-for-symbol
1929 instead of find-function-noselect because the latter follows aliases.
1930
1931 * play/animate.el (animate-birthday-present): Re-insert.
1932
1933 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1934 Handle old-style menu definitions.
1935
1936 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1937
1938 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
1939 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
1940
1941 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
1942 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1943 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
1944
1945 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1946
1947 * textmodes/tildify.el: Milan Zamazal has new address.
1948
1949 2001-08-03 Gerd Moellmann <gerd@gnu.org>
1950
1951 * custom.el (custom-set-variables): Don't test `custom-requests'
1952 properties, check the third element of the options passed to
1953 custom-set-variables instead.
1954
1955 * info.el (info-insert-file-contents): Use info-file-exists-p
1956 instead of file-exists-p.
1957
1958 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1959 the mode-line face is restored. Fix several bugs.
1960
1961 * replace.el (perform-replace): Doc fix.
1962
1963 2001-08-02 Francesco Potorti` <pot@gnu.org>
1964
1965 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1966 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1967 (uniquify-fix-item-base, uniquify-fix-item-filename)
1968 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1969 Callers changed.
1970 (uniquify-set-proposed): Changed to work with a vector item.
1971 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1972 the fix list, and a list of strings for the non-file buffer
1973 names. Both changes reduce consing.
1974 (uniquify-rationalize-a-list): Local variable renaming.
1975 (uniquify-rationalize-conflicting-sublist): Use member instead of
1976 assoc.
1977 (uniquify-rename-buffer): Use unless instead of if not.
1978
1979 2001-08-02 Gerd Moellmann <gerd@gnu.org>
1980
1981 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
1982
1983 * custom.el (custom-set-variables): Set options with :require
1984 clauses last.
1985
1986 * custom.el (defcustom): Doc fix.
1987
1988 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1989
1990 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1991
1992 * man.el (man): Mention Man-switches in the doc string.
1993 (Man-switches): Mention -a in the doc string.
1994
1995 * textmodes/ispell.el (ispell-alternate-dictionary):
1996 Add /usr/share/lib/dict/words, for Irix.
1997
1998 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1999 corresponding non-kp keys. Suggested by Stephen Gildea
2000 <gildea@stop.mail-abuse.org>.
2001
2002 2001-08-01 Francesco Potorti` <pot@gnu.org>
2003
2004 * uniquify.el: These changes correct a corner case that the old
2005 code managed correctly.
2006 (uniquify-fix-item-proposed): Renamed from
2007 uniquify-fix-item-min-proposed.
2008 (uniquify-set-proposed): New function.
2009 (uniquify-rationalize-file-buffer-names): Code reshuffled for
2010 clarity and speed.
2011 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
2012 This is equivalent to what the old code did.
2013 (uniquify-rationalize-a-list): Never recompute the proposed
2014 name. Sort the conflicting sublist before rationalising it: this
2015 is equivalent to what the old code did, but one directory element
2016 at a time, and only when necessary.
2017 (uniquify-rationalize-conflicting-sublist): Recompute here the
2018 proposed name.
2019
2020 2001-08-01 Gerd Moellmann <gerd@gnu.org>
2021
2022 * play/animate.el: Add Keywords and Maintainer. Remove a
2023 reference to a removed function.
2024
2025 * play/animate.el (animate-string): Handle case that the string is
2026 longer than the window is wide.
2027
2028 2001-07-31 Gerd Moellmann <gerd@gnu.org>
2029
2030 * desktop.el (desktop-save): Bind coding-system-for-write to
2031 `emacs-mule' for write-region.
2032
2033 * delsel.el (delete-selection-pre-hook): Don't set this-command
2034 to `ignore' if the region is empty.
2035
2036 * international/mule.el (set-keyboard-coding-system):
2037 Set keyboard-coding-system.
2038
2039 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
2040 before accessing it.
2041
2042 2001-07-30 Andreas Schwab <schwab@suse.de>
2043
2044 * menu-bar.el (toggle-highlight-paren-mode):
2045 Use `(show-paren-mode)' as body.
2046
2047 2001-07-30 Andre Spiegel <spiegel@gnu.org>
2048
2049 * vc.el (vc-checkout-hook): New hook.
2050 (vc-checkout): Run it.
2051
2052 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
2053
2054 * progmodes/make-mode.el (makefile-macroassign-regex):
2055 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
2056
2057 2001-07-30 Gerd Moellmann <gerd@gnu.org>
2058
2059 * vc.el (vc-switch-backend): Fix autoload cookie.
2060
2061 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
2062 the desktop file.
2063
2064 2001-07-30 Simon Josefsson <jas@extundo.com>
2065
2066 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
2067 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2068
2069 2001-07-27 Gerd Moellmann <gerd@gnu.org>
2070
2071 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
2072 (last-sexp-toggle-display): Renamed from last-sexp-print.
2073 (last-sexp-toggle-display, eval-last-sexp-1):
2074 Use last-sexp-setup-props.
2075
2076 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2077 New user-options.
2078 (mouse-wheel-change-button): New function.
2079 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
2080 (mwheel-scroll): Ditto.
2081
2082 2001-07-26 Gerd Moellmann <gerd@gnu.org>
2083
2084 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
2085 `...', compare with unabbreviated printed representation instead.
2086 (last-sexp-print): Bind print-length and print-level to nil.
2087
2088 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
2089 before assigning text properties. Make properties rear-nonsticky.
2090
2091 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
2092 (eval-last-sexp-1): Give printed text a `keymap' property and bind
2093 <mouse-2> and <RET> in that map to a function printing the
2094 unabbreviated value.
2095
2096 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
2097 is a buffer, put a text property `printed-value' on the printed
2098 representation, with the Lisp object printed as value.
2099
2100 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2101
2102 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
2103 Mention the effect of eval-expression-print-length and
2104 eval-expression-print-level in the doc strings. Suggested by
2105 Kevin Gallagher <kevingal@onramp.net>.
2106
2107 2001-07-25 Gerd Moellmann <gerd@gnu.org>
2108
2109 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
2110 for buttons > 3.
2111 (xterm-mouse-translate): Handle the case that we don't get a
2112 down-event.
2113
2114 * emacs-lisp/find-func.el (find-function-regexp):
2115 Add easy-mmode-define-global-mode to the regexp. Allow newlines
2116 in front of the function name.
2117
2118 * isearch.el (isearch-other-meta-char): Fix last change.
2119
2120 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2121 similar events for which fake prefix keys are generated. It's no
2122 longer necessary since read_key_sequence doesn't modify these
2123 events for internal purposes anymore.
2124
2125 * files.el (auto-mode-alist): Use nroff-mode for files ending
2126 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2127
2128 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2129
2130 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2131 tool-bar-lines parameter, behave as if its value were zero.
2132 (mouse-avoidance-set-pointer-shape): Don't do anything if
2133 x-pointer-shape is not boundp.
2134
2135 2001-07-23 Francesco Potorti` <pot@gnu.org>
2136
2137 * uniquify.el: Overall speedup changes when using many buffers.
2138 (uniquify-fix-item-base, uniquify-fix-item-filename)
2139 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
2140 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
2141 place in the item, but was never used.
2142 (uniquify-fix-item-min-proposed): New defalias: the fourth place
2143 in the item is now used as cache for the proposed name.
2144 (uniquify-rationalize-file-buffer-names): Move computation made on
2145 newbuffile out of the loop, in the newbuffile-nd local var.
2146 Use dolist (cosmetic change). Compute the proposed name for the most
2147 common case and cache it in the fourth place in the item.
2148 (uniquify-rationalize-file-buffer-names): Used to return a a list
2149 of buffer whose name was changed, but that return value was never used.
2150 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2151 the cached proposed name, does much less consing and is quicker.
2152 (uniquify-filename-lessp): Deleted.
2153 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2154 Do not bind locally the uniquify-possibly-resolvable flag. Use the
2155 cached proposed name is possible.
2156 (uniquify-get-proposed-name): Arguments changed, callers changed.
2157 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2158 uniquify-possibly-resolvable flag, which is no more bound locally.
2159 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
2160 flag, which does not exist any more.
2161
2162 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2163
2164 * term/internal.el (IT-unicode-translations): Fix the appearance of
2165 "6`".
2166
2167 * progmodes/compile.el (compile-internal): If EMACS is already
2168 defined in the environment, don't override its value.
2169
2170 2001-07-23 Gerd Moellmann <gerd@gnu.org>
2171
2172 * play/fortune.el: Undo change of 2001-07-13.
2173 Fix autoload cookies. Add types to defcustoms.
2174 (fortune) <defgroup>: Add :link.
2175 (fortune-from-region): Use eq, not eql.
2176 From Dave Love <fx@gnu.org>.
2177
2178 * play/animate.el (animate-birthday-present): Function removed.
2179
2180 * play/animate.el: New file.
2181
2182 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2183
2184 * startup.el (normal-top-level-add-subdirs-to-load-path):
2185 On Windows, put into normal-top-level-add-subdirs-inode-list the
2186 canonicalized names of the directories instead of inode numbers.
2187
2188 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2189
2190 * ediff-util.el: Copyright years.
2191 (ediff-choose-syntax-table): New function.
2192 (ediff-setup): Use ediff-choose-syntax-table.
2193 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2194 vc-state is available.
2195 (ediff-make-temp-file): Use ediff-coding-system-for-write.
2196
2197 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2198 with-syntax-table.
2199 (ediff-coding-system-for-read): From ediff-diff.el
2200 (ediff-coding-system-for-write): New variable.
2201 (ediff-highest-priority): Fixed the bug having to do with disappearing
2202 overlays.
2203 (ediff-file-remote-p): Use file-remote-p, if available.
2204 (ediff-listable-file): New function.
2205 (ediff-file-attributes): Use ediff-listable-file.
2206
2207 * ediff-mult.el (ediff-meta-insert-file-info1):
2208 Use ediff-listable-file.
2209
2210 * ediff-ptch.el (ediff-prompt-for-patch-file):
2211 Use ediff-coding-system-for-read.
2212 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
2213
2214 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2215 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
2216
2217 * ediff.el: Date of last update, copyright years.
2218
2219 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2220
2221 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2222 of Scott Bronson.
2223 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2224 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2225 Deleted functions.
2226 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2227 ex-token-list.
2228 (viper-get-ex-address-subr): Convert registers to char data type.
2229
2230 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
2231 (viper-memq-char): Use viper-int-to-char.
2232 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
2233 vc-locking-state.
2234 (viper-read-key): Use viper-read-key-sequence.
2235
2236 * viper.el (viper-major-mode-modifier-list):
2237 Added inferior-emacs-lisp-mode.
2238 (this-major-mode-requires-vi-state): New function that uses simple
2239 heuristics to decide if vi state is appropriate.
2240 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2241 (viper-non-hook-settings): Don't advise read-key-sequence.
2242 (viper-read-key-sequence): New function that replaces the
2243 previously used advice to read-key-sequence.
2244
2245 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2246 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2247 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2248 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2249 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2250 Got rid of the negative character hack.
2251 (viper-escape-to-state,viper-replace-state-exit-cmd):
2252 Use viper-read-key-sequence.
2253 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
2254 (viper-minibuffer-standard-hook,viper-read-string-with-history):
2255 Don't override existing minibuffer-setup-hook.
2256 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
2257 Convert registers to char data type.
2258 (viper-autoindent): Use viper-indent-line.
2259
2260 * viper-keym.el: Use viper-exec-key-in-emacs.
2261
2262 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2263
2264 * server.el (server-visit-files): Fix variable name typo.
2265
2266 2001-07-20 Gerd Moellmann <gerd@gnu.org>
2267
2268 * simple.el (delete-trailing-whitespace): Save match data
2269 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2270
2271 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2272
2273 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2274 return a this-error using the alternative format (a pair of markers).
2275
2276 2001-07-19 Gerd Moellmann <gerd@gnu.org>
2277
2278 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2279
2280 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2281 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2282
2283 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2284
2285 * international/iso-transl.el: Fix typo in the header of the file.
2286
2287 * textmodes/picture.el (picture): Doc fix.
2288
2289 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2290 follow coding conventions in generated files.
2291
2292 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2293
2294 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2295 (tool-bar-add-item): Don't call image-related primitives if the
2296 display doesn't support images.
2297
2298 * frame.el (display-images-p): New function.
2299
2300 2001-07-17 Gerd Moellmann <gerd@gnu.org>
2301
2302 * server.el (server-visit-files): Handle the case the specified
2303 column number is <= 0.
2304
2305 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2306
2307 * startup.el (command-line-1): Add support for +LINE:COLUMN
2308 command line argument.
2309
2310 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2311
2312 * server.el (server-process-filter, server-visit-files):
2313 Add support for +LINE:COLUMN style emacsclient calls.
2314
2315 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2316
2317 * emacs-lisp/easy-mmode.el: Add Keywords header.
2318
2319 * play/pong.el: Author has new address.
2320
2321 * play/landmark.el: Author is no more reachable.
2322
2323 * play/handwrite.el: Author is no more reachable.
2324
2325 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2326
2327 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2328 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2329 Complete bindings for F<1..12> keys.
2330 (global-map): Remove `undo' binding (already in the default).
2331 Replace `t<n>' bindings with `f<n>' bindings.
2332
2333 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2334
2335 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2336 (tcl-mode): Use tcl-add-log-defun.
2337 (tcl-indent-line): Use tcl-calculate-indent.
2338 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2339 (tcl-indent-exp): Renamed from indent-tcl-exp.
2340 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2341 (tcl-indent-for-comment): Call comment-indent-function properly
2342 and handle the case where it returns nil.
2343
2344 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2345
2346 * calendar/cal-islam.el (calendar-goto-islamic-date):
2347 Remove autoload cookie.
2348
2349 * calendar/calendar.el (calendar-goto-islamic-date):
2350 Add call to autoload.
2351
2352 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2353
2354 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2355 Don't change compile-auto-highlight globally.
2356 Don't bother with `font-lock-defaults' property since XEmacs
2357 also understands the `font-lock-defaults' variable.
2358 Use make-local-variable rather than make-variable-buffer-local.
2359 Don't `defconst' comment-indent-function: keep the default.
2360 Call easy-menu-add unconditionally.
2361 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2362 (ada-create-menu): Use :included for Emacs as well.
2363
2364 * vc.el (vc-do-command): Autoload.
2365
2366 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2367
2368 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2369
2370 * ps-print.el: Fix Author: header.
2371
2372 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2373
2374 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2375 mouse-1 etc., bind them to `ignore'.
2376
2377 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2378 send-invisible, which is already defined in Comint.
2379 (eshell-watch-for-password-prompt): Use it.
2380
2381 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2382
2383 * which-func.el (which-func-mode): Doc fix.
2384
2385 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
2386 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2387 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2388 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2389 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2390 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2391 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2392 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2393 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2394 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2395 * emulation/edt-mapper.el, emulation/edt-pc.el,
2396 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2397 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2398 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2399 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2400 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2401 * international/isearch-x.el, international/iso-cvt.el,
2402 * international/ogonek.el, international/quail.el,
2403 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2404 * language/devanagari.el, language/ethio-util.el,
2405 * language/ethiopic.el, language/european.el, language/indian.el,
2406 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2407 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2408 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2409 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2410 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2411 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2412 * progmodes/autoconf.el, progmodes/cmacexp.el,
2413 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2414 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2415 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2416 * progmodes/ebnf2ps.el, progmodes/executable.el,
2417 * progmodes/fortran.el, progmodes/idlw-shell.el,
2418 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2419 * progmodes/m4-mode.el, progmodes/mantemp.el,
2420 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2421 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2422 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2423 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2424 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2425 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2426 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2427 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2428 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2429 * textmodes/two-column.el, time-stamp.el, timezone.el,
2430 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2431 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2432 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
2433 conventions.
2434
2435 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2436
2437 * simple.el (set-variable): Require 'cus-edit' instead of
2438 `wid-edit', so that the Custom widgets get defined.
2439
2440 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2441
2442 * allout.el: A fix to follow coding conventions.
2443
2444 * find-lisp.el: A fix to follow coding conventions.
2445
2446 * term/w32-win.el: A fix to follow coding conventions.
2447
2448 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2449
2450 * term/xterm.el: A fix to follow coding conventions.
2451
2452 * term/news.el: A fix to follow coding conventions.
2453
2454 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2455 header line fixed.
2456
2457 * sun-curs.el: Fix Maintainer: header line.
2458
2459 * emacs-lisp/easymenu.el: Address of the author added.
2460
2461 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2462
2463 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2464 property.
2465
2466 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2467
2468 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
2469 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
2470 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2471 Some fixes to follow coding conventions.
2472
2473 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2474
2475 * which-func.el (which-func-mode): Doc fix.
2476
2477 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2478
2479 * net/rcompile.el (remote-compile): Use make-local-variable.
2480
2481 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2482
2483 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2484
2485 * mail/reporter.el (reporter-submit-bug-report):
2486 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2487
2488 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2489
2490 * calendar/cal-china.el, calendar/cal-coptic.el,
2491 * calendar/cal-dst.el, calendar/cal-french.el,
2492 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2493 * calendar/cal-iso.el, calendar/cal-julian.el,
2494 * calendar/cal-mayan.el, calendar/cal-persia.el,
2495 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2496 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2497 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2498 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2499 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2500 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2501 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2502 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2503 * progmodes/ada-xref.el, progmodes/cc-align.el,
2504 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2505 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2506 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2507 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2508 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2509 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2510 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2511 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2512 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2513 * textmodes/reftex.el: Some fixes to follow coding
2514 conventions in Eshell files with known maintainers.
2515
2516 * emulation/viper.el: A fix to follow coding conventions.
2517
2518 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
2519 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2520 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2521 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2522 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2523 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2524 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2525 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2526 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2527 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
2528 conventions in Eshell files.
2529
2530 * composite.el, diff.el, emacs-lisp/levents.el,
2531 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2532 * emulation/pc-mode.el, emulation/viper-cmd.el,
2533 * emulation/viper-ex.el, emulation/viper-init.el,
2534 * emulation/viper-keym.el, emulation/viper-macs.el,
2535 * emulation/viper-mous.el, emulation/viper-util.el,
2536 * emulation/viper.el, forms-pass.el, international/ccl.el,
2537 * international/characters.el, international/encoded-kb.el,
2538 * international/fontset.el, international/ja-dic-cnv.el,
2539 * international/ja-dic-utl.el, international/kinsoku.el,
2540 * international/kkc.el, international/mule-cmds.el,
2541 * international/mule-diag.el, international/mule-util.el,
2542 * international/mule.el, international/titdic-cnv.el,
2543 * language/china-util.el, language/chinese.el,
2544 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2545 * language/greek.el, language/hebrew.el, language/japan-util.el,
2546 * language/japanese.el, language/korea-util.el, language/korean.el,
2547 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2548 * language/slovak.el, language/thai-util.el, language/thai.el,
2549 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2550 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2551 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2552 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2553 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2554 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2555 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2556 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2557 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2558 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
2559 to follow coding conventions in files without maintainer or in files
2560 with clear maintainer (but without Maintainer header stating so).
2561
2562 * emacs-lisp/elp.el: A fix to follow coding conventions.
2563
2564 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
2565 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2566 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2567 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2568 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2569 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2570 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2571 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2572 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2573 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2574 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2575 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
2576 conventions in files from Gnus.
2577
2578 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
2579 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2580 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2581 * echistory.el, electric.el, emacs-lisp/authors.el,
2582 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2583 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2584 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2585 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2586 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2587 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2588 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2589 * international/codepage.el, international/iso-ascii.el,
2590 * international/iso-insert.el, international/iso-transl.el,
2591 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2592 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2593 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2594 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2595 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2596 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2597 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2598 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2599 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2600 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2601 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2602 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2603 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2604 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2605 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2606 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2607 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2608 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2609 * textmodes/tex-mode.el, textmodes/text-mode.el,
2610 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2611 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2612 * vt100-led.el, window.el: Some fixes to follow coding conventions in
2613 files maintained by FSF.
2614
2615 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2616
2617 * arc-mode.el: A fix to follow coding conventions.
2618
2619 * bindings.el: Ditto.
2620
2621 * cdl.el: Ditto.
2622
2623 * comint.el: Ditto.
2624
2625 * cus-start.el: Ditto.
2626
2627 * shell.el: Ditto.
2628
2629 * skeleton.el: Ditto.
2630
2631 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2632
2633 * info.el (Info-build-node-completions):
2634 Make Info-current-file-completions buffer local.
2635
2636 2001-07-13 Gerd Moellmann <gerd@gnu.org>
2637
2638 * which-func.el (which-func-mode, which-func-ff-hook)
2639 (which-function-mode): Remove references to which-func-mode-global.
2640
2641 * calendar/cal-islam.el (calendar-goto-islamic-date):
2642 Add autoload cookie.
2643
2644 * play/fortune.el: Add types to defcustoms.
2645
2646 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2647
2648 * language/czech.el: A fix to follow coding conventions.
2649
2650 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2651
2652 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2653 to the extension list, for antlr-mode. From Christoph Wedler
2654 <Christoph.Wedler@sap.com>.
2655
2656 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2657
2658 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2659 (vc-dired-mode-map): Fix the madness.
2660
2661 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2662 (vc-prefix-map): Moved back from vc.el.
2663
2664 2001-07-11 Gerd Moellmann <gerd@gnu.org>
2665
2666 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2667 Increase the size of the obarray.
2668 (mail-extr-all-top-level-domains): Add more toplevel domains,
2669 add more long names.
2670 From: Per Starback <starback@ling.uu.se>.
2671
2672 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2673
2674 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2675 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2676
2677 * progmodes/ada-mode.el: Ditto.
2678
2679 * progmodes/ada-xref.el: Ditto.
2680
2681 2001-07-11 Miles Bader <miles@gnu.org>
2682
2683 * finder.el (finder-insert-at-column): Also move to the next line
2684 if exactly at COLUMN.
2685
2686 2001-07-10 Gerd Moellmann <gerd@gnu.org>
2687
2688 * help.el (describe-function-1): When printing FUNCTION's
2689 documentation, don't assume FUNCTION is a symbol.
2690
2691 * startup.el (normal-top-level): Don't operate on the initial
2692 frame if we failed to create one.
2693
2694 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2695
2696 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2697 itself, i.e. only indent the contents in it.
2698
2699 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
2700
2701 * mail/rmail.el (rmail-show-message): Show beginning of message in
2702 all windows containing it.
2703
2704 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2705
2706 * term/tty-colors.el: Fix the header line and copyright years.
2707
2708 2001-07-09 Gerd Moellmann <gerd@gnu.org>
2709
2710 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2711 original definition has an interactive form, but is Elp
2712 instrumented, use the interactive form of the function called by
2713 elp-wrapper.
2714
2715 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2716 configurations with compare-window-configuration; they aren't
2717 window configurations.
2718
2719 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2720 from the server for the format we expect. Don't use it if it
2721 doesn't look like what the Internet draft for FTP extensions specifies.
2722
2723 * toolbar/*.pbm: Cleaned up.
2724 From Luis Fernandes <elf@ee.ryerson.ca>.
2725
2726 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2727
2728 * cc-cmds.el: Extended the kludge to interoperate with the
2729 delsel and pending-del packages wrt to the new function
2730 `c-electric-delete-forward'.
2731
2732 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2733
2734 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2735 to delay the call to <mode> for global minor modes.
2736 (easy-mmode-define-navigation): Only recenter if interactive.
2737
2738 2001-07-06 Gerd Moellmann <gerd@gnu.org>
2739
2740 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2741 to lisp-indent-line.
2742
2743 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2744 from the server. Call encode-time only when we are sure that we
2745 got a 213 response.
2746
2747 2001-07-06 Simon Josefsson <jas@extundo.com>
2748
2749 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2750 (mail-envelope-from): New user option.
2751 (sendmail-send-it): Use it.
2752
2753 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2754
2755 * ps-print.el: Use locale dependant date to print date in header.
2756 Doc fix.
2757 (ps-print-version): New version number (6.5.3).
2758 (ps-right-header, ps-right-footer): Initialization and doc fix.
2759 (ps-time-stamp-locale-default): New fun.
2760
2761 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2762
2763 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2764 field problem with MIME-mode.
2765
2766 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2767
2768 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2769
2770 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2771 MIME-mode.
2772
2773 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2774
2775 * bindings.el (mode-line-mule-info): Don't show the tip with
2776 buffer-file-coding-system if that is nil.
2777
2778 2001-07-05 Gerd Moellmann <gerd@gnu.org>
2779
2780 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2781 instead of kill-line.
2782
2783 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2784 <Pavel@Janik.cz>.
2785
2786 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2787 <Pavel@Janik.cz>.
2788
2789 2001-07-04 Gerd Moellmann <gerd@gnu.org>
2790
2791 * font-lock.el (c-font-lock-keywords-3): When matching something
2792 like `struct X Y', finish with point after Y.
2793
2794 2001-07-04 Simon Josefsson <jas@extundo.com>
2795
2796 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
2797 in caller buffer.
2798
2799 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2800
2801 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
2802 instead of string-match to find the basename of the file.
2803 From Pascal Obry <p.obry@wanadoo.fr>.
2804
2805 * net/browse-url.el (browse-url-default-windows-browser):
2806 Support the MS-DOS port when it runs on Windows.
2807 (browse-url-browser-function) [ms-dos]: Default to
2808 browse-url-default-windows-browser.
2809
2810 * help.el (locate-library): Enable code that looks for compressed
2811 libraries if auto-compression-mode is on.
2812
2813 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2814
2815 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2816
2817 2001-07-02 Gerd Moellmann <gerd@gnu.org>
2818
2819 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
2820
2821 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2822
2823 * allout.el: Fix the header line, so that finder.el recognizes it.
2824 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2825
2826 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2827 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2828
2829 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2830
2831 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
2832
2833 * ps-bdf.el (bdf-directory-list): Use the value relative to
2834 installation-directory for MS-Windows as well.
2835
2836 2001-06-29 Richard M. Stallman <rms@gnu.org>
2837
2838 * wid-edit.el (widget-color-sample-face-get):
2839 Return ((foreground-color . COLOR)) instead of constructing a face.
2840
2841 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2842
2843 * faces.el (region): Change the background color for the
2844 light-background color display to lightgoldenrod2, to make it
2845 visible on some laptops.
2846
2847 2001-06-28 Richard M. Stallman <rms@gnu.org>
2848
2849 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2850 (rmail-msg-restore-non-pruned-header): Likewise.
2851 If point was in the old pruned header, put it at the top.
2852 (rmail-msg-prune-header): If point was at the top, keep it there.
2853
2854 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2855 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2856
2857 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2858
2859 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2860
2861 2001-06-28 Karl Fogel <kfogel@red-bean.com>
2862
2863 * saveplace.el: Update maintainer email address.
2864
2865 2001-06-27 Francesco Potorti` <pot@gnu.org>
2866
2867 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2868 Undo previous change.
2869
2870 2001-06-27 Francesco Potorti` <pot@gnu.org>
2871
2872 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2873 preliminary quick reordering. Can speed things up dramatically.
2874
2875 2001-06-26 Richard M. Stallman <rms@gnu.org>
2876
2877 * dired.el (dired-get-filename): A file name starting with ~
2878 is not absolute in this context.
2879
2880 * which-func.el (which-func-maxout): Increase default to 500000.
2881 (which-function-mode): This is now the "real" name of the function.
2882 (which-func-mode): Now an alias.
2883 (which-func-mode-global): Name deleted.
2884
2885 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2886 button-2, when binding hs-mouse-toggle-hiding.
2887
2888 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2889
2890 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
2891 (rmail-msg-prune-header): Likewise.
2892 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2893 and `rmail-msg-prune-header'.
2894
2895 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2896
2897 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2898 back than LINEBEG.
2899
2900 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2901
2902 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2903 window where they clicked the mouse has a header line, adjust
2904 vertical movement by one.
2905
2906 2001-06-25 Milan Zamazal <pdm@zamazal.org>
2907
2908 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2909 too when separating a parenthesis.
2910
2911 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2912
2913 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2914 (bookmark-bmenu-hide-filenames): Add help-echo to
2915 mouse-highlighted text.
2916 (bookmark-bmenu-show-filenames): Remove help-echo property from
2917 the whitespace.
2918
2919 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2920
2921 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2922 From Karl Eichwalder <ke@suse.de>.
2923
2924 2001-06-23 Richard M. Stallman <rms@gnu.org>
2925
2926 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2927
2928 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2929 contents for completing-read.
2930
2931 2001-06-22 Richard M. Stallman <rms@gnu.org>
2932
2933 * menu-bar.el (menu-bar-make-toggle): Construct the
2934 function's doc string from HELP, not DOC, and make it accurate by
2935 adding "Toggle whether to " at the front and downcasing the initial.
2936 Change the HELP arg in some calls to make it fit this usage.
2937
2938 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2939 Undo previous change.
2940
2941 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2942
2943 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2944
2945 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
2946
2947 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2948
2949 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2950
2951 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2952
2953 2001-06-20 Richard M. Stallman <rms@gnu.org>
2954
2955 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2956 broken out from dabbrev--find-expansion. Handle minibuffer
2957 specially here.
2958 (dabbrev--find-expansion): Simplify code in various ways.
2959 Don't treat minibuffers specially.
2960 Call dabbrev--make-friend-buffer-list.
2961 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
2962 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2963
2964 2001-06-19 John Wiegley <johnw@gnu.org>
2965
2966 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2967 Also, added a comment describing how to greatly speedup Eshell
2968 loadup time, by concatenating together all of Eshell's .elc files.
2969
2970 2001-06-19 John Wiegley <johnw@gnu.org>
2971
2972 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2973
2974 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2975
2976 * woman.el (WoMan-highlight-references): Add help-echo to
2977 mouse-highlighted text.
2978
2979 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2980
2981 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2982
2983 2001-06-18 Gerd Moellmann <gerd@gnu.org>
2984
2985 * international/quail.el (quail-start-conversion):
2986 Reset quail-translating to nil.
2987
2988 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2989 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2990
2991 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2992
2993 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2994 mouse-highlighted text.
2995
2996 * dired.el (dired-mark-pop-up): Fix last change.
2997
2998 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2999
3000 * calendar/calendar.el (generate-calendar-month): Add help-echo to
3001 mouse-highlighted text.
3002
3003 * net/quickurl.el (quickurl-url-file): Run through
3004 convert-standard-filename.
3005 (quickurl-list-populate-buffer): Add help-echo to
3006 mouse-highlighted text.
3007 (top-level): Update Dave's URL.
3008
3009 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
3010 mouse-highlighted text.
3011
3012 * textmodes/page-ext.el (pages-copy-header-and-position):
3013 Add help-echo to mouse-highlighted text.
3014
3015 * tar-mode.el (tar-header-block-summarize): Add help-echo to
3016 mouse-highlighted text.
3017
3018 * replace.el (occur): Add help-echo to mouse-highlighted text.
3019
3020 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
3021 mouse-highlighted text.
3022
3023 * progmodes/cpp.el (cpp-make-button): Add help-echo to
3024 mouse-highlighted text.
3025
3026 * progmodes/compile.el (compile-reinitialize-errors):
3027 Add help-echo to mouse-highlighted messages.
3028 (compilation-forget-errors): Remove help-echo property as well.
3029
3030 * play/landmark.el (lm-plot-square, lm-init-display):
3031 Add help-echo to mouse-highlighted text.
3032
3033 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
3034 Add help-echo to mouse-highlighted text.
3035
3036 * dired.el (dired-insert-set-properties): Add help-echo to
3037 mouse-highlighted text.
3038 (dired-mark-pop-up): Remove help-echo property from the file name.
3039
3040 * comint.el (comint-send-input): Add help-echo to
3041 mouse-highlighted text.
3042
3043 * buff-menu.el (list-buffers-noselect): Add help-echo to
3044 mouse-highlighted text.
3045
3046 * arc-mode.el (archive-summarize-files): Add help-echo to
3047 mouse-highlighted text.
3048
3049 * ffap.el (ffap-machine-p): Always return nil if
3050 open-network-stream is not fboundp.
3051
3052 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
3053
3054 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
3055 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
3056 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
3057 incorrectly binding chars between 128 and 256 to it.
3058 (sgml-maybe-name-self): Handle latin-1 chars properly.
3059 (sgml-tags-invisible): Bind buffer-file-name to nil.
3060 Use unwind-protect and restore-buffer-modified-p.
3061 (sgml-point-entered): Use buffer-substring-no-properties.
3062 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
3063 (html-mode): Don't force `imenu-sort-function'.
3064
3065 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3066
3067 * tar-mode.el: Fix the copyright notice.
3068
3069 * font-lock.el (font-lock-comment-face): For tty's with dark
3070 background, use "red1", since "lightred" is not one of the colors
3071 recognized by tty-colors.el.
3072
3073 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
3074 create a buffer for extracted file, in case there's more than one
3075 file by that name in an archive, possibly in different
3076 directories. From Kevin Rodgers <kevinr@ihs.com>.
3077
3078 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
3079 <alex@gnu.org>.
3080
3081 2001-06-15 Miles Bader <miles@gnu.org>
3082
3083 * textmodes/texinfmt.el (texinfo-format-syntax-table):
3084 Revert previous change.
3085
3086 2001-06-14 Richard M. Stallman <rms@gnu.org>
3087
3088 * replace.el (keep-lines-read-args): Return just a regexp.
3089 Provide nil for the region args.
3090 (keep-lines, flush-lines, how-many):
3091 Calculate the defaults for the region here, when args are nil.
3092
3093 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3094
3095 * rot13.el (rot13-other-window): Some more doc fix.
3096
3097 2001-06-14 Per Starback <starback@ling.uu.se>
3098
3099 * replace.el (case-replace, query-replace-from-history-variable)
3100 (query-replace-to-history-variable, keep-lines-read-args)
3101 (occur-revert-function, query-replace-help): Dox fix.
3102
3103 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3104
3105 * rot13.el (rot13-other-window): Doc fix.
3106
3107 2001-06-14 Miles Bader <miles@gnu.org>
3108
3109 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
3110 of " and \ to "." (punctuation).
3111 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
3112
3113 2001-06-13 Richard M. Stallman <rms@gnu.org>
3114
3115 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
3116
3117 * simple.el (shell-command-on-region): Never kill the
3118 *Shell Command Output* buffer.
3119
3120 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
3121
3122 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3123
3124 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3125
3126 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3127 New var, to recognize ${ $' and PODs.
3128 (perl-font-lock-syntactic-face-function): New function.
3129 (perl-mode): Use them.
3130 (perl-continuation-line-p): New function, from perl-calculate-indent.
3131 (perl-calculate-indent): Use it, to properly handle continuation
3132 lines of continuation lines.
3133
3134 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3135
3136 * server.el (server-process, server-buffer-clients): Doc fix.
3137 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3138
3139 2001-06-09 John Wiegley <johnw@gnu.org>
3140
3141 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3142 test if the last command was Lisp or not.
3143 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3144 B x C".
3145
3146 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3147
3148 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3149 general one on compile.el supports drive letters.
3150
3151 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3152
3153 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
3154 key description.
3155
3156 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3157
3158 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
3159 (reftex-toc-jump): New command.
3160
3161 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
3162 to parse international characters as well.
3163
3164 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
3165 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
3166
3167 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3168
3169 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
3170 TAB to the key separators.
3171
3172 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3173
3174 * international/mule.el (auto-coding-alist): Remove redundant
3175 up-cased versions of the extensions (auto-coding-alist-lookup is
3176 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3177 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3178
3179 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3180
3181 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3182
3183 2001-06-01 Richard M. Stallman <rms@gnu.org>
3184
3185 * help.el (describe-variable): Put value on same line
3186 with preceding text, if it is short enough to look good that way.
3187
3188 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3189
3190 * term/internal.el (IT-unicode-translations): New variable.
3191 (IT-setup-unicode-display): New function.
3192
3193 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3194
3195 * ps-print.el: Handle before-string and after-string overlay properties
3196 in ps-print-*-with-faces commands. Doc fix.
3197 (ps-print-version): New version number (6.5.2).
3198 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3199 for XEmacs.
3200 (ps-prefix-quote): Doc fix.
3201 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
3202 (ps-basic-plot-str, ps-plot-string): New funs.
3203
3204 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3205
3206 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3207 and :type spec.
3208
3209 2001-05-31 Gerd Moellmann <gerd@gnu.org>
3210
3211 * international/mule-cmds.el (inactivate-input-method):
3212 Set input-method-function to nil.
3213
3214 * xml.el (xml-parse-tag): The document may contain invalid characters.
3215 From ShengHuo ZHU <zsh@cs.rochester.edu>
3216
3217 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3218
3219 * mail/rmailsum.el (rmail-message-subject-p): Don't call
3220 `rmail-summary-line-decoder' if the message does not have
3221 a Subject: field.
3222
3223 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
3224
3225 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3226 New variable.
3227 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3228 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3229 is non-nil.
3230
3231 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3232
3233 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3234
3235 2001-05-29 Sam Steingold <sds@gnu.org>
3236
3237 * faces.el (face-valid-attribute-values): Bind `valid' directly
3238 instead of using `setq'.
3239
3240 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3241 Use `tex-shell-buf'.
3242 (tex-shell-proc): Use `tex-shell-running'.
3243 (tex-shell-buf-no-error): New function.
3244 (tex-send-tex-command): Use it.
3245 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3246 (tex-kill-job): Check the process before calling `quit-process'.
3247
3248 2001-05-29 Gerd Moellmann <gerd@gnu.org>
3249
3250 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3251 UTF-8 sequences.
3252
3253 2001-05-28 Miles Bader <miles@gnu.org>
3254
3255 * comint.el (comint-carriage-motion): Renamed from
3256 `comint-cr-magic'. Operate on the buffer instead of the string
3257 (for use as a comint post-output filter, instead of as a
3258 pre-output filter). Handle backspaces too. Add to the
3259 `comint-output-filter-functions' hook instead of
3260 `comint-preoutput-filter-functions'.
3261
3262 2001-05-28 Gerd Moellmann <gerd@gnu.org>
3263
3264 * language/japan-util.el (japanese-hankaku): Prefer the charset
3265 `jisx0201' when the optional argument `ascii-only' is not specified.
3266 (japanese-hankaku-region): Ditto.
3267 From Katsumi Yamaoka <yamaoka@jpl.org>
3268
3269 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3270
3271 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3272 (outline-invisible-p): New function.
3273 (hide-leaves): Save excursion.
3274 (hide-other): Stop looping when reaching bobp.
3275
3276 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3277
3278 * cus-edit.el (custom-file): Fix last change.
3279
3280 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3281
3282 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3283 same definition in byte-compile-function-environment as `autoload'
3284 would put in `symbol-function'.
3285
3286 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3287 patch to correct the error message as well.
3288
3289 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3290
3291 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3292 unless ~/.emacs exists.
3293
3294 * novice.el (enable-command): If user-init-file is nil or does not
3295 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3296
3297 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3298
3299 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3300 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3301 Allow spaces around macro arguments.
3302 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3303 indent-for-tab-command.
3304 (latex-mode-map, plain-tex-mode-map): New keymaps.
3305 Inherit from tex-mode-map.
3306 (tex-common-initialization): Don't setup the keymap any more
3307 since it's now done right by define-derived-mode.
3308 (latex-mode): Set skeleton-end-hook to nil.
3309 (latex-skeleton-end-hook): Remove.
3310 (tex-latex-block, latex-insert-item): Simplify.
3311 (latex-syntax-after): Use following-char rather than char-after.
3312 (tex-discount-args-cmds, tex-count-words): New functions.
3313
3314 * textmodes/tildify.el (tildify-ignored-environments-alist):
3315 Recognize \verb* as well.
3316
3317 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3318 (perl-comment-indent): Simplify to let newcomment.el do its job.
3319 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3320 (perl-mark-function): Cleanup the namespace.
3321 (perl-calculate-indent): Don't be fooled by nested functions.
3322
3323 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3324
3325 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3326 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3327
3328 2001-05-25 Andrew Choi <akochoi@i-cable.com>
3329
3330 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3331 actually be `\\'.
3332 (ctlau-b5-converter): Likewise.
3333
3334 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3335
3336 * international/titdic-cnv.el (quail-misc-package-ext-info):
3337 Change CTLauB.el to CTLau-b5.el.
3338
3339 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3340
3341 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3342 rather than beginning-of-line to avoid problems with fields.
3343 (gud-perldb-massage-args): Use unless and push.
3344 (gud-chdir-before-run): New var.
3345 (gud-common-init): Use it.
3346
3347 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3348
3349 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3350 delete entries for chinese-ctlau and chinese-ctlaub.
3351 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
3352 chinese-ctlaub.
3353 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3354 New functions.
3355
3356 2001-05-22 Gerd Moellmann <gerd@gnu.org>
3357
3358 * cus-edit.el (custom-comment-show): Remove debug code.
3359
3360 * language/japan-util.el (japanese-symbol-table): Fix handling of
3361 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3362
3363 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3364
3365 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3366 Renamed by removing the silly `-flag' suffix.
3367 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3368
3369 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3370
3371 * replace.el (keep-lines-read-args): Use `copy-marker'.
3372 (how-many): Save excursion properly.
3373 (occur-mode): Use define-derived-mode.
3374 (perform-replace): Use with-current-buffer.
3375
3376 2001-05-20 Richard M. Stallman <rms@gnu.org>
3377
3378 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3379
3380 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3381
3382 * info.el (Info-read-subfile): Widen before finding the
3383 desired node in the subfile.
3384
3385 * startup.el (command-line-1): When >2 files visited,
3386 leave the last one visible, and make that the selected window.
3387
3388 2001-05-20 Gerd Moellmann <gerd@gnu.org>
3389
3390 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3391
3392 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3393
3394 * international/ccl.el (define-ccl-program): Fix a typo.
3395 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3396
3397 * international/mule.el (decode-char): Fix a typo. From Pavel
3398 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3399
3400 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3401 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3402
3403 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3404 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3405
3406 2001-05-18 Sam Steingold <sds@gnu.org>
3407
3408 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
3409 and [RET] to `cvs-mode-find-file'.
3410
3411 2001-05-18 John Wiegley <johnw@gnu.org>
3412
3413 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3414 configuration variable, which determines the initial character
3415 that forces use of an external version of a command. The default
3416 is *, but may be set to \, for example.
3417
3418 * eshell/esh-ext.el (eshell-explicit-command):
3419 Use `eshell-explicit-command-char' instead of ?*.
3420
3421 * eshell/esh-cmd.el (eshell/which):
3422 Use `eshell-explicit-command-char' instead of ?*.
3423
3424 * eshell/em-cmpl.el (eshell-completion-command-name)
3425 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
3426 instead of ?*.
3427
3428 2001-05-18 Gerd Moellmann <gerd@gnu.org>
3429
3430 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3431 subst-char-in-string.
3432 (ange-ftp-after-parse-ls-hook): New variable.
3433 (ange-ftp-ls): Run that hook.
3434 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3435
3436 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3437 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3438 text into *Completions*.
3439
3440 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3441 part of which look like email addresses.
3442
3443 2001-05-18 Andrew Innes <andrewi@gnu.org>
3444
3445 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3446 Use . instead of absolute path for lisp dir, to avoid bug in W2K
3447 cmd.exe's handling of FOR loops.
3448 (autoloads): Set find-file-suppress-same-file-warnings to t to
3449 avoid slew of spurious messages.
3450
3451 2001-05-18 Simon Josefsson <simon@josefsson.org>
3452
3453 * mail/smtpmail.el (maybe-append-domain): Renamed to
3454 `smtpmail-maybe-append-domain'.
3455 (smtpmail-via-smtp): Use the new name.
3456
3457 * net/browse-url.el (browse-url-browser-function): Add kde.
3458 (browse-url-kde-program, browse-url-kde-args): New variables.
3459 (browse-url-kde): New function.
3460
3461 2001-05-18 Miles Bader <miles@gnu.org>
3462
3463 * simple.el (delete-horizontal-space, just-one-space):
3464 Use `constrain-to-field' instead of `field-end'/`field-beginning',
3465 because it's more efficient for large files.
3466
3467 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3468
3469 * mail/rmail.el (rmail-require-mime-maybe): New function.
3470 (rmail): Use it.
3471 (rmail-mode): Handle the case of finding Rmail files.
3472
3473 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3474 functions.
3475
3476 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3477
3478 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3479 text-property after moving to the beginning of line and regardless
3480 of the value of font-lock-multiline.
3481
3482 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3483
3484 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3485
3486 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3487 last coding system used before calling set-buffer-modified-p
3488 because that function changes last-coding-system.
3489
3490 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3491
3492 * files.el (switch-to-buffer-other-window)
3493 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3494 the doc string.
3495
3496 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3497
3498 * language/slovak.el, language/czech.el: New maintainer.
3499
3500 2001-05-16 Sam Steingold <sds@gnu.org>
3501
3502 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
3503 sub-form of `defgeneric' correctly.
3504
3505 2001-05-16 Gerd Moellmann <gerd@gnu.org>
3506
3507 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3508 of `c'.
3509
3510 * textmodes/outline.el (outline-font-lock-level): Remove the
3511 condition-case, test what outline-level returns instead, to
3512 ease debugging.
3513
3514 * international/mule.el (auto-coding-regexp-alist): New user-option.
3515 (auto-coding-from-file-contents): New function.
3516 (set-auto-coding): Use it to determine a coding system.
3517
3518 2001-05-15 Gerd Moellmann <gerd@gnu.org>
3519
3520 * mouse.el (mouse-delete-other-windows): Doc fix.
3521
3522 * emacs-lisp/lisp-mode.el (lisp-mode):
3523 Make font-lock-keywords-case-fold-search a buffer-local variable with
3524 make-local-variable before setting it.
3525
3526 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3527
3528 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3529 prefixes.
3530
3531 2001-05-14 Gerd Moellmann <gerd@gnu.org>
3532
3533 * hexl.el (hexl-current-address): Print a message when called
3534 interactively.
3535
3536 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3537
3538 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3539
3540 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3541
3542 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3543
3544 2001-05-11 Gerd Moellmann <gerd@gnu.org>
3545
3546 * startup.el (command-line): If parameters have been changed in
3547 the init files which influence font selection, clear the face
3548 cache so that faces get realized with the new parameters.
3549
3550 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
3551
3552 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3553
3554 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3555
3556 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3557
3558 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3559 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3560
3561 2001-05-10 Gerd Moellmann <gerd@gnu.org>
3562
3563 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
3564 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
3565
3566 2001-05-09 John Wiegley <johnw@gnu.org>
3567
3568 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3569 Annotated the documentation string to tell users about
3570 `eshell-no-numeric-conversions'.
3571
3572 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3573 conversions if a Lisp function has the property
3574 `eshell-no-numeric-conversions' set to a non-nil value.
3575
3576 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3577 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3578 property `eshell-no-numeric-conversions' on the following
3579 functions (which all deal with filesystem entities, and never Lisp
3580 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3581 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3582 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3583 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3584 eshell/which, eshell/addpath.
3585
3586 2001-05-09 John Wiegley <johnw@gnu.org>
3587
3588 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3589 encountered as an argument, don't convert it right away, but tag
3590 the first character of the string with the text properties
3591 `number', which signifies to `eshell-lisp-command' that the
3592 argument should be passed through `string-to-number' if it is
3593 actually used in the call to a Lisp function.
3594
3595 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3596 function, convert any string arguments that have been tagged as
3597 "numbers", by calling string-to-number.
3598
3599 * eshell/esh-util.el (eshell-number-regexp): Now that number
3600 conversions only happen for Lisp function calls, the number regexp
3601 should now match all integer and floating point forms.
3602
3603 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3604 `eshell-continue-process', since they are both nonfunctional at
3605 the moment.
3606 (eshell-proc-initialize): Don't bind keys for
3607 `eshell-stop-process' or `eshell-continue-process'.
3608
3609 * eshell/em-unix.el (eshell-shuffle-files):
3610 Apply `directory-file-name' before calling `file-name-directory'.
3611
3612 * eshell/em-hist.el (eshell-add-to-history): Reference to
3613 `eshell-history-ring' needed to be `eshell-history-index'.
3614
3615 * calendar/timeclock.el (timeclock-find-discrep):
3616 Initialize `elapsed' to 0.
3617 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3618 it's still nil.
3619
3620 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3621
3622 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3623 (archive-mode): Use capitalize.
3624 (archive-unique-fname): Use make-temp-file.
3625
3626 2001-05-09 Gerd Moellmann <gerd@gnu.org>
3627
3628 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3629
3630 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3631
3632 * tar-mode.el (tar-extract): Pay attention to the value of
3633 coding-system-for-read, if it is non-nil.
3634
3635 * calendar/holidays.el (holidays): Add an autoload cookie.
3636 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3637
3638 2001-05-08 John Wiegley <johnw@gnu.org>
3639
3640 * calendar/timeclock.el (timeclock-workday-remaining):
3641 Changed logic for determining how much time is remaining.
3642 (timeclock-workday-elapsed): Don't accept a "relative" argument
3643 for the current day's elapsed time. What could that have meant?
3644 (timeclock-workday-elapsed-string): No "relative" argument anymore.
3645 (timeclock-when-to-leave): Changed logic, similarly to what was
3646 done for `timeclock-workday-remaining'.
3647 (timeclock-find-discrep): Removed "today-only" argument, which had
3648 no meaning. Fixed some more math problems. The function now
3649 returns a three member list: (TOTAL-TIME-DISCREPANCY
3650 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3651
3652 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3653
3654 * w32-fns.el (convert-standard-filename): Start replacing slashes
3655 from the beginning of the file name, not from where the last
3656 invalid character was. From "Andrew Maguire (SWW)"
3657 <Andrew.Maguire@Smallworld.co.uk>
3658
3659 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3660
3661 The following changes are to provide infrastructure for handling
3662 MIME messages to rmail. They don't affect the original behaviour
3663 if rmail-enable-mime is nil.
3664
3665 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3666 (rmail-search-mime-message-function)
3667 (rmail-search-mime-header-function): New variables.
3668 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3669 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3670 `rmail-view-buffer' is hidden.
3671 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3672 call rmai-show-mime-function.
3673 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3674 mode-line-process of rmail-view-buffer.
3675 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3676 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3677 buffer.
3678 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3679 set-buffer to the Rmail buffer.
3680 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3681 rmail-search-mime-header-function.
3682 (rmail-search-message): New function.
3683 (rmail-search): Call rmail-search-message to check if a message
3684 matches REGEXP, lastly update point after calling
3685 rmail-show-message.
3686 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3687 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
3688 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3689 header region, refer to rmail-msgref-vector while setting the
3690 current buffer to rmail-buffer temporarily.
3691 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3692 If rmail-enable-mime is non-nil, call
3693 rmail-insert-mime-forwarded-message-function instead of inserting
3694 forwarded message by itself.
3695
3696 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3697 Rmail buffer.
3698 (rmail-set-label, rmail-next-labeled-message): Likewise.
3699
3700 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3701 set-buffer to the Rmail buffer.
3702 (rmail-output-to-rmail-file): Likewise.
3703 (rmail-output): Likewise.
3704
3705 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3706 of mail-fetch-field by rmail-summary-line-decoder.
3707 (rmail-new-summary): Be sure to go to the Rmail buffer.
3708 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
3709 rmail-view-buffer to nil.
3710 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3711 rmail-view-buffer.
3712 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3713 rmail-buffer.
3714 (rmail-summary-scroll-msg-down): Likewise.
3715 (rmail-summary-beginning-of-message): Likewise.
3716 (rmail-summary-wipe): Likewise.
3717 (rmail-summary-toggle-header): Use save-window-excursion, not
3718 save-excursion. Update point in rmail-view-buffer, not in
3719 rmail-buffer.
3720 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3721 rmail-view-buffer, not rmail-buffer.
3722
3723 2001-05-07 Gerd Moellmann <gerd@gnu.org>
3724
3725 * cus-edit.el (custom-file): Signal an error if user-init-file is
3726 nil (running -q).
3727
3728 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3729
3730 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3731 Add :version.
3732
3733 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3734 New option.
3735 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3736 only if smtpmail-warn-about-unknown-extensions is set.
3737
3738 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3739 instead of rmail-sort-by-keywords.
3740
3741 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
3742 rmail-sort-by-keywords.
3743
3744 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3745 rmail-summary-sort-by-keywords. Doc fix.
3746 (rmail-summary-mode): Doc fix.
3747
3748 * mail/rmail.el (rmail-edit): New Custom group.
3749
3750 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3751 (rmail-edit-mode-hook): New user-option.
3752
3753 2001-05-05 Richard M. Stallman <rms@gnu.org>
3754
3755 * help.el (help-xref-symbol-regexp): Recognize "source of"
3756 and friends, meaning make a link to the source file.
3757 (help-make-xrefs): Handle "source of" and friends
3758 by constructing a link that visits the source file.
3759
3760 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3761
3762 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3763
3764 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3765 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3766 Renamed from perl-font-lock-keywords to avoid clashes.
3767 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3768 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3769 Updated correspondingly.
3770
3771 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3772 Typo `nonexistant' -> `nonexistent'.
3773
3774 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3775
3776 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3777 Split `c-electric-delete' into two functions where
3778 `c-electric-delete-forward' always deletes forward and
3779 `c-electric-delete' only contains the code necessary for XEmacs to
3780 choose between backward and forward deletion.
3781
3782 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3783 get the electric behavior on that key too.
3784 (c-fill-paragraph): Fixed bogus direct use of
3785 c-comment-prefix-regexp, which caused an error when it's a list.
3786
3787 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3788
3789 * dired-aux.el (dired-diff): Doc fix.
3790
3791 * dired.el (dired-diff): Likewise.
3792
3793 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3794
3795 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3796
3797 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3798
3799 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3800 if both the buffer and the file are read-only.
3801
3802 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3803 rather than font-lock-string-face.
3804 (sh-get-indent-info): Treat heredocs like strings.
3805
3806 2001-05-02 Gerd Moellmann <gerd@gnu.org>
3807
3808 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3809 a newline following `}'.
3810 (texinfo-format-email): New function.
3811 (toplevel): Use texinfo-format-email for @email.
3812 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3813 Add `display'.
3814 (texinfo-sort-region): Goto point-min before sorting.
3815 (texinfo-set): Remove leading white space from value.
3816 From yagi@is.titech.ac.jp.
3817
3818 * replace.el (query-replace-regexp-eval): Doc fix.
3819
3820 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3821
3822 * diff-mode.el (diff-nonexistant-face): New face.
3823 (diff-font-lock-keywords): Use it.
3824
3825 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3826
3827 * font-lock.el (font-lock-mode): Doc fix.
3828
3829 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3830 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3831
3832 2001-04-30 Gerd Moellmann <gerd@gnu.org>
3833
3834 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3835 backslash at the start of the here-document delimiter.
3836 (sh-font-lock-syntactic-keywords): Likewise.
3837
3838 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3839
3840 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3841
3842 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3843 (tty-color-translate, tty-color-by-index, tty-color-values)
3844 (tty-color-desc): Doc fix.
3845
3846 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3847
3848 * dired-aux.el (dired-do-create-files, dired-do-copy)
3849 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3850 Mention dired-dwim-target in the doc string.
3851
3852 2001-04-28 Miles Bader <miles@gnu.org>
3853
3854 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3855 (dabbrev--find-expansion): Use it.
3856 (dabbrev--select-buffers): Don't select ignored buffers.
3857
3858 2001-04-27 Gerd Moellmann <gerd@gnu.org>
3859
3860 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
3861
3862 2001-04-26 Richard M. Stallman <rms@gnu.org>
3863
3864 * dabbrev.el: Add doc strings for some functions.
3865 (dabbrev--eliminate-newlines): New variable.
3866 (dabbrev--substitute-expansion): Convert newlines to spaces
3867 if dabbrev--eliminate-newlines is set.
3868 If abbrev and expansion are both all-lower-case,
3869 leave dabbrev--last-case-pattern nil.
3870
3871 2001-04-26 Gerd Moellmann <gerd@gnu.org>
3872
3873 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3874 if necessary, like in rmail-show-message.
3875
3876 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3877
3878 * ps-print.el: Color specified by number is forced to be float number.
3879 (ps-print-version): New version number (6.5.1.1).
3880 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3881 initialization.
3882 (ps-prefix-quote): New internal var.
3883 (ps-print-quote): New fun.
3884 (ps-setup, ps-output-frame-properties, ps-float-format)
3885 (ps-format-color): Code fix.
3886 (ps-plot-region): Eliminate redundant foreground color text setting.
3887
3888 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3889
3890 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3891
3892 2001-04-25 Gerd Moellmann <gerd@gnu.org>
3893
3894 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3895
3896 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3897
3898 * info.el (Info-additional-directory-list): Doc fix.
3899
3900 * find-lisp.el (find-lisp-find-dired-filter)
3901 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3902 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
3903
3904 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3905
3906 * progmodes/make-mode.el (makefile-font-lock-keywords):
3907 Rationalize the rules for includes and conditionals and use the
3908 keyword face for them.
3909
3910 * faces.el (modify-face): Add compatibility for non-interactive use.
3911
3912 2001-04-24 John Wiegley <johnw@gnu.org>
3913
3914 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3915 fix from last night, since it wasn't finding eshell/cd.
3916
3917 2001-04-24 Gerd Moellmann <gerd@gnu.org>
3918
3919 * rect.el (string-rectangle): Revert to 20.x behaviour.
3920 (replace-rectangle): Make it an alias for string-rectangle.
3921 (string-insert-rectangle): New function.
3922
3923 2001-04-23 John Wiegley <johnw@gnu.org>
3924
3925 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3926 occurring with Emacs 21's diff.el/compile.el interaction layer.
3927
3928 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3929
3930 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3931 case where the function was defined in a file, but not part of an
3932 eshell module.
3933
3934 2001-04-23 John Wiegley <johnw@gnu.org>
3935
3936 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3937 code to work around a redisplay problem I've been having.
3938
3939 2001-04-23 John Wiegley <johnw@gnu.org>
3940
3941 * calendar/timeclock.el (timeclock-day-required): If the time
3942 required for a particular day is not set, use `timeclock-workday'.
3943 (timeclock-find-discrep): Added some sample code in a comment.
3944
3945 * eshell/eshell.el (eshell-command): Made a few changes so that
3946 `eshell-command' could be called programmatically.
3947
3948 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3949
3950 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3951
3952 2001-04-23 John Wiegley <johnw@gnu.org>
3953
3954 * calendar/timeclock.el: Updated copyright.
3955 (timeclock-generate-report): Don't report the daily or two-week
3956 total, if no time has been worked in that period.
3957 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3958 final computational form, which was unnecessary; corrected a
3959 parsing problem when timeclock-relative was nil.
3960
3961 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3962
3963 * calendar/timeclock.el (timeclock-modeline-display): Check if
3964 `list-entry' is null.
3965 (timeclock-use-display-time): The first argument to `set-variable'
3966 must be a symbol.
3967
3968 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3969
3970 * calendar/calendar.el (diary-entry-marker)
3971 (calendar-today-marker, calendar-holiday-marker):
3972 Use display-color-p instead of window-system.
3973 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3974 instead of window-system.
3975 (calendar-hide-window): Use display-multi-frame-p instead of
3976 window-system.
3977
3978 * calendar/cal-x.el (calendar-two-frame-setup)
3979 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3980 Use display-multi-frame-p instead of window-system.
3981
3982 2001-04-23 Gerd Moellmann <gerd@gnu.org>
3983
3984 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3985
3986 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3987 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3988
3989 2001-04-23 Alex Schroeder <alex@gnu.org>
3990
3991 * goto-addr.el: Instead of defining line-beginning-position and
3992 line-end-position a defalias is used for point-at-bol and point-at-eol.
3993
3994 2001-04-23 Alex Schroeder <alex@gnu.org>
3995
3996 * goto-addr.el: Added XEmacs compatibility code.
3997 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
3998
3999 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
4000
4001 * textmodes/paragraphs.el (sentence-end): Doc fix.
4002
4003 2001-04-20 Alex Schroeder <alex@gnu.org>
4004
4005 * sql.el (sql-escape-newlines-and-send): New function.
4006 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
4007
4008 2001-04-20 Alex Schroeder <alex@gnu.org>
4009
4010 * sql.el (sql-db2-program): New option.
4011 (sql-db2-options): New option.
4012 (sql-db2): New function.
4013
4014 2001-04-20 Alex Schroeder <alex@gnu.org>
4015
4016 * sql.el (sql-mode-menu): Added highlighting entries.
4017 (sql-highlight-oracle-keywords): New function.
4018 (sql-highlight-postgres-keywords): New function.
4019 (sql-highlight-ansi-keywords): New function.
4020
4021 2001-04-20 Alex Schroeder <alex@gnu.org>
4022
4023 * sql.el (sql-help): Doc change.
4024
4025 2001-04-19 Karl Fogel <kfogel@collab.net>
4026
4027 * saveplace.el (save-place-alist-to-file): Removed no-effect code
4028 that inserted file content only to delete it immediately.
4029 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
4030 <lektu@uol.com.br> for the patch.
4031
4032 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
4033
4034 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
4035
4036 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4037
4038 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
4039 for defmethod.
4040
4041 * comint.el (comint-cr-magic): New function.
4042 (toplevel): Add it to comint-preoutput-filter-functions.
4043
4044 2001-04-18 Andrew Innes <andrewi@gnu.org>
4045
4046 * makefile.w32-in (EMACSLOADPATH): Define.
4047 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
4048 (recompile): Remove stuff to set EMACSLOADPATH.
4049
4050 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4051
4052 * language/slovak.el ("Slovak"): Add tutorial entry.
4053
4054 * net/browse-url.el (browse-url-new-window-flag): Renamed from
4055 browse-url-new-window-p.
4056
4057 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4058
4059 * info.el (Info-menu-update): When there are no menus and/or no
4060 cross references in the node, make the respective items of the
4061 Info menu-bar menu inactive.
4062
4063 2001-04-17 Gerd Moellmann <gerd@gnu.org>
4064
4065 * indent.el (indent-for-tab-command): Call indent-line-function
4066 with no argument if PREFIX-ARG is non-nil.
4067
4068 * frame.el (delete-other-frames): Handle minibuffer-only frames.
4069
4070 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4071
4072 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
4073 an async subprocess if start-process is unavailable. Suggested by
4074 Tim Van Holder <tim.van.holder@pandora.be>.
4075
4076 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
4077
4078 * info.el (Info-additional-directory-list): Doc fix. Suggested by
4079 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4080
4081 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4082
4083 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
4084 manual.
4085
4086 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
4087
4088 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
4089 (cvs-menu): Add a few entries.
4090
4091 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
4092 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
4093 lock file appears to be reachable from Emacs.
4094 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
4095 (cvs-mode-find-file): Look for cvs-header-face rather than
4096 cvs-dirname-face (which doesn't exist).
4097 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
4098
4099 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
4100
4101 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
4102
4103 * emulation/pc-select.el (pc-selection-mode): Don't turn on
4104 normal-erase-is-backspace on a tty. Instead, bind some keys such
4105 as [delete] directly, like pc-select.el did before
4106 normal-erase-is-backspace was invented.
4107
4108 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
4109
4110 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
4111
4112 2001-04-11 John Wiegley <johnw@gnu.org>
4113
4114 * eshell/em-ls.el (eshell-ls-insert-directory):
4115 Set font-lock-defaults to nil, to prevent fontification in dired
4116 buffers, if Eshell's ls is being used.
4117
4118 2001-04-11 John Wiegley <johnw@gnu.org>
4119
4120 * calendar/timeclock.el (timeclock-completing-read): New function.
4121 (timeclock-ask-for-project, timeclock-ask-for-reason):
4122 Call `timeclock-completing-read'.
4123
4124 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4125 required where `member' was being used.
4126
4127 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
4128
4129 * eshell/em-hist.el (eshell-previous-matching-input):
4130 Don't display "History item" if the the minibuffer is active.
4131
4132 2001-04-11 Gerd Moellmann <gerd@gnu.org>
4133
4134 * startup.el (command-line): Output a newline after printing
4135 an error from loading the window system's init file.
4136
4137 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4138
4139 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4140 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
4141 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4142 keywords whose arguments routinely include @@.
4143
4144 2001-04-10 Gerd Moellmann <gerd@gnu.org>
4145
4146 * emacs-lisp/advice.el (ad-make-advised-definition):
4147 Construct advice for subrs differently.
4148
4149 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4150 regexp in parentheses when building the regexp for searching backwards.
4151
4152 * simple.el (completion-list-mode-finish): New function.
4153 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
4154
4155 * language/european.el ("Polish"): Change sample text.
4156 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
4157
4158 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4159 parameter.
4160
4161 * faces.el (menu): Doc fix.
4162
4163 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4164
4165 * ps-print.el: Footer implementation. Doc fix.
4166 (ps-print-version): New version number (6.5.1).
4167 (ps-header-frame-alist): New customization var for header frame
4168 properties.
4169 (ps-line-number-color): New customization var for line number color.
4170 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4171 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4172 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4173 (ps-right-footer): New customization vars for footers.
4174 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4175 footers.
4176 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
4177 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4178 Code fix.
4179 (ps-prologue-file): Indentation fix.
4180 (ps-print-quote): Fun eliminated.
4181 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4182 (ps-output-frame-properties): New fun.
4183 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4184 (ps-skip-newline): Replace defun by defsubst.
4185
4186 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
4187
4188 * eshell/eshell.el (eshell-command): Needed a "%s" format
4189 specifier, in case the buffer contains percent characters.
4190
4191 2001-04-10 John Wiegley <johnw@gnu.org>
4192
4193 * calendar/timeclock.el (timeclock-generate-report): Added a
4194 missing insert of the project name.
4195
4196 2001-04-09 Gerd Moellmann <gerd@gnu.org>
4197
4198 * obsolete/profile.el: Moved from emacs-lisp/.
4199
4200 * Makefile.in (nonobsolete_setwins): New macro.
4201 (finder-data): Use it instead of `setwins'.
4202 From: Dave Love <fx@gnu.org>.
4203
4204 * server.el (server-visit-files): Set server-existing-buffer correctly.
4205 (server-visit-files): Run server-visit-hook after going to
4206 line 1 so that the hook can set point as it sees fit.
4207
4208 * bindings.el (mode-line-modified): Unify help messages.
4209
4210 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4211
4212 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4213 All callers changed.
4214
4215 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4216
4217 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4218 long file names aren't supported, truncate the file names in
4219 quail-misc-package-ext-info to 8+3 before matching them against
4220 FILENAME.
4221
4222 * dos-fns.el (dos-truncate-to-8+3): New function.
4223
4224 * progmodes/compile.el (grep-compute-defaults): Use null-device
4225 instead of literal /dev/null. Reported by Jens Schmidt
4226 <schmidt@mathematik.uni-kl.de>.
4227
4228 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4229
4230 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4231
4232 * textmodes/sgml-mode.el: Add unknown maintainer.
4233 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4234 (html-mode-map): Use set-keymap-parent.
4235
4236 2001-04-06 Dave Love <fx@gnu.org>
4237
4238 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4239 Remove redundant string-to-list.
4240
4241 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4242
4243 * composite.el (reference-point-alist): Doc fix.
4244
4245 2001-04-05 Sam Steingold <sds@gnu.org>
4246
4247 * font-lock.el (font-lock-keywords-case-fold-search):
4248 Make buffer-local. This fixes a very annoying bug when loading a Lisp
4249 file made font-lock case-insensitive.
4250
4251 2001-04-05 Gerd Moellmann <gerd@gnu.org>
4252
4253 * faces.el (defface menu): Doc fix.
4254
4255 * wid-edit.el (widget-color-sample-face-get): Don't make
4256 faces for undefined colors.
4257
4258 * version.el (emacs-version): Include LessTif/Motif version info.
4259
4260 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4261
4262 * ps-mule.el: Eliminate cl package dependence.
4263 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4264 if they aren't defined yet.
4265 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4266 Eliminate cl package dependence.
4267
4268 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4269
4270 * progmodes/cc-cmds.el (c-outline-level):
4271 Bind buffer-invisibility-spec. Originally from Dave Love, but
4272 got lost when incorporating version 5.26.
4273
4274 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4275
4276 * emulation/pc-select.el (pc-selection-mode):
4277 Call normal-erase-is-backspace-mode instead of binding
4278 keys individually.
4279
4280 * cus-load.el (normal-erase-is-backspace): Use it instead of
4281 delete-key-deletes-forward.
4282
4283 * startup.el (command-line): Use normal-erase-is-backspace and
4284 normal-erase-is-backspace-mode.
4285
4286 * simple.el (normal-erase-is-backspace): Rename from
4287 delete-key-deletes-forward. Doc fix.
4288 (normal-erase-is-backspace-mode): Rename from
4289 delete-key-deletes-forward-mode. Doc fix.
4290 Run normal-erase-is-backspace-hook.
4291
4292 * dired.el (dired-move-to-filename-regexp): Support file sizes in
4293 ``human-readable'' format produced by GNU `ls'.
4294 (dired-move-to-filename-regexp): Recognize ISO format dates.
4295 From Paul Eggert <eggert@twinsun.com>.
4296
4297 2001-04-04 Gerd Moellmann <gerd@gnu.org>
4298
4299 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4300 New functions.
4301 (lm-verify): Check keywords.
4302 From Eric M. Ludlam <eric@siege-engine.com>.
4303
4304 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4305
4306 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4307 `xemacs' feature instead of for the function `set-extent-property'.
4308
4309 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4310
4311 * mail/mh-utils.el (mh-folder-hist): New var.
4312 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4313
4314 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4315
4316 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4317 region, position point on the first or last 16-byte group.
4318 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4319 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4320 hexl-beginning-of-line.
4321
4322 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4323
4324 * icomplete.el (icomplete-mode): Treat an argument like other
4325 modes do.
4326
4327 * startup.el (fancy-splash-head): Use splash8.xpm for color
4328 depth 8.
4329
4330 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4331 Add an antry for ``converts''.
4332
4333 * language/slovak.el ("Slovak"): Add documentation string.
4334 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4335
4336 * language/czech.el ("Czech"): Add documentation string.
4337 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4338
4339 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4340 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4341
4342 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4343
4344 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4345 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4346 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4347 Use `defsubst' rather than a macro to ease debugging.
4348 (mail-extr-last): Remove (use `last' instead).
4349 (mail-extract-address-components): Properly reset the syntax-table
4350 after parsing an address. Use `last' rather than mail-extr-last.
4351 Make sure the end marker stays at the very end.
4352
4353 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4354
4355 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4356 last change.
4357
4358 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4359
4360 * ps-print.el: Line and paragraph spacing feature. Region to cut
4361 out when printing. Doc fix.
4362 (ps-print-version): New version number (6.5).
4363 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4364 New vars. Line and paragraph spacing feature.
4365 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4366 out when printing.
4367 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4368 (ps-get-font-size, ps-begin-job, ps-continue-line)
4369 (ps-plot-region): Code fix.
4370 (ps-print-prologue-2): Var eliminated.
4371 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4372 New internal vars.
4373 (ps-get-size): New fun.
4374 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4375 (ps-next-line): Replace defun by defsubst.
4376 (ps-mule-plot-string): Autoload doc fix.
4377
4378 * ps-bdf.el: XEmacs compatibility. Doc fix.
4379 (installation-directory, coding-system-for-read): Declare vars if
4380 it's not declared yet.
4381 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4382
4383 * ps-mule.el: XEmacs compatibility. Doc fix.
4384 (leading-code-private-22): Declare var if it's not declared yet.
4385 (charset-bytes, charset-dimension, charset-id, charset-width)
4386 (find-charset-region, split-char, char-width, chars-in-region)
4387 (forward-point, decompose-composite-char, encode-coding-string)
4388 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4389 Define funs if not defined yet.
4390 (encode-composition-rule, find-composition): Define funs if not
4391 loaded yet.
4392 (ps-mule-prologue): PostScript code fix.
4393
4394 2001-04-02 Kenichi Handa <handa@etl.go.jp>
4395
4396 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4397 non-nil, generate font for the header strings.
4398 (ps-mule-prepare-font): Likewise.
4399 (ps-mule-generate-glyphs): Likewise.
4400 (ps-mule-string-encoding): Likewise.
4401 (ps-mule-header-charsets): New variable.
4402 (ps-mule-encode-header-string): New function.
4403 (ps-mule-header-string-charsets): New function.
4404 (ps-mule-begin-job): Check charsets in the header strings. If there
4405 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4406
4407 * ps-print.el (ps-generate-header-line): Encode the header string by
4408 ps-mule-encode-header-string.
4409 (ps-mule-encode-header-string): Declare autoload.
4410
4411 2001-04-02 Gerd Moellmann <gerd@gnu.org>
4412
4413 * frame.el (cursor-in-non-selected-windows):
4414 Replaces show-cursor-in-non-selected-windows.
4415
4416 2001-03-31 Kenichi Handa <handa@etl.go.jp>
4417
4418 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4419 Delete entries for "chinese-py" and "chinese-ziranma".
4420 (quail-misc-package-ext-info): New variable.
4421 (tsang-quick-converter): New function.
4422 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4423 (quick-cns-converter, py-converter, ziranma-converter)
4424 (miscdic-convert, batch-miscdic-convert): New functions.
4425
4426 2001-03-30 Kenichi Handa <handa@etl.go.jp>
4427
4428 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4429 eight-bit-control chars.
4430
4431 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4432 Reduce making temporary vector (suggested by Dave Love).
4433
4434 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4435
4436 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4437 string as well.
4438
4439 2001-03-30 Andreas Schwab <schwab@suse.de>
4440
4441 * files.el (backup-directory-alist): Fix typo.
4442
4443 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4444
4445 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4446 <eggert@twinsun.com>.
4447
4448 2001-03-30 Dave Love <fx@gnu.org>
4449
4450 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4451
4452 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4453
4454 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4455
4456 2001-03-30 Miles Bader <miles@gnu.org>
4457
4458 * subr.el (interactive-form): Fix paren typo.
4459
4460 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4461
4462 * emacs-lisp/profile.el: Say that it's obsolete in the header
4463 line, so that finder.el puts that into its data-base.
4464 Suggested by Alex Schroeder <alex@gnu.org>.
4465
4466 2001-03-29 Paul Eggert <eggert@twinsun.com>
4467
4468 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4469 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4470
4471 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4472
4473 * generic.el (generic-mode-set-comments): Use "" rather than nil
4474 for comment-end.
4475
4476 2001-03-29 Gerd Moellmann <gerd@gnu.org>
4477
4478 * emacs-lisp/advice.el (ad-make-advised-definition):
4479 Call interactive-form to obtain the interactive spec of subrs.
4480
4481 * subr.el (interactive-form): New function.
4482
4483 2001-03-29 Andre Spiegel <spiegel@gnu.org>
4484
4485 * vc-sccs.el (vc-sccs-register): Use relative file names.
4486
4487 2001-03-28 Gerd Moellmann <gerd@gnu.org>
4488
4489 * bookmark.el (bookmark-get-bookmark): Handle case that
4490 BOOKMARK is not a string.
4491
4492 * image.el (image-type-regexps): Change type for PS files
4493 to `postscript'.
4494
4495 * subr.el (read-passwd): Clear command history after each
4496 character entered. From: Stephen Gildea
4497 <gildea@stop.mail-abuse.org>.
4498
4499 2001-03-27 Kenichi Handa <handa@etl.go.jp>
4500
4501 * international/kkc.el (kkc-save-init-file): Locally bind
4502 print-length to nil.
4503
4504 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4505
4506 * textmodes/flyspell.el: Some doc fixes.
4507 (flyspell-maybe-correct-transposition)
4508 (flyspell-maybe-correct-doubling): Use a temporary buffer
4509
4510 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4511
4512 * emacs-lisp/byte-opt.el (byte-optimize-while)
4513 (byte-optimize-form-code-walker): Diagnose too few arguments
4514 for `if' and `while'.
4515
4516 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4517
4518 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4519 Prepend `\' to "\<quail-translation-docstring>".
4520
4521 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4522
4523 * autorevert.el (global-auto-revert-non-file-buffers):
4524 Remove duplicate defcustom.
4525
4526 2001-03-26 Miles Bader <miles@gnu.org>
4527
4528 * international/latin1-disp.el (latin1-char-displayable-p):
4529 Add leading "-" for X font pattern.
4530
4531 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4532
4533 * international/mule-diag.el (describe-coding-system):
4534 For raw-text and emacs-mule, don't add anymore text about what
4535 charsets they can encode.
4536
4537 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4538
4539 * help.el (view-lossage): Mention open-dribble-file in the doc
4540 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4541
4542 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4543
4544 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4545 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4546
4547 2001-03-23 Kenichi Handa <handa@etl.go.jp>
4548
4549 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4550 Call ccl-execute-on-string directly so that CCL program handling
4551 multibyte sequence can work correctly.
4552 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4553 property of the coding system.
4554
4555 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4556
4557 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4558 Fix transcription typo.
4559
4560 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4561
4562 * whitespace.el: Add buffer local variables to toggle testing of
4563 whitespaces in buffers without affecting the default values.
4564 Bump version to 3.0 to account for a few other changes.
4565 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4566 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4567 (whitespace-toggle-spacetab-check): New functions.
4568
4569 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4570
4571 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4572
4573 2001-03-21 Gerd Moellmann <gerd@gnu.org>
4574
4575 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4576 bs-cycle-configuration-name. From Juanma Barranquero
4577 <lektu@uol.com.br>.
4578
4579 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4580 and cc-vars.el.
4581
4582 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4583 headers. Always invoke sendmail with option -t.
4584
4585 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4586
4587 * Release of cc-mode 5.28.
4588
4589 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4590
4591 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4592 Removed the hardcoded switch to "java" style in Java mode.
4593 It's instead taken care of by the default value for c-default-style.
4594
4595 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4596
4597 * cc-align.el (c-lineup-math): Fix bug where lineup was
4598 triggered by equal signs in string literals.
4599
4600 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4601
4602 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4603 limit detection when at the ends of the buffer.
4604
4605 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4606 "for" statement clause in case 7F; a better one is done
4607 earlier in case 7D anyway.
4608
4609 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4610
4611 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4612 somewhat more and did a small optimization.
4613
4614 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4615
4616 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4617 Use the limit argument only to limit the syntactic context
4618 search, not to limit the actual movement.
4619
4620 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4621 inside multiline strings, just like in comments. Also various
4622 fixes to the paragraph and comment prefix recognition, block
4623 comment ender handling etc.
4624
4625 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4626
4627 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4628 the relative position of the point.
4629
4630 * cc-cmds.el (c-electric-continued-statement): New function to
4631 use as abbrev hook to reindent for keywords such as "else"
4632 that continues an earlier statement.
4633
4634 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4635 like classes.
4636
4637 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4638 (pike-mode): Populate the default abbrev tables to reindent for
4639 keywords such as "else" that can continue earlier statements.
4640 Abbrev mode is therefore turned on by default now. (Note that
4641 this doesn't apply to idl-mode, since IDL afaik doesn't have
4642 statements at all.)
4643
4644 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4645
4646 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4647 bracelists where the declaration contains template arguments.
4648
4649 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4650
4651 * cc-cmds.el (c-comment-indent):
4652 Use `c-get-syntactic-indentation' to correctly calculate the
4653 syntactic indentation. Fixes bug with lineup functions that
4654 return vectors.
4655
4656 * cc-engine.el (c-get-syntactic-indentation): Split the
4657 indentation sum calculation from `c-indent-line' to a separate
4658 function.
4659
4660 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4661
4662 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4663 Fixed places where it was assumed that preprocessor directives
4664 have to start in column zero.
4665
4666 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4667 template arguments after a class identifier properly.
4668
4669 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4670 lists for `new Foo[]' constructs in Java as expressions and
4671 not top level definition brace lists on the top level, so that
4672 they'll get indented consistently with the same type of
4673 expression in a normal block.
4674
4675 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4676
4677 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4678 whether the adaptive filling package fails to keep the comment
4679 prefix is now kludged further to check for filladapt-mode
4680 which doesn't have that problem. This is really icky, but it's
4681 the only way that works with the current misfeatures/bugs in
4682 both adaptive-fill-mode and filladapt-mode.
4683
4684 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4685 around point is recognized more robust.
4686
4687 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4688
4689 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4690 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4691 (c-lit-type): Fixed all internal variables used dynamically so
4692 that they are always bound.
4693
4694 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4695 errors:
4696
4697 (c-indent-region): Fixed reporting of syntactic errors so that
4698 the region is fully reindented even when an error occurs.
4699 The last syntactic error is printed afterwards. Also cleanup up a
4700 whole lot of code that tried to optimize indentation of whole
4701 sexps but in reality accomplishes nothing.
4702
4703 (c-indent-sexp): Use c-indent-region.
4704
4705 (c-parsing-error): Changed this variable to hold the message
4706 for any syntactic error that is discovered.
4707
4708 (c-parse-state): Search backward from point instead of the bod
4709 position when the latter is invalid. This makes CC Mode
4710 recover faster when there are unbalanced close braces.
4711
4712 (c-backward-to-start-of-if): Use c-parsing-error to report
4713 dangling "else" clauses instead of throwing an error, and fall
4714 back to a reasonable position.
4715
4716 (c-indent-line): Added argument to avoid reporting syntactic errors.
4717
4718 (c-show-syntactic-information): Don't report any syntactic errors.
4719
4720 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4721
4722 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4723 paragraph recognition when moving by sentence in literals.
4724
4725 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4726 start regexp for javadoc to recognize javadoc markup in general instead
4727 of a specific set of keywords, to be more future-safe.
4728
4729 (c-Pike-pikedoc-paragraph-start)
4730 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4731 pikedoc markup.
4732
4733 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
4734
4735 (pike-mode): Initialize paragraph settings pikedoc recognition.
4736
4737 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4738
4739 (c-comment-prefix-regexp): Made it possible to use an
4740 association list on this to specify mode specific regexps.
4741 The default value now use a special regexp in Pike mode to
4742 recognize pikedoc markup.
4743
4744 (c-current-comment-prefix): New variable containing the actual
4745 regexp from c-comment-prefix-regexp for the current buffer.
4746
4747 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4748
4749 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4750 lists: We can't look at the syntax, since a brace list can get
4751 recognized as a plain statement-cont.
4752
4753 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4754 special brace list opener broken over two lines got recognized
4755 as a statement on the second line. Case 9A changed.
4756
4757 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4758
4759 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4760 adjustment after line is reindented.
4761
4762 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4763
4764 * cc-defs.el (c-point): Added optional argument for position
4765 to use instead of the current point.
4766
4767 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4768 the in-expression block symbols when the construct starts at
4769 boi, to avoid the extra level of indentation in that case.
4770 Cases 4, 16A and 17E affected.
4771
4772 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4773
4774 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
4775 calls to `c-indent-line', to adhere better to Emacs conventions.
4776
4777 * cc-engine.el (c-indent-line): Use the syntax already bound
4778 to `c-syntactic-context', if there is any.
4779
4780 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4781
4782 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4783 wasn't added up correctly when a lineup function returned nil.
4784
4785 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4786
4787 * cc-engine.el (c-collect-line-comments): Fixed bug where
4788 empty lines were ignored when collecting line comments backwards.
4789
4790 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4791
4792 * cc-align.el (c-lineup-dont-change): Return an absolute
4793 indentation column to work correctly in the case when several
4794 syntactic elements are processed for the same line.
4795
4796 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4797 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4798 (c-set-offset): Added absolute indentation column settings by
4799 using the vector type.
4800
4801 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4802
4803 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4804 Implemented two new cleanups `space-before-funcall' and
4805 `compact-empty-funcall'.
4806
4807 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4808
4809 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4810 helping building regexps.
4811
4812 * cc-engine.el (c-on-identifier): New function for detecting
4813 identifiers. It takes keywords into account.
4814
4815 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4816 lists. `c-keywords' is set to a regexp matching all keywords
4817 in the current language.
4818
4819 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4820
4821 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4822 list of characters to skip backwards over at the beginning of
4823 a statement, since it can precede string literals in Pike.
4824
4825 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4826
4827 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4828 recognition when standing on the last line in a C++ comment
4829 with nothing but whitespace after the prefix.
4830
4831 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4832 given no limit argument.
4833
4834 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4835
4836 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4837 recognition for the `[]= operator symbol in Pike.
4838
4839 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4840
4841 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4842 around a bug in `eval-when-compile' in the byte compiler.
4843
4844 * cc-engine.el (c-forward-token-1): Fixed bug with return
4845 value when count is zero and there's no token start within the limit.
4846
4847 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4848 "prefix comments", i.e. comments which are followed by code on
4849 the same line.
4850
4851 * cc-mode-19.el: Fixes so that checks that must be done at
4852 compile time also are done then.
4853
4854 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4855
4856 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4857 time and at runtime, and only when it's needed.
4858
4859 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4860
4861 Major cleanup for less error prone and more warning free
4862 compilation, including some fixes for bugs due to different
4863 compilation orders. Thanks to Martin Buchholz for providing
4864 the basis for all this.
4865
4866 * cc-bytecomp.el: New file that provides some byte compilation
4867 features: It ensures that files always are loaded from the
4868 current source directory during compilation, and it provides a
4869 set of macros to turn off specific compiler warnings for
4870 specific symbols. (It's not CC Mode specific in any way.)
4871
4872 Fixed a nearly acyclic dependency tree (both runtime and
4873 compile-time) between all files.
4874
4875 * cc-defs.el: Separated all macros before the inline functions,
4876 to ensure correct compilation.
4877
4878 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4879 cc-defs.el to cc-engine.el and made it a function instead.
4880
4881 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4882 about char-after.
4883
4884 * cc-vars.el: Cope even when there isn't a custom package
4885 containing defcustom available.
4886
4887 * cc-make.el: Removed since it's no longer necessary.
4888
4889 README: Updated installation instructions.
4890
4891 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4892
4893 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4894 improve the modularity: Moved all mode init stuff from
4895 cc-langs.el to cc-mode.el, including the keymap
4896 initialization; cc-langs now only contains the various
4897 variables for configuring the language syntax.
4898
4899 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4900 (c-get-offset): Moved from cc-styles to cc-engine since file
4901 dependency analysis suggests they belong there (which also
4902 makes more sense). Thanks to Martin Buchholz for doing the analysis.
4903
4904 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4905
4906 * cc-cmds.el (c-fn-region-is-active-p): New function that
4907 wraps the corresponding macro, for use in places that aren't
4908 compiled. Thanks to Martin Buchholz for pointing out this.
4909
4910 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
4911
4912 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4913 add things to the bug report.
4914
4915 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4916
4917 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4918 returned prefix could contain a newline when the search for a
4919 good prefix line failed.
4920
4921 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4922
4923 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4924 (c-toggle-auto-hungry-state): Made the argument optional, as
4925 the documentation says it is.
4926
4927 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4928
4929 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4930 multiline string syntax, #"...", as a cpp macro.
4931
4932 2001-03-21 Paul Eggert <eggert@twinsun.com>
4933
4934 * international/mule-cmds.el (set-locale-environment):
4935 Set system-messages-locale and system-time-locale, but only if the
4936 caller specifies a non-nil locale name.
4937
4938 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4939
4940 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
4941 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
4942
4943 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4944
4945 * follow.el (follow-avoid-tail-recenter): Doc fix.
4946
4947 * custom.el (custom-set-variables): Avoid reversing the list
4948 of args needlessly.
4949
4950 * startup.el (fancy-splash-head): Don't change the colors of the
4951 XPM image on a dark background.
4952
4953 * comint.el (comint-exec-1): Set columns of the terminal to
4954 window-width instead of frame-width.
4955
4956 * info.el (Info-scroll-down): Add missing WINDOW arg for
4957 pos-visible-in-window-p.
4958
4959 * ehelp.el (electric-help-mode-hook): Add defcustom.
4960
4961 * mail/sendmail.el (mail-mode): Activate case-folding in
4962 font-lock-defaults.
4963
4964 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4965
4966 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4967 (completion-ignored-extensions): Remove duplicate ".class".
4968
4969 2001-03-19 Andreas Schwab <schwab@suse.de>
4970
4971 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4972 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4973
4974 2001-03-19 Gerd Moellmann <gerd@gnu.org>
4975
4976 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4977 methods since there are not prefix input methods.
4978
4979 2001-03-19 Kenichi Handa <handa@etl.go.jp>
4980
4981 * international/mule-cmds.el (read-input-method-name):
4982 Locally bind enable-recursive-minibuffers to t.
4983
4984 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4985
4986 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4987
4988 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
4989
4990 * ediff-util.el: Copyright years.
4991 (ediff-choose-syntax-table): New function.
4992 (ediff-setup): Use ediff-choose-syntax-table.
4993
4994 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4995 with-syntax-table.
4996
4997 * ediff.el: Date of last update, copyright years.
4998
4999 * ediff-wind (ediff-setup-control-frame): Nill->nil.
5000
5001 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5002 of Scott Bronson.
5003 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
5004 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5005 Deleted functions.
5006 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5007 ex-token-list.
5008
5009 * viper-util.el: Spaces, indentation.
5010
5011 * viper.el: Changed version, modification time.
5012
5013 2001-03-16 John Wiegley <johnw@gnu.org>
5014
5015 * calendar/timeclock.el (timeclock-workday-remaining):
5016 Check whether `discrep' is non-null before using it.
5017
5018 2001-03-16 John Wiegley <johnw@gnu.org>
5019
5020 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
5021 first-time checkins.
5022 (timeclock-log-data): Fixed problem with reading timelog log file.
5023 Resulting data in the "day list" was incorrect.
5024 (timeclock-find-discrep): Check if `timeclock-file' is readable
5025 before opening it.
5026 (timeclock-time-less-p): New function.
5027 (timeclock-day-base): New function.
5028 (timeclock-geometric-mean): New function.
5029 (timeclock-generate-report): Generate a summary report based on
5030 the contents of the log file. This uses `timeclock-log-data', and
5031 is an example of writing a timelog manipulation function.
5032 (timeclock-visit-timelog): A quick command for opening the timelog
5033 file.
5034 (timeclock-log-data): Bound the variable event.
5035
5036 2001-03-16 Kenichi Handa <handa@etl.go.jp>
5037
5038 * international/mule-cmds.el (select-safe-coding-system):
5039 Fix typo: symbol-name -> symbol-value.
5040
5041 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
5042 before substitute-in-file-name to handle double slashes in FILE
5043 correctly.
5044
5045 2001-03-15 Gerd Moellmann <gerd@gnu.org>
5046
5047 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
5048 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5049
5050 2001-03-14 Gerd Moellmann <gerd@gnu.org>
5051
5052 * bindings.el (features): Add `md5' and `overlay' to the list.
5053
5054 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
5055 bound before using it. It's not bound when configured without X,
5056 for instance.
5057
5058 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
5059
5060 * progmodes/hideshow.el: Update copyright.
5061 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
5062 (hs-minor-mode-hook): Include `:version' in defcustom form.
5063
5064 2001-03-13 Gerd Moellmann <gerd@gnu.org>
5065
5066 * help.el (string-key-binding): Don't call event-start on
5067 a non-list.
5068
5069 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
5070
5071 * startup.el (fancy-splash-tail, command-line-1): Fix the
5072 copyright year.
5073
5074 2001-03-13 Kenichi Handa <handa@etl.go.jp>
5075
5076 * term.el: These changes are based on a patch sent from Yong Lu
5077 <lyongu@yahoo.com>.
5078 (term-set-escape-char): Bind M-x to execute-extended-command in
5079 term-raw-escape-map.
5080 (term-move-columns): Don't try to move to negagive column.
5081 (term-emulate-terminal): Insert a string before deleting a text to
5082 overwrite.
5083
5084 2001-03-12 Gerd Moellmann <gerd@gnu.org>
5085
5086 * play/life.el (life): Rearrange code so that all calls to
5087 life-display-generation are in a catch-form.
5088
5089 * progmodes/etags.el (tags-loop-continue): Don't change point in a
5090 file that isn't interesting. In an interesting file, push the old
5091 value of point on the mark ring.
5092
5093 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
5094 New function.
5095 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
5096 Use it.
5097
5098 * emacs-lisp/autoload.el (generate-file-autoloads):
5099 Remove warning about line lengths.
5100
5101 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5102
5103 * progmodes/etags.el (tags-compression-info-list): New variable.
5104 (find-tag-in-order): Use it to deal with compressed source files.
5105 (tag-file-name-match-p): New function.
5106 (etags-recognize-tags-table): Use it for better match of file names.
5107
5108 2001-03-12 Kenichi Handa <handa@etl.go.jp>
5109
5110 * international/mule-cmds.el (register-input-method): Doc fix.
5111
5112 * international/quail.el (quail-translate-key): Fix condition to
5113 check if there's another breaking point in the current key.
5114
5115 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
5116
5117 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
5118 Babyl header to the newly-created output file, bind
5119 coding-system-for-write to either rmail-file-coding-system or
5120 emacs-mule-unix.
5121
5122 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
5123
5124 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5125 Fix the name and regexp used for subsubsections.
5126
5127 2001-03-10 Dave Love <fx@gnu.org>
5128
5129 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5130 and save-buffer if buffer-file-name non-nil. From rms.
5131
5132 2001-03-10 Andre Spiegel <spiegel@gnu.org>
5133
5134 * vc.el (vc-do-command): If the destination buffer is already
5135 current, don't set it up and don't erase it. Updated doc string
5136 to reflect that.
5137 (vc-version-diff): When doing a single file diff, don't switch to the
5138 *vc-diff* buffer before the command. This is to preserve local
5139 variable bindings that might affect the diff command.
5140 (vc-print-log): Don't switch to the *vc* buffer before the
5141 command, so that local variable bindings are preserved.
5142
5143 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
5144 not the current buffer.
5145 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5146
5147 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
5148 make output go to buffer *vc*, not the current buffer.
5149
5150 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5151
5152 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5153 so ^, $, *, ? and + are interpreted correctly.
5154
5155 2001-03-09 Gerd Moellmann <gerd@gnu.org>
5156
5157 * help.el (string-key-binding): Renamed from
5158 mode-line-key-binding. Handle any event on a string.
5159 Check for `keymap' properties as well as `local-map' properties.
5160
5161 * comint.el (comint-insert-clicked-input): Use the last key
5162 from this-command-keys to lookup the global key definition.
5163
5164 2001-03-09 Kenichi Handa <handa@etl.go.jp>
5165
5166 * international/characters.el: Add category `j' for
5167 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5168
5169 * international/mule-conf.el (no-conversion): Fix docstring.
5170 (raw-text): Fix docstring.
5171
5172 2001-03-08 Gerd Moellmann <gerd@gnu.org>
5173
5174 * simple.el (choose-completion-string): When not leaving the
5175 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5176 is set.
5177
5178 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5179 parameter `(minibuffer . t)'.
5180
5181 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5182
5183 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5184 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5185 (sh-mode): Remove `make-local-variable' for unused var
5186 `font-lock-unfontify-region-function'.
5187
5188 2001-03-07 Richard M. Stallman <rms@gnu.org>
5189
5190 * info.el (Info-scroll-down): Fix previous change.
5191
5192 * mail/rmail.el (rmail-toggle-header): Use a window which
5193 is showing the Rmail buffer, rather than the selected window.
5194
5195 2001-03-07 Dave Love <fx@gnu.org>
5196
5197 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5198 now, to avoid problems with binding imenu directly to a mouse event.
5199
5200 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5201
5202 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5203 second arg t.
5204
5205 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5206
5207 * log-edit.el (log-edit-common-indent): New var.
5208 (log-edit-set-common-indentation): Renamed from
5209 log-edit-delete-common-indentation. Use the new var.
5210 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5211
5212 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5213 (cvs-mode-add-change-log-entry-other-window):
5214 Don't presume change-log-default-name is defined.
5215
5216 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5217
5218 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5219 the "tree" operation as well.
5220
5221 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5222
5223 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5224 to match paragraph-start.
5225
5226 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5227 comment-start-skip and set comment-end-skip as well.
5228 (sgml-comment-indent): Fix for new value of comment-start-skip.
5229 (html-autoview-mode): Don't bother using make-local-hook.
5230
5231 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5232
5233 * cus-edit.el (custom-save-delete): Move in front of local
5234 variables, otherwise long Custom entries would make them ineffective.
5235
5236 * uniquify.el: Set maintainer to FSF.
5237
5238 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5239
5240 * dired-aux.el (dired-do-shell-command): Doc fix.
5241
5242 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5243
5244 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5245
5246 * which-func.el (which-func-modes): Add cperl-mode.
5247 (which-func-mode-global): Use define-minor-mode.
5248
5249 * info-look.el: Docstring fixes and dead code eliminated.
5250 (cperl-mode): Add support.
5251 (emacs-lisp-mode): List all entries from elisp manual, whether
5252 or not they are currently (f)bound or not. Update regexp.
5253
5254 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5255
5256 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5257 so that C-h m shows the correct information.
5258 Use make-local-variable rather than make-variable-buffer-local.
5259 (cperl-info-buffer, cperl-setup-tmp-buf):
5260 Use make-local-variable rather than make-variable-buffer-local.
5261 (cperl-msb-fix, cperl-get-help-defer):
5262 Check major-mode for `cperl-mode' as well.
5263
5264 * progmodes/cperl-mode.el: Updated to author version 4.23.
5265 (cperl-electric-pod): SYNOPSIS was misspelled.
5266 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5267 (cperl-after-expr-p): Make true after __END__.
5268
5269 2001-03-06 Gerd Moellmann <gerd@gnu.org>
5270
5271 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
5272 bookmark-completion-ignore-case is t.
5273
5274 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5275 switch, like xterm, and concat resource strings, with a newline
5276 between them.
5277
5278 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5279
5280 * international/codepage.el (cp770-decode-table)
5281 (cp773-decode-table, cp774-decode-table): New variables.
5282
5283 * man.el (Man-hyphenated-reference-regexp): New variable.
5284 (Man-build-references-alist): Use it to search for referenced
5285 manpages. If hyphenated is non-nil, record a concatenated word in
5286 Man-refpages-alist only if it matches Man-reference-regexp.
5287 Update word's length when it is concatenated. Reverse the list,
5288 to get the first manpage at the head.
5289 (Man-possibly-hyphenated-word): New function.
5290 (Man-follow-manual-reference): Use it instead of current-word to
5291 find a manpage at point, in a way that accounts for hyphenated
5292 references.
5293
5294 2001-03-06 Alex Schroeder <alex@gnu.org>
5295
5296 * sql.el (sql-interbase): New function.
5297 (sql-interbase-program): New option.
5298 (sql-interbase-options): New option.
5299 And some typos fixed: "customise" to "customize".
5300
5301 2001-03-06 Dave Love <fx@gnu.org>
5302
5303 * textmodes/flyspell.el (flyspell-region):
5304 Set up flyspell-local-mouse-map.
5305
5306 2001-03-05 Richard M. Stallman <rms@gnu.org>
5307
5308 * mail/rmail.el (rmail-retry-failure):
5309 Don't call rmail-beginning-of-message.
5310 Don't discard From: field. Do discard Received: field.
5311 Use unwind-protect to re-prune.
5312 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
5313
5314 2001-03-06 Kenichi Handa <handa@etl.go.jp>
5315
5316 * international/quail.el (quail-title): Add autoload cookie.
5317
5318 2001-03-05 Dave Love <fx@gnu.org>
5319
5320 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5321 new defs.
5322
5323 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5324
5325 * language/ethio-util.el (ethio-toggle-space):
5326 Update current-input-method-title if necessary.
5327 (ethio-toggle-punctuation): Likewise.
5328
5329 * international/quail.el (quail-title): Fix for the case that a
5330 title of an input method is specified by a list of the same form
5331 as used in mode-line-format.
5332
5333 * international/mule-cmds.el (activate-input-method):
5334 If current-input-method-title is set by activating INPUT-METHOD,
5335 respect that value.
5336
5337 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5338
5339 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5340
5341 2001-03-05 Alex Schroeder <alex@gnu.org>
5342
5343 * sql.el (sql-sybase): Fix typo (was: query user about server two
5344 times instead of server and database).
5345
5346 * sql.el (sql-sybase): Doc change.
5347 (sql-mysql): Doc change.
5348 (sql-postgres): Doc change.
5349
5350 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5351
5352 * international/mule-conf.el (emacs-mule, raw-text):
5353 Docstring modified.
5354
5355 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5356
5357 * term/internal.el: Update copyright notice.
5358
5359 * term/pc-win.el: Update copyright notice.
5360
5361 2001-03-02 Dave Love <fx@gnu.org>
5362
5363 * files.el (insert-file-contents-literally):
5364 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5365 not jka-compr-compression-info-list.
5366
5367 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5368
5369 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5370 spaces in default comment-start-skip settings rather than \s-.
5371
5372 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5373
5374 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5375 default-frame-alist as well.
5376
5377 2001-03-01 Dave Love <fx@gnu.org>
5378
5379 * textmodes/reftex.el (defvar): Wrap some defvars in
5380 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5381
5382 * subr.el (event-basic-type): Doc fix.
5383
5384 * international/quail.el: Doc fixes.
5385
5386 * international/utf-8.el: Doc fixes.
5387
5388 * international/mule-cmds.el: Doc fixes.
5389 (leim-list-header): Fix header text.
5390
5391 * international/mule.el (coding-system-category): Doc fix.
5392
5393 * international/ccl.el (ccl-compile): Doc fix.
5394
5395 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5396
5397 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5398 rather than (before|after)-change-functions.
5399
5400 2001-03-01 Gerd Moellmann <gerd@gnu.org>
5401
5402 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5403 scroll-left and scroll-right being called interactively so that
5404 they set the window's min_hscroll.
5405
5406 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5407
5408 * info.el (info-insert-file-contents-1): Accept an additional
5409 argument `lfn': if it is non-nil, concatenate `filename' and
5410 `suffix'; otherwise use the complicated MS-DOS code.
5411 All callers changed.
5412 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5413 can access long file names, try the long file-name version of
5414 `info-insert-file-contents-1', then the short file-name version.
5415
5416 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
5417
5418 * language/ethio-util.el (setup-ethiopic-environment-internal):
5419 Change bindings of functions keys to conform to "Emacs Lisp Coding
5420 Convention".
5421
5422 * language/ethiopic.el ("Ethiopic"): Add documentation.
5423
5424 2001-02-28 Kenichi Handa <handa@etl.go.jp>
5425
5426 * international/utf-8.el (mule-utf-8): Set coding-category
5427 property to coding-category-utf-8.
5428
5429 2001-02-27 Richard M. Stallman <rms@gnu.org>
5430
5431 * lpr.el (lpr-page-header-switches, print-region-1):
5432 Undo 2000-07-06 change.
5433 (lpr-add-switches): Default to t on gnu/linux.
5434
5435 2001-02-27 Gerd Moellmann <gerd@gnu.org>
5436
5437 * bs.el (bs-attributes-list): Doc fix.
5438
5439 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5440
5441 * help.el (describe-project): Display the file THE-GNU-PROJECT.
5442
5443 * help.el (view-order-manuals): Use goto-address.
5444
5445 * startup.el (command-line-1): Add info about ordering manuals
5446 to the not so fancy splash screens.
5447
5448 2001-02-26 Andre Spiegel <spiegel@gnu.org>
5449
5450 * vc.el (vc-default-workfile-unchanged-p)
5451 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
5452
5453 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5454
5455 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
5456 fontify in the right buffer.
5457
5458 * allout.el (outline-flag-region): Move macro in front of first
5459 use to avoid a run-time error.
5460
5461 2001-02-24 Andrew Innes <andrewi@gnu.org>
5462
5463 * makefile.w32-in: Fix copyright notice.
5464
5465 2001-02-24 Kenichi Handa <handa@etl.go.jp>
5466
5467 * international/utf-8.el (mule-utf-8): Set correct value for
5468 valid-codes property.
5469
5470 * international/fontset.el (x-complement-fontset-spec): In the
5471 case that we use ASCII font for the other charsets, use only
5472 family and registry part of it.
5473
5474 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5475
5476 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5477 (shrink-window-if-larger-than-buffer): Doc fix.
5478
5479 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5480
5481 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5482 predicate passed to completing-read.
5483
5484 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5485
5486 * startup.el (command-line): Fix last change.
5487
5488 2001-02-23 Jason Rumney <jasonr@gnu.org>
5489
5490 * startup.el (tool-bar-originally-present): New variable.
5491 (command-line): Set it if the tool-bar is switched on at startup.
5492
5493 * frame.el (frame-notice-user-settings): Only adjust frame height
5494 for no tool-bar case if tool-bar was originally switched on.
5495 From E. Jay Berkenbilt.
5496
5497 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5498
5499 * server.el (server-switch-buffer): Only switch window if the
5500 current one is dedicated.
5501
5502 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5503 rather than using (match-beginning 0) when searching for break point.
5504
5505 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5506
5507 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5508 @ follows an accent command such as @'. Support optional braces
5509 in commands that insert accents, like makeinfo does.
5510
5511 2001-02-22 Gerd Moellmann <gerd@gnu.org>
5512
5513 * startup.el (fancy-splash-text): Add a line for ordering
5514 manuals. Reverse order of splash screens shown.
5515 (use-fancy-splash-screens-p): Adapt to the text line added.
5516
5517 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5518 manuals from the FSF.
5519
5520 * help.el (view-order-manuals): New function.
5521 (toplevel): Bind C-h C-m to this function.
5522
5523 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5524
5525 * newcomment.el (comment-forward): Skip the comment-start before
5526 searching for the comment-end.
5527
5528 2001-02-21 Dave Love <fx@gnu.org>
5529
5530 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5531
5532 * international/mule-cmds.el, international/mule.el: Doc fixes.
5533
5534 2001-02-21 Gerd Moellmann <gerd@gnu.org>
5535
5536 * startup.el (fancy-splash-screens): Use display-hourglass
5537 instead of display-busy-cursor.
5538
5539 * frame.el (display-hourglass): Renamed from busy-cursor.
5540 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5541 (show-cursor-in-non-selected-windows): Doc fix.
5542
5543 2001-02-20 Dave Love <fx@gnu.org>
5544
5545 * international/utf-8.el: Doc and commentary fixes.
5546
5547 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5548
5549 * ehelp.el (with-electric-help): Doc fix.
5550
5551 2001-02-20 Gerd Moellmann <gerd@gnu.org>
5552
5553 * msb.el (msb-mode): Call the update-buffers function explicitly
5554 with a FORCE argument.
5555
5556 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5557 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5558 returns nil.
5559
5560 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5561
5562 * ps-print.el: Timestamp package replacement. Some enhancements.
5563 Some XEmacs compatibility. Doc fix.
5564 (ps-print-version): New version number (6.4).
5565 (ps-printer-name): Initialization fix.
5566 (ps-zebra-stripe-follow): Funcionality enhancement.
5567 (ps-prologue-file): Code enhancement.
5568 (ps-right-header): Timestamp package replacement.
5569 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5570 (ps-get-page-dimensions)
5571 (ps-generate-header, ps-begin-file, ps-begin-job)
5572 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5573 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5574 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5575 (coding-system-for-write): Var declaration (XEmacs compatibility).
5576
5577 2001-02-20 Miles Bader <miles@gnu.org>
5578
5579 * image-file.el (image-file-name-extensions): Add "tif".
5580
5581 2001-02-19 Gerd Moellmann <gerd@gnu.org>
5582
5583 * wid-edit.el (widget-button-click): Save the selected window
5584 around the code handling clicks on buttons.
5585
5586 2001-02-18 Dave Love <fx@gnu.org>
5587
5588 * imenu.el (imenu--generic-function): Use mapc to iterate over
5589 syntax characters.
5590
5591 2001-02-17 Richard M. Stallman <rms@gnu.org>
5592
5593 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5594
5595 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5596
5597 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5598
5599 * mouse.el (mouse-save-then-kill): If the distance from the new
5600 point to the mark is equal to the distance of point from the new
5601 point, move point instead of the mark.
5602
5603 2001-02-16 Dave Love <fx@gnu.org>
5604
5605 * textmodes/flyspell.el (flyspell-get-word): Return string without
5606 properties.
5607
5608 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5609
5610 * generic.el (generic-find-file-regexp): Doc fix.
5611 (generic-ignore-files-regexp): New defcustom.
5612 (generic-mode-find-file-hook): If the file's name matches the
5613 regexp in `generic-ignore-files-regexp', don't enter
5614 default-generic-mode. Doc fix.
5615
5616 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5617
5618 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
5619 Add autoload cookies.
5620
5621 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
5622 of cal-tex-24.
5623
5624 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5625
5626 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5627
5628 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5629 the character class after the (optional) drive, to support file
5630 names with embedded blanks.
5631
5632 2001-02-15 Sam Steingold <sds@gnu.org>
5633
5634 * textmodes/tex-mode.el (tex-shell-running):
5635 Check the process buffer too.
5636
5637 2001-02-15 Dave Love <fx@gnu.org>
5638
5639 * battery.el (battery-status-function): Fix doc, :type.
5640
5641 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
5642
5643 2001-02-15 Gerd Moellmann <gerd@gnu.org>
5644
5645 * subr.el (read-passwd): Clear Lisp memory holding password.
5646
5647 2001-02-15 Miles Bader <miles@gnu.org>
5648
5649 * info.el (Info-copy-current-node-name): New function.
5650 (Info-mode-menu): Add it to the menu.
5651
5652 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5653
5654 * international/mule-cmds.el (toggle-input-method): Doc fix.
5655
5656 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5657
5658 * replace.el (occur): Stop at end of buffer.
5659
5660 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5661
5662 * international/mule-cmds.el (set-input-method): Another doc fix.
5663
5664 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5665
5666 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5667
5668 2001-02-13 Miles Bader <miles@gnu.org>
5669
5670 * faces.el (set-face-background, set-face-foreground)
5671 (set-face-stipple): Treat a value of nil as being `unspecified'.
5672
5673 2001-02-12 Dave Love <d.love@dl.ac.uk>
5674
5675 * international/latin1-disp.el: Doc fixes.
5676 (latin1-display) <defgroup>: Add :link.
5677 (latin1-display) <function>: Set variable latin1-display.
5678
5679 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5680
5681 * international/mule-cmds.el (set-input-method): Doc fix.
5682
5683 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5684
5685 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5686 (speedbar-line-file): Return nil if not a file.
5687 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5688
5689 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
5690
5691 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5692 for remote files.
5693 (ediff-coding-system-for-read): Replaced the no-conversion default
5694 with raw-text.
5695
5696 * ediff-init.el: Removed :version from defcustom vars.
5697
5698 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5699 Better handling of the diff mode.
5700
5701 * ediff.texi: Added ediff-coding-system-for-read.
5702
5703 * viper.texi: Fix typos.
5704
5705 2001-02-11 Dave Love <fx@gnu.org>
5706
5707 * shadowfile.el: Doc fixes.
5708 (shadow) <defgroup>: Add :link.
5709 (shadowfile-unload-hook): New function.
5710 (shadow-initialize): Use defalias, not fset.
5711 (shadow-define-cluster, shadow-define-literal-group)
5712 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
5713
5714 * international/mule.el: Doc and message fixes.
5715
5716 * international/ccl.el (define-ccl-program): Doc fix.
5717
5718 2001-02-11 Kenichi Handa <handa@etl.go.jp>
5719
5720 * faces.el (mode-line): Set :line-width property to -1.
5721
5722 2001-02-10 Richard M. Stallman <rms@gnu.org>
5723
5724 * complete.el (partial-completion-mode): Doc fix.
5725
5726 * simple.el (delete-key-deletes-forward-mode):
5727 Change `let' to `let*' to fix gross bug in last change.
5728
5729 * repeat.el (repeat): Don't let execute-kbd-macro alter
5730 real-last-command.
5731
5732 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5733
5734 * simple.el (eval-expression): Doc fix.
5735
5736 2001-02-09 Dave Love <fx@gnu.org>
5737
5738 * imenu.el (imenu-generic-expression): Doc fix.
5739
5740 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5741 From Juanma Barranquero.
5742
5743 * emacs-lisp/authors.el (authors): Expand `root' before running find.
5744
5745 2001-02-09 Kenichi Handa <handa@etl.go.jp>
5746
5747 * faces.el (set-face-attribute): Describe the case of a negative
5748 value specified for :line-width.
5749
5750 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5751
5752 * which-func.el (which-func-mode): Invert which-func-mode-global.
5753 From Juanma Barranquero <lektu@uol.com.br>.
5754
5755 2001-02-08 Dave Love <fx@gnu.org>
5756
5757 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5758 widget-plist-value-type.
5759 (widget-alist-convert-widget): Replace binding of
5760 widget-alist-value-type.
5761
5762 * textmodes/paragraphs.el (sentence-end): Doc fix.
5763
5764 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5765 Remove `backward-line'.
5766
5767 * play/pong.el (pong-blank-color, pong-bat-color)
5768 (pong-ball-color, pong-border-color, pong-left-key)
5769 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5770 (pong-pause-key, pong-resume-key, pong-timer-delay):
5771 * mail/mh-comp.el (mh-compose-letter-function):
5772 * eshell/esh-mode.el (eshell-skip-prompt-function):
5773 * emulation/viper-ex.el (ex-unix-type-shell-options):
5774 * recentf.el (recentf-menu-filter):
5775 * ps-print.el (ps-print-region-function):
5776 * lpr.el (print-region-function):
5777 * forms.el (forms-mode-hooks):
5778 * dirtrack.el (dirtrack-directory-change-hook):
5779 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5780 * textmodes/spell.el (spell-filter):
5781 * textmodes/fill.el (adaptive-fill-function):
5782 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5783 * progmodes/etags.el (find-tag-default-function):
5784 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
5785 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5786
5787 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5788
5789 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5790 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5791 Meyering <jim@meyering.net>.
5792
5793 * loadup.el: Revert last change.
5794
5795 2001-02-07 Kenichi Handa <handa@etl.go.jp>
5796
5797 * international/mule.el (transform-make-coding-system-args):
5798 Make it work also for coding systems not using CCL.
5799
5800 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5801
5802 * simple.el (previous-matching-history-element)
5803 (next-matching-history-element): Doc fix.
5804
5805 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5806 specific part.
5807
5808 2001-02-06 Dave Love <fx@gnu.org>
5809
5810 * add-log.el (add-log-current-defun-function)
5811 (add-log-buffer-file-name-function, add-log-file-name-function):
5812 Fix :type.
5813 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5814
5815 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5816
5817 * info.el (info-initialize): Remove the test for system-type when
5818 invocation-directory is non-nil.
5819
5820 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5821 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5822
5823 2001-02-06 Andrew Innes <andrewi@gnu.org>
5824
5825 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5826 absolute.
5827
5828 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5829
5830 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5831 buffers. When hi-lock turned on rather than only checking current
5832 buffer for regexps, all buffers are checked. Moved activation of
5833 font-lock to hi-lock-refontify. When font-lock turned off rather
5834 than removing added highlighting just in current buffer, remove it
5835 in all buffers. Changed edit menu text from "Automatic
5836 Highlighting" to "Regexp Highlighting" Documentation for
5837 highlighting phrases, minor documentation changes.
5838 (hi-lock-set-file-patterns): Execute only if there are new or
5839 existing file patterns.
5840 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5841 unfontify and, if a support mode is active, will not refontify the
5842 whole buffer. If necessary, turn on font lock. (Removed
5843 font-lock-unfontify and font-lock support-mode-specific calls,
5844 such as lazy-lock-fontify-window.)
5845 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5846 patterns are found. Not useful now since find-file-hook is removed
5847 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
5848 (hi-lock-face-phrase-buffer): New function. Also added related
5849 menu item and keybinding.
5850 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5851 (hi-lock-process-phrase): New function.
5852 (hi-lock-line-face-buffer): Doc fixes.
5853 (hi-lock-face-buffer): Doc fixes.
5854 (hi-lock-unface-buffer): Doc fixes.
5855
5856 2001-02-06 Gerd Moellmann <gerd@gnu.org>
5857
5858 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5859 dabbrev-ignored-regexps.
5860
5861 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5862
5863 * simple.el (kill-line): Doc fix.
5864
5865 2001-02-05 Dave Love <fx@gnu.org>
5866
5867 * loadup.el: Revert last two changes -- bootstrapping works with
5868 regenerated loaddefs.
5869
5870 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5871
5872 * isearch.el (isearch-forward): Doc fix.
5873
5874 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5875 of font-lock-defaults to backward-paragraph.
5876
5877 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5878
5879 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5880 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5881
5882 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5883
5884 * ebnf2ps.el: Eliminate time-stamp functions.
5885 (ebnf-version): New version (3.5).
5886 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5887 format-time-string.
5888
5889 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5890
5891 * simple.el (next-line): Goto end-of-line before inserting a newline.
5892
5893 2001-02-05 Miles Bader <miles@gnu.org>
5894
5895 * image-file.el (insert-image-file): When visiting an image, also
5896 set `truncate-lines' to t so that any fringe arrow looks correct.
5897
5898 2001-02-05 Kenichi Handa <handa@etl.go.jp>
5899
5900 * isearch.el (isearch-forward): Add description about input method
5901 in the docsting.
5902
5903 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5904
5905 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5906
5907 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5908
5909 * info.el (info-initialize): If installation-directory is nil, for
5910 DOS/Windows systems try looking in a sibling of invocation-directory.
5911
5912 2001-02-02 Gerd Moellmann <gerd@gnu.org>
5913
5914 * wid-edit.el (widget-button-click): Fix last change.
5915
5916 * frame.el (frame-notice-user-settings): When resizing the initial
5917 frame because the tool bar is off, also change the frame's top
5918 position if a negative top position was specified.
5919
5920 2001-02-02 Miles Bader <miles@gnu.org>
5921
5922 * image-file.el (insert-image-file): When visiting an image,
5923 suppress the cursor in the image buffer.
5924
5925 2001-02-01 Dave Love <fx@gnu.org>
5926
5927 * progmodes/f90.el (f90-mode): Remove startup message.
5928
5929 * vc-cvs.el: Remove autoloads. Require vc when compiling.
5930
5931 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5932
5933 * startup.el (command-line): Fix code determining whether or not
5934 to use delete-key-deletes-forward-mode.
5935
5936 2001-02-01 Andre Spiegel <spiegel@gnu.org>
5937
5938 * vc.el (vc-diff-switches): New user option.
5939 (vc-version-diff): Use it.
5940 (vc-diff-switches-list): New macro.
5941
5942 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5943 New customization options.
5944 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5945
5946 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5947
5948 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5949
5950 * msb.el (toplevel): Quote hook symbols.
5951
5952 2001-02-01 Kenichi Handa <handa@etl.go.jp>
5953
5954 * international/mule.el (make-coding-system): Add description
5955 about recognized properties in the docstring.
5956
5957 * international/mule-conf.el: Remove unused charsets
5958 mac-roman-lower and mac-roman-upper.
5959
5960 2001-01-31 Gerd Moellmann <gerd@gnu.org>
5961
5962 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5963 is in front of the left-margin, if any.
5964
5965 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5966 like `delete'.
5967
5968 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
5969
5970 * term/w32-win.el (mouse-set-font): Doc fix.
5971
5972 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
5973
5974 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5975 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5976 on already.
5977
5978 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
5979
5980 * files.el (save-buffer): Don't give message if (buffer-file-name)
5981 returns nil.
5982
5983 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5984
5985 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5986
5987 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5988 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5989
5990 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5991 display problems.
5992
5993 2001-01-31 Kenichi Handa <handa@etl.go.jp>
5994
5995 * international/mule.el (charset-info): Fix docstring.
5996
5997 * international/mule-diag.el (describe-character-set): Check final
5998 char valid before printing it.
5999
6000 2001-01-30 Gerd Moellmann <gerd@gnu.org>
6001
6002 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
6003
6004 * frame.el (frame-notice-user-settings): Do the tool-bar
6005 stuff only for graphical displays. Fix a braino.
6006
6007 * frame.el (frame-initialize): Create initial frame visible.
6008 (frame-notice-user-settings): When tool-bar has been switched off,
6009 correct the frame size and sync tool-bar-mode.
6010
6011 * startup.el (command-line): Remove manipulation of frame
6012 height for tool bars.
6013
6014 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6015
6016 * lpr.el: Compatibility with XEmacs and doc fixes.
6017 (lpr-windows-system, lpr-lp-system): New vars.
6018 (lpr-printer-switch): New defcustom.
6019 (printer-name, lpr-command): Customization fix.
6020 (print-region-1): Code fix.
6021 (print-region-new-buffer, printify-region): Indentation fix.
6022 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
6023 New functions.
6024
6025 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6026
6027 * msb.el (toplevel): Fix the eval-after-load.
6028
6029 2001-01-29 Dave Love <fx@gnu.org>
6030
6031 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
6032
6033 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
6034
6035 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
6036 (tcl-using-emacs-19-23): Consider Emacs 21+.
6037 (tcl-help-directory-list, tcl-command-switches): Fix :type.
6038 (tcl-add-emacs-menu): Supply menu name.
6039 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
6040
6041 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6042
6043 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
6044
6045 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
6046
6047 * pcvs.el (cvs-mark-fis-dead): New function.
6048 (cvs-mode-add): Use it.
6049 (cvs-mode-add-change-log-entry-other-window):
6050 Rebind change-log-default-name to itself rather than to nil.
6051
6052 2001-01-29 Sam Steingold <sds@gnu.org>
6053
6054 * vc-cvs.el: Replaced (require 'vc) with a bunch of
6055 `autoload' statements.
6056
6057 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
6058
6059 * files.el (confirm-kill-emacs): Doc fix.
6060
6061 * frame.el (frame-initialize): Doc fix.
6062
6063 * time-stamp.el (time-stamp-string): Doc fix.
6064
6065 * woman.el (WoMan-log-1): Make the log buffer writable.
6066 From Markus Rost <rost@math.ohio-state.edu>.
6067
6068 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6069
6070 * imenu.el (imenu-syntax-alist): Add autoload cookie for
6071 the `make-variable-buffer-local'.
6072
6073 2001-01-29 Dave Love <fx@gnu.org>
6074
6075 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
6076 (ansi-color-for-comint-mode-on, ansi-color-process-output):
6077 Add autoload cookie.
6078 (ansi-color-apply-sequence): Fix typo.
6079
6080 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6081
6082 * menu-bar.el (menu-bar-files-menu): Add menu items for
6083 Postscript printing in black and white.
6084
6085 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
6086 X-Mailman-Version, Precedence, List-Help, List-Post,
6087 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6088 Content-Type, Content-Length.
6089
6090 2001-01-29 Dave Love <fx@gnu.org>
6091
6092 * elide-head.el (elide-head): Make overlay evaporate.
6093
6094 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
6095
6096 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
6097
6098 * isearch.el (isearch-highlight): Don't punt if the display
6099 doesn't support colors, since isearch faces are defined for
6100 monochrome displays as well.
6101
6102 2001-01-27 Sam Steingold <sds@gnu.org>
6103
6104 * shell.el (shell-write-history-on-exit): Make sure that we are in
6105 the shell buffer (M-x tex-file RET inserted the error message into
6106 the TeX buffer).
6107
6108 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6109
6110 * simple.el (transient-mark-mode): Doc fix.
6111
6112 2001-01-27 Gerd Moellmann <gerd@gnu.org>
6113
6114 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
6115
6116 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6117
6118 * shell.el (shell-unquote-argument): If the shell is one of the
6119 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
6120 quote character.
6121 (shell-dumb-shell-regexp): Document that the shells which match
6122 this regexp are supposed to not treat a backslash as a quote character.
6123
6124 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
6125 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
6126
6127 2001-01-27 Richard M. Stallman <rms@gnu.org>
6128
6129 * dabbrev.el (dabbrev--substitute-expansion):
6130 Treat a one-capital-letter abbrev as "not all upper case",
6131 so as to force preservation of the expansion's pattern
6132 if the expansion starts with a capital letter.
6133
6134 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6135
6136 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6137 Doc fix.
6138
6139 * simple.el (transient-mark-mode): Document the fact that many
6140 commands act on the region when mark is active.
6141
6142 2001-01-27 Kenichi Handa <handa@etl.go.jp>
6143
6144 * international/quail.el (quail-setup-completion-buf): Make the
6145 multibyteness of current buffer inherited to Quail completion buffer.
6146 (quail-show-guidance-buf): Make the multibyteness of current
6147 buffer inherited to Quail guidance buffer.
6148 (quail-help): Make the multibyteness of current buffer inherited
6149 to Quail help buffer.
6150
6151 2001-01-26 Dave Love <fx@gnu.org>
6152
6153 * time-stamp.el: Doc fixes.
6154
6155 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
6156 (delphi-keyword-face, delphi-other-face): Fix :type.
6157
6158 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6159
6160 * mail/feedmail.el (feedmail): Add :link.
6161 (feedmail-send-it): Doc fix.
6162
6163 * mail/sendmail.el: Doc fixes.
6164 (sendmail-send-it): Fix the non-ASCII regexp and use
6165 rfc2047-encode-string.
6166
6167 * dired.el, dired-aux.el: Revert last change.
6168
6169 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6170
6171 * makefile.w32-in (DONTCOMPILE): Add various term files.
6172
6173 2001-01-26 Dave Love <fx@gnu.org>
6174
6175 * Makefile.in (DONTCOMPILE): Add various term files.
6176
6177 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6178
6179 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6180
6181 * startup.el (display-startup-echo-area-message): Make sure
6182 the echo area is resized to fit the size of the startup message.
6183
6184 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6185 part of which is a constant.
6186
6187 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6188
6189 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
6190
6191 2001-01-26 Richard M. Stallman <rms@gnu.org>
6192
6193 * simple.el (next-line): Don't let `newline' expand abbrevs.
6194 Simplify slightly.
6195 (open-line): Don't let `newline' expand abbrevs.
6196
6197 2001-01-25 John Wiegley <johnw@gnu.org>
6198
6199 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6200 to `repeat' in the :type field.
6201
6202 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6203 allow a choice of regexp or nil.
6204 (pcomplete-dir-ignore): Same.
6205
6206 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6207 a command) to always fail.
6208
6209 2001-01-25 Gerd Moellmann <gerd@gnu.org>
6210
6211 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6212 discard the result.
6213 (iswitchb-to-end): Likewise.
6214
6215 2001-01-25 Sam Steingold <sds@gnu.org>
6216
6217 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
6218 Require vc.
6219
6220 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6221
6222 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6223
6224 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6225
6226 2001-01-25 Dave Love <fx@gnu.org>
6227
6228 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6229 (describe-coding-system): Tweak the English text.
6230
6231 * loadup.el: Preload international/ccl for utf-8.
6232
6233 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6234
6235 * mail/rmail.el (rmail-redecode-body): Doc fix.
6236
6237 2001-01-25 Kenichi Handa <handa@etl.go.jp>
6238
6239 * international/mule-cmds.el (reset-language-environment):
6240 Reset coding-category-utf-8 to mule-utf-8.
6241
6242 * international/mule-conf.el (coding-category-utf-8):
6243 Initialize to mule-utf-8.
6244
6245 * loadup.el: Preload international/utf-8.
6246
6247 * international/utf-8.el: New file.
6248
6249 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6250
6251 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6252
6253 2001-01-24 Sam Steingold <sds@gnu.org>
6254
6255 * dired.el (dired-replace-in-string): Removed.
6256 (dired-sort-toggle): Use `replace-regexps-in-string'
6257 instead of `dired-replace-in-string'.
6258
6259 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6260 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
6261
6262 * gs.el (gs-replace-in-string): Removed.
6263 (gs-options): Use `replace-regexps-in-string'
6264 instead of `gs-replace-in-string'.
6265
6266 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6267
6268 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6269 bug report is mailed to an email list and posted to a news group.
6270
6271 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6272
6273 * comint.el (comint-replace-by-expanded-history-before-point):
6274 Fix change of 2000-08-03 to move point to the start of the line again.
6275
6276 * startup.el (tool-bar-images-pixel-height): New variable.
6277 (command-line): After loading the user's init file, when
6278 tool-bar-mode is on, increase the frame's size by some lines for
6279 the tool-bar.
6280
6281 * frame.el (frame-initialize): Create the initial frame invisible.
6282
6283 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6284
6285 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6286 (chinese-big5): MIME:Big5.
6287
6288 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6289
6290 * international/mule-cmds.el (universal-coding-system-argument):
6291 Handle commands with prefix args.
6292
6293 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6294
6295 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6296 being a list of numbers.
6297 (diary-mail-entries): Rewritten.
6298
6299 2001-01-23 Dave Love <fx@gnu.org>
6300
6301 * international/mule.el (make-coding-system): Fix typo.
6302
6303 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6304 Add backward-paragraph as font-lock-beginning-of-syntax-function.
6305
6306 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6307
6308 * font-lock.el (font-lock-mode): Doc fix.
6309
6310 2001-01-23 Kenichi Handa <handa@etl.go.jp>
6311
6312 * international/mule.el (make-translation-table): Fix docstring.
6313
6314 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6315
6316 * mail/rmail.el (rmail-redecode-body): New function.
6317
6318 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6319
6320 2001-01-22 Gerd Moellmann <gerd@gnu.org>
6321
6322 * isearch.el (isearch-lazy-highlight-case-fold-search)
6323 (isearch-lazy-highlight-regexp): New variables.
6324 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6325 case-fold search or regexp search has been toggled.
6326
6327 * wid-edit.el (widget-button-click): Avoid a save-excursion
6328 around running a global binding.
6329
6330 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6331 to 0.25.
6332
6333 2001-01-20 Miles Bader <miles@gnu.org>
6334
6335 * cus-edit.el (custom-face-save): Do post-processing on the face's
6336 new value like `custom-face-set' does.
6337
6338 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6339
6340 * mail/emacsbug.el (report-emacs-bug): Report the value of
6341 LC_CTYPE, not LC_TYPE.
6342
6343 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6344 isearch-toggle-regexp and isearch-edit-string to doc string.
6345
6346 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6347
6348 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6349 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6350
6351 * jit-lock.el (jit-lock-fontify-now): Don't bind
6352 font-lock-beginning-of-syntax-function to nil.
6353
6354 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6355
6356 * mail/emacsbug.el (report-emacs-bug): Report values of
6357 locale-coding-system, default-enable-multibyte-characters, and the
6358 environment variables LC_ALL, LC_TYPE, and LANG.
6359
6360 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6361
6362 * font-lock.el (font-lock-default-fontify-region): Fix last change.
6363
6364 * font-lock.el (font-lock-multiline): Default to nil.
6365 (font-lock-default-fontify-region): If font-lock-multiline is
6366 nil, don't check the property `font-lock-multiline'.
6367
6368 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6369 is nil, don't check the `font-lock-multiline' text property.
6370
6371 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6372
6373 * viper.el: Call initial-major-mode on startup.
6374
6375 * ediff.el (ediff-patch-file): Use better defaults.
6376
6377 * ediff-vers.el: Fix for 8+3 DOS file systems.
6378
6379 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
6380
6381 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6382 diff mode, if available.
6383
6384 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6385
6386 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
6387
6388 * ediff-init.el (subst-char-in-string): Define and use it, unless
6389 it's already defined.
6390
6391 2001-01-18 Gerd Moellmann <gerd@gnu.org>
6392
6393 * tooltip.el (tooltip-hide-delay): New user-option.
6394 (tooltip-show): Use tooltip-hide-delay instead of the default.
6395
6396 2001-01-18 Kenichi Handa <handa@etl.go.jp>
6397
6398 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6399 kill-local-variable doesn't work for enable-multibyte-characters.
6400
6401 2001-01-17 Dave Love <fx@gnu.org>
6402
6403 * ediff-init.el (ediff-before-setup-hook)
6404 (ediff-merge-filename-prefix): Add :version.
6405
6406 * international/latin1-disp.el: Require disp-table.
6407 (latin1-display): Fix :set.
6408
6409 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6410
6411 2001-01-17 Gerd Moellmann <gerd@gnu.org>
6412
6413 * isearch.el (isearch-lazy-highlight-initial-delay)
6414 (isearch-lazy-highlight-interval): Default to 0.
6415
6416 2001-01-17 Bob Glickstein <bobg@zanshin.com>
6417
6418 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6419 1 here rather than each time through
6420 isearch-lazy-highlight-new-loop.
6421 (isearch-lazy-highlight-max): Variable deleted.
6422 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6423 isearch-lazy-highlight-max but controls a single invocation of
6424 isearch-lazy-highlight-update.
6425 (isearch-lazy-highlight-wrapped): Variable recreated.
6426 (isearch-lazy-highlight-window-start): New variable.
6427 (isearch-lazy-highlight-cleanup): Restored to behavior of
6428 before 2-Jan.
6429 (isearch-lazy-highlight-remove-overlays): Function deleted;
6430 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6431 behavior removed.
6432 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6433 isearch-lazy-highlight-update in a loop rather than just once.
6434 Test isearch-invalid-regexp here and decide not to start a new
6435 loop, rather than testing it each time through
6436 isearch-lazy-highlight-update.
6437 (isearch-lazy-highlight-search): Function restored.
6438 (isearch-lazy-highlight-update): Get called in a timer loop again,
6439 but this time highlight more than one match each time through.
6440 Only highlight matches in the visible part of the window.
6441 Start at point, move in the direction of the search, and wrap around at
6442 the edge of the window. Use sit-for to force redisplay and ensure
6443 window-start is credible. "Face suppressing" behavior removed;
6444 overlay priorities should make it unnecessary, right?
6445 (isearch-highlight): Face suppressing behavior removed.
6446 (isearch-dehighlight): Face suppressing behavior removed.
6447 (isearch-set-lazy-highlight-faces-at): Removed.
6448
6449 2001-01-17 Kenichi Handa <handa@etl.go.jp>
6450
6451 * language/european.el ("Latin-1"): Make the format of description
6452 about additional language environments same as that of Latin-2.
6453
6454 2001-01-16 Dave Love <fx@gnu.org>
6455
6456 * isearch.el (isearch-lazy-highlight): Add :version.
6457
6458 * simple.el (backward-delete-char-untabify-method)
6459 (next-line-add-newlines): Add :version.
6460
6461 2001-01-16 Gerd Moellmann <gerd@gnu.org>
6462
6463 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6464 Don't bind <delete> otherwise.
6465
6466 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6467 and <delete> via function-key-map.
6468
6469 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6470 Subject line only if point is after the `Subject:'.
6471
6472 2001-01-16 Kenichi Handa <handa@etl.go.jp>
6473
6474 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6475 japanese-jisx0213-2 in `charset' property of this lang. env.
6476
6477 * language/european.el ("Latin-1"): Add description for Dutch and
6478 Spanish lang. env.
6479
6480 * international/mule.el (decode-char): Fix conditions.
6481 (encode-char): Handle eight-bit-control too.
6482 (transform-make-coding-system-args): New function.
6483 (make-coding-system): Accept XEmacs style arguments for CCL base
6484 coding system.
6485
6486 2001-01-15 Gerd Moellmann <gerd@gnu.org>
6487
6488 * progmodes/etags.el (find-tag-noselect): Save the value of
6489 tags-file-name before switching buffers, for the case it has a
6490 buffer-local value.
6491
6492 2001-01-15 Alex Schroeder <alex@gnu.org>
6493
6494 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6495 From Dave Love <fx@gnu.org>.
6496 (ansi-color-for-comint-mode): Fix :version.
6497
6498 2001-01-15 Alex Schroeder <alex@gnu.org>
6499
6500 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6501
6502 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6503
6504 * dired.el (dired-insert-directory): If file-system-info fails,
6505 remove the " free " part, but don't signal an error.
6506
6507 2001-01-12 Sam Steingold <sds@gnu.org>
6508
6509 * bookmark.el (bookmark-maybe-historicize-string):
6510 Use new backquote syntax.
6511
6512 2001-01-12 Richard M. Stallman <rms@gnu.org>
6513
6514 * subr.el (last): Handle a list that doesn't end in nil.
6515
6516 2001-01-12 Sam Steingold <sds@gnu.org>
6517
6518 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6519 to `backward-delete-char-untabify'.
6520
6521 2001-01-12 Dave Love <fx@gnu.org>
6522
6523 * cus-edit.el (customize-menu-create): Fix the :filter following
6524 easymenu change.
6525
6526 * wid-edit.el (function): Add :match-alternatives.
6527 (widget-color-action): Doc fix.
6528
6529 2001-01-12 Gerd Moellmann <gerd@gnu.org>
6530
6531 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6532
6533 2001-01-12 Kenichi Handa <handa@etl.go.jp>
6534
6535 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
6536
6537 * international/ccl.el (define-ccl-program): Fix docstring.
6538
6539 2001-01-11 Dave Love <fx@gnu.org>
6540
6541 * international/mule-cmds.el (standard-display-european-internal):
6542 Set display table for 2208 as for 160.
6543
6544 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6545
6546 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6547 entry for custom-menu-create change.
6548 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6549 don't cons it in the search loop.
6550
6551 * imenu.el (imenu--truncate-items): Revert last change.
6552
6553 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6554
6555 * info.el (Info-setup-header-line): If the node header includes
6556 either Next: or Prev: links, don't show the File: and Node: parts
6557 in the header line.
6558
6559 2001-01-11 Gerd Moellmann <gerd@gnu.org>
6560
6561 * comint.el (comint-goto-process-mark): Don't print a message
6562 when running in batch mode.
6563
6564 * isearch.el (isearch-search): In the condition-case handler for
6565 `error', set isearch-invalid-regexp to the whole error message.
6566
6567 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6568 ensure that eval-after-load works for files dumped with Emacs.
6569
6570 * help.el (load-symbol-file-load-history): New function extracted
6571 from function symbol-file.
6572 (symbol-file): Use it.
6573
6574 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
6575
6576 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6577
6578 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6579 behave as if there were no prefix argument.
6580 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6581 argument were nil.
6582
6583 2001-01-11 Richard M. Stallman <rms@gnu.org>
6584
6585 * isearch.el (isearch-lazy-highlight-update):
6586 Don't look for more potential matches once maximum is exceeded.
6587 Use overlays-in to check correctly for overlap with current match.
6588 Ignore empty matches.
6589
6590 2001-01-11 Miles Bader <miles@gnu.org>
6591
6592 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6593 (ispell-overlay-window, ispell-help, ispell-show-choices)
6594 (ispell-command-loop): Use it instead of `window-height'.
6595
6596 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6597
6598 * files.el (confirm-kill-emacs): New user-option.
6599 (save-buffers-kill-emacs): Ask for final confirmation before
6600 killing Emacs.
6601
6602 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6603 to nil.
6604
6605 2001-01-10 Dave Love <fx@gnu.org>
6606
6607 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6608
6609 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
6610
6611 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6612
6613 * calculator.el (calculator-number-digits): Fix :type.
6614
6615 * vc-cvs.el (vc-cvs-header): Fix :type.
6616 * vc-rcs.el (vc-rcs-header): Fix :type.
6617 * vc-sccs.el (vc-sccs-header): Fix :type.
6618
6619 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6620
6621 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6622
6623 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6624
6625 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6626
6627 * simple.el (set-variable): Force a thorough redisplay for the
6628 case that the variable has an effect on the display, like
6629 `tab-width' has.
6630
6631 2001-01-10 Andre Spiegel <spiegel@gnu.org>
6632
6633 * vc.el: Add documentation for backend interface.
6634
6635 2001-01-10 Kenichi Handa <handa@etl.go.jp>
6636
6637 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6638
6639 * international/mule-conf.el (latin-extra-code-table): Set to t
6640 for \223 and \224.
6641
6642 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6643
6644 * international/mule-cmds.el (locale-language-names): Map "es" to
6645 "Spanish" and "nl" to "Dutch".
6646
6647 2001-01-09 Gerd Moellmann <gerd@gnu.org>
6648
6649 * bindings.el (global-map): Bind <home> to beginning-of-line,
6650 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6651 C-<end> to end-of-buffer.
6652
6653 * language/european.el: Add Dutch and Spanish language info
6654 to be able to use the appropriate tutorials.
6655
6656 2001-01-09 Alex Schroeder <alex@gnu.org>
6657
6658 * ansi-color.el (ansi-color-process-output): Use markers instead
6659 of positions for start and end of region.
6660 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6661 Previously, occasional mistakes happend when fontifying many
6662 chunks of output (eg. ls --color=yes /dev). This happened
6663 whenever an overlay was created up to the end of the region, which
6664 coincided with the process-mark. New text would then be added
6665 within that overlay instead of after it.
6666 (ansi-color-make-extent): Overlays are created with the property
6667 `modification-hooks' set to '(ansi-color-freeze-overlay).
6668 (ansi-color-freeze-overlay): New function. When inserting text at
6669 the end of the overlay, the overlay will resize.
6670
6671 2000-01-09 Alex Schroeder <alex@gnu.org>
6672
6673 * ansi-color.el (ansi-color-process-output): Doc change.
6674 (ansi-color-unfontify-region): Doc change. No longer installed
6675 automatically in font-lock-unfontify-region-function.
6676 (ansi-color-apply): Doc change.
6677 (ansi-color-apply-on-region): Use extents or overlays instead of
6678 text-properties.
6679 (ansi-color-make-extent): New function.
6680 (ansi-color-set-extent-face): New function.
6681
6682 2000-01-09 Alex Schroeder <alex@gnu.org>
6683
6684 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6685 both use ansi-color-process-output, now.
6686 (ansi-color-process-output): Doesn't return string anymore. It is
6687 installed in comint-output-filter-functions for both Emacs and
6688 XEmacs, now.
6689 (ansi-color-unfontify-region): Simplified code removing variables
6690 pos and start-ansi.
6691 (ansi-color-apply): Put text-property ansi-color before putting
6692 text-property face because ansi-color-unfontify-region is called
6693 immediately after the call to put-text-property.
6694 (ansi-color-context-region): Doc change.
6695 (ansi-color-filter-region): Simplified code.
6696 (ansi-color-apply-on-region): Changed start to start-marker, using
6697 a marker explicitly. Put text-property ansi-color before putting
6698 text-property face because ansi-color-unfontify-region is called
6699 immediately after the call to put-text-property.
6700
6701 2000-01-09 Alex Schroeder <alex@gnu.org>
6702
6703 * ansi-color.el (ansi-color-faces-vector): Doc change.
6704 (ansi-color-for-comint-mode): Changed :type property to choice.
6705 (ansi-color-last-context): Removed.
6706 (ansi-color-process-output): Don't use ansi-color-last-context, as
6707 the main functions will store their context now.
6708 (ansi-color-context): Doc change.
6709 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6710 Uses ansi-color-context such that repeated calls will strip
6711 partial escape sequences, too.
6712 (ansi-color-apply): Simplified code. Colorize end of string if
6713 face is not null. Store context in new (FACE STRING) format, such
6714 that repeated calls will strip partial escape sequences, too.
6715 Append faces to face property using ansi-color-apply-sequence such
6716 that cumulative mode actually works.
6717 (ansi-color-context-region): New variable.
6718 (ansi-color-filter-region): Rewrote it based on
6719 ansi-color-apply-on-region. Uses ansi-color-context-region such
6720 that repeated calls will strip partial escape sequences, too.
6721 (ansi-color-apply-on-region): Simplified code. Colorize end of
6722 region if face is not null. Store context in new (FACE POS)
6723 format, such that repeated calls will strip partial escape
6724 sequences, too. Append faces to face property using
6725 ansi-color-apply-sequence such that cumulative mode actually works.
6726 (ansi-color-apply-sequence): New function.
6727 (ansi-color-get-face): When the default face is added to the list
6728 of faces, all previous settings are discarded and the list of
6729 faces is set to '(default).
6730
6731 2000-01-09 Alex Schroeder <alex@gnu.org>
6732
6733 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6734 face, such that ansi-color-apply and ansi-color-apply-on-region
6735 will do the right thing.
6736 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6737 returns nil, set the list of faces back to nil instead of
6738 appending the result of ansi-color-get-face to the front of the list.
6739
6740 2000-01-09 Alex Schroeder <alex@gnu.org>
6741
6742 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6743 (ansi-color-process): Doc change.
6744 (ansi-color-last-context): New buffer-local variable.
6745 (ansi-color-process-output): New function. It is automatically
6746 added to comint-output-filter-functions if this is XEmacs.
6747 (ansi-color-unfontify-region): New optional parameter for XEmacs
6748 compatibility. Check wether font-lock-syntactic-keywords is
6749 boundp before removing the syntax table text property, as XEmacs
6750 doesn't have it.
6751 (ansi-color-filter-region): Doc change.
6752 (ansi-color-apply-on-region): Doc change.
6753 (ansi-color-make-face): New function. Compatibility layer for
6754 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6755 (ansi-color-make-color-map): Use ansi-color-make-face.
6756 (ansi-color-get-face): Avoid face text property '(nil) as results
6757 in an errow for XEmacs.
6758
6759 2000-01-09 Alex Schroeder <alex@gnu.org>
6760
6761 * ansi-color.el (ansi-color-unfontify-region): New function.
6762 Uses text-property ansi-color in order to preserve fontification by
6763 ansi-color. When the package is loaded, a lambda expression is
6764 put onto font-lock-mode-hook. This lambda expression will check
6765 font-lock-unfontify-region-function and replace
6766 font-lock-default-unfontify-region with ansi-color-unfontify-region.
6767 (ansi-color-apply): Add text-property ansi-color in addition to
6768 text-property face.
6769 (ansi-color-apply-on-region): Add text-property ansi-color in
6770 addition to text-property face.
6771 (save-buffer-state): Copy of the macro that is also used by
6772 lazy-lock and font-lock.
6773
6774 (ansi-color-for-comint-mode): New option.
6775 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6776 (ansi-color-for-comint-mode-off): Ditto.
6777 (ansi-color-for-comint-mode-filter): Ditto.
6778 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6779 decide what to do. This function is added to
6780 comint-preoutput-filter-functions when the package is loaded.
6781
6782 (ansi-color-for-shell-mode-set): Removed.
6783 (ansi-color-for-shell-mode): Removed.
6784
6785 2000-01-09 Alex Schroeder <alex@gnu.org>
6786
6787 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6788 the lambda expression from the ansi-color-for-shell-mode :set
6789 property. Additionally, modify shell-mode-hook to enable or
6790 disable font-lock-mode for future shell buffers.
6791 (ansi-color-for-shell-mode): The :set property calls
6792 ansi-color-for-shell-mode-set instead of a lambda expression.
6793
6794 2000-01-09 Alex Schroeder <alex@gnu.org>
6795
6796 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6797 (ansi-color-context): New variable.
6798 (ansi-color-apply): Save context between calls.
6799
6800 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6801
6802 * isearch.el (isearch, isearch-lazy-highlight-face):
6803 New definitions for face colors and attributes.
6804
6805 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6806 of display-mouse-p.
6807
6808 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6809
6810 * international/mule.el (make-coding-system): If the coding system
6811 accepts extra latin codes, register such codes as safe for the
6812 coding system.
6813
6814 2001-01-08 Richard M. Stallman <rms@gnu.org>
6815
6816 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6817 don't mention the file name or the date here, because they are
6818 logged at the start of the file.
6819
6820 2001-01-08 Richard M. Stallman <rms@gnu.org>
6821
6822 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6823 Change screen-width to frame-width.
6824
6825 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6826
6827 * info.el (Info-search): Print the default as part of the prompt.
6828
6829 2001-01-08 Andre Spiegel <spiegel@gnu.org>
6830
6831 * vc.el (vc-default-latest-on-branch-p): New function, replaces
6832 constant implementations in backends.
6833
6834 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6835 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6836
6837 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6838 WRITABLE to EDITABLE.
6839
6840 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6841 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6842 to EDITABLE.
6843
6844 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6845
6846 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
6847 (copyright, copyright-update): Compute the current year at run time.
6848
6849 2001-01-08 Gerd Moellmann <gerd@gnu.org>
6850
6851 * isearch.el (isearch-old-signal-hook): Removed.
6852 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6853 instead of setting signal-hook-function.
6854 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6855
6856 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
6857
6858 * emulation/edt.el: Update to version 4.0. Provide support for
6859 EDT scroll margins at top and bottom of the window. Provide an
6860 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6861 default). Enhance edt-quit, bound to GOLD-q by default, to warn
6862 user when file-related buffer modifications exist.
6863 Provide support for running EDT Emulation in XEmacs.
6864 Provide customize access to some user updatable variables.
6865 Add Commentary section to file header.
6866 Fixed a few minor bugs and cleaned up some code.
6867
6868 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6869 for detecting a keypress that generates an ASCII key sequence.
6870 (Previously, only a keypress that generates a vector was
6871 recognized.) Embed Window Manager name into name of the generated
6872 EDT Emulation initialization file since the initialization file is
6873 Window Manager specific. Add Commentary section to file header.
6874
6875 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6876
6877 * mail/sendmail.el (mail-mode): Doc fix.
6878
6879 * info.el (Info-goto-emacs-command-node): Doc fix.
6880 (Info-goto-emacs-key-command-node): Doc fix.
6881
6882 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6883
6884 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
6885 systems without long file-name support.
6886
6887 2001-01-06 Andrew Innes <andrewi@gnu.org>
6888
6889 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6890
6891 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6892
6893 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6894 (isearch-lazy-highlight-update): Doc fix.
6895
6896 * ffap.el (ffap-bindings): Doc fix.
6897
6898 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6899
6900 2001-01-05 Dave Love <fx@gnu.org>
6901
6902 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6903
6904 2001-01-05 Gerd Moellmann <gerd@gnu.org>
6905
6906 * mouse-drag.el (mouse-drag-safe-scroll):
6907 Bind scroll-preserve-screen-position to nil.
6908
6909 * isearch.el (isearch-old-signal-hook): New variable.
6910 (isearch-mode): Set signal-hook-function to isearch-done.
6911 (isearch-done): Restore old signal-hook-function.
6912
6913 * info.el (Info-fontify-node): Mark one more char as intangible.
6914
6915 2000-01-05 Kenichi Handa <handa@etl.go.jp>
6916
6917 * composite.el (compose-last-chars): New argument COMPONENTS.
6918 If it is non-nil, compose preceding characters by compose-region with
6919 COMPONENTS.
6920
6921 * international/quail.el (quail-input-string-to-events): New function.
6922 (quail-input-method): Convert input string to events here.
6923 (quail-start-translation): Return input string, not event list.
6924 (quail-start-conversion): Likewise.
6925
6926 2001-01-04 Gerd Moellmann <gerd@gnu.org>
6927
6928 * tooltip.el (tooltip-cancel-delayed-tip)
6929 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6930 and tooltip-add-timeout.
6931 (tooltip-show): Set border color from faces's foreground.
6932 (tooltip-show-help-function): If called with the same help string
6933 as last time, do nothing.
6934 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6935
6936 * startup.el (fancy-splash-screens): Don't bind show-help-function
6937 to nil.
6938
6939 * tooltip.el (tooltip-frame-parameters): Remove colors.
6940 (tooltip): New face
6941 (tooltip-set-param): New function.
6942 (tooltip-show): Set up color frame parameters from face `tooltip'.
6943 Display the tooltip text in face `tooltip'.
6944
6945 2001-01-04 Dave Love <fx@gnu.org>
6946
6947 * whitespace.el (whitespace-global-mode): Fix typo.
6948
6949 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6950
6951 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6952
6953 * help.el (help-for-help): Fix a typo in a doc string.
6954 From kwzh@gnu.org (Karl Heuer).
6955
6956 2001-01-03 Dave Love <fx@gnu.org>
6957
6958 * dired-x.el: Doc fixes. Maintainer change.
6959 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
6960 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6961 (dired-guess-shell-alist-user): Customize.
6962 (dired-x-help-address): Set to bug-gnu-emacs.
6963 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6964 (dired-default-directory): Renamed from default-directory.
6965
6966 * hl-line.el (hl-line): Doc fix.
6967
6968 2001-01-03 Karl Fogel <kfogel@red-bean.com>
6969
6970 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
6971
6972 2001-01-02 Richard M. Stallman <rms@gnu.org>
6973
6974 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6975 to remove all the current alternative-match highlighting.
6976 If nil, remove only what's outside the current window.
6977 (isearch-lazy-highlight-remove-overlays): Take optional
6978 region within which NOT to remove them.
6979 (isearch-lazy-highlight-new-loop): Greatly simplified.
6980 (isearch-lazy-highlight-update): Find all the other occurrences
6981 visible in the window, in just one call.
6982 (isearch-lazy-highlight-start): Now holds start of region to scan.
6983 (isearch-lazy-highlight-end): Now holds end of region to scan.
6984 (isearch-lazy-highlight-wrapped): Variable deleted.
6985 (isearch-lazy-highlight-search): Function deleted.
6986
6987 2000-01-02 Andrew Innes <andrewi@gnu.org>
6988
6989 * w32-fns.el (convert-standard-filename): Do length check on name
6990 before aref.
6991
6992 2001-01-02 Dave Love <fx@gnu.org>
6993
6994 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6995 value.
6996 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6997
6998 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6999
7000 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
7001 read syntax.
7002
7003 * calendar/todo-mode.el (todo): Add :link, :version.
7004 (todo-save-top-priorities): Remove autoload cookie.
7005 (todo-add-category, todo-add-item-non-interactively)
7006 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
7007
7008 2001-01-02 Gerd Moellmann <gerd@gnu.org>
7009
7010 * comint.el (comint-input-history-ignore): New variable.
7011 (comint-read-input-ring): Ignore entries matching
7012 comint-input-history-ignore.
7013
7014 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
7015
7016 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
7017 (lm-copyright-mark): New function.
7018 (lm-crack-copyright): New function.
7019 (lm-verify): Check that the file has a copyright.
7020 Check that the file is copyright Free Software Foundation.
7021
7022 2000-12-30 Kenichi Handa <handa@etl.go.jp>
7023
7024 * international/mule-diag.el (print-fontset): Indent font name by
7025 24 columns, not 25.
7026
7027 2000-12-29 Gerd Moellmann <gerd@gnu.org>
7028
7029 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
7030 in Subject line.
7031
7032 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
7033 Use mail-mode-hook instead of mail-setup-hook.
7034 Otherwise continuing an interrupted message with C-u C-x m for
7035 instance, winds up in Mail mode without abbrevs.
7036
7037 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7038
7039 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
7040 non-nil. Adding almost all customization variables on ps-setup.
7041 Doc fix.
7042 (ps-print-version): New version number (6.3.3).
7043 (ps-end-with-control-d): Initialization fix.
7044 (ps-lines-printed): New var.
7045 (ps-skip-newline): New fun.
7046 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
7047 (ps-next-line, ps-continue-line, ps-plot-region)
7048 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
7049
7050 2000-12-29 Kenichi Handa <handa@etl.go.jp>
7051
7052 * international/fontset.el (x-complement-fontset-spec):
7053 Resolve ASCII font name so that the same family name is used for fonts
7054 registered in x-font-name-charset-alist.
7055 (create-fontset-from-fontset-spec): Adjusted for the above change.
7056 The name of fontset alias should be a unresolved ASCII font name.
7057
7058 2000-12-28 Gerd Moellmann <gerd@gnu.org>
7059
7060 * simple.el (delete-key-deletes-forward-mode): Bind backspace
7061 and delete in isearch-mode-map.
7062
7063 2000-12-28 Richard M. Stallman <rms@gnu.org>
7064
7065 * dired-x.el (dired-guess-shell-alist-default):
7066 Use xpdf instead of acroread.
7067
7068 2000-12-28 Kenichi Handa <handa@etl.go.jp>
7069
7070 * textmodes/artist.el (artist-butlast): Deleted.
7071 (artist-ellipse-mirror-quadrant): Use butlast instead of
7072 artist-butlast.
7073
7074 * subr.el (butlast, nbutlast): Moved from cl.el to here.
7075
7076 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
7077
7078 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7079
7080 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
7081
7082 * ls-lisp.el: Better support for the Mac and MS-Windows.
7083 (ls-lisp): New defgroup.
7084 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
7085 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
7086 (ls-lisp-support-shell-wildcards): New defcustoms.
7087 (ls-lisp-parse-symlink): New function.
7088 (insert-directory): Code to convert switches to a list and set up
7089 the wildcard argument copied from ls-lisp-insert-directory.
7090 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
7091 for -C and -R switches.
7092 (ls-lisp-column-format): New function.
7093 (ls-lisp-delete-matching, ls-lisp-handle-switches)
7094 (ls-lisp-format-time): Add doc strings.
7095 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
7096 Support ls-lisp-dirs-first.
7097 (ls-lisp-classify, ls-lisp-extension): New functions.
7098 (ls-lisp-format): Optionally support emulation of symlinks.
7099 Support -i, -s, and -G switches.
7100
7101 2000-12-27 Gerd Moellmann <gerd@gnu.org>
7102
7103 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
7104
7105 * version.el (emacs-version): Print X scroll bar information.
7106
7107 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
7108 instead of x-toolkit-scroll-bars-p.
7109
7110 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
7111 of x-toolkit-scroll-bars-p.
7112
7113 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7114
7115 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
7116 (ffap-bindings): Doc fix, to reflect the above change.
7117
7118 2000-12-27 Kenichi Handa <handa@etl.go.jp>
7119
7120 * term.el (term-char-mode): Define all non-ascii self-inserting
7121 characters to 'term-send-raw in term-raw-map.
7122
7123 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
7124
7125 * viper-init (viper-restore-cursor-type): Added condition-case guard.
7126
7127 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7128 Changed initialization; use add-hook.
7129 (ediff-file-remote-p): Use file-local-copy.
7130
7131 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7132
7133 * ediff.el (ediff-patch-buffer): Bug fix.
7134 (ediff-revision): Allow selection of the file at the prompt.
7135
7136 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7137
7138 * subr.el (combine-run-hooks): Remove.
7139
7140 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7141 and remove the rogue second spec.
7142
7143 2000-12-23 Gerd Moellmann <gerd@gnu.org>
7144
7145 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7146
7147 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7148
7149 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7150 Use minibuffer menu prompt for the `=' prefix.
7151 (smerge-command-prefix): Change default to C-^.
7152 (smerge-mode): Don't assume font-lock doesn't move point.
7153
7154 * skeleton.el (skeleton-internal-1): Make sure the first line of
7155 the region is also re-indented.
7156 (skeleton-end-newline): New var.
7157 (skeleton-end-hook): Use it.
7158
7159 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7160
7161 * comint.el (comint-password-prompt-regexp): Support CVS.
7162
7163 2000-12-22 Gerd Moellmann <gerd@gnu.org>
7164
7165 * simple.el (delete-key-deletes-forward-mode): Simplify.
7166 Also backspace key combinations, depending on
7167 delete-key-deletes-forward.
7168
7169 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7170
7171 * simple.el (delete-key-deletes-forward): Doc fix.
7172
7173 2000-08-22 Emmanuel Briot <briot@gnat.com>
7174
7175 * xml.el (top level comment): Updated to reflect the fact that
7176 white spaces are relevant in the XML file.
7177 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7178 to parse was already edited. This allows for on-the-fly analysis
7179 of XML files.
7180 (xml-parse-tag): Check that the casing is the same in the start
7181 tag and end tag, since XML is case-sensitive. Allows for spaces
7182 in the end tag, after the name of the tag.
7183 (xml-parse-attlist): Allow for the character '-' in the name of
7184 attributes, as in the standard http-equiv attribute Do not save
7185 the properties in the XML tree, since they are not relevant.
7186
7187 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7188
7189 * generic.el (generic-read-type): Undo last change, inline into
7190 `generic-mode' and then remove.
7191 (generic-mode): Inline generic-read-type.
7192 (define-generic-mode): Push the symbol name rather than the symbol
7193 onto generic-mode-list.
7194
7195 2000-12-21 Gerd Moellmann <gerd@gnu.org>
7196
7197 * generic.el (generic-read-type): Build an alist for
7198 completing-read as in 20.7.
7199
7200 * play/landmark.el (lm): Use interactive spec `P'.
7201 (toplevel): Don't set debug-on-error.
7202
7203 * server.el (server-switch-buffer): Choose a window on a visible frame.
7204
7205 2000-12-21 Dave Pearson <davep@davep.org>
7206
7207 * quickurl.el: Commentry change, I've moved my web site.
7208
7209 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7210
7211 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7212 ranges like \177-\237, but accepts the character sequence from \177 to
7213 \237. Doc fix.
7214 (ebnf-version): New version (3.4).
7215 (ebnf-setup): Code fix.
7216 (ebnf-range-regexp): New fun.
7217 (ebnf-8-bit-chars): Const fix.
7218
7219 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7220 entry. Doc fix.
7221 (ebnf-bnf-lex): Code fix.
7222 (ebnf-bnf-comment-chars): Const fix.
7223
7224 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7225 entry. Doc fix.
7226 (ebnf-iso-comment-chars): Const fix.
7227
7228 * ebnf-otz.el: Doc fix.
7229
7230 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7231 entry. Doc fix.
7232 (ebnf-yac-skip-code): Code fix.
7233 (ebnf-yac-comment-chars): Const fix.
7234
7235 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7236
7237 * files.el (insert-directory-safely): New function.
7238 (recover-file): Use it instead of insert-directory.
7239 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7240
7241 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7242
7243 * international/mule-cmds.el (select-safe-coding-system):
7244 Check coding-category-list more rigidly. Improve help message.
7245
7246 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7247
7248 2000-12-21 Miles Bader <miles@gnu.org>
7249
7250 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
7251
7252 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7253
7254 * international/mule-diag.el (describe-char-after): Make *Help*
7255 buffer inherit multibyteness of the current buffer.
7256
7257 * international/mule.el (make-char): Docstring adjusted for the
7258 change of make-char-internal.
7259
7260 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7261
7262 * international/iso-cvt.el: Docstrings fix.
7263
7264 2000-12-20 Dave Love <fx@gnu.org>
7265
7266 * subr.el (eval-after-load): Doc fix.
7267
7268 2000-12-20 Kenichi Handa <handa@etl.go.jp>
7269
7270 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7271 for numbers.
7272
7273 2000-12-20 Miles Bader <miles@gnu.org>
7274
7275 * international/quail.el (quail-help): Resize the help window
7276 again after it has all its contents. Remove unneeded progn.
7277
7278 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7279
7280 * pcmpl-linux.el: Fix copy/paste error.
7281
7282 2000-12-19 Andrew Innes <andrewi@gnu.org>
7283
7284 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
7285
7286 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7287
7288 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7289
7290 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7291
7292 * progmodes/idlw-shell.el: Fixed copyright notice.
7293
7294 * progmodes/idlwave.el: Fixed copyright notice.
7295
7296 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
7297 TAB as key separators.
7298
7299 2000-12-19 Alex Schroeder <alex@gnu.org>
7300
7301 * sql.el (sql-sybase-options): New option.
7302 (sql-sybase): Use it. Add sql-database to the list of parameters
7303 provided for login. The options -w 2048 -n are not used any more.
7304 (sql-postgres-options): Changed default from "--pset" to "-P".
7305 (sql-mysql-options): Doc change.
7306 (sql-stop): Doc change.
7307
7308 2000-12-19 Kenichi Handa <handa@etl.go.jp>
7309
7310 * international/quail.el (quail-input-method): Always hide
7311 the guidance buffer on exiting.
7312
7313 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7314
7315 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7316 isn't fboundp.
7317
7318 * server.el (server-buffer-done): Bury the buffer before
7319 killing it.
7320
7321 * faces.el (face-spec-set): Interpret a nil in specs for
7322 foreground and background colors as `unspecified', for
7323 compatibility with 20.x.
7324
7325 2000-12-18 Dave Love <fx@gnu.org>
7326
7327 * simple.el (mail-user-agent): Doc fix.
7328 (input-mode-8-bit): Removed.
7329
7330 * international/mule.el (set-keyboard-coding-system): Doc fix.
7331 (keyboard-coding-system): New option.
7332
7333 * mail/sendmail.el (send-mail-function): Customize.
7334
7335 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7336
7337 * international/codepage.el (cp866-decode-table): New table.
7338
7339 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7340
7341 * version.el (emacs-version): Remove `%a' from the time format
7342 because the weekday doesn't fit well into each locale.
7343
7344 2000-12-18 Miles Bader <miles@gnu.org>
7345
7346 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7347
7348 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
7349 Check that emacs-major-version is `=' to 20, not `>='.
7350 (artist-replace-chars): Use `make-string' instead of a loop.
7351
7352 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7353
7354 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7355 (cvs-execute-single-file): Don't change directory.
7356 Patch from Per Cederqvist.
7357
7358 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7359
7360 * textmodes/ispell.el (check-ispell-version):
7361 If `ispell-program-name' is "aspell", pass it the -v switch instead
7362 of -vv.
7363
7364 2000-12-16 Kenichi Handa <handa@etl.go.jp>
7365
7366 * international/mule-diag.el (mule-diag): Insert information about
7367 configure options, multibyte awareness, language env.
7368
7369 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7370 regexp to search for candidates.
7371
7372 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7373
7374 * info.el (Info-forward-node): If the node has an
7375 Info-header-line, widen the buffer before searching for "next:"
7376 and "up:" pointers, and set the search limit to stay in the
7377 current node.
7378
7379 2000-12-16 Miles Bader <miles@gnu.org>
7380
7381 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7382
7383 2000-12-15 Miles Bader <miles@gnu.org>
7384
7385 * comint.el (comint-send-string, comint-send-region): Also accept
7386 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7387 process-send-string/region.
7388
7389 2000-12-15 Gerd Moellmann <gerd@gnu.org>
7390
7391 * isearch.el (isearch-lazy-highlight-max): New user-option.
7392 (isearch-lazy-highlight-update): Don't highlight more than
7393 isearch-lazy-highlight-max matches.
7394
7395 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7396
7397 2000-12-15 Richard M. Stallman <rms@gnu.org>
7398
7399 * sort.el (sort-columns): Fix error message.
7400
7401 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7402 `upcase' or `downcase' or nil.
7403 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7404 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7405 (dabbrev--substitute-expansion): New arg record-case-pattern.
7406 If it is non-nil, set dabbrev--last-case-pattern.
7407 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7408
7409 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7410
7411 2000-12-15 Miles Bader <miles@gnu.org>
7412
7413 * paths.el (Info-default-directory-list): Don't delete
7414 configure-info-directory from the list of standard info
7415 directories when appending it to the end -- their order is important.
7416
7417 * faces.el (read-face-attribute): If there's no entry for the
7418 user's input in VALID, just use it as-is (this will often result
7419 in an error, but it may be OK for e.g. colors using hexadecimal
7420 notation, and at least will yield a better error message).
7421
7422 * window.el (mode-line-window-height-fudge): Function removed.
7423 (height-affecting-face-attributes, mode-line-window-height-fudge):
7424 Variables removed.
7425 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7426 window is really the right size. Use vertical-motion
7427 rather than forward-line.
7428 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7429 (ispell-command-loop, ispell-show-choices): Use the variable
7430 ispell-choices-win-default-height, rather than the function.
7431 (ispell-choices-win-default-height): Function removed.
7432 (ispell-mode-line-window-height-fudge): Function removed.
7433
7434 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7435
7436 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7437
7438 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7439
7440 * paths.el (Info-default-directory-list):
7441 If configure-info-directory is not one of the standard directories,
7442 put it first in the list; otherwise put it last. Doc string
7443 changed accordingly.
7444
7445 * info.el (Info-directory-list): Change doc string to reflect the
7446 change in Info-default-directory-list.
7447
7448 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7449 windows-nt as windowed environments, even under -nw.
7450
7451 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7452 if not fboundp. Switch delete-forward mode for the <delete> key
7453 on all PC platforms, even under -nw.
7454
7455 * term/internal.el ([M-delete]): Remap to M-d.
7456
7457 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7458
7459 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7460
7461 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7462
7463 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7464
7465 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7466
7467 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7468 if appropriate.
7469
7470 * simple.el (delete-key-deletes-forward): New user-option.
7471 (delete-key-deletes-forward-mode): New function.
7472
7473 * bindings.el: Bind `delete' to backward-delete-char.
7474
7475 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7476 Test if symbol is bound before getting its value.
7477
7478 * tooltip.el (tooltip-show): If an error is signaled in
7479 x-show-tip, display that error, and display the help in the
7480 echo area.
7481
7482 2000-12-14 Kenichi Handa <handa@etl.go.jp>
7483
7484 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7485 Show "... entries" messages for every 10000 entries, not 10.
7486
7487 2000-12-13 Karl Fogel <kfogel@red-bean.com>
7488
7489 * bookmark.el: Provide a generic exit hook, as suggested by
7490 Ovidiu Predescu <ovidiu@cup.hp.com>:
7491 (bookmark-exit-hook): New var.
7492 (bookmark-exit-hook-internal): New func, replaces
7493 old raw lambda form in `kill-emacs-hook', and runs new
7494 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7495 as logically that feature must have been provided if this function
7496 is running.
7497 Removed ;;;###autoload before the `add-hook' call.
7498
7499 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7500
7501 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7502 (easy-menu-current-active-maps): New function.
7503 (easy-menu-get-map): Use it.
7504 Make a proper menu entry when creating a new keymap.
7505
7506 2000-12-13 Kenichi Handa <handa@etl.go.jp>
7507
7508 * international/characters.el: Fix cases and syntaxes for
7509 mule-unicode-0100-24ff.
7510
7511 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7512 that a Japanese character is not appended after day and year.
7513
7514 * info.el (Info-suffix-list): Change format for a command that
7515 requires arguments.
7516 (info-insert-file-contents): Adjusted for the above change.
7517
7518 2000-12-12 Andreas Schwab <schwab@suse.de>
7519
7520 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7521 on the name of the tar buffer. Verify that the existing buffer is
7522 visiting the same subfile.
7523
7524 2000-12-12 Dave Love <fx@gnu.org>
7525
7526 * subdirs.el: Add obsolete.
7527
7528 2000-12-12 Gerd Moellmann <gerd@gnu.org>
7529
7530 * mail/rmailsum.el (rmail-summary-expunge)
7531 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7532 instead of rmail-confirm-expunge.
7533
7534 * replace.el (perform-replace): Don't use an empty match adjacent
7535 to a non-empty match when computing the next match before the
7536 replacement is performed.
7537
7538 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
7539
7540 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7541 definition (patch by Stefan Monnier).
7542 (glasses-mode): Use jit-lock instead of `after-change-functions'
7543 (patch by Stefan Monnier).
7544
7545 2000-12-12 Miles Bader <miles@gnu.org>
7546
7547 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7548 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7549
7550 2000-12-12 Andrew Choi <akochoi@i-cable.com>
7551
7552 * term/mac-win.el: Remove load for ls-lisp.
7553
7554 * loadup.el: Load ls-lisp for system-type `macos'.
7555
7556 2000-12-12 Miles Bader <miles@gnu.org>
7557
7558 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7559 Respect field end too.
7560 (just-one-space): Respect fields as `delete-horizontal-space'.
7561 (newline-and-indent, reindent-then-newline-and-indent):
7562 Use `delete-horizontal-space'.
7563
7564 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7565
7566 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7567 (so as to obey the field property in the minibuffer).
7568
7569 * obsolete/c-mode.el: Moved from lisp/progmodes.
7570 * obsolete/auto-show.el: Moved from lisp.
7571 * obsolete/ooutline.el: Moved from lisp/textmodes.
7572
7573 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7574
7575 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
7576 changes to list them here.
7577
7578 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7579 Too many changes to list them here.
7580
7581 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7582 Too many changes to list them here.
7583
7584 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7585
7586 2000-12-11 Gerd Moellmann <gerd@gnu.org>
7587
7588 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
7589
7590 * cus-edit.el (custom-save-variables, custom-save-faces):
7591 Comment fix.
7592
7593 * hscroll.el: Moved to `obsolete' subdir.
7594
7595 2000-12-11 Miles Bader <miles@gnu.org>
7596
7597 * window.el (window-text-height): Function removed (now in C).
7598
7599 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7600
7601 * log-edit.el (log-edit-parent-buffer): New var.
7602 (log-edit): Set it. Add BUFFER argument.
7603 (log-edit-done): Use char-before.
7604 Don't bother checking validity of vc-comment-ring.
7605 Only bury the buffer if log-edit popped it up.
7606
7607 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7608 (cvs-mode-diff-help): Remove.
7609 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
7610 (cvs-mode-marked): Set up the default for CMD manually.
7611
7612 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7613 Remove binding for ? now made unnecessary.
7614
7615 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7616
7617 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7618 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7619
7620 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7621 when master file is not open.
7622
7623 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7624
7625 * progmodes/ada-stmt.el: Update `maintainer'.
7626
7627 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
7628
7629 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7630 choices to match documentation string.
7631
7632 2000-12-09 Miles Bader <miles@gnu.org>
7633
7634 * minibuf-eldef.el: New file.
7635
7636 * window.el (fit-window-to-buffer): Don't pass last argument to
7637 pos-visible-in-window-p, now that its meaning is inverted.
7638
7639 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7640
7641 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7642 <ceder@lysator.liu.se>.
7643
7644 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7645
7646 * autoinsert.el (auto-insert-alist): Add missing final \n.
7647
7648 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7649 (cvs-menu-map): Remove.
7650 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7651 (cvs-mode-quit): Turn it back into a plain function.
7652
7653 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
7654 (texinfo-filter): Remove (move to texinfo.el).
7655
7656 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7657 file where it's more visible.
7658 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7659 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7660 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7661 (texinfo-inside-macro-p): Only catch `scan-error's.
7662 (texinfo-inside-env-p): Make better use of the match info.
7663 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7664 (texinfo-insert-@end): Slight re-organization.
7665 Also remove useless `looking-at' call.
7666
7667 2000-12-08 Andrew Innes <andrewi@gnu.org>
7668
7669 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7670 accessible in -nw mode.
7671
7672 * term/w32-win.el: Remove stuff about selection timeout, which is
7673 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7674 it is accessible in -nw mode.
7675
7676 2000-12-08 Dave Love <fx@gnu.org>
7677
7678 * emacs-lisp/lisp-mode.el (lisp-mode):
7679 Set font-lock-keywords-case-fold-search.
7680
7681 2000-12-08 Gerd Moellmann <gerd@gnu.org>
7682
7683 * textmodes/ispell.el (ispell): Doc fix.
7684
7685 2000-12-08 Kenichi Handa <handa@etl.go.jp>
7686
7687 * international/quail.el (quail-insert-decode-map): Check the
7688 frame width of a window displaying the current buffer, not that of
7689 the selected frame.
7690 (quail-help): Make sure that the help buffer has window before
7691 inserting text in it.
7692
7693 2000-12-07 Sam Steingold <sds@gnu.org>
7694
7695 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7696 Backquote is used in isearch.el, so autoloading saves nothing.
7697
7698 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7699
7700 * startup.el (normal-top-level-add-subdirs-to-load-path):
7701 Ignore the CVS and RCS subdirectories case-insensitively.
7702
7703 * dired.el (dired-insert-directory): If file-system-info is
7704 fboundp, call it instead of invoking dired-free-space-program.
7705
7706 2000-12-07 Gerd Moellmann <gerd@gnu.org>
7707
7708 * server.el (server-visit-files): Push files on file-name-history.
7709
7710 * progmodes/cc-langs.el: Update copyright.
7711
7712 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7713
7714 * bindings.el (mode-line-mode-menu): Add glasses-mode.
7715
7716 * bindings.el (mode-line-mode-menu): Reverse the order
7717 of define-keys so that the menu appears in alphabetical order.
7718
7719 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
7720
7721 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7722 of the function.
7723
7724 2000-12-07 Dave Love <fx@gnu.org>
7725
7726 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7727
7728 * facemenu.el (facemenu-unlisted-faces): Fix value.
7729
7730 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7731
7732 * font-lock.el (font-lock-default-fontify-region):
7733 Include the terminating \n (off-by-one error).
7734 (font-lock-set-defaults): Use dolist.
7735
7736 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7737
7738 2000-12-07 Kenichi Handa <handa@etl.go.jp>
7739
7740 * international/mule-cmds.el (describe-language-environment):
7741 Fix for the case that an input method title is not string but a list.
7742
7743 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7744 of wrong SIZE record.
7745
7746 2000-12-06 Dave Love <fx@gnu.org>
7747
7748 * newcomment.el (comment-region, comment-dwim): Doc fix.
7749
7750 * textmodes/texinfo.el: Require tex-mode when compiling.
7751 (texinfo-update-node): Doc fix.
7752 (texinfo-imenu-generic-expression): Add @anchor.
7753 (texinfo-font-lock-keywords): Add @uref.
7754 (texinfo-inside-macro-p): Don't use ignore-errors.
7755 (texinfo-insert-quote): Match more contexts.
7756
7757 * international/mule.el (decode-char, encode-char): Doc fix.
7758 (auto-coding-alist): Customize.
7759
7760 * files.el (load-file): Fix change of 2000-03-12.
7761
7762 * wid-edit.el (widget-text-keymap): Doc fix.
7763
7764 2000-12-06 Andrew Innes <andrewi@gnu.org>
7765
7766 * makefile.w32-in (lisp): Set to an absolute directory, namely
7767 $(CURDIR).
7768
7769 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7770
7771 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7772 read generated-autoload-file, and set buffer-file-coding-system to
7773 raw-text-unix after reading the file.
7774
7775 * international/mule-conf.el (file-coding-system-alist):
7776 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
7777
7778 2000-12-06 Gerd Moellmann <gerd@gnu.org>
7779
7780 * replace.el (occur): Make line-number-width 1 smaller for the
7781 colon following the line number.
7782
7783 * startup.el (fancy-splash-text, command-line-1):
7784 Use `File' for the menu name instead of `Files'.
7785
7786 * tmm.el: Update copyright.
7787
7788 * cus-start.el: Add entry for even-window-heights.
7789
7790 2000-12-06 Miles Bader <miles@gnu.org>
7791
7792 * faces.el (frame-set-background-mode): Avoid stomping on
7793 locally modified faces.
7794
7795 2000-12-06 Kenichi Handa <handa@etl.go.jp>
7796
7797 * international/fontset.el: Correct the font registries for
7798 japanese-jisx0213-1 and japanese-jisx0213-2.
7799
7800 2000-12-05 Gerd Moellmann <gerd@gnu.org>
7801
7802 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7803
7804 * iswitchb.el: Update customization commentary.
7805
7806 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
7807
7808 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7809 (tpu-search-highlight): Fixed comparison of overlay end positions.
7810 (tpu-trim-line-ends): Implemented trimming logic locally.
7811
7812 * emulation/tpu-extras.el (tpu-write-file-hook)
7813 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7814
7815 2000-12-05 Kenichi Handa <handa@etl.go.jp>
7816
7817 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7818 to cn-gb.
7819 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7820
7821 2000-12-04 Dave Love <fx@gnu.org>
7822
7823 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7824
7825 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7826
7827 * mail/rmailsum.el (rmail-summary-expunge)
7828 (rmail-summary-expunge-and-save): Ask for confirmation with
7829 rmail-expunge-confirmed.
7830
7831 * mail/rmail.el (rmail-expunge-confirmed): New function.
7832 (rmail-expunge): Use it.
7833
7834 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7835
7836 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
7837 (etags-recognize-tags-table, find-tag-in-order):
7838 New functionality: interpret file names as tags.
7839
7840 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7841
7842 * info.el (Info-scroll-prefer-subnodes): New defcustom.
7843 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7844 the first subnode until the bottom of the current node is visible.
7845
7846 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7847
7848 * format.el (format-decode): Don't change buffer's undo list.
7849
7850 2000-12-04 Kenichi Handa <handa@etl.go.jp>
7851
7852 * faces.el (face-font-registry-alternatives): Add entries for CJK
7853 fonts. Doc-string adjusted for the actual usage of this data.
7854
7855 * international/fontset.el: Change the font registries for CJK
7856 fonts in the default fontset. Don't append '*' to registries.
7857
7858 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7859
7860 * emacs-lisp/easy-mmode.el (define-derived-mode)
7861 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7862
7863 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7864 (derived-mode-p): New function.
7865 (derived-mode-make-docstring): Add `docstring' argument.
7866 Use it if available and complete it if necessary.
7867
7868 2000-12-03 Andreas Schwab <schwab@suse.de>
7869
7870 * type-break.el (type-break): Don't make parent of itself.
7871
7872 2000-12-03 Miles Bader <miles@gnu.org>
7873
7874 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7875
7876 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7877
7878 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7879 (tex-main-file, tex-file): Simplify.
7880 (tex-generate-zap-file-name): Use subst-char-in-string.
7881 (tex-strip-dots): Remove.
7882
7883 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7884
7885 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7886 to check if the match succeeded.
7887
7888 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7889
7890 * startup.el (use-fancy-splash-screens-p): New function.
7891 (command-line-1): Use it to determine whether or not to use
7892 a fancy splash screen.
7893
7894 2000-12-02 Andreas Schwab <schwab@suse.de>
7895
7896 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7897
7898 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7899
7900 * international/mule.el (make-char): Fix last change.
7901
7902 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7903 New defcustoms.
7904 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
7905 autoloading tex-mode; instead, do the same manually.
7906 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
7907 with numeric argument. Docstring fix.
7908 (toplevel): Require cl when compiling.
7909
7910 * international/mule.el (make-char): Doc fix.
7911
7912 2000-12-02 Jason Rumney <jasonr@gnu.org>
7913
7914 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7915 the Emacs Lisp manual)
7916
7917 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7918
7919 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7920
7921 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7922 the Emacs Lisp manual).
7923
7924 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7925
7926 * simple.el (next-line-add-newlines): Change default to nil.
7927
7928 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7929
7930 * files.el (revert-buffer, recover-file):
7931 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
7932
7933 2000-12-01 Gerd Moellmann <gerd@gnu.org>
7934
7935 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7936
7937 2000-12-01 Miles Bader <miles@gnu.org>
7938
7939 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7940
7941 2000-12-01 Kenichi Handa <handa@etl.go.jp>
7942
7943 * international/mule-diag.el (describe-char-after): Fix typo.
7944 (describe-character-set, non-iso-charset-alist): Fix typo.
7945
7946 2000-12-01 Miles Bader <miles@gnu.org>
7947
7948 * image-file.el (image-file-name-regexp): Automatically add
7949 upper-case variants of each filename extension in
7950 `image-file-name-extensions', since they seem to be common.
7951
7952 * simple.el (minibuffer-contents)
7953 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7954 New functions.
7955 * filecache.el (file-cache-directory-name)
7956 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7957
7958 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
7959
7960 * filecache.el (file-cache-minibuffer-complete): Don't try to
7961 delete the minibuffer prompt.
7962
7963 2000-11-30 Dave Love <fx@gnu.org>
7964
7965 * cus-start.el: Fix read-buffer-function type.
7966
7967 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7968
7969 * md5.el: Removed. There's a built-in function, now.
7970
7971 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
7972
7973 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7974 as dummy 0-th char of rmail-deleted-vector.
7975
7976 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7977
7978 * ps-print.el (ps-end-job): Bind case-fold-search only after
7979 switching to ps-spool-buffer.
7980
7981 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7982
7983 * ps-print.el: Line number font customization. PostScript: Lines and
7984 PageCount are initialized on each page. Doc Fix.
7985 (ps-print-version): New version number (6.3.2).
7986 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7987 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7988 (ps-right-header): Customization fix.
7989 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7990 Fix code.
7991 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7992 New vars.
7993
7994 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7995
7996 * bs.el: Fix typos and spelling errors.
7997 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7998 (bs-configuration): Doc fix.
7999
8000 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
8001
8002 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
8003
8004 * emulation/tpu-edt.el (tpu-version): New version.
8005 (tpu-search-overlay, tpu-replace-overlay): New initial range.
8006 (tpu-original-mode-line): Variable deleted.
8007 (tpu-mark-flag): New initial value.
8008 (tpu-set-mode-line): Don't redefine mode-line-format.
8009 Add tpu-mark-flag to minor-mode-alist.
8010 (tpu-update-mode-line): New mark flag logic.
8011 (tpu-get): Use find-file-wildcards.
8012 (tpu-search-highlight): Move overlay less, reset overlay properly.
8013 (tpu-unselect): Deactivate mark.
8014 (tpu-lm-replace): Reset overlay properly.
8015 (tpu-forward-line): Use forward-visible-line.
8016 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
8017
8018 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
8019
8020 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8021
8022 * cus-edit.el (custom-face-value-create): Always emphasize tag.
8023
8024 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8025
8026 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
8027 and skip whitespace and newlines.
8028
8029 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
8030
8031 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
8032
8033 2000-11-29 Gerd Moellmann <gerd@gnu.org>
8034
8035 * help.el (describe-function-1): Regexp-quote function name
8036 when used as part of a regexp.
8037
8038 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8039 Use face-attribute instead of face-foreground and face-background.
8040 (tool-bar-add-item): Likewise, and handle unspecified colors.
8041
8042 * enriched.el (enriched-face-ans): Use face-attribute instead
8043 of face-foreground and face-background.
8044
8045 * faces.el (face-foreground, face-background, face-stipple):
8046 Return nil if attribute is unspecified, for backward compatibility.
8047
8048 * files.el (auto-mode-alist): Add an entry for antlr-mode.
8049
8050 * play/5x5.el: Remove version info.
8051
8052 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8053
8054 * frame.el (blink-cursor-mode): Doc fix.
8055
8056 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8057
8058 * antlr-mode.el: New commands to run ANTLR from within Emacs and
8059 to create Makefile rules.
8060 (antlr-tool-command): New user option.
8061 (antlr-ask-about-save): New user option.
8062 (antlr-makefile-specification): New user option.
8063 (antlr-file-formats-alist): New variable.
8064 (antlr-special-file-formats): New variable.
8065 (antlr-unknown-file-formats): New user option.
8066 (antlr-help-unknown-file-text): New variable.
8067 (antlr-help-rules-intro): New variable.
8068 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
8069 (antlr-mode-menu): Add entries.
8070 (antlr-file-dependencies): New function.
8071 (antlr-directory-dependencies): New function.
8072 (antlr-superclasses-glibs): New function.
8073 (antlr-run-tool): New command.
8074 (antlr-makefile-insert-variable): New function.
8075 (antlr-insert-makefile-rules): New function.
8076 (antlr-show-makefile-rules): New command.
8077
8078 * antlr-mode.el: More Emacs/XEmacs stuff.
8079 (antlr-no-action-keywords): New constant with value nil.
8080 (antlr-font-lock-keywords-alist): Use it. Old value would break
8081 syntax highlighting in Emacs-21.0.
8082 (antlr-default-directory): Emacs/XEmacs dependend function.
8083 (antlr-read-shell-command): Ditto.
8084 (antlr-with-displaying-help-buffer): Ditto.
8085
8086 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8087
8088 * antlr-mode.el: imenu, parsing and highlighting changes.
8089 (antlr-imenu-create-index-function): Don't create extra submenus
8090 for definitions in different grammar classes. It is not necessary
8091 for the menu and would make command `imenu' awkward to use.
8092 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
8093 header actions and more than one.
8094 (antlr-font-lock-tokendef-face): Changed color.
8095 (antlr-font-lock-tokenref-face): Changed color.
8096 (antlr-font-lock-additional-keywords): Also highlight lowercase.
8097 (antlr-mode-syntax-table): New variable.
8098 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
8099 (antlr-with-syntax-table): Don't copy syntax table.
8100
8101 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8102
8103 * antlr-mode.el: Minor changes: language setting.
8104 (antlr-language-alist): The value for file option "language" can
8105 be both an identifier and a string.
8106 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
8107 (antlr-language-limit-n-regexp): Change accordingly.
8108
8109 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8110
8111 * antlr-mode.el: Minor changes: tabs, hiding.
8112 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
8113 (antlr-action-visibility): Also allow value nil to also hide the
8114 braces. Renamed from `antlr-tiny-action-length'.
8115 Suggested by Jay@aol.com.
8116 (antlr-hide-actions): Change accordingly. Hide line if completely
8117 hidden action is on a line of its own.
8118
8119 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8120
8121 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8122
8123 * sort.el (sort-columns): Don't concat strings with numbers.
8124
8125 2000-11-29 Dave Love <fx@gnu.org>
8126
8127 * cus-edit.el (face): Fix :format.
8128
8129 * mail/feedmail.el: Require smtpmail when compiling.
8130 (mail-do-fcc): Autoload.
8131 (feedmail) <defgroup>: Fix :link.
8132 (feedmail-nuke-body-in-fcc): Fix :type.
8133 (feedmail-send-it): Add autoload cookie.
8134
8135 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8136
8137 * newcomment.el (comment-indent): Save excursion around call to
8138 comment-indent-function.
8139
8140 2000-11-29 Miles Bader <miles@gnu.org>
8141
8142 * subr.el (member-ignore-case): Return the tail of the list who's
8143 car matches, like `member', not the matching element itself.
8144
8145 2000-11-29 Kenichi Handa <handa@etl.go.jp>
8146
8147 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8148 should not contain `\n'.
8149
8150 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8151
8152 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8153
8154 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8155
8156 * dired-aux.el (dired-do-create-files): Construct default file
8157 name for dired-mark-read-file-name so that when the user enters
8158 just RET, the target file will end up in the target directory.
8159
8160 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8161 local-abbrev-table before changing buffers because it might
8162 have a buffer-local binding.
8163
8164 2000-11-28 Miles Bader <miles@gnu.org>
8165
8166 * simple.el (delete-horizontal-space): Handle fields more generally.
8167
8168 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8169
8170 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8171
8172 2000-11-28 Dave Love <fx@gnu.org>
8173
8174 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8175 comment-start-skip locally.
8176
8177 * progmodes/fortran.el (fortran-mode): Don't set
8178 fortran-comment-line-start-skip. Set comment-start to
8179 fortran-comment-line-start.
8180 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8181 (fortran-comment-line-start-skip): Simplify slightly.
8182
8183 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8184
8185 * play/5x5.el: Remove RCS keyword.
8186
8187 * bs.el: Mistaken commit, undone 2000-11-30.
8188
8189 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
8190
8191 * textmodes/tildify.el (tildify-string-alist):
8192 Add `plain-tex-mode' here.
8193
8194 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8195
8196 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8197 reference.
8198
8199 2000-11-28 Miles Bader <miles@gnu.org>
8200
8201 * cus-face.el (custom-face-attributes): Add post-filter function
8202 for :box. Make pre-filter function for :box handle all cases.
8203
8204 * wid-edit.el (widget-choose): Make sure pop-up window is large
8205 enough to display all the choices, as there's no way to scroll it.
8206
8207 2000-11-28 Kenichi Handa <handa@etl.go.jp>
8208
8209 * international/mule-conf.el: Make the coding system no-conversion
8210 safe for all characters.
8211
8212 2000-11-27 Dave Love <fx@gnu.org>
8213
8214 * net/ldap.el (ldap) <defgroup>: Add :version.
8215
8216 * tooltip.el (tooltip-use-echo-area): Doc fix.
8217
8218 * cus-start.el <minibuffer-prompt-properties>: Add version.
8219 <read-buffer-function>: Add.
8220
8221 * apropos.el (apropos-print): Add help-echo to active text.
8222
8223 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8224
8225 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8226
8227 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8228 type, group and version.
8229
8230 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8231
8232 * select.el (x-get-selection): Docstring fix.
8233
8234 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
8235
8236 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8237
8238 2000-11-27 Andrew Innes <andrewi@gnu.org>
8239
8240 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8241
8242 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8243
8244 2000-11-27 Miles Bader <miles@gnu.org>
8245
8246 * dired.el (dired-get-filename): Return filename verbatim if
8247 LOCALP is `verbatim'.
8248 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8249 `verbatim' so that we don't inadvertently delete a non-existant
8250 directory name.
8251
8252 2000-11-27 Kenichi Handa <handa@etl.go.jp>
8253
8254 * international/characters.el: Specify cases and syntaxes for
8255 mule-unicode-0100-24ff.
8256
8257 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8258
8259 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8260 that foreground and/or background colors of the face `tool-bar'
8261 are unspecified.
8262
8263 2000-11-27 Miles Bader <miles@gnu.org>
8264
8265 * wid-edit.el (widget-field-buffer, widget-field-start)
8266 (widget-field-end): Handle widget field `pseudo-overlays'.
8267 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8268 if it's there instead of in `widget-field-list'.
8269
8270 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
8271 (help-make-xrefs): Delete extraneous newlines at the end of the
8272 docstring.
8273
8274 2000-11-25 Jason Rumney <jasonr@gnu.org>
8275
8276 * startup.el (command-line): Call set-locale-environment after
8277 Window System init file is read, as it can result in a call to
8278 redraw-frame.
8279
8280 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8281
8282 * simple.el (shell-command): Mention the effect of the prefix
8283 argument in the doc string.
8284
8285 2000-11-25 Miles Bader <miles@gnu.org>
8286
8287 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8288
8289 * wid-edit.el (widget-field-value-delete): Don't try to delete
8290 overlay when it's the `pseudo-overlay' that exists at some points.
8291
8292 2000-11-24 Jason Rumney <jasonr@gnu.org>
8293
8294 * international/mule-cmds.el (locale-language-names): Add "jp" as
8295 a non-standard alternative for Japanese.
8296
8297 2000-11-24 Andre Spiegel <spiegel@gnu.org>
8298
8299 * vc-hooks.el: Require 'cl during compilation.
8300
8301 2000-11-24 Gerd Moellmann <gerd@gnu.org>
8302
8303 * faces.el (face-set-after-frame-default): Let face attributes
8304 specified for new frames override frame parameters.
8305
8306 * startup.el (command-line): Fix computation of the source file
8307 for user-init-file when user-init-file is a compiled file.
8308
8309 2000-11-24 Miles Bader <miles@gnu.org>
8310
8311 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
8312 (custom-post-filter-face-spec): New functions.
8313 (custom-face-set, custom-face-value-create): Filter the face spec
8314 before and after customization.
8315 (custom-face-set): If VALUE specifies a null face, pass a
8316 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8317 * cus-face.el (custom-face-attributes): Remove SET and GET
8318 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8319 cases they're needed.
8320
8321 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8322 that it's distinguishable from the :off-glyph on dark-background
8323 displays. Set its background color too.
8324
8325 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8326 so that people can easily turn it off.
8327
8328 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
8329
8330 * ediff-diff.el: Moved variables around to have it compile under NT.
8331
8332 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
8333
8334 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
8335
8336 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
8337 redundant skip-small-frames test.
8338
8339 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
8340 (viper-downgrade-to-insert): Protect against errors in hooks.
8341
8342 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8343 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
8344 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8345 New functions.
8346
8347 * viper-util.el (viper-memq-char): Bug fixes.
8348
8349 * viper.el (viper-mode): Fix cursor handling.
8350
8351 2000-11-24 Kenichi Handa <handa@etl.go.jp>
8352
8353 * international/mule-diag.el (list-iso-charset-chars):
8354 For two-byte charset, fix the `while' condition.
8355 (list-non-iso-charset-chars): Fix the `while' condition.
8356
8357 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8358
8359 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8360 if the variable is make-variable-buffer-local.
8361
8362 * progmodes/ada-stmt.el (ada-template-map):
8363 Initialize and bind it to C-c t in ada-mode-map.
8364 (ada-stmt-mode-hook): New function extracted from old code.
8365 Only change the buffer-local side of skeleton-*.
8366 (ada-mode-hook): Use it.
8367
8368 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8369
8370 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8371 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8372 we expect to be returned by minibuffer-depth once we prompt the
8373 user in the minibuffer.
8374 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8375 as recorded in iswitchb-minibuf-depth, return non-nil.
8376
8377 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8378
8379 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8380 (hscroll-window-maybe): Docstring fix.
8381
8382 2000-11-23 Dave Love <fx@gnu.org>
8383
8384 * rect.el (string-rectangle): Don't test delete-selection-mode.
8385
8386 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8387
8388 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8389 is in the tool bar.
8390
8391 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8392 with `no-dir'; we want the directory part to be able to remove it.
8393
8394 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8395
8396 * textmodes/outline.el (outline-flag-region):
8397 Don't bind inhibit-read-only since we don't modify the buffer.
8398 (outline-isearch-open-invisible): Don't jump to overlay-start
8399 since we're trying to unhide text around point.
8400 (outline-discard-overlays): Use dolist.
8401
8402 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8403
8404 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8405
8406 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
8407
8408 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8409
8410 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8411 Fix ARG regexp to skip quoted braces.
8412 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8413 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8414 are (correctly) handled separately).
8415 Remove `caption' and `footnote' from `citations': they contain text.
8416 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8417 (latex-skeleton-end-hook): New function.
8418 (latex-mode): Use it.
8419 (tex-start-tex-marker): Remove.
8420 (tex-send-tex-command): Don't set tex-start-tex-marker.
8421 (tex-error-parse-syntax-table): New var.
8422 (tex-compilation-parse-errors): Use it.
8423 Ignore tex-start-tex-marker. Don't bother with marker-position.
8424 (tex-validate-buffer): Don't bother with marker-position.
8425
8426 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
8427 (flyspell-generic-progmode-verify): Use it.
8428
8429 2000-11-22 Sam Steingold <sds@gnu.org>
8430
8431 * simple.el (delete-trailing-whitespace): New interactive function.
8432
8433 * progmodes/ada-mode.el (ada-mode): Use it instead of
8434 `ada-remove-trailing-spaces'.
8435 (ada-remove-trailing-spaces): Removed.
8436
8437 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
8438
8439 * textmodes/picture.el (picture-clean): Removed.
8440 (picture-mode-exit): Call it instead of `picture-clean'.
8441
8442 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8443
8444 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8445
8446 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8447 jit-lock-fontify-buffer; it should anyway be unneccessary to
8448 do anything special when jit-lock is active.
8449 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8450
8451 2000-11-22 Dave Love <fx@gnu.org>
8452
8453 * calendar/todo-mode.el (todo-top-priorities): Use
8454 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8455
8456 * language/chinese.el, language/cyrillic.el:
8457 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8458 * language/hebrew.el, language/indian.el, language/japanese.el:
8459 * language/korean.el, language/lao.el, language/misc-lang.el:
8460 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8461 Use provide.
8462
8463 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8464 (custom-variable-set): Improve validation error mesage.
8465
8466 * rect.el (string-rectangle): Revert last change.
8467 (string-rectangle-line): New arg DELETE.
8468 (string-rectangle): Check delete-selection-mode.
8469
8470 * emacs-lisp/edebug.el (edebug-version)
8471 (edebug-maintainer-address): Deleted.
8472 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8473 (edebug-read-function): Account for other `'#' read forms.
8474 (edebug-mode-menus): Make some items toggles.
8475 (edebug-outside-unread-command-event, unread-command-event):
8476 Remove these to avoid warnings.
8477
8478 2000-11-22 David Ponce <david@dponce.com>
8479
8480 * recentf.el (recentf-menu-items-for-commands)
8481 (recentf-make-menu-items, recentf-make-menu-item)
8482 (recentf-filter-changer): Added :help and :active menu-item properties.
8483
8484 (recentf-build-dir-rules, recentf-dump-variable)
8485 (recentf-edit-list, recentf-open-files-item)
8486 (recentf-open-files): Replaced unnecessary `mapcar' with new
8487 built-in `mapc'.
8488
8489 2000-11-23 Miles Bader <miles@gnu.org>
8490
8491 * faces.el (menu): Make inverse-video on ttys too.
8492
8493 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8494
8495 * simple.el (comment-line-break-function): Use the new name
8496 indent-new-comment-line -> comment-indent-new-line.
8497 (clone-indirect-buffer): Don't ignore NORECORD.
8498 (next-completion): Properly handle the case where items are adjacent.
8499
8500 * mouse.el (popup-menu): Stupid typo.
8501
8502 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8503
8504 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8505 maintainer, keywords tags.
8506
8507 * rect.el (replace-rectangle): Don't call string-rectangle-line
8508 with too many arguments.
8509
8510 2000-11-22 Andre Spiegel <spiegel@gnu.org>
8511
8512 * ediff-util.el (ediff-file-checked-out-p)
8513 (ediff-file-checked-in-p): Call vc-state instead of
8514 vc-locking-user, which no longer exists.
8515
8516 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8517
8518 2000-11-22 Dave Love <fx@gnu.org>
8519
8520 * md5.el (md5): Provide.
8521 (md5): Fix error call.
8522
8523 2000-11-22 Miles Bader <miles@gnu.org>
8524
8525 * textmodes/refill.el (refill-adjust-ignorable-overlay)
8526 (refill-fill-paragraph-at): Remove debugging code.
8527
8528 * calendar/calendar.el (generate-calendar-window): When we don't
8529 call `fit-window-to-buffer', make sure the top line is fully visible.
8530
8531 * image-file.el (insert-image-file): Don't make `read-only'
8532 property rear-nonsticky.
8533
8534 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8535 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8536 stashing away its original value.
8537 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8538 in the recursive edit.
8539 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8540 (isearch-done): Restore `minibuffer-message-timeout'.
8541
8542 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8543
8544 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8545
8546 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8547
8548 * find-lisp.el (find-lisp-find-files-internal):
8549 Use dolist, when and file-name-as-directory.
8550
8551 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
8552 (define-derived-mode, define-minor-mode): Add specs.
8553
8554 * window.el: General comment and spacing fixes.
8555 (save-selected-window): Use backquotes.
8556 (window-safely-shrinkable-p): New function.
8557 (shrink-window-if-larger-than-buffer): Use it.
8558
8559 * subr.el (make-local-hook): Docstring fix.
8560
8561 * shell.el (shell-mode): Use define-derived-mode.
8562
8563 * newcomment.el (comment-indent): Insert comment before calling
8564 comment-indent-function. Don't insert in column 0.
8565 (comment-dwim): Indent before inserting comment.
8566
8567 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8568 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8569 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8570 Use mapc rather than map.
8571
8572 * files.el (find-buffer-visiting): Compare all attributes before
8573 declaring two files identical (rather than just their inode-no).
8574 (auto-mode-alist): Use \' rather than $.
8575
8576 * which-func.el: Update maintainer line.
8577
8578 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8579 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8580 (uniquify-buffer-file-name): Use it.
8581
8582 2000-11-22 Miles Bader <miles@gnu.org>
8583
8584 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8585 * simple.el (minibuffer-avoid-prompt): New function.
8586
8587 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8588
8589 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8590
8591 2000-11-21 Miles Bader <miles@gnu.org>
8592
8593 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8594 inclusion of `track-mouse'.
8595
8596 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8597 (refill-adjust-ignorable-overlay): New function.
8598 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8599 only the paragraph's tail if possible.
8600 Update `refill-ignorable-overlay'.
8601 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8602
8603 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8604 point inside the fill-prefix.
8605
8606 * textmodes/refill.el (refill-post-command-function): Don't reset
8607 refill-doit in the case where a self-insertion command doesn't
8608 case a refill. Use `refill-fill-paragraph-at', getting position
8609 from `refill-doit'.
8610 (refill-after-change-function): Set `refill-doit' to END.
8611 (refill-fill-paragraph-at): New function, mostly from old
8612 refill-fill-paragraph.
8613 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8614 (refill-pre-command-function): New function.
8615 (refill-mode): Add it to `pre-command-hook'.
8616
8617 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8618
8619 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8620
8621 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8622 javadoc tags.
8623
8624 2000-11-20 Andre Spiegel <spiegel@gnu.org>
8625
8626 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8627 vc.el).
8628
8629 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
8630 require vc.
8631
8632 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
8633 checkouts.
8634
8635 2000-11-20 Dave Love <fx@gnu.org>
8636
8637 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8638
8639 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
8640
8641 * calculator.el (calculator-paste): Use `if' instead of `and'
8642 and `or'.
8643 (calculator-help): Don't use electric-describe-mode for XEmacs.
8644
8645 2000-11-19 Gerd Moellmann <gerd@gnu.org>
8646
8647 * info.el (info-menu-5): Doc fix.
8648
8649 * textmodes/artist.el: New file.
8650
8651 2000-11-19 Andre Spiegel <spiegel@gnu.org>
8652
8653 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
8654 and differentiate according to checkout model.
8655 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8656 since this function is only concerned with master state.
8657
8658 * vc-hooks.el (vc-workfile-unchanged-p)
8659 (vc-default-workfile-unchanged-p): Moved here from vc.el.
8660
8661 * vc.el (vc-workfile-unchanged-p)
8662 (vc-default-workfile-unchanged-p): See above.
8663
8664 2000-11-19 Miles Bader <miles@gnu.org>
8665
8666 * image-file.el (insert-image-file): Make `intangible' and
8667 `read-only' properties rear-nonsticky too.
8668
8669 2000-11-18 Gerd Moellmann <gerd@gnu.org>
8670
8671 * ps-print.el: Update copyright notice.
8672
8673 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8674 (tooltip-show): Use the offsets.
8675
8676 * bindings.el (mode-line-modified): Fix a typo.
8677 (mode-line-toggle-modified, mode-line-widen)
8678 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8679
8680 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8681
8682 * ps-print.el (toplevel): Test for find-coding-system being
8683 fboundp before calling ps-x-find-coding-system.
8684
8685 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8686
8687 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8688 (vc-version-backup-file): Docstring fix.
8689
8690 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8691
8692 * files.el (basic-save-buffer): Don't add a newline if
8693 find-file-literally is non-nil.
8694 (find-file-literally): Extend doc string.
8695
8696 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8697 sort(1) with the `-f' argument.
8698
8699 2000-11-16 Andre Spiegel <spiegel@gnu.org>
8700
8701 * vc.el: Updated backend documentation.
8702 (vc-default-check-headers): New function.
8703
8704 * vc-{cvs,rcs,sccs}.el: Functions reordered.
8705
8706 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8707 up-to-date.
8708 (vc-do-command): In the asynchronous case, output messages only if
8709 the minibuffer is not active.
8710
8711 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8712 `vc-cvs-use-edit' is on.
8713 (vc-cvs-checkout): When this is used for reverting the workfile,
8714 make a backup of the original contents and revert to that in case
8715 of error.
8716 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
8717 remote repositories.
8718
8719 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8720 for both version and ratio in the minibuffer.
8721
8722 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8723 Use vc-do-command to perform the annotation, not call-process.
8724
8725 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8726
8727 * international/quail.el (quail-start-translation): Don't call
8728 `message' before reading key sequence.
8729
8730 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8731
8732 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8733
8734 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8735
8736 * window.el (fit-window-to-buffer): Be sure to acquire at least
8737 one text line even if the buffer is empty.
8738
8739 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8740
8741 * net/ange-ftp.el (ange-ftp-file-writable-p)
8742 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8743 Bind ange-ftp-process-verbose to nil.
8744
8745 2000-11-15 Dave Love <fx@gnu.org>
8746
8747 * wid-edit.el (widget-specify-field, widget-specify-button):
8748 If :help-echo is a function, set help-echo of overlay to
8749 widget-mouse-help.
8750 (widget-mouse-help): New function.
8751 (widget-echo-help): Rewritten for :help-echo functions only taking
8752 a widget arg.
8753
8754 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8755 Use display-graphic-p.
8756 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8757 and that JPEG is available.
8758 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8759
8760 * international/mule-cmds.el (locale-charset-language-names):
8761 Match @euro.
8762
8763 2000-11-15 Gerd Moellmann <gerd@gnu.org>
8764
8765 * faces.el (face-set-after-frame-default):
8766 If `inhibit-default-face-x-resources' is bound, don't intialize the
8767 default face from X resources.
8768
8769 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8770
8771 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8772 Don't set EMACSLOADPATH.
8773
8774 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8775
8776 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8777 texinfo-insert-@url.
8778 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8779 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8780
8781 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8782
8783 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8784 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8785 (checkdoc-minor-keymap): Backward compatibility.
8786 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8787 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8788 (checkdoc-this-string-valid-engine): Be a bit more strict
8789 to avoid matching substrings of `...' quoted vars/funs.
8790 (checkdoc-defun-info): Only look for `interactive' if alone.
8791 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8792
8793 * progmodes/compile.el (grep): `tag-default' can be nil.
8794
8795 * newcomment.el (comment-indent): Paren typo.
8796
8797 2000-11-14 Dave Love <fx@gnu.org>
8798
8799 * calculator.el: New maintainer version.
8800
8801 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
8802
8803 * cmuscheme.el: Doc fixes.
8804 (cmuscheme) <defgroup>: Use `scheme' as parent.
8805 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8806
8807 * xscheme.el (scheme-program-name): Don't define here.
8808
8809 * progmodes/scheme.el (scheme-program-name): New variable
8810 (originally in cmuscheme).
8811
8812 2000-11-14 Miles Bader <miles@gnu.org>
8813
8814 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8815 Handle header-lines. Don't loop forever if we can't enlarge the
8816 window anymore. Simplify a bit.
8817
8818 2000-11-14 Kenichi Handa <handa@etl.go.jp>
8819
8820 * window.el (fit-window-to-buffer): Don't check
8821 window-text-height. Assure that the last line is fully visible.
8822
8823 * international/quail.el (quail-show-guidance-buf):
8824 Call fit-window-to-buffer to assure the enough height of the guidance
8825 buffer.
8826 (quail-update-guidance): Avoid making the guidance buffer shorter.
8827
8828 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8829
8830 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8831 rather than `prepend' and add an interesting comment.
8832 (tex-math-face, tex-font-lock-syntactic-face-function):
8833 New face and function to use it.
8834 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8835 than `menu-enable' symbol property.
8836 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8837 (tex-mode): Add some latex-mode commands for auto-selection.
8838 Use tex-font-lock-syntactic-face-function.
8839 (tex-insert-quote): Simplify.
8840 (tex-shell): New mode.
8841 (tex-start-shell): Use it.
8842 (tex-shell-proc, tex-shell-buf): New functions.
8843 (tex-send-command): Use it.
8844 (tex-main-file): Fix the meaning of the new arg REALFILE.
8845 (tex-send-tex-command): New function split from `tex-start-tex'.
8846 Set compilation-last-buffer and compilation-parsing-end.
8847
8848 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8849 when it follows non-comment text on the line.
8850
8851 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8852 Set font-lock-defaults.
8853 (lisp-mode-shared-map): Init inside the defvar.
8854 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8855 Use define-derived-mode.
8856
8857 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8858
8859 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8860
8861 2000-11-14 Gerd Moellmann <gerd@gnu.org>
8862
8863 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8864 Don't recursively optimize body because that can lead to infinite
8865 recursion; see comment there.
8866
8867 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8868
8869 * faces.el (face-spec-set-match-display): Revert the change from
8870 2000-10-24. Add a FIXME for after v21.1.
8871
8872 2000-11-13 Miles Bader <miles@gnu.org>
8873
8874 * textmodes/fill.el (skip-line-prefix): New function.
8875 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8876 (fill-paragraph): Don't leave point inside the fill-prefix.
8877 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8878 point inside the fill-prefix.
8879
8880 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8881
8882 * calendar/calendar.el (generate-calendar-window):
8883 Use `fit-window-to-buffer'.
8884
8885 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8886
8887 * gud.el (gud-minor-mode): New var.
8888 (gud-symbol, gud-val): New functions.
8889 (gud-find-file): Copy gud-minor-mode to the new buffer.
8890 (gud-menu-map): Include entries for commands that are not always
8891 available, using :enable to (de)activate them.
8892 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8893 (gud-mode-map): New map.
8894 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
8895 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8896 Don't set up gud's menu (it's done by the minor-mode).
8897 (gud-minibuffer-local-map): New.
8898 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8899 (gud-query-cmdline): New function.
8900 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8901 (gud-mode): Use define-derived-mode.
8902 Don't set up gud's menu (it's done by the minor-mode).
8903 (gud-chop-words): Remove.
8904 (gud-common-init): Use split-string instead.
8905 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8906
8907 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8908 Add keyword arg :name.
8909
8910 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8911 (diff-count-matches, diff-split-hunk): New functions.
8912 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8913
8914 * pcvs-info.el (cvs-fi-conflict-face): New var.
8915
8916 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8917 Make it into a simple syntax-table, shared among all submodes.
8918 (sh-heredoc-face): Re-introduce.
8919 (sh-font-lock-syntactic-face-function): New function.
8920 (sh-mode): Use it. Also use define-derived-mode.
8921 Remove old bogus setting of indent-region-function.
8922 (sh-set-shell): Don't set the syntax-table any more.
8923 (sh-mode-syntax-table) <defun>: Remove.
8924
8925 2000-11-12 Miles Bader <miles@gnu.org>
8926
8927 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8928 message if interactive.
8929
8930 2000-11-12 Dave Love <fx@gnu.org>
8931
8932 * mail/feedmail.el: Fix header,
8933 (feedmail) <defgroup>: Add :link.
8934
8935 * view.el: Use local-map property, not keymap on mode-line string.
8936
8937 * scroll-all.el (scroll-all-mode): Customize variable.
8938 Add autoload cookie to function.
8939
8940 * lazy-lock.el: Remove compatibility code.
8941
8942 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8943 (finder-help-echo): New variable.
8944 (finder-mouse-face-on-line): Add help-echo stuff.
8945 (finder-list-keywords, finder-list-matches): Use mapc.
8946
8947 * faces.el (face-font-registry-alternatives): Add :version.
8948
8949 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8950 tags-table-list.
8951
8952 * net/browse-url.el (browse-url-browser-function): Update :version.
8953
8954 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
8955 (mail-mode): Use [:alnum:] in some regexps.
8956
8957 2000-11-10 Dave Love <fx@gnu.org>
8958
8959 * ediff.el (ediff-regions-internal, ediff-documentation):
8960 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8961 fundamental mode.
8962
8963 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8964 buffer into fundamental mode.
8965 (ediff-set-difference): Use copy-sequence if available.
8966
8967 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8968 Check ediff-patch-map non-nil.
8969 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8970 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8971 buffer into fundamental mode.
8972
8973 * ediff-merg.el (state-or-merge): Defvar when compiling.
8974
8975 2000-11-10 Jason Rumney <jasonr@gnu.org>
8976
8977 * w32-fns.el (w32-add-charset-info): New function.
8978 (w32-charset-info-alist): Use it.
8979
8980 2000-11-10 Gerd Moellmann <gerd@gnu.org>
8981
8982 * faces.el (face-font-registry-alternatives): New user-option.
8983
8984 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8985
8986 * textmodes/texinfo.el (texinfo-block-default): New var.
8987 (texinfo-insert-block): Use it. Insert a newline if needed.
8988
8989 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8990 (fill-region-as-paragraph): Use it.
8991
8992 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8993 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8994 Tweak paragraph regexps to allow a leading [ \t]*.
8995 (tex-latex-block): Insert a newline if necessary.
8996 (latex-insert-item): Only insert a newline if necessary.
8997 (tex-guess-main-file): New function.
8998 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8999 Set tex-main-file if TeX-master is provided.
9000 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
9001
9002 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9003
9004 * startup.el (command-line): Set the default tooltip-mode
9005 to t for graphical displays which implement x-show-tip.
9006
9007 * tooltip.el (tooltip-mode): Add a comment about startup.el
9008 setting the default value of this user-option.
9009
9010 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
9011
9012 * font-lock.el (font-lock-*-face) <defvar>: Move.
9013 (font-lock-defaults-alist): Mark obsolete.
9014 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
9015 (font-lock-mode): Use define-minor-mode.
9016 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
9017 (font-lock-turn-off-thing-lock): Be more explicit.
9018 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
9019 (font-lock-syntactic-face-function): New var.
9020 (font-lock-fontify-syntactically-region): Use it.
9021 (font-lock-doc-face): New.
9022
9023 * pcvs.el (cvs-enabledp): Ignore errors.
9024 (cvs-commit-filelist): Never query.
9025 (cvs-mode-insert): Always add a terminating / in the initial prompt.
9026 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
9027 (cvs-do-removal): Use cvs-partition rather than delete-if.
9028 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9029 cvs-bury-buffer.
9030
9031 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9032 Allow `next' to jump to after the end of the last match.
9033
9034 2000-11-09 Gerd Moellmann <gerd@gnu.org>
9035
9036 * simple.el (byte-compiling-files-p): New function.
9037
9038 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
9039 if it is there.
9040
9041 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9042 nil again.
9043
9044 * textmodes/ispell.el (ispell-library-path): Don't call
9045 check-ispell-version when byte-compiling because that starts
9046 an ispell process, and ispell might not be installed.
9047 (toplevel): Don't set up a menu when byte-compiling.
9048
9049 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9050 it, so that a boundp test can be used to determine if we're
9051 currently byte-compiling.
9052
9053 2000-11-09 Dave Love <fx@gnu.org>
9054
9055 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
9056
9057 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9058
9059 * ps-print.el: Patch for variable initialization when spooling.
9060 Doc fix.
9061 (ps-output-list): Fun eliminated.
9062 (ps-begin-file, ps-begin-job): Code fix.
9063
9064 2000-11-08 Dave Love <fx@gnu.org>
9065
9066 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9067
9068 2000-11-08 Gerd Moellmann <gerd@gnu.org>
9069
9070 * simple.el (shell-command, display-message-or-buffer)
9071 (shell-command-on-region): Mention resize-mini-windows in the doc
9072 string.
9073 (display-message-or-buffer): Take the value of resize-mini-windows
9074 into account.
9075
9076 2000-11-07 Gerd Moellmann <gerd@gnu.org>
9077
9078 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
9079
9080 * dired.el (dired-between-files): Add `^. find' as an alternative
9081 to the regular expression, for find-dired.
9082
9083 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9084
9085 * textmodes/texnfo-upd.el: Require texinfo.
9086 (defmacro, defgroup): Remove.
9087 (texinfo-section-to-generic-alist): Remove.
9088 Use texinfo-section-list instead (i.e. level is changed string->int).
9089 (texinfo-filter): New function.
9090 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
9091 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
9092 Use it. And use regexp-opt.
9093 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
9094 (texinfo-update-menu-region-beginning)
9095 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
9096 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
9097 (texinfo-update-menu-same-level-regexps): Update.
9098 (texinfo-update-node, texinfo-every-node-update)
9099 (texinfo-sequential-node-update): Remove autoload cookie.
9100
9101 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
9102 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
9103 (texinfo-chapter-level-regexp): Remove.
9104 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
9105
9106 2000-11-06 Dave Love <fx@gnu.org>
9107
9108 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
9109
9110 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9111 Match defun*.
9112
9113 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9114
9115 * composite.el (composition-function-table): Variable declaration
9116 moved to src/composite.c.
9117 (compose-chars-after): New optional arg object.
9118
9119 2000-11-06 Gerd Moellmann <gerd@gnu.org>
9120
9121 * bindings.el (mode-line-toggle-read-only)
9122 (mode-line-toggle-modified, mode-line-widen)
9123 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9124 (make-mode-line-mouse2-map): Rewritten.
9125 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9126 functions so that C-h k can show something with a doc string.
9127
9128 * startup.el (fancy-splash-delay): Set to 10 seconds.
9129 (fancy-splash-max-time): New user-option.
9130 (fancy-splash-stop-time): New variable.
9131 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9132 (fancy-splash-screens-1): Throw `stop-splashing' when current
9133 time is greater than fancy-splash-stop-time.
9134
9135 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9136
9137 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9138
9139 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9140 Prompt user for a file rather than raising an error.
9141 (cvs-enabledp): Fix call to cvs-mode-marked.
9142 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9143 (cvs-mode-insert): Use it. Change the init prompt' value.
9144 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9145
9146 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9147 Don't pass default arg to ewoc-locate.
9148 (ewoc-collect): Return result in the right order.
9149
9150 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9151
9152 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9153 (cvs-status-get-tags): Fix regexp.
9154 (cvs-status-trees, cvs-status-cvstrees):
9155 Combine after change hooks and don't sit-for.
9156 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9157 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
9158 Use make-char rather than hard-coded cryptic data.
9159 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9160
9161 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9162
9163 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9164 (cvs-insert-strings): New function.
9165
9166 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9167
9168 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9169 `mwheel-scroll-amount'.
9170 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9171 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9172 string-matching against the version string.
9173
9174 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9175
9176 * language/thai.el ("Thai"): Set a lisp form that produces
9177 composed string in `sample-text' language info.
9178
9179 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9180 composed string in `sample-text' language info.
9181
9182 * international/mule-cmds.el (describe-language-environment):
9183 Eval `sample-text' data and insert the result.
9184
9185 * international/mule-conf.el (compound-text): Define this coding
9186 system here. Make x-ctext and ctext aliases of it.
9187
9188 * language/european.el (compound-text, ctext): Moved to
9189 international/mule-conf.el.
9190
9191 2000-11-05 Andrew Innes <andrewi@gnu.org>
9192
9193 * w32-fns.el (w32-version): New function.
9194
9195 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9196
9197 * progmodes/awk-mode.el: Update copyright.
9198 (awk-mode-abbrev-table): Remove.
9199 (awk-font-lock-keywords): Use regexp-opt.
9200 (awk-mode): Use define-derived-mode.
9201
9202 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9203 when extracting a suffix.
9204
9205 2000-11-04 Andre Spiegel <spiegel@gnu.org>
9206
9207 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9208 auto-save-mode.
9209
9210 2000-11-04 Jason Rumney <jasonr@gnu.org>
9211
9212 * language/european.el (decode-mac-roman): Test against r1 not r0.
9213
9214 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9215
9216 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9217 (icon-mode): Define indent-line-function.
9218 (icon-comment-indent): Simplify.
9219 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9220
9221 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9222
9223 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9224 Bind change-log-default-mode to defeat the caching done on it.
9225 Don't bother saving excursion any more.
9226
9227 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9228
9229 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9230 (set-frame-font): Use the new name (and the old for compatibility).
9231
9232 * toolbar/tool-bar.el (tool-bar-mode):
9233 * time.el (display-time-mode):
9234 * recentf.el (recentf-mode):
9235 * paren.el (show-paren-mode):
9236 * mwheel.el (mouse-wheel-mode):
9237 * msb.el (msb-mode):
9238 * jka-compr.el (auto-compression-mode):
9239 * image-file.el (auto-image-file-mode):
9240 * hl-line.el (hl-line-mode):
9241 * delsel.el (delete-selection-mode):
9242 * autoinsert.el (auto-insert-mode):
9243 * complete.el (partial-completion-mode): Drop unneeded positional args.
9244
9245 * info.el (Info-mode):
9246 * comint.el (comint-mode): Don't bother with make-local-hook.
9247
9248 * log-edit.el (log-edit-menu): New menu.
9249
9250 2000-11-03 Miles Bader <miles@gnu.org>
9251
9252 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9253 definition, so that trailing spaces are handled properly.
9254 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9255
9256 2000-11-03 Gerd Moellmann <gerd@gnu.org>
9257
9258 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9259 tab character.
9260 (fancy-splash-screens): Set tab-width to 20.
9261
9262 2000-11-03 Dave Love <fx@gnu.org>
9263
9264 * comint.el (comint-completion-addsuffix): Fix custom type.
9265
9266 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9267
9268 * font-lock.el (font-lock-buffers): Remove.
9269 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9270 (font-lock-change-major-mode): Remove.
9271 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9272 (font-lock-default-fontify-region): Extend the multiline
9273 fontification to whole lines.
9274 (font-lock-fontify-anchored-keywords)
9275 (font-lock-fontify-keywords-region): If matching just one
9276 line (with \n) only mark the \n as multiline.
9277
9278 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9279 Correctly handle the case where several :group args are supplied.
9280 Allow :extra-args.
9281 (easy-mmode-define-global-mode): Allow :extra-args.
9282 Correctly handle the case where several :group args are supplied.
9283
9284 2000-11-02 Miles Bader <miles@gnu.org>
9285
9286 * calendar/calendar.el (diary-face, calendar-today-face)
9287 (holiday-face): Remove dependency on `window-system'.
9288
9289 2000-11-02 Ken Raeburn <raeburn@gnu.org>
9290
9291 * Makefile.in (emacs): Set EMACSLOADPATH always.
9292 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9293 (compile-files): Bomb out if compilation of a file fails.
9294
9295 2000-11-02 Dave Love <fx@gnu.org>
9296
9297 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9298
9299 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9300
9301 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9302 punctuation in the warning inserted into the *mail* buffer.
9303
9304 2000-11-02 Gerd Moellmann <gerd@gnu.org>
9305
9306 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9307 (authors-public-domain-p): New function.
9308 (authors-print): Use it.
9309
9310 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9311
9312 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9313
9314 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9315
9316 * ps-print.el: Extension for even/odd printing. Doc fix.
9317 (ps-print-version): New version number (6.3.1).
9318 (ps-even-or-odd-pages): Customization fix.
9319 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9320 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9321 (ps-page-count): Var replaced by `ps-page-column'.
9322 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9323 (ps-print-sheet-p): New fun.
9324
9325 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9326
9327 * tooltip.el (tooltip-gud-tips-setup): New function.
9328 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9329 (tooltip-mode): Call tooltip-gud-tips-setup.
9330 (tooltip-gud-tips): Use `gud-basic-call' instead of
9331 process-send-string, so the prompt gets frobbed appropriately.
9332 Handle nil return value from `tooltip-gud-print-command'.
9333
9334 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9335
9336 * comint.el (comint-add-to-input-history): New function.
9337 (comint-send-input): Use `comint-add-to-input-history'.
9338
9339 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9340
9341 * info.el (info-menu-header): New face.
9342 (Info-fontify-menu-headers): New function.
9343 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9344
9345 * info.el (Info-insert-dir): Don't include blank lines at
9346 beginning of additional dir files (one is added automatically).
9347
9348 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9349
9350 * emacs-lisp/easy-mmode.el (define-minor-mode):
9351 Revert the latest changes.
9352 Allow the three positional arguments to be skipped and replaced
9353 by keyword arguments.
9354 Add a :toggle argument to determine whether a nil arg means toggle
9355 or means turn-on. The default is unchanged.
9356 Add a call to force-mode-line-update.
9357
9358 2000-11-01 Dave Love <fx@gnu.org>
9359
9360 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
9361
9362 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9363
9364 * calendar/calendar.el (diary-face, holiday-face):
9365 Add dark-background variants.
9366
9367 2000-10-31 Sam Steingold <sds@gnu.org>
9368
9369 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9370 `tex-main-file' does not have directory in it.
9371
9372 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9373
9374 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9375
9376 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9377
9378 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9379 functional change.
9380
9381 2000-10-31 Gerd Moellmann <gerd@gnu.org>
9382
9383 * files.el (find-file-noselect): When we expand a wildcard, return
9384 a list of buffers, as we should do according to the doc string.
9385
9386 2000-10-31 Ken Raeburn <raeburn@gnu.org>
9387
9388 * loadup.el (top level): Adjust load path if program name is
9389 "../src/bootstrap-emacs", in case it's not dumped and thus the
9390 load path adjustment hasn't already been done.
9391
9392 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9393
9394 * ps-print.el: Fix bug on selected pages for printing.
9395 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
9396 is on. Try to avoid warning messages when compiling. Doc Fix.
9397 (ps-print-version): New version number (6.3).
9398 (ps-color-device): Use `color-values' to determine if device
9399 supports color.
9400 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9401 (ps-print-page-p): Changed from defsubst to defun.
9402 (ps-page-number): Changed from defmacro to defun.
9403 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9404 printing.
9405 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
9406 (ps-end-file, ps-dummy-page): Funs eliminated.
9407 (ps-print-color-scale): Changed default value.
9408 (ps-page-n-up, ps-print-page-p): New internal vars.
9409 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9410 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9411
9412 * delim-col.el: Little programming improvement.
9413 (delimit-columns-str): New macro.
9414 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9415
9416 2000-10-31 Kenichi Handa <handa@etl.go.jp>
9417
9418 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9419 Moved to european.el.
9420 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9421 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9422 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9423 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
9424
9425 2000-10-30 Dave Love <fx@gnu.org>
9426
9427 * progmodes/cc-menus.el (imenu-generic-expression)
9428 (imenu-progress-message): Only defvar when compiling.
9429
9430 * emacs-lisp/elp.el (elp-unload-hook): New function.
9431
9432 * loadhist.el (unload-feature): Call elp-restore-function,
9433 checking for symbols; don't use elp-restore-all.
9434 (loadhist-hook-functions): Doc fix.
9435
9436 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9437
9438 * log-edit.el (log-edit-confirm): Fix the default.
9439
9440 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9441
9442 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9443 delimit-columns-format.
9444 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9445
9446 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9447
9448 * comint.el (comint-replace-by-expanded-history): Don't use
9449 comint-get-old-input (we're not looking at *old* input).
9450 (comint-get-old-input-default): If using fields, signal an error
9451 when the point is not in an input field.
9452
9453 2000-10-30 Kenichi Handa <handa@etl.go.jp>
9454
9455 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9456 and mule-unicode-e000-ffff.
9457
9458 * international/mule.el (decode-char, encode-char): New functions.
9459 (make-coding-system): Accept a symbol of translation table as a
9460 value of property `safe-chars'.
9461
9462 * international/mule-cmds.el (encode-coding-char): Check property
9463 safe-chars instead of safe-charsets.
9464
9465 * international/fontset.el (fontset-default): Modified for
9466 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9467 (x-font-name-charset-alist): Likewise.
9468 (ccl-encode-unicode-font): New CCL program. Record it in
9469 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9470
9471 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9472 New translation tables.
9473 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9474 programs are modified and moved from mac-win.el.
9475 (mac-roman): Definition of this coding system is modified and
9476 moved from mac-win.el.
9477
9478 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9479
9480 * ediff-wind.el (ediff-setup-control-frame): Enclose
9481 face-attribute in condition-case to avoid errors in older emacsen.
9482
9483 2000-10-29 Miles Bader <miles@gnu.org>
9484
9485 * custom.el (custom-add-to-group): Allow multiple entries for a
9486 given value OPTION, as long as their widget types are different.
9487 * cus-edit.el (custom-face-value-create): If face name doesn't end
9488 with "face", add such here (similar to custom group widgets).
9489
9490 * comint.el (comint-highlight-prompt): Add :type.
9491
9492 2000-10-28 John Wiegley <johnw@gnu.org>
9493
9494 * calendar/timeclock.el (timeclock-log): Doc fix.
9495 (timeclock-last-event): Doc fix.
9496 (timeclock-log): Kill the timelog buffer after appending a new event.
9497 (timeclock-find-discrep): Use a temp buffer to read in the
9498 timelog, instead of visiting the file.
9499 (timeclock-log-data): A new function, along with a host of helper
9500 functions, for the purpose of making timelog data accessible to
9501 programmers.
9502
9503 * eshell/esh-mode.el (window-height test): Make certain that
9504 `eshell-stringify-t' is non-nil.
9505 (eshell-password-prompt-regexp): Changed to a much simpler
9506 password regexp.
9507 (eshell-send-input): If `eshell-invoke-directly' returns t,
9508 directly invoke the parsed command using `eval'. This improves
9509 turn-around time on simple commands by a factor of three or
9510 greater, such as cd, ls, pwd, etc. -- which get used very often.
9511 It also conserves thousands of cons cells per call (since
9512 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9513 in the Pacific Cookie Company).
9514
9515 * eshell/esh-test.el (eshell-test): Whitespace fix.
9516
9517 * eshell/em-ls.el (eshell-ls-insert-directory):
9518 Make `eshell-ls-initial-args' nil when inserting directory contents.
9519
9520 * eshell/em-script.el (eshell-script-initialize): Add names to
9521 `eshell-complex-commands, since `source' and `.' are complex.
9522
9523 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9524 (eshell-rewrite-while-command): Use `eshell-protect' instead of
9525 `eshell-copy-handles'.
9526 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9527 bodies.
9528 (eshell-separate-commands): Whitespace fix.
9529 (eshell-complex-commands): Added a new list of names, for
9530 determining whether a given command is as simple as it looks.
9531 (eshell-invoke-directly): New function. Returns t if a command
9532 should be invoked directly (using `eval'), rather than indirectly
9533 using `eshell-do-eval'.
9534 (eshell-do-eval): Whitespace fix.
9535
9536 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9537 which provides an emulation of the DOS shell behavior of assuming
9538 that cp/mv/ln should copy/move/link to the current directory.
9539 (eshell-remove-entries): Added a doc string.
9540 (eshell-shuffle-files): Removed the check for `target' being null.
9541 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9542 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9543 it to do a smarter check of whether a destination was provided.
9544 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9545 (eshell/ln): Enable `:preserve-args', and use
9546 `eshell-mvcpln-template' to implement the body of the function.
9547 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9548 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
9549 list after flattening it. This makes it possible to cat files
9550 with numerical names.
9551 (eshell-unix-initialize): Added several names to
9552 `eshell-complex-commands.
9553 (eshell-unix-command-complex-p): Return t if a given command name
9554 may result in external processes being invoked.
9555
9556 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9557 variable nil by default, since it slows down glob processing by a
9558 factor of two or more, and increases memory consumption.
9559
9560 * eshell/em-smart.el: Added a note about how memory consumptive
9561 smart display mode can be (at least this is true in Emacs 21).
9562 (eshell-smart-initialize): Whitespace fix.
9563 (eshell-refresh-windows): Use `if' instead of `when'.
9564 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9565 not necessary.
9566 (eshell-currently-handling-window): Added a missing global variable.
9567
9568 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9569 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9570 Whitespace fix.
9571 (eshell-ls-exclude-hidden): Added this variable in addition to
9572 `eshell-ls-exclude-regexp'. This one prevents files beginning
9573 with . from even being read, which can improve memory consumption
9574 quite a bit.
9575 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9576 read file entries beginning with a dot. In home directories with
9577 lots of hidden files, fully two-thirds of the time spent in ls is
9578 used to read directory entries that are immediately thrown away.
9579 (eshell-ls-initial-args): Added back this configuration variable,
9580 for specifying default initial arguments to every call to ls.
9581 Much faster than using an alias to do the same thing.
9582 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9583 (eshell-ls-dir): Whitespace change.
9584
9585 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9586
9587 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
9588 (eshell-stringify-t): Added a customization variable, to indicate
9589 whether `t' should be rendered as a string at all. If not, one
9590 can still determine if the result of an expression is true using
9591 "file-exists-p FILE && echo true".
9592 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9593 stringify t!
9594
9595 * eshell/esh-module.el: Whitespace fix.
9596
9597 * eshell/em-alias.el (eshell-alias-initialize):
9598 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
9599 (eshell-command-aliased-p): New function that returns t if a
9600 command name names an aliased.
9601
9602 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9603
9604 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
9605 redrawing the screen when changing cursor color.
9606 (viper-insert-state-pre-command-sentinel)
9607 (viper-replace-state-pre-command-sentinel)
9608 (viper-replace-state-post-command-sentinel):
9609 Use viper-preserve-cursor-color.
9610 Many functions changed to use viper= instead of = when comparing
9611 characters.
9612 * viper-util.el (viper-memq-char,viper=): New functions for
9613 working with characters.
9614 (viper-change-cursor-color): Fixed buglet.
9615 Many functions changed to use viper= instead of = when comparing
9616 characters.
9617 * viper.el (viper-insert-state-mode-list): Added eshell.
9618
9619 * ediff-init.el (ediff-before-setup-hook): New hook.
9620 Several typos fixed in various docstrings.
9621 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
9622 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
9623 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9624 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9625 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9626 (ediff-get-selected-buffers): New function.
9627 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
9628 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9629 Use save-window-excursion.
9630 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
9631 termination check in while loop.
9632 * ediff.el (ediff-get-default-file-name): Better defaults when in
9633 dired buffer.
9634 (ediff-files,ediff-merge-files,ediff-files3)
9635 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
9636
9637 2000-10-28 Dave Love <fx@gnu.org>
9638
9639 * info.el (Info-fontify-node): Add help-echo for menu items.
9640
9641 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9642
9643 * startup.el (normal-top-level): If the value of $TERM indicates
9644 we are running from xterm or one of its work-alikes, default to a
9645 light background mode.
9646
9647 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9648 * faces.el (tty-handle-reverse-video): New function.
9649 (tty-create-frame-with-faces): Call it.
9650
9651 * frame.el (frame-notice-user-settings): Don't apply
9652 default-frame-alist and initial-frame-alist to MS-DOS frames.
9653 Call tty-handle-reverse-video, frame-set-background-mode, and
9654 face-set-after-frame-default for non-MS-DOS frames.
9655
9656 * startup.el (tty-long-option-alist): New variable.
9657 (tty-handle-args): New function.
9658 (command-line): Call tty-handle-args.
9659
9660 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9661 startup.el now does that for all character-terminal frames.
9662
9663 2000-10-28 Miles Bader <miles@gnu.org>
9664
9665 * emacs-lisp/easy-mmode.el (define-minor-mode):
9666 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9667 is global. If :global is followed by a non-nil but non-t value,
9668 make the mode buffer-local, but also generate a `global-MODE'
9669 version using `easy-mmode-define-global-mode'.
9670 Add :conditional-turn-on keyword argument.
9671
9672 2000-10-28 Dave Love <fx@gnu.org>
9673
9674 * international/latin1-disp.el (latin1-char-displayable-p):
9675 Don't use window-system.
9676
9677 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9678
9679 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9680 Don't call find-buffer-file-type-coding-system. Instead, just
9681 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9682 if the file is on an untranslated filesystem.
9683 (add-untranslated-filesystem): Use "D" instead of "f" inside
9684 interactive.
9685
9686 2000-10-27 Dave Love <fx@gnu.org>
9687
9688 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
9689 (refill-mode): Use it.
9690
9691 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9692
9693 * international/quail.el (quail-activate): Don't make-local-hook.
9694
9695 2000-10-27 Andre Spiegel <spiegel@gnu.org>
9696
9697 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
9698 manual backups and file.~<rev>.~ for automatic ones.
9699 (vc-make-version-backup): Don't do it on MS-DOS without long file
9700 names.
9701
9702 * vc.el (vc-version-other-window): If an automatic backup of the
9703 desired version exists, rename it instead of copying it.
9704
9705 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9706 after command. If there's an unexpected error, signal it instead
9707 of being silent.
9708 (vc-cvs-merge-news): Be prepared for no news at all.
9709
9710 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9711
9712 * shell.el (shell): Add BUFFER argument.
9713 * comint.el (make-comint-in-buffer): New function.
9714 (make-comint): Use it.
9715
9716 * faces.el (face-spec-choose): Change syntax so that the list of
9717 attribute-value pairs is now the cdr of each clause, not the cadr.
9718 Detect old-style entries, and handle them. Use pop.
9719
9720 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9721
9722 * cus-edit.el (custom-mode-map): Use a sparse map.
9723 (custom-mode): Don't bother with make-local-hook.
9724
9725 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9726
9727 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9728
9729 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9730
9731 * ps-print.el: Avoid compilation gripes.
9732 (ps-print-version): New version number (6.2.1).
9733
9734 2000-10-26 Dave Love <fx@gnu.org>
9735
9736 * menu-bar.el: Modify some menu item help strings.
9737 (menu-bar-help-menu): Add link to MORE.STUFF.
9738
9739 * cus-edit.el (custom-mode): Add `special' mode-class property.
9740
9741 * wid-browse.el (widget-browse-mode): Likewise.
9742
9743 * wid-edit.el (widget-specify-field): Revert to using local-map
9744 property, not keymap.
9745
9746 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9747
9748 * wid-edit.el (widget-field-end): When checking for a `boundary'
9749 field, do so in the correct buffer.
9750
9751 * simple.el (undo): Correctly distinguish between numeric and
9752 non-numeric prefix args in non-transient-mark-mode, as per the doc
9753 string. When in transient-mark-mode, treat all prefix-args as
9754 numeric.
9755
9756 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9757 Position point on match. Handle N == 0 correctly.
9758
9759 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9760 (comint-mode-map): Reverse order of `comint-write-output' and
9761 `comint-append-output-to-file'.
9762 (comint-append-output-to-file): Reinstate this function, for the
9763 benefit of the menu.
9764
9765 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9766
9767 * vc.el (vc-version-other-window): Bind `file'.
9768
9769 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9770
9771 * Makefile.in (update-authors): New target for maintenance purposes.
9772
9773 * emacs-lisp/authors.el (batch-update-authors): New function.
9774 (authors-fixed-entries): New defconst.
9775 (authors-add-fixed-entries): New function.
9776 (authors): Call it.: Don't process lispref/.
9777
9778 2000-10-25 Jason Rumney <jasonr@gnu.org>
9779
9780 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9781 Merge x w32 and mac definitions.
9782
9783 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9784
9785 * menu-bar.el (menu-bar-options-menu): Add a help string for
9786 `uniquify'.
9787
9788 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
9789
9790 * time-stamp.el (time-stamp-string-preprocess):
9791 Fix a wrong type argument error.
9792
9793 2000-10-25 Miles Bader <miles@gnu.org>
9794
9795 * recentf.el (recentf-mode): Variable removed.
9796 (recentf-mode): Use `define-minor-mode'.
9797
9798 * mwheel.el (mouse-wheel-mode): New global minor mode.
9799 (mwheel-install): Use `mouse-wheel-mode'.
9800
9801 2000-10-25 Dave Love <fx@gnu.org>
9802
9803 * progmodes/cperl-mode.el (cperl-mode):
9804 Set normal-auto-fill-function correctly.
9805
9806 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9807 Don't inherit from global-map and don't nullify menu-bar and tool-bar
9808 bindings.
9809
9810 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9811
9812 * wid-edit.el (widget-field-at): New function.
9813 (widget-at, widget-field-activate): Use it.
9814 (widget-tabable-at): Use `widget-at'.
9815 (widget-specify-field): If the terminating character of the widget
9816 field (which is read-only) is a newline, put it into a special
9817 `boundary' field so that C-n/C-p act more naturally.
9818 (widget-field-end): Also don't subtract one if a special
9819 `boundary' field has been added after the widget field.
9820
9821 * comint.el (comint-output-filter, comint-send-input):
9822 Don't bother adding stickiness fields to overlays to fool the field
9823 code, since it should notice the overlay insertion-types now.
9824
9825 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9826 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9827 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9828
9829 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9830
9831 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
9832 (authors): Set file coding system to iso-2022-7bit.
9833 Add file-local variables to output buffer.
9834
9835 * files.el (after-find-file): Don't print any warnings if
9836 WARN is nil.
9837
9838 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9839
9840 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9841
9842 * delim-col.el: Now there is a column formatting mechanism.
9843 Modified to customization mechanisms convention. Doc fix.
9844 (columns): New group for delim-col.
9845 (delimit-columns-before, delimit-columns-after)
9846 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9847 (delimit-columns-end): New vars.
9848 (delimit-columns-customize, delimit-columns-format): New funs.
9849 (delimit-columns-region, delimit-columns-rectangle)
9850 (delimit-columns-rectangle-line): Modified to support column
9851 formatting.
9852
9853 2000-10-24 Dave Love <fx@gnu.org>
9854
9855 * log-edit.el (log-edit): Add :version and a :group for vc.
9856
9857 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9858
9859 * files.el (after-find-file): Don't print a message ``New file''
9860 if WARN is nil.
9861
9862 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9863 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
9864 get duplicate tool-bar entries because we'll see the global ones
9865 on more than one path through keymaps.
9866
9867 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9868
9869 * progmodes/cmacexp.el: Change Francesco's email address.
9870
9871 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9872
9873 * window.el (fit-window-to-buffer): Adjust point of the window
9874 buffer, not that of the current buffer.
9875
9876 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9877
9878 * progmodes/cmacexp.el: Update the euthor's email address.
9879
9880 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9881
9882 * faces.el (face-spec-set-match-display): Add `graphic' display
9883 type (the inverse of `tty'). Use `display-graphic-p' instead of
9884 the window-system variable.
9885
9886 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9887
9888 * international/isearch-x.el (isearch-with-input-method):
9889 Call input-method-function with the first event in
9890 unread-command-events.
9891
9892 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9893
9894 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
9895
9896 2000-10-24 Andrew Choi <akochoi@i-cable.com>
9897
9898 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9899 New charsets.
9900
9901 * term/mac-win.el: Remove definitions of mac-roman-lower and
9902 mac-roman-upper, require dired, and define instead of set
9903 mac-ready-for-drag-n-drop to avoid compilation error.
9904
9905 2000-10-23 Andrew Innes <andrewi@gnu.org>
9906
9907 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9908 Remove superfluous calls to subst-char-in-string; instead apply
9909 expand-file-name after convert-standard-filename to ensure
9910 expected directory separators are used.
9911
9912 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9913
9914 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9915
9916 2000-10-23 Dave Love <fx@gnu.org>
9917
9918 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9919 (tool-bar-add-item): Set foreground and background for XBM icons.
9920
9921 * international/latin1-disp.el (latin1-char-displayable-p):
9922 New function (from Handa).
9923 (latin1-display-check-font): Use it.
9924
9925 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
9926 using :key-sequence, making it much more usable.
9927 Use nconc, not append.
9928 (imenu--create-keymap-1): Avoid append.
9929
9930 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
9931
9932 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9933
9934 [the following changes fix a bug where `define-minor-mode' didn't
9935 correctly generate :require clauses for defcustoms in compiled files]
9936 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9937 (byte-compile-log-file, byte-compile-log-1): Don't set
9938 `byte-compile-current-file' to nil. Instead set
9939 `byte-compile-last-logged-file' to it. Test whether
9940 byte-compile-current-file equals byte-compile-last-logged-file
9941 instead of whether its nil.
9942 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
9943
9944 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9945
9946 * textmodes/refill.el: Fix var names in doc.
9947 (refill-mode): Don't bother with make-local-hook anymore.
9948
9949 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9950
9951 * faces.el (face-user-default-spec, face-default-spec): New functions.
9952 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
9953 (frame-set-background-mode, face-set-after-frame-default):
9954 Use `face-user-default-spec'. Simplify code slightly.
9955
9956 * woman.el (woman-italic-face, woman-bold-face)
9957 (woman-unknown-face): Add dark-background variants.
9958 (woman-default-faces): Renamed from `woman-colour-faces'.
9959 Set using the stored defaults, rather than using hard-wired colors.
9960 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9961 Just make the foreground `unspecified' rather than "black".
9962 (woman-menu): Rename menu entries accordingly.
9963
9964 * faces.el (header-line): Make more reasonable on mono/grayscale
9965 displays.
9966
9967 2000-10-23 Andrew Choi <akochoi@i-cable.com>
9968
9969 * cus-edit.el (custom-button-face): Use 3D look for mac.
9970 (custom-button-pressed-face): Likewise.
9971
9972 * faces.el (set-face-attributes-from-resources): Handle mac frames
9973 in the same way as x and w32 frames.
9974 (face-valid-attribute-values): Likewise.
9975 (read-face-attribute): Likewise.
9976 (defined-colors): Likewise.
9977 (color-defined-p): Likewise.
9978 (color-values): Likewise.
9979 (display-grayscale-p): Likewise.
9980 (face-set-after-frame-default): Likewise.
9981 (mode-line): Same default face as for x and w32.
9982 (tool-bar): Likewise.
9983
9984 * frame.el: Remove call to frame-notice-user-settings at end of
9985 the file.
9986
9987 * info.el (Info-fontify-node): Make underlines invisible for mac
9988 as for x, pc, and w32 frame types.
9989
9990 * term/mac-win.el: New file.
9991
9992 2000-10-22 Dave Love <fx@gnu.org>
9993
9994 * textmodes/refill.el: New file.
9995
9996 2000-10-22 Andre Spiegel <spiegel@gnu.org>
9997
9998 * vc-hooks.el (vc-version-backup-file-name): New optional args
9999 MANUAL and REGEXP.
10000 (vc-delete-automatic-version-backups, vc-make-version-backup):
10001 New functions.
10002 (vc-before-save): Use the latter.
10003 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
10004 confusion.
10005
10006 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
10007 expected by vc[-hooks].el.
10008
10009 * vc.el (vc-checkout): Added `-p' suffix in call to
10010 vc-make-version-backups-p; use vc-make-version-backup to actually
10011 make the backup.
10012 (vc-version-other-window, vc-version-backup-file): Handle both
10013 automatic and manual backups.
10014 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
10015 of all of them.
10016
10017 2000-10-22 Miles Bader <miles@gnu.org>
10018
10019 * comint.el (comint-highlight-input, comint-highlight-prompt):
10020 Renamed, `-face' at end removed.
10021 (comint-send-input, comint-output-filter): Use renamed faces.
10022
10023 * window.el (fit-window-to-buffer): Change defaulting of
10024 MAX-HEIGHT slightly.
10025
10026 * faces.el (color-values, color-defined-p): Use `member', not
10027 `memq', because it works correctly for strings.
10028 (frame-set-background-mode): Actually, "unspecified-fg" and
10029 "unspecified-bg" *are* strings. Use `member', not `memq', and
10030 `equal', not `eq', when a string value is possible.
10031
10032 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
10033
10034 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
10035
10036 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
10037
10038 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
10039 sh-electric-rparen, sh-electric-less and sh-electric-hash.
10040 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
10041 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
10042 (sh-font-lock-syntactic-keywords): Use them.
10043 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
10044 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
10045 (sh-mode): Don't override font-lock-unfontify-region-function.
10046 Use a copy of sh-font-lock-syntactic-keywords.
10047 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
10048 Don't call sh-scan-buffer since font-lock does it on the fly.
10049 (sh-get-indent-info): Use `face' rather than `syntax-table'
10050 text-property to detect here-documents.
10051 Replace sh-special-syntax with sh-st-punc.
10052 (sh-prev-line): Use `face' rather than `syntax-table'
10053 text-property to skip over here-documents.
10054 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
10055 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
10056 (sh-electric-less, sh-set-here-doc-region)
10057 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
10058 (sh-scan-buffer, sh-rescan-buffer): Remove.
10059
10060 2000-10-21 Andrew Innes <andrewi@gnu.org>
10061
10062 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
10063 remote (ange-ftp) file names.
10064
10065 2000-10-21 Miles Bader <miles@gnu.org>
10066
10067 * window.el (fit-window-to-buffer): New function.
10068 (shrink-window-if-larger-than-buffer): Use it.
10069 (window-text-height): Don't expect minibuffers to have mode-lines.
10070
10071 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
10072 * international/quail.el (quail-update-guidance):
10073 Use `fit-window-to-buffer' instead of `set-window-text-height'.
10074
10075 * international/quail.el (quail-show-guidance-buf): Make sure
10076 guidance window really has enough room.
10077 (quail-update-guidance): If quail-guidance-win is already shown,
10078 make sure its height is OK.
10079
10080 * window.el (window-text-height, set-window-text-height):
10081 New functions.
10082 (shrink-window-if-larger-than-buffer): Use `window-text-height'
10083 instead of `window-height' & `mode-line-window-height-fudge'.
10084 (mode-line-window-height-fudge): Add FACE parameter.
10085 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
10086 instead of `enlarge-window' & `mode-line-window-height-fudge'.
10087
10088 2000-10-20 Miles Bader <miles@gnu.org>
10089
10090 * window.el (height-affecting-face-attributes): Use `defconst'.
10091
10092 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
10093 New function, conditionally aliased to `mode-line-window-height-fudge'.
10094 (ispell-help): Use it.
10095 (ispell-choices-win-default-height): Don't include mode-line fudge.
10096 (ispell-choices-win-default-height): New function.
10097 (ispell-show-choices, ispell-command-loop): Use function
10098 `ispell-choices-win-default-height' instead of variable.
10099
10100 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
10101
10102 * window.el (mode-line-window-height-fudge): New variable.
10103 (height-affecting-face-attributes): New variable.
10104 (mode-line-window-height-fudge): New function.
10105 (shrink-window-if-larger-than-buffer): Use it.
10106 * help.el (resize-temp-buffer-window): Likewise.
10107
10108 * info.el (Info-fontify-node): Add support for @subsubsection
10109 titles, which use `Info-title-4-face'.
10110 (Info-title-4-face): New face.
10111 (Info-title-3-face): Inherit from Info-title-4-face instead of
10112 variable-pitch.
10113
10114 2000-10-19 Jason Rumney <jasonr@gnu.org>
10115
10116 * dired.el (dired-insert-directory): Do not let errors signalled by
10117 attempt to run dired-free-space-program prevent dired from working.
10118
10119 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
10120
10121 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10122
10123 2000-10-19 Gerd Moellmann <gerd@gnu.org>
10124
10125 * dirtrack.el (dirtrack): Fix call to run-hooks.
10126
10127 * cmuscheme.el (cmuscheme-program-name): Renamed from
10128 scheme-program-name because xscheme.el contains a defcustom with
10129 the same name. As a consequence, customizing group `cmuscheme'
10130 loaded `xscheme' which redefined run-scheme.
10131 (run-scheme): Use cmuscheme-program-name.
10132
10133 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
10134
10135 * play/doctor.el (doctor-death): Update the Samaritans'
10136 anonymous address, and add a website for Befrienders International.
10137
10138 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10139
10140 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10141 Avoid compilation gripes. Doc fix.
10142 (ps-print-version): New version number (6.2).
10143 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10144 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10145 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10146 (ps-x-extent-priority, ps-x-extent-start-position)
10147 (ps-x-face-font-instance, ps-x-find-coding-system)
10148 (ps-x-font-instance-properties, ps-x-make-color-instance)
10149 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10150 avoid compilation gripes without defining functions.
10151 (ps-e-find-composition): Alias for function find-composition, to have a
10152 suitable function depending on Emacs version.
10153 (ps-color-device, ps-color-values, ps-face-foreground-name)
10154 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10155 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10156 (ps-print-ensure-fontified): Function definitions surrounded by
10157 `eval-and-compile' to avoid compilation gripes.
10158 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10159 by symbol-value to avoid compilation gripes.
10160 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10161 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10162
10163 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10164
10165 * startup.el (normal-top-level): Call `frame-set-background-mode'
10166 after `frame-notice-user-settings' because the latter doesn't call
10167 the former on a tty.
10168
10169 * faces.el (frame-set-background-mode): `unspecified' &c are
10170 symbols, not strings.
10171
10172 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10173
10174 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10175 why some "light*" colors are deliberately absent from the alist.
10176
10177 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10178 Change colors for tty's, as suggested by Miles Bader.
10179
10180 2000-10-19 Kenichi Handa <handa@etl.go.jp>
10181
10182 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
10183 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10184 for ISO10646-1 fonts.
10185 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10186
10187 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10188
10189 * faces.el (frame-set-background-mode): If a tty frame defines a
10190 background color, use that to compute the background mode, instead
10191 of always defaulting to "dark".
10192
10193 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10194
10195 * comint.el (comint-write-output): New function.
10196 (comint-mode-map): Add it to the menu.
10197 Bind `C-c C-s' to comint-write-output.
10198
10199 2000-10-18 Gerd Moellmann <gerd@gnu.org>
10200
10201 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10202 Use fancy-splash-delay.
10203
10204 2000-10-18 Alex Schroeder <alex@gnu.org>
10205
10206 * progmodes/sql.el (sql-sybase-options): New option.
10207 (sql-sybase): Use it. Add sql-database to the list of parameters
10208 provided for login. The options -w 2048 -n are not used any more.
10209
10210 * comint.el (comint-read-input-ring): Bugfix such that the first
10211 and the last entry of the input ring file are not lost.
10212
10213 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10214
10215 * ps-print.el: Internal variable changes to defcustom,
10216 make-local-hook changes to defvar. Doc fix.
10217 (ps-print-version): New version number (6.1).
10218 (ps-setup, ps-do-despool): Code fix.
10219 (ps-printer-name): Customization fix.
10220 (ps-printer-name-option): Now is a defcustom instead of an
10221 internal variable.
10222 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10223 (ps-print-begin-column-hook): Now are defvar instead of
10224 make-local-hook.
10225
10226 2000-10-18 Miles Bader <miles@gnu.org>
10227
10228 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10229 (comint-kill-output): Changed into an alias for `comint-delete-output',
10230 and made obsolete.
10231 (comint-mode-map): Rename references to comint-kill-output.
10232
10233 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10234
10235 * diff-mode.el (diff-header-face, diff-file-header-face)
10236 (diff-changed-face): Add bold and italic attributes to tty faces.
10237 (diff-function-face): New face.
10238 (diff-font-lock-keywords): Use it.
10239
10240 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10241
10242 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10243 Remove commented-out call to force-mode-line-update.
10244 (comint-kill-output): Use `forward-line 0' instead of
10245 beginning-of-line to make sure we get past the prompt.
10246
10247 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10248
10249 * diff-mode.el (diff-header-face, diff-file-header-face):
10250 Add specific setting for dark background.
10251 (diff-context-face): Renamed from diff-comment-face.
10252 Set explicitly rather than inheriting from font-lock-comment-face.
10253
10254 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10255
10256 * startup.el (command-line): Move the code which sets the default
10257 TTY colors to before before-init-hook.
10258
10259 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10260
10261 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10262
10263 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10264
10265 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10266 extensions, for MS-DOS.
10267
10268 * diff-mode.el (diff-header-face, diff-file-header-face)
10269 (diff-changed-face): Define tty-specific colors.
10270
10271 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10272
10273 * startup.el (fancy-splash-text): Realign the text.
10274
10275 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10276
10277 * font-lock.el (font-lock-comment-face): Define a separate default
10278 for dark-background tty's.
10279
10280 2000-10-17 Miles Bader <miles@gnu.org>
10281
10282 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10283 being obscured by whizzy mode-lines on graphics displays.
10284
10285 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10286
10287 * info.el (Info-title-1-face, Info-title-2-face)
10288 (Info-title-3-face): Define colors for tty's.
10289 (info-header-node): Remove unneeded tty-specific definition.
10290
10291 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10292
10293 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10294 reverse from the frame parameters, and don't invert foreground and
10295 background colors.
10296
10297 2000-10-16 Miles Bader <miles@gnu.org>
10298
10299 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10300 string "*Info*". Call propertized-buffer-identification to spruce
10301 up the result.
10302
10303 2000-10-16 Gerd Moellmann <gerd@gnu.org>
10304
10305 * help.el: Provide `help' for the sake of define-minor-mode
10306 which generates defcustoms with requires.
10307
10308 * jit-lock.el (jit-lock-after-change): If we're in text that
10309 matches a multi-line font-lock pattern, make sure the whole text
10310 will be redisplayed.
10311
10312 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10313 author's name is unknown.
10314
10315 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10316 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10317 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10318 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10319 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10320 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10321 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10322 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10323 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10324 Add author information.
10325
10326 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10327
10328 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10329 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10330 full-color version (using the Gimp) to eliminate dithering artifacts.
10331
10332 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10333
10334 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10335
10336 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10337
10338 2000-10-15 Dave Love <fx@gnu.org>
10339
10340 * progmodes/sh-script.el: Require skeleton and comint when compiling.
10341
10342 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10343
10344 * whitespace.el: Doc fixes.
10345 (top-level): Don't add hooks here.
10346 (whitespace-running-emacs): Deleted.
10347 (timer): Don't require.
10348 (whitespace): Add back :version conditional on xemacs test.
10349 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10350 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10351 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10352 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10353 Avoid specific xemacs test.
10354 (whitespace-global-mode): New option.
10355 (whitespace-global-mode): New command.
10356 (whitespace-unload-hook): New function.
10357
10358 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
10359 (Info-fontify-node, Info-goto-node, Info-mode-menu)
10360 (Info-fontify-node): `Goto' goes to `Go to'.
10361 (Info-fontify-node): Add help-echo to xref links.
10362
10363 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10364
10365 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10366
10367 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10368
10369 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10370 Use plist-get and allow :inherit.
10371
10372 * emacs-lisp/cl-macs.el (cl-do-arglist):
10373 Use plist-get and plist-member instead of memq.
10374
10375 * emacs-lisp/ewoc.el (ewoc-location): New function.
10376 (ewoc-enter-after, ewoc-enter-before): Document return value.
10377 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10378 Don't need make-local-hook any more.
10379 (cvs-addto-collection): Return the new tin.
10380 (cvs-mode-insert): Jump to the new line.
10381
10382 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10383
10384 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10385
10386 * font-lock.el (font-lock-syntactically-fontified): New var.
10387 (font-lock-fontify-syntactic-keywords-region): Use it.
10388 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10389
10390 * diff-mode.el (diff-find-file-name): Fix regexp.
10391
10392 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10393 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10394
10395 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10396 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10397 (sh-mode): Don't make all vars local here.
10398 (sh-kw): Reformat.
10399 (sh-set-shell): Use dolist. Don't set indent-region-function.
10400 (sh-mode-syntax-table): Use pop.
10401 (sh-remember-variable): Use push.
10402 (sh-help-string-for-variable): Use memq.
10403 (sh-safe-backward-sexp): Remove.
10404 (sh-safe-forward-sexp): Add ARG.
10405 (sh-get-indent-info, sh-prev-stmt): Use it.
10406 (sh-prev-line): Simplify by using forward-comment.
10407 (sh-this-is-a-continuation): Simplify.
10408 (sh-learn-buffer-indent): Use dolist.
10409 (sh-do-nothing): Remove.
10410 (sh-set-char-syntax, sh-set-here-doc-region):
10411 Use inhibit-modification-hooks.
10412 (sh-name-style): Use mapcar and push.
10413 (sh-load-style): Use dolist.
10414 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10415 (sh-case, sh-while-getopts): Use propertize directly rather
10416 than sh-electric-rparen.
10417
10418 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10419
10420 * textmodes/tex-mode.el: Require CL when compiling.
10421 (tex-mode-syntax-table): Init immediately.
10422 (tex-mode-map): Bind M-RET to latex-insert-item.
10423 (latex-mode): Set indent-line-function to latex-indent.
10424 (tex-common-initialization): Don't setup the syntax-table any more.
10425 (latex-insert-item): New skeleton.
10426 (tex-next-unmatched-end): Fix copy/paste braino.
10427 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
10428 (latex-indent, latex-find-indent): New functions.
10429 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
10430 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10431 (tex-compilation-parse-errors): Use with-syntax-table.
10432
10433 2000-10-15 Miles Bader <miles@gnu.org>
10434
10435 * font-lock.el (font-lock-comment-face): Change dark-background,
10436 color, non-tty, default to `chocolate1'.
10437
10438 2000-10-13 John Wiegley <johnw@gnu.org>
10439
10440 * eshell/esh-util.el (require): Added a missing `require' form,
10441 needed when compiling (for an ange-ftp macro definition).
10442
10443 2000-10-13 Dave Love <fx@gnu.org>
10444
10445 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10446
10447 2000-10-13 Gerd Moellmann <gerd@gnu.org>
10448
10449 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
10450
10451 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
10452 transparent -colors 8).
10453
10454 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
10455
10456 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10457 that breaks with old list format timestamps.
10458 (time-stamp-warn-inactive, time-stamp-old-format-warn)
10459 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
10460
10461 2000-10-13 John Wiegley <johnw@gnu.org>
10462
10463 * align.el, pcomplete.el, calendar/timeclock.el,
10464 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10465
10466 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
10467 faulty math, where holiday hours were being computing as seconds.
10468
10469 2000-10-13 John Wiegley <johnw@gnu.org>
10470
10471 * desktop.el (desktop-buffer-modes-to-save): Added a global for
10472 specifying what "other" kinds of buffers should be saved.
10473 This used to be hard-coded.
10474 (desktop-buffer-misc-functions): A global for specifying how
10475 auxiliary data should be determined for special buffer types.
10476 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10477 instead of hard-coding the special buffer types.
10478 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10479 auxiliary data, instead of hard-coding for Info buffers and dired.
10480 (desktop-buffer-info-misc-data): Aux function for determining Info
10481 buffer auxiliary info.
10482 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10483 (desktop-buffer-info): Changed this function to use the info
10484 gathered above.
10485 (desktop-create-buffer): Be a little more careful about what
10486 `minor-mode' means before calling it. This is important for some
10487 buffer types.
10488
10489 2000-10-13 John Wiegley <johnw@gnu.org>
10490
10491 * eshell/esh-util.el: Added a global form which declares an
10492 autoload for `parse-time-string', if that function is not already
10493 defined, and if parse-time.el is available on the user's system.
10494
10495 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10496 to be aware of ange-ftp user info.
10497 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
10498 (eshell-ls-annotate): Use `eshell-file-attributes'.
10499 (eshell-ls-file): Made the user-id printing code a bit smarter.
10500
10501 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10502 allow identification of alias user ids in remote directories.
10503 It's manual, but there's no other way to know when the current user
10504 on the local machine, is also the owning user on the remote machine.
10505 (fboundp): Bind `ange-cache'.
10506 (eshell-directory-files-and-attributes): Re-organized the logic a
10507 bit to use `eshell-file-attributes' instead of `file-attributes'.
10508 The former is more sensitive to directories that are read via FTP,
10509 and knows how to use ange-ftp to determine full attribute
10510 information, instead of just the name and last modtime.
10511 (eshell-current-ange-uids): Return the current user id when in a
10512 remote directory.
10513 (eshell-parse-ange-ls): Parse a full directory listing that has
10514 been returned by ange-ftp.
10515 (eshell-file-attributes): This beefed up version of
10516 `file-attributes' is only special if the user is currently in a
10517 remote directory, in which case it does a lot of work to find out
10518 what the real attributes of a file are, as they appear on the
10519 remote machine. This makes usage of remote directories (i.e.,
10520 ange-ftp pathnames) much more useful. You can now use Eshell as a
10521 full-fledged FTP client, with much more manipulation ability than
10522 most other clients.
10523
10524 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10525 variable, which means that Eshell's du should always be preferred
10526 in remote directories.
10527 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10528 just `file-attributes'.
10529 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10530 when reading remote directories. This is an Eshell-specific
10531 variable (not part of ange-ftp).
10532 (eshell/ln): Bind `ange-cache'.
10533 (eshell/du): Added some extra logic for determining when to use
10534 Eshell's du (which is slow), and when to use the external version
10535 (which may or may not exist).
10536
10537 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10538 Call `eshell-interactive-process', rather than using
10539 `get-buffer-process', since backgrounded processes don't count in
10540 the context of this function's logic.
10541
10542 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10543 `forward-char', so that null strings are parsed correctly.
10544
10545 2000-09-13 John Wiegley <johnw@gnu.org>
10546
10547 * eshell/em-pred.el (eshell-pred-file-type)
10548 (eshell-pred-file-links, eshell-pred-file-size):
10549 Use `eshell-file-attributes'. This is more correct over ange-ftp.
10550
10551 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10552 that remote file globbing is more efficient.
10553
10554 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10555 gathering the files and attributes within a directory.
10556
10557 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10558 the command line is a special file (not a regular file, directory
10559 or symlink), always attempt to call the external version of cat.
10560
10561 2000-09-13 John Wiegley <johnw@gnu.org>
10562
10563 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10564 Eshell-friendly version of find-tag.
10565
10566 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10567
10568 * image-file.el (image-file-name-extensions)
10569 (image-file-name-regexps): Add autoload cookies.
10570
10571 2000-10-13 Kenichi Handa <handa@etl.go.jp>
10572
10573 * international/mule-cmds.el (select-safe-coding-system): If FROM
10574 is string, show it in *Warning* buffer.
10575
10576 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10577
10578 * startup.el (normal-top-level): Use display-popup-menus-p instead
10579 of window-system.
10580 (command-line): Use display-graphic-p instead of window-system.
10581 (command-line-1): Use display-popup-menus-p and display-mouse-p
10582 instead of window-system.
10583
10584 2000-10-12 Sam Steingold <sds@gnu.org>
10585
10586 * tooltip.el (tooltip-use-echo-area): New user variable.
10587 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10588
10589 2000-10-12 Dave Love <fx@gnu.org>
10590
10591 * recentf.el: Maintainer's checkdoc fixes.
10592
10593 * startup.el (normal-top-level-add-subdirs-to-load-path):
10594 Use character class, not ASCII when matching file names.
10595 (fancy-splash-head): Add trailing slash to URL.
10596 (command-line): Don't require XPM support for toolbar.
10597
10598 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10599 (cperl-invalid-face): Revert last change.
10600 (cperl-init-faces): Quote cperl-invalid-face.
10601
10602 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10603
10604 * startup.el (fancy-splash-text): Remove superfluous quote.
10605
10606 2000-10-12 Gerd Moellmann <gerd@gnu.org>
10607
10608 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10609 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10610 (command-line-1): Don't use fancy-splash-pending-command.
10611 (fancy-splash-screens-1): Goto point-min after inserting text.
10612
10613 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10614
10615 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10616 instead of shared-lisp-mode-map.
10617
10618 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10619
10620 * faces.el (header-line): Change tty-variant to use underlining.
10621
10622 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10623 (isearch-highlight): Restore lazy-isearch face properties at old
10624 position, and suppress them at new position.
10625 (isearch-dehighlight): Restore lazy-isearch face properties.
10626 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10627 over the real isearch overlay, but in that case, don't give it a
10628 face property. Use `push'.
10629
10630 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10631
10632 * man.el (Man-getpage-in-background): Fix previous change.
10633 Decode the process output only when we are in multibyte mode.
10634
10635 2000-10-11 Dave Love <fx@gnu.org>
10636
10637 * info.el (Info-mode-menu): Fix some help.
10638 (info-tool-bar-map): Add entry for Info-last.
10639
10640 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10641 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10642 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10643 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10644 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10645 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10646 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10647 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10648 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10649 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10650 Reduce colour requirements to 25 overall. (Probably wants
10651 revisiting from the originals to reduce further.)
10652
10653 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10654
10655 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10656 buffer-file-coding-system, instead of raw-text.
10657 (dehexlify-buffer): Bind coding-system-for-read to
10658 buffer-file-coding-system, instead of raw-text.
10659
10660 2000-10-11 Sam Steingold <sds@gnu.org>
10661
10662 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
10663 `underline' - fixes the bug introduced on 2000-09-21.
10664
10665 2000-10-11 Dave Love <fx@gnu.org>
10666
10667 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10668 Avoid compiler warnings.
10669 (scheme-mode): Doc fix.
10670 (scheme-font-lock-keywords-1): Match `define-syntax'.
10671
10672 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
10673
10674 * faces.el (frame-set-background-mode): Pay attention to saved
10675 face specs as well as default ones. Only do anything if the
10676 bg-mode or display-type has actually changed. Use `dolist'.
10677 (region): Make dark-background `region' face less in-your-face.
10678
10679 2000-10-10 Sam Steingold <sds@gnu.org>
10680
10681 * chistory.el, ielm.el, ledit.el:
10682 * progmodes/inf-lisp.el, progmodes/scheme.el:
10683 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10684
10685 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10686
10687 * textmodes/texinfo.el: Update copyright and fix typo.
10688
10689 * desktop.el (desktop-modes-not-to-save): New var.
10690 (desktop-save-buffer-p): Use it.
10691 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10692 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10693
10694 2000-10-10 Dave Love <fx@gnu.org>
10695
10696 * toolbar/tool-bar.el (tool-bar-add-item)
10697 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
10698
10699 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10700 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10701 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10702 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10703 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10704 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10705 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10706 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10707 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10708 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10709 the .xpms; probably need retouching.
10710
10711 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10712
10713 * subr.el (add-to-list): Add optional argument APPEND.
10714 * battery.el (display-battery): Use `add-to-list'.
10715
10716 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10717
10718 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10719 properties.
10720 (zone, zone-when-idle, zone-leave-me-alone)
10721 (zone-pgm-whack-chars): Use new symbol properties.
10722
10723 * battery.el (display-battery): Doc spelling fix.
10724
10725 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10726 property.
10727
10728 2000-10-09 Dave Love <fx@gnu.org>
10729
10730 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10731 has been initialized before calling tool-bar-setup.
10732 (tool-bar-add-item-from-menu): Add autoload cookie.
10733
10734 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10735
10736 * menu-bar.el (send-mail-item-name): New function.
10737 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10738 of mail-user-agent in the menu. Don't display the "Send Mail"
10739 item if mail-user-agent is nil or its value is ignore.
10740 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10741 if read-mail-command is nil or its value is ignore.
10742
10743 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10744
10745 2000-10-09 Miles Bader <miles@gnu.org>
10746
10747 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10748 Correct image size.
10749 * toolbar/left_arrow.xpm: Correct image size.
10750
10751 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10752 will be done by the definition of `auto-compression-mode' if
10753 necessary. Move code to uninstall existing file-name handler
10754 before definition of `auto-compression-mode'.
10755
10756 * image-file.el (auto-image-file-mode): Move to the end of the
10757 file, because `define-minor-mode' actually calls the mode-function
10758 if the associated variable is non-nil, which requires that all
10759 needed functions be already defined.
10760
10761 * mouse.el (popup-menu): Balance parens.
10762
10763 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10764
10765 * mouse.el (popup-menu): Move the command call outside the loop
10766 so that popup-menu returns whatever the command returns.
10767
10768 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10769 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10770 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10771 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10772
10773 * vc.el (vc-version-diff): diff-switches can be a list.
10774 Use relative filenames for prettier output.
10775
10776 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10777 (vc-post-command-functions): Remove old-VC compatibility code.
10778
10779 * newcomment.el (comment-indent-default): Autoload.
10780
10781 * font-lock.el (font-lock-defaults): Make buffer-local.
10782 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10783 (font-lock-choose-keywords):
10784 Ignore LEVEL unless KEYWORDS is a list of syms.
10785 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10786 Don't wrap regexp-opt things in \(...\) unnecessarily.
10787
10788 * jit-lock.el: Don't require font-lock any more.
10789 (jit-lock-functions): Make buffer-local.
10790 (jit-lock-saved-fontify-buffer-function): Remove.
10791 (jit-lock-mode): Remove autoload cookie.
10792 Remove font-lock specific code.
10793 (jit-lock-unregister): Don't bother handling complex hooks any more.
10794 (jit-lock-refontify): New function.
10795 (jit-lock-fontify-buffer): Use it.
10796 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10797 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10798 Add optional args START and END.
10799 Never call font-lock-fontify-region directly.
10800 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10801
10802 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10803
10804 2000-10-08 Dave Love <fx@gnu.org>
10805
10806 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10807
10808 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10809
10810 * play/studly.el (studlify-region, studlify-word): Add autoload
10811 cookie.
10812
10813 * play/morse.el (morse-region, unmorse-region): Add autoload
10814 cookie.
10815
10816 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10817 concat.
10818
10819 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10820 insist on symbols starting with word syntax.
10821 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10822 (eval-defun-1): Doc fix.
10823 (indent-sexp): Use nconc to build up indent-stack.
10824
10825 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10826 Gnus with little use.
10827 (mail-setup-hook): Add mail-abbrevs-setup to options.
10828
10829 * recentf.el: Doc fixes.
10830
10831 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10832 Clean up remainder.
10833
10834 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10835 without timezone and (8) with timezone to enforce some whitespace.
10836 Simplify code somewhat.
10837
10838 * options.el (list-options): Doc that you should use customize.
10839
10840 * iswitchb.el (iswitchb-mode): Add :require.
10841
10842 * info.el (Info-goto-node, Info-menu): Doc fix.
10843 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10844 (info-tool-bar-map): New variable.
10845 (Info-mode): Use it.
10846 (Info-edit-map): Define all in defvar.
10847 (speedbar-attached-frame): Avoid compiler warning.
10848
10849 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10850 (global-map): Bind [tool-bar] to a filtered map.
10851 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10852 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10853 Allow PBM icons.
10854 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10855
10856 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10857 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10858 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10859 icons, except up_arrow, which is left-arrow rotated.
10860
10861 * imenu.el (imenu-add-to-menubar): Fix last change.
10862
10863 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10864
10865 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10866 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10867
10868 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10869
10870 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10871 typos in doc strings.
10872
10873 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10874 the doc strings how to customize Font Lock faces.
10875
10876 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10877 computing growth when dragging the header line.
10878
10879 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10880
10881 * simple.el (kill-line): Doc fix.
10882
10883 2000-10-08 Miles Bader <miles@gnu.org>
10884
10885 * faces.el (secondary-selection): Make foreground visible on tty.
10886
10887 * jka-compr.el (auto-compression-mode): Move to the end of the
10888 file, because `define-minor-mode' actually calls the mode-function
10889 if the associated variable is non-nil, which requires that all
10890 needed functions be already defined.
10891 (with-auto-compression-mode): Add autoload cookie.
10892
10893 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10894
10895 * files.el (find-backup-file-name) [ms-dos]: If support for long
10896 file names is not available, behave as if version-control were set
10897 to never.
10898
10899 2000-10-07 Dave Love <fx@gnu.org>
10900
10901 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10902 (browse-url-gnome-moz): New function.
10903 (browse-url-browser-function): Use it.
10904 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10905
10906 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10907
10908 * indent.el (tab-always-indent): New var.
10909 (indent-for-tab-command): Use it.
10910
10911 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10912 raise an error. This way it can still default to a sane value.
10913
10914 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10915
10916 * startup.el (fancy-splash-screens): Use local rather than global map.
10917 Don't use `update-menu-bindings' any more.
10918 Get rid of assumptions about keymap representation.
10919
10920 2000-10-06 Dave Love <fx@gnu.org>
10921
10922 * textmodes/fill.el (sentence-end-double-space)
10923 (sentence-end-without-period): Doc fix.
10924 (adaptive-fill-regexp): Purecopy.
10925 (unjustify-current-line): Use line-end-position.
10926 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10927
10928 * net/eudc-vars.el (eudc): Add :version, :link.
10929
10930 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10931
10932 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10933 Fix for define-minor-mode.
10934 (function-at-point): Alias to function-called-at-point.
10935
10936 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10937
10938 * simple.el (backward-word): Doc fix.
10939
10940 * image-file.el (image-file-name-regexp): image-file-regexps ->
10941 image-file-name-regexps.
10942 (image-file-name-extensions): Add pbm.
10943
10944 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10945
10946 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10947 and add filename to the names so that diff-mode can jump to source.
10948
10949 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10950 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10951 (tex-font-lock-keywords-1): Remove.
10952 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10953 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10954 (font-lock-default-fontify-region):
10955 Expand beg..end correctly when just following a multiline region.
10956 (font-lock-fontify-anchored-keywords):
10957 Include the anchor text as part of the multiline.
10958
10959 2000-10-06 Gerd Moellmann <gerd@gnu.org>
10960
10961 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10962 latter needs the autoloaded define-minor-mode macro during the
10963 bootstrap.
10964
10965 * startup.el (command-line): For now, activate tool-bar-mode only
10966 if XPM images are supported.
10967
10968 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10969 window by dragging a header-line at the top of the frame; that's
10970 confusing because the header-line doesn't move.
10971 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10972 of treating the event as a list. Some cleanup.
10973
10974 2000-10-06 Miles Bader <miles@gnu.org>
10975
10976 * simple.el (display-message-or-buffer): New function.
10977 (shell-command-on-region): Use `display-message-or-buffer'.
10978
10979 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10980 docstring parts.
10981
10982 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10983 (smbclient-prompt-regexp): Add usage note to doc string.
10984 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10985 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10986 Use add-hook for adding the comint filter function, and only do so
10987 if it's not already in the global hook list.
10988 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10989 to `make-local-variable'.
10990 (nslookup-font-lock-keywords): Remove prompt entry.
10991 (nslookup): Don't set the process-filter.
10992 (finger): Exit the loop correctly when the regexps list runs out.
10993 (ftp, smbclient, smbclient-list-shares):
10994 Set the real major mode immediately, not after execing.
10995 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10996
10997 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10998
10999 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
11000
11001 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
11002
11003 * which-func.el (which-func-format): Remove spurious space.
11004 (which-func-mode): Don't make it permanent-local.
11005 (which-func-ff-hook): Allow which-func-maxout to be nil.
11006 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
11007 (which-func-mode): Simplify.
11008 Use post-command-idle-hook rather than post-command-hook.
11009 Go through all buffers and update their state.
11010 (which-function): Also try add-log-current-defun-function.
11011
11012 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
11013 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
11014 Update call to with-vc-properties accordingly.
11015 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
11016 (vc-revert-buffer): More careful about window selection and deletion.
11017 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
11018
11019 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
11020 (cvs-retrieve-revision): Reuse a pre-existing buffer.
11021 (cvs-dired-action): Change the default to quickdir.
11022
11023 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
11024 if comment-indent-function returns nil.
11025 (comment-indent-default): New function.
11026 (comment-indent-function): Use it and document the new semantics.
11027
11028 * image-file.el: Docstring fixes.
11029
11030 * help.el (help-xref-on-pp): Use match-string.
11031 (describe-variable): New arg BUFFER.
11032 Store the current buffer in the help-xref-stack.
11033 (temp-buffer-resize-mode): Use define-minor-mode.
11034
11035 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
11036 consistently with its docstring.
11037 Set jit-lock-first-unfontify-pos in an idempotent way.
11038 (jit-lock-register): Autoload and add arg CONTEXTUAL.
11039
11040 2000-10-05 Alex Schroeder <alex@gnu.org>
11041
11042 * sql.el (sql-mysql-options): New variable.
11043 (sql-mysql): Use it.
11044
11045 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
11046
11047 * image.el (image): New group.
11048
11049 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11050 (smerge-base-face, smerge-markers-face): Add dark-background variants.
11051
11052 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11053
11054 * net/net-utils.el (nslookup-font-lock-keywords)
11055 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11056 Ignore the value of wqindow-system; always define keywords
11057
11058 2000-10-05 Kenichi Handa <handa@etl.go.jp>
11059
11060 * startup.el (fancy-splash-screens): Remove the code for
11061 debugging; `(trace-to-stderr "EXITTT\n")'.
11062
11063 2000-10-05 Miles Bader <miles@gnu.org>
11064
11065 * diff-mode.el (diff-goto-source): Update call to
11066 `diff-hunk-status-msg' to reflect new REV variable.
11067
11068 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
11069
11070 * progmodes/icon.el (icon-mode):
11071 Don't gratuitously override the default for comment-column.
11072
11073 * vc-hooks.el (vc-mode-line): Fix interactive spec.
11074
11075 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
11076 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
11077 (jit-lock-functions): New var.
11078 (jit-lock-function-1): Use it if non-nil.
11079 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
11080 Set the `fontified' property before doing the fontification to avoid
11081 repeatedly going through the same error.
11082 Don't turn errors into messages.
11083 (jit-lock-register, jit-lock-unregister): New functions.
11084
11085 * dired.el (dired-mark-pop-up): Turn comment into docstring.
11086 Use with-current-buffer.
11087
11088 * dired-aux.el (dired-do-create-files, dired-kill-tree):
11089 Turn comment into docstring.
11090
11091 * apropos.el (apropos-mode): Use define-derived-mode.
11092
11093 2000-10-04 Gerd Moellmann <gerd@gnu.org>
11094
11095 * startup.el (fancy-splash-pending-command): New variable.
11096 (fancy-splash-pre-command): New function.
11097 (fancy-splash-screens): Rewritten.
11098 (command-line-1): If fancy-splash-pending-command is set, call it
11099 interactively.
11100
11101 2000-10-04 Dave Love <fx@gnu.org>
11102
11103 * toolbar/tool-bar.el (tool-bar-setup): New function.
11104 (tool-bar-mode): Use it.
11105
11106 * subr.el (substitute-key-definition): Doc fix.
11107 (play-sound-file): New command.
11108
11109 2000-10-04 Andre Spiegel <spiegel@gnu.org>
11110
11111 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
11112 vc-version-backup-file-name): New functions.
11113
11114 * files.el (basic-save-buffer): Call vc-before-save before saving.
11115
11116 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
11117 vc-cvs-stay-local-p.
11118
11119 * vc.el (vc-revert-buffer): Handle empty diff properly.
11120 (vc-version-backup-file): New function.
11121 (vc-checkout): Create a version backup if necessary.
11122 (vc-checkin): If a version backup file exists, delete it.
11123 (vc-version-diff): Diff locally using version backups, if available.
11124 (vc-revert-file): If there's a version backup, revert locally.
11125 (vc-transfer-file): Use version backup for base version, if
11126 available. If not, ask for confirmation whether to get it from the
11127 server. Update mode line before check-in.
11128
11129 2000-10-04 Dave Love <fx@gnu.org>
11130
11131 * toolbar/tool-bar.el (tool-bar-setup): New function.
11132 (tool-bar-mode): Use it.
11133
11134 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11135
11136 * net/net-utils.el (nslookup-font-lock-keywords)
11137 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11138 Only set if window-system is non-nil
11139 (net-utils-run-program): Returns buffer.
11140 (network-connection-reconnect): Added this function.
11141
11142 * generic.el:
11143 Incorporates extensive cleanup and docfixes by
11144 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11145 Uses cl compile-time macros.
11146 (generic-mode-name, generic-comment-list)
11147 (generic-keywords-list, generic-font-lock-expressions)
11148 (generic-mode-function-list, generic-mode-syntax-table):
11149 Removed variables.
11150 (generic-mode-alist): Renamed to generic-mode-list.
11151 (generic-find-file-regexp): Default changed to "^#".
11152 (generic-read-type): Uses completing read on generic-mode-list.
11153 (generic-mode-sanity-check): removed this function.
11154 (generic-add-to-auto-mode): Removed this function
11155 (generic-mode-internal): Bind mode-specific definitions
11156 into function instead of putting them in alist.
11157 (generic-mode-set-comments): Reworked extensively.
11158 (generic-mode-find-file-hook): Simplified regexp searching
11159 (generic-make-keywords-list): Omit extra pair of parens
11160
11161 * find-lisp.el (find-lisp-find-files-internal):
11162 Make sure directory name ends with "/".
11163
11164 * generic-x.el (apache-conf-generic-mode):
11165 Regexp now allows leading whitespace.
11166 (rc-generic-mode): Added eval-when-compile
11167 around generic-make-keywords-list.
11168 Deleted duplicate regexp
11169 (rul-generic-mode): Added eval-when-compile
11170 around generic-make-keywords-list.
11171 (etc-fstab-generic-mode): New generic mode.
11172 (rul-generic-mode): Removed one eval-when-compile
11173 which caused a max-specpdl-size exceeded error.
11174
11175 2000-10-04 Miles Bader <miles@gnu.org>
11176
11177 * simple.el (minibuffer-temporary-goal-position): New variable.
11178 (next-history-element): Try to keep the position of point in the
11179 input string constant.
11180
11181 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11182 (dired-do-create-files): If there's only one file, pass it in as
11183 the DEFAULT arg to dired-mark-read-file-name.
11184
11185 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11186
11187 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11188 (diff-goto-source): Be smarter when choosing REVERSE or not.
11189
11190 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11191 (texinfo-mode-menu): Add an explicit shortcut for update all.
11192
11193 2000-10-03 Andre Spiegel <spiegel@gnu.org>
11194
11195 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11196 factorize backend-specific code cleanly (this was essentially
11197 conceived by Stefan Monnier).
11198 (vc-unregister): Function removed.
11199 (vc-revert-file): New function.
11200 (vc-revert-buffer): Delegate some of the work to it.
11201
11202 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11203 default branch unconditionally.
11204 (vc-rcs-set-default-branch): New function.
11205 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11206 (vc-rcs-checkin): If an appropriate default branch has been set,
11207 force creation of that branch.
11208 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11209 code (as suggested by Stefan Monnier).
11210
11211 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11212
11213 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11214 highlighting overlay with a different face over the overlay
11215 isearch uses to highlight the current match because that can lead
11216 to bad face combinations.
11217
11218 * loadup.el (toplevel): Load faces before isearch.
11219
11220 * isearch.el (isearch-faces): New custom group.
11221 (isearch): New defface; was already tested for in the code.
11222 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11223 (isearch-highlight): Always use face `isearch'.
11224
11225 2000-10-02 Dave Love <fx@gnu.org>
11226
11227 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11228 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11229 comparison of opcode with operand.
11230
11231 2000-10-03 Miles Bader <miles@gnu.org>
11232
11233 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11234 buffer, since the echo area will now grow to accommodate them.
11235
11236 2000-10-02 Andre Spiegel <spiegel@gnu.org>
11237
11238 * vc-hooks.el (vc-registered): If FILE used to be registered under
11239 a certain backend, try that one first.
11240
11241 * vc.el (vc-responsible-backend): Undo the previous change in the
11242 argument list. Handle multiple backends correctly.
11243 (vc-find-new-backend): Function removed.
11244 (vc-register): Use vc-responsible-backend, as before.
11245 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11246
11247 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11248
11249 * startup.el (fancy-splash-head): Change message below the
11250 logo.
11251
11252 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11253
11254 * diff-mode.el (diff-goto-source): Emit a status message.
11255 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11256 (diff-test-hunk): Fix doc string.
11257 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11258 (diff-advance-after-apply-hunk): New variable.
11259 (diff-apply-hunk): Don't return a value.
11260
11261 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11262
11263 * vc.el (vc-editable-p): Minor optimization.
11264 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11265 (vc-find-new-backend): New function split from vc-responsible-backend.
11266 (vc-register): Use it.
11267 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11268 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11269 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11270 (vc-clear-headers): Don't use find-file.
11271 (vc-revert-buffer): Use `and' again (must have been a braino).
11272 (vc-switch-backend): Only prompt if requested.
11273 Short circuit if nothing is to be done.
11274 Don't use vc-resynch-buffer which could lose unsaved editing.
11275 (vc-default-receive-file): Update call to vc-unregister.
11276 (with-vc-file, vc-next-action-on-file):
11277 Use vc-backend rather than vc-registered.
11278 (vc-next-action-on-file): Use intern-soft.
11279 Deal with read-only *vc-diff* buffer.
11280 (vc-transfer-file): Docstring fix.
11281
11282 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11283 (vc-rcs-receive-file): Avoid with-vc-properties.
11284 Update call to vc-unregister.
11285 Use constant `RCS' rather than (dynamically bound) var `backend'.
11286
11287 2000-10-01 Andre Spiegel <spiegel@gnu.org>
11288
11289 * vc.el (vc-next-action-on-file): Update mode line only if file
11290 is visited.
11291 (vc-start-entry): New argument initial-contents. Don't visit the file
11292 if it isn't already visited. Brought documentation up-to-date.
11293 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11294 (vc-checkin): New optional arg initial-contents, which is passed to
11295 vc-start-entry.
11296 (vc-finish-logentry): Make sure to bury log buffer only if there
11297 really is one. Call `vc-resynch-buffer' on log-file, not
11298 buffer-file-name.
11299 (vc-default-comment-history, vc-default-wash-log): New functions.
11300 (vc-index-of): Removed.
11301 (vc-transfer-file): Make do without the above.
11302 (vc-default-receive-file): Call comment-history unconditionally. Pass
11303 the resulting string to vc-checkin, instead of inserting it into the
11304 comment ring.
11305
11306 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11307 unconditionally. Use the comments as initial contents of the log
11308 entry buffer. Document the trick to force branch creation with no
11309 changes.
11310
11311 2000-10-01 Miles Bader <miles@gnu.org>
11312
11313 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11314 `recenter' with an arg to prevent redrawing the display.
11315
11316 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11317
11318 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11319
11320 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11321
11322 * progmodes/c-mode.el (c-mode):
11323 Don't gratuitously override the default for comment-column.
11324
11325 * textmodes/tex-mode.el (latex-metasection-list): New var.
11326 (latex-imenu-create-index): Use it.
11327 Move the regexp construction outside loops (and use push).
11328 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11329 (tex-font-lock-keywords): Moved from font-lock.el.
11330 (tex-comment-indent): Remove.
11331 (tex-common-initialization): Don't set comment-indent-function.
11332 (latex-block-default): New var.
11333 (tex-latex-block): Use it to provide a default choice.
11334 Add any unknown choice to latex-block-names.
11335 Insert [...] after {...}.
11336 (tex-last-unended-begin): Simplify regexp.
11337 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11338 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11339 (latex-mode): Set forward-sexp-function.
11340
11341 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11342 Add regexp for @ignore ... @end ignore.
11343 (texinfo-heading-face): New face.
11344 (texinfo-font-lock-keywords): Use it.
11345 (texinfo-mode-menu): New menu.
11346 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11347 New functions.
11348 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11349 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11350 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11351 Remove declaration.
11352 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11353
11354 * delsel.el (delete-selection-mode): Use define-minor-mode.
11355
11356 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11357
11358 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11359
11360 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11361
11362 2000-09-30 Gerd Moellmann <gerd@gnu.org>
11363
11364 * replace.el (keep-lines-read-args): New function.
11365 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11366 read arguments interactively. Add parameters RSTART and REND.
11367 Operate on the active region in Transient Mark mode.
11368
11369 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11370
11371 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11372 (authors-obsolete-files-regexps): New variable.
11373 (authors-add): Don't record changes in obsolete files.
11374
11375 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11376
11377 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11378
11379 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11380 (comment-indent): Make sure there's a space between code and comment.
11381 Shift comments left to avoid going past fill-column.
11382
11383 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11384
11385 * startup.el (startup-echo-area-message): New function.
11386 (display-startup-echo-area-message): Use it.
11387 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11388 (fancy-splash-default-action): New function.
11389 (fancy-splash-screens-1): New function.
11390 (fancy-splash-head): Put a help-echo and a keymap under the image.
11391
11392 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11393
11394 * diff-mode.el (diff-add-log-file-name): Remove.
11395 (diff-mode): Use add-log-buffer-file-name-function.
11396
11397 * add-log.el (find-change-log): New arg BUFFER-FILE.
11398 (add-log-file-name): Obey add-log-file-name-function.
11399 (add-log-buffer-file-name-function): New var.
11400 (add-change-log-entry): Use it.
11401
11402 2000-09-29 Miles Bader <miles@gnu.org>
11403
11404 * image-file.el (image-file-name-extensions): New variable.
11405 (image-file-name-regexps): Renamed from `image-file-regexps'.
11406 New default value is nil. Call `auto-image-file-mode'.
11407 (image-file-name-regexp): New function.
11408 (auto-image-file-mode): New minor mode.
11409 (insert-image-file): Don't make conditional on the image-file
11410 handler being enabled.
11411 (image-file-handler): Make the call here conditional instead.
11412 (set-image-file-handler-enabled, enable-image-file-handler)
11413 (disable-image-file-handler): Functions removed.
11414
11415 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11416 string.
11417
11418 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11419
11420 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11421 it's a function from CL.
11422 (latex-imenu-create-index): Replace eval-when-compile with progn
11423 because latex-section-alist is not bound while compiling.
11424
11425 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11426
11427 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11428 (outline-mode): Use define-derived-mode.
11429
11430 * progmodes/perl-mode.el (perl-mode):
11431 * progmodes/awk-mode.el (awk-mode):
11432 * progmodes/asm-mode.el (asm-mode):
11433 Don't gratuitously override the default for comment-column.
11434
11435 * emacs-lisp/lisp.el (lisp-complete-symbol):
11436 Distinguish the let-binding case from the funcall case.
11437 (forward-sexp-function): New variable.
11438 (forward-sexp): Use it.
11439
11440 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11441 (easy-mmode-defmap): Remove the now useless autoload.
11442
11443 * time.el (display-time-mode): Use define-minor-mode.
11444
11445 * subr.el (add-minor-mode): Don't eval NAME.
11446 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11447 Use if rather than cond.
11448
11449 * simple.el (read-expression-map): Define more properly.
11450 (comment-indent-hook): Remove.
11451 (string-to-syntax): Bug fix.
11452
11453 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11454 (cvs-ediff-diff): Fix typo.
11455 (cvs-revert-if-needed): Don't bother preserving read-only.
11456
11457 * paren.el (show-paren-mode): Use define-minor-mode.
11458
11459 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11460 (toggle-auto-compression): Remove.
11461 (jka-compr-build-file-regexp): Remove useless grouping.
11462
11463 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11464 Avoid user-reserved bindings.
11465 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11466 (diff-header-face): Revert to grey85.
11467
11468 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11469
11470 * complete.el (partial-completion-mode) <defcustom>: Remove.
11471 (partial-completion-mode): Use define-minor-mode.
11472 (PC-do-completion): Understand `completion-auto-help = delay'
11473 to mean to popup the completion buffer only the second time.
11474 (PC-include-file-all-completions, PC-include-file-all-completions)
11475 (PC-include-file-all-completions): Don't quote lambda.
11476
11477 * comint.el (comint-mode-hook): Docstring fix.
11478 (comint-mode): Use define-derived-mode.
11479 (comint-mode-map): Remove obsolete comment.
11480 (make-comint): Minor stylistic change.
11481 (comint-insert-clicked-input): Be more careful to find the overlay.
11482 Use this-command-keys rather than hardcoding mouse-2.
11483
11484 * font-lock.el: Replace confusing (,@ with ,
11485 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11486 Don't use regexp-opt-depth. Spice up the regexp for args.
11487 Don't distinguish between cmds that can take an opt arg or not.
11488 Use `append' and `prepend' rather than `keep'.
11489
11490 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11491 (latex-outline-regexp): New var.
11492 (latex-outline-level): New fun.
11493 (latex-section-alist): New var.
11494 (latex-imenu-create-index): Use it. Use `push' as well.
11495 (tex-shell-map): Initialize it properly.
11496 (tex-mode): Minor stylistic change.
11497 (plain-tex-mode): Use define-derived-mode.
11498 (latex-mode): Use define-derived-mode.
11499 Construct the paragraph regexps in a more readable way.
11500 Set the buffer-local outline-{level,regexp} vars.
11501 (slitex-mode): Derive from latex-mode.
11502 (tex-common-initialization): Don't kill-all-vars anymore.
11503 Add setting for comment-add and font-lock-defaults.
11504 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11505 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11506 (tex-start-tex): New arg DIR (and send a chdir command for it).
11507 Also display the shell buffer and save it in tex-last-buffer-texed.
11508 (tex-region): Use expand-file-name rather than concat.
11509 Remove code made useless by changes in tex-start-tex.
11510 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11511
11512 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11513
11514 2000-09-28 Dave Love <fx@gnu.org>
11515
11516 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11517
11518 2000-09-28 Gerd Moellmann <gerd@gnu.org>
11519
11520 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11521 `append'.
11522
11523 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11524
11525 * info.el (Info-extract-pointer): Undo last change.
11526 Instead, fix the position of the `bound' arg to re-search-backward.
11527
11528 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11529
11530 * info.el (Info-extract-pointer):
11531 Widen more carefully, to avoid finding pointers in other nodes.
11532 (Info-index): Use push.
11533
11534 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11535
11536 * frame.el (set-frame-font): Remove call to obsolete function
11537 frame-update-faces.
11538 (set-foreground-color, set-background-color): Likewise for
11539 frame-update-face-colors.
11540
11541 2000-09-27 Miles Bader <miles@gnu.org>
11542
11543 * image-file.el: New file.
11544
11545 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11546
11547 * frame.el (frame-notice-user-settings): Don't call
11548 frame-update-faces, which is a no-op now.
11549
11550 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11551 tool-bar-lines.
11552
11553 2000-09-27 Dave Love <fx@gnu.org>
11554
11555 * mouse.el: Fix last change.
11556
11557 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11558
11559 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11560
11561 2000-09-22 Kenichi Handa <handa@etl.go.jp>
11562
11563 * international/quail.el (quail-help): The output message is
11564 improved.
11565
11566 2000-09-26 Dave Love <fx@gnu.org>
11567
11568 * mouse.el (popup-menu): If POSITION is nil, set it using
11569 mouse-position.
11570
11571 2000-09-25 Sam Steingold <sds@gnu.org>
11572
11573 * net/browse-url.el (browse-url-file-url): Check for null maps.
11574
11575 2000-09-26 Gerd Moellmann <gerd@gnu.org>
11576
11577 * frame.el (frame-notice-user-settings): Don't add a
11578 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11579
11580 * frame.el (frame-notice-user-settings):
11581 Make tool-bar-mode and default-frame-alist consistent.
11582
11583 * toolbar/tool-bar.el (tool-bar-help): New function.
11584
11585 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11586
11587 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11588 current-load-list in top-level forms. Else this leaks a cons cell
11589 every time a defun is called.
11590
11591 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11592
11593 2000-09-25 Dave Love <fx@gnu.org>
11594
11595 * startup.el (fancy-splash-head): Check XPM is available.
11596
11597 * autoinsert.el (auto-insert): Doc fix.
11598 (auto-insert-alist): Following GNU notices, don't say `copyright
11599 _by_'. Use line-beginning-position.
11600 (auto-insert): Check buffer-file-name is non-nil before use.
11601
11602 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11603
11604 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11605 starting with `@def' or `@multitable', in addition to ones
11606 specified by the user in auto-fill-inhibit-regexp.
11607
11608 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
11609
11610 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11611 rmail-dont-reply-to-names matches the empty string.
11612
11613 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11614
11615 * startup.el (command-line-1, fancy-splash-text): Change the
11616 text to sound more friendly.
11617
11618 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11619
11620 * progmodes/hideshow.el: Update author email address.
11621 Generally, sync w/ maintainer version 5.22.
11622 (hs-hide-all-non-comment-function): New var.
11623 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11624 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11625 (hs-show-region): Delete this command.
11626 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11627
11628 2000-09-22 Dave Love <fx@gnu.org>
11629
11630 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11631 (hl-line-highlight): Specify buffer when moving overlay.
11632
11633 * progmodes/fortran.el (fortran-mode): Locally set
11634 normal-auto-fill-function.
11635 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11636 (fortran-mode-map): Adjust auto-fill menu entry.
11637
11638 2000-09-22 Gerd Moellmann <gerd@gnu.org>
11639
11640 * vc-rcs.el (toplevel): Require `vc' when compiling.
11641
11642 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11643
11644 2000-09-22 Andre Spiegel <spiegel@gnu.org>
11645
11646 * vc.el (vc-switch-backend): Signal an error if the file is not
11647 registered under the new backend.
11648
11649 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11650 without explicit revision number.
11651
11652 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11653
11654 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11655 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11656 (diff-xor): New function.
11657 (diff-find-source-location): Use it. Fix a stupid name clash.
11658 (diff-hunk-status-msg): New function.
11659 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11660 (diff-test-hunk): Use diff-find-source-location.
11661 (diff-goto-source): Favor the `reverse'.
11662 (diff-hunk-text): Properly handle one-sided context diffs.
11663 (diff-apply-hunk): When done, advance to the next hunk.
11664
11665 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11666
11667 * startup.el (command-line): If frame was created with a non-zero
11668 tool-bar-lines parameter, switch tool-bar-mode on.
11669
11670 * add-log.el (change-log-date-face, change-log-name-face)
11671 (change-log-email-face, change-log-file-face)
11672 (change-log-list-face, change-log-conditionals-face)
11673 (change-log-function-face, change-log-acknowledgement-face):
11674 New faces, inheriting from font-lock faces.
11675 (change-log-font-lock-keywords): Use them.
11676
11677 2000-09-21 Dave Love <fx@gnu.org>
11678
11679 * progmodes/cperl-mode.el (top-level): Clean up
11680 `eval-when-compile's and assorted defvars.
11681 (cperl-invalid-face): Don't double-quote value. Change custom
11682 type.
11683 (cperl-mode): Set normal-auto-fill-function and don't zap
11684 auto-fill-function.
11685 (cperl-imenu--function-name-regexp-perl): Renamed from
11686 imenu-example--function-name-regexp-perl.
11687 (cperl-imenu--create-perl-index): Renamed from
11688 imenu-example--create-perl-index.
11689 (cperl-xsub-scan): Don't require cl.
11690
11691 * msb.el (msb-mode-map): Use substitute-key-definition.
11692 (msb-mode): Use msb-mode-map.
11693
11694 2000-09-21 Andre Spiegel <spiegel@gnu.org>
11695
11696 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11697 New functions.
11698 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11699 (vc-switch-backend): New function.
11700 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11701 (vc-register): Fix prompt.
11702 (vc-unregister, vc-default-unregister): New functions.
11703 (vc-version-diff): Handle empty buffer in sentinel.
11704
11705 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11706 (vc-rcs-state-heuristic): Use it to guess the state of files with
11707 non-strict locking.
11708 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11709 been set with -b, but not created yet.
11710 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11711 contents in order to find the state.
11712 (vc-rcs-checkin): Allow creation of branches with no changes.
11713 (vc-rcs-unregister, vc-rcs-receive-file)
11714 (vc-rcs-set-non-strict-locking): New functions.
11715
11716 * vc-hooks.el (vc-name): Force correct computation of the value
11717 in case it is missing.
11718
11719 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11720
11721 * startup.el (fancy-splash-tail): Use a different foreground
11722 color on a dark frame background.
11723
11724 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11725
11726 * info.el: Use the correct capitalization when making Info-mode
11727 and Info-edit-mode `special' modes.
11728
11729 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11730
11731 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11732 (diff-mode): Add support for add-log.el.
11733 (diff-hunk-text): Use char offsets rather than line offsets.
11734 (diff-find-source-location): Replace LINE with line-offset (nil
11735 if not found) and always set POS to a meaningful position.
11736 Adapt to the new char-offsets.
11737 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11738 Adapt to the new diff-find-source-location.
11739 (diff-goto-source): Adapt to the new diff-find-source-location.
11740
11741 * add-log.el (add-log-file-name): New function (split out of
11742 add-change-log-entry).
11743 (add-change-log-entry): Use it.
11744 Call add-log-file-name-function with the changelog file name if
11745 the current buffer is not associated with any file.
11746 Avoid find-file if the selected window is dedicated.
11747
11748 * diff-mode.el (diff-find-source-location):
11749 Move code from diff-apply-hunk. Return buffer rather than file.
11750 (diff-apply-hunk): Use the new result from diff-find-source-location.
11751 (diff-goto-source): Use the new diff-find-source-location.
11752
11753 2000-09-20 Dave Love <fx@gnu.org>
11754
11755 * iswitchb.el: Some doc fixes.
11756 (iswitchb-mode-map): Define completely initially. Inherit
11757 minibuffer-local-map.
11758 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11759 fundamental-mode.
11760 (iswitchb-global-map): New variable.
11761 (iswitchb-summaries-to-end): Amalgamate regexps.
11762 (iswitchb-mode): New.
11763 (iswitchb-mode-hook): New variable.
11764 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11765 `extensions'.
11766
11767 2000-09-20 Gerd Moellmann <gerd@gnu.org>
11768
11769 * ehelp.el (electric-help): New defgroup.
11770 (electric-help-shrink-window): New user-option.
11771 (with-electric-help): Use it.
11772
11773 * window.el (shrink-window-if-larger-than-buffer): If face
11774 `mode-line' has a :box, and we're on a graphical frame, add 1
11775 to the needed window height.
11776
11777 * frame.el (frame-notice-user-settings): Add a last parameter nil
11778 to a call to `append', because the last list passed to `append' is
11779 not copied, and so subsequent calls to assq-delete-all will modify
11780 default-frame-alist.
11781
11782 * startup.el (fancy-splash-image): Change :type.
11783 (fancy-splash-head): Use an XBM image if appropriate.
11784 (command-line-1): Show splash screens in more cases.
11785
11786 * startup.el (fancy-splash-text): Don't quote faces.
11787
11788 * dired.el (dired-font-lock-keywords): Undo last change.
11789 (dired-readin): Bind indent-tabs-mode to nil.
11790
11791 * startup.el (fancy-splash-head): If frame's background mode
11792 is `dark', change the black background of the image to gray.
11793 (fancy-splash-screens): Display startup echo area message.
11794 (display-startup-echo-area-message): New function.
11795
11796 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11797
11798 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11799
11800 * info.el (info-header-node): Tweak for color ttys.
11801
11802 * faces.el (face-valid-attribute-values): Make sure directories we
11803 search for stipples both exist and are readable before trying to
11804 search them.
11805
11806 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11807 in the dry-run case.
11808
11809 * jka-compr.el (with-auto-compression-mode): New macro.
11810
11811 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11812 (custom-group-tag-face, custom-variable-tag-face): Use relative
11813 :height and inherit from `variable-pitch' face instead of
11814 hardwiring :family.
11815 * hi-lock.el (hi-black-hb): Likewise.
11816
11817 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11818 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11819 toolbar-add-item, if image doesn't have a mask add a `:mask
11820 heuristic'.
11821
11822 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11823
11824 * diff-mode.el: Docstring fixes.
11825 (diff-header-face, diff-comment-face): New faces.
11826 (diff-font-lock-keywords): Highlight a bit differently.
11827 (diff-find-source-location): Don't return SPAN any more.
11828 (diff-hunk-text): Don't bother erasing the temp buffer.
11829 (diff-find-text): Drop argument LINE.
11830 (diff-apply-hunk): Update calls to diff-find-text.
11831 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11832
11833 * calendar/calendar.el: Docstring fixes.
11834 (calendar-make-alist): Don't quote lambda.
11835 (calendar-star-date): Use make-local-variable.
11836
11837 2000-09-19 Dave Love <fx@gnu.org>
11838
11839 * toolbar/tool-bar.el: Renamed from toolbar.el.
11840 Change `toolbar' to `tool-bar' generally in symbols.
11841 Make some items invisible in `special' major modes.
11842 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11843 Add arg PROPS.
11844
11845 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11846 Add :version here.
11847 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11848
11849 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11850
11851 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11852
11853 * files.el (find-file-suppress-same-file-warnings): New user-option.
11854 (find-file-noselect): Use it.
11855
11856 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11857 (fancy-splash-screen): Defgroup.
11858
11859 * add-log.el (change-log-font-lock-keywords): Match names
11860 more exactly for the case that font-lock-constant-face is
11861 underlined.
11862
11863 2000-09-19 Richard M. Stallman <rms@gnu.org>
11864
11865 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11866
11867 2000-09-19 Andre Spiegel <spiegel@gnu.org>
11868
11869 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11870
11871 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11872
11873 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11874 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11875 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11876 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11877 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11878 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11879 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11880 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11881 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11882 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11883 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11884 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11885
11886 * startup.el (fancy-splash-text): New variable.
11887 (fancy-splash-delay, fancy-splash-image): New user-options.
11888 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11889 (fancy-splash-screens): New functions.
11890 (command-line-1): If display has a `display' frame parameter, has
11891 colors, and we have XPM support, show more fancy splash screens.
11892
11893 2000-09-19 Dave Love <fx@gnu.org>
11894
11895 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11896 with null `help'. Use modern backquote syntax.
11897
11898 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11899
11900 * font-lock.el (font-lock-mode): Change message telling the user
11901 that ``the buffer is too big''.
11902
11903 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11904 for instance for the case that tab-width is 2.
11905
11906 2000-09-18 Gerd Moellmann <gerd@gnu.org>
11907
11908 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11909 toolbar-add-item, if image doesn't have a mask add a `:mask
11910 heuristic'.
11911
11912 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11913
11914 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11915 and return a cons if it's non-nil.
11916 (diff-apply-hunk): Try to jump to the line in the source text
11917 corresponding to the position of point in the in the hunk.
11918
11919 * info.el (Info-title-3-face, Info-title-2-face)
11920 (Info-title-1-face): Use face inheritance and relative sizes
11921 instead of hard-wiring things.
11922
11923 * faces.el (secondary-selection): Make dark-background variant sane.
11924
11925 2000-09-16 Andrew Innes <andrewi@gnu.org>
11926
11927 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11928 read-only, since they aren't under VC now.
11929
11930 2000-09-17 Dave Love <fx@gnu.org>
11931
11932 * tmm.el: Replace mapcar with mapc in several places.
11933
11934 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11935 ad-unadvise.
11936
11937 * international/latin1-disp.el: New file.
11938
11939 * calendar/cal-move.el (scroll-calendar-left)
11940 (scroll-calendar-right): Make arg optional (for active mode line).
11941
11942 * calendar/calendar.el (calendar-mode-line-format): Make fields
11943 mouse-sensitive.
11944 (calendar-read-date, calendar-read-date, calendar-window-list):
11945 Unquote lambda.
11946 (calendar-month-name): Use aref, not sref.
11947
11948 * view.el (minor-mode-alist): Propertize the string.
11949
11950 * international/characters.el (standard-case-table): Add entries
11951 for Greek.
11952
11953 2000-09-18 Miles Bader <miles@gnu.org>
11954
11955 * info.el (info-node, info-xref): Add dark-background variants.
11956
11957 * faces.el (header-line): Change defaults to be less confusing
11958 when mixed with mode-lines.
11959
11960 * info.el (Info-fontify-node): Make a few cleanups.
11961 Add extra `help-echo' and `local-map' props to node xrefs.
11962 Use header-specific faces for node-names & xrefs.
11963 (Info-use-header-line): New variable.
11964 (info-header-xref, info-header-node): New faces.
11965 (Info-setup-header-line): New function.
11966 (Info-select-node): Call Info-setup-header-line when enabled.
11967 (Info-extract-pointer): Work even if the header line is hidden.
11968 (Info-header-line): New variable.
11969
11970 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11971
11972 * vms-patch.el (print-region-function): Don't quote lambda.
11973
11974 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11975
11976 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11977 (lm-get-header-re): Allow spaces between the header and the colon.
11978 (lm-header): Allow $ in non-RCS headers.
11979 (lm-header-multiline): Put the strings back into order.
11980 Stop at an empty line. Don't require two space chars if the
11981 line is clearly not another header line.
11982
11983 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11984 (popup-menu-popup): Remove.
11985
11986 2000-09-15 Gerd Moellmann <gerd@gnu.org>
11987
11988 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11989 specification if or if not tool-bar item contains an `:enabled'
11990 property.
11991
11992 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11993 current buffer has no file name.
11994
11995 2000-09-15 Dave Love <fx@gnu.org>
11996
11997 * strokes.el: Sync with maintainer's current version with changes
11998 for Emacs, but avoid runtime cl and levents.
11999 (toplevel): Change autoloads and compilation requires.
12000 (strokes-version, strokes-bug-address, strokes-lift): Values
12001 changed.
12002 (strokes-xpm-header, strokes-insinuated): New variable.
12003 (strokes): Add :link.
12004 (strokes-mode): Customized.
12005 (strokes-while-inhibiting-garbage-collector): New macro.
12006 (strokes-remassoc): Avoid remove-if.
12007 (strokes-fix-button2-command): Don't use ad-do-it.
12008 (strokes-insinuate): New function.
12009 (strokes-button-press-event-p, strokes-button-release-event-p):
12010 New functions, used instead of non-`strokes-' versions..
12011 (strokes-mouse-event-p): Rewritten.
12012 (strokes-event-closest-point): Avoid event-point.
12013 (strokes-get-grid-position): Avoid cdadr, caadr
12014 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
12015 functions.
12016 (strokes-help): Use with-output-to-temp-buffer.
12017 (strokes-window-configuration-changed-p): New function.
12018 (strokes-update-window-configuration): Use buffer-live-p,
12019 strokes-window-configuration-changed-p.
12020 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
12021 (strokes-char-face): New face.
12022 (strokes-char-table, strokes-base64-chars): New variable.
12023 (strokes-xpm-for-stroke, strokes-list-strokes)
12024 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
12025 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
12026 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12027 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
12028 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
12029 functions.
12030
12031 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12032
12033 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
12034
12035 * image.el (create-image): Doc fix.
12036
12037 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
12038 instead of `:heuristic-mask t'.
12039
12040 2000-09-14 Andrew Innes <andrewi@gnu.org>
12041
12042 * makefile.w32-in: Revert to Unix line endings.
12043
12044 2000-09-14 Andrew Innes <andrewi@gnu.org>
12045
12046 * makefile.w32-in: Add bootstrap support. Also copy lisp source
12047 when installing.
12048
12049 * makefile.nt (DONTCOMPILE): Fix typo.
12050
12051 * shell.el (shell-write-history-on-exit): New function.
12052 (shell-dumb-shell-regexp): New custom variable.
12053 (shell-mode): Make shell-write-history-on-exit the process
12054 sentinel if shell name matches shell-dumb-shell-regexp.
12055
12056 * w32-fns.el: Comment out before-init-hook function which resets
12057 source-directory based; this breaks bootstrap.
12058
12059 2000-09-14 Dave Love <fx@gnu.org>
12060
12061 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
12062 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
12063 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
12064 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
12065 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
12066 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
12067 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
12068 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
12069 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
12070
12071 * toolbar/toolbar.el: New.
12072
12073 * subdirs.el: Add toolbar.
12074
12075 2000-09-14 Gerd Moellmann <gerd@gnu.org>
12076
12077 * indent.el (indent-for-tab-command): Doc fix.
12078
12079 2000-09-14 Alex Schroeder <alex@gnu.org>
12080
12081 * ansi-color.el (ansi-colors): Doc change.
12082 (ansi-color-get-face): Simplified regexp.
12083 (ansi-color-faces-vector): Added more faces, doc change.
12084 (ansi-color-names-vector): Doc change.
12085 (ansi-color-regexp): Simplified regexp.
12086 (ansi-color-parameter-regexp): New regexp.
12087 (ansi-color-filter-apply): Doc change.
12088 (ansi-color-filter-region): Doc change.
12089 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
12090 deal with zero length parameters.
12091 (ansi-color-apply-on-region): Doc change.
12092 (ansi-color-map): Doc change.
12093 (ansi-color-map-update): Removed debugging message.
12094 (ansi-color-get-face-1): Added condition-case to trap
12095 args-out-of-range errors.
12096 (ansi-color-get-face): Doc change.
12097 (ansi-color-make-face): Removed.
12098 (ansi-color-for-shell-mode): New option.
12099
12100 2000-09-13 Kenichi Handa <handa@etl.go.jp>
12101
12102 * international/quail.el (quail-start-translation): Translate KEY
12103 if necessary even if it doesn't have any mapping in the current
12104 input method.
12105 (quail-start-conversion): Likewise.
12106 (quail-help): The output message is improved.
12107
12108 2000-09-13 Miles Bader <miles@gnu.org>
12109
12110 * comint.el (comint-output-filter): Revert to using
12111 `insert-before-markers'. Add bletcherous hack to undo damage
12112 caused by `insert-before-markers'. Put `front-sticky' property on
12113 overlays created here so that the field code understands how the
12114 overlay works. Use a let when making comint-last-prompt-overlay,
12115 so that the code is easier to read.
12116
12117 2000-09-13 Dave Love <fx@gnu.org>
12118
12119 * wid-edit.el (widget-default-format-handler): DTRT when
12120 doc-property is a function.
12121
12122 2000-09-12 Francesco Potorti` <pot@gnu.org>
12123
12124 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12125 filed name if it's not there.
12126
12127 2000-09-12 Dave Love <fx@gnu.org>
12128
12129 * simple.el (read-mail-command): Doc fix.
12130 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12131
12132 * vc.el (vc-dired-listing-switches): Fix :version.
12133
12134 * vc-hooks.el: Doc fixes.
12135
12136 * subr.el (add-minor-mode): Use toggle-fun arg.
12137
12138 * speedbar.el: Add :version to several defcustoms.
12139
12140 * imenu.el (imenu--truncate-items, imenu--cleanup)
12141 (imenu--generic-function): Avoid mapcar.
12142 (imenu--replace-spaces): Function removed.
12143 (imenu--completion-buffer): Use subst-char-in-string.
12144 (imenu-add-to-menubar): Use keymap inheritance.
12145
12146 2000-09-12 Miles Bader <miles@gnu.org>
12147
12148 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12149 (diff-mode-map): Bind `diff-test-hunk'.
12150 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12151
12152 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12153
12154 * bytecomp.el (byte-compile-defvar): Undo last change
12155 because it breaks '(make-variable-buffer-local (defvar ...)'
12156 which is used at least in dired.
12157
12158 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12159
12160 * international/quail.el (quail-define-package): Docstring
12161 modified.
12162
12163 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12164
12165 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12166 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12167 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12168 docstring of "chinese-py".
12169
12170 * international/quail.el (quail-translation-docstring): New
12171 variable.
12172 (quail-show-keyboard-layout): Docstring modified.
12173 (quail-select-current): Likewise.
12174 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12175 infinite recursive call.
12176 (quail-help): Check quail-translation-docstring. Format of the
12177 output changed.
12178 (quail-help-insert-keymap-description): Adjusted for the above
12179 change.
12180
12181 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12182
12183 * bytecomp.el (byte-compile-defvar): Only cons onto
12184 current-load-list in top-level forms. Else this leaks a cons cell
12185 every time a defun is called.
12186
12187 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12188
12189 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12190 Now understands non-unified diffs. Some functionality moved into
12191 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12192 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12193 modify anything. Only reposition point in the patched file if the
12194 patch succeeds. Only pop up another window if POPUP is true.
12195 Emit a message describing what happened if successful, and at what
12196 line-offset. Automatically detect reversed hunks and do something
12197 appropriate.
12198 (diff-hunk-text, diff-find-text): New functions.
12199 (diff-filter-lines): Function removed.
12200 (diff-test-hunk): New function.
12201 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12202
12203 2000-09-10 Dave Love <fx@gnu.org>
12204
12205 * textmodes/tildify.el: Minor doc/commentary fixes.
12206 (tildify) <defgroup>: Add :version.
12207
12208 * faces.el (face-x-resources): Make custom type more specific.
12209 (frame-background-mode): Use mapc.
12210 (region) <defcustom>: Add :version.
12211
12212 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12213
12214 * vc-sccs.el (vc-sccs-register):
12215 * vc-rcs.el (vc-rcs-register):
12216 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12217 * vc.el (vc-register): Clear file's properties.
12218
12219 2000-09-08 Gerd Moellmann <gerd@gnu.org>
12220
12221 * faces.el (face-spec-set): Only face-spec-reset-face when
12222 ATTRS is non-nil.
12223
12224 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12225
12226 * help.el (help-insert-xref-button): Fix a typo in doc string.
12227
12228 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12229
12230 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12231 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12232 methods.
12233
12234 * menu-bar.el (read-mail-item-name): New function.
12235 (menu-bar-tools-menu): Use it to compute and display the package
12236 used to read email.
12237 (menu-bar-tools-menu): Fix typo in GUD's help string.
12238
12239 2000-09-07 Dave Love <fx@gnu.org>
12240
12241 * diff-mode.el (diff-mouse-goto-source): New function.
12242
12243 * vc-sccs.el: Doc fixes.
12244 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12245
12246 * vc-rcs.el: Doc fixes.
12247 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12248 (vc-rcs-checkout-switches, vc-rcs-header)
12249 (vc-rcs-master-templates): Add or change :version.
12250
12251 * vc-cvs.el: Doc fixes.
12252 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12253 (vc-cvs-stay-local): Add :version.
12254
12255 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12256
12257 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12258
12259 * international/quail.el (quail-help): Fix previous change.
12260
12261 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12262
12263 * faces.el (color-values): Doc fix.
12264
12265 * faces.el (frame-set-background-mode): Use frame-parameter
12266 instead of frame-parameters.
12267
12268 * frame.el (filtered-frame-list): Reduce consing.
12269 (frames-on-display-list): Call frame-parameter instead of
12270 frame-parameters.
12271
12272 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12273
12274 * language/devan-util.el (devanagari-to-indian-region): In the
12275 loop, change the following char, not preceding char.
12276
12277 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12278
12279 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12280 instead of frame-parameters.
12281
12282 * faces.el (set-face-attribute): Simplify by calling
12283 internal-set-lisp-face-attribute with FRAME being 0.
12284
12285 * vc.el: Remove `Id' version control keyword.
12286
12287 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12288
12289 * help.el (help-make-xrefs): Adjusted for the change of
12290 help-xref-mule-regexp.
12291 (help-insert-xref-button): New function.
12292
12293 * international/mule-cmds.el (help-xref-mule-regexp-template):
12294 Include the pattern for character set.
12295 (leim): New group.
12296
12297 * international/quail.el: Don't require face.
12298 (quail): New group.
12299 (quail-other-command): Dummy command to make quail-help work better.
12300 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12301 (quail-keyboard-layout-substitution): New variable.
12302 (quail-update-keyboard-layout): New function.
12303 (quail-keyboard-layout-type): New customizable variable.
12304 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12305 (quail-keyboard-translate): Pay attention to
12306 quail-keyboard-layout-substitution.
12307 (quail-insert-kbd-layout): New function.
12308 (quail-show-keyboard-layout): New function.
12309 (quail-get-translation): If the definition is a vector of length
12310 1, and the element is a string of length 1, return the character
12311 in that string.
12312 (quail-update-current-translations): Fix the case of
12313 relative-index out of range.
12314 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12315 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12316 Show key sequences for all available characters.
12317 (quail-help-insert-keymap-description): Don't show such verbose
12318 key bindings as quail-self-insert-command.
12319
12320 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12321 Format changed, and each element now have extra documentations.
12322 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12323 Adjusted for the change of quail-cxterm-package-ext-info.
12324
12325 2000-09-06 Gerd Moellmann <gerd@gnu.org>
12326
12327 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12328 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12329 during bootstrap.
12330
12331 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12332
12333 * vc.el: (toplevel): Don't require `dired' at run-time.
12334 (vc-dired-resynch-file): Remove autoload cookie.
12335
12336 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12337
12338 * vc.el: Made several backend functions optional.
12339 (vc-default-responsible-p): New function.
12340 (vc-merge): Use RET for first version to trigger merge-news, not
12341 prefix arg.
12342 (vc-annotate): Handle backends that do not support annotation.
12343 (vc-default-merge-news): Removed. The existence of a merge-news
12344 implementation is now checked on caller sites.
12345
12346 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12347 case.
12348
12349 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12350 special case that has been removed from the default in vc-hooks.el.
12351
12352 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12353
12354 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12355
12356 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12357
12358 * vc-hooks.el: Require vc during compilation.
12359 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12360 macro `with-vc-properties' in vc.el.
12361 (vc-file-getprop): Doc fix.
12362 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12363
12364 * vc.el: Require dired-aux during compilation.
12365 (vc-name-assoc-file): Moved to vc-sccs.el.
12366 (with-vc-properties): New macro.
12367 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12368 vc-finish-steal): Use it.
12369 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12370 to the backend-specific function is now supposed to do the checkout,
12371 too.
12372 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12373
12374 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12375 set file properties; that gets done in the generic code now.
12376
12377 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12378 Changed parameter list, added code from vc.el that does the
12379 checkout, possibly with a double-take.
12380
12381 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12382 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12383 the above under the new name.
12384 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12385 parameter list, added checkout command.
12386 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12387 properties; that gets done in the generic code now.
12388
12389 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12390
12391 * vc.el: Docstring fixes (courtesy of checkdoc).
12392
12393 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12394
12395 * vc.el (vc-checkout-writable-buffer-hook)
12396 (vc-checkout-writable-buffer): Remove.
12397 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12398 (vc-log-mode): Make it into a clean derived major mode.
12399 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12400 vc-log-mode if log-edit is not available.
12401 (vc-dired-mode-map): Don't set-keymap-parent yet.
12402 (vc-dired-mode): Do set-keymap-parent here.
12403 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12404
12405 2000-09-05 Gerd Moellmann <gerd@gnu.org>
12406
12407 * faces.el (set-face-attribute, face-spec-reset-face)
12408 (face-spec-set): Avoid consing by removing calls to `apply'.
12409
12410 * frame.el (frame-parameter): Move to C code.
12411
12412 2000-09-05 Dave Love <fx@gnu.org>
12413
12414 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12415 insert-before-markers-and-inherit. Now checked systematically!
12416
12417 2000-09-05 Alex Schroeder <alex@gnu.org>
12418
12419 * sql.el (sql-postgres): Use sql-postgres-options.
12420 (sql-postgres-options): New variable.
12421
12422 2000-09-05 Alex Schroeder <alex@gnu.org>
12423
12424 * sql.el (sql-mode-menu): Work around missing variable mark-active
12425 in XEmacs.
12426 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12427 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12428 compatibility.
12429
12430 2000-09-04 Gerd Moellmann <gerd@gnu.org>
12431
12432 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12433
12434 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12435
12436 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12437
12438 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12439
12440 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12441 don't support anything else under SCCS yet.
12442
12443 * vc-hooks.el: Minor doc fixes.
12444
12445 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12446
12447 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12448 not necessary. If verbose in state `needs-patch', do the same as
12449 under `up-to-date'. When NOT verbose and `needs-patch', check out
12450 latest version instead of `merge-news'.
12451 (vc-next-action-dired): Don't mess with default-directory here; it
12452 breaks other parts of dired. It is the job of the
12453 backend-specific functions to adjust it temporarily if they need it.
12454 (vc-next-action): Remove a special CVS case.
12455 (vc-clear-headers): New optional arg FILE.
12456 (vc-checkin, vc-checkout): Set properties vc-state and
12457 vc-checkout-time properly.
12458 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12459 (vc-print-log): Use new backend function `show-log-entry'.
12460 (vc-cancel-version): Do the checks in a different order. Added a
12461 FIXME concerning RCS-only code.
12462
12463 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12464 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12465
12466 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12467
12468 * vc-hooks.el (vc-default-mode-line-string): Show state
12469 `needs-patch' as a `-' too.
12470
12471 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12472
12473 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12474 (vc-default-could-register): New function.
12475 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12476 (vc-resynch-buffer): Call vc-dired-resynch-file.
12477 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12478 vc-resynch-buffer instead of vc-resynch-window.
12479 (vc-next-action-dired): Don't redisplay here, that gets done as a
12480 result of the individual file operations.
12481 (vc-retrieve-snapshot): Corrected prompt order.
12482
12483 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12484
12485 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12486 as well.
12487 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12488 hostname regexps. Updated all callers.
12489 (vc-cvs-responsible-p): Handle directories as well.
12490 (vc-cvs-could-register): New function.
12491 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12492 properties up-to-date.
12493
12494 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12495 user whether to create one.
12496
12497 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12498
12499 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12500 check out a non-existing file.
12501
12502 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12503 workfile does not exist.
12504
12505 * vc.el (vc-version-diff): Use `require' to check for existence of
12506 diff-mode.
12507
12508 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12509
12510 * vc-cvs.el (vc-cvs-registered): Use new function
12511 vc-cvs-parse-entry to do the actual work.
12512
12513 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12514
12515 * vc-hooks.el (vc-find-backend-function): If function doesn't
12516 exist, return nil instead of error.
12517 (vc-call-backend): Doc fix.
12518
12519 * vc.el (vc-do-command): Doc fix.
12520 (vc-finish-logentry): When checking in from vc-dired, choose the
12521 right backend for logentry check.
12522 (vc-dired-mode-map): Inherit from dired-mode-map.
12523 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12524 simplified.
12525 (vc-dired-state-info): Removed, updated caller.
12526 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12527 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12528 (vc-dired-listing-switches): New variable.
12529 (vc-directory): Use it, instead of dired-listing-switches.
12530
12531 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12532 (vc-cvs-dir-state): New function.
12533 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12534 (vc-cvs-parse-entry): New function, also to be used in
12535 vc-cvs-registered.
12536
12537 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12538
12539 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12540 *or* single-window-frames.
12541
12542 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12543
12544 * vc.el (vc-update-changelog): Split into generic part and default
12545 implementation. Doc string adapted.
12546 (vc-default-update-changelog): New function. Call the `rcs2log'
12547 script in exec-directory, to fix a long-standing nuisance.
12548
12549 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12550 simply signals an error.
12551
12552 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12553
12554 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12555 control-flow more clear and to avoid running `cvs' twice.
12556
12557 * vc.el (vc-next-action-on-file): Doc fix.
12558 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12559 (vc-print-log): Eval `file' before constructing the continuation.
12560
12561 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12562
12563 * vc.el (vc-next-action-on-file): Corrected several messages.
12564 (vc-merge): Add prefix arg `merge-news'; handle it.
12565
12566 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12567 is not reached. It is.
12568 (vc-cvs-merge): Set state to 'edited after merge.
12569 (vc-cvs-merge-news): Set workfile version to nil if not known.
12570 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12571
12572 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12573 via stdout. (Merge from main line.)
12574
12575 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12576
12577 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12578 detection.
12579
12580 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12581
12582 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12583 against kill-all-local-variables.
12584 (vc-log-edit): Don't save vc-parent-buffer any more.
12585 (vc-last-comment-match): Initialize to an empty string.
12586 (vc-post-command-functions): New hook.
12587 (vc-do-command): Run it.
12588 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12589 (vc-finish-logentry): Only add the comment to the ring if it's
12590 different from the last comment entered.
12591 (vc-new-comment-index): New function.
12592 (vc-previous-comment): Use it. Make the minibuffer message
12593 slightly less terse.
12594 (vc-comment-search-reverse): Make it work forward as well. Don't
12595 set vc-comment-ring-index if no match is found. Use
12596 vc-new-comment-index.
12597 (vc-comment-search-forward): Use vc-comment-search-reverse.
12598 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12599 define-derived-mode will do it for us. Bind `v' to a keymap that
12600 inherits from vc-prefix-map so that we can bind `vt' without
12601 binding C-x v t.
12602 (vc-retrieve-snapshot): Parenthesis typo.
12603
12604 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12605 to 1. Make sure to switch to *vc* before looking for an error
12606 message. Use vc-parse-buffer.
12607
12608 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12609
12610 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12611 and NAME.
12612 (vc-retrieve-snapshot): Split into two parts.
12613 (vc-default-retrieve-snapshot): New function.
12614
12615 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12616 (vc-cvs-retrieve-snapshot): New function (untested).
12617 (vc-cvs-stay-local): Default to t.
12618 (vc-cvs-remote-p): New function and property.
12619 (vc-cvs-state): Stay local only if the above is t.
12620 (vc-handle-cvs): Removed.
12621 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12622 done via vc-handled-backends now.
12623 (vc-cvs-header): Escape Id.
12624
12625 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12626
12627 * vc.el (vc-do-command): Remove unused commands.
12628 (vc-version-diff): Make sure default-directory ends with a slash.
12629 Move the window commands into a vc-exec-after.
12630 (vc-print-log): Move more of the code into the `vc-exec-after'.
12631
12632 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12633
12634 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12635 (vc-print-log): Search current revision from beginning of buffer.
12636 (vc-revert-buffer): Clear echo area after the diff is finished.
12637 (vc-prefix-map): Removed definition of "t" for terse display in vc
12638 dired.
12639 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12640 definition of "vt" for terse display.
12641 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12642
12643 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12644
12645 * vc.el (vc-exec-after): Avoid caddr.
12646
12647 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12648
12649 * vc.el (vc-exec-after): New function.
12650 (vc-do-command): Use it to add a termination message for async
12651 procs.
12652 (vc-checkout): Try to handle a missing-backend situation.
12653 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12654 of a directory with a backend using async diffs.
12655 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12656 present.
12657
12658 * vc-sccs.el (vc-sccs-state-heuristic): Use
12659 file-ownership-preserved-p.
12660
12661 * vc-rcs.el (vc-rcs-state-heuristic): Use
12662 file-ownership-preserved-p.
12663 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12664
12665 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12666
12667 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12668 vc-do-command.
12669
12670 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12671 when there are no changes.
12672
12673 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12674
12675 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12676
12677 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12678
12679 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12680
12681 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12682
12683 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12684 the `fset' outside of the defvar so that it works even if
12685 vc-prefix-map was already defined.
12686 (vc-setup-buffer): New function, split out of vc-do-command.
12687 (vc-do-command): Allow BUFFER to be t to mean `just use the
12688 current buffer without any fuss'.
12689 (vc-version-diff): Change the `diff' backend operation to just put
12690 the diff in the current buffer without erasing it. Always use
12691 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12692 shrink-window-if-larger-than-buffer.
12693 (vc-print-log): Change the `print-log' backend operation to just
12694 put the log in the current buffer without erasing it. Protect
12695 shrink-window-if-larger-than-buffer.
12696 (vc-update-change-log): Fix setd typo.
12697
12698 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12699 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12700
12701 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12702 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12703 CMP.
12704
12705 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12706 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12707 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12708
12709 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12710
12711 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12712 not possible, use vc-BACKEND-workfile-unchanged-p.
12713 (vc-default-workfile-unchanged-p): New function. Delegates to a
12714 full vc-BACKEND-diff.
12715
12716 * vc-hooks.el (vc-simple-command): Removed.
12717
12718 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12719 instead of vc-simple-command.
12720 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12721 avoid doing a diff when opening a file.
12722 (vc-rcs-state): Added check for unlocked-changes.
12723 (vc-rcs-header): Escape Id.
12724 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12725 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12726 version.
12727
12728 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12729 (vc-sccs-diff): Remove optional arg CMP.
12730 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12731 SCCS-specific function.
12732
12733 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12734 vc-simple-command.
12735
12736 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12737
12738 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12739 (with-vc-file, vc-merge): Use vc-editable-p.
12740 (vc-do-command): Remove unused var vc-file and fix the
12741 doubly-defined `status' var. Add a user message when starting an
12742 async command.
12743 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12744 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12745 Use with-current-buffer.
12746 (vc-buffer-sync): Use unless.
12747 (vc-next-action-on-file): If the file is 'edited by read-only,
12748 make it read-write instead of trying to commit.
12749 (vc-version-diff, vc-update-change-log): Use `setq
12750 default-directory' rather than `cd'.
12751 (vc-log-edit): Don't forget to set default-directory in the
12752 buffer.
12753
12754 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12755 (vc-sccs-state-heuristic): Use file-writable-p instead of
12756 comparing userids.
12757 (vc-sccs-checkout): Use `unless'.
12758
12759 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12760 of comparing userids.
12761 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12762 Simplify the logic by eliminating unreachable code.
12763 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12764 just do a recursive call if we need to retry.
12765 (vc-rcs-checkout): Handle the case where rcs is missing by making
12766 the buffer read-write if requested and re-signalling the error.
12767
12768 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12769
12770 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12771
12772 * vc-hooks.el (vc-handled-backends): Docstring change.
12773 (vc-ignore-vc-files): Mark obsolete.
12774 (vc-registered): Check vc-ignore-vc-files.
12775 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12776 vc-ignore-vc-files.
12777
12778 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12779
12780 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12781
12782 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12783 files since ange-ftp already has vc-registered return nil.
12784
12785 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12786 (vc-sccs-workfile-version): Use with-temp-buffer and new
12787 vc-parse-buffer and don't bother setting the property.
12788 (vc-sccs-add-triple): Use with-current-buffer and
12789 find-file-noselect.
12790 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12791
12792 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12793 derives from the old vc-parse-buffer but uses the revision number
12794 rather than the date (much easier to compare robustly).
12795 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12796 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12797 locking-user more directly. Check strict locking and set
12798 checkout-model appropriately.
12799 (vc-rcs-parse-locks): Remove.
12800 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12801 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12802 (vc-rcs-system-release): Use with-current-buffer and
12803 vc-parse-buffer.
12804 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12805
12806 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12807 (vc-simple-command): Docstring fix.
12808 (vc-registered): Align the way the file-handler is called with the
12809 way the function itself works.
12810 (vc-file-owner): Remove.
12811
12812 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12813 extraction of fields and call to file-attributes because of a
12814 temporary bug in rcp.el.
12815 (vc-cvs-fetch-status): Use with-current-buffer.
12816
12817 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12818
12819 * vc.el (vc-do-command): Use file-relative-name.
12820 (vc-responsible-backend): Use vc-backend if possible.
12821 (vc-create-snapshot): Improve the `interactive' spec. Add support
12822 for branches and dispatch to backend-specific `create-snapshot'.
12823 (vc-default-create-snapshot): New function, containing the bulk of
12824 the old vc-create-snapshot.
12825 (vc-retrieve-snapshot): Improve the interactive spec.
12826
12827 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12828 (vc-backend-hook-functions): Remove.
12829 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12830 (vc-backend): Reintroduce the test for `file = nil' now that I
12831 know why it was there (and added a comment to better remember).
12832
12833 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12834 code from vc-sccs-hooks.el.
12835 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12836 'vc anymore.
12837 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12838 and file-directory-p instead of file-exists-p.
12839 (vc-sccs-check-headers): Simplify the regexp.
12840
12841 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12842 from vc-rcs-hooks.el. Don't require 'vc anymore.
12843 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12844 file-directory-p instead of file-exists-p.
12845
12846 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12847 from vc-cvs-hooks.el.
12848 (proto vc-cvs-registered): Require 'vc-cvs instead of
12849 'vc-cvs-hooks. Don't require 'vc anymore.
12850 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12851 file-directory-p instead of file-exists-p.
12852 (vc-cvs-create-snapshot): New function, replacing
12853 vc-cvs-assign-name.
12854 (vc-cvs-assign-name): Remove.
12855
12856 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12857
12858 * vc-cvs.el (vc-cvs-header): New var.
12859
12860 * vc-rcs.el (vc-rcs-exists): Remove.
12861 (vc-rcs-header): New var.
12862
12863 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12864 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12865 (vc-sccs-header): New var.
12866
12867 * vc.el (vc-do-command): Get rid of the `last' argument.
12868 (vc-header-alist): Remove, replaced by vc-X-header.
12869 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12870 (vc-dired-hook): Use expand-file-name instead of concat.
12871 (vc-directory): Use file-name-as-directory.
12872 (vc-snapshot-precondition, vc-create-snapshot)
12873 (vc-retrieve-snapshot): Allow the command to operate on any
12874 directory.
12875
12876 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12877 just removing the 'WORKFILE argument or by removing the 'MASTER
12878 argument and replacing `file' with (vc-name file).
12879
12880 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12881
12882 * vc.el: Update Copyright and add a crude list of backend funs.
12883 (vc-writable-p): New function.
12884 (with-vc-file): Use vc-writable-p.
12885 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12886 (vc-register): Avoid vc-name.
12887 (vc-locking-user): Remove.
12888 (vc-steal-lock): Make the `owner' arg non-optional.
12889 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12890 vc-checkout-model.
12891 (vc-default-dired-state-info): Use vc-state instead of
12892 vc-locking-user and return special strings for special states.
12893 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12894 and get rid of one of the special CVS cases.
12895 (vc-cancel-version): prettify error message with \\[...].
12896 (vc-rename-master): New function.
12897 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12898 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12899 the CVS special case generic.
12900 (vc-default-record-rename): Remove.
12901 (vc-file-tree-walk-internal): Only call FUNC for files that are
12902 under control of some VC backend and replace `concat' with
12903 expand-file-name.
12904 (vc-file-tree-walk): Update docstring.
12905 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12906 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12907
12908 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12909 vc-sccs-record-rename. Use `find-file-noselect' rather than
12910 `find-file' and call `vc-rename-master' to do the actual move.
12911 (vc-sccs-diff): Remove unused `backend' variable.
12912
12913 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12914 to delay loading of vc-sccs until it is really used.
12915 (vc-sccs-master-templates): Preload.
12916 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12917 (vc-sccs-project-dir): Remove (merged into
12918 vc-sccs-search-project-dir).
12919 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12920 rather than `concat', make sure it is preloaded and don't bother
12921 to check that the file actually exists.
12922 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12923 `locks' argument (use buffer's content instead) and eliminate n^2
12924 behavior.
12925
12926 * vc-rcs.el: Update Copyright.
12927 (vc-rcs-rename-file): New function.
12928 (vc-rcs-diff): Remove unused `backend' variable.
12929
12930 * vc-hooks.el: Update Copyright.
12931 (vc-backend): Don't accept a nil argument any more.
12932 (vc-up-to-date-p): Turn into a defsubst.
12933 (vc-possible-master): New function.
12934 (vc-check-master-templates): Use `vc-possible-master' and allow
12935 funs in vc-X-master-templates to return a non-existent file.
12936
12937 * vc-cvs.el: Update Copyright.
12938 (vc-cvs-diff): Remove unused `backend' variable.
12939 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12940
12941 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12942
12943 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12944
12945 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12946 since it can be called from vc-rcs.el.
12947 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12948
12949 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12950
12951 * vc.el (vc-version-diff): Expand file name read from the
12952 minibuffer. Handle the case when a previous version number can't
12953 be guessed. Give suitable messages when there were no differences
12954 found.
12955 (vc-clear-headers): Call backend-specific implementation, if one
12956 exists.
12957 (vc-cancel-version): Made error checks generic. When done, clear
12958 headers generically, too.
12959
12960 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12961 from vc-clear-headers in vc.el.
12962
12963 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12964 correctly.
12965 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12966 optional. Handle the case when it's not there.
12967
12968 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12969
12970 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12971
12972 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12973
12974 * vc-hooks.el (vc-loadup): Remove.
12975 (vc-find-backend-function): Use `require'. Also, handle the case
12976 where vc-BACKEND-hooks.el doesn't exist.
12977 (vc-call-backend): Cleanup.
12978
12979 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12980
12981 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12982 vc-rcs-grab-templates)
12983 (vc-rcs-registered): Remove. The default function works as well.
12984 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12985 vc-sccs-grab-templates)
12986 (vc-sccs-registered): Remove. The default function works as well.
12987
12988 * vc.el (vc-version-diff): Left out a vc- in call to
12989 vc-call-backend.
12990 (vc-default-dired-state-info, vc-default-record-rename)
12991 (vc-default-merge-news): Update for the new backend argument.
12992
12993 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12994 using the default function.
12995 (vc-call-backend): If calling the default function, pass it the
12996 backend as first argument. Update the docstring accordingly.
12997 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12998 for the new backend argument.
12999 (vc-make-backend-sym): Renamed from vc-make-backend-function.
13000 (vc-find-backend-function): Use the new name.
13001 (vc-default-registered): New function.
13002
13003 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13004
13005 * vc.el (vc-merge): Use vc-find-backend-function.
13006
13007 * vc-hooks.el (vc-backend-functions): Remove.
13008 (vc-loadup): Don't setup 'vc-functions.
13009 (vc-find-backend-function): New function.
13010 (vc-call-backend): Use above fun and populate 'vc-functions
13011 lazily.
13012 (vc-backend-defines): Remove.
13013
13014 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13015
13016 * vc.el (vc-register): Put a FIXME note for a newly found bug.
13017 Call vc-call-backend without the leading vc-.
13018 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
13019 (vc-check-headers): Call vc-call-backend without the leading vc-.
13020 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
13021 (vc-annotate-display): Replace confusing use of `cond' with `or'.
13022 Call vc-call-backend without the leading vc-.
13023
13024 * vc-cvs.el (tail): Provide vc-cvs.
13025 * vc-sccs.el (tail): Provide vc-sccs.
13026 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
13027
13028 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
13029 (vc-make-backend-function, vc-call): Pass names without leading
13030 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
13031 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
13032 (vc-call-backend): Always try to load vc-X-hooks.
13033 (vc-registered): Remove vc- in call to vc-call-backend.
13034
13035 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13036
13037 * vc.el (vc-process-filter): New function.
13038 (vc-do-command): Setup `vc-process-filter' for the async process.
13039 (vc-maybe-resolve-conflicts): New function to reduce
13040 code-duplication. Additionally, it puts the buffer in
13041 `smerge-mode' if applicable.
13042 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
13043 calling `merge-news'.
13044 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
13045 (vc-log-edit): New function. Replacement for `vc-log-mode' by
13046 interfacing to log-edit.el.
13047 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
13048 log-edit is available.
13049 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
13050
13051 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13052
13053 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
13054 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
13055 defvar and the initialization.
13056 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
13057
13058 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
13059 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
13060
13061 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
13062
13063 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13064
13065 * vc.el (vc-file-clear-masterprops): Removed.
13066 (vc-checkin, vc-revert-buffer): Removed calls to the above.
13067 (vc-version-diff): Use buffer-size without argument.
13068 (vc-register): Heed vc-initial-comment.
13069
13070 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
13071 default branch.
13072
13073 * vc-rcs.el (vc-rcs-register): Parse command output to find master
13074 file name and workfile version.
13075 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
13076
13077 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
13078 vc-file-clear-masterprops.
13079
13080 * vc-sccs.el (vc-sccs-checkout): Removed call to
13081 vc-file-clear-masterprops. If writable, set vc-state to 'edited
13082 rather than user login name.
13083
13084
13085 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13086
13087 * vc.el (vc-workfile-unchanged-p): Remove unused argument
13088 `want-differences-if-changed' and simplify.
13089 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
13090 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
13091 output (which is invalid for async vc-diff) to decide whether to
13092 do the revert silently or not.
13093
13094 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13095
13096 * vc-hooks.el (vc-loadup): Load files quietly.
13097 (vc-call-backend): Oops, brain fart.
13098
13099 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13100
13101 * vc-cvs.el (vc-cvs-state): Typo.
13102 (vc-cvs-merge-news): Return the status code rather than the error msg.
13103
13104 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13105
13106 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
13107 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
13108 vc-state or vc-up-to-date-p.
13109 (vc-merge): Use vc-backend-defines to check whether merging is
13110 possible. Set state to 'edited after successful merge.
13111
13112 * vc-hooks.el (vc-locking-user): If locked by the calling user,
13113 return that name. Redocumented.
13114
13115 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13116
13117 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
13118 new `vc-state' semantics.
13119 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
13120 'vc-locking-user to the current user.
13121 (vc-merge): Inline vc-backend-merge. Comment out code that I
13122 don't understand and hence can't adapt to the new `vc-state' and
13123 `vc-locking-user' semantics.
13124 (vc-backend-merge): Remove.
13125
13126 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13127 rather than 'vc-locking-user.
13128
13129 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13130
13131 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13132 (vc-state): Don't use 'reserved any more. Just use the same
13133 convention as the one used for vc-<backend>-state where the
13134 locking user (as a string) is returned.
13135 (vc-locking-user): Update, based on the above convention. The
13136 'vc-locking-user property has disappeared.
13137 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13138
13139 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13140 with a heuristic one.
13141 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13142 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13143 error. That allows us to get to 'needs-merge even in the
13144 stay-local case. There's still no way to detect 'needs-patch in
13145 such a setup (or to force an update for that matter).
13146 (vc-cvs-logentry-check): Remove, the default works as well.
13147
13148 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13149
13150 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13151
13152 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13153 major-mode in which the buffer might have been put earlier. Use
13154 `remove' and `when'. Allow `okstatus' to be `async' and use
13155 `start-process' in this case.
13156 (vc-version-diff): Handle the case where the diff looks empty
13157 because of the use of an async process.
13158
13159 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13160
13161 * vc.el (vc-next-action-on-file): Removed optional parameter
13162 `simple'. Recompute state unconditionally.
13163 (vc-default-toggle-read-only): Removed.
13164
13165 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13166 (vc-toggle-read-only): Undid prev change.
13167
13168 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13169 vc-cvs-simple-toggle. Redocumented.
13170 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13171 (vc-cvs-toggle-read-only): Removed.
13172
13173 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13174
13175 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13176 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13177 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13178 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13179 still is. So maybe it should be removed.
13180 (vc-head-version, vc-find-binary): Remove.
13181 (vc-recompute-state): Move from vc-hooks.el.
13182 (vc-next-action-on-file): Add a `simple' argument to allow
13183 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13184 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13185 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13186 (vc-dired-mode-map): Properly defvar it.
13187 (vc-print-log): Call log-view-mode if available.
13188 (small-temporary-file-directory): defvar instead of use boundp.
13189 (vc-merge-news): Moved to vc-cvs.el.
13190 (vc-default-merge-news): New function.
13191
13192 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13193 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13194 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13195 unknown `vc-latest-version' function. It should probably refer to
13196 vc-workfile-version or somesuch, but it's very unclear to me and I
13197 don't have SCCS to test things.
13198
13199 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13200 (vc-sccs-state-heuristic): Fix typo.
13201 (vc-sccs-workfile-unchanged-p): Add missing argument.
13202
13203 * vc-rcs.el: Require vc and vc-rcs-hooks.
13204 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13205 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13206 (vc-release-greater-or-equal-p): Move from vc.
13207 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13208 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13209 (vc-rcs-checkout): Add a missing `new-version' argument in the
13210 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13211
13212 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13213 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13214 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13215 than the apparently unbound `workfile-version'.
13216
13217 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13218 (vc-file-prop-obarray): Use `make-vector'.
13219 (vc-backend-functions): Add new hookable functions
13220 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13221 (vc-loadup): If neither backend nor default functions exist, use
13222 the backend function rather than nil.
13223 (vc-call-backend): If the function if not bound yet, try to load
13224 the non-hook file to see if it provides it.
13225 (vc-call): New macro plus use it wherever possible.
13226 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13227 nor `vc-find-binary' since it's only called from
13228 vc-mistrust-permission which is only used once the backend is known.
13229 (vc-checkout-model): Fix parenthesis.
13230 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13231
13232 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13233 (vc-cvs-release, vc-cvs-system-release): Remove.
13234 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13235 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13236 status symbols.
13237 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13238 (vc-cvs-toggle-read-only): First cut at a function to allow a
13239 cvs-status-free vc-toggle-read-only.
13240 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13241 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13242 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13243 (vc-cvs-checkout): Modify access rights directly if the user
13244 requested not to use `cvs edit'. And refresh the mode line.
13245
13246 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13247 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13248
13249 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13250
13251 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13252 workfile' that got lost when the code was extracted from vc.el.
13253 And merged the tail with the rest of the code (not possible in the
13254 old vc.el where the tail was shared among all backends). And
13255 explicitly set the state to 'edited if `writable' is set.
13256
13257 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13258 (vc-cvs-state): Be careful to return the value from
13259 vc-cvs-parse-state.
13260 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13261 property but return it instead. Also be careful to handle a nil
13262 or "" `rev' when workfile is non-nil (it was handled properly when
13263 workfile was nil).
13264
13265 * vc.el: Removed those pesky unnecessary `(function' quotes.
13266 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13267 directly in the defvar.
13268 (vc-do-command): Bind inhibit-read-only so as to properly handle
13269 the case where the destination buffer has been made read-only.
13270 (vc-diff): Delegate to vc-version-diff in all cases.
13271 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13272 (vc-annotate-mode-variables): Removed (code moved partly to
13273 defvars and partly to vc-annotate-add-menu).
13274 (vc-annotate-mode): Turned into a derived-mode.
13275 (vc-annotate-add-menu): Moved in code in
13276 vc-annotate-mode-variables.
13277 (vc-update-change-log): Use make-temp-file if available.
13278
13279 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13280
13281 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13282 `vc-checkout-model' updated to `vc-cvs-update-model'.
13283
13284 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13285
13286 * vc.el (vc-next-action-on-file): Added handling of state
13287 `unlocked-changes'.
13288 (vc-checkout-carefully): Is now practically obsolete, unless the
13289 above is too slow to be enabled unconditionally.
13290 (vc-update-change-log): Fixed typo.
13291
13292 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13293
13294 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13295 Now handles state `unlocked-changes'.
13296 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13297
13298 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13299
13300 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13301 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13302 `unlocked-changes'.
13303 (vc-rcs-workfile-unchanged-p): Renamed from
13304 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13305 function yet, but supposed to become one soon.
13306
13307 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13308 `vc-steal-lock'.
13309 (vc-call-backend): Changed error message.
13310 (vc-state): Added description of state `unlocked-changes'.
13311
13312 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13313
13314 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13315 always return t in CVS-controlled directories.
13316
13317 * vc.el (vc-responsible-backend): New function.
13318 (vc-register): Largely rewritten.
13319 (vc-admin): Removed (implementation moved into vc-register).
13320 (vc-checkin): Redocumented.
13321 (vc-finish-logentry): If no backend defined yet (because we are in
13322 the process of registering), use the responsible backend.
13323
13324 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13325 Updated function lists.
13326 (vc-call-backend): Fixed typo.
13327
13328 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13329 New functions.
13330 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13331 Removed query option. Redocumented.
13332
13333 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13334
13335 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13336
13337 * vc.el: Updated callers of `vc-checkout-required' to use
13338 `vc-checkout-model'.
13339
13340 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13341
13342 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13343 stuff updated to reference this function instead of the old
13344 `vc-backend-release-p'.
13345
13346 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13347
13348 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13349 vc-checkout-model. Return appropriate values. Updated callers.
13350
13351 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13352
13353 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13354 (vc-backend-revert): Function moved into `vc-revert';
13355 `vc-next-action' must be updated to accomodate this change.
13356 (vc-backend-steal): Function moved into `vc-finish-steal'.
13357 (vc-backend-logentry-check): Function moved into
13358 `vc-finish-logentry'.
13359 (vc-backend-printlog): Function moved into `vc-print-log'.
13360 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13361 (vc-backend-assign-name): Function moved into
13362 `vc-create-snapshot'.
13363
13364 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13365
13366 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13367 Rename to vc-checkout-model. Return appropriate values.
13368 Update callers.
13369
13370 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13371 to vc-checkout-model.
13372 (vc-checkout-required): Rename to vc-checkout-model.
13373 Re-implement and re-comment.
13374 (vc-after-save): Use vc-checkout-model.
13375
13376 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13377
13378 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13379 Update to use the vc-BACKEND-diff functions instead.
13380 `vc-diff' is now working.
13381
13382 * vc-rcs.el (vc-rcs-logentry-check): New function.
13383
13384 * vc-cvs.el (vc-cvs-logentry-check): New function.
13385
13386 * vc-sccs.el (vc-sccs-diff): Function changed name from
13387 `vc-backend-diff'. This makes `vc-diff' work.
13388
13389 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13390 of functions possibly implemented in a vc-BACKEND library.
13391 (vc-checkout-required): Fix bug that caused an error to be
13392 signaled during `vc-after-save'.
13393
13394 * vc.el: Fix typo.
13395 This checkin is made with our new VC code base for the very first time.
13396 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13397
13398 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13399 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13400
13401 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13402 updated to `vc-uses-locking'.
13403 (vc-checkout-required): Call to backend function.
13404 `vc-checkout-required' updated to `vc-uses-locking' instead.
13405
13406 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13407 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13408
13409 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13410 to match the split into various backends.
13411 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13412 (vc-retrieve-snapshot): Bug fix.
13413
13414 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13415
13416 * vc-sccs.el (vc-sccs-release): Doc fix.
13417
13418 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13419
13420 * vc.el (vc-next-action-on-file): Bug found and fixed.
13421 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13422 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13423
13424 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13425 (vc-rcs-checkout): Name space cleaned up. No more revision number
13426 crunching function names that are not prefixed with vc-rcs.
13427 (vc-rcs-checkout-model): Function added. References to
13428 `vc-checkout-model' replaced.
13429
13430 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13431
13432 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13433 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13434 still need to be split, and implemented for RCS).
13435
13436 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13437
13438 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13439
13440 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13441 required by the vc.el file.
13442
13443 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13444 required by the vc.el file.
13445 (vc-rcs-exists): Function added.
13446
13447 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13448 required by the vc.el file.
13449
13450 * vc.el (vc-admin): Updated to handle selection of appropriate
13451 backend. Current implementation is crufty and need re-thinking.
13452
13453 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13454
13455 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13456
13457 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13458 beginning of annotate buffers correctly.
13459
13460 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13461 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13462 functionality updated quite a lot to support multiple backends.
13463 Variables `vc-annotate-mode', `vc-annotate-buffers',
13464 `vc-annotate-backend' added.
13465
13466 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13467 `vc-annotate-difference' added to supported backend functions.
13468
13469 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13470
13471 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13472 Use with-temp-file instead of /bin/sh. Merged from mainline
13473
13474 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13475
13476 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13477
13478 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13479
13480 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13481
13482 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13483
13484 * vc-hooks.el: vc-state-heuristic added to
13485 vc-backend-hook-functions.
13486
13487 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13488
13489 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13490
13491 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13492 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13493 state to `reserved'.
13494
13495 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13496 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13497
13498 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13499
13500 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13501 untouched.
13502
13503 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13504
13505 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13506 if defined. (Merged from main line, slightly adapted.)
13507
13508 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13509 millenium problem (merged from mainline).
13510
13511 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13512
13513 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13514 part and moved the non-BACKEND stuff to vc.el.
13515
13516 * vc.el: Split the annotate feature into a BACKEND specific part
13517 and moved it from the vc-cvs.el file to this one.
13518
13519 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13520
13521 * vc-hooks.el: Implement new state model.
13522 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13523 (vc-locking-user): Simplify. Now only needed if the file is
13524 locked by somebody else.
13525 (vc-lock-from-permissions): Remove. Functionality is in
13526 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13527 (vc-mode-line-string): New name for former vc-status. Adapted.
13528 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13529
13530 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13531 Various simplifications and adaptations all over the place.
13532
13533 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13534 Simplify and adapt the rest.
13535
13536 * vc.el (vc-resynch-window): Add TODO comment: check for
13537 interaction with view mode according to recent RCS change.
13538 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13539
13540 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13541
13542 * vc.el: Convert the remaining function comments to docstrings.
13543
13544 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13545
13546 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13547 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13548 (vc-minor-part, vc-previous-version): Functions that operate and
13549 compare revision numbers got proper documentation. Comments added
13550 about their possible removal.
13551
13552 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13553
13554 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13555 the vc-backend.el files.
13556
13557 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13558
13559 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13560 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13561 (vc-rcs-previous-version): Functions added.
13562
13563 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13564
13565 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13566
13567 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13568
13569 * vc-hooks.el (vc-master-templates): Is really obsolete.
13570 Comment out the definition for now. What is the right procedure
13571 to get rid of it?
13572 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13573 rewritten.
13574 (vc-default-registered): Remove.
13575 (vc-check-master-templates): New function; does mostly what the
13576 above did before.
13577 (vc-locking-user): Don't rely on the backend to set the property.
13578
13579 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13580 Rewrite documentation.
13581 (vc-rcs-templates-grabbed): New variable.
13582 (vc-rcs-grab-templates): New function.
13583 (vc-rcs-registered): Rewrite to use above mechanism.
13584
13585 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13586 Rewrite documentation.
13587 (vc-sccs-templates-grabbed): New variable.
13588 (vc-sccs-grab-templates): New function.
13589 (vc-sccs-registered): Rewrite to use above mechanism.
13590 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13591 Don't throw the result, simply return it.
13592
13593 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13594 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13595 (vc-cvs-registered): Does the check itself now. Simplify.
13596
13597 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13598 from main line.
13599
13600 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13601
13602 * vc-cvs.el (vc-cvs-diff): New function.
13603
13604 * vc-sccs.el (vc-sccs-diff): New function.
13605
13606 * vc-rcs.el (vc-rcs-diff): New function.
13607 (vc-rcs-checkout): Bug (typo) found and fixed.
13608 (vc-rcs-register-switches): New variable.
13609
13610 * vc.el (vc-backend-diff): Function removed and placed in the
13611 backend files.
13612
13613 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13614
13615 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13616
13617 * vc.el (vc-backend-checkout): Function removed and replaced in
13618 the vc-backend.el files.
13619
13620 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13621
13622 * vc.el (vc-backend-admin): Removed and replaced in the
13623 vc-backend.el files.
13624
13625 * vc.el (Martin): Removed all the annotate functionality since it
13626 is CVS backend specific.
13627
13628 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13629
13630 * spec.txt: Added specification of vc-state.
13631
13632 * vc-sccs-hooks.el (vc-sccs-master-properties):
13633 Remove handling of vc-latest-version and
13634 vc-your-latest-version. What used to be vc-latest-version, is now
13635 returned as vc-workfile-version.
13636 (vc-sccs-workfile-version): Adapt.
13637
13638 2000-09-04 Dave Love <fx@gnu.org>
13639
13640 * vc.el: [Merged from mainline.]
13641 (vc-dired-mode): Make the dired-move-to-filename-regexp
13642 regexp match the date, to avoid treating date as file size.
13643 Add YYYY S option to WESTERN/
13644
13645 2000-09-04 Dave Love <fx@gnu.org>
13646
13647 * vc.el: Require `compile' when compiling.
13648 (vc-logentry-check-hook): New option.
13649 (vc-steal-lock): Use compose-mail.
13650 (vc-dired-mode-map): Defvar when compiling.
13651 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13652 vc-sccs.el and renamed. Callers changed.
13653 (vc-backend-checkout, vc-backend-logentry-check)
13654 (vc-backend-merge-news): Doc fix.
13655 (vc-default-logentry-check): New function.
13656 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13657 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13658 (vc-backend-merge): Doc fix. Use backend functions.
13659 (vc-check-headers): Use backend functions.
13660
13661 * vc-cvs.el: Require vc when compiling.
13662 (vc-cvs-register-switches): Doc fix.
13663 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13664 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13665 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13666 New functions (code from vc.el).
13667 (vc-annotate-display-default): Fix interactive spec.
13668 (vc-annotate-time-span): Doc fix.
13669
13670 * vc-rcs.el: Require vc when compiling.
13671 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13672 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13673 (vc-rcs-checkin): New functions (code from vc.el).
13674 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13675 Doc fix.
13676 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13677
13678 * vc-sccs.el: Require vc when compiling.
13679 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13680 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13681 (vc-sccs-revert)
13682 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13683 from vc.el).
13684 (vc-sccs-add-triple, vc-sccs-record-rename)
13685 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13686 (vc-sccs-admin): Doc fix.
13687
13688 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13689
13690 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13691 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13692 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13693 from vc.el.
13694
13695 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13696
13697 * vc-cvs.el: Moved the annotate functionality from vc.el.
13698 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13699
13700 2000-09-04 Dave Love <fx@gnu.org>
13701
13702 * vc.el (vc-backend-release): Call vc-system-release.
13703
13704 * vc-sccs.el (vc-sccs-system-release):
13705 Renamed from vc-sccs-backend-release.
13706
13707 * vc-rcs.el (vc-rcs-system-release):
13708 Renamed from vc-rcs-backend-release.
13709
13710 * vc-cvs.el (vc-cvs-system-release):
13711 Renamed from vc-cvs-backend-release.
13712
13713 2000-09-04 Dave Love <fx@gnu.org>
13714
13715 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13716 backend files.
13717 (vc-backend-release): Dispatch to backend functions.
13718 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13719 probably needs attention.]
13720
13721 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13722 (vc-sccs-backend-release): New function.
13723
13724 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13725 (vc-cvs-backend-release): New function.
13726
13727 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13728 Doc fix.
13729 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13730 (vc-default-dired-state-info): New function.
13731 (vc-dired-state-info): Dispatch to backends.
13732 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13733
13734 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13735 from vc.el and renamed.
13736
13737 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13738
13739 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13740 (vc-version-other-window, vc-backend-assign-name): Removed
13741 references to vc-latest-version; sometimes changed into
13742 vc-workfile-version.
13743
13744 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13745 vc-rcs-master-workfile-version.
13746 (vc-rcs-workfile-version): Use the above. Don't call
13747 vc-latest-version (that was unreachable code, anyway).
13748 (vc-rcs-fetch-master-properties): Doc fix.
13749
13750 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13751 (vc-backend-hook-functions): Removed them from this list, too.
13752 (vc-fetch-properties): Removed.
13753 (vc-workfile-version): Doc fix.
13754
13755 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13756 (vc-rcs-workfile-version, vc-rcs-locking-user)
13757 (vc-rcs-uses-locking): Use it.
13758
13759 * vc-hooks.el (vc-consult-rcs-headers):
13760 Moved into vc-rcs-hooks.el, under the name
13761 vc-rcs-consult-headers.
13762
13763 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13764 headers.
13765 (vc-cvs-find-master): Use this name only; correct different
13766 versions of the name.
13767
13768 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13769 New functions.
13770 (vc-sccs-locking-user): Use the latter.
13771
13772 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13773 New functions.
13774
13775 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13776 Moved into both
13777 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13778 functions are implementation details of those two backends.
13779
13780 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13781
13782 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13783 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13784
13785 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13786 (vc-sccs-parse-locks): SCCS-specific code moved here from
13787 vc-hooks.
13788
13789 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13790 code moved here from vc-hooks.
13791
13792 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13793 into back-end specific parts and removed. Callers not updated
13794 yet; because I guess these callers will disappear into back-end
13795 specific files anyway.
13796
13797 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13798
13799 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13800 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13801 `vc-uses-locking'.
13802
13803 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13804 Store yes/no in the property, and return t/nil. Updated all
13805 callers.
13806
13807 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13808 vc-sccs-uses-locking. Don't set property.
13809 (vc-sccs-locking-user): Don't set property.
13810
13811 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13812 vc-cvs-uses-locking. Don't set property here; leave that to
13813 vc-hooks.
13814 (vc-cvs-locking-user): Reflect above change. Streamlined.
13815
13816 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13817 vc-rcs-uses-locking.
13818 (vc-rcs-locking-user): Reflect above change.
13819
13820 2000-09-04 Dave Love <fx@gnu.org>
13821
13822 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13823
13824 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13825
13826 * vc-hooks.el (vc-checkout-model): Punt to backends.
13827
13828 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13829
13830 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13831
13832 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13833 New functions.
13834
13835 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13836 New functions.
13837
13838 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13839 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13840
13841 * vc-hooks.el (vc-default-locking-user): New function.
13842 (vc-locking-user, vc-workfile-version): Punt to backends.
13843
13844 2000-09-04 Dave Love <fx@gnu.org>
13845
13846 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13847 (vc-master-workfile-version): Moved from vc-hooks.
13848
13849 * vc-rcs-hooks.el: Fix duplicate code in last change.
13850
13851 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13852 (vc-rcs-master-templates): Improve :type.
13853 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13854 vc-master-workfile-version): Moved from vc-hooks.
13855
13856 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13857 (vc-sccs-master-templates): Improve :type.
13858 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13859
13860 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13861
13862 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13863 (vc-cvs-master-templates): Improve :type. Use
13864 vc-cvs-find-cvs-master.
13865 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13866 from vc-hooks.
13867 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13868
13869 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13870 Moved to vc-cvs-hooks.
13871
13872 * vc-hooks.el: Add doc strings in various places. Simplify the
13873 minor mode setup.
13874 (vc-handled-backends): New user variable.
13875 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13876 simplification.
13877
13878 2000-09-04 Dave Love <fx@gnu.org>
13879
13880 * vc.el: Some doc fixes for autoloaded and interactive functions.
13881 Fix compilation warnings from ediff stuff.
13882 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13883
13884 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13885
13886 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13887
13888 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13889
13890 2000-09-04 Dave Love <fx@gnu.org>
13891
13892 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13893 New variable.
13894 (vc-make-backend-function, vc-loadup, vc-call-backend)
13895 (vc-backend-defines): New functions.
13896
13897 * vc-hooks.el: Various doc fixes.
13898 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13899 (vc-match-substring): Function removed. Callers changed to use
13900 match-string.
13901 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13902 Simplify.
13903
13904 2000-09-04 Dave Love <fx@gnu.org>
13905
13906 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13907 type.
13908 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13909 (vc-sccs-registered): Doc fix.
13910
13911 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13912 (vc-cvs-registered): Doc fix.
13913
13914 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13915 (vc-rcs-registered): Doc fix.
13916
13917 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13918
13919 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13920
13921 * vc-hooks.el: vc-registered has been renamed
13922 vc-default-registered. Some functions have been moved to the
13923 backend specific files. they all support the
13924 vc-BACKEND-registered functions.
13925
13926 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13927
13928 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13929
13930 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13931
13932 2000-09-04 Dave Love <fx@gnu.org>
13933
13934 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13935 menu-bar-update-hook.
13936
13937 * help.el (help-manyarg-func-alist): Add
13938 find-operation-coding-system.
13939
13940 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13941
13942 * custom.el (custom-set-variables): Print message about errors in
13943 setting.
13944
13945 2000-09-03 Andrew Innes <andrewi@gnu.org>
13946
13947 * makefile.w32-in: Change to DOS line endings.
13948
13949 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13950
13951 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13952 minor-mode keymaps, if they don't have one.
13953
13954 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13955
13956 * eshell/esh-module.el (eval-when-compile): Don't lose if
13957 esh-module.el's file name is truncated to DOS 8+3 limits.
13958
13959 2000-09-01 John Wiegley <johnw@gnu.org>
13960
13961 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13962 predicate, which caused entries in the completion list to be
13963 doubled.
13964
13965 2000-08-30 John Wiegley <johnw@gnu.org>
13966
13967 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13968 sending to subprocesses. Also, hook pre-command-hook if
13969 `eshell-send-direct-to-subprocesses' is non-nil.
13970 (eshell-send-direct-to-subprocesses): New config variable. If t,
13971 subprocess input is send immediately.
13972 (eshell-toggle-direct-send): New function.
13973 (eshell-self-insert-command): New function.
13974 (eshell-intercept-commands): New function.
13975 (eshell-send-input): If direct subprocess sending is enabled,
13976 don't echo any input to the Eshell buffer. Let the subprocess
13977 handle that. This requires "stty echo" in bash, for example.
13978
13979 2000-08-28 John Wiegley <johnw@gnu.org>
13980
13981 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13982 completion function for Eshell's implementation of `unset'.
13983
13984 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13985
13986 * info.el (Info-directory-list): Doc fix.
13987
13988 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13989
13990 * filecache.el (file-cache-add-directory-using-find): Don't quote
13991 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13992
13993 2000-08-31 Kenichi Handa <handa@etl.go.jp>
13994
13995 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13996 coding systems.
13997
13998 2000-08-30 Andrew Innes <andrewi@gnu.org>
13999
14000 * timer.el (run-with-idle-timer): Undo last change, so that timer
14001 is not activated immediately if Emacs is already idle. Some
14002 existing code relies on this behaviour.
14003
14004 2000-08-30 Miles Bader <miles@gnu.org>
14005
14006 * frame.el (set-frame-font): Do completion of font-name for
14007 interactive use.
14008
14009 2000-08-30 Kenichi Handa <handa@etl.go.jp>
14010
14011 * international/quail.el (quail-start-translation): Bind locally
14012 last-command-event, last-command, and this-command.
14013 (quail-start-conversion): Likewise.
14014 (quail-self-insert-command): Fix docstring.
14015
14016 2000-08-29 Gerd Moellmann <gerd@gnu.org>
14017
14018 * progmodes/executable.el
14019 (executable-make-buffer-file-executable-if-script-p): Check that
14020 buffer contains at least 2 characters.
14021
14022 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
14023
14024 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
14025
14026 2000-08-29 Dave Love <fx@gnu.org>
14027
14028 * diff-mode.el (diff-mode) <defgroup>: Add :version.
14029 (diff-mode-shared-map): Bind mouse-2.
14030 (diff-imenu-generic-expression): New variable.
14031 (diff-mode): Use it.
14032
14033 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
14034 (mouse-popup-menubar): Add minor mode menus.
14035 (popup-menu): Check for lookup-key returning number.
14036
14037 2000-08-29 Miles Bader <miles@gnu.org>
14038
14039 * comint.el (comint-send-input): Create overlays using the proper
14040 front/read-advance arguments.
14041
14042 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14043
14044 * ps-print.el: Even/odd pages printing. Doc fix.
14045 (ps-print-version): New version number (6.0).
14046 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
14047 (ps-background, ps-begin-file, ps-begin-job): Code fix.
14048 (ps-print-duplex-feature): Variable eliminated.
14049 (ps-even-or-odd-pages): New variable.
14050
14051 * progmodes/ebnf2ps.el: Doc fix.
14052 (ebnf-version): New version (3.3).
14053 (ebnf-user-arrow): Change variable customization to sexp.
14054 (ebnf-user-arrow): Function eliminated.
14055 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
14056
14057 2000-08-29 Kenichi Handa <handa@etl.go.jp>
14058
14059 * help.el (help-xref-mule-regexp): New variable.
14060 (help-make-xrefs): Handle help-xref-mule-regexp.
14061
14062 * international/mule-cmds.el (help-xref-mule-regexp-template): New
14063 variable.
14064 (describe-input-method): Temporarily activate the specfied input
14065 method to display the information.
14066 (describe-language-environment): Hyperlinks to mule related items.
14067
14068 * international/mule-diag.el (charset-multibyte-form-string): New
14069 function.
14070 (list-character-sets-1): Use charset-multibyte-form-string.
14071 (describe-character-set): New function.
14072 (describe-coding-system): Hyperlinks to safe character sets.
14073
14074 * international/quail.el (quail-help): New arg PACKAGE.
14075 Hyperlinks to mule related items.
14076 (quail-help-insert-keymap-description): Use
14077 substitute-command-keys instead of describe-bindings.
14078 (quail-translation-help): Hyperlinks to mule related items.
14079
14080 2000-08-28 John Wiegley <johnw@gnu.org>
14081
14082 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
14083 have a defsubst call itself. Made `eshell-flatten-list' back into
14084 a function again.
14085
14086 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
14087 catch, in case re-centering point at bottom messes up the display.
14088 This happens frequently in Emacs 21, due I believe to variable
14089 line heights.
14090
14091 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
14092 to call `find-tag-interactive'.
14093
14094 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
14095 the list of remember directories.
14096
14097 2000-08-28 John Wiegley <johnw@gnu.org>
14098
14099 * align.el: Test align-region-separate to see if it's a symbol.
14100
14101 2000-08-28 John Wiegley <johnw@gnu.org>
14102
14103 * eshell/esh-util.el (eshell-flatten-list): Made this function
14104 into a defsubst form. It gets used very frequently, although
14105 calls don't occur all that often.
14106
14107 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
14108 examining it.
14109
14110 * eshell/esh-cmd.el (eshell-rewrite-while-command):
14111 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
14112 `eshell-protect'.
14113 (eshell-copy-handles): Created a new macro for duplicating the
14114 current set of open handles. This is needed by the looping
14115 functions.
14116 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
14117 is not incorrectly stomped on.
14118
14119 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
14120 declaration for pcomplete-use-paring.
14121 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14122 value of eshell-cmpl-use-paring.
14123 * pcomplete.el (pcomplete-use-paring): New config variable, to
14124 indicate whether paring should be used.
14125 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14126 completion alternatives that have already been used.
14127
14128 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14129 bound to C-c C-y, which will repeat the previous N arguments
14130 (based on prefix argument).
14131 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14132
14133 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14134 if there is no *Help* buffer. This is for XEmacs, which renames
14135 its help buffers uniquely. TODO: Find out what the current buffer
14136 name to delete is.
14137
14138 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14139 first entry that correlates to a passwd/group number. Later
14140 entries (used for group/user name aliasing to multiple IDs) are
14141 ignored.
14142
14143 * eshell/em-xtra.el (eshell/expr):
14144 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14145 (eshell-grep, eshell/diff, eshell/locate):
14146 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14147 argument list, before passing it to the system command.
14148
14149 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14150 `find-tag' for use at final position in Eshell buffers (which
14151 otherwise triggers an error on Emacs 21).
14152 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14153 buffer, if it is currently bound to `find-tag'.
14154
14155 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14156 in the list of matched Makefile names.
14157 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14158 directory, prefer its contents to Makefile.
14159
14160 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14161 directory parts (like "cd old new", or "cd =regexp"), are now case
14162 sensitive on non-Windows/DOS platforms.
14163
14164 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14165 types RET after an open delimiter (like "), display a message
14166 indicating that Eshell is waiting for the closing delimiter.
14167
14168 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14169 environment variables.
14170
14171 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14172 gracefully if the user enters incorrect arguments.
14173
14174 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14175 Eshell buffers.
14176
14177 * eshell/esh-var.el (eshell-interpolate-variable):
14178 * eshell/esh-mode.el (eshell-move-argument):
14179 * eshell/em-unix.el (eshell-du-sum-directory):
14180 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14181 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14182 (not (= ...)).
14183
14184 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14185 to ensure the `preserve' flag gets propagated when doing recursive
14186 directory copies.
14187
14188 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14189
14190 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14191 Don't convert \n into \0177 in memory.
14192 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14193 and back again, when reading and writing.
14194
14195 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14196
14197 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14198 testing of `fboundp' on `processp'.
14199
14200 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14201 (eshell/jobs): Don't call process-list if it is not bound.
14202 (eshell-gather-process-output): Support systems where async
14203 subprocesses aren't supported.
14204 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14205 variables.
14206
14207 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14208 eshell-do-eval returns t.
14209 (eshell-do-pipelines-synchronously): New defmacro.
14210 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14211 when async subprocesses aren't supported.
14212 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14213 if async subprocesses aren't supported.
14214 (eshell-resume-command): Don't assume STATUS is a string.
14215
14216 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14217
14218 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14219 (eshell-close-target, eshell-get-target): Use eshell-processp.
14220 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14221 fix.
14222 (eshell-get-target, eshell-create-handles): Doc fix.
14223
14224 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14225
14226 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14227 criterion to include commands that output something, as long as it
14228 leaves both the command and the end-of-buffer visible when the
14229 command has exited.
14230 (eshell-review-quick-commands): Adjust the help doc string
14231 accordingly.
14232
14233 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14234
14235 * locate.el (locate): Cleaned up locate command's interactive prompting
14236 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14237
14238 * filecache.el (file-cache-case-fold-search): New variable
14239 (file-cache-assoc-function): New variable
14240 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14241 Use file-cache-case-fold-search variable
14242 (file-cache-add-file): Use file-cache-assoc-function
14243 (file-cache-delete-file): likewise
14244 (file-cache-directory-name): likewise
14245 (file-cache-debug-read-from-minibuffer): likewise
14246
14247 2000-08-28 Gerd Moellmann <gerd@gnu.org>
14248
14249 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14250 (abbrev-table-name): New function.
14251 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14252 If non-nil list local abbrev, only.
14253
14254 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14255
14256 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14257 from Gnus support code, and use special article copy buffer
14258 `(gnus-original-article-buffer)' instead. This allows to get rid
14259 of article-hide-headers usage (which breaks in the latest Gnus
14260 version). Thanks to Detlev Zundel.
14261
14262 2000-08-28 Kenichi Handa <handa@etl.go.jp>
14263
14264 * international/quail.el (quail-use-package): Hide "... loaded"
14265 message.
14266 (quail-start-translation, quail-start-conversion): Likewise.
14267
14268 * international/kkc.el (kkc-region): Hide "... loaded" message.
14269
14270 2000-08-27 Dave Love <fx@gnu.org>
14271
14272 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14273
14274 2000-08-27 Miles Bader <miles@gnu.org>
14275
14276 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14277
14278 2000-08-27 Kenichi Handa <handa@etl.go.jp>
14279
14280 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14281 'ja-dic-cnv), not (require 'skkdic-cnv).
14282
14283 2000-08-26 Miles Bader <miles@gnu.org>
14284
14285 * faces.el (face-x-resources): Add entry for :inherit.
14286 * cus-face.el (custom-face-attributes): Add support for :inherit
14287 attribute. Add support for relative face heights.
14288 (custom-face-attributes-get): Treat `nil' as being a default value
14289 for :inherit (as well as `unspecified').
14290
14291 * faces.el (set-face-attribute): Update doc string.
14292 (face-attribute-name-alist): Add :inherit.
14293 (face-valid-attribute-values): Handle :inherit.
14294 (face-read-string): Rephrase prompt to be less confusing.
14295 Assume that DEFAULT is a string, since we must return a string.
14296 (face-read-integer): Use `format' to turn DEFAULT into an
14297 acceptable default for face-read-string. Match NEW-VALUE against
14298 the string "unspecified", not the symbol `unspecified', since
14299 that's what face-read-string returns.
14300 (read-face-attribute): Lookup a name for old-value in valid, and
14301 use it as a default if we find one. Treat all values from
14302 face-read-string as strings. If the default is used, don't do any
14303 more processing on the value, just use the old value directly.
14304 (read-face-and-attribute, modify-face): Tweak prompt.
14305 (read-face-name): Don't assume prompt ends with a space.
14306
14307 * faces.el (describe-face): Add support for :inherit attribute.
14308
14309 2000-08-25 Kenichi Handa <handa@etl.go.jp>
14310
14311 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14312 concat doesn't accept interger.
14313
14314 * international/kkc.el: Remove SKK from Keywords. Require
14315 ja-dic-utl instead of skkdic-utl.
14316
14317 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14318 Provide ja-dic-cnv instead of skkdic-cnv.
14319 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14320 (iso-2022-7bit-short): Add safe-charsets property.
14321 (skkdic-convert-postfix): Search Japanese chou-on character in
14322 addition to Hiragana character.
14323 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14324 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14325 (batch-skkdic-convert): Likewise.
14326
14327 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14328 Provide ja-dic-utl instead of skkdic-utl.
14329 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14330
14331 2000-08-24 Dave Love <fx@gnu.org>
14332
14333 * disp-table.el (standard-display-default): Make the test of `l'
14334 useful.
14335
14336 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14337 mod sample text.
14338
14339 * international/iso-ascii.el: Make pilcrow convenient string
14340 consistent with section.
14341 (iso-ascii-display): Set up multibyte characters as well as
14342 unibyte.
14343
14344 2000-08-24 Kenichi Handa <handa@etl.go.jp>
14345
14346 * international/mule-cmds.el (reset-language-environment): Set
14347 default-process-coding-system to '(undecided . iso-latin-1), which
14348 makes process I/O almost consistent with file I/O. Call this
14349 function when mule-cmds.el[c] is loaded.
14350
14351 2000-08-22 Andrew Innes <andrewi@gnu.org>
14352
14353 * makefile.w32-in: New file.
14354
14355 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14356
14357 * comint.el (comint-output-filter): Compare end of
14358 comint-last-output-overlay with the start of the newly inserted
14359 text, not the end, when deciding whether to extend it.
14360 Set saved-point's insertion type to advance after insertion.
14361
14362 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14363 since this is now done independently of font-lock mode.
14364
14365 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14366
14367 * server.el (server-kill-new-buffers): New user option.
14368 (server-existing-buffer): New buffer-local variable.
14369 (server-visit-files): When using an existing buffer, set
14370 server-existing-buffer to t.
14371 (server-buffer-done): If server-kill-new-buffers is t, kill the
14372 buffer, unless it was already present before visiting it with
14373 Emacs server.
14374
14375 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14376
14377 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14378 even if the display doesn't support colors: some displays will
14379 support bold/underline faces.
14380
14381 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14382
14383 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14384
14385 * startup.el (command-line): If user's init file had an error,
14386 add explanatory text to *Messages*.
14387
14388 2000-08-21 Kenichi Handa <handa@etl.go.jp>
14389
14390 * man.el (Man-getpage-in-background): Decode the process output by
14391 the system locale coding system.
14392
14393 2000-08-20 Dave Love <fx@gnu.org>
14394
14395 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14396 Don't test x-popup-menu.
14397 (function) <complete-function>: Complete only fbound symbols.
14398 <validate, value>: New.
14399 (variable) <complete-function>: Complete only bound symbols.
14400 (coding-system): Add :base-only, :complete-function, :validate,
14401 :value, :prompt-match.
14402 (widget-coding-system-prompt-value): Use read-coding-system and
14403 act on :base-only.
14404 (editable-field): Add :help-echo.
14405 (widget-push-button-gui, widget-push-button-cache)
14406 (widget-gui-action, widget-editable-list-gui): COmment out, along
14407 with uses.
14408 (widget-at): Make arg optional.
14409 (widget-echo-help): Adjust for current help-echo calling sequence.
14410 (widget-specify-field, widget-specify-button)
14411 (widget-specify-insert, widget-get-sibling, widget-image-find)
14412 (widget-convert, widget-insert, widget-leave-text)
14413 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14414 (widget-setup, widget-field-find, widget-before-change)
14415 (widget-after-change, widget-default-complete)
14416 (widget-default-create, widget-default-delete)
14417 (widget-push-button-value-create, editable-field)
14418 (widget-field-prompt-value, widget-field-validate)
14419 (widget-choice-value-create, widget-choice-action)
14420 (widget-choice-validate, widget-checklist-add-item)
14421 (widget-radio-add-item, widget-radio-chosen)
14422 (widget-radio-value-inline, widget-editable-list-value-create)
14423 (widget-editable-list-entry-create)
14424 (widget-documentation-link-add)
14425 (widget-documentation-string-value-create)
14426 (widget-regexp-validate, widget-file-complete)
14427 (widget-sexp-validate, widget-plist-convert-widget)
14428 (widget-plist-convert-widget, widget-alist-convert-widget)
14429 (widget-alist-convert-widget, widget-color-complete): Simplify,
14430 particularly to avoid bindings which aren't optimized out.
14431
14432 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14433 Doc fix.
14434 (down-list, backward-up-list, up-list, kill-sexp)
14435 (backward-kill-sexp, mark-sexp): Make arg optional.
14436 (lisp-complete-symbol): Add optional arg PREDICATE.
14437
14438 * cus-start.el: Add display-buffer-reuse-frames,
14439 file-coding-system-alist.
14440
14441 2000-08-20 Gerd Moellmann <gerd@gnu.org>
14442
14443 * startup.el (command-line): Clear realized faces after
14444 modifying TTY color mappings.
14445
14446 2000-08-20 Miles Bader <miles@gnu.org>
14447
14448 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14449 merely a subset of FACE's attributes.
14450
14451 2000-08-19 Miles Bader <miles@gnu.org>
14452
14453 * comint.el (comint-output-filter): Save the point with a marker,
14454 not just a buffer position.
14455
14456 * international/mule.el (set-buffer-process-coding-system): Make
14457 interactive prompt less confusing.
14458
14459 2000-08-19 Gerd Moellmann <gerd@gnu.org>
14460
14461 * hilit-chg.el: General cleanup of doc strings, comments and
14462 code formatting.
14463
14464 2000-08-19 Miles Bader <miles@gnu.org>
14465
14466 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14467 Compiler macro removed; beginning-of-line is no longer always
14468 equivalent to forward-line, in the presence of fields.
14469
14470 * comint.el (comint-output-filter): Remove ad-hoc saving of
14471 restriction, and just use save-restriction, now that it works
14472 correctly. Don't adjust comint-last-input-start to account for
14473 our insertion; it shouldn't have moved because we don't use
14474 insert-before-markers anymore. Comment out call to
14475 `force-mode-line-update'; why is it here?
14476
14477 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14478 while checking for prompt to delete. Use `forward-line 0'
14479 instead of beginning-of-line.
14480 (gud-filter): Temporarily widen gud comint buffer while
14481 examining output.
14482
14483 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14484
14485 * progmodes/sh-script.el: Big bag of typos.
14486
14487 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14488 check since ispell-process is not bound when ispell is not yet loaded.
14489
14490 2000-08-18 Dave Love <fx@gnu.org>
14491
14492 * image.el (find-image): Copy `spec' before using plist-put.
14493
14494 2000-08-18 Gerd Moellmann <gerd@gnu.org>
14495
14496 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14497 `portugues'.
14498
14499 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14500 backward-kill-sexp, analogous to kill-sexp.
14501
14502 * progmodes/icon.el (icon-indent-line)
14503 (icon-is-continuation-line): Handle comments specially.
14504
14505 2000-08-17 Ken Stevens <k.stevens@ieee.org>
14506
14507 * ispell.el: Set to standard author/maintainer/keyword fields.
14508 Fine tuning to menu map appearance and operation, and added help.
14509 Remove `start' and `end' error messages when compiling.
14510 (ispell-choices-win-default-height): Fixed comment string.
14511 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14512 castellano8 dictionaries.
14513 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14514 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14515 dictionary, added italiano dictionary.
14516 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14517 word character
14518 (ispell-tex-skip-alists): Added psfig support.
14519 (ispell-skip-html): Renamed from ispell-skip-sgml.
14520 (ispell-begin-skip-region-regexp, ispell-skip-region)
14521 (ispell-minor-check): Improved html skipping support to skip across
14522 code, and recognize `&' commands without propper `;' syntax;
14523 (ispell-process-line): Fix alignment error when manually
14524 correcting spelling.
14525 (ispell): Fix comment string.
14526 (ispell-add-per-file-word-list): Always put word list on new line.
14527
14528 2000-08-17 Gerd Moellmann <gerd@gnu.org>
14529
14530 * format.el (format-encode-run-method): Fix error message to say
14531 `encode' instead of `decode'. Use save-window-excursion around
14532 shell-command-on-region as in format-decode-run-method because
14533 shell-command-on-region can display a buffer with error output.
14534 (format-decode): Don't record undo information for the decoding.
14535 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14536 that number part of the temporary buffer name so that more than
14537 one decoding using a temporary buffer can happen safely.
14538
14539 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14540 of `A-z' in the regexp.
14541
14542 * hilit-chg.el: Fix typos in commentary.
14543
14544 * help.el (view-emacs-news): Rewritten for new naming scheme
14545 for old NEWS files.
14546
14547 * startup.el (command-line): Pop to *Messages* in case an error
14548 is signaled while loading user-init-file.
14549
14550 2000-08-17 Andreas Schwab <schwab@suse.de>
14551
14552 * files.el (insert-directory): Don't lose original file name,
14553 undoing an undocumented change.
14554
14555 2000-08-17 Alex Schroeder <alex@gnu.org>
14556
14557 * sql.el (sql-magic-go): Use comint-bol.
14558 (sql-copy-column): Use comint-line-beginning-position.
14559 (comint-line-beginning-position): Define a replacement for
14560 comint-line-beginning-position if it is not fboundp.
14561
14562 2000-08-17 Alex Schroeder <alex@gnu.org>
14563
14564 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14565 it didn't have any effect anyway.
14566
14567 2000-08-17 Alex Schroeder <alex@gnu.org>
14568
14569 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14570 --pset and pager=off instead of sending \\o|cat at the beginning
14571 of the session.
14572
14573 2000-08-17 Miles Bader <miles@gnu.org>
14574
14575 * progmodes/octave-inf.el: Add compatibility definition of
14576 comint-line-beginning-position.
14577
14578 2000-08-17 Kenichi Handa <handa@etl.go.jp>
14579
14580 * startup.el (normal-top-level): Look in each dir in load-path for
14581 a leim-list.el file too. This assures of loading leim-list.el
14582 that is created at Emacs installation time even if a user have his
14583 own leim-list.el.
14584
14585 2000-08-17 Miles Bader <miles@gnu.org>
14586
14587 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14588 foreground color to black if the background is dark.
14589
14590 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14591
14592 * loadhist.el (unload-feature): Typo.
14593
14594 * finder.el (finder-compile-keywords):
14595 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14596 to the generated file.
14597
14598 * mail/mh-e.el (mh-make-local-vars):
14599 Replace make-variable-buffer-local with make-local-variable.
14600
14601 * play/landmark.el:
14602 * options.el (Edit-options-{set,toggle,t,nil}):
14603 * mail/mailabbrev.el (mail-abbrevs-mode):
14604 * textmodes/tex-mode.el (tex-expand-files):
14605 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14606
14607 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14608
14609 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14610 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14611 Allow going past the last element.
14612 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14613 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14614 (cvs-mouse-toggle-mark): Don't move point.
14615 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14616
14617 * progmodes/compile.el (grep): Provide a default set of files.
14618 (next-error): Docstring fix.
14619 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14620
14621 * emacs-lisp/easy-mmode.el (define-minor-mode):
14622 Use `symbol-value' to keep the byte-compiler quiet.
14623
14624 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14625 (diff-find-source-location): New fun, extracted from diff-goto-source.
14626 (diff-goto-source): Use it.
14627 (diff-next-complex-hunk, diff-filter-lines): New function.
14628 (diff-apply-hunk): New command.
14629
14630 * smerge-mode.el (smerge-mode-menu): Doc fix.
14631
14632 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14633
14634 2000-08-16 Dave Love <fx@gnu.org>
14635
14636 * windmove.el (windmove) <defgroup>: Add :version.
14637
14638 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14639 (goto-address-fontify-p, goto-address-highlight-p)
14640 (goto-address-url-face, goto-address-url-mouse-face)
14641 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14642 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14643 (goto-address-fontify, goto-address-at-mouse): Simplify,
14644 (goto-address-at-point): browse-url-url-at-point,
14645 goto-address-find-address-at-point can return nil.
14646 (goto-address-find-address-at-point): Return nil on failure.
14647
14648 * align.el (align) <defgroup>: Add :version.
14649
14650 * calculator.el (calculator): Add :version.
14651 (calculator): Use two lines for calculator window if `modeline'
14652 face is boxed.
14653
14654 * play/5x5.el: Doc fixes.
14655 (5x5) <defgroup>: Add :version.
14656
14657 * play/fortune.el (fortune) <defgroup>: Add :version.
14658 (fortune-append): Fix error message.
14659 (fortune-from-region): Doc fix.
14660
14661 * play/pong.el (pong): Doc fix.
14662
14663 * play/morse.el: Keywords, commentary, autoloads.
14664
14665 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14666
14667 * desktop.el (desktop-save): Don't look at symbol-value of a
14668 member of minor-mode-alist, unless it is boundp.
14669
14670 2000-08-16 Sam Steingold <sds@gnu.org>
14671
14672 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14673 `while'; use `with-current-buffer' instead of `save-excursion'.
14674 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14675
14676 2000-08-16 Kenichi Handa <handa@etl.go.jp>
14677
14678 * international/ccl.el (declare-ccl-program): Docstring modified.
14679 (ccl-execute-with-args): Likewise.
14680
14681 2000-08-16 Miles Bader <miles@gnu.org>
14682
14683 * progmodes/sql.el: Add compatibility definition of
14684 comint-line-beginning-position.
14685
14686 2000-08-15 Gerd Moellmann <gerd@gnu.org>
14687
14688 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14689 'buffer-menu' property.
14690 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14691 fails.
14692 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14693 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14694 wasn't killed.
14695
14696 * buff-menu.el (list-buffers-noselect): Don't display the
14697 *Buffer List* buffer.
14698
14699 * font-lock.el: Require jit-lock to prevent a very late
14700 `Loading jit-lock' message.
14701
14702 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14703 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14704 mail address.
14705
14706 2000-08-15 Miles Bader <miles@gnu.org>
14707
14708 * textmodes/ispell.el (ispell-graphic-p): New constant.
14709 (ispell-choices-win-default-height, ispell-help): Use
14710 `ispell-graphic-p' instead of `xemacsp'.
14711
14712 2000-08-15 Dave Love <fx@gnu.org>
14713
14714 * simple.el: Autoload widget-convert when compiling.
14715 (mail-user-agent): Doc fix.
14716
14717 * help.el (function-called-at-point, variable-at-point): Use
14718 with-syntax-table.
14719 (help-manyarg-func-alist): Add insert-and-inherit.
14720
14721 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14722
14723 * delsel.el (delsel-unload-hook): New function.
14724
14725 * find-file.el: Doc fixes. Move provide to end.
14726 (ff) <defgroup>: Add :link.
14727 (ff-goto-click): Deleted.
14728 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14729 Use mouse-set-point.
14730
14731 * textmodes/tildify.el: Doc fixes.
14732 (tildify) <defgroup>: Add:version.
14733
14734 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14735 (glasses-custom-set): Use set-default, not set.
14736 (minor-mode-alist): Propertize the lighter.
14737 (glasses-mode): Provide optional arg.
14738
14739 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14740 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14741 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14742 option. Provide :type.
14743 (cwarn-configuration): Provide :type.
14744 (cwarn-mode): Doc fix.
14745
14746 * add-log.el (change-log-merge): Doc fix.
14747 (change-log-redate): New command.
14748
14749 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14750 Doze and Dog.
14751 (browse-url): Use dolist, not mapcar.
14752 (browse-url-at-point): Check for null url.
14753 (browse-url-event-buffer, browse-url-event-point): Functions
14754 deleted.
14755 (browse-url-at-mouse, browse-url-netscape): Simplify.
14756
14757 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14758 modes.
14759 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14760 Fix previous change to mapcan.
14761 (msb--init-file-alist, msb--add-separators)
14762 (msb--make-keymap-menu): Simplify.
14763 (msb--choose-file-menu): Use copy-sequence.
14764 (msb-mode-map): Add title to keymap.
14765 (msb-unload-hook): New function.
14766
14767 * bs.el: Fix indentation.
14768 (bs) <defgroup>: Add :links.
14769 (bs-show): Doc fix.
14770 (bs-apply-sort-faces): Don't use window-system.
14771 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14772
14773 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14774
14775 * calendar/timeclock.el (timeclock-file): Run .timelog through
14776 convert-standard-filename.
14777
14778 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14779
14780 * emacs-lisp/authors.el: New file.
14781
14782 * paren.el (show-paren-priority): New user option.
14783 (show-paren-function): Set overlay priorities to
14784 show-paren-priority.
14785
14786 2000-08-14 Miles Bader <miles@gnu.org>
14787
14788 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14789 beginning-of-line with inhibit-field-text-motion bound.
14790
14791 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14792
14793 * calendar/timeclock.el: New file.
14794
14795 2000-08-14 David Ponce <david@dponce.com>
14796
14797 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14798 `widget-button-click'. so that one can use left mouse button to
14799 click on dialog buttons.
14800
14801 2000-08-14 Emmanuel Briot <briot@gnat.com>
14802
14803 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14804 identifiers, since XML is case sensitive
14805
14806 2000-08-12 Miles Bader <miles@gnu.org>
14807
14808 * comint.el (comint-output-filter): Don't bother frobbing
14809 window-start, it doesn't seem to be necessary.
14810
14811 * comint.el (comint-send-string, comint-send-region): Make into
14812 real functions. Snapshot the prompt before sending.
14813
14814 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14815
14816 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14817 technique similar to Info-index, instead of relying on specific
14818 names of relevant Index nodes.
14819 (Info-goto-emacs-command-node): Bind Info-history to nil when
14820 going to the first node found by Info-find-emacs-command-nodes.
14821
14822 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14823
14824 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14825
14826 2000-08-10 Miles Bader <miles@gnu.org>
14827
14828 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14829
14830 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14831
14832 * info.el (Info-file-list-for-emacs): More elements for the
14833 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14834 and woman manuals.
14835
14836 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14837
14838 * comint.el (comint-send-input): Make the newline boundary overlay
14839 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14840 (comint-output-filter): Use `insert' instead of
14841 `insert-before-markers'. Extend comint-last-output-overlay when
14842 necessary since we can't rely on insert-before-markers to do it.
14843 * gud.el (gud-filter): Use `with-current-buffer' instead of
14844 save-excursion when inserting the output, so that point gets
14845 updated correctly; the old method relied on a rather dodgy
14846 side-effect of comint-output-filter to avoid the effect of
14847 save-excursion.
14848
14849 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14850
14851 * files.el (recover-file): Call insert-directory instead of
14852 invoking `ls' directly.
14853
14854 2000-08-10 Miles Bader <miles@gnu.org>
14855
14856 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14857 (comint-last-prompt-overlay): New variables.
14858 (comint-output-filter): Implement prompt highlighting.
14859 (comint-snapshot-last-prompt): New function.
14860 (comint-send-input): Snapshot the last prompt.
14861 Use comint-highlight-input-face.
14862 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14863 Use defface instead of defcustom.
14864 (send-invisible, comint-send-eof): Snapshot the last prompt.
14865 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14866 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14867
14868 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14869
14870 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14871 (regexp-opt-group): Use a list of chars for `letters'.
14872 (regexp-opt-charset): `chars' is now a list of chars.
14873 Use a char-table rather than a vector so it works for multibyte chars.
14874
14875 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14876 Set cvs-minor-current-files to the selected fileinfo.
14877 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14878 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14879
14880 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14881
14882 * files.el (insert-directory): Don't call access-file on
14883 directories on DOS and Windows.
14884
14885 2000-08-09 Kenichi Handa <handa@etl.go.jp>
14886
14887 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14888 longer if necessary.
14889 (ccl-embed-code): Call ccl-embed-data to store CODE in
14890 ccl-program-vector.
14891
14892 2000-08-09 Miles Bader <miles@gnu.org>
14893
14894 * comint.el (comint-output-filter): Properly handle the case where
14895 the text surrounded by comint-last-output-overlay was deleted.
14896
14897 2000-08-08 Gerd Moellmann <gerd@gnu.org>
14898
14899 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14900 non-nil.
14901 (Info-file-list-for-emacs): Remove "info" from the list because
14902 that leads to trying to use the documentation from file `info'
14903 in various situations where it isn't appropriate, for instance
14904 C-h C-k C-h i.
14905
14906 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14907 DIR and/or STRING are nil.
14908
14909 * progmodes/compile.el (compilation-setup): Make variable
14910 compilation-error-screen-columns buffer-local, as some comment
14911 in the code suggests it should be.
14912
14913 * files.el (auto-mode-interpreter-regexp): New variable.
14914 (set-auto-mode): Use it.
14915
14916 * indent.el (indent-for-tab-command): Doc fix.
14917
14918 * mouse-sel.el (mouse-sel-mode): Doc fix.
14919
14920 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14921 labels.
14922
14923 * help.el (print-help-return-message): When
14924 display-buffer-reuse-frames is set, let the help window been quit,
14925 instead of deleting it, which might delete a reused frame.
14926
14927 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14928
14929 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14930 rename a directory to a name that differs only by its letter case.
14931
14932 2000-08-08 Kenichi Handa <handa@etl.go.jp>
14933
14934 * international/quail.el (quail-define-rules): Handle Quail decode
14935 map correctly. Add code for supporting annotations.
14936 (quail-install-decode-map): New function.
14937 (quail-defrule-internal): New optional arguments decode-map and
14938 props.
14939 (quail-advice): New function.
14940
14941 2000-08-07 Sam Steingold <sds@gnu.org>
14942
14943 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14944 `defconst', `define-condition', `with-slots'.
14945 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14946
14947 2000-08-03 Miles Bader <miles@gnu.org>
14948
14949 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14950 New variable.
14951 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14952 comint-use-prompt-regexp-instead-of-fields.
14953 (comint-send-input): Add `input' field property to stuff we send to
14954 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14955 (comint-output-filter): Add `output' field property to process
14956 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14957 (comint-replace-by-expanded-history)
14958 (comint-get-old-input-default, comint-show-output)
14959 (comint-backward-matching-input, comint-forward-matching-input)
14960 (comint-next-prompt, comint-previous-prompt): Use field
14961 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14962 (comint-line-beginning-position): New function.
14963 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14964 (comint-replace-by-expanded-history-before-point): Use
14965 comint-line-beginning-position and line-end-position.
14966 (comint-last-output-overlay): New variable.
14967 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14968
14969 * shell.el (shell-prompt-pattern): Doc change.
14970 (shell-backward-command): Use line-beginning-position.
14971
14972 * gud.el (gud-gdb-complete-command): Use
14973 comint-line-beginning-position.
14974
14975 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14976 comint-bol doesn't actually go to the beginning of the line.
14977
14978 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14979 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14980 (try-expand-line-all-buffers): Likewise.
14981
14982 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14983 explicitly matching comint-prompt-regexp.
14984 (sql-copy-column): Use comint-line-beginning-position instead of
14985 explicitly matching comint-prompt-regexp.
14986
14987 * progmodes/octave-inf.el (inferior-octave-complete): Use
14988 comint-line-beginning-position.
14989
14990 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14991
14992 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14993 looking for a prompt, use `forward-line 0' instead of
14994 `beginning-of-line', to avoid getting caught by an input field.
14995
14996 2000-08-07 Gerd Moellmann <gerd@gnu.org>
14997
14998 * files.el (shell-quote-wildcard-pattern): Make sure to return
14999 PATTERN, in the Unix case.
15000
15001 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
15002
15003 * play/zone.el (zone): Discard any pending input before running
15004 the randomly-chosen pgm.
15005
15006 2000-08-07 Kenichi Handa <handa@etl.go.jp>
15007
15008 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
15009 checking the existence of any multibyte characters.
15010
15011 2000-08-06 Gerd Moellmann <gerd@gnu.org>
15012
15013 * help.el (describe-mode): Test minor-mode symbol for being
15014 bound before testing its value for being nil.
15015
15016 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
15017 `first', `second', and `third'.
15018
15019 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
15020 (second): Make it an alias for `cadr'.
15021
15022 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
15023
15024 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
15025 types of display support faces now.
15026
15027 2000-08-05 Gerd Moellmann <gerd@gnu.org>
15028
15029 * pcvs.el (require): Require `cl' during compilation, only.
15030
15031 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
15032 (toplevel): Remove `remq' and `remove' from autoloads.
15033 (cl-fake-autoloads): New variable. If set, arrange for an error
15034 when CL functions etc. are autoloaded.
15035
15036 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
15037
15038 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
15039
15040 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
15041 popped up, but the user clicks outside the menu, return an empty
15042 regexp (that causes unhighlight-regexp to have no effect).
15043
15044 * menu-bar.el (menu-bar-games-menu): Add Zone.
15045
15046 * hi-lock.el (toplevel): Require font-lock.
15047
15048 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15049
15050 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
15051 (ebnf-8-bit-chars): New var for bug fix.
15052 (ebnf-string): Bug fix.
15053
15054 2000-08-03 Sam Steingold <sds@gnu.org>
15055
15056 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
15057 instead of `buffer-string'.
15058 (require 'cl): Always, not just when compiling.
15059 `ignore-errors' in `interactive', `list*', `defun*' &c make this
15060 necessary.
15061
15062 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
15063
15064 * international/mule-cmds.el (select-safe-coding-system): Make
15065 the message text about selecting a safe coding system more clear.
15066
15067 2000-08-02 Gerd Moellmann <gerd@gnu.org>
15068
15069 * hi-lock.el: New file.
15070
15071 * play/zone.el: New file.
15072
15073 * replace.el (occur): Set tab-width in the *Occur* buffer to the
15074 value of tab-width in the original buffer. Choose a line number
15075 format that's a multiple of the original buffer's tab width, so
15076 that lines appear right.
15077
15078 * textmodes/ispell.el (ispell): New function, replacing an alias.
15079 Spell-check active region if in transient-mark-mode and mark
15080 is active; otherwise spell-check buffer.
15081
15082 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15083
15084 * ps-mule.el: Fix a customization problem on
15085 ps-mule-font-info-database-default.
15086
15087 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
15088
15089 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
15090 display-mouse-p instead of window-system.
15091 (ebrowse-member-mode-map): Ditto.
15092
15093 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15094
15095 * progmodes/ebnf2ps.el: Update ps-print functions call.
15096 Indentation fix. Doc fix.
15097 (ebnf-version): New version number (3.2).
15098 (ebnf-format-color, ebnf-begin-job): Code fix.
15099
15100 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
15101
15102 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
15103 font lock support on window-system.
15104 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
15105
15106 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
15107 display-color-p, if fboundp, instead of window-system.
15108
15109 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
15110
15111 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
15112 instead of window-system.
15113
15114 * wid-edit.el (widget-choose): Use display-mouse-p instead of
15115 window-system.
15116 (widget-choice-mouse-down-action): Use display-popup-menus-p
15117 instead of window-system.
15118
15119 * strokes.el (strokes-file): Run the file name through
15120 convert-standard-filename.
15121 (strokes-mode): Call display-mouse-p instead of looking at
15122 window-system. Change the error message accordingly.
15123
15124 * progmodes/cpp.el (toplevel): Support faces on tty's.
15125
15126 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15127 (lm-plot-square, lm-init-display): Don't use window-system.
15128
15129 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15130 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15131
15132 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15133 instead of looking at window-system.
15134
15135 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15136
15137 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15138 of testing if iswitchb-prepost-hooks is bound, because the
15139 latter will always be true when invoking a recursive minibuffer
15140 from an active Iswitchb buffer.
15141
15142 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15143
15144 * files.el (shell-quote-wildcard-pattern): New function.
15145 (insert-directory): Call it. Only prepend "\" to command on Unix
15146 and GNU/Linux systems.
15147
15148 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15149
15150 * eshell/esh-groups.el: Change custom :link file names
15151 from `eshell.info' to `eshell'.
15152
15153 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15154
15155 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15156 correctly in recursive ange-ftp listings.
15157
15158 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15159
15160 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15161 ps-header-font-size-internal and
15162 ps-header-title-font-size-internal variables are not set,
15163 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15164 face text property is (foreground-color . COLOR) or
15165 `(background-color . COLOR)', ps-print crashes. Doc fix.
15166 (ps-print-version): New version number (5.2.4).
15167 (ps-plot-region): Code fix.
15168 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15169 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15170 Bug fix 2.
15171
15172 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
15173
15174 * glasses.el (glasses-make-readable): Fix uncapitalization of
15175 identifiers like `myXMLDocument'.
15176
15177 2000-07-28 Karl Fogel <kfogel@red-bean.com>
15178
15179 * mail/mail-hist.el (mail-hist-previous-input)
15180 (mail-hist-next-input): Do the obvious code factorization.
15181 (mail-hist-retrieve-and-insert): New func, contains common
15182 code of above two.
15183 If inserting a message body, leave point at top.
15184
15185 2000-07-28 Sam Steingold <sds@gnu.org>
15186
15187 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15188 Use `<=', not `<' to compare times!
15189 (ange-ftp-ls): Remove.
15190
15191 2000-07-27 Gerd Moellmann <gerd@gnu.org>
15192
15193 * play/cookie1.el: Add explanation of how to make cookie.el
15194 compatible with strfile(1) to comment.
15195
15196 * subr.el (remove, remq): New functions.
15197
15198 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15199 escape `*' in regexps.
15200 (midnight-find): Reverse order of arguments in the funcall of
15201 TEST.
15202
15203 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15204 and `.class'.
15205
15206 * play/meese.el: Add Commentary section.
15207
15208 2000-07-27 Alex Schroeder <alex@gnu.org>
15209
15210 * sql.el (sql-ms): Added autoload cookie.
15211 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15212 (sql-oracle): Ditto.
15213 (sql-help): Doc change.
15214
15215 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15216 types and exceptions.
15217
15218 2000-07-27 Alex Schroeder <alex@gnu.org>
15219
15220 * sql.el (sql-placeholder-history): New variable.
15221 (sql-query-placeholders-and-send): New function that will query
15222 the user and replace placeholders with user input.
15223 (sql-oracle): If running on NT, set comint-input-sender to
15224 sql-query-placeholders-and-send.
15225
15226 (sql-stop): If in the SQLi buffer, insert stop notification, else
15227 present it as a message.
15228
15229 2000-07-27 Alex Schroeder <alex@gnu.org>
15230
15231 * sql.el (sql-input-ring-separator): Doc change.
15232 (sql-input-ring-file-name): Doc change.
15233 (sql-interactive-mode): Use `sql-input-ring-separator' and
15234 `sql-input-ring-file-name' to set the comint-mode equivalents
15235 without making them local variables.
15236 (sql-stop): Don't bind `sql-input-ring-separator' and
15237 `sql-input-ring-file-name' dynamically to their comint-mode
15238 equivalents.
15239
15240 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15241
15242 * international/mule.el (register-char-codings): New function.
15243 (make-coding-system): Handle `safe-chars' specification in the arg
15244 PROPERTY.
15245
15246 * international/mule-cmds.el
15247 (find-coding-systems-region-subset-p): This function deleted.
15248 (sort-coding-systems-predicate): New variable.
15249 (sort-coding-systems): New function.
15250 (find-coding-systems-region): Use
15251 find-coding-systems-region-internal.
15252 (find-coding-systems-string): Use find-coding-systems-region.
15253 (find-coding-systems-for-charsets): Check
15254 char-coding-system-table.
15255 (select-safe-coding-system-accept-default-p): New variable.
15256 (select-safe-coding-system): Mostly rewritten. New argument
15257 ACCEPT-DEFAULT-P.
15258 (select-message-coding-system): Call select-safe-coding-system
15259 with ACCEPT-DEFAULT-P arg.
15260 (reset-language-environment): Reset default-sendmail-coding-system
15261 to the default value iso-latin-1.
15262 (set-language-environment): Don't set the obsolete variable
15263 charset-origin-alist.
15264
15265 * international/codepage.el (cp-coding-system-for-codepage-1):
15266 Give `safe-chars' property to make-coding-system.
15267
15268 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15269 calling select-message-coding-system twice.
15270
15271 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15272 instead of `safe-charsets'.
15273 (cyrillic-alternativnyj): Likewise.
15274 (ccl-encode-alternativnyj): Don't check the charset
15275 cyrillic-iso8859-5.
15276
15277 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15278
15279 * composite.el (compose-chars-after): Preserve match data.
15280
15281 2000-07-26 Sam Steingold <sds@gnu.org>
15282
15283 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15284 (ange-ftp-real-file-newer-than-file-p): New function.
15285 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15286 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15287
15288 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15289 * midnight.el (midnight-float-time): Ditto.
15290
15291 2000-07-26 Andreas Schwab <schwab@suse.de>
15292
15293 * files.el (normal-backup-enable-predicate): Correct
15294 interpretation of the return value of compare-strings.
15295
15296 2000-07-26 Gerd Moellmann <gerd@gnu.org>
15297
15298 * isearch.el (isearch-resume): New function.
15299 (isearch-done): Add something to command-history to resume
15300 the search.
15301 (isearch-yank-line, isearch-yank-word): Use
15302 buffer-substring-no-properties instead of buffer-substring.
15303
15304 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15305 of flyspell-mouse-map.
15306
15307 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15308 duplicate definition.
15309 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15310
15311 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15312 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15313
15314 2000-07-25 Sam Steingold <sds@gnu.org>
15315
15316 * net/ange-ftp.el: Get modtime over the net.
15317 (ange-ftp-file-modtime): New function.
15318 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15319 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15320 Use it.
15321 (ange-ftp-dot-to-slash): New function.
15322 (ange-ftp-fix-name-for-vms): Use it.
15323
15324 * midnight.el (midnight-buffer-display-time): Use
15325 `with-current-buffer'.
15326
15327 2000-07-25 Gerd Moellmann <gerd@gnu.org>
15328
15329 * find-dired.el: Update copyright notice.
15330 (find-dired): Offer to kill a running `find'.
15331
15332 * enriched.el (enriched-face-ans): For a `foreground-color'
15333 property, return '(("x-color" COLOR))' so that COLOR will be
15334 output as a parameter of the x-color annotation. Likewise for the
15335 `background-color' property. In the case of normal face
15336 properties, don't return annotations for unspecified foreground
15337 and background face attributes.
15338
15339 2000-07-25 Kenichi Handa <handa@etl.go.jp>
15340
15341 * language/japan-util.el (japanese-katakana-region): Fix handling
15342 HANKAKU argument.
15343
15344 2000-07-25 Miles Bader <miles@gnu.org>
15345
15346 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15347 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15348 constrain-to-field.
15349
15350 2000-07-24 Andrew Innes <andrewi@gnu.org>
15351
15352 * timer.el (timer-activate-when-idle): Add optional parameter
15353 DONT-WAIT. Update docstring.
15354 (run-with-idle-timer): Specify extra parameter to
15355 timer-activate-when-idle, so that timer will be activated
15356 immediately if Emacs is already idle.
15357
15358 * w32-fns.el (w32-using-nt): Fix docstring.
15359
15360 2000-07-24 Dave Love <fx@gnu.org>
15361
15362 * mouse.el (popup-menu): Set last-command-event.
15363 (mouse-major-mode-menu-prefix): Declare.
15364
15365 2000-07-24 Gerd Moellmann <gerd@gnu.org>
15366
15367 * textmodes/flyspell.el: Update to author's version 1.5d.
15368
15369 * progmodes/hideshow.el: Update copyright notice.
15370
15371 * vcursor.el: Set maintainer to FSF, since author cannot
15372 be reached.
15373
15374 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15375
15376 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15377 the prompt.
15378
15379 * mouse.el (popup-menu): Run the keymap through indirect-function,
15380 in case it was defined with define-prefix-key. If the menu is a
15381 list of keymaps, look up the binding of user's choice in each one
15382 of the keymaps.
15383 (mouse-popup-menubar): If the global and local menu-bar keymaps
15384 don't have a prompt string, create one and insert it into the
15385 keymap. Don't barf if current-local-map returns nil.
15386
15387 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15388
15389 * dired.el (dired-sort-R-check): Added to allow recursive listing
15390 to be undone.
15391 (dired-sort-other): Use it.
15392
15393 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15394
15395 * Release of cc-mode 5.27
15396
15397 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15398
15399 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15400 c-beginning-of-statement-1 that caused a bad case of recursion
15401 which could consume a lot of CPU in large classes in languages
15402 that have in-expression classes (i.e. Java and Pike).
15403
15404 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15405 statements before top level constructs (i.e. case 6 is moved
15406 before case 5 and is now case 4) to catch in-expression
15407 classes in top level expressions correctly.
15408
15409 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15410
15411 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15412 objc-method-intro. Case 4 removed and case 5I added.
15413
15414 * cc-langs.el (c-append-paragraph-start): New variable used by
15415 c-common-init to get paragraph-start correct.
15416 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15417 initialize paragraph-start to make it correct both with and
15418 without the javadoc special case.
15419
15420 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15421 initialize paragraph-start for javadoc markup.
15422
15423 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15424 change by defaulting this to t. It's motivated by the
15425 confusing behavior that otherwise arise from the style system
15426 when editing both java and non-java files at the same time
15427 (see the comments about style setting in c-common-init).
15428
15429 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15430
15431 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15432 similar to the one in c-fill-paragraph to check the fill
15433 prefix from the adaptive fill function for sanity.
15434
15435 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15436
15437 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15438 defun block.
15439
15440 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15441
15442 * cc-align.el (c-lineup-multi-inher): Handle lines with
15443 leading comma nicely. Extended to handle member initializers
15444 too.
15445
15446 * cc-engine.el: (c-beginning-of-inheritance-list,
15447 c-guess-basic-syntax): Fixed recognition of inheritance lists
15448 when the lines begins with a comma.
15449
15450 * cc-vars.el (c-offsets-alist): Changed default for
15451 member-init-cont to c-lineup-multi-inher since it now handles
15452 member initializers and indents better for leading commas.
15453
15454 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15455
15456 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15457 handling that caused class open lines to be recognized as
15458 statement-conts in some cases.
15459
15460 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15461 guessed by the adaptive fill function unless point is on the
15462 first line of a block comment.
15463
15464 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15465 when the buffer ends with a macro continuation char.
15466
15467 * cc-engine.el (c-guess-basic-syntax): Added support for
15468 function definitions as statements in Pike. The first
15469 statement in a lambda block is now labeled defun-block-intro
15470 instead of statement-block-intro.
15471
15472 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15473 so that the class surrounding point is selected, not the one
15474 innermost in the state.
15475
15476 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15477 recognition of switch labels having hanging multiline
15478 statements.
15479
15480 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15481 some code in c-guess-basic-syntax to a separate function.
15482 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15483 recognition of member inits with multiple line arglists.
15484 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15485 member-init-cont when the commas are in funny places.
15486
15487 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15488
15489 * cc-defs.el (c-auto-newline): Removed this macro since it's
15490 not used anymore.
15491
15492 * cc-engine.el (c-looking-at-bos): New helper function.
15493 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15494 inexpr and toplevel classes apart in Pike.
15495
15496 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15497 of case 9A.
15498
15499 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15500 constant, since "class" can introduce an in-expression class
15501 in Pike nowadays.
15502
15503 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15504
15505 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15506 indentation on cpp-macro lines.
15507
15508 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15509 a syntax modifier like comment-intro, to make it possible to
15510 get syntactic indentation for preprocessor directives. It's
15511 incompatible wrt to lineup functions on cpp-macro, but it has
15512 no observable effect in the 99.9% common case where cpp-macro
15513 is set to -1000.
15514
15515 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15516
15517 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15518 member-init-cont when the preceding arglist is several lines.
15519
15520 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15521
15522 * cc-styles.el (c-style-alist): The basic offset for the BSD
15523 style corrected to 8.
15524
15525 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15526
15527 * cc-styles.el (c-style-alist): Adjusted the indentation of
15528 brace list openers in the gnu style.
15529
15530 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15531
15532 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15533
15534 * cc-cmds.el (c-electric-brace, c-electric-slash,
15535 c-electric-star, c-electric-semi&comma, c-electric-colon,
15536 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15537 when c-syntactic-indentation is nil.
15538
15539 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15540 we were left at comments preceding the first statement when
15541 reaching the beginning of the buffer.
15542
15543 * cc-vars.el (c-syntactic-indentation): New variable to turn
15544 off all syntactic indentation.
15545
15546 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15547
15548 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15549 between the text and the block comment ender when it hangs,
15550 depending on how many there are before the fill.
15551
15552 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15553
15554 * cc-engine.el (c-beginning-of-closest-statement): New helper
15555 function to go back to the closest preceding statement start,
15556 which could be inside a conditional statement.
15557 * cc-engine.el (c-guess-basic-syntax): Use
15558 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15559
15560 * cc-engine.el (c-guess-basic-syntax): Better handling of
15561 arglist-intro, arglist-cont-nonempty and arglist-close when
15562 the arglist is nested inside parens. Cases 7A, 7C and 7F
15563 changed.
15564
15565 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15566 up-to-date with javadoc 1.2.
15567
15568 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15569
15570 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15571 multiline Pike type decls.
15572
15573 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15574
15575 * cc-cmds.el (c-indent-new-comment-line): Always break
15576 multiline comments in multiline mode, regardless of
15577 comment-multi-line.
15578
15579 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15580
15581 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15582 fully::qualified::names in C++ member init lists. Preamble in
15583 case 5D changed.
15584
15585 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15586
15587 * cc-langs.el (c-common-init): Handling of obsolete variables
15588 moved to c-initialize-cc-mode. More compatible style override
15589 when using global style variables.
15590 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15591 variables moved here.
15592
15593 * cc-styles.el (c-make-styles-buffer-local): Flag style
15594 variable localness in c-style-variables-are-local-p to make
15595 the compatibility measure in c-common-init work well.
15596
15597 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15598 longer contain set-from-style.
15599 * cc-styles.el (c-initialize-builtin-style): Don't check for
15600 set-from-style on c-special-indent-hook.
15601 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15602 copy-alist is sufficient now.
15603
15604 * cc-styles.el (c-set-style, c-set-style-1,
15605 c-get-style-variables): Fixes to variable initialization so
15606 that duplicate entries in styles have the same effect
15607 regardless of DONT-OVERRIDE.
15608
15609 * cc-styles.el (c-set-style-2): Fixed bug where the
15610 initialization of inheriting styles failed when the
15611 dont-override flag is set.
15612
15613 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15614 on this.
15615
15616 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15617
15618 * cc-defs.el (c-forward-comment): Removed the workaround
15619 introduced in 5.38 since it had worse side-effects. If a line
15620 contains the string "//\"", it regarded the // as a comment
15621 start since the \ temporarily doesn't have escape syntax.
15622
15623 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
15624
15625 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15626 ada-xref.el before ada-prj.el, so that the Project menu is created
15627 when ada-prj tries to add to it.
15628 (ada-activate-keys-for-case): Suppress the characters that are not
15629 part of the Ada syntax. Better compatibility with else-mode
15630 (ada-adjust-case-interactive): When auto-casing is not active,
15631 correctly insert newlines (used to insert only ^M). Prevent the
15632 syntax table from being changed in case of an error
15633 (or '_' becomes part of a word and some commands are confused).
15634 Do nothing if ada-auto-case is nil.
15635 (ada-after-keyword-p): Ignore keywords that are also attributes
15636 (ada-batch-reformat): Update usage comment
15637 (ada-call-from-contextual-menu): New function
15638 (ada-case-read-exceptions): Reinitialize the casing exception list
15639 first to nil first, so that the casing exception file can be
15640 shared.
15641 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15642 files.
15643 (ada-compile-goto-error): Fix regexp used to detect a file:line
15644 anywhere in the error message
15645 (ada-contextual-menu-last-point): New variable
15646 (ada-create-keymap): If the variable delete-key-deletes-forward is
15647 t on XEmacs, it means that DEL should delete one character
15648 forward.
15649 (ada-create-menu): Use :included instead of :visible for XEmacs.
15650 New submenu "Options".
15651 (ada-end-stmt-re): Correctly indent "select ... then abort"
15652 statements.
15653 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15654 even if they don't match ada-fill-comment-prefix Fix handling of
15655 paragraphs on the first or last line of a file.
15656 (ada-format-paramlist): Fix handling of default parameter values.
15657 (ada-get-body-name): New function.
15658 (ada-get-current-indent): Optimized by searchling directly for an
15659 existing generic part or a statement outside of it. Handle
15660 ada-indent-align-comments when indenting comments Replaced some
15661 regexps by testing directly the next character. This results in a
15662 huge speedup on some files. New indentation scheme for renames
15663 statements. Stop looking for the 'while' or 'for' associated with
15664 a 'loop' at the first semicolon encountered. A "return" can also
15665 match an anonymous access subprogram declaration.
15666 (ada-get-indent-noindent): Ignore strings and comments when
15667 looking for the keywords "record" and "private".
15668 (ada-goto-matching-decl-start): When matching "if", make sure we
15669 are not in fact seeing "end if". Ignore "when" statements except
15670 when initial keyword was "begin". Fix handling of nested
15671 procedures. Add a recursive call to this function to skip over
15672 other 'end' statmts. Fix indentation for "when .. => begin"
15673 (ada-in-open-paren-p): Fix indentation for complex boolean
15674 expressions, where 'and then', 'or else' and parenthesis
15675 statements are mixed up.
15676 (ada-in-paramlist-p): Skip comments while searching for the
15677 beginning Fix handling of operator declarations.
15678 (ada-indent-align-comments): New variable
15679 (ada-indent-current): Change the syntax table only in the
15680 protected section, so that we are sure it is restored correctly.
15681 (ada-indent-on-previous-lines): Use ada-use-indent and
15682 ada-with-indent Correctly indent "select ... then"
15683 (ada-indent-region): Slight speedup.
15684 (ada-indent-renames): New variable.
15685 (ada-last-which-function-subprog, ada-last-which-function-line):
15686 New variables
15687 (ada-looking-at-semi-private): Correctly indent the 'private'
15688 keyword when it is the first word in a package declaration.
15689 (ada-loose-case-word): Stop searching if at the end of the buffer.
15690 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15691 even if point is not initially at the end of the word.
15692 (ada-matching-decl-start-re): Add "when".
15693 (ada-mode): Add support for abbrev-mode, outline-mode and
15694 which-func-mode Override the old find-file.el entry in
15695 ff-special-constructs since it is using the obsolete
15696 ada-spec-suffix variable
15697 (ada-no-auto-case): New function
15698 (ada-scan-paramlist): When parsing the argument type, accept
15699 spaces (as in "X 'Class", generated by Rational Rose).
15700 (ada-other-file-name): No longer loads the other file.
15701 (ada-popup-menu): Save and restore the current buffer and cursor
15702 position before and after displaying the menu.
15703 (ada-search-ignore-complex-boolean): New function.
15704 (ada-uncomment-region): Emacs21 already knows how to delete
15705 comments not starting in the first column.
15706 (ada-use-indent): New variable
15707 (ada-which-function): New function.
15708 (ada-with-indent): New variable
15709 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15710 can be batch-compiled from the command line.
15711
15712 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15713 Add to the menu when the file is loaded, not in ada-mode-hook.
15714 Add -toolbar to the default ddd command Switches moved from
15715 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15716 ada-prj-default-comp-opt
15717 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15718 Reference Manual to the menu
15719 (ada-check-current): rewritten as a call to ada-compile-current
15720 (ada-compile): Removed.
15721 (ada-compile-application, ada-compile-current, ada-check-current):
15722 Set the compilation-search-path so that compile.el automatically
15723 finds the sources in src_dir. Automatic scrollong of the
15724 compilation buffer. C-uC-cC-c asks for confirmation before
15725 compiling
15726 (ada-compile-current): New parameter, prj-field
15727 (ada-complete-identifier): Load the .ali file before doing
15728 processing
15729 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15730 conform to gnatmake's behavior.
15731 (ada-find-file-in-dir): New function
15732 (ada-find-references): Set the environment variables for gnatfind
15733 (ada-find-src-file-in-dir): New function.
15734 (ada-first-non-nil): Removed
15735 (ada-gdb-application): Add support for jdb, the java debugger.
15736 (ada-get-ada-file-name): Load the original-file first if not done
15737 yet.
15738 (ada-get-all-references): Handles the new ali syntax (parent types
15739 are found between <>).
15740 (ada-initialize-runtime-library): New function
15741 (ada-mode-hook): Always load a project file when a file is opened,
15742 so that the casing exceptions are correctly read.
15743 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15744 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15745 to open the project file, since the latter does not work with
15746 speedbar Get default values before loading the prj file, or the
15747 default executable file name is wrong. Use the absolute value of
15748 src_dir to initialize ada-search-directories and
15749 compilation-search-path,... Add the standard runtime library to
15750 the search path for find-file.
15751 (ada-prj-default-debugger): Was missing an opening '{'
15752 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15753 variables.
15754 (ada-prj-default-gnatmake-opt): New variable
15755 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15756 buffers, the project file is the default one Save the windows
15757 configuration before displaying the menu.
15758 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15759 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15760 ...) regexp-quote identifiers names to support operators +,
15761 -,... in regexps.
15762 (ada-remote): New function.
15763 (ada-run-application): Erase the output buffer before starting the
15764 run Support remote execution of the application. Use
15765 call-process, or the arguments are incorrectly parsed
15766 (ada-set-default-project-file): Reread the content of the active
15767 project file, not the one from the current buffer When a project
15768 file is set as the default project, all directories are
15769 automatically associated with it.
15770 (ada-set-environment): New function
15771 (ada-treat-cmd-string): New special variable ${current}
15772 (ada-treat-cmd-string): Revised. The substitution is now done for
15773 any ${...} substring
15774 (ada-xref-current): If no body was found, compiles the spec
15775 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15776 compiler to get rid of command line length limitations.
15777 (ada-xref-get-project-field): New function
15778 (ada-xref-project-files): New variable
15779 (ada-xref-runtime-library-specs-path)
15780 (ada-xref-runtime-library-ali-path): New variables
15781 (ada-xref-set-default-prj-values): Default run command now does a
15782 cd to the build directory. New field: main_unit Provide a default
15783 file name even if the current buffer has no prj file.
15784
15785 * ada-prj.el:
15786 Rewritten to show a tabbed-dialog.
15787 (ada-prj-add-ada-menu): Remove the map and name parameters.
15788 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15789 New function
15790 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15791 (ada-prj-load-from-file): New function
15792 (ada-prj-save): Always save fields that depend on the current buffer
15793 (ada-prj-show-value): New function
15794
15795 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15796 Ada mode. This will allow us to display the Ada menu in any buffer
15797 we want (for project items).
15798 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15799 number of spaces in the header.
15800
15801 2000-07-24 Dave Love <fx@gnu.org>
15802
15803 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15804
15805 2000-07-23 Noah Friedman <friedman@splode.com>
15806
15807 * type-break.el (type-break): perform autosave.
15808 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
15809 (type-break-do-query): Cancel query schedule while performing
15810 actual query, to avoid possibility of a second query being made
15811 while first one is already in progress.
15812 (type-break-time-stamp-format): New variable.
15813 (type-break-time-stamp): New function.
15814 (type-break-time-warning): Use it.
15815 (type-break-keystroke-warning): Use it.
15816 (type-break-noninteractive-query): Use it.
15817
15818 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15819 cookie.
15820 Use add-minor-mode to set minor-mode-alist, if available.
15821 (eldoc-echo-area-use-multiline-p): New user option.
15822 (eldoc-echo-area-multiline-supported-p): New variable.
15823 (eldoc-docstring-format-sym-doc): Use them.
15824 (eldoc-mode): If not using idle timers, append to local post and
15825 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15826 (eldoc-display-message-no-interference-p): Don't interfere with
15827 edebug.
15828 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15829 (eldoc-function-arglist): New function.
15830 (eldoc-function-argstring): Use it.
15831
15832 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15833 auto save directory exists before calling directory-files.
15834
15835 2000-07-23 Dave Love <fx@gnu.org>
15836
15837 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15838 ^o, ^u.
15839
15840 2000-07-21 Dave Love <fx@gnu.org>
15841
15842 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15843 now passed to the function. It now works properly.
15844
15845 * smerge-mode.el (smerge-mode-menu): Fill it out.
15846
15847 2000-07-20 Gerd Moellmann <gerd@gnu.org>
15848
15849 * info-look.el (info-lookup): If *info* is shown in another frame
15850 on the same display, select that frame, instead of switching to
15851 the Info buffer in another window of the selected frame.
15852
15853 * simple.el (universal-argument-map): Bind numeric keypad keys
15854 kp-0 to kp-9 and kp-subtract.
15855 (digit-argument): Handle these keys.
15856
15857 2000-07-20 Dave Love <fx@gnu.org>
15858
15859 * net/goto-addr.el (goto-address-fontify): Don't bother with
15860 buffer-modified and read-only stuff -- irrelevant with overlays.
15861 Put an extra property on the overlays and use it to clean up in
15862 case goto-address is re-run.
15863
15864 2000-07-19 Richard M. Stallman <rms@gnu.org>
15865
15866 * timer.el (run-with-idle-timer): Doc fix.
15867
15868 * mail/mail-utils.el (mail-strip-quoted-names):
15869 Handle case where <...> appears inside "...".
15870 Use replace-match to edit the string more simply.
15871 (rmail-dont-reply-to): Cope with an unmatched ".
15872
15873 2000-07-19 Dave Love <fx@gnu.org>
15874
15875 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15876 implementation.
15877
15878 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15879 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15880 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15881
15882 2000-07-19 Gerd Moellmann <gerd@gnu.org>
15883
15884 * textmodes/refer.el: Correct maintainer's email address.
15885
15886 * progmodes/hideif.el: Correct author's email address.
15887 Fix typo in comment.
15888
15889 * xml.el: New file.
15890
15891 * mail/mailheader.el: Correct author's mail address.
15892
15893 * gnus/parse-time.el: Correct author's mail address.
15894
15895 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15896
15897 * comint.el (comint-highlight-input, comint-highlight-face):
15898 New user options.
15899 (comint-input-ring-file-name): Change custom type.
15900 (comint-mode-map): Bind mouse-2.
15901 (comint-insert-clicked-input): New function.
15902 (comint-send-input): Handle input highlighting.
15903
15904 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15905
15906 * mouse.el (popup-menu): New function.
15907 (mouse-major-mode-menu): Use it.
15908
15909 2000-07-18 Dave Love <fx@gnu.org>
15910
15911 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15912 improvements.
15913
15914 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15915
15916 * faces.el (face-font-selection-order)
15917 (face-font-family-alternatives): Add custom type.
15918
15919 2000-07-18 Dave Love <fx@gnu.org>
15920
15921 * cus-edit.el (custom-variable-reset-saved)
15922 (custom-variable-reset-standard): Remove unused bindings.
15923
15924 * rect.el (open-rectangle-line): Remove unused let.
15925
15926 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15927
15928 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15929
15930 * cdl.el: Fix `Maintainer' keyword.
15931
15932 * play/pong.el: Add author's email address.
15933
15934 2000-07-17 Sam Steingold <sds@gnu.org>
15935
15936 * files.el (insert-directory): Call `split-string' instead of
15937 re-implementing it.
15938
15939 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15940
15941 * mail/vms-pmail.el: Change maintainer to FSF.
15942
15943 * net/goto-addr.el: Change maintainer to FSF.
15944
15945 * info.el (Info-title-face-alist): Removed.
15946
15947 2000-07-18 David Ponce <david@dponce.com>
15948
15949 * recentf.el (recentf-open-files): New command that works like
15950 `recentf-open-more-files', but shows the whole list of files (not just
15951 those omitted from the menu). Useful if you don't use a menu-bar!
15952 (recentf-open-more-files) Modified to use `recentf-open-files'.
15953
15954 (recentf-open-files, recentf-open-more-files)
15955 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15956
15957 (recentf-dialog-mode): New mode for dialogs. You can now just type
15958 "q" to cancel the dialogs.
15959
15960 2000-07-18 David Ponce <david@dponce.com>
15961
15962 * recentf.el: This is a major update of recentf.el. It adds new
15963 features to better organize the recentf menu and "More..." buffer.
15964
15965 Using new provided menu filtering functions you can now organize the
15966 recent files list:
15967
15968 - by major modes
15969 - by directories
15970 - by user defined rules
15971
15972 Finally, with the new `recentf-filter-changer' customizable filter you
15973 can define a ring of filters and dynamically (via the menu) cycle on
15974 each menu organization in the ring (a la msb).
15975
15976 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15977
15978 * eshell/eshell.el (eshell): Replace links to eshell.info with
15979 links to eshell, to avoid problems on systems where the manual is
15980 installed as `eshell'.
15981 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15982 * eshell/em-smart.el (eshell-smart): Ditto.
15983 * eshell/em-banner.el (eshell-banner): Ditto.
15984 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15985
15986 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15987 same-file check in the MS-DOS version (it does support inodes).
15988
15989 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15990
15991 * eshell/eshell.el (eshell-directory-name):
15992 Run default directory name through convert-standard-filename.
15993
15994 2000-07-18 Kenichi Handa <handa@etl.go.jp>
15995
15996 * international/mule-cmds.el (select-safe-coding-system):
15997 Fix typo in the comment.
15998
15999 * language/european.el (compound-text):
16000 Force katakana-jisx0201 to be designated to G1.
16001
16002 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
16003 Don't translate some national variant characters of latin-jisx0201.
16004 (x-ctext): Force katakana-jisx0201 to be designated to G1.
16005
16006 * international/kkc.el (kkc-after-update-conversion-functions):
16007 New variable.
16008 (kkc-update-conversion): Run functions in it at the tail.
16009
16010 2000-07-16 John Wiegley <johnw@gnu.org>
16011
16012 * lisp/align.el (align-newline-and-indent):
16013 Adding new function. for auto-aligning blocks of code on RET.
16014 (align-region): Fixed badly formatted minibuffer message.
16015
16016 2000-07-17 Kenichi Handa <handa@etl.go.jp>
16017
16018 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
16019 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
16020 the conversion list at first if appropriate.
16021 (kkc-next): Don't update kkc-next-count here.
16022 (kkc-prev): Don't update kkc-prev-count here.
16023 (kkc-show-conversion-list-update): Fix setting up of conversion
16024 list message.
16025
16026 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
16027
16028 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
16029
16030 2000-07-16 Dave Love <fx@gnu.org>
16031
16032 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
16033 function to be more specific.
16034
16035 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
16036 non-string help-echo.
16037 (widget-types-convert-widget): Defsubst it.
16038 (widget-echo-help): Try to cope with a help-echo function of two
16039 possible sorts.
16040
16041 2000-07-15 Jason Rumney <jasonr@gnu.org>
16042
16043 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
16044 Declare as obsolete.
16045
16046 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
16047
16048 2000-07-14 Gerd Moellmann <gerd@gnu.org>
16049
16050 * hilit-chg.el: Fix typo.
16051
16052 2000-07-14 Dave Love <fx@gnu.org>
16053
16054 * info.el (Info-mode-menu): Fix use of :help, :enable.
16055
16056 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
16057
16058 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
16059
16060 2000-07-13 Dave Love <fx@gnu.org>
16061
16062 * emacs-lisp/easymenu.el: Doc fixes.
16063 (easy-menu-remove): Defalias to ignore.
16064
16065 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
16066 Call throw correctly.
16067
16068 2000-07-13 Gerd Moellmann <gerd@gnu.org>
16069
16070 * faces.el (frame-background-mode): Doc fix.
16071
16072 * simple.el (eval-expression-print-length): Change custom type to
16073 allow entering nil as value.
16074
16075 2000-07-13 Dave Love <fx@gnu.org>
16076
16077 * progmodes/fortran.el (fortran-imenu-generic-expression):
16078 Change definition layout.
16079 (fortran-mode-menu): Reinstate customize entries.
16080
16081 * cus-edit.el (custom-group-menu-create, customize-menu-create):
16082 Use :filter, per old XEmacs code.
16083
16084 2000-07-12 Gerd Moellmann <gerd@gnu.org>
16085
16086 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
16087 event when deciding what to send to the terminal.
16088
16089 2000-07-12 Dave Love <fx@gnu.org>
16090
16091 * cus-start.el: Add optional version as 4th element of specs and
16092 use it for several things new in v21. Remove load-path. Fix type
16093 of line-number-display-limit.
16094
16095 2000-07-11 Dave Love <fx@gnu.org>
16096
16097 * progmodes/fortran.el: Don't require easymenu.
16098 Use repeat counts in various regexps.
16099 (fortran-mode-syntax-table): Defvar directly.
16100 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
16101 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
16102 Use defvar, not defconst.
16103 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
16104 (fortran-mode): Set fortran-comment-line-start-skip,
16105 fortran-comment-line-start-skip, dabbrev-case-fold-search.
16106 (fortran-comment-indent): Use defsubst.
16107 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
16108 Use fortran-comment-indent, not fortran-comment-indent-function.
16109 (fortran-comment-region, fortran-electric-line-number): Simplify.
16110 (fortran-auto-fill): New function.
16111 (fortran-do-auto-fill): Deleted.
16112 (fortran-find-comment-start-skip):
16113 Check for non-null comment-start-skip.
16114 (fortran-auto-fill-mode, fortran-fill-statement):
16115 Use fortran-auto-fill.
16116 (fortran-fill): Use fortran-auto-fill. Check for null
16117 comment-start-skip. Simplify final clause and use end-of-line finally.
16118
16119 * widget.el (widget-plist-member): New alias.
16120
16121 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
16122
16123 * eshell/esh-module.el (toplevel): Reference
16124 byte-compile-current-file only if it is bound.
16125
16126 2000-07-10 Gerd Moellmann <gerd@gnu.org>
16127
16128 * dired.el: Don't require `dired-aux'.
16129
16130 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16131
16132 * dired-aux.el (dired-show-file-type): New function.
16133 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16134 (dired-show-file-type): Add autoload.
16135
16136 2000-07-10 Kenichi Handa <handa@etl.go.jp>
16137
16138 * international/mule-diag.el (describe-font): Adjusted for the
16139 change of fontset-info.
16140 (print-fontset): Likewise.
16141
16142 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16143
16144 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16145
16146 2000-07-07 Gerd Moellmann <gerd@gnu.org>
16147
16148 * bindings.el: Bind `[delete]' to delete-char.
16149
16150 * dired.el (dired-find-alternate-file): New function.
16151 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16152 (toplevel): Require dired-aux when compiling.
16153 (dired-buffers): Move defvar within file to avoid compiler warning.
16154
16155 * info.el (Info-last-search): Variable removed.
16156 (Info-search-history): New variable.
16157 (Info-search): New Info-search-history.
16158
16159 * battery.el, info-look.el: Change author's mail address.
16160
16161 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16162
16163 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16164 if rmail-ignored-headers is nil.
16165 (rmail-retry-failure): Bind rmail-ignored-headers and
16166 rmail-displayed-headers to nil.
16167
16168 2000-07-06 Gerd Moellmann <gerd@gnu.org>
16169
16170 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16171 (print-region-1): Don't hard code `-h' here.
16172
16173 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16174
16175 2000-07-01 Francesco Potorti` <pot@gnu.org>
16176
16177 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16178 exim can use "your message" instead of "the message".
16179
16180 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16181
16182 * facemenu.el: Docstrings fixes.
16183 (facemenu-get-face): Don't use internal-find-face.
16184 (facemenu-iterate): Rename arg to match the docstring.
16185
16186 * newcomment.el (uncomment-region): Be more careful when skipping
16187 backwards over `=' not to bump into BOBP.
16188
16189 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16190
16191 * ediff-diff.el (ediff-wordify): Use syntax table.
16192 * ediff-init.el (ediff-has-face-support-p): Use
16193 ediff-color-display-p.
16194 (ediff-color-display-p): Use display-color-p, changed to defun
16195 from defsubst.
16196 Got rid of special cases for NeXT and OS/2.
16197 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16198 face.
16199
16200 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16201
16202 * emacs-lisp/lucid.el: Require CL.
16203 (copy-tree, remprop): Remove, it's provided by CL.
16204 (map-keymap): Define in terms of cl-map-keymap.
16205 (extent-property, set-extent-end-glyph): New functions.
16206
16207 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16208
16209 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16210
16211 * Makefile.in (DONTCOMPILE): Add comment that the name may
16212 not be changed without changing the make-dist script.
16213
16214 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16215 (cl-mapc): Use mapc instead of cl-old-mapc.
16216
16217 2000-07-05 Andrew Innes <andrewi@gnu.org>
16218
16219 * makefile.nt: Add support for `bootstrap' and related targets.
16220
16221 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16222
16223 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16224 (easy-menu-do-define): Use `menu-item' format.
16225 Handle case where easy-menu-create-menu returns a symbol.
16226 Manually call the potential top-level filter in the function binding.
16227 (easy-menu-filter-return): New arg NAME.
16228 Convert to a keymap if MENU is an XEmacs menu.
16229 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16230 (easy-menu-converted-items-table, easy-menu-convert-item):
16231 New var and fun to memoize easy-menu-convert-item-1.
16232 (easy-menu-do-add-item): Use it.
16233 (easy-menu-create-menu): Use easy-menu-convert-item.
16234 Wrap easy-menu-filter-return around any :filter specification.
16235 Don't convert the menu if a filter was specified.
16236 Tell easy-menu-make-symbol not to check for MENU being an expression.
16237 (easy-menu-make-symbol): New arg NOEXP.
16238
16239 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16240
16241 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16242 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16243 (eval-defun): If called with prefix arg, instrument code for
16244 Edebug.
16245
16246 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16247 similar to that of eval-defun.
16248
16249 2000-07-04 Dave Love <fx@gnu.org>
16250
16251 * hl-line.el (hl-line-overlay): Make it permanent-local.
16252
16253 * calendar/todo-mode.el: Replaced with a working version, based on
16254 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16255
16256 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16257
16258 * paths.el (prune-directory-list): New function.
16259 (Info-default-directory-list): Rewritten to more methodically
16260 enumerate a big list of possible info directories (based on the
16261 list used by the standalone info reader).
16262
16263 * info.el (info-initialize): Use prune-directory-list to remove
16264 non-existent directories from Info-directory-list.
16265
16266 * paths.el (Info-default-directory-list): Try a list of possible
16267 info-directories instead of a single one. Add the possible
16268 info directory "/usr/share/info".
16269
16270 * woman.el (woman-man.conf-path): Explicitly include the debian
16271 man-db config file "/etc/manpath.config".
16272 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16273 are present in `manpath.config'.
16274 (woman-manpath): Include "/usr/share/man".
16275
16276 2000-07-03 Gerd Moellmann <gerd@gnu.org>
16277
16278 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16279
16280 * startup.el (command-line): Initialize blink-cursor based
16281 on window-system.
16282
16283 * frame.el (blink-cursor): Default to nil if not running under
16284 a window-system.
16285
16286 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16287 (face-x-resources): Remove duplicate entry for :font.
16288
16289 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16290 instead of cycling through windows with next-window.
16291
16292 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16293 of cycling through windows with next-window.
16294
16295 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16296 of cycling through windows with next-window.
16297
16298 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16299 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16300 instead of cycling through windows with next-window.
16301
16302 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16303 instead of cycling through windows with next-window.
16304
16305 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16306 of cycling through windows with next-window.
16307
16308 * terminal.el (te-process-output): Use walk-windows instead of
16309 cycling through windows with next-window.
16310
16311 * server.el (server-switch-buffer): Use some-window instead of
16312 cycling through windows with next-window.
16313
16314 * window.el (some-window): New function.
16315 (walk-windows): Remove reference to walk-windows-start.
16316
16317 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16318
16319 2000-07-03 Richard Stallman <rms@gnu.org>
16320
16321 * window.el (walk-windows): Guarantee termination by keeping a list
16322 of all the windows already handled.
16323
16324 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16325
16326 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16327 window-system.
16328
16329 * man.el (Man-notify-when-ready): Don't use window-system. If
16330 Man-notify-method is newframe, and the display is not
16331 multi-frame, select the frame created for the man page.
16332 (Man-init-defvars): Doc fix.
16333
16334 2000-06-28 Gerd Moellmann <gerd@gnu.org>
16335
16336 * faces.el (region): Change background color for light background.
16337
16338 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16339 attribute from mode-line face of Ediff control frame.
16340
16341 * replace.el (query-replace-map): Bind `e' like `E'.
16342
16343 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16344
16345 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16346 Change name to "Select All".
16347
16348 * dos-fns.el (convert-standard-filename): Fix last change.
16349
16350 2000-06-27 Gerd Moellmann <gerd@gnu.org>
16351
16352 * help.el (describe-variable): Don't insert a second `'s' in front
16353 of the string `value is shown below'. Since the syntax-table is
16354 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16355 an existing `'s', so that this won't be deleted.
16356
16357 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16358 * pcmpl-unix.el: New files.
16359
16360 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16361
16362 * wid-edit.el (widget-member): Use the new plist-member.
16363
16364 2000-06-26 Gerd Moellmann <gerd@gnu.org>
16365
16366 * replace.el (perform-replace): Undo change of 2000-04-04.
16367 Instead, move backward 1 character at the end of the loop when
16368 necessary.
16369
16370 * faces.el (fringe): Change face for different backgrounds.
16371
16372 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16373 patch from John.
16374
16375 * eshell/*.el: Change spelling of the Free Software Foundation.
16376
16377 * eshell/esh-toggle.el: Removed.
16378
16379 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16380
16381 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16382 interactively.
16383
16384 2000-06-26 Alex Schroeder <alex@gnu.org>
16385
16386 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16387 `define-key'; instead of checking `(emacs-version)' check for
16388 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16389 for `;' and `o' which might be electric.
16390
16391 (sql-electric-stuff): New user option.
16392 (sql-magic-go): New function which uses `sql-electric-stuff'.
16393 (sql-magic-semicolon): New function which uses
16394 `sql-electric-stuff'.
16395
16396 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16397 is not fboundp.
16398
16399 (sql-oracle-options): New variable.
16400 (sql-oracle): Use it.
16401
16402 (sql-imenu-generic-expression): Doc change.
16403 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16404 is used.
16405
16406 (sql-informix): Added command line parameter "-" to force
16407 sql-informix-program to use stdout.
16408
16409 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16410
16411 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16412 (cp864-decode-table): Doc fix.
16413 (cp720-decode-table): New variable, supports the Arabic OEM
16414 codepage used by Windows.
16415 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16416
16417 2000-06-23 Dave Love <fx@gnu.org>
16418
16419 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16420 (font-lock-fontify-anchored-keywords): Use
16421 line-beginning-position.
16422 (global-font-lock-mode): Use mapc.
16423
16424 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16425
16426 * eshell/esh-module.el: Require CL when compiling.
16427
16428 2000-06-23 Gerd Moellmann <gerd@gnu.org>
16429
16430 * comint.el (comint-substitute-in-file-name): Call replace-match
16431 with second and third arg t.
16432
16433 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16434 Specify foreground color.
16435
16436 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16437 color.
16438
16439 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16440
16441 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16442 cddr instead of cdddr.
16443
16444 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16445 instead of copy-list.
16446
16447 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16448 of copy-list.
16449
16450 * subdirs.el: Add eshell subdirectory.
16451
16452 * eshell: New subdirectory containing the Eshell package.
16453
16454 * pcomplete.el: New file.
16455
16456 2000-06-23 Paul Eggert <eggert@twinsun.com>
16457
16458 * mail/mailpost.el (post-mail-send-it): Make sure file has
16459 proper permissions from birth.
16460
16461 * files.el (basic-save-buffer-2): When temporarily setting
16462 file modes, set them to current modes plus 0200, not to 0777.
16463
16464 * emerge.el (emerge-make-temp-file): Make sure file has proper
16465 permissions from birth.
16466
16467 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16468
16469 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16470 backup file name through convert-standard-filename.
16471
16472 * dos-fns.el (convert-standard-filename): Convert leading
16473 directories as well. When long file names are supported, convert
16474 characters that are invalid in Windows file names.
16475
16476 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16477
16478 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16479 ps-print crashes. New feature: page selection for printing. Create
16480 raw-text-unix coding system for XEmacs. Doc fix.
16481 (ps-print-version): New version number (5.2.3).
16482 (ps-plot-region): Bug fix.
16483 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16484 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16485 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16486 funs.
16487 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16488 (ps-last-page): New vars.
16489
16490 2000-06-21 Gerd Moellmann <gerd@gnu.org>
16491
16492 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16493 empty option string.
16494
16495 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16496
16497 * man.el (man): Doc fix.
16498
16499 2000-06-21 Kenichi Handa <handa@etl.go.jp>
16500
16501 * international/mule-cmds.el (set-language-info-alist): Docstring
16502 fixed.
16503
16504 2000-06-20 Gerd Moellmann <gerd@gnu.org>
16505
16506 * version.el (emacs-version): Use ISO date format.
16507
16508 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16509 instead of `M-backspace'.
16510
16511 * simple.el (turn-off-auto-fill): New function.
16512
16513 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16514
16515 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16516 Renamed from with-buffer-prepared-for-font-lock and use
16517 inhibit-modification-hooks rather than setting *-change-functions.
16518 Update all functions to use the new name.
16519 (jit-lock-first-unfontify-pos): New semantics (and doc).
16520 (jit-lock-mode): Make non-interactive.
16521 Don't automatically turn on font-lock.
16522 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16523 Always use jit-lock-after-change.
16524 Remove and restore font-lock-after-change-function.
16525 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16526 (jit-lock-after-unfontify-buffer): Remove.
16527 (jit-lock-stealth-fontify):
16528 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16529 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16530
16531 2000-06-20 Sam Steingold <sds@gnu.org>
16532
16533 * emacs-lisp/cl-indent.el (toplevel): Indent
16534 `print-unreadable-object' properly. Untabify.
16535
16536 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16537
16538 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16539 Support for bibentry.
16540 (reftex-compile-variables): Fixed problem with end of section-re.
16541
16542 * texmodes/reftex-dcr.el (reftex-view-crossref,
16543 reftex-view-crossref-from-bibtex):
16544 Deal with changed `reftex-find-citation-regexp-format'.
16545 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16546 Replaced `remprop' with `put'.
16547 (reftex-view-crossref, reftex-view-crossref-when-idle):
16548 Support for bibentry.
16549
16550 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16551 New entry for bibentry package.
16552
16553 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16554 Regexp also matches "\nobibliography".
16555
16556 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16557 Call `reftex-ensure-write-access' before doing anything.
16558 (reftex-ensure-write-access): New function.
16559
16560 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16561
16562 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16563
16564 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16565
16566 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16567
16568 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16569
16570
16571 2000-06-20 Dave Love <fx@gnu.org>
16572
16573 * faces.el (frame-background-mode): Use set-default, not set, in
16574 setter.
16575 (frame-update-faces, frame-update-face-colors): Define with
16576 defalias.
16577
16578 * enriched.el (enriched-decode-foreground)
16579 (enriched-decode-background): Don't use internal-find-face.
16580
16581 * apropos.el: Doc fixes.
16582
16583 * cus-edit.el (customize-changed-options): Check arg.
16584 (customize-version-lessp): Don't require decimal point.
16585
16586 * custom.el (defcustom, defgroup): Doc fix.
16587
16588 * newcomment.el (comment) <defgroup>: Add :version.
16589 (comment-multi-line): Doc fix.
16590
16591 * emulation/mlsupport.el (define-hooked-local-abbrev,
16592 define-hooked-global-abbrev): Fix, using define-abbrev.
16593
16594 2000-06-19 Gerd Moellmann <gerd@gnu.org>
16595
16596 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16597 the whole buffer.
16598
16599 2000-06-19 Dave Love <fx@gnu.org>
16600
16601 * menu-bar.el (menu-bar-options-save): New function.
16602 (menu-bar-options-menu): Use it.
16603 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16604 Simplify.
16605
16606 2000-06-19 Andreas Schwab <schwab@suse.de>
16607
16608 * progmodes/etags.el (tags-query-replace): Put new parameters
16609 START and END at the end, for backward compatibility.
16610
16611 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16612
16613 * international/codepage.el:
16614 (cp-coding-system-for-codepage-1): Delete special codes for
16615 generating xxx-dos coding system because now a CCL based coding
16616 system can handle EOL conversion by default.
16617
16618 * international/mule.el (make-coding-system): Generate subsidiary
16619 coding systems for EOL handling variants even for a CCL based
16620 coding system.
16621
16622 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16623
16624 * international/isearch-x.el (isearch-minibuffer-input-method)
16625 (isearch-minibuffer-input-method-function): These variables
16626 deleted.
16627 (isearch-with-input-method): Don't use the above variables.
16628 (isearch-process-search-multibyte-characters): Likewise. Call
16629 read-string with the arg INHERIT-INPUT-METHOD t.
16630
16631 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16632
16633 * font-lock.el (font-lock-after-fontify-buffer)
16634 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16635
16636 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16637 Use consistent make-local-variable style for font-lock-fontified.
16638 (jit-lock-fontify-buffer):
16639 Don't bother checking for font-lock-mode and jit-lock-mode.
16640
16641 * time.el: Remove trailing ^M that prevent CVS-merging.
16642
16643 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16644
16645 * Makefile.in (distclean): New target.
16646
16647 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16648
16649 * Makefile.in (srcdir): Define for update-subdirs.
16650
16651 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16652
16653 * find-lisp.el: New file.
16654
16655 2000-06-16 Andrew Innes <andrewi@gnu.org>
16656
16657 * time.el (display-time-mail-function): New variable, to allow
16658 external packages to indicate when new mail is available.
16659 (display-time-update): Use it.
16660
16661 2000-06-16 Kenichi Handa <handa@etl.go.jp>
16662
16663 * international/mule.el (mule-version): Change version name to
16664 SAKAKI. AOI has already been used by Meadow.
16665
16666 * international/quail.el (quail-show-guidance-buf): To find the
16667 bottom window (but minibuffer), pay attention to the height of
16668 minibuffer.
16669
16670 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16671
16672 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16673 menu-bar menus. Add help strings. Don't remove the Edit menu
16674 from the menu bar, as the menu bar has enough space now.
16675
16676 * Makefile.in (SHELL): Make sure /bin/sh is used.
16677
16678 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16679 characters, which use series of two ^H characters instead of one.
16680
16681 2000-06-15 Gerd Moellmann <gerd@gnu.org>
16682
16683 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16684 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16685 functions.
16686 (Info-find-node-2): Try a case-sensitive search first, then
16687 do a case-insensitive search.
16688
16689 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16690 tutorials.
16691
16692 * complete.el (PC-env-vars-alist): New variable.
16693 (PC-complete-as-file-name): New function.
16694 (partial-completion-mode): Initialize PC-env-vars-alist from
16695 process-environment.
16696 (PC-do-completion): Handle completion of env vars.
16697
16698 * info.el (Info-set-mode-line): Show file name in mode line,
16699 use `*Info*' instead of `Info:'.
16700
16701 * startup.el (command-line-1): Change copyright messages to year
16702 2000.
16703
16704 2000-06-15 Dave Love <fx@gnu.org>
16705
16706 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16707 not local-map.
16708
16709 2000-06-15 Kenichi Handa <handa@etl.go.jp>
16710
16711 * international/mule.el (set-buffer-file-coding-system): Almost
16712 rewritten to handle `undecided' as no-op.
16713
16714 2000-06-14 Gerd Moellmann <gerd@gnu.org>
16715
16716 * Makefile.in: New file.
16717
16718 * Makefile: Removed.
16719
16720 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16721 (goto-address-highlight-keymap): Bind C-c RET.
16722
16723 2000-06-14 Kenichi Handa <handa@etl.go.jp>
16724
16725 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16726 inherits buffer-file-coding-system of the current buffer.
16727
16728 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16729 0. Give correct argument to set-auto-coding-function.
16730 (tar-expunge): For goto-char, use (point-min), not 0.
16731 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16732 (tar-subfile-save-buffer): Likewize.
16733
16734 * international/mule.el
16735 (after-insert-file-set-buffer-file-coding-system): Call
16736 set-buffer-file-coding-system with the arg FORCE t.
16737
16738 2000-06-13 Gerd Moellmann <gerd@gnu.org>
16739
16740 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16741 nil. Contemporary sendmails issue an X-Authentication-Warning if
16742 the sender is set with `-f'.
16743
16744 2000-06-13 Dave Love <fx@gnu.org>
16745
16746 * help.el (describe-function-1): Kluge around cases of functions
16747 fset to subrs whose doc doesn't match their symbol-name.
16748
16749 * image.el (insert-image): Default STRING to a space.
16750
16751 * info.el Doc fixes.
16752 (Info-build-node-completions): Match Ref tags.
16753
16754 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16755
16756 * frame.el (display-multi-frame-p, display-multi-font-p): New
16757 defaliases for display-graphic-p.
16758
16759 * hl-line.el: Fixed a typo in commentary.
16760
16761 2000-06-13 Kenichi Handa <handa@etl.go.jp>
16762
16763 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16764 fixed.
16765
16766 2000-06-12 Dave Love <fx@gnu.org>
16767
16768 * image.el (insert-image): Save a little consing.
16769
16770 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16771
16772 * language/tibet-util.el: Convert all tibetan-1-column characters
16773 to the corresponding tibetan characters.
16774 (tibetan-add-components): Delete code for the special treatment of
16775 'a chung.
16776
16777 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16778 change.
16779 (tibetan-vowel-transcription-alist): More rules added.
16780 (tibetan-composite-vowel-alist): New variable.
16781 (tibetan-precomposition-rule-alist): More rules added.
16782
16783 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16784
16785 * startup.el (command-line): Only call menu-bar-mode if interactive.
16786
16787 * thingatpt.el (toplevel symbol-properties):
16788 * textmodes/makeinfo.el (makeinfo-compile):
16789 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16790 * progmodes/hideif.el (hif-compress-define-list)
16791 (hide-ifdef-use-define-alist):
16792 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16793 (ange-ftp-vms-add-file-entry):
16794 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16795 * man.el (Man-build-man-command):
16796 * mail/rnewspost.el (news-reply-header-hook):
16797 * info.el (Info-insert-dir):
16798 * emulation/mlconvert.el (backward-word, forward-word, setq):
16799 * emacs-lisp/gulp.el (gulp-send-requests):
16800 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16801 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16802 (byte-optimize-apply, end of file):
16803 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16804 (ad-make-freeze-definition):
16805 * startup.el (command-line, command-line-1): Don't quote lambdas.
16806
16807 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16808 (cvs-cleanup-removed): New function.
16809 (cvs-cleanup-functions): New var.
16810 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16811 some flexibility in specifying additional entries to auto-cleanup.
16812 (cvs-quickdir): New function.
16813 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16814 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16815 (cvs-mode-find-file): Check that we are on a filename or dirname
16816 when invoked through a mouse-click.
16817 (cvs-full-path): Remove.
16818 (cvs-dired-action): Re-introduced.
16819 (cvs-dired-noselect): Use it.
16820 (vc-post-command-functions): use this new hook if available.
16821
16822 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16823 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16824 (cvs-filename-map, cvs-dirname-map): Remove.
16825 (cvs-default-action): Remove.
16826 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16827 if the arg is really a keymap.
16828 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16829 Don't hardcode the mapping from state (aka type) to face, but check
16830 the var cvs-fi-<type>-face instead.
16831 (cvs-fileinfo-from-entries): New function.
16832
16833 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16834 Docstring fix.
16835 (cvs-find-file-and-jump): Change default to be safer.
16836 (cvs-mode-diff-map): Define it as a function as well.
16837 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16838 Bind mouse-2 in this global map rather than with text-properties.
16839
16840 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16841 file to resolve the ambiguity between C(conflict) and C(need-merge).
16842
16843 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16844
16845 * international/mule.el (set-buffer-file-coding-system): If
16846 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16847 unconditionally.
16848
16849 2000-06-12 Dave Love <fx@gnu.org>
16850
16851 * wid-edit.el (widget-specify-button): Really suppress the face if
16852 required.
16853
16854 2000-06-11 Gerd Moellmann <gerd@gnu.org>
16855
16856 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16857
16858 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16859
16860 * imenu.el (imenu-generic-expression): Docstring fix.
16861
16862 * composite.el (composition-function-table): Move the `put'
16863 below the autoload cookie so we can load the file before loaddefs.
16864
16865 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16866
16867 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16868 Handle easy-mmode-define-global-mode.
16869 For complex macros like define-minor-mode that can generate
16870 several autoload entries, try to autoload entries in the
16871 macroexpanded code.
16872
16873 * emacs-lisp/easy-mmode.el (define-minor-mode):
16874 If KEYMAP is a symbol, just use it.
16875 Use byte-compile-current-file and load-file-name to infer the
16876 proper :require to pass to defcustom.
16877 Wrap the hook var into `progn' so as not to autoload it.
16878 Add a :autoload-end cookie.
16879 Be more careful about the evaluation of KEYMAP.
16880 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16881 (define-derived-mode): Move define-abbrev-table outside of defvar.
16882
16883 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16884
16885 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16886 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16887 (backup-compiled-files): Ignore errors during `tar'.
16888 (bootstrap): Make autoloads before elc files.
16889
16890 2000-06-10 Kenichi Handa <handa@etl.go.jp>
16891
16892 * international/mule.el (set-buffer-file-coding-system): If one of
16893 undecided-XXX is specified, change only EOL conversion.
16894
16895 * international/mule-conf.el (unix): New alias for the coding
16896 system undecided-unix.
16897
16898 2000-06-09 Dave Love <fx@gnu.org>
16899
16900 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16901
16902 * progmodes/executable.el: Byte compile dynamic.
16903 (executable-insert): Change custom type.
16904 (executable-find): Add autoload cookie.
16905 (executable-make-buffer-file-executable-if-script-p): New
16906 function. After Noah Friedman.
16907
16908 * files.el (after-save-hook): Customize, with
16909 executable-make-buffer-file-executable-if-script-p as an option.
16910
16911 2000-06-09 Kenichi Handa <handa@etl.go.jp>
16912
16913 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16914 "tib24p-mule.bdf" for Tibetan.
16915
16916 * composite.el (decompose-composite-char): Declare it as obsolete.
16917
16918 * man.el (Man-fontify-manpage): Pay attention to underline and
16919 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16920
16921 2000-06-08 Gerd Moellmann <gerd@gnu.org>
16922
16923 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16924 Set maintainer to FSF since author isn't reachable.
16925
16926 2000-06-08 Dave Love <fx@gnu.org>
16927
16928 * international/mule-cmds.el (select-safe-coding-system): If
16929 DEFAULT-CODING-SYSTEM is not specified, also check the most
16930 preferred coding-system if buffer-file-coding-system is
16931 `undecided'. From Handa.
16932
16933 2000-06-08 Kenichi Handa <handa@etl.go.jp>
16934
16935 * international/mule.el
16936 (after-insert-file-set-buffer-file-coding-system): If the buffer
16937 size is greater than INSERTED, judget that we are not visiting.
16938
16939 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16940
16941 * whitespace.el (defgroup whitespace): Comment out `:version'.
16942 XEmacs 20.4 has problems defining the group with this present.
16943 We'll have this commented out till get resolve the problem.
16944
16945 2000-06-07 John Wiegley <johnw@gnu.org>
16946
16947 * align.el (align-dq-string-modes, align-sq-string-modes)
16948 (align-open-comment-modes): Add pyhton-mode.
16949 (align-rules-list): Use get-text-property instead of
16950 text-properties-at.
16951 (align-rules-list): Add python-assignment.
16952 (align-rules-list): Change perl-comma-delimiter to
16953 basic-comma-delimiter. Use if for Perl modes and python-mode.
16954 (align-rules-list): Add python-chain-logic and
16955 basic-line-continuation.
16956
16957 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16958
16959 * apropos.el (apropos-mode-hook): New user variable.
16960 (apropos-mode): Run apropos-mode-hook.
16961
16962 2000-06-07 David Ponce <david@dponce.com>
16963
16964 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16965 commands. Require `wid-edit' at run-time.
16966
16967 2000-06-07 David Ponce <david@dponce.com>
16968
16969 * recentf.el: Added some "Commentary".
16970 (recentf-open-more-files, recentf-edit-list): Minor changes to
16971 move the point at the top of the file list. This behaviour is
16972 consistent with the menu one when the list contains a lot of
16973 files.
16974 (recentf-cleanup): Now displays the number of items removed from
16975 the list.
16976 (recentf-relative-filter) New menu filter to show filenames
16977 relative to `default-directory'.
16978
16979 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16980
16981 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16982 with/without giving an error if PostScript printer doesn't have this
16983 kind of page size. Zebra Stripe continues or restarts on next page.
16984 Manual/automatic paper feeding. Switch or not the header.
16985 (ps-print-version): New version number (5.2.2).
16986 (ps-windows-system): Include emx as a Windows system.
16987 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16988 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16989 (ps-background-text): Code fix.
16990 (ps-error-handler-message, ps-user-defined-prologue)
16991 (ps-print-prologue-header, ps-printer-name)
16992 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16993 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16994 (ps-use-face-background): Customization fix.
16995 (ps-n-up-database): Data fix.
16996 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16997 (ps-switch-header): New vars.
16998 (ps-xemacs-color-name, ps-face-foreground-name)
16999 (ps-face-background-name, ps-boolean-constant): New funs.
17000
17001 2000-06-07 Dave Love <fx@gnu.org>
17002
17003 * allout.el: New version from Manheimer.
17004
17005 2000-06-07 Kenichi Handa <handa@etl.go.jp>
17006
17007 * textmodes/fill.el (fill-find-break-point): Check the validity of
17008 charset.
17009
17010 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17011
17012 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17013 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17014 Call display-color-p and display-mouse-p instead of looking at
17015 window-system.
17016
17017 2000-06-06 Dave Love <fx@gnu.org>
17018
17019 * image.el (find-image): Doc fix. Return nil if image not found.
17020 (put-image, insert-image): Make STRING arg optional.
17021
17022 2000-06-06 Kenichi Handa <handa@etl.go.jp>
17023
17024 * language/vietnamese.el: Remove eval-when-compile.
17025 (viet-viscii-nonascii-translation-table): Define it as a
17026 translation table made from viet-viscii-decode-table.
17027 (viet-viscii-encode-table): Define it as a translation table made
17028 from the reverse map of above.
17029 (viet-vscii-nonascii-translation-table): Define it as a
17030 translation table made from viet-vscii-decode-table.
17031 (viet-vscii-encode-table): Define it as a translation table made
17032 from the reverse map of above.
17033 (ccl-decode-viscii): Use translate-character.
17034 (ccl-encode-viscii, ccl-encode-viscii-font)
17035 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
17036 Likewize.
17037
17038 * language/cyrillic.el: Remove eval-when-compile.
17039 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
17040 translation table made from cyrillic-koi8-r-decode-table.
17041 (cyrillic-koi8-r-encode-table): Define it as a translation table
17042 made from the reverse map of above.
17043 (ccl-decode-koi8): Use translate-character.
17044 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
17045 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
17046 a translation table made from cyrillic-alternativnyj-decode-table.
17047 (cyrillic-alternativnyj-encode-table): Define it as a translation
17048 table made from the reverse map of above.
17049 (ccl-decode-alternativnyj): Use translate-character.
17050 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
17051 Likewize
17052
17053 * international/mule-diag.el (non-iso-charset-alist): Specify
17054 translation table symbol instead of translation table itself.
17055 (list-block-of-chars): CHARSET may be a translation table symbol.
17056
17057 * international/mule.el (make-coding-system): If CODING-SYSTEM
17058 already exists, override it.
17059
17060 * international/fontset.el: Use family `proportional' for Tibetan
17061 fonts.
17062
17063 * international/ccl.el (ccl-compile-translate-character): Don't
17064 check if Rrr has property translation-table.
17065 (ccl-compile-map-multiple): Modified to avoid compiler warning.
17066
17067 2000-06-05 Gerd Moellmann <gerd@gnu.org>
17068
17069 * info.el: Bind case-fold-search to t when searching in case
17070 a user sets it to nil in a hook.
17071
17072 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
17073
17074 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17075 * hl-line.el (hl-line-mode): Use the new :global key argument.
17076
17077 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
17078 (tar-clip-time-string): Prepend a space.
17079 (tar-grind-file-mode): Construct a string rather than modifying one.
17080 (tar-header-block-summarize): Fix docstring.
17081 Use `format' rather than an error-prone set of copy-loops.
17082
17083 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
17084 (diff-goto-source, diff-unified->context, diff-context->unified)
17085 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
17086 understand the format output by the `-p' argument to diff.
17087
17088 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
17089 (sh-re-done): Use defconst.
17090 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
17091 (sh-help-string-for-variable, sh-guess-basic-offset):
17092 Don't quote lambdas.
17093 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
17094 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
17095
17096 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
17097 (mh-letter-mode): Derive from text-mode.
17098 This implicitly means that it now calls kill-all-local-variables.
17099 Also remove the Emacs-18 compatibility code.
17100
17101 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
17102 Make use of symbol-property doc-string-elt.
17103 Use memq rather than a sequence of eq.
17104 (doc-string-elt): Fix the wrong or missing previously unused values.
17105 (autoload-print-form): New function extracted from
17106 generate-file-autoloads to allow recursion when handling progn
17107 so that defvar's and defun's docstrings are properly printed.
17108 (generate-file-autoloads): Use it.
17109
17110 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
17111 Use find-file-hooks in the minor-mode function.
17112 Be careful not to loop indefinitely in the post-command-hook function.
17113
17114 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
17115
17116 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
17117 tty's.
17118 * ediff-diff.el (ediff-exec-process): Use --binary for fine
17119 differences whenever appropriate.
17120 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17121 * viper.el (find-file, find-file-other-window): Get viper to do
17122 wildcards.
17123
17124 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17125
17126 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17127 (jit-lock-fontify-buffer): New function for JIT refontification.
17128 (jit-lock-mode): Fix docstring.
17129 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17130 Remove jit-lock-after-change from the _local_ hook.
17131 (jit-lock-function-1): Fix docstring.
17132
17133 * info.el (Info-on-current-buffer): Initialize info.
17134
17135 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17136
17137 * progmodes/tcl.el (tcl-indent-for-comment):
17138 Ignore comment-indent-hook.
17139
17140 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17141 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17142 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17143 and improve to use the lighter to guess the capitalization.
17144 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17145 Add keyword arguments to specify global-ness or the custom group.
17146 Add local-map and help-echo properties to the lighter.
17147 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17148 (easy-mmode-define-global-mode): New macro.
17149
17150 2000-06-02 Dave Love <fx@gnu.org>
17151
17152 * wid-edit.el: byte-compile-dynamic since we typically don't use
17153 all the widgets. Don't require cl or widget. Remove
17154 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17155 (widget-read-event): Removed. Callers changed to use read-event.
17156 (widget-button-release-event-p): Renamed from
17157 button-release-event-p.
17158 (widget-field-add-space, widget-field-use-before-change):
17159 Uncustomize.
17160 (widget-specify-field): Use keymap property, not local-map.
17161 (widget-specify-button): Obey :suppress-face.
17162 (widget-specify-insert): Use modern backquote syntax.
17163 (widget-image-directory): Renamed from widget-glyph-directory.
17164 (widget-image-enable): Renamed from widget-glyph-enable.
17165 (widget-image-find): Replaces widget-glyph-find.
17166 (widget-button-pressed-face): Move defvar.
17167 (widget-image-insert): Replaces widget-glyph-insert.
17168 (widget-convert): Use keywordp.
17169 (widget-leave-text, widget-children-value-delete): Use mapc.
17170 (widget-keymap): Remove XEmacs stuff.
17171 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17172 (widget-button-click): Don't set point at the click, but re-centre
17173 if we scroll out of window. Rewritten for images v. glyphs &c.
17174 (widget-tabable-at): Use POS arg, not point.
17175 (widget-beginning-of-line, widget-end-of-line)
17176 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17177 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17178 (widget-default-create): Use widget-image-insert; some rewriting.
17179 (widget-visibility-value-create)
17180 (widget-push-button-value-create, widget-toggle-value-create): Use
17181 widget-image-insert.
17182 (checkbox): Create on and off images dynamically.
17183 (documentation-link): Change :help-echo.
17184 (widget-documentation-link-echo-help): Remove.
17185
17186 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17187
17188 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17189
17190 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17191 (easy-mmode-define-toggle, define-minor-mode): Use it.
17192 (easy-mmode-define-keymap): Docstring fix.
17193 (define-derived-mode): Default PARENT to fundamental-mode.
17194 Add the derived-mode-parent symbol-property.
17195 (easy-mmode-derived-mode-p): New function.
17196
17197 2000-06-02 Dave Love <fx@gnu.org>
17198
17199 * files.el (convert-standard-filename): Doc fix.
17200 (normal-backup-enable-predicate): New function.
17201 (backup-enable-predicate): Use it to replace the lambda form.
17202
17203 * calendar/todo-mode.el: [This needs more work on the outline
17204 stuff.] Doc fixes.
17205 (todo) <defgroup>: Add :version.
17206 (todo-add-category): Don't use pushnew.
17207 (todo-cmd-raise): Fix typo.
17208 (todo-top-priorities): Change temp buffer name.
17209 (todo-category-alist): Avoid redundant lambda.
17210 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17211 Use outline-next-heading.
17212
17213 * autoarg.el: Rewritten to use define-minor-mode.
17214 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17215 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17216
17217 2000-06-02 Kenichi Handa <handa@etl.go.jp>
17218
17219 * isearch.el (isearch-other-meta-char): Fix previous change.
17220
17221 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17222
17223 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17224 (log-edit-done): Only add the comment to the ring if it's different
17225 from the last comment entered.
17226
17227 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17228
17229 2000-06-01 Dave Love <fx@gnu.org>
17230
17231 * hl-line.el: Rewritten using define-minor-mode.
17232
17233 * help.el (describe-function-1): Distinguish special form from
17234 builtin function. Sanity-check presence of arglist for builtins.
17235
17236 2000-06-01 Kenichi Handa <handa@etl.go.jp>
17237
17238 * international/characters.el: Fix syntax/category setting of
17239 Tibetan characters.
17240
17241 * language/tibet-util.el (tibetan-add-components): Fixes for new
17242 encoding of Tibetan characters.
17243 (tibetan-decompose-precomposition-alist): New variable.
17244 (tibetan-decompose-region): Convert precomposed characters to
17245 non-precomposed characters.
17246 (tibetan-decompose-string): Likewise.
17247 (tibetan-composition-function): Fix args to
17248 thibetan-compose-string.
17249
17250 * language/tibetan.el (tibetan-composable-pattern): More
17251 characters included.
17252 (tibetan-consonant-transcription-alist): Rule for "R" added.
17253 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17254 "+R" added.
17255 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17256
17257 * language/lao-util.el (lao-composition-function): Fix args to
17258 compose-string.
17259
17260 * language/thai-util.el (thai-composition-function): Fix args to
17261 compose-string.
17262
17263 * isearch.el (isearch-update): Set disable-point-adjustment to t
17264 to prevent the point moving to the end of a composition when a
17265 part of a composition is searched.
17266 (isearch-other-meta-char): If the key invoking this command can be
17267 mapped by function-key-map to a printing char, call
17268 isearch-process-search-char directly.
17269
17270 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17271
17272 * emacs-lisp/bytecomp.el:
17273 * frame.el:
17274 * international/mule-cmds.el:
17275 * international/mule-util.el:
17276 * international/mule.el:
17277 * mouse.el:
17278 * subr.el:
17279 * faces.el: Update calls to make-obsolete with a WHEN argument.
17280
17281 * byte-run.el (make-obsolete, make-obsolete-variable):
17282 Add an optional WHEN argument and change the format of the
17283 symbol-property information.
17284 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17285 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17286 new obsolete-symbol-property format and print WHEN if it is provided.
17287
17288 2000-05-31 Dave Love <fx@gnu.org>
17289
17290 * loadhist.el (loadhist-hook-functions): Remove
17291 before-change-function, after-change-function.
17292 (unload-feature): Deal with symbols which are both bound and
17293 fbound.
17294
17295 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17296 before-change-function, after-change-function.
17297
17298 * simple.el (newline): Don't bind before-change-function,
17299 after-change-function.
17300
17301 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17302
17303 * whitespace.el (whitespace-rescan-timer-time): Update interval
17304 set to 600 seconds (10 minutes) instead of 60 seconds since
17305 a large number of whitespace buffers causes emacs to `freeze'
17306 for a considerable amount of time.
17307
17308 * whitespace.el: Updated email address
17309
17310 2000-05-31 Dave Love <fx@gnu.org>
17311
17312 * add-log.el (change-log-font-lock-keywords) <function>: Add
17313 pattern for function of change.
17314 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17315 acknowledgements patterns.
17316
17317 2000-05-31 Kenichi Handa <handa@etl.go.jp>
17318
17319 * isearch.el (isearch-printing-char): If keyboard coding system is
17320 being used, call isearch-process-search-multibyte-characters.
17321
17322 * international/isearch-x.el: Mostly rewritten.
17323
17324 * international/quail.el (quail-start-conversion): Don't include
17325 unhandled events in the returned events, but set them in
17326 unread-command-events. Exit if all inputs are deleted.
17327
17328 2000-05-30 Jason Rumney <jasonr@gnu.org>
17329
17330 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17331
17332 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17333 Reenable code to create initial fontsets.
17334 Use set-fontset-font in place of put-charset-property.
17335
17336 2000-05-30 Gerd Moellmann <gerd@gnu.org>
17337
17338 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17339 label, ensure that the first colon isn't followed by another.
17340
17341 * paths.el (Info-default-directory-list): Doc fix.
17342
17343 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17344 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17345 send a query containing USER only, not USER@HOST.
17346
17347 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17348 and rmail-msgend to compute the restriction at the end, instead of
17349 computing it.
17350
17351 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17352
17353 * dabbrev.el (dabbrev-expand): Don't display messages in the
17354 echo area if the minibuffer window is active.
17355
17356 * jit-lock.el (jit-lock-mode): Add after change function to
17357 local hook.
17358
17359 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17360
17361 * antlr-mode.el: New commands: hide/unhide actions,
17362 upcase/downcase literals.
17363 (antlr-tiny-action-length): New user option.
17364 (antlr-hide-actions): New command. Suggested by
17365 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17366 (antlr-mode-map): New binding [C-c C-v].
17367 (antlr-mode-menu): New entries.
17368 (antlr-downcase-literals): New command.
17369 (antlr-upcase-literals): Ditto.
17370
17371 * antlr-mode.el: Minor changes: indendation, mode-name.
17372 (antlr-indent-line): Indent cpp directive at column 0.
17373 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17374
17375 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17376 (antlr-font-lock-additional-keywords): Workaround for intentional
17377 bug in XEmacs version of font-lock.
17378 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17379 be used by a smarter version of `buffers-menu-grouping-function'.
17380
17381 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17382
17383 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17384 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17385
17386 2000-05-29 Kenichi Handa <handa@etl.go.jp>
17387
17388 * international/encoded-kb.el
17389 (encoded-kbd-iso2022-designation-map): Pay attention to that
17390 charset-iso-final-char return -1 for eight-bit-control and
17391 eight-bit-graphic.
17392
17393 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17394
17395 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17396 (speedbar-easymenu-definition-base): Use display-graphic-p where
17397 available, instead of window-system.
17398
17399 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17400
17401 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17402 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17403 coding systems.
17404
17405 2000-05-26 Dave Love <fx@gnu.org>
17406
17407 * disp-table.el (standard-display-underline): Don't use
17408 internal-find-face.
17409
17410 * mail/reporter.el: Maintainer change. Doc fixes.
17411 (reporter-version): Deleted.
17412
17413 * emacs-lisp/elp.el: Maintainer change.
17414 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17415
17416 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17417
17418 * add-log.el (add-change-log-entry): Merge the current entry with the
17419 previous one if the previous one is empty.
17420
17421 2000-05-26 Dave Love <fx@gnu.org>
17422
17423 * loadhist.el (unload-feature): Fix interactive spec [from
17424 lijnzaad@ebi.ac.uk].
17425
17426 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17427 subr-arity to check primitives.
17428 (byte-compile-flush-pending, byte-compile-file-form-progn)
17429 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17430 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17431 mapcar.
17432
17433 2000-05-26 Kenichi Handa <handa@etl.go.jp>
17434
17435 * international/fontset.el: Set family names of non-latin charsets
17436 in default fontset to "*".
17437
17438 * international/mule-diag.el (print-fontset): Combine family part
17439 and registry part of the fontname by "-*-" instead of "-".
17440
17441 * international/mule-cmds.el (encode-coding-char): Make strings
17442 multibyte before calling encode-coding-string.
17443
17444 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17445
17446 * derived.el: Fix keywords.
17447 (define-derived-mode): Only define if needed.
17448
17449 * simple.el (fill-comment, comment-column, comment-start)
17450 (comment-start-skip, comment-end, comment-indent-function)
17451 (block-comment-start, block-comment-end, indent-for-comment)
17452 (set-comment-column, kill-comment, comment-padding, comment-region)
17453 (comment-multi-line, indent-new-comment-line): Remove.
17454
17455 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17456 function names for comment operations.
17457
17458 * newcomment.el: Add abundant autoload cookies.
17459 (comment-style): Don't depend on runtime data at compile-time.
17460 (comment-indent-hook): Remove.
17461 (comment-indent): Check if comment-indent-hook is bound.
17462 (comment-region): Docstring fix.
17463
17464 2000-05-25 Dave Love <fx@gnu.org>
17465
17466 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17467 byte-code-function-p.
17468
17469 * mail/rmailsum.el: Add provide.
17470
17471 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17472
17473 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17474 defcustom.
17475
17476 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17477
17478 * ediff-diff.el (ediff-exec-process): delete --binary option from
17479 non-buffer ediff jobs.
17480
17481 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17482
17483 * hilit-chg.el (highlight-changes-mode): Ask about color or
17484 grayscale support, not about window-system.
17485
17486 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17487 window-system.
17488 (ffap-highlight): Always default to t.
17489
17490 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17491 display-popup-menus-p instead of looking at window-system.
17492
17493 * disp-table.el (standard-display-g1, standard-display-graphic):
17494 Only refuse to use string glyphs on X and MS-Windows.
17495
17496 * avoid.el: Remove window-system from commentary, suggest to use
17497 display-*-p instead.
17498
17499 * apropos.el (apropos-print): Use display-mouse-p instead of
17500 window-system.
17501
17502 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17503
17504 * international/codepage.el (cp-decoding-vector-for-codepage):
17505 Fill up unsupported characters with their own codes. From Kenichi
17506 Handa.
17507
17508 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17509
17510 * international/mule-diag.el (describe-char-after): Use
17511 display-graphic-p instead of window-system, so that this function
17512 works on MS-DOS.
17513
17514 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17515
17516 * international/codepage.el (cp-make-coding-systems-for-codepage):
17517 Remove the eight-bit-graphic and eight-bit-control charsets from
17518 the list of charsets which we convert into `?'.
17519
17520 2000-05-25 Kenichi Handa <handa@etl.go.jp>
17521
17522 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17523 private charsets.
17524 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17525 japanese-jisx0213-2): New charsets.
17526
17527 * international/fontset.el: Setup default fontset for new charsets.
17528
17529 2000-05-24 Dave Love <fx@gnu.org>
17530
17531 * info.el (Info-find-node-2): Restructure [following "Vadim
17532 S. Solomin" <sovs@uic.nnov.ru>].
17533
17534 * icomplete.el: Fix header for Finder.
17535
17536 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17537
17538 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17539 STAY.
17540
17541 * rmail.el (rmail-automatic-folder-directives): New user variable.
17542 (rmail-show-message): Add call to `rmail-auto-file' during
17543 display.
17544 (rmail-auto-file): New function.
17545
17546 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17547
17548 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17549 account.
17550 (ediff-test-utility,ediff-diff-mandatory-option)
17551 (ediff-reset-diff-options): Utilities for proper initialization of
17552 ediff-diff-options and ediff-diff3-options on Windows.
17553
17554 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17555 variable.
17556
17557 * ediff-mult.el (ediff-filegroup-action): Use
17558 ediff-merge-filename-prefix.
17559
17560 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17561
17562 * viper-ex.el (ex-write): Set selective display to nil.
17563
17564 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17565
17566 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17567 aliases for hebrew-iso-8bit.
17568
17569 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17570
17571 * woman.el: New version from Francis J. Wright
17572 <F.J.Wright@Maths.QMW.ac.uk>.
17573 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17574 names in environment variables regardless of the path separator.
17575 (woman-topic-all-completions-1): Don't call file-name-directory-p
17576 on all files, since woman-file-regexp already filters out any
17577 directories.
17578
17579 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17580
17581 * international/quail.el (quail-start-translation): Don't change
17582 modified-p of the current buffer.
17583 (quail-start-conversion): Likewise.
17584
17585 * international/kkc.el (kkc-region): Don't change modified-p of
17586 the current buffer.
17587
17588 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17589 conform to RFC1468.
17590 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17591
17592 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17593
17594 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17595 (speedbar-insert-button): Invisible text property fix.
17596 (speedbar-directory-plus): Renamed from speedbar-directory-+
17597 (speedbar-directory-minus): Renamed from speedbar-directory--
17598 (speedbar-page-plus): Renamed from speedbar-file-+
17599 (speedbar-page-minus): Renamed from speedbar-file--
17600 (speedbar-page): Renamed from speedbar-file-
17601 (speedbar-tag): Renamed from speedbar-tag-
17602 (speedbar-tag-plus): Renamed from speedbar-tag-+
17603 (speedbar-tag-minus): Renamed from speedbar-tag--
17604 (speedbar-expand-image-button-alist): Use above renames.
17605
17606 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17607 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17608 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17609 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17610 * sb-pg.xpm: Renamed from sb-file.xpm
17611 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17612 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17613
17614 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17615
17616 * international/quail.el (quail-show-guidance-buf): Set
17617 current-input-method of the guidance buffer to the name of the
17618 curren input method.
17619
17620 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17621
17622 * progmodes/compile.el (compile-internal): Style typo.
17623
17624 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17625 quote vars and functions in the docstring.
17626
17627 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17628
17629 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17630 Don't quote lambdas.
17631
17632 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17633
17634 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17635
17636 * startup.el (command-line): Determine source file of compiled
17637 user init file differently. Warn if compiled user init file
17638 is older than its source file.
17639
17640 * ffap.el (ffap-url-regexp): Add `https'.
17641
17642 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17643
17644 * files.el (make-backup-file-name-1): Replace slashes with `!'
17645 rather than `|' (which is not allowed on Windows). Replace the
17646 drive letters with a string "drive_X".
17647
17648 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17649
17650 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17651
17652 * files.el (interpreter-mode-alist): Add `bash2'.
17653
17654 2000-05-22 Dave Love <fx@gnu.org>
17655
17656 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17657 mapc.
17658 (feature-file): Avoid calling symbol-name. Doc fix.
17659 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17660 (loadhist-hook-functions): Add mouse-position-function.
17661 (unload-feature): Change uses of mapcar.
17662
17663 * files.el (parse-colon-path): Doc fix.
17664 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17665 (set-auto-mode): Use mapc.
17666
17667 * complete.el (PC-look-for-include-file): Use :alnum: character
17668 class.
17669 (partial-completion-mode): Add autoload cookie.
17670
17671 2000-05-22 Sam Steingold <sds@gnu.org>
17672
17673 * info.el (Info-fontify-node): Fixed the call to
17674 `add-text-properties' (bug introduced on 2000-05-18).
17675
17676 2000-05-22 Dave Love <fx@gnu.org>
17677
17678 * bindings.el: Remove debug-ignored-errors set in other files.
17679
17680 * progmodes/etags.el: Add to debug-ignored-errors.
17681 (visit-tags-table-buffer): Clear out buffers holding old tables
17682 when making a new list.
17683 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17684 mapc.
17685
17686 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17687 quote keywords.
17688 (cmpl-string-case-type): Use character classes.
17689
17690 * comint.el:
17691 * textmodes/ispell.el:
17692 * imenu.el:
17693 * mail/mh-e.el:
17694 * progmodes/compile.el: Add to debug-ignored-errors.
17695
17696 * dabbrev.el: Add to debug-ignored-errors.
17697 (dabbrev-completion): Use mapc.
17698
17699 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17700
17701 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17702 (woman-mapcan, woman-parse-man.conf)
17703 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17704 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17705 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17706 path syntax better.
17707 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17708 (woman-manpath): Call woman-parse-man.conf.
17709 (woman-emulation): New defcustom, defaults to nroff.
17710 (woman-font-support): New defconst.
17711 (woman-use-symbol-font): New defcustom.
17712 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17713 "Emulation".
17714 Many functions: Doc fix.
17715
17716 2000-05-22 Kenichi Handa <handa@etl.go.jp>
17717
17718 * international/quail.el (quail-simple-translation-keymap): Map
17719 128..255 to quail-self-insert-command.
17720 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17721
17722 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17723
17724 * help.el (help-manyarg-func-alist): Typo.
17725
17726 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17727 intervals which makes it heaps simpler.
17728
17729 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17730 the nested comment markers.
17731
17732 * subr.el (remove-hook): Don't turn the hook's value into a list.
17733
17734 2000-05-21 Dave Love <fx@gnu.org>
17735
17736 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17737 are invalid characters.
17738
17739 * international/mule-util.el (detect-coding-with-priority): Use
17740 mapc. Remove redundant lambda.
17741
17742 * international/mule-diag.el (list-non-iso-charset-chars)
17743 (describe-fontset): Remove redundant lambda.
17744
17745 * emulation/crisp.el (brief-mode): New alias.
17746
17747 * emacs-lisp/ring.el (ring-elements): New function.
17748
17749 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17750 (easy-menu-do-add-item): Use keywordp.
17751
17752 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17753
17754 * replace.el: Doc and error message fixes.
17755 (replace-highlight): Use facep, not internal-find-face.
17756
17757 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17758
17759 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17760
17761 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17762 (log-edit-insert-changelog): Drop `:' as well.
17763
17764 * log-view.el: Fix file description.
17765 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17766 available.
17767 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17768 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17769
17770 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17771 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17772 Print a status message if the toggle is called interactively.
17773 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17774 for global minor modes and use `defcustom' for them.
17775 Use add-minor-mode.
17776 (easy-mmode-define-derived-mode): Remove.
17777 (define-derived-mode): Fancier default docstring.
17778 (easy-mmode-define-navigation): Signal an error rather than (ding).
17779
17780 * newcomment.el (comment-styles): New `box-multi'.
17781 (comment-normalize-vars): Better default for comment-continue to
17782 avoid whitespace-only continuations.
17783 (comment-search-forward): Always move even in the no-syntax case.
17784 (comment-padright): Only obey N if it's only obeyed for padleft.
17785 (comment-make-extra-lines): Better handling of empty continuations.
17786 Use `=' for the filler if comment-start has only one character.
17787 (uncomment-region): Try handling the special `=' filler.
17788 (comment-region): Allow LINES even if MULTI is nil.
17789 (comment-box): Choose box style based on comment-style.
17790
17791 2000-05-20 Kenichi Handa <handa@etl.go.jp>
17792
17793 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17794 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17795
17796 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
17797
17798 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17799 and insert, not subst-char-in-region.
17800
17801 * international/mule-diag.el (list-character-sets-1): Handle
17802 charsets eight-bit-control and eight-bit-graphic.
17803 (list-iso-charset-chars): Likewise.
17804 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17805 charactes as is. Use indent-to to align characters.
17806
17807 * international/mule-cmds.el (find-multibyte-characters): Never
17808 exclude charsets eight-bit-control and eight-bit-graphic.
17809
17810 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17811
17812 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17813 Don't quote lambdas.
17814
17815 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17816
17817 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17818
17819 * gud.el (gud-jdb-directories): Doc fix.
17820
17821 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17822
17823 * newcomment.el: New file.
17824
17825 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17826
17827 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17828
17829 2000-05-18 Andreas Schwab <schwab@suse.de>
17830
17831 * dired.el (dired-between-files): Also skip lines beginning with
17832 `used'.
17833
17834 2000-05-18 Gerd Moellmann <gerd@gnu.org>
17835
17836 * msb.el (msb-menu-cond): Add choice `user'.
17837
17838 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17839
17840 * ps-print.el: Compatibility, customization and doc fix.
17841 (ps-printer-name-option): Replace defconst by defvar.
17842 (ps-postscript-code-directory): XEmacs compatibility.
17843 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17844 fix.
17845 (ps-user-defined-prologue, ps-print-prologue-header)
17846 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17847 compatibility and code fix.
17848 (ps-print-background-image, ps-print-background-text):
17849 Customization fix.
17850 (ps-line-number-start, ps-n-up-on): New vars.
17851
17852 2000-05-18 Espen Skoglund <esk@ira.uka.de>
17853
17854 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17855 the indent-comment function to just return the appropriate indent.
17856
17857 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17858
17859 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17860 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17861 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17862
17863 2000-05-18 Dave Love <fx@gnu.org>
17864
17865 * info.el (Info-fontify-node): Add intangible property as well as
17866 invisible.
17867
17868 * calendar/appt.el (appt-make-list): Match all lines of entry.
17869 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17870
17871 2000-05-18 Kenichi Handa <handa@etl.go.jp>
17872
17873 * international/mule-diag.el (describe-char-after): Call
17874 internal-char-font, not char-font. If internal-char-font returns
17875 nil, display "-- none --".
17876
17877 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17878
17879 * image.el (image-type-available-p): Don't reference image-types
17880 if it isn't bound.
17881
17882 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17883
17884 * autoarg.el (autoarg-mode): Typo in the :set argument.
17885
17886 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17887
17888 * startup.el (command-line-1): Don't signal an error if the
17889 directory for auto-save-list files does not yet exist.
17890
17891 2000-05-17 Kenichi Handa <handa@etl.go.jp>
17892
17893 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17894
17895 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17896
17897 * subr.el (remove-hook): `setq' hook-value, not `set'.
17898
17899 2000-05-16 Sam Steingold <sds@gnu.org>
17900
17901 * info.el (debug-ignored-errors): More errors to ignore.
17902
17903 2000-05-16 Dave Love <fx@gnu.org>
17904
17905 * cus-edit.el: Don't require cl or easymenu.
17906 (custom-variable-prompt): Test standard-value property, not
17907 user-variable-p.
17908
17909 2000-05-16 Sam Steingold <sds@gnu.org>
17910
17911 * subr.el (add-hook): `setq' hook-value, not `set'.
17912
17913 2000-05-16 Gerd Moellmann <gerd@gnu.org>
17914
17915 * startup.el (command-line-1): Mention the FAQ in the startup
17916 message.
17917
17918 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17919
17920 * progmodes/compile.el (compilation-parse-errors): Collect
17921 `nomessage' regexps last.
17922
17923 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17924
17925 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17926 to the function name.
17927
17928 2000-05-15 Dave Love <fx@gnu.org>
17929
17930 * speedbar.el (speedbar-recenter): Typo.
17931 (speedbar-expand-line): Make arg optional.
17932 (speedbar-mode): Avoid a compiler warning.
17933
17934 2000-05-15 Gerd Moellmann <gerd@gnu.org>
17935
17936 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17937 user-specified option string is empty.
17938
17939 * mouse.el (mouse-yank-at-click): Doc fix.
17940
17941 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17942
17943 * term/internal.el (IT-character-translations): More updates of
17944 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17945 documents.
17946
17947 2000-05-15 Gerd Moellmann <gerd@gnu.org>
17948
17949 * env.el (getenv): New function, interactively callable.
17950 (setenv, getenv): Remove autoload cookies.
17951
17952 * loadup.el: Load `env'.
17953
17954 * progmodes/f90.el: Change author's mail address.
17955
17956 2000-05-14 Dave Love <fx@gnu.org>
17957
17958 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17959 goto-addr as an option.
17960
17961 * help.el (help-xref-stack): Doc fix.
17962 (help-xref-following): New variable.
17963 (help-make-xrefs): Use it.
17964 (help-xref-go-back): Use position information from stack element.
17965 (help-follow): Make position in stack element a pair. Use
17966 help-xref-following.
17967
17968 * autoarg.el: New file.
17969
17970 * faces.el: Declare more functions obsolete.
17971
17972 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17973 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17974 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17975 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17976 Remove all the setup-...-environment functions.
17977
17978 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17979
17980 * speedbar.el: Updated the commentary section. xemacs20p now uses
17981 >= when detecting. Require `defimage' safely.
17982 (speedbar-easymenu-definition-base): Add toggle for images.
17983 (speedbar-easymenu-definition-special): Add flush cache & expand.
17984 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17985 (speedbar-reconfigure-keymaps-hook): New variable.
17986 (speedbar-frame-parameters): Updated documentation.
17987 (speedbar-use-imenu-flag): Updated custom tag
17988 (speedbar-dynamic-tags-function-list): New variable.
17989 (speedbar-tag-hierarchy-method): Updated doc & custom.
17990 (speedbar-indentation-width, speedbar-indentation-width) New
17991 variables.
17992 (speedbar-hide-button-brackets-flag): Customizable.
17993 (speedbar-vc-indicator): Doc update.
17994 (speedbar-ignored-path-expressions): Updated default value.
17995 (speedbar-supported-extension-expressions): Updated default value.
17996 (speedbar-syntax-table): Remove {} paren status.
17997 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17998 as "+". Added overlay aliases.
17999 (speedbar-mode): Use `speedbar-mode-line-update' instead of
18000 `force-mode-line-update'.
18001 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
18002 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
18003 `mouse-set-point'
18004 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
18005 (speedbar-item-info-tag-helper): Revamped to handle a wider range
18006 of arbitrary text, and new helper functions.
18007 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
18008 filename finder.
18009 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
18010 (speedbar-directory-buttons): Update path search/expansion.
18011 (speedbar-make-tag-line): Pay attention to
18012 `speedbar-indentation-width'. Use more care w/ invisible
18013 properties.
18014 (speedbar-change-expand-button-char): Call
18015 `speedbar-insert-image-button-maybe'.
18016 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
18017 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
18018 (speedbar-trim-words-tag-hierarchy)
18019 (speedbar-simple-group-tag-hierarchy): New functions
18020 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
18021 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
18022 functions.
18023 (speedbar-mouse-set-point): New function
18024 (speedbar-power-click): Updated documentation.
18025 (speedbar-line-token, speedbar-goto-this-file): Handle more types
18026 of tag prefix text.
18027 (speedbar-expand-line, speedbar-contract-line): Make more robust
18028 to strange text.
18029 (speedbar-expand-line): Takes universal argument to flush the
18030 cache.
18031 (speedbar-flush-expand-line): New function.
18032 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
18033 Use new generator insertion method.
18034 (speedbar-fetch-dynamic-tags): New function.
18035 (speedbar-fetch-dynamic-imenu): Removed code now handled in
18036 `speedbar-fetch-dynamic-imenu'.
18037 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
18038 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
18039 "Revert Buffer" menu items.
18040 (speedbar-buffer-buttons-engine): Be smarter when creating a
18041 filename tag (for expansion purposes.).
18042 (speedbar-highlight-one-tag-line,
18043 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
18044 (speedbar-recenter): New functions.
18045 (defimage-speedbar): Image loading abstraction.
18046 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
18047 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
18048 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
18049 (speedbar-tag-type, speedbar-tag-mail): New images.
18050 (speedbar-expand-image-button-alist): New variable.
18051 (speedbar-insert-image-button-maybe): Insert an image over some
18052 buttons.
18053
18054 2000-05-13 Kenichi Handa <handa@etl.go.jp>
18055
18056 * international/mule-cmds.el (encode-coding-char): An ASCII
18057 character is always encodable.
18058
18059 * international/mule-conf.el: Add more information in descriptions
18060 of character sets.
18061
18062 * international/mule-diag.el (describe-char-after): New function.
18063 (describe-font-internal): Adjusted for the change of font-info.
18064 (describe-font): Likewise.
18065 (print-fontset): Rewritten for the new fontset implementation.
18066 (describe-fontset): Include fontset alias names in completion.
18067 (list-fontsets): Adjusted for the change of print-fontset.
18068
18069 * simple.el (what-cursor-position): If DETAIL is non-nil, call
18070 describe-char-after instead of displaying the detail in the echo
18071 area.
18072 (syntax-code-table): Format changed.
18073 (string-to-syntax): Adjusted for the above change.
18074
18075 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
18076
18077 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
18078
18079 2000-05-12 Dave Love <fx@gnu.org>
18080
18081 * calendar/todo-mode.el: Remove some compatibility stuff and CL
18082 dependence. Use line-{beginning,end}-position, not
18083 point-at{b,e}ol. Some doc fixes.
18084 (todo-position): New function. Fix callers of position to use it.
18085 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
18086
18087 2000-05-12 Gerd Moellmann <gerd@gnu.org>
18088
18089 * time.el (display-time-mail-icon): Use `:ascent center'.
18090
18091 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
18092 handling FTP security extensions.
18093
18094 2000-05-11 Dave Love <fx@gnu.org>
18095
18096 * calendar/todo-mode.el: New file.
18097
18098 2000-05-11 Gerd Moellmann <gerd@gnu.org>
18099
18100 * comint.el (comint-read-input-ring): Move reference to
18101 comint-input-ring-size outside of the save-excursion. It was
18102 causing the default value to be the only one ever seen.
18103
18104 * font-lock.el: Update copyright. Remove Simon Marshall's email
18105 address on request from him.
18106
18107 * subr.el (substitute-key-definition): Add comment describing
18108 the meaning of PREFIX.
18109
18110 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
18111
18112 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
18113
18114 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
18115 (add-minor-mode): Don't make the variable buffer-local and add a
18116 reference to define-minor-mode in the docstring.
18117
18118 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
18119 HEADER/FOOTER and fix bug with trailing empty directory.
18120 (cvs-append-to-ignore): Use vc-editable-p if available.
18121 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18122 (vc-do-command): Tweak advice to handle the new VC.
18123
18124 * log-view.el (log-view-goto-rev): New function for the new VC.
18125 (log-view-minor-wrap): Use mark-active.
18126
18127 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18128 (log-edit-changelog-full-paragraphs): New var.
18129 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18130 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18131 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18132 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18133 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18134 Replace the `cvs' prefix with `log-edit'.
18135
18136 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18137
18138 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18139 (diff-font-lock-defaults): Explicitly turn off multiline.
18140 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18141 (diff-ediff-patch): Fix call to ediff-patch-file.
18142 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18143 Handle comments.
18144
18145 * frame.el (automatic-hscrolling): Typo.
18146
18147 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18148
18149 2000-05-09 Sam Steingold <sds@goems.com>
18150
18151 * apropos.el (apropos-print): use `describe-face' instead of
18152 `customize-face-other-window'.
18153
18154 2000-05-09 Dave Love <fx@gnu.org>
18155
18156 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18157
18158 * help.el (describe-variable): Have customize button pop the
18159 help-xref stack when invoked.
18160 (help-xref-symbol-regexp): Add `face'.
18161 (help-make-xrefs): Check for quoted face names and adapt regexp
18162 submatch numbers to cope.
18163 (help-xref-interned): Maybe insert face doc too. Separate
18164 sections with a line of hyphens.
18165
18166 * faces.el: Some doc fixes. Declare some functions obsolete.
18167 (describe-face): Add customize button. Return the help
18168 text. Fix prompt.
18169
18170 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18171
18172 * term/internal.el (IT-character-translations): Fix last change.
18173
18174 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18175
18176 * woman.el: New file
18177 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18178
18179 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18180
18181 * term/internal.el (IT-character-translations): Update ASCII
18182 simulations for greek-iso8859-7, add latin-iso8859-14 and
18183 latin-iso8859-15.
18184
18185 * international/mule-cmds.el (set-language-info-alist): Call
18186 define-prefix-command with 3 arguments, to make the map suitable
18187 for a menu.
18188
18189 2000-05-07 Dave Love <fx@gnu.org>
18190
18191 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18192
18193 2000-05-05 Dave Love <fx@gnu.org>
18194
18195 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18196 list in doc string. Don't quote keyword symbols.
18197 * emacs-lisp/cl.el: Likewise
18198 * emacs-lisp/cl-seq.el: Likewise
18199
18200 2000-05-05 Gerd Moellmann <gerd@gnu.org>
18201
18202 * abbrev.el (abbrev-mode): Make ARG optional.
18203
18204 2000-05-04 Gerd Moellmann <gerd@gnu.org>
18205
18206 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18207
18208 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18209
18210 * subr.el (substitute-key-definition): Clarify documentation.
18211
18212 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
18213
18214 * glasses.el (glasses-convert-to-unreadable): Use
18215 `glasses-separator' instead of the hard-wired "_".
18216 (glasses-mode): Call `glasses-make-unreadable' only in a single
18217 place.
18218
18219 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18220
18221 * term/internal.el (cjk-codepages-alist): Add associations for
18222 Chinese and Korean codepages. Remove FIXME comment.
18223
18224 2000-05-03 Dave Love <fx@gnu.org>
18225
18226 * time.el (display-time-mail-face, display-time-use-mail-icon):
18227 New option.
18228 (display-time-mail-icon): New variable.
18229 (display-time-string-forms): Use the above. Fix the local-map.
18230
18231 2000-05-03 Gerd Moellmann <gerd@gnu.org>
18232
18233 * replace.el (query-replace-map): Add binding for `E'.
18234 (query-replace-help): Extend help text.
18235 (perform-replace): Allow editing the replacement string.
18236
18237 * make-mode.el (makefile-mode-abbrev-table): New variable.
18238 (makefile-mode): Set local abbrev table to
18239 makefile-mode-abbrev-table.
18240 (makefile-font-lock-keywords): Fontify includes and conditionals.
18241
18242 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18243 set TOGGLE's value.
18244
18245 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18246 mail-interactive-insert-alias.
18247 (mail-abbrev-complete-alias): New command.
18248 (mail-mode-map): Bind it to `M-TAB'.
18249
18250 2000-05-03 Kenichi Handa <handa@etl.go.jp>
18251
18252 * language/lao-util.el (lao-compose-region): New function.
18253
18254 2000-05-02 Gerd Moellmann <gerd@gnu.org>
18255
18256 * files.el (recover-session): Make directories as necessary
18257 if they don't exist yet.
18258
18259 * calendar/cal-french.el
18260 (french-calendar-multibyte-special-days-array)
18261 (french-calendar-special-days-array): Change French text.
18262 (calendar-french-date-string): Change output.
18263 (calendar-goto-french-date): Likewise.
18264
18265 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18266
18267 * wid-edit.el (widget-default-active): Obey `:always-active'.
18268 (widget-documentation-string-value-create): Set `:always-active'.
18269
18270 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18271
18272 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18273 default prefix to `~/_emacs.d/auto-save.list/_s'.
18274 (normal-top-level): Create the directory for auto-save files, if
18275 it doesn't already exist (in the ms-dos case only).
18276
18277 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18278
18279 * international/mule-cmds.el (set-language-environment): Don't
18280 concat an integer (dos-codepage), use format instead.
18281
18282 2000-05-02 Dave Love <fx@gnu.org>
18283
18284 * help.el (help-xref-on-pp): Check for constant symbols.
18285
18286 2000-04-29 Gerd Moellmann <gerd@gnu.org>
18287
18288 * startup.el (normal-top-level): Put a condition-case around
18289 the code loading subdirs.el.
18290
18291 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18292
18293 * ps-print.el: Upside-down and face background color printing,
18294 line number step, doc fix.
18295 (ps-print-version): New version number (5.2).
18296 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18297 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18298 (ps-spool-config): Var fix.
18299 (ps-printer-name-option): Const fix.
18300 (ps-print-upside-down, ps-use-face-background)
18301 (ps-line-number-step): New vars.
18302 (ps-window-system, ps-lp-system): New consts.
18303 (ps-face-background): New fun.
18304
18305 2000-04-28 Richard Stallman <rms@gnu.org>
18306
18307 * files.el (make-auto-save-file-name):
18308 Apply auto-save-file-name-transforms to visited file name
18309 before generating auto save file name.
18310 (auto-save-file-name-transforms): New variable.
18311
18312 * files.el (backup-enable-predicate):
18313 Correctly test for a file under a temporary directory.
18314
18315 2000-04-28 Gerd Moellmann <gerd@gnu.org>
18316
18317 * subr.el (add-minor-mode): Rewritten.
18318
18319 2000-04-28 Kenichi Handa <handa@etl.go.jp>
18320
18321 * mail/sendmail.el (sendmail-send-it): Set
18322 buffer-file-coding-system to the selected coding system for MIME
18323 header.
18324
18325 2000-04-27 Gerd Moellmann <gerd@gnu.org>
18326
18327 * dired.el (dired-move-to-filename-regexp): Allow format where
18328 YYYY is followed by two spaces.
18329
18330 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18331 in the second character class of the regexp.
18332
18333 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18334 mh-etc, too.
18335
18336 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18337 nil.
18338
18339 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18340
18341 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18342 argument.
18343
18344 2000-04-27 Sen Nagata <sen@eccosys.com>
18345
18346 * emacs-lisp/crm.el (crm-completion-table): New variable.
18347 (crm-collection-fn, crm-test-completion)
18348 (completing-read-multiple): Use it.
18349
18350 2000-04-27 Dave Love <fx@gnu.org>
18351
18352 * help.el (locate-library): Use mapc.
18353 (help-manyarg-func-alist): Add call-process-region.
18354
18355 2000-04-26 Gerd Moellmann <gerd@gnu.org>
18356
18357 * subr.el (add-minor-mode): Make argument MAP optional.
18358
18359 * desktop.el (desktop-save): Save list of minor modes.
18360 (desktop-create-buffer): Restore minor modes.
18361 (desktop-minor-mode-table): New user-option.
18362
18363 * subr.el (add-minor-mode): New function.
18364
18365 * image.el (find-image): New function.
18366 (defimage): Rewritten to find image at load time.
18367
18368 * startup.el (normal-top-level-add-to-load-path): Handle
18369 case that the default directory is not in load-path.
18370
18371 * help.el: Old patch from Stefan Monnier.
18372 (help-xref-on-pp): New function.
18373 (describe-variable): Use it to display xrefs in a symbol's value.
18374
18375 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18376
18377 * cus-edit.el (custom-face): Fix parenthesis.
18378
18379 2000-04-26 Kenichi Handa <handa@etl.go.jp>
18380
18381 * mail/rmail.el (rmail-expunge): When there are no deleted
18382 messages, do nothing.
18383
18384 2000-04-26 Dave Love <fx@gnu.org>
18385
18386 * international/mule-cmds.el (locale-translation-file-name):
18387 Defvar to nil.
18388 (set-locale-environment): Set it here (at runtime).
18389
18390 2000-04-25 Gerd Moellmann <gerd@gnu.org>
18391
18392 * replace.el (perform-replace): Add parameters START and END. Use
18393 them instead of the check for a region in Transient Mark mode.
18394 (query-replace-read-args): Return two more list elements for the
18395 start and end of the region in Transient Mark mode.
18396 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18397 (map-query-replace-regexp, replace-string, replace-regexp): Add
18398 optional last arguments START and END and pass them to
18399 perform-replace.
18400
18401 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18402 form with additional arguments for perform-replace.
18403
18404 * progmodes/etags.el (tags-query-replace): Add parameters START
18405 and END. Construct a form with additional arguments for
18406 perform-replace.
18407
18408 * simple.el (shell-command): Set default directory for "*Shell
18409 Command Output" buffer.
18410
18411 * language/european.el (iso-latin-4): Fix typo.
18412
18413 * emacs-lisp/crm.el: New file.
18414
18415 2000-04-24 Dave Love <fx@gnu.org>
18416
18417 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18418 (Custom-reset-saved, Custom-reset-standard)
18419 (custom-group-value-create, custom-group-set, custom-group-save)
18420 (custom-group-reset-current, custom-group-reset-saved)
18421 (custom-group-reset-standard): Use mapc.
18422 (custom-buffer-create-internal): Disable undo when creating items.
18423 Use mapc.
18424 (custom-face): Avoid redundant lambda.
18425
18426 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18427
18428 * startup.el (auto-save-list-file-prefix): Set default to
18429 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18430
18431 2000-04-24 Sam Steingold <sds@gnu.org>
18432
18433 * time-stamp.el (time-stamp-string-preprocess): Always convert
18434 `field-result' to a string.
18435
18436 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18437
18438 * frame.el (scrolling): New group.
18439 (automatic-hscrolling): New user-option.
18440
18441 * startup.el (command-line-x-option-alist): Add `-lsp' and
18442 `--line-spacing'.
18443
18444 2000-04-19 Dave Love <fx@gnu.org>
18445
18446 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18447 (cl-mapc): Rename from mapc. Fix the funcall.
18448
18449 2000-04-19 Gerd Moellmann <gerd@gnu.org>
18450
18451 * simple.el (clone-indirect-buffer-other-window): New command.
18452 (clone-indirect-buffer): Add optional arg NORECROD.
18453 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18454
18455 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18456
18457 * window.el (count-screen-lines): New function.
18458 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18459 instead of window-buffer-height.
18460
18461 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18462 non-existing variable comint-input-sentinel.
18463 (inferior-lisp-args-to-list): Removed.
18464 (inferior-lisp): Use split-string instead of
18465 inferior-lisp-args-to-list.
18466
18467 * hexl.el (hexl-insert-hex-string): New command.
18468
18469 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18470 instead of concat.
18471
18472 2000-04-18 Gerd Moellmann <gerd@gnu.org>
18473
18474 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18475 at the start of an existing but empty folder.
18476
18477 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18478
18479 * ps-mule.el: Customization fix, doc fix.
18480 (ps-multibyte-buffer): Customization fix.
18481
18482 2000-04-17 Richard M. Stallman <rms@gnu.org>
18483
18484 * subr.el (read-passwd): Use read-char-exclusive.
18485
18486 2000-04-17 Gerd Moellmann <gerd@gnu.org>
18487
18488 * textmodes/texinfo.el (texinfo-insert-@email)
18489 (texinfo-insert-@emph, texinfo-insert-@quotation)
18490 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18491 (texinfo-mode-map): Add key bindings for them.
18492
18493 * files.el (basic-save-buffer-2): Use a template with `$'
18494 instead of `#' for VMS.
18495
18496 * simple.el (clone-indirect-buffer): New function.
18497
18498 2000-04-16 Stephen Eglen <stephen@gnu.org>
18499
18500 * iswitchb.el (iswitchb-case): New function. If the user input
18501 contains any upper-case characters, the search is made
18502 case-sensitive.
18503
18504 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18505
18506 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18507 comment-end.
18508 (texinfo-font-lock-syntactic-keywords): New var.
18509 (texinfo-font-lock-keywords): Remove comment regexp.
18510 (texinfo-insert-block): New function.
18511 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18512 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18513 and font-lock-defaults. Use regexp-opt for outline-regexp.
18514 (texinfo-environments): New var.
18515 (texinfo-environment-regexp): Use regexp-opt and
18516 texinfo-environments.
18517
18518 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18519 ispell-process is bound since this might be eval'd before ispell
18520 is loaded.
18521 (ispell-message): Use a tiny bit less magic and a bit more hard
18522 data to figure out what kind of sc-cite-regexp to use.
18523
18524 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18525
18526 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18527 (insert-cyclic-diary-entry): Unquote the lambda.
18528
18529 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18530
18531 * files.el (backup-enable-predicate): Unquote the lambda.
18532
18533 * cus-edit.el (custom-face, face): Unquote the lambda.
18534
18535 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18536
18537 * ps-print.el: Check for line-beginning-position definition.
18538
18539 * ps-print.el: Fix counting lines in a region.
18540 (ps-print-version): New version number (5.1.5).
18541 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18542 (ps-printing-region): Fun code fix.
18543
18544 2000-04-15 Gerd Moellmann <gerd@gnu.org>
18545
18546 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18547 to file-directory-p.
18548
18549 2000-04-14 Gerd Moellmann <gerd@gnu.org>
18550
18551 * gud.el (gud-jdb-build-source-files-list): Check that directory
18552 exists before calling directory-files.
18553
18554 2000-04-13 Dave Love <fx@gnu.org>
18555
18556 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18557 syntax.
18558
18559 * emacs-lisp/cl-specs.el: Remove when, unless.
18560
18561 * emacs-lisp/cl-extra.el: Don't quote keywords.
18562 (cl-old-mapc): New variable.
18563 (mapc): Use it.
18564 (cl-map-intervals): Use with-current-buffer. Don't check for
18565 next-property-change.
18566 (cl-map-overlays): Use with-current-buffer.
18567 (cl-expt): Remove.
18568 (copy-tree, remprop): Define unconditionally.
18569
18570 * emacs-lisp/cl-compat.el (keywordp): Remove.
18571
18572 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18573 to use keywordp.
18574 (edebug-spec): Enable keywordp.
18575
18576 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18577 string-lessp.
18578
18579 * cus-start.el: Use keywordp.
18580
18581 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18582
18583 * diary-lib.el (include-other-diary-files): Fix the fix of
18584 2000-02-18 by doing a save-excursion.
18585
18586 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18587
18588 * ps-print.el: Customization fix, doc fix.
18589 (ps-print-version): New version number (5.1.4).
18590 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18591 (ps-print-preprint): Adjust code.
18592 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18593 (ps-print-prologue-header, ps-print-control-characters)
18594 (ps-spool-config): Customization fix.
18595
18596 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18597
18598 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18599 converted to the new menu-item format, names silightly changed,
18600 help strings added.
18601
18602 Support for spelling without async subprocesses:
18603
18604 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18605 (ispell-session-buffer): New variables.
18606 (ispell-start-process, ispell-process-status,
18607 ispell-accept-output, ispell-send-string): New functions, for
18608 Ispell invocation when async subprocesses aren't supported.
18609 (ispell-word, ispell-pdict-save, ispell-command-loop,
18610 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18611 to process-send-string with calls to ispell-send-string, and
18612 accept-process-output with ispell-accept-output.
18613 (ispell-init-process): Call ispell-process-status instead of
18614 process-status with.
18615 (ispell-init-process): Call ispell-start-process. Call
18616 ispell-accept-output and ispell-send-string. Don't call
18617 process-kill-without-query and kill-process if they are unbound.
18618 (ispell-async-processp): New function.
18619
18620 2000-04-12 Dave Love <fx@gnu.org>
18621
18622 * info.el: Add debug-ignored-errors.
18623 (Info-mode-menu): Add some items.
18624 (Info-directory): Add autoload cookie.
18625
18626 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18627 Modify `truncate-lines'. Make `describe-language-environment'
18628 always visible and add help. Modify `describe-key' help. Invoke
18629 Info-directory from `info'. New entry `emacs-manual'.
18630
18631 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18632
18633 * progmodes/ebrowse.el (ebrowse-tree-mode):
18634 Use propertized-buffer-identification.
18635 (ebrowse-update-member-buffer-mode-line): Likewise.
18636 (ebrowse--mode-strings): Removed.
18637 (ebrowse--mode-line-props): Removed.
18638
18639 * files.el (auto-mode-alist): Add `EBROWSE'.
18640
18641 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18642 space before testing for end of buffer.
18643 (ebrowse-load): Removed.
18644 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18645 (ebrowse-create-tree-buffer): Rewritten.
18646 (ebrowse-tree-mode): Read tree from buffer.
18647
18648 * progmodes/ebrowse-ffh.el: Removed.
18649
18650 2000-04-10 Kenichi Handa <handa@etl.go.jp>
18651
18652 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18653
18654 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18655
18656 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18657 at the wrong place.
18658
18659 2000-04-09 Dave Love <fx@gnu.org>
18660
18661 * files.el (backup-enable-predicate):
18662 Use temporary-file-directory, small-temporary-file-directory.
18663 (make-backup-file-name-function, backup-directory-alist): New vars.
18664 (make-backup-file-name-1): New function.
18665 (make-backup-file-name): Use it.
18666 (find-backup-file-name): Likewise. Use format for clarity, not concat.
18667 (file-newest-backup): Use make-backup-file-name.
18668
18669 2000-04-09 Gerd Moellmann <gerd@gnu.org>
18670
18671 * progmodes/ebrowse-ffh.el: New file.
18672
18673 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18674 Moved to ebrowse-ffh.el.
18675 (ebrowse-load): Add autoload.
18676
18677 * finder.el (finder-commentary): Add autoload cookie.
18678
18679 * mail/rfc2368.el: Correct author's email address.
18680
18681 * progmodes/ebrowse.el: New file.
18682
18683 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18684 item help string.
18685 (easy-menu-do-add-item): Ditto.
18686 (easy-menu-define): Extend doc string.
18687
18688 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
18689 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18690 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18691 with-buffer-unmodified.
18692
18693 2000-04-08 Dave Love <fx@gnu.org>
18694
18695 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18696 unless, when.
18697
18698 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18699
18700 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18701 (viper-flash-search-pattern): No operation when using Emacs
18702 doesn't support face.
18703 Use `viper-put-on-search-overlay'.
18704
18705 2000-04-04 Gerd Moellmann <gerd@gnu.org>
18706
18707 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18708 like C-r.
18709
18710 * progmodes/make-mode.el: Some doc fixes.
18711 (makefile-mode-abbrev-table): New variable.
18712 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18713 (makefile-font-lock-keywords): Fontify includes and conditionals.
18714 (toplevel): Require `dabbrev' and `add-log' when compiling.
18715
18716 * replace.el (perform-replace): Don't move forward one char
18717 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18718 to do that because it leaves point 1 position after the last
18719 replacement, after everything has been replaced.
18720
18721 * jit-lock.el (with-buffer-unmodified): New macro.
18722 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18723 modified state.
18724 (jit-lock-function-1): Extracted from jit-lock-function; not
18725 preserving buffer's modified state.
18726 (jit-lock-function, jit-lock-stealth-fontify):
18727 Call jit-lock-function-1.
18728
18729 * mail/rfc2368.el: Remove supernumerary copyright line.
18730
18731 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
18732
18733 * glasses.el: Provide facilities for inserting space before left
18734 parentheses and uncapitalization of identifiers.
18735 (glasses-mode): Try to remove old overlays in all cases.
18736
18737 2000-04-03 Gerd Moellmann <gerd@gnu.org>
18738
18739 * progmodes/compile.el (compile-internal): Display the compilation
18740 buffer in a different frame, if it's already displayed there.
18741
18742 * mail/rfc2368.el: New file.
18743
18744 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18745 header and insert its value as mail body.
18746
18747 * subr.el (member-ignore-case): New function.
18748
18749 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18750 (dabbrev--find-expansion): Ignore buffers matching a regexp
18751 from dabbrev-ignored-regexps.
18752
18753 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18754 to extensions handled by gzip.
18755
18756 2000-04-03 Richard M. Stallman <rms@gnu.org>
18757
18758 * files.el (insert-directory): List the total free space
18759 along with the used space.
18760
18761 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18762 line is followed by one that matches CITATION-REGEXP, end the
18763 paragraph.
18764
18765 2000-04-03 Markus Rost <rost@delysid.gnu.org>
18766
18767 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18768 (rmail-make-basic-summary-line): Use that option.
18769
18770 2000-04-03 Kenichi Handa <handa@etl.go.jp>
18771
18772 * international/mule-cmds.el (encoded-string-description):
18773 Rewritten. Try pretty description for ISO 2022 escape sequences
18774 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18775 for hexadecimal format.
18776
18777 2000-04-01 Dave Love <fx@gnu.org>
18778
18779 * cpp.el: Change customization group to `c' from `C'.
18780
18781 * vcursor.el (vcursor-move): Use display-color-p.
18782
18783 * international/mule-util.el: Provide mule-utils.
18784 (string-to-sequence): Simplify and speed up.
18785
18786 * international/mule.el (make-coding-system): Purecopy doc-string.
18787
18788 * international/mule-cmds.el: Various menu changes.
18789 (describe-specified-language-support): Handle `Default'.
18790 (set-language-info): Purecopy `info'.
18791
18792 2000-03-31 Andrew Innes <andrewi@gnu.org>
18793
18794 * vc.el (vc-backend-diff): Return the correct status if we had to
18795 retry the rcsdiff command without the --brief option.
18796
18797 2000-03-31 Dave Love <fx@gnu.org>
18798
18799 * help.el (help-manyarg-func-alist): Correct several omissions.
18800
18801 * add-log.el: Don't require cl, fortran.
18802 (add-log-current-defun-function): Doc fix.
18803 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
18804 (change-log-version-rcs): Function deleted.
18805 (change-log-version-number-search): Doc fix.
18806 Use vc-workfile-version. Avoid CL dolist.
18807 (add-change-log-entry): Just call add-log-current-defun to get
18808 defun. Simplify somewhat.
18809 (change-log-get-method-definition-1): Likewise.
18810 (add-log-current-defun): Return nil if calling
18811 add-log-current-defun-function does so. Move Fortran stuff to
18812 fortran.el. Return string without properties.
18813
18814 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18815 and :alpha: char classes.
18816
18817 * mail/supercite.el: Defvar curline when compiling.
18818 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18819 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18820 rather than a-zA-Z0-9 to allow non-ASCII characters.
18821
18822 2000-03-31 Gerd Moellmann <gerd@gnu.org>
18823
18824 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18825
18826 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18827 Re-enable new code.
18828
18829 * lpr.el (print-region-1): Use -d to specify printer name for
18830 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18831
18832 2000-03-31 Dave Love <fx@gnu.org>
18833
18834 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18835 Look for function definition in symbol's function value slot first
18836 instead of first consulting byte-compile-function-environment.
18837
18838 2000-03-31 Kenichi Handa <handa@etl.go.jp>
18839
18840 * language/european.el ("Polish"): New language environment.
18841 (setup-polish-environment): New function.
18842
18843 2000-03-30 Gerd Moellmann <gerd@gnu.org>
18844
18845 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18846 Disable new code.
18847
18848 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18849 trying to `load' the symbol of an autoload instead of the file
18850 recorded in the autoload. Fix error messages.
18851
18852 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18853
18854 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18855 (ps-print-version): New version number (5.1.3).
18856 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18857 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18858 (ps-generate-postscript-with-faces): Code fix.
18859 (ps-color-values): XEmacs compatibility.
18860 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18861 (ps-default-fg, ps-default-bg): Adjust customization.
18862 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18863 (ps-color-scale): Renaming old ps-color-value fun.
18864 (ps-print-headers): Replace ps-print-header group to avoid conflict
18865 with ps-print-header variable.
18866 (ps-print-miscellany): New group.
18867 (ps-format-color, ps-rgb-color): New funs.
18868 (ps-default-foreground): New var.
18869 (ps-printer-name-option): New const.
18870
18871 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18872
18873 * net/net-utils.el:
18874 (network-connection-host, network-connection-service): New variables
18875 (network-connection-mode): New mode, derived from comint-mode
18876 (network-connection-mode-setup): New function, saves host and
18877 service information in local variables.
18878
18879 * lisp/locate.el:
18880 (locate-word-at-point): Added this function
18881 (locate): Default to using locate-word-at-point as input
18882 Run dired-mode-hook
18883
18884 2000-03-29 Dave Love <fx@gnu.org>
18885
18886 * calendar/appt.el: Doc fixes.
18887 (appt-check): Convert min-to-app to a string before passing to
18888 appt-disp-window-function or concat.
18889 (appt-delete-window): Remove test for frame-root-window.
18890 (appt-select-lowest-window, appt-convert-time): Simplify.
18891
18892 * emacs-lisp/bytecomp.el: Doc fixes.
18893 (byte-compile-file-form-autoload):
18894 Update byte-compile-function-environment.
18895
18896 2000-03-29 Andreas Schwab <schwab@suse.de>
18897
18898 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
18899
18900 * dired.el (dired-insert-directory): If dired-free-space-program
18901 failed just delete its output.
18902
18903 2000-03-29 Dave Love <fx@gnu.org>
18904
18905 * international/iso-cvt.el: Move provide to end. Doc fixes.
18906 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18907 (iso-iso2sgml, iso-sgml2iso): New functions.
18908 (iso-cvt-define-menu): Fix some entries and use backquote for
18909 clarity.
18910
18911 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18912
18913 2000-03-28 Gerd Moellmann <gerd@gnu.org>
18914
18915 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18916 ISO-DATE. If non-nil, return date in ISO 8601 format.
18917
18918 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18919
18920 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18921 if it ever becomes used.
18922 (log-edit-mode-hook): Default to vc-log-mode-hook.
18923 (log-edit-mode): Fix the docstring.
18924
18925 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18926 the code.
18927
18928 2000-03-26 Dave Love <fx@gnu.org>
18929
18930 * net/browse-url.el (browse-url): Re-fix case of
18931 browse-url-browser-function being an alist.
18932 (browse-url): Add :link to defgroup.
18933
18934 * files.el: Doc fixes.
18935 (file-truename): Include `[' in wildcard characters.
18936 (automount-dir-prefix): Customize.
18937 (find-file-wildcards): Add :version.
18938 (find-file-noselect): Simplify a mapcar call.
18939
18940 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18941 compatible with inf-lisp version.
18942 (eval-defun-1): Fix custom-declare-variable case.
18943
18944 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18945
18946 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18947
18948 2000-03-24 Gerd Moellmann <gerd@gnu.org>
18949
18950 * Makefile (COMPILE_FIRST): New macro.
18951 (compile-files): Compile files from COMPILE_FIRST first.
18952
18953 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
18954
18955 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18956 matching open parenthesis in column 0 to defun-prompt-regexp
18957 only if open-paren-in-column-0-is-defun-start is set.
18958
18959 * sun-curs.el: Require CL at compile-time only.
18960
18961 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18962 instead of copy-list which is a function from CL.
18963 (msb--choose-menu, msb--mode-menu-cond)
18964 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18965 (msb--init-file-alist): Use mapcar instead of mapcan.
18966 (msb--aggregate-alist): Use mapcar instead of mapcan.
18967 Fix `(' in column 0 in doc string.
18968 (msb--add-separators): Use mapcar instead of mapcan.
18969
18970 * cus-dep.el: Require CL at compile-time only.
18971
18972 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18973
18974 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18975 (byte-compile-warnings): New warning `noruntime'.
18976 (byte-compile-constants, byte-compile-variables): Fix docstring.
18977 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18978 execute `eval-whenc-compile's body.
18979 (byte-compile-unresolved-functions): Fix docstring.
18980 (byte-compile-eval): New function.
18981 (byte-compile-callargs-warn): Check if the function will be available
18982 at runtime (via property `byte-compile-noruntime').
18983 (byte-compile-print-syms): New function.
18984 (byte-compile-warn-about-unresolved-functions): Also warn about
18985 `noruntime' functions (and use `byte-compile-print-syms').
18986 (byte-compile-file): Capitalize the message.
18987
18988 2000-03-24 Gerd Moellmann <gerd@gnu.org>
18989
18990 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18991 (rmail-expunge): Ask for confirmation depending on the setting
18992 of rmail-confirm-expunge.
18993
18994 2000-03-23 Gerd Moellmann <gerd@gnu.org>
18995
18996 * Makefile (bootstrap-clean): If $(emacs) exists, build
18997 loaddefs.el first. A loaddefs.el that's not up-to-date might
18998 cause a bootstrap failure because things don't autoload as expected.
18999
19000 2000-03-23 Dave Love <fx@gnu.org>
19001
19002 * net/browse-url.el: Restore previous use of
19003 browse-url-maybe-new-window.
19004
19005 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19006
19007 * ps-print.el: Skip banner page fix.
19008 (ps-print-version): New version number (5.1.2).
19009 (ps-begin-file, ps-end-file, ps-generate): Code fix.
19010
19011 2000-03-23 Dave Pearson <davep@davep.org>
19012
19013 * net/quickurl.el Changed the type of parameter passed to the
19014 function defined by `quickurl-format-function'. Before only the
19015 text of the URL was passed. Now the whole URL structure is passed
19016 and the function is responsible for extracting the parts it requires.
19017 Changed the default of `quickurl-format-function' accordingly.
19018 (quickurl-insert): Changed the `funcall' of
19019 `quickurl-format-function' to match the above change.
19020 (quickurl-list-insert): Changed the `url' case so that it makes
19021 use of `quickurl-format-function', previous to this the format was
19022 hard wired.
19023
19024 2000-03-22 Gerd Moellmann <gerd@gnu.org>
19025
19026 * startup.el: Change some spellings for the X Window System.
19027
19028 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
19029
19030 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
19031 Clean up the code and the regexp and make sure the cursor is
19032 temporarily moved to the suspicious line while querying the user.
19033
19034 2000-03-22 Jason Rumney <jasonr@gnu.org>
19035
19036 * w32-fns.el (w32-charset-info-alist): Initialize.
19037
19038 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19039
19040 * ps-print.el: N-up last page fix.
19041 (ps-print-version): New version number (5.1.1).
19042 (ps-end-file, ps-end-job, ps-generate): Code fix.
19043
19044 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19045
19046 * files.el (find-file-run-dired): Update docstring.
19047 (find-directory-functions): New hook.
19048 (find-file-noselect): Run find-directory-functions rather than
19049 calling dired directly.
19050
19051 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
19052
19053 * pcvs.el: Add a minimal leading commentary.
19054 (cvs-make-cvs-buffer): Change the header part by removing the startup
19055 message and adding a `Module' entry. Also replace the FOOTER and
19056 HEADER special fileinfos with the new support in ewoc for updating
19057 its own footer and header.
19058 (cvs-update-header): Update to use the header/footer of the ewoc.
19059 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
19060 (cvs-is-within-p): New function.
19061 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
19062 to only examine some subset of the buffers.
19063
19064 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
19065 `format' instead of our own ad-hoc functions.
19066 Remove HEADER and FOOTER cases, now handled in the EWOC.
19067 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
19068
19069 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
19070 output to avoid scaring the user.
19071 (cvs-parse-table): Catch message for non-up-to-date commits.
19072
19073 * pcvs-defs.el (cvs-startup-message): Remove.
19074 (cvs-global-menu): New autoloaded menu.
19075
19076 * pcvs-util.el (cvs-string-fill): Remove.
19077
19078 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
19079 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
19080 PP part of it and also make it work for footers and headers.
19081 (ewoc-create): Drop POS and BUFFER arguments.
19082 Use the DLL's dummy node to store the end-of-footer position.
19083 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
19084 (ewoc-refresh): Remove unused `header' variable.
19085 (ewoc-(get|set)-hf): New functions.
19086
19087 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
19088 log-view-*-(message|file) and use easy-mmode-define-navigation.
19089 (log-view-message-re): Match SCCS format as well.
19090 And match the revision line rather than the dashed separator line.
19091 (log-view-mode): Use the new define-derived-mode.
19092 (log-view-current-tag): Fill in with an actual implementation.
19093
19094 * cvs-status.el (cvs-status-(prev|next)): Rename from
19095 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
19096 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
19097 to let the output "breathe" a little more (more readable).
19098 (cvs-status-mode): Use the new define-derived-mode.
19099
19100 * smerge-mode.el (smerge-auto-leave): New function and variable.
19101 (smerge-basic-map): Rename from smerge-basic-keymap.
19102 Change the bindings for smerge-diff-*.
19103 (smerge-*-map): Use easy-mmode-defmap.
19104 (smerge-(next|prev)): Use easy-mmode-define-navigation.
19105 (smerge-keep-*): Use smerge-auto-leave.
19106
19107 2000-03-21 Jason Rumney <jasonr@gnu.org>
19108
19109 * cus-edit.el (custom-button-face): Use 3D look for w32.
19110 (custom-button-pressed-face): Likewise.
19111
19112 2000-03-21 Gerd Moellmann <gerd@gnu.org>
19113
19114 * progmodes/etags.el (tags-case-fold-search): New user-option.
19115 (tags-loop-eval): New function. Bind case-fold-search around eval
19116 depending on the value of tags-case-fold-search.
19117 (tags-loop-continue): Use tags-loop-eval.
19118 (find-tag-in-order): Bind case-fold-search depending on the value
19119 of tags-case-fold-search.
19120
19121 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19122
19123 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
19124 (diff-end-of-hunk): Return the end position for use in
19125 `easy-mmode-define-navigation'.
19126 (diff-recenter): Remove.
19127 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19128 of `easy-mmode-define-navigation'.
19129 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19130 previous renaming) and fix to use new names.
19131 (diff-merge-strings): Use \n as separator: simpler, faster.
19132 (diff-mode): Use `define-derived-mode'.
19133
19134 * derived.el (define-derived-mode): Don't autoload anymore.
19135 Prefer the macro-only version provided by easy-mmode.el.
19136
19137 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
19138 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
19139 (easy-mmode-define-navigation): New macro.
19140
19141 * subr.el (combine-run-hooks): New function.
19142
19143 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
19144
19145 * term/x-win.el: Fontsets related initialization is simplified.
19146
19147 * international/mule-diag.el (describe-font): Don't refer to
19148 global-fontset-alist, instead call font-list.
19149 (describe-fontset, list-fontsets, mule-diag): Likewise.
19150 (print-fontset): Adjusted for the change of fontset implementation.
19151
19152 * international/fontset.el (x-charset-registries): Variable removed,
19153 instead the corresponding data is stored in the default fontset.
19154 (register-alternate-fontnames): Function removed.
19155 (resolved-ascii-font): Variable removed.
19156 (x-compose-font-name): Ignore the second argument REDOCE.
19157 (x-complement-fontset-spec): Complement only an ASCII font and
19158 element for those charsets than can use that ASCII font.
19159 (generate-fontset-menu): Don't refer to global-fontset-alist,
19160 instead call fontset-list.
19161 (uninstantiated-fontset-alist): Variable removed.
19162 (x-style-funcs-alist): Likewise.
19163 (fontset-default-styles): Likewise.
19164 (x-modify-font-name): Function removed.
19165 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19166 (create-fontset-from-ascii-font): Docsting adjusted for the above
19167 change.
19168 (instantiate-fontset, resolve-fontset-name): Functions removed.
19169 (fontset-list): Now implemented by C code.
19170
19171 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19172 (describe-face): Include `font' attribute in the description.
19173
19174 2000-03-21 Kenichi Handa <handa@etl.go.jp>
19175
19176 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19177
19178 2000-03-20 Gerd Moellmann <gerd@gnu.org>
19179
19180 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19181 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19182 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19183
19184 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19185 about behavior of set-buffer-modified-p wrt redisplay.
19186
19187 2000-03-19 Richard M. Stallman <rms@gnu.org>
19188
19189 * view.el (view-mode-disable): Kill local binding of view-read-only.
19190
19191 2000-03-18 Gerd Moellmann <gerd@gnu.org>
19192
19193 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19194 is a string, convert it to a syntax cell using string-to-syntax.
19195
19196 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19197 (string-to-syntax): New function.
19198
19199 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19200 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19201 try to use passive ftp mode.
19202
19203 2000-03-17 Gerd Moellmann <gerd@gnu.org>
19204
19205 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19206
19207 * simple.el (append-to-buffer): Update point of windows after
19208 insertion.
19209
19210 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19211 forward then moving backward. Reindent.
19212
19213 * frame.el (other-frame): Call x-focus-frame only if
19214 focus-follows-mouse is off.
19215
19216 2000-03-17 Dave Love <fx@gnu.org>
19217
19218 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
19219
19220 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19221
19222 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19223 regexp for labels cannot span several lines.
19224
19225 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19226 `(setq :<key> ':<key>)' to the macro expansion.
19227
19228 2000-03-16 Dave Love <fx@gnu.org>
19229
19230 * progmodes/f90.el (f90): Put custom group under `languages', not
19231 `fortran'.
19232 (f90-mode-hook): Customize.
19233 (f90-mode): Set add-log-current-defun-function.
19234 (f90-current-defun): New function.
19235
19236 2000-03-16 Gerd Moellmann <gerd@gnu.org>
19237
19238 * cus-edit.el (custom-variable-tag-face): Handle case that
19239 default face's height is not a number.
19240 (custom-face-tag-face, custom-group-tag-face-1)
19241 (custom-group-tag-face): Ditto.
19242 (custom-group-tag-face-1): Add :group.
19243
19244 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19245
19246 2000-03-15 Gerd Moellmann <gerd@gnu.org>
19247
19248 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19249 requiring easymenu.
19250
19251 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19252
19253 * ps-print.el: PostScript user-defined prologue, PostScript error
19254 handler, doc fix.
19255 (ps-print-version): New version number (5.1).
19256 (ps-user-defined-prologue, ps-error-handler-message)
19257 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19258 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19259 (ps-insert-string): New function.
19260
19261 2000-03-15 Kenichi Handa <handa@etl.go.jp>
19262
19263 * international/ccl.el (ccl-compile-expression): Don't generate
19264 invalid self-assignment code.
19265
19266 2000-03-14 Dave Love <fx@gnu.org>
19267
19268 * subr.el (replace-regexp-in-string): Renamed from
19269 replace-regexps-in-string. Doc fix.
19270
19271 2000-03-12 Dave Love <fx@gnu.org>
19272
19273 * cus-edit.el: Doc fixes.
19274 (customize-set-variable, customize-save-variable): Rename args for doc.
19275 (custom-variable-tag-face, custom-face-tag-face)
19276 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19277 style which user identify as hyperlink.
19278 (hook): Don't add undefined functions to the hook.
19279 (debug-ignored-errors): Transfer message from bindings.el.
19280
19281 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19282
19283 * recentf.el (recentf-keep-non-readable-files-p):
19284 Remove double/nested definition.
19285
19286 2000-03-12 Dave Love <fx@gnu.org>
19287
19288 * facemenu.el (facemenu-get-face): Use display-color-p.
19289 * enriched.el (enriched-decode-foreground): Likewise.
19290 (enriched-decode-background): Likewise.
19291 * isearch.el (isearch-highlight): Likewise.
19292 * info-look.el (info-lookup): Likewise.
19293 * simple.el (completion-setup-function): Likewise.
19294
19295 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19296 :options.
19297
19298 * bindings.el (mode-line-format): Fix line-number and
19299 column-number items. Add help-echo for the background.
19300 (mode-line-mule-info): Modify help-echo.
19301
19302 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19303
19304 * files.el (load-file): Allow completion to .elc.
19305
19306 * man.el: Doc fixes.
19307 (Man-init-defvars): Use display-color-p to set fontification.
19308
19309 * play/hanoi.el (hanoi-internal): Don't use oddp.
19310
19311 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19312
19313 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19314
19315 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19316
19317 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19318
19319 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19320 Fix comment.
19321
19322 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19323
19324 * font-lock.el (font-lock-keywords): Fix the doc now that
19325 regexp-opt-depth is unnecessary.
19326 (save-buffer-state): Set an edebug spec.
19327 (font-lock-fontify-anchored-keywords): Properly handle the case when
19328 the matcher goes past the limit.
19329
19330 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19331 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19332
19333 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19334 dll.el and cookie.el (from Elib) with heavy renaming and other
19335 massaging.
19336
19337 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19338 Autoload the functions used.
19339 (easy-mmode-define-syntax): Fix CL typo.
19340 (easy-mmode-define-derived-mode): Improve the docstring generation.
19341
19342 2000-03-10 Gerd Moellmann <gerd@gnu.org>
19343
19344 * textmodes/texinfo.el (texinfo-version): Variable and function
19345 removed.
19346
19347 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19348
19349 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19350 allow more flexibility.
19351 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
19352 (easy-mmode-defmap, easy-mmode-defsyntax)
19353 (easy-mmode-define-derived-mode): New macros.
19354
19355 2000-03-09 Didier Verna <didier@xemacs.org>
19356
19357 * rect.el (replace-rectangle): New function.
19358
19359 2000-03-09 Dave Love <fx@gnu.org>
19360
19361 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
19362 (fortran-comment-line-start-skip): Don't match cpp stuff.
19363 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19364 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19365 (fortran-mode): Don't set fortran-comment-line-start-skip,
19366 fortran-comment-line-start here. Set comment-start,
19367 add-log-current-defun.
19368 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19369 (fortran-current-defun): New function.
19370
19371 2000-03-09 Gerd Moellmann <gerd@gnu.org>
19372
19373 * emacs-lisp/re-builder.el: New file.
19374
19375 * mouse.el (mouse-drag-region): Don't run up-event handler
19376 if hscroll has changed.
19377
19378 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19379 builtin operators, use `font-lock-builtin-face' for Emacs and
19380 `font-lock-preprocessor-face' otherwise.
19381
19382 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19383 `(defun (setf foo)' differently.
19384
19385 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19386
19387 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19388 (regexp-opt): Update comment and adapt the code the new meaning of
19389 the `paren' argument of regex-opt-group for shy-groups.
19390 (regexp-opt-depth): Handle shy groups as well as backslashed
19391 backslashes.
19392 (regexp-opt-group): Turn the leading comment into a docstring.
19393 Allow `paren' to be a string (the string to use to open a group).
19394 Remove open-presuf and close-presuf. Instead of checking for `all
19395 one-char' and then later on check for `several one-char', handle
19396 both cases close together. Also apply a more generic algorithm
19397 for suffixes (the mirror image of the algorithm used for
19398 prefixes). Use shy-groups. Use nreverse rather than reverse.
19399 (regexp-opt-try-suffix): Removed.
19400
19401 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19402 from comint-mode-map, so we can just inherit from it. Also, move
19403 the initialization into the `defvar' since there's no docstring
19404 anyway and it's fairly short.
19405 (inferior-scheme-mode): Define it as derived-mode: the code is
19406 shorter and this way we inherit from comint-mode-map rather than
19407 copying it.
19408
19409 * subr.el (replace-regexps-in-string): Properly handle the case
19410 where we match an empty string.
19411
19412 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19413 when the command has a directory component (such as "./testml").
19414 Also fix a typo in the comment.
19415
19416 2000-03-08 Gerd Moellmann <gerd@gnu.org>
19417
19418 * Makefile (compile-files): Compile files one by one because
19419 that's the only way to ensure a clean compilation environment for
19420 each individual file.
19421
19422 * frame.el (other-frame): Call x-focus-frame.
19423
19424 2000-03-07 Dave Love <fx@gnu.org>
19425
19426 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19427 :require to defcustom.
19428
19429 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
19430
19431 * files.el (auto-mode-alist): Add configure.in.
19432
19433 * progmodes/autoconf.el: New file.
19434
19435 2000-03-07 Gerd Moellmann <gerd@gnu.org>
19436
19437 * mail/mh-e.el: Change maintainer to `none'.
19438
19439 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19440 to remove-hook and add-hook.
19441
19442 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19443
19444 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19445 it as the default.
19446 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19447 (sendmail-send-it): Conditionally add MIME headers specifying the
19448 used character set.
19449
19450 2000-03-07 Dave Love <fx@gnu.org>
19451
19452 * winner.el: Fix keywords, autoload cookies.
19453 Split eval-when-compile form to avoid compilation failure.
19454
19455 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19456
19457 * international/mule.el: Modify comment about coding system
19458 property `coding-category'.
19459 (make-coding-system): New argument EOL-TYPE. Pay attention to
19460 coding-category property of PROPERTIES.
19461
19462 * international/mule-conf.el (coding-category-utf-8)
19463 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
19464 categories. Include them in the argument for set-coding-priority.
19465
19466 * international/mule-cmds.el (reset-language-environment):
19467 Include coding-category-utf-8, coding-category-utf-16-be, and
19468 coding-category-utf-16-le in the argument for set-coding-priority.
19469 (reset-language-environment): Initialize coding-category-utf-8,
19470 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19471
19472 2000-03-06 Karl Fogel <kfogel@red-bean.com>
19473
19474 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19475 code abstracted out of `bookmark-jump-noselect'. Now tries info
19476 extensions as well as compression extensions.
19477 (bookmark-jump-noselect): Use above new func.
19478
19479 2000-03-03 Gerd Moellmann <gerd@gnu.org>
19480
19481 * strokes.el: Change maintainer's mail address.
19482
19483 2000-03-03 Kenichi Handa <handa@etl.go.jp>
19484
19485 * international/mule-diag.el (list-character-sets): Make help-echo
19486 string by substitute-command-keys.
19487 (list-character-sets): Likewise.
19488 (sort-listed-character-sets): Call help-setup-xref.
19489
19490 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19491
19492 * time.el (display-time-mail-file): Add `none' to the list of choices.
19493
19494 2000-03-01 Dave Love <fx@gnu.org>
19495
19496 * help.el (help-xref-go-back): Don't try to set position.
19497
19498 * international/mule-diag.el (list-character-sets):
19499 Call help-setup-xref. Add help-echo to xrefs.
19500 (list-character-sets-1): Add help-echo to xrefs.
19501
19502 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19503
19504 * frame.el (blink-cursor-mode): Switch cursor on when turning
19505 the mode off.
19506
19507 * add-log.el (add-log-current-defun): Add support for
19508 Autoconf mode.
19509
19510 * mail/rmail.el (rmail-quit-hook): New variable.
19511
19512 2000-03-01 Dave Love <fx@gnu.org>
19513
19514 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19515
19516 * help.el (help-xref-button): Add help-echo arg.
19517 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19518
19519 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
19520
19521 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
19522
19523 2000-03-01 Gerd Moellmann <gerd@gnu.org>
19524
19525 * image.el (defimage): Look for image files in load-path.
19526
19527 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
19528
19529 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19530
19531 * recentf.el (recentf): Added version tag to the defgroup of recentf.
19532
19533 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19534
19535 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
19536 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19537 action to select/unselect a file.
19538 (recentf-edit-list): Code cleanup and improvement.
19539 (recentf-open-more-files-action): `recentf-open-more-files' button
19540 widget action to open a file.
19541 (recentf-open-more-files): No more use standard completion but widgets.
19542 (recentf-more-collection): Deleted.
19543 (recentf-more-history): Deleted.
19544 (recentf-setup-more-completion): Deleted.
19545
19546 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19547
19548 * recentf.el (recentf-mode): No more needs that Emacs is running
19549 under a window-system.
19550
19551 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19552
19553 * recentf.el (recentf-edit-list): New command to edit the recent
19554 list which allow the user to remove files.
19555 (recentf-edit-selected-items): New global variable, used by
19556 `recentf-edit-list' to hold the list of files to be removed from
19557 the recent list.
19558 (recentf-make-menu-items): Updated to display a "Edit list..."
19559 menu item. Minor code cleanup.
19560
19561 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19562
19563 * recentf.el (recentf-open-more-files): New command to open files
19564 that are not displayed in the menu.
19565 (recentf-more-collection): New global variable holding the set of
19566 permissible completions used by `recentf-open-more-files'.
19567 (recentf-more-history): New global variable holding the history list
19568 used by `recentf-open-more-files' completion.
19569 (recentf-setup-more-completion): New function to setup completion for
19570 `recentf-open-more-files'.
19571 (recentf-make-menu-items): Updated to display a "More..." menu item.
19572
19573 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19574
19575 * recentf.el (recentf-menu-action): Doc fixed.
19576
19577 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19578
19579 * recentf.el (recentf-menu-filter): Doc updated.
19580 (recentf-update-menu-hook): Allow menu filters to force menu update.
19581 (recentf-make-menu-items): New menu filter handling.
19582 (recentf-make-menu-item): New helper function.
19583 (recentf-menu-elements): New menu handling function.
19584 (recentf-sort-ascending): Updated to new menu filter handling.
19585 (recentf-sort-descending): Updated to new menu filter handling.
19586 (recentf-sort-basenames-ascending): New menu filter function.
19587 (recentf-sort-basenames-descending): New menu filter function.
19588 (recentf-show-basenames): New menu filter function.
19589 (recentf-show-basenames-ascending): New menu filter function.
19590 (recentf-show-basenames-descending): New menu filter function.
19591
19592 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19593
19594 * diary-lib.el (list-diary-entries): Don't try to go forward at
19595 the end of the buffer.
19596
19597 2000-02-29 Kenichi Handa <handa@etl.go.jp>
19598
19599 * international/mule-diag.el (list-character-sets):
19600 Completely rewritten.
19601 (sort-listed-character-sets): New function.
19602 (list-character-sets-1): Completely rewritten.
19603 (list-character-sets-2): New function.
19604 (non-iso-charset-alist): New variable.
19605 (decode-codepage-char): New function.
19606 (charset-history): New variable.
19607 (read-charset) (list-block-of-chars)
19608 (list-iso-charset-chars)
19609 (list-non-iso-charset-chars)
19610 (list-charset-chars): New functions.
19611 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
19612 (dump-charsets): Likewise.
19613
19614 2000-02-29 Gerd Moellmann <gerd@gnu.org>
19615
19616 * dired-x.el (dired-filename-at-point): Add `@' to valid
19617 file name characters.
19618 (dired-filename-at-point): Handle ange-ftp file names.
19619
19620 * frame.el (frame-notice-user-settings): Use assq-delete-all
19621 instead of assoc-delete-all.
19622 (frame-notice-user-settings): Ditto.
19623
19624 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19625 Don't copy alist.
19626
19627 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19628
19629 * calculator.el (calculator-use-menu): New option.
19630 (calculator-initial-bindings): Changed some bindings to work as macros.
19631 (calculator-forced-input): Removed.
19632 (calculator-restart-other-mode): New variable.
19633 (calculator-mode-map): Set up menu.
19634
19635 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19636
19637 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
19638
19639 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19640
19641 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
19642 translate all ESC key sequences.
19643 (viper-goto-mark-subr): Restore markers for files for which
19644 they were saved.
19645 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19646 * viper-util.el (viper-set-replace-overlay-glyphs)
19647 (viper-set-replace-overlay): Always check if the replacement
19648 overlay is live.
19649 * viper.el (viper-vi-state-mode-list): Add major modes.
19650 * ediff-wind.el: Minor comment changes.
19651 * ediff.el: Copyright notice date fix.
19652
19653 2000-02-27 Jason Rumney <jasonr@gnu.org>
19654
19655 * faces.el (face-font-family-alternatives): Add arial to helv.
19656 (mode-line, header-line, tool-bar): Same default as x for w32.
19657 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19658 face-font-family-alternatives from working.
19659 * term/w32-win.el (mouse-set-font): Do not build fontset from
19660 chosen font.
19661
19662 2000-02-25 Sam Steingold <sds@goems.com>
19663
19664 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19665 properly.
19666
19667 2000-02-25 Richard M. Stallman <rms@gnu.org>
19668
19669 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19670
19671 2000-02-25 Gerd Moellmann <gerd@gnu.org>
19672
19673 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
19674
19675 * frame.el (busy-cursor-delay-seconds): New option.
19676
19677 2000-02-24 Gerd Moellmann <gerd@gnu.org>
19678
19679 * frame.el (show-cursor-in-non-selected-windows): New option.
19680
19681 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19682
19683 * diary-lib.el (include-other-diary-files): Undo the selective
19684 display in any included file and don't kill it.
19685
19686 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19687
19688 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19689 Menu items converted to (menu-item format, help strings added.
19690 [downcase, upcase]: Don't enable on MS-DOS.
19691 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
19692 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19693
19694 2000-02-23 Dave Love <fx@gnu.org>
19695
19696 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19697 (backward-kill-word): Revert addition of * to interactive spec --
19698 it's a feature.
19699
19700 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19701 (backward-kill-sentence, kill-sentence): Likewise.
19702
19703 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19704 scratch buffer name.
19705 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
19706
19707 * term/w32-win.el (internal-face-interactive): Update prompt for
19708 new read-face-name.
19709
19710 * mail/footnote.el (footnote): Add :version to defgroup.
19711 (footnote-section-tag-regexp): Customize.
19712 (footnote-start-tag, footnote-end-tag): New option.
19713 (footnote-latin-regexp): New variable.
19714 (Footnote-latin): New function.
19715 (footnote-style-alist): Add element for latin style.
19716 (footnote-style): Moved.
19717 (Footnote-goto-footnote): Use eq to test arg.
19718
19719 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19720
19721 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19722 (byte-compile-trueconstp): Include keywords.
19723 (byte-optimize-quote, byte-optimize-lapcode):
19724 Use byte-compile-const-symbol-p.
19725 (byte-optimize-char-before): New optimization.
19726
19727 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19728 (byte-compile-const-symbol-p): New function.
19729 (byte-compile-constp, byte-compile-out-toplevel)
19730 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19731 Use it.
19732
19733 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19734
19735 2000-02-23 Kenichi Handa <handa@etl.go.jp>
19736
19737 * international/encoded-kb.el: Be sure to update minor-mode-alist
19738 and minor-mode-map-alist.
19739 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19740 codes SS2 and SS3 correctly.
19741 (encoded-kbd-self-insert-ccl): New function.
19742 (encoded-kbd-setup-keymap): New function.
19743 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19744 by calling encoded-kbd-setup-keymap.
19745
19746 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19747 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
19748
19749 2000-02-22 Dave Love <fx@gnu.org>
19750
19751 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
19752 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
19753 (lisp-mode-syntax-table): Set up for #|...|# comments.
19754 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19755 classes. Match `defface'.
19756 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19757 (eval-defun-1): Fix for defcustom.
19758 (lisp-indent-region): Doc fix.
19759
19760 * subr.el (when, unless, split-string): Doc fix.
19761 (read-passwd): Move call of clear-this-command-keys to the right place.
19762 (replace-regexps-in-string): New function.
19763
19764 2000-02-22 Gerd Moellmann <gerd@gnu.org>
19765
19766 * help.el (describe-variable): Set syntax table to
19767 emacs-lisp-mode-syntax-table when moving forward over the
19768 symbol's name.
19769
19770 2000-02-22 Dave Love <fx@gnu.org>
19771
19772 * xt-mouse.el: Doc fixes.
19773 (xterm-mouse-position-function): New function, replacing advice of
19774 mouse-position.
19775 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19776
19777 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19778
19779 2000-02-21 Gerd Moellmann <gerd@gnu.org>
19780
19781 * format.el (format-annotate-single-property-change):
19782 Handle properties.with dotted-list values.
19783 (format-proper-list-p): New function.
19784
19785 * enriched.el (enriched-face-ans): Handle '(foreground-color
19786 . COLOR) and (background-color . COLOR).
19787
19788 2000-02-20 Dave Love <fx@gnu.org>
19789
19790 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19791 and assignments to it.
19792 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19793 current local map.
19794 (make-flyspell-overlay): Use it.
19795 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19796
19797 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19798 (lm-get-header-re): Defun, not defsubst.
19799 (lm-get-package-name): Defun, not defsubst. Simplify.
19800 (lm-version): Doc fix. Simplify.
19801 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19802 (lm-crack-address, lm-last-modified-date, lm-commentary)
19803 (lm-verify, lm-synopsis): Simplify.
19804 (lm-report-bug): Require emacsbug. Use compose-mail.
19805
19806 2000-02-20 Gerd Moellmann <gerd@gnu.org>
19807
19808 * dired.el (dired-mode): Call propertized-buffer-identification
19809 to set mode-line-buffer-identification to something having
19810 the right text properties.
19811
19812 * bindings.el (propertized-buffer-identification): New function.
19813
19814 2000-02-20 Dave Love <fx@gnu.org>
19815
19816 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19817 check for t-mouse too.
19818
19819 * cus-start.el: Make echo-keystrokes `number'.
19820
19821 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19822
19823 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19824 Don't call ring-empty-p unless tags-location-ring is bound.
19825 From Noah Friedman <friedman@splode.com>.
19826
19827 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19828
19829 * progmodes/hideshow.el (hs-flag-region): No longer use
19830 `intangible' overlay property.
19831
19832 (hs-toggle-hiding): New command.
19833 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19834
19835 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19836 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19837 and deactivation.
19838
19839 2000-02-18 Gerd Moellmann <gerd@gnu.org>
19840
19841 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19842
19843 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19844
19845 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19846
19847 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19848 of `*' to handle `(* ... *)' comments.
19849
19850 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19851
19852 * faces.el (list-faces-display): Use display-mouse-p instead of
19853 window-system.
19854
19855 * menu-bar.el (global-map): Menu-bar items converted to the new
19856 format (menu-item..., rearranged for better CUA compliance, and
19857 their names changed for better clarity. Help strings added.
19858
19859 * international/mule-cmds.el (mule-menu-keymap)
19860 (describe-language-environment-map, set-coding-system-map)
19861 (setup-language-environment-map): Convert to new (menu-item...
19862 form, add help strings. Change names of menu items for better clarity.
19863 "Mule" menu-bar item removed (it's now in the "Options" submenu).
19864
19865 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19866
19867 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19868 within the code.
19869
19870 2000-02-16 Dave Love <fx@gnu.org>
19871
19872 * faces.el: Don't require custom. Add more specific :groups to
19873 various deffaces.
19874 (set-face-attribute): Purecopy args.
19875 (read-face-name): Default to name at point and use it in prompt.
19876 Remove colon from arg in all callers.
19877 (list-faces-display): Hyperlink to face descriptions and customize
19878 buffers.
19879
19880 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19881
19882 * wid-edit.el (widget-match-inline): An atom never matches a list.
19883
19884 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19885
19886 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19887 at ':' characters by call to split-string.
19888
19889 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19890
19891 * textmodes/bibtex.el: Added RCS version identification.
19892
19893 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19894
19895 * textmodes/bibtex.el: Some temporary comments removed.
19896 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
19897 (bibtex-field-const): Allow capital letters.
19898 (bibtex-start-of-string): Deleted because unused.
19899
19900 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19901 use the term 'reference' to describe a bibtex entry as a whole.
19902 Further, reference keys are no longer called 'labels'.
19903 (bibtex-keys): Renamed to bibtex-reference-keys.
19904 (bibtex-reformat-previous-labels): Renamed to
19905 bibtex-reformat-previous-reference-keys.
19906 (bibtex-reference-type): Renamed to bibtex-entry-type.
19907 (bibtex-reference-head): Renamed to bibtex-entry-head.
19908 (bibtex-reference-maybe-empty-head): Renamed to
19909 bibtex-entry-maybe-empty-head.
19910 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19911 (bibtex-search-reference): Renamed to bibtex-search-entry.
19912 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19913 bibtex-enclosing-entry-maybe-empty-head.
19914 (bibtex-entry-field-alist, bibtex-entry-head)
19915 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19916 (bibtex-map-entries, bibtex-search-entry)
19917 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19918 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19919 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19920 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19921 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19922 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19923 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
19924
19925 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19926
19927 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19928 comment.
19929 (bibtex-format-field-delimiters): New function, functionality
19930 extracted from bibtex-format-entry.
19931 (bibtex-autokey-get-yearfield-digits): New function, functionality
19932 extracted from bibtex-autokey-get-yearfield.
19933
19934 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19935 entries in order to avoid stack overflow in the regexp matcher if
19936 field contents become large.
19937 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19938 (bibtex-field-string-part-not-braced)
19939 (bibtex-field-string-part-no-inner-braces)
19940 (bibtex-field-string-part-1-inner-brace)
19941 (bibtex-field-string-part-2-inner-braces)
19942 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19943 (bibtex-field-string-quoted, bibtex-field-string)
19944 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19945 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19946 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19947 Deleted as parsing is now performed by the following functions.
19948 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19949 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19950 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19951 (bibtex-parse-association, bibtex-field-name-for-parsing)
19952 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19953 (bibtex-search-forward-field, bibtex-search-backward-field)
19954 (bibtex-start-of-field, bibtex-end-of-field)
19955 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19956 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19957 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19958 (bibtex-parse-string, bibtex-search-forward-string)
19959 (bibtex-search-backward-string, bibtex-start-of-string)
19960 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19961 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19962 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
19963 entries. Instead of reporting the results of the parsing by
19964 match-beginning or match-end, these functions return data structures
19965 that hold the corresponding positions.
19966 (bibtex-enclosing-field): Changed to also report field boundaries by
19967 return values rather than by match-beginning or match-end.
19968 The following functions have been adapted to use the new
19969 parsing functions.
19970 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19971 (bibtex-enclosing-field, bibtex-format-entry)
19972 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19973 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19974 (bibtex-print-help-message, bibtex-end-of-entry)
19975 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19976 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19977 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19978 Use the new method for parsing.
19979 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19980 (bibtex-map-entries, bibtex-flash-head)
19981 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19982 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19983 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19984 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19985 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19986 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19987 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19988 order to make the new binding of case-fold-search immediately visible.
19989
19990 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19991
19992 * textmodes/bibtex.el: Copyright notice is up to date.
19993 Added constant 'bibtex-maintainer-salutation.
19994
19995 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
19996 than make-temp-name, use match-string-no-properties and eliminate
19997 a quadratic behavior when building bibtex-strings.
19998
19999 * bibtex.el (bibtex-reference-key): Accept string entries whose
20000 reference key contains upper case letters.
20001
20002 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20003
20004 * bibtex.el (bibtex-reference-head): Allow entries to start with
20005 a new line.
20006
20007 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20008
20009 * bibtex.el: Hiding of entry bodies is not longer provided by
20010 bibtex.el directly. Instead the hideshow package can be used.
20011 Added a special bibtex entry to hs-special-modes-alist.
20012 (bibtex-hs-forward-sexp): Added for hideshow.el.
20013
20014 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20015
20016 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
20017 proceedings entry type (for cross referencing). Thanks to Wagner
20018 Toledo Correa for the suggestion.
20019
20020 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
20021
20022 2000-02-14 Kenichi Handa <handa@etl.go.jp>
20023
20024 * international/characters.el: Setup case table for Vietnamese.
20025
20026 2000-02-12 Gerd Moellmann <gerd@gnu.org>
20027
20028 * uniquify.el (toplevel): Require CL at compile time.
20029 (uniquify-push): Removed.
20030
20031 * shadowfile.el (shadow-when): Removed.
20032
20033 * tempo.el (tempo-dolist, tempo-mapc): Removed.
20034 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
20035
20036 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
20037 regexp for paragraph-start.
20038
20039 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
20040 commas as well.
20041
20042 2000-02-10 Dave Love <fx@gnu.org>
20043
20044 * wid-edit.el: (widgets) [defgroup]: Remove url link.
20045 (widget-color-choice-list, widget-color-history, widget-mouse-help):
20046 Deleted.
20047 (widget-specify-field, widget-specify-button): Don't use
20048 widget-mouse-help as help-echo property.
20049 (default): Use #'ignore for :validate and :mouse-down-action.
20050 (checkbox): Add help-echo.
20051 (widget-sexp-validate): Rewritten to clarify error messages.
20052 (character): Use char-valid-p in :match function.
20053 (widget-color-complete): Use facemenu-color-alist.
20054 (widget-color-action): Use facemenu-read-color.
20055
20056 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
20057 set up `caar' &c that we now have.
20058
20059 2000-02-09 Ray Blaak <blaak@gnu.org>
20060
20061 * delphi.el: Make resourcestring a declaration region, like const
20062 and var.
20063
20064 2000-02-09 Dave Love <fx@gnu.org>
20065
20066 * bindings.el (mode-line-input-method-map): New variable.
20067 (mode-line-mule-info): Use it; fix last change.
20068 (mode-line-mode-menu): Move definition.
20069 (mode-line-mouse-sensitive-p): Deleted.
20070 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
20071 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
20072
20073 * startup.el (command-line-1): Don't call
20074 make-mode-line-mouse-sensitive.
20075
20076 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20077
20078 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
20079 before rmail-toggle-header, because the former toggles headers.
20080
20081 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
20082
20083 * diff-mode.el (diff-kill-junk): New interactive function.
20084 (diff-reverse-direction): Use delete-and-extract-region.
20085 (diff-post-command-hook): Restrict the area so that the hook also works
20086 outside of any diff hunk. This is necessary for the minor-mode.
20087 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
20088 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
20089
20090 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
20091 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
20092 so that it can be used more easily in <foo>-mode-hook. Also make sure
20093 to avoid duplicate entries.
20094 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
20095 (font-lock-remove-keywords): Just as was done for `add', allow it to
20096 work even if font-lock-mode is nil. Also make sure we don't modify
20097 any pre-existing list by forcing a copy-sequence. Finally rename
20098 `major-mode' to `mode'.
20099 (font-lock-fontify-syntactic-anchored-keywords)
20100 (font-lock-fontify-anchored-keywords)
20101 (font-lock-fontify-keywords-region): Use line-end-position.
20102 Don't make `font-lock-multiline' local (it's now done in
20103 font-lock-set-defaults).
20104 (font-lock-set-defaults): Make `font-lock-multiline' local.
20105 Move the `font-lock-fontified' creation to inside the `unless'.
20106
20107 2000-02-06 Andrew Innes <andrewi@gnu.org>
20108
20109 * term/w32-win.el (x-handle-args): Comment out call to message,
20110 which occurs before window system is initialized.
20111
20112 * makefile.nt: Add support for recompiling lisp code.
20113
20114 2000-02-04 Dave Love <fx@gnu.org>
20115
20116 * bindings.el (mode-line-mule-info): Fix/extend last change.
20117
20118 * completion.el: Replace completion-dolist with dolist.
20119
20120 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
20121
20122 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20123
20124 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
20125 environment names before they go into the section regexp.
20126
20127 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
20128 char class in regexp.
20129
20130 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20131 Bind `case-fold-search' to nil.
20132
20133 * progmodes/idlwave.el (idlwave-template):
20134 Respect `idlwave-abbrev-change-case'.
20135 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20136 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20137 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
20138 (idlwave-rw-case): New function.
20139 (idlwave-statement-match): Fixed problem with assignment regexp.
20140 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
20141 (idlwave-surround): New argument LENGTH to support padding of
20142 operators longer than 1 char.
20143
20144 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20145 idlwave-shell-expression-overlay. Implemented printing of
20146 expressions on higher levels of the calling stack.
20147 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
20148 (idlwave-retrieve-expression-from-level): New function.
20149 (idlwave-shell-last-calling-stack): Variable removed.
20150 (idlwave-shell-reset): Argument action reversed (`visible' to
20151 `hidden'). Also remove stop-line overlay.
20152 (idlwave-shell-calling-stack-routine): New variable.
20153 (idlwave-shell-parse-stack-and-display): Messages now display
20154 negative level numbers.
20155 (idlwave-shell-mode): Set `modeline-format'.
20156 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
20157 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
20158 (idlwave-shell-print-expression-function): New option.
20159
20160 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20161 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
20162 `tool-bar' instead of `toolbar'.
20163
20164 2000-02-02 Dave Love <fx@gnu.org>
20165
20166 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20167 emacs-lisp-mode-hook. Don't check for defalias being defined.
20168
20169 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
20170 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20171 Use the new builtins directly.
20172
20173 * whitespace.el (whitespace): Add :version to defgroup.
20174
20175 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20176 Doc fix.
20177
20178 * thingatpt.el (sexp-at-point, symbol-at-point)
20179 (number-at-point, list-at-point): Add autoload cookie.
20180
20181 * recentf.el (recentf): Add :version to defgroup.
20182
20183 * quickurl.el (quickurl): Add :version to defgroup.
20184
20185 * elide-head.el (elide-head): Use point-marker more.
20186
20187 * bs.el (bs): Add :version to defgroup.
20188
20189 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20190
20191 * progmodes/delphi.el (delphi): Add :version to defgroup.
20192
20193 2000-02-02 Gerd Moellmann <gerd@gnu.org>
20194
20195 * ange-ftp.el (ange-ftp-write-region): Handle case that
20196 succeeding process operation sets a different coding system.
20197
20198 * calculator.el: New file.
20199
20200 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20201
20202 * frame.el (frames-on-display-list, framep-on-display): New functions.
20203 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20204 (display-selections-p, display-screens, display-pixel-width)
20205 (display-pixel-height, display-mm-width, display-mm-height)
20206 (display-backing-store, display-save-under, display-planes)
20207 (display-color-cells, display-visual-class): New functions.
20208
20209 * term/tty-colors.el (tty-color-gray-shades): New function.
20210
20211 * faces.el (display-color-p): Use framep-on-display.
20212 (display-grayscale-p): New function.
20213
20214 2000-01-31 Dave Love <fx@gnu.org>
20215
20216 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20217 (create-fontset-from-x-resource): Don't concat integers.
20218
20219 2000-01-31 Inge Frick <inge@nada.kth.se>
20220
20221 * view.el: Some changes in documentation. Removed some trailing
20222 whitespace. Changed some parameter names to agree with documentation.
20223 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20224 window is not deleted. Modifies change 1998-04-26.
20225
20226 2000-01-31 Gerd Moellmann <gerd@gnu.org>
20227
20228 * windmove.el: New file.
20229
20230 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20231 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20232 progmodes/ebnf-yac.el: Update copyright and license info.
20233
20234 * jit-lock.el (jit-lock-function): Widen before calculating
20235 end position.
20236 (jit-lock-stealth-chunk-start): Rewritten.
20237
20238 * info.el (Info-title-face-alist): Removed.
20239 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
20240 (Info-fontify-node): Use these faces.
20241
20242 2000-01-30 Gerd Moellmann <gerd@gnu.org>
20243
20244 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20245 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20246 `&allow-other-keywords'.
20247
20248 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20249 the list of directories scanned heuristically.
20250
20251 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
20252
20253 2000-01-30 Jason Rumney <jasonr@gnu.org>
20254
20255 * w32-fns.el: Define w32-tty-standard-colors.
20256
20257 * startup.el (command-line): Use w32-tty-standard-colors when in
20258 w32 console mode.
20259
20260 2000-01-30 Dave Love <fx@gnu.org>
20261
20262 * jka-compr.el (jka-compr-load): Fix up load-history.
20263
20264 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20265
20266 * emacs-lisp/cl-macs.el: Revert previous change.
20267
20268 2000-01-29 Dave Love <fx@gnu.org>
20269
20270 * facemenu.el: Purecopy various strings.
20271
20272 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20273 years. Deal with three-digit years.
20274
20275 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20276 Use defconst, purecopy.
20277 (help-back-label): Purecopy it.
20278
20279 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20280
20281 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20282 variable. If non-nil, order the buffer list according to the
20283 currently selected frame.
20284 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20285 non-nil, pass the selected frame to function buffer-list.
20286
20287 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20288
20289 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20290
20291 2000-01-28 Dave Love <fx@gnu.org>
20292
20293 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20294
20295 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20296 Don't use lisp-indent-hook property.
20297 (cl-abs): Remove.
20298
20299 * subr.el: Move out indent and edebug specs for when and unless.
20300
20301 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20302 when, unless.
20303
20304 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20305 unless, when.
20306
20307 2000-01-28 Gerd Moellmann <gerd@gnu.org>
20308
20309 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20310 `collecting' as synonym for `collect'.
20311
20312 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20313 for the case it contains spaces.
20314
20315 * simple.el (what-cursor-position): Change formatting of messages.
20316
20317 * frame.el (delete-other-frames): New function.
20318 (toplevel): Bind it to C-x 5 1.
20319
20320 * sort.el (sort-numeric-base): New option.
20321 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20322 interpret it as octal or hexadecimal. Use sort-numeric-base
20323 as default base.
20324
20325 * progmodes/glasses.el: New file.
20326
20327 2000-01-27 Gerd Moellmann <gerd@gnu.org>
20328
20329 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20330 userids differently.
20331
20332 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20333 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20334 progmodes/ebnf-yac.el: New files.
20335
20336 2000-01-26 Dave Love <fx@gnu.org>
20337
20338 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20339 on a function with an empty body. [From Eric Ludlam.]
20340
20341 2000-01-25 Andre Spiegel <spiegel@gnu.org>
20342
20343 * vc.el (vc-version-diff): Make sure file name is expanded.
20344
20345 2000-01-25 Gerd Moellmann <gerd@gnu.org>
20346
20347 * scroll-bar.el (scroll-bar-timer): Variable removed.
20348 (scroll-bar-toolkit-scroll): Don't use a timer.
20349
20350 2000-01-25 Kenichi Handa <handa@etl.go.jp>
20351
20352 * language/thai-util.el (thai-composition-function):
20353 Delete superfluous `a'.
20354
20355 2000-01-24 Dave Love <fx@gnu.org>
20356
20357 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20358 end-of-defun-function.
20359
20360 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
20361
20362 2000-01-22 Jason Rumney <jasonr@gnu.org>
20363
20364 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20365 conflicts with new face support.
20366
20367 2000-01-22 Richard M. Stallman <rms@gnu.org>
20368
20369 * replace.el (query-replace): Rename last arg to DELIMITED.
20370 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20371 (query-replace-regexp): Likewise.
20372
20373 2000-01-20 Richard M. Stallman <rms@gnu.org>
20374
20375 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20376
20377 * emacs-lisp/lisp.el (beginning-of-defun-function):
20378 Variable renamed from beginning-of-defun.
20379 Do not call make-variable-buffer-local.
20380 (beginning-of-defun-raw): Use new variable name; doc fix.
20381 (beginning-of-defun): Doc fix.
20382 (end-of-defun-function): Variable renamed from end-of-defun.
20383 Do not call make-variable-buffer-local.
20384 (end-of-defun): Use new variable name; doc fix.
20385
20386 * subr.el (dolist, dotimes): Copied from cl-macs.el
20387 and made to work.
20388
20389 * mail/undigest.el (rmail-digest-end-regexps):
20390 Variable replaces rmail-digest-end-regexp.
20391 Allows multiple regexps for detecting the end line.
20392 (undigestify-rmail-message): Corresponding changes.
20393
20394 2000-01-19 Dave Love <fx@gnu.org>
20395
20396 * files.el (user-init-file): Don't declare here -- is primitive.
20397
20398 * startup.el (command-line): Check for compiled user-init-file and
20399 set to uncompiled version if necessary.
20400
20401 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20402
20403 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20404 (undigestify-rmail-message): Use it.
20405
20406 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20407
20408 2000-01-17 Gerd Moellmann <gerd@gnu.org>
20409
20410 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20411 of mini-buffer.
20412
20413 2000-01-14 Gerd Moellmann <gerd@gnu.org>
20414
20415 * emacs-lisp/copyright.el (copyright-update): Removed the
20416 requirement for a trailing space from `copyright-regexp', to
20417 support copyrights with owner specified on a separate line..
20418
20419 * align.el: New file.
20420
20421 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20422
20423 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20424
20425 2000-01-13 Dave Love <fx@gnu.org>
20426
20427 * ph.el: Removed. (Obsoleted by EUDC.)
20428
20429 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20430
20431 * net/eudc.el (toplevel): Remove autoloaded code installing
20432 menu with easymenu, because that causes build problems.
20433
20434 * frame.el (frame-notice-user-settings): New variable.
20435 (frame-notice-user-settings): Don't modify frame parameters
20436 if called a second time.
20437
20438 2000-01-13 Richard M. Stallman <rms@gnu.org>
20439
20440 * frame.el (frame-notice-user-settings):
20441 Notice default-frame-parameters even for non-window frames.
20442
20443 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20444
20445 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20446 for Emacs.
20447 (eudc-bob-can-display-inline-images): Extend for Emacs.
20448 (eudc-bob-toggle-inline-display): Ditto.
20449 (eudc-bob-display-jpeg): Ditto.
20450
20451 2000-01-12 Gerd Moellmann <gerd@gnu.org>
20452
20453 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20454 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20455 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20456
20457 * add-log.el (add-change-log-entry): Fix error trying an
20458 `(insert nil)'.
20459
20460 * subdirs.el: Add `net' directory.
20461
20462 * net: New directory.
20463
20464 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20465 eval-last-sexp. Don't bind debug-on-error here.
20466 (eval-last-sexp): New function. Bind debug-on-error if
20467 eval-expression-debug-on-error is non-nil.
20468 (eval-defun-2, eval-defun): Likewise.
20469
20470 * simple.el (eval-expression): Don't bind debug-on-error if
20471 eval-expression-debug-on-error is nil. Detect changed
20472 debug-on-error, and propagate new value to global binding, if
20473 eval-expression-debug-on-error is non-nil,
20474 (eval-expression-debug-on-error): Change doc string.
20475
20476 2000-01-11 Richard M. Stallman <rms@gnu.org>
20477
20478 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20479
20480 * emacs-lisp/lisp-mode.el (with-syntax-table):
20481 Set up lisp-indent-function property.
20482
20483 * subr.el (with-syntax-table): Moved from simple.el.
20484
20485 * simple.el (with-syntax-table): Moved to subr.el.
20486
20487 2000-01-11 Gerd Moellmann <gerd@gnu.org>
20488
20489 * tmm.el (tmm-shortcut): Delete region after prompt instead
20490 of erasing buffer.
20491
20492 * textmodes/fill.el (fill-common-string-prefix): New function.
20493 (fill-context-prefix): Use the longest common prefix of first
20494 and second line fill prefix, if there is one.
20495
20496 2000-01-11 Richard M. Stallman <rms@gnu.org>
20497
20498 * array.el (array-mode): Don't use make-variable-buffer-local.
20499 Use make-local-variable for `truncate-lines'.
20500
20501 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20502
20503 * add-log.el (add-log-current-defun): Handle user-defined
20504 add-log-current-function returning nil,
20505
20506 * add-log.el (add-change-log-entry): Insert version number
20507 if having found a current function
20508
20509 * add-log.el (add-log-current-defun):
20510 Call `add-log-current-defun-function'. Try matches at level 0 and
20511 level 1. Strip whitespace from defun found.
20512
20513 2000-01-10 John Wiegley <johnw@gnu.org>
20514
20515 * allout.el (isearch-done/outline-provisions): Added `edit'
20516 argument to correspond with the current definition of `isearch-done'.
20517
20518 2000-01-10 Dave Love <fx@gnu.org>
20519
20520 * elide-head.el (elide-head): Use point-marker, not point.
20521
20522 2000-01-10 Gerd Moellmann <gerd@gnu.org>
20523
20524 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20525 before and after the year 2000.
20526
20527 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20528 Add ispell- prefix.
20529
20530 2000-01-10 Ken Stevens <k.stevens@ieee.org>
20531
20532 * ispell.el: Only define dictionaries in menus when they exist.
20533 (version18p): New variable.
20534 (version20p): New variable.
20535 (xemacsp): New variable.
20536 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20537 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20538 (ispell-dictionary-alist6): Russian command lines no longer accept
20539 run-together words.
20540 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20541 (ispell-dictionary-alist): Add koi8-r to customize definition.
20542 (check-ispell-version): Added documentation string. Return library
20543 path when called non-interactively.
20544 (ispell-menu-map-needed): Uses new variables.
20545 (ispell-library-path): New variable.
20546 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20547 (ispell-word): Improved documentation string. Test for valid
20548 character mappings. Correctly check typed in word changes that can
20549 result in single words split into multiple words.
20550 Return replacement word.
20551 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20552 replace in recursive query replace mode. Help message for
20553 recursive edit mode.
20554 (ispell-show-choices): Protect against bad framepop bindings.
20555 (ispell-help): Fix to work with XEmacs.
20556 (ispell-highlight-spelling-error): Use new variables.
20557 (ispell-overlay-window): Fix to work with XEmacs.
20558 (ispell-parse-output): Passed and returns location information
20559 tracking spelling corrections. Doesn't recheck same word on
20560 current line.
20561 (ispell-init-process): Protect against bogus XEmacs variable binding.
20562 Fix call to single argument in sleep-for. Use new variables.
20563 (ispell-region): Passed and returns location information tracking
20564 spelling corrections. Doesn't check same word on current line.
20565 Improved documentation string. Doesn't resend a line already
20566 checked to the ispell process - fixes bug in LaTeX parsing.
20567 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20568 (ispell-skip-region): No longer skips <TT> in SGML.
20569 (ispell-process-line): Tracks location information with spelling
20570 corrections. Added documentation string. Accounts for words
20571 already accepted on this line. Don't allow query-replace on line
20572 starting with math characters. Doesn't resend a line already sent
20573 to ispell process. Fixes alignment error bug.
20574
20575 2000-01-10 Richard M. Stallman <rms@gnu.org>
20576
20577 * dired-x.el (dired-guess-shell-alist-default):
20578 Suggest xloadimage, which is free, not xv, which isn't.
20579
20580 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20581 Don't ever include the host name or user name in the value.
20582
20583 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20584
20585 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20586 of a real newline.
20587
20588 2000-01-09 Stephen Eglen <stephen@gnu.org>
20589
20590 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20591 for .png files.
20592
20593 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20594
20595 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20596
20597 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20598
20599 * progmodes/cperl-mode.el: Replace ^F with ^L.
20600
20601 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20602 `require'ing rmail and mailalias to prevent infinite recursion.
20603
20604 2000-01-08 Dave Love <fx@gnu.org>
20605
20606 * emacs-lisp/backquote.el: Remove inappropriate customization
20607 (allowing custom.el to use backquote).
20608
20609 2000-01-07 Dave Love <fx@gnu.org>
20610
20611 * add-log.el (add-log-debugging): Deleted.
20612 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20613 file. Remove debugging code.
20614 (change-log-get-method-definition, change-log-name): Add doc.
20615 (change-log-sortable-date-at): New function.
20616 (change-log-merge): New command.
20617
20618 * time.el (display-time-string-forms): Make the Mail string active.
20619 (display-time-update): Provide help-echo for load average.
20620
20621 * bindings.el (make-mode-line-mouse2-map): New function.
20622 (mode-line-modified): Use it and simplify.
20623 (mode-line-mule-info): Provide help-echo info.
20624 (minor-mode-alist): Activate the strings.
20625 (make-mode-line-mouse-sensitive): Simplify for
20626 mode-line-buffer-identification.
20627
20628 2000-01-07 Gerd Moellmann <gerd@gnu.org>
20629
20630 * play/pong.el: New file.
20631
20632 2000-01-06 Dave Love <fx@gnu.org>
20633
20634 * array.el: Assorted cleanups for compiler warnings, doc strings,
20635 `array-' prefix for symbols.
20636
20637 2000-01-05 Dave Love <fx@gnu.org>
20638
20639 * textmodes/outline.el (outline-mode-menu-bar-map):
20640 Add outline-headers-as-kill.
20641 (outline-mode): Define imenu-generic-expression.
20642 (outline-headers-as-kill): New command.
20643
20644 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20645 from paragraph-start.
20646 (paragraph-indent-minor-mode): New command.
20647
20648 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20649 M-C-e, M-C-h, C-j, C-xnd, TAB.
20650 (fortran-mode): Set beginning-of-defun, end-of-defun.
20651 (fortran-column-ruler): Simplify.
20652 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20653 (fortran-with-subprogram-narrowing): Likewise.
20654 (fortran-indent-subprogram): Call mark-defun.
20655 (fortran-check-for-matching-do): Change narrowing.
20656
20657 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20658 (cl-lucid-hash-tag): Delete.
20659 (cl-hash-table-p): Correct test for native table.
20660 (cl-hash-table-count): Use hash-table-count.
20661
20662 * browse-url.el (browse-url): Fix case of
20663 browse-url-browser-function being an alist.
20664
20665 2000-01-05 Carsten Dominik <cd@gnu.org>
20666
20667 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20668 (reftex-index-phrase-file-extension): New options.
20669
20670 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20671 Use new option `reftex-index-phrase-file-extension'.
20672
20673 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20674 `reftex-parse-file-extension'.
20675
20676 2000-01-05 Dave Love <fx@gnu.org>
20677
20678 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20679 (beginning-of-defun-raw): Use it.
20680 (end-of-defun): New variable.
20681 (end-of-defun): Use it.
20682 (check-parens): New command.
20683
20684 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20685
20686 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20687 (hs-show-block): Don't use `mapcar' when not accumulating.
20688
20689 Fix buglet in local variables initialization.
20690
20691 2000-01-05 Andreas Schwab <schwab@suse.de>
20692
20693 * hscroll.el (hscroll): Doc fix.
20694
20695 2000-01-05 Carsten Dominik <cd@gnu.org>
20696
20697 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20698 Require idlw-toolbar.
20699
20700 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
20701 file idlw-rinfo.el.
20702 (idlwave-customize): Load must read file idlw-shell.el.
20703 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
20704
20705 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20706
20707 * progmodes/idlw-shell.el: Also provide idlwave-shell
20708 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20709 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20710
20711 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
20712 both reftex-dcr and reftex-vcr.
20713
20714 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20715
20716 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20717
20718 * ps-print.el: PostScript code now is in separate files, doc fix.
20719 (ps-print-version): New version number (5.0.3).
20720 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20721 local.
20722 (ps-spool-config): Initialization fix.
20723 (ps-print-prologue-1, ps-print-prologue-2)
20724 (ps-print-duplex-feature): PostScript code moved to separated file.
20725 (ps-background-image): Little code reformating.
20726 (ps-begin-file, ps-begin-job): Fix code.
20727 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20728 (ps-prologue-file): New fun.
20729
20730 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20731
20732 * ps-vars.el: Eliminated.
20733
20734 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20735 `;;;###autoload'.
20736
20737 * ps-print.el: ps-vars eliminated, doc fix.
20738 (ps-print-version): New version number (5.0.2).
20739 (ps-spool-config): Initialization fix.
20740 (ps-print-customize): New fun.
20741
20742 2000-01-04 Gerd Moellmann <gerd@gnu.org>
20743
20744 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
20745
20746 2000-01-04 Dave Love <fx@gnu.org>
20747
20748 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20749 menu items.
20750
20751 2000-01-03 Dave Love <fx@gnu.org>
20752
20753 * elide-head.el (elide-head) [defgroup]: Add :version.
20754
20755 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
20756 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20757 Use `cl-hash-table-p', not `hash-table-p'.
20758 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20759
20760 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20761
20762 * faces.el (face-read-integer, read-face-attribute)
20763 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
20764
20765 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20766
20767 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20768 at comment end, and re-insert them after filling.
20769
20770 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20771
20772 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20773 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20774 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20775
20776 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20777
20778 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20779 the new name of face-color-supported-p.
20780
20781 * term/w32-win.el (xw-defined-colors): Likewise.
20782
20783 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20784
20785 * simple.el (completion-setup-function): Count completion-size
20786 from minibuffer-prompt-end, not from point-min.
20787
20788 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20789
20790 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20791 Pass the frame to tty-color-* functions.
20792 (display-color-p, frame-set-background-mode): Pass the frame to
20793 tty-display-color-p.
20794
20795 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20796 tty-color-alist.
20797 (tty-color-alist, tty-modify-color-alist): New functions.
20798 (tty-color-define, tty-color-clear, tty-color-approximate)
20799 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20800 optional parameter FRAME.
20801
20802 2000-01-01 Gerd Moellmann <gerd@gnu.org>
20803
20804 * image.el (create-image, defimage): Don't assume image data is
20805 a string.
20806
20807 * image.el (defimage): Handle specifications containing :data
20808 instead of :file.
20809 (image-type-from-data): New function.
20810 (image-type-from-file-header): Use it.
20811 (create-image): Add parameter DATA-P.
20812
20813 See ChangeLog.8 for earlier changes.
20814
20815 ;; Local Variables:
20816 ;; coding: iso-2022-7bit
20817 ;; End:
20818
20819 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20820 Copying and distribution of this file, with or without modification,
20821 are permitted provided the copyright notice and this notice are preserved.