c0bf9824b4cc29b0653b789b0aa25e370dc591de
[bpt/emacs.git] / lisp / ChangeLog.9
1 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2
3 * (Version 21.1 released.)
4
5 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6
7 * files.el (auto-mode-alist): Associate .indent.pro with
8 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
9
10 2001-10-18 Sam Steingold <sds@gnu.org>
11
12 Put the *Compile-Log* buffer in `compilation-mode'.
13 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
14 (byte-compile-log-1, byte-compile-log-file)
15 (displaying-byte-compile-warnings): Use it
16
17 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
18
19 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
20
21 * xml.el (xml-parse-tag): Use eq on char-after's return value.
22
23 2001-10-18 Gerd Moellmann <gerd@gnu.org>
24
25 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
26
27 * obsolete/hilit19.el (hilit-lookup-face-create):
28 Call set-face-font only if display-graphic-p.
29 (toplevel): Remove references to window-system.
30
31 2001-10-18 Miles Bader <miles@gnu.org>
32
33 * simple.el (what-line): Avoid problems with field properties.
34
35 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
36
37 * wid-edit.el (widget-field-face, widget-single-line-field-face):
38 Define special colors for a tty.
39
40 2001-10-17 Francesco Potortì <pot@gnu.org>
41
42 * comint.el (comint-password-prompt-regexp): Make it less
43 restrictive, letting comint recognize OpenSSH2 passphrase prompts.
44
45 2001-10-17 John Wiegley <johnw@gnu.org>
46
47 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
48 a regular file, before checking if it is a directory or symlink.
49 This avoids a call to eshell-file-attributes, which can be
50 expensive in some situations.
51
52 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
53 customization variable, to differentiate ls-in-dired from regular
54 uses of ls.
55
56 2001-10-17 Miles Bader <miles@gnu.org>
57
58 * custom.el (defface): Mention `:inherit' in doc-string.
59
60 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
61
62 * paren.el: Update the Commentary with installation instructions.
63
64 2001-10-15 Dave Love <fx@gnu.org>
65
66 * international/mule.el (set-auto-coding): Fix regexps for local
67 variables section not to eat newlines.
68
69 2001-10-15 Miles Bader <miles@gnu.org>
70
71 * simple.el (display-message-or-buffer): Pass the correct buffer
72 to `display-buffer'.
73
74 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
75
76 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
77 (executable-find): Use exec-suffixes.
78 (executable-set-magic): Don't use make-local-hook.
79
80 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
81
82 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
83
84 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
85 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
86 Add .so to the Unix and GNU branch.
87
88 * international/latin-1.el:
89 * international/latin-2.el:
90 * international/latin-3.el:
91 * international/latin-4.el:
92 * international/latin-5.el:
93 * international/latin-8.el:
94 * international/latin-9.el: Add no-byte-compile: t, since
95 Makefile.in instructs make-docfile to look at .el files.
96
97 2001-10-14 Miles Bader <miles@gnu.org>
98
99 * button.el (define-button-type): Allow supertype property to be
100 specified with a keyword `:supertype' too.
101 (button-put, make-text-button): Allow button type property to be
102 specified using the keyword `:type' too.
103 (button-type): New function.
104 (button): Add `button-category-symbol' property.
105
106 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
107
108 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
109 indent-new-comment-line from comment-indent-new-line.
110
111 * textmodes/refill.el (refill-mode):
112 Bind DEL to backward-delete-char-untabify.
113 Set backward-delete-char-untabify-method to `hungry'.
114
115 * textmodes/bib-mode.el (bib-mode):
116 * play/gomoku.el (gomoku-mode):
117 * textmodes/page-ext.el (pages-directory-mode):
118 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
119
120 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
121
122 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
123
124 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
125 Handle here-docs differently.
126 (sh-font-lock-heredoc): Remove.
127 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
128 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
129 (sh-font-lock-open-heredoc): New functions.
130 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
131 (sh-font-lock-keywords-1): Use regexp-opt.
132 (sh-in-comment-or-string): Use syntax-ppss.
133 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
134 (sh-select, sh-tmp-file): Add explicit terminating \n.
135
136 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
137 Use with-current-buffer.
138 (ange-ftp-cd): New arg `noerror' to prevent signaling an error.
139 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
140 filename), catch any error that occurs in `ange-ftp-cd'.
141 If an error happened, don't bother sending `cmd' at all.
142 Fix a parenthesis typo.
143 (ange-ftp-write-region): Don't blindly use binary if the remote host
144 is unix-like.
145
146 * play/pong.el (pong-init): Don't use make-local-hook.
147
148 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
149
150 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
151 (viper-get-ex-address-subr): More precise addr for the $ marker
152
153 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
154
155 * version.el (emacs-version): Bump to 21.1.50.
156
157 2001-10-13 Pavel Janík <Pavel@Janik.cz>
158
159 * mail/mailalias.el (mail-directory-stream): Do not double
160 variables in the lambda-list.
161
162 * play/gomoku.el (gomoku-init-display): Ditto.
163
164 * play/landmark.el (lm-init-display): Ditto.
165
166 * delim-col.el (delimit-columns-rectangle-max): Ditto.
167 (delimit-columns-rectangle-line): Ditto.
168
169 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
170
171 * newcomment.el (comment-region-internal): Don't rebind
172 invisibility_spec now that the C routines handle it correctly.
173
174 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
175
176 * frame.el (special-display-popup-frame): Obey new specs `same-window'
177 and `same-frame'.
178
179 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
180
181 * simple.el (minibuffer-local*-map): Remove redundant bindings.
182
183 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
184 C-p and C-r. Remove redundant bindings from inheriting maps.
185
186 * progmodes/cperl-mode.el: Merged in changes from v4.32.
187 After 4.23 and: After 4.24:
188 (cperl-contract-levels): Restore position.
189 (cperl-beautify-level): Likewise.
190 (cperl-beautify-regexp): Likewise.
191 (cperl-commentify): Rudimentary support for length=1 runs.
192 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
193 After 4.25:
194 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
195 (imenu-example--create-perl-index): Was not enforcing
196 syntaxification-to-the-end.
197 (cperl-invert-if-unless): Allow `for', `foreach'.
198 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
199 Mark qw(), m()x as indentable.
200 (cperl-init-faces): Highlight `sysopen' too.
201 Highlight $var in `for my $var' too.
202 (cperl-invert-if-unless): Was leaving whitespace at end.
203 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
204 (cperl-calculate-indent): Remove old commented out code.
205 Support (primitive) indentation of qw(), m()x.
206 After 4.26:
207 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
208 q [] with intervening newlines.
209 (cperl-autoindent-on-semi): New customization variable.
210 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
211 (cperl-tips): Mention how to make CPerl the default mode.
212 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
213 (cperl-outline-level): New function.
214 (cperl-highlight-variables-indiscriminately): New customization var.
215 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
216 From Sean Kamath <kamath@pogo.wv.tek.com>.
217 (cperl-after-block-p): Support CHECK and INIT.
218 (cperl-init-faces, cperl-short-docs): Likewise and "our".
219 From Doug MacEachern <dougm@covalent.net>.
220 After 4.27:
221 (cperl-find-pods-heres): Recognize \"" as a string.
222 Mark whitespace between q and [] as `syntax-type' => `prestring'.
223 Allow whitespace between << and "FOO".
224 (cperl-problems): Remove \"" and q [] with intervening newlines.
225 Mention multiple <<EOF as unsupported.
226 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
227 (cperl-indent-parens-as-block): New configuration variable.
228 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
229 Use `cperl-indent-parens-as-block'.
230 (cperl-find-pods-heres): Test for =cut without empty line instead of
231 complaining about no =cut.
232 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
233 (cperl-find-pods-heres): Likewise.
234 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
235 POD could've been marked as comment already.
236 (cperl-unwind-to-safe): Unwind before start of POD too.
237 After 4.28:
238 (cperl-forward-re): Throw an error at proper moment REx unfinished.
239 After 4.29:
240 (x-color-defined-p): Make an extra case to peacify the warning.
241 Toplevel: `defvar' to peacify the warnings.
242 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
243 No -nw-compile time warnings now.
244 (cperl-find-tags): TAGS file had too short substring-to-search.
245 Be less verbose in non-interactive mode.
246 (imenu-example--create-perl-index): Set index-marker after name.
247 (cperl-outline-regexp): New variable.
248 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
249 (cperl-mode): Made use `cperl-outline-regexp'.
250 After 4.30:
251 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
252 (cperl-outline-level): Make start-of-file same level as `package'.
253 After 4.31:
254 (cperl-electric-pod): `head1' and `over' electric only if empty.
255 (cperl-unreadable-ok): New variable.
256 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
257 on an unreadable file.
258 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
259 on an unreadable directory.
260
261 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
262 Consider the text between two errors as belonging to the first error.
263 (compilation-goto-locus): Use pop-to-buffer rather than
264 switch-to-buffer-other-frame.
265
266 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
267 (awk-font-lock-syntactic-keywords): New var.
268 (awk-mode): Use it.
269
270 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
271
272 * faces.el (describe-face): Call help-setup-xref earlier.
273
274 * jka-compr.el (jka-compr-load-suffixes): New var.
275 (jka-compr-install): Add its content to load-suffixes.
276 (jka-compr-uninstall): Remove its content from load-suffixes.
277
278 2001-10-12 Sam Steingold <sds@gnu.org>
279
280 * bindings.el (completion-ignored-extensions): CL-related
281 extensions are platform-independent.
282
283 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
284 asynchronous multiple file copying.
285
286 2001-10-12 Gerd Moellmann <gerd@gnu.org>
287
288 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
289 Turn error for repeated variables into warning.
290
291 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
292 New function checking that lambda-list consists of non-constant
293 symbols, that &rest and &optional are followed by variable names,
294 that &rest VAR is the last element, and that variables aren't doubled.
295 (byte-compile-lambda): Use it.
296
297 2001-10-12 Eli Barzilay <eli@barzilay.org>
298
299 * calculator.el (calculator-eng-display): Don't call concat
300 with an integer argument.
301
302 2001-10-12 Miles Bader <miles@gnu.org>
303
304 * help-mode.el (help-customize-face): New button-type.
305
306 * faces.el (list-faces-display): Fix args to `help-xref-button'.
307 (describe-face): Fix args to `help-xref-button'.
308 Don't switch to help-buffer around call to `help-setup-xref'.
309 Use `help-buffer' instead of hard-wired "*Help*".
310 Require `help-mode'.
311
312 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
313
314 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
315
316 * help-mode.el (help-buffer): New function.
317 Returns the buffer-name to use for help output.
318 Change all the code to use it instead of hard-coding *Help*.
319 (help-mode-map): Put back the mouse-2 binding.
320 (help-xref-stack): Change the format and make buffer-local.
321 (help-xref-stack-item): Make buffer-local.
322 (help-setup-xref): Do the `push' here rather than in help-do-xref.
323 (help-xref-interned): Display the face doc as well.
324 (help-follow-mouse): Re-introduce.
325 (help-xref-go-back): Adapt to the new use of help-xref-stack.
326 (help-do-xref): Don't `push' any more.
327 (help-follow): Also follow face names.
328
329 * help-funs.el (describe-function-1): Remove unused `parens' arg.
330 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
331 Autoload and cleanup.
332 (describe-function): Call help-setup-xref.
333 (describe-variable): Call help-setup-xref earlier.
334
335 * help.el (describe-bindings-internal): New fun moved from keymap.c.
336 (view-lossage): Call help-setup-xref correctly and earlier.
337 (describe-bindings): Call help-setup-xref earlier.
338 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
339 (describe-mode): Don't autoload. Call help-setup-xref earlier.
340
341 2001-10-11 Gerd Moellmann <gerd@gnu.org>
342
343 * master.el (master-mode): Use define-minor-mode instead of
344 easy-mmode-define-minor-mode. Add autoload cookie.
345 (Commentary): Remove the line showing how to autoload master-mode,
346 since it's always autoloaded.
347
348 * master.el: New file.
349
350 2001-10-11 Dave Love <fx@gnu.org>
351
352 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
353 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
354 <const-C varset-X const-C>: Fix car/cdr typo.
355
356 2001-10-11 Gerd Moellmann <gerd@gnu.org>
357
358 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
359 New function extracted from byte-compile-log-1.
360 (byte-compile-log-1): Change output to be more in line with
361 the output of other GNU tools.
362 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
363 (byte-compile-report-error): Downcase error message.
364 Use `error' instead of `!!' for error messages.
365 (byte-compile-print-syms): Treat non-interactive case specially.
366 (displaying-byte-compile-warnings): Use backquote.
367 (byte-compile-from-buffer): Bind byte-compile-last-line.
368 (batch-byte-compile): Remove `Done' message.
369
370 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
371
372 * emacs-lisp/copyright.el (copyright): Add final \n.
373
374 2001-10-11 Miles Bader <miles@gnu.org>
375
376 * diff.el (diff): Display default values in prompts as
377 `(default ...)', not `(...)'.
378
379 * info.el (Info-follow-reference): Likewise.
380
381 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
382
383 * emacs-lisp/autoload.el (doc-string-elt): Remove.
384
385 * newcomment.el (comment-indent): Be a little more robust in case
386 comment-indent-function does funny things.
387 (comment-normalize-vars): Autoload.
388 (comment-region-internal): Fiddle with the visibility spec.
389 (comment-valid-prefix): New function.
390 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
391 that would turn comment-text into non-comment-text.
392
393 * emacs-lisp/syntax.el: New file.
394
395 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
396 compatibility cruft.
397 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
398 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
399 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
400 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
401 tcl-submit-bug-report.
402 (tcl-mode-syntax-table): Leave \f alone.
403 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
404 tcl-end-of-defun, tcl-submit-bug-report.
405 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
406 (tcl-add-emacs-menu): Remove.
407 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
408 (tcl-keyword-list): Add `chain'.
409 (tcl-font-lock-syntactic-keywords): New variable.
410 (tcl-pps-has-arg-6): Remove.
411 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
412 (tcl-internal-mark-defun): Remove.
413 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
414 (tcl-mode): Use define-derived-mode. Simplify.
415 Set comment-indent-function.
416 (tcl-indent-command): Use line-beginning-position and comment-indent.
417 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
418 (tcl-indent-line): Use tcl-calculate-indent.
419 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
420 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
421 (tcl-filter): Use with-current-buffer, simplify.
422 (inferior-tcl-mode): Use define-derived-mode.
423 (tcl-hairy-in-comment): Renamed tcl-in-comment.
424 (tcl-simple-in-comment, tcl-in-comment): Removed.
425 (tcl-files-alist): New function.
426 (tcl-help-snarf-commands): Use it and return the result directly
427 rather than through a global variable.
428 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
429 (tcl-help-on-word): Provide the default value to completing-read.
430 (tcl-hilit): Remove.
431 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
432 (tcl-comment-indent): New function.
433 (tcl-submit-bug-report): Remove.
434 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
435 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
436 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
437
438 2001-10-10 Miles Bader <miles@gnu.org>
439
440 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
441 (Info-fontify-node): Don't fontify the node if it's already been done.
442
443 2001-10-10 Gerd Moellmann <gerd@gnu.org>
444
445 * international/iso-transl.el (iso-transl-e-caret)
446 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
447 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
448
449 * simple.el (end-of-buffer): Fix code scrolling specially
450 for the buffer end.
451
452 * startup.el (command-line-1): Bind tab-width to 8.
453
454 2001-10-10 Pavel Janík <Pavel@Janik.cz>
455
456 * emulation/tpu-edt.el: Use defalias instead of fset for
457 user-visible commands. From Rob Riepel
458 <riepel@Networking.Stanford.EDU>.
459
460 2001-10-09 Gerd Moellmann <gerd@gnu.org>
461
462 * ruler-mode.el: New file.
463
464 2001-10-09 Miles Bader <miles@gnu.org>
465
466 * apropos.el (button): New require.
467
468 * help-funs.el: New file, contents mostly from `help.el'.
469 (describe-variable): Use `condition-case' instead of `ignore-errors'.
470
471 * help-mode.el: New file, contents mostly from `help.el'.
472
473 * help.el: Don't require `view' when compiling.
474 (help-with-tutorial, describe-function, describe-function-1)
475 (variable-at-point, describe-variable, locate-library):
476 Functions moved into `help-funs.el'.
477 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
478 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
479 (help-setup-xref, help-xref-following, help-make-xrefs)
480 (help-xref-button, help-insert-xref-button, help-xref-interned)
481 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
482 (help-xref-on-pp): Functions moved into `help-mode.el'.
483 (help-mode-map, help-xref-stack, help-xref-stack-item)
484 (help-highlight-p, help-highlight-face, help-back-label)
485 (help-xref-symbol-regexp, help-xref-mule-regexp)
486 (help-xref-info-regexp): Variables moved into `help-mode.el'.
487 (help-symbol, help-back, help-info, help-customize-variable)
488 (help-function-def, help-variable-def):
489 Button-types moved into `help-mode.el'.
490 (load-symbol-file-load-history, symbol-file):
491 Functions moved into `subr.el'.
492 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
493 (view-lossage): Call `help-setup-xref' instead of doing it manually.
494
495 * subr.el (symbol-file-load-history-loaded)
496 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
497
498 * loadup.el ("button"): Load removed.
499
500 * button.el (define-button-type): Respect any `supertype' property.
501 (button-type-subtype-p, button-has-type-p): New functions.
502
503 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
504 dollar-signs.
505
506 * comint.el (comint-insert-previous-argument): New function.
507 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
508 (comint-insert-previous-argument-last-start-pos)
509 (comint-insert-previous-argument-last-index): New variables.
510
511 * apropos.el (apropos-next-label-button): Use the presence of a
512 `apropos-label' property to detect label buttons.
513
514 2001-10-08 Miles Bader <miles@gnu.org>
515
516 * button.el (next-button, previous-button): Remove N and WRAP
517 parameters. Don't pay attention to `skip' properties.
518 (forward-button): Implement wrapping, iterating, and skipping here
519 instead.
520 (button-activate): USE-MOUSE-ACTION is optional.
521 (button-nop): Function removed.
522 (default-button): Use `ignore' as default button action.
523
524 * apropos.el (apropos-next-label-button): Update arguments to
525 `next-button'.
526 (apropos-symbol): Add `skip' property.
527 (apropos-function, apropos-macro, apropos-command)
528 (apropos-variable, apropos-face, apropos-group, apropos-widget)
529 (apropos-plist): New button types.
530 (apropos-label-properties): Variable removed.
531 (apropos-print): Pass button-type to apropos-print-doc, rather
532 than help function and label text.
533 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
534 Get button label from TYPE.
535
536 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
537
538 * help.el (help-mode): Use define-derived-mode.
539 (describe-mode): Add optional `buffer' arg.
540 Use it instead of going through help-xref-mode.
541 Avoid doubling the word `minor' when prettifying.
542 (describe-function-1): List the corresponding key bindings.
543 (describe-variable): Say if the var is automatically buffer-local.
544 If the source is `loaddefs.el', look for the real source.
545 (help-xref-mode): Remove.
546
547 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
548 the file says no-byte-compile.
549
550 2001-10-08 Miles Bader <miles@gnu.org>
551
552 * button.el (next-button, previous-button): Respect `skip' property.
553
554 2001-10-07 Miles Bader <miles@gnu.org>
555
556 * woman.el (woman-mode-map): Copy button-buffer-map instead of
557 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
558 `woman-follow-word' instead of `woman-mouse-2'.
559 (woman-follow-word): Renamed from `woman-mouse-2'.
560 Follow current unconditionally, since this function is now only
561 bound to M-mouse-2. Use accessor functions.
562 (WoMan-highlight-references): Use `make-text-button'.
563 (woman-xref): New button type.
564
565 * loadup.el ("faces"): Move load before loading "loaddefs.el".
566 ("button"): New load, just before "help" (which uses it).
567
568 * help.el (help-mode-map): Make button-buffer-map our parent.
569 Don't bind mouse events or tab/backtab.
570 (help-function, help-variable, help-face, help-coding-system)
571 (help-input-method, help-character-set, help-back, help-info)
572 (help-customize-variable, help-function-def, help-variable-def):
573 New button types.
574 (help-button-action): New function.
575 (describe-function-1): Pass help button-types to
576 `help-xref-button' rather than help function and help-echo string.
577 Don't put multiple help-function args in a list to pass them to
578 help-xref-button, just pass them as multiple arguments.
579 Use `help-insert-xref-button' to make [back]-button, rather than
580 `help-xref-button'.
581 (help-xref-button): Take a button-type TYPE as a parameter rather
582 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
583 and add a &rest parameter ARGS to serve the same purpose.
584 Use `make-text-button' to add the button.
585 (help-insert-xref-button): Use `insert-text-button' to add the button.
586 (help-follow-mouse, help-next-ref, help-previous-ref):
587 Functions removed.
588 (help-do-xref): New function.
589 (help-follow): Use `push-button' and `help-do-xref' to do most of
590 the work.
591
592 * apropos.el (apropos-symbol, apropos-label): New button types.
593 (apropos-symbol-button-display-help)
594 (apropos-label-button-display-help, apropos-next-label-button):
595 New functions.
596 (apropos-mode-map): Make button-buffer-map our parent.
597 Don't bind mouse events.
598 (apropos-print, apropos-print-doc): Create buttons instead of text
599 properties.
600 (apropos-mouse-follow): Function removed.
601 (apropos-follow): Use buttons.
602
603 * button.el: New file.
604
605 2001-10-07 Gerd Moellmann <gerd@gnu.org>
606
607 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
608 Remove.
609
610 2001-10-05 Richard M. Stallman <rms@gnu.org>
611
612 * add-log.el (add-change-log-entry): Skip copyright notice
613 and copying permission notice at start of file, if any.
614 Make use of terms "entry" and "item" accord with Emacs manual.
615 Simplify the logic for moving point while entering or creating
616 an entry and then an item.
617 (add-change-log-entry-other-window): Doc fix.
618
619 2001-10-06 Miles Bader <miles@gnu.org>
620
621 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
622 removed; they apparently don't work with faces.
623
624 2001-10-05 Sam Steingold <sds@gnu.org>
625
626 * textmodes/sgml-mode.el (html-xhtml): New user option.
627 (html-tag-alist, html-horizontal-rule, html-image, html-line)
628 (html-ordered-list, html-unordered-list, html-list-item)
629 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
630 (sgml-skip-close-p): New function.
631 (sgml-value): Use it.
632
633 2001-10-05 Sam Steingold <sds@gnu.org>
634
635 * calendar/diary-lib.el (diary-entry-compare): When times are
636 identical, compare the entries lexicographically.
637
638 2001-10-06 Miles Bader <miles@gnu.org>
639
640 * rfn-eshadow.el (rfn-eshadow-update-overlay):
641 Use `minibuffer-prompt-end'.
642
643 * simple.el (previous-matching-history-element): Fix misplaced
644 parentheses.
645
646 2001-10-05 Miles Bader <miles@gnu.org>
647
648 * rfn-eshadow.el: New file.
649
650 2001-10-05 Miles Bader <miles@gnu.org>
651
652 * cus-face.el (custom-face-attributes): Make sure each attribute
653 has a valid default value. Remove hacks that mapped `nil' to
654 `off' and used nil to mean `unspecified'. Remove `unspecified'
655 choices from all attributes (unspecified is handled by the parent
656 checklist).
657 * cus-edit.el (custom-face-edit-convert-widget)
658 (custom-face-edit-deactivate, custom-face-edit-activate)
659 (custom-face-edit-delete, custom-face-edit-attribute-tag):
660 New functions.
661 (custom-face-edit): Specify a custom :convert-widget.
662 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
663 Don't pass in default filters that map between `nil' and `off' and
664 `unspecified' and `nil'.
665
666 2001-10-05 Gerd Moellmann <gerd@gnu.org>
667
668 * progmodes/compile.el (compilation-buffer-name): New function.
669 (compile-internal): Use it to determine the name of the
670 compilation buffer.
671
672 2001-10-05 Miles Bader <miles@gnu.org>
673
674 * progmodes/compile.el (grep-use-null-device): New variable.
675 (grep-command): Mention `grep-use-null-device'.
676 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
677 Make computation of `grep-command' respect `grep-use-null-device'.
678 (grep): Respect `grep-use-null-device'.
679 Call `grep-compute-defaults' even if grep-command is set, if
680 grep-use-null-device is still tentative.
681
682 * subr.el (call-process-shell-command): New function.
683
684 2001-10-05 Miles Bader <miles@gnu.org>
685
686 * simple.el (previous-matching-history-element)
687 (next-history-element, next-complete-history-element): Use
688 `minibuffer-' functions instead of calling `field-' functions directly.
689 (minibuffer-prompt-end, minibuffer-contents):
690 (minibuffer-contents-no-properties, delete-minibuffer-contents):
691 Functions removed (now subrs).
692 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
693
694 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
695 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
696 instead of calling `field-' functions directly.
697 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
698
699 2001-10-05 Gerd Moellmann <gerd@gnu.org>
700
701 * files.el (find-file-noselect): If file's read-only status has
702 changed on disk, ask if buffer's read-only status should be
703 changed, unless NOWARN is set.
704
705 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
706 alias for define-setf-method.
707
708 * bindings.el: Remove no-byte-compile from file local variables
709 to enable bootstrapping.
710
711 2001-10-04 Andrew Innes <andrewi@gnu.org>
712
713 * faces.el (face-font-registry-alternatives) [windows-nt]:
714 Make gb2312 an alias for gb2312.1980.
715
716 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
717
718 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
719 (uniquify-reverse-components): Remove.
720
721 * emacs-lisp/bytecomp.el (byte-recompile-directory):
722 Make sure the file is readable.
723 (byte-compile-file): Don't compile if `no-byte-compile' is set.
724 (byte-compile-defvar): Update to reflect the change in Fdefvar.
725 (batch-byte-recompile-directory): Pass arg=0.
726
727 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
728 (perl-calculate-indent): Use it.
729 (perl-backward-to-noncomment): Use forward-comment.
730
731 * derived.el (define-derived-mode, derived-mode-make-docstring):
732 Allow `parent' to be nil.
733
734 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
735 Use define-derived-mode.
736 (nroff-mode-map, nroff-mode-syntax-table): Massage.
737
738 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
739
740 * emacs-lisp/lselect.el: Use facep iso find-face.
741
742 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
743 Use regexp-opt.
744 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
745 (lisp-font-lock-syntactic-face-function): New function.
746 (lisp-mode-variables): Use it. Make arg optional.
747 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
748 (lisp-mode): Don't pass an arg to lisp-mode-variables.
749 Set comment-start-skip.
750
751 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
752
753 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
754 (ignore-errors): Don't bother using a `err' symbol.
755
756 * emacs-lisp/autoload.el (autoload-ensure-default-file)
757 (autoload-insert-section-header, autoload-before-p)
758 (autoload-remove-section): New functions.
759 (generate-file-autoloads): Use them.
760 (update-file-autoloads): Use them. Return FILE if there's no cookie.
761 Make sure the autoload file is properly formatted when creating it.
762 (update-autoloads-from-directories): Use them as well.
763 Only update autoloads for files whose timestamp has changed.
764 Add a dummy entry to remember the files which had no autoload cookies.
765
766 * timer.el (timer-relative-time): Fix computation for negative `micro'.
767
768 * subr.el (define-key-after): Allow `key' to be longer than 1.
769 (make-local-hook): Make obsolete.
770 (add-hook, remove-hook): Don't use make-local-hook any more.
771 (make-syntax-table): Inherit all chars from s-s-t.
772
773 2001-10-04 Gerd Moellmann <gerd@gnu.org>
774
775 This is a fix for a report saying that resuming a search with C-s
776 C-s doesn't use the case-fold-search setting of the previous
777 search (C-s ... M-c ... then C-s C-s).
778
779 * isearch.el (isearch-last-case-fold-search): New variable.
780 (isearch-mode): Remember value of isearch-case-fold-search
781 in isearch-last-case-fold-search.
782 (isearch-done): Quote value of isearch-case-fold-search.
783 (isearch-repeat): When resuming a search, restore
784 isearch-case-fold-search from isearch-last-case-fold-search.
785
786 Added to NEWS.
787
788 * startup.el (inhibit-startup-buffer-menu): New user-option.
789 (command-line-1): If inhibit-startup-buffer-menu is set, don't
790 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
791
792 This allows upto 99999 messages in the summary without screwing up
793 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
794
795 * mail/rmailsum.el (rmail-make-summary-line)
796 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
797 (rmail-summary-goto-msg, rmail-summary-goto-msg):
798 Allow 5-digit message ids instead of 4.
799
800 This adds expansion of environment variables in the value
801 specified with M-x setenv. Added to NEWS.
802
803 * env.el (substitute-env-vars): New function.
804 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
805 environment variables in VALUE. Return VALUE.
806
807 2001-10-04 Gerd Moellmann <gerd@gnu.org>
808
809 * Branch for 21.1.
810
811 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
812
813 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
814
815 2001-10-03 Pavel Janík <Pavel@Janik.cz>
816
817 * emulation/tpu-edt.el: Make messages match original TPU/edt
818 editor. From riepel@Stanford.EDU (Rob Riepel).
819
820 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
821
822 * rect.el: Update maintainer's email address.
823
824 2001-10-02 Andreas Schwab <schwab@suse.de>
825
826 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
827 and Extended Passive Mode, resp.
828
829 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
830
831 These changes add support for Calendar-related items in the
832 menu bar on tty's as well:
833
834 * calendar/calendar.el (calendar-mode-map): Require cal-menu
835 unconditionally.
836 (calendar-mode): Set up activate-menubar-hook unconditionally.
837
838 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
839 calls x-popup-menu only if popup menus are supported.
840 (calendar-mouse-insert-hebrew-diary-entry)
841 (calendar-mouse-insert-islamic-diary-entry)
842 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
843 (calendar-mouse-view-other-diary-entries)
844 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
845 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
846 Call cal-menu-x-popup-menu instead of x-popup-menu.
847
848 2001-10-01 Gerd Moellmann <gerd@gnu.org>
849
850 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
851
852 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
853
854 * emacs-lisp/rx.el: New file.
855
856 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
857
858 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
859
860 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
861
862 * frame.el (select-frame-by-name, other-frame): Doc fix.
863
864 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
865
866 * play/snake.el (snake-score-file): Use temporary-file-directory
867 instead of a literal "/tmp". Suggested by Robert
868 <robert@chezmarshall.freeserve.co.uk>.
869
870 * play/tetris.el (tetris-score-file): Ditto.
871
872 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
873
874 * apropos.el (apropos-print): Make the directions inserted at the
875 beginning of the *Apropos* buffer more clear.
876
877 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
878
879 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
880 Added comments.
881
882 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
883
884 * newcomment.el (comment-normalize-vars): Use " \t" rather than
885 "\\s-" when defining comment-end-skip.
886
887 2001-09-27 Gerd Moellmann <gerd@gnu.org>
888
889 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
890 Call get-buffer-window first second arg `visible'.
891
892 * international/mule-diag.el (list-input-methods-1):
893 Output something that's independent of Emacs' version.
894
895 * tar-mode.el (tar-mode-write-file): Don't signal an error by
896 calling byte-to-position with a nil tar-header-offset.
897
898 2001-09-27 Simon Josefsson <jas@extundo.com>
899
900 * mail/sendmail.el (send-mail-function): Doc fix.
901 (mail-do-fcc): Error if header-end is not a marker.
902 (mail-do-fcc): Add a comment.
903 (mail-reply-to): Doc fix.
904 (mail-signature): Make ATPOINT optional.
905 (mail-yank-original): Use cond instead of nested if.
906
907 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
908
909 * info.el (Info-on-current-buffer): Default arg to "Top".
910
911 2001-09-25 Eli Barzilay <eli@barzilay.org>
912
913 * calculator.el (calculator-copy-displayer): New user-option.
914 (calculator-displayer-prev, calculator-displayer-next):
915 Renamed from calculator-displayed-{left,right}.
916 (calculator, calculator-standard-displayer)
917 (calculator-num-to-string, calculator-update-display)
918 (calculator-copy, calculator-put-value): Bug and display fixes.
919
920 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
921
922 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
923 (ebnf-version): New version (3.6.1).
924
925 * ebnf-bnf.el: Fix character range regexp. Doc fix.
926 (ebnf-bnf-non-terminal-chars): New internal const.
927 (ebnf-bnf-lex): Fix code.
928
929 * ebnf-iso.el: Fix character range regexp. Doc fix.
930 (ebnf-iso-non-terminal-chars): New internal const.
931 (ebnf-iso-lex): Fix code.
932
933 * ebnf-yac.el: Fix character range regexp. Doc fix.
934 (ebnf-yac-skip-chars): New internal const.
935 (ebnf-yac-skip-code): Fix code.
936
937 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
938
939 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
940
941 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
942 passing it to VC.
943
944 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
945 case where the file is relative.
946
947 2001-09-24 Gerd Moellmann <gerd@gnu.org>
948
949 * xml.el (xml-parse-attlist): Quotes around attributes must be the
950 same on each side. Make sure we properly handle simple quotes.
951 From Daiki Ueno <ueno@unixuser.org>.
952
953 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
954
955 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
956 <jas@extundo.com>.
957
958 * menu-bar.el (top-level): Minor fixes for text of help-echo in
959 some items of the Options menu.
960
961 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
962
963 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
964
965 * vc-hooks.el (vc-delete-automatic-version-backups):
966 Don't fail if the directory doesn't exist.
967
968 * diff-mode.el (diff-default-read-only): New var.
969 (diff-mode): Use it.
970
971 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
972
973 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
974 Use make-keymap instead of copy-keymap, since copying the global
975 keymap messes up the menu bar.
976
977 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
978 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
979
980 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
981
982 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
983
984 * dired-aux.el (dired-insert-subdir): Pass switches to
985 dired-build-subdir-alist.
986
987 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
988
989 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
990 caused %#a and %#b to be mis-formatted.
991
992 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
993
994 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
995 ccmode, emacs-mime, and eudc manuals.
996
997 2001-09-19 Sam Steingold <sds@gnu.org>
998
999 w32 find cannot be used with `grep-find'.
1000 * progmodes/compile.el (find-program): New variable.
1001 (grep-compute-defaults): Use it to set `grep-find-command'.
1002
1003 2001-09-19 Gerd Moellmann <gerd@gnu.org>
1004
1005 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
1006
1007 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1008
1009 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1010 programming. Doc fix.
1011 (ebnf-version): New version (3.6).
1012 (ebnf-eps-begin): Data fix.
1013 (ebnf-begin-file): Code fix.
1014
1015 * ebnf-bnf.el: Doc fix.
1016 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1017
1018 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1019
1020 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1021
1022 * ps-print.el: Better face mapping for black/white PostScript printers.
1023 Check if mark is active when printing a region. Doc fix.
1024 (ps-print-version): New version number (6.5.5).
1025 (ps-print-color-p): Customization fix.
1026 (ps-black-white-faces): New option.
1027 (ps-black-white-faces-alist): New internal var.
1028 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1029 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1030 (ps-nb-pages-region): Interactive fix.
1031 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1032 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1033
1034 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1035
1036 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1037 numeric month value, and allow the Kanji character after it to be
1038 missing (happens with ls-lisp's output on Japanese versions of
1039 MS-Windows).
1040
1041 2001-09-18 Miles Bader <miles@gnu.org>
1042
1043 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1044 it's empty (and thus probably a new patch file about to be edited).
1045
1046 2001-09-17 Gerd Moellmann <gerd@gnu.org>
1047
1048 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1049 Check for '(' in column 0 of doc string.
1050
1051 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1052 of `nth' so that using a vector as bounding-box works.
1053 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1054
1055 2001-09-17 Andre Spiegel <spiegel@gnu.org>
1056
1057 * vc.el (vc-annotate): Use current workfile version explicitly as
1058 a default, suggested by Gustav HÃ¥llberg <gustav@virtutech.se>.
1059
1060 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1061
1062 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1063 convert-standard-filename doesn't guarantee that the .el extension
1064 is preserved.
1065
1066 * dos-fns.el (convert-standard-filename): Replace invalid
1067 characters only after converting dash/underscore to a period.
1068 (original-make-auto-save-file-name): New.
1069 (make-auto-save-file-name): New function, overrides the definition
1070 on files.el and calls the original function via
1071 original-make-auto-save-file-name.
1072
1073 * mail/rmail.el (top-level): Require mule-utils when compiling.
1074 (rmail-decode-babyl-format): Use detect-coding-with-priority
1075 instead of detect-coding-region, to favor detection of emacs-mule
1076 encoded Babyl files written by rmailout.el etc. Suggested by
1077 Kenichi Handa <handa@etl.go.jp>.
1078
1079 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1080
1081 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1082 Use `equal', not `=', since the device number can be a cons cell.
1083
1084 2001-09-14 Gerd Moellmann <gerd@gnu.org>
1085
1086 * simple.el: Comment out change of 2001-09-13.
1087
1088 2001-09-13 Milan Zamazal <pdm@zamazal.org>
1089
1090 * progmodes/compile.el (grep-compute-defaults): Don't set
1091 grep-command/grep-find-command when it is already non-nil.
1092 (grep-command): Make it a user option.
1093 (grep-find-command): Likewise.
1094
1095 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
1096
1097 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1098 inhibit quit.
1099
1100 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1101
1102 * files.el (make-auto-save-file-name): If long file names are not
1103 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1104 generating an auto-save file name from it.
1105
1106 2001-09-13 Gerd Moellmann <gerd@gnu.org>
1107
1108 * ps-print.el (ps-print-region, ps-print-region-with-faces)
1109 (ps-nb-pages-region): Signal an error if called interactively
1110 and the mark is not active.
1111
1112 * simple.el (minibuffer-prompt-modification)
1113 (minibuffer-prompt-insertion): New functions.
1114 (minibuffer-prompt-properties): Use `modification-hooks' and
1115 `insert-in-front-hooks'.
1116
1117 2001-09-12 Richard M. Stallman <rms@gnu.org>
1118
1119 * textmodes/outline.el (outline-regexp): Doc fix.
1120 Initialize it in the defcustom, the usual way.
1121
1122 2001-09-12 Gerd Moellmann <gerd@gnu.org>
1123
1124 * ediff-mult.el (ediff-get-meta-info): Take into account that data
1125 from `ediff-meta-info' properties need not be an overlay.
1126 From David Ponce <dponce@voila.fr>.
1127
1128 * isearch.el (isearch-intersects-p): Fix end checks.
1129
1130 2001-09-11 Eli Zaretskii <eliz@is.elta.co.il>
1131
1132 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1133 `t' branch of `cond', since Irix 6.1 and up is a special case of
1134 the standard dbx interface.
1135
1136 2001-09-11 Miles Bader <miles@gnu.org>
1137
1138 * comint.el (comint-send-input): When waiting for echoed input,
1139 don't save the expected end position in `echo-end', so that things
1140 work properly even if the buffer is modified elsewhere at the same
1141 time [this happens if `comint-truncate-buffer' is used].
1142
1143 2001-09-11 Gerd Moellmann <gerd@gnu.org>
1144
1145 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1146 when constructing imenu-generic-expression from outline-regexp.
1147
1148 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1149
1150 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1151 `equal' instead of `=', since they can be cons cells. From Nils
1152 Goesche <cartan@cartan.de>.
1153
1154 2001-09-10 Andre Spiegel <spiegel@gnu.org>
1155
1156 * vc.el (vc-annotate): Rewrote doc string.
1157
1158 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1159
1160 * time-stamp.el: Update Stephen Gildea's email address.
1161
1162 2001-09-10 Gerd Moellmann <gerd@gnu.org>
1163
1164 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1165 enable-multibyte-characters = nil. From Hallvard B Furuseth
1166 <h.b.furuseth@usit.uio.no>.
1167
1168 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
1169
1170 * ediff-init.el (ediff-highest-priority): Bug fix.
1171
1172 * viper-cmd.el (viper-special-read-and-insert-char): New function
1173 that reads a character and uses the current input method or
1174 iso-accents when appropriate.
1175
1176 * viper*.el: Corrections to the comment blocks at the top.
1177
1178 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1179
1180 * info.el (Info-goto-node): Doc fix.
1181
1182 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1183
1184 * isearch.el (isearch-intersects-p): New function.
1185 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1186 use isearch-intersects-p, and clean up.
1187
1188 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1189
1190 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1191 and "german8", for the new German orthography dictionaries.
1192 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1193 the entries, to keep the line length balanced for loaddefs.el.
1194
1195 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
1196
1197 * comint.el (comint-send-input): Handle comint-process-echoes
1198 differently.
1199
1200 2001-09-07 Pavel Janík <Pavel@Janik.cz>
1201
1202 * locate.el (locate-insert-header): Remove unnecessary whitespace.
1203
1204 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1205
1206 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
1207
1208 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1209
1210 * server.el (server-switch-buffer):
1211 * textmodes/refer.el (refer-find-entry-internal):
1212 * term/sup-mouse.el (sup-pos-to-window):
1213 * term/bg-mouse.el (bg-window-from-x-y):
1214 * emacs-lisp/edebug.el (edebug-window-live-p):
1215 Use get-window-with-predicate.
1216
1217 * window.el (get-window-with-predicate): Renamed from some-window.
1218 (some-window): Make it an alias.
1219
1220 2001-09-06 Gerd Moellmann <gerd@gnu.org>
1221
1222 * simple.el (undo): Remove positions from buffer-undo-list up to
1223 the next undo boundary only.
1224
1225 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1226
1227 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1228 Kim <ryk@dspwiz.com>
1229
1230 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1231 the message "Creating customization items...done".
1232
1233 2001-09-05 Gerd Moellmann <gerd@gnu.org>
1234
1235 * font-lock.el (toplevel): Require `jit-lock' only if
1236 font-lock-support-mode is set to jit-lock-mode.
1237
1238 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1239
1240 * international/quail.el (quail-use-package, quail-inactivate)
1241 (quail-activate): Mention the hooks these functions run in their
1242 doc strings.
1243
1244 2001-09-05 Edward M. Reingold <reingold@iit.edu>
1245
1246 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1247 of file in header of menu.
1248
1249 2001-09-04 Gerd Moellmann <gerd@gnu.org>
1250
1251 * env.el (setenv): Interactively, if VARIABLE has a current value,
1252 add that to the front of the history, as the doc string says.
1253
1254 * comint.el (comint-send-input): Change help-echo.
1255 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
1256
1257 * bookmark.el (bookmark-write-file): Bind print-length and
1258 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1259
1260 * obsolete/uncompress.el: Moved there from lisp/.
1261
1262 * comint.el (comint-insert-clicked-input): Goto point-max before
1263 deleting previous input. From "Dr Francis J. Wright"
1264 <F.J.Wright@qmw.ac.uk>.
1265
1266 * simple.el (backward-word): Doc fix.
1267
1268 2001-09-03 Pavel Janík <Pavel@Janik.cz>
1269
1270 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1271 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1272 * w32-fns.el: Add Keywords header.
1273
1274 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1275
1276 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1277 "Text Properties". Suggested by Simon Marshall
1278 <Simon.Marshall@midas-kapiti.com>.
1279
1280 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1281
1282 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1283 consulting the value of file-name-coding-system.
1284
1285 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1286
1287 * help.el (describe-function-1): Save precomputed `file-name' rather
1288 than recomputing it (incorrectly) with `symbol-file'.
1289
1290 2001-09-03 Gerd Moellmann <gerd@gnu.org>
1291
1292 * international/isearch-x.el (isearch-exit-recursive-edit):
1293 Take three parameters, since it's used as an after-change-function.
1294
1295 * emacs-lisp/backquote.el (backquote-backquote-symbol)
1296 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1297 from doc strings.
1298
1299 2001-09-02 Milan Zamazal <pdm@zamazal.org>
1300
1301 * progmodes/glasses.el (glasses-convert-to-unreadable):
1302 Consider underscores as in `glasses-make-readable'.
1303
1304 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1305
1306 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1307 MS-DOS, since cpp might not be available.
1308
1309 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1310 Mention "yank" in the help-echo text.
1311 Suggested by Pavel Janík <Pavel@Janik.cz>.
1312
1313 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1314
1315 * newcomment.el (comment-indent): Insert spaces more carefully.
1316
1317 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1318
1319 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1320 exists. From Andy Petrusenco <andy@int.spb.ru>.
1321
1322 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
1323 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1324 <andy@int.spb.ru>.
1325
1326 2001-08-31 Gerd Moellmann <gerd@gnu.org>
1327
1328 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1329 Instead of running mouse-yank-at-click, see what the event is
1330 bound to outside Isearch and run that.
1331
1332 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1333
1334 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1335 Fix the menu entry to mention transient-mark-mode.
1336
1337 2001-08-30 Gerd Moellmann <gerd@gnu.org>
1338
1339 * simple.el (eval-expression-print-level): Fix last change.
1340
1341 * bindings.el (mode-line-coding-system-map): New variable.
1342 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1343
1344 * simple.el (eval-expression-print-level): Change the type
1345 of the defcustom to allow nil.
1346
1347 * emacs-lisp/find-gc.el: Moved here from lisp/.
1348
1349 * international/quail.el (quail-completion-1):
1350 Reverse the ((CHAR . DEFN) ...) list before processing it.
1351 From Kenichi Handa <handa@etl.go.jp>.
1352
1353 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1354 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1355
1356 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1357
1358 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1359 aren't supported. This avoids the annoying gray strip drawn by
1360 the Windows version instead of the missing tool bar.
1361
1362 2001-08-29 Gerd Moellmann <gerd@gnu.org>
1363
1364 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1365 and tooltips more consistent. From "Marshall, Simon"
1366 <Simon.Marshall@midas-kapiti.com>.
1367
1368 * startup.el (fancy-splash-screens): Temporarily set
1369 minor-mode-map-alist to nil while displaying splash screens.
1370
1371 2001-08-29 Pavel Janík <Pavel@Janik.cz>
1372
1373 * buff-menu.el: Add Keywords header.
1374 Doc fix (C-x C-b is bound to list-buffers).
1375
1376 * dired-x.el: Add keyword files to get listed in finder.
1377 Remove confusing notes about GNU Emacs 19.
1378
1379 * dired.el, dired-aux.el: Add Keywords header.
1380
1381 2001-08-28 Andre Spiegel <spiegel@gnu.org>
1382
1383 * vc.el (vc-revert-file): Call the backend even if the FILE's
1384 contents can be reverted locally; pass new arg CONTENTS-DONE
1385 down to the backend.
1386
1387 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
1388 optional arg CONTENTS-DONE.
1389
1390 2001-08-28 Andrew Innes <andrewi@gnu.org>
1391
1392 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1393
1394 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1395
1396 * makefile.nt (install): Copy more *.el files.
1397
1398 2001-08-28 Gerd Moellmann <gerd@gnu.org>
1399
1400 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1401 instead of `w' which is already in use.
1402
1403 * gs.el (gs-load-image): Use sleep-for.
1404 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1405
1406 2001-08-28 Miles Bader <miles@gnu.org>
1407
1408 * replace.el (query-replace-regexp-eval): Return args from
1409 `interactive' form in correct order.
1410
1411 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1412
1413 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1414 major modes, don't create panes for modes for which
1415 mouse-buffer-menu-alist returns an empty alist.
1416
1417 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
1418
1419 * progmodes/hideshow.el: Update first-line description.
1420 Sync comments w/ maintainer version 5.31.
1421
1422 (hs-isearch-open): Default value now `code'.
1423 Fix docstring to use "code blocks" vs "comment blocks",
1424 as opposed to "block" vs "comment".
1425 (hs-flag-region): Accept `hs-isearch-open' value
1426 of `block' as synonymous w/ `code'.
1427 (hs-hide-block-at-point): For code blocks, pass `code'
1428 to `hs-flag-region' instead of `block'.
1429
1430 2001-08-28 Miles Bader <miles@gnu.org>
1431
1432 * comint.el (comint-next-prompt): Don't loop infinitely if
1433 {next,previous}-single-char-property-change returns its input
1434 position when the search fails.
1435
1436 2001-08-27 Miles Bader <miles@gnu.org>
1437
1438 * comint.el (comint-get-old-input-default): Don't signal an error
1439 if point is not on an input field; instead, return the current
1440 line (using `comint-bol' to skip any prompt, in case we're not
1441 using fields at all).
1442
1443 * man.el (Man-mode-line-format): Variable removed.
1444 (Man-mode): Change `mode-line-buffer-identification' instead of
1445 `mode-line-format'.
1446
1447 2001-08-27 Gerd Moellmann <gerd@gnu.org>
1448
1449 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1450 From Simon Josefsson <jas@extundo.com>.
1451
1452 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1453
1454 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1455 messages. From Pavel Janík <Pavel@Janik.cz>.
1456
1457 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1458 Janík <Pavel@Janik.cz>.
1459
1460 * emacs-lisp/lselect.el: Ditto.
1461
1462 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1463 Remove periods from the end of error message strings.
1464 From Pavel Janík <Pavel@Janik.cz>.
1465
1466 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1467 Janík <Pavel@Janik.cz>.
1468
1469 * net/telnet.el: Ditto.
1470
1471 2001-08-26 Gerd Moellmann <gerd@gnu.org>
1472
1473 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1474 KEYMAP to the call to define-minor-mode.
1475
1476 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1477
1478 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1479 Replace some of the undefined characters with emulations of bidi
1480 formatting characters and Niqud as per SI 1311-1.
1481 (IT-unicode-translations): Ditto.
1482 (IT-display-table-setup, IT-setup-unicode-display):
1483 Fill characters without translations with dos-unsupported-char-glyph.
1484
1485 2001-08-24 Simon Josefsson <jas@extundo.com>
1486
1487 * hl-line.el (hl-line-mode): Don't be a global mode.
1488 (global-hl-line-mode): New function.
1489
1490 2001-08-24 Gerd Moellmann <gerd@gnu.org>
1491
1492 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1493 being reset by Ghostscript. Don't kill the gs process.
1494 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1495
1496 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1497
1498 * term/mac-win.el: Require scroll-bar.
1499
1500 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1501
1502 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1503
1504 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1505
1506 * hexl.el (hexl-insert-multibyte-char) New function.
1507 (hexl-quoted-insert, hexl-self-insert-command)
1508 (hexl-insert-hex-char, hexl-insert-decimal-char)
1509 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1510 Fix the doc strings accordingly.
1511 (hexl-insert-char): Reject characters whose code is above 255.
1512 Doc fix.
1513 (hexl-mode-map): Copy the global keymap instead of creating a
1514 sparse keymap, and bind all self-inserting characters to
1515 hexl-self-insert-command.
1516
1517 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1518
1519 * wid-edit.el (text): Re-order docstring correctly.
1520
1521 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1522
1523 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1524
1525 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1526
1527 * simple.el (line-number-mode): Mention the variable
1528 line-number-display-limit-width in the doc string.
1529
1530 2001-08-22 Gerd Moellmann <gerd@gnu.org>
1531
1532 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1533 Temporarily select EVENT's window for switching buffers.
1534 (mode-line-bury-buffer): New function.
1535 (mode-line-buffer-identification-keymap): Use it instead of
1536 bury-buffer. Bind down-mouse events to prevent global down-mouse
1537 events from shining through.
1538
1539 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1540
1541 * newcomment.el (comment-beginning): Make sure the comment-start
1542 we found isn't a comment-end (in cases where confusion is possible).
1543
1544 2001-08-22 Miles Bader <miles@gnu.org>
1545
1546 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1547 before writing it, so that hard-links don't see new version.
1548
1549 2001-08-21 Gerd Moellmann <gerd@gnu.org>
1550
1551 * gs.el (gs-set-ghostview-colors-window-prop):
1552 Call x-change-window-property with 3rd arg FRAME.
1553 (gs-load-image): Wait for a previous Ghostscript process
1554 to complete before starting a new one.
1555
1556 * image.el (image-type-regexps): Make sure that the TIFF
1557 pattern is only matched at the beginning of a string.
1558 From Markus Rost <rost@math.ohio-state.edu>.
1559
1560 * international/swedish.el: Pre-Mule file removed. From Jonas
1561 Oberg <jonas@gnu.org>.
1562
1563 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1564
1565 * whitespace.el (whitespace-abort-on-error): Add custom variable
1566 to whitespace to abort a write-file if whitespace is detected in file.
1567
1568 * whitespace.el (whitespace-write-file-hook): Hook to be called
1569 when writing a file. If `whitespace-abort-on-error' is set, the
1570 write will abort on detecting whitespaces.
1571 If `whitespace-auto-cleanup' is set, the file will be cleaned
1572 automatically prior to writing.
1573
1574 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1575 whitespaces in the error output!
1576
1577 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1578 `indent-tabs-mode', since the latter notes user preferences on
1579 TABs anyway.
1580
1581 * whitespace.el (whitespace-version): 3.1. All of the above issues
1582 were raised by François Pinard, which led to the fixes described.
1583
1584 2001-08-20 Gerd Moellmann <gerd@gnu.org>
1585
1586 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1587 some spaces from a message. From Pavel Janík <Pavel@Janik.cz>.
1588
1589 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1590
1591 2001-08-20 Alex Schroeder <alex@gnu.org>
1592
1593 * sql.el (sql-db2): Doc change.
1594
1595 2001-08-20 Alex Schroeder <alex@gnu.org>
1596
1597 * sql.el (sql-postgres): Add the database at the end of the
1598 parameters instead of at the beginning.
1599 (sql-postgres-options): Doc change.
1600
1601 2001-08-17 Gerd Moellmann <gerd@gnu.org>
1602
1603 * custom.el (defcustom): Doc fix.
1604
1605 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1606
1607 * ps-mule.el (find-composition): Check if (char-after POS)
1608 returns a valid character.
1609
1610 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1611
1612 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1613 original-point for extra CR characters that are added/removed when
1614 the buffer is written/read whose EOL type is -dos.
1615
1616 2001-08-16 Miles Bader <miles@gnu.org>
1617
1618 * simple.el (line-move): Undo previous change.
1619
1620 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
1621 property to input-terminating `boundary' overlays to avoid
1622 line-move weirdness.
1623
1624 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1625
1626 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1627 buffer in a save-restriction. Under one test case with Ediff,
1628 window-scroll-functions are run with a window start that's
1629 temporarily outside of the restriction.
1630
1631 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1632
1633 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
1634 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1635 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1636 (texinfo-update-menu-region-beginning)
1637 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1638 command, @ifnottex, to regexps, so it is found.
1639
1640 2001-08-16 Andrew Innes <andrewi@gnu.org>
1641
1642 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1643 (DONTCOMPILE): Omit sc.el.
1644
1645 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1646 (DONTCOMPILE): Omit sc.el.
1647
1648 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1649
1650 * replace.el (occur): Bind inhibit-read-only to t.
1651
1652 2001-08-16 Miles Bader <miles@gnu.org>
1653
1654 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1655 calling `constrain-to-field', to avoid problems with comint prompts.
1656
1657 2001-08-15 Gerd Moellmann <gerd@gnu.org>
1658
1659 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
1660 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
1661
1662 * ediff-mult.el (ediff-get-meta-info): Fix the condition
1663 of a while-loop.
1664
1665 * Makefile.in (DONTCOMPILE): Remove sc.el.
1666
1667 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1668 Don't include term/.
1669
1670 * mail/sc.el: Moved to obsolete/.
1671
1672 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1673
1674 * ps-print.el: Change error function arguments to follow Emacs
1675 message convention. Doc fix.
1676 (ps-print-version): New version number (6.5.4).
1677 (coding-system-for-write): Change declaration position to avoid
1678 XEmacs compilation gripes.
1679 (coding-system-for-read, buffer-file-coding-system):
1680 Declarations to avoid XEmacs compilation gripes.
1681
1682 * ps-mule.el: Doc fix.
1683 (ps-mule-encode-header-string): If STRING is not a string, replace
1684 STRING by empty string.
1685
1686 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1687
1688 * frame.el (show-trailing-whitespace): Doc fix.
1689
1690 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1691
1692 * desktop.el (desktop-save): Insert the coding: tag before
1693 desktop-header.
1694
1695 2001-08-13 Gerd Moellmann <gerd@gnu.org>
1696
1697 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1698 its path from $els.
1699
1700 * image.el (image-jpeg-p): Fix call of substring.
1701
1702 2001-08-10 Gerd Moellmann <gerd@gnu.org>
1703
1704 * play/animate.el (animate-string): Doc fix. Use a buffer
1705 name with stars in it.
1706 (animate-sequence): New function.
1707 From Richard Stallman <rms@gnu.org>.
1708
1709 * frame.el (select-frame-set-input-focus): New function
1710 extracted from other-frame.
1711 (other-frame): Use it.
1712 (next-multiframe-window, previous-multiframe-window): Use it.
1713
1714 * isearch.el (isearch-other-meta-char): Don't switch to the
1715 buffer of a window clicked on, when the current buffer is
1716 in Isearch mode.
1717
1718 * image.el (image-jpeg-p): Test for APPn markers in the range
1719 #xe0..#xef.
1720
1721 2001-08-09 Gerd Moellmann <gerd@gnu.org>
1722
1723 * desktop.el (desktop-save): Don't use concat to form a file
1724 name, use expand-file-name.
1725
1726 * mouse.el (mouse-delete-window): Do nothing if frame has just
1727 one window.
1728
1729 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1730 for the minor mode name.
1731
1732 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1733 minor mode name.
1734
1735 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1736 instead of make-mode-line-mouse2-map.
1737
1738 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1739 the minor mode name.
1740
1741 * emacs-lisp/easy-mmode.el (define-minor-mode):
1742 Use mode-line-minor-mode-keymap for the minor mode name.
1743
1744 * calendar/calendar.el (calendar-mode-line-format):
1745 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
1746
1747 * bindings.el (make-mode-line-mouse-map): Renamed from
1748 make-mode-line-mouse2-map. Take additional arg MOUSE.
1749 (mode-line-modified): Use mouse-3 instead of mouse-2.
1750 (mode-line-buffer-identification-keymap): Bind keys differently.
1751 (propertized-buffer-identification): Adapt help-echo to new bindings.
1752
1753 * bindings.el (mode-line-format): Specify help-echo for line
1754 number, column number and buffer-percent part of the mode-line.
1755
1756 * image.el (image-type-regexps): Allow whitespace at the start
1757 of the image data for XPM, XBM and PostScript, which are
1758 text files.
1759 (image-jpeg-p): Correct calculation of next field offset.
1760
1761 2001-08-08 Pavel Janík <Pavel@Janik.cz>
1762
1763 * battery.el: Fix typo.
1764
1765 2001-08-08 Gerd Moellmann <gerd@gnu.org>
1766
1767 * image.el (image-type-regexps): Allow predicates. Change the way
1768 JPEG images are recognized.
1769 (image-jpeg-p): New function.
1770 (image-type-from-data): Handle predicates in image-type-regexps.
1771
1772 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1773 #:, #x, #o, and similar constructs.
1774
1775 2001-08-07 Gerd Moellmann <gerd@gnu.org>
1776
1777 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1778
1779 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1780 instead of `progn'.
1781
1782 * tar-mode.el (tar-extract): Avoid generating a new buffer
1783 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1784
1785 * textmodes/paragraphs.el (forward-sentence): Avoid building
1786 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1787
1788 * progmodes/executable.el (executable-set-magic):
1789 If executable-find returns a quoted file name, unquote it before
1790 inserting it.
1791
1792 * image.el (image-type-regexps): For JPEG files, use a regexp
1793 derived from the JFIF spec.
1794
1795 * image.el (image-type-regexps): Use `\`' instead of `^' in
1796 most regular expressions.
1797
1798 2001-08-06 Pavel Janík <Pavel@Janik.cz>
1799
1800 * play/animate.el: Re-insert a reference to re-inserted function.
1801
1802 2001-08-06 Gerd Moellmann <gerd@gnu.org>
1803
1804 * help.el (describe-function-1): Use find-function-search-for-symbol
1805 instead of find-function-noselect because the latter follows aliases.
1806
1807 * play/animate.el (animate-birthday-present): Re-insert.
1808
1809 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1810 Handle old-style menu definitions.
1811
1812 2001-08-06 Pavel Janík <Pavel@Janik.cz>
1813
1814 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
1815 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
1816
1817 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
1818 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1819 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
1820
1821 2001-08-05 Pavel Janík <Pavel@Janik.cz>
1822
1823 * textmodes/tildify.el: Milan Zamazal has new address.
1824
1825 2001-08-03 Gerd Moellmann <gerd@gnu.org>
1826
1827 * custom.el (custom-set-variables): Don't test `custom-requests'
1828 properties, check the third element of the options passed to
1829 custom-set-variables instead.
1830
1831 * info.el (info-insert-file-contents): Use info-file-exists-p
1832 instead of file-exists-p.
1833
1834 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1835 the mode-line face is restored. Fix several bugs.
1836
1837 * replace.el (perform-replace): Doc fix.
1838
1839 2001-08-02 Francesco Potortì <pot@gnu.org>
1840
1841 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1842 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1843 (uniquify-fix-item-base, uniquify-fix-item-filename)
1844 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1845 Callers changed.
1846 (uniquify-set-proposed): Changed to work with a vector item.
1847 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1848 the fix list, and a list of strings for the non-file buffer
1849 names. Both changes reduce consing.
1850 (uniquify-rationalize-a-list): Local variable renaming.
1851 (uniquify-rationalize-conflicting-sublist): Use member instead of
1852 assoc.
1853 (uniquify-rename-buffer): Use unless instead of if not.
1854
1855 2001-08-02 Gerd Moellmann <gerd@gnu.org>
1856
1857 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
1858
1859 * custom.el (custom-set-variables): Set options with :require
1860 clauses last.
1861
1862 * custom.el (defcustom): Doc fix.
1863
1864 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1865
1866 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1867
1868 * man.el (man): Mention Man-switches in the doc string.
1869 (Man-switches): Mention -a in the doc string.
1870
1871 * textmodes/ispell.el (ispell-alternate-dictionary):
1872 Add /usr/share/lib/dict/words, for Irix.
1873
1874 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1875 corresponding non-kp keys. Suggested by Stephen Gildea
1876 <gildea@stop.mail-abuse.org>.
1877
1878 2001-08-01 Francesco Potortì <pot@gnu.org>
1879
1880 * uniquify.el: These changes correct a corner case that the old
1881 code managed correctly.
1882 (uniquify-fix-item-proposed): Renamed from
1883 uniquify-fix-item-min-proposed.
1884 (uniquify-set-proposed): New function.
1885 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1886 clarity and speed.
1887 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1888 This is equivalent to what the old code did.
1889 (uniquify-rationalize-a-list): Never recompute the proposed
1890 name. Sort the conflicting sublist before rationalising it: this
1891 is equivalent to what the old code did, but one directory element
1892 at a time, and only when necessary.
1893 (uniquify-rationalize-conflicting-sublist): Recompute here the
1894 proposed name.
1895
1896 2001-08-01 Gerd Moellmann <gerd@gnu.org>
1897
1898 * play/animate.el: Add Keywords and Maintainer. Remove a
1899 reference to a removed function.
1900
1901 * play/animate.el (animate-string): Handle case that the string is
1902 longer than the window is wide.
1903
1904 2001-07-31 Gerd Moellmann <gerd@gnu.org>
1905
1906 * desktop.el (desktop-save): Bind coding-system-for-write to
1907 `emacs-mule' for write-region.
1908
1909 * delsel.el (delete-selection-pre-hook): Don't set this-command
1910 to `ignore' if the region is empty.
1911
1912 * international/mule.el (set-keyboard-coding-system):
1913 Set keyboard-coding-system.
1914
1915 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1916 before accessing it.
1917
1918 2001-07-30 Andreas Schwab <schwab@suse.de>
1919
1920 * menu-bar.el (toggle-highlight-paren-mode):
1921 Use `(show-paren-mode)' as body.
1922
1923 2001-07-30 Andre Spiegel <spiegel@gnu.org>
1924
1925 * vc.el (vc-checkout-hook): New hook.
1926 (vc-checkout): Run it.
1927
1928 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1929
1930 * progmodes/make-mode.el (makefile-macroassign-regex):
1931 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
1932
1933 2001-07-30 Gerd Moellmann <gerd@gnu.org>
1934
1935 * vc.el (vc-switch-backend): Fix autoload cookie.
1936
1937 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1938 the desktop file.
1939
1940 2001-07-30 Simon Josefsson <jas@extundo.com>
1941
1942 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1943 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1944
1945 2001-07-27 Gerd Moellmann <gerd@gnu.org>
1946
1947 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1948 (last-sexp-toggle-display): Renamed from last-sexp-print.
1949 (last-sexp-toggle-display, eval-last-sexp-1):
1950 Use last-sexp-setup-props.
1951
1952 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
1953 New user-options.
1954 (mouse-wheel-change-button): New function.
1955 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1956 (mwheel-scroll): Ditto.
1957
1958 2001-07-26 Gerd Moellmann <gerd@gnu.org>
1959
1960 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1961 `...', compare with unabbreviated printed representation instead.
1962 (last-sexp-print): Bind print-length and print-level to nil.
1963
1964 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1965 before assigning text properties. Make properties rear-nonsticky.
1966
1967 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1968 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1969 <mouse-2> and <RET> in that map to a function printing the
1970 unabbreviated value.
1971
1972 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1973 is a buffer, put a text property `printed-value' on the printed
1974 representation, with the Lisp object printed as value.
1975
1976 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1977
1978 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1979 Mention the effect of eval-expression-print-length and
1980 eval-expression-print-level in the doc strings. Suggested by
1981 Kevin Gallagher <kevingal@onramp.net>.
1982
1983 2001-07-25 Gerd Moellmann <gerd@gnu.org>
1984
1985 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1986 for buttons > 3.
1987 (xterm-mouse-translate): Handle the case that we don't get a
1988 down-event.
1989
1990 * emacs-lisp/find-func.el (find-function-regexp):
1991 Add easy-mmode-define-global-mode to the regexp. Allow newlines
1992 in front of the function name.
1993
1994 * isearch.el (isearch-other-meta-char): Fix last change.
1995
1996 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1997 similar events for which fake prefix keys are generated. It's no
1998 longer necessary since read_key_sequence doesn't modify these
1999 events for internal purposes anymore.
2000
2001 * files.el (auto-mode-alist): Use nroff-mode for files ending
2002 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2003
2004 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2005
2006 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2007 tool-bar-lines parameter, behave as if its value were zero.
2008 (mouse-avoidance-set-pointer-shape): Don't do anything if
2009 x-pointer-shape is not boundp.
2010
2011 2001-07-23 Francesco Potortì <pot@gnu.org>
2012
2013 * uniquify.el: Overall speedup changes when using many buffers.
2014 (uniquify-fix-item-base, uniquify-fix-item-filename)
2015 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
2016 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
2017 place in the item, but was never used.
2018 (uniquify-fix-item-min-proposed): New defalias: the fourth place
2019 in the item is now used as cache for the proposed name.
2020 (uniquify-rationalize-file-buffer-names): Move computation made on
2021 newbuffile out of the loop, in the newbuffile-nd local var.
2022 Use dolist (cosmetic change). Compute the proposed name for the most
2023 common case and cache it in the fourth place in the item.
2024 (uniquify-rationalize-file-buffer-names): Used to return a list
2025 of buffer whose name was changed, but that return value was never used.
2026 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2027 the cached proposed name, does much less consing and is quicker.
2028 (uniquify-filename-lessp): Deleted.
2029 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2030 Do not bind locally the uniquify-possibly-resolvable flag. Use the
2031 cached proposed name is possible.
2032 (uniquify-get-proposed-name): Arguments changed, callers changed.
2033 (uniquify-rationalize-conflicting-sublist): Explicitly reset the
2034 uniquify-possibly-resolvable flag, which is no more bound locally.
2035 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
2036 flag, which does not exist any more.
2037
2038 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2039
2040 * term/internal.el (IT-unicode-translations): Fix the appearance of
2041 "6`".
2042
2043 * progmodes/compile.el (compile-internal): If EMACS is already
2044 defined in the environment, don't override its value.
2045
2046 2001-07-23 Gerd Moellmann <gerd@gnu.org>
2047
2048 * play/fortune.el: Undo change of 2001-07-13.
2049 Fix autoload cookies. Add types to defcustoms.
2050 (fortune) <defgroup>: Add :link.
2051 (fortune-from-region): Use eq, not eql.
2052 From Dave Love <fx@gnu.org>.
2053
2054 * play/animate.el (animate-birthday-present): Function removed.
2055
2056 * play/animate.el: New file.
2057
2058 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2059
2060 * startup.el (normal-top-level-add-subdirs-to-load-path):
2061 On Windows, put into normal-top-level-add-subdirs-inode-list the
2062 canonicalized names of the directories instead of inode numbers.
2063
2064 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2065
2066 * ediff-util.el: Copyright years.
2067 (ediff-choose-syntax-table): New function.
2068 (ediff-setup): Use ediff-choose-syntax-table.
2069 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2070 vc-state is available.
2071 (ediff-make-temp-file): Use ediff-coding-system-for-write.
2072
2073 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2074 with-syntax-table.
2075 (ediff-coding-system-for-read): From ediff-diff.el.
2076 (ediff-coding-system-for-write): New variable.
2077 (ediff-highest-priority): Fixed the bug having to do with disappearing
2078 overlays.
2079 (ediff-file-remote-p): Use file-remote-p, if available.
2080 (ediff-listable-file): New function.
2081 (ediff-file-attributes): Use ediff-listable-file.
2082
2083 * ediff-mult.el (ediff-meta-insert-file-info1):
2084 Use ediff-listable-file.
2085
2086 * ediff-ptch.el (ediff-prompt-for-patch-file):
2087 Use ediff-coding-system-for-read.
2088 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
2089
2090 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2091 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
2092
2093 * ediff.el: Date of last update, copyright years.
2094
2095 * ediff-wind.el (ediff-setup-control-frame): Nill->nil.
2096
2097 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2098 of Scott Bronson.
2099 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2100 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2101 Deleted functions.
2102 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2103 ex-token-list.
2104 (viper-get-ex-address-subr): Convert registers to char data type.
2105
2106 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
2107 (viper-memq-char): Use viper-int-to-char.
2108 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
2109 vc-locking-state.
2110 (viper-read-key): Use viper-read-key-sequence.
2111
2112 * viper.el (viper-major-mode-modifier-list):
2113 Added inferior-emacs-lisp-mode.
2114 (this-major-mode-requires-vi-state): New function that uses simple
2115 heuristics to decide if vi state is appropriate.
2116 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2117 (viper-non-hook-settings): Don't advise read-key-sequence.
2118 (viper-read-key-sequence): New function that replaces the
2119 previously used advice to read-key-sequence.
2120
2121 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2122 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2123 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2124 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2125 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2126 Got rid of the negative character hack.
2127 (viper-escape-to-state,viper-replace-state-exit-cmd):
2128 Use viper-read-key-sequence.
2129 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
2130 (viper-minibuffer-standard-hook,viper-read-string-with-history):
2131 Don't override existing minibuffer-setup-hook.
2132 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
2133 Convert registers to char data type.
2134 (viper-autoindent): Use viper-indent-line.
2135
2136 * viper-keym.el: Use viper-exec-key-in-emacs.
2137
2138 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2139
2140 * server.el (server-visit-files): Fix variable name typo.
2141
2142 2001-07-20 Gerd Moellmann <gerd@gnu.org>
2143
2144 * simple.el (delete-trailing-whitespace): Save match data
2145 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2146
2147 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2148
2149 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2150 return a this-error using the alternative format (a pair of markers).
2151
2152 2001-07-19 Gerd Moellmann <gerd@gnu.org>
2153
2154 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2155
2156 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2157 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2158
2159 2001-07-17 Pavel Janík <Pavel@Janik.cz>
2160
2161 * international/iso-transl.el: Fix typo in the header of the file.
2162
2163 * textmodes/picture.el (picture): Doc fix.
2164
2165 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2166 follow coding conventions in generated files.
2167
2168 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2169
2170 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2171 (tool-bar-add-item): Don't call image-related primitives if the
2172 display doesn't support images.
2173
2174 * frame.el (display-images-p): New function.
2175
2176 2001-07-17 Gerd Moellmann <gerd@gnu.org>
2177
2178 * server.el (server-visit-files): Handle the case the specified
2179 column number is <= 0.
2180
2181 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2182
2183 * startup.el (command-line-1): Add support for +LINE:COLUMN
2184 command line argument.
2185
2186 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2187
2188 * server.el (server-process-filter, server-visit-files):
2189 Add support for +LINE:COLUMN style emacsclient calls.
2190
2191 2001-07-16 Pavel Janík <Pavel@Janik.cz>
2192
2193 * emacs-lisp/easy-mmode.el: Add Keywords header.
2194
2195 * play/pong.el: Author has new address.
2196
2197 * play/landmark.el: Author is no more reachable.
2198
2199 * play/handwrite.el: Author is no more reachable.
2200
2201 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2202
2203 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2204 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2205 Complete bindings for F<1..12> keys.
2206 (global-map): Remove `undo' binding (already in the default).
2207 Replace `t<n>' bindings with `f<n>' bindings.
2208
2209 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2210
2211 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2212 (tcl-mode): Use tcl-add-log-defun.
2213 (tcl-indent-line): Use tcl-calculate-indent.
2214 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2215 (tcl-indent-exp): Renamed from indent-tcl-exp.
2216 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2217 (tcl-indent-for-comment): Call comment-indent-function properly
2218 and handle the case where it returns nil.
2219
2220 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2221
2222 * calendar/cal-islam.el (calendar-goto-islamic-date):
2223 Remove autoload cookie.
2224
2225 * calendar/calendar.el (calendar-goto-islamic-date):
2226 Add call to autoload.
2227
2228 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2229
2230 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2231 Don't change compile-auto-highlight globally.
2232 Don't bother with `font-lock-defaults' property since XEmacs
2233 also understands the `font-lock-defaults' variable.
2234 Use make-local-variable rather than make-variable-buffer-local.
2235 Don't `defconst' comment-indent-function: keep the default.
2236 Call easy-menu-add unconditionally.
2237 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2238 (ada-create-menu): Use :included for Emacs as well.
2239
2240 * vc.el (vc-do-command): Autoload.
2241
2242 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2243
2244 2001-07-16 Pavel Janík <Pavel@Janik.cz>
2245
2246 * ps-print.el: Fix Author: header.
2247
2248 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2249
2250 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2251 mouse-1 etc., bind them to `ignore'.
2252
2253 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2254 send-invisible, which is already defined in Comint.
2255 (eshell-watch-for-password-prompt): Use it.
2256
2257 2001-07-16 Pavel Janík <Pavel@Janik.cz>
2258
2259 * which-func.el (which-func-mode): Doc fix.
2260
2261 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
2262 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2263 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2264 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2265 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2266 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2267 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2268 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2269 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2270 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2271 * emulation/edt-mapper.el, emulation/edt-pc.el,
2272 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2273 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2274 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2275 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2276 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2277 * international/isearch-x.el, international/iso-cvt.el,
2278 * international/ogonek.el, international/quail.el,
2279 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2280 * language/devanagari.el, language/ethio-util.el,
2281 * language/ethiopic.el, language/european.el, language/indian.el,
2282 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2283 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2284 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2285 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2286 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2287 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2288 * progmodes/autoconf.el, progmodes/cmacexp.el,
2289 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2290 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2291 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2292 * progmodes/ebnf2ps.el, progmodes/executable.el,
2293 * progmodes/fortran.el, progmodes/idlw-shell.el,
2294 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2295 * progmodes/m4-mode.el, progmodes/mantemp.el,
2296 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2297 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2298 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2299 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2300 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2301 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2302 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2303 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2304 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2305 * textmodes/two-column.el, time-stamp.el, timezone.el,
2306 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2307 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2308 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
2309 conventions.
2310
2311 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2312
2313 * simple.el (set-variable): Require 'cus-edit' instead of
2314 `wid-edit', so that the Custom widgets get defined.
2315
2316 2001-07-16 Pavel Janík <Pavel@Janik.cz>
2317
2318 * allout.el: A fix to follow coding conventions.
2319
2320 * find-lisp.el: A fix to follow coding conventions.
2321
2322 * term/w32-win.el: A fix to follow coding conventions.
2323
2324 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2325
2326 * term/xterm.el: A fix to follow coding conventions.
2327
2328 * term/news.el: A fix to follow coding conventions.
2329
2330 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2331 header line fixed.
2332
2333 * sun-curs.el: Fix Maintainer: header line.
2334
2335 * emacs-lisp/easymenu.el: Address of the author added.
2336
2337 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2338
2339 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2340 property.
2341
2342 2001-07-16 Pavel Janík <Pavel@Janik.cz>
2343
2344 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
2345 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
2346 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2347 Some fixes to follow coding conventions.
2348
2349 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2350
2351 * which-func.el (which-func-mode): Doc fix.
2352
2353 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2354
2355 * net/rcompile.el (remote-compile): Use make-local-variable.
2356
2357 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2358
2359 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2360
2361 * mail/reporter.el (reporter-submit-bug-report):
2362 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2363
2364 2001-07-15 Pavel Janík <Pavel@Janik.cz>
2365
2366 * calendar/cal-china.el, calendar/cal-coptic.el,
2367 * calendar/cal-dst.el, calendar/cal-french.el,
2368 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2369 * calendar/cal-iso.el, calendar/cal-julian.el,
2370 * calendar/cal-mayan.el, calendar/cal-persia.el,
2371 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2372 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2373 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2374 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2375 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2376 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2377 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2378 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2379 * progmodes/ada-xref.el, progmodes/cc-align.el,
2380 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2381 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2382 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2383 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2384 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2385 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2386 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2387 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2388 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2389 * textmodes/reftex.el: Some fixes to follow coding
2390 conventions in Elisp files with known maintainers.
2391
2392 * emulation/viper.el: A fix to follow coding conventions.
2393
2394 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
2395 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2396 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2397 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2398 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2399 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2400 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2401 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2402 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2403 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
2404 conventions in Elisp files.
2405
2406 * composite.el, diff.el, emacs-lisp/levents.el,
2407 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2408 * emulation/pc-mode.el, emulation/viper-cmd.el,
2409 * emulation/viper-ex.el, emulation/viper-init.el,
2410 * emulation/viper-keym.el, emulation/viper-macs.el,
2411 * emulation/viper-mous.el, emulation/viper-util.el,
2412 * emulation/viper.el, forms-pass.el, international/ccl.el,
2413 * international/characters.el, international/encoded-kb.el,
2414 * international/fontset.el, international/ja-dic-cnv.el,
2415 * international/ja-dic-utl.el, international/kinsoku.el,
2416 * international/kkc.el, international/mule-cmds.el,
2417 * international/mule-diag.el, international/mule-util.el,
2418 * international/mule.el, international/titdic-cnv.el,
2419 * language/china-util.el, language/chinese.el,
2420 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2421 * language/greek.el, language/hebrew.el, language/japan-util.el,
2422 * language/japanese.el, language/korea-util.el, language/korean.el,
2423 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2424 * language/slovak.el, language/thai-util.el, language/thai.el,
2425 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2426 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2427 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2428 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2429 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2430 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2431 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2432 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2433 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2434 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
2435 to follow coding conventions in files without maintainer or in files
2436 with clear maintainer (but without Maintainer header stating so).
2437
2438 * emacs-lisp/elp.el: A fix to follow coding conventions.
2439
2440 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
2441 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2442 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2443 * echistory.el, electric.el, emacs-lisp/authors.el,
2444 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2445 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2446 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2447 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2448 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2449 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2450 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2451 * international/codepage.el, international/iso-ascii.el,
2452 * international/iso-insert.el, international/iso-transl.el,
2453 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2454 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2455 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2456 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2457 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2458 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2459 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2460 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2461 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2462 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2463 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2464 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2465 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2466 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2467 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2468 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2469 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2470 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2471 * textmodes/tex-mode.el, textmodes/text-mode.el,
2472 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2473 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2474 * vt100-led.el, window.el: Some fixes to follow coding conventions in
2475 files maintained by FSF.
2476
2477 2001-07-13 Pavel Janík <Pavel@Janik.cz>
2478
2479 * arc-mode.el: A fix to follow coding conventions.
2480
2481 * bindings.el: Ditto.
2482
2483 * cdl.el: Ditto.
2484
2485 * comint.el: Ditto.
2486
2487 * cus-start.el: Ditto.
2488
2489 * shell.el: Ditto.
2490
2491 * skeleton.el: Ditto.
2492
2493 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2494
2495 * info.el (Info-build-node-completions):
2496 Make Info-current-file-completions buffer local.
2497
2498 2001-07-13 Gerd Moellmann <gerd@gnu.org>
2499
2500 * which-func.el (which-func-mode, which-func-ff-hook)
2501 (which-function-mode): Remove references to which-func-mode-global.
2502
2503 * calendar/cal-islam.el (calendar-goto-islamic-date):
2504 Add autoload cookie.
2505
2506 * play/fortune.el: Add types to defcustoms.
2507
2508 2001-07-12 Pavel Janík <Pavel@Janik.cz>
2509
2510 * language/czech.el: A fix to follow coding conventions.
2511
2512 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2513
2514 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2515 to the extension list, for antlr-mode. From Christoph Wedler
2516 <Christoph.Wedler@sap.com>.
2517
2518 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2519
2520 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2521 (vc-dired-mode-map): Fix the madness.
2522
2523 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2524 (vc-prefix-map): Moved back from vc.el.
2525
2526 2001-07-11 Gerd Moellmann <gerd@gnu.org>
2527
2528 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2529 Increase the size of the obarray.
2530 (mail-extr-all-top-level-domains): Add more toplevel domains,
2531 add more long names.
2532 From: Per Starbäck <starback@ling.uu.se>.
2533
2534 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2535
2536 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2537 From Pavel Janík <Pavel@Janik.cz>
2538
2539 * progmodes/ada-mode.el: Ditto.
2540
2541 * progmodes/ada-xref.el: Ditto.
2542
2543 2001-07-11 Miles Bader <miles@gnu.org>
2544
2545 * finder.el (finder-insert-at-column): Also move to the next line
2546 if exactly at COLUMN.
2547
2548 2001-07-10 Gerd Moellmann <gerd@gnu.org>
2549
2550 * help.el (describe-function-1): When printing FUNCTION's
2551 documentation, don't assume FUNCTION is a symbol.
2552
2553 * startup.el (normal-top-level): Don't operate on the initial
2554 frame if we failed to create one.
2555
2556 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2557
2558 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of the block
2559 itself, i.e. only indent the contents in it.
2560
2561 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
2562
2563 * mail/rmail.el (rmail-show-message): Show beginning of message in
2564 all windows containing it.
2565
2566 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2567
2568 * term/tty-colors.el: Fix the header line and copyright years.
2569
2570 2001-07-09 Gerd Moellmann <gerd@gnu.org>
2571
2572 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2573 original definition has an interactive form, but is Elp
2574 instrumented, use the interactive form of the function called by
2575 elp-wrapper.
2576
2577 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2578 configurations with compare-window-configuration; they aren't
2579 window configurations.
2580
2581 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2582 from the server for the format we expect. Don't use it if it
2583 doesn't look like what the Internet draft for FTP extensions specifies.
2584
2585 * toolbar/*.pbm: Cleaned up.
2586 From Luis Fernandes <elf@ee.ryerson.ca>.
2587
2588 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2589
2590 * progmodes/cc-cmds.el: Extended the kludge to interoperate with the
2591 delsel and pending-del packages wrt to the new function
2592 `c-electric-delete-forward'.
2593
2594 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2595
2596 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2597 to delay the call to <mode> for global minor modes.
2598 (easy-mmode-define-navigation): Only recenter if interactive.
2599
2600 2001-07-06 Gerd Moellmann <gerd@gnu.org>
2601
2602 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2603 to lisp-indent-line.
2604
2605 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2606 from the server. Call encode-time only when we are sure that we
2607 got a 213 response.
2608
2609 2001-07-06 Simon Josefsson <jas@extundo.com>
2610
2611 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2612 (mail-envelope-from): New user option.
2613 (sendmail-send-it): Use it.
2614
2615 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2616
2617 * ps-print.el: Use locale dependent date to print date in header.
2618 Doc fix.
2619 (ps-print-version): New version number (6.5.3).
2620 (ps-right-header, ps-right-footer): Initialization and doc fix.
2621 (ps-time-stamp-locale-default): New fun.
2622
2623 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2624
2625 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2626 field problem with MIME-mode.
2627
2628 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2629
2630 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2631
2632 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2633 MIME-mode.
2634
2635 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2636
2637 * bindings.el (mode-line-mule-info): Don't show the tip with
2638 buffer-file-coding-system if that is nil.
2639
2640 2001-07-05 Gerd Moellmann <gerd@gnu.org>
2641
2642 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2643 instead of kill-line.
2644
2645 * play/pong.el: Fix first line. From Pavel Janík <Pavel@Janik.cz>.
2646
2647 * battery.el (battery-update): Add help-echo. From Pavel Janík
2648 <Pavel@Janik.cz>.
2649
2650 2001-07-04 Gerd Moellmann <gerd@gnu.org>
2651
2652 * font-lock.el (c-font-lock-keywords-3): When matching something
2653 like `struct X Y', finish with point after Y.
2654
2655 2001-07-04 Simon Josefsson <jas@extundo.com>
2656
2657 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
2658 in caller buffer.
2659
2660 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2661
2662 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
2663 instead of string-match to find the basename of the file.
2664 From Pascal Obry <p.obry@wanadoo.fr>.
2665
2666 * net/browse-url.el (browse-url-default-windows-browser):
2667 Support the MS-DOS port when it runs on Windows.
2668 (browse-url-browser-function) [ms-dos]: Default to
2669 browse-url-default-windows-browser.
2670
2671 * help.el (locate-library): Enable code that looks for compressed
2672 libraries if auto-compression-mode is on.
2673
2674 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2675
2676 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2677
2678 2001-07-02 Gerd Moellmann <gerd@gnu.org>
2679
2680 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
2681
2682 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2683
2684 * allout.el: Fix the header line, so that finder.el recognizes it.
2685 From Pavel Janík <Pavel@Janik.cz>.
2686
2687 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2688 From Pavel Janík <Pavel@Janik.cz>.
2689
2690 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2691
2692 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
2693
2694 * ps-bdf.el (bdf-directory-list): Use the value relative to
2695 installation-directory for MS-Windows as well.
2696
2697 2001-06-29 Richard M. Stallman <rms@gnu.org>
2698
2699 * wid-edit.el (widget-color-sample-face-get):
2700 Return ((foreground-color . COLOR)) instead of constructing a face.
2701
2702 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2703
2704 * faces.el (region): Change the background color for the
2705 light-background color display to lightgoldenrod2, to make it
2706 visible on some laptops.
2707
2708 2001-06-28 Richard M. Stallman <rms@gnu.org>
2709
2710 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2711 (rmail-msg-restore-non-pruned-header): Likewise.
2712 If point was in the old pruned header, put it at the top.
2713 (rmail-msg-prune-header): If point was at the top, keep it there.
2714
2715 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2716 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2717
2718 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2719
2720 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2721
2722 2001-06-28 Karl Fogel <kfogel@red-bean.com>
2723
2724 * saveplace.el: Update maintainer email address.
2725
2726 2001-06-27 Francesco Potortì <pot@gnu.org>
2727
2728 * uniquify.el (uniquify-rationalize-file-buffer-names):
2729 Undo previous change.
2730
2731 2001-06-27 Francesco Potortì <pot@gnu.org>
2732
2733 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2734 preliminary quick reordering. Can speed things up dramatically.
2735
2736 2001-06-26 Richard M. Stallman <rms@gnu.org>
2737
2738 * dired.el (dired-get-filename): A file name starting with ~
2739 is not absolute in this context.
2740
2741 * which-func.el (which-func-maxout): Increase default to 500000.
2742 (which-function-mode): This is now the "real" name of the function.
2743 (which-func-mode): Now an alias.
2744 (which-func-mode-global): Name deleted.
2745
2746 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2747 button-2, when binding hs-mouse-toggle-hiding.
2748
2749 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2750
2751 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
2752 (rmail-msg-prune-header): Likewise.
2753 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2754 and `rmail-msg-prune-header'.
2755
2756 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2757
2758 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2759 back than LINEBEG.
2760
2761 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2762
2763 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2764 window where they clicked the mouse has a header line, adjust
2765 vertical movement by one.
2766
2767 2001-06-25 Milan Zamazal <pdm@zamazal.org>
2768
2769 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2770 too when separating a parenthesis.
2771
2772 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2773
2774 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2775 (bookmark-bmenu-hide-filenames): Add help-echo to
2776 mouse-highlighted text.
2777 (bookmark-bmenu-show-filenames): Remove help-echo property from
2778 the whitespace.
2779
2780 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2781
2782 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2783 From Karl Eichwalder <ke@suse.de>.
2784
2785 2001-06-23 Richard M. Stallman <rms@gnu.org>
2786
2787 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2788
2789 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2790 contents for completing-read.
2791
2792 2001-06-22 Richard M. Stallman <rms@gnu.org>
2793
2794 * menu-bar.el (menu-bar-make-toggle): Construct the
2795 function's doc string from HELP, not DOC, and make it accurate by
2796 adding "Toggle whether to " at the front and downcasing the initial.
2797 Change the HELP arg in some calls to make it fit this usage.
2798
2799 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2800 Undo previous change.
2801
2802 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2803
2804 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2805
2806 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
2807
2808 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2809
2810 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2811
2812 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2813
2814 2001-06-20 Richard M. Stallman <rms@gnu.org>
2815
2816 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2817 broken out from dabbrev--find-expansion. Handle minibuffer
2818 specially here.
2819 (dabbrev--find-expansion): Simplify code in various ways.
2820 Don't treat minibuffers specially.
2821 Call dabbrev--make-friend-buffer-list.
2822 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
2823 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2824
2825 2001-06-19 John Wiegley <johnw@gnu.org>
2826
2827 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2828 Also, added a comment describing how to greatly speedup Eshell
2829 loadup time, by concatenating together all of Eshell's .elc files.
2830
2831 2001-06-19 John Wiegley <johnw@gnu.org>
2832
2833 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2834
2835 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2836
2837 * woman.el (WoMan-highlight-references): Add help-echo to
2838 mouse-highlighted text.
2839
2840 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2841
2842 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2843
2844 2001-06-18 Gerd Moellmann <gerd@gnu.org>
2845
2846 * international/quail.el (quail-start-conversion):
2847 Reset quail-translating to nil.
2848
2849 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2850 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2851
2852 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2853
2854 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2855 mouse-highlighted text.
2856
2857 * dired.el (dired-mark-pop-up): Fix last change.
2858
2859 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2860
2861 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2862 mouse-highlighted text.
2863
2864 * net/quickurl.el (quickurl-url-file): Run through
2865 convert-standard-filename.
2866 (quickurl-list-populate-buffer): Add help-echo to
2867 mouse-highlighted text.
2868 (top-level): Update Dave's URL.
2869
2870 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2871 mouse-highlighted text.
2872
2873 * textmodes/page-ext.el (pages-copy-header-and-position):
2874 Add help-echo to mouse-highlighted text.
2875
2876 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2877 mouse-highlighted text.
2878
2879 * replace.el (occur): Add help-echo to mouse-highlighted text.
2880
2881 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2882 mouse-highlighted text.
2883
2884 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2885 mouse-highlighted text.
2886
2887 * progmodes/compile.el (compile-reinitialize-errors):
2888 Add help-echo to mouse-highlighted messages.
2889 (compilation-forget-errors): Remove help-echo property as well.
2890
2891 * play/landmark.el (lm-plot-square, lm-init-display):
2892 Add help-echo to mouse-highlighted text.
2893
2894 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2895 Add help-echo to mouse-highlighted text.
2896
2897 * dired.el (dired-insert-set-properties): Add help-echo to
2898 mouse-highlighted text.
2899 (dired-mark-pop-up): Remove help-echo property from the file name.
2900
2901 * comint.el (comint-send-input): Add help-echo to
2902 mouse-highlighted text.
2903
2904 * buff-menu.el (list-buffers-noselect): Add help-echo to
2905 mouse-highlighted text.
2906
2907 * arc-mode.el (archive-summarize-files): Add help-echo to
2908 mouse-highlighted text.
2909
2910 * ffap.el (ffap-machine-p): Always return nil if
2911 open-network-stream is not fboundp.
2912
2913 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2914
2915 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2916 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2917 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2918 incorrectly binding chars between 128 and 256 to it.
2919 (sgml-maybe-name-self): Handle latin-1 chars properly.
2920 (sgml-tags-invisible): Bind buffer-file-name to nil.
2921 Use unwind-protect and restore-buffer-modified-p.
2922 (sgml-point-entered): Use buffer-substring-no-properties.
2923 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2924 (html-mode): Don't force `imenu-sort-function'.
2925
2926 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2927
2928 * tar-mode.el: Fix the copyright notice.
2929
2930 * font-lock.el (font-lock-comment-face): For tty's with dark
2931 background, use "red1", since "lightred" is not one of the colors
2932 recognized by tty-colors.el.
2933
2934 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2935 create a buffer for extracted file, in case there's more than one
2936 file by that name in an archive, possibly in different
2937 directories. From Kevin Rodgers <kevinr@ihs.com>.
2938
2939 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2940 <alex@gnu.org>.
2941
2942 2001-06-15 Miles Bader <miles@gnu.org>
2943
2944 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2945 Revert previous change.
2946
2947 2001-06-14 Richard M. Stallman <rms@gnu.org>
2948
2949 * replace.el (keep-lines-read-args): Return just a regexp.
2950 Provide nil for the region args.
2951 (keep-lines, flush-lines, how-many):
2952 Calculate the defaults for the region here, when args are nil.
2953
2954 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2955
2956 * rot13.el (rot13-other-window): Some more doc fix.
2957
2958 2001-06-14 Per Starbäck <starback@ling.uu.se>
2959
2960 * replace.el (case-replace, query-replace-from-history-variable)
2961 (query-replace-to-history-variable, keep-lines-read-args)
2962 (occur-revert-function, query-replace-help): Doc fix.
2963
2964 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2965
2966 * rot13.el (rot13-other-window): Doc fix.
2967
2968 2001-06-14 Miles Bader <miles@gnu.org>
2969
2970 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2971 of " and \ to "." (punctuation).
2972 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2973
2974 2001-06-13 Richard M. Stallman <rms@gnu.org>
2975
2976 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2977
2978 * simple.el (shell-command-on-region): Never kill the
2979 *Shell Command Output* buffer.
2980
2981 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2982
2983 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2984
2985 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2986
2987 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2988 New var, to recognize ${ $' and PODs.
2989 (perl-font-lock-syntactic-face-function): New function.
2990 (perl-mode): Use them.
2991 (perl-continuation-line-p): New function, from perl-calculate-indent.
2992 (perl-calculate-indent): Use it, to properly handle continuation
2993 lines of continuation lines.
2994
2995 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2996
2997 * server.el (server-process, server-buffer-clients): Doc fix.
2998 From Pavel Janík <Pavel@Janik.cz>.
2999
3000 2001-06-09 John Wiegley <johnw@gnu.org>
3001
3002 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3003 test if the last command was Lisp or not.
3004 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3005 B x C".
3006
3007 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3008
3009 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3010 general one on compile.el supports drive letters.
3011
3012 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3013
3014 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
3015 key description.
3016
3017 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3018
3019 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
3020 (reftex-toc-jump): New command.
3021
3022 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
3023 to parse international characters as well.
3024
3025 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
3026 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
3027
3028 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3029
3030 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
3031 TAB to the key separators.
3032
3033 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3034
3035 * international/mule.el (auto-coding-alist): Remove redundant
3036 up-cased versions of the extensions (auto-coding-alist-lookup is
3037 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3038 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3039
3040 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3041
3042 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3043
3044 2001-06-01 Richard M. Stallman <rms@gnu.org>
3045
3046 * help.el (describe-variable): Put value on same line
3047 with preceding text, if it is short enough to look good that way.
3048
3049 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3050
3051 * term/internal.el (IT-unicode-translations): New variable.
3052 (IT-setup-unicode-display): New function.
3053
3054 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3055
3056 * ps-print.el: Handle before-string and after-string overlay properties
3057 in ps-print-*-with-faces commands. Doc fix.
3058 (ps-print-version): New version number (6.5.2).
3059 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3060 for XEmacs.
3061 (ps-prefix-quote): Doc fix.
3062 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
3063 (ps-basic-plot-str, ps-plot-string): New funs.
3064
3065 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3066
3067 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3068 and :type spec.
3069
3070 2001-05-31 Gerd Moellmann <gerd@gnu.org>
3071
3072 * international/mule-cmds.el (inactivate-input-method):
3073 Set input-method-function to nil.
3074
3075 * xml.el (xml-parse-tag): The document may contain invalid characters.
3076 From ShengHuo ZHU <zsh@cs.rochester.edu>
3077
3078 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3079
3080 * mail/rmailsum.el (rmail-message-subject-p): Don't call
3081 `rmail-summary-line-decoder' if the message does not have
3082 a Subject: field.
3083
3084 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
3085
3086 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3087 New variable.
3088 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3089 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3090 is non-nil.
3091
3092 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3093
3094 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3095
3096 2001-05-29 Sam Steingold <sds@gnu.org>
3097
3098 * faces.el (face-valid-attribute-values): Bind `valid' directly
3099 instead of using `setq'.
3100
3101 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3102 Use `tex-shell-buf'.
3103 (tex-shell-proc): Use `tex-shell-running'.
3104 (tex-shell-buf-no-error): New function.
3105 (tex-send-tex-command): Use it.
3106 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3107 (tex-kill-job): Check the process before calling `quit-process'.
3108
3109 2001-05-29 Gerd Moellmann <gerd@gnu.org>
3110
3111 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3112 UTF-8 sequences.
3113
3114 2001-05-28 Miles Bader <miles@gnu.org>
3115
3116 * comint.el (comint-carriage-motion): Renamed from
3117 `comint-cr-magic'. Operate on the buffer instead of the string
3118 (for use as a comint post-output filter, instead of as a
3119 pre-output filter). Handle backspaces too. Add to the
3120 `comint-output-filter-functions' hook instead of
3121 `comint-preoutput-filter-functions'.
3122
3123 2001-05-28 Gerd Moellmann <gerd@gnu.org>
3124
3125 * language/japan-util.el (japanese-hankaku): Prefer the charset
3126 `jisx0201' when the optional argument `ascii-only' is not specified.
3127 (japanese-hankaku-region): Ditto.
3128 From Katsumi Yamaoka <yamaoka@jpl.org>
3129
3130 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3131
3132 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3133 (outline-invisible-p): New function.
3134 (hide-leaves): Save excursion.
3135 (hide-other): Stop looping when reaching bobp.
3136
3137 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3138
3139 * cus-edit.el (custom-file): Fix last change.
3140
3141 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3142
3143 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3144 same definition in byte-compile-function-environment as `autoload'
3145 would put in `symbol-function'.
3146
3147 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3148 patch to correct the error message as well.
3149
3150 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3151
3152 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3153 unless ~/.emacs exists.
3154
3155 * novice.el (enable-command): If user-init-file is nil or does not
3156 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3157
3158 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3159
3160 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3161 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3162 Allow spaces around macro arguments.
3163 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3164 indent-for-tab-command.
3165 (latex-mode-map, plain-tex-mode-map): New keymaps.
3166 Inherit from tex-mode-map.
3167 (tex-common-initialization): Don't setup the keymap any more
3168 since it's now done right by define-derived-mode.
3169 (latex-mode): Set skeleton-end-hook to nil.
3170 (latex-skeleton-end-hook): Remove.
3171 (tex-latex-block, latex-insert-item): Simplify.
3172 (latex-syntax-after): Use following-char rather than char-after.
3173 (tex-discount-args-cmds, tex-count-words): New functions.
3174
3175 * textmodes/tildify.el (tildify-ignored-environments-alist):
3176 Recognize \verb* as well.
3177
3178 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3179 (perl-comment-indent): Simplify to let newcomment.el do its job.
3180 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3181 (perl-mark-function): Cleanup the namespace.
3182 (perl-calculate-indent): Don't be fooled by nested functions.
3183
3184 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3185
3186 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3187 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3188
3189 2001-05-25 Andrew Choi <akochoi@i-cable.com>
3190
3191 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3192 actually be `\\'.
3193 (ctlau-b5-converter): Likewise.
3194
3195 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3196
3197 * international/titdic-cnv.el (quail-misc-package-ext-info):
3198 Change CTLauB.el to CTLau-b5.el.
3199
3200 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3201
3202 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3203 rather than beginning-of-line to avoid problems with fields.
3204 (gud-perldb-massage-args): Use unless and push.
3205 (gud-chdir-before-run): New var.
3206 (gud-common-init): Use it.
3207
3208 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3209
3210 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3211 delete entries for chinese-ctlau and chinese-ctlaub.
3212 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
3213 chinese-ctlaub.
3214 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3215 New functions.
3216
3217 2001-05-22 Gerd Moellmann <gerd@gnu.org>
3218
3219 * cus-edit.el (custom-comment-show): Remove debug code.
3220
3221 * language/japan-util.el (japanese-symbol-table): Fix handling of
3222 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3223
3224 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3225
3226 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3227 Renamed by removing the silly `-flag' suffix.
3228 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3229
3230 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3231
3232 * replace.el (keep-lines-read-args): Use `copy-marker'.
3233 (how-many): Save excursion properly.
3234 (occur-mode): Use define-derived-mode.
3235 (perform-replace): Use with-current-buffer.
3236
3237 2001-05-20 Richard M. Stallman <rms@gnu.org>
3238
3239 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3240
3241 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3242
3243 * info.el (Info-read-subfile): Widen before finding the
3244 desired node in the subfile.
3245
3246 * startup.el (command-line-1): When >2 files visited,
3247 leave the last one visible, and make that the selected window.
3248
3249 2001-05-20 Gerd Moellmann <gerd@gnu.org>
3250
3251 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3252
3253 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3254
3255 * international/ccl.el (define-ccl-program): Fix a typo.
3256 From Pavel Janík <Pavel@Janik.cz>.
3257
3258 * international/mule.el (decode-char): Fix a typo. From Pavel
3259 Janík <Pavel@Janik.cz>.
3260
3261 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3262 Janík <Pavel@Janik.cz>.
3263
3264 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3265 Janík <Pavel@Janik.cz>.
3266
3267 2001-05-18 Sam Steingold <sds@gnu.org>
3268
3269 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
3270 and [RET] to `cvs-mode-find-file'.
3271
3272 2001-05-18 John Wiegley <johnw@gnu.org>
3273
3274 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3275 configuration variable, which determines the initial character
3276 that forces use of an external version of a command. The default
3277 is *, but may be set to \, for example.
3278
3279 * eshell/esh-ext.el (eshell-explicit-command):
3280 Use `eshell-explicit-command-char' instead of ?*.
3281
3282 * eshell/esh-cmd.el (eshell/which):
3283 Use `eshell-explicit-command-char' instead of ?*.
3284
3285 * eshell/em-cmpl.el (eshell-completion-command-name)
3286 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
3287 instead of ?*.
3288
3289 2001-05-18 Gerd Moellmann <gerd@gnu.org>
3290
3291 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3292 subst-char-in-string.
3293 (ange-ftp-after-parse-ls-hook): New variable.
3294 (ange-ftp-ls): Run that hook.
3295 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3296
3297 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3298 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3299 text into *Completions*.
3300
3301 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3302 part of which look like email addresses.
3303
3304 2001-05-18 Andrew Innes <andrewi@gnu.org>
3305
3306 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3307 Use . instead of absolute path for lisp dir, to avoid bug in W2K
3308 cmd.exe's handling of FOR loops.
3309 (autoloads): Set find-file-suppress-same-file-warnings to t to
3310 avoid slew of spurious messages.
3311
3312 2001-05-18 Simon Josefsson <simon@josefsson.org>
3313
3314 * mail/smtpmail.el (maybe-append-domain): Renamed to
3315 `smtpmail-maybe-append-domain'.
3316 (smtpmail-via-smtp): Use the new name.
3317
3318 * net/browse-url.el (browse-url-browser-function): Add kde.
3319 (browse-url-kde-program, browse-url-kde-args): New variables.
3320 (browse-url-kde): New function.
3321
3322 2001-05-18 Miles Bader <miles@gnu.org>
3323
3324 * simple.el (delete-horizontal-space, just-one-space):
3325 Use `constrain-to-field' instead of `field-end'/`field-beginning',
3326 because it's more efficient for large files.
3327
3328 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3329
3330 * mail/rmail.el (rmail-require-mime-maybe): New function.
3331 (rmail): Use it.
3332 (rmail-mode): Handle the case of finding Rmail files.
3333
3334 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3335 functions.
3336
3337 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3338
3339 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3340 text-property after moving to the beginning of line and regardless
3341 of the value of font-lock-multiline.
3342
3343 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3344
3345 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3346
3347 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3348 last coding system used before calling set-buffer-modified-p
3349 because that function changes last-coding-system.
3350
3351 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3352
3353 * files.el (switch-to-buffer-other-window)
3354 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3355 the doc string.
3356
3357 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3358
3359 * language/slovak.el, language/czech.el: New maintainer.
3360
3361 2001-05-16 Sam Steingold <sds@gnu.org>
3362
3363 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
3364 sub-form of `defgeneric' correctly.
3365
3366 2001-05-16 Gerd Moellmann <gerd@gnu.org>
3367
3368 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3369 of `c'.
3370
3371 * textmodes/outline.el (outline-font-lock-level): Remove the
3372 condition-case, test what outline-level returns instead, to
3373 ease debugging.
3374
3375 * international/mule.el (auto-coding-regexp-alist): New user-option.
3376 (auto-coding-from-file-contents): New function.
3377 (set-auto-coding): Use it to determine a coding system.
3378
3379 2001-05-15 Gerd Moellmann <gerd@gnu.org>
3380
3381 * mouse.el (mouse-delete-other-windows): Doc fix.
3382
3383 * emacs-lisp/lisp-mode.el (lisp-mode):
3384 Make font-lock-keywords-case-fold-search a buffer-local variable with
3385 make-local-variable before setting it.
3386
3387 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3388
3389 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3390 prefixes.
3391
3392 2001-05-14 Gerd Moellmann <gerd@gnu.org>
3393
3394 * hexl.el (hexl-current-address): Print a message when called
3395 interactively.
3396
3397 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3398
3399 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3400
3401 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3402
3403 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3404
3405 2001-05-11 Gerd Moellmann <gerd@gnu.org>
3406
3407 * startup.el (command-line): If parameters have been changed in
3408 the init files which influence font selection, clear the face
3409 cache so that faces get realized with the new parameters.
3410
3411 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
3412
3413 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3414
3415 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3416
3417 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3418
3419 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3420 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3421
3422 2001-05-10 Gerd Moellmann <gerd@gnu.org>
3423
3424 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
3425 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
3426
3427 2001-05-09 John Wiegley <johnw@gnu.org>
3428
3429 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3430 Annotated the documentation string to tell users about
3431 `eshell-no-numeric-conversions'.
3432
3433 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3434 conversions if a Lisp function has the property
3435 `eshell-no-numeric-conversions' set to a non-nil value.
3436
3437 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3438 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3439 property `eshell-no-numeric-conversions' on the following
3440 functions (which all deal with filesystem entities, and never Lisp
3441 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3442 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3443 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3444 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3445 eshell/which, eshell/addpath.
3446
3447 2001-05-09 John Wiegley <johnw@gnu.org>
3448
3449 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3450 encountered as an argument, don't convert it right away, but tag
3451 the first character of the string with the text properties
3452 `number', which signifies to `eshell-lisp-command' that the
3453 argument should be passed through `string-to-number' if it is
3454 actually used in the call to a Lisp function.
3455
3456 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3457 function, convert any string arguments that have been tagged as
3458 "numbers", by calling string-to-number.
3459
3460 * eshell/esh-util.el (eshell-number-regexp): Now that number
3461 conversions only happen for Lisp function calls, the number regexp
3462 should now match all integer and floating point forms.
3463
3464 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3465 `eshell-continue-process', since they are both nonfunctional at
3466 the moment.
3467 (eshell-proc-initialize): Don't bind keys for
3468 `eshell-stop-process' or `eshell-continue-process'.
3469
3470 * eshell/em-unix.el (eshell-shuffle-files):
3471 Apply `directory-file-name' before calling `file-name-directory'.
3472
3473 * eshell/em-hist.el (eshell-add-to-history): Reference to
3474 `eshell-history-ring' needed to be `eshell-history-index'.
3475
3476 * calendar/timeclock.el (timeclock-find-discrep):
3477 Initialize `elapsed' to 0.
3478 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3479 it's still nil.
3480
3481 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3482
3483 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3484 (archive-mode): Use capitalize.
3485 (archive-unique-fname): Use make-temp-file.
3486
3487 2001-05-09 Gerd Moellmann <gerd@gnu.org>
3488
3489 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3490
3491 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3492
3493 * tar-mode.el (tar-extract): Pay attention to the value of
3494 coding-system-for-read, if it is non-nil.
3495
3496 * calendar/holidays.el (holidays): Add an autoload cookie.
3497 From Pavel Janík <Pavel@Janik.cz>.
3498
3499 2001-05-08 John Wiegley <johnw@gnu.org>
3500
3501 * calendar/timeclock.el (timeclock-workday-remaining):
3502 Changed logic for determining how much time is remaining.
3503 (timeclock-workday-elapsed): Don't accept a "relative" argument
3504 for the current day's elapsed time. What could that have meant?
3505 (timeclock-workday-elapsed-string): No "relative" argument anymore.
3506 (timeclock-when-to-leave): Changed logic, similarly to what was
3507 done for `timeclock-workday-remaining'.
3508 (timeclock-find-discrep): Removed "today-only" argument, which had
3509 no meaning. Fixed some more math problems. The function now
3510 returns a three member list: (TOTAL-TIME-DISCREPANCY
3511 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3512
3513 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3514
3515 * w32-fns.el (convert-standard-filename): Start replacing slashes
3516 from the beginning of the file name, not from where the last
3517 invalid character was. From "Andrew Maguire (SWW)"
3518 <Andrew.Maguire@Smallworld.co.uk>
3519
3520 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3521
3522 The following changes are to provide infrastructure for handling
3523 MIME messages to rmail. They don't affect the original behavior
3524 if rmail-enable-mime is nil.
3525
3526 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3527 (rmail-search-mime-message-function)
3528 (rmail-search-mime-header-function): New variables.
3529 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3530 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3531 `rmail-view-buffer' is hidden.
3532 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3533 call rmai-show-mime-function.
3534 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3535 mode-line-process of rmail-view-buffer.
3536 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3537 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3538 buffer.
3539 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3540 set-buffer to the Rmail buffer.
3541 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3542 rmail-search-mime-header-function.
3543 (rmail-search-message): New function.
3544 (rmail-search): Call rmail-search-message to check if a message
3545 matches REGEXP, lastly update point after calling
3546 rmail-show-message.
3547 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3548 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
3549 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3550 header region, refer to rmail-msgref-vector while setting the
3551 current buffer to rmail-buffer temporarily.
3552 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3553 If rmail-enable-mime is non-nil, call
3554 rmail-insert-mime-forwarded-message-function instead of inserting
3555 forwarded message by itself.
3556
3557 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3558 Rmail buffer.
3559 (rmail-set-label, rmail-next-labeled-message): Likewise.
3560
3561 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3562 set-buffer to the Rmail buffer.
3563 (rmail-output-to-rmail-file): Likewise.
3564 (rmail-output): Likewise.
3565
3566 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3567 of mail-fetch-field by rmail-summary-line-decoder.
3568 (rmail-new-summary): Be sure to go to the Rmail buffer.
3569 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
3570 rmail-view-buffer to nil.
3571 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3572 rmail-view-buffer.
3573 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3574 rmail-buffer.
3575 (rmail-summary-scroll-msg-down): Likewise.
3576 (rmail-summary-beginning-of-message): Likewise.
3577 (rmail-summary-wipe): Likewise.
3578 (rmail-summary-toggle-header): Use save-window-excursion, not
3579 save-excursion. Update point in rmail-view-buffer, not in
3580 rmail-buffer.
3581 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3582 rmail-view-buffer, not rmail-buffer.
3583
3584 2001-05-07 Gerd Moellmann <gerd@gnu.org>
3585
3586 * cus-edit.el (custom-file): Signal an error if user-init-file is
3587 nil (running -q).
3588
3589 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3590
3591 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3592 Add :version.
3593
3594 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3595 New option.
3596 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3597 only if smtpmail-warn-about-unknown-extensions is set.
3598
3599 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3600 instead of rmail-sort-by-keywords.
3601
3602 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
3603 rmail-sort-by-keywords.
3604
3605 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3606 rmail-summary-sort-by-keywords. Doc fix.
3607 (rmail-summary-mode): Doc fix.
3608
3609 * mail/rmail.el (rmail-edit): New Custom group.
3610
3611 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3612 (rmail-edit-mode-hook): New user-option.
3613
3614 2001-05-05 Richard M. Stallman <rms@gnu.org>
3615
3616 * help.el (help-xref-symbol-regexp): Recognize "source of"
3617 and friends, meaning make a link to the source file.
3618 (help-make-xrefs): Handle "source of" and friends
3619 by constructing a link that visits the source file.
3620
3621 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3622
3623 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3624
3625 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3626 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3627 Renamed from perl-font-lock-keywords to avoid clashes.
3628 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3629 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3630 Updated correspondingly.
3631
3632 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3633 Typo `nonexistant' -> `nonexistent'.
3634
3635 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3636
3637 * progmodes/cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3638 Split `c-electric-delete' into two functions where
3639 `c-electric-delete-forward' always deletes forward and
3640 `c-electric-delete' only contains the code necessary for XEmacs to
3641 choose between backward and forward deletion.
3642
3643 * progmodes/cc-mode.el: `c-electric-delete-forward' is now bound
3644 to C-d to get the electric behavior on that key too.
3645 (c-fill-paragraph): Fixed bogus direct use of
3646 c-comment-prefix-regexp, which caused an error when it's a list.
3647
3648 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3649
3650 * dired-aux.el (dired-diff): Doc fix.
3651
3652 * dired.el (dired-diff): Likewise.
3653
3654 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3655
3656 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3657
3658 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3659
3660 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3661 if both the buffer and the file are read-only.
3662
3663 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3664 rather than font-lock-string-face.
3665 (sh-get-indent-info): Treat heredocs like strings.
3666
3667 2001-05-02 Gerd Moellmann <gerd@gnu.org>
3668
3669 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3670 a newline following `}'.
3671 (texinfo-format-email): New function.
3672 (toplevel): Use texinfo-format-email for @email.
3673 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3674 Add `display'.
3675 (texinfo-sort-region): Goto point-min before sorting.
3676 (texinfo-set): Remove leading white space from value.
3677 From yagi@is.titech.ac.jp.
3678
3679 * replace.el (query-replace-regexp-eval): Doc fix.
3680
3681 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3682
3683 * diff-mode.el (diff-nonexistant-face): New face.
3684 (diff-font-lock-keywords): Use it.
3685
3686 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3687
3688 * font-lock.el (font-lock-mode): Doc fix.
3689
3690 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3691 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3692
3693 2001-04-30 Gerd Moellmann <gerd@gnu.org>
3694
3695 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3696 backslash at the start of the here-document delimiter.
3697 (sh-font-lock-syntactic-keywords): Likewise.
3698
3699 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3700
3701 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3702
3703 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3704 (tty-color-translate, tty-color-by-index, tty-color-values)
3705 (tty-color-desc): Doc fix.
3706
3707 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3708
3709 * dired-aux.el (dired-do-create-files, dired-do-copy)
3710 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3711 Mention dired-dwim-target in the doc string.
3712
3713 2001-04-28 Miles Bader <miles@gnu.org>
3714
3715 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3716 (dabbrev--find-expansion): Use it.
3717 (dabbrev--select-buffers): Don't select ignored buffers.
3718
3719 2001-04-27 Gerd Moellmann <gerd@gnu.org>
3720
3721 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
3722
3723 2001-04-26 Richard M. Stallman <rms@gnu.org>
3724
3725 * dabbrev.el: Add doc strings for some functions.
3726 (dabbrev--eliminate-newlines): New variable.
3727 (dabbrev--substitute-expansion): Convert newlines to spaces
3728 if dabbrev--eliminate-newlines is set.
3729 If abbrev and expansion are both all-lower-case,
3730 leave dabbrev--last-case-pattern nil.
3731
3732 2001-04-26 Gerd Moellmann <gerd@gnu.org>
3733
3734 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3735 if necessary, like in rmail-show-message.
3736
3737 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3738
3739 * ps-print.el: Color specified by number is forced to be float number.
3740 (ps-print-version): New version number (6.5.1.1).
3741 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3742 initialization.
3743 (ps-prefix-quote): New internal var.
3744 (ps-print-quote): New fun.
3745 (ps-setup, ps-output-frame-properties, ps-float-format)
3746 (ps-format-color): Code fix.
3747 (ps-plot-region): Eliminate redundant foreground color text setting.
3748
3749 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3750
3751 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3752
3753 2001-04-25 Gerd Moellmann <gerd@gnu.org>
3754
3755 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3756
3757 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3758
3759 * info.el (Info-additional-directory-list): Doc fix.
3760
3761 * find-lisp.el (find-lisp-find-dired-filter)
3762 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3763 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
3764
3765 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3766
3767 * progmodes/make-mode.el (makefile-font-lock-keywords):
3768 Rationalize the rules for includes and conditionals and use the
3769 keyword face for them.
3770
3771 * faces.el (modify-face): Add compatibility for non-interactive use.
3772
3773 2001-04-24 John Wiegley <johnw@gnu.org>
3774
3775 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3776 fix from last night, since it wasn't finding eshell/cd.
3777
3778 2001-04-24 Gerd Moellmann <gerd@gnu.org>
3779
3780 * rect.el (string-rectangle): Revert to 20.x behavior.
3781 (replace-rectangle): Make it an alias for string-rectangle.
3782 (string-insert-rectangle): New function.
3783
3784 2001-04-23 John Wiegley <johnw@gnu.org>
3785
3786 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3787 occurring with Emacs 21's diff.el/compile.el interaction layer.
3788
3789 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3790
3791 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3792 case where the function was defined in a file, but not part of an
3793 eshell module.
3794
3795 2001-04-23 John Wiegley <johnw@gnu.org>
3796
3797 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3798 code to work around a redisplay problem I've been having.
3799
3800 2001-04-23 John Wiegley <johnw@gnu.org>
3801
3802 * calendar/timeclock.el (timeclock-day-required): If the time
3803 required for a particular day is not set, use `timeclock-workday'.
3804 (timeclock-find-discrep): Added some sample code in a comment.
3805
3806 * eshell/eshell.el (eshell-command): Made a few changes so that
3807 `eshell-command' could be called programmatically.
3808
3809 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3810
3811 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3812
3813 2001-04-23 John Wiegley <johnw@gnu.org>
3814
3815 * calendar/timeclock.el: Updated copyright.
3816 (timeclock-generate-report): Don't report the daily or two-week
3817 total, if no time has been worked in that period.
3818 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3819 final computational form, which was unnecessary; corrected a
3820 parsing problem when timeclock-relative was nil.
3821
3822 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3823
3824 * calendar/timeclock.el (timeclock-modeline-display): Check if
3825 `list-entry' is null.
3826 (timeclock-use-display-time): The first argument to `set-variable'
3827 must be a symbol.
3828
3829 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3830
3831 * calendar/calendar.el (diary-entry-marker)
3832 (calendar-today-marker, calendar-holiday-marker):
3833 Use display-color-p instead of window-system.
3834 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3835 instead of window-system.
3836 (calendar-hide-window): Use display-multi-frame-p instead of
3837 window-system.
3838
3839 * calendar/cal-x.el (calendar-two-frame-setup)
3840 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3841 Use display-multi-frame-p instead of window-system.
3842
3843 2001-04-23 Gerd Moellmann <gerd@gnu.org>
3844
3845 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3846
3847 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3848 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3849
3850 2001-04-23 Alex Schroeder <alex@gnu.org>
3851
3852 * goto-addr.el: Instead of defining line-beginning-position and
3853 line-end-position a defalias is used for point-at-bol and point-at-eol.
3854
3855 2001-04-23 Alex Schroeder <alex@gnu.org>
3856
3857 * goto-addr.el: Added XEmacs compatibility code.
3858 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
3859
3860 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3861
3862 * textmodes/paragraphs.el (sentence-end): Doc fix.
3863
3864 2001-04-20 Alex Schroeder <alex@gnu.org>
3865
3866 * sql.el (sql-escape-newlines-and-send): New function.
3867 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
3868
3869 2001-04-20 Alex Schroeder <alex@gnu.org>
3870
3871 * sql.el (sql-db2-program): New option.
3872 (sql-db2-options): New option.
3873 (sql-db2): New function.
3874
3875 2001-04-20 Alex Schroeder <alex@gnu.org>
3876
3877 * sql.el (sql-mode-menu): Added highlighting entries.
3878 (sql-highlight-oracle-keywords): New function.
3879 (sql-highlight-postgres-keywords): New function.
3880 (sql-highlight-ansi-keywords): New function.
3881
3882 2001-04-20 Alex Schroeder <alex@gnu.org>
3883
3884 * sql.el (sql-help): Doc change.
3885
3886 2001-04-19 Karl Fogel <kfogel@collab.net>
3887
3888 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3889 that inserted file content only to delete it immediately.
3890 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3891 <lektu@terra.es> for the patch.
3892
3893 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3894
3895 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3896
3897 2001-04-18 Gerd Moellmann <gerd@gnu.org>
3898
3899 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3900 for defmethod.
3901
3902 * comint.el (comint-cr-magic): New function.
3903 (toplevel): Add it to comint-preoutput-filter-functions.
3904
3905 2001-04-18 Andrew Innes <andrewi@gnu.org>
3906
3907 * makefile.w32-in (EMACSLOADPATH): Define.
3908 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
3909 (recompile): Remove stuff to set EMACSLOADPATH.
3910
3911 2001-04-18 Gerd Moellmann <gerd@gnu.org>
3912
3913 * language/slovak.el ("Slovak"): Add tutorial entry.
3914
3915 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3916 browse-url-new-window-p.
3917
3918 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3919
3920 * info.el (Info-menu-update): When there are no menus and/or no
3921 cross references in the node, make the respective items of the
3922 Info menu-bar menu inactive.
3923
3924 2001-04-17 Gerd Moellmann <gerd@gnu.org>
3925
3926 * indent.el (indent-for-tab-command): Call indent-line-function
3927 with no argument if PREFIX-ARG is non-nil.
3928
3929 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3930
3931 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3932
3933 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3934 an async subprocess if start-process is unavailable. Suggested by
3935 Tim Van Holder <tim.van.holder@pandora.be>.
3936
3937 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3938
3939 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3940 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3941
3942 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3943
3944 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3945 manual.
3946
3947 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3948
3949 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3950 (cvs-menu): Add a few entries.
3951
3952 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3953 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3954 lock file appears to be reachable from Emacs.
3955 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3956 (cvs-mode-find-file): Look for cvs-header-face rather than
3957 cvs-dirname-face (which doesn't exist).
3958 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3959
3960 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3961
3962 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3963
3964 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3965 normal-erase-is-backspace on a tty. Instead, bind some keys such
3966 as [delete] directly, like pc-select.el did before
3967 normal-erase-is-backspace was invented.
3968
3969 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
3970
3971 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3972
3973 2001-04-11 John Wiegley <johnw@gnu.org>
3974
3975 * eshell/em-ls.el (eshell-ls-insert-directory):
3976 Set font-lock-defaults to nil, to prevent fontification in dired
3977 buffers, if Eshell's ls is being used.
3978
3979 2001-04-11 John Wiegley <johnw@gnu.org>
3980
3981 * calendar/timeclock.el (timeclock-completing-read): New function.
3982 (timeclock-ask-for-project, timeclock-ask-for-reason):
3983 Call `timeclock-completing-read'.
3984
3985 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3986 required where `member' was being used.
3987
3988 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
3989
3990 * eshell/em-hist.el (eshell-previous-matching-input):
3991 Don't display "History item" if the minibuffer is active.
3992
3993 2001-04-11 Gerd Moellmann <gerd@gnu.org>
3994
3995 * startup.el (command-line): Output a newline after printing
3996 an error from loading the window system's init file.
3997
3998 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3999
4000 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4001 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
4002 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4003 keywords whose arguments routinely include @@.
4004
4005 2001-04-10 Gerd Moellmann <gerd@gnu.org>
4006
4007 * emacs-lisp/advice.el (ad-make-advised-definition):
4008 Construct advice for subrs differently.
4009
4010 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4011 regexp in parentheses when building the regexp for searching backwards.
4012
4013 * simple.el (completion-list-mode-finish): New function.
4014 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
4015
4016 * language/european.el ("Polish"): Change sample text.
4017 From jsbien@mimuw.edu.pl (Janusz S. Bień).
4018
4019 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4020 parameter.
4021
4022 * faces.el (menu): Doc fix.
4023
4024 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4025
4026 * ps-print.el: Footer implementation. Doc fix.
4027 (ps-print-version): New version number (6.5.1).
4028 (ps-header-frame-alist): New customization var for header frame
4029 properties.
4030 (ps-line-number-color): New customization var for line number color.
4031 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4032 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4033 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4034 (ps-right-footer): New customization vars for footers.
4035 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4036 footers.
4037 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
4038 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4039 Code fix.
4040 (ps-prologue-file): Indentation fix.
4041 (ps-print-quote): Fun eliminated.
4042 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4043 (ps-output-frame-properties): New fun.
4044 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4045 (ps-skip-newline): Replace defun by defsubst.
4046
4047 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
4048
4049 * eshell/eshell.el (eshell-command): Needed a "%s" format
4050 specifier, in case the buffer contains percent characters.
4051
4052 2001-04-10 John Wiegley <johnw@gnu.org>
4053
4054 * calendar/timeclock.el (timeclock-generate-report): Added a
4055 missing insert of the project name.
4056
4057 2001-04-09 Gerd Moellmann <gerd@gnu.org>
4058
4059 * obsolete/profile.el: Moved from emacs-lisp/.
4060
4061 * Makefile.in (nonobsolete_setwins): New macro.
4062 (finder-data): Use it instead of `setwins'.
4063 From: Dave Love <fx@gnu.org>.
4064
4065 * server.el (server-visit-files): Set server-existing-buffer correctly.
4066 (server-visit-files): Run server-visit-hook after going to
4067 line 1 so that the hook can set point as it sees fit.
4068
4069 * bindings.el (mode-line-modified): Unify help messages.
4070
4071 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4072
4073 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4074 All callers changed.
4075
4076 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4077
4078 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4079 long file names aren't supported, truncate the file names in
4080 quail-misc-package-ext-info to 8+3 before matching them against
4081 FILENAME.
4082
4083 * dos-fns.el (dos-truncate-to-8+3): New function.
4084
4085 * progmodes/compile.el (grep-compute-defaults): Use null-device
4086 instead of literal /dev/null. Reported by Jens Schmidt
4087 <schmidt@mathematik.uni-kl.de>.
4088
4089 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4090
4091 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4092
4093 * textmodes/sgml-mode.el: Add unknown maintainer.
4094 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4095 (html-mode-map): Use set-keymap-parent.
4096
4097 2001-04-06 Dave Love <fx@gnu.org>
4098
4099 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4100 Remove redundant string-to-list.
4101
4102 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4103
4104 * composite.el (reference-point-alist): Doc fix.
4105
4106 2001-04-05 Sam Steingold <sds@gnu.org>
4107
4108 * font-lock.el (font-lock-keywords-case-fold-search):
4109 Make buffer-local. This fixes a very annoying bug when loading a Lisp
4110 file made font-lock case-insensitive.
4111
4112 2001-04-05 Gerd Moellmann <gerd@gnu.org>
4113
4114 * faces.el (defface menu): Doc fix.
4115
4116 * wid-edit.el (widget-color-sample-face-get): Don't make
4117 faces for undefined colors.
4118
4119 * version.el (emacs-version): Include LessTif/Motif version info.
4120
4121 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4122
4123 * ps-mule.el: Eliminate cl package dependence.
4124 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4125 if they aren't defined yet.
4126 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4127 Eliminate cl package dependence.
4128
4129 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4130
4131 * progmodes/cc-cmds.el (c-outline-level):
4132 Bind buffer-invisibility-spec. Originally from Dave Love, but
4133 got lost when incorporating version 5.26.
4134
4135 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4136
4137 * emulation/pc-select.el (pc-selection-mode):
4138 Call normal-erase-is-backspace-mode instead of binding
4139 keys individually.
4140
4141 * cus-load.el (normal-erase-is-backspace): Use it instead of
4142 delete-key-deletes-forward.
4143
4144 * startup.el (command-line): Use normal-erase-is-backspace and
4145 normal-erase-is-backspace-mode.
4146
4147 * simple.el (normal-erase-is-backspace): Rename from
4148 delete-key-deletes-forward. Doc fix.
4149 (normal-erase-is-backspace-mode): Rename from
4150 delete-key-deletes-forward-mode. Doc fix.
4151 Run normal-erase-is-backspace-hook.
4152
4153 * dired.el (dired-move-to-filename-regexp): Support file sizes in
4154 ``human-readable'' format produced by GNU `ls'.
4155 (dired-move-to-filename-regexp): Recognize ISO format dates.
4156 From Paul Eggert <eggert@twinsun.com>.
4157
4158 2001-04-04 Gerd Moellmann <gerd@gnu.org>
4159
4160 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4161 New functions.
4162 (lm-verify): Check keywords.
4163 From Eric M. Ludlam <eric@siege-engine.com>.
4164
4165 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4166
4167 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4168 `xemacs' feature instead of for the function `set-extent-property'.
4169
4170 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4171
4172 * mail/mh-utils.el (mh-folder-hist): New var.
4173 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4174
4175 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4176
4177 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4178 region, position point on the first or last 16-byte group.
4179 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4180 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4181 hexl-beginning-of-line.
4182
4183 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4184
4185 * icomplete.el (icomplete-mode): Treat an argument like other
4186 modes do.
4187
4188 * startup.el (fancy-splash-head): Use splash8.xpm for color
4189 depth 8.
4190
4191 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4192 Add an entry for ``converts''.
4193
4194 * language/slovak.el ("Slovak"): Add documentation string.
4195 From Pavel@Janik.cz (Pavel Janík).
4196
4197 * language/czech.el ("Czech"): Add documentation string.
4198 From Pavel@Janik.cz (Pavel Janík).
4199
4200 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4201 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4202
4203 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4204
4205 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4206 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4207 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4208 Use `defsubst' rather than a macro to ease debugging.
4209 (mail-extr-last): Remove (use `last' instead).
4210 (mail-extract-address-components): Properly reset the syntax-table
4211 after parsing an address. Use `last' rather than mail-extr-last.
4212 Make sure the end marker stays at the very end.
4213
4214 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4215
4216 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4217 last change.
4218
4219 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4220
4221 * ps-print.el: Line and paragraph spacing feature. Region to cut
4222 out when printing. Doc fix.
4223 (ps-print-version): New version number (6.5).
4224 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4225 New vars. Line and paragraph spacing feature.
4226 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4227 out when printing.
4228 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4229 (ps-get-font-size, ps-begin-job, ps-continue-line)
4230 (ps-plot-region): Code fix.
4231 (ps-print-prologue-2): Var eliminated.
4232 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4233 New internal vars.
4234 (ps-get-size): New fun.
4235 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4236 (ps-next-line): Replace defun by defsubst.
4237 (ps-mule-plot-string): Autoload doc fix.
4238
4239 * ps-bdf.el: XEmacs compatibility. Doc fix.
4240 (installation-directory, coding-system-for-read): Declare vars if
4241 it's not declared yet.
4242 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4243
4244 * ps-mule.el: XEmacs compatibility. Doc fix.
4245 (leading-code-private-22): Declare var if it's not declared yet.
4246 (charset-bytes, charset-dimension, charset-id, charset-width)
4247 (find-charset-region, split-char, char-width, chars-in-region)
4248 (forward-point, decompose-composite-char, encode-coding-string)
4249 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4250 Define funs if not defined yet.
4251 (encode-composition-rule, find-composition): Define funs if not
4252 loaded yet.
4253 (ps-mule-prologue): PostScript code fix.
4254
4255 2001-04-02 Kenichi Handa <handa@etl.go.jp>
4256
4257 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4258 non-nil, generate font for the header strings.
4259 (ps-mule-prepare-font): Likewise.
4260 (ps-mule-generate-glyphs): Likewise.
4261 (ps-mule-string-encoding): Likewise.
4262 (ps-mule-header-charsets): New variable.
4263 (ps-mule-encode-header-string): New function.
4264 (ps-mule-header-string-charsets): New function.
4265 (ps-mule-begin-job): Check charsets in the header strings. If there
4266 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4267
4268 * ps-print.el (ps-generate-header-line): Encode the header string by
4269 ps-mule-encode-header-string.
4270 (ps-mule-encode-header-string): Declare autoload.
4271
4272 2001-04-02 Gerd Moellmann <gerd@gnu.org>
4273
4274 * frame.el (cursor-in-non-selected-windows):
4275 Replaces show-cursor-in-non-selected-windows.
4276
4277 2001-03-31 Kenichi Handa <handa@etl.go.jp>
4278
4279 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4280 Delete entries for "chinese-py" and "chinese-ziranma".
4281 (quail-misc-package-ext-info): New variable.
4282 (tsang-quick-converter): New function.
4283 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4284 (quick-cns-converter, py-converter, ziranma-converter)
4285 (miscdic-convert, batch-miscdic-convert): New functions.
4286
4287 2001-03-30 Kenichi Handa <handa@etl.go.jp>
4288
4289 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4290 eight-bit-control chars.
4291
4292 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4293 Reduce making temporary vector (suggested by Dave Love).
4294
4295 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4296
4297 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4298 string as well.
4299
4300 2001-03-30 Andreas Schwab <schwab@suse.de>
4301
4302 * files.el (backup-directory-alist): Fix typo.
4303
4304 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4305
4306 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4307 <eggert@twinsun.com>.
4308
4309 2001-03-30 Dave Love <fx@gnu.org>
4310
4311 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4312
4313 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4314
4315 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4316
4317 2001-03-30 Miles Bader <miles@gnu.org>
4318
4319 * subr.el (interactive-form): Fix paren typo.
4320
4321 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4322
4323 * emacs-lisp/profile.el: Say that it's obsolete in the header
4324 line, so that finder.el puts that into its data-base.
4325 Suggested by Alex Schroeder <alex@gnu.org>.
4326
4327 2001-03-29 Paul Eggert <eggert@twinsun.com>
4328
4329 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4330 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4331
4332 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4333
4334 * generic.el (generic-mode-set-comments): Use "" rather than nil
4335 for comment-end.
4336
4337 2001-03-29 Gerd Moellmann <gerd@gnu.org>
4338
4339 * emacs-lisp/advice.el (ad-make-advised-definition):
4340 Call interactive-form to obtain the interactive spec of subrs.
4341
4342 * subr.el (interactive-form): New function.
4343
4344 2001-03-29 Andre Spiegel <spiegel@gnu.org>
4345
4346 * vc-sccs.el (vc-sccs-register): Use relative file names.
4347
4348 2001-03-28 Gerd Moellmann <gerd@gnu.org>
4349
4350 * bookmark.el (bookmark-get-bookmark): Handle case that
4351 BOOKMARK is not a string.
4352
4353 * image.el (image-type-regexps): Change type for PS files
4354 to `postscript'.
4355
4356 * subr.el (read-passwd): Clear command history after each
4357 character entered. From: Stephen Gildea
4358 <gildea@stop.mail-abuse.org>.
4359
4360 2001-03-27 Kenichi Handa <handa@etl.go.jp>
4361
4362 * international/kkc.el (kkc-save-init-file): Locally bind
4363 print-length to nil.
4364
4365 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4366
4367 * textmodes/flyspell.el: Some doc fixes.
4368 (flyspell-maybe-correct-transposition)
4369 (flyspell-maybe-correct-doubling): Use a temporary buffer
4370
4371 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4372
4373 * emacs-lisp/byte-opt.el (byte-optimize-while)
4374 (byte-optimize-form-code-walker): Diagnose too few arguments
4375 for `if' and `while'.
4376
4377 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4378
4379 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4380 Prepend `\' to "\<quail-translation-docstring>".
4381
4382 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4383
4384 * autorevert.el (global-auto-revert-non-file-buffers):
4385 Remove duplicate defcustom.
4386
4387 2001-03-26 Miles Bader <miles@gnu.org>
4388
4389 * international/latin1-disp.el (latin1-char-displayable-p):
4390 Add leading "-" for X font pattern.
4391
4392 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4393
4394 * international/mule-diag.el (describe-coding-system):
4395 For raw-text and emacs-mule, don't add anymore text about what
4396 charsets they can encode.
4397
4398 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4399
4400 * help.el (view-lossage): Mention open-dribble-file in the doc
4401 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4402
4403 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4404
4405 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4406 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4407
4408 2001-03-23 Kenichi Handa <handa@etl.go.jp>
4409
4410 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4411 Call ccl-execute-on-string directly so that CCL program handling
4412 multibyte sequence can work correctly.
4413 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4414 property of the coding system.
4415
4416 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4417
4418 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4419 Fix transcription typo.
4420
4421 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4422
4423 * whitespace.el: Add buffer local variables to toggle testing of
4424 whitespaces in buffers without affecting the default values.
4425 Bump version to 3.0 to account for a few other changes.
4426 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4427 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4428 (whitespace-toggle-spacetab-check): New functions.
4429
4430 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4431
4432 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4433
4434 2001-03-21 Gerd Moellmann <gerd@gnu.org>
4435
4436 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4437 bs-cycle-configuration-name. From Juanma Barranquero
4438 <lektu@terra.es>.
4439
4440 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4441 and cc-vars.el.
4442
4443 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4444 headers. Always invoke sendmail with option -t.
4445
4446 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4447
4448 * Release of cc-mode 5.28.
4449
4450 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4451
4452 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
4453 (c-default-style):
4454 Removed the hardcoded switch to "java" style in Java mode.
4455 It's instead taken care of by the default value for c-default-style.
4456
4457 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4458
4459 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup was
4460 triggered by equal signs in string literals.
4461
4462 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4463
4464 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4465 limit detection when at the ends of the buffer.
4466
4467 * progmodes/cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4468 "for" statement clause in case 7F; a better one is done
4469 earlier in case 7D anyway.
4470
4471 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4472
4473 * progmodes/cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4474 somewhat more and did a small optimization.
4475
4476 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4477
4478 * progmodes/cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4479 Use the limit argument only to limit the syntactic context
4480 search, not to limit the actual movement.
4481
4482 * progmodes/cc-cmds.el (c-beginning-of-statement): Move by sentence
4483 inside multiline strings, just like in comments. Also various
4484 fixes to the paragraph and comment prefix recognition, block
4485 comment ender handling etc.
4486
4487 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4488
4489 * progmodes/cc-cmds.el (c-fill-paragraph): Take more care to preserve
4490 the relative position of the point.
4491
4492 * progmodes/cc-cmds.el (c-electric-continued-statement): New function to
4493 use as abbrev hook to reindent for keywords such as "else"
4494 that continues an earlier statement.
4495
4496 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4497 like classes.
4498
4499 * progmodes/cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4500 (pike-mode): Populate the default abbrev tables to reindent for
4501 keywords such as "else" that can continue earlier statements.
4502 Abbrev mode is therefore turned on by default now. (Note that
4503 this doesn't apply to idl-mode, since IDL afaik doesn't have
4504 statements at all.)
4505
4506 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4507
4508 * progmodes/cc-engine.el (c-inside-bracelist-p): Fix for handling
4509 bracelists where the declaration contains template arguments.
4510
4511 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4512
4513 * progmodes/cc-cmds.el (c-comment-indent):
4514 Use `c-get-syntactic-indentation' to correctly calculate the
4515 syntactic indentation. Fixes bug with lineup functions that
4516 return vectors.
4517
4518 * progmodes/cc-engine.el (c-get-syntactic-indentation): Split the
4519 indentation sum calculation from `c-indent-line' to a separate
4520 function.
4521
4522 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4523
4524 * progmodes/cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4525 Fixed places where it was assumed that preprocessor directives
4526 have to start in column zero.
4527
4528 * progmodes/cc-engine.el (c-beginning-of-member-init-list): Handle C++
4529 template arguments after a class identifier properly.
4530
4531 * progmodes/cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4532 lists for `new Foo[]' constructs in Java as expressions and
4533 not top level definition brace lists on the top level, so that
4534 they'll get indented consistently with the same type of
4535 expression in a normal block.
4536
4537 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4538
4539 * progmodes/cc-cmds.el (c-fill-paragraph): The kludge that checks
4540 whether the adaptive filling package fails to keep the comment
4541 prefix is now kludged further to check for filladapt-mode
4542 which doesn't have that problem. This is really icky, but it's
4543 the only way that works with the current misfeatures/bugs in
4544 both adaptive-fill-mode and filladapt-mode.
4545
4546 * progmodes/cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4547 around point is recognized more robust.
4548
4549 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4550
4551 * progmodes/cc-cmds.el, progmodes/cc-engine.el:
4552 * progmodes/cc-lobotomy.el (c-state-cache)
4553 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4554 (c-lit-type): Fixed all internal variables used dynamically so
4555 that they are always bound.
4556
4557 * progmodes/cc-cmds.el, progmodes/cc-engine.el:
4558 Improve recovery of syntactic errors:
4559
4560 (c-indent-region): Fixed reporting of syntactic errors so that
4561 the region is fully reindented even when an error occurs.
4562 The last syntactic error is printed afterwards. Also cleanup up a
4563 whole lot of code that tried to optimize indentation of whole
4564 sexps but in reality accomplishes nothing.
4565
4566 (c-indent-sexp): Use c-indent-region.
4567
4568 (c-parsing-error): Changed this variable to hold the message
4569 for any syntactic error that is discovered.
4570
4571 (c-parse-state): Search backward from point instead of the bod
4572 position when the latter is invalid. This makes CC Mode
4573 recover faster when there are unbalanced close braces.
4574
4575 (c-backward-to-start-of-if): Use c-parsing-error to report
4576 dangling "else" clauses instead of throwing an error, and fall
4577 back to a reasonable position.
4578
4579 (c-indent-line): Added argument to avoid reporting syntactic errors.
4580
4581 (c-show-syntactic-information): Don't report any syntactic errors.
4582
4583 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4584
4585 * progmodes/cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4586 paragraph recognition when moving by sentence in literals.
4587
4588 * progmodes/cc-langs.el (c-Java-javadoc-paragraph-start): Modified
4589 paragraph start regexp for javadoc to recognize javadoc markup in
4590 general instead of a specific set of keywords, to be more future-safe.
4591
4592 (c-Pike-pikedoc-paragraph-start)
4593 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4594 pikedoc markup.
4595
4596 * progmodes/cc-mode.el:
4597 Fixed initialization and use of c-current-comment-prefix.
4598
4599 (pike-mode): Initialize paragraph settings pikedoc recognition.
4600
4601 * progmodes/cc-vars.el (c-default-style): Made a nicer Customize widget.
4602
4603 (c-comment-prefix-regexp): Made it possible to use an
4604 association list on this to specify mode specific regexps.
4605 The default value now use a special regexp in Pike mode to
4606 recognize pikedoc markup.
4607
4608 (c-current-comment-prefix): New variable containing the actual
4609 regexp from c-comment-prefix-regexp for the current buffer.
4610
4611 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4612
4613 * progmodes/cc-cmds.el (c-electric-brace): Fixed check for special brace
4614 lists: We can't look at the syntax, since a brace list can get
4615 recognized as a plain statement-cont.
4616
4617 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4618 special brace list opener broken over two lines got recognized
4619 as a statement on the second line. Case 9A changed.
4620
4621 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4622
4623 * progmodes/cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4624 adjustment after line is reindented.
4625
4626 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4627
4628 * progmodes/cc-defs.el (c-point): Added optional argument for position
4629 to use instead of the current point.
4630
4631 * progmodes/cc-defs.el, progmodes/cc-engine.el (c-add-class-syntax):
4632 Do not add the in-expression block symbols when the construct
4633 starts at boi, to avoid the extra level of indentation in that case.
4634 Cases 4, 16A and 17E affected.
4635
4636 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4637
4638 * progmodes/cc-cmds.el: Use `indent-according-to-mode' instead of direct
4639 calls to `c-indent-line', to adhere better to Emacs conventions.
4640
4641 * progmodes/cc-engine.el (c-indent-line): Use the syntax already bound
4642 to `c-syntactic-context', if there is any.
4643
4644 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4645
4646 * progmodes/cc-engine.el (c-get-offset): Fixed bug where the indentation
4647 wasn't added up correctly when a lineup function returned nil.
4648
4649 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4650
4651 * progmodes/cc-engine.el (c-collect-line-comments): Fixed bug where
4652 empty lines were ignored when collecting line comments backwards.
4653
4654 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4655
4656 * progmodes/cc-align.el (c-lineup-dont-change): Return an absolute
4657 indentation column to work correctly in the case when several
4658 syntactic elements are processed for the same line.
4659
4660 * progmodes/cc-engine.el, progmodes/cc-styles.el:
4661 * progmodes/cc-vars.el (c-evaluate-offset)
4662 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4663 (c-set-offset): Added absolute indentation column settings by
4664 using the vector type.
4665
4666 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4667
4668 * progmodes/cc-cmds.el, progmodes/cc-vars.el
4669 (c-electric-paren, c-cleanup-list):
4670 Implemented two new cleanups `space-before-funcall' and
4671 `compact-empty-funcall'.
4672
4673 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4674
4675 * progmodes/cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4676 helping building regexps.
4677
4678 * progmodes/cc-engine.el (c-on-identifier): New function for detecting
4679 identifiers. It takes keywords into account.
4680
4681 * progmodes/cc-langs.el, progmodes/cc-mode.el: Added regexps for
4682 complete keyword lists. `c-keywords' is set to a regexp matching
4683 all keywords in the current language.
4684
4685 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4686
4687 * progmodes/cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4688 list of characters to skip backwards over at the beginning of
4689 a statement, since it can precede string literals in Pike.
4690
4691 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4692
4693 * progmodes/cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4694 recognition when standing on the last line in a C++ comment
4695 with nothing but whitespace after the prefix.
4696
4697 * progmodes/cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4698 given no limit argument.
4699
4700 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4701
4702 * progmodes/cc-engine.el (c-inside-bracelist-p): Fixed brace list
4703 recognition for the `[]= operator symbol in Pike.
4704
4705 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4706
4707 * progmodes/cc-bytecomp.el (cc-eval-when-compile): New macro that works
4708 around a bug in `eval-when-compile' in the byte compiler.
4709
4710 * progmodes/cc-engine.el (c-forward-token-1): Fixed bug with return
4711 value when count is zero and there's no token start within the limit.
4712
4713 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4714 "prefix comments", i.e. comments which are followed by code on
4715 the same line.
4716
4717 * progmodes/cc-mode-19.el: Fixes so that checks that must be done at
4718 compile time also are done then.
4719
4720 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4721
4722 * progmodes/cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4723 time and at runtime, and only when it's needed.
4724
4725 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4726
4727 Major cleanup for less error prone and more warning free
4728 compilation, including some fixes for bugs due to different
4729 compilation orders. Thanks to Martin Buchholz for providing
4730 the basis for all this.
4731
4732 * progmodes/cc-bytecomp.el: New file that provides some byte compilation
4733 features: It ensures that files always are loaded from the
4734 current source directory during compilation, and it provides a
4735 set of macros to turn off specific compiler warnings for
4736 specific symbols. (It's not CC Mode specific in any way.)
4737
4738 Fixed a nearly acyclic dependency tree (both runtime and
4739 compile-time) between all files.
4740
4741 * progmodes/cc-defs.el: Separated all macros before the
4742 inline functions, to ensure correct compilation.
4743
4744 * progmodes/cc-defs.el, progmodes/cc-engine.el: Moved
4745 c-beginning-of-macro to from cc-defs.el to cc-engine.el and
4746 made it a function instead.
4747
4748 * progmodes/cc-mode-19.el: Patch the byte compiler in Emacs 19
4749 not to warn about char-after.
4750
4751 * progmodes/cc-vars.el: Cope even when there isn't a custom package
4752 containing defcustom available.
4753
4754 * progmodes/cc-make.el: Removed since it's no longer necessary.
4755
4756 README: Updated installation instructions.
4757
4758 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4759
4760 * progmodes/cc-cmds.el, progmodes/cc-langs.el, progmodes/cc-mode.el:
4761 Moved around things to improve the modularity:
4762 Moved all mode init stuff from cc-langs.el to cc-mode.el,
4763 including the keymap initialization; cc-langs now only contains
4764 the various variables for configuring the language syntax.
4765
4766 * progmodes/cc-engine.el, progmodes/cc-styles.el (c-evaluate-offset)
4767 (c-get-offset): Moved from cc-styles to cc-engine since file
4768 dependency analysis suggests they belong there (which also
4769 makes more sense). Thanks to Martin Buchholz for doing the analysis.
4770
4771 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4772
4773 * progmodes/cc-cmds.el (c-fn-region-is-active-p): New function that
4774 wraps the corresponding macro, for use in places that aren't
4775 compiled. Thanks to Martin Buchholz for pointing out this.
4776
4777 * progmodes/cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
4778
4779 * progmodes/cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4780 add things to the bug report.
4781
4782 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4783
4784 * progmodes/cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4785 returned prefix could contain a newline when the search for a
4786 good prefix line failed.
4787
4788 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4789
4790 * progmodes/cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4791 (c-toggle-auto-hungry-state): Made the argument optional, as
4792 the documentation says it is.
4793
4794 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4795
4796 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4797 multiline string syntax, #"...", as a cpp macro.
4798
4799 2001-03-21 Paul Eggert <eggert@twinsun.com>
4800
4801 * international/mule-cmds.el (set-locale-environment):
4802 Set system-messages-locale and system-time-locale, but only if the
4803 caller specifies a non-nil locale name.
4804
4805 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4806
4807 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
4808 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
4809
4810 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4811
4812 * follow.el (follow-avoid-tail-recenter): Doc fix.
4813
4814 * custom.el (custom-set-variables): Avoid reversing the list
4815 of args needlessly.
4816
4817 * startup.el (fancy-splash-head): Don't change the colors of the
4818 XPM image on a dark background.
4819
4820 * comint.el (comint-exec-1): Set columns of the terminal to
4821 window-width instead of frame-width.
4822
4823 * info.el (Info-scroll-down): Add missing WINDOW arg for
4824 pos-visible-in-window-p.
4825
4826 * ehelp.el (electric-help-mode-hook): Add defcustom.
4827
4828 * mail/sendmail.el (mail-mode): Activate case-folding in
4829 font-lock-defaults.
4830
4831 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4832
4833 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4834 (completion-ignored-extensions): Remove duplicate ".class".
4835
4836 2001-03-19 Andreas Schwab <schwab@suse.de>
4837
4838 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4839 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4840
4841 2001-03-19 Gerd Moellmann <gerd@gnu.org>
4842
4843 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4844 methods since there are not prefix input methods.
4845
4846 2001-03-19 Kenichi Handa <handa@etl.go.jp>
4847
4848 * international/mule-cmds.el (read-input-method-name):
4849 Locally bind enable-recursive-minibuffers to t.
4850
4851 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4852
4853 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4854
4855 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
4856
4857 * ediff-util.el: Copyright years.
4858 (ediff-choose-syntax-table): New function.
4859 (ediff-setup): Use ediff-choose-syntax-table.
4860
4861 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4862 with-syntax-table.
4863
4864 * ediff.el: Date of last update, copyright years.
4865
4866 * ediff-wind.el (ediff-setup-control-frame): Nill->nil.
4867
4868 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4869 of Scott Bronson.
4870 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4871 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4872 Deleted functions.
4873 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4874 ex-token-list.
4875
4876 * viper-util.el: Spaces, indentation.
4877
4878 * viper.el: Changed version, modification time.
4879
4880 2001-03-16 John Wiegley <johnw@gnu.org>
4881
4882 * calendar/timeclock.el (timeclock-workday-remaining):
4883 Check whether `discrep' is non-null before using it.
4884
4885 2001-03-16 John Wiegley <johnw@gnu.org>
4886
4887 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4888 first-time checkins.
4889 (timeclock-log-data): Fixed problem with reading timelog log file.
4890 Resulting data in the "day list" was incorrect.
4891 (timeclock-find-discrep): Check if `timeclock-file' is readable
4892 before opening it.
4893 (timeclock-time-less-p): New function.
4894 (timeclock-day-base): New function.
4895 (timeclock-geometric-mean): New function.
4896 (timeclock-generate-report): Generate a summary report based on
4897 the contents of the log file. This uses `timeclock-log-data', and
4898 is an example of writing a timelog manipulation function.
4899 (timeclock-visit-timelog): A quick command for opening the timelog
4900 file.
4901 (timeclock-log-data): Bound the variable event.
4902
4903 2001-03-16 Kenichi Handa <handa@etl.go.jp>
4904
4905 * international/mule-cmds.el (select-safe-coding-system):
4906 Fix typo: symbol-name -> symbol-value.
4907
4908 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4909 before substitute-in-file-name to handle double slashes in FILE
4910 correctly.
4911
4912 2001-03-15 Gerd Moellmann <gerd@gnu.org>
4913
4914 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4915 for Slovak. From Pavel.Janik@suse.cz (Pavel Janík ml.).
4916
4917 2001-03-14 Gerd Moellmann <gerd@gnu.org>
4918
4919 * bindings.el (features): Add `md5' and `overlay' to the list.
4920
4921 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4922 bound before using it. It's not bound when configured without X,
4923 for instance.
4924
4925 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4926
4927 * progmodes/hideshow.el: Update copyright.
4928 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
4929 (hs-minor-mode-hook): Include `:version' in defcustom form.
4930
4931 2001-03-13 Gerd Moellmann <gerd@gnu.org>
4932
4933 * help.el (string-key-binding): Don't call event-start on
4934 a non-list.
4935
4936 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4937
4938 * startup.el (fancy-splash-tail, command-line-1): Fix the
4939 copyright year.
4940
4941 2001-03-13 Kenichi Handa <handa@etl.go.jp>
4942
4943 * term.el: These changes are based on a patch sent from Yong Lu
4944 <lyongu@yahoo.com>.
4945 (term-set-escape-char): Bind M-x to execute-extended-command in
4946 term-raw-escape-map.
4947 (term-move-columns): Don't try to move to negative column.
4948 (term-emulate-terminal): Insert a string before deleting a text to
4949 overwrite.
4950
4951 2001-03-12 Gerd Moellmann <gerd@gnu.org>
4952
4953 * play/life.el (life): Rearrange code so that all calls to
4954 life-display-generation are in a catch-form.
4955
4956 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4957 file that isn't interesting. In an interesting file, push the old
4958 value of point on the mark ring.
4959
4960 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4961 New function.
4962 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4963 Use it.
4964
4965 * emacs-lisp/autoload.el (generate-file-autoloads):
4966 Remove warning about line lengths.
4967
4968 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4969
4970 * progmodes/etags.el (tags-compression-info-list): New variable.
4971 (find-tag-in-order): Use it to deal with compressed source files.
4972 (tag-file-name-match-p): New function.
4973 (etags-recognize-tags-table): Use it for better match of file names.
4974
4975 2001-03-12 Kenichi Handa <handa@etl.go.jp>
4976
4977 * international/mule-cmds.el (register-input-method): Doc fix.
4978
4979 * international/quail.el (quail-translate-key): Fix condition to
4980 check if there's another breaking point in the current key.
4981
4982 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4983
4984 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4985 Babyl header to the newly-created output file, bind
4986 coding-system-for-write to either rmail-file-coding-system or
4987 emacs-mule-unix.
4988
4989 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4990
4991 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4992 Fix the name and regexp used for subsubsections.
4993
4994 2001-03-10 Dave Love <fx@gnu.org>
4995
4996 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4997 and save-buffer if buffer-file-name non-nil. From rms.
4998
4999 2001-03-10 Andre Spiegel <spiegel@gnu.org>
5000
5001 * vc.el (vc-do-command): If the destination buffer is already
5002 current, don't set it up and don't erase it. Updated doc string
5003 to reflect that.
5004 (vc-version-diff): When doing a single file diff, don't switch to the
5005 *vc-diff* buffer before the command. This is to preserve local
5006 variable bindings that might affect the diff command.
5007 (vc-print-log): Don't switch to the *vc* buffer before the
5008 command, so that local variable bindings are preserved.
5009
5010 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-print-log): Output to
5011 buffer *vc*, not the current buffer.
5012 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5013
5014 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
5015 make output go to buffer *vc*, not the current buffer.
5016
5017 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5018
5019 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5020 so ^, $, *, ? and + are interpreted correctly.
5021
5022 2001-03-09 Gerd Moellmann <gerd@gnu.org>
5023
5024 * help.el (string-key-binding): Renamed from
5025 mode-line-key-binding. Handle any event on a string.
5026 Check for `keymap' properties as well as `local-map' properties.
5027
5028 * comint.el (comint-insert-clicked-input): Use the last key
5029 from this-command-keys to lookup the global key definition.
5030
5031 2001-03-09 Kenichi Handa <handa@etl.go.jp>
5032
5033 * international/characters.el: Add category `j' for
5034 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5035
5036 * international/mule-conf.el (no-conversion): Fix docstring.
5037 (raw-text): Fix docstring.
5038
5039 2001-03-08 Gerd Moellmann <gerd@gnu.org>
5040
5041 * simple.el (choose-completion-string): When not leaving the
5042 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5043 is set.
5044
5045 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5046 parameter `(minibuffer . t)'.
5047
5048 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5049
5050 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5051 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5052 (sh-mode): Remove `make-local-variable' for unused var
5053 `font-lock-unfontify-region-function'.
5054
5055 2001-03-07 Richard M. Stallman <rms@gnu.org>
5056
5057 * info.el (Info-scroll-down): Fix previous change.
5058
5059 * mail/rmail.el (rmail-toggle-header): Use a window which
5060 is showing the Rmail buffer, rather than the selected window.
5061
5062 2001-03-07 Dave Love <fx@gnu.org>
5063
5064 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5065 now, to avoid problems with binding imenu directly to a mouse event.
5066
5067 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5068
5069 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5070 second arg t.
5071
5072 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5073
5074 * log-edit.el (log-edit-common-indent): New var.
5075 (log-edit-set-common-indentation): Renamed from
5076 log-edit-delete-common-indentation. Use the new var.
5077 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5078
5079 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5080 (cvs-mode-add-change-log-entry-other-window):
5081 Don't presume change-log-default-name is defined.
5082
5083 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5084
5085 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5086 the "tree" operation as well.
5087
5088 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5089
5090 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5091 to match paragraph-start.
5092
5093 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5094 comment-start-skip and set comment-end-skip as well.
5095 (sgml-comment-indent): Fix for new value of comment-start-skip.
5096 (html-autoview-mode): Don't bother using make-local-hook.
5097
5098 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5099
5100 * cus-edit.el (custom-save-delete): Move in front of local
5101 variables, otherwise long Custom entries would make them ineffective.
5102
5103 * uniquify.el: Set maintainer to FSF.
5104
5105 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5106
5107 * dired-aux.el (dired-do-shell-command): Doc fix.
5108
5109 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5110
5111 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5112
5113 * which-func.el (which-func-modes): Add cperl-mode.
5114 (which-func-mode-global): Use define-minor-mode.
5115
5116 * info-look.el: Docstring fixes and dead code eliminated.
5117 (cperl-mode): Add support.
5118 (emacs-lisp-mode): List all entries from elisp manual, whether
5119 or not they are currently (f)bound or not. Update regexp.
5120
5121 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5122
5123 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5124 so that C-h m shows the correct information.
5125 Use make-local-variable rather than make-variable-buffer-local.
5126 (cperl-info-buffer, cperl-setup-tmp-buf):
5127 Use make-local-variable rather than make-variable-buffer-local.
5128 (cperl-msb-fix, cperl-get-help-defer):
5129 Check major-mode for `cperl-mode' as well.
5130
5131 * progmodes/cperl-mode.el: Updated to author version 4.23.
5132 (cperl-electric-pod): SYNOPSIS was misspelled.
5133 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5134 (cperl-after-expr-p): Make true after __END__.
5135
5136 2001-03-06 Gerd Moellmann <gerd@gnu.org>
5137
5138 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
5139 bookmark-completion-ignore-case is t.
5140
5141 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5142 switch, like xterm, and concat resource strings, with a newline
5143 between them.
5144
5145 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5146
5147 * international/codepage.el (cp770-decode-table)
5148 (cp773-decode-table, cp774-decode-table): New variables.
5149
5150 * man.el (Man-hyphenated-reference-regexp): New variable.
5151 (Man-build-references-alist): Use it to search for referenced
5152 manpages. If hyphenated is non-nil, record a concatenated word in
5153 Man-refpages-alist only if it matches Man-reference-regexp.
5154 Update word's length when it is concatenated. Reverse the list,
5155 to get the first manpage at the head.
5156 (Man-possibly-hyphenated-word): New function.
5157 (Man-follow-manual-reference): Use it instead of current-word to
5158 find a manpage at point, in a way that accounts for hyphenated
5159 references.
5160
5161 2001-03-06 Alex Schroeder <alex@gnu.org>
5162
5163 * sql.el (sql-interbase): New function.
5164 (sql-interbase-program): New option.
5165 (sql-interbase-options): New option.
5166 And some typos fixed: "customise" to "customize".
5167
5168 2001-03-06 Dave Love <fx@gnu.org>
5169
5170 * textmodes/flyspell.el (flyspell-region):
5171 Set up flyspell-local-mouse-map.
5172
5173 2001-03-05 Richard M. Stallman <rms@gnu.org>
5174
5175 * mail/rmail.el (rmail-retry-failure):
5176 Don't call rmail-beginning-of-message.
5177 Don't discard From: field. Do discard Received: field.
5178 Use unwind-protect to re-prune.
5179 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
5180
5181 2001-03-06 Kenichi Handa <handa@etl.go.jp>
5182
5183 * international/quail.el (quail-title): Add autoload cookie.
5184
5185 2001-03-05 Dave Love <fx@gnu.org>
5186
5187 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5188 new defs.
5189
5190 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5191
5192 * language/ethio-util.el (ethio-toggle-space):
5193 Update current-input-method-title if necessary.
5194 (ethio-toggle-punctuation): Likewise.
5195
5196 * international/quail.el (quail-title): Fix for the case that a
5197 title of an input method is specified by a list of the same form
5198 as used in mode-line-format.
5199
5200 * international/mule-cmds.el (activate-input-method):
5201 If current-input-method-title is set by activating INPUT-METHOD,
5202 respect that value.
5203
5204 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5205
5206 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5207
5208 2001-03-05 Alex Schroeder <alex@gnu.org>
5209
5210 * sql.el (sql-sybase): Fix typo (was: query user about server two
5211 times instead of server and database).
5212
5213 * sql.el (sql-sybase): Doc change.
5214 (sql-mysql): Doc change.
5215 (sql-postgres): Doc change.
5216
5217 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5218
5219 * international/mule-conf.el (emacs-mule, raw-text):
5220 Docstring modified.
5221
5222 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5223
5224 * term/internal.el: Update copyright notice.
5225
5226 * term/pc-win.el: Update copyright notice.
5227
5228 2001-03-02 Dave Love <fx@gnu.org>
5229
5230 * files.el (insert-file-contents-literally):
5231 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5232 not jka-compr-compression-info-list.
5233
5234 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5235
5236 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5237 spaces in default comment-start-skip settings rather than \s-.
5238
5239 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5240
5241 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5242 default-frame-alist as well.
5243
5244 2001-03-01 Dave Love <fx@gnu.org>
5245
5246 * textmodes/reftex.el (defvar): Wrap some defvars in
5247 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5248
5249 * subr.el (event-basic-type): Doc fix.
5250
5251 * international/quail.el: Doc fixes.
5252
5253 * international/utf-8.el: Doc fixes.
5254
5255 * international/mule-cmds.el: Doc fixes.
5256 (leim-list-header): Fix header text.
5257
5258 * international/mule.el (coding-system-category): Doc fix.
5259
5260 * international/ccl.el (ccl-compile): Doc fix.
5261
5262 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5263
5264 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5265 rather than (before|after)-change-functions.
5266
5267 2001-03-01 Gerd Moellmann <gerd@gnu.org>
5268
5269 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5270 scroll-left and scroll-right being called interactively so that
5271 they set the window's min_hscroll.
5272
5273 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5274
5275 * info.el (info-insert-file-contents-1): Accept an additional
5276 argument `lfn': if it is non-nil, concatenate `filename' and
5277 `suffix'; otherwise use the complicated MS-DOS code.
5278 All callers changed.
5279 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5280 can access long file names, try the long file-name version of
5281 `info-insert-file-contents-1', then the short file-name version.
5282
5283 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
5284
5285 * language/ethio-util.el (setup-ethiopic-environment-internal):
5286 Change bindings of functions keys to conform to "Emacs Lisp Coding
5287 Convention".
5288
5289 * language/ethiopic.el ("Ethiopic"): Add documentation.
5290
5291 2001-02-28 Kenichi Handa <handa@etl.go.jp>
5292
5293 * international/utf-8.el (mule-utf-8): Set coding-category
5294 property to coding-category-utf-8.
5295
5296 2001-02-27 Richard M. Stallman <rms@gnu.org>
5297
5298 * lpr.el (lpr-page-header-switches, print-region-1):
5299 Undo 2000-07-06 change.
5300 (lpr-add-switches): Default to t on gnu/linux.
5301
5302 2001-02-27 Gerd Moellmann <gerd@gnu.org>
5303
5304 * bs.el (bs-attributes-list): Doc fix.
5305
5306 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5307
5308 * help.el (describe-project): Display the file THE-GNU-PROJECT.
5309
5310 * help.el (view-order-manuals): Use goto-address.
5311
5312 * startup.el (command-line-1): Add info about ordering manuals
5313 to the not so fancy splash screens.
5314
5315 2001-02-26 Andre Spiegel <spiegel@gnu.org>
5316
5317 * vc.el (vc-default-workfile-unchanged-p)
5318 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
5319
5320 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5321
5322 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
5323 fontify in the right buffer.
5324
5325 * allout.el (outline-flag-region): Move macro in front of first
5326 use to avoid a run-time error.
5327
5328 2001-02-24 Andrew Innes <andrewi@gnu.org>
5329
5330 * makefile.w32-in: Fix copyright notice.
5331
5332 2001-02-24 Kenichi Handa <handa@etl.go.jp>
5333
5334 * international/utf-8.el (mule-utf-8): Set correct value for
5335 valid-codes property.
5336
5337 * international/fontset.el (x-complement-fontset-spec): In the
5338 case that we use ASCII font for the other charsets, use only
5339 family and registry part of it.
5340
5341 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5342
5343 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5344 (shrink-window-if-larger-than-buffer): Doc fix.
5345
5346 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5347
5348 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5349 predicate passed to completing-read.
5350
5351 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5352
5353 * startup.el (command-line): Fix last change.
5354
5355 2001-02-23 Jason Rumney <jasonr@gnu.org>
5356
5357 * startup.el (tool-bar-originally-present): New variable.
5358 (command-line): Set it if the tool-bar is switched on at startup.
5359
5360 * frame.el (frame-notice-user-settings): Only adjust frame height
5361 for no tool-bar case if tool-bar was originally switched on.
5362 From E. Jay Berkenbilt.
5363
5364 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5365
5366 * server.el (server-switch-buffer): Only switch window if the
5367 current one is dedicated.
5368
5369 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5370 rather than using (match-beginning 0) when searching for break point.
5371
5372 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5373
5374 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5375 @ follows an accent command such as @'. Support optional braces
5376 in commands that insert accents, like makeinfo does.
5377
5378 2001-02-22 Gerd Moellmann <gerd@gnu.org>
5379
5380 * startup.el (fancy-splash-text): Add a line for ordering
5381 manuals. Reverse order of splash screens shown.
5382 (use-fancy-splash-screens-p): Adapt to the text line added.
5383
5384 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5385 manuals from the FSF.
5386
5387 * help.el (view-order-manuals): New function.
5388 (toplevel): Bind C-h C-m to this function.
5389
5390 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5391
5392 * newcomment.el (comment-forward): Skip the comment-start before
5393 searching for the comment-end.
5394
5395 2001-02-21 Dave Love <fx@gnu.org>
5396
5397 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5398
5399 * international/mule-cmds.el, international/mule.el: Doc fixes.
5400
5401 2001-02-21 Gerd Moellmann <gerd@gnu.org>
5402
5403 * startup.el (fancy-splash-screens): Use display-hourglass
5404 instead of display-busy-cursor.
5405
5406 * frame.el (display-hourglass): Renamed from busy-cursor.
5407 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5408 (show-cursor-in-non-selected-windows): Doc fix.
5409
5410 2001-02-20 Dave Love <fx@gnu.org>
5411
5412 * international/utf-8.el: Doc and commentary fixes.
5413
5414 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5415
5416 * ehelp.el (with-electric-help): Doc fix.
5417
5418 2001-02-20 Gerd Moellmann <gerd@gnu.org>
5419
5420 * msb.el (msb-mode): Call the update-buffers function explicitly
5421 with a FORCE argument.
5422
5423 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5424 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5425 returns nil.
5426
5427 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5428
5429 * ps-print.el: Timestamp package replacement. Some enhancements.
5430 Some XEmacs compatibility. Doc fix.
5431 (ps-print-version): New version number (6.4).
5432 (ps-printer-name): Initialization fix.
5433 (ps-zebra-stripe-follow): Functionality enhancement.
5434 (ps-prologue-file): Code enhancement.
5435 (ps-right-header): Timestamp package replacement.
5436 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5437 (ps-get-page-dimensions)
5438 (ps-generate-header, ps-begin-file, ps-begin-job)
5439 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5440 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5441 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5442 (coding-system-for-write): Var declaration (XEmacs compatibility).
5443
5444 2001-02-20 Miles Bader <miles@gnu.org>
5445
5446 * image-file.el (image-file-name-extensions): Add "tif".
5447
5448 2001-02-19 Gerd Moellmann <gerd@gnu.org>
5449
5450 * wid-edit.el (widget-button-click): Save the selected window
5451 around the code handling clicks on buttons.
5452
5453 2001-02-18 Dave Love <fx@gnu.org>
5454
5455 * imenu.el (imenu--generic-function): Use mapc to iterate over
5456 syntax characters.
5457
5458 2001-02-17 Richard M. Stallman <rms@gnu.org>
5459
5460 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5461
5462 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5463
5464 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5465
5466 * mouse.el (mouse-save-then-kill): If the distance from the new
5467 point to the mark is equal to the distance of point from the new
5468 point, move point instead of the mark.
5469
5470 2001-02-16 Dave Love <fx@gnu.org>
5471
5472 * textmodes/flyspell.el (flyspell-get-word): Return string without
5473 properties.
5474
5475 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5476
5477 * generic.el (generic-find-file-regexp): Doc fix.
5478 (generic-ignore-files-regexp): New defcustom.
5479 (generic-mode-find-file-hook): If the file's name matches the
5480 regexp in `generic-ignore-files-regexp', don't enter
5481 default-generic-mode. Doc fix.
5482
5483 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5484
5485 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
5486 Add autoload cookies.
5487
5488 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
5489 of cal-tex-24.
5490
5491 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5492
5493 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5494
5495 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5496 the character class after the (optional) drive, to support file
5497 names with embedded blanks.
5498
5499 2001-02-15 Sam Steingold <sds@gnu.org>
5500
5501 * textmodes/tex-mode.el (tex-shell-running):
5502 Check the process buffer too.
5503
5504 2001-02-15 Dave Love <fx@gnu.org>
5505
5506 * battery.el (battery-status-function): Fix doc, :type.
5507
5508 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
5509
5510 2001-02-15 Gerd Moellmann <gerd@gnu.org>
5511
5512 * subr.el (read-passwd): Clear Lisp memory holding password.
5513
5514 2001-02-15 Miles Bader <miles@gnu.org>
5515
5516 * info.el (Info-copy-current-node-name): New function.
5517 (Info-mode-menu): Add it to the menu.
5518
5519 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5520
5521 * international/mule-cmds.el (toggle-input-method): Doc fix.
5522
5523 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5524
5525 * replace.el (occur): Stop at end of buffer.
5526
5527 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5528
5529 * international/mule-cmds.el (set-input-method): Another doc fix.
5530
5531 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5532
5533 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5534
5535 2001-02-13 Miles Bader <miles@gnu.org>
5536
5537 * faces.el (set-face-background, set-face-foreground)
5538 (set-face-stipple): Treat a value of nil as being `unspecified'.
5539
5540 2001-02-12 Dave Love <d.love@dl.ac.uk>
5541
5542 * international/latin1-disp.el: Doc fixes.
5543 (latin1-display) <defgroup>: Add :link.
5544 (latin1-display) <function>: Set variable latin1-display.
5545
5546 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5547
5548 * international/mule-cmds.el (set-input-method): Doc fix.
5549
5550 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5551
5552 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5553 (speedbar-line-file): Return nil if not a file.
5554 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5555
5556 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
5557
5558 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5559 for remote files.
5560 (ediff-coding-system-for-read): Replaced the no-conversion default
5561 with raw-text.
5562
5563 * ediff-init.el: Removed :version from defcustom vars.
5564
5565 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5566 Better handling of the diff mode.
5567
5568 * ediff.texi: Added ediff-coding-system-for-read.
5569
5570 * viper.texi: Fix typos.
5571
5572 2001-02-11 Dave Love <fx@gnu.org>
5573
5574 * shadowfile.el: Doc fixes.
5575 (shadow) <defgroup>: Add :link.
5576 (shadowfile-unload-hook): New function.
5577 (shadow-initialize): Use defalias, not fset.
5578 (shadow-define-cluster, shadow-define-literal-group)
5579 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
5580
5581 * international/mule.el: Doc and message fixes.
5582
5583 * international/ccl.el (define-ccl-program): Doc fix.
5584
5585 2001-02-11 Kenichi Handa <handa@etl.go.jp>
5586
5587 * faces.el (mode-line): Set :line-width property to -1.
5588
5589 2001-02-10 Richard M. Stallman <rms@gnu.org>
5590
5591 * complete.el (partial-completion-mode): Doc fix.
5592
5593 * simple.el (delete-key-deletes-forward-mode):
5594 Change `let' to `let*' to fix gross bug in last change.
5595
5596 * repeat.el (repeat): Don't let execute-kbd-macro alter
5597 real-last-command.
5598
5599 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5600
5601 * simple.el (eval-expression): Doc fix.
5602
5603 2001-02-09 Dave Love <fx@gnu.org>
5604
5605 * imenu.el (imenu-generic-expression): Doc fix.
5606
5607 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5608 From Juanma Barranquero <lektu@terra.es>.
5609
5610 * emacs-lisp/authors.el (authors): Expand `root' before running find.
5611
5612 2001-02-09 Kenichi Handa <handa@etl.go.jp>
5613
5614 * faces.el (set-face-attribute): Describe the case of a negative
5615 value specified for :line-width.
5616
5617 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5618
5619 * which-func.el (which-func-mode): Invert which-func-mode-global.
5620 From Juanma Barranquero <lektu@terra.es>.
5621
5622 2001-02-08 Dave Love <fx@gnu.org>
5623
5624 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5625 widget-plist-value-type.
5626 (widget-alist-convert-widget): Replace binding of
5627 widget-alist-value-type.
5628
5629 * textmodes/paragraphs.el (sentence-end): Doc fix.
5630
5631 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5632 Remove `backward-line'.
5633
5634 * play/pong.el (pong-blank-color, pong-bat-color)
5635 (pong-ball-color, pong-border-color, pong-left-key)
5636 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5637 (pong-pause-key, pong-resume-key, pong-timer-delay):
5638 * mail/mh-comp.el (mh-compose-letter-function):
5639 * eshell/esh-mode.el (eshell-skip-prompt-function):
5640 * emulation/viper-ex.el (ex-unix-type-shell-options):
5641 * recentf.el (recentf-menu-filter):
5642 * ps-print.el (ps-print-region-function):
5643 * lpr.el (print-region-function):
5644 * forms.el (forms-mode-hooks):
5645 * dirtrack.el (dirtrack-directory-change-hook):
5646 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5647 * textmodes/spell.el (spell-filter):
5648 * textmodes/fill.el (adaptive-fill-function):
5649 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5650 * progmodes/etags.el (find-tag-default-function):
5651 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
5652 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5653
5654 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5655
5656 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5657 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5658 Meyering <jim@meyering.net>.
5659
5660 * loadup.el: Revert last change.
5661
5662 2001-02-07 Kenichi Handa <handa@etl.go.jp>
5663
5664 * international/mule.el (transform-make-coding-system-args):
5665 Make it work also for coding systems not using CCL.
5666
5667 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5668
5669 * simple.el (previous-matching-history-element)
5670 (next-matching-history-element): Doc fix.
5671
5672 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5673 specific part.
5674
5675 2001-02-06 Dave Love <fx@gnu.org>
5676
5677 * add-log.el (add-log-current-defun-function)
5678 (add-log-buffer-file-name-function, add-log-file-name-function):
5679 Fix :type.
5680 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5681
5682 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5683
5684 * info.el (info-initialize): Remove the test for system-type when
5685 invocation-directory is non-nil.
5686
5687 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5688 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5689
5690 2001-02-06 Andrew Innes <andrewi@gnu.org>
5691
5692 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5693 absolute.
5694
5695 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5696
5697 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5698 buffers. When hi-lock turned on rather than only checking current
5699 buffer for regexps, all buffers are checked. Moved activation of
5700 font-lock to hi-lock-refontify. When font-lock turned off rather
5701 than removing added highlighting just in current buffer, remove it
5702 in all buffers. Changed edit menu text from "Automatic
5703 Highlighting" to "Regexp Highlighting" Documentation for
5704 highlighting phrases, minor documentation changes.
5705 (hi-lock-set-file-patterns): Execute only if there are new or
5706 existing file patterns.
5707 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5708 unfontify and, if a support mode is active, will not refontify the
5709 whole buffer. If necessary, turn on font lock. (Removed
5710 font-lock-unfontify and font-lock support-mode-specific calls,
5711 such as lazy-lock-fontify-window.)
5712 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5713 patterns are found. Not useful now since find-file-hook is removed
5714 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
5715 (hi-lock-face-phrase-buffer): New function. Also added related
5716 menu item and keybinding.
5717 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5718 (hi-lock-process-phrase): New function.
5719 (hi-lock-line-face-buffer): Doc fixes.
5720 (hi-lock-face-buffer): Doc fixes.
5721 (hi-lock-unface-buffer): Doc fixes.
5722
5723 2001-02-06 Gerd Moellmann <gerd@gnu.org>
5724
5725 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5726 dabbrev-ignored-regexps.
5727
5728 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5729
5730 * simple.el (kill-line): Doc fix.
5731
5732 2001-02-05 Dave Love <fx@gnu.org>
5733
5734 * loadup.el: Revert last two changes -- bootstrapping works with
5735 regenerated loaddefs.
5736
5737 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5738
5739 * isearch.el (isearch-forward): Doc fix.
5740
5741 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5742 of font-lock-defaults to backward-paragraph.
5743
5744 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5745
5746 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5747 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5748
5749 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5750
5751 * ebnf2ps.el: Eliminate time-stamp functions.
5752 (ebnf-version): New version (3.5).
5753 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5754 format-time-string.
5755
5756 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5757
5758 * simple.el (next-line): Goto end-of-line before inserting a newline.
5759
5760 2001-02-05 Miles Bader <miles@gnu.org>
5761
5762 * image-file.el (insert-image-file): When visiting an image, also
5763 set `truncate-lines' to t so that any fringe arrow looks correct.
5764
5765 2001-02-05 Kenichi Handa <handa@etl.go.jp>
5766
5767 * isearch.el (isearch-forward): Add description about input method
5768 in the docstring.
5769
5770 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5771
5772 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5773
5774 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5775
5776 * info.el (info-initialize): If installation-directory is nil, for
5777 DOS/Windows systems try looking in a sibling of invocation-directory.
5778
5779 2001-02-02 Gerd Moellmann <gerd@gnu.org>
5780
5781 * wid-edit.el (widget-button-click): Fix last change.
5782
5783 * frame.el (frame-notice-user-settings): When resizing the initial
5784 frame because the tool bar is off, also change the frame's top
5785 position if a negative top position was specified.
5786
5787 2001-02-02 Miles Bader <miles@gnu.org>
5788
5789 * image-file.el (insert-image-file): When visiting an image,
5790 suppress the cursor in the image buffer.
5791
5792 2001-02-01 Dave Love <fx@gnu.org>
5793
5794 * progmodes/f90.el (f90-mode): Remove startup message.
5795
5796 * vc-cvs.el: Remove autoloads. Require vc when compiling.
5797
5798 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5799
5800 * startup.el (command-line): Fix code determining whether or not
5801 to use delete-key-deletes-forward-mode.
5802
5803 2001-02-01 Andre Spiegel <spiegel@gnu.org>
5804
5805 * vc.el (vc-diff-switches): New user option.
5806 (vc-version-diff): Use it.
5807 (vc-diff-switches-list): New macro.
5808
5809 * vc-rcs.el, vc-cvs.el, vc-sccs.el (vc-BACKEND-diff-switches):
5810 New customization options.
5811 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5812
5813 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5814
5815 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5816
5817 * msb.el (toplevel): Quote hook symbols.
5818
5819 2001-02-01 Kenichi Handa <handa@etl.go.jp>
5820
5821 * international/mule.el (make-coding-system): Add description
5822 about recognized properties in the docstring.
5823
5824 * international/mule-conf.el: Remove unused charsets
5825 mac-roman-lower and mac-roman-upper.
5826
5827 2001-01-31 Gerd Moellmann <gerd@gnu.org>
5828
5829 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5830 is in front of the left-margin, if any.
5831
5832 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5833 like `delete'.
5834
5835 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
5836
5837 * term/w32-win.el (mouse-set-font): Doc fix.
5838
5839 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
5840
5841 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5842 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5843 on already.
5844
5845 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
5846
5847 * files.el (save-buffer): Don't give message if (buffer-file-name)
5848 returns nil.
5849
5850 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5851
5852 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5853
5854 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5855 concat for integers. From Juanma Barranquero <lektu@terra.es>.
5856
5857 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5858 display problems.
5859
5860 2001-01-31 Kenichi Handa <handa@etl.go.jp>
5861
5862 * international/mule.el (charset-info): Fix docstring.
5863
5864 * international/mule-diag.el (describe-character-set): Check final
5865 char valid before printing it.
5866
5867 2001-01-30 Gerd Moellmann <gerd@gnu.org>
5868
5869 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5870
5871 * frame.el (frame-notice-user-settings): Do the tool-bar
5872 stuff only for graphical displays. Fix a braino.
5873
5874 * frame.el (frame-initialize): Create initial frame visible.
5875 (frame-notice-user-settings): When tool-bar has been switched off,
5876 correct the frame size and sync tool-bar-mode.
5877
5878 * startup.el (command-line): Remove manipulation of frame
5879 height for tool bars.
5880
5881 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5882
5883 * lpr.el: Compatibility with XEmacs and doc fixes.
5884 (lpr-windows-system, lpr-lp-system): New vars.
5885 (lpr-printer-switch): New defcustom.
5886 (printer-name, lpr-command): Customization fix.
5887 (print-region-1): Code fix.
5888 (print-region-new-buffer, printify-region): Indentation fix.
5889 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5890 New functions.
5891
5892 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5893
5894 * msb.el (toplevel): Fix the eval-after-load.
5895
5896 2001-01-29 Dave Love <fx@gnu.org>
5897
5898 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5899
5900 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5901
5902 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
5903 (tcl-using-emacs-19-23): Consider Emacs 21+.
5904 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5905 (tcl-add-emacs-menu): Supply menu name.
5906 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5907
5908 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5909
5910 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5911
5912 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5913
5914 * pcvs.el (cvs-mark-fis-dead): New function.
5915 (cvs-mode-add): Use it.
5916 (cvs-mode-add-change-log-entry-other-window):
5917 Rebind change-log-default-name to itself rather than to nil.
5918
5919 2001-01-29 Sam Steingold <sds@gnu.org>
5920
5921 * vc-cvs.el: Replaced (require 'vc) with a bunch of
5922 `autoload' statements.
5923
5924 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5925
5926 * files.el (confirm-kill-emacs): Doc fix.
5927
5928 * frame.el (frame-initialize): Doc fix.
5929
5930 * time-stamp.el (time-stamp-string): Doc fix.
5931
5932 * woman.el (WoMan-log-1): Make the log buffer writable.
5933 From Markus Rost <rost@math.ohio-state.edu>.
5934
5935 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5936
5937 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5938 the `make-variable-buffer-local'.
5939
5940 2001-01-29 Dave Love <fx@gnu.org>
5941
5942 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
5943 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5944 Add autoload cookie.
5945 (ansi-color-apply-sequence): Fix typo.
5946
5947 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5948
5949 * menu-bar.el (menu-bar-files-menu): Add menu items for
5950 PostScript printing in black and white.
5951
5952 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5953 X-Mailman-Version, Precedence, List-Help, List-Post,
5954 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5955 Content-Type, Content-Length.
5956
5957 2001-01-29 Dave Love <fx@gnu.org>
5958
5959 * elide-head.el (elide-head): Make overlay evaporate.
5960
5961 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
5962
5963 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5964
5965 * isearch.el (isearch-highlight): Don't punt if the display
5966 doesn't support colors, since isearch faces are defined for
5967 monochrome displays as well.
5968
5969 2001-01-27 Sam Steingold <sds@gnu.org>
5970
5971 * shell.el (shell-write-history-on-exit): Make sure that we are in
5972 the shell buffer (M-x tex-file RET inserted the error message into
5973 the TeX buffer).
5974
5975 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5976
5977 * simple.el (transient-mark-mode): Doc fix.
5978
5979 2001-01-27 Gerd Moellmann <gerd@gnu.org>
5980
5981 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
5982
5983 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5984
5985 * shell.el (shell-unquote-argument): If the shell is one of the
5986 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5987 quote character.
5988 (shell-dumb-shell-regexp): Document that the shells which match
5989 this regexp are supposed to not treat a backslash as a quote character.
5990
5991 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
5992 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
5993
5994 2001-01-27 Richard M. Stallman <rms@gnu.org>
5995
5996 * dabbrev.el (dabbrev--substitute-expansion):
5997 Treat a one-capital-letter abbrev as "not all upper case",
5998 so as to force preservation of the expansion's pattern
5999 if the expansion starts with a capital letter.
6000
6001 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6002
6003 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6004 Doc fix.
6005
6006 * simple.el (transient-mark-mode): Document the fact that many
6007 commands act on the region when mark is active.
6008
6009 2001-01-27 Kenichi Handa <handa@etl.go.jp>
6010
6011 * international/quail.el (quail-setup-completion-buf): Make the
6012 multibyteness of current buffer inherited to Quail completion buffer.
6013 (quail-show-guidance-buf): Make the multibyteness of current
6014 buffer inherited to Quail guidance buffer.
6015 (quail-help): Make the multibyteness of current buffer inherited
6016 to Quail help buffer.
6017
6018 2001-01-26 Dave Love <fx@gnu.org>
6019
6020 * time-stamp.el: Doc fixes.
6021
6022 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
6023 (delphi-keyword-face, delphi-other-face): Fix :type.
6024
6025 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6026
6027 * mail/feedmail.el (feedmail): Add :link.
6028 (feedmail-send-it): Doc fix.
6029
6030 * mail/sendmail.el: Doc fixes.
6031 (sendmail-send-it): Fix the non-ASCII regexp and use
6032 rfc2047-encode-string.
6033
6034 * dired.el, dired-aux.el: Revert last change.
6035
6036 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6037
6038 * makefile.w32-in (DONTCOMPILE): Add various term files.
6039
6040 2001-01-26 Dave Love <fx@gnu.org>
6041
6042 * Makefile.in (DONTCOMPILE): Add various term files.
6043
6044 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6045
6046 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6047
6048 * startup.el (display-startup-echo-area-message): Make sure
6049 the echo area is resized to fit the size of the startup message.
6050
6051 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6052 part of which is a constant.
6053
6054 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6055
6056 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
6057
6058 2001-01-26 Richard M. Stallman <rms@gnu.org>
6059
6060 * simple.el (next-line): Don't let `newline' expand abbrevs.
6061 Simplify slightly.
6062 (open-line): Don't let `newline' expand abbrevs.
6063
6064 2001-01-25 John Wiegley <johnw@gnu.org>
6065
6066 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6067 to `repeat' in the :type field.
6068
6069 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6070 allow a choice of regexp or nil.
6071 (pcomplete-dir-ignore): Same.
6072
6073 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6074 a command) to always fail.
6075
6076 2001-01-25 Gerd Moellmann <gerd@gnu.org>
6077
6078 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6079 discard the result.
6080 (iswitchb-to-end): Likewise.
6081
6082 2001-01-25 Sam Steingold <sds@gnu.org>
6083
6084 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
6085 Require vc.
6086
6087 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6088
6089 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6090
6091 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6092
6093 2001-01-25 Dave Love <fx@gnu.org>
6094
6095 * international/mule-diag.el (describe-char-after): Doc fix.
6096 (describe-coding-system): Tweak the English text.
6097
6098 * loadup.el: Preload international/ccl for utf-8.
6099
6100 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6101
6102 * mail/rmail.el (rmail-redecode-body): Doc fix.
6103
6104 2001-01-25 Kenichi Handa <handa@etl.go.jp>
6105
6106 * international/mule-cmds.el (reset-language-environment):
6107 Reset coding-category-utf-8 to mule-utf-8.
6108
6109 * international/mule-conf.el (coding-category-utf-8):
6110 Initialize to mule-utf-8.
6111
6112 * loadup.el: Preload international/utf-8.
6113
6114 * international/utf-8.el: New file.
6115
6116 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6117
6118 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6119
6120 2001-01-24 Sam Steingold <sds@gnu.org>
6121
6122 * dired.el (dired-replace-in-string): Removed.
6123 (dired-sort-toggle): Use `replace-regexps-in-string'
6124 instead of `dired-replace-in-string'.
6125
6126 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6127 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
6128
6129 * gs.el (gs-replace-in-string): Removed.
6130 (gs-options): Use `replace-regexps-in-string'
6131 instead of `gs-replace-in-string'.
6132
6133 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6134
6135 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6136 bug report is mailed to an email list and posted to a news group.
6137
6138 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6139
6140 * comint.el (comint-replace-by-expanded-history-before-point):
6141 Fix change of 2000-08-03 to move point to the start of the line again.
6142
6143 * startup.el (tool-bar-images-pixel-height): New variable.
6144 (command-line): After loading the user's init file, when
6145 tool-bar-mode is on, increase the frame's size by some lines for
6146 the tool-bar.
6147
6148 * frame.el (frame-initialize): Create the initial frame invisible.
6149
6150 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6151
6152 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6153 (chinese-big5): MIME:Big5.
6154
6155 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6156
6157 * international/mule-cmds.el (universal-coding-system-argument):
6158 Handle commands with prefix args.
6159
6160 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6161
6162 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6163 being a list of numbers.
6164 (diary-mail-entries): Rewritten.
6165
6166 2001-01-23 Dave Love <fx@gnu.org>
6167
6168 * international/mule.el (make-coding-system): Fix typo.
6169
6170 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6171 Add backward-paragraph as font-lock-beginning-of-syntax-function.
6172
6173 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6174
6175 * font-lock.el (font-lock-mode): Doc fix.
6176
6177 2001-01-23 Kenichi Handa <handa@etl.go.jp>
6178
6179 * international/mule.el (make-translation-table): Fix docstring.
6180
6181 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6182
6183 * mail/rmail.el (rmail-redecode-body): New function.
6184
6185 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6186
6187 2001-01-22 Gerd Moellmann <gerd@gnu.org>
6188
6189 * isearch.el (isearch-lazy-highlight-case-fold-search)
6190 (isearch-lazy-highlight-regexp): New variables.
6191 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6192 case-fold search or regexp search has been toggled.
6193
6194 * wid-edit.el (widget-button-click): Avoid a save-excursion
6195 around running a global binding.
6196
6197 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6198 to 0.25.
6199
6200 2001-01-20 Miles Bader <miles@gnu.org>
6201
6202 * cus-edit.el (custom-face-save): Do post-processing on the face's
6203 new value like `custom-face-set' does.
6204
6205 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6206
6207 * mail/emacsbug.el (report-emacs-bug): Report the value of
6208 LC_CTYPE, not LC_TYPE.
6209
6210 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6211 isearch-toggle-regexp and isearch-edit-string to doc string.
6212
6213 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6214
6215 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6216 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6217
6218 * jit-lock.el (jit-lock-fontify-now): Don't bind
6219 font-lock-beginning-of-syntax-function to nil.
6220
6221 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6222
6223 * mail/emacsbug.el (report-emacs-bug): Report values of
6224 locale-coding-system, default-enable-multibyte-characters, and the
6225 environment variables LC_ALL, LC_TYPE, and LANG.
6226
6227 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6228
6229 * font-lock.el (font-lock-default-fontify-region): Fix last change.
6230
6231 * font-lock.el (font-lock-multiline): Default to nil.
6232 (font-lock-default-fontify-region): If font-lock-multiline is
6233 nil, don't check the property `font-lock-multiline'.
6234
6235 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6236 is nil, don't check the `font-lock-multiline' text property.
6237
6238 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6239
6240 * viper.el: Call initial-major-mode on startup.
6241
6242 * ediff.el (ediff-patch-file): Use better defaults.
6243
6244 * ediff-vers.el: Fix for 8+3 DOS file systems.
6245
6246 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
6247
6248 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6249 diff mode, if available.
6250
6251 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6252
6253 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
6254
6255 * ediff-init.el (subst-char-in-string): Define and use it, unless
6256 it's already defined.
6257
6258 2001-01-18 Gerd Moellmann <gerd@gnu.org>
6259
6260 * tooltip.el (tooltip-hide-delay): New user-option.
6261 (tooltip-show): Use tooltip-hide-delay instead of the default.
6262
6263 2001-01-18 Kenichi Handa <handa@etl.go.jp>
6264
6265 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6266 kill-local-variable doesn't work for enable-multibyte-characters.
6267
6268 2001-01-17 Dave Love <fx@gnu.org>
6269
6270 * ediff-init.el (ediff-before-setup-hook)
6271 (ediff-merge-filename-prefix): Add :version.
6272
6273 * international/latin1-disp.el: Require disp-table.
6274 (latin1-display): Fix :set.
6275
6276 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6277
6278 2001-01-17 Gerd Moellmann <gerd@gnu.org>
6279
6280 * isearch.el (isearch-lazy-highlight-initial-delay)
6281 (isearch-lazy-highlight-interval): Default to 0.
6282
6283 2001-01-17 Bob Glickstein <bobg@zanshin.com>
6284
6285 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6286 1 here rather than each time through
6287 isearch-lazy-highlight-new-loop.
6288 (isearch-lazy-highlight-max): Variable deleted.
6289 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6290 isearch-lazy-highlight-max but controls a single invocation of
6291 isearch-lazy-highlight-update.
6292 (isearch-lazy-highlight-wrapped): Variable recreated.
6293 (isearch-lazy-highlight-window-start): New variable.
6294 (isearch-lazy-highlight-cleanup): Restored to behavior of
6295 before 2-Jan.
6296 (isearch-lazy-highlight-remove-overlays): Function deleted;
6297 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6298 behavior removed.
6299 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6300 isearch-lazy-highlight-update in a loop rather than just once.
6301 Test isearch-invalid-regexp here and decide not to start a new
6302 loop, rather than testing it each time through
6303 isearch-lazy-highlight-update.
6304 (isearch-lazy-highlight-search): Function restored.
6305 (isearch-lazy-highlight-update): Get called in a timer loop again,
6306 but this time highlight more than one match each time through.
6307 Only highlight matches in the visible part of the window.
6308 Start at point, move in the direction of the search, and wrap around at
6309 the edge of the window. Use sit-for to force redisplay and ensure
6310 window-start is credible. "Face suppressing" behavior removed;
6311 overlay priorities should make it unnecessary, right?
6312 (isearch-highlight): Face suppressing behavior removed.
6313 (isearch-dehighlight): Face suppressing behavior removed.
6314 (isearch-set-lazy-highlight-faces-at): Removed.
6315
6316 2001-01-17 Kenichi Handa <handa@etl.go.jp>
6317
6318 * language/european.el ("Latin-1"): Make the format of description
6319 about additional language environments same as that of Latin-2.
6320
6321 2001-01-16 Dave Love <fx@gnu.org>
6322
6323 * isearch.el (isearch-lazy-highlight): Add :version.
6324
6325 * simple.el (backward-delete-char-untabify-method)
6326 (next-line-add-newlines): Add :version.
6327
6328 2001-01-16 Gerd Moellmann <gerd@gnu.org>
6329
6330 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6331 Don't bind <delete> otherwise.
6332
6333 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6334 and <delete> via function-key-map.
6335
6336 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6337 Subject line only if point is after the `Subject:'.
6338
6339 2001-01-16 Kenichi Handa <handa@etl.go.jp>
6340
6341 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6342 japanese-jisx0213-2 in `charset' property of this lang. env.
6343
6344 * language/european.el ("Latin-1"): Add description for Dutch and
6345 Spanish lang. env.
6346
6347 * international/mule.el (decode-char): Fix conditions.
6348 (encode-char): Handle eight-bit-control too.
6349 (transform-make-coding-system-args): New function.
6350 (make-coding-system): Accept XEmacs style arguments for CCL base
6351 coding system.
6352
6353 2001-01-15 Gerd Moellmann <gerd@gnu.org>
6354
6355 * progmodes/etags.el (find-tag-noselect): Save the value of
6356 tags-file-name before switching buffers, for the case it has a
6357 buffer-local value.
6358
6359 2001-01-15 Alex Schroeder <alex@gnu.org>
6360
6361 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6362 From Dave Love <fx@gnu.org>.
6363 (ansi-color-for-comint-mode): Fix :version.
6364
6365 2001-01-15 Alex Schroeder <alex@gnu.org>
6366
6367 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6368
6369 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6370
6371 * dired.el (dired-insert-directory): If file-system-info fails,
6372 remove the " free " part, but don't signal an error.
6373
6374 2001-01-12 Sam Steingold <sds@gnu.org>
6375
6376 * bookmark.el (bookmark-maybe-historicize-string):
6377 Use new backquote syntax.
6378
6379 2001-01-12 Richard M. Stallman <rms@gnu.org>
6380
6381 * subr.el (last): Handle a list that doesn't end in nil.
6382
6383 2001-01-12 Sam Steingold <sds@gnu.org>
6384
6385 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6386 to `backward-delete-char-untabify'.
6387
6388 2001-01-12 Dave Love <fx@gnu.org>
6389
6390 * cus-edit.el (customize-menu-create): Fix the :filter following
6391 easymenu change.
6392
6393 * wid-edit.el (function): Add :match-alternatives.
6394 (widget-color-action): Doc fix.
6395
6396 2001-01-12 Gerd Moellmann <gerd@gnu.org>
6397
6398 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6399
6400 2001-01-12 Kenichi Handa <handa@etl.go.jp>
6401
6402 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
6403
6404 * international/ccl.el (define-ccl-program): Fix docstring.
6405
6406 2001-01-11 Dave Love <fx@gnu.org>
6407
6408 * international/mule-cmds.el (standard-display-european-internal):
6409 Set display table for 2208 as for 160.
6410
6411 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6412
6413 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6414 entry for custom-menu-create change.
6415 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6416 don't cons it in the search loop.
6417
6418 * imenu.el (imenu--truncate-items): Revert last change.
6419
6420 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6421
6422 * info.el (Info-setup-header-line): If the node header includes
6423 either Next: or Prev: links, don't show the File: and Node: parts
6424 in the header line.
6425
6426 2001-01-11 Gerd Moellmann <gerd@gnu.org>
6427
6428 * comint.el (comint-goto-process-mark): Don't print a message
6429 when running in batch mode.
6430
6431 * isearch.el (isearch-search): In the condition-case handler for
6432 `error', set isearch-invalid-regexp to the whole error message.
6433
6434 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6435 ensure that eval-after-load works for files dumped with Emacs.
6436
6437 * help.el (load-symbol-file-load-history): New function extracted
6438 from function symbol-file.
6439 (symbol-file): Use it.
6440
6441 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
6442
6443 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6444
6445 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6446 behave as if there were no prefix argument.
6447 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6448 argument were nil.
6449
6450 2001-01-11 Richard M. Stallman <rms@gnu.org>
6451
6452 * isearch.el (isearch-lazy-highlight-update):
6453 Don't look for more potential matches once maximum is exceeded.
6454 Use overlays-in to check correctly for overlap with current match.
6455 Ignore empty matches.
6456
6457 2001-01-11 Miles Bader <miles@gnu.org>
6458
6459 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6460 (ispell-overlay-window, ispell-help, ispell-show-choices)
6461 (ispell-command-loop): Use it instead of `window-height'.
6462
6463 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6464
6465 * files.el (confirm-kill-emacs): New user-option.
6466 (save-buffers-kill-emacs): Ask for final confirmation before
6467 killing Emacs.
6468
6469 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6470 to nil.
6471
6472 2001-01-10 Dave Love <fx@gnu.org>
6473
6474 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6475
6476 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
6477
6478 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6479
6480 * calculator.el (calculator-number-digits): Fix :type.
6481
6482 * vc-cvs.el (vc-cvs-header): Fix :type.
6483 * vc-rcs.el (vc-rcs-header): Fix :type.
6484 * vc-sccs.el (vc-sccs-header): Fix :type.
6485
6486 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6487
6488 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6489
6490 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6491
6492 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6493
6494 * simple.el (set-variable): Force a thorough redisplay for the
6495 case that the variable has an effect on the display, like
6496 `tab-width' has.
6497
6498 2001-01-10 Andre Spiegel <spiegel@gnu.org>
6499
6500 * vc.el: Add documentation for backend interface.
6501
6502 2001-01-10 Kenichi Handa <handa@etl.go.jp>
6503
6504 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6505
6506 * international/mule-conf.el (latin-extra-code-table): Set to t
6507 for \223 and \224.
6508
6509 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6510
6511 * international/mule-cmds.el (locale-language-names): Map "es" to
6512 "Spanish" and "nl" to "Dutch".
6513
6514 2001-01-09 Gerd Moellmann <gerd@gnu.org>
6515
6516 * bindings.el (global-map): Bind <home> to beginning-of-line,
6517 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6518 C-<end> to end-of-buffer.
6519
6520 * language/european.el: Add Dutch and Spanish language info
6521 to be able to use the appropriate tutorials.
6522
6523 2001-01-09 Alex Schroeder <alex@gnu.org>
6524
6525 * ansi-color.el (ansi-color-process-output): Use markers instead
6526 of positions for start and end of region.
6527 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6528 Previously, occasional mistakes happend when fontifying many
6529 chunks of output (eg. ls --color=yes /dev). This happened
6530 whenever an overlay was created up to the end of the region, which
6531 coincided with the process-mark. New text would then be added
6532 within that overlay instead of after it.
6533 (ansi-color-make-extent): Overlays are created with the property
6534 `modification-hooks' set to '(ansi-color-freeze-overlay).
6535 (ansi-color-freeze-overlay): New function. When inserting text at
6536 the end of the overlay, the overlay will resize.
6537
6538 2000-01-09 Alex Schroeder <alex@gnu.org>
6539
6540 * ansi-color.el (ansi-color-process-output): Doc change.
6541 (ansi-color-unfontify-region): Doc change. No longer installed
6542 automatically in font-lock-unfontify-region-function.
6543 (ansi-color-apply): Doc change.
6544 (ansi-color-apply-on-region): Use extents or overlays instead of
6545 text-properties.
6546 (ansi-color-make-extent): New function.
6547 (ansi-color-set-extent-face): New function.
6548
6549 2000-01-09 Alex Schroeder <alex@gnu.org>
6550
6551 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6552 both use ansi-color-process-output, now.
6553 (ansi-color-process-output): Doesn't return string anymore. It is
6554 installed in comint-output-filter-functions for both Emacs and
6555 XEmacs, now.
6556 (ansi-color-unfontify-region): Simplified code removing variables
6557 pos and start-ansi.
6558 (ansi-color-apply): Put text-property ansi-color before putting
6559 text-property face because ansi-color-unfontify-region is called
6560 immediately after the call to put-text-property.
6561 (ansi-color-context-region): Doc change.
6562 (ansi-color-filter-region): Simplified code.
6563 (ansi-color-apply-on-region): Changed start to start-marker, using
6564 a marker explicitly. Put text-property ansi-color before putting
6565 text-property face because ansi-color-unfontify-region is called
6566 immediately after the call to put-text-property.
6567
6568 2000-01-09 Alex Schroeder <alex@gnu.org>
6569
6570 * ansi-color.el (ansi-color-faces-vector): Doc change.
6571 (ansi-color-for-comint-mode): Changed :type property to choice.
6572 (ansi-color-last-context): Removed.
6573 (ansi-color-process-output): Don't use ansi-color-last-context, as
6574 the main functions will store their context now.
6575 (ansi-color-context): Doc change.
6576 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6577 Uses ansi-color-context such that repeated calls will strip
6578 partial escape sequences, too.
6579 (ansi-color-apply): Simplified code. Colorize end of string if
6580 face is not null. Store context in new (FACE STRING) format, such
6581 that repeated calls will strip partial escape sequences, too.
6582 Append faces to face property using ansi-color-apply-sequence such
6583 that cumulative mode actually works.
6584 (ansi-color-context-region): New variable.
6585 (ansi-color-filter-region): Rewrote it based on
6586 ansi-color-apply-on-region. Uses ansi-color-context-region such
6587 that repeated calls will strip partial escape sequences, too.
6588 (ansi-color-apply-on-region): Simplified code. Colorize end of
6589 region if face is not null. Store context in new (FACE POS)
6590 format, such that repeated calls will strip partial escape
6591 sequences, too. Append faces to face property using
6592 ansi-color-apply-sequence such that cumulative mode actually works.
6593 (ansi-color-apply-sequence): New function.
6594 (ansi-color-get-face): When the default face is added to the list
6595 of faces, all previous settings are discarded and the list of
6596 faces is set to '(default).
6597
6598 2000-01-09 Alex Schroeder <alex@gnu.org>
6599
6600 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6601 face, such that ansi-color-apply and ansi-color-apply-on-region
6602 will do the right thing.
6603 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6604 returns nil, set the list of faces back to nil instead of
6605 appending the result of ansi-color-get-face to the front of the list.
6606
6607 2000-01-09 Alex Schroeder <alex@gnu.org>
6608
6609 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6610 (ansi-color-process): Doc change.
6611 (ansi-color-last-context): New buffer-local variable.
6612 (ansi-color-process-output): New function. It is automatically
6613 added to comint-output-filter-functions if this is XEmacs.
6614 (ansi-color-unfontify-region): New optional parameter for XEmacs
6615 compatibility. Check whether font-lock-syntactic-keywords is
6616 boundp before removing the syntax table text property, as XEmacs
6617 doesn't have it.
6618 (ansi-color-filter-region): Doc change.
6619 (ansi-color-apply-on-region): Doc change.
6620 (ansi-color-make-face): New function. Compatibility layer for
6621 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6622 (ansi-color-make-color-map): Use ansi-color-make-face.
6623 (ansi-color-get-face): Avoid face text property '(nil) as results
6624 in an error for XEmacs.
6625
6626 2000-01-09 Alex Schroeder <alex@gnu.org>
6627
6628 * ansi-color.el (ansi-color-unfontify-region): New function.
6629 Uses text-property ansi-color in order to preserve fontification by
6630 ansi-color. When the package is loaded, a lambda expression is
6631 put onto font-lock-mode-hook. This lambda expression will check
6632 font-lock-unfontify-region-function and replace
6633 font-lock-default-unfontify-region with ansi-color-unfontify-region.
6634 (ansi-color-apply): Add text-property ansi-color in addition to
6635 text-property face.
6636 (ansi-color-apply-on-region): Add text-property ansi-color in
6637 addition to text-property face.
6638 (save-buffer-state): Copy of the macro that is also used by
6639 lazy-lock and font-lock.
6640
6641 (ansi-color-for-comint-mode): New option.
6642 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6643 (ansi-color-for-comint-mode-off): Ditto.
6644 (ansi-color-for-comint-mode-filter): Ditto.
6645 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6646 decide what to do. This function is added to
6647 comint-preoutput-filter-functions when the package is loaded.
6648
6649 (ansi-color-for-shell-mode-set): Removed.
6650 (ansi-color-for-shell-mode): Removed.
6651
6652 2000-01-09 Alex Schroeder <alex@gnu.org>
6653
6654 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6655 the lambda expression from the ansi-color-for-shell-mode :set
6656 property. Additionally, modify shell-mode-hook to enable or
6657 disable font-lock-mode for future shell buffers.
6658 (ansi-color-for-shell-mode): The :set property calls
6659 ansi-color-for-shell-mode-set instead of a lambda expression.
6660
6661 2000-01-09 Alex Schroeder <alex@gnu.org>
6662
6663 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6664 (ansi-color-context): New variable.
6665 (ansi-color-apply): Save context between calls.
6666
6667 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6668
6669 * isearch.el (isearch, isearch-lazy-highlight-face):
6670 New definitions for face colors and attributes.
6671
6672 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6673 of display-mouse-p.
6674
6675 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6676
6677 * international/mule.el (make-coding-system): If the coding system
6678 accepts extra latin codes, register such codes as safe for the
6679 coding system.
6680
6681 2001-01-08 Richard M. Stallman <rms@gnu.org>
6682
6683 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6684 don't mention the file name or the date here, because they are
6685 logged at the start of the file.
6686
6687 2001-01-08 Richard M. Stallman <rms@gnu.org>
6688
6689 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6690 Change screen-width to frame-width.
6691
6692 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6693
6694 * info.el (Info-search): Print the default as part of the prompt.
6695
6696 2001-01-08 Andre Spiegel <spiegel@gnu.org>
6697
6698 * vc.el (vc-default-latest-on-branch-p): New function, replaces
6699 constant implementations in backends.
6700
6701 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6702 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6703
6704 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6705 WRITABLE to EDITABLE.
6706
6707 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6708 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6709 to EDITABLE.
6710
6711 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6712
6713 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
6714 (copyright, copyright-update): Compute the current year at run time.
6715
6716 2001-01-08 Gerd Moellmann <gerd@gnu.org>
6717
6718 * isearch.el (isearch-old-signal-hook): Removed.
6719 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6720 instead of setting signal-hook-function.
6721 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6722
6723 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
6724
6725 * emulation/edt.el: Update to version 4.0. Provide support for
6726 EDT scroll margins at top and bottom of the window. Provide an
6727 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6728 default). Enhance edt-quit, bound to GOLD-q by default, to warn
6729 user when file-related buffer modifications exist.
6730 Provide support for running EDT Emulation in XEmacs.
6731 Provide customize access to some user updatable variables.
6732 Add Commentary section to file header.
6733 Fixed a few minor bugs and cleaned up some code.
6734
6735 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6736 for detecting a keypress that generates an ASCII key sequence.
6737 (Previously, only a keypress that generates a vector was
6738 recognized.) Embed Window Manager name into name of the generated
6739 EDT Emulation initialization file since the initialization file is
6740 Window Manager specific. Add Commentary section to file header.
6741
6742 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6743
6744 * mail/sendmail.el (mail-mode): Doc fix.
6745
6746 * info.el (Info-goto-emacs-command-node): Doc fix.
6747 (Info-goto-emacs-key-command-node): Doc fix.
6748
6749 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6750
6751 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
6752 systems without long file-name support.
6753
6754 2001-01-06 Andrew Innes <andrewi@gnu.org>
6755
6756 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6757
6758 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6759
6760 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6761 (isearch-lazy-highlight-update): Doc fix.
6762
6763 * ffap.el (ffap-bindings): Doc fix.
6764
6765 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6766
6767 2001-01-05 Dave Love <fx@gnu.org>
6768
6769 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6770
6771 2001-01-05 Gerd Moellmann <gerd@gnu.org>
6772
6773 * mouse-drag.el (mouse-drag-safe-scroll):
6774 Bind scroll-preserve-screen-position to nil.
6775
6776 * isearch.el (isearch-old-signal-hook): New variable.
6777 (isearch-mode): Set signal-hook-function to isearch-done.
6778 (isearch-done): Restore old signal-hook-function.
6779
6780 * info.el (Info-fontify-node): Mark one more char as intangible.
6781
6782 2000-01-05 Kenichi Handa <handa@etl.go.jp>
6783
6784 * composite.el (compose-last-chars): New argument COMPONENTS.
6785 If it is non-nil, compose preceding characters by compose-region with
6786 COMPONENTS.
6787
6788 * international/quail.el (quail-input-string-to-events): New function.
6789 (quail-input-method): Convert input string to events here.
6790 (quail-start-translation): Return input string, not event list.
6791 (quail-start-conversion): Likewise.
6792
6793 2001-01-04 Gerd Moellmann <gerd@gnu.org>
6794
6795 * tooltip.el (tooltip-cancel-delayed-tip)
6796 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6797 and tooltip-add-timeout.
6798 (tooltip-show): Set border color from faces's foreground.
6799 (tooltip-show-help-function): If called with the same help string
6800 as last time, do nothing.
6801 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6802
6803 * startup.el (fancy-splash-screens): Don't bind show-help-function
6804 to nil.
6805
6806 * tooltip.el (tooltip-frame-parameters): Remove colors.
6807 (tooltip): New face.
6808 (tooltip-set-param): New function.
6809 (tooltip-show): Set up color frame parameters from face `tooltip'.
6810 Display the tooltip text in face `tooltip'.
6811
6812 2001-01-04 Dave Love <fx@gnu.org>
6813
6814 * whitespace.el (whitespace-global-mode): Fix typo.
6815
6816 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6817
6818 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6819
6820 * help.el (help-for-help): Fix a typo in a doc string.
6821 From kwzh@gnu.org (Karl Heuer).
6822
6823 2001-01-03 Dave Love <fx@gnu.org>
6824
6825 * dired-x.el: Doc fixes. Maintainer change.
6826 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
6827 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6828 (dired-guess-shell-alist-user): Customize.
6829 (dired-x-help-address): Set to bug-gnu-emacs.
6830 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6831 (dired-default-directory): Renamed from default-directory.
6832
6833 * hl-line.el (hl-line): Doc fix.
6834
6835 2001-01-03 Karl Fogel <kfogel@red-bean.com>
6836
6837 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
6838
6839 2001-01-02 Richard M. Stallman <rms@gnu.org>
6840
6841 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6842 to remove all the current alternative-match highlighting.
6843 If nil, remove only what's outside the current window.
6844 (isearch-lazy-highlight-remove-overlays): Take optional
6845 region within which NOT to remove them.
6846 (isearch-lazy-highlight-new-loop): Greatly simplified.
6847 (isearch-lazy-highlight-update): Find all the other occurrences
6848 visible in the window, in just one call.
6849 (isearch-lazy-highlight-start): Now holds start of region to scan.
6850 (isearch-lazy-highlight-end): Now holds end of region to scan.
6851 (isearch-lazy-highlight-wrapped): Variable deleted.
6852 (isearch-lazy-highlight-search): Function deleted.
6853
6854 2000-01-02 Andrew Innes <andrewi@gnu.org>
6855
6856 * w32-fns.el (convert-standard-filename): Do length check on name
6857 before aref.
6858
6859 2001-01-02 Dave Love <fx@gnu.org>
6860
6861 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6862 value.
6863 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6864
6865 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6866
6867 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6868 read syntax.
6869
6870 * calendar/todo-mode.el (todo): Add :link, :version.
6871 (todo-save-top-priorities): Remove autoload cookie.
6872 (todo-add-category, todo-add-item-non-interactively)
6873 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
6874
6875 2001-01-02 Gerd Moellmann <gerd@gnu.org>
6876
6877 * comint.el (comint-input-history-ignore): New variable.
6878 (comint-read-input-ring): Ignore entries matching
6879 comint-input-history-ignore.
6880
6881 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
6882
6883 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6884 (lm-copyright-mark): New function.
6885 (lm-crack-copyright): New function.
6886 (lm-verify): Check that the file has a copyright.
6887 Check that the file is copyright Free Software Foundation.
6888
6889 2000-12-30 Kenichi Handa <handa@etl.go.jp>
6890
6891 * international/mule-diag.el (print-fontset): Indent font name by
6892 24 columns, not 25.
6893
6894 2000-12-29 Gerd Moellmann <gerd@gnu.org>
6895
6896 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6897 in Subject line.
6898
6899 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
6900 Use mail-mode-hook instead of mail-setup-hook.
6901 Otherwise continuing an interrupted message with C-u C-x m for
6902 instance, winds up in Mail mode without abbrevs.
6903
6904 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6905
6906 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
6907 non-nil. Adding almost all customization variables on ps-setup.
6908 Doc fix.
6909 (ps-print-version): New version number (6.3.3).
6910 (ps-end-with-control-d): Initialization fix.
6911 (ps-lines-printed): New var.
6912 (ps-skip-newline): New fun.
6913 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6914 (ps-next-line, ps-continue-line, ps-plot-region)
6915 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
6916
6917 2000-12-29 Kenichi Handa <handa@etl.go.jp>
6918
6919 * international/fontset.el (x-complement-fontset-spec):
6920 Resolve ASCII font name so that the same family name is used for fonts
6921 registered in x-font-name-charset-alist.
6922 (create-fontset-from-fontset-spec): Adjusted for the above change.
6923 The name of fontset alias should be a unresolved ASCII font name.
6924
6925 2000-12-28 Gerd Moellmann <gerd@gnu.org>
6926
6927 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6928 and delete in isearch-mode-map.
6929
6930 2000-12-28 Richard M. Stallman <rms@gnu.org>
6931
6932 * dired-x.el (dired-guess-shell-alist-default):
6933 Use xpdf instead of acroread.
6934
6935 2000-12-28 Kenichi Handa <handa@etl.go.jp>
6936
6937 * textmodes/artist.el (artist-butlast): Deleted.
6938 (artist-ellipse-mirror-quadrant): Use butlast instead of
6939 artist-butlast.
6940
6941 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6942
6943 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6944
6945 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6946
6947 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6948
6949 * ls-lisp.el: Better support for the Mac and MS-Windows.
6950 (ls-lisp): New defgroup.
6951 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
6952 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
6953 (ls-lisp-support-shell-wildcards): New defcustoms.
6954 (ls-lisp-parse-symlink): New function.
6955 (insert-directory): Code to convert switches to a list and set up
6956 the wildcard argument copied from ls-lisp-insert-directory.
6957 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6958 for -C and -R switches.
6959 (ls-lisp-column-format): New function.
6960 (ls-lisp-delete-matching, ls-lisp-handle-switches)
6961 (ls-lisp-format-time): Add doc strings.
6962 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6963 Support ls-lisp-dirs-first.
6964 (ls-lisp-classify, ls-lisp-extension): New functions.
6965 (ls-lisp-format): Optionally support emulation of symlinks.
6966 Support -i, -s, and -G switches.
6967
6968 2000-12-27 Gerd Moellmann <gerd@gnu.org>
6969
6970 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6971
6972 * version.el (emacs-version): Print X scroll bar information.
6973
6974 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6975 instead of x-toolkit-scroll-bars-p.
6976
6977 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6978 of x-toolkit-scroll-bars-p.
6979
6980 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6981
6982 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
6983 (ffap-bindings): Doc fix, to reflect the above change.
6984
6985 2000-12-27 Kenichi Handa <handa@etl.go.jp>
6986
6987 * term.el (term-char-mode): Define all non-ascii self-inserting
6988 characters to 'term-send-raw in term-raw-map.
6989
6990 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
6991
6992 * viper-init.el (viper-restore-cursor-type): Added condition-case guard.
6993
6994 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6995 Changed initialization; use add-hook.
6996 (ediff-file-remote-p): Use file-local-copy.
6997
6998 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
6999
7000 * ediff.el (ediff-patch-buffer): Bug fix.
7001 (ediff-revision): Allow selection of the file at the prompt.
7002
7003 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7004
7005 * subr.el (combine-run-hooks): Remove.
7006
7007 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7008 and remove the rogue second spec.
7009
7010 2000-12-23 Gerd Moellmann <gerd@gnu.org>
7011
7012 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7013
7014 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7015
7016 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7017 Use minibuffer menu prompt for the `=' prefix.
7018 (smerge-command-prefix): Change default to C-^.
7019 (smerge-mode): Don't assume font-lock doesn't move point.
7020
7021 * skeleton.el (skeleton-internal-1): Make sure the first line of
7022 the region is also re-indented.
7023 (skeleton-end-newline): New var.
7024 (skeleton-end-hook): Use it.
7025
7026 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7027
7028 * comint.el (comint-password-prompt-regexp): Support CVS.
7029
7030 2000-12-22 Gerd Moellmann <gerd@gnu.org>
7031
7032 * simple.el (delete-key-deletes-forward-mode): Simplify.
7033 Also backspace key combinations, depending on
7034 delete-key-deletes-forward.
7035
7036 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7037
7038 * simple.el (delete-key-deletes-forward): Doc fix.
7039
7040 2000-08-22 Emmanuel Briot <briot@gnat.com>
7041
7042 * xml.el (top level comment): Updated to reflect the fact that
7043 white spaces are relevant in the XML file.
7044 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7045 to parse was already edited. This allows for on-the-fly analysis
7046 of XML files.
7047 (xml-parse-tag): Check that the casing is the same in the start
7048 tag and end tag, since XML is case-sensitive. Allows for spaces
7049 in the end tag, after the name of the tag.
7050 (xml-parse-attlist): Allow for the character '-' in the name of
7051 attributes, as in the standard http-equiv attribute Do not save
7052 the properties in the XML tree, since they are not relevant.
7053
7054 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7055
7056 * generic.el (generic-read-type): Undo last change, inline into
7057 `generic-mode' and then remove.
7058 (generic-mode): Inline generic-read-type.
7059 (define-generic-mode): Push the symbol name rather than the symbol
7060 onto generic-mode-list.
7061
7062 2000-12-21 Gerd Moellmann <gerd@gnu.org>
7063
7064 * generic.el (generic-read-type): Build an alist for
7065 completing-read as in 20.7.
7066
7067 * play/landmark.el (lm): Use interactive spec `P'.
7068 (toplevel): Don't set debug-on-error.
7069
7070 * server.el (server-switch-buffer): Choose a window on a visible frame.
7071
7072 2000-12-21 Dave Pearson <davep@davep.org>
7073
7074 * quickurl.el: Commentary change, I've moved my web site.
7075
7076 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7077
7078 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7079 ranges like \177-\237, but accepts the character sequence from \177 to
7080 \237. Doc fix.
7081 (ebnf-version): New version (3.4).
7082 (ebnf-setup): Code fix.
7083 (ebnf-range-regexp): New fun.
7084 (ebnf-8-bit-chars): Const fix.
7085
7086 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7087 entry. Doc fix.
7088 (ebnf-bnf-lex): Code fix.
7089 (ebnf-bnf-comment-chars): Const fix.
7090
7091 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7092 entry. Doc fix.
7093 (ebnf-iso-comment-chars): Const fix.
7094
7095 * ebnf-otz.el: Doc fix.
7096
7097 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7098 entry. Doc fix.
7099 (ebnf-yac-skip-code): Code fix.
7100 (ebnf-yac-comment-chars): Const fix.
7101
7102 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7103
7104 * files.el (insert-directory-safely): New function.
7105 (recover-file): Use it instead of insert-directory.
7106 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7107
7108 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7109
7110 * international/mule-cmds.el (select-safe-coding-system):
7111 Check coding-category-list more rigidly. Improve help message.
7112
7113 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7114
7115 2000-12-21 Miles Bader <miles@gnu.org>
7116
7117 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
7118
7119 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7120
7121 * international/mule-diag.el (describe-char-after): Make *Help*
7122 buffer inherit multibyteness of the current buffer.
7123
7124 * international/mule.el (make-char): Docstring adjusted for the
7125 change of make-char-internal.
7126
7127 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7128
7129 * international/iso-cvt.el: Docstrings fix.
7130
7131 2000-12-20 Dave Love <fx@gnu.org>
7132
7133 * subr.el (eval-after-load): Doc fix.
7134
7135 2000-12-20 Kenichi Handa <handa@etl.go.jp>
7136
7137 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7138 for numbers.
7139
7140 2000-12-20 Miles Bader <miles@gnu.org>
7141
7142 * international/quail.el (quail-help): Resize the help window
7143 again after it has all its contents. Remove unneeded progn.
7144
7145 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7146
7147 * pcmpl-linux.el: Fix copy/paste error.
7148
7149 2000-12-19 Andrew Innes <andrewi@gnu.org>
7150
7151 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
7152
7153 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7154
7155 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7156
7157 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7158
7159 * progmodes/idlw-shell.el: Fixed copyright notice.
7160
7161 * progmodes/idlwave.el: Fixed copyright notice.
7162
7163 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
7164 TAB as key separators.
7165
7166 2000-12-19 Alex Schroeder <alex@gnu.org>
7167
7168 * sql.el (sql-sybase-options): New option.
7169 (sql-sybase): Use it. Add sql-database to the list of parameters
7170 provided for login. The options -w 2048 -n are not used any more.
7171 (sql-postgres-options): Changed default from "--pset" to "-P".
7172 (sql-mysql-options): Doc change.
7173 (sql-stop): Doc change.
7174
7175 2000-12-19 Kenichi Handa <handa@etl.go.jp>
7176
7177 * international/quail.el (quail-input-method): Always hide
7178 the guidance buffer on exiting.
7179
7180 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7181
7182 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7183 isn't fboundp.
7184
7185 * server.el (server-buffer-done): Bury the buffer before
7186 killing it.
7187
7188 * faces.el (face-spec-set): Interpret a nil in specs for
7189 foreground and background colors as `unspecified', for
7190 compatibility with 20.x.
7191
7192 2000-12-18 Dave Love <fx@gnu.org>
7193
7194 * simple.el (mail-user-agent): Doc fix.
7195 (input-mode-8-bit): Removed.
7196
7197 * international/mule.el (set-keyboard-coding-system): Doc fix.
7198 (keyboard-coding-system): New option.
7199
7200 * mail/sendmail.el (send-mail-function): Customize.
7201
7202 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7203
7204 * international/codepage.el (cp866-decode-table): New table.
7205
7206 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7207
7208 * version.el (emacs-version): Remove `%a' from the time format
7209 because the weekday doesn't fit well into each locale.
7210
7211 2000-12-18 Miles Bader <miles@gnu.org>
7212
7213 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7214
7215 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
7216 Check that emacs-major-version is `=' to 20, not `>='.
7217 (artist-replace-chars): Use `make-string' instead of a loop.
7218
7219 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7220
7221 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7222 (cvs-execute-single-file): Don't change directory.
7223 Patch from Per Cederqvist.
7224
7225 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7226
7227 * textmodes/ispell.el (check-ispell-version):
7228 If `ispell-program-name' is "aspell", pass it the -v switch instead
7229 of -vv.
7230
7231 2000-12-16 Kenichi Handa <handa@etl.go.jp>
7232
7233 * international/mule-diag.el (mule-diag): Insert information about
7234 configure options, multibyte awareness, language env.
7235
7236 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7237 regexp to search for candidates.
7238
7239 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7240
7241 * info.el (Info-forward-node): If the node has an
7242 Info-header-line, widen the buffer before searching for "next:"
7243 and "up:" pointers, and set the search limit to stay in the
7244 current node.
7245
7246 2000-12-16 Miles Bader <miles@gnu.org>
7247
7248 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7249
7250 2000-12-15 Miles Bader <miles@gnu.org>
7251
7252 * comint.el (comint-send-string, comint-send-region): Also accept
7253 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7254 process-send-string/region.
7255
7256 2000-12-15 Gerd Moellmann <gerd@gnu.org>
7257
7258 * isearch.el (isearch-lazy-highlight-max): New user-option.
7259 (isearch-lazy-highlight-update): Don't highlight more than
7260 isearch-lazy-highlight-max matches.
7261
7262 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7263
7264 2000-12-15 Richard M. Stallman <rms@gnu.org>
7265
7266 * sort.el (sort-columns): Fix error message.
7267
7268 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7269 `upcase' or `downcase' or nil.
7270 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7271 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7272 (dabbrev--substitute-expansion): New arg record-case-pattern.
7273 If it is non-nil, set dabbrev--last-case-pattern.
7274 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7275
7276 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7277
7278 2000-12-15 Miles Bader <miles@gnu.org>
7279
7280 * paths.el (Info-default-directory-list): Don't delete
7281 configure-info-directory from the list of standard info
7282 directories when appending it to the end -- their order is important.
7283
7284 * faces.el (read-face-attribute): If there's no entry for the
7285 user's input in VALID, just use it as-is (this will often result
7286 in an error, but it may be OK for e.g. colors using hexadecimal
7287 notation, and at least will yield a better error message).
7288
7289 * window.el (mode-line-window-height-fudge): Function removed.
7290 (height-affecting-face-attributes, mode-line-window-height-fudge):
7291 Variables removed.
7292 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7293 window is really the right size. Use vertical-motion
7294 rather than forward-line.
7295 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7296 (ispell-command-loop, ispell-show-choices): Use the variable
7297 ispell-choices-win-default-height, rather than the function.
7298 (ispell-choices-win-default-height): Function removed.
7299 (ispell-mode-line-window-height-fudge): Function removed.
7300
7301 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7302
7303 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7304
7305 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7306
7307 * paths.el (Info-default-directory-list):
7308 If configure-info-directory is not one of the standard directories,
7309 put it first in the list; otherwise put it last. Doc string
7310 changed accordingly.
7311
7312 * info.el (Info-directory-list): Change doc string to reflect the
7313 change in Info-default-directory-list.
7314
7315 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7316 windows-nt as windowed environments, even under -nw.
7317
7318 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7319 if not fboundp. Switch delete-forward mode for the <delete> key
7320 on all PC platforms, even under -nw.
7321
7322 * term/internal.el ([M-delete]): Remap to M-d.
7323
7324 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7325
7326 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7327
7328 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7329
7330 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7331
7332 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7333
7334 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7335 if appropriate.
7336
7337 * simple.el (delete-key-deletes-forward): New user-option.
7338 (delete-key-deletes-forward-mode): New function.
7339
7340 * bindings.el: Bind `delete' to backward-delete-char.
7341
7342 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7343 Test if symbol is bound before getting its value.
7344
7345 * tooltip.el (tooltip-show): If an error is signaled in
7346 x-show-tip, display that error, and display the help in the
7347 echo area.
7348
7349 2000-12-14 Kenichi Handa <handa@etl.go.jp>
7350
7351 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7352 Show "... entries" messages for every 10000 entries, not 10.
7353
7354 2000-12-13 Karl Fogel <kfogel@red-bean.com>
7355
7356 * bookmark.el: Provide a generic exit hook, as suggested by
7357 Ovidiu Predescu <ovidiu@cup.hp.com>:
7358 (bookmark-exit-hook): New var.
7359 (bookmark-exit-hook-internal): New func, replaces
7360 old raw lambda form in `kill-emacs-hook', and runs new
7361 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7362 as logically that feature must have been provided if this function
7363 is running.
7364 Removed ;;;###autoload before the `add-hook' call.
7365
7366 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7367
7368 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7369 (easy-menu-current-active-maps): New function.
7370 (easy-menu-get-map): Use it.
7371 Make a proper menu entry when creating a new keymap.
7372
7373 2000-12-13 Kenichi Handa <handa@etl.go.jp>
7374
7375 * international/characters.el: Fix cases and syntaxes for
7376 mule-unicode-0100-24ff.
7377
7378 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7379 that a Japanese character is not appended after day and year.
7380
7381 * info.el (Info-suffix-list): Change format for a command that
7382 requires arguments.
7383 (info-insert-file-contents): Adjusted for the above change.
7384
7385 2000-12-12 Andreas Schwab <schwab@suse.de>
7386
7387 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7388 on the name of the tar buffer. Verify that the existing buffer is
7389 visiting the same subfile.
7390
7391 2000-12-12 Dave Love <fx@gnu.org>
7392
7393 * subdirs.el: Add obsolete.
7394
7395 2000-12-12 Gerd Moellmann <gerd@gnu.org>
7396
7397 * mail/rmailsum.el (rmail-summary-expunge)
7398 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7399 instead of rmail-confirm-expunge.
7400
7401 * replace.el (perform-replace): Don't use an empty match adjacent
7402 to a non-empty match when computing the next match before the
7403 replacement is performed.
7404
7405 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
7406
7407 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7408 definition (patch by Stefan Monnier).
7409 (glasses-mode): Use jit-lock instead of `after-change-functions'
7410 (patch by Stefan Monnier).
7411
7412 2000-12-12 Miles Bader <miles@gnu.org>
7413
7414 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7415 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7416
7417 2000-12-12 Andrew Choi <akochoi@i-cable.com>
7418
7419 * term/mac-win.el: Remove load for ls-lisp.
7420
7421 * loadup.el: Load ls-lisp for system-type `macos'.
7422
7423 2000-12-12 Miles Bader <miles@gnu.org>
7424
7425 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7426 Respect field end too.
7427 (just-one-space): Respect fields as `delete-horizontal-space'.
7428 (newline-and-indent, reindent-then-newline-and-indent):
7429 Use `delete-horizontal-space'.
7430
7431 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7432
7433 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7434 (so as to obey the field property in the minibuffer).
7435
7436 * obsolete/c-mode.el: Moved from lisp/progmodes.
7437 * obsolete/auto-show.el: Moved from lisp.
7438 * obsolete/ooutline.el: Moved from lisp/textmodes.
7439
7440 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7441
7442 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
7443 changes to list them here.
7444
7445 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7446 Too many changes to list them here.
7447
7448 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7449 Too many changes to list them here.
7450
7451 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7452
7453 2000-12-11 Gerd Moellmann <gerd@gnu.org>
7454
7455 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
7456
7457 * cus-edit.el (custom-save-variables, custom-save-faces):
7458 Comment fix.
7459
7460 * hscroll.el: Moved to `obsolete' subdir.
7461
7462 2000-12-11 Miles Bader <miles@gnu.org>
7463
7464 * window.el (window-text-height): Function removed (now in C).
7465
7466 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7467
7468 * log-edit.el (log-edit-parent-buffer): New var.
7469 (log-edit): Set it. Add BUFFER argument.
7470 (log-edit-done): Use char-before.
7471 Don't bother checking validity of vc-comment-ring.
7472 Only bury the buffer if log-edit popped it up.
7473
7474 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7475 (cvs-mode-diff-help): Remove.
7476 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
7477 (cvs-mode-marked): Set up the default for CMD manually.
7478
7479 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7480 Remove binding for ? now made unnecessary.
7481
7482 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7483
7484 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7485 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7486
7487 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7488 when master file is not open.
7489
7490 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7491
7492 * progmodes/ada-stmt.el: Update `maintainer'.
7493
7494 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
7495
7496 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7497 choices to match documentation string.
7498
7499 2000-12-09 Miles Bader <miles@gnu.org>
7500
7501 * minibuf-eldef.el: New file.
7502
7503 * window.el (fit-window-to-buffer): Don't pass last argument to
7504 pos-visible-in-window-p, now that its meaning is inverted.
7505
7506 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7507
7508 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7509 <ceder@lysator.liu.se>.
7510
7511 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7512
7513 * autoinsert.el (auto-insert-alist): Add missing final \n.
7514
7515 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7516 (cvs-menu-map): Remove.
7517 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7518 (cvs-mode-quit): Turn it back into a plain function.
7519
7520 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
7521 (texinfo-filter): Remove (move to texinfo.el).
7522
7523 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7524 file where it's more visible.
7525 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7526 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7527 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7528 (texinfo-inside-macro-p): Only catch `scan-error's.
7529 (texinfo-inside-env-p): Make better use of the match info.
7530 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7531 (texinfo-insert-@end): Slight re-organization.
7532 Also remove useless `looking-at' call.
7533
7534 2000-12-08 Andrew Innes <andrewi@gnu.org>
7535
7536 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7537 accessible in -nw mode.
7538
7539 * term/w32-win.el: Remove stuff about selection timeout, which is
7540 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7541 it is accessible in -nw mode.
7542
7543 2000-12-08 Dave Love <fx@gnu.org>
7544
7545 * emacs-lisp/lisp-mode.el (lisp-mode):
7546 Set font-lock-keywords-case-fold-search.
7547
7548 2000-12-08 Gerd Moellmann <gerd@gnu.org>
7549
7550 * textmodes/ispell.el (ispell): Doc fix.
7551
7552 2000-12-08 Kenichi Handa <handa@etl.go.jp>
7553
7554 * international/quail.el (quail-insert-decode-map): Check the
7555 frame width of a window displaying the current buffer, not that of
7556 the selected frame.
7557 (quail-help): Make sure that the help buffer has window before
7558 inserting text in it.
7559
7560 2000-12-07 Sam Steingold <sds@gnu.org>
7561
7562 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7563 Backquote is used in isearch.el, so autoloading saves nothing.
7564
7565 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7566
7567 * startup.el (normal-top-level-add-subdirs-to-load-path):
7568 Ignore the CVS and RCS subdirectories case-insensitively.
7569
7570 * dired.el (dired-insert-directory): If file-system-info is
7571 fboundp, call it instead of invoking dired-free-space-program.
7572
7573 2000-12-07 Gerd Moellmann <gerd@gnu.org>
7574
7575 * server.el (server-visit-files): Push files on file-name-history.
7576
7577 * progmodes/cc-langs.el: Update copyright.
7578
7579 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7580
7581 * bindings.el (mode-line-mode-menu): Add glasses-mode.
7582
7583 * bindings.el (mode-line-mode-menu): Reverse the order
7584 of define-keys so that the menu appears in alphabetical order.
7585
7586 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
7587
7588 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7589 of the function.
7590
7591 2000-12-07 Dave Love <fx@gnu.org>
7592
7593 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7594
7595 * facemenu.el (facemenu-unlisted-faces): Fix value.
7596
7597 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7598
7599 * font-lock.el (font-lock-default-fontify-region):
7600 Include the terminating \n (off-by-one error).
7601 (font-lock-set-defaults): Use dolist.
7602
7603 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7604
7605 2000-12-07 Kenichi Handa <handa@etl.go.jp>
7606
7607 * international/mule-cmds.el (describe-language-environment):
7608 Fix for the case that an input method title is not string but a list.
7609
7610 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7611 of wrong SIZE record.
7612
7613 2000-12-06 Dave Love <fx@gnu.org>
7614
7615 * newcomment.el (comment-region, comment-dwim): Doc fix.
7616
7617 * textmodes/texinfo.el: Require tex-mode when compiling.
7618 (texinfo-update-node): Doc fix.
7619 (texinfo-imenu-generic-expression): Add @anchor.
7620 (texinfo-font-lock-keywords): Add @uref.
7621 (texinfo-inside-macro-p): Don't use ignore-errors.
7622 (texinfo-insert-quote): Match more contexts.
7623
7624 * international/mule.el (decode-char, encode-char): Doc fix.
7625 (auto-coding-alist): Customize.
7626
7627 * files.el (load-file): Fix change of 2000-03-12.
7628
7629 * wid-edit.el (widget-text-keymap): Doc fix.
7630
7631 2000-12-06 Andrew Innes <andrewi@gnu.org>
7632
7633 * makefile.w32-in (lisp): Set to an absolute directory, namely
7634 $(CURDIR).
7635
7636 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7637
7638 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7639 read generated-autoload-file, and set buffer-file-coding-system to
7640 raw-text-unix after reading the file.
7641
7642 * international/mule-conf.el (file-coding-system-alist):
7643 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
7644
7645 2000-12-06 Gerd Moellmann <gerd@gnu.org>
7646
7647 * replace.el (occur): Make line-number-width 1 smaller for the
7648 colon following the line number.
7649
7650 * startup.el (fancy-splash-text, command-line-1):
7651 Use `File' for the menu name instead of `Files'.
7652
7653 * tmm.el: Update copyright.
7654
7655 * cus-start.el: Add entry for even-window-heights.
7656
7657 2000-12-06 Miles Bader <miles@gnu.org>
7658
7659 * faces.el (frame-set-background-mode): Avoid stomping on
7660 locally modified faces.
7661
7662 2000-12-06 Kenichi Handa <handa@etl.go.jp>
7663
7664 * international/fontset.el: Correct the font registries for
7665 japanese-jisx0213-1 and japanese-jisx0213-2.
7666
7667 2000-12-05 Gerd Moellmann <gerd@gnu.org>
7668
7669 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7670
7671 * iswitchb.el: Update customization commentary.
7672
7673 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
7674
7675 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7676 (tpu-search-highlight): Fixed comparison of overlay end positions.
7677 (tpu-trim-line-ends): Implemented trimming logic locally.
7678
7679 * emulation/tpu-extras.el (tpu-write-file-hook)
7680 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7681
7682 2000-12-05 Kenichi Handa <handa@etl.go.jp>
7683
7684 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7685 to cn-gb.
7686 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7687
7688 2000-12-04 Dave Love <fx@gnu.org>
7689
7690 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7691
7692 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7693
7694 * mail/rmailsum.el (rmail-summary-expunge)
7695 (rmail-summary-expunge-and-save): Ask for confirmation with
7696 rmail-expunge-confirmed.
7697
7698 * mail/rmail.el (rmail-expunge-confirmed): New function.
7699 (rmail-expunge): Use it.
7700
7701 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7702
7703 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
7704 (etags-recognize-tags-table, find-tag-in-order):
7705 New functionality: interpret file names as tags.
7706
7707 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7708
7709 * info.el (Info-scroll-prefer-subnodes): New defcustom.
7710 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7711 the first subnode until the bottom of the current node is visible.
7712
7713 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7714
7715 * format.el (format-decode): Don't change buffer's undo list.
7716
7717 2000-12-04 Kenichi Handa <handa@etl.go.jp>
7718
7719 * faces.el (face-font-registry-alternatives): Add entries for CJK
7720 fonts. Doc-string adjusted for the actual usage of this data.
7721
7722 * international/fontset.el: Change the font registries for CJK
7723 fonts in the default fontset. Don't append '*' to registries.
7724
7725 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7726
7727 * emacs-lisp/easy-mmode.el (define-derived-mode)
7728 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7729
7730 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7731 (derived-mode-p): New function.
7732 (derived-mode-make-docstring): Add `docstring' argument.
7733 Use it if available and complete it if necessary.
7734
7735 2000-12-03 Andreas Schwab <schwab@suse.de>
7736
7737 * type-break.el (type-break): Don't make parent of itself.
7738
7739 2000-12-03 Miles Bader <miles@gnu.org>
7740
7741 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7742
7743 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7744
7745 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7746 (tex-main-file, tex-file): Simplify.
7747 (tex-generate-zap-file-name): Use subst-char-in-string.
7748 (tex-strip-dots): Remove.
7749
7750 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7751
7752 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7753 to check if the match succeeded.
7754
7755 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7756
7757 * startup.el (use-fancy-splash-screens-p): New function.
7758 (command-line-1): Use it to determine whether or not to use
7759 a fancy splash screen.
7760
7761 2000-12-02 Andreas Schwab <schwab@suse.de>
7762
7763 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7764
7765 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7766
7767 * international/mule.el (make-char): Fix last change.
7768
7769 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7770 New defcustoms.
7771 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
7772 autoloading tex-mode; instead, do the same manually.
7773 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
7774 with numeric argument. Docstring fix.
7775 (toplevel): Require cl when compiling.
7776
7777 * international/mule.el (make-char): Doc fix.
7778
7779 2000-12-02 Jason Rumney <jasonr@gnu.org>
7780
7781 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7782 the Emacs Lisp manual)
7783
7784 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7785
7786 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7787
7788 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7789 the Emacs Lisp manual).
7790
7791 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7792
7793 * simple.el (next-line-add-newlines): Change default to nil.
7794
7795 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7796
7797 * files.el (revert-buffer, recover-file):
7798 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
7799
7800 2000-12-01 Gerd Moellmann <gerd@gnu.org>
7801
7802 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7803
7804 2000-12-01 Miles Bader <miles@gnu.org>
7805
7806 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7807
7808 2000-12-01 Kenichi Handa <handa@etl.go.jp>
7809
7810 * international/mule-diag.el (describe-char-after): Fix typo.
7811 (describe-character-set, non-iso-charset-alist): Fix typo.
7812
7813 2000-12-01 Miles Bader <miles@gnu.org>
7814
7815 * image-file.el (image-file-name-regexp): Automatically add
7816 upper-case variants of each filename extension in
7817 `image-file-name-extensions', since they seem to be common.
7818
7819 * simple.el (minibuffer-contents)
7820 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7821 New functions.
7822 * filecache.el (file-cache-directory-name)
7823 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7824
7825 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
7826
7827 * filecache.el (file-cache-minibuffer-complete): Don't try to
7828 delete the minibuffer prompt.
7829
7830 2000-11-30 Dave Love <fx@gnu.org>
7831
7832 * cus-start.el: Fix read-buffer-function type.
7833
7834 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7835
7836 * md5.el: Removed. There's a built-in function, now.
7837
7838 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
7839
7840 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7841 as dummy 0-th char of rmail-deleted-vector.
7842
7843 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7844
7845 * ps-print.el (ps-end-job): Bind case-fold-search only after
7846 switching to ps-spool-buffer.
7847
7848 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7849
7850 * ps-print.el: Line number font customization. PostScript: Lines and
7851 PageCount are initialized on each page. Doc Fix.
7852 (ps-print-version): New version number (6.3.2).
7853 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7854 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7855 (ps-right-header): Customization fix.
7856 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7857 Fix code.
7858 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7859 New vars.
7860
7861 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7862
7863 * bs.el: Fix typos and spelling errors.
7864 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7865 (bs-configuration): Doc fix.
7866
7867 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7868
7869 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
7870
7871 * emulation/tpu-edt.el (tpu-version): New version.
7872 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7873 (tpu-original-mode-line): Variable deleted.
7874 (tpu-mark-flag): New initial value.
7875 (tpu-set-mode-line): Don't redefine mode-line-format.
7876 Add tpu-mark-flag to minor-mode-alist.
7877 (tpu-update-mode-line): New mark flag logic.
7878 (tpu-get): Use find-file-wildcards.
7879 (tpu-search-highlight): Move overlay less, reset overlay properly.
7880 (tpu-unselect): Deactivate mark.
7881 (tpu-lm-replace): Reset overlay properly.
7882 (tpu-forward-line): Use forward-visible-line.
7883 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7884
7885 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
7886
7887 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7888
7889 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7890
7891 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7892
7893 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7894 and skip whitespace and newlines.
7895
7896 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7897
7898 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7899
7900 2000-11-29 Gerd Moellmann <gerd@gnu.org>
7901
7902 * help.el (describe-function-1): Regexp-quote function name
7903 when used as part of a regexp.
7904
7905 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7906 Use face-attribute instead of face-foreground and face-background.
7907 (tool-bar-add-item): Likewise, and handle unspecified colors.
7908
7909 * enriched.el (enriched-face-ans): Use face-attribute instead
7910 of face-foreground and face-background.
7911
7912 * faces.el (face-foreground, face-background, face-stipple):
7913 Return nil if attribute is unspecified, for backward compatibility.
7914
7915 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7916
7917 * play/5x5.el: Remove version info.
7918
7919 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7920
7921 * frame.el (blink-cursor-mode): Doc fix.
7922
7923 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7924
7925 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7926 to create Makefile rules.
7927 (antlr-tool-command): New user option.
7928 (antlr-ask-about-save): New user option.
7929 (antlr-makefile-specification): New user option.
7930 (antlr-file-formats-alist): New variable.
7931 (antlr-special-file-formats): New variable.
7932 (antlr-unknown-file-formats): New user option.
7933 (antlr-help-unknown-file-text): New variable.
7934 (antlr-help-rules-intro): New variable.
7935 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7936 (antlr-mode-menu): Add entries.
7937 (antlr-file-dependencies): New function.
7938 (antlr-directory-dependencies): New function.
7939 (antlr-superclasses-glibs): New function.
7940 (antlr-run-tool): New command.
7941 (antlr-makefile-insert-variable): New function.
7942 (antlr-insert-makefile-rules): New function.
7943 (antlr-show-makefile-rules): New command.
7944
7945 * antlr-mode.el: More Emacs/XEmacs stuff.
7946 (antlr-no-action-keywords): New constant with value nil.
7947 (antlr-font-lock-keywords-alist): Use it. Old value would break
7948 syntax highlighting in Emacs-21.0.
7949 (antlr-default-directory): Emacs/XEmacs dependent function.
7950 (antlr-read-shell-command): Ditto.
7951 (antlr-with-displaying-help-buffer): Ditto.
7952
7953 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7954
7955 * antlr-mode.el: imenu, parsing and highlighting changes.
7956 (antlr-imenu-create-index-function): Don't create extra submenus
7957 for definitions in different grammar classes. It is not necessary
7958 for the menu and would make command `imenu' awkward to use.
7959 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7960 header actions and more than one.
7961 (antlr-font-lock-tokendef-face): Changed color.
7962 (antlr-font-lock-tokenref-face): Changed color.
7963 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7964 (antlr-mode-syntax-table): New variable.
7965 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7966 (antlr-with-syntax-table): Don't copy syntax table.
7967
7968 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7969
7970 * antlr-mode.el: Minor changes: language setting.
7971 (antlr-language-alist): The value for file option "language" can
7972 be both an identifier and a string.
7973 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7974 (antlr-language-limit-n-regexp): Change accordingly.
7975
7976 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7977
7978 * antlr-mode.el: Minor changes: tabs, hiding.
7979 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7980 (antlr-action-visibility): Also allow value nil to also hide the
7981 braces. Renamed from `antlr-tiny-action-length'.
7982 Suggested by Jay@aol.com.
7983 (antlr-hide-actions): Change accordingly. Hide line if completely
7984 hidden action is on a line of its own.
7985
7986 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7987
7988 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7989
7990 * sort.el (sort-columns): Don't concat strings with numbers.
7991
7992 2000-11-29 Dave Love <fx@gnu.org>
7993
7994 * cus-edit.el (face): Fix :format.
7995
7996 * mail/feedmail.el: Require smtpmail when compiling.
7997 (mail-do-fcc): Autoload.
7998 (feedmail) <defgroup>: Fix :link.
7999 (feedmail-nuke-body-in-fcc): Fix :type.
8000 (feedmail-send-it): Add autoload cookie.
8001
8002 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8003
8004 * newcomment.el (comment-indent): Save excursion around call to
8005 comment-indent-function.
8006
8007 2000-11-29 Miles Bader <miles@gnu.org>
8008
8009 * subr.el (member-ignore-case): Return the tail of the list who's
8010 car matches, like `member', not the matching element itself.
8011
8012 2000-11-29 Kenichi Handa <handa@etl.go.jp>
8013
8014 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8015 should not contain `\n'.
8016
8017 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8018
8019 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8020
8021 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8022
8023 * dired-aux.el (dired-do-create-files): Construct default file
8024 name for dired-mark-read-file-name so that when the user enters
8025 just RET, the target file will end up in the target directory.
8026
8027 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8028 local-abbrev-table before changing buffers because it might
8029 have a buffer-local binding.
8030
8031 2000-11-28 Miles Bader <miles@gnu.org>
8032
8033 * simple.el (delete-horizontal-space): Handle fields more generally.
8034
8035 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8036
8037 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8038
8039 2000-11-28 Dave Love <fx@gnu.org>
8040
8041 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8042 comment-start-skip locally.
8043
8044 * progmodes/fortran.el (fortran-mode): Don't set
8045 fortran-comment-line-start-skip. Set comment-start to
8046 fortran-comment-line-start.
8047 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8048 (fortran-comment-line-start-skip): Simplify slightly.
8049
8050 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8051
8052 * play/5x5.el: Remove RCS keyword.
8053
8054 * bs.el: Mistaken commit, undone 2000-11-30.
8055
8056 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
8057
8058 * textmodes/tildify.el (tildify-string-alist):
8059 Add `plain-tex-mode' here.
8060
8061 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8062
8063 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8064 reference.
8065
8066 2000-11-28 Miles Bader <miles@gnu.org>
8067
8068 * cus-face.el (custom-face-attributes): Add post-filter function
8069 for :box. Make pre-filter function for :box handle all cases.
8070
8071 * wid-edit.el (widget-choose): Make sure pop-up window is large
8072 enough to display all the choices, as there's no way to scroll it.
8073
8074 2000-11-28 Kenichi Handa <handa@etl.go.jp>
8075
8076 * international/mule-conf.el: Make the coding system no-conversion
8077 safe for all characters.
8078
8079 2000-11-27 Dave Love <fx@gnu.org>
8080
8081 * net/ldap.el (ldap) <defgroup>: Add :version.
8082
8083 * tooltip.el (tooltip-use-echo-area): Doc fix.
8084
8085 * cus-start.el <minibuffer-prompt-properties>: Add version.
8086 <read-buffer-function>: Add.
8087
8088 * apropos.el (apropos-print): Add help-echo to active text.
8089
8090 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8091
8092 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8093
8094 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8095 type, group and version.
8096
8097 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8098
8099 * select.el (x-get-selection): Docstring fix.
8100
8101 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
8102
8103 * play/5x5.el (5x5-play-solution): Bind inhibit-quit to t.
8104
8105 2000-11-27 Andrew Innes <andrewi@gnu.org>
8106
8107 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8108
8109 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8110
8111 2000-11-27 Miles Bader <miles@gnu.org>
8112
8113 * dired.el (dired-get-filename): Return filename verbatim if
8114 LOCALP is `verbatim'.
8115 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8116 `verbatim' so that we don't inadvertently delete a non-existent
8117 directory name.
8118
8119 2000-11-27 Kenichi Handa <handa@etl.go.jp>
8120
8121 * international/characters.el: Specify cases and syntaxes for
8122 mule-unicode-0100-24ff.
8123
8124 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8125
8126 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8127 that foreground and/or background colors of the face `tool-bar'
8128 are unspecified.
8129
8130 2000-11-27 Miles Bader <miles@gnu.org>
8131
8132 * wid-edit.el (widget-field-buffer, widget-field-start)
8133 (widget-field-end): Handle widget field `pseudo-overlays'.
8134 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8135 if it's there instead of in `widget-field-list'.
8136
8137 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
8138 (help-make-xrefs): Delete extraneous newlines at the end of the
8139 docstring.
8140
8141 2000-11-25 Jason Rumney <jasonr@gnu.org>
8142
8143 * startup.el (command-line): Call set-locale-environment after
8144 Window System init file is read, as it can result in a call to
8145 redraw-frame.
8146
8147 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8148
8149 * simple.el (shell-command): Mention the effect of the prefix
8150 argument in the doc string.
8151
8152 2000-11-25 Miles Bader <miles@gnu.org>
8153
8154 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8155
8156 * wid-edit.el (widget-field-value-delete): Don't try to delete
8157 overlay when it's the `pseudo-overlay' that exists at some points.
8158
8159 2000-11-24 Jason Rumney <jasonr@gnu.org>
8160
8161 * international/mule-cmds.el (locale-language-names): Add "jp" as
8162 a non-standard alternative for Japanese.
8163
8164 2000-11-24 Andre Spiegel <spiegel@gnu.org>
8165
8166 * vc-hooks.el: Require 'cl during compilation.
8167
8168 2000-11-24 Gerd Moellmann <gerd@gnu.org>
8169
8170 * faces.el (face-set-after-frame-default): Let face attributes
8171 specified for new frames override frame parameters.
8172
8173 * startup.el (command-line): Fix computation of the source file
8174 for user-init-file when user-init-file is a compiled file.
8175
8176 2000-11-24 Miles Bader <miles@gnu.org>
8177
8178 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
8179 (custom-post-filter-face-spec): New functions.
8180 (custom-face-set, custom-face-value-create): Filter the face spec
8181 before and after customization.
8182 (custom-face-set): If VALUE specifies a null face, pass a
8183 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8184 * cus-face.el (custom-face-attributes): Remove SET and GET
8185 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8186 cases they're needed.
8187
8188 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
8189 that it's distinguishable from the :off-glyph on dark-background
8190 displays. Set its background color too.
8191
8192 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8193 so that people can easily turn it off.
8194
8195 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
8196
8197 * ediff-diff.el: Moved variables around to have it compile under NT.
8198
8199 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
8200
8201 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
8202
8203 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
8204 redundant skip-small-frames test.
8205
8206 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
8207 (viper-downgrade-to-insert): Protect against errors in hooks.
8208
8209 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8210 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
8211 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8212 New functions.
8213
8214 * viper-util.el (viper-memq-char): Bug fixes.
8215
8216 * viper.el (viper-mode): Fix cursor handling.
8217
8218 2000-11-24 Kenichi Handa <handa@etl.go.jp>
8219
8220 * international/mule-diag.el (list-iso-charset-chars):
8221 For two-byte charset, fix the `while' condition.
8222 (list-non-iso-charset-chars): Fix the `while' condition.
8223
8224 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8225
8226 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8227 if the variable is make-variable-buffer-local.
8228
8229 * progmodes/ada-stmt.el (ada-template-map):
8230 Initialize and bind it to C-c t in ada-mode-map.
8231 (ada-stmt-mode-hook): New function extracted from old code.
8232 Only change the buffer-local side of skeleton-*.
8233 (ada-mode-hook): Use it.
8234
8235 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8236
8237 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8238 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8239 we expect to be returned by minibuffer-depth once we prompt the
8240 user in the minibuffer.
8241 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8242 as recorded in iswitchb-minibuf-depth, return non-nil.
8243
8244 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8245
8246 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8247 (hscroll-window-maybe): Docstring fix.
8248
8249 2000-11-23 Dave Love <fx@gnu.org>
8250
8251 * rect.el (string-rectangle): Don't test delete-selection-mode.
8252
8253 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8254
8255 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8256 is in the tool bar.
8257
8258 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8259 with `no-dir'; we want the directory part to be able to remove it.
8260
8261 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8262
8263 * textmodes/outline.el (outline-flag-region):
8264 Don't bind inhibit-read-only since we don't modify the buffer.
8265 (outline-isearch-open-invisible): Don't jump to overlay-start
8266 since we're trying to unhide text around point.
8267 (outline-discard-overlays): Use dolist.
8268
8269 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8270
8271 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8272
8273 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
8274
8275 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8276
8277 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8278 Fix ARG regexp to skip quoted braces.
8279 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8280 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8281 are (correctly) handled separately).
8282 Remove `caption' and `footnote' from `citations': they contain text.
8283 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8284 (latex-skeleton-end-hook): New function.
8285 (latex-mode): Use it.
8286 (tex-start-tex-marker): Remove.
8287 (tex-send-tex-command): Don't set tex-start-tex-marker.
8288 (tex-error-parse-syntax-table): New var.
8289 (tex-compilation-parse-errors): Use it.
8290 Ignore tex-start-tex-marker. Don't bother with marker-position.
8291 (tex-validate-buffer): Don't bother with marker-position.
8292
8293 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
8294 (flyspell-generic-progmode-verify): Use it.
8295
8296 2000-11-22 Sam Steingold <sds@gnu.org>
8297
8298 * simple.el (delete-trailing-whitespace): New interactive function.
8299
8300 * progmodes/ada-mode.el (ada-mode): Use it instead of
8301 `ada-remove-trailing-spaces'.
8302 (ada-remove-trailing-spaces): Removed.
8303
8304 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
8305
8306 * textmodes/picture.el (picture-clean): Removed.
8307 (picture-mode-exit): Call it instead of `picture-clean'.
8308
8309 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8310
8311 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8312
8313 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8314 jit-lock-fontify-buffer; it should anyway be unnecessary to
8315 do anything special when jit-lock is active.
8316 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8317
8318 2000-11-22 Dave Love <fx@gnu.org>
8319
8320 * calendar/todo-mode.el (todo-top-priorities): Use
8321 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8322
8323 * language/chinese.el, language/cyrillic.el:
8324 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8325 * language/hebrew.el, language/indian.el, language/japanese.el:
8326 * language/korean.el, language/lao.el, language/misc-lang.el:
8327 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8328 Use provide.
8329
8330 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8331 (custom-variable-set): Improve validation error message.
8332
8333 * rect.el (string-rectangle): Revert last change.
8334 (string-rectangle-line): New arg DELETE.
8335 (string-rectangle): Check delete-selection-mode.
8336
8337 * emacs-lisp/edebug.el (edebug-version)
8338 (edebug-maintainer-address): Deleted.
8339 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8340 (edebug-read-function): Account for other `'#' read forms.
8341 (edebug-mode-menus): Make some items toggles.
8342 (edebug-outside-unread-command-event, unread-command-event):
8343 Remove these to avoid warnings.
8344
8345 2000-11-22 David Ponce <david@dponce.com>
8346
8347 * recentf.el (recentf-menu-items-for-commands)
8348 (recentf-make-menu-items, recentf-make-menu-item)
8349 (recentf-filter-changer): Added :help and :active menu-item properties.
8350
8351 (recentf-build-dir-rules, recentf-dump-variable)
8352 (recentf-edit-list, recentf-open-files-item)
8353 (recentf-open-files): Replaced unnecessary `mapcar' with new
8354 built-in `mapc'.
8355
8356 2000-11-23 Miles Bader <miles@gnu.org>
8357
8358 * faces.el (menu): Make inverse-video on ttys too.
8359
8360 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8361
8362 * simple.el (comment-line-break-function): Use the new name
8363 indent-new-comment-line -> comment-indent-new-line.
8364 (clone-indirect-buffer): Don't ignore NORECORD.
8365 (next-completion): Properly handle the case where items are adjacent.
8366
8367 * mouse.el (popup-menu): Stupid typo.
8368
8369 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8370
8371 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8372 maintainer, keywords tags.
8373
8374 * rect.el (replace-rectangle): Don't call string-rectangle-line
8375 with too many arguments.
8376
8377 2000-11-22 Andre Spiegel <spiegel@gnu.org>
8378
8379 * ediff-util.el (ediff-file-checked-out-p)
8380 (ediff-file-checked-in-p): Call vc-state instead of
8381 vc-locking-user, which no longer exists.
8382
8383 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8384
8385 2000-11-22 Dave Love <fx@gnu.org>
8386
8387 * md5.el (md5): Provide.
8388 (md5): Fix error call.
8389
8390 2000-11-22 Miles Bader <miles@gnu.org>
8391
8392 * textmodes/refill.el (refill-adjust-ignorable-overlay)
8393 (refill-fill-paragraph-at): Remove debugging code.
8394
8395 * calendar/calendar.el (generate-calendar-window): When we don't
8396 call `fit-window-to-buffer', make sure the top line is fully visible.
8397
8398 * image-file.el (insert-image-file): Don't make `read-only'
8399 property rear-nonsticky.
8400
8401 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8402 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8403 stashing away its original value.
8404 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8405 in the recursive edit.
8406 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8407 (isearch-done): Restore `minibuffer-message-timeout'.
8408
8409 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8410
8411 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8412
8413 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8414
8415 * find-lisp.el (find-lisp-find-files-internal):
8416 Use dolist, when and file-name-as-directory.
8417
8418 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
8419 (define-derived-mode, define-minor-mode): Add specs.
8420
8421 * window.el: General comment and spacing fixes.
8422 (save-selected-window): Use backquotes.
8423 (window-safely-shrinkable-p): New function.
8424 (shrink-window-if-larger-than-buffer): Use it.
8425
8426 * subr.el (make-local-hook): Docstring fix.
8427
8428 * shell.el (shell-mode): Use define-derived-mode.
8429
8430 * newcomment.el (comment-indent): Insert comment before calling
8431 comment-indent-function. Don't insert in column 0.
8432 (comment-dwim): Indent before inserting comment.
8433
8434 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8435 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8436 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8437 Use mapc rather than map.
8438
8439 * files.el (find-buffer-visiting): Compare all attributes before
8440 declaring two files identical (rather than just their inode-no).
8441 (auto-mode-alist): Use \' rather than $.
8442
8443 * which-func.el: Update maintainer line.
8444
8445 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8446 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8447 (uniquify-buffer-file-name): Use it.
8448
8449 2000-11-22 Miles Bader <miles@gnu.org>
8450
8451 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8452 * simple.el (minibuffer-avoid-prompt): New function.
8453
8454 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8455
8456 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8457
8458 2000-11-21 Miles Bader <miles@gnu.org>
8459
8460 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8461 inclusion of `track-mouse'.
8462
8463 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8464 (refill-adjust-ignorable-overlay): New function.
8465 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8466 only the paragraph's tail if possible.
8467 Update `refill-ignorable-overlay'.
8468 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8469
8470 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8471 point inside the fill-prefix.
8472
8473 * textmodes/refill.el (refill-post-command-function): Don't reset
8474 refill-doit in the case where a self-insertion command doesn't
8475 case a refill. Use `refill-fill-paragraph-at', getting position
8476 from `refill-doit'.
8477 (refill-after-change-function): Set `refill-doit' to END.
8478 (refill-fill-paragraph-at): New function, mostly from old
8479 refill-fill-paragraph.
8480 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8481 (refill-pre-command-function): New function.
8482 (refill-mode): Add it to `pre-command-hook'.
8483
8484 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8485
8486 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8487
8488 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8489 javadoc tags.
8490
8491 2000-11-20 Andre Spiegel <spiegel@gnu.org>
8492
8493 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8494 vc.el).
8495
8496 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
8497 require vc.
8498
8499 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
8500 checkouts.
8501
8502 2000-11-20 Dave Love <fx@gnu.org>
8503
8504 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8505
8506 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
8507
8508 * calculator.el (calculator-paste): Use `if' instead of `and'
8509 and `or'.
8510 (calculator-help): Don't use electric-describe-mode for XEmacs.
8511
8512 2000-11-19 Gerd Moellmann <gerd@gnu.org>
8513
8514 * info.el (info-menu-5): Doc fix.
8515
8516 * textmodes/artist.el: New file.
8517
8518 2000-11-19 Andre Spiegel <spiegel@gnu.org>
8519
8520 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
8521 and differentiate according to checkout model.
8522 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8523 since this function is only concerned with master state.
8524
8525 * vc-hooks.el (vc-workfile-unchanged-p)
8526 (vc-default-workfile-unchanged-p): Moved here from vc.el.
8527
8528 * vc.el (vc-workfile-unchanged-p)
8529 (vc-default-workfile-unchanged-p): See above.
8530
8531 2000-11-19 Miles Bader <miles@gnu.org>
8532
8533 * image-file.el (insert-image-file): Make `intangible' and
8534 `read-only' properties rear-nonsticky too.
8535
8536 2000-11-18 Gerd Moellmann <gerd@gnu.org>
8537
8538 * ps-print.el: Update copyright notice.
8539
8540 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8541 (tooltip-show): Use the offsets.
8542
8543 * bindings.el (mode-line-modified): Fix a typo.
8544 (mode-line-toggle-modified, mode-line-widen)
8545 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8546
8547 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8548
8549 * ps-print.el (toplevel): Test for find-coding-system being
8550 fboundp before calling ps-x-find-coding-system.
8551
8552 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8553
8554 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8555 (vc-version-backup-file): Docstring fix.
8556
8557 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8558
8559 * files.el (basic-save-buffer): Don't add a newline if
8560 find-file-literally is non-nil.
8561 (find-file-literally): Extend doc string.
8562
8563 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8564 sort(1) with the `-f' argument.
8565
8566 2000-11-16 Andre Spiegel <spiegel@gnu.org>
8567
8568 * vc.el: Updated backend documentation.
8569 (vc-default-check-headers): New function.
8570
8571 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Functions reordered.
8572
8573 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8574 up-to-date.
8575 (vc-do-command): In the asynchronous case, output messages only if
8576 the minibuffer is not active.
8577
8578 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8579 `vc-cvs-use-edit' is on.
8580 (vc-cvs-checkout): When this is used for reverting the workfile,
8581 make a backup of the original contents and revert to that in case
8582 of error.
8583 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
8584 remote repositories.
8585
8586 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8587 for both version and ratio in the minibuffer.
8588
8589 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8590 Use vc-do-command to perform the annotation, not call-process.
8591
8592 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8593
8594 * international/quail.el (quail-start-translation): Don't call
8595 `message' before reading key sequence.
8596
8597 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8598
8599 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8600
8601 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8602
8603 * window.el (fit-window-to-buffer): Be sure to acquire at least
8604 one text line even if the buffer is empty.
8605
8606 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8607
8608 * net/ange-ftp.el (ange-ftp-file-writable-p)
8609 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8610 Bind ange-ftp-process-verbose to nil.
8611
8612 2000-11-15 Dave Love <fx@gnu.org>
8613
8614 * wid-edit.el (widget-specify-field, widget-specify-button):
8615 If :help-echo is a function, set help-echo of overlay to
8616 widget-mouse-help.
8617 (widget-mouse-help): New function.
8618 (widget-echo-help): Rewritten for :help-echo functions only taking
8619 a widget arg.
8620
8621 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8622 Use display-graphic-p.
8623 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8624 and that JPEG is available.
8625 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8626
8627 * international/mule-cmds.el (locale-charset-language-names):
8628 Match @euro.
8629
8630 2000-11-15 Gerd Moellmann <gerd@gnu.org>
8631
8632 * faces.el (face-set-after-frame-default):
8633 If `inhibit-default-face-x-resources' is bound, don't initialize the
8634 default face from X resources.
8635
8636 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8637
8638 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8639 Don't set EMACSLOADPATH.
8640
8641 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8642
8643 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8644 texinfo-insert-@url.
8645 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8646 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8647
8648 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8649
8650 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8651 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8652 (checkdoc-minor-keymap): Backward compatibility.
8653 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8654 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8655 (checkdoc-this-string-valid-engine): Be a bit more strict
8656 to avoid matching substrings of `...' quoted vars/funs.
8657 (checkdoc-defun-info): Only look for `interactive' if alone.
8658 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8659
8660 * progmodes/compile.el (grep): `tag-default' can be nil.
8661
8662 * newcomment.el (comment-indent): Paren typo.
8663
8664 2000-11-14 Dave Love <fx@gnu.org>
8665
8666 * calculator.el: New maintainer version.
8667
8668 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
8669
8670 * cmuscheme.el: Doc fixes.
8671 (cmuscheme) <defgroup>: Use `scheme' as parent.
8672 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8673
8674 * xscheme.el (scheme-program-name): Don't define here.
8675
8676 * progmodes/scheme.el (scheme-program-name): New variable
8677 (originally in cmuscheme).
8678
8679 2000-11-14 Miles Bader <miles@gnu.org>
8680
8681 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8682 Handle header-lines. Don't loop forever if we can't enlarge the
8683 window anymore. Simplify a bit.
8684
8685 2000-11-14 Kenichi Handa <handa@etl.go.jp>
8686
8687 * window.el (fit-window-to-buffer): Don't check
8688 window-text-height. Assure that the last line is fully visible.
8689
8690 * international/quail.el (quail-show-guidance-buf):
8691 Call fit-window-to-buffer to assure the enough height of the guidance
8692 buffer.
8693 (quail-update-guidance): Avoid making the guidance buffer shorter.
8694
8695 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8696
8697 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8698 rather than `prepend' and add an interesting comment.
8699 (tex-math-face, tex-font-lock-syntactic-face-function):
8700 New face and function to use it.
8701 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8702 than `menu-enable' symbol property.
8703 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8704 (tex-mode): Add some latex-mode commands for auto-selection.
8705 Use tex-font-lock-syntactic-face-function.
8706 (tex-insert-quote): Simplify.
8707 (tex-shell): New mode.
8708 (tex-start-shell): Use it.
8709 (tex-shell-proc, tex-shell-buf): New functions.
8710 (tex-send-command): Use it.
8711 (tex-main-file): Fix the meaning of the new arg REALFILE.
8712 (tex-send-tex-command): New function split from `tex-start-tex'.
8713 Set compilation-last-buffer and compilation-parsing-end.
8714
8715 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8716 when it follows non-comment text on the line.
8717
8718 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8719 Set font-lock-defaults.
8720 (lisp-mode-shared-map): Init inside the defvar.
8721 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8722 Use define-derived-mode.
8723
8724 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8725
8726 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8727
8728 2000-11-14 Gerd Moellmann <gerd@gnu.org>
8729
8730 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8731 Don't recursively optimize body because that can lead to infinite
8732 recursion; see comment there.
8733
8734 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8735
8736 * faces.el (face-spec-set-match-display): Revert the change from
8737 2000-10-24. Add a FIXME for after v21.1.
8738
8739 2000-11-13 Miles Bader <miles@gnu.org>
8740
8741 * textmodes/fill.el (skip-line-prefix): New function.
8742 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8743 (fill-paragraph): Don't leave point inside the fill-prefix.
8744 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8745 point inside the fill-prefix.
8746
8747 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8748
8749 * calendar/calendar.el (generate-calendar-window):
8750 Use `fit-window-to-buffer'.
8751
8752 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8753
8754 * gud.el (gud-minor-mode): New var.
8755 (gud-symbol, gud-val): New functions.
8756 (gud-find-file): Copy gud-minor-mode to the new buffer.
8757 (gud-menu-map): Include entries for commands that are not always
8758 available, using :enable to (de)activate them.
8759 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8760 (gud-mode-map): New map.
8761 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
8762 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8763 Don't set up gud's menu (it's done by the minor-mode).
8764 (gud-minibuffer-local-map): New.
8765 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8766 (gud-query-cmdline): New function.
8767 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8768 (gud-mode): Use define-derived-mode.
8769 Don't set up gud's menu (it's done by the minor-mode).
8770 (gud-chop-words): Remove.
8771 (gud-common-init): Use split-string instead.
8772 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8773
8774 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8775 Add keyword arg :name.
8776
8777 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8778 (diff-count-matches, diff-split-hunk): New functions.
8779 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8780
8781 * pcvs-info.el (cvs-fi-conflict-face): New var.
8782
8783 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8784 Make it into a simple syntax-table, shared among all submodes.
8785 (sh-heredoc-face): Re-introduce.
8786 (sh-font-lock-syntactic-face-function): New function.
8787 (sh-mode): Use it. Also use define-derived-mode.
8788 Remove old bogus setting of indent-region-function.
8789 (sh-set-shell): Don't set the syntax-table any more.
8790 (sh-mode-syntax-table) <defun>: Remove.
8791
8792 2000-11-12 Miles Bader <miles@gnu.org>
8793
8794 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8795 message if interactive.
8796
8797 2000-11-12 Dave Love <fx@gnu.org>
8798
8799 * mail/feedmail.el: Fix header.
8800 (feedmail) <defgroup>: Add :link.
8801
8802 * view.el: Use local-map property, not keymap on mode-line string.
8803
8804 * scroll-all.el (scroll-all-mode): Customize variable.
8805 Add autoload cookie to function.
8806
8807 * lazy-lock.el: Remove compatibility code.
8808
8809 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8810 (finder-help-echo): New variable.
8811 (finder-mouse-face-on-line): Add help-echo stuff.
8812 (finder-list-keywords, finder-list-matches): Use mapc.
8813
8814 * faces.el (face-font-registry-alternatives): Add :version.
8815
8816 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8817 tags-table-list.
8818
8819 * net/browse-url.el (browse-url-browser-function): Update :version.
8820
8821 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
8822 (mail-mode): Use [:alnum:] in some regexps.
8823
8824 2000-11-10 Dave Love <fx@gnu.org>
8825
8826 * ediff.el (ediff-regions-internal, ediff-documentation):
8827 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8828 fundamental mode.
8829
8830 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8831 buffer into fundamental mode.
8832 (ediff-set-difference): Use copy-sequence if available.
8833
8834 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8835 Check ediff-patch-map non-nil.
8836 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8837 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8838 buffer into fundamental mode.
8839
8840 * ediff-merg.el (state-or-merge): Defvar when compiling.
8841
8842 2000-11-10 Jason Rumney <jasonr@gnu.org>
8843
8844 * w32-fns.el (w32-add-charset-info): New function.
8845 (w32-charset-info-alist): Use it.
8846
8847 2000-11-10 Gerd Moellmann <gerd@gnu.org>
8848
8849 * faces.el (face-font-registry-alternatives): New user-option.
8850
8851 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8852
8853 * textmodes/texinfo.el (texinfo-block-default): New var.
8854 (texinfo-insert-block): Use it. Insert a newline if needed.
8855
8856 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8857 (fill-region-as-paragraph): Use it.
8858
8859 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8860 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8861 Tweak paragraph regexps to allow a leading [ \t]*.
8862 (tex-latex-block): Insert a newline if necessary.
8863 (latex-insert-item): Only insert a newline if necessary.
8864 (tex-guess-main-file): New function.
8865 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8866 Set tex-main-file if TeX-master is provided.
8867 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8868
8869 2000-11-10 Gerd Moellmann <gerd@gnu.org>
8870
8871 * startup.el (command-line): Set the default tooltip-mode
8872 to t for graphical displays which implement x-show-tip.
8873
8874 * tooltip.el (tooltip-mode): Add a comment about startup.el
8875 setting the default value of this user-option.
8876
8877 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8878
8879 * font-lock.el (font-lock-*-face) <defvar>: Move.
8880 (font-lock-defaults-alist): Mark obsolete.
8881 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8882 (font-lock-mode): Use define-minor-mode.
8883 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8884 (font-lock-turn-off-thing-lock): Be more explicit.
8885 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8886 (font-lock-syntactic-face-function): New var.
8887 (font-lock-fontify-syntactically-region): Use it.
8888 (font-lock-doc-face): New.
8889
8890 * pcvs.el (cvs-enabledp): Ignore errors.
8891 (cvs-commit-filelist): Never query.
8892 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8893 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8894 (cvs-do-removal): Use cvs-partition rather than delete-if.
8895 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8896 cvs-bury-buffer.
8897
8898 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8899 Allow `next' to jump to after the end of the last match.
8900
8901 2000-11-09 Gerd Moellmann <gerd@gnu.org>
8902
8903 * simple.el (byte-compiling-files-p): New function.
8904
8905 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8906 if it is there.
8907
8908 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8909 nil again.
8910
8911 * textmodes/ispell.el (ispell-library-path): Don't call
8912 check-ispell-version when byte-compiling because that starts
8913 an ispell process, and ispell might not be installed.
8914 (toplevel): Don't set up a menu when byte-compiling.
8915
8916 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8917 it, so that a boundp test can be used to determine if we're
8918 currently byte-compiling.
8919
8920 2000-11-09 Dave Love <fx@gnu.org>
8921
8922 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
8923
8924 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8925
8926 * ps-print.el: Patch for variable initialization when spooling.
8927 Doc fix.
8928 (ps-output-list): Fun eliminated.
8929 (ps-begin-file, ps-begin-job): Code fix.
8930
8931 2000-11-08 Dave Love <fx@gnu.org>
8932
8933 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
8934
8935 2000-11-08 Gerd Moellmann <gerd@gnu.org>
8936
8937 * simple.el (shell-command, display-message-or-buffer)
8938 (shell-command-on-region): Mention resize-mini-windows in the doc
8939 string.
8940 (display-message-or-buffer): Take the value of resize-mini-windows
8941 into account.
8942
8943 2000-11-07 Gerd Moellmann <gerd@gnu.org>
8944
8945 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8946
8947 * dired.el (dired-between-files): Add `^. find' as an alternative
8948 to the regular expression, for find-dired.
8949
8950 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8951
8952 * textmodes/texnfo-upd.el: Require texinfo.
8953 (defmacro, defgroup): Remove.
8954 (texinfo-section-to-generic-alist): Remove.
8955 Use texinfo-section-list instead (i.e. level is changed string->int).
8956 (texinfo-filter): New function.
8957 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8958 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8959 Use it. And use regexp-opt.
8960 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8961 (texinfo-update-menu-region-beginning)
8962 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8963 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8964 (texinfo-update-menu-same-level-regexps): Update.
8965 (texinfo-update-node, texinfo-every-node-update)
8966 (texinfo-sequential-node-update): Remove autoload cookie.
8967
8968 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8969 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8970 (texinfo-chapter-level-regexp): Remove.
8971 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8972
8973 2000-11-06 Dave Love <fx@gnu.org>
8974
8975 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
8976
8977 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8978 Match defun*.
8979
8980 2000-11-06 Kenichi Handa <handa@etl.go.jp>
8981
8982 * composite.el (composition-function-table): Variable declaration
8983 moved to src/composite.c.
8984 (compose-chars-after): New optional arg object.
8985
8986 2000-11-06 Gerd Moellmann <gerd@gnu.org>
8987
8988 * bindings.el (mode-line-toggle-read-only)
8989 (mode-line-toggle-modified, mode-line-widen)
8990 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8991 (make-mode-line-mouse2-map): Rewritten.
8992 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8993 functions so that C-h k can show something with a doc string.
8994
8995 * startup.el (fancy-splash-delay): Set to 10 seconds.
8996 (fancy-splash-max-time): New user-option.
8997 (fancy-splash-stop-time): New variable.
8998 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8999 (fancy-splash-screens-1): Throw `stop-splashing' when current
9000 time is greater than fancy-splash-stop-time.
9001
9002 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9003
9004 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9005
9006 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9007 Prompt user for a file rather than raising an error.
9008 (cvs-enabledp): Fix call to cvs-mode-marked.
9009 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9010 (cvs-mode-insert): Use it. Change the init prompt' value.
9011 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9012
9013 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9014 Don't pass default arg to ewoc-locate.
9015 (ewoc-collect): Return result in the right order.
9016
9017 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9018
9019 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9020 (cvs-status-get-tags): Fix regexp.
9021 (cvs-status-trees, cvs-status-cvstrees):
9022 Combine after change hooks and don't sit-for.
9023 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9024 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
9025 Use make-char rather than hard-coded cryptic data.
9026 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9027
9028 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9029
9030 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9031 (cvs-insert-strings): New function.
9032
9033 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9034
9035 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9036 `mwheel-scroll-amount'.
9037 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9038 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9039 string-matching against the version string.
9040
9041 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9042
9043 * language/thai.el ("Thai"): Set a lisp form that produces
9044 composed string in `sample-text' language info.
9045
9046 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9047 composed string in `sample-text' language info.
9048
9049 * international/mule-cmds.el (describe-language-environment):
9050 Eval `sample-text' data and insert the result.
9051
9052 * international/mule-conf.el (compound-text): Define this coding
9053 system here. Make x-ctext and ctext aliases of it.
9054
9055 * language/european.el (compound-text, ctext): Moved to
9056 international/mule-conf.el.
9057
9058 2000-11-05 Andrew Innes <andrewi@gnu.org>
9059
9060 * w32-fns.el (w32-version): New function.
9061
9062 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9063
9064 * progmodes/awk-mode.el: Update copyright.
9065 (awk-mode-abbrev-table): Remove.
9066 (awk-font-lock-keywords): Use regexp-opt.
9067 (awk-mode): Use define-derived-mode.
9068
9069 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9070 when extracting a suffix.
9071
9072 2000-11-04 Andre Spiegel <spiegel@gnu.org>
9073
9074 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9075 auto-save-mode.
9076
9077 2000-11-04 Jason Rumney <jasonr@gnu.org>
9078
9079 * language/european.el (decode-mac-roman): Test against r1 not r0.
9080
9081 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9082
9083 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9084 (icon-mode): Define indent-line-function.
9085 (icon-comment-indent): Simplify.
9086 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9087
9088 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9089
9090 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9091 Bind change-log-default-mode to defeat the caching done on it.
9092 Don't bother saving excursion any more.
9093
9094 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9095
9096 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9097 (set-frame-font): Use the new name (and the old for compatibility).
9098
9099 * toolbar/tool-bar.el (tool-bar-mode):
9100 * time.el (display-time-mode):
9101 * recentf.el (recentf-mode):
9102 * paren.el (show-paren-mode):
9103 * mwheel.el (mouse-wheel-mode):
9104 * msb.el (msb-mode):
9105 * jka-compr.el (auto-compression-mode):
9106 * image-file.el (auto-image-file-mode):
9107 * hl-line.el (hl-line-mode):
9108 * delsel.el (delete-selection-mode):
9109 * autoinsert.el (auto-insert-mode):
9110 * complete.el (partial-completion-mode): Drop unneeded positional args.
9111
9112 * info.el (Info-mode):
9113 * comint.el (comint-mode): Don't bother with make-local-hook.
9114
9115 * log-edit.el (log-edit-menu): New menu.
9116
9117 2000-11-03 Miles Bader <miles@gnu.org>
9118
9119 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9120 definition, so that trailing spaces are handled properly.
9121 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9122
9123 2000-11-03 Gerd Moellmann <gerd@gnu.org>
9124
9125 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9126 tab character.
9127 (fancy-splash-screens): Set tab-width to 20.
9128
9129 2000-11-03 Dave Love <fx@gnu.org>
9130
9131 * comint.el (comint-completion-addsuffix): Fix custom type.
9132
9133 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9134
9135 * font-lock.el (font-lock-buffers): Remove.
9136 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9137 (font-lock-change-major-mode): Remove.
9138 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9139 (font-lock-default-fontify-region): Extend the multiline
9140 fontification to whole lines.
9141 (font-lock-fontify-anchored-keywords)
9142 (font-lock-fontify-keywords-region): If matching just one
9143 line (with \n) only mark the \n as multiline.
9144
9145 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9146 Correctly handle the case where several :group args are supplied.
9147 Allow :extra-args.
9148 (easy-mmode-define-global-mode): Allow :extra-args.
9149 Correctly handle the case where several :group args are supplied.
9150
9151 2000-11-02 Miles Bader <miles@gnu.org>
9152
9153 * calendar/calendar.el (diary-face, calendar-today-face)
9154 (holiday-face): Remove dependency on `window-system'.
9155
9156 2000-11-02 Ken Raeburn <raeburn@gnu.org>
9157
9158 * Makefile.in (emacs): Set EMACSLOADPATH always.
9159 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9160 (compile-files): Bomb out if compilation of a file fails.
9161
9162 2000-11-02 Dave Love <fx@gnu.org>
9163
9164 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9165
9166 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9167
9168 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9169 punctuation in the warning inserted into the *mail* buffer.
9170
9171 2000-11-02 Gerd Moellmann <gerd@gnu.org>
9172
9173 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9174 (authors-public-domain-p): New function.
9175 (authors-print): Use it.
9176
9177 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9178
9179 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9180
9181 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9182
9183 * ps-print.el: Extension for even/odd printing. Doc fix.
9184 (ps-print-version): New version number (6.3.1).
9185 (ps-even-or-odd-pages): Customization fix.
9186 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9187 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9188 (ps-page-count): Var replaced by `ps-page-column'.
9189 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9190 (ps-print-sheet-p): New fun.
9191
9192 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9193
9194 * tooltip.el (tooltip-gud-tips-setup): New function.
9195 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9196 (tooltip-mode): Call tooltip-gud-tips-setup.
9197 (tooltip-gud-tips): Use `gud-basic-call' instead of
9198 process-send-string, so the prompt gets frobbed appropriately.
9199 Handle nil return value from `tooltip-gud-print-command'.
9200
9201 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9202
9203 * comint.el (comint-add-to-input-history): New function.
9204 (comint-send-input): Use `comint-add-to-input-history'.
9205
9206 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9207
9208 * info.el (info-menu-header): New face.
9209 (Info-fontify-menu-headers): New function.
9210 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9211
9212 * info.el (Info-insert-dir): Don't include blank lines at
9213 beginning of additional dir files (one is added automatically).
9214
9215 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9216
9217 * emacs-lisp/easy-mmode.el (define-minor-mode):
9218 Revert the latest changes.
9219 Allow the three positional arguments to be skipped and replaced
9220 by keyword arguments.
9221 Add a :toggle argument to determine whether a nil arg means toggle
9222 or means turn-on. The default is unchanged.
9223 Add a call to force-mode-line-update.
9224
9225 2000-11-01 Dave Love <fx@gnu.org>
9226
9227 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
9228
9229 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9230
9231 * calendar/calendar.el (diary-face, holiday-face):
9232 Add dark-background variants.
9233
9234 2000-10-31 Sam Steingold <sds@gnu.org>
9235
9236 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9237 `tex-main-file' does not have directory in it.
9238
9239 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9240
9241 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9242
9243 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9244
9245 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9246 functional change.
9247
9248 2000-10-31 Gerd Moellmann <gerd@gnu.org>
9249
9250 * files.el (find-file-noselect): When we expand a wildcard, return
9251 a list of buffers, as we should do according to the doc string.
9252
9253 2000-10-31 Ken Raeburn <raeburn@gnu.org>
9254
9255 * loadup.el (top level): Adjust load path if program name is
9256 "../src/bootstrap-emacs", in case it's not dumped and thus the
9257 load path adjustment hasn't already been done.
9258
9259 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9260
9261 * ps-print.el: Fix bug on selected pages for printing.
9262 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
9263 is on. Try to avoid warning messages when compiling. Doc Fix.
9264 (ps-print-version): New version number (6.3).
9265 (ps-color-device): Use `color-values' to determine if device
9266 supports color.
9267 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9268 (ps-print-page-p): Changed from defsubst to defun.
9269 (ps-page-number): Changed from defmacro to defun.
9270 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9271 printing.
9272 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
9273 (ps-end-file, ps-dummy-page): Funs eliminated.
9274 (ps-print-color-scale): Changed default value.
9275 (ps-page-n-up, ps-print-page-p): New internal vars.
9276 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9277 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9278
9279 * delim-col.el: Little programming improvement.
9280 (delimit-columns-str): New macro.
9281 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9282
9283 2000-10-31 Kenichi Handa <handa@etl.go.jp>
9284
9285 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9286 Moved to european.el.
9287 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9288 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9289 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9290 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
9291
9292 2000-10-30 Dave Love <fx@gnu.org>
9293
9294 * progmodes/cc-menus.el (imenu-generic-expression)
9295 (imenu-progress-message): Only defvar when compiling.
9296
9297 * emacs-lisp/elp.el (elp-unload-hook): New function.
9298
9299 * loadhist.el (unload-feature): Call elp-restore-function,
9300 checking for symbols; don't use elp-restore-all.
9301 (loadhist-hook-functions): Doc fix.
9302
9303 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9304
9305 * log-edit.el (log-edit-confirm): Fix the default.
9306
9307 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9308
9309 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9310 delimit-columns-format.
9311 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9312
9313 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9314
9315 * comint.el (comint-replace-by-expanded-history): Don't use
9316 comint-get-old-input (we're not looking at *old* input).
9317 (comint-get-old-input-default): If using fields, signal an error
9318 when the point is not in an input field.
9319
9320 2000-10-30 Kenichi Handa <handa@etl.go.jp>
9321
9322 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9323 and mule-unicode-e000-ffff.
9324
9325 * international/mule.el (decode-char, encode-char): New functions.
9326 (make-coding-system): Accept a symbol of translation table as a
9327 value of property `safe-chars'.
9328
9329 * international/mule-cmds.el (encode-coding-char): Check property
9330 safe-chars instead of safe-charsets.
9331
9332 * international/fontset.el (fontset-default): Modified for
9333 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9334 (x-font-name-charset-alist): Likewise.
9335 (ccl-encode-unicode-font): New CCL program. Record it in
9336 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9337
9338 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9339 New translation tables.
9340 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9341 programs are modified and moved from mac-win.el.
9342 (mac-roman): Definition of this coding system is modified and
9343 moved from mac-win.el.
9344
9345 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9346
9347 * ediff-wind.el (ediff-setup-control-frame): Enclose
9348 face-attribute in condition-case to avoid errors in older emacsen.
9349
9350 2000-10-29 Miles Bader <miles@gnu.org>
9351
9352 * custom.el (custom-add-to-group): Allow multiple entries for a
9353 given value OPTION, as long as their widget types are different.
9354 * cus-edit.el (custom-face-value-create): If face name doesn't end
9355 with "face", add such here (similar to custom group widgets).
9356
9357 * comint.el (comint-highlight-prompt): Add :type.
9358
9359 2000-10-28 John Wiegley <johnw@gnu.org>
9360
9361 * calendar/timeclock.el (timeclock-log): Doc fix.
9362 (timeclock-last-event): Doc fix.
9363 (timeclock-log): Kill the timelog buffer after appending a new event.
9364 (timeclock-find-discrep): Use a temp buffer to read in the
9365 timelog, instead of visiting the file.
9366 (timeclock-log-data): A new function, along with a host of helper
9367 functions, for the purpose of making timelog data accessible to
9368 programmers.
9369
9370 * eshell/esh-mode.el (window-height test): Make certain that
9371 `eshell-stringify-t' is non-nil.
9372 (eshell-password-prompt-regexp): Changed to a much simpler
9373 password regexp.
9374 (eshell-send-input): If `eshell-invoke-directly' returns t,
9375 directly invoke the parsed command using `eval'. This improves
9376 turn-around time on simple commands by a factor of three or
9377 greater, such as cd, ls, pwd, etc. -- which get used very often.
9378 It also conserves thousands of cons cells per call (since
9379 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9380 in the Pacific Cookie Company).
9381
9382 * eshell/esh-test.el (eshell-test): Whitespace fix.
9383
9384 * eshell/em-ls.el (eshell-ls-insert-directory):
9385 Make `eshell-ls-initial-args' nil when inserting directory contents.
9386
9387 * eshell/em-script.el (eshell-script-initialize): Add names to
9388 `eshell-complex-commands, since `source' and `.' are complex.
9389
9390 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9391 (eshell-rewrite-while-command): Use `eshell-protect' instead of
9392 `eshell-copy-handles'.
9393 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9394 bodies.
9395 (eshell-separate-commands): Whitespace fix.
9396 (eshell-complex-commands): Added a new list of names, for
9397 determining whether a given command is as simple as it looks.
9398 (eshell-invoke-directly): New function. Returns t if a command
9399 should be invoked directly (using `eval'), rather than indirectly
9400 using `eshell-do-eval'.
9401 (eshell-do-eval): Whitespace fix.
9402
9403 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9404 which provides an emulation of the DOS shell behavior of assuming
9405 that cp/mv/ln should copy/move/link to the current directory.
9406 (eshell-remove-entries): Added a doc string.
9407 (eshell-shuffle-files): Removed the check for `target' being null.
9408 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9409 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9410 it to do a smarter check of whether a destination was provided.
9411 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9412 (eshell/ln): Enable `:preserve-args', and use
9413 `eshell-mvcpln-template' to implement the body of the function.
9414 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9415 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
9416 list after flattening it. This makes it possible to cat files
9417 with numerical names.
9418 (eshell-unix-initialize): Added several names to
9419 `eshell-complex-commands.
9420 (eshell-unix-command-complex-p): Return t if a given command name
9421 may result in external processes being invoked.
9422
9423 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9424 variable nil by default, since it slows down glob processing by a
9425 factor of two or more, and increases memory consumption.
9426
9427 * eshell/em-smart.el: Added a note about how memory consumptive
9428 smart display mode can be (at least this is true in Emacs 21).
9429 (eshell-smart-initialize): Whitespace fix.
9430 (eshell-refresh-windows): Use `if' instead of `when'.
9431 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9432 not necessary.
9433 (eshell-currently-handling-window): Added a missing global variable.
9434
9435 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9436 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9437 Whitespace fix.
9438 (eshell-ls-exclude-hidden): Added this variable in addition to
9439 `eshell-ls-exclude-regexp'. This one prevents files beginning
9440 with . from even being read, which can improve memory consumption
9441 quite a bit.
9442 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9443 read file entries beginning with a dot. In home directories with
9444 lots of hidden files, fully two-thirds of the time spent in ls is
9445 used to read directory entries that are immediately thrown away.
9446 (eshell-ls-initial-args): Added back this configuration variable,
9447 for specifying default initial arguments to every call to ls.
9448 Much faster than using an alias to do the same thing.
9449 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9450 (eshell-ls-dir): Whitespace change.
9451
9452 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9453
9454 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
9455 (eshell-stringify-t): Added a customization variable, to indicate
9456 whether `t' should be rendered as a string at all. If not, one
9457 can still determine if the result of an expression is true using
9458 "file-exists-p FILE && echo true".
9459 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9460 stringify t!
9461
9462 * eshell/esh-module.el: Whitespace fix.
9463
9464 * eshell/em-alias.el (eshell-alias-initialize):
9465 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
9466 (eshell-command-aliased-p): New function that returns t if a
9467 command name names an aliased.
9468
9469 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9470
9471 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
9472 redrawing the screen when changing cursor color.
9473 (viper-insert-state-pre-command-sentinel)
9474 (viper-replace-state-pre-command-sentinel)
9475 (viper-replace-state-post-command-sentinel):
9476 Use viper-preserve-cursor-color.
9477 Many functions changed to use viper= instead of = when comparing
9478 characters.
9479 * viper-util.el (viper-memq-char,viper=): New functions for
9480 working with characters.
9481 (viper-change-cursor-color): Fixed buglet.
9482 Many functions changed to use viper= instead of = when comparing
9483 characters.
9484 * viper.el (viper-insert-state-mode-list): Added eshell.
9485
9486 * ediff-init.el (ediff-before-setup-hook): New hook.
9487 Several typos fixed in various docstrings.
9488 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
9489 * ediff-mult.el (ediff-before-session-group-setup-hooks): New hook.
9490 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9491 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9492 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9493 (ediff-get-selected-buffers): New function.
9494 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
9495 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9496 Use save-window-excursion.
9497 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
9498 termination check in while loop.
9499 * ediff.el (ediff-get-default-file-name): Better defaults when in
9500 dired buffer.
9501 (ediff-files,ediff-merge-files,ediff-files3)
9502 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
9503
9504 2000-10-28 Dave Love <fx@gnu.org>
9505
9506 * info.el (Info-fontify-node): Add help-echo for menu items.
9507
9508 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9509
9510 * startup.el (normal-top-level): If the value of $TERM indicates
9511 we are running from xterm or one of its work-alikes, default to a
9512 light background mode.
9513
9514 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9515 * faces.el (tty-handle-reverse-video): New function.
9516 (tty-create-frame-with-faces): Call it.
9517
9518 * frame.el (frame-notice-user-settings): Don't apply
9519 default-frame-alist and initial-frame-alist to MS-DOS frames.
9520 Call tty-handle-reverse-video, frame-set-background-mode, and
9521 face-set-after-frame-default for non-MS-DOS frames.
9522
9523 * startup.el (tty-long-option-alist): New variable.
9524 (tty-handle-args): New function.
9525 (command-line): Call tty-handle-args.
9526
9527 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9528 startup.el now does that for all character-terminal frames.
9529
9530 2000-10-28 Miles Bader <miles@gnu.org>
9531
9532 * emacs-lisp/easy-mmode.el (define-minor-mode):
9533 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9534 is global. If :global is followed by a non-nil but non-t value,
9535 make the mode buffer-local, but also generate a `global-MODE'
9536 version using `easy-mmode-define-global-mode'.
9537 Add :conditional-turn-on keyword argument.
9538
9539 2000-10-28 Dave Love <fx@gnu.org>
9540
9541 * international/latin1-disp.el (latin1-char-displayable-p):
9542 Don't use window-system.
9543
9544 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9545
9546 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9547 Don't call find-buffer-file-type-coding-system. Instead, just
9548 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9549 if the file is on an untranslated filesystem.
9550 (add-untranslated-filesystem): Use "D" instead of "f" inside
9551 interactive.
9552
9553 2000-10-27 Dave Love <fx@gnu.org>
9554
9555 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
9556 (refill-mode): Use it.
9557
9558 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9559
9560 * international/quail.el (quail-activate): Don't make-local-hook.
9561
9562 2000-10-27 Andre Spiegel <spiegel@gnu.org>
9563
9564 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
9565 manual backups and file.~<rev>.~ for automatic ones.
9566 (vc-make-version-backup): Don't do it on MS-DOS without long file
9567 names.
9568
9569 * vc.el (vc-version-other-window): If an automatic backup of the
9570 desired version exists, rename it instead of copying it.
9571
9572 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9573 after command. If there's an unexpected error, signal it instead
9574 of being silent.
9575 (vc-cvs-merge-news): Be prepared for no news at all.
9576
9577 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9578
9579 * shell.el (shell): Add BUFFER argument.
9580 * comint.el (make-comint-in-buffer): New function.
9581 (make-comint): Use it.
9582
9583 * faces.el (face-spec-choose): Change syntax so that the list of
9584 attribute-value pairs is now the cdr of each clause, not the cadr.
9585 Detect old-style entries, and handle them. Use pop.
9586
9587 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9588
9589 * cus-edit.el (custom-mode-map): Use a sparse map.
9590 (custom-mode): Don't bother with make-local-hook.
9591
9592 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9593
9594 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9595
9596 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9597
9598 * ps-print.el: Avoid compilation gripes.
9599 (ps-print-version): New version number (6.2.1).
9600
9601 2000-10-26 Dave Love <fx@gnu.org>
9602
9603 * menu-bar.el: Modify some menu item help strings.
9604 (menu-bar-help-menu): Add link to MORE.STUFF.
9605
9606 * cus-edit.el (custom-mode): Add `special' mode-class property.
9607
9608 * wid-browse.el (widget-browse-mode): Likewise.
9609
9610 * wid-edit.el (widget-specify-field): Revert to using local-map
9611 property, not keymap.
9612
9613 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9614
9615 * wid-edit.el (widget-field-end): When checking for a `boundary'
9616 field, do so in the correct buffer.
9617
9618 * simple.el (undo): Correctly distinguish between numeric and
9619 non-numeric prefix args in non-transient-mark-mode, as per the doc
9620 string. When in transient-mark-mode, treat all prefix-args as
9621 numeric.
9622
9623 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9624 Position point on match. Handle N == 0 correctly.
9625
9626 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9627 (comint-mode-map): Reverse order of `comint-write-output' and
9628 `comint-append-output-to-file'.
9629 (comint-append-output-to-file): Reinstate this function, for the
9630 benefit of the menu.
9631
9632 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9633
9634 * vc.el (vc-version-other-window): Bind `file'.
9635
9636 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9637
9638 * Makefile.in (update-authors): New target for maintenance purposes.
9639
9640 * emacs-lisp/authors.el (batch-update-authors): New function.
9641 (authors-fixed-entries): New defconst.
9642 (authors-add-fixed-entries): New function.
9643 (authors): Call it.: Don't process lispref/.
9644
9645 2000-10-25 Jason Rumney <jasonr@gnu.org>
9646
9647 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9648 Merge x w32 and mac definitions.
9649
9650 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9651
9652 * menu-bar.el (menu-bar-options-menu): Add a help string for
9653 `uniquify'.
9654
9655 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
9656
9657 * time-stamp.el (time-stamp-string-preprocess):
9658 Fix a wrong type argument error.
9659
9660 2000-10-25 Miles Bader <miles@gnu.org>
9661
9662 * recentf.el (recentf-mode): Variable removed.
9663 (recentf-mode): Use `define-minor-mode'.
9664
9665 * mwheel.el (mouse-wheel-mode): New global minor mode.
9666 (mwheel-install): Use `mouse-wheel-mode'.
9667
9668 2000-10-25 Dave Love <fx@gnu.org>
9669
9670 * progmodes/cperl-mode.el (cperl-mode):
9671 Set normal-auto-fill-function correctly.
9672
9673 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9674 Don't inherit from global-map and don't nullify menu-bar and tool-bar
9675 bindings.
9676
9677 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9678
9679 * wid-edit.el (widget-field-at): New function.
9680 (widget-at, widget-field-activate): Use it.
9681 (widget-tabable-at): Use `widget-at'.
9682 (widget-specify-field): If the terminating character of the widget
9683 field (which is read-only) is a newline, put it into a special
9684 `boundary' field so that C-n/C-p act more naturally.
9685 (widget-field-end): Also don't subtract one if a special
9686 `boundary' field has been added after the widget field.
9687
9688 * comint.el (comint-output-filter, comint-send-input):
9689 Don't bother adding stickiness fields to overlays to fool the field
9690 code, since it should notice the overlay insertion-types now.
9691
9692 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9693 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9694 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9695
9696 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9697
9698 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
9699 (authors): Set file coding system to iso-2022-7bit.
9700 Add file-local variables to output buffer.
9701
9702 * files.el (after-find-file): Don't print any warnings if
9703 WARN is nil.
9704
9705 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9706
9707 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9708
9709 * delim-col.el: Now there is a column formatting mechanism.
9710 Modified to customization mechanisms convention. Doc fix.
9711 (columns): New group for delim-col.
9712 (delimit-columns-before, delimit-columns-after)
9713 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9714 (delimit-columns-end): New vars.
9715 (delimit-columns-customize, delimit-columns-format): New funs.
9716 (delimit-columns-region, delimit-columns-rectangle)
9717 (delimit-columns-rectangle-line): Modified to support column
9718 formatting.
9719
9720 2000-10-24 Dave Love <fx@gnu.org>
9721
9722 * log-edit.el (log-edit): Add :version and a :group for vc.
9723
9724 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9725
9726 * files.el (after-find-file): Don't print a message ``New file''
9727 if WARN is nil.
9728
9729 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9730 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
9731 get duplicate tool-bar entries because we'll see the global ones
9732 on more than one path through keymaps.
9733
9734 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9735
9736 * progmodes/cmacexp.el: Change Francesco's email address.
9737
9738 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9739
9740 * window.el (fit-window-to-buffer): Adjust point of the window
9741 buffer, not that of the current buffer.
9742
9743 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9744
9745 * progmodes/cmacexp.el: Update the author's email address.
9746
9747 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9748
9749 * faces.el (face-spec-set-match-display): Add `graphic' display
9750 type (the inverse of `tty'). Use `display-graphic-p' instead of
9751 the window-system variable.
9752
9753 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9754
9755 * international/isearch-x.el (isearch-with-input-method):
9756 Call input-method-function with the first event in
9757 unread-command-events.
9758
9759 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9760
9761 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
9762
9763 2000-10-24 Andrew Choi <akochoi@i-cable.com>
9764
9765 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9766 New charsets.
9767
9768 * term/mac-win.el: Remove definitions of mac-roman-lower and
9769 mac-roman-upper, require dired, and define instead of set
9770 mac-ready-for-drag-n-drop to avoid compilation error.
9771
9772 2000-10-23 Andrew Innes <andrewi@gnu.org>
9773
9774 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9775 Remove superfluous calls to subst-char-in-string; instead apply
9776 expand-file-name after convert-standard-filename to ensure
9777 expected directory separators are used.
9778
9779 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9780
9781 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9782
9783 2000-10-23 Dave Love <fx@gnu.org>
9784
9785 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9786 (tool-bar-add-item): Set foreground and background for XBM icons.
9787
9788 * international/latin1-disp.el (latin1-char-displayable-p):
9789 New function (from Handa).
9790 (latin1-display-check-font): Use it.
9791
9792 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
9793 using :key-sequence, making it much more usable.
9794 Use nconc, not append.
9795 (imenu--create-keymap-1): Avoid append.
9796
9797 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
9798
9799 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9800
9801 [the following changes fix a bug where `define-minor-mode' didn't
9802 correctly generate :require clauses for defcustoms in compiled files]
9803 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9804 (byte-compile-log-file, byte-compile-log-1): Don't set
9805 `byte-compile-current-file' to nil. Instead set
9806 `byte-compile-last-logged-file' to it. Test whether
9807 byte-compile-current-file equals byte-compile-last-logged-file
9808 instead of whether its nil.
9809 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
9810
9811 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9812
9813 * textmodes/refill.el: Fix var names in doc.
9814 (refill-mode): Don't bother with make-local-hook anymore.
9815
9816 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9817
9818 * faces.el (face-user-default-spec, face-default-spec): New functions.
9819 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
9820 (frame-set-background-mode, face-set-after-frame-default):
9821 Use `face-user-default-spec'. Simplify code slightly.
9822
9823 * woman.el (woman-italic-face, woman-bold-face)
9824 (woman-unknown-face): Add dark-background variants.
9825 (woman-default-faces): Renamed from `woman-colour-faces'.
9826 Set using the stored defaults, rather than using hard-wired colors.
9827 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9828 Just make the foreground `unspecified' rather than "black".
9829 (woman-menu): Rename menu entries accordingly.
9830
9831 * faces.el (header-line): Make more reasonable on mono/grayscale
9832 displays.
9833
9834 2000-10-23 Andrew Choi <akochoi@i-cable.com>
9835
9836 * cus-edit.el (custom-button-face): Use 3D look for mac.
9837 (custom-button-pressed-face): Likewise.
9838
9839 * faces.el (set-face-attributes-from-resources): Handle mac frames
9840 in the same way as x and w32 frames.
9841 (face-valid-attribute-values): Likewise.
9842 (read-face-attribute): Likewise.
9843 (defined-colors): Likewise.
9844 (color-defined-p): Likewise.
9845 (color-values): Likewise.
9846 (display-grayscale-p): Likewise.
9847 (face-set-after-frame-default): Likewise.
9848 (mode-line): Same default face as for x and w32.
9849 (tool-bar): Likewise.
9850
9851 * frame.el: Remove call to frame-notice-user-settings at end of
9852 the file.
9853
9854 * info.el (Info-fontify-node): Make underlines invisible for mac
9855 as for x, pc, and w32 frame types.
9856
9857 * term/mac-win.el: New file.
9858
9859 2000-10-22 Dave Love <fx@gnu.org>
9860
9861 * textmodes/refill.el: New file.
9862
9863 2000-10-22 Andre Spiegel <spiegel@gnu.org>
9864
9865 * vc-hooks.el (vc-version-backup-file-name): New optional args
9866 MANUAL and REGEXP.
9867 (vc-delete-automatic-version-backups, vc-make-version-backup):
9868 New functions.
9869 (vc-before-save): Use the latter.
9870 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9871 confusion.
9872
9873 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
9874 expected by vc[-hooks].el.
9875
9876 * vc.el (vc-checkout): Added `-p' suffix in call to
9877 vc-make-version-backups-p; use vc-make-version-backup to actually
9878 make the backup.
9879 (vc-version-other-window, vc-version-backup-file): Handle both
9880 automatic and manual backups.
9881 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9882 of all of them.
9883
9884 2000-10-22 Miles Bader <miles@gnu.org>
9885
9886 * comint.el (comint-highlight-input, comint-highlight-prompt):
9887 Renamed, `-face' at end removed.
9888 (comint-send-input, comint-output-filter): Use renamed faces.
9889
9890 * window.el (fit-window-to-buffer): Change defaulting of
9891 MAX-HEIGHT slightly.
9892
9893 * faces.el (color-values, color-defined-p): Use `member', not
9894 `memq', because it works correctly for strings.
9895 (frame-set-background-mode): Actually, "unspecified-fg" and
9896 "unspecified-bg" *are* strings. Use `member', not `memq', and
9897 `equal', not `eq', when a string value is possible.
9898
9899 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9900
9901 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9902
9903 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9904
9905 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9906 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9907 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9908 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9909 (sh-font-lock-syntactic-keywords): Use them.
9910 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9911 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9912 (sh-mode): Don't override font-lock-unfontify-region-function.
9913 Use a copy of sh-font-lock-syntactic-keywords.
9914 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9915 Don't call sh-scan-buffer since font-lock does it on the fly.
9916 (sh-get-indent-info): Use `face' rather than `syntax-table'
9917 text-property to detect here-documents.
9918 Replace sh-special-syntax with sh-st-punc.
9919 (sh-prev-line): Use `face' rather than `syntax-table'
9920 text-property to skip over here-documents.
9921 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9922 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9923 (sh-electric-less, sh-set-here-doc-region)
9924 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
9925 (sh-scan-buffer, sh-rescan-buffer): Remove.
9926
9927 2000-10-21 Andrew Innes <andrewi@gnu.org>
9928
9929 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9930 remote (ange-ftp) file names.
9931
9932 2000-10-21 Miles Bader <miles@gnu.org>
9933
9934 * window.el (fit-window-to-buffer): New function.
9935 (shrink-window-if-larger-than-buffer): Use it.
9936 (window-text-height): Don't expect minibuffers to have mode-lines.
9937
9938 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
9939 * international/quail.el (quail-update-guidance):
9940 Use `fit-window-to-buffer' instead of `set-window-text-height'.
9941
9942 * international/quail.el (quail-show-guidance-buf): Make sure
9943 guidance window really has enough room.
9944 (quail-update-guidance): If quail-guidance-win is already shown,
9945 make sure its height is OK.
9946
9947 * window.el (window-text-height, set-window-text-height):
9948 New functions.
9949 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9950 instead of `window-height' & `mode-line-window-height-fudge'.
9951 (mode-line-window-height-fudge): Add FACE parameter.
9952 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9953 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9954
9955 2000-10-20 Miles Bader <miles@gnu.org>
9956
9957 * window.el (height-affecting-face-attributes): Use `defconst'.
9958
9959 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9960 New function, conditionally aliased to `mode-line-window-height-fudge'.
9961 (ispell-help): Use it.
9962 (ispell-choices-win-default-height): Don't include mode-line fudge.
9963 (ispell-choices-win-default-height): New function.
9964 (ispell-show-choices, ispell-command-loop): Use function
9965 `ispell-choices-win-default-height' instead of variable.
9966
9967 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9968
9969 * window.el (mode-line-window-height-fudge): New variable.
9970 (height-affecting-face-attributes): New variable.
9971 (mode-line-window-height-fudge): New function.
9972 (shrink-window-if-larger-than-buffer): Use it.
9973 * help.el (resize-temp-buffer-window): Likewise.
9974
9975 * info.el (Info-fontify-node): Add support for @subsubsection
9976 titles, which use `Info-title-4-face'.
9977 (Info-title-4-face): New face.
9978 (Info-title-3-face): Inherit from Info-title-4-face instead of
9979 variable-pitch.
9980
9981 2000-10-19 Jason Rumney <jasonr@gnu.org>
9982
9983 * dired.el (dired-insert-directory): Do not let errors signaled by
9984 attempt to run dired-free-space-program prevent dired from working.
9985
9986 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9987
9988 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9989
9990 2000-10-19 Gerd Moellmann <gerd@gnu.org>
9991
9992 * dirtrack.el (dirtrack): Fix call to run-hooks.
9993
9994 * cmuscheme.el (cmuscheme-program-name): Renamed from
9995 scheme-program-name because xscheme.el contains a defcustom with
9996 the same name. As a consequence, customizing group `cmuscheme'
9997 loaded `xscheme' which redefined run-scheme.
9998 (run-scheme): Use cmuscheme-program-name.
9999
10000 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
10001
10002 * play/doctor.el (doctor-death): Update the Samaritans'
10003 anonymous address, and add a website for Befrienders International.
10004
10005 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10006
10007 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10008 Avoid compilation gripes. Doc fix.
10009 (ps-print-version): New version number (6.2).
10010 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10011 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10012 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10013 (ps-x-extent-priority, ps-x-extent-start-position)
10014 (ps-x-face-font-instance, ps-x-find-coding-system)
10015 (ps-x-font-instance-properties, ps-x-make-color-instance)
10016 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10017 avoid compilation gripes without defining functions.
10018 (ps-e-find-composition): Alias for function find-composition, to have a
10019 suitable function depending on Emacs version.
10020 (ps-color-device, ps-color-values, ps-face-foreground-name)
10021 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10022 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10023 (ps-print-ensure-fontified): Function definitions surrounded by
10024 `eval-and-compile' to avoid compilation gripes.
10025 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10026 by symbol-value to avoid compilation gripes.
10027 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10028 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10029
10030 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10031
10032 * startup.el (normal-top-level): Call `frame-set-background-mode'
10033 after `frame-notice-user-settings' because the latter doesn't call
10034 the former on a tty.
10035
10036 * faces.el (frame-set-background-mode): `unspecified' &c are
10037 symbols, not strings.
10038
10039 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10040
10041 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10042 why some "light*" colors are deliberately absent from the alist.
10043
10044 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10045 Change colors for tty's, as suggested by Miles Bader.
10046
10047 2000-10-19 Kenichi Handa <handa@etl.go.jp>
10048
10049 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
10050 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10051 for ISO10646-1 fonts.
10052 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10053
10054 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10055
10056 * faces.el (frame-set-background-mode): If a tty frame defines a
10057 background color, use that to compute the background mode, instead
10058 of always defaulting to "dark".
10059
10060 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10061
10062 * comint.el (comint-write-output): New function.
10063 (comint-mode-map): Add it to the menu.
10064 Bind `C-c C-s' to comint-write-output.
10065
10066 2000-10-18 Gerd Moellmann <gerd@gnu.org>
10067
10068 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10069 Use fancy-splash-delay.
10070
10071 2000-10-18 Alex Schroeder <alex@gnu.org>
10072
10073 * progmodes/sql.el (sql-sybase-options): New option.
10074 (sql-sybase): Use it. Add sql-database to the list of parameters
10075 provided for login. The options -w 2048 -n are not used any more.
10076
10077 * comint.el (comint-read-input-ring): Bugfix such that the first
10078 and the last entry of the input ring file are not lost.
10079
10080 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10081
10082 * ps-print.el: Internal variable changes to defcustom,
10083 make-local-hook changes to defvar. Doc fix.
10084 (ps-print-version): New version number (6.1).
10085 (ps-setup, ps-do-despool): Code fix.
10086 (ps-printer-name): Customization fix.
10087 (ps-printer-name-option): Now is a defcustom instead of an
10088 internal variable.
10089 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10090 (ps-print-begin-column-hook): Now are defvar instead of
10091 make-local-hook.
10092
10093 2000-10-18 Miles Bader <miles@gnu.org>
10094
10095 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10096 (comint-kill-output): Changed into an alias for `comint-delete-output',
10097 and made obsolete.
10098 (comint-mode-map): Rename references to comint-kill-output.
10099
10100 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10101
10102 * diff-mode.el (diff-header-face, diff-file-header-face)
10103 (diff-changed-face): Add bold and italic attributes to tty faces.
10104 (diff-function-face): New face.
10105 (diff-font-lock-keywords): Use it.
10106
10107 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10108
10109 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10110 Remove commented-out call to force-mode-line-update.
10111 (comint-kill-output): Use `forward-line 0' instead of
10112 beginning-of-line to make sure we get past the prompt.
10113
10114 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10115
10116 * diff-mode.el (diff-header-face, diff-file-header-face):
10117 Add specific setting for dark background.
10118 (diff-context-face): Renamed from diff-comment-face.
10119 Set explicitly rather than inheriting from font-lock-comment-face.
10120
10121 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10122
10123 * startup.el (command-line): Move the code which sets the default
10124 TTY colors to before before-init-hook.
10125
10126 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10127
10128 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10129
10130 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10131
10132 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10133 extensions, for MS-DOS.
10134
10135 * diff-mode.el (diff-header-face, diff-file-header-face)
10136 (diff-changed-face): Define tty-specific colors.
10137
10138 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10139
10140 * startup.el (fancy-splash-text): Realign the text.
10141
10142 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10143
10144 * font-lock.el (font-lock-comment-face): Define a separate default
10145 for dark-background tty's.
10146
10147 2000-10-17 Miles Bader <miles@gnu.org>
10148
10149 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10150 being obscured by whizzy mode-lines on graphics displays.
10151
10152 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10153
10154 * info.el (Info-title-1-face, Info-title-2-face)
10155 (Info-title-3-face): Define colors for tty's.
10156 (info-header-node): Remove unneeded tty-specific definition.
10157
10158 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10159
10160 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10161 reverse from the frame parameters, and don't invert foreground and
10162 background colors.
10163
10164 2000-10-16 Miles Bader <miles@gnu.org>
10165
10166 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10167 string "*Info*". Call propertized-buffer-identification to spruce
10168 up the result.
10169
10170 2000-10-16 Gerd Moellmann <gerd@gnu.org>
10171
10172 * help.el: Provide `help' for the sake of define-minor-mode
10173 which generates defcustoms with requires.
10174
10175 * jit-lock.el (jit-lock-after-change): If we're in text that
10176 matches a multi-line font-lock pattern, make sure the whole text
10177 will be redisplayed.
10178
10179 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10180 author's name is unknown.
10181
10182 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10183 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10184 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10185 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10186 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10187 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10188 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10189 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10190 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10191 Add author information.
10192
10193 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10194
10195 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10196 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10197 full-color version (using the Gimp) to eliminate dithering artifacts.
10198
10199 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10200
10201 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10202
10203 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10204
10205 2000-10-15 Dave Love <fx@gnu.org>
10206
10207 * progmodes/sh-script.el: Require skeleton and comint when compiling.
10208
10209 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10210
10211 * whitespace.el: Doc fixes.
10212 (top-level): Don't add hooks here.
10213 (whitespace-running-emacs): Deleted.
10214 (timer): Don't require.
10215 (whitespace): Add back :version conditional on xemacs test.
10216 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10217 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10218 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10219 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10220 Avoid specific xemacs test.
10221 (whitespace-global-mode): New option.
10222 (whitespace-global-mode): New command.
10223 (whitespace-unload-hook): New function.
10224
10225 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
10226 (Info-fontify-node, Info-goto-node, Info-mode-menu)
10227 (Info-fontify-node): `Goto' goes to `Go to'.
10228 (Info-fontify-node): Add help-echo to xref links.
10229
10230 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10231
10232 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10233
10234 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10235
10236 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10237 Use plist-get and allow :inherit.
10238
10239 * emacs-lisp/cl-macs.el (cl-do-arglist):
10240 Use plist-get and plist-member instead of memq.
10241
10242 * emacs-lisp/ewoc.el (ewoc-location): New function.
10243 (ewoc-enter-after, ewoc-enter-before): Document return value.
10244 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10245 Don't need make-local-hook any more.
10246 (cvs-addto-collection): Return the new tin.
10247 (cvs-mode-insert): Jump to the new line.
10248
10249 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10250
10251 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10252
10253 * font-lock.el (font-lock-syntactically-fontified): New var.
10254 (font-lock-fontify-syntactic-keywords-region): Use it.
10255 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10256
10257 * diff-mode.el (diff-find-file-name): Fix regexp.
10258
10259 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10260 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10261
10262 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10263 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10264 (sh-mode): Don't make all vars local here.
10265 (sh-kw): Reformat.
10266 (sh-set-shell): Use dolist. Don't set indent-region-function.
10267 (sh-mode-syntax-table): Use pop.
10268 (sh-remember-variable): Use push.
10269 (sh-help-string-for-variable): Use memq.
10270 (sh-safe-backward-sexp): Remove.
10271 (sh-safe-forward-sexp): Add ARG.
10272 (sh-get-indent-info, sh-prev-stmt): Use it.
10273 (sh-prev-line): Simplify by using forward-comment.
10274 (sh-this-is-a-continuation): Simplify.
10275 (sh-learn-buffer-indent): Use dolist.
10276 (sh-do-nothing): Remove.
10277 (sh-set-char-syntax, sh-set-here-doc-region):
10278 Use inhibit-modification-hooks.
10279 (sh-name-style): Use mapcar and push.
10280 (sh-load-style): Use dolist.
10281 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10282 (sh-case, sh-while-getopts): Use propertize directly rather
10283 than sh-electric-rparen.
10284
10285 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10286
10287 * textmodes/tex-mode.el: Require CL when compiling.
10288 (tex-mode-syntax-table): Init immediately.
10289 (tex-mode-map): Bind M-RET to latex-insert-item.
10290 (latex-mode): Set indent-line-function to latex-indent.
10291 (tex-common-initialization): Don't setup the syntax-table any more.
10292 (latex-insert-item): New skeleton.
10293 (tex-next-unmatched-end): Fix copy/paste braino.
10294 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
10295 (latex-indent, latex-find-indent): New functions.
10296 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
10297 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10298 (tex-compilation-parse-errors): Use with-syntax-table.
10299
10300 2000-10-15 Miles Bader <miles@gnu.org>
10301
10302 * font-lock.el (font-lock-comment-face): Change dark-background,
10303 color, non-tty, default to `chocolate1'.
10304
10305 2000-10-13 John Wiegley <johnw@gnu.org>
10306
10307 * eshell/esh-util.el (require): Added a missing `require' form,
10308 needed when compiling (for an ange-ftp macro definition).
10309
10310 2000-10-13 Dave Love <fx@gnu.org>
10311
10312 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10313
10314 2000-10-13 Gerd Moellmann <gerd@gnu.org>
10315
10316 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
10317
10318 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
10319 transparent -colors 8).
10320
10321 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
10322
10323 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10324 that breaks with old list format timestamps.
10325 (time-stamp-warn-inactive, time-stamp-old-format-warn)
10326 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
10327
10328 2000-10-13 John Wiegley <johnw@gnu.org>
10329
10330 * align.el, pcomplete.el, calendar/timeclock.el,
10331 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10332
10333 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
10334 faulty math, where holiday hours were being computing as seconds.
10335
10336 2000-10-13 John Wiegley <johnw@gnu.org>
10337
10338 * desktop.el (desktop-buffer-modes-to-save): Added a global for
10339 specifying what "other" kinds of buffers should be saved.
10340 This used to be hard-coded.
10341 (desktop-buffer-misc-functions): A global for specifying how
10342 auxiliary data should be determined for special buffer types.
10343 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10344 instead of hard-coding the special buffer types.
10345 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10346 auxiliary data, instead of hard-coding for Info buffers and dired.
10347 (desktop-buffer-info-misc-data): Aux function for determining Info
10348 buffer auxiliary info.
10349 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10350 (desktop-buffer-info): Changed this function to use the info
10351 gathered above.
10352 (desktop-create-buffer): Be a little more careful about what
10353 `minor-mode' means before calling it. This is important for some
10354 buffer types.
10355
10356 2000-10-13 John Wiegley <johnw@gnu.org>
10357
10358 * eshell/esh-util.el: Added a global form which declares an
10359 autoload for `parse-time-string', if that function is not already
10360 defined, and if parse-time.el is available on the user's system.
10361
10362 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10363 to be aware of ange-ftp user info.
10364 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
10365 (eshell-ls-annotate): Use `eshell-file-attributes'.
10366 (eshell-ls-file): Made the user-id printing code a bit smarter.
10367
10368 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10369 allow identification of alias user ids in remote directories.
10370 It's manual, but there's no other way to know when the current user
10371 on the local machine, is also the owning user on the remote machine.
10372 (fboundp): Bind `ange-cache'.
10373 (eshell-directory-files-and-attributes): Re-organized the logic a
10374 bit to use `eshell-file-attributes' instead of `file-attributes'.
10375 The former is more sensitive to directories that are read via FTP,
10376 and knows how to use ange-ftp to determine full attribute
10377 information, instead of just the name and last modtime.
10378 (eshell-current-ange-uids): Return the current user id when in a
10379 remote directory.
10380 (eshell-parse-ange-ls): Parse a full directory listing that has
10381 been returned by ange-ftp.
10382 (eshell-file-attributes): This beefed up version of
10383 `file-attributes' is only special if the user is currently in a
10384 remote directory, in which case it does a lot of work to find out
10385 what the real attributes of a file are, as they appear on the
10386 remote machine. This makes usage of remote directories (i.e.,
10387 ange-ftp pathnames) much more useful. You can now use Eshell as a
10388 full-fledged FTP client, with much more manipulation ability than
10389 most other clients.
10390
10391 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10392 variable, which means that Eshell's du should always be preferred
10393 in remote directories.
10394 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10395 just `file-attributes'.
10396 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10397 when reading remote directories. This is an Eshell-specific
10398 variable (not part of ange-ftp).
10399 (eshell/ln): Bind `ange-cache'.
10400 (eshell/du): Added some extra logic for determining when to use
10401 Eshell's du (which is slow), and when to use the external version
10402 (which may or may not exist).
10403
10404 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10405 Call `eshell-interactive-process', rather than using
10406 `get-buffer-process', since backgrounded processes don't count in
10407 the context of this function's logic.
10408
10409 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10410 `forward-char', so that null strings are parsed correctly.
10411
10412 2000-09-13 John Wiegley <johnw@gnu.org>
10413
10414 * eshell/em-pred.el (eshell-pred-file-type)
10415 (eshell-pred-file-links, eshell-pred-file-size):
10416 Use `eshell-file-attributes'. This is more correct over ange-ftp.
10417
10418 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10419 that remote file globbing is more efficient.
10420
10421 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10422 gathering the files and attributes within a directory.
10423
10424 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10425 the command line is a special file (not a regular file, directory
10426 or symlink), always attempt to call the external version of cat.
10427
10428 2000-09-13 John Wiegley <johnw@gnu.org>
10429
10430 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10431 Eshell-friendly version of find-tag.
10432
10433 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10434
10435 * image-file.el (image-file-name-extensions)
10436 (image-file-name-regexps): Add autoload cookies.
10437
10438 2000-10-13 Kenichi Handa <handa@etl.go.jp>
10439
10440 * international/mule-cmds.el (select-safe-coding-system): If FROM
10441 is string, show it in *Warning* buffer.
10442
10443 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10444
10445 * startup.el (normal-top-level): Use display-popup-menus-p instead
10446 of window-system.
10447 (command-line): Use display-graphic-p instead of window-system.
10448 (command-line-1): Use display-popup-menus-p and display-mouse-p
10449 instead of window-system.
10450
10451 2000-10-12 Sam Steingold <sds@gnu.org>
10452
10453 * tooltip.el (tooltip-use-echo-area): New user variable.
10454 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10455
10456 2000-10-12 Dave Love <fx@gnu.org>
10457
10458 * recentf.el: Maintainer's checkdoc fixes.
10459
10460 * startup.el (normal-top-level-add-subdirs-to-load-path):
10461 Use character class, not ASCII when matching file names.
10462 (fancy-splash-head): Add trailing slash to URL.
10463 (command-line): Don't require XPM support for toolbar.
10464
10465 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10466 (cperl-invalid-face): Revert last change.
10467 (cperl-init-faces): Quote cperl-invalid-face.
10468
10469 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10470
10471 * startup.el (fancy-splash-text): Remove superfluous quote.
10472
10473 2000-10-12 Gerd Moellmann <gerd@gnu.org>
10474
10475 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10476 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10477 (command-line-1): Don't use fancy-splash-pending-command.
10478 (fancy-splash-screens-1): Goto point-min after inserting text.
10479
10480 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10481
10482 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10483 instead of shared-lisp-mode-map.
10484
10485 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10486
10487 * faces.el (header-line): Change tty-variant to use underlining.
10488
10489 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10490 (isearch-highlight): Restore lazy-isearch face properties at old
10491 position, and suppress them at new position.
10492 (isearch-dehighlight): Restore lazy-isearch face properties.
10493 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10494 over the real isearch overlay, but in that case, don't give it a
10495 face property. Use `push'.
10496
10497 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10498
10499 * man.el (Man-getpage-in-background): Fix previous change.
10500 Decode the process output only when we are in multibyte mode.
10501
10502 2000-10-11 Dave Love <fx@gnu.org>
10503
10504 * info.el (Info-mode-menu): Fix some help.
10505 (info-tool-bar-map): Add entry for Info-last.
10506
10507 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10508 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10509 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10510 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10511 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10512 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10513 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10514 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10515 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10516 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10517 Reduce color requirements to 25 overall. (Probably wants
10518 revisiting from the originals to reduce further.)
10519
10520 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10521
10522 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10523 buffer-file-coding-system, instead of raw-text.
10524 (dehexlify-buffer): Bind coding-system-for-read to
10525 buffer-file-coding-system, instead of raw-text.
10526
10527 2000-10-11 Sam Steingold <sds@gnu.org>
10528
10529 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
10530 `underline' - fixes the bug introduced on 2000-09-21.
10531
10532 2000-10-11 Dave Love <fx@gnu.org>
10533
10534 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10535 Avoid compiler warnings.
10536 (scheme-mode): Doc fix.
10537 (scheme-font-lock-keywords-1): Match `define-syntax'.
10538
10539 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
10540
10541 * faces.el (frame-set-background-mode): Pay attention to saved
10542 face specs as well as default ones. Only do anything if the
10543 bg-mode or display-type has actually changed. Use `dolist'.
10544 (region): Make dark-background `region' face less in-your-face.
10545
10546 2000-10-10 Sam Steingold <sds@gnu.org>
10547
10548 * chistory.el, ielm.el, ledit.el:
10549 * progmodes/inf-lisp.el, progmodes/scheme.el:
10550 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10551
10552 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10553
10554 * textmodes/texinfo.el: Update copyright and fix typo.
10555
10556 * desktop.el (desktop-modes-not-to-save): New var.
10557 (desktop-save-buffer-p): Use it.
10558 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10559 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10560
10561 2000-10-10 Dave Love <fx@gnu.org>
10562
10563 * toolbar/tool-bar.el (tool-bar-add-item)
10564 (tool-bar-add-item-from-menu): Don't favor XPM icons on mono display.
10565
10566 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10567 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10568 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10569 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10570 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10571 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10572 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10573 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10574 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10575 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10576 the .xpms; probably need retouching.
10577
10578 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10579
10580 * subr.el (add-to-list): Add optional argument APPEND.
10581 * battery.el (display-battery): Use `add-to-list'.
10582
10583 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10584
10585 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10586 properties.
10587 (zone, zone-when-idle, zone-leave-me-alone)
10588 (zone-pgm-whack-chars): Use new symbol properties.
10589
10590 * battery.el (display-battery): Doc spelling fix.
10591
10592 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10593 property.
10594
10595 2000-10-09 Dave Love <fx@gnu.org>
10596
10597 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10598 has been initialized before calling tool-bar-setup.
10599 (tool-bar-add-item-from-menu): Add autoload cookie.
10600
10601 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10602
10603 * menu-bar.el (send-mail-item-name): New function.
10604 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10605 of mail-user-agent in the menu. Don't display the "Send Mail"
10606 item if mail-user-agent is nil or its value is ignore.
10607 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10608 if read-mail-command is nil or its value is ignore.
10609
10610 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10611
10612 2000-10-09 Miles Bader <miles@gnu.org>
10613
10614 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10615 Correct image size.
10616 * toolbar/left_arrow.xpm: Correct image size.
10617
10618 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10619 will be done by the definition of `auto-compression-mode' if
10620 necessary. Move code to uninstall existing file-name handler
10621 before definition of `auto-compression-mode'.
10622
10623 * image-file.el (auto-image-file-mode): Move to the end of the
10624 file, because `define-minor-mode' actually calls the mode-function
10625 if the associated variable is non-nil, which requires that all
10626 needed functions be already defined.
10627
10628 * mouse.el (popup-menu): Balance parens.
10629
10630 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10631
10632 * mouse.el (popup-menu): Move the command call outside the loop
10633 so that popup-menu returns whatever the command returns.
10634
10635 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10636 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10637 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10638 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10639
10640 * vc.el (vc-version-diff): diff-switches can be a list.
10641 Use relative filenames for prettier output.
10642
10643 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10644 (vc-post-command-functions): Remove old-VC compatibility code.
10645
10646 * newcomment.el (comment-indent-default): Autoload.
10647
10648 * font-lock.el (font-lock-defaults): Make buffer-local.
10649 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10650 (font-lock-choose-keywords):
10651 Ignore LEVEL unless KEYWORDS is a list of syms.
10652 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10653 Don't wrap regexp-opt things in \(...\) unnecessarily.
10654
10655 * jit-lock.el: Don't require font-lock any more.
10656 (jit-lock-functions): Make buffer-local.
10657 (jit-lock-saved-fontify-buffer-function): Remove.
10658 (jit-lock-mode): Remove autoload cookie.
10659 Remove font-lock specific code.
10660 (jit-lock-unregister): Don't bother handling complex hooks any more.
10661 (jit-lock-refontify): New function.
10662 (jit-lock-fontify-buffer): Use it.
10663 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10664 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10665 Add optional args START and END.
10666 Never call font-lock-fontify-region directly.
10667 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10668
10669 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10670
10671 2000-10-08 Dave Love <fx@gnu.org>
10672
10673 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10674
10675 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10676
10677 * play/studly.el (studlify-region, studlify-word): Add autoload
10678 cookie.
10679
10680 * play/morse.el (morse-region, unmorse-region): Add autoload
10681 cookie.
10682
10683 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10684 concat.
10685
10686 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10687 insist on symbols starting with word syntax.
10688 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10689 (eval-defun-1): Doc fix.
10690 (indent-sexp): Use nconc to build up indent-stack.
10691
10692 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10693 Gnus with little use.
10694 (mail-setup-hook): Add mail-abbrevs-setup to options.
10695
10696 * recentf.el: Doc fixes.
10697
10698 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10699 Clean up remainder.
10700
10701 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10702 without timezone and (8) with timezone to enforce some whitespace.
10703 Simplify code somewhat.
10704
10705 * options.el (list-options): Doc that you should use customize.
10706
10707 * iswitchb.el (iswitchb-mode): Add :require.
10708
10709 * info.el (Info-goto-node, Info-menu): Doc fix.
10710 (Info-mode-menu): Bind beginning-of-buffer, Info-edit.
10711 (info-tool-bar-map): New variable.
10712 (Info-mode): Use it.
10713 (Info-edit-map): Define all in defvar.
10714 (speedbar-attached-frame): Avoid compiler warning.
10715
10716 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10717 (global-map): Bind [tool-bar] to a filtered map.
10718 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10719 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10720 Allow PBM icons.
10721 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10722
10723 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10724 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10725 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10726 icons, except up_arrow, which is left-arrow rotated.
10727
10728 * imenu.el (imenu-add-to-menubar): Fix last change.
10729
10730 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10731
10732 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10733 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10734
10735 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10736
10737 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10738 typos in doc strings.
10739
10740 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10741 the doc strings how to customize Font Lock faces.
10742
10743 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10744 computing growth when dragging the header line.
10745
10746 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10747
10748 * simple.el (kill-line): Doc fix.
10749
10750 2000-10-08 Miles Bader <miles@gnu.org>
10751
10752 * faces.el (secondary-selection): Make foreground visible on tty.
10753
10754 * jka-compr.el (auto-compression-mode): Move to the end of the
10755 file, because `define-minor-mode' actually calls the mode-function
10756 if the associated variable is non-nil, which requires that all
10757 needed functions be already defined.
10758 (with-auto-compression-mode): Add autoload cookie.
10759
10760 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10761
10762 * files.el (find-backup-file-name) [ms-dos]: If support for long
10763 file names is not available, behave as if version-control were set
10764 to never.
10765
10766 2000-10-07 Dave Love <fx@gnu.org>
10767
10768 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10769 (browse-url-gnome-moz): New function.
10770 (browse-url-browser-function): Use it.
10771 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10772
10773 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10774
10775 * indent.el (tab-always-indent): New var.
10776 (indent-for-tab-command): Use it.
10777
10778 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10779 raise an error. This way it can still default to a sane value.
10780
10781 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10782
10783 * startup.el (fancy-splash-screens): Use local rather than global map.
10784 Don't use `update-menu-bindings' any more.
10785 Get rid of assumptions about keymap representation.
10786
10787 2000-10-06 Dave Love <fx@gnu.org>
10788
10789 * textmodes/fill.el (sentence-end-double-space)
10790 (sentence-end-without-period): Doc fix.
10791 (adaptive-fill-regexp): Purecopy.
10792 (unjustify-current-line): Use line-end-position.
10793 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10794
10795 * net/eudc-vars.el (eudc): Add :version, :link.
10796
10797 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10798
10799 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10800 Fix for define-minor-mode.
10801 (function-at-point): Alias to function-called-at-point.
10802
10803 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10804
10805 * simple.el (backward-word): Doc fix.
10806
10807 * image-file.el (image-file-name-regexp): image-file-regexps ->
10808 image-file-name-regexps.
10809 (image-file-name-extensions): Add pbm.
10810
10811 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10812
10813 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10814 and add filename to the names so that diff-mode can jump to source.
10815
10816 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10817 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10818 (tex-font-lock-keywords-1): Remove.
10819 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10820 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10821 (font-lock-default-fontify-region):
10822 Expand beg..end correctly when just following a multiline region.
10823 (font-lock-fontify-anchored-keywords):
10824 Include the anchor text as part of the multiline.
10825
10826 2000-10-06 Gerd Moellmann <gerd@gnu.org>
10827
10828 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10829 latter needs the autoloaded define-minor-mode macro during the
10830 bootstrap.
10831
10832 * startup.el (command-line): For now, activate tool-bar-mode only
10833 if XPM images are supported.
10834
10835 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10836 window by dragging a header-line at the top of the frame; that's
10837 confusing because the header-line doesn't move.
10838 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10839 of treating the event as a list. Some cleanup.
10840
10841 2000-10-06 Miles Bader <miles@gnu.org>
10842
10843 * simple.el (display-message-or-buffer): New function.
10844 (shell-command-on-region): Use `display-message-or-buffer'.
10845
10846 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10847 docstring parts.
10848
10849 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10850 (smbclient-prompt-regexp): Add usage note to doc string.
10851 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10852 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10853 Use add-hook for adding the comint filter function, and only do so
10854 if it's not already in the global hook list.
10855 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10856 to `make-local-variable'.
10857 (nslookup-font-lock-keywords): Remove prompt entry.
10858 (nslookup): Don't set the process-filter.
10859 (finger): Exit the loop correctly when the regexps list runs out.
10860 (ftp, smbclient, smbclient-list-shares):
10861 Set the real major mode immediately, not after execing.
10862 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10863
10864 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10865
10866 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10867
10868 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10869
10870 * which-func.el (which-func-format): Remove spurious space.
10871 (which-func-mode): Don't make it permanent-local.
10872 (which-func-ff-hook): Allow which-func-maxout to be nil.
10873 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10874 (which-func-mode): Simplify.
10875 Use post-command-idle-hook rather than post-command-hook.
10876 Go through all buffers and update their state.
10877 (which-function): Also try add-log-current-defun-function.
10878
10879 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10880 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10881 Update call to with-vc-properties accordingly.
10882 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10883 (vc-revert-buffer): More careful about window selection and deletion.
10884 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10885
10886 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10887 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10888 (cvs-dired-action): Change the default to quickdir.
10889
10890 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10891 if comment-indent-function returns nil.
10892 (comment-indent-default): New function.
10893 (comment-indent-function): Use it and document the new semantics.
10894
10895 * image-file.el: Docstring fixes.
10896
10897 * help.el (help-xref-on-pp): Use match-string.
10898 (describe-variable): New arg BUFFER.
10899 Store the current buffer in the help-xref-stack.
10900 (temp-buffer-resize-mode): Use define-minor-mode.
10901
10902 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10903 consistently with its docstring.
10904 Set jit-lock-first-unfontify-pos in an idempotent way.
10905 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10906
10907 2000-10-05 Alex Schroeder <alex@gnu.org>
10908
10909 * sql.el (sql-mysql-options): New variable.
10910 (sql-mysql): Use it.
10911
10912 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10913
10914 * image.el (image): New group.
10915
10916 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10917 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10918
10919 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10920
10921 * net/net-utils.el (nslookup-font-lock-keywords)
10922 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10923 Ignore the value of window-system; always define keywords.
10924
10925 2000-10-05 Kenichi Handa <handa@etl.go.jp>
10926
10927 * startup.el (fancy-splash-screens): Remove the code for
10928 debugging; `(trace-to-stderr "EXITTT\n")'.
10929
10930 2000-10-05 Miles Bader <miles@gnu.org>
10931
10932 * diff-mode.el (diff-goto-source): Update call to
10933 `diff-hunk-status-msg' to reflect new REV variable.
10934
10935 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10936
10937 * progmodes/icon.el (icon-mode):
10938 Don't gratuitously override the default for comment-column.
10939
10940 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10941
10942 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10943 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10944 (jit-lock-functions): New var.
10945 (jit-lock-function-1): Use it if non-nil.
10946 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10947 Set the `fontified' property before doing the fontification to avoid
10948 repeatedly going through the same error.
10949 Don't turn errors into messages.
10950 (jit-lock-register, jit-lock-unregister): New functions.
10951
10952 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10953 Use with-current-buffer.
10954
10955 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10956 Turn comment into docstring.
10957
10958 * apropos.el (apropos-mode): Use define-derived-mode.
10959
10960 2000-10-04 Gerd Moellmann <gerd@gnu.org>
10961
10962 * startup.el (fancy-splash-pending-command): New variable.
10963 (fancy-splash-pre-command): New function.
10964 (fancy-splash-screens): Rewritten.
10965 (command-line-1): If fancy-splash-pending-command is set, call it
10966 interactively.
10967
10968 2000-10-04 Dave Love <fx@gnu.org>
10969
10970 * toolbar/tool-bar.el (tool-bar-setup): New function.
10971 (tool-bar-mode): Use it.
10972
10973 * subr.el (substitute-key-definition): Doc fix.
10974 (play-sound-file): New command.
10975
10976 2000-10-04 Andre Spiegel <spiegel@gnu.org>
10977
10978 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10979 vc-version-backup-file-name): New functions.
10980
10981 * files.el (basic-save-buffer): Call vc-before-save before saving.
10982
10983 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10984 vc-cvs-stay-local-p.
10985
10986 * vc.el (vc-revert-buffer): Handle empty diff properly.
10987 (vc-version-backup-file): New function.
10988 (vc-checkout): Create a version backup if necessary.
10989 (vc-checkin): If a version backup file exists, delete it.
10990 (vc-version-diff): Diff locally using version backups, if available.
10991 (vc-revert-file): If there's a version backup, revert locally.
10992 (vc-transfer-file): Use version backup for base version, if
10993 available. If not, ask for confirmation whether to get it from the
10994 server. Update mode line before check-in.
10995
10996 2000-10-04 Dave Love <fx@gnu.org>
10997
10998 * toolbar/tool-bar.el (tool-bar-setup): New function.
10999 (tool-bar-mode): Use it.
11000
11001 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11002
11003 * net/net-utils.el (nslookup-font-lock-keywords)
11004 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11005 Only set if window-system is non-nil.
11006 (net-utils-run-program): Returns buffer.
11007 (network-connection-reconnect): Added this function.
11008
11009 * generic.el:
11010 Incorporates extensive cleanup and docfixes by
11011 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11012 Uses cl compile-time macros.
11013 (generic-mode-name, generic-comment-list)
11014 (generic-keywords-list, generic-font-lock-expressions)
11015 (generic-mode-function-list, generic-mode-syntax-table):
11016 Removed variables.
11017 (generic-mode-alist): Renamed to generic-mode-list.
11018 (generic-find-file-regexp): Default changed to "^#".
11019 (generic-read-type): Uses completing read on generic-mode-list.
11020 (generic-mode-sanity-check): Removed this function.
11021 (generic-add-to-auto-mode): Removed this function.
11022 (generic-mode-internal): Bind mode-specific definitions
11023 into function instead of putting them in alist.
11024 (generic-mode-set-comments): Reworked extensively.
11025 (generic-mode-find-file-hook): Simplified regexp searching.
11026 (generic-make-keywords-list): Omit extra pair of parens.
11027
11028 * find-lisp.el (find-lisp-find-files-internal):
11029 Make sure directory name ends with "/".
11030
11031 * generic-x.el (apache-conf-generic-mode):
11032 Regexp now allows leading whitespace.
11033 (rc-generic-mode): Added eval-when-compile
11034 around generic-make-keywords-list.
11035 Deleted duplicate regexp.
11036 (rul-generic-mode): Added eval-when-compile
11037 around generic-make-keywords-list.
11038 (etc-fstab-generic-mode): New generic mode.
11039 (rul-generic-mode): Removed one eval-when-compile
11040 which caused a max-specpdl-size exceeded error.
11041
11042 2000-10-04 Miles Bader <miles@gnu.org>
11043
11044 * simple.el (minibuffer-temporary-goal-position): New variable.
11045 (next-history-element): Try to keep the position of point in the
11046 input string constant.
11047
11048 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11049 (dired-do-create-files): If there's only one file, pass it in as
11050 the DEFAULT arg to dired-mark-read-file-name.
11051
11052 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11053
11054 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11055 (diff-goto-source): Be smarter when choosing REVERSE or not.
11056
11057 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11058 (texinfo-mode-menu): Add an explicit shortcut for update all.
11059
11060 2000-10-03 Andre Spiegel <spiegel@gnu.org>
11061
11062 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11063 factorize backend-specific code cleanly (this was essentially
11064 conceived by Stefan Monnier).
11065 (vc-unregister): Function removed.
11066 (vc-revert-file): New function.
11067 (vc-revert-buffer): Delegate some of the work to it.
11068
11069 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11070 default branch unconditionally.
11071 (vc-rcs-set-default-branch): New function.
11072 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11073 (vc-rcs-checkin): If an appropriate default branch has been set,
11074 force creation of that branch.
11075 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11076 code (as suggested by Stefan Monnier).
11077
11078 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11079
11080 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11081 highlighting overlay with a different face over the overlay
11082 isearch uses to highlight the current match because that can lead
11083 to bad face combinations.
11084
11085 * loadup.el (toplevel): Load faces before isearch.
11086
11087 * isearch.el (isearch-faces): New custom group.
11088 (isearch): New defface; was already tested for in the code.
11089 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11090 (isearch-highlight): Always use face `isearch'.
11091
11092 2000-10-02 Dave Love <fx@gnu.org>
11093
11094 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11095 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11096 comparison of opcode with operand.
11097
11098 2000-10-03 Miles Bader <miles@gnu.org>
11099
11100 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11101 buffer, since the echo area will now grow to accommodate them.
11102
11103 2000-10-02 Andre Spiegel <spiegel@gnu.org>
11104
11105 * vc-hooks.el (vc-registered): If FILE used to be registered under
11106 a certain backend, try that one first.
11107
11108 * vc.el (vc-responsible-backend): Undo the previous change in the
11109 argument list. Handle multiple backends correctly.
11110 (vc-find-new-backend): Function removed.
11111 (vc-register): Use vc-responsible-backend, as before.
11112 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11113
11114 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11115
11116 * startup.el (fancy-splash-head): Change message below the
11117 logo.
11118
11119 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11120
11121 * diff-mode.el (diff-goto-source): Emit a status message.
11122 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11123 (diff-test-hunk): Fix doc string.
11124 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11125 (diff-advance-after-apply-hunk): New variable.
11126 (diff-apply-hunk): Don't return a value.
11127
11128 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11129
11130 * vc.el (vc-editable-p): Minor optimization.
11131 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11132 (vc-find-new-backend): New function split from vc-responsible-backend.
11133 (vc-register): Use it.
11134 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11135 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11136 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11137 (vc-clear-headers): Don't use find-file.
11138 (vc-revert-buffer): Use `and' again (must have been a braino).
11139 (vc-switch-backend): Only prompt if requested.
11140 Short circuit if nothing is to be done.
11141 Don't use vc-resynch-buffer which could lose unsaved editing.
11142 (vc-default-receive-file): Update call to vc-unregister.
11143 (with-vc-file, vc-next-action-on-file):
11144 Use vc-backend rather than vc-registered.
11145 (vc-next-action-on-file): Use intern-soft.
11146 Deal with read-only *vc-diff* buffer.
11147 (vc-transfer-file): Docstring fix.
11148
11149 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11150 (vc-rcs-receive-file): Avoid with-vc-properties.
11151 Update call to vc-unregister.
11152 Use constant `RCS' rather than (dynamically bound) var `backend'.
11153
11154 2000-10-01 Andre Spiegel <spiegel@gnu.org>
11155
11156 * vc.el (vc-next-action-on-file): Update mode line only if file
11157 is visited.
11158 (vc-start-entry): New argument initial-contents. Don't visit the file
11159 if it isn't already visited. Brought documentation up-to-date.
11160 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11161 (vc-checkin): New optional arg initial-contents, which is passed to
11162 vc-start-entry.
11163 (vc-finish-logentry): Make sure to bury log buffer only if there
11164 really is one. Call `vc-resynch-buffer' on log-file, not
11165 buffer-file-name.
11166 (vc-default-comment-history, vc-default-wash-log): New functions.
11167 (vc-index-of): Removed.
11168 (vc-transfer-file): Make do without the above.
11169 (vc-default-receive-file): Call comment-history unconditionally. Pass
11170 the resulting string to vc-checkin, instead of inserting it into the
11171 comment ring.
11172
11173 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11174 unconditionally. Use the comments as initial contents of the log
11175 entry buffer. Document the trick to force branch creation with no
11176 changes.
11177
11178 2000-10-01 Miles Bader <miles@gnu.org>
11179
11180 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11181 `recenter' with an arg to prevent redrawing the display.
11182
11183 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11184
11185 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11186
11187 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11188
11189 * progmodes/c-mode.el (c-mode):
11190 Don't gratuitously override the default for comment-column.
11191
11192 * textmodes/tex-mode.el (latex-metasection-list): New var.
11193 (latex-imenu-create-index): Use it.
11194 Move the regexp construction outside loops (and use push).
11195 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11196 (tex-font-lock-keywords): Moved from font-lock.el.
11197 (tex-comment-indent): Remove.
11198 (tex-common-initialization): Don't set comment-indent-function.
11199 (latex-block-default): New var.
11200 (tex-latex-block): Use it to provide a default choice.
11201 Add any unknown choice to latex-block-names.
11202 Insert [...] after {...}.
11203 (tex-last-unended-begin): Simplify regexp.
11204 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11205 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11206 (latex-mode): Set forward-sexp-function.
11207
11208 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11209 Add regexp for @ignore ... @end ignore.
11210 (texinfo-heading-face): New face.
11211 (texinfo-font-lock-keywords): Use it.
11212 (texinfo-mode-menu): New menu.
11213 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11214 New functions.
11215 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11216 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11217 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11218 Remove declaration.
11219 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11220
11221 * delsel.el (delete-selection-mode): Use define-minor-mode.
11222
11223 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11224
11225 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11226
11227 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11228
11229 2000-09-30 Gerd Moellmann <gerd@gnu.org>
11230
11231 * replace.el (keep-lines-read-args): New function.
11232 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11233 read arguments interactively. Add parameters RSTART and REND.
11234 Operate on the active region in Transient Mark mode.
11235
11236 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11237
11238 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11239 (authors-obsolete-files-regexps): New variable.
11240 (authors-add): Don't record changes in obsolete files.
11241
11242 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11243
11244 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11245
11246 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11247 (comment-indent): Make sure there's a space between code and comment.
11248 Shift comments left to avoid going past fill-column.
11249
11250 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11251
11252 * startup.el (startup-echo-area-message): New function.
11253 (display-startup-echo-area-message): Use it.
11254 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11255 (fancy-splash-default-action): New function.
11256 (fancy-splash-screens-1): New function.
11257 (fancy-splash-head): Put a help-echo and a keymap under the image.
11258
11259 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11260
11261 * diff-mode.el (diff-add-log-file-name): Remove.
11262 (diff-mode): Use add-log-buffer-file-name-function.
11263
11264 * add-log.el (find-change-log): New arg BUFFER-FILE.
11265 (add-log-file-name): Obey add-log-file-name-function.
11266 (add-log-buffer-file-name-function): New var.
11267 (add-change-log-entry): Use it.
11268
11269 2000-09-29 Miles Bader <miles@gnu.org>
11270
11271 * image-file.el (image-file-name-extensions): New variable.
11272 (image-file-name-regexps): Renamed from `image-file-regexps'.
11273 New default value is nil. Call `auto-image-file-mode'.
11274 (image-file-name-regexp): New function.
11275 (auto-image-file-mode): New minor mode.
11276 (insert-image-file): Don't make conditional on the image-file
11277 handler being enabled.
11278 (image-file-handler): Make the call here conditional instead.
11279 (set-image-file-handler-enabled, enable-image-file-handler)
11280 (disable-image-file-handler): Functions removed.
11281
11282 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11283 string.
11284
11285 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11286
11287 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11288 it's a function from CL.
11289 (latex-imenu-create-index): Replace eval-when-compile with progn
11290 because latex-section-alist is not bound while compiling.
11291
11292 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11293
11294 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11295 (outline-mode): Use define-derived-mode.
11296
11297 * progmodes/perl-mode.el (perl-mode):
11298 * progmodes/awk-mode.el (awk-mode):
11299 * progmodes/asm-mode.el (asm-mode):
11300 Don't gratuitously override the default for comment-column.
11301
11302 * emacs-lisp/lisp.el (lisp-complete-symbol):
11303 Distinguish the let-binding case from the funcall case.
11304 (forward-sexp-function): New variable.
11305 (forward-sexp): Use it.
11306
11307 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11308 (easy-mmode-defmap): Remove the now useless autoload.
11309
11310 * time.el (display-time-mode): Use define-minor-mode.
11311
11312 * subr.el (add-minor-mode): Don't eval NAME.
11313 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11314 Use if rather than cond.
11315
11316 * simple.el (read-expression-map): Define more properly.
11317 (comment-indent-hook): Remove.
11318 (string-to-syntax): Bug fix.
11319
11320 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11321 (cvs-ediff-diff): Fix typo.
11322 (cvs-revert-if-needed): Don't bother preserving read-only.
11323
11324 * paren.el (show-paren-mode): Use define-minor-mode.
11325
11326 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11327 (toggle-auto-compression): Remove.
11328 (jka-compr-build-file-regexp): Remove useless grouping.
11329
11330 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11331 Avoid user-reserved bindings.
11332 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11333 (diff-header-face): Revert to grey85.
11334
11335 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11336
11337 * complete.el (partial-completion-mode) <defcustom>: Remove.
11338 (partial-completion-mode): Use define-minor-mode.
11339 (PC-do-completion): Understand `completion-auto-help = delay'
11340 to mean to popup the completion buffer only the second time.
11341 (PC-include-file-all-completions, PC-include-file-all-completions)
11342 (PC-include-file-all-completions): Don't quote lambda.
11343
11344 * comint.el (comint-mode-hook): Docstring fix.
11345 (comint-mode): Use define-derived-mode.
11346 (comint-mode-map): Remove obsolete comment.
11347 (make-comint): Minor stylistic change.
11348 (comint-insert-clicked-input): Be more careful to find the overlay.
11349 Use this-command-keys rather than hardcoding mouse-2.
11350
11351 * font-lock.el: Replace confusing (,@ with ,.
11352 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11353 Don't use regexp-opt-depth. Spice up the regexp for args.
11354 Don't distinguish between cmds that can take an opt arg or not.
11355 Use `append' and `prepend' rather than `keep'.
11356
11357 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11358 (latex-outline-regexp): New var.
11359 (latex-outline-level): New fun.
11360 (latex-section-alist): New var.
11361 (latex-imenu-create-index): Use it. Use `push' as well.
11362 (tex-shell-map): Initialize it properly.
11363 (tex-mode): Minor stylistic change.
11364 (plain-tex-mode): Use define-derived-mode.
11365 (latex-mode): Use define-derived-mode.
11366 Construct the paragraph regexps in a more readable way.
11367 Set the buffer-local outline-{level,regexp} vars.
11368 (slitex-mode): Derive from latex-mode.
11369 (tex-common-initialization): Don't kill-all-vars anymore.
11370 Add setting for comment-add and font-lock-defaults.
11371 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11372 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11373 (tex-start-tex): New arg DIR (and send a chdir command for it).
11374 Also display the shell buffer and save it in tex-last-buffer-texed.
11375 (tex-region): Use expand-file-name rather than concat.
11376 Remove code made useless by changes in tex-start-tex.
11377 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11378
11379 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11380
11381 2000-09-28 Dave Love <fx@gnu.org>
11382
11383 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11384
11385 2000-09-28 Gerd Moellmann <gerd@gnu.org>
11386
11387 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11388 `append'.
11389
11390 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11391
11392 * info.el (Info-extract-pointer): Undo last change.
11393 Instead, fix the position of the `bound' arg to re-search-backward.
11394
11395 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11396
11397 * info.el (Info-extract-pointer):
11398 Widen more carefully, to avoid finding pointers in other nodes.
11399 (Info-index): Use push.
11400
11401 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11402
11403 * frame.el (set-frame-font): Remove call to obsolete function
11404 frame-update-faces.
11405 (set-foreground-color, set-background-color): Likewise for
11406 frame-update-face-colors.
11407
11408 2000-09-27 Miles Bader <miles@gnu.org>
11409
11410 * image-file.el: New file.
11411
11412 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11413
11414 * frame.el (frame-notice-user-settings): Don't call
11415 frame-update-faces, which is a no-op now.
11416
11417 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11418 tool-bar-lines.
11419
11420 2000-09-27 Dave Love <fx@gnu.org>
11421
11422 * mouse.el: Fix last change.
11423
11424 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11425
11426 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11427
11428 2000-09-22 Kenichi Handa <handa@etl.go.jp>
11429
11430 * international/quail.el (quail-help): The output message is
11431 improved.
11432
11433 2000-09-26 Dave Love <fx@gnu.org>
11434
11435 * mouse.el (popup-menu): If POSITION is nil, set it using
11436 mouse-position.
11437
11438 2000-09-25 Sam Steingold <sds@gnu.org>
11439
11440 * net/browse-url.el (browse-url-file-url): Check for null maps.
11441
11442 2000-09-26 Gerd Moellmann <gerd@gnu.org>
11443
11444 * frame.el (frame-notice-user-settings): Don't add a
11445 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11446
11447 * frame.el (frame-notice-user-settings):
11448 Make tool-bar-mode and default-frame-alist consistent.
11449
11450 * toolbar/tool-bar.el (tool-bar-help): New function.
11451
11452 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11453
11454 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11455 current-load-list in top-level forms. Else this leaks a cons cell
11456 every time a defun is called.
11457
11458 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11459
11460 2000-09-25 Dave Love <fx@gnu.org>
11461
11462 * startup.el (fancy-splash-head): Check XPM is available.
11463
11464 * autoinsert.el (auto-insert): Doc fix.
11465 (auto-insert-alist): Following GNU notices, don't say `copyright
11466 _by_'. Use line-beginning-position.
11467 (auto-insert): Check buffer-file-name is non-nil before use.
11468
11469 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11470
11471 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11472 starting with `@def' or `@multitable', in addition to ones
11473 specified by the user in auto-fill-inhibit-regexp.
11474
11475 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
11476
11477 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11478 rmail-dont-reply-to-names matches the empty string.
11479
11480 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11481
11482 * startup.el (command-line-1, fancy-splash-text): Change the
11483 text to sound more friendly.
11484
11485 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11486
11487 * progmodes/hideshow.el: Update author email address.
11488 Generally, sync w/ maintainer version 5.22.
11489 (hs-hide-all-non-comment-function): New var.
11490 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11491 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11492 (hs-show-region): Delete this command.
11493 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11494
11495 2000-09-22 Dave Love <fx@gnu.org>
11496
11497 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11498 (hl-line-highlight): Specify buffer when moving overlay.
11499
11500 * progmodes/fortran.el (fortran-mode): Locally set
11501 normal-auto-fill-function.
11502 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11503 (fortran-mode-map): Adjust auto-fill menu entry.
11504
11505 2000-09-22 Gerd Moellmann <gerd@gnu.org>
11506
11507 * vc-rcs.el (toplevel): Require `vc' when compiling.
11508
11509 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11510
11511 2000-09-22 Andre Spiegel <spiegel@gnu.org>
11512
11513 * vc.el (vc-switch-backend): Signal an error if the file is not
11514 registered under the new backend.
11515
11516 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11517 without explicit revision number.
11518
11519 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11520
11521 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11522 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11523 (diff-xor): New function.
11524 (diff-find-source-location): Use it. Fix a stupid name clash.
11525 (diff-hunk-status-msg): New function.
11526 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11527 (diff-test-hunk): Use diff-find-source-location.
11528 (diff-goto-source): Favor the `reverse'.
11529 (diff-hunk-text): Properly handle one-sided context diffs.
11530 (diff-apply-hunk): When done, advance to the next hunk.
11531
11532 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11533
11534 * startup.el (command-line): If frame was created with a non-zero
11535 tool-bar-lines parameter, switch tool-bar-mode on.
11536
11537 * add-log.el (change-log-date-face, change-log-name-face)
11538 (change-log-email-face, change-log-file-face)
11539 (change-log-list-face, change-log-conditionals-face)
11540 (change-log-function-face, change-log-acknowledgement-face):
11541 New faces, inheriting from font-lock faces.
11542 (change-log-font-lock-keywords): Use them.
11543
11544 2000-09-21 Dave Love <fx@gnu.org>
11545
11546 * progmodes/cperl-mode.el (top-level): Clean up
11547 `eval-when-compile's and assorted defvars.
11548 (cperl-invalid-face): Don't double-quote value. Change custom
11549 type.
11550 (cperl-mode): Set normal-auto-fill-function and don't zap
11551 auto-fill-function.
11552 (cperl-imenu--function-name-regexp-perl): Renamed from
11553 imenu-example--function-name-regexp-perl.
11554 (cperl-imenu--create-perl-index): Renamed from
11555 imenu-example--create-perl-index.
11556 (cperl-xsub-scan): Don't require cl.
11557
11558 * msb.el (msb-mode-map): Use substitute-key-definition.
11559 (msb-mode): Use msb-mode-map.
11560
11561 2000-09-21 Andre Spiegel <spiegel@gnu.org>
11562
11563 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11564 New functions.
11565 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11566 (vc-switch-backend): New function.
11567 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11568 (vc-register): Fix prompt.
11569 (vc-unregister, vc-default-unregister): New functions.
11570 (vc-version-diff): Handle empty buffer in sentinel.
11571
11572 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11573 (vc-rcs-state-heuristic): Use it to guess the state of files with
11574 non-strict locking.
11575 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11576 been set with -b, but not created yet.
11577 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11578 contents in order to find the state.
11579 (vc-rcs-checkin): Allow creation of branches with no changes.
11580 (vc-rcs-unregister, vc-rcs-receive-file)
11581 (vc-rcs-set-non-strict-locking): New functions.
11582
11583 * vc-hooks.el (vc-name): Force correct computation of the value
11584 in case it is missing.
11585
11586 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11587
11588 * startup.el (fancy-splash-tail): Use a different foreground
11589 color on a dark frame background.
11590
11591 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11592
11593 * info.el: Use the correct capitalization when making Info-mode
11594 and Info-edit-mode `special' modes.
11595
11596 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11597
11598 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11599 (diff-mode): Add support for add-log.el.
11600 (diff-hunk-text): Use char offsets rather than line offsets.
11601 (diff-find-source-location): Replace LINE with line-offset (nil
11602 if not found) and always set POS to a meaningful position.
11603 Adapt to the new char-offsets.
11604 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11605 Adapt to the new diff-find-source-location.
11606 (diff-goto-source): Adapt to the new diff-find-source-location.
11607
11608 * add-log.el (add-log-file-name): New function (split out of
11609 add-change-log-entry).
11610 (add-change-log-entry): Use it.
11611 Call add-log-file-name-function with the changelog file name if
11612 the current buffer is not associated with any file.
11613 Avoid find-file if the selected window is dedicated.
11614
11615 * diff-mode.el (diff-find-source-location):
11616 Move code from diff-apply-hunk. Return buffer rather than file.
11617 (diff-apply-hunk): Use the new result from diff-find-source-location.
11618 (diff-goto-source): Use the new diff-find-source-location.
11619
11620 2000-09-20 Dave Love <fx@gnu.org>
11621
11622 * iswitchb.el: Some doc fixes.
11623 (iswitchb-mode-map): Define completely initially. Inherit
11624 minibuffer-local-map.
11625 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11626 fundamental-mode.
11627 (iswitchb-global-map): New variable.
11628 (iswitchb-summaries-to-end): Amalgamate regexps.
11629 (iswitchb-mode): New.
11630 (iswitchb-mode-hook): New variable.
11631 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11632 `extensions'.
11633
11634 2000-09-20 Gerd Moellmann <gerd@gnu.org>
11635
11636 * ehelp.el (electric-help): New defgroup.
11637 (electric-help-shrink-window): New user-option.
11638 (with-electric-help): Use it.
11639
11640 * window.el (shrink-window-if-larger-than-buffer): If face
11641 `mode-line' has a :box, and we're on a graphical frame, add 1
11642 to the needed window height.
11643
11644 * frame.el (frame-notice-user-settings): Add a last parameter nil
11645 to a call to `append', because the last list passed to `append' is
11646 not copied, and so subsequent calls to assq-delete-all will modify
11647 default-frame-alist.
11648
11649 * startup.el (fancy-splash-image): Change :type.
11650 (fancy-splash-head): Use an XBM image if appropriate.
11651 (command-line-1): Show splash screens in more cases.
11652
11653 * startup.el (fancy-splash-text): Don't quote faces.
11654
11655 * dired.el (dired-font-lock-keywords): Undo last change.
11656 (dired-readin): Bind indent-tabs-mode to nil.
11657
11658 * startup.el (fancy-splash-head): If frame's background mode
11659 is `dark', change the black background of the image to gray.
11660 (fancy-splash-screens): Display startup echo area message.
11661 (display-startup-echo-area-message): New function.
11662
11663 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11664
11665 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11666
11667 * info.el (info-header-node): Tweak for color ttys.
11668
11669 * faces.el (face-valid-attribute-values): Make sure directories we
11670 search for stipples both exist and are readable before trying to
11671 search them.
11672
11673 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11674 in the dry-run case.
11675
11676 * jka-compr.el (with-auto-compression-mode): New macro.
11677
11678 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11679 (custom-group-tag-face, custom-variable-tag-face): Use relative
11680 :height and inherit from `variable-pitch' face instead of
11681 hardwiring :family.
11682 * hi-lock.el (hi-black-hb): Likewise.
11683
11684 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11685 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11686 toolbar-add-item, if image doesn't have a mask add a `:mask
11687 heuristic'.
11688
11689 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11690
11691 * diff-mode.el: Docstring fixes.
11692 (diff-header-face, diff-comment-face): New faces.
11693 (diff-font-lock-keywords): Highlight a bit differently.
11694 (diff-find-source-location): Don't return SPAN any more.
11695 (diff-hunk-text): Don't bother erasing the temp buffer.
11696 (diff-find-text): Drop argument LINE.
11697 (diff-apply-hunk): Update calls to diff-find-text.
11698 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11699
11700 * calendar/calendar.el: Docstring fixes.
11701 (calendar-make-alist): Don't quote lambda.
11702 (calendar-star-date): Use make-local-variable.
11703
11704 2000-09-19 Dave Love <fx@gnu.org>
11705
11706 * toolbar/tool-bar.el: Renamed from toolbar.el.
11707 Change `toolbar' to `tool-bar' generally in symbols.
11708 Make some items invisible in `special' major modes.
11709 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11710 Add arg PROPS.
11711
11712 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11713 Add :version here.
11714 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11715
11716 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11717
11718 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11719
11720 * files.el (find-file-suppress-same-file-warnings): New user-option.
11721 (find-file-noselect): Use it.
11722
11723 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11724 (fancy-splash-screen): Defgroup.
11725
11726 * add-log.el (change-log-font-lock-keywords): Match names
11727 more exactly for the case that font-lock-constant-face is
11728 underlined.
11729
11730 2000-09-19 Richard M. Stallman <rms@gnu.org>
11731
11732 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11733
11734 2000-09-19 Andre Spiegel <spiegel@gnu.org>
11735
11736 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11737
11738 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11739
11740 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11741 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11742 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11743 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11744 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11745 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11746 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11747 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11748 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11749 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11750 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11751 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11752
11753 * startup.el (fancy-splash-text): New variable.
11754 (fancy-splash-delay, fancy-splash-image): New user-options.
11755 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11756 (fancy-splash-screens): New functions.
11757 (command-line-1): If display has a `display' frame parameter, has
11758 colors, and we have XPM support, show more fancy splash screens.
11759
11760 2000-09-19 Dave Love <fx@gnu.org>
11761
11762 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11763 with null `help'. Use modern backquote syntax.
11764
11765 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11766
11767 * font-lock.el (font-lock-mode): Change message telling the user
11768 that ``the buffer is too big''.
11769
11770 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11771 for instance for the case that tab-width is 2.
11772
11773 2000-09-18 Gerd Moellmann <gerd@gnu.org>
11774
11775 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11776 toolbar-add-item, if image doesn't have a mask add a `:mask
11777 heuristic'.
11778
11779 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11780
11781 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11782 and return a cons if it's non-nil.
11783 (diff-apply-hunk): Try to jump to the line in the source text
11784 corresponding to the position of point in the in the hunk.
11785
11786 * info.el (Info-title-3-face, Info-title-2-face)
11787 (Info-title-1-face): Use face inheritance and relative sizes
11788 instead of hard-wiring things.
11789
11790 * faces.el (secondary-selection): Make dark-background variant sane.
11791
11792 2000-09-16 Andrew Innes <andrewi@gnu.org>
11793
11794 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11795 read-only, since they aren't under VC now.
11796
11797 2000-09-17 Dave Love <fx@gnu.org>
11798
11799 * tmm.el: Replace mapcar with mapc in several places.
11800
11801 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11802 ad-unadvise.
11803
11804 * international/latin1-disp.el: New file.
11805
11806 * calendar/cal-move.el (scroll-calendar-left)
11807 (scroll-calendar-right): Make arg optional (for active mode line).
11808
11809 * calendar/calendar.el (calendar-mode-line-format): Make fields
11810 mouse-sensitive.
11811 (calendar-read-date, calendar-read-date, calendar-window-list):
11812 Unquote lambda.
11813 (calendar-month-name): Use aref, not sref.
11814
11815 * view.el (minor-mode-alist): Propertize the string.
11816
11817 * international/characters.el (standard-case-table): Add entries
11818 for Greek.
11819
11820 2000-09-18 Miles Bader <miles@gnu.org>
11821
11822 * info.el (info-node, info-xref): Add dark-background variants.
11823
11824 * faces.el (header-line): Change defaults to be less confusing
11825 when mixed with mode-lines.
11826
11827 * info.el (Info-fontify-node): Make a few cleanups.
11828 Add extra `help-echo' and `local-map' props to node xrefs.
11829 Use header-specific faces for node-names & xrefs.
11830 (Info-use-header-line): New variable.
11831 (info-header-xref, info-header-node): New faces.
11832 (Info-setup-header-line): New function.
11833 (Info-select-node): Call Info-setup-header-line when enabled.
11834 (Info-extract-pointer): Work even if the header line is hidden.
11835 (Info-header-line): New variable.
11836
11837 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11838
11839 * vms-patch.el (print-region-function): Don't quote lambda.
11840
11841 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11842
11843 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11844 (lm-get-header-re): Allow spaces between the header and the colon.
11845 (lm-header): Allow $ in non-RCS headers.
11846 (lm-header-multiline): Put the strings back into order.
11847 Stop at an empty line. Don't require two space chars if the
11848 line is clearly not another header line.
11849
11850 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11851 (popup-menu-popup): Remove.
11852
11853 2000-09-15 Gerd Moellmann <gerd@gnu.org>
11854
11855 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11856 specification if or if not tool-bar item contains an `:enabled'
11857 property.
11858
11859 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11860 current buffer has no file name.
11861
11862 2000-09-15 Dave Love <fx@gnu.org>
11863
11864 * strokes.el: Sync with maintainer's current version with changes
11865 for Emacs, but avoid runtime cl and levents.
11866 (toplevel): Change autoloads and compilation requires.
11867 (strokes-version, strokes-bug-address, strokes-lift): Values
11868 changed.
11869 (strokes-xpm-header, strokes-insinuated): New variable.
11870 (strokes): Add :link.
11871 (strokes-mode): Customized.
11872 (strokes-while-inhibiting-garbage-collector): New macro.
11873 (strokes-remassoc): Avoid remove-if.
11874 (strokes-fix-button2-command): Don't use ad-do-it.
11875 (strokes-insinuate): New function.
11876 (strokes-button-press-event-p, strokes-button-release-event-p):
11877 New functions, used instead of non-`strokes-' versions..
11878 (strokes-mouse-event-p): Rewritten.
11879 (strokes-event-closest-point): Avoid event-point.
11880 (strokes-get-grid-position): Avoid cdadr, caadr.
11881 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11882 functions.
11883 (strokes-help): Use with-output-to-temp-buffer.
11884 (strokes-window-configuration-changed-p): New function.
11885 (strokes-update-window-configuration): Use buffer-live-p,
11886 strokes-window-configuration-changed-p.
11887 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11888 (strokes-char-face): New face.
11889 (strokes-char-table, strokes-base64-chars): New variable.
11890 (strokes-xpm-for-stroke, strokes-list-strokes)
11891 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11892 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11893 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11894 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11895 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11896 functions.
11897
11898 2000-09-15 Gerd Moellmann <gerd@gnu.org>
11899
11900 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11901
11902 * image.el (create-image): Doc fix.
11903
11904 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11905 instead of `:heuristic-mask t'.
11906
11907 2000-09-14 Andrew Innes <andrewi@gnu.org>
11908
11909 * makefile.w32-in: Revert to Unix line endings.
11910
11911 2000-09-14 Andrew Innes <andrewi@gnu.org>
11912
11913 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11914 when installing.
11915
11916 * makefile.nt (DONTCOMPILE): Fix typo.
11917
11918 * shell.el (shell-write-history-on-exit): New function.
11919 (shell-dumb-shell-regexp): New custom variable.
11920 (shell-mode): Make shell-write-history-on-exit the process
11921 sentinel if shell name matches shell-dumb-shell-regexp.
11922
11923 * w32-fns.el: Comment out before-init-hook function which resets
11924 source-directory based; this breaks bootstrap.
11925
11926 2000-09-14 Dave Love <fx@gnu.org>
11927
11928 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11929 * toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11930 * toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11931 * toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11932 * toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11933 * toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11934 * toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11935 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11936 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11937
11938 * toolbar/toolbar.el: New.
11939
11940 * subdirs.el: Add toolbar.
11941
11942 2000-09-14 Gerd Moellmann <gerd@gnu.org>
11943
11944 * indent.el (indent-for-tab-command): Doc fix.
11945
11946 2000-09-14 Alex Schroeder <alex@gnu.org>
11947
11948 * ansi-color.el (ansi-colors): Doc change.
11949 (ansi-color-get-face): Simplified regexp.
11950 (ansi-color-faces-vector): Added more faces, doc change.
11951 (ansi-color-names-vector): Doc change.
11952 (ansi-color-regexp): Simplified regexp.
11953 (ansi-color-parameter-regexp): New regexp.
11954 (ansi-color-filter-apply): Doc change.
11955 (ansi-color-filter-region): Doc change.
11956 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11957 deal with zero length parameters.
11958 (ansi-color-apply-on-region): Doc change.
11959 (ansi-color-map): Doc change.
11960 (ansi-color-map-update): Removed debugging message.
11961 (ansi-color-get-face-1): Added condition-case to trap
11962 args-out-of-range errors.
11963 (ansi-color-get-face): Doc change.
11964 (ansi-color-make-face): Removed.
11965 (ansi-color-for-shell-mode): New option.
11966
11967 2000-09-13 Kenichi Handa <handa@etl.go.jp>
11968
11969 * international/quail.el (quail-start-translation): Translate KEY
11970 if necessary even if it doesn't have any mapping in the current
11971 input method.
11972 (quail-start-conversion): Likewise.
11973 (quail-help): The output message is improved.
11974
11975 2000-09-13 Miles Bader <miles@gnu.org>
11976
11977 * comint.el (comint-output-filter): Revert to using
11978 `insert-before-markers'. Add bletcherous hack to undo damage
11979 caused by `insert-before-markers'. Put `front-sticky' property on
11980 overlays created here so that the field code understands how the
11981 overlay works. Use a let when making comint-last-prompt-overlay,
11982 so that the code is easier to read.
11983
11984 2000-09-13 Dave Love <fx@gnu.org>
11985
11986 * wid-edit.el (widget-default-format-handler): DTRT when
11987 doc-property is a function.
11988
11989 2000-09-12 Francesco Potortì <pot@gnu.org>
11990
11991 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11992 filed name if it's not there.
11993
11994 2000-09-12 Dave Love <fx@gnu.org>
11995
11996 * simple.el (read-mail-command): Doc fix.
11997 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11998
11999 * vc.el (vc-dired-listing-switches): Fix :version.
12000
12001 * vc-hooks.el: Doc fixes.
12002
12003 * subr.el (add-minor-mode): Use toggle-fun arg.
12004
12005 * speedbar.el: Add :version to several defcustoms.
12006
12007 * imenu.el (imenu--truncate-items, imenu--cleanup)
12008 (imenu--generic-function): Avoid mapcar.
12009 (imenu--replace-spaces): Function removed.
12010 (imenu--completion-buffer): Use subst-char-in-string.
12011 (imenu-add-to-menubar): Use keymap inheritance.
12012
12013 2000-09-12 Miles Bader <miles@gnu.org>
12014
12015 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12016 (diff-mode-map): Bind `diff-test-hunk'.
12017 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12018
12019 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12020
12021 * bytecomp.el (byte-compile-defvar): Undo last change
12022 because it breaks '(make-variable-buffer-local (defvar ...)'
12023 which is used at least in dired.
12024
12025 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12026
12027 * international/quail.el (quail-define-package): Docstring
12028 modified.
12029
12030 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12031
12032 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12033 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12034 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12035 docstring of "chinese-py".
12036
12037 * international/quail.el (quail-translation-docstring): New
12038 variable.
12039 (quail-show-keyboard-layout): Docstring modified.
12040 (quail-select-current): Likewise.
12041 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12042 infinite recursive call.
12043 (quail-help): Check quail-translation-docstring. Format of the
12044 output changed.
12045 (quail-help-insert-keymap-description): Adjusted for the above
12046 change.
12047
12048 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12049
12050 * bytecomp.el (byte-compile-defvar): Only cons onto
12051 current-load-list in top-level forms. Else this leaks a cons cell
12052 every time a defun is called.
12053
12054 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12055
12056 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12057 Now understands non-unified diffs. Some functionality moved into
12058 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12059 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12060 modify anything. Only reposition point in the patched file if the
12061 patch succeeds. Only pop up another window if POPUP is true.
12062 Emit a message describing what happened if successful, and at what
12063 line-offset. Automatically detect reversed hunks and do something
12064 appropriate.
12065 (diff-hunk-text, diff-find-text): New functions.
12066 (diff-filter-lines): Function removed.
12067 (diff-test-hunk): New function.
12068 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12069
12070 2000-09-10 Dave Love <fx@gnu.org>
12071
12072 * textmodes/tildify.el: Minor doc/commentary fixes.
12073 (tildify) <defgroup>: Add :version.
12074
12075 * faces.el (face-x-resources): Make custom type more specific.
12076 (frame-background-mode): Use mapc.
12077 (region) <defcustom>: Add :version.
12078
12079 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12080
12081 * vc-sccs.el (vc-sccs-register):
12082 * vc-rcs.el (vc-rcs-register):
12083 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12084 * vc.el (vc-register): Clear file's properties.
12085
12086 2000-09-08 Gerd Moellmann <gerd@gnu.org>
12087
12088 * faces.el (face-spec-set): Only face-spec-reset-face when
12089 ATTRS is non-nil.
12090
12091 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12092
12093 * help.el (help-insert-xref-button): Fix a typo in doc string.
12094
12095 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12096
12097 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12098 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12099 methods.
12100
12101 * menu-bar.el (read-mail-item-name): New function.
12102 (menu-bar-tools-menu): Use it to compute and display the package
12103 used to read email.
12104 (menu-bar-tools-menu): Fix typo in GUD's help string.
12105
12106 2000-09-07 Dave Love <fx@gnu.org>
12107
12108 * diff-mode.el (diff-mouse-goto-source): New function.
12109
12110 * vc-sccs.el: Doc fixes.
12111 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12112
12113 * vc-rcs.el: Doc fixes.
12114 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12115 (vc-rcs-checkout-switches, vc-rcs-header)
12116 (vc-rcs-master-templates): Add or change :version.
12117
12118 * vc-cvs.el: Doc fixes.
12119 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12120 (vc-cvs-stay-local): Add :version.
12121
12122 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12123
12124 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12125
12126 * international/quail.el (quail-help): Fix previous change.
12127
12128 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12129
12130 * faces.el (color-values): Doc fix.
12131
12132 * faces.el (frame-set-background-mode): Use frame-parameter
12133 instead of frame-parameters.
12134
12135 * frame.el (filtered-frame-list): Reduce consing.
12136 (frames-on-display-list): Call frame-parameter instead of
12137 frame-parameters.
12138
12139 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12140
12141 * language/devan-util.el (devanagari-to-indian-region): In the
12142 loop, change the following char, not preceding char.
12143
12144 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12145
12146 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12147 instead of frame-parameters.
12148
12149 * faces.el (set-face-attribute): Simplify by calling
12150 internal-set-lisp-face-attribute with FRAME being 0.
12151
12152 * vc.el: Remove `Id' version control keyword.
12153
12154 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12155
12156 * help.el (help-make-xrefs): Adjusted for the change of
12157 help-xref-mule-regexp.
12158 (help-insert-xref-button): New function.
12159
12160 * international/mule-cmds.el (help-xref-mule-regexp-template):
12161 Include the pattern for character set.
12162 (leim): New group.
12163
12164 * international/quail.el: Don't require face.
12165 (quail): New group.
12166 (quail-other-command): Dummy command to make quail-help work better.
12167 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12168 (quail-keyboard-layout-substitution): New variable.
12169 (quail-update-keyboard-layout): New function.
12170 (quail-keyboard-layout-type): New customizable variable.
12171 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12172 (quail-keyboard-translate): Pay attention to
12173 quail-keyboard-layout-substitution.
12174 (quail-insert-kbd-layout): New function.
12175 (quail-show-keyboard-layout): New function.
12176 (quail-get-translation): If the definition is a vector of length
12177 1, and the element is a string of length 1, return the character
12178 in that string.
12179 (quail-update-current-translations): Fix the case of
12180 relative-index out of range.
12181 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12182 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12183 Show key sequences for all available characters.
12184 (quail-help-insert-keymap-description): Don't show such verbose
12185 key bindings as quail-self-insert-command.
12186
12187 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12188 Format changed, and each element now have extra documentations.
12189 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12190 Adjusted for the change of quail-cxterm-package-ext-info.
12191
12192 2000-09-06 Gerd Moellmann <gerd@gnu.org>
12193
12194 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12195 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12196 during bootstrap.
12197
12198 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12199
12200 * vc.el (toplevel): Don't require `dired' at run-time.
12201 (vc-dired-resynch-file): Remove autoload cookie.
12202
12203 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12204
12205 * vc.el: Made several backend functions optional.
12206 (vc-default-responsible-p): New function.
12207 (vc-merge): Use RET for first version to trigger merge-news, not
12208 prefix arg.
12209 (vc-annotate): Handle backends that do not support annotation.
12210 (vc-default-merge-news): Removed. The existence of a merge-news
12211 implementation is now checked on caller sites.
12212
12213 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12214 case.
12215
12216 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12217 special case that has been removed from the default in vc-hooks.el.
12218
12219 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12220
12221 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12222
12223 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12224
12225 * vc-hooks.el: Require vc during compilation.
12226 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12227 macro `with-vc-properties' in vc.el.
12228 (vc-file-getprop): Doc fix.
12229 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12230
12231 * vc.el: Require dired-aux during compilation.
12232 (vc-name-assoc-file): Moved to vc-sccs.el.
12233 (with-vc-properties): New macro.
12234 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12235 vc-finish-steal): Use it.
12236 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12237 to the backend-specific function is now supposed to do the checkout,
12238 too.
12239 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12240
12241 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12242 set file properties; that gets done in the generic code now.
12243
12244 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12245 Changed parameter list, added code from vc.el that does the
12246 checkout, possibly with a double-take.
12247
12248 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12249 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12250 the above under the new name.
12251 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12252 parameter list, added checkout command.
12253 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12254 properties; that gets done in the generic code now.
12255
12256 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12257
12258 * vc.el: Docstring fixes (courtesy of checkdoc).
12259
12260 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12261
12262 * vc.el (vc-checkout-writable-buffer-hook)
12263 (vc-checkout-writable-buffer): Remove.
12264 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12265 (vc-log-mode): Make it into a clean derived major mode.
12266 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12267 vc-log-mode if log-edit is not available.
12268 (vc-dired-mode-map): Don't set-keymap-parent yet.
12269 (vc-dired-mode): Do set-keymap-parent here.
12270 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12271
12272 2000-09-05 Gerd Moellmann <gerd@gnu.org>
12273
12274 * faces.el (set-face-attribute, face-spec-reset-face)
12275 (face-spec-set): Avoid consing by removing calls to `apply'.
12276
12277 * frame.el (frame-parameter): Move to C code.
12278
12279 2000-09-05 Dave Love <fx@gnu.org>
12280
12281 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12282 insert-before-markers-and-inherit. Now checked systematically!
12283
12284 2000-09-05 Alex Schroeder <alex@gnu.org>
12285
12286 * sql.el (sql-postgres): Use sql-postgres-options.
12287 (sql-postgres-options): New variable.
12288
12289 2000-09-05 Alex Schroeder <alex@gnu.org>
12290
12291 * sql.el (sql-mode-menu): Work around missing variable mark-active
12292 in XEmacs.
12293 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12294 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12295 compatibility.
12296
12297 2000-09-04 Gerd Moellmann <gerd@gnu.org>
12298
12299 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12300
12301 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12302
12303 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12304
12305 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12306
12307 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12308 don't support anything else under SCCS yet.
12309
12310 * vc-hooks.el: Minor doc fixes.
12311
12312 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12313
12314 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12315 not necessary. If verbose in state `needs-patch', do the same as
12316 under `up-to-date'. When NOT verbose and `needs-patch', check out
12317 latest version instead of `merge-news'.
12318 (vc-next-action-dired): Don't mess with default-directory here; it
12319 breaks other parts of dired. It is the job of the
12320 backend-specific functions to adjust it temporarily if they need it.
12321 (vc-next-action): Remove a special CVS case.
12322 (vc-clear-headers): New optional arg FILE.
12323 (vc-checkin, vc-checkout): Set properties vc-state and
12324 vc-checkout-time properly.
12325 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12326 (vc-print-log): Use new backend function `show-log-entry'.
12327 (vc-cancel-version): Do the checks in a different order. Added a
12328 FIXME concerning RCS-only code.
12329
12330 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12331 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12332
12333 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12334
12335 * vc-hooks.el (vc-default-mode-line-string): Show state
12336 `needs-patch' as a `-' too.
12337
12338 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12339
12340 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12341 (vc-default-could-register): New function.
12342 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12343 (vc-resynch-buffer): Call vc-dired-resynch-file.
12344 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12345 vc-resynch-buffer instead of vc-resynch-window.
12346 (vc-next-action-dired): Don't redisplay here, that gets done as a
12347 result of the individual file operations.
12348 (vc-retrieve-snapshot): Corrected prompt order.
12349
12350 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12351
12352 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12353 as well.
12354 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12355 hostname regexps. Updated all callers.
12356 (vc-cvs-responsible-p): Handle directories as well.
12357 (vc-cvs-could-register): New function.
12358 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12359 properties up-to-date.
12360
12361 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12362 user whether to create one.
12363
12364 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12365
12366 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12367 check out a non-existing file.
12368
12369 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12370 workfile does not exist.
12371
12372 * vc.el (vc-version-diff): Use `require' to check for existence of
12373 diff-mode.
12374
12375 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12376
12377 * vc-cvs.el (vc-cvs-registered): Use new function
12378 vc-cvs-parse-entry to do the actual work.
12379
12380 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12381
12382 * vc-hooks.el (vc-find-backend-function): If function doesn't
12383 exist, return nil instead of error.
12384 (vc-call-backend): Doc fix.
12385
12386 * vc.el (vc-do-command): Doc fix.
12387 (vc-finish-logentry): When checking in from vc-dired, choose the
12388 right backend for logentry check.
12389 (vc-dired-mode-map): Inherit from dired-mode-map.
12390 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12391 simplified.
12392 (vc-dired-state-info): Removed, updated caller.
12393 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12394 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12395 (vc-dired-listing-switches): New variable.
12396 (vc-directory): Use it, instead of dired-listing-switches.
12397
12398 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12399 (vc-cvs-dir-state): New function.
12400 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12401 (vc-cvs-parse-entry): New function, also to be used in
12402 vc-cvs-registered.
12403
12404 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12405
12406 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12407 *or* single-window-frames.
12408
12409 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12410
12411 * vc.el (vc-update-changelog): Split into generic part and default
12412 implementation. Doc string adapted.
12413 (vc-default-update-changelog): New function. Call the `rcs2log'
12414 script in exec-directory, to fix a long-standing nuisance.
12415
12416 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12417 simply signals an error.
12418
12419 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12420
12421 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12422 control-flow more clear and to avoid running `cvs' twice.
12423
12424 * vc.el (vc-next-action-on-file): Doc fix.
12425 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12426 (vc-print-log): Eval `file' before constructing the continuation.
12427
12428 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12429
12430 * vc.el (vc-next-action-on-file): Corrected several messages.
12431 (vc-merge): Add prefix arg `merge-news'; handle it.
12432
12433 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12434 is not reached. It is.
12435 (vc-cvs-merge): Set state to 'edited after merge.
12436 (vc-cvs-merge-news): Set workfile version to nil if not known.
12437 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12438
12439 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12440 via stdout. (Merge from main line.)
12441
12442 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12443
12444 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12445 detection.
12446
12447 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12448
12449 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12450 against kill-all-local-variables.
12451 (vc-log-edit): Don't save vc-parent-buffer any more.
12452 (vc-last-comment-match): Initialize to an empty string.
12453 (vc-post-command-functions): New hook.
12454 (vc-do-command): Run it.
12455 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12456 (vc-finish-logentry): Only add the comment to the ring if it's
12457 different from the last comment entered.
12458 (vc-new-comment-index): New function.
12459 (vc-previous-comment): Use it. Make the minibuffer message
12460 slightly less terse.
12461 (vc-comment-search-reverse): Make it work forward as well. Don't
12462 set vc-comment-ring-index if no match is found. Use
12463 vc-new-comment-index.
12464 (vc-comment-search-forward): Use vc-comment-search-reverse.
12465 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12466 define-derived-mode will do it for us. Bind `v' to a keymap that
12467 inherits from vc-prefix-map so that we can bind `vt' without
12468 binding C-x v t.
12469 (vc-retrieve-snapshot): Parenthesis typo.
12470
12471 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12472 to 1. Make sure to switch to *vc* before looking for an error
12473 message. Use vc-parse-buffer.
12474
12475 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12476
12477 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12478 and NAME.
12479 (vc-retrieve-snapshot): Split into two parts.
12480 (vc-default-retrieve-snapshot): New function.
12481
12482 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12483 (vc-cvs-retrieve-snapshot): New function (untested).
12484 (vc-cvs-stay-local): Default to t.
12485 (vc-cvs-remote-p): New function and property.
12486 (vc-cvs-state): Stay local only if the above is t.
12487 (vc-handle-cvs): Removed.
12488 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12489 done via vc-handled-backends now.
12490 (vc-cvs-header): Escape Id.
12491
12492 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12493
12494 * vc.el (vc-do-command): Remove unused commands.
12495 (vc-version-diff): Make sure default-directory ends with a slash.
12496 Move the window commands into a vc-exec-after.
12497 (vc-print-log): Move more of the code into the `vc-exec-after'.
12498
12499 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12500
12501 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12502 (vc-print-log): Search current revision from beginning of buffer.
12503 (vc-revert-buffer): Clear echo area after the diff is finished.
12504 (vc-prefix-map): Removed definition of "t" for terse display in vc
12505 dired.
12506 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12507 definition of "vt" for terse display.
12508 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12509
12510 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12511
12512 * vc.el (vc-exec-after): Avoid caddr.
12513
12514 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12515
12516 * vc.el (vc-exec-after): New function.
12517 (vc-do-command): Use it to add a termination message for async
12518 procs.
12519 (vc-checkout): Try to handle a missing-backend situation.
12520 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12521 of a directory with a backend using async diffs.
12522 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12523 present.
12524
12525 * vc-sccs.el (vc-sccs-state-heuristic): Use
12526 file-ownership-preserved-p.
12527
12528 * vc-rcs.el (vc-rcs-state-heuristic): Use
12529 file-ownership-preserved-p.
12530 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12531
12532 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12533
12534 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12535 vc-do-command.
12536
12537 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12538 when there are no changes.
12539
12540 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12541
12542 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12543
12544 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12545
12546 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12547
12548 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12549
12550 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12551 the `fset' outside of the defvar so that it works even if
12552 vc-prefix-map was already defined.
12553 (vc-setup-buffer): New function, split out of vc-do-command.
12554 (vc-do-command): Allow BUFFER to be t to mean `just use the
12555 current buffer without any fuss'.
12556 (vc-version-diff): Change the `diff' backend operation to just put
12557 the diff in the current buffer without erasing it. Always use
12558 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12559 shrink-window-if-larger-than-buffer.
12560 (vc-print-log): Change the `print-log' backend operation to just
12561 put the log in the current buffer without erasing it. Protect
12562 shrink-window-if-larger-than-buffer.
12563 (vc-update-change-log): Fix setd typo.
12564
12565 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12566 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12567
12568 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12569 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12570 CMP.
12571
12572 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12573 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12574 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12575
12576 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12577
12578 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12579 not possible, use vc-BACKEND-workfile-unchanged-p.
12580 (vc-default-workfile-unchanged-p): New function. Delegates to a
12581 full vc-BACKEND-diff.
12582
12583 * vc-hooks.el (vc-simple-command): Removed.
12584
12585 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12586 instead of vc-simple-command.
12587 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12588 avoid doing a diff when opening a file.
12589 (vc-rcs-state): Added check for unlocked-changes.
12590 (vc-rcs-header): Escape Id.
12591 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12592 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12593 version.
12594
12595 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12596 (vc-sccs-diff): Remove optional arg CMP.
12597 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12598 SCCS-specific function.
12599
12600 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12601 vc-simple-command.
12602
12603 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12604
12605 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12606 (with-vc-file, vc-merge): Use vc-editable-p.
12607 (vc-do-command): Remove unused var vc-file and fix the
12608 doubly-defined `status' var. Add a user message when starting an
12609 async command.
12610 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12611 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12612 Use with-current-buffer.
12613 (vc-buffer-sync): Use unless.
12614 (vc-next-action-on-file): If the file is 'edited by read-only,
12615 make it read-write instead of trying to commit.
12616 (vc-version-diff, vc-update-change-log): Use `setq
12617 default-directory' rather than `cd'.
12618 (vc-log-edit): Don't forget to set default-directory in the
12619 buffer.
12620
12621 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12622 (vc-sccs-state-heuristic): Use file-writable-p instead of
12623 comparing userids.
12624 (vc-sccs-checkout): Use `unless'.
12625
12626 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12627 of comparing userids.
12628 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12629 Simplify the logic by eliminating unreachable code.
12630 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12631 just do a recursive call if we need to retry.
12632 (vc-rcs-checkout): Handle the case where rcs is missing by making
12633 the buffer read-write if requested and re-signaling the error.
12634
12635 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12636
12637 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12638
12639 * vc-hooks.el (vc-handled-backends): Docstring change.
12640 (vc-ignore-vc-files): Mark obsolete.
12641 (vc-registered): Check vc-ignore-vc-files.
12642 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12643 vc-ignore-vc-files.
12644
12645 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12646
12647 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12648
12649 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12650 files since ange-ftp already has vc-registered return nil.
12651
12652 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12653 (vc-sccs-workfile-version): Use with-temp-buffer and new
12654 vc-parse-buffer and don't bother setting the property.
12655 (vc-sccs-add-triple): Use with-current-buffer and
12656 find-file-noselect.
12657 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12658
12659 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12660 derives from the old vc-parse-buffer but uses the revision number
12661 rather than the date (much easier to compare robustly).
12662 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12663 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12664 locking-user more directly. Check strict locking and set
12665 checkout-model appropriately.
12666 (vc-rcs-parse-locks): Remove.
12667 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12668 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12669 (vc-rcs-system-release): Use with-current-buffer and
12670 vc-parse-buffer.
12671 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12672
12673 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12674 (vc-simple-command): Docstring fix.
12675 (vc-registered): Align the way the file-handler is called with the
12676 way the function itself works.
12677 (vc-file-owner): Remove.
12678
12679 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12680 extraction of fields and call to file-attributes because of a
12681 temporary bug in rcp.el.
12682 (vc-cvs-fetch-status): Use with-current-buffer.
12683
12684 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12685
12686 * vc.el (vc-do-command): Use file-relative-name.
12687 (vc-responsible-backend): Use vc-backend if possible.
12688 (vc-create-snapshot): Improve the `interactive' spec. Add support
12689 for branches and dispatch to backend-specific `create-snapshot'.
12690 (vc-default-create-snapshot): New function, containing the bulk of
12691 the old vc-create-snapshot.
12692 (vc-retrieve-snapshot): Improve the interactive spec.
12693
12694 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12695 (vc-backend-hook-functions): Remove.
12696 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12697 (vc-backend): Reintroduce the test for `file = nil' now that I
12698 know why it was there (and added a comment to better remember).
12699
12700 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12701 code from vc-sccs-hooks.el.
12702 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12703 'vc anymore.
12704 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12705 and file-directory-p instead of file-exists-p.
12706 (vc-sccs-check-headers): Simplify the regexp.
12707
12708 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12709 from vc-rcs-hooks.el. Don't require 'vc anymore.
12710 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12711 file-directory-p instead of file-exists-p.
12712
12713 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12714 from vc-cvs-hooks.el.
12715 (proto vc-cvs-registered): Require 'vc-cvs instead of
12716 'vc-cvs-hooks. Don't require 'vc anymore.
12717 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12718 file-directory-p instead of file-exists-p.
12719 (vc-cvs-create-snapshot): New function, replacing
12720 vc-cvs-assign-name.
12721 (vc-cvs-assign-name): Remove.
12722
12723 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12724
12725 * vc-cvs.el (vc-cvs-header): New var.
12726
12727 * vc-rcs.el (vc-rcs-exists): Remove.
12728 (vc-rcs-header): New var.
12729
12730 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12731 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12732 (vc-sccs-header): New var.
12733
12734 * vc.el (vc-do-command): Get rid of the `last' argument.
12735 (vc-header-alist): Remove, replaced by vc-X-header.
12736 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12737 (vc-dired-hook): Use expand-file-name instead of concat.
12738 (vc-directory): Use file-name-as-directory.
12739 (vc-snapshot-precondition, vc-create-snapshot)
12740 (vc-retrieve-snapshot): Allow the command to operate on any
12741 directory.
12742
12743 * vc-rcs.el, vc-sccs.el, vc-cvs.el: Update calls to vc-do-command by either
12744 just removing the 'WORKFILE argument or by removing the 'MASTER
12745 argument and replacing `file' with (vc-name file).
12746
12747 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12748
12749 * vc.el: Update Copyright and add a crude list of backend funs.
12750 (vc-writable-p): New function.
12751 (with-vc-file): Use vc-writable-p.
12752 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12753 (vc-register): Avoid vc-name.
12754 (vc-locking-user): Remove.
12755 (vc-steal-lock): Make the `owner' arg non-optional.
12756 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12757 vc-checkout-model.
12758 (vc-default-dired-state-info): Use vc-state instead of
12759 vc-locking-user and return special strings for special states.
12760 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12761 and get rid of one of the special CVS cases.
12762 (vc-cancel-version): prettify error message with \\[...].
12763 (vc-rename-master): New function.
12764 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12765 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12766 the CVS special case generic.
12767 (vc-default-record-rename): Remove.
12768 (vc-file-tree-walk-internal): Only call FUNC for files that are
12769 under control of some VC backend and replace `concat' with
12770 expand-file-name.
12771 (vc-file-tree-walk): Update docstring.
12772 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12773 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12774
12775 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12776 vc-sccs-record-rename. Use `find-file-noselect' rather than
12777 `find-file' and call `vc-rename-master' to do the actual move.
12778 (vc-sccs-diff): Remove unused `backend' variable.
12779
12780 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12781 to delay loading of vc-sccs until it is really used.
12782 (vc-sccs-master-templates): Preload.
12783 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12784 (vc-sccs-project-dir): Remove (merged into
12785 vc-sccs-search-project-dir).
12786 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12787 rather than `concat', make sure it is preloaded and don't bother
12788 to check that the file actually exists.
12789 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12790 `locks' argument (use buffer's content instead) and eliminate n^2
12791 behavior.
12792
12793 * vc-rcs.el: Update Copyright.
12794 (vc-rcs-rename-file): New function.
12795 (vc-rcs-diff): Remove unused `backend' variable.
12796
12797 * vc-hooks.el: Update Copyright.
12798 (vc-backend): Don't accept a nil argument any more.
12799 (vc-up-to-date-p): Turn into a defsubst.
12800 (vc-possible-master): New function.
12801 (vc-check-master-templates): Use `vc-possible-master' and allow
12802 funs in vc-X-master-templates to return a non-existent file.
12803
12804 * vc-cvs.el: Update Copyright.
12805 (vc-cvs-diff): Remove unused `backend' variable.
12806 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12807
12808 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12809
12810 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12811
12812 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12813 since it can be called from vc-rcs.el.
12814 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12815
12816 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12817
12818 * vc.el (vc-version-diff): Expand file name read from the
12819 minibuffer. Handle the case when a previous version number can't
12820 be guessed. Give suitable messages when there were no differences
12821 found.
12822 (vc-clear-headers): Call backend-specific implementation, if one
12823 exists.
12824 (vc-cancel-version): Made error checks generic. When done, clear
12825 headers generically, too.
12826
12827 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12828 from vc-clear-headers in vc.el.
12829
12830 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12831 correctly.
12832 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12833 optional. Handle the case when it's not there.
12834
12835 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12836
12837 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12838
12839 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12840
12841 * vc-hooks.el (vc-loadup): Remove.
12842 (vc-find-backend-function): Use `require'. Also, handle the case
12843 where vc-BACKEND-hooks.el doesn't exist.
12844 (vc-call-backend): Cleanup.
12845
12846 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12847
12848 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12849 vc-rcs-grab-templates)
12850 (vc-rcs-registered): Remove. The default function works as well.
12851 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12852 vc-sccs-grab-templates)
12853 (vc-sccs-registered): Remove. The default function works as well.
12854
12855 * vc.el (vc-version-diff): Left out a vc- in call to
12856 vc-call-backend.
12857 (vc-default-dired-state-info, vc-default-record-rename)
12858 (vc-default-merge-news): Update for the new backend argument.
12859
12860 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12861 using the default function.
12862 (vc-call-backend): If calling the default function, pass it the
12863 backend as first argument. Update the docstring accordingly.
12864 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12865 for the new backend argument.
12866 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12867 (vc-find-backend-function): Use the new name.
12868 (vc-default-registered): New function.
12869
12870 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12871
12872 * vc.el (vc-merge): Use vc-find-backend-function.
12873
12874 * vc-hooks.el (vc-backend-functions): Remove.
12875 (vc-loadup): Don't setup 'vc-functions.
12876 (vc-find-backend-function): New function.
12877 (vc-call-backend): Use above fun and populate 'vc-functions
12878 lazily.
12879 (vc-backend-defines): Remove.
12880
12881 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12882
12883 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12884 Call vc-call-backend without the leading vc-.
12885 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12886 (vc-check-headers): Call vc-call-backend without the leading vc-.
12887 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12888 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12889 Call vc-call-backend without the leading vc-.
12890
12891 * vc-cvs.el (tail): Provide vc-cvs.
12892 * vc-sccs.el (tail): Provide vc-sccs.
12893 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12894
12895 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12896 (vc-make-backend-function, vc-call): Pass names without leading
12897 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12898 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12899 (vc-call-backend): Always try to load vc-X-hooks.
12900 (vc-registered): Remove vc- in call to vc-call-backend.
12901
12902 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12903
12904 * vc.el (vc-process-filter): New function.
12905 (vc-do-command): Setup `vc-process-filter' for the async process.
12906 (vc-maybe-resolve-conflicts): New function to reduce
12907 code-duplication. Additionally, it puts the buffer in
12908 `smerge-mode' if applicable.
12909 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12910 calling `merge-news'.
12911 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12912 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12913 interfacing to log-edit.el.
12914 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12915 log-edit is available.
12916 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12917
12918 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12919
12920 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12921 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12922 defvar and the initialization.
12923 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12924
12925 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12926 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12927
12928 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12929
12930 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12931
12932 * vc.el (vc-file-clear-masterprops): Removed.
12933 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12934 (vc-version-diff): Use buffer-size without argument.
12935 (vc-register): Heed vc-initial-comment.
12936
12937 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12938 default branch.
12939
12940 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12941 file name and workfile version.
12942 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12943
12944 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12945 vc-file-clear-masterprops.
12946
12947 * vc-sccs.el (vc-sccs-checkout): Removed call to
12948 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12949 rather than user login name.
12950
12951
12952 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12953
12954 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12955 `want-differences-if-changed' and simplify.
12956 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12957 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12958 output (which is invalid for async vc-diff) to decide whether to
12959 do the revert silently or not.
12960
12961 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12962
12963 * vc-hooks.el (vc-loadup): Load files quietly.
12964 (vc-call-backend): Oops, brain fart.
12965
12966 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12967
12968 * vc-cvs.el (vc-cvs-state): Typo.
12969 (vc-cvs-merge-news): Return the status code rather than the error msg.
12970
12971 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12972
12973 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12974 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12975 vc-state or vc-up-to-date-p.
12976 (vc-merge): Use vc-backend-defines to check whether merging is
12977 possible. Set state to 'edited after successful merge.
12978
12979 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12980 return that name. Redocumented.
12981
12982 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12983
12984 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12985 new `vc-state' semantics.
12986 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12987 'vc-locking-user to the current user.
12988 (vc-merge): Inline vc-backend-merge. Comment out code that I
12989 don't understand and hence can't adapt to the new `vc-state' and
12990 `vc-locking-user' semantics.
12991 (vc-backend-merge): Remove.
12992
12993 * vc-rcs.el, vc-scc.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12994 rather than 'vc-locking-user.
12995
12996 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12997
12998 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12999 (vc-state): Don't use 'reserved any more. Just use the same
13000 convention as the one used for vc-<backend>-state where the
13001 locking user (as a string) is returned.
13002 (vc-locking-user): Update, based on the above convention. The
13003 'vc-locking-user property has disappeared.
13004 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13005
13006 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13007 with a heuristic one.
13008 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13009 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13010 error. That allows us to get to 'needs-merge even in the
13011 stay-local case. There's still no way to detect 'needs-patch in
13012 such a setup (or to force an update for that matter).
13013 (vc-cvs-logentry-check): Remove, the default works as well.
13014
13015 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13016
13017 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13018
13019 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13020 major-mode in which the buffer might have been put earlier. Use
13021 `remove' and `when'. Allow `okstatus' to be `async' and use
13022 `start-process' in this case.
13023 (vc-version-diff): Handle the case where the diff looks empty
13024 because of the use of an async process.
13025
13026 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13027
13028 * vc.el (vc-next-action-on-file): Removed optional parameter
13029 `simple'. Recompute state unconditionally.
13030 (vc-default-toggle-read-only): Removed.
13031
13032 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13033 (vc-toggle-read-only): Undid prev change.
13034
13035 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13036 vc-cvs-simple-toggle. Redocumented.
13037 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13038 (vc-cvs-toggle-read-only): Removed.
13039
13040 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13041
13042 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13043 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13044 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13045 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13046 still is. So maybe it should be removed.
13047 (vc-head-version, vc-find-binary): Remove.
13048 (vc-recompute-state): Move from vc-hooks.el.
13049 (vc-next-action-on-file): Add a `simple' argument to allow
13050 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13051 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13052 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13053 (vc-dired-mode-map): Properly defvar it.
13054 (vc-print-log): Call log-view-mode if available.
13055 (small-temporary-file-directory): defvar instead of use boundp.
13056 (vc-merge-news): Moved to vc-cvs.el.
13057 (vc-default-merge-news): New function.
13058
13059 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13060 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13061 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13062 unknown `vc-latest-version' function. It should probably refer to
13063 vc-workfile-version or somesuch, but it's very unclear to me and I
13064 don't have SCCS to test things.
13065
13066 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13067 (vc-sccs-state-heuristic): Fix typo.
13068 (vc-sccs-workfile-unchanged-p): Add missing argument.
13069
13070 * vc-rcs.el: Require vc and vc-rcs-hooks.
13071 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13072 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13073 (vc-release-greater-or-equal-p): Move from vc.
13074 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13075 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13076 (vc-rcs-checkout): Add a missing `new-version' argument in the
13077 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13078
13079 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13080 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13081 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13082 than the apparently unbound `workfile-version'.
13083
13084 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13085 (vc-file-prop-obarray): Use `make-vector'.
13086 (vc-backend-functions): Add new hookable functions
13087 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13088 (vc-loadup): If neither backend nor default functions exist, use
13089 the backend function rather than nil.
13090 (vc-call-backend): If the function if not bound yet, try to load
13091 the non-hook file to see if it provides it.
13092 (vc-call): New macro plus use it wherever possible.
13093 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13094 nor `vc-find-binary' since it's only called from
13095 vc-mistrust-permission which is only used once the backend is known.
13096 (vc-checkout-model): Fix parenthesis.
13097 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13098
13099 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13100 (vc-cvs-release, vc-cvs-system-release): Remove.
13101 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13102 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13103 status symbols.
13104 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13105 (vc-cvs-toggle-read-only): First cut at a function to allow a
13106 cvs-status-free vc-toggle-read-only.
13107 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13108 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13109 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13110 (vc-cvs-checkout): Modify access rights directly if the user
13111 requested not to use `cvs edit'. And refresh the mode line.
13112
13113 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13114 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13115
13116 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13117
13118 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13119 workfile' that got lost when the code was extracted from vc.el.
13120 And merged the tail with the rest of the code (not possible in the
13121 old vc.el where the tail was shared among all backends). And
13122 explicitly set the state to 'edited if `writable' is set.
13123
13124 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13125 (vc-cvs-state): Be careful to return the value from
13126 vc-cvs-parse-state.
13127 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13128 property but return it instead. Also be careful to handle a nil
13129 or "" `rev' when workfile is non-nil (it was handled properly when
13130 workfile was nil).
13131
13132 * vc.el: Removed those pesky unnecessary `(function' quotes.
13133 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13134 directly in the defvar.
13135 (vc-do-command): Bind inhibit-read-only so as to properly handle
13136 the case where the destination buffer has been made read-only.
13137 (vc-diff): Delegate to vc-version-diff in all cases.
13138 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13139 (vc-annotate-mode-variables): Removed (code moved partly to
13140 defvars and partly to vc-annotate-add-menu).
13141 (vc-annotate-mode): Turned into a derived-mode.
13142 (vc-annotate-add-menu): Moved in code in
13143 vc-annotate-mode-variables.
13144 (vc-update-change-log): Use make-temp-file if available.
13145
13146 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13147
13148 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13149 `vc-checkout-model' updated to `vc-cvs-update-model'.
13150
13151 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13152
13153 * vc.el (vc-next-action-on-file): Added handling of state
13154 `unlocked-changes'.
13155 (vc-checkout-carefully): Is now practically obsolete, unless the
13156 above is too slow to be enabled unconditionally.
13157 (vc-update-change-log): Fixed typo.
13158
13159 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13160
13161 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13162 Now handles state `unlocked-changes'.
13163 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13164
13165 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13166
13167 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13168 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13169 `unlocked-changes'.
13170 (vc-rcs-workfile-unchanged-p): Renamed from
13171 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13172 function yet, but supposed to become one soon.
13173
13174 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13175 `vc-steal-lock'.
13176 (vc-call-backend): Changed error message.
13177 (vc-state): Added description of state `unlocked-changes'.
13178
13179 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13180
13181 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13182 always return t in CVS-controlled directories.
13183
13184 * vc.el (vc-responsible-backend): New function.
13185 (vc-register): Largely rewritten.
13186 (vc-admin): Removed (implementation moved into vc-register).
13187 (vc-checkin): Redocumented.
13188 (vc-finish-logentry): If no backend defined yet (because we are in
13189 the process of registering), use the responsible backend.
13190
13191 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13192 Updated function lists.
13193 (vc-call-backend): Fixed typo.
13194
13195 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13196 New functions.
13197 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13198 Removed query option. Redocumented.
13199
13200 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13201
13202 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13203
13204 * vc.el: Updated callers of `vc-checkout-required' to use
13205 `vc-checkout-model'.
13206
13207 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13208
13209 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13210 stuff updated to reference this function instead of the old
13211 `vc-backend-release-p'.
13212
13213 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13214
13215 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13216 vc-checkout-model. Return appropriate values. Updated callers.
13217
13218 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13219
13220 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13221 (vc-backend-revert): Function moved into `vc-revert';
13222 `vc-next-action' must be updated to accommodate this change.
13223 (vc-backend-steal): Function moved into `vc-finish-steal'.
13224 (vc-backend-logentry-check): Function moved into
13225 `vc-finish-logentry'.
13226 (vc-backend-printlog): Function moved into `vc-print-log'.
13227 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13228 (vc-backend-assign-name): Function moved into
13229 `vc-create-snapshot'.
13230
13231 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13232
13233 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13234 Rename to vc-checkout-model. Return appropriate values.
13235 Update callers.
13236
13237 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13238 to vc-checkout-model.
13239 (vc-checkout-required): Rename to vc-checkout-model.
13240 Re-implement and re-comment.
13241 (vc-after-save): Use vc-checkout-model.
13242
13243 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13244
13245 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13246 Update to use the vc-BACKEND-diff functions instead.
13247 `vc-diff' is now working.
13248
13249 * vc-rcs.el (vc-rcs-logentry-check): New function.
13250
13251 * vc-cvs.el (vc-cvs-logentry-check): New function.
13252
13253 * vc-sccs.el (vc-sccs-diff): Function changed name from
13254 `vc-backend-diff'. This makes `vc-diff' work.
13255
13256 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13257 of functions possibly implemented in a vc-BACKEND library.
13258 (vc-checkout-required): Fix bug that caused an error to be
13259 signaled during `vc-after-save'.
13260
13261 * vc.el: Fix typo.
13262 This checkin is made with our new VC code base for the very first time.
13263 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13264
13265 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13266 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13267
13268 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13269 updated to `vc-uses-locking'.
13270 (vc-checkout-required): Call to backend function.
13271 `vc-checkout-required' updated to `vc-uses-locking' instead.
13272
13273 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13274 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13275
13276 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13277 to match the split into various backends.
13278 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13279 (vc-retrieve-snapshot): Bug fix.
13280
13281 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13282
13283 * vc-sccs.el (vc-sccs-release): Doc fix.
13284
13285 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13286
13287 * vc.el (vc-next-action-on-file): Bug found and fixed.
13288 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13289 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13290
13291 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13292 (vc-rcs-checkout): Name space cleaned up. No more revision number
13293 crunching function names that are not prefixed with vc-rcs.
13294 (vc-rcs-checkout-model): Function added. References to
13295 `vc-checkout-model' replaced.
13296
13297 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13298
13299 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13300 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13301 still need to be split, and implemented for RCS).
13302
13303 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13304
13305 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13306
13307 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13308 required by the vc.el file.
13309
13310 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13311 required by the vc.el file.
13312 (vc-rcs-exists): Function added.
13313
13314 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13315 required by the vc.el file.
13316
13317 * vc.el (vc-admin): Updated to handle selection of appropriate
13318 backend. Current implementation is crufty and need re-thinking.
13319
13320 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13321
13322 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13323
13324 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13325 beginning of annotate buffers correctly.
13326
13327 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13328 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13329 functionality updated quite a lot to support multiple backends.
13330 Variables `vc-annotate-mode', `vc-annotate-buffers',
13331 `vc-annotate-backend' added.
13332
13333 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13334 `vc-annotate-difference' added to supported backend functions.
13335
13336 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13337
13338 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13339 Use with-temp-file instead of /bin/sh. Merged from mainline
13340
13341 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13342
13343 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13344
13345 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13346
13347 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13348
13349 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13350
13351 * vc-hooks.el: vc-state-heuristic added to
13352 vc-backend-hook-functions.
13353
13354 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13355
13356 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13357
13358 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13359 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13360 state to `reserved'.
13361
13362 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13363 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13364
13365 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13366
13367 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13368 untouched.
13369
13370 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13371
13372 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13373 if defined. (Merged from main line, slightly adapted.)
13374
13375 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13376 millenium problem (merged from mainline).
13377
13378 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13379
13380 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13381 part and moved the non-BACKEND stuff to vc.el.
13382
13383 * vc.el: Split the annotate feature into a BACKEND specific part
13384 and moved it from the vc-cvs.el file to this one.
13385
13386 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13387
13388 * vc-hooks.el: Implement new state model.
13389 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13390 (vc-locking-user): Simplify. Now only needed if the file is
13391 locked by somebody else.
13392 (vc-lock-from-permissions): Remove. Functionality is in
13393 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13394 (vc-mode-line-string): New name for former vc-status. Adapted.
13395 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13396
13397 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13398 Various simplifications and adaptations all over the place.
13399
13400 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13401 Simplify and adapt the rest.
13402
13403 * vc.el (vc-resynch-window): Add TODO comment: check for
13404 interaction with view mode according to recent RCS change.
13405 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13406
13407 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13408
13409 * vc.el: Convert the remaining function comments to docstrings.
13410
13411 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13412
13413 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13414 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13415 (vc-minor-part, vc-previous-version): Functions that operate and
13416 compare revision numbers got proper documentation. Comments added
13417 about their possible removal.
13418
13419 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13420
13421 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13422 the vc-backend.el files.
13423
13424 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13425
13426 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13427 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13428 (vc-rcs-previous-version): Functions added.
13429
13430 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13431
13432 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13433
13434 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13435
13436 * vc-hooks.el (vc-master-templates): Is really obsolete.
13437 Comment out the definition for now. What is the right procedure
13438 to get rid of it?
13439 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13440 rewritten.
13441 (vc-default-registered): Remove.
13442 (vc-check-master-templates): New function; does mostly what the
13443 above did before.
13444 (vc-locking-user): Don't rely on the backend to set the property.
13445
13446 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13447 Rewrite documentation.
13448 (vc-rcs-templates-grabbed): New variable.
13449 (vc-rcs-grab-templates): New function.
13450 (vc-rcs-registered): Rewrite to use above mechanism.
13451
13452 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13453 Rewrite documentation.
13454 (vc-sccs-templates-grabbed): New variable.
13455 (vc-sccs-grab-templates): New function.
13456 (vc-sccs-registered): Rewrite to use above mechanism.
13457 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13458 Don't throw the result, simply return it.
13459
13460 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13461 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13462 (vc-cvs-registered): Does the check itself now. Simplify.
13463
13464 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13465 from main line.
13466
13467 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13468
13469 * vc-cvs.el (vc-cvs-diff): New function.
13470
13471 * vc-sccs.el (vc-sccs-diff): New function.
13472
13473 * vc-rcs.el (vc-rcs-diff): New function.
13474 (vc-rcs-checkout): Bug (typo) found and fixed.
13475 (vc-rcs-register-switches): New variable.
13476
13477 * vc.el (vc-backend-diff): Function removed and placed in the
13478 backend files.
13479
13480 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13481
13482 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13483
13484 * vc.el (vc-backend-checkout): Function removed and replaced in
13485 the vc-backend.el files.
13486
13487 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13488
13489 * vc.el (vc-backend-admin): Removed and replaced in the
13490 vc-backend.el files.
13491
13492 * vc.el (Martin): Removed all the annotate functionality since it
13493 is CVS backend specific.
13494
13495 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13496
13497 * spec.txt: Added specification of vc-state.
13498
13499 * vc-sccs-hooks.el (vc-sccs-master-properties):
13500 Remove handling of vc-latest-version and
13501 vc-your-latest-version. What used to be vc-latest-version, is now
13502 returned as vc-workfile-version.
13503 (vc-sccs-workfile-version): Adapt.
13504
13505 2000-09-04 Dave Love <fx@gnu.org>
13506
13507 * vc.el: [Merged from mainline.]
13508 (vc-dired-mode): Make the dired-move-to-filename-regexp
13509 regexp match the date, to avoid treating date as file size.
13510 Add YYYY S option to WESTERN/
13511
13512 2000-09-04 Dave Love <fx@gnu.org>
13513
13514 * vc.el: Require `compile' when compiling.
13515 (vc-logentry-check-hook): New option.
13516 (vc-steal-lock): Use compose-mail.
13517 (vc-dired-mode-map): Defvar when compiling.
13518 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13519 vc-sccs.el and renamed. Callers changed.
13520 (vc-backend-checkout, vc-backend-logentry-check)
13521 (vc-backend-merge-news): Doc fix.
13522 (vc-default-logentry-check): New function.
13523 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13524 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13525 (vc-backend-merge): Doc fix. Use backend functions.
13526 (vc-check-headers): Use backend functions.
13527
13528 * vc-cvs.el: Require vc when compiling.
13529 (vc-cvs-register-switches): Doc fix.
13530 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13531 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13532 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13533 New functions (code from vc.el).
13534 (vc-annotate-display-default): Fix interactive spec.
13535 (vc-annotate-time-span): Doc fix.
13536
13537 * vc-rcs.el: Require vc when compiling.
13538 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13539 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13540 (vc-rcs-checkin): New functions (code from vc.el).
13541 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13542 Doc fix.
13543 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13544
13545 * vc-sccs.el: Require vc when compiling.
13546 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13547 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13548 (vc-sccs-revert)
13549 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13550 from vc.el).
13551 (vc-sccs-add-triple, vc-sccs-record-rename)
13552 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13553 (vc-sccs-admin): Doc fix.
13554
13555 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13556
13557 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13558 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13559 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13560 from vc.el.
13561
13562 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13563
13564 * vc-cvs.el: Moved the annotate functionality from vc.el.
13565 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13566
13567 2000-09-04 Dave Love <fx@gnu.org>
13568
13569 * vc.el (vc-backend-release): Call vc-system-release.
13570
13571 * vc-sccs.el (vc-sccs-system-release):
13572 Renamed from vc-sccs-backend-release.
13573
13574 * vc-rcs.el (vc-rcs-system-release):
13575 Renamed from vc-rcs-backend-release.
13576
13577 * vc-cvs.el (vc-cvs-system-release):
13578 Renamed from vc-cvs-backend-release.
13579
13580 2000-09-04 Dave Love <fx@gnu.org>
13581
13582 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13583 backend files.
13584 (vc-backend-release): Dispatch to backend functions.
13585 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13586 probably needs attention.]
13587
13588 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13589 (vc-sccs-backend-release): New function.
13590
13591 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13592 (vc-cvs-backend-release): New function.
13593
13594 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13595 Doc fix.
13596 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13597 (vc-default-dired-state-info): New function.
13598 (vc-dired-state-info): Dispatch to backends.
13599 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13600
13601 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13602 from vc.el and renamed.
13603
13604 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13605
13606 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13607 (vc-version-other-window, vc-backend-assign-name): Removed
13608 references to vc-latest-version; sometimes changed into
13609 vc-workfile-version.
13610
13611 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13612 vc-rcs-master-workfile-version.
13613 (vc-rcs-workfile-version): Use the above. Don't call
13614 vc-latest-version (that was unreachable code, anyway).
13615 (vc-rcs-fetch-master-properties): Doc fix.
13616
13617 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13618 (vc-backend-hook-functions): Removed them from this list, too.
13619 (vc-fetch-properties): Removed.
13620 (vc-workfile-version): Doc fix.
13621
13622 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13623 (vc-rcs-workfile-version, vc-rcs-locking-user)
13624 (vc-rcs-uses-locking): Use it.
13625
13626 * vc-hooks.el (vc-consult-rcs-headers):
13627 Moved into vc-rcs-hooks.el, under the name
13628 vc-rcs-consult-headers.
13629
13630 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13631 headers.
13632 (vc-cvs-find-master): Use this name only; correct different
13633 versions of the name.
13634
13635 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13636 New functions.
13637 (vc-sccs-locking-user): Use the latter.
13638
13639 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13640 New functions.
13641
13642 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13643 Moved into both
13644 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13645 functions are implementation details of those two backends.
13646
13647 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13648
13649 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13650 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13651
13652 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13653 (vc-sccs-parse-locks): SCCS-specific code moved here from
13654 vc-hooks.
13655
13656 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13657 code moved here from vc-hooks.
13658
13659 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13660 into back-end specific parts and removed. Callers not updated
13661 yet; because I guess these callers will disappear into back-end
13662 specific files anyway.
13663
13664 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13665
13666 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13667 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13668 `vc-uses-locking'.
13669
13670 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13671 Store yes/no in the property, and return t/nil. Updated all
13672 callers.
13673
13674 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13675 vc-sccs-uses-locking. Don't set property.
13676 (vc-sccs-locking-user): Don't set property.
13677
13678 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13679 vc-cvs-uses-locking. Don't set property here; leave that to
13680 vc-hooks.
13681 (vc-cvs-locking-user): Reflect above change. Streamlined.
13682
13683 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13684 vc-rcs-uses-locking.
13685 (vc-rcs-locking-user): Reflect above change.
13686
13687 2000-09-04 Dave Love <fx@gnu.org>
13688
13689 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13690
13691 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13692
13693 * vc-hooks.el (vc-checkout-model): Punt to backends.
13694
13695 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13696
13697 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13698
13699 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13700 New functions.
13701
13702 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13703 New functions.
13704
13705 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13706 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13707
13708 * vc-hooks.el (vc-default-locking-user): New function.
13709 (vc-locking-user, vc-workfile-version): Punt to backends.
13710
13711 2000-09-04 Dave Love <fx@gnu.org>
13712
13713 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13714 (vc-master-workfile-version): Moved from vc-hooks.
13715
13716 * vc-rcs-hooks.el: Fix duplicate code in last change.
13717
13718 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13719 (vc-rcs-master-templates): Improve :type.
13720 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13721 vc-master-workfile-version): Moved from vc-hooks.
13722
13723 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13724 (vc-sccs-master-templates): Improve :type.
13725 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13726
13727 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13728
13729 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13730 (vc-cvs-master-templates): Improve :type. Use
13731 vc-cvs-find-cvs-master.
13732 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13733 from vc-hooks.
13734 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13735
13736 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13737 Moved to vc-cvs-hooks.
13738
13739 * vc-hooks.el: Add doc strings in various places. Simplify the
13740 minor mode setup.
13741 (vc-handled-backends): New user variable.
13742 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13743 simplification.
13744
13745 2000-09-04 Dave Love <fx@gnu.org>
13746
13747 * vc.el: Some doc fixes for autoloaded and interactive functions.
13748 Fix compilation warnings from ediff stuff.
13749 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13750
13751 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13752
13753 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13754
13755 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13756
13757 2000-09-04 Dave Love <fx@gnu.org>
13758
13759 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13760 New variable.
13761 (vc-make-backend-function, vc-loadup, vc-call-backend)
13762 (vc-backend-defines): New functions.
13763
13764 * vc-hooks.el: Various doc fixes.
13765 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13766 (vc-match-substring): Function removed. Callers changed to use
13767 match-string.
13768 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13769 Simplify.
13770
13771 2000-09-04 Dave Love <fx@gnu.org>
13772
13773 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13774 type.
13775 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13776 (vc-sccs-registered): Doc fix.
13777
13778 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13779 (vc-cvs-registered): Doc fix.
13780
13781 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13782 (vc-rcs-registered): Doc fix.
13783
13784 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13785
13786 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13787
13788 * vc-hooks.el: vc-registered has been renamed
13789 vc-default-registered. Some functions have been moved to the
13790 backend specific files. they all support the
13791 vc-BACKEND-registered functions.
13792
13793 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13794
13795 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13796
13797 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13798
13799 2000-09-04 Dave Love <fx@gnu.org>
13800
13801 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13802 menu-bar-update-hook.
13803
13804 * help.el (help-manyarg-func-alist): Add
13805 find-operation-coding-system.
13806
13807 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13808
13809 * custom.el (custom-set-variables): Print message about errors in
13810 setting.
13811
13812 2000-09-03 Andrew Innes <andrewi@gnu.org>
13813
13814 * makefile.w32-in: Change to DOS line endings.
13815
13816 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13817
13818 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13819 minor-mode keymaps, if they don't have one.
13820
13821 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13822
13823 * eshell/esh-module.el (eval-when-compile): Don't lose if
13824 esh-module.el's file name is truncated to DOS 8+3 limits.
13825
13826 2000-09-01 John Wiegley <johnw@gnu.org>
13827
13828 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13829 predicate, which caused entries in the completion list to be
13830 doubled.
13831
13832 2000-08-30 John Wiegley <johnw@gnu.org>
13833
13834 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13835 sending to subprocesses. Also, hook pre-command-hook if
13836 `eshell-send-direct-to-subprocesses' is non-nil.
13837 (eshell-send-direct-to-subprocesses): New config variable. If t,
13838 subprocess input is send immediately.
13839 (eshell-toggle-direct-send): New function.
13840 (eshell-self-insert-command): New function.
13841 (eshell-intercept-commands): New function.
13842 (eshell-send-input): If direct subprocess sending is enabled,
13843 don't echo any input to the Eshell buffer. Let the subprocess
13844 handle that. This requires "stty echo" in bash, for example.
13845
13846 2000-08-28 John Wiegley <johnw@gnu.org>
13847
13848 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13849 completion function for Eshell's implementation of `unset'.
13850
13851 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13852
13853 * info.el (Info-directory-list): Doc fix.
13854
13855 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13856
13857 * filecache.el (file-cache-add-directory-using-find): Don't quote
13858 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13859
13860 2000-08-31 Kenichi Handa <handa@etl.go.jp>
13861
13862 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13863 coding systems.
13864
13865 2000-08-30 Andrew Innes <andrewi@gnu.org>
13866
13867 * timer.el (run-with-idle-timer): Undo last change, so that timer
13868 is not activated immediately if Emacs is already idle. Some
13869 existing code relies on this behavior.
13870
13871 2000-08-30 Miles Bader <miles@gnu.org>
13872
13873 * frame.el (set-frame-font): Do completion of font-name for
13874 interactive use.
13875
13876 2000-08-30 Kenichi Handa <handa@etl.go.jp>
13877
13878 * international/quail.el (quail-start-translation): Bind locally
13879 last-command-event, last-command, and this-command.
13880 (quail-start-conversion): Likewise.
13881 (quail-self-insert-command): Fix docstring.
13882
13883 2000-08-29 Gerd Moellmann <gerd@gnu.org>
13884
13885 * progmodes/executable.el
13886 (executable-make-buffer-file-executable-if-script-p): Check that
13887 buffer contains at least 2 characters.
13888
13889 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13890
13891 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13892
13893 2000-08-29 Dave Love <fx@gnu.org>
13894
13895 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13896 (diff-mode-shared-map): Bind mouse-2.
13897 (diff-imenu-generic-expression): New variable.
13898 (diff-mode): Use it.
13899
13900 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13901 (mouse-popup-menubar): Add minor mode menus.
13902 (popup-menu): Check for lookup-key returning number.
13903
13904 2000-08-29 Miles Bader <miles@gnu.org>
13905
13906 * comint.el (comint-send-input): Create overlays using the proper
13907 front/read-advance arguments.
13908
13909 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13910
13911 * ps-print.el: Even/odd pages printing. Doc fix.
13912 (ps-print-version): New version number (6.0).
13913 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13914 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13915 (ps-print-duplex-feature): Variable eliminated.
13916 (ps-even-or-odd-pages): New variable.
13917
13918 * progmodes/ebnf2ps.el: Doc fix.
13919 (ebnf-version): New version (3.3).
13920 (ebnf-user-arrow): Change variable customization to sexp.
13921 (ebnf-user-arrow): Function eliminated.
13922 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13923
13924 2000-08-29 Kenichi Handa <handa@etl.go.jp>
13925
13926 * help.el (help-xref-mule-regexp): New variable.
13927 (help-make-xrefs): Handle help-xref-mule-regexp.
13928
13929 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13930 variable.
13931 (describe-input-method): Temporarily activate the specified input
13932 method to display the information.
13933 (describe-language-environment): Hyperlinks to mule related items.
13934
13935 * international/mule-diag.el (charset-multibyte-form-string): New
13936 function.
13937 (list-character-sets-1): Use charset-multibyte-form-string.
13938 (describe-character-set): New function.
13939 (describe-coding-system): Hyperlinks to safe character sets.
13940
13941 * international/quail.el (quail-help): New arg PACKAGE.
13942 Hyperlinks to mule related items.
13943 (quail-help-insert-keymap-description): Use
13944 substitute-command-keys instead of describe-bindings.
13945 (quail-translation-help): Hyperlinks to mule related items.
13946
13947 2000-08-28 John Wiegley <johnw@gnu.org>
13948
13949 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13950 have a defsubst call itself. Made `eshell-flatten-list' back into
13951 a function again.
13952
13953 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13954 catch, in case re-centering point at bottom messes up the display.
13955 This happens frequently in Emacs 21, due I believe to variable
13956 line heights.
13957
13958 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13959 to call `find-tag-interactive'.
13960
13961 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13962 the list of remember directories.
13963
13964 2000-08-28 John Wiegley <johnw@gnu.org>
13965
13966 * align.el: Test align-region-separate to see if it's a symbol.
13967
13968 2000-08-28 John Wiegley <johnw@gnu.org>
13969
13970 * eshell/esh-util.el (eshell-flatten-list): Made this function
13971 into a defsubst form. It gets used very frequently, although
13972 calls don't occur all that often.
13973
13974 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13975 examining it.
13976
13977 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13978 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13979 `eshell-protect'.
13980 (eshell-copy-handles): Created a new macro for duplicating the
13981 current set of open handles. This is needed by the looping
13982 functions.
13983 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13984 is not incorrectly stomped on.
13985
13986 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13987 declaration for pcomplete-use-paring.
13988 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13989 value of eshell-cmpl-use-paring.
13990 * pcomplete.el (pcomplete-use-paring): New config variable, to
13991 indicate whether paring should be used.
13992 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13993 completion alternatives that have already been used.
13994
13995 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13996 bound to C-c C-y, which will repeat the previous N arguments
13997 (based on prefix argument).
13998 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13999
14000 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14001 if there is no *Help* buffer. This is for XEmacs, which renames
14002 its help buffers uniquely. TODO: Find out what the current buffer
14003 name to delete is.
14004
14005 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14006 first entry that correlates to a passwd/group number. Later
14007 entries (used for group/user name aliasing to multiple IDs) are
14008 ignored.
14009
14010 * eshell/em-xtra.el (eshell/expr):
14011 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14012 (eshell-grep, eshell/diff, eshell/locate):
14013 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14014 argument list, before passing it to the system command.
14015
14016 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14017 `find-tag' for use at final position in Eshell buffers (which
14018 otherwise triggers an error on Emacs 21).
14019 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14020 buffer, if it is currently bound to `find-tag'.
14021
14022 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14023 in the list of matched Makefile names.
14024 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14025 directory, prefer its contents to Makefile.
14026
14027 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14028 directory parts (like "cd old new", or "cd =regexp"), are now case
14029 sensitive on non-Windows/DOS platforms.
14030
14031 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14032 types RET after an open delimiter (like "), display a message
14033 indicating that Eshell is waiting for the closing delimiter.
14034
14035 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14036 environment variables.
14037
14038 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14039 gracefully if the user enters incorrect arguments.
14040
14041 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14042 Eshell buffers.
14043
14044 * eshell/esh-var.el (eshell-interpolate-variable):
14045 * eshell/esh-mode.el (eshell-move-argument):
14046 * eshell/em-unix.el (eshell-du-sum-directory):
14047 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14048 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14049 (not (= ...)).
14050
14051 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14052 to ensure the `preserve' flag gets propagated when doing recursive
14053 directory copies.
14054
14055 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14056
14057 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14058 Don't convert \n into \0177 in memory.
14059 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14060 and back again, when reading and writing.
14061
14062 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14063
14064 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14065 testing of `fboundp' on `processp'.
14066
14067 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14068 (eshell/jobs): Don't call process-list if it is not bound.
14069 (eshell-gather-process-output): Support systems where async
14070 subprocesses aren't supported.
14071 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14072 variables.
14073
14074 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14075 eshell-do-eval returns t.
14076 (eshell-do-pipelines-synchronously): New defmacro.
14077 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14078 when async subprocesses aren't supported.
14079 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14080 if async subprocesses aren't supported.
14081 (eshell-resume-command): Don't assume STATUS is a string.
14082
14083 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14084
14085 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14086 (eshell-close-target, eshell-get-target): Use eshell-processp.
14087 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14088 fix.
14089 (eshell-get-target, eshell-create-handles): Doc fix.
14090
14091 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14092
14093 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14094 criterion to include commands that output something, as long as it
14095 leaves both the command and the end-of-buffer visible when the
14096 command has exited.
14097 (eshell-review-quick-commands): Adjust the help doc string
14098 accordingly.
14099
14100 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14101
14102 * locate.el (locate): Cleaned up locate command's interactive prompting
14103 Thanks to François_Pinard <pinard@iro.umontreal.ca> for suggestions.
14104
14105 * filecache.el (file-cache-case-fold-search): New variable.
14106 (file-cache-assoc-function): New variable.
14107 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14108 Use file-cache-case-fold-search variable.
14109 (file-cache-add-file): Use file-cache-assoc-function.
14110 (file-cache-delete-file): Likewise.
14111 (file-cache-directory-name): Likewise.
14112 (file-cache-debug-read-from-minibuffer): Likewise.
14113
14114 2000-08-28 Gerd Moellmann <gerd@gnu.org>
14115
14116 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14117 (abbrev-table-name): New function.
14118 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14119 If non-nil list local abbrev, only.
14120
14121 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14122
14123 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14124 from Gnus support code, and use special article copy buffer
14125 `(gnus-original-article-buffer)' instead. This allows to get rid
14126 of article-hide-headers usage (which breaks in the latest Gnus
14127 version). Thanks to Detlev Zundel.
14128
14129 2000-08-28 Kenichi Handa <handa@etl.go.jp>
14130
14131 * international/quail.el (quail-use-package): Hide "... loaded"
14132 message.
14133 (quail-start-translation, quail-start-conversion): Likewise.
14134
14135 * international/kkc.el (kkc-region): Hide "... loaded" message.
14136
14137 2000-08-27 Dave Love <fx@gnu.org>
14138
14139 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14140
14141 2000-08-27 Miles Bader <miles@gnu.org>
14142
14143 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14144
14145 2000-08-27 Kenichi Handa <handa@etl.go.jp>
14146
14147 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14148 'ja-dic-cnv), not (require 'skkdic-cnv).
14149
14150 2000-08-26 Miles Bader <miles@gnu.org>
14151
14152 * faces.el (face-x-resources): Add entry for :inherit.
14153 * cus-face.el (custom-face-attributes): Add support for :inherit
14154 attribute. Add support for relative face heights.
14155 (custom-face-attributes-get): Treat `nil' as being a default value
14156 for :inherit (as well as `unspecified').
14157
14158 * faces.el (set-face-attribute): Update doc string.
14159 (face-attribute-name-alist): Add :inherit.
14160 (face-valid-attribute-values): Handle :inherit.
14161 (face-read-string): Rephrase prompt to be less confusing.
14162 Assume that DEFAULT is a string, since we must return a string.
14163 (face-read-integer): Use `format' to turn DEFAULT into an
14164 acceptable default for face-read-string. Match NEW-VALUE against
14165 the string "unspecified", not the symbol `unspecified', since
14166 that's what face-read-string returns.
14167 (read-face-attribute): Lookup a name for old-value in valid, and
14168 use it as a default if we find one. Treat all values from
14169 face-read-string as strings. If the default is used, don't do any
14170 more processing on the value, just use the old value directly.
14171 (read-face-and-attribute, modify-face): Tweak prompt.
14172 (read-face-name): Don't assume prompt ends with a space.
14173
14174 * faces.el (describe-face): Add support for :inherit attribute.
14175
14176 2000-08-25 Kenichi Handa <handa@etl.go.jp>
14177
14178 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14179 concat doesn't accept integer.
14180
14181 * international/kkc.el: Remove SKK from Keywords. Require
14182 ja-dic-utl instead of skkdic-utl.
14183
14184 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14185 Provide ja-dic-cnv instead of skkdic-cnv.
14186 (ja-dic-filename): Renamed from skkdic-filename. Referrers changed.
14187 (iso-2022-7bit-short): Add safe-charsets property.
14188 (skkdic-convert-postfix): Search Japanese chou-on character in
14189 addition to Hiragana character.
14190 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14191 (skkdic-convert): Change file names from skkdic.el to ja-dic.el.
14192 (batch-skkdic-convert): Likewise.
14193
14194 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14195 Provide ja-dic-utl instead of skkdic-utl.
14196 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14197
14198 2000-08-24 Dave Love <fx@gnu.org>
14199
14200 * disp-table.el (standard-display-default): Make the test of `l'
14201 useful.
14202
14203 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14204 mod sample text.
14205
14206 * international/iso-ascii.el: Make pilcrow convenient string
14207 consistent with section.
14208 (iso-ascii-display): Set up multibyte characters as well as
14209 unibyte.
14210
14211 2000-08-24 Kenichi Handa <handa@etl.go.jp>
14212
14213 * international/mule-cmds.el (reset-language-environment): Set
14214 default-process-coding-system to '(undecided . iso-latin-1), which
14215 makes process I/O almost consistent with file I/O. Call this
14216 function when mule-cmds.el[c] is loaded.
14217
14218 2000-08-22 Andrew Innes <andrewi@gnu.org>
14219
14220 * makefile.w32-in: New file.
14221
14222 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14223
14224 * comint.el (comint-output-filter): Compare end of
14225 comint-last-output-overlay with the start of the newly inserted
14226 text, not the end, when deciding whether to extend it.
14227 Set saved-point's insertion type to advance after insertion.
14228
14229 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14230 since this is now done independently of font-lock mode.
14231
14232 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14233
14234 * server.el (server-kill-new-buffers): New user option.
14235 (server-existing-buffer): New buffer-local variable.
14236 (server-visit-files): When using an existing buffer, set
14237 server-existing-buffer to t.
14238 (server-buffer-done): If server-kill-new-buffers is t, kill the
14239 buffer, unless it was already present before visiting it with
14240 Emacs server.
14241
14242 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14243
14244 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14245 even if the display doesn't support colors: some displays will
14246 support bold/underline faces.
14247
14248 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14249
14250 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14251
14252 * startup.el (command-line): If user's init file had an error,
14253 add explanatory text to *Messages*.
14254
14255 2000-08-21 Kenichi Handa <handa@etl.go.jp>
14256
14257 * man.el (Man-getpage-in-background): Decode the process output by
14258 the system locale coding system.
14259
14260 2000-08-20 Dave Love <fx@gnu.org>
14261
14262 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14263 Don't test x-popup-menu.
14264 (function) <complete-function>: Complete only fbound symbols.
14265 <validate, value>: New.
14266 (variable) <complete-function>: Complete only bound symbols.
14267 (coding-system): Add :base-only, :complete-function, :validate,
14268 :value, :prompt-match.
14269 (widget-coding-system-prompt-value): Use read-coding-system and
14270 act on :base-only.
14271 (editable-field): Add :help-echo.
14272 (widget-push-button-gui, widget-push-button-cache)
14273 (widget-gui-action, widget-editable-list-gui): COmment out, along
14274 with uses.
14275 (widget-at): Make arg optional.
14276 (widget-echo-help): Adjust for current help-echo calling sequence.
14277 (widget-specify-field, widget-specify-button)
14278 (widget-specify-insert, widget-get-sibling, widget-image-find)
14279 (widget-convert, widget-insert, widget-leave-text)
14280 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14281 (widget-setup, widget-field-find, widget-before-change)
14282 (widget-after-change, widget-default-complete)
14283 (widget-default-create, widget-default-delete)
14284 (widget-push-button-value-create, editable-field)
14285 (widget-field-prompt-value, widget-field-validate)
14286 (widget-choice-value-create, widget-choice-action)
14287 (widget-choice-validate, widget-checklist-add-item)
14288 (widget-radio-add-item, widget-radio-chosen)
14289 (widget-radio-value-inline, widget-editable-list-value-create)
14290 (widget-editable-list-entry-create)
14291 (widget-documentation-link-add)
14292 (widget-documentation-string-value-create)
14293 (widget-regexp-validate, widget-file-complete)
14294 (widget-sexp-validate, widget-plist-convert-widget)
14295 (widget-plist-convert-widget, widget-alist-convert-widget)
14296 (widget-alist-convert-widget, widget-color-complete): Simplify,
14297 particularly to avoid bindings which aren't optimized out.
14298
14299 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14300 Doc fix.
14301 (down-list, backward-up-list, up-list, kill-sexp)
14302 (backward-kill-sexp, mark-sexp): Make arg optional.
14303 (lisp-complete-symbol): Add optional arg PREDICATE.
14304
14305 * cus-start.el: Add display-buffer-reuse-frames,
14306 file-coding-system-alist.
14307
14308 2000-08-20 Gerd Moellmann <gerd@gnu.org>
14309
14310 * startup.el (command-line): Clear realized faces after
14311 modifying TTY color mappings.
14312
14313 2000-08-20 Miles Bader <miles@gnu.org>
14314
14315 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14316 merely a subset of FACE's attributes.
14317
14318 2000-08-19 Miles Bader <miles@gnu.org>
14319
14320 * comint.el (comint-output-filter): Save the point with a marker,
14321 not just a buffer position.
14322
14323 * international/mule.el (set-buffer-process-coding-system): Make
14324 interactive prompt less confusing.
14325
14326 2000-08-19 Gerd Moellmann <gerd@gnu.org>
14327
14328 * hilit-chg.el: General cleanup of doc strings, comments and
14329 code formatting.
14330
14331 2000-08-19 Miles Bader <miles@gnu.org>
14332
14333 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14334 Compiler macro removed; beginning-of-line is no longer always
14335 equivalent to forward-line, in the presence of fields.
14336
14337 * comint.el (comint-output-filter): Remove ad-hoc saving of
14338 restriction, and just use save-restriction, now that it works
14339 correctly. Don't adjust comint-last-input-start to account for
14340 our insertion; it shouldn't have moved because we don't use
14341 insert-before-markers anymore. Comment out call to
14342 `force-mode-line-update'; why is it here?
14343
14344 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14345 while checking for prompt to delete. Use `forward-line 0'
14346 instead of beginning-of-line.
14347 (gud-filter): Temporarily widen gud comint buffer while
14348 examining output.
14349
14350 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14351
14352 * progmodes/sh-script.el: Big bag of typos.
14353
14354 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14355 check since ispell-process is not bound when ispell is not yet loaded.
14356
14357 2000-08-18 Dave Love <fx@gnu.org>
14358
14359 * image.el (find-image): Copy `spec' before using plist-put.
14360
14361 2000-08-18 Gerd Moellmann <gerd@gnu.org>
14362
14363 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14364 `portugues'.
14365
14366 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14367 backward-kill-sexp, analogous to kill-sexp.
14368
14369 * progmodes/icon.el (icon-indent-line)
14370 (icon-is-continuation-line): Handle comments specially.
14371
14372 2000-08-17 Ken Stevens <k.stevens@ieee.org>
14373
14374 * ispell.el: Set to standard author/maintainer/keyword fields.
14375 Fine tuning to menu map appearance and operation, and added help.
14376 Remove `start' and `end' error messages when compiling.
14377 (ispell-choices-win-default-height): Fixed comment string.
14378 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14379 castellano8 dictionaries.
14380 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14381 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14382 dictionary, added italiano dictionary.
14383 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14384 word character.
14385 (ispell-tex-skip-alists): Added psfig support.
14386 (ispell-skip-html): Renamed from ispell-skip-sgml.
14387 (ispell-begin-skip-region-regexp, ispell-skip-region)
14388 (ispell-minor-check): Improved html skipping support to skip across
14389 code, and recognize `&' commands without proper `;' syntax.
14390 (ispell-process-line): Fix alignment error when manually
14391 correcting spelling.
14392 (ispell): Fix comment string.
14393 (ispell-add-per-file-word-list): Always put word list on new line.
14394
14395 2000-08-17 Gerd Moellmann <gerd@gnu.org>
14396
14397 * format.el (format-encode-run-method): Fix error message to say
14398 `encode' instead of `decode'. Use save-window-excursion around
14399 shell-command-on-region as in format-decode-run-method because
14400 shell-command-on-region can display a buffer with error output.
14401 (format-decode): Don't record undo information for the decoding.
14402 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14403 that number part of the temporary buffer name so that more than
14404 one decoding using a temporary buffer can happen safely.
14405
14406 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14407 of `A-z' in the regexp.
14408
14409 * hilit-chg.el: Fix typos in commentary.
14410
14411 * help.el (view-emacs-news): Rewritten for new naming scheme
14412 for old NEWS files.
14413
14414 * startup.el (command-line): Pop to *Messages* in case an error
14415 is signaled while loading user-init-file.
14416
14417 2000-08-17 Andreas Schwab <schwab@suse.de>
14418
14419 * files.el (insert-directory): Don't lose original file name,
14420 undoing an undocumented change.
14421
14422 2000-08-17 Alex Schroeder <alex@gnu.org>
14423
14424 * sql.el (sql-magic-go): Use comint-bol.
14425 (sql-copy-column): Use comint-line-beginning-position.
14426 (comint-line-beginning-position): Define a replacement for
14427 comint-line-beginning-position if it is not fboundp.
14428
14429 2000-08-17 Alex Schroeder <alex@gnu.org>
14430
14431 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14432 it didn't have any effect anyway.
14433
14434 2000-08-17 Alex Schroeder <alex@gnu.org>
14435
14436 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14437 --pset and pager=off instead of sending \\o|cat at the beginning
14438 of the session.
14439
14440 2000-08-17 Miles Bader <miles@gnu.org>
14441
14442 * progmodes/octave-inf.el: Add compatibility definition of
14443 comint-line-beginning-position.
14444
14445 2000-08-17 Kenichi Handa <handa@etl.go.jp>
14446
14447 * startup.el (normal-top-level): Look in each dir in load-path for
14448 a leim-list.el file too. This assures of loading leim-list.el
14449 that is created at Emacs installation time even if a user have his
14450 own leim-list.el.
14451
14452 2000-08-17 Miles Bader <miles@gnu.org>
14453
14454 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14455 foreground color to black if the background is dark.
14456
14457 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14458
14459 * loadhist.el (unload-feature): Typo.
14460
14461 * finder.el (finder-compile-keywords):
14462 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14463 to the generated file.
14464
14465 * mail/mh-e.el (mh-make-local-vars):
14466 Replace make-variable-buffer-local with make-local-variable.
14467
14468 * play/landmark.el:
14469 * options.el (Edit-options-{set,toggle,t,nil}):
14470 * mail/mailabbrev.el (mail-abbrevs-mode):
14471 * textmodes/tex-mode.el (tex-expand-files):
14472 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14473
14474 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14475
14476 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14477 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14478 Allow going past the last element.
14479 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14480 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14481 (cvs-mouse-toggle-mark): Don't move point.
14482 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14483
14484 * progmodes/compile.el (grep): Provide a default set of files.
14485 (next-error): Docstring fix.
14486 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14487
14488 * emacs-lisp/easy-mmode.el (define-minor-mode):
14489 Use `symbol-value' to keep the byte-compiler quiet.
14490
14491 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14492 (diff-find-source-location): New fun, extracted from diff-goto-source.
14493 (diff-goto-source): Use it.
14494 (diff-next-complex-hunk, diff-filter-lines): New function.
14495 (diff-apply-hunk): New command.
14496
14497 * smerge-mode.el (smerge-mode-menu): Doc fix.
14498
14499 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14500
14501 2000-08-16 Dave Love <fx@gnu.org>
14502
14503 * windmove.el (windmove) <defgroup>: Add :version.
14504
14505 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14506 (goto-address-fontify-p, goto-address-highlight-p)
14507 (goto-address-url-face, goto-address-url-mouse-face)
14508 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14509 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14510 (goto-address-fontify, goto-address-at-mouse): Simplify.
14511 (goto-address-at-point): browse-url-url-at-point,
14512 goto-address-find-address-at-point can return nil.
14513 (goto-address-find-address-at-point): Return nil on failure.
14514
14515 * align.el (align) <defgroup>: Add :version.
14516
14517 * calculator.el (calculator): Add :version.
14518 (calculator): Use two lines for calculator window if `modeline'
14519 face is boxed.
14520
14521 * play/5x5.el: Doc fixes.
14522 (5x5) <defgroup>: Add :version.
14523
14524 * play/fortune.el (fortune) <defgroup>: Add :version.
14525 (fortune-append): Fix error message.
14526 (fortune-from-region): Doc fix.
14527
14528 * play/pong.el (pong): Doc fix.
14529
14530 * play/morse.el: Keywords, commentary, autoloads.
14531
14532 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14533
14534 * desktop.el (desktop-save): Don't look at symbol-value of a
14535 member of minor-mode-alist, unless it is boundp.
14536
14537 2000-08-16 Sam Steingold <sds@gnu.org>
14538
14539 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14540 `while'; use `with-current-buffer' instead of `save-excursion'.
14541 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14542
14543 2000-08-16 Kenichi Handa <handa@etl.go.jp>
14544
14545 * international/ccl.el (declare-ccl-program): Docstring modified.
14546 (ccl-execute-with-args): Likewise.
14547
14548 2000-08-16 Miles Bader <miles@gnu.org>
14549
14550 * progmodes/sql.el: Add compatibility definition of
14551 comint-line-beginning-position.
14552
14553 2000-08-15 Gerd Moellmann <gerd@gnu.org>
14554
14555 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14556 'buffer-menu' property.
14557 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14558 fails.
14559 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14560 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14561 wasn't killed.
14562
14563 * buff-menu.el (list-buffers-noselect): Don't display the
14564 *Buffer List* buffer.
14565
14566 * font-lock.el: Require jit-lock to prevent a very late
14567 `Loading jit-lock' message.
14568
14569 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14570 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14571 mail address.
14572
14573 2000-08-15 Miles Bader <miles@gnu.org>
14574
14575 * textmodes/ispell.el (ispell-graphic-p): New constant.
14576 (ispell-choices-win-default-height, ispell-help): Use
14577 `ispell-graphic-p' instead of `xemacsp'.
14578
14579 2000-08-15 Dave Love <fx@gnu.org>
14580
14581 * simple.el: Autoload widget-convert when compiling.
14582 (mail-user-agent): Doc fix.
14583
14584 * help.el (function-called-at-point, variable-at-point): Use
14585 with-syntax-table.
14586 (help-manyarg-func-alist): Add insert-and-inherit.
14587
14588 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14589
14590 * delsel.el (delsel-unload-hook): New function.
14591
14592 * find-file.el: Doc fixes. Move provide to end.
14593 (ff) <defgroup>: Add :link.
14594 (ff-goto-click): Deleted.
14595 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14596 Use mouse-set-point.
14597
14598 * textmodes/tildify.el: Doc fixes.
14599 (tildify) <defgroup>: Add:version.
14600
14601 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14602 (glasses-custom-set): Use set-default, not set.
14603 (minor-mode-alist): Propertize the lighter.
14604 (glasses-mode): Provide optional arg.
14605
14606 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14607 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14608 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14609 option. Provide :type.
14610 (cwarn-configuration): Provide :type.
14611 (cwarn-mode): Doc fix.
14612
14613 * add-log.el (change-log-merge): Doc fix.
14614 (change-log-redate): New command.
14615
14616 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14617 Doze and Dog.
14618 (browse-url): Use dolist, not mapcar.
14619 (browse-url-at-point): Check for null url.
14620 (browse-url-event-buffer, browse-url-event-point): Functions
14621 deleted.
14622 (browse-url-at-mouse, browse-url-netscape): Simplify.
14623
14624 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14625 modes.
14626 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14627 Fix previous change to mapcan.
14628 (msb--init-file-alist, msb--add-separators)
14629 (msb--make-keymap-menu): Simplify.
14630 (msb--choose-file-menu): Use copy-sequence.
14631 (msb-mode-map): Add title to keymap.
14632 (msb-unload-hook): New function.
14633
14634 * bs.el: Fix indentation.
14635 (bs) <defgroup>: Add :links.
14636 (bs-show): Doc fix.
14637 (bs-apply-sort-faces): Don't use window-system.
14638 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14639
14640 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14641
14642 * calendar/timeclock.el (timeclock-file): Run .timelog through
14643 convert-standard-filename.
14644
14645 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14646
14647 * emacs-lisp/authors.el: New file.
14648
14649 * paren.el (show-paren-priority): New user option.
14650 (show-paren-function): Set overlay priorities to
14651 show-paren-priority.
14652
14653 2000-08-14 Miles Bader <miles@gnu.org>
14654
14655 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14656 beginning-of-line with inhibit-field-text-motion bound.
14657
14658 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14659
14660 * calendar/timeclock.el: New file.
14661
14662 2000-08-14 David Ponce <david@dponce.com>
14663
14664 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14665 `widget-button-click'. so that one can use left mouse button to
14666 click on dialog buttons.
14667
14668 2000-08-14 Emmanuel Briot <briot@gnat.com>
14669
14670 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14671 identifiers, since XML is case sensitive
14672
14673 2000-08-12 Miles Bader <miles@gnu.org>
14674
14675 * comint.el (comint-output-filter): Don't bother frobbing
14676 window-start, it doesn't seem to be necessary.
14677
14678 * comint.el (comint-send-string, comint-send-region): Make into
14679 real functions. Snapshot the prompt before sending.
14680
14681 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14682
14683 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14684 technique similar to Info-index, instead of relying on specific
14685 names of relevant Index nodes.
14686 (Info-goto-emacs-command-node): Bind Info-history to nil when
14687 going to the first node found by Info-find-emacs-command-nodes.
14688
14689 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14690
14691 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14692
14693 2000-08-10 Miles Bader <miles@gnu.org>
14694
14695 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14696
14697 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14698
14699 * info.el (Info-file-list-for-emacs): More elements for the
14700 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14701 and woman manuals.
14702
14703 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14704
14705 * comint.el (comint-send-input): Make the newline boundary overlay
14706 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14707 (comint-output-filter): Use `insert' instead of
14708 `insert-before-markers'. Extend comint-last-output-overlay when
14709 necessary since we can't rely on insert-before-markers to do it.
14710 * gud.el (gud-filter): Use `with-current-buffer' instead of
14711 save-excursion when inserting the output, so that point gets
14712 updated correctly; the old method relied on a rather dodgy
14713 side-effect of comint-output-filter to avoid the effect of
14714 save-excursion.
14715
14716 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14717
14718 * files.el (recover-file): Call insert-directory instead of
14719 invoking `ls' directly.
14720
14721 2000-08-10 Miles Bader <miles@gnu.org>
14722
14723 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14724 (comint-last-prompt-overlay): New variables.
14725 (comint-output-filter): Implement prompt highlighting.
14726 (comint-snapshot-last-prompt): New function.
14727 (comint-send-input): Snapshot the last prompt.
14728 Use comint-highlight-input-face.
14729 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14730 Use defface instead of defcustom.
14731 (send-invisible, comint-send-eof): Snapshot the last prompt.
14732 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14733 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14734
14735 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14736
14737 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14738 (regexp-opt-group): Use a list of chars for `letters'.
14739 (regexp-opt-charset): `chars' is now a list of chars.
14740 Use a char-table rather than a vector so it works for multibyte chars.
14741
14742 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14743 Set cvs-minor-current-files to the selected fileinfo.
14744 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14745 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14746
14747 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14748
14749 * files.el (insert-directory): Don't call access-file on
14750 directories on DOS and Windows.
14751
14752 2000-08-09 Kenichi Handa <handa@etl.go.jp>
14753
14754 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14755 longer if necessary.
14756 (ccl-embed-code): Call ccl-embed-data to store CODE in
14757 ccl-program-vector.
14758
14759 2000-08-09 Miles Bader <miles@gnu.org>
14760
14761 * comint.el (comint-output-filter): Properly handle the case where
14762 the text surrounded by comint-last-output-overlay was deleted.
14763
14764 2000-08-08 Gerd Moellmann <gerd@gnu.org>
14765
14766 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14767 non-nil.
14768 (Info-file-list-for-emacs): Remove "info" from the list because
14769 that leads to trying to use the documentation from file `info'
14770 in various situations where it isn't appropriate, for instance
14771 C-h C-k C-h i.
14772
14773 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14774 DIR and/or STRING are nil.
14775
14776 * progmodes/compile.el (compilation-setup): Make variable
14777 compilation-error-screen-columns buffer-local, as some comment
14778 in the code suggests it should be.
14779
14780 * files.el (auto-mode-interpreter-regexp): New variable.
14781 (set-auto-mode): Use it.
14782
14783 * indent.el (indent-for-tab-command): Doc fix.
14784
14785 * mouse-sel.el (mouse-sel-mode): Doc fix.
14786
14787 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14788 labels.
14789
14790 * help.el (print-help-return-message): When
14791 display-buffer-reuse-frames is set, let the help window been quit,
14792 instead of deleting it, which might delete a reused frame.
14793
14794 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14795
14796 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14797 rename a directory to a name that differs only by its letter case.
14798
14799 2000-08-08 Kenichi Handa <handa@etl.go.jp>
14800
14801 * international/quail.el (quail-define-rules): Handle Quail decode
14802 map correctly. Add code for supporting annotations.
14803 (quail-install-decode-map): New function.
14804 (quail-defrule-internal): New optional arguments decode-map and
14805 props.
14806 (quail-advice): New function.
14807
14808 2000-08-07 Sam Steingold <sds@gnu.org>
14809
14810 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14811 `defconst', `define-condition', `with-slots'.
14812 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14813
14814 2000-08-03 Miles Bader <miles@gnu.org>
14815
14816 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14817 New variable.
14818 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14819 comint-use-prompt-regexp-instead-of-fields.
14820 (comint-send-input): Add `input' field property to stuff we send to
14821 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14822 (comint-output-filter): Add `output' field property to process
14823 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14824 (comint-replace-by-expanded-history)
14825 (comint-get-old-input-default, comint-show-output)
14826 (comint-backward-matching-input, comint-forward-matching-input)
14827 (comint-next-prompt, comint-previous-prompt): Use field
14828 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14829 (comint-line-beginning-position): New function.
14830 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14831 (comint-replace-by-expanded-history-before-point): Use
14832 comint-line-beginning-position and line-end-position.
14833 (comint-last-output-overlay): New variable.
14834 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14835
14836 * shell.el (shell-prompt-pattern): Doc change.
14837 (shell-backward-command): Use line-beginning-position.
14838
14839 * gud.el (gud-gdb-complete-command): Use
14840 comint-line-beginning-position.
14841
14842 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14843 comint-bol doesn't actually go to the beginning of the line.
14844
14845 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14846 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14847 (try-expand-line-all-buffers): Likewise.
14848
14849 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14850 explicitly matching comint-prompt-regexp.
14851 (sql-copy-column): Use comint-line-beginning-position instead of
14852 explicitly matching comint-prompt-regexp.
14853
14854 * progmodes/octave-inf.el (inferior-octave-complete): Use
14855 comint-line-beginning-position.
14856
14857 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14858
14859 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14860 looking for a prompt, use `forward-line 0' instead of
14861 `beginning-of-line', to avoid getting caught by an input field.
14862
14863 2000-08-07 Gerd Moellmann <gerd@gnu.org>
14864
14865 * files.el (shell-quote-wildcard-pattern): Make sure to return
14866 PATTERN, in the Unix case.
14867
14868 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14869
14870 * play/zone.el (zone): Discard any pending input before running
14871 the randomly-chosen pgm.
14872
14873 2000-08-07 Kenichi Handa <handa@etl.go.jp>
14874
14875 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14876 checking the existence of any multibyte characters.
14877
14878 2000-08-06 Gerd Moellmann <gerd@gnu.org>
14879
14880 * help.el (describe-mode): Test minor-mode symbol for being
14881 bound before testing its value for being nil.
14882
14883 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14884 `first', `second', and `third'.
14885
14886 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14887 (second): Make it an alias for `cadr'.
14888
14889 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14890
14891 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14892 types of display support faces now.
14893
14894 2000-08-05 Gerd Moellmann <gerd@gnu.org>
14895
14896 * pcvs.el (require): Require `cl' during compilation, only.
14897
14898 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14899 (toplevel): Remove `remq' and `remove' from autoloads.
14900 (cl-fake-autoloads): New variable. If set, arrange for an error
14901 when CL functions etc. are autoloaded.
14902
14903 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14904
14905 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14906
14907 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14908 popped up, but the user clicks outside the menu, return an empty
14909 regexp (that causes unhighlight-regexp to have no effect).
14910
14911 * menu-bar.el (menu-bar-games-menu): Add Zone.
14912
14913 * hi-lock.el (toplevel): Require font-lock.
14914
14915 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14916
14917 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14918 (ebnf-8-bit-chars): New var for bug fix.
14919 (ebnf-string): Bug fix.
14920
14921 2000-08-03 Sam Steingold <sds@gnu.org>
14922
14923 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14924 instead of `buffer-string'.
14925 (require 'cl): Always, not just when compiling.
14926 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14927 necessary.
14928
14929 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14930
14931 * international/mule-cmds.el (select-safe-coding-system): Make
14932 the message text about selecting a safe coding system more clear.
14933
14934 2000-08-02 Gerd Moellmann <gerd@gnu.org>
14935
14936 * hi-lock.el: New file.
14937
14938 * play/zone.el: New file.
14939
14940 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14941 value of tab-width in the original buffer. Choose a line number
14942 format that's a multiple of the original buffer's tab width, so
14943 that lines appear right.
14944
14945 * textmodes/ispell.el (ispell): New function, replacing an alias.
14946 Spell-check active region if in transient-mark-mode and mark
14947 is active; otherwise spell-check buffer.
14948
14949 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14950
14951 * ps-mule.el: Fix a customization problem on
14952 ps-mule-font-info-database-default.
14953
14954 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14955
14956 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14957 display-mouse-p instead of window-system.
14958 (ebrowse-member-mode-map): Ditto.
14959
14960 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14961
14962 * progmodes/ebnf2ps.el: Update ps-print functions call.
14963 Indentation fix. Doc fix.
14964 (ebnf-version): New version number (3.2).
14965 (ebnf-format-color, ebnf-begin-job): Code fix.
14966
14967 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14968
14969 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14970 font lock support on window-system.
14971 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14972
14973 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14974 display-color-p, if fboundp, instead of window-system.
14975
14976 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14977
14978 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14979 instead of window-system.
14980
14981 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14982 window-system.
14983 (widget-choice-mouse-down-action): Use display-popup-menus-p
14984 instead of window-system.
14985
14986 * strokes.el (strokes-file): Run the file name through
14987 convert-standard-filename.
14988 (strokes-mode): Call display-mouse-p instead of looking at
14989 window-system. Change the error message accordingly.
14990
14991 * progmodes/cpp.el (toplevel): Support faces on tty's.
14992
14993 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14994 (lm-plot-square, lm-init-display): Don't use window-system.
14995
14996 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14997 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14998
14999 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15000 instead of looking at window-system.
15001
15002 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15003
15004 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15005 of testing if iswitchb-prepost-hooks is bound, because the
15006 latter will always be true when invoking a recursive minibuffer
15007 from an active Iswitchb buffer.
15008
15009 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15010
15011 * files.el (shell-quote-wildcard-pattern): New function.
15012 (insert-directory): Call it. Only prepend "\" to command on Unix
15013 and GNU/Linux systems.
15014
15015 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15016
15017 * eshell/esh-groups.el: Change custom :link file names
15018 from `eshell.info' to `eshell'.
15019
15020 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15021
15022 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15023 correctly in recursive ange-ftp listings.
15024
15025 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15026
15027 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15028 ps-header-font-size-internal and
15029 ps-header-title-font-size-internal variables are not set,
15030 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15031 face text property is (foreground-color . COLOR) or
15032 `(background-color . COLOR)', ps-print crashes. Doc fix.
15033 (ps-print-version): New version number (5.2.4).
15034 (ps-plot-region): Code fix.
15035 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15036 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15037 Bug fix 2.
15038
15039 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
15040
15041 * glasses.el (glasses-make-readable): Fix uncapitalization of
15042 identifiers like `myXMLDocument'.
15043
15044 2000-07-28 Karl Fogel <kfogel@red-bean.com>
15045
15046 * mail/mail-hist.el (mail-hist-previous-input)
15047 (mail-hist-next-input): Do the obvious code factorization.
15048 (mail-hist-retrieve-and-insert): New func, contains common
15049 code of above two.
15050 If inserting a message body, leave point at top.
15051
15052 2000-07-28 Sam Steingold <sds@gnu.org>
15053
15054 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15055 Use `<=', not `<' to compare times!
15056 (ange-ftp-ls): Remove.
15057
15058 2000-07-27 Gerd Moellmann <gerd@gnu.org>
15059
15060 * play/cookie1.el: Add explanation of how to make cookie.el
15061 compatible with strfile(1) to comment.
15062
15063 * subr.el (remove, remq): New functions.
15064
15065 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15066 escape `*' in regexps.
15067 (midnight-find): Reverse order of arguments in the funcall of
15068 TEST.
15069
15070 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15071 and `.class'.
15072
15073 * play/meese.el: Add Commentary section.
15074
15075 2000-07-27 Alex Schroeder <alex@gnu.org>
15076
15077 * sql.el (sql-ms): Added autoload cookie.
15078 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15079 (sql-oracle): Ditto.
15080 (sql-help): Doc change.
15081
15082 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15083 types and exceptions.
15084
15085 2000-07-27 Alex Schroeder <alex@gnu.org>
15086
15087 * sql.el (sql-placeholder-history): New variable.
15088 (sql-query-placeholders-and-send): New function that will query
15089 the user and replace placeholders with user input.
15090 (sql-oracle): If running on NT, set comint-input-sender to
15091 sql-query-placeholders-and-send.
15092
15093 (sql-stop): If in the SQLi buffer, insert stop notification, else
15094 present it as a message.
15095
15096 2000-07-27 Alex Schroeder <alex@gnu.org>
15097
15098 * sql.el (sql-input-ring-separator): Doc change.
15099 (sql-input-ring-file-name): Doc change.
15100 (sql-interactive-mode): Use `sql-input-ring-separator' and
15101 `sql-input-ring-file-name' to set the comint-mode equivalents
15102 without making them local variables.
15103 (sql-stop): Don't bind `sql-input-ring-separator' and
15104 `sql-input-ring-file-name' dynamically to their comint-mode
15105 equivalents.
15106
15107 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15108
15109 * international/mule.el (register-char-codings): New function.
15110 (make-coding-system): Handle `safe-chars' specification in the arg
15111 PROPERTY.
15112
15113 * international/mule-cmds.el
15114 (find-coding-systems-region-subset-p): This function deleted.
15115 (sort-coding-systems-predicate): New variable.
15116 (sort-coding-systems): New function.
15117 (find-coding-systems-region): Use
15118 find-coding-systems-region-internal.
15119 (find-coding-systems-string): Use find-coding-systems-region.
15120 (find-coding-systems-for-charsets): Check
15121 char-coding-system-table.
15122 (select-safe-coding-system-accept-default-p): New variable.
15123 (select-safe-coding-system): Mostly rewritten. New argument
15124 ACCEPT-DEFAULT-P.
15125 (select-message-coding-system): Call select-safe-coding-system
15126 with ACCEPT-DEFAULT-P arg.
15127 (reset-language-environment): Reset default-sendmail-coding-system
15128 to the default value iso-latin-1.
15129 (set-language-environment): Don't set the obsolete variable
15130 charset-origin-alist.
15131
15132 * international/codepage.el (cp-coding-system-for-codepage-1):
15133 Give `safe-chars' property to make-coding-system.
15134
15135 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15136 calling select-message-coding-system twice.
15137
15138 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15139 instead of `safe-charsets'.
15140 (cyrillic-alternativnyj): Likewise.
15141 (ccl-encode-alternativnyj): Don't check the charset
15142 cyrillic-iso8859-5.
15143
15144 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15145
15146 * composite.el (compose-chars-after): Preserve match data.
15147
15148 2000-07-26 Sam Steingold <sds@gnu.org>
15149
15150 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15151 (ange-ftp-real-file-newer-than-file-p): New function.
15152 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15153 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15154
15155 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15156 * midnight.el (midnight-float-time): Ditto.
15157
15158 2000-07-26 Andreas Schwab <schwab@suse.de>
15159
15160 * files.el (normal-backup-enable-predicate): Correct
15161 interpretation of the return value of compare-strings.
15162
15163 2000-07-26 Gerd Moellmann <gerd@gnu.org>
15164
15165 * isearch.el (isearch-resume): New function.
15166 (isearch-done): Add something to command-history to resume
15167 the search.
15168 (isearch-yank-line, isearch-yank-word): Use
15169 buffer-substring-no-properties instead of buffer-substring.
15170
15171 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15172 of flyspell-mouse-map.
15173
15174 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15175 duplicate definition.
15176 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15177
15178 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15179 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15180
15181 2000-07-25 Sam Steingold <sds@gnu.org>
15182
15183 * net/ange-ftp.el: Get modtime over the net.
15184 (ange-ftp-file-modtime): New function.
15185 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15186 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15187 Use it.
15188 (ange-ftp-dot-to-slash): New function.
15189 (ange-ftp-fix-name-for-vms): Use it.
15190
15191 * midnight.el (midnight-buffer-display-time): Use
15192 `with-current-buffer'.
15193
15194 2000-07-25 Gerd Moellmann <gerd@gnu.org>
15195
15196 * find-dired.el: Update copyright notice.
15197 (find-dired): Offer to kill a running `find'.
15198
15199 * enriched.el (enriched-face-ans): For a `foreground-color'
15200 property, return '(("x-color" COLOR))' so that COLOR will be
15201 output as a parameter of the x-color annotation. Likewise for the
15202 `background-color' property. In the case of normal face
15203 properties, don't return annotations for unspecified foreground
15204 and background face attributes.
15205
15206 2000-07-25 Kenichi Handa <handa@etl.go.jp>
15207
15208 * language/japan-util.el (japanese-katakana-region): Fix handling
15209 HANKAKU argument.
15210
15211 2000-07-25 Miles Bader <miles@gnu.org>
15212
15213 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15214 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15215 constrain-to-field.
15216
15217 2000-07-24 Andrew Innes <andrewi@gnu.org>
15218
15219 * timer.el (timer-activate-when-idle): Add optional parameter
15220 DONT-WAIT. Update docstring.
15221 (run-with-idle-timer): Specify extra parameter to
15222 timer-activate-when-idle, so that timer will be activated
15223 immediately if Emacs is already idle.
15224
15225 * w32-fns.el (w32-using-nt): Fix docstring.
15226
15227 2000-07-24 Dave Love <fx@gnu.org>
15228
15229 * mouse.el (popup-menu): Set last-command-event.
15230 (mouse-major-mode-menu-prefix): Declare.
15231
15232 2000-07-24 Gerd Moellmann <gerd@gnu.org>
15233
15234 * textmodes/flyspell.el: Update to author's version 1.5d.
15235
15236 * progmodes/hideshow.el: Update copyright notice.
15237
15238 * vcursor.el: Set maintainer to FSF, since author cannot
15239 be reached.
15240
15241 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15242
15243 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15244 the prompt.
15245
15246 * mouse.el (popup-menu): Run the keymap through indirect-function,
15247 in case it was defined with define-prefix-key. If the menu is a
15248 list of keymaps, look up the binding of user's choice in each one
15249 of the keymaps.
15250 (mouse-popup-menubar): If the global and local menu-bar keymaps
15251 don't have a prompt string, create one and insert it into the
15252 keymap. Don't barf if current-local-map returns nil.
15253
15254 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15255
15256 * dired.el (dired-sort-R-check): Added to allow recursive listing
15257 to be undone.
15258 (dired-sort-other): Use it.
15259
15260 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15261
15262 * Release of cc-mode 5.27
15263
15264 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15265
15266 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15267 c-beginning-of-statement-1 that caused a bad case of recursion
15268 which could consume a lot of CPU in large classes in languages
15269 that have in-expression classes (i.e. Java and Pike).
15270
15271 * progmodes/cc-engine.el (c-guess-basic-syntax): Check for in-expression
15272 statements before top level constructs (i.e. case 6 is moved
15273 before case 5 and is now case 4) to catch in-expression
15274 classes in top level expressions correctly.
15275
15276 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15277
15278 * progmodes/cc-engine.el (c-guess-basic-syntax): Less naive handling of
15279 objc-method-intro. Case 4 removed and case 5I added.
15280
15281 * progmodes/cc-langs.el (c-append-paragraph-start): New variable used by
15282 c-common-init to get paragraph-start correct.
15283 * progmodes/cc-langs.el (c-common-init): Use c-append-paragraph-start to
15284 initialize paragraph-start to make it correct both with and
15285 without the javadoc special case.
15286
15287 * progmodes/cc-mode.el (java-mode): Use c-append-paragraph-start to
15288 initialize paragraph-start for javadoc markup.
15289
15290 * progmodes/cc-vars.el (c-style-variables-are-local-p): Incompatible
15291 change by defaulting this to t. It's motivated by the
15292 confusing behavior that otherwise arise from the style system
15293 when editing both java and non-java files at the same time
15294 (see the comments about style setting in c-common-init).
15295
15296 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15297
15298 * progmodes/cc-cmds.el (c-indent-new-comment-line): Added a kludge
15299 similar to the one in c-fill-paragraph to check the fill
15300 prefix from the adaptive fill function for sanity.
15301
15302 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15303
15304 * progmodes/cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15305 defun block.
15306
15307 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15308
15309 * progmodes/cc-align.el (c-lineup-multi-inher): Handle lines with
15310 leading comma nicely. Extended to handle member initializers
15311 too.
15312
15313 * progmodes/cc-engine.el (c-beginning-of-inheritance-list)
15314 (c-guess-basic-syntax): Fixed recognition of inheritance lists
15315 when the lines begins with a comma.
15316
15317 * progmodes/cc-vars.el (c-offsets-alist): Changed default for
15318 member-init-cont to c-lineup-multi-inher since it now handles
15319 member initializers and indents better for leading commas.
15320
15321 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15322
15323 * progmodes/cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15324 handling that caused class open lines to be recognized as
15325 statement-conts in some cases.
15326
15327 * progmodes/cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15328 guessed by the adaptive fill function unless point is on the
15329 first line of a block comment.
15330
15331 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15332 when the buffer ends with a macro continuation char.
15333
15334 * progmodes/cc-engine.el (c-guess-basic-syntax): Added support for
15335 function definitions as statements in Pike. The first
15336 statement in a lambda block is now labeled defun-block-intro
15337 instead of statement-block-intro.
15338
15339 * progmodes/cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15340 so that the class surrounding point is selected, not the one
15341 innermost in the state.
15342
15343 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug in
15344 recognition of switch labels having hanging multiline
15345 statements.
15346
15347 * progmodes/cc-engine.el (c-beginning-of-member-init-list): Broke out
15348 some code in c-guess-basic-syntax to a separate function.
15349 * progmodes/cc-engine.el (c-just-after-func-arglist-p): Fixed
15350 recognition of member inits with multiple line arglists.
15351 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15352 member-init-cont when the commas are in funny places.
15353
15354 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15355
15356 * progmodes/cc-defs.el (c-auto-newline): Removed this macro since it's
15357 not used anymore.
15358
15359 * progmodes/cc-engine.el (c-looking-at-bos): New helper function.
15360 * progmodes/cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15361 inexpr and toplevel classes apart in Pike.
15362
15363 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15364 of case 9A.
15365
15366 * progmodes/cc-langs.el, progmodes/cc-mode.el
15367 (c-Pike-inexpr-class-key): New constant, since "class" can
15368 introduce an in-expression class in Pike nowadays.
15369
15370 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15371
15372 * progmodes/cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15373 indentation on cpp-macro lines.
15374
15375 * progmodes/cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15376 a syntax modifier like comment-intro, to make it possible to
15377 get syntactic indentation for preprocessor directives. It's
15378 incompatible wrt to lineup functions on cpp-macro, but it has
15379 no observable effect in the 99.9% common case where cpp-macro
15380 is set to -1000.
15381
15382 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15383
15384 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15385 member-init-cont when the preceding arglist is several lines.
15386
15387 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15388
15389 * progmodes/cc-styles.el (c-style-alist): The basic offset for the BSD
15390 style corrected to 8.
15391
15392 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15393
15394 * progmodes/cc-styles.el (c-style-alist): Adjusted the indentation of
15395 brace list openers in the gnu style.
15396
15397 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15398
15399 * progmodes/cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15400
15401 * progmodes/cc-cmds.el (c-electric-brace, c-electric-slash,
15402 c-electric-star, c-electric-semi&comma, c-electric-colon,
15403 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15404 when c-syntactic-indentation is nil.
15405
15406 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15407 we were left at comments preceding the first statement when
15408 reaching the beginning of the buffer.
15409
15410 * progmodes/cc-vars.el (c-syntactic-indentation): New variable to turn
15411 off all syntactic indentation.
15412
15413 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15414
15415 * progmodes/cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15416 between the text and the block comment ender when it hangs,
15417 depending on how many there are before the fill.
15418
15419 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15420
15421 * progmodes/cc-engine.el (c-beginning-of-closest-statement): New helper
15422 function to go back to the closest preceding statement start,
15423 which could be inside a conditional statement.
15424 * progmodes/cc-engine.el (c-guess-basic-syntax): Use
15425 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15426
15427 * progmodes/cc-engine.el (c-guess-basic-syntax): Better handling of
15428 arglist-intro, arglist-cont-nonempty and arglist-close when
15429 the arglist is nested inside parens. Cases 7A, 7C and 7F
15430 changed.
15431
15432 * progmodes/cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15433 up-to-date with javadoc 1.2.
15434
15435 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15436
15437 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15438 multiline Pike type decls.
15439
15440 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15441
15442 * progmodes/cc-cmds.el (c-indent-new-comment-line): Always break
15443 multiline comments in multiline mode, regardless of
15444 comment-multi-line.
15445
15446 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15447
15448 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug with
15449 fully::qualified::names in C++ member init lists. Preamble in
15450 case 5D changed.
15451
15452 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15453
15454 * progmodes/cc-langs.el (c-common-init): Handling of obsolete variables
15455 moved to c-initialize-cc-mode. More compatible style override
15456 when using global style variables.
15457 * progmodes/cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15458 variables moved here.
15459
15460 * progmodes/cc-styles.el (c-make-styles-buffer-local): Flag style
15461 variable localness in c-style-variables-are-local-p to make
15462 the compatibility measure in c-common-init work well.
15463
15464 * progmodes/cc-styles.el (c-set-style-1): c-special-indent-hook can no
15465 longer contain set-from-style.
15466 * progmodes/cc-styles.el (c-initialize-builtin-style): Don't check for
15467 set-from-style on c-special-indent-hook.
15468 * progmodes/cc-styles.el (c-copy-tree): Obsolete. The standard function
15469 copy-alist is sufficient now.
15470
15471 * progmodes/cc-styles.el (c-set-style, c-set-style-1,
15472 c-get-style-variables): Fixes to variable initialization so
15473 that duplicate entries in styles have the same effect
15474 regardless of DONT-OVERRIDE.
15475
15476 * progmodes/cc-styles.el (c-set-style-2): Fixed bug where the
15477 initialization of inheriting styles failed when the
15478 dont-override flag is set.
15479
15480 * progmodes/cc-vars.el (c-special-indent-hook): Don't use set-from-style
15481 on this.
15482
15483 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15484
15485 * progmodes/cc-defs.el (c-forward-comment): Removed the workaround
15486 introduced in 5.38 since it had worse side-effects. If a line
15487 contains the string "//\"", it regarded the // as a comment
15488 start since the \ temporarily doesn't have escape syntax.
15489
15490 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
15491
15492 * progmodes/ada-mode.el: Got rid of all byte-compiler warnings on
15493 Emacs. Load ada-xref.el before ada-prj.el, so that the Project
15494 menu is created when ada-prj tries to add to it.
15495 (ada-activate-keys-for-case): Suppress the characters that are not
15496 part of the Ada syntax. Better compatibility with else-mode.
15497 (ada-adjust-case-interactive): When auto-casing is not active,
15498 correctly insert newlines (used to insert only ^M). Prevent the
15499 syntax table from being changed in case of an error
15500 (or '_' becomes part of a word and some commands are confused).
15501 Do nothing if ada-auto-case is nil.
15502 (ada-after-keyword-p): Ignore keywords that are also attributes.
15503 (ada-batch-reformat): Update usage comment.
15504 (ada-call-from-contextual-menu): New function.
15505 (ada-case-read-exceptions): Reinitialize the casing exception list
15506 first to nil first, so that the casing exception file can be
15507 shared.
15508 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15509 files.
15510 (ada-compile-goto-error): Fix regexp used to detect a file:line
15511 anywhere in the error message.
15512 (ada-contextual-menu-last-point): New variable.
15513 (ada-create-keymap): If the variable delete-key-deletes-forward is
15514 t on XEmacs, it means that DEL should delete one character
15515 forward.
15516 (ada-create-menu): Use :included instead of :visible for XEmacs.
15517 New submenu "Options".
15518 (ada-end-stmt-re): Correctly indent "select ... then abort"
15519 statements.
15520 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15521 even if they don't match ada-fill-comment-prefix Fix handling of
15522 paragraphs on the first or last line of a file.
15523 (ada-format-paramlist): Fix handling of default parameter values.
15524 (ada-get-body-name): New function.
15525 (ada-get-current-indent): Optimized by searching directly for an
15526 existing generic part or a statement outside of it. Handle
15527 ada-indent-align-comments when indenting comments Replaced some
15528 regexps by testing directly the next character. This results in a
15529 huge speedup on some files. New indentation scheme for renames
15530 statements. Stop looking for the 'while' or 'for' associated with
15531 a 'loop' at the first semicolon encountered. A "return" can also
15532 match an anonymous access subprogram declaration.
15533 (ada-get-indent-noindent): Ignore strings and comments when
15534 looking for the keywords "record" and "private".
15535 (ada-goto-matching-decl-start): When matching "if", make sure we
15536 are not in fact seeing "end if". Ignore "when" statements except
15537 when initial keyword was "begin". Fix handling of nested
15538 procedures. Add a recursive call to this function to skip over
15539 other 'end' statmts. Fix indentation for "when .. => begin".
15540 (ada-in-open-paren-p): Fix indentation for complex boolean
15541 expressions, where 'and then', 'or else' and parenthesis
15542 statements are mixed up.
15543 (ada-in-paramlist-p): Skip comments while searching for the
15544 beginning Fix handling of operator declarations.
15545 (ada-indent-align-comments): New variable.
15546 (ada-indent-current): Change the syntax table only in the
15547 protected section, so that we are sure it is restored correctly.
15548 (ada-indent-on-previous-lines): Use ada-use-indent and
15549 ada-with-indent. Correctly indent "select ... then".
15550 (ada-indent-region): Slight speedup.
15551 (ada-indent-renames): New variable.
15552 (ada-last-which-function-subprog, ada-last-which-function-line):
15553 New variables.
15554 (ada-looking-at-semi-private): Correctly indent the 'private'
15555 keyword when it is the first word in a package declaration.
15556 (ada-loose-case-word): Stop searching if at the end of the buffer.
15557 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15558 even if point is not initially at the end of the word.
15559 (ada-matching-decl-start-re): Add "when".
15560 (ada-mode): Add support for abbrev-mode, outline-mode and
15561 which-func-mode Override the old find-file.el entry in
15562 ff-special-constructs since it is using the obsolete
15563 ada-spec-suffix variable.
15564 (ada-no-auto-case): New function.
15565 (ada-scan-paramlist): When parsing the argument type, accept
15566 spaces (as in "X 'Class", generated by Rational Rose).
15567 (ada-other-file-name): No longer loads the other file.
15568 (ada-popup-menu): Save and restore the current buffer and cursor
15569 position before and after displaying the menu.
15570 (ada-search-ignore-complex-boolean): New function.
15571 (ada-uncomment-region): Emacs21 already knows how to delete
15572 comments not starting in the first column.
15573 (ada-use-indent): New variable.
15574 (ada-which-function): New function.
15575 (ada-with-indent): New variable.
15576 (ada-xemacs): Evaluate it at compile time too, so that ada-mode.el
15577 can be batch-compiled from the command line.
15578
15579 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15580 Add to the menu when the file is loaded, not in ada-mode-hook.
15581 Add -toolbar to the default ddd command Switches moved from
15582 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15583 ada-prj-default-comp-opt.
15584 (ada-add-ada-menu): Remove the map and name parameters. Add the Ada
15585 Reference Manual to the menu.
15586 (ada-check-current): Rewritten as a call to ada-compile-current.
15587 (ada-compile): Removed.
15588 (ada-compile-application, ada-compile-current, ada-check-current):
15589 Set the compilation-search-path so that compile.el automatically
15590 finds the sources in src_dir. Automatic scrolling of the
15591 compilation buffer. C-uC-cC-c asks for confirmation before
15592 compiling.
15593 (ada-compile-current): New parameter, prj-field.
15594 (ada-complete-identifier): Load the .ali file before doing
15595 processing.
15596 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15597 conform to gnatmake's behavior.
15598 (ada-find-file-in-dir): New function.
15599 (ada-find-references): Set the environment variables for gnatfind.
15600 (ada-find-src-file-in-dir): New function.
15601 (ada-first-non-nil): Removed.
15602 (ada-gdb-application): Add support for jdb, the java debugger.
15603 (ada-get-ada-file-name): Load the original-file first if not done
15604 yet.
15605 (ada-get-all-references): Handles the new ali syntax (parent types
15606 are found between <>).
15607 (ada-initialize-runtime-library): New function.
15608 (ada-mode-hook): Always load a project file when a file is opened,
15609 so that the casing exceptions are correctly read.
15610 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15611 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15612 to open the project file, since the latter does not work with
15613 speedbar Get default values before loading the prj file, or the
15614 default executable file name is wrong. Use the absolute value of
15615 src_dir to initialize ada-search-directories and
15616 compilation-search-path,... Add the standard runtime library to
15617 the search path for find-file.
15618 (ada-prj-default-debugger): Was missing an opening '{'.
15619 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15620 variables.
15621 (ada-prj-default-gnatmake-opt): New variable.
15622 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15623 buffers, the project file is the default one Save the windows
15624 configuration before displaying the menu.
15625 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed.
15626 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15627 ...) regexp-quote identifiers names to support operators +,
15628 -,... in regexps.
15629 (ada-remote): New function.
15630 (ada-run-application): Erase the output buffer before starting the
15631 run Support remote execution of the application. Use
15632 call-process, or the arguments are incorrectly parsed.
15633 (ada-set-default-project-file): Reread the content of the active
15634 project file, not the one from the current buffer When a project
15635 file is set as the default project, all directories are
15636 automatically associated with it.
15637 (ada-set-environment): New function.
15638 (ada-treat-cmd-string): New special variable ${current}.
15639 (ada-treat-cmd-string): Revised. The substitution is now done for
15640 any ${...} substring.
15641 (ada-xref-current): If no body was found, compiles the spec
15642 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15643 compiler to get rid of command line length limitations.
15644 (ada-xref-get-project-field): New function.
15645 (ada-xref-project-files): New variable.
15646 (ada-xref-runtime-library-specs-path)
15647 (ada-xref-runtime-library-ali-path): New variables.
15648 (ada-xref-set-default-prj-values): Default run command now does a
15649 cd to the build directory. New field: main_unit Provide a default
15650 file name even if the current buffer has no prj file.
15651
15652 * ada-prj.el:
15653 Rewritten to show a tabbed-dialog.
15654 (ada-prj-add-ada-menu): Remove the map and name parameters.
15655 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15656 New function.
15657 (ada-prj-load-directory, ada-prj-subdirs-of): New functions.
15658 (ada-prj-load-from-file): New function.
15659 (ada-prj-save): Always save fields that depend on the current buffer.
15660 (ada-prj-show-value): New function
15661
15662 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15663 Ada mode. This will allow us to display the Ada menu in any buffer
15664 we want (for project items).
15665 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15666 number of spaces in the header.
15667
15668 2000-07-24 Dave Love <fx@gnu.org>
15669
15670 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15671
15672 2000-07-23 Noah Friedman <friedman@splode.com>
15673
15674 * type-break.el (type-break): perform autosave.
15675 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
15676 (type-break-do-query): Cancel query schedule while performing
15677 actual query, to avoid possibility of a second query being made
15678 while first one is already in progress.
15679 (type-break-time-stamp-format): New variable.
15680 (type-break-time-stamp): New function.
15681 (type-break-time-warning): Use it.
15682 (type-break-keystroke-warning): Use it.
15683 (type-break-noninteractive-query): Use it.
15684
15685 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15686 cookie.
15687 Use add-minor-mode to set minor-mode-alist, if available.
15688 (eldoc-echo-area-use-multiline-p): New user option.
15689 (eldoc-echo-area-multiline-supported-p): New variable.
15690 (eldoc-docstring-format-sym-doc): Use them.
15691 (eldoc-mode): If not using idle timers, append to local post and
15692 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15693 (eldoc-display-message-no-interference-p): Don't interfere with
15694 edebug.
15695 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15696 (eldoc-function-arglist): New function.
15697 (eldoc-function-argstring): Use it.
15698
15699 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15700 auto save directory exists before calling directory-files.
15701
15702 2000-07-23 Dave Love <fx@gnu.org>
15703
15704 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15705 ^o, ^u.
15706
15707 2000-07-21 Dave Love <fx@gnu.org>
15708
15709 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15710 now passed to the function. It now works properly.
15711
15712 * smerge-mode.el (smerge-mode-menu): Fill it out.
15713
15714 2000-07-20 Gerd Moellmann <gerd@gnu.org>
15715
15716 * info-look.el (info-lookup): If *info* is shown in another frame
15717 on the same display, select that frame, instead of switching to
15718 the Info buffer in another window of the selected frame.
15719
15720 * simple.el (universal-argument-map): Bind numeric keypad keys
15721 kp-0 to kp-9 and kp-subtract.
15722 (digit-argument): Handle these keys.
15723
15724 2000-07-20 Dave Love <fx@gnu.org>
15725
15726 * net/goto-addr.el (goto-address-fontify): Don't bother with
15727 buffer-modified and read-only stuff -- irrelevant with overlays.
15728 Put an extra property on the overlays and use it to clean up in
15729 case goto-address is re-run.
15730
15731 2000-07-19 Richard M. Stallman <rms@gnu.org>
15732
15733 * timer.el (run-with-idle-timer): Doc fix.
15734
15735 * mail/mail-utils.el (mail-strip-quoted-names):
15736 Handle case where <...> appears inside "...".
15737 Use replace-match to edit the string more simply.
15738 (rmail-dont-reply-to): Cope with an unmatched ".
15739
15740 2000-07-19 Dave Love <fx@gnu.org>
15741
15742 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15743 implementation.
15744
15745 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15746 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15747 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15748
15749 2000-07-19 Gerd Moellmann <gerd@gnu.org>
15750
15751 * textmodes/refer.el: Correct maintainer's email address.
15752
15753 * progmodes/hideif.el: Correct author's email address.
15754 Fix typo in comment.
15755
15756 * xml.el: New file.
15757
15758 * mail/mailheader.el: Correct author's mail address.
15759
15760 * gnus/parse-time.el: Correct author's mail address.
15761
15762 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15763
15764 * comint.el (comint-highlight-input, comint-highlight-face):
15765 New user options.
15766 (comint-input-ring-file-name): Change custom type.
15767 (comint-mode-map): Bind mouse-2.
15768 (comint-insert-clicked-input): New function.
15769 (comint-send-input): Handle input highlighting.
15770
15771 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15772
15773 * mouse.el (popup-menu): New function.
15774 (mouse-major-mode-menu): Use it.
15775
15776 2000-07-18 Dave Love <fx@gnu.org>
15777
15778 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15779 improvements.
15780
15781 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15782
15783 * faces.el (face-font-selection-order)
15784 (face-font-family-alternatives): Add custom type.
15785
15786 2000-07-18 Dave Love <fx@gnu.org>
15787
15788 * cus-edit.el (custom-variable-reset-saved)
15789 (custom-variable-reset-standard): Remove unused bindings.
15790
15791 * rect.el (open-rectangle-line): Remove unused let.
15792
15793 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15794
15795 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15796
15797 * cdl.el: Fix `Maintainer' keyword.
15798
15799 * play/pong.el: Add author's email address.
15800
15801 2000-07-17 Sam Steingold <sds@gnu.org>
15802
15803 * files.el (insert-directory): Call `split-string' instead of
15804 re-implementing it.
15805
15806 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15807
15808 * mail/vms-pmail.el: Change maintainer to FSF.
15809
15810 * net/goto-addr.el: Change maintainer to FSF.
15811
15812 * info.el (Info-title-face-alist): Removed.
15813
15814 2000-07-18 David Ponce <david@dponce.com>
15815
15816 * recentf.el (recentf-open-files): New command that works like
15817 `recentf-open-more-files', but shows the whole list of files (not just
15818 those omitted from the menu). Useful if you don't use a menu-bar!
15819 (recentf-open-more-files) Modified to use `recentf-open-files'.
15820
15821 (recentf-open-files, recentf-open-more-files)
15822 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15823
15824 (recentf-dialog-mode): New mode for dialogs. You can now just type
15825 "q" to cancel the dialogs.
15826
15827 2000-07-18 David Ponce <david@dponce.com>
15828
15829 * recentf.el: This is a major update of recentf.el. It adds new
15830 features to better organize the recentf menu and "More..." buffer.
15831
15832 Using new provided menu filtering functions you can now organize the
15833 recent files list:
15834
15835 - by major modes
15836 - by directories
15837 - by user defined rules
15838
15839 Finally, with the new `recentf-filter-changer' customizable filter you
15840 can define a ring of filters and dynamically (via the menu) cycle on
15841 each menu organization in the ring (a la msb).
15842
15843 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15844
15845 * eshell/eshell.el (eshell): Replace links to eshell.info with
15846 links to eshell, to avoid problems on systems where the manual is
15847 installed as `eshell'.
15848 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15849 * eshell/em-smart.el (eshell-smart): Ditto.
15850 * eshell/em-banner.el (eshell-banner): Ditto.
15851 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15852
15853 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15854 same-file check in the MS-DOS version (it does support inodes).
15855
15856 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15857
15858 * eshell/eshell.el (eshell-directory-name):
15859 Run default directory name through convert-standard-filename.
15860
15861 2000-07-18 Kenichi Handa <handa@etl.go.jp>
15862
15863 * international/mule-cmds.el (select-safe-coding-system):
15864 Fix typo in the comment.
15865
15866 * language/european.el (compound-text):
15867 Force katakana-jisx0201 to be designated to G1.
15868
15869 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15870 Don't translate some national variant characters of latin-jisx0201.
15871 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15872
15873 * international/kkc.el (kkc-after-update-conversion-functions):
15874 New variable.
15875 (kkc-update-conversion): Run functions in it at the tail.
15876
15877 2000-07-16 John Wiegley <johnw@gnu.org>
15878
15879 * align.el (align-newline-and-indent): Adding new function,
15880 for auto-aligning blocks of code on RET.
15881 (align-region): Fixed badly formatted minibuffer message.
15882
15883 2000-07-17 Kenichi Handa <handa@etl.go.jp>
15884
15885 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15886 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15887 the conversion list at first if appropriate.
15888 (kkc-next): Don't update kkc-next-count here.
15889 (kkc-prev): Don't update kkc-prev-count here.
15890 (kkc-show-conversion-list-update): Fix setting up of conversion
15891 list message.
15892
15893 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15894
15895 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15896
15897 2000-07-16 Dave Love <fx@gnu.org>
15898
15899 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15900 function to be more specific.
15901
15902 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15903 non-string help-echo.
15904 (widget-types-convert-widget): Defsubst it.
15905 (widget-echo-help): Try to cope with a help-echo function of two
15906 possible sorts.
15907
15908 2000-07-15 Jason Rumney <jasonr@gnu.org>
15909
15910 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15911 Declare as obsolete.
15912
15913 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15914
15915 2000-07-14 Gerd Moellmann <gerd@gnu.org>
15916
15917 * hilit-chg.el: Fix typo.
15918
15919 2000-07-14 Dave Love <fx@gnu.org>
15920
15921 * info.el (Info-mode-menu): Fix use of :help, :enable.
15922
15923 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15924
15925 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15926
15927 2000-07-13 Dave Love <fx@gnu.org>
15928
15929 * emacs-lisp/easymenu.el: Doc fixes.
15930 (easy-menu-remove): Defalias to ignore.
15931
15932 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15933 Call throw correctly.
15934
15935 2000-07-13 Gerd Moellmann <gerd@gnu.org>
15936
15937 * faces.el (frame-background-mode): Doc fix.
15938
15939 * simple.el (eval-expression-print-length): Change custom type to
15940 allow entering nil as value.
15941
15942 2000-07-13 Dave Love <fx@gnu.org>
15943
15944 * progmodes/fortran.el (fortran-imenu-generic-expression):
15945 Change definition layout.
15946 (fortran-mode-menu): Reinstate customize entries.
15947
15948 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15949 Use :filter, per old XEmacs code.
15950
15951 2000-07-12 Gerd Moellmann <gerd@gnu.org>
15952
15953 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15954 event when deciding what to send to the terminal.
15955
15956 2000-07-12 Dave Love <fx@gnu.org>
15957
15958 * cus-start.el: Add optional version as 4th element of specs and
15959 use it for several things new in v21. Remove load-path. Fix type
15960 of line-number-display-limit.
15961
15962 2000-07-11 Dave Love <fx@gnu.org>
15963
15964 * progmodes/fortran.el: Don't require easymenu.
15965 Use repeat counts in various regexps.
15966 (fortran-mode-syntax-table): Defvar directly.
15967 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15968 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15969 Use defvar, not defconst.
15970 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15971 (fortran-mode): Set fortran-comment-line-start-skip,
15972 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15973 (fortran-comment-indent): Use defsubst.
15974 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15975 Use fortran-comment-indent, not fortran-comment-indent-function.
15976 (fortran-comment-region, fortran-electric-line-number): Simplify.
15977 (fortran-auto-fill): New function.
15978 (fortran-do-auto-fill): Deleted.
15979 (fortran-find-comment-start-skip):
15980 Check for non-null comment-start-skip.
15981 (fortran-auto-fill-mode, fortran-fill-statement):
15982 Use fortran-auto-fill.
15983 (fortran-fill): Use fortran-auto-fill. Check for null
15984 comment-start-skip. Simplify final clause and use end-of-line finally.
15985
15986 * widget.el (widget-plist-member): New alias.
15987
15988 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15989
15990 * eshell/esh-module.el (toplevel): Reference
15991 byte-compile-current-file only if it is bound.
15992
15993 2000-07-10 Gerd Moellmann <gerd@gnu.org>
15994
15995 * dired.el: Don't require `dired-aux'.
15996
15997 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15998
15999 * dired-aux.el (dired-show-file-type): New function.
16000 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16001 (dired-show-file-type): Add autoload.
16002
16003 2000-07-10 Kenichi Handa <handa@etl.go.jp>
16004
16005 * international/mule-diag.el (describe-font): Adjusted for the
16006 change of fontset-info.
16007 (print-fontset): Likewise.
16008
16009 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16010
16011 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16012
16013 2000-07-07 Gerd Moellmann <gerd@gnu.org>
16014
16015 * bindings.el: Bind `[delete]' to delete-char.
16016
16017 * dired.el (dired-find-alternate-file): New function.
16018 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16019 (toplevel): Require dired-aux when compiling.
16020 (dired-buffers): Move defvar within file to avoid compiler warning.
16021
16022 * info.el (Info-last-search): Variable removed.
16023 (Info-search-history): New variable.
16024 (Info-search): New Info-search-history.
16025
16026 * battery.el, info-look.el: Change author's mail address.
16027
16028 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16029
16030 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16031 if rmail-ignored-headers is nil.
16032 (rmail-retry-failure): Bind rmail-ignored-headers and
16033 rmail-displayed-headers to nil.
16034
16035 2000-07-06 Gerd Moellmann <gerd@gnu.org>
16036
16037 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16038 (print-region-1): Don't hard code `-h' here.
16039
16040 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16041
16042 2000-07-01 Francesco Potortì <pot@gnu.org>
16043
16044 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16045 exim can use "your message" instead of "the message".
16046
16047 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16048
16049 * facemenu.el: Docstrings fixes.
16050 (facemenu-get-face): Don't use internal-find-face.
16051 (facemenu-iterate): Rename arg to match the docstring.
16052
16053 * newcomment.el (uncomment-region): Be more careful when skipping
16054 backwards over `=' not to bump into BOBP.
16055
16056 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16057
16058 * ediff-diff.el (ediff-wordify): Use syntax table.
16059 * ediff-init.el (ediff-has-face-support-p): Use
16060 ediff-color-display-p.
16061 (ediff-color-display-p): Use display-color-p, changed to defun
16062 from defsubst.
16063 Got rid of special cases for NeXT and OS/2.
16064 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16065 face.
16066
16067 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16068
16069 * emacs-lisp/lucid.el: Require CL.
16070 (copy-tree, remprop): Remove, it's provided by CL.
16071 (map-keymap): Define in terms of cl-map-keymap.
16072 (extent-property, set-extent-end-glyph): New functions.
16073
16074 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16075
16076 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16077
16078 * Makefile.in (DONTCOMPILE): Add comment that the name may
16079 not be changed without changing the make-dist script.
16080
16081 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16082 (cl-mapc): Use mapc instead of cl-old-mapc.
16083
16084 2000-07-05 Andrew Innes <andrewi@gnu.org>
16085
16086 * makefile.nt: Add support for `bootstrap' and related targets.
16087
16088 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16089
16090 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16091 (easy-menu-do-define): Use `menu-item' format.
16092 Handle case where easy-menu-create-menu returns a symbol.
16093 Manually call the potential top-level filter in the function binding.
16094 (easy-menu-filter-return): New arg NAME.
16095 Convert to a keymap if MENU is an XEmacs menu.
16096 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16097 (easy-menu-converted-items-table, easy-menu-convert-item):
16098 New var and fun to memoize easy-menu-convert-item-1.
16099 (easy-menu-do-add-item): Use it.
16100 (easy-menu-create-menu): Use easy-menu-convert-item.
16101 Wrap easy-menu-filter-return around any :filter specification.
16102 Don't convert the menu if a filter was specified.
16103 Tell easy-menu-make-symbol not to check for MENU being an expression.
16104 (easy-menu-make-symbol): New arg NOEXP.
16105
16106 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16107
16108 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16109 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16110 (eval-defun): If called with prefix arg, instrument code for
16111 Edebug.
16112
16113 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16114 similar to that of eval-defun.
16115
16116 2000-07-04 Dave Love <fx@gnu.org>
16117
16118 * hl-line.el (hl-line-overlay): Make it permanent-local.
16119
16120 * calendar/todo-mode.el: Replaced with a working version, based on
16121 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16122
16123 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16124
16125 * paths.el (prune-directory-list): New function.
16126 (Info-default-directory-list): Rewritten to more methodically
16127 enumerate a big list of possible info directories (based on the
16128 list used by the standalone info reader).
16129
16130 * info.el (info-initialize): Use prune-directory-list to remove
16131 non-existent directories from Info-directory-list.
16132
16133 * paths.el (Info-default-directory-list): Try a list of possible
16134 info-directories instead of a single one. Add the possible
16135 info directory "/usr/share/info".
16136
16137 * woman.el (woman-man.conf-path): Explicitly include the debian
16138 man-db config file "/etc/manpath.config".
16139 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16140 are present in `manpath.config'.
16141 (woman-manpath): Include "/usr/share/man".
16142
16143 2000-07-03 Gerd Moellmann <gerd@gnu.org>
16144
16145 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16146
16147 * startup.el (command-line): Initialize blink-cursor based
16148 on window-system.
16149
16150 * frame.el (blink-cursor): Default to nil if not running under
16151 a window-system.
16152
16153 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16154 (face-x-resources): Remove duplicate entry for :font.
16155
16156 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16157 instead of cycling through windows with next-window.
16158
16159 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16160 of cycling through windows with next-window.
16161
16162 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16163 of cycling through windows with next-window.
16164
16165 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16166 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16167 instead of cycling through windows with next-window.
16168
16169 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16170 instead of cycling through windows with next-window.
16171
16172 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16173 of cycling through windows with next-window.
16174
16175 * terminal.el (te-process-output): Use walk-windows instead of
16176 cycling through windows with next-window.
16177
16178 * server.el (server-switch-buffer): Use some-window instead of
16179 cycling through windows with next-window.
16180
16181 * window.el (some-window): New function.
16182 (walk-windows): Remove reference to walk-windows-start.
16183
16184 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16185
16186 2000-07-03 Richard Stallman <rms@gnu.org>
16187
16188 * window.el (walk-windows): Guarantee termination by keeping a list
16189 of all the windows already handled.
16190
16191 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16192
16193 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16194 window-system.
16195
16196 * man.el (Man-notify-when-ready): Don't use window-system. If
16197 Man-notify-method is newframe, and the display is not
16198 multi-frame, select the frame created for the man page.
16199 (Man-init-defvars): Doc fix.
16200
16201 2000-06-28 Gerd Moellmann <gerd@gnu.org>
16202
16203 * faces.el (region): Change background color for light background.
16204
16205 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16206 attribute from mode-line face of Ediff control frame.
16207
16208 * replace.el (query-replace-map): Bind `e' like `E'.
16209
16210 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16211
16212 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16213 Change name to "Select All".
16214
16215 * dos-fns.el (convert-standard-filename): Fix last change.
16216
16217 2000-06-27 Gerd Moellmann <gerd@gnu.org>
16218
16219 * help.el (describe-variable): Don't insert a second `'s' in front
16220 of the string `value is shown below'. Since the syntax-table is
16221 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16222 an existing `'s', so that this won't be deleted.
16223
16224 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16225 * pcmpl-unix.el: New files.
16226
16227 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16228
16229 * wid-edit.el (widget-member): Use the new plist-member.
16230
16231 2000-06-26 Gerd Moellmann <gerd@gnu.org>
16232
16233 * replace.el (perform-replace): Undo change of 2000-04-04.
16234 Instead, move backward 1 character at the end of the loop when
16235 necessary.
16236
16237 * faces.el (fringe): Change face for different backgrounds.
16238
16239 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16240 patch from John.
16241
16242 * eshell/*.el: Change spelling of the Free Software Foundation.
16243
16244 * eshell/esh-toggle.el: Removed.
16245
16246 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16247
16248 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16249 interactively.
16250
16251 2000-06-26 Alex Schroeder <alex@gnu.org>
16252
16253 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16254 `define-key'; instead of checking `(emacs-version)' check for
16255 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16256 for `;' and `o' which might be electric.
16257
16258 (sql-electric-stuff): New user option.
16259 (sql-magic-go): New function which uses `sql-electric-stuff'.
16260 (sql-magic-semicolon): New function which uses
16261 `sql-electric-stuff'.
16262
16263 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16264 is not fboundp.
16265
16266 (sql-oracle-options): New variable.
16267 (sql-oracle): Use it.
16268
16269 (sql-imenu-generic-expression): Doc change.
16270 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16271 is used.
16272
16273 (sql-informix): Added command line parameter "-" to force
16274 sql-informix-program to use stdout.
16275
16276 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16277
16278 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16279 (cp864-decode-table): Doc fix.
16280 (cp720-decode-table): New variable, supports the Arabic OEM
16281 codepage used by Windows.
16282 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16283
16284 2000-06-23 Dave Love <fx@gnu.org>
16285
16286 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16287 (font-lock-fontify-anchored-keywords): Use
16288 line-beginning-position.
16289 (global-font-lock-mode): Use mapc.
16290
16291 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16292
16293 * eshell/esh-module.el: Require CL when compiling.
16294
16295 2000-06-23 Gerd Moellmann <gerd@gnu.org>
16296
16297 * comint.el (comint-substitute-in-file-name): Call replace-match
16298 with second and third arg t.
16299
16300 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16301 Specify foreground color.
16302
16303 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16304 color.
16305
16306 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16307
16308 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16309 cddr instead of cdddr.
16310
16311 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16312 instead of copy-list.
16313
16314 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16315 of copy-list.
16316
16317 * subdirs.el: Add eshell subdirectory.
16318
16319 * eshell: New subdirectory containing the Eshell package.
16320
16321 * pcomplete.el: New file.
16322
16323 2000-06-23 Paul Eggert <eggert@twinsun.com>
16324
16325 * mail/mailpost.el (post-mail-send-it): Make sure file has
16326 proper permissions from birth.
16327
16328 * files.el (basic-save-buffer-2): When temporarily setting
16329 file modes, set them to current modes plus 0200, not to 0777.
16330
16331 * emerge.el (emerge-make-temp-file): Make sure file has proper
16332 permissions from birth.
16333
16334 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16335
16336 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16337 backup file name through convert-standard-filename.
16338
16339 * dos-fns.el (convert-standard-filename): Convert leading
16340 directories as well. When long file names are supported, convert
16341 characters that are invalid in Windows file names.
16342
16343 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16344
16345 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16346 ps-print crashes. New feature: page selection for printing. Create
16347 raw-text-unix coding system for XEmacs. Doc fix.
16348 (ps-print-version): New version number (5.2.3).
16349 (ps-plot-region): Bug fix.
16350 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16351 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16352 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16353 funs.
16354 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16355 (ps-last-page): New vars.
16356
16357 2000-06-21 Gerd Moellmann <gerd@gnu.org>
16358
16359 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16360 empty option string.
16361
16362 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16363
16364 * man.el (man): Doc fix.
16365
16366 2000-06-21 Kenichi Handa <handa@etl.go.jp>
16367
16368 * international/mule-cmds.el (set-language-info-alist): Docstring
16369 fixed.
16370
16371 2000-06-20 Gerd Moellmann <gerd@gnu.org>
16372
16373 * version.el (emacs-version): Use ISO date format.
16374
16375 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16376 instead of `M-backspace'.
16377
16378 * simple.el (turn-off-auto-fill): New function.
16379
16380 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16381
16382 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16383 Renamed from with-buffer-prepared-for-font-lock and use
16384 inhibit-modification-hooks rather than setting *-change-functions.
16385 Update all functions to use the new name.
16386 (jit-lock-first-unfontify-pos): New semantics (and doc).
16387 (jit-lock-mode): Make non-interactive.
16388 Don't automatically turn on font-lock.
16389 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16390 Always use jit-lock-after-change.
16391 Remove and restore font-lock-after-change-function.
16392 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16393 (jit-lock-after-unfontify-buffer): Remove.
16394 (jit-lock-stealth-fontify):
16395 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16396 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16397
16398 2000-06-20 Sam Steingold <sds@gnu.org>
16399
16400 * emacs-lisp/cl-indent.el (toplevel): Indent
16401 `print-unreadable-object' properly. Untabify.
16402
16403 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16404
16405 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16406 Support for bibentry.
16407 (reftex-compile-variables): Fixed problem with end of section-re.
16408
16409 * texmodes/reftex-dcr.el (reftex-view-crossref,
16410 reftex-view-crossref-from-bibtex):
16411 Deal with changed `reftex-find-citation-regexp-format'.
16412 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16413 Replaced `remprop' with `put'.
16414 (reftex-view-crossref, reftex-view-crossref-when-idle):
16415 Support for bibentry.
16416
16417 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16418 New entry for bibentry package.
16419
16420 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16421 Regexp also matches "\nobibliography".
16422
16423 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16424 Call `reftex-ensure-write-access' before doing anything.
16425 (reftex-ensure-write-access): New function.
16426
16427 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16428
16429 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16430
16431 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16432
16433 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16434
16435 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16436
16437
16438 2000-06-20 Dave Love <fx@gnu.org>
16439
16440 * faces.el (frame-background-mode): Use set-default, not set, in
16441 setter.
16442 (frame-update-faces, frame-update-face-colors): Define with
16443 defalias.
16444
16445 * enriched.el (enriched-decode-foreground)
16446 (enriched-decode-background): Don't use internal-find-face.
16447
16448 * apropos.el: Doc fixes.
16449
16450 * cus-edit.el (customize-changed-options): Check arg.
16451 (customize-version-lessp): Don't require decimal point.
16452
16453 * custom.el (defcustom, defgroup): Doc fix.
16454
16455 * newcomment.el (comment) <defgroup>: Add :version.
16456 (comment-multi-line): Doc fix.
16457
16458 * emulation/mlsupport.el (define-hooked-local-abbrev,
16459 define-hooked-global-abbrev): Fix, using define-abbrev.
16460
16461 2000-06-19 Gerd Moellmann <gerd@gnu.org>
16462
16463 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16464 the whole buffer.
16465
16466 2000-06-19 Dave Love <fx@gnu.org>
16467
16468 * menu-bar.el (menu-bar-options-save): New function.
16469 (menu-bar-options-menu): Use it.
16470 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16471 Simplify.
16472
16473 2000-06-19 Andreas Schwab <schwab@suse.de>
16474
16475 * progmodes/etags.el (tags-query-replace): Put new parameters
16476 START and END at the end, for backward compatibility.
16477
16478 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16479
16480 * international/codepage.el:
16481 (cp-coding-system-for-codepage-1): Delete special codes for
16482 generating xxx-dos coding system because now a CCL based coding
16483 system can handle EOL conversion by default.
16484
16485 * international/mule.el (make-coding-system): Generate subsidiary
16486 coding systems for EOL handling variants even for a CCL based
16487 coding system.
16488
16489 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16490
16491 * international/isearch-x.el (isearch-minibuffer-input-method)
16492 (isearch-minibuffer-input-method-function): These variables
16493 deleted.
16494 (isearch-with-input-method): Don't use the above variables.
16495 (isearch-process-search-multibyte-characters): Likewise. Call
16496 read-string with the arg INHERIT-INPUT-METHOD t.
16497
16498 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16499
16500 * font-lock.el (font-lock-after-fontify-buffer)
16501 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16502
16503 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16504 Use consistent make-local-variable style for font-lock-fontified.
16505 (jit-lock-fontify-buffer):
16506 Don't bother checking for font-lock-mode and jit-lock-mode.
16507
16508 * time.el: Remove trailing ^M that prevent CVS-merging.
16509
16510 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16511
16512 * Makefile.in (distclean): New target.
16513
16514 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16515
16516 * Makefile.in (srcdir): Define for update-subdirs.
16517
16518 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16519
16520 * find-lisp.el: New file.
16521
16522 2000-06-16 Andrew Innes <andrewi@gnu.org>
16523
16524 * time.el (display-time-mail-function): New variable, to allow
16525 external packages to indicate when new mail is available.
16526 (display-time-update): Use it.
16527
16528 2000-06-16 Kenichi Handa <handa@etl.go.jp>
16529
16530 * international/mule.el (mule-version): Change version name to
16531 SAKAKI. AOI has already been used by Meadow.
16532
16533 * international/quail.el (quail-show-guidance-buf): To find the
16534 bottom window (but minibuffer), pay attention to the height of
16535 minibuffer.
16536
16537 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16538
16539 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16540 menu-bar menus. Add help strings. Don't remove the Edit menu
16541 from the menu bar, as the menu bar has enough space now.
16542
16543 * Makefile.in (SHELL): Make sure /bin/sh is used.
16544
16545 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16546 characters, which use series of two ^H characters instead of one.
16547
16548 2000-06-15 Gerd Moellmann <gerd@gnu.org>
16549
16550 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16551 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16552 functions.
16553 (Info-find-node-2): Try a case-sensitive search first, then
16554 do a case-insensitive search.
16555
16556 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16557 tutorials.
16558
16559 * info.el (Info-set-mode-line): Show file name in mode line,
16560 use `*Info*' instead of `Info:'.
16561
16562 * startup.el (command-line-1): Change copyright messages to year
16563 2000.
16564
16565 2000-06-15 Ehud Karni <ehud@unix.mvs.co.il>
16566
16567 * complete.el (PC-env-vars-alist): New variable.
16568 (PC-complete-as-file-name): New function.
16569 (partial-completion-mode): Initialize PC-env-vars-alist from
16570 process-environment.
16571 (PC-do-completion): Handle completion of env vars.
16572
16573 2000-06-15 Dave Love <fx@gnu.org>
16574
16575 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16576 not local-map.
16577
16578 2000-06-15 Kenichi Handa <handa@etl.go.jp>
16579
16580 * international/mule.el (set-buffer-file-coding-system): Almost
16581 rewritten to handle `undecided' as no-op.
16582
16583 2000-06-14 Gerd Moellmann <gerd@gnu.org>
16584
16585 * Makefile.in: New file.
16586
16587 * Makefile: Removed.
16588
16589 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16590 (goto-address-highlight-keymap): Bind C-c RET.
16591
16592 2000-06-14 Kenichi Handa <handa@etl.go.jp>
16593
16594 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16595 inherits buffer-file-coding-system of the current buffer.
16596
16597 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16598 0. Give correct argument to set-auto-coding-function.
16599 (tar-expunge): For goto-char, use (point-min), not 0.
16600 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16601 (tar-subfile-save-buffer): Likewise.
16602
16603 * international/mule.el
16604 (after-insert-file-set-buffer-file-coding-system): Call
16605 set-buffer-file-coding-system with the arg FORCE t.
16606
16607 2000-06-13 Gerd Moellmann <gerd@gnu.org>
16608
16609 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16610 nil. Contemporary sendmails issue an X-Authentication-Warning if
16611 the sender is set with `-f'.
16612
16613 2000-06-13 Dave Love <fx@gnu.org>
16614
16615 * help.el (describe-function-1): Kluge around cases of functions
16616 fset to subrs whose doc doesn't match their symbol-name.
16617
16618 * image.el (insert-image): Default STRING to a space.
16619
16620 * info.el: Doc fixes.
16621 (Info-build-node-completions): Match Ref tags.
16622
16623 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16624
16625 * frame.el (display-multi-frame-p, display-multi-font-p): New
16626 defaliases for display-graphic-p.
16627
16628 * hl-line.el: Fixed a typo in commentary.
16629
16630 2000-06-13 Kenichi Handa <handa@etl.go.jp>
16631
16632 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16633 fixed.
16634
16635 2000-06-12 Dave Love <fx@gnu.org>
16636
16637 * image.el (insert-image): Save a little consing.
16638
16639 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16640
16641 * language/tibet-util.el: Convert all tibetan-1-column characters
16642 to the corresponding tibetan characters.
16643 (tibetan-add-components): Delete code for the special treatment of
16644 'a chung.
16645
16646 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16647 change.
16648 (tibetan-vowel-transcription-alist): More rules added.
16649 (tibetan-composite-vowel-alist): New variable.
16650 (tibetan-precomposition-rule-alist): More rules added.
16651
16652 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16653
16654 * startup.el (command-line): Only call menu-bar-mode if interactive.
16655
16656 * thingatpt.el (toplevel symbol-properties):
16657 * textmodes/makeinfo.el (makeinfo-compile):
16658 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16659 * progmodes/hideif.el (hif-compress-define-list)
16660 (hide-ifdef-use-define-alist):
16661 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16662 (ange-ftp-vms-add-file-entry):
16663 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16664 * man.el (Man-build-man-command):
16665 * mail/rnewspost.el (news-reply-header-hook):
16666 * info.el (Info-insert-dir):
16667 * emulation/mlconvert.el (backward-word, forward-word, setq):
16668 * emacs-lisp/gulp.el (gulp-send-requests):
16669 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16670 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16671 (byte-optimize-apply, end of file):
16672 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16673 (ad-make-freeze-definition):
16674 * startup.el (command-line, command-line-1): Don't quote lambdas.
16675
16676 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16677 (cvs-cleanup-removed): New function.
16678 (cvs-cleanup-functions): New var.
16679 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16680 some flexibility in specifying additional entries to auto-cleanup.
16681 (cvs-quickdir): New function.
16682 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16683 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16684 (cvs-mode-find-file): Check that we are on a filename or dirname
16685 when invoked through a mouse-click.
16686 (cvs-full-path): Remove.
16687 (cvs-dired-action): Re-introduced.
16688 (cvs-dired-noselect): Use it.
16689 (vc-post-command-functions): use this new hook if available.
16690
16691 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16692 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16693 (cvs-filename-map, cvs-dirname-map): Remove.
16694 (cvs-default-action): Remove.
16695 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16696 if the arg is really a keymap.
16697 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16698 Don't hardcode the mapping from state (aka type) to face, but check
16699 the var cvs-fi-<type>-face instead.
16700 (cvs-fileinfo-from-entries): New function.
16701
16702 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16703 Docstring fix.
16704 (cvs-find-file-and-jump): Change default to be safer.
16705 (cvs-mode-diff-map): Define it as a function as well.
16706 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16707 Bind mouse-2 in this global map rather than with text-properties.
16708
16709 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16710 file to resolve the ambiguity between C(conflict) and C(need-merge).
16711
16712 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16713
16714 * international/mule.el (set-buffer-file-coding-system): If
16715 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16716 unconditionally.
16717
16718 2000-06-12 Dave Love <fx@gnu.org>
16719
16720 * wid-edit.el (widget-specify-button): Really suppress the face if
16721 required.
16722
16723 2000-06-11 Gerd Moellmann <gerd@gnu.org>
16724
16725 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16726
16727 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16728
16729 * imenu.el (imenu-generic-expression): Docstring fix.
16730
16731 * composite.el (composition-function-table): Move the `put'
16732 below the autoload cookie so we can load the file before loaddefs.
16733
16734 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16735
16736 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16737 Handle easy-mmode-define-global-mode.
16738 For complex macros like define-minor-mode that can generate
16739 several autoload entries, try to autoload entries in the
16740 macroexpanded code.
16741
16742 * emacs-lisp/easy-mmode.el (define-minor-mode):
16743 If KEYMAP is a symbol, just use it.
16744 Use byte-compile-current-file and load-file-name to infer the
16745 proper :require to pass to defcustom.
16746 Wrap the hook var into `progn' so as not to autoload it.
16747 Add a :autoload-end cookie.
16748 Be more careful about the evaluation of KEYMAP.
16749 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16750 (define-derived-mode): Move define-abbrev-table outside of defvar.
16751
16752 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16753
16754 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16755 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16756 (backup-compiled-files): Ignore errors during `tar'.
16757 (bootstrap): Make autoloads before elc files.
16758
16759 2000-06-10 Kenichi Handa <handa@etl.go.jp>
16760
16761 * international/mule.el (set-buffer-file-coding-system): If one of
16762 undecided-XXX is specified, change only EOL conversion.
16763
16764 * international/mule-conf.el (unix): New alias for the coding
16765 system undecided-unix.
16766
16767 2000-06-09 Dave Love <fx@gnu.org>
16768
16769 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16770
16771 * progmodes/executable.el: Byte compile dynamic.
16772 (executable-insert): Change custom type.
16773 (executable-find): Add autoload cookie.
16774 (executable-make-buffer-file-executable-if-script-p): New
16775 function. After Noah Friedman.
16776
16777 * files.el (after-save-hook): Customize, with
16778 executable-make-buffer-file-executable-if-script-p as an option.
16779
16780 2000-06-09 Kenichi Handa <handa@etl.go.jp>
16781
16782 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16783 "tib24p-mule.bdf" for Tibetan.
16784
16785 * composite.el (decompose-composite-char): Declare it as obsolete.
16786
16787 * man.el (Man-fontify-manpage): Pay attention to underline and
16788 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16789
16790 2000-06-08 Gerd Moellmann <gerd@gnu.org>
16791
16792 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16793 Set maintainer to FSF since author isn't reachable.
16794
16795 2000-06-08 Dave Love <fx@gnu.org>
16796
16797 * international/mule-cmds.el (select-safe-coding-system): If
16798 DEFAULT-CODING-SYSTEM is not specified, also check the most
16799 preferred coding-system if buffer-file-coding-system is
16800 `undecided'. From Handa.
16801
16802 2000-06-08 Kenichi Handa <handa@etl.go.jp>
16803
16804 * international/mule.el
16805 (after-insert-file-set-buffer-file-coding-system): If the buffer
16806 size is greater than INSERTED, judge that we are not visiting.
16807
16808 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16809
16810 * whitespace.el (defgroup whitespace): Comment out `:version'.
16811 XEmacs 20.4 has problems defining the group with this present.
16812 We'll have this commented out till get resolve the problem.
16813
16814 2000-06-07 John Wiegley <johnw@gnu.org>
16815
16816 * align.el (align-dq-string-modes, align-sq-string-modes)
16817 (align-open-comment-modes): Add python-mode.
16818 (align-rules-list): Use get-text-property instead of
16819 text-properties-at.
16820 (align-rules-list): Add python-assignment.
16821 (align-rules-list): Change perl-comma-delimiter to
16822 basic-comma-delimiter. Use if for Perl modes and python-mode.
16823 (align-rules-list): Add python-chain-logic and
16824 basic-line-continuation.
16825
16826 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16827
16828 * apropos.el (apropos-mode-hook): New user variable.
16829 (apropos-mode): Run apropos-mode-hook.
16830
16831 2000-06-07 David Ponce <david@dponce.com>
16832
16833 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16834 commands. Require `wid-edit' at run-time.
16835
16836 2000-06-07 David Ponce <david@dponce.com>
16837
16838 * recentf.el: Added some "Commentary".
16839 (recentf-open-more-files, recentf-edit-list): Minor changes to
16840 move the point at the top of the file list. This behavior is
16841 consistent with the menu one when the list contains a lot of
16842 files.
16843 (recentf-cleanup): Now displays the number of items removed from
16844 the list.
16845 (recentf-relative-filter) New menu filter to show filenames
16846 relative to `default-directory'.
16847
16848 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16849
16850 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16851 with/without giving an error if PostScript printer doesn't have this
16852 kind of page size. Zebra Stripe continues or restarts on next page.
16853 Manual/automatic paper feeding. Switch or not the header.
16854 (ps-print-version): New version number (5.2.2).
16855 (ps-windows-system): Include emx as a Windows system.
16856 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16857 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16858 (ps-background-text): Code fix.
16859 (ps-error-handler-message, ps-user-defined-prologue)
16860 (ps-print-prologue-header, ps-printer-name)
16861 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16862 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16863 (ps-use-face-background): Customization fix.
16864 (ps-n-up-database): Data fix.
16865 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16866 (ps-switch-header): New vars.
16867 (ps-xemacs-color-name, ps-face-foreground-name)
16868 (ps-face-background-name, ps-boolean-constant): New funs.
16869
16870 2000-06-07 Dave Love <fx@gnu.org>
16871
16872 * allout.el: New version from Manheimer.
16873
16874 2000-06-07 Kenichi Handa <handa@etl.go.jp>
16875
16876 * textmodes/fill.el (fill-find-break-point): Check the validity of
16877 charset.
16878
16879 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16880
16881 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16882 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16883 Call display-color-p and display-mouse-p instead of looking at
16884 window-system.
16885
16886 2000-06-06 Dave Love <fx@gnu.org>
16887
16888 * image.el (find-image): Doc fix. Return nil if image not found.
16889 (put-image, insert-image): Make STRING arg optional.
16890
16891 2000-06-06 Kenichi Handa <handa@etl.go.jp>
16892
16893 * language/vietnamese.el: Remove eval-when-compile.
16894 (viet-viscii-nonascii-translation-table): Define it as a
16895 translation table made from viet-viscii-decode-table.
16896 (viet-viscii-encode-table): Define it as a translation table made
16897 from the reverse map of above.
16898 (viet-vscii-nonascii-translation-table): Define it as a
16899 translation table made from viet-vscii-decode-table.
16900 (viet-vscii-encode-table): Define it as a translation table made
16901 from the reverse map of above.
16902 (ccl-decode-viscii): Use translate-character.
16903 (ccl-encode-viscii, ccl-encode-viscii-font)
16904 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16905 Likewise.
16906
16907 * language/cyrillic.el: Remove eval-when-compile.
16908 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16909 translation table made from cyrillic-koi8-r-decode-table.
16910 (cyrillic-koi8-r-encode-table): Define it as a translation table
16911 made from the reverse map of above.
16912 (ccl-decode-koi8): Use translate-character.
16913 (ccl-encode-koi8, ccl-encode-koi8-font): Likewise.
16914 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16915 a translation table made from cyrillic-alternativnyj-decode-table.
16916 (cyrillic-alternativnyj-encode-table): Define it as a translation
16917 table made from the reverse map of above.
16918 (ccl-decode-alternativnyj): Use translate-character.
16919 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16920 Likewise.
16921
16922 * international/mule-diag.el (non-iso-charset-alist): Specify
16923 translation table symbol instead of translation table itself.
16924 (list-block-of-chars): CHARSET may be a translation table symbol.
16925
16926 * international/mule.el (make-coding-system): If CODING-SYSTEM
16927 already exists, override it.
16928
16929 * international/fontset.el: Use family `proportional' for Tibetan
16930 fonts.
16931
16932 * international/ccl.el (ccl-compile-translate-character): Don't
16933 check if Rrr has property translation-table.
16934 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16935
16936 2000-06-05 Gerd Moellmann <gerd@gnu.org>
16937
16938 * info.el: Bind case-fold-search to t when searching in case
16939 a user sets it to nil in a hook.
16940
16941 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16942
16943 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16944 * hl-line.el (hl-line-mode): Use the new :global key argument.
16945
16946 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16947 (tar-clip-time-string): Prepend a space.
16948 (tar-grind-file-mode): Construct a string rather than modifying one.
16949 (tar-header-block-summarize): Fix docstring.
16950 Use `format' rather than an error-prone set of copy-loops.
16951
16952 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16953 (diff-goto-source, diff-unified->context, diff-context->unified)
16954 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16955 understand the format output by the `-p' argument to diff.
16956
16957 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16958 (sh-re-done): Use defconst.
16959 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16960 (sh-help-string-for-variable, sh-guess-basic-offset):
16961 Don't quote lambdas.
16962 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16963 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16964
16965 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16966 (mh-letter-mode): Derive from text-mode.
16967 This implicitly means that it now calls kill-all-local-variables.
16968 Also remove the Emacs-18 compatibility code.
16969
16970 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16971 Make use of symbol-property doc-string-elt.
16972 Use memq rather than a sequence of eq.
16973 (doc-string-elt): Fix the wrong or missing previously unused values.
16974 (autoload-print-form): New function extracted from
16975 generate-file-autoloads to allow recursion when handling progn
16976 so that defvar's and defun's docstrings are properly printed.
16977 (generate-file-autoloads): Use it.
16978
16979 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16980 Use find-file-hooks in the minor-mode function.
16981 Be careful not to loop indefinitely in the post-command-hook function.
16982
16983 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16984
16985 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16986 tty's.
16987 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16988 differences whenever appropriate.
16989 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16990 * viper.el (find-file, find-file-other-window): Get viper to do
16991 wildcards.
16992
16993 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16994
16995 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16996 (jit-lock-fontify-buffer): New function for JIT refontification.
16997 (jit-lock-mode): Fix docstring.
16998 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16999 Remove jit-lock-after-change from the _local_ hook.
17000 (jit-lock-function-1): Fix docstring.
17001
17002 * info.el (Info-on-current-buffer): Initialize info.
17003
17004 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17005
17006 * progmodes/tcl.el (tcl-indent-for-comment):
17007 Ignore comment-indent-hook.
17008
17009 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17010 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17011 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17012 and improve to use the lighter to guess the capitalization.
17013 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17014 Add keyword arguments to specify global-ness or the custom group.
17015 Add local-map and help-echo properties to the lighter.
17016 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17017 (easy-mmode-define-global-mode): New macro.
17018
17019 2000-06-02 Dave Love <fx@gnu.org>
17020
17021 * wid-edit.el: byte-compile-dynamic since we typically don't use
17022 all the widgets. Don't require cl or widget. Remove
17023 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17024 (widget-read-event): Removed. Callers changed to use read-event.
17025 (widget-button-release-event-p): Renamed from
17026 button-release-event-p.
17027 (widget-field-add-space, widget-field-use-before-change):
17028 Uncustomize.
17029 (widget-specify-field): Use keymap property, not local-map.
17030 (widget-specify-button): Obey :suppress-face.
17031 (widget-specify-insert): Use modern backquote syntax.
17032 (widget-image-directory): Renamed from widget-glyph-directory.
17033 (widget-image-enable): Renamed from widget-glyph-enable.
17034 (widget-image-find): Replaces widget-glyph-find.
17035 (widget-button-pressed-face): Move defvar.
17036 (widget-image-insert): Replaces widget-glyph-insert.
17037 (widget-convert): Use keywordp.
17038 (widget-leave-text, widget-children-value-delete): Use mapc.
17039 (widget-keymap): Remove XEmacs stuff.
17040 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17041 (widget-button-click): Don't set point at the click, but re-center
17042 if we scroll out of window. Rewritten for images v. glyphs &c.
17043 (widget-tabable-at): Use POS arg, not point.
17044 (widget-beginning-of-line, widget-end-of-line)
17045 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17046 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17047 (widget-default-create): Use widget-image-insert; some rewriting.
17048 (widget-visibility-value-create)
17049 (widget-push-button-value-create, widget-toggle-value-create): Use
17050 widget-image-insert.
17051 (checkbox): Create on and off images dynamically.
17052 (documentation-link): Change :help-echo.
17053 (widget-documentation-link-echo-help): Remove.
17054
17055 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17056
17057 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17058
17059 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17060 (easy-mmode-define-toggle, define-minor-mode): Use it.
17061 (easy-mmode-define-keymap): Docstring fix.
17062 (define-derived-mode): Default PARENT to fundamental-mode.
17063 Add the derived-mode-parent symbol-property.
17064 (easy-mmode-derived-mode-p): New function.
17065
17066 2000-06-02 Dave Love <fx@gnu.org>
17067
17068 * files.el (convert-standard-filename): Doc fix.
17069 (normal-backup-enable-predicate): New function.
17070 (backup-enable-predicate): Use it to replace the lambda form.
17071
17072 * calendar/todo-mode.el: [This needs more work on the outline
17073 stuff.] Doc fixes.
17074 (todo) <defgroup>: Add :version.
17075 (todo-add-category): Don't use pushnew.
17076 (todo-cmd-raise): Fix typo.
17077 (todo-top-priorities): Change temp buffer name.
17078 (todo-category-alist): Avoid redundant lambda.
17079 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17080 Use outline-next-heading.
17081
17082 * autoarg.el: Rewritten to use define-minor-mode.
17083 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17084 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17085
17086 2000-06-02 Kenichi Handa <handa@etl.go.jp>
17087
17088 * isearch.el (isearch-other-meta-char): Fix previous change.
17089
17090 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17091
17092 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17093 (log-edit-done): Only add the comment to the ring if it's different
17094 from the last comment entered.
17095
17096 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17097
17098 2000-06-01 Dave Love <fx@gnu.org>
17099
17100 * hl-line.el: Rewritten using define-minor-mode.
17101
17102 * help.el (describe-function-1): Distinguish special form from
17103 builtin function. Sanity-check presence of arglist for builtins.
17104
17105 2000-06-01 Kenichi Handa <handa@etl.go.jp>
17106
17107 * international/characters.el: Fix syntax/category setting of
17108 Tibetan characters.
17109
17110 * language/tibet-util.el (tibetan-add-components): Fixes for new
17111 encoding of Tibetan characters.
17112 (tibetan-decompose-precomposition-alist): New variable.
17113 (tibetan-decompose-region): Convert precomposed characters to
17114 non-precomposed characters.
17115 (tibetan-decompose-string): Likewise.
17116 (tibetan-composition-function): Fix args to
17117 tibetan-compose-string.
17118
17119 * language/tibetan.el (tibetan-composable-pattern): More
17120 characters included.
17121 (tibetan-consonant-transcription-alist): Rule for "R" added.
17122 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17123 "+R" added.
17124 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17125
17126 * language/lao-util.el (lao-composition-function): Fix args to
17127 compose-string.
17128
17129 * language/thai-util.el (thai-composition-function): Fix args to
17130 compose-string.
17131
17132 * isearch.el (isearch-update): Set disable-point-adjustment to t
17133 to prevent the point moving to the end of a composition when a
17134 part of a composition is searched.
17135 (isearch-other-meta-char): If the key invoking this command can be
17136 mapped by function-key-map to a printing char, call
17137 isearch-process-search-char directly.
17138
17139 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17140
17141 * emacs-lisp/bytecomp.el:
17142 * frame.el:
17143 * international/mule-cmds.el:
17144 * international/mule-util.el:
17145 * international/mule.el:
17146 * mouse.el:
17147 * subr.el:
17148 * faces.el: Update calls to make-obsolete with a WHEN argument.
17149
17150 * byte-run.el (make-obsolete, make-obsolete-variable):
17151 Add an optional WHEN argument and change the format of the
17152 symbol-property information.
17153 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17154 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17155 new obsolete-symbol-property format and print WHEN if it is provided.
17156
17157 2000-05-31 Dave Love <fx@gnu.org>
17158
17159 * loadhist.el (loadhist-hook-functions): Remove
17160 before-change-function, after-change-function.
17161 (unload-feature): Deal with symbols which are both bound and
17162 fbound.
17163
17164 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17165 before-change-function, after-change-function.
17166
17167 * simple.el (newline): Don't bind before-change-function,
17168 after-change-function.
17169
17170 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17171
17172 * whitespace.el (whitespace-rescan-timer-time): Update interval
17173 set to 600 seconds (10 minutes) instead of 60 seconds since
17174 a large number of whitespace buffers causes emacs to `freeze'
17175 for a considerable amount of time.
17176
17177 * whitespace.el: Updated email address
17178
17179 2000-05-31 Dave Love <fx@gnu.org>
17180
17181 * add-log.el (change-log-font-lock-keywords) <function>: Add
17182 pattern for function of change.
17183 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17184 acknowledgements patterns.
17185
17186 2000-05-31 Kenichi Handa <handa@etl.go.jp>
17187
17188 * isearch.el (isearch-printing-char): If keyboard coding system is
17189 being used, call isearch-process-search-multibyte-characters.
17190
17191 * international/isearch-x.el: Mostly rewritten.
17192
17193 * international/quail.el (quail-start-conversion): Don't include
17194 unhandled events in the returned events, but set them in
17195 unread-command-events. Exit if all inputs are deleted.
17196
17197 2000-05-30 Jason Rumney <jasonr@gnu.org>
17198
17199 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17200
17201 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17202 Reenable code to create initial fontsets.
17203 Use set-fontset-font in place of put-charset-property.
17204
17205 2000-05-30 Gerd Moellmann <gerd@gnu.org>
17206
17207 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17208 label, ensure that the first colon isn't followed by another.
17209
17210 * paths.el (Info-default-directory-list): Doc fix.
17211
17212 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17213 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17214 send a query containing USER only, not USER@HOST.
17215
17216 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17217 and rmail-msgend to compute the restriction at the end, instead of
17218 computing it.
17219
17220 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17221
17222 * dabbrev.el (dabbrev-expand): Don't display messages in the
17223 echo area if the minibuffer window is active.
17224
17225 * jit-lock.el (jit-lock-mode): Add after change function to
17226 local hook.
17227
17228 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17229
17230 * antlr-mode.el: New commands: hide/unhide actions,
17231 upcase/downcase literals.
17232 (antlr-tiny-action-length): New user option.
17233 (antlr-hide-actions): New command. Suggested by
17234 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17235 (antlr-mode-map): New binding [C-c C-v].
17236 (antlr-mode-menu): New entries.
17237 (antlr-downcase-literals): New command.
17238 (antlr-upcase-literals): Ditto.
17239
17240 * antlr-mode.el: Minor changes: indentation, mode-name.
17241 (antlr-indent-line): Indent cpp directive at column 0.
17242 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17243
17244 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17245 (antlr-font-lock-additional-keywords): Workaround for intentional
17246 bug in XEmacs version of font-lock.
17247 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17248 be used by a smarter version of `buffers-menu-grouping-function'.
17249
17250 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17251
17252 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17253 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17254
17255 2000-05-29 Kenichi Handa <handa@etl.go.jp>
17256
17257 * international/encoded-kb.el
17258 (encoded-kbd-iso2022-designation-map): Pay attention to that
17259 charset-iso-final-char return -1 for eight-bit-control and
17260 eight-bit-graphic.
17261
17262 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17263
17264 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17265 (speedbar-easymenu-definition-base): Use display-graphic-p where
17266 available, instead of window-system.
17267
17268 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17269
17270 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17271 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17272 coding systems.
17273
17274 2000-05-26 Dave Love <fx@gnu.org>
17275
17276 * disp-table.el (standard-display-underline): Don't use
17277 internal-find-face.
17278
17279 * mail/reporter.el: Maintainer change. Doc fixes.
17280 (reporter-version): Deleted.
17281
17282 * emacs-lisp/elp.el: Maintainer change.
17283 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17284
17285 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17286
17287 * add-log.el (add-change-log-entry): Merge the current entry with the
17288 previous one if the previous one is empty.
17289
17290 2000-05-26 Dave Love <fx@gnu.org>
17291
17292 * loadhist.el (unload-feature): Fix interactive spec [from
17293 lijnzaad@ebi.ac.uk].
17294
17295 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17296 subr-arity to check primitives.
17297 (byte-compile-flush-pending, byte-compile-file-form-progn)
17298 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17299 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17300 mapcar.
17301
17302 2000-05-26 Kenichi Handa <handa@etl.go.jp>
17303
17304 * international/fontset.el: Set family names of non-latin charsets
17305 in default fontset to "*".
17306
17307 * international/mule-diag.el (print-fontset): Combine family part
17308 and registry part of the fontname by "-*-" instead of "-".
17309
17310 * international/mule-cmds.el (encode-coding-char): Make strings
17311 multibyte before calling encode-coding-string.
17312
17313 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17314
17315 * derived.el: Fix keywords.
17316 (define-derived-mode): Only define if needed.
17317
17318 * simple.el (fill-comment, comment-column, comment-start)
17319 (comment-start-skip, comment-end, comment-indent-function)
17320 (block-comment-start, block-comment-end, indent-for-comment)
17321 (set-comment-column, kill-comment, comment-padding, comment-region)
17322 (comment-multi-line, indent-new-comment-line): Remove.
17323
17324 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17325 function names for comment operations.
17326
17327 * newcomment.el: Add abundant autoload cookies.
17328 (comment-style): Don't depend on runtime data at compile-time.
17329 (comment-indent-hook): Remove.
17330 (comment-indent): Check if comment-indent-hook is bound.
17331 (comment-region): Docstring fix.
17332
17333 2000-05-25 Dave Love <fx@gnu.org>
17334
17335 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17336 byte-code-function-p.
17337
17338 * mail/rmailsum.el: Add provide.
17339
17340 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17341
17342 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17343 defcustom.
17344
17345 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17346
17347 * ediff-diff.el (ediff-exec-process): delete --binary option from
17348 non-buffer ediff jobs.
17349
17350 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17351
17352 * hilit-chg.el (highlight-changes-mode): Ask about color or
17353 grayscale support, not about window-system.
17354
17355 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17356 window-system.
17357 (ffap-highlight): Always default to t.
17358
17359 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17360 display-popup-menus-p instead of looking at window-system.
17361
17362 * disp-table.el (standard-display-g1, standard-display-graphic):
17363 Only refuse to use string glyphs on X and MS-Windows.
17364
17365 * avoid.el: Remove window-system from commentary, suggest to use
17366 display-*-p instead.
17367
17368 * apropos.el (apropos-print): Use display-mouse-p instead of
17369 window-system.
17370
17371 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17372
17373 * international/codepage.el (cp-decoding-vector-for-codepage):
17374 Fill up unsupported characters with their own codes. From Kenichi
17375 Handa.
17376
17377 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17378
17379 * international/mule-diag.el (describe-char-after): Use
17380 display-graphic-p instead of window-system, so that this function
17381 works on MS-DOS.
17382
17383 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17384
17385 * international/codepage.el (cp-make-coding-systems-for-codepage):
17386 Remove the eight-bit-graphic and eight-bit-control charsets from
17387 the list of charsets which we convert into `?'.
17388
17389 2000-05-25 Kenichi Handa <handa@etl.go.jp>
17390
17391 * international/mule-conf.el: Specify CHARSET-ID explicitly for
17392 private charsets.
17393 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17394 japanese-jisx0213-2): New charsets.
17395
17396 * international/fontset.el: Setup default fontset for new charsets.
17397
17398 2000-05-24 Dave Love <fx@gnu.org>
17399
17400 * info.el (Info-find-node-2): Restructure [following "Vadim
17401 S. Solomin" <sovs@uic.nnov.ru>].
17402
17403 * icomplete.el: Fix header for Finder.
17404
17405 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17406
17407 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17408 STAY.
17409
17410 * rmail.el (rmail-automatic-folder-directives): New user variable.
17411 (rmail-show-message): Add call to `rmail-auto-file' during
17412 display.
17413 (rmail-auto-file): New function.
17414
17415 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17416
17417 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17418 account.
17419 (ediff-test-utility,ediff-diff-mandatory-option)
17420 (ediff-reset-diff-options): Utilities for proper initialization of
17421 ediff-diff-options and ediff-diff3-options on Windows.
17422
17423 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17424 variable.
17425
17426 * ediff-mult.el (ediff-filegroup-action): Use
17427 ediff-merge-filename-prefix.
17428
17429 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17430
17431 * viper-ex.el (ex-write): Set selective display to nil.
17432
17433 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17434
17435 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17436 aliases for hebrew-iso-8bit.
17437
17438 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17439
17440 * woman.el: New version from Francis J. Wright
17441 <F.J.Wright@Maths.QMW.ac.uk>.
17442 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17443 names in environment variables regardless of the path separator.
17444 (woman-topic-all-completions-1): Don't call file-name-directory-p
17445 on all files, since woman-file-regexp already filters out any
17446 directories.
17447
17448 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17449
17450 * international/quail.el (quail-start-translation): Don't change
17451 modified-p of the current buffer.
17452 (quail-start-conversion): Likewise.
17453
17454 * international/kkc.el (kkc-region): Don't change modified-p of
17455 the current buffer.
17456
17457 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17458 conform to RFC1468.
17459 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17460
17461 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17462
17463 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17464 (speedbar-insert-button): Invisible text property fix.
17465 (speedbar-directory-plus): Renamed from speedbar-directory-+.
17466 (speedbar-directory-minus): Renamed from speedbar-directory--.
17467 (speedbar-page-plus): Renamed from speedbar-file-+.
17468 (speedbar-page-minus): Renamed from speedbar-file--.
17469 (speedbar-page): Renamed from speedbar-file-.
17470 (speedbar-tag): Renamed from speedbar-tag-.
17471 (speedbar-tag-plus): Renamed from speedbar-tag-+.
17472 (speedbar-tag-minus): Renamed from speedbar-tag--.
17473 (speedbar-expand-image-button-alist): Use above renames.
17474
17475 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17476 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17477 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17478 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17479 * sb-pg.xpm: Renamed from sb-file.xpm
17480 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17481 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17482
17483 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17484
17485 * international/quail.el (quail-show-guidance-buf): Set
17486 current-input-method of the guidance buffer to the name of the
17487 current input method.
17488
17489 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17490
17491 * progmodes/compile.el (compile-internal): Style typo.
17492
17493 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17494 quote vars and functions in the docstring.
17495
17496 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17497
17498 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17499 Don't quote lambdas.
17500
17501 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17502
17503 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17504
17505 * startup.el (command-line): Determine source file of compiled
17506 user init file differently. Warn if compiled user init file
17507 is older than its source file.
17508
17509 * ffap.el (ffap-url-regexp): Add `https'.
17510
17511 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17512
17513 * files.el (make-backup-file-name-1): Replace slashes with `!'
17514 rather than `|' (which is not allowed on Windows). Replace the
17515 drive letters with a string "drive_X".
17516
17517 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17518
17519 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17520
17521 * files.el (interpreter-mode-alist): Add `bash2'.
17522
17523 2000-05-22 Dave Love <fx@gnu.org>
17524
17525 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17526 mapc.
17527 (feature-file): Avoid calling symbol-name. Doc fix.
17528 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17529 (loadhist-hook-functions): Add mouse-position-function.
17530 (unload-feature): Change uses of mapcar.
17531
17532 * files.el (parse-colon-path): Doc fix.
17533 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17534 (set-auto-mode): Use mapc.
17535
17536 * complete.el (PC-look-for-include-file): Use :alnum: character
17537 class.
17538 (partial-completion-mode): Add autoload cookie.
17539
17540 2000-05-22 Sam Steingold <sds@gnu.org>
17541
17542 * info.el (Info-fontify-node): Fixed the call to
17543 `add-text-properties' (bug introduced on 2000-05-18).
17544
17545 2000-05-22 Dave Love <fx@gnu.org>
17546
17547 * bindings.el: Remove debug-ignored-errors set in other files.
17548
17549 * progmodes/etags.el: Add to debug-ignored-errors.
17550 (visit-tags-table-buffer): Clear out buffers holding old tables
17551 when making a new list.
17552 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17553 mapc.
17554
17555 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17556 quote keywords.
17557 (cmpl-string-case-type): Use character classes.
17558
17559 * comint.el:
17560 * textmodes/ispell.el:
17561 * imenu.el:
17562 * mail/mh-e.el:
17563 * progmodes/compile.el: Add to debug-ignored-errors.
17564
17565 * dabbrev.el: Add to debug-ignored-errors.
17566 (dabbrev-completion): Use mapc.
17567
17568 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17569
17570 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17571 (woman-mapcan, woman-parse-man.conf)
17572 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17573 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17574 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17575 path syntax better.
17576 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17577 (woman-manpath): Call woman-parse-man.conf.
17578 (woman-emulation): New defcustom, defaults to nroff.
17579 (woman-font-support): New defconst.
17580 (woman-use-symbol-font): New defcustom.
17581 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17582 "Emulation".
17583 Many functions: Doc fix.
17584
17585 2000-05-22 Kenichi Handa <handa@etl.go.jp>
17586
17587 * international/quail.el (quail-simple-translation-keymap): Map
17588 128..255 to quail-self-insert-command.
17589 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17590
17591 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17592
17593 * help.el (help-manyarg-func-alist): Typo.
17594
17595 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17596 intervals which makes it heaps simpler.
17597
17598 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17599 the nested comment markers.
17600
17601 * subr.el (remove-hook): Don't turn the hook's value into a list.
17602
17603 2000-05-21 Dave Love <fx@gnu.org>
17604
17605 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17606 are invalid characters.
17607
17608 * international/mule-util.el (detect-coding-with-priority): Use
17609 mapc. Remove redundant lambda.
17610
17611 * international/mule-diag.el (list-non-iso-charset-chars)
17612 (describe-fontset): Remove redundant lambda.
17613
17614 * emulation/crisp.el (brief-mode): New alias.
17615
17616 * emacs-lisp/ring.el (ring-elements): New function.
17617
17618 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17619 (easy-menu-do-add-item): Use keywordp.
17620
17621 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17622
17623 * replace.el: Doc and error message fixes.
17624 (replace-highlight): Use facep, not internal-find-face.
17625
17626 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17627
17628 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17629
17630 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17631 (log-edit-insert-changelog): Drop `:' as well.
17632
17633 * log-view.el: Fix file description.
17634 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17635 available.
17636 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17637 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17638
17639 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17640 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17641 Print a status message if the toggle is called interactively.
17642 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17643 for global minor modes and use `defcustom' for them.
17644 Use add-minor-mode.
17645 (easy-mmode-define-derived-mode): Remove.
17646 (define-derived-mode): Fancier default docstring.
17647 (easy-mmode-define-navigation): Signal an error rather than (ding).
17648
17649 * newcomment.el (comment-styles): New `box-multi'.
17650 (comment-normalize-vars): Better default for comment-continue to
17651 avoid whitespace-only continuations.
17652 (comment-search-forward): Always move even in the no-syntax case.
17653 (comment-padright): Only obey N if it's only obeyed for padleft.
17654 (comment-make-extra-lines): Better handling of empty continuations.
17655 Use `=' for the filler if comment-start has only one character.
17656 (uncomment-region): Try handling the special `=' filler.
17657 (comment-region): Allow LINES even if MULTI is nil.
17658 (comment-box): Choose box style based on comment-style.
17659
17660 2000-05-20 Kenichi Handa <handa@etl.go.jp>
17661
17662 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17663 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17664
17665 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
17666
17667 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17668 and insert, not subst-char-in-region.
17669
17670 * international/mule-diag.el (list-character-sets-1): Handle
17671 charsets eight-bit-control and eight-bit-graphic.
17672 (list-iso-charset-chars): Likewise.
17673 (list-block-of-chars): If CHARSET is not char-table, insert 8-bit
17674 characters as is. Use indent-to to align characters.
17675
17676 * international/mule-cmds.el (find-multibyte-characters): Never
17677 exclude charsets eight-bit-control and eight-bit-graphic.
17678
17679 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17680
17681 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17682 Don't quote lambdas.
17683
17684 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17685
17686 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17687
17688 * gud.el (gud-jdb-directories): Doc fix.
17689
17690 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17691
17692 * newcomment.el: New file.
17693
17694 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17695
17696 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17697
17698 2000-05-18 Andreas Schwab <schwab@suse.de>
17699
17700 * dired.el (dired-between-files): Also skip lines beginning with
17701 `used'.
17702
17703 2000-05-18 Gerd Moellmann <gerd@gnu.org>
17704
17705 * msb.el (msb-menu-cond): Add choice `user'.
17706
17707 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17708
17709 * ps-print.el: Compatibility, customization and doc fix.
17710 (ps-printer-name-option): Replace defconst by defvar.
17711 (ps-postscript-code-directory): XEmacs compatibility.
17712 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17713 fix.
17714 (ps-user-defined-prologue, ps-print-prologue-header)
17715 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17716 compatibility and code fix.
17717 (ps-print-background-image, ps-print-background-text):
17718 Customization fix.
17719 (ps-line-number-start, ps-n-up-on): New vars.
17720
17721 2000-05-18 Espen Skoglund <esk@ira.uka.de>
17722
17723 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17724 the indent-comment function to just return the appropriate indent.
17725
17726 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17727
17728 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17729 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17730 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17731
17732 2000-05-18 Dave Love <fx@gnu.org>
17733
17734 * info.el (Info-fontify-node): Add intangible property as well as
17735 invisible.
17736
17737 * calendar/appt.el (appt-make-list): Match all lines of entry.
17738 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17739
17740 2000-05-18 Kenichi Handa <handa@etl.go.jp>
17741
17742 * international/mule-diag.el (describe-char-after): Call
17743 internal-char-font, not char-font. If internal-char-font returns
17744 nil, display "-- none --".
17745
17746 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17747
17748 * image.el (image-type-available-p): Don't reference image-types
17749 if it isn't bound.
17750
17751 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17752
17753 * autoarg.el (autoarg-mode): Typo in the :set argument.
17754
17755 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17756
17757 * startup.el (command-line-1): Don't signal an error if the
17758 directory for auto-save-list files does not yet exist.
17759
17760 2000-05-17 Kenichi Handa <handa@etl.go.jp>
17761
17762 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17763
17764 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17765
17766 * subr.el (remove-hook): `setq' hook-value, not `set'.
17767
17768 2000-05-16 Sam Steingold <sds@gnu.org>
17769
17770 * info.el (debug-ignored-errors): More errors to ignore.
17771
17772 2000-05-16 Dave Love <fx@gnu.org>
17773
17774 * cus-edit.el: Don't require cl or easymenu.
17775 (custom-variable-prompt): Test standard-value property, not
17776 user-variable-p.
17777
17778 2000-05-16 Sam Steingold <sds@gnu.org>
17779
17780 * subr.el (add-hook): `setq' hook-value, not `set'.
17781
17782 2000-05-16 Gerd Moellmann <gerd@gnu.org>
17783
17784 * startup.el (command-line-1): Mention the FAQ in the startup
17785 message.
17786
17787 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17788
17789 * progmodes/compile.el (compilation-parse-errors): Collect
17790 `nomessage' regexps last.
17791
17792 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17793
17794 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17795 to the function name.
17796
17797 2000-05-15 Dave Love <fx@gnu.org>
17798
17799 * speedbar.el (speedbar-recenter): Typo.
17800 (speedbar-expand-line): Make arg optional.
17801 (speedbar-mode): Avoid a compiler warning.
17802
17803 2000-05-15 Gerd Moellmann <gerd@gnu.org>
17804
17805 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17806 user-specified option string is empty.
17807
17808 * mouse.el (mouse-yank-at-click): Doc fix.
17809
17810 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17811
17812 * term/internal.el (IT-character-translations): More updates of
17813 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17814 documents.
17815
17816 2000-05-15 Gerd Moellmann <gerd@gnu.org>
17817
17818 * env.el (getenv): New function, interactively callable.
17819 (setenv, getenv): Remove autoload cookies.
17820
17821 * loadup.el: Load `env'.
17822
17823 * progmodes/f90.el: Change author's mail address.
17824
17825 2000-05-14 Dave Love <fx@gnu.org>
17826
17827 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17828 goto-addr as an option.
17829
17830 * help.el (help-xref-stack): Doc fix.
17831 (help-xref-following): New variable.
17832 (help-make-xrefs): Use it.
17833 (help-xref-go-back): Use position information from stack element.
17834 (help-follow): Make position in stack element a pair. Use
17835 help-xref-following.
17836
17837 * autoarg.el: New file.
17838
17839 * faces.el: Declare more functions obsolete.
17840
17841 * viet-util.el, thai-util.el, tibet-util.el, slovak.el
17842 * misc-lang.el, romanian.el, korea-util.el, lao-util.el
17843 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17844 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17845 Remove all the setup-...-environment functions.
17846
17847 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17848
17849 * speedbar.el: Updated the commentary section. xemacs20p now uses
17850 >= when detecting. Require `defimage' safely.
17851 (speedbar-easymenu-definition-base): Add toggle for images.
17852 (speedbar-easymenu-definition-special): Add flush cache & expand.
17853 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17854 (speedbar-reconfigure-keymaps-hook): New variable.
17855 (speedbar-frame-parameters): Updated documentation.
17856 (speedbar-use-imenu-flag): Updated custom tag.
17857 (speedbar-dynamic-tags-function-list): New variable.
17858 (speedbar-tag-hierarchy-method): Updated doc & custom.
17859 (speedbar-indentation-width, speedbar-indentation-width) New
17860 variables.
17861 (speedbar-hide-button-brackets-flag): Customizable.
17862 (speedbar-vc-indicator): Doc update.
17863 (speedbar-ignored-path-expressions): Updated default value.
17864 (speedbar-supported-extension-expressions): Updated default value.
17865 (speedbar-syntax-table): Remove {} paren status.
17866 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17867 as "+". Added overlay aliases.
17868 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17869 `force-mode-line-update'.
17870 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17871 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17872 `mouse-set-point'.
17873 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17874 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17875 of arbitrary text, and new helper functions.
17876 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17877 filename finder.
17878 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17879 (speedbar-directory-buttons): Update path search/expansion.
17880 (speedbar-make-tag-line): Pay attention to
17881 `speedbar-indentation-width'. Use more care w/ invisible
17882 properties.
17883 (speedbar-change-expand-button-char): Call
17884 `speedbar-insert-image-button-maybe'.
17885 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17886 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17887 (speedbar-trim-words-tag-hierarchy)
17888 (speedbar-simple-group-tag-hierarchy): New functions.
17889 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17890 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17891 functions.
17892 (speedbar-mouse-set-point): New function.
17893 (speedbar-power-click): Updated documentation.
17894 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17895 of tag prefix text.
17896 (speedbar-expand-line, speedbar-contract-line): Make more robust
17897 to strange text.
17898 (speedbar-expand-line): Takes universal argument to flush the
17899 cache.
17900 (speedbar-flush-expand-line): New function.
17901 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17902 Use new generator insertion method.
17903 (speedbar-fetch-dynamic-tags): New function.
17904 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17905 `speedbar-fetch-dynamic-imenu'.
17906 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17907 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17908 "Revert Buffer" menu items.
17909 (speedbar-buffer-buttons-engine): Be smarter when creating a
17910 filename tag (for expansion purposes.).
17911 (speedbar-highlight-one-tag-line)
17912 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17913 (speedbar-recenter): New functions.
17914 (defimage-speedbar): Image loading abstraction.
17915 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17916 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17917 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17918 (speedbar-tag-type, speedbar-tag-mail): New images.
17919 (speedbar-expand-image-button-alist): New variable.
17920 (speedbar-insert-image-button-maybe): Insert an image over some
17921 buttons.
17922
17923 2000-05-13 Kenichi Handa <handa@etl.go.jp>
17924
17925 * international/mule-cmds.el (encode-coding-char): An ASCII
17926 character is always encodable.
17927
17928 * international/mule-conf.el: Add more information in descriptions
17929 of character sets.
17930
17931 * international/mule-diag.el (describe-char-after): New function.
17932 (describe-font-internal): Adjusted for the change of font-info.
17933 (describe-font): Likewise.
17934 (print-fontset): Rewritten for the new fontset implementation.
17935 (describe-fontset): Include fontset alias names in completion.
17936 (list-fontsets): Adjusted for the change of print-fontset.
17937
17938 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17939 describe-char-after instead of displaying the detail in the echo
17940 area.
17941 (syntax-code-table): Format changed.
17942 (string-to-syntax): Adjusted for the above change.
17943
17944 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17945
17946 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17947
17948 2000-05-12 Dave Love <fx@gnu.org>
17949
17950 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17951 dependence. Use line-{beginning,end}-position, not
17952 point-at{b,e}ol. Some doc fixes.
17953 (todo-position): New function. Fix callers of position to use it.
17954 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17955
17956 2000-05-12 Gerd Moellmann <gerd@gnu.org>
17957
17958 * time.el (display-time-mail-icon): Use `:ascent center'.
17959
17960 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17961 handling FTP security extensions.
17962
17963 2000-05-11 Dave Love <fx@gnu.org>
17964
17965 * calendar/todo-mode.el: New file.
17966
17967 2000-05-11 Gerd Moellmann <gerd@gnu.org>
17968
17969 * comint.el (comint-read-input-ring): Move reference to
17970 comint-input-ring-size outside of the save-excursion. It was
17971 causing the default value to be the only one ever seen.
17972
17973 * font-lock.el: Update copyright. Remove Simon Marshall's email
17974 address on request from him.
17975
17976 * subr.el (substitute-key-definition): Add comment describing
17977 the meaning of PREFIX.
17978
17979 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17980
17981 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17982
17983 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17984 (add-minor-mode): Don't make the variable buffer-local and add a
17985 reference to define-minor-mode in the docstring.
17986
17987 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17988 HEADER/FOOTER and fix bug with trailing empty directory.
17989 (cvs-append-to-ignore): Use vc-editable-p if available.
17990 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17991 (vc-do-command): Tweak advice to handle the new VC.
17992
17993 * log-view.el (log-view-goto-rev): New function for the new VC.
17994 (log-view-minor-wrap): Use mark-active.
17995
17996 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17997 (log-edit-changelog-full-paragraphs): New var.
17998 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17999 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18000 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18001 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18002 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18003 Replace the `cvs' prefix with `log-edit'.
18004
18005 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18006
18007 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18008 (diff-font-lock-defaults): Explicitly turn off multiline.
18009 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18010 (diff-ediff-patch): Fix call to ediff-patch-file.
18011 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18012 Handle comments.
18013
18014 * frame.el (automatic-hscrolling): Typo.
18015
18016 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18017
18018 2000-05-09 Sam Steingold <sds@goems.com>
18019
18020 * apropos.el (apropos-print): use `describe-face' instead of
18021 `customize-face-other-window'.
18022
18023 2000-05-09 Dave Love <fx@gnu.org>
18024
18025 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18026
18027 * help.el (describe-variable): Have customize button pop the
18028 help-xref stack when invoked.
18029 (help-xref-symbol-regexp): Add `face'.
18030 (help-make-xrefs): Check for quoted face names and adapt regexp
18031 submatch numbers to cope.
18032 (help-xref-interned): Maybe insert face doc too. Separate
18033 sections with a line of hyphens.
18034
18035 * faces.el: Some doc fixes. Declare some functions obsolete.
18036 (describe-face): Add customize button. Return the help
18037 text. Fix prompt.
18038
18039 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18040
18041 * term/internal.el (IT-character-translations): Fix last change.
18042
18043 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18044
18045 * woman.el: New file
18046 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18047
18048 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18049
18050 * term/internal.el (IT-character-translations): Update ASCII
18051 simulations for greek-iso8859-7, add latin-iso8859-14 and
18052 latin-iso8859-15.
18053
18054 * international/mule-cmds.el (set-language-info-alist): Call
18055 define-prefix-command with 3 arguments, to make the map suitable
18056 for a menu.
18057
18058 2000-05-07 Dave Love <fx@gnu.org>
18059
18060 * time.el: Small doc fixes from Pavel Janík ml.
18061
18062 2000-05-05 Dave Love <fx@gnu.org>
18063
18064 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18065 list in doc string. Don't quote keyword symbols.
18066 * emacs-lisp/cl.el: Likewise.
18067 * emacs-lisp/cl-seq.el: Likewise.
18068
18069 2000-05-05 Gerd Moellmann <gerd@gnu.org>
18070
18071 * abbrev.el (abbrev-mode): Make ARG optional.
18072
18073 2000-05-04 Gerd Moellmann <gerd@gnu.org>
18074
18075 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18076
18077 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18078
18079 * subr.el (substitute-key-definition): Clarify documentation.
18080
18081 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
18082
18083 * glasses.el (glasses-convert-to-unreadable): Use
18084 `glasses-separator' instead of the hard-wired "_".
18085 (glasses-mode): Call `glasses-make-unreadable' only in a single
18086 place.
18087
18088 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18089
18090 * term/internal.el (cjk-codepages-alist): Add associations for
18091 Chinese and Korean codepages. Remove FIXME comment.
18092
18093 2000-05-03 Dave Love <fx@gnu.org>
18094
18095 * time.el (display-time-mail-face, display-time-use-mail-icon):
18096 New option.
18097 (display-time-mail-icon): New variable.
18098 (display-time-string-forms): Use the above. Fix the local-map.
18099
18100 2000-05-03 Gerd Moellmann <gerd@gnu.org>
18101
18102 * replace.el (query-replace-map): Add binding for `E'.
18103 (query-replace-help): Extend help text.
18104 (perform-replace): Allow editing the replacement string.
18105
18106 * make-mode.el (makefile-mode-abbrev-table): New variable.
18107 (makefile-mode): Set local abbrev table to
18108 makefile-mode-abbrev-table.
18109 (makefile-font-lock-keywords): Fontify includes and conditionals.
18110
18111 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18112 set TOGGLE's value.
18113
18114 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18115 mail-interactive-insert-alias.
18116 (mail-abbrev-complete-alias): New command.
18117 (mail-mode-map): Bind it to `M-TAB'.
18118
18119 2000-05-03 Kenichi Handa <handa@etl.go.jp>
18120
18121 * language/lao-util.el (lao-compose-region): New function.
18122
18123 2000-05-02 Gerd Moellmann <gerd@gnu.org>
18124
18125 * files.el (recover-session): Make directories as necessary
18126 if they don't exist yet.
18127
18128 * calendar/cal-french.el
18129 (french-calendar-multibyte-special-days-array)
18130 (french-calendar-special-days-array): Change French text.
18131 (calendar-french-date-string): Change output.
18132 (calendar-goto-french-date): Likewise.
18133
18134 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18135
18136 * wid-edit.el (widget-default-active): Obey `:always-active'.
18137 (widget-documentation-string-value-create): Set `:always-active'.
18138
18139 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18140
18141 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18142 default prefix to `~/_emacs.d/auto-save.list/_s'.
18143 (normal-top-level): Create the directory for auto-save files, if
18144 it doesn't already exist (in the ms-dos case only).
18145
18146 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18147
18148 * international/mule-cmds.el (set-language-environment): Don't
18149 concat an integer (dos-codepage), use format instead.
18150
18151 2000-05-02 Dave Love <fx@gnu.org>
18152
18153 * help.el (help-xref-on-pp): Check for constant symbols.
18154
18155 2000-04-29 Gerd Moellmann <gerd@gnu.org>
18156
18157 * startup.el (normal-top-level): Put a condition-case around
18158 the code loading subdirs.el.
18159
18160 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18161
18162 * ps-print.el: Upside-down and face background color printing,
18163 line number step, doc fix.
18164 (ps-print-version): New version number (5.2).
18165 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18166 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18167 (ps-spool-config): Var fix.
18168 (ps-printer-name-option): Const fix.
18169 (ps-print-upside-down, ps-use-face-background)
18170 (ps-line-number-step): New vars.
18171 (ps-window-system, ps-lp-system): New consts.
18172 (ps-face-background): New fun.
18173
18174 2000-04-28 Richard Stallman <rms@gnu.org>
18175
18176 * files.el (make-auto-save-file-name):
18177 Apply auto-save-file-name-transforms to visited file name
18178 before generating auto save file name.
18179 (auto-save-file-name-transforms): New variable.
18180
18181 * files.el (backup-enable-predicate):
18182 Correctly test for a file under a temporary directory.
18183
18184 2000-04-28 Gerd Moellmann <gerd@gnu.org>
18185
18186 * subr.el (add-minor-mode): Rewritten.
18187
18188 2000-04-28 Kenichi Handa <handa@etl.go.jp>
18189
18190 * mail/sendmail.el (sendmail-send-it): Set
18191 buffer-file-coding-system to the selected coding system for MIME
18192 header.
18193
18194 2000-04-27 Gerd Moellmann <gerd@gnu.org>
18195
18196 * dired.el (dired-move-to-filename-regexp): Allow format where
18197 YYYY is followed by two spaces.
18198
18199 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18200 in the second character class of the regexp.
18201
18202 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18203 mh-etc, too.
18204
18205 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18206 nil.
18207
18208 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18209
18210 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18211 argument.
18212
18213 2000-04-27 Sen Nagata <sen@eccosys.com>
18214
18215 * emacs-lisp/crm.el (crm-completion-table): New variable.
18216 (crm-collection-fn, crm-test-completion)
18217 (completing-read-multiple): Use it.
18218
18219 2000-04-27 Dave Love <fx@gnu.org>
18220
18221 * help.el (locate-library): Use mapc.
18222 (help-manyarg-func-alist): Add call-process-region.
18223
18224 2000-04-26 Gerd Moellmann <gerd@gnu.org>
18225
18226 * subr.el (add-minor-mode): Make argument MAP optional.
18227
18228 * desktop.el (desktop-save): Save list of minor modes.
18229 (desktop-create-buffer): Restore minor modes.
18230 (desktop-minor-mode-table): New user-option.
18231
18232 * subr.el (add-minor-mode): New function.
18233
18234 * image.el (find-image): New function.
18235 (defimage): Rewritten to find image at load time.
18236
18237 * startup.el (normal-top-level-add-to-load-path): Handle
18238 case that the default directory is not in load-path.
18239
18240 * help.el: Old patch from Stefan Monnier.
18241 (help-xref-on-pp): New function.
18242 (describe-variable): Use it to display xrefs in a symbol's value.
18243
18244 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18245
18246 * cus-edit.el (custom-face): Fix parenthesis.
18247
18248 2000-04-26 Kenichi Handa <handa@etl.go.jp>
18249
18250 * mail/rmail.el (rmail-expunge): When there are no deleted
18251 messages, do nothing.
18252
18253 2000-04-26 Dave Love <fx@gnu.org>
18254
18255 * international/mule-cmds.el (locale-translation-file-name):
18256 Defvar to nil.
18257 (set-locale-environment): Set it here (at runtime).
18258
18259 2000-04-25 Gerd Moellmann <gerd@gnu.org>
18260
18261 * replace.el (perform-replace): Add parameters START and END. Use
18262 them instead of the check for a region in Transient Mark mode.
18263 (query-replace-read-args): Return two more list elements for the
18264 start and end of the region in Transient Mark mode.
18265 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18266 (map-query-replace-regexp, replace-string, replace-regexp): Add
18267 optional last arguments START and END and pass them to
18268 perform-replace.
18269
18270 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18271 form with additional arguments for perform-replace.
18272
18273 * progmodes/etags.el (tags-query-replace): Add parameters START
18274 and END. Construct a form with additional arguments for
18275 perform-replace.
18276
18277 * simple.el (shell-command): Set default directory for "*Shell
18278 Command Output" buffer.
18279
18280 * language/european.el (iso-latin-4): Fix typo.
18281
18282 * emacs-lisp/crm.el: New file.
18283
18284 2000-04-24 Dave Love <fx@gnu.org>
18285
18286 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18287 (Custom-reset-saved, Custom-reset-standard)
18288 (custom-group-value-create, custom-group-set, custom-group-save)
18289 (custom-group-reset-current, custom-group-reset-saved)
18290 (custom-group-reset-standard): Use mapc.
18291 (custom-buffer-create-internal): Disable undo when creating items.
18292 Use mapc.
18293 (custom-face): Avoid redundant lambda.
18294
18295 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18296
18297 * startup.el (auto-save-list-file-prefix): Set default to
18298 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18299
18300 2000-04-24 Sam Steingold <sds@gnu.org>
18301
18302 * time-stamp.el (time-stamp-string-preprocess): Always convert
18303 `field-result' to a string.
18304
18305 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18306
18307 * frame.el (scrolling): New group.
18308 (automatic-hscrolling): New user-option.
18309
18310 * startup.el (command-line-x-option-alist): Add `-lsp' and
18311 `--line-spacing'.
18312
18313 2000-04-19 Dave Love <fx@gnu.org>
18314
18315 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18316 (cl-mapc): Rename from mapc. Fix the funcall.
18317
18318 2000-04-19 Gerd Moellmann <gerd@gnu.org>
18319
18320 * simple.el (clone-indirect-buffer-other-window): New command.
18321 (clone-indirect-buffer): Add optional arg NORECORD.
18322 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18323
18324 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18325
18326 * window.el (count-screen-lines): New function.
18327 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18328 instead of window-buffer-height.
18329
18330 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18331 non-existing variable comint-input-sentinel.
18332 (inferior-lisp-args-to-list): Removed.
18333 (inferior-lisp): Use split-string instead of
18334 inferior-lisp-args-to-list.
18335
18336 * hexl.el (hexl-insert-hex-string): New command.
18337
18338 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18339 instead of concat.
18340
18341 2000-04-18 Gerd Moellmann <gerd@gnu.org>
18342
18343 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18344 at the start of an existing but empty folder.
18345
18346 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18347
18348 * ps-mule.el: Customization fix, doc fix.
18349 (ps-multibyte-buffer): Customization fix.
18350
18351 2000-04-17 Richard M. Stallman <rms@gnu.org>
18352
18353 * subr.el (read-passwd): Use read-char-exclusive.
18354
18355 2000-04-17 Gerd Moellmann <gerd@gnu.org>
18356
18357 * textmodes/texinfo.el (texinfo-insert-@email)
18358 (texinfo-insert-@emph, texinfo-insert-@quotation)
18359 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18360 (texinfo-mode-map): Add key bindings for them.
18361
18362 * files.el (basic-save-buffer-2): Use a template with `$'
18363 instead of `#' for VMS.
18364
18365 * simple.el (clone-indirect-buffer): New function.
18366
18367 2000-04-16 Stephen Eglen <stephen@gnu.org>
18368
18369 * iswitchb.el (iswitchb-case): New function. If the user input
18370 contains any upper-case characters, the search is made
18371 case-sensitive.
18372
18373 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18374
18375 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18376 comment-end.
18377 (texinfo-font-lock-syntactic-keywords): New var.
18378 (texinfo-font-lock-keywords): Remove comment regexp.
18379 (texinfo-insert-block): New function.
18380 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18381 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18382 and font-lock-defaults. Use regexp-opt for outline-regexp.
18383 (texinfo-environments): New var.
18384 (texinfo-environment-regexp): Use regexp-opt and
18385 texinfo-environments.
18386
18387 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18388 ispell-process is bound since this might be eval'd before ispell
18389 is loaded.
18390 (ispell-message): Use a tiny bit less magic and a bit more hard
18391 data to figure out what kind of sc-cite-regexp to use.
18392
18393 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18394
18395 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18396 (insert-cyclic-diary-entry): Unquote the lambda.
18397
18398 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18399
18400 * files.el (backup-enable-predicate): Unquote the lambda.
18401
18402 * cus-edit.el (custom-face, face): Unquote the lambda.
18403
18404 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18405
18406 * ps-print.el: Check for line-beginning-position definition.
18407
18408 * ps-print.el: Fix counting lines in a region.
18409 (ps-print-version): New version number (5.1.5).
18410 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18411 (ps-printing-region): Fun code fix.
18412
18413 2000-04-15 Gerd Moellmann <gerd@gnu.org>
18414
18415 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18416 to file-directory-p.
18417
18418 2000-04-14 Gerd Moellmann <gerd@gnu.org>
18419
18420 * gud.el (gud-jdb-build-source-files-list): Check that directory
18421 exists before calling directory-files.
18422
18423 2000-04-13 Dave Love <fx@gnu.org>
18424
18425 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18426 syntax.
18427
18428 * emacs-lisp/cl-specs.el: Remove when, unless.
18429
18430 * emacs-lisp/cl-extra.el: Don't quote keywords.
18431 (cl-old-mapc): New variable.
18432 (mapc): Use it.
18433 (cl-map-intervals): Use with-current-buffer. Don't check for
18434 next-property-change.
18435 (cl-map-overlays): Use with-current-buffer.
18436 (cl-expt): Remove.
18437 (copy-tree, remprop): Define unconditionally.
18438
18439 * emacs-lisp/cl-compat.el (keywordp): Remove.
18440
18441 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18442 to use keywordp.
18443 (edebug-spec): Enable keywordp.
18444
18445 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18446 string-lessp.
18447
18448 * cus-start.el: Use keywordp.
18449
18450 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18451
18452 * diary-lib.el (include-other-diary-files): Fix the fix of
18453 2000-02-18 by doing a save-excursion.
18454
18455 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18456
18457 * ps-print.el: Customization fix, doc fix.
18458 (ps-print-version): New version number (5.1.4).
18459 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18460 (ps-print-preprint): Adjust code.
18461 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18462 (ps-print-prologue-header, ps-print-control-characters)
18463 (ps-spool-config): Customization fix.
18464
18465 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18466
18467 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18468 converted to the new menu-item format, names slightly changed,
18469 help strings added.
18470
18471 Support for spelling without async subprocesses:
18472
18473 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18474 (ispell-session-buffer): New variables.
18475 (ispell-start-process, ispell-process-status,
18476 ispell-accept-output, ispell-send-string): New functions, for
18477 Ispell invocation when async subprocesses aren't supported.
18478 (ispell-word, ispell-pdict-save, ispell-command-loop,
18479 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18480 to process-send-string with calls to ispell-send-string, and
18481 accept-process-output with ispell-accept-output.
18482 (ispell-init-process): Call ispell-process-status instead of
18483 process-status with.
18484 (ispell-init-process): Call ispell-start-process. Call
18485 ispell-accept-output and ispell-send-string. Don't call
18486 process-kill-without-query and kill-process if they are unbound.
18487 (ispell-async-processp): New function.
18488
18489 2000-04-12 Dave Love <fx@gnu.org>
18490
18491 * info.el: Add debug-ignored-errors.
18492 (Info-mode-menu): Add some items.
18493 (Info-directory): Add autoload cookie.
18494
18495 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18496 Modify `truncate-lines'. Make `describe-language-environment'
18497 always visible and add help. Modify `describe-key' help. Invoke
18498 Info-directory from `info'. New entry `emacs-manual'.
18499
18500 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18501
18502 * progmodes/ebrowse.el (ebrowse-tree-mode):
18503 Use propertized-buffer-identification.
18504 (ebrowse-update-member-buffer-mode-line): Likewise.
18505 (ebrowse--mode-strings): Removed.
18506 (ebrowse--mode-line-props): Removed.
18507
18508 * files.el (auto-mode-alist): Add `EBROWSE'.
18509
18510 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18511 space before testing for end of buffer.
18512 (ebrowse-load): Removed.
18513 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18514 (ebrowse-create-tree-buffer): Rewritten.
18515 (ebrowse-tree-mode): Read tree from buffer.
18516
18517 * progmodes/ebrowse-ffh.el: Removed.
18518
18519 2000-04-10 Kenichi Handa <handa@etl.go.jp>
18520
18521 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18522
18523 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18524
18525 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18526 at the wrong place.
18527
18528 2000-04-09 Dave Love <fx@gnu.org>
18529
18530 * files.el (backup-enable-predicate):
18531 Use temporary-file-directory, small-temporary-file-directory.
18532 (make-backup-file-name-function, backup-directory-alist): New vars.
18533 (make-backup-file-name-1): New function.
18534 (make-backup-file-name): Use it.
18535 (find-backup-file-name): Likewise. Use format for clarity, not concat.
18536 (file-newest-backup): Use make-backup-file-name.
18537
18538 2000-04-09 Gerd Moellmann <gerd@gnu.org>
18539
18540 * progmodes/ebrowse-ffh.el: New file.
18541
18542 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18543 Moved to ebrowse-ffh.el.
18544 (ebrowse-load): Add autoload.
18545
18546 * finder.el (finder-commentary): Add autoload cookie.
18547
18548 * mail/rfc2368.el: Correct author's email address.
18549
18550 * progmodes/ebrowse.el: New file.
18551
18552 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18553 item help string.
18554 (easy-menu-do-add-item): Ditto.
18555 (easy-menu-define): Extend doc string.
18556
18557 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
18558 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18559 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18560 with-buffer-unmodified.
18561
18562 2000-04-08 Dave Love <fx@gnu.org>
18563
18564 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18565 unless, when.
18566
18567 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18568
18569 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18570 (viper-flash-search-pattern): No operation when using Emacs
18571 doesn't support face.
18572 Use `viper-put-on-search-overlay'.
18573
18574 2000-04-04 Gerd Moellmann <gerd@gnu.org>
18575
18576 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18577 like C-r.
18578
18579 * progmodes/make-mode.el: Some doc fixes.
18580 (makefile-mode-abbrev-table): New variable.
18581 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18582 (makefile-font-lock-keywords): Fontify includes and conditionals.
18583 (toplevel): Require `dabbrev' and `add-log' when compiling.
18584
18585 * replace.el (perform-replace): Don't move forward one char
18586 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18587 to do that because it leaves point 1 position after the last
18588 replacement, after everything has been replaced.
18589
18590 * jit-lock.el (with-buffer-unmodified): New macro.
18591 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18592 modified state.
18593 (jit-lock-function-1): Extracted from jit-lock-function; not
18594 preserving buffer's modified state.
18595 (jit-lock-function, jit-lock-stealth-fontify):
18596 Call jit-lock-function-1.
18597
18598 * mail/rfc2368.el: Remove supernumerary copyright line.
18599
18600 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
18601
18602 * glasses.el: Provide facilities for inserting space before left
18603 parentheses and uncapitalization of identifiers.
18604 (glasses-mode): Try to remove old overlays in all cases.
18605
18606 2000-04-03 Gerd Moellmann <gerd@gnu.org>
18607
18608 * progmodes/compile.el (compile-internal): Display the compilation
18609 buffer in a different frame, if it's already displayed there.
18610
18611 * mail/rfc2368.el: New file.
18612
18613 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18614 header and insert its value as mail body.
18615
18616 * subr.el (member-ignore-case): New function.
18617
18618 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18619 (dabbrev--find-expansion): Ignore buffers matching a regexp
18620 from dabbrev-ignored-regexps.
18621
18622 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18623 to extensions handled by gzip.
18624
18625 2000-04-03 Richard M. Stallman <rms@gnu.org>
18626
18627 * files.el (insert-directory): List the total free space
18628 along with the used space.
18629
18630 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18631 line is followed by one that matches CITATION-REGEXP, end the
18632 paragraph.
18633
18634 2000-04-03 Markus Rost <rost@delysid.gnu.org>
18635
18636 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18637 (rmail-make-basic-summary-line): Use that option.
18638
18639 2000-04-03 Kenichi Handa <handa@etl.go.jp>
18640
18641 * international/mule-cmds.el (encoded-string-description):
18642 Rewritten. Try pretty description for ISO 2022 escape sequences
18643 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18644 for hexadecimal format.
18645
18646 2000-04-01 Dave Love <fx@gnu.org>
18647
18648 * cpp.el: Change customization group to `c' from `C'.
18649
18650 * vcursor.el (vcursor-move): Use display-color-p.
18651
18652 * international/mule-util.el: Provide mule-utils.
18653 (string-to-sequence): Simplify and speed up.
18654
18655 * international/mule.el (make-coding-system): Purecopy doc-string.
18656
18657 * international/mule-cmds.el: Various menu changes.
18658 (describe-specified-language-support): Handle `Default'.
18659 (set-language-info): Purecopy `info'.
18660
18661 2000-03-31 Andrew Innes <andrewi@gnu.org>
18662
18663 * vc.el (vc-backend-diff): Return the correct status if we had to
18664 retry the rcsdiff command without the --brief option.
18665
18666 2000-03-31 Dave Love <fx@gnu.org>
18667
18668 * help.el (help-manyarg-func-alist): Correct several omissions.
18669
18670 * add-log.el: Don't require cl, fortran.
18671 (add-log-current-defun-function): Doc fix.
18672 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
18673 (change-log-version-rcs): Function deleted.
18674 (change-log-version-number-search): Doc fix.
18675 Use vc-workfile-version. Avoid CL dolist.
18676 (add-change-log-entry): Just call add-log-current-defun to get
18677 defun. Simplify somewhat.
18678 (change-log-get-method-definition-1): Likewise.
18679 (add-log-current-defun): Return nil if calling
18680 add-log-current-defun-function does so. Move Fortran stuff to
18681 fortran.el. Return string without properties.
18682
18683 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18684 and :alpha: char classes.
18685
18686 * mail/supercite.el: Defvar curline when compiling.
18687 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18688 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18689 rather than a-zA-Z0-9 to allow non-ASCII characters.
18690
18691 2000-03-31 Gerd Moellmann <gerd@gnu.org>
18692
18693 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18694
18695 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18696 Re-enable new code.
18697
18698 * lpr.el (print-region-1): Use -d to specify printer name for
18699 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18700
18701 2000-03-31 Dave Love <fx@gnu.org>
18702
18703 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18704 Look for function definition in symbol's function value slot first
18705 instead of first consulting byte-compile-function-environment.
18706
18707 2000-03-31 Kenichi Handa <handa@etl.go.jp>
18708
18709 * language/european.el ("Polish"): New language environment.
18710 (setup-polish-environment): New function.
18711
18712 2000-03-30 Gerd Moellmann <gerd@gnu.org>
18713
18714 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18715 Disable new code.
18716
18717 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18718 trying to `load' the symbol of an autoload instead of the file
18719 recorded in the autoload. Fix error messages.
18720
18721 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18722
18723 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18724 (ps-print-version): New version number (5.1.3).
18725 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18726 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18727 (ps-generate-postscript-with-faces): Code fix.
18728 (ps-color-values): XEmacs compatibility.
18729 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18730 (ps-default-fg, ps-default-bg): Adjust customization.
18731 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18732 (ps-color-scale): Renaming old ps-color-value fun.
18733 (ps-print-headers): Replace ps-print-header group to avoid conflict
18734 with ps-print-header variable.
18735 (ps-print-miscellany): New group.
18736 (ps-format-color, ps-rgb-color): New funs.
18737 (ps-default-foreground): New var.
18738 (ps-printer-name-option): New const.
18739
18740 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18741
18742 * net/net-utils.el:
18743 (network-connection-host, network-connection-service): New variables.
18744 (network-connection-mode): New mode, derived from comint-mode.
18745 (network-connection-mode-setup): New function, saves host and
18746 service information in local variables.
18747
18748 * locate.el (locate-word-at-point): Added this function.
18749 (locate): Default to using locate-word-at-point as input
18750 Run dired-mode-hook
18751
18752 2000-03-29 Dave Love <fx@gnu.org>
18753
18754 * calendar/appt.el: Doc fixes.
18755 (appt-check): Convert min-to-app to a string before passing to
18756 appt-disp-window-function or concat.
18757 (appt-delete-window): Remove test for frame-root-window.
18758 (appt-select-lowest-window, appt-convert-time): Simplify.
18759
18760 * emacs-lisp/bytecomp.el: Doc fixes.
18761 (byte-compile-file-form-autoload):
18762 Update byte-compile-function-environment.
18763
18764 2000-03-29 Andreas Schwab <schwab@suse.de>
18765
18766 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
18767
18768 * dired.el (dired-insert-directory): If dired-free-space-program
18769 failed just delete its output.
18770
18771 2000-03-29 Dave Love <fx@gnu.org>
18772
18773 * international/iso-cvt.el: Move provide to end. Doc fixes.
18774 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18775 (iso-iso2sgml, iso-sgml2iso): New functions.
18776 (iso-cvt-define-menu): Fix some entries and use backquote for
18777 clarity.
18778
18779 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18780
18781 2000-03-28 Gerd Moellmann <gerd@gnu.org>
18782
18783 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18784 ISO-DATE. If non-nil, return date in ISO 8601 format.
18785
18786 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18787
18788 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18789 if it ever becomes used.
18790 (log-edit-mode-hook): Default to vc-log-mode-hook.
18791 (log-edit-mode): Fix the docstring.
18792
18793 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18794 the code.
18795
18796 2000-03-26 Dave Love <fx@gnu.org>
18797
18798 * net/browse-url.el (browse-url): Re-fix case of
18799 browse-url-browser-function being an alist.
18800 (browse-url): Add :link to defgroup.
18801
18802 * files.el: Doc fixes.
18803 (file-truename): Include `[' in wildcard characters.
18804 (automount-dir-prefix): Customize.
18805 (find-file-wildcards): Add :version.
18806 (find-file-noselect): Simplify a mapcar call.
18807
18808 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18809 compatible with inf-lisp version.
18810 (eval-defun-1): Fix custom-declare-variable case.
18811
18812 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18813
18814 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18815
18816 2000-03-24 Gerd Moellmann <gerd@gnu.org>
18817
18818 * Makefile (COMPILE_FIRST): New macro.
18819 (compile-files): Compile files from COMPILE_FIRST first.
18820
18821 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
18822
18823 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18824 matching open parenthesis in column 0 to defun-prompt-regexp
18825 only if open-paren-in-column-0-is-defun-start is set.
18826
18827 * sun-curs.el: Require CL at compile-time only.
18828
18829 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18830 instead of copy-list which is a function from CL.
18831 (msb--choose-menu, msb--mode-menu-cond)
18832 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18833 (msb--init-file-alist): Use mapcar instead of mapcan.
18834 (msb--aggregate-alist): Use mapcar instead of mapcan.
18835 Fix `(' in column 0 in doc string.
18836 (msb--add-separators): Use mapcar instead of mapcan.
18837
18838 * cus-dep.el: Require CL at compile-time only.
18839
18840 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18841
18842 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18843 (byte-compile-warnings): New warning `noruntime'.
18844 (byte-compile-constants, byte-compile-variables): Fix docstring.
18845 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18846 execute `eval-whenc-compile's body.
18847 (byte-compile-unresolved-functions): Fix docstring.
18848 (byte-compile-eval): New function.
18849 (byte-compile-callargs-warn): Check if the function will be available
18850 at runtime (via property `byte-compile-noruntime').
18851 (byte-compile-print-syms): New function.
18852 (byte-compile-warn-about-unresolved-functions): Also warn about
18853 `noruntime' functions (and use `byte-compile-print-syms').
18854 (byte-compile-file): Capitalize the message.
18855
18856 2000-03-24 Gerd Moellmann <gerd@gnu.org>
18857
18858 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18859 (rmail-expunge): Ask for confirmation depending on the setting
18860 of rmail-confirm-expunge.
18861
18862 2000-03-23 Gerd Moellmann <gerd@gnu.org>
18863
18864 * Makefile (bootstrap-clean): If $(emacs) exists, build
18865 loaddefs.el first. A loaddefs.el that's not up-to-date might
18866 cause a bootstrap failure because things don't autoload as expected.
18867
18868 2000-03-23 Dave Love <fx@gnu.org>
18869
18870 * net/browse-url.el: Restore previous use of
18871 browse-url-maybe-new-window.
18872
18873 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18874
18875 * ps-print.el: Skip banner page fix.
18876 (ps-print-version): New version number (5.1.2).
18877 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18878
18879 2000-03-23 Dave Pearson <davep@davep.org>
18880
18881 * net/quickurl.el: Changed the type of parameter passed to the
18882 function defined by `quickurl-format-function'. Before only the
18883 text of the URL was passed. Now the whole URL structure is passed
18884 and the function is responsible for extracting the parts it requires.
18885 Changed the default of `quickurl-format-function' accordingly.
18886 (quickurl-insert): Changed the `funcall' of
18887 `quickurl-format-function' to match the above change.
18888 (quickurl-list-insert): Changed the `url' case so that it makes
18889 use of `quickurl-format-function', previous to this the format was
18890 hard wired.
18891
18892 2000-03-22 Gerd Moellmann <gerd@gnu.org>
18893
18894 * startup.el: Change some spellings for the X Window System.
18895
18896 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18897
18898 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18899 Clean up the code and the regexp and make sure the cursor is
18900 temporarily moved to the suspicious line while querying the user.
18901
18902 2000-03-22 Jason Rumney <jasonr@gnu.org>
18903
18904 * w32-fns.el (w32-charset-info-alist): Initialize.
18905
18906 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18907
18908 * ps-print.el: N-up last page fix.
18909 (ps-print-version): New version number (5.1.1).
18910 (ps-end-file, ps-end-job, ps-generate): Code fix.
18911
18912 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18913
18914 * files.el (find-file-run-dired): Update docstring.
18915 (find-directory-functions): New hook.
18916 (find-file-noselect): Run find-directory-functions rather than
18917 calling dired directly.
18918
18919 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18920
18921 * pcvs.el: Add a minimal leading commentary.
18922 (cvs-make-cvs-buffer): Change the header part by removing the startup
18923 message and adding a `Module' entry. Also replace the FOOTER and
18924 HEADER special fileinfos with the new support in ewoc for updating
18925 its own footer and header.
18926 (cvs-update-header): Update to use the header/footer of the ewoc.
18927 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18928 (cvs-is-within-p): New function.
18929 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18930 to only examine some subset of the buffers.
18931
18932 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18933 `format' instead of our own ad-hoc functions.
18934 Remove HEADER and FOOTER cases, now handled in the EWOC.
18935 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18936
18937 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18938 output to avoid scaring the user.
18939 (cvs-parse-table): Catch message for non-up-to-date commits.
18940
18941 * pcvs-defs.el (cvs-startup-message): Remove.
18942 (cvs-global-menu): New autoloaded menu.
18943
18944 * pcvs-util.el (cvs-string-fill): Remove.
18945
18946 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18947 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18948 PP part of it and also make it work for footers and headers.
18949 (ewoc-create): Drop POS and BUFFER arguments.
18950 Use the DLL's dummy node to store the end-of-footer position.
18951 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18952 (ewoc-refresh): Remove unused `header' variable.
18953 (ewoc-(get|set)-hf): New functions.
18954
18955 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18956 log-view-*-(message|file) and use easy-mmode-define-navigation.
18957 (log-view-message-re): Match SCCS format as well.
18958 And match the revision line rather than the dashed separator line.
18959 (log-view-mode): Use the new define-derived-mode.
18960 (log-view-current-tag): Fill in with an actual implementation.
18961
18962 * cvs-status.el (cvs-status-(prev|next)): Rename from
18963 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18964 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18965 to let the output "breathe" a little more (more readable).
18966 (cvs-status-mode): Use the new define-derived-mode.
18967
18968 * smerge-mode.el (smerge-auto-leave): New function and variable.
18969 (smerge-basic-map): Rename from smerge-basic-keymap.
18970 Change the bindings for smerge-diff-*.
18971 (smerge-*-map): Use easy-mmode-defmap.
18972 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18973 (smerge-keep-*): Use smerge-auto-leave.
18974
18975 2000-03-21 Jason Rumney <jasonr@gnu.org>
18976
18977 * cus-edit.el (custom-button-face): Use 3D look for w32.
18978 (custom-button-pressed-face): Likewise.
18979
18980 2000-03-21 Gerd Moellmann <gerd@gnu.org>
18981
18982 * progmodes/etags.el (tags-case-fold-search): New user-option.
18983 (tags-loop-eval): New function. Bind case-fold-search around eval
18984 depending on the value of tags-case-fold-search.
18985 (tags-loop-continue): Use tags-loop-eval.
18986 (find-tag-in-order): Bind case-fold-search depending on the value
18987 of tags-case-fold-search.
18988
18989 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18990
18991 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
18992 (diff-end-of-hunk): Return the end position for use in
18993 `easy-mmode-define-navigation'.
18994 (diff-recenter): Remove.
18995 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18996 of `easy-mmode-define-navigation'.
18997 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18998 previous renaming) and fix to use new names.
18999 (diff-merge-strings): Use \n as separator: simpler, faster.
19000 (diff-mode): Use `define-derived-mode'.
19001
19002 * derived.el (define-derived-mode): Don't autoload anymore.
19003 Prefer the macro-only version provided by easy-mmode.el.
19004
19005 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
19006 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
19007 (easy-mmode-define-navigation): New macro.
19008
19009 * subr.el (combine-run-hooks): New function.
19010
19011 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
19012
19013 * term/x-win.el: Fontsets related initialization is simplified.
19014
19015 * international/mule-diag.el (describe-font): Don't refer to
19016 global-fontset-alist, instead call font-list.
19017 (describe-fontset, list-fontsets, mule-diag): Likewise.
19018 (print-fontset): Adjusted for the change of fontset implementation.
19019
19020 * international/fontset.el (x-charset-registries): Variable removed,
19021 instead the corresponding data is stored in the default fontset.
19022 (register-alternate-fontnames): Function removed.
19023 (resolved-ascii-font): Variable removed.
19024 (x-compose-font-name): Ignore the second argument REDUCE.
19025 (x-complement-fontset-spec): Complement only an ASCII font and
19026 element for those charsets than can use that ASCII font.
19027 (generate-fontset-menu): Don't refer to global-fontset-alist,
19028 instead call fontset-list.
19029 (uninstantiated-fontset-alist): Variable removed.
19030 (x-style-funcs-alist): Likewise.
19031 (fontset-default-styles): Likewise.
19032 (x-modify-font-name): Function removed.
19033 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19034 (create-fontset-from-ascii-font): Docstring adjusted for the above
19035 change.
19036 (instantiate-fontset, resolve-fontset-name): Functions removed.
19037 (fontset-list): Now implemented by C code.
19038
19039 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19040 (describe-face): Include `font' attribute in the description.
19041
19042 2000-03-21 Kenichi Handa <handa@etl.go.jp>
19043
19044 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19045
19046 2000-03-20 Gerd Moellmann <gerd@gnu.org>
19047
19048 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19049 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19050 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19051
19052 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19053 about behavior of set-buffer-modified-p wrt redisplay.
19054
19055 2000-03-19 Richard M. Stallman <rms@gnu.org>
19056
19057 * view.el (view-mode-disable): Kill local binding of view-read-only.
19058
19059 2000-03-18 Gerd Moellmann <gerd@gnu.org>
19060
19061 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19062 is a string, convert it to a syntax cell using string-to-syntax.
19063
19064 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19065 (string-to-syntax): New function.
19066
19067 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19068 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19069 try to use passive ftp mode.
19070
19071 2000-03-17 Gerd Moellmann <gerd@gnu.org>
19072
19073 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19074
19075 * simple.el (append-to-buffer): Update point of windows after
19076 insertion.
19077
19078 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19079 forward then moving backward. Reindent.
19080
19081 * frame.el (other-frame): Call x-focus-frame only if
19082 focus-follows-mouse is off.
19083
19084 2000-03-17 Dave Love <fx@gnu.org>
19085
19086 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
19087
19088 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19089
19090 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19091 regexp for labels cannot span several lines.
19092
19093 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19094 `(setq :<key> ':<key>)' to the macro expansion.
19095
19096 2000-03-16 Dave Love <fx@gnu.org>
19097
19098 * progmodes/f90.el (f90): Put custom group under `languages', not
19099 `fortran'.
19100 (f90-mode-hook): Customize.
19101 (f90-mode): Set add-log-current-defun-function.
19102 (f90-current-defun): New function.
19103
19104 2000-03-16 Gerd Moellmann <gerd@gnu.org>
19105
19106 * cus-edit.el (custom-variable-tag-face): Handle case that
19107 default face's height is not a number.
19108 (custom-face-tag-face, custom-group-tag-face-1)
19109 (custom-group-tag-face): Ditto.
19110 (custom-group-tag-face-1): Add :group.
19111
19112 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19113
19114 2000-03-15 Gerd Moellmann <gerd@gnu.org>
19115
19116 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19117 requiring easymenu.
19118
19119 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19120
19121 * ps-print.el: PostScript user-defined prologue, PostScript error
19122 handler, doc fix.
19123 (ps-print-version): New version number (5.1).
19124 (ps-user-defined-prologue, ps-error-handler-message)
19125 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19126 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19127 (ps-insert-string): New function.
19128
19129 2000-03-15 Kenichi Handa <handa@etl.go.jp>
19130
19131 * international/ccl.el (ccl-compile-expression): Don't generate
19132 invalid self-assignment code.
19133
19134 2000-03-14 Dave Love <fx@gnu.org>
19135
19136 * subr.el (replace-regexp-in-string): Renamed from
19137 replace-regexps-in-string. Doc fix.
19138
19139 2000-03-12 Dave Love <fx@gnu.org>
19140
19141 * cus-edit.el: Doc fixes.
19142 (customize-set-variable, customize-save-variable): Rename args for doc.
19143 (custom-variable-tag-face, custom-face-tag-face)
19144 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19145 style which user identify as hyperlink.
19146 (hook): Don't add undefined functions to the hook.
19147 (debug-ignored-errors): Transfer message from bindings.el.
19148
19149 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19150
19151 * recentf.el (recentf-keep-non-readable-files-p):
19152 Remove double/nested definition.
19153
19154 2000-03-12 Dave Love <fx@gnu.org>
19155
19156 * facemenu.el (facemenu-get-face): Use display-color-p.
19157 * enriched.el (enriched-decode-foreground): Likewise.
19158 (enriched-decode-background): Likewise.
19159 * isearch.el (isearch-highlight): Likewise.
19160 * info-look.el (info-lookup): Likewise.
19161 * simple.el (completion-setup-function): Likewise.
19162
19163 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19164 :options.
19165
19166 * bindings.el (mode-line-format): Fix line-number and
19167 column-number items. Add help-echo for the background.
19168 (mode-line-mule-info): Modify help-echo.
19169
19170 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19171
19172 * files.el (load-file): Allow completion to .elc.
19173
19174 * man.el: Doc fixes.
19175 (Man-init-defvars): Use display-color-p to set fontification.
19176
19177 * play/hanoi.el (hanoi-internal): Don't use oddp.
19178
19179 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19180
19181 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19182
19183 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19184
19185 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19186
19187 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19188 Fix comment.
19189
19190 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19191
19192 * font-lock.el (font-lock-keywords): Fix the doc now that
19193 regexp-opt-depth is unnecessary.
19194 (save-buffer-state): Set an edebug spec.
19195 (font-lock-fontify-anchored-keywords): Properly handle the case when
19196 the matcher goes past the limit.
19197
19198 * cvs-status.el, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19199 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19200
19201 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19202 dll.el and cookie.el (from Elib) with heavy renaming and other
19203 massaging.
19204
19205 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19206 Autoload the functions used.
19207 (easy-mmode-define-syntax): Fix CL typo.
19208 (easy-mmode-define-derived-mode): Improve the docstring generation.
19209
19210 2000-03-10 Gerd Moellmann <gerd@gnu.org>
19211
19212 * textmodes/texinfo.el (texinfo-version): Variable and function
19213 removed.
19214
19215 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19216
19217 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19218 allow more flexibility.
19219 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
19220 (easy-mmode-defmap, easy-mmode-defsyntax)
19221 (easy-mmode-define-derived-mode): New macros.
19222
19223 2000-03-09 Didier Verna <didier@xemacs.org>
19224
19225 * rect.el (replace-rectangle): New function.
19226
19227 2000-03-09 Dave Love <fx@gnu.org>
19228
19229 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
19230 (fortran-comment-line-start-skip): Don't match cpp stuff.
19231 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19232 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19233 (fortran-mode): Don't set fortran-comment-line-start-skip,
19234 fortran-comment-line-start here. Set comment-start,
19235 add-log-current-defun.
19236 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19237 (fortran-current-defun): New function.
19238
19239 2000-03-09 Gerd Moellmann <gerd@gnu.org>
19240
19241 * emacs-lisp/re-builder.el: New file.
19242
19243 * mouse.el (mouse-drag-region): Don't run up-event handler
19244 if hscroll has changed.
19245
19246 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19247 builtin operators, use `font-lock-builtin-face' for Emacs and
19248 `font-lock-preprocessor-face' otherwise.
19249
19250 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19251 `(defun (setf foo)' differently.
19252
19253 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19254
19255 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19256 (regexp-opt): Update comment and adapt the code the new meaning of
19257 the `paren' argument of regex-opt-group for shy-groups.
19258 (regexp-opt-depth): Handle shy groups as well as backslashed
19259 backslashes.
19260 (regexp-opt-group): Turn the leading comment into a docstring.
19261 Allow `paren' to be a string (the string to use to open a group).
19262 Remove open-presuf and close-presuf. Instead of checking for `all
19263 one-char' and then later on check for `several one-char', handle
19264 both cases close together. Also apply a more generic algorithm
19265 for suffixes (the mirror image of the algorithm used for
19266 prefixes). Use shy-groups. Use nreverse rather than reverse.
19267 (regexp-opt-try-suffix): Removed.
19268
19269 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19270 from comint-mode-map, so we can just inherit from it. Also, move
19271 the initialization into the `defvar' since there's no docstring
19272 anyway and it's fairly short.
19273 (inferior-scheme-mode): Define it as derived-mode: the code is
19274 shorter and this way we inherit from comint-mode-map rather than
19275 copying it.
19276
19277 * subr.el (replace-regexps-in-string): Properly handle the case
19278 where we match an empty string.
19279
19280 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19281 when the command has a directory component (such as "./testml").
19282 Also fix a typo in the comment.
19283
19284 2000-03-08 Gerd Moellmann <gerd@gnu.org>
19285
19286 * Makefile (compile-files): Compile files one by one because
19287 that's the only way to ensure a clean compilation environment for
19288 each individual file.
19289
19290 * frame.el (other-frame): Call x-focus-frame.
19291
19292 2000-03-07 Dave Love <fx@gnu.org>
19293
19294 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19295 :require to defcustom.
19296
19297 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
19298
19299 * files.el (auto-mode-alist): Add configure.in.
19300
19301 * progmodes/autoconf.el: New file.
19302
19303 2000-03-07 Gerd Moellmann <gerd@gnu.org>
19304
19305 * mail/mh-e.el: Change maintainer to `none'.
19306
19307 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19308 to remove-hook and add-hook.
19309
19310 2000-03-07 Francesco Potortì <F.Potorti@cnuce.cnr.it>
19311
19312 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19313 it as the default.
19314 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19315 (sendmail-send-it): Conditionally add MIME headers specifying the
19316 used character set.
19317
19318 2000-03-07 Dave Love <fx@gnu.org>
19319
19320 * winner.el: Fix keywords, autoload cookies.
19321 Split eval-when-compile form to avoid compilation failure.
19322
19323 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19324
19325 * international/mule.el: Modify comment about coding system
19326 property `coding-category'.
19327 (make-coding-system): New argument EOL-TYPE. Pay attention to
19328 coding-category property of PROPERTIES.
19329
19330 * international/mule-conf.el (coding-category-utf-8)
19331 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
19332 categories. Include them in the argument for set-coding-priority.
19333
19334 * international/mule-cmds.el (reset-language-environment):
19335 Include coding-category-utf-8, coding-category-utf-16-be, and
19336 coding-category-utf-16-le in the argument for set-coding-priority.
19337 (reset-language-environment): Initialize coding-category-utf-8,
19338 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19339
19340 2000-03-06 Karl Fogel <kfogel@red-bean.com>
19341
19342 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19343 code abstracted out of `bookmark-jump-noselect'. Now tries info
19344 extensions as well as compression extensions.
19345 (bookmark-jump-noselect): Use above new func.
19346
19347 2000-03-03 Gerd Moellmann <gerd@gnu.org>
19348
19349 * strokes.el: Change maintainer's mail address.
19350
19351 2000-03-03 Kenichi Handa <handa@etl.go.jp>
19352
19353 * international/mule-diag.el (list-character-sets): Make help-echo
19354 string by substitute-command-keys.
19355 (list-character-sets): Likewise.
19356 (sort-listed-character-sets): Call help-setup-xref.
19357
19358 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19359
19360 * time.el (display-time-mail-file): Add `none' to the list of choices.
19361
19362 2000-03-01 Dave Love <fx@gnu.org>
19363
19364 * help.el (help-xref-go-back): Don't try to set position.
19365
19366 * international/mule-diag.el (list-character-sets):
19367 Call help-setup-xref. Add help-echo to xrefs.
19368 (list-character-sets-1): Add help-echo to xrefs.
19369
19370 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19371
19372 * frame.el (blink-cursor-mode): Switch cursor on when turning
19373 the mode off.
19374
19375 * add-log.el (add-log-current-defun): Add support for
19376 Autoconf mode.
19377
19378 * mail/rmail.el (rmail-quit-hook): New variable.
19379
19380 2000-03-01 Dave Love <fx@gnu.org>
19381
19382 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19383
19384 * help.el (help-xref-button): Add help-echo arg.
19385 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19386
19387 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
19388
19389 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
19390
19391 2000-03-01 Gerd Moellmann <gerd@gnu.org>
19392
19393 * image.el (defimage): Look for image files in load-path.
19394
19395 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
19396
19397 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19398
19399 * recentf.el (recentf): Added version tag to the defgroup of recentf.
19400
19401 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19402
19403 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
19404 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19405 action to select/unselect a file.
19406 (recentf-edit-list): Code cleanup and improvement.
19407 (recentf-open-more-files-action): `recentf-open-more-files' button
19408 widget action to open a file.
19409 (recentf-open-more-files): No more use standard completion but widgets.
19410 (recentf-more-collection): Deleted.
19411 (recentf-more-history): Deleted.
19412 (recentf-setup-more-completion): Deleted.
19413
19414 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19415
19416 * recentf.el (recentf-mode): No more needs that Emacs is running
19417 under a window-system.
19418
19419 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19420
19421 * recentf.el (recentf-edit-list): New command to edit the recent
19422 list which allow the user to remove files.
19423 (recentf-edit-selected-items): New global variable, used by
19424 `recentf-edit-list' to hold the list of files to be removed from
19425 the recent list.
19426 (recentf-make-menu-items): Updated to display a "Edit list..."
19427 menu item. Minor code cleanup.
19428
19429 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19430
19431 * recentf.el (recentf-open-more-files): New command to open files
19432 that are not displayed in the menu.
19433 (recentf-more-collection): New global variable holding the set of
19434 permissible completions used by `recentf-open-more-files'.
19435 (recentf-more-history): New global variable holding the history list
19436 used by `recentf-open-more-files' completion.
19437 (recentf-setup-more-completion): New function to setup completion for
19438 `recentf-open-more-files'.
19439 (recentf-make-menu-items): Updated to display a "More..." menu item.
19440
19441 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19442
19443 * recentf.el (recentf-menu-action): Doc fixed.
19444
19445 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19446
19447 * recentf.el (recentf-menu-filter): Doc updated.
19448 (recentf-update-menu-hook): Allow menu filters to force menu update.
19449 (recentf-make-menu-items): New menu filter handling.
19450 (recentf-make-menu-item): New helper function.
19451 (recentf-menu-elements): New menu handling function.
19452 (recentf-sort-ascending): Updated to new menu filter handling.
19453 (recentf-sort-descending): Updated to new menu filter handling.
19454 (recentf-sort-basenames-ascending): New menu filter function.
19455 (recentf-sort-basenames-descending): New menu filter function.
19456 (recentf-show-basenames): New menu filter function.
19457 (recentf-show-basenames-ascending): New menu filter function.
19458 (recentf-show-basenames-descending): New menu filter function.
19459
19460 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19461
19462 * diary-lib.el (list-diary-entries): Don't try to go forward at
19463 the end of the buffer.
19464
19465 2000-02-29 Kenichi Handa <handa@etl.go.jp>
19466
19467 * international/mule-diag.el (list-character-sets):
19468 Completely rewritten.
19469 (sort-listed-character-sets): New function.
19470 (list-character-sets-1): Completely rewritten.
19471 (list-character-sets-2): New function.
19472 (non-iso-charset-alist): New variable.
19473 (decode-codepage-char): New function.
19474 (charset-history): New variable.
19475 (read-charset) (list-block-of-chars)
19476 (list-iso-charset-chars)
19477 (list-non-iso-charset-chars)
19478 (list-charset-chars): New functions.
19479 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
19480 (dump-charsets): Likewise.
19481
19482 2000-02-29 Gerd Moellmann <gerd@gnu.org>
19483
19484 * dired-x.el (dired-filename-at-point): Add `@' to valid
19485 file name characters.
19486 (dired-filename-at-point): Handle ange-ftp file names.
19487
19488 * frame.el (frame-notice-user-settings): Use assq-delete-all
19489 instead of assoc-delete-all.
19490 (frame-notice-user-settings): Ditto.
19491
19492 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19493 Don't copy alist.
19494
19495 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19496
19497 * calculator.el (calculator-use-menu): New option.
19498 (calculator-initial-bindings): Changed some bindings to work as macros.
19499 (calculator-forced-input): Removed.
19500 (calculator-restart-other-mode): New variable.
19501 (calculator-mode-map): Set up menu.
19502
19503 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19504
19505 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
19506
19507 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19508
19509 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
19510 translate all ESC key sequences.
19511 (viper-goto-mark-subr): Restore markers for files for which
19512 they were saved.
19513 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19514 * viper-util.el (viper-set-replace-overlay-glyphs)
19515 (viper-set-replace-overlay): Always check if the replacement
19516 overlay is live.
19517 * viper.el (viper-vi-state-mode-list): Add major modes.
19518 * ediff-wind.el: Minor comment changes.
19519 * ediff.el: Copyright notice date fix.
19520
19521 2000-02-27 Jason Rumney <jasonr@gnu.org>
19522
19523 * faces.el (face-font-family-alternatives): Add arial to helv.
19524 (mode-line, header-line, tool-bar): Same default as x for w32.
19525 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19526 face-font-family-alternatives from working.
19527 * term/w32-win.el (mouse-set-font): Do not build fontset from
19528 chosen font.
19529
19530 2000-02-25 Sam Steingold <sds@goems.com>
19531
19532 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19533 properly.
19534
19535 2000-02-25 Richard M. Stallman <rms@gnu.org>
19536
19537 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19538
19539 2000-02-25 Gerd Moellmann <gerd@gnu.org>
19540
19541 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
19542
19543 * frame.el (busy-cursor-delay-seconds): New option.
19544
19545 2000-02-24 Gerd Moellmann <gerd@gnu.org>
19546
19547 * frame.el (show-cursor-in-non-selected-windows): New option.
19548
19549 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19550
19551 * diary-lib.el (include-other-diary-files): Undo the selective
19552 display in any included file and don't kill it.
19553
19554 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19555
19556 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19557 Menu items converted to (menu-item format, help strings added.
19558 [downcase, upcase]: Don't enable on MS-DOS.
19559 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
19560 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19561
19562 2000-02-23 Dave Love <fx@gnu.org>
19563
19564 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19565 (backward-kill-word): Revert addition of * to interactive spec --
19566 it's a feature.
19567
19568 * paragraphs.el (kill-paragraph, backward-kill-paragraph)
19569 (backward-kill-sentence, kill-sentence): Likewise.
19570
19571 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19572 scratch buffer name.
19573 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
19574
19575 * term/w32-win.el (internal-face-interactive): Update prompt for
19576 new read-face-name.
19577
19578 * mail/footnote.el (footnote): Add :version to defgroup.
19579 (footnote-section-tag-regexp): Customize.
19580 (footnote-start-tag, footnote-end-tag): New option.
19581 (footnote-latin-regexp): New variable.
19582 (Footnote-latin): New function.
19583 (footnote-style-alist): Add element for latin style.
19584 (footnote-style): Moved.
19585 (Footnote-goto-footnote): Use eq to test arg.
19586
19587 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19588
19589 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19590 (byte-compile-trueconstp): Include keywords.
19591 (byte-optimize-quote, byte-optimize-lapcode):
19592 Use byte-compile-const-symbol-p.
19593 (byte-optimize-char-before): New optimization.
19594
19595 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19596 (byte-compile-const-symbol-p): New function.
19597 (byte-compile-constp, byte-compile-out-toplevel)
19598 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19599 Use it.
19600
19601 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19602
19603 2000-02-23 Kenichi Handa <handa@etl.go.jp>
19604
19605 * international/encoded-kb.el: Be sure to update minor-mode-alist
19606 and minor-mode-map-alist.
19607 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19608 codes SS2 and SS3 correctly.
19609 (encoded-kbd-self-insert-ccl): New function.
19610 (encoded-kbd-setup-keymap): New function.
19611 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19612 by calling encoded-kbd-setup-keymap.
19613
19614 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19615 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
19616
19617 2000-02-22 Dave Love <fx@gnu.org>
19618
19619 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
19620 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
19621 (lisp-mode-syntax-table): Set up for #|...|# comments.
19622 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19623 classes. Match `defface'.
19624 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19625 (eval-defun-1): Fix for defcustom.
19626 (lisp-indent-region): Doc fix.
19627
19628 * subr.el (when, unless, split-string): Doc fix.
19629 (read-passwd): Move call of clear-this-command-keys to the right place.
19630 (replace-regexps-in-string): New function.
19631
19632 2000-02-22 Gerd Moellmann <gerd@gnu.org>
19633
19634 * help.el (describe-variable): Set syntax table to
19635 emacs-lisp-mode-syntax-table when moving forward over the
19636 symbol's name.
19637
19638 2000-02-22 Dave Love <fx@gnu.org>
19639
19640 * xt-mouse.el: Doc fixes.
19641 (xterm-mouse-position-function): New function, replacing advice of
19642 mouse-position.
19643 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19644
19645 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19646
19647 2000-02-21 Gerd Moellmann <gerd@gnu.org>
19648
19649 * format.el (format-annotate-single-property-change):
19650 Handle properties with dotted-list values.
19651 (format-proper-list-p): New function.
19652
19653 * enriched.el (enriched-face-ans): Handle '(foreground-color
19654 . COLOR) and (background-color . COLOR).
19655
19656 2000-02-20 Dave Love <fx@gnu.org>
19657
19658 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19659 and assignments to it.
19660 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19661 current local map.
19662 (make-flyspell-overlay): Use it.
19663 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19664
19665 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19666 (lm-get-header-re): Defun, not defsubst.
19667 (lm-get-package-name): Defun, not defsubst. Simplify.
19668 (lm-version): Doc fix. Simplify.
19669 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19670 (lm-crack-address, lm-last-modified-date, lm-commentary)
19671 (lm-verify, lm-synopsis): Simplify.
19672 (lm-report-bug): Require emacsbug. Use compose-mail.
19673
19674 2000-02-20 Gerd Moellmann <gerd@gnu.org>
19675
19676 * dired.el (dired-mode): Call propertized-buffer-identification
19677 to set mode-line-buffer-identification to something having
19678 the right text properties.
19679
19680 * bindings.el (propertized-buffer-identification): New function.
19681
19682 2000-02-20 Dave Love <fx@gnu.org>
19683
19684 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19685 check for t-mouse too.
19686
19687 * cus-start.el: Make echo-keystrokes `number'.
19688
19689 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19690
19691 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19692 Don't call ring-empty-p unless tags-location-ring is bound.
19693 From Noah Friedman <friedman@splode.com>.
19694
19695 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19696
19697 * progmodes/hideshow.el (hs-flag-region): No longer use
19698 `intangible' overlay property.
19699
19700 (hs-toggle-hiding): New command.
19701 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19702
19703 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19704 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19705 and deactivation.
19706
19707 2000-02-18 Gerd Moellmann <gerd@gnu.org>
19708
19709 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19710
19711 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19712
19713 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19714
19715 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19716 of `*' to handle `(* ... *)' comments.
19717
19718 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19719
19720 * faces.el (list-faces-display): Use display-mouse-p instead of
19721 window-system.
19722
19723 * menu-bar.el (global-map): Menu-bar items converted to the new
19724 format (menu-item..., rearranged for better CUA compliance, and
19725 their names changed for better clarity. Help strings added.
19726
19727 * international/mule-cmds.el (mule-menu-keymap)
19728 (describe-language-environment-map, set-coding-system-map)
19729 (setup-language-environment-map): Convert to new (menu-item...
19730 form, add help strings. Change names of menu items for better clarity.
19731 "Mule" menu-bar item removed (it's now in the "Options" submenu).
19732
19733 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19734
19735 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19736 within the code.
19737
19738 2000-02-16 Dave Love <fx@gnu.org>
19739
19740 * faces.el: Don't require custom. Add more specific :groups to
19741 various deffaces.
19742 (set-face-attribute): Purecopy args.
19743 (read-face-name): Default to name at point and use it in prompt.
19744 Remove colon from arg in all callers.
19745 (list-faces-display): Hyperlink to face descriptions and customize
19746 buffers.
19747
19748 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19749
19750 * wid-edit.el (widget-match-inline): An atom never matches a list.
19751
19752 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19753
19754 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19755 at ':' characters by call to split-string.
19756
19757 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19758
19759 * textmodes/bibtex.el: Added RCS version identification.
19760
19761 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19762
19763 * textmodes/bibtex.el: Some temporary comments removed.
19764 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
19765 (bibtex-field-const): Allow capital letters.
19766 (bibtex-start-of-string): Deleted because unused.
19767
19768 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19769 use the term 'reference' to describe a bibtex entry as a whole.
19770 Further, reference keys are no longer called 'labels'.
19771 (bibtex-keys): Renamed to bibtex-reference-keys.
19772 (bibtex-reformat-previous-labels): Renamed to
19773 bibtex-reformat-previous-reference-keys.
19774 (bibtex-reference-type): Renamed to bibtex-entry-type.
19775 (bibtex-reference-head): Renamed to bibtex-entry-head.
19776 (bibtex-reference-maybe-empty-head): Renamed to
19777 bibtex-entry-maybe-empty-head.
19778 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19779 (bibtex-search-reference): Renamed to bibtex-search-entry.
19780 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19781 bibtex-enclosing-entry-maybe-empty-head.
19782 (bibtex-entry-field-alist, bibtex-entry-head)
19783 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19784 (bibtex-map-entries, bibtex-search-entry)
19785 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19786 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19787 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19788 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19789 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19790 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19791 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
19792
19793 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19794
19795 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19796 comment.
19797 (bibtex-format-field-delimiters): New function, functionality
19798 extracted from bibtex-format-entry.
19799 (bibtex-autokey-get-yearfield-digits): New function, functionality
19800 extracted from bibtex-autokey-get-yearfield.
19801
19802 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19803 entries in order to avoid stack overflow in the regexp matcher if
19804 field contents become large.
19805 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19806 (bibtex-field-string-part-not-braced)
19807 (bibtex-field-string-part-no-inner-braces)
19808 (bibtex-field-string-part-1-inner-brace)
19809 (bibtex-field-string-part-2-inner-braces)
19810 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19811 (bibtex-field-string-quoted, bibtex-field-string)
19812 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19813 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19814 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19815 Deleted as parsing is now performed by the following functions.
19816 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19817 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19818 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19819 (bibtex-parse-association, bibtex-field-name-for-parsing)
19820 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19821 (bibtex-search-forward-field, bibtex-search-backward-field)
19822 (bibtex-start-of-field, bibtex-end-of-field)
19823 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19824 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19825 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19826 (bibtex-parse-string, bibtex-search-forward-string)
19827 (bibtex-search-backward-string, bibtex-start-of-string)
19828 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19829 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19830 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
19831 entries. Instead of reporting the results of the parsing by
19832 match-beginning or match-end, these functions return data structures
19833 that hold the corresponding positions.
19834 (bibtex-enclosing-field): Changed to also report field boundaries by
19835 return values rather than by match-beginning or match-end.
19836 The following functions have been adapted to use the new
19837 parsing functions.
19838 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19839 (bibtex-enclosing-field, bibtex-format-entry)
19840 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19841 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19842 (bibtex-print-help-message, bibtex-end-of-entry)
19843 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19844 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19845 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19846 Use the new method for parsing.
19847 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19848 (bibtex-map-entries, bibtex-flash-head)
19849 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19850 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19851 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19852 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19853 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19854 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19855 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19856 order to make the new binding of case-fold-search immediately visible.
19857
19858 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19859
19860 * textmodes/bibtex.el: Copyright notice is up to date.
19861 Added constant 'bibtex-maintainer-salutation.
19862
19863 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
19864 than make-temp-name, use match-string-no-properties and eliminate
19865 a quadratic behavior when building bibtex-strings.
19866
19867 * bibtex.el (bibtex-reference-key): Accept string entries whose
19868 reference key contains upper case letters.
19869
19870 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19871
19872 * bibtex.el (bibtex-reference-head): Allow entries to start with
19873 a new line.
19874
19875 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19876
19877 * bibtex.el: Hiding of entry bodies is not longer provided by
19878 bibtex.el directly. Instead the hideshow package can be used.
19879 Added a special bibtex entry to hs-special-modes-alist.
19880 (bibtex-hs-forward-sexp): Added for hideshow.el.
19881
19882 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19883
19884 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19885 proceedings entry type (for cross referencing). Thanks to Wagner
19886 Toledo Correa for the suggestion.
19887
19888 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19889
19890 2000-02-14 Kenichi Handa <handa@etl.go.jp>
19891
19892 * international/characters.el: Setup case table for Vietnamese.
19893
19894 2000-02-12 Gerd Moellmann <gerd@gnu.org>
19895
19896 * uniquify.el (toplevel): Require CL at compile time.
19897 (uniquify-push): Removed.
19898
19899 * shadowfile.el (shadow-when): Removed.
19900
19901 * tempo.el (tempo-dolist, tempo-mapc): Removed.
19902 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
19903
19904 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19905 regexp for paragraph-start.
19906
19907 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19908 commas as well.
19909
19910 2000-02-10 Dave Love <fx@gnu.org>
19911
19912 * wid-edit.el (widgets) [defgroup]: Remove url link.
19913 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19914 Deleted.
19915 (widget-specify-field, widget-specify-button): Don't use
19916 widget-mouse-help as help-echo property.
19917 (default): Use #'ignore for :validate and :mouse-down-action.
19918 (checkbox): Add help-echo.
19919 (widget-sexp-validate): Rewritten to clarify error messages.
19920 (character): Use char-valid-p in :match function.
19921 (widget-color-complete): Use facemenu-color-alist.
19922 (widget-color-action): Use facemenu-read-color.
19923
19924 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19925 set up `caar' &c that we now have.
19926
19927 2000-02-09 Ray Blaak <blaak@gnu.org>
19928
19929 * delphi.el: Make resourcestring a declaration region, like const
19930 and var.
19931
19932 2000-02-09 Dave Love <fx@gnu.org>
19933
19934 * bindings.el (mode-line-input-method-map): New variable.
19935 (mode-line-mule-info): Use it; fix last change.
19936 (mode-line-mode-menu): Move definition.
19937 (mode-line-mouse-sensitive-p): Deleted.
19938 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
19939 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
19940
19941 * startup.el (command-line-1): Don't call
19942 make-mode-line-mouse-sensitive.
19943
19944 2000-02-07 Francesco Potortì <F.Potorti@cnuce.cnr.it>
19945
19946 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19947 before rmail-toggle-header, because the former toggles headers.
19948
19949 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19950
19951 * diff-mode.el (diff-kill-junk): New interactive function.
19952 (diff-reverse-direction): Use delete-and-extract-region.
19953 (diff-post-command-hook): Restrict the area so that the hook also works
19954 outside of any diff hunk. This is necessary for the minor-mode.
19955 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19956 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19957
19958 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19959 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19960 so that it can be used more easily in <foo>-mode-hook. Also make sure
19961 to avoid duplicate entries.
19962 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19963 (font-lock-remove-keywords): Just as was done for `add', allow it to
19964 work even if font-lock-mode is nil. Also make sure we don't modify
19965 any pre-existing list by forcing a copy-sequence. Finally rename
19966 `major-mode' to `mode'.
19967 (font-lock-fontify-syntactic-anchored-keywords)
19968 (font-lock-fontify-anchored-keywords)
19969 (font-lock-fontify-keywords-region): Use line-end-position.
19970 Don't make `font-lock-multiline' local (it's now done in
19971 font-lock-set-defaults).
19972 (font-lock-set-defaults): Make `font-lock-multiline' local.
19973 Move the `font-lock-fontified' creation to inside the `unless'.
19974
19975 2000-02-06 Andrew Innes <andrewi@gnu.org>
19976
19977 * term/w32-win.el (x-handle-args): Comment out call to message,
19978 which occurs before window system is initialized.
19979
19980 * makefile.nt: Add support for recompiling lisp code.
19981
19982 2000-02-04 Dave Love <fx@gnu.org>
19983
19984 * bindings.el (mode-line-mule-info): Fix/extend last change.
19985
19986 * completion.el: Replace completion-dolist with dolist.
19987
19988 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
19989
19990 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19991
19992 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
19993 environment names before they go into the section regexp.
19994
19995 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
19996 char class in regexp.
19997
19998 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19999 Bind `case-fold-search' to nil.
20000
20001 * progmodes/idlwave.el (idlwave-template):
20002 Respect `idlwave-abbrev-change-case'.
20003 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20004 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20005 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
20006 (idlwave-rw-case): New function.
20007 (idlwave-statement-match): Fixed problem with assignment regexp.
20008 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
20009 (idlwave-surround): New argument LENGTH to support padding of
20010 operators longer than 1 char.
20011
20012 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20013 idlwave-shell-expression-overlay. Implemented printing of
20014 expressions on higher levels of the calling stack.
20015 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
20016 (idlwave-retrieve-expression-from-level): New function.
20017 (idlwave-shell-last-calling-stack): Variable removed.
20018 (idlwave-shell-reset): Argument action reversed (`visible' to
20019 `hidden'). Also remove stop-line overlay.
20020 (idlwave-shell-calling-stack-routine): New variable.
20021 (idlwave-shell-parse-stack-and-display): Messages now display
20022 negative level numbers.
20023 (idlwave-shell-mode): Set `modeline-format'.
20024 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
20025 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
20026 (idlwave-shell-print-expression-function): New option.
20027
20028 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20029 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
20030 `tool-bar' instead of `toolbar'.
20031
20032 2000-02-02 Dave Love <fx@gnu.org>
20033
20034 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20035 emacs-lisp-mode-hook. Don't check for defalias being defined.
20036
20037 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
20038 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20039 Use the new builtins directly.
20040
20041 * whitespace.el (whitespace): Add :version to defgroup.
20042
20043 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20044 Doc fix.
20045
20046 * thingatpt.el (sexp-at-point, symbol-at-point)
20047 (number-at-point, list-at-point): Add autoload cookie.
20048
20049 * recentf.el (recentf): Add :version to defgroup.
20050
20051 * quickurl.el (quickurl): Add :version to defgroup.
20052
20053 * elide-head.el (elide-head): Use point-marker more.
20054
20055 * bs.el (bs): Add :version to defgroup.
20056
20057 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20058
20059 * progmodes/delphi.el (delphi): Add :version to defgroup.
20060
20061 2000-02-02 Gerd Moellmann <gerd@gnu.org>
20062
20063 * ange-ftp.el (ange-ftp-write-region): Handle case that
20064 succeeding process operation sets a different coding system.
20065
20066 * calculator.el: New file.
20067
20068 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20069
20070 * frame.el (frames-on-display-list, framep-on-display): New functions.
20071 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20072 (display-selections-p, display-screens, display-pixel-width)
20073 (display-pixel-height, display-mm-width, display-mm-height)
20074 (display-backing-store, display-save-under, display-planes)
20075 (display-color-cells, display-visual-class): New functions.
20076
20077 * term/tty-colors.el (tty-color-gray-shades): New function.
20078
20079 * faces.el (display-color-p): Use framep-on-display.
20080 (display-grayscale-p): New function.
20081
20082 2000-01-31 Dave Love <fx@gnu.org>
20083
20084 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20085 (create-fontset-from-x-resource): Don't concat integers.
20086
20087 2000-01-31 Inge Frick <inge@nada.kth.se>
20088
20089 * view.el: Some changes in documentation. Removed some trailing
20090 whitespace. Changed some parameter names to agree with documentation.
20091 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20092 window is not deleted. Modifies change 1998-04-26.
20093
20094 2000-01-31 Gerd Moellmann <gerd@gnu.org>
20095
20096 * windmove.el: New file.
20097
20098 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20099 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20100 progmodes/ebnf-yac.el: Update copyright and license info.
20101
20102 * jit-lock.el (jit-lock-function): Widen before calculating
20103 end position.
20104 (jit-lock-stealth-chunk-start): Rewritten.
20105
20106 * info.el (Info-title-face-alist): Removed.
20107 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
20108 (Info-fontify-node): Use these faces.
20109
20110 2000-01-30 Gerd Moellmann <gerd@gnu.org>
20111
20112 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20113 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20114 `&allow-other-keywords'.
20115
20116 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20117 the list of directories scanned heuristically.
20118
20119 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
20120
20121 2000-01-30 Jason Rumney <jasonr@gnu.org>
20122
20123 * w32-fns.el: Define w32-tty-standard-colors.
20124
20125 * startup.el (command-line): Use w32-tty-standard-colors when in
20126 w32 console mode.
20127
20128 2000-01-30 Dave Love <fx@gnu.org>
20129
20130 * jka-compr.el (jka-compr-load): Fix up load-history.
20131
20132 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20133
20134 * emacs-lisp/cl-macs.el: Revert previous change.
20135
20136 2000-01-29 Dave Love <fx@gnu.org>
20137
20138 * facemenu.el: Purecopy various strings.
20139
20140 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20141 years. Deal with three-digit years.
20142
20143 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20144 Use defconst, purecopy.
20145 (help-back-label): Purecopy it.
20146
20147 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20148
20149 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20150 variable. If non-nil, order the buffer list according to the
20151 currently selected frame.
20152 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20153 non-nil, pass the selected frame to function buffer-list.
20154
20155 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20156
20157 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20158
20159 2000-01-28 Dave Love <fx@gnu.org>
20160
20161 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20162
20163 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20164 Don't use lisp-indent-hook property.
20165 (cl-abs): Remove.
20166
20167 * subr.el: Move out indent and edebug specs for when and unless.
20168
20169 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20170 when, unless.
20171
20172 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20173 unless, when.
20174
20175 2000-01-28 Gerd Moellmann <gerd@gnu.org>
20176
20177 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20178 `collecting' as synonym for `collect'.
20179
20180 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20181 for the case it contains spaces.
20182
20183 * simple.el (what-cursor-position): Change formatting of messages.
20184
20185 * frame.el (delete-other-frames): New function.
20186 (toplevel): Bind it to C-x 5 1.
20187
20188 * sort.el (sort-numeric-base): New option.
20189 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20190 interpret it as octal or hexadecimal. Use sort-numeric-base
20191 as default base.
20192
20193 * progmodes/glasses.el: New file.
20194
20195 2000-01-27 Gerd Moellmann <gerd@gnu.org>
20196
20197 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20198 userids differently.
20199
20200 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20201 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20202 progmodes/ebnf-yac.el: New files.
20203
20204 2000-01-26 Dave Love <fx@gnu.org>
20205
20206 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20207 on a function with an empty body. [From Eric Ludlam.]
20208
20209 2000-01-25 Andre Spiegel <spiegel@gnu.org>
20210
20211 * vc.el (vc-version-diff): Make sure file name is expanded.
20212
20213 2000-01-25 Gerd Moellmann <gerd@gnu.org>
20214
20215 * scroll-bar.el (scroll-bar-timer): Variable removed.
20216 (scroll-bar-toolkit-scroll): Don't use a timer.
20217
20218 2000-01-25 Kenichi Handa <handa@etl.go.jp>
20219
20220 * language/thai-util.el (thai-composition-function):
20221 Delete superfluous `a'.
20222
20223 2000-01-24 Dave Love <fx@gnu.org>
20224
20225 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20226 end-of-defun-function.
20227
20228 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
20229
20230 2000-01-22 Jason Rumney <jasonr@gnu.org>
20231
20232 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20233 conflicts with new face support.
20234
20235 2000-01-22 Richard M. Stallman <rms@gnu.org>
20236
20237 * replace.el (query-replace): Rename last arg to DELIMITED.
20238 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20239 (query-replace-regexp): Likewise.
20240
20241 2000-01-20 Richard M. Stallman <rms@gnu.org>
20242
20243 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20244
20245 * emacs-lisp/lisp.el (beginning-of-defun-function):
20246 Variable renamed from beginning-of-defun.
20247 Do not call make-variable-buffer-local.
20248 (beginning-of-defun-raw): Use new variable name; doc fix.
20249 (beginning-of-defun): Doc fix.
20250 (end-of-defun-function): Variable renamed from end-of-defun.
20251 Do not call make-variable-buffer-local.
20252 (end-of-defun): Use new variable name; doc fix.
20253
20254 * subr.el (dolist, dotimes): Copied from cl-macs.el
20255 and made to work.
20256
20257 * mail/undigest.el (rmail-digest-end-regexps):
20258 Variable replaces rmail-digest-end-regexp.
20259 Allows multiple regexps for detecting the end line.
20260 (undigestify-rmail-message): Corresponding changes.
20261
20262 2000-01-19 Dave Love <fx@gnu.org>
20263
20264 * files.el (user-init-file): Don't declare here -- is primitive.
20265
20266 * startup.el (command-line): Check for compiled user-init-file and
20267 set to uncompiled version if necessary.
20268
20269 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20270
20271 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20272 (undigestify-rmail-message): Use it.
20273
20274 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20275
20276 2000-01-17 Gerd Moellmann <gerd@gnu.org>
20277
20278 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20279 of mini-buffer.
20280
20281 2000-01-14 Gerd Moellmann <gerd@gnu.org>
20282
20283 * emacs-lisp/copyright.el (copyright-update): Removed the
20284 requirement for a trailing space from `copyright-regexp', to
20285 support copyrights with owner specified on a separate line..
20286
20287 * align.el: New file.
20288
20289 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20290
20291 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20292
20293 2000-01-13 Dave Love <fx@gnu.org>
20294
20295 * ph.el: Removed. (Obsoleted by EUDC.)
20296
20297 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20298
20299 * net/eudc.el (toplevel): Remove autoloaded code installing
20300 menu with easymenu, because that causes build problems.
20301
20302 * frame.el (frame-notice-user-settings): New variable.
20303 (frame-notice-user-settings): Don't modify frame parameters
20304 if called a second time.
20305
20306 2000-01-13 Richard M. Stallman <rms@gnu.org>
20307
20308 * frame.el (frame-notice-user-settings):
20309 Notice default-frame-parameters even for non-window frames.
20310
20311 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20312
20313 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20314 for Emacs.
20315 (eudc-bob-can-display-inline-images): Extend for Emacs.
20316 (eudc-bob-toggle-inline-display): Ditto.
20317 (eudc-bob-display-jpeg): Ditto.
20318
20319 2000-01-12 Gerd Moellmann <gerd@gnu.org>
20320
20321 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20322 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20323 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20324
20325 * add-log.el (add-change-log-entry): Fix error trying an
20326 `(insert nil)'.
20327
20328 * subdirs.el: Add `net' directory.
20329
20330 * net: New directory.
20331
20332 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20333 eval-last-sexp. Don't bind debug-on-error here.
20334 (eval-last-sexp): New function. Bind debug-on-error if
20335 eval-expression-debug-on-error is non-nil.
20336 (eval-defun-2, eval-defun): Likewise.
20337
20338 * simple.el (eval-expression): Don't bind debug-on-error if
20339 eval-expression-debug-on-error is nil. Detect changed
20340 debug-on-error, and propagate new value to global binding, if
20341 eval-expression-debug-on-error is non-nil.
20342 (eval-expression-debug-on-error): Change doc string.
20343
20344 2000-01-11 Richard M. Stallman <rms@gnu.org>
20345
20346 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20347
20348 * emacs-lisp/lisp-mode.el (with-syntax-table):
20349 Set up lisp-indent-function property.
20350
20351 * subr.el (with-syntax-table): Moved from simple.el.
20352
20353 * simple.el (with-syntax-table): Moved to subr.el.
20354
20355 2000-01-11 Gerd Moellmann <gerd@gnu.org>
20356
20357 * tmm.el (tmm-shortcut): Delete region after prompt instead
20358 of erasing buffer.
20359
20360 * textmodes/fill.el (fill-common-string-prefix): New function.
20361 (fill-context-prefix): Use the longest common prefix of first
20362 and second line fill prefix, if there is one.
20363
20364 2000-01-11 Richard M. Stallman <rms@gnu.org>
20365
20366 * array.el (array-mode): Don't use make-variable-buffer-local.
20367 Use make-local-variable for `truncate-lines'.
20368
20369 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20370
20371 * add-log.el (add-log-current-defun): Handle user-defined
20372 add-log-current-function returning nil,
20373
20374 * add-log.el (add-change-log-entry): Insert version number
20375 if having found a current function
20376
20377 * add-log.el (add-log-current-defun):
20378 Call `add-log-current-defun-function'. Try matches at level 0 and
20379 level 1. Strip whitespace from defun found.
20380
20381 2000-01-10 John Wiegley <johnw@gnu.org>
20382
20383 * allout.el (isearch-done/outline-provisions): Added `edit'
20384 argument to correspond with the current definition of `isearch-done'.
20385
20386 2000-01-10 Dave Love <fx@gnu.org>
20387
20388 * elide-head.el (elide-head): Use point-marker, not point.
20389
20390 2000-01-10 Gerd Moellmann <gerd@gnu.org>
20391
20392 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20393 before and after the year 2000.
20394
20395 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20396 Add ispell- prefix.
20397
20398 2000-01-10 Ken Stevens <k.stevens@ieee.org>
20399
20400 * ispell.el: Only define dictionaries in menus when they exist.
20401 (version18p): New variable.
20402 (version20p): New variable.
20403 (xemacsp): New variable.
20404 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20405 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20406 (ispell-dictionary-alist6): Russian command lines no longer accept
20407 run-together words.
20408 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20409 (ispell-dictionary-alist): Add koi8-r to customize definition.
20410 (check-ispell-version): Added documentation string. Return library
20411 path when called non-interactively.
20412 (ispell-menu-map-needed): Uses new variables.
20413 (ispell-library-path): New variable.
20414 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20415 (ispell-word): Improved documentation string. Test for valid
20416 character mappings. Correctly check typed in word changes that can
20417 result in single words split into multiple words.
20418 Return replacement word.
20419 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20420 replace in recursive query replace mode. Help message for
20421 recursive edit mode.
20422 (ispell-show-choices): Protect against bad framepop bindings.
20423 (ispell-help): Fix to work with XEmacs.
20424 (ispell-highlight-spelling-error): Use new variables.
20425 (ispell-overlay-window): Fix to work with XEmacs.
20426 (ispell-parse-output): Passed and returns location information
20427 tracking spelling corrections. Doesn't recheck same word on
20428 current line.
20429 (ispell-init-process): Protect against bogus XEmacs variable binding.
20430 Fix call to single argument in sleep-for. Use new variables.
20431 (ispell-region): Passed and returns location information tracking
20432 spelling corrections. Doesn't check same word on current line.
20433 Improved documentation string. Doesn't resend a line already
20434 checked to the ispell process - fixes bug in LaTeX parsing.
20435 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20436 (ispell-skip-region): No longer skips <TT> in SGML.
20437 (ispell-process-line): Tracks location information with spelling
20438 corrections. Added documentation string. Accounts for words
20439 already accepted on this line. Don't allow query-replace on line
20440 starting with math characters. Doesn't resend a line already sent
20441 to ispell process. Fixes alignment error bug.
20442
20443 2000-01-10 Richard M. Stallman <rms@gnu.org>
20444
20445 * dired-x.el (dired-guess-shell-alist-default):
20446 Suggest xloadimage, which is free, not xv, which isn't.
20447
20448 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20449 Don't ever include the host name or user name in the value.
20450
20451 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20452
20453 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20454 of a real newline.
20455
20456 2000-01-09 Stephen Eglen <stephen@gnu.org>
20457
20458 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20459 for .png files.
20460
20461 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20462
20463 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20464
20465 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20466
20467 * progmodes/cperl-mode.el: Replace ^F with ^L.
20468
20469 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20470 `require'ing rmail and mailalias to prevent infinite recursion.
20471
20472 2000-01-08 Dave Love <fx@gnu.org>
20473
20474 * emacs-lisp/backquote.el: Remove inappropriate customization
20475 (allowing custom.el to use backquote).
20476
20477 2000-01-07 Dave Love <fx@gnu.org>
20478
20479 * add-log.el (add-log-debugging): Deleted.
20480 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20481 file. Remove debugging code.
20482 (change-log-get-method-definition, change-log-name): Add doc.
20483 (change-log-sortable-date-at): New function.
20484 (change-log-merge): New command.
20485
20486 * time.el (display-time-string-forms): Make the Mail string active.
20487 (display-time-update): Provide help-echo for load average.
20488
20489 * bindings.el (make-mode-line-mouse2-map): New function.
20490 (mode-line-modified): Use it and simplify.
20491 (mode-line-mule-info): Provide help-echo info.
20492 (minor-mode-alist): Activate the strings.
20493 (make-mode-line-mouse-sensitive): Simplify for
20494 mode-line-buffer-identification.
20495
20496 2000-01-07 Gerd Moellmann <gerd@gnu.org>
20497
20498 * play/pong.el: New file.
20499
20500 2000-01-06 Dave Love <fx@gnu.org>
20501
20502 * array.el: Assorted cleanups for compiler warnings, doc strings,
20503 `array-' prefix for symbols.
20504
20505 2000-01-05 Dave Love <fx@gnu.org>
20506
20507 * textmodes/outline.el (outline-mode-menu-bar-map):
20508 Add outline-headers-as-kill.
20509 (outline-mode): Define imenu-generic-expression.
20510 (outline-headers-as-kill): New command.
20511
20512 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20513 from paragraph-start.
20514 (paragraph-indent-minor-mode): New command.
20515
20516 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20517 M-C-e, M-C-h, C-j, C-xnd, TAB.
20518 (fortran-mode): Set beginning-of-defun, end-of-defun.
20519 (fortran-column-ruler): Simplify.
20520 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20521 (fortran-with-subprogram-narrowing): Likewise.
20522 (fortran-indent-subprogram): Call mark-defun.
20523 (fortran-check-for-matching-do): Change narrowing.
20524
20525 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20526 (cl-lucid-hash-tag): Delete.
20527 (cl-hash-table-p): Correct test for native table.
20528 (cl-hash-table-count): Use hash-table-count.
20529
20530 * browse-url.el (browse-url): Fix case of
20531 browse-url-browser-function being an alist.
20532
20533 2000-01-05 Carsten Dominik <cd@gnu.org>
20534
20535 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20536 (reftex-index-phrase-file-extension): New options.
20537
20538 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20539 Use new option `reftex-index-phrase-file-extension'.
20540
20541 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20542 `reftex-parse-file-extension'.
20543
20544 2000-01-05 Dave Love <fx@gnu.org>
20545
20546 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20547 (beginning-of-defun-raw): Use it.
20548 (end-of-defun): New variable.
20549 (end-of-defun): Use it.
20550 (check-parens): New command.
20551
20552 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20553
20554 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20555 (hs-show-block): Don't use `mapcar' when not accumulating.
20556
20557 Fix buglet in local variables initialization.
20558
20559 2000-01-05 Andreas Schwab <schwab@suse.de>
20560
20561 * hscroll.el (hscroll): Doc fix.
20562
20563 2000-01-05 Carsten Dominik <cd@gnu.org>
20564
20565 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20566 Require idlw-toolbar.
20567
20568 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
20569 file idlw-rinfo.el.
20570 (idlwave-customize): Load must read file idlw-shell.el.
20571 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
20572
20573 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20574
20575 * progmodes/idlw-shell.el: Also provide idlwave-shell
20576 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20577 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20578
20579 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
20580 both reftex-dcr and reftex-vcr.
20581
20582 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20583
20584 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20585
20586 * ps-print.el: PostScript code now is in separate files, doc fix.
20587 (ps-print-version): New version number (5.0.3).
20588 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20589 local.
20590 (ps-spool-config): Initialization fix.
20591 (ps-print-prologue-1, ps-print-prologue-2)
20592 (ps-print-duplex-feature): PostScript code moved to separated file.
20593 (ps-background-image): Little code reformatting.
20594 (ps-begin-file, ps-begin-job): Fix code.
20595 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20596 (ps-prologue-file): New fun.
20597
20598 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20599
20600 * ps-vars.el: Eliminated.
20601
20602 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20603 `;;;###autoload'.
20604
20605 * ps-print.el: ps-vars eliminated, doc fix.
20606 (ps-print-version): New version number (5.0.2).
20607 (ps-spool-config): Initialization fix.
20608 (ps-print-customize): New fun.
20609
20610 2000-01-04 Gerd Moellmann <gerd@gnu.org>
20611
20612 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
20613
20614 2000-01-04 Dave Love <fx@gnu.org>
20615
20616 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20617 menu items.
20618
20619 2000-01-03 Dave Love <fx@gnu.org>
20620
20621 * elide-head.el (elide-head) [defgroup]: Add :version.
20622
20623 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
20624 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20625 Use `cl-hash-table-p', not `hash-table-p'.
20626 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20627
20628 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20629
20630 * faces.el (face-read-integer, read-face-attribute)
20631 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
20632
20633 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20634
20635 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20636 at comment end, and re-insert them after filling.
20637
20638 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20639
20640 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20641 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20642 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20643
20644 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20645
20646 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20647 the new name of face-color-supported-p.
20648
20649 * term/w32-win.el (xw-defined-colors): Likewise.
20650
20651 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20652
20653 * simple.el (completion-setup-function): Count completion-size
20654 from minibuffer-prompt-end, not from point-min.
20655
20656 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20657
20658 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20659 Pass the frame to tty-color-* functions.
20660 (display-color-p, frame-set-background-mode): Pass the frame to
20661 tty-display-color-p.
20662
20663 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20664 tty-color-alist.
20665 (tty-color-alist, tty-modify-color-alist): New functions.
20666 (tty-color-define, tty-color-clear, tty-color-approximate)
20667 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20668 optional parameter FRAME.
20669
20670 2000-01-01 Gerd Moellmann <gerd@gnu.org>
20671
20672 * image.el (create-image, defimage): Don't assume image data is
20673 a string.
20674
20675 * image.el (defimage): Handle specifications containing :data
20676 instead of :file.
20677 (image-type-from-data): New function.
20678 (image-type-from-file-header): Use it.
20679 (create-image): Add parameter DATA-P.
20680
20681 See ChangeLog.8 for earlier changes.
20682
20683 ;; Local Variables:
20684 ;; coding: utf-8
20685 ;; End:
20686
20687 Copyright (C) 2000-2011, 2013-2014 Free Software Foundation, Inc.
20688
20689 This file is part of GNU Emacs.
20690
20691 GNU Emacs is free software: you can redistribute it and/or modify
20692 it under the terms of the GNU General Public License as published by
20693 the Free Software Foundation, either version 3 of the License, or
20694 (at your option) any later version.
20695
20696 GNU Emacs is distributed in the hope that it will be useful,
20697 but WITHOUT ANY WARRANTY; without even the implied warranty of
20698 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20699 GNU General Public License for more details.
20700
20701 You should have received a copy of the GNU General Public License
20702 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.