]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(tooltip-x-offset, tooltip-y-offset): Mention in the
[gnu-emacs] / lisp / ChangeLog
1 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4 doc string the effect of `left' and `top' parameters in
5 tooltip-frame-parameters, the default values, and the units.
6 (tooltip-frame-parameters): Mention `top' and `left' in the doc
7 string.
8 (tooltip-show): Mention in the doc string the `top' and `left'
9 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
10
11 2001-10-22 Andre Spiegel <spiegel@gnu.org>
12
13 Add autoscaling support for vc-annotate.
14 From J.D. Smith <jdsmith@astro.cornell.edu>.
15
16 * vc.el (vc-annotate-display-default): Accept colormap scaling
17 ratio (now deprecated).
18 (vc-annotate-display-autoscale): Added.
19 (vc-annotate-add-menu): New autoscaling menu options "Span to
20 Oldest" and "Span Oldest->Newest". Easymenu support added for
21 toggle menus driven by customize variable
22 `vc-annotate-display-mode'.
23 (vc-annotate-display-select): Added.
24 (vc-annotate): Changed temp-buffer-show-function to
25 `vc-annotate-display-select'.
26 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
27 Added argument OFFSET. Instead of backend function, calls now
28 generic `vc-annotate-difference'.
29 (vc-annotate-difference): Added as generic function instead of
30 backend-specific function. No longer takes argument POINT, but
31 instead accepts a time OFFSET.
32 (vc-default-annotate-current-time): Added.
33
34 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
35 version in vc.el, with
36 (vc-cvs-annotate-current-time): Added, as override of default.
37 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
38 `vc-cvs-annotate-difference'.
39
40 2001-10-22 Gerd Moellmann <gerd@gnu.org>
41
42 * saveplace.el (save-place): Require `saveplace'.
43
44 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
45 Use `sexp' for :value-type instead of `face'.
46
47 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
48
49 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
50 regexps due to 5-digit message IDs.
51
52 2001-10-21 Jason Rumney <jasonr@gnu.org>
53
54 * term/w32-win.el (redisplay-dont-pause): Don't set.
55
56 2001-10-21 Miles Bader <miles@gnu.org>
57
58 * help-funs.el (help-manyarg-func-alist): Variable removed.
59
60 2001-10-21 Miles Bader <miles@gnu.org>
61
62 * help-funs.el (help-manyarg-func-alist): Remove entries for
63 `insert', `insert-and-inherit', `insert-before-markers',
64 `insert-before-markers-and-inherit', `message', `message-box',
65 `message-or-box', `propertize', `format', `encode-time', `append',
66 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
67 `insert-string', `ml-if', `ml-provide-prefix-argument', and
68 `ml-prefix-argument-loop'.
69
70 2001-10-21 Andre Spiegel <spiegel@gnu.org>
71
72 * vc.el (vc-diff-internal, vc-coding-system-for-diff,
73 vc-default-diff-tree): New functions.
74 (vc-version-diff): Use them. As a result, coding systems are now
75 set up properly for all sorts of diffs, and tree diffs can now
76 also be done locally.
77 (vc-diff): With a prefix argument, don't require that it's called
78 from a buffer under version control.
79 (diff-switches): Remove duplicate definition.
80
81 * vc-cvs.el (vc-cvs-diff-tree): New function.
82
83 2001-10-21 Miles Bader <miles@gnu.org>
84
85 * help-funs.el (help-manyarg-func-alist): Remove entries for
86 `list', `vector', `make-byte-code', `call-process',
87 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
88 `logand', `logior', and `logxor'.
89
90 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
91 image bits to compensate. Use `make-string' instead of
92 `make-bool-vector' (XBM apparently wants byte-aligned rows).
93
94 2001-10-20 Gerd Moellmann <gerd@gnu.org>
95
96 * (Version 21.1 released.)
97
98 2001-10-20 Kim F. Storm <storm@cua.dk>
99
100 * simple.el (kill-ring-save): Don't show extent of copied region
101 if using transient-mark-mode and region is fully visible.
102
103 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
104
105 * files.el (auto-mode-alist): Associate .indent.pro with
106 Fundamental mode. Suggested by Samuel Padgett
107 <spadgett1@nc.rr.com>.
108
109 2001-10-18 Sam Steingold <sds@gnu.org>
110
111 Put the *Compile-Log* buffer in `compilation-mode'.
112 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
113 (byte-compile-log-1, byte-compile-log-file)
114 (displaying-byte-compile-warnings): use it
115
116 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
117
118 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
119
120 * xml.el (xml-parse-tag): Use eq on char-after's return value.
121
122 2001-10-18 Gerd Moellmann <gerd@gnu.org>
123
124 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
125
126 * obsolete/hilit19.el (hilit-lookup-face-create):
127 Call set-face-font only if display-graphic-p.
128 (toplevel): Remove references to window-system.
129
130 2001-10-18 Miles Bader <miles@gnu.org>
131
132 * simple.el (what-line): Avoid problems with field properties.
133
134 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
135
136 * wid-edit.el (widget-field-face, widget-single-line-field-face):
137 Define special colors for a tty.
138
139 2001-10-17 Francesco Potorti` <pot@gnu.org>
140
141 * comint.el (comint-password-prompt-regexp): Make it less
142 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
143
144 2001-10-17 John Wiegley <johnw@gnu.org>
145
146 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
147 a regular file, before checking if it is a directory or symlink.
148 This avoids a call to eshell-file-attributes, which can be
149 expensive in some situations.
150
151 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
152 customization variable, to differentiate ls-in-dired from regular
153 uses of ls.
154
155 2001-10-17 Miles Bader <miles@gnu.org>
156
157 * custom.el (defface): Mention `:inherit' in doc-string.
158
159 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
160
161 * paren.el: Update the Commentary with installation instructions.
162
163 2001-10-15 Dave Love <fx@gnu.org>
164
165 * international/mule.el (set-auto-coding): Fix regexps for local
166 variables section not to eat newlines.
167
168 2001-10-15 Miles Bader <miles@gnu.org>
169
170 * simple.el (display-message-or-buffer): Pass the correct buffer
171 to `display-buffer'.
172
173 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
174
175 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
176 (executable-find): Use exec-suffixes.
177 (executable-set-magic): Don't use make-local-hook.
178
179 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
180
181 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
182
183 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
184 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
185 Add .so to the Unix and GNU branch.
186
187 * international/latin-1.el:
188 * international/latin-2.el:
189 * international/latin-3.el:
190 * international/latin-4.el:
191 * international/latin-5.el:
192 * international/latin-8.el:
193 * international/latin-9.el: Add no-byte-compile: t, since
194 Makefile.in instructs make-docfile to look at .el files.
195
196 2001-10-14 Miles Bader <miles@gnu.org>
197
198 * button.el (define-button-type): Allow supertype property to be
199 specified with a keyword `:supertype' too.
200 (button-put, make-text-button): Allow button type property to be
201 specified using the keyword `:type' too.
202 (button-type): New function.
203 (button): Add `button-category-symbol' property.
204
205 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
206
207 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
208 indent-new-comment-line from comment-indent-new-line.
209
210 * textmodes/refill.el (refill-mode):
211 Bind DEL to backward-delete-char-untabify.
212 Set backward-delete-char-untabify-method to `hungry'.
213
214 * textmodes/bib-mode.el (bib-mode):
215 * play/gomoku.el (gomoku-mode):
216 * textmodes/page-ext.el (pages-directory-mode):
217 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
218
219 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
220
221 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
222
223 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
224 Handle here-docs differently.
225 (sh-font-lock-heredoc): Remove.
226 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
227 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
228 (sh-font-lock-open-heredoc): New functions.
229 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
230 (sh-font-lock-keywords-1): Use regexp-opt.
231 (sh-in-comment-or-string): Use syntax-ppss.
232 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
233 (sh-select, sh-tmp-file): Add explicit terminating \n.
234
235 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
236 Use with-current-buffer.
237 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
238 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
239 filename), catch any error that occurs in `ange-ftp-cd'.
240 If an error happened, don't bother sending `cmd' at all.
241 Fix a parenthesis typo.
242 (ange-ftp-write-region): Don't blindly use binary if the remote host
243 is unix-like.
244
245 * play/pong.el (pong-init): Don't use make-local-hook.
246
247 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
248
249 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
250 (viper-get-ex-address-subr): More precise addr for the $ marker
251
252 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
253
254 * version.el (emacs-version): Bump to 21.1.50.
255
256 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
257
258 * mail/mailalias.el (mail-directory-stream): Do not double
259 variables in the lambda-list.
260
261 * play/gomoku.el (gomoku-init-display): Ditto.
262
263 * play/landmark.el (lm-init-display): Ditto.
264
265 * delim-col.el (delimit-columns-rectangle-max): Ditto.
266 (delimit-columns-rectangle-line): Ditto.
267
268 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
269
270 * newcomment.el (comment-region-internal): Don't rebind
271 invisibility_spec now that the C routines handle it correctly.
272
273 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
274
275 * frame.el (special-display-popup-frame): Obey new specs `same-window'
276 and `same-frame'.
277
278 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
279
280 * simple.el (minibuffer-local*-map): Remove redundant bindings.
281
282 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
283 C-p and C-r. Remove redundant bindings from inheriting maps.
284
285 * progmodes/cperl-mode.el: Merged in changes from v4.32.
286 After 4.23 and: After 4.24:
287 (cperl-contract-levels): Restore position.
288 (cperl-beautify-level): Likewise.
289 (cperl-beautify-regexp): Likewise.
290 (cperl-commentify): Rudimental support for length=1 runs
291 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
292 After 4.25:
293 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
294 (imenu-example--create-perl-index): Was not enforcing
295 syntaxification-to-the-end.
296 (cperl-invert-if-unless): Allow `for', `foreach'.
297 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
298 Mark qw(), m()x as indentable.
299 (cperl-init-faces): Highlight `sysopen' too.
300 Highlight $var in `for my $var' too.
301 (cperl-invert-if-unless): Was leaving whitespace at end.
302 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
303 (cperl-calculate-indent): Remove old commented out code.
304 Support (primitive) indentation of qw(), m()x.
305 After 4.26:
306 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
307 q [] with intervening newlines.
308 (cperl-autoindent-on-semi): New customization variable.
309 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
310 (cperl-tips): Mention how to make CPerl the default mode.
311 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
312 (cperl-outline-level): New function.
313 (cperl-highlight-variables-indiscriminately): New customization var.
314 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
315 From Sean Kamath <kamath@pogo.wv.tek.com>.
316 (cperl-after-block-p): Support CHECK and INIT.
317 (cperl-init-faces, cperl-short-docs): Likewise and "our".
318 From Doug MacEachern <dougm@covalent.net>.
319 After 4.27:
320 (cperl-find-pods-heres): Recognize \"" as a string.
321 Mark whitespace between q and [] as `syntax-type' => `prestring'.
322 Allow whitespace between << and "FOO".
323 (cperl-problems): Remove \"" and q [] with intervening newlines.
324 Mention multiple <<EOF as unsupported.
325 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
326 (cperl-indent-parens-as-block): New configuration variable.
327 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
328 Use `cperl-indent-parens-as-block'.
329 (cperl-find-pods-heres): Test for =cut without empty line instead of
330 complaining about no =cut.
331 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
332 (cperl-find-pods-heres): Likewise.
333 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
334 POD could've been marked as comment already.
335 (cperl-unwind-to-safe): Unwind before start of POD too.
336 After 4.28:
337 (cperl-forward-re): Throw an error at proper moment REx unfinished.
338 After 4.29:
339 (x-color-defined-p): Make an extra case to peacify the warning.
340 Toplevel: `defvar' to peacify the warnings.
341 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
342 No -nw-compile time warnings now.
343 (cperl-find-tags): TAGS file had too short substring-to-search.
344 Be less verbose in non-interactive mode
345 (imenu-example--create-perl-index): Set index-marker after name
346 (cperl-outline-regexp): New variable.
347 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
348 (cperl-mode): Made use `cperl-outline-regexp'.
349 After 4.30:
350 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
351 (cperl-outline-level): Make start-of-file same level as `package'.
352 After 4.31:
353 (cperl-electric-pod): `head1' and `over' electric only if empty.
354 (cperl-unreadable-ok): New variable.
355 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
356 on an unreadable file.
357 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
358 on an unreadable directory.
359
360 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
361 Consider the text between two errors as belonging to the first error.
362 (compilation-goto-locus): Use pop-to-buffer rather than
363 switch-to-buffer-other-frame.
364
365 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
366 (awk-font-lock-syntactic-keywords): New var.
367 (awk-mode): Use it.
368
369 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
370
371 * faces.el (describe-face): Call help-setup-xref earlier.
372
373 * jka-compr.el (jka-compr-load-suffixes): New var.
374 (jka-compr-install): Add its content to load-suffixes.
375 (jka-compr-uninstall): Remove its content from load-suffixes.
376
377 2001-10-12 Sam Steingold <sds@gnu.org>
378
379 * bindings.el (completion-ignored-extensions): CL-related
380 extensions are platform-independent.
381
382 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
383 asynchronous multiple file copying.
384
385 2001-10-12 Gerd Moellmann <gerd@gnu.org>
386
387 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
388 Turn error for repeated variables into warning.
389
390 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
391 New function checking that lambda-list consists of non-constant
392 symbols, that &rest and &optional are followed by variable names,
393 that &rest VAR is the last element, and that variables aren't doubled.
394 (byte-compile-lambda): Use it.
395
396 2001-10-12 Eli Barzilay <eli@barzilay.org>
397
398 * calculator.el (calculator-eng-display): Don't call concat
399 with an integer argument.
400
401 2001-10-12 Miles Bader <miles@gnu.org>
402
403 * help-mode.el (help-customize-face): New button-type.
404
405 * faces.el (list-faces-display): Fix args to `help-xref-button'.
406 (describe-face): Fix args to `help-xref-button'.
407 Don't switch to help-buffer around call to `help-setup-xref'.
408 Use `help-buffer' instead of hard-wired "*Help*".
409 Require `help-mode'.
410
411 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
412
413 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
414
415 * help-mode.el (help-buffer): New function.
416 Returns the buffer-name to use for help output.
417 Change all the code to use it instead of hard-coding *Help*.
418 (help-mode-map): Put back the mouse-2 binding.
419 (help-xref-stack): Change the format and make buffer-local.
420 (help-xref-stack-item): Make buffer-local.
421 (help-setup-xref): Do the `push' here rather than in help-do-xref.
422 (help-xref-interned): Display the face doc as well.
423 (help-follow-mouse): Re-introduce.
424 (help-xref-go-back): Adapt to the new use of help-xref-stack.
425 (help-do-xref): Don't `push' any more.
426 (help-follow): Also follow face names.
427
428 * help-funs.el (describe-function-1): Remove unused `parens' arg.
429 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
430 Autoload and cleanup.
431 (describe-function): Call help-setup-xref.
432 (describe-variable): Call help-setup-xref earlier.
433
434 * help.el (describe-bindings-internal): New fun moved from keymap.c.
435 (view-lossage): Call help-setup-xref correctly and earlier.
436 (describe-bindings): Call help-setup-xref earlier.
437 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
438 (describe-mode): Don't autoload. Call help-setup-xref earlier.
439
440 2001-10-11 Gerd Moellmann <gerd@gnu.org>
441
442 * master.el (master-mode): Use define-minor-mode instead of
443 easy-mmode-define-minor-mode. Add autload cookie.
444 (Commentary): Remove the line showing how to autoload master-mode,
445 since it's always autoloaded.
446
447 * master.el: New file.
448
449 2001-10-11 Dave Love <fx@gnu.org>
450
451 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
452 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
453 <const-C varset-X const-C>: Fix car/cdr typo.
454
455 2001-10-11 Gerd Moellmann <gerd@gnu.org>
456
457 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
458 New function extracted from byte-compile-log-1.
459 (byte-compile-log-1): Change output to be more in line with
460 the output of other GNU tools.
461 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
462 (byte-compile-report-error): Downcase error message.
463 Use `error' instead of `!!' for error messages.
464 (byte-compile-print-syms): Treat non-interactive case specially.
465 (displaying-byte-compile-warnings): Use backquote.
466 (byte-compile-from-buffer): Bind byte-compile-last-line.
467 (batch-byte-compile): Remove `Done' message.
468
469 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
470
471 * emacs-lisp/copyright.el (copyright): Add final \n.
472
473 2001-10-11 Miles Bader <miles@gnu.org>
474
475 * diff.el (diff): Display default values in prompts as
476 `(default ...)', not `(...)'.
477
478 * info.el (Info-follow-reference): Likewise.
479
480 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
481
482 * emacs-lisp/autoload.el (doc-string-elt): Remove.
483
484 * newcomment.el (comment-indent): Be a little more robust in case
485 comment-indent-function does funny things.
486 (comment-normalize-vars): Autoload.
487 (comment-region-internal): Fiddle with the visibility spec.
488 (comment-valid-prefix): New function.
489 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
490 that would turn comment-text into non-comment-text.
491
492 * emacs-lisp/syntax.el: New file.
493
494 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
495 compatibility cruft.
496 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
497 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
498 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
499 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
500 tcl-submit-bug-report.
501 (tcl-mode-syntax-table): Leave \f alone.
502 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
503 tcl-end-of-defun, tcl-submit-bug-report.
504 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
505 (tcl-add-emacs-menu): Remove.
506 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
507 (tcl-keyword-list): Add `chain'.
508 (tcl-font-lock-syntactic-keywords): New variable.
509 (tcl-pps-has-arg-6): Remove.
510 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
511 (tcl-internal-mark-defun): Remove.
512 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
513 (tcl-mode): Use define-derived-mode. Simplify.
514 Set comment-indent-function.
515 (tcl-indent-command): Use line-beginning-position and comment-indent.
516 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
517 (tcl-indent-line): Use tcl-calculate-indent.
518 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
519 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
520 (tcl-filter): Use with-current-buffer, simplify.
521 (inferior-tcl-mode): Use define-derived-mode.
522 (tcl-hairy-in-comment): Renamed tcl-in-comment.
523 (tcl-simple-in-comment, tcl-in-comment): Removed.
524 (tcl-files-alist): New function.
525 (tcl-help-snarf-commands): Use it and return the result directly
526 rather than through a global variable.
527 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
528 (tcl-help-on-word): Provide the default value to completing-read.
529 (tcl-hilit): Remove.
530 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
531 (tcl-comment-indent): New function.
532 (tcl-submit-bug-report): Remove.
533 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
534 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
535 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
536
537 2001-10-10 Miles Bader <miles@gnu.org>
538
539 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
540 (Info-fontify-node): Don't fontify the node if it's already been done.
541
542 2001-10-10 Gerd Moellmann <gerd@gnu.org>
543
544 * international/iso-transl.el (iso-transl-e-caret)
545 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
546 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
547
548 * simple.el (end-of-buffer): Fix code scrolling specially
549 for the buffer end.
550
551 * startup.el (command-line-1): Bind tab-width to 8.
552
553 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
554
555 * emulation/tpu-edt.el: Use defalias instead of fset for
556 user-visible commands. From Rob Riepel
557 <riepel@Networking.Stanford.EDU>.
558
559 2001-10-09 Gerd Moellmann <gerd@gnu.org>
560
561 * ruler-mode.el: New file.
562
563 2001-10-09 Miles Bader <miles@gnu.org>
564
565 * apropos.el (button): New require.
566
567 * help-funs.el: New file, contents mostly from `help.el'.
568 (describe-variable): Use `condition-case' instead of `ignore-errors'.
569
570 * help-mode.el: New file, contents mostly from `help.el'.
571
572 * help.el: Don't require `view' when compiling.
573 (help-with-tutorial, describe-function, describe-function-1)
574 (variable-at-point, describe-variable, locate-library):
575 Functions moved into `help-funs.el'.
576 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
577 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
578 (help-setup-xref, help-xref-following, help-make-xrefs)
579 (help-xref-button, help-insert-xref-button, help-xref-interned)
580 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
581 (help-xref-on-pp): Functions moved into `help-mode.el'
582 (help-mode-map, help-xref-stack, help-xref-stack-item)
583 (help-highlight-p, help-highlight-face, help-back-label)
584 (help-xref-symbol-regexp, help-xref-mule-regexp)
585 (help-xref-info-regexp): Variables moved into `help-mode.el'.
586 (help-symbol, help-back, help-info, help-customize-variable)
587 (help-function-def, help-variable-def):
588 Button-types moved into `help-mode.el'.
589 (load-symbol-file-load-history, symbol-file):
590 Functions moved into `subr.el'.
591 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
592 (view-lossage): Call `help-setup-xref' instead of doing it manually.
593
594 * subr.el (symbol-file-load-history-loaded)
595 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
596
597 * loadup.el ("button"): Load removed.
598
599 * button.el (define-button-type): Respect any `supertype' property.
600 (button-type-subtype-p, button-has-type-p): New functions.
601
602 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
603 dollar-signs.
604
605 * comint.el (comint-insert-previous-argument): New function.
606 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
607 (comint-insert-previous-argument-last-start-pos)
608 (comint-insert-previous-argument-last-index): New variables.
609
610 * apropos.el (apropos-next-label-button): Use the presence of a
611 `apropos-label' property to detect label buttons.
612
613 2001-10-08 Miles Bader <miles@gnu.org>
614
615 * button.el (next-button, previous-button): Remove N and WRAP
616 parameters. Don't pay attention to `skip' properties.
617 (forward-button): Implement wrapping, iterating, and skipping here
618 instead.
619 (button-activate): USE-MOUSE-ACTION is optional.
620 (button-nop): Function removed.
621 (default-button): Use `ignore' as default button action.
622
623 * apropos.el (apropos-next-label-button): Update arguments to
624 `next-button'.
625 (apropos-symbol): Add `skip' property.
626 (apropos-function, apropos-macro, apropos-command)
627 (apropos-variable, apropos-face, apropos-group, apropos-widget)
628 (apropos-plist): New button types.
629 (apropos-label-properties): Variable removed.
630 (apropos-print): Pass button-type to apropos-print-doc, rather
631 than help function and label text.
632 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
633 Get button label from TYPE.
634
635 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
636
637 * help.el (help-mode): Use define-derived-mode.
638 (describe-mode): Add optional `buffer' arg.
639 Use it instead of going through help-xref-mode.
640 Avoid doubling the word `minor' when prettifying.
641 (describe-function-1): List the corresponding key bindings.
642 (describe-variable): Say if the var is automatically buffer-local.
643 If the source is `loaddefs.el', look for the real source.
644 (help-xref-mode): Remove.
645
646 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
647 the file says no-byte-compile.
648
649 2001-10-08 Miles Bader <miles@gnu.org>
650
651 * button.el (next-button, previous-button): Respect `skip' property.
652
653 2001-10-07 Miles Bader <miles@gnu.org>
654
655 * woman.el (woman-mode-map): Copy button-buffer-map instead of
656 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
657 `woman-follow-word' instead of `woman-mouse-2'.
658 (woman-follow-word): Renamed from `woman-mouse-2'.
659 Follow current unconditionally, since this function is now only
660 bound to M-mouse-2. Use accessor functions.
661 (WoMan-highlight-references): Use `make-text-button'.
662 (woman-xref): New button type.
663
664 * loadup.el ("faces"): Move load before loading "loaddefs.el".
665 ("button"): New load, just before "help" (which uses it).
666
667 * help.el (help-mode-map): Make button-buffer-map our parent.
668 Don't bind mouse events or tab/backtab.
669 (help-function, help-variable, help-face, help-coding-system)
670 (help-input-method, help-character-set, help-back, help-info)
671 (help-customize-variable, help-function-def, help-variable-def):
672 New button types.
673 (help-button-action): New function.
674 (describe-function-1): Pass help button-types to
675 `help-xref-button' rather than help function and help-echo string.
676 Don't put multiple help-function args in a list to pass them to
677 help-xref-button, just pass them as multiple arguments.
678 Use `help-insert-xref-button' to make [back]-button, rather than
679 `help-xref-button'.
680 (help-xref-button): Take a button-type TYPE as a parameter rather
681 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
682 and add a &rest parameter ARGS to serve the same purpose.
683 Use `make-text-button' to add the button.
684 (help-insert-xref-button): Use `insert-text-button' to add the button.
685 (help-follow-mouse, help-next-ref, help-previous-ref):
686 Functions removed.
687 (help-do-xref): New function.
688 (help-follow): Use `push-button' and `help-do-xref' to do most of
689 the work.
690
691 * apropos.el (apropos-symbol, apropos-label): New button types.
692 (apropos-symbol-button-display-help)
693 (apropos-label-button-display-help, apropos-next-label-button):
694 New functions.
695 (apropos-mode-map): Make button-buffer-map our parent.
696 Don't bind mouse events.
697 (apropos-print, apropos-print-doc): Create buttons instead of text
698 properties.
699 (apropos-mouse-follow): Function removed.
700 (apropos-follow): Use buttons.
701
702 * button.el: New file.
703
704 2001-10-07 Gerd Moellmann <gerd@gnu.org>
705
706 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
707 Remove.
708
709 2001-10-05 Richard M. Stallman <rms@gnu.org>
710
711 * add-log.el (add-change-log-entry): Skip copyright notice
712 and copying permission notice at start of file, if any.
713 Make use of terms "entry" and "item" accord with Emacs manual.
714 Simplify the logic for moving point while entering or creating
715 an entry and then an item.
716 (add-change-log-entry-other-window): Doc fix.
717
718 2001-10-06 Miles Bader <miles@gnu.org>
719
720 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
721 removed; they apparently don't work with faces.
722
723 2001-10-05 Sam Steingold <sds@gnu.org>
724
725 * textmodes/sgml-mode.el (html-xhtml): New user option.
726 (html-tag-alist, html-horizontal-rule, html-image, html-line)
727 (html-ordered-list, html-unordered-list, html-list-item)
728 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
729 (sgml-skip-close-p): New function.
730 (sgml-value): Use it.
731
732 2001-10-05 Sam Steingold <sds@gnu.org>
733
734 * calendar/diary-lib.el (diary-entry-compare): When times are
735 identical, compare the entries lexicographically.
736
737 2001-10-06 Miles Bader <miles@gnu.org>
738
739 * rfn-eshadow.el (rfn-eshadow-update-overlay):
740 Use `minibuffer-prompt-end'.
741
742 * simple.el (previous-matching-history-element): Fix misplaced
743 parentheses.
744
745 2001-10-05 Miles Bader <miles@gnu.org>
746
747 * rfn-eshadow.el: New file.
748
749 2001-10-05 Miles Bader <miles@gnu.org>
750
751 * cus-face.el (custom-face-attributes): Make sure each attribute
752 has a valid default value. Remove hacks that mapped `nil' to
753 `off' and used nil to mean `unspecified'. Remove `unspecified'
754 choices from all attributes (unspecified is handled by the parent
755 checklist).
756 * cus-edit.el (custom-face-edit-convert-widget)
757 (custom-face-edit-deactivate, custom-face-edit-activate)
758 (custom-face-edit-delete, custom-face-edit-attribute-tag):
759 New functions.
760 (custom-face-edit): Specify a custom :convert-widget.
761 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
762 Don't pass in default filters that map between `nil' and `off' and
763 `unspecified' and `nil'.
764
765 2001-10-05 Gerd Moellmann <gerd@gnu.org>
766
767 * progmodes/compile.el (compilation-buffer-name): New function.
768 (compile-internal): Use it to determine the name of the
769 compilation buffer.
770
771 2001-10-05 Miles Bader <miles@gnu.org>
772
773 * progmodes/compile.el (grep-use-null-device): New variable.
774 (grep-command): Mention `grep-use-null-device'.
775 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
776 Make computation of `grep-command' respect `grep-use-null-device'.
777 (grep): Respect `grep-use-null-device'.
778 Call `grep-compute-defaults' even if grep-command is set, if
779 grep-use-null-device is still tentative.
780
781 * subr.el (call-process-shell-command): New function.
782
783 2001-10-05 Miles Bader <miles@gnu.org>
784
785 * simple.el (previous-matching-history-element)
786 (next-history-element, next-complete-history-element): Use
787 `minibuffer-' functions instead of calling `field-' functions directly.
788 (minibuffer-prompt-end, minibuffer-contents):
789 (minibuffer-contents-no-properties, delete-minibuffer-contents):
790 Functions removed (now subrs).
791 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
792
793 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
794 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
795 instead of calling `field-' functions directly.
796 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
797
798 2001-10-05 Gerd Moellmann <gerd@gnu.org>
799
800 * files.el (find-file-noselect): If file's read-only status has
801 changed on disk, ask if buffer's read-only status should be
802 changed, unless NOWARN is set.
803
804 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
805 alias for define-setf-method.
806
807 * bindings.el: Remove no-byte-compile from file local variables
808 to enable bootstrapping.
809
810 2001-10-04 Andrew Innes <andrewi@gnu.org>
811
812 * faces.el (face-font-registry-alternatives) [windows-nt]:
813 Make gb2312 an alias for gb2312.1980.
814
815 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
816
817 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
818 (uniquify-reverse-components): Remove.
819
820 * emacs-lisp/bytecomp.el (byte-recompile-directory):
821 Make sure the file is readable.
822 (byte-compile-file): Don't compile if `no-byte-compile' is set.
823 (byte-compile-defvar): Update to reflect the change in Fdefvar.
824 (batch-byte-recompile-directory): Pass arg=0.
825
826 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
827 (perl-calculate-indent): Use it.
828 (perl-backward-to-noncomment): Use forward-comment.
829
830 * derived.el (define-derived-mode, derived-mode-make-docstring):
831 Allow `parent' to be nil.
832
833 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
834 Use define-derived-mode.
835 (nroff-mode-map, nroff-mode-syntax-table): Massage.
836
837 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
838
839 * emacs-lisp/lselect.el: Use facep iso find-face.
840
841 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
842 Use regexp-opt.
843 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
844 (lisp-font-lock-syntactic-face-function): New function.
845 (lisp-mode-variables): Use it. Make arg optional.
846 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
847 (lisp-mode): Don't pass an arg to lisp-mode-variables.
848 Set comment-start-skip.
849
850 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
851
852 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
853 (ignore-errors): Don't bother using a `err' symbol.
854
855 * emacs-lisp/autoload.el (autoload-ensure-default-file)
856 (autoload-insert-section-header, autoload-before-p)
857 (autoload-remove-section): New functions.
858 (generate-file-autoloads): Use them.
859 (update-file-autoloads): Use them. Return FILE if there's no cookie.
860 Make sure the autoload file is properly formatted when creating it.
861 (update-autoloads-from-directories): Use them as well.
862 Only update autoloads for files whose timestamp has changed.
863 Add a dummy entry to remember the files which had no autoload cookies.
864
865 * timer.el (timer-relative-time): Fix computation for negative `micro'.
866
867 * subr.el (define-key-after): Allow `key' to be longer than 1.
868 (make-local-hook): Make obsolete.
869 (add-hook, remove-hook): Don't use make-local-hook any more.
870 (make-syntax-table): Inherit all chars from s-s-t.
871
872 2001-10-04 Gerd Moellmann <gerd@gnu.org>
873
874 This is a fix for a report saying that resuming a search with C-s
875 C-s doesn't use the case-fold-search setting of the previous
876 search (C-s ... M-c ... then C-s C-s).
877
878 * isearch.el (isearch-last-case-fold-search): New variable.
879 (isearch-mode): Remember value of isearch-case-fold-search
880 in isearch-last-case-fold-search.
881 (isearch-done): Quote value of isearch-case-fold-search.
882 (isearch-repeat): When resuming a search, restore
883 isearch-case-fold-search from isearch-last-case-fold-search.
884
885 Added to NEWS.
886
887 * startup.el (inhibit-startup-buffer-menu): New user-option.
888 (command-line-1): If inhibit-startup-buffer-menu is set, don't
889 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
890
891 This allows upto 99999 messages in the summary without screwing up
892 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
893
894 * mail/rmailsum.el (rmail-make-summary-line)
895 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
896 (rmail-summary-goto-msg, rmail-summary-goto-msg):
897 Allow 5-digit message ids instead of 4.
898
899 This adds expansion of environment variables in the value
900 specified with M-x setenv. Added to NEWS.
901
902 * env.el (substitute-env-vars): New function.
903 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
904 environment variables in VALUE. Return VALUE.
905
906 2001-10-04 Gerd Moellmann <gerd@gnu.org>
907
908 * Branch for 21.1.
909
910 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
911
912 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
913
914 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
915
916 * emulation/tpu-edt.el: Make messages match original TPU/edt
917 editor. From riepel@Stanford.EDU (Rob Riepel).
918
919 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
920
921 * rect.el: Update maintainer's email address.
922
923 2001-10-02 Andreas Schwab <schwab@suse.de>
924
925 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
926 and Extended Passive Mode, resp.
927
928 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
929
930 These changes add support for Calendar-related items in the
931 menu bar on tty's as well:
932
933 * calendar/calendar.el (calendar-mode-map): Require cal-menu
934 unconditionally.
935 (calendar-mode): Set up activate-menubar-hook unconditionally.
936
937 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
938 calls x-popup-menu only if popup menus are supported.
939 (calendar-mouse-insert-hebrew-diary-entry)
940 (calendar-mouse-insert-islamic-diary-entry)
941 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
942 (calendar-mouse-view-other-diary-entries)
943 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
944 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
945 Call cal-menu-x-popup-menu instead of x-popup-menu.
946
947 2001-10-01 Gerd Moellmann <gerd@gnu.org>
948
949 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
950
951 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
952
953 * emacs-lisp/rx.el: New file.
954
955 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
956
957 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
958
959 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
960
961 * frame.el (select-frame-by-name, other-frame): Doc fix.
962
963 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
964
965 * play/snake.el (snake-score-file): Use temporary-file-directory
966 instead of a literal "/tmp". Suggested by Robert
967 <robert@chezmarshall.freeserve.co.uk>.
968
969 * play/tetris.el (tetris-score-file): Ditto.
970
971 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
972
973 * apropos.el (apropos-print): Make the directions inserted at the
974 beginning of the *Apropos* buffer more clear.
975
976 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
977
978 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
979 Added comments.
980
981 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
982
983 * newcomment.el (comment-normalize-vars): Use " \t" rather than
984 "\\s-" when defining comment-end-skip.
985
986 2001-09-27 Gerd Moellmann <gerd@gnu.org>
987
988 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
989 Call get-buffer-window first second arg `visible'.
990
991 * international/mule-diag.el (list-input-methods-1):
992 Output something that's independent of Emacs' version.
993
994 * tar-mode.el (tar-mode-write-file): Don't signal an error by
995 calling byte-to-position with a nil tar-header-offset.
996
997 2001-09-27 Simon Josefsson <jas@extundo.com>
998
999 * mail/sendmail.el (send-mail-function): Doc fix.
1000 (mail-do-fcc): Error if header-end is not a marker.
1001 (mail-do-fcc): Add a comment.
1002 (mail-reply-to): Doc fix.
1003 (mail-signature): Make ATPOINT optional.
1004 (mail-yank-original): Use cond instead of nestled if.
1005
1006 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
1007
1008 * info.el (Info-on-current-buffer): Default arg to "Top".
1009
1010 2001-09-25 Eli Barzilay <eli@barzilay.org>
1011
1012 * calculator.el (calculator-copy-displayer): New user-option.
1013 (calculator-displayer-prev, calculator-displayer-next):
1014 Renamed from calculator-displayed-{left,right}.
1015 (calculator, calculator-standard-displayer)
1016 (calculator-num-to-string, calculator-update-display)
1017 (calculator-copy, calculator-put-value): Bug and display fixes.
1018
1019 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1020
1021 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
1022 (ebnf-version): New version (3.6.1).
1023
1024 * ebnf-bnf.el: Fix character range regexp. Doc fix.
1025 (ebnf-bnf-non-terminal-chars): New internal const.
1026 (ebnf-bnf-lex): Fix code.
1027
1028 * ebnf-iso.el: Fix character range regexp. Doc fix.
1029 (ebnf-iso-non-terminal-chars): New internal const.
1030 (ebnf-iso-lex): Fix code.
1031
1032 * ebnf-yac.el: Fix character range regexp. Doc fix.
1033 (ebnf-yac-skip-chars): New internal const.
1034 (ebnf-yac-skip-code): Fix code.
1035
1036 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
1037
1038 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
1039
1040 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
1041 passing it to VC.
1042
1043 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
1044 case where the file is relative.
1045
1046 2001-09-24 Gerd Moellmann <gerd@gnu.org>
1047
1048 * xml.el (xml-parse-attlist): Quotes around attributes must be the
1049 same on each side. Make sure we properly handle simple quotes.
1050 From Daiki Ueno <ueno@unixuser.org>.
1051
1052 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1053
1054 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
1055 <jas@extundo.com>.
1056
1057 * menu-bar.el (top-level): Minor fixes for text of help-echo in
1058 some items of the Options menu.
1059
1060 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
1061
1062 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
1063
1064 * vc-hooks.el (vc-delete-automatic-version-backups):
1065 Don't fail if the directory doesn't exist.
1066
1067 * diff-mode.el (diff-default-read-only): New var.
1068 (diff-mode): Use it.
1069
1070 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
1071
1072 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
1073 Use make-keymap instead of copy-keymap, since copying the global
1074 keymap messes up the menu bar.
1075
1076 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
1077 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1078
1079 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
1080
1081 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
1082
1083 * dired-aux.el (dired-insert-subdir): Pass switches to
1084 dired-build-subdir-alist.
1085
1086 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
1087
1088 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
1089 caused %#a and %#b to be mis-formatted.
1090
1091 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
1092
1093 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
1094 ccmode, emacs-mime, and eudc manuals.
1095
1096 2001-09-19 Sam Steingold <sds@gnu.org>
1097
1098 w32 find cannot be used with `grep-find'.
1099 * progmodes/compile.el (find-program): New variable.
1100 (grep-compute-defaults): Use it to set `grep-find-command'.
1101
1102 2001-09-19 Gerd Moellmann <gerd@gnu.org>
1103
1104 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
1105
1106 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1107
1108 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1109 programming. Doc fix.
1110 (ebnf-version): New version (3.6).
1111 (ebnf-eps-begin): Data fix.
1112 (ebnf-begin-file): Code fix.
1113
1114 * ebnf-bnf.el: Doc fix.
1115 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1116
1117 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1118
1119 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1120
1121 * ps-print.el: Better face mapping for black/white PostScript printers.
1122 Check if mark is active when printing a region. Doc fix.
1123 (ps-print-version): New version number (6.5.5).
1124 (ps-print-color-p): Customization fix.
1125 (ps-black-white-faces): New option.
1126 (ps-black-white-faces-alist): New internal var.
1127 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1128 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1129 (ps-nb-pages-region): Interactive fix.
1130 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1131 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1132
1133 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1134
1135 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1136 numeric month value, and allow the Kanji character after the it to
1137 be missing (happens with ls-lisp's output on Japanese versions of
1138 MS-Windows).
1139
1140 2001-09-18 Miles Bader <miles@gnu.org>
1141
1142 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1143 it's empty (and thus probably a new patch file about to be edited).
1144
1145 2001-09-17 Gerd Moellmann <gerd@gnu.org>
1146
1147 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1148 Check for '(' in column 0 of doc string.
1149
1150 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1151 of `nth' so that using a vector as bounding-box works.
1152 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1153
1154 2001-09-17 Andre Spiegel <spiegel@gnu.org>
1155
1156 * vc.el (vc-annotate): Use current workfile version explicitly as
1157 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1158
1159 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1160
1161 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1162 convert-standard-filename doesn't guarantee that the .el extension
1163 is preserved.
1164
1165 * dos-fns.el (convert-standard-filename): Replace invalid
1166 characters only after converting dash/underscore to a period.
1167 (original-make-auto-save-file-name): New.
1168 (make-auto-save-file-name): New function, overrides the definition
1169 on files.el and calls the original function via
1170 original-make-auto-save-file-name.
1171
1172 * mail/rmail.el (top-level): Require mule-utils when compiling.
1173 (rmail-decode-babyl-format): Use detect-coding-with-priority
1174 instead of detect-coding-region, to favor detection of emacs-mule
1175 encoded Babyl files written by rmailout.el etc. Suggested by
1176 Kenichi Handa <handa@etl.go.jp>.
1177
1178 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1179
1180 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1181 Use `equal', not `=', since the device number can be a cons cell.
1182
1183 2001-09-14 Gerd Moellmann <gerd@gnu.org>
1184
1185 * simple.el: Comment out change of 2001-09-13.
1186
1187 2001-09-13 Milan Zamazal <pdm@zamazal.org>
1188
1189 * progmodes/compile.el (grep-compute-defaults): Don't set
1190 grep-command/grep-find-command when it is already non-nil.
1191 (grep-command): Make it a user option.
1192 (grep-find-command): Likewise.
1193
1194 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
1195
1196 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1197 inhibit quit.
1198
1199 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1200
1201 * files.el (make-auto-save-file-name): If long file names are not
1202 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1203 generating an auto-save file name from it.
1204
1205 2001-09-13 Gerd Moellmann <gerd@gnu.org>
1206
1207 * ps-print.el (ps-print-region, ps-print-region-with-faces)
1208 (ps-nb-pages-region): Signal an error if called interactively
1209 and the mark is not active.
1210
1211 * simple.el (minibuffer-prompt-modification)
1212 (minibuffer-prompt-insertion): New functions.
1213 (minibuffer-prompt-properties): Use `modification-hooks' and
1214 `insert-in-front-hooks'.
1215
1216 2001-09-12 Richard M. Stallman <rms@gnu.org>
1217
1218 * textmodes/outline.el (outline-regexp): Doc fix.
1219 Initialize it in the defcustom, the usual way.
1220
1221 2001-09-12 Gerd Moellmann <gerd@gnu.org>
1222
1223 * ediff-mult.el (ediff-get-meta-info): Take into account that data
1224 from `ediff-meta-info' properties need not be an overlay.
1225 From David Ponce <dponce@voila.fr>.
1226
1227 * isearch.el (isearch-intersects-p): Fix end checks.
1228
1229 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
1230
1231 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1232 `t' branch of `cond', since Irix 6.1 and up is a special case of
1233 the standard dbx interface.
1234
1235 2001-09-11 Miles Bader <miles@gnu.org>
1236
1237 * comint.el (comint-send-input): When waiting for echoed input,
1238 don't save the expected end position in `echo-end', so that things
1239 work properly even if the buffer is modified elsewhere at the same
1240 time [this happens if `comint-truncate-buffer' is used].
1241
1242 2001-09-11 Gerd Moellmann <gerd@gnu.org>
1243
1244 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1245 when constructing imenu-generic-expression from outline-regexp.
1246
1247 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1248
1249 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1250 `equal' instead of `=', since they can be cons cells. From Nils
1251 Goesche <cartan@cartan.de>.
1252
1253 2001-09-10 Andre Spiegel <spiegel@gnu.org>
1254
1255 * vc.el (vc-annotate): Rewrote doc string.
1256
1257 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1258
1259 * time-stamp.el: Update Stephen Gildea's email address.
1260
1261 2001-09-10 Gerd Moellmann <gerd@gnu.org>
1262
1263 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1264 enable-multibyte-characters = nil. From Hallvard B Furuseth
1265 <h.b.furuseth@usit.uio.no>.
1266
1267 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
1268
1269 * ediff-init.el (ediff-highest-priority): Bug fix.
1270
1271 * viper-cmd.el (viper-special-read-and-insert-char): New function
1272 that reads a character and uses the current input method or
1273 iso-accents when appropriate.
1274
1275 * viper.el and all others: Corrections to the comment blocks at
1276 the top.
1277
1278 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1279
1280 * info.el (Info-goto-node): Doc fix.
1281
1282 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1283
1284 * isearch.el (isearch-intersects-p): New function.
1285 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1286 use isearch-intersects-p, and clean up.
1287
1288 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1289
1290 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1291 and "german8", for the new German orthography dictionaries,
1292 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1293 the entries, to keep the line length balanced for loaddefs.el.
1294
1295 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
1296
1297 * comint.el (comint-send-input): Handle comint-process-echoes
1298 differently.
1299
1300 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1301
1302 * locate.el (locate-insert-header): Remove unnecessary whitespace.
1303
1304 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1305
1306 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
1307
1308 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1309
1310 * server.el (server-switch-buffer):
1311 * textmodes/refer.el (refer-find-entry-internal):
1312 * term/sup-mouse.el (sup-pos-to-window):
1313 * term/bg-mouse.el (bg-window-from-x-y):
1314 * emacs-lisp/edebug.el (edebug-window-live-p):
1315 Use get-window-with-predicate.
1316
1317 * window.el (get-window-with-predicate): Renamed from some-window.
1318 (some-window): Make it an alias.
1319
1320 2001-09-06 Gerd Moellmann <gerd@gnu.org>
1321
1322 * simple.el (undo): Remove positions from buffer-undo-list up to
1323 the next undo boundary only.
1324
1325 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1326
1327 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1328 Kim <ryk@dspwiz.com>
1329
1330 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1331 the message "Creating customization items...done".
1332
1333 2001-09-05 Gerd Moellmann <gerd@gnu.org>
1334
1335 * font-lock.el (toplevel): Require `jit-lock' only if
1336 font-lock-support-mode is set to jit-lock-mode.
1337
1338 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1339
1340 * international/quail.el (quail-use-package, quail-inactivate)
1341 (quail-activate): Mention the hooks these functions run in their
1342 doc strings.
1343
1344 2001-09-05 Edward M. Reingold <reingold@iit.edu>
1345
1346 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1347 of file in header of menu.
1348
1349 2001-09-04 Gerd Moellmann <gerd@gnu.org>
1350
1351 * env.el (setenv): Interactively, if VARIABLE has a current value,
1352 add that to the front of the history, as the doc string says.
1353
1354 * comint.el (comint-send-input): Change help-echo.
1355 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
1356
1357 * bookmark.el (bookmark-write-file): Bind print-length and
1358 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1359
1360 * obsolete/uncompress.el: Moved there from lisp/.
1361
1362 * comint.el (comint-insert-clicked-input): Goto point-max before
1363 deleting previous input. From "Dr Francis J. Wright"
1364 <F.J.Wright@qmw.ac.uk>.
1365
1366 * simple.el (backward-word): Doc fix.
1367
1368 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1369
1370 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1371 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1372 * w32-fns.el: Add Keywords header.
1373
1374 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1375
1376 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1377 "Text Properties". Suggested by Simon Marshall
1378 <Simon.Marshall@midas-kapiti.com>.
1379
1380 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1381
1382 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1383 consulting the value of file-name-coding-system.
1384
1385 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1386
1387 * help.el (describe-function-1): Save precomputed `file-name' rather
1388 than recomputing it (incorrectly) with `symbol-file'.
1389
1390 2001-09-03 Gerd Moellmann <gerd@gnu.org>
1391
1392 * international/isearch-x.el (isearch-exit-recursive-edit):
1393 Take three parameters, since it's used as an after-change-function.
1394
1395 * emacs-lisp/backquote.el (backquote-backquote-symbol)
1396 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1397 from doc strings.
1398
1399 2001-09-02 Milan Zamazal <pdm@zamazal.org>
1400
1401 * progmodes/glasses.el (glasses-convert-to-unreadable):
1402 Consider underscores as in `glasses-make-readable'.
1403
1404 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1405
1406 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1407 MS-DOS, since cpp might not be available.
1408
1409 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1410 Mention "yank" in the help-echo text.
1411 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1412
1413 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1414
1415 * newcomment.el (comment-indent): Insert spaces more carefully.
1416
1417 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1418
1419 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1420 exists. From Andy Petrusenco <andy@int.spb.ru>.
1421
1422 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
1423 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1424 <andy@int.spb.ru>.
1425
1426 2001-08-31 Gerd Moellmann <gerd@gnu.org>
1427
1428 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1429 Instead of running mouse-yank-at-click, see what the event is
1430 bound to outside Isearch and run that.
1431
1432 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1433
1434 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1435 Fix the menu entry to mention transient-mark-mode.
1436
1437 2001-08-30 Gerd Moellmann <gerd@gnu.org>
1438
1439 * simple.el (eval-expression-print-level): Fix last change.
1440
1441 * bindings.el (mode-line-coding-system-map): New variable.
1442 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1443
1444 * simple.el (eval-expression-print-level): Change the type
1445 of the defcustom to allow nil.
1446
1447 * emacs-lisp/find-gc.el: Moved here from lisp/.
1448
1449 * international/quail.el (quail-completion-1):
1450 Reverse the ((CHAR . DEFN) ...) list before processing it.
1451 From Kenichi Handa <handa@etl.go.jp>.
1452
1453 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1454 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1455
1456 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1457
1458 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1459 aren't supported. This avoids the annoying gray strip drawn by
1460 the Windows version instead of the missing tool bar.
1461
1462 2001-08-29 Gerd Moellmann <gerd@gnu.org>
1463
1464 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1465 and tooltips more consistent. From "Marshall, Simon"
1466 <Simon.Marshall@midas-kapiti.com>.
1467
1468 * startup.el (fancy-splash-screens): Temporarily set
1469 minor-mode-map-alist to nil while displaying splash screens.
1470
1471 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1472
1473 * buff-menu.el: Add Keywords header.
1474 Doc fix (C-x C-b is bound to list-buffers).
1475
1476 * dired-x.el: Add keyword files to get listed in finder.
1477 Remove confusing notes about GNU Emacs 19.
1478
1479 * dired.el, dired-aux.el: Add Keywords header.
1480
1481 2001-08-28 Andre Spiegel <spiegel@gnu.org>
1482
1483 * vc.el (vc-revert-file): Call the backend even if the FILE's
1484 contents can be reverted locally; pass new arg CONTENTS-DONE
1485 down to the backend.
1486
1487 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
1488 optional arg CONTENTS-DONE.
1489
1490 2001-08-28 Andrew Innes <andrewi@gnu.org>
1491
1492 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1493
1494 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1495
1496 * makefile.nt (install): Copy more *.el files.
1497
1498 2001-08-28 Gerd Moellmann <gerd@gnu.org>
1499
1500 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1501 instead of `w' which is already in use.
1502
1503 * gs.el (gs-load-image): Use sleep-for.
1504 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1505
1506 2001-08-28 Miles Bader <miles@gnu.org>
1507
1508 * replace.el (query-replace-regexp-eval): Return args from
1509 `interactive' form in correct order.
1510
1511 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1512
1513 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1514 major modes, don't create panes for modes for which
1515 mouse-buffer-menu-alist returns an empty alist.
1516
1517 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
1518
1519 * progmodes/hideshow.el: Update first-line description.
1520 Sync comments w/ maintainer version 5.31.
1521
1522 (hs-isearch-open): Default value now `code'.
1523 Fix docstring to use "code blocks" vs "comment blocks",
1524 as opposed to "block" vs "comment".
1525 (hs-flag-region): Accept `hs-isearch-open' value
1526 of `block' as synonymous w/ `code'.
1527 (hs-hide-block-at-point): For code blocks, pass `code'
1528 to `hs-flag-region' instead of `block'.
1529
1530 2001-08-28 Miles Bader <miles@gnu.org>
1531
1532 * comint.el (comint-next-prompt): Don't loop infinitely if
1533 {next,previous}-single-char-property-change returns its input
1534 position when the search fails.
1535
1536 2001-08-27 Miles Bader <miles@gnu.org>
1537
1538 * comint.el (comint-get-old-input-default): Don't signal an error
1539 if point is not on an input field; instead, return the current
1540 line (using `comint-bol' to skip any prompt, in case we're not
1541 using fields at all).
1542
1543 * man.el (Man-mode-line-format): Variable removed.
1544 (Man-mode): Change `mode-line-buffer-identification' instead of
1545 `mode-line-format'.
1546
1547 2001-08-27 Gerd Moellmann <gerd@gnu.org>
1548
1549 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1550 From Simon Josefsson <jas@extundo.com>.
1551
1552 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1553
1554 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1555 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1556
1557 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1558 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1559
1560 * emacs-lisp/lselect.el: Ditto.
1561
1562 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1563 Remove periods from the end of error message strings.
1564 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1565
1566 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1567 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1568
1569 * net/telnet.el: Ditto.
1570
1571 2001-08-26 Gerd Moellmann <gerd@gnu.org>
1572
1573 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1574 KEYMAP to the call to define-minor-mode.
1575
1576 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1577
1578 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1579 Replace some of the undefined characters with emulations of bidi
1580 formatting characters and Niqud as per SI 1311-1.
1581 (IT-unicode-translations): Ditto.
1582 (IT-display-table-setup, IT-setup-unicode-display):
1583 Fill characters without translations with dos-unsupported-char-glyph.
1584
1585 2001-08-24 Simon Josefsson <jas@extundo.com>
1586
1587 * hl-line.el (hl-line-mode): Don't be a global mode.
1588 (global-hl-line-mode): New function.
1589
1590 2001-08-24 Gerd Moellmann <gerd@gnu.org>
1591
1592 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1593 being reset by Ghostscript. Don't kill the gs process.
1594 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1595
1596 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1597
1598 * term/mac-win.el: Require scroll-bar.
1599
1600 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1601
1602 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1603
1604 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1605
1606 * hexl.el (hexl-insert-multibyte-char) New function.
1607 (hexl-quoted-insert, hexl-self-insert-command)
1608 (hexl-insert-hex-char, hexl-insert-decimal-char)
1609 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1610 Fix the doc strings accordingly.
1611 (hexl-insert-char): Reject characters whose code is above 255.
1612 Doc fix.
1613 (hexl-mode-map): Copy the global keymap instead of creating a
1614 sparse keymap, and bind all self-inserting characters to
1615 hexl-self-insert-command.
1616
1617 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1618
1619 * wid-edit.el (text): Re-order docstring correctly.
1620
1621 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1622
1623 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1624
1625 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1626
1627 * simple.el (line-number-mode): Mention the variable
1628 line-number-display-limit-width in the doc string.
1629
1630 2001-08-22 Gerd Moellmann <gerd@gnu.org>
1631
1632 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1633 Temporarily select EVENT's window for switching buffers.
1634 (mode-line-bury-buffer): New function.
1635 (mode-line-buffer-identification-keymap): Use it instead of
1636 bury-buffer. Bind down-mouse events to prevent global down-mouse
1637 events from shining through.
1638
1639 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1640
1641 * newcomment.el (comment-beginning): Make sure the comment-start
1642 we found isn't a comment-end (in cases where confusion is possible).
1643
1644 2001-08-22 Miles Bader <miles@gnu.org>
1645
1646 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1647 before writing it, so that hard-links don't see new version.
1648
1649 2001-08-21 Gerd Moellmann <gerd@gnu.org>
1650
1651 * gs.el (gs-set-ghostview-colors-window-prop):
1652 Call x-change-window-property with 3rd arg FRAME.
1653 (gs-load-image): Wait for a previous Ghostscript process
1654 to complete before starting a new one.
1655
1656 * image.el (image-type-regexps): Make sure that the TIFF
1657 pattern is only matched at the beginning of a string.
1658 From Markus Rost <rost@math.ohio-state.edu>.
1659
1660 * international/swedish.el: Pre-Mule file removed. From Jonas
1661 Oberg <jonas@gnu.org>.
1662
1663 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1664
1665 * whitespace.el (whitespace-abort-on-error): Add custom variable
1666 to whitespace to abort a write-file if whitespace is detected in file.
1667
1668 * whitespace.el (whitespace-write-file-hook): Hook to be called
1669 when writing a file. If `whitespace-abort-on-error' is set, the
1670 write will abort on detecting whitespaces.
1671 If `whitespace-auto-cleanup' is set, the file will be cleaned
1672 automatically prior to writing.
1673
1674 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1675 whitespaces in the error output!
1676
1677 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1678 `indent-tabs-mode', since the latter notes user preferences on
1679 TABs anyway.
1680
1681 * whitespace.el (whitespace-version): 3.1. All of the above issues
1682 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1683
1684 2001-08-20 Gerd Moellmann <gerd@gnu.org>
1685
1686 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1687 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1688
1689 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1690
1691 2001-08-20 Alex Schroeder <alex@gnu.org>
1692
1693 * sql.el (sql-db2): Doc change.
1694
1695 2001-08-20 Alex Schroeder <alex@gnu.org>
1696
1697 * sql.el (sql-postgres): Add the database at the end of the
1698 parameters instead of at the beginning.
1699 (sql-postgres-options): Doc change.
1700
1701 2001-08-17 Gerd Moellmann <gerd@gnu.org>
1702
1703 * custom.el (defcustom): Doc fix.
1704
1705 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1706
1707 * ps-mule.el (find-composition): Check if (char-after POS)
1708 returns a valid character.
1709
1710 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1711
1712 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1713 original-point for extra CR characters that are added/removed when
1714 the buffer is written/read whose EOL type is -dos.
1715
1716 2001-08-16 Miles Bader <miles@gnu.org>
1717
1718 * simple.el (line-move): Undo previous change.
1719
1720 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
1721 property to input-terminating `boundary' overlays to avoid
1722 line-move wierdness.
1723
1724 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1725
1726 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1727 buffer in a save-restriction. Under one test case with Ediff,
1728 window-scroll-functions are run with a window start that's
1729 temporarily outside of the restriction.
1730
1731 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1732
1733 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
1734 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1735 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1736 (texinfo-update-menu-region-beginning)
1737 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1738 command, @ifnottex, to regexps, so it is found.
1739
1740 2001-08-16 Andrew Innes <andrewi@gnu.org>
1741
1742 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1743 (DONTCOMPILE): Omit sc.el.
1744
1745 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1746 (DONTCOMPILE): Omit sc.el.
1747
1748 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1749
1750 * replace.el (occur): Bind inhibit-read-only to t.
1751
1752 2001-08-16 Miles Bader <miles@gnu.org>
1753
1754 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1755 calling `constrain-to-field', to avoid problems with comint prompts.
1756
1757 2001-08-15 Gerd Moellmann <gerd@gnu.org>
1758
1759 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
1760 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
1761
1762 * ediff-mult.el (ediff-get-meta-info): Fix the condition
1763 of a while-loop.
1764
1765 * Makefile.in (DONTCOMPILE): Remove sc.el.
1766
1767 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1768 Don't include term/.
1769
1770 * mail/sc.el: Moved to obsolete/.
1771
1772 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1773
1774 * ps-print.el: Change error function arguments to follow Emacs
1775 message convention. Doc fix.
1776 (ps-print-version): New version number (6.5.4).
1777 (coding-system-for-write): Change declaration position to avoid
1778 XEmacs compilation gripes.
1779 (coding-system-for-read, buffer-file-coding-system):
1780 Declarations to avoid XEmacs compilation gripes.
1781
1782 * ps-mule.el: Doc fix.
1783 (ps-mule-encode-header-string): If STRING is not a string, replace
1784 STRING by empty string.
1785
1786 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1787
1788 * frame.el (show-trailing-whitespace): Doc fix.
1789
1790 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1791
1792 * desktop.el (desktop-save): Insert the coding: tag before
1793 desktop-header.
1794
1795 2001-08-13 Gerd Moellmann <gerd@gnu.org>
1796
1797 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1798 its path from $els.
1799
1800 * image.el (image-jpeg-p): Fix call of substring.
1801
1802 2001-08-10 Gerd Moellmann <gerd@gnu.org>
1803
1804 * play/animate.el (animate-string): Doc fix. Use a buffer
1805 name with stars in it.
1806 (animate-sequence): New function.
1807 From Richard Stallman <rms@gnu.org>.
1808
1809 * frame.el (select-frame-set-input-focus): New function
1810 extracted from other-frame.
1811 (other-frame): Use it.
1812 (next-multiframe-window, previous-multiframe-window): Use it.
1813
1814 * isearch.el (isearch-other-meta-char): Don't switch to the
1815 buffer of a window clicked on, when the current buffer is
1816 in Isearch mode.
1817
1818 * image.el (image-jpeg-p): Test for APPn markers in the range
1819 #xe0..#xef.
1820
1821 2001-08-09 Gerd Moellmann <gerd@gnu.org>
1822
1823 * desktop.el (desktop-save): Don't use concat to form a file
1824 name, use expand-file-name.
1825
1826 * mouse.el (mouse-delete-window): Do nothing if frame has just
1827 one window.
1828
1829 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1830 for the minor mode name.
1831
1832 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1833 minor mode name.
1834
1835 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1836 instead of make-mode-line-mouse2-map.
1837
1838 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1839 the minor mode name.
1840
1841 * emacs-lisp/easy-mmode.el (define-minor-mode):
1842 Use mode-line-minor-mode-keymap for the minor mode name.
1843
1844 * calendar/calendar.el (calendar-mode-line-format):
1845 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
1846
1847 * bindings.el (make-mode-line-mouse-map): Renamed from
1848 make-mode-line-mouse2-map. Take additional arg MOUSE.
1849 (mode-line-modified): Use mouse-3 instead of mouse-2.
1850 (mode-line-buffer-identification-keymap): Bind keys differently.
1851 (propertized-buffer-identification): Adapt help-echo to new bindings.
1852
1853 * bindings.el (mode-line-format): Specify help-echo for line
1854 number, column number and buffer-percent part of the mode-line.
1855
1856 * image.el (image-type-regexps): Allow whitespace at the start
1857 of the image data for XPM, XBM and Postscript, which are
1858 text files.
1859 (image-jpeg-p): Correct calculation of next field offset.
1860
1861 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1862
1863 * battery.el: Fix typo.
1864
1865 2001-08-08 Gerd Moellmann <gerd@gnu.org>
1866
1867 * image.el (image-type-regexps): Allow predicates. Change the way
1868 JPEG images are recognized.
1869 (image-jpeg-p): New function.
1870 (image-type-from-data): Handle predicates in image-type-regexps.
1871
1872 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1873 #:, #x, #o, and similar constructs.
1874
1875 2001-08-07 Gerd Moellmann <gerd@gnu.org>
1876
1877 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1878
1879 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1880 instead of `progn'.
1881
1882 * tar-mode.el (tar-extract): Avoid generating a new buffer
1883 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1884
1885 * textmodes/paragraphs.el (forward-sentence): Avoid building
1886 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1887
1888 * progmodes/executable.el (executable-set-magic):
1889 If executable-find returns a quoted file name, unquote it before
1890 inserting it.
1891
1892 * image.el (image-type-regexps): For JPEG files, use a regexp
1893 derived from the JFIF spec.
1894
1895 * image.el (image-type-regexps): Use `\`' instead of `^' in
1896 most regular expressions.
1897
1898 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1899
1900 * play/animate.el: Re-insert a reference to re-inserted function.
1901
1902 2001-08-06 Gerd Moellmann <gerd@gnu.org>
1903
1904 * help.el (describe-function-1): Use find-function-search-for-symbol
1905 instead of find-function-noselect because the latter follows aliases.
1906
1907 * play/animate.el (animate-birthday-present): Re-insert.
1908
1909 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1910 Handle old-style menu definitions.
1911
1912 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1913
1914 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
1915 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
1916
1917 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
1918 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1919 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
1920
1921 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1922
1923 * textmodes/tildify.el: Milan Zamazal has new address.
1924
1925 2001-08-03 Gerd Moellmann <gerd@gnu.org>
1926
1927 * custom.el (custom-set-variables): Don't test `custom-requests'
1928 properties, check the third element of the options passed to
1929 custom-set-variables instead.
1930
1931 * info.el (info-insert-file-contents): Use info-file-exists-p
1932 instead of file-exists-p.
1933
1934 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1935 the mode-line face is restored. Fix several bugs.
1936
1937 * replace.el (perform-replace): Doc fix.
1938
1939 2001-08-02 Francesco Potorti` <pot@gnu.org>
1940
1941 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1942 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1943 (uniquify-fix-item-base, uniquify-fix-item-filename)
1944 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1945 Callers changed.
1946 (uniquify-set-proposed): Changed to work with a vector item.
1947 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1948 the fix list, and a list of strings for the non-file buffer
1949 names. Both changes reduce consing.
1950 (uniquify-rationalize-a-list): Local variable renaming.
1951 (uniquify-rationalize-conflicting-sublist): Use member instead of
1952 assoc.
1953 (uniquify-rename-buffer): Use unless instead of if not.
1954
1955 2001-08-02 Gerd Moellmann <gerd@gnu.org>
1956
1957 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
1958
1959 * custom.el (custom-set-variables): Set options with :require
1960 clauses last.
1961
1962 * custom.el (defcustom): Doc fix.
1963
1964 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1965
1966 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1967
1968 * man.el (man): Mention Man-switches in the doc string.
1969 (Man-switches): Mention -a in the doc string.
1970
1971 * textmodes/ispell.el (ispell-alternate-dictionary):
1972 Add /usr/share/lib/dict/words, for Irix.
1973
1974 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1975 corresponding non-kp keys. Suggested by Stephen Gildea
1976 <gildea@stop.mail-abuse.org>.
1977
1978 2001-08-01 Francesco Potorti` <pot@gnu.org>
1979
1980 * uniquify.el: These changes correct a corner case that the old
1981 code managed correctly.
1982 (uniquify-fix-item-proposed): Renamed from
1983 uniquify-fix-item-min-proposed.
1984 (uniquify-set-proposed): New function.
1985 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1986 clarity and speed.
1987 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1988 This is equivalent to what the old code did.
1989 (uniquify-rationalize-a-list): Never recompute the proposed
1990 name. Sort the conflicting sublist before rationalising it: this
1991 is equivalent to what the old code did, but one directory element
1992 at a time, and only when necessary.
1993 (uniquify-rationalize-conflicting-sublist): Recompute here the
1994 proposed name.
1995
1996 2001-08-01 Gerd Moellmann <gerd@gnu.org>
1997
1998 * play/animate.el: Add Keywords and Maintainer. Remove a
1999 reference to a removed function.
2000
2001 * play/animate.el (animate-string): Handle case that the string is
2002 longer than the window is wide.
2003
2004 2001-07-31 Gerd Moellmann <gerd@gnu.org>
2005
2006 * desktop.el (desktop-save): Bind coding-system-for-write to
2007 `emacs-mule' for write-region.
2008
2009 * delsel.el (delete-selection-pre-hook): Don't set this-command
2010 to `ignore' if the region is empty.
2011
2012 * international/mule.el (set-keyboard-coding-system):
2013 Set keyboard-coding-system.
2014
2015 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
2016 before accessing it.
2017
2018 2001-07-30 Andreas Schwab <schwab@suse.de>
2019
2020 * menu-bar.el (toggle-highlight-paren-mode):
2021 Use `(show-paren-mode)' as body.
2022
2023 2001-07-30 Andre Spiegel <spiegel@gnu.org>
2024
2025 * vc.el (vc-checkout-hook): New hook.
2026 (vc-checkout): Run it.
2027
2028 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
2029
2030 * progmodes/make-mode.el (makefile-macroassign-regex):
2031 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
2032
2033 2001-07-30 Gerd Moellmann <gerd@gnu.org>
2034
2035 * vc.el (vc-switch-backend): Fix autoload cookie.
2036
2037 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
2038 the desktop file.
2039
2040 2001-07-30 Simon Josefsson <jas@extundo.com>
2041
2042 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
2043 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2044
2045 2001-07-27 Gerd Moellmann <gerd@gnu.org>
2046
2047 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
2048 (last-sexp-toggle-display): Renamed from last-sexp-print.
2049 (last-sexp-toggle-display, eval-last-sexp-1):
2050 Use last-sexp-setup-props.
2051
2052 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2053 New user-options.
2054 (mouse-wheel-change-button): New function.
2055 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
2056 (mwheel-scroll): Ditto.
2057
2058 2001-07-26 Gerd Moellmann <gerd@gnu.org>
2059
2060 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
2061 `...', compare with unabbreviated printed representation instead.
2062 (last-sexp-print): Bind print-length and print-level to nil.
2063
2064 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
2065 before assigning text properties. Make properties rear-nonsticky.
2066
2067 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
2068 (eval-last-sexp-1): Give printed text a `keymap' property and bind
2069 <mouse-2> and <RET> in that map to a function printing the
2070 unabbreviated value.
2071
2072 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
2073 is a buffer, put a text property `printed-value' on the printed
2074 representation, with the Lisp object printed as value.
2075
2076 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2077
2078 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
2079 Mention the effect of eval-expression-print-length and
2080 eval-expression-print-level in the doc strings. Suggested by
2081 Kevin Gallagher <kevingal@onramp.net>.
2082
2083 2001-07-25 Gerd Moellmann <gerd@gnu.org>
2084
2085 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
2086 for buttons > 3.
2087 (xterm-mouse-translate): Handle the case that we don't get a
2088 down-event.
2089
2090 * emacs-lisp/find-func.el (find-function-regexp):
2091 Add easy-mmode-define-global-mode to the regexp. Allow newlines
2092 in front of the function name.
2093
2094 * isearch.el (isearch-other-meta-char): Fix last change.
2095
2096 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2097 similar events for which fake prefix keys are generated. It's no
2098 longer necessary since read_key_sequence doesn't modify these
2099 events for internal purposes anymore.
2100
2101 * files.el (auto-mode-alist): Use nroff-mode for files ending
2102 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2103
2104 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2105
2106 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2107 tool-bar-lines parameter, behave as if its value were zero.
2108 (mouse-avoidance-set-pointer-shape): Don't do anything if
2109 x-pointer-shape is not boundp.
2110
2111 2001-07-23 Francesco Potorti` <pot@gnu.org>
2112
2113 * uniquify.el: Overall speedup changes when using many buffers.
2114 (uniquify-fix-item-base, uniquify-fix-item-filename)
2115 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
2116 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
2117 place in the item, but was never used.
2118 (uniquify-fix-item-min-proposed): New defalias: the fourth place
2119 in the item is now used as cache for the proposed name.
2120 (uniquify-rationalize-file-buffer-names): Move computation made on
2121 newbuffile out of the loop, in the newbuffile-nd local var.
2122 Use dolist (cosmetic change). Compute the proposed name for the most
2123 common case and cache it in the fourth place in the item.
2124 (uniquify-rationalize-file-buffer-names): Used to return a a list
2125 of buffer whose name was changed, but that return value was never used.
2126 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2127 the cached proposed name, does much less consing and is quicker.
2128 (uniquify-filename-lessp): Deleted.
2129 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2130 Do not bind locally the uniquify-possibly-resolvable flag. Use the
2131 cached proposed name is possible.
2132 (uniquify-get-proposed-name): Arguments changed, callers changed.
2133 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2134 uniquify-possibly-resolvable flag, which is no more bound locally.
2135 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
2136 flag, which does not exist any more.
2137
2138 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2139
2140 * term/internal.el (IT-unicode-translations): Fix the appearance of
2141 "6`".
2142
2143 * progmodes/compile.el (compile-internal): If EMACS is already
2144 defined in the environment, don't override its value.
2145
2146 2001-07-23 Gerd Moellmann <gerd@gnu.org>
2147
2148 * play/fortune.el: Undo change of 2001-07-13.
2149 Fix autoload cookies. Add types to defcustoms.
2150 (fortune) <defgroup>: Add :link.
2151 (fortune-from-region): Use eq, not eql.
2152 From Dave Love <fx@gnu.org>.
2153
2154 * play/animate.el (animate-birthday-present): Function removed.
2155
2156 * play/animate.el: New file.
2157
2158 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2159
2160 * startup.el (normal-top-level-add-subdirs-to-load-path):
2161 On Windows, put into normal-top-level-add-subdirs-inode-list the
2162 canonicalized names of the directories instead of inode numbers.
2163
2164 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2165
2166 * ediff-util.el: Copyright years.
2167 (ediff-choose-syntax-table): New function.
2168 (ediff-setup): Use ediff-choose-syntax-table.
2169 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2170 vc-state is available.
2171 (ediff-make-temp-file): Use ediff-coding-system-for-write.
2172
2173 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2174 with-syntax-table.
2175 (ediff-coding-system-for-read): From ediff-diff.el
2176 (ediff-coding-system-for-write): New variable.
2177 (ediff-highest-priority): Fixed the bug having to do with disappearing
2178 overlays.
2179 (ediff-file-remote-p): Use file-remote-p, if available.
2180 (ediff-listable-file): New function.
2181 (ediff-file-attributes): Use ediff-listable-file.
2182
2183 * ediff-mult.el (ediff-meta-insert-file-info1):
2184 Use ediff-listable-file.
2185
2186 * ediff-ptch.el (ediff-prompt-for-patch-file):
2187 Use ediff-coding-system-for-read.
2188 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
2189
2190 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2191 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
2192
2193 * ediff.el: Date of last update, copyright years.
2194
2195 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2196
2197 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2198 of Scott Bronson.
2199 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2200 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2201 Deleted functions.
2202 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2203 ex-token-list.
2204 (viper-get-ex-address-subr): Convert registers to char data type.
2205
2206 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
2207 (viper-memq-char): Use viper-int-to-char.
2208 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
2209 vc-locking-state.
2210 (viper-read-key): Use viper-read-key-sequence.
2211
2212 * viper.el (viper-major-mode-modifier-list):
2213 Added inferior-emacs-lisp-mode.
2214 (this-major-mode-requires-vi-state): New function that uses simple
2215 heuristics to decide if vi state is appropriate.
2216 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2217 (viper-non-hook-settings): Don't advise read-key-sequence.
2218 (viper-read-key-sequence): New function that replaces the
2219 previously used advice to read-key-sequence.
2220
2221 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2222 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2223 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2224 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2225 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2226 Got rid of the negative character hack.
2227 (viper-escape-to-state,viper-replace-state-exit-cmd):
2228 Use viper-read-key-sequence.
2229 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
2230 (viper-minibuffer-standard-hook,viper-read-string-with-history):
2231 Don't override existing minibuffer-setup-hook.
2232 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
2233 Convert registers to char data type.
2234 (viper-autoindent): Use viper-indent-line.
2235
2236 * viper-keym.el: Use viper-exec-key-in-emacs.
2237
2238 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2239
2240 * server.el (server-visit-files): Fix variable name typo.
2241
2242 2001-07-20 Gerd Moellmann <gerd@gnu.org>
2243
2244 * simple.el (delete-trailing-whitespace): Save match data
2245 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2246
2247 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2248
2249 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2250 return a this-error using the alternative format (a pair of markers).
2251
2252 2001-07-19 Gerd Moellmann <gerd@gnu.org>
2253
2254 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2255
2256 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2257 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2258
2259 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2260
2261 * international/iso-transl.el: Fix typo in the header of the file.
2262
2263 * textmodes/picture.el (picture): Doc fix.
2264
2265 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2266 follow coding conventions in generated files.
2267
2268 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2269
2270 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2271 (tool-bar-add-item): Don't call image-related primitives if the
2272 display doesn't support images.
2273
2274 * frame.el (display-images-p): New function.
2275
2276 2001-07-17 Gerd Moellmann <gerd@gnu.org>
2277
2278 * server.el (server-visit-files): Handle the case the specified
2279 column number is <= 0.
2280
2281 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2282
2283 * startup.el (command-line-1): Add support for +LINE:COLUMN
2284 command line argument.
2285
2286 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2287
2288 * server.el (server-process-filter, server-visit-files):
2289 Add support for +LINE:COLUMN style emacsclient calls.
2290
2291 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2292
2293 * emacs-lisp/easy-mmode.el: Add Keywords header.
2294
2295 * play/pong.el: Author has new address.
2296
2297 * play/landmark.el: Author is no more reachable.
2298
2299 * play/handwrite.el: Author is no more reachable.
2300
2301 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2302
2303 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2304 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2305 Complete bindings for F<1..12> keys.
2306 (global-map): Remove `undo' binding (already in the default).
2307 Replace `t<n>' bindings with `f<n>' bindings.
2308
2309 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2310
2311 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2312 (tcl-mode): Use tcl-add-log-defun.
2313 (tcl-indent-line): Use tcl-calculate-indent.
2314 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2315 (tcl-indent-exp): Renamed from indent-tcl-exp.
2316 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2317 (tcl-indent-for-comment): Call comment-indent-function properly
2318 and handle the case where it returns nil.
2319
2320 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2321
2322 * calendar/cal-islam.el (calendar-goto-islamic-date):
2323 Remove autoload cookie.
2324
2325 * calendar/calendar.el (calendar-goto-islamic-date):
2326 Add call to autoload.
2327
2328 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2329
2330 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2331 Don't change compile-auto-highlight globally.
2332 Don't bother with `font-lock-defaults' property since XEmacs
2333 also understands the `font-lock-defaults' variable.
2334 Use make-local-variable rather than make-variable-buffer-local.
2335 Don't `defconst' comment-indent-function: keep the default.
2336 Call easy-menu-add unconditionally.
2337 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2338 (ada-create-menu): Use :included for Emacs as well.
2339
2340 * vc.el (vc-do-command): Autoload.
2341
2342 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2343
2344 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2345
2346 * ps-print.el: Fix Author: header.
2347
2348 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2349
2350 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2351 mouse-1 etc., bind them to `ignore'.
2352
2353 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2354 send-invisible, which is already defined in Comint.
2355 (eshell-watch-for-password-prompt): Use it.
2356
2357 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2358
2359 * which-func.el (which-func-mode): Doc fix.
2360
2361 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
2362 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2363 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2364 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2365 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2366 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2367 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2368 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2369 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2370 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2371 * emulation/edt-mapper.el, emulation/edt-pc.el,
2372 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2373 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2374 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2375 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2376 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2377 * international/isearch-x.el, international/iso-cvt.el,
2378 * international/ogonek.el, international/quail.el,
2379 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2380 * language/devanagari.el, language/ethio-util.el,
2381 * language/ethiopic.el, language/european.el, language/indian.el,
2382 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2383 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2384 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2385 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2386 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2387 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2388 * progmodes/autoconf.el, progmodes/cmacexp.el,
2389 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2390 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2391 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2392 * progmodes/ebnf2ps.el, progmodes/executable.el,
2393 * progmodes/fortran.el, progmodes/idlw-shell.el,
2394 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2395 * progmodes/m4-mode.el, progmodes/mantemp.el,
2396 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2397 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2398 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2399 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2400 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2401 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2402 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2403 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2404 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2405 * textmodes/two-column.el, time-stamp.el, timezone.el,
2406 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2407 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2408 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
2409 conventions.
2410
2411 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2412
2413 * simple.el (set-variable): Require 'cus-edit' instead of
2414 `wid-edit', so that the Custom widgets get defined.
2415
2416 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2417
2418 * allout.el: A fix to follow coding conventions.
2419
2420 * find-lisp.el: A fix to follow coding conventions.
2421
2422 * term/w32-win.el: A fix to follow coding conventions.
2423
2424 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2425
2426 * term/xterm.el: A fix to follow coding conventions.
2427
2428 * term/news.el: A fix to follow coding conventions.
2429
2430 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2431 header line fixed.
2432
2433 * sun-curs.el: Fix Maintainer: header line.
2434
2435 * emacs-lisp/easymenu.el: Address of the author added.
2436
2437 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2438
2439 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2440 property.
2441
2442 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2443
2444 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
2445 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
2446 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2447 Some fixes to follow coding conventions.
2448
2449 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2450
2451 * which-func.el (which-func-mode): Doc fix.
2452
2453 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2454
2455 * net/rcompile.el (remote-compile): Use make-local-variable.
2456
2457 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2458
2459 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2460
2461 * mail/reporter.el (reporter-submit-bug-report):
2462 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2463
2464 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2465
2466 * calendar/cal-china.el, calendar/cal-coptic.el,
2467 * calendar/cal-dst.el, calendar/cal-french.el,
2468 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2469 * calendar/cal-iso.el, calendar/cal-julian.el,
2470 * calendar/cal-mayan.el, calendar/cal-persia.el,
2471 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2472 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2473 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2474 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2475 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2476 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2477 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2478 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2479 * progmodes/ada-xref.el, progmodes/cc-align.el,
2480 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2481 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2482 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2483 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2484 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2485 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2486 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2487 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2488 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2489 * textmodes/reftex.el: Some fixes to follow coding
2490 conventions in Eshell files with known maintainers.
2491
2492 * emulation/viper.el: A fix to follow coding conventions.
2493
2494 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
2495 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2496 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2497 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2498 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2499 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2500 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2501 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2502 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2503 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
2504 conventions in Eshell files.
2505
2506 * composite.el, diff.el, emacs-lisp/levents.el,
2507 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2508 * emulation/pc-mode.el, emulation/viper-cmd.el,
2509 * emulation/viper-ex.el, emulation/viper-init.el,
2510 * emulation/viper-keym.el, emulation/viper-macs.el,
2511 * emulation/viper-mous.el, emulation/viper-util.el,
2512 * emulation/viper.el, forms-pass.el, international/ccl.el,
2513 * international/characters.el, international/encoded-kb.el,
2514 * international/fontset.el, international/ja-dic-cnv.el,
2515 * international/ja-dic-utl.el, international/kinsoku.el,
2516 * international/kkc.el, international/mule-cmds.el,
2517 * international/mule-diag.el, international/mule-util.el,
2518 * international/mule.el, international/titdic-cnv.el,
2519 * language/china-util.el, language/chinese.el,
2520 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2521 * language/greek.el, language/hebrew.el, language/japan-util.el,
2522 * language/japanese.el, language/korea-util.el, language/korean.el,
2523 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2524 * language/slovak.el, language/thai-util.el, language/thai.el,
2525 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2526 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2527 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2528 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2529 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2530 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2531 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2532 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2533 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2534 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
2535 to follow coding conventions in files without maintainer or in files
2536 with clear maintainer (but without Maintainer header stating so).
2537
2538 * emacs-lisp/elp.el: A fix to follow coding conventions.
2539
2540 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
2541 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2542 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2543 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2544 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2545 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2546 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2547 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2548 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2549 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2550 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2551 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
2552 conventions in files from Gnus.
2553
2554 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
2555 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2556 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2557 * echistory.el, electric.el, emacs-lisp/authors.el,
2558 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2559 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2560 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2561 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2562 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2563 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2564 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2565 * international/codepage.el, international/iso-ascii.el,
2566 * international/iso-insert.el, international/iso-transl.el,
2567 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2568 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2569 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2570 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2571 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2572 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2573 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2574 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2575 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2576 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2577 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2578 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2579 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2580 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2581 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2582 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2583 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2584 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2585 * textmodes/tex-mode.el, textmodes/text-mode.el,
2586 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2587 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2588 * vt100-led.el, window.el: Some fixes to follow coding conventions in
2589 files maintained by FSF.
2590
2591 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2592
2593 * arc-mode.el: A fix to follow coding conventions.
2594
2595 * bindings.el: Ditto.
2596
2597 * cdl.el: Ditto.
2598
2599 * comint.el: Ditto.
2600
2601 * cus-start.el: Ditto.
2602
2603 * shell.el: Ditto.
2604
2605 * skeleton.el: Ditto.
2606
2607 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2608
2609 * info.el (Info-build-node-completions):
2610 Make Info-current-file-completions buffer local.
2611
2612 2001-07-13 Gerd Moellmann <gerd@gnu.org>
2613
2614 * which-func.el (which-func-mode, which-func-ff-hook)
2615 (which-function-mode): Remove references to which-func-mode-global.
2616
2617 * calendar/cal-islam.el (calendar-goto-islamic-date):
2618 Add autoload cookie.
2619
2620 * play/fortune.el: Add types to defcustoms.
2621
2622 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2623
2624 * language/czech.el: A fix to follow coding conventions.
2625
2626 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2627
2628 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2629 to the extension list, for antlr-mode. From Christoph Wedler
2630 <Christoph.Wedler@sap.com>.
2631
2632 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2633
2634 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2635 (vc-dired-mode-map): Fix the madness.
2636
2637 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2638 (vc-prefix-map): Moved back from vc.el.
2639
2640 2001-07-11 Gerd Moellmann <gerd@gnu.org>
2641
2642 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2643 Increase the size of the obarray.
2644 (mail-extr-all-top-level-domains): Add more toplevel domains,
2645 add more long names.
2646 From: Per Starback <starback@ling.uu.se>.
2647
2648 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2649
2650 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2651 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2652
2653 * progmodes/ada-mode.el: Ditto.
2654
2655 * progmodes/ada-xref.el: Ditto.
2656
2657 2001-07-11 Miles Bader <miles@gnu.org>
2658
2659 * finder.el (finder-insert-at-column): Also move to the next line
2660 if exactly at COLUMN.
2661
2662 2001-07-10 Gerd Moellmann <gerd@gnu.org>
2663
2664 * help.el (describe-function-1): When printing FUNCTION's
2665 documentation, don't assume FUNCTION is a symbol.
2666
2667 * startup.el (normal-top-level): Don't operate on the initial
2668 frame if we failed to create one.
2669
2670 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2671
2672 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2673 itself, i.e. only indent the contents in it.
2674
2675 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
2676
2677 * mail/rmail.el (rmail-show-message): Show beginning of message in
2678 all windows containing it.
2679
2680 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2681
2682 * term/tty-colors.el: Fix the header line and copyright years.
2683
2684 2001-07-09 Gerd Moellmann <gerd@gnu.org>
2685
2686 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2687 original definition has an interactive form, but is Elp
2688 instrumented, use the interactive form of the function called by
2689 elp-wrapper.
2690
2691 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2692 configurations with compare-window-configuration; they aren't
2693 window configurations.
2694
2695 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2696 from the server for the format we expect. Don't use it if it
2697 doesn't look like what the Internet draft for FTP extensions specifies.
2698
2699 * toolbar/*.pbm: Cleaned up.
2700 From Luis Fernandes <elf@ee.ryerson.ca>.
2701
2702 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2703
2704 * cc-cmds.el: Extended the kludge to interoperate with the
2705 delsel and pending-del packages wrt to the new function
2706 `c-electric-delete-forward'.
2707
2708 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2709
2710 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2711 to delay the call to <mode> for global minor modes.
2712 (easy-mmode-define-navigation): Only recenter if interactive.
2713
2714 2001-07-06 Gerd Moellmann <gerd@gnu.org>
2715
2716 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2717 to lisp-indent-line.
2718
2719 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2720 from the server. Call encode-time only when we are sure that we
2721 got a 213 response.
2722
2723 2001-07-06 Simon Josefsson <jas@extundo.com>
2724
2725 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2726 (mail-envelope-from): New user option.
2727 (sendmail-send-it): Use it.
2728
2729 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2730
2731 * ps-print.el: Use locale dependant date to print date in header.
2732 Doc fix.
2733 (ps-print-version): New version number (6.5.3).
2734 (ps-right-header, ps-right-footer): Initialization and doc fix.
2735 (ps-time-stamp-locale-default): New fun.
2736
2737 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2738
2739 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2740 field problem with MIME-mode.
2741
2742 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2743
2744 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2745
2746 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2747 MIME-mode.
2748
2749 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2750
2751 * bindings.el (mode-line-mule-info): Don't show the tip with
2752 buffer-file-coding-system if that is nil.
2753
2754 2001-07-05 Gerd Moellmann <gerd@gnu.org>
2755
2756 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2757 instead of kill-line.
2758
2759 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2760 <Pavel@Janik.cz>.
2761
2762 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2763 <Pavel@Janik.cz>.
2764
2765 2001-07-04 Gerd Moellmann <gerd@gnu.org>
2766
2767 * font-lock.el (c-font-lock-keywords-3): When matching something
2768 like `struct X Y', finish with point after Y.
2769
2770 2001-07-04 Simon Josefsson <jas@extundo.com>
2771
2772 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
2773 in caller buffer.
2774
2775 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2776
2777 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
2778 instead of string-match to find the basename of the file.
2779 From Pascal Obry <p.obry@wanadoo.fr>.
2780
2781 * net/browse-url.el (browse-url-default-windows-browser):
2782 Support the MS-DOS port when it runs on Windows.
2783 (browse-url-browser-function) [ms-dos]: Default to
2784 browse-url-default-windows-browser.
2785
2786 * help.el (locate-library): Enable code that looks for compressed
2787 libraries if auto-compression-mode is on.
2788
2789 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2790
2791 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2792
2793 2001-07-02 Gerd Moellmann <gerd@gnu.org>
2794
2795 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
2796
2797 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2798
2799 * allout.el: Fix the header line, so that finder.el recognizes it.
2800 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2801
2802 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2803 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2804
2805 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2806
2807 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
2808
2809 * ps-bdf.el (bdf-directory-list): Use the value relative to
2810 installation-directory for MS-Windows as well.
2811
2812 2001-06-29 Richard M. Stallman <rms@gnu.org>
2813
2814 * wid-edit.el (widget-color-sample-face-get):
2815 Return ((foreground-color . COLOR)) instead of constructing a face.
2816
2817 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2818
2819 * faces.el (region): Change the background color for the
2820 light-background color display to lightgoldenrod2, to make it
2821 visible on some laptops.
2822
2823 2001-06-28 Richard M. Stallman <rms@gnu.org>
2824
2825 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2826 (rmail-msg-restore-non-pruned-header): Likewise.
2827 If point was in the old pruned header, put it at the top.
2828 (rmail-msg-prune-header): If point was at the top, keep it there.
2829
2830 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2831 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2832
2833 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2834
2835 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2836
2837 2001-06-28 Karl Fogel <kfogel@red-bean.com>
2838
2839 * saveplace.el: Update maintainer email address.
2840
2841 2001-06-27 Francesco Potorti` <pot@gnu.org>
2842
2843 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2844 Undo previous change.
2845
2846 2001-06-27 Francesco Potorti` <pot@gnu.org>
2847
2848 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2849 preliminary quick reordering. Can speed things up dramatically.
2850
2851 2001-06-26 Richard M. Stallman <rms@gnu.org>
2852
2853 * dired.el (dired-get-filename): A file name starting with ~
2854 is not absolute in this context.
2855
2856 * which-func.el (which-func-maxout): Increase default to 500000.
2857 (which-function-mode): This is now the "real" name of the function.
2858 (which-func-mode): Now an alias.
2859 (which-func-mode-global): Name deleted.
2860
2861 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2862 button-2, when binding hs-mouse-toggle-hiding.
2863
2864 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2865
2866 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
2867 (rmail-msg-prune-header): Likewise.
2868 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2869 and `rmail-msg-prune-header'.
2870
2871 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2872
2873 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2874 back than LINEBEG.
2875
2876 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2877
2878 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2879 window where they clicked the mouse has a header line, adjust
2880 vertical movement by one.
2881
2882 2001-06-25 Milan Zamazal <pdm@zamazal.org>
2883
2884 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2885 too when separating a parenthesis.
2886
2887 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2888
2889 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2890 (bookmark-bmenu-hide-filenames): Add help-echo to
2891 mouse-highlighted text.
2892 (bookmark-bmenu-show-filenames): Remove help-echo property from
2893 the whitespace.
2894
2895 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2896
2897 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2898 From Karl Eichwalder <ke@suse.de>.
2899
2900 2001-06-23 Richard M. Stallman <rms@gnu.org>
2901
2902 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2903
2904 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2905 contents for completing-read.
2906
2907 2001-06-22 Richard M. Stallman <rms@gnu.org>
2908
2909 * menu-bar.el (menu-bar-make-toggle): Construct the
2910 function's doc string from HELP, not DOC, and make it accurate by
2911 adding "Toggle whether to " at the front and downcasing the initial.
2912 Change the HELP arg in some calls to make it fit this usage.
2913
2914 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2915 Undo previous change.
2916
2917 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2918
2919 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2920
2921 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
2922
2923 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2924
2925 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2926
2927 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2928
2929 2001-06-20 Richard M. Stallman <rms@gnu.org>
2930
2931 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2932 broken out from dabbrev--find-expansion. Handle minibuffer
2933 specially here.
2934 (dabbrev--find-expansion): Simplify code in various ways.
2935 Don't treat minibuffers specially.
2936 Call dabbrev--make-friend-buffer-list.
2937 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
2938 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2939
2940 2001-06-19 John Wiegley <johnw@gnu.org>
2941
2942 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2943 Also, added a comment describing how to greatly speedup Eshell
2944 loadup time, by concatenating together all of Eshell's .elc files.
2945
2946 2001-06-19 John Wiegley <johnw@gnu.org>
2947
2948 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2949
2950 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2951
2952 * woman.el (WoMan-highlight-references): Add help-echo to
2953 mouse-highlighted text.
2954
2955 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2956
2957 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2958
2959 2001-06-18 Gerd Moellmann <gerd@gnu.org>
2960
2961 * international/quail.el (quail-start-conversion):
2962 Reset quail-translating to nil.
2963
2964 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2965 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2966
2967 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2968
2969 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2970 mouse-highlighted text.
2971
2972 * dired.el (dired-mark-pop-up): Fix last change.
2973
2974 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2975
2976 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2977 mouse-highlighted text.
2978
2979 * net/quickurl.el (quickurl-url-file): Run through
2980 convert-standard-filename.
2981 (quickurl-list-populate-buffer): Add help-echo to
2982 mouse-highlighted text.
2983 (top-level): Update Dave's URL.
2984
2985 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2986 mouse-highlighted text.
2987
2988 * textmodes/page-ext.el (pages-copy-header-and-position):
2989 Add help-echo to mouse-highlighted text.
2990
2991 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2992 mouse-highlighted text.
2993
2994 * replace.el (occur): Add help-echo to mouse-highlighted text.
2995
2996 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2997 mouse-highlighted text.
2998
2999 * progmodes/cpp.el (cpp-make-button): Add help-echo to
3000 mouse-highlighted text.
3001
3002 * progmodes/compile.el (compile-reinitialize-errors):
3003 Add help-echo to mouse-highlighted messages.
3004 (compilation-forget-errors): Remove help-echo property as well.
3005
3006 * play/landmark.el (lm-plot-square, lm-init-display):
3007 Add help-echo to mouse-highlighted text.
3008
3009 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
3010 Add help-echo to mouse-highlighted text.
3011
3012 * dired.el (dired-insert-set-properties): Add help-echo to
3013 mouse-highlighted text.
3014 (dired-mark-pop-up): Remove help-echo property from the file name.
3015
3016 * comint.el (comint-send-input): Add help-echo to
3017 mouse-highlighted text.
3018
3019 * buff-menu.el (list-buffers-noselect): Add help-echo to
3020 mouse-highlighted text.
3021
3022 * arc-mode.el (archive-summarize-files): Add help-echo to
3023 mouse-highlighted text.
3024
3025 * ffap.el (ffap-machine-p): Always return nil if
3026 open-network-stream is not fboundp.
3027
3028 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
3029
3030 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
3031 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
3032 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
3033 incorrectly binding chars between 128 and 256 to it.
3034 (sgml-maybe-name-self): Handle latin-1 chars properly.
3035 (sgml-tags-invisible): Bind buffer-file-name to nil.
3036 Use unwind-protect and restore-buffer-modified-p.
3037 (sgml-point-entered): Use buffer-substring-no-properties.
3038 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
3039 (html-mode): Don't force `imenu-sort-function'.
3040
3041 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3042
3043 * tar-mode.el: Fix the copyright notice.
3044
3045 * font-lock.el (font-lock-comment-face): For tty's with dark
3046 background, use "red1", since "lightred" is not one of the colors
3047 recognized by tty-colors.el.
3048
3049 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
3050 create a buffer for extracted file, in case there's more than one
3051 file by that name in an archive, possibly in different
3052 directories. From Kevin Rodgers <kevinr@ihs.com>.
3053
3054 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
3055 <alex@gnu.org>.
3056
3057 2001-06-15 Miles Bader <miles@gnu.org>
3058
3059 * textmodes/texinfmt.el (texinfo-format-syntax-table):
3060 Revert previous change.
3061
3062 2001-06-14 Richard M. Stallman <rms@gnu.org>
3063
3064 * replace.el (keep-lines-read-args): Return just a regexp.
3065 Provide nil for the region args.
3066 (keep-lines, flush-lines, how-many):
3067 Calculate the defaults for the region here, when args are nil.
3068
3069 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3070
3071 * rot13.el (rot13-other-window): Some more doc fix.
3072
3073 2001-06-14 Per Starback <starback@ling.uu.se>
3074
3075 * replace.el (case-replace, query-replace-from-history-variable)
3076 (query-replace-to-history-variable, keep-lines-read-args)
3077 (occur-revert-function, query-replace-help): Dox fix.
3078
3079 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3080
3081 * rot13.el (rot13-other-window): Doc fix.
3082
3083 2001-06-14 Miles Bader <miles@gnu.org>
3084
3085 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
3086 of " and \ to "." (punctuation).
3087 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
3088
3089 2001-06-13 Richard M. Stallman <rms@gnu.org>
3090
3091 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
3092
3093 * simple.el (shell-command-on-region): Never kill the
3094 *Shell Command Output* buffer.
3095
3096 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
3097
3098 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3099
3100 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3101
3102 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3103 New var, to recognize ${ $' and PODs.
3104 (perl-font-lock-syntactic-face-function): New function.
3105 (perl-mode): Use them.
3106 (perl-continuation-line-p): New function, from perl-calculate-indent.
3107 (perl-calculate-indent): Use it, to properly handle continuation
3108 lines of continuation lines.
3109
3110 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3111
3112 * server.el (server-process, server-buffer-clients): Doc fix.
3113 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3114
3115 2001-06-09 John Wiegley <johnw@gnu.org>
3116
3117 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3118 test if the last command was Lisp or not.
3119 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3120 B x C".
3121
3122 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3123
3124 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3125 general one on compile.el supports drive letters.
3126
3127 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3128
3129 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
3130 key description.
3131
3132 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3133
3134 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
3135 (reftex-toc-jump): New command.
3136
3137 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
3138 to parse international characters as well.
3139
3140 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
3141 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
3142
3143 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3144
3145 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
3146 TAB to the key separators.
3147
3148 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3149
3150 * international/mule.el (auto-coding-alist): Remove redundant
3151 up-cased versions of the extensions (auto-coding-alist-lookup is
3152 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3153 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3154
3155 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3156
3157 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3158
3159 2001-06-01 Richard M. Stallman <rms@gnu.org>
3160
3161 * help.el (describe-variable): Put value on same line
3162 with preceding text, if it is short enough to look good that way.
3163
3164 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3165
3166 * term/internal.el (IT-unicode-translations): New variable.
3167 (IT-setup-unicode-display): New function.
3168
3169 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3170
3171 * ps-print.el: Handle before-string and after-string overlay properties
3172 in ps-print-*-with-faces commands. Doc fix.
3173 (ps-print-version): New version number (6.5.2).
3174 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3175 for XEmacs.
3176 (ps-prefix-quote): Doc fix.
3177 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
3178 (ps-basic-plot-str, ps-plot-string): New funs.
3179
3180 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3181
3182 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3183 and :type spec.
3184
3185 2001-05-31 Gerd Moellmann <gerd@gnu.org>
3186
3187 * international/mule-cmds.el (inactivate-input-method):
3188 Set input-method-function to nil.
3189
3190 * xml.el (xml-parse-tag): The document may contain invalid characters.
3191 From ShengHuo ZHU <zsh@cs.rochester.edu>
3192
3193 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3194
3195 * mail/rmailsum.el (rmail-message-subject-p): Don't call
3196 `rmail-summary-line-decoder' if the message does not have
3197 a Subject: field.
3198
3199 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
3200
3201 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3202 New variable.
3203 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3204 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3205 is non-nil.
3206
3207 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3208
3209 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3210
3211 2001-05-29 Sam Steingold <sds@gnu.org>
3212
3213 * faces.el (face-valid-attribute-values): Bind `valid' directly
3214 instead of using `setq'.
3215
3216 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3217 Use `tex-shell-buf'.
3218 (tex-shell-proc): Use `tex-shell-running'.
3219 (tex-shell-buf-no-error): New function.
3220 (tex-send-tex-command): Use it.
3221 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3222 (tex-kill-job): Check the process before calling `quit-process'.
3223
3224 2001-05-29 Gerd Moellmann <gerd@gnu.org>
3225
3226 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3227 UTF-8 sequences.
3228
3229 2001-05-28 Miles Bader <miles@gnu.org>
3230
3231 * comint.el (comint-carriage-motion): Renamed from
3232 `comint-cr-magic'. Operate on the buffer instead of the string
3233 (for use as a comint post-output filter, instead of as a
3234 pre-output filter). Handle backspaces too. Add to the
3235 `comint-output-filter-functions' hook instead of
3236 `comint-preoutput-filter-functions'.
3237
3238 2001-05-28 Gerd Moellmann <gerd@gnu.org>
3239
3240 * language/japan-util.el (japanese-hankaku): Prefer the charset
3241 `jisx0201' when the optional argument `ascii-only' is not specified.
3242 (japanese-hankaku-region): Ditto.
3243 From Katsumi Yamaoka <yamaoka@jpl.org>
3244
3245 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3246
3247 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3248 (outline-invisible-p): New function.
3249 (hide-leaves): Save excursion.
3250 (hide-other): Stop looping when reaching bobp.
3251
3252 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3253
3254 * cus-edit.el (custom-file): Fix last change.
3255
3256 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3257
3258 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3259 same definition in byte-compile-function-environment as `autoload'
3260 would put in `symbol-function'.
3261
3262 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3263 patch to correct the error message as well.
3264
3265 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3266
3267 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3268 unless ~/.emacs exists.
3269
3270 * novice.el (enable-command): If user-init-file is nil or does not
3271 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3272
3273 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3274
3275 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3276 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3277 Allow spaces around macro arguments.
3278 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3279 indent-for-tab-command.
3280 (latex-mode-map, plain-tex-mode-map): New keymaps.
3281 Inherit from tex-mode-map.
3282 (tex-common-initialization): Don't setup the keymap any more
3283 since it's now done right by define-derived-mode.
3284 (latex-mode): Set skeleton-end-hook to nil.
3285 (latex-skeleton-end-hook): Remove.
3286 (tex-latex-block, latex-insert-item): Simplify.
3287 (latex-syntax-after): Use following-char rather than char-after.
3288 (tex-discount-args-cmds, tex-count-words): New functions.
3289
3290 * textmodes/tildify.el (tildify-ignored-environments-alist):
3291 Recognize \verb* as well.
3292
3293 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3294 (perl-comment-indent): Simplify to let newcomment.el do its job.
3295 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3296 (perl-mark-function): Cleanup the namespace.
3297 (perl-calculate-indent): Don't be fooled by nested functions.
3298
3299 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3300
3301 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3302 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3303
3304 2001-05-25 Andrew Choi <akochoi@i-cable.com>
3305
3306 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3307 actually be `\\'.
3308 (ctlau-b5-converter): Likewise.
3309
3310 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3311
3312 * international/titdic-cnv.el (quail-misc-package-ext-info):
3313 Change CTLauB.el to CTLau-b5.el.
3314
3315 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3316
3317 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3318 rather than beginning-of-line to avoid problems with fields.
3319 (gud-perldb-massage-args): Use unless and push.
3320 (gud-chdir-before-run): New var.
3321 (gud-common-init): Use it.
3322
3323 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3324
3325 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3326 delete entries for chinese-ctlau and chinese-ctlaub.
3327 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
3328 chinese-ctlaub.
3329 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3330 New functions.
3331
3332 2001-05-22 Gerd Moellmann <gerd@gnu.org>
3333
3334 * cus-edit.el (custom-comment-show): Remove debug code.
3335
3336 * language/japan-util.el (japanese-symbol-table): Fix handling of
3337 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3338
3339 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3340
3341 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3342 Renamed by removing the silly `-flag' suffix.
3343 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3344
3345 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3346
3347 * replace.el (keep-lines-read-args): Use `copy-marker'.
3348 (how-many): Save excursion properly.
3349 (occur-mode): Use define-derived-mode.
3350 (perform-replace): Use with-current-buffer.
3351
3352 2001-05-20 Richard M. Stallman <rms@gnu.org>
3353
3354 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3355
3356 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3357
3358 * info.el (Info-read-subfile): Widen before finding the
3359 desired node in the subfile.
3360
3361 * startup.el (command-line-1): When >2 files visited,
3362 leave the last one visible, and make that the selected window.
3363
3364 2001-05-20 Gerd Moellmann <gerd@gnu.org>
3365
3366 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3367
3368 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3369
3370 * international/ccl.el (define-ccl-program): Fix a typo.
3371 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3372
3373 * international/mule.el (decode-char): Fix a typo. From Pavel
3374 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3375
3376 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3377 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3378
3379 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3380 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3381
3382 2001-05-18 Sam Steingold <sds@gnu.org>
3383
3384 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
3385 and [RET] to `cvs-mode-find-file'.
3386
3387 2001-05-18 John Wiegley <johnw@gnu.org>
3388
3389 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3390 configuration variable, which determines the initial character
3391 that forces use of an external version of a command. The default
3392 is *, but may be set to \, for example.
3393
3394 * eshell/esh-ext.el (eshell-explicit-command):
3395 Use `eshell-explicit-command-char' instead of ?*.
3396
3397 * eshell/esh-cmd.el (eshell/which):
3398 Use `eshell-explicit-command-char' instead of ?*.
3399
3400 * eshell/em-cmpl.el (eshell-completion-command-name)
3401 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
3402 instead of ?*.
3403
3404 2001-05-18 Gerd Moellmann <gerd@gnu.org>
3405
3406 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3407 subst-char-in-string.
3408 (ange-ftp-after-parse-ls-hook): New variable.
3409 (ange-ftp-ls): Run that hook.
3410 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3411
3412 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3413 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3414 text into *Completions*.
3415
3416 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3417 part of which look like email addresses.
3418
3419 2001-05-18 Andrew Innes <andrewi@gnu.org>
3420
3421 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3422 Use . instead of absolute path for lisp dir, to avoid bug in W2K
3423 cmd.exe's handling of FOR loops.
3424 (autoloads): Set find-file-suppress-same-file-warnings to t to
3425 avoid slew of spurious messages.
3426
3427 2001-05-18 Simon Josefsson <simon@josefsson.org>
3428
3429 * mail/smtpmail.el (maybe-append-domain): Renamed to
3430 `smtpmail-maybe-append-domain'.
3431 (smtpmail-via-smtp): Use the new name.
3432
3433 * net/browse-url.el (browse-url-browser-function): Add kde.
3434 (browse-url-kde-program, browse-url-kde-args): New variables.
3435 (browse-url-kde): New function.
3436
3437 2001-05-18 Miles Bader <miles@gnu.org>
3438
3439 * simple.el (delete-horizontal-space, just-one-space):
3440 Use `constrain-to-field' instead of `field-end'/`field-beginning',
3441 because it's more efficient for large files.
3442
3443 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3444
3445 * mail/rmail.el (rmail-require-mime-maybe): New function.
3446 (rmail): Use it.
3447 (rmail-mode): Handle the case of finding Rmail files.
3448
3449 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3450 functions.
3451
3452 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3453
3454 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3455 text-property after moving to the beginning of line and regardless
3456 of the value of font-lock-multiline.
3457
3458 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3459
3460 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3461
3462 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3463 last coding system used before calling set-buffer-modified-p
3464 because that function changes last-coding-system.
3465
3466 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3467
3468 * files.el (switch-to-buffer-other-window)
3469 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3470 the doc string.
3471
3472 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3473
3474 * language/slovak.el, language/czech.el: New maintainer.
3475
3476 2001-05-16 Sam Steingold <sds@gnu.org>
3477
3478 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
3479 sub-form of `defgeneric' correctly.
3480
3481 2001-05-16 Gerd Moellmann <gerd@gnu.org>
3482
3483 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3484 of `c'.
3485
3486 * textmodes/outline.el (outline-font-lock-level): Remove the
3487 condition-case, test what outline-level returns instead, to
3488 ease debugging.
3489
3490 * international/mule.el (auto-coding-regexp-alist): New user-option.
3491 (auto-coding-from-file-contents): New function.
3492 (set-auto-coding): Use it to determine a coding system.
3493
3494 2001-05-15 Gerd Moellmann <gerd@gnu.org>
3495
3496 * mouse.el (mouse-delete-other-windows): Doc fix.
3497
3498 * emacs-lisp/lisp-mode.el (lisp-mode):
3499 Make font-lock-keywords-case-fold-search a buffer-local variable with
3500 make-local-variable before setting it.
3501
3502 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3503
3504 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3505 prefixes.
3506
3507 2001-05-14 Gerd Moellmann <gerd@gnu.org>
3508
3509 * hexl.el (hexl-current-address): Print a message when called
3510 interactively.
3511
3512 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3513
3514 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3515
3516 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3517
3518 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3519
3520 2001-05-11 Gerd Moellmann <gerd@gnu.org>
3521
3522 * startup.el (command-line): If parameters have been changed in
3523 the init files which influence font selection, clear the face
3524 cache so that faces get realized with the new parameters.
3525
3526 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
3527
3528 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3529
3530 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3531
3532 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3533
3534 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3535 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3536
3537 2001-05-10 Gerd Moellmann <gerd@gnu.org>
3538
3539 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
3540 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
3541
3542 2001-05-09 John Wiegley <johnw@gnu.org>
3543
3544 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3545 Annotated the documentation string to tell users about
3546 `eshell-no-numeric-conversions'.
3547
3548 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3549 conversions if a Lisp function has the property
3550 `eshell-no-numeric-conversions' set to a non-nil value.
3551
3552 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3553 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3554 property `eshell-no-numeric-conversions' on the following
3555 functions (which all deal with filesystem entities, and never Lisp
3556 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3557 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3558 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3559 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3560 eshell/which, eshell/addpath.
3561
3562 2001-05-09 John Wiegley <johnw@gnu.org>
3563
3564 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3565 encountered as an argument, don't convert it right away, but tag
3566 the first character of the string with the text properties
3567 `number', which signifies to `eshell-lisp-command' that the
3568 argument should be passed through `string-to-number' if it is
3569 actually used in the call to a Lisp function.
3570
3571 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3572 function, convert any string arguments that have been tagged as
3573 "numbers", by calling string-to-number.
3574
3575 * eshell/esh-util.el (eshell-number-regexp): Now that number
3576 conversions only happen for Lisp function calls, the number regexp
3577 should now match all integer and floating point forms.
3578
3579 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3580 `eshell-continue-process', since they are both nonfunctional at
3581 the moment.
3582 (eshell-proc-initialize): Don't bind keys for
3583 `eshell-stop-process' or `eshell-continue-process'.
3584
3585 * eshell/em-unix.el (eshell-shuffle-files):
3586 Apply `directory-file-name' before calling `file-name-directory'.
3587
3588 * eshell/em-hist.el (eshell-add-to-history): Reference to
3589 `eshell-history-ring' needed to be `eshell-history-index'.
3590
3591 * calendar/timeclock.el (timeclock-find-discrep):
3592 Initialize `elapsed' to 0.
3593 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3594 it's still nil.
3595
3596 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3597
3598 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3599 (archive-mode): Use capitalize.
3600 (archive-unique-fname): Use make-temp-file.
3601
3602 2001-05-09 Gerd Moellmann <gerd@gnu.org>
3603
3604 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3605
3606 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3607
3608 * tar-mode.el (tar-extract): Pay attention to the value of
3609 coding-system-for-read, if it is non-nil.
3610
3611 * calendar/holidays.el (holidays): Add an autoload cookie.
3612 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3613
3614 2001-05-08 John Wiegley <johnw@gnu.org>
3615
3616 * calendar/timeclock.el (timeclock-workday-remaining):
3617 Changed logic for determining how much time is remaining.
3618 (timeclock-workday-elapsed): Don't accept a "relative" argument
3619 for the current day's elapsed time. What could that have meant?
3620 (timeclock-workday-elapsed-string): No "relative" argument anymore.
3621 (timeclock-when-to-leave): Changed logic, similarly to what was
3622 done for `timeclock-workday-remaining'.
3623 (timeclock-find-discrep): Removed "today-only" argument, which had
3624 no meaning. Fixed some more math problems. The function now
3625 returns a three member list: (TOTAL-TIME-DISCREPANCY
3626 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3627
3628 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3629
3630 * w32-fns.el (convert-standard-filename): Start replacing slashes
3631 from the beginning of the file name, not from where the last
3632 invalid character was. From "Andrew Maguire (SWW)"
3633 <Andrew.Maguire@Smallworld.co.uk>
3634
3635 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3636
3637 The following changes are to provide infrastructure for handling
3638 MIME messages to rmail. They don't affect the original behaviour
3639 if rmail-enable-mime is nil.
3640
3641 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3642 (rmail-search-mime-message-function)
3643 (rmail-search-mime-header-function): New variables.
3644 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3645 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3646 `rmail-view-buffer' is hidden.
3647 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3648 call rmai-show-mime-function.
3649 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3650 mode-line-process of rmail-view-buffer.
3651 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3652 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3653 buffer.
3654 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3655 set-buffer to the Rmail buffer.
3656 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3657 rmail-search-mime-header-function.
3658 (rmail-search-message): New function.
3659 (rmail-search): Call rmail-search-message to check if a message
3660 matches REGEXP, lastly update point after calling
3661 rmail-show-message.
3662 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3663 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
3664 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3665 header region, refer to rmail-msgref-vector while setting the
3666 current buffer to rmail-buffer temporarily.
3667 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3668 If rmail-enable-mime is non-nil, call
3669 rmail-insert-mime-forwarded-message-function instead of inserting
3670 forwarded message by itself.
3671
3672 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3673 Rmail buffer.
3674 (rmail-set-label, rmail-next-labeled-message): Likewise.
3675
3676 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3677 set-buffer to the Rmail buffer.
3678 (rmail-output-to-rmail-file): Likewise.
3679 (rmail-output): Likewise.
3680
3681 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3682 of mail-fetch-field by rmail-summary-line-decoder.
3683 (rmail-new-summary): Be sure to go to the Rmail buffer.
3684 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
3685 rmail-view-buffer to nil.
3686 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3687 rmail-view-buffer.
3688 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3689 rmail-buffer.
3690 (rmail-summary-scroll-msg-down): Likewise.
3691 (rmail-summary-beginning-of-message): Likewise.
3692 (rmail-summary-wipe): Likewise.
3693 (rmail-summary-toggle-header): Use save-window-excursion, not
3694 save-excursion. Update point in rmail-view-buffer, not in
3695 rmail-buffer.
3696 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3697 rmail-view-buffer, not rmail-buffer.
3698
3699 2001-05-07 Gerd Moellmann <gerd@gnu.org>
3700
3701 * cus-edit.el (custom-file): Signal an error if user-init-file is
3702 nil (running -q).
3703
3704 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3705
3706 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3707 Add :version.
3708
3709 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3710 New option.
3711 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3712 only if smtpmail-warn-about-unknown-extensions is set.
3713
3714 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3715 instead of rmail-sort-by-keywords.
3716
3717 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
3718 rmail-sort-by-keywords.
3719
3720 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3721 rmail-summary-sort-by-keywords. Doc fix.
3722 (rmail-summary-mode): Doc fix.
3723
3724 * mail/rmail.el (rmail-edit): New Custom group.
3725
3726 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3727 (rmail-edit-mode-hook): New user-option.
3728
3729 2001-05-05 Richard M. Stallman <rms@gnu.org>
3730
3731 * help.el (help-xref-symbol-regexp): Recognize "source of"
3732 and friends, meaning make a link to the source file.
3733 (help-make-xrefs): Handle "source of" and friends
3734 by constructing a link that visits the source file.
3735
3736 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3737
3738 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3739
3740 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3741 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3742 Renamed from perl-font-lock-keywords to avoid clashes.
3743 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3744 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3745 Updated correspondingly.
3746
3747 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3748 Typo `nonexistant' -> `nonexistent'.
3749
3750 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3751
3752 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3753 Split `c-electric-delete' into two functions where
3754 `c-electric-delete-forward' always deletes forward and
3755 `c-electric-delete' only contains the code necessary for XEmacs to
3756 choose between backward and forward deletion.
3757
3758 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3759 get the electric behavior on that key too.
3760 (c-fill-paragraph): Fixed bogus direct use of
3761 c-comment-prefix-regexp, which caused an error when it's a list.
3762
3763 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3764
3765 * dired-aux.el (dired-diff): Doc fix.
3766
3767 * dired.el (dired-diff): Likewise.
3768
3769 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3770
3771 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3772
3773 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3774
3775 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3776 if both the buffer and the file are read-only.
3777
3778 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3779 rather than font-lock-string-face.
3780 (sh-get-indent-info): Treat heredocs like strings.
3781
3782 2001-05-02 Gerd Moellmann <gerd@gnu.org>
3783
3784 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3785 a newline following `}'.
3786 (texinfo-format-email): New function.
3787 (toplevel): Use texinfo-format-email for @email.
3788 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3789 Add `display'.
3790 (texinfo-sort-region): Goto point-min before sorting.
3791 (texinfo-set): Remove leading white space from value.
3792 From yagi@is.titech.ac.jp.
3793
3794 * replace.el (query-replace-regexp-eval): Doc fix.
3795
3796 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3797
3798 * diff-mode.el (diff-nonexistant-face): New face.
3799 (diff-font-lock-keywords): Use it.
3800
3801 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3802
3803 * font-lock.el (font-lock-mode): Doc fix.
3804
3805 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3806 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3807
3808 2001-04-30 Gerd Moellmann <gerd@gnu.org>
3809
3810 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3811 backslash at the start of the here-document delimiter.
3812 (sh-font-lock-syntactic-keywords): Likewise.
3813
3814 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3815
3816 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3817
3818 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3819 (tty-color-translate, tty-color-by-index, tty-color-values)
3820 (tty-color-desc): Doc fix.
3821
3822 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3823
3824 * dired-aux.el (dired-do-create-files, dired-do-copy)
3825 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3826 Mention dired-dwim-target in the doc string.
3827
3828 2001-04-28 Miles Bader <miles@gnu.org>
3829
3830 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3831 (dabbrev--find-expansion): Use it.
3832 (dabbrev--select-buffers): Don't select ignored buffers.
3833
3834 2001-04-27 Gerd Moellmann <gerd@gnu.org>
3835
3836 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
3837
3838 2001-04-26 Richard M. Stallman <rms@gnu.org>
3839
3840 * dabbrev.el: Add doc strings for some functions.
3841 (dabbrev--eliminate-newlines): New variable.
3842 (dabbrev--substitute-expansion): Convert newlines to spaces
3843 if dabbrev--eliminate-newlines is set.
3844 If abbrev and expansion are both all-lower-case,
3845 leave dabbrev--last-case-pattern nil.
3846
3847 2001-04-26 Gerd Moellmann <gerd@gnu.org>
3848
3849 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3850 if necessary, like in rmail-show-message.
3851
3852 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3853
3854 * ps-print.el: Color specified by number is forced to be float number.
3855 (ps-print-version): New version number (6.5.1.1).
3856 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3857 initialization.
3858 (ps-prefix-quote): New internal var.
3859 (ps-print-quote): New fun.
3860 (ps-setup, ps-output-frame-properties, ps-float-format)
3861 (ps-format-color): Code fix.
3862 (ps-plot-region): Eliminate redundant foreground color text setting.
3863
3864 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3865
3866 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3867
3868 2001-04-25 Gerd Moellmann <gerd@gnu.org>
3869
3870 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3871
3872 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3873
3874 * info.el (Info-additional-directory-list): Doc fix.
3875
3876 * find-lisp.el (find-lisp-find-dired-filter)
3877 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3878 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
3879
3880 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3881
3882 * progmodes/make-mode.el (makefile-font-lock-keywords):
3883 Rationalize the rules for includes and conditionals and use the
3884 keyword face for them.
3885
3886 * faces.el (modify-face): Add compatibility for non-interactive use.
3887
3888 2001-04-24 John Wiegley <johnw@gnu.org>
3889
3890 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3891 fix from last night, since it wasn't finding eshell/cd.
3892
3893 2001-04-24 Gerd Moellmann <gerd@gnu.org>
3894
3895 * rect.el (string-rectangle): Revert to 20.x behaviour.
3896 (replace-rectangle): Make it an alias for string-rectangle.
3897 (string-insert-rectangle): New function.
3898
3899 2001-04-23 John Wiegley <johnw@gnu.org>
3900
3901 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3902 occurring with Emacs 21's diff.el/compile.el interaction layer.
3903
3904 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3905
3906 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3907 case where the function was defined in a file, but not part of an
3908 eshell module.
3909
3910 2001-04-23 John Wiegley <johnw@gnu.org>
3911
3912 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3913 code to work around a redisplay problem I've been having.
3914
3915 2001-04-23 John Wiegley <johnw@gnu.org>
3916
3917 * calendar/timeclock.el (timeclock-day-required): If the time
3918 required for a particular day is not set, use `timeclock-workday'.
3919 (timeclock-find-discrep): Added some sample code in a comment.
3920
3921 * eshell/eshell.el (eshell-command): Made a few changes so that
3922 `eshell-command' could be called programmatically.
3923
3924 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3925
3926 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3927
3928 2001-04-23 John Wiegley <johnw@gnu.org>
3929
3930 * calendar/timeclock.el: Updated copyright.
3931 (timeclock-generate-report): Don't report the daily or two-week
3932 total, if no time has been worked in that period.
3933 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3934 final computational form, which was unnecessary; corrected a
3935 parsing problem when timeclock-relative was nil.
3936
3937 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3938
3939 * calendar/timeclock.el (timeclock-modeline-display): Check if
3940 `list-entry' is null.
3941 (timeclock-use-display-time): The first argument to `set-variable'
3942 must be a symbol.
3943
3944 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3945
3946 * calendar/calendar.el (diary-entry-marker)
3947 (calendar-today-marker, calendar-holiday-marker):
3948 Use display-color-p instead of window-system.
3949 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3950 instead of window-system.
3951 (calendar-hide-window): Use display-multi-frame-p instead of
3952 window-system.
3953
3954 * calendar/cal-x.el (calendar-two-frame-setup)
3955 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3956 Use display-multi-frame-p instead of window-system.
3957
3958 2001-04-23 Gerd Moellmann <gerd@gnu.org>
3959
3960 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3961
3962 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3963 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3964
3965 2001-04-23 Alex Schroeder <alex@gnu.org>
3966
3967 * goto-addr.el: Instead of defining line-beginning-position and
3968 line-end-position a defalias is used for point-at-bol and point-at-eol.
3969
3970 2001-04-23 Alex Schroeder <alex@gnu.org>
3971
3972 * goto-addr.el: Added XEmacs compatibility code.
3973 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
3974
3975 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3976
3977 * textmodes/paragraphs.el (sentence-end): Doc fix.
3978
3979 2001-04-20 Alex Schroeder <alex@gnu.org>
3980
3981 * sql.el (sql-escape-newlines-and-send): New function.
3982 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
3983
3984 2001-04-20 Alex Schroeder <alex@gnu.org>
3985
3986 * sql.el (sql-db2-program): New option.
3987 (sql-db2-options): New option.
3988 (sql-db2): New function.
3989
3990 2001-04-20 Alex Schroeder <alex@gnu.org>
3991
3992 * sql.el (sql-mode-menu): Added highlighting entries.
3993 (sql-highlight-oracle-keywords): New function.
3994 (sql-highlight-postgres-keywords): New function.
3995 (sql-highlight-ansi-keywords): New function.
3996
3997 2001-04-20 Alex Schroeder <alex@gnu.org>
3998
3999 * sql.el (sql-help): Doc change.
4000
4001 2001-04-19 Karl Fogel <kfogel@collab.net>
4002
4003 * saveplace.el (save-place-alist-to-file): Removed no-effect code
4004 that inserted file content only to delete it immediately.
4005 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
4006 <lektu@uol.com.br> for the patch.
4007
4008 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
4009
4010 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
4011
4012 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4013
4014 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
4015 for defmethod.
4016
4017 * comint.el (comint-cr-magic): New function.
4018 (toplevel): Add it to comint-preoutput-filter-functions.
4019
4020 2001-04-18 Andrew Innes <andrewi@gnu.org>
4021
4022 * makefile.w32-in (EMACSLOADPATH): Define.
4023 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
4024 (recompile): Remove stuff to set EMACSLOADPATH.
4025
4026 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4027
4028 * language/slovak.el ("Slovak"): Add tutorial entry.
4029
4030 * net/browse-url.el (browse-url-new-window-flag): Renamed from
4031 browse-url-new-window-p.
4032
4033 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4034
4035 * info.el (Info-menu-update): When there are no menus and/or no
4036 cross references in the node, make the respective items of the
4037 Info menu-bar menu inactive.
4038
4039 2001-04-17 Gerd Moellmann <gerd@gnu.org>
4040
4041 * indent.el (indent-for-tab-command): Call indent-line-function
4042 with no argument if PREFIX-ARG is non-nil.
4043
4044 * frame.el (delete-other-frames): Handle minibuffer-only frames.
4045
4046 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4047
4048 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
4049 an async subprocess if start-process is unavailable. Suggested by
4050 Tim Van Holder <tim.van.holder@pandora.be>.
4051
4052 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
4053
4054 * info.el (Info-additional-directory-list): Doc fix. Suggested by
4055 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4056
4057 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4058
4059 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
4060 manual.
4061
4062 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
4063
4064 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
4065 (cvs-menu): Add a few entries.
4066
4067 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
4068 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
4069 lock file appears to be reachable from Emacs.
4070 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
4071 (cvs-mode-find-file): Look for cvs-header-face rather than
4072 cvs-dirname-face (which doesn't exist).
4073 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
4074
4075 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
4076
4077 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
4078
4079 * emulation/pc-select.el (pc-selection-mode): Don't turn on
4080 normal-erase-is-backspace on a tty. Instead, bind some keys such
4081 as [delete] directly, like pc-select.el did before
4082 normal-erase-is-backspace was invented.
4083
4084 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
4085
4086 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
4087
4088 2001-04-11 John Wiegley <johnw@gnu.org>
4089
4090 * eshell/em-ls.el (eshell-ls-insert-directory):
4091 Set font-lock-defaults to nil, to prevent fontification in dired
4092 buffers, if Eshell's ls is being used.
4093
4094 2001-04-11 John Wiegley <johnw@gnu.org>
4095
4096 * calendar/timeclock.el (timeclock-completing-read): New function.
4097 (timeclock-ask-for-project, timeclock-ask-for-reason):
4098 Call `timeclock-completing-read'.
4099
4100 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4101 required where `member' was being used.
4102
4103 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
4104
4105 * eshell/em-hist.el (eshell-previous-matching-input):
4106 Don't display "History item" if the the minibuffer is active.
4107
4108 2001-04-11 Gerd Moellmann <gerd@gnu.org>
4109
4110 * startup.el (command-line): Output a newline after printing
4111 an error from loading the window system's init file.
4112
4113 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4114
4115 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4116 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
4117 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4118 keywords whose arguments routinely include @@.
4119
4120 2001-04-10 Gerd Moellmann <gerd@gnu.org>
4121
4122 * emacs-lisp/advice.el (ad-make-advised-definition):
4123 Construct advice for subrs differently.
4124
4125 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4126 regexp in parentheses when building the regexp for searching backwards.
4127
4128 * simple.el (completion-list-mode-finish): New function.
4129 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
4130
4131 * language/european.el ("Polish"): Change sample text.
4132 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
4133
4134 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4135 parameter.
4136
4137 * faces.el (menu): Doc fix.
4138
4139 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4140
4141 * ps-print.el: Footer implementation. Doc fix.
4142 (ps-print-version): New version number (6.5.1).
4143 (ps-header-frame-alist): New customization var for header frame
4144 properties.
4145 (ps-line-number-color): New customization var for line number color.
4146 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4147 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4148 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4149 (ps-right-footer): New customization vars for footers.
4150 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4151 footers.
4152 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
4153 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4154 Code fix.
4155 (ps-prologue-file): Indentation fix.
4156 (ps-print-quote): Fun eliminated.
4157 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4158 (ps-output-frame-properties): New fun.
4159 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4160 (ps-skip-newline): Replace defun by defsubst.
4161
4162 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
4163
4164 * eshell/eshell.el (eshell-command): Needed a "%s" format
4165 specifier, in case the buffer contains percent characters.
4166
4167 2001-04-10 John Wiegley <johnw@gnu.org>
4168
4169 * calendar/timeclock.el (timeclock-generate-report): Added a
4170 missing insert of the project name.
4171
4172 2001-04-09 Gerd Moellmann <gerd@gnu.org>
4173
4174 * obsolete/profile.el: Moved from emacs-lisp/.
4175
4176 * Makefile.in (nonobsolete_setwins): New macro.
4177 (finder-data): Use it instead of `setwins'.
4178 From: Dave Love <fx@gnu.org>.
4179
4180 * server.el (server-visit-files): Set server-existing-buffer correctly.
4181 (server-visit-files): Run server-visit-hook after going to
4182 line 1 so that the hook can set point as it sees fit.
4183
4184 * bindings.el (mode-line-modified): Unify help messages.
4185
4186 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4187
4188 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4189 All callers changed.
4190
4191 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4192
4193 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4194 long file names aren't supported, truncate the file names in
4195 quail-misc-package-ext-info to 8+3 before matching them against
4196 FILENAME.
4197
4198 * dos-fns.el (dos-truncate-to-8+3): New function.
4199
4200 * progmodes/compile.el (grep-compute-defaults): Use null-device
4201 instead of literal /dev/null. Reported by Jens Schmidt
4202 <schmidt@mathematik.uni-kl.de>.
4203
4204 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4205
4206 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4207
4208 * textmodes/sgml-mode.el: Add unknown maintainer.
4209 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4210 (html-mode-map): Use set-keymap-parent.
4211
4212 2001-04-06 Dave Love <fx@gnu.org>
4213
4214 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4215 Remove redundant string-to-list.
4216
4217 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4218
4219 * composite.el (reference-point-alist): Doc fix.
4220
4221 2001-04-05 Sam Steingold <sds@gnu.org>
4222
4223 * font-lock.el (font-lock-keywords-case-fold-search):
4224 Make buffer-local. This fixes a very annoying bug when loading a Lisp
4225 file made font-lock case-insensitive.
4226
4227 2001-04-05 Gerd Moellmann <gerd@gnu.org>
4228
4229 * faces.el (defface menu): Doc fix.
4230
4231 * wid-edit.el (widget-color-sample-face-get): Don't make
4232 faces for undefined colors.
4233
4234 * version.el (emacs-version): Include LessTif/Motif version info.
4235
4236 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4237
4238 * ps-mule.el: Eliminate cl package dependence.
4239 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4240 if they aren't defined yet.
4241 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4242 Eliminate cl package dependence.
4243
4244 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4245
4246 * progmodes/cc-cmds.el (c-outline-level):
4247 Bind buffer-invisibility-spec. Originally from Dave Love, but
4248 got lost when incorporating version 5.26.
4249
4250 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4251
4252 * emulation/pc-select.el (pc-selection-mode):
4253 Call normal-erase-is-backspace-mode instead of binding
4254 keys individually.
4255
4256 * cus-load.el (normal-erase-is-backspace): Use it instead of
4257 delete-key-deletes-forward.
4258
4259 * startup.el (command-line): Use normal-erase-is-backspace and
4260 normal-erase-is-backspace-mode.
4261
4262 * simple.el (normal-erase-is-backspace): Rename from
4263 delete-key-deletes-forward. Doc fix.
4264 (normal-erase-is-backspace-mode): Rename from
4265 delete-key-deletes-forward-mode. Doc fix.
4266 Run normal-erase-is-backspace-hook.
4267
4268 * dired.el (dired-move-to-filename-regexp): Support file sizes in
4269 ``human-readable'' format produced by GNU `ls'.
4270 (dired-move-to-filename-regexp): Recognize ISO format dates.
4271 From Paul Eggert <eggert@twinsun.com>.
4272
4273 2001-04-04 Gerd Moellmann <gerd@gnu.org>
4274
4275 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4276 New functions.
4277 (lm-verify): Check keywords.
4278 From Eric M. Ludlam <eric@siege-engine.com>.
4279
4280 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4281
4282 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4283 `xemacs' feature instead of for the function `set-extent-property'.
4284
4285 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4286
4287 * mail/mh-utils.el (mh-folder-hist): New var.
4288 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4289
4290 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4291
4292 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4293 region, position point on the first or last 16-byte group.
4294 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4295 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4296 hexl-beginning-of-line.
4297
4298 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4299
4300 * icomplete.el (icomplete-mode): Treat an argument like other
4301 modes do.
4302
4303 * startup.el (fancy-splash-head): Use splash8.xpm for color
4304 depth 8.
4305
4306 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4307 Add an antry for ``converts''.
4308
4309 * language/slovak.el ("Slovak"): Add documentation string.
4310 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4311
4312 * language/czech.el ("Czech"): Add documentation string.
4313 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4314
4315 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4316 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4317
4318 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4319
4320 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4321 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4322 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4323 Use `defsubst' rather than a macro to ease debugging.
4324 (mail-extr-last): Remove (use `last' instead).
4325 (mail-extract-address-components): Properly reset the syntax-table
4326 after parsing an address. Use `last' rather than mail-extr-last.
4327 Make sure the end marker stays at the very end.
4328
4329 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4330
4331 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4332 last change.
4333
4334 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4335
4336 * ps-print.el: Line and paragraph spacing feature. Region to cut
4337 out when printing. Doc fix.
4338 (ps-print-version): New version number (6.5).
4339 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4340 New vars. Line and paragraph spacing feature.
4341 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4342 out when printing.
4343 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4344 (ps-get-font-size, ps-begin-job, ps-continue-line)
4345 (ps-plot-region): Code fix.
4346 (ps-print-prologue-2): Var eliminated.
4347 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4348 New internal vars.
4349 (ps-get-size): New fun.
4350 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4351 (ps-next-line): Replace defun by defsubst.
4352 (ps-mule-plot-string): Autoload doc fix.
4353
4354 * ps-bdf.el: XEmacs compatibility. Doc fix.
4355 (installation-directory, coding-system-for-read): Declare vars if
4356 it's not declared yet.
4357 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4358
4359 * ps-mule.el: XEmacs compatibility. Doc fix.
4360 (leading-code-private-22): Declare var if it's not declared yet.
4361 (charset-bytes, charset-dimension, charset-id, charset-width)
4362 (find-charset-region, split-char, char-width, chars-in-region)
4363 (forward-point, decompose-composite-char, encode-coding-string)
4364 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4365 Define funs if not defined yet.
4366 (encode-composition-rule, find-composition): Define funs if not
4367 loaded yet.
4368 (ps-mule-prologue): PostScript code fix.
4369
4370 2001-04-02 Kenichi Handa <handa@etl.go.jp>
4371
4372 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4373 non-nil, generate font for the header strings.
4374 (ps-mule-prepare-font): Likewise.
4375 (ps-mule-generate-glyphs): Likewise.
4376 (ps-mule-string-encoding): Likewise.
4377 (ps-mule-header-charsets): New variable.
4378 (ps-mule-encode-header-string): New function.
4379 (ps-mule-header-string-charsets): New function.
4380 (ps-mule-begin-job): Check charsets in the header strings. If there
4381 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4382
4383 * ps-print.el (ps-generate-header-line): Encode the header string by
4384 ps-mule-encode-header-string.
4385 (ps-mule-encode-header-string): Declare autoload.
4386
4387 2001-04-02 Gerd Moellmann <gerd@gnu.org>
4388
4389 * frame.el (cursor-in-non-selected-windows):
4390 Replaces show-cursor-in-non-selected-windows.
4391
4392 2001-03-31 Kenichi Handa <handa@etl.go.jp>
4393
4394 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4395 Delete entries for "chinese-py" and "chinese-ziranma".
4396 (quail-misc-package-ext-info): New variable.
4397 (tsang-quick-converter): New function.
4398 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4399 (quick-cns-converter, py-converter, ziranma-converter)
4400 (miscdic-convert, batch-miscdic-convert): New functions.
4401
4402 2001-03-30 Kenichi Handa <handa@etl.go.jp>
4403
4404 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4405 eight-bit-control chars.
4406
4407 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4408 Reduce making temporary vector (suggested by Dave Love).
4409
4410 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4411
4412 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4413 string as well.
4414
4415 2001-03-30 Andreas Schwab <schwab@suse.de>
4416
4417 * files.el (backup-directory-alist): Fix typo.
4418
4419 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4420
4421 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4422 <eggert@twinsun.com>.
4423
4424 2001-03-30 Dave Love <fx@gnu.org>
4425
4426 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4427
4428 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4429
4430 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4431
4432 2001-03-30 Miles Bader <miles@gnu.org>
4433
4434 * subr.el (interactive-form): Fix paren typo.
4435
4436 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4437
4438 * emacs-lisp/profile.el: Say that it's obsolete in the header
4439 line, so that finder.el puts that into its data-base.
4440 Suggested by Alex Schroeder <alex@gnu.org>.
4441
4442 2001-03-29 Paul Eggert <eggert@twinsun.com>
4443
4444 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4445 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4446
4447 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4448
4449 * generic.el (generic-mode-set-comments): Use "" rather than nil
4450 for comment-end.
4451
4452 2001-03-29 Gerd Moellmann <gerd@gnu.org>
4453
4454 * emacs-lisp/advice.el (ad-make-advised-definition):
4455 Call interactive-form to obtain the interactive spec of subrs.
4456
4457 * subr.el (interactive-form): New function.
4458
4459 2001-03-29 Andre Spiegel <spiegel@gnu.org>
4460
4461 * vc-sccs.el (vc-sccs-register): Use relative file names.
4462
4463 2001-03-28 Gerd Moellmann <gerd@gnu.org>
4464
4465 * bookmark.el (bookmark-get-bookmark): Handle case that
4466 BOOKMARK is not a string.
4467
4468 * image.el (image-type-regexps): Change type for PS files
4469 to `postscript'.
4470
4471 * subr.el (read-passwd): Clear command history after each
4472 character entered. From: Stephen Gildea
4473 <gildea@stop.mail-abuse.org>.
4474
4475 2001-03-27 Kenichi Handa <handa@etl.go.jp>
4476
4477 * international/kkc.el (kkc-save-init-file): Locally bind
4478 print-length to nil.
4479
4480 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4481
4482 * textmodes/flyspell.el: Some doc fixes.
4483 (flyspell-maybe-correct-transposition)
4484 (flyspell-maybe-correct-doubling): Use a temporary buffer
4485
4486 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4487
4488 * emacs-lisp/byte-opt.el (byte-optimize-while)
4489 (byte-optimize-form-code-walker): Diagnose too few arguments
4490 for `if' and `while'.
4491
4492 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4493
4494 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4495 Prepend `\' to "\<quail-translation-docstring>".
4496
4497 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4498
4499 * autorevert.el (global-auto-revert-non-file-buffers):
4500 Remove duplicate defcustom.
4501
4502 2001-03-26 Miles Bader <miles@gnu.org>
4503
4504 * international/latin1-disp.el (latin1-char-displayable-p):
4505 Add leading "-" for X font pattern.
4506
4507 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4508
4509 * international/mule-diag.el (describe-coding-system):
4510 For raw-text and emacs-mule, don't add anymore text about what
4511 charsets they can encode.
4512
4513 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4514
4515 * help.el (view-lossage): Mention open-dribble-file in the doc
4516 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4517
4518 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4519
4520 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4521 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4522
4523 2001-03-23 Kenichi Handa <handa@etl.go.jp>
4524
4525 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4526 Call ccl-execute-on-string directly so that CCL program handling
4527 multibyte sequence can work correctly.
4528 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4529 property of the coding system.
4530
4531 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4532
4533 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4534 Fix transcription typo.
4535
4536 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4537
4538 * whitespace.el: Add buffer local variables to toggle testing of
4539 whitespaces in buffers without affecting the default values.
4540 Bump version to 3.0 to account for a few other changes.
4541 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4542 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4543 (whitespace-toggle-spacetab-check): New functions.
4544
4545 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4546
4547 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4548
4549 2001-03-21 Gerd Moellmann <gerd@gnu.org>
4550
4551 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4552 bs-cycle-configuration-name. From Juanma Barranquero
4553 <lektu@uol.com.br>.
4554
4555 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4556 and cc-vars.el.
4557
4558 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4559 headers. Always invoke sendmail with option -t.
4560
4561 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4562
4563 * Release of cc-mode 5.28.
4564
4565 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4566
4567 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4568 Removed the hardcoded switch to "java" style in Java mode.
4569 It's instead taken care of by the default value for c-default-style.
4570
4571 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4572
4573 * cc-align.el (c-lineup-math): Fix bug where lineup was
4574 triggered by equal signs in string literals.
4575
4576 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4577
4578 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4579 limit detection when at the ends of the buffer.
4580
4581 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4582 "for" statement clause in case 7F; a better one is done
4583 earlier in case 7D anyway.
4584
4585 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4586
4587 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4588 somewhat more and did a small optimization.
4589
4590 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4591
4592 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4593 Use the limit argument only to limit the syntactic context
4594 search, not to limit the actual movement.
4595
4596 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4597 inside multiline strings, just like in comments. Also various
4598 fixes to the paragraph and comment prefix recognition, block
4599 comment ender handling etc.
4600
4601 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4602
4603 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4604 the relative position of the point.
4605
4606 * cc-cmds.el (c-electric-continued-statement): New function to
4607 use as abbrev hook to reindent for keywords such as "else"
4608 that continues an earlier statement.
4609
4610 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4611 like classes.
4612
4613 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4614 (pike-mode): Populate the default abbrev tables to reindent for
4615 keywords such as "else" that can continue earlier statements.
4616 Abbrev mode is therefore turned on by default now. (Note that
4617 this doesn't apply to idl-mode, since IDL afaik doesn't have
4618 statements at all.)
4619
4620 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4621
4622 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4623 bracelists where the declaration contains template arguments.
4624
4625 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4626
4627 * cc-cmds.el (c-comment-indent):
4628 Use `c-get-syntactic-indentation' to correctly calculate the
4629 syntactic indentation. Fixes bug with lineup functions that
4630 return vectors.
4631
4632 * cc-engine.el (c-get-syntactic-indentation): Split the
4633 indentation sum calculation from `c-indent-line' to a separate
4634 function.
4635
4636 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4637
4638 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4639 Fixed places where it was assumed that preprocessor directives
4640 have to start in column zero.
4641
4642 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4643 template arguments after a class identifier properly.
4644
4645 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4646 lists for `new Foo[]' constructs in Java as expressions and
4647 not top level definition brace lists on the top level, so that
4648 they'll get indented consistently with the same type of
4649 expression in a normal block.
4650
4651 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4652
4653 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4654 whether the adaptive filling package fails to keep the comment
4655 prefix is now kludged further to check for filladapt-mode
4656 which doesn't have that problem. This is really icky, but it's
4657 the only way that works with the current misfeatures/bugs in
4658 both adaptive-fill-mode and filladapt-mode.
4659
4660 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4661 around point is recognized more robust.
4662
4663 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4664
4665 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4666 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4667 (c-lit-type): Fixed all internal variables used dynamically so
4668 that they are always bound.
4669
4670 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4671 errors:
4672
4673 (c-indent-region): Fixed reporting of syntactic errors so that
4674 the region is fully reindented even when an error occurs.
4675 The last syntactic error is printed afterwards. Also cleanup up a
4676 whole lot of code that tried to optimize indentation of whole
4677 sexps but in reality accomplishes nothing.
4678
4679 (c-indent-sexp): Use c-indent-region.
4680
4681 (c-parsing-error): Changed this variable to hold the message
4682 for any syntactic error that is discovered.
4683
4684 (c-parse-state): Search backward from point instead of the bod
4685 position when the latter is invalid. This makes CC Mode
4686 recover faster when there are unbalanced close braces.
4687
4688 (c-backward-to-start-of-if): Use c-parsing-error to report
4689 dangling "else" clauses instead of throwing an error, and fall
4690 back to a reasonable position.
4691
4692 (c-indent-line): Added argument to avoid reporting syntactic errors.
4693
4694 (c-show-syntactic-information): Don't report any syntactic errors.
4695
4696 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4697
4698 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4699 paragraph recognition when moving by sentence in literals.
4700
4701 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4702 start regexp for javadoc to recognize javadoc markup in general instead
4703 of a specific set of keywords, to be more future-safe.
4704
4705 (c-Pike-pikedoc-paragraph-start)
4706 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4707 pikedoc markup.
4708
4709 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
4710
4711 (pike-mode): Initialize paragraph settings pikedoc recognition.
4712
4713 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4714
4715 (c-comment-prefix-regexp): Made it possible to use an
4716 association list on this to specify mode specific regexps.
4717 The default value now use a special regexp in Pike mode to
4718 recognize pikedoc markup.
4719
4720 (c-current-comment-prefix): New variable containing the actual
4721 regexp from c-comment-prefix-regexp for the current buffer.
4722
4723 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4724
4725 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4726 lists: We can't look at the syntax, since a brace list can get
4727 recognized as a plain statement-cont.
4728
4729 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4730 special brace list opener broken over two lines got recognized
4731 as a statement on the second line. Case 9A changed.
4732
4733 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4734
4735 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4736 adjustment after line is reindented.
4737
4738 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4739
4740 * cc-defs.el (c-point): Added optional argument for position
4741 to use instead of the current point.
4742
4743 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4744 the in-expression block symbols when the construct starts at
4745 boi, to avoid the extra level of indentation in that case.
4746 Cases 4, 16A and 17E affected.
4747
4748 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4749
4750 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
4751 calls to `c-indent-line', to adhere better to Emacs conventions.
4752
4753 * cc-engine.el (c-indent-line): Use the syntax already bound
4754 to `c-syntactic-context', if there is any.
4755
4756 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4757
4758 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4759 wasn't added up correctly when a lineup function returned nil.
4760
4761 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4762
4763 * cc-engine.el (c-collect-line-comments): Fixed bug where
4764 empty lines were ignored when collecting line comments backwards.
4765
4766 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4767
4768 * cc-align.el (c-lineup-dont-change): Return an absolute
4769 indentation column to work correctly in the case when several
4770 syntactic elements are processed for the same line.
4771
4772 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4773 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4774 (c-set-offset): Added absolute indentation column settings by
4775 using the vector type.
4776
4777 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4778
4779 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4780 Implemented two new cleanups `space-before-funcall' and
4781 `compact-empty-funcall'.
4782
4783 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4784
4785 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4786 helping building regexps.
4787
4788 * cc-engine.el (c-on-identifier): New function for detecting
4789 identifiers. It takes keywords into account.
4790
4791 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4792 lists. `c-keywords' is set to a regexp matching all keywords
4793 in the current language.
4794
4795 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4796
4797 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4798 list of characters to skip backwards over at the beginning of
4799 a statement, since it can precede string literals in Pike.
4800
4801 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4802
4803 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4804 recognition when standing on the last line in a C++ comment
4805 with nothing but whitespace after the prefix.
4806
4807 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4808 given no limit argument.
4809
4810 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4811
4812 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4813 recognition for the `[]= operator symbol in Pike.
4814
4815 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4816
4817 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4818 around a bug in `eval-when-compile' in the byte compiler.
4819
4820 * cc-engine.el (c-forward-token-1): Fixed bug with return
4821 value when count is zero and there's no token start within the limit.
4822
4823 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4824 "prefix comments", i.e. comments which are followed by code on
4825 the same line.
4826
4827 * cc-mode-19.el: Fixes so that checks that must be done at
4828 compile time also are done then.
4829
4830 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4831
4832 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4833 time and at runtime, and only when it's needed.
4834
4835 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4836
4837 Major cleanup for less error prone and more warning free
4838 compilation, including some fixes for bugs due to different
4839 compilation orders. Thanks to Martin Buchholz for providing
4840 the basis for all this.
4841
4842 * cc-bytecomp.el: New file that provides some byte compilation
4843 features: It ensures that files always are loaded from the
4844 current source directory during compilation, and it provides a
4845 set of macros to turn off specific compiler warnings for
4846 specific symbols. (It's not CC Mode specific in any way.)
4847
4848 Fixed a nearly acyclic dependency tree (both runtime and
4849 compile-time) between all files.
4850
4851 * cc-defs.el: Separated all macros before the inline functions,
4852 to ensure correct compilation.
4853
4854 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4855 cc-defs.el to cc-engine.el and made it a function instead.
4856
4857 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4858 about char-after.
4859
4860 * cc-vars.el: Cope even when there isn't a custom package
4861 containing defcustom available.
4862
4863 * cc-make.el: Removed since it's no longer necessary.
4864
4865 README: Updated installation instructions.
4866
4867 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4868
4869 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4870 improve the modularity: Moved all mode init stuff from
4871 cc-langs.el to cc-mode.el, including the keymap
4872 initialization; cc-langs now only contains the various
4873 variables for configuring the language syntax.
4874
4875 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4876 (c-get-offset): Moved from cc-styles to cc-engine since file
4877 dependency analysis suggests they belong there (which also
4878 makes more sense). Thanks to Martin Buchholz for doing the analysis.
4879
4880 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4881
4882 * cc-cmds.el (c-fn-region-is-active-p): New function that
4883 wraps the corresponding macro, for use in places that aren't
4884 compiled. Thanks to Martin Buchholz for pointing out this.
4885
4886 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
4887
4888 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4889 add things to the bug report.
4890
4891 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4892
4893 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4894 returned prefix could contain a newline when the search for a
4895 good prefix line failed.
4896
4897 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4898
4899 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4900 (c-toggle-auto-hungry-state): Made the argument optional, as
4901 the documentation says it is.
4902
4903 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4904
4905 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4906 multiline string syntax, #"...", as a cpp macro.
4907
4908 2001-03-21 Paul Eggert <eggert@twinsun.com>
4909
4910 * international/mule-cmds.el (set-locale-environment):
4911 Set system-messages-locale and system-time-locale, but only if the
4912 caller specifies a non-nil locale name.
4913
4914 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4915
4916 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
4917 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
4918
4919 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4920
4921 * follow.el (follow-avoid-tail-recenter): Doc fix.
4922
4923 * custom.el (custom-set-variables): Avoid reversing the list
4924 of args needlessly.
4925
4926 * startup.el (fancy-splash-head): Don't change the colors of the
4927 XPM image on a dark background.
4928
4929 * comint.el (comint-exec-1): Set columns of the terminal to
4930 window-width instead of frame-width.
4931
4932 * info.el (Info-scroll-down): Add missing WINDOW arg for
4933 pos-visible-in-window-p.
4934
4935 * ehelp.el (electric-help-mode-hook): Add defcustom.
4936
4937 * mail/sendmail.el (mail-mode): Activate case-folding in
4938 font-lock-defaults.
4939
4940 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4941
4942 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4943 (completion-ignored-extensions): Remove duplicate ".class".
4944
4945 2001-03-19 Andreas Schwab <schwab@suse.de>
4946
4947 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4948 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4949
4950 2001-03-19 Gerd Moellmann <gerd@gnu.org>
4951
4952 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4953 methods since there are not prefix input methods.
4954
4955 2001-03-19 Kenichi Handa <handa@etl.go.jp>
4956
4957 * international/mule-cmds.el (read-input-method-name):
4958 Locally bind enable-recursive-minibuffers to t.
4959
4960 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4961
4962 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4963
4964 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
4965
4966 * ediff-util.el: Copyright years.
4967 (ediff-choose-syntax-table): New function.
4968 (ediff-setup): Use ediff-choose-syntax-table.
4969
4970 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4971 with-syntax-table.
4972
4973 * ediff.el: Date of last update, copyright years.
4974
4975 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4976
4977 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4978 of Scott Bronson.
4979 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4980 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4981 Deleted functions.
4982 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4983 ex-token-list.
4984
4985 * viper-util.el: Spaces, indentation.
4986
4987 * viper.el: Changed version, modification time.
4988
4989 2001-03-16 John Wiegley <johnw@gnu.org>
4990
4991 * calendar/timeclock.el (timeclock-workday-remaining):
4992 Check whether `discrep' is non-null before using it.
4993
4994 2001-03-16 John Wiegley <johnw@gnu.org>
4995
4996 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4997 first-time checkins.
4998 (timeclock-log-data): Fixed problem with reading timelog log file.
4999 Resulting data in the "day list" was incorrect.
5000 (timeclock-find-discrep): Check if `timeclock-file' is readable
5001 before opening it.
5002 (timeclock-time-less-p): New function.
5003 (timeclock-day-base): New function.
5004 (timeclock-geometric-mean): New function.
5005 (timeclock-generate-report): Generate a summary report based on
5006 the contents of the log file. This uses `timeclock-log-data', and
5007 is an example of writing a timelog manipulation function.
5008 (timeclock-visit-timelog): A quick command for opening the timelog
5009 file.
5010 (timeclock-log-data): Bound the variable event.
5011
5012 2001-03-16 Kenichi Handa <handa@etl.go.jp>
5013
5014 * international/mule-cmds.el (select-safe-coding-system):
5015 Fix typo: symbol-name -> symbol-value.
5016
5017 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
5018 before substitute-in-file-name to handle double slashes in FILE
5019 correctly.
5020
5021 2001-03-15 Gerd Moellmann <gerd@gnu.org>
5022
5023 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
5024 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5025
5026 2001-03-14 Gerd Moellmann <gerd@gnu.org>
5027
5028 * bindings.el (features): Add `md5' and `overlay' to the list.
5029
5030 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
5031 bound before using it. It's not bound when configured without X,
5032 for instance.
5033
5034 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
5035
5036 * progmodes/hideshow.el: Update copyright.
5037 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
5038 (hs-minor-mode-hook): Include `:version' in defcustom form.
5039
5040 2001-03-13 Gerd Moellmann <gerd@gnu.org>
5041
5042 * help.el (string-key-binding): Don't call event-start on
5043 a non-list.
5044
5045 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
5046
5047 * startup.el (fancy-splash-tail, command-line-1): Fix the
5048 copyright year.
5049
5050 2001-03-13 Kenichi Handa <handa@etl.go.jp>
5051
5052 * term.el: These changes are based on a patch sent from Yong Lu
5053 <lyongu@yahoo.com>.
5054 (term-set-escape-char): Bind M-x to execute-extended-command in
5055 term-raw-escape-map.
5056 (term-move-columns): Don't try to move to negagive column.
5057 (term-emulate-terminal): Insert a string before deleting a text to
5058 overwrite.
5059
5060 2001-03-12 Gerd Moellmann <gerd@gnu.org>
5061
5062 * play/life.el (life): Rearrange code so that all calls to
5063 life-display-generation are in a catch-form.
5064
5065 * progmodes/etags.el (tags-loop-continue): Don't change point in a
5066 file that isn't interesting. In an interesting file, push the old
5067 value of point on the mark ring.
5068
5069 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
5070 New function.
5071 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
5072 Use it.
5073
5074 * emacs-lisp/autoload.el (generate-file-autoloads):
5075 Remove warning about line lengths.
5076
5077 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5078
5079 * progmodes/etags.el (tags-compression-info-list): New variable.
5080 (find-tag-in-order): Use it to deal with compressed source files.
5081 (tag-file-name-match-p): New function.
5082 (etags-recognize-tags-table): Use it for better match of file names.
5083
5084 2001-03-12 Kenichi Handa <handa@etl.go.jp>
5085
5086 * international/mule-cmds.el (register-input-method): Doc fix.
5087
5088 * international/quail.el (quail-translate-key): Fix condition to
5089 check if there's another breaking point in the current key.
5090
5091 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
5092
5093 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
5094 Babyl header to the newly-created output file, bind
5095 coding-system-for-write to either rmail-file-coding-system or
5096 emacs-mule-unix.
5097
5098 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
5099
5100 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5101 Fix the name and regexp used for subsubsections.
5102
5103 2001-03-10 Dave Love <fx@gnu.org>
5104
5105 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5106 and save-buffer if buffer-file-name non-nil. From rms.
5107
5108 2001-03-10 Andre Spiegel <spiegel@gnu.org>
5109
5110 * vc.el (vc-do-command): If the destination buffer is already
5111 current, don't set it up and don't erase it. Updated doc string
5112 to reflect that.
5113 (vc-version-diff): When doing a single file diff, don't switch to the
5114 *vc-diff* buffer before the command. This is to preserve local
5115 variable bindings that might affect the diff command.
5116 (vc-print-log): Don't switch to the *vc* buffer before the
5117 command, so that local variable bindings are preserved.
5118
5119 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
5120 not the current buffer.
5121 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5122
5123 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
5124 make output go to buffer *vc*, not the current buffer.
5125
5126 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5127
5128 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5129 so ^, $, *, ? and + are interpreted correctly.
5130
5131 2001-03-09 Gerd Moellmann <gerd@gnu.org>
5132
5133 * help.el (string-key-binding): Renamed from
5134 mode-line-key-binding. Handle any event on a string.
5135 Check for `keymap' properties as well as `local-map' properties.
5136
5137 * comint.el (comint-insert-clicked-input): Use the last key
5138 from this-command-keys to lookup the global key definition.
5139
5140 2001-03-09 Kenichi Handa <handa@etl.go.jp>
5141
5142 * international/characters.el: Add category `j' for
5143 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5144
5145 * international/mule-conf.el (no-conversion): Fix docstring.
5146 (raw-text): Fix docstring.
5147
5148 2001-03-08 Gerd Moellmann <gerd@gnu.org>
5149
5150 * simple.el (choose-completion-string): When not leaving the
5151 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5152 is set.
5153
5154 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5155 parameter `(minibuffer . t)'.
5156
5157 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5158
5159 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5160 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5161 (sh-mode): Remove `make-local-variable' for unused var
5162 `font-lock-unfontify-region-function'.
5163
5164 2001-03-07 Richard M. Stallman <rms@gnu.org>
5165
5166 * info.el (Info-scroll-down): Fix previous change.
5167
5168 * mail/rmail.el (rmail-toggle-header): Use a window which
5169 is showing the Rmail buffer, rather than the selected window.
5170
5171 2001-03-07 Dave Love <fx@gnu.org>
5172
5173 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5174 now, to avoid problems with binding imenu directly to a mouse event.
5175
5176 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5177
5178 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5179 second arg t.
5180
5181 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5182
5183 * log-edit.el (log-edit-common-indent): New var.
5184 (log-edit-set-common-indentation): Renamed from
5185 log-edit-delete-common-indentation. Use the new var.
5186 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5187
5188 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5189 (cvs-mode-add-change-log-entry-other-window):
5190 Don't presume change-log-default-name is defined.
5191
5192 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5193
5194 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5195 the "tree" operation as well.
5196
5197 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5198
5199 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5200 to match paragraph-start.
5201
5202 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5203 comment-start-skip and set comment-end-skip as well.
5204 (sgml-comment-indent): Fix for new value of comment-start-skip.
5205 (html-autoview-mode): Don't bother using make-local-hook.
5206
5207 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5208
5209 * cus-edit.el (custom-save-delete): Move in front of local
5210 variables, otherwise long Custom entries would make them ineffective.
5211
5212 * uniquify.el: Set maintainer to FSF.
5213
5214 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5215
5216 * dired-aux.el (dired-do-shell-command): Doc fix.
5217
5218 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5219
5220 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5221
5222 * which-func.el (which-func-modes): Add cperl-mode.
5223 (which-func-mode-global): Use define-minor-mode.
5224
5225 * info-look.el: Docstring fixes and dead code eliminated.
5226 (cperl-mode): Add support.
5227 (emacs-lisp-mode): List all entries from elisp manual, whether
5228 or not they are currently (f)bound or not. Update regexp.
5229
5230 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5231
5232 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5233 so that C-h m shows the correct information.
5234 Use make-local-variable rather than make-variable-buffer-local.
5235 (cperl-info-buffer, cperl-setup-tmp-buf):
5236 Use make-local-variable rather than make-variable-buffer-local.
5237 (cperl-msb-fix, cperl-get-help-defer):
5238 Check major-mode for `cperl-mode' as well.
5239
5240 * progmodes/cperl-mode.el: Updated to author version 4.23.
5241 (cperl-electric-pod): SYNOPSIS was misspelled.
5242 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5243 (cperl-after-expr-p): Make true after __END__.
5244
5245 2001-03-06 Gerd Moellmann <gerd@gnu.org>
5246
5247 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
5248 bookmark-completion-ignore-case is t.
5249
5250 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5251 switch, like xterm, and concat resource strings, with a newline
5252 between them.
5253
5254 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5255
5256 * international/codepage.el (cp770-decode-table)
5257 (cp773-decode-table, cp774-decode-table): New variables.
5258
5259 * man.el (Man-hyphenated-reference-regexp): New variable.
5260 (Man-build-references-alist): Use it to search for referenced
5261 manpages. If hyphenated is non-nil, record a concatenated word in
5262 Man-refpages-alist only if it matches Man-reference-regexp.
5263 Update word's length when it is concatenated. Reverse the list,
5264 to get the first manpage at the head.
5265 (Man-possibly-hyphenated-word): New function.
5266 (Man-follow-manual-reference): Use it instead of current-word to
5267 find a manpage at point, in a way that accounts for hyphenated
5268 references.
5269
5270 2001-03-06 Alex Schroeder <alex@gnu.org>
5271
5272 * sql.el (sql-interbase): New function.
5273 (sql-interbase-program): New option.
5274 (sql-interbase-options): New option.
5275 And some typos fixed: "customise" to "customize".
5276
5277 2001-03-06 Dave Love <fx@gnu.org>
5278
5279 * textmodes/flyspell.el (flyspell-region):
5280 Set up flyspell-local-mouse-map.
5281
5282 2001-03-05 Richard M. Stallman <rms@gnu.org>
5283
5284 * mail/rmail.el (rmail-retry-failure):
5285 Don't call rmail-beginning-of-message.
5286 Don't discard From: field. Do discard Received: field.
5287 Use unwind-protect to re-prune.
5288 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
5289
5290 2001-03-06 Kenichi Handa <handa@etl.go.jp>
5291
5292 * international/quail.el (quail-title): Add autoload cookie.
5293
5294 2001-03-05 Dave Love <fx@gnu.org>
5295
5296 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5297 new defs.
5298
5299 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5300
5301 * language/ethio-util.el (ethio-toggle-space):
5302 Update current-input-method-title if necessary.
5303 (ethio-toggle-punctuation): Likewise.
5304
5305 * international/quail.el (quail-title): Fix for the case that a
5306 title of an input method is specified by a list of the same form
5307 as used in mode-line-format.
5308
5309 * international/mule-cmds.el (activate-input-method):
5310 If current-input-method-title is set by activating INPUT-METHOD,
5311 respect that value.
5312
5313 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5314
5315 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5316
5317 2001-03-05 Alex Schroeder <alex@gnu.org>
5318
5319 * sql.el (sql-sybase): Fix typo (was: query user about server two
5320 times instead of server and database).
5321
5322 * sql.el (sql-sybase): Doc change.
5323 (sql-mysql): Doc change.
5324 (sql-postgres): Doc change.
5325
5326 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5327
5328 * international/mule-conf.el (emacs-mule, raw-text):
5329 Docstring modified.
5330
5331 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5332
5333 * term/internal.el: Update copyright notice.
5334
5335 * term/pc-win.el: Update copyright notice.
5336
5337 2001-03-02 Dave Love <fx@gnu.org>
5338
5339 * files.el (insert-file-contents-literally):
5340 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5341 not jka-compr-compression-info-list.
5342
5343 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5344
5345 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5346 spaces in default comment-start-skip settings rather than \s-.
5347
5348 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5349
5350 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5351 default-frame-alist as well.
5352
5353 2001-03-01 Dave Love <fx@gnu.org>
5354
5355 * textmodes/reftex.el (defvar): Wrap some defvars in
5356 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5357
5358 * subr.el (event-basic-type): Doc fix.
5359
5360 * international/quail.el: Doc fixes.
5361
5362 * international/utf-8.el: Doc fixes.
5363
5364 * international/mule-cmds.el: Doc fixes.
5365 (leim-list-header): Fix header text.
5366
5367 * international/mule.el (coding-system-category): Doc fix.
5368
5369 * international/ccl.el (ccl-compile): Doc fix.
5370
5371 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5372
5373 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5374 rather than (before|after)-change-functions.
5375
5376 2001-03-01 Gerd Moellmann <gerd@gnu.org>
5377
5378 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5379 scroll-left and scroll-right being called interactively so that
5380 they set the window's min_hscroll.
5381
5382 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5383
5384 * info.el (info-insert-file-contents-1): Accept an additional
5385 argument `lfn': if it is non-nil, concatenate `filename' and
5386 `suffix'; otherwise use the complicated MS-DOS code.
5387 All callers changed.
5388 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5389 can access long file names, try the long file-name version of
5390 `info-insert-file-contents-1', then the short file-name version.
5391
5392 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
5393
5394 * language/ethio-util.el (setup-ethiopic-environment-internal):
5395 Change bindings of functions keys to conform to "Emacs Lisp Coding
5396 Convention".
5397
5398 * language/ethiopic.el ("Ethiopic"): Add documentation.
5399
5400 2001-02-28 Kenichi Handa <handa@etl.go.jp>
5401
5402 * international/utf-8.el (mule-utf-8): Set coding-category
5403 property to coding-category-utf-8.
5404
5405 2001-02-27 Richard M. Stallman <rms@gnu.org>
5406
5407 * lpr.el (lpr-page-header-switches, print-region-1):
5408 Undo 2000-07-06 change.
5409 (lpr-add-switches): Default to t on gnu/linux.
5410
5411 2001-02-27 Gerd Moellmann <gerd@gnu.org>
5412
5413 * bs.el (bs-attributes-list): Doc fix.
5414
5415 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5416
5417 * help.el (describe-project): Display the file THE-GNU-PROJECT.
5418
5419 * help.el (view-order-manuals): Use goto-address.
5420
5421 * startup.el (command-line-1): Add info about ordering manuals
5422 to the not so fancy splash screens.
5423
5424 2001-02-26 Andre Spiegel <spiegel@gnu.org>
5425
5426 * vc.el (vc-default-workfile-unchanged-p)
5427 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
5428
5429 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5430
5431 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
5432 fontify in the right buffer.
5433
5434 * allout.el (outline-flag-region): Move macro in front of first
5435 use to avoid a run-time error.
5436
5437 2001-02-24 Andrew Innes <andrewi@gnu.org>
5438
5439 * makefile.w32-in: Fix copyright notice.
5440
5441 2001-02-24 Kenichi Handa <handa@etl.go.jp>
5442
5443 * international/utf-8.el (mule-utf-8): Set correct value for
5444 valid-codes property.
5445
5446 * international/fontset.el (x-complement-fontset-spec): In the
5447 case that we use ASCII font for the other charsets, use only
5448 family and registry part of it.
5449
5450 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5451
5452 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5453 (shrink-window-if-larger-than-buffer): Doc fix.
5454
5455 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5456
5457 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5458 predicate passed to completing-read.
5459
5460 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5461
5462 * startup.el (command-line): Fix last change.
5463
5464 2001-02-23 Jason Rumney <jasonr@gnu.org>
5465
5466 * startup.el (tool-bar-originally-present): New variable.
5467 (command-line): Set it if the tool-bar is switched on at startup.
5468
5469 * frame.el (frame-notice-user-settings): Only adjust frame height
5470 for no tool-bar case if tool-bar was originally switched on.
5471 From E. Jay Berkenbilt.
5472
5473 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5474
5475 * server.el (server-switch-buffer): Only switch window if the
5476 current one is dedicated.
5477
5478 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5479 rather than using (match-beginning 0) when searching for break point.
5480
5481 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5482
5483 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5484 @ follows an accent command such as @'. Support optional braces
5485 in commands that insert accents, like makeinfo does.
5486
5487 2001-02-22 Gerd Moellmann <gerd@gnu.org>
5488
5489 * startup.el (fancy-splash-text): Add a line for ordering
5490 manuals. Reverse order of splash screens shown.
5491 (use-fancy-splash-screens-p): Adapt to the text line added.
5492
5493 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5494 manuals from the FSF.
5495
5496 * help.el (view-order-manuals): New function.
5497 (toplevel): Bind C-h C-m to this function.
5498
5499 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5500
5501 * newcomment.el (comment-forward): Skip the comment-start before
5502 searching for the comment-end.
5503
5504 2001-02-21 Dave Love <fx@gnu.org>
5505
5506 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5507
5508 * international/mule-cmds.el, international/mule.el: Doc fixes.
5509
5510 2001-02-21 Gerd Moellmann <gerd@gnu.org>
5511
5512 * startup.el (fancy-splash-screens): Use display-hourglass
5513 instead of display-busy-cursor.
5514
5515 * frame.el (display-hourglass): Renamed from busy-cursor.
5516 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5517 (show-cursor-in-non-selected-windows): Doc fix.
5518
5519 2001-02-20 Dave Love <fx@gnu.org>
5520
5521 * international/utf-8.el: Doc and commentary fixes.
5522
5523 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5524
5525 * ehelp.el (with-electric-help): Doc fix.
5526
5527 2001-02-20 Gerd Moellmann <gerd@gnu.org>
5528
5529 * msb.el (msb-mode): Call the update-buffers function explicitly
5530 with a FORCE argument.
5531
5532 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5533 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5534 returns nil.
5535
5536 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5537
5538 * ps-print.el: Timestamp package replacement. Some enhancements.
5539 Some XEmacs compatibility. Doc fix.
5540 (ps-print-version): New version number (6.4).
5541 (ps-printer-name): Initialization fix.
5542 (ps-zebra-stripe-follow): Funcionality enhancement.
5543 (ps-prologue-file): Code enhancement.
5544 (ps-right-header): Timestamp package replacement.
5545 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5546 (ps-get-page-dimensions)
5547 (ps-generate-header, ps-begin-file, ps-begin-job)
5548 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5549 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5550 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5551 (coding-system-for-write): Var declaration (XEmacs compatibility).
5552
5553 2001-02-20 Miles Bader <miles@gnu.org>
5554
5555 * image-file.el (image-file-name-extensions): Add "tif".
5556
5557 2001-02-19 Gerd Moellmann <gerd@gnu.org>
5558
5559 * wid-edit.el (widget-button-click): Save the selected window
5560 around the code handling clicks on buttons.
5561
5562 2001-02-18 Dave Love <fx@gnu.org>
5563
5564 * imenu.el (imenu--generic-function): Use mapc to iterate over
5565 syntax characters.
5566
5567 2001-02-17 Richard M. Stallman <rms@gnu.org>
5568
5569 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5570
5571 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5572
5573 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5574
5575 * mouse.el (mouse-save-then-kill): If the distance from the new
5576 point to the mark is equal to the distance of point from the new
5577 point, move point instead of the mark.
5578
5579 2001-02-16 Dave Love <fx@gnu.org>
5580
5581 * textmodes/flyspell.el (flyspell-get-word): Return string without
5582 properties.
5583
5584 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5585
5586 * generic.el (generic-find-file-regexp): Doc fix.
5587 (generic-ignore-files-regexp): New defcustom.
5588 (generic-mode-find-file-hook): If the file's name matches the
5589 regexp in `generic-ignore-files-regexp', don't enter
5590 default-generic-mode. Doc fix.
5591
5592 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5593
5594 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
5595 Add autoload cookies.
5596
5597 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
5598 of cal-tex-24.
5599
5600 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5601
5602 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5603
5604 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5605 the character class after the (optional) drive, to support file
5606 names with embedded blanks.
5607
5608 2001-02-15 Sam Steingold <sds@gnu.org>
5609
5610 * textmodes/tex-mode.el (tex-shell-running):
5611 Check the process buffer too.
5612
5613 2001-02-15 Dave Love <fx@gnu.org>
5614
5615 * battery.el (battery-status-function): Fix doc, :type.
5616
5617 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
5618
5619 2001-02-15 Gerd Moellmann <gerd@gnu.org>
5620
5621 * subr.el (read-passwd): Clear Lisp memory holding password.
5622
5623 2001-02-15 Miles Bader <miles@gnu.org>
5624
5625 * info.el (Info-copy-current-node-name): New function.
5626 (Info-mode-menu): Add it to the menu.
5627
5628 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5629
5630 * international/mule-cmds.el (toggle-input-method): Doc fix.
5631
5632 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5633
5634 * replace.el (occur): Stop at end of buffer.
5635
5636 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5637
5638 * international/mule-cmds.el (set-input-method): Another doc fix.
5639
5640 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5641
5642 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5643
5644 2001-02-13 Miles Bader <miles@gnu.org>
5645
5646 * faces.el (set-face-background, set-face-foreground)
5647 (set-face-stipple): Treat a value of nil as being `unspecified'.
5648
5649 2001-02-12 Dave Love <d.love@dl.ac.uk>
5650
5651 * international/latin1-disp.el: Doc fixes.
5652 (latin1-display) <defgroup>: Add :link.
5653 (latin1-display) <function>: Set variable latin1-display.
5654
5655 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5656
5657 * international/mule-cmds.el (set-input-method): Doc fix.
5658
5659 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5660
5661 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5662 (speedbar-line-file): Return nil if not a file.
5663 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5664
5665 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
5666
5667 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5668 for remote files.
5669 (ediff-coding-system-for-read): Replaced the no-conversion default
5670 with raw-text.
5671
5672 * ediff-init.el: Removed :version from defcustom vars.
5673
5674 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5675 Better handling of the diff mode.
5676
5677 * ediff.texi: Added ediff-coding-system-for-read.
5678
5679 * viper.texi: Fix typos.
5680
5681 2001-02-11 Dave Love <fx@gnu.org>
5682
5683 * shadowfile.el: Doc fixes.
5684 (shadow) <defgroup>: Add :link.
5685 (shadowfile-unload-hook): New function.
5686 (shadow-initialize): Use defalias, not fset.
5687 (shadow-define-cluster, shadow-define-literal-group)
5688 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
5689
5690 * international/mule.el: Doc and message fixes.
5691
5692 * international/ccl.el (define-ccl-program): Doc fix.
5693
5694 2001-02-11 Kenichi Handa <handa@etl.go.jp>
5695
5696 * faces.el (mode-line): Set :line-width property to -1.
5697
5698 2001-02-10 Richard M. Stallman <rms@gnu.org>
5699
5700 * complete.el (partial-completion-mode): Doc fix.
5701
5702 * simple.el (delete-key-deletes-forward-mode):
5703 Change `let' to `let*' to fix gross bug in last change.
5704
5705 * repeat.el (repeat): Don't let execute-kbd-macro alter
5706 real-last-command.
5707
5708 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5709
5710 * simple.el (eval-expression): Doc fix.
5711
5712 2001-02-09 Dave Love <fx@gnu.org>
5713
5714 * imenu.el (imenu-generic-expression): Doc fix.
5715
5716 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5717 From Juanma Barranquero.
5718
5719 * emacs-lisp/authors.el (authors): Expand `root' before running find.
5720
5721 2001-02-09 Kenichi Handa <handa@etl.go.jp>
5722
5723 * faces.el (set-face-attribute): Describe the case of a negative
5724 value specified for :line-width.
5725
5726 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5727
5728 * which-func.el (which-func-mode): Invert which-func-mode-global.
5729 From Juanma Barranquero <lektu@uol.com.br>.
5730
5731 2001-02-08 Dave Love <fx@gnu.org>
5732
5733 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5734 widget-plist-value-type.
5735 (widget-alist-convert-widget): Replace binding of
5736 widget-alist-value-type.
5737
5738 * textmodes/paragraphs.el (sentence-end): Doc fix.
5739
5740 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5741 Remove `backward-line'.
5742
5743 * play/pong.el (pong-blank-color, pong-bat-color)
5744 (pong-ball-color, pong-border-color, pong-left-key)
5745 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5746 (pong-pause-key, pong-resume-key, pong-timer-delay):
5747 * mail/mh-comp.el (mh-compose-letter-function):
5748 * eshell/esh-mode.el (eshell-skip-prompt-function):
5749 * emulation/viper-ex.el (ex-unix-type-shell-options):
5750 * recentf.el (recentf-menu-filter):
5751 * ps-print.el (ps-print-region-function):
5752 * lpr.el (print-region-function):
5753 * forms.el (forms-mode-hooks):
5754 * dirtrack.el (dirtrack-directory-change-hook):
5755 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5756 * textmodes/spell.el (spell-filter):
5757 * textmodes/fill.el (adaptive-fill-function):
5758 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5759 * progmodes/etags.el (find-tag-default-function):
5760 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
5761 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5762
5763 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5764
5765 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5766 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5767 Meyering <jim@meyering.net>.
5768
5769 * loadup.el: Revert last change.
5770
5771 2001-02-07 Kenichi Handa <handa@etl.go.jp>
5772
5773 * international/mule.el (transform-make-coding-system-args):
5774 Make it work also for coding systems not using CCL.
5775
5776 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5777
5778 * simple.el (previous-matching-history-element)
5779 (next-matching-history-element): Doc fix.
5780
5781 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5782 specific part.
5783
5784 2001-02-06 Dave Love <fx@gnu.org>
5785
5786 * add-log.el (add-log-current-defun-function)
5787 (add-log-buffer-file-name-function, add-log-file-name-function):
5788 Fix :type.
5789 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5790
5791 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5792
5793 * info.el (info-initialize): Remove the test for system-type when
5794 invocation-directory is non-nil.
5795
5796 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5797 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5798
5799 2001-02-06 Andrew Innes <andrewi@gnu.org>
5800
5801 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5802 absolute.
5803
5804 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5805
5806 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5807 buffers. When hi-lock turned on rather than only checking current
5808 buffer for regexps, all buffers are checked. Moved activation of
5809 font-lock to hi-lock-refontify. When font-lock turned off rather
5810 than removing added highlighting just in current buffer, remove it
5811 in all buffers. Changed edit menu text from "Automatic
5812 Highlighting" to "Regexp Highlighting" Documentation for
5813 highlighting phrases, minor documentation changes.
5814 (hi-lock-set-file-patterns): Execute only if there are new or
5815 existing file patterns.
5816 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5817 unfontify and, if a support mode is active, will not refontify the
5818 whole buffer. If necessary, turn on font lock. (Removed
5819 font-lock-unfontify and font-lock support-mode-specific calls,
5820 such as lazy-lock-fontify-window.)
5821 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5822 patterns are found. Not useful now since find-file-hook is removed
5823 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
5824 (hi-lock-face-phrase-buffer): New function. Also added related
5825 menu item and keybinding.
5826 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5827 (hi-lock-process-phrase): New function.
5828 (hi-lock-line-face-buffer): Doc fixes.
5829 (hi-lock-face-buffer): Doc fixes.
5830 (hi-lock-unface-buffer): Doc fixes.
5831
5832 2001-02-06 Gerd Moellmann <gerd@gnu.org>
5833
5834 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5835 dabbrev-ignored-regexps.
5836
5837 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5838
5839 * simple.el (kill-line): Doc fix.
5840
5841 2001-02-05 Dave Love <fx@gnu.org>
5842
5843 * loadup.el: Revert last two changes -- bootstrapping works with
5844 regenerated loaddefs.
5845
5846 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5847
5848 * isearch.el (isearch-forward): Doc fix.
5849
5850 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5851 of font-lock-defaults to backward-paragraph.
5852
5853 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5854
5855 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5856 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5857
5858 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5859
5860 * ebnf2ps.el: Eliminate time-stamp functions.
5861 (ebnf-version): New version (3.5).
5862 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5863 format-time-string.
5864
5865 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5866
5867 * simple.el (next-line): Goto end-of-line before inserting a newline.
5868
5869 2001-02-05 Miles Bader <miles@gnu.org>
5870
5871 * image-file.el (insert-image-file): When visiting an image, also
5872 set `truncate-lines' to t so that any fringe arrow looks correct.
5873
5874 2001-02-05 Kenichi Handa <handa@etl.go.jp>
5875
5876 * isearch.el (isearch-forward): Add description about input method
5877 in the docsting.
5878
5879 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5880
5881 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5882
5883 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5884
5885 * info.el (info-initialize): If installation-directory is nil, for
5886 DOS/Windows systems try looking in a sibling of invocation-directory.
5887
5888 2001-02-02 Gerd Moellmann <gerd@gnu.org>
5889
5890 * wid-edit.el (widget-button-click): Fix last change.
5891
5892 * frame.el (frame-notice-user-settings): When resizing the initial
5893 frame because the tool bar is off, also change the frame's top
5894 position if a negative top position was specified.
5895
5896 2001-02-02 Miles Bader <miles@gnu.org>
5897
5898 * image-file.el (insert-image-file): When visiting an image,
5899 suppress the cursor in the image buffer.
5900
5901 2001-02-01 Dave Love <fx@gnu.org>
5902
5903 * progmodes/f90.el (f90-mode): Remove startup message.
5904
5905 * vc-cvs.el: Remove autoloads. Require vc when compiling.
5906
5907 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5908
5909 * startup.el (command-line): Fix code determining whether or not
5910 to use delete-key-deletes-forward-mode.
5911
5912 2001-02-01 Andre Spiegel <spiegel@gnu.org>
5913
5914 * vc.el (vc-diff-switches): New user option.
5915 (vc-version-diff): Use it.
5916 (vc-diff-switches-list): New macro.
5917
5918 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5919 New customization options.
5920 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5921
5922 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5923
5924 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5925
5926 * msb.el (toplevel): Quote hook symbols.
5927
5928 2001-02-01 Kenichi Handa <handa@etl.go.jp>
5929
5930 * international/mule.el (make-coding-system): Add description
5931 about recognized properties in the docstring.
5932
5933 * international/mule-conf.el: Remove unused charsets
5934 mac-roman-lower and mac-roman-upper.
5935
5936 2001-01-31 Gerd Moellmann <gerd@gnu.org>
5937
5938 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5939 is in front of the left-margin, if any.
5940
5941 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5942 like `delete'.
5943
5944 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
5945
5946 * term/w32-win.el (mouse-set-font): Doc fix.
5947
5948 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
5949
5950 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5951 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5952 on already.
5953
5954 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
5955
5956 * files.el (save-buffer): Don't give message if (buffer-file-name)
5957 returns nil.
5958
5959 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5960
5961 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5962
5963 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5964 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5965
5966 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5967 display problems.
5968
5969 2001-01-31 Kenichi Handa <handa@etl.go.jp>
5970
5971 * international/mule.el (charset-info): Fix docstring.
5972
5973 * international/mule-diag.el (describe-character-set): Check final
5974 char valid before printing it.
5975
5976 2001-01-30 Gerd Moellmann <gerd@gnu.org>
5977
5978 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5979
5980 * frame.el (frame-notice-user-settings): Do the tool-bar
5981 stuff only for graphical displays. Fix a braino.
5982
5983 * frame.el (frame-initialize): Create initial frame visible.
5984 (frame-notice-user-settings): When tool-bar has been switched off,
5985 correct the frame size and sync tool-bar-mode.
5986
5987 * startup.el (command-line): Remove manipulation of frame
5988 height for tool bars.
5989
5990 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5991
5992 * lpr.el: Compatibility with XEmacs and doc fixes.
5993 (lpr-windows-system, lpr-lp-system): New vars.
5994 (lpr-printer-switch): New defcustom.
5995 (printer-name, lpr-command): Customization fix.
5996 (print-region-1): Code fix.
5997 (print-region-new-buffer, printify-region): Indentation fix.
5998 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5999 New functions.
6000
6001 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6002
6003 * msb.el (toplevel): Fix the eval-after-load.
6004
6005 2001-01-29 Dave Love <fx@gnu.org>
6006
6007 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
6008
6009 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
6010
6011 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
6012 (tcl-using-emacs-19-23): Consider Emacs 21+.
6013 (tcl-help-directory-list, tcl-command-switches): Fix :type.
6014 (tcl-add-emacs-menu): Supply menu name.
6015 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
6016
6017 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6018
6019 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
6020
6021 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
6022
6023 * pcvs.el (cvs-mark-fis-dead): New function.
6024 (cvs-mode-add): Use it.
6025 (cvs-mode-add-change-log-entry-other-window):
6026 Rebind change-log-default-name to itself rather than to nil.
6027
6028 2001-01-29 Sam Steingold <sds@gnu.org>
6029
6030 * vc-cvs.el: Replaced (require 'vc) with a bunch of
6031 `autoload' statements.
6032
6033 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
6034
6035 * files.el (confirm-kill-emacs): Doc fix.
6036
6037 * frame.el (frame-initialize): Doc fix.
6038
6039 * time-stamp.el (time-stamp-string): Doc fix.
6040
6041 * woman.el (WoMan-log-1): Make the log buffer writable.
6042 From Markus Rost <rost@math.ohio-state.edu>.
6043
6044 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6045
6046 * imenu.el (imenu-syntax-alist): Add autoload cookie for
6047 the `make-variable-buffer-local'.
6048
6049 2001-01-29 Dave Love <fx@gnu.org>
6050
6051 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
6052 (ansi-color-for-comint-mode-on, ansi-color-process-output):
6053 Add autoload cookie.
6054 (ansi-color-apply-sequence): Fix typo.
6055
6056 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6057
6058 * menu-bar.el (menu-bar-files-menu): Add menu items for
6059 Postscript printing in black and white.
6060
6061 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
6062 X-Mailman-Version, Precedence, List-Help, List-Post,
6063 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6064 Content-Type, Content-Length.
6065
6066 2001-01-29 Dave Love <fx@gnu.org>
6067
6068 * elide-head.el (elide-head): Make overlay evaporate.
6069
6070 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
6071
6072 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
6073
6074 * isearch.el (isearch-highlight): Don't punt if the display
6075 doesn't support colors, since isearch faces are defined for
6076 monochrome displays as well.
6077
6078 2001-01-27 Sam Steingold <sds@gnu.org>
6079
6080 * shell.el (shell-write-history-on-exit): Make sure that we are in
6081 the shell buffer (M-x tex-file RET inserted the error message into
6082 the TeX buffer).
6083
6084 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6085
6086 * simple.el (transient-mark-mode): Doc fix.
6087
6088 2001-01-27 Gerd Moellmann <gerd@gnu.org>
6089
6090 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
6091
6092 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6093
6094 * shell.el (shell-unquote-argument): If the shell is one of the
6095 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
6096 quote character.
6097 (shell-dumb-shell-regexp): Document that the shells which match
6098 this regexp are supposed to not treat a backslash as a quote character.
6099
6100 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
6101 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
6102
6103 2001-01-27 Richard M. Stallman <rms@gnu.org>
6104
6105 * dabbrev.el (dabbrev--substitute-expansion):
6106 Treat a one-capital-letter abbrev as "not all upper case",
6107 so as to force preservation of the expansion's pattern
6108 if the expansion starts with a capital letter.
6109
6110 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6111
6112 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6113 Doc fix.
6114
6115 * simple.el (transient-mark-mode): Document the fact that many
6116 commands act on the region when mark is active.
6117
6118 2001-01-27 Kenichi Handa <handa@etl.go.jp>
6119
6120 * international/quail.el (quail-setup-completion-buf): Make the
6121 multibyteness of current buffer inherited to Quail completion buffer.
6122 (quail-show-guidance-buf): Make the multibyteness of current
6123 buffer inherited to Quail guidance buffer.
6124 (quail-help): Make the multibyteness of current buffer inherited
6125 to Quail help buffer.
6126
6127 2001-01-26 Dave Love <fx@gnu.org>
6128
6129 * time-stamp.el: Doc fixes.
6130
6131 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
6132 (delphi-keyword-face, delphi-other-face): Fix :type.
6133
6134 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6135
6136 * mail/feedmail.el (feedmail): Add :link.
6137 (feedmail-send-it): Doc fix.
6138
6139 * mail/sendmail.el: Doc fixes.
6140 (sendmail-send-it): Fix the non-ASCII regexp and use
6141 rfc2047-encode-string.
6142
6143 * dired.el, dired-aux.el: Revert last change.
6144
6145 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6146
6147 * makefile.w32-in (DONTCOMPILE): Add various term files.
6148
6149 2001-01-26 Dave Love <fx@gnu.org>
6150
6151 * Makefile.in (DONTCOMPILE): Add various term files.
6152
6153 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6154
6155 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6156
6157 * startup.el (display-startup-echo-area-message): Make sure
6158 the echo area is resized to fit the size of the startup message.
6159
6160 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6161 part of which is a constant.
6162
6163 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6164
6165 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
6166
6167 2001-01-26 Richard M. Stallman <rms@gnu.org>
6168
6169 * simple.el (next-line): Don't let `newline' expand abbrevs.
6170 Simplify slightly.
6171 (open-line): Don't let `newline' expand abbrevs.
6172
6173 2001-01-25 John Wiegley <johnw@gnu.org>
6174
6175 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6176 to `repeat' in the :type field.
6177
6178 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6179 allow a choice of regexp or nil.
6180 (pcomplete-dir-ignore): Same.
6181
6182 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6183 a command) to always fail.
6184
6185 2001-01-25 Gerd Moellmann <gerd@gnu.org>
6186
6187 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6188 discard the result.
6189 (iswitchb-to-end): Likewise.
6190
6191 2001-01-25 Sam Steingold <sds@gnu.org>
6192
6193 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
6194 Require vc.
6195
6196 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6197
6198 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6199
6200 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6201
6202 2001-01-25 Dave Love <fx@gnu.org>
6203
6204 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6205 (describe-coding-system): Tweak the English text.
6206
6207 * loadup.el: Preload international/ccl for utf-8.
6208
6209 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6210
6211 * mail/rmail.el (rmail-redecode-body): Doc fix.
6212
6213 2001-01-25 Kenichi Handa <handa@etl.go.jp>
6214
6215 * international/mule-cmds.el (reset-language-environment):
6216 Reset coding-category-utf-8 to mule-utf-8.
6217
6218 * international/mule-conf.el (coding-category-utf-8):
6219 Initialize to mule-utf-8.
6220
6221 * loadup.el: Preload international/utf-8.
6222
6223 * international/utf-8.el: New file.
6224
6225 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6226
6227 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6228
6229 2001-01-24 Sam Steingold <sds@gnu.org>
6230
6231 * dired.el (dired-replace-in-string): Removed.
6232 (dired-sort-toggle): Use `replace-regexps-in-string'
6233 instead of `dired-replace-in-string'.
6234
6235 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6236 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
6237
6238 * gs.el (gs-replace-in-string): Removed.
6239 (gs-options): Use `replace-regexps-in-string'
6240 instead of `gs-replace-in-string'.
6241
6242 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6243
6244 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6245 bug report is mailed to an email list and posted to a news group.
6246
6247 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6248
6249 * comint.el (comint-replace-by-expanded-history-before-point):
6250 Fix change of 2000-08-03 to move point to the start of the line again.
6251
6252 * startup.el (tool-bar-images-pixel-height): New variable.
6253 (command-line): After loading the user's init file, when
6254 tool-bar-mode is on, increase the frame's size by some lines for
6255 the tool-bar.
6256
6257 * frame.el (frame-initialize): Create the initial frame invisible.
6258
6259 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6260
6261 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6262 (chinese-big5): MIME:Big5.
6263
6264 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6265
6266 * international/mule-cmds.el (universal-coding-system-argument):
6267 Handle commands with prefix args.
6268
6269 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6270
6271 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6272 being a list of numbers.
6273 (diary-mail-entries): Rewritten.
6274
6275 2001-01-23 Dave Love <fx@gnu.org>
6276
6277 * international/mule.el (make-coding-system): Fix typo.
6278
6279 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6280 Add backward-paragraph as font-lock-beginning-of-syntax-function.
6281
6282 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6283
6284 * font-lock.el (font-lock-mode): Doc fix.
6285
6286 2001-01-23 Kenichi Handa <handa@etl.go.jp>
6287
6288 * international/mule.el (make-translation-table): Fix docstring.
6289
6290 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6291
6292 * mail/rmail.el (rmail-redecode-body): New function.
6293
6294 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6295
6296 2001-01-22 Gerd Moellmann <gerd@gnu.org>
6297
6298 * isearch.el (isearch-lazy-highlight-case-fold-search)
6299 (isearch-lazy-highlight-regexp): New variables.
6300 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6301 case-fold search or regexp search has been toggled.
6302
6303 * wid-edit.el (widget-button-click): Avoid a save-excursion
6304 around running a global binding.
6305
6306 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6307 to 0.25.
6308
6309 2001-01-20 Miles Bader <miles@gnu.org>
6310
6311 * cus-edit.el (custom-face-save): Do post-processing on the face's
6312 new value like `custom-face-set' does.
6313
6314 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6315
6316 * mail/emacsbug.el (report-emacs-bug): Report the value of
6317 LC_CTYPE, not LC_TYPE.
6318
6319 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6320 isearch-toggle-regexp and isearch-edit-string to doc string.
6321
6322 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6323
6324 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6325 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6326
6327 * jit-lock.el (jit-lock-fontify-now): Don't bind
6328 font-lock-beginning-of-syntax-function to nil.
6329
6330 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6331
6332 * mail/emacsbug.el (report-emacs-bug): Report values of
6333 locale-coding-system, default-enable-multibyte-characters, and the
6334 environment variables LC_ALL, LC_TYPE, and LANG.
6335
6336 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6337
6338 * font-lock.el (font-lock-default-fontify-region): Fix last change.
6339
6340 * font-lock.el (font-lock-multiline): Default to nil.
6341 (font-lock-default-fontify-region): If font-lock-multiline is
6342 nil, don't check the property `font-lock-multiline'.
6343
6344 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6345 is nil, don't check the `font-lock-multiline' text property.
6346
6347 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6348
6349 * viper.el: Call initial-major-mode on startup.
6350
6351 * ediff.el (ediff-patch-file): Use better defaults.
6352
6353 * ediff-vers.el: Fix for 8+3 DOS file systems.
6354
6355 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
6356
6357 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6358 diff mode, if available.
6359
6360 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6361
6362 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
6363
6364 * ediff-init.el (subst-char-in-string): Define and use it, unless
6365 it's already defined.
6366
6367 2001-01-18 Gerd Moellmann <gerd@gnu.org>
6368
6369 * tooltip.el (tooltip-hide-delay): New user-option.
6370 (tooltip-show): Use tooltip-hide-delay instead of the default.
6371
6372 2001-01-18 Kenichi Handa <handa@etl.go.jp>
6373
6374 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6375 kill-local-variable doesn't work for enable-multibyte-characters.
6376
6377 2001-01-17 Dave Love <fx@gnu.org>
6378
6379 * ediff-init.el (ediff-before-setup-hook)
6380 (ediff-merge-filename-prefix): Add :version.
6381
6382 * international/latin1-disp.el: Require disp-table.
6383 (latin1-display): Fix :set.
6384
6385 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6386
6387 2001-01-17 Gerd Moellmann <gerd@gnu.org>
6388
6389 * isearch.el (isearch-lazy-highlight-initial-delay)
6390 (isearch-lazy-highlight-interval): Default to 0.
6391
6392 2001-01-17 Bob Glickstein <bobg@zanshin.com>
6393
6394 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6395 1 here rather than each time through
6396 isearch-lazy-highlight-new-loop.
6397 (isearch-lazy-highlight-max): Variable deleted.
6398 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6399 isearch-lazy-highlight-max but controls a single invocation of
6400 isearch-lazy-highlight-update.
6401 (isearch-lazy-highlight-wrapped): Variable recreated.
6402 (isearch-lazy-highlight-window-start): New variable.
6403 (isearch-lazy-highlight-cleanup): Restored to behavior of
6404 before 2-Jan.
6405 (isearch-lazy-highlight-remove-overlays): Function deleted;
6406 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6407 behavior removed.
6408 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6409 isearch-lazy-highlight-update in a loop rather than just once.
6410 Test isearch-invalid-regexp here and decide not to start a new
6411 loop, rather than testing it each time through
6412 isearch-lazy-highlight-update.
6413 (isearch-lazy-highlight-search): Function restored.
6414 (isearch-lazy-highlight-update): Get called in a timer loop again,
6415 but this time highlight more than one match each time through.
6416 Only highlight matches in the visible part of the window.
6417 Start at point, move in the direction of the search, and wrap around at
6418 the edge of the window. Use sit-for to force redisplay and ensure
6419 window-start is credible. "Face suppressing" behavior removed;
6420 overlay priorities should make it unnecessary, right?
6421 (isearch-highlight): Face suppressing behavior removed.
6422 (isearch-dehighlight): Face suppressing behavior removed.
6423 (isearch-set-lazy-highlight-faces-at): Removed.
6424
6425 2001-01-17 Kenichi Handa <handa@etl.go.jp>
6426
6427 * language/european.el ("Latin-1"): Make the format of description
6428 about additional language environments same as that of Latin-2.
6429
6430 2001-01-16 Dave Love <fx@gnu.org>
6431
6432 * isearch.el (isearch-lazy-highlight): Add :version.
6433
6434 * simple.el (backward-delete-char-untabify-method)
6435 (next-line-add-newlines): Add :version.
6436
6437 2001-01-16 Gerd Moellmann <gerd@gnu.org>
6438
6439 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6440 Don't bind <delete> otherwise.
6441
6442 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6443 and <delete> via function-key-map.
6444
6445 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6446 Subject line only if point is after the `Subject:'.
6447
6448 2001-01-16 Kenichi Handa <handa@etl.go.jp>
6449
6450 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6451 japanese-jisx0213-2 in `charset' property of this lang. env.
6452
6453 * language/european.el ("Latin-1"): Add description for Dutch and
6454 Spanish lang. env.
6455
6456 * international/mule.el (decode-char): Fix conditions.
6457 (encode-char): Handle eight-bit-control too.
6458 (transform-make-coding-system-args): New function.
6459 (make-coding-system): Accept XEmacs style arguments for CCL base
6460 coding system.
6461
6462 2001-01-15 Gerd Moellmann <gerd@gnu.org>
6463
6464 * progmodes/etags.el (find-tag-noselect): Save the value of
6465 tags-file-name before switching buffers, for the case it has a
6466 buffer-local value.
6467
6468 2001-01-15 Alex Schroeder <alex@gnu.org>
6469
6470 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6471 From Dave Love <fx@gnu.org>.
6472 (ansi-color-for-comint-mode): Fix :version.
6473
6474 2001-01-15 Alex Schroeder <alex@gnu.org>
6475
6476 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6477
6478 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6479
6480 * dired.el (dired-insert-directory): If file-system-info fails,
6481 remove the " free " part, but don't signal an error.
6482
6483 2001-01-12 Sam Steingold <sds@gnu.org>
6484
6485 * bookmark.el (bookmark-maybe-historicize-string):
6486 Use new backquote syntax.
6487
6488 2001-01-12 Richard M. Stallman <rms@gnu.org>
6489
6490 * subr.el (last): Handle a list that doesn't end in nil.
6491
6492 2001-01-12 Sam Steingold <sds@gnu.org>
6493
6494 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6495 to `backward-delete-char-untabify'.
6496
6497 2001-01-12 Dave Love <fx@gnu.org>
6498
6499 * cus-edit.el (customize-menu-create): Fix the :filter following
6500 easymenu change.
6501
6502 * wid-edit.el (function): Add :match-alternatives.
6503 (widget-color-action): Doc fix.
6504
6505 2001-01-12 Gerd Moellmann <gerd@gnu.org>
6506
6507 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6508
6509 2001-01-12 Kenichi Handa <handa@etl.go.jp>
6510
6511 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
6512
6513 * international/ccl.el (define-ccl-program): Fix docstring.
6514
6515 2001-01-11 Dave Love <fx@gnu.org>
6516
6517 * international/mule-cmds.el (standard-display-european-internal):
6518 Set display table for 2208 as for 160.
6519
6520 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6521
6522 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6523 entry for custom-menu-create change.
6524 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6525 don't cons it in the search loop.
6526
6527 * imenu.el (imenu--truncate-items): Revert last change.
6528
6529 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6530
6531 * info.el (Info-setup-header-line): If the node header includes
6532 either Next: or Prev: links, don't show the File: and Node: parts
6533 in the header line.
6534
6535 2001-01-11 Gerd Moellmann <gerd@gnu.org>
6536
6537 * comint.el (comint-goto-process-mark): Don't print a message
6538 when running in batch mode.
6539
6540 * isearch.el (isearch-search): In the condition-case handler for
6541 `error', set isearch-invalid-regexp to the whole error message.
6542
6543 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6544 ensure that eval-after-load works for files dumped with Emacs.
6545
6546 * help.el (load-symbol-file-load-history): New function extracted
6547 from function symbol-file.
6548 (symbol-file): Use it.
6549
6550 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
6551
6552 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6553
6554 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6555 behave as if there were no prefix argument.
6556 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6557 argument were nil.
6558
6559 2001-01-11 Richard M. Stallman <rms@gnu.org>
6560
6561 * isearch.el (isearch-lazy-highlight-update):
6562 Don't look for more potential matches once maximum is exceeded.
6563 Use overlays-in to check correctly for overlap with current match.
6564 Ignore empty matches.
6565
6566 2001-01-11 Miles Bader <miles@gnu.org>
6567
6568 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6569 (ispell-overlay-window, ispell-help, ispell-show-choices)
6570 (ispell-command-loop): Use it instead of `window-height'.
6571
6572 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6573
6574 * files.el (confirm-kill-emacs): New user-option.
6575 (save-buffers-kill-emacs): Ask for final confirmation before
6576 killing Emacs.
6577
6578 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6579 to nil.
6580
6581 2001-01-10 Dave Love <fx@gnu.org>
6582
6583 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6584
6585 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
6586
6587 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6588
6589 * calculator.el (calculator-number-digits): Fix :type.
6590
6591 * vc-cvs.el (vc-cvs-header): Fix :type.
6592 * vc-rcs.el (vc-rcs-header): Fix :type.
6593 * vc-sccs.el (vc-sccs-header): Fix :type.
6594
6595 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6596
6597 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6598
6599 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6600
6601 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6602
6603 * simple.el (set-variable): Force a thorough redisplay for the
6604 case that the variable has an effect on the display, like
6605 `tab-width' has.
6606
6607 2001-01-10 Andre Spiegel <spiegel@gnu.org>
6608
6609 * vc.el: Add documentation for backend interface.
6610
6611 2001-01-10 Kenichi Handa <handa@etl.go.jp>
6612
6613 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6614
6615 * international/mule-conf.el (latin-extra-code-table): Set to t
6616 for \223 and \224.
6617
6618 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6619
6620 * international/mule-cmds.el (locale-language-names): Map "es" to
6621 "Spanish" and "nl" to "Dutch".
6622
6623 2001-01-09 Gerd Moellmann <gerd@gnu.org>
6624
6625 * bindings.el (global-map): Bind <home> to beginning-of-line,
6626 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6627 C-<end> to end-of-buffer.
6628
6629 * language/european.el: Add Dutch and Spanish language info
6630 to be able to use the appropriate tutorials.
6631
6632 2001-01-09 Alex Schroeder <alex@gnu.org>
6633
6634 * ansi-color.el (ansi-color-process-output): Use markers instead
6635 of positions for start and end of region.
6636 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6637 Previously, occasional mistakes happend when fontifying many
6638 chunks of output (eg. ls --color=yes /dev). This happened
6639 whenever an overlay was created up to the end of the region, which
6640 coincided with the process-mark. New text would then be added
6641 within that overlay instead of after it.
6642 (ansi-color-make-extent): Overlays are created with the property
6643 `modification-hooks' set to '(ansi-color-freeze-overlay).
6644 (ansi-color-freeze-overlay): New function. When inserting text at
6645 the end of the overlay, the overlay will resize.
6646
6647 2000-01-09 Alex Schroeder <alex@gnu.org>
6648
6649 * ansi-color.el (ansi-color-process-output): Doc change.
6650 (ansi-color-unfontify-region): Doc change. No longer installed
6651 automatically in font-lock-unfontify-region-function.
6652 (ansi-color-apply): Doc change.
6653 (ansi-color-apply-on-region): Use extents or overlays instead of
6654 text-properties.
6655 (ansi-color-make-extent): New function.
6656 (ansi-color-set-extent-face): New function.
6657
6658 2000-01-09 Alex Schroeder <alex@gnu.org>
6659
6660 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6661 both use ansi-color-process-output, now.
6662 (ansi-color-process-output): Doesn't return string anymore. It is
6663 installed in comint-output-filter-functions for both Emacs and
6664 XEmacs, now.
6665 (ansi-color-unfontify-region): Simplified code removing variables
6666 pos and start-ansi.
6667 (ansi-color-apply): Put text-property ansi-color before putting
6668 text-property face because ansi-color-unfontify-region is called
6669 immediately after the call to put-text-property.
6670 (ansi-color-context-region): Doc change.
6671 (ansi-color-filter-region): Simplified code.
6672 (ansi-color-apply-on-region): Changed start to start-marker, using
6673 a marker explicitly. Put text-property ansi-color before putting
6674 text-property face because ansi-color-unfontify-region is called
6675 immediately after the call to put-text-property.
6676
6677 2000-01-09 Alex Schroeder <alex@gnu.org>
6678
6679 * ansi-color.el (ansi-color-faces-vector): Doc change.
6680 (ansi-color-for-comint-mode): Changed :type property to choice.
6681 (ansi-color-last-context): Removed.
6682 (ansi-color-process-output): Don't use ansi-color-last-context, as
6683 the main functions will store their context now.
6684 (ansi-color-context): Doc change.
6685 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6686 Uses ansi-color-context such that repeated calls will strip
6687 partial escape sequences, too.
6688 (ansi-color-apply): Simplified code. Colorize end of string if
6689 face is not null. Store context in new (FACE STRING) format, such
6690 that repeated calls will strip partial escape sequences, too.
6691 Append faces to face property using ansi-color-apply-sequence such
6692 that cumulative mode actually works.
6693 (ansi-color-context-region): New variable.
6694 (ansi-color-filter-region): Rewrote it based on
6695 ansi-color-apply-on-region. Uses ansi-color-context-region such
6696 that repeated calls will strip partial escape sequences, too.
6697 (ansi-color-apply-on-region): Simplified code. Colorize end of
6698 region if face is not null. Store context in new (FACE POS)
6699 format, such that repeated calls will strip partial escape
6700 sequences, too. Append faces to face property using
6701 ansi-color-apply-sequence such that cumulative mode actually works.
6702 (ansi-color-apply-sequence): New function.
6703 (ansi-color-get-face): When the default face is added to the list
6704 of faces, all previous settings are discarded and the list of
6705 faces is set to '(default).
6706
6707 2000-01-09 Alex Schroeder <alex@gnu.org>
6708
6709 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6710 face, such that ansi-color-apply and ansi-color-apply-on-region
6711 will do the right thing.
6712 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6713 returns nil, set the list of faces back to nil instead of
6714 appending the result of ansi-color-get-face to the front of the list.
6715
6716 2000-01-09 Alex Schroeder <alex@gnu.org>
6717
6718 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6719 (ansi-color-process): Doc change.
6720 (ansi-color-last-context): New buffer-local variable.
6721 (ansi-color-process-output): New function. It is automatically
6722 added to comint-output-filter-functions if this is XEmacs.
6723 (ansi-color-unfontify-region): New optional parameter for XEmacs
6724 compatibility. Check wether font-lock-syntactic-keywords is
6725 boundp before removing the syntax table text property, as XEmacs
6726 doesn't have it.
6727 (ansi-color-filter-region): Doc change.
6728 (ansi-color-apply-on-region): Doc change.
6729 (ansi-color-make-face): New function. Compatibility layer for
6730 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6731 (ansi-color-make-color-map): Use ansi-color-make-face.
6732 (ansi-color-get-face): Avoid face text property '(nil) as results
6733 in an errow for XEmacs.
6734
6735 2000-01-09 Alex Schroeder <alex@gnu.org>
6736
6737 * ansi-color.el (ansi-color-unfontify-region): New function.
6738 Uses text-property ansi-color in order to preserve fontification by
6739 ansi-color. When the package is loaded, a lambda expression is
6740 put onto font-lock-mode-hook. This lambda expression will check
6741 font-lock-unfontify-region-function and replace
6742 font-lock-default-unfontify-region with ansi-color-unfontify-region.
6743 (ansi-color-apply): Add text-property ansi-color in addition to
6744 text-property face.
6745 (ansi-color-apply-on-region): Add text-property ansi-color in
6746 addition to text-property face.
6747 (save-buffer-state): Copy of the macro that is also used by
6748 lazy-lock and font-lock.
6749
6750 (ansi-color-for-comint-mode): New option.
6751 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6752 (ansi-color-for-comint-mode-off): Ditto.
6753 (ansi-color-for-comint-mode-filter): Ditto.
6754 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6755 decide what to do. This function is added to
6756 comint-preoutput-filter-functions when the package is loaded.
6757
6758 (ansi-color-for-shell-mode-set): Removed.
6759 (ansi-color-for-shell-mode): Removed.
6760
6761 2000-01-09 Alex Schroeder <alex@gnu.org>
6762
6763 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6764 the lambda expression from the ansi-color-for-shell-mode :set
6765 property. Additionally, modify shell-mode-hook to enable or
6766 disable font-lock-mode for future shell buffers.
6767 (ansi-color-for-shell-mode): The :set property calls
6768 ansi-color-for-shell-mode-set instead of a lambda expression.
6769
6770 2000-01-09 Alex Schroeder <alex@gnu.org>
6771
6772 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6773 (ansi-color-context): New variable.
6774 (ansi-color-apply): Save context between calls.
6775
6776 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6777
6778 * isearch.el (isearch, isearch-lazy-highlight-face):
6779 New definitions for face colors and attributes.
6780
6781 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6782 of display-mouse-p.
6783
6784 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6785
6786 * international/mule.el (make-coding-system): If the coding system
6787 accepts extra latin codes, register such codes as safe for the
6788 coding system.
6789
6790 2001-01-08 Richard M. Stallman <rms@gnu.org>
6791
6792 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6793 don't mention the file name or the date here, because they are
6794 logged at the start of the file.
6795
6796 2001-01-08 Richard M. Stallman <rms@gnu.org>
6797
6798 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6799 Change screen-width to frame-width.
6800
6801 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6802
6803 * info.el (Info-search): Print the default as part of the prompt.
6804
6805 2001-01-08 Andre Spiegel <spiegel@gnu.org>
6806
6807 * vc.el (vc-default-latest-on-branch-p): New function, replaces
6808 constant implementations in backends.
6809
6810 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6811 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6812
6813 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6814 WRITABLE to EDITABLE.
6815
6816 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6817 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6818 to EDITABLE.
6819
6820 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6821
6822 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
6823 (copyright, copyright-update): Compute the current year at run time.
6824
6825 2001-01-08 Gerd Moellmann <gerd@gnu.org>
6826
6827 * isearch.el (isearch-old-signal-hook): Removed.
6828 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6829 instead of setting signal-hook-function.
6830 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6831
6832 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
6833
6834 * emulation/edt.el: Update to version 4.0. Provide support for
6835 EDT scroll margins at top and bottom of the window. Provide an
6836 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6837 default). Enhance edt-quit, bound to GOLD-q by default, to warn
6838 user when file-related buffer modifications exist.
6839 Provide support for running EDT Emulation in XEmacs.
6840 Provide customize access to some user updatable variables.
6841 Add Commentary section to file header.
6842 Fixed a few minor bugs and cleaned up some code.
6843
6844 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6845 for detecting a keypress that generates an ASCII key sequence.
6846 (Previously, only a keypress that generates a vector was
6847 recognized.) Embed Window Manager name into name of the generated
6848 EDT Emulation initialization file since the initialization file is
6849 Window Manager specific. Add Commentary section to file header.
6850
6851 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6852
6853 * mail/sendmail.el (mail-mode): Doc fix.
6854
6855 * info.el (Info-goto-emacs-command-node): Doc fix.
6856 (Info-goto-emacs-key-command-node): Doc fix.
6857
6858 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6859
6860 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
6861 systems without long file-name support.
6862
6863 2001-01-06 Andrew Innes <andrewi@gnu.org>
6864
6865 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6866
6867 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6868
6869 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6870 (isearch-lazy-highlight-update): Doc fix.
6871
6872 * ffap.el (ffap-bindings): Doc fix.
6873
6874 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6875
6876 2001-01-05 Dave Love <fx@gnu.org>
6877
6878 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6879
6880 2001-01-05 Gerd Moellmann <gerd@gnu.org>
6881
6882 * mouse-drag.el (mouse-drag-safe-scroll):
6883 Bind scroll-preserve-screen-position to nil.
6884
6885 * isearch.el (isearch-old-signal-hook): New variable.
6886 (isearch-mode): Set signal-hook-function to isearch-done.
6887 (isearch-done): Restore old signal-hook-function.
6888
6889 * info.el (Info-fontify-node): Mark one more char as intangible.
6890
6891 2000-01-05 Kenichi Handa <handa@etl.go.jp>
6892
6893 * composite.el (compose-last-chars): New argument COMPONENTS.
6894 If it is non-nil, compose preceding characters by compose-region with
6895 COMPONENTS.
6896
6897 * international/quail.el (quail-input-string-to-events): New function.
6898 (quail-input-method): Convert input string to events here.
6899 (quail-start-translation): Return input string, not event list.
6900 (quail-start-conversion): Likewise.
6901
6902 2001-01-04 Gerd Moellmann <gerd@gnu.org>
6903
6904 * tooltip.el (tooltip-cancel-delayed-tip)
6905 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6906 and tooltip-add-timeout.
6907 (tooltip-show): Set border color from faces's foreground.
6908 (tooltip-show-help-function): If called with the same help string
6909 as last time, do nothing.
6910 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6911
6912 * startup.el (fancy-splash-screens): Don't bind show-help-function
6913 to nil.
6914
6915 * tooltip.el (tooltip-frame-parameters): Remove colors.
6916 (tooltip): New face
6917 (tooltip-set-param): New function.
6918 (tooltip-show): Set up color frame parameters from face `tooltip'.
6919 Display the tooltip text in face `tooltip'.
6920
6921 2001-01-04 Dave Love <fx@gnu.org>
6922
6923 * whitespace.el (whitespace-global-mode): Fix typo.
6924
6925 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6926
6927 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6928
6929 * help.el (help-for-help): Fix a typo in a doc string.
6930 From kwzh@gnu.org (Karl Heuer).
6931
6932 2001-01-03 Dave Love <fx@gnu.org>
6933
6934 * dired-x.el: Doc fixes. Maintainer change.
6935 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
6936 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6937 (dired-guess-shell-alist-user): Customize.
6938 (dired-x-help-address): Set to bug-gnu-emacs.
6939 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6940 (dired-default-directory): Renamed from default-directory.
6941
6942 * hl-line.el (hl-line): Doc fix.
6943
6944 2001-01-03 Karl Fogel <kfogel@red-bean.com>
6945
6946 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
6947
6948 2001-01-02 Richard M. Stallman <rms@gnu.org>
6949
6950 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6951 to remove all the current alternative-match highlighting.
6952 If nil, remove only what's outside the current window.
6953 (isearch-lazy-highlight-remove-overlays): Take optional
6954 region within which NOT to remove them.
6955 (isearch-lazy-highlight-new-loop): Greatly simplified.
6956 (isearch-lazy-highlight-update): Find all the other occurrences
6957 visible in the window, in just one call.
6958 (isearch-lazy-highlight-start): Now holds start of region to scan.
6959 (isearch-lazy-highlight-end): Now holds end of region to scan.
6960 (isearch-lazy-highlight-wrapped): Variable deleted.
6961 (isearch-lazy-highlight-search): Function deleted.
6962
6963 2000-01-02 Andrew Innes <andrewi@gnu.org>
6964
6965 * w32-fns.el (convert-standard-filename): Do length check on name
6966 before aref.
6967
6968 2001-01-02 Dave Love <fx@gnu.org>
6969
6970 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6971 value.
6972 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6973
6974 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6975
6976 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6977 read syntax.
6978
6979 * calendar/todo-mode.el (todo): Add :link, :version.
6980 (todo-save-top-priorities): Remove autoload cookie.
6981 (todo-add-category, todo-add-item-non-interactively)
6982 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
6983
6984 2001-01-02 Gerd Moellmann <gerd@gnu.org>
6985
6986 * comint.el (comint-input-history-ignore): New variable.
6987 (comint-read-input-ring): Ignore entries matching
6988 comint-input-history-ignore.
6989
6990 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
6991
6992 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6993 (lm-copyright-mark): New function.
6994 (lm-crack-copyright): New function.
6995 (lm-verify): Check that the file has a copyright.
6996 Check that the file is copyright Free Software Foundation.
6997
6998 2000-12-30 Kenichi Handa <handa@etl.go.jp>
6999
7000 * international/mule-diag.el (print-fontset): Indent font name by
7001 24 columns, not 25.
7002
7003 2000-12-29 Gerd Moellmann <gerd@gnu.org>
7004
7005 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
7006 in Subject line.
7007
7008 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
7009 Use mail-mode-hook instead of mail-setup-hook.
7010 Otherwise continuing an interrupted message with C-u C-x m for
7011 instance, winds up in Mail mode without abbrevs.
7012
7013 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7014
7015 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
7016 non-nil. Adding almost all customization variables on ps-setup.
7017 Doc fix.
7018 (ps-print-version): New version number (6.3.3).
7019 (ps-end-with-control-d): Initialization fix.
7020 (ps-lines-printed): New var.
7021 (ps-skip-newline): New fun.
7022 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
7023 (ps-next-line, ps-continue-line, ps-plot-region)
7024 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
7025
7026 2000-12-29 Kenichi Handa <handa@etl.go.jp>
7027
7028 * international/fontset.el (x-complement-fontset-spec):
7029 Resolve ASCII font name so that the same family name is used for fonts
7030 registered in x-font-name-charset-alist.
7031 (create-fontset-from-fontset-spec): Adjusted for the above change.
7032 The name of fontset alias should be a unresolved ASCII font name.
7033
7034 2000-12-28 Gerd Moellmann <gerd@gnu.org>
7035
7036 * simple.el (delete-key-deletes-forward-mode): Bind backspace
7037 and delete in isearch-mode-map.
7038
7039 2000-12-28 Richard M. Stallman <rms@gnu.org>
7040
7041 * dired-x.el (dired-guess-shell-alist-default):
7042 Use xpdf instead of acroread.
7043
7044 2000-12-28 Kenichi Handa <handa@etl.go.jp>
7045
7046 * textmodes/artist.el (artist-butlast): Deleted.
7047 (artist-ellipse-mirror-quadrant): Use butlast instead of
7048 artist-butlast.
7049
7050 * subr.el (butlast, nbutlast): Moved from cl.el to here.
7051
7052 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
7053
7054 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7055
7056 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
7057
7058 * ls-lisp.el: Better support for the Mac and MS-Windows.
7059 (ls-lisp): New defgroup.
7060 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
7061 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
7062 (ls-lisp-support-shell-wildcards): New defcustoms.
7063 (ls-lisp-parse-symlink): New function.
7064 (insert-directory): Code to convert switches to a list and set up
7065 the wildcard argument copied from ls-lisp-insert-directory.
7066 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
7067 for -C and -R switches.
7068 (ls-lisp-column-format): New function.
7069 (ls-lisp-delete-matching, ls-lisp-handle-switches)
7070 (ls-lisp-format-time): Add doc strings.
7071 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
7072 Support ls-lisp-dirs-first.
7073 (ls-lisp-classify, ls-lisp-extension): New functions.
7074 (ls-lisp-format): Optionally support emulation of symlinks.
7075 Support -i, -s, and -G switches.
7076
7077 2000-12-27 Gerd Moellmann <gerd@gnu.org>
7078
7079 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
7080
7081 * version.el (emacs-version): Print X scroll bar information.
7082
7083 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
7084 instead of x-toolkit-scroll-bars-p.
7085
7086 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
7087 of x-toolkit-scroll-bars-p.
7088
7089 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7090
7091 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
7092 (ffap-bindings): Doc fix, to reflect the above change.
7093
7094 2000-12-27 Kenichi Handa <handa@etl.go.jp>
7095
7096 * term.el (term-char-mode): Define all non-ascii self-inserting
7097 characters to 'term-send-raw in term-raw-map.
7098
7099 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
7100
7101 * viper-init (viper-restore-cursor-type): Added condition-case guard.
7102
7103 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7104 Changed initialization; use add-hook.
7105 (ediff-file-remote-p): Use file-local-copy.
7106
7107 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7108
7109 * ediff.el (ediff-patch-buffer): Bug fix.
7110 (ediff-revision): Allow selection of the file at the prompt.
7111
7112 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7113
7114 * subr.el (combine-run-hooks): Remove.
7115
7116 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7117 and remove the rogue second spec.
7118
7119 2000-12-23 Gerd Moellmann <gerd@gnu.org>
7120
7121 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7122
7123 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7124
7125 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7126 Use minibuffer menu prompt for the `=' prefix.
7127 (smerge-command-prefix): Change default to C-^.
7128 (smerge-mode): Don't assume font-lock doesn't move point.
7129
7130 * skeleton.el (skeleton-internal-1): Make sure the first line of
7131 the region is also re-indented.
7132 (skeleton-end-newline): New var.
7133 (skeleton-end-hook): Use it.
7134
7135 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7136
7137 * comint.el (comint-password-prompt-regexp): Support CVS.
7138
7139 2000-12-22 Gerd Moellmann <gerd@gnu.org>
7140
7141 * simple.el (delete-key-deletes-forward-mode): Simplify.
7142 Also backspace key combinations, depending on
7143 delete-key-deletes-forward.
7144
7145 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7146
7147 * simple.el (delete-key-deletes-forward): Doc fix.
7148
7149 2000-08-22 Emmanuel Briot <briot@gnat.com>
7150
7151 * xml.el (top level comment): Updated to reflect the fact that
7152 white spaces are relevant in the XML file.
7153 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7154 to parse was already edited. This allows for on-the-fly analysis
7155 of XML files.
7156 (xml-parse-tag): Check that the casing is the same in the start
7157 tag and end tag, since XML is case-sensitive. Allows for spaces
7158 in the end tag, after the name of the tag.
7159 (xml-parse-attlist): Allow for the character '-' in the name of
7160 attributes, as in the standard http-equiv attribute Do not save
7161 the properties in the XML tree, since they are not relevant.
7162
7163 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7164
7165 * generic.el (generic-read-type): Undo last change, inline into
7166 `generic-mode' and then remove.
7167 (generic-mode): Inline generic-read-type.
7168 (define-generic-mode): Push the symbol name rather than the symbol
7169 onto generic-mode-list.
7170
7171 2000-12-21 Gerd Moellmann <gerd@gnu.org>
7172
7173 * generic.el (generic-read-type): Build an alist for
7174 completing-read as in 20.7.
7175
7176 * play/landmark.el (lm): Use interactive spec `P'.
7177 (toplevel): Don't set debug-on-error.
7178
7179 * server.el (server-switch-buffer): Choose a window on a visible frame.
7180
7181 2000-12-21 Dave Pearson <davep@davep.org>
7182
7183 * quickurl.el: Commentry change, I've moved my web site.
7184
7185 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7186
7187 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7188 ranges like \177-\237, but accepts the character sequence from \177 to
7189 \237. Doc fix.
7190 (ebnf-version): New version (3.4).
7191 (ebnf-setup): Code fix.
7192 (ebnf-range-regexp): New fun.
7193 (ebnf-8-bit-chars): Const fix.
7194
7195 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7196 entry. Doc fix.
7197 (ebnf-bnf-lex): Code fix.
7198 (ebnf-bnf-comment-chars): Const fix.
7199
7200 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7201 entry. Doc fix.
7202 (ebnf-iso-comment-chars): Const fix.
7203
7204 * ebnf-otz.el: Doc fix.
7205
7206 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7207 entry. Doc fix.
7208 (ebnf-yac-skip-code): Code fix.
7209 (ebnf-yac-comment-chars): Const fix.
7210
7211 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7212
7213 * files.el (insert-directory-safely): New function.
7214 (recover-file): Use it instead of insert-directory.
7215 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7216
7217 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7218
7219 * international/mule-cmds.el (select-safe-coding-system):
7220 Check coding-category-list more rigidly. Improve help message.
7221
7222 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7223
7224 2000-12-21 Miles Bader <miles@gnu.org>
7225
7226 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
7227
7228 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7229
7230 * international/mule-diag.el (describe-char-after): Make *Help*
7231 buffer inherit multibyteness of the current buffer.
7232
7233 * international/mule.el (make-char): Docstring adjusted for the
7234 change of make-char-internal.
7235
7236 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7237
7238 * international/iso-cvt.el: Docstrings fix.
7239
7240 2000-12-20 Dave Love <fx@gnu.org>
7241
7242 * subr.el (eval-after-load): Doc fix.
7243
7244 2000-12-20 Kenichi Handa <handa@etl.go.jp>
7245
7246 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7247 for numbers.
7248
7249 2000-12-20 Miles Bader <miles@gnu.org>
7250
7251 * international/quail.el (quail-help): Resize the help window
7252 again after it has all its contents. Remove unneeded progn.
7253
7254 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7255
7256 * pcmpl-linux.el: Fix copy/paste error.
7257
7258 2000-12-19 Andrew Innes <andrewi@gnu.org>
7259
7260 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
7261
7262 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7263
7264 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7265
7266 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7267
7268 * progmodes/idlw-shell.el: Fixed copyright notice.
7269
7270 * progmodes/idlwave.el: Fixed copyright notice.
7271
7272 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
7273 TAB as key separators.
7274
7275 2000-12-19 Alex Schroeder <alex@gnu.org>
7276
7277 * sql.el (sql-sybase-options): New option.
7278 (sql-sybase): Use it. Add sql-database to the list of parameters
7279 provided for login. The options -w 2048 -n are not used any more.
7280 (sql-postgres-options): Changed default from "--pset" to "-P".
7281 (sql-mysql-options): Doc change.
7282 (sql-stop): Doc change.
7283
7284 2000-12-19 Kenichi Handa <handa@etl.go.jp>
7285
7286 * international/quail.el (quail-input-method): Always hide
7287 the guidance buffer on exiting.
7288
7289 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7290
7291 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7292 isn't fboundp.
7293
7294 * server.el (server-buffer-done): Bury the buffer before
7295 killing it.
7296
7297 * faces.el (face-spec-set): Interpret a nil in specs for
7298 foreground and background colors as `unspecified', for
7299 compatibility with 20.x.
7300
7301 2000-12-18 Dave Love <fx@gnu.org>
7302
7303 * simple.el (mail-user-agent): Doc fix.
7304 (input-mode-8-bit): Removed.
7305
7306 * international/mule.el (set-keyboard-coding-system): Doc fix.
7307 (keyboard-coding-system): New option.
7308
7309 * mail/sendmail.el (send-mail-function): Customize.
7310
7311 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7312
7313 * international/codepage.el (cp866-decode-table): New table.
7314
7315 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7316
7317 * version.el (emacs-version): Remove `%a' from the time format
7318 because the weekday doesn't fit well into each locale.
7319
7320 2000-12-18 Miles Bader <miles@gnu.org>
7321
7322 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7323
7324 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
7325 Check that emacs-major-version is `=' to 20, not `>='.
7326 (artist-replace-chars): Use `make-string' instead of a loop.
7327
7328 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7329
7330 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7331 (cvs-execute-single-file): Don't change directory.
7332 Patch from Per Cederqvist.
7333
7334 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7335
7336 * textmodes/ispell.el (check-ispell-version):
7337 If `ispell-program-name' is "aspell", pass it the -v switch instead
7338 of -vv.
7339
7340 2000-12-16 Kenichi Handa <handa@etl.go.jp>
7341
7342 * international/mule-diag.el (mule-diag): Insert information about
7343 configure options, multibyte awareness, language env.
7344
7345 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7346 regexp to search for candidates.
7347
7348 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7349
7350 * info.el (Info-forward-node): If the node has an
7351 Info-header-line, widen the buffer before searching for "next:"
7352 and "up:" pointers, and set the search limit to stay in the
7353 current node.
7354
7355 2000-12-16 Miles Bader <miles@gnu.org>
7356
7357 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7358
7359 2000-12-15 Miles Bader <miles@gnu.org>
7360
7361 * comint.el (comint-send-string, comint-send-region): Also accept
7362 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7363 process-send-string/region.
7364
7365 2000-12-15 Gerd Moellmann <gerd@gnu.org>
7366
7367 * isearch.el (isearch-lazy-highlight-max): New user-option.
7368 (isearch-lazy-highlight-update): Don't highlight more than
7369 isearch-lazy-highlight-max matches.
7370
7371 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7372
7373 2000-12-15 Richard M. Stallman <rms@gnu.org>
7374
7375 * sort.el (sort-columns): Fix error message.
7376
7377 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7378 `upcase' or `downcase' or nil.
7379 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7380 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7381 (dabbrev--substitute-expansion): New arg record-case-pattern.
7382 If it is non-nil, set dabbrev--last-case-pattern.
7383 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7384
7385 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7386
7387 2000-12-15 Miles Bader <miles@gnu.org>
7388
7389 * paths.el (Info-default-directory-list): Don't delete
7390 configure-info-directory from the list of standard info
7391 directories when appending it to the end -- their order is important.
7392
7393 * faces.el (read-face-attribute): If there's no entry for the
7394 user's input in VALID, just use it as-is (this will often result
7395 in an error, but it may be OK for e.g. colors using hexadecimal
7396 notation, and at least will yield a better error message).
7397
7398 * window.el (mode-line-window-height-fudge): Function removed.
7399 (height-affecting-face-attributes, mode-line-window-height-fudge):
7400 Variables removed.
7401 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7402 window is really the right size. Use vertical-motion
7403 rather than forward-line.
7404 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7405 (ispell-command-loop, ispell-show-choices): Use the variable
7406 ispell-choices-win-default-height, rather than the function.
7407 (ispell-choices-win-default-height): Function removed.
7408 (ispell-mode-line-window-height-fudge): Function removed.
7409
7410 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7411
7412 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7413
7414 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7415
7416 * paths.el (Info-default-directory-list):
7417 If configure-info-directory is not one of the standard directories,
7418 put it first in the list; otherwise put it last. Doc string
7419 changed accordingly.
7420
7421 * info.el (Info-directory-list): Change doc string to reflect the
7422 change in Info-default-directory-list.
7423
7424 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7425 windows-nt as windowed environments, even under -nw.
7426
7427 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7428 if not fboundp. Switch delete-forward mode for the <delete> key
7429 on all PC platforms, even under -nw.
7430
7431 * term/internal.el ([M-delete]): Remap to M-d.
7432
7433 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7434
7435 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7436
7437 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7438
7439 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7440
7441 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7442
7443 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7444 if appropriate.
7445
7446 * simple.el (delete-key-deletes-forward): New user-option.
7447 (delete-key-deletes-forward-mode): New function.
7448
7449 * bindings.el: Bind `delete' to backward-delete-char.
7450
7451 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7452 Test if symbol is bound before getting its value.
7453
7454 * tooltip.el (tooltip-show): If an error is signaled in
7455 x-show-tip, display that error, and display the help in the
7456 echo area.
7457
7458 2000-12-14 Kenichi Handa <handa@etl.go.jp>
7459
7460 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7461 Show "... entries" messages for every 10000 entries, not 10.
7462
7463 2000-12-13 Karl Fogel <kfogel@red-bean.com>
7464
7465 * bookmark.el: Provide a generic exit hook, as suggested by
7466 Ovidiu Predescu <ovidiu@cup.hp.com>:
7467 (bookmark-exit-hook): New var.
7468 (bookmark-exit-hook-internal): New func, replaces
7469 old raw lambda form in `kill-emacs-hook', and runs new
7470 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7471 as logically that feature must have been provided if this function
7472 is running.
7473 Removed ;;;###autoload before the `add-hook' call.
7474
7475 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7476
7477 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7478 (easy-menu-current-active-maps): New function.
7479 (easy-menu-get-map): Use it.
7480 Make a proper menu entry when creating a new keymap.
7481
7482 2000-12-13 Kenichi Handa <handa@etl.go.jp>
7483
7484 * international/characters.el: Fix cases and syntaxes for
7485 mule-unicode-0100-24ff.
7486
7487 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7488 that a Japanese character is not appended after day and year.
7489
7490 * info.el (Info-suffix-list): Change format for a command that
7491 requires arguments.
7492 (info-insert-file-contents): Adjusted for the above change.
7493
7494 2000-12-12 Andreas Schwab <schwab@suse.de>
7495
7496 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7497 on the name of the tar buffer. Verify that the existing buffer is
7498 visiting the same subfile.
7499
7500 2000-12-12 Dave Love <fx@gnu.org>
7501
7502 * subdirs.el: Add obsolete.
7503
7504 2000-12-12 Gerd Moellmann <gerd@gnu.org>
7505
7506 * mail/rmailsum.el (rmail-summary-expunge)
7507 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7508 instead of rmail-confirm-expunge.
7509
7510 * replace.el (perform-replace): Don't use an empty match adjacent
7511 to a non-empty match when computing the next match before the
7512 replacement is performed.
7513
7514 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
7515
7516 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7517 definition (patch by Stefan Monnier).
7518 (glasses-mode): Use jit-lock instead of `after-change-functions'
7519 (patch by Stefan Monnier).
7520
7521 2000-12-12 Miles Bader <miles@gnu.org>
7522
7523 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7524 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7525
7526 2000-12-12 Andrew Choi <akochoi@i-cable.com>
7527
7528 * term/mac-win.el: Remove load for ls-lisp.
7529
7530 * loadup.el: Load ls-lisp for system-type `macos'.
7531
7532 2000-12-12 Miles Bader <miles@gnu.org>
7533
7534 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7535 Respect field end too.
7536 (just-one-space): Respect fields as `delete-horizontal-space'.
7537 (newline-and-indent, reindent-then-newline-and-indent):
7538 Use `delete-horizontal-space'.
7539
7540 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7541
7542 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7543 (so as to obey the field property in the minibuffer).
7544
7545 * obsolete/c-mode.el: Moved from lisp/progmodes.
7546 * obsolete/auto-show.el: Moved from lisp.
7547 * obsolete/ooutline.el: Moved from lisp/textmodes.
7548
7549 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7550
7551 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
7552 changes to list them here.
7553
7554 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7555 Too many changes to list them here.
7556
7557 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7558 Too many changes to list them here.
7559
7560 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7561
7562 2000-12-11 Gerd Moellmann <gerd@gnu.org>
7563
7564 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
7565
7566 * cus-edit.el (custom-save-variables, custom-save-faces):
7567 Comment fix.
7568
7569 * hscroll.el: Moved to `obsolete' subdir.
7570
7571 2000-12-11 Miles Bader <miles@gnu.org>
7572
7573 * window.el (window-text-height): Function removed (now in C).
7574
7575 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7576
7577 * log-edit.el (log-edit-parent-buffer): New var.
7578 (log-edit): Set it. Add BUFFER argument.
7579 (log-edit-done): Use char-before.
7580 Don't bother checking validity of vc-comment-ring.
7581 Only bury the buffer if log-edit popped it up.
7582
7583 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7584 (cvs-mode-diff-help): Remove.
7585 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
7586 (cvs-mode-marked): Set up the default for CMD manually.
7587
7588 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7589 Remove binding for ? now made unnecessary.
7590
7591 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7592
7593 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7594 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7595
7596 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7597 when master file is not open.
7598
7599 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7600
7601 * progmodes/ada-stmt.el: Update `maintainer'.
7602
7603 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
7604
7605 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7606 choices to match documentation string.
7607
7608 2000-12-09 Miles Bader <miles@gnu.org>
7609
7610 * minibuf-eldef.el: New file.
7611
7612 * window.el (fit-window-to-buffer): Don't pass last argument to
7613 pos-visible-in-window-p, now that its meaning is inverted.
7614
7615 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7616
7617 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7618 <ceder@lysator.liu.se>.
7619
7620 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7621
7622 * autoinsert.el (auto-insert-alist): Add missing final \n.
7623
7624 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7625 (cvs-menu-map): Remove.
7626 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7627 (cvs-mode-quit): Turn it back into a plain function.
7628
7629 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
7630 (texinfo-filter): Remove (move to texinfo.el).
7631
7632 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7633 file where it's more visible.
7634 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7635 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7636 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7637 (texinfo-inside-macro-p): Only catch `scan-error's.
7638 (texinfo-inside-env-p): Make better use of the match info.
7639 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7640 (texinfo-insert-@end): Slight re-organization.
7641 Also remove useless `looking-at' call.
7642
7643 2000-12-08 Andrew Innes <andrewi@gnu.org>
7644
7645 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7646 accessible in -nw mode.
7647
7648 * term/w32-win.el: Remove stuff about selection timeout, which is
7649 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7650 it is accessible in -nw mode.
7651
7652 2000-12-08 Dave Love <fx@gnu.org>
7653
7654 * emacs-lisp/lisp-mode.el (lisp-mode):
7655 Set font-lock-keywords-case-fold-search.
7656
7657 2000-12-08 Gerd Moellmann <gerd@gnu.org>
7658
7659 * textmodes/ispell.el (ispell): Doc fix.
7660
7661 2000-12-08 Kenichi Handa <handa@etl.go.jp>
7662
7663 * international/quail.el (quail-insert-decode-map): Check the
7664 frame width of a window displaying the current buffer, not that of
7665 the selected frame.
7666 (quail-help): Make sure that the help buffer has window before
7667 inserting text in it.
7668
7669 2000-12-07 Sam Steingold <sds@gnu.org>
7670
7671 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7672 Backquote is used in isearch.el, so autoloading saves nothing.
7673
7674 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7675
7676 * startup.el (normal-top-level-add-subdirs-to-load-path):
7677 Ignore the CVS and RCS subdirectories case-insensitively.
7678
7679 * dired.el (dired-insert-directory): If file-system-info is
7680 fboundp, call it instead of invoking dired-free-space-program.
7681
7682 2000-12-07 Gerd Moellmann <gerd@gnu.org>
7683
7684 * server.el (server-visit-files): Push files on file-name-history.
7685
7686 * progmodes/cc-langs.el: Update copyright.
7687
7688 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7689
7690 * bindings.el (mode-line-mode-menu): Add glasses-mode.
7691
7692 * bindings.el (mode-line-mode-menu): Reverse the order
7693 of define-keys so that the menu appears in alphabetical order.
7694
7695 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
7696
7697 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7698 of the function.
7699
7700 2000-12-07 Dave Love <fx@gnu.org>
7701
7702 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7703
7704 * facemenu.el (facemenu-unlisted-faces): Fix value.
7705
7706 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7707
7708 * font-lock.el (font-lock-default-fontify-region):
7709 Include the terminating \n (off-by-one error).
7710 (font-lock-set-defaults): Use dolist.
7711
7712 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7713
7714 2000-12-07 Kenichi Handa <handa@etl.go.jp>
7715
7716 * international/mule-cmds.el (describe-language-environment):
7717 Fix for the case that an input method title is not string but a list.
7718
7719 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7720 of wrong SIZE record.
7721
7722 2000-12-06 Dave Love <fx@gnu.org>
7723
7724 * newcomment.el (comment-region, comment-dwim): Doc fix.
7725
7726 * textmodes/texinfo.el: Require tex-mode when compiling.
7727 (texinfo-update-node): Doc fix.
7728 (texinfo-imenu-generic-expression): Add @anchor.
7729 (texinfo-font-lock-keywords): Add @uref.
7730 (texinfo-inside-macro-p): Don't use ignore-errors.
7731 (texinfo-insert-quote): Match more contexts.
7732
7733 * international/mule.el (decode-char, encode-char): Doc fix.
7734 (auto-coding-alist): Customize.
7735
7736 * files.el (load-file): Fix change of 2000-03-12.
7737
7738 * wid-edit.el (widget-text-keymap): Doc fix.
7739
7740 2000-12-06 Andrew Innes <andrewi@gnu.org>
7741
7742 * makefile.w32-in (lisp): Set to an absolute directory, namely
7743 $(CURDIR).
7744
7745 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7746
7747 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7748 read generated-autoload-file, and set buffer-file-coding-system to
7749 raw-text-unix after reading the file.
7750
7751 * international/mule-conf.el (file-coding-system-alist):
7752 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
7753
7754 2000-12-06 Gerd Moellmann <gerd@gnu.org>
7755
7756 * replace.el (occur): Make line-number-width 1 smaller for the
7757 colon following the line number.
7758
7759 * startup.el (fancy-splash-text, command-line-1):
7760 Use `File' for the menu name instead of `Files'.
7761
7762 * tmm.el: Update copyright.
7763
7764 * cus-start.el: Add entry for even-window-heights.
7765
7766 2000-12-06 Miles Bader <miles@gnu.org>
7767
7768 * faces.el (frame-set-background-mode): Avoid stomping on
7769 locally modified faces.
7770
7771 2000-12-06 Kenichi Handa <handa@etl.go.jp>
7772
7773 * international/fontset.el: Correct the font registries for
7774 japanese-jisx0213-1 and japanese-jisx0213-2.
7775
7776 2000-12-05 Gerd Moellmann <gerd@gnu.org>
7777
7778 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7779
7780 * iswitchb.el: Update customization commentary.
7781
7782 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
7783
7784 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7785 (tpu-search-highlight): Fixed comparison of overlay end positions.
7786 (tpu-trim-line-ends): Implemented trimming logic locally.
7787
7788 * emulation/tpu-extras.el (tpu-write-file-hook)
7789 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7790
7791 2000-12-05 Kenichi Handa <handa@etl.go.jp>
7792
7793 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7794 to cn-gb.
7795 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7796
7797 2000-12-04 Dave Love <fx@gnu.org>
7798
7799 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7800
7801 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7802
7803 * mail/rmailsum.el (rmail-summary-expunge)
7804 (rmail-summary-expunge-and-save): Ask for confirmation with
7805 rmail-expunge-confirmed.
7806
7807 * mail/rmail.el (rmail-expunge-confirmed): New function.
7808 (rmail-expunge): Use it.
7809
7810 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7811
7812 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
7813 (etags-recognize-tags-table, find-tag-in-order):
7814 New functionality: interpret file names as tags.
7815
7816 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7817
7818 * info.el (Info-scroll-prefer-subnodes): New defcustom.
7819 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7820 the first subnode until the bottom of the current node is visible.
7821
7822 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7823
7824 * format.el (format-decode): Don't change buffer's undo list.
7825
7826 2000-12-04 Kenichi Handa <handa@etl.go.jp>
7827
7828 * faces.el (face-font-registry-alternatives): Add entries for CJK
7829 fonts. Doc-string adjusted for the actual usage of this data.
7830
7831 * international/fontset.el: Change the font registries for CJK
7832 fonts in the default fontset. Don't append '*' to registries.
7833
7834 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7835
7836 * emacs-lisp/easy-mmode.el (define-derived-mode)
7837 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7838
7839 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7840 (derived-mode-p): New function.
7841 (derived-mode-make-docstring): Add `docstring' argument.
7842 Use it if available and complete it if necessary.
7843
7844 2000-12-03 Andreas Schwab <schwab@suse.de>
7845
7846 * type-break.el (type-break): Don't make parent of itself.
7847
7848 2000-12-03 Miles Bader <miles@gnu.org>
7849
7850 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7851
7852 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7853
7854 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7855 (tex-main-file, tex-file): Simplify.
7856 (tex-generate-zap-file-name): Use subst-char-in-string.
7857 (tex-strip-dots): Remove.
7858
7859 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7860
7861 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7862 to check if the match succeeded.
7863
7864 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7865
7866 * startup.el (use-fancy-splash-screens-p): New function.
7867 (command-line-1): Use it to determine whether or not to use
7868 a fancy splash screen.
7869
7870 2000-12-02 Andreas Schwab <schwab@suse.de>
7871
7872 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7873
7874 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7875
7876 * international/mule.el (make-char): Fix last change.
7877
7878 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7879 New defcustoms.
7880 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
7881 autoloading tex-mode; instead, do the same manually.
7882 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
7883 with numeric argument. Docstring fix.
7884 (toplevel): Require cl when compiling.
7885
7886 * international/mule.el (make-char): Doc fix.
7887
7888 2000-12-02 Jason Rumney <jasonr@gnu.org>
7889
7890 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7891 the Emacs Lisp manual)
7892
7893 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7894
7895 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7896
7897 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7898 the Emacs Lisp manual).
7899
7900 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7901
7902 * simple.el (next-line-add-newlines): Change default to nil.
7903
7904 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7905
7906 * files.el (revert-buffer, recover-file):
7907 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
7908
7909 2000-12-01 Gerd Moellmann <gerd@gnu.org>
7910
7911 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7912
7913 2000-12-01 Miles Bader <miles@gnu.org>
7914
7915 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7916
7917 2000-12-01 Kenichi Handa <handa@etl.go.jp>
7918
7919 * international/mule-diag.el (describe-char-after): Fix typo.
7920 (describe-character-set, non-iso-charset-alist): Fix typo.
7921
7922 2000-12-01 Miles Bader <miles@gnu.org>
7923
7924 * image-file.el (image-file-name-regexp): Automatically add
7925 upper-case variants of each filename extension in
7926 `image-file-name-extensions', since they seem to be common.
7927
7928 * simple.el (minibuffer-contents)
7929 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7930 New functions.
7931 * filecache.el (file-cache-directory-name)
7932 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7933
7934 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
7935
7936 * filecache.el (file-cache-minibuffer-complete): Don't try to
7937 delete the minibuffer prompt.
7938
7939 2000-11-30 Dave Love <fx@gnu.org>
7940
7941 * cus-start.el: Fix read-buffer-function type.
7942
7943 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7944
7945 * md5.el: Removed. There's a built-in function, now.
7946
7947 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
7948
7949 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7950 as dummy 0-th char of rmail-deleted-vector.
7951
7952 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7953
7954 * ps-print.el (ps-end-job): Bind case-fold-search only after
7955 switching to ps-spool-buffer.
7956
7957 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7958
7959 * ps-print.el: Line number font customization. PostScript: Lines and
7960 PageCount are initialized on each page. Doc Fix.
7961 (ps-print-version): New version number (6.3.2).
7962 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7963 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7964 (ps-right-header): Customization fix.
7965 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7966 Fix code.
7967 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7968 New vars.
7969
7970 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7971
7972 * bs.el: Fix typos and spelling errors.
7973 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7974 (bs-configuration): Doc fix.
7975
7976 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7977
7978 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
7979
7980 * emulation/tpu-edt.el (tpu-version): New version.
7981 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7982 (tpu-original-mode-line): Variable deleted.
7983 (tpu-mark-flag): New initial value.
7984 (tpu-set-mode-line): Don't redefine mode-line-format.
7985 Add tpu-mark-flag to minor-mode-alist.
7986 (tpu-update-mode-line): New mark flag logic.
7987 (tpu-get): Use find-file-wildcards.
7988 (tpu-search-highlight): Move overlay less, reset overlay properly.
7989 (tpu-unselect): Deactivate mark.
7990 (tpu-lm-replace): Reset overlay properly.
7991 (tpu-forward-line): Use forward-visible-line.
7992 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7993
7994 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
7995
7996 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7997
7998 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7999
8000 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8001
8002 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
8003 and skip whitespace and newlines.
8004
8005 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
8006
8007 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
8008
8009 2000-11-29 Gerd Moellmann <gerd@gnu.org>
8010
8011 * help.el (describe-function-1): Regexp-quote function name
8012 when used as part of a regexp.
8013
8014 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8015 Use face-attribute instead of face-foreground and face-background.
8016 (tool-bar-add-item): Likewise, and handle unspecified colors.
8017
8018 * enriched.el (enriched-face-ans): Use face-attribute instead
8019 of face-foreground and face-background.
8020
8021 * faces.el (face-foreground, face-background, face-stipple):
8022 Return nil if attribute is unspecified, for backward compatibility.
8023
8024 * files.el (auto-mode-alist): Add an entry for antlr-mode.
8025
8026 * play/5x5.el: Remove version info.
8027
8028 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8029
8030 * frame.el (blink-cursor-mode): Doc fix.
8031
8032 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8033
8034 * antlr-mode.el: New commands to run ANTLR from within Emacs and
8035 to create Makefile rules.
8036 (antlr-tool-command): New user option.
8037 (antlr-ask-about-save): New user option.
8038 (antlr-makefile-specification): New user option.
8039 (antlr-file-formats-alist): New variable.
8040 (antlr-special-file-formats): New variable.
8041 (antlr-unknown-file-formats): New user option.
8042 (antlr-help-unknown-file-text): New variable.
8043 (antlr-help-rules-intro): New variable.
8044 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
8045 (antlr-mode-menu): Add entries.
8046 (antlr-file-dependencies): New function.
8047 (antlr-directory-dependencies): New function.
8048 (antlr-superclasses-glibs): New function.
8049 (antlr-run-tool): New command.
8050 (antlr-makefile-insert-variable): New function.
8051 (antlr-insert-makefile-rules): New function.
8052 (antlr-show-makefile-rules): New command.
8053
8054 * antlr-mode.el: More Emacs/XEmacs stuff.
8055 (antlr-no-action-keywords): New constant with value nil.
8056 (antlr-font-lock-keywords-alist): Use it. Old value would break
8057 syntax highlighting in Emacs-21.0.
8058 (antlr-default-directory): Emacs/XEmacs dependend function.
8059 (antlr-read-shell-command): Ditto.
8060 (antlr-with-displaying-help-buffer): Ditto.
8061
8062 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8063
8064 * antlr-mode.el: imenu, parsing and highlighting changes.
8065 (antlr-imenu-create-index-function): Don't create extra submenus
8066 for definitions in different grammar classes. It is not necessary
8067 for the menu and would make command `imenu' awkward to use.
8068 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
8069 header actions and more than one.
8070 (antlr-font-lock-tokendef-face): Changed color.
8071 (antlr-font-lock-tokenref-face): Changed color.
8072 (antlr-font-lock-additional-keywords): Also highlight lowercase.
8073 (antlr-mode-syntax-table): New variable.
8074 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
8075 (antlr-with-syntax-table): Don't copy syntax table.
8076
8077 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8078
8079 * antlr-mode.el: Minor changes: language setting.
8080 (antlr-language-alist): The value for file option "language" can
8081 be both an identifier and a string.
8082 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
8083 (antlr-language-limit-n-regexp): Change accordingly.
8084
8085 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8086
8087 * antlr-mode.el: Minor changes: tabs, hiding.
8088 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
8089 (antlr-action-visibility): Also allow value nil to also hide the
8090 braces. Renamed from `antlr-tiny-action-length'.
8091 Suggested by Jay@aol.com.
8092 (antlr-hide-actions): Change accordingly. Hide line if completely
8093 hidden action is on a line of its own.
8094
8095 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8096
8097 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8098
8099 * sort.el (sort-columns): Don't concat strings with numbers.
8100
8101 2000-11-29 Dave Love <fx@gnu.org>
8102
8103 * cus-edit.el (face): Fix :format.
8104
8105 * mail/feedmail.el: Require smtpmail when compiling.
8106 (mail-do-fcc): Autoload.
8107 (feedmail) <defgroup>: Fix :link.
8108 (feedmail-nuke-body-in-fcc): Fix :type.
8109 (feedmail-send-it): Add autoload cookie.
8110
8111 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8112
8113 * newcomment.el (comment-indent): Save excursion around call to
8114 comment-indent-function.
8115
8116 2000-11-29 Miles Bader <miles@gnu.org>
8117
8118 * subr.el (member-ignore-case): Return the tail of the list who's
8119 car matches, like `member', not the matching element itself.
8120
8121 2000-11-29 Kenichi Handa <handa@etl.go.jp>
8122
8123 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8124 should not contain `\n'.
8125
8126 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8127
8128 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8129
8130 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8131
8132 * dired-aux.el (dired-do-create-files): Construct default file
8133 name for dired-mark-read-file-name so that when the user enters
8134 just RET, the target file will end up in the target directory.
8135
8136 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8137 local-abbrev-table before changing buffers because it might
8138 have a buffer-local binding.
8139
8140 2000-11-28 Miles Bader <miles@gnu.org>
8141
8142 * simple.el (delete-horizontal-space): Handle fields more generally.
8143
8144 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8145
8146 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8147
8148 2000-11-28 Dave Love <fx@gnu.org>
8149
8150 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8151 comment-start-skip locally.
8152
8153 * progmodes/fortran.el (fortran-mode): Don't set
8154 fortran-comment-line-start-skip. Set comment-start to
8155 fortran-comment-line-start.
8156 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8157 (fortran-comment-line-start-skip): Simplify slightly.
8158
8159 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8160
8161 * play/5x5.el: Remove RCS keyword.
8162
8163 * bs.el: Mistaken commit, undone 2000-11-30.
8164
8165 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
8166
8167 * textmodes/tildify.el (tildify-string-alist):
8168 Add `plain-tex-mode' here.
8169
8170 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8171
8172 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8173 reference.
8174
8175 2000-11-28 Miles Bader <miles@gnu.org>
8176
8177 * cus-face.el (custom-face-attributes): Add post-filter function
8178 for :box. Make pre-filter function for :box handle all cases.
8179
8180 * wid-edit.el (widget-choose): Make sure pop-up window is large
8181 enough to display all the choices, as there's no way to scroll it.
8182
8183 2000-11-28 Kenichi Handa <handa@etl.go.jp>
8184
8185 * international/mule-conf.el: Make the coding system no-conversion
8186 safe for all characters.
8187
8188 2000-11-27 Dave Love <fx@gnu.org>
8189
8190 * net/ldap.el (ldap) <defgroup>: Add :version.
8191
8192 * tooltip.el (tooltip-use-echo-area): Doc fix.
8193
8194 * cus-start.el <minibuffer-prompt-properties>: Add version.
8195 <read-buffer-function>: Add.
8196
8197 * apropos.el (apropos-print): Add help-echo to active text.
8198
8199 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8200
8201 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8202
8203 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8204 type, group and version.
8205
8206 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8207
8208 * select.el (x-get-selection): Docstring fix.
8209
8210 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
8211
8212 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8213
8214 2000-11-27 Andrew Innes <andrewi@gnu.org>
8215
8216 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8217
8218 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8219
8220 2000-11-27 Miles Bader <miles@gnu.org>
8221
8222 * dired.el (dired-get-filename): Return filename verbatim if
8223 LOCALP is `verbatim'.
8224 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8225 `verbatim' so that we don't inadvertently delete a non-existant
8226 directory name.
8227
8228 2000-11-27 Kenichi Handa <handa@etl.go.jp>
8229
8230 * international/characters.el: Specify cases and syntaxes for
8231 mule-unicode-0100-24ff.
8232
8233 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8234
8235 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8236 that foreground and/or background colors of the face `tool-bar'
8237 are unspecified.
8238
8239 2000-11-27 Miles Bader <miles@gnu.org>
8240
8241 * wid-edit.el (widget-field-buffer, widget-field-start)
8242 (widget-field-end): Handle widget field `pseudo-overlays'.
8243 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8244 if it's there instead of in `widget-field-list'.
8245
8246 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
8247 (help-make-xrefs): Delete extraneous newlines at the end of the
8248 docstring.
8249
8250 2000-11-25 Jason Rumney <jasonr@gnu.org>
8251
8252 * startup.el (command-line): Call set-locale-environment after
8253 Window System init file is read, as it can result in a call to
8254 redraw-frame.
8255
8256 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8257
8258 * simple.el (shell-command): Mention the effect of the prefix
8259 argument in the doc string.
8260
8261 2000-11-25 Miles Bader <miles@gnu.org>
8262
8263 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8264
8265 * wid-edit.el (widget-field-value-delete): Don't try to delete
8266 overlay when it's the `pseudo-overlay' that exists at some points.
8267
8268 2000-11-24 Jason Rumney <jasonr@gnu.org>
8269
8270 * international/mule-cmds.el (locale-language-names): Add "jp" as
8271 a non-standard alternative for Japanese.
8272
8273 2000-11-24 Andre Spiegel <spiegel@gnu.org>
8274
8275 * vc-hooks.el: Require 'cl during compilation.
8276
8277 2000-11-24 Gerd Moellmann <gerd@gnu.org>
8278
8279 * faces.el (face-set-after-frame-default): Let face attributes
8280 specified for new frames override frame parameters.
8281
8282 * startup.el (command-line): Fix computation of the source file
8283 for user-init-file when user-init-file is a compiled file.
8284
8285 2000-11-24 Miles Bader <miles@gnu.org>
8286
8287 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
8288 (custom-post-filter-face-spec): New functions.
8289 (custom-face-set, custom-face-value-create): Filter the face spec
8290 before and after customization.
8291 (custom-face-set): If VALUE specifies a null face, pass a
8292 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8293 * cus-face.el (custom-face-attributes): Remove SET and GET
8294 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8295 cases they're needed.
8296
8297 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8298 that it's distinguishable from the :off-glyph on dark-background
8299 displays. Set its background color too.
8300
8301 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8302 so that people can easily turn it off.
8303
8304 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
8305
8306 * ediff-diff.el: Moved variables around to have it compile under NT.
8307
8308 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
8309
8310 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
8311
8312 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
8313 redundant skip-small-frames test.
8314
8315 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
8316 (viper-downgrade-to-insert): Protect against errors in hooks.
8317
8318 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8319 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
8320 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8321 New functions.
8322
8323 * viper-util.el (viper-memq-char): Bug fixes.
8324
8325 * viper.el (viper-mode): Fix cursor handling.
8326
8327 2000-11-24 Kenichi Handa <handa@etl.go.jp>
8328
8329 * international/mule-diag.el (list-iso-charset-chars):
8330 For two-byte charset, fix the `while' condition.
8331 (list-non-iso-charset-chars): Fix the `while' condition.
8332
8333 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8334
8335 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8336 if the variable is make-variable-buffer-local.
8337
8338 * progmodes/ada-stmt.el (ada-template-map):
8339 Initialize and bind it to C-c t in ada-mode-map.
8340 (ada-stmt-mode-hook): New function extracted from old code.
8341 Only change the buffer-local side of skeleton-*.
8342 (ada-mode-hook): Use it.
8343
8344 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8345
8346 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8347 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8348 we expect to be returned by minibuffer-depth once we prompt the
8349 user in the minibuffer.
8350 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8351 as recorded in iswitchb-minibuf-depth, return non-nil.
8352
8353 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8354
8355 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8356 (hscroll-window-maybe): Docstring fix.
8357
8358 2000-11-23 Dave Love <fx@gnu.org>
8359
8360 * rect.el (string-rectangle): Don't test delete-selection-mode.
8361
8362 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8363
8364 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8365 is in the tool bar.
8366
8367 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8368 with `no-dir'; we want the directory part to be able to remove it.
8369
8370 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8371
8372 * textmodes/outline.el (outline-flag-region):
8373 Don't bind inhibit-read-only since we don't modify the buffer.
8374 (outline-isearch-open-invisible): Don't jump to overlay-start
8375 since we're trying to unhide text around point.
8376 (outline-discard-overlays): Use dolist.
8377
8378 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8379
8380 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8381
8382 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
8383
8384 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8385
8386 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8387 Fix ARG regexp to skip quoted braces.
8388 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8389 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8390 are (correctly) handled separately).
8391 Remove `caption' and `footnote' from `citations': they contain text.
8392 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8393 (latex-skeleton-end-hook): New function.
8394 (latex-mode): Use it.
8395 (tex-start-tex-marker): Remove.
8396 (tex-send-tex-command): Don't set tex-start-tex-marker.
8397 (tex-error-parse-syntax-table): New var.
8398 (tex-compilation-parse-errors): Use it.
8399 Ignore tex-start-tex-marker. Don't bother with marker-position.
8400 (tex-validate-buffer): Don't bother with marker-position.
8401
8402 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
8403 (flyspell-generic-progmode-verify): Use it.
8404
8405 2000-11-22 Sam Steingold <sds@gnu.org>
8406
8407 * simple.el (delete-trailing-whitespace): New interactive function.
8408
8409 * progmodes/ada-mode.el (ada-mode): Use it instead of
8410 `ada-remove-trailing-spaces'.
8411 (ada-remove-trailing-spaces): Removed.
8412
8413 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
8414
8415 * textmodes/picture.el (picture-clean): Removed.
8416 (picture-mode-exit): Call it instead of `picture-clean'.
8417
8418 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8419
8420 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8421
8422 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8423 jit-lock-fontify-buffer; it should anyway be unneccessary to
8424 do anything special when jit-lock is active.
8425 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8426
8427 2000-11-22 Dave Love <fx@gnu.org>
8428
8429 * calendar/todo-mode.el (todo-top-priorities): Use
8430 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8431
8432 * language/chinese.el, language/cyrillic.el:
8433 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8434 * language/hebrew.el, language/indian.el, language/japanese.el:
8435 * language/korean.el, language/lao.el, language/misc-lang.el:
8436 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8437 Use provide.
8438
8439 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8440 (custom-variable-set): Improve validation error mesage.
8441
8442 * rect.el (string-rectangle): Revert last change.
8443 (string-rectangle-line): New arg DELETE.
8444 (string-rectangle): Check delete-selection-mode.
8445
8446 * emacs-lisp/edebug.el (edebug-version)
8447 (edebug-maintainer-address): Deleted.
8448 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8449 (edebug-read-function): Account for other `'#' read forms.
8450 (edebug-mode-menus): Make some items toggles.
8451 (edebug-outside-unread-command-event, unread-command-event):
8452 Remove these to avoid warnings.
8453
8454 2000-11-22 David Ponce <david@dponce.com>
8455
8456 * recentf.el (recentf-menu-items-for-commands)
8457 (recentf-make-menu-items, recentf-make-menu-item)
8458 (recentf-filter-changer): Added :help and :active menu-item properties.
8459
8460 (recentf-build-dir-rules, recentf-dump-variable)
8461 (recentf-edit-list, recentf-open-files-item)
8462 (recentf-open-files): Replaced unnecessary `mapcar' with new
8463 built-in `mapc'.
8464
8465 2000-11-23 Miles Bader <miles@gnu.org>
8466
8467 * faces.el (menu): Make inverse-video on ttys too.
8468
8469 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8470
8471 * simple.el (comment-line-break-function): Use the new name
8472 indent-new-comment-line -> comment-indent-new-line.
8473 (clone-indirect-buffer): Don't ignore NORECORD.
8474 (next-completion): Properly handle the case where items are adjacent.
8475
8476 * mouse.el (popup-menu): Stupid typo.
8477
8478 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8479
8480 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8481 maintainer, keywords tags.
8482
8483 * rect.el (replace-rectangle): Don't call string-rectangle-line
8484 with too many arguments.
8485
8486 2000-11-22 Andre Spiegel <spiegel@gnu.org>
8487
8488 * ediff-util.el (ediff-file-checked-out-p)
8489 (ediff-file-checked-in-p): Call vc-state instead of
8490 vc-locking-user, which no longer exists.
8491
8492 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8493
8494 2000-11-22 Dave Love <fx@gnu.org>
8495
8496 * md5.el (md5): Provide.
8497 (md5): Fix error call.
8498
8499 2000-11-22 Miles Bader <miles@gnu.org>
8500
8501 * textmodes/refill.el (refill-adjust-ignorable-overlay)
8502 (refill-fill-paragraph-at): Remove debugging code.
8503
8504 * calendar/calendar.el (generate-calendar-window): When we don't
8505 call `fit-window-to-buffer', make sure the top line is fully visible.
8506
8507 * image-file.el (insert-image-file): Don't make `read-only'
8508 property rear-nonsticky.
8509
8510 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8511 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8512 stashing away its original value.
8513 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8514 in the recursive edit.
8515 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8516 (isearch-done): Restore `minibuffer-message-timeout'.
8517
8518 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8519
8520 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8521
8522 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8523
8524 * find-lisp.el (find-lisp-find-files-internal):
8525 Use dolist, when and file-name-as-directory.
8526
8527 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
8528 (define-derived-mode, define-minor-mode): Add specs.
8529
8530 * window.el: General comment and spacing fixes.
8531 (save-selected-window): Use backquotes.
8532 (window-safely-shrinkable-p): New function.
8533 (shrink-window-if-larger-than-buffer): Use it.
8534
8535 * subr.el (make-local-hook): Docstring fix.
8536
8537 * shell.el (shell-mode): Use define-derived-mode.
8538
8539 * newcomment.el (comment-indent): Insert comment before calling
8540 comment-indent-function. Don't insert in column 0.
8541 (comment-dwim): Indent before inserting comment.
8542
8543 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8544 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8545 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8546 Use mapc rather than map.
8547
8548 * files.el (find-buffer-visiting): Compare all attributes before
8549 declaring two files identical (rather than just their inode-no).
8550 (auto-mode-alist): Use \' rather than $.
8551
8552 * which-func.el: Update maintainer line.
8553
8554 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8555 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8556 (uniquify-buffer-file-name): Use it.
8557
8558 2000-11-22 Miles Bader <miles@gnu.org>
8559
8560 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8561 * simple.el (minibuffer-avoid-prompt): New function.
8562
8563 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8564
8565 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8566
8567 2000-11-21 Miles Bader <miles@gnu.org>
8568
8569 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8570 inclusion of `track-mouse'.
8571
8572 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8573 (refill-adjust-ignorable-overlay): New function.
8574 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8575 only the paragraph's tail if possible.
8576 Update `refill-ignorable-overlay'.
8577 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8578
8579 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8580 point inside the fill-prefix.
8581
8582 * textmodes/refill.el (refill-post-command-function): Don't reset
8583 refill-doit in the case where a self-insertion command doesn't
8584 case a refill. Use `refill-fill-paragraph-at', getting position
8585 from `refill-doit'.
8586 (refill-after-change-function): Set `refill-doit' to END.
8587 (refill-fill-paragraph-at): New function, mostly from old
8588 refill-fill-paragraph.
8589 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8590 (refill-pre-command-function): New function.
8591 (refill-mode): Add it to `pre-command-hook'.
8592
8593 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8594
8595 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8596
8597 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8598 javadoc tags.
8599
8600 2000-11-20 Andre Spiegel <spiegel@gnu.org>
8601
8602 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8603 vc.el).
8604
8605 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
8606 require vc.
8607
8608 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
8609 checkouts.
8610
8611 2000-11-20 Dave Love <fx@gnu.org>
8612
8613 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8614
8615 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
8616
8617 * calculator.el (calculator-paste): Use `if' instead of `and'
8618 and `or'.
8619 (calculator-help): Don't use electric-describe-mode for XEmacs.
8620
8621 2000-11-19 Gerd Moellmann <gerd@gnu.org>
8622
8623 * info.el (info-menu-5): Doc fix.
8624
8625 * textmodes/artist.el: New file.
8626
8627 2000-11-19 Andre Spiegel <spiegel@gnu.org>
8628
8629 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
8630 and differentiate according to checkout model.
8631 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8632 since this function is only concerned with master state.
8633
8634 * vc-hooks.el (vc-workfile-unchanged-p)
8635 (vc-default-workfile-unchanged-p): Moved here from vc.el.
8636
8637 * vc.el (vc-workfile-unchanged-p)
8638 (vc-default-workfile-unchanged-p): See above.
8639
8640 2000-11-19 Miles Bader <miles@gnu.org>
8641
8642 * image-file.el (insert-image-file): Make `intangible' and
8643 `read-only' properties rear-nonsticky too.
8644
8645 2000-11-18 Gerd Moellmann <gerd@gnu.org>
8646
8647 * ps-print.el: Update copyright notice.
8648
8649 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8650 (tooltip-show): Use the offsets.
8651
8652 * bindings.el (mode-line-modified): Fix a typo.
8653 (mode-line-toggle-modified, mode-line-widen)
8654 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8655
8656 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8657
8658 * ps-print.el (toplevel): Test for find-coding-system being
8659 fboundp before calling ps-x-find-coding-system.
8660
8661 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8662
8663 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8664 (vc-version-backup-file): Docstring fix.
8665
8666 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8667
8668 * files.el (basic-save-buffer): Don't add a newline if
8669 find-file-literally is non-nil.
8670 (find-file-literally): Extend doc string.
8671
8672 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8673 sort(1) with the `-f' argument.
8674
8675 2000-11-16 Andre Spiegel <spiegel@gnu.org>
8676
8677 * vc.el: Updated backend documentation.
8678 (vc-default-check-headers): New function.
8679
8680 * vc-{cvs,rcs,sccs}.el: Functions reordered.
8681
8682 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8683 up-to-date.
8684 (vc-do-command): In the asynchronous case, output messages only if
8685 the minibuffer is not active.
8686
8687 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8688 `vc-cvs-use-edit' is on.
8689 (vc-cvs-checkout): When this is used for reverting the workfile,
8690 make a backup of the original contents and revert to that in case
8691 of error.
8692 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
8693 remote repositories.
8694
8695 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8696 for both version and ratio in the minibuffer.
8697
8698 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8699 Use vc-do-command to perform the annotation, not call-process.
8700
8701 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8702
8703 * international/quail.el (quail-start-translation): Don't call
8704 `message' before reading key sequence.
8705
8706 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8707
8708 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8709
8710 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8711
8712 * window.el (fit-window-to-buffer): Be sure to acquire at least
8713 one text line even if the buffer is empty.
8714
8715 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8716
8717 * net/ange-ftp.el (ange-ftp-file-writable-p)
8718 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8719 Bind ange-ftp-process-verbose to nil.
8720
8721 2000-11-15 Dave Love <fx@gnu.org>
8722
8723 * wid-edit.el (widget-specify-field, widget-specify-button):
8724 If :help-echo is a function, set help-echo of overlay to
8725 widget-mouse-help.
8726 (widget-mouse-help): New function.
8727 (widget-echo-help): Rewritten for :help-echo functions only taking
8728 a widget arg.
8729
8730 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8731 Use display-graphic-p.
8732 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8733 and that JPEG is available.
8734 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8735
8736 * international/mule-cmds.el (locale-charset-language-names):
8737 Match @euro.
8738
8739 2000-11-15 Gerd Moellmann <gerd@gnu.org>
8740
8741 * faces.el (face-set-after-frame-default):
8742 If `inhibit-default-face-x-resources' is bound, don't intialize the
8743 default face from X resources.
8744
8745 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8746
8747 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8748 Don't set EMACSLOADPATH.
8749
8750 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8751
8752 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8753 texinfo-insert-@url.
8754 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8755 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8756
8757 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8758
8759 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8760 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8761 (checkdoc-minor-keymap): Backward compatibility.
8762 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8763 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8764 (checkdoc-this-string-valid-engine): Be a bit more strict
8765 to avoid matching substrings of `...' quoted vars/funs.
8766 (checkdoc-defun-info): Only look for `interactive' if alone.
8767 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8768
8769 * progmodes/compile.el (grep): `tag-default' can be nil.
8770
8771 * newcomment.el (comment-indent): Paren typo.
8772
8773 2000-11-14 Dave Love <fx@gnu.org>
8774
8775 * calculator.el: New maintainer version.
8776
8777 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
8778
8779 * cmuscheme.el: Doc fixes.
8780 (cmuscheme) <defgroup>: Use `scheme' as parent.
8781 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8782
8783 * xscheme.el (scheme-program-name): Don't define here.
8784
8785 * progmodes/scheme.el (scheme-program-name): New variable
8786 (originally in cmuscheme).
8787
8788 2000-11-14 Miles Bader <miles@gnu.org>
8789
8790 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8791 Handle header-lines. Don't loop forever if we can't enlarge the
8792 window anymore. Simplify a bit.
8793
8794 2000-11-14 Kenichi Handa <handa@etl.go.jp>
8795
8796 * window.el (fit-window-to-buffer): Don't check
8797 window-text-height. Assure that the last line is fully visible.
8798
8799 * international/quail.el (quail-show-guidance-buf):
8800 Call fit-window-to-buffer to assure the enough height of the guidance
8801 buffer.
8802 (quail-update-guidance): Avoid making the guidance buffer shorter.
8803
8804 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8805
8806 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8807 rather than `prepend' and add an interesting comment.
8808 (tex-math-face, tex-font-lock-syntactic-face-function):
8809 New face and function to use it.
8810 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8811 than `menu-enable' symbol property.
8812 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8813 (tex-mode): Add some latex-mode commands for auto-selection.
8814 Use tex-font-lock-syntactic-face-function.
8815 (tex-insert-quote): Simplify.
8816 (tex-shell): New mode.
8817 (tex-start-shell): Use it.
8818 (tex-shell-proc, tex-shell-buf): New functions.
8819 (tex-send-command): Use it.
8820 (tex-main-file): Fix the meaning of the new arg REALFILE.
8821 (tex-send-tex-command): New function split from `tex-start-tex'.
8822 Set compilation-last-buffer and compilation-parsing-end.
8823
8824 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8825 when it follows non-comment text on the line.
8826
8827 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8828 Set font-lock-defaults.
8829 (lisp-mode-shared-map): Init inside the defvar.
8830 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8831 Use define-derived-mode.
8832
8833 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8834
8835 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8836
8837 2000-11-14 Gerd Moellmann <gerd@gnu.org>
8838
8839 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8840 Don't recursively optimize body because that can lead to infinite
8841 recursion; see comment there.
8842
8843 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8844
8845 * faces.el (face-spec-set-match-display): Revert the change from
8846 2000-10-24. Add a FIXME for after v21.1.
8847
8848 2000-11-13 Miles Bader <miles@gnu.org>
8849
8850 * textmodes/fill.el (skip-line-prefix): New function.
8851 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8852 (fill-paragraph): Don't leave point inside the fill-prefix.
8853 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8854 point inside the fill-prefix.
8855
8856 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8857
8858 * calendar/calendar.el (generate-calendar-window):
8859 Use `fit-window-to-buffer'.
8860
8861 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8862
8863 * gud.el (gud-minor-mode): New var.
8864 (gud-symbol, gud-val): New functions.
8865 (gud-find-file): Copy gud-minor-mode to the new buffer.
8866 (gud-menu-map): Include entries for commands that are not always
8867 available, using :enable to (de)activate them.
8868 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8869 (gud-mode-map): New map.
8870 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
8871 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8872 Don't set up gud's menu (it's done by the minor-mode).
8873 (gud-minibuffer-local-map): New.
8874 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8875 (gud-query-cmdline): New function.
8876 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8877 (gud-mode): Use define-derived-mode.
8878 Don't set up gud's menu (it's done by the minor-mode).
8879 (gud-chop-words): Remove.
8880 (gud-common-init): Use split-string instead.
8881 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8882
8883 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8884 Add keyword arg :name.
8885
8886 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8887 (diff-count-matches, diff-split-hunk): New functions.
8888 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8889
8890 * pcvs-info.el (cvs-fi-conflict-face): New var.
8891
8892 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8893 Make it into a simple syntax-table, shared among all submodes.
8894 (sh-heredoc-face): Re-introduce.
8895 (sh-font-lock-syntactic-face-function): New function.
8896 (sh-mode): Use it. Also use define-derived-mode.
8897 Remove old bogus setting of indent-region-function.
8898 (sh-set-shell): Don't set the syntax-table any more.
8899 (sh-mode-syntax-table) <defun>: Remove.
8900
8901 2000-11-12 Miles Bader <miles@gnu.org>
8902
8903 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8904 message if interactive.
8905
8906 2000-11-12 Dave Love <fx@gnu.org>
8907
8908 * mail/feedmail.el: Fix header,
8909 (feedmail) <defgroup>: Add :link.
8910
8911 * view.el: Use local-map property, not keymap on mode-line string.
8912
8913 * scroll-all.el (scroll-all-mode): Customize variable.
8914 Add autoload cookie to function.
8915
8916 * lazy-lock.el: Remove compatibility code.
8917
8918 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8919 (finder-help-echo): New variable.
8920 (finder-mouse-face-on-line): Add help-echo stuff.
8921 (finder-list-keywords, finder-list-matches): Use mapc.
8922
8923 * faces.el (face-font-registry-alternatives): Add :version.
8924
8925 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8926 tags-table-list.
8927
8928 * net/browse-url.el (browse-url-browser-function): Update :version.
8929
8930 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
8931 (mail-mode): Use [:alnum:] in some regexps.
8932
8933 2000-11-10 Dave Love <fx@gnu.org>
8934
8935 * ediff.el (ediff-regions-internal, ediff-documentation):
8936 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8937 fundamental mode.
8938
8939 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8940 buffer into fundamental mode.
8941 (ediff-set-difference): Use copy-sequence if available.
8942
8943 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8944 Check ediff-patch-map non-nil.
8945 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8946 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8947 buffer into fundamental mode.
8948
8949 * ediff-merg.el (state-or-merge): Defvar when compiling.
8950
8951 2000-11-10 Jason Rumney <jasonr@gnu.org>
8952
8953 * w32-fns.el (w32-add-charset-info): New function.
8954 (w32-charset-info-alist): Use it.
8955
8956 2000-11-10 Gerd Moellmann <gerd@gnu.org>
8957
8958 * faces.el (face-font-registry-alternatives): New user-option.
8959
8960 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8961
8962 * textmodes/texinfo.el (texinfo-block-default): New var.
8963 (texinfo-insert-block): Use it. Insert a newline if needed.
8964
8965 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8966 (fill-region-as-paragraph): Use it.
8967
8968 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8969 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8970 Tweak paragraph regexps to allow a leading [ \t]*.
8971 (tex-latex-block): Insert a newline if necessary.
8972 (latex-insert-item): Only insert a newline if necessary.
8973 (tex-guess-main-file): New function.
8974 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8975 Set tex-main-file if TeX-master is provided.
8976 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8977
8978 2000-11-10 Gerd Moellmann <gerd@gnu.org>
8979
8980 * startup.el (command-line): Set the default tooltip-mode
8981 to t for graphical displays which implement x-show-tip.
8982
8983 * tooltip.el (tooltip-mode): Add a comment about startup.el
8984 setting the default value of this user-option.
8985
8986 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8987
8988 * font-lock.el (font-lock-*-face) <defvar>: Move.
8989 (font-lock-defaults-alist): Mark obsolete.
8990 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8991 (font-lock-mode): Use define-minor-mode.
8992 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8993 (font-lock-turn-off-thing-lock): Be more explicit.
8994 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8995 (font-lock-syntactic-face-function): New var.
8996 (font-lock-fontify-syntactically-region): Use it.
8997 (font-lock-doc-face): New.
8998
8999 * pcvs.el (cvs-enabledp): Ignore errors.
9000 (cvs-commit-filelist): Never query.
9001 (cvs-mode-insert): Always add a terminating / in the initial prompt.
9002 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
9003 (cvs-do-removal): Use cvs-partition rather than delete-if.
9004 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9005 cvs-bury-buffer.
9006
9007 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9008 Allow `next' to jump to after the end of the last match.
9009
9010 2000-11-09 Gerd Moellmann <gerd@gnu.org>
9011
9012 * simple.el (byte-compiling-files-p): New function.
9013
9014 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
9015 if it is there.
9016
9017 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9018 nil again.
9019
9020 * textmodes/ispell.el (ispell-library-path): Don't call
9021 check-ispell-version when byte-compiling because that starts
9022 an ispell process, and ispell might not be installed.
9023 (toplevel): Don't set up a menu when byte-compiling.
9024
9025 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9026 it, so that a boundp test can be used to determine if we're
9027 currently byte-compiling.
9028
9029 2000-11-09 Dave Love <fx@gnu.org>
9030
9031 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
9032
9033 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9034
9035 * ps-print.el: Patch for variable initialization when spooling.
9036 Doc fix.
9037 (ps-output-list): Fun eliminated.
9038 (ps-begin-file, ps-begin-job): Code fix.
9039
9040 2000-11-08 Dave Love <fx@gnu.org>
9041
9042 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9043
9044 2000-11-08 Gerd Moellmann <gerd@gnu.org>
9045
9046 * simple.el (shell-command, display-message-or-buffer)
9047 (shell-command-on-region): Mention resize-mini-windows in the doc
9048 string.
9049 (display-message-or-buffer): Take the value of resize-mini-windows
9050 into account.
9051
9052 2000-11-07 Gerd Moellmann <gerd@gnu.org>
9053
9054 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
9055
9056 * dired.el (dired-between-files): Add `^. find' as an alternative
9057 to the regular expression, for find-dired.
9058
9059 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9060
9061 * textmodes/texnfo-upd.el: Require texinfo.
9062 (defmacro, defgroup): Remove.
9063 (texinfo-section-to-generic-alist): Remove.
9064 Use texinfo-section-list instead (i.e. level is changed string->int).
9065 (texinfo-filter): New function.
9066 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
9067 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
9068 Use it. And use regexp-opt.
9069 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
9070 (texinfo-update-menu-region-beginning)
9071 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
9072 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
9073 (texinfo-update-menu-same-level-regexps): Update.
9074 (texinfo-update-node, texinfo-every-node-update)
9075 (texinfo-sequential-node-update): Remove autoload cookie.
9076
9077 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
9078 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
9079 (texinfo-chapter-level-regexp): Remove.
9080 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
9081
9082 2000-11-06 Dave Love <fx@gnu.org>
9083
9084 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
9085
9086 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9087 Match defun*.
9088
9089 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9090
9091 * composite.el (composition-function-table): Variable declaration
9092 moved to src/composite.c.
9093 (compose-chars-after): New optional arg object.
9094
9095 2000-11-06 Gerd Moellmann <gerd@gnu.org>
9096
9097 * bindings.el (mode-line-toggle-read-only)
9098 (mode-line-toggle-modified, mode-line-widen)
9099 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9100 (make-mode-line-mouse2-map): Rewritten.
9101 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9102 functions so that C-h k can show something with a doc string.
9103
9104 * startup.el (fancy-splash-delay): Set to 10 seconds.
9105 (fancy-splash-max-time): New user-option.
9106 (fancy-splash-stop-time): New variable.
9107 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9108 (fancy-splash-screens-1): Throw `stop-splashing' when current
9109 time is greater than fancy-splash-stop-time.
9110
9111 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9112
9113 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9114
9115 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9116 Prompt user for a file rather than raising an error.
9117 (cvs-enabledp): Fix call to cvs-mode-marked.
9118 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9119 (cvs-mode-insert): Use it. Change the init prompt' value.
9120 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9121
9122 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9123 Don't pass default arg to ewoc-locate.
9124 (ewoc-collect): Return result in the right order.
9125
9126 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9127
9128 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9129 (cvs-status-get-tags): Fix regexp.
9130 (cvs-status-trees, cvs-status-cvstrees):
9131 Combine after change hooks and don't sit-for.
9132 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9133 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
9134 Use make-char rather than hard-coded cryptic data.
9135 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9136
9137 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9138
9139 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9140 (cvs-insert-strings): New function.
9141
9142 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9143
9144 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9145 `mwheel-scroll-amount'.
9146 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9147 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9148 string-matching against the version string.
9149
9150 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9151
9152 * language/thai.el ("Thai"): Set a lisp form that produces
9153 composed string in `sample-text' language info.
9154
9155 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9156 composed string in `sample-text' language info.
9157
9158 * international/mule-cmds.el (describe-language-environment):
9159 Eval `sample-text' data and insert the result.
9160
9161 * international/mule-conf.el (compound-text): Define this coding
9162 system here. Make x-ctext and ctext aliases of it.
9163
9164 * language/european.el (compound-text, ctext): Moved to
9165 international/mule-conf.el.
9166
9167 2000-11-05 Andrew Innes <andrewi@gnu.org>
9168
9169 * w32-fns.el (w32-version): New function.
9170
9171 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9172
9173 * progmodes/awk-mode.el: Update copyright.
9174 (awk-mode-abbrev-table): Remove.
9175 (awk-font-lock-keywords): Use regexp-opt.
9176 (awk-mode): Use define-derived-mode.
9177
9178 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9179 when extracting a suffix.
9180
9181 2000-11-04 Andre Spiegel <spiegel@gnu.org>
9182
9183 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9184 auto-save-mode.
9185
9186 2000-11-04 Jason Rumney <jasonr@gnu.org>
9187
9188 * language/european.el (decode-mac-roman): Test against r1 not r0.
9189
9190 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9191
9192 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9193 (icon-mode): Define indent-line-function.
9194 (icon-comment-indent): Simplify.
9195 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9196
9197 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9198
9199 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9200 Bind change-log-default-mode to defeat the caching done on it.
9201 Don't bother saving excursion any more.
9202
9203 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9204
9205 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9206 (set-frame-font): Use the new name (and the old for compatibility).
9207
9208 * toolbar/tool-bar.el (tool-bar-mode):
9209 * time.el (display-time-mode):
9210 * recentf.el (recentf-mode):
9211 * paren.el (show-paren-mode):
9212 * mwheel.el (mouse-wheel-mode):
9213 * msb.el (msb-mode):
9214 * jka-compr.el (auto-compression-mode):
9215 * image-file.el (auto-image-file-mode):
9216 * hl-line.el (hl-line-mode):
9217 * delsel.el (delete-selection-mode):
9218 * autoinsert.el (auto-insert-mode):
9219 * complete.el (partial-completion-mode): Drop unneeded positional args.
9220
9221 * info.el (Info-mode):
9222 * comint.el (comint-mode): Don't bother with make-local-hook.
9223
9224 * log-edit.el (log-edit-menu): New menu.
9225
9226 2000-11-03 Miles Bader <miles@gnu.org>
9227
9228 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9229 definition, so that trailing spaces are handled properly.
9230 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9231
9232 2000-11-03 Gerd Moellmann <gerd@gnu.org>
9233
9234 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9235 tab character.
9236 (fancy-splash-screens): Set tab-width to 20.
9237
9238 2000-11-03 Dave Love <fx@gnu.org>
9239
9240 * comint.el (comint-completion-addsuffix): Fix custom type.
9241
9242 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9243
9244 * font-lock.el (font-lock-buffers): Remove.
9245 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9246 (font-lock-change-major-mode): Remove.
9247 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9248 (font-lock-default-fontify-region): Extend the multiline
9249 fontification to whole lines.
9250 (font-lock-fontify-anchored-keywords)
9251 (font-lock-fontify-keywords-region): If matching just one
9252 line (with \n) only mark the \n as multiline.
9253
9254 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9255 Correctly handle the case where several :group args are supplied.
9256 Allow :extra-args.
9257 (easy-mmode-define-global-mode): Allow :extra-args.
9258 Correctly handle the case where several :group args are supplied.
9259
9260 2000-11-02 Miles Bader <miles@gnu.org>
9261
9262 * calendar/calendar.el (diary-face, calendar-today-face)
9263 (holiday-face): Remove dependency on `window-system'.
9264
9265 2000-11-02 Ken Raeburn <raeburn@gnu.org>
9266
9267 * Makefile.in (emacs): Set EMACSLOADPATH always.
9268 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9269 (compile-files): Bomb out if compilation of a file fails.
9270
9271 2000-11-02 Dave Love <fx@gnu.org>
9272
9273 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9274
9275 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9276
9277 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9278 punctuation in the warning inserted into the *mail* buffer.
9279
9280 2000-11-02 Gerd Moellmann <gerd@gnu.org>
9281
9282 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9283 (authors-public-domain-p): New function.
9284 (authors-print): Use it.
9285
9286 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9287
9288 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9289
9290 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9291
9292 * ps-print.el: Extension for even/odd printing. Doc fix.
9293 (ps-print-version): New version number (6.3.1).
9294 (ps-even-or-odd-pages): Customization fix.
9295 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9296 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9297 (ps-page-count): Var replaced by `ps-page-column'.
9298 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9299 (ps-print-sheet-p): New fun.
9300
9301 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9302
9303 * tooltip.el (tooltip-gud-tips-setup): New function.
9304 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9305 (tooltip-mode): Call tooltip-gud-tips-setup.
9306 (tooltip-gud-tips): Use `gud-basic-call' instead of
9307 process-send-string, so the prompt gets frobbed appropriately.
9308 Handle nil return value from `tooltip-gud-print-command'.
9309
9310 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9311
9312 * comint.el (comint-add-to-input-history): New function.
9313 (comint-send-input): Use `comint-add-to-input-history'.
9314
9315 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9316
9317 * info.el (info-menu-header): New face.
9318 (Info-fontify-menu-headers): New function.
9319 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9320
9321 * info.el (Info-insert-dir): Don't include blank lines at
9322 beginning of additional dir files (one is added automatically).
9323
9324 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9325
9326 * emacs-lisp/easy-mmode.el (define-minor-mode):
9327 Revert the latest changes.
9328 Allow the three positional arguments to be skipped and replaced
9329 by keyword arguments.
9330 Add a :toggle argument to determine whether a nil arg means toggle
9331 or means turn-on. The default is unchanged.
9332 Add a call to force-mode-line-update.
9333
9334 2000-11-01 Dave Love <fx@gnu.org>
9335
9336 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
9337
9338 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9339
9340 * calendar/calendar.el (diary-face, holiday-face):
9341 Add dark-background variants.
9342
9343 2000-10-31 Sam Steingold <sds@gnu.org>
9344
9345 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9346 `tex-main-file' does not have directory in it.
9347
9348 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9349
9350 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9351
9352 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9353
9354 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9355 functional change.
9356
9357 2000-10-31 Gerd Moellmann <gerd@gnu.org>
9358
9359 * files.el (find-file-noselect): When we expand a wildcard, return
9360 a list of buffers, as we should do according to the doc string.
9361
9362 2000-10-31 Ken Raeburn <raeburn@gnu.org>
9363
9364 * loadup.el (top level): Adjust load path if program name is
9365 "../src/bootstrap-emacs", in case it's not dumped and thus the
9366 load path adjustment hasn't already been done.
9367
9368 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9369
9370 * ps-print.el: Fix bug on selected pages for printing.
9371 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
9372 is on. Try to avoid warning messages when compiling. Doc Fix.
9373 (ps-print-version): New version number (6.3).
9374 (ps-color-device): Use `color-values' to determine if device
9375 supports color.
9376 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9377 (ps-print-page-p): Changed from defsubst to defun.
9378 (ps-page-number): Changed from defmacro to defun.
9379 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9380 printing.
9381 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
9382 (ps-end-file, ps-dummy-page): Funs eliminated.
9383 (ps-print-color-scale): Changed default value.
9384 (ps-page-n-up, ps-print-page-p): New internal vars.
9385 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9386 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9387
9388 * delim-col.el: Little programming improvement.
9389 (delimit-columns-str): New macro.
9390 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9391
9392 2000-10-31 Kenichi Handa <handa@etl.go.jp>
9393
9394 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9395 Moved to european.el.
9396 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9397 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9398 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9399 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
9400
9401 2000-10-30 Dave Love <fx@gnu.org>
9402
9403 * progmodes/cc-menus.el (imenu-generic-expression)
9404 (imenu-progress-message): Only defvar when compiling.
9405
9406 * emacs-lisp/elp.el (elp-unload-hook): New function.
9407
9408 * loadhist.el (unload-feature): Call elp-restore-function,
9409 checking for symbols; don't use elp-restore-all.
9410 (loadhist-hook-functions): Doc fix.
9411
9412 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9413
9414 * log-edit.el (log-edit-confirm): Fix the default.
9415
9416 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9417
9418 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9419 delimit-columns-format.
9420 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9421
9422 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9423
9424 * comint.el (comint-replace-by-expanded-history): Don't use
9425 comint-get-old-input (we're not looking at *old* input).
9426 (comint-get-old-input-default): If using fields, signal an error
9427 when the point is not in an input field.
9428
9429 2000-10-30 Kenichi Handa <handa@etl.go.jp>
9430
9431 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9432 and mule-unicode-e000-ffff.
9433
9434 * international/mule.el (decode-char, encode-char): New functions.
9435 (make-coding-system): Accept a symbol of translation table as a
9436 value of property `safe-chars'.
9437
9438 * international/mule-cmds.el (encode-coding-char): Check property
9439 safe-chars instead of safe-charsets.
9440
9441 * international/fontset.el (fontset-default): Modified for
9442 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9443 (x-font-name-charset-alist): Likewise.
9444 (ccl-encode-unicode-font): New CCL program. Record it in
9445 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9446
9447 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9448 New translation tables.
9449 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9450 programs are modified and moved from mac-win.el.
9451 (mac-roman): Definition of this coding system is modified and
9452 moved from mac-win.el.
9453
9454 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9455
9456 * ediff-wind.el (ediff-setup-control-frame): Enclose
9457 face-attribute in condition-case to avoid errors in older emacsen.
9458
9459 2000-10-29 Miles Bader <miles@gnu.org>
9460
9461 * custom.el (custom-add-to-group): Allow multiple entries for a
9462 given value OPTION, as long as their widget types are different.
9463 * cus-edit.el (custom-face-value-create): If face name doesn't end
9464 with "face", add such here (similar to custom group widgets).
9465
9466 * comint.el (comint-highlight-prompt): Add :type.
9467
9468 2000-10-28 John Wiegley <johnw@gnu.org>
9469
9470 * calendar/timeclock.el (timeclock-log): Doc fix.
9471 (timeclock-last-event): Doc fix.
9472 (timeclock-log): Kill the timelog buffer after appending a new event.
9473 (timeclock-find-discrep): Use a temp buffer to read in the
9474 timelog, instead of visiting the file.
9475 (timeclock-log-data): A new function, along with a host of helper
9476 functions, for the purpose of making timelog data accessible to
9477 programmers.
9478
9479 * eshell/esh-mode.el (window-height test): Make certain that
9480 `eshell-stringify-t' is non-nil.
9481 (eshell-password-prompt-regexp): Changed to a much simpler
9482 password regexp.
9483 (eshell-send-input): If `eshell-invoke-directly' returns t,
9484 directly invoke the parsed command using `eval'. This improves
9485 turn-around time on simple commands by a factor of three or
9486 greater, such as cd, ls, pwd, etc. -- which get used very often.
9487 It also conserves thousands of cons cells per call (since
9488 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9489 in the Pacific Cookie Company).
9490
9491 * eshell/esh-test.el (eshell-test): Whitespace fix.
9492
9493 * eshell/em-ls.el (eshell-ls-insert-directory):
9494 Make `eshell-ls-initial-args' nil when inserting directory contents.
9495
9496 * eshell/em-script.el (eshell-script-initialize): Add names to
9497 `eshell-complex-commands, since `source' and `.' are complex.
9498
9499 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9500 (eshell-rewrite-while-command): Use `eshell-protect' instead of
9501 `eshell-copy-handles'.
9502 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9503 bodies.
9504 (eshell-separate-commands): Whitespace fix.
9505 (eshell-complex-commands): Added a new list of names, for
9506 determining whether a given command is as simple as it looks.
9507 (eshell-invoke-directly): New function. Returns t if a command
9508 should be invoked directly (using `eval'), rather than indirectly
9509 using `eshell-do-eval'.
9510 (eshell-do-eval): Whitespace fix.
9511
9512 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9513 which provides an emulation of the DOS shell behavior of assuming
9514 that cp/mv/ln should copy/move/link to the current directory.
9515 (eshell-remove-entries): Added a doc string.
9516 (eshell-shuffle-files): Removed the check for `target' being null.
9517 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9518 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9519 it to do a smarter check of whether a destination was provided.
9520 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9521 (eshell/ln): Enable `:preserve-args', and use
9522 `eshell-mvcpln-template' to implement the body of the function.
9523 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9524 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
9525 list after flattening it. This makes it possible to cat files
9526 with numerical names.
9527 (eshell-unix-initialize): Added several names to
9528 `eshell-complex-commands.
9529 (eshell-unix-command-complex-p): Return t if a given command name
9530 may result in external processes being invoked.
9531
9532 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9533 variable nil by default, since it slows down glob processing by a
9534 factor of two or more, and increases memory consumption.
9535
9536 * eshell/em-smart.el: Added a note about how memory consumptive
9537 smart display mode can be (at least this is true in Emacs 21).
9538 (eshell-smart-initialize): Whitespace fix.
9539 (eshell-refresh-windows): Use `if' instead of `when'.
9540 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9541 not necessary.
9542 (eshell-currently-handling-window): Added a missing global variable.
9543
9544 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9545 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9546 Whitespace fix.
9547 (eshell-ls-exclude-hidden): Added this variable in addition to
9548 `eshell-ls-exclude-regexp'. This one prevents files beginning
9549 with . from even being read, which can improve memory consumption
9550 quite a bit.
9551 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9552 read file entries beginning with a dot. In home directories with
9553 lots of hidden files, fully two-thirds of the time spent in ls is
9554 used to read directory entries that are immediately thrown away.
9555 (eshell-ls-initial-args): Added back this configuration variable,
9556 for specifying default initial arguments to every call to ls.
9557 Much faster than using an alias to do the same thing.
9558 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9559 (eshell-ls-dir): Whitespace change.
9560
9561 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9562
9563 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
9564 (eshell-stringify-t): Added a customization variable, to indicate
9565 whether `t' should be rendered as a string at all. If not, one
9566 can still determine if the result of an expression is true using
9567 "file-exists-p FILE && echo true".
9568 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9569 stringify t!
9570
9571 * eshell/esh-module.el: Whitespace fix.
9572
9573 * eshell/em-alias.el (eshell-alias-initialize):
9574 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
9575 (eshell-command-aliased-p): New function that returns t if a
9576 command name names an aliased.
9577
9578 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9579
9580 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
9581 redrawing the screen when changing cursor color.
9582 (viper-insert-state-pre-command-sentinel)
9583 (viper-replace-state-pre-command-sentinel)
9584 (viper-replace-state-post-command-sentinel):
9585 Use viper-preserve-cursor-color.
9586 Many functions changed to use viper= instead of = when comparing
9587 characters.
9588 * viper-util.el (viper-memq-char,viper=): New functions for
9589 working with characters.
9590 (viper-change-cursor-color): Fixed buglet.
9591 Many functions changed to use viper= instead of = when comparing
9592 characters.
9593 * viper.el (viper-insert-state-mode-list): Added eshell.
9594
9595 * ediff-init.el (ediff-before-setup-hook): New hook.
9596 Several typos fixed in various docstrings.
9597 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
9598 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
9599 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9600 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9601 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9602 (ediff-get-selected-buffers): New function.
9603 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
9604 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9605 Use save-window-excursion.
9606 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
9607 termination check in while loop.
9608 * ediff.el (ediff-get-default-file-name): Better defaults when in
9609 dired buffer.
9610 (ediff-files,ediff-merge-files,ediff-files3)
9611 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
9612
9613 2000-10-28 Dave Love <fx@gnu.org>
9614
9615 * info.el (Info-fontify-node): Add help-echo for menu items.
9616
9617 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9618
9619 * startup.el (normal-top-level): If the value of $TERM indicates
9620 we are running from xterm or one of its work-alikes, default to a
9621 light background mode.
9622
9623 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9624 * faces.el (tty-handle-reverse-video): New function.
9625 (tty-create-frame-with-faces): Call it.
9626
9627 * frame.el (frame-notice-user-settings): Don't apply
9628 default-frame-alist and initial-frame-alist to MS-DOS frames.
9629 Call tty-handle-reverse-video, frame-set-background-mode, and
9630 face-set-after-frame-default for non-MS-DOS frames.
9631
9632 * startup.el (tty-long-option-alist): New variable.
9633 (tty-handle-args): New function.
9634 (command-line): Call tty-handle-args.
9635
9636 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9637 startup.el now does that for all character-terminal frames.
9638
9639 2000-10-28 Miles Bader <miles@gnu.org>
9640
9641 * emacs-lisp/easy-mmode.el (define-minor-mode):
9642 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9643 is global. If :global is followed by a non-nil but non-t value,
9644 make the mode buffer-local, but also generate a `global-MODE'
9645 version using `easy-mmode-define-global-mode'.
9646 Add :conditional-turn-on keyword argument.
9647
9648 2000-10-28 Dave Love <fx@gnu.org>
9649
9650 * international/latin1-disp.el (latin1-char-displayable-p):
9651 Don't use window-system.
9652
9653 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9654
9655 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9656 Don't call find-buffer-file-type-coding-system. Instead, just
9657 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9658 if the file is on an untranslated filesystem.
9659 (add-untranslated-filesystem): Use "D" instead of "f" inside
9660 interactive.
9661
9662 2000-10-27 Dave Love <fx@gnu.org>
9663
9664 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
9665 (refill-mode): Use it.
9666
9667 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9668
9669 * international/quail.el (quail-activate): Don't make-local-hook.
9670
9671 2000-10-27 Andre Spiegel <spiegel@gnu.org>
9672
9673 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
9674 manual backups and file.~<rev>.~ for automatic ones.
9675 (vc-make-version-backup): Don't do it on MS-DOS without long file
9676 names.
9677
9678 * vc.el (vc-version-other-window): If an automatic backup of the
9679 desired version exists, rename it instead of copying it.
9680
9681 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9682 after command. If there's an unexpected error, signal it instead
9683 of being silent.
9684 (vc-cvs-merge-news): Be prepared for no news at all.
9685
9686 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9687
9688 * shell.el (shell): Add BUFFER argument.
9689 * comint.el (make-comint-in-buffer): New function.
9690 (make-comint): Use it.
9691
9692 * faces.el (face-spec-choose): Change syntax so that the list of
9693 attribute-value pairs is now the cdr of each clause, not the cadr.
9694 Detect old-style entries, and handle them. Use pop.
9695
9696 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9697
9698 * cus-edit.el (custom-mode-map): Use a sparse map.
9699 (custom-mode): Don't bother with make-local-hook.
9700
9701 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9702
9703 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9704
9705 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9706
9707 * ps-print.el: Avoid compilation gripes.
9708 (ps-print-version): New version number (6.2.1).
9709
9710 2000-10-26 Dave Love <fx@gnu.org>
9711
9712 * menu-bar.el: Modify some menu item help strings.
9713 (menu-bar-help-menu): Add link to MORE.STUFF.
9714
9715 * cus-edit.el (custom-mode): Add `special' mode-class property.
9716
9717 * wid-browse.el (widget-browse-mode): Likewise.
9718
9719 * wid-edit.el (widget-specify-field): Revert to using local-map
9720 property, not keymap.
9721
9722 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9723
9724 * wid-edit.el (widget-field-end): When checking for a `boundary'
9725 field, do so in the correct buffer.
9726
9727 * simple.el (undo): Correctly distinguish between numeric and
9728 non-numeric prefix args in non-transient-mark-mode, as per the doc
9729 string. When in transient-mark-mode, treat all prefix-args as
9730 numeric.
9731
9732 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9733 Position point on match. Handle N == 0 correctly.
9734
9735 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9736 (comint-mode-map): Reverse order of `comint-write-output' and
9737 `comint-append-output-to-file'.
9738 (comint-append-output-to-file): Reinstate this function, for the
9739 benefit of the menu.
9740
9741 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9742
9743 * vc.el (vc-version-other-window): Bind `file'.
9744
9745 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9746
9747 * Makefile.in (update-authors): New target for maintenance purposes.
9748
9749 * emacs-lisp/authors.el (batch-update-authors): New function.
9750 (authors-fixed-entries): New defconst.
9751 (authors-add-fixed-entries): New function.
9752 (authors): Call it.: Don't process lispref/.
9753
9754 2000-10-25 Jason Rumney <jasonr@gnu.org>
9755
9756 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9757 Merge x w32 and mac definitions.
9758
9759 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9760
9761 * menu-bar.el (menu-bar-options-menu): Add a help string for
9762 `uniquify'.
9763
9764 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
9765
9766 * time-stamp.el (time-stamp-string-preprocess):
9767 Fix a wrong type argument error.
9768
9769 2000-10-25 Miles Bader <miles@gnu.org>
9770
9771 * recentf.el (recentf-mode): Variable removed.
9772 (recentf-mode): Use `define-minor-mode'.
9773
9774 * mwheel.el (mouse-wheel-mode): New global minor mode.
9775 (mwheel-install): Use `mouse-wheel-mode'.
9776
9777 2000-10-25 Dave Love <fx@gnu.org>
9778
9779 * progmodes/cperl-mode.el (cperl-mode):
9780 Set normal-auto-fill-function correctly.
9781
9782 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9783 Don't inherit from global-map and don't nullify menu-bar and tool-bar
9784 bindings.
9785
9786 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9787
9788 * wid-edit.el (widget-field-at): New function.
9789 (widget-at, widget-field-activate): Use it.
9790 (widget-tabable-at): Use `widget-at'.
9791 (widget-specify-field): If the terminating character of the widget
9792 field (which is read-only) is a newline, put it into a special
9793 `boundary' field so that C-n/C-p act more naturally.
9794 (widget-field-end): Also don't subtract one if a special
9795 `boundary' field has been added after the widget field.
9796
9797 * comint.el (comint-output-filter, comint-send-input):
9798 Don't bother adding stickiness fields to overlays to fool the field
9799 code, since it should notice the overlay insertion-types now.
9800
9801 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9802 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9803 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9804
9805 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9806
9807 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
9808 (authors): Set file coding system to iso-2022-7bit.
9809 Add file-local variables to output buffer.
9810
9811 * files.el (after-find-file): Don't print any warnings if
9812 WARN is nil.
9813
9814 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9815
9816 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9817
9818 * delim-col.el: Now there is a column formatting mechanism.
9819 Modified to customization mechanisms convention. Doc fix.
9820 (columns): New group for delim-col.
9821 (delimit-columns-before, delimit-columns-after)
9822 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9823 (delimit-columns-end): New vars.
9824 (delimit-columns-customize, delimit-columns-format): New funs.
9825 (delimit-columns-region, delimit-columns-rectangle)
9826 (delimit-columns-rectangle-line): Modified to support column
9827 formatting.
9828
9829 2000-10-24 Dave Love <fx@gnu.org>
9830
9831 * log-edit.el (log-edit): Add :version and a :group for vc.
9832
9833 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9834
9835 * files.el (after-find-file): Don't print a message ``New file''
9836 if WARN is nil.
9837
9838 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9839 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
9840 get duplicate tool-bar entries because we'll see the global ones
9841 on more than one path through keymaps.
9842
9843 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9844
9845 * progmodes/cmacexp.el: Change Francesco's email address.
9846
9847 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9848
9849 * window.el (fit-window-to-buffer): Adjust point of the window
9850 buffer, not that of the current buffer.
9851
9852 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9853
9854 * progmodes/cmacexp.el: Update the euthor's email address.
9855
9856 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9857
9858 * faces.el (face-spec-set-match-display): Add `graphic' display
9859 type (the inverse of `tty'). Use `display-graphic-p' instead of
9860 the window-system variable.
9861
9862 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9863
9864 * international/isearch-x.el (isearch-with-input-method):
9865 Call input-method-function with the first event in
9866 unread-command-events.
9867
9868 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9869
9870 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
9871
9872 2000-10-24 Andrew Choi <akochoi@i-cable.com>
9873
9874 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9875 New charsets.
9876
9877 * term/mac-win.el: Remove definitions of mac-roman-lower and
9878 mac-roman-upper, require dired, and define instead of set
9879 mac-ready-for-drag-n-drop to avoid compilation error.
9880
9881 2000-10-23 Andrew Innes <andrewi@gnu.org>
9882
9883 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9884 Remove superfluous calls to subst-char-in-string; instead apply
9885 expand-file-name after convert-standard-filename to ensure
9886 expected directory separators are used.
9887
9888 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9889
9890 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9891
9892 2000-10-23 Dave Love <fx@gnu.org>
9893
9894 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9895 (tool-bar-add-item): Set foreground and background for XBM icons.
9896
9897 * international/latin1-disp.el (latin1-char-displayable-p):
9898 New function (from Handa).
9899 (latin1-display-check-font): Use it.
9900
9901 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
9902 using :key-sequence, making it much more usable.
9903 Use nconc, not append.
9904 (imenu--create-keymap-1): Avoid append.
9905
9906 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
9907
9908 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9909
9910 [the following changes fix a bug where `define-minor-mode' didn't
9911 correctly generate :require clauses for defcustoms in compiled files]
9912 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9913 (byte-compile-log-file, byte-compile-log-1): Don't set
9914 `byte-compile-current-file' to nil. Instead set
9915 `byte-compile-last-logged-file' to it. Test whether
9916 byte-compile-current-file equals byte-compile-last-logged-file
9917 instead of whether its nil.
9918 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
9919
9920 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9921
9922 * textmodes/refill.el: Fix var names in doc.
9923 (refill-mode): Don't bother with make-local-hook anymore.
9924
9925 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9926
9927 * faces.el (face-user-default-spec, face-default-spec): New functions.
9928 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
9929 (frame-set-background-mode, face-set-after-frame-default):
9930 Use `face-user-default-spec'. Simplify code slightly.
9931
9932 * woman.el (woman-italic-face, woman-bold-face)
9933 (woman-unknown-face): Add dark-background variants.
9934 (woman-default-faces): Renamed from `woman-colour-faces'.
9935 Set using the stored defaults, rather than using hard-wired colors.
9936 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9937 Just make the foreground `unspecified' rather than "black".
9938 (woman-menu): Rename menu entries accordingly.
9939
9940 * faces.el (header-line): Make more reasonable on mono/grayscale
9941 displays.
9942
9943 2000-10-23 Andrew Choi <akochoi@i-cable.com>
9944
9945 * cus-edit.el (custom-button-face): Use 3D look for mac.
9946 (custom-button-pressed-face): Likewise.
9947
9948 * faces.el (set-face-attributes-from-resources): Handle mac frames
9949 in the same way as x and w32 frames.
9950 (face-valid-attribute-values): Likewise.
9951 (read-face-attribute): Likewise.
9952 (defined-colors): Likewise.
9953 (color-defined-p): Likewise.
9954 (color-values): Likewise.
9955 (display-grayscale-p): Likewise.
9956 (face-set-after-frame-default): Likewise.
9957 (mode-line): Same default face as for x and w32.
9958 (tool-bar): Likewise.
9959
9960 * frame.el: Remove call to frame-notice-user-settings at end of
9961 the file.
9962
9963 * info.el (Info-fontify-node): Make underlines invisible for mac
9964 as for x, pc, and w32 frame types.
9965
9966 * term/mac-win.el: New file.
9967
9968 2000-10-22 Dave Love <fx@gnu.org>
9969
9970 * textmodes/refill.el: New file.
9971
9972 2000-10-22 Andre Spiegel <spiegel@gnu.org>
9973
9974 * vc-hooks.el (vc-version-backup-file-name): New optional args
9975 MANUAL and REGEXP.
9976 (vc-delete-automatic-version-backups, vc-make-version-backup):
9977 New functions.
9978 (vc-before-save): Use the latter.
9979 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9980 confusion.
9981
9982 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
9983 expected by vc[-hooks].el.
9984
9985 * vc.el (vc-checkout): Added `-p' suffix in call to
9986 vc-make-version-backups-p; use vc-make-version-backup to actually
9987 make the backup.
9988 (vc-version-other-window, vc-version-backup-file): Handle both
9989 automatic and manual backups.
9990 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9991 of all of them.
9992
9993 2000-10-22 Miles Bader <miles@gnu.org>
9994
9995 * comint.el (comint-highlight-input, comint-highlight-prompt):
9996 Renamed, `-face' at end removed.
9997 (comint-send-input, comint-output-filter): Use renamed faces.
9998
9999 * window.el (fit-window-to-buffer): Change defaulting of
10000 MAX-HEIGHT slightly.
10001
10002 * faces.el (color-values, color-defined-p): Use `member', not
10003 `memq', because it works correctly for strings.
10004 (frame-set-background-mode): Actually, "unspecified-fg" and
10005 "unspecified-bg" *are* strings. Use `member', not `memq', and
10006 `equal', not `eq', when a string value is possible.
10007
10008 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
10009
10010 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
10011
10012 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
10013
10014 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
10015 sh-electric-rparen, sh-electric-less and sh-electric-hash.
10016 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
10017 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
10018 (sh-font-lock-syntactic-keywords): Use them.
10019 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
10020 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
10021 (sh-mode): Don't override font-lock-unfontify-region-function.
10022 Use a copy of sh-font-lock-syntactic-keywords.
10023 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
10024 Don't call sh-scan-buffer since font-lock does it on the fly.
10025 (sh-get-indent-info): Use `face' rather than `syntax-table'
10026 text-property to detect here-documents.
10027 Replace sh-special-syntax with sh-st-punc.
10028 (sh-prev-line): Use `face' rather than `syntax-table'
10029 text-property to skip over here-documents.
10030 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
10031 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
10032 (sh-electric-less, sh-set-here-doc-region)
10033 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
10034 (sh-scan-buffer, sh-rescan-buffer): Remove.
10035
10036 2000-10-21 Andrew Innes <andrewi@gnu.org>
10037
10038 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
10039 remote (ange-ftp) file names.
10040
10041 2000-10-21 Miles Bader <miles@gnu.org>
10042
10043 * window.el (fit-window-to-buffer): New function.
10044 (shrink-window-if-larger-than-buffer): Use it.
10045 (window-text-height): Don't expect minibuffers to have mode-lines.
10046
10047 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
10048 * international/quail.el (quail-update-guidance):
10049 Use `fit-window-to-buffer' instead of `set-window-text-height'.
10050
10051 * international/quail.el (quail-show-guidance-buf): Make sure
10052 guidance window really has enough room.
10053 (quail-update-guidance): If quail-guidance-win is already shown,
10054 make sure its height is OK.
10055
10056 * window.el (window-text-height, set-window-text-height):
10057 New functions.
10058 (shrink-window-if-larger-than-buffer): Use `window-text-height'
10059 instead of `window-height' & `mode-line-window-height-fudge'.
10060 (mode-line-window-height-fudge): Add FACE parameter.
10061 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
10062 instead of `enlarge-window' & `mode-line-window-height-fudge'.
10063
10064 2000-10-20 Miles Bader <miles@gnu.org>
10065
10066 * window.el (height-affecting-face-attributes): Use `defconst'.
10067
10068 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
10069 New function, conditionally aliased to `mode-line-window-height-fudge'.
10070 (ispell-help): Use it.
10071 (ispell-choices-win-default-height): Don't include mode-line fudge.
10072 (ispell-choices-win-default-height): New function.
10073 (ispell-show-choices, ispell-command-loop): Use function
10074 `ispell-choices-win-default-height' instead of variable.
10075
10076 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
10077
10078 * window.el (mode-line-window-height-fudge): New variable.
10079 (height-affecting-face-attributes): New variable.
10080 (mode-line-window-height-fudge): New function.
10081 (shrink-window-if-larger-than-buffer): Use it.
10082 * help.el (resize-temp-buffer-window): Likewise.
10083
10084 * info.el (Info-fontify-node): Add support for @subsubsection
10085 titles, which use `Info-title-4-face'.
10086 (Info-title-4-face): New face.
10087 (Info-title-3-face): Inherit from Info-title-4-face instead of
10088 variable-pitch.
10089
10090 2000-10-19 Jason Rumney <jasonr@gnu.org>
10091
10092 * dired.el (dired-insert-directory): Do not let errors signalled by
10093 attempt to run dired-free-space-program prevent dired from working.
10094
10095 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
10096
10097 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10098
10099 2000-10-19 Gerd Moellmann <gerd@gnu.org>
10100
10101 * dirtrack.el (dirtrack): Fix call to run-hooks.
10102
10103 * cmuscheme.el (cmuscheme-program-name): Renamed from
10104 scheme-program-name because xscheme.el contains a defcustom with
10105 the same name. As a consequence, customizing group `cmuscheme'
10106 loaded `xscheme' which redefined run-scheme.
10107 (run-scheme): Use cmuscheme-program-name.
10108
10109 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
10110
10111 * play/doctor.el (doctor-death): Update the Samaritans'
10112 anonymous address, and add a website for Befrienders International.
10113
10114 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10115
10116 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10117 Avoid compilation gripes. Doc fix.
10118 (ps-print-version): New version number (6.2).
10119 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10120 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10121 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10122 (ps-x-extent-priority, ps-x-extent-start-position)
10123 (ps-x-face-font-instance, ps-x-find-coding-system)
10124 (ps-x-font-instance-properties, ps-x-make-color-instance)
10125 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10126 avoid compilation gripes without defining functions.
10127 (ps-e-find-composition): Alias for function find-composition, to have a
10128 suitable function depending on Emacs version.
10129 (ps-color-device, ps-color-values, ps-face-foreground-name)
10130 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10131 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10132 (ps-print-ensure-fontified): Function definitions surrounded by
10133 `eval-and-compile' to avoid compilation gripes.
10134 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10135 by symbol-value to avoid compilation gripes.
10136 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10137 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10138
10139 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10140
10141 * startup.el (normal-top-level): Call `frame-set-background-mode'
10142 after `frame-notice-user-settings' because the latter doesn't call
10143 the former on a tty.
10144
10145 * faces.el (frame-set-background-mode): `unspecified' &c are
10146 symbols, not strings.
10147
10148 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10149
10150 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10151 why some "light*" colors are deliberately absent from the alist.
10152
10153 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10154 Change colors for tty's, as suggested by Miles Bader.
10155
10156 2000-10-19 Kenichi Handa <handa@etl.go.jp>
10157
10158 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
10159 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10160 for ISO10646-1 fonts.
10161 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10162
10163 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10164
10165 * faces.el (frame-set-background-mode): If a tty frame defines a
10166 background color, use that to compute the background mode, instead
10167 of always defaulting to "dark".
10168
10169 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10170
10171 * comint.el (comint-write-output): New function.
10172 (comint-mode-map): Add it to the menu.
10173 Bind `C-c C-s' to comint-write-output.
10174
10175 2000-10-18 Gerd Moellmann <gerd@gnu.org>
10176
10177 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10178 Use fancy-splash-delay.
10179
10180 2000-10-18 Alex Schroeder <alex@gnu.org>
10181
10182 * progmodes/sql.el (sql-sybase-options): New option.
10183 (sql-sybase): Use it. Add sql-database to the list of parameters
10184 provided for login. The options -w 2048 -n are not used any more.
10185
10186 * comint.el (comint-read-input-ring): Bugfix such that the first
10187 and the last entry of the input ring file are not lost.
10188
10189 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10190
10191 * ps-print.el: Internal variable changes to defcustom,
10192 make-local-hook changes to defvar. Doc fix.
10193 (ps-print-version): New version number (6.1).
10194 (ps-setup, ps-do-despool): Code fix.
10195 (ps-printer-name): Customization fix.
10196 (ps-printer-name-option): Now is a defcustom instead of an
10197 internal variable.
10198 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10199 (ps-print-begin-column-hook): Now are defvar instead of
10200 make-local-hook.
10201
10202 2000-10-18 Miles Bader <miles@gnu.org>
10203
10204 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10205 (comint-kill-output): Changed into an alias for `comint-delete-output',
10206 and made obsolete.
10207 (comint-mode-map): Rename references to comint-kill-output.
10208
10209 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10210
10211 * diff-mode.el (diff-header-face, diff-file-header-face)
10212 (diff-changed-face): Add bold and italic attributes to tty faces.
10213 (diff-function-face): New face.
10214 (diff-font-lock-keywords): Use it.
10215
10216 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10217
10218 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10219 Remove commented-out call to force-mode-line-update.
10220 (comint-kill-output): Use `forward-line 0' instead of
10221 beginning-of-line to make sure we get past the prompt.
10222
10223 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10224
10225 * diff-mode.el (diff-header-face, diff-file-header-face):
10226 Add specific setting for dark background.
10227 (diff-context-face): Renamed from diff-comment-face.
10228 Set explicitly rather than inheriting from font-lock-comment-face.
10229
10230 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10231
10232 * startup.el (command-line): Move the code which sets the default
10233 TTY colors to before before-init-hook.
10234
10235 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10236
10237 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10238
10239 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10240
10241 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10242 extensions, for MS-DOS.
10243
10244 * diff-mode.el (diff-header-face, diff-file-header-face)
10245 (diff-changed-face): Define tty-specific colors.
10246
10247 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10248
10249 * startup.el (fancy-splash-text): Realign the text.
10250
10251 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10252
10253 * font-lock.el (font-lock-comment-face): Define a separate default
10254 for dark-background tty's.
10255
10256 2000-10-17 Miles Bader <miles@gnu.org>
10257
10258 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10259 being obscured by whizzy mode-lines on graphics displays.
10260
10261 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10262
10263 * info.el (Info-title-1-face, Info-title-2-face)
10264 (Info-title-3-face): Define colors for tty's.
10265 (info-header-node): Remove unneeded tty-specific definition.
10266
10267 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10268
10269 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10270 reverse from the frame parameters, and don't invert foreground and
10271 background colors.
10272
10273 2000-10-16 Miles Bader <miles@gnu.org>
10274
10275 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10276 string "*Info*". Call propertized-buffer-identification to spruce
10277 up the result.
10278
10279 2000-10-16 Gerd Moellmann <gerd@gnu.org>
10280
10281 * help.el: Provide `help' for the sake of define-minor-mode
10282 which generates defcustoms with requires.
10283
10284 * jit-lock.el (jit-lock-after-change): If we're in text that
10285 matches a multi-line font-lock pattern, make sure the whole text
10286 will be redisplayed.
10287
10288 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10289 author's name is unknown.
10290
10291 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10292 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10293 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10294 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10295 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10296 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10297 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10298 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10299 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10300 Add author information.
10301
10302 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10303
10304 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10305 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10306 full-color version (using the Gimp) to eliminate dithering artifacts.
10307
10308 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10309
10310 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10311
10312 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10313
10314 2000-10-15 Dave Love <fx@gnu.org>
10315
10316 * progmodes/sh-script.el: Require skeleton and comint when compiling.
10317
10318 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10319
10320 * whitespace.el: Doc fixes.
10321 (top-level): Don't add hooks here.
10322 (whitespace-running-emacs): Deleted.
10323 (timer): Don't require.
10324 (whitespace): Add back :version conditional on xemacs test.
10325 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10326 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10327 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10328 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10329 Avoid specific xemacs test.
10330 (whitespace-global-mode): New option.
10331 (whitespace-global-mode): New command.
10332 (whitespace-unload-hook): New function.
10333
10334 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
10335 (Info-fontify-node, Info-goto-node, Info-mode-menu)
10336 (Info-fontify-node): `Goto' goes to `Go to'.
10337 (Info-fontify-node): Add help-echo to xref links.
10338
10339 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10340
10341 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10342
10343 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10344
10345 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10346 Use plist-get and allow :inherit.
10347
10348 * emacs-lisp/cl-macs.el (cl-do-arglist):
10349 Use plist-get and plist-member instead of memq.
10350
10351 * emacs-lisp/ewoc.el (ewoc-location): New function.
10352 (ewoc-enter-after, ewoc-enter-before): Document return value.
10353 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10354 Don't need make-local-hook any more.
10355 (cvs-addto-collection): Return the new tin.
10356 (cvs-mode-insert): Jump to the new line.
10357
10358 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10359
10360 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10361
10362 * font-lock.el (font-lock-syntactically-fontified): New var.
10363 (font-lock-fontify-syntactic-keywords-region): Use it.
10364 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10365
10366 * diff-mode.el (diff-find-file-name): Fix regexp.
10367
10368 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10369 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10370
10371 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10372 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10373 (sh-mode): Don't make all vars local here.
10374 (sh-kw): Reformat.
10375 (sh-set-shell): Use dolist. Don't set indent-region-function.
10376 (sh-mode-syntax-table): Use pop.
10377 (sh-remember-variable): Use push.
10378 (sh-help-string-for-variable): Use memq.
10379 (sh-safe-backward-sexp): Remove.
10380 (sh-safe-forward-sexp): Add ARG.
10381 (sh-get-indent-info, sh-prev-stmt): Use it.
10382 (sh-prev-line): Simplify by using forward-comment.
10383 (sh-this-is-a-continuation): Simplify.
10384 (sh-learn-buffer-indent): Use dolist.
10385 (sh-do-nothing): Remove.
10386 (sh-set-char-syntax, sh-set-here-doc-region):
10387 Use inhibit-modification-hooks.
10388 (sh-name-style): Use mapcar and push.
10389 (sh-load-style): Use dolist.
10390 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10391 (sh-case, sh-while-getopts): Use propertize directly rather
10392 than sh-electric-rparen.
10393
10394 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10395
10396 * textmodes/tex-mode.el: Require CL when compiling.
10397 (tex-mode-syntax-table): Init immediately.
10398 (tex-mode-map): Bind M-RET to latex-insert-item.
10399 (latex-mode): Set indent-line-function to latex-indent.
10400 (tex-common-initialization): Don't setup the syntax-table any more.
10401 (latex-insert-item): New skeleton.
10402 (tex-next-unmatched-end): Fix copy/paste braino.
10403 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
10404 (latex-indent, latex-find-indent): New functions.
10405 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
10406 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10407 (tex-compilation-parse-errors): Use with-syntax-table.
10408
10409 2000-10-15 Miles Bader <miles@gnu.org>
10410
10411 * font-lock.el (font-lock-comment-face): Change dark-background,
10412 color, non-tty, default to `chocolate1'.
10413
10414 2000-10-13 John Wiegley <johnw@gnu.org>
10415
10416 * eshell/esh-util.el (require): Added a missing `require' form,
10417 needed when compiling (for an ange-ftp macro definition).
10418
10419 2000-10-13 Dave Love <fx@gnu.org>
10420
10421 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10422
10423 2000-10-13 Gerd Moellmann <gerd@gnu.org>
10424
10425 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
10426
10427 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
10428 transparent -colors 8).
10429
10430 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
10431
10432 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10433 that breaks with old list format timestamps.
10434 (time-stamp-warn-inactive, time-stamp-old-format-warn)
10435 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
10436
10437 2000-10-13 John Wiegley <johnw@gnu.org>
10438
10439 * align.el, pcomplete.el, calendar/timeclock.el,
10440 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10441
10442 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
10443 faulty math, where holiday hours were being computing as seconds.
10444
10445 2000-10-13 John Wiegley <johnw@gnu.org>
10446
10447 * desktop.el (desktop-buffer-modes-to-save): Added a global for
10448 specifying what "other" kinds of buffers should be saved.
10449 This used to be hard-coded.
10450 (desktop-buffer-misc-functions): A global for specifying how
10451 auxiliary data should be determined for special buffer types.
10452 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10453 instead of hard-coding the special buffer types.
10454 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10455 auxiliary data, instead of hard-coding for Info buffers and dired.
10456 (desktop-buffer-info-misc-data): Aux function for determining Info
10457 buffer auxiliary info.
10458 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10459 (desktop-buffer-info): Changed this function to use the info
10460 gathered above.
10461 (desktop-create-buffer): Be a little more careful about what
10462 `minor-mode' means before calling it. This is important for some
10463 buffer types.
10464
10465 2000-10-13 John Wiegley <johnw@gnu.org>
10466
10467 * eshell/esh-util.el: Added a global form which declares an
10468 autoload for `parse-time-string', if that function is not already
10469 defined, and if parse-time.el is available on the user's system.
10470
10471 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10472 to be aware of ange-ftp user info.
10473 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
10474 (eshell-ls-annotate): Use `eshell-file-attributes'.
10475 (eshell-ls-file): Made the user-id printing code a bit smarter.
10476
10477 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10478 allow identification of alias user ids in remote directories.
10479 It's manual, but there's no other way to know when the current user
10480 on the local machine, is also the owning user on the remote machine.
10481 (fboundp): Bind `ange-cache'.
10482 (eshell-directory-files-and-attributes): Re-organized the logic a
10483 bit to use `eshell-file-attributes' instead of `file-attributes'.
10484 The former is more sensitive to directories that are read via FTP,
10485 and knows how to use ange-ftp to determine full attribute
10486 information, instead of just the name and last modtime.
10487 (eshell-current-ange-uids): Return the current user id when in a
10488 remote directory.
10489 (eshell-parse-ange-ls): Parse a full directory listing that has
10490 been returned by ange-ftp.
10491 (eshell-file-attributes): This beefed up version of
10492 `file-attributes' is only special if the user is currently in a
10493 remote directory, in which case it does a lot of work to find out
10494 what the real attributes of a file are, as they appear on the
10495 remote machine. This makes usage of remote directories (i.e.,
10496 ange-ftp pathnames) much more useful. You can now use Eshell as a
10497 full-fledged FTP client, with much more manipulation ability than
10498 most other clients.
10499
10500 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10501 variable, which means that Eshell's du should always be preferred
10502 in remote directories.
10503 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10504 just `file-attributes'.
10505 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10506 when reading remote directories. This is an Eshell-specific
10507 variable (not part of ange-ftp).
10508 (eshell/ln): Bind `ange-cache'.
10509 (eshell/du): Added some extra logic for determining when to use
10510 Eshell's du (which is slow), and when to use the external version
10511 (which may or may not exist).
10512
10513 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10514 Call `eshell-interactive-process', rather than using
10515 `get-buffer-process', since backgrounded processes don't count in
10516 the context of this function's logic.
10517
10518 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10519 `forward-char', so that null strings are parsed correctly.
10520
10521 2000-09-13 John Wiegley <johnw@gnu.org>
10522
10523 * eshell/em-pred.el (eshell-pred-file-type)
10524 (eshell-pred-file-links, eshell-pred-file-size):
10525 Use `eshell-file-attributes'. This is more correct over ange-ftp.
10526
10527 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10528 that remote file globbing is more efficient.
10529
10530 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10531 gathering the files and attributes within a directory.
10532
10533 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10534 the command line is a special file (not a regular file, directory
10535 or symlink), always attempt to call the external version of cat.
10536
10537 2000-09-13 John Wiegley <johnw@gnu.org>
10538
10539 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10540 Eshell-friendly version of find-tag.
10541
10542 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10543
10544 * image-file.el (image-file-name-extensions)
10545 (image-file-name-regexps): Add autoload cookies.
10546
10547 2000-10-13 Kenichi Handa <handa@etl.go.jp>
10548
10549 * international/mule-cmds.el (select-safe-coding-system): If FROM
10550 is string, show it in *Warning* buffer.
10551
10552 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10553
10554 * startup.el (normal-top-level): Use display-popup-menus-p instead
10555 of window-system.
10556 (command-line): Use display-graphic-p instead of window-system.
10557 (command-line-1): Use display-popup-menus-p and display-mouse-p
10558 instead of window-system.
10559
10560 2000-10-12 Sam Steingold <sds@gnu.org>
10561
10562 * tooltip.el (tooltip-use-echo-area): New user variable.
10563 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10564
10565 2000-10-12 Dave Love <fx@gnu.org>
10566
10567 * recentf.el: Maintainer's checkdoc fixes.
10568
10569 * startup.el (normal-top-level-add-subdirs-to-load-path):
10570 Use character class, not ASCII when matching file names.
10571 (fancy-splash-head): Add trailing slash to URL.
10572 (command-line): Don't require XPM support for toolbar.
10573
10574 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10575 (cperl-invalid-face): Revert last change.
10576 (cperl-init-faces): Quote cperl-invalid-face.
10577
10578 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10579
10580 * startup.el (fancy-splash-text): Remove superfluous quote.
10581
10582 2000-10-12 Gerd Moellmann <gerd@gnu.org>
10583
10584 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10585 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10586 (command-line-1): Don't use fancy-splash-pending-command.
10587 (fancy-splash-screens-1): Goto point-min after inserting text.
10588
10589 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10590
10591 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10592 instead of shared-lisp-mode-map.
10593
10594 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10595
10596 * faces.el (header-line): Change tty-variant to use underlining.
10597
10598 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10599 (isearch-highlight): Restore lazy-isearch face properties at old
10600 position, and suppress them at new position.
10601 (isearch-dehighlight): Restore lazy-isearch face properties.
10602 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10603 over the real isearch overlay, but in that case, don't give it a
10604 face property. Use `push'.
10605
10606 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10607
10608 * man.el (Man-getpage-in-background): Fix previous change.
10609 Decode the process output only when we are in multibyte mode.
10610
10611 2000-10-11 Dave Love <fx@gnu.org>
10612
10613 * info.el (Info-mode-menu): Fix some help.
10614 (info-tool-bar-map): Add entry for Info-last.
10615
10616 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10617 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10618 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10619 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10620 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10621 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10622 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10623 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10624 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10625 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10626 Reduce colour requirements to 25 overall. (Probably wants
10627 revisiting from the originals to reduce further.)
10628
10629 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10630
10631 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10632 buffer-file-coding-system, instead of raw-text.
10633 (dehexlify-buffer): Bind coding-system-for-read to
10634 buffer-file-coding-system, instead of raw-text.
10635
10636 2000-10-11 Sam Steingold <sds@gnu.org>
10637
10638 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
10639 `underline' - fixes the bug introduced on 2000-09-21.
10640
10641 2000-10-11 Dave Love <fx@gnu.org>
10642
10643 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10644 Avoid compiler warnings.
10645 (scheme-mode): Doc fix.
10646 (scheme-font-lock-keywords-1): Match `define-syntax'.
10647
10648 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
10649
10650 * faces.el (frame-set-background-mode): Pay attention to saved
10651 face specs as well as default ones. Only do anything if the
10652 bg-mode or display-type has actually changed. Use `dolist'.
10653 (region): Make dark-background `region' face less in-your-face.
10654
10655 2000-10-10 Sam Steingold <sds@gnu.org>
10656
10657 * chistory.el, ielm.el, ledit.el:
10658 * progmodes/inf-lisp.el, progmodes/scheme.el:
10659 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10660
10661 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10662
10663 * textmodes/texinfo.el: Update copyright and fix typo.
10664
10665 * desktop.el (desktop-modes-not-to-save): New var.
10666 (desktop-save-buffer-p): Use it.
10667 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10668 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10669
10670 2000-10-10 Dave Love <fx@gnu.org>
10671
10672 * toolbar/tool-bar.el (tool-bar-add-item)
10673 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
10674
10675 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10676 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10677 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10678 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10679 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10680 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10681 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10682 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10683 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10684 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10685 the .xpms; probably need retouching.
10686
10687 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10688
10689 * subr.el (add-to-list): Add optional argument APPEND.
10690 * battery.el (display-battery): Use `add-to-list'.
10691
10692 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10693
10694 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10695 properties.
10696 (zone, zone-when-idle, zone-leave-me-alone)
10697 (zone-pgm-whack-chars): Use new symbol properties.
10698
10699 * battery.el (display-battery): Doc spelling fix.
10700
10701 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10702 property.
10703
10704 2000-10-09 Dave Love <fx@gnu.org>
10705
10706 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10707 has been initialized before calling tool-bar-setup.
10708 (tool-bar-add-item-from-menu): Add autoload cookie.
10709
10710 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10711
10712 * menu-bar.el (send-mail-item-name): New function.
10713 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10714 of mail-user-agent in the menu. Don't display the "Send Mail"
10715 item if mail-user-agent is nil or its value is ignore.
10716 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10717 if read-mail-command is nil or its value is ignore.
10718
10719 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10720
10721 2000-10-09 Miles Bader <miles@gnu.org>
10722
10723 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10724 Correct image size.
10725 * toolbar/left_arrow.xpm: Correct image size.
10726
10727 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10728 will be done by the definition of `auto-compression-mode' if
10729 necessary. Move code to uninstall existing file-name handler
10730 before definition of `auto-compression-mode'.
10731
10732 * image-file.el (auto-image-file-mode): Move to the end of the
10733 file, because `define-minor-mode' actually calls the mode-function
10734 if the associated variable is non-nil, which requires that all
10735 needed functions be already defined.
10736
10737 * mouse.el (popup-menu): Balance parens.
10738
10739 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10740
10741 * mouse.el (popup-menu): Move the command call outside the loop
10742 so that popup-menu returns whatever the command returns.
10743
10744 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10745 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10746 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10747 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10748
10749 * vc.el (vc-version-diff): diff-switches can be a list.
10750 Use relative filenames for prettier output.
10751
10752 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10753 (vc-post-command-functions): Remove old-VC compatibility code.
10754
10755 * newcomment.el (comment-indent-default): Autoload.
10756
10757 * font-lock.el (font-lock-defaults): Make buffer-local.
10758 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10759 (font-lock-choose-keywords):
10760 Ignore LEVEL unless KEYWORDS is a list of syms.
10761 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10762 Don't wrap regexp-opt things in \(...\) unnecessarily.
10763
10764 * jit-lock.el: Don't require font-lock any more.
10765 (jit-lock-functions): Make buffer-local.
10766 (jit-lock-saved-fontify-buffer-function): Remove.
10767 (jit-lock-mode): Remove autoload cookie.
10768 Remove font-lock specific code.
10769 (jit-lock-unregister): Don't bother handling complex hooks any more.
10770 (jit-lock-refontify): New function.
10771 (jit-lock-fontify-buffer): Use it.
10772 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10773 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10774 Add optional args START and END.
10775 Never call font-lock-fontify-region directly.
10776 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10777
10778 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10779
10780 2000-10-08 Dave Love <fx@gnu.org>
10781
10782 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10783
10784 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10785
10786 * play/studly.el (studlify-region, studlify-word): Add autoload
10787 cookie.
10788
10789 * play/morse.el (morse-region, unmorse-region): Add autoload
10790 cookie.
10791
10792 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10793 concat.
10794
10795 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10796 insist on symbols starting with word syntax.
10797 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10798 (eval-defun-1): Doc fix.
10799 (indent-sexp): Use nconc to build up indent-stack.
10800
10801 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10802 Gnus with little use.
10803 (mail-setup-hook): Add mail-abbrevs-setup to options.
10804
10805 * recentf.el: Doc fixes.
10806
10807 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10808 Clean up remainder.
10809
10810 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10811 without timezone and (8) with timezone to enforce some whitespace.
10812 Simplify code somewhat.
10813
10814 * options.el (list-options): Doc that you should use customize.
10815
10816 * iswitchb.el (iswitchb-mode): Add :require.
10817
10818 * info.el (Info-goto-node, Info-menu): Doc fix.
10819 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10820 (info-tool-bar-map): New variable.
10821 (Info-mode): Use it.
10822 (Info-edit-map): Define all in defvar.
10823 (speedbar-attached-frame): Avoid compiler warning.
10824
10825 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10826 (global-map): Bind [tool-bar] to a filtered map.
10827 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10828 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10829 Allow PBM icons.
10830 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10831
10832 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10833 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10834 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10835 icons, except up_arrow, which is left-arrow rotated.
10836
10837 * imenu.el (imenu-add-to-menubar): Fix last change.
10838
10839 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10840
10841 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10842 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10843
10844 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10845
10846 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10847 typos in doc strings.
10848
10849 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10850 the doc strings how to customize Font Lock faces.
10851
10852 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10853 computing growth when dragging the header line.
10854
10855 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10856
10857 * simple.el (kill-line): Doc fix.
10858
10859 2000-10-08 Miles Bader <miles@gnu.org>
10860
10861 * faces.el (secondary-selection): Make foreground visible on tty.
10862
10863 * jka-compr.el (auto-compression-mode): Move to the end of the
10864 file, because `define-minor-mode' actually calls the mode-function
10865 if the associated variable is non-nil, which requires that all
10866 needed functions be already defined.
10867 (with-auto-compression-mode): Add autoload cookie.
10868
10869 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10870
10871 * files.el (find-backup-file-name) [ms-dos]: If support for long
10872 file names is not available, behave as if version-control were set
10873 to never.
10874
10875 2000-10-07 Dave Love <fx@gnu.org>
10876
10877 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10878 (browse-url-gnome-moz): New function.
10879 (browse-url-browser-function): Use it.
10880 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10881
10882 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10883
10884 * indent.el (tab-always-indent): New var.
10885 (indent-for-tab-command): Use it.
10886
10887 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10888 raise an error. This way it can still default to a sane value.
10889
10890 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10891
10892 * startup.el (fancy-splash-screens): Use local rather than global map.
10893 Don't use `update-menu-bindings' any more.
10894 Get rid of assumptions about keymap representation.
10895
10896 2000-10-06 Dave Love <fx@gnu.org>
10897
10898 * textmodes/fill.el (sentence-end-double-space)
10899 (sentence-end-without-period): Doc fix.
10900 (adaptive-fill-regexp): Purecopy.
10901 (unjustify-current-line): Use line-end-position.
10902 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10903
10904 * net/eudc-vars.el (eudc): Add :version, :link.
10905
10906 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10907
10908 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10909 Fix for define-minor-mode.
10910 (function-at-point): Alias to function-called-at-point.
10911
10912 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10913
10914 * simple.el (backward-word): Doc fix.
10915
10916 * image-file.el (image-file-name-regexp): image-file-regexps ->
10917 image-file-name-regexps.
10918 (image-file-name-extensions): Add pbm.
10919
10920 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10921
10922 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10923 and add filename to the names so that diff-mode can jump to source.
10924
10925 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10926 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10927 (tex-font-lock-keywords-1): Remove.
10928 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10929 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10930 (font-lock-default-fontify-region):
10931 Expand beg..end correctly when just following a multiline region.
10932 (font-lock-fontify-anchored-keywords):
10933 Include the anchor text as part of the multiline.
10934
10935 2000-10-06 Gerd Moellmann <gerd@gnu.org>
10936
10937 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10938 latter needs the autoloaded define-minor-mode macro during the
10939 bootstrap.
10940
10941 * startup.el (command-line): For now, activate tool-bar-mode only
10942 if XPM images are supported.
10943
10944 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10945 window by dragging a header-line at the top of the frame; that's
10946 confusing because the header-line doesn't move.
10947 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10948 of treating the event as a list. Some cleanup.
10949
10950 2000-10-06 Miles Bader <miles@gnu.org>
10951
10952 * simple.el (display-message-or-buffer): New function.
10953 (shell-command-on-region): Use `display-message-or-buffer'.
10954
10955 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10956 docstring parts.
10957
10958 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10959 (smbclient-prompt-regexp): Add usage note to doc string.
10960 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10961 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10962 Use add-hook for adding the comint filter function, and only do so
10963 if it's not already in the global hook list.
10964 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10965 to `make-local-variable'.
10966 (nslookup-font-lock-keywords): Remove prompt entry.
10967 (nslookup): Don't set the process-filter.
10968 (finger): Exit the loop correctly when the regexps list runs out.
10969 (ftp, smbclient, smbclient-list-shares):
10970 Set the real major mode immediately, not after execing.
10971 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10972
10973 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10974
10975 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10976
10977 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10978
10979 * which-func.el (which-func-format): Remove spurious space.
10980 (which-func-mode): Don't make it permanent-local.
10981 (which-func-ff-hook): Allow which-func-maxout to be nil.
10982 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10983 (which-func-mode): Simplify.
10984 Use post-command-idle-hook rather than post-command-hook.
10985 Go through all buffers and update their state.
10986 (which-function): Also try add-log-current-defun-function.
10987
10988 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10989 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10990 Update call to with-vc-properties accordingly.
10991 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10992 (vc-revert-buffer): More careful about window selection and deletion.
10993 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10994
10995 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10996 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10997 (cvs-dired-action): Change the default to quickdir.
10998
10999 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
11000 if comment-indent-function returns nil.
11001 (comment-indent-default): New function.
11002 (comment-indent-function): Use it and document the new semantics.
11003
11004 * image-file.el: Docstring fixes.
11005
11006 * help.el (help-xref-on-pp): Use match-string.
11007 (describe-variable): New arg BUFFER.
11008 Store the current buffer in the help-xref-stack.
11009 (temp-buffer-resize-mode): Use define-minor-mode.
11010
11011 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
11012 consistently with its docstring.
11013 Set jit-lock-first-unfontify-pos in an idempotent way.
11014 (jit-lock-register): Autoload and add arg CONTEXTUAL.
11015
11016 2000-10-05 Alex Schroeder <alex@gnu.org>
11017
11018 * sql.el (sql-mysql-options): New variable.
11019 (sql-mysql): Use it.
11020
11021 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
11022
11023 * image.el (image): New group.
11024
11025 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11026 (smerge-base-face, smerge-markers-face): Add dark-background variants.
11027
11028 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11029
11030 * net/net-utils.el (nslookup-font-lock-keywords)
11031 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11032 Ignore the value of wqindow-system; always define keywords
11033
11034 2000-10-05 Kenichi Handa <handa@etl.go.jp>
11035
11036 * startup.el (fancy-splash-screens): Remove the code for
11037 debugging; `(trace-to-stderr "EXITTT\n")'.
11038
11039 2000-10-05 Miles Bader <miles@gnu.org>
11040
11041 * diff-mode.el (diff-goto-source): Update call to
11042 `diff-hunk-status-msg' to reflect new REV variable.
11043
11044 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
11045
11046 * progmodes/icon.el (icon-mode):
11047 Don't gratuitously override the default for comment-column.
11048
11049 * vc-hooks.el (vc-mode-line): Fix interactive spec.
11050
11051 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
11052 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
11053 (jit-lock-functions): New var.
11054 (jit-lock-function-1): Use it if non-nil.
11055 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
11056 Set the `fontified' property before doing the fontification to avoid
11057 repeatedly going through the same error.
11058 Don't turn errors into messages.
11059 (jit-lock-register, jit-lock-unregister): New functions.
11060
11061 * dired.el (dired-mark-pop-up): Turn comment into docstring.
11062 Use with-current-buffer.
11063
11064 * dired-aux.el (dired-do-create-files, dired-kill-tree):
11065 Turn comment into docstring.
11066
11067 * apropos.el (apropos-mode): Use define-derived-mode.
11068
11069 2000-10-04 Gerd Moellmann <gerd@gnu.org>
11070
11071 * startup.el (fancy-splash-pending-command): New variable.
11072 (fancy-splash-pre-command): New function.
11073 (fancy-splash-screens): Rewritten.
11074 (command-line-1): If fancy-splash-pending-command is set, call it
11075 interactively.
11076
11077 2000-10-04 Dave Love <fx@gnu.org>
11078
11079 * toolbar/tool-bar.el (tool-bar-setup): New function.
11080 (tool-bar-mode): Use it.
11081
11082 * subr.el (substitute-key-definition): Doc fix.
11083 (play-sound-file): New command.
11084
11085 2000-10-04 Andre Spiegel <spiegel@gnu.org>
11086
11087 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
11088 vc-version-backup-file-name): New functions.
11089
11090 * files.el (basic-save-buffer): Call vc-before-save before saving.
11091
11092 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
11093 vc-cvs-stay-local-p.
11094
11095 * vc.el (vc-revert-buffer): Handle empty diff properly.
11096 (vc-version-backup-file): New function.
11097 (vc-checkout): Create a version backup if necessary.
11098 (vc-checkin): If a version backup file exists, delete it.
11099 (vc-version-diff): Diff locally using version backups, if available.
11100 (vc-revert-file): If there's a version backup, revert locally.
11101 (vc-transfer-file): Use version backup for base version, if
11102 available. If not, ask for confirmation whether to get it from the
11103 server. Update mode line before check-in.
11104
11105 2000-10-04 Dave Love <fx@gnu.org>
11106
11107 * toolbar/tool-bar.el (tool-bar-setup): New function.
11108 (tool-bar-mode): Use it.
11109
11110 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11111
11112 * net/net-utils.el (nslookup-font-lock-keywords)
11113 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11114 Only set if window-system is non-nil
11115 (net-utils-run-program): Returns buffer.
11116 (network-connection-reconnect): Added this function.
11117
11118 * generic.el:
11119 Incorporates extensive cleanup and docfixes by
11120 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11121 Uses cl compile-time macros.
11122 (generic-mode-name, generic-comment-list)
11123 (generic-keywords-list, generic-font-lock-expressions)
11124 (generic-mode-function-list, generic-mode-syntax-table):
11125 Removed variables.
11126 (generic-mode-alist): Renamed to generic-mode-list.
11127 (generic-find-file-regexp): Default changed to "^#".
11128 (generic-read-type): Uses completing read on generic-mode-list.
11129 (generic-mode-sanity-check): removed this function.
11130 (generic-add-to-auto-mode): Removed this function
11131 (generic-mode-internal): Bind mode-specific definitions
11132 into function instead of putting them in alist.
11133 (generic-mode-set-comments): Reworked extensively.
11134 (generic-mode-find-file-hook): Simplified regexp searching
11135 (generic-make-keywords-list): Omit extra pair of parens
11136
11137 * find-lisp.el (find-lisp-find-files-internal):
11138 Make sure directory name ends with "/".
11139
11140 * generic-x.el (apache-conf-generic-mode):
11141 Regexp now allows leading whitespace.
11142 (rc-generic-mode): Added eval-when-compile
11143 around generic-make-keywords-list.
11144 Deleted duplicate regexp
11145 (rul-generic-mode): Added eval-when-compile
11146 around generic-make-keywords-list.
11147 (etc-fstab-generic-mode): New generic mode.
11148 (rul-generic-mode): Removed one eval-when-compile
11149 which caused a max-specpdl-size exceeded error.
11150
11151 2000-10-04 Miles Bader <miles@gnu.org>
11152
11153 * simple.el (minibuffer-temporary-goal-position): New variable.
11154 (next-history-element): Try to keep the position of point in the
11155 input string constant.
11156
11157 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11158 (dired-do-create-files): If there's only one file, pass it in as
11159 the DEFAULT arg to dired-mark-read-file-name.
11160
11161 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11162
11163 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11164 (diff-goto-source): Be smarter when choosing REVERSE or not.
11165
11166 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11167 (texinfo-mode-menu): Add an explicit shortcut for update all.
11168
11169 2000-10-03 Andre Spiegel <spiegel@gnu.org>
11170
11171 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11172 factorize backend-specific code cleanly (this was essentially
11173 conceived by Stefan Monnier).
11174 (vc-unregister): Function removed.
11175 (vc-revert-file): New function.
11176 (vc-revert-buffer): Delegate some of the work to it.
11177
11178 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11179 default branch unconditionally.
11180 (vc-rcs-set-default-branch): New function.
11181 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11182 (vc-rcs-checkin): If an appropriate default branch has been set,
11183 force creation of that branch.
11184 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11185 code (as suggested by Stefan Monnier).
11186
11187 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11188
11189 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11190 highlighting overlay with a different face over the overlay
11191 isearch uses to highlight the current match because that can lead
11192 to bad face combinations.
11193
11194 * loadup.el (toplevel): Load faces before isearch.
11195
11196 * isearch.el (isearch-faces): New custom group.
11197 (isearch): New defface; was already tested for in the code.
11198 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11199 (isearch-highlight): Always use face `isearch'.
11200
11201 2000-10-02 Dave Love <fx@gnu.org>
11202
11203 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11204 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11205 comparison of opcode with operand.
11206
11207 2000-10-03 Miles Bader <miles@gnu.org>
11208
11209 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11210 buffer, since the echo area will now grow to accommodate them.
11211
11212 2000-10-02 Andre Spiegel <spiegel@gnu.org>
11213
11214 * vc-hooks.el (vc-registered): If FILE used to be registered under
11215 a certain backend, try that one first.
11216
11217 * vc.el (vc-responsible-backend): Undo the previous change in the
11218 argument list. Handle multiple backends correctly.
11219 (vc-find-new-backend): Function removed.
11220 (vc-register): Use vc-responsible-backend, as before.
11221 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11222
11223 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11224
11225 * startup.el (fancy-splash-head): Change message below the
11226 logo.
11227
11228 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11229
11230 * diff-mode.el (diff-goto-source): Emit a status message.
11231 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11232 (diff-test-hunk): Fix doc string.
11233 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11234 (diff-advance-after-apply-hunk): New variable.
11235 (diff-apply-hunk): Don't return a value.
11236
11237 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11238
11239 * vc.el (vc-editable-p): Minor optimization.
11240 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11241 (vc-find-new-backend): New function split from vc-responsible-backend.
11242 (vc-register): Use it.
11243 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11244 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11245 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11246 (vc-clear-headers): Don't use find-file.
11247 (vc-revert-buffer): Use `and' again (must have been a braino).
11248 (vc-switch-backend): Only prompt if requested.
11249 Short circuit if nothing is to be done.
11250 Don't use vc-resynch-buffer which could lose unsaved editing.
11251 (vc-default-receive-file): Update call to vc-unregister.
11252 (with-vc-file, vc-next-action-on-file):
11253 Use vc-backend rather than vc-registered.
11254 (vc-next-action-on-file): Use intern-soft.
11255 Deal with read-only *vc-diff* buffer.
11256 (vc-transfer-file): Docstring fix.
11257
11258 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11259 (vc-rcs-receive-file): Avoid with-vc-properties.
11260 Update call to vc-unregister.
11261 Use constant `RCS' rather than (dynamically bound) var `backend'.
11262
11263 2000-10-01 Andre Spiegel <spiegel@gnu.org>
11264
11265 * vc.el (vc-next-action-on-file): Update mode line only if file
11266 is visited.
11267 (vc-start-entry): New argument initial-contents. Don't visit the file
11268 if it isn't already visited. Brought documentation up-to-date.
11269 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11270 (vc-checkin): New optional arg initial-contents, which is passed to
11271 vc-start-entry.
11272 (vc-finish-logentry): Make sure to bury log buffer only if there
11273 really is one. Call `vc-resynch-buffer' on log-file, not
11274 buffer-file-name.
11275 (vc-default-comment-history, vc-default-wash-log): New functions.
11276 (vc-index-of): Removed.
11277 (vc-transfer-file): Make do without the above.
11278 (vc-default-receive-file): Call comment-history unconditionally. Pass
11279 the resulting string to vc-checkin, instead of inserting it into the
11280 comment ring.
11281
11282 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11283 unconditionally. Use the comments as initial contents of the log
11284 entry buffer. Document the trick to force branch creation with no
11285 changes.
11286
11287 2000-10-01 Miles Bader <miles@gnu.org>
11288
11289 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11290 `recenter' with an arg to prevent redrawing the display.
11291
11292 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11293
11294 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11295
11296 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11297
11298 * progmodes/c-mode.el (c-mode):
11299 Don't gratuitously override the default for comment-column.
11300
11301 * textmodes/tex-mode.el (latex-metasection-list): New var.
11302 (latex-imenu-create-index): Use it.
11303 Move the regexp construction outside loops (and use push).
11304 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11305 (tex-font-lock-keywords): Moved from font-lock.el.
11306 (tex-comment-indent): Remove.
11307 (tex-common-initialization): Don't set comment-indent-function.
11308 (latex-block-default): New var.
11309 (tex-latex-block): Use it to provide a default choice.
11310 Add any unknown choice to latex-block-names.
11311 Insert [...] after {...}.
11312 (tex-last-unended-begin): Simplify regexp.
11313 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11314 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11315 (latex-mode): Set forward-sexp-function.
11316
11317 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11318 Add regexp for @ignore ... @end ignore.
11319 (texinfo-heading-face): New face.
11320 (texinfo-font-lock-keywords): Use it.
11321 (texinfo-mode-menu): New menu.
11322 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11323 New functions.
11324 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11325 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11326 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11327 Remove declaration.
11328 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11329
11330 * delsel.el (delete-selection-mode): Use define-minor-mode.
11331
11332 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11333
11334 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11335
11336 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11337
11338 2000-09-30 Gerd Moellmann <gerd@gnu.org>
11339
11340 * replace.el (keep-lines-read-args): New function.
11341 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11342 read arguments interactively. Add parameters RSTART and REND.
11343 Operate on the active region in Transient Mark mode.
11344
11345 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11346
11347 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11348 (authors-obsolete-files-regexps): New variable.
11349 (authors-add): Don't record changes in obsolete files.
11350
11351 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11352
11353 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11354
11355 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11356 (comment-indent): Make sure there's a space between code and comment.
11357 Shift comments left to avoid going past fill-column.
11358
11359 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11360
11361 * startup.el (startup-echo-area-message): New function.
11362 (display-startup-echo-area-message): Use it.
11363 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11364 (fancy-splash-default-action): New function.
11365 (fancy-splash-screens-1): New function.
11366 (fancy-splash-head): Put a help-echo and a keymap under the image.
11367
11368 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11369
11370 * diff-mode.el (diff-add-log-file-name): Remove.
11371 (diff-mode): Use add-log-buffer-file-name-function.
11372
11373 * add-log.el (find-change-log): New arg BUFFER-FILE.
11374 (add-log-file-name): Obey add-log-file-name-function.
11375 (add-log-buffer-file-name-function): New var.
11376 (add-change-log-entry): Use it.
11377
11378 2000-09-29 Miles Bader <miles@gnu.org>
11379
11380 * image-file.el (image-file-name-extensions): New variable.
11381 (image-file-name-regexps): Renamed from `image-file-regexps'.
11382 New default value is nil. Call `auto-image-file-mode'.
11383 (image-file-name-regexp): New function.
11384 (auto-image-file-mode): New minor mode.
11385 (insert-image-file): Don't make conditional on the image-file
11386 handler being enabled.
11387 (image-file-handler): Make the call here conditional instead.
11388 (set-image-file-handler-enabled, enable-image-file-handler)
11389 (disable-image-file-handler): Functions removed.
11390
11391 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11392 string.
11393
11394 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11395
11396 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11397 it's a function from CL.
11398 (latex-imenu-create-index): Replace eval-when-compile with progn
11399 because latex-section-alist is not bound while compiling.
11400
11401 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11402
11403 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11404 (outline-mode): Use define-derived-mode.
11405
11406 * progmodes/perl-mode.el (perl-mode):
11407 * progmodes/awk-mode.el (awk-mode):
11408 * progmodes/asm-mode.el (asm-mode):
11409 Don't gratuitously override the default for comment-column.
11410
11411 * emacs-lisp/lisp.el (lisp-complete-symbol):
11412 Distinguish the let-binding case from the funcall case.
11413 (forward-sexp-function): New variable.
11414 (forward-sexp): Use it.
11415
11416 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11417 (easy-mmode-defmap): Remove the now useless autoload.
11418
11419 * time.el (display-time-mode): Use define-minor-mode.
11420
11421 * subr.el (add-minor-mode): Don't eval NAME.
11422 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11423 Use if rather than cond.
11424
11425 * simple.el (read-expression-map): Define more properly.
11426 (comment-indent-hook): Remove.
11427 (string-to-syntax): Bug fix.
11428
11429 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11430 (cvs-ediff-diff): Fix typo.
11431 (cvs-revert-if-needed): Don't bother preserving read-only.
11432
11433 * paren.el (show-paren-mode): Use define-minor-mode.
11434
11435 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11436 (toggle-auto-compression): Remove.
11437 (jka-compr-build-file-regexp): Remove useless grouping.
11438
11439 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11440 Avoid user-reserved bindings.
11441 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11442 (diff-header-face): Revert to grey85.
11443
11444 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11445
11446 * complete.el (partial-completion-mode) <defcustom>: Remove.
11447 (partial-completion-mode): Use define-minor-mode.
11448 (PC-do-completion): Understand `completion-auto-help = delay'
11449 to mean to popup the completion buffer only the second time.
11450 (PC-include-file-all-completions, PC-include-file-all-completions)
11451 (PC-include-file-all-completions): Don't quote lambda.
11452
11453 * comint.el (comint-mode-hook): Docstring fix.
11454 (comint-mode): Use define-derived-mode.
11455 (comint-mode-map): Remove obsolete comment.
11456 (make-comint): Minor stylistic change.
11457 (comint-insert-clicked-input): Be more careful to find the overlay.
11458 Use this-command-keys rather than hardcoding mouse-2.
11459
11460 * font-lock.el: Replace confusing (,@ with ,
11461 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11462 Don't use regexp-opt-depth. Spice up the regexp for args.
11463 Don't distinguish between cmds that can take an opt arg or not.
11464 Use `append' and `prepend' rather than `keep'.
11465
11466 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11467 (latex-outline-regexp): New var.
11468 (latex-outline-level): New fun.
11469 (latex-section-alist): New var.
11470 (latex-imenu-create-index): Use it. Use `push' as well.
11471 (tex-shell-map): Initialize it properly.
11472 (tex-mode): Minor stylistic change.
11473 (plain-tex-mode): Use define-derived-mode.
11474 (latex-mode): Use define-derived-mode.
11475 Construct the paragraph regexps in a more readable way.
11476 Set the buffer-local outline-{level,regexp} vars.
11477 (slitex-mode): Derive from latex-mode.
11478 (tex-common-initialization): Don't kill-all-vars anymore.
11479 Add setting for comment-add and font-lock-defaults.
11480 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11481 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11482 (tex-start-tex): New arg DIR (and send a chdir command for it).
11483 Also display the shell buffer and save it in tex-last-buffer-texed.
11484 (tex-region): Use expand-file-name rather than concat.
11485 Remove code made useless by changes in tex-start-tex.
11486 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11487
11488 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11489
11490 2000-09-28 Dave Love <fx@gnu.org>
11491
11492 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11493
11494 2000-09-28 Gerd Moellmann <gerd@gnu.org>
11495
11496 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11497 `append'.
11498
11499 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11500
11501 * info.el (Info-extract-pointer): Undo last change.
11502 Instead, fix the position of the `bound' arg to re-search-backward.
11503
11504 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11505
11506 * info.el (Info-extract-pointer):
11507 Widen more carefully, to avoid finding pointers in other nodes.
11508 (Info-index): Use push.
11509
11510 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11511
11512 * frame.el (set-frame-font): Remove call to obsolete function
11513 frame-update-faces.
11514 (set-foreground-color, set-background-color): Likewise for
11515 frame-update-face-colors.
11516
11517 2000-09-27 Miles Bader <miles@gnu.org>
11518
11519 * image-file.el: New file.
11520
11521 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11522
11523 * frame.el (frame-notice-user-settings): Don't call
11524 frame-update-faces, which is a no-op now.
11525
11526 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11527 tool-bar-lines.
11528
11529 2000-09-27 Dave Love <fx@gnu.org>
11530
11531 * mouse.el: Fix last change.
11532
11533 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11534
11535 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11536
11537 2000-09-22 Kenichi Handa <handa@etl.go.jp>
11538
11539 * international/quail.el (quail-help): The output message is
11540 improved.
11541
11542 2000-09-26 Dave Love <fx@gnu.org>
11543
11544 * mouse.el (popup-menu): If POSITION is nil, set it using
11545 mouse-position.
11546
11547 2000-09-25 Sam Steingold <sds@gnu.org>
11548
11549 * net/browse-url.el (browse-url-file-url): Check for null maps.
11550
11551 2000-09-26 Gerd Moellmann <gerd@gnu.org>
11552
11553 * frame.el (frame-notice-user-settings): Don't add a
11554 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11555
11556 * frame.el (frame-notice-user-settings):
11557 Make tool-bar-mode and default-frame-alist consistent.
11558
11559 * toolbar/tool-bar.el (tool-bar-help): New function.
11560
11561 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11562
11563 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11564 current-load-list in top-level forms. Else this leaks a cons cell
11565 every time a defun is called.
11566
11567 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11568
11569 2000-09-25 Dave Love <fx@gnu.org>
11570
11571 * startup.el (fancy-splash-head): Check XPM is available.
11572
11573 * autoinsert.el (auto-insert): Doc fix.
11574 (auto-insert-alist): Following GNU notices, don't say `copyright
11575 _by_'. Use line-beginning-position.
11576 (auto-insert): Check buffer-file-name is non-nil before use.
11577
11578 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11579
11580 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11581 starting with `@def' or `@multitable', in addition to ones
11582 specified by the user in auto-fill-inhibit-regexp.
11583
11584 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
11585
11586 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11587 rmail-dont-reply-to-names matches the empty string.
11588
11589 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11590
11591 * startup.el (command-line-1, fancy-splash-text): Change the
11592 text to sound more friendly.
11593
11594 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11595
11596 * progmodes/hideshow.el: Update author email address.
11597 Generally, sync w/ maintainer version 5.22.
11598 (hs-hide-all-non-comment-function): New var.
11599 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11600 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11601 (hs-show-region): Delete this command.
11602 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11603
11604 2000-09-22 Dave Love <fx@gnu.org>
11605
11606 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11607 (hl-line-highlight): Specify buffer when moving overlay.
11608
11609 * progmodes/fortran.el (fortran-mode): Locally set
11610 normal-auto-fill-function.
11611 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11612 (fortran-mode-map): Adjust auto-fill menu entry.
11613
11614 2000-09-22 Gerd Moellmann <gerd@gnu.org>
11615
11616 * vc-rcs.el (toplevel): Require `vc' when compiling.
11617
11618 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11619
11620 2000-09-22 Andre Spiegel <spiegel@gnu.org>
11621
11622 * vc.el (vc-switch-backend): Signal an error if the file is not
11623 registered under the new backend.
11624
11625 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11626 without explicit revision number.
11627
11628 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11629
11630 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11631 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11632 (diff-xor): New function.
11633 (diff-find-source-location): Use it. Fix a stupid name clash.
11634 (diff-hunk-status-msg): New function.
11635 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11636 (diff-test-hunk): Use diff-find-source-location.
11637 (diff-goto-source): Favor the `reverse'.
11638 (diff-hunk-text): Properly handle one-sided context diffs.
11639 (diff-apply-hunk): When done, advance to the next hunk.
11640
11641 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11642
11643 * startup.el (command-line): If frame was created with a non-zero
11644 tool-bar-lines parameter, switch tool-bar-mode on.
11645
11646 * add-log.el (change-log-date-face, change-log-name-face)
11647 (change-log-email-face, change-log-file-face)
11648 (change-log-list-face, change-log-conditionals-face)
11649 (change-log-function-face, change-log-acknowledgement-face):
11650 New faces, inheriting from font-lock faces.
11651 (change-log-font-lock-keywords): Use them.
11652
11653 2000-09-21 Dave Love <fx@gnu.org>
11654
11655 * progmodes/cperl-mode.el (top-level): Clean up
11656 `eval-when-compile's and assorted defvars.
11657 (cperl-invalid-face): Don't double-quote value. Change custom
11658 type.
11659 (cperl-mode): Set normal-auto-fill-function and don't zap
11660 auto-fill-function.
11661 (cperl-imenu--function-name-regexp-perl): Renamed from
11662 imenu-example--function-name-regexp-perl.
11663 (cperl-imenu--create-perl-index): Renamed from
11664 imenu-example--create-perl-index.
11665 (cperl-xsub-scan): Don't require cl.
11666
11667 * msb.el (msb-mode-map): Use substitute-key-definition.
11668 (msb-mode): Use msb-mode-map.
11669
11670 2000-09-21 Andre Spiegel <spiegel@gnu.org>
11671
11672 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11673 New functions.
11674 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11675 (vc-switch-backend): New function.
11676 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11677 (vc-register): Fix prompt.
11678 (vc-unregister, vc-default-unregister): New functions.
11679 (vc-version-diff): Handle empty buffer in sentinel.
11680
11681 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11682 (vc-rcs-state-heuristic): Use it to guess the state of files with
11683 non-strict locking.
11684 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11685 been set with -b, but not created yet.
11686 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11687 contents in order to find the state.
11688 (vc-rcs-checkin): Allow creation of branches with no changes.
11689 (vc-rcs-unregister, vc-rcs-receive-file)
11690 (vc-rcs-set-non-strict-locking): New functions.
11691
11692 * vc-hooks.el (vc-name): Force correct computation of the value
11693 in case it is missing.
11694
11695 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11696
11697 * startup.el (fancy-splash-tail): Use a different foreground
11698 color on a dark frame background.
11699
11700 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11701
11702 * info.el: Use the correct capitalization when making Info-mode
11703 and Info-edit-mode `special' modes.
11704
11705 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11706
11707 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11708 (diff-mode): Add support for add-log.el.
11709 (diff-hunk-text): Use char offsets rather than line offsets.
11710 (diff-find-source-location): Replace LINE with line-offset (nil
11711 if not found) and always set POS to a meaningful position.
11712 Adapt to the new char-offsets.
11713 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11714 Adapt to the new diff-find-source-location.
11715 (diff-goto-source): Adapt to the new diff-find-source-location.
11716
11717 * add-log.el (add-log-file-name): New function (split out of
11718 add-change-log-entry).
11719 (add-change-log-entry): Use it.
11720 Call add-log-file-name-function with the changelog file name if
11721 the current buffer is not associated with any file.
11722 Avoid find-file if the selected window is dedicated.
11723
11724 * diff-mode.el (diff-find-source-location):
11725 Move code from diff-apply-hunk. Return buffer rather than file.
11726 (diff-apply-hunk): Use the new result from diff-find-source-location.
11727 (diff-goto-source): Use the new diff-find-source-location.
11728
11729 2000-09-20 Dave Love <fx@gnu.org>
11730
11731 * iswitchb.el: Some doc fixes.
11732 (iswitchb-mode-map): Define completely initially. Inherit
11733 minibuffer-local-map.
11734 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11735 fundamental-mode.
11736 (iswitchb-global-map): New variable.
11737 (iswitchb-summaries-to-end): Amalgamate regexps.
11738 (iswitchb-mode): New.
11739 (iswitchb-mode-hook): New variable.
11740 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11741 `extensions'.
11742
11743 2000-09-20 Gerd Moellmann <gerd@gnu.org>
11744
11745 * ehelp.el (electric-help): New defgroup.
11746 (electric-help-shrink-window): New user-option.
11747 (with-electric-help): Use it.
11748
11749 * window.el (shrink-window-if-larger-than-buffer): If face
11750 `mode-line' has a :box, and we're on a graphical frame, add 1
11751 to the needed window height.
11752
11753 * frame.el (frame-notice-user-settings): Add a last parameter nil
11754 to a call to `append', because the last list passed to `append' is
11755 not copied, and so subsequent calls to assq-delete-all will modify
11756 default-frame-alist.
11757
11758 * startup.el (fancy-splash-image): Change :type.
11759 (fancy-splash-head): Use an XBM image if appropriate.
11760 (command-line-1): Show splash screens in more cases.
11761
11762 * startup.el (fancy-splash-text): Don't quote faces.
11763
11764 * dired.el (dired-font-lock-keywords): Undo last change.
11765 (dired-readin): Bind indent-tabs-mode to nil.
11766
11767 * startup.el (fancy-splash-head): If frame's background mode
11768 is `dark', change the black background of the image to gray.
11769 (fancy-splash-screens): Display startup echo area message.
11770 (display-startup-echo-area-message): New function.
11771
11772 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11773
11774 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11775
11776 * info.el (info-header-node): Tweak for color ttys.
11777
11778 * faces.el (face-valid-attribute-values): Make sure directories we
11779 search for stipples both exist and are readable before trying to
11780 search them.
11781
11782 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11783 in the dry-run case.
11784
11785 * jka-compr.el (with-auto-compression-mode): New macro.
11786
11787 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11788 (custom-group-tag-face, custom-variable-tag-face): Use relative
11789 :height and inherit from `variable-pitch' face instead of
11790 hardwiring :family.
11791 * hi-lock.el (hi-black-hb): Likewise.
11792
11793 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11794 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11795 toolbar-add-item, if image doesn't have a mask add a `:mask
11796 heuristic'.
11797
11798 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11799
11800 * diff-mode.el: Docstring fixes.
11801 (diff-header-face, diff-comment-face): New faces.
11802 (diff-font-lock-keywords): Highlight a bit differently.
11803 (diff-find-source-location): Don't return SPAN any more.
11804 (diff-hunk-text): Don't bother erasing the temp buffer.
11805 (diff-find-text): Drop argument LINE.
11806 (diff-apply-hunk): Update calls to diff-find-text.
11807 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11808
11809 * calendar/calendar.el: Docstring fixes.
11810 (calendar-make-alist): Don't quote lambda.
11811 (calendar-star-date): Use make-local-variable.
11812
11813 2000-09-19 Dave Love <fx@gnu.org>
11814
11815 * toolbar/tool-bar.el: Renamed from toolbar.el.
11816 Change `toolbar' to `tool-bar' generally in symbols.
11817 Make some items invisible in `special' major modes.
11818 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11819 Add arg PROPS.
11820
11821 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11822 Add :version here.
11823 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11824
11825 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11826
11827 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11828
11829 * files.el (find-file-suppress-same-file-warnings): New user-option.
11830 (find-file-noselect): Use it.
11831
11832 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11833 (fancy-splash-screen): Defgroup.
11834
11835 * add-log.el (change-log-font-lock-keywords): Match names
11836 more exactly for the case that font-lock-constant-face is
11837 underlined.
11838
11839 2000-09-19 Richard M. Stallman <rms@gnu.org>
11840
11841 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11842
11843 2000-09-19 Andre Spiegel <spiegel@gnu.org>
11844
11845 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11846
11847 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11848
11849 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11850 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11851 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11852 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11853 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11854 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11855 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11856 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11857 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11858 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11859 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11860 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11861
11862 * startup.el (fancy-splash-text): New variable.
11863 (fancy-splash-delay, fancy-splash-image): New user-options.
11864 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11865 (fancy-splash-screens): New functions.
11866 (command-line-1): If display has a `display' frame parameter, has
11867 colors, and we have XPM support, show more fancy splash screens.
11868
11869 2000-09-19 Dave Love <fx@gnu.org>
11870
11871 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11872 with null `help'. Use modern backquote syntax.
11873
11874 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11875
11876 * font-lock.el (font-lock-mode): Change message telling the user
11877 that ``the buffer is too big''.
11878
11879 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11880 for instance for the case that tab-width is 2.
11881
11882 2000-09-18 Gerd Moellmann <gerd@gnu.org>
11883
11884 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11885 toolbar-add-item, if image doesn't have a mask add a `:mask
11886 heuristic'.
11887
11888 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11889
11890 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11891 and return a cons if it's non-nil.
11892 (diff-apply-hunk): Try to jump to the line in the source text
11893 corresponding to the position of point in the in the hunk.
11894
11895 * info.el (Info-title-3-face, Info-title-2-face)
11896 (Info-title-1-face): Use face inheritance and relative sizes
11897 instead of hard-wiring things.
11898
11899 * faces.el (secondary-selection): Make dark-background variant sane.
11900
11901 2000-09-16 Andrew Innes <andrewi@gnu.org>
11902
11903 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11904 read-only, since they aren't under VC now.
11905
11906 2000-09-17 Dave Love <fx@gnu.org>
11907
11908 * tmm.el: Replace mapcar with mapc in several places.
11909
11910 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11911 ad-unadvise.
11912
11913 * international/latin1-disp.el: New file.
11914
11915 * calendar/cal-move.el (scroll-calendar-left)
11916 (scroll-calendar-right): Make arg optional (for active mode line).
11917
11918 * calendar/calendar.el (calendar-mode-line-format): Make fields
11919 mouse-sensitive.
11920 (calendar-read-date, calendar-read-date, calendar-window-list):
11921 Unquote lambda.
11922 (calendar-month-name): Use aref, not sref.
11923
11924 * view.el (minor-mode-alist): Propertize the string.
11925
11926 * international/characters.el (standard-case-table): Add entries
11927 for Greek.
11928
11929 2000-09-18 Miles Bader <miles@gnu.org>
11930
11931 * info.el (info-node, info-xref): Add dark-background variants.
11932
11933 * faces.el (header-line): Change defaults to be less confusing
11934 when mixed with mode-lines.
11935
11936 * info.el (Info-fontify-node): Make a few cleanups.
11937 Add extra `help-echo' and `local-map' props to node xrefs.
11938 Use header-specific faces for node-names & xrefs.
11939 (Info-use-header-line): New variable.
11940 (info-header-xref, info-header-node): New faces.
11941 (Info-setup-header-line): New function.
11942 (Info-select-node): Call Info-setup-header-line when enabled.
11943 (Info-extract-pointer): Work even if the header line is hidden.
11944 (Info-header-line): New variable.
11945
11946 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11947
11948 * vms-patch.el (print-region-function): Don't quote lambda.
11949
11950 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11951
11952 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11953 (lm-get-header-re): Allow spaces between the header and the colon.
11954 (lm-header): Allow $ in non-RCS headers.
11955 (lm-header-multiline): Put the strings back into order.
11956 Stop at an empty line. Don't require two space chars if the
11957 line is clearly not another header line.
11958
11959 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11960 (popup-menu-popup): Remove.
11961
11962 2000-09-15 Gerd Moellmann <gerd@gnu.org>
11963
11964 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11965 specification if or if not tool-bar item contains an `:enabled'
11966 property.
11967
11968 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11969 current buffer has no file name.
11970
11971 2000-09-15 Dave Love <fx@gnu.org>
11972
11973 * strokes.el: Sync with maintainer's current version with changes
11974 for Emacs, but avoid runtime cl and levents.
11975 (toplevel): Change autoloads and compilation requires.
11976 (strokes-version, strokes-bug-address, strokes-lift): Values
11977 changed.
11978 (strokes-xpm-header, strokes-insinuated): New variable.
11979 (strokes): Add :link.
11980 (strokes-mode): Customized.
11981 (strokes-while-inhibiting-garbage-collector): New macro.
11982 (strokes-remassoc): Avoid remove-if.
11983 (strokes-fix-button2-command): Don't use ad-do-it.
11984 (strokes-insinuate): New function.
11985 (strokes-button-press-event-p, strokes-button-release-event-p):
11986 New functions, used instead of non-`strokes-' versions..
11987 (strokes-mouse-event-p): Rewritten.
11988 (strokes-event-closest-point): Avoid event-point.
11989 (strokes-get-grid-position): Avoid cdadr, caadr
11990 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11991 functions.
11992 (strokes-help): Use with-output-to-temp-buffer.
11993 (strokes-window-configuration-changed-p): New function.
11994 (strokes-update-window-configuration): Use buffer-live-p,
11995 strokes-window-configuration-changed-p.
11996 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11997 (strokes-char-face): New face.
11998 (strokes-char-table, strokes-base64-chars): New variable.
11999 (strokes-xpm-for-stroke, strokes-list-strokes)
12000 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
12001 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
12002 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12003 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
12004 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
12005 functions.
12006
12007 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12008
12009 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
12010
12011 * image.el (create-image): Doc fix.
12012
12013 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
12014 instead of `:heuristic-mask t'.
12015
12016 2000-09-14 Andrew Innes <andrewi@gnu.org>
12017
12018 * makefile.w32-in: Revert to Unix line endings.
12019
12020 2000-09-14 Andrew Innes <andrewi@gnu.org>
12021
12022 * makefile.w32-in: Add bootstrap support. Also copy lisp source
12023 when installing.
12024
12025 * makefile.nt (DONTCOMPILE): Fix typo.
12026
12027 * shell.el (shell-write-history-on-exit): New function.
12028 (shell-dumb-shell-regexp): New custom variable.
12029 (shell-mode): Make shell-write-history-on-exit the process
12030 sentinel if shell name matches shell-dumb-shell-regexp.
12031
12032 * w32-fns.el: Comment out before-init-hook function which resets
12033 source-directory based; this breaks bootstrap.
12034
12035 2000-09-14 Dave Love <fx@gnu.org>
12036
12037 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
12038 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
12039 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
12040 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
12041 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
12042 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
12043 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
12044 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
12045 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
12046
12047 * toolbar/toolbar.el: New.
12048
12049 * subdirs.el: Add toolbar.
12050
12051 2000-09-14 Gerd Moellmann <gerd@gnu.org>
12052
12053 * indent.el (indent-for-tab-command): Doc fix.
12054
12055 2000-09-14 Alex Schroeder <alex@gnu.org>
12056
12057 * ansi-color.el (ansi-colors): Doc change.
12058 (ansi-color-get-face): Simplified regexp.
12059 (ansi-color-faces-vector): Added more faces, doc change.
12060 (ansi-color-names-vector): Doc change.
12061 (ansi-color-regexp): Simplified regexp.
12062 (ansi-color-parameter-regexp): New regexp.
12063 (ansi-color-filter-apply): Doc change.
12064 (ansi-color-filter-region): Doc change.
12065 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
12066 deal with zero length parameters.
12067 (ansi-color-apply-on-region): Doc change.
12068 (ansi-color-map): Doc change.
12069 (ansi-color-map-update): Removed debugging message.
12070 (ansi-color-get-face-1): Added condition-case to trap
12071 args-out-of-range errors.
12072 (ansi-color-get-face): Doc change.
12073 (ansi-color-make-face): Removed.
12074 (ansi-color-for-shell-mode): New option.
12075
12076 2000-09-13 Kenichi Handa <handa@etl.go.jp>
12077
12078 * international/quail.el (quail-start-translation): Translate KEY
12079 if necessary even if it doesn't have any mapping in the current
12080 input method.
12081 (quail-start-conversion): Likewise.
12082 (quail-help): The output message is improved.
12083
12084 2000-09-13 Miles Bader <miles@gnu.org>
12085
12086 * comint.el (comint-output-filter): Revert to using
12087 `insert-before-markers'. Add bletcherous hack to undo damage
12088 caused by `insert-before-markers'. Put `front-sticky' property on
12089 overlays created here so that the field code understands how the
12090 overlay works. Use a let when making comint-last-prompt-overlay,
12091 so that the code is easier to read.
12092
12093 2000-09-13 Dave Love <fx@gnu.org>
12094
12095 * wid-edit.el (widget-default-format-handler): DTRT when
12096 doc-property is a function.
12097
12098 2000-09-12 Francesco Potorti` <pot@gnu.org>
12099
12100 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12101 filed name if it's not there.
12102
12103 2000-09-12 Dave Love <fx@gnu.org>
12104
12105 * simple.el (read-mail-command): Doc fix.
12106 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12107
12108 * vc.el (vc-dired-listing-switches): Fix :version.
12109
12110 * vc-hooks.el: Doc fixes.
12111
12112 * subr.el (add-minor-mode): Use toggle-fun arg.
12113
12114 * speedbar.el: Add :version to several defcustoms.
12115
12116 * imenu.el (imenu--truncate-items, imenu--cleanup)
12117 (imenu--generic-function): Avoid mapcar.
12118 (imenu--replace-spaces): Function removed.
12119 (imenu--completion-buffer): Use subst-char-in-string.
12120 (imenu-add-to-menubar): Use keymap inheritance.
12121
12122 2000-09-12 Miles Bader <miles@gnu.org>
12123
12124 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12125 (diff-mode-map): Bind `diff-test-hunk'.
12126 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12127
12128 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12129
12130 * bytecomp.el (byte-compile-defvar): Undo last change
12131 because it breaks '(make-variable-buffer-local (defvar ...)'
12132 which is used at least in dired.
12133
12134 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12135
12136 * international/quail.el (quail-define-package): Docstring
12137 modified.
12138
12139 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12140
12141 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12142 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12143 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12144 docstring of "chinese-py".
12145
12146 * international/quail.el (quail-translation-docstring): New
12147 variable.
12148 (quail-show-keyboard-layout): Docstring modified.
12149 (quail-select-current): Likewise.
12150 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12151 infinite recursive call.
12152 (quail-help): Check quail-translation-docstring. Format of the
12153 output changed.
12154 (quail-help-insert-keymap-description): Adjusted for the above
12155 change.
12156
12157 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12158
12159 * bytecomp.el (byte-compile-defvar): Only cons onto
12160 current-load-list in top-level forms. Else this leaks a cons cell
12161 every time a defun is called.
12162
12163 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12164
12165 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12166 Now understands non-unified diffs. Some functionality moved into
12167 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12168 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12169 modify anything. Only reposition point in the patched file if the
12170 patch succeeds. Only pop up another window if POPUP is true.
12171 Emit a message describing what happened if successful, and at what
12172 line-offset. Automatically detect reversed hunks and do something
12173 appropriate.
12174 (diff-hunk-text, diff-find-text): New functions.
12175 (diff-filter-lines): Function removed.
12176 (diff-test-hunk): New function.
12177 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12178
12179 2000-09-10 Dave Love <fx@gnu.org>
12180
12181 * textmodes/tildify.el: Minor doc/commentary fixes.
12182 (tildify) <defgroup>: Add :version.
12183
12184 * faces.el (face-x-resources): Make custom type more specific.
12185 (frame-background-mode): Use mapc.
12186 (region) <defcustom>: Add :version.
12187
12188 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12189
12190 * vc-sccs.el (vc-sccs-register):
12191 * vc-rcs.el (vc-rcs-register):
12192 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12193 * vc.el (vc-register): Clear file's properties.
12194
12195 2000-09-08 Gerd Moellmann <gerd@gnu.org>
12196
12197 * faces.el (face-spec-set): Only face-spec-reset-face when
12198 ATTRS is non-nil.
12199
12200 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12201
12202 * help.el (help-insert-xref-button): Fix a typo in doc string.
12203
12204 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12205
12206 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12207 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12208 methods.
12209
12210 * menu-bar.el (read-mail-item-name): New function.
12211 (menu-bar-tools-menu): Use it to compute and display the package
12212 used to read email.
12213 (menu-bar-tools-menu): Fix typo in GUD's help string.
12214
12215 2000-09-07 Dave Love <fx@gnu.org>
12216
12217 * diff-mode.el (diff-mouse-goto-source): New function.
12218
12219 * vc-sccs.el: Doc fixes.
12220 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12221
12222 * vc-rcs.el: Doc fixes.
12223 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12224 (vc-rcs-checkout-switches, vc-rcs-header)
12225 (vc-rcs-master-templates): Add or change :version.
12226
12227 * vc-cvs.el: Doc fixes.
12228 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12229 (vc-cvs-stay-local): Add :version.
12230
12231 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12232
12233 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12234
12235 * international/quail.el (quail-help): Fix previous change.
12236
12237 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12238
12239 * faces.el (color-values): Doc fix.
12240
12241 * faces.el (frame-set-background-mode): Use frame-parameter
12242 instead of frame-parameters.
12243
12244 * frame.el (filtered-frame-list): Reduce consing.
12245 (frames-on-display-list): Call frame-parameter instead of
12246 frame-parameters.
12247
12248 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12249
12250 * language/devan-util.el (devanagari-to-indian-region): In the
12251 loop, change the following char, not preceding char.
12252
12253 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12254
12255 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12256 instead of frame-parameters.
12257
12258 * faces.el (set-face-attribute): Simplify by calling
12259 internal-set-lisp-face-attribute with FRAME being 0.
12260
12261 * vc.el: Remove `Id' version control keyword.
12262
12263 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12264
12265 * help.el (help-make-xrefs): Adjusted for the change of
12266 help-xref-mule-regexp.
12267 (help-insert-xref-button): New function.
12268
12269 * international/mule-cmds.el (help-xref-mule-regexp-template):
12270 Include the pattern for character set.
12271 (leim): New group.
12272
12273 * international/quail.el: Don't require face.
12274 (quail): New group.
12275 (quail-other-command): Dummy command to make quail-help work better.
12276 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12277 (quail-keyboard-layout-substitution): New variable.
12278 (quail-update-keyboard-layout): New function.
12279 (quail-keyboard-layout-type): New customizable variable.
12280 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12281 (quail-keyboard-translate): Pay attention to
12282 quail-keyboard-layout-substitution.
12283 (quail-insert-kbd-layout): New function.
12284 (quail-show-keyboard-layout): New function.
12285 (quail-get-translation): If the definition is a vector of length
12286 1, and the element is a string of length 1, return the character
12287 in that string.
12288 (quail-update-current-translations): Fix the case of
12289 relative-index out of range.
12290 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12291 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12292 Show key sequences for all available characters.
12293 (quail-help-insert-keymap-description): Don't show such verbose
12294 key bindings as quail-self-insert-command.
12295
12296 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12297 Format changed, and each element now have extra documentations.
12298 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12299 Adjusted for the change of quail-cxterm-package-ext-info.
12300
12301 2000-09-06 Gerd Moellmann <gerd@gnu.org>
12302
12303 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12304 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12305 during bootstrap.
12306
12307 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12308
12309 * vc.el: (toplevel): Don't require `dired' at run-time.
12310 (vc-dired-resynch-file): Remove autoload cookie.
12311
12312 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12313
12314 * vc.el: Made several backend functions optional.
12315 (vc-default-responsible-p): New function.
12316 (vc-merge): Use RET for first version to trigger merge-news, not
12317 prefix arg.
12318 (vc-annotate): Handle backends that do not support annotation.
12319 (vc-default-merge-news): Removed. The existence of a merge-news
12320 implementation is now checked on caller sites.
12321
12322 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12323 case.
12324
12325 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12326 special case that has been removed from the default in vc-hooks.el.
12327
12328 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12329
12330 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12331
12332 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12333
12334 * vc-hooks.el: Require vc during compilation.
12335 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12336 macro `with-vc-properties' in vc.el.
12337 (vc-file-getprop): Doc fix.
12338 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12339
12340 * vc.el: Require dired-aux during compilation.
12341 (vc-name-assoc-file): Moved to vc-sccs.el.
12342 (with-vc-properties): New macro.
12343 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12344 vc-finish-steal): Use it.
12345 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12346 to the backend-specific function is now supposed to do the checkout,
12347 too.
12348 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12349
12350 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12351 set file properties; that gets done in the generic code now.
12352
12353 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12354 Changed parameter list, added code from vc.el that does the
12355 checkout, possibly with a double-take.
12356
12357 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12358 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12359 the above under the new name.
12360 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12361 parameter list, added checkout command.
12362 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12363 properties; that gets done in the generic code now.
12364
12365 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12366
12367 * vc.el: Docstring fixes (courtesy of checkdoc).
12368
12369 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12370
12371 * vc.el (vc-checkout-writable-buffer-hook)
12372 (vc-checkout-writable-buffer): Remove.
12373 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12374 (vc-log-mode): Make it into a clean derived major mode.
12375 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12376 vc-log-mode if log-edit is not available.
12377 (vc-dired-mode-map): Don't set-keymap-parent yet.
12378 (vc-dired-mode): Do set-keymap-parent here.
12379 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12380
12381 2000-09-05 Gerd Moellmann <gerd@gnu.org>
12382
12383 * faces.el (set-face-attribute, face-spec-reset-face)
12384 (face-spec-set): Avoid consing by removing calls to `apply'.
12385
12386 * frame.el (frame-parameter): Move to C code.
12387
12388 2000-09-05 Dave Love <fx@gnu.org>
12389
12390 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12391 insert-before-markers-and-inherit. Now checked systematically!
12392
12393 2000-09-05 Alex Schroeder <alex@gnu.org>
12394
12395 * sql.el (sql-postgres): Use sql-postgres-options.
12396 (sql-postgres-options): New variable.
12397
12398 2000-09-05 Alex Schroeder <alex@gnu.org>
12399
12400 * sql.el (sql-mode-menu): Work around missing variable mark-active
12401 in XEmacs.
12402 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12403 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12404 compatibility.
12405
12406 2000-09-04 Gerd Moellmann <gerd@gnu.org>
12407
12408 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12409
12410 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12411
12412 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12413
12414 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12415
12416 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12417 don't support anything else under SCCS yet.
12418
12419 * vc-hooks.el: Minor doc fixes.
12420
12421 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12422
12423 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12424 not necessary. If verbose in state `needs-patch', do the same as
12425 under `up-to-date'. When NOT verbose and `needs-patch', check out
12426 latest version instead of `merge-news'.
12427 (vc-next-action-dired): Don't mess with default-directory here; it
12428 breaks other parts of dired. It is the job of the
12429 backend-specific functions to adjust it temporarily if they need it.
12430 (vc-next-action): Remove a special CVS case.
12431 (vc-clear-headers): New optional arg FILE.
12432 (vc-checkin, vc-checkout): Set properties vc-state and
12433 vc-checkout-time properly.
12434 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12435 (vc-print-log): Use new backend function `show-log-entry'.
12436 (vc-cancel-version): Do the checks in a different order. Added a
12437 FIXME concerning RCS-only code.
12438
12439 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12440 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12441
12442 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12443
12444 * vc-hooks.el (vc-default-mode-line-string): Show state
12445 `needs-patch' as a `-' too.
12446
12447 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12448
12449 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12450 (vc-default-could-register): New function.
12451 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12452 (vc-resynch-buffer): Call vc-dired-resynch-file.
12453 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12454 vc-resynch-buffer instead of vc-resynch-window.
12455 (vc-next-action-dired): Don't redisplay here, that gets done as a
12456 result of the individual file operations.
12457 (vc-retrieve-snapshot): Corrected prompt order.
12458
12459 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12460
12461 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12462 as well.
12463 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12464 hostname regexps. Updated all callers.
12465 (vc-cvs-responsible-p): Handle directories as well.
12466 (vc-cvs-could-register): New function.
12467 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12468 properties up-to-date.
12469
12470 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12471 user whether to create one.
12472
12473 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12474
12475 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12476 check out a non-existing file.
12477
12478 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12479 workfile does not exist.
12480
12481 * vc.el (vc-version-diff): Use `require' to check for existence of
12482 diff-mode.
12483
12484 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12485
12486 * vc-cvs.el (vc-cvs-registered): Use new function
12487 vc-cvs-parse-entry to do the actual work.
12488
12489 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12490
12491 * vc-hooks.el (vc-find-backend-function): If function doesn't
12492 exist, return nil instead of error.
12493 (vc-call-backend): Doc fix.
12494
12495 * vc.el (vc-do-command): Doc fix.
12496 (vc-finish-logentry): When checking in from vc-dired, choose the
12497 right backend for logentry check.
12498 (vc-dired-mode-map): Inherit from dired-mode-map.
12499 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12500 simplified.
12501 (vc-dired-state-info): Removed, updated caller.
12502 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12503 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12504 (vc-dired-listing-switches): New variable.
12505 (vc-directory): Use it, instead of dired-listing-switches.
12506
12507 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12508 (vc-cvs-dir-state): New function.
12509 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12510 (vc-cvs-parse-entry): New function, also to be used in
12511 vc-cvs-registered.
12512
12513 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12514
12515 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12516 *or* single-window-frames.
12517
12518 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12519
12520 * vc.el (vc-update-changelog): Split into generic part and default
12521 implementation. Doc string adapted.
12522 (vc-default-update-changelog): New function. Call the `rcs2log'
12523 script in exec-directory, to fix a long-standing nuisance.
12524
12525 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12526 simply signals an error.
12527
12528 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12529
12530 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12531 control-flow more clear and to avoid running `cvs' twice.
12532
12533 * vc.el (vc-next-action-on-file): Doc fix.
12534 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12535 (vc-print-log): Eval `file' before constructing the continuation.
12536
12537 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12538
12539 * vc.el (vc-next-action-on-file): Corrected several messages.
12540 (vc-merge): Add prefix arg `merge-news'; handle it.
12541
12542 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12543 is not reached. It is.
12544 (vc-cvs-merge): Set state to 'edited after merge.
12545 (vc-cvs-merge-news): Set workfile version to nil if not known.
12546 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12547
12548 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12549 via stdout. (Merge from main line.)
12550
12551 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12552
12553 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12554 detection.
12555
12556 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12557
12558 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12559 against kill-all-local-variables.
12560 (vc-log-edit): Don't save vc-parent-buffer any more.
12561 (vc-last-comment-match): Initialize to an empty string.
12562 (vc-post-command-functions): New hook.
12563 (vc-do-command): Run it.
12564 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12565 (vc-finish-logentry): Only add the comment to the ring if it's
12566 different from the last comment entered.
12567 (vc-new-comment-index): New function.
12568 (vc-previous-comment): Use it. Make the minibuffer message
12569 slightly less terse.
12570 (vc-comment-search-reverse): Make it work forward as well. Don't
12571 set vc-comment-ring-index if no match is found. Use
12572 vc-new-comment-index.
12573 (vc-comment-search-forward): Use vc-comment-search-reverse.
12574 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12575 define-derived-mode will do it for us. Bind `v' to a keymap that
12576 inherits from vc-prefix-map so that we can bind `vt' without
12577 binding C-x v t.
12578 (vc-retrieve-snapshot): Parenthesis typo.
12579
12580 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12581 to 1. Make sure to switch to *vc* before looking for an error
12582 message. Use vc-parse-buffer.
12583
12584 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12585
12586 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12587 and NAME.
12588 (vc-retrieve-snapshot): Split into two parts.
12589 (vc-default-retrieve-snapshot): New function.
12590
12591 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12592 (vc-cvs-retrieve-snapshot): New function (untested).
12593 (vc-cvs-stay-local): Default to t.
12594 (vc-cvs-remote-p): New function and property.
12595 (vc-cvs-state): Stay local only if the above is t.
12596 (vc-handle-cvs): Removed.
12597 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12598 done via vc-handled-backends now.
12599 (vc-cvs-header): Escape Id.
12600
12601 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12602
12603 * vc.el (vc-do-command): Remove unused commands.
12604 (vc-version-diff): Make sure default-directory ends with a slash.
12605 Move the window commands into a vc-exec-after.
12606 (vc-print-log): Move more of the code into the `vc-exec-after'.
12607
12608 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12609
12610 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12611 (vc-print-log): Search current revision from beginning of buffer.
12612 (vc-revert-buffer): Clear echo area after the diff is finished.
12613 (vc-prefix-map): Removed definition of "t" for terse display in vc
12614 dired.
12615 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12616 definition of "vt" for terse display.
12617 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12618
12619 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12620
12621 * vc.el (vc-exec-after): Avoid caddr.
12622
12623 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12624
12625 * vc.el (vc-exec-after): New function.
12626 (vc-do-command): Use it to add a termination message for async
12627 procs.
12628 (vc-checkout): Try to handle a missing-backend situation.
12629 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12630 of a directory with a backend using async diffs.
12631 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12632 present.
12633
12634 * vc-sccs.el (vc-sccs-state-heuristic): Use
12635 file-ownership-preserved-p.
12636
12637 * vc-rcs.el (vc-rcs-state-heuristic): Use
12638 file-ownership-preserved-p.
12639 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12640
12641 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12642
12643 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12644 vc-do-command.
12645
12646 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12647 when there are no changes.
12648
12649 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12650
12651 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12652
12653 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12654
12655 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12656
12657 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12658
12659 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12660 the `fset' outside of the defvar so that it works even if
12661 vc-prefix-map was already defined.
12662 (vc-setup-buffer): New function, split out of vc-do-command.
12663 (vc-do-command): Allow BUFFER to be t to mean `just use the
12664 current buffer without any fuss'.
12665 (vc-version-diff): Change the `diff' backend operation to just put
12666 the diff in the current buffer without erasing it. Always use
12667 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12668 shrink-window-if-larger-than-buffer.
12669 (vc-print-log): Change the `print-log' backend operation to just
12670 put the log in the current buffer without erasing it. Protect
12671 shrink-window-if-larger-than-buffer.
12672 (vc-update-change-log): Fix setd typo.
12673
12674 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12675 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12676
12677 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12678 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12679 CMP.
12680
12681 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12682 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12683 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12684
12685 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12686
12687 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12688 not possible, use vc-BACKEND-workfile-unchanged-p.
12689 (vc-default-workfile-unchanged-p): New function. Delegates to a
12690 full vc-BACKEND-diff.
12691
12692 * vc-hooks.el (vc-simple-command): Removed.
12693
12694 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12695 instead of vc-simple-command.
12696 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12697 avoid doing a diff when opening a file.
12698 (vc-rcs-state): Added check for unlocked-changes.
12699 (vc-rcs-header): Escape Id.
12700 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12701 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12702 version.
12703
12704 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12705 (vc-sccs-diff): Remove optional arg CMP.
12706 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12707 SCCS-specific function.
12708
12709 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12710 vc-simple-command.
12711
12712 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12713
12714 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12715 (with-vc-file, vc-merge): Use vc-editable-p.
12716 (vc-do-command): Remove unused var vc-file and fix the
12717 doubly-defined `status' var. Add a user message when starting an
12718 async command.
12719 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12720 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12721 Use with-current-buffer.
12722 (vc-buffer-sync): Use unless.
12723 (vc-next-action-on-file): If the file is 'edited by read-only,
12724 make it read-write instead of trying to commit.
12725 (vc-version-diff, vc-update-change-log): Use `setq
12726 default-directory' rather than `cd'.
12727 (vc-log-edit): Don't forget to set default-directory in the
12728 buffer.
12729
12730 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12731 (vc-sccs-state-heuristic): Use file-writable-p instead of
12732 comparing userids.
12733 (vc-sccs-checkout): Use `unless'.
12734
12735 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12736 of comparing userids.
12737 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12738 Simplify the logic by eliminating unreachable code.
12739 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12740 just do a recursive call if we need to retry.
12741 (vc-rcs-checkout): Handle the case where rcs is missing by making
12742 the buffer read-write if requested and re-signalling the error.
12743
12744 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12745
12746 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12747
12748 * vc-hooks.el (vc-handled-backends): Docstring change.
12749 (vc-ignore-vc-files): Mark obsolete.
12750 (vc-registered): Check vc-ignore-vc-files.
12751 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12752 vc-ignore-vc-files.
12753
12754 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12755
12756 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12757
12758 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12759 files since ange-ftp already has vc-registered return nil.
12760
12761 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12762 (vc-sccs-workfile-version): Use with-temp-buffer and new
12763 vc-parse-buffer and don't bother setting the property.
12764 (vc-sccs-add-triple): Use with-current-buffer and
12765 find-file-noselect.
12766 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12767
12768 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12769 derives from the old vc-parse-buffer but uses the revision number
12770 rather than the date (much easier to compare robustly).
12771 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12772 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12773 locking-user more directly. Check strict locking and set
12774 checkout-model appropriately.
12775 (vc-rcs-parse-locks): Remove.
12776 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12777 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12778 (vc-rcs-system-release): Use with-current-buffer and
12779 vc-parse-buffer.
12780 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12781
12782 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12783 (vc-simple-command): Docstring fix.
12784 (vc-registered): Align the way the file-handler is called with the
12785 way the function itself works.
12786 (vc-file-owner): Remove.
12787
12788 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12789 extraction of fields and call to file-attributes because of a
12790 temporary bug in rcp.el.
12791 (vc-cvs-fetch-status): Use with-current-buffer.
12792
12793 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12794
12795 * vc.el (vc-do-command): Use file-relative-name.
12796 (vc-responsible-backend): Use vc-backend if possible.
12797 (vc-create-snapshot): Improve the `interactive' spec. Add support
12798 for branches and dispatch to backend-specific `create-snapshot'.
12799 (vc-default-create-snapshot): New function, containing the bulk of
12800 the old vc-create-snapshot.
12801 (vc-retrieve-snapshot): Improve the interactive spec.
12802
12803 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12804 (vc-backend-hook-functions): Remove.
12805 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12806 (vc-backend): Reintroduce the test for `file = nil' now that I
12807 know why it was there (and added a comment to better remember).
12808
12809 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12810 code from vc-sccs-hooks.el.
12811 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12812 'vc anymore.
12813 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12814 and file-directory-p instead of file-exists-p.
12815 (vc-sccs-check-headers): Simplify the regexp.
12816
12817 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12818 from vc-rcs-hooks.el. Don't require 'vc anymore.
12819 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12820 file-directory-p instead of file-exists-p.
12821
12822 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12823 from vc-cvs-hooks.el.
12824 (proto vc-cvs-registered): Require 'vc-cvs instead of
12825 'vc-cvs-hooks. Don't require 'vc anymore.
12826 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12827 file-directory-p instead of file-exists-p.
12828 (vc-cvs-create-snapshot): New function, replacing
12829 vc-cvs-assign-name.
12830 (vc-cvs-assign-name): Remove.
12831
12832 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12833
12834 * vc-cvs.el (vc-cvs-header): New var.
12835
12836 * vc-rcs.el (vc-rcs-exists): Remove.
12837 (vc-rcs-header): New var.
12838
12839 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12840 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12841 (vc-sccs-header): New var.
12842
12843 * vc.el (vc-do-command): Get rid of the `last' argument.
12844 (vc-header-alist): Remove, replaced by vc-X-header.
12845 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12846 (vc-dired-hook): Use expand-file-name instead of concat.
12847 (vc-directory): Use file-name-as-directory.
12848 (vc-snapshot-precondition, vc-create-snapshot)
12849 (vc-retrieve-snapshot): Allow the command to operate on any
12850 directory.
12851
12852 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12853 just removing the 'WORKFILE argument or by removing the 'MASTER
12854 argument and replacing `file' with (vc-name file).
12855
12856 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12857
12858 * vc.el: Update Copyright and add a crude list of backend funs.
12859 (vc-writable-p): New function.
12860 (with-vc-file): Use vc-writable-p.
12861 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12862 (vc-register): Avoid vc-name.
12863 (vc-locking-user): Remove.
12864 (vc-steal-lock): Make the `owner' arg non-optional.
12865 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12866 vc-checkout-model.
12867 (vc-default-dired-state-info): Use vc-state instead of
12868 vc-locking-user and return special strings for special states.
12869 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12870 and get rid of one of the special CVS cases.
12871 (vc-cancel-version): prettify error message with \\[...].
12872 (vc-rename-master): New function.
12873 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12874 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12875 the CVS special case generic.
12876 (vc-default-record-rename): Remove.
12877 (vc-file-tree-walk-internal): Only call FUNC for files that are
12878 under control of some VC backend and replace `concat' with
12879 expand-file-name.
12880 (vc-file-tree-walk): Update docstring.
12881 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12882 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12883
12884 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12885 vc-sccs-record-rename. Use `find-file-noselect' rather than
12886 `find-file' and call `vc-rename-master' to do the actual move.
12887 (vc-sccs-diff): Remove unused `backend' variable.
12888
12889 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12890 to delay loading of vc-sccs until it is really used.
12891 (vc-sccs-master-templates): Preload.
12892 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12893 (vc-sccs-project-dir): Remove (merged into
12894 vc-sccs-search-project-dir).
12895 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12896 rather than `concat', make sure it is preloaded and don't bother
12897 to check that the file actually exists.
12898 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12899 `locks' argument (use buffer's content instead) and eliminate n^2
12900 behavior.
12901
12902 * vc-rcs.el: Update Copyright.
12903 (vc-rcs-rename-file): New function.
12904 (vc-rcs-diff): Remove unused `backend' variable.
12905
12906 * vc-hooks.el: Update Copyright.
12907 (vc-backend): Don't accept a nil argument any more.
12908 (vc-up-to-date-p): Turn into a defsubst.
12909 (vc-possible-master): New function.
12910 (vc-check-master-templates): Use `vc-possible-master' and allow
12911 funs in vc-X-master-templates to return a non-existent file.
12912
12913 * vc-cvs.el: Update Copyright.
12914 (vc-cvs-diff): Remove unused `backend' variable.
12915 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12916
12917 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12918
12919 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12920
12921 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12922 since it can be called from vc-rcs.el.
12923 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12924
12925 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12926
12927 * vc.el (vc-version-diff): Expand file name read from the
12928 minibuffer. Handle the case when a previous version number can't
12929 be guessed. Give suitable messages when there were no differences
12930 found.
12931 (vc-clear-headers): Call backend-specific implementation, if one
12932 exists.
12933 (vc-cancel-version): Made error checks generic. When done, clear
12934 headers generically, too.
12935
12936 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12937 from vc-clear-headers in vc.el.
12938
12939 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12940 correctly.
12941 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12942 optional. Handle the case when it's not there.
12943
12944 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12945
12946 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12947
12948 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12949
12950 * vc-hooks.el (vc-loadup): Remove.
12951 (vc-find-backend-function): Use `require'. Also, handle the case
12952 where vc-BACKEND-hooks.el doesn't exist.
12953 (vc-call-backend): Cleanup.
12954
12955 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12956
12957 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12958 vc-rcs-grab-templates)
12959 (vc-rcs-registered): Remove. The default function works as well.
12960 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12961 vc-sccs-grab-templates)
12962 (vc-sccs-registered): Remove. The default function works as well.
12963
12964 * vc.el (vc-version-diff): Left out a vc- in call to
12965 vc-call-backend.
12966 (vc-default-dired-state-info, vc-default-record-rename)
12967 (vc-default-merge-news): Update for the new backend argument.
12968
12969 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12970 using the default function.
12971 (vc-call-backend): If calling the default function, pass it the
12972 backend as first argument. Update the docstring accordingly.
12973 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12974 for the new backend argument.
12975 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12976 (vc-find-backend-function): Use the new name.
12977 (vc-default-registered): New function.
12978
12979 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12980
12981 * vc.el (vc-merge): Use vc-find-backend-function.
12982
12983 * vc-hooks.el (vc-backend-functions): Remove.
12984 (vc-loadup): Don't setup 'vc-functions.
12985 (vc-find-backend-function): New function.
12986 (vc-call-backend): Use above fun and populate 'vc-functions
12987 lazily.
12988 (vc-backend-defines): Remove.
12989
12990 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12991
12992 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12993 Call vc-call-backend without the leading vc-.
12994 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12995 (vc-check-headers): Call vc-call-backend without the leading vc-.
12996 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12997 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12998 Call vc-call-backend without the leading vc-.
12999
13000 * vc-cvs.el (tail): Provide vc-cvs.
13001 * vc-sccs.el (tail): Provide vc-sccs.
13002 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
13003
13004 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
13005 (vc-make-backend-function, vc-call): Pass names without leading
13006 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
13007 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
13008 (vc-call-backend): Always try to load vc-X-hooks.
13009 (vc-registered): Remove vc- in call to vc-call-backend.
13010
13011 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13012
13013 * vc.el (vc-process-filter): New function.
13014 (vc-do-command): Setup `vc-process-filter' for the async process.
13015 (vc-maybe-resolve-conflicts): New function to reduce
13016 code-duplication. Additionally, it puts the buffer in
13017 `smerge-mode' if applicable.
13018 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
13019 calling `merge-news'.
13020 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
13021 (vc-log-edit): New function. Replacement for `vc-log-mode' by
13022 interfacing to log-edit.el.
13023 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
13024 log-edit is available.
13025 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
13026
13027 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13028
13029 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
13030 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
13031 defvar and the initialization.
13032 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
13033
13034 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
13035 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
13036
13037 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
13038
13039 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13040
13041 * vc.el (vc-file-clear-masterprops): Removed.
13042 (vc-checkin, vc-revert-buffer): Removed calls to the above.
13043 (vc-version-diff): Use buffer-size without argument.
13044 (vc-register): Heed vc-initial-comment.
13045
13046 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
13047 default branch.
13048
13049 * vc-rcs.el (vc-rcs-register): Parse command output to find master
13050 file name and workfile version.
13051 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
13052
13053 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
13054 vc-file-clear-masterprops.
13055
13056 * vc-sccs.el (vc-sccs-checkout): Removed call to
13057 vc-file-clear-masterprops. If writable, set vc-state to 'edited
13058 rather than user login name.
13059
13060
13061 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13062
13063 * vc.el (vc-workfile-unchanged-p): Remove unused argument
13064 `want-differences-if-changed' and simplify.
13065 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
13066 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
13067 output (which is invalid for async vc-diff) to decide whether to
13068 do the revert silently or not.
13069
13070 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13071
13072 * vc-hooks.el (vc-loadup): Load files quietly.
13073 (vc-call-backend): Oops, brain fart.
13074
13075 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13076
13077 * vc-cvs.el (vc-cvs-state): Typo.
13078 (vc-cvs-merge-news): Return the status code rather than the error msg.
13079
13080 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13081
13082 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
13083 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
13084 vc-state or vc-up-to-date-p.
13085 (vc-merge): Use vc-backend-defines to check whether merging is
13086 possible. Set state to 'edited after successful merge.
13087
13088 * vc-hooks.el (vc-locking-user): If locked by the calling user,
13089 return that name. Redocumented.
13090
13091 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13092
13093 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
13094 new `vc-state' semantics.
13095 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
13096 'vc-locking-user to the current user.
13097 (vc-merge): Inline vc-backend-merge. Comment out code that I
13098 don't understand and hence can't adapt to the new `vc-state' and
13099 `vc-locking-user' semantics.
13100 (vc-backend-merge): Remove.
13101
13102 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13103 rather than 'vc-locking-user.
13104
13105 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13106
13107 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13108 (vc-state): Don't use 'reserved any more. Just use the same
13109 convention as the one used for vc-<backend>-state where the
13110 locking user (as a string) is returned.
13111 (vc-locking-user): Update, based on the above convention. The
13112 'vc-locking-user property has disappeared.
13113 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13114
13115 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13116 with a heuristic one.
13117 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13118 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13119 error. That allows us to get to 'needs-merge even in the
13120 stay-local case. There's still no way to detect 'needs-patch in
13121 such a setup (or to force an update for that matter).
13122 (vc-cvs-logentry-check): Remove, the default works as well.
13123
13124 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13125
13126 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13127
13128 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13129 major-mode in which the buffer might have been put earlier. Use
13130 `remove' and `when'. Allow `okstatus' to be `async' and use
13131 `start-process' in this case.
13132 (vc-version-diff): Handle the case where the diff looks empty
13133 because of the use of an async process.
13134
13135 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13136
13137 * vc.el (vc-next-action-on-file): Removed optional parameter
13138 `simple'. Recompute state unconditionally.
13139 (vc-default-toggle-read-only): Removed.
13140
13141 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13142 (vc-toggle-read-only): Undid prev change.
13143
13144 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13145 vc-cvs-simple-toggle. Redocumented.
13146 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13147 (vc-cvs-toggle-read-only): Removed.
13148
13149 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13150
13151 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13152 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13153 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13154 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13155 still is. So maybe it should be removed.
13156 (vc-head-version, vc-find-binary): Remove.
13157 (vc-recompute-state): Move from vc-hooks.el.
13158 (vc-next-action-on-file): Add a `simple' argument to allow
13159 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13160 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13161 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13162 (vc-dired-mode-map): Properly defvar it.
13163 (vc-print-log): Call log-view-mode if available.
13164 (small-temporary-file-directory): defvar instead of use boundp.
13165 (vc-merge-news): Moved to vc-cvs.el.
13166 (vc-default-merge-news): New function.
13167
13168 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13169 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13170 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13171 unknown `vc-latest-version' function. It should probably refer to
13172 vc-workfile-version or somesuch, but it's very unclear to me and I
13173 don't have SCCS to test things.
13174
13175 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13176 (vc-sccs-state-heuristic): Fix typo.
13177 (vc-sccs-workfile-unchanged-p): Add missing argument.
13178
13179 * vc-rcs.el: Require vc and vc-rcs-hooks.
13180 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13181 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13182 (vc-release-greater-or-equal-p): Move from vc.
13183 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13184 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13185 (vc-rcs-checkout): Add a missing `new-version' argument in the
13186 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13187
13188 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13189 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13190 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13191 than the apparently unbound `workfile-version'.
13192
13193 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13194 (vc-file-prop-obarray): Use `make-vector'.
13195 (vc-backend-functions): Add new hookable functions
13196 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13197 (vc-loadup): If neither backend nor default functions exist, use
13198 the backend function rather than nil.
13199 (vc-call-backend): If the function if not bound yet, try to load
13200 the non-hook file to see if it provides it.
13201 (vc-call): New macro plus use it wherever possible.
13202 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13203 nor `vc-find-binary' since it's only called from
13204 vc-mistrust-permission which is only used once the backend is known.
13205 (vc-checkout-model): Fix parenthesis.
13206 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13207
13208 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13209 (vc-cvs-release, vc-cvs-system-release): Remove.
13210 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13211 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13212 status symbols.
13213 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13214 (vc-cvs-toggle-read-only): First cut at a function to allow a
13215 cvs-status-free vc-toggle-read-only.
13216 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13217 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13218 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13219 (vc-cvs-checkout): Modify access rights directly if the user
13220 requested not to use `cvs edit'. And refresh the mode line.
13221
13222 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13223 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13224
13225 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13226
13227 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13228 workfile' that got lost when the code was extracted from vc.el.
13229 And merged the tail with the rest of the code (not possible in the
13230 old vc.el where the tail was shared among all backends). And
13231 explicitly set the state to 'edited if `writable' is set.
13232
13233 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13234 (vc-cvs-state): Be careful to return the value from
13235 vc-cvs-parse-state.
13236 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13237 property but return it instead. Also be careful to handle a nil
13238 or "" `rev' when workfile is non-nil (it was handled properly when
13239 workfile was nil).
13240
13241 * vc.el: Removed those pesky unnecessary `(function' quotes.
13242 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13243 directly in the defvar.
13244 (vc-do-command): Bind inhibit-read-only so as to properly handle
13245 the case where the destination buffer has been made read-only.
13246 (vc-diff): Delegate to vc-version-diff in all cases.
13247 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13248 (vc-annotate-mode-variables): Removed (code moved partly to
13249 defvars and partly to vc-annotate-add-menu).
13250 (vc-annotate-mode): Turned into a derived-mode.
13251 (vc-annotate-add-menu): Moved in code in
13252 vc-annotate-mode-variables.
13253 (vc-update-change-log): Use make-temp-file if available.
13254
13255 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13256
13257 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13258 `vc-checkout-model' updated to `vc-cvs-update-model'.
13259
13260 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13261
13262 * vc.el (vc-next-action-on-file): Added handling of state
13263 `unlocked-changes'.
13264 (vc-checkout-carefully): Is now practically obsolete, unless the
13265 above is too slow to be enabled unconditionally.
13266 (vc-update-change-log): Fixed typo.
13267
13268 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13269
13270 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13271 Now handles state `unlocked-changes'.
13272 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13273
13274 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13275
13276 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13277 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13278 `unlocked-changes'.
13279 (vc-rcs-workfile-unchanged-p): Renamed from
13280 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13281 function yet, but supposed to become one soon.
13282
13283 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13284 `vc-steal-lock'.
13285 (vc-call-backend): Changed error message.
13286 (vc-state): Added description of state `unlocked-changes'.
13287
13288 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13289
13290 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13291 always return t in CVS-controlled directories.
13292
13293 * vc.el (vc-responsible-backend): New function.
13294 (vc-register): Largely rewritten.
13295 (vc-admin): Removed (implementation moved into vc-register).
13296 (vc-checkin): Redocumented.
13297 (vc-finish-logentry): If no backend defined yet (because we are in
13298 the process of registering), use the responsible backend.
13299
13300 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13301 Updated function lists.
13302 (vc-call-backend): Fixed typo.
13303
13304 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13305 New functions.
13306 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13307 Removed query option. Redocumented.
13308
13309 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13310
13311 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13312
13313 * vc.el: Updated callers of `vc-checkout-required' to use
13314 `vc-checkout-model'.
13315
13316 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13317
13318 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13319 stuff updated to reference this function instead of the old
13320 `vc-backend-release-p'.
13321
13322 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13323
13324 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13325 vc-checkout-model. Return appropriate values. Updated callers.
13326
13327 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13328
13329 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13330 (vc-backend-revert): Function moved into `vc-revert';
13331 `vc-next-action' must be updated to accomodate this change.
13332 (vc-backend-steal): Function moved into `vc-finish-steal'.
13333 (vc-backend-logentry-check): Function moved into
13334 `vc-finish-logentry'.
13335 (vc-backend-printlog): Function moved into `vc-print-log'.
13336 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13337 (vc-backend-assign-name): Function moved into
13338 `vc-create-snapshot'.
13339
13340 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13341
13342 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13343 Rename to vc-checkout-model. Return appropriate values.
13344 Update callers.
13345
13346 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13347 to vc-checkout-model.
13348 (vc-checkout-required): Rename to vc-checkout-model.
13349 Re-implement and re-comment.
13350 (vc-after-save): Use vc-checkout-model.
13351
13352 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13353
13354 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13355 Update to use the vc-BACKEND-diff functions instead.
13356 `vc-diff' is now working.
13357
13358 * vc-rcs.el (vc-rcs-logentry-check): New function.
13359
13360 * vc-cvs.el (vc-cvs-logentry-check): New function.
13361
13362 * vc-sccs.el (vc-sccs-diff): Function changed name from
13363 `vc-backend-diff'. This makes `vc-diff' work.
13364
13365 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13366 of functions possibly implemented in a vc-BACKEND library.
13367 (vc-checkout-required): Fix bug that caused an error to be
13368 signaled during `vc-after-save'.
13369
13370 * vc.el: Fix typo.
13371 This checkin is made with our new VC code base for the very first time.
13372 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13373
13374 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13375 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13376
13377 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13378 updated to `vc-uses-locking'.
13379 (vc-checkout-required): Call to backend function.
13380 `vc-checkout-required' updated to `vc-uses-locking' instead.
13381
13382 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13383 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13384
13385 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13386 to match the split into various backends.
13387 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13388 (vc-retrieve-snapshot): Bug fix.
13389
13390 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13391
13392 * vc-sccs.el (vc-sccs-release): Doc fix.
13393
13394 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13395
13396 * vc.el (vc-next-action-on-file): Bug found and fixed.
13397 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13398 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13399
13400 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13401 (vc-rcs-checkout): Name space cleaned up. No more revision number
13402 crunching function names that are not prefixed with vc-rcs.
13403 (vc-rcs-checkout-model): Function added. References to
13404 `vc-checkout-model' replaced.
13405
13406 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13407
13408 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13409 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13410 still need to be split, and implemented for RCS).
13411
13412 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13413
13414 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13415
13416 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13417 required by the vc.el file.
13418
13419 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13420 required by the vc.el file.
13421 (vc-rcs-exists): Function added.
13422
13423 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13424 required by the vc.el file.
13425
13426 * vc.el (vc-admin): Updated to handle selection of appropriate
13427 backend. Current implementation is crufty and need re-thinking.
13428
13429 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13430
13431 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13432
13433 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13434 beginning of annotate buffers correctly.
13435
13436 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13437 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13438 functionality updated quite a lot to support multiple backends.
13439 Variables `vc-annotate-mode', `vc-annotate-buffers',
13440 `vc-annotate-backend' added.
13441
13442 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13443 `vc-annotate-difference' added to supported backend functions.
13444
13445 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13446
13447 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13448 Use with-temp-file instead of /bin/sh. Merged from mainline
13449
13450 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13451
13452 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13453
13454 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13455
13456 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13457
13458 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13459
13460 * vc-hooks.el: vc-state-heuristic added to
13461 vc-backend-hook-functions.
13462
13463 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13464
13465 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13466
13467 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13468 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13469 state to `reserved'.
13470
13471 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13472 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13473
13474 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13475
13476 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13477 untouched.
13478
13479 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13480
13481 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13482 if defined. (Merged from main line, slightly adapted.)
13483
13484 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13485 millenium problem (merged from mainline).
13486
13487 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13488
13489 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13490 part and moved the non-BACKEND stuff to vc.el.
13491
13492 * vc.el: Split the annotate feature into a BACKEND specific part
13493 and moved it from the vc-cvs.el file to this one.
13494
13495 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13496
13497 * vc-hooks.el: Implement new state model.
13498 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13499 (vc-locking-user): Simplify. Now only needed if the file is
13500 locked by somebody else.
13501 (vc-lock-from-permissions): Remove. Functionality is in
13502 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13503 (vc-mode-line-string): New name for former vc-status. Adapted.
13504 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13505
13506 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13507 Various simplifications and adaptations all over the place.
13508
13509 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13510 Simplify and adapt the rest.
13511
13512 * vc.el (vc-resynch-window): Add TODO comment: check for
13513 interaction with view mode according to recent RCS change.
13514 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13515
13516 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13517
13518 * vc.el: Convert the remaining function comments to docstrings.
13519
13520 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13521
13522 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13523 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13524 (vc-minor-part, vc-previous-version): Functions that operate and
13525 compare revision numbers got proper documentation. Comments added
13526 about their possible removal.
13527
13528 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13529
13530 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13531 the vc-backend.el files.
13532
13533 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13534
13535 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13536 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13537 (vc-rcs-previous-version): Functions added.
13538
13539 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13540
13541 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13542
13543 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13544
13545 * vc-hooks.el (vc-master-templates): Is really obsolete.
13546 Comment out the definition for now. What is the right procedure
13547 to get rid of it?
13548 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13549 rewritten.
13550 (vc-default-registered): Remove.
13551 (vc-check-master-templates): New function; does mostly what the
13552 above did before.
13553 (vc-locking-user): Don't rely on the backend to set the property.
13554
13555 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13556 Rewrite documentation.
13557 (vc-rcs-templates-grabbed): New variable.
13558 (vc-rcs-grab-templates): New function.
13559 (vc-rcs-registered): Rewrite to use above mechanism.
13560
13561 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13562 Rewrite documentation.
13563 (vc-sccs-templates-grabbed): New variable.
13564 (vc-sccs-grab-templates): New function.
13565 (vc-sccs-registered): Rewrite to use above mechanism.
13566 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13567 Don't throw the result, simply return it.
13568
13569 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13570 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13571 (vc-cvs-registered): Does the check itself now. Simplify.
13572
13573 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13574 from main line.
13575
13576 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13577
13578 * vc-cvs.el (vc-cvs-diff): New function.
13579
13580 * vc-sccs.el (vc-sccs-diff): New function.
13581
13582 * vc-rcs.el (vc-rcs-diff): New function.
13583 (vc-rcs-checkout): Bug (typo) found and fixed.
13584 (vc-rcs-register-switches): New variable.
13585
13586 * vc.el (vc-backend-diff): Function removed and placed in the
13587 backend files.
13588
13589 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13590
13591 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13592
13593 * vc.el (vc-backend-checkout): Function removed and replaced in
13594 the vc-backend.el files.
13595
13596 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13597
13598 * vc.el (vc-backend-admin): Removed and replaced in the
13599 vc-backend.el files.
13600
13601 * vc.el (Martin): Removed all the annotate functionality since it
13602 is CVS backend specific.
13603
13604 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13605
13606 * spec.txt: Added specification of vc-state.
13607
13608 * vc-sccs-hooks.el (vc-sccs-master-properties):
13609 Remove handling of vc-latest-version and
13610 vc-your-latest-version. What used to be vc-latest-version, is now
13611 returned as vc-workfile-version.
13612 (vc-sccs-workfile-version): Adapt.
13613
13614 2000-09-04 Dave Love <fx@gnu.org>
13615
13616 * vc.el: [Merged from mainline.]
13617 (vc-dired-mode): Make the dired-move-to-filename-regexp
13618 regexp match the date, to avoid treating date as file size.
13619 Add YYYY S option to WESTERN/
13620
13621 2000-09-04 Dave Love <fx@gnu.org>
13622
13623 * vc.el: Require `compile' when compiling.
13624 (vc-logentry-check-hook): New option.
13625 (vc-steal-lock): Use compose-mail.
13626 (vc-dired-mode-map): Defvar when compiling.
13627 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13628 vc-sccs.el and renamed. Callers changed.
13629 (vc-backend-checkout, vc-backend-logentry-check)
13630 (vc-backend-merge-news): Doc fix.
13631 (vc-default-logentry-check): New function.
13632 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13633 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13634 (vc-backend-merge): Doc fix. Use backend functions.
13635 (vc-check-headers): Use backend functions.
13636
13637 * vc-cvs.el: Require vc when compiling.
13638 (vc-cvs-register-switches): Doc fix.
13639 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13640 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13641 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13642 New functions (code from vc.el).
13643 (vc-annotate-display-default): Fix interactive spec.
13644 (vc-annotate-time-span): Doc fix.
13645
13646 * vc-rcs.el: Require vc when compiling.
13647 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13648 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13649 (vc-rcs-checkin): New functions (code from vc.el).
13650 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13651 Doc fix.
13652 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13653
13654 * vc-sccs.el: Require vc when compiling.
13655 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13656 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13657 (vc-sccs-revert)
13658 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13659 from vc.el).
13660 (vc-sccs-add-triple, vc-sccs-record-rename)
13661 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13662 (vc-sccs-admin): Doc fix.
13663
13664 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13665
13666 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13667 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13668 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13669 from vc.el.
13670
13671 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13672
13673 * vc-cvs.el: Moved the annotate functionality from vc.el.
13674 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13675
13676 2000-09-04 Dave Love <fx@gnu.org>
13677
13678 * vc.el (vc-backend-release): Call vc-system-release.
13679
13680 * vc-sccs.el (vc-sccs-system-release):
13681 Renamed from vc-sccs-backend-release.
13682
13683 * vc-rcs.el (vc-rcs-system-release):
13684 Renamed from vc-rcs-backend-release.
13685
13686 * vc-cvs.el (vc-cvs-system-release):
13687 Renamed from vc-cvs-backend-release.
13688
13689 2000-09-04 Dave Love <fx@gnu.org>
13690
13691 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13692 backend files.
13693 (vc-backend-release): Dispatch to backend functions.
13694 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13695 probably needs attention.]
13696
13697 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13698 (vc-sccs-backend-release): New function.
13699
13700 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13701 (vc-cvs-backend-release): New function.
13702
13703 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13704 Doc fix.
13705 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13706 (vc-default-dired-state-info): New function.
13707 (vc-dired-state-info): Dispatch to backends.
13708 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13709
13710 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13711 from vc.el and renamed.
13712
13713 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13714
13715 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13716 (vc-version-other-window, vc-backend-assign-name): Removed
13717 references to vc-latest-version; sometimes changed into
13718 vc-workfile-version.
13719
13720 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13721 vc-rcs-master-workfile-version.
13722 (vc-rcs-workfile-version): Use the above. Don't call
13723 vc-latest-version (that was unreachable code, anyway).
13724 (vc-rcs-fetch-master-properties): Doc fix.
13725
13726 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13727 (vc-backend-hook-functions): Removed them from this list, too.
13728 (vc-fetch-properties): Removed.
13729 (vc-workfile-version): Doc fix.
13730
13731 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13732 (vc-rcs-workfile-version, vc-rcs-locking-user)
13733 (vc-rcs-uses-locking): Use it.
13734
13735 * vc-hooks.el (vc-consult-rcs-headers):
13736 Moved into vc-rcs-hooks.el, under the name
13737 vc-rcs-consult-headers.
13738
13739 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13740 headers.
13741 (vc-cvs-find-master): Use this name only; correct different
13742 versions of the name.
13743
13744 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13745 New functions.
13746 (vc-sccs-locking-user): Use the latter.
13747
13748 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13749 New functions.
13750
13751 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13752 Moved into both
13753 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13754 functions are implementation details of those two backends.
13755
13756 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13757
13758 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13759 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13760
13761 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13762 (vc-sccs-parse-locks): SCCS-specific code moved here from
13763 vc-hooks.
13764
13765 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13766 code moved here from vc-hooks.
13767
13768 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13769 into back-end specific parts and removed. Callers not updated
13770 yet; because I guess these callers will disappear into back-end
13771 specific files anyway.
13772
13773 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13774
13775 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13776 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13777 `vc-uses-locking'.
13778
13779 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13780 Store yes/no in the property, and return t/nil. Updated all
13781 callers.
13782
13783 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13784 vc-sccs-uses-locking. Don't set property.
13785 (vc-sccs-locking-user): Don't set property.
13786
13787 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13788 vc-cvs-uses-locking. Don't set property here; leave that to
13789 vc-hooks.
13790 (vc-cvs-locking-user): Reflect above change. Streamlined.
13791
13792 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13793 vc-rcs-uses-locking.
13794 (vc-rcs-locking-user): Reflect above change.
13795
13796 2000-09-04 Dave Love <fx@gnu.org>
13797
13798 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13799
13800 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13801
13802 * vc-hooks.el (vc-checkout-model): Punt to backends.
13803
13804 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13805
13806 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13807
13808 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13809 New functions.
13810
13811 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13812 New functions.
13813
13814 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13815 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13816
13817 * vc-hooks.el (vc-default-locking-user): New function.
13818 (vc-locking-user, vc-workfile-version): Punt to backends.
13819
13820 2000-09-04 Dave Love <fx@gnu.org>
13821
13822 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13823 (vc-master-workfile-version): Moved from vc-hooks.
13824
13825 * vc-rcs-hooks.el: Fix duplicate code in last change.
13826
13827 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13828 (vc-rcs-master-templates): Improve :type.
13829 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13830 vc-master-workfile-version): Moved from vc-hooks.
13831
13832 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13833 (vc-sccs-master-templates): Improve :type.
13834 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13835
13836 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13837
13838 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13839 (vc-cvs-master-templates): Improve :type. Use
13840 vc-cvs-find-cvs-master.
13841 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13842 from vc-hooks.
13843 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13844
13845 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13846 Moved to vc-cvs-hooks.
13847
13848 * vc-hooks.el: Add doc strings in various places. Simplify the
13849 minor mode setup.
13850 (vc-handled-backends): New user variable.
13851 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13852 simplification.
13853
13854 2000-09-04 Dave Love <fx@gnu.org>
13855
13856 * vc.el: Some doc fixes for autoloaded and interactive functions.
13857 Fix compilation warnings from ediff stuff.
13858 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13859
13860 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13861
13862 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13863
13864 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13865
13866 2000-09-04 Dave Love <fx@gnu.org>
13867
13868 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13869 New variable.
13870 (vc-make-backend-function, vc-loadup, vc-call-backend)
13871 (vc-backend-defines): New functions.
13872
13873 * vc-hooks.el: Various doc fixes.
13874 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13875 (vc-match-substring): Function removed. Callers changed to use
13876 match-string.
13877 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13878 Simplify.
13879
13880 2000-09-04 Dave Love <fx@gnu.org>
13881
13882 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13883 type.
13884 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13885 (vc-sccs-registered): Doc fix.
13886
13887 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13888 (vc-cvs-registered): Doc fix.
13889
13890 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13891 (vc-rcs-registered): Doc fix.
13892
13893 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13894
13895 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13896
13897 * vc-hooks.el: vc-registered has been renamed
13898 vc-default-registered. Some functions have been moved to the
13899 backend specific files. they all support the
13900 vc-BACKEND-registered functions.
13901
13902 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13903
13904 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13905
13906 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13907
13908 2000-09-04 Dave Love <fx@gnu.org>
13909
13910 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13911 menu-bar-update-hook.
13912
13913 * help.el (help-manyarg-func-alist): Add
13914 find-operation-coding-system.
13915
13916 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13917
13918 * custom.el (custom-set-variables): Print message about errors in
13919 setting.
13920
13921 2000-09-03 Andrew Innes <andrewi@gnu.org>
13922
13923 * makefile.w32-in: Change to DOS line endings.
13924
13925 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13926
13927 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13928 minor-mode keymaps, if they don't have one.
13929
13930 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13931
13932 * eshell/esh-module.el (eval-when-compile): Don't lose if
13933 esh-module.el's file name is truncated to DOS 8+3 limits.
13934
13935 2000-09-01 John Wiegley <johnw@gnu.org>
13936
13937 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13938 predicate, which caused entries in the completion list to be
13939 doubled.
13940
13941 2000-08-30 John Wiegley <johnw@gnu.org>
13942
13943 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13944 sending to subprocesses. Also, hook pre-command-hook if
13945 `eshell-send-direct-to-subprocesses' is non-nil.
13946 (eshell-send-direct-to-subprocesses): New config variable. If t,
13947 subprocess input is send immediately.
13948 (eshell-toggle-direct-send): New function.
13949 (eshell-self-insert-command): New function.
13950 (eshell-intercept-commands): New function.
13951 (eshell-send-input): If direct subprocess sending is enabled,
13952 don't echo any input to the Eshell buffer. Let the subprocess
13953 handle that. This requires "stty echo" in bash, for example.
13954
13955 2000-08-28 John Wiegley <johnw@gnu.org>
13956
13957 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13958 completion function for Eshell's implementation of `unset'.
13959
13960 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13961
13962 * info.el (Info-directory-list): Doc fix.
13963
13964 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13965
13966 * filecache.el (file-cache-add-directory-using-find): Don't quote
13967 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13968
13969 2000-08-31 Kenichi Handa <handa@etl.go.jp>
13970
13971 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13972 coding systems.
13973
13974 2000-08-30 Andrew Innes <andrewi@gnu.org>
13975
13976 * timer.el (run-with-idle-timer): Undo last change, so that timer
13977 is not activated immediately if Emacs is already idle. Some
13978 existing code relies on this behaviour.
13979
13980 2000-08-30 Miles Bader <miles@gnu.org>
13981
13982 * frame.el (set-frame-font): Do completion of font-name for
13983 interactive use.
13984
13985 2000-08-30 Kenichi Handa <handa@etl.go.jp>
13986
13987 * international/quail.el (quail-start-translation): Bind locally
13988 last-command-event, last-command, and this-command.
13989 (quail-start-conversion): Likewise.
13990 (quail-self-insert-command): Fix docstring.
13991
13992 2000-08-29 Gerd Moellmann <gerd@gnu.org>
13993
13994 * progmodes/executable.el
13995 (executable-make-buffer-file-executable-if-script-p): Check that
13996 buffer contains at least 2 characters.
13997
13998 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13999
14000 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
14001
14002 2000-08-29 Dave Love <fx@gnu.org>
14003
14004 * diff-mode.el (diff-mode) <defgroup>: Add :version.
14005 (diff-mode-shared-map): Bind mouse-2.
14006 (diff-imenu-generic-expression): New variable.
14007 (diff-mode): Use it.
14008
14009 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
14010 (mouse-popup-menubar): Add minor mode menus.
14011 (popup-menu): Check for lookup-key returning number.
14012
14013 2000-08-29 Miles Bader <miles@gnu.org>
14014
14015 * comint.el (comint-send-input): Create overlays using the proper
14016 front/read-advance arguments.
14017
14018 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14019
14020 * ps-print.el: Even/odd pages printing. Doc fix.
14021 (ps-print-version): New version number (6.0).
14022 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
14023 (ps-background, ps-begin-file, ps-begin-job): Code fix.
14024 (ps-print-duplex-feature): Variable eliminated.
14025 (ps-even-or-odd-pages): New variable.
14026
14027 * progmodes/ebnf2ps.el: Doc fix.
14028 (ebnf-version): New version (3.3).
14029 (ebnf-user-arrow): Change variable customization to sexp.
14030 (ebnf-user-arrow): Function eliminated.
14031 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
14032
14033 2000-08-29 Kenichi Handa <handa@etl.go.jp>
14034
14035 * help.el (help-xref-mule-regexp): New variable.
14036 (help-make-xrefs): Handle help-xref-mule-regexp.
14037
14038 * international/mule-cmds.el (help-xref-mule-regexp-template): New
14039 variable.
14040 (describe-input-method): Temporarily activate the specfied input
14041 method to display the information.
14042 (describe-language-environment): Hyperlinks to mule related items.
14043
14044 * international/mule-diag.el (charset-multibyte-form-string): New
14045 function.
14046 (list-character-sets-1): Use charset-multibyte-form-string.
14047 (describe-character-set): New function.
14048 (describe-coding-system): Hyperlinks to safe character sets.
14049
14050 * international/quail.el (quail-help): New arg PACKAGE.
14051 Hyperlinks to mule related items.
14052 (quail-help-insert-keymap-description): Use
14053 substitute-command-keys instead of describe-bindings.
14054 (quail-translation-help): Hyperlinks to mule related items.
14055
14056 2000-08-28 John Wiegley <johnw@gnu.org>
14057
14058 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
14059 have a defsubst call itself. Made `eshell-flatten-list' back into
14060 a function again.
14061
14062 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
14063 catch, in case re-centering point at bottom messes up the display.
14064 This happens frequently in Emacs 21, due I believe to variable
14065 line heights.
14066
14067 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
14068 to call `find-tag-interactive'.
14069
14070 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
14071 the list of remember directories.
14072
14073 2000-08-28 John Wiegley <johnw@gnu.org>
14074
14075 * align.el: Test align-region-separate to see if it's a symbol.
14076
14077 2000-08-28 John Wiegley <johnw@gnu.org>
14078
14079 * eshell/esh-util.el (eshell-flatten-list): Made this function
14080 into a defsubst form. It gets used very frequently, although
14081 calls don't occur all that often.
14082
14083 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
14084 examining it.
14085
14086 * eshell/esh-cmd.el (eshell-rewrite-while-command):
14087 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
14088 `eshell-protect'.
14089 (eshell-copy-handles): Created a new macro for duplicating the
14090 current set of open handles. This is needed by the looping
14091 functions.
14092 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
14093 is not incorrectly stomped on.
14094
14095 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
14096 declaration for pcomplete-use-paring.
14097 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14098 value of eshell-cmpl-use-paring.
14099 * pcomplete.el (pcomplete-use-paring): New config variable, to
14100 indicate whether paring should be used.
14101 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14102 completion alternatives that have already been used.
14103
14104 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14105 bound to C-c C-y, which will repeat the previous N arguments
14106 (based on prefix argument).
14107 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14108
14109 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14110 if there is no *Help* buffer. This is for XEmacs, which renames
14111 its help buffers uniquely. TODO: Find out what the current buffer
14112 name to delete is.
14113
14114 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14115 first entry that correlates to a passwd/group number. Later
14116 entries (used for group/user name aliasing to multiple IDs) are
14117 ignored.
14118
14119 * eshell/em-xtra.el (eshell/expr):
14120 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14121 (eshell-grep, eshell/diff, eshell/locate):
14122 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14123 argument list, before passing it to the system command.
14124
14125 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14126 `find-tag' for use at final position in Eshell buffers (which
14127 otherwise triggers an error on Emacs 21).
14128 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14129 buffer, if it is currently bound to `find-tag'.
14130
14131 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14132 in the list of matched Makefile names.
14133 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14134 directory, prefer its contents to Makefile.
14135
14136 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14137 directory parts (like "cd old new", or "cd =regexp"), are now case
14138 sensitive on non-Windows/DOS platforms.
14139
14140 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14141 types RET after an open delimiter (like "), display a message
14142 indicating that Eshell is waiting for the closing delimiter.
14143
14144 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14145 environment variables.
14146
14147 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14148 gracefully if the user enters incorrect arguments.
14149
14150 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14151 Eshell buffers.
14152
14153 * eshell/esh-var.el (eshell-interpolate-variable):
14154 * eshell/esh-mode.el (eshell-move-argument):
14155 * eshell/em-unix.el (eshell-du-sum-directory):
14156 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14157 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14158 (not (= ...)).
14159
14160 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14161 to ensure the `preserve' flag gets propagated when doing recursive
14162 directory copies.
14163
14164 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14165
14166 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14167 Don't convert \n into \0177 in memory.
14168 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14169 and back again, when reading and writing.
14170
14171 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14172
14173 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14174 testing of `fboundp' on `processp'.
14175
14176 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14177 (eshell/jobs): Don't call process-list if it is not bound.
14178 (eshell-gather-process-output): Support systems where async
14179 subprocesses aren't supported.
14180 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14181 variables.
14182
14183 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14184 eshell-do-eval returns t.
14185 (eshell-do-pipelines-synchronously): New defmacro.
14186 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14187 when async subprocesses aren't supported.
14188 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14189 if async subprocesses aren't supported.
14190 (eshell-resume-command): Don't assume STATUS is a string.
14191
14192 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14193
14194 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14195 (eshell-close-target, eshell-get-target): Use eshell-processp.
14196 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14197 fix.
14198 (eshell-get-target, eshell-create-handles): Doc fix.
14199
14200 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14201
14202 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14203 criterion to include commands that output something, as long as it
14204 leaves both the command and the end-of-buffer visible when the
14205 command has exited.
14206 (eshell-review-quick-commands): Adjust the help doc string
14207 accordingly.
14208
14209 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14210
14211 * locate.el (locate): Cleaned up locate command's interactive prompting
14212 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14213
14214 * filecache.el (file-cache-case-fold-search): New variable
14215 (file-cache-assoc-function): New variable
14216 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14217 Use file-cache-case-fold-search variable
14218 (file-cache-add-file): Use file-cache-assoc-function
14219 (file-cache-delete-file): likewise
14220 (file-cache-directory-name): likewise
14221 (file-cache-debug-read-from-minibuffer): likewise
14222
14223 2000-08-28 Gerd Moellmann <gerd@gnu.org>
14224
14225 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14226 (abbrev-table-name): New function.
14227 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14228 If non-nil list local abbrev, only.
14229
14230 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14231
14232 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14233 from Gnus support code, and use special article copy buffer
14234 `(gnus-original-article-buffer)' instead. This allows to get rid
14235 of article-hide-headers usage (which breaks in the latest Gnus
14236 version). Thanks to Detlev Zundel.
14237
14238 2000-08-28 Kenichi Handa <handa@etl.go.jp>
14239
14240 * international/quail.el (quail-use-package): Hide "... loaded"
14241 message.
14242 (quail-start-translation, quail-start-conversion): Likewise.
14243
14244 * international/kkc.el (kkc-region): Hide "... loaded" message.
14245
14246 2000-08-27 Dave Love <fx@gnu.org>
14247
14248 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14249
14250 2000-08-27 Miles Bader <miles@gnu.org>
14251
14252 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14253
14254 2000-08-27 Kenichi Handa <handa@etl.go.jp>
14255
14256 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14257 'ja-dic-cnv), not (require 'skkdic-cnv).
14258
14259 2000-08-26 Miles Bader <miles@gnu.org>
14260
14261 * faces.el (face-x-resources): Add entry for :inherit.
14262 * cus-face.el (custom-face-attributes): Add support for :inherit
14263 attribute. Add support for relative face heights.
14264 (custom-face-attributes-get): Treat `nil' as being a default value
14265 for :inherit (as well as `unspecified').
14266
14267 * faces.el (set-face-attribute): Update doc string.
14268 (face-attribute-name-alist): Add :inherit.
14269 (face-valid-attribute-values): Handle :inherit.
14270 (face-read-string): Rephrase prompt to be less confusing.
14271 Assume that DEFAULT is a string, since we must return a string.
14272 (face-read-integer): Use `format' to turn DEFAULT into an
14273 acceptable default for face-read-string. Match NEW-VALUE against
14274 the string "unspecified", not the symbol `unspecified', since
14275 that's what face-read-string returns.
14276 (read-face-attribute): Lookup a name for old-value in valid, and
14277 use it as a default if we find one. Treat all values from
14278 face-read-string as strings. If the default is used, don't do any
14279 more processing on the value, just use the old value directly.
14280 (read-face-and-attribute, modify-face): Tweak prompt.
14281 (read-face-name): Don't assume prompt ends with a space.
14282
14283 * faces.el (describe-face): Add support for :inherit attribute.
14284
14285 2000-08-25 Kenichi Handa <handa@etl.go.jp>
14286
14287 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14288 concat doesn't accept interger.
14289
14290 * international/kkc.el: Remove SKK from Keywords. Require
14291 ja-dic-utl instead of skkdic-utl.
14292
14293 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14294 Provide ja-dic-cnv instead of skkdic-cnv.
14295 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14296 (iso-2022-7bit-short): Add safe-charsets property.
14297 (skkdic-convert-postfix): Search Japanese chou-on character in
14298 addition to Hiragana character.
14299 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14300 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14301 (batch-skkdic-convert): Likewise.
14302
14303 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14304 Provide ja-dic-utl instead of skkdic-utl.
14305 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14306
14307 2000-08-24 Dave Love <fx@gnu.org>
14308
14309 * disp-table.el (standard-display-default): Make the test of `l'
14310 useful.
14311
14312 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14313 mod sample text.
14314
14315 * international/iso-ascii.el: Make pilcrow convenient string
14316 consistent with section.
14317 (iso-ascii-display): Set up multibyte characters as well as
14318 unibyte.
14319
14320 2000-08-24 Kenichi Handa <handa@etl.go.jp>
14321
14322 * international/mule-cmds.el (reset-language-environment): Set
14323 default-process-coding-system to '(undecided . iso-latin-1), which
14324 makes process I/O almost consistent with file I/O. Call this
14325 function when mule-cmds.el[c] is loaded.
14326
14327 2000-08-22 Andrew Innes <andrewi@gnu.org>
14328
14329 * makefile.w32-in: New file.
14330
14331 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14332
14333 * comint.el (comint-output-filter): Compare end of
14334 comint-last-output-overlay with the start of the newly inserted
14335 text, not the end, when deciding whether to extend it.
14336 Set saved-point's insertion type to advance after insertion.
14337
14338 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14339 since this is now done independently of font-lock mode.
14340
14341 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14342
14343 * server.el (server-kill-new-buffers): New user option.
14344 (server-existing-buffer): New buffer-local variable.
14345 (server-visit-files): When using an existing buffer, set
14346 server-existing-buffer to t.
14347 (server-buffer-done): If server-kill-new-buffers is t, kill the
14348 buffer, unless it was already present before visiting it with
14349 Emacs server.
14350
14351 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14352
14353 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14354 even if the display doesn't support colors: some displays will
14355 support bold/underline faces.
14356
14357 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14358
14359 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14360
14361 * startup.el (command-line): If user's init file had an error,
14362 add explanatory text to *Messages*.
14363
14364 2000-08-21 Kenichi Handa <handa@etl.go.jp>
14365
14366 * man.el (Man-getpage-in-background): Decode the process output by
14367 the system locale coding system.
14368
14369 2000-08-20 Dave Love <fx@gnu.org>
14370
14371 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14372 Don't test x-popup-menu.
14373 (function) <complete-function>: Complete only fbound symbols.
14374 <validate, value>: New.
14375 (variable) <complete-function>: Complete only bound symbols.
14376 (coding-system): Add :base-only, :complete-function, :validate,
14377 :value, :prompt-match.
14378 (widget-coding-system-prompt-value): Use read-coding-system and
14379 act on :base-only.
14380 (editable-field): Add :help-echo.
14381 (widget-push-button-gui, widget-push-button-cache)
14382 (widget-gui-action, widget-editable-list-gui): COmment out, along
14383 with uses.
14384 (widget-at): Make arg optional.
14385 (widget-echo-help): Adjust for current help-echo calling sequence.
14386 (widget-specify-field, widget-specify-button)
14387 (widget-specify-insert, widget-get-sibling, widget-image-find)
14388 (widget-convert, widget-insert, widget-leave-text)
14389 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14390 (widget-setup, widget-field-find, widget-before-change)
14391 (widget-after-change, widget-default-complete)
14392 (widget-default-create, widget-default-delete)
14393 (widget-push-button-value-create, editable-field)
14394 (widget-field-prompt-value, widget-field-validate)
14395 (widget-choice-value-create, widget-choice-action)
14396 (widget-choice-validate, widget-checklist-add-item)
14397 (widget-radio-add-item, widget-radio-chosen)
14398 (widget-radio-value-inline, widget-editable-list-value-create)
14399 (widget-editable-list-entry-create)
14400 (widget-documentation-link-add)
14401 (widget-documentation-string-value-create)
14402 (widget-regexp-validate, widget-file-complete)
14403 (widget-sexp-validate, widget-plist-convert-widget)
14404 (widget-plist-convert-widget, widget-alist-convert-widget)
14405 (widget-alist-convert-widget, widget-color-complete): Simplify,
14406 particularly to avoid bindings which aren't optimized out.
14407
14408 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14409 Doc fix.
14410 (down-list, backward-up-list, up-list, kill-sexp)
14411 (backward-kill-sexp, mark-sexp): Make arg optional.
14412 (lisp-complete-symbol): Add optional arg PREDICATE.
14413
14414 * cus-start.el: Add display-buffer-reuse-frames,
14415 file-coding-system-alist.
14416
14417 2000-08-20 Gerd Moellmann <gerd@gnu.org>
14418
14419 * startup.el (command-line): Clear realized faces after
14420 modifying TTY color mappings.
14421
14422 2000-08-20 Miles Bader <miles@gnu.org>
14423
14424 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14425 merely a subset of FACE's attributes.
14426
14427 2000-08-19 Miles Bader <miles@gnu.org>
14428
14429 * comint.el (comint-output-filter): Save the point with a marker,
14430 not just a buffer position.
14431
14432 * international/mule.el (set-buffer-process-coding-system): Make
14433 interactive prompt less confusing.
14434
14435 2000-08-19 Gerd Moellmann <gerd@gnu.org>
14436
14437 * hilit-chg.el: General cleanup of doc strings, comments and
14438 code formatting.
14439
14440 2000-08-19 Miles Bader <miles@gnu.org>
14441
14442 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14443 Compiler macro removed; beginning-of-line is no longer always
14444 equivalent to forward-line, in the presence of fields.
14445
14446 * comint.el (comint-output-filter): Remove ad-hoc saving of
14447 restriction, and just use save-restriction, now that it works
14448 correctly. Don't adjust comint-last-input-start to account for
14449 our insertion; it shouldn't have moved because we don't use
14450 insert-before-markers anymore. Comment out call to
14451 `force-mode-line-update'; why is it here?
14452
14453 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14454 while checking for prompt to delete. Use `forward-line 0'
14455 instead of beginning-of-line.
14456 (gud-filter): Temporarily widen gud comint buffer while
14457 examining output.
14458
14459 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14460
14461 * progmodes/sh-script.el: Big bag of typos.
14462
14463 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14464 check since ispell-process is not bound when ispell is not yet loaded.
14465
14466 2000-08-18 Dave Love <fx@gnu.org>
14467
14468 * image.el (find-image): Copy `spec' before using plist-put.
14469
14470 2000-08-18 Gerd Moellmann <gerd@gnu.org>
14471
14472 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14473 `portugues'.
14474
14475 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14476 backward-kill-sexp, analogous to kill-sexp.
14477
14478 * progmodes/icon.el (icon-indent-line)
14479 (icon-is-continuation-line): Handle comments specially.
14480
14481 2000-08-17 Ken Stevens <k.stevens@ieee.org>
14482
14483 * ispell.el: Set to standard author/maintainer/keyword fields.
14484 Fine tuning to menu map appearance and operation, and added help.
14485 Remove `start' and `end' error messages when compiling.
14486 (ispell-choices-win-default-height): Fixed comment string.
14487 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14488 castellano8 dictionaries.
14489 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14490 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14491 dictionary, added italiano dictionary.
14492 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14493 word character
14494 (ispell-tex-skip-alists): Added psfig support.
14495 (ispell-skip-html): Renamed from ispell-skip-sgml.
14496 (ispell-begin-skip-region-regexp, ispell-skip-region)
14497 (ispell-minor-check): Improved html skipping support to skip across
14498 code, and recognize `&' commands without propper `;' syntax;
14499 (ispell-process-line): Fix alignment error when manually
14500 correcting spelling.
14501 (ispell): Fix comment string.
14502 (ispell-add-per-file-word-list): Always put word list on new line.
14503
14504 2000-08-17 Gerd Moellmann <gerd@gnu.org>
14505
14506 * format.el (format-encode-run-method): Fix error message to say
14507 `encode' instead of `decode'. Use save-window-excursion around
14508 shell-command-on-region as in format-decode-run-method because
14509 shell-command-on-region can display a buffer with error output.
14510 (format-decode): Don't record undo information for the decoding.
14511 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14512 that number part of the temporary buffer name so that more than
14513 one decoding using a temporary buffer can happen safely.
14514
14515 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14516 of `A-z' in the regexp.
14517
14518 * hilit-chg.el: Fix typos in commentary.
14519
14520 * help.el (view-emacs-news): Rewritten for new naming scheme
14521 for old NEWS files.
14522
14523 * startup.el (command-line): Pop to *Messages* in case an error
14524 is signaled while loading user-init-file.
14525
14526 2000-08-17 Andreas Schwab <schwab@suse.de>
14527
14528 * files.el (insert-directory): Don't lose original file name,
14529 undoing an undocumented change.
14530
14531 2000-08-17 Alex Schroeder <alex@gnu.org>
14532
14533 * sql.el (sql-magic-go): Use comint-bol.
14534 (sql-copy-column): Use comint-line-beginning-position.
14535 (comint-line-beginning-position): Define a replacement for
14536 comint-line-beginning-position if it is not fboundp.
14537
14538 2000-08-17 Alex Schroeder <alex@gnu.org>
14539
14540 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14541 it didn't have any effect anyway.
14542
14543 2000-08-17 Alex Schroeder <alex@gnu.org>
14544
14545 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14546 --pset and pager=off instead of sending \\o|cat at the beginning
14547 of the session.
14548
14549 2000-08-17 Miles Bader <miles@gnu.org>
14550
14551 * progmodes/octave-inf.el: Add compatibility definition of
14552 comint-line-beginning-position.
14553
14554 2000-08-17 Kenichi Handa <handa@etl.go.jp>
14555
14556 * startup.el (normal-top-level): Look in each dir in load-path for
14557 a leim-list.el file too. This assures of loading leim-list.el
14558 that is created at Emacs installation time even if a user have his
14559 own leim-list.el.
14560
14561 2000-08-17 Miles Bader <miles@gnu.org>
14562
14563 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14564 foreground color to black if the background is dark.
14565
14566 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14567
14568 * loadhist.el (unload-feature): Typo.
14569
14570 * finder.el (finder-compile-keywords):
14571 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14572 to the generated file.
14573
14574 * mail/mh-e.el (mh-make-local-vars):
14575 Replace make-variable-buffer-local with make-local-variable.
14576
14577 * play/landmark.el:
14578 * options.el (Edit-options-{set,toggle,t,nil}):
14579 * mail/mailabbrev.el (mail-abbrevs-mode):
14580 * textmodes/tex-mode.el (tex-expand-files):
14581 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14582
14583 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14584
14585 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14586 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14587 Allow going past the last element.
14588 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14589 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14590 (cvs-mouse-toggle-mark): Don't move point.
14591 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14592
14593 * progmodes/compile.el (grep): Provide a default set of files.
14594 (next-error): Docstring fix.
14595 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14596
14597 * emacs-lisp/easy-mmode.el (define-minor-mode):
14598 Use `symbol-value' to keep the byte-compiler quiet.
14599
14600 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14601 (diff-find-source-location): New fun, extracted from diff-goto-source.
14602 (diff-goto-source): Use it.
14603 (diff-next-complex-hunk, diff-filter-lines): New function.
14604 (diff-apply-hunk): New command.
14605
14606 * smerge-mode.el (smerge-mode-menu): Doc fix.
14607
14608 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14609
14610 2000-08-16 Dave Love <fx@gnu.org>
14611
14612 * windmove.el (windmove) <defgroup>: Add :version.
14613
14614 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14615 (goto-address-fontify-p, goto-address-highlight-p)
14616 (goto-address-url-face, goto-address-url-mouse-face)
14617 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14618 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14619 (goto-address-fontify, goto-address-at-mouse): Simplify,
14620 (goto-address-at-point): browse-url-url-at-point,
14621 goto-address-find-address-at-point can return nil.
14622 (goto-address-find-address-at-point): Return nil on failure.
14623
14624 * align.el (align) <defgroup>: Add :version.
14625
14626 * calculator.el (calculator): Add :version.
14627 (calculator): Use two lines for calculator window if `modeline'
14628 face is boxed.
14629
14630 * play/5x5.el: Doc fixes.
14631 (5x5) <defgroup>: Add :version.
14632
14633 * play/fortune.el (fortune) <defgroup>: Add :version.
14634 (fortune-append): Fix error message.
14635 (fortune-from-region): Doc fix.
14636
14637 * play/pong.el (pong): Doc fix.
14638
14639 * play/morse.el: Keywords, commentary, autoloads.
14640
14641 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14642
14643 * desktop.el (desktop-save): Don't look at symbol-value of a
14644 member of minor-mode-alist, unless it is boundp.
14645
14646 2000-08-16 Sam Steingold <sds@gnu.org>
14647
14648 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14649 `while'; use `with-current-buffer' instead of `save-excursion'.
14650 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14651
14652 2000-08-16 Kenichi Handa <handa@etl.go.jp>
14653
14654 * international/ccl.el (declare-ccl-program): Docstring modified.
14655 (ccl-execute-with-args): Likewise.
14656
14657 2000-08-16 Miles Bader <miles@gnu.org>
14658
14659 * progmodes/sql.el: Add compatibility definition of
14660 comint-line-beginning-position.
14661
14662 2000-08-15 Gerd Moellmann <gerd@gnu.org>
14663
14664 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14665 'buffer-menu' property.
14666 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14667 fails.
14668 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14669 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14670 wasn't killed.
14671
14672 * buff-menu.el (list-buffers-noselect): Don't display the
14673 *Buffer List* buffer.
14674
14675 * font-lock.el: Require jit-lock to prevent a very late
14676 `Loading jit-lock' message.
14677
14678 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14679 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14680 mail address.
14681
14682 2000-08-15 Miles Bader <miles@gnu.org>
14683
14684 * textmodes/ispell.el (ispell-graphic-p): New constant.
14685 (ispell-choices-win-default-height, ispell-help): Use
14686 `ispell-graphic-p' instead of `xemacsp'.
14687
14688 2000-08-15 Dave Love <fx@gnu.org>
14689
14690 * simple.el: Autoload widget-convert when compiling.
14691 (mail-user-agent): Doc fix.
14692
14693 * help.el (function-called-at-point, variable-at-point): Use
14694 with-syntax-table.
14695 (help-manyarg-func-alist): Add insert-and-inherit.
14696
14697 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14698
14699 * delsel.el (delsel-unload-hook): New function.
14700
14701 * find-file.el: Doc fixes. Move provide to end.
14702 (ff) <defgroup>: Add :link.
14703 (ff-goto-click): Deleted.
14704 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14705 Use mouse-set-point.
14706
14707 * textmodes/tildify.el: Doc fixes.
14708 (tildify) <defgroup>: Add:version.
14709
14710 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14711 (glasses-custom-set): Use set-default, not set.
14712 (minor-mode-alist): Propertize the lighter.
14713 (glasses-mode): Provide optional arg.
14714
14715 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14716 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14717 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14718 option. Provide :type.
14719 (cwarn-configuration): Provide :type.
14720 (cwarn-mode): Doc fix.
14721
14722 * add-log.el (change-log-merge): Doc fix.
14723 (change-log-redate): New command.
14724
14725 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14726 Doze and Dog.
14727 (browse-url): Use dolist, not mapcar.
14728 (browse-url-at-point): Check for null url.
14729 (browse-url-event-buffer, browse-url-event-point): Functions
14730 deleted.
14731 (browse-url-at-mouse, browse-url-netscape): Simplify.
14732
14733 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14734 modes.
14735 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14736 Fix previous change to mapcan.
14737 (msb--init-file-alist, msb--add-separators)
14738 (msb--make-keymap-menu): Simplify.
14739 (msb--choose-file-menu): Use copy-sequence.
14740 (msb-mode-map): Add title to keymap.
14741 (msb-unload-hook): New function.
14742
14743 * bs.el: Fix indentation.
14744 (bs) <defgroup>: Add :links.
14745 (bs-show): Doc fix.
14746 (bs-apply-sort-faces): Don't use window-system.
14747 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14748
14749 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14750
14751 * calendar/timeclock.el (timeclock-file): Run .timelog through
14752 convert-standard-filename.
14753
14754 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14755
14756 * emacs-lisp/authors.el: New file.
14757
14758 * paren.el (show-paren-priority): New user option.
14759 (show-paren-function): Set overlay priorities to
14760 show-paren-priority.
14761
14762 2000-08-14 Miles Bader <miles@gnu.org>
14763
14764 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14765 beginning-of-line with inhibit-field-text-motion bound.
14766
14767 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14768
14769 * calendar/timeclock.el: New file.
14770
14771 2000-08-14 David Ponce <david@dponce.com>
14772
14773 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14774 `widget-button-click'. so that one can use left mouse button to
14775 click on dialog buttons.
14776
14777 2000-08-14 Emmanuel Briot <briot@gnat.com>
14778
14779 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14780 identifiers, since XML is case sensitive
14781
14782 2000-08-12 Miles Bader <miles@gnu.org>
14783
14784 * comint.el (comint-output-filter): Don't bother frobbing
14785 window-start, it doesn't seem to be necessary.
14786
14787 * comint.el (comint-send-string, comint-send-region): Make into
14788 real functions. Snapshot the prompt before sending.
14789
14790 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14791
14792 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14793 technique similar to Info-index, instead of relying on specific
14794 names of relevant Index nodes.
14795 (Info-goto-emacs-command-node): Bind Info-history to nil when
14796 going to the first node found by Info-find-emacs-command-nodes.
14797
14798 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14799
14800 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14801
14802 2000-08-10 Miles Bader <miles@gnu.org>
14803
14804 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14805
14806 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14807
14808 * info.el (Info-file-list-for-emacs): More elements for the
14809 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14810 and woman manuals.
14811
14812 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14813
14814 * comint.el (comint-send-input): Make the newline boundary overlay
14815 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14816 (comint-output-filter): Use `insert' instead of
14817 `insert-before-markers'. Extend comint-last-output-overlay when
14818 necessary since we can't rely on insert-before-markers to do it.
14819 * gud.el (gud-filter): Use `with-current-buffer' instead of
14820 save-excursion when inserting the output, so that point gets
14821 updated correctly; the old method relied on a rather dodgy
14822 side-effect of comint-output-filter to avoid the effect of
14823 save-excursion.
14824
14825 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14826
14827 * files.el (recover-file): Call insert-directory instead of
14828 invoking `ls' directly.
14829
14830 2000-08-10 Miles Bader <miles@gnu.org>
14831
14832 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14833 (comint-last-prompt-overlay): New variables.
14834 (comint-output-filter): Implement prompt highlighting.
14835 (comint-snapshot-last-prompt): New function.
14836 (comint-send-input): Snapshot the last prompt.
14837 Use comint-highlight-input-face.
14838 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14839 Use defface instead of defcustom.
14840 (send-invisible, comint-send-eof): Snapshot the last prompt.
14841 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14842 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14843
14844 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14845
14846 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14847 (regexp-opt-group): Use a list of chars for `letters'.
14848 (regexp-opt-charset): `chars' is now a list of chars.
14849 Use a char-table rather than a vector so it works for multibyte chars.
14850
14851 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14852 Set cvs-minor-current-files to the selected fileinfo.
14853 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14854 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14855
14856 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14857
14858 * files.el (insert-directory): Don't call access-file on
14859 directories on DOS and Windows.
14860
14861 2000-08-09 Kenichi Handa <handa@etl.go.jp>
14862
14863 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14864 longer if necessary.
14865 (ccl-embed-code): Call ccl-embed-data to store CODE in
14866 ccl-program-vector.
14867
14868 2000-08-09 Miles Bader <miles@gnu.org>
14869
14870 * comint.el (comint-output-filter): Properly handle the case where
14871 the text surrounded by comint-last-output-overlay was deleted.
14872
14873 2000-08-08 Gerd Moellmann <gerd@gnu.org>
14874
14875 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14876 non-nil.
14877 (Info-file-list-for-emacs): Remove "info" from the list because
14878 that leads to trying to use the documentation from file `info'
14879 in various situations where it isn't appropriate, for instance
14880 C-h C-k C-h i.
14881
14882 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14883 DIR and/or STRING are nil.
14884
14885 * progmodes/compile.el (compilation-setup): Make variable
14886 compilation-error-screen-columns buffer-local, as some comment
14887 in the code suggests it should be.
14888
14889 * files.el (auto-mode-interpreter-regexp): New variable.
14890 (set-auto-mode): Use it.
14891
14892 * indent.el (indent-for-tab-command): Doc fix.
14893
14894 * mouse-sel.el (mouse-sel-mode): Doc fix.
14895
14896 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14897 labels.
14898
14899 * help.el (print-help-return-message): When
14900 display-buffer-reuse-frames is set, let the help window been quit,
14901 instead of deleting it, which might delete a reused frame.
14902
14903 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14904
14905 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14906 rename a directory to a name that differs only by its letter case.
14907
14908 2000-08-08 Kenichi Handa <handa@etl.go.jp>
14909
14910 * international/quail.el (quail-define-rules): Handle Quail decode
14911 map correctly. Add code for supporting annotations.
14912 (quail-install-decode-map): New function.
14913 (quail-defrule-internal): New optional arguments decode-map and
14914 props.
14915 (quail-advice): New function.
14916
14917 2000-08-07 Sam Steingold <sds@gnu.org>
14918
14919 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14920 `defconst', `define-condition', `with-slots'.
14921 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14922
14923 2000-08-03 Miles Bader <miles@gnu.org>
14924
14925 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14926 New variable.
14927 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14928 comint-use-prompt-regexp-instead-of-fields.
14929 (comint-send-input): Add `input' field property to stuff we send to
14930 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14931 (comint-output-filter): Add `output' field property to process
14932 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14933 (comint-replace-by-expanded-history)
14934 (comint-get-old-input-default, comint-show-output)
14935 (comint-backward-matching-input, comint-forward-matching-input)
14936 (comint-next-prompt, comint-previous-prompt): Use field
14937 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14938 (comint-line-beginning-position): New function.
14939 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14940 (comint-replace-by-expanded-history-before-point): Use
14941 comint-line-beginning-position and line-end-position.
14942 (comint-last-output-overlay): New variable.
14943 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14944
14945 * shell.el (shell-prompt-pattern): Doc change.
14946 (shell-backward-command): Use line-beginning-position.
14947
14948 * gud.el (gud-gdb-complete-command): Use
14949 comint-line-beginning-position.
14950
14951 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14952 comint-bol doesn't actually go to the beginning of the line.
14953
14954 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14955 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14956 (try-expand-line-all-buffers): Likewise.
14957
14958 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14959 explicitly matching comint-prompt-regexp.
14960 (sql-copy-column): Use comint-line-beginning-position instead of
14961 explicitly matching comint-prompt-regexp.
14962
14963 * progmodes/octave-inf.el (inferior-octave-complete): Use
14964 comint-line-beginning-position.
14965
14966 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14967
14968 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14969 looking for a prompt, use `forward-line 0' instead of
14970 `beginning-of-line', to avoid getting caught by an input field.
14971
14972 2000-08-07 Gerd Moellmann <gerd@gnu.org>
14973
14974 * files.el (shell-quote-wildcard-pattern): Make sure to return
14975 PATTERN, in the Unix case.
14976
14977 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14978
14979 * play/zone.el (zone): Discard any pending input before running
14980 the randomly-chosen pgm.
14981
14982 2000-08-07 Kenichi Handa <handa@etl.go.jp>
14983
14984 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14985 checking the existence of any multibyte characters.
14986
14987 2000-08-06 Gerd Moellmann <gerd@gnu.org>
14988
14989 * help.el (describe-mode): Test minor-mode symbol for being
14990 bound before testing its value for being nil.
14991
14992 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14993 `first', `second', and `third'.
14994
14995 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14996 (second): Make it an alias for `cadr'.
14997
14998 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14999
15000 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
15001 types of display support faces now.
15002
15003 2000-08-05 Gerd Moellmann <gerd@gnu.org>
15004
15005 * pcvs.el (require): Require `cl' during compilation, only.
15006
15007 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
15008 (toplevel): Remove `remq' and `remove' from autoloads.
15009 (cl-fake-autoloads): New variable. If set, arrange for an error
15010 when CL functions etc. are autoloaded.
15011
15012 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
15013
15014 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
15015
15016 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
15017 popped up, but the user clicks outside the menu, return an empty
15018 regexp (that causes unhighlight-regexp to have no effect).
15019
15020 * menu-bar.el (menu-bar-games-menu): Add Zone.
15021
15022 * hi-lock.el (toplevel): Require font-lock.
15023
15024 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15025
15026 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
15027 (ebnf-8-bit-chars): New var for bug fix.
15028 (ebnf-string): Bug fix.
15029
15030 2000-08-03 Sam Steingold <sds@gnu.org>
15031
15032 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
15033 instead of `buffer-string'.
15034 (require 'cl): Always, not just when compiling.
15035 `ignore-errors' in `interactive', `list*', `defun*' &c make this
15036 necessary.
15037
15038 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
15039
15040 * international/mule-cmds.el (select-safe-coding-system): Make
15041 the message text about selecting a safe coding system more clear.
15042
15043 2000-08-02 Gerd Moellmann <gerd@gnu.org>
15044
15045 * hi-lock.el: New file.
15046
15047 * play/zone.el: New file.
15048
15049 * replace.el (occur): Set tab-width in the *Occur* buffer to the
15050 value of tab-width in the original buffer. Choose a line number
15051 format that's a multiple of the original buffer's tab width, so
15052 that lines appear right.
15053
15054 * textmodes/ispell.el (ispell): New function, replacing an alias.
15055 Spell-check active region if in transient-mark-mode and mark
15056 is active; otherwise spell-check buffer.
15057
15058 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15059
15060 * ps-mule.el: Fix a customization problem on
15061 ps-mule-font-info-database-default.
15062
15063 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
15064
15065 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
15066 display-mouse-p instead of window-system.
15067 (ebrowse-member-mode-map): Ditto.
15068
15069 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15070
15071 * progmodes/ebnf2ps.el: Update ps-print functions call.
15072 Indentation fix. Doc fix.
15073 (ebnf-version): New version number (3.2).
15074 (ebnf-format-color, ebnf-begin-job): Code fix.
15075
15076 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
15077
15078 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
15079 font lock support on window-system.
15080 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
15081
15082 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
15083 display-color-p, if fboundp, instead of window-system.
15084
15085 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
15086
15087 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
15088 instead of window-system.
15089
15090 * wid-edit.el (widget-choose): Use display-mouse-p instead of
15091 window-system.
15092 (widget-choice-mouse-down-action): Use display-popup-menus-p
15093 instead of window-system.
15094
15095 * strokes.el (strokes-file): Run the file name through
15096 convert-standard-filename.
15097 (strokes-mode): Call display-mouse-p instead of looking at
15098 window-system. Change the error message accordingly.
15099
15100 * progmodes/cpp.el (toplevel): Support faces on tty's.
15101
15102 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15103 (lm-plot-square, lm-init-display): Don't use window-system.
15104
15105 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15106 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15107
15108 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15109 instead of looking at window-system.
15110
15111 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15112
15113 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15114 of testing if iswitchb-prepost-hooks is bound, because the
15115 latter will always be true when invoking a recursive minibuffer
15116 from an active Iswitchb buffer.
15117
15118 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15119
15120 * files.el (shell-quote-wildcard-pattern): New function.
15121 (insert-directory): Call it. Only prepend "\" to command on Unix
15122 and GNU/Linux systems.
15123
15124 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15125
15126 * eshell/esh-groups.el: Change custom :link file names
15127 from `eshell.info' to `eshell'.
15128
15129 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15130
15131 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15132 correctly in recursive ange-ftp listings.
15133
15134 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15135
15136 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15137 ps-header-font-size-internal and
15138 ps-header-title-font-size-internal variables are not set,
15139 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15140 face text property is (foreground-color . COLOR) or
15141 `(background-color . COLOR)', ps-print crashes. Doc fix.
15142 (ps-print-version): New version number (5.2.4).
15143 (ps-plot-region): Code fix.
15144 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15145 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15146 Bug fix 2.
15147
15148 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
15149
15150 * glasses.el (glasses-make-readable): Fix uncapitalization of
15151 identifiers like `myXMLDocument'.
15152
15153 2000-07-28 Karl Fogel <kfogel@red-bean.com>
15154
15155 * mail/mail-hist.el (mail-hist-previous-input)
15156 (mail-hist-next-input): Do the obvious code factorization.
15157 (mail-hist-retrieve-and-insert): New func, contains common
15158 code of above two.
15159 If inserting a message body, leave point at top.
15160
15161 2000-07-28 Sam Steingold <sds@gnu.org>
15162
15163 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15164 Use `<=', not `<' to compare times!
15165 (ange-ftp-ls): Remove.
15166
15167 2000-07-27 Gerd Moellmann <gerd@gnu.org>
15168
15169 * play/cookie1.el: Add explanation of how to make cookie.el
15170 compatible with strfile(1) to comment.
15171
15172 * subr.el (remove, remq): New functions.
15173
15174 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15175 escape `*' in regexps.
15176 (midnight-find): Reverse order of arguments in the funcall of
15177 TEST.
15178
15179 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15180 and `.class'.
15181
15182 * play/meese.el: Add Commentary section.
15183
15184 2000-07-27 Alex Schroeder <alex@gnu.org>
15185
15186 * sql.el (sql-ms): Added autoload cookie.
15187 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15188 (sql-oracle): Ditto.
15189 (sql-help): Doc change.
15190
15191 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15192 types and exceptions.
15193
15194 2000-07-27 Alex Schroeder <alex@gnu.org>
15195
15196 * sql.el (sql-placeholder-history): New variable.
15197 (sql-query-placeholders-and-send): New function that will query
15198 the user and replace placeholders with user input.
15199 (sql-oracle): If running on NT, set comint-input-sender to
15200 sql-query-placeholders-and-send.
15201
15202 (sql-stop): If in the SQLi buffer, insert stop notification, else
15203 present it as a message.
15204
15205 2000-07-27 Alex Schroeder <alex@gnu.org>
15206
15207 * sql.el (sql-input-ring-separator): Doc change.
15208 (sql-input-ring-file-name): Doc change.
15209 (sql-interactive-mode): Use `sql-input-ring-separator' and
15210 `sql-input-ring-file-name' to set the comint-mode equivalents
15211 without making them local variables.
15212 (sql-stop): Don't bind `sql-input-ring-separator' and
15213 `sql-input-ring-file-name' dynamically to their comint-mode
15214 equivalents.
15215
15216 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15217
15218 * international/mule.el (register-char-codings): New function.
15219 (make-coding-system): Handle `safe-chars' specification in the arg
15220 PROPERTY.
15221
15222 * international/mule-cmds.el
15223 (find-coding-systems-region-subset-p): This function deleted.
15224 (sort-coding-systems-predicate): New variable.
15225 (sort-coding-systems): New function.
15226 (find-coding-systems-region): Use
15227 find-coding-systems-region-internal.
15228 (find-coding-systems-string): Use find-coding-systems-region.
15229 (find-coding-systems-for-charsets): Check
15230 char-coding-system-table.
15231 (select-safe-coding-system-accept-default-p): New variable.
15232 (select-safe-coding-system): Mostly rewritten. New argument
15233 ACCEPT-DEFAULT-P.
15234 (select-message-coding-system): Call select-safe-coding-system
15235 with ACCEPT-DEFAULT-P arg.
15236 (reset-language-environment): Reset default-sendmail-coding-system
15237 to the default value iso-latin-1.
15238 (set-language-environment): Don't set the obsolete variable
15239 charset-origin-alist.
15240
15241 * international/codepage.el (cp-coding-system-for-codepage-1):
15242 Give `safe-chars' property to make-coding-system.
15243
15244 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15245 calling select-message-coding-system twice.
15246
15247 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15248 instead of `safe-charsets'.
15249 (cyrillic-alternativnyj): Likewise.
15250 (ccl-encode-alternativnyj): Don't check the charset
15251 cyrillic-iso8859-5.
15252
15253 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15254
15255 * composite.el (compose-chars-after): Preserve match data.
15256
15257 2000-07-26 Sam Steingold <sds@gnu.org>
15258
15259 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15260 (ange-ftp-real-file-newer-than-file-p): New function.
15261 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15262 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15263
15264 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15265 * midnight.el (midnight-float-time): Ditto.
15266
15267 2000-07-26 Andreas Schwab <schwab@suse.de>
15268
15269 * files.el (normal-backup-enable-predicate): Correct
15270 interpretation of the return value of compare-strings.
15271
15272 2000-07-26 Gerd Moellmann <gerd@gnu.org>
15273
15274 * isearch.el (isearch-resume): New function.
15275 (isearch-done): Add something to command-history to resume
15276 the search.
15277 (isearch-yank-line, isearch-yank-word): Use
15278 buffer-substring-no-properties instead of buffer-substring.
15279
15280 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15281 of flyspell-mouse-map.
15282
15283 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15284 duplicate definition.
15285 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15286
15287 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15288 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15289
15290 2000-07-25 Sam Steingold <sds@gnu.org>
15291
15292 * net/ange-ftp.el: Get modtime over the net.
15293 (ange-ftp-file-modtime): New function.
15294 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15295 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15296 Use it.
15297 (ange-ftp-dot-to-slash): New function.
15298 (ange-ftp-fix-name-for-vms): Use it.
15299
15300 * midnight.el (midnight-buffer-display-time): Use
15301 `with-current-buffer'.
15302
15303 2000-07-25 Gerd Moellmann <gerd@gnu.org>
15304
15305 * find-dired.el: Update copyright notice.
15306 (find-dired): Offer to kill a running `find'.
15307
15308 * enriched.el (enriched-face-ans): For a `foreground-color'
15309 property, return '(("x-color" COLOR))' so that COLOR will be
15310 output as a parameter of the x-color annotation. Likewise for the
15311 `background-color' property. In the case of normal face
15312 properties, don't return annotations for unspecified foreground
15313 and background face attributes.
15314
15315 2000-07-25 Kenichi Handa <handa@etl.go.jp>
15316
15317 * language/japan-util.el (japanese-katakana-region): Fix handling
15318 HANKAKU argument.
15319
15320 2000-07-25 Miles Bader <miles@gnu.org>
15321
15322 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15323 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15324 constrain-to-field.
15325
15326 2000-07-24 Andrew Innes <andrewi@gnu.org>
15327
15328 * timer.el (timer-activate-when-idle): Add optional parameter
15329 DONT-WAIT. Update docstring.
15330 (run-with-idle-timer): Specify extra parameter to
15331 timer-activate-when-idle, so that timer will be activated
15332 immediately if Emacs is already idle.
15333
15334 * w32-fns.el (w32-using-nt): Fix docstring.
15335
15336 2000-07-24 Dave Love <fx@gnu.org>
15337
15338 * mouse.el (popup-menu): Set last-command-event.
15339 (mouse-major-mode-menu-prefix): Declare.
15340
15341 2000-07-24 Gerd Moellmann <gerd@gnu.org>
15342
15343 * textmodes/flyspell.el: Update to author's version 1.5d.
15344
15345 * progmodes/hideshow.el: Update copyright notice.
15346
15347 * vcursor.el: Set maintainer to FSF, since author cannot
15348 be reached.
15349
15350 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15351
15352 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15353 the prompt.
15354
15355 * mouse.el (popup-menu): Run the keymap through indirect-function,
15356 in case it was defined with define-prefix-key. If the menu is a
15357 list of keymaps, look up the binding of user's choice in each one
15358 of the keymaps.
15359 (mouse-popup-menubar): If the global and local menu-bar keymaps
15360 don't have a prompt string, create one and insert it into the
15361 keymap. Don't barf if current-local-map returns nil.
15362
15363 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15364
15365 * dired.el (dired-sort-R-check): Added to allow recursive listing
15366 to be undone.
15367 (dired-sort-other): Use it.
15368
15369 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15370
15371 * Release of cc-mode 5.27
15372
15373 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15374
15375 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15376 c-beginning-of-statement-1 that caused a bad case of recursion
15377 which could consume a lot of CPU in large classes in languages
15378 that have in-expression classes (i.e. Java and Pike).
15379
15380 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15381 statements before top level constructs (i.e. case 6 is moved
15382 before case 5 and is now case 4) to catch in-expression
15383 classes in top level expressions correctly.
15384
15385 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15386
15387 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15388 objc-method-intro. Case 4 removed and case 5I added.
15389
15390 * cc-langs.el (c-append-paragraph-start): New variable used by
15391 c-common-init to get paragraph-start correct.
15392 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15393 initialize paragraph-start to make it correct both with and
15394 without the javadoc special case.
15395
15396 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15397 initialize paragraph-start for javadoc markup.
15398
15399 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15400 change by defaulting this to t. It's motivated by the
15401 confusing behavior that otherwise arise from the style system
15402 when editing both java and non-java files at the same time
15403 (see the comments about style setting in c-common-init).
15404
15405 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15406
15407 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15408 similar to the one in c-fill-paragraph to check the fill
15409 prefix from the adaptive fill function for sanity.
15410
15411 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15412
15413 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15414 defun block.
15415
15416 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15417
15418 * cc-align.el (c-lineup-multi-inher): Handle lines with
15419 leading comma nicely. Extended to handle member initializers
15420 too.
15421
15422 * cc-engine.el: (c-beginning-of-inheritance-list,
15423 c-guess-basic-syntax): Fixed recognition of inheritance lists
15424 when the lines begins with a comma.
15425
15426 * cc-vars.el (c-offsets-alist): Changed default for
15427 member-init-cont to c-lineup-multi-inher since it now handles
15428 member initializers and indents better for leading commas.
15429
15430 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15431
15432 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15433 handling that caused class open lines to be recognized as
15434 statement-conts in some cases.
15435
15436 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15437 guessed by the adaptive fill function unless point is on the
15438 first line of a block comment.
15439
15440 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15441 when the buffer ends with a macro continuation char.
15442
15443 * cc-engine.el (c-guess-basic-syntax): Added support for
15444 function definitions as statements in Pike. The first
15445 statement in a lambda block is now labeled defun-block-intro
15446 instead of statement-block-intro.
15447
15448 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15449 so that the class surrounding point is selected, not the one
15450 innermost in the state.
15451
15452 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15453 recognition of switch labels having hanging multiline
15454 statements.
15455
15456 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15457 some code in c-guess-basic-syntax to a separate function.
15458 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15459 recognition of member inits with multiple line arglists.
15460 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15461 member-init-cont when the commas are in funny places.
15462
15463 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15464
15465 * cc-defs.el (c-auto-newline): Removed this macro since it's
15466 not used anymore.
15467
15468 * cc-engine.el (c-looking-at-bos): New helper function.
15469 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15470 inexpr and toplevel classes apart in Pike.
15471
15472 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15473 of case 9A.
15474
15475 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15476 constant, since "class" can introduce an in-expression class
15477 in Pike nowadays.
15478
15479 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15480
15481 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15482 indentation on cpp-macro lines.
15483
15484 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15485 a syntax modifier like comment-intro, to make it possible to
15486 get syntactic indentation for preprocessor directives. It's
15487 incompatible wrt to lineup functions on cpp-macro, but it has
15488 no observable effect in the 99.9% common case where cpp-macro
15489 is set to -1000.
15490
15491 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15492
15493 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15494 member-init-cont when the preceding arglist is several lines.
15495
15496 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15497
15498 * cc-styles.el (c-style-alist): The basic offset for the BSD
15499 style corrected to 8.
15500
15501 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15502
15503 * cc-styles.el (c-style-alist): Adjusted the indentation of
15504 brace list openers in the gnu style.
15505
15506 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15507
15508 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15509
15510 * cc-cmds.el (c-electric-brace, c-electric-slash,
15511 c-electric-star, c-electric-semi&comma, c-electric-colon,
15512 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15513 when c-syntactic-indentation is nil.
15514
15515 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15516 we were left at comments preceding the first statement when
15517 reaching the beginning of the buffer.
15518
15519 * cc-vars.el (c-syntactic-indentation): New variable to turn
15520 off all syntactic indentation.
15521
15522 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15523
15524 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15525 between the text and the block comment ender when it hangs,
15526 depending on how many there are before the fill.
15527
15528 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15529
15530 * cc-engine.el (c-beginning-of-closest-statement): New helper
15531 function to go back to the closest preceding statement start,
15532 which could be inside a conditional statement.
15533 * cc-engine.el (c-guess-basic-syntax): Use
15534 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15535
15536 * cc-engine.el (c-guess-basic-syntax): Better handling of
15537 arglist-intro, arglist-cont-nonempty and arglist-close when
15538 the arglist is nested inside parens. Cases 7A, 7C and 7F
15539 changed.
15540
15541 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15542 up-to-date with javadoc 1.2.
15543
15544 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15545
15546 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15547 multiline Pike type decls.
15548
15549 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15550
15551 * cc-cmds.el (c-indent-new-comment-line): Always break
15552 multiline comments in multiline mode, regardless of
15553 comment-multi-line.
15554
15555 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15556
15557 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15558 fully::qualified::names in C++ member init lists. Preamble in
15559 case 5D changed.
15560
15561 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15562
15563 * cc-langs.el (c-common-init): Handling of obsolete variables
15564 moved to c-initialize-cc-mode. More compatible style override
15565 when using global style variables.
15566 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15567 variables moved here.
15568
15569 * cc-styles.el (c-make-styles-buffer-local): Flag style
15570 variable localness in c-style-variables-are-local-p to make
15571 the compatibility measure in c-common-init work well.
15572
15573 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15574 longer contain set-from-style.
15575 * cc-styles.el (c-initialize-builtin-style): Don't check for
15576 set-from-style on c-special-indent-hook.
15577 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15578 copy-alist is sufficient now.
15579
15580 * cc-styles.el (c-set-style, c-set-style-1,
15581 c-get-style-variables): Fixes to variable initialization so
15582 that duplicate entries in styles have the same effect
15583 regardless of DONT-OVERRIDE.
15584
15585 * cc-styles.el (c-set-style-2): Fixed bug where the
15586 initialization of inheriting styles failed when the
15587 dont-override flag is set.
15588
15589 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15590 on this.
15591
15592 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15593
15594 * cc-defs.el (c-forward-comment): Removed the workaround
15595 introduced in 5.38 since it had worse side-effects. If a line
15596 contains the string "//\"", it regarded the // as a comment
15597 start since the \ temporarily doesn't have escape syntax.
15598
15599 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
15600
15601 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15602 ada-xref.el before ada-prj.el, so that the Project menu is created
15603 when ada-prj tries to add to it.
15604 (ada-activate-keys-for-case): Suppress the characters that are not
15605 part of the Ada syntax. Better compatibility with else-mode
15606 (ada-adjust-case-interactive): When auto-casing is not active,
15607 correctly insert newlines (used to insert only ^M). Prevent the
15608 syntax table from being changed in case of an error
15609 (or '_' becomes part of a word and some commands are confused).
15610 Do nothing if ada-auto-case is nil.
15611 (ada-after-keyword-p): Ignore keywords that are also attributes
15612 (ada-batch-reformat): Update usage comment
15613 (ada-call-from-contextual-menu): New function
15614 (ada-case-read-exceptions): Reinitialize the casing exception list
15615 first to nil first, so that the casing exception file can be
15616 shared.
15617 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15618 files.
15619 (ada-compile-goto-error): Fix regexp used to detect a file:line
15620 anywhere in the error message
15621 (ada-contextual-menu-last-point): New variable
15622 (ada-create-keymap): If the variable delete-key-deletes-forward is
15623 t on XEmacs, it means that DEL should delete one character
15624 forward.
15625 (ada-create-menu): Use :included instead of :visible for XEmacs.
15626 New submenu "Options".
15627 (ada-end-stmt-re): Correctly indent "select ... then abort"
15628 statements.
15629 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15630 even if they don't match ada-fill-comment-prefix Fix handling of
15631 paragraphs on the first or last line of a file.
15632 (ada-format-paramlist): Fix handling of default parameter values.
15633 (ada-get-body-name): New function.
15634 (ada-get-current-indent): Optimized by searchling directly for an
15635 existing generic part or a statement outside of it. Handle
15636 ada-indent-align-comments when indenting comments Replaced some
15637 regexps by testing directly the next character. This results in a
15638 huge speedup on some files. New indentation scheme for renames
15639 statements. Stop looking for the 'while' or 'for' associated with
15640 a 'loop' at the first semicolon encountered. A "return" can also
15641 match an anonymous access subprogram declaration.
15642 (ada-get-indent-noindent): Ignore strings and comments when
15643 looking for the keywords "record" and "private".
15644 (ada-goto-matching-decl-start): When matching "if", make sure we
15645 are not in fact seeing "end if". Ignore "when" statements except
15646 when initial keyword was "begin". Fix handling of nested
15647 procedures. Add a recursive call to this function to skip over
15648 other 'end' statmts. Fix indentation for "when .. => begin"
15649 (ada-in-open-paren-p): Fix indentation for complex boolean
15650 expressions, where 'and then', 'or else' and parenthesis
15651 statements are mixed up.
15652 (ada-in-paramlist-p): Skip comments while searching for the
15653 beginning Fix handling of operator declarations.
15654 (ada-indent-align-comments): New variable
15655 (ada-indent-current): Change the syntax table only in the
15656 protected section, so that we are sure it is restored correctly.
15657 (ada-indent-on-previous-lines): Use ada-use-indent and
15658 ada-with-indent Correctly indent "select ... then"
15659 (ada-indent-region): Slight speedup.
15660 (ada-indent-renames): New variable.
15661 (ada-last-which-function-subprog, ada-last-which-function-line):
15662 New variables
15663 (ada-looking-at-semi-private): Correctly indent the 'private'
15664 keyword when it is the first word in a package declaration.
15665 (ada-loose-case-word): Stop searching if at the end of the buffer.
15666 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15667 even if point is not initially at the end of the word.
15668 (ada-matching-decl-start-re): Add "when".
15669 (ada-mode): Add support for abbrev-mode, outline-mode and
15670 which-func-mode Override the old find-file.el entry in
15671 ff-special-constructs since it is using the obsolete
15672 ada-spec-suffix variable
15673 (ada-no-auto-case): New function
15674 (ada-scan-paramlist): When parsing the argument type, accept
15675 spaces (as in "X 'Class", generated by Rational Rose).
15676 (ada-other-file-name): No longer loads the other file.
15677 (ada-popup-menu): Save and restore the current buffer and cursor
15678 position before and after displaying the menu.
15679 (ada-search-ignore-complex-boolean): New function.
15680 (ada-uncomment-region): Emacs21 already knows how to delete
15681 comments not starting in the first column.
15682 (ada-use-indent): New variable
15683 (ada-which-function): New function.
15684 (ada-with-indent): New variable
15685 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15686 can be batch-compiled from the command line.
15687
15688 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15689 Add to the menu when the file is loaded, not in ada-mode-hook.
15690 Add -toolbar to the default ddd command Switches moved from
15691 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15692 ada-prj-default-comp-opt
15693 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15694 Reference Manual to the menu
15695 (ada-check-current): rewritten as a call to ada-compile-current
15696 (ada-compile): Removed.
15697 (ada-compile-application, ada-compile-current, ada-check-current):
15698 Set the compilation-search-path so that compile.el automatically
15699 finds the sources in src_dir. Automatic scrollong of the
15700 compilation buffer. C-uC-cC-c asks for confirmation before
15701 compiling
15702 (ada-compile-current): New parameter, prj-field
15703 (ada-complete-identifier): Load the .ali file before doing
15704 processing
15705 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15706 conform to gnatmake's behavior.
15707 (ada-find-file-in-dir): New function
15708 (ada-find-references): Set the environment variables for gnatfind
15709 (ada-find-src-file-in-dir): New function.
15710 (ada-first-non-nil): Removed
15711 (ada-gdb-application): Add support for jdb, the java debugger.
15712 (ada-get-ada-file-name): Load the original-file first if not done
15713 yet.
15714 (ada-get-all-references): Handles the new ali syntax (parent types
15715 are found between <>).
15716 (ada-initialize-runtime-library): New function
15717 (ada-mode-hook): Always load a project file when a file is opened,
15718 so that the casing exceptions are correctly read.
15719 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15720 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15721 to open the project file, since the latter does not work with
15722 speedbar Get default values before loading the prj file, or the
15723 default executable file name is wrong. Use the absolute value of
15724 src_dir to initialize ada-search-directories and
15725 compilation-search-path,... Add the standard runtime library to
15726 the search path for find-file.
15727 (ada-prj-default-debugger): Was missing an opening '{'
15728 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15729 variables.
15730 (ada-prj-default-gnatmake-opt): New variable
15731 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15732 buffers, the project file is the default one Save the windows
15733 configuration before displaying the menu.
15734 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15735 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15736 ...) regexp-quote identifiers names to support operators +,
15737 -,... in regexps.
15738 (ada-remote): New function.
15739 (ada-run-application): Erase the output buffer before starting the
15740 run Support remote execution of the application. Use
15741 call-process, or the arguments are incorrectly parsed
15742 (ada-set-default-project-file): Reread the content of the active
15743 project file, not the one from the current buffer When a project
15744 file is set as the default project, all directories are
15745 automatically associated with it.
15746 (ada-set-environment): New function
15747 (ada-treat-cmd-string): New special variable ${current}
15748 (ada-treat-cmd-string): Revised. The substitution is now done for
15749 any ${...} substring
15750 (ada-xref-current): If no body was found, compiles the spec
15751 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15752 compiler to get rid of command line length limitations.
15753 (ada-xref-get-project-field): New function
15754 (ada-xref-project-files): New variable
15755 (ada-xref-runtime-library-specs-path)
15756 (ada-xref-runtime-library-ali-path): New variables
15757 (ada-xref-set-default-prj-values): Default run command now does a
15758 cd to the build directory. New field: main_unit Provide a default
15759 file name even if the current buffer has no prj file.
15760
15761 * ada-prj.el:
15762 Rewritten to show a tabbed-dialog.
15763 (ada-prj-add-ada-menu): Remove the map and name parameters.
15764 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15765 New function
15766 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15767 (ada-prj-load-from-file): New function
15768 (ada-prj-save): Always save fields that depend on the current buffer
15769 (ada-prj-show-value): New function
15770
15771 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15772 Ada mode. This will allow us to display the Ada menu in any buffer
15773 we want (for project items).
15774 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15775 number of spaces in the header.
15776
15777 2000-07-24 Dave Love <fx@gnu.org>
15778
15779 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15780
15781 2000-07-23 Noah Friedman <friedman@splode.com>
15782
15783 * type-break.el (type-break): perform autosave.
15784 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
15785 (type-break-do-query): Cancel query schedule while performing
15786 actual query, to avoid possibility of a second query being made
15787 while first one is already in progress.
15788 (type-break-time-stamp-format): New variable.
15789 (type-break-time-stamp): New function.
15790 (type-break-time-warning): Use it.
15791 (type-break-keystroke-warning): Use it.
15792 (type-break-noninteractive-query): Use it.
15793
15794 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15795 cookie.
15796 Use add-minor-mode to set minor-mode-alist, if available.
15797 (eldoc-echo-area-use-multiline-p): New user option.
15798 (eldoc-echo-area-multiline-supported-p): New variable.
15799 (eldoc-docstring-format-sym-doc): Use them.
15800 (eldoc-mode): If not using idle timers, append to local post and
15801 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15802 (eldoc-display-message-no-interference-p): Don't interfere with
15803 edebug.
15804 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15805 (eldoc-function-arglist): New function.
15806 (eldoc-function-argstring): Use it.
15807
15808 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15809 auto save directory exists before calling directory-files.
15810
15811 2000-07-23 Dave Love <fx@gnu.org>
15812
15813 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15814 ^o, ^u.
15815
15816 2000-07-21 Dave Love <fx@gnu.org>
15817
15818 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15819 now passed to the function. It now works properly.
15820
15821 * smerge-mode.el (smerge-mode-menu): Fill it out.
15822
15823 2000-07-20 Gerd Moellmann <gerd@gnu.org>
15824
15825 * info-look.el (info-lookup): If *info* is shown in another frame
15826 on the same display, select that frame, instead of switching to
15827 the Info buffer in another window of the selected frame.
15828
15829 * simple.el (universal-argument-map): Bind numeric keypad keys
15830 kp-0 to kp-9 and kp-subtract.
15831 (digit-argument): Handle these keys.
15832
15833 2000-07-20 Dave Love <fx@gnu.org>
15834
15835 * net/goto-addr.el (goto-address-fontify): Don't bother with
15836 buffer-modified and read-only stuff -- irrelevant with overlays.
15837 Put an extra property on the overlays and use it to clean up in
15838 case goto-address is re-run.
15839
15840 2000-07-19 Richard M. Stallman <rms@gnu.org>
15841
15842 * timer.el (run-with-idle-timer): Doc fix.
15843
15844 * mail/mail-utils.el (mail-strip-quoted-names):
15845 Handle case where <...> appears inside "...".
15846 Use replace-match to edit the string more simply.
15847 (rmail-dont-reply-to): Cope with an unmatched ".
15848
15849 2000-07-19 Dave Love <fx@gnu.org>
15850
15851 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15852 implementation.
15853
15854 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15855 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15856 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15857
15858 2000-07-19 Gerd Moellmann <gerd@gnu.org>
15859
15860 * textmodes/refer.el: Correct maintainer's email address.
15861
15862 * progmodes/hideif.el: Correct author's email address.
15863 Fix typo in comment.
15864
15865 * xml.el: New file.
15866
15867 * mail/mailheader.el: Correct author's mail address.
15868
15869 * gnus/parse-time.el: Correct author's mail address.
15870
15871 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15872
15873 * comint.el (comint-highlight-input, comint-highlight-face):
15874 New user options.
15875 (comint-input-ring-file-name): Change custom type.
15876 (comint-mode-map): Bind mouse-2.
15877 (comint-insert-clicked-input): New function.
15878 (comint-send-input): Handle input highlighting.
15879
15880 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15881
15882 * mouse.el (popup-menu): New function.
15883 (mouse-major-mode-menu): Use it.
15884
15885 2000-07-18 Dave Love <fx@gnu.org>
15886
15887 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15888 improvements.
15889
15890 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15891
15892 * faces.el (face-font-selection-order)
15893 (face-font-family-alternatives): Add custom type.
15894
15895 2000-07-18 Dave Love <fx@gnu.org>
15896
15897 * cus-edit.el (custom-variable-reset-saved)
15898 (custom-variable-reset-standard): Remove unused bindings.
15899
15900 * rect.el (open-rectangle-line): Remove unused let.
15901
15902 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15903
15904 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15905
15906 * cdl.el: Fix `Maintainer' keyword.
15907
15908 * play/pong.el: Add author's email address.
15909
15910 2000-07-17 Sam Steingold <sds@gnu.org>
15911
15912 * files.el (insert-directory): Call `split-string' instead of
15913 re-implementing it.
15914
15915 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15916
15917 * mail/vms-pmail.el: Change maintainer to FSF.
15918
15919 * net/goto-addr.el: Change maintainer to FSF.
15920
15921 * info.el (Info-title-face-alist): Removed.
15922
15923 2000-07-18 David Ponce <david@dponce.com>
15924
15925 * recentf.el (recentf-open-files): New command that works like
15926 `recentf-open-more-files', but shows the whole list of files (not just
15927 those omitted from the menu). Useful if you don't use a menu-bar!
15928 (recentf-open-more-files) Modified to use `recentf-open-files'.
15929
15930 (recentf-open-files, recentf-open-more-files)
15931 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15932
15933 (recentf-dialog-mode): New mode for dialogs. You can now just type
15934 "q" to cancel the dialogs.
15935
15936 2000-07-18 David Ponce <david@dponce.com>
15937
15938 * recentf.el: This is a major update of recentf.el. It adds new
15939 features to better organize the recentf menu and "More..." buffer.
15940
15941 Using new provided menu filtering functions you can now organize the
15942 recent files list:
15943
15944 - by major modes
15945 - by directories
15946 - by user defined rules
15947
15948 Finally, with the new `recentf-filter-changer' customizable filter you
15949 can define a ring of filters and dynamically (via the menu) cycle on
15950 each menu organization in the ring (a la msb).
15951
15952 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15953
15954 * eshell/eshell.el (eshell): Replace links to eshell.info with
15955 links to eshell, to avoid problems on systems where the manual is
15956 installed as `eshell'.
15957 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15958 * eshell/em-smart.el (eshell-smart): Ditto.
15959 * eshell/em-banner.el (eshell-banner): Ditto.
15960 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15961
15962 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15963 same-file check in the MS-DOS version (it does support inodes).
15964
15965 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15966
15967 * eshell/eshell.el (eshell-directory-name):
15968 Run default directory name through convert-standard-filename.
15969
15970 2000-07-18 Kenichi Handa <handa@etl.go.jp>
15971
15972 * international/mule-cmds.el (select-safe-coding-system):
15973 Fix typo in the comment.
15974
15975 * language/european.el (compound-text):
15976 Force katakana-jisx0201 to be designated to G1.
15977
15978 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15979 Don't translate some national variant characters of latin-jisx0201.
15980 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15981
15982 * international/kkc.el (kkc-after-update-conversion-functions):
15983 New variable.
15984 (kkc-update-conversion): Run functions in it at the tail.
15985
15986 2000-07-16 John Wiegley <johnw@gnu.org>
15987
15988 * lisp/align.el (align-newline-and-indent):
15989 Adding new function. for auto-aligning blocks of code on RET.
15990 (align-region): Fixed badly formatted minibuffer message.
15991
15992 2000-07-17 Kenichi Handa <handa@etl.go.jp>
15993
15994 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15995 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15996 the conversion list at first if appropriate.
15997 (kkc-next): Don't update kkc-next-count here.
15998 (kkc-prev): Don't update kkc-prev-count here.
15999 (kkc-show-conversion-list-update): Fix setting up of conversion
16000 list message.
16001
16002 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
16003
16004 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
16005
16006 2000-07-16 Dave Love <fx@gnu.org>
16007
16008 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
16009 function to be more specific.
16010
16011 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
16012 non-string help-echo.
16013 (widget-types-convert-widget): Defsubst it.
16014 (widget-echo-help): Try to cope with a help-echo function of two
16015 possible sorts.
16016
16017 2000-07-15 Jason Rumney <jasonr@gnu.org>
16018
16019 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
16020 Declare as obsolete.
16021
16022 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
16023
16024 2000-07-14 Gerd Moellmann <gerd@gnu.org>
16025
16026 * hilit-chg.el: Fix typo.
16027
16028 2000-07-14 Dave Love <fx@gnu.org>
16029
16030 * info.el (Info-mode-menu): Fix use of :help, :enable.
16031
16032 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
16033
16034 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
16035
16036 2000-07-13 Dave Love <fx@gnu.org>
16037
16038 * emacs-lisp/easymenu.el: Doc fixes.
16039 (easy-menu-remove): Defalias to ignore.
16040
16041 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
16042 Call throw correctly.
16043
16044 2000-07-13 Gerd Moellmann <gerd@gnu.org>
16045
16046 * faces.el (frame-background-mode): Doc fix.
16047
16048 * simple.el (eval-expression-print-length): Change custom type to
16049 allow entering nil as value.
16050
16051 2000-07-13 Dave Love <fx@gnu.org>
16052
16053 * progmodes/fortran.el (fortran-imenu-generic-expression):
16054 Change definition layout.
16055 (fortran-mode-menu): Reinstate customize entries.
16056
16057 * cus-edit.el (custom-group-menu-create, customize-menu-create):
16058 Use :filter, per old XEmacs code.
16059
16060 2000-07-12 Gerd Moellmann <gerd@gnu.org>
16061
16062 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
16063 event when deciding what to send to the terminal.
16064
16065 2000-07-12 Dave Love <fx@gnu.org>
16066
16067 * cus-start.el: Add optional version as 4th element of specs and
16068 use it for several things new in v21. Remove load-path. Fix type
16069 of line-number-display-limit.
16070
16071 2000-07-11 Dave Love <fx@gnu.org>
16072
16073 * progmodes/fortran.el: Don't require easymenu.
16074 Use repeat counts in various regexps.
16075 (fortran-mode-syntax-table): Defvar directly.
16076 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
16077 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
16078 Use defvar, not defconst.
16079 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
16080 (fortran-mode): Set fortran-comment-line-start-skip,
16081 fortran-comment-line-start-skip, dabbrev-case-fold-search.
16082 (fortran-comment-indent): Use defsubst.
16083 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
16084 Use fortran-comment-indent, not fortran-comment-indent-function.
16085 (fortran-comment-region, fortran-electric-line-number): Simplify.
16086 (fortran-auto-fill): New function.
16087 (fortran-do-auto-fill): Deleted.
16088 (fortran-find-comment-start-skip):
16089 Check for non-null comment-start-skip.
16090 (fortran-auto-fill-mode, fortran-fill-statement):
16091 Use fortran-auto-fill.
16092 (fortran-fill): Use fortran-auto-fill. Check for null
16093 comment-start-skip. Simplify final clause and use end-of-line finally.
16094
16095 * widget.el (widget-plist-member): New alias.
16096
16097 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
16098
16099 * eshell/esh-module.el (toplevel): Reference
16100 byte-compile-current-file only if it is bound.
16101
16102 2000-07-10 Gerd Moellmann <gerd@gnu.org>
16103
16104 * dired.el: Don't require `dired-aux'.
16105
16106 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16107
16108 * dired-aux.el (dired-show-file-type): New function.
16109 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16110 (dired-show-file-type): Add autoload.
16111
16112 2000-07-10 Kenichi Handa <handa@etl.go.jp>
16113
16114 * international/mule-diag.el (describe-font): Adjusted for the
16115 change of fontset-info.
16116 (print-fontset): Likewise.
16117
16118 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16119
16120 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16121
16122 2000-07-07 Gerd Moellmann <gerd@gnu.org>
16123
16124 * bindings.el: Bind `[delete]' to delete-char.
16125
16126 * dired.el (dired-find-alternate-file): New function.
16127 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16128 (toplevel): Require dired-aux when compiling.
16129 (dired-buffers): Move defvar within file to avoid compiler warning.
16130
16131 * info.el (Info-last-search): Variable removed.
16132 (Info-search-history): New variable.
16133 (Info-search): New Info-search-history.
16134
16135 * battery.el, info-look.el: Change author's mail address.
16136
16137 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16138
16139 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16140 if rmail-ignored-headers is nil.
16141 (rmail-retry-failure): Bind rmail-ignored-headers and
16142 rmail-displayed-headers to nil.
16143
16144 2000-07-06 Gerd Moellmann <gerd@gnu.org>
16145
16146 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16147 (print-region-1): Don't hard code `-h' here.
16148
16149 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16150
16151 2000-07-01 Francesco Potorti` <pot@gnu.org>
16152
16153 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16154 exim can use "your message" instead of "the message".
16155
16156 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16157
16158 * facemenu.el: Docstrings fixes.
16159 (facemenu-get-face): Don't use internal-find-face.
16160 (facemenu-iterate): Rename arg to match the docstring.
16161
16162 * newcomment.el (uncomment-region): Be more careful when skipping
16163 backwards over `=' not to bump into BOBP.
16164
16165 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16166
16167 * ediff-diff.el (ediff-wordify): Use syntax table.
16168 * ediff-init.el (ediff-has-face-support-p): Use
16169 ediff-color-display-p.
16170 (ediff-color-display-p): Use display-color-p, changed to defun
16171 from defsubst.
16172 Got rid of special cases for NeXT and OS/2.
16173 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16174 face.
16175
16176 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16177
16178 * emacs-lisp/lucid.el: Require CL.
16179 (copy-tree, remprop): Remove, it's provided by CL.
16180 (map-keymap): Define in terms of cl-map-keymap.
16181 (extent-property, set-extent-end-glyph): New functions.
16182
16183 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16184
16185 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16186
16187 * Makefile.in (DONTCOMPILE): Add comment that the name may
16188 not be changed without changing the make-dist script.
16189
16190 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16191 (cl-mapc): Use mapc instead of cl-old-mapc.
16192
16193 2000-07-05 Andrew Innes <andrewi@gnu.org>
16194
16195 * makefile.nt: Add support for `bootstrap' and related targets.
16196
16197 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16198
16199 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16200 (easy-menu-do-define): Use `menu-item' format.
16201 Handle case where easy-menu-create-menu returns a symbol.
16202 Manually call the potential top-level filter in the function binding.
16203 (easy-menu-filter-return): New arg NAME.
16204 Convert to a keymap if MENU is an XEmacs menu.
16205 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16206 (easy-menu-converted-items-table, easy-menu-convert-item):
16207 New var and fun to memoize easy-menu-convert-item-1.
16208 (easy-menu-do-add-item): Use it.
16209 (easy-menu-create-menu): Use easy-menu-convert-item.
16210 Wrap easy-menu-filter-return around any :filter specification.
16211 Don't convert the menu if a filter was specified.
16212 Tell easy-menu-make-symbol not to check for MENU being an expression.
16213 (easy-menu-make-symbol): New arg NOEXP.
16214
16215 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16216
16217 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16218 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16219 (eval-defun): If called with prefix arg, instrument code for
16220 Edebug.
16221
16222 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16223 similar to that of eval-defun.
16224
16225 2000-07-04 Dave Love <fx@gnu.org>
16226
16227 * hl-line.el (hl-line-overlay): Make it permanent-local.
16228
16229 * calendar/todo-mode.el: Replaced with a working version, based on
16230 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16231
16232 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16233
16234 * paths.el (prune-directory-list): New function.
16235 (Info-default-directory-list): Rewritten to more methodically
16236 enumerate a big list of possible info directories (based on the
16237 list used by the standalone info reader).
16238
16239 * info.el (info-initialize): Use prune-directory-list to remove
16240 non-existent directories from Info-directory-list.
16241
16242 * paths.el (Info-default-directory-list): Try a list of possible
16243 info-directories instead of a single one. Add the possible
16244 info directory "/usr/share/info".
16245
16246 * woman.el (woman-man.conf-path): Explicitly include the debian
16247 man-db config file "/etc/manpath.config".
16248 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16249 are present in `manpath.config'.
16250 (woman-manpath): Include "/usr/share/man".
16251
16252 2000-07-03 Gerd Moellmann <gerd@gnu.org>
16253
16254 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16255
16256 * startup.el (command-line): Initialize blink-cursor based
16257 on window-system.
16258
16259 * frame.el (blink-cursor): Default to nil if not running under
16260 a window-system.
16261
16262 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16263 (face-x-resources): Remove duplicate entry for :font.
16264
16265 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16266 instead of cycling through windows with next-window.
16267
16268 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16269 of cycling through windows with next-window.
16270
16271 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16272 of cycling through windows with next-window.
16273
16274 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16275 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16276 instead of cycling through windows with next-window.
16277
16278 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16279 instead of cycling through windows with next-window.
16280
16281 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16282 of cycling through windows with next-window.
16283
16284 * terminal.el (te-process-output): Use walk-windows instead of
16285 cycling through windows with next-window.
16286
16287 * server.el (server-switch-buffer): Use some-window instead of
16288 cycling through windows with next-window.
16289
16290 * window.el (some-window): New function.
16291 (walk-windows): Remove reference to walk-windows-start.
16292
16293 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16294
16295 2000-07-03 Richard Stallman <rms@gnu.org>
16296
16297 * window.el (walk-windows): Guarantee termination by keeping a list
16298 of all the windows already handled.
16299
16300 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16301
16302 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16303 window-system.
16304
16305 * man.el (Man-notify-when-ready): Don't use window-system. If
16306 Man-notify-method is newframe, and the display is not
16307 multi-frame, select the frame created for the man page.
16308 (Man-init-defvars): Doc fix.
16309
16310 2000-06-28 Gerd Moellmann <gerd@gnu.org>
16311
16312 * faces.el (region): Change background color for light background.
16313
16314 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16315 attribute from mode-line face of Ediff control frame.
16316
16317 * replace.el (query-replace-map): Bind `e' like `E'.
16318
16319 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16320
16321 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16322 Change name to "Select All".
16323
16324 * dos-fns.el (convert-standard-filename): Fix last change.
16325
16326 2000-06-27 Gerd Moellmann <gerd@gnu.org>
16327
16328 * help.el (describe-variable): Don't insert a second `'s' in front
16329 of the string `value is shown below'. Since the syntax-table is
16330 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16331 an existing `'s', so that this won't be deleted.
16332
16333 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16334 * pcmpl-unix.el: New files.
16335
16336 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16337
16338 * wid-edit.el (widget-member): Use the new plist-member.
16339
16340 2000-06-26 Gerd Moellmann <gerd@gnu.org>
16341
16342 * replace.el (perform-replace): Undo change of 2000-04-04.
16343 Instead, move backward 1 character at the end of the loop when
16344 necessary.
16345
16346 * faces.el (fringe): Change face for different backgrounds.
16347
16348 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16349 patch from John.
16350
16351 * eshell/*.el: Change spelling of the Free Software Foundation.
16352
16353 * eshell/esh-toggle.el: Removed.
16354
16355 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16356
16357 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16358 interactively.
16359
16360 2000-06-26 Alex Schroeder <alex@gnu.org>
16361
16362 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16363 `define-key'; instead of checking `(emacs-version)' check for
16364 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16365 for `;' and `o' which might be electric.
16366
16367 (sql-electric-stuff): New user option.
16368 (sql-magic-go): New function which uses `sql-electric-stuff'.
16369 (sql-magic-semicolon): New function which uses
16370 `sql-electric-stuff'.
16371
16372 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16373 is not fboundp.
16374
16375 (sql-oracle-options): New variable.
16376 (sql-oracle): Use it.
16377
16378 (sql-imenu-generic-expression): Doc change.
16379 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16380 is used.
16381
16382 (sql-informix): Added command line parameter "-" to force
16383 sql-informix-program to use stdout.
16384
16385 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16386
16387 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16388 (cp864-decode-table): Doc fix.
16389 (cp720-decode-table): New variable, supports the Arabic OEM
16390 codepage used by Windows.
16391 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16392
16393 2000-06-23 Dave Love <fx@gnu.org>
16394
16395 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16396 (font-lock-fontify-anchored-keywords): Use
16397 line-beginning-position.
16398 (global-font-lock-mode): Use mapc.
16399
16400 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16401
16402 * eshell/esh-module.el: Require CL when compiling.
16403
16404 2000-06-23 Gerd Moellmann <gerd@gnu.org>
16405
16406 * comint.el (comint-substitute-in-file-name): Call replace-match
16407 with second and third arg t.
16408
16409 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16410 Specify foreground color.
16411
16412 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16413 color.
16414
16415 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16416
16417 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16418 cddr instead of cdddr.
16419
16420 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16421 instead of copy-list.
16422
16423 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16424 of copy-list.
16425
16426 * subdirs.el: Add eshell subdirectory.
16427
16428 * eshell: New subdirectory containing the Eshell package.
16429
16430 * pcomplete.el: New file.
16431
16432 2000-06-23 Paul Eggert <eggert@twinsun.com>
16433
16434 * mail/mailpost.el (post-mail-send-it): Make sure file has
16435 proper permissions from birth.
16436
16437 * files.el (basic-save-buffer-2): When temporarily setting
16438 file modes, set them to current modes plus 0200, not to 0777.
16439
16440 * emerge.el (emerge-make-temp-file): Make sure file has proper
16441 permissions from birth.
16442
16443 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16444
16445 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16446 backup file name through convert-standard-filename.
16447
16448 * dos-fns.el (convert-standard-filename): Convert leading
16449 directories as well. When long file names are supported, convert
16450 characters that are invalid in Windows file names.
16451
16452 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16453
16454 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16455 ps-print crashes. New feature: page selection for printing. Create
16456 raw-text-unix coding system for XEmacs. Doc fix.
16457 (ps-print-version): New version number (5.2.3).
16458 (ps-plot-region): Bug fix.
16459 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16460 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16461 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16462 funs.
16463 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16464 (ps-last-page): New vars.
16465
16466 2000-06-21 Gerd Moellmann <gerd@gnu.org>
16467
16468 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16469 empty option string.
16470
16471 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16472
16473 * man.el (man): Doc fix.
16474
16475 2000-06-21 Kenichi Handa <handa@etl.go.jp>
16476
16477 * international/mule-cmds.el (set-language-info-alist): Docstring
16478 fixed.
16479
16480 2000-06-20 Gerd Moellmann <gerd@gnu.org>
16481
16482 * version.el (emacs-version): Use ISO date format.
16483
16484 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16485 instead of `M-backspace'.
16486
16487 * simple.el (turn-off-auto-fill): New function.
16488
16489 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16490
16491 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16492 Renamed from with-buffer-prepared-for-font-lock and use
16493 inhibit-modification-hooks rather than setting *-change-functions.
16494 Update all functions to use the new name.
16495 (jit-lock-first-unfontify-pos): New semantics (and doc).
16496 (jit-lock-mode): Make non-interactive.
16497 Don't automatically turn on font-lock.
16498 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16499 Always use jit-lock-after-change.
16500 Remove and restore font-lock-after-change-function.
16501 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16502 (jit-lock-after-unfontify-buffer): Remove.
16503 (jit-lock-stealth-fontify):
16504 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16505 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16506
16507 2000-06-20 Sam Steingold <sds@gnu.org>
16508
16509 * emacs-lisp/cl-indent.el (toplevel): Indent
16510 `print-unreadable-object' properly. Untabify.
16511
16512 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16513
16514 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16515 Support for bibentry.
16516 (reftex-compile-variables): Fixed problem with end of section-re.
16517
16518 * texmodes/reftex-dcr.el (reftex-view-crossref,
16519 reftex-view-crossref-from-bibtex):
16520 Deal with changed `reftex-find-citation-regexp-format'.
16521 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16522 Replaced `remprop' with `put'.
16523 (reftex-view-crossref, reftex-view-crossref-when-idle):
16524 Support for bibentry.
16525
16526 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16527 New entry for bibentry package.
16528
16529 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16530 Regexp also matches "\nobibliography".
16531
16532 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16533 Call `reftex-ensure-write-access' before doing anything.
16534 (reftex-ensure-write-access): New function.
16535
16536 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16537
16538 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16539
16540 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16541
16542 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16543
16544 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16545
16546
16547 2000-06-20 Dave Love <fx@gnu.org>
16548
16549 * faces.el (frame-background-mode): Use set-default, not set, in
16550 setter.
16551 (frame-update-faces, frame-update-face-colors): Define with
16552 defalias.
16553
16554 * enriched.el (enriched-decode-foreground)
16555 (enriched-decode-background): Don't use internal-find-face.
16556
16557 * apropos.el: Doc fixes.
16558
16559 * cus-edit.el (customize-changed-options): Check arg.
16560 (customize-version-lessp): Don't require decimal point.
16561
16562 * custom.el (defcustom, defgroup): Doc fix.
16563
16564 * newcomment.el (comment) <defgroup>: Add :version.
16565 (comment-multi-line): Doc fix.
16566
16567 * emulation/mlsupport.el (define-hooked-local-abbrev,
16568 define-hooked-global-abbrev): Fix, using define-abbrev.
16569
16570 2000-06-19 Gerd Moellmann <gerd@gnu.org>
16571
16572 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16573 the whole buffer.
16574
16575 2000-06-19 Dave Love <fx@gnu.org>
16576
16577 * menu-bar.el (menu-bar-options-save): New function.
16578 (menu-bar-options-menu): Use it.
16579 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16580 Simplify.
16581
16582 2000-06-19 Andreas Schwab <schwab@suse.de>
16583
16584 * progmodes/etags.el (tags-query-replace): Put new parameters
16585 START and END at the end, for backward compatibility.
16586
16587 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16588
16589 * international/codepage.el:
16590 (cp-coding-system-for-codepage-1): Delete special codes for
16591 generating xxx-dos coding system because now a CCL based coding
16592 system can handle EOL conversion by default.
16593
16594 * international/mule.el (make-coding-system): Generate subsidiary
16595 coding systems for EOL handling variants even for a CCL based
16596 coding system.
16597
16598 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16599
16600 * international/isearch-x.el (isearch-minibuffer-input-method)
16601 (isearch-minibuffer-input-method-function): These variables
16602 deleted.
16603 (isearch-with-input-method): Don't use the above variables.
16604 (isearch-process-search-multibyte-characters): Likewise. Call
16605 read-string with the arg INHERIT-INPUT-METHOD t.
16606
16607 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16608
16609 * font-lock.el (font-lock-after-fontify-buffer)
16610 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16611
16612 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16613 Use consistent make-local-variable style for font-lock-fontified.
16614 (jit-lock-fontify-buffer):
16615 Don't bother checking for font-lock-mode and jit-lock-mode.
16616
16617 * time.el: Remove trailing ^M that prevent CVS-merging.
16618
16619 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16620
16621 * Makefile.in (distclean): New target.
16622
16623 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16624
16625 * Makefile.in (srcdir): Define for update-subdirs.
16626
16627 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16628
16629 * find-lisp.el: New file.
16630
16631 2000-06-16 Andrew Innes <andrewi@gnu.org>
16632
16633 * time.el (display-time-mail-function): New variable, to allow
16634 external packages to indicate when new mail is available.
16635 (display-time-update): Use it.
16636
16637 2000-06-16 Kenichi Handa <handa@etl.go.jp>
16638
16639 * international/mule.el (mule-version): Change version name to
16640 SAKAKI. AOI has already been used by Meadow.
16641
16642 * international/quail.el (quail-show-guidance-buf): To find the
16643 bottom window (but minibuffer), pay attention to the height of
16644 minibuffer.
16645
16646 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16647
16648 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16649 menu-bar menus. Add help strings. Don't remove the Edit menu
16650 from the menu bar, as the menu bar has enough space now.
16651
16652 * Makefile.in (SHELL): Make sure /bin/sh is used.
16653
16654 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16655 characters, which use series of two ^H characters instead of one.
16656
16657 2000-06-15 Gerd Moellmann <gerd@gnu.org>
16658
16659 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16660 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16661 functions.
16662 (Info-find-node-2): Try a case-sensitive search first, then
16663 do a case-insensitive search.
16664
16665 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16666 tutorials.
16667
16668 * complete.el (PC-env-vars-alist): New variable.
16669 (PC-complete-as-file-name): New function.
16670 (partial-completion-mode): Initialize PC-env-vars-alist from
16671 process-environment.
16672 (PC-do-completion): Handle completion of env vars.
16673
16674 * info.el (Info-set-mode-line): Show file name in mode line,
16675 use `*Info*' instead of `Info:'.
16676
16677 * startup.el (command-line-1): Change copyright messages to year
16678 2000.
16679
16680 2000-06-15 Dave Love <fx@gnu.org>
16681
16682 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16683 not local-map.
16684
16685 2000-06-15 Kenichi Handa <handa@etl.go.jp>
16686
16687 * international/mule.el (set-buffer-file-coding-system): Almost
16688 rewritten to handle `undecided' as no-op.
16689
16690 2000-06-14 Gerd Moellmann <gerd@gnu.org>
16691
16692 * Makefile.in: New file.
16693
16694 * Makefile: Removed.
16695
16696 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16697 (goto-address-highlight-keymap): Bind C-c RET.
16698
16699 2000-06-14 Kenichi Handa <handa@etl.go.jp>
16700
16701 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16702 inherits buffer-file-coding-system of the current buffer.
16703
16704 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16705 0. Give correct argument to set-auto-coding-function.
16706 (tar-expunge): For goto-char, use (point-min), not 0.
16707 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16708 (tar-subfile-save-buffer): Likewize.
16709
16710 * international/mule.el
16711 (after-insert-file-set-buffer-file-coding-system): Call
16712 set-buffer-file-coding-system with the arg FORCE t.
16713
16714 2000-06-13 Gerd Moellmann <gerd@gnu.org>
16715
16716 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16717 nil. Contemporary sendmails issue an X-Authentication-Warning if
16718 the sender is set with `-f'.
16719
16720 2000-06-13 Dave Love <fx@gnu.org>
16721
16722 * help.el (describe-function-1): Kluge around cases of functions
16723 fset to subrs whose doc doesn't match their symbol-name.
16724
16725 * image.el (insert-image): Default STRING to a space.
16726
16727 * info.el Doc fixes.
16728 (Info-build-node-completions): Match Ref tags.
16729
16730 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16731
16732 * frame.el (display-multi-frame-p, display-multi-font-p): New
16733 defaliases for display-graphic-p.
16734
16735 * hl-line.el: Fixed a typo in commentary.
16736
16737 2000-06-13 Kenichi Handa <handa@etl.go.jp>
16738
16739 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16740 fixed.
16741
16742 2000-06-12 Dave Love <fx@gnu.org>
16743
16744 * image.el (insert-image): Save a little consing.
16745
16746 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16747
16748 * language/tibet-util.el: Convert all tibetan-1-column characters
16749 to the corresponding tibetan characters.
16750 (tibetan-add-components): Delete code for the special treatment of
16751 'a chung.
16752
16753 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16754 change.
16755 (tibetan-vowel-transcription-alist): More rules added.
16756 (tibetan-composite-vowel-alist): New variable.
16757 (tibetan-precomposition-rule-alist): More rules added.
16758
16759 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16760
16761 * startup.el (command-line): Only call menu-bar-mode if interactive.
16762
16763 * thingatpt.el (toplevel symbol-properties):
16764 * textmodes/makeinfo.el (makeinfo-compile):
16765 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16766 * progmodes/hideif.el (hif-compress-define-list)
16767 (hide-ifdef-use-define-alist):
16768 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16769 (ange-ftp-vms-add-file-entry):
16770 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16771 * man.el (Man-build-man-command):
16772 * mail/rnewspost.el (news-reply-header-hook):
16773 * info.el (Info-insert-dir):
16774 * emulation/mlconvert.el (backward-word, forward-word, setq):
16775 * emacs-lisp/gulp.el (gulp-send-requests):
16776 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16777 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16778 (byte-optimize-apply, end of file):
16779 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16780 (ad-make-freeze-definition):
16781 * startup.el (command-line, command-line-1): Don't quote lambdas.
16782
16783 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16784 (cvs-cleanup-removed): New function.
16785 (cvs-cleanup-functions): New var.
16786 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16787 some flexibility in specifying additional entries to auto-cleanup.
16788 (cvs-quickdir): New function.
16789 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16790 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16791 (cvs-mode-find-file): Check that we are on a filename or dirname
16792 when invoked through a mouse-click.
16793 (cvs-full-path): Remove.
16794 (cvs-dired-action): Re-introduced.
16795 (cvs-dired-noselect): Use it.
16796 (vc-post-command-functions): use this new hook if available.
16797
16798 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16799 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16800 (cvs-filename-map, cvs-dirname-map): Remove.
16801 (cvs-default-action): Remove.
16802 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16803 if the arg is really a keymap.
16804 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16805 Don't hardcode the mapping from state (aka type) to face, but check
16806 the var cvs-fi-<type>-face instead.
16807 (cvs-fileinfo-from-entries): New function.
16808
16809 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16810 Docstring fix.
16811 (cvs-find-file-and-jump): Change default to be safer.
16812 (cvs-mode-diff-map): Define it as a function as well.
16813 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16814 Bind mouse-2 in this global map rather than with text-properties.
16815
16816 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16817 file to resolve the ambiguity between C(conflict) and C(need-merge).
16818
16819 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16820
16821 * international/mule.el (set-buffer-file-coding-system): If
16822 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16823 unconditionally.
16824
16825 2000-06-12 Dave Love <fx@gnu.org>
16826
16827 * wid-edit.el (widget-specify-button): Really suppress the face if
16828 required.
16829
16830 2000-06-11 Gerd Moellmann <gerd@gnu.org>
16831
16832 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16833
16834 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16835
16836 * imenu.el (imenu-generic-expression): Docstring fix.
16837
16838 * composite.el (composition-function-table): Move the `put'
16839 below the autoload cookie so we can load the file before loaddefs.
16840
16841 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16842
16843 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16844 Handle easy-mmode-define-global-mode.
16845 For complex macros like define-minor-mode that can generate
16846 several autoload entries, try to autoload entries in the
16847 macroexpanded code.
16848
16849 * emacs-lisp/easy-mmode.el (define-minor-mode):
16850 If KEYMAP is a symbol, just use it.
16851 Use byte-compile-current-file and load-file-name to infer the
16852 proper :require to pass to defcustom.
16853 Wrap the hook var into `progn' so as not to autoload it.
16854 Add a :autoload-end cookie.
16855 Be more careful about the evaluation of KEYMAP.
16856 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16857 (define-derived-mode): Move define-abbrev-table outside of defvar.
16858
16859 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16860
16861 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16862 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16863 (backup-compiled-files): Ignore errors during `tar'.
16864 (bootstrap): Make autoloads before elc files.
16865
16866 2000-06-10 Kenichi Handa <handa@etl.go.jp>
16867
16868 * international/mule.el (set-buffer-file-coding-system): If one of
16869 undecided-XXX is specified, change only EOL conversion.
16870
16871 * international/mule-conf.el (unix): New alias for the coding
16872 system undecided-unix.
16873
16874 2000-06-09 Dave Love <fx@gnu.org>
16875
16876 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16877
16878 * progmodes/executable.el: Byte compile dynamic.
16879 (executable-insert): Change custom type.
16880 (executable-find): Add autoload cookie.
16881 (executable-make-buffer-file-executable-if-script-p): New
16882 function. After Noah Friedman.
16883
16884 * files.el (after-save-hook): Customize, with
16885 executable-make-buffer-file-executable-if-script-p as an option.
16886
16887 2000-06-09 Kenichi Handa <handa@etl.go.jp>
16888
16889 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16890 "tib24p-mule.bdf" for Tibetan.
16891
16892 * composite.el (decompose-composite-char): Declare it as obsolete.
16893
16894 * man.el (Man-fontify-manpage): Pay attention to underline and
16895 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16896
16897 2000-06-08 Gerd Moellmann <gerd@gnu.org>
16898
16899 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16900 Set maintainer to FSF since author isn't reachable.
16901
16902 2000-06-08 Dave Love <fx@gnu.org>
16903
16904 * international/mule-cmds.el (select-safe-coding-system): If
16905 DEFAULT-CODING-SYSTEM is not specified, also check the most
16906 preferred coding-system if buffer-file-coding-system is
16907 `undecided'. From Handa.
16908
16909 2000-06-08 Kenichi Handa <handa@etl.go.jp>
16910
16911 * international/mule.el
16912 (after-insert-file-set-buffer-file-coding-system): If the buffer
16913 size is greater than INSERTED, judget that we are not visiting.
16914
16915 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16916
16917 * whitespace.el (defgroup whitespace): Comment out `:version'.
16918 XEmacs 20.4 has problems defining the group with this present.
16919 We'll have this commented out till get resolve the problem.
16920
16921 2000-06-07 John Wiegley <johnw@gnu.org>
16922
16923 * align.el (align-dq-string-modes, align-sq-string-modes)
16924 (align-open-comment-modes): Add pyhton-mode.
16925 (align-rules-list): Use get-text-property instead of
16926 text-properties-at.
16927 (align-rules-list): Add python-assignment.
16928 (align-rules-list): Change perl-comma-delimiter to
16929 basic-comma-delimiter. Use if for Perl modes and python-mode.
16930 (align-rules-list): Add python-chain-logic and
16931 basic-line-continuation.
16932
16933 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16934
16935 * apropos.el (apropos-mode-hook): New user variable.
16936 (apropos-mode): Run apropos-mode-hook.
16937
16938 2000-06-07 David Ponce <david@dponce.com>
16939
16940 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16941 commands. Require `wid-edit' at run-time.
16942
16943 2000-06-07 David Ponce <david@dponce.com>
16944
16945 * recentf.el: Added some "Commentary".
16946 (recentf-open-more-files, recentf-edit-list): Minor changes to
16947 move the point at the top of the file list. This behaviour is
16948 consistent with the menu one when the list contains a lot of
16949 files.
16950 (recentf-cleanup): Now displays the number of items removed from
16951 the list.
16952 (recentf-relative-filter) New menu filter to show filenames
16953 relative to `default-directory'.
16954
16955 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16956
16957 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16958 with/without giving an error if PostScript printer doesn't have this
16959 kind of page size. Zebra Stripe continues or restarts on next page.
16960 Manual/automatic paper feeding. Switch or not the header.
16961 (ps-print-version): New version number (5.2.2).
16962 (ps-windows-system): Include emx as a Windows system.
16963 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16964 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16965 (ps-background-text): Code fix.
16966 (ps-error-handler-message, ps-user-defined-prologue)
16967 (ps-print-prologue-header, ps-printer-name)
16968 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16969 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16970 (ps-use-face-background): Customization fix.
16971 (ps-n-up-database): Data fix.
16972 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16973 (ps-switch-header): New vars.
16974 (ps-xemacs-color-name, ps-face-foreground-name)
16975 (ps-face-background-name, ps-boolean-constant): New funs.
16976
16977 2000-06-07 Dave Love <fx@gnu.org>
16978
16979 * allout.el: New version from Manheimer.
16980
16981 2000-06-07 Kenichi Handa <handa@etl.go.jp>
16982
16983 * textmodes/fill.el (fill-find-break-point): Check the validity of
16984 charset.
16985
16986 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16987
16988 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16989 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16990 Call display-color-p and display-mouse-p instead of looking at
16991 window-system.
16992
16993 2000-06-06 Dave Love <fx@gnu.org>
16994
16995 * image.el (find-image): Doc fix. Return nil if image not found.
16996 (put-image, insert-image): Make STRING arg optional.
16997
16998 2000-06-06 Kenichi Handa <handa@etl.go.jp>
16999
17000 * language/vietnamese.el: Remove eval-when-compile.
17001 (viet-viscii-nonascii-translation-table): Define it as a
17002 translation table made from viet-viscii-decode-table.
17003 (viet-viscii-encode-table): Define it as a translation table made
17004 from the reverse map of above.
17005 (viet-vscii-nonascii-translation-table): Define it as a
17006 translation table made from viet-vscii-decode-table.
17007 (viet-vscii-encode-table): Define it as a translation table made
17008 from the reverse map of above.
17009 (ccl-decode-viscii): Use translate-character.
17010 (ccl-encode-viscii, ccl-encode-viscii-font)
17011 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
17012 Likewize.
17013
17014 * language/cyrillic.el: Remove eval-when-compile.
17015 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
17016 translation table made from cyrillic-koi8-r-decode-table.
17017 (cyrillic-koi8-r-encode-table): Define it as a translation table
17018 made from the reverse map of above.
17019 (ccl-decode-koi8): Use translate-character.
17020 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
17021 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
17022 a translation table made from cyrillic-alternativnyj-decode-table.
17023 (cyrillic-alternativnyj-encode-table): Define it as a translation
17024 table made from the reverse map of above.
17025 (ccl-decode-alternativnyj): Use translate-character.
17026 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
17027 Likewize
17028
17029 * international/mule-diag.el (non-iso-charset-alist): Specify
17030 translation table symbol instead of translation table itself.
17031 (list-block-of-chars): CHARSET may be a translation table symbol.
17032
17033 * international/mule.el (make-coding-system): If CODING-SYSTEM
17034 already exists, override it.
17035
17036 * international/fontset.el: Use family `proportional' for Tibetan
17037 fonts.
17038
17039 * international/ccl.el (ccl-compile-translate-character): Don't
17040 check if Rrr has property translation-table.
17041 (ccl-compile-map-multiple): Modified to avoid compiler warning.
17042
17043 2000-06-05 Gerd Moellmann <gerd@gnu.org>
17044
17045 * info.el: Bind case-fold-search to t when searching in case
17046 a user sets it to nil in a hook.
17047
17048 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
17049
17050 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17051 * hl-line.el (hl-line-mode): Use the new :global key argument.
17052
17053 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
17054 (tar-clip-time-string): Prepend a space.
17055 (tar-grind-file-mode): Construct a string rather than modifying one.
17056 (tar-header-block-summarize): Fix docstring.
17057 Use `format' rather than an error-prone set of copy-loops.
17058
17059 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
17060 (diff-goto-source, diff-unified->context, diff-context->unified)
17061 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
17062 understand the format output by the `-p' argument to diff.
17063
17064 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
17065 (sh-re-done): Use defconst.
17066 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
17067 (sh-help-string-for-variable, sh-guess-basic-offset):
17068 Don't quote lambdas.
17069 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
17070 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
17071
17072 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
17073 (mh-letter-mode): Derive from text-mode.
17074 This implicitly means that it now calls kill-all-local-variables.
17075 Also remove the Emacs-18 compatibility code.
17076
17077 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
17078 Make use of symbol-property doc-string-elt.
17079 Use memq rather than a sequence of eq.
17080 (doc-string-elt): Fix the wrong or missing previously unused values.
17081 (autoload-print-form): New function extracted from
17082 generate-file-autoloads to allow recursion when handling progn
17083 so that defvar's and defun's docstrings are properly printed.
17084 (generate-file-autoloads): Use it.
17085
17086 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
17087 Use find-file-hooks in the minor-mode function.
17088 Be careful not to loop indefinitely in the post-command-hook function.
17089
17090 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
17091
17092 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
17093 tty's.
17094 * ediff-diff.el (ediff-exec-process): Use --binary for fine
17095 differences whenever appropriate.
17096 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17097 * viper.el (find-file, find-file-other-window): Get viper to do
17098 wildcards.
17099
17100 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17101
17102 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17103 (jit-lock-fontify-buffer): New function for JIT refontification.
17104 (jit-lock-mode): Fix docstring.
17105 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17106 Remove jit-lock-after-change from the _local_ hook.
17107 (jit-lock-function-1): Fix docstring.
17108
17109 * info.el (Info-on-current-buffer): Initialize info.
17110
17111 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17112
17113 * progmodes/tcl.el (tcl-indent-for-comment):
17114 Ignore comment-indent-hook.
17115
17116 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17117 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17118 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17119 and improve to use the lighter to guess the capitalization.
17120 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17121 Add keyword arguments to specify global-ness or the custom group.
17122 Add local-map and help-echo properties to the lighter.
17123 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17124 (easy-mmode-define-global-mode): New macro.
17125
17126 2000-06-02 Dave Love <fx@gnu.org>
17127
17128 * wid-edit.el: byte-compile-dynamic since we typically don't use
17129 all the widgets. Don't require cl or widget. Remove
17130 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17131 (widget-read-event): Removed. Callers changed to use read-event.
17132 (widget-button-release-event-p): Renamed from
17133 button-release-event-p.
17134 (widget-field-add-space, widget-field-use-before-change):
17135 Uncustomize.
17136 (widget-specify-field): Use keymap property, not local-map.
17137 (widget-specify-button): Obey :suppress-face.
17138 (widget-specify-insert): Use modern backquote syntax.
17139 (widget-image-directory): Renamed from widget-glyph-directory.
17140 (widget-image-enable): Renamed from widget-glyph-enable.
17141 (widget-image-find): Replaces widget-glyph-find.
17142 (widget-button-pressed-face): Move defvar.
17143 (widget-image-insert): Replaces widget-glyph-insert.
17144 (widget-convert): Use keywordp.
17145 (widget-leave-text, widget-children-value-delete): Use mapc.
17146 (widget-keymap): Remove XEmacs stuff.
17147 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17148 (widget-button-click): Don't set point at the click, but re-centre
17149 if we scroll out of window. Rewritten for images v. glyphs &c.
17150 (widget-tabable-at): Use POS arg, not point.
17151 (widget-beginning-of-line, widget-end-of-line)
17152 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17153 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17154 (widget-default-create): Use widget-image-insert; some rewriting.
17155 (widget-visibility-value-create)
17156 (widget-push-button-value-create, widget-toggle-value-create): Use
17157 widget-image-insert.
17158 (checkbox): Create on and off images dynamically.
17159 (documentation-link): Change :help-echo.
17160 (widget-documentation-link-echo-help): Remove.
17161
17162 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17163
17164 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17165
17166 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17167 (easy-mmode-define-toggle, define-minor-mode): Use it.
17168 (easy-mmode-define-keymap): Docstring fix.
17169 (define-derived-mode): Default PARENT to fundamental-mode.
17170 Add the derived-mode-parent symbol-property.
17171 (easy-mmode-derived-mode-p): New function.
17172
17173 2000-06-02 Dave Love <fx@gnu.org>
17174
17175 * files.el (convert-standard-filename): Doc fix.
17176 (normal-backup-enable-predicate): New function.
17177 (backup-enable-predicate): Use it to replace the lambda form.
17178
17179 * calendar/todo-mode.el: [This needs more work on the outline
17180 stuff.] Doc fixes.
17181 (todo) <defgroup>: Add :version.
17182 (todo-add-category): Don't use pushnew.
17183 (todo-cmd-raise): Fix typo.
17184 (todo-top-priorities): Change temp buffer name.
17185 (todo-category-alist): Avoid redundant lambda.
17186 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17187 Use outline-next-heading.
17188
17189 * autoarg.el: Rewritten to use define-minor-mode.
17190 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17191 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17192
17193 2000-06-02 Kenichi Handa <handa@etl.go.jp>
17194
17195 * isearch.el (isearch-other-meta-char): Fix previous change.
17196
17197 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17198
17199 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17200 (log-edit-done): Only add the comment to the ring if it's different
17201 from the last comment entered.
17202
17203 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17204
17205 2000-06-01 Dave Love <fx@gnu.org>
17206
17207 * hl-line.el: Rewritten using define-minor-mode.
17208
17209 * help.el (describe-function-1): Distinguish special form from
17210 builtin function. Sanity-check presence of arglist for builtins.
17211
17212 2000-06-01 Kenichi Handa <handa@etl.go.jp>
17213
17214 * international/characters.el: Fix syntax/category setting of
17215 Tibetan characters.
17216
17217 * language/tibet-util.el (tibetan-add-components): Fixes for new
17218 encoding of Tibetan characters.
17219 (tibetan-decompose-precomposition-alist): New variable.
17220 (tibetan-decompose-region): Convert precomposed characters to
17221 non-precomposed characters.
17222 (tibetan-decompose-string): Likewise.
17223 (tibetan-composition-function): Fix args to
17224 thibetan-compose-string.
17225
17226 * language/tibetan.el (tibetan-composable-pattern): More
17227 characters included.
17228 (tibetan-consonant-transcription-alist): Rule for "R" added.
17229 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17230 "+R" added.
17231 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17232
17233 * language/lao-util.el (lao-composition-function): Fix args to
17234 compose-string.
17235
17236 * language/thai-util.el (thai-composition-function): Fix args to
17237 compose-string.
17238
17239 * isearch.el (isearch-update): Set disable-point-adjustment to t
17240 to prevent the point moving to the end of a composition when a
17241 part of a composition is searched.
17242 (isearch-other-meta-char): If the key invoking this command can be
17243 mapped by function-key-map to a printing char, call
17244 isearch-process-search-char directly.
17245
17246 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17247
17248 * emacs-lisp/bytecomp.el:
17249 * frame.el:
17250 * international/mule-cmds.el:
17251 * international/mule-util.el:
17252 * international/mule.el:
17253 * mouse.el:
17254 * subr.el:
17255 * faces.el: Update calls to make-obsolete with a WHEN argument.
17256
17257 * byte-run.el (make-obsolete, make-obsolete-variable):
17258 Add an optional WHEN argument and change the format of the
17259 symbol-property information.
17260 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17261 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17262 new obsolete-symbol-property format and print WHEN if it is provided.
17263
17264 2000-05-31 Dave Love <fx@gnu.org>
17265
17266 * loadhist.el (loadhist-hook-functions): Remove
17267 before-change-function, after-change-function.
17268 (unload-feature): Deal with symbols which are both bound and
17269 fbound.
17270
17271 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17272 before-change-function, after-change-function.
17273
17274 * simple.el (newline): Don't bind before-change-function,
17275 after-change-function.
17276
17277 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17278
17279 * whitespace.el (whitespace-rescan-timer-time): Update interval
17280 set to 600 seconds (10 minutes) instead of 60 seconds since
17281 a large number of whitespace buffers causes emacs to `freeze'
17282 for a considerable amount of time.
17283
17284 * whitespace.el: Updated email address
17285
17286 2000-05-31 Dave Love <fx@gnu.org>
17287
17288 * add-log.el (change-log-font-lock-keywords) <function>: Add
17289 pattern for function of change.
17290 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17291 acknowledgements patterns.
17292
17293 2000-05-31 Kenichi Handa <handa@etl.go.jp>
17294
17295 * isearch.el (isearch-printing-char): If keyboard coding system is
17296 being used, call isearch-process-search-multibyte-characters.
17297
17298 * international/isearch-x.el: Mostly rewritten.
17299
17300 * international/quail.el (quail-start-conversion): Don't include
17301 unhandled events in the returned events, but set them in
17302 unread-command-events. Exit if all inputs are deleted.
17303
17304 2000-05-30 Jason Rumney <jasonr@gnu.org>
17305
17306 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17307
17308 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17309 Reenable code to create initial fontsets.
17310 Use set-fontset-font in place of put-charset-property.
17311
17312 2000-05-30 Gerd Moellmann <gerd@gnu.org>
17313
17314 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17315 label, ensure that the first colon isn't followed by another.
17316
17317 * paths.el (Info-default-directory-list): Doc fix.
17318
17319 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17320 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17321 send a query containing USER only, not USER@HOST.
17322
17323 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17324 and rmail-msgend to compute the restriction at the end, instead of
17325 computing it.
17326
17327 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17328
17329 * dabbrev.el (dabbrev-expand): Don't display messages in the
17330 echo area if the minibuffer window is active.
17331
17332 * jit-lock.el (jit-lock-mode): Add after change function to
17333 local hook.
17334
17335 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17336
17337 * antlr-mode.el: New commands: hide/unhide actions,
17338 upcase/downcase literals.
17339 (antlr-tiny-action-length): New user option.
17340 (antlr-hide-actions): New command. Suggested by
17341 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17342 (antlr-mode-map): New binding [C-c C-v].
17343 (antlr-mode-menu): New entries.
17344 (antlr-downcase-literals): New command.
17345 (antlr-upcase-literals): Ditto.
17346
17347 * antlr-mode.el: Minor changes: indendation, mode-name.
17348 (antlr-indent-line): Indent cpp directive at column 0.
17349 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17350
17351 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17352 (antlr-font-lock-additional-keywords): Workaround for intentional
17353 bug in XEmacs version of font-lock.
17354 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17355 be used by a smarter version of `buffers-menu-grouping-function'.
17356
17357 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17358
17359 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17360 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17361
17362 2000-05-29 Kenichi Handa <handa@etl.go.jp>
17363
17364 * international/encoded-kb.el
17365 (encoded-kbd-iso2022-designation-map): Pay attention to that
17366 charset-iso-final-char return -1 for eight-bit-control and
17367 eight-bit-graphic.
17368
17369 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17370
17371 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17372 (speedbar-easymenu-definition-base): Use display-graphic-p where
17373 available, instead of window-system.
17374
17375 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17376
17377 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17378 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17379 coding systems.
17380
17381 2000-05-26 Dave Love <fx@gnu.org>
17382
17383 * disp-table.el (standard-display-underline): Don't use
17384 internal-find-face.
17385
17386 * mail/reporter.el: Maintainer change. Doc fixes.
17387 (reporter-version): Deleted.
17388
17389 * emacs-lisp/elp.el: Maintainer change.
17390 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17391
17392 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17393
17394 * add-log.el (add-change-log-entry): Merge the current entry with the
17395 previous one if the previous one is empty.
17396
17397 2000-05-26 Dave Love <fx@gnu.org>
17398
17399 * loadhist.el (unload-feature): Fix interactive spec [from
17400 lijnzaad@ebi.ac.uk].
17401
17402 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17403 subr-arity to check primitives.
17404 (byte-compile-flush-pending, byte-compile-file-form-progn)
17405 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17406 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17407 mapcar.
17408
17409 2000-05-26 Kenichi Handa <handa@etl.go.jp>
17410
17411 * international/fontset.el: Set family names of non-latin charsets
17412 in default fontset to "*".
17413
17414 * international/mule-diag.el (print-fontset): Combine family part
17415 and registry part of the fontname by "-*-" instead of "-".
17416
17417 * international/mule-cmds.el (encode-coding-char): Make strings
17418 multibyte before calling encode-coding-string.
17419
17420 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17421
17422 * derived.el: Fix keywords.
17423 (define-derived-mode): Only define if needed.
17424
17425 * simple.el (fill-comment, comment-column, comment-start)
17426 (comment-start-skip, comment-end, comment-indent-function)
17427 (block-comment-start, block-comment-end, indent-for-comment)
17428 (set-comment-column, kill-comment, comment-padding, comment-region)
17429 (comment-multi-line, indent-new-comment-line): Remove.
17430
17431 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17432 function names for comment operations.
17433
17434 * newcomment.el: Add abundant autoload cookies.
17435 (comment-style): Don't depend on runtime data at compile-time.
17436 (comment-indent-hook): Remove.
17437 (comment-indent): Check if comment-indent-hook is bound.
17438 (comment-region): Docstring fix.
17439
17440 2000-05-25 Dave Love <fx@gnu.org>
17441
17442 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17443 byte-code-function-p.
17444
17445 * mail/rmailsum.el: Add provide.
17446
17447 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17448
17449 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17450 defcustom.
17451
17452 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17453
17454 * ediff-diff.el (ediff-exec-process): delete --binary option from
17455 non-buffer ediff jobs.
17456
17457 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17458
17459 * hilit-chg.el (highlight-changes-mode): Ask about color or
17460 grayscale support, not about window-system.
17461
17462 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17463 window-system.
17464 (ffap-highlight): Always default to t.
17465
17466 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17467 display-popup-menus-p instead of looking at window-system.
17468
17469 * disp-table.el (standard-display-g1, standard-display-graphic):
17470 Only refuse to use string glyphs on X and MS-Windows.
17471
17472 * avoid.el: Remove window-system from commentary, suggest to use
17473 display-*-p instead.
17474
17475 * apropos.el (apropos-print): Use display-mouse-p instead of
17476 window-system.
17477
17478 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17479
17480 * international/codepage.el (cp-decoding-vector-for-codepage):
17481 Fill up unsupported characters with their own codes. From Kenichi
17482 Handa.
17483
17484 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17485
17486 * international/mule-diag.el (describe-char-after): Use
17487 display-graphic-p instead of window-system, so that this function
17488 works on MS-DOS.
17489
17490 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17491
17492 * international/codepage.el (cp-make-coding-systems-for-codepage):
17493 Remove the eight-bit-graphic and eight-bit-control charsets from
17494 the list of charsets which we convert into `?'.
17495
17496 2000-05-25 Kenichi Handa <handa@etl.go.jp>
17497
17498 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17499 private charsets.
17500 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17501 japanese-jisx0213-2): New charsets.
17502
17503 * international/fontset.el: Setup default fontset for new charsets.
17504
17505 2000-05-24 Dave Love <fx@gnu.org>
17506
17507 * info.el (Info-find-node-2): Restructure [following "Vadim
17508 S. Solomin" <sovs@uic.nnov.ru>].
17509
17510 * icomplete.el: Fix header for Finder.
17511
17512 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17513
17514 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17515 STAY.
17516
17517 * rmail.el (rmail-automatic-folder-directives): New user variable.
17518 (rmail-show-message): Add call to `rmail-auto-file' during
17519 display.
17520 (rmail-auto-file): New function.
17521
17522 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17523
17524 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17525 account.
17526 (ediff-test-utility,ediff-diff-mandatory-option)
17527 (ediff-reset-diff-options): Utilities for proper initialization of
17528 ediff-diff-options and ediff-diff3-options on Windows.
17529
17530 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17531 variable.
17532
17533 * ediff-mult.el (ediff-filegroup-action): Use
17534 ediff-merge-filename-prefix.
17535
17536 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17537
17538 * viper-ex.el (ex-write): Set selective display to nil.
17539
17540 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17541
17542 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17543 aliases for hebrew-iso-8bit.
17544
17545 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17546
17547 * woman.el: New version from Francis J. Wright
17548 <F.J.Wright@Maths.QMW.ac.uk>.
17549 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17550 names in environment variables regardless of the path separator.
17551 (woman-topic-all-completions-1): Don't call file-name-directory-p
17552 on all files, since woman-file-regexp already filters out any
17553 directories.
17554
17555 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17556
17557 * international/quail.el (quail-start-translation): Don't change
17558 modified-p of the current buffer.
17559 (quail-start-conversion): Likewise.
17560
17561 * international/kkc.el (kkc-region): Don't change modified-p of
17562 the current buffer.
17563
17564 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17565 conform to RFC1468.
17566 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17567
17568 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17569
17570 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17571 (speedbar-insert-button): Invisible text property fix.
17572 (speedbar-directory-plus): Renamed from speedbar-directory-+
17573 (speedbar-directory-minus): Renamed from speedbar-directory--
17574 (speedbar-page-plus): Renamed from speedbar-file-+
17575 (speedbar-page-minus): Renamed from speedbar-file--
17576 (speedbar-page): Renamed from speedbar-file-
17577 (speedbar-tag): Renamed from speedbar-tag-
17578 (speedbar-tag-plus): Renamed from speedbar-tag-+
17579 (speedbar-tag-minus): Renamed from speedbar-tag--
17580 (speedbar-expand-image-button-alist): Use above renames.
17581
17582 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17583 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17584 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17585 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17586 * sb-pg.xpm: Renamed from sb-file.xpm
17587 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17588 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17589
17590 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17591
17592 * international/quail.el (quail-show-guidance-buf): Set
17593 current-input-method of the guidance buffer to the name of the
17594 curren input method.
17595
17596 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17597
17598 * progmodes/compile.el (compile-internal): Style typo.
17599
17600 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17601 quote vars and functions in the docstring.
17602
17603 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17604
17605 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17606 Don't quote lambdas.
17607
17608 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17609
17610 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17611
17612 * startup.el (command-line): Determine source file of compiled
17613 user init file differently. Warn if compiled user init file
17614 is older than its source file.
17615
17616 * ffap.el (ffap-url-regexp): Add `https'.
17617
17618 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17619
17620 * files.el (make-backup-file-name-1): Replace slashes with `!'
17621 rather than `|' (which is not allowed on Windows). Replace the
17622 drive letters with a string "drive_X".
17623
17624 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17625
17626 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17627
17628 * files.el (interpreter-mode-alist): Add `bash2'.
17629
17630 2000-05-22 Dave Love <fx@gnu.org>
17631
17632 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17633 mapc.
17634 (feature-file): Avoid calling symbol-name. Doc fix.
17635 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17636 (loadhist-hook-functions): Add mouse-position-function.
17637 (unload-feature): Change uses of mapcar.
17638
17639 * files.el (parse-colon-path): Doc fix.
17640 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17641 (set-auto-mode): Use mapc.
17642
17643 * complete.el (PC-look-for-include-file): Use :alnum: character
17644 class.
17645 (partial-completion-mode): Add autoload cookie.
17646
17647 2000-05-22 Sam Steingold <sds@gnu.org>
17648
17649 * info.el (Info-fontify-node): Fixed the call to
17650 `add-text-properties' (bug introduced on 2000-05-18).
17651
17652 2000-05-22 Dave Love <fx@gnu.org>
17653
17654 * bindings.el: Remove debug-ignored-errors set in other files.
17655
17656 * progmodes/etags.el: Add to debug-ignored-errors.
17657 (visit-tags-table-buffer): Clear out buffers holding old tables
17658 when making a new list.
17659 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17660 mapc.
17661
17662 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17663 quote keywords.
17664 (cmpl-string-case-type): Use character classes.
17665
17666 * comint.el:
17667 * textmodes/ispell.el:
17668 * imenu.el:
17669 * mail/mh-e.el:
17670 * progmodes/compile.el: Add to debug-ignored-errors.
17671
17672 * dabbrev.el: Add to debug-ignored-errors.
17673 (dabbrev-completion): Use mapc.
17674
17675 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17676
17677 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17678 (woman-mapcan, woman-parse-man.conf)
17679 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17680 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17681 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17682 path syntax better.
17683 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17684 (woman-manpath): Call woman-parse-man.conf.
17685 (woman-emulation): New defcustom, defaults to nroff.
17686 (woman-font-support): New defconst.
17687 (woman-use-symbol-font): New defcustom.
17688 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17689 "Emulation".
17690 Many functions: Doc fix.
17691
17692 2000-05-22 Kenichi Handa <handa@etl.go.jp>
17693
17694 * international/quail.el (quail-simple-translation-keymap): Map
17695 128..255 to quail-self-insert-command.
17696 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17697
17698 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17699
17700 * help.el (help-manyarg-func-alist): Typo.
17701
17702 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17703 intervals which makes it heaps simpler.
17704
17705 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17706 the nested comment markers.
17707
17708 * subr.el (remove-hook): Don't turn the hook's value into a list.
17709
17710 2000-05-21 Dave Love <fx@gnu.org>
17711
17712 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17713 are invalid characters.
17714
17715 * international/mule-util.el (detect-coding-with-priority): Use
17716 mapc. Remove redundant lambda.
17717
17718 * international/mule-diag.el (list-non-iso-charset-chars)
17719 (describe-fontset): Remove redundant lambda.
17720
17721 * emulation/crisp.el (brief-mode): New alias.
17722
17723 * emacs-lisp/ring.el (ring-elements): New function.
17724
17725 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17726 (easy-menu-do-add-item): Use keywordp.
17727
17728 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17729
17730 * replace.el: Doc and error message fixes.
17731 (replace-highlight): Use facep, not internal-find-face.
17732
17733 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17734
17735 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17736
17737 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17738 (log-edit-insert-changelog): Drop `:' as well.
17739
17740 * log-view.el: Fix file description.
17741 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17742 available.
17743 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17744 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17745
17746 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17747 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17748 Print a status message if the toggle is called interactively.
17749 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17750 for global minor modes and use `defcustom' for them.
17751 Use add-minor-mode.
17752 (easy-mmode-define-derived-mode): Remove.
17753 (define-derived-mode): Fancier default docstring.
17754 (easy-mmode-define-navigation): Signal an error rather than (ding).
17755
17756 * newcomment.el (comment-styles): New `box-multi'.
17757 (comment-normalize-vars): Better default for comment-continue to
17758 avoid whitespace-only continuations.
17759 (comment-search-forward): Always move even in the no-syntax case.
17760 (comment-padright): Only obey N if it's only obeyed for padleft.
17761 (comment-make-extra-lines): Better handling of empty continuations.
17762 Use `=' for the filler if comment-start has only one character.
17763 (uncomment-region): Try handling the special `=' filler.
17764 (comment-region): Allow LINES even if MULTI is nil.
17765 (comment-box): Choose box style based on comment-style.
17766
17767 2000-05-20 Kenichi Handa <handa@etl.go.jp>
17768
17769 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17770 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17771
17772 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
17773
17774 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17775 and insert, not subst-char-in-region.
17776
17777 * international/mule-diag.el (list-character-sets-1): Handle
17778 charsets eight-bit-control and eight-bit-graphic.
17779 (list-iso-charset-chars): Likewise.
17780 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17781 charactes as is. Use indent-to to align characters.
17782
17783 * international/mule-cmds.el (find-multibyte-characters): Never
17784 exclude charsets eight-bit-control and eight-bit-graphic.
17785
17786 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17787
17788 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17789 Don't quote lambdas.
17790
17791 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17792
17793 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17794
17795 * gud.el (gud-jdb-directories): Doc fix.
17796
17797 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17798
17799 * newcomment.el: New file.
17800
17801 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17802
17803 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17804
17805 2000-05-18 Andreas Schwab <schwab@suse.de>
17806
17807 * dired.el (dired-between-files): Also skip lines beginning with
17808 `used'.
17809
17810 2000-05-18 Gerd Moellmann <gerd@gnu.org>
17811
17812 * msb.el (msb-menu-cond): Add choice `user'.
17813
17814 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17815
17816 * ps-print.el: Compatibility, customization and doc fix.
17817 (ps-printer-name-option): Replace defconst by defvar.
17818 (ps-postscript-code-directory): XEmacs compatibility.
17819 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17820 fix.
17821 (ps-user-defined-prologue, ps-print-prologue-header)
17822 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17823 compatibility and code fix.
17824 (ps-print-background-image, ps-print-background-text):
17825 Customization fix.
17826 (ps-line-number-start, ps-n-up-on): New vars.
17827
17828 2000-05-18 Espen Skoglund <esk@ira.uka.de>
17829
17830 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17831 the indent-comment function to just return the appropriate indent.
17832
17833 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17834
17835 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17836 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17837 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17838
17839 2000-05-18 Dave Love <fx@gnu.org>
17840
17841 * info.el (Info-fontify-node): Add intangible property as well as
17842 invisible.
17843
17844 * calendar/appt.el (appt-make-list): Match all lines of entry.
17845 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17846
17847 2000-05-18 Kenichi Handa <handa@etl.go.jp>
17848
17849 * international/mule-diag.el (describe-char-after): Call
17850 internal-char-font, not char-font. If internal-char-font returns
17851 nil, display "-- none --".
17852
17853 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17854
17855 * image.el (image-type-available-p): Don't reference image-types
17856 if it isn't bound.
17857
17858 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17859
17860 * autoarg.el (autoarg-mode): Typo in the :set argument.
17861
17862 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17863
17864 * startup.el (command-line-1): Don't signal an error if the
17865 directory for auto-save-list files does not yet exist.
17866
17867 2000-05-17 Kenichi Handa <handa@etl.go.jp>
17868
17869 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17870
17871 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17872
17873 * subr.el (remove-hook): `setq' hook-value, not `set'.
17874
17875 2000-05-16 Sam Steingold <sds@gnu.org>
17876
17877 * info.el (debug-ignored-errors): More errors to ignore.
17878
17879 2000-05-16 Dave Love <fx@gnu.org>
17880
17881 * cus-edit.el: Don't require cl or easymenu.
17882 (custom-variable-prompt): Test standard-value property, not
17883 user-variable-p.
17884
17885 2000-05-16 Sam Steingold <sds@gnu.org>
17886
17887 * subr.el (add-hook): `setq' hook-value, not `set'.
17888
17889 2000-05-16 Gerd Moellmann <gerd@gnu.org>
17890
17891 * startup.el (command-line-1): Mention the FAQ in the startup
17892 message.
17893
17894 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17895
17896 * progmodes/compile.el (compilation-parse-errors): Collect
17897 `nomessage' regexps last.
17898
17899 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17900
17901 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17902 to the function name.
17903
17904 2000-05-15 Dave Love <fx@gnu.org>
17905
17906 * speedbar.el (speedbar-recenter): Typo.
17907 (speedbar-expand-line): Make arg optional.
17908 (speedbar-mode): Avoid a compiler warning.
17909
17910 2000-05-15 Gerd Moellmann <gerd@gnu.org>
17911
17912 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17913 user-specified option string is empty.
17914
17915 * mouse.el (mouse-yank-at-click): Doc fix.
17916
17917 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17918
17919 * term/internal.el (IT-character-translations): More updates of
17920 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17921 documents.
17922
17923 2000-05-15 Gerd Moellmann <gerd@gnu.org>
17924
17925 * env.el (getenv): New function, interactively callable.
17926 (setenv, getenv): Remove autoload cookies.
17927
17928 * loadup.el: Load `env'.
17929
17930 * progmodes/f90.el: Change author's mail address.
17931
17932 2000-05-14 Dave Love <fx@gnu.org>
17933
17934 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17935 goto-addr as an option.
17936
17937 * help.el (help-xref-stack): Doc fix.
17938 (help-xref-following): New variable.
17939 (help-make-xrefs): Use it.
17940 (help-xref-go-back): Use position information from stack element.
17941 (help-follow): Make position in stack element a pair. Use
17942 help-xref-following.
17943
17944 * autoarg.el: New file.
17945
17946 * faces.el: Declare more functions obsolete.
17947
17948 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17949 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17950 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17951 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17952 Remove all the setup-...-environment functions.
17953
17954 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17955
17956 * speedbar.el: Updated the commentary section. xemacs20p now uses
17957 >= when detecting. Require `defimage' safely.
17958 (speedbar-easymenu-definition-base): Add toggle for images.
17959 (speedbar-easymenu-definition-special): Add flush cache & expand.
17960 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17961 (speedbar-reconfigure-keymaps-hook): New variable.
17962 (speedbar-frame-parameters): Updated documentation.
17963 (speedbar-use-imenu-flag): Updated custom tag
17964 (speedbar-dynamic-tags-function-list): New variable.
17965 (speedbar-tag-hierarchy-method): Updated doc & custom.
17966 (speedbar-indentation-width, speedbar-indentation-width) New
17967 variables.
17968 (speedbar-hide-button-brackets-flag): Customizable.
17969 (speedbar-vc-indicator): Doc update.
17970 (speedbar-ignored-path-expressions): Updated default value.
17971 (speedbar-supported-extension-expressions): Updated default value.
17972 (speedbar-syntax-table): Remove {} paren status.
17973 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17974 as "+". Added overlay aliases.
17975 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17976 `force-mode-line-update'.
17977 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17978 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17979 `mouse-set-point'
17980 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17981 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17982 of arbitrary text, and new helper functions.
17983 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17984 filename finder.
17985 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17986 (speedbar-directory-buttons): Update path search/expansion.
17987 (speedbar-make-tag-line): Pay attention to
17988 `speedbar-indentation-width'. Use more care w/ invisible
17989 properties.
17990 (speedbar-change-expand-button-char): Call
17991 `speedbar-insert-image-button-maybe'.
17992 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17993 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17994 (speedbar-trim-words-tag-hierarchy)
17995 (speedbar-simple-group-tag-hierarchy): New functions
17996 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17997 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17998 functions.
17999 (speedbar-mouse-set-point): New function
18000 (speedbar-power-click): Updated documentation.
18001 (speedbar-line-token, speedbar-goto-this-file): Handle more types
18002 of tag prefix text.
18003 (speedbar-expand-line, speedbar-contract-line): Make more robust
18004 to strange text.
18005 (speedbar-expand-line): Takes universal argument to flush the
18006 cache.
18007 (speedbar-flush-expand-line): New function.
18008 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
18009 Use new generator insertion method.
18010 (speedbar-fetch-dynamic-tags): New function.
18011 (speedbar-fetch-dynamic-imenu): Removed code now handled in
18012 `speedbar-fetch-dynamic-imenu'.
18013 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
18014 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
18015 "Revert Buffer" menu items.
18016 (speedbar-buffer-buttons-engine): Be smarter when creating a
18017 filename tag (for expansion purposes.).
18018 (speedbar-highlight-one-tag-line,
18019 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
18020 (speedbar-recenter): New functions.
18021 (defimage-speedbar): Image loading abstraction.
18022 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
18023 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
18024 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
18025 (speedbar-tag-type, speedbar-tag-mail): New images.
18026 (speedbar-expand-image-button-alist): New variable.
18027 (speedbar-insert-image-button-maybe): Insert an image over some
18028 buttons.
18029
18030 2000-05-13 Kenichi Handa <handa@etl.go.jp>
18031
18032 * international/mule-cmds.el (encode-coding-char): An ASCII
18033 character is always encodable.
18034
18035 * international/mule-conf.el: Add more information in descriptions
18036 of character sets.
18037
18038 * international/mule-diag.el (describe-char-after): New function.
18039 (describe-font-internal): Adjusted for the change of font-info.
18040 (describe-font): Likewise.
18041 (print-fontset): Rewritten for the new fontset implementation.
18042 (describe-fontset): Include fontset alias names in completion.
18043 (list-fontsets): Adjusted for the change of print-fontset.
18044
18045 * simple.el (what-cursor-position): If DETAIL is non-nil, call
18046 describe-char-after instead of displaying the detail in the echo
18047 area.
18048 (syntax-code-table): Format changed.
18049 (string-to-syntax): Adjusted for the above change.
18050
18051 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
18052
18053 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
18054
18055 2000-05-12 Dave Love <fx@gnu.org>
18056
18057 * calendar/todo-mode.el: Remove some compatibility stuff and CL
18058 dependence. Use line-{beginning,end}-position, not
18059 point-at{b,e}ol. Some doc fixes.
18060 (todo-position): New function. Fix callers of position to use it.
18061 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
18062
18063 2000-05-12 Gerd Moellmann <gerd@gnu.org>
18064
18065 * time.el (display-time-mail-icon): Use `:ascent center'.
18066
18067 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
18068 handling FTP security extensions.
18069
18070 2000-05-11 Dave Love <fx@gnu.org>
18071
18072 * calendar/todo-mode.el: New file.
18073
18074 2000-05-11 Gerd Moellmann <gerd@gnu.org>
18075
18076 * comint.el (comint-read-input-ring): Move reference to
18077 comint-input-ring-size outside of the save-excursion. It was
18078 causing the default value to be the only one ever seen.
18079
18080 * font-lock.el: Update copyright. Remove Simon Marshall's email
18081 address on request from him.
18082
18083 * subr.el (substitute-key-definition): Add comment describing
18084 the meaning of PREFIX.
18085
18086 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
18087
18088 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
18089
18090 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
18091 (add-minor-mode): Don't make the variable buffer-local and add a
18092 reference to define-minor-mode in the docstring.
18093
18094 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
18095 HEADER/FOOTER and fix bug with trailing empty directory.
18096 (cvs-append-to-ignore): Use vc-editable-p if available.
18097 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18098 (vc-do-command): Tweak advice to handle the new VC.
18099
18100 * log-view.el (log-view-goto-rev): New function for the new VC.
18101 (log-view-minor-wrap): Use mark-active.
18102
18103 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18104 (log-edit-changelog-full-paragraphs): New var.
18105 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18106 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18107 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18108 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18109 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18110 Replace the `cvs' prefix with `log-edit'.
18111
18112 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18113
18114 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18115 (diff-font-lock-defaults): Explicitly turn off multiline.
18116 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18117 (diff-ediff-patch): Fix call to ediff-patch-file.
18118 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18119 Handle comments.
18120
18121 * frame.el (automatic-hscrolling): Typo.
18122
18123 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18124
18125 2000-05-09 Sam Steingold <sds@goems.com>
18126
18127 * apropos.el (apropos-print): use `describe-face' instead of
18128 `customize-face-other-window'.
18129
18130 2000-05-09 Dave Love <fx@gnu.org>
18131
18132 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18133
18134 * help.el (describe-variable): Have customize button pop the
18135 help-xref stack when invoked.
18136 (help-xref-symbol-regexp): Add `face'.
18137 (help-make-xrefs): Check for quoted face names and adapt regexp
18138 submatch numbers to cope.
18139 (help-xref-interned): Maybe insert face doc too. Separate
18140 sections with a line of hyphens.
18141
18142 * faces.el: Some doc fixes. Declare some functions obsolete.
18143 (describe-face): Add customize button. Return the help
18144 text. Fix prompt.
18145
18146 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18147
18148 * term/internal.el (IT-character-translations): Fix last change.
18149
18150 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18151
18152 * woman.el: New file
18153 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18154
18155 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18156
18157 * term/internal.el (IT-character-translations): Update ASCII
18158 simulations for greek-iso8859-7, add latin-iso8859-14 and
18159 latin-iso8859-15.
18160
18161 * international/mule-cmds.el (set-language-info-alist): Call
18162 define-prefix-command with 3 arguments, to make the map suitable
18163 for a menu.
18164
18165 2000-05-07 Dave Love <fx@gnu.org>
18166
18167 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18168
18169 2000-05-05 Dave Love <fx@gnu.org>
18170
18171 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18172 list in doc string. Don't quote keyword symbols.
18173 * emacs-lisp/cl.el: Likewise
18174 * emacs-lisp/cl-seq.el: Likewise
18175
18176 2000-05-05 Gerd Moellmann <gerd@gnu.org>
18177
18178 * abbrev.el (abbrev-mode): Make ARG optional.
18179
18180 2000-05-04 Gerd Moellmann <gerd@gnu.org>
18181
18182 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18183
18184 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18185
18186 * subr.el (substitute-key-definition): Clarify documentation.
18187
18188 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
18189
18190 * glasses.el (glasses-convert-to-unreadable): Use
18191 `glasses-separator' instead of the hard-wired "_".
18192 (glasses-mode): Call `glasses-make-unreadable' only in a single
18193 place.
18194
18195 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18196
18197 * term/internal.el (cjk-codepages-alist): Add associations for
18198 Chinese and Korean codepages. Remove FIXME comment.
18199
18200 2000-05-03 Dave Love <fx@gnu.org>
18201
18202 * time.el (display-time-mail-face, display-time-use-mail-icon):
18203 New option.
18204 (display-time-mail-icon): New variable.
18205 (display-time-string-forms): Use the above. Fix the local-map.
18206
18207 2000-05-03 Gerd Moellmann <gerd@gnu.org>
18208
18209 * replace.el (query-replace-map): Add binding for `E'.
18210 (query-replace-help): Extend help text.
18211 (perform-replace): Allow editing the replacement string.
18212
18213 * make-mode.el (makefile-mode-abbrev-table): New variable.
18214 (makefile-mode): Set local abbrev table to
18215 makefile-mode-abbrev-table.
18216 (makefile-font-lock-keywords): Fontify includes and conditionals.
18217
18218 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18219 set TOGGLE's value.
18220
18221 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18222 mail-interactive-insert-alias.
18223 (mail-abbrev-complete-alias): New command.
18224 (mail-mode-map): Bind it to `M-TAB'.
18225
18226 2000-05-03 Kenichi Handa <handa@etl.go.jp>
18227
18228 * language/lao-util.el (lao-compose-region): New function.
18229
18230 2000-05-02 Gerd Moellmann <gerd@gnu.org>
18231
18232 * files.el (recover-session): Make directories as necessary
18233 if they don't exist yet.
18234
18235 * calendar/cal-french.el
18236 (french-calendar-multibyte-special-days-array)
18237 (french-calendar-special-days-array): Change French text.
18238 (calendar-french-date-string): Change output.
18239 (calendar-goto-french-date): Likewise.
18240
18241 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18242
18243 * wid-edit.el (widget-default-active): Obey `:always-active'.
18244 (widget-documentation-string-value-create): Set `:always-active'.
18245
18246 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18247
18248 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18249 default prefix to `~/_emacs.d/auto-save.list/_s'.
18250 (normal-top-level): Create the directory for auto-save files, if
18251 it doesn't already exist (in the ms-dos case only).
18252
18253 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18254
18255 * international/mule-cmds.el (set-language-environment): Don't
18256 concat an integer (dos-codepage), use format instead.
18257
18258 2000-05-02 Dave Love <fx@gnu.org>
18259
18260 * help.el (help-xref-on-pp): Check for constant symbols.
18261
18262 2000-04-29 Gerd Moellmann <gerd@gnu.org>
18263
18264 * startup.el (normal-top-level): Put a condition-case around
18265 the code loading subdirs.el.
18266
18267 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18268
18269 * ps-print.el: Upside-down and face background color printing,
18270 line number step, doc fix.
18271 (ps-print-version): New version number (5.2).
18272 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18273 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18274 (ps-spool-config): Var fix.
18275 (ps-printer-name-option): Const fix.
18276 (ps-print-upside-down, ps-use-face-background)
18277 (ps-line-number-step): New vars.
18278 (ps-window-system, ps-lp-system): New consts.
18279 (ps-face-background): New fun.
18280
18281 2000-04-28 Richard Stallman <rms@gnu.org>
18282
18283 * files.el (make-auto-save-file-name):
18284 Apply auto-save-file-name-transforms to visited file name
18285 before generating auto save file name.
18286 (auto-save-file-name-transforms): New variable.
18287
18288 * files.el (backup-enable-predicate):
18289 Correctly test for a file under a temporary directory.
18290
18291 2000-04-28 Gerd Moellmann <gerd@gnu.org>
18292
18293 * subr.el (add-minor-mode): Rewritten.
18294
18295 2000-04-28 Kenichi Handa <handa@etl.go.jp>
18296
18297 * mail/sendmail.el (sendmail-send-it): Set
18298 buffer-file-coding-system to the selected coding system for MIME
18299 header.
18300
18301 2000-04-27 Gerd Moellmann <gerd@gnu.org>
18302
18303 * dired.el (dired-move-to-filename-regexp): Allow format where
18304 YYYY is followed by two spaces.
18305
18306 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18307 in the second character class of the regexp.
18308
18309 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18310 mh-etc, too.
18311
18312 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18313 nil.
18314
18315 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18316
18317 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18318 argument.
18319
18320 2000-04-27 Sen Nagata <sen@eccosys.com>
18321
18322 * emacs-lisp/crm.el (crm-completion-table): New variable.
18323 (crm-collection-fn, crm-test-completion)
18324 (completing-read-multiple): Use it.
18325
18326 2000-04-27 Dave Love <fx@gnu.org>
18327
18328 * help.el (locate-library): Use mapc.
18329 (help-manyarg-func-alist): Add call-process-region.
18330
18331 2000-04-26 Gerd Moellmann <gerd@gnu.org>
18332
18333 * subr.el (add-minor-mode): Make argument MAP optional.
18334
18335 * desktop.el (desktop-save): Save list of minor modes.
18336 (desktop-create-buffer): Restore minor modes.
18337 (desktop-minor-mode-table): New user-option.
18338
18339 * subr.el (add-minor-mode): New function.
18340
18341 * image.el (find-image): New function.
18342 (defimage): Rewritten to find image at load time.
18343
18344 * startup.el (normal-top-level-add-to-load-path): Handle
18345 case that the default directory is not in load-path.
18346
18347 * help.el: Old patch from Stefan Monnier.
18348 (help-xref-on-pp): New function.
18349 (describe-variable): Use it to display xrefs in a symbol's value.
18350
18351 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18352
18353 * cus-edit.el (custom-face): Fix parenthesis.
18354
18355 2000-04-26 Kenichi Handa <handa@etl.go.jp>
18356
18357 * mail/rmail.el (rmail-expunge): When there are no deleted
18358 messages, do nothing.
18359
18360 2000-04-26 Dave Love <fx@gnu.org>
18361
18362 * international/mule-cmds.el (locale-translation-file-name):
18363 Defvar to nil.
18364 (set-locale-environment): Set it here (at runtime).
18365
18366 2000-04-25 Gerd Moellmann <gerd@gnu.org>
18367
18368 * replace.el (perform-replace): Add parameters START and END. Use
18369 them instead of the check for a region in Transient Mark mode.
18370 (query-replace-read-args): Return two more list elements for the
18371 start and end of the region in Transient Mark mode.
18372 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18373 (map-query-replace-regexp, replace-string, replace-regexp): Add
18374 optional last arguments START and END and pass them to
18375 perform-replace.
18376
18377 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18378 form with additional arguments for perform-replace.
18379
18380 * progmodes/etags.el (tags-query-replace): Add parameters START
18381 and END. Construct a form with additional arguments for
18382 perform-replace.
18383
18384 * simple.el (shell-command): Set default directory for "*Shell
18385 Command Output" buffer.
18386
18387 * language/european.el (iso-latin-4): Fix typo.
18388
18389 * emacs-lisp/crm.el: New file.
18390
18391 2000-04-24 Dave Love <fx@gnu.org>
18392
18393 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18394 (Custom-reset-saved, Custom-reset-standard)
18395 (custom-group-value-create, custom-group-set, custom-group-save)
18396 (custom-group-reset-current, custom-group-reset-saved)
18397 (custom-group-reset-standard): Use mapc.
18398 (custom-buffer-create-internal): Disable undo when creating items.
18399 Use mapc.
18400 (custom-face): Avoid redundant lambda.
18401
18402 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18403
18404 * startup.el (auto-save-list-file-prefix): Set default to
18405 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18406
18407 2000-04-24 Sam Steingold <sds@gnu.org>
18408
18409 * time-stamp.el (time-stamp-string-preprocess): Always convert
18410 `field-result' to a string.
18411
18412 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18413
18414 * frame.el (scrolling): New group.
18415 (automatic-hscrolling): New user-option.
18416
18417 * startup.el (command-line-x-option-alist): Add `-lsp' and
18418 `--line-spacing'.
18419
18420 2000-04-19 Dave Love <fx@gnu.org>
18421
18422 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18423 (cl-mapc): Rename from mapc. Fix the funcall.
18424
18425 2000-04-19 Gerd Moellmann <gerd@gnu.org>
18426
18427 * simple.el (clone-indirect-buffer-other-window): New command.
18428 (clone-indirect-buffer): Add optional arg NORECROD.
18429 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18430
18431 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18432
18433 * window.el (count-screen-lines): New function.
18434 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18435 instead of window-buffer-height.
18436
18437 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18438 non-existing variable comint-input-sentinel.
18439 (inferior-lisp-args-to-list): Removed.
18440 (inferior-lisp): Use split-string instead of
18441 inferior-lisp-args-to-list.
18442
18443 * hexl.el (hexl-insert-hex-string): New command.
18444
18445 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18446 instead of concat.
18447
18448 2000-04-18 Gerd Moellmann <gerd@gnu.org>
18449
18450 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18451 at the start of an existing but empty folder.
18452
18453 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18454
18455 * ps-mule.el: Customization fix, doc fix.
18456 (ps-multibyte-buffer): Customization fix.
18457
18458 2000-04-17 Richard M. Stallman <rms@gnu.org>
18459
18460 * subr.el (read-passwd): Use read-char-exclusive.
18461
18462 2000-04-17 Gerd Moellmann <gerd@gnu.org>
18463
18464 * textmodes/texinfo.el (texinfo-insert-@email)
18465 (texinfo-insert-@emph, texinfo-insert-@quotation)
18466 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18467 (texinfo-mode-map): Add key bindings for them.
18468
18469 * files.el (basic-save-buffer-2): Use a template with `$'
18470 instead of `#' for VMS.
18471
18472 * simple.el (clone-indirect-buffer): New function.
18473
18474 2000-04-16 Stephen Eglen <stephen@gnu.org>
18475
18476 * iswitchb.el (iswitchb-case): New function. If the user input
18477 contains any upper-case characters, the search is made
18478 case-sensitive.
18479
18480 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18481
18482 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18483 comment-end.
18484 (texinfo-font-lock-syntactic-keywords): New var.
18485 (texinfo-font-lock-keywords): Remove comment regexp.
18486 (texinfo-insert-block): New function.
18487 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18488 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18489 and font-lock-defaults. Use regexp-opt for outline-regexp.
18490 (texinfo-environments): New var.
18491 (texinfo-environment-regexp): Use regexp-opt and
18492 texinfo-environments.
18493
18494 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18495 ispell-process is bound since this might be eval'd before ispell
18496 is loaded.
18497 (ispell-message): Use a tiny bit less magic and a bit more hard
18498 data to figure out what kind of sc-cite-regexp to use.
18499
18500 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18501
18502 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18503 (insert-cyclic-diary-entry): Unquote the lambda.
18504
18505 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18506
18507 * files.el (backup-enable-predicate): Unquote the lambda.
18508
18509 * cus-edit.el (custom-face, face): Unquote the lambda.
18510
18511 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18512
18513 * ps-print.el: Check for line-beginning-position definition.
18514
18515 * ps-print.el: Fix counting lines in a region.
18516 (ps-print-version): New version number (5.1.5).
18517 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18518 (ps-printing-region): Fun code fix.
18519
18520 2000-04-15 Gerd Moellmann <gerd@gnu.org>
18521
18522 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18523 to file-directory-p.
18524
18525 2000-04-14 Gerd Moellmann <gerd@gnu.org>
18526
18527 * gud.el (gud-jdb-build-source-files-list): Check that directory
18528 exists before calling directory-files.
18529
18530 2000-04-13 Dave Love <fx@gnu.org>
18531
18532 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18533 syntax.
18534
18535 * emacs-lisp/cl-specs.el: Remove when, unless.
18536
18537 * emacs-lisp/cl-extra.el: Don't quote keywords.
18538 (cl-old-mapc): New variable.
18539 (mapc): Use it.
18540 (cl-map-intervals): Use with-current-buffer. Don't check for
18541 next-property-change.
18542 (cl-map-overlays): Use with-current-buffer.
18543 (cl-expt): Remove.
18544 (copy-tree, remprop): Define unconditionally.
18545
18546 * emacs-lisp/cl-compat.el (keywordp): Remove.
18547
18548 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18549 to use keywordp.
18550 (edebug-spec): Enable keywordp.
18551
18552 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18553 string-lessp.
18554
18555 * cus-start.el: Use keywordp.
18556
18557 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18558
18559 * diary-lib.el (include-other-diary-files): Fix the fix of
18560 2000-02-18 by doing a save-excursion.
18561
18562 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18563
18564 * ps-print.el: Customization fix, doc fix.
18565 (ps-print-version): New version number (5.1.4).
18566 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18567 (ps-print-preprint): Adjust code.
18568 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18569 (ps-print-prologue-header, ps-print-control-characters)
18570 (ps-spool-config): Customization fix.
18571
18572 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18573
18574 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18575 converted to the new menu-item format, names silightly changed,
18576 help strings added.
18577
18578 Support for spelling without async subprocesses:
18579
18580 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18581 (ispell-session-buffer): New variables.
18582 (ispell-start-process, ispell-process-status,
18583 ispell-accept-output, ispell-send-string): New functions, for
18584 Ispell invocation when async subprocesses aren't supported.
18585 (ispell-word, ispell-pdict-save, ispell-command-loop,
18586 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18587 to process-send-string with calls to ispell-send-string, and
18588 accept-process-output with ispell-accept-output.
18589 (ispell-init-process): Call ispell-process-status instead of
18590 process-status with.
18591 (ispell-init-process): Call ispell-start-process. Call
18592 ispell-accept-output and ispell-send-string. Don't call
18593 process-kill-without-query and kill-process if they are unbound.
18594 (ispell-async-processp): New function.
18595
18596 2000-04-12 Dave Love <fx@gnu.org>
18597
18598 * info.el: Add debug-ignored-errors.
18599 (Info-mode-menu): Add some items.
18600 (Info-directory): Add autoload cookie.
18601
18602 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18603 Modify `truncate-lines'. Make `describe-language-environment'
18604 always visible and add help. Modify `describe-key' help. Invoke
18605 Info-directory from `info'. New entry `emacs-manual'.
18606
18607 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18608
18609 * progmodes/ebrowse.el (ebrowse-tree-mode):
18610 Use propertized-buffer-identification.
18611 (ebrowse-update-member-buffer-mode-line): Likewise.
18612 (ebrowse--mode-strings): Removed.
18613 (ebrowse--mode-line-props): Removed.
18614
18615 * files.el (auto-mode-alist): Add `EBROWSE'.
18616
18617 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18618 space before testing for end of buffer.
18619 (ebrowse-load): Removed.
18620 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18621 (ebrowse-create-tree-buffer): Rewritten.
18622 (ebrowse-tree-mode): Read tree from buffer.
18623
18624 * progmodes/ebrowse-ffh.el: Removed.
18625
18626 2000-04-10 Kenichi Handa <handa@etl.go.jp>
18627
18628 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18629
18630 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18631
18632 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18633 at the wrong place.
18634
18635 2000-04-09 Dave Love <fx@gnu.org>
18636
18637 * files.el (backup-enable-predicate):
18638 Use temporary-file-directory, small-temporary-file-directory.
18639 (make-backup-file-name-function, backup-directory-alist): New vars.
18640 (make-backup-file-name-1): New function.
18641 (make-backup-file-name): Use it.
18642 (find-backup-file-name): Likewise. Use format for clarity, not concat.
18643 (file-newest-backup): Use make-backup-file-name.
18644
18645 2000-04-09 Gerd Moellmann <gerd@gnu.org>
18646
18647 * progmodes/ebrowse-ffh.el: New file.
18648
18649 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18650 Moved to ebrowse-ffh.el.
18651 (ebrowse-load): Add autoload.
18652
18653 * finder.el (finder-commentary): Add autoload cookie.
18654
18655 * mail/rfc2368.el: Correct author's email address.
18656
18657 * progmodes/ebrowse.el: New file.
18658
18659 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18660 item help string.
18661 (easy-menu-do-add-item): Ditto.
18662 (easy-menu-define): Extend doc string.
18663
18664 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
18665 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18666 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18667 with-buffer-unmodified.
18668
18669 2000-04-08 Dave Love <fx@gnu.org>
18670
18671 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18672 unless, when.
18673
18674 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18675
18676 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18677 (viper-flash-search-pattern): No operation when using Emacs
18678 doesn't support face.
18679 Use `viper-put-on-search-overlay'.
18680
18681 2000-04-04 Gerd Moellmann <gerd@gnu.org>
18682
18683 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18684 like C-r.
18685
18686 * progmodes/make-mode.el: Some doc fixes.
18687 (makefile-mode-abbrev-table): New variable.
18688 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18689 (makefile-font-lock-keywords): Fontify includes and conditionals.
18690 (toplevel): Require `dabbrev' and `add-log' when compiling.
18691
18692 * replace.el (perform-replace): Don't move forward one char
18693 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18694 to do that because it leaves point 1 position after the last
18695 replacement, after everything has been replaced.
18696
18697 * jit-lock.el (with-buffer-unmodified): New macro.
18698 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18699 modified state.
18700 (jit-lock-function-1): Extracted from jit-lock-function; not
18701 preserving buffer's modified state.
18702 (jit-lock-function, jit-lock-stealth-fontify):
18703 Call jit-lock-function-1.
18704
18705 * mail/rfc2368.el: Remove supernumerary copyright line.
18706
18707 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
18708
18709 * glasses.el: Provide facilities for inserting space before left
18710 parentheses and uncapitalization of identifiers.
18711 (glasses-mode): Try to remove old overlays in all cases.
18712
18713 2000-04-03 Gerd Moellmann <gerd@gnu.org>
18714
18715 * progmodes/compile.el (compile-internal): Display the compilation
18716 buffer in a different frame, if it's already displayed there.
18717
18718 * mail/rfc2368.el: New file.
18719
18720 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18721 header and insert its value as mail body.
18722
18723 * subr.el (member-ignore-case): New function.
18724
18725 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18726 (dabbrev--find-expansion): Ignore buffers matching a regexp
18727 from dabbrev-ignored-regexps.
18728
18729 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18730 to extensions handled by gzip.
18731
18732 2000-04-03 Richard M. Stallman <rms@gnu.org>
18733
18734 * files.el (insert-directory): List the total free space
18735 along with the used space.
18736
18737 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18738 line is followed by one that matches CITATION-REGEXP, end the
18739 paragraph.
18740
18741 2000-04-03 Markus Rost <rost@delysid.gnu.org>
18742
18743 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18744 (rmail-make-basic-summary-line): Use that option.
18745
18746 2000-04-03 Kenichi Handa <handa@etl.go.jp>
18747
18748 * international/mule-cmds.el (encoded-string-description):
18749 Rewritten. Try pretty description for ISO 2022 escape sequences
18750 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18751 for hexadecimal format.
18752
18753 2000-04-01 Dave Love <fx@gnu.org>
18754
18755 * cpp.el: Change customization group to `c' from `C'.
18756
18757 * vcursor.el (vcursor-move): Use display-color-p.
18758
18759 * international/mule-util.el: Provide mule-utils.
18760 (string-to-sequence): Simplify and speed up.
18761
18762 * international/mule.el (make-coding-system): Purecopy doc-string.
18763
18764 * international/mule-cmds.el: Various menu changes.
18765 (describe-specified-language-support): Handle `Default'.
18766 (set-language-info): Purecopy `info'.
18767
18768 2000-03-31 Andrew Innes <andrewi@gnu.org>
18769
18770 * vc.el (vc-backend-diff): Return the correct status if we had to
18771 retry the rcsdiff command without the --brief option.
18772
18773 2000-03-31 Dave Love <fx@gnu.org>
18774
18775 * help.el (help-manyarg-func-alist): Correct several omissions.
18776
18777 * add-log.el: Don't require cl, fortran.
18778 (add-log-current-defun-function): Doc fix.
18779 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
18780 (change-log-version-rcs): Function deleted.
18781 (change-log-version-number-search): Doc fix.
18782 Use vc-workfile-version. Avoid CL dolist.
18783 (add-change-log-entry): Just call add-log-current-defun to get
18784 defun. Simplify somewhat.
18785 (change-log-get-method-definition-1): Likewise.
18786 (add-log-current-defun): Return nil if calling
18787 add-log-current-defun-function does so. Move Fortran stuff to
18788 fortran.el. Return string without properties.
18789
18790 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18791 and :alpha: char classes.
18792
18793 * mail/supercite.el: Defvar curline when compiling.
18794 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18795 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18796 rather than a-zA-Z0-9 to allow non-ASCII characters.
18797
18798 2000-03-31 Gerd Moellmann <gerd@gnu.org>
18799
18800 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18801
18802 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18803 Re-enable new code.
18804
18805 * lpr.el (print-region-1): Use -d to specify printer name for
18806 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18807
18808 2000-03-31 Dave Love <fx@gnu.org>
18809
18810 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18811 Look for function definition in symbol's function value slot first
18812 instead of first consulting byte-compile-function-environment.
18813
18814 2000-03-31 Kenichi Handa <handa@etl.go.jp>
18815
18816 * language/european.el ("Polish"): New language environment.
18817 (setup-polish-environment): New function.
18818
18819 2000-03-30 Gerd Moellmann <gerd@gnu.org>
18820
18821 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18822 Disable new code.
18823
18824 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18825 trying to `load' the symbol of an autoload instead of the file
18826 recorded in the autoload. Fix error messages.
18827
18828 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18829
18830 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18831 (ps-print-version): New version number (5.1.3).
18832 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18833 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18834 (ps-generate-postscript-with-faces): Code fix.
18835 (ps-color-values): XEmacs compatibility.
18836 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18837 (ps-default-fg, ps-default-bg): Adjust customization.
18838 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18839 (ps-color-scale): Renaming old ps-color-value fun.
18840 (ps-print-headers): Replace ps-print-header group to avoid conflict
18841 with ps-print-header variable.
18842 (ps-print-miscellany): New group.
18843 (ps-format-color, ps-rgb-color): New funs.
18844 (ps-default-foreground): New var.
18845 (ps-printer-name-option): New const.
18846
18847 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18848
18849 * net/net-utils.el:
18850 (network-connection-host, network-connection-service): New variables
18851 (network-connection-mode): New mode, derived from comint-mode
18852 (network-connection-mode-setup): New function, saves host and
18853 service information in local variables.
18854
18855 * lisp/locate.el:
18856 (locate-word-at-point): Added this function
18857 (locate): Default to using locate-word-at-point as input
18858 Run dired-mode-hook
18859
18860 2000-03-29 Dave Love <fx@gnu.org>
18861
18862 * calendar/appt.el: Doc fixes.
18863 (appt-check): Convert min-to-app to a string before passing to
18864 appt-disp-window-function or concat.
18865 (appt-delete-window): Remove test for frame-root-window.
18866 (appt-select-lowest-window, appt-convert-time): Simplify.
18867
18868 * emacs-lisp/bytecomp.el: Doc fixes.
18869 (byte-compile-file-form-autoload):
18870 Update byte-compile-function-environment.
18871
18872 2000-03-29 Andreas Schwab <schwab@suse.de>
18873
18874 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
18875
18876 * dired.el (dired-insert-directory): If dired-free-space-program
18877 failed just delete its output.
18878
18879 2000-03-29 Dave Love <fx@gnu.org>
18880
18881 * international/iso-cvt.el: Move provide to end. Doc fixes.
18882 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18883 (iso-iso2sgml, iso-sgml2iso): New functions.
18884 (iso-cvt-define-menu): Fix some entries and use backquote for
18885 clarity.
18886
18887 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18888
18889 2000-03-28 Gerd Moellmann <gerd@gnu.org>
18890
18891 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18892 ISO-DATE. If non-nil, return date in ISO 8601 format.
18893
18894 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18895
18896 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18897 if it ever becomes used.
18898 (log-edit-mode-hook): Default to vc-log-mode-hook.
18899 (log-edit-mode): Fix the docstring.
18900
18901 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18902 the code.
18903
18904 2000-03-26 Dave Love <fx@gnu.org>
18905
18906 * net/browse-url.el (browse-url): Re-fix case of
18907 browse-url-browser-function being an alist.
18908 (browse-url): Add :link to defgroup.
18909
18910 * files.el: Doc fixes.
18911 (file-truename): Include `[' in wildcard characters.
18912 (automount-dir-prefix): Customize.
18913 (find-file-wildcards): Add :version.
18914 (find-file-noselect): Simplify a mapcar call.
18915
18916 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18917 compatible with inf-lisp version.
18918 (eval-defun-1): Fix custom-declare-variable case.
18919
18920 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18921
18922 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18923
18924 2000-03-24 Gerd Moellmann <gerd@gnu.org>
18925
18926 * Makefile (COMPILE_FIRST): New macro.
18927 (compile-files): Compile files from COMPILE_FIRST first.
18928
18929 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
18930
18931 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18932 matching open parenthesis in column 0 to defun-prompt-regexp
18933 only if open-paren-in-column-0-is-defun-start is set.
18934
18935 * sun-curs.el: Require CL at compile-time only.
18936
18937 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18938 instead of copy-list which is a function from CL.
18939 (msb--choose-menu, msb--mode-menu-cond)
18940 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18941 (msb--init-file-alist): Use mapcar instead of mapcan.
18942 (msb--aggregate-alist): Use mapcar instead of mapcan.
18943 Fix `(' in column 0 in doc string.
18944 (msb--add-separators): Use mapcar instead of mapcan.
18945
18946 * cus-dep.el: Require CL at compile-time only.
18947
18948 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18949
18950 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18951 (byte-compile-warnings): New warning `noruntime'.
18952 (byte-compile-constants, byte-compile-variables): Fix docstring.
18953 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18954 execute `eval-whenc-compile's body.
18955 (byte-compile-unresolved-functions): Fix docstring.
18956 (byte-compile-eval): New function.
18957 (byte-compile-callargs-warn): Check if the function will be available
18958 at runtime (via property `byte-compile-noruntime').
18959 (byte-compile-print-syms): New function.
18960 (byte-compile-warn-about-unresolved-functions): Also warn about
18961 `noruntime' functions (and use `byte-compile-print-syms').
18962 (byte-compile-file): Capitalize the message.
18963
18964 2000-03-24 Gerd Moellmann <gerd@gnu.org>
18965
18966 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18967 (rmail-expunge): Ask for confirmation depending on the setting
18968 of rmail-confirm-expunge.
18969
18970 2000-03-23 Gerd Moellmann <gerd@gnu.org>
18971
18972 * Makefile (bootstrap-clean): If $(emacs) exists, build
18973 loaddefs.el first. A loaddefs.el that's not up-to-date might
18974 cause a bootstrap failure because things don't autoload as expected.
18975
18976 2000-03-23 Dave Love <fx@gnu.org>
18977
18978 * net/browse-url.el: Restore previous use of
18979 browse-url-maybe-new-window.
18980
18981 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18982
18983 * ps-print.el: Skip banner page fix.
18984 (ps-print-version): New version number (5.1.2).
18985 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18986
18987 2000-03-23 Dave Pearson <davep@davep.org>
18988
18989 * net/quickurl.el Changed the type of parameter passed to the
18990 function defined by `quickurl-format-function'. Before only the
18991 text of the URL was passed. Now the whole URL structure is passed
18992 and the function is responsible for extracting the parts it requires.
18993 Changed the default of `quickurl-format-function' accordingly.
18994 (quickurl-insert): Changed the `funcall' of
18995 `quickurl-format-function' to match the above change.
18996 (quickurl-list-insert): Changed the `url' case so that it makes
18997 use of `quickurl-format-function', previous to this the format was
18998 hard wired.
18999
19000 2000-03-22 Gerd Moellmann <gerd@gnu.org>
19001
19002 * startup.el: Change some spellings for the X Window System.
19003
19004 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
19005
19006 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
19007 Clean up the code and the regexp and make sure the cursor is
19008 temporarily moved to the suspicious line while querying the user.
19009
19010 2000-03-22 Jason Rumney <jasonr@gnu.org>
19011
19012 * w32-fns.el (w32-charset-info-alist): Initialize.
19013
19014 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19015
19016 * ps-print.el: N-up last page fix.
19017 (ps-print-version): New version number (5.1.1).
19018 (ps-end-file, ps-end-job, ps-generate): Code fix.
19019
19020 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19021
19022 * files.el (find-file-run-dired): Update docstring.
19023 (find-directory-functions): New hook.
19024 (find-file-noselect): Run find-directory-functions rather than
19025 calling dired directly.
19026
19027 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
19028
19029 * pcvs.el: Add a minimal leading commentary.
19030 (cvs-make-cvs-buffer): Change the header part by removing the startup
19031 message and adding a `Module' entry. Also replace the FOOTER and
19032 HEADER special fileinfos with the new support in ewoc for updating
19033 its own footer and header.
19034 (cvs-update-header): Update to use the header/footer of the ewoc.
19035 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
19036 (cvs-is-within-p): New function.
19037 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
19038 to only examine some subset of the buffers.
19039
19040 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
19041 `format' instead of our own ad-hoc functions.
19042 Remove HEADER and FOOTER cases, now handled in the EWOC.
19043 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
19044
19045 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
19046 output to avoid scaring the user.
19047 (cvs-parse-table): Catch message for non-up-to-date commits.
19048
19049 * pcvs-defs.el (cvs-startup-message): Remove.
19050 (cvs-global-menu): New autoloaded menu.
19051
19052 * pcvs-util.el (cvs-string-fill): Remove.
19053
19054 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
19055 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
19056 PP part of it and also make it work for footers and headers.
19057 (ewoc-create): Drop POS and BUFFER arguments.
19058 Use the DLL's dummy node to store the end-of-footer position.
19059 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
19060 (ewoc-refresh): Remove unused `header' variable.
19061 (ewoc-(get|set)-hf): New functions.
19062
19063 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
19064 log-view-*-(message|file) and use easy-mmode-define-navigation.
19065 (log-view-message-re): Match SCCS format as well.
19066 And match the revision line rather than the dashed separator line.
19067 (log-view-mode): Use the new define-derived-mode.
19068 (log-view-current-tag): Fill in with an actual implementation.
19069
19070 * cvs-status.el (cvs-status-(prev|next)): Rename from
19071 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
19072 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
19073 to let the output "breathe" a little more (more readable).
19074 (cvs-status-mode): Use the new define-derived-mode.
19075
19076 * smerge-mode.el (smerge-auto-leave): New function and variable.
19077 (smerge-basic-map): Rename from smerge-basic-keymap.
19078 Change the bindings for smerge-diff-*.
19079 (smerge-*-map): Use easy-mmode-defmap.
19080 (smerge-(next|prev)): Use easy-mmode-define-navigation.
19081 (smerge-keep-*): Use smerge-auto-leave.
19082
19083 2000-03-21 Jason Rumney <jasonr@gnu.org>
19084
19085 * cus-edit.el (custom-button-face): Use 3D look for w32.
19086 (custom-button-pressed-face): Likewise.
19087
19088 2000-03-21 Gerd Moellmann <gerd@gnu.org>
19089
19090 * progmodes/etags.el (tags-case-fold-search): New user-option.
19091 (tags-loop-eval): New function. Bind case-fold-search around eval
19092 depending on the value of tags-case-fold-search.
19093 (tags-loop-continue): Use tags-loop-eval.
19094 (find-tag-in-order): Bind case-fold-search depending on the value
19095 of tags-case-fold-search.
19096
19097 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19098
19099 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
19100 (diff-end-of-hunk): Return the end position for use in
19101 `easy-mmode-define-navigation'.
19102 (diff-recenter): Remove.
19103 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19104 of `easy-mmode-define-navigation'.
19105 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19106 previous renaming) and fix to use new names.
19107 (diff-merge-strings): Use \n as separator: simpler, faster.
19108 (diff-mode): Use `define-derived-mode'.
19109
19110 * derived.el (define-derived-mode): Don't autoload anymore.
19111 Prefer the macro-only version provided by easy-mmode.el.
19112
19113 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
19114 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
19115 (easy-mmode-define-navigation): New macro.
19116
19117 * subr.el (combine-run-hooks): New function.
19118
19119 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
19120
19121 * term/x-win.el: Fontsets related initialization is simplified.
19122
19123 * international/mule-diag.el (describe-font): Don't refer to
19124 global-fontset-alist, instead call font-list.
19125 (describe-fontset, list-fontsets, mule-diag): Likewise.
19126 (print-fontset): Adjusted for the change of fontset implementation.
19127
19128 * international/fontset.el (x-charset-registries): Variable removed,
19129 instead the corresponding data is stored in the default fontset.
19130 (register-alternate-fontnames): Function removed.
19131 (resolved-ascii-font): Variable removed.
19132 (x-compose-font-name): Ignore the second argument REDOCE.
19133 (x-complement-fontset-spec): Complement only an ASCII font and
19134 element for those charsets than can use that ASCII font.
19135 (generate-fontset-menu): Don't refer to global-fontset-alist,
19136 instead call fontset-list.
19137 (uninstantiated-fontset-alist): Variable removed.
19138 (x-style-funcs-alist): Likewise.
19139 (fontset-default-styles): Likewise.
19140 (x-modify-font-name): Function removed.
19141 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19142 (create-fontset-from-ascii-font): Docsting adjusted for the above
19143 change.
19144 (instantiate-fontset, resolve-fontset-name): Functions removed.
19145 (fontset-list): Now implemented by C code.
19146
19147 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19148 (describe-face): Include `font' attribute in the description.
19149
19150 2000-03-21 Kenichi Handa <handa@etl.go.jp>
19151
19152 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19153
19154 2000-03-20 Gerd Moellmann <gerd@gnu.org>
19155
19156 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19157 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19158 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19159
19160 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19161 about behavior of set-buffer-modified-p wrt redisplay.
19162
19163 2000-03-19 Richard M. Stallman <rms@gnu.org>
19164
19165 * view.el (view-mode-disable): Kill local binding of view-read-only.
19166
19167 2000-03-18 Gerd Moellmann <gerd@gnu.org>
19168
19169 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19170 is a string, convert it to a syntax cell using string-to-syntax.
19171
19172 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19173 (string-to-syntax): New function.
19174
19175 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19176 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19177 try to use passive ftp mode.
19178
19179 2000-03-17 Gerd Moellmann <gerd@gnu.org>
19180
19181 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19182
19183 * simple.el (append-to-buffer): Update point of windows after
19184 insertion.
19185
19186 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19187 forward then moving backward. Reindent.
19188
19189 * frame.el (other-frame): Call x-focus-frame only if
19190 focus-follows-mouse is off.
19191
19192 2000-03-17 Dave Love <fx@gnu.org>
19193
19194 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
19195
19196 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19197
19198 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19199 regexp for labels cannot span several lines.
19200
19201 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19202 `(setq :<key> ':<key>)' to the macro expansion.
19203
19204 2000-03-16 Dave Love <fx@gnu.org>
19205
19206 * progmodes/f90.el (f90): Put custom group under `languages', not
19207 `fortran'.
19208 (f90-mode-hook): Customize.
19209 (f90-mode): Set add-log-current-defun-function.
19210 (f90-current-defun): New function.
19211
19212 2000-03-16 Gerd Moellmann <gerd@gnu.org>
19213
19214 * cus-edit.el (custom-variable-tag-face): Handle case that
19215 default face's height is not a number.
19216 (custom-face-tag-face, custom-group-tag-face-1)
19217 (custom-group-tag-face): Ditto.
19218 (custom-group-tag-face-1): Add :group.
19219
19220 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19221
19222 2000-03-15 Gerd Moellmann <gerd@gnu.org>
19223
19224 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19225 requiring easymenu.
19226
19227 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19228
19229 * ps-print.el: PostScript user-defined prologue, PostScript error
19230 handler, doc fix.
19231 (ps-print-version): New version number (5.1).
19232 (ps-user-defined-prologue, ps-error-handler-message)
19233 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19234 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19235 (ps-insert-string): New function.
19236
19237 2000-03-15 Kenichi Handa <handa@etl.go.jp>
19238
19239 * international/ccl.el (ccl-compile-expression): Don't generate
19240 invalid self-assignment code.
19241
19242 2000-03-14 Dave Love <fx@gnu.org>
19243
19244 * subr.el (replace-regexp-in-string): Renamed from
19245 replace-regexps-in-string. Doc fix.
19246
19247 2000-03-12 Dave Love <fx@gnu.org>
19248
19249 * cus-edit.el: Doc fixes.
19250 (customize-set-variable, customize-save-variable): Rename args for doc.
19251 (custom-variable-tag-face, custom-face-tag-face)
19252 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19253 style which user identify as hyperlink.
19254 (hook): Don't add undefined functions to the hook.
19255 (debug-ignored-errors): Transfer message from bindings.el.
19256
19257 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19258
19259 * recentf.el (recentf-keep-non-readable-files-p):
19260 Remove double/nested definition.
19261
19262 2000-03-12 Dave Love <fx@gnu.org>
19263
19264 * facemenu.el (facemenu-get-face): Use display-color-p.
19265 * enriched.el (enriched-decode-foreground): Likewise.
19266 (enriched-decode-background): Likewise.
19267 * isearch.el (isearch-highlight): Likewise.
19268 * info-look.el (info-lookup): Likewise.
19269 * simple.el (completion-setup-function): Likewise.
19270
19271 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19272 :options.
19273
19274 * bindings.el (mode-line-format): Fix line-number and
19275 column-number items. Add help-echo for the background.
19276 (mode-line-mule-info): Modify help-echo.
19277
19278 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19279
19280 * files.el (load-file): Allow completion to .elc.
19281
19282 * man.el: Doc fixes.
19283 (Man-init-defvars): Use display-color-p to set fontification.
19284
19285 * play/hanoi.el (hanoi-internal): Don't use oddp.
19286
19287 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19288
19289 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19290
19291 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19292
19293 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19294
19295 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19296 Fix comment.
19297
19298 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19299
19300 * font-lock.el (font-lock-keywords): Fix the doc now that
19301 regexp-opt-depth is unnecessary.
19302 (save-buffer-state): Set an edebug spec.
19303 (font-lock-fontify-anchored-keywords): Properly handle the case when
19304 the matcher goes past the limit.
19305
19306 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19307 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19308
19309 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19310 dll.el and cookie.el (from Elib) with heavy renaming and other
19311 massaging.
19312
19313 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19314 Autoload the functions used.
19315 (easy-mmode-define-syntax): Fix CL typo.
19316 (easy-mmode-define-derived-mode): Improve the docstring generation.
19317
19318 2000-03-10 Gerd Moellmann <gerd@gnu.org>
19319
19320 * textmodes/texinfo.el (texinfo-version): Variable and function
19321 removed.
19322
19323 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19324
19325 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19326 allow more flexibility.
19327 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
19328 (easy-mmode-defmap, easy-mmode-defsyntax)
19329 (easy-mmode-define-derived-mode): New macros.
19330
19331 2000-03-09 Didier Verna <didier@xemacs.org>
19332
19333 * rect.el (replace-rectangle): New function.
19334
19335 2000-03-09 Dave Love <fx@gnu.org>
19336
19337 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
19338 (fortran-comment-line-start-skip): Don't match cpp stuff.
19339 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19340 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19341 (fortran-mode): Don't set fortran-comment-line-start-skip,
19342 fortran-comment-line-start here. Set comment-start,
19343 add-log-current-defun.
19344 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19345 (fortran-current-defun): New function.
19346
19347 2000-03-09 Gerd Moellmann <gerd@gnu.org>
19348
19349 * emacs-lisp/re-builder.el: New file.
19350
19351 * mouse.el (mouse-drag-region): Don't run up-event handler
19352 if hscroll has changed.
19353
19354 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19355 builtin operators, use `font-lock-builtin-face' for Emacs and
19356 `font-lock-preprocessor-face' otherwise.
19357
19358 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19359 `(defun (setf foo)' differently.
19360
19361 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19362
19363 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19364 (regexp-opt): Update comment and adapt the code the new meaning of
19365 the `paren' argument of regex-opt-group for shy-groups.
19366 (regexp-opt-depth): Handle shy groups as well as backslashed
19367 backslashes.
19368 (regexp-opt-group): Turn the leading comment into a docstring.
19369 Allow `paren' to be a string (the string to use to open a group).
19370 Remove open-presuf and close-presuf. Instead of checking for `all
19371 one-char' and then later on check for `several one-char', handle
19372 both cases close together. Also apply a more generic algorithm
19373 for suffixes (the mirror image of the algorithm used for
19374 prefixes). Use shy-groups. Use nreverse rather than reverse.
19375 (regexp-opt-try-suffix): Removed.
19376
19377 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19378 from comint-mode-map, so we can just inherit from it. Also, move
19379 the initialization into the `defvar' since there's no docstring
19380 anyway and it's fairly short.
19381 (inferior-scheme-mode): Define it as derived-mode: the code is
19382 shorter and this way we inherit from comint-mode-map rather than
19383 copying it.
19384
19385 * subr.el (replace-regexps-in-string): Properly handle the case
19386 where we match an empty string.
19387
19388 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19389 when the command has a directory component (such as "./testml").
19390 Also fix a typo in the comment.
19391
19392 2000-03-08 Gerd Moellmann <gerd@gnu.org>
19393
19394 * Makefile (compile-files): Compile files one by one because
19395 that's the only way to ensure a clean compilation environment for
19396 each individual file.
19397
19398 * frame.el (other-frame): Call x-focus-frame.
19399
19400 2000-03-07 Dave Love <fx@gnu.org>
19401
19402 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19403 :require to defcustom.
19404
19405 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
19406
19407 * files.el (auto-mode-alist): Add configure.in.
19408
19409 * progmodes/autoconf.el: New file.
19410
19411 2000-03-07 Gerd Moellmann <gerd@gnu.org>
19412
19413 * mail/mh-e.el: Change maintainer to `none'.
19414
19415 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19416 to remove-hook and add-hook.
19417
19418 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19419
19420 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19421 it as the default.
19422 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19423 (sendmail-send-it): Conditionally add MIME headers specifying the
19424 used character set.
19425
19426 2000-03-07 Dave Love <fx@gnu.org>
19427
19428 * winner.el: Fix keywords, autoload cookies.
19429 Split eval-when-compile form to avoid compilation failure.
19430
19431 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19432
19433 * international/mule.el: Modify comment about coding system
19434 property `coding-category'.
19435 (make-coding-system): New argument EOL-TYPE. Pay attention to
19436 coding-category property of PROPERTIES.
19437
19438 * international/mule-conf.el (coding-category-utf-8)
19439 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
19440 categories. Include them in the argument for set-coding-priority.
19441
19442 * international/mule-cmds.el (reset-language-environment):
19443 Include coding-category-utf-8, coding-category-utf-16-be, and
19444 coding-category-utf-16-le in the argument for set-coding-priority.
19445 (reset-language-environment): Initialize coding-category-utf-8,
19446 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19447
19448 2000-03-06 Karl Fogel <kfogel@red-bean.com>
19449
19450 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19451 code abstracted out of `bookmark-jump-noselect'. Now tries info
19452 extensions as well as compression extensions.
19453 (bookmark-jump-noselect): Use above new func.
19454
19455 2000-03-03 Gerd Moellmann <gerd@gnu.org>
19456
19457 * strokes.el: Change maintainer's mail address.
19458
19459 2000-03-03 Kenichi Handa <handa@etl.go.jp>
19460
19461 * international/mule-diag.el (list-character-sets): Make help-echo
19462 string by substitute-command-keys.
19463 (list-character-sets): Likewise.
19464 (sort-listed-character-sets): Call help-setup-xref.
19465
19466 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19467
19468 * time.el (display-time-mail-file): Add `none' to the list of choices.
19469
19470 2000-03-01 Dave Love <fx@gnu.org>
19471
19472 * help.el (help-xref-go-back): Don't try to set position.
19473
19474 * international/mule-diag.el (list-character-sets):
19475 Call help-setup-xref. Add help-echo to xrefs.
19476 (list-character-sets-1): Add help-echo to xrefs.
19477
19478 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19479
19480 * frame.el (blink-cursor-mode): Switch cursor on when turning
19481 the mode off.
19482
19483 * add-log.el (add-log-current-defun): Add support for
19484 Autoconf mode.
19485
19486 * mail/rmail.el (rmail-quit-hook): New variable.
19487
19488 2000-03-01 Dave Love <fx@gnu.org>
19489
19490 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19491
19492 * help.el (help-xref-button): Add help-echo arg.
19493 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19494
19495 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
19496
19497 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
19498
19499 2000-03-01 Gerd Moellmann <gerd@gnu.org>
19500
19501 * image.el (defimage): Look for image files in load-path.
19502
19503 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
19504
19505 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19506
19507 * recentf.el (recentf): Added version tag to the defgroup of recentf.
19508
19509 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19510
19511 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
19512 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19513 action to select/unselect a file.
19514 (recentf-edit-list): Code cleanup and improvement.
19515 (recentf-open-more-files-action): `recentf-open-more-files' button
19516 widget action to open a file.
19517 (recentf-open-more-files): No more use standard completion but widgets.
19518 (recentf-more-collection): Deleted.
19519 (recentf-more-history): Deleted.
19520 (recentf-setup-more-completion): Deleted.
19521
19522 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19523
19524 * recentf.el (recentf-mode): No more needs that Emacs is running
19525 under a window-system.
19526
19527 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19528
19529 * recentf.el (recentf-edit-list): New command to edit the recent
19530 list which allow the user to remove files.
19531 (recentf-edit-selected-items): New global variable, used by
19532 `recentf-edit-list' to hold the list of files to be removed from
19533 the recent list.
19534 (recentf-make-menu-items): Updated to display a "Edit list..."
19535 menu item. Minor code cleanup.
19536
19537 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19538
19539 * recentf.el (recentf-open-more-files): New command to open files
19540 that are not displayed in the menu.
19541 (recentf-more-collection): New global variable holding the set of
19542 permissible completions used by `recentf-open-more-files'.
19543 (recentf-more-history): New global variable holding the history list
19544 used by `recentf-open-more-files' completion.
19545 (recentf-setup-more-completion): New function to setup completion for
19546 `recentf-open-more-files'.
19547 (recentf-make-menu-items): Updated to display a "More..." menu item.
19548
19549 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19550
19551 * recentf.el (recentf-menu-action): Doc fixed.
19552
19553 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19554
19555 * recentf.el (recentf-menu-filter): Doc updated.
19556 (recentf-update-menu-hook): Allow menu filters to force menu update.
19557 (recentf-make-menu-items): New menu filter handling.
19558 (recentf-make-menu-item): New helper function.
19559 (recentf-menu-elements): New menu handling function.
19560 (recentf-sort-ascending): Updated to new menu filter handling.
19561 (recentf-sort-descending): Updated to new menu filter handling.
19562 (recentf-sort-basenames-ascending): New menu filter function.
19563 (recentf-sort-basenames-descending): New menu filter function.
19564 (recentf-show-basenames): New menu filter function.
19565 (recentf-show-basenames-ascending): New menu filter function.
19566 (recentf-show-basenames-descending): New menu filter function.
19567
19568 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19569
19570 * diary-lib.el (list-diary-entries): Don't try to go forward at
19571 the end of the buffer.
19572
19573 2000-02-29 Kenichi Handa <handa@etl.go.jp>
19574
19575 * international/mule-diag.el (list-character-sets):
19576 Completely rewritten.
19577 (sort-listed-character-sets): New function.
19578 (list-character-sets-1): Completely rewritten.
19579 (list-character-sets-2): New function.
19580 (non-iso-charset-alist): New variable.
19581 (decode-codepage-char): New function.
19582 (charset-history): New variable.
19583 (read-charset) (list-block-of-chars)
19584 (list-iso-charset-chars)
19585 (list-non-iso-charset-chars)
19586 (list-charset-chars): New functions.
19587 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
19588 (dump-charsets): Likewise.
19589
19590 2000-02-29 Gerd Moellmann <gerd@gnu.org>
19591
19592 * dired-x.el (dired-filename-at-point): Add `@' to valid
19593 file name characters.
19594 (dired-filename-at-point): Handle ange-ftp file names.
19595
19596 * frame.el (frame-notice-user-settings): Use assq-delete-all
19597 instead of assoc-delete-all.
19598 (frame-notice-user-settings): Ditto.
19599
19600 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19601 Don't copy alist.
19602
19603 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19604
19605 * calculator.el (calculator-use-menu): New option.
19606 (calculator-initial-bindings): Changed some bindings to work as macros.
19607 (calculator-forced-input): Removed.
19608 (calculator-restart-other-mode): New variable.
19609 (calculator-mode-map): Set up menu.
19610
19611 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19612
19613 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
19614
19615 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19616
19617 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
19618 translate all ESC key sequences.
19619 (viper-goto-mark-subr): Restore markers for files for which
19620 they were saved.
19621 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19622 * viper-util.el (viper-set-replace-overlay-glyphs)
19623 (viper-set-replace-overlay): Always check if the replacement
19624 overlay is live.
19625 * viper.el (viper-vi-state-mode-list): Add major modes.
19626 * ediff-wind.el: Minor comment changes.
19627 * ediff.el: Copyright notice date fix.
19628
19629 2000-02-27 Jason Rumney <jasonr@gnu.org>
19630
19631 * faces.el (face-font-family-alternatives): Add arial to helv.
19632 (mode-line, header-line, tool-bar): Same default as x for w32.
19633 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19634 face-font-family-alternatives from working.
19635 * term/w32-win.el (mouse-set-font): Do not build fontset from
19636 chosen font.
19637
19638 2000-02-25 Sam Steingold <sds@goems.com>
19639
19640 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19641 properly.
19642
19643 2000-02-25 Richard M. Stallman <rms@gnu.org>
19644
19645 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19646
19647 2000-02-25 Gerd Moellmann <gerd@gnu.org>
19648
19649 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
19650
19651 * frame.el (busy-cursor-delay-seconds): New option.
19652
19653 2000-02-24 Gerd Moellmann <gerd@gnu.org>
19654
19655 * frame.el (show-cursor-in-non-selected-windows): New option.
19656
19657 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19658
19659 * diary-lib.el (include-other-diary-files): Undo the selective
19660 display in any included file and don't kill it.
19661
19662 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19663
19664 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19665 Menu items converted to (menu-item format, help strings added.
19666 [downcase, upcase]: Don't enable on MS-DOS.
19667 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
19668 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19669
19670 2000-02-23 Dave Love <fx@gnu.org>
19671
19672 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19673 (backward-kill-word): Revert addition of * to interactive spec --
19674 it's a feature.
19675
19676 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19677 (backward-kill-sentence, kill-sentence): Likewise.
19678
19679 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19680 scratch buffer name.
19681 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
19682
19683 * term/w32-win.el (internal-face-interactive): Update prompt for
19684 new read-face-name.
19685
19686 * mail/footnote.el (footnote): Add :version to defgroup.
19687 (footnote-section-tag-regexp): Customize.
19688 (footnote-start-tag, footnote-end-tag): New option.
19689 (footnote-latin-regexp): New variable.
19690 (Footnote-latin): New function.
19691 (footnote-style-alist): Add element for latin style.
19692 (footnote-style): Moved.
19693 (Footnote-goto-footnote): Use eq to test arg.
19694
19695 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19696
19697 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19698 (byte-compile-trueconstp): Include keywords.
19699 (byte-optimize-quote, byte-optimize-lapcode):
19700 Use byte-compile-const-symbol-p.
19701 (byte-optimize-char-before): New optimization.
19702
19703 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19704 (byte-compile-const-symbol-p): New function.
19705 (byte-compile-constp, byte-compile-out-toplevel)
19706 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19707 Use it.
19708
19709 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19710
19711 2000-02-23 Kenichi Handa <handa@etl.go.jp>
19712
19713 * international/encoded-kb.el: Be sure to update minor-mode-alist
19714 and minor-mode-map-alist.
19715 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19716 codes SS2 and SS3 correctly.
19717 (encoded-kbd-self-insert-ccl): New function.
19718 (encoded-kbd-setup-keymap): New function.
19719 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19720 by calling encoded-kbd-setup-keymap.
19721
19722 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19723 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
19724
19725 2000-02-22 Dave Love <fx@gnu.org>
19726
19727 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
19728 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
19729 (lisp-mode-syntax-table): Set up for #|...|# comments.
19730 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19731 classes. Match `defface'.
19732 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19733 (eval-defun-1): Fix for defcustom.
19734 (lisp-indent-region): Doc fix.
19735
19736 * subr.el (when, unless, split-string): Doc fix.
19737 (read-passwd): Move call of clear-this-command-keys to the right place.
19738 (replace-regexps-in-string): New function.
19739
19740 2000-02-22 Gerd Moellmann <gerd@gnu.org>
19741
19742 * help.el (describe-variable): Set syntax table to
19743 emacs-lisp-mode-syntax-table when moving forward over the
19744 symbol's name.
19745
19746 2000-02-22 Dave Love <fx@gnu.org>
19747
19748 * xt-mouse.el: Doc fixes.
19749 (xterm-mouse-position-function): New function, replacing advice of
19750 mouse-position.
19751 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19752
19753 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19754
19755 2000-02-21 Gerd Moellmann <gerd@gnu.org>
19756
19757 * format.el (format-annotate-single-property-change):
19758 Handle properties.with dotted-list values.
19759 (format-proper-list-p): New function.
19760
19761 * enriched.el (enriched-face-ans): Handle '(foreground-color
19762 . COLOR) and (background-color . COLOR).
19763
19764 2000-02-20 Dave Love <fx@gnu.org>
19765
19766 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19767 and assignments to it.
19768 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19769 current local map.
19770 (make-flyspell-overlay): Use it.
19771 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19772
19773 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19774 (lm-get-header-re): Defun, not defsubst.
19775 (lm-get-package-name): Defun, not defsubst. Simplify.
19776 (lm-version): Doc fix. Simplify.
19777 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19778 (lm-crack-address, lm-last-modified-date, lm-commentary)
19779 (lm-verify, lm-synopsis): Simplify.
19780 (lm-report-bug): Require emacsbug. Use compose-mail.
19781
19782 2000-02-20 Gerd Moellmann <gerd@gnu.org>
19783
19784 * dired.el (dired-mode): Call propertized-buffer-identification
19785 to set mode-line-buffer-identification to something having
19786 the right text properties.
19787
19788 * bindings.el (propertized-buffer-identification): New function.
19789
19790 2000-02-20 Dave Love <fx@gnu.org>
19791
19792 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19793 check for t-mouse too.
19794
19795 * cus-start.el: Make echo-keystrokes `number'.
19796
19797 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19798
19799 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19800 Don't call ring-empty-p unless tags-location-ring is bound.
19801 From Noah Friedman <friedman@splode.com>.
19802
19803 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19804
19805 * progmodes/hideshow.el (hs-flag-region): No longer use
19806 `intangible' overlay property.
19807
19808 (hs-toggle-hiding): New command.
19809 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19810
19811 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19812 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19813 and deactivation.
19814
19815 2000-02-18 Gerd Moellmann <gerd@gnu.org>
19816
19817 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19818
19819 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19820
19821 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19822
19823 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19824 of `*' to handle `(* ... *)' comments.
19825
19826 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19827
19828 * faces.el (list-faces-display): Use display-mouse-p instead of
19829 window-system.
19830
19831 * menu-bar.el (global-map): Menu-bar items converted to the new
19832 format (menu-item..., rearranged for better CUA compliance, and
19833 their names changed for better clarity. Help strings added.
19834
19835 * international/mule-cmds.el (mule-menu-keymap)
19836 (describe-language-environment-map, set-coding-system-map)
19837 (setup-language-environment-map): Convert to new (menu-item...
19838 form, add help strings. Change names of menu items for better clarity.
19839 "Mule" menu-bar item removed (it's now in the "Options" submenu).
19840
19841 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19842
19843 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19844 within the code.
19845
19846 2000-02-16 Dave Love <fx@gnu.org>
19847
19848 * faces.el: Don't require custom. Add more specific :groups to
19849 various deffaces.
19850 (set-face-attribute): Purecopy args.
19851 (read-face-name): Default to name at point and use it in prompt.
19852 Remove colon from arg in all callers.
19853 (list-faces-display): Hyperlink to face descriptions and customize
19854 buffers.
19855
19856 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19857
19858 * wid-edit.el (widget-match-inline): An atom never matches a list.
19859
19860 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19861
19862 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19863 at ':' characters by call to split-string.
19864
19865 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19866
19867 * textmodes/bibtex.el: Added RCS version identification.
19868
19869 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19870
19871 * textmodes/bibtex.el: Some temporary comments removed.
19872 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
19873 (bibtex-field-const): Allow capital letters.
19874 (bibtex-start-of-string): Deleted because unused.
19875
19876 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19877 use the term 'reference' to describe a bibtex entry as a whole.
19878 Further, reference keys are no longer called 'labels'.
19879 (bibtex-keys): Renamed to bibtex-reference-keys.
19880 (bibtex-reformat-previous-labels): Renamed to
19881 bibtex-reformat-previous-reference-keys.
19882 (bibtex-reference-type): Renamed to bibtex-entry-type.
19883 (bibtex-reference-head): Renamed to bibtex-entry-head.
19884 (bibtex-reference-maybe-empty-head): Renamed to
19885 bibtex-entry-maybe-empty-head.
19886 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19887 (bibtex-search-reference): Renamed to bibtex-search-entry.
19888 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19889 bibtex-enclosing-entry-maybe-empty-head.
19890 (bibtex-entry-field-alist, bibtex-entry-head)
19891 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19892 (bibtex-map-entries, bibtex-search-entry)
19893 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19894 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19895 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19896 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19897 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19898 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19899 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
19900
19901 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19902
19903 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19904 comment.
19905 (bibtex-format-field-delimiters): New function, functionality
19906 extracted from bibtex-format-entry.
19907 (bibtex-autokey-get-yearfield-digits): New function, functionality
19908 extracted from bibtex-autokey-get-yearfield.
19909
19910 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19911 entries in order to avoid stack overflow in the regexp matcher if
19912 field contents become large.
19913 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19914 (bibtex-field-string-part-not-braced)
19915 (bibtex-field-string-part-no-inner-braces)
19916 (bibtex-field-string-part-1-inner-brace)
19917 (bibtex-field-string-part-2-inner-braces)
19918 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19919 (bibtex-field-string-quoted, bibtex-field-string)
19920 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19921 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19922 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19923 Deleted as parsing is now performed by the following functions.
19924 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19925 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19926 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19927 (bibtex-parse-association, bibtex-field-name-for-parsing)
19928 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19929 (bibtex-search-forward-field, bibtex-search-backward-field)
19930 (bibtex-start-of-field, bibtex-end-of-field)
19931 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19932 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19933 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19934 (bibtex-parse-string, bibtex-search-forward-string)
19935 (bibtex-search-backward-string, bibtex-start-of-string)
19936 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19937 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19938 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
19939 entries. Instead of reporting the results of the parsing by
19940 match-beginning or match-end, these functions return data structures
19941 that hold the corresponding positions.
19942 (bibtex-enclosing-field): Changed to also report field boundaries by
19943 return values rather than by match-beginning or match-end.
19944 The following functions have been adapted to use the new
19945 parsing functions.
19946 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19947 (bibtex-enclosing-field, bibtex-format-entry)
19948 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19949 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19950 (bibtex-print-help-message, bibtex-end-of-entry)
19951 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19952 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19953 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19954 Use the new method for parsing.
19955 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19956 (bibtex-map-entries, bibtex-flash-head)
19957 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19958 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19959 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19960 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19961 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19962 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19963 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19964 order to make the new binding of case-fold-search immediately visible.
19965
19966 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19967
19968 * textmodes/bibtex.el: Copyright notice is up to date.
19969 Added constant 'bibtex-maintainer-salutation.
19970
19971 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
19972 than make-temp-name, use match-string-no-properties and eliminate
19973 a quadratic behavior when building bibtex-strings.
19974
19975 * bibtex.el (bibtex-reference-key): Accept string entries whose
19976 reference key contains upper case letters.
19977
19978 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19979
19980 * bibtex.el (bibtex-reference-head): Allow entries to start with
19981 a new line.
19982
19983 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19984
19985 * bibtex.el: Hiding of entry bodies is not longer provided by
19986 bibtex.el directly. Instead the hideshow package can be used.
19987 Added a special bibtex entry to hs-special-modes-alist.
19988 (bibtex-hs-forward-sexp): Added for hideshow.el.
19989
19990 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19991
19992 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19993 proceedings entry type (for cross referencing). Thanks to Wagner
19994 Toledo Correa for the suggestion.
19995
19996 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19997
19998 2000-02-14 Kenichi Handa <handa@etl.go.jp>
19999
20000 * international/characters.el: Setup case table for Vietnamese.
20001
20002 2000-02-12 Gerd Moellmann <gerd@gnu.org>
20003
20004 * uniquify.el (toplevel): Require CL at compile time.
20005 (uniquify-push): Removed.
20006
20007 * shadowfile.el (shadow-when): Removed.
20008
20009 * tempo.el (tempo-dolist, tempo-mapc): Removed.
20010 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
20011
20012 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
20013 regexp for paragraph-start.
20014
20015 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
20016 commas as well.
20017
20018 2000-02-10 Dave Love <fx@gnu.org>
20019
20020 * wid-edit.el: (widgets) [defgroup]: Remove url link.
20021 (widget-color-choice-list, widget-color-history, widget-mouse-help):
20022 Deleted.
20023 (widget-specify-field, widget-specify-button): Don't use
20024 widget-mouse-help as help-echo property.
20025 (default): Use #'ignore for :validate and :mouse-down-action.
20026 (checkbox): Add help-echo.
20027 (widget-sexp-validate): Rewritten to clarify error messages.
20028 (character): Use char-valid-p in :match function.
20029 (widget-color-complete): Use facemenu-color-alist.
20030 (widget-color-action): Use facemenu-read-color.
20031
20032 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
20033 set up `caar' &c that we now have.
20034
20035 2000-02-09 Ray Blaak <blaak@gnu.org>
20036
20037 * delphi.el: Make resourcestring a declaration region, like const
20038 and var.
20039
20040 2000-02-09 Dave Love <fx@gnu.org>
20041
20042 * bindings.el (mode-line-input-method-map): New variable.
20043 (mode-line-mule-info): Use it; fix last change.
20044 (mode-line-mode-menu): Move definition.
20045 (mode-line-mouse-sensitive-p): Deleted.
20046 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
20047 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
20048
20049 * startup.el (command-line-1): Don't call
20050 make-mode-line-mouse-sensitive.
20051
20052 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20053
20054 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
20055 before rmail-toggle-header, because the former toggles headers.
20056
20057 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
20058
20059 * diff-mode.el (diff-kill-junk): New interactive function.
20060 (diff-reverse-direction): Use delete-and-extract-region.
20061 (diff-post-command-hook): Restrict the area so that the hook also works
20062 outside of any diff hunk. This is necessary for the minor-mode.
20063 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
20064 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
20065
20066 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
20067 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
20068 so that it can be used more easily in <foo>-mode-hook. Also make sure
20069 to avoid duplicate entries.
20070 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
20071 (font-lock-remove-keywords): Just as was done for `add', allow it to
20072 work even if font-lock-mode is nil. Also make sure we don't modify
20073 any pre-existing list by forcing a copy-sequence. Finally rename
20074 `major-mode' to `mode'.
20075 (font-lock-fontify-syntactic-anchored-keywords)
20076 (font-lock-fontify-anchored-keywords)
20077 (font-lock-fontify-keywords-region): Use line-end-position.
20078 Don't make `font-lock-multiline' local (it's now done in
20079 font-lock-set-defaults).
20080 (font-lock-set-defaults): Make `font-lock-multiline' local.
20081 Move the `font-lock-fontified' creation to inside the `unless'.
20082
20083 2000-02-06 Andrew Innes <andrewi@gnu.org>
20084
20085 * term/w32-win.el (x-handle-args): Comment out call to message,
20086 which occurs before window system is initialized.
20087
20088 * makefile.nt: Add support for recompiling lisp code.
20089
20090 2000-02-04 Dave Love <fx@gnu.org>
20091
20092 * bindings.el (mode-line-mule-info): Fix/extend last change.
20093
20094 * completion.el: Replace completion-dolist with dolist.
20095
20096 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
20097
20098 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20099
20100 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
20101 environment names before they go into the section regexp.
20102
20103 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
20104 char class in regexp.
20105
20106 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20107 Bind `case-fold-search' to nil.
20108
20109 * progmodes/idlwave.el (idlwave-template):
20110 Respect `idlwave-abbrev-change-case'.
20111 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20112 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20113 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
20114 (idlwave-rw-case): New function.
20115 (idlwave-statement-match): Fixed problem with assignment regexp.
20116 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
20117 (idlwave-surround): New argument LENGTH to support padding of
20118 operators longer than 1 char.
20119
20120 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20121 idlwave-shell-expression-overlay. Implemented printing of
20122 expressions on higher levels of the calling stack.
20123 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
20124 (idlwave-retrieve-expression-from-level): New function.
20125 (idlwave-shell-last-calling-stack): Variable removed.
20126 (idlwave-shell-reset): Argument action reversed (`visible' to
20127 `hidden'). Also remove stop-line overlay.
20128 (idlwave-shell-calling-stack-routine): New variable.
20129 (idlwave-shell-parse-stack-and-display): Messages now display
20130 negative level numbers.
20131 (idlwave-shell-mode): Set `modeline-format'.
20132 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
20133 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
20134 (idlwave-shell-print-expression-function): New option.
20135
20136 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20137 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
20138 `tool-bar' instead of `toolbar'.
20139
20140 2000-02-02 Dave Love <fx@gnu.org>
20141
20142 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20143 emacs-lisp-mode-hook. Don't check for defalias being defined.
20144
20145 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
20146 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20147 Use the new builtins directly.
20148
20149 * whitespace.el (whitespace): Add :version to defgroup.
20150
20151 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20152 Doc fix.
20153
20154 * thingatpt.el (sexp-at-point, symbol-at-point)
20155 (number-at-point, list-at-point): Add autoload cookie.
20156
20157 * recentf.el (recentf): Add :version to defgroup.
20158
20159 * quickurl.el (quickurl): Add :version to defgroup.
20160
20161 * elide-head.el (elide-head): Use point-marker more.
20162
20163 * bs.el (bs): Add :version to defgroup.
20164
20165 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20166
20167 * progmodes/delphi.el (delphi): Add :version to defgroup.
20168
20169 2000-02-02 Gerd Moellmann <gerd@gnu.org>
20170
20171 * ange-ftp.el (ange-ftp-write-region): Handle case that
20172 succeeding process operation sets a different coding system.
20173
20174 * calculator.el: New file.
20175
20176 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20177
20178 * frame.el (frames-on-display-list, framep-on-display): New functions.
20179 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20180 (display-selections-p, display-screens, display-pixel-width)
20181 (display-pixel-height, display-mm-width, display-mm-height)
20182 (display-backing-store, display-save-under, display-planes)
20183 (display-color-cells, display-visual-class): New functions.
20184
20185 * term/tty-colors.el (tty-color-gray-shades): New function.
20186
20187 * faces.el (display-color-p): Use framep-on-display.
20188 (display-grayscale-p): New function.
20189
20190 2000-01-31 Dave Love <fx@gnu.org>
20191
20192 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20193 (create-fontset-from-x-resource): Don't concat integers.
20194
20195 2000-01-31 Inge Frick <inge@nada.kth.se>
20196
20197 * view.el: Some changes in documentation. Removed some trailing
20198 whitespace. Changed some parameter names to agree with documentation.
20199 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20200 window is not deleted. Modifies change 1998-04-26.
20201
20202 2000-01-31 Gerd Moellmann <gerd@gnu.org>
20203
20204 * windmove.el: New file.
20205
20206 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20207 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20208 progmodes/ebnf-yac.el: Update copyright and license info.
20209
20210 * jit-lock.el (jit-lock-function): Widen before calculating
20211 end position.
20212 (jit-lock-stealth-chunk-start): Rewritten.
20213
20214 * info.el (Info-title-face-alist): Removed.
20215 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
20216 (Info-fontify-node): Use these faces.
20217
20218 2000-01-30 Gerd Moellmann <gerd@gnu.org>
20219
20220 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20221 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20222 `&allow-other-keywords'.
20223
20224 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20225 the list of directories scanned heuristically.
20226
20227 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
20228
20229 2000-01-30 Jason Rumney <jasonr@gnu.org>
20230
20231 * w32-fns.el: Define w32-tty-standard-colors.
20232
20233 * startup.el (command-line): Use w32-tty-standard-colors when in
20234 w32 console mode.
20235
20236 2000-01-30 Dave Love <fx@gnu.org>
20237
20238 * jka-compr.el (jka-compr-load): Fix up load-history.
20239
20240 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20241
20242 * emacs-lisp/cl-macs.el: Revert previous change.
20243
20244 2000-01-29 Dave Love <fx@gnu.org>
20245
20246 * facemenu.el: Purecopy various strings.
20247
20248 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20249 years. Deal with three-digit years.
20250
20251 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20252 Use defconst, purecopy.
20253 (help-back-label): Purecopy it.
20254
20255 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20256
20257 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20258 variable. If non-nil, order the buffer list according to the
20259 currently selected frame.
20260 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20261 non-nil, pass the selected frame to function buffer-list.
20262
20263 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20264
20265 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20266
20267 2000-01-28 Dave Love <fx@gnu.org>
20268
20269 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20270
20271 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20272 Don't use lisp-indent-hook property.
20273 (cl-abs): Remove.
20274
20275 * subr.el: Move out indent and edebug specs for when and unless.
20276
20277 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20278 when, unless.
20279
20280 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20281 unless, when.
20282
20283 2000-01-28 Gerd Moellmann <gerd@gnu.org>
20284
20285 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20286 `collecting' as synonym for `collect'.
20287
20288 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20289 for the case it contains spaces.
20290
20291 * simple.el (what-cursor-position): Change formatting of messages.
20292
20293 * frame.el (delete-other-frames): New function.
20294 (toplevel): Bind it to C-x 5 1.
20295
20296 * sort.el (sort-numeric-base): New option.
20297 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20298 interpret it as octal or hexadecimal. Use sort-numeric-base
20299 as default base.
20300
20301 * progmodes/glasses.el: New file.
20302
20303 2000-01-27 Gerd Moellmann <gerd@gnu.org>
20304
20305 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20306 userids differently.
20307
20308 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20309 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20310 progmodes/ebnf-yac.el: New files.
20311
20312 2000-01-26 Dave Love <fx@gnu.org>
20313
20314 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20315 on a function with an empty body. [From Eric Ludlam.]
20316
20317 2000-01-25 Andre Spiegel <spiegel@gnu.org>
20318
20319 * vc.el (vc-version-diff): Make sure file name is expanded.
20320
20321 2000-01-25 Gerd Moellmann <gerd@gnu.org>
20322
20323 * scroll-bar.el (scroll-bar-timer): Variable removed.
20324 (scroll-bar-toolkit-scroll): Don't use a timer.
20325
20326 2000-01-25 Kenichi Handa <handa@etl.go.jp>
20327
20328 * language/thai-util.el (thai-composition-function):
20329 Delete superfluous `a'.
20330
20331 2000-01-24 Dave Love <fx@gnu.org>
20332
20333 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20334 end-of-defun-function.
20335
20336 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
20337
20338 2000-01-22 Jason Rumney <jasonr@gnu.org>
20339
20340 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20341 conflicts with new face support.
20342
20343 2000-01-22 Richard M. Stallman <rms@gnu.org>
20344
20345 * replace.el (query-replace): Rename last arg to DELIMITED.
20346 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20347 (query-replace-regexp): Likewise.
20348
20349 2000-01-20 Richard M. Stallman <rms@gnu.org>
20350
20351 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20352
20353 * emacs-lisp/lisp.el (beginning-of-defun-function):
20354 Variable renamed from beginning-of-defun.
20355 Do not call make-variable-buffer-local.
20356 (beginning-of-defun-raw): Use new variable name; doc fix.
20357 (beginning-of-defun): Doc fix.
20358 (end-of-defun-function): Variable renamed from end-of-defun.
20359 Do not call make-variable-buffer-local.
20360 (end-of-defun): Use new variable name; doc fix.
20361
20362 * subr.el (dolist, dotimes): Copied from cl-macs.el
20363 and made to work.
20364
20365 * mail/undigest.el (rmail-digest-end-regexps):
20366 Variable replaces rmail-digest-end-regexp.
20367 Allows multiple regexps for detecting the end line.
20368 (undigestify-rmail-message): Corresponding changes.
20369
20370 2000-01-19 Dave Love <fx@gnu.org>
20371
20372 * files.el (user-init-file): Don't declare here -- is primitive.
20373
20374 * startup.el (command-line): Check for compiled user-init-file and
20375 set to uncompiled version if necessary.
20376
20377 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20378
20379 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20380 (undigestify-rmail-message): Use it.
20381
20382 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20383
20384 2000-01-17 Gerd Moellmann <gerd@gnu.org>
20385
20386 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20387 of mini-buffer.
20388
20389 2000-01-14 Gerd Moellmann <gerd@gnu.org>
20390
20391 * emacs-lisp/copyright.el (copyright-update): Removed the
20392 requirement for a trailing space from `copyright-regexp', to
20393 support copyrights with owner specified on a separate line..
20394
20395 * align.el: New file.
20396
20397 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20398
20399 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20400
20401 2000-01-13 Dave Love <fx@gnu.org>
20402
20403 * ph.el: Removed. (Obsoleted by EUDC.)
20404
20405 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20406
20407 * net/eudc.el (toplevel): Remove autoloaded code installing
20408 menu with easymenu, because that causes build problems.
20409
20410 * frame.el (frame-notice-user-settings): New variable.
20411 (frame-notice-user-settings): Don't modify frame parameters
20412 if called a second time.
20413
20414 2000-01-13 Richard M. Stallman <rms@gnu.org>
20415
20416 * frame.el (frame-notice-user-settings):
20417 Notice default-frame-parameters even for non-window frames.
20418
20419 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20420
20421 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20422 for Emacs.
20423 (eudc-bob-can-display-inline-images): Extend for Emacs.
20424 (eudc-bob-toggle-inline-display): Ditto.
20425 (eudc-bob-display-jpeg): Ditto.
20426
20427 2000-01-12 Gerd Moellmann <gerd@gnu.org>
20428
20429 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20430 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20431 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20432
20433 * add-log.el (add-change-log-entry): Fix error trying an
20434 `(insert nil)'.
20435
20436 * subdirs.el: Add `net' directory.
20437
20438 * net: New directory.
20439
20440 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20441 eval-last-sexp. Don't bind debug-on-error here.
20442 (eval-last-sexp): New function. Bind debug-on-error if
20443 eval-expression-debug-on-error is non-nil.
20444 (eval-defun-2, eval-defun): Likewise.
20445
20446 * simple.el (eval-expression): Don't bind debug-on-error if
20447 eval-expression-debug-on-error is nil. Detect changed
20448 debug-on-error, and propagate new value to global binding, if
20449 eval-expression-debug-on-error is non-nil,
20450 (eval-expression-debug-on-error): Change doc string.
20451
20452 2000-01-11 Richard M. Stallman <rms@gnu.org>
20453
20454 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20455
20456 * emacs-lisp/lisp-mode.el (with-syntax-table):
20457 Set up lisp-indent-function property.
20458
20459 * subr.el (with-syntax-table): Moved from simple.el.
20460
20461 * simple.el (with-syntax-table): Moved to subr.el.
20462
20463 2000-01-11 Gerd Moellmann <gerd@gnu.org>
20464
20465 * tmm.el (tmm-shortcut): Delete region after prompt instead
20466 of erasing buffer.
20467
20468 * textmodes/fill.el (fill-common-string-prefix): New function.
20469 (fill-context-prefix): Use the longest common prefix of first
20470 and second line fill prefix, if there is one.
20471
20472 2000-01-11 Richard M. Stallman <rms@gnu.org>
20473
20474 * array.el (array-mode): Don't use make-variable-buffer-local.
20475 Use make-local-variable for `truncate-lines'.
20476
20477 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20478
20479 * add-log.el (add-log-current-defun): Handle user-defined
20480 add-log-current-function returning nil,
20481
20482 * add-log.el (add-change-log-entry): Insert version number
20483 if having found a current function
20484
20485 * add-log.el (add-log-current-defun):
20486 Call `add-log-current-defun-function'. Try matches at level 0 and
20487 level 1. Strip whitespace from defun found.
20488
20489 2000-01-10 John Wiegley <johnw@gnu.org>
20490
20491 * allout.el (isearch-done/outline-provisions): Added `edit'
20492 argument to correspond with the current definition of `isearch-done'.
20493
20494 2000-01-10 Dave Love <fx@gnu.org>
20495
20496 * elide-head.el (elide-head): Use point-marker, not point.
20497
20498 2000-01-10 Gerd Moellmann <gerd@gnu.org>
20499
20500 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20501 before and after the year 2000.
20502
20503 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20504 Add ispell- prefix.
20505
20506 2000-01-10 Ken Stevens <k.stevens@ieee.org>
20507
20508 * ispell.el: Only define dictionaries in menus when they exist.
20509 (version18p): New variable.
20510 (version20p): New variable.
20511 (xemacsp): New variable.
20512 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20513 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20514 (ispell-dictionary-alist6): Russian command lines no longer accept
20515 run-together words.
20516 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20517 (ispell-dictionary-alist): Add koi8-r to customize definition.
20518 (check-ispell-version): Added documentation string. Return library
20519 path when called non-interactively.
20520 (ispell-menu-map-needed): Uses new variables.
20521 (ispell-library-path): New variable.
20522 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20523 (ispell-word): Improved documentation string. Test for valid
20524 character mappings. Correctly check typed in word changes that can
20525 result in single words split into multiple words.
20526 Return replacement word.
20527 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20528 replace in recursive query replace mode. Help message for
20529 recursive edit mode.
20530 (ispell-show-choices): Protect against bad framepop bindings.
20531 (ispell-help): Fix to work with XEmacs.
20532 (ispell-highlight-spelling-error): Use new variables.
20533 (ispell-overlay-window): Fix to work with XEmacs.
20534 (ispell-parse-output): Passed and returns location information
20535 tracking spelling corrections. Doesn't recheck same word on
20536 current line.
20537 (ispell-init-process): Protect against bogus XEmacs variable binding.
20538 Fix call to single argument in sleep-for. Use new variables.
20539 (ispell-region): Passed and returns location information tracking
20540 spelling corrections. Doesn't check same word on current line.
20541 Improved documentation string. Doesn't resend a line already
20542 checked to the ispell process - fixes bug in LaTeX parsing.
20543 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20544 (ispell-skip-region): No longer skips <TT> in SGML.
20545 (ispell-process-line): Tracks location information with spelling
20546 corrections. Added documentation string. Accounts for words
20547 already accepted on this line. Don't allow query-replace on line
20548 starting with math characters. Doesn't resend a line already sent
20549 to ispell process. Fixes alignment error bug.
20550
20551 2000-01-10 Richard M. Stallman <rms@gnu.org>
20552
20553 * dired-x.el (dired-guess-shell-alist-default):
20554 Suggest xloadimage, which is free, not xv, which isn't.
20555
20556 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20557 Don't ever include the host name or user name in the value.
20558
20559 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20560
20561 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20562 of a real newline.
20563
20564 2000-01-09 Stephen Eglen <stephen@gnu.org>
20565
20566 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20567 for .png files.
20568
20569 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20570
20571 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20572
20573 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20574
20575 * progmodes/cperl-mode.el: Replace ^F with ^L.
20576
20577 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20578 `require'ing rmail and mailalias to prevent infinite recursion.
20579
20580 2000-01-08 Dave Love <fx@gnu.org>
20581
20582 * emacs-lisp/backquote.el: Remove inappropriate customization
20583 (allowing custom.el to use backquote).
20584
20585 2000-01-07 Dave Love <fx@gnu.org>
20586
20587 * add-log.el (add-log-debugging): Deleted.
20588 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20589 file. Remove debugging code.
20590 (change-log-get-method-definition, change-log-name): Add doc.
20591 (change-log-sortable-date-at): New function.
20592 (change-log-merge): New command.
20593
20594 * time.el (display-time-string-forms): Make the Mail string active.
20595 (display-time-update): Provide help-echo for load average.
20596
20597 * bindings.el (make-mode-line-mouse2-map): New function.
20598 (mode-line-modified): Use it and simplify.
20599 (mode-line-mule-info): Provide help-echo info.
20600 (minor-mode-alist): Activate the strings.
20601 (make-mode-line-mouse-sensitive): Simplify for
20602 mode-line-buffer-identification.
20603
20604 2000-01-07 Gerd Moellmann <gerd@gnu.org>
20605
20606 * play/pong.el: New file.
20607
20608 2000-01-06 Dave Love <fx@gnu.org>
20609
20610 * array.el: Assorted cleanups for compiler warnings, doc strings,
20611 `array-' prefix for symbols.
20612
20613 2000-01-05 Dave Love <fx@gnu.org>
20614
20615 * textmodes/outline.el (outline-mode-menu-bar-map):
20616 Add outline-headers-as-kill.
20617 (outline-mode): Define imenu-generic-expression.
20618 (outline-headers-as-kill): New command.
20619
20620 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20621 from paragraph-start.
20622 (paragraph-indent-minor-mode): New command.
20623
20624 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20625 M-C-e, M-C-h, C-j, C-xnd, TAB.
20626 (fortran-mode): Set beginning-of-defun, end-of-defun.
20627 (fortran-column-ruler): Simplify.
20628 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20629 (fortran-with-subprogram-narrowing): Likewise.
20630 (fortran-indent-subprogram): Call mark-defun.
20631 (fortran-check-for-matching-do): Change narrowing.
20632
20633 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20634 (cl-lucid-hash-tag): Delete.
20635 (cl-hash-table-p): Correct test for native table.
20636 (cl-hash-table-count): Use hash-table-count.
20637
20638 * browse-url.el (browse-url): Fix case of
20639 browse-url-browser-function being an alist.
20640
20641 2000-01-05 Carsten Dominik <cd@gnu.org>
20642
20643 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20644 (reftex-index-phrase-file-extension): New options.
20645
20646 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20647 Use new option `reftex-index-phrase-file-extension'.
20648
20649 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20650 `reftex-parse-file-extension'.
20651
20652 2000-01-05 Dave Love <fx@gnu.org>
20653
20654 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20655 (beginning-of-defun-raw): Use it.
20656 (end-of-defun): New variable.
20657 (end-of-defun): Use it.
20658 (check-parens): New command.
20659
20660 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20661
20662 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20663 (hs-show-block): Don't use `mapcar' when not accumulating.
20664
20665 Fix buglet in local variables initialization.
20666
20667 2000-01-05 Andreas Schwab <schwab@suse.de>
20668
20669 * hscroll.el (hscroll): Doc fix.
20670
20671 2000-01-05 Carsten Dominik <cd@gnu.org>
20672
20673 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20674 Require idlw-toolbar.
20675
20676 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
20677 file idlw-rinfo.el.
20678 (idlwave-customize): Load must read file idlw-shell.el.
20679 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
20680
20681 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20682
20683 * progmodes/idlw-shell.el: Also provide idlwave-shell
20684 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20685 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20686
20687 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
20688 both reftex-dcr and reftex-vcr.
20689
20690 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20691
20692 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20693
20694 * ps-print.el: PostScript code now is in separate files, doc fix.
20695 (ps-print-version): New version number (5.0.3).
20696 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20697 local.
20698 (ps-spool-config): Initialization fix.
20699 (ps-print-prologue-1, ps-print-prologue-2)
20700 (ps-print-duplex-feature): PostScript code moved to separated file.
20701 (ps-background-image): Little code reformating.
20702 (ps-begin-file, ps-begin-job): Fix code.
20703 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20704 (ps-prologue-file): New fun.
20705
20706 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20707
20708 * ps-vars.el: Eliminated.
20709
20710 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20711 `;;;###autoload'.
20712
20713 * ps-print.el: ps-vars eliminated, doc fix.
20714 (ps-print-version): New version number (5.0.2).
20715 (ps-spool-config): Initialization fix.
20716 (ps-print-customize): New fun.
20717
20718 2000-01-04 Gerd Moellmann <gerd@gnu.org>
20719
20720 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
20721
20722 2000-01-04 Dave Love <fx@gnu.org>
20723
20724 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20725 menu items.
20726
20727 2000-01-03 Dave Love <fx@gnu.org>
20728
20729 * elide-head.el (elide-head) [defgroup]: Add :version.
20730
20731 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
20732 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20733 Use `cl-hash-table-p', not `hash-table-p'.
20734 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20735
20736 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20737
20738 * faces.el (face-read-integer, read-face-attribute)
20739 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
20740
20741 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20742
20743 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20744 at comment end, and re-insert them after filling.
20745
20746 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20747
20748 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20749 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20750 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20751
20752 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20753
20754 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20755 the new name of face-color-supported-p.
20756
20757 * term/w32-win.el (xw-defined-colors): Likewise.
20758
20759 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20760
20761 * simple.el (completion-setup-function): Count completion-size
20762 from minibuffer-prompt-end, not from point-min.
20763
20764 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20765
20766 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20767 Pass the frame to tty-color-* functions.
20768 (display-color-p, frame-set-background-mode): Pass the frame to
20769 tty-display-color-p.
20770
20771 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20772 tty-color-alist.
20773 (tty-color-alist, tty-modify-color-alist): New functions.
20774 (tty-color-define, tty-color-clear, tty-color-approximate)
20775 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20776 optional parameter FRAME.
20777
20778 2000-01-01 Gerd Moellmann <gerd@gnu.org>
20779
20780 * image.el (create-image, defimage): Don't assume image data is
20781 a string.
20782
20783 * image.el (defimage): Handle specifications containing :data
20784 instead of :file.
20785 (image-type-from-data): New function.
20786 (image-type-from-file-header): Use it.
20787 (create-image): Add parameter DATA-P.
20788
20789 See ChangeLog.8 for earlier changes.
20790
20791 ;; Local Variables:
20792 ;; coding: iso-2022-7bit
20793 ;; End:
20794
20795 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20796 Copying and distribution of this file, with or without modification,
20797 are permitted provided the copyright notice and this notice are preserved.