(sgml-mode-map): Bind 8-bit codes above 127 to sgml-maybe-name-self.
[bpt/emacs.git] / lisp / ChangeLog
1 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4 127 to sgml-maybe-name-self.
5 (sgml-name-8bit-mode): Doc fix.
6 (sgml-char-names-table): New variable.
7 (sgml-name-char): Support non-ASCII and mule-unicode-*
8 characters. Doc fix.
9 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
10
11 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
12 doc string the effect of `left' and `top' parameters in
13 tooltip-frame-parameters, the default values, and the units.
14 (tooltip-frame-parameters): Mention `top' and `left' in the doc
15 string.
16 (tooltip-show): Mention in the doc string the `top' and `left'
17 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
18
19 2001-10-22 Andre Spiegel <spiegel@gnu.org>
20
21 Add autoscaling support for vc-annotate.
22 From J.D. Smith <jdsmith@astro.cornell.edu>.
23
24 * vc.el (vc-annotate-display-default): Accept colormap scaling
25 ratio (now deprecated).
26 (vc-annotate-display-autoscale): Added.
27 (vc-annotate-add-menu): New autoscaling menu options "Span to
28 Oldest" and "Span Oldest->Newest". Easymenu support added for
29 toggle menus driven by customize variable
30 `vc-annotate-display-mode'.
31 (vc-annotate-display-select): Added.
32 (vc-annotate): Changed temp-buffer-show-function to
33 `vc-annotate-display-select'.
34 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
35 Added argument OFFSET. Instead of backend function, calls now
36 generic `vc-annotate-difference'.
37 (vc-annotate-difference): Added as generic function instead of
38 backend-specific function. No longer takes argument POINT, but
39 instead accepts a time OFFSET.
40 (vc-default-annotate-current-time): Added.
41
42 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
43 version in vc.el, with
44 (vc-cvs-annotate-current-time): Added, as override of default.
45 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
46 `vc-cvs-annotate-difference'.
47
48 2001-10-22 Gerd Moellmann <gerd@gnu.org>
49
50 * saveplace.el (save-place): Require `saveplace'.
51
52 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
53 Use `sexp' for :value-type instead of `face'.
54
55 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
56
57 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
58 regexps due to 5-digit message IDs.
59
60 2001-10-21 Jason Rumney <jasonr@gnu.org>
61
62 * term/w32-win.el (redisplay-dont-pause): Don't set.
63
64 2001-10-21 Miles Bader <miles@gnu.org>
65
66 * help-funs.el (help-manyarg-func-alist): Variable removed.
67
68 2001-10-21 Miles Bader <miles@gnu.org>
69
70 * help-funs.el (help-manyarg-func-alist): Remove entries for
71 `insert', `insert-and-inherit', `insert-before-markers',
72 `insert-before-markers-and-inherit', `message', `message-box',
73 `message-or-box', `propertize', `format', `encode-time', `append',
74 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
75 `insert-string', `ml-if', `ml-provide-prefix-argument', and
76 `ml-prefix-argument-loop'.
77
78 2001-10-21 Andre Spiegel <spiegel@gnu.org>
79
80 * vc.el (vc-diff-internal, vc-coding-system-for-diff,
81 vc-default-diff-tree): New functions.
82 (vc-version-diff): Use them. As a result, coding systems are now
83 set up properly for all sorts of diffs, and tree diffs can now
84 also be done locally.
85 (vc-diff): With a prefix argument, don't require that it's called
86 from a buffer under version control.
87 (diff-switches): Remove duplicate definition.
88
89 * vc-cvs.el (vc-cvs-diff-tree): New function.
90
91 2001-10-21 Miles Bader <miles@gnu.org>
92
93 * help-funs.el (help-manyarg-func-alist): Remove entries for
94 `list', `vector', `make-byte-code', `call-process',
95 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
96 `logand', `logior', and `logxor'.
97
98 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
99 image bits to compensate. Use `make-string' instead of
100 `make-bool-vector' (XBM apparently wants byte-aligned rows).
101
102 2001-10-20 Gerd Moellmann <gerd@gnu.org>
103
104 * (Version 21.1 released.)
105
106 2001-10-20 Kim F. Storm <storm@cua.dk>
107
108 * simple.el (kill-ring-save): Don't show extent of copied region
109 if using transient-mark-mode and region is fully visible.
110
111 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
112
113 * files.el (auto-mode-alist): Associate .indent.pro with
114 Fundamental mode. Suggested by Samuel Padgett
115 <spadgett1@nc.rr.com>.
116
117 2001-10-18 Sam Steingold <sds@gnu.org>
118
119 Put the *Compile-Log* buffer in `compilation-mode'.
120 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
121 (byte-compile-log-1, byte-compile-log-file)
122 (displaying-byte-compile-warnings): use it
123
124 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
125
126 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
127
128 * xml.el (xml-parse-tag): Use eq on char-after's return value.
129
130 2001-10-18 Gerd Moellmann <gerd@gnu.org>
131
132 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
133
134 * obsolete/hilit19.el (hilit-lookup-face-create):
135 Call set-face-font only if display-graphic-p.
136 (toplevel): Remove references to window-system.
137
138 2001-10-18 Miles Bader <miles@gnu.org>
139
140 * simple.el (what-line): Avoid problems with field properties.
141
142 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
143
144 * wid-edit.el (widget-field-face, widget-single-line-field-face):
145 Define special colors for a tty.
146
147 2001-10-17 Francesco Potorti` <pot@gnu.org>
148
149 * comint.el (comint-password-prompt-regexp): Make it less
150 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
151
152 2001-10-17 John Wiegley <johnw@gnu.org>
153
154 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
155 a regular file, before checking if it is a directory or symlink.
156 This avoids a call to eshell-file-attributes, which can be
157 expensive in some situations.
158
159 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
160 customization variable, to differentiate ls-in-dired from regular
161 uses of ls.
162
163 2001-10-17 Miles Bader <miles@gnu.org>
164
165 * custom.el (defface): Mention `:inherit' in doc-string.
166
167 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
168
169 * paren.el: Update the Commentary with installation instructions.
170
171 2001-10-15 Dave Love <fx@gnu.org>
172
173 * international/mule.el (set-auto-coding): Fix regexps for local
174 variables section not to eat newlines.
175
176 2001-10-15 Miles Bader <miles@gnu.org>
177
178 * simple.el (display-message-or-buffer): Pass the correct buffer
179 to `display-buffer'.
180
181 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
182
183 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
184 (executable-find): Use exec-suffixes.
185 (executable-set-magic): Don't use make-local-hook.
186
187 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
188
189 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
190
191 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
192 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
193 Add .so to the Unix and GNU branch.
194
195 * international/latin-1.el:
196 * international/latin-2.el:
197 * international/latin-3.el:
198 * international/latin-4.el:
199 * international/latin-5.el:
200 * international/latin-8.el:
201 * international/latin-9.el: Add no-byte-compile: t, since
202 Makefile.in instructs make-docfile to look at .el files.
203
204 2001-10-14 Miles Bader <miles@gnu.org>
205
206 * button.el (define-button-type): Allow supertype property to be
207 specified with a keyword `:supertype' too.
208 (button-put, make-text-button): Allow button type property to be
209 specified using the keyword `:type' too.
210 (button-type): New function.
211 (button): Add `button-category-symbol' property.
212
213 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
214
215 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
216 indent-new-comment-line from comment-indent-new-line.
217
218 * textmodes/refill.el (refill-mode):
219 Bind DEL to backward-delete-char-untabify.
220 Set backward-delete-char-untabify-method to `hungry'.
221
222 * textmodes/bib-mode.el (bib-mode):
223 * play/gomoku.el (gomoku-mode):
224 * textmodes/page-ext.el (pages-directory-mode):
225 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
226
227 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
228
229 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
230
231 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
232 Handle here-docs differently.
233 (sh-font-lock-heredoc): Remove.
234 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
235 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
236 (sh-font-lock-open-heredoc): New functions.
237 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
238 (sh-font-lock-keywords-1): Use regexp-opt.
239 (sh-in-comment-or-string): Use syntax-ppss.
240 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
241 (sh-select, sh-tmp-file): Add explicit terminating \n.
242
243 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
244 Use with-current-buffer.
245 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
246 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
247 filename), catch any error that occurs in `ange-ftp-cd'.
248 If an error happened, don't bother sending `cmd' at all.
249 Fix a parenthesis typo.
250 (ange-ftp-write-region): Don't blindly use binary if the remote host
251 is unix-like.
252
253 * play/pong.el (pong-init): Don't use make-local-hook.
254
255 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
256
257 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
258 (viper-get-ex-address-subr): More precise addr for the $ marker
259
260 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
261
262 * version.el (emacs-version): Bump to 21.1.50.
263
264 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
265
266 * mail/mailalias.el (mail-directory-stream): Do not double
267 variables in the lambda-list.
268
269 * play/gomoku.el (gomoku-init-display): Ditto.
270
271 * play/landmark.el (lm-init-display): Ditto.
272
273 * delim-col.el (delimit-columns-rectangle-max): Ditto.
274 (delimit-columns-rectangle-line): Ditto.
275
276 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
277
278 * newcomment.el (comment-region-internal): Don't rebind
279 invisibility_spec now that the C routines handle it correctly.
280
281 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
282
283 * frame.el (special-display-popup-frame): Obey new specs `same-window'
284 and `same-frame'.
285
286 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
287
288 * simple.el (minibuffer-local*-map): Remove redundant bindings.
289
290 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
291 C-p and C-r. Remove redundant bindings from inheriting maps.
292
293 * progmodes/cperl-mode.el: Merged in changes from v4.32.
294 After 4.23 and: After 4.24:
295 (cperl-contract-levels): Restore position.
296 (cperl-beautify-level): Likewise.
297 (cperl-beautify-regexp): Likewise.
298 (cperl-commentify): Rudimental support for length=1 runs
299 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
300 After 4.25:
301 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
302 (imenu-example--create-perl-index): Was not enforcing
303 syntaxification-to-the-end.
304 (cperl-invert-if-unless): Allow `for', `foreach'.
305 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
306 Mark qw(), m()x as indentable.
307 (cperl-init-faces): Highlight `sysopen' too.
308 Highlight $var in `for my $var' too.
309 (cperl-invert-if-unless): Was leaving whitespace at end.
310 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
311 (cperl-calculate-indent): Remove old commented out code.
312 Support (primitive) indentation of qw(), m()x.
313 After 4.26:
314 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
315 q [] with intervening newlines.
316 (cperl-autoindent-on-semi): New customization variable.
317 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
318 (cperl-tips): Mention how to make CPerl the default mode.
319 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
320 (cperl-outline-level): New function.
321 (cperl-highlight-variables-indiscriminately): New customization var.
322 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
323 From Sean Kamath <kamath@pogo.wv.tek.com>.
324 (cperl-after-block-p): Support CHECK and INIT.
325 (cperl-init-faces, cperl-short-docs): Likewise and "our".
326 From Doug MacEachern <dougm@covalent.net>.
327 After 4.27:
328 (cperl-find-pods-heres): Recognize \"" as a string.
329 Mark whitespace between q and [] as `syntax-type' => `prestring'.
330 Allow whitespace between << and "FOO".
331 (cperl-problems): Remove \"" and q [] with intervening newlines.
332 Mention multiple <<EOF as unsupported.
333 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
334 (cperl-indent-parens-as-block): New configuration variable.
335 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
336 Use `cperl-indent-parens-as-block'.
337 (cperl-find-pods-heres): Test for =cut without empty line instead of
338 complaining about no =cut.
339 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
340 (cperl-find-pods-heres): Likewise.
341 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
342 POD could've been marked as comment already.
343 (cperl-unwind-to-safe): Unwind before start of POD too.
344 After 4.28:
345 (cperl-forward-re): Throw an error at proper moment REx unfinished.
346 After 4.29:
347 (x-color-defined-p): Make an extra case to peacify the warning.
348 Toplevel: `defvar' to peacify the warnings.
349 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
350 No -nw-compile time warnings now.
351 (cperl-find-tags): TAGS file had too short substring-to-search.
352 Be less verbose in non-interactive mode
353 (imenu-example--create-perl-index): Set index-marker after name
354 (cperl-outline-regexp): New variable.
355 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
356 (cperl-mode): Made use `cperl-outline-regexp'.
357 After 4.30:
358 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
359 (cperl-outline-level): Make start-of-file same level as `package'.
360 After 4.31:
361 (cperl-electric-pod): `head1' and `over' electric only if empty.
362 (cperl-unreadable-ok): New variable.
363 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
364 on an unreadable file.
365 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
366 on an unreadable directory.
367
368 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
369 Consider the text between two errors as belonging to the first error.
370 (compilation-goto-locus): Use pop-to-buffer rather than
371 switch-to-buffer-other-frame.
372
373 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
374 (awk-font-lock-syntactic-keywords): New var.
375 (awk-mode): Use it.
376
377 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
378
379 * faces.el (describe-face): Call help-setup-xref earlier.
380
381 * jka-compr.el (jka-compr-load-suffixes): New var.
382 (jka-compr-install): Add its content to load-suffixes.
383 (jka-compr-uninstall): Remove its content from load-suffixes.
384
385 2001-10-12 Sam Steingold <sds@gnu.org>
386
387 * bindings.el (completion-ignored-extensions): CL-related
388 extensions are platform-independent.
389
390 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
391 asynchronous multiple file copying.
392
393 2001-10-12 Gerd Moellmann <gerd@gnu.org>
394
395 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
396 Turn error for repeated variables into warning.
397
398 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
399 New function checking that lambda-list consists of non-constant
400 symbols, that &rest and &optional are followed by variable names,
401 that &rest VAR is the last element, and that variables aren't doubled.
402 (byte-compile-lambda): Use it.
403
404 2001-10-12 Eli Barzilay <eli@barzilay.org>
405
406 * calculator.el (calculator-eng-display): Don't call concat
407 with an integer argument.
408
409 2001-10-12 Miles Bader <miles@gnu.org>
410
411 * help-mode.el (help-customize-face): New button-type.
412
413 * faces.el (list-faces-display): Fix args to `help-xref-button'.
414 (describe-face): Fix args to `help-xref-button'.
415 Don't switch to help-buffer around call to `help-setup-xref'.
416 Use `help-buffer' instead of hard-wired "*Help*".
417 Require `help-mode'.
418
419 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
420
421 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
422
423 * help-mode.el (help-buffer): New function.
424 Returns the buffer-name to use for help output.
425 Change all the code to use it instead of hard-coding *Help*.
426 (help-mode-map): Put back the mouse-2 binding.
427 (help-xref-stack): Change the format and make buffer-local.
428 (help-xref-stack-item): Make buffer-local.
429 (help-setup-xref): Do the `push' here rather than in help-do-xref.
430 (help-xref-interned): Display the face doc as well.
431 (help-follow-mouse): Re-introduce.
432 (help-xref-go-back): Adapt to the new use of help-xref-stack.
433 (help-do-xref): Don't `push' any more.
434 (help-follow): Also follow face names.
435
436 * help-funs.el (describe-function-1): Remove unused `parens' arg.
437 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
438 Autoload and cleanup.
439 (describe-function): Call help-setup-xref.
440 (describe-variable): Call help-setup-xref earlier.
441
442 * help.el (describe-bindings-internal): New fun moved from keymap.c.
443 (view-lossage): Call help-setup-xref correctly and earlier.
444 (describe-bindings): Call help-setup-xref earlier.
445 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
446 (describe-mode): Don't autoload. Call help-setup-xref earlier.
447
448 2001-10-11 Gerd Moellmann <gerd@gnu.org>
449
450 * master.el (master-mode): Use define-minor-mode instead of
451 easy-mmode-define-minor-mode. Add autload cookie.
452 (Commentary): Remove the line showing how to autoload master-mode,
453 since it's always autoloaded.
454
455 * master.el: New file.
456
457 2001-10-11 Dave Love <fx@gnu.org>
458
459 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
460 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
461 <const-C varset-X const-C>: Fix car/cdr typo.
462
463 2001-10-11 Gerd Moellmann <gerd@gnu.org>
464
465 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
466 New function extracted from byte-compile-log-1.
467 (byte-compile-log-1): Change output to be more in line with
468 the output of other GNU tools.
469 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
470 (byte-compile-report-error): Downcase error message.
471 Use `error' instead of `!!' for error messages.
472 (byte-compile-print-syms): Treat non-interactive case specially.
473 (displaying-byte-compile-warnings): Use backquote.
474 (byte-compile-from-buffer): Bind byte-compile-last-line.
475 (batch-byte-compile): Remove `Done' message.
476
477 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
478
479 * emacs-lisp/copyright.el (copyright): Add final \n.
480
481 2001-10-11 Miles Bader <miles@gnu.org>
482
483 * diff.el (diff): Display default values in prompts as
484 `(default ...)', not `(...)'.
485
486 * info.el (Info-follow-reference): Likewise.
487
488 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
489
490 * emacs-lisp/autoload.el (doc-string-elt): Remove.
491
492 * newcomment.el (comment-indent): Be a little more robust in case
493 comment-indent-function does funny things.
494 (comment-normalize-vars): Autoload.
495 (comment-region-internal): Fiddle with the visibility spec.
496 (comment-valid-prefix): New function.
497 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
498 that would turn comment-text into non-comment-text.
499
500 * emacs-lisp/syntax.el: New file.
501
502 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
503 compatibility cruft.
504 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
505 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
506 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
507 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
508 tcl-submit-bug-report.
509 (tcl-mode-syntax-table): Leave \f alone.
510 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
511 tcl-end-of-defun, tcl-submit-bug-report.
512 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
513 (tcl-add-emacs-menu): Remove.
514 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
515 (tcl-keyword-list): Add `chain'.
516 (tcl-font-lock-syntactic-keywords): New variable.
517 (tcl-pps-has-arg-6): Remove.
518 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
519 (tcl-internal-mark-defun): Remove.
520 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
521 (tcl-mode): Use define-derived-mode. Simplify.
522 Set comment-indent-function.
523 (tcl-indent-command): Use line-beginning-position and comment-indent.
524 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
525 (tcl-indent-line): Use tcl-calculate-indent.
526 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
527 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
528 (tcl-filter): Use with-current-buffer, simplify.
529 (inferior-tcl-mode): Use define-derived-mode.
530 (tcl-hairy-in-comment): Renamed tcl-in-comment.
531 (tcl-simple-in-comment, tcl-in-comment): Removed.
532 (tcl-files-alist): New function.
533 (tcl-help-snarf-commands): Use it and return the result directly
534 rather than through a global variable.
535 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
536 (tcl-help-on-word): Provide the default value to completing-read.
537 (tcl-hilit): Remove.
538 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
539 (tcl-comment-indent): New function.
540 (tcl-submit-bug-report): Remove.
541 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
542 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
543 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
544
545 2001-10-10 Miles Bader <miles@gnu.org>
546
547 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
548 (Info-fontify-node): Don't fontify the node if it's already been done.
549
550 2001-10-10 Gerd Moellmann <gerd@gnu.org>
551
552 * international/iso-transl.el (iso-transl-e-caret)
553 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
554 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
555
556 * simple.el (end-of-buffer): Fix code scrolling specially
557 for the buffer end.
558
559 * startup.el (command-line-1): Bind tab-width to 8.
560
561 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
562
563 * emulation/tpu-edt.el: Use defalias instead of fset for
564 user-visible commands. From Rob Riepel
565 <riepel@Networking.Stanford.EDU>.
566
567 2001-10-09 Gerd Moellmann <gerd@gnu.org>
568
569 * ruler-mode.el: New file.
570
571 2001-10-09 Miles Bader <miles@gnu.org>
572
573 * apropos.el (button): New require.
574
575 * help-funs.el: New file, contents mostly from `help.el'.
576 (describe-variable): Use `condition-case' instead of `ignore-errors'.
577
578 * help-mode.el: New file, contents mostly from `help.el'.
579
580 * help.el: Don't require `view' when compiling.
581 (help-with-tutorial, describe-function, describe-function-1)
582 (variable-at-point, describe-variable, locate-library):
583 Functions moved into `help-funs.el'.
584 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
585 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
586 (help-setup-xref, help-xref-following, help-make-xrefs)
587 (help-xref-button, help-insert-xref-button, help-xref-interned)
588 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
589 (help-xref-on-pp): Functions moved into `help-mode.el'
590 (help-mode-map, help-xref-stack, help-xref-stack-item)
591 (help-highlight-p, help-highlight-face, help-back-label)
592 (help-xref-symbol-regexp, help-xref-mule-regexp)
593 (help-xref-info-regexp): Variables moved into `help-mode.el'.
594 (help-symbol, help-back, help-info, help-customize-variable)
595 (help-function-def, help-variable-def):
596 Button-types moved into `help-mode.el'.
597 (load-symbol-file-load-history, symbol-file):
598 Functions moved into `subr.el'.
599 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
600 (view-lossage): Call `help-setup-xref' instead of doing it manually.
601
602 * subr.el (symbol-file-load-history-loaded)
603 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
604
605 * loadup.el ("button"): Load removed.
606
607 * button.el (define-button-type): Respect any `supertype' property.
608 (button-type-subtype-p, button-has-type-p): New functions.
609
610 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
611 dollar-signs.
612
613 * comint.el (comint-insert-previous-argument): New function.
614 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
615 (comint-insert-previous-argument-last-start-pos)
616 (comint-insert-previous-argument-last-index): New variables.
617
618 * apropos.el (apropos-next-label-button): Use the presence of a
619 `apropos-label' property to detect label buttons.
620
621 2001-10-08 Miles Bader <miles@gnu.org>
622
623 * button.el (next-button, previous-button): Remove N and WRAP
624 parameters. Don't pay attention to `skip' properties.
625 (forward-button): Implement wrapping, iterating, and skipping here
626 instead.
627 (button-activate): USE-MOUSE-ACTION is optional.
628 (button-nop): Function removed.
629 (default-button): Use `ignore' as default button action.
630
631 * apropos.el (apropos-next-label-button): Update arguments to
632 `next-button'.
633 (apropos-symbol): Add `skip' property.
634 (apropos-function, apropos-macro, apropos-command)
635 (apropos-variable, apropos-face, apropos-group, apropos-widget)
636 (apropos-plist): New button types.
637 (apropos-label-properties): Variable removed.
638 (apropos-print): Pass button-type to apropos-print-doc, rather
639 than help function and label text.
640 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
641 Get button label from TYPE.
642
643 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
644
645 * help.el (help-mode): Use define-derived-mode.
646 (describe-mode): Add optional `buffer' arg.
647 Use it instead of going through help-xref-mode.
648 Avoid doubling the word `minor' when prettifying.
649 (describe-function-1): List the corresponding key bindings.
650 (describe-variable): Say if the var is automatically buffer-local.
651 If the source is `loaddefs.el', look for the real source.
652 (help-xref-mode): Remove.
653
654 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
655 the file says no-byte-compile.
656
657 2001-10-08 Miles Bader <miles@gnu.org>
658
659 * button.el (next-button, previous-button): Respect `skip' property.
660
661 2001-10-07 Miles Bader <miles@gnu.org>
662
663 * woman.el (woman-mode-map): Copy button-buffer-map instead of
664 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
665 `woman-follow-word' instead of `woman-mouse-2'.
666 (woman-follow-word): Renamed from `woman-mouse-2'.
667 Follow current unconditionally, since this function is now only
668 bound to M-mouse-2. Use accessor functions.
669 (WoMan-highlight-references): Use `make-text-button'.
670 (woman-xref): New button type.
671
672 * loadup.el ("faces"): Move load before loading "loaddefs.el".
673 ("button"): New load, just before "help" (which uses it).
674
675 * help.el (help-mode-map): Make button-buffer-map our parent.
676 Don't bind mouse events or tab/backtab.
677 (help-function, help-variable, help-face, help-coding-system)
678 (help-input-method, help-character-set, help-back, help-info)
679 (help-customize-variable, help-function-def, help-variable-def):
680 New button types.
681 (help-button-action): New function.
682 (describe-function-1): Pass help button-types to
683 `help-xref-button' rather than help function and help-echo string.
684 Don't put multiple help-function args in a list to pass them to
685 help-xref-button, just pass them as multiple arguments.
686 Use `help-insert-xref-button' to make [back]-button, rather than
687 `help-xref-button'.
688 (help-xref-button): Take a button-type TYPE as a parameter rather
689 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
690 and add a &rest parameter ARGS to serve the same purpose.
691 Use `make-text-button' to add the button.
692 (help-insert-xref-button): Use `insert-text-button' to add the button.
693 (help-follow-mouse, help-next-ref, help-previous-ref):
694 Functions removed.
695 (help-do-xref): New function.
696 (help-follow): Use `push-button' and `help-do-xref' to do most of
697 the work.
698
699 * apropos.el (apropos-symbol, apropos-label): New button types.
700 (apropos-symbol-button-display-help)
701 (apropos-label-button-display-help, apropos-next-label-button):
702 New functions.
703 (apropos-mode-map): Make button-buffer-map our parent.
704 Don't bind mouse events.
705 (apropos-print, apropos-print-doc): Create buttons instead of text
706 properties.
707 (apropos-mouse-follow): Function removed.
708 (apropos-follow): Use buttons.
709
710 * button.el: New file.
711
712 2001-10-07 Gerd Moellmann <gerd@gnu.org>
713
714 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
715 Remove.
716
717 2001-10-05 Richard M. Stallman <rms@gnu.org>
718
719 * add-log.el (add-change-log-entry): Skip copyright notice
720 and copying permission notice at start of file, if any.
721 Make use of terms "entry" and "item" accord with Emacs manual.
722 Simplify the logic for moving point while entering or creating
723 an entry and then an item.
724 (add-change-log-entry-other-window): Doc fix.
725
726 2001-10-06 Miles Bader <miles@gnu.org>
727
728 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
729 removed; they apparently don't work with faces.
730
731 2001-10-05 Sam Steingold <sds@gnu.org>
732
733 * textmodes/sgml-mode.el (html-xhtml): New user option.
734 (html-tag-alist, html-horizontal-rule, html-image, html-line)
735 (html-ordered-list, html-unordered-list, html-list-item)
736 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
737 (sgml-skip-close-p): New function.
738 (sgml-value): Use it.
739
740 2001-10-05 Sam Steingold <sds@gnu.org>
741
742 * calendar/diary-lib.el (diary-entry-compare): When times are
743 identical, compare the entries lexicographically.
744
745 2001-10-06 Miles Bader <miles@gnu.org>
746
747 * rfn-eshadow.el (rfn-eshadow-update-overlay):
748 Use `minibuffer-prompt-end'.
749
750 * simple.el (previous-matching-history-element): Fix misplaced
751 parentheses.
752
753 2001-10-05 Miles Bader <miles@gnu.org>
754
755 * rfn-eshadow.el: New file.
756
757 2001-10-05 Miles Bader <miles@gnu.org>
758
759 * cus-face.el (custom-face-attributes): Make sure each attribute
760 has a valid default value. Remove hacks that mapped `nil' to
761 `off' and used nil to mean `unspecified'. Remove `unspecified'
762 choices from all attributes (unspecified is handled by the parent
763 checklist).
764 * cus-edit.el (custom-face-edit-convert-widget)
765 (custom-face-edit-deactivate, custom-face-edit-activate)
766 (custom-face-edit-delete, custom-face-edit-attribute-tag):
767 New functions.
768 (custom-face-edit): Specify a custom :convert-widget.
769 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
770 Don't pass in default filters that map between `nil' and `off' and
771 `unspecified' and `nil'.
772
773 2001-10-05 Gerd Moellmann <gerd@gnu.org>
774
775 * progmodes/compile.el (compilation-buffer-name): New function.
776 (compile-internal): Use it to determine the name of the
777 compilation buffer.
778
779 2001-10-05 Miles Bader <miles@gnu.org>
780
781 * progmodes/compile.el (grep-use-null-device): New variable.
782 (grep-command): Mention `grep-use-null-device'.
783 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
784 Make computation of `grep-command' respect `grep-use-null-device'.
785 (grep): Respect `grep-use-null-device'.
786 Call `grep-compute-defaults' even if grep-command is set, if
787 grep-use-null-device is still tentative.
788
789 * subr.el (call-process-shell-command): New function.
790
791 2001-10-05 Miles Bader <miles@gnu.org>
792
793 * simple.el (previous-matching-history-element)
794 (next-history-element, next-complete-history-element): Use
795 `minibuffer-' functions instead of calling `field-' functions directly.
796 (minibuffer-prompt-end, minibuffer-contents):
797 (minibuffer-contents-no-properties, delete-minibuffer-contents):
798 Functions removed (now subrs).
799 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
800
801 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
802 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
803 instead of calling `field-' functions directly.
804 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
805
806 2001-10-05 Gerd Moellmann <gerd@gnu.org>
807
808 * files.el (find-file-noselect): If file's read-only status has
809 changed on disk, ask if buffer's read-only status should be
810 changed, unless NOWARN is set.
811
812 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
813 alias for define-setf-method.
814
815 * bindings.el: Remove no-byte-compile from file local variables
816 to enable bootstrapping.
817
818 2001-10-04 Andrew Innes <andrewi@gnu.org>
819
820 * faces.el (face-font-registry-alternatives) [windows-nt]:
821 Make gb2312 an alias for gb2312.1980.
822
823 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
824
825 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
826 (uniquify-reverse-components): Remove.
827
828 * emacs-lisp/bytecomp.el (byte-recompile-directory):
829 Make sure the file is readable.
830 (byte-compile-file): Don't compile if `no-byte-compile' is set.
831 (byte-compile-defvar): Update to reflect the change in Fdefvar.
832 (batch-byte-recompile-directory): Pass arg=0.
833
834 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
835 (perl-calculate-indent): Use it.
836 (perl-backward-to-noncomment): Use forward-comment.
837
838 * derived.el (define-derived-mode, derived-mode-make-docstring):
839 Allow `parent' to be nil.
840
841 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
842 Use define-derived-mode.
843 (nroff-mode-map, nroff-mode-syntax-table): Massage.
844
845 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
846
847 * emacs-lisp/lselect.el: Use facep iso find-face.
848
849 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
850 Use regexp-opt.
851 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
852 (lisp-font-lock-syntactic-face-function): New function.
853 (lisp-mode-variables): Use it. Make arg optional.
854 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
855 (lisp-mode): Don't pass an arg to lisp-mode-variables.
856 Set comment-start-skip.
857
858 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
859
860 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
861 (ignore-errors): Don't bother using a `err' symbol.
862
863 * emacs-lisp/autoload.el (autoload-ensure-default-file)
864 (autoload-insert-section-header, autoload-before-p)
865 (autoload-remove-section): New functions.
866 (generate-file-autoloads): Use them.
867 (update-file-autoloads): Use them. Return FILE if there's no cookie.
868 Make sure the autoload file is properly formatted when creating it.
869 (update-autoloads-from-directories): Use them as well.
870 Only update autoloads for files whose timestamp has changed.
871 Add a dummy entry to remember the files which had no autoload cookies.
872
873 * timer.el (timer-relative-time): Fix computation for negative `micro'.
874
875 * subr.el (define-key-after): Allow `key' to be longer than 1.
876 (make-local-hook): Make obsolete.
877 (add-hook, remove-hook): Don't use make-local-hook any more.
878 (make-syntax-table): Inherit all chars from s-s-t.
879
880 2001-10-04 Gerd Moellmann <gerd@gnu.org>
881
882 This is a fix for a report saying that resuming a search with C-s
883 C-s doesn't use the case-fold-search setting of the previous
884 search (C-s ... M-c ... then C-s C-s).
885
886 * isearch.el (isearch-last-case-fold-search): New variable.
887 (isearch-mode): Remember value of isearch-case-fold-search
888 in isearch-last-case-fold-search.
889 (isearch-done): Quote value of isearch-case-fold-search.
890 (isearch-repeat): When resuming a search, restore
891 isearch-case-fold-search from isearch-last-case-fold-search.
892
893 Added to NEWS.
894
895 * startup.el (inhibit-startup-buffer-menu): New user-option.
896 (command-line-1): If inhibit-startup-buffer-menu is set, don't
897 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
898
899 This allows upto 99999 messages in the summary without screwing up
900 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
901
902 * mail/rmailsum.el (rmail-make-summary-line)
903 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
904 (rmail-summary-goto-msg, rmail-summary-goto-msg):
905 Allow 5-digit message ids instead of 4.
906
907 This adds expansion of environment variables in the value
908 specified with M-x setenv. Added to NEWS.
909
910 * env.el (substitute-env-vars): New function.
911 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
912 environment variables in VALUE. Return VALUE.
913
914 2001-10-04 Gerd Moellmann <gerd@gnu.org>
915
916 * Branch for 21.1.
917
918 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
919
920 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
921
922 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
923
924 * emulation/tpu-edt.el: Make messages match original TPU/edt
925 editor. From riepel@Stanford.EDU (Rob Riepel).
926
927 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
928
929 * rect.el: Update maintainer's email address.
930
931 2001-10-02 Andreas Schwab <schwab@suse.de>
932
933 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
934 and Extended Passive Mode, resp.
935
936 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
937
938 These changes add support for Calendar-related items in the
939 menu bar on tty's as well:
940
941 * calendar/calendar.el (calendar-mode-map): Require cal-menu
942 unconditionally.
943 (calendar-mode): Set up activate-menubar-hook unconditionally.
944
945 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
946 calls x-popup-menu only if popup menus are supported.
947 (calendar-mouse-insert-hebrew-diary-entry)
948 (calendar-mouse-insert-islamic-diary-entry)
949 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
950 (calendar-mouse-view-other-diary-entries)
951 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
952 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
953 Call cal-menu-x-popup-menu instead of x-popup-menu.
954
955 2001-10-01 Gerd Moellmann <gerd@gnu.org>
956
957 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
958
959 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
960
961 * emacs-lisp/rx.el: New file.
962
963 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
964
965 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
966
967 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
968
969 * frame.el (select-frame-by-name, other-frame): Doc fix.
970
971 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
972
973 * play/snake.el (snake-score-file): Use temporary-file-directory
974 instead of a literal "/tmp". Suggested by Robert
975 <robert@chezmarshall.freeserve.co.uk>.
976
977 * play/tetris.el (tetris-score-file): Ditto.
978
979 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
980
981 * apropos.el (apropos-print): Make the directions inserted at the
982 beginning of the *Apropos* buffer more clear.
983
984 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
985
986 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
987 Added comments.
988
989 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
990
991 * newcomment.el (comment-normalize-vars): Use " \t" rather than
992 "\\s-" when defining comment-end-skip.
993
994 2001-09-27 Gerd Moellmann <gerd@gnu.org>
995
996 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
997 Call get-buffer-window first second arg `visible'.
998
999 * international/mule-diag.el (list-input-methods-1):
1000 Output something that's independent of Emacs' version.
1001
1002 * tar-mode.el (tar-mode-write-file): Don't signal an error by
1003 calling byte-to-position with a nil tar-header-offset.
1004
1005 2001-09-27 Simon Josefsson <jas@extundo.com>
1006
1007 * mail/sendmail.el (send-mail-function): Doc fix.
1008 (mail-do-fcc): Error if header-end is not a marker.
1009 (mail-do-fcc): Add a comment.
1010 (mail-reply-to): Doc fix.
1011 (mail-signature): Make ATPOINT optional.
1012 (mail-yank-original): Use cond instead of nestled if.
1013
1014 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
1015
1016 * info.el (Info-on-current-buffer): Default arg to "Top".
1017
1018 2001-09-25 Eli Barzilay <eli@barzilay.org>
1019
1020 * calculator.el (calculator-copy-displayer): New user-option.
1021 (calculator-displayer-prev, calculator-displayer-next):
1022 Renamed from calculator-displayed-{left,right}.
1023 (calculator, calculator-standard-displayer)
1024 (calculator-num-to-string, calculator-update-display)
1025 (calculator-copy, calculator-put-value): Bug and display fixes.
1026
1027 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1028
1029 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
1030 (ebnf-version): New version (3.6.1).
1031
1032 * ebnf-bnf.el: Fix character range regexp. Doc fix.
1033 (ebnf-bnf-non-terminal-chars): New internal const.
1034 (ebnf-bnf-lex): Fix code.
1035
1036 * ebnf-iso.el: Fix character range regexp. Doc fix.
1037 (ebnf-iso-non-terminal-chars): New internal const.
1038 (ebnf-iso-lex): Fix code.
1039
1040 * ebnf-yac.el: Fix character range regexp. Doc fix.
1041 (ebnf-yac-skip-chars): New internal const.
1042 (ebnf-yac-skip-code): Fix code.
1043
1044 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
1045
1046 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
1047
1048 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
1049 passing it to VC.
1050
1051 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
1052 case where the file is relative.
1053
1054 2001-09-24 Gerd Moellmann <gerd@gnu.org>
1055
1056 * xml.el (xml-parse-attlist): Quotes around attributes must be the
1057 same on each side. Make sure we properly handle simple quotes.
1058 From Daiki Ueno <ueno@unixuser.org>.
1059
1060 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1061
1062 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
1063 <jas@extundo.com>.
1064
1065 * menu-bar.el (top-level): Minor fixes for text of help-echo in
1066 some items of the Options menu.
1067
1068 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
1069
1070 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
1071
1072 * vc-hooks.el (vc-delete-automatic-version-backups):
1073 Don't fail if the directory doesn't exist.
1074
1075 * diff-mode.el (diff-default-read-only): New var.
1076 (diff-mode): Use it.
1077
1078 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
1079
1080 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
1081 Use make-keymap instead of copy-keymap, since copying the global
1082 keymap messes up the menu bar.
1083
1084 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
1085 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1086
1087 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
1088
1089 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
1090
1091 * dired-aux.el (dired-insert-subdir): Pass switches to
1092 dired-build-subdir-alist.
1093
1094 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
1095
1096 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
1097 caused %#a and %#b to be mis-formatted.
1098
1099 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
1100
1101 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
1102 ccmode, emacs-mime, and eudc manuals.
1103
1104 2001-09-19 Sam Steingold <sds@gnu.org>
1105
1106 w32 find cannot be used with `grep-find'.
1107 * progmodes/compile.el (find-program): New variable.
1108 (grep-compute-defaults): Use it to set `grep-find-command'.
1109
1110 2001-09-19 Gerd Moellmann <gerd@gnu.org>
1111
1112 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
1113
1114 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1115
1116 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1117 programming. Doc fix.
1118 (ebnf-version): New version (3.6).
1119 (ebnf-eps-begin): Data fix.
1120 (ebnf-begin-file): Code fix.
1121
1122 * ebnf-bnf.el: Doc fix.
1123 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1124
1125 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1126
1127 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1128
1129 * ps-print.el: Better face mapping for black/white PostScript printers.
1130 Check if mark is active when printing a region. Doc fix.
1131 (ps-print-version): New version number (6.5.5).
1132 (ps-print-color-p): Customization fix.
1133 (ps-black-white-faces): New option.
1134 (ps-black-white-faces-alist): New internal var.
1135 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1136 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1137 (ps-nb-pages-region): Interactive fix.
1138 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1139 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1140
1141 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1142
1143 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1144 numeric month value, and allow the Kanji character after the it to
1145 be missing (happens with ls-lisp's output on Japanese versions of
1146 MS-Windows).
1147
1148 2001-09-18 Miles Bader <miles@gnu.org>
1149
1150 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1151 it's empty (and thus probably a new patch file about to be edited).
1152
1153 2001-09-17 Gerd Moellmann <gerd@gnu.org>
1154
1155 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1156 Check for '(' in column 0 of doc string.
1157
1158 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1159 of `nth' so that using a vector as bounding-box works.
1160 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1161
1162 2001-09-17 Andre Spiegel <spiegel@gnu.org>
1163
1164 * vc.el (vc-annotate): Use current workfile version explicitly as
1165 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1166
1167 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1168
1169 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1170 convert-standard-filename doesn't guarantee that the .el extension
1171 is preserved.
1172
1173 * dos-fns.el (convert-standard-filename): Replace invalid
1174 characters only after converting dash/underscore to a period.
1175 (original-make-auto-save-file-name): New.
1176 (make-auto-save-file-name): New function, overrides the definition
1177 on files.el and calls the original function via
1178 original-make-auto-save-file-name.
1179
1180 * mail/rmail.el (top-level): Require mule-utils when compiling.
1181 (rmail-decode-babyl-format): Use detect-coding-with-priority
1182 instead of detect-coding-region, to favor detection of emacs-mule
1183 encoded Babyl files written by rmailout.el etc. Suggested by
1184 Kenichi Handa <handa@etl.go.jp>.
1185
1186 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1187
1188 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1189 Use `equal', not `=', since the device number can be a cons cell.
1190
1191 2001-09-14 Gerd Moellmann <gerd@gnu.org>
1192
1193 * simple.el: Comment out change of 2001-09-13.
1194
1195 2001-09-13 Milan Zamazal <pdm@zamazal.org>
1196
1197 * progmodes/compile.el (grep-compute-defaults): Don't set
1198 grep-command/grep-find-command when it is already non-nil.
1199 (grep-command): Make it a user option.
1200 (grep-find-command): Likewise.
1201
1202 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
1203
1204 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1205 inhibit quit.
1206
1207 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1208
1209 * files.el (make-auto-save-file-name): If long file names are not
1210 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1211 generating an auto-save file name from it.
1212
1213 2001-09-13 Gerd Moellmann <gerd@gnu.org>
1214
1215 * ps-print.el (ps-print-region, ps-print-region-with-faces)
1216 (ps-nb-pages-region): Signal an error if called interactively
1217 and the mark is not active.
1218
1219 * simple.el (minibuffer-prompt-modification)
1220 (minibuffer-prompt-insertion): New functions.
1221 (minibuffer-prompt-properties): Use `modification-hooks' and
1222 `insert-in-front-hooks'.
1223
1224 2001-09-12 Richard M. Stallman <rms@gnu.org>
1225
1226 * textmodes/outline.el (outline-regexp): Doc fix.
1227 Initialize it in the defcustom, the usual way.
1228
1229 2001-09-12 Gerd Moellmann <gerd@gnu.org>
1230
1231 * ediff-mult.el (ediff-get-meta-info): Take into account that data
1232 from `ediff-meta-info' properties need not be an overlay.
1233 From David Ponce <dponce@voila.fr>.
1234
1235 * isearch.el (isearch-intersects-p): Fix end checks.
1236
1237 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
1238
1239 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1240 `t' branch of `cond', since Irix 6.1 and up is a special case of
1241 the standard dbx interface.
1242
1243 2001-09-11 Miles Bader <miles@gnu.org>
1244
1245 * comint.el (comint-send-input): When waiting for echoed input,
1246 don't save the expected end position in `echo-end', so that things
1247 work properly even if the buffer is modified elsewhere at the same
1248 time [this happens if `comint-truncate-buffer' is used].
1249
1250 2001-09-11 Gerd Moellmann <gerd@gnu.org>
1251
1252 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1253 when constructing imenu-generic-expression from outline-regexp.
1254
1255 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1256
1257 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1258 `equal' instead of `=', since they can be cons cells. From Nils
1259 Goesche <cartan@cartan.de>.
1260
1261 2001-09-10 Andre Spiegel <spiegel@gnu.org>
1262
1263 * vc.el (vc-annotate): Rewrote doc string.
1264
1265 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1266
1267 * time-stamp.el: Update Stephen Gildea's email address.
1268
1269 2001-09-10 Gerd Moellmann <gerd@gnu.org>
1270
1271 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1272 enable-multibyte-characters = nil. From Hallvard B Furuseth
1273 <h.b.furuseth@usit.uio.no>.
1274
1275 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
1276
1277 * ediff-init.el (ediff-highest-priority): Bug fix.
1278
1279 * viper-cmd.el (viper-special-read-and-insert-char): New function
1280 that reads a character and uses the current input method or
1281 iso-accents when appropriate.
1282
1283 * viper.el and all others: Corrections to the comment blocks at
1284 the top.
1285
1286 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1287
1288 * info.el (Info-goto-node): Doc fix.
1289
1290 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1291
1292 * isearch.el (isearch-intersects-p): New function.
1293 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1294 use isearch-intersects-p, and clean up.
1295
1296 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1297
1298 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1299 and "german8", for the new German orthography dictionaries,
1300 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1301 the entries, to keep the line length balanced for loaddefs.el.
1302
1303 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
1304
1305 * comint.el (comint-send-input): Handle comint-process-echoes
1306 differently.
1307
1308 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1309
1310 * locate.el (locate-insert-header): Remove unnecessary whitespace.
1311
1312 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1313
1314 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
1315
1316 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1317
1318 * server.el (server-switch-buffer):
1319 * textmodes/refer.el (refer-find-entry-internal):
1320 * term/sup-mouse.el (sup-pos-to-window):
1321 * term/bg-mouse.el (bg-window-from-x-y):
1322 * emacs-lisp/edebug.el (edebug-window-live-p):
1323 Use get-window-with-predicate.
1324
1325 * window.el (get-window-with-predicate): Renamed from some-window.
1326 (some-window): Make it an alias.
1327
1328 2001-09-06 Gerd Moellmann <gerd@gnu.org>
1329
1330 * simple.el (undo): Remove positions from buffer-undo-list up to
1331 the next undo boundary only.
1332
1333 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1334
1335 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1336 Kim <ryk@dspwiz.com>
1337
1338 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1339 the message "Creating customization items...done".
1340
1341 2001-09-05 Gerd Moellmann <gerd@gnu.org>
1342
1343 * font-lock.el (toplevel): Require `jit-lock' only if
1344 font-lock-support-mode is set to jit-lock-mode.
1345
1346 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1347
1348 * international/quail.el (quail-use-package, quail-inactivate)
1349 (quail-activate): Mention the hooks these functions run in their
1350 doc strings.
1351
1352 2001-09-05 Edward M. Reingold <reingold@iit.edu>
1353
1354 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1355 of file in header of menu.
1356
1357 2001-09-04 Gerd Moellmann <gerd@gnu.org>
1358
1359 * env.el (setenv): Interactively, if VARIABLE has a current value,
1360 add that to the front of the history, as the doc string says.
1361
1362 * comint.el (comint-send-input): Change help-echo.
1363 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
1364
1365 * bookmark.el (bookmark-write-file): Bind print-length and
1366 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1367
1368 * obsolete/uncompress.el: Moved there from lisp/.
1369
1370 * comint.el (comint-insert-clicked-input): Goto point-max before
1371 deleting previous input. From "Dr Francis J. Wright"
1372 <F.J.Wright@qmw.ac.uk>.
1373
1374 * simple.el (backward-word): Doc fix.
1375
1376 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1377
1378 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1379 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1380 * w32-fns.el: Add Keywords header.
1381
1382 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1383
1384 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1385 "Text Properties". Suggested by Simon Marshall
1386 <Simon.Marshall@midas-kapiti.com>.
1387
1388 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1389
1390 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1391 consulting the value of file-name-coding-system.
1392
1393 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1394
1395 * help.el (describe-function-1): Save precomputed `file-name' rather
1396 than recomputing it (incorrectly) with `symbol-file'.
1397
1398 2001-09-03 Gerd Moellmann <gerd@gnu.org>
1399
1400 * international/isearch-x.el (isearch-exit-recursive-edit):
1401 Take three parameters, since it's used as an after-change-function.
1402
1403 * emacs-lisp/backquote.el (backquote-backquote-symbol)
1404 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1405 from doc strings.
1406
1407 2001-09-02 Milan Zamazal <pdm@zamazal.org>
1408
1409 * progmodes/glasses.el (glasses-convert-to-unreadable):
1410 Consider underscores as in `glasses-make-readable'.
1411
1412 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1413
1414 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1415 MS-DOS, since cpp might not be available.
1416
1417 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1418 Mention "yank" in the help-echo text.
1419 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1420
1421 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1422
1423 * newcomment.el (comment-indent): Insert spaces more carefully.
1424
1425 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1426
1427 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1428 exists. From Andy Petrusenco <andy@int.spb.ru>.
1429
1430 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
1431 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1432 <andy@int.spb.ru>.
1433
1434 2001-08-31 Gerd Moellmann <gerd@gnu.org>
1435
1436 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1437 Instead of running mouse-yank-at-click, see what the event is
1438 bound to outside Isearch and run that.
1439
1440 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1441
1442 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1443 Fix the menu entry to mention transient-mark-mode.
1444
1445 2001-08-30 Gerd Moellmann <gerd@gnu.org>
1446
1447 * simple.el (eval-expression-print-level): Fix last change.
1448
1449 * bindings.el (mode-line-coding-system-map): New variable.
1450 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1451
1452 * simple.el (eval-expression-print-level): Change the type
1453 of the defcustom to allow nil.
1454
1455 * emacs-lisp/find-gc.el: Moved here from lisp/.
1456
1457 * international/quail.el (quail-completion-1):
1458 Reverse the ((CHAR . DEFN) ...) list before processing it.
1459 From Kenichi Handa <handa@etl.go.jp>.
1460
1461 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1462 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1463
1464 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1465
1466 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1467 aren't supported. This avoids the annoying gray strip drawn by
1468 the Windows version instead of the missing tool bar.
1469
1470 2001-08-29 Gerd Moellmann <gerd@gnu.org>
1471
1472 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1473 and tooltips more consistent. From "Marshall, Simon"
1474 <Simon.Marshall@midas-kapiti.com>.
1475
1476 * startup.el (fancy-splash-screens): Temporarily set
1477 minor-mode-map-alist to nil while displaying splash screens.
1478
1479 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1480
1481 * buff-menu.el: Add Keywords header.
1482 Doc fix (C-x C-b is bound to list-buffers).
1483
1484 * dired-x.el: Add keyword files to get listed in finder.
1485 Remove confusing notes about GNU Emacs 19.
1486
1487 * dired.el, dired-aux.el: Add Keywords header.
1488
1489 2001-08-28 Andre Spiegel <spiegel@gnu.org>
1490
1491 * vc.el (vc-revert-file): Call the backend even if the FILE's
1492 contents can be reverted locally; pass new arg CONTENTS-DONE
1493 down to the backend.
1494
1495 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
1496 optional arg CONTENTS-DONE.
1497
1498 2001-08-28 Andrew Innes <andrewi@gnu.org>
1499
1500 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1501
1502 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1503
1504 * makefile.nt (install): Copy more *.el files.
1505
1506 2001-08-28 Gerd Moellmann <gerd@gnu.org>
1507
1508 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1509 instead of `w' which is already in use.
1510
1511 * gs.el (gs-load-image): Use sleep-for.
1512 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1513
1514 2001-08-28 Miles Bader <miles@gnu.org>
1515
1516 * replace.el (query-replace-regexp-eval): Return args from
1517 `interactive' form in correct order.
1518
1519 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1520
1521 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1522 major modes, don't create panes for modes for which
1523 mouse-buffer-menu-alist returns an empty alist.
1524
1525 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
1526
1527 * progmodes/hideshow.el: Update first-line description.
1528 Sync comments w/ maintainer version 5.31.
1529
1530 (hs-isearch-open): Default value now `code'.
1531 Fix docstring to use "code blocks" vs "comment blocks",
1532 as opposed to "block" vs "comment".
1533 (hs-flag-region): Accept `hs-isearch-open' value
1534 of `block' as synonymous w/ `code'.
1535 (hs-hide-block-at-point): For code blocks, pass `code'
1536 to `hs-flag-region' instead of `block'.
1537
1538 2001-08-28 Miles Bader <miles@gnu.org>
1539
1540 * comint.el (comint-next-prompt): Don't loop infinitely if
1541 {next,previous}-single-char-property-change returns its input
1542 position when the search fails.
1543
1544 2001-08-27 Miles Bader <miles@gnu.org>
1545
1546 * comint.el (comint-get-old-input-default): Don't signal an error
1547 if point is not on an input field; instead, return the current
1548 line (using `comint-bol' to skip any prompt, in case we're not
1549 using fields at all).
1550
1551 * man.el (Man-mode-line-format): Variable removed.
1552 (Man-mode): Change `mode-line-buffer-identification' instead of
1553 `mode-line-format'.
1554
1555 2001-08-27 Gerd Moellmann <gerd@gnu.org>
1556
1557 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1558 From Simon Josefsson <jas@extundo.com>.
1559
1560 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1561
1562 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1563 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1564
1565 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1566 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1567
1568 * emacs-lisp/lselect.el: Ditto.
1569
1570 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1571 Remove periods from the end of error message strings.
1572 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1573
1574 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1575 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1576
1577 * net/telnet.el: Ditto.
1578
1579 2001-08-26 Gerd Moellmann <gerd@gnu.org>
1580
1581 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1582 KEYMAP to the call to define-minor-mode.
1583
1584 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1585
1586 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1587 Replace some of the undefined characters with emulations of bidi
1588 formatting characters and Niqud as per SI 1311-1.
1589 (IT-unicode-translations): Ditto.
1590 (IT-display-table-setup, IT-setup-unicode-display):
1591 Fill characters without translations with dos-unsupported-char-glyph.
1592
1593 2001-08-24 Simon Josefsson <jas@extundo.com>
1594
1595 * hl-line.el (hl-line-mode): Don't be a global mode.
1596 (global-hl-line-mode): New function.
1597
1598 2001-08-24 Gerd Moellmann <gerd@gnu.org>
1599
1600 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1601 being reset by Ghostscript. Don't kill the gs process.
1602 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1603
1604 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1605
1606 * term/mac-win.el: Require scroll-bar.
1607
1608 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1609
1610 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1611
1612 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1613
1614 * hexl.el (hexl-insert-multibyte-char) New function.
1615 (hexl-quoted-insert, hexl-self-insert-command)
1616 (hexl-insert-hex-char, hexl-insert-decimal-char)
1617 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1618 Fix the doc strings accordingly.
1619 (hexl-insert-char): Reject characters whose code is above 255.
1620 Doc fix.
1621 (hexl-mode-map): Copy the global keymap instead of creating a
1622 sparse keymap, and bind all self-inserting characters to
1623 hexl-self-insert-command.
1624
1625 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1626
1627 * wid-edit.el (text): Re-order docstring correctly.
1628
1629 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1630
1631 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1632
1633 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1634
1635 * simple.el (line-number-mode): Mention the variable
1636 line-number-display-limit-width in the doc string.
1637
1638 2001-08-22 Gerd Moellmann <gerd@gnu.org>
1639
1640 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1641 Temporarily select EVENT's window for switching buffers.
1642 (mode-line-bury-buffer): New function.
1643 (mode-line-buffer-identification-keymap): Use it instead of
1644 bury-buffer. Bind down-mouse events to prevent global down-mouse
1645 events from shining through.
1646
1647 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1648
1649 * newcomment.el (comment-beginning): Make sure the comment-start
1650 we found isn't a comment-end (in cases where confusion is possible).
1651
1652 2001-08-22 Miles Bader <miles@gnu.org>
1653
1654 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1655 before writing it, so that hard-links don't see new version.
1656
1657 2001-08-21 Gerd Moellmann <gerd@gnu.org>
1658
1659 * gs.el (gs-set-ghostview-colors-window-prop):
1660 Call x-change-window-property with 3rd arg FRAME.
1661 (gs-load-image): Wait for a previous Ghostscript process
1662 to complete before starting a new one.
1663
1664 * image.el (image-type-regexps): Make sure that the TIFF
1665 pattern is only matched at the beginning of a string.
1666 From Markus Rost <rost@math.ohio-state.edu>.
1667
1668 * international/swedish.el: Pre-Mule file removed. From Jonas
1669 Oberg <jonas@gnu.org>.
1670
1671 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1672
1673 * whitespace.el (whitespace-abort-on-error): Add custom variable
1674 to whitespace to abort a write-file if whitespace is detected in file.
1675
1676 * whitespace.el (whitespace-write-file-hook): Hook to be called
1677 when writing a file. If `whitespace-abort-on-error' is set, the
1678 write will abort on detecting whitespaces.
1679 If `whitespace-auto-cleanup' is set, the file will be cleaned
1680 automatically prior to writing.
1681
1682 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1683 whitespaces in the error output!
1684
1685 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1686 `indent-tabs-mode', since the latter notes user preferences on
1687 TABs anyway.
1688
1689 * whitespace.el (whitespace-version): 3.1. All of the above issues
1690 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1691
1692 2001-08-20 Gerd Moellmann <gerd@gnu.org>
1693
1694 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1695 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1696
1697 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1698
1699 2001-08-20 Alex Schroeder <alex@gnu.org>
1700
1701 * sql.el (sql-db2): Doc change.
1702
1703 2001-08-20 Alex Schroeder <alex@gnu.org>
1704
1705 * sql.el (sql-postgres): Add the database at the end of the
1706 parameters instead of at the beginning.
1707 (sql-postgres-options): Doc change.
1708
1709 2001-08-17 Gerd Moellmann <gerd@gnu.org>
1710
1711 * custom.el (defcustom): Doc fix.
1712
1713 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1714
1715 * ps-mule.el (find-composition): Check if (char-after POS)
1716 returns a valid character.
1717
1718 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1719
1720 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1721 original-point for extra CR characters that are added/removed when
1722 the buffer is written/read whose EOL type is -dos.
1723
1724 2001-08-16 Miles Bader <miles@gnu.org>
1725
1726 * simple.el (line-move): Undo previous change.
1727
1728 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
1729 property to input-terminating `boundary' overlays to avoid
1730 line-move wierdness.
1731
1732 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1733
1734 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1735 buffer in a save-restriction. Under one test case with Ediff,
1736 window-scroll-functions are run with a window start that's
1737 temporarily outside of the restriction.
1738
1739 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1740
1741 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
1742 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1743 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1744 (texinfo-update-menu-region-beginning)
1745 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1746 command, @ifnottex, to regexps, so it is found.
1747
1748 2001-08-16 Andrew Innes <andrewi@gnu.org>
1749
1750 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1751 (DONTCOMPILE): Omit sc.el.
1752
1753 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1754 (DONTCOMPILE): Omit sc.el.
1755
1756 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1757
1758 * replace.el (occur): Bind inhibit-read-only to t.
1759
1760 2001-08-16 Miles Bader <miles@gnu.org>
1761
1762 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1763 calling `constrain-to-field', to avoid problems with comint prompts.
1764
1765 2001-08-15 Gerd Moellmann <gerd@gnu.org>
1766
1767 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
1768 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
1769
1770 * ediff-mult.el (ediff-get-meta-info): Fix the condition
1771 of a while-loop.
1772
1773 * Makefile.in (DONTCOMPILE): Remove sc.el.
1774
1775 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1776 Don't include term/.
1777
1778 * mail/sc.el: Moved to obsolete/.
1779
1780 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1781
1782 * ps-print.el: Change error function arguments to follow Emacs
1783 message convention. Doc fix.
1784 (ps-print-version): New version number (6.5.4).
1785 (coding-system-for-write): Change declaration position to avoid
1786 XEmacs compilation gripes.
1787 (coding-system-for-read, buffer-file-coding-system):
1788 Declarations to avoid XEmacs compilation gripes.
1789
1790 * ps-mule.el: Doc fix.
1791 (ps-mule-encode-header-string): If STRING is not a string, replace
1792 STRING by empty string.
1793
1794 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1795
1796 * frame.el (show-trailing-whitespace): Doc fix.
1797
1798 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1799
1800 * desktop.el (desktop-save): Insert the coding: tag before
1801 desktop-header.
1802
1803 2001-08-13 Gerd Moellmann <gerd@gnu.org>
1804
1805 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1806 its path from $els.
1807
1808 * image.el (image-jpeg-p): Fix call of substring.
1809
1810 2001-08-10 Gerd Moellmann <gerd@gnu.org>
1811
1812 * play/animate.el (animate-string): Doc fix. Use a buffer
1813 name with stars in it.
1814 (animate-sequence): New function.
1815 From Richard Stallman <rms@gnu.org>.
1816
1817 * frame.el (select-frame-set-input-focus): New function
1818 extracted from other-frame.
1819 (other-frame): Use it.
1820 (next-multiframe-window, previous-multiframe-window): Use it.
1821
1822 * isearch.el (isearch-other-meta-char): Don't switch to the
1823 buffer of a window clicked on, when the current buffer is
1824 in Isearch mode.
1825
1826 * image.el (image-jpeg-p): Test for APPn markers in the range
1827 #xe0..#xef.
1828
1829 2001-08-09 Gerd Moellmann <gerd@gnu.org>
1830
1831 * desktop.el (desktop-save): Don't use concat to form a file
1832 name, use expand-file-name.
1833
1834 * mouse.el (mouse-delete-window): Do nothing if frame has just
1835 one window.
1836
1837 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1838 for the minor mode name.
1839
1840 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1841 minor mode name.
1842
1843 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1844 instead of make-mode-line-mouse2-map.
1845
1846 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1847 the minor mode name.
1848
1849 * emacs-lisp/easy-mmode.el (define-minor-mode):
1850 Use mode-line-minor-mode-keymap for the minor mode name.
1851
1852 * calendar/calendar.el (calendar-mode-line-format):
1853 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
1854
1855 * bindings.el (make-mode-line-mouse-map): Renamed from
1856 make-mode-line-mouse2-map. Take additional arg MOUSE.
1857 (mode-line-modified): Use mouse-3 instead of mouse-2.
1858 (mode-line-buffer-identification-keymap): Bind keys differently.
1859 (propertized-buffer-identification): Adapt help-echo to new bindings.
1860
1861 * bindings.el (mode-line-format): Specify help-echo for line
1862 number, column number and buffer-percent part of the mode-line.
1863
1864 * image.el (image-type-regexps): Allow whitespace at the start
1865 of the image data for XPM, XBM and Postscript, which are
1866 text files.
1867 (image-jpeg-p): Correct calculation of next field offset.
1868
1869 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1870
1871 * battery.el: Fix typo.
1872
1873 2001-08-08 Gerd Moellmann <gerd@gnu.org>
1874
1875 * image.el (image-type-regexps): Allow predicates. Change the way
1876 JPEG images are recognized.
1877 (image-jpeg-p): New function.
1878 (image-type-from-data): Handle predicates in image-type-regexps.
1879
1880 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1881 #:, #x, #o, and similar constructs.
1882
1883 2001-08-07 Gerd Moellmann <gerd@gnu.org>
1884
1885 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1886
1887 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1888 instead of `progn'.
1889
1890 * tar-mode.el (tar-extract): Avoid generating a new buffer
1891 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1892
1893 * textmodes/paragraphs.el (forward-sentence): Avoid building
1894 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1895
1896 * progmodes/executable.el (executable-set-magic):
1897 If executable-find returns a quoted file name, unquote it before
1898 inserting it.
1899
1900 * image.el (image-type-regexps): For JPEG files, use a regexp
1901 derived from the JFIF spec.
1902
1903 * image.el (image-type-regexps): Use `\`' instead of `^' in
1904 most regular expressions.
1905
1906 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1907
1908 * play/animate.el: Re-insert a reference to re-inserted function.
1909
1910 2001-08-06 Gerd Moellmann <gerd@gnu.org>
1911
1912 * help.el (describe-function-1): Use find-function-search-for-symbol
1913 instead of find-function-noselect because the latter follows aliases.
1914
1915 * play/animate.el (animate-birthday-present): Re-insert.
1916
1917 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1918 Handle old-style menu definitions.
1919
1920 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1921
1922 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
1923 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
1924
1925 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
1926 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1927 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
1928
1929 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1930
1931 * textmodes/tildify.el: Milan Zamazal has new address.
1932
1933 2001-08-03 Gerd Moellmann <gerd@gnu.org>
1934
1935 * custom.el (custom-set-variables): Don't test `custom-requests'
1936 properties, check the third element of the options passed to
1937 custom-set-variables instead.
1938
1939 * info.el (info-insert-file-contents): Use info-file-exists-p
1940 instead of file-exists-p.
1941
1942 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1943 the mode-line face is restored. Fix several bugs.
1944
1945 * replace.el (perform-replace): Doc fix.
1946
1947 2001-08-02 Francesco Potorti` <pot@gnu.org>
1948
1949 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1950 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1951 (uniquify-fix-item-base, uniquify-fix-item-filename)
1952 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1953 Callers changed.
1954 (uniquify-set-proposed): Changed to work with a vector item.
1955 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1956 the fix list, and a list of strings for the non-file buffer
1957 names. Both changes reduce consing.
1958 (uniquify-rationalize-a-list): Local variable renaming.
1959 (uniquify-rationalize-conflicting-sublist): Use member instead of
1960 assoc.
1961 (uniquify-rename-buffer): Use unless instead of if not.
1962
1963 2001-08-02 Gerd Moellmann <gerd@gnu.org>
1964
1965 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
1966
1967 * custom.el (custom-set-variables): Set options with :require
1968 clauses last.
1969
1970 * custom.el (defcustom): Doc fix.
1971
1972 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1973
1974 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1975
1976 * man.el (man): Mention Man-switches in the doc string.
1977 (Man-switches): Mention -a in the doc string.
1978
1979 * textmodes/ispell.el (ispell-alternate-dictionary):
1980 Add /usr/share/lib/dict/words, for Irix.
1981
1982 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1983 corresponding non-kp keys. Suggested by Stephen Gildea
1984 <gildea@stop.mail-abuse.org>.
1985
1986 2001-08-01 Francesco Potorti` <pot@gnu.org>
1987
1988 * uniquify.el: These changes correct a corner case that the old
1989 code managed correctly.
1990 (uniquify-fix-item-proposed): Renamed from
1991 uniquify-fix-item-min-proposed.
1992 (uniquify-set-proposed): New function.
1993 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1994 clarity and speed.
1995 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1996 This is equivalent to what the old code did.
1997 (uniquify-rationalize-a-list): Never recompute the proposed
1998 name. Sort the conflicting sublist before rationalising it: this
1999 is equivalent to what the old code did, but one directory element
2000 at a time, and only when necessary.
2001 (uniquify-rationalize-conflicting-sublist): Recompute here the
2002 proposed name.
2003
2004 2001-08-01 Gerd Moellmann <gerd@gnu.org>
2005
2006 * play/animate.el: Add Keywords and Maintainer. Remove a
2007 reference to a removed function.
2008
2009 * play/animate.el (animate-string): Handle case that the string is
2010 longer than the window is wide.
2011
2012 2001-07-31 Gerd Moellmann <gerd@gnu.org>
2013
2014 * desktop.el (desktop-save): Bind coding-system-for-write to
2015 `emacs-mule' for write-region.
2016
2017 * delsel.el (delete-selection-pre-hook): Don't set this-command
2018 to `ignore' if the region is empty.
2019
2020 * international/mule.el (set-keyboard-coding-system):
2021 Set keyboard-coding-system.
2022
2023 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
2024 before accessing it.
2025
2026 2001-07-30 Andreas Schwab <schwab@suse.de>
2027
2028 * menu-bar.el (toggle-highlight-paren-mode):
2029 Use `(show-paren-mode)' as body.
2030
2031 2001-07-30 Andre Spiegel <spiegel@gnu.org>
2032
2033 * vc.el (vc-checkout-hook): New hook.
2034 (vc-checkout): Run it.
2035
2036 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
2037
2038 * progmodes/make-mode.el (makefile-macroassign-regex):
2039 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
2040
2041 2001-07-30 Gerd Moellmann <gerd@gnu.org>
2042
2043 * vc.el (vc-switch-backend): Fix autoload cookie.
2044
2045 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
2046 the desktop file.
2047
2048 2001-07-30 Simon Josefsson <jas@extundo.com>
2049
2050 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
2051 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2052
2053 2001-07-27 Gerd Moellmann <gerd@gnu.org>
2054
2055 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
2056 (last-sexp-toggle-display): Renamed from last-sexp-print.
2057 (last-sexp-toggle-display, eval-last-sexp-1):
2058 Use last-sexp-setup-props.
2059
2060 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2061 New user-options.
2062 (mouse-wheel-change-button): New function.
2063 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
2064 (mwheel-scroll): Ditto.
2065
2066 2001-07-26 Gerd Moellmann <gerd@gnu.org>
2067
2068 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
2069 `...', compare with unabbreviated printed representation instead.
2070 (last-sexp-print): Bind print-length and print-level to nil.
2071
2072 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
2073 before assigning text properties. Make properties rear-nonsticky.
2074
2075 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
2076 (eval-last-sexp-1): Give printed text a `keymap' property and bind
2077 <mouse-2> and <RET> in that map to a function printing the
2078 unabbreviated value.
2079
2080 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
2081 is a buffer, put a text property `printed-value' on the printed
2082 representation, with the Lisp object printed as value.
2083
2084 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2085
2086 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
2087 Mention the effect of eval-expression-print-length and
2088 eval-expression-print-level in the doc strings. Suggested by
2089 Kevin Gallagher <kevingal@onramp.net>.
2090
2091 2001-07-25 Gerd Moellmann <gerd@gnu.org>
2092
2093 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
2094 for buttons > 3.
2095 (xterm-mouse-translate): Handle the case that we don't get a
2096 down-event.
2097
2098 * emacs-lisp/find-func.el (find-function-regexp):
2099 Add easy-mmode-define-global-mode to the regexp. Allow newlines
2100 in front of the function name.
2101
2102 * isearch.el (isearch-other-meta-char): Fix last change.
2103
2104 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2105 similar events for which fake prefix keys are generated. It's no
2106 longer necessary since read_key_sequence doesn't modify these
2107 events for internal purposes anymore.
2108
2109 * files.el (auto-mode-alist): Use nroff-mode for files ending
2110 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2111
2112 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2113
2114 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2115 tool-bar-lines parameter, behave as if its value were zero.
2116 (mouse-avoidance-set-pointer-shape): Don't do anything if
2117 x-pointer-shape is not boundp.
2118
2119 2001-07-23 Francesco Potorti` <pot@gnu.org>
2120
2121 * uniquify.el: Overall speedup changes when using many buffers.
2122 (uniquify-fix-item-base, uniquify-fix-item-filename)
2123 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
2124 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
2125 place in the item, but was never used.
2126 (uniquify-fix-item-min-proposed): New defalias: the fourth place
2127 in the item is now used as cache for the proposed name.
2128 (uniquify-rationalize-file-buffer-names): Move computation made on
2129 newbuffile out of the loop, in the newbuffile-nd local var.
2130 Use dolist (cosmetic change). Compute the proposed name for the most
2131 common case and cache it in the fourth place in the item.
2132 (uniquify-rationalize-file-buffer-names): Used to return a a list
2133 of buffer whose name was changed, but that return value was never used.
2134 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2135 the cached proposed name, does much less consing and is quicker.
2136 (uniquify-filename-lessp): Deleted.
2137 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2138 Do not bind locally the uniquify-possibly-resolvable flag. Use the
2139 cached proposed name is possible.
2140 (uniquify-get-proposed-name): Arguments changed, callers changed.
2141 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2142 uniquify-possibly-resolvable flag, which is no more bound locally.
2143 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
2144 flag, which does not exist any more.
2145
2146 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2147
2148 * term/internal.el (IT-unicode-translations): Fix the appearance of
2149 "6`".
2150
2151 * progmodes/compile.el (compile-internal): If EMACS is already
2152 defined in the environment, don't override its value.
2153
2154 2001-07-23 Gerd Moellmann <gerd@gnu.org>
2155
2156 * play/fortune.el: Undo change of 2001-07-13.
2157 Fix autoload cookies. Add types to defcustoms.
2158 (fortune) <defgroup>: Add :link.
2159 (fortune-from-region): Use eq, not eql.
2160 From Dave Love <fx@gnu.org>.
2161
2162 * play/animate.el (animate-birthday-present): Function removed.
2163
2164 * play/animate.el: New file.
2165
2166 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2167
2168 * startup.el (normal-top-level-add-subdirs-to-load-path):
2169 On Windows, put into normal-top-level-add-subdirs-inode-list the
2170 canonicalized names of the directories instead of inode numbers.
2171
2172 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2173
2174 * ediff-util.el: Copyright years.
2175 (ediff-choose-syntax-table): New function.
2176 (ediff-setup): Use ediff-choose-syntax-table.
2177 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2178 vc-state is available.
2179 (ediff-make-temp-file): Use ediff-coding-system-for-write.
2180
2181 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2182 with-syntax-table.
2183 (ediff-coding-system-for-read): From ediff-diff.el
2184 (ediff-coding-system-for-write): New variable.
2185 (ediff-highest-priority): Fixed the bug having to do with disappearing
2186 overlays.
2187 (ediff-file-remote-p): Use file-remote-p, if available.
2188 (ediff-listable-file): New function.
2189 (ediff-file-attributes): Use ediff-listable-file.
2190
2191 * ediff-mult.el (ediff-meta-insert-file-info1):
2192 Use ediff-listable-file.
2193
2194 * ediff-ptch.el (ediff-prompt-for-patch-file):
2195 Use ediff-coding-system-for-read.
2196 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
2197
2198 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2199 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
2200
2201 * ediff.el: Date of last update, copyright years.
2202
2203 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2204
2205 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2206 of Scott Bronson.
2207 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2208 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2209 Deleted functions.
2210 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2211 ex-token-list.
2212 (viper-get-ex-address-subr): Convert registers to char data type.
2213
2214 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
2215 (viper-memq-char): Use viper-int-to-char.
2216 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
2217 vc-locking-state.
2218 (viper-read-key): Use viper-read-key-sequence.
2219
2220 * viper.el (viper-major-mode-modifier-list):
2221 Added inferior-emacs-lisp-mode.
2222 (this-major-mode-requires-vi-state): New function that uses simple
2223 heuristics to decide if vi state is appropriate.
2224 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2225 (viper-non-hook-settings): Don't advise read-key-sequence.
2226 (viper-read-key-sequence): New function that replaces the
2227 previously used advice to read-key-sequence.
2228
2229 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2230 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2231 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2232 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2233 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2234 Got rid of the negative character hack.
2235 (viper-escape-to-state,viper-replace-state-exit-cmd):
2236 Use viper-read-key-sequence.
2237 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
2238 (viper-minibuffer-standard-hook,viper-read-string-with-history):
2239 Don't override existing minibuffer-setup-hook.
2240 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
2241 Convert registers to char data type.
2242 (viper-autoindent): Use viper-indent-line.
2243
2244 * viper-keym.el: Use viper-exec-key-in-emacs.
2245
2246 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2247
2248 * server.el (server-visit-files): Fix variable name typo.
2249
2250 2001-07-20 Gerd Moellmann <gerd@gnu.org>
2251
2252 * simple.el (delete-trailing-whitespace): Save match data
2253 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2254
2255 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2256
2257 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2258 return a this-error using the alternative format (a pair of markers).
2259
2260 2001-07-19 Gerd Moellmann <gerd@gnu.org>
2261
2262 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2263
2264 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2265 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2266
2267 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2268
2269 * international/iso-transl.el: Fix typo in the header of the file.
2270
2271 * textmodes/picture.el (picture): Doc fix.
2272
2273 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2274 follow coding conventions in generated files.
2275
2276 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2277
2278 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2279 (tool-bar-add-item): Don't call image-related primitives if the
2280 display doesn't support images.
2281
2282 * frame.el (display-images-p): New function.
2283
2284 2001-07-17 Gerd Moellmann <gerd@gnu.org>
2285
2286 * server.el (server-visit-files): Handle the case the specified
2287 column number is <= 0.
2288
2289 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2290
2291 * startup.el (command-line-1): Add support for +LINE:COLUMN
2292 command line argument.
2293
2294 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2295
2296 * server.el (server-process-filter, server-visit-files):
2297 Add support for +LINE:COLUMN style emacsclient calls.
2298
2299 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2300
2301 * emacs-lisp/easy-mmode.el: Add Keywords header.
2302
2303 * play/pong.el: Author has new address.
2304
2305 * play/landmark.el: Author is no more reachable.
2306
2307 * play/handwrite.el: Author is no more reachable.
2308
2309 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2310
2311 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2312 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2313 Complete bindings for F<1..12> keys.
2314 (global-map): Remove `undo' binding (already in the default).
2315 Replace `t<n>' bindings with `f<n>' bindings.
2316
2317 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2318
2319 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2320 (tcl-mode): Use tcl-add-log-defun.
2321 (tcl-indent-line): Use tcl-calculate-indent.
2322 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2323 (tcl-indent-exp): Renamed from indent-tcl-exp.
2324 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2325 (tcl-indent-for-comment): Call comment-indent-function properly
2326 and handle the case where it returns nil.
2327
2328 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2329
2330 * calendar/cal-islam.el (calendar-goto-islamic-date):
2331 Remove autoload cookie.
2332
2333 * calendar/calendar.el (calendar-goto-islamic-date):
2334 Add call to autoload.
2335
2336 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2337
2338 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2339 Don't change compile-auto-highlight globally.
2340 Don't bother with `font-lock-defaults' property since XEmacs
2341 also understands the `font-lock-defaults' variable.
2342 Use make-local-variable rather than make-variable-buffer-local.
2343 Don't `defconst' comment-indent-function: keep the default.
2344 Call easy-menu-add unconditionally.
2345 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2346 (ada-create-menu): Use :included for Emacs as well.
2347
2348 * vc.el (vc-do-command): Autoload.
2349
2350 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2351
2352 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2353
2354 * ps-print.el: Fix Author: header.
2355
2356 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2357
2358 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2359 mouse-1 etc., bind them to `ignore'.
2360
2361 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2362 send-invisible, which is already defined in Comint.
2363 (eshell-watch-for-password-prompt): Use it.
2364
2365 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2366
2367 * which-func.el (which-func-mode): Doc fix.
2368
2369 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
2370 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2371 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2372 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2373 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2374 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2375 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2376 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2377 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2378 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2379 * emulation/edt-mapper.el, emulation/edt-pc.el,
2380 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2381 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2382 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2383 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2384 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2385 * international/isearch-x.el, international/iso-cvt.el,
2386 * international/ogonek.el, international/quail.el,
2387 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2388 * language/devanagari.el, language/ethio-util.el,
2389 * language/ethiopic.el, language/european.el, language/indian.el,
2390 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2391 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2392 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2393 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2394 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2395 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2396 * progmodes/autoconf.el, progmodes/cmacexp.el,
2397 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2398 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2399 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2400 * progmodes/ebnf2ps.el, progmodes/executable.el,
2401 * progmodes/fortran.el, progmodes/idlw-shell.el,
2402 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2403 * progmodes/m4-mode.el, progmodes/mantemp.el,
2404 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2405 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2406 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2407 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2408 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2409 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2410 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2411 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2412 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2413 * textmodes/two-column.el, time-stamp.el, timezone.el,
2414 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2415 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2416 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
2417 conventions.
2418
2419 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2420
2421 * simple.el (set-variable): Require 'cus-edit' instead of
2422 `wid-edit', so that the Custom widgets get defined.
2423
2424 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2425
2426 * allout.el: A fix to follow coding conventions.
2427
2428 * find-lisp.el: A fix to follow coding conventions.
2429
2430 * term/w32-win.el: A fix to follow coding conventions.
2431
2432 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2433
2434 * term/xterm.el: A fix to follow coding conventions.
2435
2436 * term/news.el: A fix to follow coding conventions.
2437
2438 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2439 header line fixed.
2440
2441 * sun-curs.el: Fix Maintainer: header line.
2442
2443 * emacs-lisp/easymenu.el: Address of the author added.
2444
2445 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2446
2447 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2448 property.
2449
2450 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2451
2452 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
2453 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
2454 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2455 Some fixes to follow coding conventions.
2456
2457 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2458
2459 * which-func.el (which-func-mode): Doc fix.
2460
2461 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2462
2463 * net/rcompile.el (remote-compile): Use make-local-variable.
2464
2465 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2466
2467 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2468
2469 * mail/reporter.el (reporter-submit-bug-report):
2470 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2471
2472 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2473
2474 * calendar/cal-china.el, calendar/cal-coptic.el,
2475 * calendar/cal-dst.el, calendar/cal-french.el,
2476 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2477 * calendar/cal-iso.el, calendar/cal-julian.el,
2478 * calendar/cal-mayan.el, calendar/cal-persia.el,
2479 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2480 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2481 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2482 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2483 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2484 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2485 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2486 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2487 * progmodes/ada-xref.el, progmodes/cc-align.el,
2488 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2489 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2490 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2491 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2492 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2493 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2494 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2495 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2496 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2497 * textmodes/reftex.el: Some fixes to follow coding
2498 conventions in Eshell files with known maintainers.
2499
2500 * emulation/viper.el: A fix to follow coding conventions.
2501
2502 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
2503 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2504 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2505 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2506 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2507 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2508 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2509 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2510 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2511 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
2512 conventions in Eshell files.
2513
2514 * composite.el, diff.el, emacs-lisp/levents.el,
2515 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2516 * emulation/pc-mode.el, emulation/viper-cmd.el,
2517 * emulation/viper-ex.el, emulation/viper-init.el,
2518 * emulation/viper-keym.el, emulation/viper-macs.el,
2519 * emulation/viper-mous.el, emulation/viper-util.el,
2520 * emulation/viper.el, forms-pass.el, international/ccl.el,
2521 * international/characters.el, international/encoded-kb.el,
2522 * international/fontset.el, international/ja-dic-cnv.el,
2523 * international/ja-dic-utl.el, international/kinsoku.el,
2524 * international/kkc.el, international/mule-cmds.el,
2525 * international/mule-diag.el, international/mule-util.el,
2526 * international/mule.el, international/titdic-cnv.el,
2527 * language/china-util.el, language/chinese.el,
2528 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2529 * language/greek.el, language/hebrew.el, language/japan-util.el,
2530 * language/japanese.el, language/korea-util.el, language/korean.el,
2531 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2532 * language/slovak.el, language/thai-util.el, language/thai.el,
2533 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2534 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2535 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2536 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2537 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2538 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2539 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2540 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2541 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2542 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
2543 to follow coding conventions in files without maintainer or in files
2544 with clear maintainer (but without Maintainer header stating so).
2545
2546 * emacs-lisp/elp.el: A fix to follow coding conventions.
2547
2548 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
2549 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2550 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2551 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2552 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2553 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2554 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2555 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2556 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2557 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2558 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2559 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
2560 conventions in files from Gnus.
2561
2562 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
2563 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2564 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2565 * echistory.el, electric.el, emacs-lisp/authors.el,
2566 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2567 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2568 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2569 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2570 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2571 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2572 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2573 * international/codepage.el, international/iso-ascii.el,
2574 * international/iso-insert.el, international/iso-transl.el,
2575 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2576 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2577 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2578 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2579 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2580 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2581 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2582 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2583 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2584 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2585 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2586 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2587 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2588 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2589 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2590 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2591 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2592 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2593 * textmodes/tex-mode.el, textmodes/text-mode.el,
2594 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2595 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2596 * vt100-led.el, window.el: Some fixes to follow coding conventions in
2597 files maintained by FSF.
2598
2599 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2600
2601 * arc-mode.el: A fix to follow coding conventions.
2602
2603 * bindings.el: Ditto.
2604
2605 * cdl.el: Ditto.
2606
2607 * comint.el: Ditto.
2608
2609 * cus-start.el: Ditto.
2610
2611 * shell.el: Ditto.
2612
2613 * skeleton.el: Ditto.
2614
2615 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2616
2617 * info.el (Info-build-node-completions):
2618 Make Info-current-file-completions buffer local.
2619
2620 2001-07-13 Gerd Moellmann <gerd@gnu.org>
2621
2622 * which-func.el (which-func-mode, which-func-ff-hook)
2623 (which-function-mode): Remove references to which-func-mode-global.
2624
2625 * calendar/cal-islam.el (calendar-goto-islamic-date):
2626 Add autoload cookie.
2627
2628 * play/fortune.el: Add types to defcustoms.
2629
2630 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2631
2632 * language/czech.el: A fix to follow coding conventions.
2633
2634 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2635
2636 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2637 to the extension list, for antlr-mode. From Christoph Wedler
2638 <Christoph.Wedler@sap.com>.
2639
2640 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2641
2642 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2643 (vc-dired-mode-map): Fix the madness.
2644
2645 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2646 (vc-prefix-map): Moved back from vc.el.
2647
2648 2001-07-11 Gerd Moellmann <gerd@gnu.org>
2649
2650 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2651 Increase the size of the obarray.
2652 (mail-extr-all-top-level-domains): Add more toplevel domains,
2653 add more long names.
2654 From: Per Starback <starback@ling.uu.se>.
2655
2656 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2657
2658 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2659 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2660
2661 * progmodes/ada-mode.el: Ditto.
2662
2663 * progmodes/ada-xref.el: Ditto.
2664
2665 2001-07-11 Miles Bader <miles@gnu.org>
2666
2667 * finder.el (finder-insert-at-column): Also move to the next line
2668 if exactly at COLUMN.
2669
2670 2001-07-10 Gerd Moellmann <gerd@gnu.org>
2671
2672 * help.el (describe-function-1): When printing FUNCTION's
2673 documentation, don't assume FUNCTION is a symbol.
2674
2675 * startup.el (normal-top-level): Don't operate on the initial
2676 frame if we failed to create one.
2677
2678 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2679
2680 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2681 itself, i.e. only indent the contents in it.
2682
2683 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
2684
2685 * mail/rmail.el (rmail-show-message): Show beginning of message in
2686 all windows containing it.
2687
2688 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2689
2690 * term/tty-colors.el: Fix the header line and copyright years.
2691
2692 2001-07-09 Gerd Moellmann <gerd@gnu.org>
2693
2694 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2695 original definition has an interactive form, but is Elp
2696 instrumented, use the interactive form of the function called by
2697 elp-wrapper.
2698
2699 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2700 configurations with compare-window-configuration; they aren't
2701 window configurations.
2702
2703 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2704 from the server for the format we expect. Don't use it if it
2705 doesn't look like what the Internet draft for FTP extensions specifies.
2706
2707 * toolbar/*.pbm: Cleaned up.
2708 From Luis Fernandes <elf@ee.ryerson.ca>.
2709
2710 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2711
2712 * cc-cmds.el: Extended the kludge to interoperate with the
2713 delsel and pending-del packages wrt to the new function
2714 `c-electric-delete-forward'.
2715
2716 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2717
2718 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2719 to delay the call to <mode> for global minor modes.
2720 (easy-mmode-define-navigation): Only recenter if interactive.
2721
2722 2001-07-06 Gerd Moellmann <gerd@gnu.org>
2723
2724 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2725 to lisp-indent-line.
2726
2727 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2728 from the server. Call encode-time only when we are sure that we
2729 got a 213 response.
2730
2731 2001-07-06 Simon Josefsson <jas@extundo.com>
2732
2733 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2734 (mail-envelope-from): New user option.
2735 (sendmail-send-it): Use it.
2736
2737 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2738
2739 * ps-print.el: Use locale dependant date to print date in header.
2740 Doc fix.
2741 (ps-print-version): New version number (6.5.3).
2742 (ps-right-header, ps-right-footer): Initialization and doc fix.
2743 (ps-time-stamp-locale-default): New fun.
2744
2745 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2746
2747 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2748 field problem with MIME-mode.
2749
2750 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2751
2752 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2753
2754 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2755 MIME-mode.
2756
2757 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2758
2759 * bindings.el (mode-line-mule-info): Don't show the tip with
2760 buffer-file-coding-system if that is nil.
2761
2762 2001-07-05 Gerd Moellmann <gerd@gnu.org>
2763
2764 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2765 instead of kill-line.
2766
2767 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2768 <Pavel@Janik.cz>.
2769
2770 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2771 <Pavel@Janik.cz>.
2772
2773 2001-07-04 Gerd Moellmann <gerd@gnu.org>
2774
2775 * font-lock.el (c-font-lock-keywords-3): When matching something
2776 like `struct X Y', finish with point after Y.
2777
2778 2001-07-04 Simon Josefsson <jas@extundo.com>
2779
2780 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
2781 in caller buffer.
2782
2783 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2784
2785 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
2786 instead of string-match to find the basename of the file.
2787 From Pascal Obry <p.obry@wanadoo.fr>.
2788
2789 * net/browse-url.el (browse-url-default-windows-browser):
2790 Support the MS-DOS port when it runs on Windows.
2791 (browse-url-browser-function) [ms-dos]: Default to
2792 browse-url-default-windows-browser.
2793
2794 * help.el (locate-library): Enable code that looks for compressed
2795 libraries if auto-compression-mode is on.
2796
2797 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2798
2799 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2800
2801 2001-07-02 Gerd Moellmann <gerd@gnu.org>
2802
2803 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
2804
2805 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2806
2807 * allout.el: Fix the header line, so that finder.el recognizes it.
2808 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2809
2810 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2811 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2812
2813 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2814
2815 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
2816
2817 * ps-bdf.el (bdf-directory-list): Use the value relative to
2818 installation-directory for MS-Windows as well.
2819
2820 2001-06-29 Richard M. Stallman <rms@gnu.org>
2821
2822 * wid-edit.el (widget-color-sample-face-get):
2823 Return ((foreground-color . COLOR)) instead of constructing a face.
2824
2825 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2826
2827 * faces.el (region): Change the background color for the
2828 light-background color display to lightgoldenrod2, to make it
2829 visible on some laptops.
2830
2831 2001-06-28 Richard M. Stallman <rms@gnu.org>
2832
2833 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2834 (rmail-msg-restore-non-pruned-header): Likewise.
2835 If point was in the old pruned header, put it at the top.
2836 (rmail-msg-prune-header): If point was at the top, keep it there.
2837
2838 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2839 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2840
2841 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2842
2843 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2844
2845 2001-06-28 Karl Fogel <kfogel@red-bean.com>
2846
2847 * saveplace.el: Update maintainer email address.
2848
2849 2001-06-27 Francesco Potorti` <pot@gnu.org>
2850
2851 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2852 Undo previous change.
2853
2854 2001-06-27 Francesco Potorti` <pot@gnu.org>
2855
2856 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2857 preliminary quick reordering. Can speed things up dramatically.
2858
2859 2001-06-26 Richard M. Stallman <rms@gnu.org>
2860
2861 * dired.el (dired-get-filename): A file name starting with ~
2862 is not absolute in this context.
2863
2864 * which-func.el (which-func-maxout): Increase default to 500000.
2865 (which-function-mode): This is now the "real" name of the function.
2866 (which-func-mode): Now an alias.
2867 (which-func-mode-global): Name deleted.
2868
2869 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2870 button-2, when binding hs-mouse-toggle-hiding.
2871
2872 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2873
2874 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
2875 (rmail-msg-prune-header): Likewise.
2876 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2877 and `rmail-msg-prune-header'.
2878
2879 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2880
2881 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2882 back than LINEBEG.
2883
2884 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2885
2886 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2887 window where they clicked the mouse has a header line, adjust
2888 vertical movement by one.
2889
2890 2001-06-25 Milan Zamazal <pdm@zamazal.org>
2891
2892 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2893 too when separating a parenthesis.
2894
2895 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2896
2897 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2898 (bookmark-bmenu-hide-filenames): Add help-echo to
2899 mouse-highlighted text.
2900 (bookmark-bmenu-show-filenames): Remove help-echo property from
2901 the whitespace.
2902
2903 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2904
2905 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2906 From Karl Eichwalder <ke@suse.de>.
2907
2908 2001-06-23 Richard M. Stallman <rms@gnu.org>
2909
2910 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2911
2912 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2913 contents for completing-read.
2914
2915 2001-06-22 Richard M. Stallman <rms@gnu.org>
2916
2917 * menu-bar.el (menu-bar-make-toggle): Construct the
2918 function's doc string from HELP, not DOC, and make it accurate by
2919 adding "Toggle whether to " at the front and downcasing the initial.
2920 Change the HELP arg in some calls to make it fit this usage.
2921
2922 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2923 Undo previous change.
2924
2925 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2926
2927 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2928
2929 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
2930
2931 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2932
2933 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2934
2935 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2936
2937 2001-06-20 Richard M. Stallman <rms@gnu.org>
2938
2939 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2940 broken out from dabbrev--find-expansion. Handle minibuffer
2941 specially here.
2942 (dabbrev--find-expansion): Simplify code in various ways.
2943 Don't treat minibuffers specially.
2944 Call dabbrev--make-friend-buffer-list.
2945 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
2946 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2947
2948 2001-06-19 John Wiegley <johnw@gnu.org>
2949
2950 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2951 Also, added a comment describing how to greatly speedup Eshell
2952 loadup time, by concatenating together all of Eshell's .elc files.
2953
2954 2001-06-19 John Wiegley <johnw@gnu.org>
2955
2956 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2957
2958 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2959
2960 * woman.el (WoMan-highlight-references): Add help-echo to
2961 mouse-highlighted text.
2962
2963 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2964
2965 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2966
2967 2001-06-18 Gerd Moellmann <gerd@gnu.org>
2968
2969 * international/quail.el (quail-start-conversion):
2970 Reset quail-translating to nil.
2971
2972 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2973 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2974
2975 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2976
2977 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2978 mouse-highlighted text.
2979
2980 * dired.el (dired-mark-pop-up): Fix last change.
2981
2982 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2983
2984 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2985 mouse-highlighted text.
2986
2987 * net/quickurl.el (quickurl-url-file): Run through
2988 convert-standard-filename.
2989 (quickurl-list-populate-buffer): Add help-echo to
2990 mouse-highlighted text.
2991 (top-level): Update Dave's URL.
2992
2993 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2994 mouse-highlighted text.
2995
2996 * textmodes/page-ext.el (pages-copy-header-and-position):
2997 Add help-echo to mouse-highlighted text.
2998
2999 * tar-mode.el (tar-header-block-summarize): Add help-echo to
3000 mouse-highlighted text.
3001
3002 * replace.el (occur): Add help-echo to mouse-highlighted text.
3003
3004 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
3005 mouse-highlighted text.
3006
3007 * progmodes/cpp.el (cpp-make-button): Add help-echo to
3008 mouse-highlighted text.
3009
3010 * progmodes/compile.el (compile-reinitialize-errors):
3011 Add help-echo to mouse-highlighted messages.
3012 (compilation-forget-errors): Remove help-echo property as well.
3013
3014 * play/landmark.el (lm-plot-square, lm-init-display):
3015 Add help-echo to mouse-highlighted text.
3016
3017 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
3018 Add help-echo to mouse-highlighted text.
3019
3020 * dired.el (dired-insert-set-properties): Add help-echo to
3021 mouse-highlighted text.
3022 (dired-mark-pop-up): Remove help-echo property from the file name.
3023
3024 * comint.el (comint-send-input): Add help-echo to
3025 mouse-highlighted text.
3026
3027 * buff-menu.el (list-buffers-noselect): Add help-echo to
3028 mouse-highlighted text.
3029
3030 * arc-mode.el (archive-summarize-files): Add help-echo to
3031 mouse-highlighted text.
3032
3033 * ffap.el (ffap-machine-p): Always return nil if
3034 open-network-stream is not fboundp.
3035
3036 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
3037
3038 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
3039 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
3040 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
3041 incorrectly binding chars between 128 and 256 to it.
3042 (sgml-maybe-name-self): Handle latin-1 chars properly.
3043 (sgml-tags-invisible): Bind buffer-file-name to nil.
3044 Use unwind-protect and restore-buffer-modified-p.
3045 (sgml-point-entered): Use buffer-substring-no-properties.
3046 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
3047 (html-mode): Don't force `imenu-sort-function'.
3048
3049 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3050
3051 * tar-mode.el: Fix the copyright notice.
3052
3053 * font-lock.el (font-lock-comment-face): For tty's with dark
3054 background, use "red1", since "lightred" is not one of the colors
3055 recognized by tty-colors.el.
3056
3057 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
3058 create a buffer for extracted file, in case there's more than one
3059 file by that name in an archive, possibly in different
3060 directories. From Kevin Rodgers <kevinr@ihs.com>.
3061
3062 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
3063 <alex@gnu.org>.
3064
3065 2001-06-15 Miles Bader <miles@gnu.org>
3066
3067 * textmodes/texinfmt.el (texinfo-format-syntax-table):
3068 Revert previous change.
3069
3070 2001-06-14 Richard M. Stallman <rms@gnu.org>
3071
3072 * replace.el (keep-lines-read-args): Return just a regexp.
3073 Provide nil for the region args.
3074 (keep-lines, flush-lines, how-many):
3075 Calculate the defaults for the region here, when args are nil.
3076
3077 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3078
3079 * rot13.el (rot13-other-window): Some more doc fix.
3080
3081 2001-06-14 Per Starback <starback@ling.uu.se>
3082
3083 * replace.el (case-replace, query-replace-from-history-variable)
3084 (query-replace-to-history-variable, keep-lines-read-args)
3085 (occur-revert-function, query-replace-help): Dox fix.
3086
3087 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3088
3089 * rot13.el (rot13-other-window): Doc fix.
3090
3091 2001-06-14 Miles Bader <miles@gnu.org>
3092
3093 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
3094 of " and \ to "." (punctuation).
3095 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
3096
3097 2001-06-13 Richard M. Stallman <rms@gnu.org>
3098
3099 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
3100
3101 * simple.el (shell-command-on-region): Never kill the
3102 *Shell Command Output* buffer.
3103
3104 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
3105
3106 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3107
3108 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3109
3110 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3111 New var, to recognize ${ $' and PODs.
3112 (perl-font-lock-syntactic-face-function): New function.
3113 (perl-mode): Use them.
3114 (perl-continuation-line-p): New function, from perl-calculate-indent.
3115 (perl-calculate-indent): Use it, to properly handle continuation
3116 lines of continuation lines.
3117
3118 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3119
3120 * server.el (server-process, server-buffer-clients): Doc fix.
3121 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3122
3123 2001-06-09 John Wiegley <johnw@gnu.org>
3124
3125 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3126 test if the last command was Lisp or not.
3127 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3128 B x C".
3129
3130 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3131
3132 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3133 general one on compile.el supports drive letters.
3134
3135 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3136
3137 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
3138 key description.
3139
3140 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3141
3142 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
3143 (reftex-toc-jump): New command.
3144
3145 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
3146 to parse international characters as well.
3147
3148 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
3149 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
3150
3151 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3152
3153 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
3154 TAB to the key separators.
3155
3156 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3157
3158 * international/mule.el (auto-coding-alist): Remove redundant
3159 up-cased versions of the extensions (auto-coding-alist-lookup is
3160 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3161 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3162
3163 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3164
3165 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3166
3167 2001-06-01 Richard M. Stallman <rms@gnu.org>
3168
3169 * help.el (describe-variable): Put value on same line
3170 with preceding text, if it is short enough to look good that way.
3171
3172 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3173
3174 * term/internal.el (IT-unicode-translations): New variable.
3175 (IT-setup-unicode-display): New function.
3176
3177 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3178
3179 * ps-print.el: Handle before-string and after-string overlay properties
3180 in ps-print-*-with-faces commands. Doc fix.
3181 (ps-print-version): New version number (6.5.2).
3182 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3183 for XEmacs.
3184 (ps-prefix-quote): Doc fix.
3185 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
3186 (ps-basic-plot-str, ps-plot-string): New funs.
3187
3188 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3189
3190 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3191 and :type spec.
3192
3193 2001-05-31 Gerd Moellmann <gerd@gnu.org>
3194
3195 * international/mule-cmds.el (inactivate-input-method):
3196 Set input-method-function to nil.
3197
3198 * xml.el (xml-parse-tag): The document may contain invalid characters.
3199 From ShengHuo ZHU <zsh@cs.rochester.edu>
3200
3201 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3202
3203 * mail/rmailsum.el (rmail-message-subject-p): Don't call
3204 `rmail-summary-line-decoder' if the message does not have
3205 a Subject: field.
3206
3207 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
3208
3209 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3210 New variable.
3211 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3212 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3213 is non-nil.
3214
3215 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3216
3217 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3218
3219 2001-05-29 Sam Steingold <sds@gnu.org>
3220
3221 * faces.el (face-valid-attribute-values): Bind `valid' directly
3222 instead of using `setq'.
3223
3224 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3225 Use `tex-shell-buf'.
3226 (tex-shell-proc): Use `tex-shell-running'.
3227 (tex-shell-buf-no-error): New function.
3228 (tex-send-tex-command): Use it.
3229 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3230 (tex-kill-job): Check the process before calling `quit-process'.
3231
3232 2001-05-29 Gerd Moellmann <gerd@gnu.org>
3233
3234 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3235 UTF-8 sequences.
3236
3237 2001-05-28 Miles Bader <miles@gnu.org>
3238
3239 * comint.el (comint-carriage-motion): Renamed from
3240 `comint-cr-magic'. Operate on the buffer instead of the string
3241 (for use as a comint post-output filter, instead of as a
3242 pre-output filter). Handle backspaces too. Add to the
3243 `comint-output-filter-functions' hook instead of
3244 `comint-preoutput-filter-functions'.
3245
3246 2001-05-28 Gerd Moellmann <gerd@gnu.org>
3247
3248 * language/japan-util.el (japanese-hankaku): Prefer the charset
3249 `jisx0201' when the optional argument `ascii-only' is not specified.
3250 (japanese-hankaku-region): Ditto.
3251 From Katsumi Yamaoka <yamaoka@jpl.org>
3252
3253 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3254
3255 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3256 (outline-invisible-p): New function.
3257 (hide-leaves): Save excursion.
3258 (hide-other): Stop looping when reaching bobp.
3259
3260 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3261
3262 * cus-edit.el (custom-file): Fix last change.
3263
3264 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3265
3266 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3267 same definition in byte-compile-function-environment as `autoload'
3268 would put in `symbol-function'.
3269
3270 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3271 patch to correct the error message as well.
3272
3273 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3274
3275 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3276 unless ~/.emacs exists.
3277
3278 * novice.el (enable-command): If user-init-file is nil or does not
3279 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3280
3281 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3282
3283 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3284 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3285 Allow spaces around macro arguments.
3286 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3287 indent-for-tab-command.
3288 (latex-mode-map, plain-tex-mode-map): New keymaps.
3289 Inherit from tex-mode-map.
3290 (tex-common-initialization): Don't setup the keymap any more
3291 since it's now done right by define-derived-mode.
3292 (latex-mode): Set skeleton-end-hook to nil.
3293 (latex-skeleton-end-hook): Remove.
3294 (tex-latex-block, latex-insert-item): Simplify.
3295 (latex-syntax-after): Use following-char rather than char-after.
3296 (tex-discount-args-cmds, tex-count-words): New functions.
3297
3298 * textmodes/tildify.el (tildify-ignored-environments-alist):
3299 Recognize \verb* as well.
3300
3301 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3302 (perl-comment-indent): Simplify to let newcomment.el do its job.
3303 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3304 (perl-mark-function): Cleanup the namespace.
3305 (perl-calculate-indent): Don't be fooled by nested functions.
3306
3307 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3308
3309 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3310 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3311
3312 2001-05-25 Andrew Choi <akochoi@i-cable.com>
3313
3314 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3315 actually be `\\'.
3316 (ctlau-b5-converter): Likewise.
3317
3318 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3319
3320 * international/titdic-cnv.el (quail-misc-package-ext-info):
3321 Change CTLauB.el to CTLau-b5.el.
3322
3323 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3324
3325 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3326 rather than beginning-of-line to avoid problems with fields.
3327 (gud-perldb-massage-args): Use unless and push.
3328 (gud-chdir-before-run): New var.
3329 (gud-common-init): Use it.
3330
3331 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3332
3333 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3334 delete entries for chinese-ctlau and chinese-ctlaub.
3335 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
3336 chinese-ctlaub.
3337 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3338 New functions.
3339
3340 2001-05-22 Gerd Moellmann <gerd@gnu.org>
3341
3342 * cus-edit.el (custom-comment-show): Remove debug code.
3343
3344 * language/japan-util.el (japanese-symbol-table): Fix handling of
3345 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3346
3347 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3348
3349 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3350 Renamed by removing the silly `-flag' suffix.
3351 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3352
3353 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3354
3355 * replace.el (keep-lines-read-args): Use `copy-marker'.
3356 (how-many): Save excursion properly.
3357 (occur-mode): Use define-derived-mode.
3358 (perform-replace): Use with-current-buffer.
3359
3360 2001-05-20 Richard M. Stallman <rms@gnu.org>
3361
3362 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3363
3364 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3365
3366 * info.el (Info-read-subfile): Widen before finding the
3367 desired node in the subfile.
3368
3369 * startup.el (command-line-1): When >2 files visited,
3370 leave the last one visible, and make that the selected window.
3371
3372 2001-05-20 Gerd Moellmann <gerd@gnu.org>
3373
3374 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3375
3376 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3377
3378 * international/ccl.el (define-ccl-program): Fix a typo.
3379 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3380
3381 * international/mule.el (decode-char): Fix a typo. From Pavel
3382 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3383
3384 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3385 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3386
3387 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3388 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3389
3390 2001-05-18 Sam Steingold <sds@gnu.org>
3391
3392 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
3393 and [RET] to `cvs-mode-find-file'.
3394
3395 2001-05-18 John Wiegley <johnw@gnu.org>
3396
3397 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3398 configuration variable, which determines the initial character
3399 that forces use of an external version of a command. The default
3400 is *, but may be set to \, for example.
3401
3402 * eshell/esh-ext.el (eshell-explicit-command):
3403 Use `eshell-explicit-command-char' instead of ?*.
3404
3405 * eshell/esh-cmd.el (eshell/which):
3406 Use `eshell-explicit-command-char' instead of ?*.
3407
3408 * eshell/em-cmpl.el (eshell-completion-command-name)
3409 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
3410 instead of ?*.
3411
3412 2001-05-18 Gerd Moellmann <gerd@gnu.org>
3413
3414 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3415 subst-char-in-string.
3416 (ange-ftp-after-parse-ls-hook): New variable.
3417 (ange-ftp-ls): Run that hook.
3418 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3419
3420 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3421 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3422 text into *Completions*.
3423
3424 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3425 part of which look like email addresses.
3426
3427 2001-05-18 Andrew Innes <andrewi@gnu.org>
3428
3429 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3430 Use . instead of absolute path for lisp dir, to avoid bug in W2K
3431 cmd.exe's handling of FOR loops.
3432 (autoloads): Set find-file-suppress-same-file-warnings to t to
3433 avoid slew of spurious messages.
3434
3435 2001-05-18 Simon Josefsson <simon@josefsson.org>
3436
3437 * mail/smtpmail.el (maybe-append-domain): Renamed to
3438 `smtpmail-maybe-append-domain'.
3439 (smtpmail-via-smtp): Use the new name.
3440
3441 * net/browse-url.el (browse-url-browser-function): Add kde.
3442 (browse-url-kde-program, browse-url-kde-args): New variables.
3443 (browse-url-kde): New function.
3444
3445 2001-05-18 Miles Bader <miles@gnu.org>
3446
3447 * simple.el (delete-horizontal-space, just-one-space):
3448 Use `constrain-to-field' instead of `field-end'/`field-beginning',
3449 because it's more efficient for large files.
3450
3451 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3452
3453 * mail/rmail.el (rmail-require-mime-maybe): New function.
3454 (rmail): Use it.
3455 (rmail-mode): Handle the case of finding Rmail files.
3456
3457 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3458 functions.
3459
3460 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3461
3462 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3463 text-property after moving to the beginning of line and regardless
3464 of the value of font-lock-multiline.
3465
3466 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3467
3468 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3469
3470 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3471 last coding system used before calling set-buffer-modified-p
3472 because that function changes last-coding-system.
3473
3474 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3475
3476 * files.el (switch-to-buffer-other-window)
3477 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3478 the doc string.
3479
3480 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3481
3482 * language/slovak.el, language/czech.el: New maintainer.
3483
3484 2001-05-16 Sam Steingold <sds@gnu.org>
3485
3486 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
3487 sub-form of `defgeneric' correctly.
3488
3489 2001-05-16 Gerd Moellmann <gerd@gnu.org>
3490
3491 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3492 of `c'.
3493
3494 * textmodes/outline.el (outline-font-lock-level): Remove the
3495 condition-case, test what outline-level returns instead, to
3496 ease debugging.
3497
3498 * international/mule.el (auto-coding-regexp-alist): New user-option.
3499 (auto-coding-from-file-contents): New function.
3500 (set-auto-coding): Use it to determine a coding system.
3501
3502 2001-05-15 Gerd Moellmann <gerd@gnu.org>
3503
3504 * mouse.el (mouse-delete-other-windows): Doc fix.
3505
3506 * emacs-lisp/lisp-mode.el (lisp-mode):
3507 Make font-lock-keywords-case-fold-search a buffer-local variable with
3508 make-local-variable before setting it.
3509
3510 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3511
3512 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3513 prefixes.
3514
3515 2001-05-14 Gerd Moellmann <gerd@gnu.org>
3516
3517 * hexl.el (hexl-current-address): Print a message when called
3518 interactively.
3519
3520 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3521
3522 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3523
3524 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3525
3526 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3527
3528 2001-05-11 Gerd Moellmann <gerd@gnu.org>
3529
3530 * startup.el (command-line): If parameters have been changed in
3531 the init files which influence font selection, clear the face
3532 cache so that faces get realized with the new parameters.
3533
3534 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
3535
3536 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3537
3538 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3539
3540 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3541
3542 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3543 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3544
3545 2001-05-10 Gerd Moellmann <gerd@gnu.org>
3546
3547 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
3548 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
3549
3550 2001-05-09 John Wiegley <johnw@gnu.org>
3551
3552 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3553 Annotated the documentation string to tell users about
3554 `eshell-no-numeric-conversions'.
3555
3556 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3557 conversions if a Lisp function has the property
3558 `eshell-no-numeric-conversions' set to a non-nil value.
3559
3560 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3561 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3562 property `eshell-no-numeric-conversions' on the following
3563 functions (which all deal with filesystem entities, and never Lisp
3564 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3565 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3566 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3567 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3568 eshell/which, eshell/addpath.
3569
3570 2001-05-09 John Wiegley <johnw@gnu.org>
3571
3572 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3573 encountered as an argument, don't convert it right away, but tag
3574 the first character of the string with the text properties
3575 `number', which signifies to `eshell-lisp-command' that the
3576 argument should be passed through `string-to-number' if it is
3577 actually used in the call to a Lisp function.
3578
3579 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3580 function, convert any string arguments that have been tagged as
3581 "numbers", by calling string-to-number.
3582
3583 * eshell/esh-util.el (eshell-number-regexp): Now that number
3584 conversions only happen for Lisp function calls, the number regexp
3585 should now match all integer and floating point forms.
3586
3587 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3588 `eshell-continue-process', since they are both nonfunctional at
3589 the moment.
3590 (eshell-proc-initialize): Don't bind keys for
3591 `eshell-stop-process' or `eshell-continue-process'.
3592
3593 * eshell/em-unix.el (eshell-shuffle-files):
3594 Apply `directory-file-name' before calling `file-name-directory'.
3595
3596 * eshell/em-hist.el (eshell-add-to-history): Reference to
3597 `eshell-history-ring' needed to be `eshell-history-index'.
3598
3599 * calendar/timeclock.el (timeclock-find-discrep):
3600 Initialize `elapsed' to 0.
3601 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3602 it's still nil.
3603
3604 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3605
3606 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3607 (archive-mode): Use capitalize.
3608 (archive-unique-fname): Use make-temp-file.
3609
3610 2001-05-09 Gerd Moellmann <gerd@gnu.org>
3611
3612 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3613
3614 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3615
3616 * tar-mode.el (tar-extract): Pay attention to the value of
3617 coding-system-for-read, if it is non-nil.
3618
3619 * calendar/holidays.el (holidays): Add an autoload cookie.
3620 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3621
3622 2001-05-08 John Wiegley <johnw@gnu.org>
3623
3624 * calendar/timeclock.el (timeclock-workday-remaining):
3625 Changed logic for determining how much time is remaining.
3626 (timeclock-workday-elapsed): Don't accept a "relative" argument
3627 for the current day's elapsed time. What could that have meant?
3628 (timeclock-workday-elapsed-string): No "relative" argument anymore.
3629 (timeclock-when-to-leave): Changed logic, similarly to what was
3630 done for `timeclock-workday-remaining'.
3631 (timeclock-find-discrep): Removed "today-only" argument, which had
3632 no meaning. Fixed some more math problems. The function now
3633 returns a three member list: (TOTAL-TIME-DISCREPANCY
3634 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3635
3636 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3637
3638 * w32-fns.el (convert-standard-filename): Start replacing slashes
3639 from the beginning of the file name, not from where the last
3640 invalid character was. From "Andrew Maguire (SWW)"
3641 <Andrew.Maguire@Smallworld.co.uk>
3642
3643 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3644
3645 The following changes are to provide infrastructure for handling
3646 MIME messages to rmail. They don't affect the original behaviour
3647 if rmail-enable-mime is nil.
3648
3649 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3650 (rmail-search-mime-message-function)
3651 (rmail-search-mime-header-function): New variables.
3652 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3653 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3654 `rmail-view-buffer' is hidden.
3655 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3656 call rmai-show-mime-function.
3657 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3658 mode-line-process of rmail-view-buffer.
3659 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3660 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3661 buffer.
3662 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3663 set-buffer to the Rmail buffer.
3664 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3665 rmail-search-mime-header-function.
3666 (rmail-search-message): New function.
3667 (rmail-search): Call rmail-search-message to check if a message
3668 matches REGEXP, lastly update point after calling
3669 rmail-show-message.
3670 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3671 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
3672 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3673 header region, refer to rmail-msgref-vector while setting the
3674 current buffer to rmail-buffer temporarily.
3675 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3676 If rmail-enable-mime is non-nil, call
3677 rmail-insert-mime-forwarded-message-function instead of inserting
3678 forwarded message by itself.
3679
3680 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3681 Rmail buffer.
3682 (rmail-set-label, rmail-next-labeled-message): Likewise.
3683
3684 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3685 set-buffer to the Rmail buffer.
3686 (rmail-output-to-rmail-file): Likewise.
3687 (rmail-output): Likewise.
3688
3689 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3690 of mail-fetch-field by rmail-summary-line-decoder.
3691 (rmail-new-summary): Be sure to go to the Rmail buffer.
3692 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
3693 rmail-view-buffer to nil.
3694 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3695 rmail-view-buffer.
3696 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3697 rmail-buffer.
3698 (rmail-summary-scroll-msg-down): Likewise.
3699 (rmail-summary-beginning-of-message): Likewise.
3700 (rmail-summary-wipe): Likewise.
3701 (rmail-summary-toggle-header): Use save-window-excursion, not
3702 save-excursion. Update point in rmail-view-buffer, not in
3703 rmail-buffer.
3704 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3705 rmail-view-buffer, not rmail-buffer.
3706
3707 2001-05-07 Gerd Moellmann <gerd@gnu.org>
3708
3709 * cus-edit.el (custom-file): Signal an error if user-init-file is
3710 nil (running -q).
3711
3712 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3713
3714 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3715 Add :version.
3716
3717 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3718 New option.
3719 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3720 only if smtpmail-warn-about-unknown-extensions is set.
3721
3722 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3723 instead of rmail-sort-by-keywords.
3724
3725 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
3726 rmail-sort-by-keywords.
3727
3728 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3729 rmail-summary-sort-by-keywords. Doc fix.
3730 (rmail-summary-mode): Doc fix.
3731
3732 * mail/rmail.el (rmail-edit): New Custom group.
3733
3734 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3735 (rmail-edit-mode-hook): New user-option.
3736
3737 2001-05-05 Richard M. Stallman <rms@gnu.org>
3738
3739 * help.el (help-xref-symbol-regexp): Recognize "source of"
3740 and friends, meaning make a link to the source file.
3741 (help-make-xrefs): Handle "source of" and friends
3742 by constructing a link that visits the source file.
3743
3744 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3745
3746 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3747
3748 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3749 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3750 Renamed from perl-font-lock-keywords to avoid clashes.
3751 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3752 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3753 Updated correspondingly.
3754
3755 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3756 Typo `nonexistant' -> `nonexistent'.
3757
3758 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3759
3760 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3761 Split `c-electric-delete' into two functions where
3762 `c-electric-delete-forward' always deletes forward and
3763 `c-electric-delete' only contains the code necessary for XEmacs to
3764 choose between backward and forward deletion.
3765
3766 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3767 get the electric behavior on that key too.
3768 (c-fill-paragraph): Fixed bogus direct use of
3769 c-comment-prefix-regexp, which caused an error when it's a list.
3770
3771 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3772
3773 * dired-aux.el (dired-diff): Doc fix.
3774
3775 * dired.el (dired-diff): Likewise.
3776
3777 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3778
3779 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3780
3781 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3782
3783 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3784 if both the buffer and the file are read-only.
3785
3786 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3787 rather than font-lock-string-face.
3788 (sh-get-indent-info): Treat heredocs like strings.
3789
3790 2001-05-02 Gerd Moellmann <gerd@gnu.org>
3791
3792 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3793 a newline following `}'.
3794 (texinfo-format-email): New function.
3795 (toplevel): Use texinfo-format-email for @email.
3796 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3797 Add `display'.
3798 (texinfo-sort-region): Goto point-min before sorting.
3799 (texinfo-set): Remove leading white space from value.
3800 From yagi@is.titech.ac.jp.
3801
3802 * replace.el (query-replace-regexp-eval): Doc fix.
3803
3804 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3805
3806 * diff-mode.el (diff-nonexistant-face): New face.
3807 (diff-font-lock-keywords): Use it.
3808
3809 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3810
3811 * font-lock.el (font-lock-mode): Doc fix.
3812
3813 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3814 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3815
3816 2001-04-30 Gerd Moellmann <gerd@gnu.org>
3817
3818 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3819 backslash at the start of the here-document delimiter.
3820 (sh-font-lock-syntactic-keywords): Likewise.
3821
3822 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3823
3824 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3825
3826 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3827 (tty-color-translate, tty-color-by-index, tty-color-values)
3828 (tty-color-desc): Doc fix.
3829
3830 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3831
3832 * dired-aux.el (dired-do-create-files, dired-do-copy)
3833 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3834 Mention dired-dwim-target in the doc string.
3835
3836 2001-04-28 Miles Bader <miles@gnu.org>
3837
3838 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3839 (dabbrev--find-expansion): Use it.
3840 (dabbrev--select-buffers): Don't select ignored buffers.
3841
3842 2001-04-27 Gerd Moellmann <gerd@gnu.org>
3843
3844 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
3845
3846 2001-04-26 Richard M. Stallman <rms@gnu.org>
3847
3848 * dabbrev.el: Add doc strings for some functions.
3849 (dabbrev--eliminate-newlines): New variable.
3850 (dabbrev--substitute-expansion): Convert newlines to spaces
3851 if dabbrev--eliminate-newlines is set.
3852 If abbrev and expansion are both all-lower-case,
3853 leave dabbrev--last-case-pattern nil.
3854
3855 2001-04-26 Gerd Moellmann <gerd@gnu.org>
3856
3857 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3858 if necessary, like in rmail-show-message.
3859
3860 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3861
3862 * ps-print.el: Color specified by number is forced to be float number.
3863 (ps-print-version): New version number (6.5.1.1).
3864 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3865 initialization.
3866 (ps-prefix-quote): New internal var.
3867 (ps-print-quote): New fun.
3868 (ps-setup, ps-output-frame-properties, ps-float-format)
3869 (ps-format-color): Code fix.
3870 (ps-plot-region): Eliminate redundant foreground color text setting.
3871
3872 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3873
3874 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3875
3876 2001-04-25 Gerd Moellmann <gerd@gnu.org>
3877
3878 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3879
3880 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3881
3882 * info.el (Info-additional-directory-list): Doc fix.
3883
3884 * find-lisp.el (find-lisp-find-dired-filter)
3885 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3886 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
3887
3888 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3889
3890 * progmodes/make-mode.el (makefile-font-lock-keywords):
3891 Rationalize the rules for includes and conditionals and use the
3892 keyword face for them.
3893
3894 * faces.el (modify-face): Add compatibility for non-interactive use.
3895
3896 2001-04-24 John Wiegley <johnw@gnu.org>
3897
3898 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3899 fix from last night, since it wasn't finding eshell/cd.
3900
3901 2001-04-24 Gerd Moellmann <gerd@gnu.org>
3902
3903 * rect.el (string-rectangle): Revert to 20.x behaviour.
3904 (replace-rectangle): Make it an alias for string-rectangle.
3905 (string-insert-rectangle): New function.
3906
3907 2001-04-23 John Wiegley <johnw@gnu.org>
3908
3909 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3910 occurring with Emacs 21's diff.el/compile.el interaction layer.
3911
3912 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3913
3914 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3915 case where the function was defined in a file, but not part of an
3916 eshell module.
3917
3918 2001-04-23 John Wiegley <johnw@gnu.org>
3919
3920 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3921 code to work around a redisplay problem I've been having.
3922
3923 2001-04-23 John Wiegley <johnw@gnu.org>
3924
3925 * calendar/timeclock.el (timeclock-day-required): If the time
3926 required for a particular day is not set, use `timeclock-workday'.
3927 (timeclock-find-discrep): Added some sample code in a comment.
3928
3929 * eshell/eshell.el (eshell-command): Made a few changes so that
3930 `eshell-command' could be called programmatically.
3931
3932 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3933
3934 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3935
3936 2001-04-23 John Wiegley <johnw@gnu.org>
3937
3938 * calendar/timeclock.el: Updated copyright.
3939 (timeclock-generate-report): Don't report the daily or two-week
3940 total, if no time has been worked in that period.
3941 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3942 final computational form, which was unnecessary; corrected a
3943 parsing problem when timeclock-relative was nil.
3944
3945 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3946
3947 * calendar/timeclock.el (timeclock-modeline-display): Check if
3948 `list-entry' is null.
3949 (timeclock-use-display-time): The first argument to `set-variable'
3950 must be a symbol.
3951
3952 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3953
3954 * calendar/calendar.el (diary-entry-marker)
3955 (calendar-today-marker, calendar-holiday-marker):
3956 Use display-color-p instead of window-system.
3957 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3958 instead of window-system.
3959 (calendar-hide-window): Use display-multi-frame-p instead of
3960 window-system.
3961
3962 * calendar/cal-x.el (calendar-two-frame-setup)
3963 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3964 Use display-multi-frame-p instead of window-system.
3965
3966 2001-04-23 Gerd Moellmann <gerd@gnu.org>
3967
3968 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3969
3970 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3971 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3972
3973 2001-04-23 Alex Schroeder <alex@gnu.org>
3974
3975 * goto-addr.el: Instead of defining line-beginning-position and
3976 line-end-position a defalias is used for point-at-bol and point-at-eol.
3977
3978 2001-04-23 Alex Schroeder <alex@gnu.org>
3979
3980 * goto-addr.el: Added XEmacs compatibility code.
3981 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
3982
3983 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3984
3985 * textmodes/paragraphs.el (sentence-end): Doc fix.
3986
3987 2001-04-20 Alex Schroeder <alex@gnu.org>
3988
3989 * sql.el (sql-escape-newlines-and-send): New function.
3990 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
3991
3992 2001-04-20 Alex Schroeder <alex@gnu.org>
3993
3994 * sql.el (sql-db2-program): New option.
3995 (sql-db2-options): New option.
3996 (sql-db2): New function.
3997
3998 2001-04-20 Alex Schroeder <alex@gnu.org>
3999
4000 * sql.el (sql-mode-menu): Added highlighting entries.
4001 (sql-highlight-oracle-keywords): New function.
4002 (sql-highlight-postgres-keywords): New function.
4003 (sql-highlight-ansi-keywords): New function.
4004
4005 2001-04-20 Alex Schroeder <alex@gnu.org>
4006
4007 * sql.el (sql-help): Doc change.
4008
4009 2001-04-19 Karl Fogel <kfogel@collab.net>
4010
4011 * saveplace.el (save-place-alist-to-file): Removed no-effect code
4012 that inserted file content only to delete it immediately.
4013 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
4014 <lektu@uol.com.br> for the patch.
4015
4016 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
4017
4018 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
4019
4020 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4021
4022 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
4023 for defmethod.
4024
4025 * comint.el (comint-cr-magic): New function.
4026 (toplevel): Add it to comint-preoutput-filter-functions.
4027
4028 2001-04-18 Andrew Innes <andrewi@gnu.org>
4029
4030 * makefile.w32-in (EMACSLOADPATH): Define.
4031 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
4032 (recompile): Remove stuff to set EMACSLOADPATH.
4033
4034 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4035
4036 * language/slovak.el ("Slovak"): Add tutorial entry.
4037
4038 * net/browse-url.el (browse-url-new-window-flag): Renamed from
4039 browse-url-new-window-p.
4040
4041 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4042
4043 * info.el (Info-menu-update): When there are no menus and/or no
4044 cross references in the node, make the respective items of the
4045 Info menu-bar menu inactive.
4046
4047 2001-04-17 Gerd Moellmann <gerd@gnu.org>
4048
4049 * indent.el (indent-for-tab-command): Call indent-line-function
4050 with no argument if PREFIX-ARG is non-nil.
4051
4052 * frame.el (delete-other-frames): Handle minibuffer-only frames.
4053
4054 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4055
4056 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
4057 an async subprocess if start-process is unavailable. Suggested by
4058 Tim Van Holder <tim.van.holder@pandora.be>.
4059
4060 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
4061
4062 * info.el (Info-additional-directory-list): Doc fix. Suggested by
4063 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4064
4065 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4066
4067 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
4068 manual.
4069
4070 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
4071
4072 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
4073 (cvs-menu): Add a few entries.
4074
4075 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
4076 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
4077 lock file appears to be reachable from Emacs.
4078 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
4079 (cvs-mode-find-file): Look for cvs-header-face rather than
4080 cvs-dirname-face (which doesn't exist).
4081 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
4082
4083 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
4084
4085 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
4086
4087 * emulation/pc-select.el (pc-selection-mode): Don't turn on
4088 normal-erase-is-backspace on a tty. Instead, bind some keys such
4089 as [delete] directly, like pc-select.el did before
4090 normal-erase-is-backspace was invented.
4091
4092 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
4093
4094 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
4095
4096 2001-04-11 John Wiegley <johnw@gnu.org>
4097
4098 * eshell/em-ls.el (eshell-ls-insert-directory):
4099 Set font-lock-defaults to nil, to prevent fontification in dired
4100 buffers, if Eshell's ls is being used.
4101
4102 2001-04-11 John Wiegley <johnw@gnu.org>
4103
4104 * calendar/timeclock.el (timeclock-completing-read): New function.
4105 (timeclock-ask-for-project, timeclock-ask-for-reason):
4106 Call `timeclock-completing-read'.
4107
4108 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4109 required where `member' was being used.
4110
4111 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
4112
4113 * eshell/em-hist.el (eshell-previous-matching-input):
4114 Don't display "History item" if the the minibuffer is active.
4115
4116 2001-04-11 Gerd Moellmann <gerd@gnu.org>
4117
4118 * startup.el (command-line): Output a newline after printing
4119 an error from loading the window system's init file.
4120
4121 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4122
4123 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4124 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
4125 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4126 keywords whose arguments routinely include @@.
4127
4128 2001-04-10 Gerd Moellmann <gerd@gnu.org>
4129
4130 * emacs-lisp/advice.el (ad-make-advised-definition):
4131 Construct advice for subrs differently.
4132
4133 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4134 regexp in parentheses when building the regexp for searching backwards.
4135
4136 * simple.el (completion-list-mode-finish): New function.
4137 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
4138
4139 * language/european.el ("Polish"): Change sample text.
4140 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
4141
4142 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4143 parameter.
4144
4145 * faces.el (menu): Doc fix.
4146
4147 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4148
4149 * ps-print.el: Footer implementation. Doc fix.
4150 (ps-print-version): New version number (6.5.1).
4151 (ps-header-frame-alist): New customization var for header frame
4152 properties.
4153 (ps-line-number-color): New customization var for line number color.
4154 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4155 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4156 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4157 (ps-right-footer): New customization vars for footers.
4158 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4159 footers.
4160 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
4161 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4162 Code fix.
4163 (ps-prologue-file): Indentation fix.
4164 (ps-print-quote): Fun eliminated.
4165 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4166 (ps-output-frame-properties): New fun.
4167 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4168 (ps-skip-newline): Replace defun by defsubst.
4169
4170 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
4171
4172 * eshell/eshell.el (eshell-command): Needed a "%s" format
4173 specifier, in case the buffer contains percent characters.
4174
4175 2001-04-10 John Wiegley <johnw@gnu.org>
4176
4177 * calendar/timeclock.el (timeclock-generate-report): Added a
4178 missing insert of the project name.
4179
4180 2001-04-09 Gerd Moellmann <gerd@gnu.org>
4181
4182 * obsolete/profile.el: Moved from emacs-lisp/.
4183
4184 * Makefile.in (nonobsolete_setwins): New macro.
4185 (finder-data): Use it instead of `setwins'.
4186 From: Dave Love <fx@gnu.org>.
4187
4188 * server.el (server-visit-files): Set server-existing-buffer correctly.
4189 (server-visit-files): Run server-visit-hook after going to
4190 line 1 so that the hook can set point as it sees fit.
4191
4192 * bindings.el (mode-line-modified): Unify help messages.
4193
4194 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4195
4196 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4197 All callers changed.
4198
4199 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4200
4201 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4202 long file names aren't supported, truncate the file names in
4203 quail-misc-package-ext-info to 8+3 before matching them against
4204 FILENAME.
4205
4206 * dos-fns.el (dos-truncate-to-8+3): New function.
4207
4208 * progmodes/compile.el (grep-compute-defaults): Use null-device
4209 instead of literal /dev/null. Reported by Jens Schmidt
4210 <schmidt@mathematik.uni-kl.de>.
4211
4212 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4213
4214 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4215
4216 * textmodes/sgml-mode.el: Add unknown maintainer.
4217 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4218 (html-mode-map): Use set-keymap-parent.
4219
4220 2001-04-06 Dave Love <fx@gnu.org>
4221
4222 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4223 Remove redundant string-to-list.
4224
4225 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4226
4227 * composite.el (reference-point-alist): Doc fix.
4228
4229 2001-04-05 Sam Steingold <sds@gnu.org>
4230
4231 * font-lock.el (font-lock-keywords-case-fold-search):
4232 Make buffer-local. This fixes a very annoying bug when loading a Lisp
4233 file made font-lock case-insensitive.
4234
4235 2001-04-05 Gerd Moellmann <gerd@gnu.org>
4236
4237 * faces.el (defface menu): Doc fix.
4238
4239 * wid-edit.el (widget-color-sample-face-get): Don't make
4240 faces for undefined colors.
4241
4242 * version.el (emacs-version): Include LessTif/Motif version info.
4243
4244 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4245
4246 * ps-mule.el: Eliminate cl package dependence.
4247 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4248 if they aren't defined yet.
4249 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4250 Eliminate cl package dependence.
4251
4252 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4253
4254 * progmodes/cc-cmds.el (c-outline-level):
4255 Bind buffer-invisibility-spec. Originally from Dave Love, but
4256 got lost when incorporating version 5.26.
4257
4258 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4259
4260 * emulation/pc-select.el (pc-selection-mode):
4261 Call normal-erase-is-backspace-mode instead of binding
4262 keys individually.
4263
4264 * cus-load.el (normal-erase-is-backspace): Use it instead of
4265 delete-key-deletes-forward.
4266
4267 * startup.el (command-line): Use normal-erase-is-backspace and
4268 normal-erase-is-backspace-mode.
4269
4270 * simple.el (normal-erase-is-backspace): Rename from
4271 delete-key-deletes-forward. Doc fix.
4272 (normal-erase-is-backspace-mode): Rename from
4273 delete-key-deletes-forward-mode. Doc fix.
4274 Run normal-erase-is-backspace-hook.
4275
4276 * dired.el (dired-move-to-filename-regexp): Support file sizes in
4277 ``human-readable'' format produced by GNU `ls'.
4278 (dired-move-to-filename-regexp): Recognize ISO format dates.
4279 From Paul Eggert <eggert@twinsun.com>.
4280
4281 2001-04-04 Gerd Moellmann <gerd@gnu.org>
4282
4283 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4284 New functions.
4285 (lm-verify): Check keywords.
4286 From Eric M. Ludlam <eric@siege-engine.com>.
4287
4288 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4289
4290 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4291 `xemacs' feature instead of for the function `set-extent-property'.
4292
4293 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4294
4295 * mail/mh-utils.el (mh-folder-hist): New var.
4296 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4297
4298 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4299
4300 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4301 region, position point on the first or last 16-byte group.
4302 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4303 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4304 hexl-beginning-of-line.
4305
4306 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4307
4308 * icomplete.el (icomplete-mode): Treat an argument like other
4309 modes do.
4310
4311 * startup.el (fancy-splash-head): Use splash8.xpm for color
4312 depth 8.
4313
4314 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4315 Add an antry for ``converts''.
4316
4317 * language/slovak.el ("Slovak"): Add documentation string.
4318 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4319
4320 * language/czech.el ("Czech"): Add documentation string.
4321 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4322
4323 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4324 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4325
4326 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4327
4328 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4329 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4330 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4331 Use `defsubst' rather than a macro to ease debugging.
4332 (mail-extr-last): Remove (use `last' instead).
4333 (mail-extract-address-components): Properly reset the syntax-table
4334 after parsing an address. Use `last' rather than mail-extr-last.
4335 Make sure the end marker stays at the very end.
4336
4337 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4338
4339 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4340 last change.
4341
4342 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4343
4344 * ps-print.el: Line and paragraph spacing feature. Region to cut
4345 out when printing. Doc fix.
4346 (ps-print-version): New version number (6.5).
4347 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4348 New vars. Line and paragraph spacing feature.
4349 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4350 out when printing.
4351 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4352 (ps-get-font-size, ps-begin-job, ps-continue-line)
4353 (ps-plot-region): Code fix.
4354 (ps-print-prologue-2): Var eliminated.
4355 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4356 New internal vars.
4357 (ps-get-size): New fun.
4358 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4359 (ps-next-line): Replace defun by defsubst.
4360 (ps-mule-plot-string): Autoload doc fix.
4361
4362 * ps-bdf.el: XEmacs compatibility. Doc fix.
4363 (installation-directory, coding-system-for-read): Declare vars if
4364 it's not declared yet.
4365 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4366
4367 * ps-mule.el: XEmacs compatibility. Doc fix.
4368 (leading-code-private-22): Declare var if it's not declared yet.
4369 (charset-bytes, charset-dimension, charset-id, charset-width)
4370 (find-charset-region, split-char, char-width, chars-in-region)
4371 (forward-point, decompose-composite-char, encode-coding-string)
4372 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4373 Define funs if not defined yet.
4374 (encode-composition-rule, find-composition): Define funs if not
4375 loaded yet.
4376 (ps-mule-prologue): PostScript code fix.
4377
4378 2001-04-02 Kenichi Handa <handa@etl.go.jp>
4379
4380 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4381 non-nil, generate font for the header strings.
4382 (ps-mule-prepare-font): Likewise.
4383 (ps-mule-generate-glyphs): Likewise.
4384 (ps-mule-string-encoding): Likewise.
4385 (ps-mule-header-charsets): New variable.
4386 (ps-mule-encode-header-string): New function.
4387 (ps-mule-header-string-charsets): New function.
4388 (ps-mule-begin-job): Check charsets in the header strings. If there
4389 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4390
4391 * ps-print.el (ps-generate-header-line): Encode the header string by
4392 ps-mule-encode-header-string.
4393 (ps-mule-encode-header-string): Declare autoload.
4394
4395 2001-04-02 Gerd Moellmann <gerd@gnu.org>
4396
4397 * frame.el (cursor-in-non-selected-windows):
4398 Replaces show-cursor-in-non-selected-windows.
4399
4400 2001-03-31 Kenichi Handa <handa@etl.go.jp>
4401
4402 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4403 Delete entries for "chinese-py" and "chinese-ziranma".
4404 (quail-misc-package-ext-info): New variable.
4405 (tsang-quick-converter): New function.
4406 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4407 (quick-cns-converter, py-converter, ziranma-converter)
4408 (miscdic-convert, batch-miscdic-convert): New functions.
4409
4410 2001-03-30 Kenichi Handa <handa@etl.go.jp>
4411
4412 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4413 eight-bit-control chars.
4414
4415 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4416 Reduce making temporary vector (suggested by Dave Love).
4417
4418 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4419
4420 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4421 string as well.
4422
4423 2001-03-30 Andreas Schwab <schwab@suse.de>
4424
4425 * files.el (backup-directory-alist): Fix typo.
4426
4427 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4428
4429 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4430 <eggert@twinsun.com>.
4431
4432 2001-03-30 Dave Love <fx@gnu.org>
4433
4434 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4435
4436 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4437
4438 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4439
4440 2001-03-30 Miles Bader <miles@gnu.org>
4441
4442 * subr.el (interactive-form): Fix paren typo.
4443
4444 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4445
4446 * emacs-lisp/profile.el: Say that it's obsolete in the header
4447 line, so that finder.el puts that into its data-base.
4448 Suggested by Alex Schroeder <alex@gnu.org>.
4449
4450 2001-03-29 Paul Eggert <eggert@twinsun.com>
4451
4452 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4453 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4454
4455 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4456
4457 * generic.el (generic-mode-set-comments): Use "" rather than nil
4458 for comment-end.
4459
4460 2001-03-29 Gerd Moellmann <gerd@gnu.org>
4461
4462 * emacs-lisp/advice.el (ad-make-advised-definition):
4463 Call interactive-form to obtain the interactive spec of subrs.
4464
4465 * subr.el (interactive-form): New function.
4466
4467 2001-03-29 Andre Spiegel <spiegel@gnu.org>
4468
4469 * vc-sccs.el (vc-sccs-register): Use relative file names.
4470
4471 2001-03-28 Gerd Moellmann <gerd@gnu.org>
4472
4473 * bookmark.el (bookmark-get-bookmark): Handle case that
4474 BOOKMARK is not a string.
4475
4476 * image.el (image-type-regexps): Change type for PS files
4477 to `postscript'.
4478
4479 * subr.el (read-passwd): Clear command history after each
4480 character entered. From: Stephen Gildea
4481 <gildea@stop.mail-abuse.org>.
4482
4483 2001-03-27 Kenichi Handa <handa@etl.go.jp>
4484
4485 * international/kkc.el (kkc-save-init-file): Locally bind
4486 print-length to nil.
4487
4488 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4489
4490 * textmodes/flyspell.el: Some doc fixes.
4491 (flyspell-maybe-correct-transposition)
4492 (flyspell-maybe-correct-doubling): Use a temporary buffer
4493
4494 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4495
4496 * emacs-lisp/byte-opt.el (byte-optimize-while)
4497 (byte-optimize-form-code-walker): Diagnose too few arguments
4498 for `if' and `while'.
4499
4500 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4501
4502 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4503 Prepend `\' to "\<quail-translation-docstring>".
4504
4505 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4506
4507 * autorevert.el (global-auto-revert-non-file-buffers):
4508 Remove duplicate defcustom.
4509
4510 2001-03-26 Miles Bader <miles@gnu.org>
4511
4512 * international/latin1-disp.el (latin1-char-displayable-p):
4513 Add leading "-" for X font pattern.
4514
4515 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4516
4517 * international/mule-diag.el (describe-coding-system):
4518 For raw-text and emacs-mule, don't add anymore text about what
4519 charsets they can encode.
4520
4521 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4522
4523 * help.el (view-lossage): Mention open-dribble-file in the doc
4524 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4525
4526 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4527
4528 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4529 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4530
4531 2001-03-23 Kenichi Handa <handa@etl.go.jp>
4532
4533 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4534 Call ccl-execute-on-string directly so that CCL program handling
4535 multibyte sequence can work correctly.
4536 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4537 property of the coding system.
4538
4539 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4540
4541 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4542 Fix transcription typo.
4543
4544 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4545
4546 * whitespace.el: Add buffer local variables to toggle testing of
4547 whitespaces in buffers without affecting the default values.
4548 Bump version to 3.0 to account for a few other changes.
4549 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4550 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4551 (whitespace-toggle-spacetab-check): New functions.
4552
4553 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4554
4555 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4556
4557 2001-03-21 Gerd Moellmann <gerd@gnu.org>
4558
4559 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4560 bs-cycle-configuration-name. From Juanma Barranquero
4561 <lektu@uol.com.br>.
4562
4563 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4564 and cc-vars.el.
4565
4566 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4567 headers. Always invoke sendmail with option -t.
4568
4569 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4570
4571 * Release of cc-mode 5.28.
4572
4573 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4574
4575 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4576 Removed the hardcoded switch to "java" style in Java mode.
4577 It's instead taken care of by the default value for c-default-style.
4578
4579 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4580
4581 * cc-align.el (c-lineup-math): Fix bug where lineup was
4582 triggered by equal signs in string literals.
4583
4584 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4585
4586 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4587 limit detection when at the ends of the buffer.
4588
4589 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4590 "for" statement clause in case 7F; a better one is done
4591 earlier in case 7D anyway.
4592
4593 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4594
4595 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4596 somewhat more and did a small optimization.
4597
4598 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4599
4600 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4601 Use the limit argument only to limit the syntactic context
4602 search, not to limit the actual movement.
4603
4604 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4605 inside multiline strings, just like in comments. Also various
4606 fixes to the paragraph and comment prefix recognition, block
4607 comment ender handling etc.
4608
4609 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4610
4611 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4612 the relative position of the point.
4613
4614 * cc-cmds.el (c-electric-continued-statement): New function to
4615 use as abbrev hook to reindent for keywords such as "else"
4616 that continues an earlier statement.
4617
4618 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4619 like classes.
4620
4621 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4622 (pike-mode): Populate the default abbrev tables to reindent for
4623 keywords such as "else" that can continue earlier statements.
4624 Abbrev mode is therefore turned on by default now. (Note that
4625 this doesn't apply to idl-mode, since IDL afaik doesn't have
4626 statements at all.)
4627
4628 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4629
4630 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4631 bracelists where the declaration contains template arguments.
4632
4633 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4634
4635 * cc-cmds.el (c-comment-indent):
4636 Use `c-get-syntactic-indentation' to correctly calculate the
4637 syntactic indentation. Fixes bug with lineup functions that
4638 return vectors.
4639
4640 * cc-engine.el (c-get-syntactic-indentation): Split the
4641 indentation sum calculation from `c-indent-line' to a separate
4642 function.
4643
4644 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4645
4646 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4647 Fixed places where it was assumed that preprocessor directives
4648 have to start in column zero.
4649
4650 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4651 template arguments after a class identifier properly.
4652
4653 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4654 lists for `new Foo[]' constructs in Java as expressions and
4655 not top level definition brace lists on the top level, so that
4656 they'll get indented consistently with the same type of
4657 expression in a normal block.
4658
4659 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4660
4661 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4662 whether the adaptive filling package fails to keep the comment
4663 prefix is now kludged further to check for filladapt-mode
4664 which doesn't have that problem. This is really icky, but it's
4665 the only way that works with the current misfeatures/bugs in
4666 both adaptive-fill-mode and filladapt-mode.
4667
4668 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4669 around point is recognized more robust.
4670
4671 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4672
4673 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4674 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4675 (c-lit-type): Fixed all internal variables used dynamically so
4676 that they are always bound.
4677
4678 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4679 errors:
4680
4681 (c-indent-region): Fixed reporting of syntactic errors so that
4682 the region is fully reindented even when an error occurs.
4683 The last syntactic error is printed afterwards. Also cleanup up a
4684 whole lot of code that tried to optimize indentation of whole
4685 sexps but in reality accomplishes nothing.
4686
4687 (c-indent-sexp): Use c-indent-region.
4688
4689 (c-parsing-error): Changed this variable to hold the message
4690 for any syntactic error that is discovered.
4691
4692 (c-parse-state): Search backward from point instead of the bod
4693 position when the latter is invalid. This makes CC Mode
4694 recover faster when there are unbalanced close braces.
4695
4696 (c-backward-to-start-of-if): Use c-parsing-error to report
4697 dangling "else" clauses instead of throwing an error, and fall
4698 back to a reasonable position.
4699
4700 (c-indent-line): Added argument to avoid reporting syntactic errors.
4701
4702 (c-show-syntactic-information): Don't report any syntactic errors.
4703
4704 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4705
4706 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4707 paragraph recognition when moving by sentence in literals.
4708
4709 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4710 start regexp for javadoc to recognize javadoc markup in general instead
4711 of a specific set of keywords, to be more future-safe.
4712
4713 (c-Pike-pikedoc-paragraph-start)
4714 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4715 pikedoc markup.
4716
4717 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
4718
4719 (pike-mode): Initialize paragraph settings pikedoc recognition.
4720
4721 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4722
4723 (c-comment-prefix-regexp): Made it possible to use an
4724 association list on this to specify mode specific regexps.
4725 The default value now use a special regexp in Pike mode to
4726 recognize pikedoc markup.
4727
4728 (c-current-comment-prefix): New variable containing the actual
4729 regexp from c-comment-prefix-regexp for the current buffer.
4730
4731 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4732
4733 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4734 lists: We can't look at the syntax, since a brace list can get
4735 recognized as a plain statement-cont.
4736
4737 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4738 special brace list opener broken over two lines got recognized
4739 as a statement on the second line. Case 9A changed.
4740
4741 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4742
4743 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4744 adjustment after line is reindented.
4745
4746 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4747
4748 * cc-defs.el (c-point): Added optional argument for position
4749 to use instead of the current point.
4750
4751 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4752 the in-expression block symbols when the construct starts at
4753 boi, to avoid the extra level of indentation in that case.
4754 Cases 4, 16A and 17E affected.
4755
4756 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4757
4758 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
4759 calls to `c-indent-line', to adhere better to Emacs conventions.
4760
4761 * cc-engine.el (c-indent-line): Use the syntax already bound
4762 to `c-syntactic-context', if there is any.
4763
4764 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4765
4766 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4767 wasn't added up correctly when a lineup function returned nil.
4768
4769 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4770
4771 * cc-engine.el (c-collect-line-comments): Fixed bug where
4772 empty lines were ignored when collecting line comments backwards.
4773
4774 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4775
4776 * cc-align.el (c-lineup-dont-change): Return an absolute
4777 indentation column to work correctly in the case when several
4778 syntactic elements are processed for the same line.
4779
4780 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4781 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4782 (c-set-offset): Added absolute indentation column settings by
4783 using the vector type.
4784
4785 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4786
4787 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4788 Implemented two new cleanups `space-before-funcall' and
4789 `compact-empty-funcall'.
4790
4791 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4792
4793 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4794 helping building regexps.
4795
4796 * cc-engine.el (c-on-identifier): New function for detecting
4797 identifiers. It takes keywords into account.
4798
4799 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4800 lists. `c-keywords' is set to a regexp matching all keywords
4801 in the current language.
4802
4803 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4804
4805 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4806 list of characters to skip backwards over at the beginning of
4807 a statement, since it can precede string literals in Pike.
4808
4809 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4810
4811 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4812 recognition when standing on the last line in a C++ comment
4813 with nothing but whitespace after the prefix.
4814
4815 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4816 given no limit argument.
4817
4818 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4819
4820 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4821 recognition for the `[]= operator symbol in Pike.
4822
4823 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4824
4825 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4826 around a bug in `eval-when-compile' in the byte compiler.
4827
4828 * cc-engine.el (c-forward-token-1): Fixed bug with return
4829 value when count is zero and there's no token start within the limit.
4830
4831 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4832 "prefix comments", i.e. comments which are followed by code on
4833 the same line.
4834
4835 * cc-mode-19.el: Fixes so that checks that must be done at
4836 compile time also are done then.
4837
4838 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4839
4840 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4841 time and at runtime, and only when it's needed.
4842
4843 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4844
4845 Major cleanup for less error prone and more warning free
4846 compilation, including some fixes for bugs due to different
4847 compilation orders. Thanks to Martin Buchholz for providing
4848 the basis for all this.
4849
4850 * cc-bytecomp.el: New file that provides some byte compilation
4851 features: It ensures that files always are loaded from the
4852 current source directory during compilation, and it provides a
4853 set of macros to turn off specific compiler warnings for
4854 specific symbols. (It's not CC Mode specific in any way.)
4855
4856 Fixed a nearly acyclic dependency tree (both runtime and
4857 compile-time) between all files.
4858
4859 * cc-defs.el: Separated all macros before the inline functions,
4860 to ensure correct compilation.
4861
4862 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4863 cc-defs.el to cc-engine.el and made it a function instead.
4864
4865 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4866 about char-after.
4867
4868 * cc-vars.el: Cope even when there isn't a custom package
4869 containing defcustom available.
4870
4871 * cc-make.el: Removed since it's no longer necessary.
4872
4873 README: Updated installation instructions.
4874
4875 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4876
4877 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4878 improve the modularity: Moved all mode init stuff from
4879 cc-langs.el to cc-mode.el, including the keymap
4880 initialization; cc-langs now only contains the various
4881 variables for configuring the language syntax.
4882
4883 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4884 (c-get-offset): Moved from cc-styles to cc-engine since file
4885 dependency analysis suggests they belong there (which also
4886 makes more sense). Thanks to Martin Buchholz for doing the analysis.
4887
4888 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4889
4890 * cc-cmds.el (c-fn-region-is-active-p): New function that
4891 wraps the corresponding macro, for use in places that aren't
4892 compiled. Thanks to Martin Buchholz for pointing out this.
4893
4894 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
4895
4896 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4897 add things to the bug report.
4898
4899 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4900
4901 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4902 returned prefix could contain a newline when the search for a
4903 good prefix line failed.
4904
4905 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4906
4907 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4908 (c-toggle-auto-hungry-state): Made the argument optional, as
4909 the documentation says it is.
4910
4911 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4912
4913 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4914 multiline string syntax, #"...", as a cpp macro.
4915
4916 2001-03-21 Paul Eggert <eggert@twinsun.com>
4917
4918 * international/mule-cmds.el (set-locale-environment):
4919 Set system-messages-locale and system-time-locale, but only if the
4920 caller specifies a non-nil locale name.
4921
4922 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4923
4924 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
4925 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
4926
4927 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4928
4929 * follow.el (follow-avoid-tail-recenter): Doc fix.
4930
4931 * custom.el (custom-set-variables): Avoid reversing the list
4932 of args needlessly.
4933
4934 * startup.el (fancy-splash-head): Don't change the colors of the
4935 XPM image on a dark background.
4936
4937 * comint.el (comint-exec-1): Set columns of the terminal to
4938 window-width instead of frame-width.
4939
4940 * info.el (Info-scroll-down): Add missing WINDOW arg for
4941 pos-visible-in-window-p.
4942
4943 * ehelp.el (electric-help-mode-hook): Add defcustom.
4944
4945 * mail/sendmail.el (mail-mode): Activate case-folding in
4946 font-lock-defaults.
4947
4948 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4949
4950 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4951 (completion-ignored-extensions): Remove duplicate ".class".
4952
4953 2001-03-19 Andreas Schwab <schwab@suse.de>
4954
4955 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4956 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4957
4958 2001-03-19 Gerd Moellmann <gerd@gnu.org>
4959
4960 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4961 methods since there are not prefix input methods.
4962
4963 2001-03-19 Kenichi Handa <handa@etl.go.jp>
4964
4965 * international/mule-cmds.el (read-input-method-name):
4966 Locally bind enable-recursive-minibuffers to t.
4967
4968 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4969
4970 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4971
4972 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
4973
4974 * ediff-util.el: Copyright years.
4975 (ediff-choose-syntax-table): New function.
4976 (ediff-setup): Use ediff-choose-syntax-table.
4977
4978 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4979 with-syntax-table.
4980
4981 * ediff.el: Date of last update, copyright years.
4982
4983 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4984
4985 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4986 of Scott Bronson.
4987 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4988 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4989 Deleted functions.
4990 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4991 ex-token-list.
4992
4993 * viper-util.el: Spaces, indentation.
4994
4995 * viper.el: Changed version, modification time.
4996
4997 2001-03-16 John Wiegley <johnw@gnu.org>
4998
4999 * calendar/timeclock.el (timeclock-workday-remaining):
5000 Check whether `discrep' is non-null before using it.
5001
5002 2001-03-16 John Wiegley <johnw@gnu.org>
5003
5004 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
5005 first-time checkins.
5006 (timeclock-log-data): Fixed problem with reading timelog log file.
5007 Resulting data in the "day list" was incorrect.
5008 (timeclock-find-discrep): Check if `timeclock-file' is readable
5009 before opening it.
5010 (timeclock-time-less-p): New function.
5011 (timeclock-day-base): New function.
5012 (timeclock-geometric-mean): New function.
5013 (timeclock-generate-report): Generate a summary report based on
5014 the contents of the log file. This uses `timeclock-log-data', and
5015 is an example of writing a timelog manipulation function.
5016 (timeclock-visit-timelog): A quick command for opening the timelog
5017 file.
5018 (timeclock-log-data): Bound the variable event.
5019
5020 2001-03-16 Kenichi Handa <handa@etl.go.jp>
5021
5022 * international/mule-cmds.el (select-safe-coding-system):
5023 Fix typo: symbol-name -> symbol-value.
5024
5025 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
5026 before substitute-in-file-name to handle double slashes in FILE
5027 correctly.
5028
5029 2001-03-15 Gerd Moellmann <gerd@gnu.org>
5030
5031 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
5032 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5033
5034 2001-03-14 Gerd Moellmann <gerd@gnu.org>
5035
5036 * bindings.el (features): Add `md5' and `overlay' to the list.
5037
5038 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
5039 bound before using it. It's not bound when configured without X,
5040 for instance.
5041
5042 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
5043
5044 * progmodes/hideshow.el: Update copyright.
5045 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
5046 (hs-minor-mode-hook): Include `:version' in defcustom form.
5047
5048 2001-03-13 Gerd Moellmann <gerd@gnu.org>
5049
5050 * help.el (string-key-binding): Don't call event-start on
5051 a non-list.
5052
5053 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
5054
5055 * startup.el (fancy-splash-tail, command-line-1): Fix the
5056 copyright year.
5057
5058 2001-03-13 Kenichi Handa <handa@etl.go.jp>
5059
5060 * term.el: These changes are based on a patch sent from Yong Lu
5061 <lyongu@yahoo.com>.
5062 (term-set-escape-char): Bind M-x to execute-extended-command in
5063 term-raw-escape-map.
5064 (term-move-columns): Don't try to move to negagive column.
5065 (term-emulate-terminal): Insert a string before deleting a text to
5066 overwrite.
5067
5068 2001-03-12 Gerd Moellmann <gerd@gnu.org>
5069
5070 * play/life.el (life): Rearrange code so that all calls to
5071 life-display-generation are in a catch-form.
5072
5073 * progmodes/etags.el (tags-loop-continue): Don't change point in a
5074 file that isn't interesting. In an interesting file, push the old
5075 value of point on the mark ring.
5076
5077 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
5078 New function.
5079 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
5080 Use it.
5081
5082 * emacs-lisp/autoload.el (generate-file-autoloads):
5083 Remove warning about line lengths.
5084
5085 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5086
5087 * progmodes/etags.el (tags-compression-info-list): New variable.
5088 (find-tag-in-order): Use it to deal with compressed source files.
5089 (tag-file-name-match-p): New function.
5090 (etags-recognize-tags-table): Use it for better match of file names.
5091
5092 2001-03-12 Kenichi Handa <handa@etl.go.jp>
5093
5094 * international/mule-cmds.el (register-input-method): Doc fix.
5095
5096 * international/quail.el (quail-translate-key): Fix condition to
5097 check if there's another breaking point in the current key.
5098
5099 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
5100
5101 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
5102 Babyl header to the newly-created output file, bind
5103 coding-system-for-write to either rmail-file-coding-system or
5104 emacs-mule-unix.
5105
5106 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
5107
5108 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5109 Fix the name and regexp used for subsubsections.
5110
5111 2001-03-10 Dave Love <fx@gnu.org>
5112
5113 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5114 and save-buffer if buffer-file-name non-nil. From rms.
5115
5116 2001-03-10 Andre Spiegel <spiegel@gnu.org>
5117
5118 * vc.el (vc-do-command): If the destination buffer is already
5119 current, don't set it up and don't erase it. Updated doc string
5120 to reflect that.
5121 (vc-version-diff): When doing a single file diff, don't switch to the
5122 *vc-diff* buffer before the command. This is to preserve local
5123 variable bindings that might affect the diff command.
5124 (vc-print-log): Don't switch to the *vc* buffer before the
5125 command, so that local variable bindings are preserved.
5126
5127 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
5128 not the current buffer.
5129 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5130
5131 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
5132 make output go to buffer *vc*, not the current buffer.
5133
5134 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5135
5136 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5137 so ^, $, *, ? and + are interpreted correctly.
5138
5139 2001-03-09 Gerd Moellmann <gerd@gnu.org>
5140
5141 * help.el (string-key-binding): Renamed from
5142 mode-line-key-binding. Handle any event on a string.
5143 Check for `keymap' properties as well as `local-map' properties.
5144
5145 * comint.el (comint-insert-clicked-input): Use the last key
5146 from this-command-keys to lookup the global key definition.
5147
5148 2001-03-09 Kenichi Handa <handa@etl.go.jp>
5149
5150 * international/characters.el: Add category `j' for
5151 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5152
5153 * international/mule-conf.el (no-conversion): Fix docstring.
5154 (raw-text): Fix docstring.
5155
5156 2001-03-08 Gerd Moellmann <gerd@gnu.org>
5157
5158 * simple.el (choose-completion-string): When not leaving the
5159 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5160 is set.
5161
5162 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5163 parameter `(minibuffer . t)'.
5164
5165 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5166
5167 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5168 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5169 (sh-mode): Remove `make-local-variable' for unused var
5170 `font-lock-unfontify-region-function'.
5171
5172 2001-03-07 Richard M. Stallman <rms@gnu.org>
5173
5174 * info.el (Info-scroll-down): Fix previous change.
5175
5176 * mail/rmail.el (rmail-toggle-header): Use a window which
5177 is showing the Rmail buffer, rather than the selected window.
5178
5179 2001-03-07 Dave Love <fx@gnu.org>
5180
5181 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5182 now, to avoid problems with binding imenu directly to a mouse event.
5183
5184 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5185
5186 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5187 second arg t.
5188
5189 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5190
5191 * log-edit.el (log-edit-common-indent): New var.
5192 (log-edit-set-common-indentation): Renamed from
5193 log-edit-delete-common-indentation. Use the new var.
5194 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5195
5196 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5197 (cvs-mode-add-change-log-entry-other-window):
5198 Don't presume change-log-default-name is defined.
5199
5200 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5201
5202 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5203 the "tree" operation as well.
5204
5205 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5206
5207 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5208 to match paragraph-start.
5209
5210 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5211 comment-start-skip and set comment-end-skip as well.
5212 (sgml-comment-indent): Fix for new value of comment-start-skip.
5213 (html-autoview-mode): Don't bother using make-local-hook.
5214
5215 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5216
5217 * cus-edit.el (custom-save-delete): Move in front of local
5218 variables, otherwise long Custom entries would make them ineffective.
5219
5220 * uniquify.el: Set maintainer to FSF.
5221
5222 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5223
5224 * dired-aux.el (dired-do-shell-command): Doc fix.
5225
5226 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5227
5228 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5229
5230 * which-func.el (which-func-modes): Add cperl-mode.
5231 (which-func-mode-global): Use define-minor-mode.
5232
5233 * info-look.el: Docstring fixes and dead code eliminated.
5234 (cperl-mode): Add support.
5235 (emacs-lisp-mode): List all entries from elisp manual, whether
5236 or not they are currently (f)bound or not. Update regexp.
5237
5238 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5239
5240 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5241 so that C-h m shows the correct information.
5242 Use make-local-variable rather than make-variable-buffer-local.
5243 (cperl-info-buffer, cperl-setup-tmp-buf):
5244 Use make-local-variable rather than make-variable-buffer-local.
5245 (cperl-msb-fix, cperl-get-help-defer):
5246 Check major-mode for `cperl-mode' as well.
5247
5248 * progmodes/cperl-mode.el: Updated to author version 4.23.
5249 (cperl-electric-pod): SYNOPSIS was misspelled.
5250 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5251 (cperl-after-expr-p): Make true after __END__.
5252
5253 2001-03-06 Gerd Moellmann <gerd@gnu.org>
5254
5255 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
5256 bookmark-completion-ignore-case is t.
5257
5258 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5259 switch, like xterm, and concat resource strings, with a newline
5260 between them.
5261
5262 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5263
5264 * international/codepage.el (cp770-decode-table)
5265 (cp773-decode-table, cp774-decode-table): New variables.
5266
5267 * man.el (Man-hyphenated-reference-regexp): New variable.
5268 (Man-build-references-alist): Use it to search for referenced
5269 manpages. If hyphenated is non-nil, record a concatenated word in
5270 Man-refpages-alist only if it matches Man-reference-regexp.
5271 Update word's length when it is concatenated. Reverse the list,
5272 to get the first manpage at the head.
5273 (Man-possibly-hyphenated-word): New function.
5274 (Man-follow-manual-reference): Use it instead of current-word to
5275 find a manpage at point, in a way that accounts for hyphenated
5276 references.
5277
5278 2001-03-06 Alex Schroeder <alex@gnu.org>
5279
5280 * sql.el (sql-interbase): New function.
5281 (sql-interbase-program): New option.
5282 (sql-interbase-options): New option.
5283 And some typos fixed: "customise" to "customize".
5284
5285 2001-03-06 Dave Love <fx@gnu.org>
5286
5287 * textmodes/flyspell.el (flyspell-region):
5288 Set up flyspell-local-mouse-map.
5289
5290 2001-03-05 Richard M. Stallman <rms@gnu.org>
5291
5292 * mail/rmail.el (rmail-retry-failure):
5293 Don't call rmail-beginning-of-message.
5294 Don't discard From: field. Do discard Received: field.
5295 Use unwind-protect to re-prune.
5296 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
5297
5298 2001-03-06 Kenichi Handa <handa@etl.go.jp>
5299
5300 * international/quail.el (quail-title): Add autoload cookie.
5301
5302 2001-03-05 Dave Love <fx@gnu.org>
5303
5304 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5305 new defs.
5306
5307 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5308
5309 * language/ethio-util.el (ethio-toggle-space):
5310 Update current-input-method-title if necessary.
5311 (ethio-toggle-punctuation): Likewise.
5312
5313 * international/quail.el (quail-title): Fix for the case that a
5314 title of an input method is specified by a list of the same form
5315 as used in mode-line-format.
5316
5317 * international/mule-cmds.el (activate-input-method):
5318 If current-input-method-title is set by activating INPUT-METHOD,
5319 respect that value.
5320
5321 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5322
5323 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5324
5325 2001-03-05 Alex Schroeder <alex@gnu.org>
5326
5327 * sql.el (sql-sybase): Fix typo (was: query user about server two
5328 times instead of server and database).
5329
5330 * sql.el (sql-sybase): Doc change.
5331 (sql-mysql): Doc change.
5332 (sql-postgres): Doc change.
5333
5334 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5335
5336 * international/mule-conf.el (emacs-mule, raw-text):
5337 Docstring modified.
5338
5339 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5340
5341 * term/internal.el: Update copyright notice.
5342
5343 * term/pc-win.el: Update copyright notice.
5344
5345 2001-03-02 Dave Love <fx@gnu.org>
5346
5347 * files.el (insert-file-contents-literally):
5348 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5349 not jka-compr-compression-info-list.
5350
5351 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5352
5353 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5354 spaces in default comment-start-skip settings rather than \s-.
5355
5356 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5357
5358 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5359 default-frame-alist as well.
5360
5361 2001-03-01 Dave Love <fx@gnu.org>
5362
5363 * textmodes/reftex.el (defvar): Wrap some defvars in
5364 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5365
5366 * subr.el (event-basic-type): Doc fix.
5367
5368 * international/quail.el: Doc fixes.
5369
5370 * international/utf-8.el: Doc fixes.
5371
5372 * international/mule-cmds.el: Doc fixes.
5373 (leim-list-header): Fix header text.
5374
5375 * international/mule.el (coding-system-category): Doc fix.
5376
5377 * international/ccl.el (ccl-compile): Doc fix.
5378
5379 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5380
5381 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5382 rather than (before|after)-change-functions.
5383
5384 2001-03-01 Gerd Moellmann <gerd@gnu.org>
5385
5386 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5387 scroll-left and scroll-right being called interactively so that
5388 they set the window's min_hscroll.
5389
5390 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5391
5392 * info.el (info-insert-file-contents-1): Accept an additional
5393 argument `lfn': if it is non-nil, concatenate `filename' and
5394 `suffix'; otherwise use the complicated MS-DOS code.
5395 All callers changed.
5396 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5397 can access long file names, try the long file-name version of
5398 `info-insert-file-contents-1', then the short file-name version.
5399
5400 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
5401
5402 * language/ethio-util.el (setup-ethiopic-environment-internal):
5403 Change bindings of functions keys to conform to "Emacs Lisp Coding
5404 Convention".
5405
5406 * language/ethiopic.el ("Ethiopic"): Add documentation.
5407
5408 2001-02-28 Kenichi Handa <handa@etl.go.jp>
5409
5410 * international/utf-8.el (mule-utf-8): Set coding-category
5411 property to coding-category-utf-8.
5412
5413 2001-02-27 Richard M. Stallman <rms@gnu.org>
5414
5415 * lpr.el (lpr-page-header-switches, print-region-1):
5416 Undo 2000-07-06 change.
5417 (lpr-add-switches): Default to t on gnu/linux.
5418
5419 2001-02-27 Gerd Moellmann <gerd@gnu.org>
5420
5421 * bs.el (bs-attributes-list): Doc fix.
5422
5423 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5424
5425 * help.el (describe-project): Display the file THE-GNU-PROJECT.
5426
5427 * help.el (view-order-manuals): Use goto-address.
5428
5429 * startup.el (command-line-1): Add info about ordering manuals
5430 to the not so fancy splash screens.
5431
5432 2001-02-26 Andre Spiegel <spiegel@gnu.org>
5433
5434 * vc.el (vc-default-workfile-unchanged-p)
5435 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
5436
5437 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5438
5439 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
5440 fontify in the right buffer.
5441
5442 * allout.el (outline-flag-region): Move macro in front of first
5443 use to avoid a run-time error.
5444
5445 2001-02-24 Andrew Innes <andrewi@gnu.org>
5446
5447 * makefile.w32-in: Fix copyright notice.
5448
5449 2001-02-24 Kenichi Handa <handa@etl.go.jp>
5450
5451 * international/utf-8.el (mule-utf-8): Set correct value for
5452 valid-codes property.
5453
5454 * international/fontset.el (x-complement-fontset-spec): In the
5455 case that we use ASCII font for the other charsets, use only
5456 family and registry part of it.
5457
5458 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5459
5460 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5461 (shrink-window-if-larger-than-buffer): Doc fix.
5462
5463 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5464
5465 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5466 predicate passed to completing-read.
5467
5468 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5469
5470 * startup.el (command-line): Fix last change.
5471
5472 2001-02-23 Jason Rumney <jasonr@gnu.org>
5473
5474 * startup.el (tool-bar-originally-present): New variable.
5475 (command-line): Set it if the tool-bar is switched on at startup.
5476
5477 * frame.el (frame-notice-user-settings): Only adjust frame height
5478 for no tool-bar case if tool-bar was originally switched on.
5479 From E. Jay Berkenbilt.
5480
5481 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5482
5483 * server.el (server-switch-buffer): Only switch window if the
5484 current one is dedicated.
5485
5486 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5487 rather than using (match-beginning 0) when searching for break point.
5488
5489 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5490
5491 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5492 @ follows an accent command such as @'. Support optional braces
5493 in commands that insert accents, like makeinfo does.
5494
5495 2001-02-22 Gerd Moellmann <gerd@gnu.org>
5496
5497 * startup.el (fancy-splash-text): Add a line for ordering
5498 manuals. Reverse order of splash screens shown.
5499 (use-fancy-splash-screens-p): Adapt to the text line added.
5500
5501 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5502 manuals from the FSF.
5503
5504 * help.el (view-order-manuals): New function.
5505 (toplevel): Bind C-h C-m to this function.
5506
5507 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5508
5509 * newcomment.el (comment-forward): Skip the comment-start before
5510 searching for the comment-end.
5511
5512 2001-02-21 Dave Love <fx@gnu.org>
5513
5514 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5515
5516 * international/mule-cmds.el, international/mule.el: Doc fixes.
5517
5518 2001-02-21 Gerd Moellmann <gerd@gnu.org>
5519
5520 * startup.el (fancy-splash-screens): Use display-hourglass
5521 instead of display-busy-cursor.
5522
5523 * frame.el (display-hourglass): Renamed from busy-cursor.
5524 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5525 (show-cursor-in-non-selected-windows): Doc fix.
5526
5527 2001-02-20 Dave Love <fx@gnu.org>
5528
5529 * international/utf-8.el: Doc and commentary fixes.
5530
5531 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5532
5533 * ehelp.el (with-electric-help): Doc fix.
5534
5535 2001-02-20 Gerd Moellmann <gerd@gnu.org>
5536
5537 * msb.el (msb-mode): Call the update-buffers function explicitly
5538 with a FORCE argument.
5539
5540 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5541 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5542 returns nil.
5543
5544 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5545
5546 * ps-print.el: Timestamp package replacement. Some enhancements.
5547 Some XEmacs compatibility. Doc fix.
5548 (ps-print-version): New version number (6.4).
5549 (ps-printer-name): Initialization fix.
5550 (ps-zebra-stripe-follow): Funcionality enhancement.
5551 (ps-prologue-file): Code enhancement.
5552 (ps-right-header): Timestamp package replacement.
5553 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5554 (ps-get-page-dimensions)
5555 (ps-generate-header, ps-begin-file, ps-begin-job)
5556 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5557 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5558 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5559 (coding-system-for-write): Var declaration (XEmacs compatibility).
5560
5561 2001-02-20 Miles Bader <miles@gnu.org>
5562
5563 * image-file.el (image-file-name-extensions): Add "tif".
5564
5565 2001-02-19 Gerd Moellmann <gerd@gnu.org>
5566
5567 * wid-edit.el (widget-button-click): Save the selected window
5568 around the code handling clicks on buttons.
5569
5570 2001-02-18 Dave Love <fx@gnu.org>
5571
5572 * imenu.el (imenu--generic-function): Use mapc to iterate over
5573 syntax characters.
5574
5575 2001-02-17 Richard M. Stallman <rms@gnu.org>
5576
5577 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5578
5579 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5580
5581 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5582
5583 * mouse.el (mouse-save-then-kill): If the distance from the new
5584 point to the mark is equal to the distance of point from the new
5585 point, move point instead of the mark.
5586
5587 2001-02-16 Dave Love <fx@gnu.org>
5588
5589 * textmodes/flyspell.el (flyspell-get-word): Return string without
5590 properties.
5591
5592 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5593
5594 * generic.el (generic-find-file-regexp): Doc fix.
5595 (generic-ignore-files-regexp): New defcustom.
5596 (generic-mode-find-file-hook): If the file's name matches the
5597 regexp in `generic-ignore-files-regexp', don't enter
5598 default-generic-mode. Doc fix.
5599
5600 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5601
5602 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
5603 Add autoload cookies.
5604
5605 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
5606 of cal-tex-24.
5607
5608 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5609
5610 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5611
5612 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5613 the character class after the (optional) drive, to support file
5614 names with embedded blanks.
5615
5616 2001-02-15 Sam Steingold <sds@gnu.org>
5617
5618 * textmodes/tex-mode.el (tex-shell-running):
5619 Check the process buffer too.
5620
5621 2001-02-15 Dave Love <fx@gnu.org>
5622
5623 * battery.el (battery-status-function): Fix doc, :type.
5624
5625 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
5626
5627 2001-02-15 Gerd Moellmann <gerd@gnu.org>
5628
5629 * subr.el (read-passwd): Clear Lisp memory holding password.
5630
5631 2001-02-15 Miles Bader <miles@gnu.org>
5632
5633 * info.el (Info-copy-current-node-name): New function.
5634 (Info-mode-menu): Add it to the menu.
5635
5636 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5637
5638 * international/mule-cmds.el (toggle-input-method): Doc fix.
5639
5640 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5641
5642 * replace.el (occur): Stop at end of buffer.
5643
5644 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5645
5646 * international/mule-cmds.el (set-input-method): Another doc fix.
5647
5648 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5649
5650 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5651
5652 2001-02-13 Miles Bader <miles@gnu.org>
5653
5654 * faces.el (set-face-background, set-face-foreground)
5655 (set-face-stipple): Treat a value of nil as being `unspecified'.
5656
5657 2001-02-12 Dave Love <d.love@dl.ac.uk>
5658
5659 * international/latin1-disp.el: Doc fixes.
5660 (latin1-display) <defgroup>: Add :link.
5661 (latin1-display) <function>: Set variable latin1-display.
5662
5663 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5664
5665 * international/mule-cmds.el (set-input-method): Doc fix.
5666
5667 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5668
5669 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5670 (speedbar-line-file): Return nil if not a file.
5671 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5672
5673 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
5674
5675 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5676 for remote files.
5677 (ediff-coding-system-for-read): Replaced the no-conversion default
5678 with raw-text.
5679
5680 * ediff-init.el: Removed :version from defcustom vars.
5681
5682 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5683 Better handling of the diff mode.
5684
5685 * ediff.texi: Added ediff-coding-system-for-read.
5686
5687 * viper.texi: Fix typos.
5688
5689 2001-02-11 Dave Love <fx@gnu.org>
5690
5691 * shadowfile.el: Doc fixes.
5692 (shadow) <defgroup>: Add :link.
5693 (shadowfile-unload-hook): New function.
5694 (shadow-initialize): Use defalias, not fset.
5695 (shadow-define-cluster, shadow-define-literal-group)
5696 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
5697
5698 * international/mule.el: Doc and message fixes.
5699
5700 * international/ccl.el (define-ccl-program): Doc fix.
5701
5702 2001-02-11 Kenichi Handa <handa@etl.go.jp>
5703
5704 * faces.el (mode-line): Set :line-width property to -1.
5705
5706 2001-02-10 Richard M. Stallman <rms@gnu.org>
5707
5708 * complete.el (partial-completion-mode): Doc fix.
5709
5710 * simple.el (delete-key-deletes-forward-mode):
5711 Change `let' to `let*' to fix gross bug in last change.
5712
5713 * repeat.el (repeat): Don't let execute-kbd-macro alter
5714 real-last-command.
5715
5716 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5717
5718 * simple.el (eval-expression): Doc fix.
5719
5720 2001-02-09 Dave Love <fx@gnu.org>
5721
5722 * imenu.el (imenu-generic-expression): Doc fix.
5723
5724 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5725 From Juanma Barranquero.
5726
5727 * emacs-lisp/authors.el (authors): Expand `root' before running find.
5728
5729 2001-02-09 Kenichi Handa <handa@etl.go.jp>
5730
5731 * faces.el (set-face-attribute): Describe the case of a negative
5732 value specified for :line-width.
5733
5734 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5735
5736 * which-func.el (which-func-mode): Invert which-func-mode-global.
5737 From Juanma Barranquero <lektu@uol.com.br>.
5738
5739 2001-02-08 Dave Love <fx@gnu.org>
5740
5741 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5742 widget-plist-value-type.
5743 (widget-alist-convert-widget): Replace binding of
5744 widget-alist-value-type.
5745
5746 * textmodes/paragraphs.el (sentence-end): Doc fix.
5747
5748 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5749 Remove `backward-line'.
5750
5751 * play/pong.el (pong-blank-color, pong-bat-color)
5752 (pong-ball-color, pong-border-color, pong-left-key)
5753 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5754 (pong-pause-key, pong-resume-key, pong-timer-delay):
5755 * mail/mh-comp.el (mh-compose-letter-function):
5756 * eshell/esh-mode.el (eshell-skip-prompt-function):
5757 * emulation/viper-ex.el (ex-unix-type-shell-options):
5758 * recentf.el (recentf-menu-filter):
5759 * ps-print.el (ps-print-region-function):
5760 * lpr.el (print-region-function):
5761 * forms.el (forms-mode-hooks):
5762 * dirtrack.el (dirtrack-directory-change-hook):
5763 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5764 * textmodes/spell.el (spell-filter):
5765 * textmodes/fill.el (adaptive-fill-function):
5766 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5767 * progmodes/etags.el (find-tag-default-function):
5768 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
5769 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5770
5771 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5772
5773 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5774 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5775 Meyering <jim@meyering.net>.
5776
5777 * loadup.el: Revert last change.
5778
5779 2001-02-07 Kenichi Handa <handa@etl.go.jp>
5780
5781 * international/mule.el (transform-make-coding-system-args):
5782 Make it work also for coding systems not using CCL.
5783
5784 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5785
5786 * simple.el (previous-matching-history-element)
5787 (next-matching-history-element): Doc fix.
5788
5789 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5790 specific part.
5791
5792 2001-02-06 Dave Love <fx@gnu.org>
5793
5794 * add-log.el (add-log-current-defun-function)
5795 (add-log-buffer-file-name-function, add-log-file-name-function):
5796 Fix :type.
5797 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5798
5799 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5800
5801 * info.el (info-initialize): Remove the test for system-type when
5802 invocation-directory is non-nil.
5803
5804 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5805 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5806
5807 2001-02-06 Andrew Innes <andrewi@gnu.org>
5808
5809 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5810 absolute.
5811
5812 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5813
5814 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5815 buffers. When hi-lock turned on rather than only checking current
5816 buffer for regexps, all buffers are checked. Moved activation of
5817 font-lock to hi-lock-refontify. When font-lock turned off rather
5818 than removing added highlighting just in current buffer, remove it
5819 in all buffers. Changed edit menu text from "Automatic
5820 Highlighting" to "Regexp Highlighting" Documentation for
5821 highlighting phrases, minor documentation changes.
5822 (hi-lock-set-file-patterns): Execute only if there are new or
5823 existing file patterns.
5824 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5825 unfontify and, if a support mode is active, will not refontify the
5826 whole buffer. If necessary, turn on font lock. (Removed
5827 font-lock-unfontify and font-lock support-mode-specific calls,
5828 such as lazy-lock-fontify-window.)
5829 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5830 patterns are found. Not useful now since find-file-hook is removed
5831 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
5832 (hi-lock-face-phrase-buffer): New function. Also added related
5833 menu item and keybinding.
5834 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5835 (hi-lock-process-phrase): New function.
5836 (hi-lock-line-face-buffer): Doc fixes.
5837 (hi-lock-face-buffer): Doc fixes.
5838 (hi-lock-unface-buffer): Doc fixes.
5839
5840 2001-02-06 Gerd Moellmann <gerd@gnu.org>
5841
5842 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5843 dabbrev-ignored-regexps.
5844
5845 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5846
5847 * simple.el (kill-line): Doc fix.
5848
5849 2001-02-05 Dave Love <fx@gnu.org>
5850
5851 * loadup.el: Revert last two changes -- bootstrapping works with
5852 regenerated loaddefs.
5853
5854 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5855
5856 * isearch.el (isearch-forward): Doc fix.
5857
5858 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5859 of font-lock-defaults to backward-paragraph.
5860
5861 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5862
5863 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5864 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5865
5866 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5867
5868 * ebnf2ps.el: Eliminate time-stamp functions.
5869 (ebnf-version): New version (3.5).
5870 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5871 format-time-string.
5872
5873 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5874
5875 * simple.el (next-line): Goto end-of-line before inserting a newline.
5876
5877 2001-02-05 Miles Bader <miles@gnu.org>
5878
5879 * image-file.el (insert-image-file): When visiting an image, also
5880 set `truncate-lines' to t so that any fringe arrow looks correct.
5881
5882 2001-02-05 Kenichi Handa <handa@etl.go.jp>
5883
5884 * isearch.el (isearch-forward): Add description about input method
5885 in the docsting.
5886
5887 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5888
5889 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5890
5891 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5892
5893 * info.el (info-initialize): If installation-directory is nil, for
5894 DOS/Windows systems try looking in a sibling of invocation-directory.
5895
5896 2001-02-02 Gerd Moellmann <gerd@gnu.org>
5897
5898 * wid-edit.el (widget-button-click): Fix last change.
5899
5900 * frame.el (frame-notice-user-settings): When resizing the initial
5901 frame because the tool bar is off, also change the frame's top
5902 position if a negative top position was specified.
5903
5904 2001-02-02 Miles Bader <miles@gnu.org>
5905
5906 * image-file.el (insert-image-file): When visiting an image,
5907 suppress the cursor in the image buffer.
5908
5909 2001-02-01 Dave Love <fx@gnu.org>
5910
5911 * progmodes/f90.el (f90-mode): Remove startup message.
5912
5913 * vc-cvs.el: Remove autoloads. Require vc when compiling.
5914
5915 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5916
5917 * startup.el (command-line): Fix code determining whether or not
5918 to use delete-key-deletes-forward-mode.
5919
5920 2001-02-01 Andre Spiegel <spiegel@gnu.org>
5921
5922 * vc.el (vc-diff-switches): New user option.
5923 (vc-version-diff): Use it.
5924 (vc-diff-switches-list): New macro.
5925
5926 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5927 New customization options.
5928 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5929
5930 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5931
5932 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5933
5934 * msb.el (toplevel): Quote hook symbols.
5935
5936 2001-02-01 Kenichi Handa <handa@etl.go.jp>
5937
5938 * international/mule.el (make-coding-system): Add description
5939 about recognized properties in the docstring.
5940
5941 * international/mule-conf.el: Remove unused charsets
5942 mac-roman-lower and mac-roman-upper.
5943
5944 2001-01-31 Gerd Moellmann <gerd@gnu.org>
5945
5946 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5947 is in front of the left-margin, if any.
5948
5949 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5950 like `delete'.
5951
5952 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
5953
5954 * term/w32-win.el (mouse-set-font): Doc fix.
5955
5956 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
5957
5958 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5959 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5960 on already.
5961
5962 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
5963
5964 * files.el (save-buffer): Don't give message if (buffer-file-name)
5965 returns nil.
5966
5967 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5968
5969 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5970
5971 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5972 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5973
5974 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5975 display problems.
5976
5977 2001-01-31 Kenichi Handa <handa@etl.go.jp>
5978
5979 * international/mule.el (charset-info): Fix docstring.
5980
5981 * international/mule-diag.el (describe-character-set): Check final
5982 char valid before printing it.
5983
5984 2001-01-30 Gerd Moellmann <gerd@gnu.org>
5985
5986 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5987
5988 * frame.el (frame-notice-user-settings): Do the tool-bar
5989 stuff only for graphical displays. Fix a braino.
5990
5991 * frame.el (frame-initialize): Create initial frame visible.
5992 (frame-notice-user-settings): When tool-bar has been switched off,
5993 correct the frame size and sync tool-bar-mode.
5994
5995 * startup.el (command-line): Remove manipulation of frame
5996 height for tool bars.
5997
5998 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5999
6000 * lpr.el: Compatibility with XEmacs and doc fixes.
6001 (lpr-windows-system, lpr-lp-system): New vars.
6002 (lpr-printer-switch): New defcustom.
6003 (printer-name, lpr-command): Customization fix.
6004 (print-region-1): Code fix.
6005 (print-region-new-buffer, printify-region): Indentation fix.
6006 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
6007 New functions.
6008
6009 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6010
6011 * msb.el (toplevel): Fix the eval-after-load.
6012
6013 2001-01-29 Dave Love <fx@gnu.org>
6014
6015 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
6016
6017 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
6018
6019 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
6020 (tcl-using-emacs-19-23): Consider Emacs 21+.
6021 (tcl-help-directory-list, tcl-command-switches): Fix :type.
6022 (tcl-add-emacs-menu): Supply menu name.
6023 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
6024
6025 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6026
6027 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
6028
6029 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
6030
6031 * pcvs.el (cvs-mark-fis-dead): New function.
6032 (cvs-mode-add): Use it.
6033 (cvs-mode-add-change-log-entry-other-window):
6034 Rebind change-log-default-name to itself rather than to nil.
6035
6036 2001-01-29 Sam Steingold <sds@gnu.org>
6037
6038 * vc-cvs.el: Replaced (require 'vc) with a bunch of
6039 `autoload' statements.
6040
6041 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
6042
6043 * files.el (confirm-kill-emacs): Doc fix.
6044
6045 * frame.el (frame-initialize): Doc fix.
6046
6047 * time-stamp.el (time-stamp-string): Doc fix.
6048
6049 * woman.el (WoMan-log-1): Make the log buffer writable.
6050 From Markus Rost <rost@math.ohio-state.edu>.
6051
6052 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6053
6054 * imenu.el (imenu-syntax-alist): Add autoload cookie for
6055 the `make-variable-buffer-local'.
6056
6057 2001-01-29 Dave Love <fx@gnu.org>
6058
6059 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
6060 (ansi-color-for-comint-mode-on, ansi-color-process-output):
6061 Add autoload cookie.
6062 (ansi-color-apply-sequence): Fix typo.
6063
6064 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6065
6066 * menu-bar.el (menu-bar-files-menu): Add menu items for
6067 Postscript printing in black and white.
6068
6069 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
6070 X-Mailman-Version, Precedence, List-Help, List-Post,
6071 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6072 Content-Type, Content-Length.
6073
6074 2001-01-29 Dave Love <fx@gnu.org>
6075
6076 * elide-head.el (elide-head): Make overlay evaporate.
6077
6078 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
6079
6080 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
6081
6082 * isearch.el (isearch-highlight): Don't punt if the display
6083 doesn't support colors, since isearch faces are defined for
6084 monochrome displays as well.
6085
6086 2001-01-27 Sam Steingold <sds@gnu.org>
6087
6088 * shell.el (shell-write-history-on-exit): Make sure that we are in
6089 the shell buffer (M-x tex-file RET inserted the error message into
6090 the TeX buffer).
6091
6092 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6093
6094 * simple.el (transient-mark-mode): Doc fix.
6095
6096 2001-01-27 Gerd Moellmann <gerd@gnu.org>
6097
6098 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
6099
6100 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6101
6102 * shell.el (shell-unquote-argument): If the shell is one of the
6103 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
6104 quote character.
6105 (shell-dumb-shell-regexp): Document that the shells which match
6106 this regexp are supposed to not treat a backslash as a quote character.
6107
6108 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
6109 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
6110
6111 2001-01-27 Richard M. Stallman <rms@gnu.org>
6112
6113 * dabbrev.el (dabbrev--substitute-expansion):
6114 Treat a one-capital-letter abbrev as "not all upper case",
6115 so as to force preservation of the expansion's pattern
6116 if the expansion starts with a capital letter.
6117
6118 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6119
6120 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6121 Doc fix.
6122
6123 * simple.el (transient-mark-mode): Document the fact that many
6124 commands act on the region when mark is active.
6125
6126 2001-01-27 Kenichi Handa <handa@etl.go.jp>
6127
6128 * international/quail.el (quail-setup-completion-buf): Make the
6129 multibyteness of current buffer inherited to Quail completion buffer.
6130 (quail-show-guidance-buf): Make the multibyteness of current
6131 buffer inherited to Quail guidance buffer.
6132 (quail-help): Make the multibyteness of current buffer inherited
6133 to Quail help buffer.
6134
6135 2001-01-26 Dave Love <fx@gnu.org>
6136
6137 * time-stamp.el: Doc fixes.
6138
6139 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
6140 (delphi-keyword-face, delphi-other-face): Fix :type.
6141
6142 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6143
6144 * mail/feedmail.el (feedmail): Add :link.
6145 (feedmail-send-it): Doc fix.
6146
6147 * mail/sendmail.el: Doc fixes.
6148 (sendmail-send-it): Fix the non-ASCII regexp and use
6149 rfc2047-encode-string.
6150
6151 * dired.el, dired-aux.el: Revert last change.
6152
6153 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6154
6155 * makefile.w32-in (DONTCOMPILE): Add various term files.
6156
6157 2001-01-26 Dave Love <fx@gnu.org>
6158
6159 * Makefile.in (DONTCOMPILE): Add various term files.
6160
6161 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6162
6163 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6164
6165 * startup.el (display-startup-echo-area-message): Make sure
6166 the echo area is resized to fit the size of the startup message.
6167
6168 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6169 part of which is a constant.
6170
6171 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6172
6173 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
6174
6175 2001-01-26 Richard M. Stallman <rms@gnu.org>
6176
6177 * simple.el (next-line): Don't let `newline' expand abbrevs.
6178 Simplify slightly.
6179 (open-line): Don't let `newline' expand abbrevs.
6180
6181 2001-01-25 John Wiegley <johnw@gnu.org>
6182
6183 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6184 to `repeat' in the :type field.
6185
6186 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6187 allow a choice of regexp or nil.
6188 (pcomplete-dir-ignore): Same.
6189
6190 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6191 a command) to always fail.
6192
6193 2001-01-25 Gerd Moellmann <gerd@gnu.org>
6194
6195 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6196 discard the result.
6197 (iswitchb-to-end): Likewise.
6198
6199 2001-01-25 Sam Steingold <sds@gnu.org>
6200
6201 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
6202 Require vc.
6203
6204 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6205
6206 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6207
6208 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6209
6210 2001-01-25 Dave Love <fx@gnu.org>
6211
6212 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6213 (describe-coding-system): Tweak the English text.
6214
6215 * loadup.el: Preload international/ccl for utf-8.
6216
6217 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6218
6219 * mail/rmail.el (rmail-redecode-body): Doc fix.
6220
6221 2001-01-25 Kenichi Handa <handa@etl.go.jp>
6222
6223 * international/mule-cmds.el (reset-language-environment):
6224 Reset coding-category-utf-8 to mule-utf-8.
6225
6226 * international/mule-conf.el (coding-category-utf-8):
6227 Initialize to mule-utf-8.
6228
6229 * loadup.el: Preload international/utf-8.
6230
6231 * international/utf-8.el: New file.
6232
6233 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6234
6235 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6236
6237 2001-01-24 Sam Steingold <sds@gnu.org>
6238
6239 * dired.el (dired-replace-in-string): Removed.
6240 (dired-sort-toggle): Use `replace-regexps-in-string'
6241 instead of `dired-replace-in-string'.
6242
6243 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6244 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
6245
6246 * gs.el (gs-replace-in-string): Removed.
6247 (gs-options): Use `replace-regexps-in-string'
6248 instead of `gs-replace-in-string'.
6249
6250 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6251
6252 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6253 bug report is mailed to an email list and posted to a news group.
6254
6255 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6256
6257 * comint.el (comint-replace-by-expanded-history-before-point):
6258 Fix change of 2000-08-03 to move point to the start of the line again.
6259
6260 * startup.el (tool-bar-images-pixel-height): New variable.
6261 (command-line): After loading the user's init file, when
6262 tool-bar-mode is on, increase the frame's size by some lines for
6263 the tool-bar.
6264
6265 * frame.el (frame-initialize): Create the initial frame invisible.
6266
6267 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6268
6269 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6270 (chinese-big5): MIME:Big5.
6271
6272 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6273
6274 * international/mule-cmds.el (universal-coding-system-argument):
6275 Handle commands with prefix args.
6276
6277 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6278
6279 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6280 being a list of numbers.
6281 (diary-mail-entries): Rewritten.
6282
6283 2001-01-23 Dave Love <fx@gnu.org>
6284
6285 * international/mule.el (make-coding-system): Fix typo.
6286
6287 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6288 Add backward-paragraph as font-lock-beginning-of-syntax-function.
6289
6290 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6291
6292 * font-lock.el (font-lock-mode): Doc fix.
6293
6294 2001-01-23 Kenichi Handa <handa@etl.go.jp>
6295
6296 * international/mule.el (make-translation-table): Fix docstring.
6297
6298 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6299
6300 * mail/rmail.el (rmail-redecode-body): New function.
6301
6302 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6303
6304 2001-01-22 Gerd Moellmann <gerd@gnu.org>
6305
6306 * isearch.el (isearch-lazy-highlight-case-fold-search)
6307 (isearch-lazy-highlight-regexp): New variables.
6308 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6309 case-fold search or regexp search has been toggled.
6310
6311 * wid-edit.el (widget-button-click): Avoid a save-excursion
6312 around running a global binding.
6313
6314 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6315 to 0.25.
6316
6317 2001-01-20 Miles Bader <miles@gnu.org>
6318
6319 * cus-edit.el (custom-face-save): Do post-processing on the face's
6320 new value like `custom-face-set' does.
6321
6322 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6323
6324 * mail/emacsbug.el (report-emacs-bug): Report the value of
6325 LC_CTYPE, not LC_TYPE.
6326
6327 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6328 isearch-toggle-regexp and isearch-edit-string to doc string.
6329
6330 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6331
6332 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6333 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6334
6335 * jit-lock.el (jit-lock-fontify-now): Don't bind
6336 font-lock-beginning-of-syntax-function to nil.
6337
6338 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6339
6340 * mail/emacsbug.el (report-emacs-bug): Report values of
6341 locale-coding-system, default-enable-multibyte-characters, and the
6342 environment variables LC_ALL, LC_TYPE, and LANG.
6343
6344 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6345
6346 * font-lock.el (font-lock-default-fontify-region): Fix last change.
6347
6348 * font-lock.el (font-lock-multiline): Default to nil.
6349 (font-lock-default-fontify-region): If font-lock-multiline is
6350 nil, don't check the property `font-lock-multiline'.
6351
6352 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6353 is nil, don't check the `font-lock-multiline' text property.
6354
6355 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6356
6357 * viper.el: Call initial-major-mode on startup.
6358
6359 * ediff.el (ediff-patch-file): Use better defaults.
6360
6361 * ediff-vers.el: Fix for 8+3 DOS file systems.
6362
6363 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
6364
6365 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6366 diff mode, if available.
6367
6368 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6369
6370 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
6371
6372 * ediff-init.el (subst-char-in-string): Define and use it, unless
6373 it's already defined.
6374
6375 2001-01-18 Gerd Moellmann <gerd@gnu.org>
6376
6377 * tooltip.el (tooltip-hide-delay): New user-option.
6378 (tooltip-show): Use tooltip-hide-delay instead of the default.
6379
6380 2001-01-18 Kenichi Handa <handa@etl.go.jp>
6381
6382 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6383 kill-local-variable doesn't work for enable-multibyte-characters.
6384
6385 2001-01-17 Dave Love <fx@gnu.org>
6386
6387 * ediff-init.el (ediff-before-setup-hook)
6388 (ediff-merge-filename-prefix): Add :version.
6389
6390 * international/latin1-disp.el: Require disp-table.
6391 (latin1-display): Fix :set.
6392
6393 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6394
6395 2001-01-17 Gerd Moellmann <gerd@gnu.org>
6396
6397 * isearch.el (isearch-lazy-highlight-initial-delay)
6398 (isearch-lazy-highlight-interval): Default to 0.
6399
6400 2001-01-17 Bob Glickstein <bobg@zanshin.com>
6401
6402 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6403 1 here rather than each time through
6404 isearch-lazy-highlight-new-loop.
6405 (isearch-lazy-highlight-max): Variable deleted.
6406 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6407 isearch-lazy-highlight-max but controls a single invocation of
6408 isearch-lazy-highlight-update.
6409 (isearch-lazy-highlight-wrapped): Variable recreated.
6410 (isearch-lazy-highlight-window-start): New variable.
6411 (isearch-lazy-highlight-cleanup): Restored to behavior of
6412 before 2-Jan.
6413 (isearch-lazy-highlight-remove-overlays): Function deleted;
6414 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6415 behavior removed.
6416 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6417 isearch-lazy-highlight-update in a loop rather than just once.
6418 Test isearch-invalid-regexp here and decide not to start a new
6419 loop, rather than testing it each time through
6420 isearch-lazy-highlight-update.
6421 (isearch-lazy-highlight-search): Function restored.
6422 (isearch-lazy-highlight-update): Get called in a timer loop again,
6423 but this time highlight more than one match each time through.
6424 Only highlight matches in the visible part of the window.
6425 Start at point, move in the direction of the search, and wrap around at
6426 the edge of the window. Use sit-for to force redisplay and ensure
6427 window-start is credible. "Face suppressing" behavior removed;
6428 overlay priorities should make it unnecessary, right?
6429 (isearch-highlight): Face suppressing behavior removed.
6430 (isearch-dehighlight): Face suppressing behavior removed.
6431 (isearch-set-lazy-highlight-faces-at): Removed.
6432
6433 2001-01-17 Kenichi Handa <handa@etl.go.jp>
6434
6435 * language/european.el ("Latin-1"): Make the format of description
6436 about additional language environments same as that of Latin-2.
6437
6438 2001-01-16 Dave Love <fx@gnu.org>
6439
6440 * isearch.el (isearch-lazy-highlight): Add :version.
6441
6442 * simple.el (backward-delete-char-untabify-method)
6443 (next-line-add-newlines): Add :version.
6444
6445 2001-01-16 Gerd Moellmann <gerd@gnu.org>
6446
6447 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6448 Don't bind <delete> otherwise.
6449
6450 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6451 and <delete> via function-key-map.
6452
6453 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6454 Subject line only if point is after the `Subject:'.
6455
6456 2001-01-16 Kenichi Handa <handa@etl.go.jp>
6457
6458 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6459 japanese-jisx0213-2 in `charset' property of this lang. env.
6460
6461 * language/european.el ("Latin-1"): Add description for Dutch and
6462 Spanish lang. env.
6463
6464 * international/mule.el (decode-char): Fix conditions.
6465 (encode-char): Handle eight-bit-control too.
6466 (transform-make-coding-system-args): New function.
6467 (make-coding-system): Accept XEmacs style arguments for CCL base
6468 coding system.
6469
6470 2001-01-15 Gerd Moellmann <gerd@gnu.org>
6471
6472 * progmodes/etags.el (find-tag-noselect): Save the value of
6473 tags-file-name before switching buffers, for the case it has a
6474 buffer-local value.
6475
6476 2001-01-15 Alex Schroeder <alex@gnu.org>
6477
6478 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6479 From Dave Love <fx@gnu.org>.
6480 (ansi-color-for-comint-mode): Fix :version.
6481
6482 2001-01-15 Alex Schroeder <alex@gnu.org>
6483
6484 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6485
6486 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6487
6488 * dired.el (dired-insert-directory): If file-system-info fails,
6489 remove the " free " part, but don't signal an error.
6490
6491 2001-01-12 Sam Steingold <sds@gnu.org>
6492
6493 * bookmark.el (bookmark-maybe-historicize-string):
6494 Use new backquote syntax.
6495
6496 2001-01-12 Richard M. Stallman <rms@gnu.org>
6497
6498 * subr.el (last): Handle a list that doesn't end in nil.
6499
6500 2001-01-12 Sam Steingold <sds@gnu.org>
6501
6502 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6503 to `backward-delete-char-untabify'.
6504
6505 2001-01-12 Dave Love <fx@gnu.org>
6506
6507 * cus-edit.el (customize-menu-create): Fix the :filter following
6508 easymenu change.
6509
6510 * wid-edit.el (function): Add :match-alternatives.
6511 (widget-color-action): Doc fix.
6512
6513 2001-01-12 Gerd Moellmann <gerd@gnu.org>
6514
6515 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6516
6517 2001-01-12 Kenichi Handa <handa@etl.go.jp>
6518
6519 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
6520
6521 * international/ccl.el (define-ccl-program): Fix docstring.
6522
6523 2001-01-11 Dave Love <fx@gnu.org>
6524
6525 * international/mule-cmds.el (standard-display-european-internal):
6526 Set display table for 2208 as for 160.
6527
6528 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6529
6530 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6531 entry for custom-menu-create change.
6532 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6533 don't cons it in the search loop.
6534
6535 * imenu.el (imenu--truncate-items): Revert last change.
6536
6537 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6538
6539 * info.el (Info-setup-header-line): If the node header includes
6540 either Next: or Prev: links, don't show the File: and Node: parts
6541 in the header line.
6542
6543 2001-01-11 Gerd Moellmann <gerd@gnu.org>
6544
6545 * comint.el (comint-goto-process-mark): Don't print a message
6546 when running in batch mode.
6547
6548 * isearch.el (isearch-search): In the condition-case handler for
6549 `error', set isearch-invalid-regexp to the whole error message.
6550
6551 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6552 ensure that eval-after-load works for files dumped with Emacs.
6553
6554 * help.el (load-symbol-file-load-history): New function extracted
6555 from function symbol-file.
6556 (symbol-file): Use it.
6557
6558 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
6559
6560 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6561
6562 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6563 behave as if there were no prefix argument.
6564 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6565 argument were nil.
6566
6567 2001-01-11 Richard M. Stallman <rms@gnu.org>
6568
6569 * isearch.el (isearch-lazy-highlight-update):
6570 Don't look for more potential matches once maximum is exceeded.
6571 Use overlays-in to check correctly for overlap with current match.
6572 Ignore empty matches.
6573
6574 2001-01-11 Miles Bader <miles@gnu.org>
6575
6576 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6577 (ispell-overlay-window, ispell-help, ispell-show-choices)
6578 (ispell-command-loop): Use it instead of `window-height'.
6579
6580 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6581
6582 * files.el (confirm-kill-emacs): New user-option.
6583 (save-buffers-kill-emacs): Ask for final confirmation before
6584 killing Emacs.
6585
6586 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6587 to nil.
6588
6589 2001-01-10 Dave Love <fx@gnu.org>
6590
6591 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6592
6593 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
6594
6595 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6596
6597 * calculator.el (calculator-number-digits): Fix :type.
6598
6599 * vc-cvs.el (vc-cvs-header): Fix :type.
6600 * vc-rcs.el (vc-rcs-header): Fix :type.
6601 * vc-sccs.el (vc-sccs-header): Fix :type.
6602
6603 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6604
6605 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6606
6607 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6608
6609 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6610
6611 * simple.el (set-variable): Force a thorough redisplay for the
6612 case that the variable has an effect on the display, like
6613 `tab-width' has.
6614
6615 2001-01-10 Andre Spiegel <spiegel@gnu.org>
6616
6617 * vc.el: Add documentation for backend interface.
6618
6619 2001-01-10 Kenichi Handa <handa@etl.go.jp>
6620
6621 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6622
6623 * international/mule-conf.el (latin-extra-code-table): Set to t
6624 for \223 and \224.
6625
6626 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6627
6628 * international/mule-cmds.el (locale-language-names): Map "es" to
6629 "Spanish" and "nl" to "Dutch".
6630
6631 2001-01-09 Gerd Moellmann <gerd@gnu.org>
6632
6633 * bindings.el (global-map): Bind <home> to beginning-of-line,
6634 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6635 C-<end> to end-of-buffer.
6636
6637 * language/european.el: Add Dutch and Spanish language info
6638 to be able to use the appropriate tutorials.
6639
6640 2001-01-09 Alex Schroeder <alex@gnu.org>
6641
6642 * ansi-color.el (ansi-color-process-output): Use markers instead
6643 of positions for start and end of region.
6644 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6645 Previously, occasional mistakes happend when fontifying many
6646 chunks of output (eg. ls --color=yes /dev). This happened
6647 whenever an overlay was created up to the end of the region, which
6648 coincided with the process-mark. New text would then be added
6649 within that overlay instead of after it.
6650 (ansi-color-make-extent): Overlays are created with the property
6651 `modification-hooks' set to '(ansi-color-freeze-overlay).
6652 (ansi-color-freeze-overlay): New function. When inserting text at
6653 the end of the overlay, the overlay will resize.
6654
6655 2000-01-09 Alex Schroeder <alex@gnu.org>
6656
6657 * ansi-color.el (ansi-color-process-output): Doc change.
6658 (ansi-color-unfontify-region): Doc change. No longer installed
6659 automatically in font-lock-unfontify-region-function.
6660 (ansi-color-apply): Doc change.
6661 (ansi-color-apply-on-region): Use extents or overlays instead of
6662 text-properties.
6663 (ansi-color-make-extent): New function.
6664 (ansi-color-set-extent-face): New function.
6665
6666 2000-01-09 Alex Schroeder <alex@gnu.org>
6667
6668 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6669 both use ansi-color-process-output, now.
6670 (ansi-color-process-output): Doesn't return string anymore. It is
6671 installed in comint-output-filter-functions for both Emacs and
6672 XEmacs, now.
6673 (ansi-color-unfontify-region): Simplified code removing variables
6674 pos and start-ansi.
6675 (ansi-color-apply): Put text-property ansi-color before putting
6676 text-property face because ansi-color-unfontify-region is called
6677 immediately after the call to put-text-property.
6678 (ansi-color-context-region): Doc change.
6679 (ansi-color-filter-region): Simplified code.
6680 (ansi-color-apply-on-region): Changed start to start-marker, using
6681 a marker explicitly. Put text-property ansi-color before putting
6682 text-property face because ansi-color-unfontify-region is called
6683 immediately after the call to put-text-property.
6684
6685 2000-01-09 Alex Schroeder <alex@gnu.org>
6686
6687 * ansi-color.el (ansi-color-faces-vector): Doc change.
6688 (ansi-color-for-comint-mode): Changed :type property to choice.
6689 (ansi-color-last-context): Removed.
6690 (ansi-color-process-output): Don't use ansi-color-last-context, as
6691 the main functions will store their context now.
6692 (ansi-color-context): Doc change.
6693 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6694 Uses ansi-color-context such that repeated calls will strip
6695 partial escape sequences, too.
6696 (ansi-color-apply): Simplified code. Colorize end of string if
6697 face is not null. Store context in new (FACE STRING) format, such
6698 that repeated calls will strip partial escape sequences, too.
6699 Append faces to face property using ansi-color-apply-sequence such
6700 that cumulative mode actually works.
6701 (ansi-color-context-region): New variable.
6702 (ansi-color-filter-region): Rewrote it based on
6703 ansi-color-apply-on-region. Uses ansi-color-context-region such
6704 that repeated calls will strip partial escape sequences, too.
6705 (ansi-color-apply-on-region): Simplified code. Colorize end of
6706 region if face is not null. Store context in new (FACE POS)
6707 format, such that repeated calls will strip partial escape
6708 sequences, too. Append faces to face property using
6709 ansi-color-apply-sequence such that cumulative mode actually works.
6710 (ansi-color-apply-sequence): New function.
6711 (ansi-color-get-face): When the default face is added to the list
6712 of faces, all previous settings are discarded and the list of
6713 faces is set to '(default).
6714
6715 2000-01-09 Alex Schroeder <alex@gnu.org>
6716
6717 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6718 face, such that ansi-color-apply and ansi-color-apply-on-region
6719 will do the right thing.
6720 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6721 returns nil, set the list of faces back to nil instead of
6722 appending the result of ansi-color-get-face to the front of the list.
6723
6724 2000-01-09 Alex Schroeder <alex@gnu.org>
6725
6726 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6727 (ansi-color-process): Doc change.
6728 (ansi-color-last-context): New buffer-local variable.
6729 (ansi-color-process-output): New function. It is automatically
6730 added to comint-output-filter-functions if this is XEmacs.
6731 (ansi-color-unfontify-region): New optional parameter for XEmacs
6732 compatibility. Check wether font-lock-syntactic-keywords is
6733 boundp before removing the syntax table text property, as XEmacs
6734 doesn't have it.
6735 (ansi-color-filter-region): Doc change.
6736 (ansi-color-apply-on-region): Doc change.
6737 (ansi-color-make-face): New function. Compatibility layer for
6738 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6739 (ansi-color-make-color-map): Use ansi-color-make-face.
6740 (ansi-color-get-face): Avoid face text property '(nil) as results
6741 in an errow for XEmacs.
6742
6743 2000-01-09 Alex Schroeder <alex@gnu.org>
6744
6745 * ansi-color.el (ansi-color-unfontify-region): New function.
6746 Uses text-property ansi-color in order to preserve fontification by
6747 ansi-color. When the package is loaded, a lambda expression is
6748 put onto font-lock-mode-hook. This lambda expression will check
6749 font-lock-unfontify-region-function and replace
6750 font-lock-default-unfontify-region with ansi-color-unfontify-region.
6751 (ansi-color-apply): Add text-property ansi-color in addition to
6752 text-property face.
6753 (ansi-color-apply-on-region): Add text-property ansi-color in
6754 addition to text-property face.
6755 (save-buffer-state): Copy of the macro that is also used by
6756 lazy-lock and font-lock.
6757
6758 (ansi-color-for-comint-mode): New option.
6759 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6760 (ansi-color-for-comint-mode-off): Ditto.
6761 (ansi-color-for-comint-mode-filter): Ditto.
6762 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6763 decide what to do. This function is added to
6764 comint-preoutput-filter-functions when the package is loaded.
6765
6766 (ansi-color-for-shell-mode-set): Removed.
6767 (ansi-color-for-shell-mode): Removed.
6768
6769 2000-01-09 Alex Schroeder <alex@gnu.org>
6770
6771 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6772 the lambda expression from the ansi-color-for-shell-mode :set
6773 property. Additionally, modify shell-mode-hook to enable or
6774 disable font-lock-mode for future shell buffers.
6775 (ansi-color-for-shell-mode): The :set property calls
6776 ansi-color-for-shell-mode-set instead of a lambda expression.
6777
6778 2000-01-09 Alex Schroeder <alex@gnu.org>
6779
6780 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6781 (ansi-color-context): New variable.
6782 (ansi-color-apply): Save context between calls.
6783
6784 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6785
6786 * isearch.el (isearch, isearch-lazy-highlight-face):
6787 New definitions for face colors and attributes.
6788
6789 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6790 of display-mouse-p.
6791
6792 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6793
6794 * international/mule.el (make-coding-system): If the coding system
6795 accepts extra latin codes, register such codes as safe for the
6796 coding system.
6797
6798 2001-01-08 Richard M. Stallman <rms@gnu.org>
6799
6800 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6801 don't mention the file name or the date here, because they are
6802 logged at the start of the file.
6803
6804 2001-01-08 Richard M. Stallman <rms@gnu.org>
6805
6806 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6807 Change screen-width to frame-width.
6808
6809 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6810
6811 * info.el (Info-search): Print the default as part of the prompt.
6812
6813 2001-01-08 Andre Spiegel <spiegel@gnu.org>
6814
6815 * vc.el (vc-default-latest-on-branch-p): New function, replaces
6816 constant implementations in backends.
6817
6818 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6819 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6820
6821 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6822 WRITABLE to EDITABLE.
6823
6824 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6825 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6826 to EDITABLE.
6827
6828 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6829
6830 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
6831 (copyright, copyright-update): Compute the current year at run time.
6832
6833 2001-01-08 Gerd Moellmann <gerd@gnu.org>
6834
6835 * isearch.el (isearch-old-signal-hook): Removed.
6836 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6837 instead of setting signal-hook-function.
6838 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6839
6840 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
6841
6842 * emulation/edt.el: Update to version 4.0. Provide support for
6843 EDT scroll margins at top and bottom of the window. Provide an
6844 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6845 default). Enhance edt-quit, bound to GOLD-q by default, to warn
6846 user when file-related buffer modifications exist.
6847 Provide support for running EDT Emulation in XEmacs.
6848 Provide customize access to some user updatable variables.
6849 Add Commentary section to file header.
6850 Fixed a few minor bugs and cleaned up some code.
6851
6852 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6853 for detecting a keypress that generates an ASCII key sequence.
6854 (Previously, only a keypress that generates a vector was
6855 recognized.) Embed Window Manager name into name of the generated
6856 EDT Emulation initialization file since the initialization file is
6857 Window Manager specific. Add Commentary section to file header.
6858
6859 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6860
6861 * mail/sendmail.el (mail-mode): Doc fix.
6862
6863 * info.el (Info-goto-emacs-command-node): Doc fix.
6864 (Info-goto-emacs-key-command-node): Doc fix.
6865
6866 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6867
6868 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
6869 systems without long file-name support.
6870
6871 2001-01-06 Andrew Innes <andrewi@gnu.org>
6872
6873 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6874
6875 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6876
6877 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6878 (isearch-lazy-highlight-update): Doc fix.
6879
6880 * ffap.el (ffap-bindings): Doc fix.
6881
6882 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6883
6884 2001-01-05 Dave Love <fx@gnu.org>
6885
6886 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6887
6888 2001-01-05 Gerd Moellmann <gerd@gnu.org>
6889
6890 * mouse-drag.el (mouse-drag-safe-scroll):
6891 Bind scroll-preserve-screen-position to nil.
6892
6893 * isearch.el (isearch-old-signal-hook): New variable.
6894 (isearch-mode): Set signal-hook-function to isearch-done.
6895 (isearch-done): Restore old signal-hook-function.
6896
6897 * info.el (Info-fontify-node): Mark one more char as intangible.
6898
6899 2000-01-05 Kenichi Handa <handa@etl.go.jp>
6900
6901 * composite.el (compose-last-chars): New argument COMPONENTS.
6902 If it is non-nil, compose preceding characters by compose-region with
6903 COMPONENTS.
6904
6905 * international/quail.el (quail-input-string-to-events): New function.
6906 (quail-input-method): Convert input string to events here.
6907 (quail-start-translation): Return input string, not event list.
6908 (quail-start-conversion): Likewise.
6909
6910 2001-01-04 Gerd Moellmann <gerd@gnu.org>
6911
6912 * tooltip.el (tooltip-cancel-delayed-tip)
6913 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6914 and tooltip-add-timeout.
6915 (tooltip-show): Set border color from faces's foreground.
6916 (tooltip-show-help-function): If called with the same help string
6917 as last time, do nothing.
6918 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6919
6920 * startup.el (fancy-splash-screens): Don't bind show-help-function
6921 to nil.
6922
6923 * tooltip.el (tooltip-frame-parameters): Remove colors.
6924 (tooltip): New face
6925 (tooltip-set-param): New function.
6926 (tooltip-show): Set up color frame parameters from face `tooltip'.
6927 Display the tooltip text in face `tooltip'.
6928
6929 2001-01-04 Dave Love <fx@gnu.org>
6930
6931 * whitespace.el (whitespace-global-mode): Fix typo.
6932
6933 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6934
6935 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6936
6937 * help.el (help-for-help): Fix a typo in a doc string.
6938 From kwzh@gnu.org (Karl Heuer).
6939
6940 2001-01-03 Dave Love <fx@gnu.org>
6941
6942 * dired-x.el: Doc fixes. Maintainer change.
6943 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
6944 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6945 (dired-guess-shell-alist-user): Customize.
6946 (dired-x-help-address): Set to bug-gnu-emacs.
6947 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6948 (dired-default-directory): Renamed from default-directory.
6949
6950 * hl-line.el (hl-line): Doc fix.
6951
6952 2001-01-03 Karl Fogel <kfogel@red-bean.com>
6953
6954 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
6955
6956 2001-01-02 Richard M. Stallman <rms@gnu.org>
6957
6958 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6959 to remove all the current alternative-match highlighting.
6960 If nil, remove only what's outside the current window.
6961 (isearch-lazy-highlight-remove-overlays): Take optional
6962 region within which NOT to remove them.
6963 (isearch-lazy-highlight-new-loop): Greatly simplified.
6964 (isearch-lazy-highlight-update): Find all the other occurrences
6965 visible in the window, in just one call.
6966 (isearch-lazy-highlight-start): Now holds start of region to scan.
6967 (isearch-lazy-highlight-end): Now holds end of region to scan.
6968 (isearch-lazy-highlight-wrapped): Variable deleted.
6969 (isearch-lazy-highlight-search): Function deleted.
6970
6971 2000-01-02 Andrew Innes <andrewi@gnu.org>
6972
6973 * w32-fns.el (convert-standard-filename): Do length check on name
6974 before aref.
6975
6976 2001-01-02 Dave Love <fx@gnu.org>
6977
6978 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6979 value.
6980 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6981
6982 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6983
6984 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6985 read syntax.
6986
6987 * calendar/todo-mode.el (todo): Add :link, :version.
6988 (todo-save-top-priorities): Remove autoload cookie.
6989 (todo-add-category, todo-add-item-non-interactively)
6990 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
6991
6992 2001-01-02 Gerd Moellmann <gerd@gnu.org>
6993
6994 * comint.el (comint-input-history-ignore): New variable.
6995 (comint-read-input-ring): Ignore entries matching
6996 comint-input-history-ignore.
6997
6998 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
6999
7000 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
7001 (lm-copyright-mark): New function.
7002 (lm-crack-copyright): New function.
7003 (lm-verify): Check that the file has a copyright.
7004 Check that the file is copyright Free Software Foundation.
7005
7006 2000-12-30 Kenichi Handa <handa@etl.go.jp>
7007
7008 * international/mule-diag.el (print-fontset): Indent font name by
7009 24 columns, not 25.
7010
7011 2000-12-29 Gerd Moellmann <gerd@gnu.org>
7012
7013 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
7014 in Subject line.
7015
7016 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
7017 Use mail-mode-hook instead of mail-setup-hook.
7018 Otherwise continuing an interrupted message with C-u C-x m for
7019 instance, winds up in Mail mode without abbrevs.
7020
7021 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7022
7023 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
7024 non-nil. Adding almost all customization variables on ps-setup.
7025 Doc fix.
7026 (ps-print-version): New version number (6.3.3).
7027 (ps-end-with-control-d): Initialization fix.
7028 (ps-lines-printed): New var.
7029 (ps-skip-newline): New fun.
7030 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
7031 (ps-next-line, ps-continue-line, ps-plot-region)
7032 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
7033
7034 2000-12-29 Kenichi Handa <handa@etl.go.jp>
7035
7036 * international/fontset.el (x-complement-fontset-spec):
7037 Resolve ASCII font name so that the same family name is used for fonts
7038 registered in x-font-name-charset-alist.
7039 (create-fontset-from-fontset-spec): Adjusted for the above change.
7040 The name of fontset alias should be a unresolved ASCII font name.
7041
7042 2000-12-28 Gerd Moellmann <gerd@gnu.org>
7043
7044 * simple.el (delete-key-deletes-forward-mode): Bind backspace
7045 and delete in isearch-mode-map.
7046
7047 2000-12-28 Richard M. Stallman <rms@gnu.org>
7048
7049 * dired-x.el (dired-guess-shell-alist-default):
7050 Use xpdf instead of acroread.
7051
7052 2000-12-28 Kenichi Handa <handa@etl.go.jp>
7053
7054 * textmodes/artist.el (artist-butlast): Deleted.
7055 (artist-ellipse-mirror-quadrant): Use butlast instead of
7056 artist-butlast.
7057
7058 * subr.el (butlast, nbutlast): Moved from cl.el to here.
7059
7060 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
7061
7062 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7063
7064 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
7065
7066 * ls-lisp.el: Better support for the Mac and MS-Windows.
7067 (ls-lisp): New defgroup.
7068 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
7069 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
7070 (ls-lisp-support-shell-wildcards): New defcustoms.
7071 (ls-lisp-parse-symlink): New function.
7072 (insert-directory): Code to convert switches to a list and set up
7073 the wildcard argument copied from ls-lisp-insert-directory.
7074 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
7075 for -C and -R switches.
7076 (ls-lisp-column-format): New function.
7077 (ls-lisp-delete-matching, ls-lisp-handle-switches)
7078 (ls-lisp-format-time): Add doc strings.
7079 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
7080 Support ls-lisp-dirs-first.
7081 (ls-lisp-classify, ls-lisp-extension): New functions.
7082 (ls-lisp-format): Optionally support emulation of symlinks.
7083 Support -i, -s, and -G switches.
7084
7085 2000-12-27 Gerd Moellmann <gerd@gnu.org>
7086
7087 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
7088
7089 * version.el (emacs-version): Print X scroll bar information.
7090
7091 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
7092 instead of x-toolkit-scroll-bars-p.
7093
7094 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
7095 of x-toolkit-scroll-bars-p.
7096
7097 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7098
7099 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
7100 (ffap-bindings): Doc fix, to reflect the above change.
7101
7102 2000-12-27 Kenichi Handa <handa@etl.go.jp>
7103
7104 * term.el (term-char-mode): Define all non-ascii self-inserting
7105 characters to 'term-send-raw in term-raw-map.
7106
7107 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
7108
7109 * viper-init (viper-restore-cursor-type): Added condition-case guard.
7110
7111 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7112 Changed initialization; use add-hook.
7113 (ediff-file-remote-p): Use file-local-copy.
7114
7115 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7116
7117 * ediff.el (ediff-patch-buffer): Bug fix.
7118 (ediff-revision): Allow selection of the file at the prompt.
7119
7120 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7121
7122 * subr.el (combine-run-hooks): Remove.
7123
7124 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7125 and remove the rogue second spec.
7126
7127 2000-12-23 Gerd Moellmann <gerd@gnu.org>
7128
7129 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7130
7131 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7132
7133 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7134 Use minibuffer menu prompt for the `=' prefix.
7135 (smerge-command-prefix): Change default to C-^.
7136 (smerge-mode): Don't assume font-lock doesn't move point.
7137
7138 * skeleton.el (skeleton-internal-1): Make sure the first line of
7139 the region is also re-indented.
7140 (skeleton-end-newline): New var.
7141 (skeleton-end-hook): Use it.
7142
7143 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7144
7145 * comint.el (comint-password-prompt-regexp): Support CVS.
7146
7147 2000-12-22 Gerd Moellmann <gerd@gnu.org>
7148
7149 * simple.el (delete-key-deletes-forward-mode): Simplify.
7150 Also backspace key combinations, depending on
7151 delete-key-deletes-forward.
7152
7153 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7154
7155 * simple.el (delete-key-deletes-forward): Doc fix.
7156
7157 2000-08-22 Emmanuel Briot <briot@gnat.com>
7158
7159 * xml.el (top level comment): Updated to reflect the fact that
7160 white spaces are relevant in the XML file.
7161 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7162 to parse was already edited. This allows for on-the-fly analysis
7163 of XML files.
7164 (xml-parse-tag): Check that the casing is the same in the start
7165 tag and end tag, since XML is case-sensitive. Allows for spaces
7166 in the end tag, after the name of the tag.
7167 (xml-parse-attlist): Allow for the character '-' in the name of
7168 attributes, as in the standard http-equiv attribute Do not save
7169 the properties in the XML tree, since they are not relevant.
7170
7171 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7172
7173 * generic.el (generic-read-type): Undo last change, inline into
7174 `generic-mode' and then remove.
7175 (generic-mode): Inline generic-read-type.
7176 (define-generic-mode): Push the symbol name rather than the symbol
7177 onto generic-mode-list.
7178
7179 2000-12-21 Gerd Moellmann <gerd@gnu.org>
7180
7181 * generic.el (generic-read-type): Build an alist for
7182 completing-read as in 20.7.
7183
7184 * play/landmark.el (lm): Use interactive spec `P'.
7185 (toplevel): Don't set debug-on-error.
7186
7187 * server.el (server-switch-buffer): Choose a window on a visible frame.
7188
7189 2000-12-21 Dave Pearson <davep@davep.org>
7190
7191 * quickurl.el: Commentry change, I've moved my web site.
7192
7193 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7194
7195 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7196 ranges like \177-\237, but accepts the character sequence from \177 to
7197 \237. Doc fix.
7198 (ebnf-version): New version (3.4).
7199 (ebnf-setup): Code fix.
7200 (ebnf-range-regexp): New fun.
7201 (ebnf-8-bit-chars): Const fix.
7202
7203 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7204 entry. Doc fix.
7205 (ebnf-bnf-lex): Code fix.
7206 (ebnf-bnf-comment-chars): Const fix.
7207
7208 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7209 entry. Doc fix.
7210 (ebnf-iso-comment-chars): Const fix.
7211
7212 * ebnf-otz.el: Doc fix.
7213
7214 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7215 entry. Doc fix.
7216 (ebnf-yac-skip-code): Code fix.
7217 (ebnf-yac-comment-chars): Const fix.
7218
7219 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7220
7221 * files.el (insert-directory-safely): New function.
7222 (recover-file): Use it instead of insert-directory.
7223 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7224
7225 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7226
7227 * international/mule-cmds.el (select-safe-coding-system):
7228 Check coding-category-list more rigidly. Improve help message.
7229
7230 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7231
7232 2000-12-21 Miles Bader <miles@gnu.org>
7233
7234 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
7235
7236 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7237
7238 * international/mule-diag.el (describe-char-after): Make *Help*
7239 buffer inherit multibyteness of the current buffer.
7240
7241 * international/mule.el (make-char): Docstring adjusted for the
7242 change of make-char-internal.
7243
7244 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7245
7246 * international/iso-cvt.el: Docstrings fix.
7247
7248 2000-12-20 Dave Love <fx@gnu.org>
7249
7250 * subr.el (eval-after-load): Doc fix.
7251
7252 2000-12-20 Kenichi Handa <handa@etl.go.jp>
7253
7254 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7255 for numbers.
7256
7257 2000-12-20 Miles Bader <miles@gnu.org>
7258
7259 * international/quail.el (quail-help): Resize the help window
7260 again after it has all its contents. Remove unneeded progn.
7261
7262 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7263
7264 * pcmpl-linux.el: Fix copy/paste error.
7265
7266 2000-12-19 Andrew Innes <andrewi@gnu.org>
7267
7268 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
7269
7270 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7271
7272 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7273
7274 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7275
7276 * progmodes/idlw-shell.el: Fixed copyright notice.
7277
7278 * progmodes/idlwave.el: Fixed copyright notice.
7279
7280 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
7281 TAB as key separators.
7282
7283 2000-12-19 Alex Schroeder <alex@gnu.org>
7284
7285 * sql.el (sql-sybase-options): New option.
7286 (sql-sybase): Use it. Add sql-database to the list of parameters
7287 provided for login. The options -w 2048 -n are not used any more.
7288 (sql-postgres-options): Changed default from "--pset" to "-P".
7289 (sql-mysql-options): Doc change.
7290 (sql-stop): Doc change.
7291
7292 2000-12-19 Kenichi Handa <handa@etl.go.jp>
7293
7294 * international/quail.el (quail-input-method): Always hide
7295 the guidance buffer on exiting.
7296
7297 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7298
7299 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7300 isn't fboundp.
7301
7302 * server.el (server-buffer-done): Bury the buffer before
7303 killing it.
7304
7305 * faces.el (face-spec-set): Interpret a nil in specs for
7306 foreground and background colors as `unspecified', for
7307 compatibility with 20.x.
7308
7309 2000-12-18 Dave Love <fx@gnu.org>
7310
7311 * simple.el (mail-user-agent): Doc fix.
7312 (input-mode-8-bit): Removed.
7313
7314 * international/mule.el (set-keyboard-coding-system): Doc fix.
7315 (keyboard-coding-system): New option.
7316
7317 * mail/sendmail.el (send-mail-function): Customize.
7318
7319 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7320
7321 * international/codepage.el (cp866-decode-table): New table.
7322
7323 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7324
7325 * version.el (emacs-version): Remove `%a' from the time format
7326 because the weekday doesn't fit well into each locale.
7327
7328 2000-12-18 Miles Bader <miles@gnu.org>
7329
7330 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7331
7332 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
7333 Check that emacs-major-version is `=' to 20, not `>='.
7334 (artist-replace-chars): Use `make-string' instead of a loop.
7335
7336 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7337
7338 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7339 (cvs-execute-single-file): Don't change directory.
7340 Patch from Per Cederqvist.
7341
7342 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7343
7344 * textmodes/ispell.el (check-ispell-version):
7345 If `ispell-program-name' is "aspell", pass it the -v switch instead
7346 of -vv.
7347
7348 2000-12-16 Kenichi Handa <handa@etl.go.jp>
7349
7350 * international/mule-diag.el (mule-diag): Insert information about
7351 configure options, multibyte awareness, language env.
7352
7353 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7354 regexp to search for candidates.
7355
7356 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7357
7358 * info.el (Info-forward-node): If the node has an
7359 Info-header-line, widen the buffer before searching for "next:"
7360 and "up:" pointers, and set the search limit to stay in the
7361 current node.
7362
7363 2000-12-16 Miles Bader <miles@gnu.org>
7364
7365 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7366
7367 2000-12-15 Miles Bader <miles@gnu.org>
7368
7369 * comint.el (comint-send-string, comint-send-region): Also accept
7370 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7371 process-send-string/region.
7372
7373 2000-12-15 Gerd Moellmann <gerd@gnu.org>
7374
7375 * isearch.el (isearch-lazy-highlight-max): New user-option.
7376 (isearch-lazy-highlight-update): Don't highlight more than
7377 isearch-lazy-highlight-max matches.
7378
7379 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7380
7381 2000-12-15 Richard M. Stallman <rms@gnu.org>
7382
7383 * sort.el (sort-columns): Fix error message.
7384
7385 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7386 `upcase' or `downcase' or nil.
7387 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7388 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7389 (dabbrev--substitute-expansion): New arg record-case-pattern.
7390 If it is non-nil, set dabbrev--last-case-pattern.
7391 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7392
7393 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7394
7395 2000-12-15 Miles Bader <miles@gnu.org>
7396
7397 * paths.el (Info-default-directory-list): Don't delete
7398 configure-info-directory from the list of standard info
7399 directories when appending it to the end -- their order is important.
7400
7401 * faces.el (read-face-attribute): If there's no entry for the
7402 user's input in VALID, just use it as-is (this will often result
7403 in an error, but it may be OK for e.g. colors using hexadecimal
7404 notation, and at least will yield a better error message).
7405
7406 * window.el (mode-line-window-height-fudge): Function removed.
7407 (height-affecting-face-attributes, mode-line-window-height-fudge):
7408 Variables removed.
7409 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7410 window is really the right size. Use vertical-motion
7411 rather than forward-line.
7412 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7413 (ispell-command-loop, ispell-show-choices): Use the variable
7414 ispell-choices-win-default-height, rather than the function.
7415 (ispell-choices-win-default-height): Function removed.
7416 (ispell-mode-line-window-height-fudge): Function removed.
7417
7418 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7419
7420 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7421
7422 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7423
7424 * paths.el (Info-default-directory-list):
7425 If configure-info-directory is not one of the standard directories,
7426 put it first in the list; otherwise put it last. Doc string
7427 changed accordingly.
7428
7429 * info.el (Info-directory-list): Change doc string to reflect the
7430 change in Info-default-directory-list.
7431
7432 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7433 windows-nt as windowed environments, even under -nw.
7434
7435 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7436 if not fboundp. Switch delete-forward mode for the <delete> key
7437 on all PC platforms, even under -nw.
7438
7439 * term/internal.el ([M-delete]): Remap to M-d.
7440
7441 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7442
7443 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7444
7445 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7446
7447 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7448
7449 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7450
7451 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7452 if appropriate.
7453
7454 * simple.el (delete-key-deletes-forward): New user-option.
7455 (delete-key-deletes-forward-mode): New function.
7456
7457 * bindings.el: Bind `delete' to backward-delete-char.
7458
7459 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7460 Test if symbol is bound before getting its value.
7461
7462 * tooltip.el (tooltip-show): If an error is signaled in
7463 x-show-tip, display that error, and display the help in the
7464 echo area.
7465
7466 2000-12-14 Kenichi Handa <handa@etl.go.jp>
7467
7468 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7469 Show "... entries" messages for every 10000 entries, not 10.
7470
7471 2000-12-13 Karl Fogel <kfogel@red-bean.com>
7472
7473 * bookmark.el: Provide a generic exit hook, as suggested by
7474 Ovidiu Predescu <ovidiu@cup.hp.com>:
7475 (bookmark-exit-hook): New var.
7476 (bookmark-exit-hook-internal): New func, replaces
7477 old raw lambda form in `kill-emacs-hook', and runs new
7478 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7479 as logically that feature must have been provided if this function
7480 is running.
7481 Removed ;;;###autoload before the `add-hook' call.
7482
7483 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7484
7485 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7486 (easy-menu-current-active-maps): New function.
7487 (easy-menu-get-map): Use it.
7488 Make a proper menu entry when creating a new keymap.
7489
7490 2000-12-13 Kenichi Handa <handa@etl.go.jp>
7491
7492 * international/characters.el: Fix cases and syntaxes for
7493 mule-unicode-0100-24ff.
7494
7495 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7496 that a Japanese character is not appended after day and year.
7497
7498 * info.el (Info-suffix-list): Change format for a command that
7499 requires arguments.
7500 (info-insert-file-contents): Adjusted for the above change.
7501
7502 2000-12-12 Andreas Schwab <schwab@suse.de>
7503
7504 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7505 on the name of the tar buffer. Verify that the existing buffer is
7506 visiting the same subfile.
7507
7508 2000-12-12 Dave Love <fx@gnu.org>
7509
7510 * subdirs.el: Add obsolete.
7511
7512 2000-12-12 Gerd Moellmann <gerd@gnu.org>
7513
7514 * mail/rmailsum.el (rmail-summary-expunge)
7515 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7516 instead of rmail-confirm-expunge.
7517
7518 * replace.el (perform-replace): Don't use an empty match adjacent
7519 to a non-empty match when computing the next match before the
7520 replacement is performed.
7521
7522 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
7523
7524 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7525 definition (patch by Stefan Monnier).
7526 (glasses-mode): Use jit-lock instead of `after-change-functions'
7527 (patch by Stefan Monnier).
7528
7529 2000-12-12 Miles Bader <miles@gnu.org>
7530
7531 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7532 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7533
7534 2000-12-12 Andrew Choi <akochoi@i-cable.com>
7535
7536 * term/mac-win.el: Remove load for ls-lisp.
7537
7538 * loadup.el: Load ls-lisp for system-type `macos'.
7539
7540 2000-12-12 Miles Bader <miles@gnu.org>
7541
7542 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7543 Respect field end too.
7544 (just-one-space): Respect fields as `delete-horizontal-space'.
7545 (newline-and-indent, reindent-then-newline-and-indent):
7546 Use `delete-horizontal-space'.
7547
7548 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7549
7550 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7551 (so as to obey the field property in the minibuffer).
7552
7553 * obsolete/c-mode.el: Moved from lisp/progmodes.
7554 * obsolete/auto-show.el: Moved from lisp.
7555 * obsolete/ooutline.el: Moved from lisp/textmodes.
7556
7557 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7558
7559 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
7560 changes to list them here.
7561
7562 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7563 Too many changes to list them here.
7564
7565 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7566 Too many changes to list them here.
7567
7568 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7569
7570 2000-12-11 Gerd Moellmann <gerd@gnu.org>
7571
7572 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
7573
7574 * cus-edit.el (custom-save-variables, custom-save-faces):
7575 Comment fix.
7576
7577 * hscroll.el: Moved to `obsolete' subdir.
7578
7579 2000-12-11 Miles Bader <miles@gnu.org>
7580
7581 * window.el (window-text-height): Function removed (now in C).
7582
7583 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7584
7585 * log-edit.el (log-edit-parent-buffer): New var.
7586 (log-edit): Set it. Add BUFFER argument.
7587 (log-edit-done): Use char-before.
7588 Don't bother checking validity of vc-comment-ring.
7589 Only bury the buffer if log-edit popped it up.
7590
7591 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7592 (cvs-mode-diff-help): Remove.
7593 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
7594 (cvs-mode-marked): Set up the default for CMD manually.
7595
7596 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7597 Remove binding for ? now made unnecessary.
7598
7599 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7600
7601 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7602 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7603
7604 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7605 when master file is not open.
7606
7607 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7608
7609 * progmodes/ada-stmt.el: Update `maintainer'.
7610
7611 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
7612
7613 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7614 choices to match documentation string.
7615
7616 2000-12-09 Miles Bader <miles@gnu.org>
7617
7618 * minibuf-eldef.el: New file.
7619
7620 * window.el (fit-window-to-buffer): Don't pass last argument to
7621 pos-visible-in-window-p, now that its meaning is inverted.
7622
7623 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7624
7625 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7626 <ceder@lysator.liu.se>.
7627
7628 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7629
7630 * autoinsert.el (auto-insert-alist): Add missing final \n.
7631
7632 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7633 (cvs-menu-map): Remove.
7634 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7635 (cvs-mode-quit): Turn it back into a plain function.
7636
7637 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
7638 (texinfo-filter): Remove (move to texinfo.el).
7639
7640 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7641 file where it's more visible.
7642 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7643 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7644 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7645 (texinfo-inside-macro-p): Only catch `scan-error's.
7646 (texinfo-inside-env-p): Make better use of the match info.
7647 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7648 (texinfo-insert-@end): Slight re-organization.
7649 Also remove useless `looking-at' call.
7650
7651 2000-12-08 Andrew Innes <andrewi@gnu.org>
7652
7653 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7654 accessible in -nw mode.
7655
7656 * term/w32-win.el: Remove stuff about selection timeout, which is
7657 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7658 it is accessible in -nw mode.
7659
7660 2000-12-08 Dave Love <fx@gnu.org>
7661
7662 * emacs-lisp/lisp-mode.el (lisp-mode):
7663 Set font-lock-keywords-case-fold-search.
7664
7665 2000-12-08 Gerd Moellmann <gerd@gnu.org>
7666
7667 * textmodes/ispell.el (ispell): Doc fix.
7668
7669 2000-12-08 Kenichi Handa <handa@etl.go.jp>
7670
7671 * international/quail.el (quail-insert-decode-map): Check the
7672 frame width of a window displaying the current buffer, not that of
7673 the selected frame.
7674 (quail-help): Make sure that the help buffer has window before
7675 inserting text in it.
7676
7677 2000-12-07 Sam Steingold <sds@gnu.org>
7678
7679 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7680 Backquote is used in isearch.el, so autoloading saves nothing.
7681
7682 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7683
7684 * startup.el (normal-top-level-add-subdirs-to-load-path):
7685 Ignore the CVS and RCS subdirectories case-insensitively.
7686
7687 * dired.el (dired-insert-directory): If file-system-info is
7688 fboundp, call it instead of invoking dired-free-space-program.
7689
7690 2000-12-07 Gerd Moellmann <gerd@gnu.org>
7691
7692 * server.el (server-visit-files): Push files on file-name-history.
7693
7694 * progmodes/cc-langs.el: Update copyright.
7695
7696 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7697
7698 * bindings.el (mode-line-mode-menu): Add glasses-mode.
7699
7700 * bindings.el (mode-line-mode-menu): Reverse the order
7701 of define-keys so that the menu appears in alphabetical order.
7702
7703 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
7704
7705 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7706 of the function.
7707
7708 2000-12-07 Dave Love <fx@gnu.org>
7709
7710 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7711
7712 * facemenu.el (facemenu-unlisted-faces): Fix value.
7713
7714 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7715
7716 * font-lock.el (font-lock-default-fontify-region):
7717 Include the terminating \n (off-by-one error).
7718 (font-lock-set-defaults): Use dolist.
7719
7720 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7721
7722 2000-12-07 Kenichi Handa <handa@etl.go.jp>
7723
7724 * international/mule-cmds.el (describe-language-environment):
7725 Fix for the case that an input method title is not string but a list.
7726
7727 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7728 of wrong SIZE record.
7729
7730 2000-12-06 Dave Love <fx@gnu.org>
7731
7732 * newcomment.el (comment-region, comment-dwim): Doc fix.
7733
7734 * textmodes/texinfo.el: Require tex-mode when compiling.
7735 (texinfo-update-node): Doc fix.
7736 (texinfo-imenu-generic-expression): Add @anchor.
7737 (texinfo-font-lock-keywords): Add @uref.
7738 (texinfo-inside-macro-p): Don't use ignore-errors.
7739 (texinfo-insert-quote): Match more contexts.
7740
7741 * international/mule.el (decode-char, encode-char): Doc fix.
7742 (auto-coding-alist): Customize.
7743
7744 * files.el (load-file): Fix change of 2000-03-12.
7745
7746 * wid-edit.el (widget-text-keymap): Doc fix.
7747
7748 2000-12-06 Andrew Innes <andrewi@gnu.org>
7749
7750 * makefile.w32-in (lisp): Set to an absolute directory, namely
7751 $(CURDIR).
7752
7753 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7754
7755 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7756 read generated-autoload-file, and set buffer-file-coding-system to
7757 raw-text-unix after reading the file.
7758
7759 * international/mule-conf.el (file-coding-system-alist):
7760 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
7761
7762 2000-12-06 Gerd Moellmann <gerd@gnu.org>
7763
7764 * replace.el (occur): Make line-number-width 1 smaller for the
7765 colon following the line number.
7766
7767 * startup.el (fancy-splash-text, command-line-1):
7768 Use `File' for the menu name instead of `Files'.
7769
7770 * tmm.el: Update copyright.
7771
7772 * cus-start.el: Add entry for even-window-heights.
7773
7774 2000-12-06 Miles Bader <miles@gnu.org>
7775
7776 * faces.el (frame-set-background-mode): Avoid stomping on
7777 locally modified faces.
7778
7779 2000-12-06 Kenichi Handa <handa@etl.go.jp>
7780
7781 * international/fontset.el: Correct the font registries for
7782 japanese-jisx0213-1 and japanese-jisx0213-2.
7783
7784 2000-12-05 Gerd Moellmann <gerd@gnu.org>
7785
7786 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7787
7788 * iswitchb.el: Update customization commentary.
7789
7790 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
7791
7792 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7793 (tpu-search-highlight): Fixed comparison of overlay end positions.
7794 (tpu-trim-line-ends): Implemented trimming logic locally.
7795
7796 * emulation/tpu-extras.el (tpu-write-file-hook)
7797 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7798
7799 2000-12-05 Kenichi Handa <handa@etl.go.jp>
7800
7801 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7802 to cn-gb.
7803 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7804
7805 2000-12-04 Dave Love <fx@gnu.org>
7806
7807 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7808
7809 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7810
7811 * mail/rmailsum.el (rmail-summary-expunge)
7812 (rmail-summary-expunge-and-save): Ask for confirmation with
7813 rmail-expunge-confirmed.
7814
7815 * mail/rmail.el (rmail-expunge-confirmed): New function.
7816 (rmail-expunge): Use it.
7817
7818 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7819
7820 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
7821 (etags-recognize-tags-table, find-tag-in-order):
7822 New functionality: interpret file names as tags.
7823
7824 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7825
7826 * info.el (Info-scroll-prefer-subnodes): New defcustom.
7827 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7828 the first subnode until the bottom of the current node is visible.
7829
7830 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7831
7832 * format.el (format-decode): Don't change buffer's undo list.
7833
7834 2000-12-04 Kenichi Handa <handa@etl.go.jp>
7835
7836 * faces.el (face-font-registry-alternatives): Add entries for CJK
7837 fonts. Doc-string adjusted for the actual usage of this data.
7838
7839 * international/fontset.el: Change the font registries for CJK
7840 fonts in the default fontset. Don't append '*' to registries.
7841
7842 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7843
7844 * emacs-lisp/easy-mmode.el (define-derived-mode)
7845 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7846
7847 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7848 (derived-mode-p): New function.
7849 (derived-mode-make-docstring): Add `docstring' argument.
7850 Use it if available and complete it if necessary.
7851
7852 2000-12-03 Andreas Schwab <schwab@suse.de>
7853
7854 * type-break.el (type-break): Don't make parent of itself.
7855
7856 2000-12-03 Miles Bader <miles@gnu.org>
7857
7858 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7859
7860 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7861
7862 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7863 (tex-main-file, tex-file): Simplify.
7864 (tex-generate-zap-file-name): Use subst-char-in-string.
7865 (tex-strip-dots): Remove.
7866
7867 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7868
7869 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7870 to check if the match succeeded.
7871
7872 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7873
7874 * startup.el (use-fancy-splash-screens-p): New function.
7875 (command-line-1): Use it to determine whether or not to use
7876 a fancy splash screen.
7877
7878 2000-12-02 Andreas Schwab <schwab@suse.de>
7879
7880 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7881
7882 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7883
7884 * international/mule.el (make-char): Fix last change.
7885
7886 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7887 New defcustoms.
7888 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
7889 autoloading tex-mode; instead, do the same manually.
7890 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
7891 with numeric argument. Docstring fix.
7892 (toplevel): Require cl when compiling.
7893
7894 * international/mule.el (make-char): Doc fix.
7895
7896 2000-12-02 Jason Rumney <jasonr@gnu.org>
7897
7898 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7899 the Emacs Lisp manual)
7900
7901 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7902
7903 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7904
7905 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7906 the Emacs Lisp manual).
7907
7908 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7909
7910 * simple.el (next-line-add-newlines): Change default to nil.
7911
7912 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7913
7914 * files.el (revert-buffer, recover-file):
7915 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
7916
7917 2000-12-01 Gerd Moellmann <gerd@gnu.org>
7918
7919 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7920
7921 2000-12-01 Miles Bader <miles@gnu.org>
7922
7923 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7924
7925 2000-12-01 Kenichi Handa <handa@etl.go.jp>
7926
7927 * international/mule-diag.el (describe-char-after): Fix typo.
7928 (describe-character-set, non-iso-charset-alist): Fix typo.
7929
7930 2000-12-01 Miles Bader <miles@gnu.org>
7931
7932 * image-file.el (image-file-name-regexp): Automatically add
7933 upper-case variants of each filename extension in
7934 `image-file-name-extensions', since they seem to be common.
7935
7936 * simple.el (minibuffer-contents)
7937 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7938 New functions.
7939 * filecache.el (file-cache-directory-name)
7940 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7941
7942 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
7943
7944 * filecache.el (file-cache-minibuffer-complete): Don't try to
7945 delete the minibuffer prompt.
7946
7947 2000-11-30 Dave Love <fx@gnu.org>
7948
7949 * cus-start.el: Fix read-buffer-function type.
7950
7951 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7952
7953 * md5.el: Removed. There's a built-in function, now.
7954
7955 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
7956
7957 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7958 as dummy 0-th char of rmail-deleted-vector.
7959
7960 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7961
7962 * ps-print.el (ps-end-job): Bind case-fold-search only after
7963 switching to ps-spool-buffer.
7964
7965 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7966
7967 * ps-print.el: Line number font customization. PostScript: Lines and
7968 PageCount are initialized on each page. Doc Fix.
7969 (ps-print-version): New version number (6.3.2).
7970 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7971 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7972 (ps-right-header): Customization fix.
7973 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7974 Fix code.
7975 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7976 New vars.
7977
7978 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7979
7980 * bs.el: Fix typos and spelling errors.
7981 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7982 (bs-configuration): Doc fix.
7983
7984 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7985
7986 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
7987
7988 * emulation/tpu-edt.el (tpu-version): New version.
7989 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7990 (tpu-original-mode-line): Variable deleted.
7991 (tpu-mark-flag): New initial value.
7992 (tpu-set-mode-line): Don't redefine mode-line-format.
7993 Add tpu-mark-flag to minor-mode-alist.
7994 (tpu-update-mode-line): New mark flag logic.
7995 (tpu-get): Use find-file-wildcards.
7996 (tpu-search-highlight): Move overlay less, reset overlay properly.
7997 (tpu-unselect): Deactivate mark.
7998 (tpu-lm-replace): Reset overlay properly.
7999 (tpu-forward-line): Use forward-visible-line.
8000 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
8001
8002 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
8003
8004 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8005
8006 * cus-edit.el (custom-face-value-create): Always emphasize tag.
8007
8008 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8009
8010 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
8011 and skip whitespace and newlines.
8012
8013 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
8014
8015 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
8016
8017 2000-11-29 Gerd Moellmann <gerd@gnu.org>
8018
8019 * help.el (describe-function-1): Regexp-quote function name
8020 when used as part of a regexp.
8021
8022 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8023 Use face-attribute instead of face-foreground and face-background.
8024 (tool-bar-add-item): Likewise, and handle unspecified colors.
8025
8026 * enriched.el (enriched-face-ans): Use face-attribute instead
8027 of face-foreground and face-background.
8028
8029 * faces.el (face-foreground, face-background, face-stipple):
8030 Return nil if attribute is unspecified, for backward compatibility.
8031
8032 * files.el (auto-mode-alist): Add an entry for antlr-mode.
8033
8034 * play/5x5.el: Remove version info.
8035
8036 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8037
8038 * frame.el (blink-cursor-mode): Doc fix.
8039
8040 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8041
8042 * antlr-mode.el: New commands to run ANTLR from within Emacs and
8043 to create Makefile rules.
8044 (antlr-tool-command): New user option.
8045 (antlr-ask-about-save): New user option.
8046 (antlr-makefile-specification): New user option.
8047 (antlr-file-formats-alist): New variable.
8048 (antlr-special-file-formats): New variable.
8049 (antlr-unknown-file-formats): New user option.
8050 (antlr-help-unknown-file-text): New variable.
8051 (antlr-help-rules-intro): New variable.
8052 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
8053 (antlr-mode-menu): Add entries.
8054 (antlr-file-dependencies): New function.
8055 (antlr-directory-dependencies): New function.
8056 (antlr-superclasses-glibs): New function.
8057 (antlr-run-tool): New command.
8058 (antlr-makefile-insert-variable): New function.
8059 (antlr-insert-makefile-rules): New function.
8060 (antlr-show-makefile-rules): New command.
8061
8062 * antlr-mode.el: More Emacs/XEmacs stuff.
8063 (antlr-no-action-keywords): New constant with value nil.
8064 (antlr-font-lock-keywords-alist): Use it. Old value would break
8065 syntax highlighting in Emacs-21.0.
8066 (antlr-default-directory): Emacs/XEmacs dependend function.
8067 (antlr-read-shell-command): Ditto.
8068 (antlr-with-displaying-help-buffer): Ditto.
8069
8070 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8071
8072 * antlr-mode.el: imenu, parsing and highlighting changes.
8073 (antlr-imenu-create-index-function): Don't create extra submenus
8074 for definitions in different grammar classes. It is not necessary
8075 for the menu and would make command `imenu' awkward to use.
8076 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
8077 header actions and more than one.
8078 (antlr-font-lock-tokendef-face): Changed color.
8079 (antlr-font-lock-tokenref-face): Changed color.
8080 (antlr-font-lock-additional-keywords): Also highlight lowercase.
8081 (antlr-mode-syntax-table): New variable.
8082 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
8083 (antlr-with-syntax-table): Don't copy syntax table.
8084
8085 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8086
8087 * antlr-mode.el: Minor changes: language setting.
8088 (antlr-language-alist): The value for file option "language" can
8089 be both an identifier and a string.
8090 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
8091 (antlr-language-limit-n-regexp): Change accordingly.
8092
8093 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8094
8095 * antlr-mode.el: Minor changes: tabs, hiding.
8096 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
8097 (antlr-action-visibility): Also allow value nil to also hide the
8098 braces. Renamed from `antlr-tiny-action-length'.
8099 Suggested by Jay@aol.com.
8100 (antlr-hide-actions): Change accordingly. Hide line if completely
8101 hidden action is on a line of its own.
8102
8103 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8104
8105 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8106
8107 * sort.el (sort-columns): Don't concat strings with numbers.
8108
8109 2000-11-29 Dave Love <fx@gnu.org>
8110
8111 * cus-edit.el (face): Fix :format.
8112
8113 * mail/feedmail.el: Require smtpmail when compiling.
8114 (mail-do-fcc): Autoload.
8115 (feedmail) <defgroup>: Fix :link.
8116 (feedmail-nuke-body-in-fcc): Fix :type.
8117 (feedmail-send-it): Add autoload cookie.
8118
8119 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8120
8121 * newcomment.el (comment-indent): Save excursion around call to
8122 comment-indent-function.
8123
8124 2000-11-29 Miles Bader <miles@gnu.org>
8125
8126 * subr.el (member-ignore-case): Return the tail of the list who's
8127 car matches, like `member', not the matching element itself.
8128
8129 2000-11-29 Kenichi Handa <handa@etl.go.jp>
8130
8131 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8132 should not contain `\n'.
8133
8134 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8135
8136 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8137
8138 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8139
8140 * dired-aux.el (dired-do-create-files): Construct default file
8141 name for dired-mark-read-file-name so that when the user enters
8142 just RET, the target file will end up in the target directory.
8143
8144 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8145 local-abbrev-table before changing buffers because it might
8146 have a buffer-local binding.
8147
8148 2000-11-28 Miles Bader <miles@gnu.org>
8149
8150 * simple.el (delete-horizontal-space): Handle fields more generally.
8151
8152 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8153
8154 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8155
8156 2000-11-28 Dave Love <fx@gnu.org>
8157
8158 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8159 comment-start-skip locally.
8160
8161 * progmodes/fortran.el (fortran-mode): Don't set
8162 fortran-comment-line-start-skip. Set comment-start to
8163 fortran-comment-line-start.
8164 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8165 (fortran-comment-line-start-skip): Simplify slightly.
8166
8167 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8168
8169 * play/5x5.el: Remove RCS keyword.
8170
8171 * bs.el: Mistaken commit, undone 2000-11-30.
8172
8173 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
8174
8175 * textmodes/tildify.el (tildify-string-alist):
8176 Add `plain-tex-mode' here.
8177
8178 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8179
8180 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8181 reference.
8182
8183 2000-11-28 Miles Bader <miles@gnu.org>
8184
8185 * cus-face.el (custom-face-attributes): Add post-filter function
8186 for :box. Make pre-filter function for :box handle all cases.
8187
8188 * wid-edit.el (widget-choose): Make sure pop-up window is large
8189 enough to display all the choices, as there's no way to scroll it.
8190
8191 2000-11-28 Kenichi Handa <handa@etl.go.jp>
8192
8193 * international/mule-conf.el: Make the coding system no-conversion
8194 safe for all characters.
8195
8196 2000-11-27 Dave Love <fx@gnu.org>
8197
8198 * net/ldap.el (ldap) <defgroup>: Add :version.
8199
8200 * tooltip.el (tooltip-use-echo-area): Doc fix.
8201
8202 * cus-start.el <minibuffer-prompt-properties>: Add version.
8203 <read-buffer-function>: Add.
8204
8205 * apropos.el (apropos-print): Add help-echo to active text.
8206
8207 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8208
8209 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8210
8211 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8212 type, group and version.
8213
8214 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8215
8216 * select.el (x-get-selection): Docstring fix.
8217
8218 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
8219
8220 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8221
8222 2000-11-27 Andrew Innes <andrewi@gnu.org>
8223
8224 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8225
8226 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8227
8228 2000-11-27 Miles Bader <miles@gnu.org>
8229
8230 * dired.el (dired-get-filename): Return filename verbatim if
8231 LOCALP is `verbatim'.
8232 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8233 `verbatim' so that we don't inadvertently delete a non-existant
8234 directory name.
8235
8236 2000-11-27 Kenichi Handa <handa@etl.go.jp>
8237
8238 * international/characters.el: Specify cases and syntaxes for
8239 mule-unicode-0100-24ff.
8240
8241 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8242
8243 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8244 that foreground and/or background colors of the face `tool-bar'
8245 are unspecified.
8246
8247 2000-11-27 Miles Bader <miles@gnu.org>
8248
8249 * wid-edit.el (widget-field-buffer, widget-field-start)
8250 (widget-field-end): Handle widget field `pseudo-overlays'.
8251 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8252 if it's there instead of in `widget-field-list'.
8253
8254 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
8255 (help-make-xrefs): Delete extraneous newlines at the end of the
8256 docstring.
8257
8258 2000-11-25 Jason Rumney <jasonr@gnu.org>
8259
8260 * startup.el (command-line): Call set-locale-environment after
8261 Window System init file is read, as it can result in a call to
8262 redraw-frame.
8263
8264 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8265
8266 * simple.el (shell-command): Mention the effect of the prefix
8267 argument in the doc string.
8268
8269 2000-11-25 Miles Bader <miles@gnu.org>
8270
8271 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8272
8273 * wid-edit.el (widget-field-value-delete): Don't try to delete
8274 overlay when it's the `pseudo-overlay' that exists at some points.
8275
8276 2000-11-24 Jason Rumney <jasonr@gnu.org>
8277
8278 * international/mule-cmds.el (locale-language-names): Add "jp" as
8279 a non-standard alternative for Japanese.
8280
8281 2000-11-24 Andre Spiegel <spiegel@gnu.org>
8282
8283 * vc-hooks.el: Require 'cl during compilation.
8284
8285 2000-11-24 Gerd Moellmann <gerd@gnu.org>
8286
8287 * faces.el (face-set-after-frame-default): Let face attributes
8288 specified for new frames override frame parameters.
8289
8290 * startup.el (command-line): Fix computation of the source file
8291 for user-init-file when user-init-file is a compiled file.
8292
8293 2000-11-24 Miles Bader <miles@gnu.org>
8294
8295 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
8296 (custom-post-filter-face-spec): New functions.
8297 (custom-face-set, custom-face-value-create): Filter the face spec
8298 before and after customization.
8299 (custom-face-set): If VALUE specifies a null face, pass a
8300 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8301 * cus-face.el (custom-face-attributes): Remove SET and GET
8302 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8303 cases they're needed.
8304
8305 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8306 that it's distinguishable from the :off-glyph on dark-background
8307 displays. Set its background color too.
8308
8309 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8310 so that people can easily turn it off.
8311
8312 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
8313
8314 * ediff-diff.el: Moved variables around to have it compile under NT.
8315
8316 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
8317
8318 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
8319
8320 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
8321 redundant skip-small-frames test.
8322
8323 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
8324 (viper-downgrade-to-insert): Protect against errors in hooks.
8325
8326 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8327 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
8328 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8329 New functions.
8330
8331 * viper-util.el (viper-memq-char): Bug fixes.
8332
8333 * viper.el (viper-mode): Fix cursor handling.
8334
8335 2000-11-24 Kenichi Handa <handa@etl.go.jp>
8336
8337 * international/mule-diag.el (list-iso-charset-chars):
8338 For two-byte charset, fix the `while' condition.
8339 (list-non-iso-charset-chars): Fix the `while' condition.
8340
8341 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8342
8343 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8344 if the variable is make-variable-buffer-local.
8345
8346 * progmodes/ada-stmt.el (ada-template-map):
8347 Initialize and bind it to C-c t in ada-mode-map.
8348 (ada-stmt-mode-hook): New function extracted from old code.
8349 Only change the buffer-local side of skeleton-*.
8350 (ada-mode-hook): Use it.
8351
8352 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8353
8354 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8355 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8356 we expect to be returned by minibuffer-depth once we prompt the
8357 user in the minibuffer.
8358 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8359 as recorded in iswitchb-minibuf-depth, return non-nil.
8360
8361 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8362
8363 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8364 (hscroll-window-maybe): Docstring fix.
8365
8366 2000-11-23 Dave Love <fx@gnu.org>
8367
8368 * rect.el (string-rectangle): Don't test delete-selection-mode.
8369
8370 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8371
8372 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8373 is in the tool bar.
8374
8375 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8376 with `no-dir'; we want the directory part to be able to remove it.
8377
8378 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8379
8380 * textmodes/outline.el (outline-flag-region):
8381 Don't bind inhibit-read-only since we don't modify the buffer.
8382 (outline-isearch-open-invisible): Don't jump to overlay-start
8383 since we're trying to unhide text around point.
8384 (outline-discard-overlays): Use dolist.
8385
8386 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8387
8388 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8389
8390 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
8391
8392 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8393
8394 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8395 Fix ARG regexp to skip quoted braces.
8396 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8397 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8398 are (correctly) handled separately).
8399 Remove `caption' and `footnote' from `citations': they contain text.
8400 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8401 (latex-skeleton-end-hook): New function.
8402 (latex-mode): Use it.
8403 (tex-start-tex-marker): Remove.
8404 (tex-send-tex-command): Don't set tex-start-tex-marker.
8405 (tex-error-parse-syntax-table): New var.
8406 (tex-compilation-parse-errors): Use it.
8407 Ignore tex-start-tex-marker. Don't bother with marker-position.
8408 (tex-validate-buffer): Don't bother with marker-position.
8409
8410 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
8411 (flyspell-generic-progmode-verify): Use it.
8412
8413 2000-11-22 Sam Steingold <sds@gnu.org>
8414
8415 * simple.el (delete-trailing-whitespace): New interactive function.
8416
8417 * progmodes/ada-mode.el (ada-mode): Use it instead of
8418 `ada-remove-trailing-spaces'.
8419 (ada-remove-trailing-spaces): Removed.
8420
8421 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
8422
8423 * textmodes/picture.el (picture-clean): Removed.
8424 (picture-mode-exit): Call it instead of `picture-clean'.
8425
8426 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8427
8428 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8429
8430 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8431 jit-lock-fontify-buffer; it should anyway be unneccessary to
8432 do anything special when jit-lock is active.
8433 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8434
8435 2000-11-22 Dave Love <fx@gnu.org>
8436
8437 * calendar/todo-mode.el (todo-top-priorities): Use
8438 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8439
8440 * language/chinese.el, language/cyrillic.el:
8441 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8442 * language/hebrew.el, language/indian.el, language/japanese.el:
8443 * language/korean.el, language/lao.el, language/misc-lang.el:
8444 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8445 Use provide.
8446
8447 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8448 (custom-variable-set): Improve validation error mesage.
8449
8450 * rect.el (string-rectangle): Revert last change.
8451 (string-rectangle-line): New arg DELETE.
8452 (string-rectangle): Check delete-selection-mode.
8453
8454 * emacs-lisp/edebug.el (edebug-version)
8455 (edebug-maintainer-address): Deleted.
8456 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8457 (edebug-read-function): Account for other `'#' read forms.
8458 (edebug-mode-menus): Make some items toggles.
8459 (edebug-outside-unread-command-event, unread-command-event):
8460 Remove these to avoid warnings.
8461
8462 2000-11-22 David Ponce <david@dponce.com>
8463
8464 * recentf.el (recentf-menu-items-for-commands)
8465 (recentf-make-menu-items, recentf-make-menu-item)
8466 (recentf-filter-changer): Added :help and :active menu-item properties.
8467
8468 (recentf-build-dir-rules, recentf-dump-variable)
8469 (recentf-edit-list, recentf-open-files-item)
8470 (recentf-open-files): Replaced unnecessary `mapcar' with new
8471 built-in `mapc'.
8472
8473 2000-11-23 Miles Bader <miles@gnu.org>
8474
8475 * faces.el (menu): Make inverse-video on ttys too.
8476
8477 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8478
8479 * simple.el (comment-line-break-function): Use the new name
8480 indent-new-comment-line -> comment-indent-new-line.
8481 (clone-indirect-buffer): Don't ignore NORECORD.
8482 (next-completion): Properly handle the case where items are adjacent.
8483
8484 * mouse.el (popup-menu): Stupid typo.
8485
8486 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8487
8488 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8489 maintainer, keywords tags.
8490
8491 * rect.el (replace-rectangle): Don't call string-rectangle-line
8492 with too many arguments.
8493
8494 2000-11-22 Andre Spiegel <spiegel@gnu.org>
8495
8496 * ediff-util.el (ediff-file-checked-out-p)
8497 (ediff-file-checked-in-p): Call vc-state instead of
8498 vc-locking-user, which no longer exists.
8499
8500 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8501
8502 2000-11-22 Dave Love <fx@gnu.org>
8503
8504 * md5.el (md5): Provide.
8505 (md5): Fix error call.
8506
8507 2000-11-22 Miles Bader <miles@gnu.org>
8508
8509 * textmodes/refill.el (refill-adjust-ignorable-overlay)
8510 (refill-fill-paragraph-at): Remove debugging code.
8511
8512 * calendar/calendar.el (generate-calendar-window): When we don't
8513 call `fit-window-to-buffer', make sure the top line is fully visible.
8514
8515 * image-file.el (insert-image-file): Don't make `read-only'
8516 property rear-nonsticky.
8517
8518 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8519 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8520 stashing away its original value.
8521 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8522 in the recursive edit.
8523 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8524 (isearch-done): Restore `minibuffer-message-timeout'.
8525
8526 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8527
8528 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8529
8530 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8531
8532 * find-lisp.el (find-lisp-find-files-internal):
8533 Use dolist, when and file-name-as-directory.
8534
8535 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
8536 (define-derived-mode, define-minor-mode): Add specs.
8537
8538 * window.el: General comment and spacing fixes.
8539 (save-selected-window): Use backquotes.
8540 (window-safely-shrinkable-p): New function.
8541 (shrink-window-if-larger-than-buffer): Use it.
8542
8543 * subr.el (make-local-hook): Docstring fix.
8544
8545 * shell.el (shell-mode): Use define-derived-mode.
8546
8547 * newcomment.el (comment-indent): Insert comment before calling
8548 comment-indent-function. Don't insert in column 0.
8549 (comment-dwim): Indent before inserting comment.
8550
8551 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8552 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8553 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8554 Use mapc rather than map.
8555
8556 * files.el (find-buffer-visiting): Compare all attributes before
8557 declaring two files identical (rather than just their inode-no).
8558 (auto-mode-alist): Use \' rather than $.
8559
8560 * which-func.el: Update maintainer line.
8561
8562 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8563 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8564 (uniquify-buffer-file-name): Use it.
8565
8566 2000-11-22 Miles Bader <miles@gnu.org>
8567
8568 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8569 * simple.el (minibuffer-avoid-prompt): New function.
8570
8571 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8572
8573 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8574
8575 2000-11-21 Miles Bader <miles@gnu.org>
8576
8577 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8578 inclusion of `track-mouse'.
8579
8580 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8581 (refill-adjust-ignorable-overlay): New function.
8582 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8583 only the paragraph's tail if possible.
8584 Update `refill-ignorable-overlay'.
8585 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8586
8587 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8588 point inside the fill-prefix.
8589
8590 * textmodes/refill.el (refill-post-command-function): Don't reset
8591 refill-doit in the case where a self-insertion command doesn't
8592 case a refill. Use `refill-fill-paragraph-at', getting position
8593 from `refill-doit'.
8594 (refill-after-change-function): Set `refill-doit' to END.
8595 (refill-fill-paragraph-at): New function, mostly from old
8596 refill-fill-paragraph.
8597 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8598 (refill-pre-command-function): New function.
8599 (refill-mode): Add it to `pre-command-hook'.
8600
8601 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8602
8603 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8604
8605 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8606 javadoc tags.
8607
8608 2000-11-20 Andre Spiegel <spiegel@gnu.org>
8609
8610 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8611 vc.el).
8612
8613 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
8614 require vc.
8615
8616 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
8617 checkouts.
8618
8619 2000-11-20 Dave Love <fx@gnu.org>
8620
8621 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8622
8623 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
8624
8625 * calculator.el (calculator-paste): Use `if' instead of `and'
8626 and `or'.
8627 (calculator-help): Don't use electric-describe-mode for XEmacs.
8628
8629 2000-11-19 Gerd Moellmann <gerd@gnu.org>
8630
8631 * info.el (info-menu-5): Doc fix.
8632
8633 * textmodes/artist.el: New file.
8634
8635 2000-11-19 Andre Spiegel <spiegel@gnu.org>
8636
8637 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
8638 and differentiate according to checkout model.
8639 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8640 since this function is only concerned with master state.
8641
8642 * vc-hooks.el (vc-workfile-unchanged-p)
8643 (vc-default-workfile-unchanged-p): Moved here from vc.el.
8644
8645 * vc.el (vc-workfile-unchanged-p)
8646 (vc-default-workfile-unchanged-p): See above.
8647
8648 2000-11-19 Miles Bader <miles@gnu.org>
8649
8650 * image-file.el (insert-image-file): Make `intangible' and
8651 `read-only' properties rear-nonsticky too.
8652
8653 2000-11-18 Gerd Moellmann <gerd@gnu.org>
8654
8655 * ps-print.el: Update copyright notice.
8656
8657 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8658 (tooltip-show): Use the offsets.
8659
8660 * bindings.el (mode-line-modified): Fix a typo.
8661 (mode-line-toggle-modified, mode-line-widen)
8662 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8663
8664 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8665
8666 * ps-print.el (toplevel): Test for find-coding-system being
8667 fboundp before calling ps-x-find-coding-system.
8668
8669 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8670
8671 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8672 (vc-version-backup-file): Docstring fix.
8673
8674 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8675
8676 * files.el (basic-save-buffer): Don't add a newline if
8677 find-file-literally is non-nil.
8678 (find-file-literally): Extend doc string.
8679
8680 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8681 sort(1) with the `-f' argument.
8682
8683 2000-11-16 Andre Spiegel <spiegel@gnu.org>
8684
8685 * vc.el: Updated backend documentation.
8686 (vc-default-check-headers): New function.
8687
8688 * vc-{cvs,rcs,sccs}.el: Functions reordered.
8689
8690 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8691 up-to-date.
8692 (vc-do-command): In the asynchronous case, output messages only if
8693 the minibuffer is not active.
8694
8695 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8696 `vc-cvs-use-edit' is on.
8697 (vc-cvs-checkout): When this is used for reverting the workfile,
8698 make a backup of the original contents and revert to that in case
8699 of error.
8700 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
8701 remote repositories.
8702
8703 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8704 for both version and ratio in the minibuffer.
8705
8706 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8707 Use vc-do-command to perform the annotation, not call-process.
8708
8709 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8710
8711 * international/quail.el (quail-start-translation): Don't call
8712 `message' before reading key sequence.
8713
8714 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8715
8716 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8717
8718 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8719
8720 * window.el (fit-window-to-buffer): Be sure to acquire at least
8721 one text line even if the buffer is empty.
8722
8723 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8724
8725 * net/ange-ftp.el (ange-ftp-file-writable-p)
8726 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8727 Bind ange-ftp-process-verbose to nil.
8728
8729 2000-11-15 Dave Love <fx@gnu.org>
8730
8731 * wid-edit.el (widget-specify-field, widget-specify-button):
8732 If :help-echo is a function, set help-echo of overlay to
8733 widget-mouse-help.
8734 (widget-mouse-help): New function.
8735 (widget-echo-help): Rewritten for :help-echo functions only taking
8736 a widget arg.
8737
8738 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8739 Use display-graphic-p.
8740 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8741 and that JPEG is available.
8742 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8743
8744 * international/mule-cmds.el (locale-charset-language-names):
8745 Match @euro.
8746
8747 2000-11-15 Gerd Moellmann <gerd@gnu.org>
8748
8749 * faces.el (face-set-after-frame-default):
8750 If `inhibit-default-face-x-resources' is bound, don't intialize the
8751 default face from X resources.
8752
8753 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8754
8755 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8756 Don't set EMACSLOADPATH.
8757
8758 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8759
8760 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8761 texinfo-insert-@url.
8762 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8763 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8764
8765 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8766
8767 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8768 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8769 (checkdoc-minor-keymap): Backward compatibility.
8770 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8771 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8772 (checkdoc-this-string-valid-engine): Be a bit more strict
8773 to avoid matching substrings of `...' quoted vars/funs.
8774 (checkdoc-defun-info): Only look for `interactive' if alone.
8775 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8776
8777 * progmodes/compile.el (grep): `tag-default' can be nil.
8778
8779 * newcomment.el (comment-indent): Paren typo.
8780
8781 2000-11-14 Dave Love <fx@gnu.org>
8782
8783 * calculator.el: New maintainer version.
8784
8785 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
8786
8787 * cmuscheme.el: Doc fixes.
8788 (cmuscheme) <defgroup>: Use `scheme' as parent.
8789 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8790
8791 * xscheme.el (scheme-program-name): Don't define here.
8792
8793 * progmodes/scheme.el (scheme-program-name): New variable
8794 (originally in cmuscheme).
8795
8796 2000-11-14 Miles Bader <miles@gnu.org>
8797
8798 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8799 Handle header-lines. Don't loop forever if we can't enlarge the
8800 window anymore. Simplify a bit.
8801
8802 2000-11-14 Kenichi Handa <handa@etl.go.jp>
8803
8804 * window.el (fit-window-to-buffer): Don't check
8805 window-text-height. Assure that the last line is fully visible.
8806
8807 * international/quail.el (quail-show-guidance-buf):
8808 Call fit-window-to-buffer to assure the enough height of the guidance
8809 buffer.
8810 (quail-update-guidance): Avoid making the guidance buffer shorter.
8811
8812 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8813
8814 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8815 rather than `prepend' and add an interesting comment.
8816 (tex-math-face, tex-font-lock-syntactic-face-function):
8817 New face and function to use it.
8818 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8819 than `menu-enable' symbol property.
8820 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8821 (tex-mode): Add some latex-mode commands for auto-selection.
8822 Use tex-font-lock-syntactic-face-function.
8823 (tex-insert-quote): Simplify.
8824 (tex-shell): New mode.
8825 (tex-start-shell): Use it.
8826 (tex-shell-proc, tex-shell-buf): New functions.
8827 (tex-send-command): Use it.
8828 (tex-main-file): Fix the meaning of the new arg REALFILE.
8829 (tex-send-tex-command): New function split from `tex-start-tex'.
8830 Set compilation-last-buffer and compilation-parsing-end.
8831
8832 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8833 when it follows non-comment text on the line.
8834
8835 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8836 Set font-lock-defaults.
8837 (lisp-mode-shared-map): Init inside the defvar.
8838 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8839 Use define-derived-mode.
8840
8841 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8842
8843 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8844
8845 2000-11-14 Gerd Moellmann <gerd@gnu.org>
8846
8847 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8848 Don't recursively optimize body because that can lead to infinite
8849 recursion; see comment there.
8850
8851 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8852
8853 * faces.el (face-spec-set-match-display): Revert the change from
8854 2000-10-24. Add a FIXME for after v21.1.
8855
8856 2000-11-13 Miles Bader <miles@gnu.org>
8857
8858 * textmodes/fill.el (skip-line-prefix): New function.
8859 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8860 (fill-paragraph): Don't leave point inside the fill-prefix.
8861 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8862 point inside the fill-prefix.
8863
8864 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8865
8866 * calendar/calendar.el (generate-calendar-window):
8867 Use `fit-window-to-buffer'.
8868
8869 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8870
8871 * gud.el (gud-minor-mode): New var.
8872 (gud-symbol, gud-val): New functions.
8873 (gud-find-file): Copy gud-minor-mode to the new buffer.
8874 (gud-menu-map): Include entries for commands that are not always
8875 available, using :enable to (de)activate them.
8876 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8877 (gud-mode-map): New map.
8878 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
8879 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8880 Don't set up gud's menu (it's done by the minor-mode).
8881 (gud-minibuffer-local-map): New.
8882 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8883 (gud-query-cmdline): New function.
8884 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8885 (gud-mode): Use define-derived-mode.
8886 Don't set up gud's menu (it's done by the minor-mode).
8887 (gud-chop-words): Remove.
8888 (gud-common-init): Use split-string instead.
8889 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8890
8891 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8892 Add keyword arg :name.
8893
8894 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8895 (diff-count-matches, diff-split-hunk): New functions.
8896 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8897
8898 * pcvs-info.el (cvs-fi-conflict-face): New var.
8899
8900 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8901 Make it into a simple syntax-table, shared among all submodes.
8902 (sh-heredoc-face): Re-introduce.
8903 (sh-font-lock-syntactic-face-function): New function.
8904 (sh-mode): Use it. Also use define-derived-mode.
8905 Remove old bogus setting of indent-region-function.
8906 (sh-set-shell): Don't set the syntax-table any more.
8907 (sh-mode-syntax-table) <defun>: Remove.
8908
8909 2000-11-12 Miles Bader <miles@gnu.org>
8910
8911 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8912 message if interactive.
8913
8914 2000-11-12 Dave Love <fx@gnu.org>
8915
8916 * mail/feedmail.el: Fix header,
8917 (feedmail) <defgroup>: Add :link.
8918
8919 * view.el: Use local-map property, not keymap on mode-line string.
8920
8921 * scroll-all.el (scroll-all-mode): Customize variable.
8922 Add autoload cookie to function.
8923
8924 * lazy-lock.el: Remove compatibility code.
8925
8926 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8927 (finder-help-echo): New variable.
8928 (finder-mouse-face-on-line): Add help-echo stuff.
8929 (finder-list-keywords, finder-list-matches): Use mapc.
8930
8931 * faces.el (face-font-registry-alternatives): Add :version.
8932
8933 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8934 tags-table-list.
8935
8936 * net/browse-url.el (browse-url-browser-function): Update :version.
8937
8938 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
8939 (mail-mode): Use [:alnum:] in some regexps.
8940
8941 2000-11-10 Dave Love <fx@gnu.org>
8942
8943 * ediff.el (ediff-regions-internal, ediff-documentation):
8944 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8945 fundamental mode.
8946
8947 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8948 buffer into fundamental mode.
8949 (ediff-set-difference): Use copy-sequence if available.
8950
8951 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8952 Check ediff-patch-map non-nil.
8953 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8954 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8955 buffer into fundamental mode.
8956
8957 * ediff-merg.el (state-or-merge): Defvar when compiling.
8958
8959 2000-11-10 Jason Rumney <jasonr@gnu.org>
8960
8961 * w32-fns.el (w32-add-charset-info): New function.
8962 (w32-charset-info-alist): Use it.
8963
8964 2000-11-10 Gerd Moellmann <gerd@gnu.org>
8965
8966 * faces.el (face-font-registry-alternatives): New user-option.
8967
8968 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8969
8970 * textmodes/texinfo.el (texinfo-block-default): New var.
8971 (texinfo-insert-block): Use it. Insert a newline if needed.
8972
8973 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8974 (fill-region-as-paragraph): Use it.
8975
8976 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8977 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8978 Tweak paragraph regexps to allow a leading [ \t]*.
8979 (tex-latex-block): Insert a newline if necessary.
8980 (latex-insert-item): Only insert a newline if necessary.
8981 (tex-guess-main-file): New function.
8982 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8983 Set tex-main-file if TeX-master is provided.
8984 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8985
8986 2000-11-10 Gerd Moellmann <gerd@gnu.org>
8987
8988 * startup.el (command-line): Set the default tooltip-mode
8989 to t for graphical displays which implement x-show-tip.
8990
8991 * tooltip.el (tooltip-mode): Add a comment about startup.el
8992 setting the default value of this user-option.
8993
8994 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8995
8996 * font-lock.el (font-lock-*-face) <defvar>: Move.
8997 (font-lock-defaults-alist): Mark obsolete.
8998 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8999 (font-lock-mode): Use define-minor-mode.
9000 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
9001 (font-lock-turn-off-thing-lock): Be more explicit.
9002 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
9003 (font-lock-syntactic-face-function): New var.
9004 (font-lock-fontify-syntactically-region): Use it.
9005 (font-lock-doc-face): New.
9006
9007 * pcvs.el (cvs-enabledp): Ignore errors.
9008 (cvs-commit-filelist): Never query.
9009 (cvs-mode-insert): Always add a terminating / in the initial prompt.
9010 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
9011 (cvs-do-removal): Use cvs-partition rather than delete-if.
9012 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9013 cvs-bury-buffer.
9014
9015 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9016 Allow `next' to jump to after the end of the last match.
9017
9018 2000-11-09 Gerd Moellmann <gerd@gnu.org>
9019
9020 * simple.el (byte-compiling-files-p): New function.
9021
9022 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
9023 if it is there.
9024
9025 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9026 nil again.
9027
9028 * textmodes/ispell.el (ispell-library-path): Don't call
9029 check-ispell-version when byte-compiling because that starts
9030 an ispell process, and ispell might not be installed.
9031 (toplevel): Don't set up a menu when byte-compiling.
9032
9033 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9034 it, so that a boundp test can be used to determine if we're
9035 currently byte-compiling.
9036
9037 2000-11-09 Dave Love <fx@gnu.org>
9038
9039 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
9040
9041 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9042
9043 * ps-print.el: Patch for variable initialization when spooling.
9044 Doc fix.
9045 (ps-output-list): Fun eliminated.
9046 (ps-begin-file, ps-begin-job): Code fix.
9047
9048 2000-11-08 Dave Love <fx@gnu.org>
9049
9050 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9051
9052 2000-11-08 Gerd Moellmann <gerd@gnu.org>
9053
9054 * simple.el (shell-command, display-message-or-buffer)
9055 (shell-command-on-region): Mention resize-mini-windows in the doc
9056 string.
9057 (display-message-or-buffer): Take the value of resize-mini-windows
9058 into account.
9059
9060 2000-11-07 Gerd Moellmann <gerd@gnu.org>
9061
9062 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
9063
9064 * dired.el (dired-between-files): Add `^. find' as an alternative
9065 to the regular expression, for find-dired.
9066
9067 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9068
9069 * textmodes/texnfo-upd.el: Require texinfo.
9070 (defmacro, defgroup): Remove.
9071 (texinfo-section-to-generic-alist): Remove.
9072 Use texinfo-section-list instead (i.e. level is changed string->int).
9073 (texinfo-filter): New function.
9074 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
9075 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
9076 Use it. And use regexp-opt.
9077 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
9078 (texinfo-update-menu-region-beginning)
9079 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
9080 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
9081 (texinfo-update-menu-same-level-regexps): Update.
9082 (texinfo-update-node, texinfo-every-node-update)
9083 (texinfo-sequential-node-update): Remove autoload cookie.
9084
9085 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
9086 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
9087 (texinfo-chapter-level-regexp): Remove.
9088 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
9089
9090 2000-11-06 Dave Love <fx@gnu.org>
9091
9092 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
9093
9094 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9095 Match defun*.
9096
9097 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9098
9099 * composite.el (composition-function-table): Variable declaration
9100 moved to src/composite.c.
9101 (compose-chars-after): New optional arg object.
9102
9103 2000-11-06 Gerd Moellmann <gerd@gnu.org>
9104
9105 * bindings.el (mode-line-toggle-read-only)
9106 (mode-line-toggle-modified, mode-line-widen)
9107 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9108 (make-mode-line-mouse2-map): Rewritten.
9109 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9110 functions so that C-h k can show something with a doc string.
9111
9112 * startup.el (fancy-splash-delay): Set to 10 seconds.
9113 (fancy-splash-max-time): New user-option.
9114 (fancy-splash-stop-time): New variable.
9115 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9116 (fancy-splash-screens-1): Throw `stop-splashing' when current
9117 time is greater than fancy-splash-stop-time.
9118
9119 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9120
9121 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9122
9123 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9124 Prompt user for a file rather than raising an error.
9125 (cvs-enabledp): Fix call to cvs-mode-marked.
9126 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9127 (cvs-mode-insert): Use it. Change the init prompt' value.
9128 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9129
9130 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9131 Don't pass default arg to ewoc-locate.
9132 (ewoc-collect): Return result in the right order.
9133
9134 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9135
9136 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9137 (cvs-status-get-tags): Fix regexp.
9138 (cvs-status-trees, cvs-status-cvstrees):
9139 Combine after change hooks and don't sit-for.
9140 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9141 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
9142 Use make-char rather than hard-coded cryptic data.
9143 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9144
9145 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9146
9147 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9148 (cvs-insert-strings): New function.
9149
9150 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9151
9152 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9153 `mwheel-scroll-amount'.
9154 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9155 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9156 string-matching against the version string.
9157
9158 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9159
9160 * language/thai.el ("Thai"): Set a lisp form that produces
9161 composed string in `sample-text' language info.
9162
9163 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9164 composed string in `sample-text' language info.
9165
9166 * international/mule-cmds.el (describe-language-environment):
9167 Eval `sample-text' data and insert the result.
9168
9169 * international/mule-conf.el (compound-text): Define this coding
9170 system here. Make x-ctext and ctext aliases of it.
9171
9172 * language/european.el (compound-text, ctext): Moved to
9173 international/mule-conf.el.
9174
9175 2000-11-05 Andrew Innes <andrewi@gnu.org>
9176
9177 * w32-fns.el (w32-version): New function.
9178
9179 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9180
9181 * progmodes/awk-mode.el: Update copyright.
9182 (awk-mode-abbrev-table): Remove.
9183 (awk-font-lock-keywords): Use regexp-opt.
9184 (awk-mode): Use define-derived-mode.
9185
9186 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9187 when extracting a suffix.
9188
9189 2000-11-04 Andre Spiegel <spiegel@gnu.org>
9190
9191 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9192 auto-save-mode.
9193
9194 2000-11-04 Jason Rumney <jasonr@gnu.org>
9195
9196 * language/european.el (decode-mac-roman): Test against r1 not r0.
9197
9198 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9199
9200 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9201 (icon-mode): Define indent-line-function.
9202 (icon-comment-indent): Simplify.
9203 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9204
9205 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9206
9207 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9208 Bind change-log-default-mode to defeat the caching done on it.
9209 Don't bother saving excursion any more.
9210
9211 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9212
9213 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9214 (set-frame-font): Use the new name (and the old for compatibility).
9215
9216 * toolbar/tool-bar.el (tool-bar-mode):
9217 * time.el (display-time-mode):
9218 * recentf.el (recentf-mode):
9219 * paren.el (show-paren-mode):
9220 * mwheel.el (mouse-wheel-mode):
9221 * msb.el (msb-mode):
9222 * jka-compr.el (auto-compression-mode):
9223 * image-file.el (auto-image-file-mode):
9224 * hl-line.el (hl-line-mode):
9225 * delsel.el (delete-selection-mode):
9226 * autoinsert.el (auto-insert-mode):
9227 * complete.el (partial-completion-mode): Drop unneeded positional args.
9228
9229 * info.el (Info-mode):
9230 * comint.el (comint-mode): Don't bother with make-local-hook.
9231
9232 * log-edit.el (log-edit-menu): New menu.
9233
9234 2000-11-03 Miles Bader <miles@gnu.org>
9235
9236 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9237 definition, so that trailing spaces are handled properly.
9238 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9239
9240 2000-11-03 Gerd Moellmann <gerd@gnu.org>
9241
9242 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9243 tab character.
9244 (fancy-splash-screens): Set tab-width to 20.
9245
9246 2000-11-03 Dave Love <fx@gnu.org>
9247
9248 * comint.el (comint-completion-addsuffix): Fix custom type.
9249
9250 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9251
9252 * font-lock.el (font-lock-buffers): Remove.
9253 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9254 (font-lock-change-major-mode): Remove.
9255 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9256 (font-lock-default-fontify-region): Extend the multiline
9257 fontification to whole lines.
9258 (font-lock-fontify-anchored-keywords)
9259 (font-lock-fontify-keywords-region): If matching just one
9260 line (with \n) only mark the \n as multiline.
9261
9262 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9263 Correctly handle the case where several :group args are supplied.
9264 Allow :extra-args.
9265 (easy-mmode-define-global-mode): Allow :extra-args.
9266 Correctly handle the case where several :group args are supplied.
9267
9268 2000-11-02 Miles Bader <miles@gnu.org>
9269
9270 * calendar/calendar.el (diary-face, calendar-today-face)
9271 (holiday-face): Remove dependency on `window-system'.
9272
9273 2000-11-02 Ken Raeburn <raeburn@gnu.org>
9274
9275 * Makefile.in (emacs): Set EMACSLOADPATH always.
9276 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9277 (compile-files): Bomb out if compilation of a file fails.
9278
9279 2000-11-02 Dave Love <fx@gnu.org>
9280
9281 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9282
9283 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9284
9285 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9286 punctuation in the warning inserted into the *mail* buffer.
9287
9288 2000-11-02 Gerd Moellmann <gerd@gnu.org>
9289
9290 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9291 (authors-public-domain-p): New function.
9292 (authors-print): Use it.
9293
9294 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9295
9296 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9297
9298 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9299
9300 * ps-print.el: Extension for even/odd printing. Doc fix.
9301 (ps-print-version): New version number (6.3.1).
9302 (ps-even-or-odd-pages): Customization fix.
9303 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9304 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9305 (ps-page-count): Var replaced by `ps-page-column'.
9306 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9307 (ps-print-sheet-p): New fun.
9308
9309 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9310
9311 * tooltip.el (tooltip-gud-tips-setup): New function.
9312 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9313 (tooltip-mode): Call tooltip-gud-tips-setup.
9314 (tooltip-gud-tips): Use `gud-basic-call' instead of
9315 process-send-string, so the prompt gets frobbed appropriately.
9316 Handle nil return value from `tooltip-gud-print-command'.
9317
9318 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9319
9320 * comint.el (comint-add-to-input-history): New function.
9321 (comint-send-input): Use `comint-add-to-input-history'.
9322
9323 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9324
9325 * info.el (info-menu-header): New face.
9326 (Info-fontify-menu-headers): New function.
9327 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9328
9329 * info.el (Info-insert-dir): Don't include blank lines at
9330 beginning of additional dir files (one is added automatically).
9331
9332 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9333
9334 * emacs-lisp/easy-mmode.el (define-minor-mode):
9335 Revert the latest changes.
9336 Allow the three positional arguments to be skipped and replaced
9337 by keyword arguments.
9338 Add a :toggle argument to determine whether a nil arg means toggle
9339 or means turn-on. The default is unchanged.
9340 Add a call to force-mode-line-update.
9341
9342 2000-11-01 Dave Love <fx@gnu.org>
9343
9344 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
9345
9346 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9347
9348 * calendar/calendar.el (diary-face, holiday-face):
9349 Add dark-background variants.
9350
9351 2000-10-31 Sam Steingold <sds@gnu.org>
9352
9353 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9354 `tex-main-file' does not have directory in it.
9355
9356 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9357
9358 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9359
9360 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9361
9362 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9363 functional change.
9364
9365 2000-10-31 Gerd Moellmann <gerd@gnu.org>
9366
9367 * files.el (find-file-noselect): When we expand a wildcard, return
9368 a list of buffers, as we should do according to the doc string.
9369
9370 2000-10-31 Ken Raeburn <raeburn@gnu.org>
9371
9372 * loadup.el (top level): Adjust load path if program name is
9373 "../src/bootstrap-emacs", in case it's not dumped and thus the
9374 load path adjustment hasn't already been done.
9375
9376 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9377
9378 * ps-print.el: Fix bug on selected pages for printing.
9379 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
9380 is on. Try to avoid warning messages when compiling. Doc Fix.
9381 (ps-print-version): New version number (6.3).
9382 (ps-color-device): Use `color-values' to determine if device
9383 supports color.
9384 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9385 (ps-print-page-p): Changed from defsubst to defun.
9386 (ps-page-number): Changed from defmacro to defun.
9387 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9388 printing.
9389 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
9390 (ps-end-file, ps-dummy-page): Funs eliminated.
9391 (ps-print-color-scale): Changed default value.
9392 (ps-page-n-up, ps-print-page-p): New internal vars.
9393 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9394 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9395
9396 * delim-col.el: Little programming improvement.
9397 (delimit-columns-str): New macro.
9398 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9399
9400 2000-10-31 Kenichi Handa <handa@etl.go.jp>
9401
9402 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9403 Moved to european.el.
9404 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9405 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9406 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9407 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
9408
9409 2000-10-30 Dave Love <fx@gnu.org>
9410
9411 * progmodes/cc-menus.el (imenu-generic-expression)
9412 (imenu-progress-message): Only defvar when compiling.
9413
9414 * emacs-lisp/elp.el (elp-unload-hook): New function.
9415
9416 * loadhist.el (unload-feature): Call elp-restore-function,
9417 checking for symbols; don't use elp-restore-all.
9418 (loadhist-hook-functions): Doc fix.
9419
9420 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9421
9422 * log-edit.el (log-edit-confirm): Fix the default.
9423
9424 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9425
9426 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9427 delimit-columns-format.
9428 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9429
9430 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9431
9432 * comint.el (comint-replace-by-expanded-history): Don't use
9433 comint-get-old-input (we're not looking at *old* input).
9434 (comint-get-old-input-default): If using fields, signal an error
9435 when the point is not in an input field.
9436
9437 2000-10-30 Kenichi Handa <handa@etl.go.jp>
9438
9439 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9440 and mule-unicode-e000-ffff.
9441
9442 * international/mule.el (decode-char, encode-char): New functions.
9443 (make-coding-system): Accept a symbol of translation table as a
9444 value of property `safe-chars'.
9445
9446 * international/mule-cmds.el (encode-coding-char): Check property
9447 safe-chars instead of safe-charsets.
9448
9449 * international/fontset.el (fontset-default): Modified for
9450 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9451 (x-font-name-charset-alist): Likewise.
9452 (ccl-encode-unicode-font): New CCL program. Record it in
9453 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9454
9455 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9456 New translation tables.
9457 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9458 programs are modified and moved from mac-win.el.
9459 (mac-roman): Definition of this coding system is modified and
9460 moved from mac-win.el.
9461
9462 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9463
9464 * ediff-wind.el (ediff-setup-control-frame): Enclose
9465 face-attribute in condition-case to avoid errors in older emacsen.
9466
9467 2000-10-29 Miles Bader <miles@gnu.org>
9468
9469 * custom.el (custom-add-to-group): Allow multiple entries for a
9470 given value OPTION, as long as their widget types are different.
9471 * cus-edit.el (custom-face-value-create): If face name doesn't end
9472 with "face", add such here (similar to custom group widgets).
9473
9474 * comint.el (comint-highlight-prompt): Add :type.
9475
9476 2000-10-28 John Wiegley <johnw@gnu.org>
9477
9478 * calendar/timeclock.el (timeclock-log): Doc fix.
9479 (timeclock-last-event): Doc fix.
9480 (timeclock-log): Kill the timelog buffer after appending a new event.
9481 (timeclock-find-discrep): Use a temp buffer to read in the
9482 timelog, instead of visiting the file.
9483 (timeclock-log-data): A new function, along with a host of helper
9484 functions, for the purpose of making timelog data accessible to
9485 programmers.
9486
9487 * eshell/esh-mode.el (window-height test): Make certain that
9488 `eshell-stringify-t' is non-nil.
9489 (eshell-password-prompt-regexp): Changed to a much simpler
9490 password regexp.
9491 (eshell-send-input): If `eshell-invoke-directly' returns t,
9492 directly invoke the parsed command using `eval'. This improves
9493 turn-around time on simple commands by a factor of three or
9494 greater, such as cd, ls, pwd, etc. -- which get used very often.
9495 It also conserves thousands of cons cells per call (since
9496 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9497 in the Pacific Cookie Company).
9498
9499 * eshell/esh-test.el (eshell-test): Whitespace fix.
9500
9501 * eshell/em-ls.el (eshell-ls-insert-directory):
9502 Make `eshell-ls-initial-args' nil when inserting directory contents.
9503
9504 * eshell/em-script.el (eshell-script-initialize): Add names to
9505 `eshell-complex-commands, since `source' and `.' are complex.
9506
9507 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9508 (eshell-rewrite-while-command): Use `eshell-protect' instead of
9509 `eshell-copy-handles'.
9510 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9511 bodies.
9512 (eshell-separate-commands): Whitespace fix.
9513 (eshell-complex-commands): Added a new list of names, for
9514 determining whether a given command is as simple as it looks.
9515 (eshell-invoke-directly): New function. Returns t if a command
9516 should be invoked directly (using `eval'), rather than indirectly
9517 using `eshell-do-eval'.
9518 (eshell-do-eval): Whitespace fix.
9519
9520 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9521 which provides an emulation of the DOS shell behavior of assuming
9522 that cp/mv/ln should copy/move/link to the current directory.
9523 (eshell-remove-entries): Added a doc string.
9524 (eshell-shuffle-files): Removed the check for `target' being null.
9525 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9526 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9527 it to do a smarter check of whether a destination was provided.
9528 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9529 (eshell/ln): Enable `:preserve-args', and use
9530 `eshell-mvcpln-template' to implement the body of the function.
9531 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9532 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
9533 list after flattening it. This makes it possible to cat files
9534 with numerical names.
9535 (eshell-unix-initialize): Added several names to
9536 `eshell-complex-commands.
9537 (eshell-unix-command-complex-p): Return t if a given command name
9538 may result in external processes being invoked.
9539
9540 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9541 variable nil by default, since it slows down glob processing by a
9542 factor of two or more, and increases memory consumption.
9543
9544 * eshell/em-smart.el: Added a note about how memory consumptive
9545 smart display mode can be (at least this is true in Emacs 21).
9546 (eshell-smart-initialize): Whitespace fix.
9547 (eshell-refresh-windows): Use `if' instead of `when'.
9548 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9549 not necessary.
9550 (eshell-currently-handling-window): Added a missing global variable.
9551
9552 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9553 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9554 Whitespace fix.
9555 (eshell-ls-exclude-hidden): Added this variable in addition to
9556 `eshell-ls-exclude-regexp'. This one prevents files beginning
9557 with . from even being read, which can improve memory consumption
9558 quite a bit.
9559 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9560 read file entries beginning with a dot. In home directories with
9561 lots of hidden files, fully two-thirds of the time spent in ls is
9562 used to read directory entries that are immediately thrown away.
9563 (eshell-ls-initial-args): Added back this configuration variable,
9564 for specifying default initial arguments to every call to ls.
9565 Much faster than using an alias to do the same thing.
9566 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9567 (eshell-ls-dir): Whitespace change.
9568
9569 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9570
9571 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
9572 (eshell-stringify-t): Added a customization variable, to indicate
9573 whether `t' should be rendered as a string at all. If not, one
9574 can still determine if the result of an expression is true using
9575 "file-exists-p FILE && echo true".
9576 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9577 stringify t!
9578
9579 * eshell/esh-module.el: Whitespace fix.
9580
9581 * eshell/em-alias.el (eshell-alias-initialize):
9582 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
9583 (eshell-command-aliased-p): New function that returns t if a
9584 command name names an aliased.
9585
9586 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9587
9588 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
9589 redrawing the screen when changing cursor color.
9590 (viper-insert-state-pre-command-sentinel)
9591 (viper-replace-state-pre-command-sentinel)
9592 (viper-replace-state-post-command-sentinel):
9593 Use viper-preserve-cursor-color.
9594 Many functions changed to use viper= instead of = when comparing
9595 characters.
9596 * viper-util.el (viper-memq-char,viper=): New functions for
9597 working with characters.
9598 (viper-change-cursor-color): Fixed buglet.
9599 Many functions changed to use viper= instead of = when comparing
9600 characters.
9601 * viper.el (viper-insert-state-mode-list): Added eshell.
9602
9603 * ediff-init.el (ediff-before-setup-hook): New hook.
9604 Several typos fixed in various docstrings.
9605 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
9606 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
9607 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9608 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9609 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9610 (ediff-get-selected-buffers): New function.
9611 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
9612 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9613 Use save-window-excursion.
9614 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
9615 termination check in while loop.
9616 * ediff.el (ediff-get-default-file-name): Better defaults when in
9617 dired buffer.
9618 (ediff-files,ediff-merge-files,ediff-files3)
9619 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
9620
9621 2000-10-28 Dave Love <fx@gnu.org>
9622
9623 * info.el (Info-fontify-node): Add help-echo for menu items.
9624
9625 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9626
9627 * startup.el (normal-top-level): If the value of $TERM indicates
9628 we are running from xterm or one of its work-alikes, default to a
9629 light background mode.
9630
9631 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9632 * faces.el (tty-handle-reverse-video): New function.
9633 (tty-create-frame-with-faces): Call it.
9634
9635 * frame.el (frame-notice-user-settings): Don't apply
9636 default-frame-alist and initial-frame-alist to MS-DOS frames.
9637 Call tty-handle-reverse-video, frame-set-background-mode, and
9638 face-set-after-frame-default for non-MS-DOS frames.
9639
9640 * startup.el (tty-long-option-alist): New variable.
9641 (tty-handle-args): New function.
9642 (command-line): Call tty-handle-args.
9643
9644 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9645 startup.el now does that for all character-terminal frames.
9646
9647 2000-10-28 Miles Bader <miles@gnu.org>
9648
9649 * emacs-lisp/easy-mmode.el (define-minor-mode):
9650 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9651 is global. If :global is followed by a non-nil but non-t value,
9652 make the mode buffer-local, but also generate a `global-MODE'
9653 version using `easy-mmode-define-global-mode'.
9654 Add :conditional-turn-on keyword argument.
9655
9656 2000-10-28 Dave Love <fx@gnu.org>
9657
9658 * international/latin1-disp.el (latin1-char-displayable-p):
9659 Don't use window-system.
9660
9661 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9662
9663 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9664 Don't call find-buffer-file-type-coding-system. Instead, just
9665 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9666 if the file is on an untranslated filesystem.
9667 (add-untranslated-filesystem): Use "D" instead of "f" inside
9668 interactive.
9669
9670 2000-10-27 Dave Love <fx@gnu.org>
9671
9672 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
9673 (refill-mode): Use it.
9674
9675 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9676
9677 * international/quail.el (quail-activate): Don't make-local-hook.
9678
9679 2000-10-27 Andre Spiegel <spiegel@gnu.org>
9680
9681 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
9682 manual backups and file.~<rev>.~ for automatic ones.
9683 (vc-make-version-backup): Don't do it on MS-DOS without long file
9684 names.
9685
9686 * vc.el (vc-version-other-window): If an automatic backup of the
9687 desired version exists, rename it instead of copying it.
9688
9689 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9690 after command. If there's an unexpected error, signal it instead
9691 of being silent.
9692 (vc-cvs-merge-news): Be prepared for no news at all.
9693
9694 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9695
9696 * shell.el (shell): Add BUFFER argument.
9697 * comint.el (make-comint-in-buffer): New function.
9698 (make-comint): Use it.
9699
9700 * faces.el (face-spec-choose): Change syntax so that the list of
9701 attribute-value pairs is now the cdr of each clause, not the cadr.
9702 Detect old-style entries, and handle them. Use pop.
9703
9704 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9705
9706 * cus-edit.el (custom-mode-map): Use a sparse map.
9707 (custom-mode): Don't bother with make-local-hook.
9708
9709 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9710
9711 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9712
9713 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9714
9715 * ps-print.el: Avoid compilation gripes.
9716 (ps-print-version): New version number (6.2.1).
9717
9718 2000-10-26 Dave Love <fx@gnu.org>
9719
9720 * menu-bar.el: Modify some menu item help strings.
9721 (menu-bar-help-menu): Add link to MORE.STUFF.
9722
9723 * cus-edit.el (custom-mode): Add `special' mode-class property.
9724
9725 * wid-browse.el (widget-browse-mode): Likewise.
9726
9727 * wid-edit.el (widget-specify-field): Revert to using local-map
9728 property, not keymap.
9729
9730 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9731
9732 * wid-edit.el (widget-field-end): When checking for a `boundary'
9733 field, do so in the correct buffer.
9734
9735 * simple.el (undo): Correctly distinguish between numeric and
9736 non-numeric prefix args in non-transient-mark-mode, as per the doc
9737 string. When in transient-mark-mode, treat all prefix-args as
9738 numeric.
9739
9740 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9741 Position point on match. Handle N == 0 correctly.
9742
9743 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9744 (comint-mode-map): Reverse order of `comint-write-output' and
9745 `comint-append-output-to-file'.
9746 (comint-append-output-to-file): Reinstate this function, for the
9747 benefit of the menu.
9748
9749 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9750
9751 * vc.el (vc-version-other-window): Bind `file'.
9752
9753 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9754
9755 * Makefile.in (update-authors): New target for maintenance purposes.
9756
9757 * emacs-lisp/authors.el (batch-update-authors): New function.
9758 (authors-fixed-entries): New defconst.
9759 (authors-add-fixed-entries): New function.
9760 (authors): Call it.: Don't process lispref/.
9761
9762 2000-10-25 Jason Rumney <jasonr@gnu.org>
9763
9764 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9765 Merge x w32 and mac definitions.
9766
9767 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9768
9769 * menu-bar.el (menu-bar-options-menu): Add a help string for
9770 `uniquify'.
9771
9772 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
9773
9774 * time-stamp.el (time-stamp-string-preprocess):
9775 Fix a wrong type argument error.
9776
9777 2000-10-25 Miles Bader <miles@gnu.org>
9778
9779 * recentf.el (recentf-mode): Variable removed.
9780 (recentf-mode): Use `define-minor-mode'.
9781
9782 * mwheel.el (mouse-wheel-mode): New global minor mode.
9783 (mwheel-install): Use `mouse-wheel-mode'.
9784
9785 2000-10-25 Dave Love <fx@gnu.org>
9786
9787 * progmodes/cperl-mode.el (cperl-mode):
9788 Set normal-auto-fill-function correctly.
9789
9790 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9791 Don't inherit from global-map and don't nullify menu-bar and tool-bar
9792 bindings.
9793
9794 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9795
9796 * wid-edit.el (widget-field-at): New function.
9797 (widget-at, widget-field-activate): Use it.
9798 (widget-tabable-at): Use `widget-at'.
9799 (widget-specify-field): If the terminating character of the widget
9800 field (which is read-only) is a newline, put it into a special
9801 `boundary' field so that C-n/C-p act more naturally.
9802 (widget-field-end): Also don't subtract one if a special
9803 `boundary' field has been added after the widget field.
9804
9805 * comint.el (comint-output-filter, comint-send-input):
9806 Don't bother adding stickiness fields to overlays to fool the field
9807 code, since it should notice the overlay insertion-types now.
9808
9809 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9810 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9811 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9812
9813 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9814
9815 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
9816 (authors): Set file coding system to iso-2022-7bit.
9817 Add file-local variables to output buffer.
9818
9819 * files.el (after-find-file): Don't print any warnings if
9820 WARN is nil.
9821
9822 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9823
9824 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9825
9826 * delim-col.el: Now there is a column formatting mechanism.
9827 Modified to customization mechanisms convention. Doc fix.
9828 (columns): New group for delim-col.
9829 (delimit-columns-before, delimit-columns-after)
9830 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9831 (delimit-columns-end): New vars.
9832 (delimit-columns-customize, delimit-columns-format): New funs.
9833 (delimit-columns-region, delimit-columns-rectangle)
9834 (delimit-columns-rectangle-line): Modified to support column
9835 formatting.
9836
9837 2000-10-24 Dave Love <fx@gnu.org>
9838
9839 * log-edit.el (log-edit): Add :version and a :group for vc.
9840
9841 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9842
9843 * files.el (after-find-file): Don't print a message ``New file''
9844 if WARN is nil.
9845
9846 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9847 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
9848 get duplicate tool-bar entries because we'll see the global ones
9849 on more than one path through keymaps.
9850
9851 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9852
9853 * progmodes/cmacexp.el: Change Francesco's email address.
9854
9855 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9856
9857 * window.el (fit-window-to-buffer): Adjust point of the window
9858 buffer, not that of the current buffer.
9859
9860 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9861
9862 * progmodes/cmacexp.el: Update the euthor's email address.
9863
9864 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9865
9866 * faces.el (face-spec-set-match-display): Add `graphic' display
9867 type (the inverse of `tty'). Use `display-graphic-p' instead of
9868 the window-system variable.
9869
9870 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9871
9872 * international/isearch-x.el (isearch-with-input-method):
9873 Call input-method-function with the first event in
9874 unread-command-events.
9875
9876 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9877
9878 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
9879
9880 2000-10-24 Andrew Choi <akochoi@i-cable.com>
9881
9882 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9883 New charsets.
9884
9885 * term/mac-win.el: Remove definitions of mac-roman-lower and
9886 mac-roman-upper, require dired, and define instead of set
9887 mac-ready-for-drag-n-drop to avoid compilation error.
9888
9889 2000-10-23 Andrew Innes <andrewi@gnu.org>
9890
9891 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9892 Remove superfluous calls to subst-char-in-string; instead apply
9893 expand-file-name after convert-standard-filename to ensure
9894 expected directory separators are used.
9895
9896 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9897
9898 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9899
9900 2000-10-23 Dave Love <fx@gnu.org>
9901
9902 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9903 (tool-bar-add-item): Set foreground and background for XBM icons.
9904
9905 * international/latin1-disp.el (latin1-char-displayable-p):
9906 New function (from Handa).
9907 (latin1-display-check-font): Use it.
9908
9909 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
9910 using :key-sequence, making it much more usable.
9911 Use nconc, not append.
9912 (imenu--create-keymap-1): Avoid append.
9913
9914 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
9915
9916 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9917
9918 [the following changes fix a bug where `define-minor-mode' didn't
9919 correctly generate :require clauses for defcustoms in compiled files]
9920 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9921 (byte-compile-log-file, byte-compile-log-1): Don't set
9922 `byte-compile-current-file' to nil. Instead set
9923 `byte-compile-last-logged-file' to it. Test whether
9924 byte-compile-current-file equals byte-compile-last-logged-file
9925 instead of whether its nil.
9926 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
9927
9928 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9929
9930 * textmodes/refill.el: Fix var names in doc.
9931 (refill-mode): Don't bother with make-local-hook anymore.
9932
9933 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9934
9935 * faces.el (face-user-default-spec, face-default-spec): New functions.
9936 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
9937 (frame-set-background-mode, face-set-after-frame-default):
9938 Use `face-user-default-spec'. Simplify code slightly.
9939
9940 * woman.el (woman-italic-face, woman-bold-face)
9941 (woman-unknown-face): Add dark-background variants.
9942 (woman-default-faces): Renamed from `woman-colour-faces'.
9943 Set using the stored defaults, rather than using hard-wired colors.
9944 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9945 Just make the foreground `unspecified' rather than "black".
9946 (woman-menu): Rename menu entries accordingly.
9947
9948 * faces.el (header-line): Make more reasonable on mono/grayscale
9949 displays.
9950
9951 2000-10-23 Andrew Choi <akochoi@i-cable.com>
9952
9953 * cus-edit.el (custom-button-face): Use 3D look for mac.
9954 (custom-button-pressed-face): Likewise.
9955
9956 * faces.el (set-face-attributes-from-resources): Handle mac frames
9957 in the same way as x and w32 frames.
9958 (face-valid-attribute-values): Likewise.
9959 (read-face-attribute): Likewise.
9960 (defined-colors): Likewise.
9961 (color-defined-p): Likewise.
9962 (color-values): Likewise.
9963 (display-grayscale-p): Likewise.
9964 (face-set-after-frame-default): Likewise.
9965 (mode-line): Same default face as for x and w32.
9966 (tool-bar): Likewise.
9967
9968 * frame.el: Remove call to frame-notice-user-settings at end of
9969 the file.
9970
9971 * info.el (Info-fontify-node): Make underlines invisible for mac
9972 as for x, pc, and w32 frame types.
9973
9974 * term/mac-win.el: New file.
9975
9976 2000-10-22 Dave Love <fx@gnu.org>
9977
9978 * textmodes/refill.el: New file.
9979
9980 2000-10-22 Andre Spiegel <spiegel@gnu.org>
9981
9982 * vc-hooks.el (vc-version-backup-file-name): New optional args
9983 MANUAL and REGEXP.
9984 (vc-delete-automatic-version-backups, vc-make-version-backup):
9985 New functions.
9986 (vc-before-save): Use the latter.
9987 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9988 confusion.
9989
9990 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
9991 expected by vc[-hooks].el.
9992
9993 * vc.el (vc-checkout): Added `-p' suffix in call to
9994 vc-make-version-backups-p; use vc-make-version-backup to actually
9995 make the backup.
9996 (vc-version-other-window, vc-version-backup-file): Handle both
9997 automatic and manual backups.
9998 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9999 of all of them.
10000
10001 2000-10-22 Miles Bader <miles@gnu.org>
10002
10003 * comint.el (comint-highlight-input, comint-highlight-prompt):
10004 Renamed, `-face' at end removed.
10005 (comint-send-input, comint-output-filter): Use renamed faces.
10006
10007 * window.el (fit-window-to-buffer): Change defaulting of
10008 MAX-HEIGHT slightly.
10009
10010 * faces.el (color-values, color-defined-p): Use `member', not
10011 `memq', because it works correctly for strings.
10012 (frame-set-background-mode): Actually, "unspecified-fg" and
10013 "unspecified-bg" *are* strings. Use `member', not `memq', and
10014 `equal', not `eq', when a string value is possible.
10015
10016 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
10017
10018 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
10019
10020 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
10021
10022 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
10023 sh-electric-rparen, sh-electric-less and sh-electric-hash.
10024 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
10025 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
10026 (sh-font-lock-syntactic-keywords): Use them.
10027 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
10028 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
10029 (sh-mode): Don't override font-lock-unfontify-region-function.
10030 Use a copy of sh-font-lock-syntactic-keywords.
10031 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
10032 Don't call sh-scan-buffer since font-lock does it on the fly.
10033 (sh-get-indent-info): Use `face' rather than `syntax-table'
10034 text-property to detect here-documents.
10035 Replace sh-special-syntax with sh-st-punc.
10036 (sh-prev-line): Use `face' rather than `syntax-table'
10037 text-property to skip over here-documents.
10038 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
10039 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
10040 (sh-electric-less, sh-set-here-doc-region)
10041 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
10042 (sh-scan-buffer, sh-rescan-buffer): Remove.
10043
10044 2000-10-21 Andrew Innes <andrewi@gnu.org>
10045
10046 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
10047 remote (ange-ftp) file names.
10048
10049 2000-10-21 Miles Bader <miles@gnu.org>
10050
10051 * window.el (fit-window-to-buffer): New function.
10052 (shrink-window-if-larger-than-buffer): Use it.
10053 (window-text-height): Don't expect minibuffers to have mode-lines.
10054
10055 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
10056 * international/quail.el (quail-update-guidance):
10057 Use `fit-window-to-buffer' instead of `set-window-text-height'.
10058
10059 * international/quail.el (quail-show-guidance-buf): Make sure
10060 guidance window really has enough room.
10061 (quail-update-guidance): If quail-guidance-win is already shown,
10062 make sure its height is OK.
10063
10064 * window.el (window-text-height, set-window-text-height):
10065 New functions.
10066 (shrink-window-if-larger-than-buffer): Use `window-text-height'
10067 instead of `window-height' & `mode-line-window-height-fudge'.
10068 (mode-line-window-height-fudge): Add FACE parameter.
10069 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
10070 instead of `enlarge-window' & `mode-line-window-height-fudge'.
10071
10072 2000-10-20 Miles Bader <miles@gnu.org>
10073
10074 * window.el (height-affecting-face-attributes): Use `defconst'.
10075
10076 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
10077 New function, conditionally aliased to `mode-line-window-height-fudge'.
10078 (ispell-help): Use it.
10079 (ispell-choices-win-default-height): Don't include mode-line fudge.
10080 (ispell-choices-win-default-height): New function.
10081 (ispell-show-choices, ispell-command-loop): Use function
10082 `ispell-choices-win-default-height' instead of variable.
10083
10084 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
10085
10086 * window.el (mode-line-window-height-fudge): New variable.
10087 (height-affecting-face-attributes): New variable.
10088 (mode-line-window-height-fudge): New function.
10089 (shrink-window-if-larger-than-buffer): Use it.
10090 * help.el (resize-temp-buffer-window): Likewise.
10091
10092 * info.el (Info-fontify-node): Add support for @subsubsection
10093 titles, which use `Info-title-4-face'.
10094 (Info-title-4-face): New face.
10095 (Info-title-3-face): Inherit from Info-title-4-face instead of
10096 variable-pitch.
10097
10098 2000-10-19 Jason Rumney <jasonr@gnu.org>
10099
10100 * dired.el (dired-insert-directory): Do not let errors signalled by
10101 attempt to run dired-free-space-program prevent dired from working.
10102
10103 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
10104
10105 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10106
10107 2000-10-19 Gerd Moellmann <gerd@gnu.org>
10108
10109 * dirtrack.el (dirtrack): Fix call to run-hooks.
10110
10111 * cmuscheme.el (cmuscheme-program-name): Renamed from
10112 scheme-program-name because xscheme.el contains a defcustom with
10113 the same name. As a consequence, customizing group `cmuscheme'
10114 loaded `xscheme' which redefined run-scheme.
10115 (run-scheme): Use cmuscheme-program-name.
10116
10117 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
10118
10119 * play/doctor.el (doctor-death): Update the Samaritans'
10120 anonymous address, and add a website for Befrienders International.
10121
10122 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10123
10124 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10125 Avoid compilation gripes. Doc fix.
10126 (ps-print-version): New version number (6.2).
10127 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10128 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10129 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10130 (ps-x-extent-priority, ps-x-extent-start-position)
10131 (ps-x-face-font-instance, ps-x-find-coding-system)
10132 (ps-x-font-instance-properties, ps-x-make-color-instance)
10133 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10134 avoid compilation gripes without defining functions.
10135 (ps-e-find-composition): Alias for function find-composition, to have a
10136 suitable function depending on Emacs version.
10137 (ps-color-device, ps-color-values, ps-face-foreground-name)
10138 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10139 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10140 (ps-print-ensure-fontified): Function definitions surrounded by
10141 `eval-and-compile' to avoid compilation gripes.
10142 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10143 by symbol-value to avoid compilation gripes.
10144 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10145 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10146
10147 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10148
10149 * startup.el (normal-top-level): Call `frame-set-background-mode'
10150 after `frame-notice-user-settings' because the latter doesn't call
10151 the former on a tty.
10152
10153 * faces.el (frame-set-background-mode): `unspecified' &c are
10154 symbols, not strings.
10155
10156 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10157
10158 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10159 why some "light*" colors are deliberately absent from the alist.
10160
10161 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10162 Change colors for tty's, as suggested by Miles Bader.
10163
10164 2000-10-19 Kenichi Handa <handa@etl.go.jp>
10165
10166 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
10167 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10168 for ISO10646-1 fonts.
10169 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10170
10171 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10172
10173 * faces.el (frame-set-background-mode): If a tty frame defines a
10174 background color, use that to compute the background mode, instead
10175 of always defaulting to "dark".
10176
10177 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10178
10179 * comint.el (comint-write-output): New function.
10180 (comint-mode-map): Add it to the menu.
10181 Bind `C-c C-s' to comint-write-output.
10182
10183 2000-10-18 Gerd Moellmann <gerd@gnu.org>
10184
10185 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10186 Use fancy-splash-delay.
10187
10188 2000-10-18 Alex Schroeder <alex@gnu.org>
10189
10190 * progmodes/sql.el (sql-sybase-options): New option.
10191 (sql-sybase): Use it. Add sql-database to the list of parameters
10192 provided for login. The options -w 2048 -n are not used any more.
10193
10194 * comint.el (comint-read-input-ring): Bugfix such that the first
10195 and the last entry of the input ring file are not lost.
10196
10197 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10198
10199 * ps-print.el: Internal variable changes to defcustom,
10200 make-local-hook changes to defvar. Doc fix.
10201 (ps-print-version): New version number (6.1).
10202 (ps-setup, ps-do-despool): Code fix.
10203 (ps-printer-name): Customization fix.
10204 (ps-printer-name-option): Now is a defcustom instead of an
10205 internal variable.
10206 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10207 (ps-print-begin-column-hook): Now are defvar instead of
10208 make-local-hook.
10209
10210 2000-10-18 Miles Bader <miles@gnu.org>
10211
10212 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10213 (comint-kill-output): Changed into an alias for `comint-delete-output',
10214 and made obsolete.
10215 (comint-mode-map): Rename references to comint-kill-output.
10216
10217 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10218
10219 * diff-mode.el (diff-header-face, diff-file-header-face)
10220 (diff-changed-face): Add bold and italic attributes to tty faces.
10221 (diff-function-face): New face.
10222 (diff-font-lock-keywords): Use it.
10223
10224 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10225
10226 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10227 Remove commented-out call to force-mode-line-update.
10228 (comint-kill-output): Use `forward-line 0' instead of
10229 beginning-of-line to make sure we get past the prompt.
10230
10231 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10232
10233 * diff-mode.el (diff-header-face, diff-file-header-face):
10234 Add specific setting for dark background.
10235 (diff-context-face): Renamed from diff-comment-face.
10236 Set explicitly rather than inheriting from font-lock-comment-face.
10237
10238 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10239
10240 * startup.el (command-line): Move the code which sets the default
10241 TTY colors to before before-init-hook.
10242
10243 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10244
10245 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10246
10247 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10248
10249 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10250 extensions, for MS-DOS.
10251
10252 * diff-mode.el (diff-header-face, diff-file-header-face)
10253 (diff-changed-face): Define tty-specific colors.
10254
10255 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10256
10257 * startup.el (fancy-splash-text): Realign the text.
10258
10259 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10260
10261 * font-lock.el (font-lock-comment-face): Define a separate default
10262 for dark-background tty's.
10263
10264 2000-10-17 Miles Bader <miles@gnu.org>
10265
10266 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10267 being obscured by whizzy mode-lines on graphics displays.
10268
10269 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10270
10271 * info.el (Info-title-1-face, Info-title-2-face)
10272 (Info-title-3-face): Define colors for tty's.
10273 (info-header-node): Remove unneeded tty-specific definition.
10274
10275 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10276
10277 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10278 reverse from the frame parameters, and don't invert foreground and
10279 background colors.
10280
10281 2000-10-16 Miles Bader <miles@gnu.org>
10282
10283 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10284 string "*Info*". Call propertized-buffer-identification to spruce
10285 up the result.
10286
10287 2000-10-16 Gerd Moellmann <gerd@gnu.org>
10288
10289 * help.el: Provide `help' for the sake of define-minor-mode
10290 which generates defcustoms with requires.
10291
10292 * jit-lock.el (jit-lock-after-change): If we're in text that
10293 matches a multi-line font-lock pattern, make sure the whole text
10294 will be redisplayed.
10295
10296 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10297 author's name is unknown.
10298
10299 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10300 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10301 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10302 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10303 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10304 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10305 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10306 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10307 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10308 Add author information.
10309
10310 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10311
10312 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10313 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10314 full-color version (using the Gimp) to eliminate dithering artifacts.
10315
10316 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10317
10318 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10319
10320 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10321
10322 2000-10-15 Dave Love <fx@gnu.org>
10323
10324 * progmodes/sh-script.el: Require skeleton and comint when compiling.
10325
10326 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10327
10328 * whitespace.el: Doc fixes.
10329 (top-level): Don't add hooks here.
10330 (whitespace-running-emacs): Deleted.
10331 (timer): Don't require.
10332 (whitespace): Add back :version conditional on xemacs test.
10333 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10334 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10335 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10336 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10337 Avoid specific xemacs test.
10338 (whitespace-global-mode): New option.
10339 (whitespace-global-mode): New command.
10340 (whitespace-unload-hook): New function.
10341
10342 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
10343 (Info-fontify-node, Info-goto-node, Info-mode-menu)
10344 (Info-fontify-node): `Goto' goes to `Go to'.
10345 (Info-fontify-node): Add help-echo to xref links.
10346
10347 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10348
10349 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10350
10351 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10352
10353 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10354 Use plist-get and allow :inherit.
10355
10356 * emacs-lisp/cl-macs.el (cl-do-arglist):
10357 Use plist-get and plist-member instead of memq.
10358
10359 * emacs-lisp/ewoc.el (ewoc-location): New function.
10360 (ewoc-enter-after, ewoc-enter-before): Document return value.
10361 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10362 Don't need make-local-hook any more.
10363 (cvs-addto-collection): Return the new tin.
10364 (cvs-mode-insert): Jump to the new line.
10365
10366 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10367
10368 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10369
10370 * font-lock.el (font-lock-syntactically-fontified): New var.
10371 (font-lock-fontify-syntactic-keywords-region): Use it.
10372 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10373
10374 * diff-mode.el (diff-find-file-name): Fix regexp.
10375
10376 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10377 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10378
10379 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10380 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10381 (sh-mode): Don't make all vars local here.
10382 (sh-kw): Reformat.
10383 (sh-set-shell): Use dolist. Don't set indent-region-function.
10384 (sh-mode-syntax-table): Use pop.
10385 (sh-remember-variable): Use push.
10386 (sh-help-string-for-variable): Use memq.
10387 (sh-safe-backward-sexp): Remove.
10388 (sh-safe-forward-sexp): Add ARG.
10389 (sh-get-indent-info, sh-prev-stmt): Use it.
10390 (sh-prev-line): Simplify by using forward-comment.
10391 (sh-this-is-a-continuation): Simplify.
10392 (sh-learn-buffer-indent): Use dolist.
10393 (sh-do-nothing): Remove.
10394 (sh-set-char-syntax, sh-set-here-doc-region):
10395 Use inhibit-modification-hooks.
10396 (sh-name-style): Use mapcar and push.
10397 (sh-load-style): Use dolist.
10398 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10399 (sh-case, sh-while-getopts): Use propertize directly rather
10400 than sh-electric-rparen.
10401
10402 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10403
10404 * textmodes/tex-mode.el: Require CL when compiling.
10405 (tex-mode-syntax-table): Init immediately.
10406 (tex-mode-map): Bind M-RET to latex-insert-item.
10407 (latex-mode): Set indent-line-function to latex-indent.
10408 (tex-common-initialization): Don't setup the syntax-table any more.
10409 (latex-insert-item): New skeleton.
10410 (tex-next-unmatched-end): Fix copy/paste braino.
10411 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
10412 (latex-indent, latex-find-indent): New functions.
10413 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
10414 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10415 (tex-compilation-parse-errors): Use with-syntax-table.
10416
10417 2000-10-15 Miles Bader <miles@gnu.org>
10418
10419 * font-lock.el (font-lock-comment-face): Change dark-background,
10420 color, non-tty, default to `chocolate1'.
10421
10422 2000-10-13 John Wiegley <johnw@gnu.org>
10423
10424 * eshell/esh-util.el (require): Added a missing `require' form,
10425 needed when compiling (for an ange-ftp macro definition).
10426
10427 2000-10-13 Dave Love <fx@gnu.org>
10428
10429 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10430
10431 2000-10-13 Gerd Moellmann <gerd@gnu.org>
10432
10433 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
10434
10435 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
10436 transparent -colors 8).
10437
10438 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
10439
10440 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10441 that breaks with old list format timestamps.
10442 (time-stamp-warn-inactive, time-stamp-old-format-warn)
10443 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
10444
10445 2000-10-13 John Wiegley <johnw@gnu.org>
10446
10447 * align.el, pcomplete.el, calendar/timeclock.el,
10448 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10449
10450 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
10451 faulty math, where holiday hours were being computing as seconds.
10452
10453 2000-10-13 John Wiegley <johnw@gnu.org>
10454
10455 * desktop.el (desktop-buffer-modes-to-save): Added a global for
10456 specifying what "other" kinds of buffers should be saved.
10457 This used to be hard-coded.
10458 (desktop-buffer-misc-functions): A global for specifying how
10459 auxiliary data should be determined for special buffer types.
10460 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10461 instead of hard-coding the special buffer types.
10462 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10463 auxiliary data, instead of hard-coding for Info buffers and dired.
10464 (desktop-buffer-info-misc-data): Aux function for determining Info
10465 buffer auxiliary info.
10466 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10467 (desktop-buffer-info): Changed this function to use the info
10468 gathered above.
10469 (desktop-create-buffer): Be a little more careful about what
10470 `minor-mode' means before calling it. This is important for some
10471 buffer types.
10472
10473 2000-10-13 John Wiegley <johnw@gnu.org>
10474
10475 * eshell/esh-util.el: Added a global form which declares an
10476 autoload for `parse-time-string', if that function is not already
10477 defined, and if parse-time.el is available on the user's system.
10478
10479 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10480 to be aware of ange-ftp user info.
10481 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
10482 (eshell-ls-annotate): Use `eshell-file-attributes'.
10483 (eshell-ls-file): Made the user-id printing code a bit smarter.
10484
10485 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10486 allow identification of alias user ids in remote directories.
10487 It's manual, but there's no other way to know when the current user
10488 on the local machine, is also the owning user on the remote machine.
10489 (fboundp): Bind `ange-cache'.
10490 (eshell-directory-files-and-attributes): Re-organized the logic a
10491 bit to use `eshell-file-attributes' instead of `file-attributes'.
10492 The former is more sensitive to directories that are read via FTP,
10493 and knows how to use ange-ftp to determine full attribute
10494 information, instead of just the name and last modtime.
10495 (eshell-current-ange-uids): Return the current user id when in a
10496 remote directory.
10497 (eshell-parse-ange-ls): Parse a full directory listing that has
10498 been returned by ange-ftp.
10499 (eshell-file-attributes): This beefed up version of
10500 `file-attributes' is only special if the user is currently in a
10501 remote directory, in which case it does a lot of work to find out
10502 what the real attributes of a file are, as they appear on the
10503 remote machine. This makes usage of remote directories (i.e.,
10504 ange-ftp pathnames) much more useful. You can now use Eshell as a
10505 full-fledged FTP client, with much more manipulation ability than
10506 most other clients.
10507
10508 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10509 variable, which means that Eshell's du should always be preferred
10510 in remote directories.
10511 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10512 just `file-attributes'.
10513 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10514 when reading remote directories. This is an Eshell-specific
10515 variable (not part of ange-ftp).
10516 (eshell/ln): Bind `ange-cache'.
10517 (eshell/du): Added some extra logic for determining when to use
10518 Eshell's du (which is slow), and when to use the external version
10519 (which may or may not exist).
10520
10521 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10522 Call `eshell-interactive-process', rather than using
10523 `get-buffer-process', since backgrounded processes don't count in
10524 the context of this function's logic.
10525
10526 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10527 `forward-char', so that null strings are parsed correctly.
10528
10529 2000-09-13 John Wiegley <johnw@gnu.org>
10530
10531 * eshell/em-pred.el (eshell-pred-file-type)
10532 (eshell-pred-file-links, eshell-pred-file-size):
10533 Use `eshell-file-attributes'. This is more correct over ange-ftp.
10534
10535 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10536 that remote file globbing is more efficient.
10537
10538 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10539 gathering the files and attributes within a directory.
10540
10541 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10542 the command line is a special file (not a regular file, directory
10543 or symlink), always attempt to call the external version of cat.
10544
10545 2000-09-13 John Wiegley <johnw@gnu.org>
10546
10547 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10548 Eshell-friendly version of find-tag.
10549
10550 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10551
10552 * image-file.el (image-file-name-extensions)
10553 (image-file-name-regexps): Add autoload cookies.
10554
10555 2000-10-13 Kenichi Handa <handa@etl.go.jp>
10556
10557 * international/mule-cmds.el (select-safe-coding-system): If FROM
10558 is string, show it in *Warning* buffer.
10559
10560 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10561
10562 * startup.el (normal-top-level): Use display-popup-menus-p instead
10563 of window-system.
10564 (command-line): Use display-graphic-p instead of window-system.
10565 (command-line-1): Use display-popup-menus-p and display-mouse-p
10566 instead of window-system.
10567
10568 2000-10-12 Sam Steingold <sds@gnu.org>
10569
10570 * tooltip.el (tooltip-use-echo-area): New user variable.
10571 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10572
10573 2000-10-12 Dave Love <fx@gnu.org>
10574
10575 * recentf.el: Maintainer's checkdoc fixes.
10576
10577 * startup.el (normal-top-level-add-subdirs-to-load-path):
10578 Use character class, not ASCII when matching file names.
10579 (fancy-splash-head): Add trailing slash to URL.
10580 (command-line): Don't require XPM support for toolbar.
10581
10582 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10583 (cperl-invalid-face): Revert last change.
10584 (cperl-init-faces): Quote cperl-invalid-face.
10585
10586 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10587
10588 * startup.el (fancy-splash-text): Remove superfluous quote.
10589
10590 2000-10-12 Gerd Moellmann <gerd@gnu.org>
10591
10592 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10593 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10594 (command-line-1): Don't use fancy-splash-pending-command.
10595 (fancy-splash-screens-1): Goto point-min after inserting text.
10596
10597 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10598
10599 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10600 instead of shared-lisp-mode-map.
10601
10602 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10603
10604 * faces.el (header-line): Change tty-variant to use underlining.
10605
10606 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10607 (isearch-highlight): Restore lazy-isearch face properties at old
10608 position, and suppress them at new position.
10609 (isearch-dehighlight): Restore lazy-isearch face properties.
10610 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10611 over the real isearch overlay, but in that case, don't give it a
10612 face property. Use `push'.
10613
10614 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10615
10616 * man.el (Man-getpage-in-background): Fix previous change.
10617 Decode the process output only when we are in multibyte mode.
10618
10619 2000-10-11 Dave Love <fx@gnu.org>
10620
10621 * info.el (Info-mode-menu): Fix some help.
10622 (info-tool-bar-map): Add entry for Info-last.
10623
10624 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10625 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10626 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10627 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10628 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10629 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10630 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10631 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10632 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10633 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10634 Reduce colour requirements to 25 overall. (Probably wants
10635 revisiting from the originals to reduce further.)
10636
10637 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10638
10639 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10640 buffer-file-coding-system, instead of raw-text.
10641 (dehexlify-buffer): Bind coding-system-for-read to
10642 buffer-file-coding-system, instead of raw-text.
10643
10644 2000-10-11 Sam Steingold <sds@gnu.org>
10645
10646 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
10647 `underline' - fixes the bug introduced on 2000-09-21.
10648
10649 2000-10-11 Dave Love <fx@gnu.org>
10650
10651 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10652 Avoid compiler warnings.
10653 (scheme-mode): Doc fix.
10654 (scheme-font-lock-keywords-1): Match `define-syntax'.
10655
10656 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
10657
10658 * faces.el (frame-set-background-mode): Pay attention to saved
10659 face specs as well as default ones. Only do anything if the
10660 bg-mode or display-type has actually changed. Use `dolist'.
10661 (region): Make dark-background `region' face less in-your-face.
10662
10663 2000-10-10 Sam Steingold <sds@gnu.org>
10664
10665 * chistory.el, ielm.el, ledit.el:
10666 * progmodes/inf-lisp.el, progmodes/scheme.el:
10667 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10668
10669 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10670
10671 * textmodes/texinfo.el: Update copyright and fix typo.
10672
10673 * desktop.el (desktop-modes-not-to-save): New var.
10674 (desktop-save-buffer-p): Use it.
10675 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10676 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10677
10678 2000-10-10 Dave Love <fx@gnu.org>
10679
10680 * toolbar/tool-bar.el (tool-bar-add-item)
10681 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
10682
10683 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10684 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10685 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10686 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10687 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10688 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10689 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10690 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10691 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10692 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10693 the .xpms; probably need retouching.
10694
10695 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10696
10697 * subr.el (add-to-list): Add optional argument APPEND.
10698 * battery.el (display-battery): Use `add-to-list'.
10699
10700 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10701
10702 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10703 properties.
10704 (zone, zone-when-idle, zone-leave-me-alone)
10705 (zone-pgm-whack-chars): Use new symbol properties.
10706
10707 * battery.el (display-battery): Doc spelling fix.
10708
10709 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10710 property.
10711
10712 2000-10-09 Dave Love <fx@gnu.org>
10713
10714 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10715 has been initialized before calling tool-bar-setup.
10716 (tool-bar-add-item-from-menu): Add autoload cookie.
10717
10718 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10719
10720 * menu-bar.el (send-mail-item-name): New function.
10721 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10722 of mail-user-agent in the menu. Don't display the "Send Mail"
10723 item if mail-user-agent is nil or its value is ignore.
10724 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10725 if read-mail-command is nil or its value is ignore.
10726
10727 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10728
10729 2000-10-09 Miles Bader <miles@gnu.org>
10730
10731 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10732 Correct image size.
10733 * toolbar/left_arrow.xpm: Correct image size.
10734
10735 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10736 will be done by the definition of `auto-compression-mode' if
10737 necessary. Move code to uninstall existing file-name handler
10738 before definition of `auto-compression-mode'.
10739
10740 * image-file.el (auto-image-file-mode): Move to the end of the
10741 file, because `define-minor-mode' actually calls the mode-function
10742 if the associated variable is non-nil, which requires that all
10743 needed functions be already defined.
10744
10745 * mouse.el (popup-menu): Balance parens.
10746
10747 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10748
10749 * mouse.el (popup-menu): Move the command call outside the loop
10750 so that popup-menu returns whatever the command returns.
10751
10752 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10753 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10754 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10755 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10756
10757 * vc.el (vc-version-diff): diff-switches can be a list.
10758 Use relative filenames for prettier output.
10759
10760 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10761 (vc-post-command-functions): Remove old-VC compatibility code.
10762
10763 * newcomment.el (comment-indent-default): Autoload.
10764
10765 * font-lock.el (font-lock-defaults): Make buffer-local.
10766 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10767 (font-lock-choose-keywords):
10768 Ignore LEVEL unless KEYWORDS is a list of syms.
10769 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10770 Don't wrap regexp-opt things in \(...\) unnecessarily.
10771
10772 * jit-lock.el: Don't require font-lock any more.
10773 (jit-lock-functions): Make buffer-local.
10774 (jit-lock-saved-fontify-buffer-function): Remove.
10775 (jit-lock-mode): Remove autoload cookie.
10776 Remove font-lock specific code.
10777 (jit-lock-unregister): Don't bother handling complex hooks any more.
10778 (jit-lock-refontify): New function.
10779 (jit-lock-fontify-buffer): Use it.
10780 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10781 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10782 Add optional args START and END.
10783 Never call font-lock-fontify-region directly.
10784 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10785
10786 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10787
10788 2000-10-08 Dave Love <fx@gnu.org>
10789
10790 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10791
10792 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10793
10794 * play/studly.el (studlify-region, studlify-word): Add autoload
10795 cookie.
10796
10797 * play/morse.el (morse-region, unmorse-region): Add autoload
10798 cookie.
10799
10800 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10801 concat.
10802
10803 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10804 insist on symbols starting with word syntax.
10805 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10806 (eval-defun-1): Doc fix.
10807 (indent-sexp): Use nconc to build up indent-stack.
10808
10809 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10810 Gnus with little use.
10811 (mail-setup-hook): Add mail-abbrevs-setup to options.
10812
10813 * recentf.el: Doc fixes.
10814
10815 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10816 Clean up remainder.
10817
10818 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10819 without timezone and (8) with timezone to enforce some whitespace.
10820 Simplify code somewhat.
10821
10822 * options.el (list-options): Doc that you should use customize.
10823
10824 * iswitchb.el (iswitchb-mode): Add :require.
10825
10826 * info.el (Info-goto-node, Info-menu): Doc fix.
10827 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10828 (info-tool-bar-map): New variable.
10829 (Info-mode): Use it.
10830 (Info-edit-map): Define all in defvar.
10831 (speedbar-attached-frame): Avoid compiler warning.
10832
10833 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10834 (global-map): Bind [tool-bar] to a filtered map.
10835 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10836 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10837 Allow PBM icons.
10838 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10839
10840 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10841 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10842 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10843 icons, except up_arrow, which is left-arrow rotated.
10844
10845 * imenu.el (imenu-add-to-menubar): Fix last change.
10846
10847 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10848
10849 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10850 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10851
10852 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10853
10854 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10855 typos in doc strings.
10856
10857 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10858 the doc strings how to customize Font Lock faces.
10859
10860 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10861 computing growth when dragging the header line.
10862
10863 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10864
10865 * simple.el (kill-line): Doc fix.
10866
10867 2000-10-08 Miles Bader <miles@gnu.org>
10868
10869 * faces.el (secondary-selection): Make foreground visible on tty.
10870
10871 * jka-compr.el (auto-compression-mode): Move to the end of the
10872 file, because `define-minor-mode' actually calls the mode-function
10873 if the associated variable is non-nil, which requires that all
10874 needed functions be already defined.
10875 (with-auto-compression-mode): Add autoload cookie.
10876
10877 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10878
10879 * files.el (find-backup-file-name) [ms-dos]: If support for long
10880 file names is not available, behave as if version-control were set
10881 to never.
10882
10883 2000-10-07 Dave Love <fx@gnu.org>
10884
10885 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10886 (browse-url-gnome-moz): New function.
10887 (browse-url-browser-function): Use it.
10888 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10889
10890 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10891
10892 * indent.el (tab-always-indent): New var.
10893 (indent-for-tab-command): Use it.
10894
10895 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10896 raise an error. This way it can still default to a sane value.
10897
10898 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10899
10900 * startup.el (fancy-splash-screens): Use local rather than global map.
10901 Don't use `update-menu-bindings' any more.
10902 Get rid of assumptions about keymap representation.
10903
10904 2000-10-06 Dave Love <fx@gnu.org>
10905
10906 * textmodes/fill.el (sentence-end-double-space)
10907 (sentence-end-without-period): Doc fix.
10908 (adaptive-fill-regexp): Purecopy.
10909 (unjustify-current-line): Use line-end-position.
10910 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10911
10912 * net/eudc-vars.el (eudc): Add :version, :link.
10913
10914 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10915
10916 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10917 Fix for define-minor-mode.
10918 (function-at-point): Alias to function-called-at-point.
10919
10920 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10921
10922 * simple.el (backward-word): Doc fix.
10923
10924 * image-file.el (image-file-name-regexp): image-file-regexps ->
10925 image-file-name-regexps.
10926 (image-file-name-extensions): Add pbm.
10927
10928 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10929
10930 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10931 and add filename to the names so that diff-mode can jump to source.
10932
10933 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10934 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10935 (tex-font-lock-keywords-1): Remove.
10936 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10937 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10938 (font-lock-default-fontify-region):
10939 Expand beg..end correctly when just following a multiline region.
10940 (font-lock-fontify-anchored-keywords):
10941 Include the anchor text as part of the multiline.
10942
10943 2000-10-06 Gerd Moellmann <gerd@gnu.org>
10944
10945 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10946 latter needs the autoloaded define-minor-mode macro during the
10947 bootstrap.
10948
10949 * startup.el (command-line): For now, activate tool-bar-mode only
10950 if XPM images are supported.
10951
10952 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10953 window by dragging a header-line at the top of the frame; that's
10954 confusing because the header-line doesn't move.
10955 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10956 of treating the event as a list. Some cleanup.
10957
10958 2000-10-06 Miles Bader <miles@gnu.org>
10959
10960 * simple.el (display-message-or-buffer): New function.
10961 (shell-command-on-region): Use `display-message-or-buffer'.
10962
10963 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10964 docstring parts.
10965
10966 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10967 (smbclient-prompt-regexp): Add usage note to doc string.
10968 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10969 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10970 Use add-hook for adding the comint filter function, and only do so
10971 if it's not already in the global hook list.
10972 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10973 to `make-local-variable'.
10974 (nslookup-font-lock-keywords): Remove prompt entry.
10975 (nslookup): Don't set the process-filter.
10976 (finger): Exit the loop correctly when the regexps list runs out.
10977 (ftp, smbclient, smbclient-list-shares):
10978 Set the real major mode immediately, not after execing.
10979 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10980
10981 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10982
10983 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10984
10985 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10986
10987 * which-func.el (which-func-format): Remove spurious space.
10988 (which-func-mode): Don't make it permanent-local.
10989 (which-func-ff-hook): Allow which-func-maxout to be nil.
10990 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10991 (which-func-mode): Simplify.
10992 Use post-command-idle-hook rather than post-command-hook.
10993 Go through all buffers and update their state.
10994 (which-function): Also try add-log-current-defun-function.
10995
10996 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10997 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10998 Update call to with-vc-properties accordingly.
10999 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
11000 (vc-revert-buffer): More careful about window selection and deletion.
11001 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
11002
11003 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
11004 (cvs-retrieve-revision): Reuse a pre-existing buffer.
11005 (cvs-dired-action): Change the default to quickdir.
11006
11007 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
11008 if comment-indent-function returns nil.
11009 (comment-indent-default): New function.
11010 (comment-indent-function): Use it and document the new semantics.
11011
11012 * image-file.el: Docstring fixes.
11013
11014 * help.el (help-xref-on-pp): Use match-string.
11015 (describe-variable): New arg BUFFER.
11016 Store the current buffer in the help-xref-stack.
11017 (temp-buffer-resize-mode): Use define-minor-mode.
11018
11019 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
11020 consistently with its docstring.
11021 Set jit-lock-first-unfontify-pos in an idempotent way.
11022 (jit-lock-register): Autoload and add arg CONTEXTUAL.
11023
11024 2000-10-05 Alex Schroeder <alex@gnu.org>
11025
11026 * sql.el (sql-mysql-options): New variable.
11027 (sql-mysql): Use it.
11028
11029 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
11030
11031 * image.el (image): New group.
11032
11033 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11034 (smerge-base-face, smerge-markers-face): Add dark-background variants.
11035
11036 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11037
11038 * net/net-utils.el (nslookup-font-lock-keywords)
11039 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11040 Ignore the value of wqindow-system; always define keywords
11041
11042 2000-10-05 Kenichi Handa <handa@etl.go.jp>
11043
11044 * startup.el (fancy-splash-screens): Remove the code for
11045 debugging; `(trace-to-stderr "EXITTT\n")'.
11046
11047 2000-10-05 Miles Bader <miles@gnu.org>
11048
11049 * diff-mode.el (diff-goto-source): Update call to
11050 `diff-hunk-status-msg' to reflect new REV variable.
11051
11052 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
11053
11054 * progmodes/icon.el (icon-mode):
11055 Don't gratuitously override the default for comment-column.
11056
11057 * vc-hooks.el (vc-mode-line): Fix interactive spec.
11058
11059 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
11060 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
11061 (jit-lock-functions): New var.
11062 (jit-lock-function-1): Use it if non-nil.
11063 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
11064 Set the `fontified' property before doing the fontification to avoid
11065 repeatedly going through the same error.
11066 Don't turn errors into messages.
11067 (jit-lock-register, jit-lock-unregister): New functions.
11068
11069 * dired.el (dired-mark-pop-up): Turn comment into docstring.
11070 Use with-current-buffer.
11071
11072 * dired-aux.el (dired-do-create-files, dired-kill-tree):
11073 Turn comment into docstring.
11074
11075 * apropos.el (apropos-mode): Use define-derived-mode.
11076
11077 2000-10-04 Gerd Moellmann <gerd@gnu.org>
11078
11079 * startup.el (fancy-splash-pending-command): New variable.
11080 (fancy-splash-pre-command): New function.
11081 (fancy-splash-screens): Rewritten.
11082 (command-line-1): If fancy-splash-pending-command is set, call it
11083 interactively.
11084
11085 2000-10-04 Dave Love <fx@gnu.org>
11086
11087 * toolbar/tool-bar.el (tool-bar-setup): New function.
11088 (tool-bar-mode): Use it.
11089
11090 * subr.el (substitute-key-definition): Doc fix.
11091 (play-sound-file): New command.
11092
11093 2000-10-04 Andre Spiegel <spiegel@gnu.org>
11094
11095 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
11096 vc-version-backup-file-name): New functions.
11097
11098 * files.el (basic-save-buffer): Call vc-before-save before saving.
11099
11100 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
11101 vc-cvs-stay-local-p.
11102
11103 * vc.el (vc-revert-buffer): Handle empty diff properly.
11104 (vc-version-backup-file): New function.
11105 (vc-checkout): Create a version backup if necessary.
11106 (vc-checkin): If a version backup file exists, delete it.
11107 (vc-version-diff): Diff locally using version backups, if available.
11108 (vc-revert-file): If there's a version backup, revert locally.
11109 (vc-transfer-file): Use version backup for base version, if
11110 available. If not, ask for confirmation whether to get it from the
11111 server. Update mode line before check-in.
11112
11113 2000-10-04 Dave Love <fx@gnu.org>
11114
11115 * toolbar/tool-bar.el (tool-bar-setup): New function.
11116 (tool-bar-mode): Use it.
11117
11118 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11119
11120 * net/net-utils.el (nslookup-font-lock-keywords)
11121 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11122 Only set if window-system is non-nil
11123 (net-utils-run-program): Returns buffer.
11124 (network-connection-reconnect): Added this function.
11125
11126 * generic.el:
11127 Incorporates extensive cleanup and docfixes by
11128 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11129 Uses cl compile-time macros.
11130 (generic-mode-name, generic-comment-list)
11131 (generic-keywords-list, generic-font-lock-expressions)
11132 (generic-mode-function-list, generic-mode-syntax-table):
11133 Removed variables.
11134 (generic-mode-alist): Renamed to generic-mode-list.
11135 (generic-find-file-regexp): Default changed to "^#".
11136 (generic-read-type): Uses completing read on generic-mode-list.
11137 (generic-mode-sanity-check): removed this function.
11138 (generic-add-to-auto-mode): Removed this function
11139 (generic-mode-internal): Bind mode-specific definitions
11140 into function instead of putting them in alist.
11141 (generic-mode-set-comments): Reworked extensively.
11142 (generic-mode-find-file-hook): Simplified regexp searching
11143 (generic-make-keywords-list): Omit extra pair of parens
11144
11145 * find-lisp.el (find-lisp-find-files-internal):
11146 Make sure directory name ends with "/".
11147
11148 * generic-x.el (apache-conf-generic-mode):
11149 Regexp now allows leading whitespace.
11150 (rc-generic-mode): Added eval-when-compile
11151 around generic-make-keywords-list.
11152 Deleted duplicate regexp
11153 (rul-generic-mode): Added eval-when-compile
11154 around generic-make-keywords-list.
11155 (etc-fstab-generic-mode): New generic mode.
11156 (rul-generic-mode): Removed one eval-when-compile
11157 which caused a max-specpdl-size exceeded error.
11158
11159 2000-10-04 Miles Bader <miles@gnu.org>
11160
11161 * simple.el (minibuffer-temporary-goal-position): New variable.
11162 (next-history-element): Try to keep the position of point in the
11163 input string constant.
11164
11165 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11166 (dired-do-create-files): If there's only one file, pass it in as
11167 the DEFAULT arg to dired-mark-read-file-name.
11168
11169 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11170
11171 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11172 (diff-goto-source): Be smarter when choosing REVERSE or not.
11173
11174 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11175 (texinfo-mode-menu): Add an explicit shortcut for update all.
11176
11177 2000-10-03 Andre Spiegel <spiegel@gnu.org>
11178
11179 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11180 factorize backend-specific code cleanly (this was essentially
11181 conceived by Stefan Monnier).
11182 (vc-unregister): Function removed.
11183 (vc-revert-file): New function.
11184 (vc-revert-buffer): Delegate some of the work to it.
11185
11186 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11187 default branch unconditionally.
11188 (vc-rcs-set-default-branch): New function.
11189 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11190 (vc-rcs-checkin): If an appropriate default branch has been set,
11191 force creation of that branch.
11192 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11193 code (as suggested by Stefan Monnier).
11194
11195 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11196
11197 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11198 highlighting overlay with a different face over the overlay
11199 isearch uses to highlight the current match because that can lead
11200 to bad face combinations.
11201
11202 * loadup.el (toplevel): Load faces before isearch.
11203
11204 * isearch.el (isearch-faces): New custom group.
11205 (isearch): New defface; was already tested for in the code.
11206 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11207 (isearch-highlight): Always use face `isearch'.
11208
11209 2000-10-02 Dave Love <fx@gnu.org>
11210
11211 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11212 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11213 comparison of opcode with operand.
11214
11215 2000-10-03 Miles Bader <miles@gnu.org>
11216
11217 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11218 buffer, since the echo area will now grow to accommodate them.
11219
11220 2000-10-02 Andre Spiegel <spiegel@gnu.org>
11221
11222 * vc-hooks.el (vc-registered): If FILE used to be registered under
11223 a certain backend, try that one first.
11224
11225 * vc.el (vc-responsible-backend): Undo the previous change in the
11226 argument list. Handle multiple backends correctly.
11227 (vc-find-new-backend): Function removed.
11228 (vc-register): Use vc-responsible-backend, as before.
11229 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11230
11231 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11232
11233 * startup.el (fancy-splash-head): Change message below the
11234 logo.
11235
11236 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11237
11238 * diff-mode.el (diff-goto-source): Emit a status message.
11239 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11240 (diff-test-hunk): Fix doc string.
11241 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11242 (diff-advance-after-apply-hunk): New variable.
11243 (diff-apply-hunk): Don't return a value.
11244
11245 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11246
11247 * vc.el (vc-editable-p): Minor optimization.
11248 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11249 (vc-find-new-backend): New function split from vc-responsible-backend.
11250 (vc-register): Use it.
11251 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11252 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11253 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11254 (vc-clear-headers): Don't use find-file.
11255 (vc-revert-buffer): Use `and' again (must have been a braino).
11256 (vc-switch-backend): Only prompt if requested.
11257 Short circuit if nothing is to be done.
11258 Don't use vc-resynch-buffer which could lose unsaved editing.
11259 (vc-default-receive-file): Update call to vc-unregister.
11260 (with-vc-file, vc-next-action-on-file):
11261 Use vc-backend rather than vc-registered.
11262 (vc-next-action-on-file): Use intern-soft.
11263 Deal with read-only *vc-diff* buffer.
11264 (vc-transfer-file): Docstring fix.
11265
11266 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11267 (vc-rcs-receive-file): Avoid with-vc-properties.
11268 Update call to vc-unregister.
11269 Use constant `RCS' rather than (dynamically bound) var `backend'.
11270
11271 2000-10-01 Andre Spiegel <spiegel@gnu.org>
11272
11273 * vc.el (vc-next-action-on-file): Update mode line only if file
11274 is visited.
11275 (vc-start-entry): New argument initial-contents. Don't visit the file
11276 if it isn't already visited. Brought documentation up-to-date.
11277 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11278 (vc-checkin): New optional arg initial-contents, which is passed to
11279 vc-start-entry.
11280 (vc-finish-logentry): Make sure to bury log buffer only if there
11281 really is one. Call `vc-resynch-buffer' on log-file, not
11282 buffer-file-name.
11283 (vc-default-comment-history, vc-default-wash-log): New functions.
11284 (vc-index-of): Removed.
11285 (vc-transfer-file): Make do without the above.
11286 (vc-default-receive-file): Call comment-history unconditionally. Pass
11287 the resulting string to vc-checkin, instead of inserting it into the
11288 comment ring.
11289
11290 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11291 unconditionally. Use the comments as initial contents of the log
11292 entry buffer. Document the trick to force branch creation with no
11293 changes.
11294
11295 2000-10-01 Miles Bader <miles@gnu.org>
11296
11297 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11298 `recenter' with an arg to prevent redrawing the display.
11299
11300 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11301
11302 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11303
11304 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11305
11306 * progmodes/c-mode.el (c-mode):
11307 Don't gratuitously override the default for comment-column.
11308
11309 * textmodes/tex-mode.el (latex-metasection-list): New var.
11310 (latex-imenu-create-index): Use it.
11311 Move the regexp construction outside loops (and use push).
11312 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11313 (tex-font-lock-keywords): Moved from font-lock.el.
11314 (tex-comment-indent): Remove.
11315 (tex-common-initialization): Don't set comment-indent-function.
11316 (latex-block-default): New var.
11317 (tex-latex-block): Use it to provide a default choice.
11318 Add any unknown choice to latex-block-names.
11319 Insert [...] after {...}.
11320 (tex-last-unended-begin): Simplify regexp.
11321 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11322 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11323 (latex-mode): Set forward-sexp-function.
11324
11325 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11326 Add regexp for @ignore ... @end ignore.
11327 (texinfo-heading-face): New face.
11328 (texinfo-font-lock-keywords): Use it.
11329 (texinfo-mode-menu): New menu.
11330 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11331 New functions.
11332 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11333 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11334 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11335 Remove declaration.
11336 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11337
11338 * delsel.el (delete-selection-mode): Use define-minor-mode.
11339
11340 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11341
11342 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11343
11344 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11345
11346 2000-09-30 Gerd Moellmann <gerd@gnu.org>
11347
11348 * replace.el (keep-lines-read-args): New function.
11349 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11350 read arguments interactively. Add parameters RSTART and REND.
11351 Operate on the active region in Transient Mark mode.
11352
11353 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11354
11355 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11356 (authors-obsolete-files-regexps): New variable.
11357 (authors-add): Don't record changes in obsolete files.
11358
11359 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11360
11361 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11362
11363 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11364 (comment-indent): Make sure there's a space between code and comment.
11365 Shift comments left to avoid going past fill-column.
11366
11367 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11368
11369 * startup.el (startup-echo-area-message): New function.
11370 (display-startup-echo-area-message): Use it.
11371 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11372 (fancy-splash-default-action): New function.
11373 (fancy-splash-screens-1): New function.
11374 (fancy-splash-head): Put a help-echo and a keymap under the image.
11375
11376 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11377
11378 * diff-mode.el (diff-add-log-file-name): Remove.
11379 (diff-mode): Use add-log-buffer-file-name-function.
11380
11381 * add-log.el (find-change-log): New arg BUFFER-FILE.
11382 (add-log-file-name): Obey add-log-file-name-function.
11383 (add-log-buffer-file-name-function): New var.
11384 (add-change-log-entry): Use it.
11385
11386 2000-09-29 Miles Bader <miles@gnu.org>
11387
11388 * image-file.el (image-file-name-extensions): New variable.
11389 (image-file-name-regexps): Renamed from `image-file-regexps'.
11390 New default value is nil. Call `auto-image-file-mode'.
11391 (image-file-name-regexp): New function.
11392 (auto-image-file-mode): New minor mode.
11393 (insert-image-file): Don't make conditional on the image-file
11394 handler being enabled.
11395 (image-file-handler): Make the call here conditional instead.
11396 (set-image-file-handler-enabled, enable-image-file-handler)
11397 (disable-image-file-handler): Functions removed.
11398
11399 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11400 string.
11401
11402 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11403
11404 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11405 it's a function from CL.
11406 (latex-imenu-create-index): Replace eval-when-compile with progn
11407 because latex-section-alist is not bound while compiling.
11408
11409 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11410
11411 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11412 (outline-mode): Use define-derived-mode.
11413
11414 * progmodes/perl-mode.el (perl-mode):
11415 * progmodes/awk-mode.el (awk-mode):
11416 * progmodes/asm-mode.el (asm-mode):
11417 Don't gratuitously override the default for comment-column.
11418
11419 * emacs-lisp/lisp.el (lisp-complete-symbol):
11420 Distinguish the let-binding case from the funcall case.
11421 (forward-sexp-function): New variable.
11422 (forward-sexp): Use it.
11423
11424 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11425 (easy-mmode-defmap): Remove the now useless autoload.
11426
11427 * time.el (display-time-mode): Use define-minor-mode.
11428
11429 * subr.el (add-minor-mode): Don't eval NAME.
11430 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11431 Use if rather than cond.
11432
11433 * simple.el (read-expression-map): Define more properly.
11434 (comment-indent-hook): Remove.
11435 (string-to-syntax): Bug fix.
11436
11437 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11438 (cvs-ediff-diff): Fix typo.
11439 (cvs-revert-if-needed): Don't bother preserving read-only.
11440
11441 * paren.el (show-paren-mode): Use define-minor-mode.
11442
11443 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11444 (toggle-auto-compression): Remove.
11445 (jka-compr-build-file-regexp): Remove useless grouping.
11446
11447 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11448 Avoid user-reserved bindings.
11449 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11450 (diff-header-face): Revert to grey85.
11451
11452 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11453
11454 * complete.el (partial-completion-mode) <defcustom>: Remove.
11455 (partial-completion-mode): Use define-minor-mode.
11456 (PC-do-completion): Understand `completion-auto-help = delay'
11457 to mean to popup the completion buffer only the second time.
11458 (PC-include-file-all-completions, PC-include-file-all-completions)
11459 (PC-include-file-all-completions): Don't quote lambda.
11460
11461 * comint.el (comint-mode-hook): Docstring fix.
11462 (comint-mode): Use define-derived-mode.
11463 (comint-mode-map): Remove obsolete comment.
11464 (make-comint): Minor stylistic change.
11465 (comint-insert-clicked-input): Be more careful to find the overlay.
11466 Use this-command-keys rather than hardcoding mouse-2.
11467
11468 * font-lock.el: Replace confusing (,@ with ,
11469 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11470 Don't use regexp-opt-depth. Spice up the regexp for args.
11471 Don't distinguish between cmds that can take an opt arg or not.
11472 Use `append' and `prepend' rather than `keep'.
11473
11474 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11475 (latex-outline-regexp): New var.
11476 (latex-outline-level): New fun.
11477 (latex-section-alist): New var.
11478 (latex-imenu-create-index): Use it. Use `push' as well.
11479 (tex-shell-map): Initialize it properly.
11480 (tex-mode): Minor stylistic change.
11481 (plain-tex-mode): Use define-derived-mode.
11482 (latex-mode): Use define-derived-mode.
11483 Construct the paragraph regexps in a more readable way.
11484 Set the buffer-local outline-{level,regexp} vars.
11485 (slitex-mode): Derive from latex-mode.
11486 (tex-common-initialization): Don't kill-all-vars anymore.
11487 Add setting for comment-add and font-lock-defaults.
11488 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11489 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11490 (tex-start-tex): New arg DIR (and send a chdir command for it).
11491 Also display the shell buffer and save it in tex-last-buffer-texed.
11492 (tex-region): Use expand-file-name rather than concat.
11493 Remove code made useless by changes in tex-start-tex.
11494 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11495
11496 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11497
11498 2000-09-28 Dave Love <fx@gnu.org>
11499
11500 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11501
11502 2000-09-28 Gerd Moellmann <gerd@gnu.org>
11503
11504 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11505 `append'.
11506
11507 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11508
11509 * info.el (Info-extract-pointer): Undo last change.
11510 Instead, fix the position of the `bound' arg to re-search-backward.
11511
11512 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11513
11514 * info.el (Info-extract-pointer):
11515 Widen more carefully, to avoid finding pointers in other nodes.
11516 (Info-index): Use push.
11517
11518 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11519
11520 * frame.el (set-frame-font): Remove call to obsolete function
11521 frame-update-faces.
11522 (set-foreground-color, set-background-color): Likewise for
11523 frame-update-face-colors.
11524
11525 2000-09-27 Miles Bader <miles@gnu.org>
11526
11527 * image-file.el: New file.
11528
11529 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11530
11531 * frame.el (frame-notice-user-settings): Don't call
11532 frame-update-faces, which is a no-op now.
11533
11534 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11535 tool-bar-lines.
11536
11537 2000-09-27 Dave Love <fx@gnu.org>
11538
11539 * mouse.el: Fix last change.
11540
11541 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11542
11543 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11544
11545 2000-09-22 Kenichi Handa <handa@etl.go.jp>
11546
11547 * international/quail.el (quail-help): The output message is
11548 improved.
11549
11550 2000-09-26 Dave Love <fx@gnu.org>
11551
11552 * mouse.el (popup-menu): If POSITION is nil, set it using
11553 mouse-position.
11554
11555 2000-09-25 Sam Steingold <sds@gnu.org>
11556
11557 * net/browse-url.el (browse-url-file-url): Check for null maps.
11558
11559 2000-09-26 Gerd Moellmann <gerd@gnu.org>
11560
11561 * frame.el (frame-notice-user-settings): Don't add a
11562 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11563
11564 * frame.el (frame-notice-user-settings):
11565 Make tool-bar-mode and default-frame-alist consistent.
11566
11567 * toolbar/tool-bar.el (tool-bar-help): New function.
11568
11569 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11570
11571 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11572 current-load-list in top-level forms. Else this leaks a cons cell
11573 every time a defun is called.
11574
11575 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11576
11577 2000-09-25 Dave Love <fx@gnu.org>
11578
11579 * startup.el (fancy-splash-head): Check XPM is available.
11580
11581 * autoinsert.el (auto-insert): Doc fix.
11582 (auto-insert-alist): Following GNU notices, don't say `copyright
11583 _by_'. Use line-beginning-position.
11584 (auto-insert): Check buffer-file-name is non-nil before use.
11585
11586 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11587
11588 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11589 starting with `@def' or `@multitable', in addition to ones
11590 specified by the user in auto-fill-inhibit-regexp.
11591
11592 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
11593
11594 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11595 rmail-dont-reply-to-names matches the empty string.
11596
11597 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11598
11599 * startup.el (command-line-1, fancy-splash-text): Change the
11600 text to sound more friendly.
11601
11602 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11603
11604 * progmodes/hideshow.el: Update author email address.
11605 Generally, sync w/ maintainer version 5.22.
11606 (hs-hide-all-non-comment-function): New var.
11607 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11608 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11609 (hs-show-region): Delete this command.
11610 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11611
11612 2000-09-22 Dave Love <fx@gnu.org>
11613
11614 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11615 (hl-line-highlight): Specify buffer when moving overlay.
11616
11617 * progmodes/fortran.el (fortran-mode): Locally set
11618 normal-auto-fill-function.
11619 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11620 (fortran-mode-map): Adjust auto-fill menu entry.
11621
11622 2000-09-22 Gerd Moellmann <gerd@gnu.org>
11623
11624 * vc-rcs.el (toplevel): Require `vc' when compiling.
11625
11626 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11627
11628 2000-09-22 Andre Spiegel <spiegel@gnu.org>
11629
11630 * vc.el (vc-switch-backend): Signal an error if the file is not
11631 registered under the new backend.
11632
11633 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11634 without explicit revision number.
11635
11636 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11637
11638 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11639 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11640 (diff-xor): New function.
11641 (diff-find-source-location): Use it. Fix a stupid name clash.
11642 (diff-hunk-status-msg): New function.
11643 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11644 (diff-test-hunk): Use diff-find-source-location.
11645 (diff-goto-source): Favor the `reverse'.
11646 (diff-hunk-text): Properly handle one-sided context diffs.
11647 (diff-apply-hunk): When done, advance to the next hunk.
11648
11649 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11650
11651 * startup.el (command-line): If frame was created with a non-zero
11652 tool-bar-lines parameter, switch tool-bar-mode on.
11653
11654 * add-log.el (change-log-date-face, change-log-name-face)
11655 (change-log-email-face, change-log-file-face)
11656 (change-log-list-face, change-log-conditionals-face)
11657 (change-log-function-face, change-log-acknowledgement-face):
11658 New faces, inheriting from font-lock faces.
11659 (change-log-font-lock-keywords): Use them.
11660
11661 2000-09-21 Dave Love <fx@gnu.org>
11662
11663 * progmodes/cperl-mode.el (top-level): Clean up
11664 `eval-when-compile's and assorted defvars.
11665 (cperl-invalid-face): Don't double-quote value. Change custom
11666 type.
11667 (cperl-mode): Set normal-auto-fill-function and don't zap
11668 auto-fill-function.
11669 (cperl-imenu--function-name-regexp-perl): Renamed from
11670 imenu-example--function-name-regexp-perl.
11671 (cperl-imenu--create-perl-index): Renamed from
11672 imenu-example--create-perl-index.
11673 (cperl-xsub-scan): Don't require cl.
11674
11675 * msb.el (msb-mode-map): Use substitute-key-definition.
11676 (msb-mode): Use msb-mode-map.
11677
11678 2000-09-21 Andre Spiegel <spiegel@gnu.org>
11679
11680 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11681 New functions.
11682 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11683 (vc-switch-backend): New function.
11684 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11685 (vc-register): Fix prompt.
11686 (vc-unregister, vc-default-unregister): New functions.
11687 (vc-version-diff): Handle empty buffer in sentinel.
11688
11689 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11690 (vc-rcs-state-heuristic): Use it to guess the state of files with
11691 non-strict locking.
11692 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11693 been set with -b, but not created yet.
11694 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11695 contents in order to find the state.
11696 (vc-rcs-checkin): Allow creation of branches with no changes.
11697 (vc-rcs-unregister, vc-rcs-receive-file)
11698 (vc-rcs-set-non-strict-locking): New functions.
11699
11700 * vc-hooks.el (vc-name): Force correct computation of the value
11701 in case it is missing.
11702
11703 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11704
11705 * startup.el (fancy-splash-tail): Use a different foreground
11706 color on a dark frame background.
11707
11708 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11709
11710 * info.el: Use the correct capitalization when making Info-mode
11711 and Info-edit-mode `special' modes.
11712
11713 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11714
11715 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11716 (diff-mode): Add support for add-log.el.
11717 (diff-hunk-text): Use char offsets rather than line offsets.
11718 (diff-find-source-location): Replace LINE with line-offset (nil
11719 if not found) and always set POS to a meaningful position.
11720 Adapt to the new char-offsets.
11721 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11722 Adapt to the new diff-find-source-location.
11723 (diff-goto-source): Adapt to the new diff-find-source-location.
11724
11725 * add-log.el (add-log-file-name): New function (split out of
11726 add-change-log-entry).
11727 (add-change-log-entry): Use it.
11728 Call add-log-file-name-function with the changelog file name if
11729 the current buffer is not associated with any file.
11730 Avoid find-file if the selected window is dedicated.
11731
11732 * diff-mode.el (diff-find-source-location):
11733 Move code from diff-apply-hunk. Return buffer rather than file.
11734 (diff-apply-hunk): Use the new result from diff-find-source-location.
11735 (diff-goto-source): Use the new diff-find-source-location.
11736
11737 2000-09-20 Dave Love <fx@gnu.org>
11738
11739 * iswitchb.el: Some doc fixes.
11740 (iswitchb-mode-map): Define completely initially. Inherit
11741 minibuffer-local-map.
11742 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11743 fundamental-mode.
11744 (iswitchb-global-map): New variable.
11745 (iswitchb-summaries-to-end): Amalgamate regexps.
11746 (iswitchb-mode): New.
11747 (iswitchb-mode-hook): New variable.
11748 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11749 `extensions'.
11750
11751 2000-09-20 Gerd Moellmann <gerd@gnu.org>
11752
11753 * ehelp.el (electric-help): New defgroup.
11754 (electric-help-shrink-window): New user-option.
11755 (with-electric-help): Use it.
11756
11757 * window.el (shrink-window-if-larger-than-buffer): If face
11758 `mode-line' has a :box, and we're on a graphical frame, add 1
11759 to the needed window height.
11760
11761 * frame.el (frame-notice-user-settings): Add a last parameter nil
11762 to a call to `append', because the last list passed to `append' is
11763 not copied, and so subsequent calls to assq-delete-all will modify
11764 default-frame-alist.
11765
11766 * startup.el (fancy-splash-image): Change :type.
11767 (fancy-splash-head): Use an XBM image if appropriate.
11768 (command-line-1): Show splash screens in more cases.
11769
11770 * startup.el (fancy-splash-text): Don't quote faces.
11771
11772 * dired.el (dired-font-lock-keywords): Undo last change.
11773 (dired-readin): Bind indent-tabs-mode to nil.
11774
11775 * startup.el (fancy-splash-head): If frame's background mode
11776 is `dark', change the black background of the image to gray.
11777 (fancy-splash-screens): Display startup echo area message.
11778 (display-startup-echo-area-message): New function.
11779
11780 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11781
11782 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11783
11784 * info.el (info-header-node): Tweak for color ttys.
11785
11786 * faces.el (face-valid-attribute-values): Make sure directories we
11787 search for stipples both exist and are readable before trying to
11788 search them.
11789
11790 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11791 in the dry-run case.
11792
11793 * jka-compr.el (with-auto-compression-mode): New macro.
11794
11795 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11796 (custom-group-tag-face, custom-variable-tag-face): Use relative
11797 :height and inherit from `variable-pitch' face instead of
11798 hardwiring :family.
11799 * hi-lock.el (hi-black-hb): Likewise.
11800
11801 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11802 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11803 toolbar-add-item, if image doesn't have a mask add a `:mask
11804 heuristic'.
11805
11806 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11807
11808 * diff-mode.el: Docstring fixes.
11809 (diff-header-face, diff-comment-face): New faces.
11810 (diff-font-lock-keywords): Highlight a bit differently.
11811 (diff-find-source-location): Don't return SPAN any more.
11812 (diff-hunk-text): Don't bother erasing the temp buffer.
11813 (diff-find-text): Drop argument LINE.
11814 (diff-apply-hunk): Update calls to diff-find-text.
11815 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11816
11817 * calendar/calendar.el: Docstring fixes.
11818 (calendar-make-alist): Don't quote lambda.
11819 (calendar-star-date): Use make-local-variable.
11820
11821 2000-09-19 Dave Love <fx@gnu.org>
11822
11823 * toolbar/tool-bar.el: Renamed from toolbar.el.
11824 Change `toolbar' to `tool-bar' generally in symbols.
11825 Make some items invisible in `special' major modes.
11826 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11827 Add arg PROPS.
11828
11829 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11830 Add :version here.
11831 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11832
11833 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11834
11835 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11836
11837 * files.el (find-file-suppress-same-file-warnings): New user-option.
11838 (find-file-noselect): Use it.
11839
11840 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11841 (fancy-splash-screen): Defgroup.
11842
11843 * add-log.el (change-log-font-lock-keywords): Match names
11844 more exactly for the case that font-lock-constant-face is
11845 underlined.
11846
11847 2000-09-19 Richard M. Stallman <rms@gnu.org>
11848
11849 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11850
11851 2000-09-19 Andre Spiegel <spiegel@gnu.org>
11852
11853 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11854
11855 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11856
11857 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11858 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11859 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11860 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11861 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11862 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11863 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11864 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11865 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11866 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11867 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11868 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11869
11870 * startup.el (fancy-splash-text): New variable.
11871 (fancy-splash-delay, fancy-splash-image): New user-options.
11872 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11873 (fancy-splash-screens): New functions.
11874 (command-line-1): If display has a `display' frame parameter, has
11875 colors, and we have XPM support, show more fancy splash screens.
11876
11877 2000-09-19 Dave Love <fx@gnu.org>
11878
11879 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11880 with null `help'. Use modern backquote syntax.
11881
11882 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11883
11884 * font-lock.el (font-lock-mode): Change message telling the user
11885 that ``the buffer is too big''.
11886
11887 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11888 for instance for the case that tab-width is 2.
11889
11890 2000-09-18 Gerd Moellmann <gerd@gnu.org>
11891
11892 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11893 toolbar-add-item, if image doesn't have a mask add a `:mask
11894 heuristic'.
11895
11896 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11897
11898 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11899 and return a cons if it's non-nil.
11900 (diff-apply-hunk): Try to jump to the line in the source text
11901 corresponding to the position of point in the in the hunk.
11902
11903 * info.el (Info-title-3-face, Info-title-2-face)
11904 (Info-title-1-face): Use face inheritance and relative sizes
11905 instead of hard-wiring things.
11906
11907 * faces.el (secondary-selection): Make dark-background variant sane.
11908
11909 2000-09-16 Andrew Innes <andrewi@gnu.org>
11910
11911 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11912 read-only, since they aren't under VC now.
11913
11914 2000-09-17 Dave Love <fx@gnu.org>
11915
11916 * tmm.el: Replace mapcar with mapc in several places.
11917
11918 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11919 ad-unadvise.
11920
11921 * international/latin1-disp.el: New file.
11922
11923 * calendar/cal-move.el (scroll-calendar-left)
11924 (scroll-calendar-right): Make arg optional (for active mode line).
11925
11926 * calendar/calendar.el (calendar-mode-line-format): Make fields
11927 mouse-sensitive.
11928 (calendar-read-date, calendar-read-date, calendar-window-list):
11929 Unquote lambda.
11930 (calendar-month-name): Use aref, not sref.
11931
11932 * view.el (minor-mode-alist): Propertize the string.
11933
11934 * international/characters.el (standard-case-table): Add entries
11935 for Greek.
11936
11937 2000-09-18 Miles Bader <miles@gnu.org>
11938
11939 * info.el (info-node, info-xref): Add dark-background variants.
11940
11941 * faces.el (header-line): Change defaults to be less confusing
11942 when mixed with mode-lines.
11943
11944 * info.el (Info-fontify-node): Make a few cleanups.
11945 Add extra `help-echo' and `local-map' props to node xrefs.
11946 Use header-specific faces for node-names & xrefs.
11947 (Info-use-header-line): New variable.
11948 (info-header-xref, info-header-node): New faces.
11949 (Info-setup-header-line): New function.
11950 (Info-select-node): Call Info-setup-header-line when enabled.
11951 (Info-extract-pointer): Work even if the header line is hidden.
11952 (Info-header-line): New variable.
11953
11954 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11955
11956 * vms-patch.el (print-region-function): Don't quote lambda.
11957
11958 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11959
11960 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11961 (lm-get-header-re): Allow spaces between the header and the colon.
11962 (lm-header): Allow $ in non-RCS headers.
11963 (lm-header-multiline): Put the strings back into order.
11964 Stop at an empty line. Don't require two space chars if the
11965 line is clearly not another header line.
11966
11967 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11968 (popup-menu-popup): Remove.
11969
11970 2000-09-15 Gerd Moellmann <gerd@gnu.org>
11971
11972 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11973 specification if or if not tool-bar item contains an `:enabled'
11974 property.
11975
11976 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11977 current buffer has no file name.
11978
11979 2000-09-15 Dave Love <fx@gnu.org>
11980
11981 * strokes.el: Sync with maintainer's current version with changes
11982 for Emacs, but avoid runtime cl and levents.
11983 (toplevel): Change autoloads and compilation requires.
11984 (strokes-version, strokes-bug-address, strokes-lift): Values
11985 changed.
11986 (strokes-xpm-header, strokes-insinuated): New variable.
11987 (strokes): Add :link.
11988 (strokes-mode): Customized.
11989 (strokes-while-inhibiting-garbage-collector): New macro.
11990 (strokes-remassoc): Avoid remove-if.
11991 (strokes-fix-button2-command): Don't use ad-do-it.
11992 (strokes-insinuate): New function.
11993 (strokes-button-press-event-p, strokes-button-release-event-p):
11994 New functions, used instead of non-`strokes-' versions..
11995 (strokes-mouse-event-p): Rewritten.
11996 (strokes-event-closest-point): Avoid event-point.
11997 (strokes-get-grid-position): Avoid cdadr, caadr
11998 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11999 functions.
12000 (strokes-help): Use with-output-to-temp-buffer.
12001 (strokes-window-configuration-changed-p): New function.
12002 (strokes-update-window-configuration): Use buffer-live-p,
12003 strokes-window-configuration-changed-p.
12004 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
12005 (strokes-char-face): New face.
12006 (strokes-char-table, strokes-base64-chars): New variable.
12007 (strokes-xpm-for-stroke, strokes-list-strokes)
12008 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
12009 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
12010 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12011 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
12012 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
12013 functions.
12014
12015 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12016
12017 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
12018
12019 * image.el (create-image): Doc fix.
12020
12021 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
12022 instead of `:heuristic-mask t'.
12023
12024 2000-09-14 Andrew Innes <andrewi@gnu.org>
12025
12026 * makefile.w32-in: Revert to Unix line endings.
12027
12028 2000-09-14 Andrew Innes <andrewi@gnu.org>
12029
12030 * makefile.w32-in: Add bootstrap support. Also copy lisp source
12031 when installing.
12032
12033 * makefile.nt (DONTCOMPILE): Fix typo.
12034
12035 * shell.el (shell-write-history-on-exit): New function.
12036 (shell-dumb-shell-regexp): New custom variable.
12037 (shell-mode): Make shell-write-history-on-exit the process
12038 sentinel if shell name matches shell-dumb-shell-regexp.
12039
12040 * w32-fns.el: Comment out before-init-hook function which resets
12041 source-directory based; this breaks bootstrap.
12042
12043 2000-09-14 Dave Love <fx@gnu.org>
12044
12045 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
12046 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
12047 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
12048 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
12049 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
12050 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
12051 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
12052 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
12053 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
12054
12055 * toolbar/toolbar.el: New.
12056
12057 * subdirs.el: Add toolbar.
12058
12059 2000-09-14 Gerd Moellmann <gerd@gnu.org>
12060
12061 * indent.el (indent-for-tab-command): Doc fix.
12062
12063 2000-09-14 Alex Schroeder <alex@gnu.org>
12064
12065 * ansi-color.el (ansi-colors): Doc change.
12066 (ansi-color-get-face): Simplified regexp.
12067 (ansi-color-faces-vector): Added more faces, doc change.
12068 (ansi-color-names-vector): Doc change.
12069 (ansi-color-regexp): Simplified regexp.
12070 (ansi-color-parameter-regexp): New regexp.
12071 (ansi-color-filter-apply): Doc change.
12072 (ansi-color-filter-region): Doc change.
12073 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
12074 deal with zero length parameters.
12075 (ansi-color-apply-on-region): Doc change.
12076 (ansi-color-map): Doc change.
12077 (ansi-color-map-update): Removed debugging message.
12078 (ansi-color-get-face-1): Added condition-case to trap
12079 args-out-of-range errors.
12080 (ansi-color-get-face): Doc change.
12081 (ansi-color-make-face): Removed.
12082 (ansi-color-for-shell-mode): New option.
12083
12084 2000-09-13 Kenichi Handa <handa@etl.go.jp>
12085
12086 * international/quail.el (quail-start-translation): Translate KEY
12087 if necessary even if it doesn't have any mapping in the current
12088 input method.
12089 (quail-start-conversion): Likewise.
12090 (quail-help): The output message is improved.
12091
12092 2000-09-13 Miles Bader <miles@gnu.org>
12093
12094 * comint.el (comint-output-filter): Revert to using
12095 `insert-before-markers'. Add bletcherous hack to undo damage
12096 caused by `insert-before-markers'. Put `front-sticky' property on
12097 overlays created here so that the field code understands how the
12098 overlay works. Use a let when making comint-last-prompt-overlay,
12099 so that the code is easier to read.
12100
12101 2000-09-13 Dave Love <fx@gnu.org>
12102
12103 * wid-edit.el (widget-default-format-handler): DTRT when
12104 doc-property is a function.
12105
12106 2000-09-12 Francesco Potorti` <pot@gnu.org>
12107
12108 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12109 filed name if it's not there.
12110
12111 2000-09-12 Dave Love <fx@gnu.org>
12112
12113 * simple.el (read-mail-command): Doc fix.
12114 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12115
12116 * vc.el (vc-dired-listing-switches): Fix :version.
12117
12118 * vc-hooks.el: Doc fixes.
12119
12120 * subr.el (add-minor-mode): Use toggle-fun arg.
12121
12122 * speedbar.el: Add :version to several defcustoms.
12123
12124 * imenu.el (imenu--truncate-items, imenu--cleanup)
12125 (imenu--generic-function): Avoid mapcar.
12126 (imenu--replace-spaces): Function removed.
12127 (imenu--completion-buffer): Use subst-char-in-string.
12128 (imenu-add-to-menubar): Use keymap inheritance.
12129
12130 2000-09-12 Miles Bader <miles@gnu.org>
12131
12132 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12133 (diff-mode-map): Bind `diff-test-hunk'.
12134 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12135
12136 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12137
12138 * bytecomp.el (byte-compile-defvar): Undo last change
12139 because it breaks '(make-variable-buffer-local (defvar ...)'
12140 which is used at least in dired.
12141
12142 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12143
12144 * international/quail.el (quail-define-package): Docstring
12145 modified.
12146
12147 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12148
12149 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12150 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12151 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12152 docstring of "chinese-py".
12153
12154 * international/quail.el (quail-translation-docstring): New
12155 variable.
12156 (quail-show-keyboard-layout): Docstring modified.
12157 (quail-select-current): Likewise.
12158 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12159 infinite recursive call.
12160 (quail-help): Check quail-translation-docstring. Format of the
12161 output changed.
12162 (quail-help-insert-keymap-description): Adjusted for the above
12163 change.
12164
12165 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12166
12167 * bytecomp.el (byte-compile-defvar): Only cons onto
12168 current-load-list in top-level forms. Else this leaks a cons cell
12169 every time a defun is called.
12170
12171 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12172
12173 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12174 Now understands non-unified diffs. Some functionality moved into
12175 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12176 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12177 modify anything. Only reposition point in the patched file if the
12178 patch succeeds. Only pop up another window if POPUP is true.
12179 Emit a message describing what happened if successful, and at what
12180 line-offset. Automatically detect reversed hunks and do something
12181 appropriate.
12182 (diff-hunk-text, diff-find-text): New functions.
12183 (diff-filter-lines): Function removed.
12184 (diff-test-hunk): New function.
12185 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12186
12187 2000-09-10 Dave Love <fx@gnu.org>
12188
12189 * textmodes/tildify.el: Minor doc/commentary fixes.
12190 (tildify) <defgroup>: Add :version.
12191
12192 * faces.el (face-x-resources): Make custom type more specific.
12193 (frame-background-mode): Use mapc.
12194 (region) <defcustom>: Add :version.
12195
12196 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12197
12198 * vc-sccs.el (vc-sccs-register):
12199 * vc-rcs.el (vc-rcs-register):
12200 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12201 * vc.el (vc-register): Clear file's properties.
12202
12203 2000-09-08 Gerd Moellmann <gerd@gnu.org>
12204
12205 * faces.el (face-spec-set): Only face-spec-reset-face when
12206 ATTRS is non-nil.
12207
12208 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12209
12210 * help.el (help-insert-xref-button): Fix a typo in doc string.
12211
12212 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12213
12214 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12215 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12216 methods.
12217
12218 * menu-bar.el (read-mail-item-name): New function.
12219 (menu-bar-tools-menu): Use it to compute and display the package
12220 used to read email.
12221 (menu-bar-tools-menu): Fix typo in GUD's help string.
12222
12223 2000-09-07 Dave Love <fx@gnu.org>
12224
12225 * diff-mode.el (diff-mouse-goto-source): New function.
12226
12227 * vc-sccs.el: Doc fixes.
12228 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12229
12230 * vc-rcs.el: Doc fixes.
12231 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12232 (vc-rcs-checkout-switches, vc-rcs-header)
12233 (vc-rcs-master-templates): Add or change :version.
12234
12235 * vc-cvs.el: Doc fixes.
12236 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12237 (vc-cvs-stay-local): Add :version.
12238
12239 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12240
12241 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12242
12243 * international/quail.el (quail-help): Fix previous change.
12244
12245 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12246
12247 * faces.el (color-values): Doc fix.
12248
12249 * faces.el (frame-set-background-mode): Use frame-parameter
12250 instead of frame-parameters.
12251
12252 * frame.el (filtered-frame-list): Reduce consing.
12253 (frames-on-display-list): Call frame-parameter instead of
12254 frame-parameters.
12255
12256 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12257
12258 * language/devan-util.el (devanagari-to-indian-region): In the
12259 loop, change the following char, not preceding char.
12260
12261 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12262
12263 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12264 instead of frame-parameters.
12265
12266 * faces.el (set-face-attribute): Simplify by calling
12267 internal-set-lisp-face-attribute with FRAME being 0.
12268
12269 * vc.el: Remove `Id' version control keyword.
12270
12271 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12272
12273 * help.el (help-make-xrefs): Adjusted for the change of
12274 help-xref-mule-regexp.
12275 (help-insert-xref-button): New function.
12276
12277 * international/mule-cmds.el (help-xref-mule-regexp-template):
12278 Include the pattern for character set.
12279 (leim): New group.
12280
12281 * international/quail.el: Don't require face.
12282 (quail): New group.
12283 (quail-other-command): Dummy command to make quail-help work better.
12284 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12285 (quail-keyboard-layout-substitution): New variable.
12286 (quail-update-keyboard-layout): New function.
12287 (quail-keyboard-layout-type): New customizable variable.
12288 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12289 (quail-keyboard-translate): Pay attention to
12290 quail-keyboard-layout-substitution.
12291 (quail-insert-kbd-layout): New function.
12292 (quail-show-keyboard-layout): New function.
12293 (quail-get-translation): If the definition is a vector of length
12294 1, and the element is a string of length 1, return the character
12295 in that string.
12296 (quail-update-current-translations): Fix the case of
12297 relative-index out of range.
12298 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12299 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12300 Show key sequences for all available characters.
12301 (quail-help-insert-keymap-description): Don't show such verbose
12302 key bindings as quail-self-insert-command.
12303
12304 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12305 Format changed, and each element now have extra documentations.
12306 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12307 Adjusted for the change of quail-cxterm-package-ext-info.
12308
12309 2000-09-06 Gerd Moellmann <gerd@gnu.org>
12310
12311 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12312 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12313 during bootstrap.
12314
12315 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12316
12317 * vc.el: (toplevel): Don't require `dired' at run-time.
12318 (vc-dired-resynch-file): Remove autoload cookie.
12319
12320 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12321
12322 * vc.el: Made several backend functions optional.
12323 (vc-default-responsible-p): New function.
12324 (vc-merge): Use RET for first version to trigger merge-news, not
12325 prefix arg.
12326 (vc-annotate): Handle backends that do not support annotation.
12327 (vc-default-merge-news): Removed. The existence of a merge-news
12328 implementation is now checked on caller sites.
12329
12330 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12331 case.
12332
12333 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12334 special case that has been removed from the default in vc-hooks.el.
12335
12336 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12337
12338 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12339
12340 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12341
12342 * vc-hooks.el: Require vc during compilation.
12343 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12344 macro `with-vc-properties' in vc.el.
12345 (vc-file-getprop): Doc fix.
12346 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12347
12348 * vc.el: Require dired-aux during compilation.
12349 (vc-name-assoc-file): Moved to vc-sccs.el.
12350 (with-vc-properties): New macro.
12351 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12352 vc-finish-steal): Use it.
12353 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12354 to the backend-specific function is now supposed to do the checkout,
12355 too.
12356 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12357
12358 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12359 set file properties; that gets done in the generic code now.
12360
12361 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12362 Changed parameter list, added code from vc.el that does the
12363 checkout, possibly with a double-take.
12364
12365 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12366 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12367 the above under the new name.
12368 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12369 parameter list, added checkout command.
12370 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12371 properties; that gets done in the generic code now.
12372
12373 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12374
12375 * vc.el: Docstring fixes (courtesy of checkdoc).
12376
12377 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12378
12379 * vc.el (vc-checkout-writable-buffer-hook)
12380 (vc-checkout-writable-buffer): Remove.
12381 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12382 (vc-log-mode): Make it into a clean derived major mode.
12383 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12384 vc-log-mode if log-edit is not available.
12385 (vc-dired-mode-map): Don't set-keymap-parent yet.
12386 (vc-dired-mode): Do set-keymap-parent here.
12387 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12388
12389 2000-09-05 Gerd Moellmann <gerd@gnu.org>
12390
12391 * faces.el (set-face-attribute, face-spec-reset-face)
12392 (face-spec-set): Avoid consing by removing calls to `apply'.
12393
12394 * frame.el (frame-parameter): Move to C code.
12395
12396 2000-09-05 Dave Love <fx@gnu.org>
12397
12398 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12399 insert-before-markers-and-inherit. Now checked systematically!
12400
12401 2000-09-05 Alex Schroeder <alex@gnu.org>
12402
12403 * sql.el (sql-postgres): Use sql-postgres-options.
12404 (sql-postgres-options): New variable.
12405
12406 2000-09-05 Alex Schroeder <alex@gnu.org>
12407
12408 * sql.el (sql-mode-menu): Work around missing variable mark-active
12409 in XEmacs.
12410 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12411 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12412 compatibility.
12413
12414 2000-09-04 Gerd Moellmann <gerd@gnu.org>
12415
12416 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12417
12418 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12419
12420 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12421
12422 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12423
12424 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12425 don't support anything else under SCCS yet.
12426
12427 * vc-hooks.el: Minor doc fixes.
12428
12429 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12430
12431 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12432 not necessary. If verbose in state `needs-patch', do the same as
12433 under `up-to-date'. When NOT verbose and `needs-patch', check out
12434 latest version instead of `merge-news'.
12435 (vc-next-action-dired): Don't mess with default-directory here; it
12436 breaks other parts of dired. It is the job of the
12437 backend-specific functions to adjust it temporarily if they need it.
12438 (vc-next-action): Remove a special CVS case.
12439 (vc-clear-headers): New optional arg FILE.
12440 (vc-checkin, vc-checkout): Set properties vc-state and
12441 vc-checkout-time properly.
12442 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12443 (vc-print-log): Use new backend function `show-log-entry'.
12444 (vc-cancel-version): Do the checks in a different order. Added a
12445 FIXME concerning RCS-only code.
12446
12447 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12448 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12449
12450 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12451
12452 * vc-hooks.el (vc-default-mode-line-string): Show state
12453 `needs-patch' as a `-' too.
12454
12455 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12456
12457 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12458 (vc-default-could-register): New function.
12459 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12460 (vc-resynch-buffer): Call vc-dired-resynch-file.
12461 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12462 vc-resynch-buffer instead of vc-resynch-window.
12463 (vc-next-action-dired): Don't redisplay here, that gets done as a
12464 result of the individual file operations.
12465 (vc-retrieve-snapshot): Corrected prompt order.
12466
12467 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12468
12469 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12470 as well.
12471 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12472 hostname regexps. Updated all callers.
12473 (vc-cvs-responsible-p): Handle directories as well.
12474 (vc-cvs-could-register): New function.
12475 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12476 properties up-to-date.
12477
12478 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12479 user whether to create one.
12480
12481 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12482
12483 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12484 check out a non-existing file.
12485
12486 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12487 workfile does not exist.
12488
12489 * vc.el (vc-version-diff): Use `require' to check for existence of
12490 diff-mode.
12491
12492 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12493
12494 * vc-cvs.el (vc-cvs-registered): Use new function
12495 vc-cvs-parse-entry to do the actual work.
12496
12497 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12498
12499 * vc-hooks.el (vc-find-backend-function): If function doesn't
12500 exist, return nil instead of error.
12501 (vc-call-backend): Doc fix.
12502
12503 * vc.el (vc-do-command): Doc fix.
12504 (vc-finish-logentry): When checking in from vc-dired, choose the
12505 right backend for logentry check.
12506 (vc-dired-mode-map): Inherit from dired-mode-map.
12507 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12508 simplified.
12509 (vc-dired-state-info): Removed, updated caller.
12510 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12511 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12512 (vc-dired-listing-switches): New variable.
12513 (vc-directory): Use it, instead of dired-listing-switches.
12514
12515 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12516 (vc-cvs-dir-state): New function.
12517 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12518 (vc-cvs-parse-entry): New function, also to be used in
12519 vc-cvs-registered.
12520
12521 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12522
12523 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12524 *or* single-window-frames.
12525
12526 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12527
12528 * vc.el (vc-update-changelog): Split into generic part and default
12529 implementation. Doc string adapted.
12530 (vc-default-update-changelog): New function. Call the `rcs2log'
12531 script in exec-directory, to fix a long-standing nuisance.
12532
12533 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12534 simply signals an error.
12535
12536 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12537
12538 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12539 control-flow more clear and to avoid running `cvs' twice.
12540
12541 * vc.el (vc-next-action-on-file): Doc fix.
12542 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12543 (vc-print-log): Eval `file' before constructing the continuation.
12544
12545 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12546
12547 * vc.el (vc-next-action-on-file): Corrected several messages.
12548 (vc-merge): Add prefix arg `merge-news'; handle it.
12549
12550 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12551 is not reached. It is.
12552 (vc-cvs-merge): Set state to 'edited after merge.
12553 (vc-cvs-merge-news): Set workfile version to nil if not known.
12554 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12555
12556 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12557 via stdout. (Merge from main line.)
12558
12559 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12560
12561 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12562 detection.
12563
12564 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12565
12566 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12567 against kill-all-local-variables.
12568 (vc-log-edit): Don't save vc-parent-buffer any more.
12569 (vc-last-comment-match): Initialize to an empty string.
12570 (vc-post-command-functions): New hook.
12571 (vc-do-command): Run it.
12572 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12573 (vc-finish-logentry): Only add the comment to the ring if it's
12574 different from the last comment entered.
12575 (vc-new-comment-index): New function.
12576 (vc-previous-comment): Use it. Make the minibuffer message
12577 slightly less terse.
12578 (vc-comment-search-reverse): Make it work forward as well. Don't
12579 set vc-comment-ring-index if no match is found. Use
12580 vc-new-comment-index.
12581 (vc-comment-search-forward): Use vc-comment-search-reverse.
12582 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12583 define-derived-mode will do it for us. Bind `v' to a keymap that
12584 inherits from vc-prefix-map so that we can bind `vt' without
12585 binding C-x v t.
12586 (vc-retrieve-snapshot): Parenthesis typo.
12587
12588 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12589 to 1. Make sure to switch to *vc* before looking for an error
12590 message. Use vc-parse-buffer.
12591
12592 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12593
12594 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12595 and NAME.
12596 (vc-retrieve-snapshot): Split into two parts.
12597 (vc-default-retrieve-snapshot): New function.
12598
12599 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12600 (vc-cvs-retrieve-snapshot): New function (untested).
12601 (vc-cvs-stay-local): Default to t.
12602 (vc-cvs-remote-p): New function and property.
12603 (vc-cvs-state): Stay local only if the above is t.
12604 (vc-handle-cvs): Removed.
12605 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12606 done via vc-handled-backends now.
12607 (vc-cvs-header): Escape Id.
12608
12609 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12610
12611 * vc.el (vc-do-command): Remove unused commands.
12612 (vc-version-diff): Make sure default-directory ends with a slash.
12613 Move the window commands into a vc-exec-after.
12614 (vc-print-log): Move more of the code into the `vc-exec-after'.
12615
12616 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12617
12618 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12619 (vc-print-log): Search current revision from beginning of buffer.
12620 (vc-revert-buffer): Clear echo area after the diff is finished.
12621 (vc-prefix-map): Removed definition of "t" for terse display in vc
12622 dired.
12623 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12624 definition of "vt" for terse display.
12625 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12626
12627 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12628
12629 * vc.el (vc-exec-after): Avoid caddr.
12630
12631 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12632
12633 * vc.el (vc-exec-after): New function.
12634 (vc-do-command): Use it to add a termination message for async
12635 procs.
12636 (vc-checkout): Try to handle a missing-backend situation.
12637 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12638 of a directory with a backend using async diffs.
12639 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12640 present.
12641
12642 * vc-sccs.el (vc-sccs-state-heuristic): Use
12643 file-ownership-preserved-p.
12644
12645 * vc-rcs.el (vc-rcs-state-heuristic): Use
12646 file-ownership-preserved-p.
12647 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12648
12649 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12650
12651 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12652 vc-do-command.
12653
12654 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12655 when there are no changes.
12656
12657 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12658
12659 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12660
12661 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12662
12663 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12664
12665 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12666
12667 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12668 the `fset' outside of the defvar so that it works even if
12669 vc-prefix-map was already defined.
12670 (vc-setup-buffer): New function, split out of vc-do-command.
12671 (vc-do-command): Allow BUFFER to be t to mean `just use the
12672 current buffer without any fuss'.
12673 (vc-version-diff): Change the `diff' backend operation to just put
12674 the diff in the current buffer without erasing it. Always use
12675 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12676 shrink-window-if-larger-than-buffer.
12677 (vc-print-log): Change the `print-log' backend operation to just
12678 put the log in the current buffer without erasing it. Protect
12679 shrink-window-if-larger-than-buffer.
12680 (vc-update-change-log): Fix setd typo.
12681
12682 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12683 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12684
12685 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12686 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12687 CMP.
12688
12689 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12690 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12691 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12692
12693 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12694
12695 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12696 not possible, use vc-BACKEND-workfile-unchanged-p.
12697 (vc-default-workfile-unchanged-p): New function. Delegates to a
12698 full vc-BACKEND-diff.
12699
12700 * vc-hooks.el (vc-simple-command): Removed.
12701
12702 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12703 instead of vc-simple-command.
12704 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12705 avoid doing a diff when opening a file.
12706 (vc-rcs-state): Added check for unlocked-changes.
12707 (vc-rcs-header): Escape Id.
12708 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12709 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12710 version.
12711
12712 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12713 (vc-sccs-diff): Remove optional arg CMP.
12714 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12715 SCCS-specific function.
12716
12717 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12718 vc-simple-command.
12719
12720 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12721
12722 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12723 (with-vc-file, vc-merge): Use vc-editable-p.
12724 (vc-do-command): Remove unused var vc-file and fix the
12725 doubly-defined `status' var. Add a user message when starting an
12726 async command.
12727 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12728 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12729 Use with-current-buffer.
12730 (vc-buffer-sync): Use unless.
12731 (vc-next-action-on-file): If the file is 'edited by read-only,
12732 make it read-write instead of trying to commit.
12733 (vc-version-diff, vc-update-change-log): Use `setq
12734 default-directory' rather than `cd'.
12735 (vc-log-edit): Don't forget to set default-directory in the
12736 buffer.
12737
12738 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12739 (vc-sccs-state-heuristic): Use file-writable-p instead of
12740 comparing userids.
12741 (vc-sccs-checkout): Use `unless'.
12742
12743 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12744 of comparing userids.
12745 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12746 Simplify the logic by eliminating unreachable code.
12747 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12748 just do a recursive call if we need to retry.
12749 (vc-rcs-checkout): Handle the case where rcs is missing by making
12750 the buffer read-write if requested and re-signalling the error.
12751
12752 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12753
12754 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12755
12756 * vc-hooks.el (vc-handled-backends): Docstring change.
12757 (vc-ignore-vc-files): Mark obsolete.
12758 (vc-registered): Check vc-ignore-vc-files.
12759 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12760 vc-ignore-vc-files.
12761
12762 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12763
12764 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12765
12766 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12767 files since ange-ftp already has vc-registered return nil.
12768
12769 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12770 (vc-sccs-workfile-version): Use with-temp-buffer and new
12771 vc-parse-buffer and don't bother setting the property.
12772 (vc-sccs-add-triple): Use with-current-buffer and
12773 find-file-noselect.
12774 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12775
12776 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12777 derives from the old vc-parse-buffer but uses the revision number
12778 rather than the date (much easier to compare robustly).
12779 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12780 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12781 locking-user more directly. Check strict locking and set
12782 checkout-model appropriately.
12783 (vc-rcs-parse-locks): Remove.
12784 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12785 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12786 (vc-rcs-system-release): Use with-current-buffer and
12787 vc-parse-buffer.
12788 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12789
12790 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12791 (vc-simple-command): Docstring fix.
12792 (vc-registered): Align the way the file-handler is called with the
12793 way the function itself works.
12794 (vc-file-owner): Remove.
12795
12796 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12797 extraction of fields and call to file-attributes because of a
12798 temporary bug in rcp.el.
12799 (vc-cvs-fetch-status): Use with-current-buffer.
12800
12801 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12802
12803 * vc.el (vc-do-command): Use file-relative-name.
12804 (vc-responsible-backend): Use vc-backend if possible.
12805 (vc-create-snapshot): Improve the `interactive' spec. Add support
12806 for branches and dispatch to backend-specific `create-snapshot'.
12807 (vc-default-create-snapshot): New function, containing the bulk of
12808 the old vc-create-snapshot.
12809 (vc-retrieve-snapshot): Improve the interactive spec.
12810
12811 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12812 (vc-backend-hook-functions): Remove.
12813 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12814 (vc-backend): Reintroduce the test for `file = nil' now that I
12815 know why it was there (and added a comment to better remember).
12816
12817 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12818 code from vc-sccs-hooks.el.
12819 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12820 'vc anymore.
12821 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12822 and file-directory-p instead of file-exists-p.
12823 (vc-sccs-check-headers): Simplify the regexp.
12824
12825 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12826 from vc-rcs-hooks.el. Don't require 'vc anymore.
12827 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12828 file-directory-p instead of file-exists-p.
12829
12830 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12831 from vc-cvs-hooks.el.
12832 (proto vc-cvs-registered): Require 'vc-cvs instead of
12833 'vc-cvs-hooks. Don't require 'vc anymore.
12834 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12835 file-directory-p instead of file-exists-p.
12836 (vc-cvs-create-snapshot): New function, replacing
12837 vc-cvs-assign-name.
12838 (vc-cvs-assign-name): Remove.
12839
12840 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12841
12842 * vc-cvs.el (vc-cvs-header): New var.
12843
12844 * vc-rcs.el (vc-rcs-exists): Remove.
12845 (vc-rcs-header): New var.
12846
12847 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12848 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12849 (vc-sccs-header): New var.
12850
12851 * vc.el (vc-do-command): Get rid of the `last' argument.
12852 (vc-header-alist): Remove, replaced by vc-X-header.
12853 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12854 (vc-dired-hook): Use expand-file-name instead of concat.
12855 (vc-directory): Use file-name-as-directory.
12856 (vc-snapshot-precondition, vc-create-snapshot)
12857 (vc-retrieve-snapshot): Allow the command to operate on any
12858 directory.
12859
12860 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12861 just removing the 'WORKFILE argument or by removing the 'MASTER
12862 argument and replacing `file' with (vc-name file).
12863
12864 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12865
12866 * vc.el: Update Copyright and add a crude list of backend funs.
12867 (vc-writable-p): New function.
12868 (with-vc-file): Use vc-writable-p.
12869 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12870 (vc-register): Avoid vc-name.
12871 (vc-locking-user): Remove.
12872 (vc-steal-lock): Make the `owner' arg non-optional.
12873 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12874 vc-checkout-model.
12875 (vc-default-dired-state-info): Use vc-state instead of
12876 vc-locking-user and return special strings for special states.
12877 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12878 and get rid of one of the special CVS cases.
12879 (vc-cancel-version): prettify error message with \\[...].
12880 (vc-rename-master): New function.
12881 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12882 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12883 the CVS special case generic.
12884 (vc-default-record-rename): Remove.
12885 (vc-file-tree-walk-internal): Only call FUNC for files that are
12886 under control of some VC backend and replace `concat' with
12887 expand-file-name.
12888 (vc-file-tree-walk): Update docstring.
12889 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12890 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12891
12892 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12893 vc-sccs-record-rename. Use `find-file-noselect' rather than
12894 `find-file' and call `vc-rename-master' to do the actual move.
12895 (vc-sccs-diff): Remove unused `backend' variable.
12896
12897 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12898 to delay loading of vc-sccs until it is really used.
12899 (vc-sccs-master-templates): Preload.
12900 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12901 (vc-sccs-project-dir): Remove (merged into
12902 vc-sccs-search-project-dir).
12903 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12904 rather than `concat', make sure it is preloaded and don't bother
12905 to check that the file actually exists.
12906 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12907 `locks' argument (use buffer's content instead) and eliminate n^2
12908 behavior.
12909
12910 * vc-rcs.el: Update Copyright.
12911 (vc-rcs-rename-file): New function.
12912 (vc-rcs-diff): Remove unused `backend' variable.
12913
12914 * vc-hooks.el: Update Copyright.
12915 (vc-backend): Don't accept a nil argument any more.
12916 (vc-up-to-date-p): Turn into a defsubst.
12917 (vc-possible-master): New function.
12918 (vc-check-master-templates): Use `vc-possible-master' and allow
12919 funs in vc-X-master-templates to return a non-existent file.
12920
12921 * vc-cvs.el: Update Copyright.
12922 (vc-cvs-diff): Remove unused `backend' variable.
12923 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12924
12925 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12926
12927 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12928
12929 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12930 since it can be called from vc-rcs.el.
12931 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12932
12933 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12934
12935 * vc.el (vc-version-diff): Expand file name read from the
12936 minibuffer. Handle the case when a previous version number can't
12937 be guessed. Give suitable messages when there were no differences
12938 found.
12939 (vc-clear-headers): Call backend-specific implementation, if one
12940 exists.
12941 (vc-cancel-version): Made error checks generic. When done, clear
12942 headers generically, too.
12943
12944 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12945 from vc-clear-headers in vc.el.
12946
12947 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12948 correctly.
12949 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12950 optional. Handle the case when it's not there.
12951
12952 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12953
12954 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12955
12956 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12957
12958 * vc-hooks.el (vc-loadup): Remove.
12959 (vc-find-backend-function): Use `require'. Also, handle the case
12960 where vc-BACKEND-hooks.el doesn't exist.
12961 (vc-call-backend): Cleanup.
12962
12963 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12964
12965 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12966 vc-rcs-grab-templates)
12967 (vc-rcs-registered): Remove. The default function works as well.
12968 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12969 vc-sccs-grab-templates)
12970 (vc-sccs-registered): Remove. The default function works as well.
12971
12972 * vc.el (vc-version-diff): Left out a vc- in call to
12973 vc-call-backend.
12974 (vc-default-dired-state-info, vc-default-record-rename)
12975 (vc-default-merge-news): Update for the new backend argument.
12976
12977 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12978 using the default function.
12979 (vc-call-backend): If calling the default function, pass it the
12980 backend as first argument. Update the docstring accordingly.
12981 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12982 for the new backend argument.
12983 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12984 (vc-find-backend-function): Use the new name.
12985 (vc-default-registered): New function.
12986
12987 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12988
12989 * vc.el (vc-merge): Use vc-find-backend-function.
12990
12991 * vc-hooks.el (vc-backend-functions): Remove.
12992 (vc-loadup): Don't setup 'vc-functions.
12993 (vc-find-backend-function): New function.
12994 (vc-call-backend): Use above fun and populate 'vc-functions
12995 lazily.
12996 (vc-backend-defines): Remove.
12997
12998 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12999
13000 * vc.el (vc-register): Put a FIXME note for a newly found bug.
13001 Call vc-call-backend without the leading vc-.
13002 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
13003 (vc-check-headers): Call vc-call-backend without the leading vc-.
13004 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
13005 (vc-annotate-display): Replace confusing use of `cond' with `or'.
13006 Call vc-call-backend without the leading vc-.
13007
13008 * vc-cvs.el (tail): Provide vc-cvs.
13009 * vc-sccs.el (tail): Provide vc-sccs.
13010 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
13011
13012 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
13013 (vc-make-backend-function, vc-call): Pass names without leading
13014 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
13015 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
13016 (vc-call-backend): Always try to load vc-X-hooks.
13017 (vc-registered): Remove vc- in call to vc-call-backend.
13018
13019 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13020
13021 * vc.el (vc-process-filter): New function.
13022 (vc-do-command): Setup `vc-process-filter' for the async process.
13023 (vc-maybe-resolve-conflicts): New function to reduce
13024 code-duplication. Additionally, it puts the buffer in
13025 `smerge-mode' if applicable.
13026 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
13027 calling `merge-news'.
13028 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
13029 (vc-log-edit): New function. Replacement for `vc-log-mode' by
13030 interfacing to log-edit.el.
13031 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
13032 log-edit is available.
13033 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
13034
13035 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13036
13037 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
13038 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
13039 defvar and the initialization.
13040 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
13041
13042 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
13043 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
13044
13045 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
13046
13047 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13048
13049 * vc.el (vc-file-clear-masterprops): Removed.
13050 (vc-checkin, vc-revert-buffer): Removed calls to the above.
13051 (vc-version-diff): Use buffer-size without argument.
13052 (vc-register): Heed vc-initial-comment.
13053
13054 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
13055 default branch.
13056
13057 * vc-rcs.el (vc-rcs-register): Parse command output to find master
13058 file name and workfile version.
13059 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
13060
13061 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
13062 vc-file-clear-masterprops.
13063
13064 * vc-sccs.el (vc-sccs-checkout): Removed call to
13065 vc-file-clear-masterprops. If writable, set vc-state to 'edited
13066 rather than user login name.
13067
13068
13069 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13070
13071 * vc.el (vc-workfile-unchanged-p): Remove unused argument
13072 `want-differences-if-changed' and simplify.
13073 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
13074 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
13075 output (which is invalid for async vc-diff) to decide whether to
13076 do the revert silently or not.
13077
13078 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13079
13080 * vc-hooks.el (vc-loadup): Load files quietly.
13081 (vc-call-backend): Oops, brain fart.
13082
13083 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13084
13085 * vc-cvs.el (vc-cvs-state): Typo.
13086 (vc-cvs-merge-news): Return the status code rather than the error msg.
13087
13088 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13089
13090 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
13091 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
13092 vc-state or vc-up-to-date-p.
13093 (vc-merge): Use vc-backend-defines to check whether merging is
13094 possible. Set state to 'edited after successful merge.
13095
13096 * vc-hooks.el (vc-locking-user): If locked by the calling user,
13097 return that name. Redocumented.
13098
13099 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13100
13101 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
13102 new `vc-state' semantics.
13103 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
13104 'vc-locking-user to the current user.
13105 (vc-merge): Inline vc-backend-merge. Comment out code that I
13106 don't understand and hence can't adapt to the new `vc-state' and
13107 `vc-locking-user' semantics.
13108 (vc-backend-merge): Remove.
13109
13110 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13111 rather than 'vc-locking-user.
13112
13113 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13114
13115 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13116 (vc-state): Don't use 'reserved any more. Just use the same
13117 convention as the one used for vc-<backend>-state where the
13118 locking user (as a string) is returned.
13119 (vc-locking-user): Update, based on the above convention. The
13120 'vc-locking-user property has disappeared.
13121 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13122
13123 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13124 with a heuristic one.
13125 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13126 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13127 error. That allows us to get to 'needs-merge even in the
13128 stay-local case. There's still no way to detect 'needs-patch in
13129 such a setup (or to force an update for that matter).
13130 (vc-cvs-logentry-check): Remove, the default works as well.
13131
13132 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13133
13134 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13135
13136 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13137 major-mode in which the buffer might have been put earlier. Use
13138 `remove' and `when'. Allow `okstatus' to be `async' and use
13139 `start-process' in this case.
13140 (vc-version-diff): Handle the case where the diff looks empty
13141 because of the use of an async process.
13142
13143 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13144
13145 * vc.el (vc-next-action-on-file): Removed optional parameter
13146 `simple'. Recompute state unconditionally.
13147 (vc-default-toggle-read-only): Removed.
13148
13149 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13150 (vc-toggle-read-only): Undid prev change.
13151
13152 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13153 vc-cvs-simple-toggle. Redocumented.
13154 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13155 (vc-cvs-toggle-read-only): Removed.
13156
13157 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13158
13159 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13160 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13161 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13162 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13163 still is. So maybe it should be removed.
13164 (vc-head-version, vc-find-binary): Remove.
13165 (vc-recompute-state): Move from vc-hooks.el.
13166 (vc-next-action-on-file): Add a `simple' argument to allow
13167 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13168 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13169 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13170 (vc-dired-mode-map): Properly defvar it.
13171 (vc-print-log): Call log-view-mode if available.
13172 (small-temporary-file-directory): defvar instead of use boundp.
13173 (vc-merge-news): Moved to vc-cvs.el.
13174 (vc-default-merge-news): New function.
13175
13176 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13177 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13178 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13179 unknown `vc-latest-version' function. It should probably refer to
13180 vc-workfile-version or somesuch, but it's very unclear to me and I
13181 don't have SCCS to test things.
13182
13183 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13184 (vc-sccs-state-heuristic): Fix typo.
13185 (vc-sccs-workfile-unchanged-p): Add missing argument.
13186
13187 * vc-rcs.el: Require vc and vc-rcs-hooks.
13188 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13189 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13190 (vc-release-greater-or-equal-p): Move from vc.
13191 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13192 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13193 (vc-rcs-checkout): Add a missing `new-version' argument in the
13194 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13195
13196 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13197 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13198 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13199 than the apparently unbound `workfile-version'.
13200
13201 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13202 (vc-file-prop-obarray): Use `make-vector'.
13203 (vc-backend-functions): Add new hookable functions
13204 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13205 (vc-loadup): If neither backend nor default functions exist, use
13206 the backend function rather than nil.
13207 (vc-call-backend): If the function if not bound yet, try to load
13208 the non-hook file to see if it provides it.
13209 (vc-call): New macro plus use it wherever possible.
13210 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13211 nor `vc-find-binary' since it's only called from
13212 vc-mistrust-permission which is only used once the backend is known.
13213 (vc-checkout-model): Fix parenthesis.
13214 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13215
13216 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13217 (vc-cvs-release, vc-cvs-system-release): Remove.
13218 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13219 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13220 status symbols.
13221 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13222 (vc-cvs-toggle-read-only): First cut at a function to allow a
13223 cvs-status-free vc-toggle-read-only.
13224 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13225 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13226 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13227 (vc-cvs-checkout): Modify access rights directly if the user
13228 requested not to use `cvs edit'. And refresh the mode line.
13229
13230 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13231 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13232
13233 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13234
13235 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13236 workfile' that got lost when the code was extracted from vc.el.
13237 And merged the tail with the rest of the code (not possible in the
13238 old vc.el where the tail was shared among all backends). And
13239 explicitly set the state to 'edited if `writable' is set.
13240
13241 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13242 (vc-cvs-state): Be careful to return the value from
13243 vc-cvs-parse-state.
13244 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13245 property but return it instead. Also be careful to handle a nil
13246 or "" `rev' when workfile is non-nil (it was handled properly when
13247 workfile was nil).
13248
13249 * vc.el: Removed those pesky unnecessary `(function' quotes.
13250 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13251 directly in the defvar.
13252 (vc-do-command): Bind inhibit-read-only so as to properly handle
13253 the case where the destination buffer has been made read-only.
13254 (vc-diff): Delegate to vc-version-diff in all cases.
13255 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13256 (vc-annotate-mode-variables): Removed (code moved partly to
13257 defvars and partly to vc-annotate-add-menu).
13258 (vc-annotate-mode): Turned into a derived-mode.
13259 (vc-annotate-add-menu): Moved in code in
13260 vc-annotate-mode-variables.
13261 (vc-update-change-log): Use make-temp-file if available.
13262
13263 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13264
13265 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13266 `vc-checkout-model' updated to `vc-cvs-update-model'.
13267
13268 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13269
13270 * vc.el (vc-next-action-on-file): Added handling of state
13271 `unlocked-changes'.
13272 (vc-checkout-carefully): Is now practically obsolete, unless the
13273 above is too slow to be enabled unconditionally.
13274 (vc-update-change-log): Fixed typo.
13275
13276 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13277
13278 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13279 Now handles state `unlocked-changes'.
13280 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13281
13282 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13283
13284 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13285 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13286 `unlocked-changes'.
13287 (vc-rcs-workfile-unchanged-p): Renamed from
13288 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13289 function yet, but supposed to become one soon.
13290
13291 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13292 `vc-steal-lock'.
13293 (vc-call-backend): Changed error message.
13294 (vc-state): Added description of state `unlocked-changes'.
13295
13296 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13297
13298 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13299 always return t in CVS-controlled directories.
13300
13301 * vc.el (vc-responsible-backend): New function.
13302 (vc-register): Largely rewritten.
13303 (vc-admin): Removed (implementation moved into vc-register).
13304 (vc-checkin): Redocumented.
13305 (vc-finish-logentry): If no backend defined yet (because we are in
13306 the process of registering), use the responsible backend.
13307
13308 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13309 Updated function lists.
13310 (vc-call-backend): Fixed typo.
13311
13312 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13313 New functions.
13314 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13315 Removed query option. Redocumented.
13316
13317 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13318
13319 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13320
13321 * vc.el: Updated callers of `vc-checkout-required' to use
13322 `vc-checkout-model'.
13323
13324 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13325
13326 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13327 stuff updated to reference this function instead of the old
13328 `vc-backend-release-p'.
13329
13330 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13331
13332 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13333 vc-checkout-model. Return appropriate values. Updated callers.
13334
13335 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13336
13337 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13338 (vc-backend-revert): Function moved into `vc-revert';
13339 `vc-next-action' must be updated to accomodate this change.
13340 (vc-backend-steal): Function moved into `vc-finish-steal'.
13341 (vc-backend-logentry-check): Function moved into
13342 `vc-finish-logentry'.
13343 (vc-backend-printlog): Function moved into `vc-print-log'.
13344 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13345 (vc-backend-assign-name): Function moved into
13346 `vc-create-snapshot'.
13347
13348 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13349
13350 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13351 Rename to vc-checkout-model. Return appropriate values.
13352 Update callers.
13353
13354 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13355 to vc-checkout-model.
13356 (vc-checkout-required): Rename to vc-checkout-model.
13357 Re-implement and re-comment.
13358 (vc-after-save): Use vc-checkout-model.
13359
13360 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13361
13362 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13363 Update to use the vc-BACKEND-diff functions instead.
13364 `vc-diff' is now working.
13365
13366 * vc-rcs.el (vc-rcs-logentry-check): New function.
13367
13368 * vc-cvs.el (vc-cvs-logentry-check): New function.
13369
13370 * vc-sccs.el (vc-sccs-diff): Function changed name from
13371 `vc-backend-diff'. This makes `vc-diff' work.
13372
13373 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13374 of functions possibly implemented in a vc-BACKEND library.
13375 (vc-checkout-required): Fix bug that caused an error to be
13376 signaled during `vc-after-save'.
13377
13378 * vc.el: Fix typo.
13379 This checkin is made with our new VC code base for the very first time.
13380 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13381
13382 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13383 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13384
13385 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13386 updated to `vc-uses-locking'.
13387 (vc-checkout-required): Call to backend function.
13388 `vc-checkout-required' updated to `vc-uses-locking' instead.
13389
13390 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13391 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13392
13393 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13394 to match the split into various backends.
13395 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13396 (vc-retrieve-snapshot): Bug fix.
13397
13398 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13399
13400 * vc-sccs.el (vc-sccs-release): Doc fix.
13401
13402 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13403
13404 * vc.el (vc-next-action-on-file): Bug found and fixed.
13405 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13406 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13407
13408 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13409 (vc-rcs-checkout): Name space cleaned up. No more revision number
13410 crunching function names that are not prefixed with vc-rcs.
13411 (vc-rcs-checkout-model): Function added. References to
13412 `vc-checkout-model' replaced.
13413
13414 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13415
13416 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13417 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13418 still need to be split, and implemented for RCS).
13419
13420 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13421
13422 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13423
13424 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13425 required by the vc.el file.
13426
13427 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13428 required by the vc.el file.
13429 (vc-rcs-exists): Function added.
13430
13431 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13432 required by the vc.el file.
13433
13434 * vc.el (vc-admin): Updated to handle selection of appropriate
13435 backend. Current implementation is crufty and need re-thinking.
13436
13437 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13438
13439 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13440
13441 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13442 beginning of annotate buffers correctly.
13443
13444 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13445 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13446 functionality updated quite a lot to support multiple backends.
13447 Variables `vc-annotate-mode', `vc-annotate-buffers',
13448 `vc-annotate-backend' added.
13449
13450 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13451 `vc-annotate-difference' added to supported backend functions.
13452
13453 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13454
13455 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13456 Use with-temp-file instead of /bin/sh. Merged from mainline
13457
13458 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13459
13460 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13461
13462 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13463
13464 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13465
13466 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13467
13468 * vc-hooks.el: vc-state-heuristic added to
13469 vc-backend-hook-functions.
13470
13471 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13472
13473 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13474
13475 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13476 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13477 state to `reserved'.
13478
13479 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13480 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13481
13482 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13483
13484 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13485 untouched.
13486
13487 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13488
13489 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13490 if defined. (Merged from main line, slightly adapted.)
13491
13492 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13493 millenium problem (merged from mainline).
13494
13495 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13496
13497 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13498 part and moved the non-BACKEND stuff to vc.el.
13499
13500 * vc.el: Split the annotate feature into a BACKEND specific part
13501 and moved it from the vc-cvs.el file to this one.
13502
13503 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13504
13505 * vc-hooks.el: Implement new state model.
13506 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13507 (vc-locking-user): Simplify. Now only needed if the file is
13508 locked by somebody else.
13509 (vc-lock-from-permissions): Remove. Functionality is in
13510 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13511 (vc-mode-line-string): New name for former vc-status. Adapted.
13512 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13513
13514 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13515 Various simplifications and adaptations all over the place.
13516
13517 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13518 Simplify and adapt the rest.
13519
13520 * vc.el (vc-resynch-window): Add TODO comment: check for
13521 interaction with view mode according to recent RCS change.
13522 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13523
13524 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13525
13526 * vc.el: Convert the remaining function comments to docstrings.
13527
13528 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13529
13530 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13531 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13532 (vc-minor-part, vc-previous-version): Functions that operate and
13533 compare revision numbers got proper documentation. Comments added
13534 about their possible removal.
13535
13536 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13537
13538 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13539 the vc-backend.el files.
13540
13541 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13542
13543 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13544 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13545 (vc-rcs-previous-version): Functions added.
13546
13547 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13548
13549 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13550
13551 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13552
13553 * vc-hooks.el (vc-master-templates): Is really obsolete.
13554 Comment out the definition for now. What is the right procedure
13555 to get rid of it?
13556 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13557 rewritten.
13558 (vc-default-registered): Remove.
13559 (vc-check-master-templates): New function; does mostly what the
13560 above did before.
13561 (vc-locking-user): Don't rely on the backend to set the property.
13562
13563 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13564 Rewrite documentation.
13565 (vc-rcs-templates-grabbed): New variable.
13566 (vc-rcs-grab-templates): New function.
13567 (vc-rcs-registered): Rewrite to use above mechanism.
13568
13569 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13570 Rewrite documentation.
13571 (vc-sccs-templates-grabbed): New variable.
13572 (vc-sccs-grab-templates): New function.
13573 (vc-sccs-registered): Rewrite to use above mechanism.
13574 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13575 Don't throw the result, simply return it.
13576
13577 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13578 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13579 (vc-cvs-registered): Does the check itself now. Simplify.
13580
13581 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13582 from main line.
13583
13584 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13585
13586 * vc-cvs.el (vc-cvs-diff): New function.
13587
13588 * vc-sccs.el (vc-sccs-diff): New function.
13589
13590 * vc-rcs.el (vc-rcs-diff): New function.
13591 (vc-rcs-checkout): Bug (typo) found and fixed.
13592 (vc-rcs-register-switches): New variable.
13593
13594 * vc.el (vc-backend-diff): Function removed and placed in the
13595 backend files.
13596
13597 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13598
13599 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13600
13601 * vc.el (vc-backend-checkout): Function removed and replaced in
13602 the vc-backend.el files.
13603
13604 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13605
13606 * vc.el (vc-backend-admin): Removed and replaced in the
13607 vc-backend.el files.
13608
13609 * vc.el (Martin): Removed all the annotate functionality since it
13610 is CVS backend specific.
13611
13612 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13613
13614 * spec.txt: Added specification of vc-state.
13615
13616 * vc-sccs-hooks.el (vc-sccs-master-properties):
13617 Remove handling of vc-latest-version and
13618 vc-your-latest-version. What used to be vc-latest-version, is now
13619 returned as vc-workfile-version.
13620 (vc-sccs-workfile-version): Adapt.
13621
13622 2000-09-04 Dave Love <fx@gnu.org>
13623
13624 * vc.el: [Merged from mainline.]
13625 (vc-dired-mode): Make the dired-move-to-filename-regexp
13626 regexp match the date, to avoid treating date as file size.
13627 Add YYYY S option to WESTERN/
13628
13629 2000-09-04 Dave Love <fx@gnu.org>
13630
13631 * vc.el: Require `compile' when compiling.
13632 (vc-logentry-check-hook): New option.
13633 (vc-steal-lock): Use compose-mail.
13634 (vc-dired-mode-map): Defvar when compiling.
13635 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13636 vc-sccs.el and renamed. Callers changed.
13637 (vc-backend-checkout, vc-backend-logentry-check)
13638 (vc-backend-merge-news): Doc fix.
13639 (vc-default-logentry-check): New function.
13640 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13641 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13642 (vc-backend-merge): Doc fix. Use backend functions.
13643 (vc-check-headers): Use backend functions.
13644
13645 * vc-cvs.el: Require vc when compiling.
13646 (vc-cvs-register-switches): Doc fix.
13647 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13648 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13649 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13650 New functions (code from vc.el).
13651 (vc-annotate-display-default): Fix interactive spec.
13652 (vc-annotate-time-span): Doc fix.
13653
13654 * vc-rcs.el: Require vc when compiling.
13655 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13656 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13657 (vc-rcs-checkin): New functions (code from vc.el).
13658 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13659 Doc fix.
13660 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13661
13662 * vc-sccs.el: Require vc when compiling.
13663 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13664 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13665 (vc-sccs-revert)
13666 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13667 from vc.el).
13668 (vc-sccs-add-triple, vc-sccs-record-rename)
13669 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13670 (vc-sccs-admin): Doc fix.
13671
13672 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13673
13674 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13675 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13676 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13677 from vc.el.
13678
13679 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13680
13681 * vc-cvs.el: Moved the annotate functionality from vc.el.
13682 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13683
13684 2000-09-04 Dave Love <fx@gnu.org>
13685
13686 * vc.el (vc-backend-release): Call vc-system-release.
13687
13688 * vc-sccs.el (vc-sccs-system-release):
13689 Renamed from vc-sccs-backend-release.
13690
13691 * vc-rcs.el (vc-rcs-system-release):
13692 Renamed from vc-rcs-backend-release.
13693
13694 * vc-cvs.el (vc-cvs-system-release):
13695 Renamed from vc-cvs-backend-release.
13696
13697 2000-09-04 Dave Love <fx@gnu.org>
13698
13699 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13700 backend files.
13701 (vc-backend-release): Dispatch to backend functions.
13702 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13703 probably needs attention.]
13704
13705 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13706 (vc-sccs-backend-release): New function.
13707
13708 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13709 (vc-cvs-backend-release): New function.
13710
13711 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13712 Doc fix.
13713 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13714 (vc-default-dired-state-info): New function.
13715 (vc-dired-state-info): Dispatch to backends.
13716 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13717
13718 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13719 from vc.el and renamed.
13720
13721 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13722
13723 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13724 (vc-version-other-window, vc-backend-assign-name): Removed
13725 references to vc-latest-version; sometimes changed into
13726 vc-workfile-version.
13727
13728 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13729 vc-rcs-master-workfile-version.
13730 (vc-rcs-workfile-version): Use the above. Don't call
13731 vc-latest-version (that was unreachable code, anyway).
13732 (vc-rcs-fetch-master-properties): Doc fix.
13733
13734 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13735 (vc-backend-hook-functions): Removed them from this list, too.
13736 (vc-fetch-properties): Removed.
13737 (vc-workfile-version): Doc fix.
13738
13739 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13740 (vc-rcs-workfile-version, vc-rcs-locking-user)
13741 (vc-rcs-uses-locking): Use it.
13742
13743 * vc-hooks.el (vc-consult-rcs-headers):
13744 Moved into vc-rcs-hooks.el, under the name
13745 vc-rcs-consult-headers.
13746
13747 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13748 headers.
13749 (vc-cvs-find-master): Use this name only; correct different
13750 versions of the name.
13751
13752 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13753 New functions.
13754 (vc-sccs-locking-user): Use the latter.
13755
13756 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13757 New functions.
13758
13759 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13760 Moved into both
13761 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13762 functions are implementation details of those two backends.
13763
13764 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13765
13766 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13767 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13768
13769 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13770 (vc-sccs-parse-locks): SCCS-specific code moved here from
13771 vc-hooks.
13772
13773 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13774 code moved here from vc-hooks.
13775
13776 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13777 into back-end specific parts and removed. Callers not updated
13778 yet; because I guess these callers will disappear into back-end
13779 specific files anyway.
13780
13781 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13782
13783 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13784 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13785 `vc-uses-locking'.
13786
13787 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13788 Store yes/no in the property, and return t/nil. Updated all
13789 callers.
13790
13791 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13792 vc-sccs-uses-locking. Don't set property.
13793 (vc-sccs-locking-user): Don't set property.
13794
13795 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13796 vc-cvs-uses-locking. Don't set property here; leave that to
13797 vc-hooks.
13798 (vc-cvs-locking-user): Reflect above change. Streamlined.
13799
13800 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13801 vc-rcs-uses-locking.
13802 (vc-rcs-locking-user): Reflect above change.
13803
13804 2000-09-04 Dave Love <fx@gnu.org>
13805
13806 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13807
13808 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13809
13810 * vc-hooks.el (vc-checkout-model): Punt to backends.
13811
13812 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13813
13814 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13815
13816 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13817 New functions.
13818
13819 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13820 New functions.
13821
13822 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13823 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13824
13825 * vc-hooks.el (vc-default-locking-user): New function.
13826 (vc-locking-user, vc-workfile-version): Punt to backends.
13827
13828 2000-09-04 Dave Love <fx@gnu.org>
13829
13830 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13831 (vc-master-workfile-version): Moved from vc-hooks.
13832
13833 * vc-rcs-hooks.el: Fix duplicate code in last change.
13834
13835 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13836 (vc-rcs-master-templates): Improve :type.
13837 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13838 vc-master-workfile-version): Moved from vc-hooks.
13839
13840 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13841 (vc-sccs-master-templates): Improve :type.
13842 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13843
13844 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13845
13846 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13847 (vc-cvs-master-templates): Improve :type. Use
13848 vc-cvs-find-cvs-master.
13849 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13850 from vc-hooks.
13851 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13852
13853 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13854 Moved to vc-cvs-hooks.
13855
13856 * vc-hooks.el: Add doc strings in various places. Simplify the
13857 minor mode setup.
13858 (vc-handled-backends): New user variable.
13859 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13860 simplification.
13861
13862 2000-09-04 Dave Love <fx@gnu.org>
13863
13864 * vc.el: Some doc fixes for autoloaded and interactive functions.
13865 Fix compilation warnings from ediff stuff.
13866 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13867
13868 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13869
13870 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13871
13872 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13873
13874 2000-09-04 Dave Love <fx@gnu.org>
13875
13876 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13877 New variable.
13878 (vc-make-backend-function, vc-loadup, vc-call-backend)
13879 (vc-backend-defines): New functions.
13880
13881 * vc-hooks.el: Various doc fixes.
13882 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13883 (vc-match-substring): Function removed. Callers changed to use
13884 match-string.
13885 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13886 Simplify.
13887
13888 2000-09-04 Dave Love <fx@gnu.org>
13889
13890 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13891 type.
13892 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13893 (vc-sccs-registered): Doc fix.
13894
13895 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13896 (vc-cvs-registered): Doc fix.
13897
13898 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13899 (vc-rcs-registered): Doc fix.
13900
13901 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13902
13903 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13904
13905 * vc-hooks.el: vc-registered has been renamed
13906 vc-default-registered. Some functions have been moved to the
13907 backend specific files. they all support the
13908 vc-BACKEND-registered functions.
13909
13910 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13911
13912 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13913
13914 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13915
13916 2000-09-04 Dave Love <fx@gnu.org>
13917
13918 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13919 menu-bar-update-hook.
13920
13921 * help.el (help-manyarg-func-alist): Add
13922 find-operation-coding-system.
13923
13924 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13925
13926 * custom.el (custom-set-variables): Print message about errors in
13927 setting.
13928
13929 2000-09-03 Andrew Innes <andrewi@gnu.org>
13930
13931 * makefile.w32-in: Change to DOS line endings.
13932
13933 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13934
13935 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13936 minor-mode keymaps, if they don't have one.
13937
13938 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13939
13940 * eshell/esh-module.el (eval-when-compile): Don't lose if
13941 esh-module.el's file name is truncated to DOS 8+3 limits.
13942
13943 2000-09-01 John Wiegley <johnw@gnu.org>
13944
13945 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13946 predicate, which caused entries in the completion list to be
13947 doubled.
13948
13949 2000-08-30 John Wiegley <johnw@gnu.org>
13950
13951 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13952 sending to subprocesses. Also, hook pre-command-hook if
13953 `eshell-send-direct-to-subprocesses' is non-nil.
13954 (eshell-send-direct-to-subprocesses): New config variable. If t,
13955 subprocess input is send immediately.
13956 (eshell-toggle-direct-send): New function.
13957 (eshell-self-insert-command): New function.
13958 (eshell-intercept-commands): New function.
13959 (eshell-send-input): If direct subprocess sending is enabled,
13960 don't echo any input to the Eshell buffer. Let the subprocess
13961 handle that. This requires "stty echo" in bash, for example.
13962
13963 2000-08-28 John Wiegley <johnw@gnu.org>
13964
13965 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13966 completion function for Eshell's implementation of `unset'.
13967
13968 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13969
13970 * info.el (Info-directory-list): Doc fix.
13971
13972 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13973
13974 * filecache.el (file-cache-add-directory-using-find): Don't quote
13975 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13976
13977 2000-08-31 Kenichi Handa <handa@etl.go.jp>
13978
13979 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13980 coding systems.
13981
13982 2000-08-30 Andrew Innes <andrewi@gnu.org>
13983
13984 * timer.el (run-with-idle-timer): Undo last change, so that timer
13985 is not activated immediately if Emacs is already idle. Some
13986 existing code relies on this behaviour.
13987
13988 2000-08-30 Miles Bader <miles@gnu.org>
13989
13990 * frame.el (set-frame-font): Do completion of font-name for
13991 interactive use.
13992
13993 2000-08-30 Kenichi Handa <handa@etl.go.jp>
13994
13995 * international/quail.el (quail-start-translation): Bind locally
13996 last-command-event, last-command, and this-command.
13997 (quail-start-conversion): Likewise.
13998 (quail-self-insert-command): Fix docstring.
13999
14000 2000-08-29 Gerd Moellmann <gerd@gnu.org>
14001
14002 * progmodes/executable.el
14003 (executable-make-buffer-file-executable-if-script-p): Check that
14004 buffer contains at least 2 characters.
14005
14006 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
14007
14008 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
14009
14010 2000-08-29 Dave Love <fx@gnu.org>
14011
14012 * diff-mode.el (diff-mode) <defgroup>: Add :version.
14013 (diff-mode-shared-map): Bind mouse-2.
14014 (diff-imenu-generic-expression): New variable.
14015 (diff-mode): Use it.
14016
14017 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
14018 (mouse-popup-menubar): Add minor mode menus.
14019 (popup-menu): Check for lookup-key returning number.
14020
14021 2000-08-29 Miles Bader <miles@gnu.org>
14022
14023 * comint.el (comint-send-input): Create overlays using the proper
14024 front/read-advance arguments.
14025
14026 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14027
14028 * ps-print.el: Even/odd pages printing. Doc fix.
14029 (ps-print-version): New version number (6.0).
14030 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
14031 (ps-background, ps-begin-file, ps-begin-job): Code fix.
14032 (ps-print-duplex-feature): Variable eliminated.
14033 (ps-even-or-odd-pages): New variable.
14034
14035 * progmodes/ebnf2ps.el: Doc fix.
14036 (ebnf-version): New version (3.3).
14037 (ebnf-user-arrow): Change variable customization to sexp.
14038 (ebnf-user-arrow): Function eliminated.
14039 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
14040
14041 2000-08-29 Kenichi Handa <handa@etl.go.jp>
14042
14043 * help.el (help-xref-mule-regexp): New variable.
14044 (help-make-xrefs): Handle help-xref-mule-regexp.
14045
14046 * international/mule-cmds.el (help-xref-mule-regexp-template): New
14047 variable.
14048 (describe-input-method): Temporarily activate the specfied input
14049 method to display the information.
14050 (describe-language-environment): Hyperlinks to mule related items.
14051
14052 * international/mule-diag.el (charset-multibyte-form-string): New
14053 function.
14054 (list-character-sets-1): Use charset-multibyte-form-string.
14055 (describe-character-set): New function.
14056 (describe-coding-system): Hyperlinks to safe character sets.
14057
14058 * international/quail.el (quail-help): New arg PACKAGE.
14059 Hyperlinks to mule related items.
14060 (quail-help-insert-keymap-description): Use
14061 substitute-command-keys instead of describe-bindings.
14062 (quail-translation-help): Hyperlinks to mule related items.
14063
14064 2000-08-28 John Wiegley <johnw@gnu.org>
14065
14066 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
14067 have a defsubst call itself. Made `eshell-flatten-list' back into
14068 a function again.
14069
14070 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
14071 catch, in case re-centering point at bottom messes up the display.
14072 This happens frequently in Emacs 21, due I believe to variable
14073 line heights.
14074
14075 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
14076 to call `find-tag-interactive'.
14077
14078 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
14079 the list of remember directories.
14080
14081 2000-08-28 John Wiegley <johnw@gnu.org>
14082
14083 * align.el: Test align-region-separate to see if it's a symbol.
14084
14085 2000-08-28 John Wiegley <johnw@gnu.org>
14086
14087 * eshell/esh-util.el (eshell-flatten-list): Made this function
14088 into a defsubst form. It gets used very frequently, although
14089 calls don't occur all that often.
14090
14091 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
14092 examining it.
14093
14094 * eshell/esh-cmd.el (eshell-rewrite-while-command):
14095 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
14096 `eshell-protect'.
14097 (eshell-copy-handles): Created a new macro for duplicating the
14098 current set of open handles. This is needed by the looping
14099 functions.
14100 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
14101 is not incorrectly stomped on.
14102
14103 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
14104 declaration for pcomplete-use-paring.
14105 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14106 value of eshell-cmpl-use-paring.
14107 * pcomplete.el (pcomplete-use-paring): New config variable, to
14108 indicate whether paring should be used.
14109 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14110 completion alternatives that have already been used.
14111
14112 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14113 bound to C-c C-y, which will repeat the previous N arguments
14114 (based on prefix argument).
14115 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14116
14117 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14118 if there is no *Help* buffer. This is for XEmacs, which renames
14119 its help buffers uniquely. TODO: Find out what the current buffer
14120 name to delete is.
14121
14122 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14123 first entry that correlates to a passwd/group number. Later
14124 entries (used for group/user name aliasing to multiple IDs) are
14125 ignored.
14126
14127 * eshell/em-xtra.el (eshell/expr):
14128 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14129 (eshell-grep, eshell/diff, eshell/locate):
14130 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14131 argument list, before passing it to the system command.
14132
14133 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14134 `find-tag' for use at final position in Eshell buffers (which
14135 otherwise triggers an error on Emacs 21).
14136 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14137 buffer, if it is currently bound to `find-tag'.
14138
14139 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14140 in the list of matched Makefile names.
14141 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14142 directory, prefer its contents to Makefile.
14143
14144 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14145 directory parts (like "cd old new", or "cd =regexp"), are now case
14146 sensitive on non-Windows/DOS platforms.
14147
14148 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14149 types RET after an open delimiter (like "), display a message
14150 indicating that Eshell is waiting for the closing delimiter.
14151
14152 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14153 environment variables.
14154
14155 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14156 gracefully if the user enters incorrect arguments.
14157
14158 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14159 Eshell buffers.
14160
14161 * eshell/esh-var.el (eshell-interpolate-variable):
14162 * eshell/esh-mode.el (eshell-move-argument):
14163 * eshell/em-unix.el (eshell-du-sum-directory):
14164 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14165 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14166 (not (= ...)).
14167
14168 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14169 to ensure the `preserve' flag gets propagated when doing recursive
14170 directory copies.
14171
14172 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14173
14174 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14175 Don't convert \n into \0177 in memory.
14176 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14177 and back again, when reading and writing.
14178
14179 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14180
14181 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14182 testing of `fboundp' on `processp'.
14183
14184 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14185 (eshell/jobs): Don't call process-list if it is not bound.
14186 (eshell-gather-process-output): Support systems where async
14187 subprocesses aren't supported.
14188 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14189 variables.
14190
14191 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14192 eshell-do-eval returns t.
14193 (eshell-do-pipelines-synchronously): New defmacro.
14194 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14195 when async subprocesses aren't supported.
14196 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14197 if async subprocesses aren't supported.
14198 (eshell-resume-command): Don't assume STATUS is a string.
14199
14200 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14201
14202 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14203 (eshell-close-target, eshell-get-target): Use eshell-processp.
14204 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14205 fix.
14206 (eshell-get-target, eshell-create-handles): Doc fix.
14207
14208 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14209
14210 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14211 criterion to include commands that output something, as long as it
14212 leaves both the command and the end-of-buffer visible when the
14213 command has exited.
14214 (eshell-review-quick-commands): Adjust the help doc string
14215 accordingly.
14216
14217 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14218
14219 * locate.el (locate): Cleaned up locate command's interactive prompting
14220 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14221
14222 * filecache.el (file-cache-case-fold-search): New variable
14223 (file-cache-assoc-function): New variable
14224 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14225 Use file-cache-case-fold-search variable
14226 (file-cache-add-file): Use file-cache-assoc-function
14227 (file-cache-delete-file): likewise
14228 (file-cache-directory-name): likewise
14229 (file-cache-debug-read-from-minibuffer): likewise
14230
14231 2000-08-28 Gerd Moellmann <gerd@gnu.org>
14232
14233 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14234 (abbrev-table-name): New function.
14235 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14236 If non-nil list local abbrev, only.
14237
14238 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14239
14240 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14241 from Gnus support code, and use special article copy buffer
14242 `(gnus-original-article-buffer)' instead. This allows to get rid
14243 of article-hide-headers usage (which breaks in the latest Gnus
14244 version). Thanks to Detlev Zundel.
14245
14246 2000-08-28 Kenichi Handa <handa@etl.go.jp>
14247
14248 * international/quail.el (quail-use-package): Hide "... loaded"
14249 message.
14250 (quail-start-translation, quail-start-conversion): Likewise.
14251
14252 * international/kkc.el (kkc-region): Hide "... loaded" message.
14253
14254 2000-08-27 Dave Love <fx@gnu.org>
14255
14256 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14257
14258 2000-08-27 Miles Bader <miles@gnu.org>
14259
14260 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14261
14262 2000-08-27 Kenichi Handa <handa@etl.go.jp>
14263
14264 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14265 'ja-dic-cnv), not (require 'skkdic-cnv).
14266
14267 2000-08-26 Miles Bader <miles@gnu.org>
14268
14269 * faces.el (face-x-resources): Add entry for :inherit.
14270 * cus-face.el (custom-face-attributes): Add support for :inherit
14271 attribute. Add support for relative face heights.
14272 (custom-face-attributes-get): Treat `nil' as being a default value
14273 for :inherit (as well as `unspecified').
14274
14275 * faces.el (set-face-attribute): Update doc string.
14276 (face-attribute-name-alist): Add :inherit.
14277 (face-valid-attribute-values): Handle :inherit.
14278 (face-read-string): Rephrase prompt to be less confusing.
14279 Assume that DEFAULT is a string, since we must return a string.
14280 (face-read-integer): Use `format' to turn DEFAULT into an
14281 acceptable default for face-read-string. Match NEW-VALUE against
14282 the string "unspecified", not the symbol `unspecified', since
14283 that's what face-read-string returns.
14284 (read-face-attribute): Lookup a name for old-value in valid, and
14285 use it as a default if we find one. Treat all values from
14286 face-read-string as strings. If the default is used, don't do any
14287 more processing on the value, just use the old value directly.
14288 (read-face-and-attribute, modify-face): Tweak prompt.
14289 (read-face-name): Don't assume prompt ends with a space.
14290
14291 * faces.el (describe-face): Add support for :inherit attribute.
14292
14293 2000-08-25 Kenichi Handa <handa@etl.go.jp>
14294
14295 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14296 concat doesn't accept interger.
14297
14298 * international/kkc.el: Remove SKK from Keywords. Require
14299 ja-dic-utl instead of skkdic-utl.
14300
14301 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14302 Provide ja-dic-cnv instead of skkdic-cnv.
14303 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14304 (iso-2022-7bit-short): Add safe-charsets property.
14305 (skkdic-convert-postfix): Search Japanese chou-on character in
14306 addition to Hiragana character.
14307 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14308 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14309 (batch-skkdic-convert): Likewise.
14310
14311 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14312 Provide ja-dic-utl instead of skkdic-utl.
14313 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14314
14315 2000-08-24 Dave Love <fx@gnu.org>
14316
14317 * disp-table.el (standard-display-default): Make the test of `l'
14318 useful.
14319
14320 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14321 mod sample text.
14322
14323 * international/iso-ascii.el: Make pilcrow convenient string
14324 consistent with section.
14325 (iso-ascii-display): Set up multibyte characters as well as
14326 unibyte.
14327
14328 2000-08-24 Kenichi Handa <handa@etl.go.jp>
14329
14330 * international/mule-cmds.el (reset-language-environment): Set
14331 default-process-coding-system to '(undecided . iso-latin-1), which
14332 makes process I/O almost consistent with file I/O. Call this
14333 function when mule-cmds.el[c] is loaded.
14334
14335 2000-08-22 Andrew Innes <andrewi@gnu.org>
14336
14337 * makefile.w32-in: New file.
14338
14339 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14340
14341 * comint.el (comint-output-filter): Compare end of
14342 comint-last-output-overlay with the start of the newly inserted
14343 text, not the end, when deciding whether to extend it.
14344 Set saved-point's insertion type to advance after insertion.
14345
14346 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14347 since this is now done independently of font-lock mode.
14348
14349 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14350
14351 * server.el (server-kill-new-buffers): New user option.
14352 (server-existing-buffer): New buffer-local variable.
14353 (server-visit-files): When using an existing buffer, set
14354 server-existing-buffer to t.
14355 (server-buffer-done): If server-kill-new-buffers is t, kill the
14356 buffer, unless it was already present before visiting it with
14357 Emacs server.
14358
14359 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14360
14361 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14362 even if the display doesn't support colors: some displays will
14363 support bold/underline faces.
14364
14365 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14366
14367 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14368
14369 * startup.el (command-line): If user's init file had an error,
14370 add explanatory text to *Messages*.
14371
14372 2000-08-21 Kenichi Handa <handa@etl.go.jp>
14373
14374 * man.el (Man-getpage-in-background): Decode the process output by
14375 the system locale coding system.
14376
14377 2000-08-20 Dave Love <fx@gnu.org>
14378
14379 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14380 Don't test x-popup-menu.
14381 (function) <complete-function>: Complete only fbound symbols.
14382 <validate, value>: New.
14383 (variable) <complete-function>: Complete only bound symbols.
14384 (coding-system): Add :base-only, :complete-function, :validate,
14385 :value, :prompt-match.
14386 (widget-coding-system-prompt-value): Use read-coding-system and
14387 act on :base-only.
14388 (editable-field): Add :help-echo.
14389 (widget-push-button-gui, widget-push-button-cache)
14390 (widget-gui-action, widget-editable-list-gui): COmment out, along
14391 with uses.
14392 (widget-at): Make arg optional.
14393 (widget-echo-help): Adjust for current help-echo calling sequence.
14394 (widget-specify-field, widget-specify-button)
14395 (widget-specify-insert, widget-get-sibling, widget-image-find)
14396 (widget-convert, widget-insert, widget-leave-text)
14397 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14398 (widget-setup, widget-field-find, widget-before-change)
14399 (widget-after-change, widget-default-complete)
14400 (widget-default-create, widget-default-delete)
14401 (widget-push-button-value-create, editable-field)
14402 (widget-field-prompt-value, widget-field-validate)
14403 (widget-choice-value-create, widget-choice-action)
14404 (widget-choice-validate, widget-checklist-add-item)
14405 (widget-radio-add-item, widget-radio-chosen)
14406 (widget-radio-value-inline, widget-editable-list-value-create)
14407 (widget-editable-list-entry-create)
14408 (widget-documentation-link-add)
14409 (widget-documentation-string-value-create)
14410 (widget-regexp-validate, widget-file-complete)
14411 (widget-sexp-validate, widget-plist-convert-widget)
14412 (widget-plist-convert-widget, widget-alist-convert-widget)
14413 (widget-alist-convert-widget, widget-color-complete): Simplify,
14414 particularly to avoid bindings which aren't optimized out.
14415
14416 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14417 Doc fix.
14418 (down-list, backward-up-list, up-list, kill-sexp)
14419 (backward-kill-sexp, mark-sexp): Make arg optional.
14420 (lisp-complete-symbol): Add optional arg PREDICATE.
14421
14422 * cus-start.el: Add display-buffer-reuse-frames,
14423 file-coding-system-alist.
14424
14425 2000-08-20 Gerd Moellmann <gerd@gnu.org>
14426
14427 * startup.el (command-line): Clear realized faces after
14428 modifying TTY color mappings.
14429
14430 2000-08-20 Miles Bader <miles@gnu.org>
14431
14432 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14433 merely a subset of FACE's attributes.
14434
14435 2000-08-19 Miles Bader <miles@gnu.org>
14436
14437 * comint.el (comint-output-filter): Save the point with a marker,
14438 not just a buffer position.
14439
14440 * international/mule.el (set-buffer-process-coding-system): Make
14441 interactive prompt less confusing.
14442
14443 2000-08-19 Gerd Moellmann <gerd@gnu.org>
14444
14445 * hilit-chg.el: General cleanup of doc strings, comments and
14446 code formatting.
14447
14448 2000-08-19 Miles Bader <miles@gnu.org>
14449
14450 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14451 Compiler macro removed; beginning-of-line is no longer always
14452 equivalent to forward-line, in the presence of fields.
14453
14454 * comint.el (comint-output-filter): Remove ad-hoc saving of
14455 restriction, and just use save-restriction, now that it works
14456 correctly. Don't adjust comint-last-input-start to account for
14457 our insertion; it shouldn't have moved because we don't use
14458 insert-before-markers anymore. Comment out call to
14459 `force-mode-line-update'; why is it here?
14460
14461 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14462 while checking for prompt to delete. Use `forward-line 0'
14463 instead of beginning-of-line.
14464 (gud-filter): Temporarily widen gud comint buffer while
14465 examining output.
14466
14467 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14468
14469 * progmodes/sh-script.el: Big bag of typos.
14470
14471 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14472 check since ispell-process is not bound when ispell is not yet loaded.
14473
14474 2000-08-18 Dave Love <fx@gnu.org>
14475
14476 * image.el (find-image): Copy `spec' before using plist-put.
14477
14478 2000-08-18 Gerd Moellmann <gerd@gnu.org>
14479
14480 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14481 `portugues'.
14482
14483 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14484 backward-kill-sexp, analogous to kill-sexp.
14485
14486 * progmodes/icon.el (icon-indent-line)
14487 (icon-is-continuation-line): Handle comments specially.
14488
14489 2000-08-17 Ken Stevens <k.stevens@ieee.org>
14490
14491 * ispell.el: Set to standard author/maintainer/keyword fields.
14492 Fine tuning to menu map appearance and operation, and added help.
14493 Remove `start' and `end' error messages when compiling.
14494 (ispell-choices-win-default-height): Fixed comment string.
14495 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14496 castellano8 dictionaries.
14497 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14498 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14499 dictionary, added italiano dictionary.
14500 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14501 word character
14502 (ispell-tex-skip-alists): Added psfig support.
14503 (ispell-skip-html): Renamed from ispell-skip-sgml.
14504 (ispell-begin-skip-region-regexp, ispell-skip-region)
14505 (ispell-minor-check): Improved html skipping support to skip across
14506 code, and recognize `&' commands without propper `;' syntax;
14507 (ispell-process-line): Fix alignment error when manually
14508 correcting spelling.
14509 (ispell): Fix comment string.
14510 (ispell-add-per-file-word-list): Always put word list on new line.
14511
14512 2000-08-17 Gerd Moellmann <gerd@gnu.org>
14513
14514 * format.el (format-encode-run-method): Fix error message to say
14515 `encode' instead of `decode'. Use save-window-excursion around
14516 shell-command-on-region as in format-decode-run-method because
14517 shell-command-on-region can display a buffer with error output.
14518 (format-decode): Don't record undo information for the decoding.
14519 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14520 that number part of the temporary buffer name so that more than
14521 one decoding using a temporary buffer can happen safely.
14522
14523 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14524 of `A-z' in the regexp.
14525
14526 * hilit-chg.el: Fix typos in commentary.
14527
14528 * help.el (view-emacs-news): Rewritten for new naming scheme
14529 for old NEWS files.
14530
14531 * startup.el (command-line): Pop to *Messages* in case an error
14532 is signaled while loading user-init-file.
14533
14534 2000-08-17 Andreas Schwab <schwab@suse.de>
14535
14536 * files.el (insert-directory): Don't lose original file name,
14537 undoing an undocumented change.
14538
14539 2000-08-17 Alex Schroeder <alex@gnu.org>
14540
14541 * sql.el (sql-magic-go): Use comint-bol.
14542 (sql-copy-column): Use comint-line-beginning-position.
14543 (comint-line-beginning-position): Define a replacement for
14544 comint-line-beginning-position if it is not fboundp.
14545
14546 2000-08-17 Alex Schroeder <alex@gnu.org>
14547
14548 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14549 it didn't have any effect anyway.
14550
14551 2000-08-17 Alex Schroeder <alex@gnu.org>
14552
14553 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14554 --pset and pager=off instead of sending \\o|cat at the beginning
14555 of the session.
14556
14557 2000-08-17 Miles Bader <miles@gnu.org>
14558
14559 * progmodes/octave-inf.el: Add compatibility definition of
14560 comint-line-beginning-position.
14561
14562 2000-08-17 Kenichi Handa <handa@etl.go.jp>
14563
14564 * startup.el (normal-top-level): Look in each dir in load-path for
14565 a leim-list.el file too. This assures of loading leim-list.el
14566 that is created at Emacs installation time even if a user have his
14567 own leim-list.el.
14568
14569 2000-08-17 Miles Bader <miles@gnu.org>
14570
14571 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14572 foreground color to black if the background is dark.
14573
14574 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14575
14576 * loadhist.el (unload-feature): Typo.
14577
14578 * finder.el (finder-compile-keywords):
14579 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14580 to the generated file.
14581
14582 * mail/mh-e.el (mh-make-local-vars):
14583 Replace make-variable-buffer-local with make-local-variable.
14584
14585 * play/landmark.el:
14586 * options.el (Edit-options-{set,toggle,t,nil}):
14587 * mail/mailabbrev.el (mail-abbrevs-mode):
14588 * textmodes/tex-mode.el (tex-expand-files):
14589 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14590
14591 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14592
14593 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14594 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14595 Allow going past the last element.
14596 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14597 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14598 (cvs-mouse-toggle-mark): Don't move point.
14599 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14600
14601 * progmodes/compile.el (grep): Provide a default set of files.
14602 (next-error): Docstring fix.
14603 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14604
14605 * emacs-lisp/easy-mmode.el (define-minor-mode):
14606 Use `symbol-value' to keep the byte-compiler quiet.
14607
14608 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14609 (diff-find-source-location): New fun, extracted from diff-goto-source.
14610 (diff-goto-source): Use it.
14611 (diff-next-complex-hunk, diff-filter-lines): New function.
14612 (diff-apply-hunk): New command.
14613
14614 * smerge-mode.el (smerge-mode-menu): Doc fix.
14615
14616 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14617
14618 2000-08-16 Dave Love <fx@gnu.org>
14619
14620 * windmove.el (windmove) <defgroup>: Add :version.
14621
14622 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14623 (goto-address-fontify-p, goto-address-highlight-p)
14624 (goto-address-url-face, goto-address-url-mouse-face)
14625 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14626 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14627 (goto-address-fontify, goto-address-at-mouse): Simplify,
14628 (goto-address-at-point): browse-url-url-at-point,
14629 goto-address-find-address-at-point can return nil.
14630 (goto-address-find-address-at-point): Return nil on failure.
14631
14632 * align.el (align) <defgroup>: Add :version.
14633
14634 * calculator.el (calculator): Add :version.
14635 (calculator): Use two lines for calculator window if `modeline'
14636 face is boxed.
14637
14638 * play/5x5.el: Doc fixes.
14639 (5x5) <defgroup>: Add :version.
14640
14641 * play/fortune.el (fortune) <defgroup>: Add :version.
14642 (fortune-append): Fix error message.
14643 (fortune-from-region): Doc fix.
14644
14645 * play/pong.el (pong): Doc fix.
14646
14647 * play/morse.el: Keywords, commentary, autoloads.
14648
14649 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14650
14651 * desktop.el (desktop-save): Don't look at symbol-value of a
14652 member of minor-mode-alist, unless it is boundp.
14653
14654 2000-08-16 Sam Steingold <sds@gnu.org>
14655
14656 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14657 `while'; use `with-current-buffer' instead of `save-excursion'.
14658 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14659
14660 2000-08-16 Kenichi Handa <handa@etl.go.jp>
14661
14662 * international/ccl.el (declare-ccl-program): Docstring modified.
14663 (ccl-execute-with-args): Likewise.
14664
14665 2000-08-16 Miles Bader <miles@gnu.org>
14666
14667 * progmodes/sql.el: Add compatibility definition of
14668 comint-line-beginning-position.
14669
14670 2000-08-15 Gerd Moellmann <gerd@gnu.org>
14671
14672 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14673 'buffer-menu' property.
14674 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14675 fails.
14676 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14677 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14678 wasn't killed.
14679
14680 * buff-menu.el (list-buffers-noselect): Don't display the
14681 *Buffer List* buffer.
14682
14683 * font-lock.el: Require jit-lock to prevent a very late
14684 `Loading jit-lock' message.
14685
14686 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14687 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14688 mail address.
14689
14690 2000-08-15 Miles Bader <miles@gnu.org>
14691
14692 * textmodes/ispell.el (ispell-graphic-p): New constant.
14693 (ispell-choices-win-default-height, ispell-help): Use
14694 `ispell-graphic-p' instead of `xemacsp'.
14695
14696 2000-08-15 Dave Love <fx@gnu.org>
14697
14698 * simple.el: Autoload widget-convert when compiling.
14699 (mail-user-agent): Doc fix.
14700
14701 * help.el (function-called-at-point, variable-at-point): Use
14702 with-syntax-table.
14703 (help-manyarg-func-alist): Add insert-and-inherit.
14704
14705 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14706
14707 * delsel.el (delsel-unload-hook): New function.
14708
14709 * find-file.el: Doc fixes. Move provide to end.
14710 (ff) <defgroup>: Add :link.
14711 (ff-goto-click): Deleted.
14712 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14713 Use mouse-set-point.
14714
14715 * textmodes/tildify.el: Doc fixes.
14716 (tildify) <defgroup>: Add:version.
14717
14718 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14719 (glasses-custom-set): Use set-default, not set.
14720 (minor-mode-alist): Propertize the lighter.
14721 (glasses-mode): Provide optional arg.
14722
14723 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14724 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14725 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14726 option. Provide :type.
14727 (cwarn-configuration): Provide :type.
14728 (cwarn-mode): Doc fix.
14729
14730 * add-log.el (change-log-merge): Doc fix.
14731 (change-log-redate): New command.
14732
14733 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14734 Doze and Dog.
14735 (browse-url): Use dolist, not mapcar.
14736 (browse-url-at-point): Check for null url.
14737 (browse-url-event-buffer, browse-url-event-point): Functions
14738 deleted.
14739 (browse-url-at-mouse, browse-url-netscape): Simplify.
14740
14741 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14742 modes.
14743 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14744 Fix previous change to mapcan.
14745 (msb--init-file-alist, msb--add-separators)
14746 (msb--make-keymap-menu): Simplify.
14747 (msb--choose-file-menu): Use copy-sequence.
14748 (msb-mode-map): Add title to keymap.
14749 (msb-unload-hook): New function.
14750
14751 * bs.el: Fix indentation.
14752 (bs) <defgroup>: Add :links.
14753 (bs-show): Doc fix.
14754 (bs-apply-sort-faces): Don't use window-system.
14755 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14756
14757 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14758
14759 * calendar/timeclock.el (timeclock-file): Run .timelog through
14760 convert-standard-filename.
14761
14762 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14763
14764 * emacs-lisp/authors.el: New file.
14765
14766 * paren.el (show-paren-priority): New user option.
14767 (show-paren-function): Set overlay priorities to
14768 show-paren-priority.
14769
14770 2000-08-14 Miles Bader <miles@gnu.org>
14771
14772 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14773 beginning-of-line with inhibit-field-text-motion bound.
14774
14775 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14776
14777 * calendar/timeclock.el: New file.
14778
14779 2000-08-14 David Ponce <david@dponce.com>
14780
14781 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14782 `widget-button-click'. so that one can use left mouse button to
14783 click on dialog buttons.
14784
14785 2000-08-14 Emmanuel Briot <briot@gnat.com>
14786
14787 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14788 identifiers, since XML is case sensitive
14789
14790 2000-08-12 Miles Bader <miles@gnu.org>
14791
14792 * comint.el (comint-output-filter): Don't bother frobbing
14793 window-start, it doesn't seem to be necessary.
14794
14795 * comint.el (comint-send-string, comint-send-region): Make into
14796 real functions. Snapshot the prompt before sending.
14797
14798 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14799
14800 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14801 technique similar to Info-index, instead of relying on specific
14802 names of relevant Index nodes.
14803 (Info-goto-emacs-command-node): Bind Info-history to nil when
14804 going to the first node found by Info-find-emacs-command-nodes.
14805
14806 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14807
14808 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14809
14810 2000-08-10 Miles Bader <miles@gnu.org>
14811
14812 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14813
14814 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14815
14816 * info.el (Info-file-list-for-emacs): More elements for the
14817 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14818 and woman manuals.
14819
14820 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14821
14822 * comint.el (comint-send-input): Make the newline boundary overlay
14823 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14824 (comint-output-filter): Use `insert' instead of
14825 `insert-before-markers'. Extend comint-last-output-overlay when
14826 necessary since we can't rely on insert-before-markers to do it.
14827 * gud.el (gud-filter): Use `with-current-buffer' instead of
14828 save-excursion when inserting the output, so that point gets
14829 updated correctly; the old method relied on a rather dodgy
14830 side-effect of comint-output-filter to avoid the effect of
14831 save-excursion.
14832
14833 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14834
14835 * files.el (recover-file): Call insert-directory instead of
14836 invoking `ls' directly.
14837
14838 2000-08-10 Miles Bader <miles@gnu.org>
14839
14840 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14841 (comint-last-prompt-overlay): New variables.
14842 (comint-output-filter): Implement prompt highlighting.
14843 (comint-snapshot-last-prompt): New function.
14844 (comint-send-input): Snapshot the last prompt.
14845 Use comint-highlight-input-face.
14846 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14847 Use defface instead of defcustom.
14848 (send-invisible, comint-send-eof): Snapshot the last prompt.
14849 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14850 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14851
14852 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14853
14854 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14855 (regexp-opt-group): Use a list of chars for `letters'.
14856 (regexp-opt-charset): `chars' is now a list of chars.
14857 Use a char-table rather than a vector so it works for multibyte chars.
14858
14859 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14860 Set cvs-minor-current-files to the selected fileinfo.
14861 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14862 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14863
14864 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14865
14866 * files.el (insert-directory): Don't call access-file on
14867 directories on DOS and Windows.
14868
14869 2000-08-09 Kenichi Handa <handa@etl.go.jp>
14870
14871 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14872 longer if necessary.
14873 (ccl-embed-code): Call ccl-embed-data to store CODE in
14874 ccl-program-vector.
14875
14876 2000-08-09 Miles Bader <miles@gnu.org>
14877
14878 * comint.el (comint-output-filter): Properly handle the case where
14879 the text surrounded by comint-last-output-overlay was deleted.
14880
14881 2000-08-08 Gerd Moellmann <gerd@gnu.org>
14882
14883 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14884 non-nil.
14885 (Info-file-list-for-emacs): Remove "info" from the list because
14886 that leads to trying to use the documentation from file `info'
14887 in various situations where it isn't appropriate, for instance
14888 C-h C-k C-h i.
14889
14890 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14891 DIR and/or STRING are nil.
14892
14893 * progmodes/compile.el (compilation-setup): Make variable
14894 compilation-error-screen-columns buffer-local, as some comment
14895 in the code suggests it should be.
14896
14897 * files.el (auto-mode-interpreter-regexp): New variable.
14898 (set-auto-mode): Use it.
14899
14900 * indent.el (indent-for-tab-command): Doc fix.
14901
14902 * mouse-sel.el (mouse-sel-mode): Doc fix.
14903
14904 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14905 labels.
14906
14907 * help.el (print-help-return-message): When
14908 display-buffer-reuse-frames is set, let the help window been quit,
14909 instead of deleting it, which might delete a reused frame.
14910
14911 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14912
14913 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14914 rename a directory to a name that differs only by its letter case.
14915
14916 2000-08-08 Kenichi Handa <handa@etl.go.jp>
14917
14918 * international/quail.el (quail-define-rules): Handle Quail decode
14919 map correctly. Add code for supporting annotations.
14920 (quail-install-decode-map): New function.
14921 (quail-defrule-internal): New optional arguments decode-map and
14922 props.
14923 (quail-advice): New function.
14924
14925 2000-08-07 Sam Steingold <sds@gnu.org>
14926
14927 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14928 `defconst', `define-condition', `with-slots'.
14929 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14930
14931 2000-08-03 Miles Bader <miles@gnu.org>
14932
14933 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14934 New variable.
14935 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14936 comint-use-prompt-regexp-instead-of-fields.
14937 (comint-send-input): Add `input' field property to stuff we send to
14938 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14939 (comint-output-filter): Add `output' field property to process
14940 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14941 (comint-replace-by-expanded-history)
14942 (comint-get-old-input-default, comint-show-output)
14943 (comint-backward-matching-input, comint-forward-matching-input)
14944 (comint-next-prompt, comint-previous-prompt): Use field
14945 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14946 (comint-line-beginning-position): New function.
14947 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14948 (comint-replace-by-expanded-history-before-point): Use
14949 comint-line-beginning-position and line-end-position.
14950 (comint-last-output-overlay): New variable.
14951 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14952
14953 * shell.el (shell-prompt-pattern): Doc change.
14954 (shell-backward-command): Use line-beginning-position.
14955
14956 * gud.el (gud-gdb-complete-command): Use
14957 comint-line-beginning-position.
14958
14959 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14960 comint-bol doesn't actually go to the beginning of the line.
14961
14962 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14963 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14964 (try-expand-line-all-buffers): Likewise.
14965
14966 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14967 explicitly matching comint-prompt-regexp.
14968 (sql-copy-column): Use comint-line-beginning-position instead of
14969 explicitly matching comint-prompt-regexp.
14970
14971 * progmodes/octave-inf.el (inferior-octave-complete): Use
14972 comint-line-beginning-position.
14973
14974 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14975
14976 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14977 looking for a prompt, use `forward-line 0' instead of
14978 `beginning-of-line', to avoid getting caught by an input field.
14979
14980 2000-08-07 Gerd Moellmann <gerd@gnu.org>
14981
14982 * files.el (shell-quote-wildcard-pattern): Make sure to return
14983 PATTERN, in the Unix case.
14984
14985 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14986
14987 * play/zone.el (zone): Discard any pending input before running
14988 the randomly-chosen pgm.
14989
14990 2000-08-07 Kenichi Handa <handa@etl.go.jp>
14991
14992 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14993 checking the existence of any multibyte characters.
14994
14995 2000-08-06 Gerd Moellmann <gerd@gnu.org>
14996
14997 * help.el (describe-mode): Test minor-mode symbol for being
14998 bound before testing its value for being nil.
14999
15000 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
15001 `first', `second', and `third'.
15002
15003 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
15004 (second): Make it an alias for `cadr'.
15005
15006 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
15007
15008 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
15009 types of display support faces now.
15010
15011 2000-08-05 Gerd Moellmann <gerd@gnu.org>
15012
15013 * pcvs.el (require): Require `cl' during compilation, only.
15014
15015 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
15016 (toplevel): Remove `remq' and `remove' from autoloads.
15017 (cl-fake-autoloads): New variable. If set, arrange for an error
15018 when CL functions etc. are autoloaded.
15019
15020 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
15021
15022 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
15023
15024 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
15025 popped up, but the user clicks outside the menu, return an empty
15026 regexp (that causes unhighlight-regexp to have no effect).
15027
15028 * menu-bar.el (menu-bar-games-menu): Add Zone.
15029
15030 * hi-lock.el (toplevel): Require font-lock.
15031
15032 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15033
15034 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
15035 (ebnf-8-bit-chars): New var for bug fix.
15036 (ebnf-string): Bug fix.
15037
15038 2000-08-03 Sam Steingold <sds@gnu.org>
15039
15040 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
15041 instead of `buffer-string'.
15042 (require 'cl): Always, not just when compiling.
15043 `ignore-errors' in `interactive', `list*', `defun*' &c make this
15044 necessary.
15045
15046 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
15047
15048 * international/mule-cmds.el (select-safe-coding-system): Make
15049 the message text about selecting a safe coding system more clear.
15050
15051 2000-08-02 Gerd Moellmann <gerd@gnu.org>
15052
15053 * hi-lock.el: New file.
15054
15055 * play/zone.el: New file.
15056
15057 * replace.el (occur): Set tab-width in the *Occur* buffer to the
15058 value of tab-width in the original buffer. Choose a line number
15059 format that's a multiple of the original buffer's tab width, so
15060 that lines appear right.
15061
15062 * textmodes/ispell.el (ispell): New function, replacing an alias.
15063 Spell-check active region if in transient-mark-mode and mark
15064 is active; otherwise spell-check buffer.
15065
15066 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15067
15068 * ps-mule.el: Fix a customization problem on
15069 ps-mule-font-info-database-default.
15070
15071 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
15072
15073 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
15074 display-mouse-p instead of window-system.
15075 (ebrowse-member-mode-map): Ditto.
15076
15077 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15078
15079 * progmodes/ebnf2ps.el: Update ps-print functions call.
15080 Indentation fix. Doc fix.
15081 (ebnf-version): New version number (3.2).
15082 (ebnf-format-color, ebnf-begin-job): Code fix.
15083
15084 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
15085
15086 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
15087 font lock support on window-system.
15088 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
15089
15090 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
15091 display-color-p, if fboundp, instead of window-system.
15092
15093 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
15094
15095 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
15096 instead of window-system.
15097
15098 * wid-edit.el (widget-choose): Use display-mouse-p instead of
15099 window-system.
15100 (widget-choice-mouse-down-action): Use display-popup-menus-p
15101 instead of window-system.
15102
15103 * strokes.el (strokes-file): Run the file name through
15104 convert-standard-filename.
15105 (strokes-mode): Call display-mouse-p instead of looking at
15106 window-system. Change the error message accordingly.
15107
15108 * progmodes/cpp.el (toplevel): Support faces on tty's.
15109
15110 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15111 (lm-plot-square, lm-init-display): Don't use window-system.
15112
15113 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15114 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15115
15116 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15117 instead of looking at window-system.
15118
15119 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15120
15121 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15122 of testing if iswitchb-prepost-hooks is bound, because the
15123 latter will always be true when invoking a recursive minibuffer
15124 from an active Iswitchb buffer.
15125
15126 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15127
15128 * files.el (shell-quote-wildcard-pattern): New function.
15129 (insert-directory): Call it. Only prepend "\" to command on Unix
15130 and GNU/Linux systems.
15131
15132 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15133
15134 * eshell/esh-groups.el: Change custom :link file names
15135 from `eshell.info' to `eshell'.
15136
15137 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15138
15139 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15140 correctly in recursive ange-ftp listings.
15141
15142 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15143
15144 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15145 ps-header-font-size-internal and
15146 ps-header-title-font-size-internal variables are not set,
15147 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15148 face text property is (foreground-color . COLOR) or
15149 `(background-color . COLOR)', ps-print crashes. Doc fix.
15150 (ps-print-version): New version number (5.2.4).
15151 (ps-plot-region): Code fix.
15152 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15153 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15154 Bug fix 2.
15155
15156 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
15157
15158 * glasses.el (glasses-make-readable): Fix uncapitalization of
15159 identifiers like `myXMLDocument'.
15160
15161 2000-07-28 Karl Fogel <kfogel@red-bean.com>
15162
15163 * mail/mail-hist.el (mail-hist-previous-input)
15164 (mail-hist-next-input): Do the obvious code factorization.
15165 (mail-hist-retrieve-and-insert): New func, contains common
15166 code of above two.
15167 If inserting a message body, leave point at top.
15168
15169 2000-07-28 Sam Steingold <sds@gnu.org>
15170
15171 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15172 Use `<=', not `<' to compare times!
15173 (ange-ftp-ls): Remove.
15174
15175 2000-07-27 Gerd Moellmann <gerd@gnu.org>
15176
15177 * play/cookie1.el: Add explanation of how to make cookie.el
15178 compatible with strfile(1) to comment.
15179
15180 * subr.el (remove, remq): New functions.
15181
15182 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15183 escape `*' in regexps.
15184 (midnight-find): Reverse order of arguments in the funcall of
15185 TEST.
15186
15187 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15188 and `.class'.
15189
15190 * play/meese.el: Add Commentary section.
15191
15192 2000-07-27 Alex Schroeder <alex@gnu.org>
15193
15194 * sql.el (sql-ms): Added autoload cookie.
15195 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15196 (sql-oracle): Ditto.
15197 (sql-help): Doc change.
15198
15199 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15200 types and exceptions.
15201
15202 2000-07-27 Alex Schroeder <alex@gnu.org>
15203
15204 * sql.el (sql-placeholder-history): New variable.
15205 (sql-query-placeholders-and-send): New function that will query
15206 the user and replace placeholders with user input.
15207 (sql-oracle): If running on NT, set comint-input-sender to
15208 sql-query-placeholders-and-send.
15209
15210 (sql-stop): If in the SQLi buffer, insert stop notification, else
15211 present it as a message.
15212
15213 2000-07-27 Alex Schroeder <alex@gnu.org>
15214
15215 * sql.el (sql-input-ring-separator): Doc change.
15216 (sql-input-ring-file-name): Doc change.
15217 (sql-interactive-mode): Use `sql-input-ring-separator' and
15218 `sql-input-ring-file-name' to set the comint-mode equivalents
15219 without making them local variables.
15220 (sql-stop): Don't bind `sql-input-ring-separator' and
15221 `sql-input-ring-file-name' dynamically to their comint-mode
15222 equivalents.
15223
15224 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15225
15226 * international/mule.el (register-char-codings): New function.
15227 (make-coding-system): Handle `safe-chars' specification in the arg
15228 PROPERTY.
15229
15230 * international/mule-cmds.el
15231 (find-coding-systems-region-subset-p): This function deleted.
15232 (sort-coding-systems-predicate): New variable.
15233 (sort-coding-systems): New function.
15234 (find-coding-systems-region): Use
15235 find-coding-systems-region-internal.
15236 (find-coding-systems-string): Use find-coding-systems-region.
15237 (find-coding-systems-for-charsets): Check
15238 char-coding-system-table.
15239 (select-safe-coding-system-accept-default-p): New variable.
15240 (select-safe-coding-system): Mostly rewritten. New argument
15241 ACCEPT-DEFAULT-P.
15242 (select-message-coding-system): Call select-safe-coding-system
15243 with ACCEPT-DEFAULT-P arg.
15244 (reset-language-environment): Reset default-sendmail-coding-system
15245 to the default value iso-latin-1.
15246 (set-language-environment): Don't set the obsolete variable
15247 charset-origin-alist.
15248
15249 * international/codepage.el (cp-coding-system-for-codepage-1):
15250 Give `safe-chars' property to make-coding-system.
15251
15252 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15253 calling select-message-coding-system twice.
15254
15255 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15256 instead of `safe-charsets'.
15257 (cyrillic-alternativnyj): Likewise.
15258 (ccl-encode-alternativnyj): Don't check the charset
15259 cyrillic-iso8859-5.
15260
15261 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15262
15263 * composite.el (compose-chars-after): Preserve match data.
15264
15265 2000-07-26 Sam Steingold <sds@gnu.org>
15266
15267 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15268 (ange-ftp-real-file-newer-than-file-p): New function.
15269 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15270 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15271
15272 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15273 * midnight.el (midnight-float-time): Ditto.
15274
15275 2000-07-26 Andreas Schwab <schwab@suse.de>
15276
15277 * files.el (normal-backup-enable-predicate): Correct
15278 interpretation of the return value of compare-strings.
15279
15280 2000-07-26 Gerd Moellmann <gerd@gnu.org>
15281
15282 * isearch.el (isearch-resume): New function.
15283 (isearch-done): Add something to command-history to resume
15284 the search.
15285 (isearch-yank-line, isearch-yank-word): Use
15286 buffer-substring-no-properties instead of buffer-substring.
15287
15288 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15289 of flyspell-mouse-map.
15290
15291 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15292 duplicate definition.
15293 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15294
15295 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15296 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15297
15298 2000-07-25 Sam Steingold <sds@gnu.org>
15299
15300 * net/ange-ftp.el: Get modtime over the net.
15301 (ange-ftp-file-modtime): New function.
15302 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15303 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15304 Use it.
15305 (ange-ftp-dot-to-slash): New function.
15306 (ange-ftp-fix-name-for-vms): Use it.
15307
15308 * midnight.el (midnight-buffer-display-time): Use
15309 `with-current-buffer'.
15310
15311 2000-07-25 Gerd Moellmann <gerd@gnu.org>
15312
15313 * find-dired.el: Update copyright notice.
15314 (find-dired): Offer to kill a running `find'.
15315
15316 * enriched.el (enriched-face-ans): For a `foreground-color'
15317 property, return '(("x-color" COLOR))' so that COLOR will be
15318 output as a parameter of the x-color annotation. Likewise for the
15319 `background-color' property. In the case of normal face
15320 properties, don't return annotations for unspecified foreground
15321 and background face attributes.
15322
15323 2000-07-25 Kenichi Handa <handa@etl.go.jp>
15324
15325 * language/japan-util.el (japanese-katakana-region): Fix handling
15326 HANKAKU argument.
15327
15328 2000-07-25 Miles Bader <miles@gnu.org>
15329
15330 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15331 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15332 constrain-to-field.
15333
15334 2000-07-24 Andrew Innes <andrewi@gnu.org>
15335
15336 * timer.el (timer-activate-when-idle): Add optional parameter
15337 DONT-WAIT. Update docstring.
15338 (run-with-idle-timer): Specify extra parameter to
15339 timer-activate-when-idle, so that timer will be activated
15340 immediately if Emacs is already idle.
15341
15342 * w32-fns.el (w32-using-nt): Fix docstring.
15343
15344 2000-07-24 Dave Love <fx@gnu.org>
15345
15346 * mouse.el (popup-menu): Set last-command-event.
15347 (mouse-major-mode-menu-prefix): Declare.
15348
15349 2000-07-24 Gerd Moellmann <gerd@gnu.org>
15350
15351 * textmodes/flyspell.el: Update to author's version 1.5d.
15352
15353 * progmodes/hideshow.el: Update copyright notice.
15354
15355 * vcursor.el: Set maintainer to FSF, since author cannot
15356 be reached.
15357
15358 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15359
15360 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15361 the prompt.
15362
15363 * mouse.el (popup-menu): Run the keymap through indirect-function,
15364 in case it was defined with define-prefix-key. If the menu is a
15365 list of keymaps, look up the binding of user's choice in each one
15366 of the keymaps.
15367 (mouse-popup-menubar): If the global and local menu-bar keymaps
15368 don't have a prompt string, create one and insert it into the
15369 keymap. Don't barf if current-local-map returns nil.
15370
15371 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15372
15373 * dired.el (dired-sort-R-check): Added to allow recursive listing
15374 to be undone.
15375 (dired-sort-other): Use it.
15376
15377 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15378
15379 * Release of cc-mode 5.27
15380
15381 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15382
15383 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15384 c-beginning-of-statement-1 that caused a bad case of recursion
15385 which could consume a lot of CPU in large classes in languages
15386 that have in-expression classes (i.e. Java and Pike).
15387
15388 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15389 statements before top level constructs (i.e. case 6 is moved
15390 before case 5 and is now case 4) to catch in-expression
15391 classes in top level expressions correctly.
15392
15393 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15394
15395 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15396 objc-method-intro. Case 4 removed and case 5I added.
15397
15398 * cc-langs.el (c-append-paragraph-start): New variable used by
15399 c-common-init to get paragraph-start correct.
15400 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15401 initialize paragraph-start to make it correct both with and
15402 without the javadoc special case.
15403
15404 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15405 initialize paragraph-start for javadoc markup.
15406
15407 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15408 change by defaulting this to t. It's motivated by the
15409 confusing behavior that otherwise arise from the style system
15410 when editing both java and non-java files at the same time
15411 (see the comments about style setting in c-common-init).
15412
15413 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15414
15415 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15416 similar to the one in c-fill-paragraph to check the fill
15417 prefix from the adaptive fill function for sanity.
15418
15419 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15420
15421 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15422 defun block.
15423
15424 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15425
15426 * cc-align.el (c-lineup-multi-inher): Handle lines with
15427 leading comma nicely. Extended to handle member initializers
15428 too.
15429
15430 * cc-engine.el: (c-beginning-of-inheritance-list,
15431 c-guess-basic-syntax): Fixed recognition of inheritance lists
15432 when the lines begins with a comma.
15433
15434 * cc-vars.el (c-offsets-alist): Changed default for
15435 member-init-cont to c-lineup-multi-inher since it now handles
15436 member initializers and indents better for leading commas.
15437
15438 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15439
15440 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15441 handling that caused class open lines to be recognized as
15442 statement-conts in some cases.
15443
15444 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15445 guessed by the adaptive fill function unless point is on the
15446 first line of a block comment.
15447
15448 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15449 when the buffer ends with a macro continuation char.
15450
15451 * cc-engine.el (c-guess-basic-syntax): Added support for
15452 function definitions as statements in Pike. The first
15453 statement in a lambda block is now labeled defun-block-intro
15454 instead of statement-block-intro.
15455
15456 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15457 so that the class surrounding point is selected, not the one
15458 innermost in the state.
15459
15460 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15461 recognition of switch labels having hanging multiline
15462 statements.
15463
15464 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15465 some code in c-guess-basic-syntax to a separate function.
15466 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15467 recognition of member inits with multiple line arglists.
15468 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15469 member-init-cont when the commas are in funny places.
15470
15471 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15472
15473 * cc-defs.el (c-auto-newline): Removed this macro since it's
15474 not used anymore.
15475
15476 * cc-engine.el (c-looking-at-bos): New helper function.
15477 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15478 inexpr and toplevel classes apart in Pike.
15479
15480 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15481 of case 9A.
15482
15483 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15484 constant, since "class" can introduce an in-expression class
15485 in Pike nowadays.
15486
15487 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15488
15489 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15490 indentation on cpp-macro lines.
15491
15492 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15493 a syntax modifier like comment-intro, to make it possible to
15494 get syntactic indentation for preprocessor directives. It's
15495 incompatible wrt to lineup functions on cpp-macro, but it has
15496 no observable effect in the 99.9% common case where cpp-macro
15497 is set to -1000.
15498
15499 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15500
15501 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15502 member-init-cont when the preceding arglist is several lines.
15503
15504 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15505
15506 * cc-styles.el (c-style-alist): The basic offset for the BSD
15507 style corrected to 8.
15508
15509 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15510
15511 * cc-styles.el (c-style-alist): Adjusted the indentation of
15512 brace list openers in the gnu style.
15513
15514 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15515
15516 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15517
15518 * cc-cmds.el (c-electric-brace, c-electric-slash,
15519 c-electric-star, c-electric-semi&comma, c-electric-colon,
15520 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15521 when c-syntactic-indentation is nil.
15522
15523 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15524 we were left at comments preceding the first statement when
15525 reaching the beginning of the buffer.
15526
15527 * cc-vars.el (c-syntactic-indentation): New variable to turn
15528 off all syntactic indentation.
15529
15530 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15531
15532 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15533 between the text and the block comment ender when it hangs,
15534 depending on how many there are before the fill.
15535
15536 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15537
15538 * cc-engine.el (c-beginning-of-closest-statement): New helper
15539 function to go back to the closest preceding statement start,
15540 which could be inside a conditional statement.
15541 * cc-engine.el (c-guess-basic-syntax): Use
15542 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15543
15544 * cc-engine.el (c-guess-basic-syntax): Better handling of
15545 arglist-intro, arglist-cont-nonempty and arglist-close when
15546 the arglist is nested inside parens. Cases 7A, 7C and 7F
15547 changed.
15548
15549 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15550 up-to-date with javadoc 1.2.
15551
15552 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15553
15554 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15555 multiline Pike type decls.
15556
15557 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15558
15559 * cc-cmds.el (c-indent-new-comment-line): Always break
15560 multiline comments in multiline mode, regardless of
15561 comment-multi-line.
15562
15563 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15564
15565 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15566 fully::qualified::names in C++ member init lists. Preamble in
15567 case 5D changed.
15568
15569 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15570
15571 * cc-langs.el (c-common-init): Handling of obsolete variables
15572 moved to c-initialize-cc-mode. More compatible style override
15573 when using global style variables.
15574 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15575 variables moved here.
15576
15577 * cc-styles.el (c-make-styles-buffer-local): Flag style
15578 variable localness in c-style-variables-are-local-p to make
15579 the compatibility measure in c-common-init work well.
15580
15581 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15582 longer contain set-from-style.
15583 * cc-styles.el (c-initialize-builtin-style): Don't check for
15584 set-from-style on c-special-indent-hook.
15585 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15586 copy-alist is sufficient now.
15587
15588 * cc-styles.el (c-set-style, c-set-style-1,
15589 c-get-style-variables): Fixes to variable initialization so
15590 that duplicate entries in styles have the same effect
15591 regardless of DONT-OVERRIDE.
15592
15593 * cc-styles.el (c-set-style-2): Fixed bug where the
15594 initialization of inheriting styles failed when the
15595 dont-override flag is set.
15596
15597 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15598 on this.
15599
15600 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15601
15602 * cc-defs.el (c-forward-comment): Removed the workaround
15603 introduced in 5.38 since it had worse side-effects. If a line
15604 contains the string "//\"", it regarded the // as a comment
15605 start since the \ temporarily doesn't have escape syntax.
15606
15607 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
15608
15609 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15610 ada-xref.el before ada-prj.el, so that the Project menu is created
15611 when ada-prj tries to add to it.
15612 (ada-activate-keys-for-case): Suppress the characters that are not
15613 part of the Ada syntax. Better compatibility with else-mode
15614 (ada-adjust-case-interactive): When auto-casing is not active,
15615 correctly insert newlines (used to insert only ^M). Prevent the
15616 syntax table from being changed in case of an error
15617 (or '_' becomes part of a word and some commands are confused).
15618 Do nothing if ada-auto-case is nil.
15619 (ada-after-keyword-p): Ignore keywords that are also attributes
15620 (ada-batch-reformat): Update usage comment
15621 (ada-call-from-contextual-menu): New function
15622 (ada-case-read-exceptions): Reinitialize the casing exception list
15623 first to nil first, so that the casing exception file can be
15624 shared.
15625 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15626 files.
15627 (ada-compile-goto-error): Fix regexp used to detect a file:line
15628 anywhere in the error message
15629 (ada-contextual-menu-last-point): New variable
15630 (ada-create-keymap): If the variable delete-key-deletes-forward is
15631 t on XEmacs, it means that DEL should delete one character
15632 forward.
15633 (ada-create-menu): Use :included instead of :visible for XEmacs.
15634 New submenu "Options".
15635 (ada-end-stmt-re): Correctly indent "select ... then abort"
15636 statements.
15637 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15638 even if they don't match ada-fill-comment-prefix Fix handling of
15639 paragraphs on the first or last line of a file.
15640 (ada-format-paramlist): Fix handling of default parameter values.
15641 (ada-get-body-name): New function.
15642 (ada-get-current-indent): Optimized by searchling directly for an
15643 existing generic part or a statement outside of it. Handle
15644 ada-indent-align-comments when indenting comments Replaced some
15645 regexps by testing directly the next character. This results in a
15646 huge speedup on some files. New indentation scheme for renames
15647 statements. Stop looking for the 'while' or 'for' associated with
15648 a 'loop' at the first semicolon encountered. A "return" can also
15649 match an anonymous access subprogram declaration.
15650 (ada-get-indent-noindent): Ignore strings and comments when
15651 looking for the keywords "record" and "private".
15652 (ada-goto-matching-decl-start): When matching "if", make sure we
15653 are not in fact seeing "end if". Ignore "when" statements except
15654 when initial keyword was "begin". Fix handling of nested
15655 procedures. Add a recursive call to this function to skip over
15656 other 'end' statmts. Fix indentation for "when .. => begin"
15657 (ada-in-open-paren-p): Fix indentation for complex boolean
15658 expressions, where 'and then', 'or else' and parenthesis
15659 statements are mixed up.
15660 (ada-in-paramlist-p): Skip comments while searching for the
15661 beginning Fix handling of operator declarations.
15662 (ada-indent-align-comments): New variable
15663 (ada-indent-current): Change the syntax table only in the
15664 protected section, so that we are sure it is restored correctly.
15665 (ada-indent-on-previous-lines): Use ada-use-indent and
15666 ada-with-indent Correctly indent "select ... then"
15667 (ada-indent-region): Slight speedup.
15668 (ada-indent-renames): New variable.
15669 (ada-last-which-function-subprog, ada-last-which-function-line):
15670 New variables
15671 (ada-looking-at-semi-private): Correctly indent the 'private'
15672 keyword when it is the first word in a package declaration.
15673 (ada-loose-case-word): Stop searching if at the end of the buffer.
15674 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15675 even if point is not initially at the end of the word.
15676 (ada-matching-decl-start-re): Add "when".
15677 (ada-mode): Add support for abbrev-mode, outline-mode and
15678 which-func-mode Override the old find-file.el entry in
15679 ff-special-constructs since it is using the obsolete
15680 ada-spec-suffix variable
15681 (ada-no-auto-case): New function
15682 (ada-scan-paramlist): When parsing the argument type, accept
15683 spaces (as in "X 'Class", generated by Rational Rose).
15684 (ada-other-file-name): No longer loads the other file.
15685 (ada-popup-menu): Save and restore the current buffer and cursor
15686 position before and after displaying the menu.
15687 (ada-search-ignore-complex-boolean): New function.
15688 (ada-uncomment-region): Emacs21 already knows how to delete
15689 comments not starting in the first column.
15690 (ada-use-indent): New variable
15691 (ada-which-function): New function.
15692 (ada-with-indent): New variable
15693 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15694 can be batch-compiled from the command line.
15695
15696 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15697 Add to the menu when the file is loaded, not in ada-mode-hook.
15698 Add -toolbar to the default ddd command Switches moved from
15699 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15700 ada-prj-default-comp-opt
15701 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15702 Reference Manual to the menu
15703 (ada-check-current): rewritten as a call to ada-compile-current
15704 (ada-compile): Removed.
15705 (ada-compile-application, ada-compile-current, ada-check-current):
15706 Set the compilation-search-path so that compile.el automatically
15707 finds the sources in src_dir. Automatic scrollong of the
15708 compilation buffer. C-uC-cC-c asks for confirmation before
15709 compiling
15710 (ada-compile-current): New parameter, prj-field
15711 (ada-complete-identifier): Load the .ali file before doing
15712 processing
15713 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15714 conform to gnatmake's behavior.
15715 (ada-find-file-in-dir): New function
15716 (ada-find-references): Set the environment variables for gnatfind
15717 (ada-find-src-file-in-dir): New function.
15718 (ada-first-non-nil): Removed
15719 (ada-gdb-application): Add support for jdb, the java debugger.
15720 (ada-get-ada-file-name): Load the original-file first if not done
15721 yet.
15722 (ada-get-all-references): Handles the new ali syntax (parent types
15723 are found between <>).
15724 (ada-initialize-runtime-library): New function
15725 (ada-mode-hook): Always load a project file when a file is opened,
15726 so that the casing exceptions are correctly read.
15727 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15728 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15729 to open the project file, since the latter does not work with
15730 speedbar Get default values before loading the prj file, or the
15731 default executable file name is wrong. Use the absolute value of
15732 src_dir to initialize ada-search-directories and
15733 compilation-search-path,... Add the standard runtime library to
15734 the search path for find-file.
15735 (ada-prj-default-debugger): Was missing an opening '{'
15736 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15737 variables.
15738 (ada-prj-default-gnatmake-opt): New variable
15739 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15740 buffers, the project file is the default one Save the windows
15741 configuration before displaying the menu.
15742 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15743 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15744 ...) regexp-quote identifiers names to support operators +,
15745 -,... in regexps.
15746 (ada-remote): New function.
15747 (ada-run-application): Erase the output buffer before starting the
15748 run Support remote execution of the application. Use
15749 call-process, or the arguments are incorrectly parsed
15750 (ada-set-default-project-file): Reread the content of the active
15751 project file, not the one from the current buffer When a project
15752 file is set as the default project, all directories are
15753 automatically associated with it.
15754 (ada-set-environment): New function
15755 (ada-treat-cmd-string): New special variable ${current}
15756 (ada-treat-cmd-string): Revised. The substitution is now done for
15757 any ${...} substring
15758 (ada-xref-current): If no body was found, compiles the spec
15759 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15760 compiler to get rid of command line length limitations.
15761 (ada-xref-get-project-field): New function
15762 (ada-xref-project-files): New variable
15763 (ada-xref-runtime-library-specs-path)
15764 (ada-xref-runtime-library-ali-path): New variables
15765 (ada-xref-set-default-prj-values): Default run command now does a
15766 cd to the build directory. New field: main_unit Provide a default
15767 file name even if the current buffer has no prj file.
15768
15769 * ada-prj.el:
15770 Rewritten to show a tabbed-dialog.
15771 (ada-prj-add-ada-menu): Remove the map and name parameters.
15772 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15773 New function
15774 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15775 (ada-prj-load-from-file): New function
15776 (ada-prj-save): Always save fields that depend on the current buffer
15777 (ada-prj-show-value): New function
15778
15779 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15780 Ada mode. This will allow us to display the Ada menu in any buffer
15781 we want (for project items).
15782 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15783 number of spaces in the header.
15784
15785 2000-07-24 Dave Love <fx@gnu.org>
15786
15787 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15788
15789 2000-07-23 Noah Friedman <friedman@splode.com>
15790
15791 * type-break.el (type-break): perform autosave.
15792 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
15793 (type-break-do-query): Cancel query schedule while performing
15794 actual query, to avoid possibility of a second query being made
15795 while first one is already in progress.
15796 (type-break-time-stamp-format): New variable.
15797 (type-break-time-stamp): New function.
15798 (type-break-time-warning): Use it.
15799 (type-break-keystroke-warning): Use it.
15800 (type-break-noninteractive-query): Use it.
15801
15802 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15803 cookie.
15804 Use add-minor-mode to set minor-mode-alist, if available.
15805 (eldoc-echo-area-use-multiline-p): New user option.
15806 (eldoc-echo-area-multiline-supported-p): New variable.
15807 (eldoc-docstring-format-sym-doc): Use them.
15808 (eldoc-mode): If not using idle timers, append to local post and
15809 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15810 (eldoc-display-message-no-interference-p): Don't interfere with
15811 edebug.
15812 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15813 (eldoc-function-arglist): New function.
15814 (eldoc-function-argstring): Use it.
15815
15816 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15817 auto save directory exists before calling directory-files.
15818
15819 2000-07-23 Dave Love <fx@gnu.org>
15820
15821 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15822 ^o, ^u.
15823
15824 2000-07-21 Dave Love <fx@gnu.org>
15825
15826 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15827 now passed to the function. It now works properly.
15828
15829 * smerge-mode.el (smerge-mode-menu): Fill it out.
15830
15831 2000-07-20 Gerd Moellmann <gerd@gnu.org>
15832
15833 * info-look.el (info-lookup): If *info* is shown in another frame
15834 on the same display, select that frame, instead of switching to
15835 the Info buffer in another window of the selected frame.
15836
15837 * simple.el (universal-argument-map): Bind numeric keypad keys
15838 kp-0 to kp-9 and kp-subtract.
15839 (digit-argument): Handle these keys.
15840
15841 2000-07-20 Dave Love <fx@gnu.org>
15842
15843 * net/goto-addr.el (goto-address-fontify): Don't bother with
15844 buffer-modified and read-only stuff -- irrelevant with overlays.
15845 Put an extra property on the overlays and use it to clean up in
15846 case goto-address is re-run.
15847
15848 2000-07-19 Richard M. Stallman <rms@gnu.org>
15849
15850 * timer.el (run-with-idle-timer): Doc fix.
15851
15852 * mail/mail-utils.el (mail-strip-quoted-names):
15853 Handle case where <...> appears inside "...".
15854 Use replace-match to edit the string more simply.
15855 (rmail-dont-reply-to): Cope with an unmatched ".
15856
15857 2000-07-19 Dave Love <fx@gnu.org>
15858
15859 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15860 implementation.
15861
15862 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15863 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15864 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15865
15866 2000-07-19 Gerd Moellmann <gerd@gnu.org>
15867
15868 * textmodes/refer.el: Correct maintainer's email address.
15869
15870 * progmodes/hideif.el: Correct author's email address.
15871 Fix typo in comment.
15872
15873 * xml.el: New file.
15874
15875 * mail/mailheader.el: Correct author's mail address.
15876
15877 * gnus/parse-time.el: Correct author's mail address.
15878
15879 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15880
15881 * comint.el (comint-highlight-input, comint-highlight-face):
15882 New user options.
15883 (comint-input-ring-file-name): Change custom type.
15884 (comint-mode-map): Bind mouse-2.
15885 (comint-insert-clicked-input): New function.
15886 (comint-send-input): Handle input highlighting.
15887
15888 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15889
15890 * mouse.el (popup-menu): New function.
15891 (mouse-major-mode-menu): Use it.
15892
15893 2000-07-18 Dave Love <fx@gnu.org>
15894
15895 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15896 improvements.
15897
15898 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15899
15900 * faces.el (face-font-selection-order)
15901 (face-font-family-alternatives): Add custom type.
15902
15903 2000-07-18 Dave Love <fx@gnu.org>
15904
15905 * cus-edit.el (custom-variable-reset-saved)
15906 (custom-variable-reset-standard): Remove unused bindings.
15907
15908 * rect.el (open-rectangle-line): Remove unused let.
15909
15910 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15911
15912 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15913
15914 * cdl.el: Fix `Maintainer' keyword.
15915
15916 * play/pong.el: Add author's email address.
15917
15918 2000-07-17 Sam Steingold <sds@gnu.org>
15919
15920 * files.el (insert-directory): Call `split-string' instead of
15921 re-implementing it.
15922
15923 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15924
15925 * mail/vms-pmail.el: Change maintainer to FSF.
15926
15927 * net/goto-addr.el: Change maintainer to FSF.
15928
15929 * info.el (Info-title-face-alist): Removed.
15930
15931 2000-07-18 David Ponce <david@dponce.com>
15932
15933 * recentf.el (recentf-open-files): New command that works like
15934 `recentf-open-more-files', but shows the whole list of files (not just
15935 those omitted from the menu). Useful if you don't use a menu-bar!
15936 (recentf-open-more-files) Modified to use `recentf-open-files'.
15937
15938 (recentf-open-files, recentf-open-more-files)
15939 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15940
15941 (recentf-dialog-mode): New mode for dialogs. You can now just type
15942 "q" to cancel the dialogs.
15943
15944 2000-07-18 David Ponce <david@dponce.com>
15945
15946 * recentf.el: This is a major update of recentf.el. It adds new
15947 features to better organize the recentf menu and "More..." buffer.
15948
15949 Using new provided menu filtering functions you can now organize the
15950 recent files list:
15951
15952 - by major modes
15953 - by directories
15954 - by user defined rules
15955
15956 Finally, with the new `recentf-filter-changer' customizable filter you
15957 can define a ring of filters and dynamically (via the menu) cycle on
15958 each menu organization in the ring (a la msb).
15959
15960 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15961
15962 * eshell/eshell.el (eshell): Replace links to eshell.info with
15963 links to eshell, to avoid problems on systems where the manual is
15964 installed as `eshell'.
15965 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15966 * eshell/em-smart.el (eshell-smart): Ditto.
15967 * eshell/em-banner.el (eshell-banner): Ditto.
15968 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15969
15970 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15971 same-file check in the MS-DOS version (it does support inodes).
15972
15973 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15974
15975 * eshell/eshell.el (eshell-directory-name):
15976 Run default directory name through convert-standard-filename.
15977
15978 2000-07-18 Kenichi Handa <handa@etl.go.jp>
15979
15980 * international/mule-cmds.el (select-safe-coding-system):
15981 Fix typo in the comment.
15982
15983 * language/european.el (compound-text):
15984 Force katakana-jisx0201 to be designated to G1.
15985
15986 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15987 Don't translate some national variant characters of latin-jisx0201.
15988 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15989
15990 * international/kkc.el (kkc-after-update-conversion-functions):
15991 New variable.
15992 (kkc-update-conversion): Run functions in it at the tail.
15993
15994 2000-07-16 John Wiegley <johnw@gnu.org>
15995
15996 * lisp/align.el (align-newline-and-indent):
15997 Adding new function. for auto-aligning blocks of code on RET.
15998 (align-region): Fixed badly formatted minibuffer message.
15999
16000 2000-07-17 Kenichi Handa <handa@etl.go.jp>
16001
16002 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
16003 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
16004 the conversion list at first if appropriate.
16005 (kkc-next): Don't update kkc-next-count here.
16006 (kkc-prev): Don't update kkc-prev-count here.
16007 (kkc-show-conversion-list-update): Fix setting up of conversion
16008 list message.
16009
16010 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
16011
16012 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
16013
16014 2000-07-16 Dave Love <fx@gnu.org>
16015
16016 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
16017 function to be more specific.
16018
16019 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
16020 non-string help-echo.
16021 (widget-types-convert-widget): Defsubst it.
16022 (widget-echo-help): Try to cope with a help-echo function of two
16023 possible sorts.
16024
16025 2000-07-15 Jason Rumney <jasonr@gnu.org>
16026
16027 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
16028 Declare as obsolete.
16029
16030 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
16031
16032 2000-07-14 Gerd Moellmann <gerd@gnu.org>
16033
16034 * hilit-chg.el: Fix typo.
16035
16036 2000-07-14 Dave Love <fx@gnu.org>
16037
16038 * info.el (Info-mode-menu): Fix use of :help, :enable.
16039
16040 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
16041
16042 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
16043
16044 2000-07-13 Dave Love <fx@gnu.org>
16045
16046 * emacs-lisp/easymenu.el: Doc fixes.
16047 (easy-menu-remove): Defalias to ignore.
16048
16049 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
16050 Call throw correctly.
16051
16052 2000-07-13 Gerd Moellmann <gerd@gnu.org>
16053
16054 * faces.el (frame-background-mode): Doc fix.
16055
16056 * simple.el (eval-expression-print-length): Change custom type to
16057 allow entering nil as value.
16058
16059 2000-07-13 Dave Love <fx@gnu.org>
16060
16061 * progmodes/fortran.el (fortran-imenu-generic-expression):
16062 Change definition layout.
16063 (fortran-mode-menu): Reinstate customize entries.
16064
16065 * cus-edit.el (custom-group-menu-create, customize-menu-create):
16066 Use :filter, per old XEmacs code.
16067
16068 2000-07-12 Gerd Moellmann <gerd@gnu.org>
16069
16070 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
16071 event when deciding what to send to the terminal.
16072
16073 2000-07-12 Dave Love <fx@gnu.org>
16074
16075 * cus-start.el: Add optional version as 4th element of specs and
16076 use it for several things new in v21. Remove load-path. Fix type
16077 of line-number-display-limit.
16078
16079 2000-07-11 Dave Love <fx@gnu.org>
16080
16081 * progmodes/fortran.el: Don't require easymenu.
16082 Use repeat counts in various regexps.
16083 (fortran-mode-syntax-table): Defvar directly.
16084 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
16085 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
16086 Use defvar, not defconst.
16087 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
16088 (fortran-mode): Set fortran-comment-line-start-skip,
16089 fortran-comment-line-start-skip, dabbrev-case-fold-search.
16090 (fortran-comment-indent): Use defsubst.
16091 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
16092 Use fortran-comment-indent, not fortran-comment-indent-function.
16093 (fortran-comment-region, fortran-electric-line-number): Simplify.
16094 (fortran-auto-fill): New function.
16095 (fortran-do-auto-fill): Deleted.
16096 (fortran-find-comment-start-skip):
16097 Check for non-null comment-start-skip.
16098 (fortran-auto-fill-mode, fortran-fill-statement):
16099 Use fortran-auto-fill.
16100 (fortran-fill): Use fortran-auto-fill. Check for null
16101 comment-start-skip. Simplify final clause and use end-of-line finally.
16102
16103 * widget.el (widget-plist-member): New alias.
16104
16105 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
16106
16107 * eshell/esh-module.el (toplevel): Reference
16108 byte-compile-current-file only if it is bound.
16109
16110 2000-07-10 Gerd Moellmann <gerd@gnu.org>
16111
16112 * dired.el: Don't require `dired-aux'.
16113
16114 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16115
16116 * dired-aux.el (dired-show-file-type): New function.
16117 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16118 (dired-show-file-type): Add autoload.
16119
16120 2000-07-10 Kenichi Handa <handa@etl.go.jp>
16121
16122 * international/mule-diag.el (describe-font): Adjusted for the
16123 change of fontset-info.
16124 (print-fontset): Likewise.
16125
16126 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16127
16128 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16129
16130 2000-07-07 Gerd Moellmann <gerd@gnu.org>
16131
16132 * bindings.el: Bind `[delete]' to delete-char.
16133
16134 * dired.el (dired-find-alternate-file): New function.
16135 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16136 (toplevel): Require dired-aux when compiling.
16137 (dired-buffers): Move defvar within file to avoid compiler warning.
16138
16139 * info.el (Info-last-search): Variable removed.
16140 (Info-search-history): New variable.
16141 (Info-search): New Info-search-history.
16142
16143 * battery.el, info-look.el: Change author's mail address.
16144
16145 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16146
16147 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16148 if rmail-ignored-headers is nil.
16149 (rmail-retry-failure): Bind rmail-ignored-headers and
16150 rmail-displayed-headers to nil.
16151
16152 2000-07-06 Gerd Moellmann <gerd@gnu.org>
16153
16154 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16155 (print-region-1): Don't hard code `-h' here.
16156
16157 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16158
16159 2000-07-01 Francesco Potorti` <pot@gnu.org>
16160
16161 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16162 exim can use "your message" instead of "the message".
16163
16164 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16165
16166 * facemenu.el: Docstrings fixes.
16167 (facemenu-get-face): Don't use internal-find-face.
16168 (facemenu-iterate): Rename arg to match the docstring.
16169
16170 * newcomment.el (uncomment-region): Be more careful when skipping
16171 backwards over `=' not to bump into BOBP.
16172
16173 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16174
16175 * ediff-diff.el (ediff-wordify): Use syntax table.
16176 * ediff-init.el (ediff-has-face-support-p): Use
16177 ediff-color-display-p.
16178 (ediff-color-display-p): Use display-color-p, changed to defun
16179 from defsubst.
16180 Got rid of special cases for NeXT and OS/2.
16181 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16182 face.
16183
16184 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16185
16186 * emacs-lisp/lucid.el: Require CL.
16187 (copy-tree, remprop): Remove, it's provided by CL.
16188 (map-keymap): Define in terms of cl-map-keymap.
16189 (extent-property, set-extent-end-glyph): New functions.
16190
16191 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16192
16193 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16194
16195 * Makefile.in (DONTCOMPILE): Add comment that the name may
16196 not be changed without changing the make-dist script.
16197
16198 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16199 (cl-mapc): Use mapc instead of cl-old-mapc.
16200
16201 2000-07-05 Andrew Innes <andrewi@gnu.org>
16202
16203 * makefile.nt: Add support for `bootstrap' and related targets.
16204
16205 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16206
16207 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16208 (easy-menu-do-define): Use `menu-item' format.
16209 Handle case where easy-menu-create-menu returns a symbol.
16210 Manually call the potential top-level filter in the function binding.
16211 (easy-menu-filter-return): New arg NAME.
16212 Convert to a keymap if MENU is an XEmacs menu.
16213 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16214 (easy-menu-converted-items-table, easy-menu-convert-item):
16215 New var and fun to memoize easy-menu-convert-item-1.
16216 (easy-menu-do-add-item): Use it.
16217 (easy-menu-create-menu): Use easy-menu-convert-item.
16218 Wrap easy-menu-filter-return around any :filter specification.
16219 Don't convert the menu if a filter was specified.
16220 Tell easy-menu-make-symbol not to check for MENU being an expression.
16221 (easy-menu-make-symbol): New arg NOEXP.
16222
16223 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16224
16225 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16226 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16227 (eval-defun): If called with prefix arg, instrument code for
16228 Edebug.
16229
16230 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16231 similar to that of eval-defun.
16232
16233 2000-07-04 Dave Love <fx@gnu.org>
16234
16235 * hl-line.el (hl-line-overlay): Make it permanent-local.
16236
16237 * calendar/todo-mode.el: Replaced with a working version, based on
16238 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16239
16240 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16241
16242 * paths.el (prune-directory-list): New function.
16243 (Info-default-directory-list): Rewritten to more methodically
16244 enumerate a big list of possible info directories (based on the
16245 list used by the standalone info reader).
16246
16247 * info.el (info-initialize): Use prune-directory-list to remove
16248 non-existent directories from Info-directory-list.
16249
16250 * paths.el (Info-default-directory-list): Try a list of possible
16251 info-directories instead of a single one. Add the possible
16252 info directory "/usr/share/info".
16253
16254 * woman.el (woman-man.conf-path): Explicitly include the debian
16255 man-db config file "/etc/manpath.config".
16256 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16257 are present in `manpath.config'.
16258 (woman-manpath): Include "/usr/share/man".
16259
16260 2000-07-03 Gerd Moellmann <gerd@gnu.org>
16261
16262 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16263
16264 * startup.el (command-line): Initialize blink-cursor based
16265 on window-system.
16266
16267 * frame.el (blink-cursor): Default to nil if not running under
16268 a window-system.
16269
16270 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16271 (face-x-resources): Remove duplicate entry for :font.
16272
16273 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16274 instead of cycling through windows with next-window.
16275
16276 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16277 of cycling through windows with next-window.
16278
16279 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16280 of cycling through windows with next-window.
16281
16282 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16283 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16284 instead of cycling through windows with next-window.
16285
16286 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16287 instead of cycling through windows with next-window.
16288
16289 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16290 of cycling through windows with next-window.
16291
16292 * terminal.el (te-process-output): Use walk-windows instead of
16293 cycling through windows with next-window.
16294
16295 * server.el (server-switch-buffer): Use some-window instead of
16296 cycling through windows with next-window.
16297
16298 * window.el (some-window): New function.
16299 (walk-windows): Remove reference to walk-windows-start.
16300
16301 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16302
16303 2000-07-03 Richard Stallman <rms@gnu.org>
16304
16305 * window.el (walk-windows): Guarantee termination by keeping a list
16306 of all the windows already handled.
16307
16308 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16309
16310 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16311 window-system.
16312
16313 * man.el (Man-notify-when-ready): Don't use window-system. If
16314 Man-notify-method is newframe, and the display is not
16315 multi-frame, select the frame created for the man page.
16316 (Man-init-defvars): Doc fix.
16317
16318 2000-06-28 Gerd Moellmann <gerd@gnu.org>
16319
16320 * faces.el (region): Change background color for light background.
16321
16322 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16323 attribute from mode-line face of Ediff control frame.
16324
16325 * replace.el (query-replace-map): Bind `e' like `E'.
16326
16327 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16328
16329 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16330 Change name to "Select All".
16331
16332 * dos-fns.el (convert-standard-filename): Fix last change.
16333
16334 2000-06-27 Gerd Moellmann <gerd@gnu.org>
16335
16336 * help.el (describe-variable): Don't insert a second `'s' in front
16337 of the string `value is shown below'. Since the syntax-table is
16338 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16339 an existing `'s', so that this won't be deleted.
16340
16341 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16342 * pcmpl-unix.el: New files.
16343
16344 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16345
16346 * wid-edit.el (widget-member): Use the new plist-member.
16347
16348 2000-06-26 Gerd Moellmann <gerd@gnu.org>
16349
16350 * replace.el (perform-replace): Undo change of 2000-04-04.
16351 Instead, move backward 1 character at the end of the loop when
16352 necessary.
16353
16354 * faces.el (fringe): Change face for different backgrounds.
16355
16356 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16357 patch from John.
16358
16359 * eshell/*.el: Change spelling of the Free Software Foundation.
16360
16361 * eshell/esh-toggle.el: Removed.
16362
16363 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16364
16365 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16366 interactively.
16367
16368 2000-06-26 Alex Schroeder <alex@gnu.org>
16369
16370 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16371 `define-key'; instead of checking `(emacs-version)' check for
16372 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16373 for `;' and `o' which might be electric.
16374
16375 (sql-electric-stuff): New user option.
16376 (sql-magic-go): New function which uses `sql-electric-stuff'.
16377 (sql-magic-semicolon): New function which uses
16378 `sql-electric-stuff'.
16379
16380 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16381 is not fboundp.
16382
16383 (sql-oracle-options): New variable.
16384 (sql-oracle): Use it.
16385
16386 (sql-imenu-generic-expression): Doc change.
16387 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16388 is used.
16389
16390 (sql-informix): Added command line parameter "-" to force
16391 sql-informix-program to use stdout.
16392
16393 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16394
16395 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16396 (cp864-decode-table): Doc fix.
16397 (cp720-decode-table): New variable, supports the Arabic OEM
16398 codepage used by Windows.
16399 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16400
16401 2000-06-23 Dave Love <fx@gnu.org>
16402
16403 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16404 (font-lock-fontify-anchored-keywords): Use
16405 line-beginning-position.
16406 (global-font-lock-mode): Use mapc.
16407
16408 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16409
16410 * eshell/esh-module.el: Require CL when compiling.
16411
16412 2000-06-23 Gerd Moellmann <gerd@gnu.org>
16413
16414 * comint.el (comint-substitute-in-file-name): Call replace-match
16415 with second and third arg t.
16416
16417 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16418 Specify foreground color.
16419
16420 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16421 color.
16422
16423 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16424
16425 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16426 cddr instead of cdddr.
16427
16428 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16429 instead of copy-list.
16430
16431 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16432 of copy-list.
16433
16434 * subdirs.el: Add eshell subdirectory.
16435
16436 * eshell: New subdirectory containing the Eshell package.
16437
16438 * pcomplete.el: New file.
16439
16440 2000-06-23 Paul Eggert <eggert@twinsun.com>
16441
16442 * mail/mailpost.el (post-mail-send-it): Make sure file has
16443 proper permissions from birth.
16444
16445 * files.el (basic-save-buffer-2): When temporarily setting
16446 file modes, set them to current modes plus 0200, not to 0777.
16447
16448 * emerge.el (emerge-make-temp-file): Make sure file has proper
16449 permissions from birth.
16450
16451 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16452
16453 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16454 backup file name through convert-standard-filename.
16455
16456 * dos-fns.el (convert-standard-filename): Convert leading
16457 directories as well. When long file names are supported, convert
16458 characters that are invalid in Windows file names.
16459
16460 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16461
16462 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16463 ps-print crashes. New feature: page selection for printing. Create
16464 raw-text-unix coding system for XEmacs. Doc fix.
16465 (ps-print-version): New version number (5.2.3).
16466 (ps-plot-region): Bug fix.
16467 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16468 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16469 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16470 funs.
16471 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16472 (ps-last-page): New vars.
16473
16474 2000-06-21 Gerd Moellmann <gerd@gnu.org>
16475
16476 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16477 empty option string.
16478
16479 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16480
16481 * man.el (man): Doc fix.
16482
16483 2000-06-21 Kenichi Handa <handa@etl.go.jp>
16484
16485 * international/mule-cmds.el (set-language-info-alist): Docstring
16486 fixed.
16487
16488 2000-06-20 Gerd Moellmann <gerd@gnu.org>
16489
16490 * version.el (emacs-version): Use ISO date format.
16491
16492 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16493 instead of `M-backspace'.
16494
16495 * simple.el (turn-off-auto-fill): New function.
16496
16497 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16498
16499 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16500 Renamed from with-buffer-prepared-for-font-lock and use
16501 inhibit-modification-hooks rather than setting *-change-functions.
16502 Update all functions to use the new name.
16503 (jit-lock-first-unfontify-pos): New semantics (and doc).
16504 (jit-lock-mode): Make non-interactive.
16505 Don't automatically turn on font-lock.
16506 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16507 Always use jit-lock-after-change.
16508 Remove and restore font-lock-after-change-function.
16509 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16510 (jit-lock-after-unfontify-buffer): Remove.
16511 (jit-lock-stealth-fontify):
16512 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16513 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16514
16515 2000-06-20 Sam Steingold <sds@gnu.org>
16516
16517 * emacs-lisp/cl-indent.el (toplevel): Indent
16518 `print-unreadable-object' properly. Untabify.
16519
16520 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16521
16522 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16523 Support for bibentry.
16524 (reftex-compile-variables): Fixed problem with end of section-re.
16525
16526 * texmodes/reftex-dcr.el (reftex-view-crossref,
16527 reftex-view-crossref-from-bibtex):
16528 Deal with changed `reftex-find-citation-regexp-format'.
16529 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16530 Replaced `remprop' with `put'.
16531 (reftex-view-crossref, reftex-view-crossref-when-idle):
16532 Support for bibentry.
16533
16534 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16535 New entry for bibentry package.
16536
16537 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16538 Regexp also matches "\nobibliography".
16539
16540 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16541 Call `reftex-ensure-write-access' before doing anything.
16542 (reftex-ensure-write-access): New function.
16543
16544 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16545
16546 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16547
16548 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16549
16550 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16551
16552 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16553
16554
16555 2000-06-20 Dave Love <fx@gnu.org>
16556
16557 * faces.el (frame-background-mode): Use set-default, not set, in
16558 setter.
16559 (frame-update-faces, frame-update-face-colors): Define with
16560 defalias.
16561
16562 * enriched.el (enriched-decode-foreground)
16563 (enriched-decode-background): Don't use internal-find-face.
16564
16565 * apropos.el: Doc fixes.
16566
16567 * cus-edit.el (customize-changed-options): Check arg.
16568 (customize-version-lessp): Don't require decimal point.
16569
16570 * custom.el (defcustom, defgroup): Doc fix.
16571
16572 * newcomment.el (comment) <defgroup>: Add :version.
16573 (comment-multi-line): Doc fix.
16574
16575 * emulation/mlsupport.el (define-hooked-local-abbrev,
16576 define-hooked-global-abbrev): Fix, using define-abbrev.
16577
16578 2000-06-19 Gerd Moellmann <gerd@gnu.org>
16579
16580 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16581 the whole buffer.
16582
16583 2000-06-19 Dave Love <fx@gnu.org>
16584
16585 * menu-bar.el (menu-bar-options-save): New function.
16586 (menu-bar-options-menu): Use it.
16587 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16588 Simplify.
16589
16590 2000-06-19 Andreas Schwab <schwab@suse.de>
16591
16592 * progmodes/etags.el (tags-query-replace): Put new parameters
16593 START and END at the end, for backward compatibility.
16594
16595 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16596
16597 * international/codepage.el:
16598 (cp-coding-system-for-codepage-1): Delete special codes for
16599 generating xxx-dos coding system because now a CCL based coding
16600 system can handle EOL conversion by default.
16601
16602 * international/mule.el (make-coding-system): Generate subsidiary
16603 coding systems for EOL handling variants even for a CCL based
16604 coding system.
16605
16606 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16607
16608 * international/isearch-x.el (isearch-minibuffer-input-method)
16609 (isearch-minibuffer-input-method-function): These variables
16610 deleted.
16611 (isearch-with-input-method): Don't use the above variables.
16612 (isearch-process-search-multibyte-characters): Likewise. Call
16613 read-string with the arg INHERIT-INPUT-METHOD t.
16614
16615 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16616
16617 * font-lock.el (font-lock-after-fontify-buffer)
16618 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16619
16620 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16621 Use consistent make-local-variable style for font-lock-fontified.
16622 (jit-lock-fontify-buffer):
16623 Don't bother checking for font-lock-mode and jit-lock-mode.
16624
16625 * time.el: Remove trailing ^M that prevent CVS-merging.
16626
16627 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16628
16629 * Makefile.in (distclean): New target.
16630
16631 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16632
16633 * Makefile.in (srcdir): Define for update-subdirs.
16634
16635 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16636
16637 * find-lisp.el: New file.
16638
16639 2000-06-16 Andrew Innes <andrewi@gnu.org>
16640
16641 * time.el (display-time-mail-function): New variable, to allow
16642 external packages to indicate when new mail is available.
16643 (display-time-update): Use it.
16644
16645 2000-06-16 Kenichi Handa <handa@etl.go.jp>
16646
16647 * international/mule.el (mule-version): Change version name to
16648 SAKAKI. AOI has already been used by Meadow.
16649
16650 * international/quail.el (quail-show-guidance-buf): To find the
16651 bottom window (but minibuffer), pay attention to the height of
16652 minibuffer.
16653
16654 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16655
16656 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16657 menu-bar menus. Add help strings. Don't remove the Edit menu
16658 from the menu bar, as the menu bar has enough space now.
16659
16660 * Makefile.in (SHELL): Make sure /bin/sh is used.
16661
16662 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16663 characters, which use series of two ^H characters instead of one.
16664
16665 2000-06-15 Gerd Moellmann <gerd@gnu.org>
16666
16667 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16668 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16669 functions.
16670 (Info-find-node-2): Try a case-sensitive search first, then
16671 do a case-insensitive search.
16672
16673 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16674 tutorials.
16675
16676 * complete.el (PC-env-vars-alist): New variable.
16677 (PC-complete-as-file-name): New function.
16678 (partial-completion-mode): Initialize PC-env-vars-alist from
16679 process-environment.
16680 (PC-do-completion): Handle completion of env vars.
16681
16682 * info.el (Info-set-mode-line): Show file name in mode line,
16683 use `*Info*' instead of `Info:'.
16684
16685 * startup.el (command-line-1): Change copyright messages to year
16686 2000.
16687
16688 2000-06-15 Dave Love <fx@gnu.org>
16689
16690 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16691 not local-map.
16692
16693 2000-06-15 Kenichi Handa <handa@etl.go.jp>
16694
16695 * international/mule.el (set-buffer-file-coding-system): Almost
16696 rewritten to handle `undecided' as no-op.
16697
16698 2000-06-14 Gerd Moellmann <gerd@gnu.org>
16699
16700 * Makefile.in: New file.
16701
16702 * Makefile: Removed.
16703
16704 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16705 (goto-address-highlight-keymap): Bind C-c RET.
16706
16707 2000-06-14 Kenichi Handa <handa@etl.go.jp>
16708
16709 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16710 inherits buffer-file-coding-system of the current buffer.
16711
16712 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16713 0. Give correct argument to set-auto-coding-function.
16714 (tar-expunge): For goto-char, use (point-min), not 0.
16715 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16716 (tar-subfile-save-buffer): Likewize.
16717
16718 * international/mule.el
16719 (after-insert-file-set-buffer-file-coding-system): Call
16720 set-buffer-file-coding-system with the arg FORCE t.
16721
16722 2000-06-13 Gerd Moellmann <gerd@gnu.org>
16723
16724 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16725 nil. Contemporary sendmails issue an X-Authentication-Warning if
16726 the sender is set with `-f'.
16727
16728 2000-06-13 Dave Love <fx@gnu.org>
16729
16730 * help.el (describe-function-1): Kluge around cases of functions
16731 fset to subrs whose doc doesn't match their symbol-name.
16732
16733 * image.el (insert-image): Default STRING to a space.
16734
16735 * info.el Doc fixes.
16736 (Info-build-node-completions): Match Ref tags.
16737
16738 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16739
16740 * frame.el (display-multi-frame-p, display-multi-font-p): New
16741 defaliases for display-graphic-p.
16742
16743 * hl-line.el: Fixed a typo in commentary.
16744
16745 2000-06-13 Kenichi Handa <handa@etl.go.jp>
16746
16747 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16748 fixed.
16749
16750 2000-06-12 Dave Love <fx@gnu.org>
16751
16752 * image.el (insert-image): Save a little consing.
16753
16754 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16755
16756 * language/tibet-util.el: Convert all tibetan-1-column characters
16757 to the corresponding tibetan characters.
16758 (tibetan-add-components): Delete code for the special treatment of
16759 'a chung.
16760
16761 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16762 change.
16763 (tibetan-vowel-transcription-alist): More rules added.
16764 (tibetan-composite-vowel-alist): New variable.
16765 (tibetan-precomposition-rule-alist): More rules added.
16766
16767 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16768
16769 * startup.el (command-line): Only call menu-bar-mode if interactive.
16770
16771 * thingatpt.el (toplevel symbol-properties):
16772 * textmodes/makeinfo.el (makeinfo-compile):
16773 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16774 * progmodes/hideif.el (hif-compress-define-list)
16775 (hide-ifdef-use-define-alist):
16776 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16777 (ange-ftp-vms-add-file-entry):
16778 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16779 * man.el (Man-build-man-command):
16780 * mail/rnewspost.el (news-reply-header-hook):
16781 * info.el (Info-insert-dir):
16782 * emulation/mlconvert.el (backward-word, forward-word, setq):
16783 * emacs-lisp/gulp.el (gulp-send-requests):
16784 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16785 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16786 (byte-optimize-apply, end of file):
16787 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16788 (ad-make-freeze-definition):
16789 * startup.el (command-line, command-line-1): Don't quote lambdas.
16790
16791 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16792 (cvs-cleanup-removed): New function.
16793 (cvs-cleanup-functions): New var.
16794 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16795 some flexibility in specifying additional entries to auto-cleanup.
16796 (cvs-quickdir): New function.
16797 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16798 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16799 (cvs-mode-find-file): Check that we are on a filename or dirname
16800 when invoked through a mouse-click.
16801 (cvs-full-path): Remove.
16802 (cvs-dired-action): Re-introduced.
16803 (cvs-dired-noselect): Use it.
16804 (vc-post-command-functions): use this new hook if available.
16805
16806 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16807 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16808 (cvs-filename-map, cvs-dirname-map): Remove.
16809 (cvs-default-action): Remove.
16810 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16811 if the arg is really a keymap.
16812 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16813 Don't hardcode the mapping from state (aka type) to face, but check
16814 the var cvs-fi-<type>-face instead.
16815 (cvs-fileinfo-from-entries): New function.
16816
16817 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16818 Docstring fix.
16819 (cvs-find-file-and-jump): Change default to be safer.
16820 (cvs-mode-diff-map): Define it as a function as well.
16821 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16822 Bind mouse-2 in this global map rather than with text-properties.
16823
16824 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16825 file to resolve the ambiguity between C(conflict) and C(need-merge).
16826
16827 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16828
16829 * international/mule.el (set-buffer-file-coding-system): If
16830 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16831 unconditionally.
16832
16833 2000-06-12 Dave Love <fx@gnu.org>
16834
16835 * wid-edit.el (widget-specify-button): Really suppress the face if
16836 required.
16837
16838 2000-06-11 Gerd Moellmann <gerd@gnu.org>
16839
16840 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16841
16842 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16843
16844 * imenu.el (imenu-generic-expression): Docstring fix.
16845
16846 * composite.el (composition-function-table): Move the `put'
16847 below the autoload cookie so we can load the file before loaddefs.
16848
16849 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16850
16851 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16852 Handle easy-mmode-define-global-mode.
16853 For complex macros like define-minor-mode that can generate
16854 several autoload entries, try to autoload entries in the
16855 macroexpanded code.
16856
16857 * emacs-lisp/easy-mmode.el (define-minor-mode):
16858 If KEYMAP is a symbol, just use it.
16859 Use byte-compile-current-file and load-file-name to infer the
16860 proper :require to pass to defcustom.
16861 Wrap the hook var into `progn' so as not to autoload it.
16862 Add a :autoload-end cookie.
16863 Be more careful about the evaluation of KEYMAP.
16864 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16865 (define-derived-mode): Move define-abbrev-table outside of defvar.
16866
16867 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16868
16869 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16870 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16871 (backup-compiled-files): Ignore errors during `tar'.
16872 (bootstrap): Make autoloads before elc files.
16873
16874 2000-06-10 Kenichi Handa <handa@etl.go.jp>
16875
16876 * international/mule.el (set-buffer-file-coding-system): If one of
16877 undecided-XXX is specified, change only EOL conversion.
16878
16879 * international/mule-conf.el (unix): New alias for the coding
16880 system undecided-unix.
16881
16882 2000-06-09 Dave Love <fx@gnu.org>
16883
16884 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16885
16886 * progmodes/executable.el: Byte compile dynamic.
16887 (executable-insert): Change custom type.
16888 (executable-find): Add autoload cookie.
16889 (executable-make-buffer-file-executable-if-script-p): New
16890 function. After Noah Friedman.
16891
16892 * files.el (after-save-hook): Customize, with
16893 executable-make-buffer-file-executable-if-script-p as an option.
16894
16895 2000-06-09 Kenichi Handa <handa@etl.go.jp>
16896
16897 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16898 "tib24p-mule.bdf" for Tibetan.
16899
16900 * composite.el (decompose-composite-char): Declare it as obsolete.
16901
16902 * man.el (Man-fontify-manpage): Pay attention to underline and
16903 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16904
16905 2000-06-08 Gerd Moellmann <gerd@gnu.org>
16906
16907 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16908 Set maintainer to FSF since author isn't reachable.
16909
16910 2000-06-08 Dave Love <fx@gnu.org>
16911
16912 * international/mule-cmds.el (select-safe-coding-system): If
16913 DEFAULT-CODING-SYSTEM is not specified, also check the most
16914 preferred coding-system if buffer-file-coding-system is
16915 `undecided'. From Handa.
16916
16917 2000-06-08 Kenichi Handa <handa@etl.go.jp>
16918
16919 * international/mule.el
16920 (after-insert-file-set-buffer-file-coding-system): If the buffer
16921 size is greater than INSERTED, judget that we are not visiting.
16922
16923 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16924
16925 * whitespace.el (defgroup whitespace): Comment out `:version'.
16926 XEmacs 20.4 has problems defining the group with this present.
16927 We'll have this commented out till get resolve the problem.
16928
16929 2000-06-07 John Wiegley <johnw@gnu.org>
16930
16931 * align.el (align-dq-string-modes, align-sq-string-modes)
16932 (align-open-comment-modes): Add pyhton-mode.
16933 (align-rules-list): Use get-text-property instead of
16934 text-properties-at.
16935 (align-rules-list): Add python-assignment.
16936 (align-rules-list): Change perl-comma-delimiter to
16937 basic-comma-delimiter. Use if for Perl modes and python-mode.
16938 (align-rules-list): Add python-chain-logic and
16939 basic-line-continuation.
16940
16941 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16942
16943 * apropos.el (apropos-mode-hook): New user variable.
16944 (apropos-mode): Run apropos-mode-hook.
16945
16946 2000-06-07 David Ponce <david@dponce.com>
16947
16948 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16949 commands. Require `wid-edit' at run-time.
16950
16951 2000-06-07 David Ponce <david@dponce.com>
16952
16953 * recentf.el: Added some "Commentary".
16954 (recentf-open-more-files, recentf-edit-list): Minor changes to
16955 move the point at the top of the file list. This behaviour is
16956 consistent with the menu one when the list contains a lot of
16957 files.
16958 (recentf-cleanup): Now displays the number of items removed from
16959 the list.
16960 (recentf-relative-filter) New menu filter to show filenames
16961 relative to `default-directory'.
16962
16963 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16964
16965 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16966 with/without giving an error if PostScript printer doesn't have this
16967 kind of page size. Zebra Stripe continues or restarts on next page.
16968 Manual/automatic paper feeding. Switch or not the header.
16969 (ps-print-version): New version number (5.2.2).
16970 (ps-windows-system): Include emx as a Windows system.
16971 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16972 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16973 (ps-background-text): Code fix.
16974 (ps-error-handler-message, ps-user-defined-prologue)
16975 (ps-print-prologue-header, ps-printer-name)
16976 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16977 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16978 (ps-use-face-background): Customization fix.
16979 (ps-n-up-database): Data fix.
16980 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16981 (ps-switch-header): New vars.
16982 (ps-xemacs-color-name, ps-face-foreground-name)
16983 (ps-face-background-name, ps-boolean-constant): New funs.
16984
16985 2000-06-07 Dave Love <fx@gnu.org>
16986
16987 * allout.el: New version from Manheimer.
16988
16989 2000-06-07 Kenichi Handa <handa@etl.go.jp>
16990
16991 * textmodes/fill.el (fill-find-break-point): Check the validity of
16992 charset.
16993
16994 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16995
16996 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16997 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16998 Call display-color-p and display-mouse-p instead of looking at
16999 window-system.
17000
17001 2000-06-06 Dave Love <fx@gnu.org>
17002
17003 * image.el (find-image): Doc fix. Return nil if image not found.
17004 (put-image, insert-image): Make STRING arg optional.
17005
17006 2000-06-06 Kenichi Handa <handa@etl.go.jp>
17007
17008 * language/vietnamese.el: Remove eval-when-compile.
17009 (viet-viscii-nonascii-translation-table): Define it as a
17010 translation table made from viet-viscii-decode-table.
17011 (viet-viscii-encode-table): Define it as a translation table made
17012 from the reverse map of above.
17013 (viet-vscii-nonascii-translation-table): Define it as a
17014 translation table made from viet-vscii-decode-table.
17015 (viet-vscii-encode-table): Define it as a translation table made
17016 from the reverse map of above.
17017 (ccl-decode-viscii): Use translate-character.
17018 (ccl-encode-viscii, ccl-encode-viscii-font)
17019 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
17020 Likewize.
17021
17022 * language/cyrillic.el: Remove eval-when-compile.
17023 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
17024 translation table made from cyrillic-koi8-r-decode-table.
17025 (cyrillic-koi8-r-encode-table): Define it as a translation table
17026 made from the reverse map of above.
17027 (ccl-decode-koi8): Use translate-character.
17028 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
17029 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
17030 a translation table made from cyrillic-alternativnyj-decode-table.
17031 (cyrillic-alternativnyj-encode-table): Define it as a translation
17032 table made from the reverse map of above.
17033 (ccl-decode-alternativnyj): Use translate-character.
17034 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
17035 Likewize
17036
17037 * international/mule-diag.el (non-iso-charset-alist): Specify
17038 translation table symbol instead of translation table itself.
17039 (list-block-of-chars): CHARSET may be a translation table symbol.
17040
17041 * international/mule.el (make-coding-system): If CODING-SYSTEM
17042 already exists, override it.
17043
17044 * international/fontset.el: Use family `proportional' for Tibetan
17045 fonts.
17046
17047 * international/ccl.el (ccl-compile-translate-character): Don't
17048 check if Rrr has property translation-table.
17049 (ccl-compile-map-multiple): Modified to avoid compiler warning.
17050
17051 2000-06-05 Gerd Moellmann <gerd@gnu.org>
17052
17053 * info.el: Bind case-fold-search to t when searching in case
17054 a user sets it to nil in a hook.
17055
17056 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
17057
17058 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17059 * hl-line.el (hl-line-mode): Use the new :global key argument.
17060
17061 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
17062 (tar-clip-time-string): Prepend a space.
17063 (tar-grind-file-mode): Construct a string rather than modifying one.
17064 (tar-header-block-summarize): Fix docstring.
17065 Use `format' rather than an error-prone set of copy-loops.
17066
17067 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
17068 (diff-goto-source, diff-unified->context, diff-context->unified)
17069 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
17070 understand the format output by the `-p' argument to diff.
17071
17072 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
17073 (sh-re-done): Use defconst.
17074 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
17075 (sh-help-string-for-variable, sh-guess-basic-offset):
17076 Don't quote lambdas.
17077 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
17078 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
17079
17080 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
17081 (mh-letter-mode): Derive from text-mode.
17082 This implicitly means that it now calls kill-all-local-variables.
17083 Also remove the Emacs-18 compatibility code.
17084
17085 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
17086 Make use of symbol-property doc-string-elt.
17087 Use memq rather than a sequence of eq.
17088 (doc-string-elt): Fix the wrong or missing previously unused values.
17089 (autoload-print-form): New function extracted from
17090 generate-file-autoloads to allow recursion when handling progn
17091 so that defvar's and defun's docstrings are properly printed.
17092 (generate-file-autoloads): Use it.
17093
17094 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
17095 Use find-file-hooks in the minor-mode function.
17096 Be careful not to loop indefinitely in the post-command-hook function.
17097
17098 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
17099
17100 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
17101 tty's.
17102 * ediff-diff.el (ediff-exec-process): Use --binary for fine
17103 differences whenever appropriate.
17104 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17105 * viper.el (find-file, find-file-other-window): Get viper to do
17106 wildcards.
17107
17108 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17109
17110 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17111 (jit-lock-fontify-buffer): New function for JIT refontification.
17112 (jit-lock-mode): Fix docstring.
17113 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17114 Remove jit-lock-after-change from the _local_ hook.
17115 (jit-lock-function-1): Fix docstring.
17116
17117 * info.el (Info-on-current-buffer): Initialize info.
17118
17119 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17120
17121 * progmodes/tcl.el (tcl-indent-for-comment):
17122 Ignore comment-indent-hook.
17123
17124 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17125 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17126 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17127 and improve to use the lighter to guess the capitalization.
17128 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17129 Add keyword arguments to specify global-ness or the custom group.
17130 Add local-map and help-echo properties to the lighter.
17131 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17132 (easy-mmode-define-global-mode): New macro.
17133
17134 2000-06-02 Dave Love <fx@gnu.org>
17135
17136 * wid-edit.el: byte-compile-dynamic since we typically don't use
17137 all the widgets. Don't require cl or widget. Remove
17138 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17139 (widget-read-event): Removed. Callers changed to use read-event.
17140 (widget-button-release-event-p): Renamed from
17141 button-release-event-p.
17142 (widget-field-add-space, widget-field-use-before-change):
17143 Uncustomize.
17144 (widget-specify-field): Use keymap property, not local-map.
17145 (widget-specify-button): Obey :suppress-face.
17146 (widget-specify-insert): Use modern backquote syntax.
17147 (widget-image-directory): Renamed from widget-glyph-directory.
17148 (widget-image-enable): Renamed from widget-glyph-enable.
17149 (widget-image-find): Replaces widget-glyph-find.
17150 (widget-button-pressed-face): Move defvar.
17151 (widget-image-insert): Replaces widget-glyph-insert.
17152 (widget-convert): Use keywordp.
17153 (widget-leave-text, widget-children-value-delete): Use mapc.
17154 (widget-keymap): Remove XEmacs stuff.
17155 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17156 (widget-button-click): Don't set point at the click, but re-centre
17157 if we scroll out of window. Rewritten for images v. glyphs &c.
17158 (widget-tabable-at): Use POS arg, not point.
17159 (widget-beginning-of-line, widget-end-of-line)
17160 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17161 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17162 (widget-default-create): Use widget-image-insert; some rewriting.
17163 (widget-visibility-value-create)
17164 (widget-push-button-value-create, widget-toggle-value-create): Use
17165 widget-image-insert.
17166 (checkbox): Create on and off images dynamically.
17167 (documentation-link): Change :help-echo.
17168 (widget-documentation-link-echo-help): Remove.
17169
17170 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17171
17172 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17173
17174 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17175 (easy-mmode-define-toggle, define-minor-mode): Use it.
17176 (easy-mmode-define-keymap): Docstring fix.
17177 (define-derived-mode): Default PARENT to fundamental-mode.
17178 Add the derived-mode-parent symbol-property.
17179 (easy-mmode-derived-mode-p): New function.
17180
17181 2000-06-02 Dave Love <fx@gnu.org>
17182
17183 * files.el (convert-standard-filename): Doc fix.
17184 (normal-backup-enable-predicate): New function.
17185 (backup-enable-predicate): Use it to replace the lambda form.
17186
17187 * calendar/todo-mode.el: [This needs more work on the outline
17188 stuff.] Doc fixes.
17189 (todo) <defgroup>: Add :version.
17190 (todo-add-category): Don't use pushnew.
17191 (todo-cmd-raise): Fix typo.
17192 (todo-top-priorities): Change temp buffer name.
17193 (todo-category-alist): Avoid redundant lambda.
17194 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17195 Use outline-next-heading.
17196
17197 * autoarg.el: Rewritten to use define-minor-mode.
17198 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17199 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17200
17201 2000-06-02 Kenichi Handa <handa@etl.go.jp>
17202
17203 * isearch.el (isearch-other-meta-char): Fix previous change.
17204
17205 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17206
17207 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17208 (log-edit-done): Only add the comment to the ring if it's different
17209 from the last comment entered.
17210
17211 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17212
17213 2000-06-01 Dave Love <fx@gnu.org>
17214
17215 * hl-line.el: Rewritten using define-minor-mode.
17216
17217 * help.el (describe-function-1): Distinguish special form from
17218 builtin function. Sanity-check presence of arglist for builtins.
17219
17220 2000-06-01 Kenichi Handa <handa@etl.go.jp>
17221
17222 * international/characters.el: Fix syntax/category setting of
17223 Tibetan characters.
17224
17225 * language/tibet-util.el (tibetan-add-components): Fixes for new
17226 encoding of Tibetan characters.
17227 (tibetan-decompose-precomposition-alist): New variable.
17228 (tibetan-decompose-region): Convert precomposed characters to
17229 non-precomposed characters.
17230 (tibetan-decompose-string): Likewise.
17231 (tibetan-composition-function): Fix args to
17232 thibetan-compose-string.
17233
17234 * language/tibetan.el (tibetan-composable-pattern): More
17235 characters included.
17236 (tibetan-consonant-transcription-alist): Rule for "R" added.
17237 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17238 "+R" added.
17239 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17240
17241 * language/lao-util.el (lao-composition-function): Fix args to
17242 compose-string.
17243
17244 * language/thai-util.el (thai-composition-function): Fix args to
17245 compose-string.
17246
17247 * isearch.el (isearch-update): Set disable-point-adjustment to t
17248 to prevent the point moving to the end of a composition when a
17249 part of a composition is searched.
17250 (isearch-other-meta-char): If the key invoking this command can be
17251 mapped by function-key-map to a printing char, call
17252 isearch-process-search-char directly.
17253
17254 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17255
17256 * emacs-lisp/bytecomp.el:
17257 * frame.el:
17258 * international/mule-cmds.el:
17259 * international/mule-util.el:
17260 * international/mule.el:
17261 * mouse.el:
17262 * subr.el:
17263 * faces.el: Update calls to make-obsolete with a WHEN argument.
17264
17265 * byte-run.el (make-obsolete, make-obsolete-variable):
17266 Add an optional WHEN argument and change the format of the
17267 symbol-property information.
17268 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17269 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17270 new obsolete-symbol-property format and print WHEN if it is provided.
17271
17272 2000-05-31 Dave Love <fx@gnu.org>
17273
17274 * loadhist.el (loadhist-hook-functions): Remove
17275 before-change-function, after-change-function.
17276 (unload-feature): Deal with symbols which are both bound and
17277 fbound.
17278
17279 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17280 before-change-function, after-change-function.
17281
17282 * simple.el (newline): Don't bind before-change-function,
17283 after-change-function.
17284
17285 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17286
17287 * whitespace.el (whitespace-rescan-timer-time): Update interval
17288 set to 600 seconds (10 minutes) instead of 60 seconds since
17289 a large number of whitespace buffers causes emacs to `freeze'
17290 for a considerable amount of time.
17291
17292 * whitespace.el: Updated email address
17293
17294 2000-05-31 Dave Love <fx@gnu.org>
17295
17296 * add-log.el (change-log-font-lock-keywords) <function>: Add
17297 pattern for function of change.
17298 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17299 acknowledgements patterns.
17300
17301 2000-05-31 Kenichi Handa <handa@etl.go.jp>
17302
17303 * isearch.el (isearch-printing-char): If keyboard coding system is
17304 being used, call isearch-process-search-multibyte-characters.
17305
17306 * international/isearch-x.el: Mostly rewritten.
17307
17308 * international/quail.el (quail-start-conversion): Don't include
17309 unhandled events in the returned events, but set them in
17310 unread-command-events. Exit if all inputs are deleted.
17311
17312 2000-05-30 Jason Rumney <jasonr@gnu.org>
17313
17314 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17315
17316 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17317 Reenable code to create initial fontsets.
17318 Use set-fontset-font in place of put-charset-property.
17319
17320 2000-05-30 Gerd Moellmann <gerd@gnu.org>
17321
17322 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17323 label, ensure that the first colon isn't followed by another.
17324
17325 * paths.el (Info-default-directory-list): Doc fix.
17326
17327 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17328 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17329 send a query containing USER only, not USER@HOST.
17330
17331 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17332 and rmail-msgend to compute the restriction at the end, instead of
17333 computing it.
17334
17335 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17336
17337 * dabbrev.el (dabbrev-expand): Don't display messages in the
17338 echo area if the minibuffer window is active.
17339
17340 * jit-lock.el (jit-lock-mode): Add after change function to
17341 local hook.
17342
17343 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17344
17345 * antlr-mode.el: New commands: hide/unhide actions,
17346 upcase/downcase literals.
17347 (antlr-tiny-action-length): New user option.
17348 (antlr-hide-actions): New command. Suggested by
17349 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17350 (antlr-mode-map): New binding [C-c C-v].
17351 (antlr-mode-menu): New entries.
17352 (antlr-downcase-literals): New command.
17353 (antlr-upcase-literals): Ditto.
17354
17355 * antlr-mode.el: Minor changes: indendation, mode-name.
17356 (antlr-indent-line): Indent cpp directive at column 0.
17357 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17358
17359 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17360 (antlr-font-lock-additional-keywords): Workaround for intentional
17361 bug in XEmacs version of font-lock.
17362 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17363 be used by a smarter version of `buffers-menu-grouping-function'.
17364
17365 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17366
17367 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17368 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17369
17370 2000-05-29 Kenichi Handa <handa@etl.go.jp>
17371
17372 * international/encoded-kb.el
17373 (encoded-kbd-iso2022-designation-map): Pay attention to that
17374 charset-iso-final-char return -1 for eight-bit-control and
17375 eight-bit-graphic.
17376
17377 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17378
17379 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17380 (speedbar-easymenu-definition-base): Use display-graphic-p where
17381 available, instead of window-system.
17382
17383 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17384
17385 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17386 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17387 coding systems.
17388
17389 2000-05-26 Dave Love <fx@gnu.org>
17390
17391 * disp-table.el (standard-display-underline): Don't use
17392 internal-find-face.
17393
17394 * mail/reporter.el: Maintainer change. Doc fixes.
17395 (reporter-version): Deleted.
17396
17397 * emacs-lisp/elp.el: Maintainer change.
17398 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17399
17400 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17401
17402 * add-log.el (add-change-log-entry): Merge the current entry with the
17403 previous one if the previous one is empty.
17404
17405 2000-05-26 Dave Love <fx@gnu.org>
17406
17407 * loadhist.el (unload-feature): Fix interactive spec [from
17408 lijnzaad@ebi.ac.uk].
17409
17410 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17411 subr-arity to check primitives.
17412 (byte-compile-flush-pending, byte-compile-file-form-progn)
17413 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17414 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17415 mapcar.
17416
17417 2000-05-26 Kenichi Handa <handa@etl.go.jp>
17418
17419 * international/fontset.el: Set family names of non-latin charsets
17420 in default fontset to "*".
17421
17422 * international/mule-diag.el (print-fontset): Combine family part
17423 and registry part of the fontname by "-*-" instead of "-".
17424
17425 * international/mule-cmds.el (encode-coding-char): Make strings
17426 multibyte before calling encode-coding-string.
17427
17428 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17429
17430 * derived.el: Fix keywords.
17431 (define-derived-mode): Only define if needed.
17432
17433 * simple.el (fill-comment, comment-column, comment-start)
17434 (comment-start-skip, comment-end, comment-indent-function)
17435 (block-comment-start, block-comment-end, indent-for-comment)
17436 (set-comment-column, kill-comment, comment-padding, comment-region)
17437 (comment-multi-line, indent-new-comment-line): Remove.
17438
17439 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17440 function names for comment operations.
17441
17442 * newcomment.el: Add abundant autoload cookies.
17443 (comment-style): Don't depend on runtime data at compile-time.
17444 (comment-indent-hook): Remove.
17445 (comment-indent): Check if comment-indent-hook is bound.
17446 (comment-region): Docstring fix.
17447
17448 2000-05-25 Dave Love <fx@gnu.org>
17449
17450 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17451 byte-code-function-p.
17452
17453 * mail/rmailsum.el: Add provide.
17454
17455 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17456
17457 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17458 defcustom.
17459
17460 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17461
17462 * ediff-diff.el (ediff-exec-process): delete --binary option from
17463 non-buffer ediff jobs.
17464
17465 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17466
17467 * hilit-chg.el (highlight-changes-mode): Ask about color or
17468 grayscale support, not about window-system.
17469
17470 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17471 window-system.
17472 (ffap-highlight): Always default to t.
17473
17474 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17475 display-popup-menus-p instead of looking at window-system.
17476
17477 * disp-table.el (standard-display-g1, standard-display-graphic):
17478 Only refuse to use string glyphs on X and MS-Windows.
17479
17480 * avoid.el: Remove window-system from commentary, suggest to use
17481 display-*-p instead.
17482
17483 * apropos.el (apropos-print): Use display-mouse-p instead of
17484 window-system.
17485
17486 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17487
17488 * international/codepage.el (cp-decoding-vector-for-codepage):
17489 Fill up unsupported characters with their own codes. From Kenichi
17490 Handa.
17491
17492 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17493
17494 * international/mule-diag.el (describe-char-after): Use
17495 display-graphic-p instead of window-system, so that this function
17496 works on MS-DOS.
17497
17498 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17499
17500 * international/codepage.el (cp-make-coding-systems-for-codepage):
17501 Remove the eight-bit-graphic and eight-bit-control charsets from
17502 the list of charsets which we convert into `?'.
17503
17504 2000-05-25 Kenichi Handa <handa@etl.go.jp>
17505
17506 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17507 private charsets.
17508 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17509 japanese-jisx0213-2): New charsets.
17510
17511 * international/fontset.el: Setup default fontset for new charsets.
17512
17513 2000-05-24 Dave Love <fx@gnu.org>
17514
17515 * info.el (Info-find-node-2): Restructure [following "Vadim
17516 S. Solomin" <sovs@uic.nnov.ru>].
17517
17518 * icomplete.el: Fix header for Finder.
17519
17520 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17521
17522 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17523 STAY.
17524
17525 * rmail.el (rmail-automatic-folder-directives): New user variable.
17526 (rmail-show-message): Add call to `rmail-auto-file' during
17527 display.
17528 (rmail-auto-file): New function.
17529
17530 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17531
17532 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17533 account.
17534 (ediff-test-utility,ediff-diff-mandatory-option)
17535 (ediff-reset-diff-options): Utilities for proper initialization of
17536 ediff-diff-options and ediff-diff3-options on Windows.
17537
17538 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17539 variable.
17540
17541 * ediff-mult.el (ediff-filegroup-action): Use
17542 ediff-merge-filename-prefix.
17543
17544 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17545
17546 * viper-ex.el (ex-write): Set selective display to nil.
17547
17548 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17549
17550 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17551 aliases for hebrew-iso-8bit.
17552
17553 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17554
17555 * woman.el: New version from Francis J. Wright
17556 <F.J.Wright@Maths.QMW.ac.uk>.
17557 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17558 names in environment variables regardless of the path separator.
17559 (woman-topic-all-completions-1): Don't call file-name-directory-p
17560 on all files, since woman-file-regexp already filters out any
17561 directories.
17562
17563 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17564
17565 * international/quail.el (quail-start-translation): Don't change
17566 modified-p of the current buffer.
17567 (quail-start-conversion): Likewise.
17568
17569 * international/kkc.el (kkc-region): Don't change modified-p of
17570 the current buffer.
17571
17572 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17573 conform to RFC1468.
17574 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17575
17576 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17577
17578 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17579 (speedbar-insert-button): Invisible text property fix.
17580 (speedbar-directory-plus): Renamed from speedbar-directory-+
17581 (speedbar-directory-minus): Renamed from speedbar-directory--
17582 (speedbar-page-plus): Renamed from speedbar-file-+
17583 (speedbar-page-minus): Renamed from speedbar-file--
17584 (speedbar-page): Renamed from speedbar-file-
17585 (speedbar-tag): Renamed from speedbar-tag-
17586 (speedbar-tag-plus): Renamed from speedbar-tag-+
17587 (speedbar-tag-minus): Renamed from speedbar-tag--
17588 (speedbar-expand-image-button-alist): Use above renames.
17589
17590 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17591 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17592 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17593 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17594 * sb-pg.xpm: Renamed from sb-file.xpm
17595 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17596 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17597
17598 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17599
17600 * international/quail.el (quail-show-guidance-buf): Set
17601 current-input-method of the guidance buffer to the name of the
17602 curren input method.
17603
17604 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17605
17606 * progmodes/compile.el (compile-internal): Style typo.
17607
17608 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17609 quote vars and functions in the docstring.
17610
17611 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17612
17613 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17614 Don't quote lambdas.
17615
17616 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17617
17618 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17619
17620 * startup.el (command-line): Determine source file of compiled
17621 user init file differently. Warn if compiled user init file
17622 is older than its source file.
17623
17624 * ffap.el (ffap-url-regexp): Add `https'.
17625
17626 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17627
17628 * files.el (make-backup-file-name-1): Replace slashes with `!'
17629 rather than `|' (which is not allowed on Windows). Replace the
17630 drive letters with a string "drive_X".
17631
17632 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17633
17634 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17635
17636 * files.el (interpreter-mode-alist): Add `bash2'.
17637
17638 2000-05-22 Dave Love <fx@gnu.org>
17639
17640 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17641 mapc.
17642 (feature-file): Avoid calling symbol-name. Doc fix.
17643 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17644 (loadhist-hook-functions): Add mouse-position-function.
17645 (unload-feature): Change uses of mapcar.
17646
17647 * files.el (parse-colon-path): Doc fix.
17648 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17649 (set-auto-mode): Use mapc.
17650
17651 * complete.el (PC-look-for-include-file): Use :alnum: character
17652 class.
17653 (partial-completion-mode): Add autoload cookie.
17654
17655 2000-05-22 Sam Steingold <sds@gnu.org>
17656
17657 * info.el (Info-fontify-node): Fixed the call to
17658 `add-text-properties' (bug introduced on 2000-05-18).
17659
17660 2000-05-22 Dave Love <fx@gnu.org>
17661
17662 * bindings.el: Remove debug-ignored-errors set in other files.
17663
17664 * progmodes/etags.el: Add to debug-ignored-errors.
17665 (visit-tags-table-buffer): Clear out buffers holding old tables
17666 when making a new list.
17667 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17668 mapc.
17669
17670 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17671 quote keywords.
17672 (cmpl-string-case-type): Use character classes.
17673
17674 * comint.el:
17675 * textmodes/ispell.el:
17676 * imenu.el:
17677 * mail/mh-e.el:
17678 * progmodes/compile.el: Add to debug-ignored-errors.
17679
17680 * dabbrev.el: Add to debug-ignored-errors.
17681 (dabbrev-completion): Use mapc.
17682
17683 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17684
17685 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17686 (woman-mapcan, woman-parse-man.conf)
17687 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17688 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17689 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17690 path syntax better.
17691 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17692 (woman-manpath): Call woman-parse-man.conf.
17693 (woman-emulation): New defcustom, defaults to nroff.
17694 (woman-font-support): New defconst.
17695 (woman-use-symbol-font): New defcustom.
17696 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17697 "Emulation".
17698 Many functions: Doc fix.
17699
17700 2000-05-22 Kenichi Handa <handa@etl.go.jp>
17701
17702 * international/quail.el (quail-simple-translation-keymap): Map
17703 128..255 to quail-self-insert-command.
17704 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17705
17706 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17707
17708 * help.el (help-manyarg-func-alist): Typo.
17709
17710 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17711 intervals which makes it heaps simpler.
17712
17713 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17714 the nested comment markers.
17715
17716 * subr.el (remove-hook): Don't turn the hook's value into a list.
17717
17718 2000-05-21 Dave Love <fx@gnu.org>
17719
17720 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17721 are invalid characters.
17722
17723 * international/mule-util.el (detect-coding-with-priority): Use
17724 mapc. Remove redundant lambda.
17725
17726 * international/mule-diag.el (list-non-iso-charset-chars)
17727 (describe-fontset): Remove redundant lambda.
17728
17729 * emulation/crisp.el (brief-mode): New alias.
17730
17731 * emacs-lisp/ring.el (ring-elements): New function.
17732
17733 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17734 (easy-menu-do-add-item): Use keywordp.
17735
17736 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17737
17738 * replace.el: Doc and error message fixes.
17739 (replace-highlight): Use facep, not internal-find-face.
17740
17741 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17742
17743 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17744
17745 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17746 (log-edit-insert-changelog): Drop `:' as well.
17747
17748 * log-view.el: Fix file description.
17749 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17750 available.
17751 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17752 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17753
17754 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17755 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17756 Print a status message if the toggle is called interactively.
17757 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17758 for global minor modes and use `defcustom' for them.
17759 Use add-minor-mode.
17760 (easy-mmode-define-derived-mode): Remove.
17761 (define-derived-mode): Fancier default docstring.
17762 (easy-mmode-define-navigation): Signal an error rather than (ding).
17763
17764 * newcomment.el (comment-styles): New `box-multi'.
17765 (comment-normalize-vars): Better default for comment-continue to
17766 avoid whitespace-only continuations.
17767 (comment-search-forward): Always move even in the no-syntax case.
17768 (comment-padright): Only obey N if it's only obeyed for padleft.
17769 (comment-make-extra-lines): Better handling of empty continuations.
17770 Use `=' for the filler if comment-start has only one character.
17771 (uncomment-region): Try handling the special `=' filler.
17772 (comment-region): Allow LINES even if MULTI is nil.
17773 (comment-box): Choose box style based on comment-style.
17774
17775 2000-05-20 Kenichi Handa <handa@etl.go.jp>
17776
17777 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17778 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17779
17780 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
17781
17782 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17783 and insert, not subst-char-in-region.
17784
17785 * international/mule-diag.el (list-character-sets-1): Handle
17786 charsets eight-bit-control and eight-bit-graphic.
17787 (list-iso-charset-chars): Likewise.
17788 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17789 charactes as is. Use indent-to to align characters.
17790
17791 * international/mule-cmds.el (find-multibyte-characters): Never
17792 exclude charsets eight-bit-control and eight-bit-graphic.
17793
17794 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17795
17796 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17797 Don't quote lambdas.
17798
17799 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17800
17801 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17802
17803 * gud.el (gud-jdb-directories): Doc fix.
17804
17805 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17806
17807 * newcomment.el: New file.
17808
17809 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17810
17811 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17812
17813 2000-05-18 Andreas Schwab <schwab@suse.de>
17814
17815 * dired.el (dired-between-files): Also skip lines beginning with
17816 `used'.
17817
17818 2000-05-18 Gerd Moellmann <gerd@gnu.org>
17819
17820 * msb.el (msb-menu-cond): Add choice `user'.
17821
17822 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17823
17824 * ps-print.el: Compatibility, customization and doc fix.
17825 (ps-printer-name-option): Replace defconst by defvar.
17826 (ps-postscript-code-directory): XEmacs compatibility.
17827 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17828 fix.
17829 (ps-user-defined-prologue, ps-print-prologue-header)
17830 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17831 compatibility and code fix.
17832 (ps-print-background-image, ps-print-background-text):
17833 Customization fix.
17834 (ps-line-number-start, ps-n-up-on): New vars.
17835
17836 2000-05-18 Espen Skoglund <esk@ira.uka.de>
17837
17838 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17839 the indent-comment function to just return the appropriate indent.
17840
17841 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17842
17843 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17844 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17845 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17846
17847 2000-05-18 Dave Love <fx@gnu.org>
17848
17849 * info.el (Info-fontify-node): Add intangible property as well as
17850 invisible.
17851
17852 * calendar/appt.el (appt-make-list): Match all lines of entry.
17853 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17854
17855 2000-05-18 Kenichi Handa <handa@etl.go.jp>
17856
17857 * international/mule-diag.el (describe-char-after): Call
17858 internal-char-font, not char-font. If internal-char-font returns
17859 nil, display "-- none --".
17860
17861 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17862
17863 * image.el (image-type-available-p): Don't reference image-types
17864 if it isn't bound.
17865
17866 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17867
17868 * autoarg.el (autoarg-mode): Typo in the :set argument.
17869
17870 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17871
17872 * startup.el (command-line-1): Don't signal an error if the
17873 directory for auto-save-list files does not yet exist.
17874
17875 2000-05-17 Kenichi Handa <handa@etl.go.jp>
17876
17877 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17878
17879 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17880
17881 * subr.el (remove-hook): `setq' hook-value, not `set'.
17882
17883 2000-05-16 Sam Steingold <sds@gnu.org>
17884
17885 * info.el (debug-ignored-errors): More errors to ignore.
17886
17887 2000-05-16 Dave Love <fx@gnu.org>
17888
17889 * cus-edit.el: Don't require cl or easymenu.
17890 (custom-variable-prompt): Test standard-value property, not
17891 user-variable-p.
17892
17893 2000-05-16 Sam Steingold <sds@gnu.org>
17894
17895 * subr.el (add-hook): `setq' hook-value, not `set'.
17896
17897 2000-05-16 Gerd Moellmann <gerd@gnu.org>
17898
17899 * startup.el (command-line-1): Mention the FAQ in the startup
17900 message.
17901
17902 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17903
17904 * progmodes/compile.el (compilation-parse-errors): Collect
17905 `nomessage' regexps last.
17906
17907 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17908
17909 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17910 to the function name.
17911
17912 2000-05-15 Dave Love <fx@gnu.org>
17913
17914 * speedbar.el (speedbar-recenter): Typo.
17915 (speedbar-expand-line): Make arg optional.
17916 (speedbar-mode): Avoid a compiler warning.
17917
17918 2000-05-15 Gerd Moellmann <gerd@gnu.org>
17919
17920 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17921 user-specified option string is empty.
17922
17923 * mouse.el (mouse-yank-at-click): Doc fix.
17924
17925 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17926
17927 * term/internal.el (IT-character-translations): More updates of
17928 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17929 documents.
17930
17931 2000-05-15 Gerd Moellmann <gerd@gnu.org>
17932
17933 * env.el (getenv): New function, interactively callable.
17934 (setenv, getenv): Remove autoload cookies.
17935
17936 * loadup.el: Load `env'.
17937
17938 * progmodes/f90.el: Change author's mail address.
17939
17940 2000-05-14 Dave Love <fx@gnu.org>
17941
17942 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17943 goto-addr as an option.
17944
17945 * help.el (help-xref-stack): Doc fix.
17946 (help-xref-following): New variable.
17947 (help-make-xrefs): Use it.
17948 (help-xref-go-back): Use position information from stack element.
17949 (help-follow): Make position in stack element a pair. Use
17950 help-xref-following.
17951
17952 * autoarg.el: New file.
17953
17954 * faces.el: Declare more functions obsolete.
17955
17956 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17957 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17958 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17959 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17960 Remove all the setup-...-environment functions.
17961
17962 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17963
17964 * speedbar.el: Updated the commentary section. xemacs20p now uses
17965 >= when detecting. Require `defimage' safely.
17966 (speedbar-easymenu-definition-base): Add toggle for images.
17967 (speedbar-easymenu-definition-special): Add flush cache & expand.
17968 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17969 (speedbar-reconfigure-keymaps-hook): New variable.
17970 (speedbar-frame-parameters): Updated documentation.
17971 (speedbar-use-imenu-flag): Updated custom tag
17972 (speedbar-dynamic-tags-function-list): New variable.
17973 (speedbar-tag-hierarchy-method): Updated doc & custom.
17974 (speedbar-indentation-width, speedbar-indentation-width) New
17975 variables.
17976 (speedbar-hide-button-brackets-flag): Customizable.
17977 (speedbar-vc-indicator): Doc update.
17978 (speedbar-ignored-path-expressions): Updated default value.
17979 (speedbar-supported-extension-expressions): Updated default value.
17980 (speedbar-syntax-table): Remove {} paren status.
17981 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17982 as "+". Added overlay aliases.
17983 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17984 `force-mode-line-update'.
17985 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17986 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17987 `mouse-set-point'
17988 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17989 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17990 of arbitrary text, and new helper functions.
17991 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17992 filename finder.
17993 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17994 (speedbar-directory-buttons): Update path search/expansion.
17995 (speedbar-make-tag-line): Pay attention to
17996 `speedbar-indentation-width'. Use more care w/ invisible
17997 properties.
17998 (speedbar-change-expand-button-char): Call
17999 `speedbar-insert-image-button-maybe'.
18000 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
18001 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
18002 (speedbar-trim-words-tag-hierarchy)
18003 (speedbar-simple-group-tag-hierarchy): New functions
18004 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
18005 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
18006 functions.
18007 (speedbar-mouse-set-point): New function
18008 (speedbar-power-click): Updated documentation.
18009 (speedbar-line-token, speedbar-goto-this-file): Handle more types
18010 of tag prefix text.
18011 (speedbar-expand-line, speedbar-contract-line): Make more robust
18012 to strange text.
18013 (speedbar-expand-line): Takes universal argument to flush the
18014 cache.
18015 (speedbar-flush-expand-line): New function.
18016 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
18017 Use new generator insertion method.
18018 (speedbar-fetch-dynamic-tags): New function.
18019 (speedbar-fetch-dynamic-imenu): Removed code now handled in
18020 `speedbar-fetch-dynamic-imenu'.
18021 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
18022 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
18023 "Revert Buffer" menu items.
18024 (speedbar-buffer-buttons-engine): Be smarter when creating a
18025 filename tag (for expansion purposes.).
18026 (speedbar-highlight-one-tag-line,
18027 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
18028 (speedbar-recenter): New functions.
18029 (defimage-speedbar): Image loading abstraction.
18030 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
18031 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
18032 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
18033 (speedbar-tag-type, speedbar-tag-mail): New images.
18034 (speedbar-expand-image-button-alist): New variable.
18035 (speedbar-insert-image-button-maybe): Insert an image over some
18036 buttons.
18037
18038 2000-05-13 Kenichi Handa <handa@etl.go.jp>
18039
18040 * international/mule-cmds.el (encode-coding-char): An ASCII
18041 character is always encodable.
18042
18043 * international/mule-conf.el: Add more information in descriptions
18044 of character sets.
18045
18046 * international/mule-diag.el (describe-char-after): New function.
18047 (describe-font-internal): Adjusted for the change of font-info.
18048 (describe-font): Likewise.
18049 (print-fontset): Rewritten for the new fontset implementation.
18050 (describe-fontset): Include fontset alias names in completion.
18051 (list-fontsets): Adjusted for the change of print-fontset.
18052
18053 * simple.el (what-cursor-position): If DETAIL is non-nil, call
18054 describe-char-after instead of displaying the detail in the echo
18055 area.
18056 (syntax-code-table): Format changed.
18057 (string-to-syntax): Adjusted for the above change.
18058
18059 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
18060
18061 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
18062
18063 2000-05-12 Dave Love <fx@gnu.org>
18064
18065 * calendar/todo-mode.el: Remove some compatibility stuff and CL
18066 dependence. Use line-{beginning,end}-position, not
18067 point-at{b,e}ol. Some doc fixes.
18068 (todo-position): New function. Fix callers of position to use it.
18069 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
18070
18071 2000-05-12 Gerd Moellmann <gerd@gnu.org>
18072
18073 * time.el (display-time-mail-icon): Use `:ascent center'.
18074
18075 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
18076 handling FTP security extensions.
18077
18078 2000-05-11 Dave Love <fx@gnu.org>
18079
18080 * calendar/todo-mode.el: New file.
18081
18082 2000-05-11 Gerd Moellmann <gerd@gnu.org>
18083
18084 * comint.el (comint-read-input-ring): Move reference to
18085 comint-input-ring-size outside of the save-excursion. It was
18086 causing the default value to be the only one ever seen.
18087
18088 * font-lock.el: Update copyright. Remove Simon Marshall's email
18089 address on request from him.
18090
18091 * subr.el (substitute-key-definition): Add comment describing
18092 the meaning of PREFIX.
18093
18094 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
18095
18096 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
18097
18098 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
18099 (add-minor-mode): Don't make the variable buffer-local and add a
18100 reference to define-minor-mode in the docstring.
18101
18102 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
18103 HEADER/FOOTER and fix bug with trailing empty directory.
18104 (cvs-append-to-ignore): Use vc-editable-p if available.
18105 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18106 (vc-do-command): Tweak advice to handle the new VC.
18107
18108 * log-view.el (log-view-goto-rev): New function for the new VC.
18109 (log-view-minor-wrap): Use mark-active.
18110
18111 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18112 (log-edit-changelog-full-paragraphs): New var.
18113 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18114 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18115 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18116 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18117 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18118 Replace the `cvs' prefix with `log-edit'.
18119
18120 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18121
18122 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18123 (diff-font-lock-defaults): Explicitly turn off multiline.
18124 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18125 (diff-ediff-patch): Fix call to ediff-patch-file.
18126 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18127 Handle comments.
18128
18129 * frame.el (automatic-hscrolling): Typo.
18130
18131 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18132
18133 2000-05-09 Sam Steingold <sds@goems.com>
18134
18135 * apropos.el (apropos-print): use `describe-face' instead of
18136 `customize-face-other-window'.
18137
18138 2000-05-09 Dave Love <fx@gnu.org>
18139
18140 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18141
18142 * help.el (describe-variable): Have customize button pop the
18143 help-xref stack when invoked.
18144 (help-xref-symbol-regexp): Add `face'.
18145 (help-make-xrefs): Check for quoted face names and adapt regexp
18146 submatch numbers to cope.
18147 (help-xref-interned): Maybe insert face doc too. Separate
18148 sections with a line of hyphens.
18149
18150 * faces.el: Some doc fixes. Declare some functions obsolete.
18151 (describe-face): Add customize button. Return the help
18152 text. Fix prompt.
18153
18154 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18155
18156 * term/internal.el (IT-character-translations): Fix last change.
18157
18158 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18159
18160 * woman.el: New file
18161 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18162
18163 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18164
18165 * term/internal.el (IT-character-translations): Update ASCII
18166 simulations for greek-iso8859-7, add latin-iso8859-14 and
18167 latin-iso8859-15.
18168
18169 * international/mule-cmds.el (set-language-info-alist): Call
18170 define-prefix-command with 3 arguments, to make the map suitable
18171 for a menu.
18172
18173 2000-05-07 Dave Love <fx@gnu.org>
18174
18175 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18176
18177 2000-05-05 Dave Love <fx@gnu.org>
18178
18179 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18180 list in doc string. Don't quote keyword symbols.
18181 * emacs-lisp/cl.el: Likewise
18182 * emacs-lisp/cl-seq.el: Likewise
18183
18184 2000-05-05 Gerd Moellmann <gerd@gnu.org>
18185
18186 * abbrev.el (abbrev-mode): Make ARG optional.
18187
18188 2000-05-04 Gerd Moellmann <gerd@gnu.org>
18189
18190 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18191
18192 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18193
18194 * subr.el (substitute-key-definition): Clarify documentation.
18195
18196 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
18197
18198 * glasses.el (glasses-convert-to-unreadable): Use
18199 `glasses-separator' instead of the hard-wired "_".
18200 (glasses-mode): Call `glasses-make-unreadable' only in a single
18201 place.
18202
18203 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18204
18205 * term/internal.el (cjk-codepages-alist): Add associations for
18206 Chinese and Korean codepages. Remove FIXME comment.
18207
18208 2000-05-03 Dave Love <fx@gnu.org>
18209
18210 * time.el (display-time-mail-face, display-time-use-mail-icon):
18211 New option.
18212 (display-time-mail-icon): New variable.
18213 (display-time-string-forms): Use the above. Fix the local-map.
18214
18215 2000-05-03 Gerd Moellmann <gerd@gnu.org>
18216
18217 * replace.el (query-replace-map): Add binding for `E'.
18218 (query-replace-help): Extend help text.
18219 (perform-replace): Allow editing the replacement string.
18220
18221 * make-mode.el (makefile-mode-abbrev-table): New variable.
18222 (makefile-mode): Set local abbrev table to
18223 makefile-mode-abbrev-table.
18224 (makefile-font-lock-keywords): Fontify includes and conditionals.
18225
18226 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18227 set TOGGLE's value.
18228
18229 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18230 mail-interactive-insert-alias.
18231 (mail-abbrev-complete-alias): New command.
18232 (mail-mode-map): Bind it to `M-TAB'.
18233
18234 2000-05-03 Kenichi Handa <handa@etl.go.jp>
18235
18236 * language/lao-util.el (lao-compose-region): New function.
18237
18238 2000-05-02 Gerd Moellmann <gerd@gnu.org>
18239
18240 * files.el (recover-session): Make directories as necessary
18241 if they don't exist yet.
18242
18243 * calendar/cal-french.el
18244 (french-calendar-multibyte-special-days-array)
18245 (french-calendar-special-days-array): Change French text.
18246 (calendar-french-date-string): Change output.
18247 (calendar-goto-french-date): Likewise.
18248
18249 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18250
18251 * wid-edit.el (widget-default-active): Obey `:always-active'.
18252 (widget-documentation-string-value-create): Set `:always-active'.
18253
18254 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18255
18256 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18257 default prefix to `~/_emacs.d/auto-save.list/_s'.
18258 (normal-top-level): Create the directory for auto-save files, if
18259 it doesn't already exist (in the ms-dos case only).
18260
18261 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18262
18263 * international/mule-cmds.el (set-language-environment): Don't
18264 concat an integer (dos-codepage), use format instead.
18265
18266 2000-05-02 Dave Love <fx@gnu.org>
18267
18268 * help.el (help-xref-on-pp): Check for constant symbols.
18269
18270 2000-04-29 Gerd Moellmann <gerd@gnu.org>
18271
18272 * startup.el (normal-top-level): Put a condition-case around
18273 the code loading subdirs.el.
18274
18275 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18276
18277 * ps-print.el: Upside-down and face background color printing,
18278 line number step, doc fix.
18279 (ps-print-version): New version number (5.2).
18280 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18281 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18282 (ps-spool-config): Var fix.
18283 (ps-printer-name-option): Const fix.
18284 (ps-print-upside-down, ps-use-face-background)
18285 (ps-line-number-step): New vars.
18286 (ps-window-system, ps-lp-system): New consts.
18287 (ps-face-background): New fun.
18288
18289 2000-04-28 Richard Stallman <rms@gnu.org>
18290
18291 * files.el (make-auto-save-file-name):
18292 Apply auto-save-file-name-transforms to visited file name
18293 before generating auto save file name.
18294 (auto-save-file-name-transforms): New variable.
18295
18296 * files.el (backup-enable-predicate):
18297 Correctly test for a file under a temporary directory.
18298
18299 2000-04-28 Gerd Moellmann <gerd@gnu.org>
18300
18301 * subr.el (add-minor-mode): Rewritten.
18302
18303 2000-04-28 Kenichi Handa <handa@etl.go.jp>
18304
18305 * mail/sendmail.el (sendmail-send-it): Set
18306 buffer-file-coding-system to the selected coding system for MIME
18307 header.
18308
18309 2000-04-27 Gerd Moellmann <gerd@gnu.org>
18310
18311 * dired.el (dired-move-to-filename-regexp): Allow format where
18312 YYYY is followed by two spaces.
18313
18314 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18315 in the second character class of the regexp.
18316
18317 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18318 mh-etc, too.
18319
18320 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18321 nil.
18322
18323 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18324
18325 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18326 argument.
18327
18328 2000-04-27 Sen Nagata <sen@eccosys.com>
18329
18330 * emacs-lisp/crm.el (crm-completion-table): New variable.
18331 (crm-collection-fn, crm-test-completion)
18332 (completing-read-multiple): Use it.
18333
18334 2000-04-27 Dave Love <fx@gnu.org>
18335
18336 * help.el (locate-library): Use mapc.
18337 (help-manyarg-func-alist): Add call-process-region.
18338
18339 2000-04-26 Gerd Moellmann <gerd@gnu.org>
18340
18341 * subr.el (add-minor-mode): Make argument MAP optional.
18342
18343 * desktop.el (desktop-save): Save list of minor modes.
18344 (desktop-create-buffer): Restore minor modes.
18345 (desktop-minor-mode-table): New user-option.
18346
18347 * subr.el (add-minor-mode): New function.
18348
18349 * image.el (find-image): New function.
18350 (defimage): Rewritten to find image at load time.
18351
18352 * startup.el (normal-top-level-add-to-load-path): Handle
18353 case that the default directory is not in load-path.
18354
18355 * help.el: Old patch from Stefan Monnier.
18356 (help-xref-on-pp): New function.
18357 (describe-variable): Use it to display xrefs in a symbol's value.
18358
18359 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18360
18361 * cus-edit.el (custom-face): Fix parenthesis.
18362
18363 2000-04-26 Kenichi Handa <handa@etl.go.jp>
18364
18365 * mail/rmail.el (rmail-expunge): When there are no deleted
18366 messages, do nothing.
18367
18368 2000-04-26 Dave Love <fx@gnu.org>
18369
18370 * international/mule-cmds.el (locale-translation-file-name):
18371 Defvar to nil.
18372 (set-locale-environment): Set it here (at runtime).
18373
18374 2000-04-25 Gerd Moellmann <gerd@gnu.org>
18375
18376 * replace.el (perform-replace): Add parameters START and END. Use
18377 them instead of the check for a region in Transient Mark mode.
18378 (query-replace-read-args): Return two more list elements for the
18379 start and end of the region in Transient Mark mode.
18380 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18381 (map-query-replace-regexp, replace-string, replace-regexp): Add
18382 optional last arguments START and END and pass them to
18383 perform-replace.
18384
18385 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18386 form with additional arguments for perform-replace.
18387
18388 * progmodes/etags.el (tags-query-replace): Add parameters START
18389 and END. Construct a form with additional arguments for
18390 perform-replace.
18391
18392 * simple.el (shell-command): Set default directory for "*Shell
18393 Command Output" buffer.
18394
18395 * language/european.el (iso-latin-4): Fix typo.
18396
18397 * emacs-lisp/crm.el: New file.
18398
18399 2000-04-24 Dave Love <fx@gnu.org>
18400
18401 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18402 (Custom-reset-saved, Custom-reset-standard)
18403 (custom-group-value-create, custom-group-set, custom-group-save)
18404 (custom-group-reset-current, custom-group-reset-saved)
18405 (custom-group-reset-standard): Use mapc.
18406 (custom-buffer-create-internal): Disable undo when creating items.
18407 Use mapc.
18408 (custom-face): Avoid redundant lambda.
18409
18410 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18411
18412 * startup.el (auto-save-list-file-prefix): Set default to
18413 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18414
18415 2000-04-24 Sam Steingold <sds@gnu.org>
18416
18417 * time-stamp.el (time-stamp-string-preprocess): Always convert
18418 `field-result' to a string.
18419
18420 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18421
18422 * frame.el (scrolling): New group.
18423 (automatic-hscrolling): New user-option.
18424
18425 * startup.el (command-line-x-option-alist): Add `-lsp' and
18426 `--line-spacing'.
18427
18428 2000-04-19 Dave Love <fx@gnu.org>
18429
18430 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18431 (cl-mapc): Rename from mapc. Fix the funcall.
18432
18433 2000-04-19 Gerd Moellmann <gerd@gnu.org>
18434
18435 * simple.el (clone-indirect-buffer-other-window): New command.
18436 (clone-indirect-buffer): Add optional arg NORECROD.
18437 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18438
18439 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18440
18441 * window.el (count-screen-lines): New function.
18442 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18443 instead of window-buffer-height.
18444
18445 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18446 non-existing variable comint-input-sentinel.
18447 (inferior-lisp-args-to-list): Removed.
18448 (inferior-lisp): Use split-string instead of
18449 inferior-lisp-args-to-list.
18450
18451 * hexl.el (hexl-insert-hex-string): New command.
18452
18453 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18454 instead of concat.
18455
18456 2000-04-18 Gerd Moellmann <gerd@gnu.org>
18457
18458 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18459 at the start of an existing but empty folder.
18460
18461 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18462
18463 * ps-mule.el: Customization fix, doc fix.
18464 (ps-multibyte-buffer): Customization fix.
18465
18466 2000-04-17 Richard M. Stallman <rms@gnu.org>
18467
18468 * subr.el (read-passwd): Use read-char-exclusive.
18469
18470 2000-04-17 Gerd Moellmann <gerd@gnu.org>
18471
18472 * textmodes/texinfo.el (texinfo-insert-@email)
18473 (texinfo-insert-@emph, texinfo-insert-@quotation)
18474 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18475 (texinfo-mode-map): Add key bindings for them.
18476
18477 * files.el (basic-save-buffer-2): Use a template with `$'
18478 instead of `#' for VMS.
18479
18480 * simple.el (clone-indirect-buffer): New function.
18481
18482 2000-04-16 Stephen Eglen <stephen@gnu.org>
18483
18484 * iswitchb.el (iswitchb-case): New function. If the user input
18485 contains any upper-case characters, the search is made
18486 case-sensitive.
18487
18488 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18489
18490 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18491 comment-end.
18492 (texinfo-font-lock-syntactic-keywords): New var.
18493 (texinfo-font-lock-keywords): Remove comment regexp.
18494 (texinfo-insert-block): New function.
18495 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18496 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18497 and font-lock-defaults. Use regexp-opt for outline-regexp.
18498 (texinfo-environments): New var.
18499 (texinfo-environment-regexp): Use regexp-opt and
18500 texinfo-environments.
18501
18502 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18503 ispell-process is bound since this might be eval'd before ispell
18504 is loaded.
18505 (ispell-message): Use a tiny bit less magic and a bit more hard
18506 data to figure out what kind of sc-cite-regexp to use.
18507
18508 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18509
18510 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18511 (insert-cyclic-diary-entry): Unquote the lambda.
18512
18513 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18514
18515 * files.el (backup-enable-predicate): Unquote the lambda.
18516
18517 * cus-edit.el (custom-face, face): Unquote the lambda.
18518
18519 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18520
18521 * ps-print.el: Check for line-beginning-position definition.
18522
18523 * ps-print.el: Fix counting lines in a region.
18524 (ps-print-version): New version number (5.1.5).
18525 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18526 (ps-printing-region): Fun code fix.
18527
18528 2000-04-15 Gerd Moellmann <gerd@gnu.org>
18529
18530 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18531 to file-directory-p.
18532
18533 2000-04-14 Gerd Moellmann <gerd@gnu.org>
18534
18535 * gud.el (gud-jdb-build-source-files-list): Check that directory
18536 exists before calling directory-files.
18537
18538 2000-04-13 Dave Love <fx@gnu.org>
18539
18540 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18541 syntax.
18542
18543 * emacs-lisp/cl-specs.el: Remove when, unless.
18544
18545 * emacs-lisp/cl-extra.el: Don't quote keywords.
18546 (cl-old-mapc): New variable.
18547 (mapc): Use it.
18548 (cl-map-intervals): Use with-current-buffer. Don't check for
18549 next-property-change.
18550 (cl-map-overlays): Use with-current-buffer.
18551 (cl-expt): Remove.
18552 (copy-tree, remprop): Define unconditionally.
18553
18554 * emacs-lisp/cl-compat.el (keywordp): Remove.
18555
18556 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18557 to use keywordp.
18558 (edebug-spec): Enable keywordp.
18559
18560 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18561 string-lessp.
18562
18563 * cus-start.el: Use keywordp.
18564
18565 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18566
18567 * diary-lib.el (include-other-diary-files): Fix the fix of
18568 2000-02-18 by doing a save-excursion.
18569
18570 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18571
18572 * ps-print.el: Customization fix, doc fix.
18573 (ps-print-version): New version number (5.1.4).
18574 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18575 (ps-print-preprint): Adjust code.
18576 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18577 (ps-print-prologue-header, ps-print-control-characters)
18578 (ps-spool-config): Customization fix.
18579
18580 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18581
18582 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18583 converted to the new menu-item format, names silightly changed,
18584 help strings added.
18585
18586 Support for spelling without async subprocesses:
18587
18588 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18589 (ispell-session-buffer): New variables.
18590 (ispell-start-process, ispell-process-status,
18591 ispell-accept-output, ispell-send-string): New functions, for
18592 Ispell invocation when async subprocesses aren't supported.
18593 (ispell-word, ispell-pdict-save, ispell-command-loop,
18594 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18595 to process-send-string with calls to ispell-send-string, and
18596 accept-process-output with ispell-accept-output.
18597 (ispell-init-process): Call ispell-process-status instead of
18598 process-status with.
18599 (ispell-init-process): Call ispell-start-process. Call
18600 ispell-accept-output and ispell-send-string. Don't call
18601 process-kill-without-query and kill-process if they are unbound.
18602 (ispell-async-processp): New function.
18603
18604 2000-04-12 Dave Love <fx@gnu.org>
18605
18606 * info.el: Add debug-ignored-errors.
18607 (Info-mode-menu): Add some items.
18608 (Info-directory): Add autoload cookie.
18609
18610 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18611 Modify `truncate-lines'. Make `describe-language-environment'
18612 always visible and add help. Modify `describe-key' help. Invoke
18613 Info-directory from `info'. New entry `emacs-manual'.
18614
18615 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18616
18617 * progmodes/ebrowse.el (ebrowse-tree-mode):
18618 Use propertized-buffer-identification.
18619 (ebrowse-update-member-buffer-mode-line): Likewise.
18620 (ebrowse--mode-strings): Removed.
18621 (ebrowse--mode-line-props): Removed.
18622
18623 * files.el (auto-mode-alist): Add `EBROWSE'.
18624
18625 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18626 space before testing for end of buffer.
18627 (ebrowse-load): Removed.
18628 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18629 (ebrowse-create-tree-buffer): Rewritten.
18630 (ebrowse-tree-mode): Read tree from buffer.
18631
18632 * progmodes/ebrowse-ffh.el: Removed.
18633
18634 2000-04-10 Kenichi Handa <handa@etl.go.jp>
18635
18636 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18637
18638 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18639
18640 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18641 at the wrong place.
18642
18643 2000-04-09 Dave Love <fx@gnu.org>
18644
18645 * files.el (backup-enable-predicate):
18646 Use temporary-file-directory, small-temporary-file-directory.
18647 (make-backup-file-name-function, backup-directory-alist): New vars.
18648 (make-backup-file-name-1): New function.
18649 (make-backup-file-name): Use it.
18650 (find-backup-file-name): Likewise. Use format for clarity, not concat.
18651 (file-newest-backup): Use make-backup-file-name.
18652
18653 2000-04-09 Gerd Moellmann <gerd@gnu.org>
18654
18655 * progmodes/ebrowse-ffh.el: New file.
18656
18657 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18658 Moved to ebrowse-ffh.el.
18659 (ebrowse-load): Add autoload.
18660
18661 * finder.el (finder-commentary): Add autoload cookie.
18662
18663 * mail/rfc2368.el: Correct author's email address.
18664
18665 * progmodes/ebrowse.el: New file.
18666
18667 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18668 item help string.
18669 (easy-menu-do-add-item): Ditto.
18670 (easy-menu-define): Extend doc string.
18671
18672 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
18673 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18674 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18675 with-buffer-unmodified.
18676
18677 2000-04-08 Dave Love <fx@gnu.org>
18678
18679 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18680 unless, when.
18681
18682 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18683
18684 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18685 (viper-flash-search-pattern): No operation when using Emacs
18686 doesn't support face.
18687 Use `viper-put-on-search-overlay'.
18688
18689 2000-04-04 Gerd Moellmann <gerd@gnu.org>
18690
18691 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18692 like C-r.
18693
18694 * progmodes/make-mode.el: Some doc fixes.
18695 (makefile-mode-abbrev-table): New variable.
18696 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18697 (makefile-font-lock-keywords): Fontify includes and conditionals.
18698 (toplevel): Require `dabbrev' and `add-log' when compiling.
18699
18700 * replace.el (perform-replace): Don't move forward one char
18701 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18702 to do that because it leaves point 1 position after the last
18703 replacement, after everything has been replaced.
18704
18705 * jit-lock.el (with-buffer-unmodified): New macro.
18706 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18707 modified state.
18708 (jit-lock-function-1): Extracted from jit-lock-function; not
18709 preserving buffer's modified state.
18710 (jit-lock-function, jit-lock-stealth-fontify):
18711 Call jit-lock-function-1.
18712
18713 * mail/rfc2368.el: Remove supernumerary copyright line.
18714
18715 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
18716
18717 * glasses.el: Provide facilities for inserting space before left
18718 parentheses and uncapitalization of identifiers.
18719 (glasses-mode): Try to remove old overlays in all cases.
18720
18721 2000-04-03 Gerd Moellmann <gerd@gnu.org>
18722
18723 * progmodes/compile.el (compile-internal): Display the compilation
18724 buffer in a different frame, if it's already displayed there.
18725
18726 * mail/rfc2368.el: New file.
18727
18728 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18729 header and insert its value as mail body.
18730
18731 * subr.el (member-ignore-case): New function.
18732
18733 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18734 (dabbrev--find-expansion): Ignore buffers matching a regexp
18735 from dabbrev-ignored-regexps.
18736
18737 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18738 to extensions handled by gzip.
18739
18740 2000-04-03 Richard M. Stallman <rms@gnu.org>
18741
18742 * files.el (insert-directory): List the total free space
18743 along with the used space.
18744
18745 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18746 line is followed by one that matches CITATION-REGEXP, end the
18747 paragraph.
18748
18749 2000-04-03 Markus Rost <rost@delysid.gnu.org>
18750
18751 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18752 (rmail-make-basic-summary-line): Use that option.
18753
18754 2000-04-03 Kenichi Handa <handa@etl.go.jp>
18755
18756 * international/mule-cmds.el (encoded-string-description):
18757 Rewritten. Try pretty description for ISO 2022 escape sequences
18758 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18759 for hexadecimal format.
18760
18761 2000-04-01 Dave Love <fx@gnu.org>
18762
18763 * cpp.el: Change customization group to `c' from `C'.
18764
18765 * vcursor.el (vcursor-move): Use display-color-p.
18766
18767 * international/mule-util.el: Provide mule-utils.
18768 (string-to-sequence): Simplify and speed up.
18769
18770 * international/mule.el (make-coding-system): Purecopy doc-string.
18771
18772 * international/mule-cmds.el: Various menu changes.
18773 (describe-specified-language-support): Handle `Default'.
18774 (set-language-info): Purecopy `info'.
18775
18776 2000-03-31 Andrew Innes <andrewi@gnu.org>
18777
18778 * vc.el (vc-backend-diff): Return the correct status if we had to
18779 retry the rcsdiff command without the --brief option.
18780
18781 2000-03-31 Dave Love <fx@gnu.org>
18782
18783 * help.el (help-manyarg-func-alist): Correct several omissions.
18784
18785 * add-log.el: Don't require cl, fortran.
18786 (add-log-current-defun-function): Doc fix.
18787 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
18788 (change-log-version-rcs): Function deleted.
18789 (change-log-version-number-search): Doc fix.
18790 Use vc-workfile-version. Avoid CL dolist.
18791 (add-change-log-entry): Just call add-log-current-defun to get
18792 defun. Simplify somewhat.
18793 (change-log-get-method-definition-1): Likewise.
18794 (add-log-current-defun): Return nil if calling
18795 add-log-current-defun-function does so. Move Fortran stuff to
18796 fortran.el. Return string without properties.
18797
18798 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18799 and :alpha: char classes.
18800
18801 * mail/supercite.el: Defvar curline when compiling.
18802 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18803 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18804 rather than a-zA-Z0-9 to allow non-ASCII characters.
18805
18806 2000-03-31 Gerd Moellmann <gerd@gnu.org>
18807
18808 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18809
18810 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18811 Re-enable new code.
18812
18813 * lpr.el (print-region-1): Use -d to specify printer name for
18814 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18815
18816 2000-03-31 Dave Love <fx@gnu.org>
18817
18818 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18819 Look for function definition in symbol's function value slot first
18820 instead of first consulting byte-compile-function-environment.
18821
18822 2000-03-31 Kenichi Handa <handa@etl.go.jp>
18823
18824 * language/european.el ("Polish"): New language environment.
18825 (setup-polish-environment): New function.
18826
18827 2000-03-30 Gerd Moellmann <gerd@gnu.org>
18828
18829 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18830 Disable new code.
18831
18832 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18833 trying to `load' the symbol of an autoload instead of the file
18834 recorded in the autoload. Fix error messages.
18835
18836 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18837
18838 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18839 (ps-print-version): New version number (5.1.3).
18840 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18841 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18842 (ps-generate-postscript-with-faces): Code fix.
18843 (ps-color-values): XEmacs compatibility.
18844 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18845 (ps-default-fg, ps-default-bg): Adjust customization.
18846 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18847 (ps-color-scale): Renaming old ps-color-value fun.
18848 (ps-print-headers): Replace ps-print-header group to avoid conflict
18849 with ps-print-header variable.
18850 (ps-print-miscellany): New group.
18851 (ps-format-color, ps-rgb-color): New funs.
18852 (ps-default-foreground): New var.
18853 (ps-printer-name-option): New const.
18854
18855 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18856
18857 * net/net-utils.el:
18858 (network-connection-host, network-connection-service): New variables
18859 (network-connection-mode): New mode, derived from comint-mode
18860 (network-connection-mode-setup): New function, saves host and
18861 service information in local variables.
18862
18863 * lisp/locate.el:
18864 (locate-word-at-point): Added this function
18865 (locate): Default to using locate-word-at-point as input
18866 Run dired-mode-hook
18867
18868 2000-03-29 Dave Love <fx@gnu.org>
18869
18870 * calendar/appt.el: Doc fixes.
18871 (appt-check): Convert min-to-app to a string before passing to
18872 appt-disp-window-function or concat.
18873 (appt-delete-window): Remove test for frame-root-window.
18874 (appt-select-lowest-window, appt-convert-time): Simplify.
18875
18876 * emacs-lisp/bytecomp.el: Doc fixes.
18877 (byte-compile-file-form-autoload):
18878 Update byte-compile-function-environment.
18879
18880 2000-03-29 Andreas Schwab <schwab@suse.de>
18881
18882 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
18883
18884 * dired.el (dired-insert-directory): If dired-free-space-program
18885 failed just delete its output.
18886
18887 2000-03-29 Dave Love <fx@gnu.org>
18888
18889 * international/iso-cvt.el: Move provide to end. Doc fixes.
18890 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18891 (iso-iso2sgml, iso-sgml2iso): New functions.
18892 (iso-cvt-define-menu): Fix some entries and use backquote for
18893 clarity.
18894
18895 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18896
18897 2000-03-28 Gerd Moellmann <gerd@gnu.org>
18898
18899 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18900 ISO-DATE. If non-nil, return date in ISO 8601 format.
18901
18902 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18903
18904 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18905 if it ever becomes used.
18906 (log-edit-mode-hook): Default to vc-log-mode-hook.
18907 (log-edit-mode): Fix the docstring.
18908
18909 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18910 the code.
18911
18912 2000-03-26 Dave Love <fx@gnu.org>
18913
18914 * net/browse-url.el (browse-url): Re-fix case of
18915 browse-url-browser-function being an alist.
18916 (browse-url): Add :link to defgroup.
18917
18918 * files.el: Doc fixes.
18919 (file-truename): Include `[' in wildcard characters.
18920 (automount-dir-prefix): Customize.
18921 (find-file-wildcards): Add :version.
18922 (find-file-noselect): Simplify a mapcar call.
18923
18924 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18925 compatible with inf-lisp version.
18926 (eval-defun-1): Fix custom-declare-variable case.
18927
18928 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18929
18930 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18931
18932 2000-03-24 Gerd Moellmann <gerd@gnu.org>
18933
18934 * Makefile (COMPILE_FIRST): New macro.
18935 (compile-files): Compile files from COMPILE_FIRST first.
18936
18937 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
18938
18939 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18940 matching open parenthesis in column 0 to defun-prompt-regexp
18941 only if open-paren-in-column-0-is-defun-start is set.
18942
18943 * sun-curs.el: Require CL at compile-time only.
18944
18945 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18946 instead of copy-list which is a function from CL.
18947 (msb--choose-menu, msb--mode-menu-cond)
18948 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18949 (msb--init-file-alist): Use mapcar instead of mapcan.
18950 (msb--aggregate-alist): Use mapcar instead of mapcan.
18951 Fix `(' in column 0 in doc string.
18952 (msb--add-separators): Use mapcar instead of mapcan.
18953
18954 * cus-dep.el: Require CL at compile-time only.
18955
18956 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18957
18958 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18959 (byte-compile-warnings): New warning `noruntime'.
18960 (byte-compile-constants, byte-compile-variables): Fix docstring.
18961 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18962 execute `eval-whenc-compile's body.
18963 (byte-compile-unresolved-functions): Fix docstring.
18964 (byte-compile-eval): New function.
18965 (byte-compile-callargs-warn): Check if the function will be available
18966 at runtime (via property `byte-compile-noruntime').
18967 (byte-compile-print-syms): New function.
18968 (byte-compile-warn-about-unresolved-functions): Also warn about
18969 `noruntime' functions (and use `byte-compile-print-syms').
18970 (byte-compile-file): Capitalize the message.
18971
18972 2000-03-24 Gerd Moellmann <gerd@gnu.org>
18973
18974 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18975 (rmail-expunge): Ask for confirmation depending on the setting
18976 of rmail-confirm-expunge.
18977
18978 2000-03-23 Gerd Moellmann <gerd@gnu.org>
18979
18980 * Makefile (bootstrap-clean): If $(emacs) exists, build
18981 loaddefs.el first. A loaddefs.el that's not up-to-date might
18982 cause a bootstrap failure because things don't autoload as expected.
18983
18984 2000-03-23 Dave Love <fx@gnu.org>
18985
18986 * net/browse-url.el: Restore previous use of
18987 browse-url-maybe-new-window.
18988
18989 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18990
18991 * ps-print.el: Skip banner page fix.
18992 (ps-print-version): New version number (5.1.2).
18993 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18994
18995 2000-03-23 Dave Pearson <davep@davep.org>
18996
18997 * net/quickurl.el Changed the type of parameter passed to the
18998 function defined by `quickurl-format-function'. Before only the
18999 text of the URL was passed. Now the whole URL structure is passed
19000 and the function is responsible for extracting the parts it requires.
19001 Changed the default of `quickurl-format-function' accordingly.
19002 (quickurl-insert): Changed the `funcall' of
19003 `quickurl-format-function' to match the above change.
19004 (quickurl-list-insert): Changed the `url' case so that it makes
19005 use of `quickurl-format-function', previous to this the format was
19006 hard wired.
19007
19008 2000-03-22 Gerd Moellmann <gerd@gnu.org>
19009
19010 * startup.el: Change some spellings for the X Window System.
19011
19012 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
19013
19014 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
19015 Clean up the code and the regexp and make sure the cursor is
19016 temporarily moved to the suspicious line while querying the user.
19017
19018 2000-03-22 Jason Rumney <jasonr@gnu.org>
19019
19020 * w32-fns.el (w32-charset-info-alist): Initialize.
19021
19022 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19023
19024 * ps-print.el: N-up last page fix.
19025 (ps-print-version): New version number (5.1.1).
19026 (ps-end-file, ps-end-job, ps-generate): Code fix.
19027
19028 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19029
19030 * files.el (find-file-run-dired): Update docstring.
19031 (find-directory-functions): New hook.
19032 (find-file-noselect): Run find-directory-functions rather than
19033 calling dired directly.
19034
19035 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
19036
19037 * pcvs.el: Add a minimal leading commentary.
19038 (cvs-make-cvs-buffer): Change the header part by removing the startup
19039 message and adding a `Module' entry. Also replace the FOOTER and
19040 HEADER special fileinfos with the new support in ewoc for updating
19041 its own footer and header.
19042 (cvs-update-header): Update to use the header/footer of the ewoc.
19043 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
19044 (cvs-is-within-p): New function.
19045 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
19046 to only examine some subset of the buffers.
19047
19048 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
19049 `format' instead of our own ad-hoc functions.
19050 Remove HEADER and FOOTER cases, now handled in the EWOC.
19051 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
19052
19053 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
19054 output to avoid scaring the user.
19055 (cvs-parse-table): Catch message for non-up-to-date commits.
19056
19057 * pcvs-defs.el (cvs-startup-message): Remove.
19058 (cvs-global-menu): New autoloaded menu.
19059
19060 * pcvs-util.el (cvs-string-fill): Remove.
19061
19062 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
19063 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
19064 PP part of it and also make it work for footers and headers.
19065 (ewoc-create): Drop POS and BUFFER arguments.
19066 Use the DLL's dummy node to store the end-of-footer position.
19067 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
19068 (ewoc-refresh): Remove unused `header' variable.
19069 (ewoc-(get|set)-hf): New functions.
19070
19071 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
19072 log-view-*-(message|file) and use easy-mmode-define-navigation.
19073 (log-view-message-re): Match SCCS format as well.
19074 And match the revision line rather than the dashed separator line.
19075 (log-view-mode): Use the new define-derived-mode.
19076 (log-view-current-tag): Fill in with an actual implementation.
19077
19078 * cvs-status.el (cvs-status-(prev|next)): Rename from
19079 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
19080 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
19081 to let the output "breathe" a little more (more readable).
19082 (cvs-status-mode): Use the new define-derived-mode.
19083
19084 * smerge-mode.el (smerge-auto-leave): New function and variable.
19085 (smerge-basic-map): Rename from smerge-basic-keymap.
19086 Change the bindings for smerge-diff-*.
19087 (smerge-*-map): Use easy-mmode-defmap.
19088 (smerge-(next|prev)): Use easy-mmode-define-navigation.
19089 (smerge-keep-*): Use smerge-auto-leave.
19090
19091 2000-03-21 Jason Rumney <jasonr@gnu.org>
19092
19093 * cus-edit.el (custom-button-face): Use 3D look for w32.
19094 (custom-button-pressed-face): Likewise.
19095
19096 2000-03-21 Gerd Moellmann <gerd@gnu.org>
19097
19098 * progmodes/etags.el (tags-case-fold-search): New user-option.
19099 (tags-loop-eval): New function. Bind case-fold-search around eval
19100 depending on the value of tags-case-fold-search.
19101 (tags-loop-continue): Use tags-loop-eval.
19102 (find-tag-in-order): Bind case-fold-search depending on the value
19103 of tags-case-fold-search.
19104
19105 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19106
19107 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
19108 (diff-end-of-hunk): Return the end position for use in
19109 `easy-mmode-define-navigation'.
19110 (diff-recenter): Remove.
19111 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19112 of `easy-mmode-define-navigation'.
19113 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19114 previous renaming) and fix to use new names.
19115 (diff-merge-strings): Use \n as separator: simpler, faster.
19116 (diff-mode): Use `define-derived-mode'.
19117
19118 * derived.el (define-derived-mode): Don't autoload anymore.
19119 Prefer the macro-only version provided by easy-mmode.el.
19120
19121 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
19122 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
19123 (easy-mmode-define-navigation): New macro.
19124
19125 * subr.el (combine-run-hooks): New function.
19126
19127 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
19128
19129 * term/x-win.el: Fontsets related initialization is simplified.
19130
19131 * international/mule-diag.el (describe-font): Don't refer to
19132 global-fontset-alist, instead call font-list.
19133 (describe-fontset, list-fontsets, mule-diag): Likewise.
19134 (print-fontset): Adjusted for the change of fontset implementation.
19135
19136 * international/fontset.el (x-charset-registries): Variable removed,
19137 instead the corresponding data is stored in the default fontset.
19138 (register-alternate-fontnames): Function removed.
19139 (resolved-ascii-font): Variable removed.
19140 (x-compose-font-name): Ignore the second argument REDOCE.
19141 (x-complement-fontset-spec): Complement only an ASCII font and
19142 element for those charsets than can use that ASCII font.
19143 (generate-fontset-menu): Don't refer to global-fontset-alist,
19144 instead call fontset-list.
19145 (uninstantiated-fontset-alist): Variable removed.
19146 (x-style-funcs-alist): Likewise.
19147 (fontset-default-styles): Likewise.
19148 (x-modify-font-name): Function removed.
19149 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19150 (create-fontset-from-ascii-font): Docsting adjusted for the above
19151 change.
19152 (instantiate-fontset, resolve-fontset-name): Functions removed.
19153 (fontset-list): Now implemented by C code.
19154
19155 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19156 (describe-face): Include `font' attribute in the description.
19157
19158 2000-03-21 Kenichi Handa <handa@etl.go.jp>
19159
19160 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19161
19162 2000-03-20 Gerd Moellmann <gerd@gnu.org>
19163
19164 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19165 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19166 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19167
19168 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19169 about behavior of set-buffer-modified-p wrt redisplay.
19170
19171 2000-03-19 Richard M. Stallman <rms@gnu.org>
19172
19173 * view.el (view-mode-disable): Kill local binding of view-read-only.
19174
19175 2000-03-18 Gerd Moellmann <gerd@gnu.org>
19176
19177 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19178 is a string, convert it to a syntax cell using string-to-syntax.
19179
19180 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19181 (string-to-syntax): New function.
19182
19183 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19184 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19185 try to use passive ftp mode.
19186
19187 2000-03-17 Gerd Moellmann <gerd@gnu.org>
19188
19189 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19190
19191 * simple.el (append-to-buffer): Update point of windows after
19192 insertion.
19193
19194 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19195 forward then moving backward. Reindent.
19196
19197 * frame.el (other-frame): Call x-focus-frame only if
19198 focus-follows-mouse is off.
19199
19200 2000-03-17 Dave Love <fx@gnu.org>
19201
19202 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
19203
19204 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19205
19206 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19207 regexp for labels cannot span several lines.
19208
19209 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19210 `(setq :<key> ':<key>)' to the macro expansion.
19211
19212 2000-03-16 Dave Love <fx@gnu.org>
19213
19214 * progmodes/f90.el (f90): Put custom group under `languages', not
19215 `fortran'.
19216 (f90-mode-hook): Customize.
19217 (f90-mode): Set add-log-current-defun-function.
19218 (f90-current-defun): New function.
19219
19220 2000-03-16 Gerd Moellmann <gerd@gnu.org>
19221
19222 * cus-edit.el (custom-variable-tag-face): Handle case that
19223 default face's height is not a number.
19224 (custom-face-tag-face, custom-group-tag-face-1)
19225 (custom-group-tag-face): Ditto.
19226 (custom-group-tag-face-1): Add :group.
19227
19228 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19229
19230 2000-03-15 Gerd Moellmann <gerd@gnu.org>
19231
19232 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19233 requiring easymenu.
19234
19235 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19236
19237 * ps-print.el: PostScript user-defined prologue, PostScript error
19238 handler, doc fix.
19239 (ps-print-version): New version number (5.1).
19240 (ps-user-defined-prologue, ps-error-handler-message)
19241 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19242 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19243 (ps-insert-string): New function.
19244
19245 2000-03-15 Kenichi Handa <handa@etl.go.jp>
19246
19247 * international/ccl.el (ccl-compile-expression): Don't generate
19248 invalid self-assignment code.
19249
19250 2000-03-14 Dave Love <fx@gnu.org>
19251
19252 * subr.el (replace-regexp-in-string): Renamed from
19253 replace-regexps-in-string. Doc fix.
19254
19255 2000-03-12 Dave Love <fx@gnu.org>
19256
19257 * cus-edit.el: Doc fixes.
19258 (customize-set-variable, customize-save-variable): Rename args for doc.
19259 (custom-variable-tag-face, custom-face-tag-face)
19260 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19261 style which user identify as hyperlink.
19262 (hook): Don't add undefined functions to the hook.
19263 (debug-ignored-errors): Transfer message from bindings.el.
19264
19265 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19266
19267 * recentf.el (recentf-keep-non-readable-files-p):
19268 Remove double/nested definition.
19269
19270 2000-03-12 Dave Love <fx@gnu.org>
19271
19272 * facemenu.el (facemenu-get-face): Use display-color-p.
19273 * enriched.el (enriched-decode-foreground): Likewise.
19274 (enriched-decode-background): Likewise.
19275 * isearch.el (isearch-highlight): Likewise.
19276 * info-look.el (info-lookup): Likewise.
19277 * simple.el (completion-setup-function): Likewise.
19278
19279 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19280 :options.
19281
19282 * bindings.el (mode-line-format): Fix line-number and
19283 column-number items. Add help-echo for the background.
19284 (mode-line-mule-info): Modify help-echo.
19285
19286 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19287
19288 * files.el (load-file): Allow completion to .elc.
19289
19290 * man.el: Doc fixes.
19291 (Man-init-defvars): Use display-color-p to set fontification.
19292
19293 * play/hanoi.el (hanoi-internal): Don't use oddp.
19294
19295 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19296
19297 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19298
19299 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19300
19301 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19302
19303 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19304 Fix comment.
19305
19306 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19307
19308 * font-lock.el (font-lock-keywords): Fix the doc now that
19309 regexp-opt-depth is unnecessary.
19310 (save-buffer-state): Set an edebug spec.
19311 (font-lock-fontify-anchored-keywords): Properly handle the case when
19312 the matcher goes past the limit.
19313
19314 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19315 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19316
19317 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19318 dll.el and cookie.el (from Elib) with heavy renaming and other
19319 massaging.
19320
19321 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19322 Autoload the functions used.
19323 (easy-mmode-define-syntax): Fix CL typo.
19324 (easy-mmode-define-derived-mode): Improve the docstring generation.
19325
19326 2000-03-10 Gerd Moellmann <gerd@gnu.org>
19327
19328 * textmodes/texinfo.el (texinfo-version): Variable and function
19329 removed.
19330
19331 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19332
19333 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19334 allow more flexibility.
19335 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
19336 (easy-mmode-defmap, easy-mmode-defsyntax)
19337 (easy-mmode-define-derived-mode): New macros.
19338
19339 2000-03-09 Didier Verna <didier@xemacs.org>
19340
19341 * rect.el (replace-rectangle): New function.
19342
19343 2000-03-09 Dave Love <fx@gnu.org>
19344
19345 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
19346 (fortran-comment-line-start-skip): Don't match cpp stuff.
19347 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19348 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19349 (fortran-mode): Don't set fortran-comment-line-start-skip,
19350 fortran-comment-line-start here. Set comment-start,
19351 add-log-current-defun.
19352 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19353 (fortran-current-defun): New function.
19354
19355 2000-03-09 Gerd Moellmann <gerd@gnu.org>
19356
19357 * emacs-lisp/re-builder.el: New file.
19358
19359 * mouse.el (mouse-drag-region): Don't run up-event handler
19360 if hscroll has changed.
19361
19362 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19363 builtin operators, use `font-lock-builtin-face' for Emacs and
19364 `font-lock-preprocessor-face' otherwise.
19365
19366 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19367 `(defun (setf foo)' differently.
19368
19369 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19370
19371 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19372 (regexp-opt): Update comment and adapt the code the new meaning of
19373 the `paren' argument of regex-opt-group for shy-groups.
19374 (regexp-opt-depth): Handle shy groups as well as backslashed
19375 backslashes.
19376 (regexp-opt-group): Turn the leading comment into a docstring.
19377 Allow `paren' to be a string (the string to use to open a group).
19378 Remove open-presuf and close-presuf. Instead of checking for `all
19379 one-char' and then later on check for `several one-char', handle
19380 both cases close together. Also apply a more generic algorithm
19381 for suffixes (the mirror image of the algorithm used for
19382 prefixes). Use shy-groups. Use nreverse rather than reverse.
19383 (regexp-opt-try-suffix): Removed.
19384
19385 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19386 from comint-mode-map, so we can just inherit from it. Also, move
19387 the initialization into the `defvar' since there's no docstring
19388 anyway and it's fairly short.
19389 (inferior-scheme-mode): Define it as derived-mode: the code is
19390 shorter and this way we inherit from comint-mode-map rather than
19391 copying it.
19392
19393 * subr.el (replace-regexps-in-string): Properly handle the case
19394 where we match an empty string.
19395
19396 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19397 when the command has a directory component (such as "./testml").
19398 Also fix a typo in the comment.
19399
19400 2000-03-08 Gerd Moellmann <gerd@gnu.org>
19401
19402 * Makefile (compile-files): Compile files one by one because
19403 that's the only way to ensure a clean compilation environment for
19404 each individual file.
19405
19406 * frame.el (other-frame): Call x-focus-frame.
19407
19408 2000-03-07 Dave Love <fx@gnu.org>
19409
19410 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19411 :require to defcustom.
19412
19413 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
19414
19415 * files.el (auto-mode-alist): Add configure.in.
19416
19417 * progmodes/autoconf.el: New file.
19418
19419 2000-03-07 Gerd Moellmann <gerd@gnu.org>
19420
19421 * mail/mh-e.el: Change maintainer to `none'.
19422
19423 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19424 to remove-hook and add-hook.
19425
19426 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19427
19428 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19429 it as the default.
19430 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19431 (sendmail-send-it): Conditionally add MIME headers specifying the
19432 used character set.
19433
19434 2000-03-07 Dave Love <fx@gnu.org>
19435
19436 * winner.el: Fix keywords, autoload cookies.
19437 Split eval-when-compile form to avoid compilation failure.
19438
19439 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19440
19441 * international/mule.el: Modify comment about coding system
19442 property `coding-category'.
19443 (make-coding-system): New argument EOL-TYPE. Pay attention to
19444 coding-category property of PROPERTIES.
19445
19446 * international/mule-conf.el (coding-category-utf-8)
19447 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
19448 categories. Include them in the argument for set-coding-priority.
19449
19450 * international/mule-cmds.el (reset-language-environment):
19451 Include coding-category-utf-8, coding-category-utf-16-be, and
19452 coding-category-utf-16-le in the argument for set-coding-priority.
19453 (reset-language-environment): Initialize coding-category-utf-8,
19454 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19455
19456 2000-03-06 Karl Fogel <kfogel@red-bean.com>
19457
19458 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19459 code abstracted out of `bookmark-jump-noselect'. Now tries info
19460 extensions as well as compression extensions.
19461 (bookmark-jump-noselect): Use above new func.
19462
19463 2000-03-03 Gerd Moellmann <gerd@gnu.org>
19464
19465 * strokes.el: Change maintainer's mail address.
19466
19467 2000-03-03 Kenichi Handa <handa@etl.go.jp>
19468
19469 * international/mule-diag.el (list-character-sets): Make help-echo
19470 string by substitute-command-keys.
19471 (list-character-sets): Likewise.
19472 (sort-listed-character-sets): Call help-setup-xref.
19473
19474 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19475
19476 * time.el (display-time-mail-file): Add `none' to the list of choices.
19477
19478 2000-03-01 Dave Love <fx@gnu.org>
19479
19480 * help.el (help-xref-go-back): Don't try to set position.
19481
19482 * international/mule-diag.el (list-character-sets):
19483 Call help-setup-xref. Add help-echo to xrefs.
19484 (list-character-sets-1): Add help-echo to xrefs.
19485
19486 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19487
19488 * frame.el (blink-cursor-mode): Switch cursor on when turning
19489 the mode off.
19490
19491 * add-log.el (add-log-current-defun): Add support for
19492 Autoconf mode.
19493
19494 * mail/rmail.el (rmail-quit-hook): New variable.
19495
19496 2000-03-01 Dave Love <fx@gnu.org>
19497
19498 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19499
19500 * help.el (help-xref-button): Add help-echo arg.
19501 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19502
19503 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
19504
19505 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
19506
19507 2000-03-01 Gerd Moellmann <gerd@gnu.org>
19508
19509 * image.el (defimage): Look for image files in load-path.
19510
19511 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
19512
19513 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19514
19515 * recentf.el (recentf): Added version tag to the defgroup of recentf.
19516
19517 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19518
19519 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
19520 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19521 action to select/unselect a file.
19522 (recentf-edit-list): Code cleanup and improvement.
19523 (recentf-open-more-files-action): `recentf-open-more-files' button
19524 widget action to open a file.
19525 (recentf-open-more-files): No more use standard completion but widgets.
19526 (recentf-more-collection): Deleted.
19527 (recentf-more-history): Deleted.
19528 (recentf-setup-more-completion): Deleted.
19529
19530 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19531
19532 * recentf.el (recentf-mode): No more needs that Emacs is running
19533 under a window-system.
19534
19535 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19536
19537 * recentf.el (recentf-edit-list): New command to edit the recent
19538 list which allow the user to remove files.
19539 (recentf-edit-selected-items): New global variable, used by
19540 `recentf-edit-list' to hold the list of files to be removed from
19541 the recent list.
19542 (recentf-make-menu-items): Updated to display a "Edit list..."
19543 menu item. Minor code cleanup.
19544
19545 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19546
19547 * recentf.el (recentf-open-more-files): New command to open files
19548 that are not displayed in the menu.
19549 (recentf-more-collection): New global variable holding the set of
19550 permissible completions used by `recentf-open-more-files'.
19551 (recentf-more-history): New global variable holding the history list
19552 used by `recentf-open-more-files' completion.
19553 (recentf-setup-more-completion): New function to setup completion for
19554 `recentf-open-more-files'.
19555 (recentf-make-menu-items): Updated to display a "More..." menu item.
19556
19557 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19558
19559 * recentf.el (recentf-menu-action): Doc fixed.
19560
19561 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19562
19563 * recentf.el (recentf-menu-filter): Doc updated.
19564 (recentf-update-menu-hook): Allow menu filters to force menu update.
19565 (recentf-make-menu-items): New menu filter handling.
19566 (recentf-make-menu-item): New helper function.
19567 (recentf-menu-elements): New menu handling function.
19568 (recentf-sort-ascending): Updated to new menu filter handling.
19569 (recentf-sort-descending): Updated to new menu filter handling.
19570 (recentf-sort-basenames-ascending): New menu filter function.
19571 (recentf-sort-basenames-descending): New menu filter function.
19572 (recentf-show-basenames): New menu filter function.
19573 (recentf-show-basenames-ascending): New menu filter function.
19574 (recentf-show-basenames-descending): New menu filter function.
19575
19576 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19577
19578 * diary-lib.el (list-diary-entries): Don't try to go forward at
19579 the end of the buffer.
19580
19581 2000-02-29 Kenichi Handa <handa@etl.go.jp>
19582
19583 * international/mule-diag.el (list-character-sets):
19584 Completely rewritten.
19585 (sort-listed-character-sets): New function.
19586 (list-character-sets-1): Completely rewritten.
19587 (list-character-sets-2): New function.
19588 (non-iso-charset-alist): New variable.
19589 (decode-codepage-char): New function.
19590 (charset-history): New variable.
19591 (read-charset) (list-block-of-chars)
19592 (list-iso-charset-chars)
19593 (list-non-iso-charset-chars)
19594 (list-charset-chars): New functions.
19595 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
19596 (dump-charsets): Likewise.
19597
19598 2000-02-29 Gerd Moellmann <gerd@gnu.org>
19599
19600 * dired-x.el (dired-filename-at-point): Add `@' to valid
19601 file name characters.
19602 (dired-filename-at-point): Handle ange-ftp file names.
19603
19604 * frame.el (frame-notice-user-settings): Use assq-delete-all
19605 instead of assoc-delete-all.
19606 (frame-notice-user-settings): Ditto.
19607
19608 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19609 Don't copy alist.
19610
19611 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19612
19613 * calculator.el (calculator-use-menu): New option.
19614 (calculator-initial-bindings): Changed some bindings to work as macros.
19615 (calculator-forced-input): Removed.
19616 (calculator-restart-other-mode): New variable.
19617 (calculator-mode-map): Set up menu.
19618
19619 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19620
19621 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
19622
19623 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19624
19625 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
19626 translate all ESC key sequences.
19627 (viper-goto-mark-subr): Restore markers for files for which
19628 they were saved.
19629 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19630 * viper-util.el (viper-set-replace-overlay-glyphs)
19631 (viper-set-replace-overlay): Always check if the replacement
19632 overlay is live.
19633 * viper.el (viper-vi-state-mode-list): Add major modes.
19634 * ediff-wind.el: Minor comment changes.
19635 * ediff.el: Copyright notice date fix.
19636
19637 2000-02-27 Jason Rumney <jasonr@gnu.org>
19638
19639 * faces.el (face-font-family-alternatives): Add arial to helv.
19640 (mode-line, header-line, tool-bar): Same default as x for w32.
19641 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19642 face-font-family-alternatives from working.
19643 * term/w32-win.el (mouse-set-font): Do not build fontset from
19644 chosen font.
19645
19646 2000-02-25 Sam Steingold <sds@goems.com>
19647
19648 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19649 properly.
19650
19651 2000-02-25 Richard M. Stallman <rms@gnu.org>
19652
19653 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19654
19655 2000-02-25 Gerd Moellmann <gerd@gnu.org>
19656
19657 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
19658
19659 * frame.el (busy-cursor-delay-seconds): New option.
19660
19661 2000-02-24 Gerd Moellmann <gerd@gnu.org>
19662
19663 * frame.el (show-cursor-in-non-selected-windows): New option.
19664
19665 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19666
19667 * diary-lib.el (include-other-diary-files): Undo the selective
19668 display in any included file and don't kill it.
19669
19670 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19671
19672 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19673 Menu items converted to (menu-item format, help strings added.
19674 [downcase, upcase]: Don't enable on MS-DOS.
19675 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
19676 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19677
19678 2000-02-23 Dave Love <fx@gnu.org>
19679
19680 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19681 (backward-kill-word): Revert addition of * to interactive spec --
19682 it's a feature.
19683
19684 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19685 (backward-kill-sentence, kill-sentence): Likewise.
19686
19687 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19688 scratch buffer name.
19689 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
19690
19691 * term/w32-win.el (internal-face-interactive): Update prompt for
19692 new read-face-name.
19693
19694 * mail/footnote.el (footnote): Add :version to defgroup.
19695 (footnote-section-tag-regexp): Customize.
19696 (footnote-start-tag, footnote-end-tag): New option.
19697 (footnote-latin-regexp): New variable.
19698 (Footnote-latin): New function.
19699 (footnote-style-alist): Add element for latin style.
19700 (footnote-style): Moved.
19701 (Footnote-goto-footnote): Use eq to test arg.
19702
19703 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19704
19705 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19706 (byte-compile-trueconstp): Include keywords.
19707 (byte-optimize-quote, byte-optimize-lapcode):
19708 Use byte-compile-const-symbol-p.
19709 (byte-optimize-char-before): New optimization.
19710
19711 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19712 (byte-compile-const-symbol-p): New function.
19713 (byte-compile-constp, byte-compile-out-toplevel)
19714 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19715 Use it.
19716
19717 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19718
19719 2000-02-23 Kenichi Handa <handa@etl.go.jp>
19720
19721 * international/encoded-kb.el: Be sure to update minor-mode-alist
19722 and minor-mode-map-alist.
19723 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19724 codes SS2 and SS3 correctly.
19725 (encoded-kbd-self-insert-ccl): New function.
19726 (encoded-kbd-setup-keymap): New function.
19727 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19728 by calling encoded-kbd-setup-keymap.
19729
19730 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19731 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
19732
19733 2000-02-22 Dave Love <fx@gnu.org>
19734
19735 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
19736 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
19737 (lisp-mode-syntax-table): Set up for #|...|# comments.
19738 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19739 classes. Match `defface'.
19740 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19741 (eval-defun-1): Fix for defcustom.
19742 (lisp-indent-region): Doc fix.
19743
19744 * subr.el (when, unless, split-string): Doc fix.
19745 (read-passwd): Move call of clear-this-command-keys to the right place.
19746 (replace-regexps-in-string): New function.
19747
19748 2000-02-22 Gerd Moellmann <gerd@gnu.org>
19749
19750 * help.el (describe-variable): Set syntax table to
19751 emacs-lisp-mode-syntax-table when moving forward over the
19752 symbol's name.
19753
19754 2000-02-22 Dave Love <fx@gnu.org>
19755
19756 * xt-mouse.el: Doc fixes.
19757 (xterm-mouse-position-function): New function, replacing advice of
19758 mouse-position.
19759 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19760
19761 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19762
19763 2000-02-21 Gerd Moellmann <gerd@gnu.org>
19764
19765 * format.el (format-annotate-single-property-change):
19766 Handle properties.with dotted-list values.
19767 (format-proper-list-p): New function.
19768
19769 * enriched.el (enriched-face-ans): Handle '(foreground-color
19770 . COLOR) and (background-color . COLOR).
19771
19772 2000-02-20 Dave Love <fx@gnu.org>
19773
19774 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19775 and assignments to it.
19776 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19777 current local map.
19778 (make-flyspell-overlay): Use it.
19779 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19780
19781 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19782 (lm-get-header-re): Defun, not defsubst.
19783 (lm-get-package-name): Defun, not defsubst. Simplify.
19784 (lm-version): Doc fix. Simplify.
19785 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19786 (lm-crack-address, lm-last-modified-date, lm-commentary)
19787 (lm-verify, lm-synopsis): Simplify.
19788 (lm-report-bug): Require emacsbug. Use compose-mail.
19789
19790 2000-02-20 Gerd Moellmann <gerd@gnu.org>
19791
19792 * dired.el (dired-mode): Call propertized-buffer-identification
19793 to set mode-line-buffer-identification to something having
19794 the right text properties.
19795
19796 * bindings.el (propertized-buffer-identification): New function.
19797
19798 2000-02-20 Dave Love <fx@gnu.org>
19799
19800 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19801 check for t-mouse too.
19802
19803 * cus-start.el: Make echo-keystrokes `number'.
19804
19805 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19806
19807 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19808 Don't call ring-empty-p unless tags-location-ring is bound.
19809 From Noah Friedman <friedman@splode.com>.
19810
19811 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19812
19813 * progmodes/hideshow.el (hs-flag-region): No longer use
19814 `intangible' overlay property.
19815
19816 (hs-toggle-hiding): New command.
19817 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19818
19819 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19820 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19821 and deactivation.
19822
19823 2000-02-18 Gerd Moellmann <gerd@gnu.org>
19824
19825 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19826
19827 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19828
19829 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19830
19831 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19832 of `*' to handle `(* ... *)' comments.
19833
19834 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19835
19836 * faces.el (list-faces-display): Use display-mouse-p instead of
19837 window-system.
19838
19839 * menu-bar.el (global-map): Menu-bar items converted to the new
19840 format (menu-item..., rearranged for better CUA compliance, and
19841 their names changed for better clarity. Help strings added.
19842
19843 * international/mule-cmds.el (mule-menu-keymap)
19844 (describe-language-environment-map, set-coding-system-map)
19845 (setup-language-environment-map): Convert to new (menu-item...
19846 form, add help strings. Change names of menu items for better clarity.
19847 "Mule" menu-bar item removed (it's now in the "Options" submenu).
19848
19849 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19850
19851 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19852 within the code.
19853
19854 2000-02-16 Dave Love <fx@gnu.org>
19855
19856 * faces.el: Don't require custom. Add more specific :groups to
19857 various deffaces.
19858 (set-face-attribute): Purecopy args.
19859 (read-face-name): Default to name at point and use it in prompt.
19860 Remove colon from arg in all callers.
19861 (list-faces-display): Hyperlink to face descriptions and customize
19862 buffers.
19863
19864 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19865
19866 * wid-edit.el (widget-match-inline): An atom never matches a list.
19867
19868 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19869
19870 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19871 at ':' characters by call to split-string.
19872
19873 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19874
19875 * textmodes/bibtex.el: Added RCS version identification.
19876
19877 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19878
19879 * textmodes/bibtex.el: Some temporary comments removed.
19880 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
19881 (bibtex-field-const): Allow capital letters.
19882 (bibtex-start-of-string): Deleted because unused.
19883
19884 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19885 use the term 'reference' to describe a bibtex entry as a whole.
19886 Further, reference keys are no longer called 'labels'.
19887 (bibtex-keys): Renamed to bibtex-reference-keys.
19888 (bibtex-reformat-previous-labels): Renamed to
19889 bibtex-reformat-previous-reference-keys.
19890 (bibtex-reference-type): Renamed to bibtex-entry-type.
19891 (bibtex-reference-head): Renamed to bibtex-entry-head.
19892 (bibtex-reference-maybe-empty-head): Renamed to
19893 bibtex-entry-maybe-empty-head.
19894 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19895 (bibtex-search-reference): Renamed to bibtex-search-entry.
19896 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19897 bibtex-enclosing-entry-maybe-empty-head.
19898 (bibtex-entry-field-alist, bibtex-entry-head)
19899 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19900 (bibtex-map-entries, bibtex-search-entry)
19901 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19902 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19903 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19904 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19905 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19906 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19907 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
19908
19909 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19910
19911 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19912 comment.
19913 (bibtex-format-field-delimiters): New function, functionality
19914 extracted from bibtex-format-entry.
19915 (bibtex-autokey-get-yearfield-digits): New function, functionality
19916 extracted from bibtex-autokey-get-yearfield.
19917
19918 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19919 entries in order to avoid stack overflow in the regexp matcher if
19920 field contents become large.
19921 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19922 (bibtex-field-string-part-not-braced)
19923 (bibtex-field-string-part-no-inner-braces)
19924 (bibtex-field-string-part-1-inner-brace)
19925 (bibtex-field-string-part-2-inner-braces)
19926 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19927 (bibtex-field-string-quoted, bibtex-field-string)
19928 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19929 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19930 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19931 Deleted as parsing is now performed by the following functions.
19932 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19933 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19934 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19935 (bibtex-parse-association, bibtex-field-name-for-parsing)
19936 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19937 (bibtex-search-forward-field, bibtex-search-backward-field)
19938 (bibtex-start-of-field, bibtex-end-of-field)
19939 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19940 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19941 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19942 (bibtex-parse-string, bibtex-search-forward-string)
19943 (bibtex-search-backward-string, bibtex-start-of-string)
19944 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19945 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19946 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
19947 entries. Instead of reporting the results of the parsing by
19948 match-beginning or match-end, these functions return data structures
19949 that hold the corresponding positions.
19950 (bibtex-enclosing-field): Changed to also report field boundaries by
19951 return values rather than by match-beginning or match-end.
19952 The following functions have been adapted to use the new
19953 parsing functions.
19954 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19955 (bibtex-enclosing-field, bibtex-format-entry)
19956 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19957 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19958 (bibtex-print-help-message, bibtex-end-of-entry)
19959 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19960 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19961 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19962 Use the new method for parsing.
19963 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19964 (bibtex-map-entries, bibtex-flash-head)
19965 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19966 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19967 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19968 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19969 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19970 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19971 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19972 order to make the new binding of case-fold-search immediately visible.
19973
19974 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19975
19976 * textmodes/bibtex.el: Copyright notice is up to date.
19977 Added constant 'bibtex-maintainer-salutation.
19978
19979 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
19980 than make-temp-name, use match-string-no-properties and eliminate
19981 a quadratic behavior when building bibtex-strings.
19982
19983 * bibtex.el (bibtex-reference-key): Accept string entries whose
19984 reference key contains upper case letters.
19985
19986 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19987
19988 * bibtex.el (bibtex-reference-head): Allow entries to start with
19989 a new line.
19990
19991 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19992
19993 * bibtex.el: Hiding of entry bodies is not longer provided by
19994 bibtex.el directly. Instead the hideshow package can be used.
19995 Added a special bibtex entry to hs-special-modes-alist.
19996 (bibtex-hs-forward-sexp): Added for hideshow.el.
19997
19998 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19999
20000 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
20001 proceedings entry type (for cross referencing). Thanks to Wagner
20002 Toledo Correa for the suggestion.
20003
20004 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
20005
20006 2000-02-14 Kenichi Handa <handa@etl.go.jp>
20007
20008 * international/characters.el: Setup case table for Vietnamese.
20009
20010 2000-02-12 Gerd Moellmann <gerd@gnu.org>
20011
20012 * uniquify.el (toplevel): Require CL at compile time.
20013 (uniquify-push): Removed.
20014
20015 * shadowfile.el (shadow-when): Removed.
20016
20017 * tempo.el (tempo-dolist, tempo-mapc): Removed.
20018 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
20019
20020 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
20021 regexp for paragraph-start.
20022
20023 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
20024 commas as well.
20025
20026 2000-02-10 Dave Love <fx@gnu.org>
20027
20028 * wid-edit.el: (widgets) [defgroup]: Remove url link.
20029 (widget-color-choice-list, widget-color-history, widget-mouse-help):
20030 Deleted.
20031 (widget-specify-field, widget-specify-button): Don't use
20032 widget-mouse-help as help-echo property.
20033 (default): Use #'ignore for :validate and :mouse-down-action.
20034 (checkbox): Add help-echo.
20035 (widget-sexp-validate): Rewritten to clarify error messages.
20036 (character): Use char-valid-p in :match function.
20037 (widget-color-complete): Use facemenu-color-alist.
20038 (widget-color-action): Use facemenu-read-color.
20039
20040 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
20041 set up `caar' &c that we now have.
20042
20043 2000-02-09 Ray Blaak <blaak@gnu.org>
20044
20045 * delphi.el: Make resourcestring a declaration region, like const
20046 and var.
20047
20048 2000-02-09 Dave Love <fx@gnu.org>
20049
20050 * bindings.el (mode-line-input-method-map): New variable.
20051 (mode-line-mule-info): Use it; fix last change.
20052 (mode-line-mode-menu): Move definition.
20053 (mode-line-mouse-sensitive-p): Deleted.
20054 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
20055 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
20056
20057 * startup.el (command-line-1): Don't call
20058 make-mode-line-mouse-sensitive.
20059
20060 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20061
20062 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
20063 before rmail-toggle-header, because the former toggles headers.
20064
20065 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
20066
20067 * diff-mode.el (diff-kill-junk): New interactive function.
20068 (diff-reverse-direction): Use delete-and-extract-region.
20069 (diff-post-command-hook): Restrict the area so that the hook also works
20070 outside of any diff hunk. This is necessary for the minor-mode.
20071 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
20072 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
20073
20074 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
20075 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
20076 so that it can be used more easily in <foo>-mode-hook. Also make sure
20077 to avoid duplicate entries.
20078 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
20079 (font-lock-remove-keywords): Just as was done for `add', allow it to
20080 work even if font-lock-mode is nil. Also make sure we don't modify
20081 any pre-existing list by forcing a copy-sequence. Finally rename
20082 `major-mode' to `mode'.
20083 (font-lock-fontify-syntactic-anchored-keywords)
20084 (font-lock-fontify-anchored-keywords)
20085 (font-lock-fontify-keywords-region): Use line-end-position.
20086 Don't make `font-lock-multiline' local (it's now done in
20087 font-lock-set-defaults).
20088 (font-lock-set-defaults): Make `font-lock-multiline' local.
20089 Move the `font-lock-fontified' creation to inside the `unless'.
20090
20091 2000-02-06 Andrew Innes <andrewi@gnu.org>
20092
20093 * term/w32-win.el (x-handle-args): Comment out call to message,
20094 which occurs before window system is initialized.
20095
20096 * makefile.nt: Add support for recompiling lisp code.
20097
20098 2000-02-04 Dave Love <fx@gnu.org>
20099
20100 * bindings.el (mode-line-mule-info): Fix/extend last change.
20101
20102 * completion.el: Replace completion-dolist with dolist.
20103
20104 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
20105
20106 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20107
20108 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
20109 environment names before they go into the section regexp.
20110
20111 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
20112 char class in regexp.
20113
20114 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20115 Bind `case-fold-search' to nil.
20116
20117 * progmodes/idlwave.el (idlwave-template):
20118 Respect `idlwave-abbrev-change-case'.
20119 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20120 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20121 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
20122 (idlwave-rw-case): New function.
20123 (idlwave-statement-match): Fixed problem with assignment regexp.
20124 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
20125 (idlwave-surround): New argument LENGTH to support padding of
20126 operators longer than 1 char.
20127
20128 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20129 idlwave-shell-expression-overlay. Implemented printing of
20130 expressions on higher levels of the calling stack.
20131 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
20132 (idlwave-retrieve-expression-from-level): New function.
20133 (idlwave-shell-last-calling-stack): Variable removed.
20134 (idlwave-shell-reset): Argument action reversed (`visible' to
20135 `hidden'). Also remove stop-line overlay.
20136 (idlwave-shell-calling-stack-routine): New variable.
20137 (idlwave-shell-parse-stack-and-display): Messages now display
20138 negative level numbers.
20139 (idlwave-shell-mode): Set `modeline-format'.
20140 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
20141 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
20142 (idlwave-shell-print-expression-function): New option.
20143
20144 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20145 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
20146 `tool-bar' instead of `toolbar'.
20147
20148 2000-02-02 Dave Love <fx@gnu.org>
20149
20150 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20151 emacs-lisp-mode-hook. Don't check for defalias being defined.
20152
20153 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
20154 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20155 Use the new builtins directly.
20156
20157 * whitespace.el (whitespace): Add :version to defgroup.
20158
20159 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20160 Doc fix.
20161
20162 * thingatpt.el (sexp-at-point, symbol-at-point)
20163 (number-at-point, list-at-point): Add autoload cookie.
20164
20165 * recentf.el (recentf): Add :version to defgroup.
20166
20167 * quickurl.el (quickurl): Add :version to defgroup.
20168
20169 * elide-head.el (elide-head): Use point-marker more.
20170
20171 * bs.el (bs): Add :version to defgroup.
20172
20173 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20174
20175 * progmodes/delphi.el (delphi): Add :version to defgroup.
20176
20177 2000-02-02 Gerd Moellmann <gerd@gnu.org>
20178
20179 * ange-ftp.el (ange-ftp-write-region): Handle case that
20180 succeeding process operation sets a different coding system.
20181
20182 * calculator.el: New file.
20183
20184 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20185
20186 * frame.el (frames-on-display-list, framep-on-display): New functions.
20187 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20188 (display-selections-p, display-screens, display-pixel-width)
20189 (display-pixel-height, display-mm-width, display-mm-height)
20190 (display-backing-store, display-save-under, display-planes)
20191 (display-color-cells, display-visual-class): New functions.
20192
20193 * term/tty-colors.el (tty-color-gray-shades): New function.
20194
20195 * faces.el (display-color-p): Use framep-on-display.
20196 (display-grayscale-p): New function.
20197
20198 2000-01-31 Dave Love <fx@gnu.org>
20199
20200 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20201 (create-fontset-from-x-resource): Don't concat integers.
20202
20203 2000-01-31 Inge Frick <inge@nada.kth.se>
20204
20205 * view.el: Some changes in documentation. Removed some trailing
20206 whitespace. Changed some parameter names to agree with documentation.
20207 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20208 window is not deleted. Modifies change 1998-04-26.
20209
20210 2000-01-31 Gerd Moellmann <gerd@gnu.org>
20211
20212 * windmove.el: New file.
20213
20214 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20215 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20216 progmodes/ebnf-yac.el: Update copyright and license info.
20217
20218 * jit-lock.el (jit-lock-function): Widen before calculating
20219 end position.
20220 (jit-lock-stealth-chunk-start): Rewritten.
20221
20222 * info.el (Info-title-face-alist): Removed.
20223 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
20224 (Info-fontify-node): Use these faces.
20225
20226 2000-01-30 Gerd Moellmann <gerd@gnu.org>
20227
20228 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20229 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20230 `&allow-other-keywords'.
20231
20232 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20233 the list of directories scanned heuristically.
20234
20235 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
20236
20237 2000-01-30 Jason Rumney <jasonr@gnu.org>
20238
20239 * w32-fns.el: Define w32-tty-standard-colors.
20240
20241 * startup.el (command-line): Use w32-tty-standard-colors when in
20242 w32 console mode.
20243
20244 2000-01-30 Dave Love <fx@gnu.org>
20245
20246 * jka-compr.el (jka-compr-load): Fix up load-history.
20247
20248 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20249
20250 * emacs-lisp/cl-macs.el: Revert previous change.
20251
20252 2000-01-29 Dave Love <fx@gnu.org>
20253
20254 * facemenu.el: Purecopy various strings.
20255
20256 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20257 years. Deal with three-digit years.
20258
20259 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20260 Use defconst, purecopy.
20261 (help-back-label): Purecopy it.
20262
20263 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20264
20265 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20266 variable. If non-nil, order the buffer list according to the
20267 currently selected frame.
20268 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20269 non-nil, pass the selected frame to function buffer-list.
20270
20271 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20272
20273 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20274
20275 2000-01-28 Dave Love <fx@gnu.org>
20276
20277 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20278
20279 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20280 Don't use lisp-indent-hook property.
20281 (cl-abs): Remove.
20282
20283 * subr.el: Move out indent and edebug specs for when and unless.
20284
20285 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20286 when, unless.
20287
20288 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20289 unless, when.
20290
20291 2000-01-28 Gerd Moellmann <gerd@gnu.org>
20292
20293 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20294 `collecting' as synonym for `collect'.
20295
20296 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20297 for the case it contains spaces.
20298
20299 * simple.el (what-cursor-position): Change formatting of messages.
20300
20301 * frame.el (delete-other-frames): New function.
20302 (toplevel): Bind it to C-x 5 1.
20303
20304 * sort.el (sort-numeric-base): New option.
20305 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20306 interpret it as octal or hexadecimal. Use sort-numeric-base
20307 as default base.
20308
20309 * progmodes/glasses.el: New file.
20310
20311 2000-01-27 Gerd Moellmann <gerd@gnu.org>
20312
20313 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20314 userids differently.
20315
20316 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20317 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20318 progmodes/ebnf-yac.el: New files.
20319
20320 2000-01-26 Dave Love <fx@gnu.org>
20321
20322 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20323 on a function with an empty body. [From Eric Ludlam.]
20324
20325 2000-01-25 Andre Spiegel <spiegel@gnu.org>
20326
20327 * vc.el (vc-version-diff): Make sure file name is expanded.
20328
20329 2000-01-25 Gerd Moellmann <gerd@gnu.org>
20330
20331 * scroll-bar.el (scroll-bar-timer): Variable removed.
20332 (scroll-bar-toolkit-scroll): Don't use a timer.
20333
20334 2000-01-25 Kenichi Handa <handa@etl.go.jp>
20335
20336 * language/thai-util.el (thai-composition-function):
20337 Delete superfluous `a'.
20338
20339 2000-01-24 Dave Love <fx@gnu.org>
20340
20341 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20342 end-of-defun-function.
20343
20344 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
20345
20346 2000-01-22 Jason Rumney <jasonr@gnu.org>
20347
20348 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20349 conflicts with new face support.
20350
20351 2000-01-22 Richard M. Stallman <rms@gnu.org>
20352
20353 * replace.el (query-replace): Rename last arg to DELIMITED.
20354 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20355 (query-replace-regexp): Likewise.
20356
20357 2000-01-20 Richard M. Stallman <rms@gnu.org>
20358
20359 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20360
20361 * emacs-lisp/lisp.el (beginning-of-defun-function):
20362 Variable renamed from beginning-of-defun.
20363 Do not call make-variable-buffer-local.
20364 (beginning-of-defun-raw): Use new variable name; doc fix.
20365 (beginning-of-defun): Doc fix.
20366 (end-of-defun-function): Variable renamed from end-of-defun.
20367 Do not call make-variable-buffer-local.
20368 (end-of-defun): Use new variable name; doc fix.
20369
20370 * subr.el (dolist, dotimes): Copied from cl-macs.el
20371 and made to work.
20372
20373 * mail/undigest.el (rmail-digest-end-regexps):
20374 Variable replaces rmail-digest-end-regexp.
20375 Allows multiple regexps for detecting the end line.
20376 (undigestify-rmail-message): Corresponding changes.
20377
20378 2000-01-19 Dave Love <fx@gnu.org>
20379
20380 * files.el (user-init-file): Don't declare here -- is primitive.
20381
20382 * startup.el (command-line): Check for compiled user-init-file and
20383 set to uncompiled version if necessary.
20384
20385 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20386
20387 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20388 (undigestify-rmail-message): Use it.
20389
20390 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20391
20392 2000-01-17 Gerd Moellmann <gerd@gnu.org>
20393
20394 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20395 of mini-buffer.
20396
20397 2000-01-14 Gerd Moellmann <gerd@gnu.org>
20398
20399 * emacs-lisp/copyright.el (copyright-update): Removed the
20400 requirement for a trailing space from `copyright-regexp', to
20401 support copyrights with owner specified on a separate line..
20402
20403 * align.el: New file.
20404
20405 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20406
20407 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20408
20409 2000-01-13 Dave Love <fx@gnu.org>
20410
20411 * ph.el: Removed. (Obsoleted by EUDC.)
20412
20413 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20414
20415 * net/eudc.el (toplevel): Remove autoloaded code installing
20416 menu with easymenu, because that causes build problems.
20417
20418 * frame.el (frame-notice-user-settings): New variable.
20419 (frame-notice-user-settings): Don't modify frame parameters
20420 if called a second time.
20421
20422 2000-01-13 Richard M. Stallman <rms@gnu.org>
20423
20424 * frame.el (frame-notice-user-settings):
20425 Notice default-frame-parameters even for non-window frames.
20426
20427 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20428
20429 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20430 for Emacs.
20431 (eudc-bob-can-display-inline-images): Extend for Emacs.
20432 (eudc-bob-toggle-inline-display): Ditto.
20433 (eudc-bob-display-jpeg): Ditto.
20434
20435 2000-01-12 Gerd Moellmann <gerd@gnu.org>
20436
20437 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20438 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20439 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20440
20441 * add-log.el (add-change-log-entry): Fix error trying an
20442 `(insert nil)'.
20443
20444 * subdirs.el: Add `net' directory.
20445
20446 * net: New directory.
20447
20448 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20449 eval-last-sexp. Don't bind debug-on-error here.
20450 (eval-last-sexp): New function. Bind debug-on-error if
20451 eval-expression-debug-on-error is non-nil.
20452 (eval-defun-2, eval-defun): Likewise.
20453
20454 * simple.el (eval-expression): Don't bind debug-on-error if
20455 eval-expression-debug-on-error is nil. Detect changed
20456 debug-on-error, and propagate new value to global binding, if
20457 eval-expression-debug-on-error is non-nil,
20458 (eval-expression-debug-on-error): Change doc string.
20459
20460 2000-01-11 Richard M. Stallman <rms@gnu.org>
20461
20462 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20463
20464 * emacs-lisp/lisp-mode.el (with-syntax-table):
20465 Set up lisp-indent-function property.
20466
20467 * subr.el (with-syntax-table): Moved from simple.el.
20468
20469 * simple.el (with-syntax-table): Moved to subr.el.
20470
20471 2000-01-11 Gerd Moellmann <gerd@gnu.org>
20472
20473 * tmm.el (tmm-shortcut): Delete region after prompt instead
20474 of erasing buffer.
20475
20476 * textmodes/fill.el (fill-common-string-prefix): New function.
20477 (fill-context-prefix): Use the longest common prefix of first
20478 and second line fill prefix, if there is one.
20479
20480 2000-01-11 Richard M. Stallman <rms@gnu.org>
20481
20482 * array.el (array-mode): Don't use make-variable-buffer-local.
20483 Use make-local-variable for `truncate-lines'.
20484
20485 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20486
20487 * add-log.el (add-log-current-defun): Handle user-defined
20488 add-log-current-function returning nil,
20489
20490 * add-log.el (add-change-log-entry): Insert version number
20491 if having found a current function
20492
20493 * add-log.el (add-log-current-defun):
20494 Call `add-log-current-defun-function'. Try matches at level 0 and
20495 level 1. Strip whitespace from defun found.
20496
20497 2000-01-10 John Wiegley <johnw@gnu.org>
20498
20499 * allout.el (isearch-done/outline-provisions): Added `edit'
20500 argument to correspond with the current definition of `isearch-done'.
20501
20502 2000-01-10 Dave Love <fx@gnu.org>
20503
20504 * elide-head.el (elide-head): Use point-marker, not point.
20505
20506 2000-01-10 Gerd Moellmann <gerd@gnu.org>
20507
20508 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20509 before and after the year 2000.
20510
20511 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20512 Add ispell- prefix.
20513
20514 2000-01-10 Ken Stevens <k.stevens@ieee.org>
20515
20516 * ispell.el: Only define dictionaries in menus when they exist.
20517 (version18p): New variable.
20518 (version20p): New variable.
20519 (xemacsp): New variable.
20520 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20521 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20522 (ispell-dictionary-alist6): Russian command lines no longer accept
20523 run-together words.
20524 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20525 (ispell-dictionary-alist): Add koi8-r to customize definition.
20526 (check-ispell-version): Added documentation string. Return library
20527 path when called non-interactively.
20528 (ispell-menu-map-needed): Uses new variables.
20529 (ispell-library-path): New variable.
20530 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20531 (ispell-word): Improved documentation string. Test for valid
20532 character mappings. Correctly check typed in word changes that can
20533 result in single words split into multiple words.
20534 Return replacement word.
20535 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20536 replace in recursive query replace mode. Help message for
20537 recursive edit mode.
20538 (ispell-show-choices): Protect against bad framepop bindings.
20539 (ispell-help): Fix to work with XEmacs.
20540 (ispell-highlight-spelling-error): Use new variables.
20541 (ispell-overlay-window): Fix to work with XEmacs.
20542 (ispell-parse-output): Passed and returns location information
20543 tracking spelling corrections. Doesn't recheck same word on
20544 current line.
20545 (ispell-init-process): Protect against bogus XEmacs variable binding.
20546 Fix call to single argument in sleep-for. Use new variables.
20547 (ispell-region): Passed and returns location information tracking
20548 spelling corrections. Doesn't check same word on current line.
20549 Improved documentation string. Doesn't resend a line already
20550 checked to the ispell process - fixes bug in LaTeX parsing.
20551 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20552 (ispell-skip-region): No longer skips <TT> in SGML.
20553 (ispell-process-line): Tracks location information with spelling
20554 corrections. Added documentation string. Accounts for words
20555 already accepted on this line. Don't allow query-replace on line
20556 starting with math characters. Doesn't resend a line already sent
20557 to ispell process. Fixes alignment error bug.
20558
20559 2000-01-10 Richard M. Stallman <rms@gnu.org>
20560
20561 * dired-x.el (dired-guess-shell-alist-default):
20562 Suggest xloadimage, which is free, not xv, which isn't.
20563
20564 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20565 Don't ever include the host name or user name in the value.
20566
20567 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20568
20569 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20570 of a real newline.
20571
20572 2000-01-09 Stephen Eglen <stephen@gnu.org>
20573
20574 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20575 for .png files.
20576
20577 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20578
20579 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20580
20581 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20582
20583 * progmodes/cperl-mode.el: Replace ^F with ^L.
20584
20585 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20586 `require'ing rmail and mailalias to prevent infinite recursion.
20587
20588 2000-01-08 Dave Love <fx@gnu.org>
20589
20590 * emacs-lisp/backquote.el: Remove inappropriate customization
20591 (allowing custom.el to use backquote).
20592
20593 2000-01-07 Dave Love <fx@gnu.org>
20594
20595 * add-log.el (add-log-debugging): Deleted.
20596 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20597 file. Remove debugging code.
20598 (change-log-get-method-definition, change-log-name): Add doc.
20599 (change-log-sortable-date-at): New function.
20600 (change-log-merge): New command.
20601
20602 * time.el (display-time-string-forms): Make the Mail string active.
20603 (display-time-update): Provide help-echo for load average.
20604
20605 * bindings.el (make-mode-line-mouse2-map): New function.
20606 (mode-line-modified): Use it and simplify.
20607 (mode-line-mule-info): Provide help-echo info.
20608 (minor-mode-alist): Activate the strings.
20609 (make-mode-line-mouse-sensitive): Simplify for
20610 mode-line-buffer-identification.
20611
20612 2000-01-07 Gerd Moellmann <gerd@gnu.org>
20613
20614 * play/pong.el: New file.
20615
20616 2000-01-06 Dave Love <fx@gnu.org>
20617
20618 * array.el: Assorted cleanups for compiler warnings, doc strings,
20619 `array-' prefix for symbols.
20620
20621 2000-01-05 Dave Love <fx@gnu.org>
20622
20623 * textmodes/outline.el (outline-mode-menu-bar-map):
20624 Add outline-headers-as-kill.
20625 (outline-mode): Define imenu-generic-expression.
20626 (outline-headers-as-kill): New command.
20627
20628 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20629 from paragraph-start.
20630 (paragraph-indent-minor-mode): New command.
20631
20632 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20633 M-C-e, M-C-h, C-j, C-xnd, TAB.
20634 (fortran-mode): Set beginning-of-defun, end-of-defun.
20635 (fortran-column-ruler): Simplify.
20636 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20637 (fortran-with-subprogram-narrowing): Likewise.
20638 (fortran-indent-subprogram): Call mark-defun.
20639 (fortran-check-for-matching-do): Change narrowing.
20640
20641 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20642 (cl-lucid-hash-tag): Delete.
20643 (cl-hash-table-p): Correct test for native table.
20644 (cl-hash-table-count): Use hash-table-count.
20645
20646 * browse-url.el (browse-url): Fix case of
20647 browse-url-browser-function being an alist.
20648
20649 2000-01-05 Carsten Dominik <cd@gnu.org>
20650
20651 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20652 (reftex-index-phrase-file-extension): New options.
20653
20654 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20655 Use new option `reftex-index-phrase-file-extension'.
20656
20657 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20658 `reftex-parse-file-extension'.
20659
20660 2000-01-05 Dave Love <fx@gnu.org>
20661
20662 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20663 (beginning-of-defun-raw): Use it.
20664 (end-of-defun): New variable.
20665 (end-of-defun): Use it.
20666 (check-parens): New command.
20667
20668 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20669
20670 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20671 (hs-show-block): Don't use `mapcar' when not accumulating.
20672
20673 Fix buglet in local variables initialization.
20674
20675 2000-01-05 Andreas Schwab <schwab@suse.de>
20676
20677 * hscroll.el (hscroll): Doc fix.
20678
20679 2000-01-05 Carsten Dominik <cd@gnu.org>
20680
20681 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20682 Require idlw-toolbar.
20683
20684 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
20685 file idlw-rinfo.el.
20686 (idlwave-customize): Load must read file idlw-shell.el.
20687 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
20688
20689 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20690
20691 * progmodes/idlw-shell.el: Also provide idlwave-shell
20692 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20693 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20694
20695 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
20696 both reftex-dcr and reftex-vcr.
20697
20698 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20699
20700 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20701
20702 * ps-print.el: PostScript code now is in separate files, doc fix.
20703 (ps-print-version): New version number (5.0.3).
20704 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20705 local.
20706 (ps-spool-config): Initialization fix.
20707 (ps-print-prologue-1, ps-print-prologue-2)
20708 (ps-print-duplex-feature): PostScript code moved to separated file.
20709 (ps-background-image): Little code reformating.
20710 (ps-begin-file, ps-begin-job): Fix code.
20711 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20712 (ps-prologue-file): New fun.
20713
20714 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20715
20716 * ps-vars.el: Eliminated.
20717
20718 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20719 `;;;###autoload'.
20720
20721 * ps-print.el: ps-vars eliminated, doc fix.
20722 (ps-print-version): New version number (5.0.2).
20723 (ps-spool-config): Initialization fix.
20724 (ps-print-customize): New fun.
20725
20726 2000-01-04 Gerd Moellmann <gerd@gnu.org>
20727
20728 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
20729
20730 2000-01-04 Dave Love <fx@gnu.org>
20731
20732 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20733 menu items.
20734
20735 2000-01-03 Dave Love <fx@gnu.org>
20736
20737 * elide-head.el (elide-head) [defgroup]: Add :version.
20738
20739 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
20740 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20741 Use `cl-hash-table-p', not `hash-table-p'.
20742 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20743
20744 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20745
20746 * faces.el (face-read-integer, read-face-attribute)
20747 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
20748
20749 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20750
20751 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20752 at comment end, and re-insert them after filling.
20753
20754 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20755
20756 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20757 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20758 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20759
20760 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20761
20762 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20763 the new name of face-color-supported-p.
20764
20765 * term/w32-win.el (xw-defined-colors): Likewise.
20766
20767 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20768
20769 * simple.el (completion-setup-function): Count completion-size
20770 from minibuffer-prompt-end, not from point-min.
20771
20772 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20773
20774 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20775 Pass the frame to tty-color-* functions.
20776 (display-color-p, frame-set-background-mode): Pass the frame to
20777 tty-display-color-p.
20778
20779 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20780 tty-color-alist.
20781 (tty-color-alist, tty-modify-color-alist): New functions.
20782 (tty-color-define, tty-color-clear, tty-color-approximate)
20783 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20784 optional parameter FRAME.
20785
20786 2000-01-01 Gerd Moellmann <gerd@gnu.org>
20787
20788 * image.el (create-image, defimage): Don't assume image data is
20789 a string.
20790
20791 * image.el (defimage): Handle specifications containing :data
20792 instead of :file.
20793 (image-type-from-data): New function.
20794 (image-type-from-file-header): Use it.
20795 (create-image): Add parameter DATA-P.
20796
20797 See ChangeLog.8 for earlier changes.
20798
20799 ;; Local Variables:
20800 ;; coding: iso-2022-7bit
20801 ;; End:
20802
20803 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20804 Copying and distribution of this file, with or without modification,
20805 are permitted provided the copyright notice and this notice are preserved.