(vc-diff-internal, vc-coding-system-for-diff, vc-default-diff-tree):
[bpt/emacs.git] / lisp / ChangeLog
1 2001-10-21 Miles Bader <miles@gnu.org>
2
3 * help-funs.el (help-manyarg-func-alist): Remove entries for
4 `list', `vector', `make-byte-code', `call-process',
5 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
6 `logand', `logior', and `logxor'.
7
8 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
9 image bits to compensate. Use `make-string' instead of
10 `make-bool-vector' (XBM apparently wants byte-aligned rows).
11
12 2001-10-20 Gerd Moellmann <gerd@gnu.org>
13
14 * Version 21.1 released.
15
16 2001-10-20 Kim F. Storm <storm@cua.dk>
17
18 * simple.el (kill-ring-save): Don't show extent of copied region
19 if using transient-mark-mode and region is fully visible.
20
21 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
22
23 * files.el (auto-mode-alist): Associate .indent.pro with
24 Fundamental mode. Suggested by Samuel Padgett
25 <spadgett1@nc.rr.com>.
26
27 2001-10-18 Sam Steingold <sds@gnu.org>
28
29 Put the *Compile-Log* buffer in `compilation-mode'.
30 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
31 (byte-compile-log-1, byte-compile-log-file)
32 (displaying-byte-compile-warnings): use it
33
34 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
35
36 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
37
38 * xml.el (xml-parse-tag): Use eq on char-after's return value.
39
40 2001-10-18 Gerd Moellmann <gerd@gnu.org>
41
42 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
43
44 * obsolete/hilit19.el (hilit-lookup-face-create):
45 Call set-face-font only if display-graphic-p.
46 (toplevel): Remove references to window-system.
47
48 2001-10-18 Miles Bader <miles@gnu.org>
49
50 * simple.el (what-line): Avoid problems with field properties.
51
52 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
53
54 * wid-edit.el (widget-field-face, widget-single-line-field-face):
55 Define special colors for a tty.
56
57 2001-10-17 Francesco Potorti` <pot@gnu.org>
58
59 * comint.el (comint-password-prompt-regexp): Make it less
60 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
61
62 2001-10-17 John Wiegley <johnw@gnu.org>
63
64 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
65 a regular file, before checking if it is a directory or symlink.
66 This avoids a call to eshell-file-attributes, which can be
67 expensive in some situations.
68
69 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
70 customization variable, to differentiate ls-in-dired from regular
71 uses of ls.
72
73 2001-10-17 Miles Bader <miles@gnu.org>
74
75 * custom.el (defface): Mention `:inherit' in doc-string.
76
77 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
78
79 * paren.el: Update the Commentary with installation instructions.
80
81 2001-10-15 Dave Love <fx@gnu.org>
82
83 * international/mule.el (set-auto-coding): Fix regexps for local
84 variables section not to eat newlines.
85
86 2001-10-15 Miles Bader <miles@gnu.org>
87
88 * simple.el (display-message-or-buffer): Pass the correct buffer
89 to `display-buffer'.
90
91 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
92
93 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
94 (executable-find): Use exec-suffixes.
95 (executable-set-magic): Don't use make-local-hook.
96
97 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
98
99 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
100
101 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
102 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
103 Add .so to the Unix and GNU branch.
104
105 * international/latin-1.el:
106 * international/latin-2.el:
107 * international/latin-3.el:
108 * international/latin-4.el:
109 * international/latin-5.el:
110 * international/latin-8.el:
111 * international/latin-9.el: Add no-byte-compile: t, since
112 Makefile.in instructs make-docfile to look at .el files.
113
114 2001-10-14 Miles Bader <miles@gnu.org>
115
116 * button.el (define-button-type): Allow supertype property to be
117 specified with a keyword `:supertype' too.
118 (button-put, make-text-button): Allow button type property to be
119 specified using the keyword `:type' too.
120 (button-type): New function.
121 (button): Add `button-category-symbol' property.
122
123 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
124
125 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
126 indent-new-comment-line from comment-indent-new-line.
127
128 * textmodes/refill.el (refill-mode):
129 Bind DEL to backward-delete-char-untabify.
130 Set backward-delete-char-untabify-method to `hungry'.
131
132 * textmodes/bib-mode.el (bib-mode):
133 * play/gomoku.el (gomoku-mode):
134 * textmodes/page-ext.el (pages-directory-mode):
135 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
136
137 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
138
139 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
140
141 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
142 Handle here-docs differently.
143 (sh-font-lock-heredoc): Remove.
144 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
145 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
146 (sh-font-lock-open-heredoc): New functions.
147 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
148 (sh-font-lock-keywords-1): Use regexp-opt.
149 (sh-in-comment-or-string): Use syntax-ppss.
150 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
151 (sh-select, sh-tmp-file): Add explicit terminating \n.
152
153 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
154 Use with-current-buffer.
155 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
156 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
157 filename), catch any error that occurs in `ange-ftp-cd'.
158 If an error happened, don't bother sending `cmd' at all.
159 Fix a parenthesis typo.
160 (ange-ftp-write-region): Don't blindly use binary if the remote host
161 is unix-like.
162
163 * play/pong.el (pong-init): Don't use make-local-hook.
164
165 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
166
167 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
168 (viper-get-ex-address-subr): More precise addr for the $ marker
169
170 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
171
172 * version.el (emacs-version): Bump to 21.1.50.
173
174 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
175
176 * mail/mailalias.el (mail-directory-stream): Do not double
177 variables in the lambda-list.
178
179 * play/gomoku.el (gomoku-init-display): Ditto.
180
181 * play/landmark.el (lm-init-display): Ditto.
182
183 * delim-col.el (delimit-columns-rectangle-max): Ditto.
184 (delimit-columns-rectangle-line): Ditto.
185
186 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
187
188 * newcomment.el (comment-region-internal): Don't rebind
189 invisibility_spec now that the C routines handle it correctly.
190
191 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
192
193 * frame.el (special-display-popup-frame): Obey new specs `same-window'
194 and `same-frame'.
195
196 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
197
198 * simple.el (minibuffer-local*-map): Remove redundant bindings.
199
200 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
201 C-p and C-r. Remove redundant bindings from inheriting maps.
202
203 * progmodes/cperl-mode.el: Merged in changes from v4.32.
204 After 4.23 and: After 4.24:
205 (cperl-contract-levels): Restore position.
206 (cperl-beautify-level): Likewise.
207 (cperl-beautify-regexp): Likewise.
208 (cperl-commentify): Rudimental support for length=1 runs
209 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
210 After 4.25:
211 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
212 (imenu-example--create-perl-index): Was not enforcing
213 syntaxification-to-the-end.
214 (cperl-invert-if-unless): Allow `for', `foreach'.
215 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
216 Mark qw(), m()x as indentable.
217 (cperl-init-faces): Highlight `sysopen' too.
218 Highlight $var in `for my $var' too.
219 (cperl-invert-if-unless): Was leaving whitespace at end.
220 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
221 (cperl-calculate-indent): Remove old commented out code.
222 Support (primitive) indentation of qw(), m()x.
223 After 4.26:
224 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
225 q [] with intervening newlines.
226 (cperl-autoindent-on-semi): New customization variable.
227 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
228 (cperl-tips): Mention how to make CPerl the default mode.
229 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
230 (cperl-outline-level): New function.
231 (cperl-highlight-variables-indiscriminately): New customization var.
232 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
233 From Sean Kamath <kamath@pogo.wv.tek.com>.
234 (cperl-after-block-p): Support CHECK and INIT.
235 (cperl-init-faces, cperl-short-docs): Likewise and "our".
236 From Doug MacEachern <dougm@covalent.net>.
237 After 4.27:
238 (cperl-find-pods-heres): Recognize \"" as a string.
239 Mark whitespace between q and [] as `syntax-type' => `prestring'.
240 Allow whitespace between << and "FOO".
241 (cperl-problems): Remove \"" and q [] with intervening newlines.
242 Mention multiple <<EOF as unsupported.
243 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
244 (cperl-indent-parens-as-block): New configuration variable.
245 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
246 Use `cperl-indent-parens-as-block'.
247 (cperl-find-pods-heres): Test for =cut without empty line instead of
248 complaining about no =cut.
249 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
250 (cperl-find-pods-heres): Likewise.
251 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
252 POD could've been marked as comment already.
253 (cperl-unwind-to-safe): Unwind before start of POD too.
254 After 4.28:
255 (cperl-forward-re): Throw an error at proper moment REx unfinished.
256 After 4.29:
257 (x-color-defined-p): Make an extra case to peacify the warning.
258 Toplevel: `defvar' to peacify the warnings.
259 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
260 No -nw-compile time warnings now.
261 (cperl-find-tags): TAGS file had too short substring-to-search.
262 Be less verbose in non-interactive mode
263 (imenu-example--create-perl-index): Set index-marker after name
264 (cperl-outline-regexp): New variable.
265 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
266 (cperl-mode): Made use `cperl-outline-regexp'.
267 After 4.30:
268 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
269 (cperl-outline-level): Make start-of-file same level as `package'.
270 After 4.31:
271 (cperl-electric-pod): `head1' and `over' electric only if empty.
272 (cperl-unreadable-ok): New variable.
273 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
274 on an unreadable file.
275 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
276 on an unreadable directory.
277
278 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
279 Consider the text between two errors as belonging to the first error.
280 (compilation-goto-locus): Use pop-to-buffer rather than
281 switch-to-buffer-other-frame.
282
283 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
284 (awk-font-lock-syntactic-keywords): New var.
285 (awk-mode): Use it.
286
287 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
288
289 * faces.el (describe-face): Call help-setup-xref earlier.
290
291 * jka-compr.el (jka-compr-load-suffixes): New var.
292 (jka-compr-install): Add its content to load-suffixes.
293 (jka-compr-uninstall): Remove its content from load-suffixes.
294
295 2001-10-12 Sam Steingold <sds@gnu.org>
296
297 * bindings.el (completion-ignored-extensions): CL-related
298 extensions are platform-independent.
299
300 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
301 asynchronous multiple file copying.
302
303 2001-10-12 Gerd Moellmann <gerd@gnu.org>
304
305 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
306 Turn error for repeated variables into warning.
307
308 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
309 New function checking that lambda-list consists of non-constant
310 symbols, that &rest and &optional are followed by variable names,
311 that &rest VAR is the last element, and that variables aren't doubled.
312 (byte-compile-lambda): Use it.
313
314 2001-10-12 Eli Barzilay <eli@barzilay.org>
315
316 * calculator.el (calculator-eng-display): Don't call concat
317 with an integer argument.
318
319 2001-10-12 Miles Bader <miles@gnu.org>
320
321 * help-mode.el (help-customize-face): New button-type.
322
323 * faces.el (list-faces-display): Fix args to `help-xref-button'.
324 (describe-face): Fix args to `help-xref-button'.
325 Don't switch to help-buffer around call to `help-setup-xref'.
326 Use `help-buffer' instead of hard-wired "*Help*".
327 Require `help-mode'.
328
329 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
330
331 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
332
333 * help-mode.el (help-buffer): New function.
334 Returns the buffer-name to use for help output.
335 Change all the code to use it instead of hard-coding *Help*.
336 (help-mode-map): Put back the mouse-2 binding.
337 (help-xref-stack): Change the format and make buffer-local.
338 (help-xref-stack-item): Make buffer-local.
339 (help-setup-xref): Do the `push' here rather than in help-do-xref.
340 (help-xref-interned): Display the face doc as well.
341 (help-follow-mouse): Re-introduce.
342 (help-xref-go-back): Adapt to the new use of help-xref-stack.
343 (help-do-xref): Don't `push' any more.
344 (help-follow): Also follow face names.
345
346 * help-funs.el (describe-function-1): Remove unused `parens' arg.
347 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
348 Autoload and cleanup.
349 (describe-function): Call help-setup-xref.
350 (describe-variable): Call help-setup-xref earlier.
351
352 * help.el (describe-bindings-internal): New fun moved from keymap.c.
353 (view-lossage): Call help-setup-xref correctly and earlier.
354 (describe-bindings): Call help-setup-xref earlier.
355 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
356 (describe-mode): Don't autoload. Call help-setup-xref earlier.
357
358 2001-10-11 Gerd Moellmann <gerd@gnu.org>
359
360 * master.el (master-mode): Use define-minor-mode instead of
361 easy-mmode-define-minor-mode. Add autload cookie.
362 (Commentary): Remove the line showing how to autoload master-mode,
363 since it's always autoloaded.
364
365 * master.el: New file.
366
367 2001-10-11 Dave Love <fx@gnu.org>
368
369 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
370 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
371 <const-C varset-X const-C>: Fix car/cdr typo.
372
373 2001-10-11 Gerd Moellmann <gerd@gnu.org>
374
375 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
376 New function extracted from byte-compile-log-1.
377 (byte-compile-log-1): Change output to be more in line with
378 the output of other GNU tools.
379 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
380 (byte-compile-report-error): Downcase error message.
381 Use `error' instead of `!!' for error messages.
382 (byte-compile-print-syms): Treat non-interactive case specially.
383 (displaying-byte-compile-warnings): Use backquote.
384 (byte-compile-from-buffer): Bind byte-compile-last-line.
385 (batch-byte-compile): Remove `Done' message.
386
387 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
388
389 * emacs-lisp/copyright.el (copyright): Add final \n.
390
391 2001-10-11 Miles Bader <miles@gnu.org>
392
393 * diff.el (diff): Display default values in prompts as
394 `(default ...)', not `(...)'.
395
396 * info.el (Info-follow-reference): Likewise.
397
398 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
399
400 * emacs-lisp/autoload.el (doc-string-elt): Remove.
401
402 * newcomment.el (comment-indent): Be a little more robust in case
403 comment-indent-function does funny things.
404 (comment-normalize-vars): Autoload.
405 (comment-region-internal): Fiddle with the visibility spec.
406 (comment-valid-prefix): New function.
407 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
408 that would turn comment-text into non-comment-text.
409
410 * emacs-lisp/syntax.el: New file.
411
412 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
413 compatibility cruft.
414 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
415 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
416 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
417 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
418 tcl-submit-bug-report.
419 (tcl-mode-syntax-table): Leave \f alone.
420 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
421 tcl-end-of-defun, tcl-submit-bug-report.
422 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
423 (tcl-add-emacs-menu): Remove.
424 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
425 (tcl-keyword-list): Add `chain'.
426 (tcl-font-lock-syntactic-keywords): New variable.
427 (tcl-pps-has-arg-6): Remove.
428 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
429 (tcl-internal-mark-defun): Remove.
430 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
431 (tcl-mode): Use define-derived-mode. Simplify.
432 Set comment-indent-function.
433 (tcl-indent-command): Use line-beginning-position and comment-indent.
434 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
435 (tcl-indent-line): Use tcl-calculate-indent.
436 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
437 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
438 (tcl-filter): Use with-current-buffer, simplify.
439 (inferior-tcl-mode): Use define-derived-mode.
440 (tcl-hairy-in-comment): Renamed tcl-in-comment.
441 (tcl-simple-in-comment, tcl-in-comment): Removed.
442 (tcl-files-alist): New function.
443 (tcl-help-snarf-commands): Use it and return the result directly
444 rather than through a global variable.
445 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
446 (tcl-help-on-word): Provide the default value to completing-read.
447 (tcl-hilit): Remove.
448 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
449 (tcl-comment-indent): New function.
450 (tcl-submit-bug-report): Remove.
451 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
452 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
453 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
454
455 2001-10-10 Miles Bader <miles@gnu.org>
456
457 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
458 (Info-fontify-node): Don't fontify the node if it's already been done.
459
460 2001-10-10 Gerd Moellmann <gerd@gnu.org>
461
462 * international/iso-transl.el (iso-transl-e-caret)
463 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
464 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
465
466 * simple.el (end-of-buffer): Fix code scrolling specially
467 for the buffer end.
468
469 * startup.el (command-line-1): Bind tab-width to 8.
470
471 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
472
473 * emulation/tpu-edt.el: Use defalias instead of fset for
474 user-visible commands. From Rob Riepel
475 <riepel@Networking.Stanford.EDU>.
476
477 2001-10-09 Gerd Moellmann <gerd@gnu.org>
478
479 * ruler-mode.el: New file.
480
481 2001-10-09 Miles Bader <miles@gnu.org>
482
483 * apropos.el (button): New require.
484
485 * help-funs.el: New file, contents mostly from `help.el'.
486 (describe-variable): Use `condition-case' instead of `ignore-errors'.
487
488 * help-mode.el: New file, contents mostly from `help.el'.
489
490 * help.el: Don't require `view' when compiling.
491 (help-with-tutorial, describe-function, describe-function-1)
492 (variable-at-point, describe-variable, locate-library):
493 Functions moved into `help-funs.el'.
494 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
495 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
496 (help-setup-xref, help-xref-following, help-make-xrefs)
497 (help-xref-button, help-insert-xref-button, help-xref-interned)
498 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
499 (help-xref-on-pp): Functions moved into `help-mode.el'
500 (help-mode-map, help-xref-stack, help-xref-stack-item)
501 (help-highlight-p, help-highlight-face, help-back-label)
502 (help-xref-symbol-regexp, help-xref-mule-regexp)
503 (help-xref-info-regexp): Variables moved into `help-mode.el'.
504 (help-symbol, help-back, help-info, help-customize-variable)
505 (help-function-def, help-variable-def):
506 Button-types moved into `help-mode.el'.
507 (load-symbol-file-load-history, symbol-file):
508 Functions moved into `subr.el'.
509 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
510 (view-lossage): Call `help-setup-xref' instead of doing it manually.
511
512 * subr.el (symbol-file-load-history-loaded)
513 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
514
515 * loadup.el ("button"): Load removed.
516
517 * button.el (define-button-type): Respect any `supertype' property.
518 (button-type-subtype-p, button-has-type-p): New functions.
519
520 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
521 dollar-signs.
522
523 * comint.el (comint-insert-previous-argument): New function.
524 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
525 (comint-insert-previous-argument-last-start-pos)
526 (comint-insert-previous-argument-last-index): New variables.
527
528 * apropos.el (apropos-next-label-button): Use the presence of a
529 `apropos-label' property to detect label buttons.
530
531 2001-10-08 Miles Bader <miles@gnu.org>
532
533 * button.el (next-button, previous-button): Remove N and WRAP
534 parameters. Don't pay attention to `skip' properties.
535 (forward-button): Implement wrapping, iterating, and skipping here
536 instead.
537 (button-activate): USE-MOUSE-ACTION is optional.
538 (button-nop): Function removed.
539 (default-button): Use `ignore' as default button action.
540
541 * apropos.el (apropos-next-label-button): Update arguments to
542 `next-button'.
543 (apropos-symbol): Add `skip' property.
544 (apropos-function, apropos-macro, apropos-command)
545 (apropos-variable, apropos-face, apropos-group, apropos-widget)
546 (apropos-plist): New button types.
547 (apropos-label-properties): Variable removed.
548 (apropos-print): Pass button-type to apropos-print-doc, rather
549 than help function and label text.
550 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
551 Get button label from TYPE.
552
553 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
554
555 * help.el (help-mode): Use define-derived-mode.
556 (describe-mode): Add optional `buffer' arg.
557 Use it instead of going through help-xref-mode.
558 Avoid doubling the word `minor' when prettifying.
559 (describe-function-1): List the corresponding key bindings.
560 (describe-variable): Say if the var is automatically buffer-local.
561 If the source is `loaddefs.el', look for the real source.
562 (help-xref-mode): Remove.
563
564 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
565 the file says no-byte-compile.
566
567 2001-10-08 Miles Bader <miles@gnu.org>
568
569 * button.el (next-button, previous-button): Respect `skip' property.
570
571 2001-10-07 Miles Bader <miles@gnu.org>
572
573 * woman.el (woman-mode-map): Copy button-buffer-map instead of
574 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
575 `woman-follow-word' instead of `woman-mouse-2'.
576 (woman-follow-word): Renamed from `woman-mouse-2'.
577 Follow current unconditionally, since this function is now only
578 bound to M-mouse-2. Use accessor functions.
579 (WoMan-highlight-references): Use `make-text-button'.
580 (woman-xref): New button type.
581
582 * loadup.el ("faces"): Move load before loading "loaddefs.el".
583 ("button"): New load, just before "help" (which uses it).
584
585 * help.el (help-mode-map): Make button-buffer-map our parent.
586 Don't bind mouse events or tab/backtab.
587 (help-function, help-variable, help-face, help-coding-system)
588 (help-input-method, help-character-set, help-back, help-info)
589 (help-customize-variable, help-function-def, help-variable-def):
590 New button types.
591 (help-button-action): New function.
592 (describe-function-1): Pass help button-types to
593 `help-xref-button' rather than help function and help-echo string.
594 Don't put multiple help-function args in a list to pass them to
595 help-xref-button, just pass them as multiple arguments.
596 Use `help-insert-xref-button' to make [back]-button, rather than
597 `help-xref-button'.
598 (help-xref-button): Take a button-type TYPE as a parameter rather
599 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
600 and add a &rest parameter ARGS to serve the same purpose.
601 Use `make-text-button' to add the button.
602 (help-insert-xref-button): Use `insert-text-button' to add the button.
603 (help-follow-mouse, help-next-ref, help-previous-ref):
604 Functions removed.
605 (help-do-xref): New function.
606 (help-follow): Use `push-button' and `help-do-xref' to do most of
607 the work.
608
609 * apropos.el (apropos-symbol, apropos-label): New button types.
610 (apropos-symbol-button-display-help)
611 (apropos-label-button-display-help, apropos-next-label-button):
612 New functions.
613 (apropos-mode-map): Make button-buffer-map our parent.
614 Don't bind mouse events.
615 (apropos-print, apropos-print-doc): Create buttons instead of text
616 properties.
617 (apropos-mouse-follow): Function removed.
618 (apropos-follow): Use buttons.
619
620 * button.el: New file.
621
622 2001-10-07 Gerd Moellmann <gerd@gnu.org>
623
624 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
625 Remove.
626
627 2001-10-05 Richard M. Stallman <rms@gnu.org>
628
629 * add-log.el (add-change-log-entry): Skip copyright notice
630 and copying permission notice at start of file, if any.
631 Make use of terms "entry" and "item" accord with Emacs manual.
632 Simplify the logic for moving point while entering or creating
633 an entry and then an item.
634 (add-change-log-entry-other-window): Doc fix.
635
636 2001-10-06 Miles Bader <miles@gnu.org>
637
638 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
639 removed; they apparently don't work with faces.
640
641 2001-10-05 Sam Steingold <sds@gnu.org>
642
643 * textmodes/sgml-mode.el (html-xhtml): New user option.
644 (html-tag-alist, html-horizontal-rule, html-image, html-line)
645 (html-ordered-list, html-unordered-list, html-list-item)
646 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
647 (sgml-skip-close-p): New function.
648 (sgml-value): Use it.
649
650 2001-10-05 Sam Steingold <sds@gnu.org>
651
652 * calendar/diary-lib.el (diary-entry-compare): When times are
653 identical, compare the entries lexicographically.
654
655 2001-10-06 Miles Bader <miles@gnu.org>
656
657 * rfn-eshadow.el (rfn-eshadow-update-overlay):
658 Use `minibuffer-prompt-end'.
659
660 * simple.el (previous-matching-history-element): Fix misplaced
661 parentheses.
662
663 2001-10-05 Miles Bader <miles@gnu.org>
664
665 * rfn-eshadow.el: New file.
666
667 2001-10-05 Miles Bader <miles@gnu.org>
668
669 * cus-face.el (custom-face-attributes): Make sure each attribute
670 has a valid default value. Remove hacks that mapped `nil' to
671 `off' and used nil to mean `unspecified'. Remove `unspecified'
672 choices from all attributes (unspecified is handled by the parent
673 checklist).
674 * cus-edit.el (custom-face-edit-convert-widget)
675 (custom-face-edit-deactivate, custom-face-edit-activate)
676 (custom-face-edit-delete, custom-face-edit-attribute-tag):
677 New functions.
678 (custom-face-edit): Specify a custom :convert-widget.
679 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
680 Don't pass in default filters that map between `nil' and `off' and
681 `unspecified' and `nil'.
682
683 2001-10-05 Gerd Moellmann <gerd@gnu.org>
684
685 * progmodes/compile.el (compilation-buffer-name): New function.
686 (compile-internal): Use it to determine the name of the
687 compilation buffer.
688
689 2001-10-05 Miles Bader <miles@gnu.org>
690
691 * progmodes/compile.el (grep-use-null-device): New variable.
692 (grep-command): Mention `grep-use-null-device'.
693 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
694 Make computation of `grep-command' respect `grep-use-null-device'.
695 (grep): Respect `grep-use-null-device'.
696 Call `grep-compute-defaults' even if grep-command is set, if
697 grep-use-null-device is still tentative.
698
699 * subr.el (call-process-shell-command): New function.
700
701 2001-10-05 Miles Bader <miles@gnu.org>
702
703 * simple.el (previous-matching-history-element)
704 (next-history-element, next-complete-history-element): Use
705 `minibuffer-' functions instead of calling `field-' functions directly.
706 (minibuffer-prompt-end, minibuffer-contents):
707 (minibuffer-contents-no-properties, delete-minibuffer-contents):
708 Functions removed (now subrs).
709 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
710
711 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
712 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
713 instead of calling `field-' functions directly.
714 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
715
716 2001-10-05 Gerd Moellmann <gerd@gnu.org>
717
718 * files.el (find-file-noselect): If file's read-only status has
719 changed on disk, ask if buffer's read-only status should be
720 changed, unless NOWARN is set.
721
722 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
723 alias for define-setf-method.
724
725 * bindings.el: Remove no-byte-compile from file local variables
726 to enable bootstrapping.
727
728 2001-10-04 Andrew Innes <andrewi@gnu.org>
729
730 * faces.el (face-font-registry-alternatives) [windows-nt]:
731 Make gb2312 an alias for gb2312.1980.
732
733 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
734
735 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
736 (uniquify-reverse-components): Remove.
737
738 * emacs-lisp/bytecomp.el (byte-recompile-directory):
739 Make sure the file is readable.
740 (byte-compile-file): Don't compile if `no-byte-compile' is set.
741 (byte-compile-defvar): Update to reflect the change in Fdefvar.
742 (batch-byte-recompile-directory): Pass arg=0.
743
744 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
745 (perl-calculate-indent): Use it.
746 (perl-backward-to-noncomment): Use forward-comment.
747
748 * derived.el (define-derived-mode, derived-mode-make-docstring):
749 Allow `parent' to be nil.
750
751 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
752 Use define-derived-mode.
753 (nroff-mode-map, nroff-mode-syntax-table): Massage.
754
755 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
756
757 * emacs-lisp/lselect.el: Use facep iso find-face.
758
759 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
760 Use regexp-opt.
761 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
762 (lisp-font-lock-syntactic-face-function): New function.
763 (lisp-mode-variables): Use it. Make arg optional.
764 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
765 (lisp-mode): Don't pass an arg to lisp-mode-variables.
766 Set comment-start-skip.
767
768 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
769
770 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
771 (ignore-errors): Don't bother using a `err' symbol.
772
773 * emacs-lisp/autoload.el (autoload-ensure-default-file)
774 (autoload-insert-section-header, autoload-before-p)
775 (autoload-remove-section): New functions.
776 (generate-file-autoloads): Use them.
777 (update-file-autoloads): Use them. Return FILE if there's no cookie.
778 Make sure the autoload file is properly formatted when creating it.
779 (update-autoloads-from-directories): Use them as well.
780 Only update autoloads for files whose timestamp has changed.
781 Add a dummy entry to remember the files which had no autoload cookies.
782
783 * timer.el (timer-relative-time): Fix computation for negative `micro'.
784
785 * subr.el (define-key-after): Allow `key' to be longer than 1.
786 (make-local-hook): Make obsolete.
787 (add-hook, remove-hook): Don't use make-local-hook any more.
788 (make-syntax-table): Inherit all chars from s-s-t.
789
790 2001-10-04 Gerd Moellmann <gerd@gnu.org>
791
792 This is a fix for a report saying that resuming a search with C-s
793 C-s doesn't use the case-fold-search setting of the previous
794 search (C-s ... M-c ... then C-s C-s).
795
796 * isearch.el (isearch-last-case-fold-search): New variable.
797 (isearch-mode): Remember value of isearch-case-fold-search
798 in isearch-last-case-fold-search.
799 (isearch-done): Quote value of isearch-case-fold-search.
800 (isearch-repeat): When resuming a search, restore
801 isearch-case-fold-search from isearch-last-case-fold-search.
802
803 Added to NEWS.
804
805 * startup.el (inhibit-startup-buffer-menu): New user-option.
806 (command-line-1): If inhibit-startup-buffer-menu is set, don't
807 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
808
809 This allows upto 99999 messages in the summary without screwing up
810 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
811
812 * mail/rmailsum.el (rmail-make-summary-line)
813 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
814 (rmail-summary-goto-msg, rmail-summary-goto-msg):
815 Allow 5-digit message ids instead of 4.
816
817 This adds expansion of environment variables in the value
818 specified with M-x setenv. Added to NEWS.
819
820 * env.el (substitute-env-vars): New function.
821 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
822 environment variables in VALUE. Return VALUE.
823
824 2001-10-04 Gerd Moellmann <gerd@gnu.org>
825
826 * Branch for 21.1.
827
828 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
829
830 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
831
832 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
833
834 * emulation/tpu-edt.el: Make messages match original TPU/edt
835 editor. From riepel@Stanford.EDU (Rob Riepel).
836
837 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
838
839 * rect.el: Update maintainer's email address.
840
841 2001-10-02 Andreas Schwab <schwab@suse.de>
842
843 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
844 and Extended Passive Mode, resp.
845
846 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
847
848 These changes add support for Calendar-related items in the
849 menu bar on tty's as well:
850
851 * calendar/calendar.el (calendar-mode-map): Require cal-menu
852 unconditionally.
853 (calendar-mode): Set up activate-menubar-hook unconditionally.
854
855 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
856 calls x-popup-menu only if popup menus are supported.
857 (calendar-mouse-insert-hebrew-diary-entry)
858 (calendar-mouse-insert-islamic-diary-entry)
859 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
860 (calendar-mouse-view-other-diary-entries)
861 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
862 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
863 Call cal-menu-x-popup-menu instead of x-popup-menu.
864
865 2001-10-01 Gerd Moellmann <gerd@gnu.org>
866
867 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
868
869 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
870
871 * emacs-lisp/rx.el: New file.
872
873 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
874
875 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
876
877 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
878
879 * frame.el (select-frame-by-name, other-frame): Doc fix.
880
881 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
882
883 * play/snake.el (snake-score-file): Use temporary-file-directory
884 instead of a literal "/tmp". Suggested by Robert
885 <robert@chezmarshall.freeserve.co.uk>.
886
887 * play/tetris.el (tetris-score-file): Ditto.
888
889 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
890
891 * apropos.el (apropos-print): Make the directions inserted at the
892 beginning of the *Apropos* buffer more clear.
893
894 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
895
896 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
897 Added comments.
898
899 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
900
901 * newcomment.el (comment-normalize-vars): Use " \t" rather than
902 "\\s-" when defining comment-end-skip.
903
904 2001-09-27 Gerd Moellmann <gerd@gnu.org>
905
906 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
907 Call get-buffer-window first second arg `visible'.
908
909 * international/mule-diag.el (list-input-methods-1):
910 Output something that's independent of Emacs' version.
911
912 * tar-mode.el (tar-mode-write-file): Don't signal an error by
913 calling byte-to-position with a nil tar-header-offset.
914
915 2001-09-27 Simon Josefsson <jas@extundo.com>
916
917 * mail/sendmail.el (send-mail-function): Doc fix.
918 (mail-do-fcc): Error if header-end is not a marker.
919 (mail-do-fcc): Add a comment.
920 (mail-reply-to): Doc fix.
921 (mail-signature): Make ATPOINT optional.
922 (mail-yank-original): Use cond instead of nestled if.
923
924 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
925
926 * info.el (Info-on-current-buffer): Default arg to "Top".
927
928 2001-09-25 Eli Barzilay <eli@barzilay.org>
929
930 * calculator.el (calculator-copy-displayer): New user-option.
931 (calculator-displayer-prev, calculator-displayer-next):
932 Renamed from calculator-displayed-{left,right}.
933 (calculator, calculator-standard-displayer)
934 (calculator-num-to-string, calculator-update-display)
935 (calculator-copy, calculator-put-value): Bug and display fixes.
936
937 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
938
939 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
940 (ebnf-version): New version (3.6.1).
941
942 * ebnf-bnf.el: Fix character range regexp. Doc fix.
943 (ebnf-bnf-non-terminal-chars): New internal const.
944 (ebnf-bnf-lex): Fix code.
945
946 * ebnf-iso.el: Fix character range regexp. Doc fix.
947 (ebnf-iso-non-terminal-chars): New internal const.
948 (ebnf-iso-lex): Fix code.
949
950 * ebnf-yac.el: Fix character range regexp. Doc fix.
951 (ebnf-yac-skip-chars): New internal const.
952 (ebnf-yac-skip-code): Fix code.
953
954 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
955
956 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
957
958 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
959 passing it to VC.
960
961 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
962 case where the file is relative.
963
964 2001-09-24 Gerd Moellmann <gerd@gnu.org>
965
966 * xml.el (xml-parse-attlist): Quotes around attributes must be the
967 same on each side. Make sure we properly handle simple quotes.
968 From Daiki Ueno <ueno@unixuser.org>.
969
970 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
971
972 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
973 <jas@extundo.com>.
974
975 * menu-bar.el (top-level): Minor fixes for text of help-echo in
976 some items of the Options menu.
977
978 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
979
980 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
981
982 * vc-hooks.el (vc-delete-automatic-version-backups):
983 Don't fail if the directory doesn't exist.
984
985 * diff-mode.el (diff-default-read-only): New var.
986 (diff-mode): Use it.
987
988 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
989
990 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
991 Use make-keymap instead of copy-keymap, since copying the global
992 keymap messes up the menu bar.
993
994 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
995 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
996
997 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
998
999 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
1000
1001 * dired-aux.el (dired-insert-subdir): Pass switches to
1002 dired-build-subdir-alist.
1003
1004 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
1005
1006 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
1007 caused %#a and %#b to be mis-formatted.
1008
1009 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
1010
1011 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
1012 ccmode, emacs-mime, and eudc manuals.
1013
1014 2001-09-19 Sam Steingold <sds@gnu.org>
1015
1016 w32 find cannot be used with `grep-find'.
1017 * progmodes/compile.el (find-program): New variable.
1018 (grep-compute-defaults): Use it to set `grep-find-command'.
1019
1020 2001-09-19 Gerd Moellmann <gerd@gnu.org>
1021
1022 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
1023
1024 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1025
1026 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1027 programming. Doc fix.
1028 (ebnf-version): New version (3.6).
1029 (ebnf-eps-begin): Data fix.
1030 (ebnf-begin-file): Code fix.
1031
1032 * ebnf-bnf.el: Doc fix.
1033 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1034
1035 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1036
1037 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1038
1039 * ps-print.el: Better face mapping for black/white PostScript printers.
1040 Check if mark is active when printing a region. Doc fix.
1041 (ps-print-version): New version number (6.5.5).
1042 (ps-print-color-p): Customization fix.
1043 (ps-black-white-faces): New option.
1044 (ps-black-white-faces-alist): New internal var.
1045 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1046 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1047 (ps-nb-pages-region): Interactive fix.
1048 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1049 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1050
1051 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1052
1053 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1054 numeric month value, and allow the Kanji character after the it to
1055 be missing (happens with ls-lisp's output on Japanese versions of
1056 MS-Windows).
1057
1058 2001-09-18 Miles Bader <miles@gnu.org>
1059
1060 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1061 it's empty (and thus probably a new patch file about to be edited).
1062
1063 2001-09-17 Gerd Moellmann <gerd@gnu.org>
1064
1065 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1066 Check for '(' in column 0 of doc string.
1067
1068 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1069 of `nth' so that using a vector as bounding-box works.
1070 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1071
1072 2001-09-17 Andre Spiegel <spiegel@gnu.org>
1073
1074 * vc.el (vc-annotate): Use current workfile version explicitly as
1075 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1076
1077 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1078
1079 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1080 convert-standard-filename doesn't guarantee that the .el extension
1081 is preserved.
1082
1083 * dos-fns.el (convert-standard-filename): Replace invalid
1084 characters only after converting dash/underscore to a period.
1085 (original-make-auto-save-file-name): New.
1086 (make-auto-save-file-name): New function, overrides the definition
1087 on files.el and calls the original function via
1088 original-make-auto-save-file-name.
1089
1090 * mail/rmail.el (top-level): Require mule-utils when compiling.
1091 (rmail-decode-babyl-format): Use detect-coding-with-priority
1092 instead of detect-coding-region, to favor detection of emacs-mule
1093 encoded Babyl files written by rmailout.el etc. Suggested by
1094 Kenichi Handa <handa@etl.go.jp>.
1095
1096 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1097
1098 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1099 Use `equal', not `=', since the device number can be a cons cell.
1100
1101 2001-09-14 Gerd Moellmann <gerd@gnu.org>
1102
1103 * simple.el: Comment out change of 2001-09-13.
1104
1105 2001-09-13 Milan Zamazal <pdm@zamazal.org>
1106
1107 * progmodes/compile.el (grep-compute-defaults): Don't set
1108 grep-command/grep-find-command when it is already non-nil.
1109 (grep-command): Make it a user option.
1110 (grep-find-command): Likewise.
1111
1112 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
1113
1114 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1115 inhibit quit.
1116
1117 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1118
1119 * files.el (make-auto-save-file-name): If long file names are not
1120 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1121 generating an auto-save file name from it.
1122
1123 2001-09-13 Gerd Moellmann <gerd@gnu.org>
1124
1125 * ps-print.el (ps-print-region, ps-print-region-with-faces)
1126 (ps-nb-pages-region): Signal an error if called interactively
1127 and the mark is not active.
1128
1129 * simple.el (minibuffer-prompt-modification)
1130 (minibuffer-prompt-insertion): New functions.
1131 (minibuffer-prompt-properties): Use `modification-hooks' and
1132 `insert-in-front-hooks'.
1133
1134 2001-09-12 Richard M. Stallman <rms@gnu.org>
1135
1136 * textmodes/outline.el (outline-regexp): Doc fix.
1137 Initialize it in the defcustom, the usual way.
1138
1139 2001-09-12 Gerd Moellmann <gerd@gnu.org>
1140
1141 * ediff-mult.el (ediff-get-meta-info): Take into account that data
1142 from `ediff-meta-info' properties need not be an overlay.
1143 From David Ponce <dponce@voila.fr>.
1144
1145 * isearch.el (isearch-intersects-p): Fix end checks.
1146
1147 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
1148
1149 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1150 `t' branch of `cond', since Irix 6.1 and up is a special case of
1151 the standard dbx interface.
1152
1153 2001-09-11 Miles Bader <miles@gnu.org>
1154
1155 * comint.el (comint-send-input): When waiting for echoed input,
1156 don't save the expected end position in `echo-end', so that things
1157 work properly even if the buffer is modified elsewhere at the same
1158 time [this happens if `comint-truncate-buffer' is used].
1159
1160 2001-09-11 Gerd Moellmann <gerd@gnu.org>
1161
1162 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1163 when constructing imenu-generic-expression from outline-regexp.
1164
1165 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1166
1167 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1168 `equal' instead of `=', since they can be cons cells. From Nils
1169 Goesche <cartan@cartan.de>.
1170
1171 2001-09-10 Andre Spiegel <spiegel@gnu.org>
1172
1173 * vc.el (vc-annotate): Rewrote doc string.
1174
1175 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1176
1177 * time-stamp.el: Update Stephen Gildea's email address.
1178
1179 2001-09-10 Gerd Moellmann <gerd@gnu.org>
1180
1181 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1182 enable-multibyte-characters = nil. From Hallvard B Furuseth
1183 <h.b.furuseth@usit.uio.no>.
1184
1185 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
1186
1187 * ediff-init.el (ediff-highest-priority): Bug fix.
1188
1189 * viper-cmd.el (viper-special-read-and-insert-char): New function
1190 that reads a character and uses the current input method or
1191 iso-accents when appropriate.
1192
1193 * viper.el and all others: Corrections to the comment blocks at
1194 the top.
1195
1196 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1197
1198 * info.el (Info-goto-node): Doc fix.
1199
1200 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1201
1202 * isearch.el (isearch-intersects-p): New function.
1203 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1204 use isearch-intersects-p, and clean up.
1205
1206 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1207
1208 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1209 and "german8", for the new German orthography dictionaries,
1210 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1211 the entries, to keep the line length balanced for loaddefs.el.
1212
1213 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
1214
1215 * comint.el (comint-send-input): Handle comint-process-echoes
1216 differently.
1217
1218 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1219
1220 * locate.el (locate-insert-header): Remove unnecessary whitespace.
1221
1222 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1223
1224 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
1225
1226 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1227
1228 * server.el (server-switch-buffer):
1229 * textmodes/refer.el (refer-find-entry-internal):
1230 * term/sup-mouse.el (sup-pos-to-window):
1231 * term/bg-mouse.el (bg-window-from-x-y):
1232 * emacs-lisp/edebug.el (edebug-window-live-p):
1233 Use get-window-with-predicate.
1234
1235 * window.el (get-window-with-predicate): Renamed from some-window.
1236 (some-window): Make it an alias.
1237
1238 2001-09-06 Gerd Moellmann <gerd@gnu.org>
1239
1240 * simple.el (undo): Remove positions from buffer-undo-list up to
1241 the next undo boundary only.
1242
1243 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1244
1245 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1246 Kim <ryk@dspwiz.com>
1247
1248 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1249 the message "Creating customization items...done".
1250
1251 2001-09-05 Gerd Moellmann <gerd@gnu.org>
1252
1253 * font-lock.el (toplevel): Require `jit-lock' only if
1254 font-lock-support-mode is set to jit-lock-mode.
1255
1256 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1257
1258 * international/quail.el (quail-use-package, quail-inactivate)
1259 (quail-activate): Mention the hooks these functions run in their
1260 doc strings.
1261
1262 2001-09-05 Edward M. Reingold <reingold@iit.edu>
1263
1264 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1265 of file in header of menu.
1266
1267 2001-09-04 Gerd Moellmann <gerd@gnu.org>
1268
1269 * env.el (setenv): Interactively, if VARIABLE has a current value,
1270 add that to the front of the history, as the doc string says.
1271
1272 * comint.el (comint-send-input): Change help-echo.
1273 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
1274
1275 * bookmark.el (bookmark-write-file): Bind print-length and
1276 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1277
1278 * obsolete/uncompress.el: Moved there from lisp/.
1279
1280 * comint.el (comint-insert-clicked-input): Goto point-max before
1281 deleting previous input. From "Dr Francis J. Wright"
1282 <F.J.Wright@qmw.ac.uk>.
1283
1284 * simple.el (backward-word): Doc fix.
1285
1286 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1287
1288 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1289 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1290 * w32-fns.el: Add Keywords header.
1291
1292 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1293
1294 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1295 "Text Properties". Suggested by Simon Marshall
1296 <Simon.Marshall@midas-kapiti.com>.
1297
1298 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1299
1300 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1301 consulting the value of file-name-coding-system.
1302
1303 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1304
1305 * help.el (describe-function-1): Save precomputed `file-name' rather
1306 than recomputing it (incorrectly) with `symbol-file'.
1307
1308 2001-09-03 Gerd Moellmann <gerd@gnu.org>
1309
1310 * international/isearch-x.el (isearch-exit-recursive-edit):
1311 Take three parameters, since it's used as an after-change-function.
1312
1313 * emacs-lisp/backquote.el (backquote-backquote-symbol)
1314 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1315 from doc strings.
1316
1317 2001-09-02 Milan Zamazal <pdm@zamazal.org>
1318
1319 * progmodes/glasses.el (glasses-convert-to-unreadable):
1320 Consider underscores as in `glasses-make-readable'.
1321
1322 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1323
1324 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1325 MS-DOS, since cpp might not be available.
1326
1327 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1328 Mention "yank" in the help-echo text.
1329 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1330
1331 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1332
1333 * newcomment.el (comment-indent): Insert spaces more carefully.
1334
1335 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1336
1337 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1338 exists. From Andy Petrusenco <andy@int.spb.ru>.
1339
1340 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
1341 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1342 <andy@int.spb.ru>.
1343
1344 2001-08-31 Gerd Moellmann <gerd@gnu.org>
1345
1346 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1347 Instead of running mouse-yank-at-click, see what the event is
1348 bound to outside Isearch and run that.
1349
1350 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1351
1352 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1353 Fix the menu entry to mention transient-mark-mode.
1354
1355 2001-08-30 Gerd Moellmann <gerd@gnu.org>
1356
1357 * simple.el (eval-expression-print-level): Fix last change.
1358
1359 * bindings.el (mode-line-coding-system-map): New variable.
1360 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1361
1362 * simple.el (eval-expression-print-level): Change the type
1363 of the defcustom to allow nil.
1364
1365 * emacs-lisp/find-gc.el: Moved here from lisp/.
1366
1367 * international/quail.el (quail-completion-1):
1368 Reverse the ((CHAR . DEFN) ...) list before processing it.
1369 From Kenichi Handa <handa@etl.go.jp>.
1370
1371 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1372 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1373
1374 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1375
1376 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1377 aren't supported. This avoids the annoying gray strip drawn by
1378 the Windows version instead of the missing tool bar.
1379
1380 2001-08-29 Gerd Moellmann <gerd@gnu.org>
1381
1382 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1383 and tooltips more consistent. From "Marshall, Simon"
1384 <Simon.Marshall@midas-kapiti.com>.
1385
1386 * startup.el (fancy-splash-screens): Temporarily set
1387 minor-mode-map-alist to nil while displaying splash screens.
1388
1389 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1390
1391 * buff-menu.el: Add Keywords header.
1392 Doc fix (C-x C-b is bound to list-buffers).
1393
1394 * dired-x.el: Add keyword files to get listed in finder.
1395 Remove confusing notes about GNU Emacs 19.
1396
1397 * dired.el, dired-aux.el: Add Keywords header.
1398
1399 2001-08-28 Andre Spiegel <spiegel@gnu.org>
1400
1401 * vc.el (vc-revert-file): Call the backend even if the FILE's
1402 contents can be reverted locally; pass new arg CONTENTS-DONE
1403 down to the backend.
1404
1405 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
1406 optional arg CONTENTS-DONE.
1407
1408 2001-08-28 Andrew Innes <andrewi@gnu.org>
1409
1410 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1411
1412 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1413
1414 * makefile.nt (install): Copy more *.el files.
1415
1416 2001-08-28 Gerd Moellmann <gerd@gnu.org>
1417
1418 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1419 instead of `w' which is already in use.
1420
1421 * gs.el (gs-load-image): Use sleep-for.
1422 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1423
1424 2001-08-28 Miles Bader <miles@gnu.org>
1425
1426 * replace.el (query-replace-regexp-eval): Return args from
1427 `interactive' form in correct order.
1428
1429 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1430
1431 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1432 major modes, don't create panes for modes for which
1433 mouse-buffer-menu-alist returns an empty alist.
1434
1435 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
1436
1437 * progmodes/hideshow.el: Update first-line description.
1438 Sync comments w/ maintainer version 5.31.
1439
1440 (hs-isearch-open): Default value now `code'.
1441 Fix docstring to use "code blocks" vs "comment blocks",
1442 as opposed to "block" vs "comment".
1443 (hs-flag-region): Accept `hs-isearch-open' value
1444 of `block' as synonymous w/ `code'.
1445 (hs-hide-block-at-point): For code blocks, pass `code'
1446 to `hs-flag-region' instead of `block'.
1447
1448 2001-08-28 Miles Bader <miles@gnu.org>
1449
1450 * comint.el (comint-next-prompt): Don't loop infinitely if
1451 {next,previous}-single-char-property-change returns its input
1452 position when the search fails.
1453
1454 2001-08-27 Miles Bader <miles@gnu.org>
1455
1456 * comint.el (comint-get-old-input-default): Don't signal an error
1457 if point is not on an input field; instead, return the current
1458 line (using `comint-bol' to skip any prompt, in case we're not
1459 using fields at all).
1460
1461 * man.el (Man-mode-line-format): Variable removed.
1462 (Man-mode): Change `mode-line-buffer-identification' instead of
1463 `mode-line-format'.
1464
1465 2001-08-27 Gerd Moellmann <gerd@gnu.org>
1466
1467 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1468 From Simon Josefsson <jas@extundo.com>.
1469
1470 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1471
1472 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1473 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1474
1475 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1476 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1477
1478 * emacs-lisp/lselect.el: Ditto.
1479
1480 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1481 Remove periods from the end of error message strings.
1482 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1483
1484 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1485 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1486
1487 * net/telnet.el: Ditto.
1488
1489 2001-08-26 Gerd Moellmann <gerd@gnu.org>
1490
1491 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1492 KEYMAP to the call to define-minor-mode.
1493
1494 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1495
1496 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1497 Replace some of the undefined characters with emulations of bidi
1498 formatting characters and Niqud as per SI 1311-1.
1499 (IT-unicode-translations): Ditto.
1500 (IT-display-table-setup, IT-setup-unicode-display):
1501 Fill characters without translations with dos-unsupported-char-glyph.
1502
1503 2001-08-24 Simon Josefsson <jas@extundo.com>
1504
1505 * hl-line.el (hl-line-mode): Don't be a global mode.
1506 (global-hl-line-mode): New function.
1507
1508 2001-08-24 Gerd Moellmann <gerd@gnu.org>
1509
1510 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1511 being reset by Ghostscript. Don't kill the gs process.
1512 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1513
1514 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1515
1516 * term/mac-win.el: Require scroll-bar.
1517
1518 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1519
1520 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1521
1522 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1523
1524 * hexl.el (hexl-insert-multibyte-char) New function.
1525 (hexl-quoted-insert, hexl-self-insert-command)
1526 (hexl-insert-hex-char, hexl-insert-decimal-char)
1527 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1528 Fix the doc strings accordingly.
1529 (hexl-insert-char): Reject characters whose code is above 255.
1530 Doc fix.
1531 (hexl-mode-map): Copy the global keymap instead of creating a
1532 sparse keymap, and bind all self-inserting characters to
1533 hexl-self-insert-command.
1534
1535 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1536
1537 * wid-edit.el (text): Re-order docstring correctly.
1538
1539 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1540
1541 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1542
1543 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1544
1545 * simple.el (line-number-mode): Mention the variable
1546 line-number-display-limit-width in the doc string.
1547
1548 2001-08-22 Gerd Moellmann <gerd@gnu.org>
1549
1550 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1551 Temporarily select EVENT's window for switching buffers.
1552 (mode-line-bury-buffer): New function.
1553 (mode-line-buffer-identification-keymap): Use it instead of
1554 bury-buffer. Bind down-mouse events to prevent global down-mouse
1555 events from shining through.
1556
1557 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1558
1559 * newcomment.el (comment-beginning): Make sure the comment-start
1560 we found isn't a comment-end (in cases where confusion is possible).
1561
1562 2001-08-22 Miles Bader <miles@gnu.org>
1563
1564 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1565 before writing it, so that hard-links don't see new version.
1566
1567 2001-08-21 Gerd Moellmann <gerd@gnu.org>
1568
1569 * gs.el (gs-set-ghostview-colors-window-prop):
1570 Call x-change-window-property with 3rd arg FRAME.
1571 (gs-load-image): Wait for a previous Ghostscript process
1572 to complete before starting a new one.
1573
1574 * image.el (image-type-regexps): Make sure that the TIFF
1575 pattern is only matched at the beginning of a string.
1576 From Markus Rost <rost@math.ohio-state.edu>.
1577
1578 * international/swedish.el: Pre-Mule file removed. From Jonas
1579 Oberg <jonas@gnu.org>.
1580
1581 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1582
1583 * whitespace.el (whitespace-abort-on-error): Add custom variable
1584 to whitespace to abort a write-file if whitespace is detected in file.
1585
1586 * whitespace.el (whitespace-write-file-hook): Hook to be called
1587 when writing a file. If `whitespace-abort-on-error' is set, the
1588 write will abort on detecting whitespaces.
1589 If `whitespace-auto-cleanup' is set, the file will be cleaned
1590 automatically prior to writing.
1591
1592 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1593 whitespaces in the error output!
1594
1595 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1596 `indent-tabs-mode', since the latter notes user preferences on
1597 TABs anyway.
1598
1599 * whitespace.el (whitespace-version): 3.1. All of the above issues
1600 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1601
1602 2001-08-20 Gerd Moellmann <gerd@gnu.org>
1603
1604 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1605 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1606
1607 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1608
1609 2001-08-20 Alex Schroeder <alex@gnu.org>
1610
1611 * sql.el (sql-db2): Doc change.
1612
1613 2001-08-20 Alex Schroeder <alex@gnu.org>
1614
1615 * sql.el (sql-postgres): Add the database at the end of the
1616 parameters instead of at the beginning.
1617 (sql-postgres-options): Doc change.
1618
1619 2001-08-17 Gerd Moellmann <gerd@gnu.org>
1620
1621 * custom.el (defcustom): Doc fix.
1622
1623 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1624
1625 * ps-mule.el (find-composition): Check if (char-after POS)
1626 returns a valid character.
1627
1628 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1629
1630 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1631 original-point for extra CR characters that are added/removed when
1632 the buffer is written/read whose EOL type is -dos.
1633
1634 2001-08-16 Miles Bader <miles@gnu.org>
1635
1636 * simple.el (line-move): Undo previous change.
1637
1638 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
1639 property to input-terminating `boundary' overlays to avoid
1640 line-move wierdness.
1641
1642 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1643
1644 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1645 buffer in a save-restriction. Under one test case with Ediff,
1646 window-scroll-functions are run with a window start that's
1647 temporarily outside of the restriction.
1648
1649 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1650
1651 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
1652 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1653 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1654 (texinfo-update-menu-region-beginning)
1655 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1656 command, @ifnottex, to regexps, so it is found.
1657
1658 2001-08-16 Andrew Innes <andrewi@gnu.org>
1659
1660 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1661 (DONTCOMPILE): Omit sc.el.
1662
1663 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1664 (DONTCOMPILE): Omit sc.el.
1665
1666 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1667
1668 * replace.el (occur): Bind inhibit-read-only to t.
1669
1670 2001-08-16 Miles Bader <miles@gnu.org>
1671
1672 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1673 calling `constrain-to-field', to avoid problems with comint prompts.
1674
1675 2001-08-15 Gerd Moellmann <gerd@gnu.org>
1676
1677 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
1678 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
1679
1680 * ediff-mult.el (ediff-get-meta-info): Fix the condition
1681 of a while-loop.
1682
1683 * Makefile.in (DONTCOMPILE): Remove sc.el.
1684
1685 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1686 Don't include term/.
1687
1688 * mail/sc.el: Moved to obsolete/.
1689
1690 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1691
1692 * ps-print.el: Change error function arguments to follow Emacs
1693 message convention. Doc fix.
1694 (ps-print-version): New version number (6.5.4).
1695 (coding-system-for-write): Change declaration position to avoid
1696 XEmacs compilation gripes.
1697 (coding-system-for-read, buffer-file-coding-system):
1698 Declarations to avoid XEmacs compilation gripes.
1699
1700 * ps-mule.el: Doc fix.
1701 (ps-mule-encode-header-string): If STRING is not a string, replace
1702 STRING by empty string.
1703
1704 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1705
1706 * frame.el (show-trailing-whitespace): Doc fix.
1707
1708 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1709
1710 * desktop.el (desktop-save): Insert the coding: tag before
1711 desktop-header.
1712
1713 2001-08-13 Gerd Moellmann <gerd@gnu.org>
1714
1715 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1716 its path from $els.
1717
1718 * image.el (image-jpeg-p): Fix call of substring.
1719
1720 2001-08-10 Gerd Moellmann <gerd@gnu.org>
1721
1722 * play/animate.el (animate-string): Doc fix. Use a buffer
1723 name with stars in it.
1724 (animate-sequence): New function.
1725 From Richard Stallman <rms@gnu.org>.
1726
1727 * frame.el (select-frame-set-input-focus): New function
1728 extracted from other-frame.
1729 (other-frame): Use it.
1730 (next-multiframe-window, previous-multiframe-window): Use it.
1731
1732 * isearch.el (isearch-other-meta-char): Don't switch to the
1733 buffer of a window clicked on, when the current buffer is
1734 in Isearch mode.
1735
1736 * image.el (image-jpeg-p): Test for APPn markers in the range
1737 #xe0..#xef.
1738
1739 2001-08-09 Gerd Moellmann <gerd@gnu.org>
1740
1741 * desktop.el (desktop-save): Don't use concat to form a file
1742 name, use expand-file-name.
1743
1744 * mouse.el (mouse-delete-window): Do nothing if frame has just
1745 one window.
1746
1747 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1748 for the minor mode name.
1749
1750 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1751 minor mode name.
1752
1753 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1754 instead of make-mode-line-mouse2-map.
1755
1756 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1757 the minor mode name.
1758
1759 * emacs-lisp/easy-mmode.el (define-minor-mode):
1760 Use mode-line-minor-mode-keymap for the minor mode name.
1761
1762 * calendar/calendar.el (calendar-mode-line-format):
1763 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
1764
1765 * bindings.el (make-mode-line-mouse-map): Renamed from
1766 make-mode-line-mouse2-map. Take additional arg MOUSE.
1767 (mode-line-modified): Use mouse-3 instead of mouse-2.
1768 (mode-line-buffer-identification-keymap): Bind keys differently.
1769 (propertized-buffer-identification): Adapt help-echo to new bindings.
1770
1771 * bindings.el (mode-line-format): Specify help-echo for line
1772 number, column number and buffer-percent part of the mode-line.
1773
1774 * image.el (image-type-regexps): Allow whitespace at the start
1775 of the image data for XPM, XBM and Postscript, which are
1776 text files.
1777 (image-jpeg-p): Correct calculation of next field offset.
1778
1779 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1780
1781 * battery.el: Fix typo.
1782
1783 2001-08-08 Gerd Moellmann <gerd@gnu.org>
1784
1785 * image.el (image-type-regexps): Allow predicates. Change the way
1786 JPEG images are recognized.
1787 (image-jpeg-p): New function.
1788 (image-type-from-data): Handle predicates in image-type-regexps.
1789
1790 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1791 #:, #x, #o, and similar constructs.
1792
1793 2001-08-07 Gerd Moellmann <gerd@gnu.org>
1794
1795 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1796
1797 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1798 instead of `progn'.
1799
1800 * tar-mode.el (tar-extract): Avoid generating a new buffer
1801 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1802
1803 * textmodes/paragraphs.el (forward-sentence): Avoid building
1804 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1805
1806 * progmodes/executable.el (executable-set-magic):
1807 If executable-find returns a quoted file name, unquote it before
1808 inserting it.
1809
1810 * image.el (image-type-regexps): For JPEG files, use a regexp
1811 derived from the JFIF spec.
1812
1813 * image.el (image-type-regexps): Use `\`' instead of `^' in
1814 most regular expressions.
1815
1816 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1817
1818 * play/animate.el: Re-insert a reference to re-inserted function.
1819
1820 2001-08-06 Gerd Moellmann <gerd@gnu.org>
1821
1822 * help.el (describe-function-1): Use find-function-search-for-symbol
1823 instead of find-function-noselect because the latter follows aliases.
1824
1825 * play/animate.el (animate-birthday-present): Re-insert.
1826
1827 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1828 Handle old-style menu definitions.
1829
1830 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1831
1832 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
1833 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
1834
1835 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
1836 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1837 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
1838
1839 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1840
1841 * textmodes/tildify.el: Milan Zamazal has new address.
1842
1843 2001-08-03 Gerd Moellmann <gerd@gnu.org>
1844
1845 * custom.el (custom-set-variables): Don't test `custom-requests'
1846 properties, check the third element of the options passed to
1847 custom-set-variables instead.
1848
1849 * info.el (info-insert-file-contents): Use info-file-exists-p
1850 instead of file-exists-p.
1851
1852 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1853 the mode-line face is restored. Fix several bugs.
1854
1855 * replace.el (perform-replace): Doc fix.
1856
1857 2001-08-02 Francesco Potorti` <pot@gnu.org>
1858
1859 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1860 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1861 (uniquify-fix-item-base, uniquify-fix-item-filename)
1862 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1863 Callers changed.
1864 (uniquify-set-proposed): Changed to work with a vector item.
1865 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1866 the fix list, and a list of strings for the non-file buffer
1867 names. Both changes reduce consing.
1868 (uniquify-rationalize-a-list): Local variable renaming.
1869 (uniquify-rationalize-conflicting-sublist): Use member instead of
1870 assoc.
1871 (uniquify-rename-buffer): Use unless instead of if not.
1872
1873 2001-08-02 Gerd Moellmann <gerd@gnu.org>
1874
1875 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
1876
1877 * custom.el (custom-set-variables): Set options with :require
1878 clauses last.
1879
1880 * custom.el (defcustom): Doc fix.
1881
1882 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1883
1884 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1885
1886 * man.el (man): Mention Man-switches in the doc string.
1887 (Man-switches): Mention -a in the doc string.
1888
1889 * textmodes/ispell.el (ispell-alternate-dictionary):
1890 Add /usr/share/lib/dict/words, for Irix.
1891
1892 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1893 corresponding non-kp keys. Suggested by Stephen Gildea
1894 <gildea@stop.mail-abuse.org>.
1895
1896 2001-08-01 Francesco Potorti` <pot@gnu.org>
1897
1898 * uniquify.el: These changes correct a corner case that the old
1899 code managed correctly.
1900 (uniquify-fix-item-proposed): Renamed from
1901 uniquify-fix-item-min-proposed.
1902 (uniquify-set-proposed): New function.
1903 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1904 clarity and speed.
1905 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1906 This is equivalent to what the old code did.
1907 (uniquify-rationalize-a-list): Never recompute the proposed
1908 name. Sort the conflicting sublist before rationalising it: this
1909 is equivalent to what the old code did, but one directory element
1910 at a time, and only when necessary.
1911 (uniquify-rationalize-conflicting-sublist): Recompute here the
1912 proposed name.
1913
1914 2001-08-01 Gerd Moellmann <gerd@gnu.org>
1915
1916 * play/animate.el: Add Keywords and Maintainer. Remove a
1917 reference to a removed function.
1918
1919 * play/animate.el (animate-string): Handle case that the string is
1920 longer than the window is wide.
1921
1922 2001-07-31 Gerd Moellmann <gerd@gnu.org>
1923
1924 * desktop.el (desktop-save): Bind coding-system-for-write to
1925 `emacs-mule' for write-region.
1926
1927 * delsel.el (delete-selection-pre-hook): Don't set this-command
1928 to `ignore' if the region is empty.
1929
1930 * international/mule.el (set-keyboard-coding-system):
1931 Set keyboard-coding-system.
1932
1933 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1934 before accessing it.
1935
1936 2001-07-30 Andreas Schwab <schwab@suse.de>
1937
1938 * menu-bar.el (toggle-highlight-paren-mode):
1939 Use `(show-paren-mode)' as body.
1940
1941 2001-07-30 Andre Spiegel <spiegel@gnu.org>
1942
1943 * vc.el (vc-checkout-hook): New hook.
1944 (vc-checkout): Run it.
1945
1946 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1947
1948 * progmodes/make-mode.el (makefile-macroassign-regex):
1949 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
1950
1951 2001-07-30 Gerd Moellmann <gerd@gnu.org>
1952
1953 * vc.el (vc-switch-backend): Fix autoload cookie.
1954
1955 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1956 the desktop file.
1957
1958 2001-07-30 Simon Josefsson <jas@extundo.com>
1959
1960 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1961 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1962
1963 2001-07-27 Gerd Moellmann <gerd@gnu.org>
1964
1965 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1966 (last-sexp-toggle-display): Renamed from last-sexp-print.
1967 (last-sexp-toggle-display, eval-last-sexp-1):
1968 Use last-sexp-setup-props.
1969
1970 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
1971 New user-options.
1972 (mouse-wheel-change-button): New function.
1973 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1974 (mwheel-scroll): Ditto.
1975
1976 2001-07-26 Gerd Moellmann <gerd@gnu.org>
1977
1978 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1979 `...', compare with unabbreviated printed representation instead.
1980 (last-sexp-print): Bind print-length and print-level to nil.
1981
1982 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1983 before assigning text properties. Make properties rear-nonsticky.
1984
1985 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1986 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1987 <mouse-2> and <RET> in that map to a function printing the
1988 unabbreviated value.
1989
1990 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1991 is a buffer, put a text property `printed-value' on the printed
1992 representation, with the Lisp object printed as value.
1993
1994 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1995
1996 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1997 Mention the effect of eval-expression-print-length and
1998 eval-expression-print-level in the doc strings. Suggested by
1999 Kevin Gallagher <kevingal@onramp.net>.
2000
2001 2001-07-25 Gerd Moellmann <gerd@gnu.org>
2002
2003 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
2004 for buttons > 3.
2005 (xterm-mouse-translate): Handle the case that we don't get a
2006 down-event.
2007
2008 * emacs-lisp/find-func.el (find-function-regexp):
2009 Add easy-mmode-define-global-mode to the regexp. Allow newlines
2010 in front of the function name.
2011
2012 * isearch.el (isearch-other-meta-char): Fix last change.
2013
2014 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2015 similar events for which fake prefix keys are generated. It's no
2016 longer necessary since read_key_sequence doesn't modify these
2017 events for internal purposes anymore.
2018
2019 * files.el (auto-mode-alist): Use nroff-mode for files ending
2020 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2021
2022 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2023
2024 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2025 tool-bar-lines parameter, behave as if its value were zero.
2026 (mouse-avoidance-set-pointer-shape): Don't do anything if
2027 x-pointer-shape is not boundp.
2028
2029 2001-07-23 Francesco Potorti` <pot@gnu.org>
2030
2031 * uniquify.el: Overall speedup changes when using many buffers.
2032 (uniquify-fix-item-base, uniquify-fix-item-filename)
2033 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
2034 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
2035 place in the item, but was never used.
2036 (uniquify-fix-item-min-proposed): New defalias: the fourth place
2037 in the item is now used as cache for the proposed name.
2038 (uniquify-rationalize-file-buffer-names): Move computation made on
2039 newbuffile out of the loop, in the newbuffile-nd local var.
2040 Use dolist (cosmetic change). Compute the proposed name for the most
2041 common case and cache it in the fourth place in the item.
2042 (uniquify-rationalize-file-buffer-names): Used to return a a list
2043 of buffer whose name was changed, but that return value was never used.
2044 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2045 the cached proposed name, does much less consing and is quicker.
2046 (uniquify-filename-lessp): Deleted.
2047 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2048 Do not bind locally the uniquify-possibly-resolvable flag. Use the
2049 cached proposed name is possible.
2050 (uniquify-get-proposed-name): Arguments changed, callers changed.
2051 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2052 uniquify-possibly-resolvable flag, which is no more bound locally.
2053 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
2054 flag, which does not exist any more.
2055
2056 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2057
2058 * term/internal.el (IT-unicode-translations): Fix the appearance of
2059 "6`".
2060
2061 * progmodes/compile.el (compile-internal): If EMACS is already
2062 defined in the environment, don't override its value.
2063
2064 2001-07-23 Gerd Moellmann <gerd@gnu.org>
2065
2066 * play/fortune.el: Undo change of 2001-07-13.
2067 Fix autoload cookies. Add types to defcustoms.
2068 (fortune) <defgroup>: Add :link.
2069 (fortune-from-region): Use eq, not eql.
2070 From Dave Love <fx@gnu.org>.
2071
2072 * play/animate.el (animate-birthday-present): Function removed.
2073
2074 * play/animate.el: New file.
2075
2076 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2077
2078 * startup.el (normal-top-level-add-subdirs-to-load-path):
2079 On Windows, put into normal-top-level-add-subdirs-inode-list the
2080 canonicalized names of the directories instead of inode numbers.
2081
2082 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2083
2084 * ediff-util.el: Copyright years.
2085 (ediff-choose-syntax-table): New function.
2086 (ediff-setup): Use ediff-choose-syntax-table.
2087 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2088 vc-state is available.
2089 (ediff-make-temp-file): Use ediff-coding-system-for-write.
2090
2091 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2092 with-syntax-table.
2093 (ediff-coding-system-for-read): From ediff-diff.el
2094 (ediff-coding-system-for-write): New variable.
2095 (ediff-highest-priority): Fixed the bug having to do with disappearing
2096 overlays.
2097 (ediff-file-remote-p): Use file-remote-p, if available.
2098 (ediff-listable-file): New function.
2099 (ediff-file-attributes): Use ediff-listable-file.
2100
2101 * ediff-mult.el (ediff-meta-insert-file-info1):
2102 Use ediff-listable-file.
2103
2104 * ediff-ptch.el (ediff-prompt-for-patch-file):
2105 Use ediff-coding-system-for-read.
2106 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
2107
2108 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2109 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
2110
2111 * ediff.el: Date of last update, copyright years.
2112
2113 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2114
2115 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2116 of Scott Bronson.
2117 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2118 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2119 Deleted functions.
2120 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2121 ex-token-list.
2122 (viper-get-ex-address-subr): Convert registers to char data type.
2123
2124 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
2125 (viper-memq-char): Use viper-int-to-char.
2126 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
2127 vc-locking-state.
2128 (viper-read-key): Use viper-read-key-sequence.
2129
2130 * viper.el (viper-major-mode-modifier-list):
2131 Added inferior-emacs-lisp-mode.
2132 (this-major-mode-requires-vi-state): New function that uses simple
2133 heuristics to decide if vi state is appropriate.
2134 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2135 (viper-non-hook-settings): Don't advise read-key-sequence.
2136 (viper-read-key-sequence): New function that replaces the
2137 previously used advice to read-key-sequence.
2138
2139 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2140 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2141 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2142 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2143 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2144 Got rid of the negative character hack.
2145 (viper-escape-to-state,viper-replace-state-exit-cmd):
2146 Use viper-read-key-sequence.
2147 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
2148 (viper-minibuffer-standard-hook,viper-read-string-with-history):
2149 Don't override existing minibuffer-setup-hook.
2150 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
2151 Convert registers to char data type.
2152 (viper-autoindent): Use viper-indent-line.
2153
2154 * viper-keym.el: Use viper-exec-key-in-emacs.
2155
2156 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2157
2158 * server.el (server-visit-files): Fix variable name typo.
2159
2160 2001-07-20 Gerd Moellmann <gerd@gnu.org>
2161
2162 * simple.el (delete-trailing-whitespace): Save match data
2163 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2164
2165 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2166
2167 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2168 return a this-error using the alternative format (a pair of markers).
2169
2170 2001-07-19 Gerd Moellmann <gerd@gnu.org>
2171
2172 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2173
2174 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2175 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2176
2177 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2178
2179 * international/iso-transl.el: Fix typo in the header of the file.
2180
2181 * textmodes/picture.el (picture): Doc fix.
2182
2183 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2184 follow coding conventions in generated files.
2185
2186 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2187
2188 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2189 (tool-bar-add-item): Don't call image-related primitives if the
2190 display doesn't support images.
2191
2192 * frame.el (display-images-p): New function.
2193
2194 2001-07-17 Gerd Moellmann <gerd@gnu.org>
2195
2196 * server.el (server-visit-files): Handle the case the specified
2197 column number is <= 0.
2198
2199 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2200
2201 * startup.el (command-line-1): Add support for +LINE:COLUMN
2202 command line argument.
2203
2204 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2205
2206 * server.el (server-process-filter, server-visit-files):
2207 Add support for +LINE:COLUMN style emacsclient calls.
2208
2209 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2210
2211 * emacs-lisp/easy-mmode.el: Add Keywords header.
2212
2213 * play/pong.el: Author has new address.
2214
2215 * play/landmark.el: Author is no more reachable.
2216
2217 * play/handwrite.el: Author is no more reachable.
2218
2219 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2220
2221 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2222 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2223 Complete bindings for F<1..12> keys.
2224 (global-map): Remove `undo' binding (already in the default).
2225 Replace `t<n>' bindings with `f<n>' bindings.
2226
2227 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2228
2229 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2230 (tcl-mode): Use tcl-add-log-defun.
2231 (tcl-indent-line): Use tcl-calculate-indent.
2232 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2233 (tcl-indent-exp): Renamed from indent-tcl-exp.
2234 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2235 (tcl-indent-for-comment): Call comment-indent-function properly
2236 and handle the case where it returns nil.
2237
2238 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2239
2240 * calendar/cal-islam.el (calendar-goto-islamic-date):
2241 Remove autoload cookie.
2242
2243 * calendar/calendar.el (calendar-goto-islamic-date):
2244 Add call to autoload.
2245
2246 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2247
2248 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2249 Don't change compile-auto-highlight globally.
2250 Don't bother with `font-lock-defaults' property since XEmacs
2251 also understands the `font-lock-defaults' variable.
2252 Use make-local-variable rather than make-variable-buffer-local.
2253 Don't `defconst' comment-indent-function: keep the default.
2254 Call easy-menu-add unconditionally.
2255 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2256 (ada-create-menu): Use :included for Emacs as well.
2257
2258 * vc.el (vc-do-command): Autoload.
2259
2260 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2261
2262 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2263
2264 * ps-print.el: Fix Author: header.
2265
2266 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2267
2268 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2269 mouse-1 etc., bind them to `ignore'.
2270
2271 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2272 send-invisible, which is already defined in Comint.
2273 (eshell-watch-for-password-prompt): Use it.
2274
2275 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2276
2277 * which-func.el (which-func-mode): Doc fix.
2278
2279 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
2280 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2281 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2282 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2283 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2284 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2285 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2286 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2287 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2288 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2289 * emulation/edt-mapper.el, emulation/edt-pc.el,
2290 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2291 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2292 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2293 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2294 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2295 * international/isearch-x.el, international/iso-cvt.el,
2296 * international/ogonek.el, international/quail.el,
2297 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2298 * language/devanagari.el, language/ethio-util.el,
2299 * language/ethiopic.el, language/european.el, language/indian.el,
2300 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2301 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2302 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2303 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2304 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2305 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2306 * progmodes/autoconf.el, progmodes/cmacexp.el,
2307 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2308 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2309 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2310 * progmodes/ebnf2ps.el, progmodes/executable.el,
2311 * progmodes/fortran.el, progmodes/idlw-shell.el,
2312 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2313 * progmodes/m4-mode.el, progmodes/mantemp.el,
2314 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2315 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2316 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2317 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2318 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2319 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2320 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2321 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2322 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2323 * textmodes/two-column.el, time-stamp.el, timezone.el,
2324 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2325 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2326 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
2327 conventions.
2328
2329 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2330
2331 * simple.el (set-variable): Require 'cus-edit' instead of
2332 `wid-edit', so that the Custom widgets get defined.
2333
2334 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2335
2336 * allout.el: A fix to follow coding conventions.
2337
2338 * find-lisp.el: A fix to follow coding conventions.
2339
2340 * term/w32-win.el: A fix to follow coding conventions.
2341
2342 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2343
2344 * term/xterm.el: A fix to follow coding conventions.
2345
2346 * term/news.el: A fix to follow coding conventions.
2347
2348 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2349 header line fixed.
2350
2351 * sun-curs.el: Fix Maintainer: header line.
2352
2353 * emacs-lisp/easymenu.el: Address of the author added.
2354
2355 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2356
2357 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2358 property.
2359
2360 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2361
2362 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
2363 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
2364 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2365 Some fixes to follow coding conventions.
2366
2367 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2368
2369 * which-func.el (which-func-mode): Doc fix.
2370
2371 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2372
2373 * net/rcompile.el (remote-compile): Use make-local-variable.
2374
2375 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2376
2377 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2378
2379 * mail/reporter.el (reporter-submit-bug-report):
2380 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2381
2382 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2383
2384 * calendar/cal-china.el, calendar/cal-coptic.el,
2385 * calendar/cal-dst.el, calendar/cal-french.el,
2386 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2387 * calendar/cal-iso.el, calendar/cal-julian.el,
2388 * calendar/cal-mayan.el, calendar/cal-persia.el,
2389 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2390 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2391 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2392 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2393 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2394 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2395 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2396 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2397 * progmodes/ada-xref.el, progmodes/cc-align.el,
2398 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2399 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2400 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2401 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2402 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2403 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2404 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2405 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2406 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2407 * textmodes/reftex.el: Some fixes to follow coding
2408 conventions in Eshell files with known maintainers.
2409
2410 * emulation/viper.el: A fix to follow coding conventions.
2411
2412 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
2413 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2414 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2415 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2416 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2417 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2418 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2419 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2420 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2421 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
2422 conventions in Eshell files.
2423
2424 * composite.el, diff.el, emacs-lisp/levents.el,
2425 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2426 * emulation/pc-mode.el, emulation/viper-cmd.el,
2427 * emulation/viper-ex.el, emulation/viper-init.el,
2428 * emulation/viper-keym.el, emulation/viper-macs.el,
2429 * emulation/viper-mous.el, emulation/viper-util.el,
2430 * emulation/viper.el, forms-pass.el, international/ccl.el,
2431 * international/characters.el, international/encoded-kb.el,
2432 * international/fontset.el, international/ja-dic-cnv.el,
2433 * international/ja-dic-utl.el, international/kinsoku.el,
2434 * international/kkc.el, international/mule-cmds.el,
2435 * international/mule-diag.el, international/mule-util.el,
2436 * international/mule.el, international/titdic-cnv.el,
2437 * language/china-util.el, language/chinese.el,
2438 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2439 * language/greek.el, language/hebrew.el, language/japan-util.el,
2440 * language/japanese.el, language/korea-util.el, language/korean.el,
2441 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2442 * language/slovak.el, language/thai-util.el, language/thai.el,
2443 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2444 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2445 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2446 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2447 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2448 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2449 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2450 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2451 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2452 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
2453 to follow coding conventions in files without maintainer or in files
2454 with clear maintainer (but without Maintainer header stating so).
2455
2456 * emacs-lisp/elp.el: A fix to follow coding conventions.
2457
2458 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
2459 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2460 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2461 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2462 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2463 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2464 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2465 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2466 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2467 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2468 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2469 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
2470 conventions in files from Gnus.
2471
2472 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
2473 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2474 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2475 * echistory.el, electric.el, emacs-lisp/authors.el,
2476 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2477 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2478 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2479 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2480 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2481 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2482 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2483 * international/codepage.el, international/iso-ascii.el,
2484 * international/iso-insert.el, international/iso-transl.el,
2485 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2486 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2487 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2488 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2489 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2490 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2491 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2492 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2493 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2494 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2495 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2496 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2497 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2498 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2499 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2500 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2501 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2502 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2503 * textmodes/tex-mode.el, textmodes/text-mode.el,
2504 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2505 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2506 * vt100-led.el, window.el: Some fixes to follow coding conventions in
2507 files maintained by FSF.
2508
2509 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2510
2511 * arc-mode.el: A fix to follow coding conventions.
2512
2513 * bindings.el: Ditto.
2514
2515 * cdl.el: Ditto.
2516
2517 * comint.el: Ditto.
2518
2519 * cus-start.el: Ditto.
2520
2521 * shell.el: Ditto.
2522
2523 * skeleton.el: Ditto.
2524
2525 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2526
2527 * info.el (Info-build-node-completions):
2528 Make Info-current-file-completions buffer local.
2529
2530 2001-07-13 Gerd Moellmann <gerd@gnu.org>
2531
2532 * which-func.el (which-func-mode, which-func-ff-hook)
2533 (which-function-mode): Remove references to which-func-mode-global.
2534
2535 * calendar/cal-islam.el (calendar-goto-islamic-date):
2536 Add autoload cookie.
2537
2538 * play/fortune.el: Add types to defcustoms.
2539
2540 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2541
2542 * language/czech.el: A fix to follow coding conventions.
2543
2544 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2545
2546 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2547 to the extension list, for antlr-mode. From Christoph Wedler
2548 <Christoph.Wedler@sap.com>.
2549
2550 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2551
2552 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2553 (vc-dired-mode-map): Fix the madness.
2554
2555 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2556 (vc-prefix-map): Moved back from vc.el.
2557
2558 2001-07-11 Gerd Moellmann <gerd@gnu.org>
2559
2560 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2561 Increase the size of the obarray.
2562 (mail-extr-all-top-level-domains): Add more toplevel domains,
2563 add more long names.
2564 From: Per Starback <starback@ling.uu.se>.
2565
2566 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2567
2568 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2569 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2570
2571 * progmodes/ada-mode.el: Ditto.
2572
2573 * progmodes/ada-xref.el: Ditto.
2574
2575 2001-07-11 Miles Bader <miles@gnu.org>
2576
2577 * finder.el (finder-insert-at-column): Also move to the next line
2578 if exactly at COLUMN.
2579
2580 2001-07-10 Gerd Moellmann <gerd@gnu.org>
2581
2582 * help.el (describe-function-1): When printing FUNCTION's
2583 documentation, don't assume FUNCTION is a symbol.
2584
2585 * startup.el (normal-top-level): Don't operate on the initial
2586 frame if we failed to create one.
2587
2588 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2589
2590 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2591 itself, i.e. only indent the contents in it.
2592
2593 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
2594
2595 * mail/rmail.el (rmail-show-message): Show beginning of message in
2596 all windows containing it.
2597
2598 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2599
2600 * term/tty-colors.el: Fix the header line and copyright years.
2601
2602 2001-07-09 Gerd Moellmann <gerd@gnu.org>
2603
2604 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2605 original definition has an interactive form, but is Elp
2606 instrumented, use the interactive form of the function called by
2607 elp-wrapper.
2608
2609 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2610 configurations with compare-window-configuration; they aren't
2611 window configurations.
2612
2613 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2614 from the server for the format we expect. Don't use it if it
2615 doesn't look like what the Internet draft for FTP extensions specifies.
2616
2617 * toolbar/*.pbm: Cleaned up.
2618 From Luis Fernandes <elf@ee.ryerson.ca>.
2619
2620 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2621
2622 * cc-cmds.el: Extended the kludge to interoperate with the
2623 delsel and pending-del packages wrt to the new function
2624 `c-electric-delete-forward'.
2625
2626 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2627
2628 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2629 to delay the call to <mode> for global minor modes.
2630 (easy-mmode-define-navigation): Only recenter if interactive.
2631
2632 2001-07-06 Gerd Moellmann <gerd@gnu.org>
2633
2634 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2635 to lisp-indent-line.
2636
2637 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2638 from the server. Call encode-time only when we are sure that we
2639 got a 213 response.
2640
2641 2001-07-06 Simon Josefsson <jas@extundo.com>
2642
2643 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2644 (mail-envelope-from): New user option.
2645 (sendmail-send-it): Use it.
2646
2647 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2648
2649 * ps-print.el: Use locale dependant date to print date in header.
2650 Doc fix.
2651 (ps-print-version): New version number (6.5.3).
2652 (ps-right-header, ps-right-footer): Initialization and doc fix.
2653 (ps-time-stamp-locale-default): New fun.
2654
2655 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2656
2657 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2658 field problem with MIME-mode.
2659
2660 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2661
2662 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2663
2664 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2665 MIME-mode.
2666
2667 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2668
2669 * bindings.el (mode-line-mule-info): Don't show the tip with
2670 buffer-file-coding-system if that is nil.
2671
2672 2001-07-05 Gerd Moellmann <gerd@gnu.org>
2673
2674 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2675 instead of kill-line.
2676
2677 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2678 <Pavel@Janik.cz>.
2679
2680 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2681 <Pavel@Janik.cz>.
2682
2683 2001-07-04 Gerd Moellmann <gerd@gnu.org>
2684
2685 * font-lock.el (c-font-lock-keywords-3): When matching something
2686 like `struct X Y', finish with point after Y.
2687
2688 2001-07-04 Simon Josefsson <jas@extundo.com>
2689
2690 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
2691 in caller buffer.
2692
2693 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2694
2695 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
2696 instead of string-match to find the basename of the file.
2697 From Pascal Obry <p.obry@wanadoo.fr>.
2698
2699 * net/browse-url.el (browse-url-default-windows-browser):
2700 Support the MS-DOS port when it runs on Windows.
2701 (browse-url-browser-function) [ms-dos]: Default to
2702 browse-url-default-windows-browser.
2703
2704 * help.el (locate-library): Enable code that looks for compressed
2705 libraries if auto-compression-mode is on.
2706
2707 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2708
2709 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2710
2711 2001-07-02 Gerd Moellmann <gerd@gnu.org>
2712
2713 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
2714
2715 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2716
2717 * allout.el: Fix the header line, so that finder.el recognizes it.
2718 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2719
2720 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2721 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2722
2723 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2724
2725 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
2726
2727 * ps-bdf.el (bdf-directory-list): Use the value relative to
2728 installation-directory for MS-Windows as well.
2729
2730 2001-06-29 Richard M. Stallman <rms@gnu.org>
2731
2732 * wid-edit.el (widget-color-sample-face-get):
2733 Return ((foreground-color . COLOR)) instead of constructing a face.
2734
2735 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2736
2737 * faces.el (region): Change the background color for the
2738 light-background color display to lightgoldenrod2, to make it
2739 visible on some laptops.
2740
2741 2001-06-28 Richard M. Stallman <rms@gnu.org>
2742
2743 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2744 (rmail-msg-restore-non-pruned-header): Likewise.
2745 If point was in the old pruned header, put it at the top.
2746 (rmail-msg-prune-header): If point was at the top, keep it there.
2747
2748 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2749 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2750
2751 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2752
2753 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2754
2755 2001-06-28 Karl Fogel <kfogel@red-bean.com>
2756
2757 * saveplace.el: Update maintainer email address.
2758
2759 2001-06-27 Francesco Potorti` <pot@gnu.org>
2760
2761 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2762 Undo previous change.
2763
2764 2001-06-27 Francesco Potorti` <pot@gnu.org>
2765
2766 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2767 preliminary quick reordering. Can speed things up dramatically.
2768
2769 2001-06-26 Richard M. Stallman <rms@gnu.org>
2770
2771 * dired.el (dired-get-filename): A file name starting with ~
2772 is not absolute in this context.
2773
2774 * which-func.el (which-func-maxout): Increase default to 500000.
2775 (which-function-mode): This is now the "real" name of the function.
2776 (which-func-mode): Now an alias.
2777 (which-func-mode-global): Name deleted.
2778
2779 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2780 button-2, when binding hs-mouse-toggle-hiding.
2781
2782 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2783
2784 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
2785 (rmail-msg-prune-header): Likewise.
2786 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2787 and `rmail-msg-prune-header'.
2788
2789 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2790
2791 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2792 back than LINEBEG.
2793
2794 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2795
2796 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2797 window where they clicked the mouse has a header line, adjust
2798 vertical movement by one.
2799
2800 2001-06-25 Milan Zamazal <pdm@zamazal.org>
2801
2802 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2803 too when separating a parenthesis.
2804
2805 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2806
2807 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2808 (bookmark-bmenu-hide-filenames): Add help-echo to
2809 mouse-highlighted text.
2810 (bookmark-bmenu-show-filenames): Remove help-echo property from
2811 the whitespace.
2812
2813 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2814
2815 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2816 From Karl Eichwalder <ke@suse.de>.
2817
2818 2001-06-23 Richard M. Stallman <rms@gnu.org>
2819
2820 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2821
2822 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2823 contents for completing-read.
2824
2825 2001-06-22 Richard M. Stallman <rms@gnu.org>
2826
2827 * menu-bar.el (menu-bar-make-toggle): Construct the
2828 function's doc string from HELP, not DOC, and make it accurate by
2829 adding "Toggle whether to " at the front and downcasing the initial.
2830 Change the HELP arg in some calls to make it fit this usage.
2831
2832 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2833 Undo previous change.
2834
2835 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2836
2837 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2838
2839 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
2840
2841 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2842
2843 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2844
2845 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2846
2847 2001-06-20 Richard M. Stallman <rms@gnu.org>
2848
2849 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2850 broken out from dabbrev--find-expansion. Handle minibuffer
2851 specially here.
2852 (dabbrev--find-expansion): Simplify code in various ways.
2853 Don't treat minibuffers specially.
2854 Call dabbrev--make-friend-buffer-list.
2855 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
2856 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2857
2858 2001-06-19 John Wiegley <johnw@gnu.org>
2859
2860 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2861 Also, added a comment describing how to greatly speedup Eshell
2862 loadup time, by concatenating together all of Eshell's .elc files.
2863
2864 2001-06-19 John Wiegley <johnw@gnu.org>
2865
2866 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2867
2868 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2869
2870 * woman.el (WoMan-highlight-references): Add help-echo to
2871 mouse-highlighted text.
2872
2873 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2874
2875 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2876
2877 2001-06-18 Gerd Moellmann <gerd@gnu.org>
2878
2879 * international/quail.el (quail-start-conversion):
2880 Reset quail-translating to nil.
2881
2882 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2883 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2884
2885 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2886
2887 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2888 mouse-highlighted text.
2889
2890 * dired.el (dired-mark-pop-up): Fix last change.
2891
2892 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2893
2894 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2895 mouse-highlighted text.
2896
2897 * net/quickurl.el (quickurl-url-file): Run through
2898 convert-standard-filename.
2899 (quickurl-list-populate-buffer): Add help-echo to
2900 mouse-highlighted text.
2901 (top-level): Update Dave's URL.
2902
2903 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2904 mouse-highlighted text.
2905
2906 * textmodes/page-ext.el (pages-copy-header-and-position):
2907 Add help-echo to mouse-highlighted text.
2908
2909 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2910 mouse-highlighted text.
2911
2912 * replace.el (occur): Add help-echo to mouse-highlighted text.
2913
2914 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2915 mouse-highlighted text.
2916
2917 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2918 mouse-highlighted text.
2919
2920 * progmodes/compile.el (compile-reinitialize-errors):
2921 Add help-echo to mouse-highlighted messages.
2922 (compilation-forget-errors): Remove help-echo property as well.
2923
2924 * play/landmark.el (lm-plot-square, lm-init-display):
2925 Add help-echo to mouse-highlighted text.
2926
2927 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2928 Add help-echo to mouse-highlighted text.
2929
2930 * dired.el (dired-insert-set-properties): Add help-echo to
2931 mouse-highlighted text.
2932 (dired-mark-pop-up): Remove help-echo property from the file name.
2933
2934 * comint.el (comint-send-input): Add help-echo to
2935 mouse-highlighted text.
2936
2937 * buff-menu.el (list-buffers-noselect): Add help-echo to
2938 mouse-highlighted text.
2939
2940 * arc-mode.el (archive-summarize-files): Add help-echo to
2941 mouse-highlighted text.
2942
2943 * ffap.el (ffap-machine-p): Always return nil if
2944 open-network-stream is not fboundp.
2945
2946 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2947
2948 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2949 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2950 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2951 incorrectly binding chars between 128 and 256 to it.
2952 (sgml-maybe-name-self): Handle latin-1 chars properly.
2953 (sgml-tags-invisible): Bind buffer-file-name to nil.
2954 Use unwind-protect and restore-buffer-modified-p.
2955 (sgml-point-entered): Use buffer-substring-no-properties.
2956 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2957 (html-mode): Don't force `imenu-sort-function'.
2958
2959 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2960
2961 * tar-mode.el: Fix the copyright notice.
2962
2963 * font-lock.el (font-lock-comment-face): For tty's with dark
2964 background, use "red1", since "lightred" is not one of the colors
2965 recognized by tty-colors.el.
2966
2967 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2968 create a buffer for extracted file, in case there's more than one
2969 file by that name in an archive, possibly in different
2970 directories. From Kevin Rodgers <kevinr@ihs.com>.
2971
2972 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2973 <alex@gnu.org>.
2974
2975 2001-06-15 Miles Bader <miles@gnu.org>
2976
2977 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2978 Revert previous change.
2979
2980 2001-06-14 Richard M. Stallman <rms@gnu.org>
2981
2982 * replace.el (keep-lines-read-args): Return just a regexp.
2983 Provide nil for the region args.
2984 (keep-lines, flush-lines, how-many):
2985 Calculate the defaults for the region here, when args are nil.
2986
2987 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2988
2989 * rot13.el (rot13-other-window): Some more doc fix.
2990
2991 2001-06-14 Per Starback <starback@ling.uu.se>
2992
2993 * replace.el (case-replace, query-replace-from-history-variable)
2994 (query-replace-to-history-variable, keep-lines-read-args)
2995 (occur-revert-function, query-replace-help): Dox fix.
2996
2997 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2998
2999 * rot13.el (rot13-other-window): Doc fix.
3000
3001 2001-06-14 Miles Bader <miles@gnu.org>
3002
3003 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
3004 of " and \ to "." (punctuation).
3005 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
3006
3007 2001-06-13 Richard M. Stallman <rms@gnu.org>
3008
3009 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
3010
3011 * simple.el (shell-command-on-region): Never kill the
3012 *Shell Command Output* buffer.
3013
3014 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
3015
3016 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3017
3018 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3019
3020 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3021 New var, to recognize ${ $' and PODs.
3022 (perl-font-lock-syntactic-face-function): New function.
3023 (perl-mode): Use them.
3024 (perl-continuation-line-p): New function, from perl-calculate-indent.
3025 (perl-calculate-indent): Use it, to properly handle continuation
3026 lines of continuation lines.
3027
3028 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3029
3030 * server.el (server-process, server-buffer-clients): Doc fix.
3031 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3032
3033 2001-06-09 John Wiegley <johnw@gnu.org>
3034
3035 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3036 test if the last command was Lisp or not.
3037 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3038 B x C".
3039
3040 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3041
3042 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3043 general one on compile.el supports drive letters.
3044
3045 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3046
3047 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
3048 key description.
3049
3050 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3051
3052 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
3053 (reftex-toc-jump): New command.
3054
3055 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
3056 to parse international characters as well.
3057
3058 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
3059 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
3060
3061 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3062
3063 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
3064 TAB to the key separators.
3065
3066 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3067
3068 * international/mule.el (auto-coding-alist): Remove redundant
3069 up-cased versions of the extensions (auto-coding-alist-lookup is
3070 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3071 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3072
3073 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3074
3075 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3076
3077 2001-06-01 Richard M. Stallman <rms@gnu.org>
3078
3079 * help.el (describe-variable): Put value on same line
3080 with preceding text, if it is short enough to look good that way.
3081
3082 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3083
3084 * term/internal.el (IT-unicode-translations): New variable.
3085 (IT-setup-unicode-display): New function.
3086
3087 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3088
3089 * ps-print.el: Handle before-string and after-string overlay properties
3090 in ps-print-*-with-faces commands. Doc fix.
3091 (ps-print-version): New version number (6.5.2).
3092 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3093 for XEmacs.
3094 (ps-prefix-quote): Doc fix.
3095 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
3096 (ps-basic-plot-str, ps-plot-string): New funs.
3097
3098 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3099
3100 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3101 and :type spec.
3102
3103 2001-05-31 Gerd Moellmann <gerd@gnu.org>
3104
3105 * international/mule-cmds.el (inactivate-input-method):
3106 Set input-method-function to nil.
3107
3108 * xml.el (xml-parse-tag): The document may contain invalid characters.
3109 From ShengHuo ZHU <zsh@cs.rochester.edu>
3110
3111 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3112
3113 * mail/rmailsum.el (rmail-message-subject-p): Don't call
3114 `rmail-summary-line-decoder' if the message does not have
3115 a Subject: field.
3116
3117 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
3118
3119 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3120 New variable.
3121 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3122 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3123 is non-nil.
3124
3125 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3126
3127 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3128
3129 2001-05-29 Sam Steingold <sds@gnu.org>
3130
3131 * faces.el (face-valid-attribute-values): Bind `valid' directly
3132 instead of using `setq'.
3133
3134 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3135 Use `tex-shell-buf'.
3136 (tex-shell-proc): Use `tex-shell-running'.
3137 (tex-shell-buf-no-error): New function.
3138 (tex-send-tex-command): Use it.
3139 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3140 (tex-kill-job): Check the process before calling `quit-process'.
3141
3142 2001-05-29 Gerd Moellmann <gerd@gnu.org>
3143
3144 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3145 UTF-8 sequences.
3146
3147 2001-05-28 Miles Bader <miles@gnu.org>
3148
3149 * comint.el (comint-carriage-motion): Renamed from
3150 `comint-cr-magic'. Operate on the buffer instead of the string
3151 (for use as a comint post-output filter, instead of as a
3152 pre-output filter). Handle backspaces too. Add to the
3153 `comint-output-filter-functions' hook instead of
3154 `comint-preoutput-filter-functions'.
3155
3156 2001-05-28 Gerd Moellmann <gerd@gnu.org>
3157
3158 * language/japan-util.el (japanese-hankaku): Prefer the charset
3159 `jisx0201' when the optional argument `ascii-only' is not specified.
3160 (japanese-hankaku-region): Ditto.
3161 From Katsumi Yamaoka <yamaoka@jpl.org>
3162
3163 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3164
3165 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3166 (outline-invisible-p): New function.
3167 (hide-leaves): Save excursion.
3168 (hide-other): Stop looping when reaching bobp.
3169
3170 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3171
3172 * cus-edit.el (custom-file): Fix last change.
3173
3174 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3175
3176 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3177 same definition in byte-compile-function-environment as `autoload'
3178 would put in `symbol-function'.
3179
3180 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3181 patch to correct the error message as well.
3182
3183 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3184
3185 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3186 unless ~/.emacs exists.
3187
3188 * novice.el (enable-command): If user-init-file is nil or does not
3189 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3190
3191 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3192
3193 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3194 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3195 Allow spaces around macro arguments.
3196 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3197 indent-for-tab-command.
3198 (latex-mode-map, plain-tex-mode-map): New keymaps.
3199 Inherit from tex-mode-map.
3200 (tex-common-initialization): Don't setup the keymap any more
3201 since it's now done right by define-derived-mode.
3202 (latex-mode): Set skeleton-end-hook to nil.
3203 (latex-skeleton-end-hook): Remove.
3204 (tex-latex-block, latex-insert-item): Simplify.
3205 (latex-syntax-after): Use following-char rather than char-after.
3206 (tex-discount-args-cmds, tex-count-words): New functions.
3207
3208 * textmodes/tildify.el (tildify-ignored-environments-alist):
3209 Recognize \verb* as well.
3210
3211 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3212 (perl-comment-indent): Simplify to let newcomment.el do its job.
3213 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3214 (perl-mark-function): Cleanup the namespace.
3215 (perl-calculate-indent): Don't be fooled by nested functions.
3216
3217 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3218
3219 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3220 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3221
3222 2001-05-25 Andrew Choi <akochoi@i-cable.com>
3223
3224 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3225 actually be `\\'.
3226 (ctlau-b5-converter): Likewise.
3227
3228 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3229
3230 * international/titdic-cnv.el (quail-misc-package-ext-info):
3231 Change CTLauB.el to CTLau-b5.el.
3232
3233 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3234
3235 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3236 rather than beginning-of-line to avoid problems with fields.
3237 (gud-perldb-massage-args): Use unless and push.
3238 (gud-chdir-before-run): New var.
3239 (gud-common-init): Use it.
3240
3241 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3242
3243 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3244 delete entries for chinese-ctlau and chinese-ctlaub.
3245 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
3246 chinese-ctlaub.
3247 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3248 New functions.
3249
3250 2001-05-22 Gerd Moellmann <gerd@gnu.org>
3251
3252 * cus-edit.el (custom-comment-show): Remove debug code.
3253
3254 * language/japan-util.el (japanese-symbol-table): Fix handling of
3255 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3256
3257 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3258
3259 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3260 Renamed by removing the silly `-flag' suffix.
3261 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3262
3263 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3264
3265 * replace.el (keep-lines-read-args): Use `copy-marker'.
3266 (how-many): Save excursion properly.
3267 (occur-mode): Use define-derived-mode.
3268 (perform-replace): Use with-current-buffer.
3269
3270 2001-05-20 Richard M. Stallman <rms@gnu.org>
3271
3272 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3273
3274 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3275
3276 * info.el (Info-read-subfile): Widen before finding the
3277 desired node in the subfile.
3278
3279 * startup.el (command-line-1): When >2 files visited,
3280 leave the last one visible, and make that the selected window.
3281
3282 2001-05-20 Gerd Moellmann <gerd@gnu.org>
3283
3284 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3285
3286 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3287
3288 * international/ccl.el (define-ccl-program): Fix a typo.
3289 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3290
3291 * international/mule.el (decode-char): Fix a typo. From Pavel
3292 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3293
3294 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3295 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3296
3297 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3298 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3299
3300 2001-05-18 Sam Steingold <sds@gnu.org>
3301
3302 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
3303 and [RET] to `cvs-mode-find-file'.
3304
3305 2001-05-18 John Wiegley <johnw@gnu.org>
3306
3307 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3308 configuration variable, which determines the initial character
3309 that forces use of an external version of a command. The default
3310 is *, but may be set to \, for example.
3311
3312 * eshell/esh-ext.el (eshell-explicit-command):
3313 Use `eshell-explicit-command-char' instead of ?*.
3314
3315 * eshell/esh-cmd.el (eshell/which):
3316 Use `eshell-explicit-command-char' instead of ?*.
3317
3318 * eshell/em-cmpl.el (eshell-completion-command-name)
3319 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
3320 instead of ?*.
3321
3322 2001-05-18 Gerd Moellmann <gerd@gnu.org>
3323
3324 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3325 subst-char-in-string.
3326 (ange-ftp-after-parse-ls-hook): New variable.
3327 (ange-ftp-ls): Run that hook.
3328 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3329
3330 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3331 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3332 text into *Completions*.
3333
3334 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3335 part of which look like email addresses.
3336
3337 2001-05-18 Andrew Innes <andrewi@gnu.org>
3338
3339 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3340 Use . instead of absolute path for lisp dir, to avoid bug in W2K
3341 cmd.exe's handling of FOR loops.
3342 (autoloads): Set find-file-suppress-same-file-warnings to t to
3343 avoid slew of spurious messages.
3344
3345 2001-05-18 Simon Josefsson <simon@josefsson.org>
3346
3347 * mail/smtpmail.el (maybe-append-domain): Renamed to
3348 `smtpmail-maybe-append-domain'.
3349 (smtpmail-via-smtp): Use the new name.
3350
3351 * net/browse-url.el (browse-url-browser-function): Add kde.
3352 (browse-url-kde-program, browse-url-kde-args): New variables.
3353 (browse-url-kde): New function.
3354
3355 2001-05-18 Miles Bader <miles@gnu.org>
3356
3357 * simple.el (delete-horizontal-space, just-one-space):
3358 Use `constrain-to-field' instead of `field-end'/`field-beginning',
3359 because it's more efficient for large files.
3360
3361 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3362
3363 * mail/rmail.el (rmail-require-mime-maybe): New function.
3364 (rmail): Use it.
3365 (rmail-mode): Handle the case of finding Rmail files.
3366
3367 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3368 functions.
3369
3370 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3371
3372 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3373 text-property after moving to the beginning of line and regardless
3374 of the value of font-lock-multiline.
3375
3376 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3377
3378 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3379
3380 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3381 last coding system used before calling set-buffer-modified-p
3382 because that function changes last-coding-system.
3383
3384 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3385
3386 * files.el (switch-to-buffer-other-window)
3387 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3388 the doc string.
3389
3390 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3391
3392 * language/slovak.el, language/czech.el: New maintainer.
3393
3394 2001-05-16 Sam Steingold <sds@gnu.org>
3395
3396 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
3397 sub-form of `defgeneric' correctly.
3398
3399 2001-05-16 Gerd Moellmann <gerd@gnu.org>
3400
3401 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3402 of `c'.
3403
3404 * textmodes/outline.el (outline-font-lock-level): Remove the
3405 condition-case, test what outline-level returns instead, to
3406 ease debugging.
3407
3408 * international/mule.el (auto-coding-regexp-alist): New user-option.
3409 (auto-coding-from-file-contents): New function.
3410 (set-auto-coding): Use it to determine a coding system.
3411
3412 2001-05-15 Gerd Moellmann <gerd@gnu.org>
3413
3414 * mouse.el (mouse-delete-other-windows): Doc fix.
3415
3416 * emacs-lisp/lisp-mode.el (lisp-mode):
3417 Make font-lock-keywords-case-fold-search a buffer-local variable with
3418 make-local-variable before setting it.
3419
3420 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3421
3422 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3423 prefixes.
3424
3425 2001-05-14 Gerd Moellmann <gerd@gnu.org>
3426
3427 * hexl.el (hexl-current-address): Print a message when called
3428 interactively.
3429
3430 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3431
3432 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3433
3434 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3435
3436 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3437
3438 2001-05-11 Gerd Moellmann <gerd@gnu.org>
3439
3440 * startup.el (command-line): If parameters have been changed in
3441 the init files which influence font selection, clear the face
3442 cache so that faces get realized with the new parameters.
3443
3444 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
3445
3446 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3447
3448 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3449
3450 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3451
3452 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3453 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3454
3455 2001-05-10 Gerd Moellmann <gerd@gnu.org>
3456
3457 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
3458 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
3459
3460 2001-05-09 John Wiegley <johnw@gnu.org>
3461
3462 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3463 Annotated the documentation string to tell users about
3464 `eshell-no-numeric-conversions'.
3465
3466 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3467 conversions if a Lisp function has the property
3468 `eshell-no-numeric-conversions' set to a non-nil value.
3469
3470 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3471 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3472 property `eshell-no-numeric-conversions' on the following
3473 functions (which all deal with filesystem entities, and never Lisp
3474 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3475 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3476 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3477 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3478 eshell/which, eshell/addpath.
3479
3480 2001-05-09 John Wiegley <johnw@gnu.org>
3481
3482 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3483 encountered as an argument, don't convert it right away, but tag
3484 the first character of the string with the text properties
3485 `number', which signifies to `eshell-lisp-command' that the
3486 argument should be passed through `string-to-number' if it is
3487 actually used in the call to a Lisp function.
3488
3489 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3490 function, convert any string arguments that have been tagged as
3491 "numbers", by calling string-to-number.
3492
3493 * eshell/esh-util.el (eshell-number-regexp): Now that number
3494 conversions only happen for Lisp function calls, the number regexp
3495 should now match all integer and floating point forms.
3496
3497 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3498 `eshell-continue-process', since they are both nonfunctional at
3499 the moment.
3500 (eshell-proc-initialize): Don't bind keys for
3501 `eshell-stop-process' or `eshell-continue-process'.
3502
3503 * eshell/em-unix.el (eshell-shuffle-files):
3504 Apply `directory-file-name' before calling `file-name-directory'.
3505
3506 * eshell/em-hist.el (eshell-add-to-history): Reference to
3507 `eshell-history-ring' needed to be `eshell-history-index'.
3508
3509 * calendar/timeclock.el (timeclock-find-discrep):
3510 Initialize `elapsed' to 0.
3511 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3512 it's still nil.
3513
3514 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3515
3516 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3517 (archive-mode): Use capitalize.
3518 (archive-unique-fname): Use make-temp-file.
3519
3520 2001-05-09 Gerd Moellmann <gerd@gnu.org>
3521
3522 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3523
3524 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3525
3526 * tar-mode.el (tar-extract): Pay attention to the value of
3527 coding-system-for-read, if it is non-nil.
3528
3529 * calendar/holidays.el (holidays): Add an autoload cookie.
3530 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3531
3532 2001-05-08 John Wiegley <johnw@gnu.org>
3533
3534 * calendar/timeclock.el (timeclock-workday-remaining):
3535 Changed logic for determining how much time is remaining.
3536 (timeclock-workday-elapsed): Don't accept a "relative" argument
3537 for the current day's elapsed time. What could that have meant?
3538 (timeclock-workday-elapsed-string): No "relative" argument anymore.
3539 (timeclock-when-to-leave): Changed logic, similarly to what was
3540 done for `timeclock-workday-remaining'.
3541 (timeclock-find-discrep): Removed "today-only" argument, which had
3542 no meaning. Fixed some more math problems. The function now
3543 returns a three member list: (TOTAL-TIME-DISCREPANCY
3544 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3545
3546 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3547
3548 * w32-fns.el (convert-standard-filename): Start replacing slashes
3549 from the beginning of the file name, not from where the last
3550 invalid character was. From "Andrew Maguire (SWW)"
3551 <Andrew.Maguire@Smallworld.co.uk>
3552
3553 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3554
3555 The following changes are to provide infrastructure for handling
3556 MIME messages to rmail. They don't affect the original behaviour
3557 if rmail-enable-mime is nil.
3558
3559 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3560 (rmail-search-mime-message-function)
3561 (rmail-search-mime-header-function): New variables.
3562 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3563 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3564 `rmail-view-buffer' is hidden.
3565 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3566 call rmai-show-mime-function.
3567 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3568 mode-line-process of rmail-view-buffer.
3569 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3570 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3571 buffer.
3572 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3573 set-buffer to the Rmail buffer.
3574 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3575 rmail-search-mime-header-function.
3576 (rmail-search-message): New function.
3577 (rmail-search): Call rmail-search-message to check if a message
3578 matches REGEXP, lastly update point after calling
3579 rmail-show-message.
3580 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3581 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
3582 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3583 header region, refer to rmail-msgref-vector while setting the
3584 current buffer to rmail-buffer temporarily.
3585 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3586 If rmail-enable-mime is non-nil, call
3587 rmail-insert-mime-forwarded-message-function instead of inserting
3588 forwarded message by itself.
3589
3590 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3591 Rmail buffer.
3592 (rmail-set-label, rmail-next-labeled-message): Likewise.
3593
3594 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3595 set-buffer to the Rmail buffer.
3596 (rmail-output-to-rmail-file): Likewise.
3597 (rmail-output): Likewise.
3598
3599 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3600 of mail-fetch-field by rmail-summary-line-decoder.
3601 (rmail-new-summary): Be sure to go to the Rmail buffer.
3602 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
3603 rmail-view-buffer to nil.
3604 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3605 rmail-view-buffer.
3606 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3607 rmail-buffer.
3608 (rmail-summary-scroll-msg-down): Likewise.
3609 (rmail-summary-beginning-of-message): Likewise.
3610 (rmail-summary-wipe): Likewise.
3611 (rmail-summary-toggle-header): Use save-window-excursion, not
3612 save-excursion. Update point in rmail-view-buffer, not in
3613 rmail-buffer.
3614 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3615 rmail-view-buffer, not rmail-buffer.
3616
3617 2001-05-07 Gerd Moellmann <gerd@gnu.org>
3618
3619 * cus-edit.el (custom-file): Signal an error if user-init-file is
3620 nil (running -q).
3621
3622 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3623
3624 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3625 Add :version.
3626
3627 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3628 New option.
3629 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3630 only if smtpmail-warn-about-unknown-extensions is set.
3631
3632 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3633 instead of rmail-sort-by-keywords.
3634
3635 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
3636 rmail-sort-by-keywords.
3637
3638 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3639 rmail-summary-sort-by-keywords. Doc fix.
3640 (rmail-summary-mode): Doc fix.
3641
3642 * mail/rmail.el (rmail-edit): New Custom group.
3643
3644 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3645 (rmail-edit-mode-hook): New user-option.
3646
3647 2001-05-05 Richard M. Stallman <rms@gnu.org>
3648
3649 * help.el (help-xref-symbol-regexp): Recognize "source of"
3650 and friends, meaning make a link to the source file.
3651 (help-make-xrefs): Handle "source of" and friends
3652 by constructing a link that visits the source file.
3653
3654 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3655
3656 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3657
3658 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3659 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3660 Renamed from perl-font-lock-keywords to avoid clashes.
3661 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3662 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3663 Updated correspondingly.
3664
3665 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3666 Typo `nonexistant' -> `nonexistent'.
3667
3668 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3669
3670 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3671 Split `c-electric-delete' into two functions where
3672 `c-electric-delete-forward' always deletes forward and
3673 `c-electric-delete' only contains the code necessary for XEmacs to
3674 choose between backward and forward deletion.
3675
3676 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3677 get the electric behavior on that key too.
3678 (c-fill-paragraph): Fixed bogus direct use of
3679 c-comment-prefix-regexp, which caused an error when it's a list.
3680
3681 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3682
3683 * dired-aux.el (dired-diff): Doc fix.
3684
3685 * dired.el (dired-diff): Likewise.
3686
3687 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3688
3689 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3690
3691 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3692
3693 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3694 if both the buffer and the file are read-only.
3695
3696 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3697 rather than font-lock-string-face.
3698 (sh-get-indent-info): Treat heredocs like strings.
3699
3700 2001-05-02 Gerd Moellmann <gerd@gnu.org>
3701
3702 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3703 a newline following `}'.
3704 (texinfo-format-email): New function.
3705 (toplevel): Use texinfo-format-email for @email.
3706 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3707 Add `display'.
3708 (texinfo-sort-region): Goto point-min before sorting.
3709 (texinfo-set): Remove leading white space from value.
3710 From yagi@is.titech.ac.jp.
3711
3712 * replace.el (query-replace-regexp-eval): Doc fix.
3713
3714 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3715
3716 * diff-mode.el (diff-nonexistant-face): New face.
3717 (diff-font-lock-keywords): Use it.
3718
3719 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3720
3721 * font-lock.el (font-lock-mode): Doc fix.
3722
3723 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3724 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3725
3726 2001-04-30 Gerd Moellmann <gerd@gnu.org>
3727
3728 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3729 backslash at the start of the here-document delimiter.
3730 (sh-font-lock-syntactic-keywords): Likewise.
3731
3732 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3733
3734 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3735
3736 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3737 (tty-color-translate, tty-color-by-index, tty-color-values)
3738 (tty-color-desc): Doc fix.
3739
3740 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3741
3742 * dired-aux.el (dired-do-create-files, dired-do-copy)
3743 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3744 Mention dired-dwim-target in the doc string.
3745
3746 2001-04-28 Miles Bader <miles@gnu.org>
3747
3748 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3749 (dabbrev--find-expansion): Use it.
3750 (dabbrev--select-buffers): Don't select ignored buffers.
3751
3752 2001-04-27 Gerd Moellmann <gerd@gnu.org>
3753
3754 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
3755
3756 2001-04-26 Richard M. Stallman <rms@gnu.org>
3757
3758 * dabbrev.el: Add doc strings for some functions.
3759 (dabbrev--eliminate-newlines): New variable.
3760 (dabbrev--substitute-expansion): Convert newlines to spaces
3761 if dabbrev--eliminate-newlines is set.
3762 If abbrev and expansion are both all-lower-case,
3763 leave dabbrev--last-case-pattern nil.
3764
3765 2001-04-26 Gerd Moellmann <gerd@gnu.org>
3766
3767 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3768 if necessary, like in rmail-show-message.
3769
3770 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3771
3772 * ps-print.el: Color specified by number is forced to be float number.
3773 (ps-print-version): New version number (6.5.1.1).
3774 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3775 initialization.
3776 (ps-prefix-quote): New internal var.
3777 (ps-print-quote): New fun.
3778 (ps-setup, ps-output-frame-properties, ps-float-format)
3779 (ps-format-color): Code fix.
3780 (ps-plot-region): Eliminate redundant foreground color text setting.
3781
3782 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3783
3784 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3785
3786 2001-04-25 Gerd Moellmann <gerd@gnu.org>
3787
3788 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3789
3790 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3791
3792 * info.el (Info-additional-directory-list): Doc fix.
3793
3794 * find-lisp.el (find-lisp-find-dired-filter)
3795 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3796 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
3797
3798 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3799
3800 * progmodes/make-mode.el (makefile-font-lock-keywords):
3801 Rationalize the rules for includes and conditionals and use the
3802 keyword face for them.
3803
3804 * faces.el (modify-face): Add compatibility for non-interactive use.
3805
3806 2001-04-24 John Wiegley <johnw@gnu.org>
3807
3808 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3809 fix from last night, since it wasn't finding eshell/cd.
3810
3811 2001-04-24 Gerd Moellmann <gerd@gnu.org>
3812
3813 * rect.el (string-rectangle): Revert to 20.x behaviour.
3814 (replace-rectangle): Make it an alias for string-rectangle.
3815 (string-insert-rectangle): New function.
3816
3817 2001-04-23 John Wiegley <johnw@gnu.org>
3818
3819 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3820 occurring with Emacs 21's diff.el/compile.el interaction layer.
3821
3822 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3823
3824 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3825 case where the function was defined in a file, but not part of an
3826 eshell module.
3827
3828 2001-04-23 John Wiegley <johnw@gnu.org>
3829
3830 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3831 code to work around a redisplay problem I've been having.
3832
3833 2001-04-23 John Wiegley <johnw@gnu.org>
3834
3835 * calendar/timeclock.el (timeclock-day-required): If the time
3836 required for a particular day is not set, use `timeclock-workday'.
3837 (timeclock-find-discrep): Added some sample code in a comment.
3838
3839 * eshell/eshell.el (eshell-command): Made a few changes so that
3840 `eshell-command' could be called programmatically.
3841
3842 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3843
3844 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3845
3846 2001-04-23 John Wiegley <johnw@gnu.org>
3847
3848 * calendar/timeclock.el: Updated copyright.
3849 (timeclock-generate-report): Don't report the daily or two-week
3850 total, if no time has been worked in that period.
3851 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3852 final computational form, which was unnecessary; corrected a
3853 parsing problem when timeclock-relative was nil.
3854
3855 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3856
3857 * calendar/timeclock.el (timeclock-modeline-display): Check if
3858 `list-entry' is null.
3859 (timeclock-use-display-time): The first argument to `set-variable'
3860 must be a symbol.
3861
3862 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3863
3864 * calendar/calendar.el (diary-entry-marker)
3865 (calendar-today-marker, calendar-holiday-marker):
3866 Use display-color-p instead of window-system.
3867 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3868 instead of window-system.
3869 (calendar-hide-window): Use display-multi-frame-p instead of
3870 window-system.
3871
3872 * calendar/cal-x.el (calendar-two-frame-setup)
3873 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3874 Use display-multi-frame-p instead of window-system.
3875
3876 2001-04-23 Gerd Moellmann <gerd@gnu.org>
3877
3878 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3879
3880 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3881 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3882
3883 2001-04-23 Alex Schroeder <alex@gnu.org>
3884
3885 * goto-addr.el: Instead of defining line-beginning-position and
3886 line-end-position a defalias is used for point-at-bol and point-at-eol.
3887
3888 2001-04-23 Alex Schroeder <alex@gnu.org>
3889
3890 * goto-addr.el: Added XEmacs compatibility code.
3891 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
3892
3893 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3894
3895 * textmodes/paragraphs.el (sentence-end): Doc fix.
3896
3897 2001-04-20 Alex Schroeder <alex@gnu.org>
3898
3899 * sql.el (sql-escape-newlines-and-send): New function.
3900 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
3901
3902 2001-04-20 Alex Schroeder <alex@gnu.org>
3903
3904 * sql.el (sql-db2-program): New option.
3905 (sql-db2-options): New option.
3906 (sql-db2): New function.
3907
3908 2001-04-20 Alex Schroeder <alex@gnu.org>
3909
3910 * sql.el (sql-mode-menu): Added highlighting entries.
3911 (sql-highlight-oracle-keywords): New function.
3912 (sql-highlight-postgres-keywords): New function.
3913 (sql-highlight-ansi-keywords): New function.
3914
3915 2001-04-20 Alex Schroeder <alex@gnu.org>
3916
3917 * sql.el (sql-help): Doc change.
3918
3919 2001-04-19 Karl Fogel <kfogel@collab.net>
3920
3921 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3922 that inserted file content only to delete it immediately.
3923 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3924 <lektu@uol.com.br> for the patch.
3925
3926 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3927
3928 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3929
3930 2001-04-18 Gerd Moellmann <gerd@gnu.org>
3931
3932 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3933 for defmethod.
3934
3935 * comint.el (comint-cr-magic): New function.
3936 (toplevel): Add it to comint-preoutput-filter-functions.
3937
3938 2001-04-18 Andrew Innes <andrewi@gnu.org>
3939
3940 * makefile.w32-in (EMACSLOADPATH): Define.
3941 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
3942 (recompile): Remove stuff to set EMACSLOADPATH.
3943
3944 2001-04-18 Gerd Moellmann <gerd@gnu.org>
3945
3946 * language/slovak.el ("Slovak"): Add tutorial entry.
3947
3948 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3949 browse-url-new-window-p.
3950
3951 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3952
3953 * info.el (Info-menu-update): When there are no menus and/or no
3954 cross references in the node, make the respective items of the
3955 Info menu-bar menu inactive.
3956
3957 2001-04-17 Gerd Moellmann <gerd@gnu.org>
3958
3959 * indent.el (indent-for-tab-command): Call indent-line-function
3960 with no argument if PREFIX-ARG is non-nil.
3961
3962 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3963
3964 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3965
3966 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3967 an async subprocess if start-process is unavailable. Suggested by
3968 Tim Van Holder <tim.van.holder@pandora.be>.
3969
3970 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3971
3972 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3973 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3974
3975 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3976
3977 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3978 manual.
3979
3980 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3981
3982 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3983 (cvs-menu): Add a few entries.
3984
3985 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3986 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3987 lock file appears to be reachable from Emacs.
3988 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3989 (cvs-mode-find-file): Look for cvs-header-face rather than
3990 cvs-dirname-face (which doesn't exist).
3991 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3992
3993 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3994
3995 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3996
3997 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3998 normal-erase-is-backspace on a tty. Instead, bind some keys such
3999 as [delete] directly, like pc-select.el did before
4000 normal-erase-is-backspace was invented.
4001
4002 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
4003
4004 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
4005
4006 2001-04-11 John Wiegley <johnw@gnu.org>
4007
4008 * eshell/em-ls.el (eshell-ls-insert-directory):
4009 Set font-lock-defaults to nil, to prevent fontification in dired
4010 buffers, if Eshell's ls is being used.
4011
4012 2001-04-11 John Wiegley <johnw@gnu.org>
4013
4014 * calendar/timeclock.el (timeclock-completing-read): New function.
4015 (timeclock-ask-for-project, timeclock-ask-for-reason):
4016 Call `timeclock-completing-read'.
4017
4018 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4019 required where `member' was being used.
4020
4021 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
4022
4023 * eshell/em-hist.el (eshell-previous-matching-input):
4024 Don't display "History item" if the the minibuffer is active.
4025
4026 2001-04-11 Gerd Moellmann <gerd@gnu.org>
4027
4028 * startup.el (command-line): Output a newline after printing
4029 an error from loading the window system's init file.
4030
4031 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4032
4033 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4034 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
4035 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4036 keywords whose arguments routinely include @@.
4037
4038 2001-04-10 Gerd Moellmann <gerd@gnu.org>
4039
4040 * emacs-lisp/advice.el (ad-make-advised-definition):
4041 Construct advice for subrs differently.
4042
4043 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4044 regexp in parentheses when building the regexp for searching backwards.
4045
4046 * simple.el (completion-list-mode-finish): New function.
4047 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
4048
4049 * language/european.el ("Polish"): Change sample text.
4050 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
4051
4052 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4053 parameter.
4054
4055 * faces.el (menu): Doc fix.
4056
4057 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4058
4059 * ps-print.el: Footer implementation. Doc fix.
4060 (ps-print-version): New version number (6.5.1).
4061 (ps-header-frame-alist): New customization var for header frame
4062 properties.
4063 (ps-line-number-color): New customization var for line number color.
4064 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4065 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4066 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4067 (ps-right-footer): New customization vars for footers.
4068 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4069 footers.
4070 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
4071 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4072 Code fix.
4073 (ps-prologue-file): Indentation fix.
4074 (ps-print-quote): Fun eliminated.
4075 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4076 (ps-output-frame-properties): New fun.
4077 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4078 (ps-skip-newline): Replace defun by defsubst.
4079
4080 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
4081
4082 * eshell/eshell.el (eshell-command): Needed a "%s" format
4083 specifier, in case the buffer contains percent characters.
4084
4085 2001-04-10 John Wiegley <johnw@gnu.org>
4086
4087 * calendar/timeclock.el (timeclock-generate-report): Added a
4088 missing insert of the project name.
4089
4090 2001-04-09 Gerd Moellmann <gerd@gnu.org>
4091
4092 * obsolete/profile.el: Moved from emacs-lisp/.
4093
4094 * Makefile.in (nonobsolete_setwins): New macro.
4095 (finder-data): Use it instead of `setwins'.
4096 From: Dave Love <fx@gnu.org>.
4097
4098 * server.el (server-visit-files): Set server-existing-buffer correctly.
4099 (server-visit-files): Run server-visit-hook after going to
4100 line 1 so that the hook can set point as it sees fit.
4101
4102 * bindings.el (mode-line-modified): Unify help messages.
4103
4104 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4105
4106 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4107 All callers changed.
4108
4109 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4110
4111 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4112 long file names aren't supported, truncate the file names in
4113 quail-misc-package-ext-info to 8+3 before matching them against
4114 FILENAME.
4115
4116 * dos-fns.el (dos-truncate-to-8+3): New function.
4117
4118 * progmodes/compile.el (grep-compute-defaults): Use null-device
4119 instead of literal /dev/null. Reported by Jens Schmidt
4120 <schmidt@mathematik.uni-kl.de>.
4121
4122 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4123
4124 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4125
4126 * textmodes/sgml-mode.el: Add unknown maintainer.
4127 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4128 (html-mode-map): Use set-keymap-parent.
4129
4130 2001-04-06 Dave Love <fx@gnu.org>
4131
4132 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4133 Remove redundant string-to-list.
4134
4135 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4136
4137 * composite.el (reference-point-alist): Doc fix.
4138
4139 2001-04-05 Sam Steingold <sds@gnu.org>
4140
4141 * font-lock.el (font-lock-keywords-case-fold-search):
4142 Make buffer-local. This fixes a very annoying bug when loading a Lisp
4143 file made font-lock case-insensitive.
4144
4145 2001-04-05 Gerd Moellmann <gerd@gnu.org>
4146
4147 * faces.el (defface menu): Doc fix.
4148
4149 * wid-edit.el (widget-color-sample-face-get): Don't make
4150 faces for undefined colors.
4151
4152 * version.el (emacs-version): Include LessTif/Motif version info.
4153
4154 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4155
4156 * ps-mule.el: Eliminate cl package dependence.
4157 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4158 if they aren't defined yet.
4159 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4160 Eliminate cl package dependence.
4161
4162 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4163
4164 * progmodes/cc-cmds.el (c-outline-level):
4165 Bind buffer-invisibility-spec. Originally from Dave Love, but
4166 got lost when incorporating version 5.26.
4167
4168 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4169
4170 * emulation/pc-select.el (pc-selection-mode):
4171 Call normal-erase-is-backspace-mode instead of binding
4172 keys individually.
4173
4174 * cus-load.el (normal-erase-is-backspace): Use it instead of
4175 delete-key-deletes-forward.
4176
4177 * startup.el (command-line): Use normal-erase-is-backspace and
4178 normal-erase-is-backspace-mode.
4179
4180 * simple.el (normal-erase-is-backspace): Rename from
4181 delete-key-deletes-forward. Doc fix.
4182 (normal-erase-is-backspace-mode): Rename from
4183 delete-key-deletes-forward-mode. Doc fix.
4184 Run normal-erase-is-backspace-hook.
4185
4186 * dired.el (dired-move-to-filename-regexp): Support file sizes in
4187 ``human-readable'' format produced by GNU `ls'.
4188 (dired-move-to-filename-regexp): Recognize ISO format dates.
4189 From Paul Eggert <eggert@twinsun.com>.
4190
4191 2001-04-04 Gerd Moellmann <gerd@gnu.org>
4192
4193 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4194 New functions.
4195 (lm-verify): Check keywords.
4196 From Eric M. Ludlam <eric@siege-engine.com>.
4197
4198 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4199
4200 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4201 `xemacs' feature instead of for the function `set-extent-property'.
4202
4203 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4204
4205 * mail/mh-utils.el (mh-folder-hist): New var.
4206 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4207
4208 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4209
4210 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4211 region, position point on the first or last 16-byte group.
4212 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4213 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4214 hexl-beginning-of-line.
4215
4216 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4217
4218 * icomplete.el (icomplete-mode): Treat an argument like other
4219 modes do.
4220
4221 * startup.el (fancy-splash-head): Use splash8.xpm for color
4222 depth 8.
4223
4224 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4225 Add an antry for ``converts''.
4226
4227 * language/slovak.el ("Slovak"): Add documentation string.
4228 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4229
4230 * language/czech.el ("Czech"): Add documentation string.
4231 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4232
4233 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4234 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4235
4236 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4237
4238 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4239 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4240 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4241 Use `defsubst' rather than a macro to ease debugging.
4242 (mail-extr-last): Remove (use `last' instead).
4243 (mail-extract-address-components): Properly reset the syntax-table
4244 after parsing an address. Use `last' rather than mail-extr-last.
4245 Make sure the end marker stays at the very end.
4246
4247 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4248
4249 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4250 last change.
4251
4252 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4253
4254 * ps-print.el: Line and paragraph spacing feature. Region to cut
4255 out when printing. Doc fix.
4256 (ps-print-version): New version number (6.5).
4257 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4258 New vars. Line and paragraph spacing feature.
4259 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4260 out when printing.
4261 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4262 (ps-get-font-size, ps-begin-job, ps-continue-line)
4263 (ps-plot-region): Code fix.
4264 (ps-print-prologue-2): Var eliminated.
4265 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4266 New internal vars.
4267 (ps-get-size): New fun.
4268 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4269 (ps-next-line): Replace defun by defsubst.
4270 (ps-mule-plot-string): Autoload doc fix.
4271
4272 * ps-bdf.el: XEmacs compatibility. Doc fix.
4273 (installation-directory, coding-system-for-read): Declare vars if
4274 it's not declared yet.
4275 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4276
4277 * ps-mule.el: XEmacs compatibility. Doc fix.
4278 (leading-code-private-22): Declare var if it's not declared yet.
4279 (charset-bytes, charset-dimension, charset-id, charset-width)
4280 (find-charset-region, split-char, char-width, chars-in-region)
4281 (forward-point, decompose-composite-char, encode-coding-string)
4282 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4283 Define funs if not defined yet.
4284 (encode-composition-rule, find-composition): Define funs if not
4285 loaded yet.
4286 (ps-mule-prologue): PostScript code fix.
4287
4288 2001-04-02 Kenichi Handa <handa@etl.go.jp>
4289
4290 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4291 non-nil, generate font for the header strings.
4292 (ps-mule-prepare-font): Likewise.
4293 (ps-mule-generate-glyphs): Likewise.
4294 (ps-mule-string-encoding): Likewise.
4295 (ps-mule-header-charsets): New variable.
4296 (ps-mule-encode-header-string): New function.
4297 (ps-mule-header-string-charsets): New function.
4298 (ps-mule-begin-job): Check charsets in the header strings. If there
4299 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4300
4301 * ps-print.el (ps-generate-header-line): Encode the header string by
4302 ps-mule-encode-header-string.
4303 (ps-mule-encode-header-string): Declare autoload.
4304
4305 2001-04-02 Gerd Moellmann <gerd@gnu.org>
4306
4307 * frame.el (cursor-in-non-selected-windows):
4308 Replaces show-cursor-in-non-selected-windows.
4309
4310 2001-03-31 Kenichi Handa <handa@etl.go.jp>
4311
4312 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4313 Delete entries for "chinese-py" and "chinese-ziranma".
4314 (quail-misc-package-ext-info): New variable.
4315 (tsang-quick-converter): New function.
4316 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4317 (quick-cns-converter, py-converter, ziranma-converter)
4318 (miscdic-convert, batch-miscdic-convert): New functions.
4319
4320 2001-03-30 Kenichi Handa <handa@etl.go.jp>
4321
4322 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4323 eight-bit-control chars.
4324
4325 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4326 Reduce making temporary vector (suggested by Dave Love).
4327
4328 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4329
4330 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4331 string as well.
4332
4333 2001-03-30 Andreas Schwab <schwab@suse.de>
4334
4335 * files.el (backup-directory-alist): Fix typo.
4336
4337 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4338
4339 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4340 <eggert@twinsun.com>.
4341
4342 2001-03-30 Dave Love <fx@gnu.org>
4343
4344 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4345
4346 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4347
4348 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4349
4350 2001-03-30 Miles Bader <miles@gnu.org>
4351
4352 * subr.el (interactive-form): Fix paren typo.
4353
4354 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4355
4356 * emacs-lisp/profile.el: Say that it's obsolete in the header
4357 line, so that finder.el puts that into its data-base.
4358 Suggested by Alex Schroeder <alex@gnu.org>.
4359
4360 2001-03-29 Paul Eggert <eggert@twinsun.com>
4361
4362 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4363 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4364
4365 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4366
4367 * generic.el (generic-mode-set-comments): Use "" rather than nil
4368 for comment-end.
4369
4370 2001-03-29 Gerd Moellmann <gerd@gnu.org>
4371
4372 * emacs-lisp/advice.el (ad-make-advised-definition):
4373 Call interactive-form to obtain the interactive spec of subrs.
4374
4375 * subr.el (interactive-form): New function.
4376
4377 2001-03-29 Andre Spiegel <spiegel@gnu.org>
4378
4379 * vc-sccs.el (vc-sccs-register): Use relative file names.
4380
4381 2001-03-28 Gerd Moellmann <gerd@gnu.org>
4382
4383 * bookmark.el (bookmark-get-bookmark): Handle case that
4384 BOOKMARK is not a string.
4385
4386 * image.el (image-type-regexps): Change type for PS files
4387 to `postscript'.
4388
4389 * subr.el (read-passwd): Clear command history after each
4390 character entered. From: Stephen Gildea
4391 <gildea@stop.mail-abuse.org>.
4392
4393 2001-03-27 Kenichi Handa <handa@etl.go.jp>
4394
4395 * international/kkc.el (kkc-save-init-file): Locally bind
4396 print-length to nil.
4397
4398 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4399
4400 * textmodes/flyspell.el: Some doc fixes.
4401 (flyspell-maybe-correct-transposition)
4402 (flyspell-maybe-correct-doubling): Use a temporary buffer
4403
4404 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4405
4406 * emacs-lisp/byte-opt.el (byte-optimize-while)
4407 (byte-optimize-form-code-walker): Diagnose too few arguments
4408 for `if' and `while'.
4409
4410 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4411
4412 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4413 Prepend `\' to "\<quail-translation-docstring>".
4414
4415 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4416
4417 * autorevert.el (global-auto-revert-non-file-buffers):
4418 Remove duplicate defcustom.
4419
4420 2001-03-26 Miles Bader <miles@gnu.org>
4421
4422 * international/latin1-disp.el (latin1-char-displayable-p):
4423 Add leading "-" for X font pattern.
4424
4425 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4426
4427 * international/mule-diag.el (describe-coding-system):
4428 For raw-text and emacs-mule, don't add anymore text about what
4429 charsets they can encode.
4430
4431 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4432
4433 * help.el (view-lossage): Mention open-dribble-file in the doc
4434 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4435
4436 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4437
4438 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4439 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4440
4441 2001-03-23 Kenichi Handa <handa@etl.go.jp>
4442
4443 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4444 Call ccl-execute-on-string directly so that CCL program handling
4445 multibyte sequence can work correctly.
4446 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4447 property of the coding system.
4448
4449 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4450
4451 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4452 Fix transcription typo.
4453
4454 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4455
4456 * whitespace.el: Add buffer local variables to toggle testing of
4457 whitespaces in buffers without affecting the default values.
4458 Bump version to 3.0 to account for a few other changes.
4459 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4460 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4461 (whitespace-toggle-spacetab-check): New functions.
4462
4463 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4464
4465 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4466
4467 2001-03-21 Gerd Moellmann <gerd@gnu.org>
4468
4469 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4470 bs-cycle-configuration-name. From Juanma Barranquero
4471 <lektu@uol.com.br>.
4472
4473 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4474 and cc-vars.el.
4475
4476 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4477 headers. Always invoke sendmail with option -t.
4478
4479 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4480
4481 * Release of cc-mode 5.28.
4482
4483 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4484
4485 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4486 Removed the hardcoded switch to "java" style in Java mode.
4487 It's instead taken care of by the default value for c-default-style.
4488
4489 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4490
4491 * cc-align.el (c-lineup-math): Fix bug where lineup was
4492 triggered by equal signs in string literals.
4493
4494 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4495
4496 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4497 limit detection when at the ends of the buffer.
4498
4499 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4500 "for" statement clause in case 7F; a better one is done
4501 earlier in case 7D anyway.
4502
4503 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4504
4505 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4506 somewhat more and did a small optimization.
4507
4508 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4509
4510 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4511 Use the limit argument only to limit the syntactic context
4512 search, not to limit the actual movement.
4513
4514 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4515 inside multiline strings, just like in comments. Also various
4516 fixes to the paragraph and comment prefix recognition, block
4517 comment ender handling etc.
4518
4519 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4520
4521 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4522 the relative position of the point.
4523
4524 * cc-cmds.el (c-electric-continued-statement): New function to
4525 use as abbrev hook to reindent for keywords such as "else"
4526 that continues an earlier statement.
4527
4528 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4529 like classes.
4530
4531 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4532 (pike-mode): Populate the default abbrev tables to reindent for
4533 keywords such as "else" that can continue earlier statements.
4534 Abbrev mode is therefore turned on by default now. (Note that
4535 this doesn't apply to idl-mode, since IDL afaik doesn't have
4536 statements at all.)
4537
4538 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4539
4540 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4541 bracelists where the declaration contains template arguments.
4542
4543 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4544
4545 * cc-cmds.el (c-comment-indent):
4546 Use `c-get-syntactic-indentation' to correctly calculate the
4547 syntactic indentation. Fixes bug with lineup functions that
4548 return vectors.
4549
4550 * cc-engine.el (c-get-syntactic-indentation): Split the
4551 indentation sum calculation from `c-indent-line' to a separate
4552 function.
4553
4554 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4555
4556 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4557 Fixed places where it was assumed that preprocessor directives
4558 have to start in column zero.
4559
4560 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4561 template arguments after a class identifier properly.
4562
4563 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4564 lists for `new Foo[]' constructs in Java as expressions and
4565 not top level definition brace lists on the top level, so that
4566 they'll get indented consistently with the same type of
4567 expression in a normal block.
4568
4569 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4570
4571 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4572 whether the adaptive filling package fails to keep the comment
4573 prefix is now kludged further to check for filladapt-mode
4574 which doesn't have that problem. This is really icky, but it's
4575 the only way that works with the current misfeatures/bugs in
4576 both adaptive-fill-mode and filladapt-mode.
4577
4578 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4579 around point is recognized more robust.
4580
4581 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4582
4583 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4584 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4585 (c-lit-type): Fixed all internal variables used dynamically so
4586 that they are always bound.
4587
4588 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4589 errors:
4590
4591 (c-indent-region): Fixed reporting of syntactic errors so that
4592 the region is fully reindented even when an error occurs.
4593 The last syntactic error is printed afterwards. Also cleanup up a
4594 whole lot of code that tried to optimize indentation of whole
4595 sexps but in reality accomplishes nothing.
4596
4597 (c-indent-sexp): Use c-indent-region.
4598
4599 (c-parsing-error): Changed this variable to hold the message
4600 for any syntactic error that is discovered.
4601
4602 (c-parse-state): Search backward from point instead of the bod
4603 position when the latter is invalid. This makes CC Mode
4604 recover faster when there are unbalanced close braces.
4605
4606 (c-backward-to-start-of-if): Use c-parsing-error to report
4607 dangling "else" clauses instead of throwing an error, and fall
4608 back to a reasonable position.
4609
4610 (c-indent-line): Added argument to avoid reporting syntactic errors.
4611
4612 (c-show-syntactic-information): Don't report any syntactic errors.
4613
4614 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4615
4616 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4617 paragraph recognition when moving by sentence in literals.
4618
4619 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4620 start regexp for javadoc to recognize javadoc markup in general instead
4621 of a specific set of keywords, to be more future-safe.
4622
4623 (c-Pike-pikedoc-paragraph-start)
4624 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4625 pikedoc markup.
4626
4627 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
4628
4629 (pike-mode): Initialize paragraph settings pikedoc recognition.
4630
4631 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4632
4633 (c-comment-prefix-regexp): Made it possible to use an
4634 association list on this to specify mode specific regexps.
4635 The default value now use a special regexp in Pike mode to
4636 recognize pikedoc markup.
4637
4638 (c-current-comment-prefix): New variable containing the actual
4639 regexp from c-comment-prefix-regexp for the current buffer.
4640
4641 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4642
4643 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4644 lists: We can't look at the syntax, since a brace list can get
4645 recognized as a plain statement-cont.
4646
4647 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4648 special brace list opener broken over two lines got recognized
4649 as a statement on the second line. Case 9A changed.
4650
4651 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4652
4653 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4654 adjustment after line is reindented.
4655
4656 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4657
4658 * cc-defs.el (c-point): Added optional argument for position
4659 to use instead of the current point.
4660
4661 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4662 the in-expression block symbols when the construct starts at
4663 boi, to avoid the extra level of indentation in that case.
4664 Cases 4, 16A and 17E affected.
4665
4666 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4667
4668 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
4669 calls to `c-indent-line', to adhere better to Emacs conventions.
4670
4671 * cc-engine.el (c-indent-line): Use the syntax already bound
4672 to `c-syntactic-context', if there is any.
4673
4674 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4675
4676 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4677 wasn't added up correctly when a lineup function returned nil.
4678
4679 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4680
4681 * cc-engine.el (c-collect-line-comments): Fixed bug where
4682 empty lines were ignored when collecting line comments backwards.
4683
4684 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4685
4686 * cc-align.el (c-lineup-dont-change): Return an absolute
4687 indentation column to work correctly in the case when several
4688 syntactic elements are processed for the same line.
4689
4690 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4691 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4692 (c-set-offset): Added absolute indentation column settings by
4693 using the vector type.
4694
4695 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4696
4697 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4698 Implemented two new cleanups `space-before-funcall' and
4699 `compact-empty-funcall'.
4700
4701 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4702
4703 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4704 helping building regexps.
4705
4706 * cc-engine.el (c-on-identifier): New function for detecting
4707 identifiers. It takes keywords into account.
4708
4709 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4710 lists. `c-keywords' is set to a regexp matching all keywords
4711 in the current language.
4712
4713 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4714
4715 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4716 list of characters to skip backwards over at the beginning of
4717 a statement, since it can precede string literals in Pike.
4718
4719 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4720
4721 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4722 recognition when standing on the last line in a C++ comment
4723 with nothing but whitespace after the prefix.
4724
4725 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4726 given no limit argument.
4727
4728 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4729
4730 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4731 recognition for the `[]= operator symbol in Pike.
4732
4733 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4734
4735 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4736 around a bug in `eval-when-compile' in the byte compiler.
4737
4738 * cc-engine.el (c-forward-token-1): Fixed bug with return
4739 value when count is zero and there's no token start within the limit.
4740
4741 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4742 "prefix comments", i.e. comments which are followed by code on
4743 the same line.
4744
4745 * cc-mode-19.el: Fixes so that checks that must be done at
4746 compile time also are done then.
4747
4748 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4749
4750 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4751 time and at runtime, and only when it's needed.
4752
4753 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4754
4755 Major cleanup for less error prone and more warning free
4756 compilation, including some fixes for bugs due to different
4757 compilation orders. Thanks to Martin Buchholz for providing
4758 the basis for all this.
4759
4760 * cc-bytecomp.el: New file that provides some byte compilation
4761 features: It ensures that files always are loaded from the
4762 current source directory during compilation, and it provides a
4763 set of macros to turn off specific compiler warnings for
4764 specific symbols. (It's not CC Mode specific in any way.)
4765
4766 Fixed a nearly acyclic dependency tree (both runtime and
4767 compile-time) between all files.
4768
4769 * cc-defs.el: Separated all macros before the inline functions,
4770 to ensure correct compilation.
4771
4772 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4773 cc-defs.el to cc-engine.el and made it a function instead.
4774
4775 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4776 about char-after.
4777
4778 * cc-vars.el: Cope even when there isn't a custom package
4779 containing defcustom available.
4780
4781 * cc-make.el: Removed since it's no longer necessary.
4782
4783 README: Updated installation instructions.
4784
4785 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4786
4787 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4788 improve the modularity: Moved all mode init stuff from
4789 cc-langs.el to cc-mode.el, including the keymap
4790 initialization; cc-langs now only contains the various
4791 variables for configuring the language syntax.
4792
4793 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4794 (c-get-offset): Moved from cc-styles to cc-engine since file
4795 dependency analysis suggests they belong there (which also
4796 makes more sense). Thanks to Martin Buchholz for doing the analysis.
4797
4798 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4799
4800 * cc-cmds.el (c-fn-region-is-active-p): New function that
4801 wraps the corresponding macro, for use in places that aren't
4802 compiled. Thanks to Martin Buchholz for pointing out this.
4803
4804 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
4805
4806 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4807 add things to the bug report.
4808
4809 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4810
4811 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4812 returned prefix could contain a newline when the search for a
4813 good prefix line failed.
4814
4815 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4816
4817 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4818 (c-toggle-auto-hungry-state): Made the argument optional, as
4819 the documentation says it is.
4820
4821 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4822
4823 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4824 multiline string syntax, #"...", as a cpp macro.
4825
4826 2001-03-21 Paul Eggert <eggert@twinsun.com>
4827
4828 * international/mule-cmds.el (set-locale-environment):
4829 Set system-messages-locale and system-time-locale, but only if the
4830 caller specifies a non-nil locale name.
4831
4832 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4833
4834 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
4835 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
4836
4837 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4838
4839 * follow.el (follow-avoid-tail-recenter): Doc fix.
4840
4841 * custom.el (custom-set-variables): Avoid reversing the list
4842 of args needlessly.
4843
4844 * startup.el (fancy-splash-head): Don't change the colors of the
4845 XPM image on a dark background.
4846
4847 * comint.el (comint-exec-1): Set columns of the terminal to
4848 window-width instead of frame-width.
4849
4850 * info.el (Info-scroll-down): Add missing WINDOW arg for
4851 pos-visible-in-window-p.
4852
4853 * ehelp.el (electric-help-mode-hook): Add defcustom.
4854
4855 * mail/sendmail.el (mail-mode): Activate case-folding in
4856 font-lock-defaults.
4857
4858 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4859
4860 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4861 (completion-ignored-extensions): Remove duplicate ".class".
4862
4863 2001-03-19 Andreas Schwab <schwab@suse.de>
4864
4865 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4866 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4867
4868 2001-03-19 Gerd Moellmann <gerd@gnu.org>
4869
4870 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4871 methods since there are not prefix input methods.
4872
4873 2001-03-19 Kenichi Handa <handa@etl.go.jp>
4874
4875 * international/mule-cmds.el (read-input-method-name):
4876 Locally bind enable-recursive-minibuffers to t.
4877
4878 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4879
4880 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4881
4882 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
4883
4884 * ediff-util.el: Copyright years.
4885 (ediff-choose-syntax-table): New function.
4886 (ediff-setup): Use ediff-choose-syntax-table.
4887
4888 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4889 with-syntax-table.
4890
4891 * ediff.el: Date of last update, copyright years.
4892
4893 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4894
4895 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4896 of Scott Bronson.
4897 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4898 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4899 Deleted functions.
4900 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4901 ex-token-list.
4902
4903 * viper-util.el: Spaces, indentation.
4904
4905 * viper.el: Changed version, modification time.
4906
4907 2001-03-16 John Wiegley <johnw@gnu.org>
4908
4909 * calendar/timeclock.el (timeclock-workday-remaining):
4910 Check whether `discrep' is non-null before using it.
4911
4912 2001-03-16 John Wiegley <johnw@gnu.org>
4913
4914 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4915 first-time checkins.
4916 (timeclock-log-data): Fixed problem with reading timelog log file.
4917 Resulting data in the "day list" was incorrect.
4918 (timeclock-find-discrep): Check if `timeclock-file' is readable
4919 before opening it.
4920 (timeclock-time-less-p): New function.
4921 (timeclock-day-base): New function.
4922 (timeclock-geometric-mean): New function.
4923 (timeclock-generate-report): Generate a summary report based on
4924 the contents of the log file. This uses `timeclock-log-data', and
4925 is an example of writing a timelog manipulation function.
4926 (timeclock-visit-timelog): A quick command for opening the timelog
4927 file.
4928 (timeclock-log-data): Bound the variable event.
4929
4930 2001-03-16 Kenichi Handa <handa@etl.go.jp>
4931
4932 * international/mule-cmds.el (select-safe-coding-system):
4933 Fix typo: symbol-name -> symbol-value.
4934
4935 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4936 before substitute-in-file-name to handle double slashes in FILE
4937 correctly.
4938
4939 2001-03-15 Gerd Moellmann <gerd@gnu.org>
4940
4941 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4942 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4943
4944 2001-03-14 Gerd Moellmann <gerd@gnu.org>
4945
4946 * bindings.el (features): Add `md5' and `overlay' to the list.
4947
4948 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4949 bound before using it. It's not bound when configured without X,
4950 for instance.
4951
4952 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4953
4954 * progmodes/hideshow.el: Update copyright.
4955 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
4956 (hs-minor-mode-hook): Include `:version' in defcustom form.
4957
4958 2001-03-13 Gerd Moellmann <gerd@gnu.org>
4959
4960 * help.el (string-key-binding): Don't call event-start on
4961 a non-list.
4962
4963 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4964
4965 * startup.el (fancy-splash-tail, command-line-1): Fix the
4966 copyright year.
4967
4968 2001-03-13 Kenichi Handa <handa@etl.go.jp>
4969
4970 * term.el: These changes are based on a patch sent from Yong Lu
4971 <lyongu@yahoo.com>.
4972 (term-set-escape-char): Bind M-x to execute-extended-command in
4973 term-raw-escape-map.
4974 (term-move-columns): Don't try to move to negagive column.
4975 (term-emulate-terminal): Insert a string before deleting a text to
4976 overwrite.
4977
4978 2001-03-12 Gerd Moellmann <gerd@gnu.org>
4979
4980 * play/life.el (life): Rearrange code so that all calls to
4981 life-display-generation are in a catch-form.
4982
4983 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4984 file that isn't interesting. In an interesting file, push the old
4985 value of point on the mark ring.
4986
4987 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4988 New function.
4989 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4990 Use it.
4991
4992 * emacs-lisp/autoload.el (generate-file-autoloads):
4993 Remove warning about line lengths.
4994
4995 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4996
4997 * progmodes/etags.el (tags-compression-info-list): New variable.
4998 (find-tag-in-order): Use it to deal with compressed source files.
4999 (tag-file-name-match-p): New function.
5000 (etags-recognize-tags-table): Use it for better match of file names.
5001
5002 2001-03-12 Kenichi Handa <handa@etl.go.jp>
5003
5004 * international/mule-cmds.el (register-input-method): Doc fix.
5005
5006 * international/quail.el (quail-translate-key): Fix condition to
5007 check if there's another breaking point in the current key.
5008
5009 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
5010
5011 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
5012 Babyl header to the newly-created output file, bind
5013 coding-system-for-write to either rmail-file-coding-system or
5014 emacs-mule-unix.
5015
5016 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
5017
5018 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5019 Fix the name and regexp used for subsubsections.
5020
5021 2001-03-10 Dave Love <fx@gnu.org>
5022
5023 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5024 and save-buffer if buffer-file-name non-nil. From rms.
5025
5026 2001-03-10 Andre Spiegel <spiegel@gnu.org>
5027
5028 * vc.el (vc-do-command): If the destination buffer is already
5029 current, don't set it up and don't erase it. Updated doc string
5030 to reflect that.
5031 (vc-version-diff): When doing a single file diff, don't switch to the
5032 *vc-diff* buffer before the command. This is to preserve local
5033 variable bindings that might affect the diff command.
5034 (vc-print-log): Don't switch to the *vc* buffer before the
5035 command, so that local variable bindings are preserved.
5036
5037 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
5038 not the current buffer.
5039 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5040
5041 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
5042 make output go to buffer *vc*, not the current buffer.
5043
5044 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5045
5046 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5047 so ^, $, *, ? and + are interpreted correctly.
5048
5049 2001-03-09 Gerd Moellmann <gerd@gnu.org>
5050
5051 * help.el (string-key-binding): Renamed from
5052 mode-line-key-binding. Handle any event on a string.
5053 Check for `keymap' properties as well as `local-map' properties.
5054
5055 * comint.el (comint-insert-clicked-input): Use the last key
5056 from this-command-keys to lookup the global key definition.
5057
5058 2001-03-09 Kenichi Handa <handa@etl.go.jp>
5059
5060 * international/characters.el: Add category `j' for
5061 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5062
5063 * international/mule-conf.el (no-conversion): Fix docstring.
5064 (raw-text): Fix docstring.
5065
5066 2001-03-08 Gerd Moellmann <gerd@gnu.org>
5067
5068 * simple.el (choose-completion-string): When not leaving the
5069 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5070 is set.
5071
5072 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5073 parameter `(minibuffer . t)'.
5074
5075 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5076
5077 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5078 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5079 (sh-mode): Remove `make-local-variable' for unused var
5080 `font-lock-unfontify-region-function'.
5081
5082 2001-03-07 Richard M. Stallman <rms@gnu.org>
5083
5084 * info.el (Info-scroll-down): Fix previous change.
5085
5086 * mail/rmail.el (rmail-toggle-header): Use a window which
5087 is showing the Rmail buffer, rather than the selected window.
5088
5089 2001-03-07 Dave Love <fx@gnu.org>
5090
5091 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5092 now, to avoid problems with binding imenu directly to a mouse event.
5093
5094 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5095
5096 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5097 second arg t.
5098
5099 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5100
5101 * log-edit.el (log-edit-common-indent): New var.
5102 (log-edit-set-common-indentation): Renamed from
5103 log-edit-delete-common-indentation. Use the new var.
5104 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5105
5106 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5107 (cvs-mode-add-change-log-entry-other-window):
5108 Don't presume change-log-default-name is defined.
5109
5110 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5111
5112 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5113 the "tree" operation as well.
5114
5115 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5116
5117 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5118 to match paragraph-start.
5119
5120 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5121 comment-start-skip and set comment-end-skip as well.
5122 (sgml-comment-indent): Fix for new value of comment-start-skip.
5123 (html-autoview-mode): Don't bother using make-local-hook.
5124
5125 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5126
5127 * cus-edit.el (custom-save-delete): Move in front of local
5128 variables, otherwise long Custom entries would make them ineffective.
5129
5130 * uniquify.el: Set maintainer to FSF.
5131
5132 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5133
5134 * dired-aux.el (dired-do-shell-command): Doc fix.
5135
5136 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5137
5138 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5139
5140 * which-func.el (which-func-modes): Add cperl-mode.
5141 (which-func-mode-global): Use define-minor-mode.
5142
5143 * info-look.el: Docstring fixes and dead code eliminated.
5144 (cperl-mode): Add support.
5145 (emacs-lisp-mode): List all entries from elisp manual, whether
5146 or not they are currently (f)bound or not. Update regexp.
5147
5148 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5149
5150 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5151 so that C-h m shows the correct information.
5152 Use make-local-variable rather than make-variable-buffer-local.
5153 (cperl-info-buffer, cperl-setup-tmp-buf):
5154 Use make-local-variable rather than make-variable-buffer-local.
5155 (cperl-msb-fix, cperl-get-help-defer):
5156 Check major-mode for `cperl-mode' as well.
5157
5158 * progmodes/cperl-mode.el: Updated to author version 4.23.
5159 (cperl-electric-pod): SYNOPSIS was misspelled.
5160 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5161 (cperl-after-expr-p): Make true after __END__.
5162
5163 2001-03-06 Gerd Moellmann <gerd@gnu.org>
5164
5165 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
5166 bookmark-completion-ignore-case is t.
5167
5168 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5169 switch, like xterm, and concat resource strings, with a newline
5170 between them.
5171
5172 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5173
5174 * international/codepage.el (cp770-decode-table)
5175 (cp773-decode-table, cp774-decode-table): New variables.
5176
5177 * man.el (Man-hyphenated-reference-regexp): New variable.
5178 (Man-build-references-alist): Use it to search for referenced
5179 manpages. If hyphenated is non-nil, record a concatenated word in
5180 Man-refpages-alist only if it matches Man-reference-regexp.
5181 Update word's length when it is concatenated. Reverse the list,
5182 to get the first manpage at the head.
5183 (Man-possibly-hyphenated-word): New function.
5184 (Man-follow-manual-reference): Use it instead of current-word to
5185 find a manpage at point, in a way that accounts for hyphenated
5186 references.
5187
5188 2001-03-06 Alex Schroeder <alex@gnu.org>
5189
5190 * sql.el (sql-interbase): New function.
5191 (sql-interbase-program): New option.
5192 (sql-interbase-options): New option.
5193 And some typos fixed: "customise" to "customize".
5194
5195 2001-03-06 Dave Love <fx@gnu.org>
5196
5197 * textmodes/flyspell.el (flyspell-region):
5198 Set up flyspell-local-mouse-map.
5199
5200 2001-03-05 Richard M. Stallman <rms@gnu.org>
5201
5202 * mail/rmail.el (rmail-retry-failure):
5203 Don't call rmail-beginning-of-message.
5204 Don't discard From: field. Do discard Received: field.
5205 Use unwind-protect to re-prune.
5206 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
5207
5208 2001-03-06 Kenichi Handa <handa@etl.go.jp>
5209
5210 * international/quail.el (quail-title): Add autoload cookie.
5211
5212 2001-03-05 Dave Love <fx@gnu.org>
5213
5214 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5215 new defs.
5216
5217 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5218
5219 * language/ethio-util.el (ethio-toggle-space):
5220 Update current-input-method-title if necessary.
5221 (ethio-toggle-punctuation): Likewise.
5222
5223 * international/quail.el (quail-title): Fix for the case that a
5224 title of an input method is specified by a list of the same form
5225 as used in mode-line-format.
5226
5227 * international/mule-cmds.el (activate-input-method):
5228 If current-input-method-title is set by activating INPUT-METHOD,
5229 respect that value.
5230
5231 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5232
5233 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5234
5235 2001-03-05 Alex Schroeder <alex@gnu.org>
5236
5237 * sql.el (sql-sybase): Fix typo (was: query user about server two
5238 times instead of server and database).
5239
5240 * sql.el (sql-sybase): Doc change.
5241 (sql-mysql): Doc change.
5242 (sql-postgres): Doc change.
5243
5244 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5245
5246 * international/mule-conf.el (emacs-mule, raw-text):
5247 Docstring modified.
5248
5249 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5250
5251 * term/internal.el: Update copyright notice.
5252
5253 * term/pc-win.el: Update copyright notice.
5254
5255 2001-03-02 Dave Love <fx@gnu.org>
5256
5257 * files.el (insert-file-contents-literally):
5258 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5259 not jka-compr-compression-info-list.
5260
5261 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5262
5263 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5264 spaces in default comment-start-skip settings rather than \s-.
5265
5266 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5267
5268 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5269 default-frame-alist as well.
5270
5271 2001-03-01 Dave Love <fx@gnu.org>
5272
5273 * textmodes/reftex.el (defvar): Wrap some defvars in
5274 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5275
5276 * subr.el (event-basic-type): Doc fix.
5277
5278 * international/quail.el: Doc fixes.
5279
5280 * international/utf-8.el: Doc fixes.
5281
5282 * international/mule-cmds.el: Doc fixes.
5283 (leim-list-header): Fix header text.
5284
5285 * international/mule.el (coding-system-category): Doc fix.
5286
5287 * international/ccl.el (ccl-compile): Doc fix.
5288
5289 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5290
5291 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5292 rather than (before|after)-change-functions.
5293
5294 2001-03-01 Gerd Moellmann <gerd@gnu.org>
5295
5296 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5297 scroll-left and scroll-right being called interactively so that
5298 they set the window's min_hscroll.
5299
5300 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5301
5302 * info.el (info-insert-file-contents-1): Accept an additional
5303 argument `lfn': if it is non-nil, concatenate `filename' and
5304 `suffix'; otherwise use the complicated MS-DOS code.
5305 All callers changed.
5306 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5307 can access long file names, try the long file-name version of
5308 `info-insert-file-contents-1', then the short file-name version.
5309
5310 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
5311
5312 * language/ethio-util.el (setup-ethiopic-environment-internal):
5313 Change bindings of functions keys to conform to "Emacs Lisp Coding
5314 Convention".
5315
5316 * language/ethiopic.el ("Ethiopic"): Add documentation.
5317
5318 2001-02-28 Kenichi Handa <handa@etl.go.jp>
5319
5320 * international/utf-8.el (mule-utf-8): Set coding-category
5321 property to coding-category-utf-8.
5322
5323 2001-02-27 Richard M. Stallman <rms@gnu.org>
5324
5325 * lpr.el (lpr-page-header-switches, print-region-1):
5326 Undo 2000-07-06 change.
5327 (lpr-add-switches): Default to t on gnu/linux.
5328
5329 2001-02-27 Gerd Moellmann <gerd@gnu.org>
5330
5331 * bs.el (bs-attributes-list): Doc fix.
5332
5333 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5334
5335 * help.el (describe-project): Display the file THE-GNU-PROJECT.
5336
5337 * help.el (view-order-manuals): Use goto-address.
5338
5339 * startup.el (command-line-1): Add info about ordering manuals
5340 to the not so fancy splash screens.
5341
5342 2001-02-26 Andre Spiegel <spiegel@gnu.org>
5343
5344 * vc.el (vc-default-workfile-unchanged-p)
5345 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
5346
5347 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5348
5349 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
5350 fontify in the right buffer.
5351
5352 * allout.el (outline-flag-region): Move macro in front of first
5353 use to avoid a run-time error.
5354
5355 2001-02-24 Andrew Innes <andrewi@gnu.org>
5356
5357 * makefile.w32-in: Fix copyright notice.
5358
5359 2001-02-24 Kenichi Handa <handa@etl.go.jp>
5360
5361 * international/utf-8.el (mule-utf-8): Set correct value for
5362 valid-codes property.
5363
5364 * international/fontset.el (x-complement-fontset-spec): In the
5365 case that we use ASCII font for the other charsets, use only
5366 family and registry part of it.
5367
5368 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5369
5370 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5371 (shrink-window-if-larger-than-buffer): Doc fix.
5372
5373 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5374
5375 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5376 predicate passed to completing-read.
5377
5378 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5379
5380 * startup.el (command-line): Fix last change.
5381
5382 2001-02-23 Jason Rumney <jasonr@gnu.org>
5383
5384 * startup.el (tool-bar-originally-present): New variable.
5385 (command-line): Set it if the tool-bar is switched on at startup.
5386
5387 * frame.el (frame-notice-user-settings): Only adjust frame height
5388 for no tool-bar case if tool-bar was originally switched on.
5389 From E. Jay Berkenbilt.
5390
5391 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5392
5393 * server.el (server-switch-buffer): Only switch window if the
5394 current one is dedicated.
5395
5396 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5397 rather than using (match-beginning 0) when searching for break point.
5398
5399 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5400
5401 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5402 @ follows an accent command such as @'. Support optional braces
5403 in commands that insert accents, like makeinfo does.
5404
5405 2001-02-22 Gerd Moellmann <gerd@gnu.org>
5406
5407 * startup.el (fancy-splash-text): Add a line for ordering
5408 manuals. Reverse order of splash screens shown.
5409 (use-fancy-splash-screens-p): Adapt to the text line added.
5410
5411 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5412 manuals from the FSF.
5413
5414 * help.el (view-order-manuals): New function.
5415 (toplevel): Bind C-h C-m to this function.
5416
5417 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5418
5419 * newcomment.el (comment-forward): Skip the comment-start before
5420 searching for the comment-end.
5421
5422 2001-02-21 Dave Love <fx@gnu.org>
5423
5424 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5425
5426 * international/mule-cmds.el, international/mule.el: Doc fixes.
5427
5428 2001-02-21 Gerd Moellmann <gerd@gnu.org>
5429
5430 * startup.el (fancy-splash-screens): Use display-hourglass
5431 instead of display-busy-cursor.
5432
5433 * frame.el (display-hourglass): Renamed from busy-cursor.
5434 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5435 (show-cursor-in-non-selected-windows): Doc fix.
5436
5437 2001-02-20 Dave Love <fx@gnu.org>
5438
5439 * international/utf-8.el: Doc and commentary fixes.
5440
5441 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5442
5443 * ehelp.el (with-electric-help): Doc fix.
5444
5445 2001-02-20 Gerd Moellmann <gerd@gnu.org>
5446
5447 * msb.el (msb-mode): Call the update-buffers function explicitly
5448 with a FORCE argument.
5449
5450 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5451 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5452 returns nil.
5453
5454 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5455
5456 * ps-print.el: Timestamp package replacement. Some enhancements.
5457 Some XEmacs compatibility. Doc fix.
5458 (ps-print-version): New version number (6.4).
5459 (ps-printer-name): Initialization fix.
5460 (ps-zebra-stripe-follow): Funcionality enhancement.
5461 (ps-prologue-file): Code enhancement.
5462 (ps-right-header): Timestamp package replacement.
5463 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5464 (ps-get-page-dimensions)
5465 (ps-generate-header, ps-begin-file, ps-begin-job)
5466 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5467 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5468 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5469 (coding-system-for-write): Var declaration (XEmacs compatibility).
5470
5471 2001-02-20 Miles Bader <miles@gnu.org>
5472
5473 * image-file.el (image-file-name-extensions): Add "tif".
5474
5475 2001-02-19 Gerd Moellmann <gerd@gnu.org>
5476
5477 * wid-edit.el (widget-button-click): Save the selected window
5478 around the code handling clicks on buttons.
5479
5480 2001-02-18 Dave Love <fx@gnu.org>
5481
5482 * imenu.el (imenu--generic-function): Use mapc to iterate over
5483 syntax characters.
5484
5485 2001-02-17 Richard M. Stallman <rms@gnu.org>
5486
5487 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5488
5489 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5490
5491 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5492
5493 * mouse.el (mouse-save-then-kill): If the distance from the new
5494 point to the mark is equal to the distance of point from the new
5495 point, move point instead of the mark.
5496
5497 2001-02-16 Dave Love <fx@gnu.org>
5498
5499 * textmodes/flyspell.el (flyspell-get-word): Return string without
5500 properties.
5501
5502 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5503
5504 * generic.el (generic-find-file-regexp): Doc fix.
5505 (generic-ignore-files-regexp): New defcustom.
5506 (generic-mode-find-file-hook): If the file's name matches the
5507 regexp in `generic-ignore-files-regexp', don't enter
5508 default-generic-mode. Doc fix.
5509
5510 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5511
5512 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
5513 Add autoload cookies.
5514
5515 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
5516 of cal-tex-24.
5517
5518 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5519
5520 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5521
5522 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5523 the character class after the (optional) drive, to support file
5524 names with embedded blanks.
5525
5526 2001-02-15 Sam Steingold <sds@gnu.org>
5527
5528 * textmodes/tex-mode.el (tex-shell-running):
5529 Check the process buffer too.
5530
5531 2001-02-15 Dave Love <fx@gnu.org>
5532
5533 * battery.el (battery-status-function): Fix doc, :type.
5534
5535 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
5536
5537 2001-02-15 Gerd Moellmann <gerd@gnu.org>
5538
5539 * subr.el (read-passwd): Clear Lisp memory holding password.
5540
5541 2001-02-15 Miles Bader <miles@gnu.org>
5542
5543 * info.el (Info-copy-current-node-name): New function.
5544 (Info-mode-menu): Add it to the menu.
5545
5546 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5547
5548 * international/mule-cmds.el (toggle-input-method): Doc fix.
5549
5550 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5551
5552 * replace.el (occur): Stop at end of buffer.
5553
5554 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5555
5556 * international/mule-cmds.el (set-input-method): Another doc fix.
5557
5558 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5559
5560 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5561
5562 2001-02-13 Miles Bader <miles@gnu.org>
5563
5564 * faces.el (set-face-background, set-face-foreground)
5565 (set-face-stipple): Treat a value of nil as being `unspecified'.
5566
5567 2001-02-12 Dave Love <d.love@dl.ac.uk>
5568
5569 * international/latin1-disp.el: Doc fixes.
5570 (latin1-display) <defgroup>: Add :link.
5571 (latin1-display) <function>: Set variable latin1-display.
5572
5573 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5574
5575 * international/mule-cmds.el (set-input-method): Doc fix.
5576
5577 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5578
5579 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5580 (speedbar-line-file): Return nil if not a file.
5581 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5582
5583 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
5584
5585 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5586 for remote files.
5587 (ediff-coding-system-for-read): Replaced the no-conversion default
5588 with raw-text.
5589
5590 * ediff-init.el: Removed :version from defcustom vars.
5591
5592 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5593 Better handling of the diff mode.
5594
5595 * ediff.texi: Added ediff-coding-system-for-read.
5596
5597 * viper.texi: Fix typos.
5598
5599 2001-02-11 Dave Love <fx@gnu.org>
5600
5601 * shadowfile.el: Doc fixes.
5602 (shadow) <defgroup>: Add :link.
5603 (shadowfile-unload-hook): New function.
5604 (shadow-initialize): Use defalias, not fset.
5605 (shadow-define-cluster, shadow-define-literal-group)
5606 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
5607
5608 * international/mule.el: Doc and message fixes.
5609
5610 * international/ccl.el (define-ccl-program): Doc fix.
5611
5612 2001-02-11 Kenichi Handa <handa@etl.go.jp>
5613
5614 * faces.el (mode-line): Set :line-width property to -1.
5615
5616 2001-02-10 Richard M. Stallman <rms@gnu.org>
5617
5618 * complete.el (partial-completion-mode): Doc fix.
5619
5620 * simple.el (delete-key-deletes-forward-mode):
5621 Change `let' to `let*' to fix gross bug in last change.
5622
5623 * repeat.el (repeat): Don't let execute-kbd-macro alter
5624 real-last-command.
5625
5626 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5627
5628 * simple.el (eval-expression): Doc fix.
5629
5630 2001-02-09 Dave Love <fx@gnu.org>
5631
5632 * imenu.el (imenu-generic-expression): Doc fix.
5633
5634 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5635 From Juanma Barranquero.
5636
5637 * emacs-lisp/authors.el (authors): Expand `root' before running find.
5638
5639 2001-02-09 Kenichi Handa <handa@etl.go.jp>
5640
5641 * faces.el (set-face-attribute): Describe the case of a negative
5642 value specified for :line-width.
5643
5644 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5645
5646 * which-func.el (which-func-mode): Invert which-func-mode-global.
5647 From Juanma Barranquero <lektu@uol.com.br>.
5648
5649 2001-02-08 Dave Love <fx@gnu.org>
5650
5651 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5652 widget-plist-value-type.
5653 (widget-alist-convert-widget): Replace binding of
5654 widget-alist-value-type.
5655
5656 * textmodes/paragraphs.el (sentence-end): Doc fix.
5657
5658 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5659 Remove `backward-line'.
5660
5661 * play/pong.el (pong-blank-color, pong-bat-color)
5662 (pong-ball-color, pong-border-color, pong-left-key)
5663 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5664 (pong-pause-key, pong-resume-key, pong-timer-delay):
5665 * mail/mh-comp.el (mh-compose-letter-function):
5666 * eshell/esh-mode.el (eshell-skip-prompt-function):
5667 * emulation/viper-ex.el (ex-unix-type-shell-options):
5668 * recentf.el (recentf-menu-filter):
5669 * ps-print.el (ps-print-region-function):
5670 * lpr.el (print-region-function):
5671 * forms.el (forms-mode-hooks):
5672 * dirtrack.el (dirtrack-directory-change-hook):
5673 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5674 * textmodes/spell.el (spell-filter):
5675 * textmodes/fill.el (adaptive-fill-function):
5676 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5677 * progmodes/etags.el (find-tag-default-function):
5678 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
5679 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5680
5681 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5682
5683 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5684 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5685 Meyering <jim@meyering.net>.
5686
5687 * loadup.el: Revert last change.
5688
5689 2001-02-07 Kenichi Handa <handa@etl.go.jp>
5690
5691 * international/mule.el (transform-make-coding-system-args):
5692 Make it work also for coding systems not using CCL.
5693
5694 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5695
5696 * simple.el (previous-matching-history-element)
5697 (next-matching-history-element): Doc fix.
5698
5699 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5700 specific part.
5701
5702 2001-02-06 Dave Love <fx@gnu.org>
5703
5704 * add-log.el (add-log-current-defun-function)
5705 (add-log-buffer-file-name-function, add-log-file-name-function):
5706 Fix :type.
5707 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5708
5709 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5710
5711 * info.el (info-initialize): Remove the test for system-type when
5712 invocation-directory is non-nil.
5713
5714 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5715 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5716
5717 2001-02-06 Andrew Innes <andrewi@gnu.org>
5718
5719 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5720 absolute.
5721
5722 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5723
5724 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5725 buffers. When hi-lock turned on rather than only checking current
5726 buffer for regexps, all buffers are checked. Moved activation of
5727 font-lock to hi-lock-refontify. When font-lock turned off rather
5728 than removing added highlighting just in current buffer, remove it
5729 in all buffers. Changed edit menu text from "Automatic
5730 Highlighting" to "Regexp Highlighting" Documentation for
5731 highlighting phrases, minor documentation changes.
5732 (hi-lock-set-file-patterns): Execute only if there are new or
5733 existing file patterns.
5734 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5735 unfontify and, if a support mode is active, will not refontify the
5736 whole buffer. If necessary, turn on font lock. (Removed
5737 font-lock-unfontify and font-lock support-mode-specific calls,
5738 such as lazy-lock-fontify-window.)
5739 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5740 patterns are found. Not useful now since find-file-hook is removed
5741 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
5742 (hi-lock-face-phrase-buffer): New function. Also added related
5743 menu item and keybinding.
5744 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5745 (hi-lock-process-phrase): New function.
5746 (hi-lock-line-face-buffer): Doc fixes.
5747 (hi-lock-face-buffer): Doc fixes.
5748 (hi-lock-unface-buffer): Doc fixes.
5749
5750 2001-02-06 Gerd Moellmann <gerd@gnu.org>
5751
5752 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5753 dabbrev-ignored-regexps.
5754
5755 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5756
5757 * simple.el (kill-line): Doc fix.
5758
5759 2001-02-05 Dave Love <fx@gnu.org>
5760
5761 * loadup.el: Revert last two changes -- bootstrapping works with
5762 regenerated loaddefs.
5763
5764 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5765
5766 * isearch.el (isearch-forward): Doc fix.
5767
5768 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5769 of font-lock-defaults to backward-paragraph.
5770
5771 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5772
5773 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5774 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5775
5776 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5777
5778 * ebnf2ps.el: Eliminate time-stamp functions.
5779 (ebnf-version): New version (3.5).
5780 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5781 format-time-string.
5782
5783 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5784
5785 * simple.el (next-line): Goto end-of-line before inserting a newline.
5786
5787 2001-02-05 Miles Bader <miles@gnu.org>
5788
5789 * image-file.el (insert-image-file): When visiting an image, also
5790 set `truncate-lines' to t so that any fringe arrow looks correct.
5791
5792 2001-02-05 Kenichi Handa <handa@etl.go.jp>
5793
5794 * isearch.el (isearch-forward): Add description about input method
5795 in the docsting.
5796
5797 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5798
5799 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5800
5801 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5802
5803 * info.el (info-initialize): If installation-directory is nil, for
5804 DOS/Windows systems try looking in a sibling of invocation-directory.
5805
5806 2001-02-02 Gerd Moellmann <gerd@gnu.org>
5807
5808 * wid-edit.el (widget-button-click): Fix last change.
5809
5810 * frame.el (frame-notice-user-settings): When resizing the initial
5811 frame because the tool bar is off, also change the frame's top
5812 position if a negative top position was specified.
5813
5814 2001-02-02 Miles Bader <miles@gnu.org>
5815
5816 * image-file.el (insert-image-file): When visiting an image,
5817 suppress the cursor in the image buffer.
5818
5819 2001-02-01 Dave Love <fx@gnu.org>
5820
5821 * progmodes/f90.el (f90-mode): Remove startup message.
5822
5823 * vc-cvs.el: Remove autoloads. Require vc when compiling.
5824
5825 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5826
5827 * startup.el (command-line): Fix code determining whether or not
5828 to use delete-key-deletes-forward-mode.
5829
5830 2001-02-01 Andre Spiegel <spiegel@gnu.org>
5831
5832 * vc.el (vc-diff-switches): New user option.
5833 (vc-version-diff): Use it.
5834 (vc-diff-switches-list): New macro.
5835
5836 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5837 New customization options.
5838 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5839
5840 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5841
5842 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5843
5844 * msb.el (toplevel): Quote hook symbols.
5845
5846 2001-02-01 Kenichi Handa <handa@etl.go.jp>
5847
5848 * international/mule.el (make-coding-system): Add description
5849 about recognized properties in the docstring.
5850
5851 * international/mule-conf.el: Remove unused charsets
5852 mac-roman-lower and mac-roman-upper.
5853
5854 2001-01-31 Gerd Moellmann <gerd@gnu.org>
5855
5856 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5857 is in front of the left-margin, if any.
5858
5859 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5860 like `delete'.
5861
5862 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
5863
5864 * term/w32-win.el (mouse-set-font): Doc fix.
5865
5866 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
5867
5868 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5869 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5870 on already.
5871
5872 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
5873
5874 * files.el (save-buffer): Don't give message if (buffer-file-name)
5875 returns nil.
5876
5877 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5878
5879 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5880
5881 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5882 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5883
5884 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5885 display problems.
5886
5887 2001-01-31 Kenichi Handa <handa@etl.go.jp>
5888
5889 * international/mule.el (charset-info): Fix docstring.
5890
5891 * international/mule-diag.el (describe-character-set): Check final
5892 char valid before printing it.
5893
5894 2001-01-30 Gerd Moellmann <gerd@gnu.org>
5895
5896 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5897
5898 * frame.el (frame-notice-user-settings): Do the tool-bar
5899 stuff only for graphical displays. Fix a braino.
5900
5901 * frame.el (frame-initialize): Create initial frame visible.
5902 (frame-notice-user-settings): When tool-bar has been switched off,
5903 correct the frame size and sync tool-bar-mode.
5904
5905 * startup.el (command-line): Remove manipulation of frame
5906 height for tool bars.
5907
5908 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5909
5910 * lpr.el: Compatibility with XEmacs and doc fixes.
5911 (lpr-windows-system, lpr-lp-system): New vars.
5912 (lpr-printer-switch): New defcustom.
5913 (printer-name, lpr-command): Customization fix.
5914 (print-region-1): Code fix.
5915 (print-region-new-buffer, printify-region): Indentation fix.
5916 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5917 New functions.
5918
5919 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5920
5921 * msb.el (toplevel): Fix the eval-after-load.
5922
5923 2001-01-29 Dave Love <fx@gnu.org>
5924
5925 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5926
5927 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5928
5929 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
5930 (tcl-using-emacs-19-23): Consider Emacs 21+.
5931 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5932 (tcl-add-emacs-menu): Supply menu name.
5933 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5934
5935 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5936
5937 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5938
5939 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5940
5941 * pcvs.el (cvs-mark-fis-dead): New function.
5942 (cvs-mode-add): Use it.
5943 (cvs-mode-add-change-log-entry-other-window):
5944 Rebind change-log-default-name to itself rather than to nil.
5945
5946 2001-01-29 Sam Steingold <sds@gnu.org>
5947
5948 * vc-cvs.el: Replaced (require 'vc) with a bunch of
5949 `autoload' statements.
5950
5951 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5952
5953 * files.el (confirm-kill-emacs): Doc fix.
5954
5955 * frame.el (frame-initialize): Doc fix.
5956
5957 * time-stamp.el (time-stamp-string): Doc fix.
5958
5959 * woman.el (WoMan-log-1): Make the log buffer writable.
5960 From Markus Rost <rost@math.ohio-state.edu>.
5961
5962 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5963
5964 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5965 the `make-variable-buffer-local'.
5966
5967 2001-01-29 Dave Love <fx@gnu.org>
5968
5969 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
5970 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5971 Add autoload cookie.
5972 (ansi-color-apply-sequence): Fix typo.
5973
5974 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5975
5976 * menu-bar.el (menu-bar-files-menu): Add menu items for
5977 Postscript printing in black and white.
5978
5979 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5980 X-Mailman-Version, Precedence, List-Help, List-Post,
5981 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5982 Content-Type, Content-Length.
5983
5984 2001-01-29 Dave Love <fx@gnu.org>
5985
5986 * elide-head.el (elide-head): Make overlay evaporate.
5987
5988 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
5989
5990 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5991
5992 * isearch.el (isearch-highlight): Don't punt if the display
5993 doesn't support colors, since isearch faces are defined for
5994 monochrome displays as well.
5995
5996 2001-01-27 Sam Steingold <sds@gnu.org>
5997
5998 * shell.el (shell-write-history-on-exit): Make sure that we are in
5999 the shell buffer (M-x tex-file RET inserted the error message into
6000 the TeX buffer).
6001
6002 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6003
6004 * simple.el (transient-mark-mode): Doc fix.
6005
6006 2001-01-27 Gerd Moellmann <gerd@gnu.org>
6007
6008 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
6009
6010 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6011
6012 * shell.el (shell-unquote-argument): If the shell is one of the
6013 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
6014 quote character.
6015 (shell-dumb-shell-regexp): Document that the shells which match
6016 this regexp are supposed to not treat a backslash as a quote character.
6017
6018 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
6019 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
6020
6021 2001-01-27 Richard M. Stallman <rms@gnu.org>
6022
6023 * dabbrev.el (dabbrev--substitute-expansion):
6024 Treat a one-capital-letter abbrev as "not all upper case",
6025 so as to force preservation of the expansion's pattern
6026 if the expansion starts with a capital letter.
6027
6028 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6029
6030 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6031 Doc fix.
6032
6033 * simple.el (transient-mark-mode): Document the fact that many
6034 commands act on the region when mark is active.
6035
6036 2001-01-27 Kenichi Handa <handa@etl.go.jp>
6037
6038 * international/quail.el (quail-setup-completion-buf): Make the
6039 multibyteness of current buffer inherited to Quail completion buffer.
6040 (quail-show-guidance-buf): Make the multibyteness of current
6041 buffer inherited to Quail guidance buffer.
6042 (quail-help): Make the multibyteness of current buffer inherited
6043 to Quail help buffer.
6044
6045 2001-01-26 Dave Love <fx@gnu.org>
6046
6047 * time-stamp.el: Doc fixes.
6048
6049 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
6050 (delphi-keyword-face, delphi-other-face): Fix :type.
6051
6052 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6053
6054 * mail/feedmail.el (feedmail): Add :link.
6055 (feedmail-send-it): Doc fix.
6056
6057 * mail/sendmail.el: Doc fixes.
6058 (sendmail-send-it): Fix the non-ASCII regexp and use
6059 rfc2047-encode-string.
6060
6061 * dired.el, dired-aux.el: Revert last change.
6062
6063 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6064
6065 * makefile.w32-in (DONTCOMPILE): Add various term files.
6066
6067 2001-01-26 Dave Love <fx@gnu.org>
6068
6069 * Makefile.in (DONTCOMPILE): Add various term files.
6070
6071 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6072
6073 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6074
6075 * startup.el (display-startup-echo-area-message): Make sure
6076 the echo area is resized to fit the size of the startup message.
6077
6078 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6079 part of which is a constant.
6080
6081 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6082
6083 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
6084
6085 2001-01-26 Richard M. Stallman <rms@gnu.org>
6086
6087 * simple.el (next-line): Don't let `newline' expand abbrevs.
6088 Simplify slightly.
6089 (open-line): Don't let `newline' expand abbrevs.
6090
6091 2001-01-25 John Wiegley <johnw@gnu.org>
6092
6093 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6094 to `repeat' in the :type field.
6095
6096 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6097 allow a choice of regexp or nil.
6098 (pcomplete-dir-ignore): Same.
6099
6100 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6101 a command) to always fail.
6102
6103 2001-01-25 Gerd Moellmann <gerd@gnu.org>
6104
6105 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6106 discard the result.
6107 (iswitchb-to-end): Likewise.
6108
6109 2001-01-25 Sam Steingold <sds@gnu.org>
6110
6111 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
6112 Require vc.
6113
6114 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6115
6116 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6117
6118 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6119
6120 2001-01-25 Dave Love <fx@gnu.org>
6121
6122 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6123 (describe-coding-system): Tweak the English text.
6124
6125 * loadup.el: Preload international/ccl for utf-8.
6126
6127 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6128
6129 * mail/rmail.el (rmail-redecode-body): Doc fix.
6130
6131 2001-01-25 Kenichi Handa <handa@etl.go.jp>
6132
6133 * international/mule-cmds.el (reset-language-environment):
6134 Reset coding-category-utf-8 to mule-utf-8.
6135
6136 * international/mule-conf.el (coding-category-utf-8):
6137 Initialize to mule-utf-8.
6138
6139 * loadup.el: Preload international/utf-8.
6140
6141 * international/utf-8.el: New file.
6142
6143 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6144
6145 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6146
6147 2001-01-24 Sam Steingold <sds@gnu.org>
6148
6149 * dired.el (dired-replace-in-string): Removed.
6150 (dired-sort-toggle): Use `replace-regexps-in-string'
6151 instead of `dired-replace-in-string'.
6152
6153 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6154 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
6155
6156 * gs.el (gs-replace-in-string): Removed.
6157 (gs-options): Use `replace-regexps-in-string'
6158 instead of `gs-replace-in-string'.
6159
6160 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6161
6162 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6163 bug report is mailed to an email list and posted to a news group.
6164
6165 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6166
6167 * comint.el (comint-replace-by-expanded-history-before-point):
6168 Fix change of 2000-08-03 to move point to the start of the line again.
6169
6170 * startup.el (tool-bar-images-pixel-height): New variable.
6171 (command-line): After loading the user's init file, when
6172 tool-bar-mode is on, increase the frame's size by some lines for
6173 the tool-bar.
6174
6175 * frame.el (frame-initialize): Create the initial frame invisible.
6176
6177 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6178
6179 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6180 (chinese-big5): MIME:Big5.
6181
6182 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6183
6184 * international/mule-cmds.el (universal-coding-system-argument):
6185 Handle commands with prefix args.
6186
6187 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6188
6189 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6190 being a list of numbers.
6191 (diary-mail-entries): Rewritten.
6192
6193 2001-01-23 Dave Love <fx@gnu.org>
6194
6195 * international/mule.el (make-coding-system): Fix typo.
6196
6197 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6198 Add backward-paragraph as font-lock-beginning-of-syntax-function.
6199
6200 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6201
6202 * font-lock.el (font-lock-mode): Doc fix.
6203
6204 2001-01-23 Kenichi Handa <handa@etl.go.jp>
6205
6206 * international/mule.el (make-translation-table): Fix docstring.
6207
6208 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6209
6210 * mail/rmail.el (rmail-redecode-body): New function.
6211
6212 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6213
6214 2001-01-22 Gerd Moellmann <gerd@gnu.org>
6215
6216 * isearch.el (isearch-lazy-highlight-case-fold-search)
6217 (isearch-lazy-highlight-regexp): New variables.
6218 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6219 case-fold search or regexp search has been toggled.
6220
6221 * wid-edit.el (widget-button-click): Avoid a save-excursion
6222 around running a global binding.
6223
6224 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6225 to 0.25.
6226
6227 2001-01-20 Miles Bader <miles@gnu.org>
6228
6229 * cus-edit.el (custom-face-save): Do post-processing on the face's
6230 new value like `custom-face-set' does.
6231
6232 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6233
6234 * mail/emacsbug.el (report-emacs-bug): Report the value of
6235 LC_CTYPE, not LC_TYPE.
6236
6237 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6238 isearch-toggle-regexp and isearch-edit-string to doc string.
6239
6240 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6241
6242 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6243 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6244
6245 * jit-lock.el (jit-lock-fontify-now): Don't bind
6246 font-lock-beginning-of-syntax-function to nil.
6247
6248 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6249
6250 * mail/emacsbug.el (report-emacs-bug): Report values of
6251 locale-coding-system, default-enable-multibyte-characters, and the
6252 environment variables LC_ALL, LC_TYPE, and LANG.
6253
6254 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6255
6256 * font-lock.el (font-lock-default-fontify-region): Fix last change.
6257
6258 * font-lock.el (font-lock-multiline): Default to nil.
6259 (font-lock-default-fontify-region): If font-lock-multiline is
6260 nil, don't check the property `font-lock-multiline'.
6261
6262 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6263 is nil, don't check the `font-lock-multiline' text property.
6264
6265 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6266
6267 * viper.el: Call initial-major-mode on startup.
6268
6269 * ediff.el (ediff-patch-file): Use better defaults.
6270
6271 * ediff-vers.el: Fix for 8+3 DOS file systems.
6272
6273 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
6274
6275 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6276 diff mode, if available.
6277
6278 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6279
6280 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
6281
6282 * ediff-init.el (subst-char-in-string): Define and use it, unless
6283 it's already defined.
6284
6285 2001-01-18 Gerd Moellmann <gerd@gnu.org>
6286
6287 * tooltip.el (tooltip-hide-delay): New user-option.
6288 (tooltip-show): Use tooltip-hide-delay instead of the default.
6289
6290 2001-01-18 Kenichi Handa <handa@etl.go.jp>
6291
6292 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6293 kill-local-variable doesn't work for enable-multibyte-characters.
6294
6295 2001-01-17 Dave Love <fx@gnu.org>
6296
6297 * ediff-init.el (ediff-before-setup-hook)
6298 (ediff-merge-filename-prefix): Add :version.
6299
6300 * international/latin1-disp.el: Require disp-table.
6301 (latin1-display): Fix :set.
6302
6303 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6304
6305 2001-01-17 Gerd Moellmann <gerd@gnu.org>
6306
6307 * isearch.el (isearch-lazy-highlight-initial-delay)
6308 (isearch-lazy-highlight-interval): Default to 0.
6309
6310 2001-01-17 Bob Glickstein <bobg@zanshin.com>
6311
6312 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6313 1 here rather than each time through
6314 isearch-lazy-highlight-new-loop.
6315 (isearch-lazy-highlight-max): Variable deleted.
6316 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6317 isearch-lazy-highlight-max but controls a single invocation of
6318 isearch-lazy-highlight-update.
6319 (isearch-lazy-highlight-wrapped): Variable recreated.
6320 (isearch-lazy-highlight-window-start): New variable.
6321 (isearch-lazy-highlight-cleanup): Restored to behavior of
6322 before 2-Jan.
6323 (isearch-lazy-highlight-remove-overlays): Function deleted;
6324 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6325 behavior removed.
6326 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6327 isearch-lazy-highlight-update in a loop rather than just once.
6328 Test isearch-invalid-regexp here and decide not to start a new
6329 loop, rather than testing it each time through
6330 isearch-lazy-highlight-update.
6331 (isearch-lazy-highlight-search): Function restored.
6332 (isearch-lazy-highlight-update): Get called in a timer loop again,
6333 but this time highlight more than one match each time through.
6334 Only highlight matches in the visible part of the window.
6335 Start at point, move in the direction of the search, and wrap around at
6336 the edge of the window. Use sit-for to force redisplay and ensure
6337 window-start is credible. "Face suppressing" behavior removed;
6338 overlay priorities should make it unnecessary, right?
6339 (isearch-highlight): Face suppressing behavior removed.
6340 (isearch-dehighlight): Face suppressing behavior removed.
6341 (isearch-set-lazy-highlight-faces-at): Removed.
6342
6343 2001-01-17 Kenichi Handa <handa@etl.go.jp>
6344
6345 * language/european.el ("Latin-1"): Make the format of description
6346 about additional language environments same as that of Latin-2.
6347
6348 2001-01-16 Dave Love <fx@gnu.org>
6349
6350 * isearch.el (isearch-lazy-highlight): Add :version.
6351
6352 * simple.el (backward-delete-char-untabify-method)
6353 (next-line-add-newlines): Add :version.
6354
6355 2001-01-16 Gerd Moellmann <gerd@gnu.org>
6356
6357 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6358 Don't bind <delete> otherwise.
6359
6360 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6361 and <delete> via function-key-map.
6362
6363 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6364 Subject line only if point is after the `Subject:'.
6365
6366 2001-01-16 Kenichi Handa <handa@etl.go.jp>
6367
6368 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6369 japanese-jisx0213-2 in `charset' property of this lang. env.
6370
6371 * language/european.el ("Latin-1"): Add description for Dutch and
6372 Spanish lang. env.
6373
6374 * international/mule.el (decode-char): Fix conditions.
6375 (encode-char): Handle eight-bit-control too.
6376 (transform-make-coding-system-args): New function.
6377 (make-coding-system): Accept XEmacs style arguments for CCL base
6378 coding system.
6379
6380 2001-01-15 Gerd Moellmann <gerd@gnu.org>
6381
6382 * progmodes/etags.el (find-tag-noselect): Save the value of
6383 tags-file-name before switching buffers, for the case it has a
6384 buffer-local value.
6385
6386 2001-01-15 Alex Schroeder <alex@gnu.org>
6387
6388 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6389 From Dave Love <fx@gnu.org>.
6390 (ansi-color-for-comint-mode): Fix :version.
6391
6392 2001-01-15 Alex Schroeder <alex@gnu.org>
6393
6394 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6395
6396 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6397
6398 * dired.el (dired-insert-directory): If file-system-info fails,
6399 remove the " free " part, but don't signal an error.
6400
6401 2001-01-12 Sam Steingold <sds@gnu.org>
6402
6403 * bookmark.el (bookmark-maybe-historicize-string):
6404 Use new backquote syntax.
6405
6406 2001-01-12 Richard M. Stallman <rms@gnu.org>
6407
6408 * subr.el (last): Handle a list that doesn't end in nil.
6409
6410 2001-01-12 Sam Steingold <sds@gnu.org>
6411
6412 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6413 to `backward-delete-char-untabify'.
6414
6415 2001-01-12 Dave Love <fx@gnu.org>
6416
6417 * cus-edit.el (customize-menu-create): Fix the :filter following
6418 easymenu change.
6419
6420 * wid-edit.el (function): Add :match-alternatives.
6421 (widget-color-action): Doc fix.
6422
6423 2001-01-12 Gerd Moellmann <gerd@gnu.org>
6424
6425 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6426
6427 2001-01-12 Kenichi Handa <handa@etl.go.jp>
6428
6429 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
6430
6431 * international/ccl.el (define-ccl-program): Fix docstring.
6432
6433 2001-01-11 Dave Love <fx@gnu.org>
6434
6435 * international/mule-cmds.el (standard-display-european-internal):
6436 Set display table for 2208 as for 160.
6437
6438 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6439
6440 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6441 entry for custom-menu-create change.
6442 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6443 don't cons it in the search loop.
6444
6445 * imenu.el (imenu--truncate-items): Revert last change.
6446
6447 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6448
6449 * info.el (Info-setup-header-line): If the node header includes
6450 either Next: or Prev: links, don't show the File: and Node: parts
6451 in the header line.
6452
6453 2001-01-11 Gerd Moellmann <gerd@gnu.org>
6454
6455 * comint.el (comint-goto-process-mark): Don't print a message
6456 when running in batch mode.
6457
6458 * isearch.el (isearch-search): In the condition-case handler for
6459 `error', set isearch-invalid-regexp to the whole error message.
6460
6461 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6462 ensure that eval-after-load works for files dumped with Emacs.
6463
6464 * help.el (load-symbol-file-load-history): New function extracted
6465 from function symbol-file.
6466 (symbol-file): Use it.
6467
6468 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
6469
6470 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6471
6472 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6473 behave as if there were no prefix argument.
6474 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6475 argument were nil.
6476
6477 2001-01-11 Richard M. Stallman <rms@gnu.org>
6478
6479 * isearch.el (isearch-lazy-highlight-update):
6480 Don't look for more potential matches once maximum is exceeded.
6481 Use overlays-in to check correctly for overlap with current match.
6482 Ignore empty matches.
6483
6484 2001-01-11 Miles Bader <miles@gnu.org>
6485
6486 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6487 (ispell-overlay-window, ispell-help, ispell-show-choices)
6488 (ispell-command-loop): Use it instead of `window-height'.
6489
6490 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6491
6492 * files.el (confirm-kill-emacs): New user-option.
6493 (save-buffers-kill-emacs): Ask for final confirmation before
6494 killing Emacs.
6495
6496 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6497 to nil.
6498
6499 2001-01-10 Dave Love <fx@gnu.org>
6500
6501 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6502
6503 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
6504
6505 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6506
6507 * calculator.el (calculator-number-digits): Fix :type.
6508
6509 * vc-cvs.el (vc-cvs-header): Fix :type.
6510 * vc-rcs.el (vc-rcs-header): Fix :type.
6511 * vc-sccs.el (vc-sccs-header): Fix :type.
6512
6513 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6514
6515 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6516
6517 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6518
6519 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6520
6521 * simple.el (set-variable): Force a thorough redisplay for the
6522 case that the variable has an effect on the display, like
6523 `tab-width' has.
6524
6525 2001-01-10 Andre Spiegel <spiegel@gnu.org>
6526
6527 * vc.el: Add documentation for backend interface.
6528
6529 2001-01-10 Kenichi Handa <handa@etl.go.jp>
6530
6531 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6532
6533 * international/mule-conf.el (latin-extra-code-table): Set to t
6534 for \223 and \224.
6535
6536 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6537
6538 * international/mule-cmds.el (locale-language-names): Map "es" to
6539 "Spanish" and "nl" to "Dutch".
6540
6541 2001-01-09 Gerd Moellmann <gerd@gnu.org>
6542
6543 * bindings.el (global-map): Bind <home> to beginning-of-line,
6544 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6545 C-<end> to end-of-buffer.
6546
6547 * language/european.el: Add Dutch and Spanish language info
6548 to be able to use the appropriate tutorials.
6549
6550 2001-01-09 Alex Schroeder <alex@gnu.org>
6551
6552 * ansi-color.el (ansi-color-process-output): Use markers instead
6553 of positions for start and end of region.
6554 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6555 Previously, occasional mistakes happend when fontifying many
6556 chunks of output (eg. ls --color=yes /dev). This happened
6557 whenever an overlay was created up to the end of the region, which
6558 coincided with the process-mark. New text would then be added
6559 within that overlay instead of after it.
6560 (ansi-color-make-extent): Overlays are created with the property
6561 `modification-hooks' set to '(ansi-color-freeze-overlay).
6562 (ansi-color-freeze-overlay): New function. When inserting text at
6563 the end of the overlay, the overlay will resize.
6564
6565 2000-01-09 Alex Schroeder <alex@gnu.org>
6566
6567 * ansi-color.el (ansi-color-process-output): Doc change.
6568 (ansi-color-unfontify-region): Doc change. No longer installed
6569 automatically in font-lock-unfontify-region-function.
6570 (ansi-color-apply): Doc change.
6571 (ansi-color-apply-on-region): Use extents or overlays instead of
6572 text-properties.
6573 (ansi-color-make-extent): New function.
6574 (ansi-color-set-extent-face): New function.
6575
6576 2000-01-09 Alex Schroeder <alex@gnu.org>
6577
6578 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6579 both use ansi-color-process-output, now.
6580 (ansi-color-process-output): Doesn't return string anymore. It is
6581 installed in comint-output-filter-functions for both Emacs and
6582 XEmacs, now.
6583 (ansi-color-unfontify-region): Simplified code removing variables
6584 pos and start-ansi.
6585 (ansi-color-apply): Put text-property ansi-color before putting
6586 text-property face because ansi-color-unfontify-region is called
6587 immediately after the call to put-text-property.
6588 (ansi-color-context-region): Doc change.
6589 (ansi-color-filter-region): Simplified code.
6590 (ansi-color-apply-on-region): Changed start to start-marker, using
6591 a marker explicitly. Put text-property ansi-color before putting
6592 text-property face because ansi-color-unfontify-region is called
6593 immediately after the call to put-text-property.
6594
6595 2000-01-09 Alex Schroeder <alex@gnu.org>
6596
6597 * ansi-color.el (ansi-color-faces-vector): Doc change.
6598 (ansi-color-for-comint-mode): Changed :type property to choice.
6599 (ansi-color-last-context): Removed.
6600 (ansi-color-process-output): Don't use ansi-color-last-context, as
6601 the main functions will store their context now.
6602 (ansi-color-context): Doc change.
6603 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6604 Uses ansi-color-context such that repeated calls will strip
6605 partial escape sequences, too.
6606 (ansi-color-apply): Simplified code. Colorize end of string if
6607 face is not null. Store context in new (FACE STRING) format, such
6608 that repeated calls will strip partial escape sequences, too.
6609 Append faces to face property using ansi-color-apply-sequence such
6610 that cumulative mode actually works.
6611 (ansi-color-context-region): New variable.
6612 (ansi-color-filter-region): Rewrote it based on
6613 ansi-color-apply-on-region. Uses ansi-color-context-region such
6614 that repeated calls will strip partial escape sequences, too.
6615 (ansi-color-apply-on-region): Simplified code. Colorize end of
6616 region if face is not null. Store context in new (FACE POS)
6617 format, such that repeated calls will strip partial escape
6618 sequences, too. Append faces to face property using
6619 ansi-color-apply-sequence such that cumulative mode actually works.
6620 (ansi-color-apply-sequence): New function.
6621 (ansi-color-get-face): When the default face is added to the list
6622 of faces, all previous settings are discarded and the list of
6623 faces is set to '(default).
6624
6625 2000-01-09 Alex Schroeder <alex@gnu.org>
6626
6627 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6628 face, such that ansi-color-apply and ansi-color-apply-on-region
6629 will do the right thing.
6630 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6631 returns nil, set the list of faces back to nil instead of
6632 appending the result of ansi-color-get-face to the front of the list.
6633
6634 2000-01-09 Alex Schroeder <alex@gnu.org>
6635
6636 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6637 (ansi-color-process): Doc change.
6638 (ansi-color-last-context): New buffer-local variable.
6639 (ansi-color-process-output): New function. It is automatically
6640 added to comint-output-filter-functions if this is XEmacs.
6641 (ansi-color-unfontify-region): New optional parameter for XEmacs
6642 compatibility. Check wether font-lock-syntactic-keywords is
6643 boundp before removing the syntax table text property, as XEmacs
6644 doesn't have it.
6645 (ansi-color-filter-region): Doc change.
6646 (ansi-color-apply-on-region): Doc change.
6647 (ansi-color-make-face): New function. Compatibility layer for
6648 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6649 (ansi-color-make-color-map): Use ansi-color-make-face.
6650 (ansi-color-get-face): Avoid face text property '(nil) as results
6651 in an errow for XEmacs.
6652
6653 2000-01-09 Alex Schroeder <alex@gnu.org>
6654
6655 * ansi-color.el (ansi-color-unfontify-region): New function.
6656 Uses text-property ansi-color in order to preserve fontification by
6657 ansi-color. When the package is loaded, a lambda expression is
6658 put onto font-lock-mode-hook. This lambda expression will check
6659 font-lock-unfontify-region-function and replace
6660 font-lock-default-unfontify-region with ansi-color-unfontify-region.
6661 (ansi-color-apply): Add text-property ansi-color in addition to
6662 text-property face.
6663 (ansi-color-apply-on-region): Add text-property ansi-color in
6664 addition to text-property face.
6665 (save-buffer-state): Copy of the macro that is also used by
6666 lazy-lock and font-lock.
6667
6668 (ansi-color-for-comint-mode): New option.
6669 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6670 (ansi-color-for-comint-mode-off): Ditto.
6671 (ansi-color-for-comint-mode-filter): Ditto.
6672 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6673 decide what to do. This function is added to
6674 comint-preoutput-filter-functions when the package is loaded.
6675
6676 (ansi-color-for-shell-mode-set): Removed.
6677 (ansi-color-for-shell-mode): Removed.
6678
6679 2000-01-09 Alex Schroeder <alex@gnu.org>
6680
6681 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6682 the lambda expression from the ansi-color-for-shell-mode :set
6683 property. Additionally, modify shell-mode-hook to enable or
6684 disable font-lock-mode for future shell buffers.
6685 (ansi-color-for-shell-mode): The :set property calls
6686 ansi-color-for-shell-mode-set instead of a lambda expression.
6687
6688 2000-01-09 Alex Schroeder <alex@gnu.org>
6689
6690 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6691 (ansi-color-context): New variable.
6692 (ansi-color-apply): Save context between calls.
6693
6694 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6695
6696 * isearch.el (isearch, isearch-lazy-highlight-face):
6697 New definitions for face colors and attributes.
6698
6699 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6700 of display-mouse-p.
6701
6702 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6703
6704 * international/mule.el (make-coding-system): If the coding system
6705 accepts extra latin codes, register such codes as safe for the
6706 coding system.
6707
6708 2001-01-08 Richard M. Stallman <rms@gnu.org>
6709
6710 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6711 don't mention the file name or the date here, because they are
6712 logged at the start of the file.
6713
6714 2001-01-08 Richard M. Stallman <rms@gnu.org>
6715
6716 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6717 Change screen-width to frame-width.
6718
6719 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6720
6721 * info.el (Info-search): Print the default as part of the prompt.
6722
6723 2001-01-08 Andre Spiegel <spiegel@gnu.org>
6724
6725 * vc.el (vc-default-latest-on-branch-p): New function, replaces
6726 constant implementations in backends.
6727
6728 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6729 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6730
6731 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6732 WRITABLE to EDITABLE.
6733
6734 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6735 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6736 to EDITABLE.
6737
6738 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6739
6740 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
6741 (copyright, copyright-update): Compute the current year at run time.
6742
6743 2001-01-08 Gerd Moellmann <gerd@gnu.org>
6744
6745 * isearch.el (isearch-old-signal-hook): Removed.
6746 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6747 instead of setting signal-hook-function.
6748 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6749
6750 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
6751
6752 * emulation/edt.el: Update to version 4.0. Provide support for
6753 EDT scroll margins at top and bottom of the window. Provide an
6754 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6755 default). Enhance edt-quit, bound to GOLD-q by default, to warn
6756 user when file-related buffer modifications exist.
6757 Provide support for running EDT Emulation in XEmacs.
6758 Provide customize access to some user updatable variables.
6759 Add Commentary section to file header.
6760 Fixed a few minor bugs and cleaned up some code.
6761
6762 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6763 for detecting a keypress that generates an ASCII key sequence.
6764 (Previously, only a keypress that generates a vector was
6765 recognized.) Embed Window Manager name into name of the generated
6766 EDT Emulation initialization file since the initialization file is
6767 Window Manager specific. Add Commentary section to file header.
6768
6769 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6770
6771 * mail/sendmail.el (mail-mode): Doc fix.
6772
6773 * info.el (Info-goto-emacs-command-node): Doc fix.
6774 (Info-goto-emacs-key-command-node): Doc fix.
6775
6776 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6777
6778 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
6779 systems without long file-name support.
6780
6781 2001-01-06 Andrew Innes <andrewi@gnu.org>
6782
6783 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6784
6785 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6786
6787 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6788 (isearch-lazy-highlight-update): Doc fix.
6789
6790 * ffap.el (ffap-bindings): Doc fix.
6791
6792 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6793
6794 2001-01-05 Dave Love <fx@gnu.org>
6795
6796 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6797
6798 2001-01-05 Gerd Moellmann <gerd@gnu.org>
6799
6800 * mouse-drag.el (mouse-drag-safe-scroll):
6801 Bind scroll-preserve-screen-position to nil.
6802
6803 * isearch.el (isearch-old-signal-hook): New variable.
6804 (isearch-mode): Set signal-hook-function to isearch-done.
6805 (isearch-done): Restore old signal-hook-function.
6806
6807 * info.el (Info-fontify-node): Mark one more char as intangible.
6808
6809 2000-01-05 Kenichi Handa <handa@etl.go.jp>
6810
6811 * composite.el (compose-last-chars): New argument COMPONENTS.
6812 If it is non-nil, compose preceding characters by compose-region with
6813 COMPONENTS.
6814
6815 * international/quail.el (quail-input-string-to-events): New function.
6816 (quail-input-method): Convert input string to events here.
6817 (quail-start-translation): Return input string, not event list.
6818 (quail-start-conversion): Likewise.
6819
6820 2001-01-04 Gerd Moellmann <gerd@gnu.org>
6821
6822 * tooltip.el (tooltip-cancel-delayed-tip)
6823 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6824 and tooltip-add-timeout.
6825 (tooltip-show): Set border color from faces's foreground.
6826 (tooltip-show-help-function): If called with the same help string
6827 as last time, do nothing.
6828 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6829
6830 * startup.el (fancy-splash-screens): Don't bind show-help-function
6831 to nil.
6832
6833 * tooltip.el (tooltip-frame-parameters): Remove colors.
6834 (tooltip): New face
6835 (tooltip-set-param): New function.
6836 (tooltip-show): Set up color frame parameters from face `tooltip'.
6837 Display the tooltip text in face `tooltip'.
6838
6839 2001-01-04 Dave Love <fx@gnu.org>
6840
6841 * whitespace.el (whitespace-global-mode): Fix typo.
6842
6843 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6844
6845 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6846
6847 * help.el (help-for-help): Fix a typo in a doc string.
6848 From kwzh@gnu.org (Karl Heuer).
6849
6850 2001-01-03 Dave Love <fx@gnu.org>
6851
6852 * dired-x.el: Doc fixes. Maintainer change.
6853 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
6854 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6855 (dired-guess-shell-alist-user): Customize.
6856 (dired-x-help-address): Set to bug-gnu-emacs.
6857 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6858 (dired-default-directory): Renamed from default-directory.
6859
6860 * hl-line.el (hl-line): Doc fix.
6861
6862 2001-01-03 Karl Fogel <kfogel@red-bean.com>
6863
6864 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
6865
6866 2001-01-02 Richard M. Stallman <rms@gnu.org>
6867
6868 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6869 to remove all the current alternative-match highlighting.
6870 If nil, remove only what's outside the current window.
6871 (isearch-lazy-highlight-remove-overlays): Take optional
6872 region within which NOT to remove them.
6873 (isearch-lazy-highlight-new-loop): Greatly simplified.
6874 (isearch-lazy-highlight-update): Find all the other occurrences
6875 visible in the window, in just one call.
6876 (isearch-lazy-highlight-start): Now holds start of region to scan.
6877 (isearch-lazy-highlight-end): Now holds end of region to scan.
6878 (isearch-lazy-highlight-wrapped): Variable deleted.
6879 (isearch-lazy-highlight-search): Function deleted.
6880
6881 2000-01-02 Andrew Innes <andrewi@gnu.org>
6882
6883 * w32-fns.el (convert-standard-filename): Do length check on name
6884 before aref.
6885
6886 2001-01-02 Dave Love <fx@gnu.org>
6887
6888 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6889 value.
6890 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6891
6892 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6893
6894 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6895 read syntax.
6896
6897 * calendar/todo-mode.el (todo): Add :link, :version.
6898 (todo-save-top-priorities): Remove autoload cookie.
6899 (todo-add-category, todo-add-item-non-interactively)
6900 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
6901
6902 2001-01-02 Gerd Moellmann <gerd@gnu.org>
6903
6904 * comint.el (comint-input-history-ignore): New variable.
6905 (comint-read-input-ring): Ignore entries matching
6906 comint-input-history-ignore.
6907
6908 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
6909
6910 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6911 (lm-copyright-mark): New function.
6912 (lm-crack-copyright): New function.
6913 (lm-verify): Check that the file has a copyright.
6914 Check that the file is copyright Free Software Foundation.
6915
6916 2000-12-30 Kenichi Handa <handa@etl.go.jp>
6917
6918 * international/mule-diag.el (print-fontset): Indent font name by
6919 24 columns, not 25.
6920
6921 2000-12-29 Gerd Moellmann <gerd@gnu.org>
6922
6923 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6924 in Subject line.
6925
6926 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
6927 Use mail-mode-hook instead of mail-setup-hook.
6928 Otherwise continuing an interrupted message with C-u C-x m for
6929 instance, winds up in Mail mode without abbrevs.
6930
6931 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6932
6933 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
6934 non-nil. Adding almost all customization variables on ps-setup.
6935 Doc fix.
6936 (ps-print-version): New version number (6.3.3).
6937 (ps-end-with-control-d): Initialization fix.
6938 (ps-lines-printed): New var.
6939 (ps-skip-newline): New fun.
6940 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6941 (ps-next-line, ps-continue-line, ps-plot-region)
6942 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
6943
6944 2000-12-29 Kenichi Handa <handa@etl.go.jp>
6945
6946 * international/fontset.el (x-complement-fontset-spec):
6947 Resolve ASCII font name so that the same family name is used for fonts
6948 registered in x-font-name-charset-alist.
6949 (create-fontset-from-fontset-spec): Adjusted for the above change.
6950 The name of fontset alias should be a unresolved ASCII font name.
6951
6952 2000-12-28 Gerd Moellmann <gerd@gnu.org>
6953
6954 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6955 and delete in isearch-mode-map.
6956
6957 2000-12-28 Richard M. Stallman <rms@gnu.org>
6958
6959 * dired-x.el (dired-guess-shell-alist-default):
6960 Use xpdf instead of acroread.
6961
6962 2000-12-28 Kenichi Handa <handa@etl.go.jp>
6963
6964 * textmodes/artist.el (artist-butlast): Deleted.
6965 (artist-ellipse-mirror-quadrant): Use butlast instead of
6966 artist-butlast.
6967
6968 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6969
6970 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6971
6972 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6973
6974 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6975
6976 * ls-lisp.el: Better support for the Mac and MS-Windows.
6977 (ls-lisp): New defgroup.
6978 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
6979 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
6980 (ls-lisp-support-shell-wildcards): New defcustoms.
6981 (ls-lisp-parse-symlink): New function.
6982 (insert-directory): Code to convert switches to a list and set up
6983 the wildcard argument copied from ls-lisp-insert-directory.
6984 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6985 for -C and -R switches.
6986 (ls-lisp-column-format): New function.
6987 (ls-lisp-delete-matching, ls-lisp-handle-switches)
6988 (ls-lisp-format-time): Add doc strings.
6989 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6990 Support ls-lisp-dirs-first.
6991 (ls-lisp-classify, ls-lisp-extension): New functions.
6992 (ls-lisp-format): Optionally support emulation of symlinks.
6993 Support -i, -s, and -G switches.
6994
6995 2000-12-27 Gerd Moellmann <gerd@gnu.org>
6996
6997 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6998
6999 * version.el (emacs-version): Print X scroll bar information.
7000
7001 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
7002 instead of x-toolkit-scroll-bars-p.
7003
7004 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
7005 of x-toolkit-scroll-bars-p.
7006
7007 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7008
7009 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
7010 (ffap-bindings): Doc fix, to reflect the above change.
7011
7012 2000-12-27 Kenichi Handa <handa@etl.go.jp>
7013
7014 * term.el (term-char-mode): Define all non-ascii self-inserting
7015 characters to 'term-send-raw in term-raw-map.
7016
7017 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
7018
7019 * viper-init (viper-restore-cursor-type): Added condition-case guard.
7020
7021 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7022 Changed initialization; use add-hook.
7023 (ediff-file-remote-p): Use file-local-copy.
7024
7025 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7026
7027 * ediff.el (ediff-patch-buffer): Bug fix.
7028 (ediff-revision): Allow selection of the file at the prompt.
7029
7030 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7031
7032 * subr.el (combine-run-hooks): Remove.
7033
7034 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7035 and remove the rogue second spec.
7036
7037 2000-12-23 Gerd Moellmann <gerd@gnu.org>
7038
7039 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7040
7041 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7042
7043 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7044 Use minibuffer menu prompt for the `=' prefix.
7045 (smerge-command-prefix): Change default to C-^.
7046 (smerge-mode): Don't assume font-lock doesn't move point.
7047
7048 * skeleton.el (skeleton-internal-1): Make sure the first line of
7049 the region is also re-indented.
7050 (skeleton-end-newline): New var.
7051 (skeleton-end-hook): Use it.
7052
7053 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7054
7055 * comint.el (comint-password-prompt-regexp): Support CVS.
7056
7057 2000-12-22 Gerd Moellmann <gerd@gnu.org>
7058
7059 * simple.el (delete-key-deletes-forward-mode): Simplify.
7060 Also backspace key combinations, depending on
7061 delete-key-deletes-forward.
7062
7063 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7064
7065 * simple.el (delete-key-deletes-forward): Doc fix.
7066
7067 2000-08-22 Emmanuel Briot <briot@gnat.com>
7068
7069 * xml.el (top level comment): Updated to reflect the fact that
7070 white spaces are relevant in the XML file.
7071 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7072 to parse was already edited. This allows for on-the-fly analysis
7073 of XML files.
7074 (xml-parse-tag): Check that the casing is the same in the start
7075 tag and end tag, since XML is case-sensitive. Allows for spaces
7076 in the end tag, after the name of the tag.
7077 (xml-parse-attlist): Allow for the character '-' in the name of
7078 attributes, as in the standard http-equiv attribute Do not save
7079 the properties in the XML tree, since they are not relevant.
7080
7081 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7082
7083 * generic.el (generic-read-type): Undo last change, inline into
7084 `generic-mode' and then remove.
7085 (generic-mode): Inline generic-read-type.
7086 (define-generic-mode): Push the symbol name rather than the symbol
7087 onto generic-mode-list.
7088
7089 2000-12-21 Gerd Moellmann <gerd@gnu.org>
7090
7091 * generic.el (generic-read-type): Build an alist for
7092 completing-read as in 20.7.
7093
7094 * play/landmark.el (lm): Use interactive spec `P'.
7095 (toplevel): Don't set debug-on-error.
7096
7097 * server.el (server-switch-buffer): Choose a window on a visible frame.
7098
7099 2000-12-21 Dave Pearson <davep@davep.org>
7100
7101 * quickurl.el: Commentry change, I've moved my web site.
7102
7103 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7104
7105 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7106 ranges like \177-\237, but accepts the character sequence from \177 to
7107 \237. Doc fix.
7108 (ebnf-version): New version (3.4).
7109 (ebnf-setup): Code fix.
7110 (ebnf-range-regexp): New fun.
7111 (ebnf-8-bit-chars): Const fix.
7112
7113 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7114 entry. Doc fix.
7115 (ebnf-bnf-lex): Code fix.
7116 (ebnf-bnf-comment-chars): Const fix.
7117
7118 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7119 entry. Doc fix.
7120 (ebnf-iso-comment-chars): Const fix.
7121
7122 * ebnf-otz.el: Doc fix.
7123
7124 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7125 entry. Doc fix.
7126 (ebnf-yac-skip-code): Code fix.
7127 (ebnf-yac-comment-chars): Const fix.
7128
7129 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7130
7131 * files.el (insert-directory-safely): New function.
7132 (recover-file): Use it instead of insert-directory.
7133 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7134
7135 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7136
7137 * international/mule-cmds.el (select-safe-coding-system):
7138 Check coding-category-list more rigidly. Improve help message.
7139
7140 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7141
7142 2000-12-21 Miles Bader <miles@gnu.org>
7143
7144 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
7145
7146 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7147
7148 * international/mule-diag.el (describe-char-after): Make *Help*
7149 buffer inherit multibyteness of the current buffer.
7150
7151 * international/mule.el (make-char): Docstring adjusted for the
7152 change of make-char-internal.
7153
7154 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7155
7156 * international/iso-cvt.el: Docstrings fix.
7157
7158 2000-12-20 Dave Love <fx@gnu.org>
7159
7160 * subr.el (eval-after-load): Doc fix.
7161
7162 2000-12-20 Kenichi Handa <handa@etl.go.jp>
7163
7164 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7165 for numbers.
7166
7167 2000-12-20 Miles Bader <miles@gnu.org>
7168
7169 * international/quail.el (quail-help): Resize the help window
7170 again after it has all its contents. Remove unneeded progn.
7171
7172 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7173
7174 * pcmpl-linux.el: Fix copy/paste error.
7175
7176 2000-12-19 Andrew Innes <andrewi@gnu.org>
7177
7178 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
7179
7180 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7181
7182 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7183
7184 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7185
7186 * progmodes/idlw-shell.el: Fixed copyright notice.
7187
7188 * progmodes/idlwave.el: Fixed copyright notice.
7189
7190 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
7191 TAB as key separators.
7192
7193 2000-12-19 Alex Schroeder <alex@gnu.org>
7194
7195 * sql.el (sql-sybase-options): New option.
7196 (sql-sybase): Use it. Add sql-database to the list of parameters
7197 provided for login. The options -w 2048 -n are not used any more.
7198 (sql-postgres-options): Changed default from "--pset" to "-P".
7199 (sql-mysql-options): Doc change.
7200 (sql-stop): Doc change.
7201
7202 2000-12-19 Kenichi Handa <handa@etl.go.jp>
7203
7204 * international/quail.el (quail-input-method): Always hide
7205 the guidance buffer on exiting.
7206
7207 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7208
7209 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7210 isn't fboundp.
7211
7212 * server.el (server-buffer-done): Bury the buffer before
7213 killing it.
7214
7215 * faces.el (face-spec-set): Interpret a nil in specs for
7216 foreground and background colors as `unspecified', for
7217 compatibility with 20.x.
7218
7219 2000-12-18 Dave Love <fx@gnu.org>
7220
7221 * simple.el (mail-user-agent): Doc fix.
7222 (input-mode-8-bit): Removed.
7223
7224 * international/mule.el (set-keyboard-coding-system): Doc fix.
7225 (keyboard-coding-system): New option.
7226
7227 * mail/sendmail.el (send-mail-function): Customize.
7228
7229 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7230
7231 * international/codepage.el (cp866-decode-table): New table.
7232
7233 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7234
7235 * version.el (emacs-version): Remove `%a' from the time format
7236 because the weekday doesn't fit well into each locale.
7237
7238 2000-12-18 Miles Bader <miles@gnu.org>
7239
7240 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7241
7242 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
7243 Check that emacs-major-version is `=' to 20, not `>='.
7244 (artist-replace-chars): Use `make-string' instead of a loop.
7245
7246 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7247
7248 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7249 (cvs-execute-single-file): Don't change directory.
7250 Patch from Per Cederqvist.
7251
7252 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7253
7254 * textmodes/ispell.el (check-ispell-version):
7255 If `ispell-program-name' is "aspell", pass it the -v switch instead
7256 of -vv.
7257
7258 2000-12-16 Kenichi Handa <handa@etl.go.jp>
7259
7260 * international/mule-diag.el (mule-diag): Insert information about
7261 configure options, multibyte awareness, language env.
7262
7263 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7264 regexp to search for candidates.
7265
7266 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7267
7268 * info.el (Info-forward-node): If the node has an
7269 Info-header-line, widen the buffer before searching for "next:"
7270 and "up:" pointers, and set the search limit to stay in the
7271 current node.
7272
7273 2000-12-16 Miles Bader <miles@gnu.org>
7274
7275 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7276
7277 2000-12-15 Miles Bader <miles@gnu.org>
7278
7279 * comint.el (comint-send-string, comint-send-region): Also accept
7280 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7281 process-send-string/region.
7282
7283 2000-12-15 Gerd Moellmann <gerd@gnu.org>
7284
7285 * isearch.el (isearch-lazy-highlight-max): New user-option.
7286 (isearch-lazy-highlight-update): Don't highlight more than
7287 isearch-lazy-highlight-max matches.
7288
7289 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7290
7291 2000-12-15 Richard M. Stallman <rms@gnu.org>
7292
7293 * sort.el (sort-columns): Fix error message.
7294
7295 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7296 `upcase' or `downcase' or nil.
7297 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7298 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7299 (dabbrev--substitute-expansion): New arg record-case-pattern.
7300 If it is non-nil, set dabbrev--last-case-pattern.
7301 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7302
7303 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7304
7305 2000-12-15 Miles Bader <miles@gnu.org>
7306
7307 * paths.el (Info-default-directory-list): Don't delete
7308 configure-info-directory from the list of standard info
7309 directories when appending it to the end -- their order is important.
7310
7311 * faces.el (read-face-attribute): If there's no entry for the
7312 user's input in VALID, just use it as-is (this will often result
7313 in an error, but it may be OK for e.g. colors using hexadecimal
7314 notation, and at least will yield a better error message).
7315
7316 * window.el (mode-line-window-height-fudge): Function removed.
7317 (height-affecting-face-attributes, mode-line-window-height-fudge):
7318 Variables removed.
7319 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7320 window is really the right size. Use vertical-motion
7321 rather than forward-line.
7322 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7323 (ispell-command-loop, ispell-show-choices): Use the variable
7324 ispell-choices-win-default-height, rather than the function.
7325 (ispell-choices-win-default-height): Function removed.
7326 (ispell-mode-line-window-height-fudge): Function removed.
7327
7328 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7329
7330 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7331
7332 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7333
7334 * paths.el (Info-default-directory-list):
7335 If configure-info-directory is not one of the standard directories,
7336 put it first in the list; otherwise put it last. Doc string
7337 changed accordingly.
7338
7339 * info.el (Info-directory-list): Change doc string to reflect the
7340 change in Info-default-directory-list.
7341
7342 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7343 windows-nt as windowed environments, even under -nw.
7344
7345 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7346 if not fboundp. Switch delete-forward mode for the <delete> key
7347 on all PC platforms, even under -nw.
7348
7349 * term/internal.el ([M-delete]): Remap to M-d.
7350
7351 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7352
7353 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7354
7355 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7356
7357 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7358
7359 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7360
7361 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7362 if appropriate.
7363
7364 * simple.el (delete-key-deletes-forward): New user-option.
7365 (delete-key-deletes-forward-mode): New function.
7366
7367 * bindings.el: Bind `delete' to backward-delete-char.
7368
7369 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7370 Test if symbol is bound before getting its value.
7371
7372 * tooltip.el (tooltip-show): If an error is signaled in
7373 x-show-tip, display that error, and display the help in the
7374 echo area.
7375
7376 2000-12-14 Kenichi Handa <handa@etl.go.jp>
7377
7378 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7379 Show "... entries" messages for every 10000 entries, not 10.
7380
7381 2000-12-13 Karl Fogel <kfogel@red-bean.com>
7382
7383 * bookmark.el: Provide a generic exit hook, as suggested by
7384 Ovidiu Predescu <ovidiu@cup.hp.com>:
7385 (bookmark-exit-hook): New var.
7386 (bookmark-exit-hook-internal): New func, replaces
7387 old raw lambda form in `kill-emacs-hook', and runs new
7388 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7389 as logically that feature must have been provided if this function
7390 is running.
7391 Removed ;;;###autoload before the `add-hook' call.
7392
7393 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7394
7395 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7396 (easy-menu-current-active-maps): New function.
7397 (easy-menu-get-map): Use it.
7398 Make a proper menu entry when creating a new keymap.
7399
7400 2000-12-13 Kenichi Handa <handa@etl.go.jp>
7401
7402 * international/characters.el: Fix cases and syntaxes for
7403 mule-unicode-0100-24ff.
7404
7405 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7406 that a Japanese character is not appended after day and year.
7407
7408 * info.el (Info-suffix-list): Change format for a command that
7409 requires arguments.
7410 (info-insert-file-contents): Adjusted for the above change.
7411
7412 2000-12-12 Andreas Schwab <schwab@suse.de>
7413
7414 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7415 on the name of the tar buffer. Verify that the existing buffer is
7416 visiting the same subfile.
7417
7418 2000-12-12 Dave Love <fx@gnu.org>
7419
7420 * subdirs.el: Add obsolete.
7421
7422 2000-12-12 Gerd Moellmann <gerd@gnu.org>
7423
7424 * mail/rmailsum.el (rmail-summary-expunge)
7425 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7426 instead of rmail-confirm-expunge.
7427
7428 * replace.el (perform-replace): Don't use an empty match adjacent
7429 to a non-empty match when computing the next match before the
7430 replacement is performed.
7431
7432 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
7433
7434 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7435 definition (patch by Stefan Monnier).
7436 (glasses-mode): Use jit-lock instead of `after-change-functions'
7437 (patch by Stefan Monnier).
7438
7439 2000-12-12 Miles Bader <miles@gnu.org>
7440
7441 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7442 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7443
7444 2000-12-12 Andrew Choi <akochoi@i-cable.com>
7445
7446 * term/mac-win.el: Remove load for ls-lisp.
7447
7448 * loadup.el: Load ls-lisp for system-type `macos'.
7449
7450 2000-12-12 Miles Bader <miles@gnu.org>
7451
7452 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7453 Respect field end too.
7454 (just-one-space): Respect fields as `delete-horizontal-space'.
7455 (newline-and-indent, reindent-then-newline-and-indent):
7456 Use `delete-horizontal-space'.
7457
7458 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7459
7460 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7461 (so as to obey the field property in the minibuffer).
7462
7463 * obsolete/c-mode.el: Moved from lisp/progmodes.
7464 * obsolete/auto-show.el: Moved from lisp.
7465 * obsolete/ooutline.el: Moved from lisp/textmodes.
7466
7467 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7468
7469 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
7470 changes to list them here.
7471
7472 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7473 Too many changes to list them here.
7474
7475 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7476 Too many changes to list them here.
7477
7478 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7479
7480 2000-12-11 Gerd Moellmann <gerd@gnu.org>
7481
7482 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
7483
7484 * cus-edit.el (custom-save-variables, custom-save-faces):
7485 Comment fix.
7486
7487 * hscroll.el: Moved to `obsolete' subdir.
7488
7489 2000-12-11 Miles Bader <miles@gnu.org>
7490
7491 * window.el (window-text-height): Function removed (now in C).
7492
7493 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7494
7495 * log-edit.el (log-edit-parent-buffer): New var.
7496 (log-edit): Set it. Add BUFFER argument.
7497 (log-edit-done): Use char-before.
7498 Don't bother checking validity of vc-comment-ring.
7499 Only bury the buffer if log-edit popped it up.
7500
7501 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7502 (cvs-mode-diff-help): Remove.
7503 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
7504 (cvs-mode-marked): Set up the default for CMD manually.
7505
7506 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7507 Remove binding for ? now made unnecessary.
7508
7509 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7510
7511 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7512 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7513
7514 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7515 when master file is not open.
7516
7517 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7518
7519 * progmodes/ada-stmt.el: Update `maintainer'.
7520
7521 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
7522
7523 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7524 choices to match documentation string.
7525
7526 2000-12-09 Miles Bader <miles@gnu.org>
7527
7528 * minibuf-eldef.el: New file.
7529
7530 * window.el (fit-window-to-buffer): Don't pass last argument to
7531 pos-visible-in-window-p, now that its meaning is inverted.
7532
7533 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7534
7535 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7536 <ceder@lysator.liu.se>.
7537
7538 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7539
7540 * autoinsert.el (auto-insert-alist): Add missing final \n.
7541
7542 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7543 (cvs-menu-map): Remove.
7544 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7545 (cvs-mode-quit): Turn it back into a plain function.
7546
7547 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
7548 (texinfo-filter): Remove (move to texinfo.el).
7549
7550 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7551 file where it's more visible.
7552 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7553 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7554 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7555 (texinfo-inside-macro-p): Only catch `scan-error's.
7556 (texinfo-inside-env-p): Make better use of the match info.
7557 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7558 (texinfo-insert-@end): Slight re-organization.
7559 Also remove useless `looking-at' call.
7560
7561 2000-12-08 Andrew Innes <andrewi@gnu.org>
7562
7563 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7564 accessible in -nw mode.
7565
7566 * term/w32-win.el: Remove stuff about selection timeout, which is
7567 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7568 it is accessible in -nw mode.
7569
7570 2000-12-08 Dave Love <fx@gnu.org>
7571
7572 * emacs-lisp/lisp-mode.el (lisp-mode):
7573 Set font-lock-keywords-case-fold-search.
7574
7575 2000-12-08 Gerd Moellmann <gerd@gnu.org>
7576
7577 * textmodes/ispell.el (ispell): Doc fix.
7578
7579 2000-12-08 Kenichi Handa <handa@etl.go.jp>
7580
7581 * international/quail.el (quail-insert-decode-map): Check the
7582 frame width of a window displaying the current buffer, not that of
7583 the selected frame.
7584 (quail-help): Make sure that the help buffer has window before
7585 inserting text in it.
7586
7587 2000-12-07 Sam Steingold <sds@gnu.org>
7588
7589 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7590 Backquote is used in isearch.el, so autoloading saves nothing.
7591
7592 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7593
7594 * startup.el (normal-top-level-add-subdirs-to-load-path):
7595 Ignore the CVS and RCS subdirectories case-insensitively.
7596
7597 * dired.el (dired-insert-directory): If file-system-info is
7598 fboundp, call it instead of invoking dired-free-space-program.
7599
7600 2000-12-07 Gerd Moellmann <gerd@gnu.org>
7601
7602 * server.el (server-visit-files): Push files on file-name-history.
7603
7604 * progmodes/cc-langs.el: Update copyright.
7605
7606 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7607
7608 * bindings.el (mode-line-mode-menu): Add glasses-mode.
7609
7610 * bindings.el (mode-line-mode-menu): Reverse the order
7611 of define-keys so that the menu appears in alphabetical order.
7612
7613 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
7614
7615 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7616 of the function.
7617
7618 2000-12-07 Dave Love <fx@gnu.org>
7619
7620 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7621
7622 * facemenu.el (facemenu-unlisted-faces): Fix value.
7623
7624 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7625
7626 * font-lock.el (font-lock-default-fontify-region):
7627 Include the terminating \n (off-by-one error).
7628 (font-lock-set-defaults): Use dolist.
7629
7630 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7631
7632 2000-12-07 Kenichi Handa <handa@etl.go.jp>
7633
7634 * international/mule-cmds.el (describe-language-environment):
7635 Fix for the case that an input method title is not string but a list.
7636
7637 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7638 of wrong SIZE record.
7639
7640 2000-12-06 Dave Love <fx@gnu.org>
7641
7642 * newcomment.el (comment-region, comment-dwim): Doc fix.
7643
7644 * textmodes/texinfo.el: Require tex-mode when compiling.
7645 (texinfo-update-node): Doc fix.
7646 (texinfo-imenu-generic-expression): Add @anchor.
7647 (texinfo-font-lock-keywords): Add @uref.
7648 (texinfo-inside-macro-p): Don't use ignore-errors.
7649 (texinfo-insert-quote): Match more contexts.
7650
7651 * international/mule.el (decode-char, encode-char): Doc fix.
7652 (auto-coding-alist): Customize.
7653
7654 * files.el (load-file): Fix change of 2000-03-12.
7655
7656 * wid-edit.el (widget-text-keymap): Doc fix.
7657
7658 2000-12-06 Andrew Innes <andrewi@gnu.org>
7659
7660 * makefile.w32-in (lisp): Set to an absolute directory, namely
7661 $(CURDIR).
7662
7663 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7664
7665 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7666 read generated-autoload-file, and set buffer-file-coding-system to
7667 raw-text-unix after reading the file.
7668
7669 * international/mule-conf.el (file-coding-system-alist):
7670 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
7671
7672 2000-12-06 Gerd Moellmann <gerd@gnu.org>
7673
7674 * replace.el (occur): Make line-number-width 1 smaller for the
7675 colon following the line number.
7676
7677 * startup.el (fancy-splash-text, command-line-1):
7678 Use `File' for the menu name instead of `Files'.
7679
7680 * tmm.el: Update copyright.
7681
7682 * cus-start.el: Add entry for even-window-heights.
7683
7684 2000-12-06 Miles Bader <miles@gnu.org>
7685
7686 * faces.el (frame-set-background-mode): Avoid stomping on
7687 locally modified faces.
7688
7689 2000-12-06 Kenichi Handa <handa@etl.go.jp>
7690
7691 * international/fontset.el: Correct the font registries for
7692 japanese-jisx0213-1 and japanese-jisx0213-2.
7693
7694 2000-12-05 Gerd Moellmann <gerd@gnu.org>
7695
7696 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7697
7698 * iswitchb.el: Update customization commentary.
7699
7700 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
7701
7702 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7703 (tpu-search-highlight): Fixed comparison of overlay end positions.
7704 (tpu-trim-line-ends): Implemented trimming logic locally.
7705
7706 * emulation/tpu-extras.el (tpu-write-file-hook)
7707 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7708
7709 2000-12-05 Kenichi Handa <handa@etl.go.jp>
7710
7711 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7712 to cn-gb.
7713 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7714
7715 2000-12-04 Dave Love <fx@gnu.org>
7716
7717 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7718
7719 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7720
7721 * mail/rmailsum.el (rmail-summary-expunge)
7722 (rmail-summary-expunge-and-save): Ask for confirmation with
7723 rmail-expunge-confirmed.
7724
7725 * mail/rmail.el (rmail-expunge-confirmed): New function.
7726 (rmail-expunge): Use it.
7727
7728 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7729
7730 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
7731 (etags-recognize-tags-table, find-tag-in-order):
7732 New functionality: interpret file names as tags.
7733
7734 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7735
7736 * info.el (Info-scroll-prefer-subnodes): New defcustom.
7737 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7738 the first subnode until the bottom of the current node is visible.
7739
7740 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7741
7742 * format.el (format-decode): Don't change buffer's undo list.
7743
7744 2000-12-04 Kenichi Handa <handa@etl.go.jp>
7745
7746 * faces.el (face-font-registry-alternatives): Add entries for CJK
7747 fonts. Doc-string adjusted for the actual usage of this data.
7748
7749 * international/fontset.el: Change the font registries for CJK
7750 fonts in the default fontset. Don't append '*' to registries.
7751
7752 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7753
7754 * emacs-lisp/easy-mmode.el (define-derived-mode)
7755 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7756
7757 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7758 (derived-mode-p): New function.
7759 (derived-mode-make-docstring): Add `docstring' argument.
7760 Use it if available and complete it if necessary.
7761
7762 2000-12-03 Andreas Schwab <schwab@suse.de>
7763
7764 * type-break.el (type-break): Don't make parent of itself.
7765
7766 2000-12-03 Miles Bader <miles@gnu.org>
7767
7768 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7769
7770 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7771
7772 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7773 (tex-main-file, tex-file): Simplify.
7774 (tex-generate-zap-file-name): Use subst-char-in-string.
7775 (tex-strip-dots): Remove.
7776
7777 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7778
7779 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7780 to check if the match succeeded.
7781
7782 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7783
7784 * startup.el (use-fancy-splash-screens-p): New function.
7785 (command-line-1): Use it to determine whether or not to use
7786 a fancy splash screen.
7787
7788 2000-12-02 Andreas Schwab <schwab@suse.de>
7789
7790 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7791
7792 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7793
7794 * international/mule.el (make-char): Fix last change.
7795
7796 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7797 New defcustoms.
7798 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
7799 autoloading tex-mode; instead, do the same manually.
7800 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
7801 with numeric argument. Docstring fix.
7802 (toplevel): Require cl when compiling.
7803
7804 * international/mule.el (make-char): Doc fix.
7805
7806 2000-12-02 Jason Rumney <jasonr@gnu.org>
7807
7808 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7809 the Emacs Lisp manual)
7810
7811 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7812
7813 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7814
7815 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7816 the Emacs Lisp manual).
7817
7818 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7819
7820 * simple.el (next-line-add-newlines): Change default to nil.
7821
7822 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7823
7824 * files.el (revert-buffer, recover-file):
7825 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
7826
7827 2000-12-01 Gerd Moellmann <gerd@gnu.org>
7828
7829 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7830
7831 2000-12-01 Miles Bader <miles@gnu.org>
7832
7833 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7834
7835 2000-12-01 Kenichi Handa <handa@etl.go.jp>
7836
7837 * international/mule-diag.el (describe-char-after): Fix typo.
7838 (describe-character-set, non-iso-charset-alist): Fix typo.
7839
7840 2000-12-01 Miles Bader <miles@gnu.org>
7841
7842 * image-file.el (image-file-name-regexp): Automatically add
7843 upper-case variants of each filename extension in
7844 `image-file-name-extensions', since they seem to be common.
7845
7846 * simple.el (minibuffer-contents)
7847 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7848 New functions.
7849 * filecache.el (file-cache-directory-name)
7850 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7851
7852 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
7853
7854 * filecache.el (file-cache-minibuffer-complete): Don't try to
7855 delete the minibuffer prompt.
7856
7857 2000-11-30 Dave Love <fx@gnu.org>
7858
7859 * cus-start.el: Fix read-buffer-function type.
7860
7861 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7862
7863 * md5.el: Removed. There's a built-in function, now.
7864
7865 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
7866
7867 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7868 as dummy 0-th char of rmail-deleted-vector.
7869
7870 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7871
7872 * ps-print.el (ps-end-job): Bind case-fold-search only after
7873 switching to ps-spool-buffer.
7874
7875 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7876
7877 * ps-print.el: Line number font customization. PostScript: Lines and
7878 PageCount are initialized on each page. Doc Fix.
7879 (ps-print-version): New version number (6.3.2).
7880 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7881 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7882 (ps-right-header): Customization fix.
7883 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7884 Fix code.
7885 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7886 New vars.
7887
7888 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7889
7890 * bs.el: Fix typos and spelling errors.
7891 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7892 (bs-configuration): Doc fix.
7893
7894 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7895
7896 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
7897
7898 * emulation/tpu-edt.el (tpu-version): New version.
7899 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7900 (tpu-original-mode-line): Variable deleted.
7901 (tpu-mark-flag): New initial value.
7902 (tpu-set-mode-line): Don't redefine mode-line-format.
7903 Add tpu-mark-flag to minor-mode-alist.
7904 (tpu-update-mode-line): New mark flag logic.
7905 (tpu-get): Use find-file-wildcards.
7906 (tpu-search-highlight): Move overlay less, reset overlay properly.
7907 (tpu-unselect): Deactivate mark.
7908 (tpu-lm-replace): Reset overlay properly.
7909 (tpu-forward-line): Use forward-visible-line.
7910 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7911
7912 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
7913
7914 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7915
7916 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7917
7918 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7919
7920 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7921 and skip whitespace and newlines.
7922
7923 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7924
7925 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7926
7927 2000-11-29 Gerd Moellmann <gerd@gnu.org>
7928
7929 * help.el (describe-function-1): Regexp-quote function name
7930 when used as part of a regexp.
7931
7932 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7933 Use face-attribute instead of face-foreground and face-background.
7934 (tool-bar-add-item): Likewise, and handle unspecified colors.
7935
7936 * enriched.el (enriched-face-ans): Use face-attribute instead
7937 of face-foreground and face-background.
7938
7939 * faces.el (face-foreground, face-background, face-stipple):
7940 Return nil if attribute is unspecified, for backward compatibility.
7941
7942 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7943
7944 * play/5x5.el: Remove version info.
7945
7946 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7947
7948 * frame.el (blink-cursor-mode): Doc fix.
7949
7950 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7951
7952 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7953 to create Makefile rules.
7954 (antlr-tool-command): New user option.
7955 (antlr-ask-about-save): New user option.
7956 (antlr-makefile-specification): New user option.
7957 (antlr-file-formats-alist): New variable.
7958 (antlr-special-file-formats): New variable.
7959 (antlr-unknown-file-formats): New user option.
7960 (antlr-help-unknown-file-text): New variable.
7961 (antlr-help-rules-intro): New variable.
7962 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7963 (antlr-mode-menu): Add entries.
7964 (antlr-file-dependencies): New function.
7965 (antlr-directory-dependencies): New function.
7966 (antlr-superclasses-glibs): New function.
7967 (antlr-run-tool): New command.
7968 (antlr-makefile-insert-variable): New function.
7969 (antlr-insert-makefile-rules): New function.
7970 (antlr-show-makefile-rules): New command.
7971
7972 * antlr-mode.el: More Emacs/XEmacs stuff.
7973 (antlr-no-action-keywords): New constant with value nil.
7974 (antlr-font-lock-keywords-alist): Use it. Old value would break
7975 syntax highlighting in Emacs-21.0.
7976 (antlr-default-directory): Emacs/XEmacs dependend function.
7977 (antlr-read-shell-command): Ditto.
7978 (antlr-with-displaying-help-buffer): Ditto.
7979
7980 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7981
7982 * antlr-mode.el: imenu, parsing and highlighting changes.
7983 (antlr-imenu-create-index-function): Don't create extra submenus
7984 for definitions in different grammar classes. It is not necessary
7985 for the menu and would make command `imenu' awkward to use.
7986 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7987 header actions and more than one.
7988 (antlr-font-lock-tokendef-face): Changed color.
7989 (antlr-font-lock-tokenref-face): Changed color.
7990 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7991 (antlr-mode-syntax-table): New variable.
7992 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7993 (antlr-with-syntax-table): Don't copy syntax table.
7994
7995 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7996
7997 * antlr-mode.el: Minor changes: language setting.
7998 (antlr-language-alist): The value for file option "language" can
7999 be both an identifier and a string.
8000 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
8001 (antlr-language-limit-n-regexp): Change accordingly.
8002
8003 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8004
8005 * antlr-mode.el: Minor changes: tabs, hiding.
8006 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
8007 (antlr-action-visibility): Also allow value nil to also hide the
8008 braces. Renamed from `antlr-tiny-action-length'.
8009 Suggested by Jay@aol.com.
8010 (antlr-hide-actions): Change accordingly. Hide line if completely
8011 hidden action is on a line of its own.
8012
8013 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8014
8015 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8016
8017 * sort.el (sort-columns): Don't concat strings with numbers.
8018
8019 2000-11-29 Dave Love <fx@gnu.org>
8020
8021 * cus-edit.el (face): Fix :format.
8022
8023 * mail/feedmail.el: Require smtpmail when compiling.
8024 (mail-do-fcc): Autoload.
8025 (feedmail) <defgroup>: Fix :link.
8026 (feedmail-nuke-body-in-fcc): Fix :type.
8027 (feedmail-send-it): Add autoload cookie.
8028
8029 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8030
8031 * newcomment.el (comment-indent): Save excursion around call to
8032 comment-indent-function.
8033
8034 2000-11-29 Miles Bader <miles@gnu.org>
8035
8036 * subr.el (member-ignore-case): Return the tail of the list who's
8037 car matches, like `member', not the matching element itself.
8038
8039 2000-11-29 Kenichi Handa <handa@etl.go.jp>
8040
8041 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8042 should not contain `\n'.
8043
8044 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8045
8046 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8047
8048 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8049
8050 * dired-aux.el (dired-do-create-files): Construct default file
8051 name for dired-mark-read-file-name so that when the user enters
8052 just RET, the target file will end up in the target directory.
8053
8054 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8055 local-abbrev-table before changing buffers because it might
8056 have a buffer-local binding.
8057
8058 2000-11-28 Miles Bader <miles@gnu.org>
8059
8060 * simple.el (delete-horizontal-space): Handle fields more generally.
8061
8062 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8063
8064 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8065
8066 2000-11-28 Dave Love <fx@gnu.org>
8067
8068 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8069 comment-start-skip locally.
8070
8071 * progmodes/fortran.el (fortran-mode): Don't set
8072 fortran-comment-line-start-skip. Set comment-start to
8073 fortran-comment-line-start.
8074 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8075 (fortran-comment-line-start-skip): Simplify slightly.
8076
8077 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8078
8079 * play/5x5.el: Remove RCS keyword.
8080
8081 * bs.el: Mistaken commit, undone 2000-11-30.
8082
8083 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
8084
8085 * textmodes/tildify.el (tildify-string-alist):
8086 Add `plain-tex-mode' here.
8087
8088 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8089
8090 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8091 reference.
8092
8093 2000-11-28 Miles Bader <miles@gnu.org>
8094
8095 * cus-face.el (custom-face-attributes): Add post-filter function
8096 for :box. Make pre-filter function for :box handle all cases.
8097
8098 * wid-edit.el (widget-choose): Make sure pop-up window is large
8099 enough to display all the choices, as there's no way to scroll it.
8100
8101 2000-11-28 Kenichi Handa <handa@etl.go.jp>
8102
8103 * international/mule-conf.el: Make the coding system no-conversion
8104 safe for all characters.
8105
8106 2000-11-27 Dave Love <fx@gnu.org>
8107
8108 * net/ldap.el (ldap) <defgroup>: Add :version.
8109
8110 * tooltip.el (tooltip-use-echo-area): Doc fix.
8111
8112 * cus-start.el <minibuffer-prompt-properties>: Add version.
8113 <read-buffer-function>: Add.
8114
8115 * apropos.el (apropos-print): Add help-echo to active text.
8116
8117 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8118
8119 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8120
8121 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8122 type, group and version.
8123
8124 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8125
8126 * select.el (x-get-selection): Docstring fix.
8127
8128 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
8129
8130 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8131
8132 2000-11-27 Andrew Innes <andrewi@gnu.org>
8133
8134 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8135
8136 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8137
8138 2000-11-27 Miles Bader <miles@gnu.org>
8139
8140 * dired.el (dired-get-filename): Return filename verbatim if
8141 LOCALP is `verbatim'.
8142 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8143 `verbatim' so that we don't inadvertently delete a non-existant
8144 directory name.
8145
8146 2000-11-27 Kenichi Handa <handa@etl.go.jp>
8147
8148 * international/characters.el: Specify cases and syntaxes for
8149 mule-unicode-0100-24ff.
8150
8151 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8152
8153 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8154 that foreground and/or background colors of the face `tool-bar'
8155 are unspecified.
8156
8157 2000-11-27 Miles Bader <miles@gnu.org>
8158
8159 * wid-edit.el (widget-field-buffer, widget-field-start)
8160 (widget-field-end): Handle widget field `pseudo-overlays'.
8161 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8162 if it's there instead of in `widget-field-list'.
8163
8164 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
8165 (help-make-xrefs): Delete extraneous newlines at the end of the
8166 docstring.
8167
8168 2000-11-25 Jason Rumney <jasonr@gnu.org>
8169
8170 * startup.el (command-line): Call set-locale-environment after
8171 Window System init file is read, as it can result in a call to
8172 redraw-frame.
8173
8174 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8175
8176 * simple.el (shell-command): Mention the effect of the prefix
8177 argument in the doc string.
8178
8179 2000-11-25 Miles Bader <miles@gnu.org>
8180
8181 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8182
8183 * wid-edit.el (widget-field-value-delete): Don't try to delete
8184 overlay when it's the `pseudo-overlay' that exists at some points.
8185
8186 2000-11-24 Jason Rumney <jasonr@gnu.org>
8187
8188 * international/mule-cmds.el (locale-language-names): Add "jp" as
8189 a non-standard alternative for Japanese.
8190
8191 2000-11-24 Andre Spiegel <spiegel@gnu.org>
8192
8193 * vc-hooks.el: Require 'cl during compilation.
8194
8195 2000-11-24 Gerd Moellmann <gerd@gnu.org>
8196
8197 * faces.el (face-set-after-frame-default): Let face attributes
8198 specified for new frames override frame parameters.
8199
8200 * startup.el (command-line): Fix computation of the source file
8201 for user-init-file when user-init-file is a compiled file.
8202
8203 2000-11-24 Miles Bader <miles@gnu.org>
8204
8205 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
8206 (custom-post-filter-face-spec): New functions.
8207 (custom-face-set, custom-face-value-create): Filter the face spec
8208 before and after customization.
8209 (custom-face-set): If VALUE specifies a null face, pass a
8210 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8211 * cus-face.el (custom-face-attributes): Remove SET and GET
8212 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8213 cases they're needed.
8214
8215 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8216 that it's distinguishable from the :off-glyph on dark-background
8217 displays. Set its background color too.
8218
8219 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8220 so that people can easily turn it off.
8221
8222 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
8223
8224 * ediff-diff.el: Moved variables around to have it compile under NT.
8225
8226 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
8227
8228 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
8229
8230 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
8231 redundant skip-small-frames test.
8232
8233 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
8234 (viper-downgrade-to-insert): Protect against errors in hooks.
8235
8236 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8237 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
8238 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8239 New functions.
8240
8241 * viper-util.el (viper-memq-char): Bug fixes.
8242
8243 * viper.el (viper-mode): Fix cursor handling.
8244
8245 2000-11-24 Kenichi Handa <handa@etl.go.jp>
8246
8247 * international/mule-diag.el (list-iso-charset-chars):
8248 For two-byte charset, fix the `while' condition.
8249 (list-non-iso-charset-chars): Fix the `while' condition.
8250
8251 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8252
8253 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8254 if the variable is make-variable-buffer-local.
8255
8256 * progmodes/ada-stmt.el (ada-template-map):
8257 Initialize and bind it to C-c t in ada-mode-map.
8258 (ada-stmt-mode-hook): New function extracted from old code.
8259 Only change the buffer-local side of skeleton-*.
8260 (ada-mode-hook): Use it.
8261
8262 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8263
8264 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8265 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8266 we expect to be returned by minibuffer-depth once we prompt the
8267 user in the minibuffer.
8268 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8269 as recorded in iswitchb-minibuf-depth, return non-nil.
8270
8271 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8272
8273 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8274 (hscroll-window-maybe): Docstring fix.
8275
8276 2000-11-23 Dave Love <fx@gnu.org>
8277
8278 * rect.el (string-rectangle): Don't test delete-selection-mode.
8279
8280 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8281
8282 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8283 is in the tool bar.
8284
8285 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8286 with `no-dir'; we want the directory part to be able to remove it.
8287
8288 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8289
8290 * textmodes/outline.el (outline-flag-region):
8291 Don't bind inhibit-read-only since we don't modify the buffer.
8292 (outline-isearch-open-invisible): Don't jump to overlay-start
8293 since we're trying to unhide text around point.
8294 (outline-discard-overlays): Use dolist.
8295
8296 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8297
8298 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8299
8300 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
8301
8302 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8303
8304 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8305 Fix ARG regexp to skip quoted braces.
8306 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8307 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8308 are (correctly) handled separately).
8309 Remove `caption' and `footnote' from `citations': they contain text.
8310 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8311 (latex-skeleton-end-hook): New function.
8312 (latex-mode): Use it.
8313 (tex-start-tex-marker): Remove.
8314 (tex-send-tex-command): Don't set tex-start-tex-marker.
8315 (tex-error-parse-syntax-table): New var.
8316 (tex-compilation-parse-errors): Use it.
8317 Ignore tex-start-tex-marker. Don't bother with marker-position.
8318 (tex-validate-buffer): Don't bother with marker-position.
8319
8320 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
8321 (flyspell-generic-progmode-verify): Use it.
8322
8323 2000-11-22 Sam Steingold <sds@gnu.org>
8324
8325 * simple.el (delete-trailing-whitespace): New interactive function.
8326
8327 * progmodes/ada-mode.el (ada-mode): Use it instead of
8328 `ada-remove-trailing-spaces'.
8329 (ada-remove-trailing-spaces): Removed.
8330
8331 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
8332
8333 * textmodes/picture.el (picture-clean): Removed.
8334 (picture-mode-exit): Call it instead of `picture-clean'.
8335
8336 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8337
8338 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8339
8340 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8341 jit-lock-fontify-buffer; it should anyway be unneccessary to
8342 do anything special when jit-lock is active.
8343 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8344
8345 2000-11-22 Dave Love <fx@gnu.org>
8346
8347 * calendar/todo-mode.el (todo-top-priorities): Use
8348 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8349
8350 * language/chinese.el, language/cyrillic.el:
8351 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8352 * language/hebrew.el, language/indian.el, language/japanese.el:
8353 * language/korean.el, language/lao.el, language/misc-lang.el:
8354 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8355 Use provide.
8356
8357 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8358 (custom-variable-set): Improve validation error mesage.
8359
8360 * rect.el (string-rectangle): Revert last change.
8361 (string-rectangle-line): New arg DELETE.
8362 (string-rectangle): Check delete-selection-mode.
8363
8364 * emacs-lisp/edebug.el (edebug-version)
8365 (edebug-maintainer-address): Deleted.
8366 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8367 (edebug-read-function): Account for other `'#' read forms.
8368 (edebug-mode-menus): Make some items toggles.
8369 (edebug-outside-unread-command-event, unread-command-event):
8370 Remove these to avoid warnings.
8371
8372 2000-11-22 David Ponce <david@dponce.com>
8373
8374 * recentf.el (recentf-menu-items-for-commands)
8375 (recentf-make-menu-items, recentf-make-menu-item)
8376 (recentf-filter-changer): Added :help and :active menu-item properties.
8377
8378 (recentf-build-dir-rules, recentf-dump-variable)
8379 (recentf-edit-list, recentf-open-files-item)
8380 (recentf-open-files): Replaced unnecessary `mapcar' with new
8381 built-in `mapc'.
8382
8383 2000-11-23 Miles Bader <miles@gnu.org>
8384
8385 * faces.el (menu): Make inverse-video on ttys too.
8386
8387 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8388
8389 * simple.el (comment-line-break-function): Use the new name
8390 indent-new-comment-line -> comment-indent-new-line.
8391 (clone-indirect-buffer): Don't ignore NORECORD.
8392 (next-completion): Properly handle the case where items are adjacent.
8393
8394 * mouse.el (popup-menu): Stupid typo.
8395
8396 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8397
8398 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8399 maintainer, keywords tags.
8400
8401 * rect.el (replace-rectangle): Don't call string-rectangle-line
8402 with too many arguments.
8403
8404 2000-11-22 Andre Spiegel <spiegel@gnu.org>
8405
8406 * ediff-util.el (ediff-file-checked-out-p)
8407 (ediff-file-checked-in-p): Call vc-state instead of
8408 vc-locking-user, which no longer exists.
8409
8410 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8411
8412 2000-11-22 Dave Love <fx@gnu.org>
8413
8414 * md5.el (md5): Provide.
8415 (md5): Fix error call.
8416
8417 2000-11-22 Miles Bader <miles@gnu.org>
8418
8419 * textmodes/refill.el (refill-adjust-ignorable-overlay)
8420 (refill-fill-paragraph-at): Remove debugging code.
8421
8422 * calendar/calendar.el (generate-calendar-window): When we don't
8423 call `fit-window-to-buffer', make sure the top line is fully visible.
8424
8425 * image-file.el (insert-image-file): Don't make `read-only'
8426 property rear-nonsticky.
8427
8428 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8429 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8430 stashing away its original value.
8431 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8432 in the recursive edit.
8433 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8434 (isearch-done): Restore `minibuffer-message-timeout'.
8435
8436 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8437
8438 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8439
8440 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8441
8442 * find-lisp.el (find-lisp-find-files-internal):
8443 Use dolist, when and file-name-as-directory.
8444
8445 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
8446 (define-derived-mode, define-minor-mode): Add specs.
8447
8448 * window.el: General comment and spacing fixes.
8449 (save-selected-window): Use backquotes.
8450 (window-safely-shrinkable-p): New function.
8451 (shrink-window-if-larger-than-buffer): Use it.
8452
8453 * subr.el (make-local-hook): Docstring fix.
8454
8455 * shell.el (shell-mode): Use define-derived-mode.
8456
8457 * newcomment.el (comment-indent): Insert comment before calling
8458 comment-indent-function. Don't insert in column 0.
8459 (comment-dwim): Indent before inserting comment.
8460
8461 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8462 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8463 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8464 Use mapc rather than map.
8465
8466 * files.el (find-buffer-visiting): Compare all attributes before
8467 declaring two files identical (rather than just their inode-no).
8468 (auto-mode-alist): Use \' rather than $.
8469
8470 * which-func.el: Update maintainer line.
8471
8472 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8473 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8474 (uniquify-buffer-file-name): Use it.
8475
8476 2000-11-22 Miles Bader <miles@gnu.org>
8477
8478 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8479 * simple.el (minibuffer-avoid-prompt): New function.
8480
8481 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8482
8483 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8484
8485 2000-11-21 Miles Bader <miles@gnu.org>
8486
8487 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8488 inclusion of `track-mouse'.
8489
8490 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8491 (refill-adjust-ignorable-overlay): New function.
8492 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8493 only the paragraph's tail if possible.
8494 Update `refill-ignorable-overlay'.
8495 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8496
8497 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8498 point inside the fill-prefix.
8499
8500 * textmodes/refill.el (refill-post-command-function): Don't reset
8501 refill-doit in the case where a self-insertion command doesn't
8502 case a refill. Use `refill-fill-paragraph-at', getting position
8503 from `refill-doit'.
8504 (refill-after-change-function): Set `refill-doit' to END.
8505 (refill-fill-paragraph-at): New function, mostly from old
8506 refill-fill-paragraph.
8507 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8508 (refill-pre-command-function): New function.
8509 (refill-mode): Add it to `pre-command-hook'.
8510
8511 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8512
8513 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8514
8515 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8516 javadoc tags.
8517
8518 2000-11-20 Andre Spiegel <spiegel@gnu.org>
8519
8520 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8521 vc.el).
8522
8523 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
8524 require vc.
8525
8526 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
8527 checkouts.
8528
8529 2000-11-20 Dave Love <fx@gnu.org>
8530
8531 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8532
8533 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
8534
8535 * calculator.el (calculator-paste): Use `if' instead of `and'
8536 and `or'.
8537 (calculator-help): Don't use electric-describe-mode for XEmacs.
8538
8539 2000-11-19 Gerd Moellmann <gerd@gnu.org>
8540
8541 * info.el (info-menu-5): Doc fix.
8542
8543 * textmodes/artist.el: New file.
8544
8545 2000-11-19 Andre Spiegel <spiegel@gnu.org>
8546
8547 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
8548 and differentiate according to checkout model.
8549 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8550 since this function is only concerned with master state.
8551
8552 * vc-hooks.el (vc-workfile-unchanged-p)
8553 (vc-default-workfile-unchanged-p): Moved here from vc.el.
8554
8555 * vc.el (vc-workfile-unchanged-p)
8556 (vc-default-workfile-unchanged-p): See above.
8557
8558 2000-11-19 Miles Bader <miles@gnu.org>
8559
8560 * image-file.el (insert-image-file): Make `intangible' and
8561 `read-only' properties rear-nonsticky too.
8562
8563 2000-11-18 Gerd Moellmann <gerd@gnu.org>
8564
8565 * ps-print.el: Update copyright notice.
8566
8567 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8568 (tooltip-show): Use the offsets.
8569
8570 * bindings.el (mode-line-modified): Fix a typo.
8571 (mode-line-toggle-modified, mode-line-widen)
8572 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8573
8574 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8575
8576 * ps-print.el (toplevel): Test for find-coding-system being
8577 fboundp before calling ps-x-find-coding-system.
8578
8579 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8580
8581 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8582 (vc-version-backup-file): Docstring fix.
8583
8584 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8585
8586 * files.el (basic-save-buffer): Don't add a newline if
8587 find-file-literally is non-nil.
8588 (find-file-literally): Extend doc string.
8589
8590 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8591 sort(1) with the `-f' argument.
8592
8593 2000-11-16 Andre Spiegel <spiegel@gnu.org>
8594
8595 * vc.el: Updated backend documentation.
8596 (vc-default-check-headers): New function.
8597
8598 * vc-{cvs,rcs,sccs}.el: Functions reordered.
8599
8600 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8601 up-to-date.
8602 (vc-do-command): In the asynchronous case, output messages only if
8603 the minibuffer is not active.
8604
8605 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8606 `vc-cvs-use-edit' is on.
8607 (vc-cvs-checkout): When this is used for reverting the workfile,
8608 make a backup of the original contents and revert to that in case
8609 of error.
8610 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
8611 remote repositories.
8612
8613 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8614 for both version and ratio in the minibuffer.
8615
8616 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8617 Use vc-do-command to perform the annotation, not call-process.
8618
8619 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8620
8621 * international/quail.el (quail-start-translation): Don't call
8622 `message' before reading key sequence.
8623
8624 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8625
8626 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8627
8628 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8629
8630 * window.el (fit-window-to-buffer): Be sure to acquire at least
8631 one text line even if the buffer is empty.
8632
8633 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8634
8635 * net/ange-ftp.el (ange-ftp-file-writable-p)
8636 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8637 Bind ange-ftp-process-verbose to nil.
8638
8639 2000-11-15 Dave Love <fx@gnu.org>
8640
8641 * wid-edit.el (widget-specify-field, widget-specify-button):
8642 If :help-echo is a function, set help-echo of overlay to
8643 widget-mouse-help.
8644 (widget-mouse-help): New function.
8645 (widget-echo-help): Rewritten for :help-echo functions only taking
8646 a widget arg.
8647
8648 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8649 Use display-graphic-p.
8650 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8651 and that JPEG is available.
8652 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8653
8654 * international/mule-cmds.el (locale-charset-language-names):
8655 Match @euro.
8656
8657 2000-11-15 Gerd Moellmann <gerd@gnu.org>
8658
8659 * faces.el (face-set-after-frame-default):
8660 If `inhibit-default-face-x-resources' is bound, don't intialize the
8661 default face from X resources.
8662
8663 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8664
8665 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8666 Don't set EMACSLOADPATH.
8667
8668 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8669
8670 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8671 texinfo-insert-@url.
8672 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8673 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8674
8675 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8676
8677 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8678 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8679 (checkdoc-minor-keymap): Backward compatibility.
8680 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8681 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8682 (checkdoc-this-string-valid-engine): Be a bit more strict
8683 to avoid matching substrings of `...' quoted vars/funs.
8684 (checkdoc-defun-info): Only look for `interactive' if alone.
8685 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8686
8687 * progmodes/compile.el (grep): `tag-default' can be nil.
8688
8689 * newcomment.el (comment-indent): Paren typo.
8690
8691 2000-11-14 Dave Love <fx@gnu.org>
8692
8693 * calculator.el: New maintainer version.
8694
8695 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
8696
8697 * cmuscheme.el: Doc fixes.
8698 (cmuscheme) <defgroup>: Use `scheme' as parent.
8699 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8700
8701 * xscheme.el (scheme-program-name): Don't define here.
8702
8703 * progmodes/scheme.el (scheme-program-name): New variable
8704 (originally in cmuscheme).
8705
8706 2000-11-14 Miles Bader <miles@gnu.org>
8707
8708 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8709 Handle header-lines. Don't loop forever if we can't enlarge the
8710 window anymore. Simplify a bit.
8711
8712 2000-11-14 Kenichi Handa <handa@etl.go.jp>
8713
8714 * window.el (fit-window-to-buffer): Don't check
8715 window-text-height. Assure that the last line is fully visible.
8716
8717 * international/quail.el (quail-show-guidance-buf):
8718 Call fit-window-to-buffer to assure the enough height of the guidance
8719 buffer.
8720 (quail-update-guidance): Avoid making the guidance buffer shorter.
8721
8722 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8723
8724 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8725 rather than `prepend' and add an interesting comment.
8726 (tex-math-face, tex-font-lock-syntactic-face-function):
8727 New face and function to use it.
8728 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8729 than `menu-enable' symbol property.
8730 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8731 (tex-mode): Add some latex-mode commands for auto-selection.
8732 Use tex-font-lock-syntactic-face-function.
8733 (tex-insert-quote): Simplify.
8734 (tex-shell): New mode.
8735 (tex-start-shell): Use it.
8736 (tex-shell-proc, tex-shell-buf): New functions.
8737 (tex-send-command): Use it.
8738 (tex-main-file): Fix the meaning of the new arg REALFILE.
8739 (tex-send-tex-command): New function split from `tex-start-tex'.
8740 Set compilation-last-buffer and compilation-parsing-end.
8741
8742 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8743 when it follows non-comment text on the line.
8744
8745 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8746 Set font-lock-defaults.
8747 (lisp-mode-shared-map): Init inside the defvar.
8748 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8749 Use define-derived-mode.
8750
8751 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8752
8753 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8754
8755 2000-11-14 Gerd Moellmann <gerd@gnu.org>
8756
8757 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8758 Don't recursively optimize body because that can lead to infinite
8759 recursion; see comment there.
8760
8761 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8762
8763 * faces.el (face-spec-set-match-display): Revert the change from
8764 2000-10-24. Add a FIXME for after v21.1.
8765
8766 2000-11-13 Miles Bader <miles@gnu.org>
8767
8768 * textmodes/fill.el (skip-line-prefix): New function.
8769 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8770 (fill-paragraph): Don't leave point inside the fill-prefix.
8771 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8772 point inside the fill-prefix.
8773
8774 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8775
8776 * calendar/calendar.el (generate-calendar-window):
8777 Use `fit-window-to-buffer'.
8778
8779 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8780
8781 * gud.el (gud-minor-mode): New var.
8782 (gud-symbol, gud-val): New functions.
8783 (gud-find-file): Copy gud-minor-mode to the new buffer.
8784 (gud-menu-map): Include entries for commands that are not always
8785 available, using :enable to (de)activate them.
8786 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8787 (gud-mode-map): New map.
8788 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
8789 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8790 Don't set up gud's menu (it's done by the minor-mode).
8791 (gud-minibuffer-local-map): New.
8792 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8793 (gud-query-cmdline): New function.
8794 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8795 (gud-mode): Use define-derived-mode.
8796 Don't set up gud's menu (it's done by the minor-mode).
8797 (gud-chop-words): Remove.
8798 (gud-common-init): Use split-string instead.
8799 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8800
8801 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8802 Add keyword arg :name.
8803
8804 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8805 (diff-count-matches, diff-split-hunk): New functions.
8806 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8807
8808 * pcvs-info.el (cvs-fi-conflict-face): New var.
8809
8810 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8811 Make it into a simple syntax-table, shared among all submodes.
8812 (sh-heredoc-face): Re-introduce.
8813 (sh-font-lock-syntactic-face-function): New function.
8814 (sh-mode): Use it. Also use define-derived-mode.
8815 Remove old bogus setting of indent-region-function.
8816 (sh-set-shell): Don't set the syntax-table any more.
8817 (sh-mode-syntax-table) <defun>: Remove.
8818
8819 2000-11-12 Miles Bader <miles@gnu.org>
8820
8821 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8822 message if interactive.
8823
8824 2000-11-12 Dave Love <fx@gnu.org>
8825
8826 * mail/feedmail.el: Fix header,
8827 (feedmail) <defgroup>: Add :link.
8828
8829 * view.el: Use local-map property, not keymap on mode-line string.
8830
8831 * scroll-all.el (scroll-all-mode): Customize variable.
8832 Add autoload cookie to function.
8833
8834 * lazy-lock.el: Remove compatibility code.
8835
8836 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8837 (finder-help-echo): New variable.
8838 (finder-mouse-face-on-line): Add help-echo stuff.
8839 (finder-list-keywords, finder-list-matches): Use mapc.
8840
8841 * faces.el (face-font-registry-alternatives): Add :version.
8842
8843 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8844 tags-table-list.
8845
8846 * net/browse-url.el (browse-url-browser-function): Update :version.
8847
8848 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
8849 (mail-mode): Use [:alnum:] in some regexps.
8850
8851 2000-11-10 Dave Love <fx@gnu.org>
8852
8853 * ediff.el (ediff-regions-internal, ediff-documentation):
8854 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8855 fundamental mode.
8856
8857 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8858 buffer into fundamental mode.
8859 (ediff-set-difference): Use copy-sequence if available.
8860
8861 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8862 Check ediff-patch-map non-nil.
8863 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8864 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8865 buffer into fundamental mode.
8866
8867 * ediff-merg.el (state-or-merge): Defvar when compiling.
8868
8869 2000-11-10 Jason Rumney <jasonr@gnu.org>
8870
8871 * w32-fns.el (w32-add-charset-info): New function.
8872 (w32-charset-info-alist): Use it.
8873
8874 2000-11-10 Gerd Moellmann <gerd@gnu.org>
8875
8876 * faces.el (face-font-registry-alternatives): New user-option.
8877
8878 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8879
8880 * textmodes/texinfo.el (texinfo-block-default): New var.
8881 (texinfo-insert-block): Use it. Insert a newline if needed.
8882
8883 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8884 (fill-region-as-paragraph): Use it.
8885
8886 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8887 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8888 Tweak paragraph regexps to allow a leading [ \t]*.
8889 (tex-latex-block): Insert a newline if necessary.
8890 (latex-insert-item): Only insert a newline if necessary.
8891 (tex-guess-main-file): New function.
8892 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8893 Set tex-main-file if TeX-master is provided.
8894 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8895
8896 2000-11-10 Gerd Moellmann <gerd@gnu.org>
8897
8898 * startup.el (command-line): Set the default tooltip-mode
8899 to t for graphical displays which implement x-show-tip.
8900
8901 * tooltip.el (tooltip-mode): Add a comment about startup.el
8902 setting the default value of this user-option.
8903
8904 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8905
8906 * font-lock.el (font-lock-*-face) <defvar>: Move.
8907 (font-lock-defaults-alist): Mark obsolete.
8908 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8909 (font-lock-mode): Use define-minor-mode.
8910 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8911 (font-lock-turn-off-thing-lock): Be more explicit.
8912 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8913 (font-lock-syntactic-face-function): New var.
8914 (font-lock-fontify-syntactically-region): Use it.
8915 (font-lock-doc-face): New.
8916
8917 * pcvs.el (cvs-enabledp): Ignore errors.
8918 (cvs-commit-filelist): Never query.
8919 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8920 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8921 (cvs-do-removal): Use cvs-partition rather than delete-if.
8922 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8923 cvs-bury-buffer.
8924
8925 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8926 Allow `next' to jump to after the end of the last match.
8927
8928 2000-11-09 Gerd Moellmann <gerd@gnu.org>
8929
8930 * simple.el (byte-compiling-files-p): New function.
8931
8932 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8933 if it is there.
8934
8935 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8936 nil again.
8937
8938 * textmodes/ispell.el (ispell-library-path): Don't call
8939 check-ispell-version when byte-compiling because that starts
8940 an ispell process, and ispell might not be installed.
8941 (toplevel): Don't set up a menu when byte-compiling.
8942
8943 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8944 it, so that a boundp test can be used to determine if we're
8945 currently byte-compiling.
8946
8947 2000-11-09 Dave Love <fx@gnu.org>
8948
8949 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
8950
8951 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8952
8953 * ps-print.el: Patch for variable initialization when spooling.
8954 Doc fix.
8955 (ps-output-list): Fun eliminated.
8956 (ps-begin-file, ps-begin-job): Code fix.
8957
8958 2000-11-08 Dave Love <fx@gnu.org>
8959
8960 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
8961
8962 2000-11-08 Gerd Moellmann <gerd@gnu.org>
8963
8964 * simple.el (shell-command, display-message-or-buffer)
8965 (shell-command-on-region): Mention resize-mini-windows in the doc
8966 string.
8967 (display-message-or-buffer): Take the value of resize-mini-windows
8968 into account.
8969
8970 2000-11-07 Gerd Moellmann <gerd@gnu.org>
8971
8972 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8973
8974 * dired.el (dired-between-files): Add `^. find' as an alternative
8975 to the regular expression, for find-dired.
8976
8977 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8978
8979 * textmodes/texnfo-upd.el: Require texinfo.
8980 (defmacro, defgroup): Remove.
8981 (texinfo-section-to-generic-alist): Remove.
8982 Use texinfo-section-list instead (i.e. level is changed string->int).
8983 (texinfo-filter): New function.
8984 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8985 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8986 Use it. And use regexp-opt.
8987 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8988 (texinfo-update-menu-region-beginning)
8989 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8990 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8991 (texinfo-update-menu-same-level-regexps): Update.
8992 (texinfo-update-node, texinfo-every-node-update)
8993 (texinfo-sequential-node-update): Remove autoload cookie.
8994
8995 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8996 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8997 (texinfo-chapter-level-regexp): Remove.
8998 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8999
9000 2000-11-06 Dave Love <fx@gnu.org>
9001
9002 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
9003
9004 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9005 Match defun*.
9006
9007 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9008
9009 * composite.el (composition-function-table): Variable declaration
9010 moved to src/composite.c.
9011 (compose-chars-after): New optional arg object.
9012
9013 2000-11-06 Gerd Moellmann <gerd@gnu.org>
9014
9015 * bindings.el (mode-line-toggle-read-only)
9016 (mode-line-toggle-modified, mode-line-widen)
9017 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9018 (make-mode-line-mouse2-map): Rewritten.
9019 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9020 functions so that C-h k can show something with a doc string.
9021
9022 * startup.el (fancy-splash-delay): Set to 10 seconds.
9023 (fancy-splash-max-time): New user-option.
9024 (fancy-splash-stop-time): New variable.
9025 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9026 (fancy-splash-screens-1): Throw `stop-splashing' when current
9027 time is greater than fancy-splash-stop-time.
9028
9029 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9030
9031 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9032
9033 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9034 Prompt user for a file rather than raising an error.
9035 (cvs-enabledp): Fix call to cvs-mode-marked.
9036 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9037 (cvs-mode-insert): Use it. Change the init prompt' value.
9038 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9039
9040 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9041 Don't pass default arg to ewoc-locate.
9042 (ewoc-collect): Return result in the right order.
9043
9044 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9045
9046 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9047 (cvs-status-get-tags): Fix regexp.
9048 (cvs-status-trees, cvs-status-cvstrees):
9049 Combine after change hooks and don't sit-for.
9050 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9051 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
9052 Use make-char rather than hard-coded cryptic data.
9053 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9054
9055 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9056
9057 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9058 (cvs-insert-strings): New function.
9059
9060 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9061
9062 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9063 `mwheel-scroll-amount'.
9064 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9065 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9066 string-matching against the version string.
9067
9068 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9069
9070 * language/thai.el ("Thai"): Set a lisp form that produces
9071 composed string in `sample-text' language info.
9072
9073 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9074 composed string in `sample-text' language info.
9075
9076 * international/mule-cmds.el (describe-language-environment):
9077 Eval `sample-text' data and insert the result.
9078
9079 * international/mule-conf.el (compound-text): Define this coding
9080 system here. Make x-ctext and ctext aliases of it.
9081
9082 * language/european.el (compound-text, ctext): Moved to
9083 international/mule-conf.el.
9084
9085 2000-11-05 Andrew Innes <andrewi@gnu.org>
9086
9087 * w32-fns.el (w32-version): New function.
9088
9089 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9090
9091 * progmodes/awk-mode.el: Update copyright.
9092 (awk-mode-abbrev-table): Remove.
9093 (awk-font-lock-keywords): Use regexp-opt.
9094 (awk-mode): Use define-derived-mode.
9095
9096 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9097 when extracting a suffix.
9098
9099 2000-11-04 Andre Spiegel <spiegel@gnu.org>
9100
9101 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9102 auto-save-mode.
9103
9104 2000-11-04 Jason Rumney <jasonr@gnu.org>
9105
9106 * language/european.el (decode-mac-roman): Test against r1 not r0.
9107
9108 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9109
9110 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9111 (icon-mode): Define indent-line-function.
9112 (icon-comment-indent): Simplify.
9113 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9114
9115 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9116
9117 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9118 Bind change-log-default-mode to defeat the caching done on it.
9119 Don't bother saving excursion any more.
9120
9121 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9122
9123 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9124 (set-frame-font): Use the new name (and the old for compatibility).
9125
9126 * toolbar/tool-bar.el (tool-bar-mode):
9127 * time.el (display-time-mode):
9128 * recentf.el (recentf-mode):
9129 * paren.el (show-paren-mode):
9130 * mwheel.el (mouse-wheel-mode):
9131 * msb.el (msb-mode):
9132 * jka-compr.el (auto-compression-mode):
9133 * image-file.el (auto-image-file-mode):
9134 * hl-line.el (hl-line-mode):
9135 * delsel.el (delete-selection-mode):
9136 * autoinsert.el (auto-insert-mode):
9137 * complete.el (partial-completion-mode): Drop unneeded positional args.
9138
9139 * info.el (Info-mode):
9140 * comint.el (comint-mode): Don't bother with make-local-hook.
9141
9142 * log-edit.el (log-edit-menu): New menu.
9143
9144 2000-11-03 Miles Bader <miles@gnu.org>
9145
9146 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9147 definition, so that trailing spaces are handled properly.
9148 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9149
9150 2000-11-03 Gerd Moellmann <gerd@gnu.org>
9151
9152 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9153 tab character.
9154 (fancy-splash-screens): Set tab-width to 20.
9155
9156 2000-11-03 Dave Love <fx@gnu.org>
9157
9158 * comint.el (comint-completion-addsuffix): Fix custom type.
9159
9160 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9161
9162 * font-lock.el (font-lock-buffers): Remove.
9163 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9164 (font-lock-change-major-mode): Remove.
9165 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9166 (font-lock-default-fontify-region): Extend the multiline
9167 fontification to whole lines.
9168 (font-lock-fontify-anchored-keywords)
9169 (font-lock-fontify-keywords-region): If matching just one
9170 line (with \n) only mark the \n as multiline.
9171
9172 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9173 Correctly handle the case where several :group args are supplied.
9174 Allow :extra-args.
9175 (easy-mmode-define-global-mode): Allow :extra-args.
9176 Correctly handle the case where several :group args are supplied.
9177
9178 2000-11-02 Miles Bader <miles@gnu.org>
9179
9180 * calendar/calendar.el (diary-face, calendar-today-face)
9181 (holiday-face): Remove dependency on `window-system'.
9182
9183 2000-11-02 Ken Raeburn <raeburn@gnu.org>
9184
9185 * Makefile.in (emacs): Set EMACSLOADPATH always.
9186 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9187 (compile-files): Bomb out if compilation of a file fails.
9188
9189 2000-11-02 Dave Love <fx@gnu.org>
9190
9191 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9192
9193 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9194
9195 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9196 punctuation in the warning inserted into the *mail* buffer.
9197
9198 2000-11-02 Gerd Moellmann <gerd@gnu.org>
9199
9200 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9201 (authors-public-domain-p): New function.
9202 (authors-print): Use it.
9203
9204 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9205
9206 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9207
9208 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9209
9210 * ps-print.el: Extension for even/odd printing. Doc fix.
9211 (ps-print-version): New version number (6.3.1).
9212 (ps-even-or-odd-pages): Customization fix.
9213 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9214 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9215 (ps-page-count): Var replaced by `ps-page-column'.
9216 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9217 (ps-print-sheet-p): New fun.
9218
9219 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9220
9221 * tooltip.el (tooltip-gud-tips-setup): New function.
9222 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9223 (tooltip-mode): Call tooltip-gud-tips-setup.
9224 (tooltip-gud-tips): Use `gud-basic-call' instead of
9225 process-send-string, so the prompt gets frobbed appropriately.
9226 Handle nil return value from `tooltip-gud-print-command'.
9227
9228 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9229
9230 * comint.el (comint-add-to-input-history): New function.
9231 (comint-send-input): Use `comint-add-to-input-history'.
9232
9233 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9234
9235 * info.el (info-menu-header): New face.
9236 (Info-fontify-menu-headers): New function.
9237 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9238
9239 * info.el (Info-insert-dir): Don't include blank lines at
9240 beginning of additional dir files (one is added automatically).
9241
9242 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9243
9244 * emacs-lisp/easy-mmode.el (define-minor-mode):
9245 Revert the latest changes.
9246 Allow the three positional arguments to be skipped and replaced
9247 by keyword arguments.
9248 Add a :toggle argument to determine whether a nil arg means toggle
9249 or means turn-on. The default is unchanged.
9250 Add a call to force-mode-line-update.
9251
9252 2000-11-01 Dave Love <fx@gnu.org>
9253
9254 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
9255
9256 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9257
9258 * calendar/calendar.el (diary-face, holiday-face):
9259 Add dark-background variants.
9260
9261 2000-10-31 Sam Steingold <sds@gnu.org>
9262
9263 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9264 `tex-main-file' does not have directory in it.
9265
9266 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9267
9268 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9269
9270 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9271
9272 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9273 functional change.
9274
9275 2000-10-31 Gerd Moellmann <gerd@gnu.org>
9276
9277 * files.el (find-file-noselect): When we expand a wildcard, return
9278 a list of buffers, as we should do according to the doc string.
9279
9280 2000-10-31 Ken Raeburn <raeburn@gnu.org>
9281
9282 * loadup.el (top level): Adjust load path if program name is
9283 "../src/bootstrap-emacs", in case it's not dumped and thus the
9284 load path adjustment hasn't already been done.
9285
9286 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9287
9288 * ps-print.el: Fix bug on selected pages for printing.
9289 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
9290 is on. Try to avoid warning messages when compiling. Doc Fix.
9291 (ps-print-version): New version number (6.3).
9292 (ps-color-device): Use `color-values' to determine if device
9293 supports color.
9294 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9295 (ps-print-page-p): Changed from defsubst to defun.
9296 (ps-page-number): Changed from defmacro to defun.
9297 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9298 printing.
9299 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
9300 (ps-end-file, ps-dummy-page): Funs eliminated.
9301 (ps-print-color-scale): Changed default value.
9302 (ps-page-n-up, ps-print-page-p): New internal vars.
9303 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9304 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9305
9306 * delim-col.el: Little programming improvement.
9307 (delimit-columns-str): New macro.
9308 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9309
9310 2000-10-31 Kenichi Handa <handa@etl.go.jp>
9311
9312 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9313 Moved to european.el.
9314 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9315 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9316 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9317 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
9318
9319 2000-10-30 Dave Love <fx@gnu.org>
9320
9321 * progmodes/cc-menus.el (imenu-generic-expression)
9322 (imenu-progress-message): Only defvar when compiling.
9323
9324 * emacs-lisp/elp.el (elp-unload-hook): New function.
9325
9326 * loadhist.el (unload-feature): Call elp-restore-function,
9327 checking for symbols; don't use elp-restore-all.
9328 (loadhist-hook-functions): Doc fix.
9329
9330 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9331
9332 * log-edit.el (log-edit-confirm): Fix the default.
9333
9334 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9335
9336 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9337 delimit-columns-format.
9338 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9339
9340 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9341
9342 * comint.el (comint-replace-by-expanded-history): Don't use
9343 comint-get-old-input (we're not looking at *old* input).
9344 (comint-get-old-input-default): If using fields, signal an error
9345 when the point is not in an input field.
9346
9347 2000-10-30 Kenichi Handa <handa@etl.go.jp>
9348
9349 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9350 and mule-unicode-e000-ffff.
9351
9352 * international/mule.el (decode-char, encode-char): New functions.
9353 (make-coding-system): Accept a symbol of translation table as a
9354 value of property `safe-chars'.
9355
9356 * international/mule-cmds.el (encode-coding-char): Check property
9357 safe-chars instead of safe-charsets.
9358
9359 * international/fontset.el (fontset-default): Modified for
9360 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9361 (x-font-name-charset-alist): Likewise.
9362 (ccl-encode-unicode-font): New CCL program. Record it in
9363 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9364
9365 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9366 New translation tables.
9367 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9368 programs are modified and moved from mac-win.el.
9369 (mac-roman): Definition of this coding system is modified and
9370 moved from mac-win.el.
9371
9372 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9373
9374 * ediff-wind.el (ediff-setup-control-frame): Enclose
9375 face-attribute in condition-case to avoid errors in older emacsen.
9376
9377 2000-10-29 Miles Bader <miles@gnu.org>
9378
9379 * custom.el (custom-add-to-group): Allow multiple entries for a
9380 given value OPTION, as long as their widget types are different.
9381 * cus-edit.el (custom-face-value-create): If face name doesn't end
9382 with "face", add such here (similar to custom group widgets).
9383
9384 * comint.el (comint-highlight-prompt): Add :type.
9385
9386 2000-10-28 John Wiegley <johnw@gnu.org>
9387
9388 * calendar/timeclock.el (timeclock-log): Doc fix.
9389 (timeclock-last-event): Doc fix.
9390 (timeclock-log): Kill the timelog buffer after appending a new event.
9391 (timeclock-find-discrep): Use a temp buffer to read in the
9392 timelog, instead of visiting the file.
9393 (timeclock-log-data): A new function, along with a host of helper
9394 functions, for the purpose of making timelog data accessible to
9395 programmers.
9396
9397 * eshell/esh-mode.el (window-height test): Make certain that
9398 `eshell-stringify-t' is non-nil.
9399 (eshell-password-prompt-regexp): Changed to a much simpler
9400 password regexp.
9401 (eshell-send-input): If `eshell-invoke-directly' returns t,
9402 directly invoke the parsed command using `eval'. This improves
9403 turn-around time on simple commands by a factor of three or
9404 greater, such as cd, ls, pwd, etc. -- which get used very often.
9405 It also conserves thousands of cons cells per call (since
9406 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9407 in the Pacific Cookie Company).
9408
9409 * eshell/esh-test.el (eshell-test): Whitespace fix.
9410
9411 * eshell/em-ls.el (eshell-ls-insert-directory):
9412 Make `eshell-ls-initial-args' nil when inserting directory contents.
9413
9414 * eshell/em-script.el (eshell-script-initialize): Add names to
9415 `eshell-complex-commands, since `source' and `.' are complex.
9416
9417 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9418 (eshell-rewrite-while-command): Use `eshell-protect' instead of
9419 `eshell-copy-handles'.
9420 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9421 bodies.
9422 (eshell-separate-commands): Whitespace fix.
9423 (eshell-complex-commands): Added a new list of names, for
9424 determining whether a given command is as simple as it looks.
9425 (eshell-invoke-directly): New function. Returns t if a command
9426 should be invoked directly (using `eval'), rather than indirectly
9427 using `eshell-do-eval'.
9428 (eshell-do-eval): Whitespace fix.
9429
9430 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9431 which provides an emulation of the DOS shell behavior of assuming
9432 that cp/mv/ln should copy/move/link to the current directory.
9433 (eshell-remove-entries): Added a doc string.
9434 (eshell-shuffle-files): Removed the check for `target' being null.
9435 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9436 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9437 it to do a smarter check of whether a destination was provided.
9438 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9439 (eshell/ln): Enable `:preserve-args', and use
9440 `eshell-mvcpln-template' to implement the body of the function.
9441 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9442 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
9443 list after flattening it. This makes it possible to cat files
9444 with numerical names.
9445 (eshell-unix-initialize): Added several names to
9446 `eshell-complex-commands.
9447 (eshell-unix-command-complex-p): Return t if a given command name
9448 may result in external processes being invoked.
9449
9450 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9451 variable nil by default, since it slows down glob processing by a
9452 factor of two or more, and increases memory consumption.
9453
9454 * eshell/em-smart.el: Added a note about how memory consumptive
9455 smart display mode can be (at least this is true in Emacs 21).
9456 (eshell-smart-initialize): Whitespace fix.
9457 (eshell-refresh-windows): Use `if' instead of `when'.
9458 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9459 not necessary.
9460 (eshell-currently-handling-window): Added a missing global variable.
9461
9462 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9463 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9464 Whitespace fix.
9465 (eshell-ls-exclude-hidden): Added this variable in addition to
9466 `eshell-ls-exclude-regexp'. This one prevents files beginning
9467 with . from even being read, which can improve memory consumption
9468 quite a bit.
9469 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9470 read file entries beginning with a dot. In home directories with
9471 lots of hidden files, fully two-thirds of the time spent in ls is
9472 used to read directory entries that are immediately thrown away.
9473 (eshell-ls-initial-args): Added back this configuration variable,
9474 for specifying default initial arguments to every call to ls.
9475 Much faster than using an alias to do the same thing.
9476 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9477 (eshell-ls-dir): Whitespace change.
9478
9479 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9480
9481 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
9482 (eshell-stringify-t): Added a customization variable, to indicate
9483 whether `t' should be rendered as a string at all. If not, one
9484 can still determine if the result of an expression is true using
9485 "file-exists-p FILE && echo true".
9486 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9487 stringify t!
9488
9489 * eshell/esh-module.el: Whitespace fix.
9490
9491 * eshell/em-alias.el (eshell-alias-initialize):
9492 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
9493 (eshell-command-aliased-p): New function that returns t if a
9494 command name names an aliased.
9495
9496 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9497
9498 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
9499 redrawing the screen when changing cursor color.
9500 (viper-insert-state-pre-command-sentinel)
9501 (viper-replace-state-pre-command-sentinel)
9502 (viper-replace-state-post-command-sentinel):
9503 Use viper-preserve-cursor-color.
9504 Many functions changed to use viper= instead of = when comparing
9505 characters.
9506 * viper-util.el (viper-memq-char,viper=): New functions for
9507 working with characters.
9508 (viper-change-cursor-color): Fixed buglet.
9509 Many functions changed to use viper= instead of = when comparing
9510 characters.
9511 * viper.el (viper-insert-state-mode-list): Added eshell.
9512
9513 * ediff-init.el (ediff-before-setup-hook): New hook.
9514 Several typos fixed in various docstrings.
9515 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
9516 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
9517 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9518 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9519 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9520 (ediff-get-selected-buffers): New function.
9521 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
9522 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9523 Use save-window-excursion.
9524 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
9525 termination check in while loop.
9526 * ediff.el (ediff-get-default-file-name): Better defaults when in
9527 dired buffer.
9528 (ediff-files,ediff-merge-files,ediff-files3)
9529 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
9530
9531 2000-10-28 Dave Love <fx@gnu.org>
9532
9533 * info.el (Info-fontify-node): Add help-echo for menu items.
9534
9535 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9536
9537 * startup.el (normal-top-level): If the value of $TERM indicates
9538 we are running from xterm or one of its work-alikes, default to a
9539 light background mode.
9540
9541 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9542 * faces.el (tty-handle-reverse-video): New function.
9543 (tty-create-frame-with-faces): Call it.
9544
9545 * frame.el (frame-notice-user-settings): Don't apply
9546 default-frame-alist and initial-frame-alist to MS-DOS frames.
9547 Call tty-handle-reverse-video, frame-set-background-mode, and
9548 face-set-after-frame-default for non-MS-DOS frames.
9549
9550 * startup.el (tty-long-option-alist): New variable.
9551 (tty-handle-args): New function.
9552 (command-line): Call tty-handle-args.
9553
9554 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9555 startup.el now does that for all character-terminal frames.
9556
9557 2000-10-28 Miles Bader <miles@gnu.org>
9558
9559 * emacs-lisp/easy-mmode.el (define-minor-mode):
9560 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9561 is global. If :global is followed by a non-nil but non-t value,
9562 make the mode buffer-local, but also generate a `global-MODE'
9563 version using `easy-mmode-define-global-mode'.
9564 Add :conditional-turn-on keyword argument.
9565
9566 2000-10-28 Dave Love <fx@gnu.org>
9567
9568 * international/latin1-disp.el (latin1-char-displayable-p):
9569 Don't use window-system.
9570
9571 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9572
9573 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9574 Don't call find-buffer-file-type-coding-system. Instead, just
9575 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9576 if the file is on an untranslated filesystem.
9577 (add-untranslated-filesystem): Use "D" instead of "f" inside
9578 interactive.
9579
9580 2000-10-27 Dave Love <fx@gnu.org>
9581
9582 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
9583 (refill-mode): Use it.
9584
9585 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9586
9587 * international/quail.el (quail-activate): Don't make-local-hook.
9588
9589 2000-10-27 Andre Spiegel <spiegel@gnu.org>
9590
9591 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
9592 manual backups and file.~<rev>.~ for automatic ones.
9593 (vc-make-version-backup): Don't do it on MS-DOS without long file
9594 names.
9595
9596 * vc.el (vc-version-other-window): If an automatic backup of the
9597 desired version exists, rename it instead of copying it.
9598
9599 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9600 after command. If there's an unexpected error, signal it instead
9601 of being silent.
9602 (vc-cvs-merge-news): Be prepared for no news at all.
9603
9604 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9605
9606 * shell.el (shell): Add BUFFER argument.
9607 * comint.el (make-comint-in-buffer): New function.
9608 (make-comint): Use it.
9609
9610 * faces.el (face-spec-choose): Change syntax so that the list of
9611 attribute-value pairs is now the cdr of each clause, not the cadr.
9612 Detect old-style entries, and handle them. Use pop.
9613
9614 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9615
9616 * cus-edit.el (custom-mode-map): Use a sparse map.
9617 (custom-mode): Don't bother with make-local-hook.
9618
9619 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9620
9621 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9622
9623 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9624
9625 * ps-print.el: Avoid compilation gripes.
9626 (ps-print-version): New version number (6.2.1).
9627
9628 2000-10-26 Dave Love <fx@gnu.org>
9629
9630 * menu-bar.el: Modify some menu item help strings.
9631 (menu-bar-help-menu): Add link to MORE.STUFF.
9632
9633 * cus-edit.el (custom-mode): Add `special' mode-class property.
9634
9635 * wid-browse.el (widget-browse-mode): Likewise.
9636
9637 * wid-edit.el (widget-specify-field): Revert to using local-map
9638 property, not keymap.
9639
9640 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9641
9642 * wid-edit.el (widget-field-end): When checking for a `boundary'
9643 field, do so in the correct buffer.
9644
9645 * simple.el (undo): Correctly distinguish between numeric and
9646 non-numeric prefix args in non-transient-mark-mode, as per the doc
9647 string. When in transient-mark-mode, treat all prefix-args as
9648 numeric.
9649
9650 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9651 Position point on match. Handle N == 0 correctly.
9652
9653 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9654 (comint-mode-map): Reverse order of `comint-write-output' and
9655 `comint-append-output-to-file'.
9656 (comint-append-output-to-file): Reinstate this function, for the
9657 benefit of the menu.
9658
9659 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9660
9661 * vc.el (vc-version-other-window): Bind `file'.
9662
9663 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9664
9665 * Makefile.in (update-authors): New target for maintenance purposes.
9666
9667 * emacs-lisp/authors.el (batch-update-authors): New function.
9668 (authors-fixed-entries): New defconst.
9669 (authors-add-fixed-entries): New function.
9670 (authors): Call it.: Don't process lispref/.
9671
9672 2000-10-25 Jason Rumney <jasonr@gnu.org>
9673
9674 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9675 Merge x w32 and mac definitions.
9676
9677 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9678
9679 * menu-bar.el (menu-bar-options-menu): Add a help string for
9680 `uniquify'.
9681
9682 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
9683
9684 * time-stamp.el (time-stamp-string-preprocess):
9685 Fix a wrong type argument error.
9686
9687 2000-10-25 Miles Bader <miles@gnu.org>
9688
9689 * recentf.el (recentf-mode): Variable removed.
9690 (recentf-mode): Use `define-minor-mode'.
9691
9692 * mwheel.el (mouse-wheel-mode): New global minor mode.
9693 (mwheel-install): Use `mouse-wheel-mode'.
9694
9695 2000-10-25 Dave Love <fx@gnu.org>
9696
9697 * progmodes/cperl-mode.el (cperl-mode):
9698 Set normal-auto-fill-function correctly.
9699
9700 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9701 Don't inherit from global-map and don't nullify menu-bar and tool-bar
9702 bindings.
9703
9704 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9705
9706 * wid-edit.el (widget-field-at): New function.
9707 (widget-at, widget-field-activate): Use it.
9708 (widget-tabable-at): Use `widget-at'.
9709 (widget-specify-field): If the terminating character of the widget
9710 field (which is read-only) is a newline, put it into a special
9711 `boundary' field so that C-n/C-p act more naturally.
9712 (widget-field-end): Also don't subtract one if a special
9713 `boundary' field has been added after the widget field.
9714
9715 * comint.el (comint-output-filter, comint-send-input):
9716 Don't bother adding stickiness fields to overlays to fool the field
9717 code, since it should notice the overlay insertion-types now.
9718
9719 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9720 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9721 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9722
9723 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9724
9725 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
9726 (authors): Set file coding system to iso-2022-7bit.
9727 Add file-local variables to output buffer.
9728
9729 * files.el (after-find-file): Don't print any warnings if
9730 WARN is nil.
9731
9732 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9733
9734 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9735
9736 * delim-col.el: Now there is a column formatting mechanism.
9737 Modified to customization mechanisms convention. Doc fix.
9738 (columns): New group for delim-col.
9739 (delimit-columns-before, delimit-columns-after)
9740 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9741 (delimit-columns-end): New vars.
9742 (delimit-columns-customize, delimit-columns-format): New funs.
9743 (delimit-columns-region, delimit-columns-rectangle)
9744 (delimit-columns-rectangle-line): Modified to support column
9745 formatting.
9746
9747 2000-10-24 Dave Love <fx@gnu.org>
9748
9749 * log-edit.el (log-edit): Add :version and a :group for vc.
9750
9751 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9752
9753 * files.el (after-find-file): Don't print a message ``New file''
9754 if WARN is nil.
9755
9756 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9757 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
9758 get duplicate tool-bar entries because we'll see the global ones
9759 on more than one path through keymaps.
9760
9761 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9762
9763 * progmodes/cmacexp.el: Change Francesco's email address.
9764
9765 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9766
9767 * window.el (fit-window-to-buffer): Adjust point of the window
9768 buffer, not that of the current buffer.
9769
9770 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9771
9772 * progmodes/cmacexp.el: Update the euthor's email address.
9773
9774 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9775
9776 * faces.el (face-spec-set-match-display): Add `graphic' display
9777 type (the inverse of `tty'). Use `display-graphic-p' instead of
9778 the window-system variable.
9779
9780 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9781
9782 * international/isearch-x.el (isearch-with-input-method):
9783 Call input-method-function with the first event in
9784 unread-command-events.
9785
9786 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9787
9788 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
9789
9790 2000-10-24 Andrew Choi <akochoi@i-cable.com>
9791
9792 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9793 New charsets.
9794
9795 * term/mac-win.el: Remove definitions of mac-roman-lower and
9796 mac-roman-upper, require dired, and define instead of set
9797 mac-ready-for-drag-n-drop to avoid compilation error.
9798
9799 2000-10-23 Andrew Innes <andrewi@gnu.org>
9800
9801 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9802 Remove superfluous calls to subst-char-in-string; instead apply
9803 expand-file-name after convert-standard-filename to ensure
9804 expected directory separators are used.
9805
9806 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9807
9808 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9809
9810 2000-10-23 Dave Love <fx@gnu.org>
9811
9812 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9813 (tool-bar-add-item): Set foreground and background for XBM icons.
9814
9815 * international/latin1-disp.el (latin1-char-displayable-p):
9816 New function (from Handa).
9817 (latin1-display-check-font): Use it.
9818
9819 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
9820 using :key-sequence, making it much more usable.
9821 Use nconc, not append.
9822 (imenu--create-keymap-1): Avoid append.
9823
9824 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
9825
9826 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9827
9828 [the following changes fix a bug where `define-minor-mode' didn't
9829 correctly generate :require clauses for defcustoms in compiled files]
9830 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9831 (byte-compile-log-file, byte-compile-log-1): Don't set
9832 `byte-compile-current-file' to nil. Instead set
9833 `byte-compile-last-logged-file' to it. Test whether
9834 byte-compile-current-file equals byte-compile-last-logged-file
9835 instead of whether its nil.
9836 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
9837
9838 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9839
9840 * textmodes/refill.el: Fix var names in doc.
9841 (refill-mode): Don't bother with make-local-hook anymore.
9842
9843 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9844
9845 * faces.el (face-user-default-spec, face-default-spec): New functions.
9846 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
9847 (frame-set-background-mode, face-set-after-frame-default):
9848 Use `face-user-default-spec'. Simplify code slightly.
9849
9850 * woman.el (woman-italic-face, woman-bold-face)
9851 (woman-unknown-face): Add dark-background variants.
9852 (woman-default-faces): Renamed from `woman-colour-faces'.
9853 Set using the stored defaults, rather than using hard-wired colors.
9854 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9855 Just make the foreground `unspecified' rather than "black".
9856 (woman-menu): Rename menu entries accordingly.
9857
9858 * faces.el (header-line): Make more reasonable on mono/grayscale
9859 displays.
9860
9861 2000-10-23 Andrew Choi <akochoi@i-cable.com>
9862
9863 * cus-edit.el (custom-button-face): Use 3D look for mac.
9864 (custom-button-pressed-face): Likewise.
9865
9866 * faces.el (set-face-attributes-from-resources): Handle mac frames
9867 in the same way as x and w32 frames.
9868 (face-valid-attribute-values): Likewise.
9869 (read-face-attribute): Likewise.
9870 (defined-colors): Likewise.
9871 (color-defined-p): Likewise.
9872 (color-values): Likewise.
9873 (display-grayscale-p): Likewise.
9874 (face-set-after-frame-default): Likewise.
9875 (mode-line): Same default face as for x and w32.
9876 (tool-bar): Likewise.
9877
9878 * frame.el: Remove call to frame-notice-user-settings at end of
9879 the file.
9880
9881 * info.el (Info-fontify-node): Make underlines invisible for mac
9882 as for x, pc, and w32 frame types.
9883
9884 * term/mac-win.el: New file.
9885
9886 2000-10-22 Dave Love <fx@gnu.org>
9887
9888 * textmodes/refill.el: New file.
9889
9890 2000-10-22 Andre Spiegel <spiegel@gnu.org>
9891
9892 * vc-hooks.el (vc-version-backup-file-name): New optional args
9893 MANUAL and REGEXP.
9894 (vc-delete-automatic-version-backups, vc-make-version-backup):
9895 New functions.
9896 (vc-before-save): Use the latter.
9897 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9898 confusion.
9899
9900 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
9901 expected by vc[-hooks].el.
9902
9903 * vc.el (vc-checkout): Added `-p' suffix in call to
9904 vc-make-version-backups-p; use vc-make-version-backup to actually
9905 make the backup.
9906 (vc-version-other-window, vc-version-backup-file): Handle both
9907 automatic and manual backups.
9908 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9909 of all of them.
9910
9911 2000-10-22 Miles Bader <miles@gnu.org>
9912
9913 * comint.el (comint-highlight-input, comint-highlight-prompt):
9914 Renamed, `-face' at end removed.
9915 (comint-send-input, comint-output-filter): Use renamed faces.
9916
9917 * window.el (fit-window-to-buffer): Change defaulting of
9918 MAX-HEIGHT slightly.
9919
9920 * faces.el (color-values, color-defined-p): Use `member', not
9921 `memq', because it works correctly for strings.
9922 (frame-set-background-mode): Actually, "unspecified-fg" and
9923 "unspecified-bg" *are* strings. Use `member', not `memq', and
9924 `equal', not `eq', when a string value is possible.
9925
9926 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9927
9928 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9929
9930 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9931
9932 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9933 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9934 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9935 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9936 (sh-font-lock-syntactic-keywords): Use them.
9937 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9938 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9939 (sh-mode): Don't override font-lock-unfontify-region-function.
9940 Use a copy of sh-font-lock-syntactic-keywords.
9941 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9942 Don't call sh-scan-buffer since font-lock does it on the fly.
9943 (sh-get-indent-info): Use `face' rather than `syntax-table'
9944 text-property to detect here-documents.
9945 Replace sh-special-syntax with sh-st-punc.
9946 (sh-prev-line): Use `face' rather than `syntax-table'
9947 text-property to skip over here-documents.
9948 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9949 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9950 (sh-electric-less, sh-set-here-doc-region)
9951 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
9952 (sh-scan-buffer, sh-rescan-buffer): Remove.
9953
9954 2000-10-21 Andrew Innes <andrewi@gnu.org>
9955
9956 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9957 remote (ange-ftp) file names.
9958
9959 2000-10-21 Miles Bader <miles@gnu.org>
9960
9961 * window.el (fit-window-to-buffer): New function.
9962 (shrink-window-if-larger-than-buffer): Use it.
9963 (window-text-height): Don't expect minibuffers to have mode-lines.
9964
9965 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
9966 * international/quail.el (quail-update-guidance):
9967 Use `fit-window-to-buffer' instead of `set-window-text-height'.
9968
9969 * international/quail.el (quail-show-guidance-buf): Make sure
9970 guidance window really has enough room.
9971 (quail-update-guidance): If quail-guidance-win is already shown,
9972 make sure its height is OK.
9973
9974 * window.el (window-text-height, set-window-text-height):
9975 New functions.
9976 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9977 instead of `window-height' & `mode-line-window-height-fudge'.
9978 (mode-line-window-height-fudge): Add FACE parameter.
9979 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9980 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9981
9982 2000-10-20 Miles Bader <miles@gnu.org>
9983
9984 * window.el (height-affecting-face-attributes): Use `defconst'.
9985
9986 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9987 New function, conditionally aliased to `mode-line-window-height-fudge'.
9988 (ispell-help): Use it.
9989 (ispell-choices-win-default-height): Don't include mode-line fudge.
9990 (ispell-choices-win-default-height): New function.
9991 (ispell-show-choices, ispell-command-loop): Use function
9992 `ispell-choices-win-default-height' instead of variable.
9993
9994 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9995
9996 * window.el (mode-line-window-height-fudge): New variable.
9997 (height-affecting-face-attributes): New variable.
9998 (mode-line-window-height-fudge): New function.
9999 (shrink-window-if-larger-than-buffer): Use it.
10000 * help.el (resize-temp-buffer-window): Likewise.
10001
10002 * info.el (Info-fontify-node): Add support for @subsubsection
10003 titles, which use `Info-title-4-face'.
10004 (Info-title-4-face): New face.
10005 (Info-title-3-face): Inherit from Info-title-4-face instead of
10006 variable-pitch.
10007
10008 2000-10-19 Jason Rumney <jasonr@gnu.org>
10009
10010 * dired.el (dired-insert-directory): Do not let errors signalled by
10011 attempt to run dired-free-space-program prevent dired from working.
10012
10013 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
10014
10015 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10016
10017 2000-10-19 Gerd Moellmann <gerd@gnu.org>
10018
10019 * dirtrack.el (dirtrack): Fix call to run-hooks.
10020
10021 * cmuscheme.el (cmuscheme-program-name): Renamed from
10022 scheme-program-name because xscheme.el contains a defcustom with
10023 the same name. As a consequence, customizing group `cmuscheme'
10024 loaded `xscheme' which redefined run-scheme.
10025 (run-scheme): Use cmuscheme-program-name.
10026
10027 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
10028
10029 * play/doctor.el (doctor-death): Update the Samaritans'
10030 anonymous address, and add a website for Befrienders International.
10031
10032 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10033
10034 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10035 Avoid compilation gripes. Doc fix.
10036 (ps-print-version): New version number (6.2).
10037 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10038 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10039 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10040 (ps-x-extent-priority, ps-x-extent-start-position)
10041 (ps-x-face-font-instance, ps-x-find-coding-system)
10042 (ps-x-font-instance-properties, ps-x-make-color-instance)
10043 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10044 avoid compilation gripes without defining functions.
10045 (ps-e-find-composition): Alias for function find-composition, to have a
10046 suitable function depending on Emacs version.
10047 (ps-color-device, ps-color-values, ps-face-foreground-name)
10048 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10049 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10050 (ps-print-ensure-fontified): Function definitions surrounded by
10051 `eval-and-compile' to avoid compilation gripes.
10052 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10053 by symbol-value to avoid compilation gripes.
10054 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10055 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10056
10057 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10058
10059 * startup.el (normal-top-level): Call `frame-set-background-mode'
10060 after `frame-notice-user-settings' because the latter doesn't call
10061 the former on a tty.
10062
10063 * faces.el (frame-set-background-mode): `unspecified' &c are
10064 symbols, not strings.
10065
10066 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10067
10068 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10069 why some "light*" colors are deliberately absent from the alist.
10070
10071 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10072 Change colors for tty's, as suggested by Miles Bader.
10073
10074 2000-10-19 Kenichi Handa <handa@etl.go.jp>
10075
10076 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
10077 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10078 for ISO10646-1 fonts.
10079 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10080
10081 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10082
10083 * faces.el (frame-set-background-mode): If a tty frame defines a
10084 background color, use that to compute the background mode, instead
10085 of always defaulting to "dark".
10086
10087 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10088
10089 * comint.el (comint-write-output): New function.
10090 (comint-mode-map): Add it to the menu.
10091 Bind `C-c C-s' to comint-write-output.
10092
10093 2000-10-18 Gerd Moellmann <gerd@gnu.org>
10094
10095 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10096 Use fancy-splash-delay.
10097
10098 2000-10-18 Alex Schroeder <alex@gnu.org>
10099
10100 * progmodes/sql.el (sql-sybase-options): New option.
10101 (sql-sybase): Use it. Add sql-database to the list of parameters
10102 provided for login. The options -w 2048 -n are not used any more.
10103
10104 * comint.el (comint-read-input-ring): Bugfix such that the first
10105 and the last entry of the input ring file are not lost.
10106
10107 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10108
10109 * ps-print.el: Internal variable changes to defcustom,
10110 make-local-hook changes to defvar. Doc fix.
10111 (ps-print-version): New version number (6.1).
10112 (ps-setup, ps-do-despool): Code fix.
10113 (ps-printer-name): Customization fix.
10114 (ps-printer-name-option): Now is a defcustom instead of an
10115 internal variable.
10116 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10117 (ps-print-begin-column-hook): Now are defvar instead of
10118 make-local-hook.
10119
10120 2000-10-18 Miles Bader <miles@gnu.org>
10121
10122 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10123 (comint-kill-output): Changed into an alias for `comint-delete-output',
10124 and made obsolete.
10125 (comint-mode-map): Rename references to comint-kill-output.
10126
10127 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10128
10129 * diff-mode.el (diff-header-face, diff-file-header-face)
10130 (diff-changed-face): Add bold and italic attributes to tty faces.
10131 (diff-function-face): New face.
10132 (diff-font-lock-keywords): Use it.
10133
10134 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10135
10136 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10137 Remove commented-out call to force-mode-line-update.
10138 (comint-kill-output): Use `forward-line 0' instead of
10139 beginning-of-line to make sure we get past the prompt.
10140
10141 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10142
10143 * diff-mode.el (diff-header-face, diff-file-header-face):
10144 Add specific setting for dark background.
10145 (diff-context-face): Renamed from diff-comment-face.
10146 Set explicitly rather than inheriting from font-lock-comment-face.
10147
10148 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10149
10150 * startup.el (command-line): Move the code which sets the default
10151 TTY colors to before before-init-hook.
10152
10153 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10154
10155 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10156
10157 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10158
10159 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10160 extensions, for MS-DOS.
10161
10162 * diff-mode.el (diff-header-face, diff-file-header-face)
10163 (diff-changed-face): Define tty-specific colors.
10164
10165 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10166
10167 * startup.el (fancy-splash-text): Realign the text.
10168
10169 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10170
10171 * font-lock.el (font-lock-comment-face): Define a separate default
10172 for dark-background tty's.
10173
10174 2000-10-17 Miles Bader <miles@gnu.org>
10175
10176 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10177 being obscured by whizzy mode-lines on graphics displays.
10178
10179 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10180
10181 * info.el (Info-title-1-face, Info-title-2-face)
10182 (Info-title-3-face): Define colors for tty's.
10183 (info-header-node): Remove unneeded tty-specific definition.
10184
10185 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10186
10187 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10188 reverse from the frame parameters, and don't invert foreground and
10189 background colors.
10190
10191 2000-10-16 Miles Bader <miles@gnu.org>
10192
10193 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10194 string "*Info*". Call propertized-buffer-identification to spruce
10195 up the result.
10196
10197 2000-10-16 Gerd Moellmann <gerd@gnu.org>
10198
10199 * help.el: Provide `help' for the sake of define-minor-mode
10200 which generates defcustoms with requires.
10201
10202 * jit-lock.el (jit-lock-after-change): If we're in text that
10203 matches a multi-line font-lock pattern, make sure the whole text
10204 will be redisplayed.
10205
10206 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10207 author's name is unknown.
10208
10209 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10210 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10211 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10212 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10213 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10214 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10215 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10216 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10217 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10218 Add author information.
10219
10220 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10221
10222 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10223 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10224 full-color version (using the Gimp) to eliminate dithering artifacts.
10225
10226 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10227
10228 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10229
10230 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10231
10232 2000-10-15 Dave Love <fx@gnu.org>
10233
10234 * progmodes/sh-script.el: Require skeleton and comint when compiling.
10235
10236 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10237
10238 * whitespace.el: Doc fixes.
10239 (top-level): Don't add hooks here.
10240 (whitespace-running-emacs): Deleted.
10241 (timer): Don't require.
10242 (whitespace): Add back :version conditional on xemacs test.
10243 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10244 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10245 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10246 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10247 Avoid specific xemacs test.
10248 (whitespace-global-mode): New option.
10249 (whitespace-global-mode): New command.
10250 (whitespace-unload-hook): New function.
10251
10252 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
10253 (Info-fontify-node, Info-goto-node, Info-mode-menu)
10254 (Info-fontify-node): `Goto' goes to `Go to'.
10255 (Info-fontify-node): Add help-echo to xref links.
10256
10257 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10258
10259 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10260
10261 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10262
10263 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10264 Use plist-get and allow :inherit.
10265
10266 * emacs-lisp/cl-macs.el (cl-do-arglist):
10267 Use plist-get and plist-member instead of memq.
10268
10269 * emacs-lisp/ewoc.el (ewoc-location): New function.
10270 (ewoc-enter-after, ewoc-enter-before): Document return value.
10271 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10272 Don't need make-local-hook any more.
10273 (cvs-addto-collection): Return the new tin.
10274 (cvs-mode-insert): Jump to the new line.
10275
10276 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10277
10278 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10279
10280 * font-lock.el (font-lock-syntactically-fontified): New var.
10281 (font-lock-fontify-syntactic-keywords-region): Use it.
10282 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10283
10284 * diff-mode.el (diff-find-file-name): Fix regexp.
10285
10286 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10287 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10288
10289 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10290 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10291 (sh-mode): Don't make all vars local here.
10292 (sh-kw): Reformat.
10293 (sh-set-shell): Use dolist. Don't set indent-region-function.
10294 (sh-mode-syntax-table): Use pop.
10295 (sh-remember-variable): Use push.
10296 (sh-help-string-for-variable): Use memq.
10297 (sh-safe-backward-sexp): Remove.
10298 (sh-safe-forward-sexp): Add ARG.
10299 (sh-get-indent-info, sh-prev-stmt): Use it.
10300 (sh-prev-line): Simplify by using forward-comment.
10301 (sh-this-is-a-continuation): Simplify.
10302 (sh-learn-buffer-indent): Use dolist.
10303 (sh-do-nothing): Remove.
10304 (sh-set-char-syntax, sh-set-here-doc-region):
10305 Use inhibit-modification-hooks.
10306 (sh-name-style): Use mapcar and push.
10307 (sh-load-style): Use dolist.
10308 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10309 (sh-case, sh-while-getopts): Use propertize directly rather
10310 than sh-electric-rparen.
10311
10312 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10313
10314 * textmodes/tex-mode.el: Require CL when compiling.
10315 (tex-mode-syntax-table): Init immediately.
10316 (tex-mode-map): Bind M-RET to latex-insert-item.
10317 (latex-mode): Set indent-line-function to latex-indent.
10318 (tex-common-initialization): Don't setup the syntax-table any more.
10319 (latex-insert-item): New skeleton.
10320 (tex-next-unmatched-end): Fix copy/paste braino.
10321 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
10322 (latex-indent, latex-find-indent): New functions.
10323 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
10324 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10325 (tex-compilation-parse-errors): Use with-syntax-table.
10326
10327 2000-10-15 Miles Bader <miles@gnu.org>
10328
10329 * font-lock.el (font-lock-comment-face): Change dark-background,
10330 color, non-tty, default to `chocolate1'.
10331
10332 2000-10-13 John Wiegley <johnw@gnu.org>
10333
10334 * eshell/esh-util.el (require): Added a missing `require' form,
10335 needed when compiling (for an ange-ftp macro definition).
10336
10337 2000-10-13 Dave Love <fx@gnu.org>
10338
10339 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10340
10341 2000-10-13 Gerd Moellmann <gerd@gnu.org>
10342
10343 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
10344
10345 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
10346 transparent -colors 8).
10347
10348 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
10349
10350 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10351 that breaks with old list format timestamps.
10352 (time-stamp-warn-inactive, time-stamp-old-format-warn)
10353 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
10354
10355 2000-10-13 John Wiegley <johnw@gnu.org>
10356
10357 * align.el, pcomplete.el, calendar/timeclock.el,
10358 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10359
10360 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
10361 faulty math, where holiday hours were being computing as seconds.
10362
10363 2000-10-13 John Wiegley <johnw@gnu.org>
10364
10365 * desktop.el (desktop-buffer-modes-to-save): Added a global for
10366 specifying what "other" kinds of buffers should be saved.
10367 This used to be hard-coded.
10368 (desktop-buffer-misc-functions): A global for specifying how
10369 auxiliary data should be determined for special buffer types.
10370 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10371 instead of hard-coding the special buffer types.
10372 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10373 auxiliary data, instead of hard-coding for Info buffers and dired.
10374 (desktop-buffer-info-misc-data): Aux function for determining Info
10375 buffer auxiliary info.
10376 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10377 (desktop-buffer-info): Changed this function to use the info
10378 gathered above.
10379 (desktop-create-buffer): Be a little more careful about what
10380 `minor-mode' means before calling it. This is important for some
10381 buffer types.
10382
10383 2000-10-13 John Wiegley <johnw@gnu.org>
10384
10385 * eshell/esh-util.el: Added a global form which declares an
10386 autoload for `parse-time-string', if that function is not already
10387 defined, and if parse-time.el is available on the user's system.
10388
10389 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10390 to be aware of ange-ftp user info.
10391 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
10392 (eshell-ls-annotate): Use `eshell-file-attributes'.
10393 (eshell-ls-file): Made the user-id printing code a bit smarter.
10394
10395 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10396 allow identification of alias user ids in remote directories.
10397 It's manual, but there's no other way to know when the current user
10398 on the local machine, is also the owning user on the remote machine.
10399 (fboundp): Bind `ange-cache'.
10400 (eshell-directory-files-and-attributes): Re-organized the logic a
10401 bit to use `eshell-file-attributes' instead of `file-attributes'.
10402 The former is more sensitive to directories that are read via FTP,
10403 and knows how to use ange-ftp to determine full attribute
10404 information, instead of just the name and last modtime.
10405 (eshell-current-ange-uids): Return the current user id when in a
10406 remote directory.
10407 (eshell-parse-ange-ls): Parse a full directory listing that has
10408 been returned by ange-ftp.
10409 (eshell-file-attributes): This beefed up version of
10410 `file-attributes' is only special if the user is currently in a
10411 remote directory, in which case it does a lot of work to find out
10412 what the real attributes of a file are, as they appear on the
10413 remote machine. This makes usage of remote directories (i.e.,
10414 ange-ftp pathnames) much more useful. You can now use Eshell as a
10415 full-fledged FTP client, with much more manipulation ability than
10416 most other clients.
10417
10418 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10419 variable, which means that Eshell's du should always be preferred
10420 in remote directories.
10421 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10422 just `file-attributes'.
10423 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10424 when reading remote directories. This is an Eshell-specific
10425 variable (not part of ange-ftp).
10426 (eshell/ln): Bind `ange-cache'.
10427 (eshell/du): Added some extra logic for determining when to use
10428 Eshell's du (which is slow), and when to use the external version
10429 (which may or may not exist).
10430
10431 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10432 Call `eshell-interactive-process', rather than using
10433 `get-buffer-process', since backgrounded processes don't count in
10434 the context of this function's logic.
10435
10436 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10437 `forward-char', so that null strings are parsed correctly.
10438
10439 2000-09-13 John Wiegley <johnw@gnu.org>
10440
10441 * eshell/em-pred.el (eshell-pred-file-type)
10442 (eshell-pred-file-links, eshell-pred-file-size):
10443 Use `eshell-file-attributes'. This is more correct over ange-ftp.
10444
10445 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10446 that remote file globbing is more efficient.
10447
10448 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10449 gathering the files and attributes within a directory.
10450
10451 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10452 the command line is a special file (not a regular file, directory
10453 or symlink), always attempt to call the external version of cat.
10454
10455 2000-09-13 John Wiegley <johnw@gnu.org>
10456
10457 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10458 Eshell-friendly version of find-tag.
10459
10460 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10461
10462 * image-file.el (image-file-name-extensions)
10463 (image-file-name-regexps): Add autoload cookies.
10464
10465 2000-10-13 Kenichi Handa <handa@etl.go.jp>
10466
10467 * international/mule-cmds.el (select-safe-coding-system): If FROM
10468 is string, show it in *Warning* buffer.
10469
10470 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10471
10472 * startup.el (normal-top-level): Use display-popup-menus-p instead
10473 of window-system.
10474 (command-line): Use display-graphic-p instead of window-system.
10475 (command-line-1): Use display-popup-menus-p and display-mouse-p
10476 instead of window-system.
10477
10478 2000-10-12 Sam Steingold <sds@gnu.org>
10479
10480 * tooltip.el (tooltip-use-echo-area): New user variable.
10481 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10482
10483 2000-10-12 Dave Love <fx@gnu.org>
10484
10485 * recentf.el: Maintainer's checkdoc fixes.
10486
10487 * startup.el (normal-top-level-add-subdirs-to-load-path):
10488 Use character class, not ASCII when matching file names.
10489 (fancy-splash-head): Add trailing slash to URL.
10490 (command-line): Don't require XPM support for toolbar.
10491
10492 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10493 (cperl-invalid-face): Revert last change.
10494 (cperl-init-faces): Quote cperl-invalid-face.
10495
10496 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10497
10498 * startup.el (fancy-splash-text): Remove superfluous quote.
10499
10500 2000-10-12 Gerd Moellmann <gerd@gnu.org>
10501
10502 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10503 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10504 (command-line-1): Don't use fancy-splash-pending-command.
10505 (fancy-splash-screens-1): Goto point-min after inserting text.
10506
10507 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10508
10509 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10510 instead of shared-lisp-mode-map.
10511
10512 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10513
10514 * faces.el (header-line): Change tty-variant to use underlining.
10515
10516 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10517 (isearch-highlight): Restore lazy-isearch face properties at old
10518 position, and suppress them at new position.
10519 (isearch-dehighlight): Restore lazy-isearch face properties.
10520 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10521 over the real isearch overlay, but in that case, don't give it a
10522 face property. Use `push'.
10523
10524 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10525
10526 * man.el (Man-getpage-in-background): Fix previous change.
10527 Decode the process output only when we are in multibyte mode.
10528
10529 2000-10-11 Dave Love <fx@gnu.org>
10530
10531 * info.el (Info-mode-menu): Fix some help.
10532 (info-tool-bar-map): Add entry for Info-last.
10533
10534 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10535 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10536 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10537 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10538 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10539 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10540 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10541 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10542 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10543 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10544 Reduce colour requirements to 25 overall. (Probably wants
10545 revisiting from the originals to reduce further.)
10546
10547 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10548
10549 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10550 buffer-file-coding-system, instead of raw-text.
10551 (dehexlify-buffer): Bind coding-system-for-read to
10552 buffer-file-coding-system, instead of raw-text.
10553
10554 2000-10-11 Sam Steingold <sds@gnu.org>
10555
10556 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
10557 `underline' - fixes the bug introduced on 2000-09-21.
10558
10559 2000-10-11 Dave Love <fx@gnu.org>
10560
10561 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10562 Avoid compiler warnings.
10563 (scheme-mode): Doc fix.
10564 (scheme-font-lock-keywords-1): Match `define-syntax'.
10565
10566 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
10567
10568 * faces.el (frame-set-background-mode): Pay attention to saved
10569 face specs as well as default ones. Only do anything if the
10570 bg-mode or display-type has actually changed. Use `dolist'.
10571 (region): Make dark-background `region' face less in-your-face.
10572
10573 2000-10-10 Sam Steingold <sds@gnu.org>
10574
10575 * chistory.el, ielm.el, ledit.el:
10576 * progmodes/inf-lisp.el, progmodes/scheme.el:
10577 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10578
10579 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10580
10581 * textmodes/texinfo.el: Update copyright and fix typo.
10582
10583 * desktop.el (desktop-modes-not-to-save): New var.
10584 (desktop-save-buffer-p): Use it.
10585 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10586 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10587
10588 2000-10-10 Dave Love <fx@gnu.org>
10589
10590 * toolbar/tool-bar.el (tool-bar-add-item)
10591 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
10592
10593 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10594 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10595 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10596 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10597 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10598 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10599 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10600 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10601 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10602 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10603 the .xpms; probably need retouching.
10604
10605 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10606
10607 * subr.el (add-to-list): Add optional argument APPEND.
10608 * battery.el (display-battery): Use `add-to-list'.
10609
10610 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10611
10612 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10613 properties.
10614 (zone, zone-when-idle, zone-leave-me-alone)
10615 (zone-pgm-whack-chars): Use new symbol properties.
10616
10617 * battery.el (display-battery): Doc spelling fix.
10618
10619 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10620 property.
10621
10622 2000-10-09 Dave Love <fx@gnu.org>
10623
10624 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10625 has been initialized before calling tool-bar-setup.
10626 (tool-bar-add-item-from-menu): Add autoload cookie.
10627
10628 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10629
10630 * menu-bar.el (send-mail-item-name): New function.
10631 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10632 of mail-user-agent in the menu. Don't display the "Send Mail"
10633 item if mail-user-agent is nil or its value is ignore.
10634 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10635 if read-mail-command is nil or its value is ignore.
10636
10637 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10638
10639 2000-10-09 Miles Bader <miles@gnu.org>
10640
10641 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10642 Correct image size.
10643 * toolbar/left_arrow.xpm: Correct image size.
10644
10645 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10646 will be done by the definition of `auto-compression-mode' if
10647 necessary. Move code to uninstall existing file-name handler
10648 before definition of `auto-compression-mode'.
10649
10650 * image-file.el (auto-image-file-mode): Move to the end of the
10651 file, because `define-minor-mode' actually calls the mode-function
10652 if the associated variable is non-nil, which requires that all
10653 needed functions be already defined.
10654
10655 * mouse.el (popup-menu): Balance parens.
10656
10657 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10658
10659 * mouse.el (popup-menu): Move the command call outside the loop
10660 so that popup-menu returns whatever the command returns.
10661
10662 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10663 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10664 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10665 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10666
10667 * vc.el (vc-version-diff): diff-switches can be a list.
10668 Use relative filenames for prettier output.
10669
10670 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10671 (vc-post-command-functions): Remove old-VC compatibility code.
10672
10673 * newcomment.el (comment-indent-default): Autoload.
10674
10675 * font-lock.el (font-lock-defaults): Make buffer-local.
10676 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10677 (font-lock-choose-keywords):
10678 Ignore LEVEL unless KEYWORDS is a list of syms.
10679 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10680 Don't wrap regexp-opt things in \(...\) unnecessarily.
10681
10682 * jit-lock.el: Don't require font-lock any more.
10683 (jit-lock-functions): Make buffer-local.
10684 (jit-lock-saved-fontify-buffer-function): Remove.
10685 (jit-lock-mode): Remove autoload cookie.
10686 Remove font-lock specific code.
10687 (jit-lock-unregister): Don't bother handling complex hooks any more.
10688 (jit-lock-refontify): New function.
10689 (jit-lock-fontify-buffer): Use it.
10690 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10691 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10692 Add optional args START and END.
10693 Never call font-lock-fontify-region directly.
10694 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10695
10696 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10697
10698 2000-10-08 Dave Love <fx@gnu.org>
10699
10700 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10701
10702 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10703
10704 * play/studly.el (studlify-region, studlify-word): Add autoload
10705 cookie.
10706
10707 * play/morse.el (morse-region, unmorse-region): Add autoload
10708 cookie.
10709
10710 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10711 concat.
10712
10713 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10714 insist on symbols starting with word syntax.
10715 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10716 (eval-defun-1): Doc fix.
10717 (indent-sexp): Use nconc to build up indent-stack.
10718
10719 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10720 Gnus with little use.
10721 (mail-setup-hook): Add mail-abbrevs-setup to options.
10722
10723 * recentf.el: Doc fixes.
10724
10725 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10726 Clean up remainder.
10727
10728 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10729 without timezone and (8) with timezone to enforce some whitespace.
10730 Simplify code somewhat.
10731
10732 * options.el (list-options): Doc that you should use customize.
10733
10734 * iswitchb.el (iswitchb-mode): Add :require.
10735
10736 * info.el (Info-goto-node, Info-menu): Doc fix.
10737 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10738 (info-tool-bar-map): New variable.
10739 (Info-mode): Use it.
10740 (Info-edit-map): Define all in defvar.
10741 (speedbar-attached-frame): Avoid compiler warning.
10742
10743 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10744 (global-map): Bind [tool-bar] to a filtered map.
10745 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10746 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10747 Allow PBM icons.
10748 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10749
10750 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10751 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10752 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10753 icons, except up_arrow, which is left-arrow rotated.
10754
10755 * imenu.el (imenu-add-to-menubar): Fix last change.
10756
10757 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10758
10759 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10760 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10761
10762 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10763
10764 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10765 typos in doc strings.
10766
10767 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10768 the doc strings how to customize Font Lock faces.
10769
10770 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10771 computing growth when dragging the header line.
10772
10773 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10774
10775 * simple.el (kill-line): Doc fix.
10776
10777 2000-10-08 Miles Bader <miles@gnu.org>
10778
10779 * faces.el (secondary-selection): Make foreground visible on tty.
10780
10781 * jka-compr.el (auto-compression-mode): Move to the end of the
10782 file, because `define-minor-mode' actually calls the mode-function
10783 if the associated variable is non-nil, which requires that all
10784 needed functions be already defined.
10785 (with-auto-compression-mode): Add autoload cookie.
10786
10787 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10788
10789 * files.el (find-backup-file-name) [ms-dos]: If support for long
10790 file names is not available, behave as if version-control were set
10791 to never.
10792
10793 2000-10-07 Dave Love <fx@gnu.org>
10794
10795 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10796 (browse-url-gnome-moz): New function.
10797 (browse-url-browser-function): Use it.
10798 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10799
10800 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10801
10802 * indent.el (tab-always-indent): New var.
10803 (indent-for-tab-command): Use it.
10804
10805 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10806 raise an error. This way it can still default to a sane value.
10807
10808 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10809
10810 * startup.el (fancy-splash-screens): Use local rather than global map.
10811 Don't use `update-menu-bindings' any more.
10812 Get rid of assumptions about keymap representation.
10813
10814 2000-10-06 Dave Love <fx@gnu.org>
10815
10816 * textmodes/fill.el (sentence-end-double-space)
10817 (sentence-end-without-period): Doc fix.
10818 (adaptive-fill-regexp): Purecopy.
10819 (unjustify-current-line): Use line-end-position.
10820 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10821
10822 * net/eudc-vars.el (eudc): Add :version, :link.
10823
10824 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10825
10826 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10827 Fix for define-minor-mode.
10828 (function-at-point): Alias to function-called-at-point.
10829
10830 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10831
10832 * simple.el (backward-word): Doc fix.
10833
10834 * image-file.el (image-file-name-regexp): image-file-regexps ->
10835 image-file-name-regexps.
10836 (image-file-name-extensions): Add pbm.
10837
10838 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10839
10840 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10841 and add filename to the names so that diff-mode can jump to source.
10842
10843 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10844 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10845 (tex-font-lock-keywords-1): Remove.
10846 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10847 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10848 (font-lock-default-fontify-region):
10849 Expand beg..end correctly when just following a multiline region.
10850 (font-lock-fontify-anchored-keywords):
10851 Include the anchor text as part of the multiline.
10852
10853 2000-10-06 Gerd Moellmann <gerd@gnu.org>
10854
10855 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10856 latter needs the autoloaded define-minor-mode macro during the
10857 bootstrap.
10858
10859 * startup.el (command-line): For now, activate tool-bar-mode only
10860 if XPM images are supported.
10861
10862 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10863 window by dragging a header-line at the top of the frame; that's
10864 confusing because the header-line doesn't move.
10865 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10866 of treating the event as a list. Some cleanup.
10867
10868 2000-10-06 Miles Bader <miles@gnu.org>
10869
10870 * simple.el (display-message-or-buffer): New function.
10871 (shell-command-on-region): Use `display-message-or-buffer'.
10872
10873 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10874 docstring parts.
10875
10876 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10877 (smbclient-prompt-regexp): Add usage note to doc string.
10878 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10879 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10880 Use add-hook for adding the comint filter function, and only do so
10881 if it's not already in the global hook list.
10882 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10883 to `make-local-variable'.
10884 (nslookup-font-lock-keywords): Remove prompt entry.
10885 (nslookup): Don't set the process-filter.
10886 (finger): Exit the loop correctly when the regexps list runs out.
10887 (ftp, smbclient, smbclient-list-shares):
10888 Set the real major mode immediately, not after execing.
10889 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10890
10891 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10892
10893 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10894
10895 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10896
10897 * which-func.el (which-func-format): Remove spurious space.
10898 (which-func-mode): Don't make it permanent-local.
10899 (which-func-ff-hook): Allow which-func-maxout to be nil.
10900 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10901 (which-func-mode): Simplify.
10902 Use post-command-idle-hook rather than post-command-hook.
10903 Go through all buffers and update their state.
10904 (which-function): Also try add-log-current-defun-function.
10905
10906 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10907 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10908 Update call to with-vc-properties accordingly.
10909 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10910 (vc-revert-buffer): More careful about window selection and deletion.
10911 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10912
10913 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10914 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10915 (cvs-dired-action): Change the default to quickdir.
10916
10917 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10918 if comment-indent-function returns nil.
10919 (comment-indent-default): New function.
10920 (comment-indent-function): Use it and document the new semantics.
10921
10922 * image-file.el: Docstring fixes.
10923
10924 * help.el (help-xref-on-pp): Use match-string.
10925 (describe-variable): New arg BUFFER.
10926 Store the current buffer in the help-xref-stack.
10927 (temp-buffer-resize-mode): Use define-minor-mode.
10928
10929 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10930 consistently with its docstring.
10931 Set jit-lock-first-unfontify-pos in an idempotent way.
10932 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10933
10934 2000-10-05 Alex Schroeder <alex@gnu.org>
10935
10936 * sql.el (sql-mysql-options): New variable.
10937 (sql-mysql): Use it.
10938
10939 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10940
10941 * image.el (image): New group.
10942
10943 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10944 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10945
10946 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10947
10948 * net/net-utils.el (nslookup-font-lock-keywords)
10949 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10950 Ignore the value of wqindow-system; always define keywords
10951
10952 2000-10-05 Kenichi Handa <handa@etl.go.jp>
10953
10954 * startup.el (fancy-splash-screens): Remove the code for
10955 debugging; `(trace-to-stderr "EXITTT\n")'.
10956
10957 2000-10-05 Miles Bader <miles@gnu.org>
10958
10959 * diff-mode.el (diff-goto-source): Update call to
10960 `diff-hunk-status-msg' to reflect new REV variable.
10961
10962 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10963
10964 * progmodes/icon.el (icon-mode):
10965 Don't gratuitously override the default for comment-column.
10966
10967 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10968
10969 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10970 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10971 (jit-lock-functions): New var.
10972 (jit-lock-function-1): Use it if non-nil.
10973 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10974 Set the `fontified' property before doing the fontification to avoid
10975 repeatedly going through the same error.
10976 Don't turn errors into messages.
10977 (jit-lock-register, jit-lock-unregister): New functions.
10978
10979 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10980 Use with-current-buffer.
10981
10982 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10983 Turn comment into docstring.
10984
10985 * apropos.el (apropos-mode): Use define-derived-mode.
10986
10987 2000-10-04 Gerd Moellmann <gerd@gnu.org>
10988
10989 * startup.el (fancy-splash-pending-command): New variable.
10990 (fancy-splash-pre-command): New function.
10991 (fancy-splash-screens): Rewritten.
10992 (command-line-1): If fancy-splash-pending-command is set, call it
10993 interactively.
10994
10995 2000-10-04 Dave Love <fx@gnu.org>
10996
10997 * toolbar/tool-bar.el (tool-bar-setup): New function.
10998 (tool-bar-mode): Use it.
10999
11000 * subr.el (substitute-key-definition): Doc fix.
11001 (play-sound-file): New command.
11002
11003 2000-10-04 Andre Spiegel <spiegel@gnu.org>
11004
11005 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
11006 vc-version-backup-file-name): New functions.
11007
11008 * files.el (basic-save-buffer): Call vc-before-save before saving.
11009
11010 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
11011 vc-cvs-stay-local-p.
11012
11013 * vc.el (vc-revert-buffer): Handle empty diff properly.
11014 (vc-version-backup-file): New function.
11015 (vc-checkout): Create a version backup if necessary.
11016 (vc-checkin): If a version backup file exists, delete it.
11017 (vc-version-diff): Diff locally using version backups, if available.
11018 (vc-revert-file): If there's a version backup, revert locally.
11019 (vc-transfer-file): Use version backup for base version, if
11020 available. If not, ask for confirmation whether to get it from the
11021 server. Update mode line before check-in.
11022
11023 2000-10-04 Dave Love <fx@gnu.org>
11024
11025 * toolbar/tool-bar.el (tool-bar-setup): New function.
11026 (tool-bar-mode): Use it.
11027
11028 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11029
11030 * net/net-utils.el (nslookup-font-lock-keywords)
11031 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11032 Only set if window-system is non-nil
11033 (net-utils-run-program): Returns buffer.
11034 (network-connection-reconnect): Added this function.
11035
11036 * generic.el:
11037 Incorporates extensive cleanup and docfixes by
11038 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11039 Uses cl compile-time macros.
11040 (generic-mode-name, generic-comment-list)
11041 (generic-keywords-list, generic-font-lock-expressions)
11042 (generic-mode-function-list, generic-mode-syntax-table):
11043 Removed variables.
11044 (generic-mode-alist): Renamed to generic-mode-list.
11045 (generic-find-file-regexp): Default changed to "^#".
11046 (generic-read-type): Uses completing read on generic-mode-list.
11047 (generic-mode-sanity-check): removed this function.
11048 (generic-add-to-auto-mode): Removed this function
11049 (generic-mode-internal): Bind mode-specific definitions
11050 into function instead of putting them in alist.
11051 (generic-mode-set-comments): Reworked extensively.
11052 (generic-mode-find-file-hook): Simplified regexp searching
11053 (generic-make-keywords-list): Omit extra pair of parens
11054
11055 * find-lisp.el (find-lisp-find-files-internal):
11056 Make sure directory name ends with "/".
11057
11058 * generic-x.el (apache-conf-generic-mode):
11059 Regexp now allows leading whitespace.
11060 (rc-generic-mode): Added eval-when-compile
11061 around generic-make-keywords-list.
11062 Deleted duplicate regexp
11063 (rul-generic-mode): Added eval-when-compile
11064 around generic-make-keywords-list.
11065 (etc-fstab-generic-mode): New generic mode.
11066 (rul-generic-mode): Removed one eval-when-compile
11067 which caused a max-specpdl-size exceeded error.
11068
11069 2000-10-04 Miles Bader <miles@gnu.org>
11070
11071 * simple.el (minibuffer-temporary-goal-position): New variable.
11072 (next-history-element): Try to keep the position of point in the
11073 input string constant.
11074
11075 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11076 (dired-do-create-files): If there's only one file, pass it in as
11077 the DEFAULT arg to dired-mark-read-file-name.
11078
11079 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11080
11081 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11082 (diff-goto-source): Be smarter when choosing REVERSE or not.
11083
11084 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11085 (texinfo-mode-menu): Add an explicit shortcut for update all.
11086
11087 2000-10-03 Andre Spiegel <spiegel@gnu.org>
11088
11089 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11090 factorize backend-specific code cleanly (this was essentially
11091 conceived by Stefan Monnier).
11092 (vc-unregister): Function removed.
11093 (vc-revert-file): New function.
11094 (vc-revert-buffer): Delegate some of the work to it.
11095
11096 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11097 default branch unconditionally.
11098 (vc-rcs-set-default-branch): New function.
11099 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11100 (vc-rcs-checkin): If an appropriate default branch has been set,
11101 force creation of that branch.
11102 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11103 code (as suggested by Stefan Monnier).
11104
11105 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11106
11107 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11108 highlighting overlay with a different face over the overlay
11109 isearch uses to highlight the current match because that can lead
11110 to bad face combinations.
11111
11112 * loadup.el (toplevel): Load faces before isearch.
11113
11114 * isearch.el (isearch-faces): New custom group.
11115 (isearch): New defface; was already tested for in the code.
11116 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11117 (isearch-highlight): Always use face `isearch'.
11118
11119 2000-10-02 Dave Love <fx@gnu.org>
11120
11121 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11122 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11123 comparison of opcode with operand.
11124
11125 2000-10-03 Miles Bader <miles@gnu.org>
11126
11127 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11128 buffer, since the echo area will now grow to accommodate them.
11129
11130 2000-10-02 Andre Spiegel <spiegel@gnu.org>
11131
11132 * vc-hooks.el (vc-registered): If FILE used to be registered under
11133 a certain backend, try that one first.
11134
11135 * vc.el (vc-responsible-backend): Undo the previous change in the
11136 argument list. Handle multiple backends correctly.
11137 (vc-find-new-backend): Function removed.
11138 (vc-register): Use vc-responsible-backend, as before.
11139 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11140
11141 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11142
11143 * startup.el (fancy-splash-head): Change message below the
11144 logo.
11145
11146 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11147
11148 * diff-mode.el (diff-goto-source): Emit a status message.
11149 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11150 (diff-test-hunk): Fix doc string.
11151 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11152 (diff-advance-after-apply-hunk): New variable.
11153 (diff-apply-hunk): Don't return a value.
11154
11155 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11156
11157 * vc.el (vc-editable-p): Minor optimization.
11158 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11159 (vc-find-new-backend): New function split from vc-responsible-backend.
11160 (vc-register): Use it.
11161 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11162 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11163 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11164 (vc-clear-headers): Don't use find-file.
11165 (vc-revert-buffer): Use `and' again (must have been a braino).
11166 (vc-switch-backend): Only prompt if requested.
11167 Short circuit if nothing is to be done.
11168 Don't use vc-resynch-buffer which could lose unsaved editing.
11169 (vc-default-receive-file): Update call to vc-unregister.
11170 (with-vc-file, vc-next-action-on-file):
11171 Use vc-backend rather than vc-registered.
11172 (vc-next-action-on-file): Use intern-soft.
11173 Deal with read-only *vc-diff* buffer.
11174 (vc-transfer-file): Docstring fix.
11175
11176 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11177 (vc-rcs-receive-file): Avoid with-vc-properties.
11178 Update call to vc-unregister.
11179 Use constant `RCS' rather than (dynamically bound) var `backend'.
11180
11181 2000-10-01 Andre Spiegel <spiegel@gnu.org>
11182
11183 * vc.el (vc-next-action-on-file): Update mode line only if file
11184 is visited.
11185 (vc-start-entry): New argument initial-contents. Don't visit the file
11186 if it isn't already visited. Brought documentation up-to-date.
11187 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11188 (vc-checkin): New optional arg initial-contents, which is passed to
11189 vc-start-entry.
11190 (vc-finish-logentry): Make sure to bury log buffer only if there
11191 really is one. Call `vc-resynch-buffer' on log-file, not
11192 buffer-file-name.
11193 (vc-default-comment-history, vc-default-wash-log): New functions.
11194 (vc-index-of): Removed.
11195 (vc-transfer-file): Make do without the above.
11196 (vc-default-receive-file): Call comment-history unconditionally. Pass
11197 the resulting string to vc-checkin, instead of inserting it into the
11198 comment ring.
11199
11200 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11201 unconditionally. Use the comments as initial contents of the log
11202 entry buffer. Document the trick to force branch creation with no
11203 changes.
11204
11205 2000-10-01 Miles Bader <miles@gnu.org>
11206
11207 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11208 `recenter' with an arg to prevent redrawing the display.
11209
11210 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11211
11212 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11213
11214 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11215
11216 * progmodes/c-mode.el (c-mode):
11217 Don't gratuitously override the default for comment-column.
11218
11219 * textmodes/tex-mode.el (latex-metasection-list): New var.
11220 (latex-imenu-create-index): Use it.
11221 Move the regexp construction outside loops (and use push).
11222 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11223 (tex-font-lock-keywords): Moved from font-lock.el.
11224 (tex-comment-indent): Remove.
11225 (tex-common-initialization): Don't set comment-indent-function.
11226 (latex-block-default): New var.
11227 (tex-latex-block): Use it to provide a default choice.
11228 Add any unknown choice to latex-block-names.
11229 Insert [...] after {...}.
11230 (tex-last-unended-begin): Simplify regexp.
11231 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11232 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11233 (latex-mode): Set forward-sexp-function.
11234
11235 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11236 Add regexp for @ignore ... @end ignore.
11237 (texinfo-heading-face): New face.
11238 (texinfo-font-lock-keywords): Use it.
11239 (texinfo-mode-menu): New menu.
11240 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11241 New functions.
11242 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11243 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11244 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11245 Remove declaration.
11246 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11247
11248 * delsel.el (delete-selection-mode): Use define-minor-mode.
11249
11250 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11251
11252 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11253
11254 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11255
11256 2000-09-30 Gerd Moellmann <gerd@gnu.org>
11257
11258 * replace.el (keep-lines-read-args): New function.
11259 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11260 read arguments interactively. Add parameters RSTART and REND.
11261 Operate on the active region in Transient Mark mode.
11262
11263 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11264
11265 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11266 (authors-obsolete-files-regexps): New variable.
11267 (authors-add): Don't record changes in obsolete files.
11268
11269 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11270
11271 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11272
11273 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11274 (comment-indent): Make sure there's a space between code and comment.
11275 Shift comments left to avoid going past fill-column.
11276
11277 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11278
11279 * startup.el (startup-echo-area-message): New function.
11280 (display-startup-echo-area-message): Use it.
11281 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11282 (fancy-splash-default-action): New function.
11283 (fancy-splash-screens-1): New function.
11284 (fancy-splash-head): Put a help-echo and a keymap under the image.
11285
11286 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11287
11288 * diff-mode.el (diff-add-log-file-name): Remove.
11289 (diff-mode): Use add-log-buffer-file-name-function.
11290
11291 * add-log.el (find-change-log): New arg BUFFER-FILE.
11292 (add-log-file-name): Obey add-log-file-name-function.
11293 (add-log-buffer-file-name-function): New var.
11294 (add-change-log-entry): Use it.
11295
11296 2000-09-29 Miles Bader <miles@gnu.org>
11297
11298 * image-file.el (image-file-name-extensions): New variable.
11299 (image-file-name-regexps): Renamed from `image-file-regexps'.
11300 New default value is nil. Call `auto-image-file-mode'.
11301 (image-file-name-regexp): New function.
11302 (auto-image-file-mode): New minor mode.
11303 (insert-image-file): Don't make conditional on the image-file
11304 handler being enabled.
11305 (image-file-handler): Make the call here conditional instead.
11306 (set-image-file-handler-enabled, enable-image-file-handler)
11307 (disable-image-file-handler): Functions removed.
11308
11309 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11310 string.
11311
11312 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11313
11314 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11315 it's a function from CL.
11316 (latex-imenu-create-index): Replace eval-when-compile with progn
11317 because latex-section-alist is not bound while compiling.
11318
11319 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11320
11321 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11322 (outline-mode): Use define-derived-mode.
11323
11324 * progmodes/perl-mode.el (perl-mode):
11325 * progmodes/awk-mode.el (awk-mode):
11326 * progmodes/asm-mode.el (asm-mode):
11327 Don't gratuitously override the default for comment-column.
11328
11329 * emacs-lisp/lisp.el (lisp-complete-symbol):
11330 Distinguish the let-binding case from the funcall case.
11331 (forward-sexp-function): New variable.
11332 (forward-sexp): Use it.
11333
11334 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11335 (easy-mmode-defmap): Remove the now useless autoload.
11336
11337 * time.el (display-time-mode): Use define-minor-mode.
11338
11339 * subr.el (add-minor-mode): Don't eval NAME.
11340 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11341 Use if rather than cond.
11342
11343 * simple.el (read-expression-map): Define more properly.
11344 (comment-indent-hook): Remove.
11345 (string-to-syntax): Bug fix.
11346
11347 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11348 (cvs-ediff-diff): Fix typo.
11349 (cvs-revert-if-needed): Don't bother preserving read-only.
11350
11351 * paren.el (show-paren-mode): Use define-minor-mode.
11352
11353 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11354 (toggle-auto-compression): Remove.
11355 (jka-compr-build-file-regexp): Remove useless grouping.
11356
11357 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11358 Avoid user-reserved bindings.
11359 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11360 (diff-header-face): Revert to grey85.
11361
11362 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11363
11364 * complete.el (partial-completion-mode) <defcustom>: Remove.
11365 (partial-completion-mode): Use define-minor-mode.
11366 (PC-do-completion): Understand `completion-auto-help = delay'
11367 to mean to popup the completion buffer only the second time.
11368 (PC-include-file-all-completions, PC-include-file-all-completions)
11369 (PC-include-file-all-completions): Don't quote lambda.
11370
11371 * comint.el (comint-mode-hook): Docstring fix.
11372 (comint-mode): Use define-derived-mode.
11373 (comint-mode-map): Remove obsolete comment.
11374 (make-comint): Minor stylistic change.
11375 (comint-insert-clicked-input): Be more careful to find the overlay.
11376 Use this-command-keys rather than hardcoding mouse-2.
11377
11378 * font-lock.el: Replace confusing (,@ with ,
11379 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11380 Don't use regexp-opt-depth. Spice up the regexp for args.
11381 Don't distinguish between cmds that can take an opt arg or not.
11382 Use `append' and `prepend' rather than `keep'.
11383
11384 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11385 (latex-outline-regexp): New var.
11386 (latex-outline-level): New fun.
11387 (latex-section-alist): New var.
11388 (latex-imenu-create-index): Use it. Use `push' as well.
11389 (tex-shell-map): Initialize it properly.
11390 (tex-mode): Minor stylistic change.
11391 (plain-tex-mode): Use define-derived-mode.
11392 (latex-mode): Use define-derived-mode.
11393 Construct the paragraph regexps in a more readable way.
11394 Set the buffer-local outline-{level,regexp} vars.
11395 (slitex-mode): Derive from latex-mode.
11396 (tex-common-initialization): Don't kill-all-vars anymore.
11397 Add setting for comment-add and font-lock-defaults.
11398 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11399 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11400 (tex-start-tex): New arg DIR (and send a chdir command for it).
11401 Also display the shell buffer and save it in tex-last-buffer-texed.
11402 (tex-region): Use expand-file-name rather than concat.
11403 Remove code made useless by changes in tex-start-tex.
11404 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11405
11406 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11407
11408 2000-09-28 Dave Love <fx@gnu.org>
11409
11410 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11411
11412 2000-09-28 Gerd Moellmann <gerd@gnu.org>
11413
11414 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11415 `append'.
11416
11417 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11418
11419 * info.el (Info-extract-pointer): Undo last change.
11420 Instead, fix the position of the `bound' arg to re-search-backward.
11421
11422 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11423
11424 * info.el (Info-extract-pointer):
11425 Widen more carefully, to avoid finding pointers in other nodes.
11426 (Info-index): Use push.
11427
11428 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11429
11430 * frame.el (set-frame-font): Remove call to obsolete function
11431 frame-update-faces.
11432 (set-foreground-color, set-background-color): Likewise for
11433 frame-update-face-colors.
11434
11435 2000-09-27 Miles Bader <miles@gnu.org>
11436
11437 * image-file.el: New file.
11438
11439 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11440
11441 * frame.el (frame-notice-user-settings): Don't call
11442 frame-update-faces, which is a no-op now.
11443
11444 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11445 tool-bar-lines.
11446
11447 2000-09-27 Dave Love <fx@gnu.org>
11448
11449 * mouse.el: Fix last change.
11450
11451 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11452
11453 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11454
11455 2000-09-22 Kenichi Handa <handa@etl.go.jp>
11456
11457 * international/quail.el (quail-help): The output message is
11458 improved.
11459
11460 2000-09-26 Dave Love <fx@gnu.org>
11461
11462 * mouse.el (popup-menu): If POSITION is nil, set it using
11463 mouse-position.
11464
11465 2000-09-25 Sam Steingold <sds@gnu.org>
11466
11467 * net/browse-url.el (browse-url-file-url): Check for null maps.
11468
11469 2000-09-26 Gerd Moellmann <gerd@gnu.org>
11470
11471 * frame.el (frame-notice-user-settings): Don't add a
11472 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11473
11474 * frame.el (frame-notice-user-settings):
11475 Make tool-bar-mode and default-frame-alist consistent.
11476
11477 * toolbar/tool-bar.el (tool-bar-help): New function.
11478
11479 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11480
11481 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11482 current-load-list in top-level forms. Else this leaks a cons cell
11483 every time a defun is called.
11484
11485 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11486
11487 2000-09-25 Dave Love <fx@gnu.org>
11488
11489 * startup.el (fancy-splash-head): Check XPM is available.
11490
11491 * autoinsert.el (auto-insert): Doc fix.
11492 (auto-insert-alist): Following GNU notices, don't say `copyright
11493 _by_'. Use line-beginning-position.
11494 (auto-insert): Check buffer-file-name is non-nil before use.
11495
11496 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11497
11498 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11499 starting with `@def' or `@multitable', in addition to ones
11500 specified by the user in auto-fill-inhibit-regexp.
11501
11502 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
11503
11504 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11505 rmail-dont-reply-to-names matches the empty string.
11506
11507 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11508
11509 * startup.el (command-line-1, fancy-splash-text): Change the
11510 text to sound more friendly.
11511
11512 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11513
11514 * progmodes/hideshow.el: Update author email address.
11515 Generally, sync w/ maintainer version 5.22.
11516 (hs-hide-all-non-comment-function): New var.
11517 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11518 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11519 (hs-show-region): Delete this command.
11520 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11521
11522 2000-09-22 Dave Love <fx@gnu.org>
11523
11524 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11525 (hl-line-highlight): Specify buffer when moving overlay.
11526
11527 * progmodes/fortran.el (fortran-mode): Locally set
11528 normal-auto-fill-function.
11529 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11530 (fortran-mode-map): Adjust auto-fill menu entry.
11531
11532 2000-09-22 Gerd Moellmann <gerd@gnu.org>
11533
11534 * vc-rcs.el (toplevel): Require `vc' when compiling.
11535
11536 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11537
11538 2000-09-22 Andre Spiegel <spiegel@gnu.org>
11539
11540 * vc.el (vc-switch-backend): Signal an error if the file is not
11541 registered under the new backend.
11542
11543 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11544 without explicit revision number.
11545
11546 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11547
11548 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11549 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11550 (diff-xor): New function.
11551 (diff-find-source-location): Use it. Fix a stupid name clash.
11552 (diff-hunk-status-msg): New function.
11553 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11554 (diff-test-hunk): Use diff-find-source-location.
11555 (diff-goto-source): Favor the `reverse'.
11556 (diff-hunk-text): Properly handle one-sided context diffs.
11557 (diff-apply-hunk): When done, advance to the next hunk.
11558
11559 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11560
11561 * startup.el (command-line): If frame was created with a non-zero
11562 tool-bar-lines parameter, switch tool-bar-mode on.
11563
11564 * add-log.el (change-log-date-face, change-log-name-face)
11565 (change-log-email-face, change-log-file-face)
11566 (change-log-list-face, change-log-conditionals-face)
11567 (change-log-function-face, change-log-acknowledgement-face):
11568 New faces, inheriting from font-lock faces.
11569 (change-log-font-lock-keywords): Use them.
11570
11571 2000-09-21 Dave Love <fx@gnu.org>
11572
11573 * progmodes/cperl-mode.el (top-level): Clean up
11574 `eval-when-compile's and assorted defvars.
11575 (cperl-invalid-face): Don't double-quote value. Change custom
11576 type.
11577 (cperl-mode): Set normal-auto-fill-function and don't zap
11578 auto-fill-function.
11579 (cperl-imenu--function-name-regexp-perl): Renamed from
11580 imenu-example--function-name-regexp-perl.
11581 (cperl-imenu--create-perl-index): Renamed from
11582 imenu-example--create-perl-index.
11583 (cperl-xsub-scan): Don't require cl.
11584
11585 * msb.el (msb-mode-map): Use substitute-key-definition.
11586 (msb-mode): Use msb-mode-map.
11587
11588 2000-09-21 Andre Spiegel <spiegel@gnu.org>
11589
11590 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11591 New functions.
11592 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11593 (vc-switch-backend): New function.
11594 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11595 (vc-register): Fix prompt.
11596 (vc-unregister, vc-default-unregister): New functions.
11597 (vc-version-diff): Handle empty buffer in sentinel.
11598
11599 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11600 (vc-rcs-state-heuristic): Use it to guess the state of files with
11601 non-strict locking.
11602 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11603 been set with -b, but not created yet.
11604 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11605 contents in order to find the state.
11606 (vc-rcs-checkin): Allow creation of branches with no changes.
11607 (vc-rcs-unregister, vc-rcs-receive-file)
11608 (vc-rcs-set-non-strict-locking): New functions.
11609
11610 * vc-hooks.el (vc-name): Force correct computation of the value
11611 in case it is missing.
11612
11613 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11614
11615 * startup.el (fancy-splash-tail): Use a different foreground
11616 color on a dark frame background.
11617
11618 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11619
11620 * info.el: Use the correct capitalization when making Info-mode
11621 and Info-edit-mode `special' modes.
11622
11623 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11624
11625 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11626 (diff-mode): Add support for add-log.el.
11627 (diff-hunk-text): Use char offsets rather than line offsets.
11628 (diff-find-source-location): Replace LINE with line-offset (nil
11629 if not found) and always set POS to a meaningful position.
11630 Adapt to the new char-offsets.
11631 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11632 Adapt to the new diff-find-source-location.
11633 (diff-goto-source): Adapt to the new diff-find-source-location.
11634
11635 * add-log.el (add-log-file-name): New function (split out of
11636 add-change-log-entry).
11637 (add-change-log-entry): Use it.
11638 Call add-log-file-name-function with the changelog file name if
11639 the current buffer is not associated with any file.
11640 Avoid find-file if the selected window is dedicated.
11641
11642 * diff-mode.el (diff-find-source-location):
11643 Move code from diff-apply-hunk. Return buffer rather than file.
11644 (diff-apply-hunk): Use the new result from diff-find-source-location.
11645 (diff-goto-source): Use the new diff-find-source-location.
11646
11647 2000-09-20 Dave Love <fx@gnu.org>
11648
11649 * iswitchb.el: Some doc fixes.
11650 (iswitchb-mode-map): Define completely initially. Inherit
11651 minibuffer-local-map.
11652 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11653 fundamental-mode.
11654 (iswitchb-global-map): New variable.
11655 (iswitchb-summaries-to-end): Amalgamate regexps.
11656 (iswitchb-mode): New.
11657 (iswitchb-mode-hook): New variable.
11658 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11659 `extensions'.
11660
11661 2000-09-20 Gerd Moellmann <gerd@gnu.org>
11662
11663 * ehelp.el (electric-help): New defgroup.
11664 (electric-help-shrink-window): New user-option.
11665 (with-electric-help): Use it.
11666
11667 * window.el (shrink-window-if-larger-than-buffer): If face
11668 `mode-line' has a :box, and we're on a graphical frame, add 1
11669 to the needed window height.
11670
11671 * frame.el (frame-notice-user-settings): Add a last parameter nil
11672 to a call to `append', because the last list passed to `append' is
11673 not copied, and so subsequent calls to assq-delete-all will modify
11674 default-frame-alist.
11675
11676 * startup.el (fancy-splash-image): Change :type.
11677 (fancy-splash-head): Use an XBM image if appropriate.
11678 (command-line-1): Show splash screens in more cases.
11679
11680 * startup.el (fancy-splash-text): Don't quote faces.
11681
11682 * dired.el (dired-font-lock-keywords): Undo last change.
11683 (dired-readin): Bind indent-tabs-mode to nil.
11684
11685 * startup.el (fancy-splash-head): If frame's background mode
11686 is `dark', change the black background of the image to gray.
11687 (fancy-splash-screens): Display startup echo area message.
11688 (display-startup-echo-area-message): New function.
11689
11690 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11691
11692 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11693
11694 * info.el (info-header-node): Tweak for color ttys.
11695
11696 * faces.el (face-valid-attribute-values): Make sure directories we
11697 search for stipples both exist and are readable before trying to
11698 search them.
11699
11700 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11701 in the dry-run case.
11702
11703 * jka-compr.el (with-auto-compression-mode): New macro.
11704
11705 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11706 (custom-group-tag-face, custom-variable-tag-face): Use relative
11707 :height and inherit from `variable-pitch' face instead of
11708 hardwiring :family.
11709 * hi-lock.el (hi-black-hb): Likewise.
11710
11711 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11712 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11713 toolbar-add-item, if image doesn't have a mask add a `:mask
11714 heuristic'.
11715
11716 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11717
11718 * diff-mode.el: Docstring fixes.
11719 (diff-header-face, diff-comment-face): New faces.
11720 (diff-font-lock-keywords): Highlight a bit differently.
11721 (diff-find-source-location): Don't return SPAN any more.
11722 (diff-hunk-text): Don't bother erasing the temp buffer.
11723 (diff-find-text): Drop argument LINE.
11724 (diff-apply-hunk): Update calls to diff-find-text.
11725 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11726
11727 * calendar/calendar.el: Docstring fixes.
11728 (calendar-make-alist): Don't quote lambda.
11729 (calendar-star-date): Use make-local-variable.
11730
11731 2000-09-19 Dave Love <fx@gnu.org>
11732
11733 * toolbar/tool-bar.el: Renamed from toolbar.el.
11734 Change `toolbar' to `tool-bar' generally in symbols.
11735 Make some items invisible in `special' major modes.
11736 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11737 Add arg PROPS.
11738
11739 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11740 Add :version here.
11741 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11742
11743 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11744
11745 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11746
11747 * files.el (find-file-suppress-same-file-warnings): New user-option.
11748 (find-file-noselect): Use it.
11749
11750 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11751 (fancy-splash-screen): Defgroup.
11752
11753 * add-log.el (change-log-font-lock-keywords): Match names
11754 more exactly for the case that font-lock-constant-face is
11755 underlined.
11756
11757 2000-09-19 Richard M. Stallman <rms@gnu.org>
11758
11759 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11760
11761 2000-09-19 Andre Spiegel <spiegel@gnu.org>
11762
11763 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11764
11765 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11766
11767 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11768 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11769 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11770 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11771 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11772 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11773 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11774 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11775 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11776 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11777 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11778 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11779
11780 * startup.el (fancy-splash-text): New variable.
11781 (fancy-splash-delay, fancy-splash-image): New user-options.
11782 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11783 (fancy-splash-screens): New functions.
11784 (command-line-1): If display has a `display' frame parameter, has
11785 colors, and we have XPM support, show more fancy splash screens.
11786
11787 2000-09-19 Dave Love <fx@gnu.org>
11788
11789 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11790 with null `help'. Use modern backquote syntax.
11791
11792 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11793
11794 * font-lock.el (font-lock-mode): Change message telling the user
11795 that ``the buffer is too big''.
11796
11797 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11798 for instance for the case that tab-width is 2.
11799
11800 2000-09-18 Gerd Moellmann <gerd@gnu.org>
11801
11802 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11803 toolbar-add-item, if image doesn't have a mask add a `:mask
11804 heuristic'.
11805
11806 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11807
11808 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11809 and return a cons if it's non-nil.
11810 (diff-apply-hunk): Try to jump to the line in the source text
11811 corresponding to the position of point in the in the hunk.
11812
11813 * info.el (Info-title-3-face, Info-title-2-face)
11814 (Info-title-1-face): Use face inheritance and relative sizes
11815 instead of hard-wiring things.
11816
11817 * faces.el (secondary-selection): Make dark-background variant sane.
11818
11819 2000-09-16 Andrew Innes <andrewi@gnu.org>
11820
11821 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11822 read-only, since they aren't under VC now.
11823
11824 2000-09-17 Dave Love <fx@gnu.org>
11825
11826 * tmm.el: Replace mapcar with mapc in several places.
11827
11828 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11829 ad-unadvise.
11830
11831 * international/latin1-disp.el: New file.
11832
11833 * calendar/cal-move.el (scroll-calendar-left)
11834 (scroll-calendar-right): Make arg optional (for active mode line).
11835
11836 * calendar/calendar.el (calendar-mode-line-format): Make fields
11837 mouse-sensitive.
11838 (calendar-read-date, calendar-read-date, calendar-window-list):
11839 Unquote lambda.
11840 (calendar-month-name): Use aref, not sref.
11841
11842 * view.el (minor-mode-alist): Propertize the string.
11843
11844 * international/characters.el (standard-case-table): Add entries
11845 for Greek.
11846
11847 2000-09-18 Miles Bader <miles@gnu.org>
11848
11849 * info.el (info-node, info-xref): Add dark-background variants.
11850
11851 * faces.el (header-line): Change defaults to be less confusing
11852 when mixed with mode-lines.
11853
11854 * info.el (Info-fontify-node): Make a few cleanups.
11855 Add extra `help-echo' and `local-map' props to node xrefs.
11856 Use header-specific faces for node-names & xrefs.
11857 (Info-use-header-line): New variable.
11858 (info-header-xref, info-header-node): New faces.
11859 (Info-setup-header-line): New function.
11860 (Info-select-node): Call Info-setup-header-line when enabled.
11861 (Info-extract-pointer): Work even if the header line is hidden.
11862 (Info-header-line): New variable.
11863
11864 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11865
11866 * vms-patch.el (print-region-function): Don't quote lambda.
11867
11868 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11869
11870 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11871 (lm-get-header-re): Allow spaces between the header and the colon.
11872 (lm-header): Allow $ in non-RCS headers.
11873 (lm-header-multiline): Put the strings back into order.
11874 Stop at an empty line. Don't require two space chars if the
11875 line is clearly not another header line.
11876
11877 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11878 (popup-menu-popup): Remove.
11879
11880 2000-09-15 Gerd Moellmann <gerd@gnu.org>
11881
11882 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11883 specification if or if not tool-bar item contains an `:enabled'
11884 property.
11885
11886 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11887 current buffer has no file name.
11888
11889 2000-09-15 Dave Love <fx@gnu.org>
11890
11891 * strokes.el: Sync with maintainer's current version with changes
11892 for Emacs, but avoid runtime cl and levents.
11893 (toplevel): Change autoloads and compilation requires.
11894 (strokes-version, strokes-bug-address, strokes-lift): Values
11895 changed.
11896 (strokes-xpm-header, strokes-insinuated): New variable.
11897 (strokes): Add :link.
11898 (strokes-mode): Customized.
11899 (strokes-while-inhibiting-garbage-collector): New macro.
11900 (strokes-remassoc): Avoid remove-if.
11901 (strokes-fix-button2-command): Don't use ad-do-it.
11902 (strokes-insinuate): New function.
11903 (strokes-button-press-event-p, strokes-button-release-event-p):
11904 New functions, used instead of non-`strokes-' versions..
11905 (strokes-mouse-event-p): Rewritten.
11906 (strokes-event-closest-point): Avoid event-point.
11907 (strokes-get-grid-position): Avoid cdadr, caadr
11908 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11909 functions.
11910 (strokes-help): Use with-output-to-temp-buffer.
11911 (strokes-window-configuration-changed-p): New function.
11912 (strokes-update-window-configuration): Use buffer-live-p,
11913 strokes-window-configuration-changed-p.
11914 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11915 (strokes-char-face): New face.
11916 (strokes-char-table, strokes-base64-chars): New variable.
11917 (strokes-xpm-for-stroke, strokes-list-strokes)
11918 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11919 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11920 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11921 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11922 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11923 functions.
11924
11925 2000-09-15 Gerd Moellmann <gerd@gnu.org>
11926
11927 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11928
11929 * image.el (create-image): Doc fix.
11930
11931 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11932 instead of `:heuristic-mask t'.
11933
11934 2000-09-14 Andrew Innes <andrewi@gnu.org>
11935
11936 * makefile.w32-in: Revert to Unix line endings.
11937
11938 2000-09-14 Andrew Innes <andrewi@gnu.org>
11939
11940 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11941 when installing.
11942
11943 * makefile.nt (DONTCOMPILE): Fix typo.
11944
11945 * shell.el (shell-write-history-on-exit): New function.
11946 (shell-dumb-shell-regexp): New custom variable.
11947 (shell-mode): Make shell-write-history-on-exit the process
11948 sentinel if shell name matches shell-dumb-shell-regexp.
11949
11950 * w32-fns.el: Comment out before-init-hook function which resets
11951 source-directory based; this breaks bootstrap.
11952
11953 2000-09-14 Dave Love <fx@gnu.org>
11954
11955 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11956 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11957 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11958 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11959 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11960 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11961 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11962 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11963 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11964
11965 * toolbar/toolbar.el: New.
11966
11967 * subdirs.el: Add toolbar.
11968
11969 2000-09-14 Gerd Moellmann <gerd@gnu.org>
11970
11971 * indent.el (indent-for-tab-command): Doc fix.
11972
11973 2000-09-14 Alex Schroeder <alex@gnu.org>
11974
11975 * ansi-color.el (ansi-colors): Doc change.
11976 (ansi-color-get-face): Simplified regexp.
11977 (ansi-color-faces-vector): Added more faces, doc change.
11978 (ansi-color-names-vector): Doc change.
11979 (ansi-color-regexp): Simplified regexp.
11980 (ansi-color-parameter-regexp): New regexp.
11981 (ansi-color-filter-apply): Doc change.
11982 (ansi-color-filter-region): Doc change.
11983 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11984 deal with zero length parameters.
11985 (ansi-color-apply-on-region): Doc change.
11986 (ansi-color-map): Doc change.
11987 (ansi-color-map-update): Removed debugging message.
11988 (ansi-color-get-face-1): Added condition-case to trap
11989 args-out-of-range errors.
11990 (ansi-color-get-face): Doc change.
11991 (ansi-color-make-face): Removed.
11992 (ansi-color-for-shell-mode): New option.
11993
11994 2000-09-13 Kenichi Handa <handa@etl.go.jp>
11995
11996 * international/quail.el (quail-start-translation): Translate KEY
11997 if necessary even if it doesn't have any mapping in the current
11998 input method.
11999 (quail-start-conversion): Likewise.
12000 (quail-help): The output message is improved.
12001
12002 2000-09-13 Miles Bader <miles@gnu.org>
12003
12004 * comint.el (comint-output-filter): Revert to using
12005 `insert-before-markers'. Add bletcherous hack to undo damage
12006 caused by `insert-before-markers'. Put `front-sticky' property on
12007 overlays created here so that the field code understands how the
12008 overlay works. Use a let when making comint-last-prompt-overlay,
12009 so that the code is easier to read.
12010
12011 2000-09-13 Dave Love <fx@gnu.org>
12012
12013 * wid-edit.el (widget-default-format-handler): DTRT when
12014 doc-property is a function.
12015
12016 2000-09-12 Francesco Potorti` <pot@gnu.org>
12017
12018 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12019 filed name if it's not there.
12020
12021 2000-09-12 Dave Love <fx@gnu.org>
12022
12023 * simple.el (read-mail-command): Doc fix.
12024 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12025
12026 * vc.el (vc-dired-listing-switches): Fix :version.
12027
12028 * vc-hooks.el: Doc fixes.
12029
12030 * subr.el (add-minor-mode): Use toggle-fun arg.
12031
12032 * speedbar.el: Add :version to several defcustoms.
12033
12034 * imenu.el (imenu--truncate-items, imenu--cleanup)
12035 (imenu--generic-function): Avoid mapcar.
12036 (imenu--replace-spaces): Function removed.
12037 (imenu--completion-buffer): Use subst-char-in-string.
12038 (imenu-add-to-menubar): Use keymap inheritance.
12039
12040 2000-09-12 Miles Bader <miles@gnu.org>
12041
12042 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12043 (diff-mode-map): Bind `diff-test-hunk'.
12044 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12045
12046 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12047
12048 * bytecomp.el (byte-compile-defvar): Undo last change
12049 because it breaks '(make-variable-buffer-local (defvar ...)'
12050 which is used at least in dired.
12051
12052 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12053
12054 * international/quail.el (quail-define-package): Docstring
12055 modified.
12056
12057 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12058
12059 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12060 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12061 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12062 docstring of "chinese-py".
12063
12064 * international/quail.el (quail-translation-docstring): New
12065 variable.
12066 (quail-show-keyboard-layout): Docstring modified.
12067 (quail-select-current): Likewise.
12068 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12069 infinite recursive call.
12070 (quail-help): Check quail-translation-docstring. Format of the
12071 output changed.
12072 (quail-help-insert-keymap-description): Adjusted for the above
12073 change.
12074
12075 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12076
12077 * bytecomp.el (byte-compile-defvar): Only cons onto
12078 current-load-list in top-level forms. Else this leaks a cons cell
12079 every time a defun is called.
12080
12081 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12082
12083 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12084 Now understands non-unified diffs. Some functionality moved into
12085 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12086 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12087 modify anything. Only reposition point in the patched file if the
12088 patch succeeds. Only pop up another window if POPUP is true.
12089 Emit a message describing what happened if successful, and at what
12090 line-offset. Automatically detect reversed hunks and do something
12091 appropriate.
12092 (diff-hunk-text, diff-find-text): New functions.
12093 (diff-filter-lines): Function removed.
12094 (diff-test-hunk): New function.
12095 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12096
12097 2000-09-10 Dave Love <fx@gnu.org>
12098
12099 * textmodes/tildify.el: Minor doc/commentary fixes.
12100 (tildify) <defgroup>: Add :version.
12101
12102 * faces.el (face-x-resources): Make custom type more specific.
12103 (frame-background-mode): Use mapc.
12104 (region) <defcustom>: Add :version.
12105
12106 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12107
12108 * vc-sccs.el (vc-sccs-register):
12109 * vc-rcs.el (vc-rcs-register):
12110 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12111 * vc.el (vc-register): Clear file's properties.
12112
12113 2000-09-08 Gerd Moellmann <gerd@gnu.org>
12114
12115 * faces.el (face-spec-set): Only face-spec-reset-face when
12116 ATTRS is non-nil.
12117
12118 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12119
12120 * help.el (help-insert-xref-button): Fix a typo in doc string.
12121
12122 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12123
12124 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12125 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12126 methods.
12127
12128 * menu-bar.el (read-mail-item-name): New function.
12129 (menu-bar-tools-menu): Use it to compute and display the package
12130 used to read email.
12131 (menu-bar-tools-menu): Fix typo in GUD's help string.
12132
12133 2000-09-07 Dave Love <fx@gnu.org>
12134
12135 * diff-mode.el (diff-mouse-goto-source): New function.
12136
12137 * vc-sccs.el: Doc fixes.
12138 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12139
12140 * vc-rcs.el: Doc fixes.
12141 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12142 (vc-rcs-checkout-switches, vc-rcs-header)
12143 (vc-rcs-master-templates): Add or change :version.
12144
12145 * vc-cvs.el: Doc fixes.
12146 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12147 (vc-cvs-stay-local): Add :version.
12148
12149 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12150
12151 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12152
12153 * international/quail.el (quail-help): Fix previous change.
12154
12155 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12156
12157 * faces.el (color-values): Doc fix.
12158
12159 * faces.el (frame-set-background-mode): Use frame-parameter
12160 instead of frame-parameters.
12161
12162 * frame.el (filtered-frame-list): Reduce consing.
12163 (frames-on-display-list): Call frame-parameter instead of
12164 frame-parameters.
12165
12166 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12167
12168 * language/devan-util.el (devanagari-to-indian-region): In the
12169 loop, change the following char, not preceding char.
12170
12171 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12172
12173 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12174 instead of frame-parameters.
12175
12176 * faces.el (set-face-attribute): Simplify by calling
12177 internal-set-lisp-face-attribute with FRAME being 0.
12178
12179 * vc.el: Remove `Id' version control keyword.
12180
12181 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12182
12183 * help.el (help-make-xrefs): Adjusted for the change of
12184 help-xref-mule-regexp.
12185 (help-insert-xref-button): New function.
12186
12187 * international/mule-cmds.el (help-xref-mule-regexp-template):
12188 Include the pattern for character set.
12189 (leim): New group.
12190
12191 * international/quail.el: Don't require face.
12192 (quail): New group.
12193 (quail-other-command): Dummy command to make quail-help work better.
12194 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12195 (quail-keyboard-layout-substitution): New variable.
12196 (quail-update-keyboard-layout): New function.
12197 (quail-keyboard-layout-type): New customizable variable.
12198 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12199 (quail-keyboard-translate): Pay attention to
12200 quail-keyboard-layout-substitution.
12201 (quail-insert-kbd-layout): New function.
12202 (quail-show-keyboard-layout): New function.
12203 (quail-get-translation): If the definition is a vector of length
12204 1, and the element is a string of length 1, return the character
12205 in that string.
12206 (quail-update-current-translations): Fix the case of
12207 relative-index out of range.
12208 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12209 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12210 Show key sequences for all available characters.
12211 (quail-help-insert-keymap-description): Don't show such verbose
12212 key bindings as quail-self-insert-command.
12213
12214 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12215 Format changed, and each element now have extra documentations.
12216 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12217 Adjusted for the change of quail-cxterm-package-ext-info.
12218
12219 2000-09-06 Gerd Moellmann <gerd@gnu.org>
12220
12221 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12222 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12223 during bootstrap.
12224
12225 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12226
12227 * vc.el: (toplevel): Don't require `dired' at run-time.
12228 (vc-dired-resynch-file): Remove autoload cookie.
12229
12230 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12231
12232 * vc.el: Made several backend functions optional.
12233 (vc-default-responsible-p): New function.
12234 (vc-merge): Use RET for first version to trigger merge-news, not
12235 prefix arg.
12236 (vc-annotate): Handle backends that do not support annotation.
12237 (vc-default-merge-news): Removed. The existence of a merge-news
12238 implementation is now checked on caller sites.
12239
12240 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12241 case.
12242
12243 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12244 special case that has been removed from the default in vc-hooks.el.
12245
12246 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12247
12248 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12249
12250 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12251
12252 * vc-hooks.el: Require vc during compilation.
12253 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12254 macro `with-vc-properties' in vc.el.
12255 (vc-file-getprop): Doc fix.
12256 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12257
12258 * vc.el: Require dired-aux during compilation.
12259 (vc-name-assoc-file): Moved to vc-sccs.el.
12260 (with-vc-properties): New macro.
12261 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12262 vc-finish-steal): Use it.
12263 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12264 to the backend-specific function is now supposed to do the checkout,
12265 too.
12266 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12267
12268 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12269 set file properties; that gets done in the generic code now.
12270
12271 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12272 Changed parameter list, added code from vc.el that does the
12273 checkout, possibly with a double-take.
12274
12275 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12276 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12277 the above under the new name.
12278 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12279 parameter list, added checkout command.
12280 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12281 properties; that gets done in the generic code now.
12282
12283 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12284
12285 * vc.el: Docstring fixes (courtesy of checkdoc).
12286
12287 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12288
12289 * vc.el (vc-checkout-writable-buffer-hook)
12290 (vc-checkout-writable-buffer): Remove.
12291 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12292 (vc-log-mode): Make it into a clean derived major mode.
12293 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12294 vc-log-mode if log-edit is not available.
12295 (vc-dired-mode-map): Don't set-keymap-parent yet.
12296 (vc-dired-mode): Do set-keymap-parent here.
12297 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12298
12299 2000-09-05 Gerd Moellmann <gerd@gnu.org>
12300
12301 * faces.el (set-face-attribute, face-spec-reset-face)
12302 (face-spec-set): Avoid consing by removing calls to `apply'.
12303
12304 * frame.el (frame-parameter): Move to C code.
12305
12306 2000-09-05 Dave Love <fx@gnu.org>
12307
12308 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12309 insert-before-markers-and-inherit. Now checked systematically!
12310
12311 2000-09-05 Alex Schroeder <alex@gnu.org>
12312
12313 * sql.el (sql-postgres): Use sql-postgres-options.
12314 (sql-postgres-options): New variable.
12315
12316 2000-09-05 Alex Schroeder <alex@gnu.org>
12317
12318 * sql.el (sql-mode-menu): Work around missing variable mark-active
12319 in XEmacs.
12320 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12321 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12322 compatibility.
12323
12324 2000-09-04 Gerd Moellmann <gerd@gnu.org>
12325
12326 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12327
12328 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12329
12330 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12331
12332 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12333
12334 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12335 don't support anything else under SCCS yet.
12336
12337 * vc-hooks.el: Minor doc fixes.
12338
12339 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12340
12341 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12342 not necessary. If verbose in state `needs-patch', do the same as
12343 under `up-to-date'. When NOT verbose and `needs-patch', check out
12344 latest version instead of `merge-news'.
12345 (vc-next-action-dired): Don't mess with default-directory here; it
12346 breaks other parts of dired. It is the job of the
12347 backend-specific functions to adjust it temporarily if they need it.
12348 (vc-next-action): Remove a special CVS case.
12349 (vc-clear-headers): New optional arg FILE.
12350 (vc-checkin, vc-checkout): Set properties vc-state and
12351 vc-checkout-time properly.
12352 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12353 (vc-print-log): Use new backend function `show-log-entry'.
12354 (vc-cancel-version): Do the checks in a different order. Added a
12355 FIXME concerning RCS-only code.
12356
12357 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12358 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12359
12360 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12361
12362 * vc-hooks.el (vc-default-mode-line-string): Show state
12363 `needs-patch' as a `-' too.
12364
12365 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12366
12367 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12368 (vc-default-could-register): New function.
12369 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12370 (vc-resynch-buffer): Call vc-dired-resynch-file.
12371 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12372 vc-resynch-buffer instead of vc-resynch-window.
12373 (vc-next-action-dired): Don't redisplay here, that gets done as a
12374 result of the individual file operations.
12375 (vc-retrieve-snapshot): Corrected prompt order.
12376
12377 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12378
12379 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12380 as well.
12381 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12382 hostname regexps. Updated all callers.
12383 (vc-cvs-responsible-p): Handle directories as well.
12384 (vc-cvs-could-register): New function.
12385 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12386 properties up-to-date.
12387
12388 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12389 user whether to create one.
12390
12391 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12392
12393 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12394 check out a non-existing file.
12395
12396 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12397 workfile does not exist.
12398
12399 * vc.el (vc-version-diff): Use `require' to check for existence of
12400 diff-mode.
12401
12402 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12403
12404 * vc-cvs.el (vc-cvs-registered): Use new function
12405 vc-cvs-parse-entry to do the actual work.
12406
12407 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12408
12409 * vc-hooks.el (vc-find-backend-function): If function doesn't
12410 exist, return nil instead of error.
12411 (vc-call-backend): Doc fix.
12412
12413 * vc.el (vc-do-command): Doc fix.
12414 (vc-finish-logentry): When checking in from vc-dired, choose the
12415 right backend for logentry check.
12416 (vc-dired-mode-map): Inherit from dired-mode-map.
12417 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12418 simplified.
12419 (vc-dired-state-info): Removed, updated caller.
12420 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12421 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12422 (vc-dired-listing-switches): New variable.
12423 (vc-directory): Use it, instead of dired-listing-switches.
12424
12425 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12426 (vc-cvs-dir-state): New function.
12427 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12428 (vc-cvs-parse-entry): New function, also to be used in
12429 vc-cvs-registered.
12430
12431 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12432
12433 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12434 *or* single-window-frames.
12435
12436 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12437
12438 * vc.el (vc-update-changelog): Split into generic part and default
12439 implementation. Doc string adapted.
12440 (vc-default-update-changelog): New function. Call the `rcs2log'
12441 script in exec-directory, to fix a long-standing nuisance.
12442
12443 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12444 simply signals an error.
12445
12446 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12447
12448 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12449 control-flow more clear and to avoid running `cvs' twice.
12450
12451 * vc.el (vc-next-action-on-file): Doc fix.
12452 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12453 (vc-print-log): Eval `file' before constructing the continuation.
12454
12455 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12456
12457 * vc.el (vc-next-action-on-file): Corrected several messages.
12458 (vc-merge): Add prefix arg `merge-news'; handle it.
12459
12460 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12461 is not reached. It is.
12462 (vc-cvs-merge): Set state to 'edited after merge.
12463 (vc-cvs-merge-news): Set workfile version to nil if not known.
12464 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12465
12466 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12467 via stdout. (Merge from main line.)
12468
12469 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12470
12471 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12472 detection.
12473
12474 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12475
12476 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12477 against kill-all-local-variables.
12478 (vc-log-edit): Don't save vc-parent-buffer any more.
12479 (vc-last-comment-match): Initialize to an empty string.
12480 (vc-post-command-functions): New hook.
12481 (vc-do-command): Run it.
12482 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12483 (vc-finish-logentry): Only add the comment to the ring if it's
12484 different from the last comment entered.
12485 (vc-new-comment-index): New function.
12486 (vc-previous-comment): Use it. Make the minibuffer message
12487 slightly less terse.
12488 (vc-comment-search-reverse): Make it work forward as well. Don't
12489 set vc-comment-ring-index if no match is found. Use
12490 vc-new-comment-index.
12491 (vc-comment-search-forward): Use vc-comment-search-reverse.
12492 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12493 define-derived-mode will do it for us. Bind `v' to a keymap that
12494 inherits from vc-prefix-map so that we can bind `vt' without
12495 binding C-x v t.
12496 (vc-retrieve-snapshot): Parenthesis typo.
12497
12498 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12499 to 1. Make sure to switch to *vc* before looking for an error
12500 message. Use vc-parse-buffer.
12501
12502 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12503
12504 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12505 and NAME.
12506 (vc-retrieve-snapshot): Split into two parts.
12507 (vc-default-retrieve-snapshot): New function.
12508
12509 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12510 (vc-cvs-retrieve-snapshot): New function (untested).
12511 (vc-cvs-stay-local): Default to t.
12512 (vc-cvs-remote-p): New function and property.
12513 (vc-cvs-state): Stay local only if the above is t.
12514 (vc-handle-cvs): Removed.
12515 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12516 done via vc-handled-backends now.
12517 (vc-cvs-header): Escape Id.
12518
12519 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12520
12521 * vc.el (vc-do-command): Remove unused commands.
12522 (vc-version-diff): Make sure default-directory ends with a slash.
12523 Move the window commands into a vc-exec-after.
12524 (vc-print-log): Move more of the code into the `vc-exec-after'.
12525
12526 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12527
12528 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12529 (vc-print-log): Search current revision from beginning of buffer.
12530 (vc-revert-buffer): Clear echo area after the diff is finished.
12531 (vc-prefix-map): Removed definition of "t" for terse display in vc
12532 dired.
12533 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12534 definition of "vt" for terse display.
12535 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12536
12537 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12538
12539 * vc.el (vc-exec-after): Avoid caddr.
12540
12541 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12542
12543 * vc.el (vc-exec-after): New function.
12544 (vc-do-command): Use it to add a termination message for async
12545 procs.
12546 (vc-checkout): Try to handle a missing-backend situation.
12547 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12548 of a directory with a backend using async diffs.
12549 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12550 present.
12551
12552 * vc-sccs.el (vc-sccs-state-heuristic): Use
12553 file-ownership-preserved-p.
12554
12555 * vc-rcs.el (vc-rcs-state-heuristic): Use
12556 file-ownership-preserved-p.
12557 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12558
12559 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12560
12561 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12562 vc-do-command.
12563
12564 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12565 when there are no changes.
12566
12567 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12568
12569 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12570
12571 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12572
12573 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12574
12575 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12576
12577 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12578 the `fset' outside of the defvar so that it works even if
12579 vc-prefix-map was already defined.
12580 (vc-setup-buffer): New function, split out of vc-do-command.
12581 (vc-do-command): Allow BUFFER to be t to mean `just use the
12582 current buffer without any fuss'.
12583 (vc-version-diff): Change the `diff' backend operation to just put
12584 the diff in the current buffer without erasing it. Always use
12585 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12586 shrink-window-if-larger-than-buffer.
12587 (vc-print-log): Change the `print-log' backend operation to just
12588 put the log in the current buffer without erasing it. Protect
12589 shrink-window-if-larger-than-buffer.
12590 (vc-update-change-log): Fix setd typo.
12591
12592 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12593 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12594
12595 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12596 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12597 CMP.
12598
12599 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12600 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12601 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12602
12603 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12604
12605 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12606 not possible, use vc-BACKEND-workfile-unchanged-p.
12607 (vc-default-workfile-unchanged-p): New function. Delegates to a
12608 full vc-BACKEND-diff.
12609
12610 * vc-hooks.el (vc-simple-command): Removed.
12611
12612 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12613 instead of vc-simple-command.
12614 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12615 avoid doing a diff when opening a file.
12616 (vc-rcs-state): Added check for unlocked-changes.
12617 (vc-rcs-header): Escape Id.
12618 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12619 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12620 version.
12621
12622 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12623 (vc-sccs-diff): Remove optional arg CMP.
12624 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12625 SCCS-specific function.
12626
12627 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12628 vc-simple-command.
12629
12630 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12631
12632 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12633 (with-vc-file, vc-merge): Use vc-editable-p.
12634 (vc-do-command): Remove unused var vc-file and fix the
12635 doubly-defined `status' var. Add a user message when starting an
12636 async command.
12637 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12638 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12639 Use with-current-buffer.
12640 (vc-buffer-sync): Use unless.
12641 (vc-next-action-on-file): If the file is 'edited by read-only,
12642 make it read-write instead of trying to commit.
12643 (vc-version-diff, vc-update-change-log): Use `setq
12644 default-directory' rather than `cd'.
12645 (vc-log-edit): Don't forget to set default-directory in the
12646 buffer.
12647
12648 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12649 (vc-sccs-state-heuristic): Use file-writable-p instead of
12650 comparing userids.
12651 (vc-sccs-checkout): Use `unless'.
12652
12653 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12654 of comparing userids.
12655 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12656 Simplify the logic by eliminating unreachable code.
12657 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12658 just do a recursive call if we need to retry.
12659 (vc-rcs-checkout): Handle the case where rcs is missing by making
12660 the buffer read-write if requested and re-signalling the error.
12661
12662 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12663
12664 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12665
12666 * vc-hooks.el (vc-handled-backends): Docstring change.
12667 (vc-ignore-vc-files): Mark obsolete.
12668 (vc-registered): Check vc-ignore-vc-files.
12669 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12670 vc-ignore-vc-files.
12671
12672 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12673
12674 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12675
12676 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12677 files since ange-ftp already has vc-registered return nil.
12678
12679 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12680 (vc-sccs-workfile-version): Use with-temp-buffer and new
12681 vc-parse-buffer and don't bother setting the property.
12682 (vc-sccs-add-triple): Use with-current-buffer and
12683 find-file-noselect.
12684 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12685
12686 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12687 derives from the old vc-parse-buffer but uses the revision number
12688 rather than the date (much easier to compare robustly).
12689 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12690 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12691 locking-user more directly. Check strict locking and set
12692 checkout-model appropriately.
12693 (vc-rcs-parse-locks): Remove.
12694 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12695 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12696 (vc-rcs-system-release): Use with-current-buffer and
12697 vc-parse-buffer.
12698 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12699
12700 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12701 (vc-simple-command): Docstring fix.
12702 (vc-registered): Align the way the file-handler is called with the
12703 way the function itself works.
12704 (vc-file-owner): Remove.
12705
12706 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12707 extraction of fields and call to file-attributes because of a
12708 temporary bug in rcp.el.
12709 (vc-cvs-fetch-status): Use with-current-buffer.
12710
12711 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12712
12713 * vc.el (vc-do-command): Use file-relative-name.
12714 (vc-responsible-backend): Use vc-backend if possible.
12715 (vc-create-snapshot): Improve the `interactive' spec. Add support
12716 for branches and dispatch to backend-specific `create-snapshot'.
12717 (vc-default-create-snapshot): New function, containing the bulk of
12718 the old vc-create-snapshot.
12719 (vc-retrieve-snapshot): Improve the interactive spec.
12720
12721 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12722 (vc-backend-hook-functions): Remove.
12723 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12724 (vc-backend): Reintroduce the test for `file = nil' now that I
12725 know why it was there (and added a comment to better remember).
12726
12727 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12728 code from vc-sccs-hooks.el.
12729 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12730 'vc anymore.
12731 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12732 and file-directory-p instead of file-exists-p.
12733 (vc-sccs-check-headers): Simplify the regexp.
12734
12735 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12736 from vc-rcs-hooks.el. Don't require 'vc anymore.
12737 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12738 file-directory-p instead of file-exists-p.
12739
12740 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12741 from vc-cvs-hooks.el.
12742 (proto vc-cvs-registered): Require 'vc-cvs instead of
12743 'vc-cvs-hooks. Don't require 'vc anymore.
12744 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12745 file-directory-p instead of file-exists-p.
12746 (vc-cvs-create-snapshot): New function, replacing
12747 vc-cvs-assign-name.
12748 (vc-cvs-assign-name): Remove.
12749
12750 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12751
12752 * vc-cvs.el (vc-cvs-header): New var.
12753
12754 * vc-rcs.el (vc-rcs-exists): Remove.
12755 (vc-rcs-header): New var.
12756
12757 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12758 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12759 (vc-sccs-header): New var.
12760
12761 * vc.el (vc-do-command): Get rid of the `last' argument.
12762 (vc-header-alist): Remove, replaced by vc-X-header.
12763 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12764 (vc-dired-hook): Use expand-file-name instead of concat.
12765 (vc-directory): Use file-name-as-directory.
12766 (vc-snapshot-precondition, vc-create-snapshot)
12767 (vc-retrieve-snapshot): Allow the command to operate on any
12768 directory.
12769
12770 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12771 just removing the 'WORKFILE argument or by removing the 'MASTER
12772 argument and replacing `file' with (vc-name file).
12773
12774 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12775
12776 * vc.el: Update Copyright and add a crude list of backend funs.
12777 (vc-writable-p): New function.
12778 (with-vc-file): Use vc-writable-p.
12779 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12780 (vc-register): Avoid vc-name.
12781 (vc-locking-user): Remove.
12782 (vc-steal-lock): Make the `owner' arg non-optional.
12783 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12784 vc-checkout-model.
12785 (vc-default-dired-state-info): Use vc-state instead of
12786 vc-locking-user and return special strings for special states.
12787 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12788 and get rid of one of the special CVS cases.
12789 (vc-cancel-version): prettify error message with \\[...].
12790 (vc-rename-master): New function.
12791 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12792 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12793 the CVS special case generic.
12794 (vc-default-record-rename): Remove.
12795 (vc-file-tree-walk-internal): Only call FUNC for files that are
12796 under control of some VC backend and replace `concat' with
12797 expand-file-name.
12798 (vc-file-tree-walk): Update docstring.
12799 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12800 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12801
12802 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12803 vc-sccs-record-rename. Use `find-file-noselect' rather than
12804 `find-file' and call `vc-rename-master' to do the actual move.
12805 (vc-sccs-diff): Remove unused `backend' variable.
12806
12807 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12808 to delay loading of vc-sccs until it is really used.
12809 (vc-sccs-master-templates): Preload.
12810 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12811 (vc-sccs-project-dir): Remove (merged into
12812 vc-sccs-search-project-dir).
12813 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12814 rather than `concat', make sure it is preloaded and don't bother
12815 to check that the file actually exists.
12816 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12817 `locks' argument (use buffer's content instead) and eliminate n^2
12818 behavior.
12819
12820 * vc-rcs.el: Update Copyright.
12821 (vc-rcs-rename-file): New function.
12822 (vc-rcs-diff): Remove unused `backend' variable.
12823
12824 * vc-hooks.el: Update Copyright.
12825 (vc-backend): Don't accept a nil argument any more.
12826 (vc-up-to-date-p): Turn into a defsubst.
12827 (vc-possible-master): New function.
12828 (vc-check-master-templates): Use `vc-possible-master' and allow
12829 funs in vc-X-master-templates to return a non-existent file.
12830
12831 * vc-cvs.el: Update Copyright.
12832 (vc-cvs-diff): Remove unused `backend' variable.
12833 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12834
12835 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12836
12837 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12838
12839 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12840 since it can be called from vc-rcs.el.
12841 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12842
12843 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12844
12845 * vc.el (vc-version-diff): Expand file name read from the
12846 minibuffer. Handle the case when a previous version number can't
12847 be guessed. Give suitable messages when there were no differences
12848 found.
12849 (vc-clear-headers): Call backend-specific implementation, if one
12850 exists.
12851 (vc-cancel-version): Made error checks generic. When done, clear
12852 headers generically, too.
12853
12854 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12855 from vc-clear-headers in vc.el.
12856
12857 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12858 correctly.
12859 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12860 optional. Handle the case when it's not there.
12861
12862 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12863
12864 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12865
12866 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12867
12868 * vc-hooks.el (vc-loadup): Remove.
12869 (vc-find-backend-function): Use `require'. Also, handle the case
12870 where vc-BACKEND-hooks.el doesn't exist.
12871 (vc-call-backend): Cleanup.
12872
12873 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12874
12875 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12876 vc-rcs-grab-templates)
12877 (vc-rcs-registered): Remove. The default function works as well.
12878 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12879 vc-sccs-grab-templates)
12880 (vc-sccs-registered): Remove. The default function works as well.
12881
12882 * vc.el (vc-version-diff): Left out a vc- in call to
12883 vc-call-backend.
12884 (vc-default-dired-state-info, vc-default-record-rename)
12885 (vc-default-merge-news): Update for the new backend argument.
12886
12887 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12888 using the default function.
12889 (vc-call-backend): If calling the default function, pass it the
12890 backend as first argument. Update the docstring accordingly.
12891 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12892 for the new backend argument.
12893 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12894 (vc-find-backend-function): Use the new name.
12895 (vc-default-registered): New function.
12896
12897 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12898
12899 * vc.el (vc-merge): Use vc-find-backend-function.
12900
12901 * vc-hooks.el (vc-backend-functions): Remove.
12902 (vc-loadup): Don't setup 'vc-functions.
12903 (vc-find-backend-function): New function.
12904 (vc-call-backend): Use above fun and populate 'vc-functions
12905 lazily.
12906 (vc-backend-defines): Remove.
12907
12908 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12909
12910 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12911 Call vc-call-backend without the leading vc-.
12912 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12913 (vc-check-headers): Call vc-call-backend without the leading vc-.
12914 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12915 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12916 Call vc-call-backend without the leading vc-.
12917
12918 * vc-cvs.el (tail): Provide vc-cvs.
12919 * vc-sccs.el (tail): Provide vc-sccs.
12920 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12921
12922 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12923 (vc-make-backend-function, vc-call): Pass names without leading
12924 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12925 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12926 (vc-call-backend): Always try to load vc-X-hooks.
12927 (vc-registered): Remove vc- in call to vc-call-backend.
12928
12929 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12930
12931 * vc.el (vc-process-filter): New function.
12932 (vc-do-command): Setup `vc-process-filter' for the async process.
12933 (vc-maybe-resolve-conflicts): New function to reduce
12934 code-duplication. Additionally, it puts the buffer in
12935 `smerge-mode' if applicable.
12936 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12937 calling `merge-news'.
12938 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12939 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12940 interfacing to log-edit.el.
12941 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12942 log-edit is available.
12943 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12944
12945 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12946
12947 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12948 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12949 defvar and the initialization.
12950 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12951
12952 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12953 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12954
12955 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12956
12957 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12958
12959 * vc.el (vc-file-clear-masterprops): Removed.
12960 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12961 (vc-version-diff): Use buffer-size without argument.
12962 (vc-register): Heed vc-initial-comment.
12963
12964 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12965 default branch.
12966
12967 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12968 file name and workfile version.
12969 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12970
12971 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12972 vc-file-clear-masterprops.
12973
12974 * vc-sccs.el (vc-sccs-checkout): Removed call to
12975 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12976 rather than user login name.
12977
12978
12979 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12980
12981 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12982 `want-differences-if-changed' and simplify.
12983 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12984 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12985 output (which is invalid for async vc-diff) to decide whether to
12986 do the revert silently or not.
12987
12988 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12989
12990 * vc-hooks.el (vc-loadup): Load files quietly.
12991 (vc-call-backend): Oops, brain fart.
12992
12993 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12994
12995 * vc-cvs.el (vc-cvs-state): Typo.
12996 (vc-cvs-merge-news): Return the status code rather than the error msg.
12997
12998 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12999
13000 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
13001 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
13002 vc-state or vc-up-to-date-p.
13003 (vc-merge): Use vc-backend-defines to check whether merging is
13004 possible. Set state to 'edited after successful merge.
13005
13006 * vc-hooks.el (vc-locking-user): If locked by the calling user,
13007 return that name. Redocumented.
13008
13009 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13010
13011 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
13012 new `vc-state' semantics.
13013 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
13014 'vc-locking-user to the current user.
13015 (vc-merge): Inline vc-backend-merge. Comment out code that I
13016 don't understand and hence can't adapt to the new `vc-state' and
13017 `vc-locking-user' semantics.
13018 (vc-backend-merge): Remove.
13019
13020 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13021 rather than 'vc-locking-user.
13022
13023 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13024
13025 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13026 (vc-state): Don't use 'reserved any more. Just use the same
13027 convention as the one used for vc-<backend>-state where the
13028 locking user (as a string) is returned.
13029 (vc-locking-user): Update, based on the above convention. The
13030 'vc-locking-user property has disappeared.
13031 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13032
13033 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13034 with a heuristic one.
13035 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13036 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13037 error. That allows us to get to 'needs-merge even in the
13038 stay-local case. There's still no way to detect 'needs-patch in
13039 such a setup (or to force an update for that matter).
13040 (vc-cvs-logentry-check): Remove, the default works as well.
13041
13042 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13043
13044 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13045
13046 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13047 major-mode in which the buffer might have been put earlier. Use
13048 `remove' and `when'. Allow `okstatus' to be `async' and use
13049 `start-process' in this case.
13050 (vc-version-diff): Handle the case where the diff looks empty
13051 because of the use of an async process.
13052
13053 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13054
13055 * vc.el (vc-next-action-on-file): Removed optional parameter
13056 `simple'. Recompute state unconditionally.
13057 (vc-default-toggle-read-only): Removed.
13058
13059 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13060 (vc-toggle-read-only): Undid prev change.
13061
13062 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13063 vc-cvs-simple-toggle. Redocumented.
13064 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13065 (vc-cvs-toggle-read-only): Removed.
13066
13067 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13068
13069 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13070 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13071 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13072 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13073 still is. So maybe it should be removed.
13074 (vc-head-version, vc-find-binary): Remove.
13075 (vc-recompute-state): Move from vc-hooks.el.
13076 (vc-next-action-on-file): Add a `simple' argument to allow
13077 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13078 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13079 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13080 (vc-dired-mode-map): Properly defvar it.
13081 (vc-print-log): Call log-view-mode if available.
13082 (small-temporary-file-directory): defvar instead of use boundp.
13083 (vc-merge-news): Moved to vc-cvs.el.
13084 (vc-default-merge-news): New function.
13085
13086 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13087 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13088 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13089 unknown `vc-latest-version' function. It should probably refer to
13090 vc-workfile-version or somesuch, but it's very unclear to me and I
13091 don't have SCCS to test things.
13092
13093 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13094 (vc-sccs-state-heuristic): Fix typo.
13095 (vc-sccs-workfile-unchanged-p): Add missing argument.
13096
13097 * vc-rcs.el: Require vc and vc-rcs-hooks.
13098 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13099 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13100 (vc-release-greater-or-equal-p): Move from vc.
13101 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13102 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13103 (vc-rcs-checkout): Add a missing `new-version' argument in the
13104 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13105
13106 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13107 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13108 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13109 than the apparently unbound `workfile-version'.
13110
13111 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13112 (vc-file-prop-obarray): Use `make-vector'.
13113 (vc-backend-functions): Add new hookable functions
13114 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13115 (vc-loadup): If neither backend nor default functions exist, use
13116 the backend function rather than nil.
13117 (vc-call-backend): If the function if not bound yet, try to load
13118 the non-hook file to see if it provides it.
13119 (vc-call): New macro plus use it wherever possible.
13120 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13121 nor `vc-find-binary' since it's only called from
13122 vc-mistrust-permission which is only used once the backend is known.
13123 (vc-checkout-model): Fix parenthesis.
13124 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13125
13126 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13127 (vc-cvs-release, vc-cvs-system-release): Remove.
13128 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13129 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13130 status symbols.
13131 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13132 (vc-cvs-toggle-read-only): First cut at a function to allow a
13133 cvs-status-free vc-toggle-read-only.
13134 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13135 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13136 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13137 (vc-cvs-checkout): Modify access rights directly if the user
13138 requested not to use `cvs edit'. And refresh the mode line.
13139
13140 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13141 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13142
13143 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13144
13145 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13146 workfile' that got lost when the code was extracted from vc.el.
13147 And merged the tail with the rest of the code (not possible in the
13148 old vc.el where the tail was shared among all backends). And
13149 explicitly set the state to 'edited if `writable' is set.
13150
13151 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13152 (vc-cvs-state): Be careful to return the value from
13153 vc-cvs-parse-state.
13154 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13155 property but return it instead. Also be careful to handle a nil
13156 or "" `rev' when workfile is non-nil (it was handled properly when
13157 workfile was nil).
13158
13159 * vc.el: Removed those pesky unnecessary `(function' quotes.
13160 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13161 directly in the defvar.
13162 (vc-do-command): Bind inhibit-read-only so as to properly handle
13163 the case where the destination buffer has been made read-only.
13164 (vc-diff): Delegate to vc-version-diff in all cases.
13165 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13166 (vc-annotate-mode-variables): Removed (code moved partly to
13167 defvars and partly to vc-annotate-add-menu).
13168 (vc-annotate-mode): Turned into a derived-mode.
13169 (vc-annotate-add-menu): Moved in code in
13170 vc-annotate-mode-variables.
13171 (vc-update-change-log): Use make-temp-file if available.
13172
13173 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13174
13175 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13176 `vc-checkout-model' updated to `vc-cvs-update-model'.
13177
13178 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13179
13180 * vc.el (vc-next-action-on-file): Added handling of state
13181 `unlocked-changes'.
13182 (vc-checkout-carefully): Is now practically obsolete, unless the
13183 above is too slow to be enabled unconditionally.
13184 (vc-update-change-log): Fixed typo.
13185
13186 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13187
13188 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13189 Now handles state `unlocked-changes'.
13190 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13191
13192 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13193
13194 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13195 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13196 `unlocked-changes'.
13197 (vc-rcs-workfile-unchanged-p): Renamed from
13198 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13199 function yet, but supposed to become one soon.
13200
13201 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13202 `vc-steal-lock'.
13203 (vc-call-backend): Changed error message.
13204 (vc-state): Added description of state `unlocked-changes'.
13205
13206 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13207
13208 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13209 always return t in CVS-controlled directories.
13210
13211 * vc.el (vc-responsible-backend): New function.
13212 (vc-register): Largely rewritten.
13213 (vc-admin): Removed (implementation moved into vc-register).
13214 (vc-checkin): Redocumented.
13215 (vc-finish-logentry): If no backend defined yet (because we are in
13216 the process of registering), use the responsible backend.
13217
13218 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13219 Updated function lists.
13220 (vc-call-backend): Fixed typo.
13221
13222 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13223 New functions.
13224 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13225 Removed query option. Redocumented.
13226
13227 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13228
13229 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13230
13231 * vc.el: Updated callers of `vc-checkout-required' to use
13232 `vc-checkout-model'.
13233
13234 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13235
13236 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13237 stuff updated to reference this function instead of the old
13238 `vc-backend-release-p'.
13239
13240 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13241
13242 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13243 vc-checkout-model. Return appropriate values. Updated callers.
13244
13245 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13246
13247 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13248 (vc-backend-revert): Function moved into `vc-revert';
13249 `vc-next-action' must be updated to accomodate this change.
13250 (vc-backend-steal): Function moved into `vc-finish-steal'.
13251 (vc-backend-logentry-check): Function moved into
13252 `vc-finish-logentry'.
13253 (vc-backend-printlog): Function moved into `vc-print-log'.
13254 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13255 (vc-backend-assign-name): Function moved into
13256 `vc-create-snapshot'.
13257
13258 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13259
13260 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13261 Rename to vc-checkout-model. Return appropriate values.
13262 Update callers.
13263
13264 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13265 to vc-checkout-model.
13266 (vc-checkout-required): Rename to vc-checkout-model.
13267 Re-implement and re-comment.
13268 (vc-after-save): Use vc-checkout-model.
13269
13270 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13271
13272 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13273 Update to use the vc-BACKEND-diff functions instead.
13274 `vc-diff' is now working.
13275
13276 * vc-rcs.el (vc-rcs-logentry-check): New function.
13277
13278 * vc-cvs.el (vc-cvs-logentry-check): New function.
13279
13280 * vc-sccs.el (vc-sccs-diff): Function changed name from
13281 `vc-backend-diff'. This makes `vc-diff' work.
13282
13283 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13284 of functions possibly implemented in a vc-BACKEND library.
13285 (vc-checkout-required): Fix bug that caused an error to be
13286 signaled during `vc-after-save'.
13287
13288 * vc.el: Fix typo.
13289 This checkin is made with our new VC code base for the very first time.
13290 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13291
13292 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13293 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13294
13295 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13296 updated to `vc-uses-locking'.
13297 (vc-checkout-required): Call to backend function.
13298 `vc-checkout-required' updated to `vc-uses-locking' instead.
13299
13300 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13301 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13302
13303 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13304 to match the split into various backends.
13305 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13306 (vc-retrieve-snapshot): Bug fix.
13307
13308 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13309
13310 * vc-sccs.el (vc-sccs-release): Doc fix.
13311
13312 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13313
13314 * vc.el (vc-next-action-on-file): Bug found and fixed.
13315 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13316 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13317
13318 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13319 (vc-rcs-checkout): Name space cleaned up. No more revision number
13320 crunching function names that are not prefixed with vc-rcs.
13321 (vc-rcs-checkout-model): Function added. References to
13322 `vc-checkout-model' replaced.
13323
13324 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13325
13326 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13327 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13328 still need to be split, and implemented for RCS).
13329
13330 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13331
13332 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13333
13334 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13335 required by the vc.el file.
13336
13337 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13338 required by the vc.el file.
13339 (vc-rcs-exists): Function added.
13340
13341 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13342 required by the vc.el file.
13343
13344 * vc.el (vc-admin): Updated to handle selection of appropriate
13345 backend. Current implementation is crufty and need re-thinking.
13346
13347 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13348
13349 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13350
13351 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13352 beginning of annotate buffers correctly.
13353
13354 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13355 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13356 functionality updated quite a lot to support multiple backends.
13357 Variables `vc-annotate-mode', `vc-annotate-buffers',
13358 `vc-annotate-backend' added.
13359
13360 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13361 `vc-annotate-difference' added to supported backend functions.
13362
13363 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13364
13365 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13366 Use with-temp-file instead of /bin/sh. Merged from mainline
13367
13368 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13369
13370 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13371
13372 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13373
13374 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13375
13376 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13377
13378 * vc-hooks.el: vc-state-heuristic added to
13379 vc-backend-hook-functions.
13380
13381 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13382
13383 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13384
13385 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13386 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13387 state to `reserved'.
13388
13389 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13390 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13391
13392 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13393
13394 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13395 untouched.
13396
13397 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13398
13399 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13400 if defined. (Merged from main line, slightly adapted.)
13401
13402 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13403 millenium problem (merged from mainline).
13404
13405 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13406
13407 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13408 part and moved the non-BACKEND stuff to vc.el.
13409
13410 * vc.el: Split the annotate feature into a BACKEND specific part
13411 and moved it from the vc-cvs.el file to this one.
13412
13413 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13414
13415 * vc-hooks.el: Implement new state model.
13416 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13417 (vc-locking-user): Simplify. Now only needed if the file is
13418 locked by somebody else.
13419 (vc-lock-from-permissions): Remove. Functionality is in
13420 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13421 (vc-mode-line-string): New name for former vc-status. Adapted.
13422 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13423
13424 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13425 Various simplifications and adaptations all over the place.
13426
13427 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13428 Simplify and adapt the rest.
13429
13430 * vc.el (vc-resynch-window): Add TODO comment: check for
13431 interaction with view mode according to recent RCS change.
13432 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13433
13434 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13435
13436 * vc.el: Convert the remaining function comments to docstrings.
13437
13438 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13439
13440 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13441 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13442 (vc-minor-part, vc-previous-version): Functions that operate and
13443 compare revision numbers got proper documentation. Comments added
13444 about their possible removal.
13445
13446 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13447
13448 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13449 the vc-backend.el files.
13450
13451 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13452
13453 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13454 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13455 (vc-rcs-previous-version): Functions added.
13456
13457 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13458
13459 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13460
13461 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13462
13463 * vc-hooks.el (vc-master-templates): Is really obsolete.
13464 Comment out the definition for now. What is the right procedure
13465 to get rid of it?
13466 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13467 rewritten.
13468 (vc-default-registered): Remove.
13469 (vc-check-master-templates): New function; does mostly what the
13470 above did before.
13471 (vc-locking-user): Don't rely on the backend to set the property.
13472
13473 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13474 Rewrite documentation.
13475 (vc-rcs-templates-grabbed): New variable.
13476 (vc-rcs-grab-templates): New function.
13477 (vc-rcs-registered): Rewrite to use above mechanism.
13478
13479 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13480 Rewrite documentation.
13481 (vc-sccs-templates-grabbed): New variable.
13482 (vc-sccs-grab-templates): New function.
13483 (vc-sccs-registered): Rewrite to use above mechanism.
13484 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13485 Don't throw the result, simply return it.
13486
13487 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13488 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13489 (vc-cvs-registered): Does the check itself now. Simplify.
13490
13491 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13492 from main line.
13493
13494 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13495
13496 * vc-cvs.el (vc-cvs-diff): New function.
13497
13498 * vc-sccs.el (vc-sccs-diff): New function.
13499
13500 * vc-rcs.el (vc-rcs-diff): New function.
13501 (vc-rcs-checkout): Bug (typo) found and fixed.
13502 (vc-rcs-register-switches): New variable.
13503
13504 * vc.el (vc-backend-diff): Function removed and placed in the
13505 backend files.
13506
13507 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13508
13509 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13510
13511 * vc.el (vc-backend-checkout): Function removed and replaced in
13512 the vc-backend.el files.
13513
13514 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13515
13516 * vc.el (vc-backend-admin): Removed and replaced in the
13517 vc-backend.el files.
13518
13519 * vc.el (Martin): Removed all the annotate functionality since it
13520 is CVS backend specific.
13521
13522 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13523
13524 * spec.txt: Added specification of vc-state.
13525
13526 * vc-sccs-hooks.el (vc-sccs-master-properties):
13527 Remove handling of vc-latest-version and
13528 vc-your-latest-version. What used to be vc-latest-version, is now
13529 returned as vc-workfile-version.
13530 (vc-sccs-workfile-version): Adapt.
13531
13532 2000-09-04 Dave Love <fx@gnu.org>
13533
13534 * vc.el: [Merged from mainline.]
13535 (vc-dired-mode): Make the dired-move-to-filename-regexp
13536 regexp match the date, to avoid treating date as file size.
13537 Add YYYY S option to WESTERN/
13538
13539 2000-09-04 Dave Love <fx@gnu.org>
13540
13541 * vc.el: Require `compile' when compiling.
13542 (vc-logentry-check-hook): New option.
13543 (vc-steal-lock): Use compose-mail.
13544 (vc-dired-mode-map): Defvar when compiling.
13545 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13546 vc-sccs.el and renamed. Callers changed.
13547 (vc-backend-checkout, vc-backend-logentry-check)
13548 (vc-backend-merge-news): Doc fix.
13549 (vc-default-logentry-check): New function.
13550 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13551 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13552 (vc-backend-merge): Doc fix. Use backend functions.
13553 (vc-check-headers): Use backend functions.
13554
13555 * vc-cvs.el: Require vc when compiling.
13556 (vc-cvs-register-switches): Doc fix.
13557 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13558 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13559 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13560 New functions (code from vc.el).
13561 (vc-annotate-display-default): Fix interactive spec.
13562 (vc-annotate-time-span): Doc fix.
13563
13564 * vc-rcs.el: Require vc when compiling.
13565 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13566 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13567 (vc-rcs-checkin): New functions (code from vc.el).
13568 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13569 Doc fix.
13570 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13571
13572 * vc-sccs.el: Require vc when compiling.
13573 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13574 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13575 (vc-sccs-revert)
13576 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13577 from vc.el).
13578 (vc-sccs-add-triple, vc-sccs-record-rename)
13579 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13580 (vc-sccs-admin): Doc fix.
13581
13582 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13583
13584 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13585 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13586 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13587 from vc.el.
13588
13589 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13590
13591 * vc-cvs.el: Moved the annotate functionality from vc.el.
13592 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13593
13594 2000-09-04 Dave Love <fx@gnu.org>
13595
13596 * vc.el (vc-backend-release): Call vc-system-release.
13597
13598 * vc-sccs.el (vc-sccs-system-release):
13599 Renamed from vc-sccs-backend-release.
13600
13601 * vc-rcs.el (vc-rcs-system-release):
13602 Renamed from vc-rcs-backend-release.
13603
13604 * vc-cvs.el (vc-cvs-system-release):
13605 Renamed from vc-cvs-backend-release.
13606
13607 2000-09-04 Dave Love <fx@gnu.org>
13608
13609 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13610 backend files.
13611 (vc-backend-release): Dispatch to backend functions.
13612 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13613 probably needs attention.]
13614
13615 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13616 (vc-sccs-backend-release): New function.
13617
13618 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13619 (vc-cvs-backend-release): New function.
13620
13621 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13622 Doc fix.
13623 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13624 (vc-default-dired-state-info): New function.
13625 (vc-dired-state-info): Dispatch to backends.
13626 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13627
13628 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13629 from vc.el and renamed.
13630
13631 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13632
13633 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13634 (vc-version-other-window, vc-backend-assign-name): Removed
13635 references to vc-latest-version; sometimes changed into
13636 vc-workfile-version.
13637
13638 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13639 vc-rcs-master-workfile-version.
13640 (vc-rcs-workfile-version): Use the above. Don't call
13641 vc-latest-version (that was unreachable code, anyway).
13642 (vc-rcs-fetch-master-properties): Doc fix.
13643
13644 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13645 (vc-backend-hook-functions): Removed them from this list, too.
13646 (vc-fetch-properties): Removed.
13647 (vc-workfile-version): Doc fix.
13648
13649 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13650 (vc-rcs-workfile-version, vc-rcs-locking-user)
13651 (vc-rcs-uses-locking): Use it.
13652
13653 * vc-hooks.el (vc-consult-rcs-headers):
13654 Moved into vc-rcs-hooks.el, under the name
13655 vc-rcs-consult-headers.
13656
13657 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13658 headers.
13659 (vc-cvs-find-master): Use this name only; correct different
13660 versions of the name.
13661
13662 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13663 New functions.
13664 (vc-sccs-locking-user): Use the latter.
13665
13666 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13667 New functions.
13668
13669 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13670 Moved into both
13671 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13672 functions are implementation details of those two backends.
13673
13674 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13675
13676 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13677 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13678
13679 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13680 (vc-sccs-parse-locks): SCCS-specific code moved here from
13681 vc-hooks.
13682
13683 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13684 code moved here from vc-hooks.
13685
13686 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13687 into back-end specific parts and removed. Callers not updated
13688 yet; because I guess these callers will disappear into back-end
13689 specific files anyway.
13690
13691 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13692
13693 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13694 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13695 `vc-uses-locking'.
13696
13697 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13698 Store yes/no in the property, and return t/nil. Updated all
13699 callers.
13700
13701 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13702 vc-sccs-uses-locking. Don't set property.
13703 (vc-sccs-locking-user): Don't set property.
13704
13705 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13706 vc-cvs-uses-locking. Don't set property here; leave that to
13707 vc-hooks.
13708 (vc-cvs-locking-user): Reflect above change. Streamlined.
13709
13710 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13711 vc-rcs-uses-locking.
13712 (vc-rcs-locking-user): Reflect above change.
13713
13714 2000-09-04 Dave Love <fx@gnu.org>
13715
13716 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13717
13718 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13719
13720 * vc-hooks.el (vc-checkout-model): Punt to backends.
13721
13722 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13723
13724 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13725
13726 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13727 New functions.
13728
13729 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13730 New functions.
13731
13732 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13733 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13734
13735 * vc-hooks.el (vc-default-locking-user): New function.
13736 (vc-locking-user, vc-workfile-version): Punt to backends.
13737
13738 2000-09-04 Dave Love <fx@gnu.org>
13739
13740 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13741 (vc-master-workfile-version): Moved from vc-hooks.
13742
13743 * vc-rcs-hooks.el: Fix duplicate code in last change.
13744
13745 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13746 (vc-rcs-master-templates): Improve :type.
13747 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13748 vc-master-workfile-version): Moved from vc-hooks.
13749
13750 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13751 (vc-sccs-master-templates): Improve :type.
13752 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13753
13754 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13755
13756 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13757 (vc-cvs-master-templates): Improve :type. Use
13758 vc-cvs-find-cvs-master.
13759 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13760 from vc-hooks.
13761 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13762
13763 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13764 Moved to vc-cvs-hooks.
13765
13766 * vc-hooks.el: Add doc strings in various places. Simplify the
13767 minor mode setup.
13768 (vc-handled-backends): New user variable.
13769 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13770 simplification.
13771
13772 2000-09-04 Dave Love <fx@gnu.org>
13773
13774 * vc.el: Some doc fixes for autoloaded and interactive functions.
13775 Fix compilation warnings from ediff stuff.
13776 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13777
13778 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13779
13780 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13781
13782 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13783
13784 2000-09-04 Dave Love <fx@gnu.org>
13785
13786 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13787 New variable.
13788 (vc-make-backend-function, vc-loadup, vc-call-backend)
13789 (vc-backend-defines): New functions.
13790
13791 * vc-hooks.el: Various doc fixes.
13792 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13793 (vc-match-substring): Function removed. Callers changed to use
13794 match-string.
13795 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13796 Simplify.
13797
13798 2000-09-04 Dave Love <fx@gnu.org>
13799
13800 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13801 type.
13802 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13803 (vc-sccs-registered): Doc fix.
13804
13805 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13806 (vc-cvs-registered): Doc fix.
13807
13808 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13809 (vc-rcs-registered): Doc fix.
13810
13811 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13812
13813 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13814
13815 * vc-hooks.el: vc-registered has been renamed
13816 vc-default-registered. Some functions have been moved to the
13817 backend specific files. they all support the
13818 vc-BACKEND-registered functions.
13819
13820 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13821
13822 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13823
13824 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13825
13826 2000-09-04 Dave Love <fx@gnu.org>
13827
13828 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13829 menu-bar-update-hook.
13830
13831 * help.el (help-manyarg-func-alist): Add
13832 find-operation-coding-system.
13833
13834 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13835
13836 * custom.el (custom-set-variables): Print message about errors in
13837 setting.
13838
13839 2000-09-03 Andrew Innes <andrewi@gnu.org>
13840
13841 * makefile.w32-in: Change to DOS line endings.
13842
13843 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13844
13845 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13846 minor-mode keymaps, if they don't have one.
13847
13848 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13849
13850 * eshell/esh-module.el (eval-when-compile): Don't lose if
13851 esh-module.el's file name is truncated to DOS 8+3 limits.
13852
13853 2000-09-01 John Wiegley <johnw@gnu.org>
13854
13855 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13856 predicate, which caused entries in the completion list to be
13857 doubled.
13858
13859 2000-08-30 John Wiegley <johnw@gnu.org>
13860
13861 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13862 sending to subprocesses. Also, hook pre-command-hook if
13863 `eshell-send-direct-to-subprocesses' is non-nil.
13864 (eshell-send-direct-to-subprocesses): New config variable. If t,
13865 subprocess input is send immediately.
13866 (eshell-toggle-direct-send): New function.
13867 (eshell-self-insert-command): New function.
13868 (eshell-intercept-commands): New function.
13869 (eshell-send-input): If direct subprocess sending is enabled,
13870 don't echo any input to the Eshell buffer. Let the subprocess
13871 handle that. This requires "stty echo" in bash, for example.
13872
13873 2000-08-28 John Wiegley <johnw@gnu.org>
13874
13875 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13876 completion function for Eshell's implementation of `unset'.
13877
13878 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13879
13880 * info.el (Info-directory-list): Doc fix.
13881
13882 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13883
13884 * filecache.el (file-cache-add-directory-using-find): Don't quote
13885 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13886
13887 2000-08-31 Kenichi Handa <handa@etl.go.jp>
13888
13889 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13890 coding systems.
13891
13892 2000-08-30 Andrew Innes <andrewi@gnu.org>
13893
13894 * timer.el (run-with-idle-timer): Undo last change, so that timer
13895 is not activated immediately if Emacs is already idle. Some
13896 existing code relies on this behaviour.
13897
13898 2000-08-30 Miles Bader <miles@gnu.org>
13899
13900 * frame.el (set-frame-font): Do completion of font-name for
13901 interactive use.
13902
13903 2000-08-30 Kenichi Handa <handa@etl.go.jp>
13904
13905 * international/quail.el (quail-start-translation): Bind locally
13906 last-command-event, last-command, and this-command.
13907 (quail-start-conversion): Likewise.
13908 (quail-self-insert-command): Fix docstring.
13909
13910 2000-08-29 Gerd Moellmann <gerd@gnu.org>
13911
13912 * progmodes/executable.el
13913 (executable-make-buffer-file-executable-if-script-p): Check that
13914 buffer contains at least 2 characters.
13915
13916 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13917
13918 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13919
13920 2000-08-29 Dave Love <fx@gnu.org>
13921
13922 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13923 (diff-mode-shared-map): Bind mouse-2.
13924 (diff-imenu-generic-expression): New variable.
13925 (diff-mode): Use it.
13926
13927 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13928 (mouse-popup-menubar): Add minor mode menus.
13929 (popup-menu): Check for lookup-key returning number.
13930
13931 2000-08-29 Miles Bader <miles@gnu.org>
13932
13933 * comint.el (comint-send-input): Create overlays using the proper
13934 front/read-advance arguments.
13935
13936 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13937
13938 * ps-print.el: Even/odd pages printing. Doc fix.
13939 (ps-print-version): New version number (6.0).
13940 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13941 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13942 (ps-print-duplex-feature): Variable eliminated.
13943 (ps-even-or-odd-pages): New variable.
13944
13945 * progmodes/ebnf2ps.el: Doc fix.
13946 (ebnf-version): New version (3.3).
13947 (ebnf-user-arrow): Change variable customization to sexp.
13948 (ebnf-user-arrow): Function eliminated.
13949 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13950
13951 2000-08-29 Kenichi Handa <handa@etl.go.jp>
13952
13953 * help.el (help-xref-mule-regexp): New variable.
13954 (help-make-xrefs): Handle help-xref-mule-regexp.
13955
13956 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13957 variable.
13958 (describe-input-method): Temporarily activate the specfied input
13959 method to display the information.
13960 (describe-language-environment): Hyperlinks to mule related items.
13961
13962 * international/mule-diag.el (charset-multibyte-form-string): New
13963 function.
13964 (list-character-sets-1): Use charset-multibyte-form-string.
13965 (describe-character-set): New function.
13966 (describe-coding-system): Hyperlinks to safe character sets.
13967
13968 * international/quail.el (quail-help): New arg PACKAGE.
13969 Hyperlinks to mule related items.
13970 (quail-help-insert-keymap-description): Use
13971 substitute-command-keys instead of describe-bindings.
13972 (quail-translation-help): Hyperlinks to mule related items.
13973
13974 2000-08-28 John Wiegley <johnw@gnu.org>
13975
13976 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13977 have a defsubst call itself. Made `eshell-flatten-list' back into
13978 a function again.
13979
13980 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13981 catch, in case re-centering point at bottom messes up the display.
13982 This happens frequently in Emacs 21, due I believe to variable
13983 line heights.
13984
13985 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13986 to call `find-tag-interactive'.
13987
13988 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13989 the list of remember directories.
13990
13991 2000-08-28 John Wiegley <johnw@gnu.org>
13992
13993 * align.el: Test align-region-separate to see if it's a symbol.
13994
13995 2000-08-28 John Wiegley <johnw@gnu.org>
13996
13997 * eshell/esh-util.el (eshell-flatten-list): Made this function
13998 into a defsubst form. It gets used very frequently, although
13999 calls don't occur all that often.
14000
14001 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
14002 examining it.
14003
14004 * eshell/esh-cmd.el (eshell-rewrite-while-command):
14005 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
14006 `eshell-protect'.
14007 (eshell-copy-handles): Created a new macro for duplicating the
14008 current set of open handles. This is needed by the looping
14009 functions.
14010 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
14011 is not incorrectly stomped on.
14012
14013 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
14014 declaration for pcomplete-use-paring.
14015 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14016 value of eshell-cmpl-use-paring.
14017 * pcomplete.el (pcomplete-use-paring): New config variable, to
14018 indicate whether paring should be used.
14019 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14020 completion alternatives that have already been used.
14021
14022 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14023 bound to C-c C-y, which will repeat the previous N arguments
14024 (based on prefix argument).
14025 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14026
14027 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14028 if there is no *Help* buffer. This is for XEmacs, which renames
14029 its help buffers uniquely. TODO: Find out what the current buffer
14030 name to delete is.
14031
14032 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14033 first entry that correlates to a passwd/group number. Later
14034 entries (used for group/user name aliasing to multiple IDs) are
14035 ignored.
14036
14037 * eshell/em-xtra.el (eshell/expr):
14038 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14039 (eshell-grep, eshell/diff, eshell/locate):
14040 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14041 argument list, before passing it to the system command.
14042
14043 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14044 `find-tag' for use at final position in Eshell buffers (which
14045 otherwise triggers an error on Emacs 21).
14046 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14047 buffer, if it is currently bound to `find-tag'.
14048
14049 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14050 in the list of matched Makefile names.
14051 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14052 directory, prefer its contents to Makefile.
14053
14054 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14055 directory parts (like "cd old new", or "cd =regexp"), are now case
14056 sensitive on non-Windows/DOS platforms.
14057
14058 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14059 types RET after an open delimiter (like "), display a message
14060 indicating that Eshell is waiting for the closing delimiter.
14061
14062 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14063 environment variables.
14064
14065 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14066 gracefully if the user enters incorrect arguments.
14067
14068 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14069 Eshell buffers.
14070
14071 * eshell/esh-var.el (eshell-interpolate-variable):
14072 * eshell/esh-mode.el (eshell-move-argument):
14073 * eshell/em-unix.el (eshell-du-sum-directory):
14074 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14075 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14076 (not (= ...)).
14077
14078 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14079 to ensure the `preserve' flag gets propagated when doing recursive
14080 directory copies.
14081
14082 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14083
14084 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14085 Don't convert \n into \0177 in memory.
14086 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14087 and back again, when reading and writing.
14088
14089 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14090
14091 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14092 testing of `fboundp' on `processp'.
14093
14094 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14095 (eshell/jobs): Don't call process-list if it is not bound.
14096 (eshell-gather-process-output): Support systems where async
14097 subprocesses aren't supported.
14098 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14099 variables.
14100
14101 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14102 eshell-do-eval returns t.
14103 (eshell-do-pipelines-synchronously): New defmacro.
14104 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14105 when async subprocesses aren't supported.
14106 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14107 if async subprocesses aren't supported.
14108 (eshell-resume-command): Don't assume STATUS is a string.
14109
14110 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14111
14112 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14113 (eshell-close-target, eshell-get-target): Use eshell-processp.
14114 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14115 fix.
14116 (eshell-get-target, eshell-create-handles): Doc fix.
14117
14118 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14119
14120 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14121 criterion to include commands that output something, as long as it
14122 leaves both the command and the end-of-buffer visible when the
14123 command has exited.
14124 (eshell-review-quick-commands): Adjust the help doc string
14125 accordingly.
14126
14127 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14128
14129 * locate.el (locate): Cleaned up locate command's interactive prompting
14130 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14131
14132 * filecache.el (file-cache-case-fold-search): New variable
14133 (file-cache-assoc-function): New variable
14134 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14135 Use file-cache-case-fold-search variable
14136 (file-cache-add-file): Use file-cache-assoc-function
14137 (file-cache-delete-file): likewise
14138 (file-cache-directory-name): likewise
14139 (file-cache-debug-read-from-minibuffer): likewise
14140
14141 2000-08-28 Gerd Moellmann <gerd@gnu.org>
14142
14143 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14144 (abbrev-table-name): New function.
14145 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14146 If non-nil list local abbrev, only.
14147
14148 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14149
14150 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14151 from Gnus support code, and use special article copy buffer
14152 `(gnus-original-article-buffer)' instead. This allows to get rid
14153 of article-hide-headers usage (which breaks in the latest Gnus
14154 version). Thanks to Detlev Zundel.
14155
14156 2000-08-28 Kenichi Handa <handa@etl.go.jp>
14157
14158 * international/quail.el (quail-use-package): Hide "... loaded"
14159 message.
14160 (quail-start-translation, quail-start-conversion): Likewise.
14161
14162 * international/kkc.el (kkc-region): Hide "... loaded" message.
14163
14164 2000-08-27 Dave Love <fx@gnu.org>
14165
14166 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14167
14168 2000-08-27 Miles Bader <miles@gnu.org>
14169
14170 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14171
14172 2000-08-27 Kenichi Handa <handa@etl.go.jp>
14173
14174 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14175 'ja-dic-cnv), not (require 'skkdic-cnv).
14176
14177 2000-08-26 Miles Bader <miles@gnu.org>
14178
14179 * faces.el (face-x-resources): Add entry for :inherit.
14180 * cus-face.el (custom-face-attributes): Add support for :inherit
14181 attribute. Add support for relative face heights.
14182 (custom-face-attributes-get): Treat `nil' as being a default value
14183 for :inherit (as well as `unspecified').
14184
14185 * faces.el (set-face-attribute): Update doc string.
14186 (face-attribute-name-alist): Add :inherit.
14187 (face-valid-attribute-values): Handle :inherit.
14188 (face-read-string): Rephrase prompt to be less confusing.
14189 Assume that DEFAULT is a string, since we must return a string.
14190 (face-read-integer): Use `format' to turn DEFAULT into an
14191 acceptable default for face-read-string. Match NEW-VALUE against
14192 the string "unspecified", not the symbol `unspecified', since
14193 that's what face-read-string returns.
14194 (read-face-attribute): Lookup a name for old-value in valid, and
14195 use it as a default if we find one. Treat all values from
14196 face-read-string as strings. If the default is used, don't do any
14197 more processing on the value, just use the old value directly.
14198 (read-face-and-attribute, modify-face): Tweak prompt.
14199 (read-face-name): Don't assume prompt ends with a space.
14200
14201 * faces.el (describe-face): Add support for :inherit attribute.
14202
14203 2000-08-25 Kenichi Handa <handa@etl.go.jp>
14204
14205 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14206 concat doesn't accept interger.
14207
14208 * international/kkc.el: Remove SKK from Keywords. Require
14209 ja-dic-utl instead of skkdic-utl.
14210
14211 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14212 Provide ja-dic-cnv instead of skkdic-cnv.
14213 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14214 (iso-2022-7bit-short): Add safe-charsets property.
14215 (skkdic-convert-postfix): Search Japanese chou-on character in
14216 addition to Hiragana character.
14217 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14218 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14219 (batch-skkdic-convert): Likewise.
14220
14221 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14222 Provide ja-dic-utl instead of skkdic-utl.
14223 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14224
14225 2000-08-24 Dave Love <fx@gnu.org>
14226
14227 * disp-table.el (standard-display-default): Make the test of `l'
14228 useful.
14229
14230 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14231 mod sample text.
14232
14233 * international/iso-ascii.el: Make pilcrow convenient string
14234 consistent with section.
14235 (iso-ascii-display): Set up multibyte characters as well as
14236 unibyte.
14237
14238 2000-08-24 Kenichi Handa <handa@etl.go.jp>
14239
14240 * international/mule-cmds.el (reset-language-environment): Set
14241 default-process-coding-system to '(undecided . iso-latin-1), which
14242 makes process I/O almost consistent with file I/O. Call this
14243 function when mule-cmds.el[c] is loaded.
14244
14245 2000-08-22 Andrew Innes <andrewi@gnu.org>
14246
14247 * makefile.w32-in: New file.
14248
14249 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14250
14251 * comint.el (comint-output-filter): Compare end of
14252 comint-last-output-overlay with the start of the newly inserted
14253 text, not the end, when deciding whether to extend it.
14254 Set saved-point's insertion type to advance after insertion.
14255
14256 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14257 since this is now done independently of font-lock mode.
14258
14259 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14260
14261 * server.el (server-kill-new-buffers): New user option.
14262 (server-existing-buffer): New buffer-local variable.
14263 (server-visit-files): When using an existing buffer, set
14264 server-existing-buffer to t.
14265 (server-buffer-done): If server-kill-new-buffers is t, kill the
14266 buffer, unless it was already present before visiting it with
14267 Emacs server.
14268
14269 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14270
14271 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14272 even if the display doesn't support colors: some displays will
14273 support bold/underline faces.
14274
14275 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14276
14277 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14278
14279 * startup.el (command-line): If user's init file had an error,
14280 add explanatory text to *Messages*.
14281
14282 2000-08-21 Kenichi Handa <handa@etl.go.jp>
14283
14284 * man.el (Man-getpage-in-background): Decode the process output by
14285 the system locale coding system.
14286
14287 2000-08-20 Dave Love <fx@gnu.org>
14288
14289 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14290 Don't test x-popup-menu.
14291 (function) <complete-function>: Complete only fbound symbols.
14292 <validate, value>: New.
14293 (variable) <complete-function>: Complete only bound symbols.
14294 (coding-system): Add :base-only, :complete-function, :validate,
14295 :value, :prompt-match.
14296 (widget-coding-system-prompt-value): Use read-coding-system and
14297 act on :base-only.
14298 (editable-field): Add :help-echo.
14299 (widget-push-button-gui, widget-push-button-cache)
14300 (widget-gui-action, widget-editable-list-gui): COmment out, along
14301 with uses.
14302 (widget-at): Make arg optional.
14303 (widget-echo-help): Adjust for current help-echo calling sequence.
14304 (widget-specify-field, widget-specify-button)
14305 (widget-specify-insert, widget-get-sibling, widget-image-find)
14306 (widget-convert, widget-insert, widget-leave-text)
14307 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14308 (widget-setup, widget-field-find, widget-before-change)
14309 (widget-after-change, widget-default-complete)
14310 (widget-default-create, widget-default-delete)
14311 (widget-push-button-value-create, editable-field)
14312 (widget-field-prompt-value, widget-field-validate)
14313 (widget-choice-value-create, widget-choice-action)
14314 (widget-choice-validate, widget-checklist-add-item)
14315 (widget-radio-add-item, widget-radio-chosen)
14316 (widget-radio-value-inline, widget-editable-list-value-create)
14317 (widget-editable-list-entry-create)
14318 (widget-documentation-link-add)
14319 (widget-documentation-string-value-create)
14320 (widget-regexp-validate, widget-file-complete)
14321 (widget-sexp-validate, widget-plist-convert-widget)
14322 (widget-plist-convert-widget, widget-alist-convert-widget)
14323 (widget-alist-convert-widget, widget-color-complete): Simplify,
14324 particularly to avoid bindings which aren't optimized out.
14325
14326 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14327 Doc fix.
14328 (down-list, backward-up-list, up-list, kill-sexp)
14329 (backward-kill-sexp, mark-sexp): Make arg optional.
14330 (lisp-complete-symbol): Add optional arg PREDICATE.
14331
14332 * cus-start.el: Add display-buffer-reuse-frames,
14333 file-coding-system-alist.
14334
14335 2000-08-20 Gerd Moellmann <gerd@gnu.org>
14336
14337 * startup.el (command-line): Clear realized faces after
14338 modifying TTY color mappings.
14339
14340 2000-08-20 Miles Bader <miles@gnu.org>
14341
14342 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14343 merely a subset of FACE's attributes.
14344
14345 2000-08-19 Miles Bader <miles@gnu.org>
14346
14347 * comint.el (comint-output-filter): Save the point with a marker,
14348 not just a buffer position.
14349
14350 * international/mule.el (set-buffer-process-coding-system): Make
14351 interactive prompt less confusing.
14352
14353 2000-08-19 Gerd Moellmann <gerd@gnu.org>
14354
14355 * hilit-chg.el: General cleanup of doc strings, comments and
14356 code formatting.
14357
14358 2000-08-19 Miles Bader <miles@gnu.org>
14359
14360 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14361 Compiler macro removed; beginning-of-line is no longer always
14362 equivalent to forward-line, in the presence of fields.
14363
14364 * comint.el (comint-output-filter): Remove ad-hoc saving of
14365 restriction, and just use save-restriction, now that it works
14366 correctly. Don't adjust comint-last-input-start to account for
14367 our insertion; it shouldn't have moved because we don't use
14368 insert-before-markers anymore. Comment out call to
14369 `force-mode-line-update'; why is it here?
14370
14371 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14372 while checking for prompt to delete. Use `forward-line 0'
14373 instead of beginning-of-line.
14374 (gud-filter): Temporarily widen gud comint buffer while
14375 examining output.
14376
14377 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14378
14379 * progmodes/sh-script.el: Big bag of typos.
14380
14381 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14382 check since ispell-process is not bound when ispell is not yet loaded.
14383
14384 2000-08-18 Dave Love <fx@gnu.org>
14385
14386 * image.el (find-image): Copy `spec' before using plist-put.
14387
14388 2000-08-18 Gerd Moellmann <gerd@gnu.org>
14389
14390 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14391 `portugues'.
14392
14393 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14394 backward-kill-sexp, analogous to kill-sexp.
14395
14396 * progmodes/icon.el (icon-indent-line)
14397 (icon-is-continuation-line): Handle comments specially.
14398
14399 2000-08-17 Ken Stevens <k.stevens@ieee.org>
14400
14401 * ispell.el: Set to standard author/maintainer/keyword fields.
14402 Fine tuning to menu map appearance and operation, and added help.
14403 Remove `start' and `end' error messages when compiling.
14404 (ispell-choices-win-default-height): Fixed comment string.
14405 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14406 castellano8 dictionaries.
14407 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14408 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14409 dictionary, added italiano dictionary.
14410 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14411 word character
14412 (ispell-tex-skip-alists): Added psfig support.
14413 (ispell-skip-html): Renamed from ispell-skip-sgml.
14414 (ispell-begin-skip-region-regexp, ispell-skip-region)
14415 (ispell-minor-check): Improved html skipping support to skip across
14416 code, and recognize `&' commands without propper `;' syntax;
14417 (ispell-process-line): Fix alignment error when manually
14418 correcting spelling.
14419 (ispell): Fix comment string.
14420 (ispell-add-per-file-word-list): Always put word list on new line.
14421
14422 2000-08-17 Gerd Moellmann <gerd@gnu.org>
14423
14424 * format.el (format-encode-run-method): Fix error message to say
14425 `encode' instead of `decode'. Use save-window-excursion around
14426 shell-command-on-region as in format-decode-run-method because
14427 shell-command-on-region can display a buffer with error output.
14428 (format-decode): Don't record undo information for the decoding.
14429 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14430 that number part of the temporary buffer name so that more than
14431 one decoding using a temporary buffer can happen safely.
14432
14433 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14434 of `A-z' in the regexp.
14435
14436 * hilit-chg.el: Fix typos in commentary.
14437
14438 * help.el (view-emacs-news): Rewritten for new naming scheme
14439 for old NEWS files.
14440
14441 * startup.el (command-line): Pop to *Messages* in case an error
14442 is signaled while loading user-init-file.
14443
14444 2000-08-17 Andreas Schwab <schwab@suse.de>
14445
14446 * files.el (insert-directory): Don't lose original file name,
14447 undoing an undocumented change.
14448
14449 2000-08-17 Alex Schroeder <alex@gnu.org>
14450
14451 * sql.el (sql-magic-go): Use comint-bol.
14452 (sql-copy-column): Use comint-line-beginning-position.
14453 (comint-line-beginning-position): Define a replacement for
14454 comint-line-beginning-position if it is not fboundp.
14455
14456 2000-08-17 Alex Schroeder <alex@gnu.org>
14457
14458 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14459 it didn't have any effect anyway.
14460
14461 2000-08-17 Alex Schroeder <alex@gnu.org>
14462
14463 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14464 --pset and pager=off instead of sending \\o|cat at the beginning
14465 of the session.
14466
14467 2000-08-17 Miles Bader <miles@gnu.org>
14468
14469 * progmodes/octave-inf.el: Add compatibility definition of
14470 comint-line-beginning-position.
14471
14472 2000-08-17 Kenichi Handa <handa@etl.go.jp>
14473
14474 * startup.el (normal-top-level): Look in each dir in load-path for
14475 a leim-list.el file too. This assures of loading leim-list.el
14476 that is created at Emacs installation time even if a user have his
14477 own leim-list.el.
14478
14479 2000-08-17 Miles Bader <miles@gnu.org>
14480
14481 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14482 foreground color to black if the background is dark.
14483
14484 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14485
14486 * loadhist.el (unload-feature): Typo.
14487
14488 * finder.el (finder-compile-keywords):
14489 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14490 to the generated file.
14491
14492 * mail/mh-e.el (mh-make-local-vars):
14493 Replace make-variable-buffer-local with make-local-variable.
14494
14495 * play/landmark.el:
14496 * options.el (Edit-options-{set,toggle,t,nil}):
14497 * mail/mailabbrev.el (mail-abbrevs-mode):
14498 * textmodes/tex-mode.el (tex-expand-files):
14499 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14500
14501 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14502
14503 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14504 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14505 Allow going past the last element.
14506 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14507 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14508 (cvs-mouse-toggle-mark): Don't move point.
14509 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14510
14511 * progmodes/compile.el (grep): Provide a default set of files.
14512 (next-error): Docstring fix.
14513 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14514
14515 * emacs-lisp/easy-mmode.el (define-minor-mode):
14516 Use `symbol-value' to keep the byte-compiler quiet.
14517
14518 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14519 (diff-find-source-location): New fun, extracted from diff-goto-source.
14520 (diff-goto-source): Use it.
14521 (diff-next-complex-hunk, diff-filter-lines): New function.
14522 (diff-apply-hunk): New command.
14523
14524 * smerge-mode.el (smerge-mode-menu): Doc fix.
14525
14526 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14527
14528 2000-08-16 Dave Love <fx@gnu.org>
14529
14530 * windmove.el (windmove) <defgroup>: Add :version.
14531
14532 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14533 (goto-address-fontify-p, goto-address-highlight-p)
14534 (goto-address-url-face, goto-address-url-mouse-face)
14535 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14536 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14537 (goto-address-fontify, goto-address-at-mouse): Simplify,
14538 (goto-address-at-point): browse-url-url-at-point,
14539 goto-address-find-address-at-point can return nil.
14540 (goto-address-find-address-at-point): Return nil on failure.
14541
14542 * align.el (align) <defgroup>: Add :version.
14543
14544 * calculator.el (calculator): Add :version.
14545 (calculator): Use two lines for calculator window if `modeline'
14546 face is boxed.
14547
14548 * play/5x5.el: Doc fixes.
14549 (5x5) <defgroup>: Add :version.
14550
14551 * play/fortune.el (fortune) <defgroup>: Add :version.
14552 (fortune-append): Fix error message.
14553 (fortune-from-region): Doc fix.
14554
14555 * play/pong.el (pong): Doc fix.
14556
14557 * play/morse.el: Keywords, commentary, autoloads.
14558
14559 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14560
14561 * desktop.el (desktop-save): Don't look at symbol-value of a
14562 member of minor-mode-alist, unless it is boundp.
14563
14564 2000-08-16 Sam Steingold <sds@gnu.org>
14565
14566 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14567 `while'; use `with-current-buffer' instead of `save-excursion'.
14568 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14569
14570 2000-08-16 Kenichi Handa <handa@etl.go.jp>
14571
14572 * international/ccl.el (declare-ccl-program): Docstring modified.
14573 (ccl-execute-with-args): Likewise.
14574
14575 2000-08-16 Miles Bader <miles@gnu.org>
14576
14577 * progmodes/sql.el: Add compatibility definition of
14578 comint-line-beginning-position.
14579
14580 2000-08-15 Gerd Moellmann <gerd@gnu.org>
14581
14582 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14583 'buffer-menu' property.
14584 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14585 fails.
14586 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14587 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14588 wasn't killed.
14589
14590 * buff-menu.el (list-buffers-noselect): Don't display the
14591 *Buffer List* buffer.
14592
14593 * font-lock.el: Require jit-lock to prevent a very late
14594 `Loading jit-lock' message.
14595
14596 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14597 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14598 mail address.
14599
14600 2000-08-15 Miles Bader <miles@gnu.org>
14601
14602 * textmodes/ispell.el (ispell-graphic-p): New constant.
14603 (ispell-choices-win-default-height, ispell-help): Use
14604 `ispell-graphic-p' instead of `xemacsp'.
14605
14606 2000-08-15 Dave Love <fx@gnu.org>
14607
14608 * simple.el: Autoload widget-convert when compiling.
14609 (mail-user-agent): Doc fix.
14610
14611 * help.el (function-called-at-point, variable-at-point): Use
14612 with-syntax-table.
14613 (help-manyarg-func-alist): Add insert-and-inherit.
14614
14615 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14616
14617 * delsel.el (delsel-unload-hook): New function.
14618
14619 * find-file.el: Doc fixes. Move provide to end.
14620 (ff) <defgroup>: Add :link.
14621 (ff-goto-click): Deleted.
14622 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14623 Use mouse-set-point.
14624
14625 * textmodes/tildify.el: Doc fixes.
14626 (tildify) <defgroup>: Add:version.
14627
14628 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14629 (glasses-custom-set): Use set-default, not set.
14630 (minor-mode-alist): Propertize the lighter.
14631 (glasses-mode): Provide optional arg.
14632
14633 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14634 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14635 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14636 option. Provide :type.
14637 (cwarn-configuration): Provide :type.
14638 (cwarn-mode): Doc fix.
14639
14640 * add-log.el (change-log-merge): Doc fix.
14641 (change-log-redate): New command.
14642
14643 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14644 Doze and Dog.
14645 (browse-url): Use dolist, not mapcar.
14646 (browse-url-at-point): Check for null url.
14647 (browse-url-event-buffer, browse-url-event-point): Functions
14648 deleted.
14649 (browse-url-at-mouse, browse-url-netscape): Simplify.
14650
14651 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14652 modes.
14653 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14654 Fix previous change to mapcan.
14655 (msb--init-file-alist, msb--add-separators)
14656 (msb--make-keymap-menu): Simplify.
14657 (msb--choose-file-menu): Use copy-sequence.
14658 (msb-mode-map): Add title to keymap.
14659 (msb-unload-hook): New function.
14660
14661 * bs.el: Fix indentation.
14662 (bs) <defgroup>: Add :links.
14663 (bs-show): Doc fix.
14664 (bs-apply-sort-faces): Don't use window-system.
14665 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14666
14667 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14668
14669 * calendar/timeclock.el (timeclock-file): Run .timelog through
14670 convert-standard-filename.
14671
14672 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14673
14674 * emacs-lisp/authors.el: New file.
14675
14676 * paren.el (show-paren-priority): New user option.
14677 (show-paren-function): Set overlay priorities to
14678 show-paren-priority.
14679
14680 2000-08-14 Miles Bader <miles@gnu.org>
14681
14682 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14683 beginning-of-line with inhibit-field-text-motion bound.
14684
14685 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14686
14687 * calendar/timeclock.el: New file.
14688
14689 2000-08-14 David Ponce <david@dponce.com>
14690
14691 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14692 `widget-button-click'. so that one can use left mouse button to
14693 click on dialog buttons.
14694
14695 2000-08-14 Emmanuel Briot <briot@gnat.com>
14696
14697 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14698 identifiers, since XML is case sensitive
14699
14700 2000-08-12 Miles Bader <miles@gnu.org>
14701
14702 * comint.el (comint-output-filter): Don't bother frobbing
14703 window-start, it doesn't seem to be necessary.
14704
14705 * comint.el (comint-send-string, comint-send-region): Make into
14706 real functions. Snapshot the prompt before sending.
14707
14708 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14709
14710 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14711 technique similar to Info-index, instead of relying on specific
14712 names of relevant Index nodes.
14713 (Info-goto-emacs-command-node): Bind Info-history to nil when
14714 going to the first node found by Info-find-emacs-command-nodes.
14715
14716 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14717
14718 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14719
14720 2000-08-10 Miles Bader <miles@gnu.org>
14721
14722 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14723
14724 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14725
14726 * info.el (Info-file-list-for-emacs): More elements for the
14727 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14728 and woman manuals.
14729
14730 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14731
14732 * comint.el (comint-send-input): Make the newline boundary overlay
14733 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14734 (comint-output-filter): Use `insert' instead of
14735 `insert-before-markers'. Extend comint-last-output-overlay when
14736 necessary since we can't rely on insert-before-markers to do it.
14737 * gud.el (gud-filter): Use `with-current-buffer' instead of
14738 save-excursion when inserting the output, so that point gets
14739 updated correctly; the old method relied on a rather dodgy
14740 side-effect of comint-output-filter to avoid the effect of
14741 save-excursion.
14742
14743 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14744
14745 * files.el (recover-file): Call insert-directory instead of
14746 invoking `ls' directly.
14747
14748 2000-08-10 Miles Bader <miles@gnu.org>
14749
14750 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14751 (comint-last-prompt-overlay): New variables.
14752 (comint-output-filter): Implement prompt highlighting.
14753 (comint-snapshot-last-prompt): New function.
14754 (comint-send-input): Snapshot the last prompt.
14755 Use comint-highlight-input-face.
14756 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14757 Use defface instead of defcustom.
14758 (send-invisible, comint-send-eof): Snapshot the last prompt.
14759 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14760 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14761
14762 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14763
14764 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14765 (regexp-opt-group): Use a list of chars for `letters'.
14766 (regexp-opt-charset): `chars' is now a list of chars.
14767 Use a char-table rather than a vector so it works for multibyte chars.
14768
14769 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14770 Set cvs-minor-current-files to the selected fileinfo.
14771 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14772 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14773
14774 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14775
14776 * files.el (insert-directory): Don't call access-file on
14777 directories on DOS and Windows.
14778
14779 2000-08-09 Kenichi Handa <handa@etl.go.jp>
14780
14781 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14782 longer if necessary.
14783 (ccl-embed-code): Call ccl-embed-data to store CODE in
14784 ccl-program-vector.
14785
14786 2000-08-09 Miles Bader <miles@gnu.org>
14787
14788 * comint.el (comint-output-filter): Properly handle the case where
14789 the text surrounded by comint-last-output-overlay was deleted.
14790
14791 2000-08-08 Gerd Moellmann <gerd@gnu.org>
14792
14793 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14794 non-nil.
14795 (Info-file-list-for-emacs): Remove "info" from the list because
14796 that leads to trying to use the documentation from file `info'
14797 in various situations where it isn't appropriate, for instance
14798 C-h C-k C-h i.
14799
14800 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14801 DIR and/or STRING are nil.
14802
14803 * progmodes/compile.el (compilation-setup): Make variable
14804 compilation-error-screen-columns buffer-local, as some comment
14805 in the code suggests it should be.
14806
14807 * files.el (auto-mode-interpreter-regexp): New variable.
14808 (set-auto-mode): Use it.
14809
14810 * indent.el (indent-for-tab-command): Doc fix.
14811
14812 * mouse-sel.el (mouse-sel-mode): Doc fix.
14813
14814 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14815 labels.
14816
14817 * help.el (print-help-return-message): When
14818 display-buffer-reuse-frames is set, let the help window been quit,
14819 instead of deleting it, which might delete a reused frame.
14820
14821 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14822
14823 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14824 rename a directory to a name that differs only by its letter case.
14825
14826 2000-08-08 Kenichi Handa <handa@etl.go.jp>
14827
14828 * international/quail.el (quail-define-rules): Handle Quail decode
14829 map correctly. Add code for supporting annotations.
14830 (quail-install-decode-map): New function.
14831 (quail-defrule-internal): New optional arguments decode-map and
14832 props.
14833 (quail-advice): New function.
14834
14835 2000-08-07 Sam Steingold <sds@gnu.org>
14836
14837 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14838 `defconst', `define-condition', `with-slots'.
14839 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14840
14841 2000-08-03 Miles Bader <miles@gnu.org>
14842
14843 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14844 New variable.
14845 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14846 comint-use-prompt-regexp-instead-of-fields.
14847 (comint-send-input): Add `input' field property to stuff we send to
14848 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14849 (comint-output-filter): Add `output' field property to process
14850 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14851 (comint-replace-by-expanded-history)
14852 (comint-get-old-input-default, comint-show-output)
14853 (comint-backward-matching-input, comint-forward-matching-input)
14854 (comint-next-prompt, comint-previous-prompt): Use field
14855 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14856 (comint-line-beginning-position): New function.
14857 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14858 (comint-replace-by-expanded-history-before-point): Use
14859 comint-line-beginning-position and line-end-position.
14860 (comint-last-output-overlay): New variable.
14861 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14862
14863 * shell.el (shell-prompt-pattern): Doc change.
14864 (shell-backward-command): Use line-beginning-position.
14865
14866 * gud.el (gud-gdb-complete-command): Use
14867 comint-line-beginning-position.
14868
14869 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14870 comint-bol doesn't actually go to the beginning of the line.
14871
14872 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14873 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14874 (try-expand-line-all-buffers): Likewise.
14875
14876 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14877 explicitly matching comint-prompt-regexp.
14878 (sql-copy-column): Use comint-line-beginning-position instead of
14879 explicitly matching comint-prompt-regexp.
14880
14881 * progmodes/octave-inf.el (inferior-octave-complete): Use
14882 comint-line-beginning-position.
14883
14884 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14885
14886 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14887 looking for a prompt, use `forward-line 0' instead of
14888 `beginning-of-line', to avoid getting caught by an input field.
14889
14890 2000-08-07 Gerd Moellmann <gerd@gnu.org>
14891
14892 * files.el (shell-quote-wildcard-pattern): Make sure to return
14893 PATTERN, in the Unix case.
14894
14895 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14896
14897 * play/zone.el (zone): Discard any pending input before running
14898 the randomly-chosen pgm.
14899
14900 2000-08-07 Kenichi Handa <handa@etl.go.jp>
14901
14902 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14903 checking the existence of any multibyte characters.
14904
14905 2000-08-06 Gerd Moellmann <gerd@gnu.org>
14906
14907 * help.el (describe-mode): Test minor-mode symbol for being
14908 bound before testing its value for being nil.
14909
14910 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14911 `first', `second', and `third'.
14912
14913 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14914 (second): Make it an alias for `cadr'.
14915
14916 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14917
14918 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14919 types of display support faces now.
14920
14921 2000-08-05 Gerd Moellmann <gerd@gnu.org>
14922
14923 * pcvs.el (require): Require `cl' during compilation, only.
14924
14925 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14926 (toplevel): Remove `remq' and `remove' from autoloads.
14927 (cl-fake-autoloads): New variable. If set, arrange for an error
14928 when CL functions etc. are autoloaded.
14929
14930 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14931
14932 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14933
14934 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14935 popped up, but the user clicks outside the menu, return an empty
14936 regexp (that causes unhighlight-regexp to have no effect).
14937
14938 * menu-bar.el (menu-bar-games-menu): Add Zone.
14939
14940 * hi-lock.el (toplevel): Require font-lock.
14941
14942 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14943
14944 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14945 (ebnf-8-bit-chars): New var for bug fix.
14946 (ebnf-string): Bug fix.
14947
14948 2000-08-03 Sam Steingold <sds@gnu.org>
14949
14950 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14951 instead of `buffer-string'.
14952 (require 'cl): Always, not just when compiling.
14953 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14954 necessary.
14955
14956 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14957
14958 * international/mule-cmds.el (select-safe-coding-system): Make
14959 the message text about selecting a safe coding system more clear.
14960
14961 2000-08-02 Gerd Moellmann <gerd@gnu.org>
14962
14963 * hi-lock.el: New file.
14964
14965 * play/zone.el: New file.
14966
14967 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14968 value of tab-width in the original buffer. Choose a line number
14969 format that's a multiple of the original buffer's tab width, so
14970 that lines appear right.
14971
14972 * textmodes/ispell.el (ispell): New function, replacing an alias.
14973 Spell-check active region if in transient-mark-mode and mark
14974 is active; otherwise spell-check buffer.
14975
14976 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14977
14978 * ps-mule.el: Fix a customization problem on
14979 ps-mule-font-info-database-default.
14980
14981 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14982
14983 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14984 display-mouse-p instead of window-system.
14985 (ebrowse-member-mode-map): Ditto.
14986
14987 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14988
14989 * progmodes/ebnf2ps.el: Update ps-print functions call.
14990 Indentation fix. Doc fix.
14991 (ebnf-version): New version number (3.2).
14992 (ebnf-format-color, ebnf-begin-job): Code fix.
14993
14994 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14995
14996 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14997 font lock support on window-system.
14998 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14999
15000 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
15001 display-color-p, if fboundp, instead of window-system.
15002
15003 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
15004
15005 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
15006 instead of window-system.
15007
15008 * wid-edit.el (widget-choose): Use display-mouse-p instead of
15009 window-system.
15010 (widget-choice-mouse-down-action): Use display-popup-menus-p
15011 instead of window-system.
15012
15013 * strokes.el (strokes-file): Run the file name through
15014 convert-standard-filename.
15015 (strokes-mode): Call display-mouse-p instead of looking at
15016 window-system. Change the error message accordingly.
15017
15018 * progmodes/cpp.el (toplevel): Support faces on tty's.
15019
15020 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15021 (lm-plot-square, lm-init-display): Don't use window-system.
15022
15023 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15024 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15025
15026 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15027 instead of looking at window-system.
15028
15029 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15030
15031 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15032 of testing if iswitchb-prepost-hooks is bound, because the
15033 latter will always be true when invoking a recursive minibuffer
15034 from an active Iswitchb buffer.
15035
15036 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15037
15038 * files.el (shell-quote-wildcard-pattern): New function.
15039 (insert-directory): Call it. Only prepend "\" to command on Unix
15040 and GNU/Linux systems.
15041
15042 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15043
15044 * eshell/esh-groups.el: Change custom :link file names
15045 from `eshell.info' to `eshell'.
15046
15047 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15048
15049 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15050 correctly in recursive ange-ftp listings.
15051
15052 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15053
15054 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15055 ps-header-font-size-internal and
15056 ps-header-title-font-size-internal variables are not set,
15057 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15058 face text property is (foreground-color . COLOR) or
15059 `(background-color . COLOR)', ps-print crashes. Doc fix.
15060 (ps-print-version): New version number (5.2.4).
15061 (ps-plot-region): Code fix.
15062 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15063 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15064 Bug fix 2.
15065
15066 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
15067
15068 * glasses.el (glasses-make-readable): Fix uncapitalization of
15069 identifiers like `myXMLDocument'.
15070
15071 2000-07-28 Karl Fogel <kfogel@red-bean.com>
15072
15073 * mail/mail-hist.el (mail-hist-previous-input)
15074 (mail-hist-next-input): Do the obvious code factorization.
15075 (mail-hist-retrieve-and-insert): New func, contains common
15076 code of above two.
15077 If inserting a message body, leave point at top.
15078
15079 2000-07-28 Sam Steingold <sds@gnu.org>
15080
15081 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15082 Use `<=', not `<' to compare times!
15083 (ange-ftp-ls): Remove.
15084
15085 2000-07-27 Gerd Moellmann <gerd@gnu.org>
15086
15087 * play/cookie1.el: Add explanation of how to make cookie.el
15088 compatible with strfile(1) to comment.
15089
15090 * subr.el (remove, remq): New functions.
15091
15092 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15093 escape `*' in regexps.
15094 (midnight-find): Reverse order of arguments in the funcall of
15095 TEST.
15096
15097 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15098 and `.class'.
15099
15100 * play/meese.el: Add Commentary section.
15101
15102 2000-07-27 Alex Schroeder <alex@gnu.org>
15103
15104 * sql.el (sql-ms): Added autoload cookie.
15105 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15106 (sql-oracle): Ditto.
15107 (sql-help): Doc change.
15108
15109 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15110 types and exceptions.
15111
15112 2000-07-27 Alex Schroeder <alex@gnu.org>
15113
15114 * sql.el (sql-placeholder-history): New variable.
15115 (sql-query-placeholders-and-send): New function that will query
15116 the user and replace placeholders with user input.
15117 (sql-oracle): If running on NT, set comint-input-sender to
15118 sql-query-placeholders-and-send.
15119
15120 (sql-stop): If in the SQLi buffer, insert stop notification, else
15121 present it as a message.
15122
15123 2000-07-27 Alex Schroeder <alex@gnu.org>
15124
15125 * sql.el (sql-input-ring-separator): Doc change.
15126 (sql-input-ring-file-name): Doc change.
15127 (sql-interactive-mode): Use `sql-input-ring-separator' and
15128 `sql-input-ring-file-name' to set the comint-mode equivalents
15129 without making them local variables.
15130 (sql-stop): Don't bind `sql-input-ring-separator' and
15131 `sql-input-ring-file-name' dynamically to their comint-mode
15132 equivalents.
15133
15134 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15135
15136 * international/mule.el (register-char-codings): New function.
15137 (make-coding-system): Handle `safe-chars' specification in the arg
15138 PROPERTY.
15139
15140 * international/mule-cmds.el
15141 (find-coding-systems-region-subset-p): This function deleted.
15142 (sort-coding-systems-predicate): New variable.
15143 (sort-coding-systems): New function.
15144 (find-coding-systems-region): Use
15145 find-coding-systems-region-internal.
15146 (find-coding-systems-string): Use find-coding-systems-region.
15147 (find-coding-systems-for-charsets): Check
15148 char-coding-system-table.
15149 (select-safe-coding-system-accept-default-p): New variable.
15150 (select-safe-coding-system): Mostly rewritten. New argument
15151 ACCEPT-DEFAULT-P.
15152 (select-message-coding-system): Call select-safe-coding-system
15153 with ACCEPT-DEFAULT-P arg.
15154 (reset-language-environment): Reset default-sendmail-coding-system
15155 to the default value iso-latin-1.
15156 (set-language-environment): Don't set the obsolete variable
15157 charset-origin-alist.
15158
15159 * international/codepage.el (cp-coding-system-for-codepage-1):
15160 Give `safe-chars' property to make-coding-system.
15161
15162 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15163 calling select-message-coding-system twice.
15164
15165 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15166 instead of `safe-charsets'.
15167 (cyrillic-alternativnyj): Likewise.
15168 (ccl-encode-alternativnyj): Don't check the charset
15169 cyrillic-iso8859-5.
15170
15171 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15172
15173 * composite.el (compose-chars-after): Preserve match data.
15174
15175 2000-07-26 Sam Steingold <sds@gnu.org>
15176
15177 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15178 (ange-ftp-real-file-newer-than-file-p): New function.
15179 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15180 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15181
15182 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15183 * midnight.el (midnight-float-time): Ditto.
15184
15185 2000-07-26 Andreas Schwab <schwab@suse.de>
15186
15187 * files.el (normal-backup-enable-predicate): Correct
15188 interpretation of the return value of compare-strings.
15189
15190 2000-07-26 Gerd Moellmann <gerd@gnu.org>
15191
15192 * isearch.el (isearch-resume): New function.
15193 (isearch-done): Add something to command-history to resume
15194 the search.
15195 (isearch-yank-line, isearch-yank-word): Use
15196 buffer-substring-no-properties instead of buffer-substring.
15197
15198 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15199 of flyspell-mouse-map.
15200
15201 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15202 duplicate definition.
15203 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15204
15205 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15206 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15207
15208 2000-07-25 Sam Steingold <sds@gnu.org>
15209
15210 * net/ange-ftp.el: Get modtime over the net.
15211 (ange-ftp-file-modtime): New function.
15212 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15213 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15214 Use it.
15215 (ange-ftp-dot-to-slash): New function.
15216 (ange-ftp-fix-name-for-vms): Use it.
15217
15218 * midnight.el (midnight-buffer-display-time): Use
15219 `with-current-buffer'.
15220
15221 2000-07-25 Gerd Moellmann <gerd@gnu.org>
15222
15223 * find-dired.el: Update copyright notice.
15224 (find-dired): Offer to kill a running `find'.
15225
15226 * enriched.el (enriched-face-ans): For a `foreground-color'
15227 property, return '(("x-color" COLOR))' so that COLOR will be
15228 output as a parameter of the x-color annotation. Likewise for the
15229 `background-color' property. In the case of normal face
15230 properties, don't return annotations for unspecified foreground
15231 and background face attributes.
15232
15233 2000-07-25 Kenichi Handa <handa@etl.go.jp>
15234
15235 * language/japan-util.el (japanese-katakana-region): Fix handling
15236 HANKAKU argument.
15237
15238 2000-07-25 Miles Bader <miles@gnu.org>
15239
15240 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15241 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15242 constrain-to-field.
15243
15244 2000-07-24 Andrew Innes <andrewi@gnu.org>
15245
15246 * timer.el (timer-activate-when-idle): Add optional parameter
15247 DONT-WAIT. Update docstring.
15248 (run-with-idle-timer): Specify extra parameter to
15249 timer-activate-when-idle, so that timer will be activated
15250 immediately if Emacs is already idle.
15251
15252 * w32-fns.el (w32-using-nt): Fix docstring.
15253
15254 2000-07-24 Dave Love <fx@gnu.org>
15255
15256 * mouse.el (popup-menu): Set last-command-event.
15257 (mouse-major-mode-menu-prefix): Declare.
15258
15259 2000-07-24 Gerd Moellmann <gerd@gnu.org>
15260
15261 * textmodes/flyspell.el: Update to author's version 1.5d.
15262
15263 * progmodes/hideshow.el: Update copyright notice.
15264
15265 * vcursor.el: Set maintainer to FSF, since author cannot
15266 be reached.
15267
15268 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15269
15270 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15271 the prompt.
15272
15273 * mouse.el (popup-menu): Run the keymap through indirect-function,
15274 in case it was defined with define-prefix-key. If the menu is a
15275 list of keymaps, look up the binding of user's choice in each one
15276 of the keymaps.
15277 (mouse-popup-menubar): If the global and local menu-bar keymaps
15278 don't have a prompt string, create one and insert it into the
15279 keymap. Don't barf if current-local-map returns nil.
15280
15281 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15282
15283 * dired.el (dired-sort-R-check): Added to allow recursive listing
15284 to be undone.
15285 (dired-sort-other): Use it.
15286
15287 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15288
15289 * Release of cc-mode 5.27
15290
15291 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15292
15293 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15294 c-beginning-of-statement-1 that caused a bad case of recursion
15295 which could consume a lot of CPU in large classes in languages
15296 that have in-expression classes (i.e. Java and Pike).
15297
15298 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15299 statements before top level constructs (i.e. case 6 is moved
15300 before case 5 and is now case 4) to catch in-expression
15301 classes in top level expressions correctly.
15302
15303 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15304
15305 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15306 objc-method-intro. Case 4 removed and case 5I added.
15307
15308 * cc-langs.el (c-append-paragraph-start): New variable used by
15309 c-common-init to get paragraph-start correct.
15310 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15311 initialize paragraph-start to make it correct both with and
15312 without the javadoc special case.
15313
15314 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15315 initialize paragraph-start for javadoc markup.
15316
15317 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15318 change by defaulting this to t. It's motivated by the
15319 confusing behavior that otherwise arise from the style system
15320 when editing both java and non-java files at the same time
15321 (see the comments about style setting in c-common-init).
15322
15323 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15324
15325 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15326 similar to the one in c-fill-paragraph to check the fill
15327 prefix from the adaptive fill function for sanity.
15328
15329 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15330
15331 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15332 defun block.
15333
15334 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15335
15336 * cc-align.el (c-lineup-multi-inher): Handle lines with
15337 leading comma nicely. Extended to handle member initializers
15338 too.
15339
15340 * cc-engine.el: (c-beginning-of-inheritance-list,
15341 c-guess-basic-syntax): Fixed recognition of inheritance lists
15342 when the lines begins with a comma.
15343
15344 * cc-vars.el (c-offsets-alist): Changed default for
15345 member-init-cont to c-lineup-multi-inher since it now handles
15346 member initializers and indents better for leading commas.
15347
15348 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15349
15350 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15351 handling that caused class open lines to be recognized as
15352 statement-conts in some cases.
15353
15354 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15355 guessed by the adaptive fill function unless point is on the
15356 first line of a block comment.
15357
15358 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15359 when the buffer ends with a macro continuation char.
15360
15361 * cc-engine.el (c-guess-basic-syntax): Added support for
15362 function definitions as statements in Pike. The first
15363 statement in a lambda block is now labeled defun-block-intro
15364 instead of statement-block-intro.
15365
15366 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15367 so that the class surrounding point is selected, not the one
15368 innermost in the state.
15369
15370 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15371 recognition of switch labels having hanging multiline
15372 statements.
15373
15374 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15375 some code in c-guess-basic-syntax to a separate function.
15376 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15377 recognition of member inits with multiple line arglists.
15378 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15379 member-init-cont when the commas are in funny places.
15380
15381 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15382
15383 * cc-defs.el (c-auto-newline): Removed this macro since it's
15384 not used anymore.
15385
15386 * cc-engine.el (c-looking-at-bos): New helper function.
15387 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15388 inexpr and toplevel classes apart in Pike.
15389
15390 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15391 of case 9A.
15392
15393 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15394 constant, since "class" can introduce an in-expression class
15395 in Pike nowadays.
15396
15397 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15398
15399 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15400 indentation on cpp-macro lines.
15401
15402 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15403 a syntax modifier like comment-intro, to make it possible to
15404 get syntactic indentation for preprocessor directives. It's
15405 incompatible wrt to lineup functions on cpp-macro, but it has
15406 no observable effect in the 99.9% common case where cpp-macro
15407 is set to -1000.
15408
15409 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15410
15411 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15412 member-init-cont when the preceding arglist is several lines.
15413
15414 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15415
15416 * cc-styles.el (c-style-alist): The basic offset for the BSD
15417 style corrected to 8.
15418
15419 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15420
15421 * cc-styles.el (c-style-alist): Adjusted the indentation of
15422 brace list openers in the gnu style.
15423
15424 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15425
15426 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15427
15428 * cc-cmds.el (c-electric-brace, c-electric-slash,
15429 c-electric-star, c-electric-semi&comma, c-electric-colon,
15430 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15431 when c-syntactic-indentation is nil.
15432
15433 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15434 we were left at comments preceding the first statement when
15435 reaching the beginning of the buffer.
15436
15437 * cc-vars.el (c-syntactic-indentation): New variable to turn
15438 off all syntactic indentation.
15439
15440 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15441
15442 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15443 between the text and the block comment ender when it hangs,
15444 depending on how many there are before the fill.
15445
15446 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15447
15448 * cc-engine.el (c-beginning-of-closest-statement): New helper
15449 function to go back to the closest preceding statement start,
15450 which could be inside a conditional statement.
15451 * cc-engine.el (c-guess-basic-syntax): Use
15452 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15453
15454 * cc-engine.el (c-guess-basic-syntax): Better handling of
15455 arglist-intro, arglist-cont-nonempty and arglist-close when
15456 the arglist is nested inside parens. Cases 7A, 7C and 7F
15457 changed.
15458
15459 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15460 up-to-date with javadoc 1.2.
15461
15462 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15463
15464 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15465 multiline Pike type decls.
15466
15467 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15468
15469 * cc-cmds.el (c-indent-new-comment-line): Always break
15470 multiline comments in multiline mode, regardless of
15471 comment-multi-line.
15472
15473 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15474
15475 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15476 fully::qualified::names in C++ member init lists. Preamble in
15477 case 5D changed.
15478
15479 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15480
15481 * cc-langs.el (c-common-init): Handling of obsolete variables
15482 moved to c-initialize-cc-mode. More compatible style override
15483 when using global style variables.
15484 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15485 variables moved here.
15486
15487 * cc-styles.el (c-make-styles-buffer-local): Flag style
15488 variable localness in c-style-variables-are-local-p to make
15489 the compatibility measure in c-common-init work well.
15490
15491 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15492 longer contain set-from-style.
15493 * cc-styles.el (c-initialize-builtin-style): Don't check for
15494 set-from-style on c-special-indent-hook.
15495 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15496 copy-alist is sufficient now.
15497
15498 * cc-styles.el (c-set-style, c-set-style-1,
15499 c-get-style-variables): Fixes to variable initialization so
15500 that duplicate entries in styles have the same effect
15501 regardless of DONT-OVERRIDE.
15502
15503 * cc-styles.el (c-set-style-2): Fixed bug where the
15504 initialization of inheriting styles failed when the
15505 dont-override flag is set.
15506
15507 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15508 on this.
15509
15510 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15511
15512 * cc-defs.el (c-forward-comment): Removed the workaround
15513 introduced in 5.38 since it had worse side-effects. If a line
15514 contains the string "//\"", it regarded the // as a comment
15515 start since the \ temporarily doesn't have escape syntax.
15516
15517 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
15518
15519 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15520 ada-xref.el before ada-prj.el, so that the Project menu is created
15521 when ada-prj tries to add to it.
15522 (ada-activate-keys-for-case): Suppress the characters that are not
15523 part of the Ada syntax. Better compatibility with else-mode
15524 (ada-adjust-case-interactive): When auto-casing is not active,
15525 correctly insert newlines (used to insert only ^M). Prevent the
15526 syntax table from being changed in case of an error
15527 (or '_' becomes part of a word and some commands are confused).
15528 Do nothing if ada-auto-case is nil.
15529 (ada-after-keyword-p): Ignore keywords that are also attributes
15530 (ada-batch-reformat): Update usage comment
15531 (ada-call-from-contextual-menu): New function
15532 (ada-case-read-exceptions): Reinitialize the casing exception list
15533 first to nil first, so that the casing exception file can be
15534 shared.
15535 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15536 files.
15537 (ada-compile-goto-error): Fix regexp used to detect a file:line
15538 anywhere in the error message
15539 (ada-contextual-menu-last-point): New variable
15540 (ada-create-keymap): If the variable delete-key-deletes-forward is
15541 t on XEmacs, it means that DEL should delete one character
15542 forward.
15543 (ada-create-menu): Use :included instead of :visible for XEmacs.
15544 New submenu "Options".
15545 (ada-end-stmt-re): Correctly indent "select ... then abort"
15546 statements.
15547 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15548 even if they don't match ada-fill-comment-prefix Fix handling of
15549 paragraphs on the first or last line of a file.
15550 (ada-format-paramlist): Fix handling of default parameter values.
15551 (ada-get-body-name): New function.
15552 (ada-get-current-indent): Optimized by searchling directly for an
15553 existing generic part or a statement outside of it. Handle
15554 ada-indent-align-comments when indenting comments Replaced some
15555 regexps by testing directly the next character. This results in a
15556 huge speedup on some files. New indentation scheme for renames
15557 statements. Stop looking for the 'while' or 'for' associated with
15558 a 'loop' at the first semicolon encountered. A "return" can also
15559 match an anonymous access subprogram declaration.
15560 (ada-get-indent-noindent): Ignore strings and comments when
15561 looking for the keywords "record" and "private".
15562 (ada-goto-matching-decl-start): When matching "if", make sure we
15563 are not in fact seeing "end if". Ignore "when" statements except
15564 when initial keyword was "begin". Fix handling of nested
15565 procedures. Add a recursive call to this function to skip over
15566 other 'end' statmts. Fix indentation for "when .. => begin"
15567 (ada-in-open-paren-p): Fix indentation for complex boolean
15568 expressions, where 'and then', 'or else' and parenthesis
15569 statements are mixed up.
15570 (ada-in-paramlist-p): Skip comments while searching for the
15571 beginning Fix handling of operator declarations.
15572 (ada-indent-align-comments): New variable
15573 (ada-indent-current): Change the syntax table only in the
15574 protected section, so that we are sure it is restored correctly.
15575 (ada-indent-on-previous-lines): Use ada-use-indent and
15576 ada-with-indent Correctly indent "select ... then"
15577 (ada-indent-region): Slight speedup.
15578 (ada-indent-renames): New variable.
15579 (ada-last-which-function-subprog, ada-last-which-function-line):
15580 New variables
15581 (ada-looking-at-semi-private): Correctly indent the 'private'
15582 keyword when it is the first word in a package declaration.
15583 (ada-loose-case-word): Stop searching if at the end of the buffer.
15584 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15585 even if point is not initially at the end of the word.
15586 (ada-matching-decl-start-re): Add "when".
15587 (ada-mode): Add support for abbrev-mode, outline-mode and
15588 which-func-mode Override the old find-file.el entry in
15589 ff-special-constructs since it is using the obsolete
15590 ada-spec-suffix variable
15591 (ada-no-auto-case): New function
15592 (ada-scan-paramlist): When parsing the argument type, accept
15593 spaces (as in "X 'Class", generated by Rational Rose).
15594 (ada-other-file-name): No longer loads the other file.
15595 (ada-popup-menu): Save and restore the current buffer and cursor
15596 position before and after displaying the menu.
15597 (ada-search-ignore-complex-boolean): New function.
15598 (ada-uncomment-region): Emacs21 already knows how to delete
15599 comments not starting in the first column.
15600 (ada-use-indent): New variable
15601 (ada-which-function): New function.
15602 (ada-with-indent): New variable
15603 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15604 can be batch-compiled from the command line.
15605
15606 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15607 Add to the menu when the file is loaded, not in ada-mode-hook.
15608 Add -toolbar to the default ddd command Switches moved from
15609 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15610 ada-prj-default-comp-opt
15611 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15612 Reference Manual to the menu
15613 (ada-check-current): rewritten as a call to ada-compile-current
15614 (ada-compile): Removed.
15615 (ada-compile-application, ada-compile-current, ada-check-current):
15616 Set the compilation-search-path so that compile.el automatically
15617 finds the sources in src_dir. Automatic scrollong of the
15618 compilation buffer. C-uC-cC-c asks for confirmation before
15619 compiling
15620 (ada-compile-current): New parameter, prj-field
15621 (ada-complete-identifier): Load the .ali file before doing
15622 processing
15623 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15624 conform to gnatmake's behavior.
15625 (ada-find-file-in-dir): New function
15626 (ada-find-references): Set the environment variables for gnatfind
15627 (ada-find-src-file-in-dir): New function.
15628 (ada-first-non-nil): Removed
15629 (ada-gdb-application): Add support for jdb, the java debugger.
15630 (ada-get-ada-file-name): Load the original-file first if not done
15631 yet.
15632 (ada-get-all-references): Handles the new ali syntax (parent types
15633 are found between <>).
15634 (ada-initialize-runtime-library): New function
15635 (ada-mode-hook): Always load a project file when a file is opened,
15636 so that the casing exceptions are correctly read.
15637 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15638 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15639 to open the project file, since the latter does not work with
15640 speedbar Get default values before loading the prj file, or the
15641 default executable file name is wrong. Use the absolute value of
15642 src_dir to initialize ada-search-directories and
15643 compilation-search-path,... Add the standard runtime library to
15644 the search path for find-file.
15645 (ada-prj-default-debugger): Was missing an opening '{'
15646 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15647 variables.
15648 (ada-prj-default-gnatmake-opt): New variable
15649 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15650 buffers, the project file is the default one Save the windows
15651 configuration before displaying the menu.
15652 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15653 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15654 ...) regexp-quote identifiers names to support operators +,
15655 -,... in regexps.
15656 (ada-remote): New function.
15657 (ada-run-application): Erase the output buffer before starting the
15658 run Support remote execution of the application. Use
15659 call-process, or the arguments are incorrectly parsed
15660 (ada-set-default-project-file): Reread the content of the active
15661 project file, not the one from the current buffer When a project
15662 file is set as the default project, all directories are
15663 automatically associated with it.
15664 (ada-set-environment): New function
15665 (ada-treat-cmd-string): New special variable ${current}
15666 (ada-treat-cmd-string): Revised. The substitution is now done for
15667 any ${...} substring
15668 (ada-xref-current): If no body was found, compiles the spec
15669 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15670 compiler to get rid of command line length limitations.
15671 (ada-xref-get-project-field): New function
15672 (ada-xref-project-files): New variable
15673 (ada-xref-runtime-library-specs-path)
15674 (ada-xref-runtime-library-ali-path): New variables
15675 (ada-xref-set-default-prj-values): Default run command now does a
15676 cd to the build directory. New field: main_unit Provide a default
15677 file name even if the current buffer has no prj file.
15678
15679 * ada-prj.el:
15680 Rewritten to show a tabbed-dialog.
15681 (ada-prj-add-ada-menu): Remove the map and name parameters.
15682 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15683 New function
15684 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15685 (ada-prj-load-from-file): New function
15686 (ada-prj-save): Always save fields that depend on the current buffer
15687 (ada-prj-show-value): New function
15688
15689 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15690 Ada mode. This will allow us to display the Ada menu in any buffer
15691 we want (for project items).
15692 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15693 number of spaces in the header.
15694
15695 2000-07-24 Dave Love <fx@gnu.org>
15696
15697 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15698
15699 2000-07-23 Noah Friedman <friedman@splode.com>
15700
15701 * type-break.el (type-break): perform autosave.
15702 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
15703 (type-break-do-query): Cancel query schedule while performing
15704 actual query, to avoid possibility of a second query being made
15705 while first one is already in progress.
15706 (type-break-time-stamp-format): New variable.
15707 (type-break-time-stamp): New function.
15708 (type-break-time-warning): Use it.
15709 (type-break-keystroke-warning): Use it.
15710 (type-break-noninteractive-query): Use it.
15711
15712 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15713 cookie.
15714 Use add-minor-mode to set minor-mode-alist, if available.
15715 (eldoc-echo-area-use-multiline-p): New user option.
15716 (eldoc-echo-area-multiline-supported-p): New variable.
15717 (eldoc-docstring-format-sym-doc): Use them.
15718 (eldoc-mode): If not using idle timers, append to local post and
15719 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15720 (eldoc-display-message-no-interference-p): Don't interfere with
15721 edebug.
15722 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15723 (eldoc-function-arglist): New function.
15724 (eldoc-function-argstring): Use it.
15725
15726 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15727 auto save directory exists before calling directory-files.
15728
15729 2000-07-23 Dave Love <fx@gnu.org>
15730
15731 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15732 ^o, ^u.
15733
15734 2000-07-21 Dave Love <fx@gnu.org>
15735
15736 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15737 now passed to the function. It now works properly.
15738
15739 * smerge-mode.el (smerge-mode-menu): Fill it out.
15740
15741 2000-07-20 Gerd Moellmann <gerd@gnu.org>
15742
15743 * info-look.el (info-lookup): If *info* is shown in another frame
15744 on the same display, select that frame, instead of switching to
15745 the Info buffer in another window of the selected frame.
15746
15747 * simple.el (universal-argument-map): Bind numeric keypad keys
15748 kp-0 to kp-9 and kp-subtract.
15749 (digit-argument): Handle these keys.
15750
15751 2000-07-20 Dave Love <fx@gnu.org>
15752
15753 * net/goto-addr.el (goto-address-fontify): Don't bother with
15754 buffer-modified and read-only stuff -- irrelevant with overlays.
15755 Put an extra property on the overlays and use it to clean up in
15756 case goto-address is re-run.
15757
15758 2000-07-19 Richard M. Stallman <rms@gnu.org>
15759
15760 * timer.el (run-with-idle-timer): Doc fix.
15761
15762 * mail/mail-utils.el (mail-strip-quoted-names):
15763 Handle case where <...> appears inside "...".
15764 Use replace-match to edit the string more simply.
15765 (rmail-dont-reply-to): Cope with an unmatched ".
15766
15767 2000-07-19 Dave Love <fx@gnu.org>
15768
15769 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15770 implementation.
15771
15772 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15773 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15774 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15775
15776 2000-07-19 Gerd Moellmann <gerd@gnu.org>
15777
15778 * textmodes/refer.el: Correct maintainer's email address.
15779
15780 * progmodes/hideif.el: Correct author's email address.
15781 Fix typo in comment.
15782
15783 * xml.el: New file.
15784
15785 * mail/mailheader.el: Correct author's mail address.
15786
15787 * gnus/parse-time.el: Correct author's mail address.
15788
15789 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15790
15791 * comint.el (comint-highlight-input, comint-highlight-face):
15792 New user options.
15793 (comint-input-ring-file-name): Change custom type.
15794 (comint-mode-map): Bind mouse-2.
15795 (comint-insert-clicked-input): New function.
15796 (comint-send-input): Handle input highlighting.
15797
15798 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15799
15800 * mouse.el (popup-menu): New function.
15801 (mouse-major-mode-menu): Use it.
15802
15803 2000-07-18 Dave Love <fx@gnu.org>
15804
15805 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15806 improvements.
15807
15808 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15809
15810 * faces.el (face-font-selection-order)
15811 (face-font-family-alternatives): Add custom type.
15812
15813 2000-07-18 Dave Love <fx@gnu.org>
15814
15815 * cus-edit.el (custom-variable-reset-saved)
15816 (custom-variable-reset-standard): Remove unused bindings.
15817
15818 * rect.el (open-rectangle-line): Remove unused let.
15819
15820 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15821
15822 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15823
15824 * cdl.el: Fix `Maintainer' keyword.
15825
15826 * play/pong.el: Add author's email address.
15827
15828 2000-07-17 Sam Steingold <sds@gnu.org>
15829
15830 * files.el (insert-directory): Call `split-string' instead of
15831 re-implementing it.
15832
15833 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15834
15835 * mail/vms-pmail.el: Change maintainer to FSF.
15836
15837 * net/goto-addr.el: Change maintainer to FSF.
15838
15839 * info.el (Info-title-face-alist): Removed.
15840
15841 2000-07-18 David Ponce <david@dponce.com>
15842
15843 * recentf.el (recentf-open-files): New command that works like
15844 `recentf-open-more-files', but shows the whole list of files (not just
15845 those omitted from the menu). Useful if you don't use a menu-bar!
15846 (recentf-open-more-files) Modified to use `recentf-open-files'.
15847
15848 (recentf-open-files, recentf-open-more-files)
15849 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15850
15851 (recentf-dialog-mode): New mode for dialogs. You can now just type
15852 "q" to cancel the dialogs.
15853
15854 2000-07-18 David Ponce <david@dponce.com>
15855
15856 * recentf.el: This is a major update of recentf.el. It adds new
15857 features to better organize the recentf menu and "More..." buffer.
15858
15859 Using new provided menu filtering functions you can now organize the
15860 recent files list:
15861
15862 - by major modes
15863 - by directories
15864 - by user defined rules
15865
15866 Finally, with the new `recentf-filter-changer' customizable filter you
15867 can define a ring of filters and dynamically (via the menu) cycle on
15868 each menu organization in the ring (a la msb).
15869
15870 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15871
15872 * eshell/eshell.el (eshell): Replace links to eshell.info with
15873 links to eshell, to avoid problems on systems where the manual is
15874 installed as `eshell'.
15875 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15876 * eshell/em-smart.el (eshell-smart): Ditto.
15877 * eshell/em-banner.el (eshell-banner): Ditto.
15878 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15879
15880 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15881 same-file check in the MS-DOS version (it does support inodes).
15882
15883 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15884
15885 * eshell/eshell.el (eshell-directory-name):
15886 Run default directory name through convert-standard-filename.
15887
15888 2000-07-18 Kenichi Handa <handa@etl.go.jp>
15889
15890 * international/mule-cmds.el (select-safe-coding-system):
15891 Fix typo in the comment.
15892
15893 * language/european.el (compound-text):
15894 Force katakana-jisx0201 to be designated to G1.
15895
15896 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15897 Don't translate some national variant characters of latin-jisx0201.
15898 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15899
15900 * international/kkc.el (kkc-after-update-conversion-functions):
15901 New variable.
15902 (kkc-update-conversion): Run functions in it at the tail.
15903
15904 2000-07-16 John Wiegley <johnw@gnu.org>
15905
15906 * lisp/align.el (align-newline-and-indent):
15907 Adding new function. for auto-aligning blocks of code on RET.
15908 (align-region): Fixed badly formatted minibuffer message.
15909
15910 2000-07-17 Kenichi Handa <handa@etl.go.jp>
15911
15912 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15913 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15914 the conversion list at first if appropriate.
15915 (kkc-next): Don't update kkc-next-count here.
15916 (kkc-prev): Don't update kkc-prev-count here.
15917 (kkc-show-conversion-list-update): Fix setting up of conversion
15918 list message.
15919
15920 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15921
15922 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15923
15924 2000-07-16 Dave Love <fx@gnu.org>
15925
15926 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15927 function to be more specific.
15928
15929 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15930 non-string help-echo.
15931 (widget-types-convert-widget): Defsubst it.
15932 (widget-echo-help): Try to cope with a help-echo function of two
15933 possible sorts.
15934
15935 2000-07-15 Jason Rumney <jasonr@gnu.org>
15936
15937 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15938 Declare as obsolete.
15939
15940 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15941
15942 2000-07-14 Gerd Moellmann <gerd@gnu.org>
15943
15944 * hilit-chg.el: Fix typo.
15945
15946 2000-07-14 Dave Love <fx@gnu.org>
15947
15948 * info.el (Info-mode-menu): Fix use of :help, :enable.
15949
15950 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15951
15952 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15953
15954 2000-07-13 Dave Love <fx@gnu.org>
15955
15956 * emacs-lisp/easymenu.el: Doc fixes.
15957 (easy-menu-remove): Defalias to ignore.
15958
15959 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15960 Call throw correctly.
15961
15962 2000-07-13 Gerd Moellmann <gerd@gnu.org>
15963
15964 * faces.el (frame-background-mode): Doc fix.
15965
15966 * simple.el (eval-expression-print-length): Change custom type to
15967 allow entering nil as value.
15968
15969 2000-07-13 Dave Love <fx@gnu.org>
15970
15971 * progmodes/fortran.el (fortran-imenu-generic-expression):
15972 Change definition layout.
15973 (fortran-mode-menu): Reinstate customize entries.
15974
15975 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15976 Use :filter, per old XEmacs code.
15977
15978 2000-07-12 Gerd Moellmann <gerd@gnu.org>
15979
15980 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15981 event when deciding what to send to the terminal.
15982
15983 2000-07-12 Dave Love <fx@gnu.org>
15984
15985 * cus-start.el: Add optional version as 4th element of specs and
15986 use it for several things new in v21. Remove load-path. Fix type
15987 of line-number-display-limit.
15988
15989 2000-07-11 Dave Love <fx@gnu.org>
15990
15991 * progmodes/fortran.el: Don't require easymenu.
15992 Use repeat counts in various regexps.
15993 (fortran-mode-syntax-table): Defvar directly.
15994 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15995 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15996 Use defvar, not defconst.
15997 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15998 (fortran-mode): Set fortran-comment-line-start-skip,
15999 fortran-comment-line-start-skip, dabbrev-case-fold-search.
16000 (fortran-comment-indent): Use defsubst.
16001 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
16002 Use fortran-comment-indent, not fortran-comment-indent-function.
16003 (fortran-comment-region, fortran-electric-line-number): Simplify.
16004 (fortran-auto-fill): New function.
16005 (fortran-do-auto-fill): Deleted.
16006 (fortran-find-comment-start-skip):
16007 Check for non-null comment-start-skip.
16008 (fortran-auto-fill-mode, fortran-fill-statement):
16009 Use fortran-auto-fill.
16010 (fortran-fill): Use fortran-auto-fill. Check for null
16011 comment-start-skip. Simplify final clause and use end-of-line finally.
16012
16013 * widget.el (widget-plist-member): New alias.
16014
16015 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
16016
16017 * eshell/esh-module.el (toplevel): Reference
16018 byte-compile-current-file only if it is bound.
16019
16020 2000-07-10 Gerd Moellmann <gerd@gnu.org>
16021
16022 * dired.el: Don't require `dired-aux'.
16023
16024 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16025
16026 * dired-aux.el (dired-show-file-type): New function.
16027 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16028 (dired-show-file-type): Add autoload.
16029
16030 2000-07-10 Kenichi Handa <handa@etl.go.jp>
16031
16032 * international/mule-diag.el (describe-font): Adjusted for the
16033 change of fontset-info.
16034 (print-fontset): Likewise.
16035
16036 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16037
16038 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16039
16040 2000-07-07 Gerd Moellmann <gerd@gnu.org>
16041
16042 * bindings.el: Bind `[delete]' to delete-char.
16043
16044 * dired.el (dired-find-alternate-file): New function.
16045 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16046 (toplevel): Require dired-aux when compiling.
16047 (dired-buffers): Move defvar within file to avoid compiler warning.
16048
16049 * info.el (Info-last-search): Variable removed.
16050 (Info-search-history): New variable.
16051 (Info-search): New Info-search-history.
16052
16053 * battery.el, info-look.el: Change author's mail address.
16054
16055 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16056
16057 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16058 if rmail-ignored-headers is nil.
16059 (rmail-retry-failure): Bind rmail-ignored-headers and
16060 rmail-displayed-headers to nil.
16061
16062 2000-07-06 Gerd Moellmann <gerd@gnu.org>
16063
16064 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16065 (print-region-1): Don't hard code `-h' here.
16066
16067 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16068
16069 2000-07-01 Francesco Potorti` <pot@gnu.org>
16070
16071 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16072 exim can use "your message" instead of "the message".
16073
16074 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16075
16076 * facemenu.el: Docstrings fixes.
16077 (facemenu-get-face): Don't use internal-find-face.
16078 (facemenu-iterate): Rename arg to match the docstring.
16079
16080 * newcomment.el (uncomment-region): Be more careful when skipping
16081 backwards over `=' not to bump into BOBP.
16082
16083 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16084
16085 * ediff-diff.el (ediff-wordify): Use syntax table.
16086 * ediff-init.el (ediff-has-face-support-p): Use
16087 ediff-color-display-p.
16088 (ediff-color-display-p): Use display-color-p, changed to defun
16089 from defsubst.
16090 Got rid of special cases for NeXT and OS/2.
16091 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16092 face.
16093
16094 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16095
16096 * emacs-lisp/lucid.el: Require CL.
16097 (copy-tree, remprop): Remove, it's provided by CL.
16098 (map-keymap): Define in terms of cl-map-keymap.
16099 (extent-property, set-extent-end-glyph): New functions.
16100
16101 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16102
16103 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16104
16105 * Makefile.in (DONTCOMPILE): Add comment that the name may
16106 not be changed without changing the make-dist script.
16107
16108 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16109 (cl-mapc): Use mapc instead of cl-old-mapc.
16110
16111 2000-07-05 Andrew Innes <andrewi@gnu.org>
16112
16113 * makefile.nt: Add support for `bootstrap' and related targets.
16114
16115 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16116
16117 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16118 (easy-menu-do-define): Use `menu-item' format.
16119 Handle case where easy-menu-create-menu returns a symbol.
16120 Manually call the potential top-level filter in the function binding.
16121 (easy-menu-filter-return): New arg NAME.
16122 Convert to a keymap if MENU is an XEmacs menu.
16123 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16124 (easy-menu-converted-items-table, easy-menu-convert-item):
16125 New var and fun to memoize easy-menu-convert-item-1.
16126 (easy-menu-do-add-item): Use it.
16127 (easy-menu-create-menu): Use easy-menu-convert-item.
16128 Wrap easy-menu-filter-return around any :filter specification.
16129 Don't convert the menu if a filter was specified.
16130 Tell easy-menu-make-symbol not to check for MENU being an expression.
16131 (easy-menu-make-symbol): New arg NOEXP.
16132
16133 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16134
16135 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16136 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16137 (eval-defun): If called with prefix arg, instrument code for
16138 Edebug.
16139
16140 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16141 similar to that of eval-defun.
16142
16143 2000-07-04 Dave Love <fx@gnu.org>
16144
16145 * hl-line.el (hl-line-overlay): Make it permanent-local.
16146
16147 * calendar/todo-mode.el: Replaced with a working version, based on
16148 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16149
16150 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16151
16152 * paths.el (prune-directory-list): New function.
16153 (Info-default-directory-list): Rewritten to more methodically
16154 enumerate a big list of possible info directories (based on the
16155 list used by the standalone info reader).
16156
16157 * info.el (info-initialize): Use prune-directory-list to remove
16158 non-existent directories from Info-directory-list.
16159
16160 * paths.el (Info-default-directory-list): Try a list of possible
16161 info-directories instead of a single one. Add the possible
16162 info directory "/usr/share/info".
16163
16164 * woman.el (woman-man.conf-path): Explicitly include the debian
16165 man-db config file "/etc/manpath.config".
16166 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16167 are present in `manpath.config'.
16168 (woman-manpath): Include "/usr/share/man".
16169
16170 2000-07-03 Gerd Moellmann <gerd@gnu.org>
16171
16172 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16173
16174 * startup.el (command-line): Initialize blink-cursor based
16175 on window-system.
16176
16177 * frame.el (blink-cursor): Default to nil if not running under
16178 a window-system.
16179
16180 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16181 (face-x-resources): Remove duplicate entry for :font.
16182
16183 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16184 instead of cycling through windows with next-window.
16185
16186 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16187 of cycling through windows with next-window.
16188
16189 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16190 of cycling through windows with next-window.
16191
16192 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16193 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16194 instead of cycling through windows with next-window.
16195
16196 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16197 instead of cycling through windows with next-window.
16198
16199 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16200 of cycling through windows with next-window.
16201
16202 * terminal.el (te-process-output): Use walk-windows instead of
16203 cycling through windows with next-window.
16204
16205 * server.el (server-switch-buffer): Use some-window instead of
16206 cycling through windows with next-window.
16207
16208 * window.el (some-window): New function.
16209 (walk-windows): Remove reference to walk-windows-start.
16210
16211 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16212
16213 2000-07-03 Richard Stallman <rms@gnu.org>
16214
16215 * window.el (walk-windows): Guarantee termination by keeping a list
16216 of all the windows already handled.
16217
16218 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16219
16220 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16221 window-system.
16222
16223 * man.el (Man-notify-when-ready): Don't use window-system. If
16224 Man-notify-method is newframe, and the display is not
16225 multi-frame, select the frame created for the man page.
16226 (Man-init-defvars): Doc fix.
16227
16228 2000-06-28 Gerd Moellmann <gerd@gnu.org>
16229
16230 * faces.el (region): Change background color for light background.
16231
16232 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16233 attribute from mode-line face of Ediff control frame.
16234
16235 * replace.el (query-replace-map): Bind `e' like `E'.
16236
16237 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16238
16239 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16240 Change name to "Select All".
16241
16242 * dos-fns.el (convert-standard-filename): Fix last change.
16243
16244 2000-06-27 Gerd Moellmann <gerd@gnu.org>
16245
16246 * help.el (describe-variable): Don't insert a second `'s' in front
16247 of the string `value is shown below'. Since the syntax-table is
16248 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16249 an existing `'s', so that this won't be deleted.
16250
16251 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16252 * pcmpl-unix.el: New files.
16253
16254 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16255
16256 * wid-edit.el (widget-member): Use the new plist-member.
16257
16258 2000-06-26 Gerd Moellmann <gerd@gnu.org>
16259
16260 * replace.el (perform-replace): Undo change of 2000-04-04.
16261 Instead, move backward 1 character at the end of the loop when
16262 necessary.
16263
16264 * faces.el (fringe): Change face for different backgrounds.
16265
16266 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16267 patch from John.
16268
16269 * eshell/*.el: Change spelling of the Free Software Foundation.
16270
16271 * eshell/esh-toggle.el: Removed.
16272
16273 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16274
16275 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16276 interactively.
16277
16278 2000-06-26 Alex Schroeder <alex@gnu.org>
16279
16280 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16281 `define-key'; instead of checking `(emacs-version)' check for
16282 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16283 for `;' and `o' which might be electric.
16284
16285 (sql-electric-stuff): New user option.
16286 (sql-magic-go): New function which uses `sql-electric-stuff'.
16287 (sql-magic-semicolon): New function which uses
16288 `sql-electric-stuff'.
16289
16290 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16291 is not fboundp.
16292
16293 (sql-oracle-options): New variable.
16294 (sql-oracle): Use it.
16295
16296 (sql-imenu-generic-expression): Doc change.
16297 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16298 is used.
16299
16300 (sql-informix): Added command line parameter "-" to force
16301 sql-informix-program to use stdout.
16302
16303 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16304
16305 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16306 (cp864-decode-table): Doc fix.
16307 (cp720-decode-table): New variable, supports the Arabic OEM
16308 codepage used by Windows.
16309 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16310
16311 2000-06-23 Dave Love <fx@gnu.org>
16312
16313 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16314 (font-lock-fontify-anchored-keywords): Use
16315 line-beginning-position.
16316 (global-font-lock-mode): Use mapc.
16317
16318 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16319
16320 * eshell/esh-module.el: Require CL when compiling.
16321
16322 2000-06-23 Gerd Moellmann <gerd@gnu.org>
16323
16324 * comint.el (comint-substitute-in-file-name): Call replace-match
16325 with second and third arg t.
16326
16327 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16328 Specify foreground color.
16329
16330 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16331 color.
16332
16333 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16334
16335 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16336 cddr instead of cdddr.
16337
16338 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16339 instead of copy-list.
16340
16341 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16342 of copy-list.
16343
16344 * subdirs.el: Add eshell subdirectory.
16345
16346 * eshell: New subdirectory containing the Eshell package.
16347
16348 * pcomplete.el: New file.
16349
16350 2000-06-23 Paul Eggert <eggert@twinsun.com>
16351
16352 * mail/mailpost.el (post-mail-send-it): Make sure file has
16353 proper permissions from birth.
16354
16355 * files.el (basic-save-buffer-2): When temporarily setting
16356 file modes, set them to current modes plus 0200, not to 0777.
16357
16358 * emerge.el (emerge-make-temp-file): Make sure file has proper
16359 permissions from birth.
16360
16361 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16362
16363 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16364 backup file name through convert-standard-filename.
16365
16366 * dos-fns.el (convert-standard-filename): Convert leading
16367 directories as well. When long file names are supported, convert
16368 characters that are invalid in Windows file names.
16369
16370 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16371
16372 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16373 ps-print crashes. New feature: page selection for printing. Create
16374 raw-text-unix coding system for XEmacs. Doc fix.
16375 (ps-print-version): New version number (5.2.3).
16376 (ps-plot-region): Bug fix.
16377 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16378 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16379 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16380 funs.
16381 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16382 (ps-last-page): New vars.
16383
16384 2000-06-21 Gerd Moellmann <gerd@gnu.org>
16385
16386 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16387 empty option string.
16388
16389 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16390
16391 * man.el (man): Doc fix.
16392
16393 2000-06-21 Kenichi Handa <handa@etl.go.jp>
16394
16395 * international/mule-cmds.el (set-language-info-alist): Docstring
16396 fixed.
16397
16398 2000-06-20 Gerd Moellmann <gerd@gnu.org>
16399
16400 * version.el (emacs-version): Use ISO date format.
16401
16402 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16403 instead of `M-backspace'.
16404
16405 * simple.el (turn-off-auto-fill): New function.
16406
16407 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16408
16409 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16410 Renamed from with-buffer-prepared-for-font-lock and use
16411 inhibit-modification-hooks rather than setting *-change-functions.
16412 Update all functions to use the new name.
16413 (jit-lock-first-unfontify-pos): New semantics (and doc).
16414 (jit-lock-mode): Make non-interactive.
16415 Don't automatically turn on font-lock.
16416 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16417 Always use jit-lock-after-change.
16418 Remove and restore font-lock-after-change-function.
16419 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16420 (jit-lock-after-unfontify-buffer): Remove.
16421 (jit-lock-stealth-fontify):
16422 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16423 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16424
16425 2000-06-20 Sam Steingold <sds@gnu.org>
16426
16427 * emacs-lisp/cl-indent.el (toplevel): Indent
16428 `print-unreadable-object' properly. Untabify.
16429
16430 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16431
16432 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16433 Support for bibentry.
16434 (reftex-compile-variables): Fixed problem with end of section-re.
16435
16436 * texmodes/reftex-dcr.el (reftex-view-crossref,
16437 reftex-view-crossref-from-bibtex):
16438 Deal with changed `reftex-find-citation-regexp-format'.
16439 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16440 Replaced `remprop' with `put'.
16441 (reftex-view-crossref, reftex-view-crossref-when-idle):
16442 Support for bibentry.
16443
16444 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16445 New entry for bibentry package.
16446
16447 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16448 Regexp also matches "\nobibliography".
16449
16450 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16451 Call `reftex-ensure-write-access' before doing anything.
16452 (reftex-ensure-write-access): New function.
16453
16454 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16455
16456 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16457
16458 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16459
16460 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16461
16462 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16463
16464
16465 2000-06-20 Dave Love <fx@gnu.org>
16466
16467 * faces.el (frame-background-mode): Use set-default, not set, in
16468 setter.
16469 (frame-update-faces, frame-update-face-colors): Define with
16470 defalias.
16471
16472 * enriched.el (enriched-decode-foreground)
16473 (enriched-decode-background): Don't use internal-find-face.
16474
16475 * apropos.el: Doc fixes.
16476
16477 * cus-edit.el (customize-changed-options): Check arg.
16478 (customize-version-lessp): Don't require decimal point.
16479
16480 * custom.el (defcustom, defgroup): Doc fix.
16481
16482 * newcomment.el (comment) <defgroup>: Add :version.
16483 (comment-multi-line): Doc fix.
16484
16485 * emulation/mlsupport.el (define-hooked-local-abbrev,
16486 define-hooked-global-abbrev): Fix, using define-abbrev.
16487
16488 2000-06-19 Gerd Moellmann <gerd@gnu.org>
16489
16490 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16491 the whole buffer.
16492
16493 2000-06-19 Dave Love <fx@gnu.org>
16494
16495 * menu-bar.el (menu-bar-options-save): New function.
16496 (menu-bar-options-menu): Use it.
16497 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16498 Simplify.
16499
16500 2000-06-19 Andreas Schwab <schwab@suse.de>
16501
16502 * progmodes/etags.el (tags-query-replace): Put new parameters
16503 START and END at the end, for backward compatibility.
16504
16505 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16506
16507 * international/codepage.el:
16508 (cp-coding-system-for-codepage-1): Delete special codes for
16509 generating xxx-dos coding system because now a CCL based coding
16510 system can handle EOL conversion by default.
16511
16512 * international/mule.el (make-coding-system): Generate subsidiary
16513 coding systems for EOL handling variants even for a CCL based
16514 coding system.
16515
16516 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16517
16518 * international/isearch-x.el (isearch-minibuffer-input-method)
16519 (isearch-minibuffer-input-method-function): These variables
16520 deleted.
16521 (isearch-with-input-method): Don't use the above variables.
16522 (isearch-process-search-multibyte-characters): Likewise. Call
16523 read-string with the arg INHERIT-INPUT-METHOD t.
16524
16525 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16526
16527 * font-lock.el (font-lock-after-fontify-buffer)
16528 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16529
16530 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16531 Use consistent make-local-variable style for font-lock-fontified.
16532 (jit-lock-fontify-buffer):
16533 Don't bother checking for font-lock-mode and jit-lock-mode.
16534
16535 * time.el: Remove trailing ^M that prevent CVS-merging.
16536
16537 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16538
16539 * Makefile.in (distclean): New target.
16540
16541 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16542
16543 * Makefile.in (srcdir): Define for update-subdirs.
16544
16545 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16546
16547 * find-lisp.el: New file.
16548
16549 2000-06-16 Andrew Innes <andrewi@gnu.org>
16550
16551 * time.el (display-time-mail-function): New variable, to allow
16552 external packages to indicate when new mail is available.
16553 (display-time-update): Use it.
16554
16555 2000-06-16 Kenichi Handa <handa@etl.go.jp>
16556
16557 * international/mule.el (mule-version): Change version name to
16558 SAKAKI. AOI has already been used by Meadow.
16559
16560 * international/quail.el (quail-show-guidance-buf): To find the
16561 bottom window (but minibuffer), pay attention to the height of
16562 minibuffer.
16563
16564 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16565
16566 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16567 menu-bar menus. Add help strings. Don't remove the Edit menu
16568 from the menu bar, as the menu bar has enough space now.
16569
16570 * Makefile.in (SHELL): Make sure /bin/sh is used.
16571
16572 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16573 characters, which use series of two ^H characters instead of one.
16574
16575 2000-06-15 Gerd Moellmann <gerd@gnu.org>
16576
16577 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16578 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16579 functions.
16580 (Info-find-node-2): Try a case-sensitive search first, then
16581 do a case-insensitive search.
16582
16583 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16584 tutorials.
16585
16586 * complete.el (PC-env-vars-alist): New variable.
16587 (PC-complete-as-file-name): New function.
16588 (partial-completion-mode): Initialize PC-env-vars-alist from
16589 process-environment.
16590 (PC-do-completion): Handle completion of env vars.
16591
16592 * info.el (Info-set-mode-line): Show file name in mode line,
16593 use `*Info*' instead of `Info:'.
16594
16595 * startup.el (command-line-1): Change copyright messages to year
16596 2000.
16597
16598 2000-06-15 Dave Love <fx@gnu.org>
16599
16600 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16601 not local-map.
16602
16603 2000-06-15 Kenichi Handa <handa@etl.go.jp>
16604
16605 * international/mule.el (set-buffer-file-coding-system): Almost
16606 rewritten to handle `undecided' as no-op.
16607
16608 2000-06-14 Gerd Moellmann <gerd@gnu.org>
16609
16610 * Makefile.in: New file.
16611
16612 * Makefile: Removed.
16613
16614 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16615 (goto-address-highlight-keymap): Bind C-c RET.
16616
16617 2000-06-14 Kenichi Handa <handa@etl.go.jp>
16618
16619 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16620 inherits buffer-file-coding-system of the current buffer.
16621
16622 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16623 0. Give correct argument to set-auto-coding-function.
16624 (tar-expunge): For goto-char, use (point-min), not 0.
16625 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16626 (tar-subfile-save-buffer): Likewize.
16627
16628 * international/mule.el
16629 (after-insert-file-set-buffer-file-coding-system): Call
16630 set-buffer-file-coding-system with the arg FORCE t.
16631
16632 2000-06-13 Gerd Moellmann <gerd@gnu.org>
16633
16634 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16635 nil. Contemporary sendmails issue an X-Authentication-Warning if
16636 the sender is set with `-f'.
16637
16638 2000-06-13 Dave Love <fx@gnu.org>
16639
16640 * help.el (describe-function-1): Kluge around cases of functions
16641 fset to subrs whose doc doesn't match their symbol-name.
16642
16643 * image.el (insert-image): Default STRING to a space.
16644
16645 * info.el Doc fixes.
16646 (Info-build-node-completions): Match Ref tags.
16647
16648 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16649
16650 * frame.el (display-multi-frame-p, display-multi-font-p): New
16651 defaliases for display-graphic-p.
16652
16653 * hl-line.el: Fixed a typo in commentary.
16654
16655 2000-06-13 Kenichi Handa <handa@etl.go.jp>
16656
16657 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16658 fixed.
16659
16660 2000-06-12 Dave Love <fx@gnu.org>
16661
16662 * image.el (insert-image): Save a little consing.
16663
16664 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16665
16666 * language/tibet-util.el: Convert all tibetan-1-column characters
16667 to the corresponding tibetan characters.
16668 (tibetan-add-components): Delete code for the special treatment of
16669 'a chung.
16670
16671 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16672 change.
16673 (tibetan-vowel-transcription-alist): More rules added.
16674 (tibetan-composite-vowel-alist): New variable.
16675 (tibetan-precomposition-rule-alist): More rules added.
16676
16677 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16678
16679 * startup.el (command-line): Only call menu-bar-mode if interactive.
16680
16681 * thingatpt.el (toplevel symbol-properties):
16682 * textmodes/makeinfo.el (makeinfo-compile):
16683 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16684 * progmodes/hideif.el (hif-compress-define-list)
16685 (hide-ifdef-use-define-alist):
16686 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16687 (ange-ftp-vms-add-file-entry):
16688 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16689 * man.el (Man-build-man-command):
16690 * mail/rnewspost.el (news-reply-header-hook):
16691 * info.el (Info-insert-dir):
16692 * emulation/mlconvert.el (backward-word, forward-word, setq):
16693 * emacs-lisp/gulp.el (gulp-send-requests):
16694 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16695 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16696 (byte-optimize-apply, end of file):
16697 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16698 (ad-make-freeze-definition):
16699 * startup.el (command-line, command-line-1): Don't quote lambdas.
16700
16701 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16702 (cvs-cleanup-removed): New function.
16703 (cvs-cleanup-functions): New var.
16704 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16705 some flexibility in specifying additional entries to auto-cleanup.
16706 (cvs-quickdir): New function.
16707 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16708 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16709 (cvs-mode-find-file): Check that we are on a filename or dirname
16710 when invoked through a mouse-click.
16711 (cvs-full-path): Remove.
16712 (cvs-dired-action): Re-introduced.
16713 (cvs-dired-noselect): Use it.
16714 (vc-post-command-functions): use this new hook if available.
16715
16716 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16717 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16718 (cvs-filename-map, cvs-dirname-map): Remove.
16719 (cvs-default-action): Remove.
16720 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16721 if the arg is really a keymap.
16722 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16723 Don't hardcode the mapping from state (aka type) to face, but check
16724 the var cvs-fi-<type>-face instead.
16725 (cvs-fileinfo-from-entries): New function.
16726
16727 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16728 Docstring fix.
16729 (cvs-find-file-and-jump): Change default to be safer.
16730 (cvs-mode-diff-map): Define it as a function as well.
16731 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16732 Bind mouse-2 in this global map rather than with text-properties.
16733
16734 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16735 file to resolve the ambiguity between C(conflict) and C(need-merge).
16736
16737 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16738
16739 * international/mule.el (set-buffer-file-coding-system): If
16740 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16741 unconditionally.
16742
16743 2000-06-12 Dave Love <fx@gnu.org>
16744
16745 * wid-edit.el (widget-specify-button): Really suppress the face if
16746 required.
16747
16748 2000-06-11 Gerd Moellmann <gerd@gnu.org>
16749
16750 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16751
16752 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16753
16754 * imenu.el (imenu-generic-expression): Docstring fix.
16755
16756 * composite.el (composition-function-table): Move the `put'
16757 below the autoload cookie so we can load the file before loaddefs.
16758
16759 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16760
16761 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16762 Handle easy-mmode-define-global-mode.
16763 For complex macros like define-minor-mode that can generate
16764 several autoload entries, try to autoload entries in the
16765 macroexpanded code.
16766
16767 * emacs-lisp/easy-mmode.el (define-minor-mode):
16768 If KEYMAP is a symbol, just use it.
16769 Use byte-compile-current-file and load-file-name to infer the
16770 proper :require to pass to defcustom.
16771 Wrap the hook var into `progn' so as not to autoload it.
16772 Add a :autoload-end cookie.
16773 Be more careful about the evaluation of KEYMAP.
16774 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16775 (define-derived-mode): Move define-abbrev-table outside of defvar.
16776
16777 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16778
16779 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16780 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16781 (backup-compiled-files): Ignore errors during `tar'.
16782 (bootstrap): Make autoloads before elc files.
16783
16784 2000-06-10 Kenichi Handa <handa@etl.go.jp>
16785
16786 * international/mule.el (set-buffer-file-coding-system): If one of
16787 undecided-XXX is specified, change only EOL conversion.
16788
16789 * international/mule-conf.el (unix): New alias for the coding
16790 system undecided-unix.
16791
16792 2000-06-09 Dave Love <fx@gnu.org>
16793
16794 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16795
16796 * progmodes/executable.el: Byte compile dynamic.
16797 (executable-insert): Change custom type.
16798 (executable-find): Add autoload cookie.
16799 (executable-make-buffer-file-executable-if-script-p): New
16800 function. After Noah Friedman.
16801
16802 * files.el (after-save-hook): Customize, with
16803 executable-make-buffer-file-executable-if-script-p as an option.
16804
16805 2000-06-09 Kenichi Handa <handa@etl.go.jp>
16806
16807 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16808 "tib24p-mule.bdf" for Tibetan.
16809
16810 * composite.el (decompose-composite-char): Declare it as obsolete.
16811
16812 * man.el (Man-fontify-manpage): Pay attention to underline and
16813 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16814
16815 2000-06-08 Gerd Moellmann <gerd@gnu.org>
16816
16817 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16818 Set maintainer to FSF since author isn't reachable.
16819
16820 2000-06-08 Dave Love <fx@gnu.org>
16821
16822 * international/mule-cmds.el (select-safe-coding-system): If
16823 DEFAULT-CODING-SYSTEM is not specified, also check the most
16824 preferred coding-system if buffer-file-coding-system is
16825 `undecided'. From Handa.
16826
16827 2000-06-08 Kenichi Handa <handa@etl.go.jp>
16828
16829 * international/mule.el
16830 (after-insert-file-set-buffer-file-coding-system): If the buffer
16831 size is greater than INSERTED, judget that we are not visiting.
16832
16833 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16834
16835 * whitespace.el (defgroup whitespace): Comment out `:version'.
16836 XEmacs 20.4 has problems defining the group with this present.
16837 We'll have this commented out till get resolve the problem.
16838
16839 2000-06-07 John Wiegley <johnw@gnu.org>
16840
16841 * align.el (align-dq-string-modes, align-sq-string-modes)
16842 (align-open-comment-modes): Add pyhton-mode.
16843 (align-rules-list): Use get-text-property instead of
16844 text-properties-at.
16845 (align-rules-list): Add python-assignment.
16846 (align-rules-list): Change perl-comma-delimiter to
16847 basic-comma-delimiter. Use if for Perl modes and python-mode.
16848 (align-rules-list): Add python-chain-logic and
16849 basic-line-continuation.
16850
16851 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16852
16853 * apropos.el (apropos-mode-hook): New user variable.
16854 (apropos-mode): Run apropos-mode-hook.
16855
16856 2000-06-07 David Ponce <david@dponce.com>
16857
16858 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16859 commands. Require `wid-edit' at run-time.
16860
16861 2000-06-07 David Ponce <david@dponce.com>
16862
16863 * recentf.el: Added some "Commentary".
16864 (recentf-open-more-files, recentf-edit-list): Minor changes to
16865 move the point at the top of the file list. This behaviour is
16866 consistent with the menu one when the list contains a lot of
16867 files.
16868 (recentf-cleanup): Now displays the number of items removed from
16869 the list.
16870 (recentf-relative-filter) New menu filter to show filenames
16871 relative to `default-directory'.
16872
16873 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16874
16875 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16876 with/without giving an error if PostScript printer doesn't have this
16877 kind of page size. Zebra Stripe continues or restarts on next page.
16878 Manual/automatic paper feeding. Switch or not the header.
16879 (ps-print-version): New version number (5.2.2).
16880 (ps-windows-system): Include emx as a Windows system.
16881 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16882 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16883 (ps-background-text): Code fix.
16884 (ps-error-handler-message, ps-user-defined-prologue)
16885 (ps-print-prologue-header, ps-printer-name)
16886 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16887 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16888 (ps-use-face-background): Customization fix.
16889 (ps-n-up-database): Data fix.
16890 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16891 (ps-switch-header): New vars.
16892 (ps-xemacs-color-name, ps-face-foreground-name)
16893 (ps-face-background-name, ps-boolean-constant): New funs.
16894
16895 2000-06-07 Dave Love <fx@gnu.org>
16896
16897 * allout.el: New version from Manheimer.
16898
16899 2000-06-07 Kenichi Handa <handa@etl.go.jp>
16900
16901 * textmodes/fill.el (fill-find-break-point): Check the validity of
16902 charset.
16903
16904 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16905
16906 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16907 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16908 Call display-color-p and display-mouse-p instead of looking at
16909 window-system.
16910
16911 2000-06-06 Dave Love <fx@gnu.org>
16912
16913 * image.el (find-image): Doc fix. Return nil if image not found.
16914 (put-image, insert-image): Make STRING arg optional.
16915
16916 2000-06-06 Kenichi Handa <handa@etl.go.jp>
16917
16918 * language/vietnamese.el: Remove eval-when-compile.
16919 (viet-viscii-nonascii-translation-table): Define it as a
16920 translation table made from viet-viscii-decode-table.
16921 (viet-viscii-encode-table): Define it as a translation table made
16922 from the reverse map of above.
16923 (viet-vscii-nonascii-translation-table): Define it as a
16924 translation table made from viet-vscii-decode-table.
16925 (viet-vscii-encode-table): Define it as a translation table made
16926 from the reverse map of above.
16927 (ccl-decode-viscii): Use translate-character.
16928 (ccl-encode-viscii, ccl-encode-viscii-font)
16929 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16930 Likewize.
16931
16932 * language/cyrillic.el: Remove eval-when-compile.
16933 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16934 translation table made from cyrillic-koi8-r-decode-table.
16935 (cyrillic-koi8-r-encode-table): Define it as a translation table
16936 made from the reverse map of above.
16937 (ccl-decode-koi8): Use translate-character.
16938 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16939 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16940 a translation table made from cyrillic-alternativnyj-decode-table.
16941 (cyrillic-alternativnyj-encode-table): Define it as a translation
16942 table made from the reverse map of above.
16943 (ccl-decode-alternativnyj): Use translate-character.
16944 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16945 Likewize
16946
16947 * international/mule-diag.el (non-iso-charset-alist): Specify
16948 translation table symbol instead of translation table itself.
16949 (list-block-of-chars): CHARSET may be a translation table symbol.
16950
16951 * international/mule.el (make-coding-system): If CODING-SYSTEM
16952 already exists, override it.
16953
16954 * international/fontset.el: Use family `proportional' for Tibetan
16955 fonts.
16956
16957 * international/ccl.el (ccl-compile-translate-character): Don't
16958 check if Rrr has property translation-table.
16959 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16960
16961 2000-06-05 Gerd Moellmann <gerd@gnu.org>
16962
16963 * info.el: Bind case-fold-search to t when searching in case
16964 a user sets it to nil in a hook.
16965
16966 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16967
16968 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16969 * hl-line.el (hl-line-mode): Use the new :global key argument.
16970
16971 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16972 (tar-clip-time-string): Prepend a space.
16973 (tar-grind-file-mode): Construct a string rather than modifying one.
16974 (tar-header-block-summarize): Fix docstring.
16975 Use `format' rather than an error-prone set of copy-loops.
16976
16977 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16978 (diff-goto-source, diff-unified->context, diff-context->unified)
16979 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16980 understand the format output by the `-p' argument to diff.
16981
16982 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16983 (sh-re-done): Use defconst.
16984 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16985 (sh-help-string-for-variable, sh-guess-basic-offset):
16986 Don't quote lambdas.
16987 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16988 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16989
16990 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16991 (mh-letter-mode): Derive from text-mode.
16992 This implicitly means that it now calls kill-all-local-variables.
16993 Also remove the Emacs-18 compatibility code.
16994
16995 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16996 Make use of symbol-property doc-string-elt.
16997 Use memq rather than a sequence of eq.
16998 (doc-string-elt): Fix the wrong or missing previously unused values.
16999 (autoload-print-form): New function extracted from
17000 generate-file-autoloads to allow recursion when handling progn
17001 so that defvar's and defun's docstrings are properly printed.
17002 (generate-file-autoloads): Use it.
17003
17004 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
17005 Use find-file-hooks in the minor-mode function.
17006 Be careful not to loop indefinitely in the post-command-hook function.
17007
17008 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
17009
17010 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
17011 tty's.
17012 * ediff-diff.el (ediff-exec-process): Use --binary for fine
17013 differences whenever appropriate.
17014 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17015 * viper.el (find-file, find-file-other-window): Get viper to do
17016 wildcards.
17017
17018 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17019
17020 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17021 (jit-lock-fontify-buffer): New function for JIT refontification.
17022 (jit-lock-mode): Fix docstring.
17023 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17024 Remove jit-lock-after-change from the _local_ hook.
17025 (jit-lock-function-1): Fix docstring.
17026
17027 * info.el (Info-on-current-buffer): Initialize info.
17028
17029 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17030
17031 * progmodes/tcl.el (tcl-indent-for-comment):
17032 Ignore comment-indent-hook.
17033
17034 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17035 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17036 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17037 and improve to use the lighter to guess the capitalization.
17038 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17039 Add keyword arguments to specify global-ness or the custom group.
17040 Add local-map and help-echo properties to the lighter.
17041 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17042 (easy-mmode-define-global-mode): New macro.
17043
17044 2000-06-02 Dave Love <fx@gnu.org>
17045
17046 * wid-edit.el: byte-compile-dynamic since we typically don't use
17047 all the widgets. Don't require cl or widget. Remove
17048 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17049 (widget-read-event): Removed. Callers changed to use read-event.
17050 (widget-button-release-event-p): Renamed from
17051 button-release-event-p.
17052 (widget-field-add-space, widget-field-use-before-change):
17053 Uncustomize.
17054 (widget-specify-field): Use keymap property, not local-map.
17055 (widget-specify-button): Obey :suppress-face.
17056 (widget-specify-insert): Use modern backquote syntax.
17057 (widget-image-directory): Renamed from widget-glyph-directory.
17058 (widget-image-enable): Renamed from widget-glyph-enable.
17059 (widget-image-find): Replaces widget-glyph-find.
17060 (widget-button-pressed-face): Move defvar.
17061 (widget-image-insert): Replaces widget-glyph-insert.
17062 (widget-convert): Use keywordp.
17063 (widget-leave-text, widget-children-value-delete): Use mapc.
17064 (widget-keymap): Remove XEmacs stuff.
17065 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17066 (widget-button-click): Don't set point at the click, but re-centre
17067 if we scroll out of window. Rewritten for images v. glyphs &c.
17068 (widget-tabable-at): Use POS arg, not point.
17069 (widget-beginning-of-line, widget-end-of-line)
17070 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17071 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17072 (widget-default-create): Use widget-image-insert; some rewriting.
17073 (widget-visibility-value-create)
17074 (widget-push-button-value-create, widget-toggle-value-create): Use
17075 widget-image-insert.
17076 (checkbox): Create on and off images dynamically.
17077 (documentation-link): Change :help-echo.
17078 (widget-documentation-link-echo-help): Remove.
17079
17080 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17081
17082 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17083
17084 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17085 (easy-mmode-define-toggle, define-minor-mode): Use it.
17086 (easy-mmode-define-keymap): Docstring fix.
17087 (define-derived-mode): Default PARENT to fundamental-mode.
17088 Add the derived-mode-parent symbol-property.
17089 (easy-mmode-derived-mode-p): New function.
17090
17091 2000-06-02 Dave Love <fx@gnu.org>
17092
17093 * files.el (convert-standard-filename): Doc fix.
17094 (normal-backup-enable-predicate): New function.
17095 (backup-enable-predicate): Use it to replace the lambda form.
17096
17097 * calendar/todo-mode.el: [This needs more work on the outline
17098 stuff.] Doc fixes.
17099 (todo) <defgroup>: Add :version.
17100 (todo-add-category): Don't use pushnew.
17101 (todo-cmd-raise): Fix typo.
17102 (todo-top-priorities): Change temp buffer name.
17103 (todo-category-alist): Avoid redundant lambda.
17104 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17105 Use outline-next-heading.
17106
17107 * autoarg.el: Rewritten to use define-minor-mode.
17108 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17109 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17110
17111 2000-06-02 Kenichi Handa <handa@etl.go.jp>
17112
17113 * isearch.el (isearch-other-meta-char): Fix previous change.
17114
17115 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17116
17117 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17118 (log-edit-done): Only add the comment to the ring if it's different
17119 from the last comment entered.
17120
17121 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17122
17123 2000-06-01 Dave Love <fx@gnu.org>
17124
17125 * hl-line.el: Rewritten using define-minor-mode.
17126
17127 * help.el (describe-function-1): Distinguish special form from
17128 builtin function. Sanity-check presence of arglist for builtins.
17129
17130 2000-06-01 Kenichi Handa <handa@etl.go.jp>
17131
17132 * international/characters.el: Fix syntax/category setting of
17133 Tibetan characters.
17134
17135 * language/tibet-util.el (tibetan-add-components): Fixes for new
17136 encoding of Tibetan characters.
17137 (tibetan-decompose-precomposition-alist): New variable.
17138 (tibetan-decompose-region): Convert precomposed characters to
17139 non-precomposed characters.
17140 (tibetan-decompose-string): Likewise.
17141 (tibetan-composition-function): Fix args to
17142 thibetan-compose-string.
17143
17144 * language/tibetan.el (tibetan-composable-pattern): More
17145 characters included.
17146 (tibetan-consonant-transcription-alist): Rule for "R" added.
17147 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17148 "+R" added.
17149 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17150
17151 * language/lao-util.el (lao-composition-function): Fix args to
17152 compose-string.
17153
17154 * language/thai-util.el (thai-composition-function): Fix args to
17155 compose-string.
17156
17157 * isearch.el (isearch-update): Set disable-point-adjustment to t
17158 to prevent the point moving to the end of a composition when a
17159 part of a composition is searched.
17160 (isearch-other-meta-char): If the key invoking this command can be
17161 mapped by function-key-map to a printing char, call
17162 isearch-process-search-char directly.
17163
17164 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17165
17166 * emacs-lisp/bytecomp.el:
17167 * frame.el:
17168 * international/mule-cmds.el:
17169 * international/mule-util.el:
17170 * international/mule.el:
17171 * mouse.el:
17172 * subr.el:
17173 * faces.el: Update calls to make-obsolete with a WHEN argument.
17174
17175 * byte-run.el (make-obsolete, make-obsolete-variable):
17176 Add an optional WHEN argument and change the format of the
17177 symbol-property information.
17178 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17179 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17180 new obsolete-symbol-property format and print WHEN if it is provided.
17181
17182 2000-05-31 Dave Love <fx@gnu.org>
17183
17184 * loadhist.el (loadhist-hook-functions): Remove
17185 before-change-function, after-change-function.
17186 (unload-feature): Deal with symbols which are both bound and
17187 fbound.
17188
17189 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17190 before-change-function, after-change-function.
17191
17192 * simple.el (newline): Don't bind before-change-function,
17193 after-change-function.
17194
17195 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17196
17197 * whitespace.el (whitespace-rescan-timer-time): Update interval
17198 set to 600 seconds (10 minutes) instead of 60 seconds since
17199 a large number of whitespace buffers causes emacs to `freeze'
17200 for a considerable amount of time.
17201
17202 * whitespace.el: Updated email address
17203
17204 2000-05-31 Dave Love <fx@gnu.org>
17205
17206 * add-log.el (change-log-font-lock-keywords) <function>: Add
17207 pattern for function of change.
17208 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17209 acknowledgements patterns.
17210
17211 2000-05-31 Kenichi Handa <handa@etl.go.jp>
17212
17213 * isearch.el (isearch-printing-char): If keyboard coding system is
17214 being used, call isearch-process-search-multibyte-characters.
17215
17216 * international/isearch-x.el: Mostly rewritten.
17217
17218 * international/quail.el (quail-start-conversion): Don't include
17219 unhandled events in the returned events, but set them in
17220 unread-command-events. Exit if all inputs are deleted.
17221
17222 2000-05-30 Jason Rumney <jasonr@gnu.org>
17223
17224 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17225
17226 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17227 Reenable code to create initial fontsets.
17228 Use set-fontset-font in place of put-charset-property.
17229
17230 2000-05-30 Gerd Moellmann <gerd@gnu.org>
17231
17232 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17233 label, ensure that the first colon isn't followed by another.
17234
17235 * paths.el (Info-default-directory-list): Doc fix.
17236
17237 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17238 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17239 send a query containing USER only, not USER@HOST.
17240
17241 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17242 and rmail-msgend to compute the restriction at the end, instead of
17243 computing it.
17244
17245 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17246
17247 * dabbrev.el (dabbrev-expand): Don't display messages in the
17248 echo area if the minibuffer window is active.
17249
17250 * jit-lock.el (jit-lock-mode): Add after change function to
17251 local hook.
17252
17253 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17254
17255 * antlr-mode.el: New commands: hide/unhide actions,
17256 upcase/downcase literals.
17257 (antlr-tiny-action-length): New user option.
17258 (antlr-hide-actions): New command. Suggested by
17259 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17260 (antlr-mode-map): New binding [C-c C-v].
17261 (antlr-mode-menu): New entries.
17262 (antlr-downcase-literals): New command.
17263 (antlr-upcase-literals): Ditto.
17264
17265 * antlr-mode.el: Minor changes: indendation, mode-name.
17266 (antlr-indent-line): Indent cpp directive at column 0.
17267 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17268
17269 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17270 (antlr-font-lock-additional-keywords): Workaround for intentional
17271 bug in XEmacs version of font-lock.
17272 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17273 be used by a smarter version of `buffers-menu-grouping-function'.
17274
17275 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17276
17277 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17278 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17279
17280 2000-05-29 Kenichi Handa <handa@etl.go.jp>
17281
17282 * international/encoded-kb.el
17283 (encoded-kbd-iso2022-designation-map): Pay attention to that
17284 charset-iso-final-char return -1 for eight-bit-control and
17285 eight-bit-graphic.
17286
17287 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17288
17289 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17290 (speedbar-easymenu-definition-base): Use display-graphic-p where
17291 available, instead of window-system.
17292
17293 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17294
17295 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17296 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17297 coding systems.
17298
17299 2000-05-26 Dave Love <fx@gnu.org>
17300
17301 * disp-table.el (standard-display-underline): Don't use
17302 internal-find-face.
17303
17304 * mail/reporter.el: Maintainer change. Doc fixes.
17305 (reporter-version): Deleted.
17306
17307 * emacs-lisp/elp.el: Maintainer change.
17308 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17309
17310 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17311
17312 * add-log.el (add-change-log-entry): Merge the current entry with the
17313 previous one if the previous one is empty.
17314
17315 2000-05-26 Dave Love <fx@gnu.org>
17316
17317 * loadhist.el (unload-feature): Fix interactive spec [from
17318 lijnzaad@ebi.ac.uk].
17319
17320 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17321 subr-arity to check primitives.
17322 (byte-compile-flush-pending, byte-compile-file-form-progn)
17323 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17324 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17325 mapcar.
17326
17327 2000-05-26 Kenichi Handa <handa@etl.go.jp>
17328
17329 * international/fontset.el: Set family names of non-latin charsets
17330 in default fontset to "*".
17331
17332 * international/mule-diag.el (print-fontset): Combine family part
17333 and registry part of the fontname by "-*-" instead of "-".
17334
17335 * international/mule-cmds.el (encode-coding-char): Make strings
17336 multibyte before calling encode-coding-string.
17337
17338 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17339
17340 * derived.el: Fix keywords.
17341 (define-derived-mode): Only define if needed.
17342
17343 * simple.el (fill-comment, comment-column, comment-start)
17344 (comment-start-skip, comment-end, comment-indent-function)
17345 (block-comment-start, block-comment-end, indent-for-comment)
17346 (set-comment-column, kill-comment, comment-padding, comment-region)
17347 (comment-multi-line, indent-new-comment-line): Remove.
17348
17349 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17350 function names for comment operations.
17351
17352 * newcomment.el: Add abundant autoload cookies.
17353 (comment-style): Don't depend on runtime data at compile-time.
17354 (comment-indent-hook): Remove.
17355 (comment-indent): Check if comment-indent-hook is bound.
17356 (comment-region): Docstring fix.
17357
17358 2000-05-25 Dave Love <fx@gnu.org>
17359
17360 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17361 byte-code-function-p.
17362
17363 * mail/rmailsum.el: Add provide.
17364
17365 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17366
17367 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17368 defcustom.
17369
17370 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17371
17372 * ediff-diff.el (ediff-exec-process): delete --binary option from
17373 non-buffer ediff jobs.
17374
17375 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17376
17377 * hilit-chg.el (highlight-changes-mode): Ask about color or
17378 grayscale support, not about window-system.
17379
17380 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17381 window-system.
17382 (ffap-highlight): Always default to t.
17383
17384 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17385 display-popup-menus-p instead of looking at window-system.
17386
17387 * disp-table.el (standard-display-g1, standard-display-graphic):
17388 Only refuse to use string glyphs on X and MS-Windows.
17389
17390 * avoid.el: Remove window-system from commentary, suggest to use
17391 display-*-p instead.
17392
17393 * apropos.el (apropos-print): Use display-mouse-p instead of
17394 window-system.
17395
17396 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17397
17398 * international/codepage.el (cp-decoding-vector-for-codepage):
17399 Fill up unsupported characters with their own codes. From Kenichi
17400 Handa.
17401
17402 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17403
17404 * international/mule-diag.el (describe-char-after): Use
17405 display-graphic-p instead of window-system, so that this function
17406 works on MS-DOS.
17407
17408 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17409
17410 * international/codepage.el (cp-make-coding-systems-for-codepage):
17411 Remove the eight-bit-graphic and eight-bit-control charsets from
17412 the list of charsets which we convert into `?'.
17413
17414 2000-05-25 Kenichi Handa <handa@etl.go.jp>
17415
17416 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17417 private charsets.
17418 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17419 japanese-jisx0213-2): New charsets.
17420
17421 * international/fontset.el: Setup default fontset for new charsets.
17422
17423 2000-05-24 Dave Love <fx@gnu.org>
17424
17425 * info.el (Info-find-node-2): Restructure [following "Vadim
17426 S. Solomin" <sovs@uic.nnov.ru>].
17427
17428 * icomplete.el: Fix header for Finder.
17429
17430 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17431
17432 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17433 STAY.
17434
17435 * rmail.el (rmail-automatic-folder-directives): New user variable.
17436 (rmail-show-message): Add call to `rmail-auto-file' during
17437 display.
17438 (rmail-auto-file): New function.
17439
17440 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17441
17442 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17443 account.
17444 (ediff-test-utility,ediff-diff-mandatory-option)
17445 (ediff-reset-diff-options): Utilities for proper initialization of
17446 ediff-diff-options and ediff-diff3-options on Windows.
17447
17448 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17449 variable.
17450
17451 * ediff-mult.el (ediff-filegroup-action): Use
17452 ediff-merge-filename-prefix.
17453
17454 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17455
17456 * viper-ex.el (ex-write): Set selective display to nil.
17457
17458 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17459
17460 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17461 aliases for hebrew-iso-8bit.
17462
17463 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17464
17465 * woman.el: New version from Francis J. Wright
17466 <F.J.Wright@Maths.QMW.ac.uk>.
17467 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17468 names in environment variables regardless of the path separator.
17469 (woman-topic-all-completions-1): Don't call file-name-directory-p
17470 on all files, since woman-file-regexp already filters out any
17471 directories.
17472
17473 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17474
17475 * international/quail.el (quail-start-translation): Don't change
17476 modified-p of the current buffer.
17477 (quail-start-conversion): Likewise.
17478
17479 * international/kkc.el (kkc-region): Don't change modified-p of
17480 the current buffer.
17481
17482 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17483 conform to RFC1468.
17484 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17485
17486 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17487
17488 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17489 (speedbar-insert-button): Invisible text property fix.
17490 (speedbar-directory-plus): Renamed from speedbar-directory-+
17491 (speedbar-directory-minus): Renamed from speedbar-directory--
17492 (speedbar-page-plus): Renamed from speedbar-file-+
17493 (speedbar-page-minus): Renamed from speedbar-file--
17494 (speedbar-page): Renamed from speedbar-file-
17495 (speedbar-tag): Renamed from speedbar-tag-
17496 (speedbar-tag-plus): Renamed from speedbar-tag-+
17497 (speedbar-tag-minus): Renamed from speedbar-tag--
17498 (speedbar-expand-image-button-alist): Use above renames.
17499
17500 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17501 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17502 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17503 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17504 * sb-pg.xpm: Renamed from sb-file.xpm
17505 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17506 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17507
17508 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17509
17510 * international/quail.el (quail-show-guidance-buf): Set
17511 current-input-method of the guidance buffer to the name of the
17512 curren input method.
17513
17514 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17515
17516 * progmodes/compile.el (compile-internal): Style typo.
17517
17518 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17519 quote vars and functions in the docstring.
17520
17521 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17522
17523 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17524 Don't quote lambdas.
17525
17526 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17527
17528 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17529
17530 * startup.el (command-line): Determine source file of compiled
17531 user init file differently. Warn if compiled user init file
17532 is older than its source file.
17533
17534 * ffap.el (ffap-url-regexp): Add `https'.
17535
17536 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17537
17538 * files.el (make-backup-file-name-1): Replace slashes with `!'
17539 rather than `|' (which is not allowed on Windows). Replace the
17540 drive letters with a string "drive_X".
17541
17542 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17543
17544 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17545
17546 * files.el (interpreter-mode-alist): Add `bash2'.
17547
17548 2000-05-22 Dave Love <fx@gnu.org>
17549
17550 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17551 mapc.
17552 (feature-file): Avoid calling symbol-name. Doc fix.
17553 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17554 (loadhist-hook-functions): Add mouse-position-function.
17555 (unload-feature): Change uses of mapcar.
17556
17557 * files.el (parse-colon-path): Doc fix.
17558 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17559 (set-auto-mode): Use mapc.
17560
17561 * complete.el (PC-look-for-include-file): Use :alnum: character
17562 class.
17563 (partial-completion-mode): Add autoload cookie.
17564
17565 2000-05-22 Sam Steingold <sds@gnu.org>
17566
17567 * info.el (Info-fontify-node): Fixed the call to
17568 `add-text-properties' (bug introduced on 2000-05-18).
17569
17570 2000-05-22 Dave Love <fx@gnu.org>
17571
17572 * bindings.el: Remove debug-ignored-errors set in other files.
17573
17574 * progmodes/etags.el: Add to debug-ignored-errors.
17575 (visit-tags-table-buffer): Clear out buffers holding old tables
17576 when making a new list.
17577 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17578 mapc.
17579
17580 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17581 quote keywords.
17582 (cmpl-string-case-type): Use character classes.
17583
17584 * comint.el:
17585 * textmodes/ispell.el:
17586 * imenu.el:
17587 * mail/mh-e.el:
17588 * progmodes/compile.el: Add to debug-ignored-errors.
17589
17590 * dabbrev.el: Add to debug-ignored-errors.
17591 (dabbrev-completion): Use mapc.
17592
17593 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17594
17595 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17596 (woman-mapcan, woman-parse-man.conf)
17597 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17598 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17599 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17600 path syntax better.
17601 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17602 (woman-manpath): Call woman-parse-man.conf.
17603 (woman-emulation): New defcustom, defaults to nroff.
17604 (woman-font-support): New defconst.
17605 (woman-use-symbol-font): New defcustom.
17606 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17607 "Emulation".
17608 Many functions: Doc fix.
17609
17610 2000-05-22 Kenichi Handa <handa@etl.go.jp>
17611
17612 * international/quail.el (quail-simple-translation-keymap): Map
17613 128..255 to quail-self-insert-command.
17614 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17615
17616 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17617
17618 * help.el (help-manyarg-func-alist): Typo.
17619
17620 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17621 intervals which makes it heaps simpler.
17622
17623 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17624 the nested comment markers.
17625
17626 * subr.el (remove-hook): Don't turn the hook's value into a list.
17627
17628 2000-05-21 Dave Love <fx@gnu.org>
17629
17630 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17631 are invalid characters.
17632
17633 * international/mule-util.el (detect-coding-with-priority): Use
17634 mapc. Remove redundant lambda.
17635
17636 * international/mule-diag.el (list-non-iso-charset-chars)
17637 (describe-fontset): Remove redundant lambda.
17638
17639 * emulation/crisp.el (brief-mode): New alias.
17640
17641 * emacs-lisp/ring.el (ring-elements): New function.
17642
17643 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17644 (easy-menu-do-add-item): Use keywordp.
17645
17646 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17647
17648 * replace.el: Doc and error message fixes.
17649 (replace-highlight): Use facep, not internal-find-face.
17650
17651 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17652
17653 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17654
17655 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17656 (log-edit-insert-changelog): Drop `:' as well.
17657
17658 * log-view.el: Fix file description.
17659 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17660 available.
17661 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17662 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17663
17664 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17665 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17666 Print a status message if the toggle is called interactively.
17667 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17668 for global minor modes and use `defcustom' for them.
17669 Use add-minor-mode.
17670 (easy-mmode-define-derived-mode): Remove.
17671 (define-derived-mode): Fancier default docstring.
17672 (easy-mmode-define-navigation): Signal an error rather than (ding).
17673
17674 * newcomment.el (comment-styles): New `box-multi'.
17675 (comment-normalize-vars): Better default for comment-continue to
17676 avoid whitespace-only continuations.
17677 (comment-search-forward): Always move even in the no-syntax case.
17678 (comment-padright): Only obey N if it's only obeyed for padleft.
17679 (comment-make-extra-lines): Better handling of empty continuations.
17680 Use `=' for the filler if comment-start has only one character.
17681 (uncomment-region): Try handling the special `=' filler.
17682 (comment-region): Allow LINES even if MULTI is nil.
17683 (comment-box): Choose box style based on comment-style.
17684
17685 2000-05-20 Kenichi Handa <handa@etl.go.jp>
17686
17687 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17688 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17689
17690 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
17691
17692 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17693 and insert, not subst-char-in-region.
17694
17695 * international/mule-diag.el (list-character-sets-1): Handle
17696 charsets eight-bit-control and eight-bit-graphic.
17697 (list-iso-charset-chars): Likewise.
17698 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17699 charactes as is. Use indent-to to align characters.
17700
17701 * international/mule-cmds.el (find-multibyte-characters): Never
17702 exclude charsets eight-bit-control and eight-bit-graphic.
17703
17704 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17705
17706 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17707 Don't quote lambdas.
17708
17709 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17710
17711 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17712
17713 * gud.el (gud-jdb-directories): Doc fix.
17714
17715 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17716
17717 * newcomment.el: New file.
17718
17719 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17720
17721 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17722
17723 2000-05-18 Andreas Schwab <schwab@suse.de>
17724
17725 * dired.el (dired-between-files): Also skip lines beginning with
17726 `used'.
17727
17728 2000-05-18 Gerd Moellmann <gerd@gnu.org>
17729
17730 * msb.el (msb-menu-cond): Add choice `user'.
17731
17732 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17733
17734 * ps-print.el: Compatibility, customization and doc fix.
17735 (ps-printer-name-option): Replace defconst by defvar.
17736 (ps-postscript-code-directory): XEmacs compatibility.
17737 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17738 fix.
17739 (ps-user-defined-prologue, ps-print-prologue-header)
17740 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17741 compatibility and code fix.
17742 (ps-print-background-image, ps-print-background-text):
17743 Customization fix.
17744 (ps-line-number-start, ps-n-up-on): New vars.
17745
17746 2000-05-18 Espen Skoglund <esk@ira.uka.de>
17747
17748 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17749 the indent-comment function to just return the appropriate indent.
17750
17751 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17752
17753 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17754 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17755 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17756
17757 2000-05-18 Dave Love <fx@gnu.org>
17758
17759 * info.el (Info-fontify-node): Add intangible property as well as
17760 invisible.
17761
17762 * calendar/appt.el (appt-make-list): Match all lines of entry.
17763 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17764
17765 2000-05-18 Kenichi Handa <handa@etl.go.jp>
17766
17767 * international/mule-diag.el (describe-char-after): Call
17768 internal-char-font, not char-font. If internal-char-font returns
17769 nil, display "-- none --".
17770
17771 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17772
17773 * image.el (image-type-available-p): Don't reference image-types
17774 if it isn't bound.
17775
17776 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17777
17778 * autoarg.el (autoarg-mode): Typo in the :set argument.
17779
17780 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17781
17782 * startup.el (command-line-1): Don't signal an error if the
17783 directory for auto-save-list files does not yet exist.
17784
17785 2000-05-17 Kenichi Handa <handa@etl.go.jp>
17786
17787 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17788
17789 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17790
17791 * subr.el (remove-hook): `setq' hook-value, not `set'.
17792
17793 2000-05-16 Sam Steingold <sds@gnu.org>
17794
17795 * info.el (debug-ignored-errors): More errors to ignore.
17796
17797 2000-05-16 Dave Love <fx@gnu.org>
17798
17799 * cus-edit.el: Don't require cl or easymenu.
17800 (custom-variable-prompt): Test standard-value property, not
17801 user-variable-p.
17802
17803 2000-05-16 Sam Steingold <sds@gnu.org>
17804
17805 * subr.el (add-hook): `setq' hook-value, not `set'.
17806
17807 2000-05-16 Gerd Moellmann <gerd@gnu.org>
17808
17809 * startup.el (command-line-1): Mention the FAQ in the startup
17810 message.
17811
17812 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17813
17814 * progmodes/compile.el (compilation-parse-errors): Collect
17815 `nomessage' regexps last.
17816
17817 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17818
17819 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17820 to the function name.
17821
17822 2000-05-15 Dave Love <fx@gnu.org>
17823
17824 * speedbar.el (speedbar-recenter): Typo.
17825 (speedbar-expand-line): Make arg optional.
17826 (speedbar-mode): Avoid a compiler warning.
17827
17828 2000-05-15 Gerd Moellmann <gerd@gnu.org>
17829
17830 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17831 user-specified option string is empty.
17832
17833 * mouse.el (mouse-yank-at-click): Doc fix.
17834
17835 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17836
17837 * term/internal.el (IT-character-translations): More updates of
17838 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17839 documents.
17840
17841 2000-05-15 Gerd Moellmann <gerd@gnu.org>
17842
17843 * env.el (getenv): New function, interactively callable.
17844 (setenv, getenv): Remove autoload cookies.
17845
17846 * loadup.el: Load `env'.
17847
17848 * progmodes/f90.el: Change author's mail address.
17849
17850 2000-05-14 Dave Love <fx@gnu.org>
17851
17852 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17853 goto-addr as an option.
17854
17855 * help.el (help-xref-stack): Doc fix.
17856 (help-xref-following): New variable.
17857 (help-make-xrefs): Use it.
17858 (help-xref-go-back): Use position information from stack element.
17859 (help-follow): Make position in stack element a pair. Use
17860 help-xref-following.
17861
17862 * autoarg.el: New file.
17863
17864 * faces.el: Declare more functions obsolete.
17865
17866 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17867 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17868 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17869 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17870 Remove all the setup-...-environment functions.
17871
17872 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17873
17874 * speedbar.el: Updated the commentary section. xemacs20p now uses
17875 >= when detecting. Require `defimage' safely.
17876 (speedbar-easymenu-definition-base): Add toggle for images.
17877 (speedbar-easymenu-definition-special): Add flush cache & expand.
17878 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17879 (speedbar-reconfigure-keymaps-hook): New variable.
17880 (speedbar-frame-parameters): Updated documentation.
17881 (speedbar-use-imenu-flag): Updated custom tag
17882 (speedbar-dynamic-tags-function-list): New variable.
17883 (speedbar-tag-hierarchy-method): Updated doc & custom.
17884 (speedbar-indentation-width, speedbar-indentation-width) New
17885 variables.
17886 (speedbar-hide-button-brackets-flag): Customizable.
17887 (speedbar-vc-indicator): Doc update.
17888 (speedbar-ignored-path-expressions): Updated default value.
17889 (speedbar-supported-extension-expressions): Updated default value.
17890 (speedbar-syntax-table): Remove {} paren status.
17891 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17892 as "+". Added overlay aliases.
17893 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17894 `force-mode-line-update'.
17895 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17896 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17897 `mouse-set-point'
17898 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17899 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17900 of arbitrary text, and new helper functions.
17901 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17902 filename finder.
17903 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17904 (speedbar-directory-buttons): Update path search/expansion.
17905 (speedbar-make-tag-line): Pay attention to
17906 `speedbar-indentation-width'. Use more care w/ invisible
17907 properties.
17908 (speedbar-change-expand-button-char): Call
17909 `speedbar-insert-image-button-maybe'.
17910 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17911 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17912 (speedbar-trim-words-tag-hierarchy)
17913 (speedbar-simple-group-tag-hierarchy): New functions
17914 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17915 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17916 functions.
17917 (speedbar-mouse-set-point): New function
17918 (speedbar-power-click): Updated documentation.
17919 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17920 of tag prefix text.
17921 (speedbar-expand-line, speedbar-contract-line): Make more robust
17922 to strange text.
17923 (speedbar-expand-line): Takes universal argument to flush the
17924 cache.
17925 (speedbar-flush-expand-line): New function.
17926 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17927 Use new generator insertion method.
17928 (speedbar-fetch-dynamic-tags): New function.
17929 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17930 `speedbar-fetch-dynamic-imenu'.
17931 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17932 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17933 "Revert Buffer" menu items.
17934 (speedbar-buffer-buttons-engine): Be smarter when creating a
17935 filename tag (for expansion purposes.).
17936 (speedbar-highlight-one-tag-line,
17937 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17938 (speedbar-recenter): New functions.
17939 (defimage-speedbar): Image loading abstraction.
17940 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17941 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17942 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17943 (speedbar-tag-type, speedbar-tag-mail): New images.
17944 (speedbar-expand-image-button-alist): New variable.
17945 (speedbar-insert-image-button-maybe): Insert an image over some
17946 buttons.
17947
17948 2000-05-13 Kenichi Handa <handa@etl.go.jp>
17949
17950 * international/mule-cmds.el (encode-coding-char): An ASCII
17951 character is always encodable.
17952
17953 * international/mule-conf.el: Add more information in descriptions
17954 of character sets.
17955
17956 * international/mule-diag.el (describe-char-after): New function.
17957 (describe-font-internal): Adjusted for the change of font-info.
17958 (describe-font): Likewise.
17959 (print-fontset): Rewritten for the new fontset implementation.
17960 (describe-fontset): Include fontset alias names in completion.
17961 (list-fontsets): Adjusted for the change of print-fontset.
17962
17963 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17964 describe-char-after instead of displaying the detail in the echo
17965 area.
17966 (syntax-code-table): Format changed.
17967 (string-to-syntax): Adjusted for the above change.
17968
17969 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17970
17971 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17972
17973 2000-05-12 Dave Love <fx@gnu.org>
17974
17975 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17976 dependence. Use line-{beginning,end}-position, not
17977 point-at{b,e}ol. Some doc fixes.
17978 (todo-position): New function. Fix callers of position to use it.
17979 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17980
17981 2000-05-12 Gerd Moellmann <gerd@gnu.org>
17982
17983 * time.el (display-time-mail-icon): Use `:ascent center'.
17984
17985 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17986 handling FTP security extensions.
17987
17988 2000-05-11 Dave Love <fx@gnu.org>
17989
17990 * calendar/todo-mode.el: New file.
17991
17992 2000-05-11 Gerd Moellmann <gerd@gnu.org>
17993
17994 * comint.el (comint-read-input-ring): Move reference to
17995 comint-input-ring-size outside of the save-excursion. It was
17996 causing the default value to be the only one ever seen.
17997
17998 * font-lock.el: Update copyright. Remove Simon Marshall's email
17999 address on request from him.
18000
18001 * subr.el (substitute-key-definition): Add comment describing
18002 the meaning of PREFIX.
18003
18004 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
18005
18006 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
18007
18008 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
18009 (add-minor-mode): Don't make the variable buffer-local and add a
18010 reference to define-minor-mode in the docstring.
18011
18012 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
18013 HEADER/FOOTER and fix bug with trailing empty directory.
18014 (cvs-append-to-ignore): Use vc-editable-p if available.
18015 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18016 (vc-do-command): Tweak advice to handle the new VC.
18017
18018 * log-view.el (log-view-goto-rev): New function for the new VC.
18019 (log-view-minor-wrap): Use mark-active.
18020
18021 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18022 (log-edit-changelog-full-paragraphs): New var.
18023 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18024 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18025 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18026 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18027 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18028 Replace the `cvs' prefix with `log-edit'.
18029
18030 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18031
18032 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18033 (diff-font-lock-defaults): Explicitly turn off multiline.
18034 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18035 (diff-ediff-patch): Fix call to ediff-patch-file.
18036 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18037 Handle comments.
18038
18039 * frame.el (automatic-hscrolling): Typo.
18040
18041 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18042
18043 2000-05-09 Sam Steingold <sds@goems.com>
18044
18045 * apropos.el (apropos-print): use `describe-face' instead of
18046 `customize-face-other-window'.
18047
18048 2000-05-09 Dave Love <fx@gnu.org>
18049
18050 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18051
18052 * help.el (describe-variable): Have customize button pop the
18053 help-xref stack when invoked.
18054 (help-xref-symbol-regexp): Add `face'.
18055 (help-make-xrefs): Check for quoted face names and adapt regexp
18056 submatch numbers to cope.
18057 (help-xref-interned): Maybe insert face doc too. Separate
18058 sections with a line of hyphens.
18059
18060 * faces.el: Some doc fixes. Declare some functions obsolete.
18061 (describe-face): Add customize button. Return the help
18062 text. Fix prompt.
18063
18064 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18065
18066 * term/internal.el (IT-character-translations): Fix last change.
18067
18068 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18069
18070 * woman.el: New file
18071 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18072
18073 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18074
18075 * term/internal.el (IT-character-translations): Update ASCII
18076 simulations for greek-iso8859-7, add latin-iso8859-14 and
18077 latin-iso8859-15.
18078
18079 * international/mule-cmds.el (set-language-info-alist): Call
18080 define-prefix-command with 3 arguments, to make the map suitable
18081 for a menu.
18082
18083 2000-05-07 Dave Love <fx@gnu.org>
18084
18085 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18086
18087 2000-05-05 Dave Love <fx@gnu.org>
18088
18089 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18090 list in doc string. Don't quote keyword symbols.
18091 * emacs-lisp/cl.el: Likewise
18092 * emacs-lisp/cl-seq.el: Likewise
18093
18094 2000-05-05 Gerd Moellmann <gerd@gnu.org>
18095
18096 * abbrev.el (abbrev-mode): Make ARG optional.
18097
18098 2000-05-04 Gerd Moellmann <gerd@gnu.org>
18099
18100 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18101
18102 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18103
18104 * subr.el (substitute-key-definition): Clarify documentation.
18105
18106 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
18107
18108 * glasses.el (glasses-convert-to-unreadable): Use
18109 `glasses-separator' instead of the hard-wired "_".
18110 (glasses-mode): Call `glasses-make-unreadable' only in a single
18111 place.
18112
18113 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18114
18115 * term/internal.el (cjk-codepages-alist): Add associations for
18116 Chinese and Korean codepages. Remove FIXME comment.
18117
18118 2000-05-03 Dave Love <fx@gnu.org>
18119
18120 * time.el (display-time-mail-face, display-time-use-mail-icon):
18121 New option.
18122 (display-time-mail-icon): New variable.
18123 (display-time-string-forms): Use the above. Fix the local-map.
18124
18125 2000-05-03 Gerd Moellmann <gerd@gnu.org>
18126
18127 * replace.el (query-replace-map): Add binding for `E'.
18128 (query-replace-help): Extend help text.
18129 (perform-replace): Allow editing the replacement string.
18130
18131 * make-mode.el (makefile-mode-abbrev-table): New variable.
18132 (makefile-mode): Set local abbrev table to
18133 makefile-mode-abbrev-table.
18134 (makefile-font-lock-keywords): Fontify includes and conditionals.
18135
18136 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18137 set TOGGLE's value.
18138
18139 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18140 mail-interactive-insert-alias.
18141 (mail-abbrev-complete-alias): New command.
18142 (mail-mode-map): Bind it to `M-TAB'.
18143
18144 2000-05-03 Kenichi Handa <handa@etl.go.jp>
18145
18146 * language/lao-util.el (lao-compose-region): New function.
18147
18148 2000-05-02 Gerd Moellmann <gerd@gnu.org>
18149
18150 * files.el (recover-session): Make directories as necessary
18151 if they don't exist yet.
18152
18153 * calendar/cal-french.el
18154 (french-calendar-multibyte-special-days-array)
18155 (french-calendar-special-days-array): Change French text.
18156 (calendar-french-date-string): Change output.
18157 (calendar-goto-french-date): Likewise.
18158
18159 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18160
18161 * wid-edit.el (widget-default-active): Obey `:always-active'.
18162 (widget-documentation-string-value-create): Set `:always-active'.
18163
18164 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18165
18166 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18167 default prefix to `~/_emacs.d/auto-save.list/_s'.
18168 (normal-top-level): Create the directory for auto-save files, if
18169 it doesn't already exist (in the ms-dos case only).
18170
18171 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18172
18173 * international/mule-cmds.el (set-language-environment): Don't
18174 concat an integer (dos-codepage), use format instead.
18175
18176 2000-05-02 Dave Love <fx@gnu.org>
18177
18178 * help.el (help-xref-on-pp): Check for constant symbols.
18179
18180 2000-04-29 Gerd Moellmann <gerd@gnu.org>
18181
18182 * startup.el (normal-top-level): Put a condition-case around
18183 the code loading subdirs.el.
18184
18185 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18186
18187 * ps-print.el: Upside-down and face background color printing,
18188 line number step, doc fix.
18189 (ps-print-version): New version number (5.2).
18190 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18191 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18192 (ps-spool-config): Var fix.
18193 (ps-printer-name-option): Const fix.
18194 (ps-print-upside-down, ps-use-face-background)
18195 (ps-line-number-step): New vars.
18196 (ps-window-system, ps-lp-system): New consts.
18197 (ps-face-background): New fun.
18198
18199 2000-04-28 Richard Stallman <rms@gnu.org>
18200
18201 * files.el (make-auto-save-file-name):
18202 Apply auto-save-file-name-transforms to visited file name
18203 before generating auto save file name.
18204 (auto-save-file-name-transforms): New variable.
18205
18206 * files.el (backup-enable-predicate):
18207 Correctly test for a file under a temporary directory.
18208
18209 2000-04-28 Gerd Moellmann <gerd@gnu.org>
18210
18211 * subr.el (add-minor-mode): Rewritten.
18212
18213 2000-04-28 Kenichi Handa <handa@etl.go.jp>
18214
18215 * mail/sendmail.el (sendmail-send-it): Set
18216 buffer-file-coding-system to the selected coding system for MIME
18217 header.
18218
18219 2000-04-27 Gerd Moellmann <gerd@gnu.org>
18220
18221 * dired.el (dired-move-to-filename-regexp): Allow format where
18222 YYYY is followed by two spaces.
18223
18224 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18225 in the second character class of the regexp.
18226
18227 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18228 mh-etc, too.
18229
18230 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18231 nil.
18232
18233 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18234
18235 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18236 argument.
18237
18238 2000-04-27 Sen Nagata <sen@eccosys.com>
18239
18240 * emacs-lisp/crm.el (crm-completion-table): New variable.
18241 (crm-collection-fn, crm-test-completion)
18242 (completing-read-multiple): Use it.
18243
18244 2000-04-27 Dave Love <fx@gnu.org>
18245
18246 * help.el (locate-library): Use mapc.
18247 (help-manyarg-func-alist): Add call-process-region.
18248
18249 2000-04-26 Gerd Moellmann <gerd@gnu.org>
18250
18251 * subr.el (add-minor-mode): Make argument MAP optional.
18252
18253 * desktop.el (desktop-save): Save list of minor modes.
18254 (desktop-create-buffer): Restore minor modes.
18255 (desktop-minor-mode-table): New user-option.
18256
18257 * subr.el (add-minor-mode): New function.
18258
18259 * image.el (find-image): New function.
18260 (defimage): Rewritten to find image at load time.
18261
18262 * startup.el (normal-top-level-add-to-load-path): Handle
18263 case that the default directory is not in load-path.
18264
18265 * help.el: Old patch from Stefan Monnier.
18266 (help-xref-on-pp): New function.
18267 (describe-variable): Use it to display xrefs in a symbol's value.
18268
18269 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18270
18271 * cus-edit.el (custom-face): Fix parenthesis.
18272
18273 2000-04-26 Kenichi Handa <handa@etl.go.jp>
18274
18275 * mail/rmail.el (rmail-expunge): When there are no deleted
18276 messages, do nothing.
18277
18278 2000-04-26 Dave Love <fx@gnu.org>
18279
18280 * international/mule-cmds.el (locale-translation-file-name):
18281 Defvar to nil.
18282 (set-locale-environment): Set it here (at runtime).
18283
18284 2000-04-25 Gerd Moellmann <gerd@gnu.org>
18285
18286 * replace.el (perform-replace): Add parameters START and END. Use
18287 them instead of the check for a region in Transient Mark mode.
18288 (query-replace-read-args): Return two more list elements for the
18289 start and end of the region in Transient Mark mode.
18290 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18291 (map-query-replace-regexp, replace-string, replace-regexp): Add
18292 optional last arguments START and END and pass them to
18293 perform-replace.
18294
18295 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18296 form with additional arguments for perform-replace.
18297
18298 * progmodes/etags.el (tags-query-replace): Add parameters START
18299 and END. Construct a form with additional arguments for
18300 perform-replace.
18301
18302 * simple.el (shell-command): Set default directory for "*Shell
18303 Command Output" buffer.
18304
18305 * language/european.el (iso-latin-4): Fix typo.
18306
18307 * emacs-lisp/crm.el: New file.
18308
18309 2000-04-24 Dave Love <fx@gnu.org>
18310
18311 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18312 (Custom-reset-saved, Custom-reset-standard)
18313 (custom-group-value-create, custom-group-set, custom-group-save)
18314 (custom-group-reset-current, custom-group-reset-saved)
18315 (custom-group-reset-standard): Use mapc.
18316 (custom-buffer-create-internal): Disable undo when creating items.
18317 Use mapc.
18318 (custom-face): Avoid redundant lambda.
18319
18320 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18321
18322 * startup.el (auto-save-list-file-prefix): Set default to
18323 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18324
18325 2000-04-24 Sam Steingold <sds@gnu.org>
18326
18327 * time-stamp.el (time-stamp-string-preprocess): Always convert
18328 `field-result' to a string.
18329
18330 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18331
18332 * frame.el (scrolling): New group.
18333 (automatic-hscrolling): New user-option.
18334
18335 * startup.el (command-line-x-option-alist): Add `-lsp' and
18336 `--line-spacing'.
18337
18338 2000-04-19 Dave Love <fx@gnu.org>
18339
18340 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18341 (cl-mapc): Rename from mapc. Fix the funcall.
18342
18343 2000-04-19 Gerd Moellmann <gerd@gnu.org>
18344
18345 * simple.el (clone-indirect-buffer-other-window): New command.
18346 (clone-indirect-buffer): Add optional arg NORECROD.
18347 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18348
18349 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18350
18351 * window.el (count-screen-lines): New function.
18352 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18353 instead of window-buffer-height.
18354
18355 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18356 non-existing variable comint-input-sentinel.
18357 (inferior-lisp-args-to-list): Removed.
18358 (inferior-lisp): Use split-string instead of
18359 inferior-lisp-args-to-list.
18360
18361 * hexl.el (hexl-insert-hex-string): New command.
18362
18363 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18364 instead of concat.
18365
18366 2000-04-18 Gerd Moellmann <gerd@gnu.org>
18367
18368 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18369 at the start of an existing but empty folder.
18370
18371 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18372
18373 * ps-mule.el: Customization fix, doc fix.
18374 (ps-multibyte-buffer): Customization fix.
18375
18376 2000-04-17 Richard M. Stallman <rms@gnu.org>
18377
18378 * subr.el (read-passwd): Use read-char-exclusive.
18379
18380 2000-04-17 Gerd Moellmann <gerd@gnu.org>
18381
18382 * textmodes/texinfo.el (texinfo-insert-@email)
18383 (texinfo-insert-@emph, texinfo-insert-@quotation)
18384 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18385 (texinfo-mode-map): Add key bindings for them.
18386
18387 * files.el (basic-save-buffer-2): Use a template with `$'
18388 instead of `#' for VMS.
18389
18390 * simple.el (clone-indirect-buffer): New function.
18391
18392 2000-04-16 Stephen Eglen <stephen@gnu.org>
18393
18394 * iswitchb.el (iswitchb-case): New function. If the user input
18395 contains any upper-case characters, the search is made
18396 case-sensitive.
18397
18398 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18399
18400 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18401 comment-end.
18402 (texinfo-font-lock-syntactic-keywords): New var.
18403 (texinfo-font-lock-keywords): Remove comment regexp.
18404 (texinfo-insert-block): New function.
18405 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18406 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18407 and font-lock-defaults. Use regexp-opt for outline-regexp.
18408 (texinfo-environments): New var.
18409 (texinfo-environment-regexp): Use regexp-opt and
18410 texinfo-environments.
18411
18412 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18413 ispell-process is bound since this might be eval'd before ispell
18414 is loaded.
18415 (ispell-message): Use a tiny bit less magic and a bit more hard
18416 data to figure out what kind of sc-cite-regexp to use.
18417
18418 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18419
18420 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18421 (insert-cyclic-diary-entry): Unquote the lambda.
18422
18423 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18424
18425 * files.el (backup-enable-predicate): Unquote the lambda.
18426
18427 * cus-edit.el (custom-face, face): Unquote the lambda.
18428
18429 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18430
18431 * ps-print.el: Check for line-beginning-position definition.
18432
18433 * ps-print.el: Fix counting lines in a region.
18434 (ps-print-version): New version number (5.1.5).
18435 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18436 (ps-printing-region): Fun code fix.
18437
18438 2000-04-15 Gerd Moellmann <gerd@gnu.org>
18439
18440 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18441 to file-directory-p.
18442
18443 2000-04-14 Gerd Moellmann <gerd@gnu.org>
18444
18445 * gud.el (gud-jdb-build-source-files-list): Check that directory
18446 exists before calling directory-files.
18447
18448 2000-04-13 Dave Love <fx@gnu.org>
18449
18450 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18451 syntax.
18452
18453 * emacs-lisp/cl-specs.el: Remove when, unless.
18454
18455 * emacs-lisp/cl-extra.el: Don't quote keywords.
18456 (cl-old-mapc): New variable.
18457 (mapc): Use it.
18458 (cl-map-intervals): Use with-current-buffer. Don't check for
18459 next-property-change.
18460 (cl-map-overlays): Use with-current-buffer.
18461 (cl-expt): Remove.
18462 (copy-tree, remprop): Define unconditionally.
18463
18464 * emacs-lisp/cl-compat.el (keywordp): Remove.
18465
18466 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18467 to use keywordp.
18468 (edebug-spec): Enable keywordp.
18469
18470 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18471 string-lessp.
18472
18473 * cus-start.el: Use keywordp.
18474
18475 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18476
18477 * diary-lib.el (include-other-diary-files): Fix the fix of
18478 2000-02-18 by doing a save-excursion.
18479
18480 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18481
18482 * ps-print.el: Customization fix, doc fix.
18483 (ps-print-version): New version number (5.1.4).
18484 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18485 (ps-print-preprint): Adjust code.
18486 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18487 (ps-print-prologue-header, ps-print-control-characters)
18488 (ps-spool-config): Customization fix.
18489
18490 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18491
18492 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18493 converted to the new menu-item format, names silightly changed,
18494 help strings added.
18495
18496 Support for spelling without async subprocesses:
18497
18498 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18499 (ispell-session-buffer): New variables.
18500 (ispell-start-process, ispell-process-status,
18501 ispell-accept-output, ispell-send-string): New functions, for
18502 Ispell invocation when async subprocesses aren't supported.
18503 (ispell-word, ispell-pdict-save, ispell-command-loop,
18504 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18505 to process-send-string with calls to ispell-send-string, and
18506 accept-process-output with ispell-accept-output.
18507 (ispell-init-process): Call ispell-process-status instead of
18508 process-status with.
18509 (ispell-init-process): Call ispell-start-process. Call
18510 ispell-accept-output and ispell-send-string. Don't call
18511 process-kill-without-query and kill-process if they are unbound.
18512 (ispell-async-processp): New function.
18513
18514 2000-04-12 Dave Love <fx@gnu.org>
18515
18516 * info.el: Add debug-ignored-errors.
18517 (Info-mode-menu): Add some items.
18518 (Info-directory): Add autoload cookie.
18519
18520 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18521 Modify `truncate-lines'. Make `describe-language-environment'
18522 always visible and add help. Modify `describe-key' help. Invoke
18523 Info-directory from `info'. New entry `emacs-manual'.
18524
18525 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18526
18527 * progmodes/ebrowse.el (ebrowse-tree-mode):
18528 Use propertized-buffer-identification.
18529 (ebrowse-update-member-buffer-mode-line): Likewise.
18530 (ebrowse--mode-strings): Removed.
18531 (ebrowse--mode-line-props): Removed.
18532
18533 * files.el (auto-mode-alist): Add `EBROWSE'.
18534
18535 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18536 space before testing for end of buffer.
18537 (ebrowse-load): Removed.
18538 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18539 (ebrowse-create-tree-buffer): Rewritten.
18540 (ebrowse-tree-mode): Read tree from buffer.
18541
18542 * progmodes/ebrowse-ffh.el: Removed.
18543
18544 2000-04-10 Kenichi Handa <handa@etl.go.jp>
18545
18546 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18547
18548 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18549
18550 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18551 at the wrong place.
18552
18553 2000-04-09 Dave Love <fx@gnu.org>
18554
18555 * files.el (backup-enable-predicate):
18556 Use temporary-file-directory, small-temporary-file-directory.
18557 (make-backup-file-name-function, backup-directory-alist): New vars.
18558 (make-backup-file-name-1): New function.
18559 (make-backup-file-name): Use it.
18560 (find-backup-file-name): Likewise. Use format for clarity, not concat.
18561 (file-newest-backup): Use make-backup-file-name.
18562
18563 2000-04-09 Gerd Moellmann <gerd@gnu.org>
18564
18565 * progmodes/ebrowse-ffh.el: New file.
18566
18567 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18568 Moved to ebrowse-ffh.el.
18569 (ebrowse-load): Add autoload.
18570
18571 * finder.el (finder-commentary): Add autoload cookie.
18572
18573 * mail/rfc2368.el: Correct author's email address.
18574
18575 * progmodes/ebrowse.el: New file.
18576
18577 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18578 item help string.
18579 (easy-menu-do-add-item): Ditto.
18580 (easy-menu-define): Extend doc string.
18581
18582 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
18583 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18584 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18585 with-buffer-unmodified.
18586
18587 2000-04-08 Dave Love <fx@gnu.org>
18588
18589 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18590 unless, when.
18591
18592 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18593
18594 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18595 (viper-flash-search-pattern): No operation when using Emacs
18596 doesn't support face.
18597 Use `viper-put-on-search-overlay'.
18598
18599 2000-04-04 Gerd Moellmann <gerd@gnu.org>
18600
18601 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18602 like C-r.
18603
18604 * progmodes/make-mode.el: Some doc fixes.
18605 (makefile-mode-abbrev-table): New variable.
18606 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18607 (makefile-font-lock-keywords): Fontify includes and conditionals.
18608 (toplevel): Require `dabbrev' and `add-log' when compiling.
18609
18610 * replace.el (perform-replace): Don't move forward one char
18611 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18612 to do that because it leaves point 1 position after the last
18613 replacement, after everything has been replaced.
18614
18615 * jit-lock.el (with-buffer-unmodified): New macro.
18616 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18617 modified state.
18618 (jit-lock-function-1): Extracted from jit-lock-function; not
18619 preserving buffer's modified state.
18620 (jit-lock-function, jit-lock-stealth-fontify):
18621 Call jit-lock-function-1.
18622
18623 * mail/rfc2368.el: Remove supernumerary copyright line.
18624
18625 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
18626
18627 * glasses.el: Provide facilities for inserting space before left
18628 parentheses and uncapitalization of identifiers.
18629 (glasses-mode): Try to remove old overlays in all cases.
18630
18631 2000-04-03 Gerd Moellmann <gerd@gnu.org>
18632
18633 * progmodes/compile.el (compile-internal): Display the compilation
18634 buffer in a different frame, if it's already displayed there.
18635
18636 * mail/rfc2368.el: New file.
18637
18638 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18639 header and insert its value as mail body.
18640
18641 * subr.el (member-ignore-case): New function.
18642
18643 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18644 (dabbrev--find-expansion): Ignore buffers matching a regexp
18645 from dabbrev-ignored-regexps.
18646
18647 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18648 to extensions handled by gzip.
18649
18650 2000-04-03 Richard M. Stallman <rms@gnu.org>
18651
18652 * files.el (insert-directory): List the total free space
18653 along with the used space.
18654
18655 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18656 line is followed by one that matches CITATION-REGEXP, end the
18657 paragraph.
18658
18659 2000-04-03 Markus Rost <rost@delysid.gnu.org>
18660
18661 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18662 (rmail-make-basic-summary-line): Use that option.
18663
18664 2000-04-03 Kenichi Handa <handa@etl.go.jp>
18665
18666 * international/mule-cmds.el (encoded-string-description):
18667 Rewritten. Try pretty description for ISO 2022 escape sequences
18668 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18669 for hexadecimal format.
18670
18671 2000-04-01 Dave Love <fx@gnu.org>
18672
18673 * cpp.el: Change customization group to `c' from `C'.
18674
18675 * vcursor.el (vcursor-move): Use display-color-p.
18676
18677 * international/mule-util.el: Provide mule-utils.
18678 (string-to-sequence): Simplify and speed up.
18679
18680 * international/mule.el (make-coding-system): Purecopy doc-string.
18681
18682 * international/mule-cmds.el: Various menu changes.
18683 (describe-specified-language-support): Handle `Default'.
18684 (set-language-info): Purecopy `info'.
18685
18686 2000-03-31 Andrew Innes <andrewi@gnu.org>
18687
18688 * vc.el (vc-backend-diff): Return the correct status if we had to
18689 retry the rcsdiff command without the --brief option.
18690
18691 2000-03-31 Dave Love <fx@gnu.org>
18692
18693 * help.el (help-manyarg-func-alist): Correct several omissions.
18694
18695 * add-log.el: Don't require cl, fortran.
18696 (add-log-current-defun-function): Doc fix.
18697 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
18698 (change-log-version-rcs): Function deleted.
18699 (change-log-version-number-search): Doc fix.
18700 Use vc-workfile-version. Avoid CL dolist.
18701 (add-change-log-entry): Just call add-log-current-defun to get
18702 defun. Simplify somewhat.
18703 (change-log-get-method-definition-1): Likewise.
18704 (add-log-current-defun): Return nil if calling
18705 add-log-current-defun-function does so. Move Fortran stuff to
18706 fortran.el. Return string without properties.
18707
18708 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18709 and :alpha: char classes.
18710
18711 * mail/supercite.el: Defvar curline when compiling.
18712 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18713 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18714 rather than a-zA-Z0-9 to allow non-ASCII characters.
18715
18716 2000-03-31 Gerd Moellmann <gerd@gnu.org>
18717
18718 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18719
18720 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18721 Re-enable new code.
18722
18723 * lpr.el (print-region-1): Use -d to specify printer name for
18724 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18725
18726 2000-03-31 Dave Love <fx@gnu.org>
18727
18728 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18729 Look for function definition in symbol's function value slot first
18730 instead of first consulting byte-compile-function-environment.
18731
18732 2000-03-31 Kenichi Handa <handa@etl.go.jp>
18733
18734 * language/european.el ("Polish"): New language environment.
18735 (setup-polish-environment): New function.
18736
18737 2000-03-30 Gerd Moellmann <gerd@gnu.org>
18738
18739 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18740 Disable new code.
18741
18742 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18743 trying to `load' the symbol of an autoload instead of the file
18744 recorded in the autoload. Fix error messages.
18745
18746 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18747
18748 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18749 (ps-print-version): New version number (5.1.3).
18750 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18751 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18752 (ps-generate-postscript-with-faces): Code fix.
18753 (ps-color-values): XEmacs compatibility.
18754 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18755 (ps-default-fg, ps-default-bg): Adjust customization.
18756 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18757 (ps-color-scale): Renaming old ps-color-value fun.
18758 (ps-print-headers): Replace ps-print-header group to avoid conflict
18759 with ps-print-header variable.
18760 (ps-print-miscellany): New group.
18761 (ps-format-color, ps-rgb-color): New funs.
18762 (ps-default-foreground): New var.
18763 (ps-printer-name-option): New const.
18764
18765 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18766
18767 * net/net-utils.el:
18768 (network-connection-host, network-connection-service): New variables
18769 (network-connection-mode): New mode, derived from comint-mode
18770 (network-connection-mode-setup): New function, saves host and
18771 service information in local variables.
18772
18773 * lisp/locate.el:
18774 (locate-word-at-point): Added this function
18775 (locate): Default to using locate-word-at-point as input
18776 Run dired-mode-hook
18777
18778 2000-03-29 Dave Love <fx@gnu.org>
18779
18780 * calendar/appt.el: Doc fixes.
18781 (appt-check): Convert min-to-app to a string before passing to
18782 appt-disp-window-function or concat.
18783 (appt-delete-window): Remove test for frame-root-window.
18784 (appt-select-lowest-window, appt-convert-time): Simplify.
18785
18786 * emacs-lisp/bytecomp.el: Doc fixes.
18787 (byte-compile-file-form-autoload):
18788 Update byte-compile-function-environment.
18789
18790 2000-03-29 Andreas Schwab <schwab@suse.de>
18791
18792 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
18793
18794 * dired.el (dired-insert-directory): If dired-free-space-program
18795 failed just delete its output.
18796
18797 2000-03-29 Dave Love <fx@gnu.org>
18798
18799 * international/iso-cvt.el: Move provide to end. Doc fixes.
18800 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18801 (iso-iso2sgml, iso-sgml2iso): New functions.
18802 (iso-cvt-define-menu): Fix some entries and use backquote for
18803 clarity.
18804
18805 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18806
18807 2000-03-28 Gerd Moellmann <gerd@gnu.org>
18808
18809 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18810 ISO-DATE. If non-nil, return date in ISO 8601 format.
18811
18812 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18813
18814 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18815 if it ever becomes used.
18816 (log-edit-mode-hook): Default to vc-log-mode-hook.
18817 (log-edit-mode): Fix the docstring.
18818
18819 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18820 the code.
18821
18822 2000-03-26 Dave Love <fx@gnu.org>
18823
18824 * net/browse-url.el (browse-url): Re-fix case of
18825 browse-url-browser-function being an alist.
18826 (browse-url): Add :link to defgroup.
18827
18828 * files.el: Doc fixes.
18829 (file-truename): Include `[' in wildcard characters.
18830 (automount-dir-prefix): Customize.
18831 (find-file-wildcards): Add :version.
18832 (find-file-noselect): Simplify a mapcar call.
18833
18834 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18835 compatible with inf-lisp version.
18836 (eval-defun-1): Fix custom-declare-variable case.
18837
18838 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18839
18840 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18841
18842 2000-03-24 Gerd Moellmann <gerd@gnu.org>
18843
18844 * Makefile (COMPILE_FIRST): New macro.
18845 (compile-files): Compile files from COMPILE_FIRST first.
18846
18847 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
18848
18849 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18850 matching open parenthesis in column 0 to defun-prompt-regexp
18851 only if open-paren-in-column-0-is-defun-start is set.
18852
18853 * sun-curs.el: Require CL at compile-time only.
18854
18855 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18856 instead of copy-list which is a function from CL.
18857 (msb--choose-menu, msb--mode-menu-cond)
18858 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18859 (msb--init-file-alist): Use mapcar instead of mapcan.
18860 (msb--aggregate-alist): Use mapcar instead of mapcan.
18861 Fix `(' in column 0 in doc string.
18862 (msb--add-separators): Use mapcar instead of mapcan.
18863
18864 * cus-dep.el: Require CL at compile-time only.
18865
18866 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18867
18868 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18869 (byte-compile-warnings): New warning `noruntime'.
18870 (byte-compile-constants, byte-compile-variables): Fix docstring.
18871 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18872 execute `eval-whenc-compile's body.
18873 (byte-compile-unresolved-functions): Fix docstring.
18874 (byte-compile-eval): New function.
18875 (byte-compile-callargs-warn): Check if the function will be available
18876 at runtime (via property `byte-compile-noruntime').
18877 (byte-compile-print-syms): New function.
18878 (byte-compile-warn-about-unresolved-functions): Also warn about
18879 `noruntime' functions (and use `byte-compile-print-syms').
18880 (byte-compile-file): Capitalize the message.
18881
18882 2000-03-24 Gerd Moellmann <gerd@gnu.org>
18883
18884 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18885 (rmail-expunge): Ask for confirmation depending on the setting
18886 of rmail-confirm-expunge.
18887
18888 2000-03-23 Gerd Moellmann <gerd@gnu.org>
18889
18890 * Makefile (bootstrap-clean): If $(emacs) exists, build
18891 loaddefs.el first. A loaddefs.el that's not up-to-date might
18892 cause a bootstrap failure because things don't autoload as expected.
18893
18894 2000-03-23 Dave Love <fx@gnu.org>
18895
18896 * net/browse-url.el: Restore previous use of
18897 browse-url-maybe-new-window.
18898
18899 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18900
18901 * ps-print.el: Skip banner page fix.
18902 (ps-print-version): New version number (5.1.2).
18903 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18904
18905 2000-03-23 Dave Pearson <davep@davep.org>
18906
18907 * net/quickurl.el Changed the type of parameter passed to the
18908 function defined by `quickurl-format-function'. Before only the
18909 text of the URL was passed. Now the whole URL structure is passed
18910 and the function is responsible for extracting the parts it requires.
18911 Changed the default of `quickurl-format-function' accordingly.
18912 (quickurl-insert): Changed the `funcall' of
18913 `quickurl-format-function' to match the above change.
18914 (quickurl-list-insert): Changed the `url' case so that it makes
18915 use of `quickurl-format-function', previous to this the format was
18916 hard wired.
18917
18918 2000-03-22 Gerd Moellmann <gerd@gnu.org>
18919
18920 * startup.el: Change some spellings for the X Window System.
18921
18922 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18923
18924 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18925 Clean up the code and the regexp and make sure the cursor is
18926 temporarily moved to the suspicious line while querying the user.
18927
18928 2000-03-22 Jason Rumney <jasonr@gnu.org>
18929
18930 * w32-fns.el (w32-charset-info-alist): Initialize.
18931
18932 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18933
18934 * ps-print.el: N-up last page fix.
18935 (ps-print-version): New version number (5.1.1).
18936 (ps-end-file, ps-end-job, ps-generate): Code fix.
18937
18938 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18939
18940 * files.el (find-file-run-dired): Update docstring.
18941 (find-directory-functions): New hook.
18942 (find-file-noselect): Run find-directory-functions rather than
18943 calling dired directly.
18944
18945 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18946
18947 * pcvs.el: Add a minimal leading commentary.
18948 (cvs-make-cvs-buffer): Change the header part by removing the startup
18949 message and adding a `Module' entry. Also replace the FOOTER and
18950 HEADER special fileinfos with the new support in ewoc for updating
18951 its own footer and header.
18952 (cvs-update-header): Update to use the header/footer of the ewoc.
18953 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18954 (cvs-is-within-p): New function.
18955 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18956 to only examine some subset of the buffers.
18957
18958 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18959 `format' instead of our own ad-hoc functions.
18960 Remove HEADER and FOOTER cases, now handled in the EWOC.
18961 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18962
18963 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18964 output to avoid scaring the user.
18965 (cvs-parse-table): Catch message for non-up-to-date commits.
18966
18967 * pcvs-defs.el (cvs-startup-message): Remove.
18968 (cvs-global-menu): New autoloaded menu.
18969
18970 * pcvs-util.el (cvs-string-fill): Remove.
18971
18972 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18973 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18974 PP part of it and also make it work for footers and headers.
18975 (ewoc-create): Drop POS and BUFFER arguments.
18976 Use the DLL's dummy node to store the end-of-footer position.
18977 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18978 (ewoc-refresh): Remove unused `header' variable.
18979 (ewoc-(get|set)-hf): New functions.
18980
18981 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18982 log-view-*-(message|file) and use easy-mmode-define-navigation.
18983 (log-view-message-re): Match SCCS format as well.
18984 And match the revision line rather than the dashed separator line.
18985 (log-view-mode): Use the new define-derived-mode.
18986 (log-view-current-tag): Fill in with an actual implementation.
18987
18988 * cvs-status.el (cvs-status-(prev|next)): Rename from
18989 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18990 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18991 to let the output "breathe" a little more (more readable).
18992 (cvs-status-mode): Use the new define-derived-mode.
18993
18994 * smerge-mode.el (smerge-auto-leave): New function and variable.
18995 (smerge-basic-map): Rename from smerge-basic-keymap.
18996 Change the bindings for smerge-diff-*.
18997 (smerge-*-map): Use easy-mmode-defmap.
18998 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18999 (smerge-keep-*): Use smerge-auto-leave.
19000
19001 2000-03-21 Jason Rumney <jasonr@gnu.org>
19002
19003 * cus-edit.el (custom-button-face): Use 3D look for w32.
19004 (custom-button-pressed-face): Likewise.
19005
19006 2000-03-21 Gerd Moellmann <gerd@gnu.org>
19007
19008 * progmodes/etags.el (tags-case-fold-search): New user-option.
19009 (tags-loop-eval): New function. Bind case-fold-search around eval
19010 depending on the value of tags-case-fold-search.
19011 (tags-loop-continue): Use tags-loop-eval.
19012 (find-tag-in-order): Bind case-fold-search depending on the value
19013 of tags-case-fold-search.
19014
19015 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19016
19017 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
19018 (diff-end-of-hunk): Return the end position for use in
19019 `easy-mmode-define-navigation'.
19020 (diff-recenter): Remove.
19021 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19022 of `easy-mmode-define-navigation'.
19023 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19024 previous renaming) and fix to use new names.
19025 (diff-merge-strings): Use \n as separator: simpler, faster.
19026 (diff-mode): Use `define-derived-mode'.
19027
19028 * derived.el (define-derived-mode): Don't autoload anymore.
19029 Prefer the macro-only version provided by easy-mmode.el.
19030
19031 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
19032 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
19033 (easy-mmode-define-navigation): New macro.
19034
19035 * subr.el (combine-run-hooks): New function.
19036
19037 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
19038
19039 * term/x-win.el: Fontsets related initialization is simplified.
19040
19041 * international/mule-diag.el (describe-font): Don't refer to
19042 global-fontset-alist, instead call font-list.
19043 (describe-fontset, list-fontsets, mule-diag): Likewise.
19044 (print-fontset): Adjusted for the change of fontset implementation.
19045
19046 * international/fontset.el (x-charset-registries): Variable removed,
19047 instead the corresponding data is stored in the default fontset.
19048 (register-alternate-fontnames): Function removed.
19049 (resolved-ascii-font): Variable removed.
19050 (x-compose-font-name): Ignore the second argument REDOCE.
19051 (x-complement-fontset-spec): Complement only an ASCII font and
19052 element for those charsets than can use that ASCII font.
19053 (generate-fontset-menu): Don't refer to global-fontset-alist,
19054 instead call fontset-list.
19055 (uninstantiated-fontset-alist): Variable removed.
19056 (x-style-funcs-alist): Likewise.
19057 (fontset-default-styles): Likewise.
19058 (x-modify-font-name): Function removed.
19059 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19060 (create-fontset-from-ascii-font): Docsting adjusted for the above
19061 change.
19062 (instantiate-fontset, resolve-fontset-name): Functions removed.
19063 (fontset-list): Now implemented by C code.
19064
19065 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19066 (describe-face): Include `font' attribute in the description.
19067
19068 2000-03-21 Kenichi Handa <handa@etl.go.jp>
19069
19070 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19071
19072 2000-03-20 Gerd Moellmann <gerd@gnu.org>
19073
19074 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19075 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19076 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19077
19078 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19079 about behavior of set-buffer-modified-p wrt redisplay.
19080
19081 2000-03-19 Richard M. Stallman <rms@gnu.org>
19082
19083 * view.el (view-mode-disable): Kill local binding of view-read-only.
19084
19085 2000-03-18 Gerd Moellmann <gerd@gnu.org>
19086
19087 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19088 is a string, convert it to a syntax cell using string-to-syntax.
19089
19090 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19091 (string-to-syntax): New function.
19092
19093 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19094 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19095 try to use passive ftp mode.
19096
19097 2000-03-17 Gerd Moellmann <gerd@gnu.org>
19098
19099 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19100
19101 * simple.el (append-to-buffer): Update point of windows after
19102 insertion.
19103
19104 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19105 forward then moving backward. Reindent.
19106
19107 * frame.el (other-frame): Call x-focus-frame only if
19108 focus-follows-mouse is off.
19109
19110 2000-03-17 Dave Love <fx@gnu.org>
19111
19112 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
19113
19114 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19115
19116 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19117 regexp for labels cannot span several lines.
19118
19119 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19120 `(setq :<key> ':<key>)' to the macro expansion.
19121
19122 2000-03-16 Dave Love <fx@gnu.org>
19123
19124 * progmodes/f90.el (f90): Put custom group under `languages', not
19125 `fortran'.
19126 (f90-mode-hook): Customize.
19127 (f90-mode): Set add-log-current-defun-function.
19128 (f90-current-defun): New function.
19129
19130 2000-03-16 Gerd Moellmann <gerd@gnu.org>
19131
19132 * cus-edit.el (custom-variable-tag-face): Handle case that
19133 default face's height is not a number.
19134 (custom-face-tag-face, custom-group-tag-face-1)
19135 (custom-group-tag-face): Ditto.
19136 (custom-group-tag-face-1): Add :group.
19137
19138 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19139
19140 2000-03-15 Gerd Moellmann <gerd@gnu.org>
19141
19142 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19143 requiring easymenu.
19144
19145 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19146
19147 * ps-print.el: PostScript user-defined prologue, PostScript error
19148 handler, doc fix.
19149 (ps-print-version): New version number (5.1).
19150 (ps-user-defined-prologue, ps-error-handler-message)
19151 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19152 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19153 (ps-insert-string): New function.
19154
19155 2000-03-15 Kenichi Handa <handa@etl.go.jp>
19156
19157 * international/ccl.el (ccl-compile-expression): Don't generate
19158 invalid self-assignment code.
19159
19160 2000-03-14 Dave Love <fx@gnu.org>
19161
19162 * subr.el (replace-regexp-in-string): Renamed from
19163 replace-regexps-in-string. Doc fix.
19164
19165 2000-03-12 Dave Love <fx@gnu.org>
19166
19167 * cus-edit.el: Doc fixes.
19168 (customize-set-variable, customize-save-variable): Rename args for doc.
19169 (custom-variable-tag-face, custom-face-tag-face)
19170 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19171 style which user identify as hyperlink.
19172 (hook): Don't add undefined functions to the hook.
19173 (debug-ignored-errors): Transfer message from bindings.el.
19174
19175 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19176
19177 * recentf.el (recentf-keep-non-readable-files-p):
19178 Remove double/nested definition.
19179
19180 2000-03-12 Dave Love <fx@gnu.org>
19181
19182 * facemenu.el (facemenu-get-face): Use display-color-p.
19183 * enriched.el (enriched-decode-foreground): Likewise.
19184 (enriched-decode-background): Likewise.
19185 * isearch.el (isearch-highlight): Likewise.
19186 * info-look.el (info-lookup): Likewise.
19187 * simple.el (completion-setup-function): Likewise.
19188
19189 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19190 :options.
19191
19192 * bindings.el (mode-line-format): Fix line-number and
19193 column-number items. Add help-echo for the background.
19194 (mode-line-mule-info): Modify help-echo.
19195
19196 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19197
19198 * files.el (load-file): Allow completion to .elc.
19199
19200 * man.el: Doc fixes.
19201 (Man-init-defvars): Use display-color-p to set fontification.
19202
19203 * play/hanoi.el (hanoi-internal): Don't use oddp.
19204
19205 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19206
19207 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19208
19209 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19210
19211 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19212
19213 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19214 Fix comment.
19215
19216 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19217
19218 * font-lock.el (font-lock-keywords): Fix the doc now that
19219 regexp-opt-depth is unnecessary.
19220 (save-buffer-state): Set an edebug spec.
19221 (font-lock-fontify-anchored-keywords): Properly handle the case when
19222 the matcher goes past the limit.
19223
19224 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19225 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19226
19227 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19228 dll.el and cookie.el (from Elib) with heavy renaming and other
19229 massaging.
19230
19231 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19232 Autoload the functions used.
19233 (easy-mmode-define-syntax): Fix CL typo.
19234 (easy-mmode-define-derived-mode): Improve the docstring generation.
19235
19236 2000-03-10 Gerd Moellmann <gerd@gnu.org>
19237
19238 * textmodes/texinfo.el (texinfo-version): Variable and function
19239 removed.
19240
19241 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19242
19243 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19244 allow more flexibility.
19245 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
19246 (easy-mmode-defmap, easy-mmode-defsyntax)
19247 (easy-mmode-define-derived-mode): New macros.
19248
19249 2000-03-09 Didier Verna <didier@xemacs.org>
19250
19251 * rect.el (replace-rectangle): New function.
19252
19253 2000-03-09 Dave Love <fx@gnu.org>
19254
19255 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
19256 (fortran-comment-line-start-skip): Don't match cpp stuff.
19257 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19258 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19259 (fortran-mode): Don't set fortran-comment-line-start-skip,
19260 fortran-comment-line-start here. Set comment-start,
19261 add-log-current-defun.
19262 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19263 (fortran-current-defun): New function.
19264
19265 2000-03-09 Gerd Moellmann <gerd@gnu.org>
19266
19267 * emacs-lisp/re-builder.el: New file.
19268
19269 * mouse.el (mouse-drag-region): Don't run up-event handler
19270 if hscroll has changed.
19271
19272 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19273 builtin operators, use `font-lock-builtin-face' for Emacs and
19274 `font-lock-preprocessor-face' otherwise.
19275
19276 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19277 `(defun (setf foo)' differently.
19278
19279 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19280
19281 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19282 (regexp-opt): Update comment and adapt the code the new meaning of
19283 the `paren' argument of regex-opt-group for shy-groups.
19284 (regexp-opt-depth): Handle shy groups as well as backslashed
19285 backslashes.
19286 (regexp-opt-group): Turn the leading comment into a docstring.
19287 Allow `paren' to be a string (the string to use to open a group).
19288 Remove open-presuf and close-presuf. Instead of checking for `all
19289 one-char' and then later on check for `several one-char', handle
19290 both cases close together. Also apply a more generic algorithm
19291 for suffixes (the mirror image of the algorithm used for
19292 prefixes). Use shy-groups. Use nreverse rather than reverse.
19293 (regexp-opt-try-suffix): Removed.
19294
19295 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19296 from comint-mode-map, so we can just inherit from it. Also, move
19297 the initialization into the `defvar' since there's no docstring
19298 anyway and it's fairly short.
19299 (inferior-scheme-mode): Define it as derived-mode: the code is
19300 shorter and this way we inherit from comint-mode-map rather than
19301 copying it.
19302
19303 * subr.el (replace-regexps-in-string): Properly handle the case
19304 where we match an empty string.
19305
19306 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19307 when the command has a directory component (such as "./testml").
19308 Also fix a typo in the comment.
19309
19310 2000-03-08 Gerd Moellmann <gerd@gnu.org>
19311
19312 * Makefile (compile-files): Compile files one by one because
19313 that's the only way to ensure a clean compilation environment for
19314 each individual file.
19315
19316 * frame.el (other-frame): Call x-focus-frame.
19317
19318 2000-03-07 Dave Love <fx@gnu.org>
19319
19320 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19321 :require to defcustom.
19322
19323 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
19324
19325 * files.el (auto-mode-alist): Add configure.in.
19326
19327 * progmodes/autoconf.el: New file.
19328
19329 2000-03-07 Gerd Moellmann <gerd@gnu.org>
19330
19331 * mail/mh-e.el: Change maintainer to `none'.
19332
19333 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19334 to remove-hook and add-hook.
19335
19336 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19337
19338 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19339 it as the default.
19340 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19341 (sendmail-send-it): Conditionally add MIME headers specifying the
19342 used character set.
19343
19344 2000-03-07 Dave Love <fx@gnu.org>
19345
19346 * winner.el: Fix keywords, autoload cookies.
19347 Split eval-when-compile form to avoid compilation failure.
19348
19349 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19350
19351 * international/mule.el: Modify comment about coding system
19352 property `coding-category'.
19353 (make-coding-system): New argument EOL-TYPE. Pay attention to
19354 coding-category property of PROPERTIES.
19355
19356 * international/mule-conf.el (coding-category-utf-8)
19357 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
19358 categories. Include them in the argument for set-coding-priority.
19359
19360 * international/mule-cmds.el (reset-language-environment):
19361 Include coding-category-utf-8, coding-category-utf-16-be, and
19362 coding-category-utf-16-le in the argument for set-coding-priority.
19363 (reset-language-environment): Initialize coding-category-utf-8,
19364 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19365
19366 2000-03-06 Karl Fogel <kfogel@red-bean.com>
19367
19368 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19369 code abstracted out of `bookmark-jump-noselect'. Now tries info
19370 extensions as well as compression extensions.
19371 (bookmark-jump-noselect): Use above new func.
19372
19373 2000-03-03 Gerd Moellmann <gerd@gnu.org>
19374
19375 * strokes.el: Change maintainer's mail address.
19376
19377 2000-03-03 Kenichi Handa <handa@etl.go.jp>
19378
19379 * international/mule-diag.el (list-character-sets): Make help-echo
19380 string by substitute-command-keys.
19381 (list-character-sets): Likewise.
19382 (sort-listed-character-sets): Call help-setup-xref.
19383
19384 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19385
19386 * time.el (display-time-mail-file): Add `none' to the list of choices.
19387
19388 2000-03-01 Dave Love <fx@gnu.org>
19389
19390 * help.el (help-xref-go-back): Don't try to set position.
19391
19392 * international/mule-diag.el (list-character-sets):
19393 Call help-setup-xref. Add help-echo to xrefs.
19394 (list-character-sets-1): Add help-echo to xrefs.
19395
19396 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19397
19398 * frame.el (blink-cursor-mode): Switch cursor on when turning
19399 the mode off.
19400
19401 * add-log.el (add-log-current-defun): Add support for
19402 Autoconf mode.
19403
19404 * mail/rmail.el (rmail-quit-hook): New variable.
19405
19406 2000-03-01 Dave Love <fx@gnu.org>
19407
19408 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19409
19410 * help.el (help-xref-button): Add help-echo arg.
19411 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19412
19413 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
19414
19415 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
19416
19417 2000-03-01 Gerd Moellmann <gerd@gnu.org>
19418
19419 * image.el (defimage): Look for image files in load-path.
19420
19421 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
19422
19423 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19424
19425 * recentf.el (recentf): Added version tag to the defgroup of recentf.
19426
19427 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19428
19429 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
19430 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19431 action to select/unselect a file.
19432 (recentf-edit-list): Code cleanup and improvement.
19433 (recentf-open-more-files-action): `recentf-open-more-files' button
19434 widget action to open a file.
19435 (recentf-open-more-files): No more use standard completion but widgets.
19436 (recentf-more-collection): Deleted.
19437 (recentf-more-history): Deleted.
19438 (recentf-setup-more-completion): Deleted.
19439
19440 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19441
19442 * recentf.el (recentf-mode): No more needs that Emacs is running
19443 under a window-system.
19444
19445 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19446
19447 * recentf.el (recentf-edit-list): New command to edit the recent
19448 list which allow the user to remove files.
19449 (recentf-edit-selected-items): New global variable, used by
19450 `recentf-edit-list' to hold the list of files to be removed from
19451 the recent list.
19452 (recentf-make-menu-items): Updated to display a "Edit list..."
19453 menu item. Minor code cleanup.
19454
19455 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19456
19457 * recentf.el (recentf-open-more-files): New command to open files
19458 that are not displayed in the menu.
19459 (recentf-more-collection): New global variable holding the set of
19460 permissible completions used by `recentf-open-more-files'.
19461 (recentf-more-history): New global variable holding the history list
19462 used by `recentf-open-more-files' completion.
19463 (recentf-setup-more-completion): New function to setup completion for
19464 `recentf-open-more-files'.
19465 (recentf-make-menu-items): Updated to display a "More..." menu item.
19466
19467 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19468
19469 * recentf.el (recentf-menu-action): Doc fixed.
19470
19471 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19472
19473 * recentf.el (recentf-menu-filter): Doc updated.
19474 (recentf-update-menu-hook): Allow menu filters to force menu update.
19475 (recentf-make-menu-items): New menu filter handling.
19476 (recentf-make-menu-item): New helper function.
19477 (recentf-menu-elements): New menu handling function.
19478 (recentf-sort-ascending): Updated to new menu filter handling.
19479 (recentf-sort-descending): Updated to new menu filter handling.
19480 (recentf-sort-basenames-ascending): New menu filter function.
19481 (recentf-sort-basenames-descending): New menu filter function.
19482 (recentf-show-basenames): New menu filter function.
19483 (recentf-show-basenames-ascending): New menu filter function.
19484 (recentf-show-basenames-descending): New menu filter function.
19485
19486 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19487
19488 * diary-lib.el (list-diary-entries): Don't try to go forward at
19489 the end of the buffer.
19490
19491 2000-02-29 Kenichi Handa <handa@etl.go.jp>
19492
19493 * international/mule-diag.el (list-character-sets):
19494 Completely rewritten.
19495 (sort-listed-character-sets): New function.
19496 (list-character-sets-1): Completely rewritten.
19497 (list-character-sets-2): New function.
19498 (non-iso-charset-alist): New variable.
19499 (decode-codepage-char): New function.
19500 (charset-history): New variable.
19501 (read-charset) (list-block-of-chars)
19502 (list-iso-charset-chars)
19503 (list-non-iso-charset-chars)
19504 (list-charset-chars): New functions.
19505 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
19506 (dump-charsets): Likewise.
19507
19508 2000-02-29 Gerd Moellmann <gerd@gnu.org>
19509
19510 * dired-x.el (dired-filename-at-point): Add `@' to valid
19511 file name characters.
19512 (dired-filename-at-point): Handle ange-ftp file names.
19513
19514 * frame.el (frame-notice-user-settings): Use assq-delete-all
19515 instead of assoc-delete-all.
19516 (frame-notice-user-settings): Ditto.
19517
19518 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19519 Don't copy alist.
19520
19521 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19522
19523 * calculator.el (calculator-use-menu): New option.
19524 (calculator-initial-bindings): Changed some bindings to work as macros.
19525 (calculator-forced-input): Removed.
19526 (calculator-restart-other-mode): New variable.
19527 (calculator-mode-map): Set up menu.
19528
19529 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19530
19531 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
19532
19533 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19534
19535 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
19536 translate all ESC key sequences.
19537 (viper-goto-mark-subr): Restore markers for files for which
19538 they were saved.
19539 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19540 * viper-util.el (viper-set-replace-overlay-glyphs)
19541 (viper-set-replace-overlay): Always check if the replacement
19542 overlay is live.
19543 * viper.el (viper-vi-state-mode-list): Add major modes.
19544 * ediff-wind.el: Minor comment changes.
19545 * ediff.el: Copyright notice date fix.
19546
19547 2000-02-27 Jason Rumney <jasonr@gnu.org>
19548
19549 * faces.el (face-font-family-alternatives): Add arial to helv.
19550 (mode-line, header-line, tool-bar): Same default as x for w32.
19551 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19552 face-font-family-alternatives from working.
19553 * term/w32-win.el (mouse-set-font): Do not build fontset from
19554 chosen font.
19555
19556 2000-02-25 Sam Steingold <sds@goems.com>
19557
19558 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19559 properly.
19560
19561 2000-02-25 Richard M. Stallman <rms@gnu.org>
19562
19563 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19564
19565 2000-02-25 Gerd Moellmann <gerd@gnu.org>
19566
19567 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
19568
19569 * frame.el (busy-cursor-delay-seconds): New option.
19570
19571 2000-02-24 Gerd Moellmann <gerd@gnu.org>
19572
19573 * frame.el (show-cursor-in-non-selected-windows): New option.
19574
19575 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19576
19577 * diary-lib.el (include-other-diary-files): Undo the selective
19578 display in any included file and don't kill it.
19579
19580 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19581
19582 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19583 Menu items converted to (menu-item format, help strings added.
19584 [downcase, upcase]: Don't enable on MS-DOS.
19585 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
19586 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19587
19588 2000-02-23 Dave Love <fx@gnu.org>
19589
19590 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19591 (backward-kill-word): Revert addition of * to interactive spec --
19592 it's a feature.
19593
19594 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19595 (backward-kill-sentence, kill-sentence): Likewise.
19596
19597 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19598 scratch buffer name.
19599 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
19600
19601 * term/w32-win.el (internal-face-interactive): Update prompt for
19602 new read-face-name.
19603
19604 * mail/footnote.el (footnote): Add :version to defgroup.
19605 (footnote-section-tag-regexp): Customize.
19606 (footnote-start-tag, footnote-end-tag): New option.
19607 (footnote-latin-regexp): New variable.
19608 (Footnote-latin): New function.
19609 (footnote-style-alist): Add element for latin style.
19610 (footnote-style): Moved.
19611 (Footnote-goto-footnote): Use eq to test arg.
19612
19613 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19614
19615 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19616 (byte-compile-trueconstp): Include keywords.
19617 (byte-optimize-quote, byte-optimize-lapcode):
19618 Use byte-compile-const-symbol-p.
19619 (byte-optimize-char-before): New optimization.
19620
19621 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19622 (byte-compile-const-symbol-p): New function.
19623 (byte-compile-constp, byte-compile-out-toplevel)
19624 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19625 Use it.
19626
19627 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19628
19629 2000-02-23 Kenichi Handa <handa@etl.go.jp>
19630
19631 * international/encoded-kb.el: Be sure to update minor-mode-alist
19632 and minor-mode-map-alist.
19633 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19634 codes SS2 and SS3 correctly.
19635 (encoded-kbd-self-insert-ccl): New function.
19636 (encoded-kbd-setup-keymap): New function.
19637 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19638 by calling encoded-kbd-setup-keymap.
19639
19640 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19641 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
19642
19643 2000-02-22 Dave Love <fx@gnu.org>
19644
19645 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
19646 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
19647 (lisp-mode-syntax-table): Set up for #|...|# comments.
19648 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19649 classes. Match `defface'.
19650 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19651 (eval-defun-1): Fix for defcustom.
19652 (lisp-indent-region): Doc fix.
19653
19654 * subr.el (when, unless, split-string): Doc fix.
19655 (read-passwd): Move call of clear-this-command-keys to the right place.
19656 (replace-regexps-in-string): New function.
19657
19658 2000-02-22 Gerd Moellmann <gerd@gnu.org>
19659
19660 * help.el (describe-variable): Set syntax table to
19661 emacs-lisp-mode-syntax-table when moving forward over the
19662 symbol's name.
19663
19664 2000-02-22 Dave Love <fx@gnu.org>
19665
19666 * xt-mouse.el: Doc fixes.
19667 (xterm-mouse-position-function): New function, replacing advice of
19668 mouse-position.
19669 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19670
19671 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19672
19673 2000-02-21 Gerd Moellmann <gerd@gnu.org>
19674
19675 * format.el (format-annotate-single-property-change):
19676 Handle properties.with dotted-list values.
19677 (format-proper-list-p): New function.
19678
19679 * enriched.el (enriched-face-ans): Handle '(foreground-color
19680 . COLOR) and (background-color . COLOR).
19681
19682 2000-02-20 Dave Love <fx@gnu.org>
19683
19684 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19685 and assignments to it.
19686 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19687 current local map.
19688 (make-flyspell-overlay): Use it.
19689 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19690
19691 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19692 (lm-get-header-re): Defun, not defsubst.
19693 (lm-get-package-name): Defun, not defsubst. Simplify.
19694 (lm-version): Doc fix. Simplify.
19695 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19696 (lm-crack-address, lm-last-modified-date, lm-commentary)
19697 (lm-verify, lm-synopsis): Simplify.
19698 (lm-report-bug): Require emacsbug. Use compose-mail.
19699
19700 2000-02-20 Gerd Moellmann <gerd@gnu.org>
19701
19702 * dired.el (dired-mode): Call propertized-buffer-identification
19703 to set mode-line-buffer-identification to something having
19704 the right text properties.
19705
19706 * bindings.el (propertized-buffer-identification): New function.
19707
19708 2000-02-20 Dave Love <fx@gnu.org>
19709
19710 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19711 check for t-mouse too.
19712
19713 * cus-start.el: Make echo-keystrokes `number'.
19714
19715 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19716
19717 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19718 Don't call ring-empty-p unless tags-location-ring is bound.
19719 From Noah Friedman <friedman@splode.com>.
19720
19721 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19722
19723 * progmodes/hideshow.el (hs-flag-region): No longer use
19724 `intangible' overlay property.
19725
19726 (hs-toggle-hiding): New command.
19727 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19728
19729 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19730 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19731 and deactivation.
19732
19733 2000-02-18 Gerd Moellmann <gerd@gnu.org>
19734
19735 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19736
19737 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19738
19739 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19740
19741 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19742 of `*' to handle `(* ... *)' comments.
19743
19744 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19745
19746 * faces.el (list-faces-display): Use display-mouse-p instead of
19747 window-system.
19748
19749 * menu-bar.el (global-map): Menu-bar items converted to the new
19750 format (menu-item..., rearranged for better CUA compliance, and
19751 their names changed for better clarity. Help strings added.
19752
19753 * international/mule-cmds.el (mule-menu-keymap)
19754 (describe-language-environment-map, set-coding-system-map)
19755 (setup-language-environment-map): Convert to new (menu-item...
19756 form, add help strings. Change names of menu items for better clarity.
19757 "Mule" menu-bar item removed (it's now in the "Options" submenu).
19758
19759 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19760
19761 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19762 within the code.
19763
19764 2000-02-16 Dave Love <fx@gnu.org>
19765
19766 * faces.el: Don't require custom. Add more specific :groups to
19767 various deffaces.
19768 (set-face-attribute): Purecopy args.
19769 (read-face-name): Default to name at point and use it in prompt.
19770 Remove colon from arg in all callers.
19771 (list-faces-display): Hyperlink to face descriptions and customize
19772 buffers.
19773
19774 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19775
19776 * wid-edit.el (widget-match-inline): An atom never matches a list.
19777
19778 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19779
19780 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19781 at ':' characters by call to split-string.
19782
19783 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19784
19785 * textmodes/bibtex.el: Added RCS version identification.
19786
19787 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19788
19789 * textmodes/bibtex.el: Some temporary comments removed.
19790 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
19791 (bibtex-field-const): Allow capital letters.
19792 (bibtex-start-of-string): Deleted because unused.
19793
19794 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19795 use the term 'reference' to describe a bibtex entry as a whole.
19796 Further, reference keys are no longer called 'labels'.
19797 (bibtex-keys): Renamed to bibtex-reference-keys.
19798 (bibtex-reformat-previous-labels): Renamed to
19799 bibtex-reformat-previous-reference-keys.
19800 (bibtex-reference-type): Renamed to bibtex-entry-type.
19801 (bibtex-reference-head): Renamed to bibtex-entry-head.
19802 (bibtex-reference-maybe-empty-head): Renamed to
19803 bibtex-entry-maybe-empty-head.
19804 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19805 (bibtex-search-reference): Renamed to bibtex-search-entry.
19806 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19807 bibtex-enclosing-entry-maybe-empty-head.
19808 (bibtex-entry-field-alist, bibtex-entry-head)
19809 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19810 (bibtex-map-entries, bibtex-search-entry)
19811 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19812 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19813 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19814 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19815 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19816 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19817 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
19818
19819 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19820
19821 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19822 comment.
19823 (bibtex-format-field-delimiters): New function, functionality
19824 extracted from bibtex-format-entry.
19825 (bibtex-autokey-get-yearfield-digits): New function, functionality
19826 extracted from bibtex-autokey-get-yearfield.
19827
19828 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19829 entries in order to avoid stack overflow in the regexp matcher if
19830 field contents become large.
19831 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19832 (bibtex-field-string-part-not-braced)
19833 (bibtex-field-string-part-no-inner-braces)
19834 (bibtex-field-string-part-1-inner-brace)
19835 (bibtex-field-string-part-2-inner-braces)
19836 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19837 (bibtex-field-string-quoted, bibtex-field-string)
19838 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19839 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19840 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19841 Deleted as parsing is now performed by the following functions.
19842 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19843 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19844 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19845 (bibtex-parse-association, bibtex-field-name-for-parsing)
19846 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19847 (bibtex-search-forward-field, bibtex-search-backward-field)
19848 (bibtex-start-of-field, bibtex-end-of-field)
19849 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19850 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19851 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19852 (bibtex-parse-string, bibtex-search-forward-string)
19853 (bibtex-search-backward-string, bibtex-start-of-string)
19854 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19855 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19856 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
19857 entries. Instead of reporting the results of the parsing by
19858 match-beginning or match-end, these functions return data structures
19859 that hold the corresponding positions.
19860 (bibtex-enclosing-field): Changed to also report field boundaries by
19861 return values rather than by match-beginning or match-end.
19862 The following functions have been adapted to use the new
19863 parsing functions.
19864 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19865 (bibtex-enclosing-field, bibtex-format-entry)
19866 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19867 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19868 (bibtex-print-help-message, bibtex-end-of-entry)
19869 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19870 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19871 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19872 Use the new method for parsing.
19873 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19874 (bibtex-map-entries, bibtex-flash-head)
19875 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19876 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19877 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19878 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19879 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19880 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19881 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19882 order to make the new binding of case-fold-search immediately visible.
19883
19884 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19885
19886 * textmodes/bibtex.el: Copyright notice is up to date.
19887 Added constant 'bibtex-maintainer-salutation.
19888
19889 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
19890 than make-temp-name, use match-string-no-properties and eliminate
19891 a quadratic behavior when building bibtex-strings.
19892
19893 * bibtex.el (bibtex-reference-key): Accept string entries whose
19894 reference key contains upper case letters.
19895
19896 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19897
19898 * bibtex.el (bibtex-reference-head): Allow entries to start with
19899 a new line.
19900
19901 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19902
19903 * bibtex.el: Hiding of entry bodies is not longer provided by
19904 bibtex.el directly. Instead the hideshow package can be used.
19905 Added a special bibtex entry to hs-special-modes-alist.
19906 (bibtex-hs-forward-sexp): Added for hideshow.el.
19907
19908 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19909
19910 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19911 proceedings entry type (for cross referencing). Thanks to Wagner
19912 Toledo Correa for the suggestion.
19913
19914 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19915
19916 2000-02-14 Kenichi Handa <handa@etl.go.jp>
19917
19918 * international/characters.el: Setup case table for Vietnamese.
19919
19920 2000-02-12 Gerd Moellmann <gerd@gnu.org>
19921
19922 * uniquify.el (toplevel): Require CL at compile time.
19923 (uniquify-push): Removed.
19924
19925 * shadowfile.el (shadow-when): Removed.
19926
19927 * tempo.el (tempo-dolist, tempo-mapc): Removed.
19928 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
19929
19930 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19931 regexp for paragraph-start.
19932
19933 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19934 commas as well.
19935
19936 2000-02-10 Dave Love <fx@gnu.org>
19937
19938 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19939 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19940 Deleted.
19941 (widget-specify-field, widget-specify-button): Don't use
19942 widget-mouse-help as help-echo property.
19943 (default): Use #'ignore for :validate and :mouse-down-action.
19944 (checkbox): Add help-echo.
19945 (widget-sexp-validate): Rewritten to clarify error messages.
19946 (character): Use char-valid-p in :match function.
19947 (widget-color-complete): Use facemenu-color-alist.
19948 (widget-color-action): Use facemenu-read-color.
19949
19950 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19951 set up `caar' &c that we now have.
19952
19953 2000-02-09 Ray Blaak <blaak@gnu.org>
19954
19955 * delphi.el: Make resourcestring a declaration region, like const
19956 and var.
19957
19958 2000-02-09 Dave Love <fx@gnu.org>
19959
19960 * bindings.el (mode-line-input-method-map): New variable.
19961 (mode-line-mule-info): Use it; fix last change.
19962 (mode-line-mode-menu): Move definition.
19963 (mode-line-mouse-sensitive-p): Deleted.
19964 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
19965 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
19966
19967 * startup.el (command-line-1): Don't call
19968 make-mode-line-mouse-sensitive.
19969
19970 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19971
19972 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19973 before rmail-toggle-header, because the former toggles headers.
19974
19975 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19976
19977 * diff-mode.el (diff-kill-junk): New interactive function.
19978 (diff-reverse-direction): Use delete-and-extract-region.
19979 (diff-post-command-hook): Restrict the area so that the hook also works
19980 outside of any diff hunk. This is necessary for the minor-mode.
19981 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19982 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19983
19984 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19985 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19986 so that it can be used more easily in <foo>-mode-hook. Also make sure
19987 to avoid duplicate entries.
19988 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19989 (font-lock-remove-keywords): Just as was done for `add', allow it to
19990 work even if font-lock-mode is nil. Also make sure we don't modify
19991 any pre-existing list by forcing a copy-sequence. Finally rename
19992 `major-mode' to `mode'.
19993 (font-lock-fontify-syntactic-anchored-keywords)
19994 (font-lock-fontify-anchored-keywords)
19995 (font-lock-fontify-keywords-region): Use line-end-position.
19996 Don't make `font-lock-multiline' local (it's now done in
19997 font-lock-set-defaults).
19998 (font-lock-set-defaults): Make `font-lock-multiline' local.
19999 Move the `font-lock-fontified' creation to inside the `unless'.
20000
20001 2000-02-06 Andrew Innes <andrewi@gnu.org>
20002
20003 * term/w32-win.el (x-handle-args): Comment out call to message,
20004 which occurs before window system is initialized.
20005
20006 * makefile.nt: Add support for recompiling lisp code.
20007
20008 2000-02-04 Dave Love <fx@gnu.org>
20009
20010 * bindings.el (mode-line-mule-info): Fix/extend last change.
20011
20012 * completion.el: Replace completion-dolist with dolist.
20013
20014 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
20015
20016 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20017
20018 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
20019 environment names before they go into the section regexp.
20020
20021 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
20022 char class in regexp.
20023
20024 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20025 Bind `case-fold-search' to nil.
20026
20027 * progmodes/idlwave.el (idlwave-template):
20028 Respect `idlwave-abbrev-change-case'.
20029 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20030 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20031 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
20032 (idlwave-rw-case): New function.
20033 (idlwave-statement-match): Fixed problem with assignment regexp.
20034 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
20035 (idlwave-surround): New argument LENGTH to support padding of
20036 operators longer than 1 char.
20037
20038 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20039 idlwave-shell-expression-overlay. Implemented printing of
20040 expressions on higher levels of the calling stack.
20041 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
20042 (idlwave-retrieve-expression-from-level): New function.
20043 (idlwave-shell-last-calling-stack): Variable removed.
20044 (idlwave-shell-reset): Argument action reversed (`visible' to
20045 `hidden'). Also remove stop-line overlay.
20046 (idlwave-shell-calling-stack-routine): New variable.
20047 (idlwave-shell-parse-stack-and-display): Messages now display
20048 negative level numbers.
20049 (idlwave-shell-mode): Set `modeline-format'.
20050 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
20051 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
20052 (idlwave-shell-print-expression-function): New option.
20053
20054 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20055 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
20056 `tool-bar' instead of `toolbar'.
20057
20058 2000-02-02 Dave Love <fx@gnu.org>
20059
20060 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20061 emacs-lisp-mode-hook. Don't check for defalias being defined.
20062
20063 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
20064 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20065 Use the new builtins directly.
20066
20067 * whitespace.el (whitespace): Add :version to defgroup.
20068
20069 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20070 Doc fix.
20071
20072 * thingatpt.el (sexp-at-point, symbol-at-point)
20073 (number-at-point, list-at-point): Add autoload cookie.
20074
20075 * recentf.el (recentf): Add :version to defgroup.
20076
20077 * quickurl.el (quickurl): Add :version to defgroup.
20078
20079 * elide-head.el (elide-head): Use point-marker more.
20080
20081 * bs.el (bs): Add :version to defgroup.
20082
20083 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20084
20085 * progmodes/delphi.el (delphi): Add :version to defgroup.
20086
20087 2000-02-02 Gerd Moellmann <gerd@gnu.org>
20088
20089 * ange-ftp.el (ange-ftp-write-region): Handle case that
20090 succeeding process operation sets a different coding system.
20091
20092 * calculator.el: New file.
20093
20094 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20095
20096 * frame.el (frames-on-display-list, framep-on-display): New functions.
20097 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20098 (display-selections-p, display-screens, display-pixel-width)
20099 (display-pixel-height, display-mm-width, display-mm-height)
20100 (display-backing-store, display-save-under, display-planes)
20101 (display-color-cells, display-visual-class): New functions.
20102
20103 * term/tty-colors.el (tty-color-gray-shades): New function.
20104
20105 * faces.el (display-color-p): Use framep-on-display.
20106 (display-grayscale-p): New function.
20107
20108 2000-01-31 Dave Love <fx@gnu.org>
20109
20110 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20111 (create-fontset-from-x-resource): Don't concat integers.
20112
20113 2000-01-31 Inge Frick <inge@nada.kth.se>
20114
20115 * view.el: Some changes in documentation. Removed some trailing
20116 whitespace. Changed some parameter names to agree with documentation.
20117 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20118 window is not deleted. Modifies change 1998-04-26.
20119
20120 2000-01-31 Gerd Moellmann <gerd@gnu.org>
20121
20122 * windmove.el: New file.
20123
20124 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20125 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20126 progmodes/ebnf-yac.el: Update copyright and license info.
20127
20128 * jit-lock.el (jit-lock-function): Widen before calculating
20129 end position.
20130 (jit-lock-stealth-chunk-start): Rewritten.
20131
20132 * info.el (Info-title-face-alist): Removed.
20133 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
20134 (Info-fontify-node): Use these faces.
20135
20136 2000-01-30 Gerd Moellmann <gerd@gnu.org>
20137
20138 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20139 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20140 `&allow-other-keywords'.
20141
20142 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20143 the list of directories scanned heuristically.
20144
20145 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
20146
20147 2000-01-30 Jason Rumney <jasonr@gnu.org>
20148
20149 * w32-fns.el: Define w32-tty-standard-colors.
20150
20151 * startup.el (command-line): Use w32-tty-standard-colors when in
20152 w32 console mode.
20153
20154 2000-01-30 Dave Love <fx@gnu.org>
20155
20156 * jka-compr.el (jka-compr-load): Fix up load-history.
20157
20158 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20159
20160 * emacs-lisp/cl-macs.el: Revert previous change.
20161
20162 2000-01-29 Dave Love <fx@gnu.org>
20163
20164 * facemenu.el: Purecopy various strings.
20165
20166 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20167 years. Deal with three-digit years.
20168
20169 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20170 Use defconst, purecopy.
20171 (help-back-label): Purecopy it.
20172
20173 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20174
20175 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20176 variable. If non-nil, order the buffer list according to the
20177 currently selected frame.
20178 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20179 non-nil, pass the selected frame to function buffer-list.
20180
20181 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20182
20183 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20184
20185 2000-01-28 Dave Love <fx@gnu.org>
20186
20187 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20188
20189 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20190 Don't use lisp-indent-hook property.
20191 (cl-abs): Remove.
20192
20193 * subr.el: Move out indent and edebug specs for when and unless.
20194
20195 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20196 when, unless.
20197
20198 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20199 unless, when.
20200
20201 2000-01-28 Gerd Moellmann <gerd@gnu.org>
20202
20203 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20204 `collecting' as synonym for `collect'.
20205
20206 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20207 for the case it contains spaces.
20208
20209 * simple.el (what-cursor-position): Change formatting of messages.
20210
20211 * frame.el (delete-other-frames): New function.
20212 (toplevel): Bind it to C-x 5 1.
20213
20214 * sort.el (sort-numeric-base): New option.
20215 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20216 interpret it as octal or hexadecimal. Use sort-numeric-base
20217 as default base.
20218
20219 * progmodes/glasses.el: New file.
20220
20221 2000-01-27 Gerd Moellmann <gerd@gnu.org>
20222
20223 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20224 userids differently.
20225
20226 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20227 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20228 progmodes/ebnf-yac.el: New files.
20229
20230 2000-01-26 Dave Love <fx@gnu.org>
20231
20232 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20233 on a function with an empty body. [From Eric Ludlam.]
20234
20235 2000-01-25 Andre Spiegel <spiegel@gnu.org>
20236
20237 * vc.el (vc-version-diff): Make sure file name is expanded.
20238
20239 2000-01-25 Gerd Moellmann <gerd@gnu.org>
20240
20241 * scroll-bar.el (scroll-bar-timer): Variable removed.
20242 (scroll-bar-toolkit-scroll): Don't use a timer.
20243
20244 2000-01-25 Kenichi Handa <handa@etl.go.jp>
20245
20246 * language/thai-util.el (thai-composition-function):
20247 Delete superfluous `a'.
20248
20249 2000-01-24 Dave Love <fx@gnu.org>
20250
20251 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20252 end-of-defun-function.
20253
20254 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
20255
20256 2000-01-22 Jason Rumney <jasonr@gnu.org>
20257
20258 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20259 conflicts with new face support.
20260
20261 2000-01-22 Richard M. Stallman <rms@gnu.org>
20262
20263 * replace.el (query-replace): Rename last arg to DELIMITED.
20264 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20265 (query-replace-regexp): Likewise.
20266
20267 2000-01-20 Richard M. Stallman <rms@gnu.org>
20268
20269 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20270
20271 * emacs-lisp/lisp.el (beginning-of-defun-function):
20272 Variable renamed from beginning-of-defun.
20273 Do not call make-variable-buffer-local.
20274 (beginning-of-defun-raw): Use new variable name; doc fix.
20275 (beginning-of-defun): Doc fix.
20276 (end-of-defun-function): Variable renamed from end-of-defun.
20277 Do not call make-variable-buffer-local.
20278 (end-of-defun): Use new variable name; doc fix.
20279
20280 * subr.el (dolist, dotimes): Copied from cl-macs.el
20281 and made to work.
20282
20283 * mail/undigest.el (rmail-digest-end-regexps):
20284 Variable replaces rmail-digest-end-regexp.
20285 Allows multiple regexps for detecting the end line.
20286 (undigestify-rmail-message): Corresponding changes.
20287
20288 2000-01-19 Dave Love <fx@gnu.org>
20289
20290 * files.el (user-init-file): Don't declare here -- is primitive.
20291
20292 * startup.el (command-line): Check for compiled user-init-file and
20293 set to uncompiled version if necessary.
20294
20295 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20296
20297 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20298 (undigestify-rmail-message): Use it.
20299
20300 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20301
20302 2000-01-17 Gerd Moellmann <gerd@gnu.org>
20303
20304 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20305 of mini-buffer.
20306
20307 2000-01-14 Gerd Moellmann <gerd@gnu.org>
20308
20309 * emacs-lisp/copyright.el (copyright-update): Removed the
20310 requirement for a trailing space from `copyright-regexp', to
20311 support copyrights with owner specified on a separate line..
20312
20313 * align.el: New file.
20314
20315 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20316
20317 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20318
20319 2000-01-13 Dave Love <fx@gnu.org>
20320
20321 * ph.el: Removed. (Obsoleted by EUDC.)
20322
20323 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20324
20325 * net/eudc.el (toplevel): Remove autoloaded code installing
20326 menu with easymenu, because that causes build problems.
20327
20328 * frame.el (frame-notice-user-settings): New variable.
20329 (frame-notice-user-settings): Don't modify frame parameters
20330 if called a second time.
20331
20332 2000-01-13 Richard M. Stallman <rms@gnu.org>
20333
20334 * frame.el (frame-notice-user-settings):
20335 Notice default-frame-parameters even for non-window frames.
20336
20337 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20338
20339 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20340 for Emacs.
20341 (eudc-bob-can-display-inline-images): Extend for Emacs.
20342 (eudc-bob-toggle-inline-display): Ditto.
20343 (eudc-bob-display-jpeg): Ditto.
20344
20345 2000-01-12 Gerd Moellmann <gerd@gnu.org>
20346
20347 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20348 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20349 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20350
20351 * add-log.el (add-change-log-entry): Fix error trying an
20352 `(insert nil)'.
20353
20354 * subdirs.el: Add `net' directory.
20355
20356 * net: New directory.
20357
20358 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20359 eval-last-sexp. Don't bind debug-on-error here.
20360 (eval-last-sexp): New function. Bind debug-on-error if
20361 eval-expression-debug-on-error is non-nil.
20362 (eval-defun-2, eval-defun): Likewise.
20363
20364 * simple.el (eval-expression): Don't bind debug-on-error if
20365 eval-expression-debug-on-error is nil. Detect changed
20366 debug-on-error, and propagate new value to global binding, if
20367 eval-expression-debug-on-error is non-nil,
20368 (eval-expression-debug-on-error): Change doc string.
20369
20370 2000-01-11 Richard M. Stallman <rms@gnu.org>
20371
20372 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20373
20374 * emacs-lisp/lisp-mode.el (with-syntax-table):
20375 Set up lisp-indent-function property.
20376
20377 * subr.el (with-syntax-table): Moved from simple.el.
20378
20379 * simple.el (with-syntax-table): Moved to subr.el.
20380
20381 2000-01-11 Gerd Moellmann <gerd@gnu.org>
20382
20383 * tmm.el (tmm-shortcut): Delete region after prompt instead
20384 of erasing buffer.
20385
20386 * textmodes/fill.el (fill-common-string-prefix): New function.
20387 (fill-context-prefix): Use the longest common prefix of first
20388 and second line fill prefix, if there is one.
20389
20390 2000-01-11 Richard M. Stallman <rms@gnu.org>
20391
20392 * array.el (array-mode): Don't use make-variable-buffer-local.
20393 Use make-local-variable for `truncate-lines'.
20394
20395 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20396
20397 * add-log.el (add-log-current-defun): Handle user-defined
20398 add-log-current-function returning nil,
20399
20400 * add-log.el (add-change-log-entry): Insert version number
20401 if having found a current function
20402
20403 * add-log.el (add-log-current-defun):
20404 Call `add-log-current-defun-function'. Try matches at level 0 and
20405 level 1. Strip whitespace from defun found.
20406
20407 2000-01-10 John Wiegley <johnw@gnu.org>
20408
20409 * allout.el (isearch-done/outline-provisions): Added `edit'
20410 argument to correspond with the current definition of `isearch-done'.
20411
20412 2000-01-10 Dave Love <fx@gnu.org>
20413
20414 * elide-head.el (elide-head): Use point-marker, not point.
20415
20416 2000-01-10 Gerd Moellmann <gerd@gnu.org>
20417
20418 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20419 before and after the year 2000.
20420
20421 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20422 Add ispell- prefix.
20423
20424 2000-01-10 Ken Stevens <k.stevens@ieee.org>
20425
20426 * ispell.el: Only define dictionaries in menus when they exist.
20427 (version18p): New variable.
20428 (version20p): New variable.
20429 (xemacsp): New variable.
20430 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20431 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20432 (ispell-dictionary-alist6): Russian command lines no longer accept
20433 run-together words.
20434 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20435 (ispell-dictionary-alist): Add koi8-r to customize definition.
20436 (check-ispell-version): Added documentation string. Return library
20437 path when called non-interactively.
20438 (ispell-menu-map-needed): Uses new variables.
20439 (ispell-library-path): New variable.
20440 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20441 (ispell-word): Improved documentation string. Test for valid
20442 character mappings. Correctly check typed in word changes that can
20443 result in single words split into multiple words.
20444 Return replacement word.
20445 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20446 replace in recursive query replace mode. Help message for
20447 recursive edit mode.
20448 (ispell-show-choices): Protect against bad framepop bindings.
20449 (ispell-help): Fix to work with XEmacs.
20450 (ispell-highlight-spelling-error): Use new variables.
20451 (ispell-overlay-window): Fix to work with XEmacs.
20452 (ispell-parse-output): Passed and returns location information
20453 tracking spelling corrections. Doesn't recheck same word on
20454 current line.
20455 (ispell-init-process): Protect against bogus XEmacs variable binding.
20456 Fix call to single argument in sleep-for. Use new variables.
20457 (ispell-region): Passed and returns location information tracking
20458 spelling corrections. Doesn't check same word on current line.
20459 Improved documentation string. Doesn't resend a line already
20460 checked to the ispell process - fixes bug in LaTeX parsing.
20461 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20462 (ispell-skip-region): No longer skips <TT> in SGML.
20463 (ispell-process-line): Tracks location information with spelling
20464 corrections. Added documentation string. Accounts for words
20465 already accepted on this line. Don't allow query-replace on line
20466 starting with math characters. Doesn't resend a line already sent
20467 to ispell process. Fixes alignment error bug.
20468
20469 2000-01-10 Richard M. Stallman <rms@gnu.org>
20470
20471 * dired-x.el (dired-guess-shell-alist-default):
20472 Suggest xloadimage, which is free, not xv, which isn't.
20473
20474 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20475 Don't ever include the host name or user name in the value.
20476
20477 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20478
20479 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20480 of a real newline.
20481
20482 2000-01-09 Stephen Eglen <stephen@gnu.org>
20483
20484 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20485 for .png files.
20486
20487 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20488
20489 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20490
20491 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20492
20493 * progmodes/cperl-mode.el: Replace ^F with ^L.
20494
20495 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20496 `require'ing rmail and mailalias to prevent infinite recursion.
20497
20498 2000-01-08 Dave Love <fx@gnu.org>
20499
20500 * emacs-lisp/backquote.el: Remove inappropriate customization
20501 (allowing custom.el to use backquote).
20502
20503 2000-01-07 Dave Love <fx@gnu.org>
20504
20505 * add-log.el (add-log-debugging): Deleted.
20506 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20507 file. Remove debugging code.
20508 (change-log-get-method-definition, change-log-name): Add doc.
20509 (change-log-sortable-date-at): New function.
20510 (change-log-merge): New command.
20511
20512 * time.el (display-time-string-forms): Make the Mail string active.
20513 (display-time-update): Provide help-echo for load average.
20514
20515 * bindings.el (make-mode-line-mouse2-map): New function.
20516 (mode-line-modified): Use it and simplify.
20517 (mode-line-mule-info): Provide help-echo info.
20518 (minor-mode-alist): Activate the strings.
20519 (make-mode-line-mouse-sensitive): Simplify for
20520 mode-line-buffer-identification.
20521
20522 2000-01-07 Gerd Moellmann <gerd@gnu.org>
20523
20524 * play/pong.el: New file.
20525
20526 2000-01-06 Dave Love <fx@gnu.org>
20527
20528 * array.el: Assorted cleanups for compiler warnings, doc strings,
20529 `array-' prefix for symbols.
20530
20531 2000-01-05 Dave Love <fx@gnu.org>
20532
20533 * textmodes/outline.el (outline-mode-menu-bar-map):
20534 Add outline-headers-as-kill.
20535 (outline-mode): Define imenu-generic-expression.
20536 (outline-headers-as-kill): New command.
20537
20538 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20539 from paragraph-start.
20540 (paragraph-indent-minor-mode): New command.
20541
20542 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20543 M-C-e, M-C-h, C-j, C-xnd, TAB.
20544 (fortran-mode): Set beginning-of-defun, end-of-defun.
20545 (fortran-column-ruler): Simplify.
20546 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20547 (fortran-with-subprogram-narrowing): Likewise.
20548 (fortran-indent-subprogram): Call mark-defun.
20549 (fortran-check-for-matching-do): Change narrowing.
20550
20551 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20552 (cl-lucid-hash-tag): Delete.
20553 (cl-hash-table-p): Correct test for native table.
20554 (cl-hash-table-count): Use hash-table-count.
20555
20556 * browse-url.el (browse-url): Fix case of
20557 browse-url-browser-function being an alist.
20558
20559 2000-01-05 Carsten Dominik <cd@gnu.org>
20560
20561 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20562 (reftex-index-phrase-file-extension): New options.
20563
20564 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20565 Use new option `reftex-index-phrase-file-extension'.
20566
20567 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20568 `reftex-parse-file-extension'.
20569
20570 2000-01-05 Dave Love <fx@gnu.org>
20571
20572 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20573 (beginning-of-defun-raw): Use it.
20574 (end-of-defun): New variable.
20575 (end-of-defun): Use it.
20576 (check-parens): New command.
20577
20578 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20579
20580 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20581 (hs-show-block): Don't use `mapcar' when not accumulating.
20582
20583 Fix buglet in local variables initialization.
20584
20585 2000-01-05 Andreas Schwab <schwab@suse.de>
20586
20587 * hscroll.el (hscroll): Doc fix.
20588
20589 2000-01-05 Carsten Dominik <cd@gnu.org>
20590
20591 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20592 Require idlw-toolbar.
20593
20594 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
20595 file idlw-rinfo.el.
20596 (idlwave-customize): Load must read file idlw-shell.el.
20597 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
20598
20599 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20600
20601 * progmodes/idlw-shell.el: Also provide idlwave-shell
20602 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20603 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20604
20605 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
20606 both reftex-dcr and reftex-vcr.
20607
20608 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20609
20610 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20611
20612 * ps-print.el: PostScript code now is in separate files, doc fix.
20613 (ps-print-version): New version number (5.0.3).
20614 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20615 local.
20616 (ps-spool-config): Initialization fix.
20617 (ps-print-prologue-1, ps-print-prologue-2)
20618 (ps-print-duplex-feature): PostScript code moved to separated file.
20619 (ps-background-image): Little code reformating.
20620 (ps-begin-file, ps-begin-job): Fix code.
20621 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20622 (ps-prologue-file): New fun.
20623
20624 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20625
20626 * ps-vars.el: Eliminated.
20627
20628 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20629 `;;;###autoload'.
20630
20631 * ps-print.el: ps-vars eliminated, doc fix.
20632 (ps-print-version): New version number (5.0.2).
20633 (ps-spool-config): Initialization fix.
20634 (ps-print-customize): New fun.
20635
20636 2000-01-04 Gerd Moellmann <gerd@gnu.org>
20637
20638 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
20639
20640 2000-01-04 Dave Love <fx@gnu.org>
20641
20642 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20643 menu items.
20644
20645 2000-01-03 Dave Love <fx@gnu.org>
20646
20647 * elide-head.el (elide-head) [defgroup]: Add :version.
20648
20649 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
20650 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20651 Use `cl-hash-table-p', not `hash-table-p'.
20652 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20653
20654 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20655
20656 * faces.el (face-read-integer, read-face-attribute)
20657 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
20658
20659 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20660
20661 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20662 at comment end, and re-insert them after filling.
20663
20664 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20665
20666 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20667 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20668 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20669
20670 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20671
20672 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20673 the new name of face-color-supported-p.
20674
20675 * term/w32-win.el (xw-defined-colors): Likewise.
20676
20677 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20678
20679 * simple.el (completion-setup-function): Count completion-size
20680 from minibuffer-prompt-end, not from point-min.
20681
20682 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20683
20684 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20685 Pass the frame to tty-color-* functions.
20686 (display-color-p, frame-set-background-mode): Pass the frame to
20687 tty-display-color-p.
20688
20689 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20690 tty-color-alist.
20691 (tty-color-alist, tty-modify-color-alist): New functions.
20692 (tty-color-define, tty-color-clear, tty-color-approximate)
20693 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20694 optional parameter FRAME.
20695
20696 2000-01-01 Gerd Moellmann <gerd@gnu.org>
20697
20698 * image.el (create-image, defimage): Don't assume image data is
20699 a string.
20700
20701 * image.el (defimage): Handle specifications containing :data
20702 instead of :file.
20703 (image-type-from-data): New function.
20704 (image-type-from-file-header): Use it.
20705 (create-image): Add parameter DATA-P.
20706
20707 See ChangeLog.8 for earlier changes.
20708
20709 ;; Local Variables:
20710 ;; coding: iso-2022-7bit
20711 ;; End:
20712
20713 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20714 Copying and distribution of this file, with or without modification,
20715 are permitted provided the copyright notice and this notice are preserved.