]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4 interactively so that C-u M-C-x still does edebug.
5 (checkdoc-sentencespace-region-engine): Don't force a double-space
6 after `.' if it doesn't look like an end-of-sentence.
7 (debug-ignored-errors): Add `disambiguate ...'.
8
9 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
10
11 * textmodes/texinfo.el (texinfo-environments)
12 (texinfo-environment-regexp): Hoisted.
13 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
14 Only highlight the menu name in menu items.
15 Setup `@foo ... @end foo' as text clones.
16 (texinfo-clone-environment): New function.
17 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
18 (texinfo-insert-block): Simplify.
19 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
20 the command is repeated.
21 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
22 (texinfo-insert-@end): Simplify.
23
24 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
25 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
26 (texinfo-subsubsection-level-regexp)
27 (texinfo-update-menu-same-level-regexps)
28 (texinfo-update-menu-higher-regexps)
29 (texinfo-update-menu-lower-regexps): Hoisted to eliminate warnings.
30
31 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
32 (derived-mode-p): Autoload.
33
34 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
35 New vars and functions.
36 (text-clone-maintain, text-clone-create): New functions.
37
38 2001-10-25 Miles Bader <miles@gnu.org>
39
40 * facemenu.el (facemenu-add-new-face): Fix variable names.
41
42 2001-10-24 Richard M. Stallman <rms@gnu.org>
43
44 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
45 of t and nil values.
46 (facemenu-set-face): Handle START and END interactively.
47 (facemenu-set-foreground): Don't use a face; specify color directly.
48 (facemenu-set-background): Likewise.
49 (facemenu-set-face-from-menu): Doc fix.
50 (facemenu-active-faces): Use face-attribute-vector
51 to handle bare attributes not in faces.
52 (facemenu-get-face): Don't handle face names fg:... and bg:...
53 specially.
54 (facemenu-add-new-face): New argument MENU.
55 New way to handle adding colors to the color menus.
56
57 * env.el (substitute-env-vars): Quote the arg to rx.
58
59 2001-10-24 Sam Steingold <sds@gnu.org>
60
61 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
62 Control" group.
63
64 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
65
66 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
67 Better handling of C++ template args to avoid confusion with `<'
68 and `>' used as operators in member init expressions.
69
70 2001-10-24 Gerd Moellmann <gerd@gnu.org>
71
72 * replace.el (perform-replace): Move START and END parameters
73 to the end of the argument list and make them optional.
74
75 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
76 perform-replace.
77
78 * international/fontset.el (x-must-resolve-font-name): New function.
79 (x-complement-fontset-spec): Use it.
80
81 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
82
83 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
84
85 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
86 Turn caadr into caar of cdr.
87
88 2001-10-23 Gerd Moellmann <gerd@gnu.org>
89
90 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
91 of mouse-{1,2} since dragging is on the down event.
92
93 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
94
95 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
96 if ARG is nil.
97
98 * desktop.el (desktop-last-buffer): New variable.
99 (desktop-create-buffer): Set it.
100 (desktop-read): Bind it and switch to that buffer.
101
102 2001-10-22 Gerd Moellmann <gerd@gnu.org>
103
104 * progmodes/compile.el (compilation-set-window-height):
105 Select old window only if it's still live.
106
107 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
108
109 * help-mode.el (help-buffer): Remove debugging code.
110 From Stefan Monnier <monnier@cs.yale.edu>.
111
112 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
113
114 * files.el (file-name-sans-extension, file-name-extension):
115 Don't count the leading dots in file names as signaling an extension.
116
117 2001-10-22 Andre Spiegel <spiegel@gnu.org>
118
119 * vc.el (vc-diff-switches): Doc rewritten.
120
121 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
122
123 * tooltip.el (tooltip-set-param): Doc fix.
124
125 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
126 127 to sgml-maybe-name-self.
127 (sgml-name-8bit-mode): Doc fix.
128 (sgml-char-names-table): New variable.
129 (sgml-name-char): Support non-ASCII and mule-unicode-*
130 characters. Doc fix.
131 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
132
133 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
134 doc string the effect of `left' and `top' parameters in
135 tooltip-frame-parameters, the default values, and the units.
136 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
137 (tooltip-show): Mention in the doc string the `top' and `left'
138 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
139
140 2001-10-22 Andre Spiegel <spiegel@gnu.org>
141
142 Add autoscaling support for vc-annotate.
143 From J.D. Smith <jdsmith@astro.cornell.edu>.
144
145 * vc.el (vc-annotate-display-default): Accept colormap scaling
146 ratio (now deprecated).
147 (vc-annotate-display-autoscale): Added.
148 (vc-annotate-add-menu): New autoscaling menu options "Span to
149 Oldest" and "Span Oldest->Newest". Easymenu support added for
150 toggle menus driven by customize variable `vc-annotate-display-mode'.
151 (vc-annotate-display-select): Added.
152 (vc-annotate): Changed temp-buffer-show-function to
153 `vc-annotate-display-select'.
154 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
155 Added argument OFFSET. Instead of backend function, calls now
156 generic `vc-annotate-difference'.
157 (vc-annotate-difference): Added as generic function instead of
158 backend-specific function. No longer takes argument POINT, but
159 instead accepts a time OFFSET.
160 (vc-default-annotate-current-time): Added.
161
162 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
163 version in vc.el, with
164 (vc-cvs-annotate-current-time): Added, as override of default.
165 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
166 `vc-cvs-annotate-difference'.
167
168 2001-10-22 Gerd Moellmann <gerd@gnu.org>
169
170 * saveplace.el (save-place): Require `saveplace'.
171
172 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
173 Use `sexp' for :value-type instead of `face'.
174
175 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
176
177 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
178 regexps due to 5-digit message IDs.
179
180 2001-10-21 Jason Rumney <jasonr@gnu.org>
181
182 * term/w32-win.el (redisplay-dont-pause): Don't set.
183
184 2001-10-21 Miles Bader <miles@gnu.org>
185
186 * help-funs.el (help-manyarg-func-alist): Variable removed.
187
188 2001-10-21 Miles Bader <miles@gnu.org>
189
190 * help-funs.el (help-manyarg-func-alist): Remove entries for
191 `insert', `insert-and-inherit', `insert-before-markers',
192 `insert-before-markers-and-inherit', `message', `message-box',
193 `message-or-box', `propertize', `format', `encode-time', `append',
194 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
195 `insert-string', `ml-if', `ml-provide-prefix-argument', and
196 `ml-prefix-argument-loop'.
197
198 2001-10-21 Andre Spiegel <spiegel@gnu.org>
199
200 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
201 (vc-default-diff-tree): New functions.
202 (vc-version-diff): Use them. As a result, coding systems are now
203 set up properly for all sorts of diffs, and tree diffs can now
204 also be done locally.
205 (vc-diff): With a prefix argument, don't require that it's called
206 from a buffer under version control.
207 (diff-switches): Remove duplicate definition.
208
209 * vc-cvs.el (vc-cvs-diff-tree): New function.
210
211 2001-10-21 Miles Bader <miles@gnu.org>
212
213 * help-funs.el (help-manyarg-func-alist): Remove entries for
214 `list', `vector', `make-byte-code', `call-process',
215 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
216 `logand', `logior', and `logxor'.
217
218 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
219 image bits to compensate. Use `make-string' instead of
220 `make-bool-vector' (XBM apparently wants byte-aligned rows).
221
222 2001-10-20 Kim F. Storm <storm@cua.dk>
223
224 * simple.el (kill-ring-save): Don't show extent of copied region
225 if using transient-mark-mode and region is fully visible.
226
227 2001-10-20 Gerd Moellmann <gerd@gnu.org>
228
229 * (Version 21.1 released.)
230
231 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
232
233 * files.el (auto-mode-alist): Associate .indent.pro with
234 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
235
236 2001-10-18 Sam Steingold <sds@gnu.org>
237
238 Put the *Compile-Log* buffer in `compilation-mode'.
239 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
240 (byte-compile-log-1, byte-compile-log-file)
241 (displaying-byte-compile-warnings): Use it
242
243 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
244
245 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
246
247 * xml.el (xml-parse-tag): Use eq on char-after's return value.
248
249 2001-10-18 Gerd Moellmann <gerd@gnu.org>
250
251 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
252
253 * obsolete/hilit19.el (hilit-lookup-face-create):
254 Call set-face-font only if display-graphic-p.
255 (toplevel): Remove references to window-system.
256
257 2001-10-18 Miles Bader <miles@gnu.org>
258
259 * simple.el (what-line): Avoid problems with field properties.
260
261 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
262
263 * wid-edit.el (widget-field-face, widget-single-line-field-face):
264 Define special colors for a tty.
265
266 2001-10-17 Francesco Potorti` <pot@gnu.org>
267
268 * comint.el (comint-password-prompt-regexp): Make it less
269 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
270
271 2001-10-17 John Wiegley <johnw@gnu.org>
272
273 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
274 a regular file, before checking if it is a directory or symlink.
275 This avoids a call to eshell-file-attributes, which can be
276 expensive in some situations.
277
278 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
279 customization variable, to differentiate ls-in-dired from regular
280 uses of ls.
281
282 2001-10-17 Miles Bader <miles@gnu.org>
283
284 * custom.el (defface): Mention `:inherit' in doc-string.
285
286 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
287
288 * paren.el: Update the Commentary with installation instructions.
289
290 2001-10-15 Dave Love <fx@gnu.org>
291
292 * international/mule.el (set-auto-coding): Fix regexps for local
293 variables section not to eat newlines.
294
295 2001-10-15 Miles Bader <miles@gnu.org>
296
297 * simple.el (display-message-or-buffer): Pass the correct buffer
298 to `display-buffer'.
299
300 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
301
302 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
303 (executable-find): Use exec-suffixes.
304 (executable-set-magic): Don't use make-local-hook.
305
306 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
307
308 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
309
310 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
311 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
312 Add .so to the Unix and GNU branch.
313
314 * international/latin-1.el:
315 * international/latin-2.el:
316 * international/latin-3.el:
317 * international/latin-4.el:
318 * international/latin-5.el:
319 * international/latin-8.el:
320 * international/latin-9.el: Add no-byte-compile: t, since
321 Makefile.in instructs make-docfile to look at .el files.
322
323 2001-10-14 Miles Bader <miles@gnu.org>
324
325 * button.el (define-button-type): Allow supertype property to be
326 specified with a keyword `:supertype' too.
327 (button-put, make-text-button): Allow button type property to be
328 specified using the keyword `:type' too.
329 (button-type): New function.
330 (button): Add `button-category-symbol' property.
331
332 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
333
334 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
335 indent-new-comment-line from comment-indent-new-line.
336
337 * textmodes/refill.el (refill-mode):
338 Bind DEL to backward-delete-char-untabify.
339 Set backward-delete-char-untabify-method to `hungry'.
340
341 * textmodes/bib-mode.el (bib-mode):
342 * play/gomoku.el (gomoku-mode):
343 * textmodes/page-ext.el (pages-directory-mode):
344 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
345
346 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
347
348 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
349
350 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
351 Handle here-docs differently.
352 (sh-font-lock-heredoc): Remove.
353 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
354 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
355 (sh-font-lock-open-heredoc): New functions.
356 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
357 (sh-font-lock-keywords-1): Use regexp-opt.
358 (sh-in-comment-or-string): Use syntax-ppss.
359 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
360 (sh-select, sh-tmp-file): Add explicit terminating \n.
361
362 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
363 Use with-current-buffer.
364 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
365 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
366 filename), catch any error that occurs in `ange-ftp-cd'.
367 If an error happened, don't bother sending `cmd' at all.
368 Fix a parenthesis typo.
369 (ange-ftp-write-region): Don't blindly use binary if the remote host
370 is unix-like.
371
372 * play/pong.el (pong-init): Don't use make-local-hook.
373
374 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
375
376 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
377 (viper-get-ex-address-subr): More precise addr for the $ marker
378
379 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
380
381 * version.el (emacs-version): Bump to 21.1.50.
382
383 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
384
385 * mail/mailalias.el (mail-directory-stream): Do not double
386 variables in the lambda-list.
387
388 * play/gomoku.el (gomoku-init-display): Ditto.
389
390 * play/landmark.el (lm-init-display): Ditto.
391
392 * delim-col.el (delimit-columns-rectangle-max): Ditto.
393 (delimit-columns-rectangle-line): Ditto.
394
395 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
396
397 * newcomment.el (comment-region-internal): Don't rebind
398 invisibility_spec now that the C routines handle it correctly.
399
400 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
401
402 * frame.el (special-display-popup-frame): Obey new specs `same-window'
403 and `same-frame'.
404
405 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
406
407 * simple.el (minibuffer-local*-map): Remove redundant bindings.
408
409 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
410 C-p and C-r. Remove redundant bindings from inheriting maps.
411
412 * progmodes/cperl-mode.el: Merged in changes from v4.32.
413 After 4.23 and: After 4.24:
414 (cperl-contract-levels): Restore position.
415 (cperl-beautify-level): Likewise.
416 (cperl-beautify-regexp): Likewise.
417 (cperl-commentify): Rudimental support for length=1 runs
418 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
419 After 4.25:
420 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
421 (imenu-example--create-perl-index): Was not enforcing
422 syntaxification-to-the-end.
423 (cperl-invert-if-unless): Allow `for', `foreach'.
424 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
425 Mark qw(), m()x as indentable.
426 (cperl-init-faces): Highlight `sysopen' too.
427 Highlight $var in `for my $var' too.
428 (cperl-invert-if-unless): Was leaving whitespace at end.
429 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
430 (cperl-calculate-indent): Remove old commented out code.
431 Support (primitive) indentation of qw(), m()x.
432 After 4.26:
433 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
434 q [] with intervening newlines.
435 (cperl-autoindent-on-semi): New customization variable.
436 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
437 (cperl-tips): Mention how to make CPerl the default mode.
438 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
439 (cperl-outline-level): New function.
440 (cperl-highlight-variables-indiscriminately): New customization var.
441 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
442 From Sean Kamath <kamath@pogo.wv.tek.com>.
443 (cperl-after-block-p): Support CHECK and INIT.
444 (cperl-init-faces, cperl-short-docs): Likewise and "our".
445 From Doug MacEachern <dougm@covalent.net>.
446 After 4.27:
447 (cperl-find-pods-heres): Recognize \"" as a string.
448 Mark whitespace between q and [] as `syntax-type' => `prestring'.
449 Allow whitespace between << and "FOO".
450 (cperl-problems): Remove \"" and q [] with intervening newlines.
451 Mention multiple <<EOF as unsupported.
452 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
453 (cperl-indent-parens-as-block): New configuration variable.
454 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
455 Use `cperl-indent-parens-as-block'.
456 (cperl-find-pods-heres): Test for =cut without empty line instead of
457 complaining about no =cut.
458 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
459 (cperl-find-pods-heres): Likewise.
460 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
461 POD could've been marked as comment already.
462 (cperl-unwind-to-safe): Unwind before start of POD too.
463 After 4.28:
464 (cperl-forward-re): Throw an error at proper moment REx unfinished.
465 After 4.29:
466 (x-color-defined-p): Make an extra case to peacify the warning.
467 Toplevel: `defvar' to peacify the warnings.
468 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
469 No -nw-compile time warnings now.
470 (cperl-find-tags): TAGS file had too short substring-to-search.
471 Be less verbose in non-interactive mode
472 (imenu-example--create-perl-index): Set index-marker after name
473 (cperl-outline-regexp): New variable.
474 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
475 (cperl-mode): Made use `cperl-outline-regexp'.
476 After 4.30:
477 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
478 (cperl-outline-level): Make start-of-file same level as `package'.
479 After 4.31:
480 (cperl-electric-pod): `head1' and `over' electric only if empty.
481 (cperl-unreadable-ok): New variable.
482 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
483 on an unreadable file.
484 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
485 on an unreadable directory.
486
487 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
488 Consider the text between two errors as belonging to the first error.
489 (compilation-goto-locus): Use pop-to-buffer rather than
490 switch-to-buffer-other-frame.
491
492 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
493 (awk-font-lock-syntactic-keywords): New var.
494 (awk-mode): Use it.
495
496 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
497
498 * faces.el (describe-face): Call help-setup-xref earlier.
499
500 * jka-compr.el (jka-compr-load-suffixes): New var.
501 (jka-compr-install): Add its content to load-suffixes.
502 (jka-compr-uninstall): Remove its content from load-suffixes.
503
504 2001-10-12 Sam Steingold <sds@gnu.org>
505
506 * bindings.el (completion-ignored-extensions): CL-related
507 extensions are platform-independent.
508
509 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
510 asynchronous multiple file copying.
511
512 2001-10-12 Gerd Moellmann <gerd@gnu.org>
513
514 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
515 Turn error for repeated variables into warning.
516
517 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
518 New function checking that lambda-list consists of non-constant
519 symbols, that &rest and &optional are followed by variable names,
520 that &rest VAR is the last element, and that variables aren't doubled.
521 (byte-compile-lambda): Use it.
522
523 2001-10-12 Eli Barzilay <eli@barzilay.org>
524
525 * calculator.el (calculator-eng-display): Don't call concat
526 with an integer argument.
527
528 2001-10-12 Miles Bader <miles@gnu.org>
529
530 * help-mode.el (help-customize-face): New button-type.
531
532 * faces.el (list-faces-display): Fix args to `help-xref-button'.
533 (describe-face): Fix args to `help-xref-button'.
534 Don't switch to help-buffer around call to `help-setup-xref'.
535 Use `help-buffer' instead of hard-wired "*Help*".
536 Require `help-mode'.
537
538 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
539
540 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
541
542 * help-mode.el (help-buffer): New function.
543 Returns the buffer-name to use for help output.
544 Change all the code to use it instead of hard-coding *Help*.
545 (help-mode-map): Put back the mouse-2 binding.
546 (help-xref-stack): Change the format and make buffer-local.
547 (help-xref-stack-item): Make buffer-local.
548 (help-setup-xref): Do the `push' here rather than in help-do-xref.
549 (help-xref-interned): Display the face doc as well.
550 (help-follow-mouse): Re-introduce.
551 (help-xref-go-back): Adapt to the new use of help-xref-stack.
552 (help-do-xref): Don't `push' any more.
553 (help-follow): Also follow face names.
554
555 * help-funs.el (describe-function-1): Remove unused `parens' arg.
556 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
557 Autoload and cleanup.
558 (describe-function): Call help-setup-xref.
559 (describe-variable): Call help-setup-xref earlier.
560
561 * help.el (describe-bindings-internal): New fun moved from keymap.c.
562 (view-lossage): Call help-setup-xref correctly and earlier.
563 (describe-bindings): Call help-setup-xref earlier.
564 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
565 (describe-mode): Don't autoload. Call help-setup-xref earlier.
566
567 2001-10-11 Gerd Moellmann <gerd@gnu.org>
568
569 * master.el (master-mode): Use define-minor-mode instead of
570 easy-mmode-define-minor-mode. Add autload cookie.
571 (Commentary): Remove the line showing how to autoload master-mode,
572 since it's always autoloaded.
573
574 * master.el: New file.
575
576 2001-10-11 Dave Love <fx@gnu.org>
577
578 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
579 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
580 <const-C varset-X const-C>: Fix car/cdr typo.
581
582 2001-10-11 Gerd Moellmann <gerd@gnu.org>
583
584 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
585 New function extracted from byte-compile-log-1.
586 (byte-compile-log-1): Change output to be more in line with
587 the output of other GNU tools.
588 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
589 (byte-compile-report-error): Downcase error message.
590 Use `error' instead of `!!' for error messages.
591 (byte-compile-print-syms): Treat non-interactive case specially.
592 (displaying-byte-compile-warnings): Use backquote.
593 (byte-compile-from-buffer): Bind byte-compile-last-line.
594 (batch-byte-compile): Remove `Done' message.
595
596 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
597
598 * emacs-lisp/copyright.el (copyright): Add final \n.
599
600 2001-10-11 Miles Bader <miles@gnu.org>
601
602 * diff.el (diff): Display default values in prompts as
603 `(default ...)', not `(...)'.
604
605 * info.el (Info-follow-reference): Likewise.
606
607 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
608
609 * emacs-lisp/autoload.el (doc-string-elt): Remove.
610
611 * newcomment.el (comment-indent): Be a little more robust in case
612 comment-indent-function does funny things.
613 (comment-normalize-vars): Autoload.
614 (comment-region-internal): Fiddle with the visibility spec.
615 (comment-valid-prefix): New function.
616 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
617 that would turn comment-text into non-comment-text.
618
619 * emacs-lisp/syntax.el: New file.
620
621 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
622 compatibility cruft.
623 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
624 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
625 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
626 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
627 tcl-submit-bug-report.
628 (tcl-mode-syntax-table): Leave \f alone.
629 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
630 tcl-end-of-defun, tcl-submit-bug-report.
631 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
632 (tcl-add-emacs-menu): Remove.
633 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
634 (tcl-keyword-list): Add `chain'.
635 (tcl-font-lock-syntactic-keywords): New variable.
636 (tcl-pps-has-arg-6): Remove.
637 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
638 (tcl-internal-mark-defun): Remove.
639 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
640 (tcl-mode): Use define-derived-mode. Simplify.
641 Set comment-indent-function.
642 (tcl-indent-command): Use line-beginning-position and comment-indent.
643 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
644 (tcl-indent-line): Use tcl-calculate-indent.
645 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
646 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
647 (tcl-filter): Use with-current-buffer, simplify.
648 (inferior-tcl-mode): Use define-derived-mode.
649 (tcl-hairy-in-comment): Renamed tcl-in-comment.
650 (tcl-simple-in-comment, tcl-in-comment): Removed.
651 (tcl-files-alist): New function.
652 (tcl-help-snarf-commands): Use it and return the result directly
653 rather than through a global variable.
654 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
655 (tcl-help-on-word): Provide the default value to completing-read.
656 (tcl-hilit): Remove.
657 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
658 (tcl-comment-indent): New function.
659 (tcl-submit-bug-report): Remove.
660 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
661 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
662 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
663
664 2001-10-10 Miles Bader <miles@gnu.org>
665
666 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
667 (Info-fontify-node): Don't fontify the node if it's already been done.
668
669 2001-10-10 Gerd Moellmann <gerd@gnu.org>
670
671 * international/iso-transl.el (iso-transl-e-caret)
672 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
673 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
674
675 * simple.el (end-of-buffer): Fix code scrolling specially
676 for the buffer end.
677
678 * startup.el (command-line-1): Bind tab-width to 8.
679
680 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
681
682 * emulation/tpu-edt.el: Use defalias instead of fset for
683 user-visible commands. From Rob Riepel
684 <riepel@Networking.Stanford.EDU>.
685
686 2001-10-09 Gerd Moellmann <gerd@gnu.org>
687
688 * ruler-mode.el: New file.
689
690 2001-10-09 Miles Bader <miles@gnu.org>
691
692 * apropos.el (button): New require.
693
694 * help-funs.el: New file, contents mostly from `help.el'.
695 (describe-variable): Use `condition-case' instead of `ignore-errors'.
696
697 * help-mode.el: New file, contents mostly from `help.el'.
698
699 * help.el: Don't require `view' when compiling.
700 (help-with-tutorial, describe-function, describe-function-1)
701 (variable-at-point, describe-variable, locate-library):
702 Functions moved into `help-funs.el'.
703 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
704 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
705 (help-setup-xref, help-xref-following, help-make-xrefs)
706 (help-xref-button, help-insert-xref-button, help-xref-interned)
707 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
708 (help-xref-on-pp): Functions moved into `help-mode.el'
709 (help-mode-map, help-xref-stack, help-xref-stack-item)
710 (help-highlight-p, help-highlight-face, help-back-label)
711 (help-xref-symbol-regexp, help-xref-mule-regexp)
712 (help-xref-info-regexp): Variables moved into `help-mode.el'.
713 (help-symbol, help-back, help-info, help-customize-variable)
714 (help-function-def, help-variable-def):
715 Button-types moved into `help-mode.el'.
716 (load-symbol-file-load-history, symbol-file):
717 Functions moved into `subr.el'.
718 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
719 (view-lossage): Call `help-setup-xref' instead of doing it manually.
720
721 * subr.el (symbol-file-load-history-loaded)
722 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
723
724 * loadup.el ("button"): Load removed.
725
726 * button.el (define-button-type): Respect any `supertype' property.
727 (button-type-subtype-p, button-has-type-p): New functions.
728
729 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
730 dollar-signs.
731
732 * comint.el (comint-insert-previous-argument): New function.
733 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
734 (comint-insert-previous-argument-last-start-pos)
735 (comint-insert-previous-argument-last-index): New variables.
736
737 * apropos.el (apropos-next-label-button): Use the presence of a
738 `apropos-label' property to detect label buttons.
739
740 2001-10-08 Miles Bader <miles@gnu.org>
741
742 * button.el (next-button, previous-button): Remove N and WRAP
743 parameters. Don't pay attention to `skip' properties.
744 (forward-button): Implement wrapping, iterating, and skipping here
745 instead.
746 (button-activate): USE-MOUSE-ACTION is optional.
747 (button-nop): Function removed.
748 (default-button): Use `ignore' as default button action.
749
750 * apropos.el (apropos-next-label-button): Update arguments to
751 `next-button'.
752 (apropos-symbol): Add `skip' property.
753 (apropos-function, apropos-macro, apropos-command)
754 (apropos-variable, apropos-face, apropos-group, apropos-widget)
755 (apropos-plist): New button types.
756 (apropos-label-properties): Variable removed.
757 (apropos-print): Pass button-type to apropos-print-doc, rather
758 than help function and label text.
759 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
760 Get button label from TYPE.
761
762 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
763
764 * help.el (help-mode): Use define-derived-mode.
765 (describe-mode): Add optional `buffer' arg.
766 Use it instead of going through help-xref-mode.
767 Avoid doubling the word `minor' when prettifying.
768 (describe-function-1): List the corresponding key bindings.
769 (describe-variable): Say if the var is automatically buffer-local.
770 If the source is `loaddefs.el', look for the real source.
771 (help-xref-mode): Remove.
772
773 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
774 the file says no-byte-compile.
775
776 2001-10-08 Miles Bader <miles@gnu.org>
777
778 * button.el (next-button, previous-button): Respect `skip' property.
779
780 2001-10-07 Miles Bader <miles@gnu.org>
781
782 * woman.el (woman-mode-map): Copy button-buffer-map instead of
783 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
784 `woman-follow-word' instead of `woman-mouse-2'.
785 (woman-follow-word): Renamed from `woman-mouse-2'.
786 Follow current unconditionally, since this function is now only
787 bound to M-mouse-2. Use accessor functions.
788 (WoMan-highlight-references): Use `make-text-button'.
789 (woman-xref): New button type.
790
791 * loadup.el ("faces"): Move load before loading "loaddefs.el".
792 ("button"): New load, just before "help" (which uses it).
793
794 * help.el (help-mode-map): Make button-buffer-map our parent.
795 Don't bind mouse events or tab/backtab.
796 (help-function, help-variable, help-face, help-coding-system)
797 (help-input-method, help-character-set, help-back, help-info)
798 (help-customize-variable, help-function-def, help-variable-def):
799 New button types.
800 (help-button-action): New function.
801 (describe-function-1): Pass help button-types to
802 `help-xref-button' rather than help function and help-echo string.
803 Don't put multiple help-function args in a list to pass them to
804 help-xref-button, just pass them as multiple arguments.
805 Use `help-insert-xref-button' to make [back]-button, rather than
806 `help-xref-button'.
807 (help-xref-button): Take a button-type TYPE as a parameter rather
808 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
809 and add a &rest parameter ARGS to serve the same purpose.
810 Use `make-text-button' to add the button.
811 (help-insert-xref-button): Use `insert-text-button' to add the button.
812 (help-follow-mouse, help-next-ref, help-previous-ref):
813 Functions removed.
814 (help-do-xref): New function.
815 (help-follow): Use `push-button' and `help-do-xref' to do most of
816 the work.
817
818 * apropos.el (apropos-symbol, apropos-label): New button types.
819 (apropos-symbol-button-display-help)
820 (apropos-label-button-display-help, apropos-next-label-button):
821 New functions.
822 (apropos-mode-map): Make button-buffer-map our parent.
823 Don't bind mouse events.
824 (apropos-print, apropos-print-doc): Create buttons instead of text
825 properties.
826 (apropos-mouse-follow): Function removed.
827 (apropos-follow): Use buttons.
828
829 * button.el: New file.
830
831 2001-10-07 Gerd Moellmann <gerd@gnu.org>
832
833 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
834 Remove.
835
836 2001-10-05 Richard M. Stallman <rms@gnu.org>
837
838 * add-log.el (add-change-log-entry): Skip copyright notice
839 and copying permission notice at start of file, if any.
840 Make use of terms "entry" and "item" accord with Emacs manual.
841 Simplify the logic for moving point while entering or creating
842 an entry and then an item.
843 (add-change-log-entry-other-window): Doc fix.
844
845 2001-10-06 Miles Bader <miles@gnu.org>
846
847 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
848 removed; they apparently don't work with faces.
849
850 2001-10-05 Sam Steingold <sds@gnu.org>
851
852 * textmodes/sgml-mode.el (html-xhtml): New user option.
853 (html-tag-alist, html-horizontal-rule, html-image, html-line)
854 (html-ordered-list, html-unordered-list, html-list-item)
855 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
856 (sgml-skip-close-p): New function.
857 (sgml-value): Use it.
858
859 2001-10-05 Sam Steingold <sds@gnu.org>
860
861 * calendar/diary-lib.el (diary-entry-compare): When times are
862 identical, compare the entries lexicographically.
863
864 2001-10-06 Miles Bader <miles@gnu.org>
865
866 * rfn-eshadow.el (rfn-eshadow-update-overlay):
867 Use `minibuffer-prompt-end'.
868
869 * simple.el (previous-matching-history-element): Fix misplaced
870 parentheses.
871
872 2001-10-05 Miles Bader <miles@gnu.org>
873
874 * rfn-eshadow.el: New file.
875
876 2001-10-05 Miles Bader <miles@gnu.org>
877
878 * cus-face.el (custom-face-attributes): Make sure each attribute
879 has a valid default value. Remove hacks that mapped `nil' to
880 `off' and used nil to mean `unspecified'. Remove `unspecified'
881 choices from all attributes (unspecified is handled by the parent
882 checklist).
883 * cus-edit.el (custom-face-edit-convert-widget)
884 (custom-face-edit-deactivate, custom-face-edit-activate)
885 (custom-face-edit-delete, custom-face-edit-attribute-tag):
886 New functions.
887 (custom-face-edit): Specify a custom :convert-widget.
888 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
889 Don't pass in default filters that map between `nil' and `off' and
890 `unspecified' and `nil'.
891
892 2001-10-05 Gerd Moellmann <gerd@gnu.org>
893
894 * progmodes/compile.el (compilation-buffer-name): New function.
895 (compile-internal): Use it to determine the name of the
896 compilation buffer.
897
898 2001-10-05 Miles Bader <miles@gnu.org>
899
900 * progmodes/compile.el (grep-use-null-device): New variable.
901 (grep-command): Mention `grep-use-null-device'.
902 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
903 Make computation of `grep-command' respect `grep-use-null-device'.
904 (grep): Respect `grep-use-null-device'.
905 Call `grep-compute-defaults' even if grep-command is set, if
906 grep-use-null-device is still tentative.
907
908 * subr.el (call-process-shell-command): New function.
909
910 2001-10-05 Miles Bader <miles@gnu.org>
911
912 * simple.el (previous-matching-history-element)
913 (next-history-element, next-complete-history-element): Use
914 `minibuffer-' functions instead of calling `field-' functions directly.
915 (minibuffer-prompt-end, minibuffer-contents):
916 (minibuffer-contents-no-properties, delete-minibuffer-contents):
917 Functions removed (now subrs).
918 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
919
920 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
921 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
922 instead of calling `field-' functions directly.
923 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
924
925 2001-10-05 Gerd Moellmann <gerd@gnu.org>
926
927 * files.el (find-file-noselect): If file's read-only status has
928 changed on disk, ask if buffer's read-only status should be
929 changed, unless NOWARN is set.
930
931 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
932 alias for define-setf-method.
933
934 * bindings.el: Remove no-byte-compile from file local variables
935 to enable bootstrapping.
936
937 2001-10-04 Andrew Innes <andrewi@gnu.org>
938
939 * faces.el (face-font-registry-alternatives) [windows-nt]:
940 Make gb2312 an alias for gb2312.1980.
941
942 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
943
944 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
945 (uniquify-reverse-components): Remove.
946
947 * emacs-lisp/bytecomp.el (byte-recompile-directory):
948 Make sure the file is readable.
949 (byte-compile-file): Don't compile if `no-byte-compile' is set.
950 (byte-compile-defvar): Update to reflect the change in Fdefvar.
951 (batch-byte-recompile-directory): Pass arg=0.
952
953 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
954 (perl-calculate-indent): Use it.
955 (perl-backward-to-noncomment): Use forward-comment.
956
957 * derived.el (define-derived-mode, derived-mode-make-docstring):
958 Allow `parent' to be nil.
959
960 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
961 Use define-derived-mode.
962 (nroff-mode-map, nroff-mode-syntax-table): Massage.
963
964 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
965
966 * emacs-lisp/lselect.el: Use facep iso find-face.
967
968 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
969 Use regexp-opt.
970 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
971 (lisp-font-lock-syntactic-face-function): New function.
972 (lisp-mode-variables): Use it. Make arg optional.
973 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
974 (lisp-mode): Don't pass an arg to lisp-mode-variables.
975 Set comment-start-skip.
976
977 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
978
979 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
980 (ignore-errors): Don't bother using a `err' symbol.
981
982 * emacs-lisp/autoload.el (autoload-ensure-default-file)
983 (autoload-insert-section-header, autoload-before-p)
984 (autoload-remove-section): New functions.
985 (generate-file-autoloads): Use them.
986 (update-file-autoloads): Use them. Return FILE if there's no cookie.
987 Make sure the autoload file is properly formatted when creating it.
988 (update-autoloads-from-directories): Use them as well.
989 Only update autoloads for files whose timestamp has changed.
990 Add a dummy entry to remember the files which had no autoload cookies.
991
992 * timer.el (timer-relative-time): Fix computation for negative `micro'.
993
994 * subr.el (define-key-after): Allow `key' to be longer than 1.
995 (make-local-hook): Make obsolete.
996 (add-hook, remove-hook): Don't use make-local-hook any more.
997 (make-syntax-table): Inherit all chars from s-s-t.
998
999 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1000
1001 This is a fix for a report saying that resuming a search with C-s
1002 C-s doesn't use the case-fold-search setting of the previous
1003 search (C-s ... M-c ... then C-s C-s).
1004
1005 * isearch.el (isearch-last-case-fold-search): New variable.
1006 (isearch-mode): Remember value of isearch-case-fold-search
1007 in isearch-last-case-fold-search.
1008 (isearch-done): Quote value of isearch-case-fold-search.
1009 (isearch-repeat): When resuming a search, restore
1010 isearch-case-fold-search from isearch-last-case-fold-search.
1011
1012 Added to NEWS.
1013
1014 * startup.el (inhibit-startup-buffer-menu): New user-option.
1015 (command-line-1): If inhibit-startup-buffer-menu is set, don't
1016 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
1017
1018 This allows upto 99999 messages in the summary without screwing up
1019 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
1020
1021 * mail/rmailsum.el (rmail-make-summary-line)
1022 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
1023 (rmail-summary-goto-msg, rmail-summary-goto-msg):
1024 Allow 5-digit message ids instead of 4.
1025
1026 This adds expansion of environment variables in the value
1027 specified with M-x setenv. Added to NEWS.
1028
1029 * env.el (substitute-env-vars): New function.
1030 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
1031 environment variables in VALUE. Return VALUE.
1032
1033 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1034
1035 * Branch for 21.1.
1036
1037 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
1038
1039 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
1040
1041 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1042
1043 * emulation/tpu-edt.el: Make messages match original TPU/edt
1044 editor. From riepel@Stanford.EDU (Rob Riepel).
1045
1046 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
1047
1048 * rect.el: Update maintainer's email address.
1049
1050 2001-10-02 Andreas Schwab <schwab@suse.de>
1051
1052 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
1053 and Extended Passive Mode, resp.
1054
1055 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1056
1057 These changes add support for Calendar-related items in the
1058 menu bar on tty's as well:
1059
1060 * calendar/calendar.el (calendar-mode-map): Require cal-menu
1061 unconditionally.
1062 (calendar-mode): Set up activate-menubar-hook unconditionally.
1063
1064 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
1065 calls x-popup-menu only if popup menus are supported.
1066 (calendar-mouse-insert-hebrew-diary-entry)
1067 (calendar-mouse-insert-islamic-diary-entry)
1068 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1069 (calendar-mouse-view-other-diary-entries)
1070 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
1071 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1072 Call cal-menu-x-popup-menu instead of x-popup-menu.
1073
1074 2001-10-01 Gerd Moellmann <gerd@gnu.org>
1075
1076 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
1077
1078 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
1079
1080 * emacs-lisp/rx.el: New file.
1081
1082 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1083
1084 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
1085
1086 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1087
1088 * frame.el (select-frame-by-name, other-frame): Doc fix.
1089
1090 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
1091
1092 * play/snake.el (snake-score-file): Use temporary-file-directory
1093 instead of a literal "/tmp". Suggested by Robert
1094 <robert@chezmarshall.freeserve.co.uk>.
1095
1096 * play/tetris.el (tetris-score-file): Ditto.
1097
1098 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
1099
1100 * apropos.el (apropos-print): Make the directions inserted at the
1101 beginning of the *Apropos* buffer more clear.
1102
1103 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
1104
1105 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
1106 Added comments.
1107
1108 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
1109
1110 * newcomment.el (comment-normalize-vars): Use " \t" rather than
1111 "\\s-" when defining comment-end-skip.
1112
1113 2001-09-27 Gerd Moellmann <gerd@gnu.org>
1114
1115 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
1116 Call get-buffer-window first second arg `visible'.
1117
1118 * international/mule-diag.el (list-input-methods-1):
1119 Output something that's independent of Emacs' version.
1120
1121 * tar-mode.el (tar-mode-write-file): Don't signal an error by
1122 calling byte-to-position with a nil tar-header-offset.
1123
1124 2001-09-27 Simon Josefsson <jas@extundo.com>
1125
1126 * mail/sendmail.el (send-mail-function): Doc fix.
1127 (mail-do-fcc): Error if header-end is not a marker.
1128 (mail-do-fcc): Add a comment.
1129 (mail-reply-to): Doc fix.
1130 (mail-signature): Make ATPOINT optional.
1131 (mail-yank-original): Use cond instead of nestled if.
1132
1133 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
1134
1135 * info.el (Info-on-current-buffer): Default arg to "Top".
1136
1137 2001-09-25 Eli Barzilay <eli@barzilay.org>
1138
1139 * calculator.el (calculator-copy-displayer): New user-option.
1140 (calculator-displayer-prev, calculator-displayer-next):
1141 Renamed from calculator-displayed-{left,right}.
1142 (calculator, calculator-standard-displayer)
1143 (calculator-num-to-string, calculator-update-display)
1144 (calculator-copy, calculator-put-value): Bug and display fixes.
1145
1146 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1147
1148 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
1149 (ebnf-version): New version (3.6.1).
1150
1151 * ebnf-bnf.el: Fix character range regexp. Doc fix.
1152 (ebnf-bnf-non-terminal-chars): New internal const.
1153 (ebnf-bnf-lex): Fix code.
1154
1155 * ebnf-iso.el: Fix character range regexp. Doc fix.
1156 (ebnf-iso-non-terminal-chars): New internal const.
1157 (ebnf-iso-lex): Fix code.
1158
1159 * ebnf-yac.el: Fix character range regexp. Doc fix.
1160 (ebnf-yac-skip-chars): New internal const.
1161 (ebnf-yac-skip-code): Fix code.
1162
1163 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
1164
1165 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
1166
1167 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
1168 passing it to VC.
1169
1170 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
1171 case where the file is relative.
1172
1173 2001-09-24 Gerd Moellmann <gerd@gnu.org>
1174
1175 * xml.el (xml-parse-attlist): Quotes around attributes must be the
1176 same on each side. Make sure we properly handle simple quotes.
1177 From Daiki Ueno <ueno@unixuser.org>.
1178
1179 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1180
1181 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
1182 <jas@extundo.com>.
1183
1184 * menu-bar.el (top-level): Minor fixes for text of help-echo in
1185 some items of the Options menu.
1186
1187 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
1188
1189 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
1190
1191 * vc-hooks.el (vc-delete-automatic-version-backups):
1192 Don't fail if the directory doesn't exist.
1193
1194 * diff-mode.el (diff-default-read-only): New var.
1195 (diff-mode): Use it.
1196
1197 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
1198
1199 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
1200 Use make-keymap instead of copy-keymap, since copying the global
1201 keymap messes up the menu bar.
1202
1203 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
1204 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1205
1206 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
1207
1208 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
1209
1210 * dired-aux.el (dired-insert-subdir): Pass switches to
1211 dired-build-subdir-alist.
1212
1213 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
1214
1215 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
1216 caused %#a and %#b to be mis-formatted.
1217
1218 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
1219
1220 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
1221 ccmode, emacs-mime, and eudc manuals.
1222
1223 2001-09-19 Sam Steingold <sds@gnu.org>
1224
1225 w32 find cannot be used with `grep-find'.
1226 * progmodes/compile.el (find-program): New variable.
1227 (grep-compute-defaults): Use it to set `grep-find-command'.
1228
1229 2001-09-19 Gerd Moellmann <gerd@gnu.org>
1230
1231 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
1232
1233 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1234
1235 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1236 programming. Doc fix.
1237 (ebnf-version): New version (3.6).
1238 (ebnf-eps-begin): Data fix.
1239 (ebnf-begin-file): Code fix.
1240
1241 * ebnf-bnf.el: Doc fix.
1242 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1243
1244 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1245
1246 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1247
1248 * ps-print.el: Better face mapping for black/white PostScript printers.
1249 Check if mark is active when printing a region. Doc fix.
1250 (ps-print-version): New version number (6.5.5).
1251 (ps-print-color-p): Customization fix.
1252 (ps-black-white-faces): New option.
1253 (ps-black-white-faces-alist): New internal var.
1254 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1255 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1256 (ps-nb-pages-region): Interactive fix.
1257 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1258 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1259
1260 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1261
1262 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1263 numeric month value, and allow the Kanji character after the it to
1264 be missing (happens with ls-lisp's output on Japanese versions of
1265 MS-Windows).
1266
1267 2001-09-18 Miles Bader <miles@gnu.org>
1268
1269 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1270 it's empty (and thus probably a new patch file about to be edited).
1271
1272 2001-09-17 Gerd Moellmann <gerd@gnu.org>
1273
1274 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1275 Check for '(' in column 0 of doc string.
1276
1277 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1278 of `nth' so that using a vector as bounding-box works.
1279 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1280
1281 2001-09-17 Andre Spiegel <spiegel@gnu.org>
1282
1283 * vc.el (vc-annotate): Use current workfile version explicitly as
1284 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1285
1286 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1287
1288 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1289 convert-standard-filename doesn't guarantee that the .el extension
1290 is preserved.
1291
1292 * dos-fns.el (convert-standard-filename): Replace invalid
1293 characters only after converting dash/underscore to a period.
1294 (original-make-auto-save-file-name): New.
1295 (make-auto-save-file-name): New function, overrides the definition
1296 on files.el and calls the original function via
1297 original-make-auto-save-file-name.
1298
1299 * mail/rmail.el (top-level): Require mule-utils when compiling.
1300 (rmail-decode-babyl-format): Use detect-coding-with-priority
1301 instead of detect-coding-region, to favor detection of emacs-mule
1302 encoded Babyl files written by rmailout.el etc. Suggested by
1303 Kenichi Handa <handa@etl.go.jp>.
1304
1305 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1306
1307 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1308 Use `equal', not `=', since the device number can be a cons cell.
1309
1310 2001-09-14 Gerd Moellmann <gerd@gnu.org>
1311
1312 * simple.el: Comment out change of 2001-09-13.
1313
1314 2001-09-13 Milan Zamazal <pdm@zamazal.org>
1315
1316 * progmodes/compile.el (grep-compute-defaults): Don't set
1317 grep-command/grep-find-command when it is already non-nil.
1318 (grep-command): Make it a user option.
1319 (grep-find-command): Likewise.
1320
1321 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
1322
1323 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1324 inhibit quit.
1325
1326 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1327
1328 * files.el (make-auto-save-file-name): If long file names are not
1329 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1330 generating an auto-save file name from it.
1331
1332 2001-09-13 Gerd Moellmann <gerd@gnu.org>
1333
1334 * ps-print.el (ps-print-region, ps-print-region-with-faces)
1335 (ps-nb-pages-region): Signal an error if called interactively
1336 and the mark is not active.
1337
1338 * simple.el (minibuffer-prompt-modification)
1339 (minibuffer-prompt-insertion): New functions.
1340 (minibuffer-prompt-properties): Use `modification-hooks' and
1341 `insert-in-front-hooks'.
1342
1343 2001-09-12 Richard M. Stallman <rms@gnu.org>
1344
1345 * textmodes/outline.el (outline-regexp): Doc fix.
1346 Initialize it in the defcustom, the usual way.
1347
1348 2001-09-12 Gerd Moellmann <gerd@gnu.org>
1349
1350 * ediff-mult.el (ediff-get-meta-info): Take into account that data
1351 from `ediff-meta-info' properties need not be an overlay.
1352 From David Ponce <dponce@voila.fr>.
1353
1354 * isearch.el (isearch-intersects-p): Fix end checks.
1355
1356 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
1357
1358 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1359 `t' branch of `cond', since Irix 6.1 and up is a special case of
1360 the standard dbx interface.
1361
1362 2001-09-11 Miles Bader <miles@gnu.org>
1363
1364 * comint.el (comint-send-input): When waiting for echoed input,
1365 don't save the expected end position in `echo-end', so that things
1366 work properly even if the buffer is modified elsewhere at the same
1367 time [this happens if `comint-truncate-buffer' is used].
1368
1369 2001-09-11 Gerd Moellmann <gerd@gnu.org>
1370
1371 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1372 when constructing imenu-generic-expression from outline-regexp.
1373
1374 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1375
1376 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1377 `equal' instead of `=', since they can be cons cells. From Nils
1378 Goesche <cartan@cartan.de>.
1379
1380 2001-09-10 Andre Spiegel <spiegel@gnu.org>
1381
1382 * vc.el (vc-annotate): Rewrote doc string.
1383
1384 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1385
1386 * time-stamp.el: Update Stephen Gildea's email address.
1387
1388 2001-09-10 Gerd Moellmann <gerd@gnu.org>
1389
1390 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1391 enable-multibyte-characters = nil. From Hallvard B Furuseth
1392 <h.b.furuseth@usit.uio.no>.
1393
1394 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
1395
1396 * ediff-init.el (ediff-highest-priority): Bug fix.
1397
1398 * viper-cmd.el (viper-special-read-and-insert-char): New function
1399 that reads a character and uses the current input method or
1400 iso-accents when appropriate.
1401
1402 * viper.el and all others: Corrections to the comment blocks at
1403 the top.
1404
1405 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1406
1407 * info.el (Info-goto-node): Doc fix.
1408
1409 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1410
1411 * isearch.el (isearch-intersects-p): New function.
1412 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1413 use isearch-intersects-p, and clean up.
1414
1415 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1416
1417 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1418 and "german8", for the new German orthography dictionaries,
1419 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1420 the entries, to keep the line length balanced for loaddefs.el.
1421
1422 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
1423
1424 * comint.el (comint-send-input): Handle comint-process-echoes
1425 differently.
1426
1427 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1428
1429 * locate.el (locate-insert-header): Remove unnecessary whitespace.
1430
1431 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1432
1433 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
1434
1435 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1436
1437 * server.el (server-switch-buffer):
1438 * textmodes/refer.el (refer-find-entry-internal):
1439 * term/sup-mouse.el (sup-pos-to-window):
1440 * term/bg-mouse.el (bg-window-from-x-y):
1441 * emacs-lisp/edebug.el (edebug-window-live-p):
1442 Use get-window-with-predicate.
1443
1444 * window.el (get-window-with-predicate): Renamed from some-window.
1445 (some-window): Make it an alias.
1446
1447 2001-09-06 Gerd Moellmann <gerd@gnu.org>
1448
1449 * simple.el (undo): Remove positions from buffer-undo-list up to
1450 the next undo boundary only.
1451
1452 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1453
1454 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1455 Kim <ryk@dspwiz.com>
1456
1457 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1458 the message "Creating customization items...done".
1459
1460 2001-09-05 Gerd Moellmann <gerd@gnu.org>
1461
1462 * font-lock.el (toplevel): Require `jit-lock' only if
1463 font-lock-support-mode is set to jit-lock-mode.
1464
1465 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1466
1467 * international/quail.el (quail-use-package, quail-inactivate)
1468 (quail-activate): Mention the hooks these functions run in their
1469 doc strings.
1470
1471 2001-09-05 Edward M. Reingold <reingold@iit.edu>
1472
1473 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1474 of file in header of menu.
1475
1476 2001-09-04 Gerd Moellmann <gerd@gnu.org>
1477
1478 * env.el (setenv): Interactively, if VARIABLE has a current value,
1479 add that to the front of the history, as the doc string says.
1480
1481 * comint.el (comint-send-input): Change help-echo.
1482 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
1483
1484 * bookmark.el (bookmark-write-file): Bind print-length and
1485 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1486
1487 * obsolete/uncompress.el: Moved there from lisp/.
1488
1489 * comint.el (comint-insert-clicked-input): Goto point-max before
1490 deleting previous input. From "Dr Francis J. Wright"
1491 <F.J.Wright@qmw.ac.uk>.
1492
1493 * simple.el (backward-word): Doc fix.
1494
1495 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1496
1497 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1498 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1499 * w32-fns.el: Add Keywords header.
1500
1501 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1502
1503 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1504 "Text Properties". Suggested by Simon Marshall
1505 <Simon.Marshall@midas-kapiti.com>.
1506
1507 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1508
1509 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1510 consulting the value of file-name-coding-system.
1511
1512 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1513
1514 * help.el (describe-function-1): Save precomputed `file-name' rather
1515 than recomputing it (incorrectly) with `symbol-file'.
1516
1517 2001-09-03 Gerd Moellmann <gerd@gnu.org>
1518
1519 * international/isearch-x.el (isearch-exit-recursive-edit):
1520 Take three parameters, since it's used as an after-change-function.
1521
1522 * emacs-lisp/backquote.el (backquote-backquote-symbol)
1523 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1524 from doc strings.
1525
1526 2001-09-02 Milan Zamazal <pdm@zamazal.org>
1527
1528 * progmodes/glasses.el (glasses-convert-to-unreadable):
1529 Consider underscores as in `glasses-make-readable'.
1530
1531 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1532
1533 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1534 MS-DOS, since cpp might not be available.
1535
1536 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1537 Mention "yank" in the help-echo text.
1538 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1539
1540 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1541
1542 * newcomment.el (comment-indent): Insert spaces more carefully.
1543
1544 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1545
1546 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1547 exists. From Andy Petrusenco <andy@int.spb.ru>.
1548
1549 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
1550 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1551 <andy@int.spb.ru>.
1552
1553 2001-08-31 Gerd Moellmann <gerd@gnu.org>
1554
1555 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1556 Instead of running mouse-yank-at-click, see what the event is
1557 bound to outside Isearch and run that.
1558
1559 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1560
1561 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1562 Fix the menu entry to mention transient-mark-mode.
1563
1564 2001-08-30 Gerd Moellmann <gerd@gnu.org>
1565
1566 * simple.el (eval-expression-print-level): Fix last change.
1567
1568 * bindings.el (mode-line-coding-system-map): New variable.
1569 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1570
1571 * simple.el (eval-expression-print-level): Change the type
1572 of the defcustom to allow nil.
1573
1574 * emacs-lisp/find-gc.el: Moved here from lisp/.
1575
1576 * international/quail.el (quail-completion-1):
1577 Reverse the ((CHAR . DEFN) ...) list before processing it.
1578 From Kenichi Handa <handa@etl.go.jp>.
1579
1580 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1581 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1582
1583 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1584
1585 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1586 aren't supported. This avoids the annoying gray strip drawn by
1587 the Windows version instead of the missing tool bar.
1588
1589 2001-08-29 Gerd Moellmann <gerd@gnu.org>
1590
1591 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1592 and tooltips more consistent. From "Marshall, Simon"
1593 <Simon.Marshall@midas-kapiti.com>.
1594
1595 * startup.el (fancy-splash-screens): Temporarily set
1596 minor-mode-map-alist to nil while displaying splash screens.
1597
1598 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1599
1600 * buff-menu.el: Add Keywords header.
1601 Doc fix (C-x C-b is bound to list-buffers).
1602
1603 * dired-x.el: Add keyword files to get listed in finder.
1604 Remove confusing notes about GNU Emacs 19.
1605
1606 * dired.el, dired-aux.el: Add Keywords header.
1607
1608 2001-08-28 Andre Spiegel <spiegel@gnu.org>
1609
1610 * vc.el (vc-revert-file): Call the backend even if the FILE's
1611 contents can be reverted locally; pass new arg CONTENTS-DONE
1612 down to the backend.
1613
1614 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
1615 optional arg CONTENTS-DONE.
1616
1617 2001-08-28 Andrew Innes <andrewi@gnu.org>
1618
1619 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1620
1621 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1622
1623 * makefile.nt (install): Copy more *.el files.
1624
1625 2001-08-28 Gerd Moellmann <gerd@gnu.org>
1626
1627 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1628 instead of `w' which is already in use.
1629
1630 * gs.el (gs-load-image): Use sleep-for.
1631 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1632
1633 2001-08-28 Miles Bader <miles@gnu.org>
1634
1635 * replace.el (query-replace-regexp-eval): Return args from
1636 `interactive' form in correct order.
1637
1638 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1639
1640 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1641 major modes, don't create panes for modes for which
1642 mouse-buffer-menu-alist returns an empty alist.
1643
1644 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
1645
1646 * progmodes/hideshow.el: Update first-line description.
1647 Sync comments w/ maintainer version 5.31.
1648
1649 (hs-isearch-open): Default value now `code'.
1650 Fix docstring to use "code blocks" vs "comment blocks",
1651 as opposed to "block" vs "comment".
1652 (hs-flag-region): Accept `hs-isearch-open' value
1653 of `block' as synonymous w/ `code'.
1654 (hs-hide-block-at-point): For code blocks, pass `code'
1655 to `hs-flag-region' instead of `block'.
1656
1657 2001-08-28 Miles Bader <miles@gnu.org>
1658
1659 * comint.el (comint-next-prompt): Don't loop infinitely if
1660 {next,previous}-single-char-property-change returns its input
1661 position when the search fails.
1662
1663 2001-08-27 Miles Bader <miles@gnu.org>
1664
1665 * comint.el (comint-get-old-input-default): Don't signal an error
1666 if point is not on an input field; instead, return the current
1667 line (using `comint-bol' to skip any prompt, in case we're not
1668 using fields at all).
1669
1670 * man.el (Man-mode-line-format): Variable removed.
1671 (Man-mode): Change `mode-line-buffer-identification' instead of
1672 `mode-line-format'.
1673
1674 2001-08-27 Gerd Moellmann <gerd@gnu.org>
1675
1676 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1677 From Simon Josefsson <jas@extundo.com>.
1678
1679 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1680
1681 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1682 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1683
1684 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1685 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1686
1687 * emacs-lisp/lselect.el: Ditto.
1688
1689 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1690 Remove periods from the end of error message strings.
1691 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1692
1693 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1694 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1695
1696 * net/telnet.el: Ditto.
1697
1698 2001-08-26 Gerd Moellmann <gerd@gnu.org>
1699
1700 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1701 KEYMAP to the call to define-minor-mode.
1702
1703 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1704
1705 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1706 Replace some of the undefined characters with emulations of bidi
1707 formatting characters and Niqud as per SI 1311-1.
1708 (IT-unicode-translations): Ditto.
1709 (IT-display-table-setup, IT-setup-unicode-display):
1710 Fill characters without translations with dos-unsupported-char-glyph.
1711
1712 2001-08-24 Simon Josefsson <jas@extundo.com>
1713
1714 * hl-line.el (hl-line-mode): Don't be a global mode.
1715 (global-hl-line-mode): New function.
1716
1717 2001-08-24 Gerd Moellmann <gerd@gnu.org>
1718
1719 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1720 being reset by Ghostscript. Don't kill the gs process.
1721 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1722
1723 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1724
1725 * term/mac-win.el: Require scroll-bar.
1726
1727 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1728
1729 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1730
1731 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1732
1733 * hexl.el (hexl-insert-multibyte-char) New function.
1734 (hexl-quoted-insert, hexl-self-insert-command)
1735 (hexl-insert-hex-char, hexl-insert-decimal-char)
1736 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1737 Fix the doc strings accordingly.
1738 (hexl-insert-char): Reject characters whose code is above 255.
1739 Doc fix.
1740 (hexl-mode-map): Copy the global keymap instead of creating a
1741 sparse keymap, and bind all self-inserting characters to
1742 hexl-self-insert-command.
1743
1744 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1745
1746 * wid-edit.el (text): Re-order docstring correctly.
1747
1748 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1749
1750 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1751
1752 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1753
1754 * simple.el (line-number-mode): Mention the variable
1755 line-number-display-limit-width in the doc string.
1756
1757 2001-08-22 Gerd Moellmann <gerd@gnu.org>
1758
1759 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1760 Temporarily select EVENT's window for switching buffers.
1761 (mode-line-bury-buffer): New function.
1762 (mode-line-buffer-identification-keymap): Use it instead of
1763 bury-buffer. Bind down-mouse events to prevent global down-mouse
1764 events from shining through.
1765
1766 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1767
1768 * newcomment.el (comment-beginning): Make sure the comment-start
1769 we found isn't a comment-end (in cases where confusion is possible).
1770
1771 2001-08-22 Miles Bader <miles@gnu.org>
1772
1773 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1774 before writing it, so that hard-links don't see new version.
1775
1776 2001-08-21 Gerd Moellmann <gerd@gnu.org>
1777
1778 * gs.el (gs-set-ghostview-colors-window-prop):
1779 Call x-change-window-property with 3rd arg FRAME.
1780 (gs-load-image): Wait for a previous Ghostscript process
1781 to complete before starting a new one.
1782
1783 * image.el (image-type-regexps): Make sure that the TIFF
1784 pattern is only matched at the beginning of a string.
1785 From Markus Rost <rost@math.ohio-state.edu>.
1786
1787 * international/swedish.el: Pre-Mule file removed. From Jonas
1788 Oberg <jonas@gnu.org>.
1789
1790 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1791
1792 * whitespace.el (whitespace-abort-on-error): Add custom variable
1793 to whitespace to abort a write-file if whitespace is detected in file.
1794
1795 * whitespace.el (whitespace-write-file-hook): Hook to be called
1796 when writing a file. If `whitespace-abort-on-error' is set, the
1797 write will abort on detecting whitespaces.
1798 If `whitespace-auto-cleanup' is set, the file will be cleaned
1799 automatically prior to writing.
1800
1801 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1802 whitespaces in the error output!
1803
1804 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1805 `indent-tabs-mode', since the latter notes user preferences on
1806 TABs anyway.
1807
1808 * whitespace.el (whitespace-version): 3.1. All of the above issues
1809 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1810
1811 2001-08-20 Gerd Moellmann <gerd@gnu.org>
1812
1813 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1814 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1815
1816 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1817
1818 2001-08-20 Alex Schroeder <alex@gnu.org>
1819
1820 * sql.el (sql-db2): Doc change.
1821
1822 2001-08-20 Alex Schroeder <alex@gnu.org>
1823
1824 * sql.el (sql-postgres): Add the database at the end of the
1825 parameters instead of at the beginning.
1826 (sql-postgres-options): Doc change.
1827
1828 2001-08-17 Gerd Moellmann <gerd@gnu.org>
1829
1830 * custom.el (defcustom): Doc fix.
1831
1832 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1833
1834 * ps-mule.el (find-composition): Check if (char-after POS)
1835 returns a valid character.
1836
1837 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1838
1839 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1840 original-point for extra CR characters that are added/removed when
1841 the buffer is written/read whose EOL type is -dos.
1842
1843 2001-08-16 Miles Bader <miles@gnu.org>
1844
1845 * simple.el (line-move): Undo previous change.
1846
1847 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
1848 property to input-terminating `boundary' overlays to avoid
1849 line-move wierdness.
1850
1851 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1852
1853 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1854 buffer in a save-restriction. Under one test case with Ediff,
1855 window-scroll-functions are run with a window start that's
1856 temporarily outside of the restriction.
1857
1858 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1859
1860 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
1861 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1862 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1863 (texinfo-update-menu-region-beginning)
1864 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1865 command, @ifnottex, to regexps, so it is found.
1866
1867 2001-08-16 Andrew Innes <andrewi@gnu.org>
1868
1869 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1870 (DONTCOMPILE): Omit sc.el.
1871
1872 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1873 (DONTCOMPILE): Omit sc.el.
1874
1875 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1876
1877 * replace.el (occur): Bind inhibit-read-only to t.
1878
1879 2001-08-16 Miles Bader <miles@gnu.org>
1880
1881 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1882 calling `constrain-to-field', to avoid problems with comint prompts.
1883
1884 2001-08-15 Gerd Moellmann <gerd@gnu.org>
1885
1886 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
1887 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
1888
1889 * ediff-mult.el (ediff-get-meta-info): Fix the condition
1890 of a while-loop.
1891
1892 * Makefile.in (DONTCOMPILE): Remove sc.el.
1893
1894 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1895 Don't include term/.
1896
1897 * mail/sc.el: Moved to obsolete/.
1898
1899 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1900
1901 * ps-print.el: Change error function arguments to follow Emacs
1902 message convention. Doc fix.
1903 (ps-print-version): New version number (6.5.4).
1904 (coding-system-for-write): Change declaration position to avoid
1905 XEmacs compilation gripes.
1906 (coding-system-for-read, buffer-file-coding-system):
1907 Declarations to avoid XEmacs compilation gripes.
1908
1909 * ps-mule.el: Doc fix.
1910 (ps-mule-encode-header-string): If STRING is not a string, replace
1911 STRING by empty string.
1912
1913 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1914
1915 * frame.el (show-trailing-whitespace): Doc fix.
1916
1917 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1918
1919 * desktop.el (desktop-save): Insert the coding: tag before
1920 desktop-header.
1921
1922 2001-08-13 Gerd Moellmann <gerd@gnu.org>
1923
1924 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1925 its path from $els.
1926
1927 * image.el (image-jpeg-p): Fix call of substring.
1928
1929 2001-08-10 Gerd Moellmann <gerd@gnu.org>
1930
1931 * play/animate.el (animate-string): Doc fix. Use a buffer
1932 name with stars in it.
1933 (animate-sequence): New function.
1934 From Richard Stallman <rms@gnu.org>.
1935
1936 * frame.el (select-frame-set-input-focus): New function
1937 extracted from other-frame.
1938 (other-frame): Use it.
1939 (next-multiframe-window, previous-multiframe-window): Use it.
1940
1941 * isearch.el (isearch-other-meta-char): Don't switch to the
1942 buffer of a window clicked on, when the current buffer is
1943 in Isearch mode.
1944
1945 * image.el (image-jpeg-p): Test for APPn markers in the range
1946 #xe0..#xef.
1947
1948 2001-08-09 Gerd Moellmann <gerd@gnu.org>
1949
1950 * desktop.el (desktop-save): Don't use concat to form a file
1951 name, use expand-file-name.
1952
1953 * mouse.el (mouse-delete-window): Do nothing if frame has just
1954 one window.
1955
1956 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1957 for the minor mode name.
1958
1959 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1960 minor mode name.
1961
1962 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1963 instead of make-mode-line-mouse2-map.
1964
1965 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1966 the minor mode name.
1967
1968 * emacs-lisp/easy-mmode.el (define-minor-mode):
1969 Use mode-line-minor-mode-keymap for the minor mode name.
1970
1971 * calendar/calendar.el (calendar-mode-line-format):
1972 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
1973
1974 * bindings.el (make-mode-line-mouse-map): Renamed from
1975 make-mode-line-mouse2-map. Take additional arg MOUSE.
1976 (mode-line-modified): Use mouse-3 instead of mouse-2.
1977 (mode-line-buffer-identification-keymap): Bind keys differently.
1978 (propertized-buffer-identification): Adapt help-echo to new bindings.
1979
1980 * bindings.el (mode-line-format): Specify help-echo for line
1981 number, column number and buffer-percent part of the mode-line.
1982
1983 * image.el (image-type-regexps): Allow whitespace at the start
1984 of the image data for XPM, XBM and Postscript, which are
1985 text files.
1986 (image-jpeg-p): Correct calculation of next field offset.
1987
1988 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1989
1990 * battery.el: Fix typo.
1991
1992 2001-08-08 Gerd Moellmann <gerd@gnu.org>
1993
1994 * image.el (image-type-regexps): Allow predicates. Change the way
1995 JPEG images are recognized.
1996 (image-jpeg-p): New function.
1997 (image-type-from-data): Handle predicates in image-type-regexps.
1998
1999 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
2000 #:, #x, #o, and similar constructs.
2001
2002 2001-08-07 Gerd Moellmann <gerd@gnu.org>
2003
2004 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
2005
2006 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
2007 instead of `progn'.
2008
2009 * tar-mode.el (tar-extract): Avoid generating a new buffer
2010 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
2011
2012 * textmodes/paragraphs.el (forward-sentence): Avoid building
2013 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
2014
2015 * progmodes/executable.el (executable-set-magic):
2016 If executable-find returns a quoted file name, unquote it before
2017 inserting it.
2018
2019 * image.el (image-type-regexps): For JPEG files, use a regexp
2020 derived from the JFIF spec.
2021
2022 * image.el (image-type-regexps): Use `\`' instead of `^' in
2023 most regular expressions.
2024
2025 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2026
2027 * play/animate.el: Re-insert a reference to re-inserted function.
2028
2029 2001-08-06 Gerd Moellmann <gerd@gnu.org>
2030
2031 * help.el (describe-function-1): Use find-function-search-for-symbol
2032 instead of find-function-noselect because the latter follows aliases.
2033
2034 * play/animate.el (animate-birthday-present): Re-insert.
2035
2036 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
2037 Handle old-style menu definitions.
2038
2039 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2040
2041 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
2042 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
2043
2044 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
2045 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
2046 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
2047
2048 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2049
2050 * textmodes/tildify.el: Milan Zamazal has new address.
2051
2052 2001-08-03 Gerd Moellmann <gerd@gnu.org>
2053
2054 * custom.el (custom-set-variables): Don't test `custom-requests'
2055 properties, check the third element of the options passed to
2056 custom-set-variables instead.
2057
2058 * info.el (info-insert-file-contents): Use info-file-exists-p
2059 instead of file-exists-p.
2060
2061 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
2062 the mode-line face is restored. Fix several bugs.
2063
2064 * replace.el (perform-replace): Doc fix.
2065
2066 2001-08-02 Francesco Potorti` <pot@gnu.org>
2067
2068 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
2069 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
2070 (uniquify-fix-item-base, uniquify-fix-item-filename)
2071 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
2072 Callers changed.
2073 (uniquify-set-proposed): Changed to work with a vector item.
2074 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
2075 the fix list, and a list of strings for the non-file buffer
2076 names. Both changes reduce consing.
2077 (uniquify-rationalize-a-list): Local variable renaming.
2078 (uniquify-rationalize-conflicting-sublist): Use member instead of
2079 assoc.
2080 (uniquify-rename-buffer): Use unless instead of if not.
2081
2082 2001-08-02 Gerd Moellmann <gerd@gnu.org>
2083
2084 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
2085
2086 * custom.el (custom-set-variables): Set options with :require
2087 clauses last.
2088
2089 * custom.el (defcustom): Doc fix.
2090
2091 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
2092
2093 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
2094
2095 * man.el (man): Mention Man-switches in the doc string.
2096 (Man-switches): Mention -a in the doc string.
2097
2098 * textmodes/ispell.el (ispell-alternate-dictionary):
2099 Add /usr/share/lib/dict/words, for Irix.
2100
2101 * bindings.el: Bind shifted and control-shifted kp-* keys to the
2102 corresponding non-kp keys. Suggested by Stephen Gildea
2103 <gildea@stop.mail-abuse.org>.
2104
2105 2001-08-01 Francesco Potorti` <pot@gnu.org>
2106
2107 * uniquify.el: These changes correct a corner case that the old
2108 code managed correctly.
2109 (uniquify-fix-item-proposed): Renamed from
2110 uniquify-fix-item-min-proposed.
2111 (uniquify-set-proposed): New function.
2112 (uniquify-rationalize-file-buffer-names): Code reshuffled for
2113 clarity and speed.
2114 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
2115 This is equivalent to what the old code did.
2116 (uniquify-rationalize-a-list): Never recompute the proposed
2117 name. Sort the conflicting sublist before rationalising it: this
2118 is equivalent to what the old code did, but one directory element
2119 at a time, and only when necessary.
2120 (uniquify-rationalize-conflicting-sublist): Recompute here the
2121 proposed name.
2122
2123 2001-08-01 Gerd Moellmann <gerd@gnu.org>
2124
2125 * play/animate.el: Add Keywords and Maintainer. Remove a
2126 reference to a removed function.
2127
2128 * play/animate.el (animate-string): Handle case that the string is
2129 longer than the window is wide.
2130
2131 2001-07-31 Gerd Moellmann <gerd@gnu.org>
2132
2133 * desktop.el (desktop-save): Bind coding-system-for-write to
2134 `emacs-mule' for write-region.
2135
2136 * delsel.el (delete-selection-pre-hook): Don't set this-command
2137 to `ignore' if the region is empty.
2138
2139 * international/mule.el (set-keyboard-coding-system):
2140 Set keyboard-coding-system.
2141
2142 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
2143 before accessing it.
2144
2145 2001-07-30 Andreas Schwab <schwab@suse.de>
2146
2147 * menu-bar.el (toggle-highlight-paren-mode):
2148 Use `(show-paren-mode)' as body.
2149
2150 2001-07-30 Andre Spiegel <spiegel@gnu.org>
2151
2152 * vc.el (vc-checkout-hook): New hook.
2153 (vc-checkout): Run it.
2154
2155 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
2156
2157 * progmodes/make-mode.el (makefile-macroassign-regex):
2158 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
2159
2160 2001-07-30 Gerd Moellmann <gerd@gnu.org>
2161
2162 * vc.el (vc-switch-backend): Fix autoload cookie.
2163
2164 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
2165 the desktop file.
2166
2167 2001-07-30 Simon Josefsson <jas@extundo.com>
2168
2169 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
2170 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2171
2172 2001-07-27 Gerd Moellmann <gerd@gnu.org>
2173
2174 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
2175 (last-sexp-toggle-display): Renamed from last-sexp-print.
2176 (last-sexp-toggle-display, eval-last-sexp-1):
2177 Use last-sexp-setup-props.
2178
2179 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2180 New user-options.
2181 (mouse-wheel-change-button): New function.
2182 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
2183 (mwheel-scroll): Ditto.
2184
2185 2001-07-26 Gerd Moellmann <gerd@gnu.org>
2186
2187 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
2188 `...', compare with unabbreviated printed representation instead.
2189 (last-sexp-print): Bind print-length and print-level to nil.
2190
2191 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
2192 before assigning text properties. Make properties rear-nonsticky.
2193
2194 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
2195 (eval-last-sexp-1): Give printed text a `keymap' property and bind
2196 <mouse-2> and <RET> in that map to a function printing the
2197 unabbreviated value.
2198
2199 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
2200 is a buffer, put a text property `printed-value' on the printed
2201 representation, with the Lisp object printed as value.
2202
2203 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2204
2205 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
2206 Mention the effect of eval-expression-print-length and
2207 eval-expression-print-level in the doc strings. Suggested by
2208 Kevin Gallagher <kevingal@onramp.net>.
2209
2210 2001-07-25 Gerd Moellmann <gerd@gnu.org>
2211
2212 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
2213 for buttons > 3.
2214 (xterm-mouse-translate): Handle the case that we don't get a
2215 down-event.
2216
2217 * emacs-lisp/find-func.el (find-function-regexp):
2218 Add easy-mmode-define-global-mode to the regexp. Allow newlines
2219 in front of the function name.
2220
2221 * isearch.el (isearch-other-meta-char): Fix last change.
2222
2223 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2224 similar events for which fake prefix keys are generated. It's no
2225 longer necessary since read_key_sequence doesn't modify these
2226 events for internal purposes anymore.
2227
2228 * files.el (auto-mode-alist): Use nroff-mode for files ending
2229 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2230
2231 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2232
2233 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2234 tool-bar-lines parameter, behave as if its value were zero.
2235 (mouse-avoidance-set-pointer-shape): Don't do anything if
2236 x-pointer-shape is not boundp.
2237
2238 2001-07-23 Francesco Potorti` <pot@gnu.org>
2239
2240 * uniquify.el: Overall speedup changes when using many buffers.
2241 (uniquify-fix-item-base, uniquify-fix-item-filename)
2242 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
2243 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
2244 place in the item, but was never used.
2245 (uniquify-fix-item-min-proposed): New defalias: the fourth place
2246 in the item is now used as cache for the proposed name.
2247 (uniquify-rationalize-file-buffer-names): Move computation made on
2248 newbuffile out of the loop, in the newbuffile-nd local var.
2249 Use dolist (cosmetic change). Compute the proposed name for the most
2250 common case and cache it in the fourth place in the item.
2251 (uniquify-rationalize-file-buffer-names): Used to return a a list
2252 of buffer whose name was changed, but that return value was never used.
2253 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2254 the cached proposed name, does much less consing and is quicker.
2255 (uniquify-filename-lessp): Deleted.
2256 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2257 Do not bind locally the uniquify-possibly-resolvable flag. Use the
2258 cached proposed name is possible.
2259 (uniquify-get-proposed-name): Arguments changed, callers changed.
2260 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2261 uniquify-possibly-resolvable flag, which is no more bound locally.
2262 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
2263 flag, which does not exist any more.
2264
2265 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2266
2267 * term/internal.el (IT-unicode-translations): Fix the appearance of
2268 "6`".
2269
2270 * progmodes/compile.el (compile-internal): If EMACS is already
2271 defined in the environment, don't override its value.
2272
2273 2001-07-23 Gerd Moellmann <gerd@gnu.org>
2274
2275 * play/fortune.el: Undo change of 2001-07-13.
2276 Fix autoload cookies. Add types to defcustoms.
2277 (fortune) <defgroup>: Add :link.
2278 (fortune-from-region): Use eq, not eql.
2279 From Dave Love <fx@gnu.org>.
2280
2281 * play/animate.el (animate-birthday-present): Function removed.
2282
2283 * play/animate.el: New file.
2284
2285 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2286
2287 * startup.el (normal-top-level-add-subdirs-to-load-path):
2288 On Windows, put into normal-top-level-add-subdirs-inode-list the
2289 canonicalized names of the directories instead of inode numbers.
2290
2291 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2292
2293 * ediff-util.el: Copyright years.
2294 (ediff-choose-syntax-table): New function.
2295 (ediff-setup): Use ediff-choose-syntax-table.
2296 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2297 vc-state is available.
2298 (ediff-make-temp-file): Use ediff-coding-system-for-write.
2299
2300 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2301 with-syntax-table.
2302 (ediff-coding-system-for-read): From ediff-diff.el
2303 (ediff-coding-system-for-write): New variable.
2304 (ediff-highest-priority): Fixed the bug having to do with disappearing
2305 overlays.
2306 (ediff-file-remote-p): Use file-remote-p, if available.
2307 (ediff-listable-file): New function.
2308 (ediff-file-attributes): Use ediff-listable-file.
2309
2310 * ediff-mult.el (ediff-meta-insert-file-info1):
2311 Use ediff-listable-file.
2312
2313 * ediff-ptch.el (ediff-prompt-for-patch-file):
2314 Use ediff-coding-system-for-read.
2315 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
2316
2317 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2318 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
2319
2320 * ediff.el: Date of last update, copyright years.
2321
2322 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2323
2324 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2325 of Scott Bronson.
2326 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2327 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2328 Deleted functions.
2329 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2330 ex-token-list.
2331 (viper-get-ex-address-subr): Convert registers to char data type.
2332
2333 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
2334 (viper-memq-char): Use viper-int-to-char.
2335 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
2336 vc-locking-state.
2337 (viper-read-key): Use viper-read-key-sequence.
2338
2339 * viper.el (viper-major-mode-modifier-list):
2340 Added inferior-emacs-lisp-mode.
2341 (this-major-mode-requires-vi-state): New function that uses simple
2342 heuristics to decide if vi state is appropriate.
2343 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2344 (viper-non-hook-settings): Don't advise read-key-sequence.
2345 (viper-read-key-sequence): New function that replaces the
2346 previously used advice to read-key-sequence.
2347
2348 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2349 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2350 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2351 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2352 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2353 Got rid of the negative character hack.
2354 (viper-escape-to-state,viper-replace-state-exit-cmd):
2355 Use viper-read-key-sequence.
2356 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
2357 (viper-minibuffer-standard-hook,viper-read-string-with-history):
2358 Don't override existing minibuffer-setup-hook.
2359 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
2360 Convert registers to char data type.
2361 (viper-autoindent): Use viper-indent-line.
2362
2363 * viper-keym.el: Use viper-exec-key-in-emacs.
2364
2365 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2366
2367 * server.el (server-visit-files): Fix variable name typo.
2368
2369 2001-07-20 Gerd Moellmann <gerd@gnu.org>
2370
2371 * simple.el (delete-trailing-whitespace): Save match data
2372 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2373
2374 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2375
2376 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2377 return a this-error using the alternative format (a pair of markers).
2378
2379 2001-07-19 Gerd Moellmann <gerd@gnu.org>
2380
2381 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2382
2383 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2384 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2385
2386 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2387
2388 * international/iso-transl.el: Fix typo in the header of the file.
2389
2390 * textmodes/picture.el (picture): Doc fix.
2391
2392 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2393 follow coding conventions in generated files.
2394
2395 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2396
2397 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2398 (tool-bar-add-item): Don't call image-related primitives if the
2399 display doesn't support images.
2400
2401 * frame.el (display-images-p): New function.
2402
2403 2001-07-17 Gerd Moellmann <gerd@gnu.org>
2404
2405 * server.el (server-visit-files): Handle the case the specified
2406 column number is <= 0.
2407
2408 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2409
2410 * startup.el (command-line-1): Add support for +LINE:COLUMN
2411 command line argument.
2412
2413 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2414
2415 * server.el (server-process-filter, server-visit-files):
2416 Add support for +LINE:COLUMN style emacsclient calls.
2417
2418 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2419
2420 * emacs-lisp/easy-mmode.el: Add Keywords header.
2421
2422 * play/pong.el: Author has new address.
2423
2424 * play/landmark.el: Author is no more reachable.
2425
2426 * play/handwrite.el: Author is no more reachable.
2427
2428 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2429
2430 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2431 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2432 Complete bindings for F<1..12> keys.
2433 (global-map): Remove `undo' binding (already in the default).
2434 Replace `t<n>' bindings with `f<n>' bindings.
2435
2436 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2437
2438 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2439 (tcl-mode): Use tcl-add-log-defun.
2440 (tcl-indent-line): Use tcl-calculate-indent.
2441 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2442 (tcl-indent-exp): Renamed from indent-tcl-exp.
2443 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2444 (tcl-indent-for-comment): Call comment-indent-function properly
2445 and handle the case where it returns nil.
2446
2447 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2448
2449 * calendar/cal-islam.el (calendar-goto-islamic-date):
2450 Remove autoload cookie.
2451
2452 * calendar/calendar.el (calendar-goto-islamic-date):
2453 Add call to autoload.
2454
2455 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2456
2457 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2458 Don't change compile-auto-highlight globally.
2459 Don't bother with `font-lock-defaults' property since XEmacs
2460 also understands the `font-lock-defaults' variable.
2461 Use make-local-variable rather than make-variable-buffer-local.
2462 Don't `defconst' comment-indent-function: keep the default.
2463 Call easy-menu-add unconditionally.
2464 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2465 (ada-create-menu): Use :included for Emacs as well.
2466
2467 * vc.el (vc-do-command): Autoload.
2468
2469 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2470
2471 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2472
2473 * ps-print.el: Fix Author: header.
2474
2475 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2476
2477 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2478 mouse-1 etc., bind them to `ignore'.
2479
2480 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2481 send-invisible, which is already defined in Comint.
2482 (eshell-watch-for-password-prompt): Use it.
2483
2484 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2485
2486 * which-func.el (which-func-mode): Doc fix.
2487
2488 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
2489 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2490 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2491 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2492 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2493 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2494 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2495 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2496 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2497 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2498 * emulation/edt-mapper.el, emulation/edt-pc.el,
2499 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2500 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2501 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2502 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2503 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2504 * international/isearch-x.el, international/iso-cvt.el,
2505 * international/ogonek.el, international/quail.el,
2506 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2507 * language/devanagari.el, language/ethio-util.el,
2508 * language/ethiopic.el, language/european.el, language/indian.el,
2509 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2510 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2511 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2512 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2513 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2514 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2515 * progmodes/autoconf.el, progmodes/cmacexp.el,
2516 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2517 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2518 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2519 * progmodes/ebnf2ps.el, progmodes/executable.el,
2520 * progmodes/fortran.el, progmodes/idlw-shell.el,
2521 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2522 * progmodes/m4-mode.el, progmodes/mantemp.el,
2523 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2524 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2525 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2526 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2527 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2528 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2529 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2530 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2531 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2532 * textmodes/two-column.el, time-stamp.el, timezone.el,
2533 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2534 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2535 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
2536 conventions.
2537
2538 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2539
2540 * simple.el (set-variable): Require 'cus-edit' instead of
2541 `wid-edit', so that the Custom widgets get defined.
2542
2543 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2544
2545 * allout.el: A fix to follow coding conventions.
2546
2547 * find-lisp.el: A fix to follow coding conventions.
2548
2549 * term/w32-win.el: A fix to follow coding conventions.
2550
2551 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2552
2553 * term/xterm.el: A fix to follow coding conventions.
2554
2555 * term/news.el: A fix to follow coding conventions.
2556
2557 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2558 header line fixed.
2559
2560 * sun-curs.el: Fix Maintainer: header line.
2561
2562 * emacs-lisp/easymenu.el: Address of the author added.
2563
2564 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2565
2566 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2567 property.
2568
2569 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2570
2571 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
2572 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
2573 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2574 Some fixes to follow coding conventions.
2575
2576 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2577
2578 * which-func.el (which-func-mode): Doc fix.
2579
2580 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2581
2582 * net/rcompile.el (remote-compile): Use make-local-variable.
2583
2584 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2585
2586 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2587
2588 * mail/reporter.el (reporter-submit-bug-report):
2589 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2590
2591 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2592
2593 * calendar/cal-china.el, calendar/cal-coptic.el,
2594 * calendar/cal-dst.el, calendar/cal-french.el,
2595 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2596 * calendar/cal-iso.el, calendar/cal-julian.el,
2597 * calendar/cal-mayan.el, calendar/cal-persia.el,
2598 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2599 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2600 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2601 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2602 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2603 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2604 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2605 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2606 * progmodes/ada-xref.el, progmodes/cc-align.el,
2607 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2608 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2609 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2610 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2611 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2612 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2613 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2614 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2615 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2616 * textmodes/reftex.el: Some fixes to follow coding
2617 conventions in Eshell files with known maintainers.
2618
2619 * emulation/viper.el: A fix to follow coding conventions.
2620
2621 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
2622 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2623 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2624 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2625 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2626 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2627 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2628 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2629 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2630 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
2631 conventions in Eshell files.
2632
2633 * composite.el, diff.el, emacs-lisp/levents.el,
2634 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2635 * emulation/pc-mode.el, emulation/viper-cmd.el,
2636 * emulation/viper-ex.el, emulation/viper-init.el,
2637 * emulation/viper-keym.el, emulation/viper-macs.el,
2638 * emulation/viper-mous.el, emulation/viper-util.el,
2639 * emulation/viper.el, forms-pass.el, international/ccl.el,
2640 * international/characters.el, international/encoded-kb.el,
2641 * international/fontset.el, international/ja-dic-cnv.el,
2642 * international/ja-dic-utl.el, international/kinsoku.el,
2643 * international/kkc.el, international/mule-cmds.el,
2644 * international/mule-diag.el, international/mule-util.el,
2645 * international/mule.el, international/titdic-cnv.el,
2646 * language/china-util.el, language/chinese.el,
2647 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2648 * language/greek.el, language/hebrew.el, language/japan-util.el,
2649 * language/japanese.el, language/korea-util.el, language/korean.el,
2650 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2651 * language/slovak.el, language/thai-util.el, language/thai.el,
2652 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2653 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2654 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2655 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2656 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2657 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2658 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2659 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2660 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2661 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
2662 to follow coding conventions in files without maintainer or in files
2663 with clear maintainer (but without Maintainer header stating so).
2664
2665 * emacs-lisp/elp.el: A fix to follow coding conventions.
2666
2667 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
2668 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2669 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2670 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2671 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2672 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2673 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2674 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2675 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2676 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2677 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2678 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
2679 conventions in files from Gnus.
2680
2681 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
2682 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2683 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2684 * echistory.el, electric.el, emacs-lisp/authors.el,
2685 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2686 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2687 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2688 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2689 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2690 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2691 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2692 * international/codepage.el, international/iso-ascii.el,
2693 * international/iso-insert.el, international/iso-transl.el,
2694 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2695 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2696 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2697 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2698 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2699 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2700 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2701 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2702 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2703 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2704 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2705 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2706 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2707 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2708 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2709 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2710 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2711 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2712 * textmodes/tex-mode.el, textmodes/text-mode.el,
2713 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2714 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2715 * vt100-led.el, window.el: Some fixes to follow coding conventions in
2716 files maintained by FSF.
2717
2718 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2719
2720 * arc-mode.el: A fix to follow coding conventions.
2721
2722 * bindings.el: Ditto.
2723
2724 * cdl.el: Ditto.
2725
2726 * comint.el: Ditto.
2727
2728 * cus-start.el: Ditto.
2729
2730 * shell.el: Ditto.
2731
2732 * skeleton.el: Ditto.
2733
2734 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2735
2736 * info.el (Info-build-node-completions):
2737 Make Info-current-file-completions buffer local.
2738
2739 2001-07-13 Gerd Moellmann <gerd@gnu.org>
2740
2741 * which-func.el (which-func-mode, which-func-ff-hook)
2742 (which-function-mode): Remove references to which-func-mode-global.
2743
2744 * calendar/cal-islam.el (calendar-goto-islamic-date):
2745 Add autoload cookie.
2746
2747 * play/fortune.el: Add types to defcustoms.
2748
2749 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2750
2751 * language/czech.el: A fix to follow coding conventions.
2752
2753 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2754
2755 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2756 to the extension list, for antlr-mode. From Christoph Wedler
2757 <Christoph.Wedler@sap.com>.
2758
2759 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2760
2761 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2762 (vc-dired-mode-map): Fix the madness.
2763
2764 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2765 (vc-prefix-map): Moved back from vc.el.
2766
2767 2001-07-11 Gerd Moellmann <gerd@gnu.org>
2768
2769 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2770 Increase the size of the obarray.
2771 (mail-extr-all-top-level-domains): Add more toplevel domains,
2772 add more long names.
2773 From: Per Starback <starback@ling.uu.se>.
2774
2775 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2776
2777 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2778 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2779
2780 * progmodes/ada-mode.el: Ditto.
2781
2782 * progmodes/ada-xref.el: Ditto.
2783
2784 2001-07-11 Miles Bader <miles@gnu.org>
2785
2786 * finder.el (finder-insert-at-column): Also move to the next line
2787 if exactly at COLUMN.
2788
2789 2001-07-10 Gerd Moellmann <gerd@gnu.org>
2790
2791 * help.el (describe-function-1): When printing FUNCTION's
2792 documentation, don't assume FUNCTION is a symbol.
2793
2794 * startup.el (normal-top-level): Don't operate on the initial
2795 frame if we failed to create one.
2796
2797 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2798
2799 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2800 itself, i.e. only indent the contents in it.
2801
2802 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
2803
2804 * mail/rmail.el (rmail-show-message): Show beginning of message in
2805 all windows containing it.
2806
2807 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2808
2809 * term/tty-colors.el: Fix the header line and copyright years.
2810
2811 2001-07-09 Gerd Moellmann <gerd@gnu.org>
2812
2813 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2814 original definition has an interactive form, but is Elp
2815 instrumented, use the interactive form of the function called by
2816 elp-wrapper.
2817
2818 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2819 configurations with compare-window-configuration; they aren't
2820 window configurations.
2821
2822 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2823 from the server for the format we expect. Don't use it if it
2824 doesn't look like what the Internet draft for FTP extensions specifies.
2825
2826 * toolbar/*.pbm: Cleaned up.
2827 From Luis Fernandes <elf@ee.ryerson.ca>.
2828
2829 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2830
2831 * cc-cmds.el: Extended the kludge to interoperate with the
2832 delsel and pending-del packages wrt to the new function
2833 `c-electric-delete-forward'.
2834
2835 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2836
2837 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2838 to delay the call to <mode> for global minor modes.
2839 (easy-mmode-define-navigation): Only recenter if interactive.
2840
2841 2001-07-06 Gerd Moellmann <gerd@gnu.org>
2842
2843 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2844 to lisp-indent-line.
2845
2846 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2847 from the server. Call encode-time only when we are sure that we
2848 got a 213 response.
2849
2850 2001-07-06 Simon Josefsson <jas@extundo.com>
2851
2852 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2853 (mail-envelope-from): New user option.
2854 (sendmail-send-it): Use it.
2855
2856 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2857
2858 * ps-print.el: Use locale dependant date to print date in header.
2859 Doc fix.
2860 (ps-print-version): New version number (6.5.3).
2861 (ps-right-header, ps-right-footer): Initialization and doc fix.
2862 (ps-time-stamp-locale-default): New fun.
2863
2864 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2865
2866 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2867 field problem with MIME-mode.
2868
2869 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2870
2871 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2872
2873 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2874 MIME-mode.
2875
2876 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2877
2878 * bindings.el (mode-line-mule-info): Don't show the tip with
2879 buffer-file-coding-system if that is nil.
2880
2881 2001-07-05 Gerd Moellmann <gerd@gnu.org>
2882
2883 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2884 instead of kill-line.
2885
2886 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2887 <Pavel@Janik.cz>.
2888
2889 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2890 <Pavel@Janik.cz>.
2891
2892 2001-07-04 Gerd Moellmann <gerd@gnu.org>
2893
2894 * font-lock.el (c-font-lock-keywords-3): When matching something
2895 like `struct X Y', finish with point after Y.
2896
2897 2001-07-04 Simon Josefsson <jas@extundo.com>
2898
2899 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
2900 in caller buffer.
2901
2902 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2903
2904 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
2905 instead of string-match to find the basename of the file.
2906 From Pascal Obry <p.obry@wanadoo.fr>.
2907
2908 * net/browse-url.el (browse-url-default-windows-browser):
2909 Support the MS-DOS port when it runs on Windows.
2910 (browse-url-browser-function) [ms-dos]: Default to
2911 browse-url-default-windows-browser.
2912
2913 * help.el (locate-library): Enable code that looks for compressed
2914 libraries if auto-compression-mode is on.
2915
2916 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2917
2918 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2919
2920 2001-07-02 Gerd Moellmann <gerd@gnu.org>
2921
2922 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
2923
2924 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2925
2926 * allout.el: Fix the header line, so that finder.el recognizes it.
2927 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2928
2929 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2930 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2931
2932 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2933
2934 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
2935
2936 * ps-bdf.el (bdf-directory-list): Use the value relative to
2937 installation-directory for MS-Windows as well.
2938
2939 2001-06-29 Richard M. Stallman <rms@gnu.org>
2940
2941 * wid-edit.el (widget-color-sample-face-get):
2942 Return ((foreground-color . COLOR)) instead of constructing a face.
2943
2944 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2945
2946 * faces.el (region): Change the background color for the
2947 light-background color display to lightgoldenrod2, to make it
2948 visible on some laptops.
2949
2950 2001-06-28 Richard M. Stallman <rms@gnu.org>
2951
2952 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2953 (rmail-msg-restore-non-pruned-header): Likewise.
2954 If point was in the old pruned header, put it at the top.
2955 (rmail-msg-prune-header): If point was at the top, keep it there.
2956
2957 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2958 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2959
2960 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2961
2962 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2963
2964 2001-06-28 Karl Fogel <kfogel@red-bean.com>
2965
2966 * saveplace.el: Update maintainer email address.
2967
2968 2001-06-27 Francesco Potorti` <pot@gnu.org>
2969
2970 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2971 Undo previous change.
2972
2973 2001-06-27 Francesco Potorti` <pot@gnu.org>
2974
2975 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2976 preliminary quick reordering. Can speed things up dramatically.
2977
2978 2001-06-26 Richard M. Stallman <rms@gnu.org>
2979
2980 * dired.el (dired-get-filename): A file name starting with ~
2981 is not absolute in this context.
2982
2983 * which-func.el (which-func-maxout): Increase default to 500000.
2984 (which-function-mode): This is now the "real" name of the function.
2985 (which-func-mode): Now an alias.
2986 (which-func-mode-global): Name deleted.
2987
2988 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2989 button-2, when binding hs-mouse-toggle-hiding.
2990
2991 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2992
2993 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
2994 (rmail-msg-prune-header): Likewise.
2995 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2996 and `rmail-msg-prune-header'.
2997
2998 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2999
3000 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
3001 back than LINEBEG.
3002
3003 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
3004
3005 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
3006 window where they clicked the mouse has a header line, adjust
3007 vertical movement by one.
3008
3009 2001-06-25 Milan Zamazal <pdm@zamazal.org>
3010
3011 * progmodes/glasses.el (glasses-make-readable): Consider underscores
3012 too when separating a parenthesis.
3013
3014 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
3015
3016 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3017 (bookmark-bmenu-hide-filenames): Add help-echo to
3018 mouse-highlighted text.
3019 (bookmark-bmenu-show-filenames): Remove help-echo property from
3020 the whitespace.
3021
3022 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
3023
3024 * files.el (auto-mode-alist): Add configure.ac (autoconf).
3025 From Karl Eichwalder <ke@suse.de>.
3026
3027 2001-06-23 Richard M. Stallman <rms@gnu.org>
3028
3029 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
3030
3031 * progmodes/cc-styles.el (c-set-style): Don't specify initial
3032 contents for completing-read.
3033
3034 2001-06-22 Richard M. Stallman <rms@gnu.org>
3035
3036 * menu-bar.el (menu-bar-make-toggle): Construct the
3037 function's doc string from HELP, not DOC, and make it accurate by
3038 adding "Toggle whether to " at the front and downcasing the initial.
3039 Change the HELP arg in some calls to make it fit this usage.
3040
3041 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
3042 Undo previous change.
3043
3044 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
3045
3046 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
3047
3048 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
3049
3050 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
3051
3052 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
3053
3054 * dabbrev.el (dabbrev--select-buffers): Fix last change.
3055
3056 2001-06-20 Richard M. Stallman <rms@gnu.org>
3057
3058 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
3059 broken out from dabbrev--find-expansion. Handle minibuffer
3060 specially here.
3061 (dabbrev--find-expansion): Simplify code in various ways.
3062 Don't treat minibuffers specially.
3063 Call dabbrev--make-friend-buffer-list.
3064 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
3065 (dabbrev--scanning-message): Do nothing when minibuffer is current.
3066
3067 2001-06-19 John Wiegley <johnw@gnu.org>
3068
3069 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
3070 Also, added a comment describing how to greatly speedup Eshell
3071 loadup time, by concatenating together all of Eshell's .elc files.
3072
3073 2001-06-19 John Wiegley <johnw@gnu.org>
3074
3075 * eshell/esh-mode.el: Disabled a test that often yields false failures.
3076
3077 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
3078
3079 * woman.el (WoMan-highlight-references): Add help-echo to
3080 mouse-highlighted text.
3081
3082 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
3083
3084 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
3085
3086 2001-06-18 Gerd Moellmann <gerd@gnu.org>
3087
3088 * international/quail.el (quail-start-conversion):
3089 Reset quail-translating to nil.
3090
3091 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
3092 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
3093
3094 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
3095
3096 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
3097 mouse-highlighted text.
3098
3099 * dired.el (dired-mark-pop-up): Fix last change.
3100
3101 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3102
3103 * calendar/calendar.el (generate-calendar-month): Add help-echo to
3104 mouse-highlighted text.
3105
3106 * net/quickurl.el (quickurl-url-file): Run through
3107 convert-standard-filename.
3108 (quickurl-list-populate-buffer): Add help-echo to
3109 mouse-highlighted text.
3110 (top-level): Update Dave's URL.
3111
3112 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
3113 mouse-highlighted text.
3114
3115 * textmodes/page-ext.el (pages-copy-header-and-position):
3116 Add help-echo to mouse-highlighted text.
3117
3118 * tar-mode.el (tar-header-block-summarize): Add help-echo to
3119 mouse-highlighted text.
3120
3121 * replace.el (occur): Add help-echo to mouse-highlighted text.
3122
3123 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
3124 mouse-highlighted text.
3125
3126 * progmodes/cpp.el (cpp-make-button): Add help-echo to
3127 mouse-highlighted text.
3128
3129 * progmodes/compile.el (compile-reinitialize-errors):
3130 Add help-echo to mouse-highlighted messages.
3131 (compilation-forget-errors): Remove help-echo property as well.
3132
3133 * play/landmark.el (lm-plot-square, lm-init-display):
3134 Add help-echo to mouse-highlighted text.
3135
3136 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
3137 Add help-echo to mouse-highlighted text.
3138
3139 * dired.el (dired-insert-set-properties): Add help-echo to
3140 mouse-highlighted text.
3141 (dired-mark-pop-up): Remove help-echo property from the file name.
3142
3143 * comint.el (comint-send-input): Add help-echo to
3144 mouse-highlighted text.
3145
3146 * buff-menu.el (list-buffers-noselect): Add help-echo to
3147 mouse-highlighted text.
3148
3149 * arc-mode.el (archive-summarize-files): Add help-echo to
3150 mouse-highlighted text.
3151
3152 * ffap.el (ffap-machine-p): Always return nil if
3153 open-network-stream is not fboundp.
3154
3155 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
3156
3157 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
3158 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
3159 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
3160 incorrectly binding chars between 128 and 256 to it.
3161 (sgml-maybe-name-self): Handle latin-1 chars properly.
3162 (sgml-tags-invisible): Bind buffer-file-name to nil.
3163 Use unwind-protect and restore-buffer-modified-p.
3164 (sgml-point-entered): Use buffer-substring-no-properties.
3165 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
3166 (html-mode): Don't force `imenu-sort-function'.
3167
3168 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3169
3170 * tar-mode.el: Fix the copyright notice.
3171
3172 * font-lock.el (font-lock-comment-face): For tty's with dark
3173 background, use "red1", since "lightred" is not one of the colors
3174 recognized by tty-colors.el.
3175
3176 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
3177 create a buffer for extracted file, in case there's more than one
3178 file by that name in an archive, possibly in different
3179 directories. From Kevin Rodgers <kevinr@ihs.com>.
3180
3181 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
3182 <alex@gnu.org>.
3183
3184 2001-06-15 Miles Bader <miles@gnu.org>
3185
3186 * textmodes/texinfmt.el (texinfo-format-syntax-table):
3187 Revert previous change.
3188
3189 2001-06-14 Richard M. Stallman <rms@gnu.org>
3190
3191 * replace.el (keep-lines-read-args): Return just a regexp.
3192 Provide nil for the region args.
3193 (keep-lines, flush-lines, how-many):
3194 Calculate the defaults for the region here, when args are nil.
3195
3196 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3197
3198 * rot13.el (rot13-other-window): Some more doc fix.
3199
3200 2001-06-14 Per Starback <starback@ling.uu.se>
3201
3202 * replace.el (case-replace, query-replace-from-history-variable)
3203 (query-replace-to-history-variable, keep-lines-read-args)
3204 (occur-revert-function, query-replace-help): Dox fix.
3205
3206 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3207
3208 * rot13.el (rot13-other-window): Doc fix.
3209
3210 2001-06-14 Miles Bader <miles@gnu.org>
3211
3212 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
3213 of " and \ to "." (punctuation).
3214 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
3215
3216 2001-06-13 Richard M. Stallman <rms@gnu.org>
3217
3218 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
3219
3220 * simple.el (shell-command-on-region): Never kill the
3221 *Shell Command Output* buffer.
3222
3223 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
3224
3225 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3226
3227 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3228
3229 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3230 New var, to recognize ${ $' and PODs.
3231 (perl-font-lock-syntactic-face-function): New function.
3232 (perl-mode): Use them.
3233 (perl-continuation-line-p): New function, from perl-calculate-indent.
3234 (perl-calculate-indent): Use it, to properly handle continuation
3235 lines of continuation lines.
3236
3237 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3238
3239 * server.el (server-process, server-buffer-clients): Doc fix.
3240 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3241
3242 2001-06-09 John Wiegley <johnw@gnu.org>
3243
3244 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3245 test if the last command was Lisp or not.
3246 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3247 B x C".
3248
3249 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3250
3251 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3252 general one on compile.el supports drive letters.
3253
3254 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3255
3256 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
3257 key description.
3258
3259 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3260
3261 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
3262 (reftex-toc-jump): New command.
3263
3264 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
3265 to parse international characters as well.
3266
3267 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
3268 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
3269
3270 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3271
3272 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
3273 TAB to the key separators.
3274
3275 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3276
3277 * international/mule.el (auto-coding-alist): Remove redundant
3278 up-cased versions of the extensions (auto-coding-alist-lookup is
3279 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3280 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3281
3282 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3283
3284 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3285
3286 2001-06-01 Richard M. Stallman <rms@gnu.org>
3287
3288 * help.el (describe-variable): Put value on same line
3289 with preceding text, if it is short enough to look good that way.
3290
3291 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3292
3293 * term/internal.el (IT-unicode-translations): New variable.
3294 (IT-setup-unicode-display): New function.
3295
3296 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3297
3298 * ps-print.el: Handle before-string and after-string overlay properties
3299 in ps-print-*-with-faces commands. Doc fix.
3300 (ps-print-version): New version number (6.5.2).
3301 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3302 for XEmacs.
3303 (ps-prefix-quote): Doc fix.
3304 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
3305 (ps-basic-plot-str, ps-plot-string): New funs.
3306
3307 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3308
3309 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3310 and :type spec.
3311
3312 2001-05-31 Gerd Moellmann <gerd@gnu.org>
3313
3314 * international/mule-cmds.el (inactivate-input-method):
3315 Set input-method-function to nil.
3316
3317 * xml.el (xml-parse-tag): The document may contain invalid characters.
3318 From ShengHuo ZHU <zsh@cs.rochester.edu>
3319
3320 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3321
3322 * mail/rmailsum.el (rmail-message-subject-p): Don't call
3323 `rmail-summary-line-decoder' if the message does not have
3324 a Subject: field.
3325
3326 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
3327
3328 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3329 New variable.
3330 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3331 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3332 is non-nil.
3333
3334 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3335
3336 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3337
3338 2001-05-29 Sam Steingold <sds@gnu.org>
3339
3340 * faces.el (face-valid-attribute-values): Bind `valid' directly
3341 instead of using `setq'.
3342
3343 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3344 Use `tex-shell-buf'.
3345 (tex-shell-proc): Use `tex-shell-running'.
3346 (tex-shell-buf-no-error): New function.
3347 (tex-send-tex-command): Use it.
3348 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3349 (tex-kill-job): Check the process before calling `quit-process'.
3350
3351 2001-05-29 Gerd Moellmann <gerd@gnu.org>
3352
3353 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3354 UTF-8 sequences.
3355
3356 2001-05-28 Miles Bader <miles@gnu.org>
3357
3358 * comint.el (comint-carriage-motion): Renamed from
3359 `comint-cr-magic'. Operate on the buffer instead of the string
3360 (for use as a comint post-output filter, instead of as a
3361 pre-output filter). Handle backspaces too. Add to the
3362 `comint-output-filter-functions' hook instead of
3363 `comint-preoutput-filter-functions'.
3364
3365 2001-05-28 Gerd Moellmann <gerd@gnu.org>
3366
3367 * language/japan-util.el (japanese-hankaku): Prefer the charset
3368 `jisx0201' when the optional argument `ascii-only' is not specified.
3369 (japanese-hankaku-region): Ditto.
3370 From Katsumi Yamaoka <yamaoka@jpl.org>
3371
3372 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3373
3374 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3375 (outline-invisible-p): New function.
3376 (hide-leaves): Save excursion.
3377 (hide-other): Stop looping when reaching bobp.
3378
3379 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3380
3381 * cus-edit.el (custom-file): Fix last change.
3382
3383 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3384
3385 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3386 same definition in byte-compile-function-environment as `autoload'
3387 would put in `symbol-function'.
3388
3389 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3390 patch to correct the error message as well.
3391
3392 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3393
3394 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3395 unless ~/.emacs exists.
3396
3397 * novice.el (enable-command): If user-init-file is nil or does not
3398 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3399
3400 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3401
3402 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3403 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3404 Allow spaces around macro arguments.
3405 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3406 indent-for-tab-command.
3407 (latex-mode-map, plain-tex-mode-map): New keymaps.
3408 Inherit from tex-mode-map.
3409 (tex-common-initialization): Don't setup the keymap any more
3410 since it's now done right by define-derived-mode.
3411 (latex-mode): Set skeleton-end-hook to nil.
3412 (latex-skeleton-end-hook): Remove.
3413 (tex-latex-block, latex-insert-item): Simplify.
3414 (latex-syntax-after): Use following-char rather than char-after.
3415 (tex-discount-args-cmds, tex-count-words): New functions.
3416
3417 * textmodes/tildify.el (tildify-ignored-environments-alist):
3418 Recognize \verb* as well.
3419
3420 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3421 (perl-comment-indent): Simplify to let newcomment.el do its job.
3422 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3423 (perl-mark-function): Cleanup the namespace.
3424 (perl-calculate-indent): Don't be fooled by nested functions.
3425
3426 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3427
3428 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3429 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3430
3431 2001-05-25 Andrew Choi <akochoi@i-cable.com>
3432
3433 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3434 actually be `\\'.
3435 (ctlau-b5-converter): Likewise.
3436
3437 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3438
3439 * international/titdic-cnv.el (quail-misc-package-ext-info):
3440 Change CTLauB.el to CTLau-b5.el.
3441
3442 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3443
3444 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3445 rather than beginning-of-line to avoid problems with fields.
3446 (gud-perldb-massage-args): Use unless and push.
3447 (gud-chdir-before-run): New var.
3448 (gud-common-init): Use it.
3449
3450 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3451
3452 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3453 delete entries for chinese-ctlau and chinese-ctlaub.
3454 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
3455 chinese-ctlaub.
3456 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3457 New functions.
3458
3459 2001-05-22 Gerd Moellmann <gerd@gnu.org>
3460
3461 * cus-edit.el (custom-comment-show): Remove debug code.
3462
3463 * language/japan-util.el (japanese-symbol-table): Fix handling of
3464 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3465
3466 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3467
3468 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3469 Renamed by removing the silly `-flag' suffix.
3470 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3471
3472 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3473
3474 * replace.el (keep-lines-read-args): Use `copy-marker'.
3475 (how-many): Save excursion properly.
3476 (occur-mode): Use define-derived-mode.
3477 (perform-replace): Use with-current-buffer.
3478
3479 2001-05-20 Richard M. Stallman <rms@gnu.org>
3480
3481 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3482
3483 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3484
3485 * info.el (Info-read-subfile): Widen before finding the
3486 desired node in the subfile.
3487
3488 * startup.el (command-line-1): When >2 files visited,
3489 leave the last one visible, and make that the selected window.
3490
3491 2001-05-20 Gerd Moellmann <gerd@gnu.org>
3492
3493 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3494
3495 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3496
3497 * international/ccl.el (define-ccl-program): Fix a typo.
3498 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3499
3500 * international/mule.el (decode-char): Fix a typo. From Pavel
3501 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3502
3503 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3504 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3505
3506 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3507 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3508
3509 2001-05-18 Sam Steingold <sds@gnu.org>
3510
3511 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
3512 and [RET] to `cvs-mode-find-file'.
3513
3514 2001-05-18 John Wiegley <johnw@gnu.org>
3515
3516 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3517 configuration variable, which determines the initial character
3518 that forces use of an external version of a command. The default
3519 is *, but may be set to \, for example.
3520
3521 * eshell/esh-ext.el (eshell-explicit-command):
3522 Use `eshell-explicit-command-char' instead of ?*.
3523
3524 * eshell/esh-cmd.el (eshell/which):
3525 Use `eshell-explicit-command-char' instead of ?*.
3526
3527 * eshell/em-cmpl.el (eshell-completion-command-name)
3528 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
3529 instead of ?*.
3530
3531 2001-05-18 Gerd Moellmann <gerd@gnu.org>
3532
3533 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3534 subst-char-in-string.
3535 (ange-ftp-after-parse-ls-hook): New variable.
3536 (ange-ftp-ls): Run that hook.
3537 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3538
3539 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3540 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3541 text into *Completions*.
3542
3543 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3544 part of which look like email addresses.
3545
3546 2001-05-18 Andrew Innes <andrewi@gnu.org>
3547
3548 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3549 Use . instead of absolute path for lisp dir, to avoid bug in W2K
3550 cmd.exe's handling of FOR loops.
3551 (autoloads): Set find-file-suppress-same-file-warnings to t to
3552 avoid slew of spurious messages.
3553
3554 2001-05-18 Simon Josefsson <simon@josefsson.org>
3555
3556 * mail/smtpmail.el (maybe-append-domain): Renamed to
3557 `smtpmail-maybe-append-domain'.
3558 (smtpmail-via-smtp): Use the new name.
3559
3560 * net/browse-url.el (browse-url-browser-function): Add kde.
3561 (browse-url-kde-program, browse-url-kde-args): New variables.
3562 (browse-url-kde): New function.
3563
3564 2001-05-18 Miles Bader <miles@gnu.org>
3565
3566 * simple.el (delete-horizontal-space, just-one-space):
3567 Use `constrain-to-field' instead of `field-end'/`field-beginning',
3568 because it's more efficient for large files.
3569
3570 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3571
3572 * mail/rmail.el (rmail-require-mime-maybe): New function.
3573 (rmail): Use it.
3574 (rmail-mode): Handle the case of finding Rmail files.
3575
3576 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3577 functions.
3578
3579 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3580
3581 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3582 text-property after moving to the beginning of line and regardless
3583 of the value of font-lock-multiline.
3584
3585 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3586
3587 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3588
3589 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3590 last coding system used before calling set-buffer-modified-p
3591 because that function changes last-coding-system.
3592
3593 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3594
3595 * files.el (switch-to-buffer-other-window)
3596 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3597 the doc string.
3598
3599 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3600
3601 * language/slovak.el, language/czech.el: New maintainer.
3602
3603 2001-05-16 Sam Steingold <sds@gnu.org>
3604
3605 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
3606 sub-form of `defgeneric' correctly.
3607
3608 2001-05-16 Gerd Moellmann <gerd@gnu.org>
3609
3610 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3611 of `c'.
3612
3613 * textmodes/outline.el (outline-font-lock-level): Remove the
3614 condition-case, test what outline-level returns instead, to
3615 ease debugging.
3616
3617 * international/mule.el (auto-coding-regexp-alist): New user-option.
3618 (auto-coding-from-file-contents): New function.
3619 (set-auto-coding): Use it to determine a coding system.
3620
3621 2001-05-15 Gerd Moellmann <gerd@gnu.org>
3622
3623 * mouse.el (mouse-delete-other-windows): Doc fix.
3624
3625 * emacs-lisp/lisp-mode.el (lisp-mode):
3626 Make font-lock-keywords-case-fold-search a buffer-local variable with
3627 make-local-variable before setting it.
3628
3629 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3630
3631 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3632 prefixes.
3633
3634 2001-05-14 Gerd Moellmann <gerd@gnu.org>
3635
3636 * hexl.el (hexl-current-address): Print a message when called
3637 interactively.
3638
3639 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3640
3641 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3642
3643 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3644
3645 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3646
3647 2001-05-11 Gerd Moellmann <gerd@gnu.org>
3648
3649 * startup.el (command-line): If parameters have been changed in
3650 the init files which influence font selection, clear the face
3651 cache so that faces get realized with the new parameters.
3652
3653 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
3654
3655 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3656
3657 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3658
3659 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3660
3661 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3662 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3663
3664 2001-05-10 Gerd Moellmann <gerd@gnu.org>
3665
3666 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
3667 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
3668
3669 2001-05-09 John Wiegley <johnw@gnu.org>
3670
3671 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3672 Annotated the documentation string to tell users about
3673 `eshell-no-numeric-conversions'.
3674
3675 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3676 conversions if a Lisp function has the property
3677 `eshell-no-numeric-conversions' set to a non-nil value.
3678
3679 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3680 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3681 property `eshell-no-numeric-conversions' on the following
3682 functions (which all deal with filesystem entities, and never Lisp
3683 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3684 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3685 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3686 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3687 eshell/which, eshell/addpath.
3688
3689 2001-05-09 John Wiegley <johnw@gnu.org>
3690
3691 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3692 encountered as an argument, don't convert it right away, but tag
3693 the first character of the string with the text properties
3694 `number', which signifies to `eshell-lisp-command' that the
3695 argument should be passed through `string-to-number' if it is
3696 actually used in the call to a Lisp function.
3697
3698 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3699 function, convert any string arguments that have been tagged as
3700 "numbers", by calling string-to-number.
3701
3702 * eshell/esh-util.el (eshell-number-regexp): Now that number
3703 conversions only happen for Lisp function calls, the number regexp
3704 should now match all integer and floating point forms.
3705
3706 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3707 `eshell-continue-process', since they are both nonfunctional at
3708 the moment.
3709 (eshell-proc-initialize): Don't bind keys for
3710 `eshell-stop-process' or `eshell-continue-process'.
3711
3712 * eshell/em-unix.el (eshell-shuffle-files):
3713 Apply `directory-file-name' before calling `file-name-directory'.
3714
3715 * eshell/em-hist.el (eshell-add-to-history): Reference to
3716 `eshell-history-ring' needed to be `eshell-history-index'.
3717
3718 * calendar/timeclock.el (timeclock-find-discrep):
3719 Initialize `elapsed' to 0.
3720 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3721 it's still nil.
3722
3723 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3724
3725 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3726 (archive-mode): Use capitalize.
3727 (archive-unique-fname): Use make-temp-file.
3728
3729 2001-05-09 Gerd Moellmann <gerd@gnu.org>
3730
3731 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3732
3733 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3734
3735 * tar-mode.el (tar-extract): Pay attention to the value of
3736 coding-system-for-read, if it is non-nil.
3737
3738 * calendar/holidays.el (holidays): Add an autoload cookie.
3739 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3740
3741 2001-05-08 John Wiegley <johnw@gnu.org>
3742
3743 * calendar/timeclock.el (timeclock-workday-remaining):
3744 Changed logic for determining how much time is remaining.
3745 (timeclock-workday-elapsed): Don't accept a "relative" argument
3746 for the current day's elapsed time. What could that have meant?
3747 (timeclock-workday-elapsed-string): No "relative" argument anymore.
3748 (timeclock-when-to-leave): Changed logic, similarly to what was
3749 done for `timeclock-workday-remaining'.
3750 (timeclock-find-discrep): Removed "today-only" argument, which had
3751 no meaning. Fixed some more math problems. The function now
3752 returns a three member list: (TOTAL-TIME-DISCREPANCY
3753 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3754
3755 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3756
3757 * w32-fns.el (convert-standard-filename): Start replacing slashes
3758 from the beginning of the file name, not from where the last
3759 invalid character was. From "Andrew Maguire (SWW)"
3760 <Andrew.Maguire@Smallworld.co.uk>
3761
3762 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3763
3764 The following changes are to provide infrastructure for handling
3765 MIME messages to rmail. They don't affect the original behaviour
3766 if rmail-enable-mime is nil.
3767
3768 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3769 (rmail-search-mime-message-function)
3770 (rmail-search-mime-header-function): New variables.
3771 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3772 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3773 `rmail-view-buffer' is hidden.
3774 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3775 call rmai-show-mime-function.
3776 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3777 mode-line-process of rmail-view-buffer.
3778 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3779 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3780 buffer.
3781 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3782 set-buffer to the Rmail buffer.
3783 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3784 rmail-search-mime-header-function.
3785 (rmail-search-message): New function.
3786 (rmail-search): Call rmail-search-message to check if a message
3787 matches REGEXP, lastly update point after calling
3788 rmail-show-message.
3789 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3790 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
3791 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3792 header region, refer to rmail-msgref-vector while setting the
3793 current buffer to rmail-buffer temporarily.
3794 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3795 If rmail-enable-mime is non-nil, call
3796 rmail-insert-mime-forwarded-message-function instead of inserting
3797 forwarded message by itself.
3798
3799 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3800 Rmail buffer.
3801 (rmail-set-label, rmail-next-labeled-message): Likewise.
3802
3803 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3804 set-buffer to the Rmail buffer.
3805 (rmail-output-to-rmail-file): Likewise.
3806 (rmail-output): Likewise.
3807
3808 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3809 of mail-fetch-field by rmail-summary-line-decoder.
3810 (rmail-new-summary): Be sure to go to the Rmail buffer.
3811 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
3812 rmail-view-buffer to nil.
3813 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3814 rmail-view-buffer.
3815 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3816 rmail-buffer.
3817 (rmail-summary-scroll-msg-down): Likewise.
3818 (rmail-summary-beginning-of-message): Likewise.
3819 (rmail-summary-wipe): Likewise.
3820 (rmail-summary-toggle-header): Use save-window-excursion, not
3821 save-excursion. Update point in rmail-view-buffer, not in
3822 rmail-buffer.
3823 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3824 rmail-view-buffer, not rmail-buffer.
3825
3826 2001-05-07 Gerd Moellmann <gerd@gnu.org>
3827
3828 * cus-edit.el (custom-file): Signal an error if user-init-file is
3829 nil (running -q).
3830
3831 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3832
3833 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3834 Add :version.
3835
3836 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3837 New option.
3838 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3839 only if smtpmail-warn-about-unknown-extensions is set.
3840
3841 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3842 instead of rmail-sort-by-keywords.
3843
3844 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
3845 rmail-sort-by-keywords.
3846
3847 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3848 rmail-summary-sort-by-keywords. Doc fix.
3849 (rmail-summary-mode): Doc fix.
3850
3851 * mail/rmail.el (rmail-edit): New Custom group.
3852
3853 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3854 (rmail-edit-mode-hook): New user-option.
3855
3856 2001-05-05 Richard M. Stallman <rms@gnu.org>
3857
3858 * help.el (help-xref-symbol-regexp): Recognize "source of"
3859 and friends, meaning make a link to the source file.
3860 (help-make-xrefs): Handle "source of" and friends
3861 by constructing a link that visits the source file.
3862
3863 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3864
3865 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3866
3867 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3868 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3869 Renamed from perl-font-lock-keywords to avoid clashes.
3870 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3871 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3872 Updated correspondingly.
3873
3874 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3875 Typo `nonexistant' -> `nonexistent'.
3876
3877 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3878
3879 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3880 Split `c-electric-delete' into two functions where
3881 `c-electric-delete-forward' always deletes forward and
3882 `c-electric-delete' only contains the code necessary for XEmacs to
3883 choose between backward and forward deletion.
3884
3885 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3886 get the electric behavior on that key too.
3887 (c-fill-paragraph): Fixed bogus direct use of
3888 c-comment-prefix-regexp, which caused an error when it's a list.
3889
3890 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3891
3892 * dired-aux.el (dired-diff): Doc fix.
3893
3894 * dired.el (dired-diff): Likewise.
3895
3896 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3897
3898 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3899
3900 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3901
3902 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3903 if both the buffer and the file are read-only.
3904
3905 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3906 rather than font-lock-string-face.
3907 (sh-get-indent-info): Treat heredocs like strings.
3908
3909 2001-05-02 Gerd Moellmann <gerd@gnu.org>
3910
3911 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3912 a newline following `}'.
3913 (texinfo-format-email): New function.
3914 (toplevel): Use texinfo-format-email for @email.
3915 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3916 Add `display'.
3917 (texinfo-sort-region): Goto point-min before sorting.
3918 (texinfo-set): Remove leading white space from value.
3919 From yagi@is.titech.ac.jp.
3920
3921 * replace.el (query-replace-regexp-eval): Doc fix.
3922
3923 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3924
3925 * diff-mode.el (diff-nonexistant-face): New face.
3926 (diff-font-lock-keywords): Use it.
3927
3928 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3929
3930 * font-lock.el (font-lock-mode): Doc fix.
3931
3932 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3933 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3934
3935 2001-04-30 Gerd Moellmann <gerd@gnu.org>
3936
3937 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3938 backslash at the start of the here-document delimiter.
3939 (sh-font-lock-syntactic-keywords): Likewise.
3940
3941 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3942
3943 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3944
3945 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3946 (tty-color-translate, tty-color-by-index, tty-color-values)
3947 (tty-color-desc): Doc fix.
3948
3949 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3950
3951 * dired-aux.el (dired-do-create-files, dired-do-copy)
3952 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3953 Mention dired-dwim-target in the doc string.
3954
3955 2001-04-28 Miles Bader <miles@gnu.org>
3956
3957 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3958 (dabbrev--find-expansion): Use it.
3959 (dabbrev--select-buffers): Don't select ignored buffers.
3960
3961 2001-04-27 Gerd Moellmann <gerd@gnu.org>
3962
3963 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
3964
3965 2001-04-26 Richard M. Stallman <rms@gnu.org>
3966
3967 * dabbrev.el: Add doc strings for some functions.
3968 (dabbrev--eliminate-newlines): New variable.
3969 (dabbrev--substitute-expansion): Convert newlines to spaces
3970 if dabbrev--eliminate-newlines is set.
3971 If abbrev and expansion are both all-lower-case,
3972 leave dabbrev--last-case-pattern nil.
3973
3974 2001-04-26 Gerd Moellmann <gerd@gnu.org>
3975
3976 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3977 if necessary, like in rmail-show-message.
3978
3979 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3980
3981 * ps-print.el: Color specified by number is forced to be float number.
3982 (ps-print-version): New version number (6.5.1.1).
3983 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3984 initialization.
3985 (ps-prefix-quote): New internal var.
3986 (ps-print-quote): New fun.
3987 (ps-setup, ps-output-frame-properties, ps-float-format)
3988 (ps-format-color): Code fix.
3989 (ps-plot-region): Eliminate redundant foreground color text setting.
3990
3991 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3992
3993 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3994
3995 2001-04-25 Gerd Moellmann <gerd@gnu.org>
3996
3997 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3998
3999 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4000
4001 * info.el (Info-additional-directory-list): Doc fix.
4002
4003 * find-lisp.el (find-lisp-find-dired-filter)
4004 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
4005 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4006
4007 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
4008
4009 * progmodes/make-mode.el (makefile-font-lock-keywords):
4010 Rationalize the rules for includes and conditionals and use the
4011 keyword face for them.
4012
4013 * faces.el (modify-face): Add compatibility for non-interactive use.
4014
4015 2001-04-24 John Wiegley <johnw@gnu.org>
4016
4017 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
4018 fix from last night, since it wasn't finding eshell/cd.
4019
4020 2001-04-24 Gerd Moellmann <gerd@gnu.org>
4021
4022 * rect.el (string-rectangle): Revert to 20.x behaviour.
4023 (replace-rectangle): Make it an alias for string-rectangle.
4024 (string-insert-rectangle): New function.
4025
4026 2001-04-23 John Wiegley <johnw@gnu.org>
4027
4028 * eshell/em-unix.el (eshell/diff): Fixed problems that were
4029 occurring with Emacs 21's diff.el/compile.el interaction layer.
4030
4031 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
4032
4033 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
4034 case where the function was defined in a file, but not part of an
4035 eshell module.
4036
4037 2001-04-23 John Wiegley <johnw@gnu.org>
4038
4039 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
4040 code to work around a redisplay problem I've been having.
4041
4042 2001-04-23 John Wiegley <johnw@gnu.org>
4043
4044 * calendar/timeclock.el (timeclock-day-required): If the time
4045 required for a particular day is not set, use `timeclock-workday'.
4046 (timeclock-find-discrep): Added some sample code in a comment.
4047
4048 * eshell/eshell.el (eshell-command): Made a few changes so that
4049 `eshell-command' could be called programmatically.
4050
4051 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
4052
4053 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
4054
4055 2001-04-23 John Wiegley <johnw@gnu.org>
4056
4057 * calendar/timeclock.el: Updated copyright.
4058 (timeclock-generate-report): Don't report the daily or two-week
4059 total, if no time has been worked in that period.
4060 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
4061 final computational form, which was unnecessary; corrected a
4062 parsing problem when timeclock-relative was nil.
4063
4064 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
4065
4066 * calendar/timeclock.el (timeclock-modeline-display): Check if
4067 `list-entry' is null.
4068 (timeclock-use-display-time): The first argument to `set-variable'
4069 must be a symbol.
4070
4071 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
4072
4073 * calendar/calendar.el (diary-entry-marker)
4074 (calendar-today-marker, calendar-holiday-marker):
4075 Use display-color-p instead of window-system.
4076 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
4077 instead of window-system.
4078 (calendar-hide-window): Use display-multi-frame-p instead of
4079 window-system.
4080
4081 * calendar/cal-x.el (calendar-two-frame-setup)
4082 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4083 Use display-multi-frame-p instead of window-system.
4084
4085 2001-04-23 Gerd Moellmann <gerd@gnu.org>
4086
4087 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
4088
4089 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
4090 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
4091
4092 2001-04-23 Alex Schroeder <alex@gnu.org>
4093
4094 * goto-addr.el: Instead of defining line-beginning-position and
4095 line-end-position a defalias is used for point-at-bol and point-at-eol.
4096
4097 2001-04-23 Alex Schroeder <alex@gnu.org>
4098
4099 * goto-addr.el: Added XEmacs compatibility code.
4100 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
4101
4102 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
4103
4104 * textmodes/paragraphs.el (sentence-end): Doc fix.
4105
4106 2001-04-20 Alex Schroeder <alex@gnu.org>
4107
4108 * sql.el (sql-escape-newlines-and-send): New function.
4109 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
4110
4111 2001-04-20 Alex Schroeder <alex@gnu.org>
4112
4113 * sql.el (sql-db2-program): New option.
4114 (sql-db2-options): New option.
4115 (sql-db2): New function.
4116
4117 2001-04-20 Alex Schroeder <alex@gnu.org>
4118
4119 * sql.el (sql-mode-menu): Added highlighting entries.
4120 (sql-highlight-oracle-keywords): New function.
4121 (sql-highlight-postgres-keywords): New function.
4122 (sql-highlight-ansi-keywords): New function.
4123
4124 2001-04-20 Alex Schroeder <alex@gnu.org>
4125
4126 * sql.el (sql-help): Doc change.
4127
4128 2001-04-19 Karl Fogel <kfogel@collab.net>
4129
4130 * saveplace.el (save-place-alist-to-file): Removed no-effect code
4131 that inserted file content only to delete it immediately.
4132 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
4133 <lektu@uol.com.br> for the patch.
4134
4135 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
4136
4137 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
4138
4139 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4140
4141 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
4142 for defmethod.
4143
4144 * comint.el (comint-cr-magic): New function.
4145 (toplevel): Add it to comint-preoutput-filter-functions.
4146
4147 2001-04-18 Andrew Innes <andrewi@gnu.org>
4148
4149 * makefile.w32-in (EMACSLOADPATH): Define.
4150 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
4151 (recompile): Remove stuff to set EMACSLOADPATH.
4152
4153 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4154
4155 * language/slovak.el ("Slovak"): Add tutorial entry.
4156
4157 * net/browse-url.el (browse-url-new-window-flag): Renamed from
4158 browse-url-new-window-p.
4159
4160 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4161
4162 * info.el (Info-menu-update): When there are no menus and/or no
4163 cross references in the node, make the respective items of the
4164 Info menu-bar menu inactive.
4165
4166 2001-04-17 Gerd Moellmann <gerd@gnu.org>
4167
4168 * indent.el (indent-for-tab-command): Call indent-line-function
4169 with no argument if PREFIX-ARG is non-nil.
4170
4171 * frame.el (delete-other-frames): Handle minibuffer-only frames.
4172
4173 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4174
4175 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
4176 an async subprocess if start-process is unavailable. Suggested by
4177 Tim Van Holder <tim.van.holder@pandora.be>.
4178
4179 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
4180
4181 * info.el (Info-additional-directory-list): Doc fix. Suggested by
4182 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4183
4184 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4185
4186 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
4187 manual.
4188
4189 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
4190
4191 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
4192 (cvs-menu): Add a few entries.
4193
4194 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
4195 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
4196 lock file appears to be reachable from Emacs.
4197 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
4198 (cvs-mode-find-file): Look for cvs-header-face rather than
4199 cvs-dirname-face (which doesn't exist).
4200 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
4201
4202 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
4203
4204 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
4205
4206 * emulation/pc-select.el (pc-selection-mode): Don't turn on
4207 normal-erase-is-backspace on a tty. Instead, bind some keys such
4208 as [delete] directly, like pc-select.el did before
4209 normal-erase-is-backspace was invented.
4210
4211 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
4212
4213 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
4214
4215 2001-04-11 John Wiegley <johnw@gnu.org>
4216
4217 * eshell/em-ls.el (eshell-ls-insert-directory):
4218 Set font-lock-defaults to nil, to prevent fontification in dired
4219 buffers, if Eshell's ls is being used.
4220
4221 2001-04-11 John Wiegley <johnw@gnu.org>
4222
4223 * calendar/timeclock.el (timeclock-completing-read): New function.
4224 (timeclock-ask-for-project, timeclock-ask-for-reason):
4225 Call `timeclock-completing-read'.
4226
4227 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4228 required where `member' was being used.
4229
4230 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
4231
4232 * eshell/em-hist.el (eshell-previous-matching-input):
4233 Don't display "History item" if the the minibuffer is active.
4234
4235 2001-04-11 Gerd Moellmann <gerd@gnu.org>
4236
4237 * startup.el (command-line): Output a newline after printing
4238 an error from loading the window system's init file.
4239
4240 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4241
4242 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4243 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
4244 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4245 keywords whose arguments routinely include @@.
4246
4247 2001-04-10 Gerd Moellmann <gerd@gnu.org>
4248
4249 * emacs-lisp/advice.el (ad-make-advised-definition):
4250 Construct advice for subrs differently.
4251
4252 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4253 regexp in parentheses when building the regexp for searching backwards.
4254
4255 * simple.el (completion-list-mode-finish): New function.
4256 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
4257
4258 * language/european.el ("Polish"): Change sample text.
4259 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
4260
4261 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4262 parameter.
4263
4264 * faces.el (menu): Doc fix.
4265
4266 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4267
4268 * ps-print.el: Footer implementation. Doc fix.
4269 (ps-print-version): New version number (6.5.1).
4270 (ps-header-frame-alist): New customization var for header frame
4271 properties.
4272 (ps-line-number-color): New customization var for line number color.
4273 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4274 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4275 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4276 (ps-right-footer): New customization vars for footers.
4277 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4278 footers.
4279 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
4280 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4281 Code fix.
4282 (ps-prologue-file): Indentation fix.
4283 (ps-print-quote): Fun eliminated.
4284 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4285 (ps-output-frame-properties): New fun.
4286 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4287 (ps-skip-newline): Replace defun by defsubst.
4288
4289 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
4290
4291 * eshell/eshell.el (eshell-command): Needed a "%s" format
4292 specifier, in case the buffer contains percent characters.
4293
4294 2001-04-10 John Wiegley <johnw@gnu.org>
4295
4296 * calendar/timeclock.el (timeclock-generate-report): Added a
4297 missing insert of the project name.
4298
4299 2001-04-09 Gerd Moellmann <gerd@gnu.org>
4300
4301 * obsolete/profile.el: Moved from emacs-lisp/.
4302
4303 * Makefile.in (nonobsolete_setwins): New macro.
4304 (finder-data): Use it instead of `setwins'.
4305 From: Dave Love <fx@gnu.org>.
4306
4307 * server.el (server-visit-files): Set server-existing-buffer correctly.
4308 (server-visit-files): Run server-visit-hook after going to
4309 line 1 so that the hook can set point as it sees fit.
4310
4311 * bindings.el (mode-line-modified): Unify help messages.
4312
4313 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4314
4315 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4316 All callers changed.
4317
4318 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4319
4320 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4321 long file names aren't supported, truncate the file names in
4322 quail-misc-package-ext-info to 8+3 before matching them against
4323 FILENAME.
4324
4325 * dos-fns.el (dos-truncate-to-8+3): New function.
4326
4327 * progmodes/compile.el (grep-compute-defaults): Use null-device
4328 instead of literal /dev/null. Reported by Jens Schmidt
4329 <schmidt@mathematik.uni-kl.de>.
4330
4331 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4332
4333 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4334
4335 * textmodes/sgml-mode.el: Add unknown maintainer.
4336 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4337 (html-mode-map): Use set-keymap-parent.
4338
4339 2001-04-06 Dave Love <fx@gnu.org>
4340
4341 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4342 Remove redundant string-to-list.
4343
4344 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4345
4346 * composite.el (reference-point-alist): Doc fix.
4347
4348 2001-04-05 Sam Steingold <sds@gnu.org>
4349
4350 * font-lock.el (font-lock-keywords-case-fold-search):
4351 Make buffer-local. This fixes a very annoying bug when loading a Lisp
4352 file made font-lock case-insensitive.
4353
4354 2001-04-05 Gerd Moellmann <gerd@gnu.org>
4355
4356 * faces.el (defface menu): Doc fix.
4357
4358 * wid-edit.el (widget-color-sample-face-get): Don't make
4359 faces for undefined colors.
4360
4361 * version.el (emacs-version): Include LessTif/Motif version info.
4362
4363 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4364
4365 * ps-mule.el: Eliminate cl package dependence.
4366 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4367 if they aren't defined yet.
4368 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4369 Eliminate cl package dependence.
4370
4371 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4372
4373 * progmodes/cc-cmds.el (c-outline-level):
4374 Bind buffer-invisibility-spec. Originally from Dave Love, but
4375 got lost when incorporating version 5.26.
4376
4377 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4378
4379 * emulation/pc-select.el (pc-selection-mode):
4380 Call normal-erase-is-backspace-mode instead of binding
4381 keys individually.
4382
4383 * cus-load.el (normal-erase-is-backspace): Use it instead of
4384 delete-key-deletes-forward.
4385
4386 * startup.el (command-line): Use normal-erase-is-backspace and
4387 normal-erase-is-backspace-mode.
4388
4389 * simple.el (normal-erase-is-backspace): Rename from
4390 delete-key-deletes-forward. Doc fix.
4391 (normal-erase-is-backspace-mode): Rename from
4392 delete-key-deletes-forward-mode. Doc fix.
4393 Run normal-erase-is-backspace-hook.
4394
4395 * dired.el (dired-move-to-filename-regexp): Support file sizes in
4396 ``human-readable'' format produced by GNU `ls'.
4397 (dired-move-to-filename-regexp): Recognize ISO format dates.
4398 From Paul Eggert <eggert@twinsun.com>.
4399
4400 2001-04-04 Gerd Moellmann <gerd@gnu.org>
4401
4402 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4403 New functions.
4404 (lm-verify): Check keywords.
4405 From Eric M. Ludlam <eric@siege-engine.com>.
4406
4407 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4408
4409 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4410 `xemacs' feature instead of for the function `set-extent-property'.
4411
4412 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4413
4414 * mail/mh-utils.el (mh-folder-hist): New var.
4415 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4416
4417 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4418
4419 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4420 region, position point on the first or last 16-byte group.
4421 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4422 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4423 hexl-beginning-of-line.
4424
4425 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4426
4427 * icomplete.el (icomplete-mode): Treat an argument like other
4428 modes do.
4429
4430 * startup.el (fancy-splash-head): Use splash8.xpm for color
4431 depth 8.
4432
4433 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4434 Add an antry for ``converts''.
4435
4436 * language/slovak.el ("Slovak"): Add documentation string.
4437 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4438
4439 * language/czech.el ("Czech"): Add documentation string.
4440 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4441
4442 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4443 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4444
4445 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4446
4447 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4448 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4449 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4450 Use `defsubst' rather than a macro to ease debugging.
4451 (mail-extr-last): Remove (use `last' instead).
4452 (mail-extract-address-components): Properly reset the syntax-table
4453 after parsing an address. Use `last' rather than mail-extr-last.
4454 Make sure the end marker stays at the very end.
4455
4456 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4457
4458 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4459 last change.
4460
4461 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4462
4463 * ps-print.el: Line and paragraph spacing feature. Region to cut
4464 out when printing. Doc fix.
4465 (ps-print-version): New version number (6.5).
4466 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4467 New vars. Line and paragraph spacing feature.
4468 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4469 out when printing.
4470 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4471 (ps-get-font-size, ps-begin-job, ps-continue-line)
4472 (ps-plot-region): Code fix.
4473 (ps-print-prologue-2): Var eliminated.
4474 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4475 New internal vars.
4476 (ps-get-size): New fun.
4477 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4478 (ps-next-line): Replace defun by defsubst.
4479 (ps-mule-plot-string): Autoload doc fix.
4480
4481 * ps-bdf.el: XEmacs compatibility. Doc fix.
4482 (installation-directory, coding-system-for-read): Declare vars if
4483 it's not declared yet.
4484 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4485
4486 * ps-mule.el: XEmacs compatibility. Doc fix.
4487 (leading-code-private-22): Declare var if it's not declared yet.
4488 (charset-bytes, charset-dimension, charset-id, charset-width)
4489 (find-charset-region, split-char, char-width, chars-in-region)
4490 (forward-point, decompose-composite-char, encode-coding-string)
4491 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4492 Define funs if not defined yet.
4493 (encode-composition-rule, find-composition): Define funs if not
4494 loaded yet.
4495 (ps-mule-prologue): PostScript code fix.
4496
4497 2001-04-02 Kenichi Handa <handa@etl.go.jp>
4498
4499 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4500 non-nil, generate font for the header strings.
4501 (ps-mule-prepare-font): Likewise.
4502 (ps-mule-generate-glyphs): Likewise.
4503 (ps-mule-string-encoding): Likewise.
4504 (ps-mule-header-charsets): New variable.
4505 (ps-mule-encode-header-string): New function.
4506 (ps-mule-header-string-charsets): New function.
4507 (ps-mule-begin-job): Check charsets in the header strings. If there
4508 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4509
4510 * ps-print.el (ps-generate-header-line): Encode the header string by
4511 ps-mule-encode-header-string.
4512 (ps-mule-encode-header-string): Declare autoload.
4513
4514 2001-04-02 Gerd Moellmann <gerd@gnu.org>
4515
4516 * frame.el (cursor-in-non-selected-windows):
4517 Replaces show-cursor-in-non-selected-windows.
4518
4519 2001-03-31 Kenichi Handa <handa@etl.go.jp>
4520
4521 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4522 Delete entries for "chinese-py" and "chinese-ziranma".
4523 (quail-misc-package-ext-info): New variable.
4524 (tsang-quick-converter): New function.
4525 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4526 (quick-cns-converter, py-converter, ziranma-converter)
4527 (miscdic-convert, batch-miscdic-convert): New functions.
4528
4529 2001-03-30 Kenichi Handa <handa@etl.go.jp>
4530
4531 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4532 eight-bit-control chars.
4533
4534 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4535 Reduce making temporary vector (suggested by Dave Love).
4536
4537 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4538
4539 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4540 string as well.
4541
4542 2001-03-30 Andreas Schwab <schwab@suse.de>
4543
4544 * files.el (backup-directory-alist): Fix typo.
4545
4546 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4547
4548 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4549 <eggert@twinsun.com>.
4550
4551 2001-03-30 Dave Love <fx@gnu.org>
4552
4553 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4554
4555 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4556
4557 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4558
4559 2001-03-30 Miles Bader <miles@gnu.org>
4560
4561 * subr.el (interactive-form): Fix paren typo.
4562
4563 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4564
4565 * emacs-lisp/profile.el: Say that it's obsolete in the header
4566 line, so that finder.el puts that into its data-base.
4567 Suggested by Alex Schroeder <alex@gnu.org>.
4568
4569 2001-03-29 Paul Eggert <eggert@twinsun.com>
4570
4571 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4572 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4573
4574 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4575
4576 * generic.el (generic-mode-set-comments): Use "" rather than nil
4577 for comment-end.
4578
4579 2001-03-29 Gerd Moellmann <gerd@gnu.org>
4580
4581 * emacs-lisp/advice.el (ad-make-advised-definition):
4582 Call interactive-form to obtain the interactive spec of subrs.
4583
4584 * subr.el (interactive-form): New function.
4585
4586 2001-03-29 Andre Spiegel <spiegel@gnu.org>
4587
4588 * vc-sccs.el (vc-sccs-register): Use relative file names.
4589
4590 2001-03-28 Gerd Moellmann <gerd@gnu.org>
4591
4592 * bookmark.el (bookmark-get-bookmark): Handle case that
4593 BOOKMARK is not a string.
4594
4595 * image.el (image-type-regexps): Change type for PS files
4596 to `postscript'.
4597
4598 * subr.el (read-passwd): Clear command history after each
4599 character entered. From: Stephen Gildea
4600 <gildea@stop.mail-abuse.org>.
4601
4602 2001-03-27 Kenichi Handa <handa@etl.go.jp>
4603
4604 * international/kkc.el (kkc-save-init-file): Locally bind
4605 print-length to nil.
4606
4607 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4608
4609 * textmodes/flyspell.el: Some doc fixes.
4610 (flyspell-maybe-correct-transposition)
4611 (flyspell-maybe-correct-doubling): Use a temporary buffer
4612
4613 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4614
4615 * emacs-lisp/byte-opt.el (byte-optimize-while)
4616 (byte-optimize-form-code-walker): Diagnose too few arguments
4617 for `if' and `while'.
4618
4619 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4620
4621 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4622 Prepend `\' to "\<quail-translation-docstring>".
4623
4624 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4625
4626 * autorevert.el (global-auto-revert-non-file-buffers):
4627 Remove duplicate defcustom.
4628
4629 2001-03-26 Miles Bader <miles@gnu.org>
4630
4631 * international/latin1-disp.el (latin1-char-displayable-p):
4632 Add leading "-" for X font pattern.
4633
4634 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4635
4636 * international/mule-diag.el (describe-coding-system):
4637 For raw-text and emacs-mule, don't add anymore text about what
4638 charsets they can encode.
4639
4640 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4641
4642 * help.el (view-lossage): Mention open-dribble-file in the doc
4643 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4644
4645 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4646
4647 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4648 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4649
4650 2001-03-23 Kenichi Handa <handa@etl.go.jp>
4651
4652 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4653 Call ccl-execute-on-string directly so that CCL program handling
4654 multibyte sequence can work correctly.
4655 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4656 property of the coding system.
4657
4658 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4659
4660 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4661 Fix transcription typo.
4662
4663 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4664
4665 * whitespace.el: Add buffer local variables to toggle testing of
4666 whitespaces in buffers without affecting the default values.
4667 Bump version to 3.0 to account for a few other changes.
4668 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4669 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4670 (whitespace-toggle-spacetab-check): New functions.
4671
4672 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4673
4674 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4675
4676 2001-03-21 Gerd Moellmann <gerd@gnu.org>
4677
4678 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4679 bs-cycle-configuration-name. From Juanma Barranquero
4680 <lektu@uol.com.br>.
4681
4682 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4683 and cc-vars.el.
4684
4685 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4686 headers. Always invoke sendmail with option -t.
4687
4688 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4689
4690 * Release of cc-mode 5.28.
4691
4692 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4693
4694 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4695 Removed the hardcoded switch to "java" style in Java mode.
4696 It's instead taken care of by the default value for c-default-style.
4697
4698 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4699
4700 * cc-align.el (c-lineup-math): Fix bug where lineup was
4701 triggered by equal signs in string literals.
4702
4703 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4704
4705 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4706 limit detection when at the ends of the buffer.
4707
4708 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4709 "for" statement clause in case 7F; a better one is done
4710 earlier in case 7D anyway.
4711
4712 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4713
4714 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4715 somewhat more and did a small optimization.
4716
4717 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4718
4719 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4720 Use the limit argument only to limit the syntactic context
4721 search, not to limit the actual movement.
4722
4723 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4724 inside multiline strings, just like in comments. Also various
4725 fixes to the paragraph and comment prefix recognition, block
4726 comment ender handling etc.
4727
4728 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4729
4730 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4731 the relative position of the point.
4732
4733 * cc-cmds.el (c-electric-continued-statement): New function to
4734 use as abbrev hook to reindent for keywords such as "else"
4735 that continues an earlier statement.
4736
4737 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4738 like classes.
4739
4740 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4741 (pike-mode): Populate the default abbrev tables to reindent for
4742 keywords such as "else" that can continue earlier statements.
4743 Abbrev mode is therefore turned on by default now. (Note that
4744 this doesn't apply to idl-mode, since IDL afaik doesn't have
4745 statements at all.)
4746
4747 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4748
4749 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4750 bracelists where the declaration contains template arguments.
4751
4752 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4753
4754 * cc-cmds.el (c-comment-indent):
4755 Use `c-get-syntactic-indentation' to correctly calculate the
4756 syntactic indentation. Fixes bug with lineup functions that
4757 return vectors.
4758
4759 * cc-engine.el (c-get-syntactic-indentation): Split the
4760 indentation sum calculation from `c-indent-line' to a separate
4761 function.
4762
4763 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4764
4765 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4766 Fixed places where it was assumed that preprocessor directives
4767 have to start in column zero.
4768
4769 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4770 template arguments after a class identifier properly.
4771
4772 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4773 lists for `new Foo[]' constructs in Java as expressions and
4774 not top level definition brace lists on the top level, so that
4775 they'll get indented consistently with the same type of
4776 expression in a normal block.
4777
4778 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4779
4780 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4781 whether the adaptive filling package fails to keep the comment
4782 prefix is now kludged further to check for filladapt-mode
4783 which doesn't have that problem. This is really icky, but it's
4784 the only way that works with the current misfeatures/bugs in
4785 both adaptive-fill-mode and filladapt-mode.
4786
4787 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4788 around point is recognized more robust.
4789
4790 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4791
4792 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4793 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4794 (c-lit-type): Fixed all internal variables used dynamically so
4795 that they are always bound.
4796
4797 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4798 errors:
4799
4800 (c-indent-region): Fixed reporting of syntactic errors so that
4801 the region is fully reindented even when an error occurs.
4802 The last syntactic error is printed afterwards. Also cleanup up a
4803 whole lot of code that tried to optimize indentation of whole
4804 sexps but in reality accomplishes nothing.
4805
4806 (c-indent-sexp): Use c-indent-region.
4807
4808 (c-parsing-error): Changed this variable to hold the message
4809 for any syntactic error that is discovered.
4810
4811 (c-parse-state): Search backward from point instead of the bod
4812 position when the latter is invalid. This makes CC Mode
4813 recover faster when there are unbalanced close braces.
4814
4815 (c-backward-to-start-of-if): Use c-parsing-error to report
4816 dangling "else" clauses instead of throwing an error, and fall
4817 back to a reasonable position.
4818
4819 (c-indent-line): Added argument to avoid reporting syntactic errors.
4820
4821 (c-show-syntactic-information): Don't report any syntactic errors.
4822
4823 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4824
4825 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4826 paragraph recognition when moving by sentence in literals.
4827
4828 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4829 start regexp for javadoc to recognize javadoc markup in general instead
4830 of a specific set of keywords, to be more future-safe.
4831
4832 (c-Pike-pikedoc-paragraph-start)
4833 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4834 pikedoc markup.
4835
4836 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
4837
4838 (pike-mode): Initialize paragraph settings pikedoc recognition.
4839
4840 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4841
4842 (c-comment-prefix-regexp): Made it possible to use an
4843 association list on this to specify mode specific regexps.
4844 The default value now use a special regexp in Pike mode to
4845 recognize pikedoc markup.
4846
4847 (c-current-comment-prefix): New variable containing the actual
4848 regexp from c-comment-prefix-regexp for the current buffer.
4849
4850 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4851
4852 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4853 lists: We can't look at the syntax, since a brace list can get
4854 recognized as a plain statement-cont.
4855
4856 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4857 special brace list opener broken over two lines got recognized
4858 as a statement on the second line. Case 9A changed.
4859
4860 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4861
4862 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4863 adjustment after line is reindented.
4864
4865 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4866
4867 * cc-defs.el (c-point): Added optional argument for position
4868 to use instead of the current point.
4869
4870 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4871 the in-expression block symbols when the construct starts at
4872 boi, to avoid the extra level of indentation in that case.
4873 Cases 4, 16A and 17E affected.
4874
4875 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4876
4877 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
4878 calls to `c-indent-line', to adhere better to Emacs conventions.
4879
4880 * cc-engine.el (c-indent-line): Use the syntax already bound
4881 to `c-syntactic-context', if there is any.
4882
4883 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4884
4885 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4886 wasn't added up correctly when a lineup function returned nil.
4887
4888 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4889
4890 * cc-engine.el (c-collect-line-comments): Fixed bug where
4891 empty lines were ignored when collecting line comments backwards.
4892
4893 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4894
4895 * cc-align.el (c-lineup-dont-change): Return an absolute
4896 indentation column to work correctly in the case when several
4897 syntactic elements are processed for the same line.
4898
4899 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4900 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4901 (c-set-offset): Added absolute indentation column settings by
4902 using the vector type.
4903
4904 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4905
4906 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4907 Implemented two new cleanups `space-before-funcall' and
4908 `compact-empty-funcall'.
4909
4910 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4911
4912 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4913 helping building regexps.
4914
4915 * cc-engine.el (c-on-identifier): New function for detecting
4916 identifiers. It takes keywords into account.
4917
4918 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4919 lists. `c-keywords' is set to a regexp matching all keywords
4920 in the current language.
4921
4922 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4923
4924 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4925 list of characters to skip backwards over at the beginning of
4926 a statement, since it can precede string literals in Pike.
4927
4928 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4929
4930 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4931 recognition when standing on the last line in a C++ comment
4932 with nothing but whitespace after the prefix.
4933
4934 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4935 given no limit argument.
4936
4937 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4938
4939 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4940 recognition for the `[]= operator symbol in Pike.
4941
4942 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4943
4944 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4945 around a bug in `eval-when-compile' in the byte compiler.
4946
4947 * cc-engine.el (c-forward-token-1): Fixed bug with return
4948 value when count is zero and there's no token start within the limit.
4949
4950 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4951 "prefix comments", i.e. comments which are followed by code on
4952 the same line.
4953
4954 * cc-mode-19.el: Fixes so that checks that must be done at
4955 compile time also are done then.
4956
4957 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4958
4959 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4960 time and at runtime, and only when it's needed.
4961
4962 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4963
4964 Major cleanup for less error prone and more warning free
4965 compilation, including some fixes for bugs due to different
4966 compilation orders. Thanks to Martin Buchholz for providing
4967 the basis for all this.
4968
4969 * cc-bytecomp.el: New file that provides some byte compilation
4970 features: It ensures that files always are loaded from the
4971 current source directory during compilation, and it provides a
4972 set of macros to turn off specific compiler warnings for
4973 specific symbols. (It's not CC Mode specific in any way.)
4974
4975 Fixed a nearly acyclic dependency tree (both runtime and
4976 compile-time) between all files.
4977
4978 * cc-defs.el: Separated all macros before the inline functions,
4979 to ensure correct compilation.
4980
4981 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4982 cc-defs.el to cc-engine.el and made it a function instead.
4983
4984 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4985 about char-after.
4986
4987 * cc-vars.el: Cope even when there isn't a custom package
4988 containing defcustom available.
4989
4990 * cc-make.el: Removed since it's no longer necessary.
4991
4992 README: Updated installation instructions.
4993
4994 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4995
4996 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4997 improve the modularity: Moved all mode init stuff from
4998 cc-langs.el to cc-mode.el, including the keymap
4999 initialization; cc-langs now only contains the various
5000 variables for configuring the language syntax.
5001
5002 * cc-engine.el, cc-styles.el (c-evaluate-offset)
5003 (c-get-offset): Moved from cc-styles to cc-engine since file
5004 dependency analysis suggests they belong there (which also
5005 makes more sense). Thanks to Martin Buchholz for doing the analysis.
5006
5007 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5008
5009 * cc-cmds.el (c-fn-region-is-active-p): New function that
5010 wraps the corresponding macro, for use in places that aren't
5011 compiled. Thanks to Martin Buchholz for pointing out this.
5012
5013 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
5014
5015 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
5016 add things to the bug report.
5017
5018 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5019
5020 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
5021 returned prefix could contain a newline when the search for a
5022 good prefix line failed.
5023
5024 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5025
5026 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
5027 (c-toggle-auto-hungry-state): Made the argument optional, as
5028 the documentation says it is.
5029
5030 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5031
5032 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
5033 multiline string syntax, #"...", as a cpp macro.
5034
5035 2001-03-21 Paul Eggert <eggert@twinsun.com>
5036
5037 * international/mule-cmds.el (set-locale-environment):
5038 Set system-messages-locale and system-time-locale, but only if the
5039 caller specifies a non-nil locale name.
5040
5041 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5042
5043 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
5044 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
5045
5046 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5047
5048 * follow.el (follow-avoid-tail-recenter): Doc fix.
5049
5050 * custom.el (custom-set-variables): Avoid reversing the list
5051 of args needlessly.
5052
5053 * startup.el (fancy-splash-head): Don't change the colors of the
5054 XPM image on a dark background.
5055
5056 * comint.el (comint-exec-1): Set columns of the terminal to
5057 window-width instead of frame-width.
5058
5059 * info.el (Info-scroll-down): Add missing WINDOW arg for
5060 pos-visible-in-window-p.
5061
5062 * ehelp.el (electric-help-mode-hook): Add defcustom.
5063
5064 * mail/sendmail.el (mail-mode): Activate case-folding in
5065 font-lock-defaults.
5066
5067 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
5068
5069 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
5070 (completion-ignored-extensions): Remove duplicate ".class".
5071
5072 2001-03-19 Andreas Schwab <schwab@suse.de>
5073
5074 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
5075 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5076
5077 2001-03-19 Gerd Moellmann <gerd@gnu.org>
5078
5079 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
5080 methods since there are not prefix input methods.
5081
5082 2001-03-19 Kenichi Handa <handa@etl.go.jp>
5083
5084 * international/mule-cmds.el (read-input-method-name):
5085 Locally bind enable-recursive-minibuffers to t.
5086
5087 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
5088
5089 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
5090
5091 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
5092
5093 * ediff-util.el: Copyright years.
5094 (ediff-choose-syntax-table): New function.
5095 (ediff-setup): Use ediff-choose-syntax-table.
5096
5097 * ediff-init.el (ediff-with-syntax-table): New macro, uses
5098 with-syntax-table.
5099
5100 * ediff.el: Date of last update, copyright years.
5101
5102 * ediff-wind (ediff-setup-control-frame): Nill->nil.
5103
5104 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5105 of Scott Bronson.
5106 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
5107 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5108 Deleted functions.
5109 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5110 ex-token-list.
5111
5112 * viper-util.el: Spaces, indentation.
5113
5114 * viper.el: Changed version, modification time.
5115
5116 2001-03-16 John Wiegley <johnw@gnu.org>
5117
5118 * calendar/timeclock.el (timeclock-workday-remaining):
5119 Check whether `discrep' is non-null before using it.
5120
5121 2001-03-16 John Wiegley <johnw@gnu.org>
5122
5123 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
5124 first-time checkins.
5125 (timeclock-log-data): Fixed problem with reading timelog log file.
5126 Resulting data in the "day list" was incorrect.
5127 (timeclock-find-discrep): Check if `timeclock-file' is readable
5128 before opening it.
5129 (timeclock-time-less-p): New function.
5130 (timeclock-day-base): New function.
5131 (timeclock-geometric-mean): New function.
5132 (timeclock-generate-report): Generate a summary report based on
5133 the contents of the log file. This uses `timeclock-log-data', and
5134 is an example of writing a timelog manipulation function.
5135 (timeclock-visit-timelog): A quick command for opening the timelog
5136 file.
5137 (timeclock-log-data): Bound the variable event.
5138
5139 2001-03-16 Kenichi Handa <handa@etl.go.jp>
5140
5141 * international/mule-cmds.el (select-safe-coding-system):
5142 Fix typo: symbol-name -> symbol-value.
5143
5144 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
5145 before substitute-in-file-name to handle double slashes in FILE
5146 correctly.
5147
5148 2001-03-15 Gerd Moellmann <gerd@gnu.org>
5149
5150 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
5151 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5152
5153 2001-03-14 Gerd Moellmann <gerd@gnu.org>
5154
5155 * bindings.el (features): Add `md5' and `overlay' to the list.
5156
5157 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
5158 bound before using it. It's not bound when configured without X,
5159 for instance.
5160
5161 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
5162
5163 * progmodes/hideshow.el: Update copyright.
5164 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
5165 (hs-minor-mode-hook): Include `:version' in defcustom form.
5166
5167 2001-03-13 Gerd Moellmann <gerd@gnu.org>
5168
5169 * help.el (string-key-binding): Don't call event-start on
5170 a non-list.
5171
5172 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
5173
5174 * startup.el (fancy-splash-tail, command-line-1): Fix the
5175 copyright year.
5176
5177 2001-03-13 Kenichi Handa <handa@etl.go.jp>
5178
5179 * term.el: These changes are based on a patch sent from Yong Lu
5180 <lyongu@yahoo.com>.
5181 (term-set-escape-char): Bind M-x to execute-extended-command in
5182 term-raw-escape-map.
5183 (term-move-columns): Don't try to move to negagive column.
5184 (term-emulate-terminal): Insert a string before deleting a text to
5185 overwrite.
5186
5187 2001-03-12 Gerd Moellmann <gerd@gnu.org>
5188
5189 * play/life.el (life): Rearrange code so that all calls to
5190 life-display-generation are in a catch-form.
5191
5192 * progmodes/etags.el (tags-loop-continue): Don't change point in a
5193 file that isn't interesting. In an interesting file, push the old
5194 value of point on the mark ring.
5195
5196 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
5197 New function.
5198 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
5199 Use it.
5200
5201 * emacs-lisp/autoload.el (generate-file-autoloads):
5202 Remove warning about line lengths.
5203
5204 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5205
5206 * progmodes/etags.el (tags-compression-info-list): New variable.
5207 (find-tag-in-order): Use it to deal with compressed source files.
5208 (tag-file-name-match-p): New function.
5209 (etags-recognize-tags-table): Use it for better match of file names.
5210
5211 2001-03-12 Kenichi Handa <handa@etl.go.jp>
5212
5213 * international/mule-cmds.el (register-input-method): Doc fix.
5214
5215 * international/quail.el (quail-translate-key): Fix condition to
5216 check if there's another breaking point in the current key.
5217
5218 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
5219
5220 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
5221 Babyl header to the newly-created output file, bind
5222 coding-system-for-write to either rmail-file-coding-system or
5223 emacs-mule-unix.
5224
5225 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
5226
5227 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5228 Fix the name and regexp used for subsubsections.
5229
5230 2001-03-10 Dave Love <fx@gnu.org>
5231
5232 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5233 and save-buffer if buffer-file-name non-nil. From rms.
5234
5235 2001-03-10 Andre Spiegel <spiegel@gnu.org>
5236
5237 * vc.el (vc-do-command): If the destination buffer is already
5238 current, don't set it up and don't erase it. Updated doc string
5239 to reflect that.
5240 (vc-version-diff): When doing a single file diff, don't switch to the
5241 *vc-diff* buffer before the command. This is to preserve local
5242 variable bindings that might affect the diff command.
5243 (vc-print-log): Don't switch to the *vc* buffer before the
5244 command, so that local variable bindings are preserved.
5245
5246 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
5247 not the current buffer.
5248 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5249
5250 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
5251 make output go to buffer *vc*, not the current buffer.
5252
5253 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5254
5255 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5256 so ^, $, *, ? and + are interpreted correctly.
5257
5258 2001-03-09 Gerd Moellmann <gerd@gnu.org>
5259
5260 * help.el (string-key-binding): Renamed from
5261 mode-line-key-binding. Handle any event on a string.
5262 Check for `keymap' properties as well as `local-map' properties.
5263
5264 * comint.el (comint-insert-clicked-input): Use the last key
5265 from this-command-keys to lookup the global key definition.
5266
5267 2001-03-09 Kenichi Handa <handa@etl.go.jp>
5268
5269 * international/characters.el: Add category `j' for
5270 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5271
5272 * international/mule-conf.el (no-conversion): Fix docstring.
5273 (raw-text): Fix docstring.
5274
5275 2001-03-08 Gerd Moellmann <gerd@gnu.org>
5276
5277 * simple.el (choose-completion-string): When not leaving the
5278 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5279 is set.
5280
5281 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5282 parameter `(minibuffer . t)'.
5283
5284 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5285
5286 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5287 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5288 (sh-mode): Remove `make-local-variable' for unused var
5289 `font-lock-unfontify-region-function'.
5290
5291 2001-03-07 Richard M. Stallman <rms@gnu.org>
5292
5293 * info.el (Info-scroll-down): Fix previous change.
5294
5295 * mail/rmail.el (rmail-toggle-header): Use a window which
5296 is showing the Rmail buffer, rather than the selected window.
5297
5298 2001-03-07 Dave Love <fx@gnu.org>
5299
5300 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5301 now, to avoid problems with binding imenu directly to a mouse event.
5302
5303 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5304
5305 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5306 second arg t.
5307
5308 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5309
5310 * log-edit.el (log-edit-common-indent): New var.
5311 (log-edit-set-common-indentation): Renamed from
5312 log-edit-delete-common-indentation. Use the new var.
5313 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5314
5315 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5316 (cvs-mode-add-change-log-entry-other-window):
5317 Don't presume change-log-default-name is defined.
5318
5319 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5320
5321 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5322 the "tree" operation as well.
5323
5324 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5325
5326 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5327 to match paragraph-start.
5328
5329 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5330 comment-start-skip and set comment-end-skip as well.
5331 (sgml-comment-indent): Fix for new value of comment-start-skip.
5332 (html-autoview-mode): Don't bother using make-local-hook.
5333
5334 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5335
5336 * cus-edit.el (custom-save-delete): Move in front of local
5337 variables, otherwise long Custom entries would make them ineffective.
5338
5339 * uniquify.el: Set maintainer to FSF.
5340
5341 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5342
5343 * dired-aux.el (dired-do-shell-command): Doc fix.
5344
5345 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5346
5347 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5348
5349 * which-func.el (which-func-modes): Add cperl-mode.
5350 (which-func-mode-global): Use define-minor-mode.
5351
5352 * info-look.el: Docstring fixes and dead code eliminated.
5353 (cperl-mode): Add support.
5354 (emacs-lisp-mode): List all entries from elisp manual, whether
5355 or not they are currently (f)bound or not. Update regexp.
5356
5357 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5358
5359 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5360 so that C-h m shows the correct information.
5361 Use make-local-variable rather than make-variable-buffer-local.
5362 (cperl-info-buffer, cperl-setup-tmp-buf):
5363 Use make-local-variable rather than make-variable-buffer-local.
5364 (cperl-msb-fix, cperl-get-help-defer):
5365 Check major-mode for `cperl-mode' as well.
5366
5367 * progmodes/cperl-mode.el: Updated to author version 4.23.
5368 (cperl-electric-pod): SYNOPSIS was misspelled.
5369 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5370 (cperl-after-expr-p): Make true after __END__.
5371
5372 2001-03-06 Gerd Moellmann <gerd@gnu.org>
5373
5374 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
5375 bookmark-completion-ignore-case is t.
5376
5377 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5378 switch, like xterm, and concat resource strings, with a newline
5379 between them.
5380
5381 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5382
5383 * international/codepage.el (cp770-decode-table)
5384 (cp773-decode-table, cp774-decode-table): New variables.
5385
5386 * man.el (Man-hyphenated-reference-regexp): New variable.
5387 (Man-build-references-alist): Use it to search for referenced
5388 manpages. If hyphenated is non-nil, record a concatenated word in
5389 Man-refpages-alist only if it matches Man-reference-regexp.
5390 Update word's length when it is concatenated. Reverse the list,
5391 to get the first manpage at the head.
5392 (Man-possibly-hyphenated-word): New function.
5393 (Man-follow-manual-reference): Use it instead of current-word to
5394 find a manpage at point, in a way that accounts for hyphenated
5395 references.
5396
5397 2001-03-06 Alex Schroeder <alex@gnu.org>
5398
5399 * sql.el (sql-interbase): New function.
5400 (sql-interbase-program): New option.
5401 (sql-interbase-options): New option.
5402 And some typos fixed: "customise" to "customize".
5403
5404 2001-03-06 Dave Love <fx@gnu.org>
5405
5406 * textmodes/flyspell.el (flyspell-region):
5407 Set up flyspell-local-mouse-map.
5408
5409 2001-03-05 Richard M. Stallman <rms@gnu.org>
5410
5411 * mail/rmail.el (rmail-retry-failure):
5412 Don't call rmail-beginning-of-message.
5413 Don't discard From: field. Do discard Received: field.
5414 Use unwind-protect to re-prune.
5415 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
5416
5417 2001-03-06 Kenichi Handa <handa@etl.go.jp>
5418
5419 * international/quail.el (quail-title): Add autoload cookie.
5420
5421 2001-03-05 Dave Love <fx@gnu.org>
5422
5423 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5424 new defs.
5425
5426 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5427
5428 * language/ethio-util.el (ethio-toggle-space):
5429 Update current-input-method-title if necessary.
5430 (ethio-toggle-punctuation): Likewise.
5431
5432 * international/quail.el (quail-title): Fix for the case that a
5433 title of an input method is specified by a list of the same form
5434 as used in mode-line-format.
5435
5436 * international/mule-cmds.el (activate-input-method):
5437 If current-input-method-title is set by activating INPUT-METHOD,
5438 respect that value.
5439
5440 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5441
5442 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5443
5444 2001-03-05 Alex Schroeder <alex@gnu.org>
5445
5446 * sql.el (sql-sybase): Fix typo (was: query user about server two
5447 times instead of server and database).
5448
5449 * sql.el (sql-sybase): Doc change.
5450 (sql-mysql): Doc change.
5451 (sql-postgres): Doc change.
5452
5453 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5454
5455 * international/mule-conf.el (emacs-mule, raw-text):
5456 Docstring modified.
5457
5458 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5459
5460 * term/internal.el: Update copyright notice.
5461
5462 * term/pc-win.el: Update copyright notice.
5463
5464 2001-03-02 Dave Love <fx@gnu.org>
5465
5466 * files.el (insert-file-contents-literally):
5467 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5468 not jka-compr-compression-info-list.
5469
5470 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5471
5472 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5473 spaces in default comment-start-skip settings rather than \s-.
5474
5475 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5476
5477 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5478 default-frame-alist as well.
5479
5480 2001-03-01 Dave Love <fx@gnu.org>
5481
5482 * textmodes/reftex.el (defvar): Wrap some defvars in
5483 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5484
5485 * subr.el (event-basic-type): Doc fix.
5486
5487 * international/quail.el: Doc fixes.
5488
5489 * international/utf-8.el: Doc fixes.
5490
5491 * international/mule-cmds.el: Doc fixes.
5492 (leim-list-header): Fix header text.
5493
5494 * international/mule.el (coding-system-category): Doc fix.
5495
5496 * international/ccl.el (ccl-compile): Doc fix.
5497
5498 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5499
5500 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5501 rather than (before|after)-change-functions.
5502
5503 2001-03-01 Gerd Moellmann <gerd@gnu.org>
5504
5505 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5506 scroll-left and scroll-right being called interactively so that
5507 they set the window's min_hscroll.
5508
5509 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5510
5511 * info.el (info-insert-file-contents-1): Accept an additional
5512 argument `lfn': if it is non-nil, concatenate `filename' and
5513 `suffix'; otherwise use the complicated MS-DOS code.
5514 All callers changed.
5515 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5516 can access long file names, try the long file-name version of
5517 `info-insert-file-contents-1', then the short file-name version.
5518
5519 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
5520
5521 * language/ethio-util.el (setup-ethiopic-environment-internal):
5522 Change bindings of functions keys to conform to "Emacs Lisp Coding
5523 Convention".
5524
5525 * language/ethiopic.el ("Ethiopic"): Add documentation.
5526
5527 2001-02-28 Kenichi Handa <handa@etl.go.jp>
5528
5529 * international/utf-8.el (mule-utf-8): Set coding-category
5530 property to coding-category-utf-8.
5531
5532 2001-02-27 Richard M. Stallman <rms@gnu.org>
5533
5534 * lpr.el (lpr-page-header-switches, print-region-1):
5535 Undo 2000-07-06 change.
5536 (lpr-add-switches): Default to t on gnu/linux.
5537
5538 2001-02-27 Gerd Moellmann <gerd@gnu.org>
5539
5540 * bs.el (bs-attributes-list): Doc fix.
5541
5542 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5543
5544 * help.el (describe-project): Display the file THE-GNU-PROJECT.
5545
5546 * help.el (view-order-manuals): Use goto-address.
5547
5548 * startup.el (command-line-1): Add info about ordering manuals
5549 to the not so fancy splash screens.
5550
5551 2001-02-26 Andre Spiegel <spiegel@gnu.org>
5552
5553 * vc.el (vc-default-workfile-unchanged-p)
5554 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
5555
5556 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5557
5558 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
5559 fontify in the right buffer.
5560
5561 * allout.el (outline-flag-region): Move macro in front of first
5562 use to avoid a run-time error.
5563
5564 2001-02-24 Andrew Innes <andrewi@gnu.org>
5565
5566 * makefile.w32-in: Fix copyright notice.
5567
5568 2001-02-24 Kenichi Handa <handa@etl.go.jp>
5569
5570 * international/utf-8.el (mule-utf-8): Set correct value for
5571 valid-codes property.
5572
5573 * international/fontset.el (x-complement-fontset-spec): In the
5574 case that we use ASCII font for the other charsets, use only
5575 family and registry part of it.
5576
5577 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5578
5579 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5580 (shrink-window-if-larger-than-buffer): Doc fix.
5581
5582 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5583
5584 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5585 predicate passed to completing-read.
5586
5587 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5588
5589 * startup.el (command-line): Fix last change.
5590
5591 2001-02-23 Jason Rumney <jasonr@gnu.org>
5592
5593 * startup.el (tool-bar-originally-present): New variable.
5594 (command-line): Set it if the tool-bar is switched on at startup.
5595
5596 * frame.el (frame-notice-user-settings): Only adjust frame height
5597 for no tool-bar case if tool-bar was originally switched on.
5598 From E. Jay Berkenbilt.
5599
5600 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5601
5602 * server.el (server-switch-buffer): Only switch window if the
5603 current one is dedicated.
5604
5605 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5606 rather than using (match-beginning 0) when searching for break point.
5607
5608 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5609
5610 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5611 @ follows an accent command such as @'. Support optional braces
5612 in commands that insert accents, like makeinfo does.
5613
5614 2001-02-22 Gerd Moellmann <gerd@gnu.org>
5615
5616 * startup.el (fancy-splash-text): Add a line for ordering
5617 manuals. Reverse order of splash screens shown.
5618 (use-fancy-splash-screens-p): Adapt to the text line added.
5619
5620 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5621 manuals from the FSF.
5622
5623 * help.el (view-order-manuals): New function.
5624 (toplevel): Bind C-h C-m to this function.
5625
5626 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5627
5628 * newcomment.el (comment-forward): Skip the comment-start before
5629 searching for the comment-end.
5630
5631 2001-02-21 Dave Love <fx@gnu.org>
5632
5633 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5634
5635 * international/mule-cmds.el, international/mule.el: Doc fixes.
5636
5637 2001-02-21 Gerd Moellmann <gerd@gnu.org>
5638
5639 * startup.el (fancy-splash-screens): Use display-hourglass
5640 instead of display-busy-cursor.
5641
5642 * frame.el (display-hourglass): Renamed from busy-cursor.
5643 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5644 (show-cursor-in-non-selected-windows): Doc fix.
5645
5646 2001-02-20 Dave Love <fx@gnu.org>
5647
5648 * international/utf-8.el: Doc and commentary fixes.
5649
5650 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5651
5652 * ehelp.el (with-electric-help): Doc fix.
5653
5654 2001-02-20 Gerd Moellmann <gerd@gnu.org>
5655
5656 * msb.el (msb-mode): Call the update-buffers function explicitly
5657 with a FORCE argument.
5658
5659 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5660 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5661 returns nil.
5662
5663 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5664
5665 * ps-print.el: Timestamp package replacement. Some enhancements.
5666 Some XEmacs compatibility. Doc fix.
5667 (ps-print-version): New version number (6.4).
5668 (ps-printer-name): Initialization fix.
5669 (ps-zebra-stripe-follow): Funcionality enhancement.
5670 (ps-prologue-file): Code enhancement.
5671 (ps-right-header): Timestamp package replacement.
5672 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5673 (ps-get-page-dimensions)
5674 (ps-generate-header, ps-begin-file, ps-begin-job)
5675 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5676 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5677 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5678 (coding-system-for-write): Var declaration (XEmacs compatibility).
5679
5680 2001-02-20 Miles Bader <miles@gnu.org>
5681
5682 * image-file.el (image-file-name-extensions): Add "tif".
5683
5684 2001-02-19 Gerd Moellmann <gerd@gnu.org>
5685
5686 * wid-edit.el (widget-button-click): Save the selected window
5687 around the code handling clicks on buttons.
5688
5689 2001-02-18 Dave Love <fx@gnu.org>
5690
5691 * imenu.el (imenu--generic-function): Use mapc to iterate over
5692 syntax characters.
5693
5694 2001-02-17 Richard M. Stallman <rms@gnu.org>
5695
5696 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5697
5698 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5699
5700 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5701
5702 * mouse.el (mouse-save-then-kill): If the distance from the new
5703 point to the mark is equal to the distance of point from the new
5704 point, move point instead of the mark.
5705
5706 2001-02-16 Dave Love <fx@gnu.org>
5707
5708 * textmodes/flyspell.el (flyspell-get-word): Return string without
5709 properties.
5710
5711 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5712
5713 * generic.el (generic-find-file-regexp): Doc fix.
5714 (generic-ignore-files-regexp): New defcustom.
5715 (generic-mode-find-file-hook): If the file's name matches the
5716 regexp in `generic-ignore-files-regexp', don't enter
5717 default-generic-mode. Doc fix.
5718
5719 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5720
5721 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
5722 Add autoload cookies.
5723
5724 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
5725 of cal-tex-24.
5726
5727 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5728
5729 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5730
5731 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5732 the character class after the (optional) drive, to support file
5733 names with embedded blanks.
5734
5735 2001-02-15 Sam Steingold <sds@gnu.org>
5736
5737 * textmodes/tex-mode.el (tex-shell-running):
5738 Check the process buffer too.
5739
5740 2001-02-15 Dave Love <fx@gnu.org>
5741
5742 * battery.el (battery-status-function): Fix doc, :type.
5743
5744 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
5745
5746 2001-02-15 Gerd Moellmann <gerd@gnu.org>
5747
5748 * subr.el (read-passwd): Clear Lisp memory holding password.
5749
5750 2001-02-15 Miles Bader <miles@gnu.org>
5751
5752 * info.el (Info-copy-current-node-name): New function.
5753 (Info-mode-menu): Add it to the menu.
5754
5755 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5756
5757 * international/mule-cmds.el (toggle-input-method): Doc fix.
5758
5759 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5760
5761 * replace.el (occur): Stop at end of buffer.
5762
5763 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5764
5765 * international/mule-cmds.el (set-input-method): Another doc fix.
5766
5767 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5768
5769 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5770
5771 2001-02-13 Miles Bader <miles@gnu.org>
5772
5773 * faces.el (set-face-background, set-face-foreground)
5774 (set-face-stipple): Treat a value of nil as being `unspecified'.
5775
5776 2001-02-12 Dave Love <d.love@dl.ac.uk>
5777
5778 * international/latin1-disp.el: Doc fixes.
5779 (latin1-display) <defgroup>: Add :link.
5780 (latin1-display) <function>: Set variable latin1-display.
5781
5782 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5783
5784 * international/mule-cmds.el (set-input-method): Doc fix.
5785
5786 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5787
5788 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5789 (speedbar-line-file): Return nil if not a file.
5790 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5791
5792 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
5793
5794 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5795 for remote files.
5796 (ediff-coding-system-for-read): Replaced the no-conversion default
5797 with raw-text.
5798
5799 * ediff-init.el: Removed :version from defcustom vars.
5800
5801 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5802 Better handling of the diff mode.
5803
5804 * ediff.texi: Added ediff-coding-system-for-read.
5805
5806 * viper.texi: Fix typos.
5807
5808 2001-02-11 Dave Love <fx@gnu.org>
5809
5810 * shadowfile.el: Doc fixes.
5811 (shadow) <defgroup>: Add :link.
5812 (shadowfile-unload-hook): New function.
5813 (shadow-initialize): Use defalias, not fset.
5814 (shadow-define-cluster, shadow-define-literal-group)
5815 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
5816
5817 * international/mule.el: Doc and message fixes.
5818
5819 * international/ccl.el (define-ccl-program): Doc fix.
5820
5821 2001-02-11 Kenichi Handa <handa@etl.go.jp>
5822
5823 * faces.el (mode-line): Set :line-width property to -1.
5824
5825 2001-02-10 Richard M. Stallman <rms@gnu.org>
5826
5827 * complete.el (partial-completion-mode): Doc fix.
5828
5829 * simple.el (delete-key-deletes-forward-mode):
5830 Change `let' to `let*' to fix gross bug in last change.
5831
5832 * repeat.el (repeat): Don't let execute-kbd-macro alter
5833 real-last-command.
5834
5835 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5836
5837 * simple.el (eval-expression): Doc fix.
5838
5839 2001-02-09 Dave Love <fx@gnu.org>
5840
5841 * imenu.el (imenu-generic-expression): Doc fix.
5842
5843 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5844 From Juanma Barranquero.
5845
5846 * emacs-lisp/authors.el (authors): Expand `root' before running find.
5847
5848 2001-02-09 Kenichi Handa <handa@etl.go.jp>
5849
5850 * faces.el (set-face-attribute): Describe the case of a negative
5851 value specified for :line-width.
5852
5853 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5854
5855 * which-func.el (which-func-mode): Invert which-func-mode-global.
5856 From Juanma Barranquero <lektu@uol.com.br>.
5857
5858 2001-02-08 Dave Love <fx@gnu.org>
5859
5860 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5861 widget-plist-value-type.
5862 (widget-alist-convert-widget): Replace binding of
5863 widget-alist-value-type.
5864
5865 * textmodes/paragraphs.el (sentence-end): Doc fix.
5866
5867 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5868 Remove `backward-line'.
5869
5870 * play/pong.el (pong-blank-color, pong-bat-color)
5871 (pong-ball-color, pong-border-color, pong-left-key)
5872 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5873 (pong-pause-key, pong-resume-key, pong-timer-delay):
5874 * mail/mh-comp.el (mh-compose-letter-function):
5875 * eshell/esh-mode.el (eshell-skip-prompt-function):
5876 * emulation/viper-ex.el (ex-unix-type-shell-options):
5877 * recentf.el (recentf-menu-filter):
5878 * ps-print.el (ps-print-region-function):
5879 * lpr.el (print-region-function):
5880 * forms.el (forms-mode-hooks):
5881 * dirtrack.el (dirtrack-directory-change-hook):
5882 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5883 * textmodes/spell.el (spell-filter):
5884 * textmodes/fill.el (adaptive-fill-function):
5885 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5886 * progmodes/etags.el (find-tag-default-function):
5887 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
5888 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5889
5890 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5891
5892 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5893 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5894 Meyering <jim@meyering.net>.
5895
5896 * loadup.el: Revert last change.
5897
5898 2001-02-07 Kenichi Handa <handa@etl.go.jp>
5899
5900 * international/mule.el (transform-make-coding-system-args):
5901 Make it work also for coding systems not using CCL.
5902
5903 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5904
5905 * simple.el (previous-matching-history-element)
5906 (next-matching-history-element): Doc fix.
5907
5908 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5909 specific part.
5910
5911 2001-02-06 Dave Love <fx@gnu.org>
5912
5913 * add-log.el (add-log-current-defun-function)
5914 (add-log-buffer-file-name-function, add-log-file-name-function):
5915 Fix :type.
5916 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5917
5918 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5919
5920 * info.el (info-initialize): Remove the test for system-type when
5921 invocation-directory is non-nil.
5922
5923 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5924 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5925
5926 2001-02-06 Andrew Innes <andrewi@gnu.org>
5927
5928 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5929 absolute.
5930
5931 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5932
5933 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5934 buffers. When hi-lock turned on rather than only checking current
5935 buffer for regexps, all buffers are checked. Moved activation of
5936 font-lock to hi-lock-refontify. When font-lock turned off rather
5937 than removing added highlighting just in current buffer, remove it
5938 in all buffers. Changed edit menu text from "Automatic
5939 Highlighting" to "Regexp Highlighting" Documentation for
5940 highlighting phrases, minor documentation changes.
5941 (hi-lock-set-file-patterns): Execute only if there are new or
5942 existing file patterns.
5943 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5944 unfontify and, if a support mode is active, will not refontify the
5945 whole buffer. If necessary, turn on font lock. (Removed
5946 font-lock-unfontify and font-lock support-mode-specific calls,
5947 such as lazy-lock-fontify-window.)
5948 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5949 patterns are found. Not useful now since find-file-hook is removed
5950 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
5951 (hi-lock-face-phrase-buffer): New function. Also added related
5952 menu item and keybinding.
5953 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5954 (hi-lock-process-phrase): New function.
5955 (hi-lock-line-face-buffer): Doc fixes.
5956 (hi-lock-face-buffer): Doc fixes.
5957 (hi-lock-unface-buffer): Doc fixes.
5958
5959 2001-02-06 Gerd Moellmann <gerd@gnu.org>
5960
5961 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5962 dabbrev-ignored-regexps.
5963
5964 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5965
5966 * simple.el (kill-line): Doc fix.
5967
5968 2001-02-05 Dave Love <fx@gnu.org>
5969
5970 * loadup.el: Revert last two changes -- bootstrapping works with
5971 regenerated loaddefs.
5972
5973 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5974
5975 * isearch.el (isearch-forward): Doc fix.
5976
5977 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5978 of font-lock-defaults to backward-paragraph.
5979
5980 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5981
5982 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5983 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5984
5985 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5986
5987 * ebnf2ps.el: Eliminate time-stamp functions.
5988 (ebnf-version): New version (3.5).
5989 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5990 format-time-string.
5991
5992 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5993
5994 * simple.el (next-line): Goto end-of-line before inserting a newline.
5995
5996 2001-02-05 Miles Bader <miles@gnu.org>
5997
5998 * image-file.el (insert-image-file): When visiting an image, also
5999 set `truncate-lines' to t so that any fringe arrow looks correct.
6000
6001 2001-02-05 Kenichi Handa <handa@etl.go.jp>
6002
6003 * isearch.el (isearch-forward): Add description about input method
6004 in the docsting.
6005
6006 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
6007
6008 * skeleton.el (skeleton-internal-1): Always push the mark for @.
6009
6010 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
6011
6012 * info.el (info-initialize): If installation-directory is nil, for
6013 DOS/Windows systems try looking in a sibling of invocation-directory.
6014
6015 2001-02-02 Gerd Moellmann <gerd@gnu.org>
6016
6017 * wid-edit.el (widget-button-click): Fix last change.
6018
6019 * frame.el (frame-notice-user-settings): When resizing the initial
6020 frame because the tool bar is off, also change the frame's top
6021 position if a negative top position was specified.
6022
6023 2001-02-02 Miles Bader <miles@gnu.org>
6024
6025 * image-file.el (insert-image-file): When visiting an image,
6026 suppress the cursor in the image buffer.
6027
6028 2001-02-01 Dave Love <fx@gnu.org>
6029
6030 * progmodes/f90.el (f90-mode): Remove startup message.
6031
6032 * vc-cvs.el: Remove autoloads. Require vc when compiling.
6033
6034 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6035
6036 * startup.el (command-line): Fix code determining whether or not
6037 to use delete-key-deletes-forward-mode.
6038
6039 2001-02-01 Andre Spiegel <spiegel@gnu.org>
6040
6041 * vc.el (vc-diff-switches): New user option.
6042 (vc-version-diff): Use it.
6043 (vc-diff-switches-list): New macro.
6044
6045 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
6046 New customization options.
6047 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
6048
6049 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
6050
6051 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6052
6053 * msb.el (toplevel): Quote hook symbols.
6054
6055 2001-02-01 Kenichi Handa <handa@etl.go.jp>
6056
6057 * international/mule.el (make-coding-system): Add description
6058 about recognized properties in the docstring.
6059
6060 * international/mule-conf.el: Remove unused charsets
6061 mac-roman-lower and mac-roman-upper.
6062
6063 2001-01-31 Gerd Moellmann <gerd@gnu.org>
6064
6065 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
6066 is in front of the left-margin, if any.
6067
6068 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
6069 like `delete'.
6070
6071 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
6072
6073 * term/w32-win.el (mouse-set-font): Doc fix.
6074
6075 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
6076
6077 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
6078 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
6079 on already.
6080
6081 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
6082
6083 * files.el (save-buffer): Don't give message if (buffer-file-name)
6084 returns nil.
6085
6086 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
6087
6088 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
6089
6090 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
6091 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
6092
6093 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
6094 display problems.
6095
6096 2001-01-31 Kenichi Handa <handa@etl.go.jp>
6097
6098 * international/mule.el (charset-info): Fix docstring.
6099
6100 * international/mule-diag.el (describe-character-set): Check final
6101 char valid before printing it.
6102
6103 2001-01-30 Gerd Moellmann <gerd@gnu.org>
6104
6105 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
6106
6107 * frame.el (frame-notice-user-settings): Do the tool-bar
6108 stuff only for graphical displays. Fix a braino.
6109
6110 * frame.el (frame-initialize): Create initial frame visible.
6111 (frame-notice-user-settings): When tool-bar has been switched off,
6112 correct the frame size and sync tool-bar-mode.
6113
6114 * startup.el (command-line): Remove manipulation of frame
6115 height for tool bars.
6116
6117 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6118
6119 * lpr.el: Compatibility with XEmacs and doc fixes.
6120 (lpr-windows-system, lpr-lp-system): New vars.
6121 (lpr-printer-switch): New defcustom.
6122 (printer-name, lpr-command): Customization fix.
6123 (print-region-1): Code fix.
6124 (print-region-new-buffer, printify-region): Indentation fix.
6125 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
6126 New functions.
6127
6128 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6129
6130 * msb.el (toplevel): Fix the eval-after-load.
6131
6132 2001-01-29 Dave Love <fx@gnu.org>
6133
6134 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
6135
6136 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
6137
6138 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
6139 (tcl-using-emacs-19-23): Consider Emacs 21+.
6140 (tcl-help-directory-list, tcl-command-switches): Fix :type.
6141 (tcl-add-emacs-menu): Supply menu name.
6142 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
6143
6144 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6145
6146 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
6147
6148 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
6149
6150 * pcvs.el (cvs-mark-fis-dead): New function.
6151 (cvs-mode-add): Use it.
6152 (cvs-mode-add-change-log-entry-other-window):
6153 Rebind change-log-default-name to itself rather than to nil.
6154
6155 2001-01-29 Sam Steingold <sds@gnu.org>
6156
6157 * vc-cvs.el: Replaced (require 'vc) with a bunch of
6158 `autoload' statements.
6159
6160 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
6161
6162 * files.el (confirm-kill-emacs): Doc fix.
6163
6164 * frame.el (frame-initialize): Doc fix.
6165
6166 * time-stamp.el (time-stamp-string): Doc fix.
6167
6168 * woman.el (WoMan-log-1): Make the log buffer writable.
6169 From Markus Rost <rost@math.ohio-state.edu>.
6170
6171 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6172
6173 * imenu.el (imenu-syntax-alist): Add autoload cookie for
6174 the `make-variable-buffer-local'.
6175
6176 2001-01-29 Dave Love <fx@gnu.org>
6177
6178 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
6179 (ansi-color-for-comint-mode-on, ansi-color-process-output):
6180 Add autoload cookie.
6181 (ansi-color-apply-sequence): Fix typo.
6182
6183 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6184
6185 * menu-bar.el (menu-bar-files-menu): Add menu items for
6186 Postscript printing in black and white.
6187
6188 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
6189 X-Mailman-Version, Precedence, List-Help, List-Post,
6190 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6191 Content-Type, Content-Length.
6192
6193 2001-01-29 Dave Love <fx@gnu.org>
6194
6195 * elide-head.el (elide-head): Make overlay evaporate.
6196
6197 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
6198
6199 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
6200
6201 * isearch.el (isearch-highlight): Don't punt if the display
6202 doesn't support colors, since isearch faces are defined for
6203 monochrome displays as well.
6204
6205 2001-01-27 Sam Steingold <sds@gnu.org>
6206
6207 * shell.el (shell-write-history-on-exit): Make sure that we are in
6208 the shell buffer (M-x tex-file RET inserted the error message into
6209 the TeX buffer).
6210
6211 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6212
6213 * simple.el (transient-mark-mode): Doc fix.
6214
6215 2001-01-27 Gerd Moellmann <gerd@gnu.org>
6216
6217 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
6218
6219 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6220
6221 * shell.el (shell-unquote-argument): If the shell is one of the
6222 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
6223 quote character.
6224 (shell-dumb-shell-regexp): Document that the shells which match
6225 this regexp are supposed to not treat a backslash as a quote character.
6226
6227 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
6228 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
6229
6230 2001-01-27 Richard M. Stallman <rms@gnu.org>
6231
6232 * dabbrev.el (dabbrev--substitute-expansion):
6233 Treat a one-capital-letter abbrev as "not all upper case",
6234 so as to force preservation of the expansion's pattern
6235 if the expansion starts with a capital letter.
6236
6237 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6238
6239 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6240 Doc fix.
6241
6242 * simple.el (transient-mark-mode): Document the fact that many
6243 commands act on the region when mark is active.
6244
6245 2001-01-27 Kenichi Handa <handa@etl.go.jp>
6246
6247 * international/quail.el (quail-setup-completion-buf): Make the
6248 multibyteness of current buffer inherited to Quail completion buffer.
6249 (quail-show-guidance-buf): Make the multibyteness of current
6250 buffer inherited to Quail guidance buffer.
6251 (quail-help): Make the multibyteness of current buffer inherited
6252 to Quail help buffer.
6253
6254 2001-01-26 Dave Love <fx@gnu.org>
6255
6256 * time-stamp.el: Doc fixes.
6257
6258 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
6259 (delphi-keyword-face, delphi-other-face): Fix :type.
6260
6261 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6262
6263 * mail/feedmail.el (feedmail): Add :link.
6264 (feedmail-send-it): Doc fix.
6265
6266 * mail/sendmail.el: Doc fixes.
6267 (sendmail-send-it): Fix the non-ASCII regexp and use
6268 rfc2047-encode-string.
6269
6270 * dired.el, dired-aux.el: Revert last change.
6271
6272 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6273
6274 * makefile.w32-in (DONTCOMPILE): Add various term files.
6275
6276 2001-01-26 Dave Love <fx@gnu.org>
6277
6278 * Makefile.in (DONTCOMPILE): Add various term files.
6279
6280 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6281
6282 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6283
6284 * startup.el (display-startup-echo-area-message): Make sure
6285 the echo area is resized to fit the size of the startup message.
6286
6287 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6288 part of which is a constant.
6289
6290 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6291
6292 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
6293
6294 2001-01-26 Richard M. Stallman <rms@gnu.org>
6295
6296 * simple.el (next-line): Don't let `newline' expand abbrevs.
6297 Simplify slightly.
6298 (open-line): Don't let `newline' expand abbrevs.
6299
6300 2001-01-25 John Wiegley <johnw@gnu.org>
6301
6302 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6303 to `repeat' in the :type field.
6304
6305 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6306 allow a choice of regexp or nil.
6307 (pcomplete-dir-ignore): Same.
6308
6309 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6310 a command) to always fail.
6311
6312 2001-01-25 Gerd Moellmann <gerd@gnu.org>
6313
6314 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6315 discard the result.
6316 (iswitchb-to-end): Likewise.
6317
6318 2001-01-25 Sam Steingold <sds@gnu.org>
6319
6320 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
6321 Require vc.
6322
6323 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6324
6325 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6326
6327 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6328
6329 2001-01-25 Dave Love <fx@gnu.org>
6330
6331 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6332 (describe-coding-system): Tweak the English text.
6333
6334 * loadup.el: Preload international/ccl for utf-8.
6335
6336 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6337
6338 * mail/rmail.el (rmail-redecode-body): Doc fix.
6339
6340 2001-01-25 Kenichi Handa <handa@etl.go.jp>
6341
6342 * international/mule-cmds.el (reset-language-environment):
6343 Reset coding-category-utf-8 to mule-utf-8.
6344
6345 * international/mule-conf.el (coding-category-utf-8):
6346 Initialize to mule-utf-8.
6347
6348 * loadup.el: Preload international/utf-8.
6349
6350 * international/utf-8.el: New file.
6351
6352 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6353
6354 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6355
6356 2001-01-24 Sam Steingold <sds@gnu.org>
6357
6358 * dired.el (dired-replace-in-string): Removed.
6359 (dired-sort-toggle): Use `replace-regexps-in-string'
6360 instead of `dired-replace-in-string'.
6361
6362 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6363 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
6364
6365 * gs.el (gs-replace-in-string): Removed.
6366 (gs-options): Use `replace-regexps-in-string'
6367 instead of `gs-replace-in-string'.
6368
6369 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6370
6371 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6372 bug report is mailed to an email list and posted to a news group.
6373
6374 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6375
6376 * comint.el (comint-replace-by-expanded-history-before-point):
6377 Fix change of 2000-08-03 to move point to the start of the line again.
6378
6379 * startup.el (tool-bar-images-pixel-height): New variable.
6380 (command-line): After loading the user's init file, when
6381 tool-bar-mode is on, increase the frame's size by some lines for
6382 the tool-bar.
6383
6384 * frame.el (frame-initialize): Create the initial frame invisible.
6385
6386 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6387
6388 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6389 (chinese-big5): MIME:Big5.
6390
6391 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6392
6393 * international/mule-cmds.el (universal-coding-system-argument):
6394 Handle commands with prefix args.
6395
6396 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6397
6398 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6399 being a list of numbers.
6400 (diary-mail-entries): Rewritten.
6401
6402 2001-01-23 Dave Love <fx@gnu.org>
6403
6404 * international/mule.el (make-coding-system): Fix typo.
6405
6406 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6407 Add backward-paragraph as font-lock-beginning-of-syntax-function.
6408
6409 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6410
6411 * font-lock.el (font-lock-mode): Doc fix.
6412
6413 2001-01-23 Kenichi Handa <handa@etl.go.jp>
6414
6415 * international/mule.el (make-translation-table): Fix docstring.
6416
6417 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6418
6419 * mail/rmail.el (rmail-redecode-body): New function.
6420
6421 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6422
6423 2001-01-22 Gerd Moellmann <gerd@gnu.org>
6424
6425 * isearch.el (isearch-lazy-highlight-case-fold-search)
6426 (isearch-lazy-highlight-regexp): New variables.
6427 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6428 case-fold search or regexp search has been toggled.
6429
6430 * wid-edit.el (widget-button-click): Avoid a save-excursion
6431 around running a global binding.
6432
6433 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6434 to 0.25.
6435
6436 2001-01-20 Miles Bader <miles@gnu.org>
6437
6438 * cus-edit.el (custom-face-save): Do post-processing on the face's
6439 new value like `custom-face-set' does.
6440
6441 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6442
6443 * mail/emacsbug.el (report-emacs-bug): Report the value of
6444 LC_CTYPE, not LC_TYPE.
6445
6446 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6447 isearch-toggle-regexp and isearch-edit-string to doc string.
6448
6449 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6450
6451 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6452 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6453
6454 * jit-lock.el (jit-lock-fontify-now): Don't bind
6455 font-lock-beginning-of-syntax-function to nil.
6456
6457 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6458
6459 * mail/emacsbug.el (report-emacs-bug): Report values of
6460 locale-coding-system, default-enable-multibyte-characters, and the
6461 environment variables LC_ALL, LC_TYPE, and LANG.
6462
6463 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6464
6465 * font-lock.el (font-lock-default-fontify-region): Fix last change.
6466
6467 * font-lock.el (font-lock-multiline): Default to nil.
6468 (font-lock-default-fontify-region): If font-lock-multiline is
6469 nil, don't check the property `font-lock-multiline'.
6470
6471 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6472 is nil, don't check the `font-lock-multiline' text property.
6473
6474 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6475
6476 * viper.el: Call initial-major-mode on startup.
6477
6478 * ediff.el (ediff-patch-file): Use better defaults.
6479
6480 * ediff-vers.el: Fix for 8+3 DOS file systems.
6481
6482 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
6483
6484 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6485 diff mode, if available.
6486
6487 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6488
6489 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
6490
6491 * ediff-init.el (subst-char-in-string): Define and use it, unless
6492 it's already defined.
6493
6494 2001-01-18 Gerd Moellmann <gerd@gnu.org>
6495
6496 * tooltip.el (tooltip-hide-delay): New user-option.
6497 (tooltip-show): Use tooltip-hide-delay instead of the default.
6498
6499 2001-01-18 Kenichi Handa <handa@etl.go.jp>
6500
6501 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6502 kill-local-variable doesn't work for enable-multibyte-characters.
6503
6504 2001-01-17 Dave Love <fx@gnu.org>
6505
6506 * ediff-init.el (ediff-before-setup-hook)
6507 (ediff-merge-filename-prefix): Add :version.
6508
6509 * international/latin1-disp.el: Require disp-table.
6510 (latin1-display): Fix :set.
6511
6512 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6513
6514 2001-01-17 Gerd Moellmann <gerd@gnu.org>
6515
6516 * isearch.el (isearch-lazy-highlight-initial-delay)
6517 (isearch-lazy-highlight-interval): Default to 0.
6518
6519 2001-01-17 Bob Glickstein <bobg@zanshin.com>
6520
6521 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6522 1 here rather than each time through
6523 isearch-lazy-highlight-new-loop.
6524 (isearch-lazy-highlight-max): Variable deleted.
6525 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6526 isearch-lazy-highlight-max but controls a single invocation of
6527 isearch-lazy-highlight-update.
6528 (isearch-lazy-highlight-wrapped): Variable recreated.
6529 (isearch-lazy-highlight-window-start): New variable.
6530 (isearch-lazy-highlight-cleanup): Restored to behavior of
6531 before 2-Jan.
6532 (isearch-lazy-highlight-remove-overlays): Function deleted;
6533 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6534 behavior removed.
6535 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6536 isearch-lazy-highlight-update in a loop rather than just once.
6537 Test isearch-invalid-regexp here and decide not to start a new
6538 loop, rather than testing it each time through
6539 isearch-lazy-highlight-update.
6540 (isearch-lazy-highlight-search): Function restored.
6541 (isearch-lazy-highlight-update): Get called in a timer loop again,
6542 but this time highlight more than one match each time through.
6543 Only highlight matches in the visible part of the window.
6544 Start at point, move in the direction of the search, and wrap around at
6545 the edge of the window. Use sit-for to force redisplay and ensure
6546 window-start is credible. "Face suppressing" behavior removed;
6547 overlay priorities should make it unnecessary, right?
6548 (isearch-highlight): Face suppressing behavior removed.
6549 (isearch-dehighlight): Face suppressing behavior removed.
6550 (isearch-set-lazy-highlight-faces-at): Removed.
6551
6552 2001-01-17 Kenichi Handa <handa@etl.go.jp>
6553
6554 * language/european.el ("Latin-1"): Make the format of description
6555 about additional language environments same as that of Latin-2.
6556
6557 2001-01-16 Dave Love <fx@gnu.org>
6558
6559 * isearch.el (isearch-lazy-highlight): Add :version.
6560
6561 * simple.el (backward-delete-char-untabify-method)
6562 (next-line-add-newlines): Add :version.
6563
6564 2001-01-16 Gerd Moellmann <gerd@gnu.org>
6565
6566 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6567 Don't bind <delete> otherwise.
6568
6569 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6570 and <delete> via function-key-map.
6571
6572 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6573 Subject line only if point is after the `Subject:'.
6574
6575 2001-01-16 Kenichi Handa <handa@etl.go.jp>
6576
6577 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6578 japanese-jisx0213-2 in `charset' property of this lang. env.
6579
6580 * language/european.el ("Latin-1"): Add description for Dutch and
6581 Spanish lang. env.
6582
6583 * international/mule.el (decode-char): Fix conditions.
6584 (encode-char): Handle eight-bit-control too.
6585 (transform-make-coding-system-args): New function.
6586 (make-coding-system): Accept XEmacs style arguments for CCL base
6587 coding system.
6588
6589 2001-01-15 Gerd Moellmann <gerd@gnu.org>
6590
6591 * progmodes/etags.el (find-tag-noselect): Save the value of
6592 tags-file-name before switching buffers, for the case it has a
6593 buffer-local value.
6594
6595 2001-01-15 Alex Schroeder <alex@gnu.org>
6596
6597 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6598 From Dave Love <fx@gnu.org>.
6599 (ansi-color-for-comint-mode): Fix :version.
6600
6601 2001-01-15 Alex Schroeder <alex@gnu.org>
6602
6603 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6604
6605 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6606
6607 * dired.el (dired-insert-directory): If file-system-info fails,
6608 remove the " free " part, but don't signal an error.
6609
6610 2001-01-12 Sam Steingold <sds@gnu.org>
6611
6612 * bookmark.el (bookmark-maybe-historicize-string):
6613 Use new backquote syntax.
6614
6615 2001-01-12 Richard M. Stallman <rms@gnu.org>
6616
6617 * subr.el (last): Handle a list that doesn't end in nil.
6618
6619 2001-01-12 Sam Steingold <sds@gnu.org>
6620
6621 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6622 to `backward-delete-char-untabify'.
6623
6624 2001-01-12 Dave Love <fx@gnu.org>
6625
6626 * cus-edit.el (customize-menu-create): Fix the :filter following
6627 easymenu change.
6628
6629 * wid-edit.el (function): Add :match-alternatives.
6630 (widget-color-action): Doc fix.
6631
6632 2001-01-12 Gerd Moellmann <gerd@gnu.org>
6633
6634 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6635
6636 2001-01-12 Kenichi Handa <handa@etl.go.jp>
6637
6638 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
6639
6640 * international/ccl.el (define-ccl-program): Fix docstring.
6641
6642 2001-01-11 Dave Love <fx@gnu.org>
6643
6644 * international/mule-cmds.el (standard-display-european-internal):
6645 Set display table for 2208 as for 160.
6646
6647 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6648
6649 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6650 entry for custom-menu-create change.
6651 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6652 don't cons it in the search loop.
6653
6654 * imenu.el (imenu--truncate-items): Revert last change.
6655
6656 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6657
6658 * info.el (Info-setup-header-line): If the node header includes
6659 either Next: or Prev: links, don't show the File: and Node: parts
6660 in the header line.
6661
6662 2001-01-11 Gerd Moellmann <gerd@gnu.org>
6663
6664 * comint.el (comint-goto-process-mark): Don't print a message
6665 when running in batch mode.
6666
6667 * isearch.el (isearch-search): In the condition-case handler for
6668 `error', set isearch-invalid-regexp to the whole error message.
6669
6670 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6671 ensure that eval-after-load works for files dumped with Emacs.
6672
6673 * help.el (load-symbol-file-load-history): New function extracted
6674 from function symbol-file.
6675 (symbol-file): Use it.
6676
6677 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
6678
6679 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6680
6681 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6682 behave as if there were no prefix argument.
6683 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6684 argument were nil.
6685
6686 2001-01-11 Richard M. Stallman <rms@gnu.org>
6687
6688 * isearch.el (isearch-lazy-highlight-update):
6689 Don't look for more potential matches once maximum is exceeded.
6690 Use overlays-in to check correctly for overlap with current match.
6691 Ignore empty matches.
6692
6693 2001-01-11 Miles Bader <miles@gnu.org>
6694
6695 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6696 (ispell-overlay-window, ispell-help, ispell-show-choices)
6697 (ispell-command-loop): Use it instead of `window-height'.
6698
6699 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6700
6701 * files.el (confirm-kill-emacs): New user-option.
6702 (save-buffers-kill-emacs): Ask for final confirmation before
6703 killing Emacs.
6704
6705 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6706 to nil.
6707
6708 2001-01-10 Dave Love <fx@gnu.org>
6709
6710 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6711
6712 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
6713
6714 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6715
6716 * calculator.el (calculator-number-digits): Fix :type.
6717
6718 * vc-cvs.el (vc-cvs-header): Fix :type.
6719 * vc-rcs.el (vc-rcs-header): Fix :type.
6720 * vc-sccs.el (vc-sccs-header): Fix :type.
6721
6722 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6723
6724 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6725
6726 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6727
6728 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6729
6730 * simple.el (set-variable): Force a thorough redisplay for the
6731 case that the variable has an effect on the display, like
6732 `tab-width' has.
6733
6734 2001-01-10 Andre Spiegel <spiegel@gnu.org>
6735
6736 * vc.el: Add documentation for backend interface.
6737
6738 2001-01-10 Kenichi Handa <handa@etl.go.jp>
6739
6740 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6741
6742 * international/mule-conf.el (latin-extra-code-table): Set to t
6743 for \223 and \224.
6744
6745 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6746
6747 * international/mule-cmds.el (locale-language-names): Map "es" to
6748 "Spanish" and "nl" to "Dutch".
6749
6750 2001-01-09 Gerd Moellmann <gerd@gnu.org>
6751
6752 * bindings.el (global-map): Bind <home> to beginning-of-line,
6753 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6754 C-<end> to end-of-buffer.
6755
6756 * language/european.el: Add Dutch and Spanish language info
6757 to be able to use the appropriate tutorials.
6758
6759 2001-01-09 Alex Schroeder <alex@gnu.org>
6760
6761 * ansi-color.el (ansi-color-process-output): Use markers instead
6762 of positions for start and end of region.
6763 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6764 Previously, occasional mistakes happend when fontifying many
6765 chunks of output (eg. ls --color=yes /dev). This happened
6766 whenever an overlay was created up to the end of the region, which
6767 coincided with the process-mark. New text would then be added
6768 within that overlay instead of after it.
6769 (ansi-color-make-extent): Overlays are created with the property
6770 `modification-hooks' set to '(ansi-color-freeze-overlay).
6771 (ansi-color-freeze-overlay): New function. When inserting text at
6772 the end of the overlay, the overlay will resize.
6773
6774 2000-01-09 Alex Schroeder <alex@gnu.org>
6775
6776 * ansi-color.el (ansi-color-process-output): Doc change.
6777 (ansi-color-unfontify-region): Doc change. No longer installed
6778 automatically in font-lock-unfontify-region-function.
6779 (ansi-color-apply): Doc change.
6780 (ansi-color-apply-on-region): Use extents or overlays instead of
6781 text-properties.
6782 (ansi-color-make-extent): New function.
6783 (ansi-color-set-extent-face): New function.
6784
6785 2000-01-09 Alex Schroeder <alex@gnu.org>
6786
6787 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6788 both use ansi-color-process-output, now.
6789 (ansi-color-process-output): Doesn't return string anymore. It is
6790 installed in comint-output-filter-functions for both Emacs and
6791 XEmacs, now.
6792 (ansi-color-unfontify-region): Simplified code removing variables
6793 pos and start-ansi.
6794 (ansi-color-apply): Put text-property ansi-color before putting
6795 text-property face because ansi-color-unfontify-region is called
6796 immediately after the call to put-text-property.
6797 (ansi-color-context-region): Doc change.
6798 (ansi-color-filter-region): Simplified code.
6799 (ansi-color-apply-on-region): Changed start to start-marker, using
6800 a marker explicitly. Put text-property ansi-color before putting
6801 text-property face because ansi-color-unfontify-region is called
6802 immediately after the call to put-text-property.
6803
6804 2000-01-09 Alex Schroeder <alex@gnu.org>
6805
6806 * ansi-color.el (ansi-color-faces-vector): Doc change.
6807 (ansi-color-for-comint-mode): Changed :type property to choice.
6808 (ansi-color-last-context): Removed.
6809 (ansi-color-process-output): Don't use ansi-color-last-context, as
6810 the main functions will store their context now.
6811 (ansi-color-context): Doc change.
6812 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6813 Uses ansi-color-context such that repeated calls will strip
6814 partial escape sequences, too.
6815 (ansi-color-apply): Simplified code. Colorize end of string if
6816 face is not null. Store context in new (FACE STRING) format, such
6817 that repeated calls will strip partial escape sequences, too.
6818 Append faces to face property using ansi-color-apply-sequence such
6819 that cumulative mode actually works.
6820 (ansi-color-context-region): New variable.
6821 (ansi-color-filter-region): Rewrote it based on
6822 ansi-color-apply-on-region. Uses ansi-color-context-region such
6823 that repeated calls will strip partial escape sequences, too.
6824 (ansi-color-apply-on-region): Simplified code. Colorize end of
6825 region if face is not null. Store context in new (FACE POS)
6826 format, such that repeated calls will strip partial escape
6827 sequences, too. Append faces to face property using
6828 ansi-color-apply-sequence such that cumulative mode actually works.
6829 (ansi-color-apply-sequence): New function.
6830 (ansi-color-get-face): When the default face is added to the list
6831 of faces, all previous settings are discarded and the list of
6832 faces is set to '(default).
6833
6834 2000-01-09 Alex Schroeder <alex@gnu.org>
6835
6836 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6837 face, such that ansi-color-apply and ansi-color-apply-on-region
6838 will do the right thing.
6839 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6840 returns nil, set the list of faces back to nil instead of
6841 appending the result of ansi-color-get-face to the front of the list.
6842
6843 2000-01-09 Alex Schroeder <alex@gnu.org>
6844
6845 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6846 (ansi-color-process): Doc change.
6847 (ansi-color-last-context): New buffer-local variable.
6848 (ansi-color-process-output): New function. It is automatically
6849 added to comint-output-filter-functions if this is XEmacs.
6850 (ansi-color-unfontify-region): New optional parameter for XEmacs
6851 compatibility. Check wether font-lock-syntactic-keywords is
6852 boundp before removing the syntax table text property, as XEmacs
6853 doesn't have it.
6854 (ansi-color-filter-region): Doc change.
6855 (ansi-color-apply-on-region): Doc change.
6856 (ansi-color-make-face): New function. Compatibility layer for
6857 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6858 (ansi-color-make-color-map): Use ansi-color-make-face.
6859 (ansi-color-get-face): Avoid face text property '(nil) as results
6860 in an errow for XEmacs.
6861
6862 2000-01-09 Alex Schroeder <alex@gnu.org>
6863
6864 * ansi-color.el (ansi-color-unfontify-region): New function.
6865 Uses text-property ansi-color in order to preserve fontification by
6866 ansi-color. When the package is loaded, a lambda expression is
6867 put onto font-lock-mode-hook. This lambda expression will check
6868 font-lock-unfontify-region-function and replace
6869 font-lock-default-unfontify-region with ansi-color-unfontify-region.
6870 (ansi-color-apply): Add text-property ansi-color in addition to
6871 text-property face.
6872 (ansi-color-apply-on-region): Add text-property ansi-color in
6873 addition to text-property face.
6874 (save-buffer-state): Copy of the macro that is also used by
6875 lazy-lock and font-lock.
6876
6877 (ansi-color-for-comint-mode): New option.
6878 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6879 (ansi-color-for-comint-mode-off): Ditto.
6880 (ansi-color-for-comint-mode-filter): Ditto.
6881 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6882 decide what to do. This function is added to
6883 comint-preoutput-filter-functions when the package is loaded.
6884
6885 (ansi-color-for-shell-mode-set): Removed.
6886 (ansi-color-for-shell-mode): Removed.
6887
6888 2000-01-09 Alex Schroeder <alex@gnu.org>
6889
6890 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6891 the lambda expression from the ansi-color-for-shell-mode :set
6892 property. Additionally, modify shell-mode-hook to enable or
6893 disable font-lock-mode for future shell buffers.
6894 (ansi-color-for-shell-mode): The :set property calls
6895 ansi-color-for-shell-mode-set instead of a lambda expression.
6896
6897 2000-01-09 Alex Schroeder <alex@gnu.org>
6898
6899 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6900 (ansi-color-context): New variable.
6901 (ansi-color-apply): Save context between calls.
6902
6903 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6904
6905 * isearch.el (isearch, isearch-lazy-highlight-face):
6906 New definitions for face colors and attributes.
6907
6908 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6909 of display-mouse-p.
6910
6911 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6912
6913 * international/mule.el (make-coding-system): If the coding system
6914 accepts extra latin codes, register such codes as safe for the
6915 coding system.
6916
6917 2001-01-08 Richard M. Stallman <rms@gnu.org>
6918
6919 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6920 don't mention the file name or the date here, because they are
6921 logged at the start of the file.
6922
6923 2001-01-08 Richard M. Stallman <rms@gnu.org>
6924
6925 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6926 Change screen-width to frame-width.
6927
6928 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6929
6930 * info.el (Info-search): Print the default as part of the prompt.
6931
6932 2001-01-08 Andre Spiegel <spiegel@gnu.org>
6933
6934 * vc.el (vc-default-latest-on-branch-p): New function, replaces
6935 constant implementations in backends.
6936
6937 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6938 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6939
6940 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6941 WRITABLE to EDITABLE.
6942
6943 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6944 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6945 to EDITABLE.
6946
6947 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6948
6949 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
6950 (copyright, copyright-update): Compute the current year at run time.
6951
6952 2001-01-08 Gerd Moellmann <gerd@gnu.org>
6953
6954 * isearch.el (isearch-old-signal-hook): Removed.
6955 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6956 instead of setting signal-hook-function.
6957 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6958
6959 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
6960
6961 * emulation/edt.el: Update to version 4.0. Provide support for
6962 EDT scroll margins at top and bottom of the window. Provide an
6963 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6964 default). Enhance edt-quit, bound to GOLD-q by default, to warn
6965 user when file-related buffer modifications exist.
6966 Provide support for running EDT Emulation in XEmacs.
6967 Provide customize access to some user updatable variables.
6968 Add Commentary section to file header.
6969 Fixed a few minor bugs and cleaned up some code.
6970
6971 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6972 for detecting a keypress that generates an ASCII key sequence.
6973 (Previously, only a keypress that generates a vector was
6974 recognized.) Embed Window Manager name into name of the generated
6975 EDT Emulation initialization file since the initialization file is
6976 Window Manager specific. Add Commentary section to file header.
6977
6978 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6979
6980 * mail/sendmail.el (mail-mode): Doc fix.
6981
6982 * info.el (Info-goto-emacs-command-node): Doc fix.
6983 (Info-goto-emacs-key-command-node): Doc fix.
6984
6985 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6986
6987 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
6988 systems without long file-name support.
6989
6990 2001-01-06 Andrew Innes <andrewi@gnu.org>
6991
6992 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6993
6994 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6995
6996 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6997 (isearch-lazy-highlight-update): Doc fix.
6998
6999 * ffap.el (ffap-bindings): Doc fix.
7000
7001 * dired-x.el (dired-virtual-guess-dir): Doc fix.
7002
7003 2001-01-05 Dave Love <fx@gnu.org>
7004
7005 * emacs-lisp/cl-seq.el (remove, remq): Remove.
7006
7007 2001-01-05 Gerd Moellmann <gerd@gnu.org>
7008
7009 * mouse-drag.el (mouse-drag-safe-scroll):
7010 Bind scroll-preserve-screen-position to nil.
7011
7012 * isearch.el (isearch-old-signal-hook): New variable.
7013 (isearch-mode): Set signal-hook-function to isearch-done.
7014 (isearch-done): Restore old signal-hook-function.
7015
7016 * info.el (Info-fontify-node): Mark one more char as intangible.
7017
7018 2000-01-05 Kenichi Handa <handa@etl.go.jp>
7019
7020 * composite.el (compose-last-chars): New argument COMPONENTS.
7021 If it is non-nil, compose preceding characters by compose-region with
7022 COMPONENTS.
7023
7024 * international/quail.el (quail-input-string-to-events): New function.
7025 (quail-input-method): Convert input string to events here.
7026 (quail-start-translation): Return input string, not event list.
7027 (quail-start-conversion): Likewise.
7028
7029 2001-01-04 Gerd Moellmann <gerd@gnu.org>
7030
7031 * tooltip.el (tooltip-cancel-delayed-tip)
7032 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
7033 and tooltip-add-timeout.
7034 (tooltip-show): Set border color from faces's foreground.
7035 (tooltip-show-help-function): If called with the same help string
7036 as last time, do nothing.
7037 (tooltip-help-tips): Don't set tooltip-help-message to nil.
7038
7039 * startup.el (fancy-splash-screens): Don't bind show-help-function
7040 to nil.
7041
7042 * tooltip.el (tooltip-frame-parameters): Remove colors.
7043 (tooltip): New face
7044 (tooltip-set-param): New function.
7045 (tooltip-show): Set up color frame parameters from face `tooltip'.
7046 Display the tooltip text in face `tooltip'.
7047
7048 2001-01-04 Dave Love <fx@gnu.org>
7049
7050 * whitespace.el (whitespace-global-mode): Fix typo.
7051
7052 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
7053
7054 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
7055
7056 * help.el (help-for-help): Fix a typo in a doc string.
7057 From kwzh@gnu.org (Karl Heuer).
7058
7059 2001-01-03 Dave Love <fx@gnu.org>
7060
7061 * dired-x.el: Doc fixes. Maintainer change.
7062 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
7063 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
7064 (dired-guess-shell-alist-user): Customize.
7065 (dired-x-help-address): Set to bug-gnu-emacs.
7066 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
7067 (dired-default-directory): Renamed from default-directory.
7068
7069 * hl-line.el (hl-line): Doc fix.
7070
7071 2001-01-03 Karl Fogel <kfogel@red-bean.com>
7072
7073 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
7074
7075 2001-01-02 Richard M. Stallman <rms@gnu.org>
7076
7077 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
7078 to remove all the current alternative-match highlighting.
7079 If nil, remove only what's outside the current window.
7080 (isearch-lazy-highlight-remove-overlays): Take optional
7081 region within which NOT to remove them.
7082 (isearch-lazy-highlight-new-loop): Greatly simplified.
7083 (isearch-lazy-highlight-update): Find all the other occurrences
7084 visible in the window, in just one call.
7085 (isearch-lazy-highlight-start): Now holds start of region to scan.
7086 (isearch-lazy-highlight-end): Now holds end of region to scan.
7087 (isearch-lazy-highlight-wrapped): Variable deleted.
7088 (isearch-lazy-highlight-search): Function deleted.
7089
7090 2000-01-02 Andrew Innes <andrewi@gnu.org>
7091
7092 * w32-fns.el (convert-standard-filename): Do length check on name
7093 before aref.
7094
7095 2001-01-02 Dave Love <fx@gnu.org>
7096
7097 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
7098 value.
7099 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
7100
7101 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
7102
7103 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
7104 read syntax.
7105
7106 * calendar/todo-mode.el (todo): Add :link, :version.
7107 (todo-save-top-priorities): Remove autoload cookie.
7108 (todo-add-category, todo-add-item-non-interactively)
7109 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
7110
7111 2001-01-02 Gerd Moellmann <gerd@gnu.org>
7112
7113 * comint.el (comint-input-history-ignore): New variable.
7114 (comint-read-input-ring): Ignore entries matching
7115 comint-input-history-ignore.
7116
7117 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
7118
7119 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
7120 (lm-copyright-mark): New function.
7121 (lm-crack-copyright): New function.
7122 (lm-verify): Check that the file has a copyright.
7123 Check that the file is copyright Free Software Foundation.
7124
7125 2000-12-30 Kenichi Handa <handa@etl.go.jp>
7126
7127 * international/mule-diag.el (print-fontset): Indent font name by
7128 24 columns, not 25.
7129
7130 2000-12-29 Gerd Moellmann <gerd@gnu.org>
7131
7132 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
7133 in Subject line.
7134
7135 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
7136 Use mail-mode-hook instead of mail-setup-hook.
7137 Otherwise continuing an interrupted message with C-u C-x m for
7138 instance, winds up in Mail mode without abbrevs.
7139
7140 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7141
7142 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
7143 non-nil. Adding almost all customization variables on ps-setup.
7144 Doc fix.
7145 (ps-print-version): New version number (6.3.3).
7146 (ps-end-with-control-d): Initialization fix.
7147 (ps-lines-printed): New var.
7148 (ps-skip-newline): New fun.
7149 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
7150 (ps-next-line, ps-continue-line, ps-plot-region)
7151 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
7152
7153 2000-12-29 Kenichi Handa <handa@etl.go.jp>
7154
7155 * international/fontset.el (x-complement-fontset-spec):
7156 Resolve ASCII font name so that the same family name is used for fonts
7157 registered in x-font-name-charset-alist.
7158 (create-fontset-from-fontset-spec): Adjusted for the above change.
7159 The name of fontset alias should be a unresolved ASCII font name.
7160
7161 2000-12-28 Gerd Moellmann <gerd@gnu.org>
7162
7163 * simple.el (delete-key-deletes-forward-mode): Bind backspace
7164 and delete in isearch-mode-map.
7165
7166 2000-12-28 Richard M. Stallman <rms@gnu.org>
7167
7168 * dired-x.el (dired-guess-shell-alist-default):
7169 Use xpdf instead of acroread.
7170
7171 2000-12-28 Kenichi Handa <handa@etl.go.jp>
7172
7173 * textmodes/artist.el (artist-butlast): Deleted.
7174 (artist-ellipse-mirror-quadrant): Use butlast instead of
7175 artist-butlast.
7176
7177 * subr.el (butlast, nbutlast): Moved from cl.el to here.
7178
7179 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
7180
7181 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7182
7183 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
7184
7185 * ls-lisp.el: Better support for the Mac and MS-Windows.
7186 (ls-lisp): New defgroup.
7187 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
7188 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
7189 (ls-lisp-support-shell-wildcards): New defcustoms.
7190 (ls-lisp-parse-symlink): New function.
7191 (insert-directory): Code to convert switches to a list and set up
7192 the wildcard argument copied from ls-lisp-insert-directory.
7193 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
7194 for -C and -R switches.
7195 (ls-lisp-column-format): New function.
7196 (ls-lisp-delete-matching, ls-lisp-handle-switches)
7197 (ls-lisp-format-time): Add doc strings.
7198 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
7199 Support ls-lisp-dirs-first.
7200 (ls-lisp-classify, ls-lisp-extension): New functions.
7201 (ls-lisp-format): Optionally support emulation of symlinks.
7202 Support -i, -s, and -G switches.
7203
7204 2000-12-27 Gerd Moellmann <gerd@gnu.org>
7205
7206 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
7207
7208 * version.el (emacs-version): Print X scroll bar information.
7209
7210 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
7211 instead of x-toolkit-scroll-bars-p.
7212
7213 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
7214 of x-toolkit-scroll-bars-p.
7215
7216 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7217
7218 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
7219 (ffap-bindings): Doc fix, to reflect the above change.
7220
7221 2000-12-27 Kenichi Handa <handa@etl.go.jp>
7222
7223 * term.el (term-char-mode): Define all non-ascii self-inserting
7224 characters to 'term-send-raw in term-raw-map.
7225
7226 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
7227
7228 * viper-init (viper-restore-cursor-type): Added condition-case guard.
7229
7230 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7231 Changed initialization; use add-hook.
7232 (ediff-file-remote-p): Use file-local-copy.
7233
7234 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7235
7236 * ediff.el (ediff-patch-buffer): Bug fix.
7237 (ediff-revision): Allow selection of the file at the prompt.
7238
7239 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7240
7241 * subr.el (combine-run-hooks): Remove.
7242
7243 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7244 and remove the rogue second spec.
7245
7246 2000-12-23 Gerd Moellmann <gerd@gnu.org>
7247
7248 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7249
7250 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7251
7252 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7253 Use minibuffer menu prompt for the `=' prefix.
7254 (smerge-command-prefix): Change default to C-^.
7255 (smerge-mode): Don't assume font-lock doesn't move point.
7256
7257 * skeleton.el (skeleton-internal-1): Make sure the first line of
7258 the region is also re-indented.
7259 (skeleton-end-newline): New var.
7260 (skeleton-end-hook): Use it.
7261
7262 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7263
7264 * comint.el (comint-password-prompt-regexp): Support CVS.
7265
7266 2000-12-22 Gerd Moellmann <gerd@gnu.org>
7267
7268 * simple.el (delete-key-deletes-forward-mode): Simplify.
7269 Also backspace key combinations, depending on
7270 delete-key-deletes-forward.
7271
7272 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7273
7274 * simple.el (delete-key-deletes-forward): Doc fix.
7275
7276 2000-08-22 Emmanuel Briot <briot@gnat.com>
7277
7278 * xml.el (top level comment): Updated to reflect the fact that
7279 white spaces are relevant in the XML file.
7280 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7281 to parse was already edited. This allows for on-the-fly analysis
7282 of XML files.
7283 (xml-parse-tag): Check that the casing is the same in the start
7284 tag and end tag, since XML is case-sensitive. Allows for spaces
7285 in the end tag, after the name of the tag.
7286 (xml-parse-attlist): Allow for the character '-' in the name of
7287 attributes, as in the standard http-equiv attribute Do not save
7288 the properties in the XML tree, since they are not relevant.
7289
7290 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7291
7292 * generic.el (generic-read-type): Undo last change, inline into
7293 `generic-mode' and then remove.
7294 (generic-mode): Inline generic-read-type.
7295 (define-generic-mode): Push the symbol name rather than the symbol
7296 onto generic-mode-list.
7297
7298 2000-12-21 Gerd Moellmann <gerd@gnu.org>
7299
7300 * generic.el (generic-read-type): Build an alist for
7301 completing-read as in 20.7.
7302
7303 * play/landmark.el (lm): Use interactive spec `P'.
7304 (toplevel): Don't set debug-on-error.
7305
7306 * server.el (server-switch-buffer): Choose a window on a visible frame.
7307
7308 2000-12-21 Dave Pearson <davep@davep.org>
7309
7310 * quickurl.el: Commentry change, I've moved my web site.
7311
7312 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7313
7314 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7315 ranges like \177-\237, but accepts the character sequence from \177 to
7316 \237. Doc fix.
7317 (ebnf-version): New version (3.4).
7318 (ebnf-setup): Code fix.
7319 (ebnf-range-regexp): New fun.
7320 (ebnf-8-bit-chars): Const fix.
7321
7322 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7323 entry. Doc fix.
7324 (ebnf-bnf-lex): Code fix.
7325 (ebnf-bnf-comment-chars): Const fix.
7326
7327 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7328 entry. Doc fix.
7329 (ebnf-iso-comment-chars): Const fix.
7330
7331 * ebnf-otz.el: Doc fix.
7332
7333 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7334 entry. Doc fix.
7335 (ebnf-yac-skip-code): Code fix.
7336 (ebnf-yac-comment-chars): Const fix.
7337
7338 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7339
7340 * files.el (insert-directory-safely): New function.
7341 (recover-file): Use it instead of insert-directory.
7342 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7343
7344 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7345
7346 * international/mule-cmds.el (select-safe-coding-system):
7347 Check coding-category-list more rigidly. Improve help message.
7348
7349 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7350
7351 2000-12-21 Miles Bader <miles@gnu.org>
7352
7353 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
7354
7355 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7356
7357 * international/mule-diag.el (describe-char-after): Make *Help*
7358 buffer inherit multibyteness of the current buffer.
7359
7360 * international/mule.el (make-char): Docstring adjusted for the
7361 change of make-char-internal.
7362
7363 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7364
7365 * international/iso-cvt.el: Docstrings fix.
7366
7367 2000-12-20 Dave Love <fx@gnu.org>
7368
7369 * subr.el (eval-after-load): Doc fix.
7370
7371 2000-12-20 Kenichi Handa <handa@etl.go.jp>
7372
7373 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7374 for numbers.
7375
7376 2000-12-20 Miles Bader <miles@gnu.org>
7377
7378 * international/quail.el (quail-help): Resize the help window
7379 again after it has all its contents. Remove unneeded progn.
7380
7381 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7382
7383 * pcmpl-linux.el: Fix copy/paste error.
7384
7385 2000-12-19 Andrew Innes <andrewi@gnu.org>
7386
7387 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
7388
7389 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7390
7391 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7392
7393 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7394
7395 * progmodes/idlw-shell.el: Fixed copyright notice.
7396
7397 * progmodes/idlwave.el: Fixed copyright notice.
7398
7399 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
7400 TAB as key separators.
7401
7402 2000-12-19 Alex Schroeder <alex@gnu.org>
7403
7404 * sql.el (sql-sybase-options): New option.
7405 (sql-sybase): Use it. Add sql-database to the list of parameters
7406 provided for login. The options -w 2048 -n are not used any more.
7407 (sql-postgres-options): Changed default from "--pset" to "-P".
7408 (sql-mysql-options): Doc change.
7409 (sql-stop): Doc change.
7410
7411 2000-12-19 Kenichi Handa <handa@etl.go.jp>
7412
7413 * international/quail.el (quail-input-method): Always hide
7414 the guidance buffer on exiting.
7415
7416 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7417
7418 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7419 isn't fboundp.
7420
7421 * server.el (server-buffer-done): Bury the buffer before
7422 killing it.
7423
7424 * faces.el (face-spec-set): Interpret a nil in specs for
7425 foreground and background colors as `unspecified', for
7426 compatibility with 20.x.
7427
7428 2000-12-18 Dave Love <fx@gnu.org>
7429
7430 * simple.el (mail-user-agent): Doc fix.
7431 (input-mode-8-bit): Removed.
7432
7433 * international/mule.el (set-keyboard-coding-system): Doc fix.
7434 (keyboard-coding-system): New option.
7435
7436 * mail/sendmail.el (send-mail-function): Customize.
7437
7438 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7439
7440 * international/codepage.el (cp866-decode-table): New table.
7441
7442 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7443
7444 * version.el (emacs-version): Remove `%a' from the time format
7445 because the weekday doesn't fit well into each locale.
7446
7447 2000-12-18 Miles Bader <miles@gnu.org>
7448
7449 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7450
7451 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
7452 Check that emacs-major-version is `=' to 20, not `>='.
7453 (artist-replace-chars): Use `make-string' instead of a loop.
7454
7455 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7456
7457 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7458 (cvs-execute-single-file): Don't change directory.
7459 Patch from Per Cederqvist.
7460
7461 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7462
7463 * textmodes/ispell.el (check-ispell-version):
7464 If `ispell-program-name' is "aspell", pass it the -v switch instead
7465 of -vv.
7466
7467 2000-12-16 Kenichi Handa <handa@etl.go.jp>
7468
7469 * international/mule-diag.el (mule-diag): Insert information about
7470 configure options, multibyte awareness, language env.
7471
7472 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7473 regexp to search for candidates.
7474
7475 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7476
7477 * info.el (Info-forward-node): If the node has an
7478 Info-header-line, widen the buffer before searching for "next:"
7479 and "up:" pointers, and set the search limit to stay in the
7480 current node.
7481
7482 2000-12-16 Miles Bader <miles@gnu.org>
7483
7484 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7485
7486 2000-12-15 Miles Bader <miles@gnu.org>
7487
7488 * comint.el (comint-send-string, comint-send-region): Also accept
7489 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7490 process-send-string/region.
7491
7492 2000-12-15 Gerd Moellmann <gerd@gnu.org>
7493
7494 * isearch.el (isearch-lazy-highlight-max): New user-option.
7495 (isearch-lazy-highlight-update): Don't highlight more than
7496 isearch-lazy-highlight-max matches.
7497
7498 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7499
7500 2000-12-15 Richard M. Stallman <rms@gnu.org>
7501
7502 * sort.el (sort-columns): Fix error message.
7503
7504 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7505 `upcase' or `downcase' or nil.
7506 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7507 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7508 (dabbrev--substitute-expansion): New arg record-case-pattern.
7509 If it is non-nil, set dabbrev--last-case-pattern.
7510 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7511
7512 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7513
7514 2000-12-15 Miles Bader <miles@gnu.org>
7515
7516 * paths.el (Info-default-directory-list): Don't delete
7517 configure-info-directory from the list of standard info
7518 directories when appending it to the end -- their order is important.
7519
7520 * faces.el (read-face-attribute): If there's no entry for the
7521 user's input in VALID, just use it as-is (this will often result
7522 in an error, but it may be OK for e.g. colors using hexadecimal
7523 notation, and at least will yield a better error message).
7524
7525 * window.el (mode-line-window-height-fudge): Function removed.
7526 (height-affecting-face-attributes, mode-line-window-height-fudge):
7527 Variables removed.
7528 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7529 window is really the right size. Use vertical-motion
7530 rather than forward-line.
7531 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7532 (ispell-command-loop, ispell-show-choices): Use the variable
7533 ispell-choices-win-default-height, rather than the function.
7534 (ispell-choices-win-default-height): Function removed.
7535 (ispell-mode-line-window-height-fudge): Function removed.
7536
7537 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7538
7539 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7540
7541 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7542
7543 * paths.el (Info-default-directory-list):
7544 If configure-info-directory is not one of the standard directories,
7545 put it first in the list; otherwise put it last. Doc string
7546 changed accordingly.
7547
7548 * info.el (Info-directory-list): Change doc string to reflect the
7549 change in Info-default-directory-list.
7550
7551 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7552 windows-nt as windowed environments, even under -nw.
7553
7554 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7555 if not fboundp. Switch delete-forward mode for the <delete> key
7556 on all PC platforms, even under -nw.
7557
7558 * term/internal.el ([M-delete]): Remap to M-d.
7559
7560 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7561
7562 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7563
7564 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7565
7566 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7567
7568 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7569
7570 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7571 if appropriate.
7572
7573 * simple.el (delete-key-deletes-forward): New user-option.
7574 (delete-key-deletes-forward-mode): New function.
7575
7576 * bindings.el: Bind `delete' to backward-delete-char.
7577
7578 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7579 Test if symbol is bound before getting its value.
7580
7581 * tooltip.el (tooltip-show): If an error is signaled in
7582 x-show-tip, display that error, and display the help in the
7583 echo area.
7584
7585 2000-12-14 Kenichi Handa <handa@etl.go.jp>
7586
7587 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7588 Show "... entries" messages for every 10000 entries, not 10.
7589
7590 2000-12-13 Karl Fogel <kfogel@red-bean.com>
7591
7592 * bookmark.el: Provide a generic exit hook, as suggested by
7593 Ovidiu Predescu <ovidiu@cup.hp.com>:
7594 (bookmark-exit-hook): New var.
7595 (bookmark-exit-hook-internal): New func, replaces
7596 old raw lambda form in `kill-emacs-hook', and runs new
7597 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7598 as logically that feature must have been provided if this function
7599 is running.
7600 Removed ;;;###autoload before the `add-hook' call.
7601
7602 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7603
7604 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7605 (easy-menu-current-active-maps): New function.
7606 (easy-menu-get-map): Use it.
7607 Make a proper menu entry when creating a new keymap.
7608
7609 2000-12-13 Kenichi Handa <handa@etl.go.jp>
7610
7611 * international/characters.el: Fix cases and syntaxes for
7612 mule-unicode-0100-24ff.
7613
7614 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7615 that a Japanese character is not appended after day and year.
7616
7617 * info.el (Info-suffix-list): Change format for a command that
7618 requires arguments.
7619 (info-insert-file-contents): Adjusted for the above change.
7620
7621 2000-12-12 Andreas Schwab <schwab@suse.de>
7622
7623 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7624 on the name of the tar buffer. Verify that the existing buffer is
7625 visiting the same subfile.
7626
7627 2000-12-12 Dave Love <fx@gnu.org>
7628
7629 * subdirs.el: Add obsolete.
7630
7631 2000-12-12 Gerd Moellmann <gerd@gnu.org>
7632
7633 * mail/rmailsum.el (rmail-summary-expunge)
7634 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7635 instead of rmail-confirm-expunge.
7636
7637 * replace.el (perform-replace): Don't use an empty match adjacent
7638 to a non-empty match when computing the next match before the
7639 replacement is performed.
7640
7641 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
7642
7643 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7644 definition (patch by Stefan Monnier).
7645 (glasses-mode): Use jit-lock instead of `after-change-functions'
7646 (patch by Stefan Monnier).
7647
7648 2000-12-12 Miles Bader <miles@gnu.org>
7649
7650 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7651 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7652
7653 2000-12-12 Andrew Choi <akochoi@i-cable.com>
7654
7655 * term/mac-win.el: Remove load for ls-lisp.
7656
7657 * loadup.el: Load ls-lisp for system-type `macos'.
7658
7659 2000-12-12 Miles Bader <miles@gnu.org>
7660
7661 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7662 Respect field end too.
7663 (just-one-space): Respect fields as `delete-horizontal-space'.
7664 (newline-and-indent, reindent-then-newline-and-indent):
7665 Use `delete-horizontal-space'.
7666
7667 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7668
7669 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7670 (so as to obey the field property in the minibuffer).
7671
7672 * obsolete/c-mode.el: Moved from lisp/progmodes.
7673 * obsolete/auto-show.el: Moved from lisp.
7674 * obsolete/ooutline.el: Moved from lisp/textmodes.
7675
7676 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7677
7678 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
7679 changes to list them here.
7680
7681 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7682 Too many changes to list them here.
7683
7684 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7685 Too many changes to list them here.
7686
7687 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7688
7689 2000-12-11 Gerd Moellmann <gerd@gnu.org>
7690
7691 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
7692
7693 * cus-edit.el (custom-save-variables, custom-save-faces):
7694 Comment fix.
7695
7696 * hscroll.el: Moved to `obsolete' subdir.
7697
7698 2000-12-11 Miles Bader <miles@gnu.org>
7699
7700 * window.el (window-text-height): Function removed (now in C).
7701
7702 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7703
7704 * log-edit.el (log-edit-parent-buffer): New var.
7705 (log-edit): Set it. Add BUFFER argument.
7706 (log-edit-done): Use char-before.
7707 Don't bother checking validity of vc-comment-ring.
7708 Only bury the buffer if log-edit popped it up.
7709
7710 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7711 (cvs-mode-diff-help): Remove.
7712 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
7713 (cvs-mode-marked): Set up the default for CMD manually.
7714
7715 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7716 Remove binding for ? now made unnecessary.
7717
7718 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7719
7720 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7721 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7722
7723 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7724 when master file is not open.
7725
7726 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7727
7728 * progmodes/ada-stmt.el: Update `maintainer'.
7729
7730 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
7731
7732 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7733 choices to match documentation string.
7734
7735 2000-12-09 Miles Bader <miles@gnu.org>
7736
7737 * minibuf-eldef.el: New file.
7738
7739 * window.el (fit-window-to-buffer): Don't pass last argument to
7740 pos-visible-in-window-p, now that its meaning is inverted.
7741
7742 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7743
7744 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7745 <ceder@lysator.liu.se>.
7746
7747 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7748
7749 * autoinsert.el (auto-insert-alist): Add missing final \n.
7750
7751 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7752 (cvs-menu-map): Remove.
7753 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7754 (cvs-mode-quit): Turn it back into a plain function.
7755
7756 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
7757 (texinfo-filter): Remove (move to texinfo.el).
7758
7759 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7760 file where it's more visible.
7761 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7762 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7763 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7764 (texinfo-inside-macro-p): Only catch `scan-error's.
7765 (texinfo-inside-env-p): Make better use of the match info.
7766 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7767 (texinfo-insert-@end): Slight re-organization.
7768 Also remove useless `looking-at' call.
7769
7770 2000-12-08 Andrew Innes <andrewi@gnu.org>
7771
7772 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7773 accessible in -nw mode.
7774
7775 * term/w32-win.el: Remove stuff about selection timeout, which is
7776 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7777 it is accessible in -nw mode.
7778
7779 2000-12-08 Dave Love <fx@gnu.org>
7780
7781 * emacs-lisp/lisp-mode.el (lisp-mode):
7782 Set font-lock-keywords-case-fold-search.
7783
7784 2000-12-08 Gerd Moellmann <gerd@gnu.org>
7785
7786 * textmodes/ispell.el (ispell): Doc fix.
7787
7788 2000-12-08 Kenichi Handa <handa@etl.go.jp>
7789
7790 * international/quail.el (quail-insert-decode-map): Check the
7791 frame width of a window displaying the current buffer, not that of
7792 the selected frame.
7793 (quail-help): Make sure that the help buffer has window before
7794 inserting text in it.
7795
7796 2000-12-07 Sam Steingold <sds@gnu.org>
7797
7798 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7799 Backquote is used in isearch.el, so autoloading saves nothing.
7800
7801 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7802
7803 * startup.el (normal-top-level-add-subdirs-to-load-path):
7804 Ignore the CVS and RCS subdirectories case-insensitively.
7805
7806 * dired.el (dired-insert-directory): If file-system-info is
7807 fboundp, call it instead of invoking dired-free-space-program.
7808
7809 2000-12-07 Gerd Moellmann <gerd@gnu.org>
7810
7811 * server.el (server-visit-files): Push files on file-name-history.
7812
7813 * progmodes/cc-langs.el: Update copyright.
7814
7815 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7816
7817 * bindings.el (mode-line-mode-menu): Add glasses-mode.
7818
7819 * bindings.el (mode-line-mode-menu): Reverse the order
7820 of define-keys so that the menu appears in alphabetical order.
7821
7822 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
7823
7824 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7825 of the function.
7826
7827 2000-12-07 Dave Love <fx@gnu.org>
7828
7829 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7830
7831 * facemenu.el (facemenu-unlisted-faces): Fix value.
7832
7833 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7834
7835 * font-lock.el (font-lock-default-fontify-region):
7836 Include the terminating \n (off-by-one error).
7837 (font-lock-set-defaults): Use dolist.
7838
7839 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7840
7841 2000-12-07 Kenichi Handa <handa@etl.go.jp>
7842
7843 * international/mule-cmds.el (describe-language-environment):
7844 Fix for the case that an input method title is not string but a list.
7845
7846 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7847 of wrong SIZE record.
7848
7849 2000-12-06 Dave Love <fx@gnu.org>
7850
7851 * newcomment.el (comment-region, comment-dwim): Doc fix.
7852
7853 * textmodes/texinfo.el: Require tex-mode when compiling.
7854 (texinfo-update-node): Doc fix.
7855 (texinfo-imenu-generic-expression): Add @anchor.
7856 (texinfo-font-lock-keywords): Add @uref.
7857 (texinfo-inside-macro-p): Don't use ignore-errors.
7858 (texinfo-insert-quote): Match more contexts.
7859
7860 * international/mule.el (decode-char, encode-char): Doc fix.
7861 (auto-coding-alist): Customize.
7862
7863 * files.el (load-file): Fix change of 2000-03-12.
7864
7865 * wid-edit.el (widget-text-keymap): Doc fix.
7866
7867 2000-12-06 Andrew Innes <andrewi@gnu.org>
7868
7869 * makefile.w32-in (lisp): Set to an absolute directory, namely
7870 $(CURDIR).
7871
7872 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7873
7874 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7875 read generated-autoload-file, and set buffer-file-coding-system to
7876 raw-text-unix after reading the file.
7877
7878 * international/mule-conf.el (file-coding-system-alist):
7879 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
7880
7881 2000-12-06 Gerd Moellmann <gerd@gnu.org>
7882
7883 * replace.el (occur): Make line-number-width 1 smaller for the
7884 colon following the line number.
7885
7886 * startup.el (fancy-splash-text, command-line-1):
7887 Use `File' for the menu name instead of `Files'.
7888
7889 * tmm.el: Update copyright.
7890
7891 * cus-start.el: Add entry for even-window-heights.
7892
7893 2000-12-06 Miles Bader <miles@gnu.org>
7894
7895 * faces.el (frame-set-background-mode): Avoid stomping on
7896 locally modified faces.
7897
7898 2000-12-06 Kenichi Handa <handa@etl.go.jp>
7899
7900 * international/fontset.el: Correct the font registries for
7901 japanese-jisx0213-1 and japanese-jisx0213-2.
7902
7903 2000-12-05 Gerd Moellmann <gerd@gnu.org>
7904
7905 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7906
7907 * iswitchb.el: Update customization commentary.
7908
7909 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
7910
7911 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7912 (tpu-search-highlight): Fixed comparison of overlay end positions.
7913 (tpu-trim-line-ends): Implemented trimming logic locally.
7914
7915 * emulation/tpu-extras.el (tpu-write-file-hook)
7916 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7917
7918 2000-12-05 Kenichi Handa <handa@etl.go.jp>
7919
7920 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7921 to cn-gb.
7922 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7923
7924 2000-12-04 Dave Love <fx@gnu.org>
7925
7926 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7927
7928 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7929
7930 * mail/rmailsum.el (rmail-summary-expunge)
7931 (rmail-summary-expunge-and-save): Ask for confirmation with
7932 rmail-expunge-confirmed.
7933
7934 * mail/rmail.el (rmail-expunge-confirmed): New function.
7935 (rmail-expunge): Use it.
7936
7937 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7938
7939 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
7940 (etags-recognize-tags-table, find-tag-in-order):
7941 New functionality: interpret file names as tags.
7942
7943 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7944
7945 * info.el (Info-scroll-prefer-subnodes): New defcustom.
7946 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7947 the first subnode until the bottom of the current node is visible.
7948
7949 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7950
7951 * format.el (format-decode): Don't change buffer's undo list.
7952
7953 2000-12-04 Kenichi Handa <handa@etl.go.jp>
7954
7955 * faces.el (face-font-registry-alternatives): Add entries for CJK
7956 fonts. Doc-string adjusted for the actual usage of this data.
7957
7958 * international/fontset.el: Change the font registries for CJK
7959 fonts in the default fontset. Don't append '*' to registries.
7960
7961 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7962
7963 * emacs-lisp/easy-mmode.el (define-derived-mode)
7964 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7965
7966 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7967 (derived-mode-p): New function.
7968 (derived-mode-make-docstring): Add `docstring' argument.
7969 Use it if available and complete it if necessary.
7970
7971 2000-12-03 Andreas Schwab <schwab@suse.de>
7972
7973 * type-break.el (type-break): Don't make parent of itself.
7974
7975 2000-12-03 Miles Bader <miles@gnu.org>
7976
7977 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7978
7979 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7980
7981 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7982 (tex-main-file, tex-file): Simplify.
7983 (tex-generate-zap-file-name): Use subst-char-in-string.
7984 (tex-strip-dots): Remove.
7985
7986 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7987
7988 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7989 to check if the match succeeded.
7990
7991 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7992
7993 * startup.el (use-fancy-splash-screens-p): New function.
7994 (command-line-1): Use it to determine whether or not to use
7995 a fancy splash screen.
7996
7997 2000-12-02 Andreas Schwab <schwab@suse.de>
7998
7999 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
8000
8001 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8002
8003 * international/mule.el (make-char): Fix last change.
8004
8005 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8006 New defcustoms.
8007 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
8008 autoloading tex-mode; instead, do the same manually.
8009 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
8010 with numeric argument. Docstring fix.
8011 (toplevel): Require cl when compiling.
8012
8013 * international/mule.el (make-char): Doc fix.
8014
8015 2000-12-02 Jason Rumney <jasonr@gnu.org>
8016
8017 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
8018 the Emacs Lisp manual)
8019
8020 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8021
8022 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8023
8024 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
8025 the Emacs Lisp manual).
8026
8027 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8028
8029 * simple.el (next-line-add-newlines): Change default to nil.
8030
8031 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
8032
8033 * files.el (revert-buffer, recover-file):
8034 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
8035
8036 2000-12-01 Gerd Moellmann <gerd@gnu.org>
8037
8038 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8039
8040 2000-12-01 Miles Bader <miles@gnu.org>
8041
8042 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
8043
8044 2000-12-01 Kenichi Handa <handa@etl.go.jp>
8045
8046 * international/mule-diag.el (describe-char-after): Fix typo.
8047 (describe-character-set, non-iso-charset-alist): Fix typo.
8048
8049 2000-12-01 Miles Bader <miles@gnu.org>
8050
8051 * image-file.el (image-file-name-regexp): Automatically add
8052 upper-case variants of each filename extension in
8053 `image-file-name-extensions', since they seem to be common.
8054
8055 * simple.el (minibuffer-contents)
8056 (minibuffer-contents-no-properties, delete-minibuffer-contents):
8057 New functions.
8058 * filecache.el (file-cache-directory-name)
8059 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
8060
8061 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
8062
8063 * filecache.el (file-cache-minibuffer-complete): Don't try to
8064 delete the minibuffer prompt.
8065
8066 2000-11-30 Dave Love <fx@gnu.org>
8067
8068 * cus-start.el: Fix read-buffer-function type.
8069
8070 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8071
8072 * md5.el: Removed. There's a built-in function, now.
8073
8074 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
8075
8076 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
8077 as dummy 0-th char of rmail-deleted-vector.
8078
8079 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
8080
8081 * ps-print.el (ps-end-job): Bind case-fold-search only after
8082 switching to ps-spool-buffer.
8083
8084 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8085
8086 * ps-print.el: Line number font customization. PostScript: Lines and
8087 PageCount are initialized on each page. Doc Fix.
8088 (ps-print-version): New version number (6.3.2).
8089 (ps-lpr-switches, ps-font-info-database, ps-font-size)
8090 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
8091 (ps-right-header): Customization fix.
8092 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
8093 Fix code.
8094 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
8095 New vars.
8096
8097 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8098
8099 * bs.el: Fix typos and spelling errors.
8100 (bs-appearance) <defgroup>: Renamed from bs-appearence.
8101 (bs-configuration): Doc fix.
8102
8103 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
8104
8105 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
8106
8107 * emulation/tpu-edt.el (tpu-version): New version.
8108 (tpu-search-overlay, tpu-replace-overlay): New initial range.
8109 (tpu-original-mode-line): Variable deleted.
8110 (tpu-mark-flag): New initial value.
8111 (tpu-set-mode-line): Don't redefine mode-line-format.
8112 Add tpu-mark-flag to minor-mode-alist.
8113 (tpu-update-mode-line): New mark flag logic.
8114 (tpu-get): Use find-file-wildcards.
8115 (tpu-search-highlight): Move overlay less, reset overlay properly.
8116 (tpu-unselect): Deactivate mark.
8117 (tpu-lm-replace): Reset overlay properly.
8118 (tpu-forward-line): Use forward-visible-line.
8119 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
8120
8121 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
8122
8123 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8124
8125 * cus-edit.el (custom-face-value-create): Always emphasize tag.
8126
8127 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8128
8129 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
8130 and skip whitespace and newlines.
8131
8132 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
8133
8134 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
8135
8136 2000-11-29 Gerd Moellmann <gerd@gnu.org>
8137
8138 * help.el (describe-function-1): Regexp-quote function name
8139 when used as part of a regexp.
8140
8141 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8142 Use face-attribute instead of face-foreground and face-background.
8143 (tool-bar-add-item): Likewise, and handle unspecified colors.
8144
8145 * enriched.el (enriched-face-ans): Use face-attribute instead
8146 of face-foreground and face-background.
8147
8148 * faces.el (face-foreground, face-background, face-stipple):
8149 Return nil if attribute is unspecified, for backward compatibility.
8150
8151 * files.el (auto-mode-alist): Add an entry for antlr-mode.
8152
8153 * play/5x5.el: Remove version info.
8154
8155 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8156
8157 * frame.el (blink-cursor-mode): Doc fix.
8158
8159 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8160
8161 * antlr-mode.el: New commands to run ANTLR from within Emacs and
8162 to create Makefile rules.
8163 (antlr-tool-command): New user option.
8164 (antlr-ask-about-save): New user option.
8165 (antlr-makefile-specification): New user option.
8166 (antlr-file-formats-alist): New variable.
8167 (antlr-special-file-formats): New variable.
8168 (antlr-unknown-file-formats): New user option.
8169 (antlr-help-unknown-file-text): New variable.
8170 (antlr-help-rules-intro): New variable.
8171 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
8172 (antlr-mode-menu): Add entries.
8173 (antlr-file-dependencies): New function.
8174 (antlr-directory-dependencies): New function.
8175 (antlr-superclasses-glibs): New function.
8176 (antlr-run-tool): New command.
8177 (antlr-makefile-insert-variable): New function.
8178 (antlr-insert-makefile-rules): New function.
8179 (antlr-show-makefile-rules): New command.
8180
8181 * antlr-mode.el: More Emacs/XEmacs stuff.
8182 (antlr-no-action-keywords): New constant with value nil.
8183 (antlr-font-lock-keywords-alist): Use it. Old value would break
8184 syntax highlighting in Emacs-21.0.
8185 (antlr-default-directory): Emacs/XEmacs dependend function.
8186 (antlr-read-shell-command): Ditto.
8187 (antlr-with-displaying-help-buffer): Ditto.
8188
8189 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8190
8191 * antlr-mode.el: imenu, parsing and highlighting changes.
8192 (antlr-imenu-create-index-function): Don't create extra submenus
8193 for definitions in different grammar classes. It is not necessary
8194 for the menu and would make command `imenu' awkward to use.
8195 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
8196 header actions and more than one.
8197 (antlr-font-lock-tokendef-face): Changed color.
8198 (antlr-font-lock-tokenref-face): Changed color.
8199 (antlr-font-lock-additional-keywords): Also highlight lowercase.
8200 (antlr-mode-syntax-table): New variable.
8201 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
8202 (antlr-with-syntax-table): Don't copy syntax table.
8203
8204 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8205
8206 * antlr-mode.el: Minor changes: language setting.
8207 (antlr-language-alist): The value for file option "language" can
8208 be both an identifier and a string.
8209 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
8210 (antlr-language-limit-n-regexp): Change accordingly.
8211
8212 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8213
8214 * antlr-mode.el: Minor changes: tabs, hiding.
8215 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
8216 (antlr-action-visibility): Also allow value nil to also hide the
8217 braces. Renamed from `antlr-tiny-action-length'.
8218 Suggested by Jay@aol.com.
8219 (antlr-hide-actions): Change accordingly. Hide line if completely
8220 hidden action is on a line of its own.
8221
8222 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8223
8224 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8225
8226 * sort.el (sort-columns): Don't concat strings with numbers.
8227
8228 2000-11-29 Dave Love <fx@gnu.org>
8229
8230 * cus-edit.el (face): Fix :format.
8231
8232 * mail/feedmail.el: Require smtpmail when compiling.
8233 (mail-do-fcc): Autoload.
8234 (feedmail) <defgroup>: Fix :link.
8235 (feedmail-nuke-body-in-fcc): Fix :type.
8236 (feedmail-send-it): Add autoload cookie.
8237
8238 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8239
8240 * newcomment.el (comment-indent): Save excursion around call to
8241 comment-indent-function.
8242
8243 2000-11-29 Miles Bader <miles@gnu.org>
8244
8245 * subr.el (member-ignore-case): Return the tail of the list who's
8246 car matches, like `member', not the matching element itself.
8247
8248 2000-11-29 Kenichi Handa <handa@etl.go.jp>
8249
8250 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8251 should not contain `\n'.
8252
8253 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8254
8255 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8256
8257 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8258
8259 * dired-aux.el (dired-do-create-files): Construct default file
8260 name for dired-mark-read-file-name so that when the user enters
8261 just RET, the target file will end up in the target directory.
8262
8263 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8264 local-abbrev-table before changing buffers because it might
8265 have a buffer-local binding.
8266
8267 2000-11-28 Miles Bader <miles@gnu.org>
8268
8269 * simple.el (delete-horizontal-space): Handle fields more generally.
8270
8271 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8272
8273 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8274
8275 2000-11-28 Dave Love <fx@gnu.org>
8276
8277 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8278 comment-start-skip locally.
8279
8280 * progmodes/fortran.el (fortran-mode): Don't set
8281 fortran-comment-line-start-skip. Set comment-start to
8282 fortran-comment-line-start.
8283 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8284 (fortran-comment-line-start-skip): Simplify slightly.
8285
8286 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8287
8288 * play/5x5.el: Remove RCS keyword.
8289
8290 * bs.el: Mistaken commit, undone 2000-11-30.
8291
8292 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
8293
8294 * textmodes/tildify.el (tildify-string-alist):
8295 Add `plain-tex-mode' here.
8296
8297 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8298
8299 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8300 reference.
8301
8302 2000-11-28 Miles Bader <miles@gnu.org>
8303
8304 * cus-face.el (custom-face-attributes): Add post-filter function
8305 for :box. Make pre-filter function for :box handle all cases.
8306
8307 * wid-edit.el (widget-choose): Make sure pop-up window is large
8308 enough to display all the choices, as there's no way to scroll it.
8309
8310 2000-11-28 Kenichi Handa <handa@etl.go.jp>
8311
8312 * international/mule-conf.el: Make the coding system no-conversion
8313 safe for all characters.
8314
8315 2000-11-27 Dave Love <fx@gnu.org>
8316
8317 * net/ldap.el (ldap) <defgroup>: Add :version.
8318
8319 * tooltip.el (tooltip-use-echo-area): Doc fix.
8320
8321 * cus-start.el <minibuffer-prompt-properties>: Add version.
8322 <read-buffer-function>: Add.
8323
8324 * apropos.el (apropos-print): Add help-echo to active text.
8325
8326 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8327
8328 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8329
8330 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8331 type, group and version.
8332
8333 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8334
8335 * select.el (x-get-selection): Docstring fix.
8336
8337 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
8338
8339 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8340
8341 2000-11-27 Andrew Innes <andrewi@gnu.org>
8342
8343 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8344
8345 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8346
8347 2000-11-27 Miles Bader <miles@gnu.org>
8348
8349 * dired.el (dired-get-filename): Return filename verbatim if
8350 LOCALP is `verbatim'.
8351 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8352 `verbatim' so that we don't inadvertently delete a non-existant
8353 directory name.
8354
8355 2000-11-27 Kenichi Handa <handa@etl.go.jp>
8356
8357 * international/characters.el: Specify cases and syntaxes for
8358 mule-unicode-0100-24ff.
8359
8360 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8361
8362 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8363 that foreground and/or background colors of the face `tool-bar'
8364 are unspecified.
8365
8366 2000-11-27 Miles Bader <miles@gnu.org>
8367
8368 * wid-edit.el (widget-field-buffer, widget-field-start)
8369 (widget-field-end): Handle widget field `pseudo-overlays'.
8370 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8371 if it's there instead of in `widget-field-list'.
8372
8373 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
8374 (help-make-xrefs): Delete extraneous newlines at the end of the
8375 docstring.
8376
8377 2000-11-25 Jason Rumney <jasonr@gnu.org>
8378
8379 * startup.el (command-line): Call set-locale-environment after
8380 Window System init file is read, as it can result in a call to
8381 redraw-frame.
8382
8383 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8384
8385 * simple.el (shell-command): Mention the effect of the prefix
8386 argument in the doc string.
8387
8388 2000-11-25 Miles Bader <miles@gnu.org>
8389
8390 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8391
8392 * wid-edit.el (widget-field-value-delete): Don't try to delete
8393 overlay when it's the `pseudo-overlay' that exists at some points.
8394
8395 2000-11-24 Jason Rumney <jasonr@gnu.org>
8396
8397 * international/mule-cmds.el (locale-language-names): Add "jp" as
8398 a non-standard alternative for Japanese.
8399
8400 2000-11-24 Andre Spiegel <spiegel@gnu.org>
8401
8402 * vc-hooks.el: Require 'cl during compilation.
8403
8404 2000-11-24 Gerd Moellmann <gerd@gnu.org>
8405
8406 * faces.el (face-set-after-frame-default): Let face attributes
8407 specified for new frames override frame parameters.
8408
8409 * startup.el (command-line): Fix computation of the source file
8410 for user-init-file when user-init-file is a compiled file.
8411
8412 2000-11-24 Miles Bader <miles@gnu.org>
8413
8414 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
8415 (custom-post-filter-face-spec): New functions.
8416 (custom-face-set, custom-face-value-create): Filter the face spec
8417 before and after customization.
8418 (custom-face-set): If VALUE specifies a null face, pass a
8419 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8420 * cus-face.el (custom-face-attributes): Remove SET and GET
8421 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8422 cases they're needed.
8423
8424 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8425 that it's distinguishable from the :off-glyph on dark-background
8426 displays. Set its background color too.
8427
8428 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8429 so that people can easily turn it off.
8430
8431 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
8432
8433 * ediff-diff.el: Moved variables around to have it compile under NT.
8434
8435 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
8436
8437 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
8438
8439 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
8440 redundant skip-small-frames test.
8441
8442 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
8443 (viper-downgrade-to-insert): Protect against errors in hooks.
8444
8445 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8446 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
8447 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8448 New functions.
8449
8450 * viper-util.el (viper-memq-char): Bug fixes.
8451
8452 * viper.el (viper-mode): Fix cursor handling.
8453
8454 2000-11-24 Kenichi Handa <handa@etl.go.jp>
8455
8456 * international/mule-diag.el (list-iso-charset-chars):
8457 For two-byte charset, fix the `while' condition.
8458 (list-non-iso-charset-chars): Fix the `while' condition.
8459
8460 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8461
8462 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8463 if the variable is make-variable-buffer-local.
8464
8465 * progmodes/ada-stmt.el (ada-template-map):
8466 Initialize and bind it to C-c t in ada-mode-map.
8467 (ada-stmt-mode-hook): New function extracted from old code.
8468 Only change the buffer-local side of skeleton-*.
8469 (ada-mode-hook): Use it.
8470
8471 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8472
8473 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8474 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8475 we expect to be returned by minibuffer-depth once we prompt the
8476 user in the minibuffer.
8477 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8478 as recorded in iswitchb-minibuf-depth, return non-nil.
8479
8480 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8481
8482 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8483 (hscroll-window-maybe): Docstring fix.
8484
8485 2000-11-23 Dave Love <fx@gnu.org>
8486
8487 * rect.el (string-rectangle): Don't test delete-selection-mode.
8488
8489 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8490
8491 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8492 is in the tool bar.
8493
8494 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8495 with `no-dir'; we want the directory part to be able to remove it.
8496
8497 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8498
8499 * textmodes/outline.el (outline-flag-region):
8500 Don't bind inhibit-read-only since we don't modify the buffer.
8501 (outline-isearch-open-invisible): Don't jump to overlay-start
8502 since we're trying to unhide text around point.
8503 (outline-discard-overlays): Use dolist.
8504
8505 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8506
8507 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8508
8509 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
8510
8511 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8512
8513 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8514 Fix ARG regexp to skip quoted braces.
8515 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8516 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8517 are (correctly) handled separately).
8518 Remove `caption' and `footnote' from `citations': they contain text.
8519 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8520 (latex-skeleton-end-hook): New function.
8521 (latex-mode): Use it.
8522 (tex-start-tex-marker): Remove.
8523 (tex-send-tex-command): Don't set tex-start-tex-marker.
8524 (tex-error-parse-syntax-table): New var.
8525 (tex-compilation-parse-errors): Use it.
8526 Ignore tex-start-tex-marker. Don't bother with marker-position.
8527 (tex-validate-buffer): Don't bother with marker-position.
8528
8529 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
8530 (flyspell-generic-progmode-verify): Use it.
8531
8532 2000-11-22 Sam Steingold <sds@gnu.org>
8533
8534 * simple.el (delete-trailing-whitespace): New interactive function.
8535
8536 * progmodes/ada-mode.el (ada-mode): Use it instead of
8537 `ada-remove-trailing-spaces'.
8538 (ada-remove-trailing-spaces): Removed.
8539
8540 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
8541
8542 * textmodes/picture.el (picture-clean): Removed.
8543 (picture-mode-exit): Call it instead of `picture-clean'.
8544
8545 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8546
8547 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8548
8549 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8550 jit-lock-fontify-buffer; it should anyway be unneccessary to
8551 do anything special when jit-lock is active.
8552 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8553
8554 2000-11-22 Dave Love <fx@gnu.org>
8555
8556 * calendar/todo-mode.el (todo-top-priorities): Use
8557 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8558
8559 * language/chinese.el, language/cyrillic.el:
8560 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8561 * language/hebrew.el, language/indian.el, language/japanese.el:
8562 * language/korean.el, language/lao.el, language/misc-lang.el:
8563 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8564 Use provide.
8565
8566 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8567 (custom-variable-set): Improve validation error mesage.
8568
8569 * rect.el (string-rectangle): Revert last change.
8570 (string-rectangle-line): New arg DELETE.
8571 (string-rectangle): Check delete-selection-mode.
8572
8573 * emacs-lisp/edebug.el (edebug-version)
8574 (edebug-maintainer-address): Deleted.
8575 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8576 (edebug-read-function): Account for other `'#' read forms.
8577 (edebug-mode-menus): Make some items toggles.
8578 (edebug-outside-unread-command-event, unread-command-event):
8579 Remove these to avoid warnings.
8580
8581 2000-11-22 David Ponce <david@dponce.com>
8582
8583 * recentf.el (recentf-menu-items-for-commands)
8584 (recentf-make-menu-items, recentf-make-menu-item)
8585 (recentf-filter-changer): Added :help and :active menu-item properties.
8586
8587 (recentf-build-dir-rules, recentf-dump-variable)
8588 (recentf-edit-list, recentf-open-files-item)
8589 (recentf-open-files): Replaced unnecessary `mapcar' with new
8590 built-in `mapc'.
8591
8592 2000-11-23 Miles Bader <miles@gnu.org>
8593
8594 * faces.el (menu): Make inverse-video on ttys too.
8595
8596 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8597
8598 * simple.el (comment-line-break-function): Use the new name
8599 indent-new-comment-line -> comment-indent-new-line.
8600 (clone-indirect-buffer): Don't ignore NORECORD.
8601 (next-completion): Properly handle the case where items are adjacent.
8602
8603 * mouse.el (popup-menu): Stupid typo.
8604
8605 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8606
8607 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8608 maintainer, keywords tags.
8609
8610 * rect.el (replace-rectangle): Don't call string-rectangle-line
8611 with too many arguments.
8612
8613 2000-11-22 Andre Spiegel <spiegel@gnu.org>
8614
8615 * ediff-util.el (ediff-file-checked-out-p)
8616 (ediff-file-checked-in-p): Call vc-state instead of
8617 vc-locking-user, which no longer exists.
8618
8619 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8620
8621 2000-11-22 Dave Love <fx@gnu.org>
8622
8623 * md5.el (md5): Provide.
8624 (md5): Fix error call.
8625
8626 2000-11-22 Miles Bader <miles@gnu.org>
8627
8628 * textmodes/refill.el (refill-adjust-ignorable-overlay)
8629 (refill-fill-paragraph-at): Remove debugging code.
8630
8631 * calendar/calendar.el (generate-calendar-window): When we don't
8632 call `fit-window-to-buffer', make sure the top line is fully visible.
8633
8634 * image-file.el (insert-image-file): Don't make `read-only'
8635 property rear-nonsticky.
8636
8637 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8638 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8639 stashing away its original value.
8640 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8641 in the recursive edit.
8642 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8643 (isearch-done): Restore `minibuffer-message-timeout'.
8644
8645 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8646
8647 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8648
8649 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8650
8651 * find-lisp.el (find-lisp-find-files-internal):
8652 Use dolist, when and file-name-as-directory.
8653
8654 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
8655 (define-derived-mode, define-minor-mode): Add specs.
8656
8657 * window.el: General comment and spacing fixes.
8658 (save-selected-window): Use backquotes.
8659 (window-safely-shrinkable-p): New function.
8660 (shrink-window-if-larger-than-buffer): Use it.
8661
8662 * subr.el (make-local-hook): Docstring fix.
8663
8664 * shell.el (shell-mode): Use define-derived-mode.
8665
8666 * newcomment.el (comment-indent): Insert comment before calling
8667 comment-indent-function. Don't insert in column 0.
8668 (comment-dwim): Indent before inserting comment.
8669
8670 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8671 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8672 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8673 Use mapc rather than map.
8674
8675 * files.el (find-buffer-visiting): Compare all attributes before
8676 declaring two files identical (rather than just their inode-no).
8677 (auto-mode-alist): Use \' rather than $.
8678
8679 * which-func.el: Update maintainer line.
8680
8681 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8682 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8683 (uniquify-buffer-file-name): Use it.
8684
8685 2000-11-22 Miles Bader <miles@gnu.org>
8686
8687 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8688 * simple.el (minibuffer-avoid-prompt): New function.
8689
8690 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8691
8692 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8693
8694 2000-11-21 Miles Bader <miles@gnu.org>
8695
8696 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8697 inclusion of `track-mouse'.
8698
8699 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8700 (refill-adjust-ignorable-overlay): New function.
8701 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8702 only the paragraph's tail if possible.
8703 Update `refill-ignorable-overlay'.
8704 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8705
8706 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8707 point inside the fill-prefix.
8708
8709 * textmodes/refill.el (refill-post-command-function): Don't reset
8710 refill-doit in the case where a self-insertion command doesn't
8711 case a refill. Use `refill-fill-paragraph-at', getting position
8712 from `refill-doit'.
8713 (refill-after-change-function): Set `refill-doit' to END.
8714 (refill-fill-paragraph-at): New function, mostly from old
8715 refill-fill-paragraph.
8716 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8717 (refill-pre-command-function): New function.
8718 (refill-mode): Add it to `pre-command-hook'.
8719
8720 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8721
8722 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8723
8724 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8725 javadoc tags.
8726
8727 2000-11-20 Andre Spiegel <spiegel@gnu.org>
8728
8729 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8730 vc.el).
8731
8732 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
8733 require vc.
8734
8735 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
8736 checkouts.
8737
8738 2000-11-20 Dave Love <fx@gnu.org>
8739
8740 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8741
8742 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
8743
8744 * calculator.el (calculator-paste): Use `if' instead of `and'
8745 and `or'.
8746 (calculator-help): Don't use electric-describe-mode for XEmacs.
8747
8748 2000-11-19 Gerd Moellmann <gerd@gnu.org>
8749
8750 * info.el (info-menu-5): Doc fix.
8751
8752 * textmodes/artist.el: New file.
8753
8754 2000-11-19 Andre Spiegel <spiegel@gnu.org>
8755
8756 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
8757 and differentiate according to checkout model.
8758 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8759 since this function is only concerned with master state.
8760
8761 * vc-hooks.el (vc-workfile-unchanged-p)
8762 (vc-default-workfile-unchanged-p): Moved here from vc.el.
8763
8764 * vc.el (vc-workfile-unchanged-p)
8765 (vc-default-workfile-unchanged-p): See above.
8766
8767 2000-11-19 Miles Bader <miles@gnu.org>
8768
8769 * image-file.el (insert-image-file): Make `intangible' and
8770 `read-only' properties rear-nonsticky too.
8771
8772 2000-11-18 Gerd Moellmann <gerd@gnu.org>
8773
8774 * ps-print.el: Update copyright notice.
8775
8776 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8777 (tooltip-show): Use the offsets.
8778
8779 * bindings.el (mode-line-modified): Fix a typo.
8780 (mode-line-toggle-modified, mode-line-widen)
8781 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8782
8783 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8784
8785 * ps-print.el (toplevel): Test for find-coding-system being
8786 fboundp before calling ps-x-find-coding-system.
8787
8788 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8789
8790 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8791 (vc-version-backup-file): Docstring fix.
8792
8793 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8794
8795 * files.el (basic-save-buffer): Don't add a newline if
8796 find-file-literally is non-nil.
8797 (find-file-literally): Extend doc string.
8798
8799 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8800 sort(1) with the `-f' argument.
8801
8802 2000-11-16 Andre Spiegel <spiegel@gnu.org>
8803
8804 * vc.el: Updated backend documentation.
8805 (vc-default-check-headers): New function.
8806
8807 * vc-{cvs,rcs,sccs}.el: Functions reordered.
8808
8809 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8810 up-to-date.
8811 (vc-do-command): In the asynchronous case, output messages only if
8812 the minibuffer is not active.
8813
8814 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8815 `vc-cvs-use-edit' is on.
8816 (vc-cvs-checkout): When this is used for reverting the workfile,
8817 make a backup of the original contents and revert to that in case
8818 of error.
8819 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
8820 remote repositories.
8821
8822 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8823 for both version and ratio in the minibuffer.
8824
8825 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8826 Use vc-do-command to perform the annotation, not call-process.
8827
8828 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8829
8830 * international/quail.el (quail-start-translation): Don't call
8831 `message' before reading key sequence.
8832
8833 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8834
8835 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8836
8837 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8838
8839 * window.el (fit-window-to-buffer): Be sure to acquire at least
8840 one text line even if the buffer is empty.
8841
8842 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8843
8844 * net/ange-ftp.el (ange-ftp-file-writable-p)
8845 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8846 Bind ange-ftp-process-verbose to nil.
8847
8848 2000-11-15 Dave Love <fx@gnu.org>
8849
8850 * wid-edit.el (widget-specify-field, widget-specify-button):
8851 If :help-echo is a function, set help-echo of overlay to
8852 widget-mouse-help.
8853 (widget-mouse-help): New function.
8854 (widget-echo-help): Rewritten for :help-echo functions only taking
8855 a widget arg.
8856
8857 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8858 Use display-graphic-p.
8859 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8860 and that JPEG is available.
8861 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8862
8863 * international/mule-cmds.el (locale-charset-language-names):
8864 Match @euro.
8865
8866 2000-11-15 Gerd Moellmann <gerd@gnu.org>
8867
8868 * faces.el (face-set-after-frame-default):
8869 If `inhibit-default-face-x-resources' is bound, don't intialize the
8870 default face from X resources.
8871
8872 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8873
8874 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8875 Don't set EMACSLOADPATH.
8876
8877 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8878
8879 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8880 texinfo-insert-@url.
8881 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8882 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8883
8884 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8885
8886 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8887 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8888 (checkdoc-minor-keymap): Backward compatibility.
8889 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8890 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8891 (checkdoc-this-string-valid-engine): Be a bit more strict
8892 to avoid matching substrings of `...' quoted vars/funs.
8893 (checkdoc-defun-info): Only look for `interactive' if alone.
8894 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8895
8896 * progmodes/compile.el (grep): `tag-default' can be nil.
8897
8898 * newcomment.el (comment-indent): Paren typo.
8899
8900 2000-11-14 Dave Love <fx@gnu.org>
8901
8902 * calculator.el: New maintainer version.
8903
8904 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
8905
8906 * cmuscheme.el: Doc fixes.
8907 (cmuscheme) <defgroup>: Use `scheme' as parent.
8908 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8909
8910 * xscheme.el (scheme-program-name): Don't define here.
8911
8912 * progmodes/scheme.el (scheme-program-name): New variable
8913 (originally in cmuscheme).
8914
8915 2000-11-14 Miles Bader <miles@gnu.org>
8916
8917 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8918 Handle header-lines. Don't loop forever if we can't enlarge the
8919 window anymore. Simplify a bit.
8920
8921 2000-11-14 Kenichi Handa <handa@etl.go.jp>
8922
8923 * window.el (fit-window-to-buffer): Don't check
8924 window-text-height. Assure that the last line is fully visible.
8925
8926 * international/quail.el (quail-show-guidance-buf):
8927 Call fit-window-to-buffer to assure the enough height of the guidance
8928 buffer.
8929 (quail-update-guidance): Avoid making the guidance buffer shorter.
8930
8931 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8932
8933 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8934 rather than `prepend' and add an interesting comment.
8935 (tex-math-face, tex-font-lock-syntactic-face-function):
8936 New face and function to use it.
8937 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8938 than `menu-enable' symbol property.
8939 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8940 (tex-mode): Add some latex-mode commands for auto-selection.
8941 Use tex-font-lock-syntactic-face-function.
8942 (tex-insert-quote): Simplify.
8943 (tex-shell): New mode.
8944 (tex-start-shell): Use it.
8945 (tex-shell-proc, tex-shell-buf): New functions.
8946 (tex-send-command): Use it.
8947 (tex-main-file): Fix the meaning of the new arg REALFILE.
8948 (tex-send-tex-command): New function split from `tex-start-tex'.
8949 Set compilation-last-buffer and compilation-parsing-end.
8950
8951 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8952 when it follows non-comment text on the line.
8953
8954 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8955 Set font-lock-defaults.
8956 (lisp-mode-shared-map): Init inside the defvar.
8957 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8958 Use define-derived-mode.
8959
8960 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8961
8962 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8963
8964 2000-11-14 Gerd Moellmann <gerd@gnu.org>
8965
8966 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8967 Don't recursively optimize body because that can lead to infinite
8968 recursion; see comment there.
8969
8970 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8971
8972 * faces.el (face-spec-set-match-display): Revert the change from
8973 2000-10-24. Add a FIXME for after v21.1.
8974
8975 2000-11-13 Miles Bader <miles@gnu.org>
8976
8977 * textmodes/fill.el (skip-line-prefix): New function.
8978 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8979 (fill-paragraph): Don't leave point inside the fill-prefix.
8980 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8981 point inside the fill-prefix.
8982
8983 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8984
8985 * calendar/calendar.el (generate-calendar-window):
8986 Use `fit-window-to-buffer'.
8987
8988 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8989
8990 * gud.el (gud-minor-mode): New var.
8991 (gud-symbol, gud-val): New functions.
8992 (gud-find-file): Copy gud-minor-mode to the new buffer.
8993 (gud-menu-map): Include entries for commands that are not always
8994 available, using :enable to (de)activate them.
8995 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8996 (gud-mode-map): New map.
8997 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
8998 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8999 Don't set up gud's menu (it's done by the minor-mode).
9000 (gud-minibuffer-local-map): New.
9001 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
9002 (gud-query-cmdline): New function.
9003 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
9004 (gud-mode): Use define-derived-mode.
9005 Don't set up gud's menu (it's done by the minor-mode).
9006 (gud-chop-words): Remove.
9007 (gud-common-init): Use split-string instead.
9008 (gud-new-keymap, gud-make-debug-menu): Eradicate.
9009
9010 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9011 Add keyword arg :name.
9012
9013 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
9014 (diff-count-matches, diff-split-hunk): New functions.
9015 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
9016
9017 * pcvs-info.el (cvs-fi-conflict-face): New var.
9018
9019 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
9020 Make it into a simple syntax-table, shared among all submodes.
9021 (sh-heredoc-face): Re-introduce.
9022 (sh-font-lock-syntactic-face-function): New function.
9023 (sh-mode): Use it. Also use define-derived-mode.
9024 Remove old bogus setting of indent-region-function.
9025 (sh-set-shell): Don't set the syntax-table any more.
9026 (sh-mode-syntax-table) <defun>: Remove.
9027
9028 2000-11-12 Miles Bader <miles@gnu.org>
9029
9030 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
9031 message if interactive.
9032
9033 2000-11-12 Dave Love <fx@gnu.org>
9034
9035 * mail/feedmail.el: Fix header,
9036 (feedmail) <defgroup>: Add :link.
9037
9038 * view.el: Use local-map property, not keymap on mode-line string.
9039
9040 * scroll-all.el (scroll-all-mode): Customize variable.
9041 Add autoload cookie to function.
9042
9043 * lazy-lock.el: Remove compatibility code.
9044
9045 * finder.el (finder-known-keywords): Add `files', remove `vms'.
9046 (finder-help-echo): New variable.
9047 (finder-mouse-face-on-line): Add help-echo stuff.
9048 (finder-list-keywords, finder-list-matches): Use mapc.
9049
9050 * faces.el (face-font-registry-alternatives): Add :version.
9051
9052 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
9053 tags-table-list.
9054
9055 * net/browse-url.el (browse-url-browser-function): Update :version.
9056
9057 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
9058 (mail-mode): Use [:alnum:] in some regexps.
9059
9060 2000-11-10 Dave Love <fx@gnu.org>
9061
9062 * ediff.el (ediff-regions-internal, ediff-documentation):
9063 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
9064 fundamental mode.
9065
9066 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
9067 buffer into fundamental mode.
9068 (ediff-set-difference): Use copy-sequence if available.
9069
9070 * ediff-ptch.el (ediff-dispatch-file-patching-job):
9071 Check ediff-patch-map non-nil.
9072 (ediff-fixup-patch-map, ediff-fixup-patch-map)
9073 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
9074 buffer into fundamental mode.
9075
9076 * ediff-merg.el (state-or-merge): Defvar when compiling.
9077
9078 2000-11-10 Jason Rumney <jasonr@gnu.org>
9079
9080 * w32-fns.el (w32-add-charset-info): New function.
9081 (w32-charset-info-alist): Use it.
9082
9083 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9084
9085 * faces.el (face-font-registry-alternatives): New user-option.
9086
9087 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
9088
9089 * textmodes/texinfo.el (texinfo-block-default): New var.
9090 (texinfo-insert-block): Use it. Insert a newline if needed.
9091
9092 * textmodes/fill.el (fill-indent-according-to-mode): New var.
9093 (fill-region-as-paragraph): Use it.
9094
9095 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
9096 (latex-mode): Tweak tex-*-(head|trail)er regexps.
9097 Tweak paragraph regexps to allow a leading [ \t]*.
9098 (tex-latex-block): Insert a newline if necessary.
9099 (latex-insert-item): Only insert a newline if necessary.
9100 (tex-guess-main-file): New function.
9101 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
9102 Set tex-main-file if TeX-master is provided.
9103 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
9104
9105 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9106
9107 * startup.el (command-line): Set the default tooltip-mode
9108 to t for graphical displays which implement x-show-tip.
9109
9110 * tooltip.el (tooltip-mode): Add a comment about startup.el
9111 setting the default value of this user-option.
9112
9113 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
9114
9115 * font-lock.el (font-lock-*-face) <defvar>: Move.
9116 (font-lock-defaults-alist): Mark obsolete.
9117 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
9118 (font-lock-mode): Use define-minor-mode.
9119 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
9120 (font-lock-turn-off-thing-lock): Be more explicit.
9121 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
9122 (font-lock-syntactic-face-function): New var.
9123 (font-lock-fontify-syntactically-region): Use it.
9124 (font-lock-doc-face): New.
9125
9126 * pcvs.el (cvs-enabledp): Ignore errors.
9127 (cvs-commit-filelist): Never query.
9128 (cvs-mode-insert): Always add a terminating / in the initial prompt.
9129 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
9130 (cvs-do-removal): Use cvs-partition rather than delete-if.
9131 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9132 cvs-bury-buffer.
9133
9134 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9135 Allow `next' to jump to after the end of the last match.
9136
9137 2000-11-09 Gerd Moellmann <gerd@gnu.org>
9138
9139 * simple.el (byte-compiling-files-p): New function.
9140
9141 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
9142 if it is there.
9143
9144 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9145 nil again.
9146
9147 * textmodes/ispell.el (ispell-library-path): Don't call
9148 check-ispell-version when byte-compiling because that starts
9149 an ispell process, and ispell might not be installed.
9150 (toplevel): Don't set up a menu when byte-compiling.
9151
9152 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9153 it, so that a boundp test can be used to determine if we're
9154 currently byte-compiling.
9155
9156 2000-11-09 Dave Love <fx@gnu.org>
9157
9158 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
9159
9160 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9161
9162 * ps-print.el: Patch for variable initialization when spooling.
9163 Doc fix.
9164 (ps-output-list): Fun eliminated.
9165 (ps-begin-file, ps-begin-job): Code fix.
9166
9167 2000-11-08 Dave Love <fx@gnu.org>
9168
9169 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9170
9171 2000-11-08 Gerd Moellmann <gerd@gnu.org>
9172
9173 * simple.el (shell-command, display-message-or-buffer)
9174 (shell-command-on-region): Mention resize-mini-windows in the doc
9175 string.
9176 (display-message-or-buffer): Take the value of resize-mini-windows
9177 into account.
9178
9179 2000-11-07 Gerd Moellmann <gerd@gnu.org>
9180
9181 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
9182
9183 * dired.el (dired-between-files): Add `^. find' as an alternative
9184 to the regular expression, for find-dired.
9185
9186 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9187
9188 * textmodes/texnfo-upd.el: Require texinfo.
9189 (defmacro, defgroup): Remove.
9190 (texinfo-section-to-generic-alist): Remove.
9191 Use texinfo-section-list instead (i.e. level is changed string->int).
9192 (texinfo-filter): New function.
9193 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
9194 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
9195 Use it. And use regexp-opt.
9196 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
9197 (texinfo-update-menu-region-beginning)
9198 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
9199 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
9200 (texinfo-update-menu-same-level-regexps): Update.
9201 (texinfo-update-node, texinfo-every-node-update)
9202 (texinfo-sequential-node-update): Remove autoload cookie.
9203
9204 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
9205 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
9206 (texinfo-chapter-level-regexp): Remove.
9207 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
9208
9209 2000-11-06 Dave Love <fx@gnu.org>
9210
9211 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
9212
9213 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9214 Match defun*.
9215
9216 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9217
9218 * composite.el (composition-function-table): Variable declaration
9219 moved to src/composite.c.
9220 (compose-chars-after): New optional arg object.
9221
9222 2000-11-06 Gerd Moellmann <gerd@gnu.org>
9223
9224 * bindings.el (mode-line-toggle-read-only)
9225 (mode-line-toggle-modified, mode-line-widen)
9226 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9227 (make-mode-line-mouse2-map): Rewritten.
9228 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9229 functions so that C-h k can show something with a doc string.
9230
9231 * startup.el (fancy-splash-delay): Set to 10 seconds.
9232 (fancy-splash-max-time): New user-option.
9233 (fancy-splash-stop-time): New variable.
9234 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9235 (fancy-splash-screens-1): Throw `stop-splashing' when current
9236 time is greater than fancy-splash-stop-time.
9237
9238 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9239
9240 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9241
9242 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9243 Prompt user for a file rather than raising an error.
9244 (cvs-enabledp): Fix call to cvs-mode-marked.
9245 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9246 (cvs-mode-insert): Use it. Change the init prompt' value.
9247 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9248
9249 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9250 Don't pass default arg to ewoc-locate.
9251 (ewoc-collect): Return result in the right order.
9252
9253 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9254
9255 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9256 (cvs-status-get-tags): Fix regexp.
9257 (cvs-status-trees, cvs-status-cvstrees):
9258 Combine after change hooks and don't sit-for.
9259 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9260 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
9261 Use make-char rather than hard-coded cryptic data.
9262 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9263
9264 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9265
9266 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9267 (cvs-insert-strings): New function.
9268
9269 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9270
9271 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9272 `mwheel-scroll-amount'.
9273 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9274 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9275 string-matching against the version string.
9276
9277 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9278
9279 * language/thai.el ("Thai"): Set a lisp form that produces
9280 composed string in `sample-text' language info.
9281
9282 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9283 composed string in `sample-text' language info.
9284
9285 * international/mule-cmds.el (describe-language-environment):
9286 Eval `sample-text' data and insert the result.
9287
9288 * international/mule-conf.el (compound-text): Define this coding
9289 system here. Make x-ctext and ctext aliases of it.
9290
9291 * language/european.el (compound-text, ctext): Moved to
9292 international/mule-conf.el.
9293
9294 2000-11-05 Andrew Innes <andrewi@gnu.org>
9295
9296 * w32-fns.el (w32-version): New function.
9297
9298 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9299
9300 * progmodes/awk-mode.el: Update copyright.
9301 (awk-mode-abbrev-table): Remove.
9302 (awk-font-lock-keywords): Use regexp-opt.
9303 (awk-mode): Use define-derived-mode.
9304
9305 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9306 when extracting a suffix.
9307
9308 2000-11-04 Andre Spiegel <spiegel@gnu.org>
9309
9310 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9311 auto-save-mode.
9312
9313 2000-11-04 Jason Rumney <jasonr@gnu.org>
9314
9315 * language/european.el (decode-mac-roman): Test against r1 not r0.
9316
9317 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9318
9319 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9320 (icon-mode): Define indent-line-function.
9321 (icon-comment-indent): Simplify.
9322 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9323
9324 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9325
9326 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9327 Bind change-log-default-mode to defeat the caching done on it.
9328 Don't bother saving excursion any more.
9329
9330 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9331
9332 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9333 (set-frame-font): Use the new name (and the old for compatibility).
9334
9335 * toolbar/tool-bar.el (tool-bar-mode):
9336 * time.el (display-time-mode):
9337 * recentf.el (recentf-mode):
9338 * paren.el (show-paren-mode):
9339 * mwheel.el (mouse-wheel-mode):
9340 * msb.el (msb-mode):
9341 * jka-compr.el (auto-compression-mode):
9342 * image-file.el (auto-image-file-mode):
9343 * hl-line.el (hl-line-mode):
9344 * delsel.el (delete-selection-mode):
9345 * autoinsert.el (auto-insert-mode):
9346 * complete.el (partial-completion-mode): Drop unneeded positional args.
9347
9348 * info.el (Info-mode):
9349 * comint.el (comint-mode): Don't bother with make-local-hook.
9350
9351 * log-edit.el (log-edit-menu): New menu.
9352
9353 2000-11-03 Miles Bader <miles@gnu.org>
9354
9355 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9356 definition, so that trailing spaces are handled properly.
9357 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9358
9359 2000-11-03 Gerd Moellmann <gerd@gnu.org>
9360
9361 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9362 tab character.
9363 (fancy-splash-screens): Set tab-width to 20.
9364
9365 2000-11-03 Dave Love <fx@gnu.org>
9366
9367 * comint.el (comint-completion-addsuffix): Fix custom type.
9368
9369 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9370
9371 * font-lock.el (font-lock-buffers): Remove.
9372 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9373 (font-lock-change-major-mode): Remove.
9374 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9375 (font-lock-default-fontify-region): Extend the multiline
9376 fontification to whole lines.
9377 (font-lock-fontify-anchored-keywords)
9378 (font-lock-fontify-keywords-region): If matching just one
9379 line (with \n) only mark the \n as multiline.
9380
9381 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9382 Correctly handle the case where several :group args are supplied.
9383 Allow :extra-args.
9384 (easy-mmode-define-global-mode): Allow :extra-args.
9385 Correctly handle the case where several :group args are supplied.
9386
9387 2000-11-02 Miles Bader <miles@gnu.org>
9388
9389 * calendar/calendar.el (diary-face, calendar-today-face)
9390 (holiday-face): Remove dependency on `window-system'.
9391
9392 2000-11-02 Ken Raeburn <raeburn@gnu.org>
9393
9394 * Makefile.in (emacs): Set EMACSLOADPATH always.
9395 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9396 (compile-files): Bomb out if compilation of a file fails.
9397
9398 2000-11-02 Dave Love <fx@gnu.org>
9399
9400 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9401
9402 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9403
9404 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9405 punctuation in the warning inserted into the *mail* buffer.
9406
9407 2000-11-02 Gerd Moellmann <gerd@gnu.org>
9408
9409 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9410 (authors-public-domain-p): New function.
9411 (authors-print): Use it.
9412
9413 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9414
9415 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9416
9417 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9418
9419 * ps-print.el: Extension for even/odd printing. Doc fix.
9420 (ps-print-version): New version number (6.3.1).
9421 (ps-even-or-odd-pages): Customization fix.
9422 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9423 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9424 (ps-page-count): Var replaced by `ps-page-column'.
9425 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9426 (ps-print-sheet-p): New fun.
9427
9428 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9429
9430 * tooltip.el (tooltip-gud-tips-setup): New function.
9431 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9432 (tooltip-mode): Call tooltip-gud-tips-setup.
9433 (tooltip-gud-tips): Use `gud-basic-call' instead of
9434 process-send-string, so the prompt gets frobbed appropriately.
9435 Handle nil return value from `tooltip-gud-print-command'.
9436
9437 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9438
9439 * comint.el (comint-add-to-input-history): New function.
9440 (comint-send-input): Use `comint-add-to-input-history'.
9441
9442 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9443
9444 * info.el (info-menu-header): New face.
9445 (Info-fontify-menu-headers): New function.
9446 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9447
9448 * info.el (Info-insert-dir): Don't include blank lines at
9449 beginning of additional dir files (one is added automatically).
9450
9451 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9452
9453 * emacs-lisp/easy-mmode.el (define-minor-mode):
9454 Revert the latest changes.
9455 Allow the three positional arguments to be skipped and replaced
9456 by keyword arguments.
9457 Add a :toggle argument to determine whether a nil arg means toggle
9458 or means turn-on. The default is unchanged.
9459 Add a call to force-mode-line-update.
9460
9461 2000-11-01 Dave Love <fx@gnu.org>
9462
9463 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
9464
9465 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9466
9467 * calendar/calendar.el (diary-face, holiday-face):
9468 Add dark-background variants.
9469
9470 2000-10-31 Sam Steingold <sds@gnu.org>
9471
9472 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9473 `tex-main-file' does not have directory in it.
9474
9475 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9476
9477 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9478
9479 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9480
9481 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9482 functional change.
9483
9484 2000-10-31 Gerd Moellmann <gerd@gnu.org>
9485
9486 * files.el (find-file-noselect): When we expand a wildcard, return
9487 a list of buffers, as we should do according to the doc string.
9488
9489 2000-10-31 Ken Raeburn <raeburn@gnu.org>
9490
9491 * loadup.el (top level): Adjust load path if program name is
9492 "../src/bootstrap-emacs", in case it's not dumped and thus the
9493 load path adjustment hasn't already been done.
9494
9495 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9496
9497 * ps-print.el: Fix bug on selected pages for printing.
9498 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
9499 is on. Try to avoid warning messages when compiling. Doc Fix.
9500 (ps-print-version): New version number (6.3).
9501 (ps-color-device): Use `color-values' to determine if device
9502 supports color.
9503 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9504 (ps-print-page-p): Changed from defsubst to defun.
9505 (ps-page-number): Changed from defmacro to defun.
9506 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9507 printing.
9508 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
9509 (ps-end-file, ps-dummy-page): Funs eliminated.
9510 (ps-print-color-scale): Changed default value.
9511 (ps-page-n-up, ps-print-page-p): New internal vars.
9512 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9513 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9514
9515 * delim-col.el: Little programming improvement.
9516 (delimit-columns-str): New macro.
9517 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9518
9519 2000-10-31 Kenichi Handa <handa@etl.go.jp>
9520
9521 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9522 Moved to european.el.
9523 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9524 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9525 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9526 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
9527
9528 2000-10-30 Dave Love <fx@gnu.org>
9529
9530 * progmodes/cc-menus.el (imenu-generic-expression)
9531 (imenu-progress-message): Only defvar when compiling.
9532
9533 * emacs-lisp/elp.el (elp-unload-hook): New function.
9534
9535 * loadhist.el (unload-feature): Call elp-restore-function,
9536 checking for symbols; don't use elp-restore-all.
9537 (loadhist-hook-functions): Doc fix.
9538
9539 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9540
9541 * log-edit.el (log-edit-confirm): Fix the default.
9542
9543 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9544
9545 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9546 delimit-columns-format.
9547 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9548
9549 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9550
9551 * comint.el (comint-replace-by-expanded-history): Don't use
9552 comint-get-old-input (we're not looking at *old* input).
9553 (comint-get-old-input-default): If using fields, signal an error
9554 when the point is not in an input field.
9555
9556 2000-10-30 Kenichi Handa <handa@etl.go.jp>
9557
9558 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9559 and mule-unicode-e000-ffff.
9560
9561 * international/mule.el (decode-char, encode-char): New functions.
9562 (make-coding-system): Accept a symbol of translation table as a
9563 value of property `safe-chars'.
9564
9565 * international/mule-cmds.el (encode-coding-char): Check property
9566 safe-chars instead of safe-charsets.
9567
9568 * international/fontset.el (fontset-default): Modified for
9569 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9570 (x-font-name-charset-alist): Likewise.
9571 (ccl-encode-unicode-font): New CCL program. Record it in
9572 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9573
9574 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9575 New translation tables.
9576 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9577 programs are modified and moved from mac-win.el.
9578 (mac-roman): Definition of this coding system is modified and
9579 moved from mac-win.el.
9580
9581 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9582
9583 * ediff-wind.el (ediff-setup-control-frame): Enclose
9584 face-attribute in condition-case to avoid errors in older emacsen.
9585
9586 2000-10-29 Miles Bader <miles@gnu.org>
9587
9588 * custom.el (custom-add-to-group): Allow multiple entries for a
9589 given value OPTION, as long as their widget types are different.
9590 * cus-edit.el (custom-face-value-create): If face name doesn't end
9591 with "face", add such here (similar to custom group widgets).
9592
9593 * comint.el (comint-highlight-prompt): Add :type.
9594
9595 2000-10-28 John Wiegley <johnw@gnu.org>
9596
9597 * calendar/timeclock.el (timeclock-log): Doc fix.
9598 (timeclock-last-event): Doc fix.
9599 (timeclock-log): Kill the timelog buffer after appending a new event.
9600 (timeclock-find-discrep): Use a temp buffer to read in the
9601 timelog, instead of visiting the file.
9602 (timeclock-log-data): A new function, along with a host of helper
9603 functions, for the purpose of making timelog data accessible to
9604 programmers.
9605
9606 * eshell/esh-mode.el (window-height test): Make certain that
9607 `eshell-stringify-t' is non-nil.
9608 (eshell-password-prompt-regexp): Changed to a much simpler
9609 password regexp.
9610 (eshell-send-input): If `eshell-invoke-directly' returns t,
9611 directly invoke the parsed command using `eval'. This improves
9612 turn-around time on simple commands by a factor of three or
9613 greater, such as cd, ls, pwd, etc. -- which get used very often.
9614 It also conserves thousands of cons cells per call (since
9615 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9616 in the Pacific Cookie Company).
9617
9618 * eshell/esh-test.el (eshell-test): Whitespace fix.
9619
9620 * eshell/em-ls.el (eshell-ls-insert-directory):
9621 Make `eshell-ls-initial-args' nil when inserting directory contents.
9622
9623 * eshell/em-script.el (eshell-script-initialize): Add names to
9624 `eshell-complex-commands, since `source' and `.' are complex.
9625
9626 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9627 (eshell-rewrite-while-command): Use `eshell-protect' instead of
9628 `eshell-copy-handles'.
9629 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9630 bodies.
9631 (eshell-separate-commands): Whitespace fix.
9632 (eshell-complex-commands): Added a new list of names, for
9633 determining whether a given command is as simple as it looks.
9634 (eshell-invoke-directly): New function. Returns t if a command
9635 should be invoked directly (using `eval'), rather than indirectly
9636 using `eshell-do-eval'.
9637 (eshell-do-eval): Whitespace fix.
9638
9639 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9640 which provides an emulation of the DOS shell behavior of assuming
9641 that cp/mv/ln should copy/move/link to the current directory.
9642 (eshell-remove-entries): Added a doc string.
9643 (eshell-shuffle-files): Removed the check for `target' being null.
9644 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9645 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9646 it to do a smarter check of whether a destination was provided.
9647 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9648 (eshell/ln): Enable `:preserve-args', and use
9649 `eshell-mvcpln-template' to implement the body of the function.
9650 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9651 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
9652 list after flattening it. This makes it possible to cat files
9653 with numerical names.
9654 (eshell-unix-initialize): Added several names to
9655 `eshell-complex-commands.
9656 (eshell-unix-command-complex-p): Return t if a given command name
9657 may result in external processes being invoked.
9658
9659 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9660 variable nil by default, since it slows down glob processing by a
9661 factor of two or more, and increases memory consumption.
9662
9663 * eshell/em-smart.el: Added a note about how memory consumptive
9664 smart display mode can be (at least this is true in Emacs 21).
9665 (eshell-smart-initialize): Whitespace fix.
9666 (eshell-refresh-windows): Use `if' instead of `when'.
9667 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9668 not necessary.
9669 (eshell-currently-handling-window): Added a missing global variable.
9670
9671 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9672 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9673 Whitespace fix.
9674 (eshell-ls-exclude-hidden): Added this variable in addition to
9675 `eshell-ls-exclude-regexp'. This one prevents files beginning
9676 with . from even being read, which can improve memory consumption
9677 quite a bit.
9678 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9679 read file entries beginning with a dot. In home directories with
9680 lots of hidden files, fully two-thirds of the time spent in ls is
9681 used to read directory entries that are immediately thrown away.
9682 (eshell-ls-initial-args): Added back this configuration variable,
9683 for specifying default initial arguments to every call to ls.
9684 Much faster than using an alias to do the same thing.
9685 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9686 (eshell-ls-dir): Whitespace change.
9687
9688 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9689
9690 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
9691 (eshell-stringify-t): Added a customization variable, to indicate
9692 whether `t' should be rendered as a string at all. If not, one
9693 can still determine if the result of an expression is true using
9694 "file-exists-p FILE && echo true".
9695 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9696 stringify t!
9697
9698 * eshell/esh-module.el: Whitespace fix.
9699
9700 * eshell/em-alias.el (eshell-alias-initialize):
9701 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
9702 (eshell-command-aliased-p): New function that returns t if a
9703 command name names an aliased.
9704
9705 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9706
9707 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
9708 redrawing the screen when changing cursor color.
9709 (viper-insert-state-pre-command-sentinel)
9710 (viper-replace-state-pre-command-sentinel)
9711 (viper-replace-state-post-command-sentinel):
9712 Use viper-preserve-cursor-color.
9713 Many functions changed to use viper= instead of = when comparing
9714 characters.
9715 * viper-util.el (viper-memq-char,viper=): New functions for
9716 working with characters.
9717 (viper-change-cursor-color): Fixed buglet.
9718 Many functions changed to use viper= instead of = when comparing
9719 characters.
9720 * viper.el (viper-insert-state-mode-list): Added eshell.
9721
9722 * ediff-init.el (ediff-before-setup-hook): New hook.
9723 Several typos fixed in various docstrings.
9724 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
9725 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
9726 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9727 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9728 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9729 (ediff-get-selected-buffers): New function.
9730 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
9731 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9732 Use save-window-excursion.
9733 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
9734 termination check in while loop.
9735 * ediff.el (ediff-get-default-file-name): Better defaults when in
9736 dired buffer.
9737 (ediff-files,ediff-merge-files,ediff-files3)
9738 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
9739
9740 2000-10-28 Dave Love <fx@gnu.org>
9741
9742 * info.el (Info-fontify-node): Add help-echo for menu items.
9743
9744 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9745
9746 * startup.el (normal-top-level): If the value of $TERM indicates
9747 we are running from xterm or one of its work-alikes, default to a
9748 light background mode.
9749
9750 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9751 * faces.el (tty-handle-reverse-video): New function.
9752 (tty-create-frame-with-faces): Call it.
9753
9754 * frame.el (frame-notice-user-settings): Don't apply
9755 default-frame-alist and initial-frame-alist to MS-DOS frames.
9756 Call tty-handle-reverse-video, frame-set-background-mode, and
9757 face-set-after-frame-default for non-MS-DOS frames.
9758
9759 * startup.el (tty-long-option-alist): New variable.
9760 (tty-handle-args): New function.
9761 (command-line): Call tty-handle-args.
9762
9763 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9764 startup.el now does that for all character-terminal frames.
9765
9766 2000-10-28 Miles Bader <miles@gnu.org>
9767
9768 * emacs-lisp/easy-mmode.el (define-minor-mode):
9769 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9770 is global. If :global is followed by a non-nil but non-t value,
9771 make the mode buffer-local, but also generate a `global-MODE'
9772 version using `easy-mmode-define-global-mode'.
9773 Add :conditional-turn-on keyword argument.
9774
9775 2000-10-28 Dave Love <fx@gnu.org>
9776
9777 * international/latin1-disp.el (latin1-char-displayable-p):
9778 Don't use window-system.
9779
9780 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9781
9782 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9783 Don't call find-buffer-file-type-coding-system. Instead, just
9784 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9785 if the file is on an untranslated filesystem.
9786 (add-untranslated-filesystem): Use "D" instead of "f" inside
9787 interactive.
9788
9789 2000-10-27 Dave Love <fx@gnu.org>
9790
9791 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
9792 (refill-mode): Use it.
9793
9794 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9795
9796 * international/quail.el (quail-activate): Don't make-local-hook.
9797
9798 2000-10-27 Andre Spiegel <spiegel@gnu.org>
9799
9800 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
9801 manual backups and file.~<rev>.~ for automatic ones.
9802 (vc-make-version-backup): Don't do it on MS-DOS without long file
9803 names.
9804
9805 * vc.el (vc-version-other-window): If an automatic backup of the
9806 desired version exists, rename it instead of copying it.
9807
9808 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9809 after command. If there's an unexpected error, signal it instead
9810 of being silent.
9811 (vc-cvs-merge-news): Be prepared for no news at all.
9812
9813 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9814
9815 * shell.el (shell): Add BUFFER argument.
9816 * comint.el (make-comint-in-buffer): New function.
9817 (make-comint): Use it.
9818
9819 * faces.el (face-spec-choose): Change syntax so that the list of
9820 attribute-value pairs is now the cdr of each clause, not the cadr.
9821 Detect old-style entries, and handle them. Use pop.
9822
9823 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9824
9825 * cus-edit.el (custom-mode-map): Use a sparse map.
9826 (custom-mode): Don't bother with make-local-hook.
9827
9828 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9829
9830 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9831
9832 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9833
9834 * ps-print.el: Avoid compilation gripes.
9835 (ps-print-version): New version number (6.2.1).
9836
9837 2000-10-26 Dave Love <fx@gnu.org>
9838
9839 * menu-bar.el: Modify some menu item help strings.
9840 (menu-bar-help-menu): Add link to MORE.STUFF.
9841
9842 * cus-edit.el (custom-mode): Add `special' mode-class property.
9843
9844 * wid-browse.el (widget-browse-mode): Likewise.
9845
9846 * wid-edit.el (widget-specify-field): Revert to using local-map
9847 property, not keymap.
9848
9849 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9850
9851 * wid-edit.el (widget-field-end): When checking for a `boundary'
9852 field, do so in the correct buffer.
9853
9854 * simple.el (undo): Correctly distinguish between numeric and
9855 non-numeric prefix args in non-transient-mark-mode, as per the doc
9856 string. When in transient-mark-mode, treat all prefix-args as
9857 numeric.
9858
9859 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9860 Position point on match. Handle N == 0 correctly.
9861
9862 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9863 (comint-mode-map): Reverse order of `comint-write-output' and
9864 `comint-append-output-to-file'.
9865 (comint-append-output-to-file): Reinstate this function, for the
9866 benefit of the menu.
9867
9868 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9869
9870 * vc.el (vc-version-other-window): Bind `file'.
9871
9872 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9873
9874 * Makefile.in (update-authors): New target for maintenance purposes.
9875
9876 * emacs-lisp/authors.el (batch-update-authors): New function.
9877 (authors-fixed-entries): New defconst.
9878 (authors-add-fixed-entries): New function.
9879 (authors): Call it.: Don't process lispref/.
9880
9881 2000-10-25 Jason Rumney <jasonr@gnu.org>
9882
9883 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9884 Merge x w32 and mac definitions.
9885
9886 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9887
9888 * menu-bar.el (menu-bar-options-menu): Add a help string for
9889 `uniquify'.
9890
9891 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
9892
9893 * time-stamp.el (time-stamp-string-preprocess):
9894 Fix a wrong type argument error.
9895
9896 2000-10-25 Miles Bader <miles@gnu.org>
9897
9898 * recentf.el (recentf-mode): Variable removed.
9899 (recentf-mode): Use `define-minor-mode'.
9900
9901 * mwheel.el (mouse-wheel-mode): New global minor mode.
9902 (mwheel-install): Use `mouse-wheel-mode'.
9903
9904 2000-10-25 Dave Love <fx@gnu.org>
9905
9906 * progmodes/cperl-mode.el (cperl-mode):
9907 Set normal-auto-fill-function correctly.
9908
9909 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9910 Don't inherit from global-map and don't nullify menu-bar and tool-bar
9911 bindings.
9912
9913 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9914
9915 * wid-edit.el (widget-field-at): New function.
9916 (widget-at, widget-field-activate): Use it.
9917 (widget-tabable-at): Use `widget-at'.
9918 (widget-specify-field): If the terminating character of the widget
9919 field (which is read-only) is a newline, put it into a special
9920 `boundary' field so that C-n/C-p act more naturally.
9921 (widget-field-end): Also don't subtract one if a special
9922 `boundary' field has been added after the widget field.
9923
9924 * comint.el (comint-output-filter, comint-send-input):
9925 Don't bother adding stickiness fields to overlays to fool the field
9926 code, since it should notice the overlay insertion-types now.
9927
9928 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9929 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9930 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9931
9932 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9933
9934 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
9935 (authors): Set file coding system to iso-2022-7bit.
9936 Add file-local variables to output buffer.
9937
9938 * files.el (after-find-file): Don't print any warnings if
9939 WARN is nil.
9940
9941 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9942
9943 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9944
9945 * delim-col.el: Now there is a column formatting mechanism.
9946 Modified to customization mechanisms convention. Doc fix.
9947 (columns): New group for delim-col.
9948 (delimit-columns-before, delimit-columns-after)
9949 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9950 (delimit-columns-end): New vars.
9951 (delimit-columns-customize, delimit-columns-format): New funs.
9952 (delimit-columns-region, delimit-columns-rectangle)
9953 (delimit-columns-rectangle-line): Modified to support column
9954 formatting.
9955
9956 2000-10-24 Dave Love <fx@gnu.org>
9957
9958 * log-edit.el (log-edit): Add :version and a :group for vc.
9959
9960 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9961
9962 * files.el (after-find-file): Don't print a message ``New file''
9963 if WARN is nil.
9964
9965 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9966 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
9967 get duplicate tool-bar entries because we'll see the global ones
9968 on more than one path through keymaps.
9969
9970 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9971
9972 * progmodes/cmacexp.el: Change Francesco's email address.
9973
9974 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9975
9976 * window.el (fit-window-to-buffer): Adjust point of the window
9977 buffer, not that of the current buffer.
9978
9979 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9980
9981 * progmodes/cmacexp.el: Update the euthor's email address.
9982
9983 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9984
9985 * faces.el (face-spec-set-match-display): Add `graphic' display
9986 type (the inverse of `tty'). Use `display-graphic-p' instead of
9987 the window-system variable.
9988
9989 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9990
9991 * international/isearch-x.el (isearch-with-input-method):
9992 Call input-method-function with the first event in
9993 unread-command-events.
9994
9995 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9996
9997 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
9998
9999 2000-10-24 Andrew Choi <akochoi@i-cable.com>
10000
10001 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
10002 New charsets.
10003
10004 * term/mac-win.el: Remove definitions of mac-roman-lower and
10005 mac-roman-upper, require dired, and define instead of set
10006 mac-ready-for-drag-n-drop to avoid compilation error.
10007
10008 2000-10-23 Andrew Innes <andrewi@gnu.org>
10009
10010 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
10011 Remove superfluous calls to subst-char-in-string; instead apply
10012 expand-file-name after convert-standard-filename to ensure
10013 expected directory separators are used.
10014
10015 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
10016
10017 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
10018
10019 2000-10-23 Dave Love <fx@gnu.org>
10020
10021 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
10022 (tool-bar-add-item): Set foreground and background for XBM icons.
10023
10024 * international/latin1-disp.el (latin1-char-displayable-p):
10025 New function (from Handa).
10026 (latin1-display-check-font): Use it.
10027
10028 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
10029 using :key-sequence, making it much more usable.
10030 Use nconc, not append.
10031 (imenu--create-keymap-1): Avoid append.
10032
10033 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
10034
10035 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10036
10037 [the following changes fix a bug where `define-minor-mode' didn't
10038 correctly generate :require clauses for defcustoms in compiled files]
10039 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
10040 (byte-compile-log-file, byte-compile-log-1): Don't set
10041 `byte-compile-current-file' to nil. Instead set
10042 `byte-compile-last-logged-file' to it. Test whether
10043 byte-compile-current-file equals byte-compile-last-logged-file
10044 instead of whether its nil.
10045 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
10046
10047 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
10048
10049 * textmodes/refill.el: Fix var names in doc.
10050 (refill-mode): Don't bother with make-local-hook anymore.
10051
10052 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10053
10054 * faces.el (face-user-default-spec, face-default-spec): New functions.
10055 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
10056 (frame-set-background-mode, face-set-after-frame-default):
10057 Use `face-user-default-spec'. Simplify code slightly.
10058
10059 * woman.el (woman-italic-face, woman-bold-face)
10060 (woman-unknown-face): Add dark-background variants.
10061 (woman-default-faces): Renamed from `woman-colour-faces'.
10062 Set using the stored defaults, rather than using hard-wired colors.
10063 (woman-monochrome-faces): Renamed from `woman-black-faces'.
10064 Just make the foreground `unspecified' rather than "black".
10065 (woman-menu): Rename menu entries accordingly.
10066
10067 * faces.el (header-line): Make more reasonable on mono/grayscale
10068 displays.
10069
10070 2000-10-23 Andrew Choi <akochoi@i-cable.com>
10071
10072 * cus-edit.el (custom-button-face): Use 3D look for mac.
10073 (custom-button-pressed-face): Likewise.
10074
10075 * faces.el (set-face-attributes-from-resources): Handle mac frames
10076 in the same way as x and w32 frames.
10077 (face-valid-attribute-values): Likewise.
10078 (read-face-attribute): Likewise.
10079 (defined-colors): Likewise.
10080 (color-defined-p): Likewise.
10081 (color-values): Likewise.
10082 (display-grayscale-p): Likewise.
10083 (face-set-after-frame-default): Likewise.
10084 (mode-line): Same default face as for x and w32.
10085 (tool-bar): Likewise.
10086
10087 * frame.el: Remove call to frame-notice-user-settings at end of
10088 the file.
10089
10090 * info.el (Info-fontify-node): Make underlines invisible for mac
10091 as for x, pc, and w32 frame types.
10092
10093 * term/mac-win.el: New file.
10094
10095 2000-10-22 Dave Love <fx@gnu.org>
10096
10097 * textmodes/refill.el: New file.
10098
10099 2000-10-22 Andre Spiegel <spiegel@gnu.org>
10100
10101 * vc-hooks.el (vc-version-backup-file-name): New optional args
10102 MANUAL and REGEXP.
10103 (vc-delete-automatic-version-backups, vc-make-version-backup):
10104 New functions.
10105 (vc-before-save): Use the latter.
10106 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
10107 confusion.
10108
10109 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
10110 expected by vc[-hooks].el.
10111
10112 * vc.el (vc-checkout): Added `-p' suffix in call to
10113 vc-make-version-backups-p; use vc-make-version-backup to actually
10114 make the backup.
10115 (vc-version-other-window, vc-version-backup-file): Handle both
10116 automatic and manual backups.
10117 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
10118 of all of them.
10119
10120 2000-10-22 Miles Bader <miles@gnu.org>
10121
10122 * comint.el (comint-highlight-input, comint-highlight-prompt):
10123 Renamed, `-face' at end removed.
10124 (comint-send-input, comint-output-filter): Use renamed faces.
10125
10126 * window.el (fit-window-to-buffer): Change defaulting of
10127 MAX-HEIGHT slightly.
10128
10129 * faces.el (color-values, color-defined-p): Use `member', not
10130 `memq', because it works correctly for strings.
10131 (frame-set-background-mode): Actually, "unspecified-fg" and
10132 "unspecified-bg" *are* strings. Use `member', not `memq', and
10133 `equal', not `eq', when a string value is possible.
10134
10135 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
10136
10137 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
10138
10139 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
10140
10141 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
10142 sh-electric-rparen, sh-electric-less and sh-electric-hash.
10143 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
10144 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
10145 (sh-font-lock-syntactic-keywords): Use them.
10146 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
10147 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
10148 (sh-mode): Don't override font-lock-unfontify-region-function.
10149 Use a copy of sh-font-lock-syntactic-keywords.
10150 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
10151 Don't call sh-scan-buffer since font-lock does it on the fly.
10152 (sh-get-indent-info): Use `face' rather than `syntax-table'
10153 text-property to detect here-documents.
10154 Replace sh-special-syntax with sh-st-punc.
10155 (sh-prev-line): Use `face' rather than `syntax-table'
10156 text-property to skip over here-documents.
10157 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
10158 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
10159 (sh-electric-less, sh-set-here-doc-region)
10160 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
10161 (sh-scan-buffer, sh-rescan-buffer): Remove.
10162
10163 2000-10-21 Andrew Innes <andrewi@gnu.org>
10164
10165 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
10166 remote (ange-ftp) file names.
10167
10168 2000-10-21 Miles Bader <miles@gnu.org>
10169
10170 * window.el (fit-window-to-buffer): New function.
10171 (shrink-window-if-larger-than-buffer): Use it.
10172 (window-text-height): Don't expect minibuffers to have mode-lines.
10173
10174 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
10175 * international/quail.el (quail-update-guidance):
10176 Use `fit-window-to-buffer' instead of `set-window-text-height'.
10177
10178 * international/quail.el (quail-show-guidance-buf): Make sure
10179 guidance window really has enough room.
10180 (quail-update-guidance): If quail-guidance-win is already shown,
10181 make sure its height is OK.
10182
10183 * window.el (window-text-height, set-window-text-height):
10184 New functions.
10185 (shrink-window-if-larger-than-buffer): Use `window-text-height'
10186 instead of `window-height' & `mode-line-window-height-fudge'.
10187 (mode-line-window-height-fudge): Add FACE parameter.
10188 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
10189 instead of `enlarge-window' & `mode-line-window-height-fudge'.
10190
10191 2000-10-20 Miles Bader <miles@gnu.org>
10192
10193 * window.el (height-affecting-face-attributes): Use `defconst'.
10194
10195 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
10196 New function, conditionally aliased to `mode-line-window-height-fudge'.
10197 (ispell-help): Use it.
10198 (ispell-choices-win-default-height): Don't include mode-line fudge.
10199 (ispell-choices-win-default-height): New function.
10200 (ispell-show-choices, ispell-command-loop): Use function
10201 `ispell-choices-win-default-height' instead of variable.
10202
10203 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
10204
10205 * window.el (mode-line-window-height-fudge): New variable.
10206 (height-affecting-face-attributes): New variable.
10207 (mode-line-window-height-fudge): New function.
10208 (shrink-window-if-larger-than-buffer): Use it.
10209 * help.el (resize-temp-buffer-window): Likewise.
10210
10211 * info.el (Info-fontify-node): Add support for @subsubsection
10212 titles, which use `Info-title-4-face'.
10213 (Info-title-4-face): New face.
10214 (Info-title-3-face): Inherit from Info-title-4-face instead of
10215 variable-pitch.
10216
10217 2000-10-19 Jason Rumney <jasonr@gnu.org>
10218
10219 * dired.el (dired-insert-directory): Do not let errors signalled by
10220 attempt to run dired-free-space-program prevent dired from working.
10221
10222 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
10223
10224 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10225
10226 2000-10-19 Gerd Moellmann <gerd@gnu.org>
10227
10228 * dirtrack.el (dirtrack): Fix call to run-hooks.
10229
10230 * cmuscheme.el (cmuscheme-program-name): Renamed from
10231 scheme-program-name because xscheme.el contains a defcustom with
10232 the same name. As a consequence, customizing group `cmuscheme'
10233 loaded `xscheme' which redefined run-scheme.
10234 (run-scheme): Use cmuscheme-program-name.
10235
10236 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
10237
10238 * play/doctor.el (doctor-death): Update the Samaritans'
10239 anonymous address, and add a website for Befrienders International.
10240
10241 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10242
10243 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10244 Avoid compilation gripes. Doc fix.
10245 (ps-print-version): New version number (6.2).
10246 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10247 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10248 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10249 (ps-x-extent-priority, ps-x-extent-start-position)
10250 (ps-x-face-font-instance, ps-x-find-coding-system)
10251 (ps-x-font-instance-properties, ps-x-make-color-instance)
10252 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10253 avoid compilation gripes without defining functions.
10254 (ps-e-find-composition): Alias for function find-composition, to have a
10255 suitable function depending on Emacs version.
10256 (ps-color-device, ps-color-values, ps-face-foreground-name)
10257 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10258 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10259 (ps-print-ensure-fontified): Function definitions surrounded by
10260 `eval-and-compile' to avoid compilation gripes.
10261 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10262 by symbol-value to avoid compilation gripes.
10263 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10264 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10265
10266 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10267
10268 * startup.el (normal-top-level): Call `frame-set-background-mode'
10269 after `frame-notice-user-settings' because the latter doesn't call
10270 the former on a tty.
10271
10272 * faces.el (frame-set-background-mode): `unspecified' &c are
10273 symbols, not strings.
10274
10275 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10276
10277 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10278 why some "light*" colors are deliberately absent from the alist.
10279
10280 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10281 Change colors for tty's, as suggested by Miles Bader.
10282
10283 2000-10-19 Kenichi Handa <handa@etl.go.jp>
10284
10285 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
10286 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10287 for ISO10646-1 fonts.
10288 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10289
10290 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10291
10292 * faces.el (frame-set-background-mode): If a tty frame defines a
10293 background color, use that to compute the background mode, instead
10294 of always defaulting to "dark".
10295
10296 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10297
10298 * comint.el (comint-write-output): New function.
10299 (comint-mode-map): Add it to the menu.
10300 Bind `C-c C-s' to comint-write-output.
10301
10302 2000-10-18 Gerd Moellmann <gerd@gnu.org>
10303
10304 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10305 Use fancy-splash-delay.
10306
10307 2000-10-18 Alex Schroeder <alex@gnu.org>
10308
10309 * progmodes/sql.el (sql-sybase-options): New option.
10310 (sql-sybase): Use it. Add sql-database to the list of parameters
10311 provided for login. The options -w 2048 -n are not used any more.
10312
10313 * comint.el (comint-read-input-ring): Bugfix such that the first
10314 and the last entry of the input ring file are not lost.
10315
10316 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10317
10318 * ps-print.el: Internal variable changes to defcustom,
10319 make-local-hook changes to defvar. Doc fix.
10320 (ps-print-version): New version number (6.1).
10321 (ps-setup, ps-do-despool): Code fix.
10322 (ps-printer-name): Customization fix.
10323 (ps-printer-name-option): Now is a defcustom instead of an
10324 internal variable.
10325 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10326 (ps-print-begin-column-hook): Now are defvar instead of
10327 make-local-hook.
10328
10329 2000-10-18 Miles Bader <miles@gnu.org>
10330
10331 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10332 (comint-kill-output): Changed into an alias for `comint-delete-output',
10333 and made obsolete.
10334 (comint-mode-map): Rename references to comint-kill-output.
10335
10336 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10337
10338 * diff-mode.el (diff-header-face, diff-file-header-face)
10339 (diff-changed-face): Add bold and italic attributes to tty faces.
10340 (diff-function-face): New face.
10341 (diff-font-lock-keywords): Use it.
10342
10343 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10344
10345 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10346 Remove commented-out call to force-mode-line-update.
10347 (comint-kill-output): Use `forward-line 0' instead of
10348 beginning-of-line to make sure we get past the prompt.
10349
10350 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10351
10352 * diff-mode.el (diff-header-face, diff-file-header-face):
10353 Add specific setting for dark background.
10354 (diff-context-face): Renamed from diff-comment-face.
10355 Set explicitly rather than inheriting from font-lock-comment-face.
10356
10357 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10358
10359 * startup.el (command-line): Move the code which sets the default
10360 TTY colors to before before-init-hook.
10361
10362 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10363
10364 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10365
10366 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10367
10368 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10369 extensions, for MS-DOS.
10370
10371 * diff-mode.el (diff-header-face, diff-file-header-face)
10372 (diff-changed-face): Define tty-specific colors.
10373
10374 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10375
10376 * startup.el (fancy-splash-text): Realign the text.
10377
10378 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10379
10380 * font-lock.el (font-lock-comment-face): Define a separate default
10381 for dark-background tty's.
10382
10383 2000-10-17 Miles Bader <miles@gnu.org>
10384
10385 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10386 being obscured by whizzy mode-lines on graphics displays.
10387
10388 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10389
10390 * info.el (Info-title-1-face, Info-title-2-face)
10391 (Info-title-3-face): Define colors for tty's.
10392 (info-header-node): Remove unneeded tty-specific definition.
10393
10394 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10395
10396 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10397 reverse from the frame parameters, and don't invert foreground and
10398 background colors.
10399
10400 2000-10-16 Miles Bader <miles@gnu.org>
10401
10402 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10403 string "*Info*". Call propertized-buffer-identification to spruce
10404 up the result.
10405
10406 2000-10-16 Gerd Moellmann <gerd@gnu.org>
10407
10408 * help.el: Provide `help' for the sake of define-minor-mode
10409 which generates defcustoms with requires.
10410
10411 * jit-lock.el (jit-lock-after-change): If we're in text that
10412 matches a multi-line font-lock pattern, make sure the whole text
10413 will be redisplayed.
10414
10415 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10416 author's name is unknown.
10417
10418 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10419 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10420 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10421 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10422 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10423 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10424 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10425 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10426 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10427 Add author information.
10428
10429 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10430
10431 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10432 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10433 full-color version (using the Gimp) to eliminate dithering artifacts.
10434
10435 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10436
10437 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10438
10439 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10440
10441 2000-10-15 Dave Love <fx@gnu.org>
10442
10443 * progmodes/sh-script.el: Require skeleton and comint when compiling.
10444
10445 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10446
10447 * whitespace.el: Doc fixes.
10448 (top-level): Don't add hooks here.
10449 (whitespace-running-emacs): Deleted.
10450 (timer): Don't require.
10451 (whitespace): Add back :version conditional on xemacs test.
10452 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10453 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10454 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10455 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10456 Avoid specific xemacs test.
10457 (whitespace-global-mode): New option.
10458 (whitespace-global-mode): New command.
10459 (whitespace-unload-hook): New function.
10460
10461 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
10462 (Info-fontify-node, Info-goto-node, Info-mode-menu)
10463 (Info-fontify-node): `Goto' goes to `Go to'.
10464 (Info-fontify-node): Add help-echo to xref links.
10465
10466 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10467
10468 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10469
10470 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10471
10472 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10473 Use plist-get and allow :inherit.
10474
10475 * emacs-lisp/cl-macs.el (cl-do-arglist):
10476 Use plist-get and plist-member instead of memq.
10477
10478 * emacs-lisp/ewoc.el (ewoc-location): New function.
10479 (ewoc-enter-after, ewoc-enter-before): Document return value.
10480 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10481 Don't need make-local-hook any more.
10482 (cvs-addto-collection): Return the new tin.
10483 (cvs-mode-insert): Jump to the new line.
10484
10485 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10486
10487 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10488
10489 * font-lock.el (font-lock-syntactically-fontified): New var.
10490 (font-lock-fontify-syntactic-keywords-region): Use it.
10491 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10492
10493 * diff-mode.el (diff-find-file-name): Fix regexp.
10494
10495 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10496 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10497
10498 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10499 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10500 (sh-mode): Don't make all vars local here.
10501 (sh-kw): Reformat.
10502 (sh-set-shell): Use dolist. Don't set indent-region-function.
10503 (sh-mode-syntax-table): Use pop.
10504 (sh-remember-variable): Use push.
10505 (sh-help-string-for-variable): Use memq.
10506 (sh-safe-backward-sexp): Remove.
10507 (sh-safe-forward-sexp): Add ARG.
10508 (sh-get-indent-info, sh-prev-stmt): Use it.
10509 (sh-prev-line): Simplify by using forward-comment.
10510 (sh-this-is-a-continuation): Simplify.
10511 (sh-learn-buffer-indent): Use dolist.
10512 (sh-do-nothing): Remove.
10513 (sh-set-char-syntax, sh-set-here-doc-region):
10514 Use inhibit-modification-hooks.
10515 (sh-name-style): Use mapcar and push.
10516 (sh-load-style): Use dolist.
10517 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10518 (sh-case, sh-while-getopts): Use propertize directly rather
10519 than sh-electric-rparen.
10520
10521 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10522
10523 * textmodes/tex-mode.el: Require CL when compiling.
10524 (tex-mode-syntax-table): Init immediately.
10525 (tex-mode-map): Bind M-RET to latex-insert-item.
10526 (latex-mode): Set indent-line-function to latex-indent.
10527 (tex-common-initialization): Don't setup the syntax-table any more.
10528 (latex-insert-item): New skeleton.
10529 (tex-next-unmatched-end): Fix copy/paste braino.
10530 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
10531 (latex-indent, latex-find-indent): New functions.
10532 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
10533 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10534 (tex-compilation-parse-errors): Use with-syntax-table.
10535
10536 2000-10-15 Miles Bader <miles@gnu.org>
10537
10538 * font-lock.el (font-lock-comment-face): Change dark-background,
10539 color, non-tty, default to `chocolate1'.
10540
10541 2000-10-13 John Wiegley <johnw@gnu.org>
10542
10543 * eshell/esh-util.el (require): Added a missing `require' form,
10544 needed when compiling (for an ange-ftp macro definition).
10545
10546 2000-10-13 Dave Love <fx@gnu.org>
10547
10548 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10549
10550 2000-10-13 Gerd Moellmann <gerd@gnu.org>
10551
10552 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
10553
10554 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
10555 transparent -colors 8).
10556
10557 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
10558
10559 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10560 that breaks with old list format timestamps.
10561 (time-stamp-warn-inactive, time-stamp-old-format-warn)
10562 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
10563
10564 2000-10-13 John Wiegley <johnw@gnu.org>
10565
10566 * align.el, pcomplete.el, calendar/timeclock.el,
10567 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10568
10569 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
10570 faulty math, where holiday hours were being computing as seconds.
10571
10572 2000-10-13 John Wiegley <johnw@gnu.org>
10573
10574 * desktop.el (desktop-buffer-modes-to-save): Added a global for
10575 specifying what "other" kinds of buffers should be saved.
10576 This used to be hard-coded.
10577 (desktop-buffer-misc-functions): A global for specifying how
10578 auxiliary data should be determined for special buffer types.
10579 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10580 instead of hard-coding the special buffer types.
10581 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10582 auxiliary data, instead of hard-coding for Info buffers and dired.
10583 (desktop-buffer-info-misc-data): Aux function for determining Info
10584 buffer auxiliary info.
10585 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10586 (desktop-buffer-info): Changed this function to use the info
10587 gathered above.
10588 (desktop-create-buffer): Be a little more careful about what
10589 `minor-mode' means before calling it. This is important for some
10590 buffer types.
10591
10592 2000-10-13 John Wiegley <johnw@gnu.org>
10593
10594 * eshell/esh-util.el: Added a global form which declares an
10595 autoload for `parse-time-string', if that function is not already
10596 defined, and if parse-time.el is available on the user's system.
10597
10598 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10599 to be aware of ange-ftp user info.
10600 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
10601 (eshell-ls-annotate): Use `eshell-file-attributes'.
10602 (eshell-ls-file): Made the user-id printing code a bit smarter.
10603
10604 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10605 allow identification of alias user ids in remote directories.
10606 It's manual, but there's no other way to know when the current user
10607 on the local machine, is also the owning user on the remote machine.
10608 (fboundp): Bind `ange-cache'.
10609 (eshell-directory-files-and-attributes): Re-organized the logic a
10610 bit to use `eshell-file-attributes' instead of `file-attributes'.
10611 The former is more sensitive to directories that are read via FTP,
10612 and knows how to use ange-ftp to determine full attribute
10613 information, instead of just the name and last modtime.
10614 (eshell-current-ange-uids): Return the current user id when in a
10615 remote directory.
10616 (eshell-parse-ange-ls): Parse a full directory listing that has
10617 been returned by ange-ftp.
10618 (eshell-file-attributes): This beefed up version of
10619 `file-attributes' is only special if the user is currently in a
10620 remote directory, in which case it does a lot of work to find out
10621 what the real attributes of a file are, as they appear on the
10622 remote machine. This makes usage of remote directories (i.e.,
10623 ange-ftp pathnames) much more useful. You can now use Eshell as a
10624 full-fledged FTP client, with much more manipulation ability than
10625 most other clients.
10626
10627 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10628 variable, which means that Eshell's du should always be preferred
10629 in remote directories.
10630 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10631 just `file-attributes'.
10632 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10633 when reading remote directories. This is an Eshell-specific
10634 variable (not part of ange-ftp).
10635 (eshell/ln): Bind `ange-cache'.
10636 (eshell/du): Added some extra logic for determining when to use
10637 Eshell's du (which is slow), and when to use the external version
10638 (which may or may not exist).
10639
10640 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10641 Call `eshell-interactive-process', rather than using
10642 `get-buffer-process', since backgrounded processes don't count in
10643 the context of this function's logic.
10644
10645 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10646 `forward-char', so that null strings are parsed correctly.
10647
10648 2000-09-13 John Wiegley <johnw@gnu.org>
10649
10650 * eshell/em-pred.el (eshell-pred-file-type)
10651 (eshell-pred-file-links, eshell-pred-file-size):
10652 Use `eshell-file-attributes'. This is more correct over ange-ftp.
10653
10654 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10655 that remote file globbing is more efficient.
10656
10657 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10658 gathering the files and attributes within a directory.
10659
10660 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10661 the command line is a special file (not a regular file, directory
10662 or symlink), always attempt to call the external version of cat.
10663
10664 2000-09-13 John Wiegley <johnw@gnu.org>
10665
10666 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10667 Eshell-friendly version of find-tag.
10668
10669 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10670
10671 * image-file.el (image-file-name-extensions)
10672 (image-file-name-regexps): Add autoload cookies.
10673
10674 2000-10-13 Kenichi Handa <handa@etl.go.jp>
10675
10676 * international/mule-cmds.el (select-safe-coding-system): If FROM
10677 is string, show it in *Warning* buffer.
10678
10679 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10680
10681 * startup.el (normal-top-level): Use display-popup-menus-p instead
10682 of window-system.
10683 (command-line): Use display-graphic-p instead of window-system.
10684 (command-line-1): Use display-popup-menus-p and display-mouse-p
10685 instead of window-system.
10686
10687 2000-10-12 Sam Steingold <sds@gnu.org>
10688
10689 * tooltip.el (tooltip-use-echo-area): New user variable.
10690 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10691
10692 2000-10-12 Dave Love <fx@gnu.org>
10693
10694 * recentf.el: Maintainer's checkdoc fixes.
10695
10696 * startup.el (normal-top-level-add-subdirs-to-load-path):
10697 Use character class, not ASCII when matching file names.
10698 (fancy-splash-head): Add trailing slash to URL.
10699 (command-line): Don't require XPM support for toolbar.
10700
10701 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10702 (cperl-invalid-face): Revert last change.
10703 (cperl-init-faces): Quote cperl-invalid-face.
10704
10705 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10706
10707 * startup.el (fancy-splash-text): Remove superfluous quote.
10708
10709 2000-10-12 Gerd Moellmann <gerd@gnu.org>
10710
10711 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10712 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10713 (command-line-1): Don't use fancy-splash-pending-command.
10714 (fancy-splash-screens-1): Goto point-min after inserting text.
10715
10716 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10717
10718 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10719 instead of shared-lisp-mode-map.
10720
10721 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10722
10723 * faces.el (header-line): Change tty-variant to use underlining.
10724
10725 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10726 (isearch-highlight): Restore lazy-isearch face properties at old
10727 position, and suppress them at new position.
10728 (isearch-dehighlight): Restore lazy-isearch face properties.
10729 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10730 over the real isearch overlay, but in that case, don't give it a
10731 face property. Use `push'.
10732
10733 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10734
10735 * man.el (Man-getpage-in-background): Fix previous change.
10736 Decode the process output only when we are in multibyte mode.
10737
10738 2000-10-11 Dave Love <fx@gnu.org>
10739
10740 * info.el (Info-mode-menu): Fix some help.
10741 (info-tool-bar-map): Add entry for Info-last.
10742
10743 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10744 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10745 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10746 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10747 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10748 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10749 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10750 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10751 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10752 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10753 Reduce colour requirements to 25 overall. (Probably wants
10754 revisiting from the originals to reduce further.)
10755
10756 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10757
10758 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10759 buffer-file-coding-system, instead of raw-text.
10760 (dehexlify-buffer): Bind coding-system-for-read to
10761 buffer-file-coding-system, instead of raw-text.
10762
10763 2000-10-11 Sam Steingold <sds@gnu.org>
10764
10765 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
10766 `underline' - fixes the bug introduced on 2000-09-21.
10767
10768 2000-10-11 Dave Love <fx@gnu.org>
10769
10770 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10771 Avoid compiler warnings.
10772 (scheme-mode): Doc fix.
10773 (scheme-font-lock-keywords-1): Match `define-syntax'.
10774
10775 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
10776
10777 * faces.el (frame-set-background-mode): Pay attention to saved
10778 face specs as well as default ones. Only do anything if the
10779 bg-mode or display-type has actually changed. Use `dolist'.
10780 (region): Make dark-background `region' face less in-your-face.
10781
10782 2000-10-10 Sam Steingold <sds@gnu.org>
10783
10784 * chistory.el, ielm.el, ledit.el:
10785 * progmodes/inf-lisp.el, progmodes/scheme.el:
10786 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10787
10788 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10789
10790 * textmodes/texinfo.el: Update copyright and fix typo.
10791
10792 * desktop.el (desktop-modes-not-to-save): New var.
10793 (desktop-save-buffer-p): Use it.
10794 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10795 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10796
10797 2000-10-10 Dave Love <fx@gnu.org>
10798
10799 * toolbar/tool-bar.el (tool-bar-add-item)
10800 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
10801
10802 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10803 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10804 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10805 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10806 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10807 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10808 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10809 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10810 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10811 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10812 the .xpms; probably need retouching.
10813
10814 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10815
10816 * subr.el (add-to-list): Add optional argument APPEND.
10817 * battery.el (display-battery): Use `add-to-list'.
10818
10819 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10820
10821 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10822 properties.
10823 (zone, zone-when-idle, zone-leave-me-alone)
10824 (zone-pgm-whack-chars): Use new symbol properties.
10825
10826 * battery.el (display-battery): Doc spelling fix.
10827
10828 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10829 property.
10830
10831 2000-10-09 Dave Love <fx@gnu.org>
10832
10833 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10834 has been initialized before calling tool-bar-setup.
10835 (tool-bar-add-item-from-menu): Add autoload cookie.
10836
10837 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10838
10839 * menu-bar.el (send-mail-item-name): New function.
10840 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10841 of mail-user-agent in the menu. Don't display the "Send Mail"
10842 item if mail-user-agent is nil or its value is ignore.
10843 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10844 if read-mail-command is nil or its value is ignore.
10845
10846 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10847
10848 2000-10-09 Miles Bader <miles@gnu.org>
10849
10850 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10851 Correct image size.
10852 * toolbar/left_arrow.xpm: Correct image size.
10853
10854 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10855 will be done by the definition of `auto-compression-mode' if
10856 necessary. Move code to uninstall existing file-name handler
10857 before definition of `auto-compression-mode'.
10858
10859 * image-file.el (auto-image-file-mode): Move to the end of the
10860 file, because `define-minor-mode' actually calls the mode-function
10861 if the associated variable is non-nil, which requires that all
10862 needed functions be already defined.
10863
10864 * mouse.el (popup-menu): Balance parens.
10865
10866 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10867
10868 * mouse.el (popup-menu): Move the command call outside the loop
10869 so that popup-menu returns whatever the command returns.
10870
10871 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10872 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10873 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10874 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10875
10876 * vc.el (vc-version-diff): diff-switches can be a list.
10877 Use relative filenames for prettier output.
10878
10879 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10880 (vc-post-command-functions): Remove old-VC compatibility code.
10881
10882 * newcomment.el (comment-indent-default): Autoload.
10883
10884 * font-lock.el (font-lock-defaults): Make buffer-local.
10885 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10886 (font-lock-choose-keywords):
10887 Ignore LEVEL unless KEYWORDS is a list of syms.
10888 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10889 Don't wrap regexp-opt things in \(...\) unnecessarily.
10890
10891 * jit-lock.el: Don't require font-lock any more.
10892 (jit-lock-functions): Make buffer-local.
10893 (jit-lock-saved-fontify-buffer-function): Remove.
10894 (jit-lock-mode): Remove autoload cookie.
10895 Remove font-lock specific code.
10896 (jit-lock-unregister): Don't bother handling complex hooks any more.
10897 (jit-lock-refontify): New function.
10898 (jit-lock-fontify-buffer): Use it.
10899 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10900 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10901 Add optional args START and END.
10902 Never call font-lock-fontify-region directly.
10903 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10904
10905 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10906
10907 2000-10-08 Dave Love <fx@gnu.org>
10908
10909 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10910
10911 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10912
10913 * play/studly.el (studlify-region, studlify-word): Add autoload
10914 cookie.
10915
10916 * play/morse.el (morse-region, unmorse-region): Add autoload
10917 cookie.
10918
10919 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10920 concat.
10921
10922 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10923 insist on symbols starting with word syntax.
10924 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10925 (eval-defun-1): Doc fix.
10926 (indent-sexp): Use nconc to build up indent-stack.
10927
10928 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10929 Gnus with little use.
10930 (mail-setup-hook): Add mail-abbrevs-setup to options.
10931
10932 * recentf.el: Doc fixes.
10933
10934 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10935 Clean up remainder.
10936
10937 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10938 without timezone and (8) with timezone to enforce some whitespace.
10939 Simplify code somewhat.
10940
10941 * options.el (list-options): Doc that you should use customize.
10942
10943 * iswitchb.el (iswitchb-mode): Add :require.
10944
10945 * info.el (Info-goto-node, Info-menu): Doc fix.
10946 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10947 (info-tool-bar-map): New variable.
10948 (Info-mode): Use it.
10949 (Info-edit-map): Define all in defvar.
10950 (speedbar-attached-frame): Avoid compiler warning.
10951
10952 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10953 (global-map): Bind [tool-bar] to a filtered map.
10954 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10955 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10956 Allow PBM icons.
10957 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10958
10959 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10960 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10961 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10962 icons, except up_arrow, which is left-arrow rotated.
10963
10964 * imenu.el (imenu-add-to-menubar): Fix last change.
10965
10966 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10967
10968 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10969 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10970
10971 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10972
10973 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10974 typos in doc strings.
10975
10976 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10977 the doc strings how to customize Font Lock faces.
10978
10979 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10980 computing growth when dragging the header line.
10981
10982 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10983
10984 * simple.el (kill-line): Doc fix.
10985
10986 2000-10-08 Miles Bader <miles@gnu.org>
10987
10988 * faces.el (secondary-selection): Make foreground visible on tty.
10989
10990 * jka-compr.el (auto-compression-mode): Move to the end of the
10991 file, because `define-minor-mode' actually calls the mode-function
10992 if the associated variable is non-nil, which requires that all
10993 needed functions be already defined.
10994 (with-auto-compression-mode): Add autoload cookie.
10995
10996 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10997
10998 * files.el (find-backup-file-name) [ms-dos]: If support for long
10999 file names is not available, behave as if version-control were set
11000 to never.
11001
11002 2000-10-07 Dave Love <fx@gnu.org>
11003
11004 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
11005 (browse-url-gnome-moz): New function.
11006 (browse-url-browser-function): Use it.
11007 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
11008
11009 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
11010
11011 * indent.el (tab-always-indent): New var.
11012 (indent-for-tab-command): Use it.
11013
11014 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
11015 raise an error. This way it can still default to a sane value.
11016
11017 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11018
11019 * startup.el (fancy-splash-screens): Use local rather than global map.
11020 Don't use `update-menu-bindings' any more.
11021 Get rid of assumptions about keymap representation.
11022
11023 2000-10-06 Dave Love <fx@gnu.org>
11024
11025 * textmodes/fill.el (sentence-end-double-space)
11026 (sentence-end-without-period): Doc fix.
11027 (adaptive-fill-regexp): Purecopy.
11028 (unjustify-current-line): Use line-end-position.
11029 (fill-individual-paragraphs-prefix): Use line-beginning-position.
11030
11031 * net/eudc-vars.el (eudc): Add :version, :link.
11032
11033 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
11034
11035 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
11036 Fix for define-minor-mode.
11037 (function-at-point): Alias to function-called-at-point.
11038
11039 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
11040
11041 * simple.el (backward-word): Doc fix.
11042
11043 * image-file.el (image-file-name-regexp): image-file-regexps ->
11044 image-file-name-regexps.
11045 (image-file-name-extensions): Add pbm.
11046
11047 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11048
11049 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
11050 and add filename to the names so that diff-mode can jump to source.
11051
11052 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
11053 (tex-font-lock-keywords, tex-font-lock-keywords-2)
11054 (tex-font-lock-keywords-1): Remove.
11055 (font-lock-turn-on-thing-lock): Use jit-lock-register.
11056 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
11057 (font-lock-default-fontify-region):
11058 Expand beg..end correctly when just following a multiline region.
11059 (font-lock-fontify-anchored-keywords):
11060 Include the anchor text as part of the multiline.
11061
11062 2000-10-06 Gerd Moellmann <gerd@gnu.org>
11063
11064 * loadup.el (toplevel): Load `loaddefs' before `help' because the
11065 latter needs the autoloaded define-minor-mode macro during the
11066 bootstrap.
11067
11068 * startup.el (command-line): For now, activate tool-bar-mode only
11069 if XPM images are supported.
11070
11071 * mouse.el (mouse-drag-header-line): Don't allow resizing a
11072 window by dragging a header-line at the top of the frame; that's
11073 confusing because the header-line doesn't move.
11074 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
11075 of treating the event as a list. Some cleanup.
11076
11077 2000-10-06 Miles Bader <miles@gnu.org>
11078
11079 * simple.el (display-message-or-buffer): New function.
11080 (shell-command-on-region): Use `display-message-or-buffer'.
11081
11082 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
11083 docstring parts.
11084
11085 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11086 (smbclient-prompt-regexp): Add usage note to doc string.
11087 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
11088 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
11089 Use add-hook for adding the comint filter function, and only do so
11090 if it's not already in the global hook list.
11091 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
11092 to `make-local-variable'.
11093 (nslookup-font-lock-keywords): Remove prompt entry.
11094 (nslookup): Don't set the process-filter.
11095 (finger): Exit the loop correctly when the regexps list runs out.
11096 (ftp, smbclient, smbclient-list-shares):
11097 Set the real major mode immediately, not after execing.
11098 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
11099
11100 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
11101
11102 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
11103
11104 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
11105
11106 * which-func.el (which-func-format): Remove spurious space.
11107 (which-func-mode): Don't make it permanent-local.
11108 (which-func-ff-hook): Allow which-func-maxout to be nil.
11109 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
11110 (which-func-mode): Simplify.
11111 Use post-command-idle-hook rather than post-command-hook.
11112 Go through all buffers and update their state.
11113 (which-function): Also try add-log-current-defun-function.
11114
11115 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
11116 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
11117 Update call to with-vc-properties accordingly.
11118 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
11119 (vc-revert-buffer): More careful about window selection and deletion.
11120 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
11121
11122 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
11123 (cvs-retrieve-revision): Reuse a pre-existing buffer.
11124 (cvs-dired-action): Change the default to quickdir.
11125
11126 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
11127 if comment-indent-function returns nil.
11128 (comment-indent-default): New function.
11129 (comment-indent-function): Use it and document the new semantics.
11130
11131 * image-file.el: Docstring fixes.
11132
11133 * help.el (help-xref-on-pp): Use match-string.
11134 (describe-variable): New arg BUFFER.
11135 Store the current buffer in the help-xref-stack.
11136 (temp-buffer-resize-mode): Use define-minor-mode.
11137
11138 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
11139 consistently with its docstring.
11140 Set jit-lock-first-unfontify-pos in an idempotent way.
11141 (jit-lock-register): Autoload and add arg CONTEXTUAL.
11142
11143 2000-10-05 Alex Schroeder <alex@gnu.org>
11144
11145 * sql.el (sql-mysql-options): New variable.
11146 (sql-mysql): Use it.
11147
11148 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
11149
11150 * image.el (image): New group.
11151
11152 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11153 (smerge-base-face, smerge-markers-face): Add dark-background variants.
11154
11155 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11156
11157 * net/net-utils.el (nslookup-font-lock-keywords)
11158 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11159 Ignore the value of wqindow-system; always define keywords
11160
11161 2000-10-05 Kenichi Handa <handa@etl.go.jp>
11162
11163 * startup.el (fancy-splash-screens): Remove the code for
11164 debugging; `(trace-to-stderr "EXITTT\n")'.
11165
11166 2000-10-05 Miles Bader <miles@gnu.org>
11167
11168 * diff-mode.el (diff-goto-source): Update call to
11169 `diff-hunk-status-msg' to reflect new REV variable.
11170
11171 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
11172
11173 * progmodes/icon.el (icon-mode):
11174 Don't gratuitously override the default for comment-column.
11175
11176 * vc-hooks.el (vc-mode-line): Fix interactive spec.
11177
11178 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
11179 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
11180 (jit-lock-functions): New var.
11181 (jit-lock-function-1): Use it if non-nil.
11182 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
11183 Set the `fontified' property before doing the fontification to avoid
11184 repeatedly going through the same error.
11185 Don't turn errors into messages.
11186 (jit-lock-register, jit-lock-unregister): New functions.
11187
11188 * dired.el (dired-mark-pop-up): Turn comment into docstring.
11189 Use with-current-buffer.
11190
11191 * dired-aux.el (dired-do-create-files, dired-kill-tree):
11192 Turn comment into docstring.
11193
11194 * apropos.el (apropos-mode): Use define-derived-mode.
11195
11196 2000-10-04 Gerd Moellmann <gerd@gnu.org>
11197
11198 * startup.el (fancy-splash-pending-command): New variable.
11199 (fancy-splash-pre-command): New function.
11200 (fancy-splash-screens): Rewritten.
11201 (command-line-1): If fancy-splash-pending-command is set, call it
11202 interactively.
11203
11204 2000-10-04 Dave Love <fx@gnu.org>
11205
11206 * toolbar/tool-bar.el (tool-bar-setup): New function.
11207 (tool-bar-mode): Use it.
11208
11209 * subr.el (substitute-key-definition): Doc fix.
11210 (play-sound-file): New command.
11211
11212 2000-10-04 Andre Spiegel <spiegel@gnu.org>
11213
11214 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
11215 vc-version-backup-file-name): New functions.
11216
11217 * files.el (basic-save-buffer): Call vc-before-save before saving.
11218
11219 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
11220 vc-cvs-stay-local-p.
11221
11222 * vc.el (vc-revert-buffer): Handle empty diff properly.
11223 (vc-version-backup-file): New function.
11224 (vc-checkout): Create a version backup if necessary.
11225 (vc-checkin): If a version backup file exists, delete it.
11226 (vc-version-diff): Diff locally using version backups, if available.
11227 (vc-revert-file): If there's a version backup, revert locally.
11228 (vc-transfer-file): Use version backup for base version, if
11229 available. If not, ask for confirmation whether to get it from the
11230 server. Update mode line before check-in.
11231
11232 2000-10-04 Dave Love <fx@gnu.org>
11233
11234 * toolbar/tool-bar.el (tool-bar-setup): New function.
11235 (tool-bar-mode): Use it.
11236
11237 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11238
11239 * net/net-utils.el (nslookup-font-lock-keywords)
11240 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11241 Only set if window-system is non-nil
11242 (net-utils-run-program): Returns buffer.
11243 (network-connection-reconnect): Added this function.
11244
11245 * generic.el:
11246 Incorporates extensive cleanup and docfixes by
11247 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11248 Uses cl compile-time macros.
11249 (generic-mode-name, generic-comment-list)
11250 (generic-keywords-list, generic-font-lock-expressions)
11251 (generic-mode-function-list, generic-mode-syntax-table):
11252 Removed variables.
11253 (generic-mode-alist): Renamed to generic-mode-list.
11254 (generic-find-file-regexp): Default changed to "^#".
11255 (generic-read-type): Uses completing read on generic-mode-list.
11256 (generic-mode-sanity-check): removed this function.
11257 (generic-add-to-auto-mode): Removed this function
11258 (generic-mode-internal): Bind mode-specific definitions
11259 into function instead of putting them in alist.
11260 (generic-mode-set-comments): Reworked extensively.
11261 (generic-mode-find-file-hook): Simplified regexp searching
11262 (generic-make-keywords-list): Omit extra pair of parens
11263
11264 * find-lisp.el (find-lisp-find-files-internal):
11265 Make sure directory name ends with "/".
11266
11267 * generic-x.el (apache-conf-generic-mode):
11268 Regexp now allows leading whitespace.
11269 (rc-generic-mode): Added eval-when-compile
11270 around generic-make-keywords-list.
11271 Deleted duplicate regexp
11272 (rul-generic-mode): Added eval-when-compile
11273 around generic-make-keywords-list.
11274 (etc-fstab-generic-mode): New generic mode.
11275 (rul-generic-mode): Removed one eval-when-compile
11276 which caused a max-specpdl-size exceeded error.
11277
11278 2000-10-04 Miles Bader <miles@gnu.org>
11279
11280 * simple.el (minibuffer-temporary-goal-position): New variable.
11281 (next-history-element): Try to keep the position of point in the
11282 input string constant.
11283
11284 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11285 (dired-do-create-files): If there's only one file, pass it in as
11286 the DEFAULT arg to dired-mark-read-file-name.
11287
11288 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11289
11290 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11291 (diff-goto-source): Be smarter when choosing REVERSE or not.
11292
11293 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11294 (texinfo-mode-menu): Add an explicit shortcut for update all.
11295
11296 2000-10-03 Andre Spiegel <spiegel@gnu.org>
11297
11298 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11299 factorize backend-specific code cleanly (this was essentially
11300 conceived by Stefan Monnier).
11301 (vc-unregister): Function removed.
11302 (vc-revert-file): New function.
11303 (vc-revert-buffer): Delegate some of the work to it.
11304
11305 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11306 default branch unconditionally.
11307 (vc-rcs-set-default-branch): New function.
11308 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11309 (vc-rcs-checkin): If an appropriate default branch has been set,
11310 force creation of that branch.
11311 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11312 code (as suggested by Stefan Monnier).
11313
11314 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11315
11316 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11317 highlighting overlay with a different face over the overlay
11318 isearch uses to highlight the current match because that can lead
11319 to bad face combinations.
11320
11321 * loadup.el (toplevel): Load faces before isearch.
11322
11323 * isearch.el (isearch-faces): New custom group.
11324 (isearch): New defface; was already tested for in the code.
11325 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11326 (isearch-highlight): Always use face `isearch'.
11327
11328 2000-10-02 Dave Love <fx@gnu.org>
11329
11330 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11331 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11332 comparison of opcode with operand.
11333
11334 2000-10-03 Miles Bader <miles@gnu.org>
11335
11336 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11337 buffer, since the echo area will now grow to accommodate them.
11338
11339 2000-10-02 Andre Spiegel <spiegel@gnu.org>
11340
11341 * vc-hooks.el (vc-registered): If FILE used to be registered under
11342 a certain backend, try that one first.
11343
11344 * vc.el (vc-responsible-backend): Undo the previous change in the
11345 argument list. Handle multiple backends correctly.
11346 (vc-find-new-backend): Function removed.
11347 (vc-register): Use vc-responsible-backend, as before.
11348 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11349
11350 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11351
11352 * startup.el (fancy-splash-head): Change message below the
11353 logo.
11354
11355 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11356
11357 * diff-mode.el (diff-goto-source): Emit a status message.
11358 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11359 (diff-test-hunk): Fix doc string.
11360 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11361 (diff-advance-after-apply-hunk): New variable.
11362 (diff-apply-hunk): Don't return a value.
11363
11364 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11365
11366 * vc.el (vc-editable-p): Minor optimization.
11367 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11368 (vc-find-new-backend): New function split from vc-responsible-backend.
11369 (vc-register): Use it.
11370 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11371 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11372 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11373 (vc-clear-headers): Don't use find-file.
11374 (vc-revert-buffer): Use `and' again (must have been a braino).
11375 (vc-switch-backend): Only prompt if requested.
11376 Short circuit if nothing is to be done.
11377 Don't use vc-resynch-buffer which could lose unsaved editing.
11378 (vc-default-receive-file): Update call to vc-unregister.
11379 (with-vc-file, vc-next-action-on-file):
11380 Use vc-backend rather than vc-registered.
11381 (vc-next-action-on-file): Use intern-soft.
11382 Deal with read-only *vc-diff* buffer.
11383 (vc-transfer-file): Docstring fix.
11384
11385 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11386 (vc-rcs-receive-file): Avoid with-vc-properties.
11387 Update call to vc-unregister.
11388 Use constant `RCS' rather than (dynamically bound) var `backend'.
11389
11390 2000-10-01 Andre Spiegel <spiegel@gnu.org>
11391
11392 * vc.el (vc-next-action-on-file): Update mode line only if file
11393 is visited.
11394 (vc-start-entry): New argument initial-contents. Don't visit the file
11395 if it isn't already visited. Brought documentation up-to-date.
11396 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11397 (vc-checkin): New optional arg initial-contents, which is passed to
11398 vc-start-entry.
11399 (vc-finish-logentry): Make sure to bury log buffer only if there
11400 really is one. Call `vc-resynch-buffer' on log-file, not
11401 buffer-file-name.
11402 (vc-default-comment-history, vc-default-wash-log): New functions.
11403 (vc-index-of): Removed.
11404 (vc-transfer-file): Make do without the above.
11405 (vc-default-receive-file): Call comment-history unconditionally. Pass
11406 the resulting string to vc-checkin, instead of inserting it into the
11407 comment ring.
11408
11409 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11410 unconditionally. Use the comments as initial contents of the log
11411 entry buffer. Document the trick to force branch creation with no
11412 changes.
11413
11414 2000-10-01 Miles Bader <miles@gnu.org>
11415
11416 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11417 `recenter' with an arg to prevent redrawing the display.
11418
11419 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11420
11421 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11422
11423 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11424
11425 * progmodes/c-mode.el (c-mode):
11426 Don't gratuitously override the default for comment-column.
11427
11428 * textmodes/tex-mode.el (latex-metasection-list): New var.
11429 (latex-imenu-create-index): Use it.
11430 Move the regexp construction outside loops (and use push).
11431 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11432 (tex-font-lock-keywords): Moved from font-lock.el.
11433 (tex-comment-indent): Remove.
11434 (tex-common-initialization): Don't set comment-indent-function.
11435 (latex-block-default): New var.
11436 (tex-latex-block): Use it to provide a default choice.
11437 Add any unknown choice to latex-block-names.
11438 Insert [...] after {...}.
11439 (tex-last-unended-begin): Simplify regexp.
11440 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11441 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11442 (latex-mode): Set forward-sexp-function.
11443
11444 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11445 Add regexp for @ignore ... @end ignore.
11446 (texinfo-heading-face): New face.
11447 (texinfo-font-lock-keywords): Use it.
11448 (texinfo-mode-menu): New menu.
11449 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11450 New functions.
11451 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11452 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11453 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11454 Remove declaration.
11455 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11456
11457 * delsel.el (delete-selection-mode): Use define-minor-mode.
11458
11459 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11460
11461 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11462
11463 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11464
11465 2000-09-30 Gerd Moellmann <gerd@gnu.org>
11466
11467 * replace.el (keep-lines-read-args): New function.
11468 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11469 read arguments interactively. Add parameters RSTART and REND.
11470 Operate on the active region in Transient Mark mode.
11471
11472 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11473
11474 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11475 (authors-obsolete-files-regexps): New variable.
11476 (authors-add): Don't record changes in obsolete files.
11477
11478 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11479
11480 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11481
11482 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11483 (comment-indent): Make sure there's a space between code and comment.
11484 Shift comments left to avoid going past fill-column.
11485
11486 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11487
11488 * startup.el (startup-echo-area-message): New function.
11489 (display-startup-echo-area-message): Use it.
11490 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11491 (fancy-splash-default-action): New function.
11492 (fancy-splash-screens-1): New function.
11493 (fancy-splash-head): Put a help-echo and a keymap under the image.
11494
11495 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11496
11497 * diff-mode.el (diff-add-log-file-name): Remove.
11498 (diff-mode): Use add-log-buffer-file-name-function.
11499
11500 * add-log.el (find-change-log): New arg BUFFER-FILE.
11501 (add-log-file-name): Obey add-log-file-name-function.
11502 (add-log-buffer-file-name-function): New var.
11503 (add-change-log-entry): Use it.
11504
11505 2000-09-29 Miles Bader <miles@gnu.org>
11506
11507 * image-file.el (image-file-name-extensions): New variable.
11508 (image-file-name-regexps): Renamed from `image-file-regexps'.
11509 New default value is nil. Call `auto-image-file-mode'.
11510 (image-file-name-regexp): New function.
11511 (auto-image-file-mode): New minor mode.
11512 (insert-image-file): Don't make conditional on the image-file
11513 handler being enabled.
11514 (image-file-handler): Make the call here conditional instead.
11515 (set-image-file-handler-enabled, enable-image-file-handler)
11516 (disable-image-file-handler): Functions removed.
11517
11518 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11519 string.
11520
11521 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11522
11523 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11524 it's a function from CL.
11525 (latex-imenu-create-index): Replace eval-when-compile with progn
11526 because latex-section-alist is not bound while compiling.
11527
11528 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11529
11530 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11531 (outline-mode): Use define-derived-mode.
11532
11533 * progmodes/perl-mode.el (perl-mode):
11534 * progmodes/awk-mode.el (awk-mode):
11535 * progmodes/asm-mode.el (asm-mode):
11536 Don't gratuitously override the default for comment-column.
11537
11538 * emacs-lisp/lisp.el (lisp-complete-symbol):
11539 Distinguish the let-binding case from the funcall case.
11540 (forward-sexp-function): New variable.
11541 (forward-sexp): Use it.
11542
11543 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11544 (easy-mmode-defmap): Remove the now useless autoload.
11545
11546 * time.el (display-time-mode): Use define-minor-mode.
11547
11548 * subr.el (add-minor-mode): Don't eval NAME.
11549 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11550 Use if rather than cond.
11551
11552 * simple.el (read-expression-map): Define more properly.
11553 (comment-indent-hook): Remove.
11554 (string-to-syntax): Bug fix.
11555
11556 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11557 (cvs-ediff-diff): Fix typo.
11558 (cvs-revert-if-needed): Don't bother preserving read-only.
11559
11560 * paren.el (show-paren-mode): Use define-minor-mode.
11561
11562 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11563 (toggle-auto-compression): Remove.
11564 (jka-compr-build-file-regexp): Remove useless grouping.
11565
11566 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11567 Avoid user-reserved bindings.
11568 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11569 (diff-header-face): Revert to grey85.
11570
11571 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11572
11573 * complete.el (partial-completion-mode) <defcustom>: Remove.
11574 (partial-completion-mode): Use define-minor-mode.
11575 (PC-do-completion): Understand `completion-auto-help = delay'
11576 to mean to popup the completion buffer only the second time.
11577 (PC-include-file-all-completions, PC-include-file-all-completions)
11578 (PC-include-file-all-completions): Don't quote lambda.
11579
11580 * comint.el (comint-mode-hook): Docstring fix.
11581 (comint-mode): Use define-derived-mode.
11582 (comint-mode-map): Remove obsolete comment.
11583 (make-comint): Minor stylistic change.
11584 (comint-insert-clicked-input): Be more careful to find the overlay.
11585 Use this-command-keys rather than hardcoding mouse-2.
11586
11587 * font-lock.el: Replace confusing (,@ with ,
11588 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11589 Don't use regexp-opt-depth. Spice up the regexp for args.
11590 Don't distinguish between cmds that can take an opt arg or not.
11591 Use `append' and `prepend' rather than `keep'.
11592
11593 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11594 (latex-outline-regexp): New var.
11595 (latex-outline-level): New fun.
11596 (latex-section-alist): New var.
11597 (latex-imenu-create-index): Use it. Use `push' as well.
11598 (tex-shell-map): Initialize it properly.
11599 (tex-mode): Minor stylistic change.
11600 (plain-tex-mode): Use define-derived-mode.
11601 (latex-mode): Use define-derived-mode.
11602 Construct the paragraph regexps in a more readable way.
11603 Set the buffer-local outline-{level,regexp} vars.
11604 (slitex-mode): Derive from latex-mode.
11605 (tex-common-initialization): Don't kill-all-vars anymore.
11606 Add setting for comment-add and font-lock-defaults.
11607 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11608 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11609 (tex-start-tex): New arg DIR (and send a chdir command for it).
11610 Also display the shell buffer and save it in tex-last-buffer-texed.
11611 (tex-region): Use expand-file-name rather than concat.
11612 Remove code made useless by changes in tex-start-tex.
11613 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11614
11615 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11616
11617 2000-09-28 Dave Love <fx@gnu.org>
11618
11619 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11620
11621 2000-09-28 Gerd Moellmann <gerd@gnu.org>
11622
11623 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11624 `append'.
11625
11626 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11627
11628 * info.el (Info-extract-pointer): Undo last change.
11629 Instead, fix the position of the `bound' arg to re-search-backward.
11630
11631 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11632
11633 * info.el (Info-extract-pointer):
11634 Widen more carefully, to avoid finding pointers in other nodes.
11635 (Info-index): Use push.
11636
11637 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11638
11639 * frame.el (set-frame-font): Remove call to obsolete function
11640 frame-update-faces.
11641 (set-foreground-color, set-background-color): Likewise for
11642 frame-update-face-colors.
11643
11644 2000-09-27 Miles Bader <miles@gnu.org>
11645
11646 * image-file.el: New file.
11647
11648 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11649
11650 * frame.el (frame-notice-user-settings): Don't call
11651 frame-update-faces, which is a no-op now.
11652
11653 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11654 tool-bar-lines.
11655
11656 2000-09-27 Dave Love <fx@gnu.org>
11657
11658 * mouse.el: Fix last change.
11659
11660 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11661
11662 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11663
11664 2000-09-22 Kenichi Handa <handa@etl.go.jp>
11665
11666 * international/quail.el (quail-help): The output message is
11667 improved.
11668
11669 2000-09-26 Dave Love <fx@gnu.org>
11670
11671 * mouse.el (popup-menu): If POSITION is nil, set it using
11672 mouse-position.
11673
11674 2000-09-25 Sam Steingold <sds@gnu.org>
11675
11676 * net/browse-url.el (browse-url-file-url): Check for null maps.
11677
11678 2000-09-26 Gerd Moellmann <gerd@gnu.org>
11679
11680 * frame.el (frame-notice-user-settings): Don't add a
11681 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11682
11683 * frame.el (frame-notice-user-settings):
11684 Make tool-bar-mode and default-frame-alist consistent.
11685
11686 * toolbar/tool-bar.el (tool-bar-help): New function.
11687
11688 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11689
11690 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11691 current-load-list in top-level forms. Else this leaks a cons cell
11692 every time a defun is called.
11693
11694 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11695
11696 2000-09-25 Dave Love <fx@gnu.org>
11697
11698 * startup.el (fancy-splash-head): Check XPM is available.
11699
11700 * autoinsert.el (auto-insert): Doc fix.
11701 (auto-insert-alist): Following GNU notices, don't say `copyright
11702 _by_'. Use line-beginning-position.
11703 (auto-insert): Check buffer-file-name is non-nil before use.
11704
11705 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11706
11707 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11708 starting with `@def' or `@multitable', in addition to ones
11709 specified by the user in auto-fill-inhibit-regexp.
11710
11711 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
11712
11713 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11714 rmail-dont-reply-to-names matches the empty string.
11715
11716 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11717
11718 * startup.el (command-line-1, fancy-splash-text): Change the
11719 text to sound more friendly.
11720
11721 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11722
11723 * progmodes/hideshow.el: Update author email address.
11724 Generally, sync w/ maintainer version 5.22.
11725 (hs-hide-all-non-comment-function): New var.
11726 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11727 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11728 (hs-show-region): Delete this command.
11729 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11730
11731 2000-09-22 Dave Love <fx@gnu.org>
11732
11733 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11734 (hl-line-highlight): Specify buffer when moving overlay.
11735
11736 * progmodes/fortran.el (fortran-mode): Locally set
11737 normal-auto-fill-function.
11738 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11739 (fortran-mode-map): Adjust auto-fill menu entry.
11740
11741 2000-09-22 Gerd Moellmann <gerd@gnu.org>
11742
11743 * vc-rcs.el (toplevel): Require `vc' when compiling.
11744
11745 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11746
11747 2000-09-22 Andre Spiegel <spiegel@gnu.org>
11748
11749 * vc.el (vc-switch-backend): Signal an error if the file is not
11750 registered under the new backend.
11751
11752 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11753 without explicit revision number.
11754
11755 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11756
11757 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11758 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11759 (diff-xor): New function.
11760 (diff-find-source-location): Use it. Fix a stupid name clash.
11761 (diff-hunk-status-msg): New function.
11762 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11763 (diff-test-hunk): Use diff-find-source-location.
11764 (diff-goto-source): Favor the `reverse'.
11765 (diff-hunk-text): Properly handle one-sided context diffs.
11766 (diff-apply-hunk): When done, advance to the next hunk.
11767
11768 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11769
11770 * startup.el (command-line): If frame was created with a non-zero
11771 tool-bar-lines parameter, switch tool-bar-mode on.
11772
11773 * add-log.el (change-log-date-face, change-log-name-face)
11774 (change-log-email-face, change-log-file-face)
11775 (change-log-list-face, change-log-conditionals-face)
11776 (change-log-function-face, change-log-acknowledgement-face):
11777 New faces, inheriting from font-lock faces.
11778 (change-log-font-lock-keywords): Use them.
11779
11780 2000-09-21 Dave Love <fx@gnu.org>
11781
11782 * progmodes/cperl-mode.el (top-level): Clean up
11783 `eval-when-compile's and assorted defvars.
11784 (cperl-invalid-face): Don't double-quote value. Change custom
11785 type.
11786 (cperl-mode): Set normal-auto-fill-function and don't zap
11787 auto-fill-function.
11788 (cperl-imenu--function-name-regexp-perl): Renamed from
11789 imenu-example--function-name-regexp-perl.
11790 (cperl-imenu--create-perl-index): Renamed from
11791 imenu-example--create-perl-index.
11792 (cperl-xsub-scan): Don't require cl.
11793
11794 * msb.el (msb-mode-map): Use substitute-key-definition.
11795 (msb-mode): Use msb-mode-map.
11796
11797 2000-09-21 Andre Spiegel <spiegel@gnu.org>
11798
11799 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11800 New functions.
11801 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11802 (vc-switch-backend): New function.
11803 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11804 (vc-register): Fix prompt.
11805 (vc-unregister, vc-default-unregister): New functions.
11806 (vc-version-diff): Handle empty buffer in sentinel.
11807
11808 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11809 (vc-rcs-state-heuristic): Use it to guess the state of files with
11810 non-strict locking.
11811 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11812 been set with -b, but not created yet.
11813 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11814 contents in order to find the state.
11815 (vc-rcs-checkin): Allow creation of branches with no changes.
11816 (vc-rcs-unregister, vc-rcs-receive-file)
11817 (vc-rcs-set-non-strict-locking): New functions.
11818
11819 * vc-hooks.el (vc-name): Force correct computation of the value
11820 in case it is missing.
11821
11822 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11823
11824 * startup.el (fancy-splash-tail): Use a different foreground
11825 color on a dark frame background.
11826
11827 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11828
11829 * info.el: Use the correct capitalization when making Info-mode
11830 and Info-edit-mode `special' modes.
11831
11832 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11833
11834 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11835 (diff-mode): Add support for add-log.el.
11836 (diff-hunk-text): Use char offsets rather than line offsets.
11837 (diff-find-source-location): Replace LINE with line-offset (nil
11838 if not found) and always set POS to a meaningful position.
11839 Adapt to the new char-offsets.
11840 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11841 Adapt to the new diff-find-source-location.
11842 (diff-goto-source): Adapt to the new diff-find-source-location.
11843
11844 * add-log.el (add-log-file-name): New function (split out of
11845 add-change-log-entry).
11846 (add-change-log-entry): Use it.
11847 Call add-log-file-name-function with the changelog file name if
11848 the current buffer is not associated with any file.
11849 Avoid find-file if the selected window is dedicated.
11850
11851 * diff-mode.el (diff-find-source-location):
11852 Move code from diff-apply-hunk. Return buffer rather than file.
11853 (diff-apply-hunk): Use the new result from diff-find-source-location.
11854 (diff-goto-source): Use the new diff-find-source-location.
11855
11856 2000-09-20 Dave Love <fx@gnu.org>
11857
11858 * iswitchb.el: Some doc fixes.
11859 (iswitchb-mode-map): Define completely initially. Inherit
11860 minibuffer-local-map.
11861 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11862 fundamental-mode.
11863 (iswitchb-global-map): New variable.
11864 (iswitchb-summaries-to-end): Amalgamate regexps.
11865 (iswitchb-mode): New.
11866 (iswitchb-mode-hook): New variable.
11867 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11868 `extensions'.
11869
11870 2000-09-20 Gerd Moellmann <gerd@gnu.org>
11871
11872 * ehelp.el (electric-help): New defgroup.
11873 (electric-help-shrink-window): New user-option.
11874 (with-electric-help): Use it.
11875
11876 * window.el (shrink-window-if-larger-than-buffer): If face
11877 `mode-line' has a :box, and we're on a graphical frame, add 1
11878 to the needed window height.
11879
11880 * frame.el (frame-notice-user-settings): Add a last parameter nil
11881 to a call to `append', because the last list passed to `append' is
11882 not copied, and so subsequent calls to assq-delete-all will modify
11883 default-frame-alist.
11884
11885 * startup.el (fancy-splash-image): Change :type.
11886 (fancy-splash-head): Use an XBM image if appropriate.
11887 (command-line-1): Show splash screens in more cases.
11888
11889 * startup.el (fancy-splash-text): Don't quote faces.
11890
11891 * dired.el (dired-font-lock-keywords): Undo last change.
11892 (dired-readin): Bind indent-tabs-mode to nil.
11893
11894 * startup.el (fancy-splash-head): If frame's background mode
11895 is `dark', change the black background of the image to gray.
11896 (fancy-splash-screens): Display startup echo area message.
11897 (display-startup-echo-area-message): New function.
11898
11899 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11900
11901 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11902
11903 * info.el (info-header-node): Tweak for color ttys.
11904
11905 * faces.el (face-valid-attribute-values): Make sure directories we
11906 search for stipples both exist and are readable before trying to
11907 search them.
11908
11909 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11910 in the dry-run case.
11911
11912 * jka-compr.el (with-auto-compression-mode): New macro.
11913
11914 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11915 (custom-group-tag-face, custom-variable-tag-face): Use relative
11916 :height and inherit from `variable-pitch' face instead of
11917 hardwiring :family.
11918 * hi-lock.el (hi-black-hb): Likewise.
11919
11920 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11921 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11922 toolbar-add-item, if image doesn't have a mask add a `:mask
11923 heuristic'.
11924
11925 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11926
11927 * diff-mode.el: Docstring fixes.
11928 (diff-header-face, diff-comment-face): New faces.
11929 (diff-font-lock-keywords): Highlight a bit differently.
11930 (diff-find-source-location): Don't return SPAN any more.
11931 (diff-hunk-text): Don't bother erasing the temp buffer.
11932 (diff-find-text): Drop argument LINE.
11933 (diff-apply-hunk): Update calls to diff-find-text.
11934 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11935
11936 * calendar/calendar.el: Docstring fixes.
11937 (calendar-make-alist): Don't quote lambda.
11938 (calendar-star-date): Use make-local-variable.
11939
11940 2000-09-19 Dave Love <fx@gnu.org>
11941
11942 * toolbar/tool-bar.el: Renamed from toolbar.el.
11943 Change `toolbar' to `tool-bar' generally in symbols.
11944 Make some items invisible in `special' major modes.
11945 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11946 Add arg PROPS.
11947
11948 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11949 Add :version here.
11950 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11951
11952 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11953
11954 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11955
11956 * files.el (find-file-suppress-same-file-warnings): New user-option.
11957 (find-file-noselect): Use it.
11958
11959 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11960 (fancy-splash-screen): Defgroup.
11961
11962 * add-log.el (change-log-font-lock-keywords): Match names
11963 more exactly for the case that font-lock-constant-face is
11964 underlined.
11965
11966 2000-09-19 Richard M. Stallman <rms@gnu.org>
11967
11968 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11969
11970 2000-09-19 Andre Spiegel <spiegel@gnu.org>
11971
11972 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11973
11974 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11975
11976 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11977 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11978 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11979 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11980 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11981 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11982 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11983 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11984 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11985 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11986 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11987 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11988
11989 * startup.el (fancy-splash-text): New variable.
11990 (fancy-splash-delay, fancy-splash-image): New user-options.
11991 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11992 (fancy-splash-screens): New functions.
11993 (command-line-1): If display has a `display' frame parameter, has
11994 colors, and we have XPM support, show more fancy splash screens.
11995
11996 2000-09-19 Dave Love <fx@gnu.org>
11997
11998 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11999 with null `help'. Use modern backquote syntax.
12000
12001 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12002
12003 * font-lock.el (font-lock-mode): Change message telling the user
12004 that ``the buffer is too big''.
12005
12006 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
12007 for instance for the case that tab-width is 2.
12008
12009 2000-09-18 Gerd Moellmann <gerd@gnu.org>
12010
12011 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
12012 toolbar-add-item, if image doesn't have a mask add a `:mask
12013 heuristic'.
12014
12015 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
12016
12017 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
12018 and return a cons if it's non-nil.
12019 (diff-apply-hunk): Try to jump to the line in the source text
12020 corresponding to the position of point in the in the hunk.
12021
12022 * info.el (Info-title-3-face, Info-title-2-face)
12023 (Info-title-1-face): Use face inheritance and relative sizes
12024 instead of hard-wiring things.
12025
12026 * faces.el (secondary-selection): Make dark-background variant sane.
12027
12028 2000-09-16 Andrew Innes <andrewi@gnu.org>
12029
12030 * makefile.w32-in (compile-files-CMD): No need to make .elc files
12031 read-only, since they aren't under VC now.
12032
12033 2000-09-17 Dave Love <fx@gnu.org>
12034
12035 * tmm.el: Replace mapcar with mapc in several places.
12036
12037 * loadhist.el (unload-feature): Maybe call elp-restore-list and
12038 ad-unadvise.
12039
12040 * international/latin1-disp.el: New file.
12041
12042 * calendar/cal-move.el (scroll-calendar-left)
12043 (scroll-calendar-right): Make arg optional (for active mode line).
12044
12045 * calendar/calendar.el (calendar-mode-line-format): Make fields
12046 mouse-sensitive.
12047 (calendar-read-date, calendar-read-date, calendar-window-list):
12048 Unquote lambda.
12049 (calendar-month-name): Use aref, not sref.
12050
12051 * view.el (minor-mode-alist): Propertize the string.
12052
12053 * international/characters.el (standard-case-table): Add entries
12054 for Greek.
12055
12056 2000-09-18 Miles Bader <miles@gnu.org>
12057
12058 * info.el (info-node, info-xref): Add dark-background variants.
12059
12060 * faces.el (header-line): Change defaults to be less confusing
12061 when mixed with mode-lines.
12062
12063 * info.el (Info-fontify-node): Make a few cleanups.
12064 Add extra `help-echo' and `local-map' props to node xrefs.
12065 Use header-specific faces for node-names & xrefs.
12066 (Info-use-header-line): New variable.
12067 (info-header-xref, info-header-node): New faces.
12068 (Info-setup-header-line): New function.
12069 (Info-select-node): Call Info-setup-header-line when enabled.
12070 (Info-extract-pointer): Work even if the header line is hidden.
12071 (Info-header-line): New variable.
12072
12073 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
12074
12075 * vms-patch.el (print-region-function): Don't quote lambda.
12076
12077 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
12078
12079 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
12080 (lm-get-header-re): Allow spaces between the header and the colon.
12081 (lm-header): Allow $ in non-RCS headers.
12082 (lm-header-multiline): Put the strings back into order.
12083 Stop at an empty line. Don't require two space chars if the
12084 line is clearly not another header line.
12085
12086 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
12087 (popup-menu-popup): Remove.
12088
12089 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12090
12091 * toolbar/toolbar.el (toolbar-add-item): Use the same image
12092 specification if or if not tool-bar item contains an `:enabled'
12093 property.
12094
12095 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
12096 current buffer has no file name.
12097
12098 2000-09-15 Dave Love <fx@gnu.org>
12099
12100 * strokes.el: Sync with maintainer's current version with changes
12101 for Emacs, but avoid runtime cl and levents.
12102 (toplevel): Change autoloads and compilation requires.
12103 (strokes-version, strokes-bug-address, strokes-lift): Values
12104 changed.
12105 (strokes-xpm-header, strokes-insinuated): New variable.
12106 (strokes): Add :link.
12107 (strokes-mode): Customized.
12108 (strokes-while-inhibiting-garbage-collector): New macro.
12109 (strokes-remassoc): Avoid remove-if.
12110 (strokes-fix-button2-command): Don't use ad-do-it.
12111 (strokes-insinuate): New function.
12112 (strokes-button-press-event-p, strokes-button-release-event-p):
12113 New functions, used instead of non-`strokes-' versions..
12114 (strokes-mouse-event-p): Rewritten.
12115 (strokes-event-closest-point): Avoid event-point.
12116 (strokes-get-grid-position): Avoid cdadr, caadr
12117 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
12118 functions.
12119 (strokes-help): Use with-output-to-temp-buffer.
12120 (strokes-window-configuration-changed-p): New function.
12121 (strokes-update-window-configuration): Use buffer-live-p,
12122 strokes-window-configuration-changed-p.
12123 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
12124 (strokes-char-face): New face.
12125 (strokes-char-table, strokes-base64-chars): New variable.
12126 (strokes-xpm-for-stroke, strokes-list-strokes)
12127 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
12128 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
12129 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12130 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
12131 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
12132 functions.
12133
12134 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12135
12136 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
12137
12138 * image.el (create-image): Doc fix.
12139
12140 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
12141 instead of `:heuristic-mask t'.
12142
12143 2000-09-14 Andrew Innes <andrewi@gnu.org>
12144
12145 * makefile.w32-in: Revert to Unix line endings.
12146
12147 2000-09-14 Andrew Innes <andrewi@gnu.org>
12148
12149 * makefile.w32-in: Add bootstrap support. Also copy lisp source
12150 when installing.
12151
12152 * makefile.nt (DONTCOMPILE): Fix typo.
12153
12154 * shell.el (shell-write-history-on-exit): New function.
12155 (shell-dumb-shell-regexp): New custom variable.
12156 (shell-mode): Make shell-write-history-on-exit the process
12157 sentinel if shell name matches shell-dumb-shell-regexp.
12158
12159 * w32-fns.el: Comment out before-init-hook function which resets
12160 source-directory based; this breaks bootstrap.
12161
12162 2000-09-14 Dave Love <fx@gnu.org>
12163
12164 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
12165 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
12166 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
12167 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
12168 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
12169 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
12170 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
12171 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
12172 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
12173
12174 * toolbar/toolbar.el: New.
12175
12176 * subdirs.el: Add toolbar.
12177
12178 2000-09-14 Gerd Moellmann <gerd@gnu.org>
12179
12180 * indent.el (indent-for-tab-command): Doc fix.
12181
12182 2000-09-14 Alex Schroeder <alex@gnu.org>
12183
12184 * ansi-color.el (ansi-colors): Doc change.
12185 (ansi-color-get-face): Simplified regexp.
12186 (ansi-color-faces-vector): Added more faces, doc change.
12187 (ansi-color-names-vector): Doc change.
12188 (ansi-color-regexp): Simplified regexp.
12189 (ansi-color-parameter-regexp): New regexp.
12190 (ansi-color-filter-apply): Doc change.
12191 (ansi-color-filter-region): Doc change.
12192 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
12193 deal with zero length parameters.
12194 (ansi-color-apply-on-region): Doc change.
12195 (ansi-color-map): Doc change.
12196 (ansi-color-map-update): Removed debugging message.
12197 (ansi-color-get-face-1): Added condition-case to trap
12198 args-out-of-range errors.
12199 (ansi-color-get-face): Doc change.
12200 (ansi-color-make-face): Removed.
12201 (ansi-color-for-shell-mode): New option.
12202
12203 2000-09-13 Kenichi Handa <handa@etl.go.jp>
12204
12205 * international/quail.el (quail-start-translation): Translate KEY
12206 if necessary even if it doesn't have any mapping in the current
12207 input method.
12208 (quail-start-conversion): Likewise.
12209 (quail-help): The output message is improved.
12210
12211 2000-09-13 Miles Bader <miles@gnu.org>
12212
12213 * comint.el (comint-output-filter): Revert to using
12214 `insert-before-markers'. Add bletcherous hack to undo damage
12215 caused by `insert-before-markers'. Put `front-sticky' property on
12216 overlays created here so that the field code understands how the
12217 overlay works. Use a let when making comint-last-prompt-overlay,
12218 so that the code is easier to read.
12219
12220 2000-09-13 Dave Love <fx@gnu.org>
12221
12222 * wid-edit.el (widget-default-format-handler): DTRT when
12223 doc-property is a function.
12224
12225 2000-09-12 Francesco Potorti` <pot@gnu.org>
12226
12227 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12228 filed name if it's not there.
12229
12230 2000-09-12 Dave Love <fx@gnu.org>
12231
12232 * simple.el (read-mail-command): Doc fix.
12233 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12234
12235 * vc.el (vc-dired-listing-switches): Fix :version.
12236
12237 * vc-hooks.el: Doc fixes.
12238
12239 * subr.el (add-minor-mode): Use toggle-fun arg.
12240
12241 * speedbar.el: Add :version to several defcustoms.
12242
12243 * imenu.el (imenu--truncate-items, imenu--cleanup)
12244 (imenu--generic-function): Avoid mapcar.
12245 (imenu--replace-spaces): Function removed.
12246 (imenu--completion-buffer): Use subst-char-in-string.
12247 (imenu-add-to-menubar): Use keymap inheritance.
12248
12249 2000-09-12 Miles Bader <miles@gnu.org>
12250
12251 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12252 (diff-mode-map): Bind `diff-test-hunk'.
12253 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12254
12255 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12256
12257 * bytecomp.el (byte-compile-defvar): Undo last change
12258 because it breaks '(make-variable-buffer-local (defvar ...)'
12259 which is used at least in dired.
12260
12261 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12262
12263 * international/quail.el (quail-define-package): Docstring
12264 modified.
12265
12266 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12267
12268 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12269 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12270 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12271 docstring of "chinese-py".
12272
12273 * international/quail.el (quail-translation-docstring): New
12274 variable.
12275 (quail-show-keyboard-layout): Docstring modified.
12276 (quail-select-current): Likewise.
12277 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12278 infinite recursive call.
12279 (quail-help): Check quail-translation-docstring. Format of the
12280 output changed.
12281 (quail-help-insert-keymap-description): Adjusted for the above
12282 change.
12283
12284 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12285
12286 * bytecomp.el (byte-compile-defvar): Only cons onto
12287 current-load-list in top-level forms. Else this leaks a cons cell
12288 every time a defun is called.
12289
12290 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12291
12292 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12293 Now understands non-unified diffs. Some functionality moved into
12294 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12295 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12296 modify anything. Only reposition point in the patched file if the
12297 patch succeeds. Only pop up another window if POPUP is true.
12298 Emit a message describing what happened if successful, and at what
12299 line-offset. Automatically detect reversed hunks and do something
12300 appropriate.
12301 (diff-hunk-text, diff-find-text): New functions.
12302 (diff-filter-lines): Function removed.
12303 (diff-test-hunk): New function.
12304 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12305
12306 2000-09-10 Dave Love <fx@gnu.org>
12307
12308 * textmodes/tildify.el: Minor doc/commentary fixes.
12309 (tildify) <defgroup>: Add :version.
12310
12311 * faces.el (face-x-resources): Make custom type more specific.
12312 (frame-background-mode): Use mapc.
12313 (region) <defcustom>: Add :version.
12314
12315 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12316
12317 * vc-sccs.el (vc-sccs-register):
12318 * vc-rcs.el (vc-rcs-register):
12319 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12320 * vc.el (vc-register): Clear file's properties.
12321
12322 2000-09-08 Gerd Moellmann <gerd@gnu.org>
12323
12324 * faces.el (face-spec-set): Only face-spec-reset-face when
12325 ATTRS is non-nil.
12326
12327 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12328
12329 * help.el (help-insert-xref-button): Fix a typo in doc string.
12330
12331 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12332
12333 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12334 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12335 methods.
12336
12337 * menu-bar.el (read-mail-item-name): New function.
12338 (menu-bar-tools-menu): Use it to compute and display the package
12339 used to read email.
12340 (menu-bar-tools-menu): Fix typo in GUD's help string.
12341
12342 2000-09-07 Dave Love <fx@gnu.org>
12343
12344 * diff-mode.el (diff-mouse-goto-source): New function.
12345
12346 * vc-sccs.el: Doc fixes.
12347 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12348
12349 * vc-rcs.el: Doc fixes.
12350 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12351 (vc-rcs-checkout-switches, vc-rcs-header)
12352 (vc-rcs-master-templates): Add or change :version.
12353
12354 * vc-cvs.el: Doc fixes.
12355 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12356 (vc-cvs-stay-local): Add :version.
12357
12358 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12359
12360 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12361
12362 * international/quail.el (quail-help): Fix previous change.
12363
12364 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12365
12366 * faces.el (color-values): Doc fix.
12367
12368 * faces.el (frame-set-background-mode): Use frame-parameter
12369 instead of frame-parameters.
12370
12371 * frame.el (filtered-frame-list): Reduce consing.
12372 (frames-on-display-list): Call frame-parameter instead of
12373 frame-parameters.
12374
12375 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12376
12377 * language/devan-util.el (devanagari-to-indian-region): In the
12378 loop, change the following char, not preceding char.
12379
12380 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12381
12382 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12383 instead of frame-parameters.
12384
12385 * faces.el (set-face-attribute): Simplify by calling
12386 internal-set-lisp-face-attribute with FRAME being 0.
12387
12388 * vc.el: Remove `Id' version control keyword.
12389
12390 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12391
12392 * help.el (help-make-xrefs): Adjusted for the change of
12393 help-xref-mule-regexp.
12394 (help-insert-xref-button): New function.
12395
12396 * international/mule-cmds.el (help-xref-mule-regexp-template):
12397 Include the pattern for character set.
12398 (leim): New group.
12399
12400 * international/quail.el: Don't require face.
12401 (quail): New group.
12402 (quail-other-command): Dummy command to make quail-help work better.
12403 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12404 (quail-keyboard-layout-substitution): New variable.
12405 (quail-update-keyboard-layout): New function.
12406 (quail-keyboard-layout-type): New customizable variable.
12407 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12408 (quail-keyboard-translate): Pay attention to
12409 quail-keyboard-layout-substitution.
12410 (quail-insert-kbd-layout): New function.
12411 (quail-show-keyboard-layout): New function.
12412 (quail-get-translation): If the definition is a vector of length
12413 1, and the element is a string of length 1, return the character
12414 in that string.
12415 (quail-update-current-translations): Fix the case of
12416 relative-index out of range.
12417 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12418 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12419 Show key sequences for all available characters.
12420 (quail-help-insert-keymap-description): Don't show such verbose
12421 key bindings as quail-self-insert-command.
12422
12423 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12424 Format changed, and each element now have extra documentations.
12425 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12426 Adjusted for the change of quail-cxterm-package-ext-info.
12427
12428 2000-09-06 Gerd Moellmann <gerd@gnu.org>
12429
12430 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12431 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12432 during bootstrap.
12433
12434 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12435
12436 * vc.el: (toplevel): Don't require `dired' at run-time.
12437 (vc-dired-resynch-file): Remove autoload cookie.
12438
12439 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12440
12441 * vc.el: Made several backend functions optional.
12442 (vc-default-responsible-p): New function.
12443 (vc-merge): Use RET for first version to trigger merge-news, not
12444 prefix arg.
12445 (vc-annotate): Handle backends that do not support annotation.
12446 (vc-default-merge-news): Removed. The existence of a merge-news
12447 implementation is now checked on caller sites.
12448
12449 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12450 case.
12451
12452 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12453 special case that has been removed from the default in vc-hooks.el.
12454
12455 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12456
12457 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12458
12459 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12460
12461 * vc-hooks.el: Require vc during compilation.
12462 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12463 macro `with-vc-properties' in vc.el.
12464 (vc-file-getprop): Doc fix.
12465 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12466
12467 * vc.el: Require dired-aux during compilation.
12468 (vc-name-assoc-file): Moved to vc-sccs.el.
12469 (with-vc-properties): New macro.
12470 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12471 vc-finish-steal): Use it.
12472 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12473 to the backend-specific function is now supposed to do the checkout,
12474 too.
12475 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12476
12477 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12478 set file properties; that gets done in the generic code now.
12479
12480 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12481 Changed parameter list, added code from vc.el that does the
12482 checkout, possibly with a double-take.
12483
12484 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12485 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12486 the above under the new name.
12487 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12488 parameter list, added checkout command.
12489 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12490 properties; that gets done in the generic code now.
12491
12492 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12493
12494 * vc.el: Docstring fixes (courtesy of checkdoc).
12495
12496 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12497
12498 * vc.el (vc-checkout-writable-buffer-hook)
12499 (vc-checkout-writable-buffer): Remove.
12500 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12501 (vc-log-mode): Make it into a clean derived major mode.
12502 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12503 vc-log-mode if log-edit is not available.
12504 (vc-dired-mode-map): Don't set-keymap-parent yet.
12505 (vc-dired-mode): Do set-keymap-parent here.
12506 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12507
12508 2000-09-05 Gerd Moellmann <gerd@gnu.org>
12509
12510 * faces.el (set-face-attribute, face-spec-reset-face)
12511 (face-spec-set): Avoid consing by removing calls to `apply'.
12512
12513 * frame.el (frame-parameter): Move to C code.
12514
12515 2000-09-05 Dave Love <fx@gnu.org>
12516
12517 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12518 insert-before-markers-and-inherit. Now checked systematically!
12519
12520 2000-09-05 Alex Schroeder <alex@gnu.org>
12521
12522 * sql.el (sql-postgres): Use sql-postgres-options.
12523 (sql-postgres-options): New variable.
12524
12525 2000-09-05 Alex Schroeder <alex@gnu.org>
12526
12527 * sql.el (sql-mode-menu): Work around missing variable mark-active
12528 in XEmacs.
12529 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12530 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12531 compatibility.
12532
12533 2000-09-04 Gerd Moellmann <gerd@gnu.org>
12534
12535 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12536
12537 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12538
12539 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12540
12541 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12542
12543 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12544 don't support anything else under SCCS yet.
12545
12546 * vc-hooks.el: Minor doc fixes.
12547
12548 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12549
12550 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12551 not necessary. If verbose in state `needs-patch', do the same as
12552 under `up-to-date'. When NOT verbose and `needs-patch', check out
12553 latest version instead of `merge-news'.
12554 (vc-next-action-dired): Don't mess with default-directory here; it
12555 breaks other parts of dired. It is the job of the
12556 backend-specific functions to adjust it temporarily if they need it.
12557 (vc-next-action): Remove a special CVS case.
12558 (vc-clear-headers): New optional arg FILE.
12559 (vc-checkin, vc-checkout): Set properties vc-state and
12560 vc-checkout-time properly.
12561 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12562 (vc-print-log): Use new backend function `show-log-entry'.
12563 (vc-cancel-version): Do the checks in a different order. Added a
12564 FIXME concerning RCS-only code.
12565
12566 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12567 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12568
12569 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12570
12571 * vc-hooks.el (vc-default-mode-line-string): Show state
12572 `needs-patch' as a `-' too.
12573
12574 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12575
12576 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12577 (vc-default-could-register): New function.
12578 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12579 (vc-resynch-buffer): Call vc-dired-resynch-file.
12580 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12581 vc-resynch-buffer instead of vc-resynch-window.
12582 (vc-next-action-dired): Don't redisplay here, that gets done as a
12583 result of the individual file operations.
12584 (vc-retrieve-snapshot): Corrected prompt order.
12585
12586 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12587
12588 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12589 as well.
12590 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12591 hostname regexps. Updated all callers.
12592 (vc-cvs-responsible-p): Handle directories as well.
12593 (vc-cvs-could-register): New function.
12594 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12595 properties up-to-date.
12596
12597 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12598 user whether to create one.
12599
12600 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12601
12602 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12603 check out a non-existing file.
12604
12605 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12606 workfile does not exist.
12607
12608 * vc.el (vc-version-diff): Use `require' to check for existence of
12609 diff-mode.
12610
12611 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12612
12613 * vc-cvs.el (vc-cvs-registered): Use new function
12614 vc-cvs-parse-entry to do the actual work.
12615
12616 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12617
12618 * vc-hooks.el (vc-find-backend-function): If function doesn't
12619 exist, return nil instead of error.
12620 (vc-call-backend): Doc fix.
12621
12622 * vc.el (vc-do-command): Doc fix.
12623 (vc-finish-logentry): When checking in from vc-dired, choose the
12624 right backend for logentry check.
12625 (vc-dired-mode-map): Inherit from dired-mode-map.
12626 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12627 simplified.
12628 (vc-dired-state-info): Removed, updated caller.
12629 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12630 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12631 (vc-dired-listing-switches): New variable.
12632 (vc-directory): Use it, instead of dired-listing-switches.
12633
12634 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12635 (vc-cvs-dir-state): New function.
12636 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12637 (vc-cvs-parse-entry): New function, also to be used in
12638 vc-cvs-registered.
12639
12640 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12641
12642 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12643 *or* single-window-frames.
12644
12645 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12646
12647 * vc.el (vc-update-changelog): Split into generic part and default
12648 implementation. Doc string adapted.
12649 (vc-default-update-changelog): New function. Call the `rcs2log'
12650 script in exec-directory, to fix a long-standing nuisance.
12651
12652 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12653 simply signals an error.
12654
12655 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12656
12657 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12658 control-flow more clear and to avoid running `cvs' twice.
12659
12660 * vc.el (vc-next-action-on-file): Doc fix.
12661 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12662 (vc-print-log): Eval `file' before constructing the continuation.
12663
12664 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12665
12666 * vc.el (vc-next-action-on-file): Corrected several messages.
12667 (vc-merge): Add prefix arg `merge-news'; handle it.
12668
12669 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12670 is not reached. It is.
12671 (vc-cvs-merge): Set state to 'edited after merge.
12672 (vc-cvs-merge-news): Set workfile version to nil if not known.
12673 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12674
12675 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12676 via stdout. (Merge from main line.)
12677
12678 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12679
12680 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12681 detection.
12682
12683 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12684
12685 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12686 against kill-all-local-variables.
12687 (vc-log-edit): Don't save vc-parent-buffer any more.
12688 (vc-last-comment-match): Initialize to an empty string.
12689 (vc-post-command-functions): New hook.
12690 (vc-do-command): Run it.
12691 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12692 (vc-finish-logentry): Only add the comment to the ring if it's
12693 different from the last comment entered.
12694 (vc-new-comment-index): New function.
12695 (vc-previous-comment): Use it. Make the minibuffer message
12696 slightly less terse.
12697 (vc-comment-search-reverse): Make it work forward as well. Don't
12698 set vc-comment-ring-index if no match is found. Use
12699 vc-new-comment-index.
12700 (vc-comment-search-forward): Use vc-comment-search-reverse.
12701 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12702 define-derived-mode will do it for us. Bind `v' to a keymap that
12703 inherits from vc-prefix-map so that we can bind `vt' without
12704 binding C-x v t.
12705 (vc-retrieve-snapshot): Parenthesis typo.
12706
12707 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12708 to 1. Make sure to switch to *vc* before looking for an error
12709 message. Use vc-parse-buffer.
12710
12711 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12712
12713 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12714 and NAME.
12715 (vc-retrieve-snapshot): Split into two parts.
12716 (vc-default-retrieve-snapshot): New function.
12717
12718 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12719 (vc-cvs-retrieve-snapshot): New function (untested).
12720 (vc-cvs-stay-local): Default to t.
12721 (vc-cvs-remote-p): New function and property.
12722 (vc-cvs-state): Stay local only if the above is t.
12723 (vc-handle-cvs): Removed.
12724 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12725 done via vc-handled-backends now.
12726 (vc-cvs-header): Escape Id.
12727
12728 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12729
12730 * vc.el (vc-do-command): Remove unused commands.
12731 (vc-version-diff): Make sure default-directory ends with a slash.
12732 Move the window commands into a vc-exec-after.
12733 (vc-print-log): Move more of the code into the `vc-exec-after'.
12734
12735 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12736
12737 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12738 (vc-print-log): Search current revision from beginning of buffer.
12739 (vc-revert-buffer): Clear echo area after the diff is finished.
12740 (vc-prefix-map): Removed definition of "t" for terse display in vc
12741 dired.
12742 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12743 definition of "vt" for terse display.
12744 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12745
12746 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12747
12748 * vc.el (vc-exec-after): Avoid caddr.
12749
12750 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12751
12752 * vc.el (vc-exec-after): New function.
12753 (vc-do-command): Use it to add a termination message for async
12754 procs.
12755 (vc-checkout): Try to handle a missing-backend situation.
12756 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12757 of a directory with a backend using async diffs.
12758 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12759 present.
12760
12761 * vc-sccs.el (vc-sccs-state-heuristic): Use
12762 file-ownership-preserved-p.
12763
12764 * vc-rcs.el (vc-rcs-state-heuristic): Use
12765 file-ownership-preserved-p.
12766 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12767
12768 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12769
12770 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12771 vc-do-command.
12772
12773 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12774 when there are no changes.
12775
12776 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12777
12778 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12779
12780 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12781
12782 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12783
12784 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12785
12786 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12787 the `fset' outside of the defvar so that it works even if
12788 vc-prefix-map was already defined.
12789 (vc-setup-buffer): New function, split out of vc-do-command.
12790 (vc-do-command): Allow BUFFER to be t to mean `just use the
12791 current buffer without any fuss'.
12792 (vc-version-diff): Change the `diff' backend operation to just put
12793 the diff in the current buffer without erasing it. Always use
12794 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12795 shrink-window-if-larger-than-buffer.
12796 (vc-print-log): Change the `print-log' backend operation to just
12797 put the log in the current buffer without erasing it. Protect
12798 shrink-window-if-larger-than-buffer.
12799 (vc-update-change-log): Fix setd typo.
12800
12801 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12802 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12803
12804 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12805 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12806 CMP.
12807
12808 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12809 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12810 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12811
12812 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12813
12814 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12815 not possible, use vc-BACKEND-workfile-unchanged-p.
12816 (vc-default-workfile-unchanged-p): New function. Delegates to a
12817 full vc-BACKEND-diff.
12818
12819 * vc-hooks.el (vc-simple-command): Removed.
12820
12821 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12822 instead of vc-simple-command.
12823 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12824 avoid doing a diff when opening a file.
12825 (vc-rcs-state): Added check for unlocked-changes.
12826 (vc-rcs-header): Escape Id.
12827 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12828 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12829 version.
12830
12831 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12832 (vc-sccs-diff): Remove optional arg CMP.
12833 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12834 SCCS-specific function.
12835
12836 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12837 vc-simple-command.
12838
12839 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12840
12841 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12842 (with-vc-file, vc-merge): Use vc-editable-p.
12843 (vc-do-command): Remove unused var vc-file and fix the
12844 doubly-defined `status' var. Add a user message when starting an
12845 async command.
12846 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12847 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12848 Use with-current-buffer.
12849 (vc-buffer-sync): Use unless.
12850 (vc-next-action-on-file): If the file is 'edited by read-only,
12851 make it read-write instead of trying to commit.
12852 (vc-version-diff, vc-update-change-log): Use `setq
12853 default-directory' rather than `cd'.
12854 (vc-log-edit): Don't forget to set default-directory in the
12855 buffer.
12856
12857 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12858 (vc-sccs-state-heuristic): Use file-writable-p instead of
12859 comparing userids.
12860 (vc-sccs-checkout): Use `unless'.
12861
12862 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12863 of comparing userids.
12864 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12865 Simplify the logic by eliminating unreachable code.
12866 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12867 just do a recursive call if we need to retry.
12868 (vc-rcs-checkout): Handle the case where rcs is missing by making
12869 the buffer read-write if requested and re-signalling the error.
12870
12871 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12872
12873 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12874
12875 * vc-hooks.el (vc-handled-backends): Docstring change.
12876 (vc-ignore-vc-files): Mark obsolete.
12877 (vc-registered): Check vc-ignore-vc-files.
12878 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12879 vc-ignore-vc-files.
12880
12881 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12882
12883 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12884
12885 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12886 files since ange-ftp already has vc-registered return nil.
12887
12888 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12889 (vc-sccs-workfile-version): Use with-temp-buffer and new
12890 vc-parse-buffer and don't bother setting the property.
12891 (vc-sccs-add-triple): Use with-current-buffer and
12892 find-file-noselect.
12893 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12894
12895 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12896 derives from the old vc-parse-buffer but uses the revision number
12897 rather than the date (much easier to compare robustly).
12898 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12899 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12900 locking-user more directly. Check strict locking and set
12901 checkout-model appropriately.
12902 (vc-rcs-parse-locks): Remove.
12903 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12904 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12905 (vc-rcs-system-release): Use with-current-buffer and
12906 vc-parse-buffer.
12907 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12908
12909 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12910 (vc-simple-command): Docstring fix.
12911 (vc-registered): Align the way the file-handler is called with the
12912 way the function itself works.
12913 (vc-file-owner): Remove.
12914
12915 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12916 extraction of fields and call to file-attributes because of a
12917 temporary bug in rcp.el.
12918 (vc-cvs-fetch-status): Use with-current-buffer.
12919
12920 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12921
12922 * vc.el (vc-do-command): Use file-relative-name.
12923 (vc-responsible-backend): Use vc-backend if possible.
12924 (vc-create-snapshot): Improve the `interactive' spec. Add support
12925 for branches and dispatch to backend-specific `create-snapshot'.
12926 (vc-default-create-snapshot): New function, containing the bulk of
12927 the old vc-create-snapshot.
12928 (vc-retrieve-snapshot): Improve the interactive spec.
12929
12930 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12931 (vc-backend-hook-functions): Remove.
12932 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12933 (vc-backend): Reintroduce the test for `file = nil' now that I
12934 know why it was there (and added a comment to better remember).
12935
12936 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12937 code from vc-sccs-hooks.el.
12938 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12939 'vc anymore.
12940 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12941 and file-directory-p instead of file-exists-p.
12942 (vc-sccs-check-headers): Simplify the regexp.
12943
12944 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12945 from vc-rcs-hooks.el. Don't require 'vc anymore.
12946 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12947 file-directory-p instead of file-exists-p.
12948
12949 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12950 from vc-cvs-hooks.el.
12951 (proto vc-cvs-registered): Require 'vc-cvs instead of
12952 'vc-cvs-hooks. Don't require 'vc anymore.
12953 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12954 file-directory-p instead of file-exists-p.
12955 (vc-cvs-create-snapshot): New function, replacing
12956 vc-cvs-assign-name.
12957 (vc-cvs-assign-name): Remove.
12958
12959 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12960
12961 * vc-cvs.el (vc-cvs-header): New var.
12962
12963 * vc-rcs.el (vc-rcs-exists): Remove.
12964 (vc-rcs-header): New var.
12965
12966 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12967 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12968 (vc-sccs-header): New var.
12969
12970 * vc.el (vc-do-command): Get rid of the `last' argument.
12971 (vc-header-alist): Remove, replaced by vc-X-header.
12972 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12973 (vc-dired-hook): Use expand-file-name instead of concat.
12974 (vc-directory): Use file-name-as-directory.
12975 (vc-snapshot-precondition, vc-create-snapshot)
12976 (vc-retrieve-snapshot): Allow the command to operate on any
12977 directory.
12978
12979 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12980 just removing the 'WORKFILE argument or by removing the 'MASTER
12981 argument and replacing `file' with (vc-name file).
12982
12983 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12984
12985 * vc.el: Update Copyright and add a crude list of backend funs.
12986 (vc-writable-p): New function.
12987 (with-vc-file): Use vc-writable-p.
12988 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12989 (vc-register): Avoid vc-name.
12990 (vc-locking-user): Remove.
12991 (vc-steal-lock): Make the `owner' arg non-optional.
12992 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12993 vc-checkout-model.
12994 (vc-default-dired-state-info): Use vc-state instead of
12995 vc-locking-user and return special strings for special states.
12996 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12997 and get rid of one of the special CVS cases.
12998 (vc-cancel-version): prettify error message with \\[...].
12999 (vc-rename-master): New function.
13000 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
13001 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
13002 the CVS special case generic.
13003 (vc-default-record-rename): Remove.
13004 (vc-file-tree-walk-internal): Only call FUNC for files that are
13005 under control of some VC backend and replace `concat' with
13006 expand-file-name.
13007 (vc-file-tree-walk): Update docstring.
13008 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
13009 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
13010
13011 * vc-sccs.el (vc-sccs-rename-file): Renamed from
13012 vc-sccs-record-rename. Use `find-file-noselect' rather than
13013 `find-file' and call `vc-rename-master' to do the actual move.
13014 (vc-sccs-diff): Remove unused `backend' variable.
13015
13016 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
13017 to delay loading of vc-sccs until it is really used.
13018 (vc-sccs-master-templates): Preload.
13019 (vc-sccs-state): Update call to vc-sccs-parse-locks.
13020 (vc-sccs-project-dir): Remove (merged into
13021 vc-sccs-search-project-dir).
13022 (vc-sccs-search-project-dir): Rewrite using file name handling ops
13023 rather than `concat', make sure it is preloaded and don't bother
13024 to check that the file actually exists.
13025 (vc-sccs-parse-locks): Remove unused `file' argument, remove
13026 `locks' argument (use buffer's content instead) and eliminate n^2
13027 behavior.
13028
13029 * vc-rcs.el: Update Copyright.
13030 (vc-rcs-rename-file): New function.
13031 (vc-rcs-diff): Remove unused `backend' variable.
13032
13033 * vc-hooks.el: Update Copyright.
13034 (vc-backend): Don't accept a nil argument any more.
13035 (vc-up-to-date-p): Turn into a defsubst.
13036 (vc-possible-master): New function.
13037 (vc-check-master-templates): Use `vc-possible-master' and allow
13038 funs in vc-X-master-templates to return a non-existent file.
13039
13040 * vc-cvs.el: Update Copyright.
13041 (vc-cvs-diff): Remove unused `backend' variable.
13042 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
13043
13044 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
13045
13046 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13047
13048 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
13049 since it can be called from vc-rcs.el.
13050 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
13051
13052 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13053
13054 * vc.el (vc-version-diff): Expand file name read from the
13055 minibuffer. Handle the case when a previous version number can't
13056 be guessed. Give suitable messages when there were no differences
13057 found.
13058 (vc-clear-headers): Call backend-specific implementation, if one
13059 exists.
13060 (vc-cancel-version): Made error checks generic. When done, clear
13061 headers generically, too.
13062
13063 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
13064 from vc-clear-headers in vc.el.
13065
13066 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
13067 correctly.
13068 (vc-rcs-latest-on-branch-p): Made second argument VERSION
13069 optional. Handle the case when it's not there.
13070
13071 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13072
13073 * vc.el (vc-locking-user): Moved from vc-hooks.el.
13074
13075 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13076
13077 * vc-hooks.el (vc-loadup): Remove.
13078 (vc-find-backend-function): Use `require'. Also, handle the case
13079 where vc-BACKEND-hooks.el doesn't exist.
13080 (vc-call-backend): Cleanup.
13081
13082 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13083
13084 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
13085 vc-rcs-grab-templates)
13086 (vc-rcs-registered): Remove. The default function works as well.
13087 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
13088 vc-sccs-grab-templates)
13089 (vc-sccs-registered): Remove. The default function works as well.
13090
13091 * vc.el (vc-version-diff): Left out a vc- in call to
13092 vc-call-backend.
13093 (vc-default-dired-state-info, vc-default-record-rename)
13094 (vc-default-merge-news): Update for the new backend argument.
13095
13096 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
13097 using the default function.
13098 (vc-call-backend): If calling the default function, pass it the
13099 backend as first argument. Update the docstring accordingly.
13100 (vc-default-state-heuristic, vc-default-mode-line-string): Update
13101 for the new backend argument.
13102 (vc-make-backend-sym): Renamed from vc-make-backend-function.
13103 (vc-find-backend-function): Use the new name.
13104 (vc-default-registered): New function.
13105
13106 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13107
13108 * vc.el (vc-merge): Use vc-find-backend-function.
13109
13110 * vc-hooks.el (vc-backend-functions): Remove.
13111 (vc-loadup): Don't setup 'vc-functions.
13112 (vc-find-backend-function): New function.
13113 (vc-call-backend): Use above fun and populate 'vc-functions
13114 lazily.
13115 (vc-backend-defines): Remove.
13116
13117 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13118
13119 * vc.el (vc-register): Put a FIXME note for a newly found bug.
13120 Call vc-call-backend without the leading vc-.
13121 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
13122 (vc-check-headers): Call vc-call-backend without the leading vc-.
13123 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
13124 (vc-annotate-display): Replace confusing use of `cond' with `or'.
13125 Call vc-call-backend without the leading vc-.
13126
13127 * vc-cvs.el (tail): Provide vc-cvs.
13128 * vc-sccs.el (tail): Provide vc-sccs.
13129 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
13130
13131 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
13132 (vc-make-backend-function, vc-call): Pass names without leading
13133 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
13134 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
13135 (vc-call-backend): Always try to load vc-X-hooks.
13136 (vc-registered): Remove vc- in call to vc-call-backend.
13137
13138 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13139
13140 * vc.el (vc-process-filter): New function.
13141 (vc-do-command): Setup `vc-process-filter' for the async process.
13142 (vc-maybe-resolve-conflicts): New function to reduce
13143 code-duplication. Additionally, it puts the buffer in
13144 `smerge-mode' if applicable.
13145 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
13146 calling `merge-news'.
13147 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
13148 (vc-log-edit): New function. Replacement for `vc-log-mode' by
13149 interfacing to log-edit.el.
13150 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
13151 log-edit is available.
13152 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
13153
13154 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13155
13156 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
13157 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
13158 defvar and the initialization.
13159 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
13160
13161 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
13162 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
13163
13164 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
13165
13166 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13167
13168 * vc.el (vc-file-clear-masterprops): Removed.
13169 (vc-checkin, vc-revert-buffer): Removed calls to the above.
13170 (vc-version-diff): Use buffer-size without argument.
13171 (vc-register): Heed vc-initial-comment.
13172
13173 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
13174 default branch.
13175
13176 * vc-rcs.el (vc-rcs-register): Parse command output to find master
13177 file name and workfile version.
13178 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
13179
13180 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
13181 vc-file-clear-masterprops.
13182
13183 * vc-sccs.el (vc-sccs-checkout): Removed call to
13184 vc-file-clear-masterprops. If writable, set vc-state to 'edited
13185 rather than user login name.
13186
13187
13188 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13189
13190 * vc.el (vc-workfile-unchanged-p): Remove unused argument
13191 `want-differences-if-changed' and simplify.
13192 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
13193 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
13194 output (which is invalid for async vc-diff) to decide whether to
13195 do the revert silently or not.
13196
13197 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13198
13199 * vc-hooks.el (vc-loadup): Load files quietly.
13200 (vc-call-backend): Oops, brain fart.
13201
13202 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13203
13204 * vc-cvs.el (vc-cvs-state): Typo.
13205 (vc-cvs-merge-news): Return the status code rather than the error msg.
13206
13207 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13208
13209 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
13210 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
13211 vc-state or vc-up-to-date-p.
13212 (vc-merge): Use vc-backend-defines to check whether merging is
13213 possible. Set state to 'edited after successful merge.
13214
13215 * vc-hooks.el (vc-locking-user): If locked by the calling user,
13216 return that name. Redocumented.
13217
13218 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13219
13220 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
13221 new `vc-state' semantics.
13222 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
13223 'vc-locking-user to the current user.
13224 (vc-merge): Inline vc-backend-merge. Comment out code that I
13225 don't understand and hence can't adapt to the new `vc-state' and
13226 `vc-locking-user' semantics.
13227 (vc-backend-merge): Remove.
13228
13229 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13230 rather than 'vc-locking-user.
13231
13232 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13233
13234 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13235 (vc-state): Don't use 'reserved any more. Just use the same
13236 convention as the one used for vc-<backend>-state where the
13237 locking user (as a string) is returned.
13238 (vc-locking-user): Update, based on the above convention. The
13239 'vc-locking-user property has disappeared.
13240 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13241
13242 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13243 with a heuristic one.
13244 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13245 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13246 error. That allows us to get to 'needs-merge even in the
13247 stay-local case. There's still no way to detect 'needs-patch in
13248 such a setup (or to force an update for that matter).
13249 (vc-cvs-logentry-check): Remove, the default works as well.
13250
13251 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13252
13253 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13254
13255 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13256 major-mode in which the buffer might have been put earlier. Use
13257 `remove' and `when'. Allow `okstatus' to be `async' and use
13258 `start-process' in this case.
13259 (vc-version-diff): Handle the case where the diff looks empty
13260 because of the use of an async process.
13261
13262 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13263
13264 * vc.el (vc-next-action-on-file): Removed optional parameter
13265 `simple'. Recompute state unconditionally.
13266 (vc-default-toggle-read-only): Removed.
13267
13268 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13269 (vc-toggle-read-only): Undid prev change.
13270
13271 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13272 vc-cvs-simple-toggle. Redocumented.
13273 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13274 (vc-cvs-toggle-read-only): Removed.
13275
13276 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13277
13278 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13279 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13280 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13281 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13282 still is. So maybe it should be removed.
13283 (vc-head-version, vc-find-binary): Remove.
13284 (vc-recompute-state): Move from vc-hooks.el.
13285 (vc-next-action-on-file): Add a `simple' argument to allow
13286 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13287 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13288 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13289 (vc-dired-mode-map): Properly defvar it.
13290 (vc-print-log): Call log-view-mode if available.
13291 (small-temporary-file-directory): defvar instead of use boundp.
13292 (vc-merge-news): Moved to vc-cvs.el.
13293 (vc-default-merge-news): New function.
13294
13295 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13296 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13297 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13298 unknown `vc-latest-version' function. It should probably refer to
13299 vc-workfile-version or somesuch, but it's very unclear to me and I
13300 don't have SCCS to test things.
13301
13302 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13303 (vc-sccs-state-heuristic): Fix typo.
13304 (vc-sccs-workfile-unchanged-p): Add missing argument.
13305
13306 * vc-rcs.el: Require vc and vc-rcs-hooks.
13307 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13308 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13309 (vc-release-greater-or-equal-p): Move from vc.
13310 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13311 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13312 (vc-rcs-checkout): Add a missing `new-version' argument in the
13313 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13314
13315 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13316 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13317 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13318 than the apparently unbound `workfile-version'.
13319
13320 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13321 (vc-file-prop-obarray): Use `make-vector'.
13322 (vc-backend-functions): Add new hookable functions
13323 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13324 (vc-loadup): If neither backend nor default functions exist, use
13325 the backend function rather than nil.
13326 (vc-call-backend): If the function if not bound yet, try to load
13327 the non-hook file to see if it provides it.
13328 (vc-call): New macro plus use it wherever possible.
13329 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13330 nor `vc-find-binary' since it's only called from
13331 vc-mistrust-permission which is only used once the backend is known.
13332 (vc-checkout-model): Fix parenthesis.
13333 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13334
13335 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13336 (vc-cvs-release, vc-cvs-system-release): Remove.
13337 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13338 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13339 status symbols.
13340 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13341 (vc-cvs-toggle-read-only): First cut at a function to allow a
13342 cvs-status-free vc-toggle-read-only.
13343 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13344 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13345 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13346 (vc-cvs-checkout): Modify access rights directly if the user
13347 requested not to use `cvs edit'. And refresh the mode line.
13348
13349 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13350 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13351
13352 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13353
13354 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13355 workfile' that got lost when the code was extracted from vc.el.
13356 And merged the tail with the rest of the code (not possible in the
13357 old vc.el where the tail was shared among all backends). And
13358 explicitly set the state to 'edited if `writable' is set.
13359
13360 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13361 (vc-cvs-state): Be careful to return the value from
13362 vc-cvs-parse-state.
13363 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13364 property but return it instead. Also be careful to handle a nil
13365 or "" `rev' when workfile is non-nil (it was handled properly when
13366 workfile was nil).
13367
13368 * vc.el: Removed those pesky unnecessary `(function' quotes.
13369 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13370 directly in the defvar.
13371 (vc-do-command): Bind inhibit-read-only so as to properly handle
13372 the case where the destination buffer has been made read-only.
13373 (vc-diff): Delegate to vc-version-diff in all cases.
13374 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13375 (vc-annotate-mode-variables): Removed (code moved partly to
13376 defvars and partly to vc-annotate-add-menu).
13377 (vc-annotate-mode): Turned into a derived-mode.
13378 (vc-annotate-add-menu): Moved in code in
13379 vc-annotate-mode-variables.
13380 (vc-update-change-log): Use make-temp-file if available.
13381
13382 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13383
13384 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13385 `vc-checkout-model' updated to `vc-cvs-update-model'.
13386
13387 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13388
13389 * vc.el (vc-next-action-on-file): Added handling of state
13390 `unlocked-changes'.
13391 (vc-checkout-carefully): Is now practically obsolete, unless the
13392 above is too slow to be enabled unconditionally.
13393 (vc-update-change-log): Fixed typo.
13394
13395 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13396
13397 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13398 Now handles state `unlocked-changes'.
13399 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13400
13401 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13402
13403 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13404 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13405 `unlocked-changes'.
13406 (vc-rcs-workfile-unchanged-p): Renamed from
13407 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13408 function yet, but supposed to become one soon.
13409
13410 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13411 `vc-steal-lock'.
13412 (vc-call-backend): Changed error message.
13413 (vc-state): Added description of state `unlocked-changes'.
13414
13415 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13416
13417 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13418 always return t in CVS-controlled directories.
13419
13420 * vc.el (vc-responsible-backend): New function.
13421 (vc-register): Largely rewritten.
13422 (vc-admin): Removed (implementation moved into vc-register).
13423 (vc-checkin): Redocumented.
13424 (vc-finish-logentry): If no backend defined yet (because we are in
13425 the process of registering), use the responsible backend.
13426
13427 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13428 Updated function lists.
13429 (vc-call-backend): Fixed typo.
13430
13431 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13432 New functions.
13433 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13434 Removed query option. Redocumented.
13435
13436 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13437
13438 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13439
13440 * vc.el: Updated callers of `vc-checkout-required' to use
13441 `vc-checkout-model'.
13442
13443 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13444
13445 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13446 stuff updated to reference this function instead of the old
13447 `vc-backend-release-p'.
13448
13449 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13450
13451 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13452 vc-checkout-model. Return appropriate values. Updated callers.
13453
13454 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13455
13456 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13457 (vc-backend-revert): Function moved into `vc-revert';
13458 `vc-next-action' must be updated to accomodate this change.
13459 (vc-backend-steal): Function moved into `vc-finish-steal'.
13460 (vc-backend-logentry-check): Function moved into
13461 `vc-finish-logentry'.
13462 (vc-backend-printlog): Function moved into `vc-print-log'.
13463 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13464 (vc-backend-assign-name): Function moved into
13465 `vc-create-snapshot'.
13466
13467 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13468
13469 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13470 Rename to vc-checkout-model. Return appropriate values.
13471 Update callers.
13472
13473 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13474 to vc-checkout-model.
13475 (vc-checkout-required): Rename to vc-checkout-model.
13476 Re-implement and re-comment.
13477 (vc-after-save): Use vc-checkout-model.
13478
13479 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13480
13481 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13482 Update to use the vc-BACKEND-diff functions instead.
13483 `vc-diff' is now working.
13484
13485 * vc-rcs.el (vc-rcs-logentry-check): New function.
13486
13487 * vc-cvs.el (vc-cvs-logentry-check): New function.
13488
13489 * vc-sccs.el (vc-sccs-diff): Function changed name from
13490 `vc-backend-diff'. This makes `vc-diff' work.
13491
13492 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13493 of functions possibly implemented in a vc-BACKEND library.
13494 (vc-checkout-required): Fix bug that caused an error to be
13495 signaled during `vc-after-save'.
13496
13497 * vc.el: Fix typo.
13498 This checkin is made with our new VC code base for the very first time.
13499 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13500
13501 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13502 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13503
13504 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13505 updated to `vc-uses-locking'.
13506 (vc-checkout-required): Call to backend function.
13507 `vc-checkout-required' updated to `vc-uses-locking' instead.
13508
13509 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13510 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13511
13512 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13513 to match the split into various backends.
13514 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13515 (vc-retrieve-snapshot): Bug fix.
13516
13517 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13518
13519 * vc-sccs.el (vc-sccs-release): Doc fix.
13520
13521 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13522
13523 * vc.el (vc-next-action-on-file): Bug found and fixed.
13524 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13525 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13526
13527 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13528 (vc-rcs-checkout): Name space cleaned up. No more revision number
13529 crunching function names that are not prefixed with vc-rcs.
13530 (vc-rcs-checkout-model): Function added. References to
13531 `vc-checkout-model' replaced.
13532
13533 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13534
13535 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13536 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13537 still need to be split, and implemented for RCS).
13538
13539 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13540
13541 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13542
13543 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13544 required by the vc.el file.
13545
13546 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13547 required by the vc.el file.
13548 (vc-rcs-exists): Function added.
13549
13550 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13551 required by the vc.el file.
13552
13553 * vc.el (vc-admin): Updated to handle selection of appropriate
13554 backend. Current implementation is crufty and need re-thinking.
13555
13556 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13557
13558 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13559
13560 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13561 beginning of annotate buffers correctly.
13562
13563 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13564 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13565 functionality updated quite a lot to support multiple backends.
13566 Variables `vc-annotate-mode', `vc-annotate-buffers',
13567 `vc-annotate-backend' added.
13568
13569 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13570 `vc-annotate-difference' added to supported backend functions.
13571
13572 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13573
13574 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13575 Use with-temp-file instead of /bin/sh. Merged from mainline
13576
13577 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13578
13579 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13580
13581 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13582
13583 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13584
13585 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13586
13587 * vc-hooks.el: vc-state-heuristic added to
13588 vc-backend-hook-functions.
13589
13590 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13591
13592 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13593
13594 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13595 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13596 state to `reserved'.
13597
13598 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13599 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13600
13601 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13602
13603 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13604 untouched.
13605
13606 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13607
13608 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13609 if defined. (Merged from main line, slightly adapted.)
13610
13611 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13612 millenium problem (merged from mainline).
13613
13614 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13615
13616 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13617 part and moved the non-BACKEND stuff to vc.el.
13618
13619 * vc.el: Split the annotate feature into a BACKEND specific part
13620 and moved it from the vc-cvs.el file to this one.
13621
13622 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13623
13624 * vc-hooks.el: Implement new state model.
13625 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13626 (vc-locking-user): Simplify. Now only needed if the file is
13627 locked by somebody else.
13628 (vc-lock-from-permissions): Remove. Functionality is in
13629 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13630 (vc-mode-line-string): New name for former vc-status. Adapted.
13631 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13632
13633 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13634 Various simplifications and adaptations all over the place.
13635
13636 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13637 Simplify and adapt the rest.
13638
13639 * vc.el (vc-resynch-window): Add TODO comment: check for
13640 interaction with view mode according to recent RCS change.
13641 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13642
13643 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13644
13645 * vc.el: Convert the remaining function comments to docstrings.
13646
13647 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13648
13649 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13650 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13651 (vc-minor-part, vc-previous-version): Functions that operate and
13652 compare revision numbers got proper documentation. Comments added
13653 about their possible removal.
13654
13655 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13656
13657 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13658 the vc-backend.el files.
13659
13660 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13661
13662 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13663 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13664 (vc-rcs-previous-version): Functions added.
13665
13666 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13667
13668 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13669
13670 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13671
13672 * vc-hooks.el (vc-master-templates): Is really obsolete.
13673 Comment out the definition for now. What is the right procedure
13674 to get rid of it?
13675 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13676 rewritten.
13677 (vc-default-registered): Remove.
13678 (vc-check-master-templates): New function; does mostly what the
13679 above did before.
13680 (vc-locking-user): Don't rely on the backend to set the property.
13681
13682 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13683 Rewrite documentation.
13684 (vc-rcs-templates-grabbed): New variable.
13685 (vc-rcs-grab-templates): New function.
13686 (vc-rcs-registered): Rewrite to use above mechanism.
13687
13688 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13689 Rewrite documentation.
13690 (vc-sccs-templates-grabbed): New variable.
13691 (vc-sccs-grab-templates): New function.
13692 (vc-sccs-registered): Rewrite to use above mechanism.
13693 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13694 Don't throw the result, simply return it.
13695
13696 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13697 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13698 (vc-cvs-registered): Does the check itself now. Simplify.
13699
13700 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13701 from main line.
13702
13703 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13704
13705 * vc-cvs.el (vc-cvs-diff): New function.
13706
13707 * vc-sccs.el (vc-sccs-diff): New function.
13708
13709 * vc-rcs.el (vc-rcs-diff): New function.
13710 (vc-rcs-checkout): Bug (typo) found and fixed.
13711 (vc-rcs-register-switches): New variable.
13712
13713 * vc.el (vc-backend-diff): Function removed and placed in the
13714 backend files.
13715
13716 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13717
13718 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13719
13720 * vc.el (vc-backend-checkout): Function removed and replaced in
13721 the vc-backend.el files.
13722
13723 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13724
13725 * vc.el (vc-backend-admin): Removed and replaced in the
13726 vc-backend.el files.
13727
13728 * vc.el (Martin): Removed all the annotate functionality since it
13729 is CVS backend specific.
13730
13731 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13732
13733 * spec.txt: Added specification of vc-state.
13734
13735 * vc-sccs-hooks.el (vc-sccs-master-properties):
13736 Remove handling of vc-latest-version and
13737 vc-your-latest-version. What used to be vc-latest-version, is now
13738 returned as vc-workfile-version.
13739 (vc-sccs-workfile-version): Adapt.
13740
13741 2000-09-04 Dave Love <fx@gnu.org>
13742
13743 * vc.el: [Merged from mainline.]
13744 (vc-dired-mode): Make the dired-move-to-filename-regexp
13745 regexp match the date, to avoid treating date as file size.
13746 Add YYYY S option to WESTERN/
13747
13748 2000-09-04 Dave Love <fx@gnu.org>
13749
13750 * vc.el: Require `compile' when compiling.
13751 (vc-logentry-check-hook): New option.
13752 (vc-steal-lock): Use compose-mail.
13753 (vc-dired-mode-map): Defvar when compiling.
13754 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13755 vc-sccs.el and renamed. Callers changed.
13756 (vc-backend-checkout, vc-backend-logentry-check)
13757 (vc-backend-merge-news): Doc fix.
13758 (vc-default-logentry-check): New function.
13759 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13760 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13761 (vc-backend-merge): Doc fix. Use backend functions.
13762 (vc-check-headers): Use backend functions.
13763
13764 * vc-cvs.el: Require vc when compiling.
13765 (vc-cvs-register-switches): Doc fix.
13766 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13767 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13768 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13769 New functions (code from vc.el).
13770 (vc-annotate-display-default): Fix interactive spec.
13771 (vc-annotate-time-span): Doc fix.
13772
13773 * vc-rcs.el: Require vc when compiling.
13774 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13775 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13776 (vc-rcs-checkin): New functions (code from vc.el).
13777 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13778 Doc fix.
13779 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13780
13781 * vc-sccs.el: Require vc when compiling.
13782 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13783 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13784 (vc-sccs-revert)
13785 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13786 from vc.el).
13787 (vc-sccs-add-triple, vc-sccs-record-rename)
13788 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13789 (vc-sccs-admin): Doc fix.
13790
13791 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13792
13793 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13794 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13795 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13796 from vc.el.
13797
13798 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13799
13800 * vc-cvs.el: Moved the annotate functionality from vc.el.
13801 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13802
13803 2000-09-04 Dave Love <fx@gnu.org>
13804
13805 * vc.el (vc-backend-release): Call vc-system-release.
13806
13807 * vc-sccs.el (vc-sccs-system-release):
13808 Renamed from vc-sccs-backend-release.
13809
13810 * vc-rcs.el (vc-rcs-system-release):
13811 Renamed from vc-rcs-backend-release.
13812
13813 * vc-cvs.el (vc-cvs-system-release):
13814 Renamed from vc-cvs-backend-release.
13815
13816 2000-09-04 Dave Love <fx@gnu.org>
13817
13818 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13819 backend files.
13820 (vc-backend-release): Dispatch to backend functions.
13821 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13822 probably needs attention.]
13823
13824 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13825 (vc-sccs-backend-release): New function.
13826
13827 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13828 (vc-cvs-backend-release): New function.
13829
13830 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13831 Doc fix.
13832 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13833 (vc-default-dired-state-info): New function.
13834 (vc-dired-state-info): Dispatch to backends.
13835 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13836
13837 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13838 from vc.el and renamed.
13839
13840 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13841
13842 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13843 (vc-version-other-window, vc-backend-assign-name): Removed
13844 references to vc-latest-version; sometimes changed into
13845 vc-workfile-version.
13846
13847 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13848 vc-rcs-master-workfile-version.
13849 (vc-rcs-workfile-version): Use the above. Don't call
13850 vc-latest-version (that was unreachable code, anyway).
13851 (vc-rcs-fetch-master-properties): Doc fix.
13852
13853 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13854 (vc-backend-hook-functions): Removed them from this list, too.
13855 (vc-fetch-properties): Removed.
13856 (vc-workfile-version): Doc fix.
13857
13858 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13859 (vc-rcs-workfile-version, vc-rcs-locking-user)
13860 (vc-rcs-uses-locking): Use it.
13861
13862 * vc-hooks.el (vc-consult-rcs-headers):
13863 Moved into vc-rcs-hooks.el, under the name
13864 vc-rcs-consult-headers.
13865
13866 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13867 headers.
13868 (vc-cvs-find-master): Use this name only; correct different
13869 versions of the name.
13870
13871 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13872 New functions.
13873 (vc-sccs-locking-user): Use the latter.
13874
13875 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13876 New functions.
13877
13878 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13879 Moved into both
13880 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13881 functions are implementation details of those two backends.
13882
13883 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13884
13885 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13886 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13887
13888 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13889 (vc-sccs-parse-locks): SCCS-specific code moved here from
13890 vc-hooks.
13891
13892 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13893 code moved here from vc-hooks.
13894
13895 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13896 into back-end specific parts and removed. Callers not updated
13897 yet; because I guess these callers will disappear into back-end
13898 specific files anyway.
13899
13900 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13901
13902 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13903 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13904 `vc-uses-locking'.
13905
13906 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13907 Store yes/no in the property, and return t/nil. Updated all
13908 callers.
13909
13910 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13911 vc-sccs-uses-locking. Don't set property.
13912 (vc-sccs-locking-user): Don't set property.
13913
13914 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13915 vc-cvs-uses-locking. Don't set property here; leave that to
13916 vc-hooks.
13917 (vc-cvs-locking-user): Reflect above change. Streamlined.
13918
13919 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13920 vc-rcs-uses-locking.
13921 (vc-rcs-locking-user): Reflect above change.
13922
13923 2000-09-04 Dave Love <fx@gnu.org>
13924
13925 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13926
13927 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13928
13929 * vc-hooks.el (vc-checkout-model): Punt to backends.
13930
13931 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13932
13933 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13934
13935 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13936 New functions.
13937
13938 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13939 New functions.
13940
13941 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13942 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13943
13944 * vc-hooks.el (vc-default-locking-user): New function.
13945 (vc-locking-user, vc-workfile-version): Punt to backends.
13946
13947 2000-09-04 Dave Love <fx@gnu.org>
13948
13949 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13950 (vc-master-workfile-version): Moved from vc-hooks.
13951
13952 * vc-rcs-hooks.el: Fix duplicate code in last change.
13953
13954 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13955 (vc-rcs-master-templates): Improve :type.
13956 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13957 vc-master-workfile-version): Moved from vc-hooks.
13958
13959 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13960 (vc-sccs-master-templates): Improve :type.
13961 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13962
13963 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13964
13965 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13966 (vc-cvs-master-templates): Improve :type. Use
13967 vc-cvs-find-cvs-master.
13968 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13969 from vc-hooks.
13970 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13971
13972 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13973 Moved to vc-cvs-hooks.
13974
13975 * vc-hooks.el: Add doc strings in various places. Simplify the
13976 minor mode setup.
13977 (vc-handled-backends): New user variable.
13978 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13979 simplification.
13980
13981 2000-09-04 Dave Love <fx@gnu.org>
13982
13983 * vc.el: Some doc fixes for autoloaded and interactive functions.
13984 Fix compilation warnings from ediff stuff.
13985 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13986
13987 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13988
13989 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13990
13991 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13992
13993 2000-09-04 Dave Love <fx@gnu.org>
13994
13995 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13996 New variable.
13997 (vc-make-backend-function, vc-loadup, vc-call-backend)
13998 (vc-backend-defines): New functions.
13999
14000 * vc-hooks.el: Various doc fixes.
14001 (vc-default-back-end, vc-follow-symlinks): Custom fix.
14002 (vc-match-substring): Function removed. Callers changed to use
14003 match-string.
14004 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
14005 Simplify.
14006
14007 2000-09-04 Dave Love <fx@gnu.org>
14008
14009 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
14010 type.
14011 (vc-sccs-project-dir, vc-search-sccs-project-dir)
14012 (vc-sccs-registered): Doc fix.
14013
14014 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
14015 (vc-cvs-registered): Doc fix.
14016
14017 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
14018 (vc-rcs-registered): Doc fix.
14019
14020 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14021
14022 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
14023
14024 * vc-hooks.el: vc-registered has been renamed
14025 vc-default-registered. Some functions have been moved to the
14026 backend specific files. they all support the
14027 vc-BACKEND-registered functions.
14028
14029 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14030
14031 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
14032
14033 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
14034
14035 2000-09-04 Dave Love <fx@gnu.org>
14036
14037 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
14038 menu-bar-update-hook.
14039
14040 * help.el (help-manyarg-func-alist): Add
14041 find-operation-coding-system.
14042
14043 * wid-edit.el (widget-sexp-validate): Fix garbled code.
14044
14045 * custom.el (custom-set-variables): Print message about errors in
14046 setting.
14047
14048 2000-09-03 Andrew Innes <andrewi@gnu.org>
14049
14050 * makefile.w32-in: Change to DOS line endings.
14051
14052 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14053
14054 * mouse.el (mouse-popup-menubar): Supply the prompt string for
14055 minor-mode keymaps, if they don't have one.
14056
14057 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14058
14059 * eshell/esh-module.el (eval-when-compile): Don't lose if
14060 esh-module.el's file name is truncated to DOS 8+3 limits.
14061
14062 2000-09-01 John Wiegley <johnw@gnu.org>
14063
14064 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
14065 predicate, which caused entries in the completion list to be
14066 doubled.
14067
14068 2000-08-30 John Wiegley <johnw@gnu.org>
14069
14070 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
14071 sending to subprocesses. Also, hook pre-command-hook if
14072 `eshell-send-direct-to-subprocesses' is non-nil.
14073 (eshell-send-direct-to-subprocesses): New config variable. If t,
14074 subprocess input is send immediately.
14075 (eshell-toggle-direct-send): New function.
14076 (eshell-self-insert-command): New function.
14077 (eshell-intercept-commands): New function.
14078 (eshell-send-input): If direct subprocess sending is enabled,
14079 don't echo any input to the Eshell buffer. Let the subprocess
14080 handle that. This requires "stty echo" in bash, for example.
14081
14082 2000-08-28 John Wiegley <johnw@gnu.org>
14083
14084 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
14085 completion function for Eshell's implementation of `unset'.
14086
14087 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14088
14089 * info.el (Info-directory-list): Doc fix.
14090
14091 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
14092
14093 * filecache.el (file-cache-add-directory-using-find): Don't quote
14094 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
14095
14096 2000-08-31 Kenichi Handa <handa@etl.go.jp>
14097
14098 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
14099 coding systems.
14100
14101 2000-08-30 Andrew Innes <andrewi@gnu.org>
14102
14103 * timer.el (run-with-idle-timer): Undo last change, so that timer
14104 is not activated immediately if Emacs is already idle. Some
14105 existing code relies on this behaviour.
14106
14107 2000-08-30 Miles Bader <miles@gnu.org>
14108
14109 * frame.el (set-frame-font): Do completion of font-name for
14110 interactive use.
14111
14112 2000-08-30 Kenichi Handa <handa@etl.go.jp>
14113
14114 * international/quail.el (quail-start-translation): Bind locally
14115 last-command-event, last-command, and this-command.
14116 (quail-start-conversion): Likewise.
14117 (quail-self-insert-command): Fix docstring.
14118
14119 2000-08-29 Gerd Moellmann <gerd@gnu.org>
14120
14121 * progmodes/executable.el
14122 (executable-make-buffer-file-executable-if-script-p): Check that
14123 buffer contains at least 2 characters.
14124
14125 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
14126
14127 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
14128
14129 2000-08-29 Dave Love <fx@gnu.org>
14130
14131 * diff-mode.el (diff-mode) <defgroup>: Add :version.
14132 (diff-mode-shared-map): Bind mouse-2.
14133 (diff-imenu-generic-expression): New variable.
14134 (diff-mode): Use it.
14135
14136 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
14137 (mouse-popup-menubar): Add minor mode menus.
14138 (popup-menu): Check for lookup-key returning number.
14139
14140 2000-08-29 Miles Bader <miles@gnu.org>
14141
14142 * comint.el (comint-send-input): Create overlays using the proper
14143 front/read-advance arguments.
14144
14145 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14146
14147 * ps-print.el: Even/odd pages printing. Doc fix.
14148 (ps-print-version): New version number (6.0).
14149 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
14150 (ps-background, ps-begin-file, ps-begin-job): Code fix.
14151 (ps-print-duplex-feature): Variable eliminated.
14152 (ps-even-or-odd-pages): New variable.
14153
14154 * progmodes/ebnf2ps.el: Doc fix.
14155 (ebnf-version): New version (3.3).
14156 (ebnf-user-arrow): Change variable customization to sexp.
14157 (ebnf-user-arrow): Function eliminated.
14158 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
14159
14160 2000-08-29 Kenichi Handa <handa@etl.go.jp>
14161
14162 * help.el (help-xref-mule-regexp): New variable.
14163 (help-make-xrefs): Handle help-xref-mule-regexp.
14164
14165 * international/mule-cmds.el (help-xref-mule-regexp-template): New
14166 variable.
14167 (describe-input-method): Temporarily activate the specfied input
14168 method to display the information.
14169 (describe-language-environment): Hyperlinks to mule related items.
14170
14171 * international/mule-diag.el (charset-multibyte-form-string): New
14172 function.
14173 (list-character-sets-1): Use charset-multibyte-form-string.
14174 (describe-character-set): New function.
14175 (describe-coding-system): Hyperlinks to safe character sets.
14176
14177 * international/quail.el (quail-help): New arg PACKAGE.
14178 Hyperlinks to mule related items.
14179 (quail-help-insert-keymap-description): Use
14180 substitute-command-keys instead of describe-bindings.
14181 (quail-translation-help): Hyperlinks to mule related items.
14182
14183 2000-08-28 John Wiegley <johnw@gnu.org>
14184
14185 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
14186 have a defsubst call itself. Made `eshell-flatten-list' back into
14187 a function again.
14188
14189 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
14190 catch, in case re-centering point at bottom messes up the display.
14191 This happens frequently in Emacs 21, due I believe to variable
14192 line heights.
14193
14194 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
14195 to call `find-tag-interactive'.
14196
14197 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
14198 the list of remember directories.
14199
14200 2000-08-28 John Wiegley <johnw@gnu.org>
14201
14202 * align.el: Test align-region-separate to see if it's a symbol.
14203
14204 2000-08-28 John Wiegley <johnw@gnu.org>
14205
14206 * eshell/esh-util.el (eshell-flatten-list): Made this function
14207 into a defsubst form. It gets used very frequently, although
14208 calls don't occur all that often.
14209
14210 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
14211 examining it.
14212
14213 * eshell/esh-cmd.el (eshell-rewrite-while-command):
14214 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
14215 `eshell-protect'.
14216 (eshell-copy-handles): Created a new macro for duplicating the
14217 current set of open handles. This is needed by the looping
14218 functions.
14219 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
14220 is not incorrectly stomped on.
14221
14222 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
14223 declaration for pcomplete-use-paring.
14224 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14225 value of eshell-cmpl-use-paring.
14226 * pcomplete.el (pcomplete-use-paring): New config variable, to
14227 indicate whether paring should be used.
14228 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14229 completion alternatives that have already been used.
14230
14231 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14232 bound to C-c C-y, which will repeat the previous N arguments
14233 (based on prefix argument).
14234 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14235
14236 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14237 if there is no *Help* buffer. This is for XEmacs, which renames
14238 its help buffers uniquely. TODO: Find out what the current buffer
14239 name to delete is.
14240
14241 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14242 first entry that correlates to a passwd/group number. Later
14243 entries (used for group/user name aliasing to multiple IDs) are
14244 ignored.
14245
14246 * eshell/em-xtra.el (eshell/expr):
14247 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14248 (eshell-grep, eshell/diff, eshell/locate):
14249 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14250 argument list, before passing it to the system command.
14251
14252 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14253 `find-tag' for use at final position in Eshell buffers (which
14254 otherwise triggers an error on Emacs 21).
14255 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14256 buffer, if it is currently bound to `find-tag'.
14257
14258 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14259 in the list of matched Makefile names.
14260 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14261 directory, prefer its contents to Makefile.
14262
14263 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14264 directory parts (like "cd old new", or "cd =regexp"), are now case
14265 sensitive on non-Windows/DOS platforms.
14266
14267 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14268 types RET after an open delimiter (like "), display a message
14269 indicating that Eshell is waiting for the closing delimiter.
14270
14271 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14272 environment variables.
14273
14274 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14275 gracefully if the user enters incorrect arguments.
14276
14277 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14278 Eshell buffers.
14279
14280 * eshell/esh-var.el (eshell-interpolate-variable):
14281 * eshell/esh-mode.el (eshell-move-argument):
14282 * eshell/em-unix.el (eshell-du-sum-directory):
14283 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14284 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14285 (not (= ...)).
14286
14287 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14288 to ensure the `preserve' flag gets propagated when doing recursive
14289 directory copies.
14290
14291 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14292
14293 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14294 Don't convert \n into \0177 in memory.
14295 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14296 and back again, when reading and writing.
14297
14298 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14299
14300 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14301 testing of `fboundp' on `processp'.
14302
14303 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14304 (eshell/jobs): Don't call process-list if it is not bound.
14305 (eshell-gather-process-output): Support systems where async
14306 subprocesses aren't supported.
14307 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14308 variables.
14309
14310 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14311 eshell-do-eval returns t.
14312 (eshell-do-pipelines-synchronously): New defmacro.
14313 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14314 when async subprocesses aren't supported.
14315 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14316 if async subprocesses aren't supported.
14317 (eshell-resume-command): Don't assume STATUS is a string.
14318
14319 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14320
14321 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14322 (eshell-close-target, eshell-get-target): Use eshell-processp.
14323 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14324 fix.
14325 (eshell-get-target, eshell-create-handles): Doc fix.
14326
14327 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14328
14329 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14330 criterion to include commands that output something, as long as it
14331 leaves both the command and the end-of-buffer visible when the
14332 command has exited.
14333 (eshell-review-quick-commands): Adjust the help doc string
14334 accordingly.
14335
14336 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14337
14338 * locate.el (locate): Cleaned up locate command's interactive prompting
14339 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14340
14341 * filecache.el (file-cache-case-fold-search): New variable
14342 (file-cache-assoc-function): New variable
14343 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14344 Use file-cache-case-fold-search variable
14345 (file-cache-add-file): Use file-cache-assoc-function
14346 (file-cache-delete-file): likewise
14347 (file-cache-directory-name): likewise
14348 (file-cache-debug-read-from-minibuffer): likewise
14349
14350 2000-08-28 Gerd Moellmann <gerd@gnu.org>
14351
14352 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14353 (abbrev-table-name): New function.
14354 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14355 If non-nil list local abbrev, only.
14356
14357 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14358
14359 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14360 from Gnus support code, and use special article copy buffer
14361 `(gnus-original-article-buffer)' instead. This allows to get rid
14362 of article-hide-headers usage (which breaks in the latest Gnus
14363 version). Thanks to Detlev Zundel.
14364
14365 2000-08-28 Kenichi Handa <handa@etl.go.jp>
14366
14367 * international/quail.el (quail-use-package): Hide "... loaded"
14368 message.
14369 (quail-start-translation, quail-start-conversion): Likewise.
14370
14371 * international/kkc.el (kkc-region): Hide "... loaded" message.
14372
14373 2000-08-27 Dave Love <fx@gnu.org>
14374
14375 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14376
14377 2000-08-27 Miles Bader <miles@gnu.org>
14378
14379 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14380
14381 2000-08-27 Kenichi Handa <handa@etl.go.jp>
14382
14383 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14384 'ja-dic-cnv), not (require 'skkdic-cnv).
14385
14386 2000-08-26 Miles Bader <miles@gnu.org>
14387
14388 * faces.el (face-x-resources): Add entry for :inherit.
14389 * cus-face.el (custom-face-attributes): Add support for :inherit
14390 attribute. Add support for relative face heights.
14391 (custom-face-attributes-get): Treat `nil' as being a default value
14392 for :inherit (as well as `unspecified').
14393
14394 * faces.el (set-face-attribute): Update doc string.
14395 (face-attribute-name-alist): Add :inherit.
14396 (face-valid-attribute-values): Handle :inherit.
14397 (face-read-string): Rephrase prompt to be less confusing.
14398 Assume that DEFAULT is a string, since we must return a string.
14399 (face-read-integer): Use `format' to turn DEFAULT into an
14400 acceptable default for face-read-string. Match NEW-VALUE against
14401 the string "unspecified", not the symbol `unspecified', since
14402 that's what face-read-string returns.
14403 (read-face-attribute): Lookup a name for old-value in valid, and
14404 use it as a default if we find one. Treat all values from
14405 face-read-string as strings. If the default is used, don't do any
14406 more processing on the value, just use the old value directly.
14407 (read-face-and-attribute, modify-face): Tweak prompt.
14408 (read-face-name): Don't assume prompt ends with a space.
14409
14410 * faces.el (describe-face): Add support for :inherit attribute.
14411
14412 2000-08-25 Kenichi Handa <handa@etl.go.jp>
14413
14414 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14415 concat doesn't accept interger.
14416
14417 * international/kkc.el: Remove SKK from Keywords. Require
14418 ja-dic-utl instead of skkdic-utl.
14419
14420 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14421 Provide ja-dic-cnv instead of skkdic-cnv.
14422 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14423 (iso-2022-7bit-short): Add safe-charsets property.
14424 (skkdic-convert-postfix): Search Japanese chou-on character in
14425 addition to Hiragana character.
14426 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14427 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14428 (batch-skkdic-convert): Likewise.
14429
14430 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14431 Provide ja-dic-utl instead of skkdic-utl.
14432 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14433
14434 2000-08-24 Dave Love <fx@gnu.org>
14435
14436 * disp-table.el (standard-display-default): Make the test of `l'
14437 useful.
14438
14439 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14440 mod sample text.
14441
14442 * international/iso-ascii.el: Make pilcrow convenient string
14443 consistent with section.
14444 (iso-ascii-display): Set up multibyte characters as well as
14445 unibyte.
14446
14447 2000-08-24 Kenichi Handa <handa@etl.go.jp>
14448
14449 * international/mule-cmds.el (reset-language-environment): Set
14450 default-process-coding-system to '(undecided . iso-latin-1), which
14451 makes process I/O almost consistent with file I/O. Call this
14452 function when mule-cmds.el[c] is loaded.
14453
14454 2000-08-22 Andrew Innes <andrewi@gnu.org>
14455
14456 * makefile.w32-in: New file.
14457
14458 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14459
14460 * comint.el (comint-output-filter): Compare end of
14461 comint-last-output-overlay with the start of the newly inserted
14462 text, not the end, when deciding whether to extend it.
14463 Set saved-point's insertion type to advance after insertion.
14464
14465 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14466 since this is now done independently of font-lock mode.
14467
14468 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14469
14470 * server.el (server-kill-new-buffers): New user option.
14471 (server-existing-buffer): New buffer-local variable.
14472 (server-visit-files): When using an existing buffer, set
14473 server-existing-buffer to t.
14474 (server-buffer-done): If server-kill-new-buffers is t, kill the
14475 buffer, unless it was already present before visiting it with
14476 Emacs server.
14477
14478 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14479
14480 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14481 even if the display doesn't support colors: some displays will
14482 support bold/underline faces.
14483
14484 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14485
14486 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14487
14488 * startup.el (command-line): If user's init file had an error,
14489 add explanatory text to *Messages*.
14490
14491 2000-08-21 Kenichi Handa <handa@etl.go.jp>
14492
14493 * man.el (Man-getpage-in-background): Decode the process output by
14494 the system locale coding system.
14495
14496 2000-08-20 Dave Love <fx@gnu.org>
14497
14498 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14499 Don't test x-popup-menu.
14500 (function) <complete-function>: Complete only fbound symbols.
14501 <validate, value>: New.
14502 (variable) <complete-function>: Complete only bound symbols.
14503 (coding-system): Add :base-only, :complete-function, :validate,
14504 :value, :prompt-match.
14505 (widget-coding-system-prompt-value): Use read-coding-system and
14506 act on :base-only.
14507 (editable-field): Add :help-echo.
14508 (widget-push-button-gui, widget-push-button-cache)
14509 (widget-gui-action, widget-editable-list-gui): COmment out, along
14510 with uses.
14511 (widget-at): Make arg optional.
14512 (widget-echo-help): Adjust for current help-echo calling sequence.
14513 (widget-specify-field, widget-specify-button)
14514 (widget-specify-insert, widget-get-sibling, widget-image-find)
14515 (widget-convert, widget-insert, widget-leave-text)
14516 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14517 (widget-setup, widget-field-find, widget-before-change)
14518 (widget-after-change, widget-default-complete)
14519 (widget-default-create, widget-default-delete)
14520 (widget-push-button-value-create, editable-field)
14521 (widget-field-prompt-value, widget-field-validate)
14522 (widget-choice-value-create, widget-choice-action)
14523 (widget-choice-validate, widget-checklist-add-item)
14524 (widget-radio-add-item, widget-radio-chosen)
14525 (widget-radio-value-inline, widget-editable-list-value-create)
14526 (widget-editable-list-entry-create)
14527 (widget-documentation-link-add)
14528 (widget-documentation-string-value-create)
14529 (widget-regexp-validate, widget-file-complete)
14530 (widget-sexp-validate, widget-plist-convert-widget)
14531 (widget-plist-convert-widget, widget-alist-convert-widget)
14532 (widget-alist-convert-widget, widget-color-complete): Simplify,
14533 particularly to avoid bindings which aren't optimized out.
14534
14535 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14536 Doc fix.
14537 (down-list, backward-up-list, up-list, kill-sexp)
14538 (backward-kill-sexp, mark-sexp): Make arg optional.
14539 (lisp-complete-symbol): Add optional arg PREDICATE.
14540
14541 * cus-start.el: Add display-buffer-reuse-frames,
14542 file-coding-system-alist.
14543
14544 2000-08-20 Gerd Moellmann <gerd@gnu.org>
14545
14546 * startup.el (command-line): Clear realized faces after
14547 modifying TTY color mappings.
14548
14549 2000-08-20 Miles Bader <miles@gnu.org>
14550
14551 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14552 merely a subset of FACE's attributes.
14553
14554 2000-08-19 Miles Bader <miles@gnu.org>
14555
14556 * comint.el (comint-output-filter): Save the point with a marker,
14557 not just a buffer position.
14558
14559 * international/mule.el (set-buffer-process-coding-system): Make
14560 interactive prompt less confusing.
14561
14562 2000-08-19 Gerd Moellmann <gerd@gnu.org>
14563
14564 * hilit-chg.el: General cleanup of doc strings, comments and
14565 code formatting.
14566
14567 2000-08-19 Miles Bader <miles@gnu.org>
14568
14569 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14570 Compiler macro removed; beginning-of-line is no longer always
14571 equivalent to forward-line, in the presence of fields.
14572
14573 * comint.el (comint-output-filter): Remove ad-hoc saving of
14574 restriction, and just use save-restriction, now that it works
14575 correctly. Don't adjust comint-last-input-start to account for
14576 our insertion; it shouldn't have moved because we don't use
14577 insert-before-markers anymore. Comment out call to
14578 `force-mode-line-update'; why is it here?
14579
14580 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14581 while checking for prompt to delete. Use `forward-line 0'
14582 instead of beginning-of-line.
14583 (gud-filter): Temporarily widen gud comint buffer while
14584 examining output.
14585
14586 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14587
14588 * progmodes/sh-script.el: Big bag of typos.
14589
14590 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14591 check since ispell-process is not bound when ispell is not yet loaded.
14592
14593 2000-08-18 Dave Love <fx@gnu.org>
14594
14595 * image.el (find-image): Copy `spec' before using plist-put.
14596
14597 2000-08-18 Gerd Moellmann <gerd@gnu.org>
14598
14599 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14600 `portugues'.
14601
14602 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14603 backward-kill-sexp, analogous to kill-sexp.
14604
14605 * progmodes/icon.el (icon-indent-line)
14606 (icon-is-continuation-line): Handle comments specially.
14607
14608 2000-08-17 Ken Stevens <k.stevens@ieee.org>
14609
14610 * ispell.el: Set to standard author/maintainer/keyword fields.
14611 Fine tuning to menu map appearance and operation, and added help.
14612 Remove `start' and `end' error messages when compiling.
14613 (ispell-choices-win-default-height): Fixed comment string.
14614 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14615 castellano8 dictionaries.
14616 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14617 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14618 dictionary, added italiano dictionary.
14619 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14620 word character
14621 (ispell-tex-skip-alists): Added psfig support.
14622 (ispell-skip-html): Renamed from ispell-skip-sgml.
14623 (ispell-begin-skip-region-regexp, ispell-skip-region)
14624 (ispell-minor-check): Improved html skipping support to skip across
14625 code, and recognize `&' commands without propper `;' syntax;
14626 (ispell-process-line): Fix alignment error when manually
14627 correcting spelling.
14628 (ispell): Fix comment string.
14629 (ispell-add-per-file-word-list): Always put word list on new line.
14630
14631 2000-08-17 Gerd Moellmann <gerd@gnu.org>
14632
14633 * format.el (format-encode-run-method): Fix error message to say
14634 `encode' instead of `decode'. Use save-window-excursion around
14635 shell-command-on-region as in format-decode-run-method because
14636 shell-command-on-region can display a buffer with error output.
14637 (format-decode): Don't record undo information for the decoding.
14638 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14639 that number part of the temporary buffer name so that more than
14640 one decoding using a temporary buffer can happen safely.
14641
14642 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14643 of `A-z' in the regexp.
14644
14645 * hilit-chg.el: Fix typos in commentary.
14646
14647 * help.el (view-emacs-news): Rewritten for new naming scheme
14648 for old NEWS files.
14649
14650 * startup.el (command-line): Pop to *Messages* in case an error
14651 is signaled while loading user-init-file.
14652
14653 2000-08-17 Andreas Schwab <schwab@suse.de>
14654
14655 * files.el (insert-directory): Don't lose original file name,
14656 undoing an undocumented change.
14657
14658 2000-08-17 Alex Schroeder <alex@gnu.org>
14659
14660 * sql.el (sql-magic-go): Use comint-bol.
14661 (sql-copy-column): Use comint-line-beginning-position.
14662 (comint-line-beginning-position): Define a replacement for
14663 comint-line-beginning-position if it is not fboundp.
14664
14665 2000-08-17 Alex Schroeder <alex@gnu.org>
14666
14667 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14668 it didn't have any effect anyway.
14669
14670 2000-08-17 Alex Schroeder <alex@gnu.org>
14671
14672 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14673 --pset and pager=off instead of sending \\o|cat at the beginning
14674 of the session.
14675
14676 2000-08-17 Miles Bader <miles@gnu.org>
14677
14678 * progmodes/octave-inf.el: Add compatibility definition of
14679 comint-line-beginning-position.
14680
14681 2000-08-17 Kenichi Handa <handa@etl.go.jp>
14682
14683 * startup.el (normal-top-level): Look in each dir in load-path for
14684 a leim-list.el file too. This assures of loading leim-list.el
14685 that is created at Emacs installation time even if a user have his
14686 own leim-list.el.
14687
14688 2000-08-17 Miles Bader <miles@gnu.org>
14689
14690 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14691 foreground color to black if the background is dark.
14692
14693 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14694
14695 * loadhist.el (unload-feature): Typo.
14696
14697 * finder.el (finder-compile-keywords):
14698 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14699 to the generated file.
14700
14701 * mail/mh-e.el (mh-make-local-vars):
14702 Replace make-variable-buffer-local with make-local-variable.
14703
14704 * play/landmark.el:
14705 * options.el (Edit-options-{set,toggle,t,nil}):
14706 * mail/mailabbrev.el (mail-abbrevs-mode):
14707 * textmodes/tex-mode.el (tex-expand-files):
14708 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14709
14710 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14711
14712 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14713 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14714 Allow going past the last element.
14715 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14716 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14717 (cvs-mouse-toggle-mark): Don't move point.
14718 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14719
14720 * progmodes/compile.el (grep): Provide a default set of files.
14721 (next-error): Docstring fix.
14722 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14723
14724 * emacs-lisp/easy-mmode.el (define-minor-mode):
14725 Use `symbol-value' to keep the byte-compiler quiet.
14726
14727 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14728 (diff-find-source-location): New fun, extracted from diff-goto-source.
14729 (diff-goto-source): Use it.
14730 (diff-next-complex-hunk, diff-filter-lines): New function.
14731 (diff-apply-hunk): New command.
14732
14733 * smerge-mode.el (smerge-mode-menu): Doc fix.
14734
14735 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14736
14737 2000-08-16 Dave Love <fx@gnu.org>
14738
14739 * windmove.el (windmove) <defgroup>: Add :version.
14740
14741 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14742 (goto-address-fontify-p, goto-address-highlight-p)
14743 (goto-address-url-face, goto-address-url-mouse-face)
14744 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14745 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14746 (goto-address-fontify, goto-address-at-mouse): Simplify,
14747 (goto-address-at-point): browse-url-url-at-point,
14748 goto-address-find-address-at-point can return nil.
14749 (goto-address-find-address-at-point): Return nil on failure.
14750
14751 * align.el (align) <defgroup>: Add :version.
14752
14753 * calculator.el (calculator): Add :version.
14754 (calculator): Use two lines for calculator window if `modeline'
14755 face is boxed.
14756
14757 * play/5x5.el: Doc fixes.
14758 (5x5) <defgroup>: Add :version.
14759
14760 * play/fortune.el (fortune) <defgroup>: Add :version.
14761 (fortune-append): Fix error message.
14762 (fortune-from-region): Doc fix.
14763
14764 * play/pong.el (pong): Doc fix.
14765
14766 * play/morse.el: Keywords, commentary, autoloads.
14767
14768 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14769
14770 * desktop.el (desktop-save): Don't look at symbol-value of a
14771 member of minor-mode-alist, unless it is boundp.
14772
14773 2000-08-16 Sam Steingold <sds@gnu.org>
14774
14775 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14776 `while'; use `with-current-buffer' instead of `save-excursion'.
14777 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14778
14779 2000-08-16 Kenichi Handa <handa@etl.go.jp>
14780
14781 * international/ccl.el (declare-ccl-program): Docstring modified.
14782 (ccl-execute-with-args): Likewise.
14783
14784 2000-08-16 Miles Bader <miles@gnu.org>
14785
14786 * progmodes/sql.el: Add compatibility definition of
14787 comint-line-beginning-position.
14788
14789 2000-08-15 Gerd Moellmann <gerd@gnu.org>
14790
14791 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14792 'buffer-menu' property.
14793 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14794 fails.
14795 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14796 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14797 wasn't killed.
14798
14799 * buff-menu.el (list-buffers-noselect): Don't display the
14800 *Buffer List* buffer.
14801
14802 * font-lock.el: Require jit-lock to prevent a very late
14803 `Loading jit-lock' message.
14804
14805 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14806 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14807 mail address.
14808
14809 2000-08-15 Miles Bader <miles@gnu.org>
14810
14811 * textmodes/ispell.el (ispell-graphic-p): New constant.
14812 (ispell-choices-win-default-height, ispell-help): Use
14813 `ispell-graphic-p' instead of `xemacsp'.
14814
14815 2000-08-15 Dave Love <fx@gnu.org>
14816
14817 * simple.el: Autoload widget-convert when compiling.
14818 (mail-user-agent): Doc fix.
14819
14820 * help.el (function-called-at-point, variable-at-point): Use
14821 with-syntax-table.
14822 (help-manyarg-func-alist): Add insert-and-inherit.
14823
14824 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14825
14826 * delsel.el (delsel-unload-hook): New function.
14827
14828 * find-file.el: Doc fixes. Move provide to end.
14829 (ff) <defgroup>: Add :link.
14830 (ff-goto-click): Deleted.
14831 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14832 Use mouse-set-point.
14833
14834 * textmodes/tildify.el: Doc fixes.
14835 (tildify) <defgroup>: Add:version.
14836
14837 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14838 (glasses-custom-set): Use set-default, not set.
14839 (minor-mode-alist): Propertize the lighter.
14840 (glasses-mode): Provide optional arg.
14841
14842 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14843 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14844 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14845 option. Provide :type.
14846 (cwarn-configuration): Provide :type.
14847 (cwarn-mode): Doc fix.
14848
14849 * add-log.el (change-log-merge): Doc fix.
14850 (change-log-redate): New command.
14851
14852 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14853 Doze and Dog.
14854 (browse-url): Use dolist, not mapcar.
14855 (browse-url-at-point): Check for null url.
14856 (browse-url-event-buffer, browse-url-event-point): Functions
14857 deleted.
14858 (browse-url-at-mouse, browse-url-netscape): Simplify.
14859
14860 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14861 modes.
14862 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14863 Fix previous change to mapcan.
14864 (msb--init-file-alist, msb--add-separators)
14865 (msb--make-keymap-menu): Simplify.
14866 (msb--choose-file-menu): Use copy-sequence.
14867 (msb-mode-map): Add title to keymap.
14868 (msb-unload-hook): New function.
14869
14870 * bs.el: Fix indentation.
14871 (bs) <defgroup>: Add :links.
14872 (bs-show): Doc fix.
14873 (bs-apply-sort-faces): Don't use window-system.
14874 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14875
14876 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14877
14878 * calendar/timeclock.el (timeclock-file): Run .timelog through
14879 convert-standard-filename.
14880
14881 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14882
14883 * emacs-lisp/authors.el: New file.
14884
14885 * paren.el (show-paren-priority): New user option.
14886 (show-paren-function): Set overlay priorities to
14887 show-paren-priority.
14888
14889 2000-08-14 Miles Bader <miles@gnu.org>
14890
14891 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14892 beginning-of-line with inhibit-field-text-motion bound.
14893
14894 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14895
14896 * calendar/timeclock.el: New file.
14897
14898 2000-08-14 David Ponce <david@dponce.com>
14899
14900 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14901 `widget-button-click'. so that one can use left mouse button to
14902 click on dialog buttons.
14903
14904 2000-08-14 Emmanuel Briot <briot@gnat.com>
14905
14906 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14907 identifiers, since XML is case sensitive
14908
14909 2000-08-12 Miles Bader <miles@gnu.org>
14910
14911 * comint.el (comint-output-filter): Don't bother frobbing
14912 window-start, it doesn't seem to be necessary.
14913
14914 * comint.el (comint-send-string, comint-send-region): Make into
14915 real functions. Snapshot the prompt before sending.
14916
14917 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14918
14919 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14920 technique similar to Info-index, instead of relying on specific
14921 names of relevant Index nodes.
14922 (Info-goto-emacs-command-node): Bind Info-history to nil when
14923 going to the first node found by Info-find-emacs-command-nodes.
14924
14925 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14926
14927 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14928
14929 2000-08-10 Miles Bader <miles@gnu.org>
14930
14931 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14932
14933 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14934
14935 * info.el (Info-file-list-for-emacs): More elements for the
14936 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14937 and woman manuals.
14938
14939 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14940
14941 * comint.el (comint-send-input): Make the newline boundary overlay
14942 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14943 (comint-output-filter): Use `insert' instead of
14944 `insert-before-markers'. Extend comint-last-output-overlay when
14945 necessary since we can't rely on insert-before-markers to do it.
14946 * gud.el (gud-filter): Use `with-current-buffer' instead of
14947 save-excursion when inserting the output, so that point gets
14948 updated correctly; the old method relied on a rather dodgy
14949 side-effect of comint-output-filter to avoid the effect of
14950 save-excursion.
14951
14952 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14953
14954 * files.el (recover-file): Call insert-directory instead of
14955 invoking `ls' directly.
14956
14957 2000-08-10 Miles Bader <miles@gnu.org>
14958
14959 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14960 (comint-last-prompt-overlay): New variables.
14961 (comint-output-filter): Implement prompt highlighting.
14962 (comint-snapshot-last-prompt): New function.
14963 (comint-send-input): Snapshot the last prompt.
14964 Use comint-highlight-input-face.
14965 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14966 Use defface instead of defcustom.
14967 (send-invisible, comint-send-eof): Snapshot the last prompt.
14968 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14969 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14970
14971 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14972
14973 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14974 (regexp-opt-group): Use a list of chars for `letters'.
14975 (regexp-opt-charset): `chars' is now a list of chars.
14976 Use a char-table rather than a vector so it works for multibyte chars.
14977
14978 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14979 Set cvs-minor-current-files to the selected fileinfo.
14980 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14981 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14982
14983 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14984
14985 * files.el (insert-directory): Don't call access-file on
14986 directories on DOS and Windows.
14987
14988 2000-08-09 Kenichi Handa <handa@etl.go.jp>
14989
14990 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14991 longer if necessary.
14992 (ccl-embed-code): Call ccl-embed-data to store CODE in
14993 ccl-program-vector.
14994
14995 2000-08-09 Miles Bader <miles@gnu.org>
14996
14997 * comint.el (comint-output-filter): Properly handle the case where
14998 the text surrounded by comint-last-output-overlay was deleted.
14999
15000 2000-08-08 Gerd Moellmann <gerd@gnu.org>
15001
15002 * info.el (Info-insert-dir): Use Info-additional-directory-list if
15003 non-nil.
15004 (Info-file-list-for-emacs): Remove "info" from the list because
15005 that leads to trying to use the documentation from file `info'
15006 in various situations where it isn't appropriate, for instance
15007 C-h C-k C-h i.
15008
15009 * ffap.el (ffap-read-file-or-url-internal): Handle case that
15010 DIR and/or STRING are nil.
15011
15012 * progmodes/compile.el (compilation-setup): Make variable
15013 compilation-error-screen-columns buffer-local, as some comment
15014 in the code suggests it should be.
15015
15016 * files.el (auto-mode-interpreter-regexp): New variable.
15017 (set-auto-mode): Use it.
15018
15019 * indent.el (indent-for-tab-command): Doc fix.
15020
15021 * mouse-sel.el (mouse-sel-mode): Doc fix.
15022
15023 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
15024 labels.
15025
15026 * help.el (print-help-return-message): When
15027 display-buffer-reuse-frames is set, let the help window been quit,
15028 instead of deleting it, which might delete a reused frame.
15029
15030 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
15031
15032 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
15033 rename a directory to a name that differs only by its letter case.
15034
15035 2000-08-08 Kenichi Handa <handa@etl.go.jp>
15036
15037 * international/quail.el (quail-define-rules): Handle Quail decode
15038 map correctly. Add code for supporting annotations.
15039 (quail-install-decode-map): New function.
15040 (quail-defrule-internal): New optional arguments decode-map and
15041 props.
15042 (quail-advice): New function.
15043
15044 2000-08-07 Sam Steingold <sds@gnu.org>
15045
15046 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
15047 `defconst', `define-condition', `with-slots'.
15048 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
15049
15050 2000-08-03 Miles Bader <miles@gnu.org>
15051
15052 * comint.el (comint-use-prompt-regexp-instead-of-fields):
15053 New variable.
15054 (comint-prompt-regexp, comint-get-old-input): Document dependence on
15055 comint-use-prompt-regexp-instead-of-fields.
15056 (comint-send-input): Add `input' field property to stuff we send to
15057 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
15058 (comint-output-filter): Add `output' field property to process
15059 output, if comint-use-prompt-regexp-instead-of-fields is nil.
15060 (comint-replace-by-expanded-history)
15061 (comint-get-old-input-default, comint-show-output)
15062 (comint-backward-matching-input, comint-forward-matching-input)
15063 (comint-next-prompt, comint-previous-prompt): Use field
15064 properties if comint-use-prompt-regexp-instead-of-fields is nil.
15065 (comint-line-beginning-position): New function.
15066 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
15067 (comint-replace-by-expanded-history-before-point): Use
15068 comint-line-beginning-position and line-end-position.
15069 (comint-last-output-overlay): New variable.
15070 (comint-mode): Make `comint-last-output-overlay' buffer-local.
15071
15072 * shell.el (shell-prompt-pattern): Doc change.
15073 (shell-backward-command): Use line-beginning-position.
15074
15075 * gud.el (gud-gdb-complete-command): Use
15076 comint-line-beginning-position.
15077
15078 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
15079 comint-bol doesn't actually go to the beginning of the line.
15080
15081 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
15082 if comint-use-prompt-regexp-instead-of-fields is non-nil.
15083 (try-expand-line-all-buffers): Likewise.
15084
15085 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
15086 explicitly matching comint-prompt-regexp.
15087 (sql-copy-column): Use comint-line-beginning-position instead of
15088 explicitly matching comint-prompt-regexp.
15089
15090 * progmodes/octave-inf.el (inferior-octave-complete): Use
15091 comint-line-beginning-position.
15092
15093 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
15094
15095 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
15096 looking for a prompt, use `forward-line 0' instead of
15097 `beginning-of-line', to avoid getting caught by an input field.
15098
15099 2000-08-07 Gerd Moellmann <gerd@gnu.org>
15100
15101 * files.el (shell-quote-wildcard-pattern): Make sure to return
15102 PATTERN, in the Unix case.
15103
15104 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
15105
15106 * play/zone.el (zone): Discard any pending input before running
15107 the randomly-chosen pgm.
15108
15109 2000-08-07 Kenichi Handa <handa@etl.go.jp>
15110
15111 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
15112 checking the existence of any multibyte characters.
15113
15114 2000-08-06 Gerd Moellmann <gerd@gnu.org>
15115
15116 * help.el (describe-mode): Test minor-mode symbol for being
15117 bound before testing its value for being nil.
15118
15119 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
15120 `first', `second', and `third'.
15121
15122 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
15123 (second): Make it an alias for `cadr'.
15124
15125 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
15126
15127 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
15128 types of display support faces now.
15129
15130 2000-08-05 Gerd Moellmann <gerd@gnu.org>
15131
15132 * pcvs.el (require): Require `cl' during compilation, only.
15133
15134 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
15135 (toplevel): Remove `remq' and `remove' from autoloads.
15136 (cl-fake-autoloads): New variable. If set, arrange for an error
15137 when CL functions etc. are autoloaded.
15138
15139 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
15140
15141 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
15142
15143 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
15144 popped up, but the user clicks outside the menu, return an empty
15145 regexp (that causes unhighlight-regexp to have no effect).
15146
15147 * menu-bar.el (menu-bar-games-menu): Add Zone.
15148
15149 * hi-lock.el (toplevel): Require font-lock.
15150
15151 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15152
15153 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
15154 (ebnf-8-bit-chars): New var for bug fix.
15155 (ebnf-string): Bug fix.
15156
15157 2000-08-03 Sam Steingold <sds@gnu.org>
15158
15159 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
15160 instead of `buffer-string'.
15161 (require 'cl): Always, not just when compiling.
15162 `ignore-errors' in `interactive', `list*', `defun*' &c make this
15163 necessary.
15164
15165 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
15166
15167 * international/mule-cmds.el (select-safe-coding-system): Make
15168 the message text about selecting a safe coding system more clear.
15169
15170 2000-08-02 Gerd Moellmann <gerd@gnu.org>
15171
15172 * hi-lock.el: New file.
15173
15174 * play/zone.el: New file.
15175
15176 * replace.el (occur): Set tab-width in the *Occur* buffer to the
15177 value of tab-width in the original buffer. Choose a line number
15178 format that's a multiple of the original buffer's tab width, so
15179 that lines appear right.
15180
15181 * textmodes/ispell.el (ispell): New function, replacing an alias.
15182 Spell-check active region if in transient-mark-mode and mark
15183 is active; otherwise spell-check buffer.
15184
15185 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15186
15187 * ps-mule.el: Fix a customization problem on
15188 ps-mule-font-info-database-default.
15189
15190 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
15191
15192 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
15193 display-mouse-p instead of window-system.
15194 (ebrowse-member-mode-map): Ditto.
15195
15196 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15197
15198 * progmodes/ebnf2ps.el: Update ps-print functions call.
15199 Indentation fix. Doc fix.
15200 (ebnf-version): New version number (3.2).
15201 (ebnf-format-color, ebnf-begin-job): Code fix.
15202
15203 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
15204
15205 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
15206 font lock support on window-system.
15207 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
15208
15209 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
15210 display-color-p, if fboundp, instead of window-system.
15211
15212 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
15213
15214 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
15215 instead of window-system.
15216
15217 * wid-edit.el (widget-choose): Use display-mouse-p instead of
15218 window-system.
15219 (widget-choice-mouse-down-action): Use display-popup-menus-p
15220 instead of window-system.
15221
15222 * strokes.el (strokes-file): Run the file name through
15223 convert-standard-filename.
15224 (strokes-mode): Call display-mouse-p instead of looking at
15225 window-system. Change the error message accordingly.
15226
15227 * progmodes/cpp.el (toplevel): Support faces on tty's.
15228
15229 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15230 (lm-plot-square, lm-init-display): Don't use window-system.
15231
15232 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15233 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15234
15235 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15236 instead of looking at window-system.
15237
15238 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15239
15240 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15241 of testing if iswitchb-prepost-hooks is bound, because the
15242 latter will always be true when invoking a recursive minibuffer
15243 from an active Iswitchb buffer.
15244
15245 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15246
15247 * files.el (shell-quote-wildcard-pattern): New function.
15248 (insert-directory): Call it. Only prepend "\" to command on Unix
15249 and GNU/Linux systems.
15250
15251 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15252
15253 * eshell/esh-groups.el: Change custom :link file names
15254 from `eshell.info' to `eshell'.
15255
15256 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15257
15258 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15259 correctly in recursive ange-ftp listings.
15260
15261 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15262
15263 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15264 ps-header-font-size-internal and
15265 ps-header-title-font-size-internal variables are not set,
15266 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15267 face text property is (foreground-color . COLOR) or
15268 `(background-color . COLOR)', ps-print crashes. Doc fix.
15269 (ps-print-version): New version number (5.2.4).
15270 (ps-plot-region): Code fix.
15271 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15272 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15273 Bug fix 2.
15274
15275 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
15276
15277 * glasses.el (glasses-make-readable): Fix uncapitalization of
15278 identifiers like `myXMLDocument'.
15279
15280 2000-07-28 Karl Fogel <kfogel@red-bean.com>
15281
15282 * mail/mail-hist.el (mail-hist-previous-input)
15283 (mail-hist-next-input): Do the obvious code factorization.
15284 (mail-hist-retrieve-and-insert): New func, contains common
15285 code of above two.
15286 If inserting a message body, leave point at top.
15287
15288 2000-07-28 Sam Steingold <sds@gnu.org>
15289
15290 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15291 Use `<=', not `<' to compare times!
15292 (ange-ftp-ls): Remove.
15293
15294 2000-07-27 Gerd Moellmann <gerd@gnu.org>
15295
15296 * play/cookie1.el: Add explanation of how to make cookie.el
15297 compatible with strfile(1) to comment.
15298
15299 * subr.el (remove, remq): New functions.
15300
15301 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15302 escape `*' in regexps.
15303 (midnight-find): Reverse order of arguments in the funcall of
15304 TEST.
15305
15306 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15307 and `.class'.
15308
15309 * play/meese.el: Add Commentary section.
15310
15311 2000-07-27 Alex Schroeder <alex@gnu.org>
15312
15313 * sql.el (sql-ms): Added autoload cookie.
15314 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15315 (sql-oracle): Ditto.
15316 (sql-help): Doc change.
15317
15318 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15319 types and exceptions.
15320
15321 2000-07-27 Alex Schroeder <alex@gnu.org>
15322
15323 * sql.el (sql-placeholder-history): New variable.
15324 (sql-query-placeholders-and-send): New function that will query
15325 the user and replace placeholders with user input.
15326 (sql-oracle): If running on NT, set comint-input-sender to
15327 sql-query-placeholders-and-send.
15328
15329 (sql-stop): If in the SQLi buffer, insert stop notification, else
15330 present it as a message.
15331
15332 2000-07-27 Alex Schroeder <alex@gnu.org>
15333
15334 * sql.el (sql-input-ring-separator): Doc change.
15335 (sql-input-ring-file-name): Doc change.
15336 (sql-interactive-mode): Use `sql-input-ring-separator' and
15337 `sql-input-ring-file-name' to set the comint-mode equivalents
15338 without making them local variables.
15339 (sql-stop): Don't bind `sql-input-ring-separator' and
15340 `sql-input-ring-file-name' dynamically to their comint-mode
15341 equivalents.
15342
15343 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15344
15345 * international/mule.el (register-char-codings): New function.
15346 (make-coding-system): Handle `safe-chars' specification in the arg
15347 PROPERTY.
15348
15349 * international/mule-cmds.el
15350 (find-coding-systems-region-subset-p): This function deleted.
15351 (sort-coding-systems-predicate): New variable.
15352 (sort-coding-systems): New function.
15353 (find-coding-systems-region): Use
15354 find-coding-systems-region-internal.
15355 (find-coding-systems-string): Use find-coding-systems-region.
15356 (find-coding-systems-for-charsets): Check
15357 char-coding-system-table.
15358 (select-safe-coding-system-accept-default-p): New variable.
15359 (select-safe-coding-system): Mostly rewritten. New argument
15360 ACCEPT-DEFAULT-P.
15361 (select-message-coding-system): Call select-safe-coding-system
15362 with ACCEPT-DEFAULT-P arg.
15363 (reset-language-environment): Reset default-sendmail-coding-system
15364 to the default value iso-latin-1.
15365 (set-language-environment): Don't set the obsolete variable
15366 charset-origin-alist.
15367
15368 * international/codepage.el (cp-coding-system-for-codepage-1):
15369 Give `safe-chars' property to make-coding-system.
15370
15371 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15372 calling select-message-coding-system twice.
15373
15374 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15375 instead of `safe-charsets'.
15376 (cyrillic-alternativnyj): Likewise.
15377 (ccl-encode-alternativnyj): Don't check the charset
15378 cyrillic-iso8859-5.
15379
15380 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15381
15382 * composite.el (compose-chars-after): Preserve match data.
15383
15384 2000-07-26 Sam Steingold <sds@gnu.org>
15385
15386 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15387 (ange-ftp-real-file-newer-than-file-p): New function.
15388 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15389 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15390
15391 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15392 * midnight.el (midnight-float-time): Ditto.
15393
15394 2000-07-26 Andreas Schwab <schwab@suse.de>
15395
15396 * files.el (normal-backup-enable-predicate): Correct
15397 interpretation of the return value of compare-strings.
15398
15399 2000-07-26 Gerd Moellmann <gerd@gnu.org>
15400
15401 * isearch.el (isearch-resume): New function.
15402 (isearch-done): Add something to command-history to resume
15403 the search.
15404 (isearch-yank-line, isearch-yank-word): Use
15405 buffer-substring-no-properties instead of buffer-substring.
15406
15407 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15408 of flyspell-mouse-map.
15409
15410 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15411 duplicate definition.
15412 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15413
15414 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15415 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15416
15417 2000-07-25 Sam Steingold <sds@gnu.org>
15418
15419 * net/ange-ftp.el: Get modtime over the net.
15420 (ange-ftp-file-modtime): New function.
15421 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15422 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15423 Use it.
15424 (ange-ftp-dot-to-slash): New function.
15425 (ange-ftp-fix-name-for-vms): Use it.
15426
15427 * midnight.el (midnight-buffer-display-time): Use
15428 `with-current-buffer'.
15429
15430 2000-07-25 Gerd Moellmann <gerd@gnu.org>
15431
15432 * find-dired.el: Update copyright notice.
15433 (find-dired): Offer to kill a running `find'.
15434
15435 * enriched.el (enriched-face-ans): For a `foreground-color'
15436 property, return '(("x-color" COLOR))' so that COLOR will be
15437 output as a parameter of the x-color annotation. Likewise for the
15438 `background-color' property. In the case of normal face
15439 properties, don't return annotations for unspecified foreground
15440 and background face attributes.
15441
15442 2000-07-25 Kenichi Handa <handa@etl.go.jp>
15443
15444 * language/japan-util.el (japanese-katakana-region): Fix handling
15445 HANKAKU argument.
15446
15447 2000-07-25 Miles Bader <miles@gnu.org>
15448
15449 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15450 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15451 constrain-to-field.
15452
15453 2000-07-24 Andrew Innes <andrewi@gnu.org>
15454
15455 * timer.el (timer-activate-when-idle): Add optional parameter
15456 DONT-WAIT. Update docstring.
15457 (run-with-idle-timer): Specify extra parameter to
15458 timer-activate-when-idle, so that timer will be activated
15459 immediately if Emacs is already idle.
15460
15461 * w32-fns.el (w32-using-nt): Fix docstring.
15462
15463 2000-07-24 Dave Love <fx@gnu.org>
15464
15465 * mouse.el (popup-menu): Set last-command-event.
15466 (mouse-major-mode-menu-prefix): Declare.
15467
15468 2000-07-24 Gerd Moellmann <gerd@gnu.org>
15469
15470 * textmodes/flyspell.el: Update to author's version 1.5d.
15471
15472 * progmodes/hideshow.el: Update copyright notice.
15473
15474 * vcursor.el: Set maintainer to FSF, since author cannot
15475 be reached.
15476
15477 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15478
15479 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15480 the prompt.
15481
15482 * mouse.el (popup-menu): Run the keymap through indirect-function,
15483 in case it was defined with define-prefix-key. If the menu is a
15484 list of keymaps, look up the binding of user's choice in each one
15485 of the keymaps.
15486 (mouse-popup-menubar): If the global and local menu-bar keymaps
15487 don't have a prompt string, create one and insert it into the
15488 keymap. Don't barf if current-local-map returns nil.
15489
15490 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15491
15492 * dired.el (dired-sort-R-check): Added to allow recursive listing
15493 to be undone.
15494 (dired-sort-other): Use it.
15495
15496 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15497
15498 * Release of cc-mode 5.27
15499
15500 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15501
15502 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15503 c-beginning-of-statement-1 that caused a bad case of recursion
15504 which could consume a lot of CPU in large classes in languages
15505 that have in-expression classes (i.e. Java and Pike).
15506
15507 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15508 statements before top level constructs (i.e. case 6 is moved
15509 before case 5 and is now case 4) to catch in-expression
15510 classes in top level expressions correctly.
15511
15512 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15513
15514 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15515 objc-method-intro. Case 4 removed and case 5I added.
15516
15517 * cc-langs.el (c-append-paragraph-start): New variable used by
15518 c-common-init to get paragraph-start correct.
15519 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15520 initialize paragraph-start to make it correct both with and
15521 without the javadoc special case.
15522
15523 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15524 initialize paragraph-start for javadoc markup.
15525
15526 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15527 change by defaulting this to t. It's motivated by the
15528 confusing behavior that otherwise arise from the style system
15529 when editing both java and non-java files at the same time
15530 (see the comments about style setting in c-common-init).
15531
15532 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15533
15534 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15535 similar to the one in c-fill-paragraph to check the fill
15536 prefix from the adaptive fill function for sanity.
15537
15538 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15539
15540 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15541 defun block.
15542
15543 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15544
15545 * cc-align.el (c-lineup-multi-inher): Handle lines with
15546 leading comma nicely. Extended to handle member initializers
15547 too.
15548
15549 * cc-engine.el: (c-beginning-of-inheritance-list,
15550 c-guess-basic-syntax): Fixed recognition of inheritance lists
15551 when the lines begins with a comma.
15552
15553 * cc-vars.el (c-offsets-alist): Changed default for
15554 member-init-cont to c-lineup-multi-inher since it now handles
15555 member initializers and indents better for leading commas.
15556
15557 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15558
15559 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15560 handling that caused class open lines to be recognized as
15561 statement-conts in some cases.
15562
15563 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15564 guessed by the adaptive fill function unless point is on the
15565 first line of a block comment.
15566
15567 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15568 when the buffer ends with a macro continuation char.
15569
15570 * cc-engine.el (c-guess-basic-syntax): Added support for
15571 function definitions as statements in Pike. The first
15572 statement in a lambda block is now labeled defun-block-intro
15573 instead of statement-block-intro.
15574
15575 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15576 so that the class surrounding point is selected, not the one
15577 innermost in the state.
15578
15579 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15580 recognition of switch labels having hanging multiline
15581 statements.
15582
15583 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15584 some code in c-guess-basic-syntax to a separate function.
15585 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15586 recognition of member inits with multiple line arglists.
15587 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15588 member-init-cont when the commas are in funny places.
15589
15590 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15591
15592 * cc-defs.el (c-auto-newline): Removed this macro since it's
15593 not used anymore.
15594
15595 * cc-engine.el (c-looking-at-bos): New helper function.
15596 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15597 inexpr and toplevel classes apart in Pike.
15598
15599 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15600 of case 9A.
15601
15602 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15603 constant, since "class" can introduce an in-expression class
15604 in Pike nowadays.
15605
15606 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15607
15608 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15609 indentation on cpp-macro lines.
15610
15611 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15612 a syntax modifier like comment-intro, to make it possible to
15613 get syntactic indentation for preprocessor directives. It's
15614 incompatible wrt to lineup functions on cpp-macro, but it has
15615 no observable effect in the 99.9% common case where cpp-macro
15616 is set to -1000.
15617
15618 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15619
15620 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15621 member-init-cont when the preceding arglist is several lines.
15622
15623 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15624
15625 * cc-styles.el (c-style-alist): The basic offset for the BSD
15626 style corrected to 8.
15627
15628 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15629
15630 * cc-styles.el (c-style-alist): Adjusted the indentation of
15631 brace list openers in the gnu style.
15632
15633 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15634
15635 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15636
15637 * cc-cmds.el (c-electric-brace, c-electric-slash,
15638 c-electric-star, c-electric-semi&comma, c-electric-colon,
15639 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15640 when c-syntactic-indentation is nil.
15641
15642 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15643 we were left at comments preceding the first statement when
15644 reaching the beginning of the buffer.
15645
15646 * cc-vars.el (c-syntactic-indentation): New variable to turn
15647 off all syntactic indentation.
15648
15649 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15650
15651 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15652 between the text and the block comment ender when it hangs,
15653 depending on how many there are before the fill.
15654
15655 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15656
15657 * cc-engine.el (c-beginning-of-closest-statement): New helper
15658 function to go back to the closest preceding statement start,
15659 which could be inside a conditional statement.
15660 * cc-engine.el (c-guess-basic-syntax): Use
15661 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15662
15663 * cc-engine.el (c-guess-basic-syntax): Better handling of
15664 arglist-intro, arglist-cont-nonempty and arglist-close when
15665 the arglist is nested inside parens. Cases 7A, 7C and 7F
15666 changed.
15667
15668 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15669 up-to-date with javadoc 1.2.
15670
15671 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15672
15673 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15674 multiline Pike type decls.
15675
15676 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15677
15678 * cc-cmds.el (c-indent-new-comment-line): Always break
15679 multiline comments in multiline mode, regardless of
15680 comment-multi-line.
15681
15682 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15683
15684 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15685 fully::qualified::names in C++ member init lists. Preamble in
15686 case 5D changed.
15687
15688 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15689
15690 * cc-langs.el (c-common-init): Handling of obsolete variables
15691 moved to c-initialize-cc-mode. More compatible style override
15692 when using global style variables.
15693 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15694 variables moved here.
15695
15696 * cc-styles.el (c-make-styles-buffer-local): Flag style
15697 variable localness in c-style-variables-are-local-p to make
15698 the compatibility measure in c-common-init work well.
15699
15700 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15701 longer contain set-from-style.
15702 * cc-styles.el (c-initialize-builtin-style): Don't check for
15703 set-from-style on c-special-indent-hook.
15704 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15705 copy-alist is sufficient now.
15706
15707 * cc-styles.el (c-set-style, c-set-style-1,
15708 c-get-style-variables): Fixes to variable initialization so
15709 that duplicate entries in styles have the same effect
15710 regardless of DONT-OVERRIDE.
15711
15712 * cc-styles.el (c-set-style-2): Fixed bug where the
15713 initialization of inheriting styles failed when the
15714 dont-override flag is set.
15715
15716 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15717 on this.
15718
15719 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15720
15721 * cc-defs.el (c-forward-comment): Removed the workaround
15722 introduced in 5.38 since it had worse side-effects. If a line
15723 contains the string "//\"", it regarded the // as a comment
15724 start since the \ temporarily doesn't have escape syntax.
15725
15726 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
15727
15728 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15729 ada-xref.el before ada-prj.el, so that the Project menu is created
15730 when ada-prj tries to add to it.
15731 (ada-activate-keys-for-case): Suppress the characters that are not
15732 part of the Ada syntax. Better compatibility with else-mode
15733 (ada-adjust-case-interactive): When auto-casing is not active,
15734 correctly insert newlines (used to insert only ^M). Prevent the
15735 syntax table from being changed in case of an error
15736 (or '_' becomes part of a word and some commands are confused).
15737 Do nothing if ada-auto-case is nil.
15738 (ada-after-keyword-p): Ignore keywords that are also attributes
15739 (ada-batch-reformat): Update usage comment
15740 (ada-call-from-contextual-menu): New function
15741 (ada-case-read-exceptions): Reinitialize the casing exception list
15742 first to nil first, so that the casing exception file can be
15743 shared.
15744 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15745 files.
15746 (ada-compile-goto-error): Fix regexp used to detect a file:line
15747 anywhere in the error message
15748 (ada-contextual-menu-last-point): New variable
15749 (ada-create-keymap): If the variable delete-key-deletes-forward is
15750 t on XEmacs, it means that DEL should delete one character
15751 forward.
15752 (ada-create-menu): Use :included instead of :visible for XEmacs.
15753 New submenu "Options".
15754 (ada-end-stmt-re): Correctly indent "select ... then abort"
15755 statements.
15756 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15757 even if they don't match ada-fill-comment-prefix Fix handling of
15758 paragraphs on the first or last line of a file.
15759 (ada-format-paramlist): Fix handling of default parameter values.
15760 (ada-get-body-name): New function.
15761 (ada-get-current-indent): Optimized by searchling directly for an
15762 existing generic part or a statement outside of it. Handle
15763 ada-indent-align-comments when indenting comments Replaced some
15764 regexps by testing directly the next character. This results in a
15765 huge speedup on some files. New indentation scheme for renames
15766 statements. Stop looking for the 'while' or 'for' associated with
15767 a 'loop' at the first semicolon encountered. A "return" can also
15768 match an anonymous access subprogram declaration.
15769 (ada-get-indent-noindent): Ignore strings and comments when
15770 looking for the keywords "record" and "private".
15771 (ada-goto-matching-decl-start): When matching "if", make sure we
15772 are not in fact seeing "end if". Ignore "when" statements except
15773 when initial keyword was "begin". Fix handling of nested
15774 procedures. Add a recursive call to this function to skip over
15775 other 'end' statmts. Fix indentation for "when .. => begin"
15776 (ada-in-open-paren-p): Fix indentation for complex boolean
15777 expressions, where 'and then', 'or else' and parenthesis
15778 statements are mixed up.
15779 (ada-in-paramlist-p): Skip comments while searching for the
15780 beginning Fix handling of operator declarations.
15781 (ada-indent-align-comments): New variable
15782 (ada-indent-current): Change the syntax table only in the
15783 protected section, so that we are sure it is restored correctly.
15784 (ada-indent-on-previous-lines): Use ada-use-indent and
15785 ada-with-indent Correctly indent "select ... then"
15786 (ada-indent-region): Slight speedup.
15787 (ada-indent-renames): New variable.
15788 (ada-last-which-function-subprog, ada-last-which-function-line):
15789 New variables
15790 (ada-looking-at-semi-private): Correctly indent the 'private'
15791 keyword when it is the first word in a package declaration.
15792 (ada-loose-case-word): Stop searching if at the end of the buffer.
15793 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15794 even if point is not initially at the end of the word.
15795 (ada-matching-decl-start-re): Add "when".
15796 (ada-mode): Add support for abbrev-mode, outline-mode and
15797 which-func-mode Override the old find-file.el entry in
15798 ff-special-constructs since it is using the obsolete
15799 ada-spec-suffix variable
15800 (ada-no-auto-case): New function
15801 (ada-scan-paramlist): When parsing the argument type, accept
15802 spaces (as in "X 'Class", generated by Rational Rose).
15803 (ada-other-file-name): No longer loads the other file.
15804 (ada-popup-menu): Save and restore the current buffer and cursor
15805 position before and after displaying the menu.
15806 (ada-search-ignore-complex-boolean): New function.
15807 (ada-uncomment-region): Emacs21 already knows how to delete
15808 comments not starting in the first column.
15809 (ada-use-indent): New variable
15810 (ada-which-function): New function.
15811 (ada-with-indent): New variable
15812 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15813 can be batch-compiled from the command line.
15814
15815 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15816 Add to the menu when the file is loaded, not in ada-mode-hook.
15817 Add -toolbar to the default ddd command Switches moved from
15818 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15819 ada-prj-default-comp-opt
15820 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15821 Reference Manual to the menu
15822 (ada-check-current): rewritten as a call to ada-compile-current
15823 (ada-compile): Removed.
15824 (ada-compile-application, ada-compile-current, ada-check-current):
15825 Set the compilation-search-path so that compile.el automatically
15826 finds the sources in src_dir. Automatic scrollong of the
15827 compilation buffer. C-uC-cC-c asks for confirmation before
15828 compiling
15829 (ada-compile-current): New parameter, prj-field
15830 (ada-complete-identifier): Load the .ali file before doing
15831 processing
15832 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15833 conform to gnatmake's behavior.
15834 (ada-find-file-in-dir): New function
15835 (ada-find-references): Set the environment variables for gnatfind
15836 (ada-find-src-file-in-dir): New function.
15837 (ada-first-non-nil): Removed
15838 (ada-gdb-application): Add support for jdb, the java debugger.
15839 (ada-get-ada-file-name): Load the original-file first if not done
15840 yet.
15841 (ada-get-all-references): Handles the new ali syntax (parent types
15842 are found between <>).
15843 (ada-initialize-runtime-library): New function
15844 (ada-mode-hook): Always load a project file when a file is opened,
15845 so that the casing exceptions are correctly read.
15846 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15847 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15848 to open the project file, since the latter does not work with
15849 speedbar Get default values before loading the prj file, or the
15850 default executable file name is wrong. Use the absolute value of
15851 src_dir to initialize ada-search-directories and
15852 compilation-search-path,... Add the standard runtime library to
15853 the search path for find-file.
15854 (ada-prj-default-debugger): Was missing an opening '{'
15855 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15856 variables.
15857 (ada-prj-default-gnatmake-opt): New variable
15858 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15859 buffers, the project file is the default one Save the windows
15860 configuration before displaying the menu.
15861 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15862 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15863 ...) regexp-quote identifiers names to support operators +,
15864 -,... in regexps.
15865 (ada-remote): New function.
15866 (ada-run-application): Erase the output buffer before starting the
15867 run Support remote execution of the application. Use
15868 call-process, or the arguments are incorrectly parsed
15869 (ada-set-default-project-file): Reread the content of the active
15870 project file, not the one from the current buffer When a project
15871 file is set as the default project, all directories are
15872 automatically associated with it.
15873 (ada-set-environment): New function
15874 (ada-treat-cmd-string): New special variable ${current}
15875 (ada-treat-cmd-string): Revised. The substitution is now done for
15876 any ${...} substring
15877 (ada-xref-current): If no body was found, compiles the spec
15878 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15879 compiler to get rid of command line length limitations.
15880 (ada-xref-get-project-field): New function
15881 (ada-xref-project-files): New variable
15882 (ada-xref-runtime-library-specs-path)
15883 (ada-xref-runtime-library-ali-path): New variables
15884 (ada-xref-set-default-prj-values): Default run command now does a
15885 cd to the build directory. New field: main_unit Provide a default
15886 file name even if the current buffer has no prj file.
15887
15888 * ada-prj.el:
15889 Rewritten to show a tabbed-dialog.
15890 (ada-prj-add-ada-menu): Remove the map and name parameters.
15891 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15892 New function
15893 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15894 (ada-prj-load-from-file): New function
15895 (ada-prj-save): Always save fields that depend on the current buffer
15896 (ada-prj-show-value): New function
15897
15898 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15899 Ada mode. This will allow us to display the Ada menu in any buffer
15900 we want (for project items).
15901 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15902 number of spaces in the header.
15903
15904 2000-07-24 Dave Love <fx@gnu.org>
15905
15906 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15907
15908 2000-07-23 Noah Friedman <friedman@splode.com>
15909
15910 * type-break.el (type-break): perform autosave.
15911 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
15912 (type-break-do-query): Cancel query schedule while performing
15913 actual query, to avoid possibility of a second query being made
15914 while first one is already in progress.
15915 (type-break-time-stamp-format): New variable.
15916 (type-break-time-stamp): New function.
15917 (type-break-time-warning): Use it.
15918 (type-break-keystroke-warning): Use it.
15919 (type-break-noninteractive-query): Use it.
15920
15921 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15922 cookie.
15923 Use add-minor-mode to set minor-mode-alist, if available.
15924 (eldoc-echo-area-use-multiline-p): New user option.
15925 (eldoc-echo-area-multiline-supported-p): New variable.
15926 (eldoc-docstring-format-sym-doc): Use them.
15927 (eldoc-mode): If not using idle timers, append to local post and
15928 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15929 (eldoc-display-message-no-interference-p): Don't interfere with
15930 edebug.
15931 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15932 (eldoc-function-arglist): New function.
15933 (eldoc-function-argstring): Use it.
15934
15935 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15936 auto save directory exists before calling directory-files.
15937
15938 2000-07-23 Dave Love <fx@gnu.org>
15939
15940 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15941 ^o, ^u.
15942
15943 2000-07-21 Dave Love <fx@gnu.org>
15944
15945 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15946 now passed to the function. It now works properly.
15947
15948 * smerge-mode.el (smerge-mode-menu): Fill it out.
15949
15950 2000-07-20 Gerd Moellmann <gerd@gnu.org>
15951
15952 * info-look.el (info-lookup): If *info* is shown in another frame
15953 on the same display, select that frame, instead of switching to
15954 the Info buffer in another window of the selected frame.
15955
15956 * simple.el (universal-argument-map): Bind numeric keypad keys
15957 kp-0 to kp-9 and kp-subtract.
15958 (digit-argument): Handle these keys.
15959
15960 2000-07-20 Dave Love <fx@gnu.org>
15961
15962 * net/goto-addr.el (goto-address-fontify): Don't bother with
15963 buffer-modified and read-only stuff -- irrelevant with overlays.
15964 Put an extra property on the overlays and use it to clean up in
15965 case goto-address is re-run.
15966
15967 2000-07-19 Richard M. Stallman <rms@gnu.org>
15968
15969 * timer.el (run-with-idle-timer): Doc fix.
15970
15971 * mail/mail-utils.el (mail-strip-quoted-names):
15972 Handle case where <...> appears inside "...".
15973 Use replace-match to edit the string more simply.
15974 (rmail-dont-reply-to): Cope with an unmatched ".
15975
15976 2000-07-19 Dave Love <fx@gnu.org>
15977
15978 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15979 implementation.
15980
15981 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15982 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15983 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15984
15985 2000-07-19 Gerd Moellmann <gerd@gnu.org>
15986
15987 * textmodes/refer.el: Correct maintainer's email address.
15988
15989 * progmodes/hideif.el: Correct author's email address.
15990 Fix typo in comment.
15991
15992 * xml.el: New file.
15993
15994 * mail/mailheader.el: Correct author's mail address.
15995
15996 * gnus/parse-time.el: Correct author's mail address.
15997
15998 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15999
16000 * comint.el (comint-highlight-input, comint-highlight-face):
16001 New user options.
16002 (comint-input-ring-file-name): Change custom type.
16003 (comint-mode-map): Bind mouse-2.
16004 (comint-insert-clicked-input): New function.
16005 (comint-send-input): Handle input highlighting.
16006
16007 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
16008
16009 * mouse.el (popup-menu): New function.
16010 (mouse-major-mode-menu): Use it.
16011
16012 2000-07-18 Dave Love <fx@gnu.org>
16013
16014 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
16015 improvements.
16016
16017 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16018
16019 * faces.el (face-font-selection-order)
16020 (face-font-family-alternatives): Add custom type.
16021
16022 2000-07-18 Dave Love <fx@gnu.org>
16023
16024 * cus-edit.el (custom-variable-reset-saved)
16025 (custom-variable-reset-standard): Remove unused bindings.
16026
16027 * rect.el (open-rectangle-line): Remove unused let.
16028
16029 * hl-line.el (hl-line-highlight): Check hl-line-mode.
16030
16031 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16032
16033 * cdl.el: Fix `Maintainer' keyword.
16034
16035 * play/pong.el: Add author's email address.
16036
16037 2000-07-17 Sam Steingold <sds@gnu.org>
16038
16039 * files.el (insert-directory): Call `split-string' instead of
16040 re-implementing it.
16041
16042 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16043
16044 * mail/vms-pmail.el: Change maintainer to FSF.
16045
16046 * net/goto-addr.el: Change maintainer to FSF.
16047
16048 * info.el (Info-title-face-alist): Removed.
16049
16050 2000-07-18 David Ponce <david@dponce.com>
16051
16052 * recentf.el (recentf-open-files): New command that works like
16053 `recentf-open-more-files', but shows the whole list of files (not just
16054 those omitted from the menu). Useful if you don't use a menu-bar!
16055 (recentf-open-more-files) Modified to use `recentf-open-files'.
16056
16057 (recentf-open-files, recentf-open-more-files)
16058 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
16059
16060 (recentf-dialog-mode): New mode for dialogs. You can now just type
16061 "q" to cancel the dialogs.
16062
16063 2000-07-18 David Ponce <david@dponce.com>
16064
16065 * recentf.el: This is a major update of recentf.el. It adds new
16066 features to better organize the recentf menu and "More..." buffer.
16067
16068 Using new provided menu filtering functions you can now organize the
16069 recent files list:
16070
16071 - by major modes
16072 - by directories
16073 - by user defined rules
16074
16075 Finally, with the new `recentf-filter-changer' customizable filter you
16076 can define a ring of filters and dynamically (via the menu) cycle on
16077 each menu organization in the ring (a la msb).
16078
16079 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
16080
16081 * eshell/eshell.el (eshell): Replace links to eshell.info with
16082 links to eshell, to avoid problems on systems where the manual is
16083 installed as `eshell'.
16084 * eshell/esh-cmd.el (eshell-cmd): Ditto.
16085 * eshell/em-smart.el (eshell-smart): Ditto.
16086 * eshell/em-banner.el (eshell-banner): Ditto.
16087 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
16088
16089 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
16090 same-file check in the MS-DOS version (it does support inodes).
16091
16092 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
16093
16094 * eshell/eshell.el (eshell-directory-name):
16095 Run default directory name through convert-standard-filename.
16096
16097 2000-07-18 Kenichi Handa <handa@etl.go.jp>
16098
16099 * international/mule-cmds.el (select-safe-coding-system):
16100 Fix typo in the comment.
16101
16102 * language/european.el (compound-text):
16103 Force katakana-jisx0201 to be designated to G1.
16104
16105 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
16106 Don't translate some national variant characters of latin-jisx0201.
16107 (x-ctext): Force katakana-jisx0201 to be designated to G1.
16108
16109 * international/kkc.el (kkc-after-update-conversion-functions):
16110 New variable.
16111 (kkc-update-conversion): Run functions in it at the tail.
16112
16113 2000-07-16 John Wiegley <johnw@gnu.org>
16114
16115 * lisp/align.el (align-newline-and-indent):
16116 Adding new function. for auto-aligning blocks of code on RET.
16117 (align-region): Fixed badly formatted minibuffer message.
16118
16119 2000-07-17 Kenichi Handa <handa@etl.go.jp>
16120
16121 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
16122 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
16123 the conversion list at first if appropriate.
16124 (kkc-next): Don't update kkc-next-count here.
16125 (kkc-prev): Don't update kkc-prev-count here.
16126 (kkc-show-conversion-list-update): Fix setting up of conversion
16127 list message.
16128
16129 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
16130
16131 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
16132
16133 2000-07-16 Dave Love <fx@gnu.org>
16134
16135 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
16136 function to be more specific.
16137
16138 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
16139 non-string help-echo.
16140 (widget-types-convert-widget): Defsubst it.
16141 (widget-echo-help): Try to cope with a help-echo function of two
16142 possible sorts.
16143
16144 2000-07-15 Jason Rumney <jasonr@gnu.org>
16145
16146 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
16147 Declare as obsolete.
16148
16149 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
16150
16151 2000-07-14 Gerd Moellmann <gerd@gnu.org>
16152
16153 * hilit-chg.el: Fix typo.
16154
16155 2000-07-14 Dave Love <fx@gnu.org>
16156
16157 * info.el (Info-mode-menu): Fix use of :help, :enable.
16158
16159 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
16160
16161 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
16162
16163 2000-07-13 Dave Love <fx@gnu.org>
16164
16165 * emacs-lisp/easymenu.el: Doc fixes.
16166 (easy-menu-remove): Defalias to ignore.
16167
16168 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
16169 Call throw correctly.
16170
16171 2000-07-13 Gerd Moellmann <gerd@gnu.org>
16172
16173 * faces.el (frame-background-mode): Doc fix.
16174
16175 * simple.el (eval-expression-print-length): Change custom type to
16176 allow entering nil as value.
16177
16178 2000-07-13 Dave Love <fx@gnu.org>
16179
16180 * progmodes/fortran.el (fortran-imenu-generic-expression):
16181 Change definition layout.
16182 (fortran-mode-menu): Reinstate customize entries.
16183
16184 * cus-edit.el (custom-group-menu-create, customize-menu-create):
16185 Use :filter, per old XEmacs code.
16186
16187 2000-07-12 Gerd Moellmann <gerd@gnu.org>
16188
16189 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
16190 event when deciding what to send to the terminal.
16191
16192 2000-07-12 Dave Love <fx@gnu.org>
16193
16194 * cus-start.el: Add optional version as 4th element of specs and
16195 use it for several things new in v21. Remove load-path. Fix type
16196 of line-number-display-limit.
16197
16198 2000-07-11 Dave Love <fx@gnu.org>
16199
16200 * progmodes/fortran.el: Don't require easymenu.
16201 Use repeat counts in various regexps.
16202 (fortran-mode-syntax-table): Defvar directly.
16203 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
16204 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
16205 Use defvar, not defconst.
16206 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
16207 (fortran-mode): Set fortran-comment-line-start-skip,
16208 fortran-comment-line-start-skip, dabbrev-case-fold-search.
16209 (fortran-comment-indent): Use defsubst.
16210 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
16211 Use fortran-comment-indent, not fortran-comment-indent-function.
16212 (fortran-comment-region, fortran-electric-line-number): Simplify.
16213 (fortran-auto-fill): New function.
16214 (fortran-do-auto-fill): Deleted.
16215 (fortran-find-comment-start-skip):
16216 Check for non-null comment-start-skip.
16217 (fortran-auto-fill-mode, fortran-fill-statement):
16218 Use fortran-auto-fill.
16219 (fortran-fill): Use fortran-auto-fill. Check for null
16220 comment-start-skip. Simplify final clause and use end-of-line finally.
16221
16222 * widget.el (widget-plist-member): New alias.
16223
16224 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
16225
16226 * eshell/esh-module.el (toplevel): Reference
16227 byte-compile-current-file only if it is bound.
16228
16229 2000-07-10 Gerd Moellmann <gerd@gnu.org>
16230
16231 * dired.el: Don't require `dired-aux'.
16232
16233 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16234
16235 * dired-aux.el (dired-show-file-type): New function.
16236 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16237 (dired-show-file-type): Add autoload.
16238
16239 2000-07-10 Kenichi Handa <handa@etl.go.jp>
16240
16241 * international/mule-diag.el (describe-font): Adjusted for the
16242 change of fontset-info.
16243 (print-fontset): Likewise.
16244
16245 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16246
16247 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16248
16249 2000-07-07 Gerd Moellmann <gerd@gnu.org>
16250
16251 * bindings.el: Bind `[delete]' to delete-char.
16252
16253 * dired.el (dired-find-alternate-file): New function.
16254 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16255 (toplevel): Require dired-aux when compiling.
16256 (dired-buffers): Move defvar within file to avoid compiler warning.
16257
16258 * info.el (Info-last-search): Variable removed.
16259 (Info-search-history): New variable.
16260 (Info-search): New Info-search-history.
16261
16262 * battery.el, info-look.el: Change author's mail address.
16263
16264 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16265
16266 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16267 if rmail-ignored-headers is nil.
16268 (rmail-retry-failure): Bind rmail-ignored-headers and
16269 rmail-displayed-headers to nil.
16270
16271 2000-07-06 Gerd Moellmann <gerd@gnu.org>
16272
16273 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16274 (print-region-1): Don't hard code `-h' here.
16275
16276 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16277
16278 2000-07-01 Francesco Potorti` <pot@gnu.org>
16279
16280 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16281 exim can use "your message" instead of "the message".
16282
16283 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16284
16285 * facemenu.el: Docstrings fixes.
16286 (facemenu-get-face): Don't use internal-find-face.
16287 (facemenu-iterate): Rename arg to match the docstring.
16288
16289 * newcomment.el (uncomment-region): Be more careful when skipping
16290 backwards over `=' not to bump into BOBP.
16291
16292 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16293
16294 * ediff-diff.el (ediff-wordify): Use syntax table.
16295 * ediff-init.el (ediff-has-face-support-p): Use
16296 ediff-color-display-p.
16297 (ediff-color-display-p): Use display-color-p, changed to defun
16298 from defsubst.
16299 Got rid of special cases for NeXT and OS/2.
16300 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16301 face.
16302
16303 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16304
16305 * emacs-lisp/lucid.el: Require CL.
16306 (copy-tree, remprop): Remove, it's provided by CL.
16307 (map-keymap): Define in terms of cl-map-keymap.
16308 (extent-property, set-extent-end-glyph): New functions.
16309
16310 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16311
16312 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16313
16314 * Makefile.in (DONTCOMPILE): Add comment that the name may
16315 not be changed without changing the make-dist script.
16316
16317 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16318 (cl-mapc): Use mapc instead of cl-old-mapc.
16319
16320 2000-07-05 Andrew Innes <andrewi@gnu.org>
16321
16322 * makefile.nt: Add support for `bootstrap' and related targets.
16323
16324 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16325
16326 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16327 (easy-menu-do-define): Use `menu-item' format.
16328 Handle case where easy-menu-create-menu returns a symbol.
16329 Manually call the potential top-level filter in the function binding.
16330 (easy-menu-filter-return): New arg NAME.
16331 Convert to a keymap if MENU is an XEmacs menu.
16332 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16333 (easy-menu-converted-items-table, easy-menu-convert-item):
16334 New var and fun to memoize easy-menu-convert-item-1.
16335 (easy-menu-do-add-item): Use it.
16336 (easy-menu-create-menu): Use easy-menu-convert-item.
16337 Wrap easy-menu-filter-return around any :filter specification.
16338 Don't convert the menu if a filter was specified.
16339 Tell easy-menu-make-symbol not to check for MENU being an expression.
16340 (easy-menu-make-symbol): New arg NOEXP.
16341
16342 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16343
16344 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16345 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16346 (eval-defun): If called with prefix arg, instrument code for
16347 Edebug.
16348
16349 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16350 similar to that of eval-defun.
16351
16352 2000-07-04 Dave Love <fx@gnu.org>
16353
16354 * hl-line.el (hl-line-overlay): Make it permanent-local.
16355
16356 * calendar/todo-mode.el: Replaced with a working version, based on
16357 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16358
16359 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16360
16361 * paths.el (prune-directory-list): New function.
16362 (Info-default-directory-list): Rewritten to more methodically
16363 enumerate a big list of possible info directories (based on the
16364 list used by the standalone info reader).
16365
16366 * info.el (info-initialize): Use prune-directory-list to remove
16367 non-existent directories from Info-directory-list.
16368
16369 * paths.el (Info-default-directory-list): Try a list of possible
16370 info-directories instead of a single one. Add the possible
16371 info directory "/usr/share/info".
16372
16373 * woman.el (woman-man.conf-path): Explicitly include the debian
16374 man-db config file "/etc/manpath.config".
16375 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16376 are present in `manpath.config'.
16377 (woman-manpath): Include "/usr/share/man".
16378
16379 2000-07-03 Gerd Moellmann <gerd@gnu.org>
16380
16381 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16382
16383 * startup.el (command-line): Initialize blink-cursor based
16384 on window-system.
16385
16386 * frame.el (blink-cursor): Default to nil if not running under
16387 a window-system.
16388
16389 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16390 (face-x-resources): Remove duplicate entry for :font.
16391
16392 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16393 instead of cycling through windows with next-window.
16394
16395 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16396 of cycling through windows with next-window.
16397
16398 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16399 of cycling through windows with next-window.
16400
16401 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16402 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16403 instead of cycling through windows with next-window.
16404
16405 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16406 instead of cycling through windows with next-window.
16407
16408 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16409 of cycling through windows with next-window.
16410
16411 * terminal.el (te-process-output): Use walk-windows instead of
16412 cycling through windows with next-window.
16413
16414 * server.el (server-switch-buffer): Use some-window instead of
16415 cycling through windows with next-window.
16416
16417 * window.el (some-window): New function.
16418 (walk-windows): Remove reference to walk-windows-start.
16419
16420 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16421
16422 2000-07-03 Richard Stallman <rms@gnu.org>
16423
16424 * window.el (walk-windows): Guarantee termination by keeping a list
16425 of all the windows already handled.
16426
16427 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16428
16429 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16430 window-system.
16431
16432 * man.el (Man-notify-when-ready): Don't use window-system. If
16433 Man-notify-method is newframe, and the display is not
16434 multi-frame, select the frame created for the man page.
16435 (Man-init-defvars): Doc fix.
16436
16437 2000-06-28 Gerd Moellmann <gerd@gnu.org>
16438
16439 * faces.el (region): Change background color for light background.
16440
16441 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16442 attribute from mode-line face of Ediff control frame.
16443
16444 * replace.el (query-replace-map): Bind `e' like `E'.
16445
16446 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16447
16448 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16449 Change name to "Select All".
16450
16451 * dos-fns.el (convert-standard-filename): Fix last change.
16452
16453 2000-06-27 Gerd Moellmann <gerd@gnu.org>
16454
16455 * help.el (describe-variable): Don't insert a second `'s' in front
16456 of the string `value is shown below'. Since the syntax-table is
16457 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16458 an existing `'s', so that this won't be deleted.
16459
16460 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16461 * pcmpl-unix.el: New files.
16462
16463 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16464
16465 * wid-edit.el (widget-member): Use the new plist-member.
16466
16467 2000-06-26 Gerd Moellmann <gerd@gnu.org>
16468
16469 * replace.el (perform-replace): Undo change of 2000-04-04.
16470 Instead, move backward 1 character at the end of the loop when
16471 necessary.
16472
16473 * faces.el (fringe): Change face for different backgrounds.
16474
16475 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16476 patch from John.
16477
16478 * eshell/*.el: Change spelling of the Free Software Foundation.
16479
16480 * eshell/esh-toggle.el: Removed.
16481
16482 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16483
16484 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16485 interactively.
16486
16487 2000-06-26 Alex Schroeder <alex@gnu.org>
16488
16489 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16490 `define-key'; instead of checking `(emacs-version)' check for
16491 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16492 for `;' and `o' which might be electric.
16493
16494 (sql-electric-stuff): New user option.
16495 (sql-magic-go): New function which uses `sql-electric-stuff'.
16496 (sql-magic-semicolon): New function which uses
16497 `sql-electric-stuff'.
16498
16499 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16500 is not fboundp.
16501
16502 (sql-oracle-options): New variable.
16503 (sql-oracle): Use it.
16504
16505 (sql-imenu-generic-expression): Doc change.
16506 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16507 is used.
16508
16509 (sql-informix): Added command line parameter "-" to force
16510 sql-informix-program to use stdout.
16511
16512 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16513
16514 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16515 (cp864-decode-table): Doc fix.
16516 (cp720-decode-table): New variable, supports the Arabic OEM
16517 codepage used by Windows.
16518 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16519
16520 2000-06-23 Dave Love <fx@gnu.org>
16521
16522 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16523 (font-lock-fontify-anchored-keywords): Use
16524 line-beginning-position.
16525 (global-font-lock-mode): Use mapc.
16526
16527 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16528
16529 * eshell/esh-module.el: Require CL when compiling.
16530
16531 2000-06-23 Gerd Moellmann <gerd@gnu.org>
16532
16533 * comint.el (comint-substitute-in-file-name): Call replace-match
16534 with second and third arg t.
16535
16536 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16537 Specify foreground color.
16538
16539 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16540 color.
16541
16542 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16543
16544 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16545 cddr instead of cdddr.
16546
16547 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16548 instead of copy-list.
16549
16550 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16551 of copy-list.
16552
16553 * subdirs.el: Add eshell subdirectory.
16554
16555 * eshell: New subdirectory containing the Eshell package.
16556
16557 * pcomplete.el: New file.
16558
16559 2000-06-23 Paul Eggert <eggert@twinsun.com>
16560
16561 * mail/mailpost.el (post-mail-send-it): Make sure file has
16562 proper permissions from birth.
16563
16564 * files.el (basic-save-buffer-2): When temporarily setting
16565 file modes, set them to current modes plus 0200, not to 0777.
16566
16567 * emerge.el (emerge-make-temp-file): Make sure file has proper
16568 permissions from birth.
16569
16570 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16571
16572 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16573 backup file name through convert-standard-filename.
16574
16575 * dos-fns.el (convert-standard-filename): Convert leading
16576 directories as well. When long file names are supported, convert
16577 characters that are invalid in Windows file names.
16578
16579 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16580
16581 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16582 ps-print crashes. New feature: page selection for printing. Create
16583 raw-text-unix coding system for XEmacs. Doc fix.
16584 (ps-print-version): New version number (5.2.3).
16585 (ps-plot-region): Bug fix.
16586 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16587 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16588 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16589 funs.
16590 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16591 (ps-last-page): New vars.
16592
16593 2000-06-21 Gerd Moellmann <gerd@gnu.org>
16594
16595 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16596 empty option string.
16597
16598 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16599
16600 * man.el (man): Doc fix.
16601
16602 2000-06-21 Kenichi Handa <handa@etl.go.jp>
16603
16604 * international/mule-cmds.el (set-language-info-alist): Docstring
16605 fixed.
16606
16607 2000-06-20 Gerd Moellmann <gerd@gnu.org>
16608
16609 * version.el (emacs-version): Use ISO date format.
16610
16611 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16612 instead of `M-backspace'.
16613
16614 * simple.el (turn-off-auto-fill): New function.
16615
16616 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16617
16618 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16619 Renamed from with-buffer-prepared-for-font-lock and use
16620 inhibit-modification-hooks rather than setting *-change-functions.
16621 Update all functions to use the new name.
16622 (jit-lock-first-unfontify-pos): New semantics (and doc).
16623 (jit-lock-mode): Make non-interactive.
16624 Don't automatically turn on font-lock.
16625 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16626 Always use jit-lock-after-change.
16627 Remove and restore font-lock-after-change-function.
16628 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16629 (jit-lock-after-unfontify-buffer): Remove.
16630 (jit-lock-stealth-fontify):
16631 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16632 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16633
16634 2000-06-20 Sam Steingold <sds@gnu.org>
16635
16636 * emacs-lisp/cl-indent.el (toplevel): Indent
16637 `print-unreadable-object' properly. Untabify.
16638
16639 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16640
16641 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16642 Support for bibentry.
16643 (reftex-compile-variables): Fixed problem with end of section-re.
16644
16645 * texmodes/reftex-dcr.el (reftex-view-crossref,
16646 reftex-view-crossref-from-bibtex):
16647 Deal with changed `reftex-find-citation-regexp-format'.
16648 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16649 Replaced `remprop' with `put'.
16650 (reftex-view-crossref, reftex-view-crossref-when-idle):
16651 Support for bibentry.
16652
16653 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16654 New entry for bibentry package.
16655
16656 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16657 Regexp also matches "\nobibliography".
16658
16659 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16660 Call `reftex-ensure-write-access' before doing anything.
16661 (reftex-ensure-write-access): New function.
16662
16663 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16664
16665 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16666
16667 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16668
16669 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16670
16671 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16672
16673
16674 2000-06-20 Dave Love <fx@gnu.org>
16675
16676 * faces.el (frame-background-mode): Use set-default, not set, in
16677 setter.
16678 (frame-update-faces, frame-update-face-colors): Define with
16679 defalias.
16680
16681 * enriched.el (enriched-decode-foreground)
16682 (enriched-decode-background): Don't use internal-find-face.
16683
16684 * apropos.el: Doc fixes.
16685
16686 * cus-edit.el (customize-changed-options): Check arg.
16687 (customize-version-lessp): Don't require decimal point.
16688
16689 * custom.el (defcustom, defgroup): Doc fix.
16690
16691 * newcomment.el (comment) <defgroup>: Add :version.
16692 (comment-multi-line): Doc fix.
16693
16694 * emulation/mlsupport.el (define-hooked-local-abbrev,
16695 define-hooked-global-abbrev): Fix, using define-abbrev.
16696
16697 2000-06-19 Gerd Moellmann <gerd@gnu.org>
16698
16699 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16700 the whole buffer.
16701
16702 2000-06-19 Dave Love <fx@gnu.org>
16703
16704 * menu-bar.el (menu-bar-options-save): New function.
16705 (menu-bar-options-menu): Use it.
16706 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16707 Simplify.
16708
16709 2000-06-19 Andreas Schwab <schwab@suse.de>
16710
16711 * progmodes/etags.el (tags-query-replace): Put new parameters
16712 START and END at the end, for backward compatibility.
16713
16714 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16715
16716 * international/codepage.el:
16717 (cp-coding-system-for-codepage-1): Delete special codes for
16718 generating xxx-dos coding system because now a CCL based coding
16719 system can handle EOL conversion by default.
16720
16721 * international/mule.el (make-coding-system): Generate subsidiary
16722 coding systems for EOL handling variants even for a CCL based
16723 coding system.
16724
16725 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16726
16727 * international/isearch-x.el (isearch-minibuffer-input-method)
16728 (isearch-minibuffer-input-method-function): These variables
16729 deleted.
16730 (isearch-with-input-method): Don't use the above variables.
16731 (isearch-process-search-multibyte-characters): Likewise. Call
16732 read-string with the arg INHERIT-INPUT-METHOD t.
16733
16734 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16735
16736 * font-lock.el (font-lock-after-fontify-buffer)
16737 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16738
16739 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16740 Use consistent make-local-variable style for font-lock-fontified.
16741 (jit-lock-fontify-buffer):
16742 Don't bother checking for font-lock-mode and jit-lock-mode.
16743
16744 * time.el: Remove trailing ^M that prevent CVS-merging.
16745
16746 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16747
16748 * Makefile.in (distclean): New target.
16749
16750 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16751
16752 * Makefile.in (srcdir): Define for update-subdirs.
16753
16754 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16755
16756 * find-lisp.el: New file.
16757
16758 2000-06-16 Andrew Innes <andrewi@gnu.org>
16759
16760 * time.el (display-time-mail-function): New variable, to allow
16761 external packages to indicate when new mail is available.
16762 (display-time-update): Use it.
16763
16764 2000-06-16 Kenichi Handa <handa@etl.go.jp>
16765
16766 * international/mule.el (mule-version): Change version name to
16767 SAKAKI. AOI has already been used by Meadow.
16768
16769 * international/quail.el (quail-show-guidance-buf): To find the
16770 bottom window (but minibuffer), pay attention to the height of
16771 minibuffer.
16772
16773 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16774
16775 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16776 menu-bar menus. Add help strings. Don't remove the Edit menu
16777 from the menu bar, as the menu bar has enough space now.
16778
16779 * Makefile.in (SHELL): Make sure /bin/sh is used.
16780
16781 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16782 characters, which use series of two ^H characters instead of one.
16783
16784 2000-06-15 Gerd Moellmann <gerd@gnu.org>
16785
16786 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16787 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16788 functions.
16789 (Info-find-node-2): Try a case-sensitive search first, then
16790 do a case-insensitive search.
16791
16792 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16793 tutorials.
16794
16795 * complete.el (PC-env-vars-alist): New variable.
16796 (PC-complete-as-file-name): New function.
16797 (partial-completion-mode): Initialize PC-env-vars-alist from
16798 process-environment.
16799 (PC-do-completion): Handle completion of env vars.
16800
16801 * info.el (Info-set-mode-line): Show file name in mode line,
16802 use `*Info*' instead of `Info:'.
16803
16804 * startup.el (command-line-1): Change copyright messages to year
16805 2000.
16806
16807 2000-06-15 Dave Love <fx@gnu.org>
16808
16809 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16810 not local-map.
16811
16812 2000-06-15 Kenichi Handa <handa@etl.go.jp>
16813
16814 * international/mule.el (set-buffer-file-coding-system): Almost
16815 rewritten to handle `undecided' as no-op.
16816
16817 2000-06-14 Gerd Moellmann <gerd@gnu.org>
16818
16819 * Makefile.in: New file.
16820
16821 * Makefile: Removed.
16822
16823 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16824 (goto-address-highlight-keymap): Bind C-c RET.
16825
16826 2000-06-14 Kenichi Handa <handa@etl.go.jp>
16827
16828 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16829 inherits buffer-file-coding-system of the current buffer.
16830
16831 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16832 0. Give correct argument to set-auto-coding-function.
16833 (tar-expunge): For goto-char, use (point-min), not 0.
16834 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16835 (tar-subfile-save-buffer): Likewize.
16836
16837 * international/mule.el
16838 (after-insert-file-set-buffer-file-coding-system): Call
16839 set-buffer-file-coding-system with the arg FORCE t.
16840
16841 2000-06-13 Gerd Moellmann <gerd@gnu.org>
16842
16843 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16844 nil. Contemporary sendmails issue an X-Authentication-Warning if
16845 the sender is set with `-f'.
16846
16847 2000-06-13 Dave Love <fx@gnu.org>
16848
16849 * help.el (describe-function-1): Kluge around cases of functions
16850 fset to subrs whose doc doesn't match their symbol-name.
16851
16852 * image.el (insert-image): Default STRING to a space.
16853
16854 * info.el Doc fixes.
16855 (Info-build-node-completions): Match Ref tags.
16856
16857 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16858
16859 * frame.el (display-multi-frame-p, display-multi-font-p): New
16860 defaliases for display-graphic-p.
16861
16862 * hl-line.el: Fixed a typo in commentary.
16863
16864 2000-06-13 Kenichi Handa <handa@etl.go.jp>
16865
16866 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16867 fixed.
16868
16869 2000-06-12 Dave Love <fx@gnu.org>
16870
16871 * image.el (insert-image): Save a little consing.
16872
16873 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16874
16875 * language/tibet-util.el: Convert all tibetan-1-column characters
16876 to the corresponding tibetan characters.
16877 (tibetan-add-components): Delete code for the special treatment of
16878 'a chung.
16879
16880 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16881 change.
16882 (tibetan-vowel-transcription-alist): More rules added.
16883 (tibetan-composite-vowel-alist): New variable.
16884 (tibetan-precomposition-rule-alist): More rules added.
16885
16886 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16887
16888 * startup.el (command-line): Only call menu-bar-mode if interactive.
16889
16890 * thingatpt.el (toplevel symbol-properties):
16891 * textmodes/makeinfo.el (makeinfo-compile):
16892 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16893 * progmodes/hideif.el (hif-compress-define-list)
16894 (hide-ifdef-use-define-alist):
16895 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16896 (ange-ftp-vms-add-file-entry):
16897 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16898 * man.el (Man-build-man-command):
16899 * mail/rnewspost.el (news-reply-header-hook):
16900 * info.el (Info-insert-dir):
16901 * emulation/mlconvert.el (backward-word, forward-word, setq):
16902 * emacs-lisp/gulp.el (gulp-send-requests):
16903 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16904 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16905 (byte-optimize-apply, end of file):
16906 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16907 (ad-make-freeze-definition):
16908 * startup.el (command-line, command-line-1): Don't quote lambdas.
16909
16910 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16911 (cvs-cleanup-removed): New function.
16912 (cvs-cleanup-functions): New var.
16913 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16914 some flexibility in specifying additional entries to auto-cleanup.
16915 (cvs-quickdir): New function.
16916 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16917 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16918 (cvs-mode-find-file): Check that we are on a filename or dirname
16919 when invoked through a mouse-click.
16920 (cvs-full-path): Remove.
16921 (cvs-dired-action): Re-introduced.
16922 (cvs-dired-noselect): Use it.
16923 (vc-post-command-functions): use this new hook if available.
16924
16925 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16926 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16927 (cvs-filename-map, cvs-dirname-map): Remove.
16928 (cvs-default-action): Remove.
16929 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16930 if the arg is really a keymap.
16931 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16932 Don't hardcode the mapping from state (aka type) to face, but check
16933 the var cvs-fi-<type>-face instead.
16934 (cvs-fileinfo-from-entries): New function.
16935
16936 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16937 Docstring fix.
16938 (cvs-find-file-and-jump): Change default to be safer.
16939 (cvs-mode-diff-map): Define it as a function as well.
16940 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16941 Bind mouse-2 in this global map rather than with text-properties.
16942
16943 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16944 file to resolve the ambiguity between C(conflict) and C(need-merge).
16945
16946 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16947
16948 * international/mule.el (set-buffer-file-coding-system): If
16949 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16950 unconditionally.
16951
16952 2000-06-12 Dave Love <fx@gnu.org>
16953
16954 * wid-edit.el (widget-specify-button): Really suppress the face if
16955 required.
16956
16957 2000-06-11 Gerd Moellmann <gerd@gnu.org>
16958
16959 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16960
16961 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16962
16963 * imenu.el (imenu-generic-expression): Docstring fix.
16964
16965 * composite.el (composition-function-table): Move the `put'
16966 below the autoload cookie so we can load the file before loaddefs.
16967
16968 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16969
16970 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16971 Handle easy-mmode-define-global-mode.
16972 For complex macros like define-minor-mode that can generate
16973 several autoload entries, try to autoload entries in the
16974 macroexpanded code.
16975
16976 * emacs-lisp/easy-mmode.el (define-minor-mode):
16977 If KEYMAP is a symbol, just use it.
16978 Use byte-compile-current-file and load-file-name to infer the
16979 proper :require to pass to defcustom.
16980 Wrap the hook var into `progn' so as not to autoload it.
16981 Add a :autoload-end cookie.
16982 Be more careful about the evaluation of KEYMAP.
16983 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16984 (define-derived-mode): Move define-abbrev-table outside of defvar.
16985
16986 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16987
16988 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16989 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16990 (backup-compiled-files): Ignore errors during `tar'.
16991 (bootstrap): Make autoloads before elc files.
16992
16993 2000-06-10 Kenichi Handa <handa@etl.go.jp>
16994
16995 * international/mule.el (set-buffer-file-coding-system): If one of
16996 undecided-XXX is specified, change only EOL conversion.
16997
16998 * international/mule-conf.el (unix): New alias for the coding
16999 system undecided-unix.
17000
17001 2000-06-09 Dave Love <fx@gnu.org>
17002
17003 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
17004
17005 * progmodes/executable.el: Byte compile dynamic.
17006 (executable-insert): Change custom type.
17007 (executable-find): Add autoload cookie.
17008 (executable-make-buffer-file-executable-if-script-p): New
17009 function. After Noah Friedman.
17010
17011 * files.el (after-save-hook): Customize, with
17012 executable-make-buffer-file-executable-if-script-p as an option.
17013
17014 2000-06-09 Kenichi Handa <handa@etl.go.jp>
17015
17016 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
17017 "tib24p-mule.bdf" for Tibetan.
17018
17019 * composite.el (decompose-composite-char): Declare it as obsolete.
17020
17021 * man.el (Man-fontify-manpage): Pay attention to underline and
17022 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
17023
17024 2000-06-08 Gerd Moellmann <gerd@gnu.org>
17025
17026 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
17027 Set maintainer to FSF since author isn't reachable.
17028
17029 2000-06-08 Dave Love <fx@gnu.org>
17030
17031 * international/mule-cmds.el (select-safe-coding-system): If
17032 DEFAULT-CODING-SYSTEM is not specified, also check the most
17033 preferred coding-system if buffer-file-coding-system is
17034 `undecided'. From Handa.
17035
17036 2000-06-08 Kenichi Handa <handa@etl.go.jp>
17037
17038 * international/mule.el
17039 (after-insert-file-set-buffer-file-coding-system): If the buffer
17040 size is greater than INSERTED, judget that we are not visiting.
17041
17042 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
17043
17044 * whitespace.el (defgroup whitespace): Comment out `:version'.
17045 XEmacs 20.4 has problems defining the group with this present.
17046 We'll have this commented out till get resolve the problem.
17047
17048 2000-06-07 John Wiegley <johnw@gnu.org>
17049
17050 * align.el (align-dq-string-modes, align-sq-string-modes)
17051 (align-open-comment-modes): Add pyhton-mode.
17052 (align-rules-list): Use get-text-property instead of
17053 text-properties-at.
17054 (align-rules-list): Add python-assignment.
17055 (align-rules-list): Change perl-comma-delimiter to
17056 basic-comma-delimiter. Use if for Perl modes and python-mode.
17057 (align-rules-list): Add python-chain-logic and
17058 basic-line-continuation.
17059
17060 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
17061
17062 * apropos.el (apropos-mode-hook): New user variable.
17063 (apropos-mode): Run apropos-mode-hook.
17064
17065 2000-06-07 David Ponce <david@dponce.com>
17066
17067 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
17068 commands. Require `wid-edit' at run-time.
17069
17070 2000-06-07 David Ponce <david@dponce.com>
17071
17072 * recentf.el: Added some "Commentary".
17073 (recentf-open-more-files, recentf-edit-list): Minor changes to
17074 move the point at the top of the file list. This behaviour is
17075 consistent with the menu one when the list contains a lot of
17076 files.
17077 (recentf-cleanup): Now displays the number of items removed from
17078 the list.
17079 (recentf-relative-filter) New menu filter to show filenames
17080 relative to `default-directory'.
17081
17082 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17083
17084 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
17085 with/without giving an error if PostScript printer doesn't have this
17086 kind of page size. Zebra Stripe continues or restarts on next page.
17087 Manual/automatic paper feeding. Switch or not the header.
17088 (ps-print-version): New version number (5.2.2).
17089 (ps-windows-system): Include emx as a Windows system.
17090 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
17091 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
17092 (ps-background-text): Code fix.
17093 (ps-error-handler-message, ps-user-defined-prologue)
17094 (ps-print-prologue-header, ps-printer-name)
17095 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
17096 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
17097 (ps-use-face-background): Customization fix.
17098 (ps-n-up-database): Data fix.
17099 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
17100 (ps-switch-header): New vars.
17101 (ps-xemacs-color-name, ps-face-foreground-name)
17102 (ps-face-background-name, ps-boolean-constant): New funs.
17103
17104 2000-06-07 Dave Love <fx@gnu.org>
17105
17106 * allout.el: New version from Manheimer.
17107
17108 2000-06-07 Kenichi Handa <handa@etl.go.jp>
17109
17110 * textmodes/fill.el (fill-find-break-point): Check the validity of
17111 charset.
17112
17113 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17114
17115 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17116 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17117 Call display-color-p and display-mouse-p instead of looking at
17118 window-system.
17119
17120 2000-06-06 Dave Love <fx@gnu.org>
17121
17122 * image.el (find-image): Doc fix. Return nil if image not found.
17123 (put-image, insert-image): Make STRING arg optional.
17124
17125 2000-06-06 Kenichi Handa <handa@etl.go.jp>
17126
17127 * language/vietnamese.el: Remove eval-when-compile.
17128 (viet-viscii-nonascii-translation-table): Define it as a
17129 translation table made from viet-viscii-decode-table.
17130 (viet-viscii-encode-table): Define it as a translation table made
17131 from the reverse map of above.
17132 (viet-vscii-nonascii-translation-table): Define it as a
17133 translation table made from viet-vscii-decode-table.
17134 (viet-vscii-encode-table): Define it as a translation table made
17135 from the reverse map of above.
17136 (ccl-decode-viscii): Use translate-character.
17137 (ccl-encode-viscii, ccl-encode-viscii-font)
17138 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
17139 Likewize.
17140
17141 * language/cyrillic.el: Remove eval-when-compile.
17142 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
17143 translation table made from cyrillic-koi8-r-decode-table.
17144 (cyrillic-koi8-r-encode-table): Define it as a translation table
17145 made from the reverse map of above.
17146 (ccl-decode-koi8): Use translate-character.
17147 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
17148 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
17149 a translation table made from cyrillic-alternativnyj-decode-table.
17150 (cyrillic-alternativnyj-encode-table): Define it as a translation
17151 table made from the reverse map of above.
17152 (ccl-decode-alternativnyj): Use translate-character.
17153 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
17154 Likewize
17155
17156 * international/mule-diag.el (non-iso-charset-alist): Specify
17157 translation table symbol instead of translation table itself.
17158 (list-block-of-chars): CHARSET may be a translation table symbol.
17159
17160 * international/mule.el (make-coding-system): If CODING-SYSTEM
17161 already exists, override it.
17162
17163 * international/fontset.el: Use family `proportional' for Tibetan
17164 fonts.
17165
17166 * international/ccl.el (ccl-compile-translate-character): Don't
17167 check if Rrr has property translation-table.
17168 (ccl-compile-map-multiple): Modified to avoid compiler warning.
17169
17170 2000-06-05 Gerd Moellmann <gerd@gnu.org>
17171
17172 * info.el: Bind case-fold-search to t when searching in case
17173 a user sets it to nil in a hook.
17174
17175 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
17176
17177 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17178 * hl-line.el (hl-line-mode): Use the new :global key argument.
17179
17180 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
17181 (tar-clip-time-string): Prepend a space.
17182 (tar-grind-file-mode): Construct a string rather than modifying one.
17183 (tar-header-block-summarize): Fix docstring.
17184 Use `format' rather than an error-prone set of copy-loops.
17185
17186 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
17187 (diff-goto-source, diff-unified->context, diff-context->unified)
17188 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
17189 understand the format output by the `-p' argument to diff.
17190
17191 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
17192 (sh-re-done): Use defconst.
17193 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
17194 (sh-help-string-for-variable, sh-guess-basic-offset):
17195 Don't quote lambdas.
17196 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
17197 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
17198
17199 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
17200 (mh-letter-mode): Derive from text-mode.
17201 This implicitly means that it now calls kill-all-local-variables.
17202 Also remove the Emacs-18 compatibility code.
17203
17204 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
17205 Make use of symbol-property doc-string-elt.
17206 Use memq rather than a sequence of eq.
17207 (doc-string-elt): Fix the wrong or missing previously unused values.
17208 (autoload-print-form): New function extracted from
17209 generate-file-autoloads to allow recursion when handling progn
17210 so that defvar's and defun's docstrings are properly printed.
17211 (generate-file-autoloads): Use it.
17212
17213 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
17214 Use find-file-hooks in the minor-mode function.
17215 Be careful not to loop indefinitely in the post-command-hook function.
17216
17217 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
17218
17219 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
17220 tty's.
17221 * ediff-diff.el (ediff-exec-process): Use --binary for fine
17222 differences whenever appropriate.
17223 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17224 * viper.el (find-file, find-file-other-window): Get viper to do
17225 wildcards.
17226
17227 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17228
17229 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17230 (jit-lock-fontify-buffer): New function for JIT refontification.
17231 (jit-lock-mode): Fix docstring.
17232 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17233 Remove jit-lock-after-change from the _local_ hook.
17234 (jit-lock-function-1): Fix docstring.
17235
17236 * info.el (Info-on-current-buffer): Initialize info.
17237
17238 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17239
17240 * progmodes/tcl.el (tcl-indent-for-comment):
17241 Ignore comment-indent-hook.
17242
17243 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17244 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17245 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17246 and improve to use the lighter to guess the capitalization.
17247 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17248 Add keyword arguments to specify global-ness or the custom group.
17249 Add local-map and help-echo properties to the lighter.
17250 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17251 (easy-mmode-define-global-mode): New macro.
17252
17253 2000-06-02 Dave Love <fx@gnu.org>
17254
17255 * wid-edit.el: byte-compile-dynamic since we typically don't use
17256 all the widgets. Don't require cl or widget. Remove
17257 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17258 (widget-read-event): Removed. Callers changed to use read-event.
17259 (widget-button-release-event-p): Renamed from
17260 button-release-event-p.
17261 (widget-field-add-space, widget-field-use-before-change):
17262 Uncustomize.
17263 (widget-specify-field): Use keymap property, not local-map.
17264 (widget-specify-button): Obey :suppress-face.
17265 (widget-specify-insert): Use modern backquote syntax.
17266 (widget-image-directory): Renamed from widget-glyph-directory.
17267 (widget-image-enable): Renamed from widget-glyph-enable.
17268 (widget-image-find): Replaces widget-glyph-find.
17269 (widget-button-pressed-face): Move defvar.
17270 (widget-image-insert): Replaces widget-glyph-insert.
17271 (widget-convert): Use keywordp.
17272 (widget-leave-text, widget-children-value-delete): Use mapc.
17273 (widget-keymap): Remove XEmacs stuff.
17274 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17275 (widget-button-click): Don't set point at the click, but re-centre
17276 if we scroll out of window. Rewritten for images v. glyphs &c.
17277 (widget-tabable-at): Use POS arg, not point.
17278 (widget-beginning-of-line, widget-end-of-line)
17279 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17280 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17281 (widget-default-create): Use widget-image-insert; some rewriting.
17282 (widget-visibility-value-create)
17283 (widget-push-button-value-create, widget-toggle-value-create): Use
17284 widget-image-insert.
17285 (checkbox): Create on and off images dynamically.
17286 (documentation-link): Change :help-echo.
17287 (widget-documentation-link-echo-help): Remove.
17288
17289 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17290
17291 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17292
17293 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17294 (easy-mmode-define-toggle, define-minor-mode): Use it.
17295 (easy-mmode-define-keymap): Docstring fix.
17296 (define-derived-mode): Default PARENT to fundamental-mode.
17297 Add the derived-mode-parent symbol-property.
17298 (easy-mmode-derived-mode-p): New function.
17299
17300 2000-06-02 Dave Love <fx@gnu.org>
17301
17302 * files.el (convert-standard-filename): Doc fix.
17303 (normal-backup-enable-predicate): New function.
17304 (backup-enable-predicate): Use it to replace the lambda form.
17305
17306 * calendar/todo-mode.el: [This needs more work on the outline
17307 stuff.] Doc fixes.
17308 (todo) <defgroup>: Add :version.
17309 (todo-add-category): Don't use pushnew.
17310 (todo-cmd-raise): Fix typo.
17311 (todo-top-priorities): Change temp buffer name.
17312 (todo-category-alist): Avoid redundant lambda.
17313 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17314 Use outline-next-heading.
17315
17316 * autoarg.el: Rewritten to use define-minor-mode.
17317 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17318 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17319
17320 2000-06-02 Kenichi Handa <handa@etl.go.jp>
17321
17322 * isearch.el (isearch-other-meta-char): Fix previous change.
17323
17324 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17325
17326 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17327 (log-edit-done): Only add the comment to the ring if it's different
17328 from the last comment entered.
17329
17330 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17331
17332 2000-06-01 Dave Love <fx@gnu.org>
17333
17334 * hl-line.el: Rewritten using define-minor-mode.
17335
17336 * help.el (describe-function-1): Distinguish special form from
17337 builtin function. Sanity-check presence of arglist for builtins.
17338
17339 2000-06-01 Kenichi Handa <handa@etl.go.jp>
17340
17341 * international/characters.el: Fix syntax/category setting of
17342 Tibetan characters.
17343
17344 * language/tibet-util.el (tibetan-add-components): Fixes for new
17345 encoding of Tibetan characters.
17346 (tibetan-decompose-precomposition-alist): New variable.
17347 (tibetan-decompose-region): Convert precomposed characters to
17348 non-precomposed characters.
17349 (tibetan-decompose-string): Likewise.
17350 (tibetan-composition-function): Fix args to
17351 thibetan-compose-string.
17352
17353 * language/tibetan.el (tibetan-composable-pattern): More
17354 characters included.
17355 (tibetan-consonant-transcription-alist): Rule for "R" added.
17356 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17357 "+R" added.
17358 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17359
17360 * language/lao-util.el (lao-composition-function): Fix args to
17361 compose-string.
17362
17363 * language/thai-util.el (thai-composition-function): Fix args to
17364 compose-string.
17365
17366 * isearch.el (isearch-update): Set disable-point-adjustment to t
17367 to prevent the point moving to the end of a composition when a
17368 part of a composition is searched.
17369 (isearch-other-meta-char): If the key invoking this command can be
17370 mapped by function-key-map to a printing char, call
17371 isearch-process-search-char directly.
17372
17373 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17374
17375 * emacs-lisp/bytecomp.el:
17376 * frame.el:
17377 * international/mule-cmds.el:
17378 * international/mule-util.el:
17379 * international/mule.el:
17380 * mouse.el:
17381 * subr.el:
17382 * faces.el: Update calls to make-obsolete with a WHEN argument.
17383
17384 * byte-run.el (make-obsolete, make-obsolete-variable):
17385 Add an optional WHEN argument and change the format of the
17386 symbol-property information.
17387 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17388 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17389 new obsolete-symbol-property format and print WHEN if it is provided.
17390
17391 2000-05-31 Dave Love <fx@gnu.org>
17392
17393 * loadhist.el (loadhist-hook-functions): Remove
17394 before-change-function, after-change-function.
17395 (unload-feature): Deal with symbols which are both bound and
17396 fbound.
17397
17398 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17399 before-change-function, after-change-function.
17400
17401 * simple.el (newline): Don't bind before-change-function,
17402 after-change-function.
17403
17404 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17405
17406 * whitespace.el (whitespace-rescan-timer-time): Update interval
17407 set to 600 seconds (10 minutes) instead of 60 seconds since
17408 a large number of whitespace buffers causes emacs to `freeze'
17409 for a considerable amount of time.
17410
17411 * whitespace.el: Updated email address
17412
17413 2000-05-31 Dave Love <fx@gnu.org>
17414
17415 * add-log.el (change-log-font-lock-keywords) <function>: Add
17416 pattern for function of change.
17417 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17418 acknowledgements patterns.
17419
17420 2000-05-31 Kenichi Handa <handa@etl.go.jp>
17421
17422 * isearch.el (isearch-printing-char): If keyboard coding system is
17423 being used, call isearch-process-search-multibyte-characters.
17424
17425 * international/isearch-x.el: Mostly rewritten.
17426
17427 * international/quail.el (quail-start-conversion): Don't include
17428 unhandled events in the returned events, but set them in
17429 unread-command-events. Exit if all inputs are deleted.
17430
17431 2000-05-30 Jason Rumney <jasonr@gnu.org>
17432
17433 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17434
17435 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17436 Reenable code to create initial fontsets.
17437 Use set-fontset-font in place of put-charset-property.
17438
17439 2000-05-30 Gerd Moellmann <gerd@gnu.org>
17440
17441 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17442 label, ensure that the first colon isn't followed by another.
17443
17444 * paths.el (Info-default-directory-list): Doc fix.
17445
17446 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17447 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17448 send a query containing USER only, not USER@HOST.
17449
17450 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17451 and rmail-msgend to compute the restriction at the end, instead of
17452 computing it.
17453
17454 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17455
17456 * dabbrev.el (dabbrev-expand): Don't display messages in the
17457 echo area if the minibuffer window is active.
17458
17459 * jit-lock.el (jit-lock-mode): Add after change function to
17460 local hook.
17461
17462 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17463
17464 * antlr-mode.el: New commands: hide/unhide actions,
17465 upcase/downcase literals.
17466 (antlr-tiny-action-length): New user option.
17467 (antlr-hide-actions): New command. Suggested by
17468 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17469 (antlr-mode-map): New binding [C-c C-v].
17470 (antlr-mode-menu): New entries.
17471 (antlr-downcase-literals): New command.
17472 (antlr-upcase-literals): Ditto.
17473
17474 * antlr-mode.el: Minor changes: indendation, mode-name.
17475 (antlr-indent-line): Indent cpp directive at column 0.
17476 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17477
17478 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17479 (antlr-font-lock-additional-keywords): Workaround for intentional
17480 bug in XEmacs version of font-lock.
17481 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17482 be used by a smarter version of `buffers-menu-grouping-function'.
17483
17484 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17485
17486 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17487 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17488
17489 2000-05-29 Kenichi Handa <handa@etl.go.jp>
17490
17491 * international/encoded-kb.el
17492 (encoded-kbd-iso2022-designation-map): Pay attention to that
17493 charset-iso-final-char return -1 for eight-bit-control and
17494 eight-bit-graphic.
17495
17496 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17497
17498 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17499 (speedbar-easymenu-definition-base): Use display-graphic-p where
17500 available, instead of window-system.
17501
17502 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17503
17504 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17505 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17506 coding systems.
17507
17508 2000-05-26 Dave Love <fx@gnu.org>
17509
17510 * disp-table.el (standard-display-underline): Don't use
17511 internal-find-face.
17512
17513 * mail/reporter.el: Maintainer change. Doc fixes.
17514 (reporter-version): Deleted.
17515
17516 * emacs-lisp/elp.el: Maintainer change.
17517 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17518
17519 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17520
17521 * add-log.el (add-change-log-entry): Merge the current entry with the
17522 previous one if the previous one is empty.
17523
17524 2000-05-26 Dave Love <fx@gnu.org>
17525
17526 * loadhist.el (unload-feature): Fix interactive spec [from
17527 lijnzaad@ebi.ac.uk].
17528
17529 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17530 subr-arity to check primitives.
17531 (byte-compile-flush-pending, byte-compile-file-form-progn)
17532 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17533 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17534 mapcar.
17535
17536 2000-05-26 Kenichi Handa <handa@etl.go.jp>
17537
17538 * international/fontset.el: Set family names of non-latin charsets
17539 in default fontset to "*".
17540
17541 * international/mule-diag.el (print-fontset): Combine family part
17542 and registry part of the fontname by "-*-" instead of "-".
17543
17544 * international/mule-cmds.el (encode-coding-char): Make strings
17545 multibyte before calling encode-coding-string.
17546
17547 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17548
17549 * derived.el: Fix keywords.
17550 (define-derived-mode): Only define if needed.
17551
17552 * simple.el (fill-comment, comment-column, comment-start)
17553 (comment-start-skip, comment-end, comment-indent-function)
17554 (block-comment-start, block-comment-end, indent-for-comment)
17555 (set-comment-column, kill-comment, comment-padding, comment-region)
17556 (comment-multi-line, indent-new-comment-line): Remove.
17557
17558 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17559 function names for comment operations.
17560
17561 * newcomment.el: Add abundant autoload cookies.
17562 (comment-style): Don't depend on runtime data at compile-time.
17563 (comment-indent-hook): Remove.
17564 (comment-indent): Check if comment-indent-hook is bound.
17565 (comment-region): Docstring fix.
17566
17567 2000-05-25 Dave Love <fx@gnu.org>
17568
17569 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17570 byte-code-function-p.
17571
17572 * mail/rmailsum.el: Add provide.
17573
17574 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17575
17576 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17577 defcustom.
17578
17579 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17580
17581 * ediff-diff.el (ediff-exec-process): delete --binary option from
17582 non-buffer ediff jobs.
17583
17584 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17585
17586 * hilit-chg.el (highlight-changes-mode): Ask about color or
17587 grayscale support, not about window-system.
17588
17589 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17590 window-system.
17591 (ffap-highlight): Always default to t.
17592
17593 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17594 display-popup-menus-p instead of looking at window-system.
17595
17596 * disp-table.el (standard-display-g1, standard-display-graphic):
17597 Only refuse to use string glyphs on X and MS-Windows.
17598
17599 * avoid.el: Remove window-system from commentary, suggest to use
17600 display-*-p instead.
17601
17602 * apropos.el (apropos-print): Use display-mouse-p instead of
17603 window-system.
17604
17605 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17606
17607 * international/codepage.el (cp-decoding-vector-for-codepage):
17608 Fill up unsupported characters with their own codes. From Kenichi
17609 Handa.
17610
17611 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17612
17613 * international/mule-diag.el (describe-char-after): Use
17614 display-graphic-p instead of window-system, so that this function
17615 works on MS-DOS.
17616
17617 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17618
17619 * international/codepage.el (cp-make-coding-systems-for-codepage):
17620 Remove the eight-bit-graphic and eight-bit-control charsets from
17621 the list of charsets which we convert into `?'.
17622
17623 2000-05-25 Kenichi Handa <handa@etl.go.jp>
17624
17625 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17626 private charsets.
17627 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17628 japanese-jisx0213-2): New charsets.
17629
17630 * international/fontset.el: Setup default fontset for new charsets.
17631
17632 2000-05-24 Dave Love <fx@gnu.org>
17633
17634 * info.el (Info-find-node-2): Restructure [following "Vadim
17635 S. Solomin" <sovs@uic.nnov.ru>].
17636
17637 * icomplete.el: Fix header for Finder.
17638
17639 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17640
17641 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17642 STAY.
17643
17644 * rmail.el (rmail-automatic-folder-directives): New user variable.
17645 (rmail-show-message): Add call to `rmail-auto-file' during
17646 display.
17647 (rmail-auto-file): New function.
17648
17649 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17650
17651 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17652 account.
17653 (ediff-test-utility,ediff-diff-mandatory-option)
17654 (ediff-reset-diff-options): Utilities for proper initialization of
17655 ediff-diff-options and ediff-diff3-options on Windows.
17656
17657 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17658 variable.
17659
17660 * ediff-mult.el (ediff-filegroup-action): Use
17661 ediff-merge-filename-prefix.
17662
17663 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17664
17665 * viper-ex.el (ex-write): Set selective display to nil.
17666
17667 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17668
17669 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17670 aliases for hebrew-iso-8bit.
17671
17672 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17673
17674 * woman.el: New version from Francis J. Wright
17675 <F.J.Wright@Maths.QMW.ac.uk>.
17676 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17677 names in environment variables regardless of the path separator.
17678 (woman-topic-all-completions-1): Don't call file-name-directory-p
17679 on all files, since woman-file-regexp already filters out any
17680 directories.
17681
17682 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17683
17684 * international/quail.el (quail-start-translation): Don't change
17685 modified-p of the current buffer.
17686 (quail-start-conversion): Likewise.
17687
17688 * international/kkc.el (kkc-region): Don't change modified-p of
17689 the current buffer.
17690
17691 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17692 conform to RFC1468.
17693 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17694
17695 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17696
17697 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17698 (speedbar-insert-button): Invisible text property fix.
17699 (speedbar-directory-plus): Renamed from speedbar-directory-+
17700 (speedbar-directory-minus): Renamed from speedbar-directory--
17701 (speedbar-page-plus): Renamed from speedbar-file-+
17702 (speedbar-page-minus): Renamed from speedbar-file--
17703 (speedbar-page): Renamed from speedbar-file-
17704 (speedbar-tag): Renamed from speedbar-tag-
17705 (speedbar-tag-plus): Renamed from speedbar-tag-+
17706 (speedbar-tag-minus): Renamed from speedbar-tag--
17707 (speedbar-expand-image-button-alist): Use above renames.
17708
17709 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17710 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17711 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17712 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17713 * sb-pg.xpm: Renamed from sb-file.xpm
17714 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17715 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17716
17717 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17718
17719 * international/quail.el (quail-show-guidance-buf): Set
17720 current-input-method of the guidance buffer to the name of the
17721 curren input method.
17722
17723 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17724
17725 * progmodes/compile.el (compile-internal): Style typo.
17726
17727 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17728 quote vars and functions in the docstring.
17729
17730 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17731
17732 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17733 Don't quote lambdas.
17734
17735 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17736
17737 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17738
17739 * startup.el (command-line): Determine source file of compiled
17740 user init file differently. Warn if compiled user init file
17741 is older than its source file.
17742
17743 * ffap.el (ffap-url-regexp): Add `https'.
17744
17745 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17746
17747 * files.el (make-backup-file-name-1): Replace slashes with `!'
17748 rather than `|' (which is not allowed on Windows). Replace the
17749 drive letters with a string "drive_X".
17750
17751 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17752
17753 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17754
17755 * files.el (interpreter-mode-alist): Add `bash2'.
17756
17757 2000-05-22 Dave Love <fx@gnu.org>
17758
17759 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17760 mapc.
17761 (feature-file): Avoid calling symbol-name. Doc fix.
17762 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17763 (loadhist-hook-functions): Add mouse-position-function.
17764 (unload-feature): Change uses of mapcar.
17765
17766 * files.el (parse-colon-path): Doc fix.
17767 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17768 (set-auto-mode): Use mapc.
17769
17770 * complete.el (PC-look-for-include-file): Use :alnum: character
17771 class.
17772 (partial-completion-mode): Add autoload cookie.
17773
17774 2000-05-22 Sam Steingold <sds@gnu.org>
17775
17776 * info.el (Info-fontify-node): Fixed the call to
17777 `add-text-properties' (bug introduced on 2000-05-18).
17778
17779 2000-05-22 Dave Love <fx@gnu.org>
17780
17781 * bindings.el: Remove debug-ignored-errors set in other files.
17782
17783 * progmodes/etags.el: Add to debug-ignored-errors.
17784 (visit-tags-table-buffer): Clear out buffers holding old tables
17785 when making a new list.
17786 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17787 mapc.
17788
17789 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17790 quote keywords.
17791 (cmpl-string-case-type): Use character classes.
17792
17793 * comint.el:
17794 * textmodes/ispell.el:
17795 * imenu.el:
17796 * mail/mh-e.el:
17797 * progmodes/compile.el: Add to debug-ignored-errors.
17798
17799 * dabbrev.el: Add to debug-ignored-errors.
17800 (dabbrev-completion): Use mapc.
17801
17802 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17803
17804 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17805 (woman-mapcan, woman-parse-man.conf)
17806 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17807 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17808 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17809 path syntax better.
17810 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17811 (woman-manpath): Call woman-parse-man.conf.
17812 (woman-emulation): New defcustom, defaults to nroff.
17813 (woman-font-support): New defconst.
17814 (woman-use-symbol-font): New defcustom.
17815 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17816 "Emulation".
17817 Many functions: Doc fix.
17818
17819 2000-05-22 Kenichi Handa <handa@etl.go.jp>
17820
17821 * international/quail.el (quail-simple-translation-keymap): Map
17822 128..255 to quail-self-insert-command.
17823 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17824
17825 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17826
17827 * help.el (help-manyarg-func-alist): Typo.
17828
17829 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17830 intervals which makes it heaps simpler.
17831
17832 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17833 the nested comment markers.
17834
17835 * subr.el (remove-hook): Don't turn the hook's value into a list.
17836
17837 2000-05-21 Dave Love <fx@gnu.org>
17838
17839 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17840 are invalid characters.
17841
17842 * international/mule-util.el (detect-coding-with-priority): Use
17843 mapc. Remove redundant lambda.
17844
17845 * international/mule-diag.el (list-non-iso-charset-chars)
17846 (describe-fontset): Remove redundant lambda.
17847
17848 * emulation/crisp.el (brief-mode): New alias.
17849
17850 * emacs-lisp/ring.el (ring-elements): New function.
17851
17852 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17853 (easy-menu-do-add-item): Use keywordp.
17854
17855 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17856
17857 * replace.el: Doc and error message fixes.
17858 (replace-highlight): Use facep, not internal-find-face.
17859
17860 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17861
17862 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17863
17864 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17865 (log-edit-insert-changelog): Drop `:' as well.
17866
17867 * log-view.el: Fix file description.
17868 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17869 available.
17870 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17871 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17872
17873 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17874 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17875 Print a status message if the toggle is called interactively.
17876 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17877 for global minor modes and use `defcustom' for them.
17878 Use add-minor-mode.
17879 (easy-mmode-define-derived-mode): Remove.
17880 (define-derived-mode): Fancier default docstring.
17881 (easy-mmode-define-navigation): Signal an error rather than (ding).
17882
17883 * newcomment.el (comment-styles): New `box-multi'.
17884 (comment-normalize-vars): Better default for comment-continue to
17885 avoid whitespace-only continuations.
17886 (comment-search-forward): Always move even in the no-syntax case.
17887 (comment-padright): Only obey N if it's only obeyed for padleft.
17888 (comment-make-extra-lines): Better handling of empty continuations.
17889 Use `=' for the filler if comment-start has only one character.
17890 (uncomment-region): Try handling the special `=' filler.
17891 (comment-region): Allow LINES even if MULTI is nil.
17892 (comment-box): Choose box style based on comment-style.
17893
17894 2000-05-20 Kenichi Handa <handa@etl.go.jp>
17895
17896 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17897 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17898
17899 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
17900
17901 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17902 and insert, not subst-char-in-region.
17903
17904 * international/mule-diag.el (list-character-sets-1): Handle
17905 charsets eight-bit-control and eight-bit-graphic.
17906 (list-iso-charset-chars): Likewise.
17907 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17908 charactes as is. Use indent-to to align characters.
17909
17910 * international/mule-cmds.el (find-multibyte-characters): Never
17911 exclude charsets eight-bit-control and eight-bit-graphic.
17912
17913 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17914
17915 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17916 Don't quote lambdas.
17917
17918 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17919
17920 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17921
17922 * gud.el (gud-jdb-directories): Doc fix.
17923
17924 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17925
17926 * newcomment.el: New file.
17927
17928 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17929
17930 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17931
17932 2000-05-18 Andreas Schwab <schwab@suse.de>
17933
17934 * dired.el (dired-between-files): Also skip lines beginning with
17935 `used'.
17936
17937 2000-05-18 Gerd Moellmann <gerd@gnu.org>
17938
17939 * msb.el (msb-menu-cond): Add choice `user'.
17940
17941 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17942
17943 * ps-print.el: Compatibility, customization and doc fix.
17944 (ps-printer-name-option): Replace defconst by defvar.
17945 (ps-postscript-code-directory): XEmacs compatibility.
17946 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17947 fix.
17948 (ps-user-defined-prologue, ps-print-prologue-header)
17949 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17950 compatibility and code fix.
17951 (ps-print-background-image, ps-print-background-text):
17952 Customization fix.
17953 (ps-line-number-start, ps-n-up-on): New vars.
17954
17955 2000-05-18 Espen Skoglund <esk@ira.uka.de>
17956
17957 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17958 the indent-comment function to just return the appropriate indent.
17959
17960 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17961
17962 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17963 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17964 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17965
17966 2000-05-18 Dave Love <fx@gnu.org>
17967
17968 * info.el (Info-fontify-node): Add intangible property as well as
17969 invisible.
17970
17971 * calendar/appt.el (appt-make-list): Match all lines of entry.
17972 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17973
17974 2000-05-18 Kenichi Handa <handa@etl.go.jp>
17975
17976 * international/mule-diag.el (describe-char-after): Call
17977 internal-char-font, not char-font. If internal-char-font returns
17978 nil, display "-- none --".
17979
17980 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17981
17982 * image.el (image-type-available-p): Don't reference image-types
17983 if it isn't bound.
17984
17985 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17986
17987 * autoarg.el (autoarg-mode): Typo in the :set argument.
17988
17989 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17990
17991 * startup.el (command-line-1): Don't signal an error if the
17992 directory for auto-save-list files does not yet exist.
17993
17994 2000-05-17 Kenichi Handa <handa@etl.go.jp>
17995
17996 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17997
17998 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17999
18000 * subr.el (remove-hook): `setq' hook-value, not `set'.
18001
18002 2000-05-16 Sam Steingold <sds@gnu.org>
18003
18004 * info.el (debug-ignored-errors): More errors to ignore.
18005
18006 2000-05-16 Dave Love <fx@gnu.org>
18007
18008 * cus-edit.el: Don't require cl or easymenu.
18009 (custom-variable-prompt): Test standard-value property, not
18010 user-variable-p.
18011
18012 2000-05-16 Sam Steingold <sds@gnu.org>
18013
18014 * subr.el (add-hook): `setq' hook-value, not `set'.
18015
18016 2000-05-16 Gerd Moellmann <gerd@gnu.org>
18017
18018 * startup.el (command-line-1): Mention the FAQ in the startup
18019 message.
18020
18021 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
18022
18023 * progmodes/compile.el (compilation-parse-errors): Collect
18024 `nomessage' regexps last.
18025
18026 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
18027
18028 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
18029 to the function name.
18030
18031 2000-05-15 Dave Love <fx@gnu.org>
18032
18033 * speedbar.el (speedbar-recenter): Typo.
18034 (speedbar-expand-line): Make arg optional.
18035 (speedbar-mode): Avoid a compiler warning.
18036
18037 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18038
18039 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
18040 user-specified option string is empty.
18041
18042 * mouse.el (mouse-yank-at-click): Doc fix.
18043
18044 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
18045
18046 * term/internal.el (IT-character-translations): More updates of
18047 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
18048 documents.
18049
18050 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18051
18052 * env.el (getenv): New function, interactively callable.
18053 (setenv, getenv): Remove autoload cookies.
18054
18055 * loadup.el: Load `env'.
18056
18057 * progmodes/f90.el: Change author's mail address.
18058
18059 2000-05-14 Dave Love <fx@gnu.org>
18060
18061 * mail/rmail.el (rmail-show-message-hook): Customize and offer
18062 goto-addr as an option.
18063
18064 * help.el (help-xref-stack): Doc fix.
18065 (help-xref-following): New variable.
18066 (help-make-xrefs): Use it.
18067 (help-xref-go-back): Use position information from stack element.
18068 (help-follow): Make position in stack element a pair. Use
18069 help-xref-following.
18070
18071 * autoarg.el: New file.
18072
18073 * faces.el: Declare more functions obsolete.
18074
18075 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
18076 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
18077 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
18078 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
18079 Remove all the setup-...-environment functions.
18080
18081 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
18082
18083 * speedbar.el: Updated the commentary section. xemacs20p now uses
18084 >= when detecting. Require `defimage' safely.
18085 (speedbar-easymenu-definition-base): Add toggle for images.
18086 (speedbar-easymenu-definition-special): Add flush cache & expand.
18087 (speedbar-visiting-tag-hook): Set new defaults. Added options.
18088 (speedbar-reconfigure-keymaps-hook): New variable.
18089 (speedbar-frame-parameters): Updated documentation.
18090 (speedbar-use-imenu-flag): Updated custom tag
18091 (speedbar-dynamic-tags-function-list): New variable.
18092 (speedbar-tag-hierarchy-method): Updated doc & custom.
18093 (speedbar-indentation-width, speedbar-indentation-width) New
18094 variables.
18095 (speedbar-hide-button-brackets-flag): Customizable.
18096 (speedbar-vc-indicator): Doc update.
18097 (speedbar-ignored-path-expressions): Updated default value.
18098 (speedbar-supported-extension-expressions): Updated default value.
18099 (speedbar-syntax-table): Remove {} paren status.
18100 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
18101 as "+". Added overlay aliases.
18102 (speedbar-mode): Use `speedbar-mode-line-update' instead of
18103 `force-mode-line-update'.
18104 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
18105 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
18106 `mouse-set-point'
18107 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
18108 (speedbar-item-info-tag-helper): Revamped to handle a wider range
18109 of arbitrary text, and new helper functions.
18110 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
18111 filename finder.
18112 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
18113 (speedbar-directory-buttons): Update path search/expansion.
18114 (speedbar-make-tag-line): Pay attention to
18115 `speedbar-indentation-width'. Use more care w/ invisible
18116 properties.
18117 (speedbar-change-expand-button-char): Call
18118 `speedbar-insert-image-button-maybe'.
18119 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
18120 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
18121 (speedbar-trim-words-tag-hierarchy)
18122 (speedbar-simple-group-tag-hierarchy): New functions
18123 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
18124 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
18125 functions.
18126 (speedbar-mouse-set-point): New function
18127 (speedbar-power-click): Updated documentation.
18128 (speedbar-line-token, speedbar-goto-this-file): Handle more types
18129 of tag prefix text.
18130 (speedbar-expand-line, speedbar-contract-line): Make more robust
18131 to strange text.
18132 (speedbar-expand-line): Takes universal argument to flush the
18133 cache.
18134 (speedbar-flush-expand-line): New function.
18135 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
18136 Use new generator insertion method.
18137 (speedbar-fetch-dynamic-tags): New function.
18138 (speedbar-fetch-dynamic-imenu): Removed code now handled in
18139 `speedbar-fetch-dynamic-imenu'.
18140 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
18141 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
18142 "Revert Buffer" menu items.
18143 (speedbar-buffer-buttons-engine): Be smarter when creating a
18144 filename tag (for expansion purposes.).
18145 (speedbar-highlight-one-tag-line,
18146 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
18147 (speedbar-recenter): New functions.
18148 (defimage-speedbar): Image loading abstraction.
18149 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
18150 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
18151 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
18152 (speedbar-tag-type, speedbar-tag-mail): New images.
18153 (speedbar-expand-image-button-alist): New variable.
18154 (speedbar-insert-image-button-maybe): Insert an image over some
18155 buttons.
18156
18157 2000-05-13 Kenichi Handa <handa@etl.go.jp>
18158
18159 * international/mule-cmds.el (encode-coding-char): An ASCII
18160 character is always encodable.
18161
18162 * international/mule-conf.el: Add more information in descriptions
18163 of character sets.
18164
18165 * international/mule-diag.el (describe-char-after): New function.
18166 (describe-font-internal): Adjusted for the change of font-info.
18167 (describe-font): Likewise.
18168 (print-fontset): Rewritten for the new fontset implementation.
18169 (describe-fontset): Include fontset alias names in completion.
18170 (list-fontsets): Adjusted for the change of print-fontset.
18171
18172 * simple.el (what-cursor-position): If DETAIL is non-nil, call
18173 describe-char-after instead of displaying the detail in the echo
18174 area.
18175 (syntax-code-table): Format changed.
18176 (string-to-syntax): Adjusted for the above change.
18177
18178 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
18179
18180 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
18181
18182 2000-05-12 Dave Love <fx@gnu.org>
18183
18184 * calendar/todo-mode.el: Remove some compatibility stuff and CL
18185 dependence. Use line-{beginning,end}-position, not
18186 point-at{b,e}ol. Some doc fixes.
18187 (todo-position): New function. Fix callers of position to use it.
18188 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
18189
18190 2000-05-12 Gerd Moellmann <gerd@gnu.org>
18191
18192 * time.el (display-time-mail-icon): Use `:ascent center'.
18193
18194 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
18195 handling FTP security extensions.
18196
18197 2000-05-11 Dave Love <fx@gnu.org>
18198
18199 * calendar/todo-mode.el: New file.
18200
18201 2000-05-11 Gerd Moellmann <gerd@gnu.org>
18202
18203 * comint.el (comint-read-input-ring): Move reference to
18204 comint-input-ring-size outside of the save-excursion. It was
18205 causing the default value to be the only one ever seen.
18206
18207 * font-lock.el: Update copyright. Remove Simon Marshall's email
18208 address on request from him.
18209
18210 * subr.el (substitute-key-definition): Add comment describing
18211 the meaning of PREFIX.
18212
18213 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
18214
18215 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
18216
18217 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
18218 (add-minor-mode): Don't make the variable buffer-local and add a
18219 reference to define-minor-mode in the docstring.
18220
18221 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
18222 HEADER/FOOTER and fix bug with trailing empty directory.
18223 (cvs-append-to-ignore): Use vc-editable-p if available.
18224 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18225 (vc-do-command): Tweak advice to handle the new VC.
18226
18227 * log-view.el (log-view-goto-rev): New function for the new VC.
18228 (log-view-minor-wrap): Use mark-active.
18229
18230 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18231 (log-edit-changelog-full-paragraphs): New var.
18232 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18233 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18234 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18235 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18236 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18237 Replace the `cvs' prefix with `log-edit'.
18238
18239 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18240
18241 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18242 (diff-font-lock-defaults): Explicitly turn off multiline.
18243 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18244 (diff-ediff-patch): Fix call to ediff-patch-file.
18245 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18246 Handle comments.
18247
18248 * frame.el (automatic-hscrolling): Typo.
18249
18250 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18251
18252 2000-05-09 Sam Steingold <sds@goems.com>
18253
18254 * apropos.el (apropos-print): use `describe-face' instead of
18255 `customize-face-other-window'.
18256
18257 2000-05-09 Dave Love <fx@gnu.org>
18258
18259 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18260
18261 * help.el (describe-variable): Have customize button pop the
18262 help-xref stack when invoked.
18263 (help-xref-symbol-regexp): Add `face'.
18264 (help-make-xrefs): Check for quoted face names and adapt regexp
18265 submatch numbers to cope.
18266 (help-xref-interned): Maybe insert face doc too. Separate
18267 sections with a line of hyphens.
18268
18269 * faces.el: Some doc fixes. Declare some functions obsolete.
18270 (describe-face): Add customize button. Return the help
18271 text. Fix prompt.
18272
18273 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18274
18275 * term/internal.el (IT-character-translations): Fix last change.
18276
18277 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18278
18279 * woman.el: New file
18280 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18281
18282 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18283
18284 * term/internal.el (IT-character-translations): Update ASCII
18285 simulations for greek-iso8859-7, add latin-iso8859-14 and
18286 latin-iso8859-15.
18287
18288 * international/mule-cmds.el (set-language-info-alist): Call
18289 define-prefix-command with 3 arguments, to make the map suitable
18290 for a menu.
18291
18292 2000-05-07 Dave Love <fx@gnu.org>
18293
18294 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18295
18296 2000-05-05 Dave Love <fx@gnu.org>
18297
18298 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18299 list in doc string. Don't quote keyword symbols.
18300 * emacs-lisp/cl.el: Likewise
18301 * emacs-lisp/cl-seq.el: Likewise
18302
18303 2000-05-05 Gerd Moellmann <gerd@gnu.org>
18304
18305 * abbrev.el (abbrev-mode): Make ARG optional.
18306
18307 2000-05-04 Gerd Moellmann <gerd@gnu.org>
18308
18309 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18310
18311 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18312
18313 * subr.el (substitute-key-definition): Clarify documentation.
18314
18315 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
18316
18317 * glasses.el (glasses-convert-to-unreadable): Use
18318 `glasses-separator' instead of the hard-wired "_".
18319 (glasses-mode): Call `glasses-make-unreadable' only in a single
18320 place.
18321
18322 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18323
18324 * term/internal.el (cjk-codepages-alist): Add associations for
18325 Chinese and Korean codepages. Remove FIXME comment.
18326
18327 2000-05-03 Dave Love <fx@gnu.org>
18328
18329 * time.el (display-time-mail-face, display-time-use-mail-icon):
18330 New option.
18331 (display-time-mail-icon): New variable.
18332 (display-time-string-forms): Use the above. Fix the local-map.
18333
18334 2000-05-03 Gerd Moellmann <gerd@gnu.org>
18335
18336 * replace.el (query-replace-map): Add binding for `E'.
18337 (query-replace-help): Extend help text.
18338 (perform-replace): Allow editing the replacement string.
18339
18340 * make-mode.el (makefile-mode-abbrev-table): New variable.
18341 (makefile-mode): Set local abbrev table to
18342 makefile-mode-abbrev-table.
18343 (makefile-font-lock-keywords): Fontify includes and conditionals.
18344
18345 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18346 set TOGGLE's value.
18347
18348 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18349 mail-interactive-insert-alias.
18350 (mail-abbrev-complete-alias): New command.
18351 (mail-mode-map): Bind it to `M-TAB'.
18352
18353 2000-05-03 Kenichi Handa <handa@etl.go.jp>
18354
18355 * language/lao-util.el (lao-compose-region): New function.
18356
18357 2000-05-02 Gerd Moellmann <gerd@gnu.org>
18358
18359 * files.el (recover-session): Make directories as necessary
18360 if they don't exist yet.
18361
18362 * calendar/cal-french.el
18363 (french-calendar-multibyte-special-days-array)
18364 (french-calendar-special-days-array): Change French text.
18365 (calendar-french-date-string): Change output.
18366 (calendar-goto-french-date): Likewise.
18367
18368 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18369
18370 * wid-edit.el (widget-default-active): Obey `:always-active'.
18371 (widget-documentation-string-value-create): Set `:always-active'.
18372
18373 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18374
18375 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18376 default prefix to `~/_emacs.d/auto-save.list/_s'.
18377 (normal-top-level): Create the directory for auto-save files, if
18378 it doesn't already exist (in the ms-dos case only).
18379
18380 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18381
18382 * international/mule-cmds.el (set-language-environment): Don't
18383 concat an integer (dos-codepage), use format instead.
18384
18385 2000-05-02 Dave Love <fx@gnu.org>
18386
18387 * help.el (help-xref-on-pp): Check for constant symbols.
18388
18389 2000-04-29 Gerd Moellmann <gerd@gnu.org>
18390
18391 * startup.el (normal-top-level): Put a condition-case around
18392 the code loading subdirs.el.
18393
18394 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18395
18396 * ps-print.el: Upside-down and face background color printing,
18397 line number step, doc fix.
18398 (ps-print-version): New version number (5.2).
18399 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18400 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18401 (ps-spool-config): Var fix.
18402 (ps-printer-name-option): Const fix.
18403 (ps-print-upside-down, ps-use-face-background)
18404 (ps-line-number-step): New vars.
18405 (ps-window-system, ps-lp-system): New consts.
18406 (ps-face-background): New fun.
18407
18408 2000-04-28 Richard Stallman <rms@gnu.org>
18409
18410 * files.el (make-auto-save-file-name):
18411 Apply auto-save-file-name-transforms to visited file name
18412 before generating auto save file name.
18413 (auto-save-file-name-transforms): New variable.
18414
18415 * files.el (backup-enable-predicate):
18416 Correctly test for a file under a temporary directory.
18417
18418 2000-04-28 Gerd Moellmann <gerd@gnu.org>
18419
18420 * subr.el (add-minor-mode): Rewritten.
18421
18422 2000-04-28 Kenichi Handa <handa@etl.go.jp>
18423
18424 * mail/sendmail.el (sendmail-send-it): Set
18425 buffer-file-coding-system to the selected coding system for MIME
18426 header.
18427
18428 2000-04-27 Gerd Moellmann <gerd@gnu.org>
18429
18430 * dired.el (dired-move-to-filename-regexp): Allow format where
18431 YYYY is followed by two spaces.
18432
18433 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18434 in the second character class of the regexp.
18435
18436 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18437 mh-etc, too.
18438
18439 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18440 nil.
18441
18442 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18443
18444 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18445 argument.
18446
18447 2000-04-27 Sen Nagata <sen@eccosys.com>
18448
18449 * emacs-lisp/crm.el (crm-completion-table): New variable.
18450 (crm-collection-fn, crm-test-completion)
18451 (completing-read-multiple): Use it.
18452
18453 2000-04-27 Dave Love <fx@gnu.org>
18454
18455 * help.el (locate-library): Use mapc.
18456 (help-manyarg-func-alist): Add call-process-region.
18457
18458 2000-04-26 Gerd Moellmann <gerd@gnu.org>
18459
18460 * subr.el (add-minor-mode): Make argument MAP optional.
18461
18462 * desktop.el (desktop-save): Save list of minor modes.
18463 (desktop-create-buffer): Restore minor modes.
18464 (desktop-minor-mode-table): New user-option.
18465
18466 * subr.el (add-minor-mode): New function.
18467
18468 * image.el (find-image): New function.
18469 (defimage): Rewritten to find image at load time.
18470
18471 * startup.el (normal-top-level-add-to-load-path): Handle
18472 case that the default directory is not in load-path.
18473
18474 * help.el: Old patch from Stefan Monnier.
18475 (help-xref-on-pp): New function.
18476 (describe-variable): Use it to display xrefs in a symbol's value.
18477
18478 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18479
18480 * cus-edit.el (custom-face): Fix parenthesis.
18481
18482 2000-04-26 Kenichi Handa <handa@etl.go.jp>
18483
18484 * mail/rmail.el (rmail-expunge): When there are no deleted
18485 messages, do nothing.
18486
18487 2000-04-26 Dave Love <fx@gnu.org>
18488
18489 * international/mule-cmds.el (locale-translation-file-name):
18490 Defvar to nil.
18491 (set-locale-environment): Set it here (at runtime).
18492
18493 2000-04-25 Gerd Moellmann <gerd@gnu.org>
18494
18495 * replace.el (perform-replace): Add parameters START and END. Use
18496 them instead of the check for a region in Transient Mark mode.
18497 (query-replace-read-args): Return two more list elements for the
18498 start and end of the region in Transient Mark mode.
18499 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18500 (map-query-replace-regexp, replace-string, replace-regexp): Add
18501 optional last arguments START and END and pass them to
18502 perform-replace.
18503
18504 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18505 form with additional arguments for perform-replace.
18506
18507 * progmodes/etags.el (tags-query-replace): Add parameters START
18508 and END. Construct a form with additional arguments for
18509 perform-replace.
18510
18511 * simple.el (shell-command): Set default directory for "*Shell
18512 Command Output" buffer.
18513
18514 * language/european.el (iso-latin-4): Fix typo.
18515
18516 * emacs-lisp/crm.el: New file.
18517
18518 2000-04-24 Dave Love <fx@gnu.org>
18519
18520 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18521 (Custom-reset-saved, Custom-reset-standard)
18522 (custom-group-value-create, custom-group-set, custom-group-save)
18523 (custom-group-reset-current, custom-group-reset-saved)
18524 (custom-group-reset-standard): Use mapc.
18525 (custom-buffer-create-internal): Disable undo when creating items.
18526 Use mapc.
18527 (custom-face): Avoid redundant lambda.
18528
18529 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18530
18531 * startup.el (auto-save-list-file-prefix): Set default to
18532 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18533
18534 2000-04-24 Sam Steingold <sds@gnu.org>
18535
18536 * time-stamp.el (time-stamp-string-preprocess): Always convert
18537 `field-result' to a string.
18538
18539 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18540
18541 * frame.el (scrolling): New group.
18542 (automatic-hscrolling): New user-option.
18543
18544 * startup.el (command-line-x-option-alist): Add `-lsp' and
18545 `--line-spacing'.
18546
18547 2000-04-19 Dave Love <fx@gnu.org>
18548
18549 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18550 (cl-mapc): Rename from mapc. Fix the funcall.
18551
18552 2000-04-19 Gerd Moellmann <gerd@gnu.org>
18553
18554 * simple.el (clone-indirect-buffer-other-window): New command.
18555 (clone-indirect-buffer): Add optional arg NORECROD.
18556 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18557
18558 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18559
18560 * window.el (count-screen-lines): New function.
18561 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18562 instead of window-buffer-height.
18563
18564 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18565 non-existing variable comint-input-sentinel.
18566 (inferior-lisp-args-to-list): Removed.
18567 (inferior-lisp): Use split-string instead of
18568 inferior-lisp-args-to-list.
18569
18570 * hexl.el (hexl-insert-hex-string): New command.
18571
18572 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18573 instead of concat.
18574
18575 2000-04-18 Gerd Moellmann <gerd@gnu.org>
18576
18577 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18578 at the start of an existing but empty folder.
18579
18580 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18581
18582 * ps-mule.el: Customization fix, doc fix.
18583 (ps-multibyte-buffer): Customization fix.
18584
18585 2000-04-17 Richard M. Stallman <rms@gnu.org>
18586
18587 * subr.el (read-passwd): Use read-char-exclusive.
18588
18589 2000-04-17 Gerd Moellmann <gerd@gnu.org>
18590
18591 * textmodes/texinfo.el (texinfo-insert-@email)
18592 (texinfo-insert-@emph, texinfo-insert-@quotation)
18593 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18594 (texinfo-mode-map): Add key bindings for them.
18595
18596 * files.el (basic-save-buffer-2): Use a template with `$'
18597 instead of `#' for VMS.
18598
18599 * simple.el (clone-indirect-buffer): New function.
18600
18601 2000-04-16 Stephen Eglen <stephen@gnu.org>
18602
18603 * iswitchb.el (iswitchb-case): New function. If the user input
18604 contains any upper-case characters, the search is made
18605 case-sensitive.
18606
18607 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18608
18609 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18610 comment-end.
18611 (texinfo-font-lock-syntactic-keywords): New var.
18612 (texinfo-font-lock-keywords): Remove comment regexp.
18613 (texinfo-insert-block): New function.
18614 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18615 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18616 and font-lock-defaults. Use regexp-opt for outline-regexp.
18617 (texinfo-environments): New var.
18618 (texinfo-environment-regexp): Use regexp-opt and
18619 texinfo-environments.
18620
18621 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18622 ispell-process is bound since this might be eval'd before ispell
18623 is loaded.
18624 (ispell-message): Use a tiny bit less magic and a bit more hard
18625 data to figure out what kind of sc-cite-regexp to use.
18626
18627 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18628
18629 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18630 (insert-cyclic-diary-entry): Unquote the lambda.
18631
18632 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18633
18634 * files.el (backup-enable-predicate): Unquote the lambda.
18635
18636 * cus-edit.el (custom-face, face): Unquote the lambda.
18637
18638 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18639
18640 * ps-print.el: Check for line-beginning-position definition.
18641
18642 * ps-print.el: Fix counting lines in a region.
18643 (ps-print-version): New version number (5.1.5).
18644 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18645 (ps-printing-region): Fun code fix.
18646
18647 2000-04-15 Gerd Moellmann <gerd@gnu.org>
18648
18649 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18650 to file-directory-p.
18651
18652 2000-04-14 Gerd Moellmann <gerd@gnu.org>
18653
18654 * gud.el (gud-jdb-build-source-files-list): Check that directory
18655 exists before calling directory-files.
18656
18657 2000-04-13 Dave Love <fx@gnu.org>
18658
18659 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18660 syntax.
18661
18662 * emacs-lisp/cl-specs.el: Remove when, unless.
18663
18664 * emacs-lisp/cl-extra.el: Don't quote keywords.
18665 (cl-old-mapc): New variable.
18666 (mapc): Use it.
18667 (cl-map-intervals): Use with-current-buffer. Don't check for
18668 next-property-change.
18669 (cl-map-overlays): Use with-current-buffer.
18670 (cl-expt): Remove.
18671 (copy-tree, remprop): Define unconditionally.
18672
18673 * emacs-lisp/cl-compat.el (keywordp): Remove.
18674
18675 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18676 to use keywordp.
18677 (edebug-spec): Enable keywordp.
18678
18679 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18680 string-lessp.
18681
18682 * cus-start.el: Use keywordp.
18683
18684 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18685
18686 * diary-lib.el (include-other-diary-files): Fix the fix of
18687 2000-02-18 by doing a save-excursion.
18688
18689 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18690
18691 * ps-print.el: Customization fix, doc fix.
18692 (ps-print-version): New version number (5.1.4).
18693 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18694 (ps-print-preprint): Adjust code.
18695 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18696 (ps-print-prologue-header, ps-print-control-characters)
18697 (ps-spool-config): Customization fix.
18698
18699 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18700
18701 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18702 converted to the new menu-item format, names silightly changed,
18703 help strings added.
18704
18705 Support for spelling without async subprocesses:
18706
18707 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18708 (ispell-session-buffer): New variables.
18709 (ispell-start-process, ispell-process-status,
18710 ispell-accept-output, ispell-send-string): New functions, for
18711 Ispell invocation when async subprocesses aren't supported.
18712 (ispell-word, ispell-pdict-save, ispell-command-loop,
18713 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18714 to process-send-string with calls to ispell-send-string, and
18715 accept-process-output with ispell-accept-output.
18716 (ispell-init-process): Call ispell-process-status instead of
18717 process-status with.
18718 (ispell-init-process): Call ispell-start-process. Call
18719 ispell-accept-output and ispell-send-string. Don't call
18720 process-kill-without-query and kill-process if they are unbound.
18721 (ispell-async-processp): New function.
18722
18723 2000-04-12 Dave Love <fx@gnu.org>
18724
18725 * info.el: Add debug-ignored-errors.
18726 (Info-mode-menu): Add some items.
18727 (Info-directory): Add autoload cookie.
18728
18729 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18730 Modify `truncate-lines'. Make `describe-language-environment'
18731 always visible and add help. Modify `describe-key' help. Invoke
18732 Info-directory from `info'. New entry `emacs-manual'.
18733
18734 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18735
18736 * progmodes/ebrowse.el (ebrowse-tree-mode):
18737 Use propertized-buffer-identification.
18738 (ebrowse-update-member-buffer-mode-line): Likewise.
18739 (ebrowse--mode-strings): Removed.
18740 (ebrowse--mode-line-props): Removed.
18741
18742 * files.el (auto-mode-alist): Add `EBROWSE'.
18743
18744 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18745 space before testing for end of buffer.
18746 (ebrowse-load): Removed.
18747 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18748 (ebrowse-create-tree-buffer): Rewritten.
18749 (ebrowse-tree-mode): Read tree from buffer.
18750
18751 * progmodes/ebrowse-ffh.el: Removed.
18752
18753 2000-04-10 Kenichi Handa <handa@etl.go.jp>
18754
18755 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18756
18757 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18758
18759 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18760 at the wrong place.
18761
18762 2000-04-09 Dave Love <fx@gnu.org>
18763
18764 * files.el (backup-enable-predicate):
18765 Use temporary-file-directory, small-temporary-file-directory.
18766 (make-backup-file-name-function, backup-directory-alist): New vars.
18767 (make-backup-file-name-1): New function.
18768 (make-backup-file-name): Use it.
18769 (find-backup-file-name): Likewise. Use format for clarity, not concat.
18770 (file-newest-backup): Use make-backup-file-name.
18771
18772 2000-04-09 Gerd Moellmann <gerd@gnu.org>
18773
18774 * progmodes/ebrowse-ffh.el: New file.
18775
18776 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18777 Moved to ebrowse-ffh.el.
18778 (ebrowse-load): Add autoload.
18779
18780 * finder.el (finder-commentary): Add autoload cookie.
18781
18782 * mail/rfc2368.el: Correct author's email address.
18783
18784 * progmodes/ebrowse.el: New file.
18785
18786 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18787 item help string.
18788 (easy-menu-do-add-item): Ditto.
18789 (easy-menu-define): Extend doc string.
18790
18791 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
18792 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18793 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18794 with-buffer-unmodified.
18795
18796 2000-04-08 Dave Love <fx@gnu.org>
18797
18798 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18799 unless, when.
18800
18801 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18802
18803 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18804 (viper-flash-search-pattern): No operation when using Emacs
18805 doesn't support face.
18806 Use `viper-put-on-search-overlay'.
18807
18808 2000-04-04 Gerd Moellmann <gerd@gnu.org>
18809
18810 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18811 like C-r.
18812
18813 * progmodes/make-mode.el: Some doc fixes.
18814 (makefile-mode-abbrev-table): New variable.
18815 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18816 (makefile-font-lock-keywords): Fontify includes and conditionals.
18817 (toplevel): Require `dabbrev' and `add-log' when compiling.
18818
18819 * replace.el (perform-replace): Don't move forward one char
18820 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18821 to do that because it leaves point 1 position after the last
18822 replacement, after everything has been replaced.
18823
18824 * jit-lock.el (with-buffer-unmodified): New macro.
18825 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18826 modified state.
18827 (jit-lock-function-1): Extracted from jit-lock-function; not
18828 preserving buffer's modified state.
18829 (jit-lock-function, jit-lock-stealth-fontify):
18830 Call jit-lock-function-1.
18831
18832 * mail/rfc2368.el: Remove supernumerary copyright line.
18833
18834 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
18835
18836 * glasses.el: Provide facilities for inserting space before left
18837 parentheses and uncapitalization of identifiers.
18838 (glasses-mode): Try to remove old overlays in all cases.
18839
18840 2000-04-03 Gerd Moellmann <gerd@gnu.org>
18841
18842 * progmodes/compile.el (compile-internal): Display the compilation
18843 buffer in a different frame, if it's already displayed there.
18844
18845 * mail/rfc2368.el: New file.
18846
18847 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18848 header and insert its value as mail body.
18849
18850 * subr.el (member-ignore-case): New function.
18851
18852 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18853 (dabbrev--find-expansion): Ignore buffers matching a regexp
18854 from dabbrev-ignored-regexps.
18855
18856 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18857 to extensions handled by gzip.
18858
18859 2000-04-03 Richard M. Stallman <rms@gnu.org>
18860
18861 * files.el (insert-directory): List the total free space
18862 along with the used space.
18863
18864 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18865 line is followed by one that matches CITATION-REGEXP, end the
18866 paragraph.
18867
18868 2000-04-03 Markus Rost <rost@delysid.gnu.org>
18869
18870 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18871 (rmail-make-basic-summary-line): Use that option.
18872
18873 2000-04-03 Kenichi Handa <handa@etl.go.jp>
18874
18875 * international/mule-cmds.el (encoded-string-description):
18876 Rewritten. Try pretty description for ISO 2022 escape sequences
18877 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18878 for hexadecimal format.
18879
18880 2000-04-01 Dave Love <fx@gnu.org>
18881
18882 * cpp.el: Change customization group to `c' from `C'.
18883
18884 * vcursor.el (vcursor-move): Use display-color-p.
18885
18886 * international/mule-util.el: Provide mule-utils.
18887 (string-to-sequence): Simplify and speed up.
18888
18889 * international/mule.el (make-coding-system): Purecopy doc-string.
18890
18891 * international/mule-cmds.el: Various menu changes.
18892 (describe-specified-language-support): Handle `Default'.
18893 (set-language-info): Purecopy `info'.
18894
18895 2000-03-31 Andrew Innes <andrewi@gnu.org>
18896
18897 * vc.el (vc-backend-diff): Return the correct status if we had to
18898 retry the rcsdiff command without the --brief option.
18899
18900 2000-03-31 Dave Love <fx@gnu.org>
18901
18902 * help.el (help-manyarg-func-alist): Correct several omissions.
18903
18904 * add-log.el: Don't require cl, fortran.
18905 (add-log-current-defun-function): Doc fix.
18906 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
18907 (change-log-version-rcs): Function deleted.
18908 (change-log-version-number-search): Doc fix.
18909 Use vc-workfile-version. Avoid CL dolist.
18910 (add-change-log-entry): Just call add-log-current-defun to get
18911 defun. Simplify somewhat.
18912 (change-log-get-method-definition-1): Likewise.
18913 (add-log-current-defun): Return nil if calling
18914 add-log-current-defun-function does so. Move Fortran stuff to
18915 fortran.el. Return string without properties.
18916
18917 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18918 and :alpha: char classes.
18919
18920 * mail/supercite.el: Defvar curline when compiling.
18921 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18922 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18923 rather than a-zA-Z0-9 to allow non-ASCII characters.
18924
18925 2000-03-31 Gerd Moellmann <gerd@gnu.org>
18926
18927 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18928
18929 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18930 Re-enable new code.
18931
18932 * lpr.el (print-region-1): Use -d to specify printer name for
18933 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18934
18935 2000-03-31 Dave Love <fx@gnu.org>
18936
18937 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18938 Look for function definition in symbol's function value slot first
18939 instead of first consulting byte-compile-function-environment.
18940
18941 2000-03-31 Kenichi Handa <handa@etl.go.jp>
18942
18943 * language/european.el ("Polish"): New language environment.
18944 (setup-polish-environment): New function.
18945
18946 2000-03-30 Gerd Moellmann <gerd@gnu.org>
18947
18948 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18949 Disable new code.
18950
18951 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18952 trying to `load' the symbol of an autoload instead of the file
18953 recorded in the autoload. Fix error messages.
18954
18955 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18956
18957 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18958 (ps-print-version): New version number (5.1.3).
18959 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18960 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18961 (ps-generate-postscript-with-faces): Code fix.
18962 (ps-color-values): XEmacs compatibility.
18963 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18964 (ps-default-fg, ps-default-bg): Adjust customization.
18965 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18966 (ps-color-scale): Renaming old ps-color-value fun.
18967 (ps-print-headers): Replace ps-print-header group to avoid conflict
18968 with ps-print-header variable.
18969 (ps-print-miscellany): New group.
18970 (ps-format-color, ps-rgb-color): New funs.
18971 (ps-default-foreground): New var.
18972 (ps-printer-name-option): New const.
18973
18974 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18975
18976 * net/net-utils.el:
18977 (network-connection-host, network-connection-service): New variables
18978 (network-connection-mode): New mode, derived from comint-mode
18979 (network-connection-mode-setup): New function, saves host and
18980 service information in local variables.
18981
18982 * lisp/locate.el:
18983 (locate-word-at-point): Added this function
18984 (locate): Default to using locate-word-at-point as input
18985 Run dired-mode-hook
18986
18987 2000-03-29 Dave Love <fx@gnu.org>
18988
18989 * calendar/appt.el: Doc fixes.
18990 (appt-check): Convert min-to-app to a string before passing to
18991 appt-disp-window-function or concat.
18992 (appt-delete-window): Remove test for frame-root-window.
18993 (appt-select-lowest-window, appt-convert-time): Simplify.
18994
18995 * emacs-lisp/bytecomp.el: Doc fixes.
18996 (byte-compile-file-form-autoload):
18997 Update byte-compile-function-environment.
18998
18999 2000-03-29 Andreas Schwab <schwab@suse.de>
19000
19001 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
19002
19003 * dired.el (dired-insert-directory): If dired-free-space-program
19004 failed just delete its output.
19005
19006 2000-03-29 Dave Love <fx@gnu.org>
19007
19008 * international/iso-cvt.el: Move provide to end. Doc fixes.
19009 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
19010 (iso-iso2sgml, iso-sgml2iso): New functions.
19011 (iso-cvt-define-menu): Fix some entries and use backquote for
19012 clarity.
19013
19014 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
19015
19016 2000-03-28 Gerd Moellmann <gerd@gnu.org>
19017
19018 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
19019 ISO-DATE. If non-nil, return date in ISO 8601 format.
19020
19021 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
19022
19023 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
19024 if it ever becomes used.
19025 (log-edit-mode-hook): Default to vc-log-mode-hook.
19026 (log-edit-mode): Fix the docstring.
19027
19028 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
19029 the code.
19030
19031 2000-03-26 Dave Love <fx@gnu.org>
19032
19033 * net/browse-url.el (browse-url): Re-fix case of
19034 browse-url-browser-function being an alist.
19035 (browse-url): Add :link to defgroup.
19036
19037 * files.el: Doc fixes.
19038 (file-truename): Include `[' in wildcard characters.
19039 (automount-dir-prefix): Customize.
19040 (find-file-wildcards): Add :version.
19041 (find-file-noselect): Simplify a mapcar call.
19042
19043 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
19044 compatible with inf-lisp version.
19045 (eval-defun-1): Fix custom-declare-variable case.
19046
19047 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
19048
19049 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
19050
19051 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19052
19053 * Makefile (COMPILE_FIRST): New macro.
19054 (compile-files): Compile files from COMPILE_FIRST first.
19055
19056 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
19057
19058 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
19059 matching open parenthesis in column 0 to defun-prompt-regexp
19060 only if open-paren-in-column-0-is-defun-start is set.
19061
19062 * sun-curs.el: Require CL at compile-time only.
19063
19064 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
19065 instead of copy-list which is a function from CL.
19066 (msb--choose-menu, msb--mode-menu-cond)
19067 (msb--create-buffer-menu-2): Use dolist instead of mapc.
19068 (msb--init-file-alist): Use mapcar instead of mapcan.
19069 (msb--aggregate-alist): Use mapcar instead of mapcan.
19070 Fix `(' in column 0 in doc string.
19071 (msb--add-separators): Use mapcar instead of mapcan.
19072
19073 * cus-dep.el: Require CL at compile-time only.
19074
19075 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
19076
19077 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
19078 (byte-compile-warnings): New warning `noruntime'.
19079 (byte-compile-constants, byte-compile-variables): Fix docstring.
19080 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
19081 execute `eval-whenc-compile's body.
19082 (byte-compile-unresolved-functions): Fix docstring.
19083 (byte-compile-eval): New function.
19084 (byte-compile-callargs-warn): Check if the function will be available
19085 at runtime (via property `byte-compile-noruntime').
19086 (byte-compile-print-syms): New function.
19087 (byte-compile-warn-about-unresolved-functions): Also warn about
19088 `noruntime' functions (and use `byte-compile-print-syms').
19089 (byte-compile-file): Capitalize the message.
19090
19091 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19092
19093 * mail/rmail.el (rmail-confirm-expunge): New user-option.
19094 (rmail-expunge): Ask for confirmation depending on the setting
19095 of rmail-confirm-expunge.
19096
19097 2000-03-23 Gerd Moellmann <gerd@gnu.org>
19098
19099 * Makefile (bootstrap-clean): If $(emacs) exists, build
19100 loaddefs.el first. A loaddefs.el that's not up-to-date might
19101 cause a bootstrap failure because things don't autoload as expected.
19102
19103 2000-03-23 Dave Love <fx@gnu.org>
19104
19105 * net/browse-url.el: Restore previous use of
19106 browse-url-maybe-new-window.
19107
19108 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19109
19110 * ps-print.el: Skip banner page fix.
19111 (ps-print-version): New version number (5.1.2).
19112 (ps-begin-file, ps-end-file, ps-generate): Code fix.
19113
19114 2000-03-23 Dave Pearson <davep@davep.org>
19115
19116 * net/quickurl.el Changed the type of parameter passed to the
19117 function defined by `quickurl-format-function'. Before only the
19118 text of the URL was passed. Now the whole URL structure is passed
19119 and the function is responsible for extracting the parts it requires.
19120 Changed the default of `quickurl-format-function' accordingly.
19121 (quickurl-insert): Changed the `funcall' of
19122 `quickurl-format-function' to match the above change.
19123 (quickurl-list-insert): Changed the `url' case so that it makes
19124 use of `quickurl-format-function', previous to this the format was
19125 hard wired.
19126
19127 2000-03-22 Gerd Moellmann <gerd@gnu.org>
19128
19129 * startup.el: Change some spellings for the X Window System.
19130
19131 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
19132
19133 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
19134 Clean up the code and the regexp and make sure the cursor is
19135 temporarily moved to the suspicious line while querying the user.
19136
19137 2000-03-22 Jason Rumney <jasonr@gnu.org>
19138
19139 * w32-fns.el (w32-charset-info-alist): Initialize.
19140
19141 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19142
19143 * ps-print.el: N-up last page fix.
19144 (ps-print-version): New version number (5.1.1).
19145 (ps-end-file, ps-end-job, ps-generate): Code fix.
19146
19147 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19148
19149 * files.el (find-file-run-dired): Update docstring.
19150 (find-directory-functions): New hook.
19151 (find-file-noselect): Run find-directory-functions rather than
19152 calling dired directly.
19153
19154 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
19155
19156 * pcvs.el: Add a minimal leading commentary.
19157 (cvs-make-cvs-buffer): Change the header part by removing the startup
19158 message and adding a `Module' entry. Also replace the FOOTER and
19159 HEADER special fileinfos with the new support in ewoc for updating
19160 its own footer and header.
19161 (cvs-update-header): Update to use the header/footer of the ewoc.
19162 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
19163 (cvs-is-within-p): New function.
19164 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
19165 to only examine some subset of the buffers.
19166
19167 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
19168 `format' instead of our own ad-hoc functions.
19169 Remove HEADER and FOOTER cases, now handled in the EWOC.
19170 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
19171
19172 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
19173 output to avoid scaring the user.
19174 (cvs-parse-table): Catch message for non-up-to-date commits.
19175
19176 * pcvs-defs.el (cvs-startup-message): Remove.
19177 (cvs-global-menu): New autoloaded menu.
19178
19179 * pcvs-util.el (cvs-string-fill): Remove.
19180
19181 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
19182 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
19183 PP part of it and also make it work for footers and headers.
19184 (ewoc-create): Drop POS and BUFFER arguments.
19185 Use the DLL's dummy node to store the end-of-footer position.
19186 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
19187 (ewoc-refresh): Remove unused `header' variable.
19188 (ewoc-(get|set)-hf): New functions.
19189
19190 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
19191 log-view-*-(message|file) and use easy-mmode-define-navigation.
19192 (log-view-message-re): Match SCCS format as well.
19193 And match the revision line rather than the dashed separator line.
19194 (log-view-mode): Use the new define-derived-mode.
19195 (log-view-current-tag): Fill in with an actual implementation.
19196
19197 * cvs-status.el (cvs-status-(prev|next)): Rename from
19198 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
19199 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
19200 to let the output "breathe" a little more (more readable).
19201 (cvs-status-mode): Use the new define-derived-mode.
19202
19203 * smerge-mode.el (smerge-auto-leave): New function and variable.
19204 (smerge-basic-map): Rename from smerge-basic-keymap.
19205 Change the bindings for smerge-diff-*.
19206 (smerge-*-map): Use easy-mmode-defmap.
19207 (smerge-(next|prev)): Use easy-mmode-define-navigation.
19208 (smerge-keep-*): Use smerge-auto-leave.
19209
19210 2000-03-21 Jason Rumney <jasonr@gnu.org>
19211
19212 * cus-edit.el (custom-button-face): Use 3D look for w32.
19213 (custom-button-pressed-face): Likewise.
19214
19215 2000-03-21 Gerd Moellmann <gerd@gnu.org>
19216
19217 * progmodes/etags.el (tags-case-fold-search): New user-option.
19218 (tags-loop-eval): New function. Bind case-fold-search around eval
19219 depending on the value of tags-case-fold-search.
19220 (tags-loop-continue): Use tags-loop-eval.
19221 (find-tag-in-order): Bind case-fold-search depending on the value
19222 of tags-case-fold-search.
19223
19224 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19225
19226 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
19227 (diff-end-of-hunk): Return the end position for use in
19228 `easy-mmode-define-navigation'.
19229 (diff-recenter): Remove.
19230 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19231 of `easy-mmode-define-navigation'.
19232 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19233 previous renaming) and fix to use new names.
19234 (diff-merge-strings): Use \n as separator: simpler, faster.
19235 (diff-mode): Use `define-derived-mode'.
19236
19237 * derived.el (define-derived-mode): Don't autoload anymore.
19238 Prefer the macro-only version provided by easy-mmode.el.
19239
19240 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
19241 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
19242 (easy-mmode-define-navigation): New macro.
19243
19244 * subr.el (combine-run-hooks): New function.
19245
19246 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
19247
19248 * term/x-win.el: Fontsets related initialization is simplified.
19249
19250 * international/mule-diag.el (describe-font): Don't refer to
19251 global-fontset-alist, instead call font-list.
19252 (describe-fontset, list-fontsets, mule-diag): Likewise.
19253 (print-fontset): Adjusted for the change of fontset implementation.
19254
19255 * international/fontset.el (x-charset-registries): Variable removed,
19256 instead the corresponding data is stored in the default fontset.
19257 (register-alternate-fontnames): Function removed.
19258 (resolved-ascii-font): Variable removed.
19259 (x-compose-font-name): Ignore the second argument REDOCE.
19260 (x-complement-fontset-spec): Complement only an ASCII font and
19261 element for those charsets than can use that ASCII font.
19262 (generate-fontset-menu): Don't refer to global-fontset-alist,
19263 instead call fontset-list.
19264 (uninstantiated-fontset-alist): Variable removed.
19265 (x-style-funcs-alist): Likewise.
19266 (fontset-default-styles): Likewise.
19267 (x-modify-font-name): Function removed.
19268 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19269 (create-fontset-from-ascii-font): Docsting adjusted for the above
19270 change.
19271 (instantiate-fontset, resolve-fontset-name): Functions removed.
19272 (fontset-list): Now implemented by C code.
19273
19274 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19275 (describe-face): Include `font' attribute in the description.
19276
19277 2000-03-21 Kenichi Handa <handa@etl.go.jp>
19278
19279 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19280
19281 2000-03-20 Gerd Moellmann <gerd@gnu.org>
19282
19283 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19284 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19285 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19286
19287 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19288 about behavior of set-buffer-modified-p wrt redisplay.
19289
19290 2000-03-19 Richard M. Stallman <rms@gnu.org>
19291
19292 * view.el (view-mode-disable): Kill local binding of view-read-only.
19293
19294 2000-03-18 Gerd Moellmann <gerd@gnu.org>
19295
19296 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19297 is a string, convert it to a syntax cell using string-to-syntax.
19298
19299 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19300 (string-to-syntax): New function.
19301
19302 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19303 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19304 try to use passive ftp mode.
19305
19306 2000-03-17 Gerd Moellmann <gerd@gnu.org>
19307
19308 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19309
19310 * simple.el (append-to-buffer): Update point of windows after
19311 insertion.
19312
19313 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19314 forward then moving backward. Reindent.
19315
19316 * frame.el (other-frame): Call x-focus-frame only if
19317 focus-follows-mouse is off.
19318
19319 2000-03-17 Dave Love <fx@gnu.org>
19320
19321 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
19322
19323 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19324
19325 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19326 regexp for labels cannot span several lines.
19327
19328 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19329 `(setq :<key> ':<key>)' to the macro expansion.
19330
19331 2000-03-16 Dave Love <fx@gnu.org>
19332
19333 * progmodes/f90.el (f90): Put custom group under `languages', not
19334 `fortran'.
19335 (f90-mode-hook): Customize.
19336 (f90-mode): Set add-log-current-defun-function.
19337 (f90-current-defun): New function.
19338
19339 2000-03-16 Gerd Moellmann <gerd@gnu.org>
19340
19341 * cus-edit.el (custom-variable-tag-face): Handle case that
19342 default face's height is not a number.
19343 (custom-face-tag-face, custom-group-tag-face-1)
19344 (custom-group-tag-face): Ditto.
19345 (custom-group-tag-face-1): Add :group.
19346
19347 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19348
19349 2000-03-15 Gerd Moellmann <gerd@gnu.org>
19350
19351 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19352 requiring easymenu.
19353
19354 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19355
19356 * ps-print.el: PostScript user-defined prologue, PostScript error
19357 handler, doc fix.
19358 (ps-print-version): New version number (5.1).
19359 (ps-user-defined-prologue, ps-error-handler-message)
19360 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19361 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19362 (ps-insert-string): New function.
19363
19364 2000-03-15 Kenichi Handa <handa@etl.go.jp>
19365
19366 * international/ccl.el (ccl-compile-expression): Don't generate
19367 invalid self-assignment code.
19368
19369 2000-03-14 Dave Love <fx@gnu.org>
19370
19371 * subr.el (replace-regexp-in-string): Renamed from
19372 replace-regexps-in-string. Doc fix.
19373
19374 2000-03-12 Dave Love <fx@gnu.org>
19375
19376 * cus-edit.el: Doc fixes.
19377 (customize-set-variable, customize-save-variable): Rename args for doc.
19378 (custom-variable-tag-face, custom-face-tag-face)
19379 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19380 style which user identify as hyperlink.
19381 (hook): Don't add undefined functions to the hook.
19382 (debug-ignored-errors): Transfer message from bindings.el.
19383
19384 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19385
19386 * recentf.el (recentf-keep-non-readable-files-p):
19387 Remove double/nested definition.
19388
19389 2000-03-12 Dave Love <fx@gnu.org>
19390
19391 * facemenu.el (facemenu-get-face): Use display-color-p.
19392 * enriched.el (enriched-decode-foreground): Likewise.
19393 (enriched-decode-background): Likewise.
19394 * isearch.el (isearch-highlight): Likewise.
19395 * info-look.el (info-lookup): Likewise.
19396 * simple.el (completion-setup-function): Likewise.
19397
19398 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19399 :options.
19400
19401 * bindings.el (mode-line-format): Fix line-number and
19402 column-number items. Add help-echo for the background.
19403 (mode-line-mule-info): Modify help-echo.
19404
19405 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19406
19407 * files.el (load-file): Allow completion to .elc.
19408
19409 * man.el: Doc fixes.
19410 (Man-init-defvars): Use display-color-p to set fontification.
19411
19412 * play/hanoi.el (hanoi-internal): Don't use oddp.
19413
19414 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19415
19416 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19417
19418 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19419
19420 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19421
19422 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19423 Fix comment.
19424
19425 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19426
19427 * font-lock.el (font-lock-keywords): Fix the doc now that
19428 regexp-opt-depth is unnecessary.
19429 (save-buffer-state): Set an edebug spec.
19430 (font-lock-fontify-anchored-keywords): Properly handle the case when
19431 the matcher goes past the limit.
19432
19433 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19434 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19435
19436 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19437 dll.el and cookie.el (from Elib) with heavy renaming and other
19438 massaging.
19439
19440 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19441 Autoload the functions used.
19442 (easy-mmode-define-syntax): Fix CL typo.
19443 (easy-mmode-define-derived-mode): Improve the docstring generation.
19444
19445 2000-03-10 Gerd Moellmann <gerd@gnu.org>
19446
19447 * textmodes/texinfo.el (texinfo-version): Variable and function
19448 removed.
19449
19450 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19451
19452 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19453 allow more flexibility.
19454 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
19455 (easy-mmode-defmap, easy-mmode-defsyntax)
19456 (easy-mmode-define-derived-mode): New macros.
19457
19458 2000-03-09 Didier Verna <didier@xemacs.org>
19459
19460 * rect.el (replace-rectangle): New function.
19461
19462 2000-03-09 Dave Love <fx@gnu.org>
19463
19464 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
19465 (fortran-comment-line-start-skip): Don't match cpp stuff.
19466 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19467 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19468 (fortran-mode): Don't set fortran-comment-line-start-skip,
19469 fortran-comment-line-start here. Set comment-start,
19470 add-log-current-defun.
19471 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19472 (fortran-current-defun): New function.
19473
19474 2000-03-09 Gerd Moellmann <gerd@gnu.org>
19475
19476 * emacs-lisp/re-builder.el: New file.
19477
19478 * mouse.el (mouse-drag-region): Don't run up-event handler
19479 if hscroll has changed.
19480
19481 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19482 builtin operators, use `font-lock-builtin-face' for Emacs and
19483 `font-lock-preprocessor-face' otherwise.
19484
19485 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19486 `(defun (setf foo)' differently.
19487
19488 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19489
19490 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19491 (regexp-opt): Update comment and adapt the code the new meaning of
19492 the `paren' argument of regex-opt-group for shy-groups.
19493 (regexp-opt-depth): Handle shy groups as well as backslashed
19494 backslashes.
19495 (regexp-opt-group): Turn the leading comment into a docstring.
19496 Allow `paren' to be a string (the string to use to open a group).
19497 Remove open-presuf and close-presuf. Instead of checking for `all
19498 one-char' and then later on check for `several one-char', handle
19499 both cases close together. Also apply a more generic algorithm
19500 for suffixes (the mirror image of the algorithm used for
19501 prefixes). Use shy-groups. Use nreverse rather than reverse.
19502 (regexp-opt-try-suffix): Removed.
19503
19504 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19505 from comint-mode-map, so we can just inherit from it. Also, move
19506 the initialization into the `defvar' since there's no docstring
19507 anyway and it's fairly short.
19508 (inferior-scheme-mode): Define it as derived-mode: the code is
19509 shorter and this way we inherit from comint-mode-map rather than
19510 copying it.
19511
19512 * subr.el (replace-regexps-in-string): Properly handle the case
19513 where we match an empty string.
19514
19515 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19516 when the command has a directory component (such as "./testml").
19517 Also fix a typo in the comment.
19518
19519 2000-03-08 Gerd Moellmann <gerd@gnu.org>
19520
19521 * Makefile (compile-files): Compile files one by one because
19522 that's the only way to ensure a clean compilation environment for
19523 each individual file.
19524
19525 * frame.el (other-frame): Call x-focus-frame.
19526
19527 2000-03-07 Dave Love <fx@gnu.org>
19528
19529 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19530 :require to defcustom.
19531
19532 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
19533
19534 * files.el (auto-mode-alist): Add configure.in.
19535
19536 * progmodes/autoconf.el: New file.
19537
19538 2000-03-07 Gerd Moellmann <gerd@gnu.org>
19539
19540 * mail/mh-e.el: Change maintainer to `none'.
19541
19542 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19543 to remove-hook and add-hook.
19544
19545 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19546
19547 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19548 it as the default.
19549 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19550 (sendmail-send-it): Conditionally add MIME headers specifying the
19551 used character set.
19552
19553 2000-03-07 Dave Love <fx@gnu.org>
19554
19555 * winner.el: Fix keywords, autoload cookies.
19556 Split eval-when-compile form to avoid compilation failure.
19557
19558 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19559
19560 * international/mule.el: Modify comment about coding system
19561 property `coding-category'.
19562 (make-coding-system): New argument EOL-TYPE. Pay attention to
19563 coding-category property of PROPERTIES.
19564
19565 * international/mule-conf.el (coding-category-utf-8)
19566 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
19567 categories. Include them in the argument for set-coding-priority.
19568
19569 * international/mule-cmds.el (reset-language-environment):
19570 Include coding-category-utf-8, coding-category-utf-16-be, and
19571 coding-category-utf-16-le in the argument for set-coding-priority.
19572 (reset-language-environment): Initialize coding-category-utf-8,
19573 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19574
19575 2000-03-06 Karl Fogel <kfogel@red-bean.com>
19576
19577 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19578 code abstracted out of `bookmark-jump-noselect'. Now tries info
19579 extensions as well as compression extensions.
19580 (bookmark-jump-noselect): Use above new func.
19581
19582 2000-03-03 Gerd Moellmann <gerd@gnu.org>
19583
19584 * strokes.el: Change maintainer's mail address.
19585
19586 2000-03-03 Kenichi Handa <handa@etl.go.jp>
19587
19588 * international/mule-diag.el (list-character-sets): Make help-echo
19589 string by substitute-command-keys.
19590 (list-character-sets): Likewise.
19591 (sort-listed-character-sets): Call help-setup-xref.
19592
19593 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19594
19595 * time.el (display-time-mail-file): Add `none' to the list of choices.
19596
19597 2000-03-01 Dave Love <fx@gnu.org>
19598
19599 * help.el (help-xref-go-back): Don't try to set position.
19600
19601 * international/mule-diag.el (list-character-sets):
19602 Call help-setup-xref. Add help-echo to xrefs.
19603 (list-character-sets-1): Add help-echo to xrefs.
19604
19605 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19606
19607 * frame.el (blink-cursor-mode): Switch cursor on when turning
19608 the mode off.
19609
19610 * add-log.el (add-log-current-defun): Add support for
19611 Autoconf mode.
19612
19613 * mail/rmail.el (rmail-quit-hook): New variable.
19614
19615 2000-03-01 Dave Love <fx@gnu.org>
19616
19617 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19618
19619 * help.el (help-xref-button): Add help-echo arg.
19620 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19621
19622 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
19623
19624 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
19625
19626 2000-03-01 Gerd Moellmann <gerd@gnu.org>
19627
19628 * image.el (defimage): Look for image files in load-path.
19629
19630 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
19631
19632 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19633
19634 * recentf.el (recentf): Added version tag to the defgroup of recentf.
19635
19636 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19637
19638 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
19639 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19640 action to select/unselect a file.
19641 (recentf-edit-list): Code cleanup and improvement.
19642 (recentf-open-more-files-action): `recentf-open-more-files' button
19643 widget action to open a file.
19644 (recentf-open-more-files): No more use standard completion but widgets.
19645 (recentf-more-collection): Deleted.
19646 (recentf-more-history): Deleted.
19647 (recentf-setup-more-completion): Deleted.
19648
19649 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19650
19651 * recentf.el (recentf-mode): No more needs that Emacs is running
19652 under a window-system.
19653
19654 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19655
19656 * recentf.el (recentf-edit-list): New command to edit the recent
19657 list which allow the user to remove files.
19658 (recentf-edit-selected-items): New global variable, used by
19659 `recentf-edit-list' to hold the list of files to be removed from
19660 the recent list.
19661 (recentf-make-menu-items): Updated to display a "Edit list..."
19662 menu item. Minor code cleanup.
19663
19664 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19665
19666 * recentf.el (recentf-open-more-files): New command to open files
19667 that are not displayed in the menu.
19668 (recentf-more-collection): New global variable holding the set of
19669 permissible completions used by `recentf-open-more-files'.
19670 (recentf-more-history): New global variable holding the history list
19671 used by `recentf-open-more-files' completion.
19672 (recentf-setup-more-completion): New function to setup completion for
19673 `recentf-open-more-files'.
19674 (recentf-make-menu-items): Updated to display a "More..." menu item.
19675
19676 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19677
19678 * recentf.el (recentf-menu-action): Doc fixed.
19679
19680 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19681
19682 * recentf.el (recentf-menu-filter): Doc updated.
19683 (recentf-update-menu-hook): Allow menu filters to force menu update.
19684 (recentf-make-menu-items): New menu filter handling.
19685 (recentf-make-menu-item): New helper function.
19686 (recentf-menu-elements): New menu handling function.
19687 (recentf-sort-ascending): Updated to new menu filter handling.
19688 (recentf-sort-descending): Updated to new menu filter handling.
19689 (recentf-sort-basenames-ascending): New menu filter function.
19690 (recentf-sort-basenames-descending): New menu filter function.
19691 (recentf-show-basenames): New menu filter function.
19692 (recentf-show-basenames-ascending): New menu filter function.
19693 (recentf-show-basenames-descending): New menu filter function.
19694
19695 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19696
19697 * diary-lib.el (list-diary-entries): Don't try to go forward at
19698 the end of the buffer.
19699
19700 2000-02-29 Kenichi Handa <handa@etl.go.jp>
19701
19702 * international/mule-diag.el (list-character-sets):
19703 Completely rewritten.
19704 (sort-listed-character-sets): New function.
19705 (list-character-sets-1): Completely rewritten.
19706 (list-character-sets-2): New function.
19707 (non-iso-charset-alist): New variable.
19708 (decode-codepage-char): New function.
19709 (charset-history): New variable.
19710 (read-charset) (list-block-of-chars)
19711 (list-iso-charset-chars)
19712 (list-non-iso-charset-chars)
19713 (list-charset-chars): New functions.
19714 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
19715 (dump-charsets): Likewise.
19716
19717 2000-02-29 Gerd Moellmann <gerd@gnu.org>
19718
19719 * dired-x.el (dired-filename-at-point): Add `@' to valid
19720 file name characters.
19721 (dired-filename-at-point): Handle ange-ftp file names.
19722
19723 * frame.el (frame-notice-user-settings): Use assq-delete-all
19724 instead of assoc-delete-all.
19725 (frame-notice-user-settings): Ditto.
19726
19727 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19728 Don't copy alist.
19729
19730 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19731
19732 * calculator.el (calculator-use-menu): New option.
19733 (calculator-initial-bindings): Changed some bindings to work as macros.
19734 (calculator-forced-input): Removed.
19735 (calculator-restart-other-mode): New variable.
19736 (calculator-mode-map): Set up menu.
19737
19738 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19739
19740 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
19741
19742 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19743
19744 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
19745 translate all ESC key sequences.
19746 (viper-goto-mark-subr): Restore markers for files for which
19747 they were saved.
19748 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19749 * viper-util.el (viper-set-replace-overlay-glyphs)
19750 (viper-set-replace-overlay): Always check if the replacement
19751 overlay is live.
19752 * viper.el (viper-vi-state-mode-list): Add major modes.
19753 * ediff-wind.el: Minor comment changes.
19754 * ediff.el: Copyright notice date fix.
19755
19756 2000-02-27 Jason Rumney <jasonr@gnu.org>
19757
19758 * faces.el (face-font-family-alternatives): Add arial to helv.
19759 (mode-line, header-line, tool-bar): Same default as x for w32.
19760 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19761 face-font-family-alternatives from working.
19762 * term/w32-win.el (mouse-set-font): Do not build fontset from
19763 chosen font.
19764
19765 2000-02-25 Sam Steingold <sds@goems.com>
19766
19767 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19768 properly.
19769
19770 2000-02-25 Richard M. Stallman <rms@gnu.org>
19771
19772 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19773
19774 2000-02-25 Gerd Moellmann <gerd@gnu.org>
19775
19776 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
19777
19778 * frame.el (busy-cursor-delay-seconds): New option.
19779
19780 2000-02-24 Gerd Moellmann <gerd@gnu.org>
19781
19782 * frame.el (show-cursor-in-non-selected-windows): New option.
19783
19784 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19785
19786 * diary-lib.el (include-other-diary-files): Undo the selective
19787 display in any included file and don't kill it.
19788
19789 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19790
19791 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19792 Menu items converted to (menu-item format, help strings added.
19793 [downcase, upcase]: Don't enable on MS-DOS.
19794 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
19795 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19796
19797 2000-02-23 Dave Love <fx@gnu.org>
19798
19799 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19800 (backward-kill-word): Revert addition of * to interactive spec --
19801 it's a feature.
19802
19803 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19804 (backward-kill-sentence, kill-sentence): Likewise.
19805
19806 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19807 scratch buffer name.
19808 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
19809
19810 * term/w32-win.el (internal-face-interactive): Update prompt for
19811 new read-face-name.
19812
19813 * mail/footnote.el (footnote): Add :version to defgroup.
19814 (footnote-section-tag-regexp): Customize.
19815 (footnote-start-tag, footnote-end-tag): New option.
19816 (footnote-latin-regexp): New variable.
19817 (Footnote-latin): New function.
19818 (footnote-style-alist): Add element for latin style.
19819 (footnote-style): Moved.
19820 (Footnote-goto-footnote): Use eq to test arg.
19821
19822 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19823
19824 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19825 (byte-compile-trueconstp): Include keywords.
19826 (byte-optimize-quote, byte-optimize-lapcode):
19827 Use byte-compile-const-symbol-p.
19828 (byte-optimize-char-before): New optimization.
19829
19830 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19831 (byte-compile-const-symbol-p): New function.
19832 (byte-compile-constp, byte-compile-out-toplevel)
19833 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19834 Use it.
19835
19836 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19837
19838 2000-02-23 Kenichi Handa <handa@etl.go.jp>
19839
19840 * international/encoded-kb.el: Be sure to update minor-mode-alist
19841 and minor-mode-map-alist.
19842 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19843 codes SS2 and SS3 correctly.
19844 (encoded-kbd-self-insert-ccl): New function.
19845 (encoded-kbd-setup-keymap): New function.
19846 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19847 by calling encoded-kbd-setup-keymap.
19848
19849 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19850 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
19851
19852 2000-02-22 Dave Love <fx@gnu.org>
19853
19854 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
19855 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
19856 (lisp-mode-syntax-table): Set up for #|...|# comments.
19857 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19858 classes. Match `defface'.
19859 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19860 (eval-defun-1): Fix for defcustom.
19861 (lisp-indent-region): Doc fix.
19862
19863 * subr.el (when, unless, split-string): Doc fix.
19864 (read-passwd): Move call of clear-this-command-keys to the right place.
19865 (replace-regexps-in-string): New function.
19866
19867 2000-02-22 Gerd Moellmann <gerd@gnu.org>
19868
19869 * help.el (describe-variable): Set syntax table to
19870 emacs-lisp-mode-syntax-table when moving forward over the
19871 symbol's name.
19872
19873 2000-02-22 Dave Love <fx@gnu.org>
19874
19875 * xt-mouse.el: Doc fixes.
19876 (xterm-mouse-position-function): New function, replacing advice of
19877 mouse-position.
19878 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19879
19880 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19881
19882 2000-02-21 Gerd Moellmann <gerd@gnu.org>
19883
19884 * format.el (format-annotate-single-property-change):
19885 Handle properties.with dotted-list values.
19886 (format-proper-list-p): New function.
19887
19888 * enriched.el (enriched-face-ans): Handle '(foreground-color
19889 . COLOR) and (background-color . COLOR).
19890
19891 2000-02-20 Dave Love <fx@gnu.org>
19892
19893 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19894 and assignments to it.
19895 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19896 current local map.
19897 (make-flyspell-overlay): Use it.
19898 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19899
19900 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19901 (lm-get-header-re): Defun, not defsubst.
19902 (lm-get-package-name): Defun, not defsubst. Simplify.
19903 (lm-version): Doc fix. Simplify.
19904 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19905 (lm-crack-address, lm-last-modified-date, lm-commentary)
19906 (lm-verify, lm-synopsis): Simplify.
19907 (lm-report-bug): Require emacsbug. Use compose-mail.
19908
19909 2000-02-20 Gerd Moellmann <gerd@gnu.org>
19910
19911 * dired.el (dired-mode): Call propertized-buffer-identification
19912 to set mode-line-buffer-identification to something having
19913 the right text properties.
19914
19915 * bindings.el (propertized-buffer-identification): New function.
19916
19917 2000-02-20 Dave Love <fx@gnu.org>
19918
19919 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19920 check for t-mouse too.
19921
19922 * cus-start.el: Make echo-keystrokes `number'.
19923
19924 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19925
19926 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19927 Don't call ring-empty-p unless tags-location-ring is bound.
19928 From Noah Friedman <friedman@splode.com>.
19929
19930 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19931
19932 * progmodes/hideshow.el (hs-flag-region): No longer use
19933 `intangible' overlay property.
19934
19935 (hs-toggle-hiding): New command.
19936 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19937
19938 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19939 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19940 and deactivation.
19941
19942 2000-02-18 Gerd Moellmann <gerd@gnu.org>
19943
19944 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19945
19946 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19947
19948 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19949
19950 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19951 of `*' to handle `(* ... *)' comments.
19952
19953 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19954
19955 * faces.el (list-faces-display): Use display-mouse-p instead of
19956 window-system.
19957
19958 * menu-bar.el (global-map): Menu-bar items converted to the new
19959 format (menu-item..., rearranged for better CUA compliance, and
19960 their names changed for better clarity. Help strings added.
19961
19962 * international/mule-cmds.el (mule-menu-keymap)
19963 (describe-language-environment-map, set-coding-system-map)
19964 (setup-language-environment-map): Convert to new (menu-item...
19965 form, add help strings. Change names of menu items for better clarity.
19966 "Mule" menu-bar item removed (it's now in the "Options" submenu).
19967
19968 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19969
19970 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19971 within the code.
19972
19973 2000-02-16 Dave Love <fx@gnu.org>
19974
19975 * faces.el: Don't require custom. Add more specific :groups to
19976 various deffaces.
19977 (set-face-attribute): Purecopy args.
19978 (read-face-name): Default to name at point and use it in prompt.
19979 Remove colon from arg in all callers.
19980 (list-faces-display): Hyperlink to face descriptions and customize
19981 buffers.
19982
19983 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19984
19985 * wid-edit.el (widget-match-inline): An atom never matches a list.
19986
19987 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19988
19989 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19990 at ':' characters by call to split-string.
19991
19992 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19993
19994 * textmodes/bibtex.el: Added RCS version identification.
19995
19996 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19997
19998 * textmodes/bibtex.el: Some temporary comments removed.
19999 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
20000 (bibtex-field-const): Allow capital letters.
20001 (bibtex-start-of-string): Deleted because unused.
20002
20003 * textmodes/bibtex.el: Unified some nomenclature. We no longer
20004 use the term 'reference' to describe a bibtex entry as a whole.
20005 Further, reference keys are no longer called 'labels'.
20006 (bibtex-keys): Renamed to bibtex-reference-keys.
20007 (bibtex-reformat-previous-labels): Renamed to
20008 bibtex-reformat-previous-reference-keys.
20009 (bibtex-reference-type): Renamed to bibtex-entry-type.
20010 (bibtex-reference-head): Renamed to bibtex-entry-head.
20011 (bibtex-reference-maybe-empty-head): Renamed to
20012 bibtex-entry-maybe-empty-head.
20013 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
20014 (bibtex-search-reference): Renamed to bibtex-search-entry.
20015 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
20016 bibtex-enclosing-entry-maybe-empty-head.
20017 (bibtex-entry-field-alist, bibtex-entry-head)
20018 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
20019 (bibtex-map-entries, bibtex-search-entry)
20020 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
20021 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20022 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
20023 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
20024 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
20025 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
20026 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
20027
20028 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20029
20030 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
20031 comment.
20032 (bibtex-format-field-delimiters): New function, functionality
20033 extracted from bibtex-format-entry.
20034 (bibtex-autokey-get-yearfield-digits): New function, functionality
20035 extracted from bibtex-autokey-get-yearfield.
20036
20037 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
20038 entries in order to avoid stack overflow in the regexp matcher if
20039 field contents become large.
20040 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
20041 (bibtex-field-string-part-not-braced)
20042 (bibtex-field-string-part-no-inner-braces)
20043 (bibtex-field-string-part-1-inner-brace)
20044 (bibtex-field-string-part-2-inner-braces)
20045 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
20046 (bibtex-field-string-quoted, bibtex-field-string)
20047 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
20048 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
20049 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
20050 Deleted as parsing is now performed by the following functions.
20051 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
20052 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
20053 (bibtex-parse-field-string, bibtex-search-forward-field-string)
20054 (bibtex-parse-association, bibtex-field-name-for-parsing)
20055 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
20056 (bibtex-search-forward-field, bibtex-search-backward-field)
20057 (bibtex-start-of-field, bibtex-end-of-field)
20058 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
20059 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20060 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
20061 (bibtex-parse-string, bibtex-search-forward-string)
20062 (bibtex-search-backward-string, bibtex-start-of-string)
20063 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
20064 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
20065 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
20066 entries. Instead of reporting the results of the parsing by
20067 match-beginning or match-end, these functions return data structures
20068 that hold the corresponding positions.
20069 (bibtex-enclosing-field): Changed to also report field boundaries by
20070 return values rather than by match-beginning or match-end.
20071 The following functions have been adapted to use the new
20072 parsing functions.
20073 (bibtex-skip-to-valid-entry, bibtex-search-reference)
20074 (bibtex-enclosing-field, bibtex-format-entry)
20075 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
20076 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
20077 (bibtex-print-help-message, bibtex-end-of-entry)
20078 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
20079 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20080 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
20081 Use the new method for parsing.
20082 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
20083 (bibtex-map-entries, bibtex-flash-head)
20084 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
20085 (bibtex-autokey-change, bibtex-autokey-get-namefield)
20086 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
20087 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20088 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
20089 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20090 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
20091 order to make the new binding of case-fold-search immediately visible.
20092
20093 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20094
20095 * textmodes/bibtex.el: Copyright notice is up to date.
20096 Added constant 'bibtex-maintainer-salutation.
20097
20098 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
20099 than make-temp-name, use match-string-no-properties and eliminate
20100 a quadratic behavior when building bibtex-strings.
20101
20102 * bibtex.el (bibtex-reference-key): Accept string entries whose
20103 reference key contains upper case letters.
20104
20105 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20106
20107 * bibtex.el (bibtex-reference-head): Allow entries to start with
20108 a new line.
20109
20110 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20111
20112 * bibtex.el: Hiding of entry bodies is not longer provided by
20113 bibtex.el directly. Instead the hideshow package can be used.
20114 Added a special bibtex entry to hs-special-modes-alist.
20115 (bibtex-hs-forward-sexp): Added for hideshow.el.
20116
20117 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20118
20119 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
20120 proceedings entry type (for cross referencing). Thanks to Wagner
20121 Toledo Correa for the suggestion.
20122
20123 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
20124
20125 2000-02-14 Kenichi Handa <handa@etl.go.jp>
20126
20127 * international/characters.el: Setup case table for Vietnamese.
20128
20129 2000-02-12 Gerd Moellmann <gerd@gnu.org>
20130
20131 * uniquify.el (toplevel): Require CL at compile time.
20132 (uniquify-push): Removed.
20133
20134 * shadowfile.el (shadow-when): Removed.
20135
20136 * tempo.el (tempo-dolist, tempo-mapc): Removed.
20137 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
20138
20139 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
20140 regexp for paragraph-start.
20141
20142 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
20143 commas as well.
20144
20145 2000-02-10 Dave Love <fx@gnu.org>
20146
20147 * wid-edit.el: (widgets) [defgroup]: Remove url link.
20148 (widget-color-choice-list, widget-color-history, widget-mouse-help):
20149 Deleted.
20150 (widget-specify-field, widget-specify-button): Don't use
20151 widget-mouse-help as help-echo property.
20152 (default): Use #'ignore for :validate and :mouse-down-action.
20153 (checkbox): Add help-echo.
20154 (widget-sexp-validate): Rewritten to clarify error messages.
20155 (character): Use char-valid-p in :match function.
20156 (widget-color-complete): Use facemenu-color-alist.
20157 (widget-color-action): Use facemenu-read-color.
20158
20159 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
20160 set up `caar' &c that we now have.
20161
20162 2000-02-09 Ray Blaak <blaak@gnu.org>
20163
20164 * delphi.el: Make resourcestring a declaration region, like const
20165 and var.
20166
20167 2000-02-09 Dave Love <fx@gnu.org>
20168
20169 * bindings.el (mode-line-input-method-map): New variable.
20170 (mode-line-mule-info): Use it; fix last change.
20171 (mode-line-mode-menu): Move definition.
20172 (mode-line-mouse-sensitive-p): Deleted.
20173 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
20174 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
20175
20176 * startup.el (command-line-1): Don't call
20177 make-mode-line-mouse-sensitive.
20178
20179 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20180
20181 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
20182 before rmail-toggle-header, because the former toggles headers.
20183
20184 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
20185
20186 * diff-mode.el (diff-kill-junk): New interactive function.
20187 (diff-reverse-direction): Use delete-and-extract-region.
20188 (diff-post-command-hook): Restrict the area so that the hook also works
20189 outside of any diff hunk. This is necessary for the minor-mode.
20190 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
20191 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
20192
20193 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
20194 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
20195 so that it can be used more easily in <foo>-mode-hook. Also make sure
20196 to avoid duplicate entries.
20197 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
20198 (font-lock-remove-keywords): Just as was done for `add', allow it to
20199 work even if font-lock-mode is nil. Also make sure we don't modify
20200 any pre-existing list by forcing a copy-sequence. Finally rename
20201 `major-mode' to `mode'.
20202 (font-lock-fontify-syntactic-anchored-keywords)
20203 (font-lock-fontify-anchored-keywords)
20204 (font-lock-fontify-keywords-region): Use line-end-position.
20205 Don't make `font-lock-multiline' local (it's now done in
20206 font-lock-set-defaults).
20207 (font-lock-set-defaults): Make `font-lock-multiline' local.
20208 Move the `font-lock-fontified' creation to inside the `unless'.
20209
20210 2000-02-06 Andrew Innes <andrewi@gnu.org>
20211
20212 * term/w32-win.el (x-handle-args): Comment out call to message,
20213 which occurs before window system is initialized.
20214
20215 * makefile.nt: Add support for recompiling lisp code.
20216
20217 2000-02-04 Dave Love <fx@gnu.org>
20218
20219 * bindings.el (mode-line-mule-info): Fix/extend last change.
20220
20221 * completion.el: Replace completion-dolist with dolist.
20222
20223 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
20224
20225 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20226
20227 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
20228 environment names before they go into the section regexp.
20229
20230 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
20231 char class in regexp.
20232
20233 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20234 Bind `case-fold-search' to nil.
20235
20236 * progmodes/idlwave.el (idlwave-template):
20237 Respect `idlwave-abbrev-change-case'.
20238 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20239 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20240 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
20241 (idlwave-rw-case): New function.
20242 (idlwave-statement-match): Fixed problem with assignment regexp.
20243 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
20244 (idlwave-surround): New argument LENGTH to support padding of
20245 operators longer than 1 char.
20246
20247 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20248 idlwave-shell-expression-overlay. Implemented printing of
20249 expressions on higher levels of the calling stack.
20250 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
20251 (idlwave-retrieve-expression-from-level): New function.
20252 (idlwave-shell-last-calling-stack): Variable removed.
20253 (idlwave-shell-reset): Argument action reversed (`visible' to
20254 `hidden'). Also remove stop-line overlay.
20255 (idlwave-shell-calling-stack-routine): New variable.
20256 (idlwave-shell-parse-stack-and-display): Messages now display
20257 negative level numbers.
20258 (idlwave-shell-mode): Set `modeline-format'.
20259 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
20260 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
20261 (idlwave-shell-print-expression-function): New option.
20262
20263 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20264 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
20265 `tool-bar' instead of `toolbar'.
20266
20267 2000-02-02 Dave Love <fx@gnu.org>
20268
20269 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20270 emacs-lisp-mode-hook. Don't check for defalias being defined.
20271
20272 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
20273 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20274 Use the new builtins directly.
20275
20276 * whitespace.el (whitespace): Add :version to defgroup.
20277
20278 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20279 Doc fix.
20280
20281 * thingatpt.el (sexp-at-point, symbol-at-point)
20282 (number-at-point, list-at-point): Add autoload cookie.
20283
20284 * recentf.el (recentf): Add :version to defgroup.
20285
20286 * quickurl.el (quickurl): Add :version to defgroup.
20287
20288 * elide-head.el (elide-head): Use point-marker more.
20289
20290 * bs.el (bs): Add :version to defgroup.
20291
20292 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20293
20294 * progmodes/delphi.el (delphi): Add :version to defgroup.
20295
20296 2000-02-02 Gerd Moellmann <gerd@gnu.org>
20297
20298 * ange-ftp.el (ange-ftp-write-region): Handle case that
20299 succeeding process operation sets a different coding system.
20300
20301 * calculator.el: New file.
20302
20303 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20304
20305 * frame.el (frames-on-display-list, framep-on-display): New functions.
20306 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20307 (display-selections-p, display-screens, display-pixel-width)
20308 (display-pixel-height, display-mm-width, display-mm-height)
20309 (display-backing-store, display-save-under, display-planes)
20310 (display-color-cells, display-visual-class): New functions.
20311
20312 * term/tty-colors.el (tty-color-gray-shades): New function.
20313
20314 * faces.el (display-color-p): Use framep-on-display.
20315 (display-grayscale-p): New function.
20316
20317 2000-01-31 Dave Love <fx@gnu.org>
20318
20319 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20320 (create-fontset-from-x-resource): Don't concat integers.
20321
20322 2000-01-31 Inge Frick <inge@nada.kth.se>
20323
20324 * view.el: Some changes in documentation. Removed some trailing
20325 whitespace. Changed some parameter names to agree with documentation.
20326 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20327 window is not deleted. Modifies change 1998-04-26.
20328
20329 2000-01-31 Gerd Moellmann <gerd@gnu.org>
20330
20331 * windmove.el: New file.
20332
20333 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20334 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20335 progmodes/ebnf-yac.el: Update copyright and license info.
20336
20337 * jit-lock.el (jit-lock-function): Widen before calculating
20338 end position.
20339 (jit-lock-stealth-chunk-start): Rewritten.
20340
20341 * info.el (Info-title-face-alist): Removed.
20342 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
20343 (Info-fontify-node): Use these faces.
20344
20345 2000-01-30 Gerd Moellmann <gerd@gnu.org>
20346
20347 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20348 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20349 `&allow-other-keywords'.
20350
20351 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20352 the list of directories scanned heuristically.
20353
20354 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
20355
20356 2000-01-30 Jason Rumney <jasonr@gnu.org>
20357
20358 * w32-fns.el: Define w32-tty-standard-colors.
20359
20360 * startup.el (command-line): Use w32-tty-standard-colors when in
20361 w32 console mode.
20362
20363 2000-01-30 Dave Love <fx@gnu.org>
20364
20365 * jka-compr.el (jka-compr-load): Fix up load-history.
20366
20367 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20368
20369 * emacs-lisp/cl-macs.el: Revert previous change.
20370
20371 2000-01-29 Dave Love <fx@gnu.org>
20372
20373 * facemenu.el: Purecopy various strings.
20374
20375 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20376 years. Deal with three-digit years.
20377
20378 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20379 Use defconst, purecopy.
20380 (help-back-label): Purecopy it.
20381
20382 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20383
20384 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20385 variable. If non-nil, order the buffer list according to the
20386 currently selected frame.
20387 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20388 non-nil, pass the selected frame to function buffer-list.
20389
20390 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20391
20392 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20393
20394 2000-01-28 Dave Love <fx@gnu.org>
20395
20396 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20397
20398 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20399 Don't use lisp-indent-hook property.
20400 (cl-abs): Remove.
20401
20402 * subr.el: Move out indent and edebug specs for when and unless.
20403
20404 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20405 when, unless.
20406
20407 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20408 unless, when.
20409
20410 2000-01-28 Gerd Moellmann <gerd@gnu.org>
20411
20412 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20413 `collecting' as synonym for `collect'.
20414
20415 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20416 for the case it contains spaces.
20417
20418 * simple.el (what-cursor-position): Change formatting of messages.
20419
20420 * frame.el (delete-other-frames): New function.
20421 (toplevel): Bind it to C-x 5 1.
20422
20423 * sort.el (sort-numeric-base): New option.
20424 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20425 interpret it as octal or hexadecimal. Use sort-numeric-base
20426 as default base.
20427
20428 * progmodes/glasses.el: New file.
20429
20430 2000-01-27 Gerd Moellmann <gerd@gnu.org>
20431
20432 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20433 userids differently.
20434
20435 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20436 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20437 progmodes/ebnf-yac.el: New files.
20438
20439 2000-01-26 Dave Love <fx@gnu.org>
20440
20441 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20442 on a function with an empty body. [From Eric Ludlam.]
20443
20444 2000-01-25 Andre Spiegel <spiegel@gnu.org>
20445
20446 * vc.el (vc-version-diff): Make sure file name is expanded.
20447
20448 2000-01-25 Gerd Moellmann <gerd@gnu.org>
20449
20450 * scroll-bar.el (scroll-bar-timer): Variable removed.
20451 (scroll-bar-toolkit-scroll): Don't use a timer.
20452
20453 2000-01-25 Kenichi Handa <handa@etl.go.jp>
20454
20455 * language/thai-util.el (thai-composition-function):
20456 Delete superfluous `a'.
20457
20458 2000-01-24 Dave Love <fx@gnu.org>
20459
20460 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20461 end-of-defun-function.
20462
20463 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
20464
20465 2000-01-22 Jason Rumney <jasonr@gnu.org>
20466
20467 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20468 conflicts with new face support.
20469
20470 2000-01-22 Richard M. Stallman <rms@gnu.org>
20471
20472 * replace.el (query-replace): Rename last arg to DELIMITED.
20473 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20474 (query-replace-regexp): Likewise.
20475
20476 2000-01-20 Richard M. Stallman <rms@gnu.org>
20477
20478 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20479
20480 * emacs-lisp/lisp.el (beginning-of-defun-function):
20481 Variable renamed from beginning-of-defun.
20482 Do not call make-variable-buffer-local.
20483 (beginning-of-defun-raw): Use new variable name; doc fix.
20484 (beginning-of-defun): Doc fix.
20485 (end-of-defun-function): Variable renamed from end-of-defun.
20486 Do not call make-variable-buffer-local.
20487 (end-of-defun): Use new variable name; doc fix.
20488
20489 * subr.el (dolist, dotimes): Copied from cl-macs.el
20490 and made to work.
20491
20492 * mail/undigest.el (rmail-digest-end-regexps):
20493 Variable replaces rmail-digest-end-regexp.
20494 Allows multiple regexps for detecting the end line.
20495 (undigestify-rmail-message): Corresponding changes.
20496
20497 2000-01-19 Dave Love <fx@gnu.org>
20498
20499 * files.el (user-init-file): Don't declare here -- is primitive.
20500
20501 * startup.el (command-line): Check for compiled user-init-file and
20502 set to uncompiled version if necessary.
20503
20504 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20505
20506 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20507 (undigestify-rmail-message): Use it.
20508
20509 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20510
20511 2000-01-17 Gerd Moellmann <gerd@gnu.org>
20512
20513 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20514 of mini-buffer.
20515
20516 2000-01-14 Gerd Moellmann <gerd@gnu.org>
20517
20518 * emacs-lisp/copyright.el (copyright-update): Removed the
20519 requirement for a trailing space from `copyright-regexp', to
20520 support copyrights with owner specified on a separate line..
20521
20522 * align.el: New file.
20523
20524 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20525
20526 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20527
20528 2000-01-13 Dave Love <fx@gnu.org>
20529
20530 * ph.el: Removed. (Obsoleted by EUDC.)
20531
20532 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20533
20534 * net/eudc.el (toplevel): Remove autoloaded code installing
20535 menu with easymenu, because that causes build problems.
20536
20537 * frame.el (frame-notice-user-settings): New variable.
20538 (frame-notice-user-settings): Don't modify frame parameters
20539 if called a second time.
20540
20541 2000-01-13 Richard M. Stallman <rms@gnu.org>
20542
20543 * frame.el (frame-notice-user-settings):
20544 Notice default-frame-parameters even for non-window frames.
20545
20546 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20547
20548 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20549 for Emacs.
20550 (eudc-bob-can-display-inline-images): Extend for Emacs.
20551 (eudc-bob-toggle-inline-display): Ditto.
20552 (eudc-bob-display-jpeg): Ditto.
20553
20554 2000-01-12 Gerd Moellmann <gerd@gnu.org>
20555
20556 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20557 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20558 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20559
20560 * add-log.el (add-change-log-entry): Fix error trying an
20561 `(insert nil)'.
20562
20563 * subdirs.el: Add `net' directory.
20564
20565 * net: New directory.
20566
20567 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20568 eval-last-sexp. Don't bind debug-on-error here.
20569 (eval-last-sexp): New function. Bind debug-on-error if
20570 eval-expression-debug-on-error is non-nil.
20571 (eval-defun-2, eval-defun): Likewise.
20572
20573 * simple.el (eval-expression): Don't bind debug-on-error if
20574 eval-expression-debug-on-error is nil. Detect changed
20575 debug-on-error, and propagate new value to global binding, if
20576 eval-expression-debug-on-error is non-nil,
20577 (eval-expression-debug-on-error): Change doc string.
20578
20579 2000-01-11 Richard M. Stallman <rms@gnu.org>
20580
20581 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20582
20583 * emacs-lisp/lisp-mode.el (with-syntax-table):
20584 Set up lisp-indent-function property.
20585
20586 * subr.el (with-syntax-table): Moved from simple.el.
20587
20588 * simple.el (with-syntax-table): Moved to subr.el.
20589
20590 2000-01-11 Gerd Moellmann <gerd@gnu.org>
20591
20592 * tmm.el (tmm-shortcut): Delete region after prompt instead
20593 of erasing buffer.
20594
20595 * textmodes/fill.el (fill-common-string-prefix): New function.
20596 (fill-context-prefix): Use the longest common prefix of first
20597 and second line fill prefix, if there is one.
20598
20599 2000-01-11 Richard M. Stallman <rms@gnu.org>
20600
20601 * array.el (array-mode): Don't use make-variable-buffer-local.
20602 Use make-local-variable for `truncate-lines'.
20603
20604 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20605
20606 * add-log.el (add-log-current-defun): Handle user-defined
20607 add-log-current-function returning nil,
20608
20609 * add-log.el (add-change-log-entry): Insert version number
20610 if having found a current function
20611
20612 * add-log.el (add-log-current-defun):
20613 Call `add-log-current-defun-function'. Try matches at level 0 and
20614 level 1. Strip whitespace from defun found.
20615
20616 2000-01-10 John Wiegley <johnw@gnu.org>
20617
20618 * allout.el (isearch-done/outline-provisions): Added `edit'
20619 argument to correspond with the current definition of `isearch-done'.
20620
20621 2000-01-10 Dave Love <fx@gnu.org>
20622
20623 * elide-head.el (elide-head): Use point-marker, not point.
20624
20625 2000-01-10 Gerd Moellmann <gerd@gnu.org>
20626
20627 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20628 before and after the year 2000.
20629
20630 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20631 Add ispell- prefix.
20632
20633 2000-01-10 Ken Stevens <k.stevens@ieee.org>
20634
20635 * ispell.el: Only define dictionaries in menus when they exist.
20636 (version18p): New variable.
20637 (version20p): New variable.
20638 (xemacsp): New variable.
20639 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20640 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20641 (ispell-dictionary-alist6): Russian command lines no longer accept
20642 run-together words.
20643 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20644 (ispell-dictionary-alist): Add koi8-r to customize definition.
20645 (check-ispell-version): Added documentation string. Return library
20646 path when called non-interactively.
20647 (ispell-menu-map-needed): Uses new variables.
20648 (ispell-library-path): New variable.
20649 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20650 (ispell-word): Improved documentation string. Test for valid
20651 character mappings. Correctly check typed in word changes that can
20652 result in single words split into multiple words.
20653 Return replacement word.
20654 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20655 replace in recursive query replace mode. Help message for
20656 recursive edit mode.
20657 (ispell-show-choices): Protect against bad framepop bindings.
20658 (ispell-help): Fix to work with XEmacs.
20659 (ispell-highlight-spelling-error): Use new variables.
20660 (ispell-overlay-window): Fix to work with XEmacs.
20661 (ispell-parse-output): Passed and returns location information
20662 tracking spelling corrections. Doesn't recheck same word on
20663 current line.
20664 (ispell-init-process): Protect against bogus XEmacs variable binding.
20665 Fix call to single argument in sleep-for. Use new variables.
20666 (ispell-region): Passed and returns location information tracking
20667 spelling corrections. Doesn't check same word on current line.
20668 Improved documentation string. Doesn't resend a line already
20669 checked to the ispell process - fixes bug in LaTeX parsing.
20670 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20671 (ispell-skip-region): No longer skips <TT> in SGML.
20672 (ispell-process-line): Tracks location information with spelling
20673 corrections. Added documentation string. Accounts for words
20674 already accepted on this line. Don't allow query-replace on line
20675 starting with math characters. Doesn't resend a line already sent
20676 to ispell process. Fixes alignment error bug.
20677
20678 2000-01-10 Richard M. Stallman <rms@gnu.org>
20679
20680 * dired-x.el (dired-guess-shell-alist-default):
20681 Suggest xloadimage, which is free, not xv, which isn't.
20682
20683 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20684 Don't ever include the host name or user name in the value.
20685
20686 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20687
20688 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20689 of a real newline.
20690
20691 2000-01-09 Stephen Eglen <stephen@gnu.org>
20692
20693 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20694 for .png files.
20695
20696 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20697
20698 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20699
20700 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20701
20702 * progmodes/cperl-mode.el: Replace ^F with ^L.
20703
20704 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20705 `require'ing rmail and mailalias to prevent infinite recursion.
20706
20707 2000-01-08 Dave Love <fx@gnu.org>
20708
20709 * emacs-lisp/backquote.el: Remove inappropriate customization
20710 (allowing custom.el to use backquote).
20711
20712 2000-01-07 Dave Love <fx@gnu.org>
20713
20714 * add-log.el (add-log-debugging): Deleted.
20715 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20716 file. Remove debugging code.
20717 (change-log-get-method-definition, change-log-name): Add doc.
20718 (change-log-sortable-date-at): New function.
20719 (change-log-merge): New command.
20720
20721 * time.el (display-time-string-forms): Make the Mail string active.
20722 (display-time-update): Provide help-echo for load average.
20723
20724 * bindings.el (make-mode-line-mouse2-map): New function.
20725 (mode-line-modified): Use it and simplify.
20726 (mode-line-mule-info): Provide help-echo info.
20727 (minor-mode-alist): Activate the strings.
20728 (make-mode-line-mouse-sensitive): Simplify for
20729 mode-line-buffer-identification.
20730
20731 2000-01-07 Gerd Moellmann <gerd@gnu.org>
20732
20733 * play/pong.el: New file.
20734
20735 2000-01-06 Dave Love <fx@gnu.org>
20736
20737 * array.el: Assorted cleanups for compiler warnings, doc strings,
20738 `array-' prefix for symbols.
20739
20740 2000-01-05 Dave Love <fx@gnu.org>
20741
20742 * textmodes/outline.el (outline-mode-menu-bar-map):
20743 Add outline-headers-as-kill.
20744 (outline-mode): Define imenu-generic-expression.
20745 (outline-headers-as-kill): New command.
20746
20747 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20748 from paragraph-start.
20749 (paragraph-indent-minor-mode): New command.
20750
20751 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20752 M-C-e, M-C-h, C-j, C-xnd, TAB.
20753 (fortran-mode): Set beginning-of-defun, end-of-defun.
20754 (fortran-column-ruler): Simplify.
20755 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20756 (fortran-with-subprogram-narrowing): Likewise.
20757 (fortran-indent-subprogram): Call mark-defun.
20758 (fortran-check-for-matching-do): Change narrowing.
20759
20760 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20761 (cl-lucid-hash-tag): Delete.
20762 (cl-hash-table-p): Correct test for native table.
20763 (cl-hash-table-count): Use hash-table-count.
20764
20765 * browse-url.el (browse-url): Fix case of
20766 browse-url-browser-function being an alist.
20767
20768 2000-01-05 Carsten Dominik <cd@gnu.org>
20769
20770 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20771 (reftex-index-phrase-file-extension): New options.
20772
20773 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20774 Use new option `reftex-index-phrase-file-extension'.
20775
20776 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20777 `reftex-parse-file-extension'.
20778
20779 2000-01-05 Dave Love <fx@gnu.org>
20780
20781 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20782 (beginning-of-defun-raw): Use it.
20783 (end-of-defun): New variable.
20784 (end-of-defun): Use it.
20785 (check-parens): New command.
20786
20787 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20788
20789 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20790 (hs-show-block): Don't use `mapcar' when not accumulating.
20791
20792 Fix buglet in local variables initialization.
20793
20794 2000-01-05 Andreas Schwab <schwab@suse.de>
20795
20796 * hscroll.el (hscroll): Doc fix.
20797
20798 2000-01-05 Carsten Dominik <cd@gnu.org>
20799
20800 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20801 Require idlw-toolbar.
20802
20803 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
20804 file idlw-rinfo.el.
20805 (idlwave-customize): Load must read file idlw-shell.el.
20806 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
20807
20808 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20809
20810 * progmodes/idlw-shell.el: Also provide idlwave-shell
20811 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20812 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20813
20814 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
20815 both reftex-dcr and reftex-vcr.
20816
20817 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20818
20819 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20820
20821 * ps-print.el: PostScript code now is in separate files, doc fix.
20822 (ps-print-version): New version number (5.0.3).
20823 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20824 local.
20825 (ps-spool-config): Initialization fix.
20826 (ps-print-prologue-1, ps-print-prologue-2)
20827 (ps-print-duplex-feature): PostScript code moved to separated file.
20828 (ps-background-image): Little code reformating.
20829 (ps-begin-file, ps-begin-job): Fix code.
20830 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20831 (ps-prologue-file): New fun.
20832
20833 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20834
20835 * ps-vars.el: Eliminated.
20836
20837 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20838 `;;;###autoload'.
20839
20840 * ps-print.el: ps-vars eliminated, doc fix.
20841 (ps-print-version): New version number (5.0.2).
20842 (ps-spool-config): Initialization fix.
20843 (ps-print-customize): New fun.
20844
20845 2000-01-04 Gerd Moellmann <gerd@gnu.org>
20846
20847 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
20848
20849 2000-01-04 Dave Love <fx@gnu.org>
20850
20851 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20852 menu items.
20853
20854 2000-01-03 Dave Love <fx@gnu.org>
20855
20856 * elide-head.el (elide-head) [defgroup]: Add :version.
20857
20858 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
20859 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20860 Use `cl-hash-table-p', not `hash-table-p'.
20861 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20862
20863 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20864
20865 * faces.el (face-read-integer, read-face-attribute)
20866 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
20867
20868 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20869
20870 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20871 at comment end, and re-insert them after filling.
20872
20873 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20874
20875 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20876 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20877 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20878
20879 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20880
20881 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20882 the new name of face-color-supported-p.
20883
20884 * term/w32-win.el (xw-defined-colors): Likewise.
20885
20886 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20887
20888 * simple.el (completion-setup-function): Count completion-size
20889 from minibuffer-prompt-end, not from point-min.
20890
20891 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20892
20893 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20894 Pass the frame to tty-color-* functions.
20895 (display-color-p, frame-set-background-mode): Pass the frame to
20896 tty-display-color-p.
20897
20898 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20899 tty-color-alist.
20900 (tty-color-alist, tty-modify-color-alist): New functions.
20901 (tty-color-define, tty-color-clear, tty-color-approximate)
20902 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20903 optional parameter FRAME.
20904
20905 2000-01-01 Gerd Moellmann <gerd@gnu.org>
20906
20907 * image.el (create-image, defimage): Don't assume image data is
20908 a string.
20909
20910 * image.el (defimage): Handle specifications containing :data
20911 instead of :file.
20912 (image-type-from-data): New function.
20913 (image-type-from-file-header): Use it.
20914 (create-image): Add parameter DATA-P.
20915
20916 See ChangeLog.8 for earlier changes.
20917
20918 ;; Local Variables:
20919 ;; coding: iso-2022-7bit
20920 ;; End:
20921
20922 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20923 Copying and distribution of this file, with or without modification,
20924 are permitted provided the copyright notice and this notice are preserved.