(display-message-or-buffer): Pass the correct buffer to `display-buffer'.
[bpt/emacs.git] / lisp / ChangeLog
1 2001-10-15 Miles Bader <miles@gnu.org>
2
3 * simple.el (display-message-or-buffer): Pass the correct buffer
4 to `display-buffer'.
5
6 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
7
8 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
9 (executable-find): Use exec-suffixes.
10 (executable-set-magic): Don't use make-local-hook.
11
12 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
13
14 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
15
16 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
17 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
18 Add .so to the Unix and GNU branch.
19
20 * international/latin-1.el:
21 * international/latin-2.el:
22 * international/latin-3.el:
23 * international/latin-4.el:
24 * international/latin-5.el:
25 * international/latin-8.el:
26 * international/latin-9.el: Add no-byte-compile: t, since
27 Makefile.in instructs make-docfile to look at .el files.
28
29 2001-10-14 Miles Bader <miles@gnu.org>
30
31 * button.el (define-button-type): Allow supertype property to be
32 specified with a keyword `:supertype' too.
33 (button-put, make-text-button): Allow button type property to be
34 specified using the keyword `:type' too.
35 (button-type): New function.
36 (button): Add `button-category-symbol' property.
37
38 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
39
40 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
41 indent-new-comment-line from comment-indent-new-line.
42
43 * textmodes/refill.el (refill-mode):
44 Bind DEL to backward-delete-char-untabify.
45 Set backward-delete-char-untabify-method to `hungry'.
46
47 * textmodes/bib-mode.el (bib-mode):
48 * play/gomoku.el (gomoku-mode):
49 * textmodes/page-ext.el (pages-directory-mode):
50 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
51
52 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
53
54 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
55
56 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
57 Handle here-docs differently.
58 (sh-font-lock-heredoc): Remove.
59 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
60 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
61 (sh-font-lock-open-heredoc): New functions.
62 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
63 (sh-font-lock-keywords-1): Use regexp-opt.
64 (sh-in-comment-or-string): Use syntax-ppss.
65 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
66 (sh-select, sh-tmp-file): Add explicit terminating \n.
67
68 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
69 Use with-current-buffer.
70 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
71 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
72 filename), catch any error that occurs in `ange-ftp-cd'.
73 If an error happened, don't bother sending `cmd' at all.
74 Fix a parenthesis typo.
75 (ange-ftp-write-region): Don't blindly use binary if the remote host
76 is unix-like.
77
78 * play/pong.el (pong-init): Don't use make-local-hook.
79
80 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
81
82 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
83 (viper-get-ex-address-subr): More precise addr for the $ marker
84
85 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
86
87 * version.el (emacs-version): Bump to 21.1.50.
88
89 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
90
91 * mail/mailalias.el (mail-directory-stream): Do not double
92 variables in the lambda-list.
93
94 * play/gomoku.el (gomoku-init-display): Ditto.
95
96 * play/landmark.el (lm-init-display): Ditto.
97
98 * delim-col.el (delimit-columns-rectangle-max): Ditto.
99 (delimit-columns-rectangle-line): Ditto.
100
101 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
102
103 * newcomment.el (comment-region-internal): Don't rebind
104 invisibility_spec now that the C routines handle it correctly.
105
106 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
107
108 * frame.el (special-display-popup-frame): Obey new specs `same-window'
109 and `same-frame'.
110
111 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
112
113 * simple.el (minibuffer-local*-map): Remove redundant bindings.
114
115 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
116 C-p and C-r. Remove redundant bindings from inheriting maps.
117
118 * progmodes/cperl-mode.el: Merged in changes from v4.32.
119 After 4.23 and: After 4.24:
120 (cperl-contract-levels): Restore position.
121 (cperl-beautify-level): Likewise.
122 (cperl-beautify-regexp): Likewise.
123 (cperl-commentify): Rudimental support for length=1 runs
124 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
125 After 4.25:
126 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
127 (imenu-example--create-perl-index): Was not enforcing
128 syntaxification-to-the-end.
129 (cperl-invert-if-unless): Allow `for', `foreach'.
130 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
131 Mark qw(), m()x as indentable.
132 (cperl-init-faces): Highlight `sysopen' too.
133 Highlight $var in `for my $var' too.
134 (cperl-invert-if-unless): Was leaving whitespace at end.
135 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
136 (cperl-calculate-indent): Remove old commented out code.
137 Support (primitive) indentation of qw(), m()x.
138 After 4.26:
139 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
140 q [] with intervening newlines.
141 (cperl-autoindent-on-semi): New customization variable.
142 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
143 (cperl-tips): Mention how to make CPerl the default mode.
144 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
145 (cperl-outline-level): New function.
146 (cperl-highlight-variables-indiscriminately): New customization var.
147 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
148 From Sean Kamath <kamath@pogo.wv.tek.com>.
149 (cperl-after-block-p): Support CHECK and INIT.
150 (cperl-init-faces, cperl-short-docs): Likewise and "our".
151 From Doug MacEachern <dougm@covalent.net>.
152 After 4.27:
153 (cperl-find-pods-heres): Recognize \"" as a string.
154 Mark whitespace between q and [] as `syntax-type' => `prestring'.
155 Allow whitespace between << and "FOO".
156 (cperl-problems): Remove \"" and q [] with intervening newlines.
157 Mention multiple <<EOF as unsupported.
158 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
159 (cperl-indent-parens-as-block): New configuration variable.
160 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
161 Use `cperl-indent-parens-as-block'.
162 (cperl-find-pods-heres): Test for =cut without empty line instead of
163 complaining about no =cut.
164 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
165 (cperl-find-pods-heres): Likewise.
166 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
167 POD could've been marked as comment already.
168 (cperl-unwind-to-safe): Unwind before start of POD too.
169 After 4.28:
170 (cperl-forward-re): Throw an error at proper moment REx unfinished.
171 After 4.29:
172 (x-color-defined-p): Make an extra case to peacify the warning.
173 Toplevel: `defvar' to peacify the warnings.
174 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
175 No -nw-compile time warnings now.
176 (cperl-find-tags): TAGS file had too short substring-to-search.
177 Be less verbose in non-interactive mode
178 (imenu-example--create-perl-index): Set index-marker after name
179 (cperl-outline-regexp): New variable.
180 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
181 (cperl-mode): Made use `cperl-outline-regexp'.
182 After 4.30:
183 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
184 (cperl-outline-level): Make start-of-file same level as `package'.
185 After 4.31:
186 (cperl-electric-pod): `head1' and `over' electric only if empty.
187 (cperl-unreadable-ok): New variable.
188 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
189 on an unreadable file.
190 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
191 on an unreadable directory.
192
193 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
194 Consider the text between two errors as belonging to the first error.
195 (compilation-goto-locus): Use pop-to-buffer rather than
196 switch-to-buffer-other-frame.
197
198 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
199 (awk-font-lock-syntactic-keywords): New var.
200 (awk-mode): Use it.
201
202 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
203
204 * faces.el (describe-face): Call help-setup-xref earlier.
205
206 * jka-compr.el (jka-compr-load-suffixes): New var.
207 (jka-compr-install): Add its content to load-suffixes.
208 (jka-compr-uninstall): Remove its content from load-suffixes.
209
210 2001-10-12 Sam Steingold <sds@gnu.org>
211
212 * bindings.el (completion-ignored-extensions): CL-related
213 extensions are platform-independent.
214
215 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
216 asynchronous multiple file copying.
217
218 2001-10-12 Gerd Moellmann <gerd@gnu.org>
219
220 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
221 Turn error for repeated variables into warning.
222
223 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
224 New function checking that lambda-list consists of non-constant
225 symbols, that &rest and &optional are followed by variable names,
226 that &rest VAR is the last element, and that variables aren't doubled.
227 (byte-compile-lambda): Use it.
228
229 2001-10-12 Eli Barzilay <eli@barzilay.org>
230
231 * calculator.el (calculator-eng-display): Don't call concat
232 with an integer argument.
233
234 2001-10-12 Miles Bader <miles@gnu.org>
235
236 * help-mode.el (help-customize-face): New button-type.
237
238 * faces.el (list-faces-display): Fix args to `help-xref-button'.
239 (describe-face): Fix args to `help-xref-button'.
240 Don't switch to help-buffer around call to `help-setup-xref'.
241 Use `help-buffer' instead of hard-wired "*Help*".
242 Require `help-mode'.
243
244 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
245
246 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
247
248 * help-mode.el (help-buffer): New function.
249 Returns the buffer-name to use for help output.
250 Change all the code to use it instead of hard-coding *Help*.
251 (help-mode-map): Put back the mouse-2 binding.
252 (help-xref-stack): Change the format and make buffer-local.
253 (help-xref-stack-item): Make buffer-local.
254 (help-setup-xref): Do the `push' here rather than in help-do-xref.
255 (help-xref-interned): Display the face doc as well.
256 (help-follow-mouse): Re-introduce.
257 (help-xref-go-back): Adapt to the new use of help-xref-stack.
258 (help-do-xref): Don't `push' any more.
259 (help-follow): Also follow face names.
260
261 * help-funs.el (describe-function-1): Remove unused `parens' arg.
262 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
263 Autoload and cleanup.
264 (describe-function): Call help-setup-xref.
265 (describe-variable): Call help-setup-xref earlier.
266
267 * help.el (describe-bindings-internal): New fun moved from keymap.c.
268 (view-lossage): Call help-setup-xref correctly and earlier.
269 (describe-bindings): Call help-setup-xref earlier.
270 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
271 (describe-mode): Don't autoload. Call help-setup-xref earlier.
272
273 2001-10-11 Gerd Moellmann <gerd@gnu.org>
274
275 * master.el (master-mode): Use define-minor-mode instead of
276 easy-mmode-define-minor-mode. Add autload cookie.
277 (Commentary): Remove the line showing how to autoload master-mode,
278 since it's always autoloaded.
279
280 * master.el: New file.
281
282 2001-10-11 Dave Love <fx@gnu.org>
283
284 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
285 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
286 <const-C varset-X const-C>: Fix car/cdr typo.
287
288 2001-10-11 Gerd Moellmann <gerd@gnu.org>
289
290 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
291 New function extracted from byte-compile-log-1.
292 (byte-compile-log-1): Change output to be more in line with
293 the output of other GNU tools.
294 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
295 (byte-compile-report-error): Downcase error message.
296 Use `error' instead of `!!' for error messages.
297 (byte-compile-print-syms): Treat non-interactive case specially.
298 (displaying-byte-compile-warnings): Use backquote.
299 (byte-compile-from-buffer): Bind byte-compile-last-line.
300 (batch-byte-compile): Remove `Done' message.
301
302 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
303
304 * emacs-lisp/copyright.el (copyright): Add final \n.
305
306 2001-10-11 Miles Bader <miles@gnu.org>
307
308 * diff.el (diff): Display default values in prompts as
309 `(default ...)', not `(...)'.
310
311 * info.el (Info-follow-reference): Likewise.
312
313 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
314
315 * emacs-lisp/autoload.el (doc-string-elt): Remove.
316
317 * newcomment.el (comment-indent): Be a little more robust in case
318 comment-indent-function does funny things.
319 (comment-normalize-vars): Autoload.
320 (comment-region-internal): Fiddle with the visibility spec.
321 (comment-valid-prefix): New function.
322 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
323 that would turn comment-text into non-comment-text.
324
325 * emacs-lisp/syntax.el: New file.
326
327 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
328 compatibility cruft.
329 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
330 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
331 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
332 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
333 tcl-submit-bug-report.
334 (tcl-mode-syntax-table): Leave \f alone.
335 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
336 tcl-end-of-defun, tcl-submit-bug-report.
337 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
338 (tcl-add-emacs-menu): Remove.
339 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
340 (tcl-keyword-list): Add `chain'.
341 (tcl-font-lock-syntactic-keywords): New variable.
342 (tcl-pps-has-arg-6): Remove.
343 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
344 (tcl-internal-mark-defun): Remove.
345 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
346 (tcl-mode): Use define-derived-mode. Simplify.
347 Set comment-indent-function.
348 (tcl-indent-command): Use line-beginning-position and comment-indent.
349 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
350 (tcl-indent-line): Use tcl-calculate-indent.
351 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
352 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
353 (tcl-filter): Use with-current-buffer, simplify.
354 (inferior-tcl-mode): Use define-derived-mode.
355 (tcl-hairy-in-comment): Renamed tcl-in-comment.
356 (tcl-simple-in-comment, tcl-in-comment): Removed.
357 (tcl-files-alist): New function.
358 (tcl-help-snarf-commands): Use it and return the result directly
359 rather than through a global variable.
360 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
361 (tcl-help-on-word): Provide the default value to completing-read.
362 (tcl-hilit): Remove.
363 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
364 (tcl-comment-indent): New function.
365 (tcl-submit-bug-report): Remove.
366 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
367 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
368 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
369
370 2001-10-10 Miles Bader <miles@gnu.org>
371
372 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
373 (Info-fontify-node): Don't fontify the node if it's already been done.
374
375 2001-10-10 Gerd Moellmann <gerd@gnu.org>
376
377 * international/iso-transl.el (iso-transl-e-caret)
378 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
379 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
380
381 * simple.el (end-of-buffer): Fix code scrolling specially
382 for the buffer end.
383
384 * startup.el (command-line-1): Bind tab-width to 8.
385
386 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
387
388 * emulation/tpu-edt.el: Use defalias instead of fset for
389 user-visible commands. From Rob Riepel
390 <riepel@Networking.Stanford.EDU>.
391
392 2001-10-09 Gerd Moellmann <gerd@gnu.org>
393
394 * ruler-mode.el: New file.
395
396 2001-10-09 Miles Bader <miles@gnu.org>
397
398 * apropos.el (button): New require.
399
400 * help-funs.el: New file, contents mostly from `help.el'.
401 (describe-variable): Use `condition-case' instead of `ignore-errors'.
402
403 * help-mode.el: New file, contents mostly from `help.el'.
404
405 * help.el: Don't require `view' when compiling.
406 (help-with-tutorial, describe-function, describe-function-1)
407 (variable-at-point, describe-variable, locate-library):
408 Functions moved into `help-funs.el'.
409 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
410 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
411 (help-setup-xref, help-xref-following, help-make-xrefs)
412 (help-xref-button, help-insert-xref-button, help-xref-interned)
413 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
414 (help-xref-on-pp): Functions moved into `help-mode.el'
415 (help-mode-map, help-xref-stack, help-xref-stack-item)
416 (help-highlight-p, help-highlight-face, help-back-label)
417 (help-xref-symbol-regexp, help-xref-mule-regexp)
418 (help-xref-info-regexp): Variables moved into `help-mode.el'.
419 (help-symbol, help-back, help-info, help-customize-variable)
420 (help-function-def, help-variable-def):
421 Button-types moved into `help-mode.el'.
422 (load-symbol-file-load-history, symbol-file):
423 Functions moved into `subr.el'.
424 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
425 (view-lossage): Call `help-setup-xref' instead of doing it manually.
426
427 * subr.el (symbol-file-load-history-loaded)
428 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
429
430 * loadup.el ("button"): Load removed.
431
432 * button.el (define-button-type): Respect any `supertype' property.
433 (button-type-subtype-p, button-has-type-p): New functions.
434
435 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
436 dollar-signs.
437
438 * comint.el (comint-insert-previous-argument): New function.
439 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
440 (comint-insert-previous-argument-last-start-pos)
441 (comint-insert-previous-argument-last-index): New variables.
442
443 * apropos.el (apropos-next-label-button): Use the presence of a
444 `apropos-label' property to detect label buttons.
445
446 2001-10-08 Miles Bader <miles@gnu.org>
447
448 * button.el (next-button, previous-button): Remove N and WRAP
449 parameters. Don't pay attention to `skip' properties.
450 (forward-button): Implement wrapping, iterating, and skipping here
451 instead.
452 (button-activate): USE-MOUSE-ACTION is optional.
453 (button-nop): Function removed.
454 (default-button): Use `ignore' as default button action.
455
456 * apropos.el (apropos-next-label-button): Update arguments to
457 `next-button'.
458 (apropos-symbol): Add `skip' property.
459 (apropos-function, apropos-macro, apropos-command)
460 (apropos-variable, apropos-face, apropos-group, apropos-widget)
461 (apropos-plist): New button types.
462 (apropos-label-properties): Variable removed.
463 (apropos-print): Pass button-type to apropos-print-doc, rather
464 than help function and label text.
465 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
466 Get button label from TYPE.
467
468 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
469
470 * help.el (help-mode): Use define-derived-mode.
471 (describe-mode): Add optional `buffer' arg.
472 Use it instead of going through help-xref-mode.
473 Avoid doubling the word `minor' when prettifying.
474 (describe-function-1): List the corresponding key bindings.
475 (describe-variable): Say if the var is automatically buffer-local.
476 If the source is `loaddefs.el', look for the real source.
477 (help-xref-mode): Remove.
478
479 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
480 the file says no-byte-compile.
481
482 2001-10-08 Miles Bader <miles@gnu.org>
483
484 * button.el (next-button, previous-button): Respect `skip' property.
485
486 2001-10-07 Miles Bader <miles@gnu.org>
487
488 * woman.el (woman-mode-map): Copy button-buffer-map instead of
489 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
490 `woman-follow-word' instead of `woman-mouse-2'.
491 (woman-follow-word): Renamed from `woman-mouse-2'.
492 Follow current unconditionally, since this function is now only
493 bound to M-mouse-2. Use accessor functions.
494 (WoMan-highlight-references): Use `make-text-button'.
495 (woman-xref): New button type.
496
497 * loadup.el ("faces"): Move load before loading "loaddefs.el".
498 ("button"): New load, just before "help" (which uses it).
499
500 * help.el (help-mode-map): Make button-buffer-map our parent.
501 Don't bind mouse events or tab/backtab.
502 (help-function, help-variable, help-face, help-coding-system)
503 (help-input-method, help-character-set, help-back, help-info)
504 (help-customize-variable, help-function-def, help-variable-def):
505 New button types.
506 (help-button-action): New function.
507 (describe-function-1): Pass help button-types to
508 `help-xref-button' rather than help function and help-echo string.
509 Don't put multiple help-function args in a list to pass them to
510 help-xref-button, just pass them as multiple arguments.
511 Use `help-insert-xref-button' to make [back]-button, rather than
512 `help-xref-button'.
513 (help-xref-button): Take a button-type TYPE as a parameter rather
514 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
515 and add a &rest parameter ARGS to serve the same purpose.
516 Use `make-text-button' to add the button.
517 (help-insert-xref-button): Use `insert-text-button' to add the button.
518 (help-follow-mouse, help-next-ref, help-previous-ref):
519 Functions removed.
520 (help-do-xref): New function.
521 (help-follow): Use `push-button' and `help-do-xref' to do most of
522 the work.
523
524 * apropos.el (apropos-symbol, apropos-label): New button types.
525 (apropos-symbol-button-display-help)
526 (apropos-label-button-display-help, apropos-next-label-button):
527 New functions.
528 (apropos-mode-map): Make button-buffer-map our parent.
529 Don't bind mouse events.
530 (apropos-print, apropos-print-doc): Create buttons instead of text
531 properties.
532 (apropos-mouse-follow): Function removed.
533 (apropos-follow): Use buttons.
534
535 * button.el: New file.
536
537 2001-10-07 Gerd Moellmann <gerd@gnu.org>
538
539 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
540 Remove.
541
542 2001-10-05 Richard M. Stallman <rms@gnu.org>
543
544 * add-log.el (add-change-log-entry): Skip copyright notice
545 and copying permission notice at start of file, if any.
546 Make use of terms "entry" and "item" accord with Emacs manual.
547 Simplify the logic for moving point while entering or creating
548 an entry and then an item.
549 (add-change-log-entry-other-window): Doc fix.
550
551 2001-10-06 Miles Bader <miles@gnu.org>
552
553 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
554 removed; they apparently don't work with faces.
555
556 2001-10-05 Sam Steingold <sds@gnu.org>
557
558 * textmodes/sgml-mode.el (html-xhtml): New user option.
559 (html-tag-alist, html-horizontal-rule, html-image, html-line)
560 (html-ordered-list, html-unordered-list, html-list-item)
561 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
562 (sgml-skip-close-p): New function.
563 (sgml-value): Use it.
564
565 2001-10-05 Sam Steingold <sds@gnu.org>
566
567 * calendar/diary-lib.el (diary-entry-compare): When times are
568 identical, compare the entries lexicographically.
569
570 2001-10-06 Miles Bader <miles@gnu.org>
571
572 * rfn-eshadow.el (rfn-eshadow-update-overlay):
573 Use `minibuffer-prompt-end'.
574
575 * simple.el (previous-matching-history-element): Fix misplaced
576 parentheses.
577
578 2001-10-05 Miles Bader <miles@gnu.org>
579
580 * rfn-eshadow.el: New file.
581
582 2001-10-05 Miles Bader <miles@gnu.org>
583
584 * cus-face.el (custom-face-attributes): Make sure each attribute
585 has a valid default value. Remove hacks that mapped `nil' to
586 `off' and used nil to mean `unspecified'. Remove `unspecified'
587 choices from all attributes (unspecified is handled by the parent
588 checklist).
589 * cus-edit.el (custom-face-edit-convert-widget)
590 (custom-face-edit-deactivate, custom-face-edit-activate)
591 (custom-face-edit-delete, custom-face-edit-attribute-tag):
592 New functions.
593 (custom-face-edit): Specify a custom :convert-widget.
594 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
595 Don't pass in default filters that map between `nil' and `off' and
596 `unspecified' and `nil'.
597
598 2001-10-05 Gerd Moellmann <gerd@gnu.org>
599
600 * progmodes/compile.el (compilation-buffer-name): New function.
601 (compile-internal): Use it to determine the name of the
602 compilation buffer.
603
604 2001-10-05 Miles Bader <miles@gnu.org>
605
606 * progmodes/compile.el (grep-use-null-device): New variable.
607 (grep-command): Mention `grep-use-null-device'.
608 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
609 Make computation of `grep-command' respect `grep-use-null-device'.
610 (grep): Respect `grep-use-null-device'.
611 Call `grep-compute-defaults' even if grep-command is set, if
612 grep-use-null-device is still tentative.
613
614 * subr.el (call-process-shell-command): New function.
615
616 2001-10-05 Miles Bader <miles@gnu.org>
617
618 * simple.el (previous-matching-history-element)
619 (next-history-element, next-complete-history-element): Use
620 `minibuffer-' functions instead of calling `field-' functions directly.
621 (minibuffer-prompt-end, minibuffer-contents):
622 (minibuffer-contents-no-properties, delete-minibuffer-contents):
623 Functions removed (now subrs).
624 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
625
626 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
627 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
628 instead of calling `field-' functions directly.
629 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
630
631 2001-10-05 Gerd Moellmann <gerd@gnu.org>
632
633 * files.el (find-file-noselect): If file's read-only status has
634 changed on disk, ask if buffer's read-only status should be
635 changed, unless NOWARN is set.
636
637 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
638 alias for define-setf-method.
639
640 * bindings.el: Remove no-byte-compile from file local variables
641 to enable bootstrapping.
642
643 2001-10-04 Andrew Innes <andrewi@gnu.org>
644
645 * faces.el (face-font-registry-alternatives) [windows-nt]:
646 Make gb2312 an alias for gb2312.1980.
647
648 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
649
650 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
651 (uniquify-reverse-components): Remove.
652
653 * emacs-lisp/bytecomp.el (byte-recompile-directory):
654 Make sure the file is readable.
655 (byte-compile-file): Don't compile if `no-byte-compile' is set.
656 (byte-compile-defvar): Update to reflect the change in Fdefvar.
657 (batch-byte-recompile-directory): Pass arg=0.
658
659 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
660 (perl-calculate-indent): Use it.
661 (perl-backward-to-noncomment): Use forward-comment.
662
663 * derived.el (define-derived-mode, derived-mode-make-docstring):
664 Allow `parent' to be nil.
665
666 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
667 Use define-derived-mode.
668 (nroff-mode-map, nroff-mode-syntax-table): Massage.
669
670 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
671
672 * emacs-lisp/lselect.el: Use facep iso find-face.
673
674 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
675 Use regexp-opt.
676 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
677 (lisp-font-lock-syntactic-face-function): New function.
678 (lisp-mode-variables): Use it. Make arg optional.
679 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
680 (lisp-mode): Don't pass an arg to lisp-mode-variables.
681 Set comment-start-skip.
682
683 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
684
685 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
686 (ignore-errors): Don't bother using a `err' symbol.
687
688 * emacs-lisp/autoload.el (autoload-ensure-default-file)
689 (autoload-insert-section-header, autoload-before-p)
690 (autoload-remove-section): New functions.
691 (generate-file-autoloads): Use them.
692 (update-file-autoloads): Use them. Return FILE if there's no cookie.
693 Make sure the autoload file is properly formatted when creating it.
694 (update-autoloads-from-directories): Use them as well.
695 Only update autoloads for files whose timestamp has changed.
696 Add a dummy entry to remember the files which had no autoload cookies.
697
698 * timer.el (timer-relative-time): Fix computation for negative `micro'.
699
700 * subr.el (define-key-after): Allow `key' to be longer than 1.
701 (make-local-hook): Make obsolete.
702 (add-hook, remove-hook): Don't use make-local-hook any more.
703 (make-syntax-table): Inherit all chars from s-s-t.
704
705 2001-10-04 Gerd Moellmann <gerd@gnu.org>
706
707 This is a fix for a report saying that resuming a search with C-s
708 C-s doesn't use the case-fold-search setting of the previous
709 search (C-s ... M-c ... then C-s C-s).
710
711 * isearch.el (isearch-last-case-fold-search): New variable.
712 (isearch-mode): Remember value of isearch-case-fold-search
713 in isearch-last-case-fold-search.
714 (isearch-done): Quote value of isearch-case-fold-search.
715 (isearch-repeat): When resuming a search, restore
716 isearch-case-fold-search from isearch-last-case-fold-search.
717
718 Added to NEWS.
719
720 * startup.el (inhibit-startup-buffer-menu): New user-option.
721 (command-line-1): If inhibit-startup-buffer-menu is set, don't
722 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
723
724 This allows upto 99999 messages in the summary without screwing up
725 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
726
727 * mail/rmailsum.el (rmail-make-summary-line)
728 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
729 (rmail-summary-goto-msg, rmail-summary-goto-msg):
730 Allow 5-digit message ids instead of 4.
731
732 This adds expansion of environment variables in the value
733 specified with M-x setenv. Added to NEWS.
734
735 * env.el (substitute-env-vars): New function.
736 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
737 environment variables in VALUE. Return VALUE.
738
739 2001-10-04 Gerd Moellmann <gerd@gnu.org>
740
741 * Branch for 21.1.
742
743 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
744
745 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
746
747 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
748
749 * emulation/tpu-edt.el: Make messages match original TPU/edt
750 editor. From riepel@Stanford.EDU (Rob Riepel).
751
752 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
753
754 * rect.el: Update maintainer's email address.
755
756 2001-10-02 Andreas Schwab <schwab@suse.de>
757
758 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
759 and Extended Passive Mode, resp.
760
761 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
762
763 These changes add support for Calendar-related items in the
764 menu bar on tty's as well:
765
766 * calendar/calendar.el (calendar-mode-map): Require cal-menu
767 unconditionally.
768 (calendar-mode): Set up activate-menubar-hook unconditionally.
769
770 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
771 calls x-popup-menu only if popup menus are supported.
772 (calendar-mouse-insert-hebrew-diary-entry)
773 (calendar-mouse-insert-islamic-diary-entry)
774 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
775 (calendar-mouse-view-other-diary-entries)
776 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
777 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
778 Call cal-menu-x-popup-menu instead of x-popup-menu.
779
780 2001-10-01 Gerd Moellmann <gerd@gnu.org>
781
782 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
783
784 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
785
786 * emacs-lisp/rx.el: New file.
787
788 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
789
790 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
791
792 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
793
794 * frame.el (select-frame-by-name, other-frame): Doc fix.
795
796 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
797
798 * play/snake.el (snake-score-file): Use temporary-file-directory
799 instead of a literal "/tmp". Suggested by Robert
800 <robert@chezmarshall.freeserve.co.uk>.
801
802 * play/tetris.el (tetris-score-file): Ditto.
803
804 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
805
806 * apropos.el (apropos-print): Make the directions inserted at the
807 beginning of the *Apropos* buffer more clear.
808
809 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
810
811 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
812 Added comments.
813
814 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
815
816 * newcomment.el (comment-normalize-vars): Use " \t" rather than
817 "\\s-" when defining comment-end-skip.
818
819 2001-09-27 Gerd Moellmann <gerd@gnu.org>
820
821 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
822 Call get-buffer-window first second arg `visible'.
823
824 * international/mule-diag.el (list-input-methods-1):
825 Output something that's independent of Emacs' version.
826
827 * tar-mode.el (tar-mode-write-file): Don't signal an error by
828 calling byte-to-position with a nil tar-header-offset.
829
830 2001-09-27 Simon Josefsson <jas@extundo.com>
831
832 * mail/sendmail.el (send-mail-function): Doc fix.
833 (mail-do-fcc): Error if header-end is not a marker.
834 (mail-do-fcc): Add a comment.
835 (mail-reply-to): Doc fix.
836 (mail-signature): Make ATPOINT optional.
837 (mail-yank-original): Use cond instead of nestled if.
838
839 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
840
841 * info.el (Info-on-current-buffer): Default arg to "Top".
842
843 2001-09-25 Eli Barzilay <eli@barzilay.org>
844
845 * calculator.el (calculator-copy-displayer): New user-option.
846 (calculator-displayer-prev, calculator-displayer-next):
847 Renamed from calculator-displayed-{left,right}.
848 (calculator, calculator-standard-displayer)
849 (calculator-num-to-string, calculator-update-display)
850 (calculator-copy, calculator-put-value): Bug and display fixes.
851
852 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
853
854 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
855 (ebnf-version): New version (3.6.1).
856
857 * ebnf-bnf.el: Fix character range regexp. Doc fix.
858 (ebnf-bnf-non-terminal-chars): New internal const.
859 (ebnf-bnf-lex): Fix code.
860
861 * ebnf-iso.el: Fix character range regexp. Doc fix.
862 (ebnf-iso-non-terminal-chars): New internal const.
863 (ebnf-iso-lex): Fix code.
864
865 * ebnf-yac.el: Fix character range regexp. Doc fix.
866 (ebnf-yac-skip-chars): New internal const.
867 (ebnf-yac-skip-code): Fix code.
868
869 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
870
871 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
872
873 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
874 passing it to VC.
875
876 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
877 case where the file is relative.
878
879 2001-09-24 Gerd Moellmann <gerd@gnu.org>
880
881 * xml.el (xml-parse-attlist): Quotes around attributes must be the
882 same on each side. Make sure we properly handle simple quotes.
883 From Daiki Ueno <ueno@unixuser.org>.
884
885 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
886
887 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
888 <jas@extundo.com>.
889
890 * menu-bar.el (top-level): Minor fixes for text of help-echo in
891 some items of the Options menu.
892
893 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
894
895 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
896
897 * vc-hooks.el (vc-delete-automatic-version-backups):
898 Don't fail if the directory doesn't exist.
899
900 * diff-mode.el (diff-default-read-only): New var.
901 (diff-mode): Use it.
902
903 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
904
905 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
906 Use make-keymap instead of copy-keymap, since copying the global
907 keymap messes up the menu bar.
908
909 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
910 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
911
912 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
913
914 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
915
916 * dired-aux.el (dired-insert-subdir): Pass switches to
917 dired-build-subdir-alist.
918
919 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
920
921 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
922 caused %#a and %#b to be mis-formatted.
923
924 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
925
926 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
927 ccmode, emacs-mime, and eudc manuals.
928
929 2001-09-19 Sam Steingold <sds@gnu.org>
930
931 w32 find cannot be used with `grep-find'.
932 * progmodes/compile.el (find-program): New variable.
933 (grep-compute-defaults): Use it to set `grep-find-command'.
934
935 2001-09-19 Gerd Moellmann <gerd@gnu.org>
936
937 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
938
939 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
940
941 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
942 programming. Doc fix.
943 (ebnf-version): New version (3.6).
944 (ebnf-eps-begin): Data fix.
945 (ebnf-begin-file): Code fix.
946
947 * ebnf-bnf.el: Doc fix.
948 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
949
950 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
951
952 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
953
954 * ps-print.el: Better face mapping for black/white PostScript printers.
955 Check if mark is active when printing a region. Doc fix.
956 (ps-print-version): New version number (6.5.5).
957 (ps-print-color-p): Customization fix.
958 (ps-black-white-faces): New option.
959 (ps-black-white-faces-alist): New internal var.
960 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
961 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
962 (ps-nb-pages-region): Interactive fix.
963 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
964 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
965
966 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
967
968 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
969 numeric month value, and allow the Kanji character after the it to
970 be missing (happens with ls-lisp's output on Japanese versions of
971 MS-Windows).
972
973 2001-09-18 Miles Bader <miles@gnu.org>
974
975 * diff-mode.el (diff-mode): Don't make the buffer read-only if
976 it's empty (and thus probably a new patch file about to be edited).
977
978 2001-09-17 Gerd Moellmann <gerd@gnu.org>
979
980 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
981 Check for '(' in column 0 of doc string.
982
983 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
984 of `nth' so that using a vector as bounding-box works.
985 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
986
987 2001-09-17 Andre Spiegel <spiegel@gnu.org>
988
989 * vc.el (vc-annotate): Use current workfile version explicitly as
990 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
991
992 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
993
994 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
995 convert-standard-filename doesn't guarantee that the .el extension
996 is preserved.
997
998 * dos-fns.el (convert-standard-filename): Replace invalid
999 characters only after converting dash/underscore to a period.
1000 (original-make-auto-save-file-name): New.
1001 (make-auto-save-file-name): New function, overrides the definition
1002 on files.el and calls the original function via
1003 original-make-auto-save-file-name.
1004
1005 * mail/rmail.el (top-level): Require mule-utils when compiling.
1006 (rmail-decode-babyl-format): Use detect-coding-with-priority
1007 instead of detect-coding-region, to favor detection of emacs-mule
1008 encoded Babyl files written by rmailout.el etc. Suggested by
1009 Kenichi Handa <handa@etl.go.jp>.
1010
1011 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1012
1013 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1014 Use `equal', not `=', since the device number can be a cons cell.
1015
1016 2001-09-14 Gerd Moellmann <gerd@gnu.org>
1017
1018 * simple.el: Comment out change of 2001-09-13.
1019
1020 2001-09-13 Milan Zamazal <pdm@zamazal.org>
1021
1022 * progmodes/compile.el (grep-compute-defaults): Don't set
1023 grep-command/grep-find-command when it is already non-nil.
1024 (grep-command): Make it a user option.
1025 (grep-find-command): Likewise.
1026
1027 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
1028
1029 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1030 inhibit quit.
1031
1032 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1033
1034 * files.el (make-auto-save-file-name): If long file names are not
1035 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1036 generating an auto-save file name from it.
1037
1038 2001-09-13 Gerd Moellmann <gerd@gnu.org>
1039
1040 * ps-print.el (ps-print-region, ps-print-region-with-faces)
1041 (ps-nb-pages-region): Signal an error if called interactively
1042 and the mark is not active.
1043
1044 * simple.el (minibuffer-prompt-modification)
1045 (minibuffer-prompt-insertion): New functions.
1046 (minibuffer-prompt-properties): Use `modification-hooks' and
1047 `insert-in-front-hooks'.
1048
1049 2001-09-12 Richard M. Stallman <rms@gnu.org>
1050
1051 * textmodes/outline.el (outline-regexp): Doc fix.
1052 Initialize it in the defcustom, the usual way.
1053
1054 2001-09-12 Gerd Moellmann <gerd@gnu.org>
1055
1056 * ediff-mult.el (ediff-get-meta-info): Take into account that data
1057 from `ediff-meta-info' properties need not be an overlay.
1058 From David Ponce <dponce@voila.fr>.
1059
1060 * isearch.el (isearch-intersects-p): Fix end checks.
1061
1062 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
1063
1064 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1065 `t' branch of `cond', since Irix 6.1 and up is a special case of
1066 the standard dbx interface.
1067
1068 2001-09-11 Miles Bader <miles@gnu.org>
1069
1070 * comint.el (comint-send-input): When waiting for echoed input,
1071 don't save the expected end position in `echo-end', so that things
1072 work properly even if the buffer is modified elsewhere at the same
1073 time [this happens if `comint-truncate-buffer' is used].
1074
1075 2001-09-11 Gerd Moellmann <gerd@gnu.org>
1076
1077 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1078 when constructing imenu-generic-expression from outline-regexp.
1079
1080 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1081
1082 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1083 `equal' instead of `=', since they can be cons cells. From Nils
1084 Goesche <cartan@cartan.de>.
1085
1086 2001-09-10 Andre Spiegel <spiegel@gnu.org>
1087
1088 * vc.el (vc-annotate): Rewrote doc string.
1089
1090 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1091
1092 * time-stamp.el: Update Stephen Gildea's email address.
1093
1094 2001-09-10 Gerd Moellmann <gerd@gnu.org>
1095
1096 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1097 enable-multibyte-characters = nil. From Hallvard B Furuseth
1098 <h.b.furuseth@usit.uio.no>.
1099
1100 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
1101
1102 * ediff-init.el (ediff-highest-priority): Bug fix.
1103
1104 * viper-cmd.el (viper-special-read-and-insert-char): New function
1105 that reads a character and uses the current input method or
1106 iso-accents when appropriate.
1107
1108 * viper.el and all others: Corrections to the comment blocks at
1109 the top.
1110
1111 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1112
1113 * info.el (Info-goto-node): Doc fix.
1114
1115 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1116
1117 * isearch.el (isearch-intersects-p): New function.
1118 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1119 use isearch-intersects-p, and clean up.
1120
1121 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1122
1123 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1124 and "german8", for the new German orthography dictionaries,
1125 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1126 the entries, to keep the line length balanced for loaddefs.el.
1127
1128 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
1129
1130 * comint.el (comint-send-input): Handle comint-process-echoes
1131 differently.
1132
1133 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1134
1135 * locate.el (locate-insert-header): Remove unnecessary whitespace.
1136
1137 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1138
1139 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
1140
1141 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1142
1143 * server.el (server-switch-buffer):
1144 * textmodes/refer.el (refer-find-entry-internal):
1145 * term/sup-mouse.el (sup-pos-to-window):
1146 * term/bg-mouse.el (bg-window-from-x-y):
1147 * emacs-lisp/edebug.el (edebug-window-live-p):
1148 Use get-window-with-predicate.
1149
1150 * window.el (get-window-with-predicate): Renamed from some-window.
1151 (some-window): Make it an alias.
1152
1153 2001-09-06 Gerd Moellmann <gerd@gnu.org>
1154
1155 * simple.el (undo): Remove positions from buffer-undo-list up to
1156 the next undo boundary only.
1157
1158 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1159
1160 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1161 Kim <ryk@dspwiz.com>
1162
1163 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1164 the message "Creating customization items...done".
1165
1166 2001-09-05 Gerd Moellmann <gerd@gnu.org>
1167
1168 * font-lock.el (toplevel): Require `jit-lock' only if
1169 font-lock-support-mode is set to jit-lock-mode.
1170
1171 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1172
1173 * international/quail.el (quail-use-package, quail-inactivate)
1174 (quail-activate): Mention the hooks these functions run in their
1175 doc strings.
1176
1177 2001-09-05 Edward M. Reingold <reingold@iit.edu>
1178
1179 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1180 of file in header of menu.
1181
1182 2001-09-04 Gerd Moellmann <gerd@gnu.org>
1183
1184 * env.el (setenv): Interactively, if VARIABLE has a current value,
1185 add that to the front of the history, as the doc string says.
1186
1187 * comint.el (comint-send-input): Change help-echo.
1188 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
1189
1190 * bookmark.el (bookmark-write-file): Bind print-length and
1191 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1192
1193 * obsolete/uncompress.el: Moved there from lisp/.
1194
1195 * comint.el (comint-insert-clicked-input): Goto point-max before
1196 deleting previous input. From "Dr Francis J. Wright"
1197 <F.J.Wright@qmw.ac.uk>.
1198
1199 * simple.el (backward-word): Doc fix.
1200
1201 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1202
1203 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1204 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1205 * w32-fns.el: Add Keywords header.
1206
1207 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1208
1209 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1210 "Text Properties". Suggested by Simon Marshall
1211 <Simon.Marshall@midas-kapiti.com>.
1212
1213 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1214
1215 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1216 consulting the value of file-name-coding-system.
1217
1218 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1219
1220 * help.el (describe-function-1): Save precomputed `file-name' rather
1221 than recomputing it (incorrectly) with `symbol-file'.
1222
1223 2001-09-03 Gerd Moellmann <gerd@gnu.org>
1224
1225 * international/isearch-x.el (isearch-exit-recursive-edit):
1226 Take three parameters, since it's used as an after-change-function.
1227
1228 * emacs-lisp/backquote.el (backquote-backquote-symbol)
1229 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1230 from doc strings.
1231
1232 2001-09-02 Milan Zamazal <pdm@zamazal.org>
1233
1234 * progmodes/glasses.el (glasses-convert-to-unreadable):
1235 Consider underscores as in `glasses-make-readable'.
1236
1237 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1238
1239 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1240 MS-DOS, since cpp might not be available.
1241
1242 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1243 Mention "yank" in the help-echo text.
1244 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1245
1246 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1247
1248 * newcomment.el (comment-indent): Insert spaces more carefully.
1249
1250 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1251
1252 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1253 exists. From Andy Petrusenco <andy@int.spb.ru>.
1254
1255 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
1256 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1257 <andy@int.spb.ru>.
1258
1259 2001-08-31 Gerd Moellmann <gerd@gnu.org>
1260
1261 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1262 Instead of running mouse-yank-at-click, see what the event is
1263 bound to outside Isearch and run that.
1264
1265 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1266
1267 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1268 Fix the menu entry to mention transient-mark-mode.
1269
1270 2001-08-30 Gerd Moellmann <gerd@gnu.org>
1271
1272 * simple.el (eval-expression-print-level): Fix last change.
1273
1274 * bindings.el (mode-line-coding-system-map): New variable.
1275 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1276
1277 * simple.el (eval-expression-print-level): Change the type
1278 of the defcustom to allow nil.
1279
1280 * emacs-lisp/find-gc.el: Moved here from lisp/.
1281
1282 * international/quail.el (quail-completion-1):
1283 Reverse the ((CHAR . DEFN) ...) list before processing it.
1284 From Kenichi Handa <handa@etl.go.jp>.
1285
1286 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1287 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1288
1289 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1290
1291 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1292 aren't supported. This avoids the annoying gray strip drawn by
1293 the Windows version instead of the missing tool bar.
1294
1295 2001-08-29 Gerd Moellmann <gerd@gnu.org>
1296
1297 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1298 and tooltips more consistent. From "Marshall, Simon"
1299 <Simon.Marshall@midas-kapiti.com>.
1300
1301 * startup.el (fancy-splash-screens): Temporarily set
1302 minor-mode-map-alist to nil while displaying splash screens.
1303
1304 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1305
1306 * buff-menu.el: Add Keywords header.
1307 Doc fix (C-x C-b is bound to list-buffers).
1308
1309 * dired-x.el: Add keyword files to get listed in finder.
1310 Remove confusing notes about GNU Emacs 19.
1311
1312 * dired.el, dired-aux.el: Add Keywords header.
1313
1314 2001-08-28 Andre Spiegel <spiegel@gnu.org>
1315
1316 * vc.el (vc-revert-file): Call the backend even if the FILE's
1317 contents can be reverted locally; pass new arg CONTENTS-DONE
1318 down to the backend.
1319
1320 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
1321 optional arg CONTENTS-DONE.
1322
1323 2001-08-28 Andrew Innes <andrewi@gnu.org>
1324
1325 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1326
1327 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * makefile.nt (install): Copy more *.el files.
1330
1331 2001-08-28 Gerd Moellmann <gerd@gnu.org>
1332
1333 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1334 instead of `w' which is already in use.
1335
1336 * gs.el (gs-load-image): Use sleep-for.
1337 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1338
1339 2001-08-28 Miles Bader <miles@gnu.org>
1340
1341 * replace.el (query-replace-regexp-eval): Return args from
1342 `interactive' form in correct order.
1343
1344 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1345
1346 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1347 major modes, don't create panes for modes for which
1348 mouse-buffer-menu-alist returns an empty alist.
1349
1350 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
1351
1352 * progmodes/hideshow.el: Update first-line description.
1353 Sync comments w/ maintainer version 5.31.
1354
1355 (hs-isearch-open): Default value now `code'.
1356 Fix docstring to use "code blocks" vs "comment blocks",
1357 as opposed to "block" vs "comment".
1358 (hs-flag-region): Accept `hs-isearch-open' value
1359 of `block' as synonymous w/ `code'.
1360 (hs-hide-block-at-point): For code blocks, pass `code'
1361 to `hs-flag-region' instead of `block'.
1362
1363 2001-08-28 Miles Bader <miles@gnu.org>
1364
1365 * comint.el (comint-next-prompt): Don't loop infinitely if
1366 {next,previous}-single-char-property-change returns its input
1367 position when the search fails.
1368
1369 2001-08-27 Miles Bader <miles@gnu.org>
1370
1371 * comint.el (comint-get-old-input-default): Don't signal an error
1372 if point is not on an input field; instead, return the current
1373 line (using `comint-bol' to skip any prompt, in case we're not
1374 using fields at all).
1375
1376 * man.el (Man-mode-line-format): Variable removed.
1377 (Man-mode): Change `mode-line-buffer-identification' instead of
1378 `mode-line-format'.
1379
1380 2001-08-27 Gerd Moellmann <gerd@gnu.org>
1381
1382 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1383 From Simon Josefsson <jas@extundo.com>.
1384
1385 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1386
1387 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1388 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1389
1390 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1391 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1392
1393 * emacs-lisp/lselect.el: Ditto.
1394
1395 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1396 Remove periods from the end of error message strings.
1397 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1398
1399 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1400 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1401
1402 * net/telnet.el: Ditto.
1403
1404 2001-08-26 Gerd Moellmann <gerd@gnu.org>
1405
1406 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1407 KEYMAP to the call to define-minor-mode.
1408
1409 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1410
1411 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1412 Replace some of the undefined characters with emulations of bidi
1413 formatting characters and Niqud as per SI 1311-1.
1414 (IT-unicode-translations): Ditto.
1415 (IT-display-table-setup, IT-setup-unicode-display):
1416 Fill characters without translations with dos-unsupported-char-glyph.
1417
1418 2001-08-24 Simon Josefsson <jas@extundo.com>
1419
1420 * hl-line.el (hl-line-mode): Don't be a global mode.
1421 (global-hl-line-mode): New function.
1422
1423 2001-08-24 Gerd Moellmann <gerd@gnu.org>
1424
1425 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1426 being reset by Ghostscript. Don't kill the gs process.
1427 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1428
1429 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1430
1431 * term/mac-win.el: Require scroll-bar.
1432
1433 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1434
1435 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1436
1437 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1438
1439 * hexl.el (hexl-insert-multibyte-char) New function.
1440 (hexl-quoted-insert, hexl-self-insert-command)
1441 (hexl-insert-hex-char, hexl-insert-decimal-char)
1442 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1443 Fix the doc strings accordingly.
1444 (hexl-insert-char): Reject characters whose code is above 255.
1445 Doc fix.
1446 (hexl-mode-map): Copy the global keymap instead of creating a
1447 sparse keymap, and bind all self-inserting characters to
1448 hexl-self-insert-command.
1449
1450 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1451
1452 * wid-edit.el (text): Re-order docstring correctly.
1453
1454 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1455
1456 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1457
1458 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1459
1460 * simple.el (line-number-mode): Mention the variable
1461 line-number-display-limit-width in the doc string.
1462
1463 2001-08-22 Gerd Moellmann <gerd@gnu.org>
1464
1465 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1466 Temporarily select EVENT's window for switching buffers.
1467 (mode-line-bury-buffer): New function.
1468 (mode-line-buffer-identification-keymap): Use it instead of
1469 bury-buffer. Bind down-mouse events to prevent global down-mouse
1470 events from shining through.
1471
1472 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1473
1474 * newcomment.el (comment-beginning): Make sure the comment-start
1475 we found isn't a comment-end (in cases where confusion is possible).
1476
1477 2001-08-22 Miles Bader <miles@gnu.org>
1478
1479 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1480 before writing it, so that hard-links don't see new version.
1481
1482 2001-08-21 Gerd Moellmann <gerd@gnu.org>
1483
1484 * gs.el (gs-set-ghostview-colors-window-prop):
1485 Call x-change-window-property with 3rd arg FRAME.
1486 (gs-load-image): Wait for a previous Ghostscript process
1487 to complete before starting a new one.
1488
1489 * image.el (image-type-regexps): Make sure that the TIFF
1490 pattern is only matched at the beginning of a string.
1491 From Markus Rost <rost@math.ohio-state.edu>.
1492
1493 * international/swedish.el: Pre-Mule file removed. From Jonas
1494 Oberg <jonas@gnu.org>.
1495
1496 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1497
1498 * whitespace.el (whitespace-abort-on-error): Add custom variable
1499 to whitespace to abort a write-file if whitespace is detected in file.
1500
1501 * whitespace.el (whitespace-write-file-hook): Hook to be called
1502 when writing a file. If `whitespace-abort-on-error' is set, the
1503 write will abort on detecting whitespaces.
1504 If `whitespace-auto-cleanup' is set, the file will be cleaned
1505 automatically prior to writing.
1506
1507 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1508 whitespaces in the error output!
1509
1510 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1511 `indent-tabs-mode', since the latter notes user preferences on
1512 TABs anyway.
1513
1514 * whitespace.el (whitespace-version): 3.1. All of the above issues
1515 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1516
1517 2001-08-20 Gerd Moellmann <gerd@gnu.org>
1518
1519 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1520 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1521
1522 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1523
1524 2001-08-20 Alex Schroeder <alex@gnu.org>
1525
1526 * sql.el (sql-db2): Doc change.
1527
1528 2001-08-20 Alex Schroeder <alex@gnu.org>
1529
1530 * sql.el (sql-postgres): Add the database at the end of the
1531 parameters instead of at the beginning.
1532 (sql-postgres-options): Doc change.
1533
1534 2001-08-17 Gerd Moellmann <gerd@gnu.org>
1535
1536 * custom.el (defcustom): Doc fix.
1537
1538 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1539
1540 * ps-mule.el (find-composition): Check if (char-after POS)
1541 returns a valid character.
1542
1543 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1544
1545 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1546 original-point for extra CR characters that are added/removed when
1547 the buffer is written/read whose EOL type is -dos.
1548
1549 2001-08-16 Miles Bader <miles@gnu.org>
1550
1551 * simple.el (line-move): Undo previous change.
1552
1553 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
1554 property to input-terminating `boundary' overlays to avoid
1555 line-move wierdness.
1556
1557 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1558
1559 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1560 buffer in a save-restriction. Under one test case with Ediff,
1561 window-scroll-functions are run with a window start that's
1562 temporarily outside of the restriction.
1563
1564 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1565
1566 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
1567 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1568 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1569 (texinfo-update-menu-region-beginning)
1570 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1571 command, @ifnottex, to regexps, so it is found.
1572
1573 2001-08-16 Andrew Innes <andrewi@gnu.org>
1574
1575 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1576 (DONTCOMPILE): Omit sc.el.
1577
1578 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1579 (DONTCOMPILE): Omit sc.el.
1580
1581 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1582
1583 * replace.el (occur): Bind inhibit-read-only to t.
1584
1585 2001-08-16 Miles Bader <miles@gnu.org>
1586
1587 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1588 calling `constrain-to-field', to avoid problems with comint prompts.
1589
1590 2001-08-15 Gerd Moellmann <gerd@gnu.org>
1591
1592 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
1593 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
1594
1595 * ediff-mult.el (ediff-get-meta-info): Fix the condition
1596 of a while-loop.
1597
1598 * Makefile.in (DONTCOMPILE): Remove sc.el.
1599
1600 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1601 Don't include term/.
1602
1603 * mail/sc.el: Moved to obsolete/.
1604
1605 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1606
1607 * ps-print.el: Change error function arguments to follow Emacs
1608 message convention. Doc fix.
1609 (ps-print-version): New version number (6.5.4).
1610 (coding-system-for-write): Change declaration position to avoid
1611 XEmacs compilation gripes.
1612 (coding-system-for-read, buffer-file-coding-system):
1613 Declarations to avoid XEmacs compilation gripes.
1614
1615 * ps-mule.el: Doc fix.
1616 (ps-mule-encode-header-string): If STRING is not a string, replace
1617 STRING by empty string.
1618
1619 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1620
1621 * frame.el (show-trailing-whitespace): Doc fix.
1622
1623 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1624
1625 * desktop.el (desktop-save): Insert the coding: tag before
1626 desktop-header.
1627
1628 2001-08-13 Gerd Moellmann <gerd@gnu.org>
1629
1630 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1631 its path from $els.
1632
1633 * image.el (image-jpeg-p): Fix call of substring.
1634
1635 2001-08-10 Gerd Moellmann <gerd@gnu.org>
1636
1637 * play/animate.el (animate-string): Doc fix. Use a buffer
1638 name with stars in it.
1639 (animate-sequence): New function.
1640 From Richard Stallman <rms@gnu.org>.
1641
1642 * frame.el (select-frame-set-input-focus): New function
1643 extracted from other-frame.
1644 (other-frame): Use it.
1645 (next-multiframe-window, previous-multiframe-window): Use it.
1646
1647 * isearch.el (isearch-other-meta-char): Don't switch to the
1648 buffer of a window clicked on, when the current buffer is
1649 in Isearch mode.
1650
1651 * image.el (image-jpeg-p): Test for APPn markers in the range
1652 #xe0..#xef.
1653
1654 2001-08-09 Gerd Moellmann <gerd@gnu.org>
1655
1656 * desktop.el (desktop-save): Don't use concat to form a file
1657 name, use expand-file-name.
1658
1659 * mouse.el (mouse-delete-window): Do nothing if frame has just
1660 one window.
1661
1662 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1663 for the minor mode name.
1664
1665 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1666 minor mode name.
1667
1668 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1669 instead of make-mode-line-mouse2-map.
1670
1671 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1672 the minor mode name.
1673
1674 * emacs-lisp/easy-mmode.el (define-minor-mode):
1675 Use mode-line-minor-mode-keymap for the minor mode name.
1676
1677 * calendar/calendar.el (calendar-mode-line-format):
1678 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
1679
1680 * bindings.el (make-mode-line-mouse-map): Renamed from
1681 make-mode-line-mouse2-map. Take additional arg MOUSE.
1682 (mode-line-modified): Use mouse-3 instead of mouse-2.
1683 (mode-line-buffer-identification-keymap): Bind keys differently.
1684 (propertized-buffer-identification): Adapt help-echo to new bindings.
1685
1686 * bindings.el (mode-line-format): Specify help-echo for line
1687 number, column number and buffer-percent part of the mode-line.
1688
1689 * image.el (image-type-regexps): Allow whitespace at the start
1690 of the image data for XPM, XBM and Postscript, which are
1691 text files.
1692 (image-jpeg-p): Correct calculation of next field offset.
1693
1694 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1695
1696 * battery.el: Fix typo.
1697
1698 2001-08-08 Gerd Moellmann <gerd@gnu.org>
1699
1700 * image.el (image-type-regexps): Allow predicates. Change the way
1701 JPEG images are recognized.
1702 (image-jpeg-p): New function.
1703 (image-type-from-data): Handle predicates in image-type-regexps.
1704
1705 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1706 #:, #x, #o, and similar constructs.
1707
1708 2001-08-07 Gerd Moellmann <gerd@gnu.org>
1709
1710 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1711
1712 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1713 instead of `progn'.
1714
1715 * tar-mode.el (tar-extract): Avoid generating a new buffer
1716 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1717
1718 * textmodes/paragraphs.el (forward-sentence): Avoid building
1719 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1720
1721 * progmodes/executable.el (executable-set-magic):
1722 If executable-find returns a quoted file name, unquote it before
1723 inserting it.
1724
1725 * image.el (image-type-regexps): For JPEG files, use a regexp
1726 derived from the JFIF spec.
1727
1728 * image.el (image-type-regexps): Use `\`' instead of `^' in
1729 most regular expressions.
1730
1731 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1732
1733 * play/animate.el: Re-insert a reference to re-inserted function.
1734
1735 2001-08-06 Gerd Moellmann <gerd@gnu.org>
1736
1737 * help.el (describe-function-1): Use find-function-search-for-symbol
1738 instead of find-function-noselect because the latter follows aliases.
1739
1740 * play/animate.el (animate-birthday-present): Re-insert.
1741
1742 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1743 Handle old-style menu definitions.
1744
1745 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1746
1747 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
1748 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
1749
1750 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
1751 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1752 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
1753
1754 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1755
1756 * textmodes/tildify.el: Milan Zamazal has new address.
1757
1758 2001-08-03 Gerd Moellmann <gerd@gnu.org>
1759
1760 * custom.el (custom-set-variables): Don't test `custom-requests'
1761 properties, check the third element of the options passed to
1762 custom-set-variables instead.
1763
1764 * info.el (info-insert-file-contents): Use info-file-exists-p
1765 instead of file-exists-p.
1766
1767 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1768 the mode-line face is restored. Fix several bugs.
1769
1770 * replace.el (perform-replace): Doc fix.
1771
1772 2001-08-02 Francesco Potorti` <pot@gnu.org>
1773
1774 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1775 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1776 (uniquify-fix-item-base, uniquify-fix-item-filename)
1777 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1778 Callers changed.
1779 (uniquify-set-proposed): Changed to work with a vector item.
1780 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1781 the fix list, and a list of strings for the non-file buffer
1782 names. Both changes reduce consing.
1783 (uniquify-rationalize-a-list): Local variable renaming.
1784 (uniquify-rationalize-conflicting-sublist): Use member instead of
1785 assoc.
1786 (uniquify-rename-buffer): Use unless instead of if not.
1787
1788 2001-08-02 Gerd Moellmann <gerd@gnu.org>
1789
1790 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
1791
1792 * custom.el (custom-set-variables): Set options with :require
1793 clauses last.
1794
1795 * custom.el (defcustom): Doc fix.
1796
1797 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1798
1799 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1800
1801 * man.el (man): Mention Man-switches in the doc string.
1802 (Man-switches): Mention -a in the doc string.
1803
1804 * textmodes/ispell.el (ispell-alternate-dictionary):
1805 Add /usr/share/lib/dict/words, for Irix.
1806
1807 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1808 corresponding non-kp keys. Suggested by Stephen Gildea
1809 <gildea@stop.mail-abuse.org>.
1810
1811 2001-08-01 Francesco Potorti` <pot@gnu.org>
1812
1813 * uniquify.el: These changes correct a corner case that the old
1814 code managed correctly.
1815 (uniquify-fix-item-proposed): Renamed from
1816 uniquify-fix-item-min-proposed.
1817 (uniquify-set-proposed): New function.
1818 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1819 clarity and speed.
1820 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1821 This is equivalent to what the old code did.
1822 (uniquify-rationalize-a-list): Never recompute the proposed
1823 name. Sort the conflicting sublist before rationalising it: this
1824 is equivalent to what the old code did, but one directory element
1825 at a time, and only when necessary.
1826 (uniquify-rationalize-conflicting-sublist): Recompute here the
1827 proposed name.
1828
1829 2001-08-01 Gerd Moellmann <gerd@gnu.org>
1830
1831 * play/animate.el: Add Keywords and Maintainer. Remove a
1832 reference to a removed function.
1833
1834 * play/animate.el (animate-string): Handle case that the string is
1835 longer than the window is wide.
1836
1837 2001-07-31 Gerd Moellmann <gerd@gnu.org>
1838
1839 * desktop.el (desktop-save): Bind coding-system-for-write to
1840 `emacs-mule' for write-region.
1841
1842 * delsel.el (delete-selection-pre-hook): Don't set this-command
1843 to `ignore' if the region is empty.
1844
1845 * international/mule.el (set-keyboard-coding-system):
1846 Set keyboard-coding-system.
1847
1848 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1849 before accessing it.
1850
1851 2001-07-30 Andreas Schwab <schwab@suse.de>
1852
1853 * menu-bar.el (toggle-highlight-paren-mode):
1854 Use `(show-paren-mode)' as body.
1855
1856 2001-07-30 Andre Spiegel <spiegel@gnu.org>
1857
1858 * vc.el (vc-checkout-hook): New hook.
1859 (vc-checkout): Run it.
1860
1861 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1862
1863 * progmodes/make-mode.el (makefile-macroassign-regex):
1864 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
1865
1866 2001-07-30 Gerd Moellmann <gerd@gnu.org>
1867
1868 * vc.el (vc-switch-backend): Fix autoload cookie.
1869
1870 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1871 the desktop file.
1872
1873 2001-07-30 Simon Josefsson <jas@extundo.com>
1874
1875 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1876 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1877
1878 2001-07-27 Gerd Moellmann <gerd@gnu.org>
1879
1880 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1881 (last-sexp-toggle-display): Renamed from last-sexp-print.
1882 (last-sexp-toggle-display, eval-last-sexp-1):
1883 Use last-sexp-setup-props.
1884
1885 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
1886 New user-options.
1887 (mouse-wheel-change-button): New function.
1888 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1889 (mwheel-scroll): Ditto.
1890
1891 2001-07-26 Gerd Moellmann <gerd@gnu.org>
1892
1893 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1894 `...', compare with unabbreviated printed representation instead.
1895 (last-sexp-print): Bind print-length and print-level to nil.
1896
1897 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1898 before assigning text properties. Make properties rear-nonsticky.
1899
1900 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1901 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1902 <mouse-2> and <RET> in that map to a function printing the
1903 unabbreviated value.
1904
1905 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1906 is a buffer, put a text property `printed-value' on the printed
1907 representation, with the Lisp object printed as value.
1908
1909 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1910
1911 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1912 Mention the effect of eval-expression-print-length and
1913 eval-expression-print-level in the doc strings. Suggested by
1914 Kevin Gallagher <kevingal@onramp.net>.
1915
1916 2001-07-25 Gerd Moellmann <gerd@gnu.org>
1917
1918 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1919 for buttons > 3.
1920 (xterm-mouse-translate): Handle the case that we don't get a
1921 down-event.
1922
1923 * emacs-lisp/find-func.el (find-function-regexp):
1924 Add easy-mmode-define-global-mode to the regexp. Allow newlines
1925 in front of the function name.
1926
1927 * isearch.el (isearch-other-meta-char): Fix last change.
1928
1929 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1930 similar events for which fake prefix keys are generated. It's no
1931 longer necessary since read_key_sequence doesn't modify these
1932 events for internal purposes anymore.
1933
1934 * files.el (auto-mode-alist): Use nroff-mode for files ending
1935 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
1936
1937 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
1938
1939 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1940 tool-bar-lines parameter, behave as if its value were zero.
1941 (mouse-avoidance-set-pointer-shape): Don't do anything if
1942 x-pointer-shape is not boundp.
1943
1944 2001-07-23 Francesco Potorti` <pot@gnu.org>
1945
1946 * uniquify.el: Overall speedup changes when using many buffers.
1947 (uniquify-fix-item-base, uniquify-fix-item-filename)
1948 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
1949 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
1950 place in the item, but was never used.
1951 (uniquify-fix-item-min-proposed): New defalias: the fourth place
1952 in the item is now used as cache for the proposed name.
1953 (uniquify-rationalize-file-buffer-names): Move computation made on
1954 newbuffile out of the loop, in the newbuffile-nd local var.
1955 Use dolist (cosmetic change). Compute the proposed name for the most
1956 common case and cache it in the fourth place in the item.
1957 (uniquify-rationalize-file-buffer-names): Used to return a a list
1958 of buffer whose name was changed, but that return value was never used.
1959 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1960 the cached proposed name, does much less consing and is quicker.
1961 (uniquify-filename-lessp): Deleted.
1962 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1963 Do not bind locally the uniquify-possibly-resolvable flag. Use the
1964 cached proposed name is possible.
1965 (uniquify-get-proposed-name): Arguments changed, callers changed.
1966 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1967 uniquify-possibly-resolvable flag, which is no more bound locally.
1968 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
1969 flag, which does not exist any more.
1970
1971 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1972
1973 * term/internal.el (IT-unicode-translations): Fix the appearance of
1974 "6`".
1975
1976 * progmodes/compile.el (compile-internal): If EMACS is already
1977 defined in the environment, don't override its value.
1978
1979 2001-07-23 Gerd Moellmann <gerd@gnu.org>
1980
1981 * play/fortune.el: Undo change of 2001-07-13.
1982 Fix autoload cookies. Add types to defcustoms.
1983 (fortune) <defgroup>: Add :link.
1984 (fortune-from-region): Use eq, not eql.
1985 From Dave Love <fx@gnu.org>.
1986
1987 * play/animate.el (animate-birthday-present): Function removed.
1988
1989 * play/animate.el: New file.
1990
1991 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1992
1993 * startup.el (normal-top-level-add-subdirs-to-load-path):
1994 On Windows, put into normal-top-level-add-subdirs-inode-list the
1995 canonicalized names of the directories instead of inode numbers.
1996
1997 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
1998
1999 * ediff-util.el: Copyright years.
2000 (ediff-choose-syntax-table): New function.
2001 (ediff-setup): Use ediff-choose-syntax-table.
2002 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2003 vc-state is available.
2004 (ediff-make-temp-file): Use ediff-coding-system-for-write.
2005
2006 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2007 with-syntax-table.
2008 (ediff-coding-system-for-read): From ediff-diff.el
2009 (ediff-coding-system-for-write): New variable.
2010 (ediff-highest-priority): Fixed the bug having to do with disappearing
2011 overlays.
2012 (ediff-file-remote-p): Use file-remote-p, if available.
2013 (ediff-listable-file): New function.
2014 (ediff-file-attributes): Use ediff-listable-file.
2015
2016 * ediff-mult.el (ediff-meta-insert-file-info1):
2017 Use ediff-listable-file.
2018
2019 * ediff-ptch.el (ediff-prompt-for-patch-file):
2020 Use ediff-coding-system-for-read.
2021 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
2022
2023 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2024 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
2025
2026 * ediff.el: Date of last update, copyright years.
2027
2028 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2029
2030 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2031 of Scott Bronson.
2032 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2033 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2034 Deleted functions.
2035 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2036 ex-token-list.
2037 (viper-get-ex-address-subr): Convert registers to char data type.
2038
2039 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
2040 (viper-memq-char): Use viper-int-to-char.
2041 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
2042 vc-locking-state.
2043 (viper-read-key): Use viper-read-key-sequence.
2044
2045 * viper.el (viper-major-mode-modifier-list):
2046 Added inferior-emacs-lisp-mode.
2047 (this-major-mode-requires-vi-state): New function that uses simple
2048 heuristics to decide if vi state is appropriate.
2049 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2050 (viper-non-hook-settings): Don't advise read-key-sequence.
2051 (viper-read-key-sequence): New function that replaces the
2052 previously used advice to read-key-sequence.
2053
2054 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2055 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2056 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2057 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2058 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2059 Got rid of the negative character hack.
2060 (viper-escape-to-state,viper-replace-state-exit-cmd):
2061 Use viper-read-key-sequence.
2062 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
2063 (viper-minibuffer-standard-hook,viper-read-string-with-history):
2064 Don't override existing minibuffer-setup-hook.
2065 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
2066 Convert registers to char data type.
2067 (viper-autoindent): Use viper-indent-line.
2068
2069 * viper-keym.el: Use viper-exec-key-in-emacs.
2070
2071 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2072
2073 * server.el (server-visit-files): Fix variable name typo.
2074
2075 2001-07-20 Gerd Moellmann <gerd@gnu.org>
2076
2077 * simple.el (delete-trailing-whitespace): Save match data
2078 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2079
2080 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2081
2082 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2083 return a this-error using the alternative format (a pair of markers).
2084
2085 2001-07-19 Gerd Moellmann <gerd@gnu.org>
2086
2087 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2088
2089 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2090 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2091
2092 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2093
2094 * international/iso-transl.el: Fix typo in the header of the file.
2095
2096 * textmodes/picture.el (picture): Doc fix.
2097
2098 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2099 follow coding conventions in generated files.
2100
2101 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2102
2103 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2104 (tool-bar-add-item): Don't call image-related primitives if the
2105 display doesn't support images.
2106
2107 * frame.el (display-images-p): New function.
2108
2109 2001-07-17 Gerd Moellmann <gerd@gnu.org>
2110
2111 * server.el (server-visit-files): Handle the case the specified
2112 column number is <= 0.
2113
2114 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2115
2116 * startup.el (command-line-1): Add support for +LINE:COLUMN
2117 command line argument.
2118
2119 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2120
2121 * server.el (server-process-filter, server-visit-files):
2122 Add support for +LINE:COLUMN style emacsclient calls.
2123
2124 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2125
2126 * emacs-lisp/easy-mmode.el: Add Keywords header.
2127
2128 * play/pong.el: Author has new address.
2129
2130 * play/landmark.el: Author is no more reachable.
2131
2132 * play/handwrite.el: Author is no more reachable.
2133
2134 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2135
2136 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2137 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2138 Complete bindings for F<1..12> keys.
2139 (global-map): Remove `undo' binding (already in the default).
2140 Replace `t<n>' bindings with `f<n>' bindings.
2141
2142 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2143
2144 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2145 (tcl-mode): Use tcl-add-log-defun.
2146 (tcl-indent-line): Use tcl-calculate-indent.
2147 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2148 (tcl-indent-exp): Renamed from indent-tcl-exp.
2149 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2150 (tcl-indent-for-comment): Call comment-indent-function properly
2151 and handle the case where it returns nil.
2152
2153 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2154
2155 * calendar/cal-islam.el (calendar-goto-islamic-date):
2156 Remove autoload cookie.
2157
2158 * calendar/calendar.el (calendar-goto-islamic-date):
2159 Add call to autoload.
2160
2161 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2162
2163 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2164 Don't change compile-auto-highlight globally.
2165 Don't bother with `font-lock-defaults' property since XEmacs
2166 also understands the `font-lock-defaults' variable.
2167 Use make-local-variable rather than make-variable-buffer-local.
2168 Don't `defconst' comment-indent-function: keep the default.
2169 Call easy-menu-add unconditionally.
2170 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2171 (ada-create-menu): Use :included for Emacs as well.
2172
2173 * vc.el (vc-do-command): Autoload.
2174
2175 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2176
2177 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2178
2179 * ps-print.el: Fix Author: header.
2180
2181 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2182
2183 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2184 mouse-1 etc., bind them to `ignore'.
2185
2186 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2187 send-invisible, which is already defined in Comint.
2188 (eshell-watch-for-password-prompt): Use it.
2189
2190 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2191
2192 * which-func.el (which-func-mode): Doc fix.
2193
2194 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
2195 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2196 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2197 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2198 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2199 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2200 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2201 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2202 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2203 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2204 * emulation/edt-mapper.el, emulation/edt-pc.el,
2205 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2206 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2207 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2208 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2209 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2210 * international/isearch-x.el, international/iso-cvt.el,
2211 * international/ogonek.el, international/quail.el,
2212 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2213 * language/devanagari.el, language/ethio-util.el,
2214 * language/ethiopic.el, language/european.el, language/indian.el,
2215 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2216 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2217 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2218 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2219 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2220 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2221 * progmodes/autoconf.el, progmodes/cmacexp.el,
2222 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2223 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2224 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2225 * progmodes/ebnf2ps.el, progmodes/executable.el,
2226 * progmodes/fortran.el, progmodes/idlw-shell.el,
2227 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2228 * progmodes/m4-mode.el, progmodes/mantemp.el,
2229 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2230 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2231 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2232 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2233 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2234 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2235 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2236 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2237 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2238 * textmodes/two-column.el, time-stamp.el, timezone.el,
2239 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2240 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2241 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
2242 conventions.
2243
2244 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2245
2246 * simple.el (set-variable): Require 'cus-edit' instead of
2247 `wid-edit', so that the Custom widgets get defined.
2248
2249 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2250
2251 * allout.el: A fix to follow coding conventions.
2252
2253 * find-lisp.el: A fix to follow coding conventions.
2254
2255 * term/w32-win.el: A fix to follow coding conventions.
2256
2257 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2258
2259 * term/xterm.el: A fix to follow coding conventions.
2260
2261 * term/news.el: A fix to follow coding conventions.
2262
2263 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2264 header line fixed.
2265
2266 * sun-curs.el: Fix Maintainer: header line.
2267
2268 * emacs-lisp/easymenu.el: Address of the author added.
2269
2270 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2271
2272 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2273 property.
2274
2275 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2276
2277 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
2278 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
2279 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2280 Some fixes to follow coding conventions.
2281
2282 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2283
2284 * which-func.el (which-func-mode): Doc fix.
2285
2286 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2287
2288 * net/rcompile.el (remote-compile): Use make-local-variable.
2289
2290 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2291
2292 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2293
2294 * mail/reporter.el (reporter-submit-bug-report):
2295 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2296
2297 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2298
2299 * calendar/cal-china.el, calendar/cal-coptic.el,
2300 * calendar/cal-dst.el, calendar/cal-french.el,
2301 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2302 * calendar/cal-iso.el, calendar/cal-julian.el,
2303 * calendar/cal-mayan.el, calendar/cal-persia.el,
2304 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2305 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2306 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2307 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2308 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2309 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2310 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2311 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2312 * progmodes/ada-xref.el, progmodes/cc-align.el,
2313 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2314 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2315 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2316 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2317 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2318 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2319 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2320 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2321 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2322 * textmodes/reftex.el: Some fixes to follow coding
2323 conventions in Eshell files with known maintainers.
2324
2325 * emulation/viper.el: A fix to follow coding conventions.
2326
2327 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
2328 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2329 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2330 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2331 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2332 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2333 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2334 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2335 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2336 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
2337 conventions in Eshell files.
2338
2339 * composite.el, diff.el, emacs-lisp/levents.el,
2340 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2341 * emulation/pc-mode.el, emulation/viper-cmd.el,
2342 * emulation/viper-ex.el, emulation/viper-init.el,
2343 * emulation/viper-keym.el, emulation/viper-macs.el,
2344 * emulation/viper-mous.el, emulation/viper-util.el,
2345 * emulation/viper.el, forms-pass.el, international/ccl.el,
2346 * international/characters.el, international/encoded-kb.el,
2347 * international/fontset.el, international/ja-dic-cnv.el,
2348 * international/ja-dic-utl.el, international/kinsoku.el,
2349 * international/kkc.el, international/mule-cmds.el,
2350 * international/mule-diag.el, international/mule-util.el,
2351 * international/mule.el, international/titdic-cnv.el,
2352 * language/china-util.el, language/chinese.el,
2353 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2354 * language/greek.el, language/hebrew.el, language/japan-util.el,
2355 * language/japanese.el, language/korea-util.el, language/korean.el,
2356 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2357 * language/slovak.el, language/thai-util.el, language/thai.el,
2358 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2359 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2360 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2361 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2362 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2363 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2364 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2365 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2366 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2367 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
2368 to follow coding conventions in files without maintainer or in files
2369 with clear maintainer (but without Maintainer header stating so).
2370
2371 * emacs-lisp/elp.el: A fix to follow coding conventions.
2372
2373 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
2374 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2375 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2376 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2377 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2378 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2379 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2380 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2381 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2382 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2383 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2384 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
2385 conventions in files from Gnus.
2386
2387 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
2388 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2389 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2390 * echistory.el, electric.el, emacs-lisp/authors.el,
2391 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2392 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2393 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2394 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2395 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2396 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2397 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2398 * international/codepage.el, international/iso-ascii.el,
2399 * international/iso-insert.el, international/iso-transl.el,
2400 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2401 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2402 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2403 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2404 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2405 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2406 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2407 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2408 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2409 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2410 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2411 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2412 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2413 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2414 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2415 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2416 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2417 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2418 * textmodes/tex-mode.el, textmodes/text-mode.el,
2419 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2420 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2421 * vt100-led.el, window.el: Some fixes to follow coding conventions in
2422 files maintained by FSF.
2423
2424 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2425
2426 * arc-mode.el: A fix to follow coding conventions.
2427
2428 * bindings.el: Ditto.
2429
2430 * cdl.el: Ditto.
2431
2432 * comint.el: Ditto.
2433
2434 * cus-start.el: Ditto.
2435
2436 * shell.el: Ditto.
2437
2438 * skeleton.el: Ditto.
2439
2440 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2441
2442 * info.el (Info-build-node-completions):
2443 Make Info-current-file-completions buffer local.
2444
2445 2001-07-13 Gerd Moellmann <gerd@gnu.org>
2446
2447 * which-func.el (which-func-mode, which-func-ff-hook)
2448 (which-function-mode): Remove references to which-func-mode-global.
2449
2450 * calendar/cal-islam.el (calendar-goto-islamic-date):
2451 Add autoload cookie.
2452
2453 * play/fortune.el: Add types to defcustoms.
2454
2455 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2456
2457 * language/czech.el: A fix to follow coding conventions.
2458
2459 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2460
2461 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2462 to the extension list, for antlr-mode. From Christoph Wedler
2463 <Christoph.Wedler@sap.com>.
2464
2465 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2466
2467 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2468 (vc-dired-mode-map): Fix the madness.
2469
2470 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2471 (vc-prefix-map): Moved back from vc.el.
2472
2473 2001-07-11 Gerd Moellmann <gerd@gnu.org>
2474
2475 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2476 Increase the size of the obarray.
2477 (mail-extr-all-top-level-domains): Add more toplevel domains,
2478 add more long names.
2479 From: Per Starback <starback@ling.uu.se>.
2480
2481 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2482
2483 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2484 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2485
2486 * progmodes/ada-mode.el: Ditto.
2487
2488 * progmodes/ada-xref.el: Ditto.
2489
2490 2001-07-11 Miles Bader <miles@gnu.org>
2491
2492 * finder.el (finder-insert-at-column): Also move to the next line
2493 if exactly at COLUMN.
2494
2495 2001-07-10 Gerd Moellmann <gerd@gnu.org>
2496
2497 * help.el (describe-function-1): When printing FUNCTION's
2498 documentation, don't assume FUNCTION is a symbol.
2499
2500 * startup.el (normal-top-level): Don't operate on the initial
2501 frame if we failed to create one.
2502
2503 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2504
2505 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2506 itself, i.e. only indent the contents in it.
2507
2508 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
2509
2510 * mail/rmail.el (rmail-show-message): Show beginning of message in
2511 all windows containing it.
2512
2513 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2514
2515 * term/tty-colors.el: Fix the header line and copyright years.
2516
2517 2001-07-09 Gerd Moellmann <gerd@gnu.org>
2518
2519 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2520 original definition has an interactive form, but is Elp
2521 instrumented, use the interactive form of the function called by
2522 elp-wrapper.
2523
2524 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2525 configurations with compare-window-configuration; they aren't
2526 window configurations.
2527
2528 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2529 from the server for the format we expect. Don't use it if it
2530 doesn't look like what the Internet draft for FTP extensions specifies.
2531
2532 * toolbar/*.pbm: Cleaned up.
2533 From Luis Fernandes <elf@ee.ryerson.ca>.
2534
2535 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2536
2537 * cc-cmds.el: Extended the kludge to interoperate with the
2538 delsel and pending-del packages wrt to the new function
2539 `c-electric-delete-forward'.
2540
2541 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2542
2543 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2544 to delay the call to <mode> for global minor modes.
2545 (easy-mmode-define-navigation): Only recenter if interactive.
2546
2547 2001-07-06 Gerd Moellmann <gerd@gnu.org>
2548
2549 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2550 to lisp-indent-line.
2551
2552 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2553 from the server. Call encode-time only when we are sure that we
2554 got a 213 response.
2555
2556 2001-07-06 Simon Josefsson <jas@extundo.com>
2557
2558 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2559 (mail-envelope-from): New user option.
2560 (sendmail-send-it): Use it.
2561
2562 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2563
2564 * ps-print.el: Use locale dependant date to print date in header.
2565 Doc fix.
2566 (ps-print-version): New version number (6.5.3).
2567 (ps-right-header, ps-right-footer): Initialization and doc fix.
2568 (ps-time-stamp-locale-default): New fun.
2569
2570 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2571
2572 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2573 field problem with MIME-mode.
2574
2575 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2576
2577 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2578
2579 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2580 MIME-mode.
2581
2582 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2583
2584 * bindings.el (mode-line-mule-info): Don't show the tip with
2585 buffer-file-coding-system if that is nil.
2586
2587 2001-07-05 Gerd Moellmann <gerd@gnu.org>
2588
2589 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2590 instead of kill-line.
2591
2592 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2593 <Pavel@Janik.cz>.
2594
2595 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2596 <Pavel@Janik.cz>.
2597
2598 2001-07-04 Gerd Moellmann <gerd@gnu.org>
2599
2600 * font-lock.el (c-font-lock-keywords-3): When matching something
2601 like `struct X Y', finish with point after Y.
2602
2603 2001-07-04 Simon Josefsson <jas@extundo.com>
2604
2605 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
2606 in caller buffer.
2607
2608 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2609
2610 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
2611 instead of string-match to find the basename of the file.
2612 From Pascal Obry <p.obry@wanadoo.fr>.
2613
2614 * net/browse-url.el (browse-url-default-windows-browser):
2615 Support the MS-DOS port when it runs on Windows.
2616 (browse-url-browser-function) [ms-dos]: Default to
2617 browse-url-default-windows-browser.
2618
2619 * help.el (locate-library): Enable code that looks for compressed
2620 libraries if auto-compression-mode is on.
2621
2622 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2623
2624 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2625
2626 2001-07-02 Gerd Moellmann <gerd@gnu.org>
2627
2628 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
2629
2630 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2631
2632 * allout.el: Fix the header line, so that finder.el recognizes it.
2633 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2634
2635 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2636 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2637
2638 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2639
2640 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
2641
2642 * ps-bdf.el (bdf-directory-list): Use the value relative to
2643 installation-directory for MS-Windows as well.
2644
2645 2001-06-29 Richard M. Stallman <rms@gnu.org>
2646
2647 * wid-edit.el (widget-color-sample-face-get):
2648 Return ((foreground-color . COLOR)) instead of constructing a face.
2649
2650 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2651
2652 * faces.el (region): Change the background color for the
2653 light-background color display to lightgoldenrod2, to make it
2654 visible on some laptops.
2655
2656 2001-06-28 Richard M. Stallman <rms@gnu.org>
2657
2658 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2659 (rmail-msg-restore-non-pruned-header): Likewise.
2660 If point was in the old pruned header, put it at the top.
2661 (rmail-msg-prune-header): If point was at the top, keep it there.
2662
2663 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2664 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2665
2666 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2667
2668 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2669
2670 2001-06-28 Karl Fogel <kfogel@red-bean.com>
2671
2672 * saveplace.el: Update maintainer email address.
2673
2674 2001-06-27 Francesco Potorti` <pot@gnu.org>
2675
2676 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2677 Undo previous change.
2678
2679 2001-06-27 Francesco Potorti` <pot@gnu.org>
2680
2681 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2682 preliminary quick reordering. Can speed things up dramatically.
2683
2684 2001-06-26 Richard M. Stallman <rms@gnu.org>
2685
2686 * dired.el (dired-get-filename): A file name starting with ~
2687 is not absolute in this context.
2688
2689 * which-func.el (which-func-maxout): Increase default to 500000.
2690 (which-function-mode): This is now the "real" name of the function.
2691 (which-func-mode): Now an alias.
2692 (which-func-mode-global): Name deleted.
2693
2694 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2695 button-2, when binding hs-mouse-toggle-hiding.
2696
2697 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2698
2699 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
2700 (rmail-msg-prune-header): Likewise.
2701 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2702 and `rmail-msg-prune-header'.
2703
2704 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2705
2706 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2707 back than LINEBEG.
2708
2709 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2710
2711 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2712 window where they clicked the mouse has a header line, adjust
2713 vertical movement by one.
2714
2715 2001-06-25 Milan Zamazal <pdm@zamazal.org>
2716
2717 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2718 too when separating a parenthesis.
2719
2720 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2721
2722 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2723 (bookmark-bmenu-hide-filenames): Add help-echo to
2724 mouse-highlighted text.
2725 (bookmark-bmenu-show-filenames): Remove help-echo property from
2726 the whitespace.
2727
2728 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2729
2730 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2731 From Karl Eichwalder <ke@suse.de>.
2732
2733 2001-06-23 Richard M. Stallman <rms@gnu.org>
2734
2735 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2736
2737 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2738 contents for completing-read.
2739
2740 2001-06-22 Richard M. Stallman <rms@gnu.org>
2741
2742 * menu-bar.el (menu-bar-make-toggle): Construct the
2743 function's doc string from HELP, not DOC, and make it accurate by
2744 adding "Toggle whether to " at the front and downcasing the initial.
2745 Change the HELP arg in some calls to make it fit this usage.
2746
2747 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2748 Undo previous change.
2749
2750 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2751
2752 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2753
2754 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
2755
2756 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2757
2758 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2759
2760 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2761
2762 2001-06-20 Richard M. Stallman <rms@gnu.org>
2763
2764 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2765 broken out from dabbrev--find-expansion. Handle minibuffer
2766 specially here.
2767 (dabbrev--find-expansion): Simplify code in various ways.
2768 Don't treat minibuffers specially.
2769 Call dabbrev--make-friend-buffer-list.
2770 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
2771 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2772
2773 2001-06-19 John Wiegley <johnw@gnu.org>
2774
2775 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2776 Also, added a comment describing how to greatly speedup Eshell
2777 loadup time, by concatenating together all of Eshell's .elc files.
2778
2779 2001-06-19 John Wiegley <johnw@gnu.org>
2780
2781 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2782
2783 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2784
2785 * woman.el (WoMan-highlight-references): Add help-echo to
2786 mouse-highlighted text.
2787
2788 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2789
2790 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2791
2792 2001-06-18 Gerd Moellmann <gerd@gnu.org>
2793
2794 * international/quail.el (quail-start-conversion):
2795 Reset quail-translating to nil.
2796
2797 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2798 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2799
2800 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2801
2802 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2803 mouse-highlighted text.
2804
2805 * dired.el (dired-mark-pop-up): Fix last change.
2806
2807 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2808
2809 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2810 mouse-highlighted text.
2811
2812 * net/quickurl.el (quickurl-url-file): Run through
2813 convert-standard-filename.
2814 (quickurl-list-populate-buffer): Add help-echo to
2815 mouse-highlighted text.
2816 (top-level): Update Dave's URL.
2817
2818 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2819 mouse-highlighted text.
2820
2821 * textmodes/page-ext.el (pages-copy-header-and-position):
2822 Add help-echo to mouse-highlighted text.
2823
2824 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2825 mouse-highlighted text.
2826
2827 * replace.el (occur): Add help-echo to mouse-highlighted text.
2828
2829 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2830 mouse-highlighted text.
2831
2832 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2833 mouse-highlighted text.
2834
2835 * progmodes/compile.el (compile-reinitialize-errors):
2836 Add help-echo to mouse-highlighted messages.
2837 (compilation-forget-errors): Remove help-echo property as well.
2838
2839 * play/landmark.el (lm-plot-square, lm-init-display):
2840 Add help-echo to mouse-highlighted text.
2841
2842 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2843 Add help-echo to mouse-highlighted text.
2844
2845 * dired.el (dired-insert-set-properties): Add help-echo to
2846 mouse-highlighted text.
2847 (dired-mark-pop-up): Remove help-echo property from the file name.
2848
2849 * comint.el (comint-send-input): Add help-echo to
2850 mouse-highlighted text.
2851
2852 * buff-menu.el (list-buffers-noselect): Add help-echo to
2853 mouse-highlighted text.
2854
2855 * arc-mode.el (archive-summarize-files): Add help-echo to
2856 mouse-highlighted text.
2857
2858 * ffap.el (ffap-machine-p): Always return nil if
2859 open-network-stream is not fboundp.
2860
2861 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2862
2863 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2864 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2865 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2866 incorrectly binding chars between 128 and 256 to it.
2867 (sgml-maybe-name-self): Handle latin-1 chars properly.
2868 (sgml-tags-invisible): Bind buffer-file-name to nil.
2869 Use unwind-protect and restore-buffer-modified-p.
2870 (sgml-point-entered): Use buffer-substring-no-properties.
2871 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2872 (html-mode): Don't force `imenu-sort-function'.
2873
2874 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2875
2876 * tar-mode.el: Fix the copyright notice.
2877
2878 * font-lock.el (font-lock-comment-face): For tty's with dark
2879 background, use "red1", since "lightred" is not one of the colors
2880 recognized by tty-colors.el.
2881
2882 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2883 create a buffer for extracted file, in case there's more than one
2884 file by that name in an archive, possibly in different
2885 directories. From Kevin Rodgers <kevinr@ihs.com>.
2886
2887 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2888 <alex@gnu.org>.
2889
2890 2001-06-15 Miles Bader <miles@gnu.org>
2891
2892 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2893 Revert previous change.
2894
2895 2001-06-14 Richard M. Stallman <rms@gnu.org>
2896
2897 * replace.el (keep-lines-read-args): Return just a regexp.
2898 Provide nil for the region args.
2899 (keep-lines, flush-lines, how-many):
2900 Calculate the defaults for the region here, when args are nil.
2901
2902 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2903
2904 * rot13.el (rot13-other-window): Some more doc fix.
2905
2906 2001-06-14 Per Starback <starback@ling.uu.se>
2907
2908 * replace.el (case-replace, query-replace-from-history-variable)
2909 (query-replace-to-history-variable, keep-lines-read-args)
2910 (occur-revert-function, query-replace-help): Dox fix.
2911
2912 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2913
2914 * rot13.el (rot13-other-window): Doc fix.
2915
2916 2001-06-14 Miles Bader <miles@gnu.org>
2917
2918 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2919 of " and \ to "." (punctuation).
2920 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2921
2922 2001-06-13 Richard M. Stallman <rms@gnu.org>
2923
2924 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2925
2926 * simple.el (shell-command-on-region): Never kill the
2927 *Shell Command Output* buffer.
2928
2929 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2930
2931 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2932
2933 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2934
2935 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2936 New var, to recognize ${ $' and PODs.
2937 (perl-font-lock-syntactic-face-function): New function.
2938 (perl-mode): Use them.
2939 (perl-continuation-line-p): New function, from perl-calculate-indent.
2940 (perl-calculate-indent): Use it, to properly handle continuation
2941 lines of continuation lines.
2942
2943 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2944
2945 * server.el (server-process, server-buffer-clients): Doc fix.
2946 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2947
2948 2001-06-09 John Wiegley <johnw@gnu.org>
2949
2950 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2951 test if the last command was Lisp or not.
2952 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2953 B x C".
2954
2955 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
2956
2957 * dos-w32.el (grep-regexp-alist): Remove definition, since the
2958 general one on compile.el supports drive letters.
2959
2960 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
2961
2962 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
2963 key description.
2964
2965 * textmodes/reftex-sel.el (reftex-select-jump): New command.
2966
2967 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
2968 (reftex-toc-jump): New command.
2969
2970 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
2971 to parse international characters as well.
2972
2973 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
2974 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
2975
2976 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2977
2978 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
2979 TAB to the key separators.
2980
2981 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2982
2983 * international/mule.el (auto-coding-alist): Remove redundant
2984 up-cased versions of the extensions (auto-coding-alist-lookup is
2985 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2986 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2987
2988 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2989
2990 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2991
2992 2001-06-01 Richard M. Stallman <rms@gnu.org>
2993
2994 * help.el (describe-variable): Put value on same line
2995 with preceding text, if it is short enough to look good that way.
2996
2997 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2998
2999 * term/internal.el (IT-unicode-translations): New variable.
3000 (IT-setup-unicode-display): New function.
3001
3002 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3003
3004 * ps-print.el: Handle before-string and after-string overlay properties
3005 in ps-print-*-with-faces commands. Doc fix.
3006 (ps-print-version): New version number (6.5.2).
3007 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3008 for XEmacs.
3009 (ps-prefix-quote): Doc fix.
3010 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
3011 (ps-basic-plot-str, ps-plot-string): New funs.
3012
3013 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3014
3015 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3016 and :type spec.
3017
3018 2001-05-31 Gerd Moellmann <gerd@gnu.org>
3019
3020 * international/mule-cmds.el (inactivate-input-method):
3021 Set input-method-function to nil.
3022
3023 * xml.el (xml-parse-tag): The document may contain invalid characters.
3024 From ShengHuo ZHU <zsh@cs.rochester.edu>
3025
3026 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3027
3028 * mail/rmailsum.el (rmail-message-subject-p): Don't call
3029 `rmail-summary-line-decoder' if the message does not have
3030 a Subject: field.
3031
3032 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
3033
3034 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3035 New variable.
3036 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3037 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3038 is non-nil.
3039
3040 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3041
3042 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3043
3044 2001-05-29 Sam Steingold <sds@gnu.org>
3045
3046 * faces.el (face-valid-attribute-values): Bind `valid' directly
3047 instead of using `setq'.
3048
3049 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3050 Use `tex-shell-buf'.
3051 (tex-shell-proc): Use `tex-shell-running'.
3052 (tex-shell-buf-no-error): New function.
3053 (tex-send-tex-command): Use it.
3054 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3055 (tex-kill-job): Check the process before calling `quit-process'.
3056
3057 2001-05-29 Gerd Moellmann <gerd@gnu.org>
3058
3059 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3060 UTF-8 sequences.
3061
3062 2001-05-28 Miles Bader <miles@gnu.org>
3063
3064 * comint.el (comint-carriage-motion): Renamed from
3065 `comint-cr-magic'. Operate on the buffer instead of the string
3066 (for use as a comint post-output filter, instead of as a
3067 pre-output filter). Handle backspaces too. Add to the
3068 `comint-output-filter-functions' hook instead of
3069 `comint-preoutput-filter-functions'.
3070
3071 2001-05-28 Gerd Moellmann <gerd@gnu.org>
3072
3073 * language/japan-util.el (japanese-hankaku): Prefer the charset
3074 `jisx0201' when the optional argument `ascii-only' is not specified.
3075 (japanese-hankaku-region): Ditto.
3076 From Katsumi Yamaoka <yamaoka@jpl.org>
3077
3078 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3079
3080 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3081 (outline-invisible-p): New function.
3082 (hide-leaves): Save excursion.
3083 (hide-other): Stop looping when reaching bobp.
3084
3085 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3086
3087 * cus-edit.el (custom-file): Fix last change.
3088
3089 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3090
3091 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3092 same definition in byte-compile-function-environment as `autoload'
3093 would put in `symbol-function'.
3094
3095 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3096 patch to correct the error message as well.
3097
3098 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3099
3100 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3101 unless ~/.emacs exists.
3102
3103 * novice.el (enable-command): If user-init-file is nil or does not
3104 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3105
3106 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3107
3108 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3109 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3110 Allow spaces around macro arguments.
3111 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3112 indent-for-tab-command.
3113 (latex-mode-map, plain-tex-mode-map): New keymaps.
3114 Inherit from tex-mode-map.
3115 (tex-common-initialization): Don't setup the keymap any more
3116 since it's now done right by define-derived-mode.
3117 (latex-mode): Set skeleton-end-hook to nil.
3118 (latex-skeleton-end-hook): Remove.
3119 (tex-latex-block, latex-insert-item): Simplify.
3120 (latex-syntax-after): Use following-char rather than char-after.
3121 (tex-discount-args-cmds, tex-count-words): New functions.
3122
3123 * textmodes/tildify.el (tildify-ignored-environments-alist):
3124 Recognize \verb* as well.
3125
3126 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3127 (perl-comment-indent): Simplify to let newcomment.el do its job.
3128 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3129 (perl-mark-function): Cleanup the namespace.
3130 (perl-calculate-indent): Don't be fooled by nested functions.
3131
3132 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3133
3134 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3135 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3136
3137 2001-05-25 Andrew Choi <akochoi@i-cable.com>
3138
3139 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3140 actually be `\\'.
3141 (ctlau-b5-converter): Likewise.
3142
3143 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3144
3145 * international/titdic-cnv.el (quail-misc-package-ext-info):
3146 Change CTLauB.el to CTLau-b5.el.
3147
3148 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3149
3150 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3151 rather than beginning-of-line to avoid problems with fields.
3152 (gud-perldb-massage-args): Use unless and push.
3153 (gud-chdir-before-run): New var.
3154 (gud-common-init): Use it.
3155
3156 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3157
3158 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3159 delete entries for chinese-ctlau and chinese-ctlaub.
3160 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
3161 chinese-ctlaub.
3162 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3163 New functions.
3164
3165 2001-05-22 Gerd Moellmann <gerd@gnu.org>
3166
3167 * cus-edit.el (custom-comment-show): Remove debug code.
3168
3169 * language/japan-util.el (japanese-symbol-table): Fix handling of
3170 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3171
3172 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3173
3174 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3175 Renamed by removing the silly `-flag' suffix.
3176 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3177
3178 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3179
3180 * replace.el (keep-lines-read-args): Use `copy-marker'.
3181 (how-many): Save excursion properly.
3182 (occur-mode): Use define-derived-mode.
3183 (perform-replace): Use with-current-buffer.
3184
3185 2001-05-20 Richard M. Stallman <rms@gnu.org>
3186
3187 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3188
3189 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3190
3191 * info.el (Info-read-subfile): Widen before finding the
3192 desired node in the subfile.
3193
3194 * startup.el (command-line-1): When >2 files visited,
3195 leave the last one visible, and make that the selected window.
3196
3197 2001-05-20 Gerd Moellmann <gerd@gnu.org>
3198
3199 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3200
3201 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3202
3203 * international/ccl.el (define-ccl-program): Fix a typo.
3204 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3205
3206 * international/mule.el (decode-char): Fix a typo. From Pavel
3207 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3208
3209 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3210 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3211
3212 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3213 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3214
3215 2001-05-18 Sam Steingold <sds@gnu.org>
3216
3217 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
3218 and [RET] to `cvs-mode-find-file'.
3219
3220 2001-05-18 John Wiegley <johnw@gnu.org>
3221
3222 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3223 configuration variable, which determines the initial character
3224 that forces use of an external version of a command. The default
3225 is *, but may be set to \, for example.
3226
3227 * eshell/esh-ext.el (eshell-explicit-command):
3228 Use `eshell-explicit-command-char' instead of ?*.
3229
3230 * eshell/esh-cmd.el (eshell/which):
3231 Use `eshell-explicit-command-char' instead of ?*.
3232
3233 * eshell/em-cmpl.el (eshell-completion-command-name)
3234 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
3235 instead of ?*.
3236
3237 2001-05-18 Gerd Moellmann <gerd@gnu.org>
3238
3239 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3240 subst-char-in-string.
3241 (ange-ftp-after-parse-ls-hook): New variable.
3242 (ange-ftp-ls): Run that hook.
3243 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3244
3245 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3246 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3247 text into *Completions*.
3248
3249 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3250 part of which look like email addresses.
3251
3252 2001-05-18 Andrew Innes <andrewi@gnu.org>
3253
3254 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3255 Use . instead of absolute path for lisp dir, to avoid bug in W2K
3256 cmd.exe's handling of FOR loops.
3257 (autoloads): Set find-file-suppress-same-file-warnings to t to
3258 avoid slew of spurious messages.
3259
3260 2001-05-18 Simon Josefsson <simon@josefsson.org>
3261
3262 * mail/smtpmail.el (maybe-append-domain): Renamed to
3263 `smtpmail-maybe-append-domain'.
3264 (smtpmail-via-smtp): Use the new name.
3265
3266 * net/browse-url.el (browse-url-browser-function): Add kde.
3267 (browse-url-kde-program, browse-url-kde-args): New variables.
3268 (browse-url-kde): New function.
3269
3270 2001-05-18 Miles Bader <miles@gnu.org>
3271
3272 * simple.el (delete-horizontal-space, just-one-space):
3273 Use `constrain-to-field' instead of `field-end'/`field-beginning',
3274 because it's more efficient for large files.
3275
3276 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3277
3278 * mail/rmail.el (rmail-require-mime-maybe): New function.
3279 (rmail): Use it.
3280 (rmail-mode): Handle the case of finding Rmail files.
3281
3282 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3283 functions.
3284
3285 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3286
3287 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3288 text-property after moving to the beginning of line and regardless
3289 of the value of font-lock-multiline.
3290
3291 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3292
3293 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3294
3295 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3296 last coding system used before calling set-buffer-modified-p
3297 because that function changes last-coding-system.
3298
3299 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3300
3301 * files.el (switch-to-buffer-other-window)
3302 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3303 the doc string.
3304
3305 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3306
3307 * language/slovak.el, language/czech.el: New maintainer.
3308
3309 2001-05-16 Sam Steingold <sds@gnu.org>
3310
3311 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
3312 sub-form of `defgeneric' correctly.
3313
3314 2001-05-16 Gerd Moellmann <gerd@gnu.org>
3315
3316 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3317 of `c'.
3318
3319 * textmodes/outline.el (outline-font-lock-level): Remove the
3320 condition-case, test what outline-level returns instead, to
3321 ease debugging.
3322
3323 * international/mule.el (auto-coding-regexp-alist): New user-option.
3324 (auto-coding-from-file-contents): New function.
3325 (set-auto-coding): Use it to determine a coding system.
3326
3327 2001-05-15 Gerd Moellmann <gerd@gnu.org>
3328
3329 * mouse.el (mouse-delete-other-windows): Doc fix.
3330
3331 * emacs-lisp/lisp-mode.el (lisp-mode):
3332 Make font-lock-keywords-case-fold-search a buffer-local variable with
3333 make-local-variable before setting it.
3334
3335 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3336
3337 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3338 prefixes.
3339
3340 2001-05-14 Gerd Moellmann <gerd@gnu.org>
3341
3342 * hexl.el (hexl-current-address): Print a message when called
3343 interactively.
3344
3345 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3346
3347 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3348
3349 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3350
3351 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3352
3353 2001-05-11 Gerd Moellmann <gerd@gnu.org>
3354
3355 * startup.el (command-line): If parameters have been changed in
3356 the init files which influence font selection, clear the face
3357 cache so that faces get realized with the new parameters.
3358
3359 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
3360
3361 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3362
3363 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3364
3365 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3366
3367 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3368 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3369
3370 2001-05-10 Gerd Moellmann <gerd@gnu.org>
3371
3372 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
3373 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
3374
3375 2001-05-09 John Wiegley <johnw@gnu.org>
3376
3377 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3378 Annotated the documentation string to tell users about
3379 `eshell-no-numeric-conversions'.
3380
3381 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3382 conversions if a Lisp function has the property
3383 `eshell-no-numeric-conversions' set to a non-nil value.
3384
3385 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3386 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3387 property `eshell-no-numeric-conversions' on the following
3388 functions (which all deal with filesystem entities, and never Lisp
3389 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3390 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3391 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3392 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3393 eshell/which, eshell/addpath.
3394
3395 2001-05-09 John Wiegley <johnw@gnu.org>
3396
3397 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3398 encountered as an argument, don't convert it right away, but tag
3399 the first character of the string with the text properties
3400 `number', which signifies to `eshell-lisp-command' that the
3401 argument should be passed through `string-to-number' if it is
3402 actually used in the call to a Lisp function.
3403
3404 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3405 function, convert any string arguments that have been tagged as
3406 "numbers", by calling string-to-number.
3407
3408 * eshell/esh-util.el (eshell-number-regexp): Now that number
3409 conversions only happen for Lisp function calls, the number regexp
3410 should now match all integer and floating point forms.
3411
3412 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3413 `eshell-continue-process', since they are both nonfunctional at
3414 the moment.
3415 (eshell-proc-initialize): Don't bind keys for
3416 `eshell-stop-process' or `eshell-continue-process'.
3417
3418 * eshell/em-unix.el (eshell-shuffle-files):
3419 Apply `directory-file-name' before calling `file-name-directory'.
3420
3421 * eshell/em-hist.el (eshell-add-to-history): Reference to
3422 `eshell-history-ring' needed to be `eshell-history-index'.
3423
3424 * calendar/timeclock.el (timeclock-find-discrep):
3425 Initialize `elapsed' to 0.
3426 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3427 it's still nil.
3428
3429 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3430
3431 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3432 (archive-mode): Use capitalize.
3433 (archive-unique-fname): Use make-temp-file.
3434
3435 2001-05-09 Gerd Moellmann <gerd@gnu.org>
3436
3437 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3438
3439 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3440
3441 * tar-mode.el (tar-extract): Pay attention to the value of
3442 coding-system-for-read, if it is non-nil.
3443
3444 * calendar/holidays.el (holidays): Add an autoload cookie.
3445 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3446
3447 2001-05-08 John Wiegley <johnw@gnu.org>
3448
3449 * calendar/timeclock.el (timeclock-workday-remaining):
3450 Changed logic for determining how much time is remaining.
3451 (timeclock-workday-elapsed): Don't accept a "relative" argument
3452 for the current day's elapsed time. What could that have meant?
3453 (timeclock-workday-elapsed-string): No "relative" argument anymore.
3454 (timeclock-when-to-leave): Changed logic, similarly to what was
3455 done for `timeclock-workday-remaining'.
3456 (timeclock-find-discrep): Removed "today-only" argument, which had
3457 no meaning. Fixed some more math problems. The function now
3458 returns a three member list: (TOTAL-TIME-DISCREPANCY
3459 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3460
3461 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3462
3463 * w32-fns.el (convert-standard-filename): Start replacing slashes
3464 from the beginning of the file name, not from where the last
3465 invalid character was. From "Andrew Maguire (SWW)"
3466 <Andrew.Maguire@Smallworld.co.uk>
3467
3468 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3469
3470 The following changes are to provide infrastructure for handling
3471 MIME messages to rmail. They don't affect the original behaviour
3472 if rmail-enable-mime is nil.
3473
3474 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3475 (rmail-search-mime-message-function)
3476 (rmail-search-mime-header-function): New variables.
3477 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3478 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3479 `rmail-view-buffer' is hidden.
3480 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3481 call rmai-show-mime-function.
3482 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3483 mode-line-process of rmail-view-buffer.
3484 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3485 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3486 buffer.
3487 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3488 set-buffer to the Rmail buffer.
3489 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3490 rmail-search-mime-header-function.
3491 (rmail-search-message): New function.
3492 (rmail-search): Call rmail-search-message to check if a message
3493 matches REGEXP, lastly update point after calling
3494 rmail-show-message.
3495 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3496 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
3497 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3498 header region, refer to rmail-msgref-vector while setting the
3499 current buffer to rmail-buffer temporarily.
3500 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3501 If rmail-enable-mime is non-nil, call
3502 rmail-insert-mime-forwarded-message-function instead of inserting
3503 forwarded message by itself.
3504
3505 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3506 Rmail buffer.
3507 (rmail-set-label, rmail-next-labeled-message): Likewise.
3508
3509 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3510 set-buffer to the Rmail buffer.
3511 (rmail-output-to-rmail-file): Likewise.
3512 (rmail-output): Likewise.
3513
3514 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3515 of mail-fetch-field by rmail-summary-line-decoder.
3516 (rmail-new-summary): Be sure to go to the Rmail buffer.
3517 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
3518 rmail-view-buffer to nil.
3519 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3520 rmail-view-buffer.
3521 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3522 rmail-buffer.
3523 (rmail-summary-scroll-msg-down): Likewise.
3524 (rmail-summary-beginning-of-message): Likewise.
3525 (rmail-summary-wipe): Likewise.
3526 (rmail-summary-toggle-header): Use save-window-excursion, not
3527 save-excursion. Update point in rmail-view-buffer, not in
3528 rmail-buffer.
3529 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3530 rmail-view-buffer, not rmail-buffer.
3531
3532 2001-05-07 Gerd Moellmann <gerd@gnu.org>
3533
3534 * cus-edit.el (custom-file): Signal an error if user-init-file is
3535 nil (running -q).
3536
3537 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3538
3539 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3540 Add :version.
3541
3542 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3543 New option.
3544 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3545 only if smtpmail-warn-about-unknown-extensions is set.
3546
3547 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3548 instead of rmail-sort-by-keywords.
3549
3550 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
3551 rmail-sort-by-keywords.
3552
3553 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3554 rmail-summary-sort-by-keywords. Doc fix.
3555 (rmail-summary-mode): Doc fix.
3556
3557 * mail/rmail.el (rmail-edit): New Custom group.
3558
3559 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3560 (rmail-edit-mode-hook): New user-option.
3561
3562 2001-05-05 Richard M. Stallman <rms@gnu.org>
3563
3564 * help.el (help-xref-symbol-regexp): Recognize "source of"
3565 and friends, meaning make a link to the source file.
3566 (help-make-xrefs): Handle "source of" and friends
3567 by constructing a link that visits the source file.
3568
3569 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3570
3571 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3572
3573 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3574 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3575 Renamed from perl-font-lock-keywords to avoid clashes.
3576 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3577 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3578 Updated correspondingly.
3579
3580 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3581 Typo `nonexistant' -> `nonexistent'.
3582
3583 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3584
3585 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3586 Split `c-electric-delete' into two functions where
3587 `c-electric-delete-forward' always deletes forward and
3588 `c-electric-delete' only contains the code necessary for XEmacs to
3589 choose between backward and forward deletion.
3590
3591 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3592 get the electric behavior on that key too.
3593 (c-fill-paragraph): Fixed bogus direct use of
3594 c-comment-prefix-regexp, which caused an error when it's a list.
3595
3596 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3597
3598 * dired-aux.el (dired-diff): Doc fix.
3599
3600 * dired.el (dired-diff): Likewise.
3601
3602 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3603
3604 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3605
3606 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3607
3608 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3609 if both the buffer and the file are read-only.
3610
3611 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3612 rather than font-lock-string-face.
3613 (sh-get-indent-info): Treat heredocs like strings.
3614
3615 2001-05-02 Gerd Moellmann <gerd@gnu.org>
3616
3617 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3618 a newline following `}'.
3619 (texinfo-format-email): New function.
3620 (toplevel): Use texinfo-format-email for @email.
3621 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3622 Add `display'.
3623 (texinfo-sort-region): Goto point-min before sorting.
3624 (texinfo-set): Remove leading white space from value.
3625 From yagi@is.titech.ac.jp.
3626
3627 * replace.el (query-replace-regexp-eval): Doc fix.
3628
3629 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3630
3631 * diff-mode.el (diff-nonexistant-face): New face.
3632 (diff-font-lock-keywords): Use it.
3633
3634 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3635
3636 * font-lock.el (font-lock-mode): Doc fix.
3637
3638 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3639 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3640
3641 2001-04-30 Gerd Moellmann <gerd@gnu.org>
3642
3643 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3644 backslash at the start of the here-document delimiter.
3645 (sh-font-lock-syntactic-keywords): Likewise.
3646
3647 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3648
3649 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3650
3651 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3652 (tty-color-translate, tty-color-by-index, tty-color-values)
3653 (tty-color-desc): Doc fix.
3654
3655 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3656
3657 * dired-aux.el (dired-do-create-files, dired-do-copy)
3658 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3659 Mention dired-dwim-target in the doc string.
3660
3661 2001-04-28 Miles Bader <miles@gnu.org>
3662
3663 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3664 (dabbrev--find-expansion): Use it.
3665 (dabbrev--select-buffers): Don't select ignored buffers.
3666
3667 2001-04-27 Gerd Moellmann <gerd@gnu.org>
3668
3669 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
3670
3671 2001-04-26 Richard M. Stallman <rms@gnu.org>
3672
3673 * dabbrev.el: Add doc strings for some functions.
3674 (dabbrev--eliminate-newlines): New variable.
3675 (dabbrev--substitute-expansion): Convert newlines to spaces
3676 if dabbrev--eliminate-newlines is set.
3677 If abbrev and expansion are both all-lower-case,
3678 leave dabbrev--last-case-pattern nil.
3679
3680 2001-04-26 Gerd Moellmann <gerd@gnu.org>
3681
3682 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3683 if necessary, like in rmail-show-message.
3684
3685 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3686
3687 * ps-print.el: Color specified by number is forced to be float number.
3688 (ps-print-version): New version number (6.5.1.1).
3689 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3690 initialization.
3691 (ps-prefix-quote): New internal var.
3692 (ps-print-quote): New fun.
3693 (ps-setup, ps-output-frame-properties, ps-float-format)
3694 (ps-format-color): Code fix.
3695 (ps-plot-region): Eliminate redundant foreground color text setting.
3696
3697 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3698
3699 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3700
3701 2001-04-25 Gerd Moellmann <gerd@gnu.org>
3702
3703 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3704
3705 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3706
3707 * info.el (Info-additional-directory-list): Doc fix.
3708
3709 * find-lisp.el (find-lisp-find-dired-filter)
3710 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3711 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
3712
3713 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3714
3715 * progmodes/make-mode.el (makefile-font-lock-keywords):
3716 Rationalize the rules for includes and conditionals and use the
3717 keyword face for them.
3718
3719 * faces.el (modify-face): Add compatibility for non-interactive use.
3720
3721 2001-04-24 John Wiegley <johnw@gnu.org>
3722
3723 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3724 fix from last night, since it wasn't finding eshell/cd.
3725
3726 2001-04-24 Gerd Moellmann <gerd@gnu.org>
3727
3728 * rect.el (string-rectangle): Revert to 20.x behaviour.
3729 (replace-rectangle): Make it an alias for string-rectangle.
3730 (string-insert-rectangle): New function.
3731
3732 2001-04-23 John Wiegley <johnw@gnu.org>
3733
3734 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3735 occurring with Emacs 21's diff.el/compile.el interaction layer.
3736
3737 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3738
3739 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3740 case where the function was defined in a file, but not part of an
3741 eshell module.
3742
3743 2001-04-23 John Wiegley <johnw@gnu.org>
3744
3745 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3746 code to work around a redisplay problem I've been having.
3747
3748 2001-04-23 John Wiegley <johnw@gnu.org>
3749
3750 * calendar/timeclock.el (timeclock-day-required): If the time
3751 required for a particular day is not set, use `timeclock-workday'.
3752 (timeclock-find-discrep): Added some sample code in a comment.
3753
3754 * eshell/eshell.el (eshell-command): Made a few changes so that
3755 `eshell-command' could be called programmatically.
3756
3757 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3758
3759 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3760
3761 2001-04-23 John Wiegley <johnw@gnu.org>
3762
3763 * calendar/timeclock.el: Updated copyright.
3764 (timeclock-generate-report): Don't report the daily or two-week
3765 total, if no time has been worked in that period.
3766 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3767 final computational form, which was unnecessary; corrected a
3768 parsing problem when timeclock-relative was nil.
3769
3770 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3771
3772 * calendar/timeclock.el (timeclock-modeline-display): Check if
3773 `list-entry' is null.
3774 (timeclock-use-display-time): The first argument to `set-variable'
3775 must be a symbol.
3776
3777 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3778
3779 * calendar/calendar.el (diary-entry-marker)
3780 (calendar-today-marker, calendar-holiday-marker):
3781 Use display-color-p instead of window-system.
3782 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3783 instead of window-system.
3784 (calendar-hide-window): Use display-multi-frame-p instead of
3785 window-system.
3786
3787 * calendar/cal-x.el (calendar-two-frame-setup)
3788 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3789 Use display-multi-frame-p instead of window-system.
3790
3791 2001-04-23 Gerd Moellmann <gerd@gnu.org>
3792
3793 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3794
3795 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3796 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3797
3798 2001-04-23 Alex Schroeder <alex@gnu.org>
3799
3800 * goto-addr.el: Instead of defining line-beginning-position and
3801 line-end-position a defalias is used for point-at-bol and point-at-eol.
3802
3803 2001-04-23 Alex Schroeder <alex@gnu.org>
3804
3805 * goto-addr.el: Added XEmacs compatibility code.
3806 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
3807
3808 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3809
3810 * textmodes/paragraphs.el (sentence-end): Doc fix.
3811
3812 2001-04-20 Alex Schroeder <alex@gnu.org>
3813
3814 * sql.el (sql-escape-newlines-and-send): New function.
3815 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
3816
3817 2001-04-20 Alex Schroeder <alex@gnu.org>
3818
3819 * sql.el (sql-db2-program): New option.
3820 (sql-db2-options): New option.
3821 (sql-db2): New function.
3822
3823 2001-04-20 Alex Schroeder <alex@gnu.org>
3824
3825 * sql.el (sql-mode-menu): Added highlighting entries.
3826 (sql-highlight-oracle-keywords): New function.
3827 (sql-highlight-postgres-keywords): New function.
3828 (sql-highlight-ansi-keywords): New function.
3829
3830 2001-04-20 Alex Schroeder <alex@gnu.org>
3831
3832 * sql.el (sql-help): Doc change.
3833
3834 2001-04-19 Karl Fogel <kfogel@collab.net>
3835
3836 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3837 that inserted file content only to delete it immediately.
3838 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3839 <lektu@uol.com.br> for the patch.
3840
3841 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3842
3843 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3844
3845 2001-04-18 Gerd Moellmann <gerd@gnu.org>
3846
3847 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3848 for defmethod.
3849
3850 * comint.el (comint-cr-magic): New function.
3851 (toplevel): Add it to comint-preoutput-filter-functions.
3852
3853 2001-04-18 Andrew Innes <andrewi@gnu.org>
3854
3855 * makefile.w32-in (EMACSLOADPATH): Define.
3856 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
3857 (recompile): Remove stuff to set EMACSLOADPATH.
3858
3859 2001-04-18 Gerd Moellmann <gerd@gnu.org>
3860
3861 * language/slovak.el ("Slovak"): Add tutorial entry.
3862
3863 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3864 browse-url-new-window-p.
3865
3866 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3867
3868 * info.el (Info-menu-update): When there are no menus and/or no
3869 cross references in the node, make the respective items of the
3870 Info menu-bar menu inactive.
3871
3872 2001-04-17 Gerd Moellmann <gerd@gnu.org>
3873
3874 * indent.el (indent-for-tab-command): Call indent-line-function
3875 with no argument if PREFIX-ARG is non-nil.
3876
3877 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3878
3879 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3880
3881 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3882 an async subprocess if start-process is unavailable. Suggested by
3883 Tim Van Holder <tim.van.holder@pandora.be>.
3884
3885 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3886
3887 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3888 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3889
3890 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3891
3892 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3893 manual.
3894
3895 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3896
3897 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3898 (cvs-menu): Add a few entries.
3899
3900 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3901 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3902 lock file appears to be reachable from Emacs.
3903 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3904 (cvs-mode-find-file): Look for cvs-header-face rather than
3905 cvs-dirname-face (which doesn't exist).
3906 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3907
3908 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3909
3910 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3911
3912 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3913 normal-erase-is-backspace on a tty. Instead, bind some keys such
3914 as [delete] directly, like pc-select.el did before
3915 normal-erase-is-backspace was invented.
3916
3917 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
3918
3919 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3920
3921 2001-04-11 John Wiegley <johnw@gnu.org>
3922
3923 * eshell/em-ls.el (eshell-ls-insert-directory):
3924 Set font-lock-defaults to nil, to prevent fontification in dired
3925 buffers, if Eshell's ls is being used.
3926
3927 2001-04-11 John Wiegley <johnw@gnu.org>
3928
3929 * calendar/timeclock.el (timeclock-completing-read): New function.
3930 (timeclock-ask-for-project, timeclock-ask-for-reason):
3931 Call `timeclock-completing-read'.
3932
3933 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3934 required where `member' was being used.
3935
3936 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
3937
3938 * eshell/em-hist.el (eshell-previous-matching-input):
3939 Don't display "History item" if the the minibuffer is active.
3940
3941 2001-04-11 Gerd Moellmann <gerd@gnu.org>
3942
3943 * startup.el (command-line): Output a newline after printing
3944 an error from loading the window system's init file.
3945
3946 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3947
3948 * textmodes/texinfo.el (texinfo-font-lock-keywords):
3949 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
3950 @inforef. Add an OVERRIDE of `keep' to highlight specs of
3951 keywords whose arguments routinely include @@.
3952
3953 2001-04-10 Gerd Moellmann <gerd@gnu.org>
3954
3955 * emacs-lisp/advice.el (ad-make-advised-definition):
3956 Construct advice for subrs differently.
3957
3958 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
3959 regexp in parentheses when building the regexp for searching backwards.
3960
3961 * simple.el (completion-list-mode-finish): New function.
3962 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
3963
3964 * language/european.el ("Polish"): Change sample text.
3965 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
3966
3967 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3968 parameter.
3969
3970 * faces.el (menu): Doc fix.
3971
3972 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3973
3974 * ps-print.el: Footer implementation. Doc fix.
3975 (ps-print-version): New version number (6.5.1).
3976 (ps-header-frame-alist): New customization var for header frame
3977 properties.
3978 (ps-line-number-color): New customization var for line number color.
3979 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3980 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3981 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3982 (ps-right-footer): New customization vars for footers.
3983 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3984 footers.
3985 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
3986 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3987 Code fix.
3988 (ps-prologue-file): Indentation fix.
3989 (ps-print-quote): Fun eliminated.
3990 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3991 (ps-output-frame-properties): New fun.
3992 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3993 (ps-skip-newline): Replace defun by defsubst.
3994
3995 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
3996
3997 * eshell/eshell.el (eshell-command): Needed a "%s" format
3998 specifier, in case the buffer contains percent characters.
3999
4000 2001-04-10 John Wiegley <johnw@gnu.org>
4001
4002 * calendar/timeclock.el (timeclock-generate-report): Added a
4003 missing insert of the project name.
4004
4005 2001-04-09 Gerd Moellmann <gerd@gnu.org>
4006
4007 * obsolete/profile.el: Moved from emacs-lisp/.
4008
4009 * Makefile.in (nonobsolete_setwins): New macro.
4010 (finder-data): Use it instead of `setwins'.
4011 From: Dave Love <fx@gnu.org>.
4012
4013 * server.el (server-visit-files): Set server-existing-buffer correctly.
4014 (server-visit-files): Run server-visit-hook after going to
4015 line 1 so that the hook can set point as it sees fit.
4016
4017 * bindings.el (mode-line-modified): Unify help messages.
4018
4019 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4020
4021 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4022 All callers changed.
4023
4024 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4025
4026 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4027 long file names aren't supported, truncate the file names in
4028 quail-misc-package-ext-info to 8+3 before matching them against
4029 FILENAME.
4030
4031 * dos-fns.el (dos-truncate-to-8+3): New function.
4032
4033 * progmodes/compile.el (grep-compute-defaults): Use null-device
4034 instead of literal /dev/null. Reported by Jens Schmidt
4035 <schmidt@mathematik.uni-kl.de>.
4036
4037 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4038
4039 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4040
4041 * textmodes/sgml-mode.el: Add unknown maintainer.
4042 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4043 (html-mode-map): Use set-keymap-parent.
4044
4045 2001-04-06 Dave Love <fx@gnu.org>
4046
4047 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4048 Remove redundant string-to-list.
4049
4050 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4051
4052 * composite.el (reference-point-alist): Doc fix.
4053
4054 2001-04-05 Sam Steingold <sds@gnu.org>
4055
4056 * font-lock.el (font-lock-keywords-case-fold-search):
4057 Make buffer-local. This fixes a very annoying bug when loading a Lisp
4058 file made font-lock case-insensitive.
4059
4060 2001-04-05 Gerd Moellmann <gerd@gnu.org>
4061
4062 * faces.el (defface menu): Doc fix.
4063
4064 * wid-edit.el (widget-color-sample-face-get): Don't make
4065 faces for undefined colors.
4066
4067 * version.el (emacs-version): Include LessTif/Motif version info.
4068
4069 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4070
4071 * ps-mule.el: Eliminate cl package dependence.
4072 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4073 if they aren't defined yet.
4074 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4075 Eliminate cl package dependence.
4076
4077 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4078
4079 * progmodes/cc-cmds.el (c-outline-level):
4080 Bind buffer-invisibility-spec. Originally from Dave Love, but
4081 got lost when incorporating version 5.26.
4082
4083 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4084
4085 * emulation/pc-select.el (pc-selection-mode):
4086 Call normal-erase-is-backspace-mode instead of binding
4087 keys individually.
4088
4089 * cus-load.el (normal-erase-is-backspace): Use it instead of
4090 delete-key-deletes-forward.
4091
4092 * startup.el (command-line): Use normal-erase-is-backspace and
4093 normal-erase-is-backspace-mode.
4094
4095 * simple.el (normal-erase-is-backspace): Rename from
4096 delete-key-deletes-forward. Doc fix.
4097 (normal-erase-is-backspace-mode): Rename from
4098 delete-key-deletes-forward-mode. Doc fix.
4099 Run normal-erase-is-backspace-hook.
4100
4101 * dired.el (dired-move-to-filename-regexp): Support file sizes in
4102 ``human-readable'' format produced by GNU `ls'.
4103 (dired-move-to-filename-regexp): Recognize ISO format dates.
4104 From Paul Eggert <eggert@twinsun.com>.
4105
4106 2001-04-04 Gerd Moellmann <gerd@gnu.org>
4107
4108 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4109 New functions.
4110 (lm-verify): Check keywords.
4111 From Eric M. Ludlam <eric@siege-engine.com>.
4112
4113 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4114
4115 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4116 `xemacs' feature instead of for the function `set-extent-property'.
4117
4118 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4119
4120 * mail/mh-utils.el (mh-folder-hist): New var.
4121 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4122
4123 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4124
4125 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4126 region, position point on the first or last 16-byte group.
4127 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4128 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4129 hexl-beginning-of-line.
4130
4131 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4132
4133 * icomplete.el (icomplete-mode): Treat an argument like other
4134 modes do.
4135
4136 * startup.el (fancy-splash-head): Use splash8.xpm for color
4137 depth 8.
4138
4139 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4140 Add an antry for ``converts''.
4141
4142 * language/slovak.el ("Slovak"): Add documentation string.
4143 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4144
4145 * language/czech.el ("Czech"): Add documentation string.
4146 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4147
4148 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4149 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4150
4151 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4152
4153 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4154 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4155 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4156 Use `defsubst' rather than a macro to ease debugging.
4157 (mail-extr-last): Remove (use `last' instead).
4158 (mail-extract-address-components): Properly reset the syntax-table
4159 after parsing an address. Use `last' rather than mail-extr-last.
4160 Make sure the end marker stays at the very end.
4161
4162 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4163
4164 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4165 last change.
4166
4167 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4168
4169 * ps-print.el: Line and paragraph spacing feature. Region to cut
4170 out when printing. Doc fix.
4171 (ps-print-version): New version number (6.5).
4172 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4173 New vars. Line and paragraph spacing feature.
4174 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4175 out when printing.
4176 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4177 (ps-get-font-size, ps-begin-job, ps-continue-line)
4178 (ps-plot-region): Code fix.
4179 (ps-print-prologue-2): Var eliminated.
4180 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4181 New internal vars.
4182 (ps-get-size): New fun.
4183 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4184 (ps-next-line): Replace defun by defsubst.
4185 (ps-mule-plot-string): Autoload doc fix.
4186
4187 * ps-bdf.el: XEmacs compatibility. Doc fix.
4188 (installation-directory, coding-system-for-read): Declare vars if
4189 it's not declared yet.
4190 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4191
4192 * ps-mule.el: XEmacs compatibility. Doc fix.
4193 (leading-code-private-22): Declare var if it's not declared yet.
4194 (charset-bytes, charset-dimension, charset-id, charset-width)
4195 (find-charset-region, split-char, char-width, chars-in-region)
4196 (forward-point, decompose-composite-char, encode-coding-string)
4197 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4198 Define funs if not defined yet.
4199 (encode-composition-rule, find-composition): Define funs if not
4200 loaded yet.
4201 (ps-mule-prologue): PostScript code fix.
4202
4203 2001-04-02 Kenichi Handa <handa@etl.go.jp>
4204
4205 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4206 non-nil, generate font for the header strings.
4207 (ps-mule-prepare-font): Likewise.
4208 (ps-mule-generate-glyphs): Likewise.
4209 (ps-mule-string-encoding): Likewise.
4210 (ps-mule-header-charsets): New variable.
4211 (ps-mule-encode-header-string): New function.
4212 (ps-mule-header-string-charsets): New function.
4213 (ps-mule-begin-job): Check charsets in the header strings. If there
4214 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4215
4216 * ps-print.el (ps-generate-header-line): Encode the header string by
4217 ps-mule-encode-header-string.
4218 (ps-mule-encode-header-string): Declare autoload.
4219
4220 2001-04-02 Gerd Moellmann <gerd@gnu.org>
4221
4222 * frame.el (cursor-in-non-selected-windows):
4223 Replaces show-cursor-in-non-selected-windows.
4224
4225 2001-03-31 Kenichi Handa <handa@etl.go.jp>
4226
4227 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4228 Delete entries for "chinese-py" and "chinese-ziranma".
4229 (quail-misc-package-ext-info): New variable.
4230 (tsang-quick-converter): New function.
4231 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4232 (quick-cns-converter, py-converter, ziranma-converter)
4233 (miscdic-convert, batch-miscdic-convert): New functions.
4234
4235 2001-03-30 Kenichi Handa <handa@etl.go.jp>
4236
4237 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4238 eight-bit-control chars.
4239
4240 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4241 Reduce making temporary vector (suggested by Dave Love).
4242
4243 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4244
4245 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4246 string as well.
4247
4248 2001-03-30 Andreas Schwab <schwab@suse.de>
4249
4250 * files.el (backup-directory-alist): Fix typo.
4251
4252 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4253
4254 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4255 <eggert@twinsun.com>.
4256
4257 2001-03-30 Dave Love <fx@gnu.org>
4258
4259 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4260
4261 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4262
4263 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4264
4265 2001-03-30 Miles Bader <miles@gnu.org>
4266
4267 * subr.el (interactive-form): Fix paren typo.
4268
4269 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4270
4271 * emacs-lisp/profile.el: Say that it's obsolete in the header
4272 line, so that finder.el puts that into its data-base.
4273 Suggested by Alex Schroeder <alex@gnu.org>.
4274
4275 2001-03-29 Paul Eggert <eggert@twinsun.com>
4276
4277 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4278 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4279
4280 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4281
4282 * generic.el (generic-mode-set-comments): Use "" rather than nil
4283 for comment-end.
4284
4285 2001-03-29 Gerd Moellmann <gerd@gnu.org>
4286
4287 * emacs-lisp/advice.el (ad-make-advised-definition):
4288 Call interactive-form to obtain the interactive spec of subrs.
4289
4290 * subr.el (interactive-form): New function.
4291
4292 2001-03-29 Andre Spiegel <spiegel@gnu.org>
4293
4294 * vc-sccs.el (vc-sccs-register): Use relative file names.
4295
4296 2001-03-28 Gerd Moellmann <gerd@gnu.org>
4297
4298 * bookmark.el (bookmark-get-bookmark): Handle case that
4299 BOOKMARK is not a string.
4300
4301 * image.el (image-type-regexps): Change type for PS files
4302 to `postscript'.
4303
4304 * subr.el (read-passwd): Clear command history after each
4305 character entered. From: Stephen Gildea
4306 <gildea@stop.mail-abuse.org>.
4307
4308 2001-03-27 Kenichi Handa <handa@etl.go.jp>
4309
4310 * international/kkc.el (kkc-save-init-file): Locally bind
4311 print-length to nil.
4312
4313 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4314
4315 * textmodes/flyspell.el: Some doc fixes.
4316 (flyspell-maybe-correct-transposition)
4317 (flyspell-maybe-correct-doubling): Use a temporary buffer
4318
4319 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4320
4321 * emacs-lisp/byte-opt.el (byte-optimize-while)
4322 (byte-optimize-form-code-walker): Diagnose too few arguments
4323 for `if' and `while'.
4324
4325 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4326
4327 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4328 Prepend `\' to "\<quail-translation-docstring>".
4329
4330 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4331
4332 * autorevert.el (global-auto-revert-non-file-buffers):
4333 Remove duplicate defcustom.
4334
4335 2001-03-26 Miles Bader <miles@gnu.org>
4336
4337 * international/latin1-disp.el (latin1-char-displayable-p):
4338 Add leading "-" for X font pattern.
4339
4340 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4341
4342 * international/mule-diag.el (describe-coding-system):
4343 For raw-text and emacs-mule, don't add anymore text about what
4344 charsets they can encode.
4345
4346 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4347
4348 * help.el (view-lossage): Mention open-dribble-file in the doc
4349 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4350
4351 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4352
4353 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4354 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4355
4356 2001-03-23 Kenichi Handa <handa@etl.go.jp>
4357
4358 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4359 Call ccl-execute-on-string directly so that CCL program handling
4360 multibyte sequence can work correctly.
4361 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4362 property of the coding system.
4363
4364 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4365
4366 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4367 Fix transcription typo.
4368
4369 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4370
4371 * whitespace.el: Add buffer local variables to toggle testing of
4372 whitespaces in buffers without affecting the default values.
4373 Bump version to 3.0 to account for a few other changes.
4374 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4375 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4376 (whitespace-toggle-spacetab-check): New functions.
4377
4378 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4379
4380 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4381
4382 2001-03-21 Gerd Moellmann <gerd@gnu.org>
4383
4384 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4385 bs-cycle-configuration-name. From Juanma Barranquero
4386 <lektu@uol.com.br>.
4387
4388 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4389 and cc-vars.el.
4390
4391 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4392 headers. Always invoke sendmail with option -t.
4393
4394 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4395
4396 * Release of cc-mode 5.28.
4397
4398 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4399
4400 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4401 Removed the hardcoded switch to "java" style in Java mode.
4402 It's instead taken care of by the default value for c-default-style.
4403
4404 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4405
4406 * cc-align.el (c-lineup-math): Fix bug where lineup was
4407 triggered by equal signs in string literals.
4408
4409 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4410
4411 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4412 limit detection when at the ends of the buffer.
4413
4414 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4415 "for" statement clause in case 7F; a better one is done
4416 earlier in case 7D anyway.
4417
4418 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4419
4420 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4421 somewhat more and did a small optimization.
4422
4423 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4424
4425 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4426 Use the limit argument only to limit the syntactic context
4427 search, not to limit the actual movement.
4428
4429 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4430 inside multiline strings, just like in comments. Also various
4431 fixes to the paragraph and comment prefix recognition, block
4432 comment ender handling etc.
4433
4434 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4435
4436 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4437 the relative position of the point.
4438
4439 * cc-cmds.el (c-electric-continued-statement): New function to
4440 use as abbrev hook to reindent for keywords such as "else"
4441 that continues an earlier statement.
4442
4443 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4444 like classes.
4445
4446 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4447 (pike-mode): Populate the default abbrev tables to reindent for
4448 keywords such as "else" that can continue earlier statements.
4449 Abbrev mode is therefore turned on by default now. (Note that
4450 this doesn't apply to idl-mode, since IDL afaik doesn't have
4451 statements at all.)
4452
4453 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4454
4455 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4456 bracelists where the declaration contains template arguments.
4457
4458 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4459
4460 * cc-cmds.el (c-comment-indent):
4461 Use `c-get-syntactic-indentation' to correctly calculate the
4462 syntactic indentation. Fixes bug with lineup functions that
4463 return vectors.
4464
4465 * cc-engine.el (c-get-syntactic-indentation): Split the
4466 indentation sum calculation from `c-indent-line' to a separate
4467 function.
4468
4469 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4470
4471 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4472 Fixed places where it was assumed that preprocessor directives
4473 have to start in column zero.
4474
4475 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4476 template arguments after a class identifier properly.
4477
4478 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4479 lists for `new Foo[]' constructs in Java as expressions and
4480 not top level definition brace lists on the top level, so that
4481 they'll get indented consistently with the same type of
4482 expression in a normal block.
4483
4484 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4485
4486 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4487 whether the adaptive filling package fails to keep the comment
4488 prefix is now kludged further to check for filladapt-mode
4489 which doesn't have that problem. This is really icky, but it's
4490 the only way that works with the current misfeatures/bugs in
4491 both adaptive-fill-mode and filladapt-mode.
4492
4493 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4494 around point is recognized more robust.
4495
4496 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4497
4498 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4499 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4500 (c-lit-type): Fixed all internal variables used dynamically so
4501 that they are always bound.
4502
4503 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4504 errors:
4505
4506 (c-indent-region): Fixed reporting of syntactic errors so that
4507 the region is fully reindented even when an error occurs.
4508 The last syntactic error is printed afterwards. Also cleanup up a
4509 whole lot of code that tried to optimize indentation of whole
4510 sexps but in reality accomplishes nothing.
4511
4512 (c-indent-sexp): Use c-indent-region.
4513
4514 (c-parsing-error): Changed this variable to hold the message
4515 for any syntactic error that is discovered.
4516
4517 (c-parse-state): Search backward from point instead of the bod
4518 position when the latter is invalid. This makes CC Mode
4519 recover faster when there are unbalanced close braces.
4520
4521 (c-backward-to-start-of-if): Use c-parsing-error to report
4522 dangling "else" clauses instead of throwing an error, and fall
4523 back to a reasonable position.
4524
4525 (c-indent-line): Added argument to avoid reporting syntactic errors.
4526
4527 (c-show-syntactic-information): Don't report any syntactic errors.
4528
4529 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4530
4531 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4532 paragraph recognition when moving by sentence in literals.
4533
4534 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4535 start regexp for javadoc to recognize javadoc markup in general instead
4536 of a specific set of keywords, to be more future-safe.
4537
4538 (c-Pike-pikedoc-paragraph-start)
4539 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4540 pikedoc markup.
4541
4542 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
4543
4544 (pike-mode): Initialize paragraph settings pikedoc recognition.
4545
4546 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4547
4548 (c-comment-prefix-regexp): Made it possible to use an
4549 association list on this to specify mode specific regexps.
4550 The default value now use a special regexp in Pike mode to
4551 recognize pikedoc markup.
4552
4553 (c-current-comment-prefix): New variable containing the actual
4554 regexp from c-comment-prefix-regexp for the current buffer.
4555
4556 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4557
4558 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4559 lists: We can't look at the syntax, since a brace list can get
4560 recognized as a plain statement-cont.
4561
4562 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4563 special brace list opener broken over two lines got recognized
4564 as a statement on the second line. Case 9A changed.
4565
4566 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4567
4568 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4569 adjustment after line is reindented.
4570
4571 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4572
4573 * cc-defs.el (c-point): Added optional argument for position
4574 to use instead of the current point.
4575
4576 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4577 the in-expression block symbols when the construct starts at
4578 boi, to avoid the extra level of indentation in that case.
4579 Cases 4, 16A and 17E affected.
4580
4581 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4582
4583 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
4584 calls to `c-indent-line', to adhere better to Emacs conventions.
4585
4586 * cc-engine.el (c-indent-line): Use the syntax already bound
4587 to `c-syntactic-context', if there is any.
4588
4589 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4590
4591 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4592 wasn't added up correctly when a lineup function returned nil.
4593
4594 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4595
4596 * cc-engine.el (c-collect-line-comments): Fixed bug where
4597 empty lines were ignored when collecting line comments backwards.
4598
4599 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4600
4601 * cc-align.el (c-lineup-dont-change): Return an absolute
4602 indentation column to work correctly in the case when several
4603 syntactic elements are processed for the same line.
4604
4605 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4606 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4607 (c-set-offset): Added absolute indentation column settings by
4608 using the vector type.
4609
4610 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4611
4612 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4613 Implemented two new cleanups `space-before-funcall' and
4614 `compact-empty-funcall'.
4615
4616 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4617
4618 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4619 helping building regexps.
4620
4621 * cc-engine.el (c-on-identifier): New function for detecting
4622 identifiers. It takes keywords into account.
4623
4624 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4625 lists. `c-keywords' is set to a regexp matching all keywords
4626 in the current language.
4627
4628 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4629
4630 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4631 list of characters to skip backwards over at the beginning of
4632 a statement, since it can precede string literals in Pike.
4633
4634 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4635
4636 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4637 recognition when standing on the last line in a C++ comment
4638 with nothing but whitespace after the prefix.
4639
4640 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4641 given no limit argument.
4642
4643 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4644
4645 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4646 recognition for the `[]= operator symbol in Pike.
4647
4648 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4649
4650 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4651 around a bug in `eval-when-compile' in the byte compiler.
4652
4653 * cc-engine.el (c-forward-token-1): Fixed bug with return
4654 value when count is zero and there's no token start within the limit.
4655
4656 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4657 "prefix comments", i.e. comments which are followed by code on
4658 the same line.
4659
4660 * cc-mode-19.el: Fixes so that checks that must be done at
4661 compile time also are done then.
4662
4663 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4664
4665 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4666 time and at runtime, and only when it's needed.
4667
4668 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4669
4670 Major cleanup for less error prone and more warning free
4671 compilation, including some fixes for bugs due to different
4672 compilation orders. Thanks to Martin Buchholz for providing
4673 the basis for all this.
4674
4675 * cc-bytecomp.el: New file that provides some byte compilation
4676 features: It ensures that files always are loaded from the
4677 current source directory during compilation, and it provides a
4678 set of macros to turn off specific compiler warnings for
4679 specific symbols. (It's not CC Mode specific in any way.)
4680
4681 Fixed a nearly acyclic dependency tree (both runtime and
4682 compile-time) between all files.
4683
4684 * cc-defs.el: Separated all macros before the inline functions,
4685 to ensure correct compilation.
4686
4687 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4688 cc-defs.el to cc-engine.el and made it a function instead.
4689
4690 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4691 about char-after.
4692
4693 * cc-vars.el: Cope even when there isn't a custom package
4694 containing defcustom available.
4695
4696 * cc-make.el: Removed since it's no longer necessary.
4697
4698 README: Updated installation instructions.
4699
4700 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4701
4702 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4703 improve the modularity: Moved all mode init stuff from
4704 cc-langs.el to cc-mode.el, including the keymap
4705 initialization; cc-langs now only contains the various
4706 variables for configuring the language syntax.
4707
4708 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4709 (c-get-offset): Moved from cc-styles to cc-engine since file
4710 dependency analysis suggests they belong there (which also
4711 makes more sense). Thanks to Martin Buchholz for doing the analysis.
4712
4713 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4714
4715 * cc-cmds.el (c-fn-region-is-active-p): New function that
4716 wraps the corresponding macro, for use in places that aren't
4717 compiled. Thanks to Martin Buchholz for pointing out this.
4718
4719 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
4720
4721 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4722 add things to the bug report.
4723
4724 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4725
4726 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4727 returned prefix could contain a newline when the search for a
4728 good prefix line failed.
4729
4730 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4731
4732 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4733 (c-toggle-auto-hungry-state): Made the argument optional, as
4734 the documentation says it is.
4735
4736 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4737
4738 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4739 multiline string syntax, #"...", as a cpp macro.
4740
4741 2001-03-21 Paul Eggert <eggert@twinsun.com>
4742
4743 * international/mule-cmds.el (set-locale-environment):
4744 Set system-messages-locale and system-time-locale, but only if the
4745 caller specifies a non-nil locale name.
4746
4747 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4748
4749 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
4750 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
4751
4752 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4753
4754 * follow.el (follow-avoid-tail-recenter): Doc fix.
4755
4756 * custom.el (custom-set-variables): Avoid reversing the list
4757 of args needlessly.
4758
4759 * startup.el (fancy-splash-head): Don't change the colors of the
4760 XPM image on a dark background.
4761
4762 * comint.el (comint-exec-1): Set columns of the terminal to
4763 window-width instead of frame-width.
4764
4765 * info.el (Info-scroll-down): Add missing WINDOW arg for
4766 pos-visible-in-window-p.
4767
4768 * ehelp.el (electric-help-mode-hook): Add defcustom.
4769
4770 * mail/sendmail.el (mail-mode): Activate case-folding in
4771 font-lock-defaults.
4772
4773 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4774
4775 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4776 (completion-ignored-extensions): Remove duplicate ".class".
4777
4778 2001-03-19 Andreas Schwab <schwab@suse.de>
4779
4780 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4781 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4782
4783 2001-03-19 Gerd Moellmann <gerd@gnu.org>
4784
4785 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4786 methods since there are not prefix input methods.
4787
4788 2001-03-19 Kenichi Handa <handa@etl.go.jp>
4789
4790 * international/mule-cmds.el (read-input-method-name):
4791 Locally bind enable-recursive-minibuffers to t.
4792
4793 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4794
4795 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4796
4797 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
4798
4799 * ediff-util.el: Copyright years.
4800 (ediff-choose-syntax-table): New function.
4801 (ediff-setup): Use ediff-choose-syntax-table.
4802
4803 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4804 with-syntax-table.
4805
4806 * ediff.el: Date of last update, copyright years.
4807
4808 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4809
4810 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4811 of Scott Bronson.
4812 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4813 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4814 Deleted functions.
4815 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4816 ex-token-list.
4817
4818 * viper-util.el: Spaces, indentation.
4819
4820 * viper.el: Changed version, modification time.
4821
4822 2001-03-16 John Wiegley <johnw@gnu.org>
4823
4824 * calendar/timeclock.el (timeclock-workday-remaining):
4825 Check whether `discrep' is non-null before using it.
4826
4827 2001-03-16 John Wiegley <johnw@gnu.org>
4828
4829 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4830 first-time checkins.
4831 (timeclock-log-data): Fixed problem with reading timelog log file.
4832 Resulting data in the "day list" was incorrect.
4833 (timeclock-find-discrep): Check if `timeclock-file' is readable
4834 before opening it.
4835 (timeclock-time-less-p): New function.
4836 (timeclock-day-base): New function.
4837 (timeclock-geometric-mean): New function.
4838 (timeclock-generate-report): Generate a summary report based on
4839 the contents of the log file. This uses `timeclock-log-data', and
4840 is an example of writing a timelog manipulation function.
4841 (timeclock-visit-timelog): A quick command for opening the timelog
4842 file.
4843 (timeclock-log-data): Bound the variable event.
4844
4845 2001-03-16 Kenichi Handa <handa@etl.go.jp>
4846
4847 * international/mule-cmds.el (select-safe-coding-system):
4848 Fix typo: symbol-name -> symbol-value.
4849
4850 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4851 before substitute-in-file-name to handle double slashes in FILE
4852 correctly.
4853
4854 2001-03-15 Gerd Moellmann <gerd@gnu.org>
4855
4856 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4857 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4858
4859 2001-03-14 Gerd Moellmann <gerd@gnu.org>
4860
4861 * bindings.el (features): Add `md5' and `overlay' to the list.
4862
4863 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4864 bound before using it. It's not bound when configured without X,
4865 for instance.
4866
4867 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4868
4869 * progmodes/hideshow.el: Update copyright.
4870 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
4871 (hs-minor-mode-hook): Include `:version' in defcustom form.
4872
4873 2001-03-13 Gerd Moellmann <gerd@gnu.org>
4874
4875 * help.el (string-key-binding): Don't call event-start on
4876 a non-list.
4877
4878 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4879
4880 * startup.el (fancy-splash-tail, command-line-1): Fix the
4881 copyright year.
4882
4883 2001-03-13 Kenichi Handa <handa@etl.go.jp>
4884
4885 * term.el: These changes are based on a patch sent from Yong Lu
4886 <lyongu@yahoo.com>.
4887 (term-set-escape-char): Bind M-x to execute-extended-command in
4888 term-raw-escape-map.
4889 (term-move-columns): Don't try to move to negagive column.
4890 (term-emulate-terminal): Insert a string before deleting a text to
4891 overwrite.
4892
4893 2001-03-12 Gerd Moellmann <gerd@gnu.org>
4894
4895 * play/life.el (life): Rearrange code so that all calls to
4896 life-display-generation are in a catch-form.
4897
4898 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4899 file that isn't interesting. In an interesting file, push the old
4900 value of point on the mark ring.
4901
4902 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4903 New function.
4904 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4905 Use it.
4906
4907 * emacs-lisp/autoload.el (generate-file-autoloads):
4908 Remove warning about line lengths.
4909
4910 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4911
4912 * progmodes/etags.el (tags-compression-info-list): New variable.
4913 (find-tag-in-order): Use it to deal with compressed source files.
4914 (tag-file-name-match-p): New function.
4915 (etags-recognize-tags-table): Use it for better match of file names.
4916
4917 2001-03-12 Kenichi Handa <handa@etl.go.jp>
4918
4919 * international/mule-cmds.el (register-input-method): Doc fix.
4920
4921 * international/quail.el (quail-translate-key): Fix condition to
4922 check if there's another breaking point in the current key.
4923
4924 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4925
4926 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4927 Babyl header to the newly-created output file, bind
4928 coding-system-for-write to either rmail-file-coding-system or
4929 emacs-mule-unix.
4930
4931 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4932
4933 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4934 Fix the name and regexp used for subsubsections.
4935
4936 2001-03-10 Dave Love <fx@gnu.org>
4937
4938 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4939 and save-buffer if buffer-file-name non-nil. From rms.
4940
4941 2001-03-10 Andre Spiegel <spiegel@gnu.org>
4942
4943 * vc.el (vc-do-command): If the destination buffer is already
4944 current, don't set it up and don't erase it. Updated doc string
4945 to reflect that.
4946 (vc-version-diff): When doing a single file diff, don't switch to the
4947 *vc-diff* buffer before the command. This is to preserve local
4948 variable bindings that might affect the diff command.
4949 (vc-print-log): Don't switch to the *vc* buffer before the
4950 command, so that local variable bindings are preserved.
4951
4952 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
4953 not the current buffer.
4954 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4955
4956 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
4957 make output go to buffer *vc*, not the current buffer.
4958
4959 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
4960
4961 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4962 so ^, $, *, ? and + are interpreted correctly.
4963
4964 2001-03-09 Gerd Moellmann <gerd@gnu.org>
4965
4966 * help.el (string-key-binding): Renamed from
4967 mode-line-key-binding. Handle any event on a string.
4968 Check for `keymap' properties as well as `local-map' properties.
4969
4970 * comint.el (comint-insert-clicked-input): Use the last key
4971 from this-command-keys to lookup the global key definition.
4972
4973 2001-03-09 Kenichi Handa <handa@etl.go.jp>
4974
4975 * international/characters.el: Add category `j' for
4976 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4977
4978 * international/mule-conf.el (no-conversion): Fix docstring.
4979 (raw-text): Fix docstring.
4980
4981 2001-03-08 Gerd Moellmann <gerd@gnu.org>
4982
4983 * simple.el (choose-completion-string): When not leaving the
4984 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4985 is set.
4986
4987 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4988 parameter `(minibuffer . t)'.
4989
4990 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4991
4992 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4993 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4994 (sh-mode): Remove `make-local-variable' for unused var
4995 `font-lock-unfontify-region-function'.
4996
4997 2001-03-07 Richard M. Stallman <rms@gnu.org>
4998
4999 * info.el (Info-scroll-down): Fix previous change.
5000
5001 * mail/rmail.el (rmail-toggle-header): Use a window which
5002 is showing the Rmail buffer, rather than the selected window.
5003
5004 2001-03-07 Dave Love <fx@gnu.org>
5005
5006 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5007 now, to avoid problems with binding imenu directly to a mouse event.
5008
5009 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5010
5011 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5012 second arg t.
5013
5014 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5015
5016 * log-edit.el (log-edit-common-indent): New var.
5017 (log-edit-set-common-indentation): Renamed from
5018 log-edit-delete-common-indentation. Use the new var.
5019 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5020
5021 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5022 (cvs-mode-add-change-log-entry-other-window):
5023 Don't presume change-log-default-name is defined.
5024
5025 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5026
5027 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5028 the "tree" operation as well.
5029
5030 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5031
5032 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5033 to match paragraph-start.
5034
5035 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5036 comment-start-skip and set comment-end-skip as well.
5037 (sgml-comment-indent): Fix for new value of comment-start-skip.
5038 (html-autoview-mode): Don't bother using make-local-hook.
5039
5040 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5041
5042 * cus-edit.el (custom-save-delete): Move in front of local
5043 variables, otherwise long Custom entries would make them ineffective.
5044
5045 * uniquify.el: Set maintainer to FSF.
5046
5047 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5048
5049 * dired-aux.el (dired-do-shell-command): Doc fix.
5050
5051 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5052
5053 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5054
5055 * which-func.el (which-func-modes): Add cperl-mode.
5056 (which-func-mode-global): Use define-minor-mode.
5057
5058 * info-look.el: Docstring fixes and dead code eliminated.
5059 (cperl-mode): Add support.
5060 (emacs-lisp-mode): List all entries from elisp manual, whether
5061 or not they are currently (f)bound or not. Update regexp.
5062
5063 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5064
5065 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5066 so that C-h m shows the correct information.
5067 Use make-local-variable rather than make-variable-buffer-local.
5068 (cperl-info-buffer, cperl-setup-tmp-buf):
5069 Use make-local-variable rather than make-variable-buffer-local.
5070 (cperl-msb-fix, cperl-get-help-defer):
5071 Check major-mode for `cperl-mode' as well.
5072
5073 * progmodes/cperl-mode.el: Updated to author version 4.23.
5074 (cperl-electric-pod): SYNOPSIS was misspelled.
5075 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5076 (cperl-after-expr-p): Make true after __END__.
5077
5078 2001-03-06 Gerd Moellmann <gerd@gnu.org>
5079
5080 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
5081 bookmark-completion-ignore-case is t.
5082
5083 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5084 switch, like xterm, and concat resource strings, with a newline
5085 between them.
5086
5087 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5088
5089 * international/codepage.el (cp770-decode-table)
5090 (cp773-decode-table, cp774-decode-table): New variables.
5091
5092 * man.el (Man-hyphenated-reference-regexp): New variable.
5093 (Man-build-references-alist): Use it to search for referenced
5094 manpages. If hyphenated is non-nil, record a concatenated word in
5095 Man-refpages-alist only if it matches Man-reference-regexp.
5096 Update word's length when it is concatenated. Reverse the list,
5097 to get the first manpage at the head.
5098 (Man-possibly-hyphenated-word): New function.
5099 (Man-follow-manual-reference): Use it instead of current-word to
5100 find a manpage at point, in a way that accounts for hyphenated
5101 references.
5102
5103 2001-03-06 Alex Schroeder <alex@gnu.org>
5104
5105 * sql.el (sql-interbase): New function.
5106 (sql-interbase-program): New option.
5107 (sql-interbase-options): New option.
5108 And some typos fixed: "customise" to "customize".
5109
5110 2001-03-06 Dave Love <fx@gnu.org>
5111
5112 * textmodes/flyspell.el (flyspell-region):
5113 Set up flyspell-local-mouse-map.
5114
5115 2001-03-05 Richard M. Stallman <rms@gnu.org>
5116
5117 * mail/rmail.el (rmail-retry-failure):
5118 Don't call rmail-beginning-of-message.
5119 Don't discard From: field. Do discard Received: field.
5120 Use unwind-protect to re-prune.
5121 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
5122
5123 2001-03-06 Kenichi Handa <handa@etl.go.jp>
5124
5125 * international/quail.el (quail-title): Add autoload cookie.
5126
5127 2001-03-05 Dave Love <fx@gnu.org>
5128
5129 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5130 new defs.
5131
5132 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5133
5134 * language/ethio-util.el (ethio-toggle-space):
5135 Update current-input-method-title if necessary.
5136 (ethio-toggle-punctuation): Likewise.
5137
5138 * international/quail.el (quail-title): Fix for the case that a
5139 title of an input method is specified by a list of the same form
5140 as used in mode-line-format.
5141
5142 * international/mule-cmds.el (activate-input-method):
5143 If current-input-method-title is set by activating INPUT-METHOD,
5144 respect that value.
5145
5146 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5147
5148 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5149
5150 2001-03-05 Alex Schroeder <alex@gnu.org>
5151
5152 * sql.el (sql-sybase): Fix typo (was: query user about server two
5153 times instead of server and database).
5154
5155 * sql.el (sql-sybase): Doc change.
5156 (sql-mysql): Doc change.
5157 (sql-postgres): Doc change.
5158
5159 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5160
5161 * international/mule-conf.el (emacs-mule, raw-text):
5162 Docstring modified.
5163
5164 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5165
5166 * term/internal.el: Update copyright notice.
5167
5168 * term/pc-win.el: Update copyright notice.
5169
5170 2001-03-02 Dave Love <fx@gnu.org>
5171
5172 * files.el (insert-file-contents-literally):
5173 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5174 not jka-compr-compression-info-list.
5175
5176 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5177
5178 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5179 spaces in default comment-start-skip settings rather than \s-.
5180
5181 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5182
5183 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5184 default-frame-alist as well.
5185
5186 2001-03-01 Dave Love <fx@gnu.org>
5187
5188 * textmodes/reftex.el (defvar): Wrap some defvars in
5189 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5190
5191 * subr.el (event-basic-type): Doc fix.
5192
5193 * international/quail.el: Doc fixes.
5194
5195 * international/utf-8.el: Doc fixes.
5196
5197 * international/mule-cmds.el: Doc fixes.
5198 (leim-list-header): Fix header text.
5199
5200 * international/mule.el (coding-system-category): Doc fix.
5201
5202 * international/ccl.el (ccl-compile): Doc fix.
5203
5204 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5205
5206 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5207 rather than (before|after)-change-functions.
5208
5209 2001-03-01 Gerd Moellmann <gerd@gnu.org>
5210
5211 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5212 scroll-left and scroll-right being called interactively so that
5213 they set the window's min_hscroll.
5214
5215 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5216
5217 * info.el (info-insert-file-contents-1): Accept an additional
5218 argument `lfn': if it is non-nil, concatenate `filename' and
5219 `suffix'; otherwise use the complicated MS-DOS code.
5220 All callers changed.
5221 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5222 can access long file names, try the long file-name version of
5223 `info-insert-file-contents-1', then the short file-name version.
5224
5225 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
5226
5227 * language/ethio-util.el (setup-ethiopic-environment-internal):
5228 Change bindings of functions keys to conform to "Emacs Lisp Coding
5229 Convention".
5230
5231 * language/ethiopic.el ("Ethiopic"): Add documentation.
5232
5233 2001-02-28 Kenichi Handa <handa@etl.go.jp>
5234
5235 * international/utf-8.el (mule-utf-8): Set coding-category
5236 property to coding-category-utf-8.
5237
5238 2001-02-27 Richard M. Stallman <rms@gnu.org>
5239
5240 * lpr.el (lpr-page-header-switches, print-region-1):
5241 Undo 2000-07-06 change.
5242 (lpr-add-switches): Default to t on gnu/linux.
5243
5244 2001-02-27 Gerd Moellmann <gerd@gnu.org>
5245
5246 * bs.el (bs-attributes-list): Doc fix.
5247
5248 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5249
5250 * help.el (describe-project): Display the file THE-GNU-PROJECT.
5251
5252 * help.el (view-order-manuals): Use goto-address.
5253
5254 * startup.el (command-line-1): Add info about ordering manuals
5255 to the not so fancy splash screens.
5256
5257 2001-02-26 Andre Spiegel <spiegel@gnu.org>
5258
5259 * vc.el (vc-default-workfile-unchanged-p)
5260 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
5261
5262 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5263
5264 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
5265 fontify in the right buffer.
5266
5267 * allout.el (outline-flag-region): Move macro in front of first
5268 use to avoid a run-time error.
5269
5270 2001-02-24 Andrew Innes <andrewi@gnu.org>
5271
5272 * makefile.w32-in: Fix copyright notice.
5273
5274 2001-02-24 Kenichi Handa <handa@etl.go.jp>
5275
5276 * international/utf-8.el (mule-utf-8): Set correct value for
5277 valid-codes property.
5278
5279 * international/fontset.el (x-complement-fontset-spec): In the
5280 case that we use ASCII font for the other charsets, use only
5281 family and registry part of it.
5282
5283 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5284
5285 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5286 (shrink-window-if-larger-than-buffer): Doc fix.
5287
5288 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5289
5290 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5291 predicate passed to completing-read.
5292
5293 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5294
5295 * startup.el (command-line): Fix last change.
5296
5297 2001-02-23 Jason Rumney <jasonr@gnu.org>
5298
5299 * startup.el (tool-bar-originally-present): New variable.
5300 (command-line): Set it if the tool-bar is switched on at startup.
5301
5302 * frame.el (frame-notice-user-settings): Only adjust frame height
5303 for no tool-bar case if tool-bar was originally switched on.
5304 From E. Jay Berkenbilt.
5305
5306 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5307
5308 * server.el (server-switch-buffer): Only switch window if the
5309 current one is dedicated.
5310
5311 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5312 rather than using (match-beginning 0) when searching for break point.
5313
5314 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5315
5316 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5317 @ follows an accent command such as @'. Support optional braces
5318 in commands that insert accents, like makeinfo does.
5319
5320 2001-02-22 Gerd Moellmann <gerd@gnu.org>
5321
5322 * startup.el (fancy-splash-text): Add a line for ordering
5323 manuals. Reverse order of splash screens shown.
5324 (use-fancy-splash-screens-p): Adapt to the text line added.
5325
5326 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5327 manuals from the FSF.
5328
5329 * help.el (view-order-manuals): New function.
5330 (toplevel): Bind C-h C-m to this function.
5331
5332 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5333
5334 * newcomment.el (comment-forward): Skip the comment-start before
5335 searching for the comment-end.
5336
5337 2001-02-21 Dave Love <fx@gnu.org>
5338
5339 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5340
5341 * international/mule-cmds.el, international/mule.el: Doc fixes.
5342
5343 2001-02-21 Gerd Moellmann <gerd@gnu.org>
5344
5345 * startup.el (fancy-splash-screens): Use display-hourglass
5346 instead of display-busy-cursor.
5347
5348 * frame.el (display-hourglass): Renamed from busy-cursor.
5349 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5350 (show-cursor-in-non-selected-windows): Doc fix.
5351
5352 2001-02-20 Dave Love <fx@gnu.org>
5353
5354 * international/utf-8.el: Doc and commentary fixes.
5355
5356 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5357
5358 * ehelp.el (with-electric-help): Doc fix.
5359
5360 2001-02-20 Gerd Moellmann <gerd@gnu.org>
5361
5362 * msb.el (msb-mode): Call the update-buffers function explicitly
5363 with a FORCE argument.
5364
5365 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5366 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5367 returns nil.
5368
5369 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5370
5371 * ps-print.el: Timestamp package replacement. Some enhancements.
5372 Some XEmacs compatibility. Doc fix.
5373 (ps-print-version): New version number (6.4).
5374 (ps-printer-name): Initialization fix.
5375 (ps-zebra-stripe-follow): Funcionality enhancement.
5376 (ps-prologue-file): Code enhancement.
5377 (ps-right-header): Timestamp package replacement.
5378 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5379 (ps-get-page-dimensions)
5380 (ps-generate-header, ps-begin-file, ps-begin-job)
5381 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5382 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5383 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5384 (coding-system-for-write): Var declaration (XEmacs compatibility).
5385
5386 2001-02-20 Miles Bader <miles@gnu.org>
5387
5388 * image-file.el (image-file-name-extensions): Add "tif".
5389
5390 2001-02-19 Gerd Moellmann <gerd@gnu.org>
5391
5392 * wid-edit.el (widget-button-click): Save the selected window
5393 around the code handling clicks on buttons.
5394
5395 2001-02-18 Dave Love <fx@gnu.org>
5396
5397 * imenu.el (imenu--generic-function): Use mapc to iterate over
5398 syntax characters.
5399
5400 2001-02-17 Richard M. Stallman <rms@gnu.org>
5401
5402 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5403
5404 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5405
5406 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5407
5408 * mouse.el (mouse-save-then-kill): If the distance from the new
5409 point to the mark is equal to the distance of point from the new
5410 point, move point instead of the mark.
5411
5412 2001-02-16 Dave Love <fx@gnu.org>
5413
5414 * textmodes/flyspell.el (flyspell-get-word): Return string without
5415 properties.
5416
5417 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5418
5419 * generic.el (generic-find-file-regexp): Doc fix.
5420 (generic-ignore-files-regexp): New defcustom.
5421 (generic-mode-find-file-hook): If the file's name matches the
5422 regexp in `generic-ignore-files-regexp', don't enter
5423 default-generic-mode. Doc fix.
5424
5425 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5426
5427 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
5428 Add autoload cookies.
5429
5430 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
5431 of cal-tex-24.
5432
5433 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5434
5435 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5436
5437 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5438 the character class after the (optional) drive, to support file
5439 names with embedded blanks.
5440
5441 2001-02-15 Sam Steingold <sds@gnu.org>
5442
5443 * textmodes/tex-mode.el (tex-shell-running):
5444 Check the process buffer too.
5445
5446 2001-02-15 Dave Love <fx@gnu.org>
5447
5448 * battery.el (battery-status-function): Fix doc, :type.
5449
5450 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
5451
5452 2001-02-15 Gerd Moellmann <gerd@gnu.org>
5453
5454 * subr.el (read-passwd): Clear Lisp memory holding password.
5455
5456 2001-02-15 Miles Bader <miles@gnu.org>
5457
5458 * info.el (Info-copy-current-node-name): New function.
5459 (Info-mode-menu): Add it to the menu.
5460
5461 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5462
5463 * international/mule-cmds.el (toggle-input-method): Doc fix.
5464
5465 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5466
5467 * replace.el (occur): Stop at end of buffer.
5468
5469 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5470
5471 * international/mule-cmds.el (set-input-method): Another doc fix.
5472
5473 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5474
5475 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5476
5477 2001-02-13 Miles Bader <miles@gnu.org>
5478
5479 * faces.el (set-face-background, set-face-foreground)
5480 (set-face-stipple): Treat a value of nil as being `unspecified'.
5481
5482 2001-02-12 Dave Love <d.love@dl.ac.uk>
5483
5484 * international/latin1-disp.el: Doc fixes.
5485 (latin1-display) <defgroup>: Add :link.
5486 (latin1-display) <function>: Set variable latin1-display.
5487
5488 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5489
5490 * international/mule-cmds.el (set-input-method): Doc fix.
5491
5492 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5493
5494 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5495 (speedbar-line-file): Return nil if not a file.
5496 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5497
5498 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
5499
5500 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5501 for remote files.
5502 (ediff-coding-system-for-read): Replaced the no-conversion default
5503 with raw-text.
5504
5505 * ediff-init.el: Removed :version from defcustom vars.
5506
5507 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5508 Better handling of the diff mode.
5509
5510 * ediff.texi: Added ediff-coding-system-for-read.
5511
5512 * viper.texi: Fix typos.
5513
5514 2001-02-11 Dave Love <fx@gnu.org>
5515
5516 * shadowfile.el: Doc fixes.
5517 (shadow) <defgroup>: Add :link.
5518 (shadowfile-unload-hook): New function.
5519 (shadow-initialize): Use defalias, not fset.
5520 (shadow-define-cluster, shadow-define-literal-group)
5521 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
5522
5523 * international/mule.el: Doc and message fixes.
5524
5525 * international/ccl.el (define-ccl-program): Doc fix.
5526
5527 2001-02-11 Kenichi Handa <handa@etl.go.jp>
5528
5529 * faces.el (mode-line): Set :line-width property to -1.
5530
5531 2001-02-10 Richard M. Stallman <rms@gnu.org>
5532
5533 * complete.el (partial-completion-mode): Doc fix.
5534
5535 * simple.el (delete-key-deletes-forward-mode):
5536 Change `let' to `let*' to fix gross bug in last change.
5537
5538 * repeat.el (repeat): Don't let execute-kbd-macro alter
5539 real-last-command.
5540
5541 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5542
5543 * simple.el (eval-expression): Doc fix.
5544
5545 2001-02-09 Dave Love <fx@gnu.org>
5546
5547 * imenu.el (imenu-generic-expression): Doc fix.
5548
5549 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5550 From Juanma Barranquero.
5551
5552 * emacs-lisp/authors.el (authors): Expand `root' before running find.
5553
5554 2001-02-09 Kenichi Handa <handa@etl.go.jp>
5555
5556 * faces.el (set-face-attribute): Describe the case of a negative
5557 value specified for :line-width.
5558
5559 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5560
5561 * which-func.el (which-func-mode): Invert which-func-mode-global.
5562 From Juanma Barranquero <lektu@uol.com.br>.
5563
5564 2001-02-08 Dave Love <fx@gnu.org>
5565
5566 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5567 widget-plist-value-type.
5568 (widget-alist-convert-widget): Replace binding of
5569 widget-alist-value-type.
5570
5571 * textmodes/paragraphs.el (sentence-end): Doc fix.
5572
5573 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5574 Remove `backward-line'.
5575
5576 * play/pong.el (pong-blank-color, pong-bat-color)
5577 (pong-ball-color, pong-border-color, pong-left-key)
5578 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5579 (pong-pause-key, pong-resume-key, pong-timer-delay):
5580 * mail/mh-comp.el (mh-compose-letter-function):
5581 * eshell/esh-mode.el (eshell-skip-prompt-function):
5582 * emulation/viper-ex.el (ex-unix-type-shell-options):
5583 * recentf.el (recentf-menu-filter):
5584 * ps-print.el (ps-print-region-function):
5585 * lpr.el (print-region-function):
5586 * forms.el (forms-mode-hooks):
5587 * dirtrack.el (dirtrack-directory-change-hook):
5588 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5589 * textmodes/spell.el (spell-filter):
5590 * textmodes/fill.el (adaptive-fill-function):
5591 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5592 * progmodes/etags.el (find-tag-default-function):
5593 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
5594 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5595
5596 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5597
5598 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5599 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5600 Meyering <jim@meyering.net>.
5601
5602 * loadup.el: Revert last change.
5603
5604 2001-02-07 Kenichi Handa <handa@etl.go.jp>
5605
5606 * international/mule.el (transform-make-coding-system-args):
5607 Make it work also for coding systems not using CCL.
5608
5609 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5610
5611 * simple.el (previous-matching-history-element)
5612 (next-matching-history-element): Doc fix.
5613
5614 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5615 specific part.
5616
5617 2001-02-06 Dave Love <fx@gnu.org>
5618
5619 * add-log.el (add-log-current-defun-function)
5620 (add-log-buffer-file-name-function, add-log-file-name-function):
5621 Fix :type.
5622 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5623
5624 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5625
5626 * info.el (info-initialize): Remove the test for system-type when
5627 invocation-directory is non-nil.
5628
5629 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5630 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5631
5632 2001-02-06 Andrew Innes <andrewi@gnu.org>
5633
5634 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5635 absolute.
5636
5637 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5638
5639 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5640 buffers. When hi-lock turned on rather than only checking current
5641 buffer for regexps, all buffers are checked. Moved activation of
5642 font-lock to hi-lock-refontify. When font-lock turned off rather
5643 than removing added highlighting just in current buffer, remove it
5644 in all buffers. Changed edit menu text from "Automatic
5645 Highlighting" to "Regexp Highlighting" Documentation for
5646 highlighting phrases, minor documentation changes.
5647 (hi-lock-set-file-patterns): Execute only if there are new or
5648 existing file patterns.
5649 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5650 unfontify and, if a support mode is active, will not refontify the
5651 whole buffer. If necessary, turn on font lock. (Removed
5652 font-lock-unfontify and font-lock support-mode-specific calls,
5653 such as lazy-lock-fontify-window.)
5654 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5655 patterns are found. Not useful now since find-file-hook is removed
5656 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
5657 (hi-lock-face-phrase-buffer): New function. Also added related
5658 menu item and keybinding.
5659 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5660 (hi-lock-process-phrase): New function.
5661 (hi-lock-line-face-buffer): Doc fixes.
5662 (hi-lock-face-buffer): Doc fixes.
5663 (hi-lock-unface-buffer): Doc fixes.
5664
5665 2001-02-06 Gerd Moellmann <gerd@gnu.org>
5666
5667 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5668 dabbrev-ignored-regexps.
5669
5670 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5671
5672 * simple.el (kill-line): Doc fix.
5673
5674 2001-02-05 Dave Love <fx@gnu.org>
5675
5676 * loadup.el: Revert last two changes -- bootstrapping works with
5677 regenerated loaddefs.
5678
5679 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5680
5681 * isearch.el (isearch-forward): Doc fix.
5682
5683 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5684 of font-lock-defaults to backward-paragraph.
5685
5686 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5687
5688 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5689 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5690
5691 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5692
5693 * ebnf2ps.el: Eliminate time-stamp functions.
5694 (ebnf-version): New version (3.5).
5695 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5696 format-time-string.
5697
5698 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5699
5700 * simple.el (next-line): Goto end-of-line before inserting a newline.
5701
5702 2001-02-05 Miles Bader <miles@gnu.org>
5703
5704 * image-file.el (insert-image-file): When visiting an image, also
5705 set `truncate-lines' to t so that any fringe arrow looks correct.
5706
5707 2001-02-05 Kenichi Handa <handa@etl.go.jp>
5708
5709 * isearch.el (isearch-forward): Add description about input method
5710 in the docsting.
5711
5712 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5713
5714 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5715
5716 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5717
5718 * info.el (info-initialize): If installation-directory is nil, for
5719 DOS/Windows systems try looking in a sibling of invocation-directory.
5720
5721 2001-02-02 Gerd Moellmann <gerd@gnu.org>
5722
5723 * wid-edit.el (widget-button-click): Fix last change.
5724
5725 * frame.el (frame-notice-user-settings): When resizing the initial
5726 frame because the tool bar is off, also change the frame's top
5727 position if a negative top position was specified.
5728
5729 2001-02-02 Miles Bader <miles@gnu.org>
5730
5731 * image-file.el (insert-image-file): When visiting an image,
5732 suppress the cursor in the image buffer.
5733
5734 2001-02-01 Dave Love <fx@gnu.org>
5735
5736 * progmodes/f90.el (f90-mode): Remove startup message.
5737
5738 * vc-cvs.el: Remove autoloads. Require vc when compiling.
5739
5740 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5741
5742 * startup.el (command-line): Fix code determining whether or not
5743 to use delete-key-deletes-forward-mode.
5744
5745 2001-02-01 Andre Spiegel <spiegel@gnu.org>
5746
5747 * vc.el (vc-diff-switches): New user option.
5748 (vc-version-diff): Use it.
5749 (vc-diff-switches-list): New macro.
5750
5751 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5752 New customization options.
5753 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5754
5755 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5756
5757 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5758
5759 * msb.el (toplevel): Quote hook symbols.
5760
5761 2001-02-01 Kenichi Handa <handa@etl.go.jp>
5762
5763 * international/mule.el (make-coding-system): Add description
5764 about recognized properties in the docstring.
5765
5766 * international/mule-conf.el: Remove unused charsets
5767 mac-roman-lower and mac-roman-upper.
5768
5769 2001-01-31 Gerd Moellmann <gerd@gnu.org>
5770
5771 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5772 is in front of the left-margin, if any.
5773
5774 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5775 like `delete'.
5776
5777 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
5778
5779 * term/w32-win.el (mouse-set-font): Doc fix.
5780
5781 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
5782
5783 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5784 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5785 on already.
5786
5787 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
5788
5789 * files.el (save-buffer): Don't give message if (buffer-file-name)
5790 returns nil.
5791
5792 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5793
5794 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5795
5796 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5797 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5798
5799 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5800 display problems.
5801
5802 2001-01-31 Kenichi Handa <handa@etl.go.jp>
5803
5804 * international/mule.el (charset-info): Fix docstring.
5805
5806 * international/mule-diag.el (describe-character-set): Check final
5807 char valid before printing it.
5808
5809 2001-01-30 Gerd Moellmann <gerd@gnu.org>
5810
5811 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5812
5813 * frame.el (frame-notice-user-settings): Do the tool-bar
5814 stuff only for graphical displays. Fix a braino.
5815
5816 * frame.el (frame-initialize): Create initial frame visible.
5817 (frame-notice-user-settings): When tool-bar has been switched off,
5818 correct the frame size and sync tool-bar-mode.
5819
5820 * startup.el (command-line): Remove manipulation of frame
5821 height for tool bars.
5822
5823 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5824
5825 * lpr.el: Compatibility with XEmacs and doc fixes.
5826 (lpr-windows-system, lpr-lp-system): New vars.
5827 (lpr-printer-switch): New defcustom.
5828 (printer-name, lpr-command): Customization fix.
5829 (print-region-1): Code fix.
5830 (print-region-new-buffer, printify-region): Indentation fix.
5831 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5832 New functions.
5833
5834 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5835
5836 * msb.el (toplevel): Fix the eval-after-load.
5837
5838 2001-01-29 Dave Love <fx@gnu.org>
5839
5840 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5841
5842 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5843
5844 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
5845 (tcl-using-emacs-19-23): Consider Emacs 21+.
5846 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5847 (tcl-add-emacs-menu): Supply menu name.
5848 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5849
5850 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5851
5852 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5853
5854 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5855
5856 * pcvs.el (cvs-mark-fis-dead): New function.
5857 (cvs-mode-add): Use it.
5858 (cvs-mode-add-change-log-entry-other-window):
5859 Rebind change-log-default-name to itself rather than to nil.
5860
5861 2001-01-29 Sam Steingold <sds@gnu.org>
5862
5863 * vc-cvs.el: Replaced (require 'vc) with a bunch of
5864 `autoload' statements.
5865
5866 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5867
5868 * files.el (confirm-kill-emacs): Doc fix.
5869
5870 * frame.el (frame-initialize): Doc fix.
5871
5872 * time-stamp.el (time-stamp-string): Doc fix.
5873
5874 * woman.el (WoMan-log-1): Make the log buffer writable.
5875 From Markus Rost <rost@math.ohio-state.edu>.
5876
5877 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5878
5879 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5880 the `make-variable-buffer-local'.
5881
5882 2001-01-29 Dave Love <fx@gnu.org>
5883
5884 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
5885 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5886 Add autoload cookie.
5887 (ansi-color-apply-sequence): Fix typo.
5888
5889 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5890
5891 * menu-bar.el (menu-bar-files-menu): Add menu items for
5892 Postscript printing in black and white.
5893
5894 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5895 X-Mailman-Version, Precedence, List-Help, List-Post,
5896 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5897 Content-Type, Content-Length.
5898
5899 2001-01-29 Dave Love <fx@gnu.org>
5900
5901 * elide-head.el (elide-head): Make overlay evaporate.
5902
5903 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
5904
5905 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5906
5907 * isearch.el (isearch-highlight): Don't punt if the display
5908 doesn't support colors, since isearch faces are defined for
5909 monochrome displays as well.
5910
5911 2001-01-27 Sam Steingold <sds@gnu.org>
5912
5913 * shell.el (shell-write-history-on-exit): Make sure that we are in
5914 the shell buffer (M-x tex-file RET inserted the error message into
5915 the TeX buffer).
5916
5917 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5918
5919 * simple.el (transient-mark-mode): Doc fix.
5920
5921 2001-01-27 Gerd Moellmann <gerd@gnu.org>
5922
5923 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
5924
5925 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5926
5927 * shell.el (shell-unquote-argument): If the shell is one of the
5928 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5929 quote character.
5930 (shell-dumb-shell-regexp): Document that the shells which match
5931 this regexp are supposed to not treat a backslash as a quote character.
5932
5933 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
5934 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
5935
5936 2001-01-27 Richard M. Stallman <rms@gnu.org>
5937
5938 * dabbrev.el (dabbrev--substitute-expansion):
5939 Treat a one-capital-letter abbrev as "not all upper case",
5940 so as to force preservation of the expansion's pattern
5941 if the expansion starts with a capital letter.
5942
5943 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5944
5945 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5946 Doc fix.
5947
5948 * simple.el (transient-mark-mode): Document the fact that many
5949 commands act on the region when mark is active.
5950
5951 2001-01-27 Kenichi Handa <handa@etl.go.jp>
5952
5953 * international/quail.el (quail-setup-completion-buf): Make the
5954 multibyteness of current buffer inherited to Quail completion buffer.
5955 (quail-show-guidance-buf): Make the multibyteness of current
5956 buffer inherited to Quail guidance buffer.
5957 (quail-help): Make the multibyteness of current buffer inherited
5958 to Quail help buffer.
5959
5960 2001-01-26 Dave Love <fx@gnu.org>
5961
5962 * time-stamp.el: Doc fixes.
5963
5964 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
5965 (delphi-keyword-face, delphi-other-face): Fix :type.
5966
5967 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
5968
5969 * mail/feedmail.el (feedmail): Add :link.
5970 (feedmail-send-it): Doc fix.
5971
5972 * mail/sendmail.el: Doc fixes.
5973 (sendmail-send-it): Fix the non-ASCII regexp and use
5974 rfc2047-encode-string.
5975
5976 * dired.el, dired-aux.el: Revert last change.
5977
5978 2001-01-26 Gerd Moellmann <gerd@gnu.org>
5979
5980 * makefile.w32-in (DONTCOMPILE): Add various term files.
5981
5982 2001-01-26 Dave Love <fx@gnu.org>
5983
5984 * Makefile.in (DONTCOMPILE): Add various term files.
5985
5986 2001-01-26 Gerd Moellmann <gerd@gnu.org>
5987
5988 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5989
5990 * startup.el (display-startup-echo-area-message): Make sure
5991 the echo area is resized to fit the size of the startup message.
5992
5993 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5994 part of which is a constant.
5995
5996 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5997
5998 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
5999
6000 2001-01-26 Richard M. Stallman <rms@gnu.org>
6001
6002 * simple.el (next-line): Don't let `newline' expand abbrevs.
6003 Simplify slightly.
6004 (open-line): Don't let `newline' expand abbrevs.
6005
6006 2001-01-25 John Wiegley <johnw@gnu.org>
6007
6008 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6009 to `repeat' in the :type field.
6010
6011 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6012 allow a choice of regexp or nil.
6013 (pcomplete-dir-ignore): Same.
6014
6015 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6016 a command) to always fail.
6017
6018 2001-01-25 Gerd Moellmann <gerd@gnu.org>
6019
6020 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6021 discard the result.
6022 (iswitchb-to-end): Likewise.
6023
6024 2001-01-25 Sam Steingold <sds@gnu.org>
6025
6026 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
6027 Require vc.
6028
6029 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6030
6031 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6032
6033 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6034
6035 2001-01-25 Dave Love <fx@gnu.org>
6036
6037 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6038 (describe-coding-system): Tweak the English text.
6039
6040 * loadup.el: Preload international/ccl for utf-8.
6041
6042 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6043
6044 * mail/rmail.el (rmail-redecode-body): Doc fix.
6045
6046 2001-01-25 Kenichi Handa <handa@etl.go.jp>
6047
6048 * international/mule-cmds.el (reset-language-environment):
6049 Reset coding-category-utf-8 to mule-utf-8.
6050
6051 * international/mule-conf.el (coding-category-utf-8):
6052 Initialize to mule-utf-8.
6053
6054 * loadup.el: Preload international/utf-8.
6055
6056 * international/utf-8.el: New file.
6057
6058 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6059
6060 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6061
6062 2001-01-24 Sam Steingold <sds@gnu.org>
6063
6064 * dired.el (dired-replace-in-string): Removed.
6065 (dired-sort-toggle): Use `replace-regexps-in-string'
6066 instead of `dired-replace-in-string'.
6067
6068 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6069 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
6070
6071 * gs.el (gs-replace-in-string): Removed.
6072 (gs-options): Use `replace-regexps-in-string'
6073 instead of `gs-replace-in-string'.
6074
6075 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6076
6077 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6078 bug report is mailed to an email list and posted to a news group.
6079
6080 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6081
6082 * comint.el (comint-replace-by-expanded-history-before-point):
6083 Fix change of 2000-08-03 to move point to the start of the line again.
6084
6085 * startup.el (tool-bar-images-pixel-height): New variable.
6086 (command-line): After loading the user's init file, when
6087 tool-bar-mode is on, increase the frame's size by some lines for
6088 the tool-bar.
6089
6090 * frame.el (frame-initialize): Create the initial frame invisible.
6091
6092 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6093
6094 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6095 (chinese-big5): MIME:Big5.
6096
6097 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6098
6099 * international/mule-cmds.el (universal-coding-system-argument):
6100 Handle commands with prefix args.
6101
6102 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6103
6104 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6105 being a list of numbers.
6106 (diary-mail-entries): Rewritten.
6107
6108 2001-01-23 Dave Love <fx@gnu.org>
6109
6110 * international/mule.el (make-coding-system): Fix typo.
6111
6112 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6113 Add backward-paragraph as font-lock-beginning-of-syntax-function.
6114
6115 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6116
6117 * font-lock.el (font-lock-mode): Doc fix.
6118
6119 2001-01-23 Kenichi Handa <handa@etl.go.jp>
6120
6121 * international/mule.el (make-translation-table): Fix docstring.
6122
6123 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6124
6125 * mail/rmail.el (rmail-redecode-body): New function.
6126
6127 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6128
6129 2001-01-22 Gerd Moellmann <gerd@gnu.org>
6130
6131 * isearch.el (isearch-lazy-highlight-case-fold-search)
6132 (isearch-lazy-highlight-regexp): New variables.
6133 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6134 case-fold search or regexp search has been toggled.
6135
6136 * wid-edit.el (widget-button-click): Avoid a save-excursion
6137 around running a global binding.
6138
6139 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6140 to 0.25.
6141
6142 2001-01-20 Miles Bader <miles@gnu.org>
6143
6144 * cus-edit.el (custom-face-save): Do post-processing on the face's
6145 new value like `custom-face-set' does.
6146
6147 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6148
6149 * mail/emacsbug.el (report-emacs-bug): Report the value of
6150 LC_CTYPE, not LC_TYPE.
6151
6152 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6153 isearch-toggle-regexp and isearch-edit-string to doc string.
6154
6155 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6156
6157 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6158 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6159
6160 * jit-lock.el (jit-lock-fontify-now): Don't bind
6161 font-lock-beginning-of-syntax-function to nil.
6162
6163 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6164
6165 * mail/emacsbug.el (report-emacs-bug): Report values of
6166 locale-coding-system, default-enable-multibyte-characters, and the
6167 environment variables LC_ALL, LC_TYPE, and LANG.
6168
6169 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6170
6171 * font-lock.el (font-lock-default-fontify-region): Fix last change.
6172
6173 * font-lock.el (font-lock-multiline): Default to nil.
6174 (font-lock-default-fontify-region): If font-lock-multiline is
6175 nil, don't check the property `font-lock-multiline'.
6176
6177 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6178 is nil, don't check the `font-lock-multiline' text property.
6179
6180 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6181
6182 * viper.el: Call initial-major-mode on startup.
6183
6184 * ediff.el (ediff-patch-file): Use better defaults.
6185
6186 * ediff-vers.el: Fix for 8+3 DOS file systems.
6187
6188 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
6189
6190 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6191 diff mode, if available.
6192
6193 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6194
6195 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
6196
6197 * ediff-init.el (subst-char-in-string): Define and use it, unless
6198 it's already defined.
6199
6200 2001-01-18 Gerd Moellmann <gerd@gnu.org>
6201
6202 * tooltip.el (tooltip-hide-delay): New user-option.
6203 (tooltip-show): Use tooltip-hide-delay instead of the default.
6204
6205 2001-01-18 Kenichi Handa <handa@etl.go.jp>
6206
6207 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6208 kill-local-variable doesn't work for enable-multibyte-characters.
6209
6210 2001-01-17 Dave Love <fx@gnu.org>
6211
6212 * ediff-init.el (ediff-before-setup-hook)
6213 (ediff-merge-filename-prefix): Add :version.
6214
6215 * international/latin1-disp.el: Require disp-table.
6216 (latin1-display): Fix :set.
6217
6218 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6219
6220 2001-01-17 Gerd Moellmann <gerd@gnu.org>
6221
6222 * isearch.el (isearch-lazy-highlight-initial-delay)
6223 (isearch-lazy-highlight-interval): Default to 0.
6224
6225 2001-01-17 Bob Glickstein <bobg@zanshin.com>
6226
6227 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6228 1 here rather than each time through
6229 isearch-lazy-highlight-new-loop.
6230 (isearch-lazy-highlight-max): Variable deleted.
6231 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6232 isearch-lazy-highlight-max but controls a single invocation of
6233 isearch-lazy-highlight-update.
6234 (isearch-lazy-highlight-wrapped): Variable recreated.
6235 (isearch-lazy-highlight-window-start): New variable.
6236 (isearch-lazy-highlight-cleanup): Restored to behavior of
6237 before 2-Jan.
6238 (isearch-lazy-highlight-remove-overlays): Function deleted;
6239 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6240 behavior removed.
6241 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6242 isearch-lazy-highlight-update in a loop rather than just once.
6243 Test isearch-invalid-regexp here and decide not to start a new
6244 loop, rather than testing it each time through
6245 isearch-lazy-highlight-update.
6246 (isearch-lazy-highlight-search): Function restored.
6247 (isearch-lazy-highlight-update): Get called in a timer loop again,
6248 but this time highlight more than one match each time through.
6249 Only highlight matches in the visible part of the window.
6250 Start at point, move in the direction of the search, and wrap around at
6251 the edge of the window. Use sit-for to force redisplay and ensure
6252 window-start is credible. "Face suppressing" behavior removed;
6253 overlay priorities should make it unnecessary, right?
6254 (isearch-highlight): Face suppressing behavior removed.
6255 (isearch-dehighlight): Face suppressing behavior removed.
6256 (isearch-set-lazy-highlight-faces-at): Removed.
6257
6258 2001-01-17 Kenichi Handa <handa@etl.go.jp>
6259
6260 * language/european.el ("Latin-1"): Make the format of description
6261 about additional language environments same as that of Latin-2.
6262
6263 2001-01-16 Dave Love <fx@gnu.org>
6264
6265 * isearch.el (isearch-lazy-highlight): Add :version.
6266
6267 * simple.el (backward-delete-char-untabify-method)
6268 (next-line-add-newlines): Add :version.
6269
6270 2001-01-16 Gerd Moellmann <gerd@gnu.org>
6271
6272 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6273 Don't bind <delete> otherwise.
6274
6275 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6276 and <delete> via function-key-map.
6277
6278 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6279 Subject line only if point is after the `Subject:'.
6280
6281 2001-01-16 Kenichi Handa <handa@etl.go.jp>
6282
6283 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6284 japanese-jisx0213-2 in `charset' property of this lang. env.
6285
6286 * language/european.el ("Latin-1"): Add description for Dutch and
6287 Spanish lang. env.
6288
6289 * international/mule.el (decode-char): Fix conditions.
6290 (encode-char): Handle eight-bit-control too.
6291 (transform-make-coding-system-args): New function.
6292 (make-coding-system): Accept XEmacs style arguments for CCL base
6293 coding system.
6294
6295 2001-01-15 Gerd Moellmann <gerd@gnu.org>
6296
6297 * progmodes/etags.el (find-tag-noselect): Save the value of
6298 tags-file-name before switching buffers, for the case it has a
6299 buffer-local value.
6300
6301 2001-01-15 Alex Schroeder <alex@gnu.org>
6302
6303 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6304 From Dave Love <fx@gnu.org>.
6305 (ansi-color-for-comint-mode): Fix :version.
6306
6307 2001-01-15 Alex Schroeder <alex@gnu.org>
6308
6309 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6310
6311 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6312
6313 * dired.el (dired-insert-directory): If file-system-info fails,
6314 remove the " free " part, but don't signal an error.
6315
6316 2001-01-12 Sam Steingold <sds@gnu.org>
6317
6318 * bookmark.el (bookmark-maybe-historicize-string):
6319 Use new backquote syntax.
6320
6321 2001-01-12 Richard M. Stallman <rms@gnu.org>
6322
6323 * subr.el (last): Handle a list that doesn't end in nil.
6324
6325 2001-01-12 Sam Steingold <sds@gnu.org>
6326
6327 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6328 to `backward-delete-char-untabify'.
6329
6330 2001-01-12 Dave Love <fx@gnu.org>
6331
6332 * cus-edit.el (customize-menu-create): Fix the :filter following
6333 easymenu change.
6334
6335 * wid-edit.el (function): Add :match-alternatives.
6336 (widget-color-action): Doc fix.
6337
6338 2001-01-12 Gerd Moellmann <gerd@gnu.org>
6339
6340 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6341
6342 2001-01-12 Kenichi Handa <handa@etl.go.jp>
6343
6344 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
6345
6346 * international/ccl.el (define-ccl-program): Fix docstring.
6347
6348 2001-01-11 Dave Love <fx@gnu.org>
6349
6350 * international/mule-cmds.el (standard-display-european-internal):
6351 Set display table for 2208 as for 160.
6352
6353 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6354
6355 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6356 entry for custom-menu-create change.
6357 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6358 don't cons it in the search loop.
6359
6360 * imenu.el (imenu--truncate-items): Revert last change.
6361
6362 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6363
6364 * info.el (Info-setup-header-line): If the node header includes
6365 either Next: or Prev: links, don't show the File: and Node: parts
6366 in the header line.
6367
6368 2001-01-11 Gerd Moellmann <gerd@gnu.org>
6369
6370 * comint.el (comint-goto-process-mark): Don't print a message
6371 when running in batch mode.
6372
6373 * isearch.el (isearch-search): In the condition-case handler for
6374 `error', set isearch-invalid-regexp to the whole error message.
6375
6376 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6377 ensure that eval-after-load works for files dumped with Emacs.
6378
6379 * help.el (load-symbol-file-load-history): New function extracted
6380 from function symbol-file.
6381 (symbol-file): Use it.
6382
6383 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
6384
6385 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6386
6387 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6388 behave as if there were no prefix argument.
6389 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6390 argument were nil.
6391
6392 2001-01-11 Richard M. Stallman <rms@gnu.org>
6393
6394 * isearch.el (isearch-lazy-highlight-update):
6395 Don't look for more potential matches once maximum is exceeded.
6396 Use overlays-in to check correctly for overlap with current match.
6397 Ignore empty matches.
6398
6399 2001-01-11 Miles Bader <miles@gnu.org>
6400
6401 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6402 (ispell-overlay-window, ispell-help, ispell-show-choices)
6403 (ispell-command-loop): Use it instead of `window-height'.
6404
6405 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6406
6407 * files.el (confirm-kill-emacs): New user-option.
6408 (save-buffers-kill-emacs): Ask for final confirmation before
6409 killing Emacs.
6410
6411 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6412 to nil.
6413
6414 2001-01-10 Dave Love <fx@gnu.org>
6415
6416 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6417
6418 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
6419
6420 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6421
6422 * calculator.el (calculator-number-digits): Fix :type.
6423
6424 * vc-cvs.el (vc-cvs-header): Fix :type.
6425 * vc-rcs.el (vc-rcs-header): Fix :type.
6426 * vc-sccs.el (vc-sccs-header): Fix :type.
6427
6428 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6429
6430 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6431
6432 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6433
6434 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6435
6436 * simple.el (set-variable): Force a thorough redisplay for the
6437 case that the variable has an effect on the display, like
6438 `tab-width' has.
6439
6440 2001-01-10 Andre Spiegel <spiegel@gnu.org>
6441
6442 * vc.el: Add documentation for backend interface.
6443
6444 2001-01-10 Kenichi Handa <handa@etl.go.jp>
6445
6446 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6447
6448 * international/mule-conf.el (latin-extra-code-table): Set to t
6449 for \223 and \224.
6450
6451 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6452
6453 * international/mule-cmds.el (locale-language-names): Map "es" to
6454 "Spanish" and "nl" to "Dutch".
6455
6456 2001-01-09 Gerd Moellmann <gerd@gnu.org>
6457
6458 * bindings.el (global-map): Bind <home> to beginning-of-line,
6459 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6460 C-<end> to end-of-buffer.
6461
6462 * language/european.el: Add Dutch and Spanish language info
6463 to be able to use the appropriate tutorials.
6464
6465 2001-01-09 Alex Schroeder <alex@gnu.org>
6466
6467 * ansi-color.el (ansi-color-process-output): Use markers instead
6468 of positions for start and end of region.
6469 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6470 Previously, occasional mistakes happend when fontifying many
6471 chunks of output (eg. ls --color=yes /dev). This happened
6472 whenever an overlay was created up to the end of the region, which
6473 coincided with the process-mark. New text would then be added
6474 within that overlay instead of after it.
6475 (ansi-color-make-extent): Overlays are created with the property
6476 `modification-hooks' set to '(ansi-color-freeze-overlay).
6477 (ansi-color-freeze-overlay): New function. When inserting text at
6478 the end of the overlay, the overlay will resize.
6479
6480 2000-01-09 Alex Schroeder <alex@gnu.org>
6481
6482 * ansi-color.el (ansi-color-process-output): Doc change.
6483 (ansi-color-unfontify-region): Doc change. No longer installed
6484 automatically in font-lock-unfontify-region-function.
6485 (ansi-color-apply): Doc change.
6486 (ansi-color-apply-on-region): Use extents or overlays instead of
6487 text-properties.
6488 (ansi-color-make-extent): New function.
6489 (ansi-color-set-extent-face): New function.
6490
6491 2000-01-09 Alex Schroeder <alex@gnu.org>
6492
6493 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6494 both use ansi-color-process-output, now.
6495 (ansi-color-process-output): Doesn't return string anymore. It is
6496 installed in comint-output-filter-functions for both Emacs and
6497 XEmacs, now.
6498 (ansi-color-unfontify-region): Simplified code removing variables
6499 pos and start-ansi.
6500 (ansi-color-apply): Put text-property ansi-color before putting
6501 text-property face because ansi-color-unfontify-region is called
6502 immediately after the call to put-text-property.
6503 (ansi-color-context-region): Doc change.
6504 (ansi-color-filter-region): Simplified code.
6505 (ansi-color-apply-on-region): Changed start to start-marker, using
6506 a marker explicitly. Put text-property ansi-color before putting
6507 text-property face because ansi-color-unfontify-region is called
6508 immediately after the call to put-text-property.
6509
6510 2000-01-09 Alex Schroeder <alex@gnu.org>
6511
6512 * ansi-color.el (ansi-color-faces-vector): Doc change.
6513 (ansi-color-for-comint-mode): Changed :type property to choice.
6514 (ansi-color-last-context): Removed.
6515 (ansi-color-process-output): Don't use ansi-color-last-context, as
6516 the main functions will store their context now.
6517 (ansi-color-context): Doc change.
6518 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6519 Uses ansi-color-context such that repeated calls will strip
6520 partial escape sequences, too.
6521 (ansi-color-apply): Simplified code. Colorize end of string if
6522 face is not null. Store context in new (FACE STRING) format, such
6523 that repeated calls will strip partial escape sequences, too.
6524 Append faces to face property using ansi-color-apply-sequence such
6525 that cumulative mode actually works.
6526 (ansi-color-context-region): New variable.
6527 (ansi-color-filter-region): Rewrote it based on
6528 ansi-color-apply-on-region. Uses ansi-color-context-region such
6529 that repeated calls will strip partial escape sequences, too.
6530 (ansi-color-apply-on-region): Simplified code. Colorize end of
6531 region if face is not null. Store context in new (FACE POS)
6532 format, such that repeated calls will strip partial escape
6533 sequences, too. Append faces to face property using
6534 ansi-color-apply-sequence such that cumulative mode actually works.
6535 (ansi-color-apply-sequence): New function.
6536 (ansi-color-get-face): When the default face is added to the list
6537 of faces, all previous settings are discarded and the list of
6538 faces is set to '(default).
6539
6540 2000-01-09 Alex Schroeder <alex@gnu.org>
6541
6542 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6543 face, such that ansi-color-apply and ansi-color-apply-on-region
6544 will do the right thing.
6545 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6546 returns nil, set the list of faces back to nil instead of
6547 appending the result of ansi-color-get-face to the front of the list.
6548
6549 2000-01-09 Alex Schroeder <alex@gnu.org>
6550
6551 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6552 (ansi-color-process): Doc change.
6553 (ansi-color-last-context): New buffer-local variable.
6554 (ansi-color-process-output): New function. It is automatically
6555 added to comint-output-filter-functions if this is XEmacs.
6556 (ansi-color-unfontify-region): New optional parameter for XEmacs
6557 compatibility. Check wether font-lock-syntactic-keywords is
6558 boundp before removing the syntax table text property, as XEmacs
6559 doesn't have it.
6560 (ansi-color-filter-region): Doc change.
6561 (ansi-color-apply-on-region): Doc change.
6562 (ansi-color-make-face): New function. Compatibility layer for
6563 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6564 (ansi-color-make-color-map): Use ansi-color-make-face.
6565 (ansi-color-get-face): Avoid face text property '(nil) as results
6566 in an errow for XEmacs.
6567
6568 2000-01-09 Alex Schroeder <alex@gnu.org>
6569
6570 * ansi-color.el (ansi-color-unfontify-region): New function.
6571 Uses text-property ansi-color in order to preserve fontification by
6572 ansi-color. When the package is loaded, a lambda expression is
6573 put onto font-lock-mode-hook. This lambda expression will check
6574 font-lock-unfontify-region-function and replace
6575 font-lock-default-unfontify-region with ansi-color-unfontify-region.
6576 (ansi-color-apply): Add text-property ansi-color in addition to
6577 text-property face.
6578 (ansi-color-apply-on-region): Add text-property ansi-color in
6579 addition to text-property face.
6580 (save-buffer-state): Copy of the macro that is also used by
6581 lazy-lock and font-lock.
6582
6583 (ansi-color-for-comint-mode): New option.
6584 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6585 (ansi-color-for-comint-mode-off): Ditto.
6586 (ansi-color-for-comint-mode-filter): Ditto.
6587 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6588 decide what to do. This function is added to
6589 comint-preoutput-filter-functions when the package is loaded.
6590
6591 (ansi-color-for-shell-mode-set): Removed.
6592 (ansi-color-for-shell-mode): Removed.
6593
6594 2000-01-09 Alex Schroeder <alex@gnu.org>
6595
6596 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6597 the lambda expression from the ansi-color-for-shell-mode :set
6598 property. Additionally, modify shell-mode-hook to enable or
6599 disable font-lock-mode for future shell buffers.
6600 (ansi-color-for-shell-mode): The :set property calls
6601 ansi-color-for-shell-mode-set instead of a lambda expression.
6602
6603 2000-01-09 Alex Schroeder <alex@gnu.org>
6604
6605 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6606 (ansi-color-context): New variable.
6607 (ansi-color-apply): Save context between calls.
6608
6609 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6610
6611 * isearch.el (isearch, isearch-lazy-highlight-face):
6612 New definitions for face colors and attributes.
6613
6614 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6615 of display-mouse-p.
6616
6617 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6618
6619 * international/mule.el (make-coding-system): If the coding system
6620 accepts extra latin codes, register such codes as safe for the
6621 coding system.
6622
6623 2001-01-08 Richard M. Stallman <rms@gnu.org>
6624
6625 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6626 don't mention the file name or the date here, because they are
6627 logged at the start of the file.
6628
6629 2001-01-08 Richard M. Stallman <rms@gnu.org>
6630
6631 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6632 Change screen-width to frame-width.
6633
6634 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6635
6636 * info.el (Info-search): Print the default as part of the prompt.
6637
6638 2001-01-08 Andre Spiegel <spiegel@gnu.org>
6639
6640 * vc.el (vc-default-latest-on-branch-p): New function, replaces
6641 constant implementations in backends.
6642
6643 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6644 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6645
6646 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6647 WRITABLE to EDITABLE.
6648
6649 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6650 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6651 to EDITABLE.
6652
6653 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6654
6655 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
6656 (copyright, copyright-update): Compute the current year at run time.
6657
6658 2001-01-08 Gerd Moellmann <gerd@gnu.org>
6659
6660 * isearch.el (isearch-old-signal-hook): Removed.
6661 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6662 instead of setting signal-hook-function.
6663 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6664
6665 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
6666
6667 * emulation/edt.el: Update to version 4.0. Provide support for
6668 EDT scroll margins at top and bottom of the window. Provide an
6669 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6670 default). Enhance edt-quit, bound to GOLD-q by default, to warn
6671 user when file-related buffer modifications exist.
6672 Provide support for running EDT Emulation in XEmacs.
6673 Provide customize access to some user updatable variables.
6674 Add Commentary section to file header.
6675 Fixed a few minor bugs and cleaned up some code.
6676
6677 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6678 for detecting a keypress that generates an ASCII key sequence.
6679 (Previously, only a keypress that generates a vector was
6680 recognized.) Embed Window Manager name into name of the generated
6681 EDT Emulation initialization file since the initialization file is
6682 Window Manager specific. Add Commentary section to file header.
6683
6684 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6685
6686 * mail/sendmail.el (mail-mode): Doc fix.
6687
6688 * info.el (Info-goto-emacs-command-node): Doc fix.
6689 (Info-goto-emacs-key-command-node): Doc fix.
6690
6691 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6692
6693 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
6694 systems without long file-name support.
6695
6696 2001-01-06 Andrew Innes <andrewi@gnu.org>
6697
6698 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6699
6700 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6701
6702 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6703 (isearch-lazy-highlight-update): Doc fix.
6704
6705 * ffap.el (ffap-bindings): Doc fix.
6706
6707 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6708
6709 2001-01-05 Dave Love <fx@gnu.org>
6710
6711 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6712
6713 2001-01-05 Gerd Moellmann <gerd@gnu.org>
6714
6715 * mouse-drag.el (mouse-drag-safe-scroll):
6716 Bind scroll-preserve-screen-position to nil.
6717
6718 * isearch.el (isearch-old-signal-hook): New variable.
6719 (isearch-mode): Set signal-hook-function to isearch-done.
6720 (isearch-done): Restore old signal-hook-function.
6721
6722 * info.el (Info-fontify-node): Mark one more char as intangible.
6723
6724 2000-01-05 Kenichi Handa <handa@etl.go.jp>
6725
6726 * composite.el (compose-last-chars): New argument COMPONENTS.
6727 If it is non-nil, compose preceding characters by compose-region with
6728 COMPONENTS.
6729
6730 * international/quail.el (quail-input-string-to-events): New function.
6731 (quail-input-method): Convert input string to events here.
6732 (quail-start-translation): Return input string, not event list.
6733 (quail-start-conversion): Likewise.
6734
6735 2001-01-04 Gerd Moellmann <gerd@gnu.org>
6736
6737 * tooltip.el (tooltip-cancel-delayed-tip)
6738 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6739 and tooltip-add-timeout.
6740 (tooltip-show): Set border color from faces's foreground.
6741 (tooltip-show-help-function): If called with the same help string
6742 as last time, do nothing.
6743 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6744
6745 * startup.el (fancy-splash-screens): Don't bind show-help-function
6746 to nil.
6747
6748 * tooltip.el (tooltip-frame-parameters): Remove colors.
6749 (tooltip): New face
6750 (tooltip-set-param): New function.
6751 (tooltip-show): Set up color frame parameters from face `tooltip'.
6752 Display the tooltip text in face `tooltip'.
6753
6754 2001-01-04 Dave Love <fx@gnu.org>
6755
6756 * whitespace.el (whitespace-global-mode): Fix typo.
6757
6758 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6759
6760 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6761
6762 * help.el (help-for-help): Fix a typo in a doc string.
6763 From kwzh@gnu.org (Karl Heuer).
6764
6765 2001-01-03 Dave Love <fx@gnu.org>
6766
6767 * dired-x.el: Doc fixes. Maintainer change.
6768 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
6769 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6770 (dired-guess-shell-alist-user): Customize.
6771 (dired-x-help-address): Set to bug-gnu-emacs.
6772 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6773 (dired-default-directory): Renamed from default-directory.
6774
6775 * hl-line.el (hl-line): Doc fix.
6776
6777 2001-01-03 Karl Fogel <kfogel@red-bean.com>
6778
6779 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
6780
6781 2001-01-02 Richard M. Stallman <rms@gnu.org>
6782
6783 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6784 to remove all the current alternative-match highlighting.
6785 If nil, remove only what's outside the current window.
6786 (isearch-lazy-highlight-remove-overlays): Take optional
6787 region within which NOT to remove them.
6788 (isearch-lazy-highlight-new-loop): Greatly simplified.
6789 (isearch-lazy-highlight-update): Find all the other occurrences
6790 visible in the window, in just one call.
6791 (isearch-lazy-highlight-start): Now holds start of region to scan.
6792 (isearch-lazy-highlight-end): Now holds end of region to scan.
6793 (isearch-lazy-highlight-wrapped): Variable deleted.
6794 (isearch-lazy-highlight-search): Function deleted.
6795
6796 2000-01-02 Andrew Innes <andrewi@gnu.org>
6797
6798 * w32-fns.el (convert-standard-filename): Do length check on name
6799 before aref.
6800
6801 2001-01-02 Dave Love <fx@gnu.org>
6802
6803 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6804 value.
6805 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6806
6807 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6808
6809 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6810 read syntax.
6811
6812 * calendar/todo-mode.el (todo): Add :link, :version.
6813 (todo-save-top-priorities): Remove autoload cookie.
6814 (todo-add-category, todo-add-item-non-interactively)
6815 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
6816
6817 2001-01-02 Gerd Moellmann <gerd@gnu.org>
6818
6819 * comint.el (comint-input-history-ignore): New variable.
6820 (comint-read-input-ring): Ignore entries matching
6821 comint-input-history-ignore.
6822
6823 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
6824
6825 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6826 (lm-copyright-mark): New function.
6827 (lm-crack-copyright): New function.
6828 (lm-verify): Check that the file has a copyright.
6829 Check that the file is copyright Free Software Foundation.
6830
6831 2000-12-30 Kenichi Handa <handa@etl.go.jp>
6832
6833 * international/mule-diag.el (print-fontset): Indent font name by
6834 24 columns, not 25.
6835
6836 2000-12-29 Gerd Moellmann <gerd@gnu.org>
6837
6838 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6839 in Subject line.
6840
6841 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
6842 Use mail-mode-hook instead of mail-setup-hook.
6843 Otherwise continuing an interrupted message with C-u C-x m for
6844 instance, winds up in Mail mode without abbrevs.
6845
6846 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6847
6848 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
6849 non-nil. Adding almost all customization variables on ps-setup.
6850 Doc fix.
6851 (ps-print-version): New version number (6.3.3).
6852 (ps-end-with-control-d): Initialization fix.
6853 (ps-lines-printed): New var.
6854 (ps-skip-newline): New fun.
6855 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6856 (ps-next-line, ps-continue-line, ps-plot-region)
6857 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
6858
6859 2000-12-29 Kenichi Handa <handa@etl.go.jp>
6860
6861 * international/fontset.el (x-complement-fontset-spec):
6862 Resolve ASCII font name so that the same family name is used for fonts
6863 registered in x-font-name-charset-alist.
6864 (create-fontset-from-fontset-spec): Adjusted for the above change.
6865 The name of fontset alias should be a unresolved ASCII font name.
6866
6867 2000-12-28 Gerd Moellmann <gerd@gnu.org>
6868
6869 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6870 and delete in isearch-mode-map.
6871
6872 2000-12-28 Richard M. Stallman <rms@gnu.org>
6873
6874 * dired-x.el (dired-guess-shell-alist-default):
6875 Use xpdf instead of acroread.
6876
6877 2000-12-28 Kenichi Handa <handa@etl.go.jp>
6878
6879 * textmodes/artist.el (artist-butlast): Deleted.
6880 (artist-ellipse-mirror-quadrant): Use butlast instead of
6881 artist-butlast.
6882
6883 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6884
6885 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6886
6887 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6888
6889 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6890
6891 * ls-lisp.el: Better support for the Mac and MS-Windows.
6892 (ls-lisp): New defgroup.
6893 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
6894 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
6895 (ls-lisp-support-shell-wildcards): New defcustoms.
6896 (ls-lisp-parse-symlink): New function.
6897 (insert-directory): Code to convert switches to a list and set up
6898 the wildcard argument copied from ls-lisp-insert-directory.
6899 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6900 for -C and -R switches.
6901 (ls-lisp-column-format): New function.
6902 (ls-lisp-delete-matching, ls-lisp-handle-switches)
6903 (ls-lisp-format-time): Add doc strings.
6904 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6905 Support ls-lisp-dirs-first.
6906 (ls-lisp-classify, ls-lisp-extension): New functions.
6907 (ls-lisp-format): Optionally support emulation of symlinks.
6908 Support -i, -s, and -G switches.
6909
6910 2000-12-27 Gerd Moellmann <gerd@gnu.org>
6911
6912 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6913
6914 * version.el (emacs-version): Print X scroll bar information.
6915
6916 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6917 instead of x-toolkit-scroll-bars-p.
6918
6919 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6920 of x-toolkit-scroll-bars-p.
6921
6922 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6923
6924 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
6925 (ffap-bindings): Doc fix, to reflect the above change.
6926
6927 2000-12-27 Kenichi Handa <handa@etl.go.jp>
6928
6929 * term.el (term-char-mode): Define all non-ascii self-inserting
6930 characters to 'term-send-raw in term-raw-map.
6931
6932 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
6933
6934 * viper-init (viper-restore-cursor-type): Added condition-case guard.
6935
6936 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6937 Changed initialization; use add-hook.
6938 (ediff-file-remote-p): Use file-local-copy.
6939
6940 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
6941
6942 * ediff.el (ediff-patch-buffer): Bug fix.
6943 (ediff-revision): Allow selection of the file at the prompt.
6944
6945 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
6946
6947 * subr.el (combine-run-hooks): Remove.
6948
6949 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6950 and remove the rogue second spec.
6951
6952 2000-12-23 Gerd Moellmann <gerd@gnu.org>
6953
6954 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6955
6956 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
6957
6958 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6959 Use minibuffer menu prompt for the `=' prefix.
6960 (smerge-command-prefix): Change default to C-^.
6961 (smerge-mode): Don't assume font-lock doesn't move point.
6962
6963 * skeleton.el (skeleton-internal-1): Make sure the first line of
6964 the region is also re-indented.
6965 (skeleton-end-newline): New var.
6966 (skeleton-end-hook): Use it.
6967
6968 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6969
6970 * comint.el (comint-password-prompt-regexp): Support CVS.
6971
6972 2000-12-22 Gerd Moellmann <gerd@gnu.org>
6973
6974 * simple.el (delete-key-deletes-forward-mode): Simplify.
6975 Also backspace key combinations, depending on
6976 delete-key-deletes-forward.
6977
6978 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6979
6980 * simple.el (delete-key-deletes-forward): Doc fix.
6981
6982 2000-08-22 Emmanuel Briot <briot@gnat.com>
6983
6984 * xml.el (top level comment): Updated to reflect the fact that
6985 white spaces are relevant in the XML file.
6986 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6987 to parse was already edited. This allows for on-the-fly analysis
6988 of XML files.
6989 (xml-parse-tag): Check that the casing is the same in the start
6990 tag and end tag, since XML is case-sensitive. Allows for spaces
6991 in the end tag, after the name of the tag.
6992 (xml-parse-attlist): Allow for the character '-' in the name of
6993 attributes, as in the standard http-equiv attribute Do not save
6994 the properties in the XML tree, since they are not relevant.
6995
6996 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6997
6998 * generic.el (generic-read-type): Undo last change, inline into
6999 `generic-mode' and then remove.
7000 (generic-mode): Inline generic-read-type.
7001 (define-generic-mode): Push the symbol name rather than the symbol
7002 onto generic-mode-list.
7003
7004 2000-12-21 Gerd Moellmann <gerd@gnu.org>
7005
7006 * generic.el (generic-read-type): Build an alist for
7007 completing-read as in 20.7.
7008
7009 * play/landmark.el (lm): Use interactive spec `P'.
7010 (toplevel): Don't set debug-on-error.
7011
7012 * server.el (server-switch-buffer): Choose a window on a visible frame.
7013
7014 2000-12-21 Dave Pearson <davep@davep.org>
7015
7016 * quickurl.el: Commentry change, I've moved my web site.
7017
7018 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7019
7020 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7021 ranges like \177-\237, but accepts the character sequence from \177 to
7022 \237. Doc fix.
7023 (ebnf-version): New version (3.4).
7024 (ebnf-setup): Code fix.
7025 (ebnf-range-regexp): New fun.
7026 (ebnf-8-bit-chars): Const fix.
7027
7028 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7029 entry. Doc fix.
7030 (ebnf-bnf-lex): Code fix.
7031 (ebnf-bnf-comment-chars): Const fix.
7032
7033 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7034 entry. Doc fix.
7035 (ebnf-iso-comment-chars): Const fix.
7036
7037 * ebnf-otz.el: Doc fix.
7038
7039 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7040 entry. Doc fix.
7041 (ebnf-yac-skip-code): Code fix.
7042 (ebnf-yac-comment-chars): Const fix.
7043
7044 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7045
7046 * files.el (insert-directory-safely): New function.
7047 (recover-file): Use it instead of insert-directory.
7048 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7049
7050 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7051
7052 * international/mule-cmds.el (select-safe-coding-system):
7053 Check coding-category-list more rigidly. Improve help message.
7054
7055 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7056
7057 2000-12-21 Miles Bader <miles@gnu.org>
7058
7059 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
7060
7061 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7062
7063 * international/mule-diag.el (describe-char-after): Make *Help*
7064 buffer inherit multibyteness of the current buffer.
7065
7066 * international/mule.el (make-char): Docstring adjusted for the
7067 change of make-char-internal.
7068
7069 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7070
7071 * international/iso-cvt.el: Docstrings fix.
7072
7073 2000-12-20 Dave Love <fx@gnu.org>
7074
7075 * subr.el (eval-after-load): Doc fix.
7076
7077 2000-12-20 Kenichi Handa <handa@etl.go.jp>
7078
7079 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7080 for numbers.
7081
7082 2000-12-20 Miles Bader <miles@gnu.org>
7083
7084 * international/quail.el (quail-help): Resize the help window
7085 again after it has all its contents. Remove unneeded progn.
7086
7087 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7088
7089 * pcmpl-linux.el: Fix copy/paste error.
7090
7091 2000-12-19 Andrew Innes <andrewi@gnu.org>
7092
7093 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
7094
7095 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7096
7097 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7098
7099 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7100
7101 * progmodes/idlw-shell.el: Fixed copyright notice.
7102
7103 * progmodes/idlwave.el: Fixed copyright notice.
7104
7105 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
7106 TAB as key separators.
7107
7108 2000-12-19 Alex Schroeder <alex@gnu.org>
7109
7110 * sql.el (sql-sybase-options): New option.
7111 (sql-sybase): Use it. Add sql-database to the list of parameters
7112 provided for login. The options -w 2048 -n are not used any more.
7113 (sql-postgres-options): Changed default from "--pset" to "-P".
7114 (sql-mysql-options): Doc change.
7115 (sql-stop): Doc change.
7116
7117 2000-12-19 Kenichi Handa <handa@etl.go.jp>
7118
7119 * international/quail.el (quail-input-method): Always hide
7120 the guidance buffer on exiting.
7121
7122 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7123
7124 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7125 isn't fboundp.
7126
7127 * server.el (server-buffer-done): Bury the buffer before
7128 killing it.
7129
7130 * faces.el (face-spec-set): Interpret a nil in specs for
7131 foreground and background colors as `unspecified', for
7132 compatibility with 20.x.
7133
7134 2000-12-18 Dave Love <fx@gnu.org>
7135
7136 * simple.el (mail-user-agent): Doc fix.
7137 (input-mode-8-bit): Removed.
7138
7139 * international/mule.el (set-keyboard-coding-system): Doc fix.
7140 (keyboard-coding-system): New option.
7141
7142 * mail/sendmail.el (send-mail-function): Customize.
7143
7144 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7145
7146 * international/codepage.el (cp866-decode-table): New table.
7147
7148 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7149
7150 * version.el (emacs-version): Remove `%a' from the time format
7151 because the weekday doesn't fit well into each locale.
7152
7153 2000-12-18 Miles Bader <miles@gnu.org>
7154
7155 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7156
7157 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
7158 Check that emacs-major-version is `=' to 20, not `>='.
7159 (artist-replace-chars): Use `make-string' instead of a loop.
7160
7161 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7162
7163 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7164 (cvs-execute-single-file): Don't change directory.
7165 Patch from Per Cederqvist.
7166
7167 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7168
7169 * textmodes/ispell.el (check-ispell-version):
7170 If `ispell-program-name' is "aspell", pass it the -v switch instead
7171 of -vv.
7172
7173 2000-12-16 Kenichi Handa <handa@etl.go.jp>
7174
7175 * international/mule-diag.el (mule-diag): Insert information about
7176 configure options, multibyte awareness, language env.
7177
7178 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7179 regexp to search for candidates.
7180
7181 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7182
7183 * info.el (Info-forward-node): If the node has an
7184 Info-header-line, widen the buffer before searching for "next:"
7185 and "up:" pointers, and set the search limit to stay in the
7186 current node.
7187
7188 2000-12-16 Miles Bader <miles@gnu.org>
7189
7190 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7191
7192 2000-12-15 Miles Bader <miles@gnu.org>
7193
7194 * comint.el (comint-send-string, comint-send-region): Also accept
7195 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7196 process-send-string/region.
7197
7198 2000-12-15 Gerd Moellmann <gerd@gnu.org>
7199
7200 * isearch.el (isearch-lazy-highlight-max): New user-option.
7201 (isearch-lazy-highlight-update): Don't highlight more than
7202 isearch-lazy-highlight-max matches.
7203
7204 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7205
7206 2000-12-15 Richard M. Stallman <rms@gnu.org>
7207
7208 * sort.el (sort-columns): Fix error message.
7209
7210 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7211 `upcase' or `downcase' or nil.
7212 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7213 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7214 (dabbrev--substitute-expansion): New arg record-case-pattern.
7215 If it is non-nil, set dabbrev--last-case-pattern.
7216 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7217
7218 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7219
7220 2000-12-15 Miles Bader <miles@gnu.org>
7221
7222 * paths.el (Info-default-directory-list): Don't delete
7223 configure-info-directory from the list of standard info
7224 directories when appending it to the end -- their order is important.
7225
7226 * faces.el (read-face-attribute): If there's no entry for the
7227 user's input in VALID, just use it as-is (this will often result
7228 in an error, but it may be OK for e.g. colors using hexadecimal
7229 notation, and at least will yield a better error message).
7230
7231 * window.el (mode-line-window-height-fudge): Function removed.
7232 (height-affecting-face-attributes, mode-line-window-height-fudge):
7233 Variables removed.
7234 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7235 window is really the right size. Use vertical-motion
7236 rather than forward-line.
7237 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7238 (ispell-command-loop, ispell-show-choices): Use the variable
7239 ispell-choices-win-default-height, rather than the function.
7240 (ispell-choices-win-default-height): Function removed.
7241 (ispell-mode-line-window-height-fudge): Function removed.
7242
7243 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7244
7245 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7246
7247 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7248
7249 * paths.el (Info-default-directory-list):
7250 If configure-info-directory is not one of the standard directories,
7251 put it first in the list; otherwise put it last. Doc string
7252 changed accordingly.
7253
7254 * info.el (Info-directory-list): Change doc string to reflect the
7255 change in Info-default-directory-list.
7256
7257 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7258 windows-nt as windowed environments, even under -nw.
7259
7260 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7261 if not fboundp. Switch delete-forward mode for the <delete> key
7262 on all PC platforms, even under -nw.
7263
7264 * term/internal.el ([M-delete]): Remap to M-d.
7265
7266 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7267
7268 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7269
7270 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7271
7272 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7273
7274 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7275
7276 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7277 if appropriate.
7278
7279 * simple.el (delete-key-deletes-forward): New user-option.
7280 (delete-key-deletes-forward-mode): New function.
7281
7282 * bindings.el: Bind `delete' to backward-delete-char.
7283
7284 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7285 Test if symbol is bound before getting its value.
7286
7287 * tooltip.el (tooltip-show): If an error is signaled in
7288 x-show-tip, display that error, and display the help in the
7289 echo area.
7290
7291 2000-12-14 Kenichi Handa <handa@etl.go.jp>
7292
7293 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7294 Show "... entries" messages for every 10000 entries, not 10.
7295
7296 2000-12-13 Karl Fogel <kfogel@red-bean.com>
7297
7298 * bookmark.el: Provide a generic exit hook, as suggested by
7299 Ovidiu Predescu <ovidiu@cup.hp.com>:
7300 (bookmark-exit-hook): New var.
7301 (bookmark-exit-hook-internal): New func, replaces
7302 old raw lambda form in `kill-emacs-hook', and runs new
7303 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7304 as logically that feature must have been provided if this function
7305 is running.
7306 Removed ;;;###autoload before the `add-hook' call.
7307
7308 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7309
7310 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7311 (easy-menu-current-active-maps): New function.
7312 (easy-menu-get-map): Use it.
7313 Make a proper menu entry when creating a new keymap.
7314
7315 2000-12-13 Kenichi Handa <handa@etl.go.jp>
7316
7317 * international/characters.el: Fix cases and syntaxes for
7318 mule-unicode-0100-24ff.
7319
7320 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7321 that a Japanese character is not appended after day and year.
7322
7323 * info.el (Info-suffix-list): Change format for a command that
7324 requires arguments.
7325 (info-insert-file-contents): Adjusted for the above change.
7326
7327 2000-12-12 Andreas Schwab <schwab@suse.de>
7328
7329 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7330 on the name of the tar buffer. Verify that the existing buffer is
7331 visiting the same subfile.
7332
7333 2000-12-12 Dave Love <fx@gnu.org>
7334
7335 * subdirs.el: Add obsolete.
7336
7337 2000-12-12 Gerd Moellmann <gerd@gnu.org>
7338
7339 * mail/rmailsum.el (rmail-summary-expunge)
7340 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7341 instead of rmail-confirm-expunge.
7342
7343 * replace.el (perform-replace): Don't use an empty match adjacent
7344 to a non-empty match when computing the next match before the
7345 replacement is performed.
7346
7347 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
7348
7349 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7350 definition (patch by Stefan Monnier).
7351 (glasses-mode): Use jit-lock instead of `after-change-functions'
7352 (patch by Stefan Monnier).
7353
7354 2000-12-12 Miles Bader <miles@gnu.org>
7355
7356 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7357 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7358
7359 2000-12-12 Andrew Choi <akochoi@i-cable.com>
7360
7361 * term/mac-win.el: Remove load for ls-lisp.
7362
7363 * loadup.el: Load ls-lisp for system-type `macos'.
7364
7365 2000-12-12 Miles Bader <miles@gnu.org>
7366
7367 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7368 Respect field end too.
7369 (just-one-space): Respect fields as `delete-horizontal-space'.
7370 (newline-and-indent, reindent-then-newline-and-indent):
7371 Use `delete-horizontal-space'.
7372
7373 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7374
7375 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7376 (so as to obey the field property in the minibuffer).
7377
7378 * obsolete/c-mode.el: Moved from lisp/progmodes.
7379 * obsolete/auto-show.el: Moved from lisp.
7380 * obsolete/ooutline.el: Moved from lisp/textmodes.
7381
7382 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7383
7384 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
7385 changes to list them here.
7386
7387 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7388 Too many changes to list them here.
7389
7390 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7391 Too many changes to list them here.
7392
7393 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7394
7395 2000-12-11 Gerd Moellmann <gerd@gnu.org>
7396
7397 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
7398
7399 * cus-edit.el (custom-save-variables, custom-save-faces):
7400 Comment fix.
7401
7402 * hscroll.el: Moved to `obsolete' subdir.
7403
7404 2000-12-11 Miles Bader <miles@gnu.org>
7405
7406 * window.el (window-text-height): Function removed (now in C).
7407
7408 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7409
7410 * log-edit.el (log-edit-parent-buffer): New var.
7411 (log-edit): Set it. Add BUFFER argument.
7412 (log-edit-done): Use char-before.
7413 Don't bother checking validity of vc-comment-ring.
7414 Only bury the buffer if log-edit popped it up.
7415
7416 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7417 (cvs-mode-diff-help): Remove.
7418 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
7419 (cvs-mode-marked): Set up the default for CMD manually.
7420
7421 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7422 Remove binding for ? now made unnecessary.
7423
7424 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7425
7426 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7427 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7428
7429 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7430 when master file is not open.
7431
7432 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7433
7434 * progmodes/ada-stmt.el: Update `maintainer'.
7435
7436 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
7437
7438 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7439 choices to match documentation string.
7440
7441 2000-12-09 Miles Bader <miles@gnu.org>
7442
7443 * minibuf-eldef.el: New file.
7444
7445 * window.el (fit-window-to-buffer): Don't pass last argument to
7446 pos-visible-in-window-p, now that its meaning is inverted.
7447
7448 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7449
7450 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7451 <ceder@lysator.liu.se>.
7452
7453 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7454
7455 * autoinsert.el (auto-insert-alist): Add missing final \n.
7456
7457 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7458 (cvs-menu-map): Remove.
7459 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7460 (cvs-mode-quit): Turn it back into a plain function.
7461
7462 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
7463 (texinfo-filter): Remove (move to texinfo.el).
7464
7465 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7466 file where it's more visible.
7467 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7468 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7469 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7470 (texinfo-inside-macro-p): Only catch `scan-error's.
7471 (texinfo-inside-env-p): Make better use of the match info.
7472 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7473 (texinfo-insert-@end): Slight re-organization.
7474 Also remove useless `looking-at' call.
7475
7476 2000-12-08 Andrew Innes <andrewi@gnu.org>
7477
7478 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7479 accessible in -nw mode.
7480
7481 * term/w32-win.el: Remove stuff about selection timeout, which is
7482 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7483 it is accessible in -nw mode.
7484
7485 2000-12-08 Dave Love <fx@gnu.org>
7486
7487 * emacs-lisp/lisp-mode.el (lisp-mode):
7488 Set font-lock-keywords-case-fold-search.
7489
7490 2000-12-08 Gerd Moellmann <gerd@gnu.org>
7491
7492 * textmodes/ispell.el (ispell): Doc fix.
7493
7494 2000-12-08 Kenichi Handa <handa@etl.go.jp>
7495
7496 * international/quail.el (quail-insert-decode-map): Check the
7497 frame width of a window displaying the current buffer, not that of
7498 the selected frame.
7499 (quail-help): Make sure that the help buffer has window before
7500 inserting text in it.
7501
7502 2000-12-07 Sam Steingold <sds@gnu.org>
7503
7504 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7505 Backquote is used in isearch.el, so autoloading saves nothing.
7506
7507 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7508
7509 * startup.el (normal-top-level-add-subdirs-to-load-path):
7510 Ignore the CVS and RCS subdirectories case-insensitively.
7511
7512 * dired.el (dired-insert-directory): If file-system-info is
7513 fboundp, call it instead of invoking dired-free-space-program.
7514
7515 2000-12-07 Gerd Moellmann <gerd@gnu.org>
7516
7517 * server.el (server-visit-files): Push files on file-name-history.
7518
7519 * progmodes/cc-langs.el: Update copyright.
7520
7521 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7522
7523 * bindings.el (mode-line-mode-menu): Add glasses-mode.
7524
7525 * bindings.el (mode-line-mode-menu): Reverse the order
7526 of define-keys so that the menu appears in alphabetical order.
7527
7528 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
7529
7530 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7531 of the function.
7532
7533 2000-12-07 Dave Love <fx@gnu.org>
7534
7535 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7536
7537 * facemenu.el (facemenu-unlisted-faces): Fix value.
7538
7539 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7540
7541 * font-lock.el (font-lock-default-fontify-region):
7542 Include the terminating \n (off-by-one error).
7543 (font-lock-set-defaults): Use dolist.
7544
7545 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7546
7547 2000-12-07 Kenichi Handa <handa@etl.go.jp>
7548
7549 * international/mule-cmds.el (describe-language-environment):
7550 Fix for the case that an input method title is not string but a list.
7551
7552 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7553 of wrong SIZE record.
7554
7555 2000-12-06 Dave Love <fx@gnu.org>
7556
7557 * newcomment.el (comment-region, comment-dwim): Doc fix.
7558
7559 * textmodes/texinfo.el: Require tex-mode when compiling.
7560 (texinfo-update-node): Doc fix.
7561 (texinfo-imenu-generic-expression): Add @anchor.
7562 (texinfo-font-lock-keywords): Add @uref.
7563 (texinfo-inside-macro-p): Don't use ignore-errors.
7564 (texinfo-insert-quote): Match more contexts.
7565
7566 * international/mule.el (decode-char, encode-char): Doc fix.
7567 (auto-coding-alist): Customize.
7568
7569 * files.el (load-file): Fix change of 2000-03-12.
7570
7571 * wid-edit.el (widget-text-keymap): Doc fix.
7572
7573 2000-12-06 Andrew Innes <andrewi@gnu.org>
7574
7575 * makefile.w32-in (lisp): Set to an absolute directory, namely
7576 $(CURDIR).
7577
7578 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7579
7580 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7581 read generated-autoload-file, and set buffer-file-coding-system to
7582 raw-text-unix after reading the file.
7583
7584 * international/mule-conf.el (file-coding-system-alist):
7585 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
7586
7587 2000-12-06 Gerd Moellmann <gerd@gnu.org>
7588
7589 * replace.el (occur): Make line-number-width 1 smaller for the
7590 colon following the line number.
7591
7592 * startup.el (fancy-splash-text, command-line-1):
7593 Use `File' for the menu name instead of `Files'.
7594
7595 * tmm.el: Update copyright.
7596
7597 * cus-start.el: Add entry for even-window-heights.
7598
7599 2000-12-06 Miles Bader <miles@gnu.org>
7600
7601 * faces.el (frame-set-background-mode): Avoid stomping on
7602 locally modified faces.
7603
7604 2000-12-06 Kenichi Handa <handa@etl.go.jp>
7605
7606 * international/fontset.el: Correct the font registries for
7607 japanese-jisx0213-1 and japanese-jisx0213-2.
7608
7609 2000-12-05 Gerd Moellmann <gerd@gnu.org>
7610
7611 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7612
7613 * iswitchb.el: Update customization commentary.
7614
7615 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
7616
7617 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7618 (tpu-search-highlight): Fixed comparison of overlay end positions.
7619 (tpu-trim-line-ends): Implemented trimming logic locally.
7620
7621 * emulation/tpu-extras.el (tpu-write-file-hook)
7622 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7623
7624 2000-12-05 Kenichi Handa <handa@etl.go.jp>
7625
7626 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7627 to cn-gb.
7628 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7629
7630 2000-12-04 Dave Love <fx@gnu.org>
7631
7632 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7633
7634 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7635
7636 * mail/rmailsum.el (rmail-summary-expunge)
7637 (rmail-summary-expunge-and-save): Ask for confirmation with
7638 rmail-expunge-confirmed.
7639
7640 * mail/rmail.el (rmail-expunge-confirmed): New function.
7641 (rmail-expunge): Use it.
7642
7643 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7644
7645 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
7646 (etags-recognize-tags-table, find-tag-in-order):
7647 New functionality: interpret file names as tags.
7648
7649 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7650
7651 * info.el (Info-scroll-prefer-subnodes): New defcustom.
7652 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7653 the first subnode until the bottom of the current node is visible.
7654
7655 2000-12-04 Gerd Moellmann <gerd@gnu.org>
7656
7657 * format.el (format-decode): Don't change buffer's undo list.
7658
7659 2000-12-04 Kenichi Handa <handa@etl.go.jp>
7660
7661 * faces.el (face-font-registry-alternatives): Add entries for CJK
7662 fonts. Doc-string adjusted for the actual usage of this data.
7663
7664 * international/fontset.el: Change the font registries for CJK
7665 fonts in the default fontset. Don't append '*' to registries.
7666
7667 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7668
7669 * emacs-lisp/easy-mmode.el (define-derived-mode)
7670 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7671
7672 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7673 (derived-mode-p): New function.
7674 (derived-mode-make-docstring): Add `docstring' argument.
7675 Use it if available and complete it if necessary.
7676
7677 2000-12-03 Andreas Schwab <schwab@suse.de>
7678
7679 * type-break.el (type-break): Don't make parent of itself.
7680
7681 2000-12-03 Miles Bader <miles@gnu.org>
7682
7683 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7684
7685 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7686
7687 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7688 (tex-main-file, tex-file): Simplify.
7689 (tex-generate-zap-file-name): Use subst-char-in-string.
7690 (tex-strip-dots): Remove.
7691
7692 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7693
7694 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7695 to check if the match succeeded.
7696
7697 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7698
7699 * startup.el (use-fancy-splash-screens-p): New function.
7700 (command-line-1): Use it to determine whether or not to use
7701 a fancy splash screen.
7702
7703 2000-12-02 Andreas Schwab <schwab@suse.de>
7704
7705 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7706
7707 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7708
7709 * international/mule.el (make-char): Fix last change.
7710
7711 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7712 New defcustoms.
7713 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
7714 autoloading tex-mode; instead, do the same manually.
7715 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
7716 with numeric argument. Docstring fix.
7717 (toplevel): Require cl when compiling.
7718
7719 * international/mule.el (make-char): Doc fix.
7720
7721 2000-12-02 Jason Rumney <jasonr@gnu.org>
7722
7723 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7724 the Emacs Lisp manual)
7725
7726 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7727
7728 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7729
7730 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7731 the Emacs Lisp manual).
7732
7733 2000-12-02 Gerd Moellmann <gerd@gnu.org>
7734
7735 * simple.el (next-line-add-newlines): Change default to nil.
7736
7737 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7738
7739 * files.el (revert-buffer, recover-file):
7740 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
7741
7742 2000-12-01 Gerd Moellmann <gerd@gnu.org>
7743
7744 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7745
7746 2000-12-01 Miles Bader <miles@gnu.org>
7747
7748 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7749
7750 2000-12-01 Kenichi Handa <handa@etl.go.jp>
7751
7752 * international/mule-diag.el (describe-char-after): Fix typo.
7753 (describe-character-set, non-iso-charset-alist): Fix typo.
7754
7755 2000-12-01 Miles Bader <miles@gnu.org>
7756
7757 * image-file.el (image-file-name-regexp): Automatically add
7758 upper-case variants of each filename extension in
7759 `image-file-name-extensions', since they seem to be common.
7760
7761 * simple.el (minibuffer-contents)
7762 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7763 New functions.
7764 * filecache.el (file-cache-directory-name)
7765 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7766
7767 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
7768
7769 * filecache.el (file-cache-minibuffer-complete): Don't try to
7770 delete the minibuffer prompt.
7771
7772 2000-11-30 Dave Love <fx@gnu.org>
7773
7774 * cus-start.el: Fix read-buffer-function type.
7775
7776 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7777
7778 * md5.el: Removed. There's a built-in function, now.
7779
7780 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
7781
7782 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7783 as dummy 0-th char of rmail-deleted-vector.
7784
7785 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7786
7787 * ps-print.el (ps-end-job): Bind case-fold-search only after
7788 switching to ps-spool-buffer.
7789
7790 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7791
7792 * ps-print.el: Line number font customization. PostScript: Lines and
7793 PageCount are initialized on each page. Doc Fix.
7794 (ps-print-version): New version number (6.3.2).
7795 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7796 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7797 (ps-right-header): Customization fix.
7798 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7799 Fix code.
7800 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7801 New vars.
7802
7803 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7804
7805 * bs.el: Fix typos and spelling errors.
7806 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7807 (bs-configuration): Doc fix.
7808
7809 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7810
7811 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
7812
7813 * emulation/tpu-edt.el (tpu-version): New version.
7814 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7815 (tpu-original-mode-line): Variable deleted.
7816 (tpu-mark-flag): New initial value.
7817 (tpu-set-mode-line): Don't redefine mode-line-format.
7818 Add tpu-mark-flag to minor-mode-alist.
7819 (tpu-update-mode-line): New mark flag logic.
7820 (tpu-get): Use find-file-wildcards.
7821 (tpu-search-highlight): Move overlay less, reset overlay properly.
7822 (tpu-unselect): Deactivate mark.
7823 (tpu-lm-replace): Reset overlay properly.
7824 (tpu-forward-line): Use forward-visible-line.
7825 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7826
7827 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
7828
7829 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7830
7831 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7832
7833 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7834
7835 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7836 and skip whitespace and newlines.
7837
7838 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7839
7840 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7841
7842 2000-11-29 Gerd Moellmann <gerd@gnu.org>
7843
7844 * help.el (describe-function-1): Regexp-quote function name
7845 when used as part of a regexp.
7846
7847 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7848 Use face-attribute instead of face-foreground and face-background.
7849 (tool-bar-add-item): Likewise, and handle unspecified colors.
7850
7851 * enriched.el (enriched-face-ans): Use face-attribute instead
7852 of face-foreground and face-background.
7853
7854 * faces.el (face-foreground, face-background, face-stipple):
7855 Return nil if attribute is unspecified, for backward compatibility.
7856
7857 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7858
7859 * play/5x5.el: Remove version info.
7860
7861 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7862
7863 * frame.el (blink-cursor-mode): Doc fix.
7864
7865 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7866
7867 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7868 to create Makefile rules.
7869 (antlr-tool-command): New user option.
7870 (antlr-ask-about-save): New user option.
7871 (antlr-makefile-specification): New user option.
7872 (antlr-file-formats-alist): New variable.
7873 (antlr-special-file-formats): New variable.
7874 (antlr-unknown-file-formats): New user option.
7875 (antlr-help-unknown-file-text): New variable.
7876 (antlr-help-rules-intro): New variable.
7877 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7878 (antlr-mode-menu): Add entries.
7879 (antlr-file-dependencies): New function.
7880 (antlr-directory-dependencies): New function.
7881 (antlr-superclasses-glibs): New function.
7882 (antlr-run-tool): New command.
7883 (antlr-makefile-insert-variable): New function.
7884 (antlr-insert-makefile-rules): New function.
7885 (antlr-show-makefile-rules): New command.
7886
7887 * antlr-mode.el: More Emacs/XEmacs stuff.
7888 (antlr-no-action-keywords): New constant with value nil.
7889 (antlr-font-lock-keywords-alist): Use it. Old value would break
7890 syntax highlighting in Emacs-21.0.
7891 (antlr-default-directory): Emacs/XEmacs dependend function.
7892 (antlr-read-shell-command): Ditto.
7893 (antlr-with-displaying-help-buffer): Ditto.
7894
7895 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7896
7897 * antlr-mode.el: imenu, parsing and highlighting changes.
7898 (antlr-imenu-create-index-function): Don't create extra submenus
7899 for definitions in different grammar classes. It is not necessary
7900 for the menu and would make command `imenu' awkward to use.
7901 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7902 header actions and more than one.
7903 (antlr-font-lock-tokendef-face): Changed color.
7904 (antlr-font-lock-tokenref-face): Changed color.
7905 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7906 (antlr-mode-syntax-table): New variable.
7907 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7908 (antlr-with-syntax-table): Don't copy syntax table.
7909
7910 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7911
7912 * antlr-mode.el: Minor changes: language setting.
7913 (antlr-language-alist): The value for file option "language" can
7914 be both an identifier and a string.
7915 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7916 (antlr-language-limit-n-regexp): Change accordingly.
7917
7918 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7919
7920 * antlr-mode.el: Minor changes: tabs, hiding.
7921 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7922 (antlr-action-visibility): Also allow value nil to also hide the
7923 braces. Renamed from `antlr-tiny-action-length'.
7924 Suggested by Jay@aol.com.
7925 (antlr-hide-actions): Change accordingly. Hide line if completely
7926 hidden action is on a line of its own.
7927
7928 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7929
7930 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7931
7932 * sort.el (sort-columns): Don't concat strings with numbers.
7933
7934 2000-11-29 Dave Love <fx@gnu.org>
7935
7936 * cus-edit.el (face): Fix :format.
7937
7938 * mail/feedmail.el: Require smtpmail when compiling.
7939 (mail-do-fcc): Autoload.
7940 (feedmail) <defgroup>: Fix :link.
7941 (feedmail-nuke-body-in-fcc): Fix :type.
7942 (feedmail-send-it): Add autoload cookie.
7943
7944 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7945
7946 * newcomment.el (comment-indent): Save excursion around call to
7947 comment-indent-function.
7948
7949 2000-11-29 Miles Bader <miles@gnu.org>
7950
7951 * subr.el (member-ignore-case): Return the tail of the list who's
7952 car matches, like `member', not the matching element itself.
7953
7954 2000-11-29 Kenichi Handa <handa@etl.go.jp>
7955
7956 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
7957 should not contain `\n'.
7958
7959 2000-11-28 Gerd Moellmann <gerd@gnu.org>
7960
7961 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7962
7963 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7964
7965 * dired-aux.el (dired-do-create-files): Construct default file
7966 name for dired-mark-read-file-name so that when the user enters
7967 just RET, the target file will end up in the target directory.
7968
7969 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7970 local-abbrev-table before changing buffers because it might
7971 have a buffer-local binding.
7972
7973 2000-11-28 Miles Bader <miles@gnu.org>
7974
7975 * simple.el (delete-horizontal-space): Handle fields more generally.
7976
7977 2000-11-28 Gerd Moellmann <gerd@gnu.org>
7978
7979 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7980
7981 2000-11-28 Dave Love <fx@gnu.org>
7982
7983 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7984 comment-start-skip locally.
7985
7986 * progmodes/fortran.el (fortran-mode): Don't set
7987 fortran-comment-line-start-skip. Set comment-start to
7988 fortran-comment-line-start.
7989 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7990 (fortran-comment-line-start-skip): Simplify slightly.
7991
7992 2000-11-28 Gerd Moellmann <gerd@gnu.org>
7993
7994 * play/5x5.el: Remove RCS keyword.
7995
7996 * bs.el: Mistaken commit, undone 2000-11-30.
7997
7998 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
7999
8000 * textmodes/tildify.el (tildify-string-alist):
8001 Add `plain-tex-mode' here.
8002
8003 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8004
8005 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8006 reference.
8007
8008 2000-11-28 Miles Bader <miles@gnu.org>
8009
8010 * cus-face.el (custom-face-attributes): Add post-filter function
8011 for :box. Make pre-filter function for :box handle all cases.
8012
8013 * wid-edit.el (widget-choose): Make sure pop-up window is large
8014 enough to display all the choices, as there's no way to scroll it.
8015
8016 2000-11-28 Kenichi Handa <handa@etl.go.jp>
8017
8018 * international/mule-conf.el: Make the coding system no-conversion
8019 safe for all characters.
8020
8021 2000-11-27 Dave Love <fx@gnu.org>
8022
8023 * net/ldap.el (ldap) <defgroup>: Add :version.
8024
8025 * tooltip.el (tooltip-use-echo-area): Doc fix.
8026
8027 * cus-start.el <minibuffer-prompt-properties>: Add version.
8028 <read-buffer-function>: Add.
8029
8030 * apropos.el (apropos-print): Add help-echo to active text.
8031
8032 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8033
8034 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8035
8036 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8037 type, group and version.
8038
8039 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8040
8041 * select.el (x-get-selection): Docstring fix.
8042
8043 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
8044
8045 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8046
8047 2000-11-27 Andrew Innes <andrewi@gnu.org>
8048
8049 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8050
8051 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8052
8053 2000-11-27 Miles Bader <miles@gnu.org>
8054
8055 * dired.el (dired-get-filename): Return filename verbatim if
8056 LOCALP is `verbatim'.
8057 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8058 `verbatim' so that we don't inadvertently delete a non-existant
8059 directory name.
8060
8061 2000-11-27 Kenichi Handa <handa@etl.go.jp>
8062
8063 * international/characters.el: Specify cases and syntaxes for
8064 mule-unicode-0100-24ff.
8065
8066 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8067
8068 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8069 that foreground and/or background colors of the face `tool-bar'
8070 are unspecified.
8071
8072 2000-11-27 Miles Bader <miles@gnu.org>
8073
8074 * wid-edit.el (widget-field-buffer, widget-field-start)
8075 (widget-field-end): Handle widget field `pseudo-overlays'.
8076 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8077 if it's there instead of in `widget-field-list'.
8078
8079 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
8080 (help-make-xrefs): Delete extraneous newlines at the end of the
8081 docstring.
8082
8083 2000-11-25 Jason Rumney <jasonr@gnu.org>
8084
8085 * startup.el (command-line): Call set-locale-environment after
8086 Window System init file is read, as it can result in a call to
8087 redraw-frame.
8088
8089 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8090
8091 * simple.el (shell-command): Mention the effect of the prefix
8092 argument in the doc string.
8093
8094 2000-11-25 Miles Bader <miles@gnu.org>
8095
8096 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8097
8098 * wid-edit.el (widget-field-value-delete): Don't try to delete
8099 overlay when it's the `pseudo-overlay' that exists at some points.
8100
8101 2000-11-24 Jason Rumney <jasonr@gnu.org>
8102
8103 * international/mule-cmds.el (locale-language-names): Add "jp" as
8104 a non-standard alternative for Japanese.
8105
8106 2000-11-24 Andre Spiegel <spiegel@gnu.org>
8107
8108 * vc-hooks.el: Require 'cl during compilation.
8109
8110 2000-11-24 Gerd Moellmann <gerd@gnu.org>
8111
8112 * faces.el (face-set-after-frame-default): Let face attributes
8113 specified for new frames override frame parameters.
8114
8115 * startup.el (command-line): Fix computation of the source file
8116 for user-init-file when user-init-file is a compiled file.
8117
8118 2000-11-24 Miles Bader <miles@gnu.org>
8119
8120 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
8121 (custom-post-filter-face-spec): New functions.
8122 (custom-face-set, custom-face-value-create): Filter the face spec
8123 before and after customization.
8124 (custom-face-set): If VALUE specifies a null face, pass a
8125 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8126 * cus-face.el (custom-face-attributes): Remove SET and GET
8127 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8128 cases they're needed.
8129
8130 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8131 that it's distinguishable from the :off-glyph on dark-background
8132 displays. Set its background color too.
8133
8134 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8135 so that people can easily turn it off.
8136
8137 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
8138
8139 * ediff-diff.el: Moved variables around to have it compile under NT.
8140
8141 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
8142
8143 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
8144
8145 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
8146 redundant skip-small-frames test.
8147
8148 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
8149 (viper-downgrade-to-insert): Protect against errors in hooks.
8150
8151 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8152 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
8153 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8154 New functions.
8155
8156 * viper-util.el (viper-memq-char): Bug fixes.
8157
8158 * viper.el (viper-mode): Fix cursor handling.
8159
8160 2000-11-24 Kenichi Handa <handa@etl.go.jp>
8161
8162 * international/mule-diag.el (list-iso-charset-chars):
8163 For two-byte charset, fix the `while' condition.
8164 (list-non-iso-charset-chars): Fix the `while' condition.
8165
8166 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8167
8168 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8169 if the variable is make-variable-buffer-local.
8170
8171 * progmodes/ada-stmt.el (ada-template-map):
8172 Initialize and bind it to C-c t in ada-mode-map.
8173 (ada-stmt-mode-hook): New function extracted from old code.
8174 Only change the buffer-local side of skeleton-*.
8175 (ada-mode-hook): Use it.
8176
8177 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8178
8179 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8180 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8181 we expect to be returned by minibuffer-depth once we prompt the
8182 user in the minibuffer.
8183 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8184 as recorded in iswitchb-minibuf-depth, return non-nil.
8185
8186 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8187
8188 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8189 (hscroll-window-maybe): Docstring fix.
8190
8191 2000-11-23 Dave Love <fx@gnu.org>
8192
8193 * rect.el (string-rectangle): Don't test delete-selection-mode.
8194
8195 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8196
8197 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8198 is in the tool bar.
8199
8200 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8201 with `no-dir'; we want the directory part to be able to remove it.
8202
8203 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8204
8205 * textmodes/outline.el (outline-flag-region):
8206 Don't bind inhibit-read-only since we don't modify the buffer.
8207 (outline-isearch-open-invisible): Don't jump to overlay-start
8208 since we're trying to unhide text around point.
8209 (outline-discard-overlays): Use dolist.
8210
8211 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8212
8213 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8214
8215 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
8216
8217 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8218
8219 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8220 Fix ARG regexp to skip quoted braces.
8221 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8222 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8223 are (correctly) handled separately).
8224 Remove `caption' and `footnote' from `citations': they contain text.
8225 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8226 (latex-skeleton-end-hook): New function.
8227 (latex-mode): Use it.
8228 (tex-start-tex-marker): Remove.
8229 (tex-send-tex-command): Don't set tex-start-tex-marker.
8230 (tex-error-parse-syntax-table): New var.
8231 (tex-compilation-parse-errors): Use it.
8232 Ignore tex-start-tex-marker. Don't bother with marker-position.
8233 (tex-validate-buffer): Don't bother with marker-position.
8234
8235 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
8236 (flyspell-generic-progmode-verify): Use it.
8237
8238 2000-11-22 Sam Steingold <sds@gnu.org>
8239
8240 * simple.el (delete-trailing-whitespace): New interactive function.
8241
8242 * progmodes/ada-mode.el (ada-mode): Use it instead of
8243 `ada-remove-trailing-spaces'.
8244 (ada-remove-trailing-spaces): Removed.
8245
8246 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
8247
8248 * textmodes/picture.el (picture-clean): Removed.
8249 (picture-mode-exit): Call it instead of `picture-clean'.
8250
8251 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8252
8253 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8254
8255 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8256 jit-lock-fontify-buffer; it should anyway be unneccessary to
8257 do anything special when jit-lock is active.
8258 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8259
8260 2000-11-22 Dave Love <fx@gnu.org>
8261
8262 * calendar/todo-mode.el (todo-top-priorities): Use
8263 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8264
8265 * language/chinese.el, language/cyrillic.el:
8266 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8267 * language/hebrew.el, language/indian.el, language/japanese.el:
8268 * language/korean.el, language/lao.el, language/misc-lang.el:
8269 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8270 Use provide.
8271
8272 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8273 (custom-variable-set): Improve validation error mesage.
8274
8275 * rect.el (string-rectangle): Revert last change.
8276 (string-rectangle-line): New arg DELETE.
8277 (string-rectangle): Check delete-selection-mode.
8278
8279 * emacs-lisp/edebug.el (edebug-version)
8280 (edebug-maintainer-address): Deleted.
8281 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8282 (edebug-read-function): Account for other `'#' read forms.
8283 (edebug-mode-menus): Make some items toggles.
8284 (edebug-outside-unread-command-event, unread-command-event):
8285 Remove these to avoid warnings.
8286
8287 2000-11-22 David Ponce <david@dponce.com>
8288
8289 * recentf.el (recentf-menu-items-for-commands)
8290 (recentf-make-menu-items, recentf-make-menu-item)
8291 (recentf-filter-changer): Added :help and :active menu-item properties.
8292
8293 (recentf-build-dir-rules, recentf-dump-variable)
8294 (recentf-edit-list, recentf-open-files-item)
8295 (recentf-open-files): Replaced unnecessary `mapcar' with new
8296 built-in `mapc'.
8297
8298 2000-11-23 Miles Bader <miles@gnu.org>
8299
8300 * faces.el (menu): Make inverse-video on ttys too.
8301
8302 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8303
8304 * simple.el (comment-line-break-function): Use the new name
8305 indent-new-comment-line -> comment-indent-new-line.
8306 (clone-indirect-buffer): Don't ignore NORECORD.
8307 (next-completion): Properly handle the case where items are adjacent.
8308
8309 * mouse.el (popup-menu): Stupid typo.
8310
8311 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8312
8313 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8314 maintainer, keywords tags.
8315
8316 * rect.el (replace-rectangle): Don't call string-rectangle-line
8317 with too many arguments.
8318
8319 2000-11-22 Andre Spiegel <spiegel@gnu.org>
8320
8321 * ediff-util.el (ediff-file-checked-out-p)
8322 (ediff-file-checked-in-p): Call vc-state instead of
8323 vc-locking-user, which no longer exists.
8324
8325 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8326
8327 2000-11-22 Dave Love <fx@gnu.org>
8328
8329 * md5.el (md5): Provide.
8330 (md5): Fix error call.
8331
8332 2000-11-22 Miles Bader <miles@gnu.org>
8333
8334 * textmodes/refill.el (refill-adjust-ignorable-overlay)
8335 (refill-fill-paragraph-at): Remove debugging code.
8336
8337 * calendar/calendar.el (generate-calendar-window): When we don't
8338 call `fit-window-to-buffer', make sure the top line is fully visible.
8339
8340 * image-file.el (insert-image-file): Don't make `read-only'
8341 property rear-nonsticky.
8342
8343 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8344 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8345 stashing away its original value.
8346 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8347 in the recursive edit.
8348 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8349 (isearch-done): Restore `minibuffer-message-timeout'.
8350
8351 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8352
8353 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8354
8355 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8356
8357 * find-lisp.el (find-lisp-find-files-internal):
8358 Use dolist, when and file-name-as-directory.
8359
8360 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
8361 (define-derived-mode, define-minor-mode): Add specs.
8362
8363 * window.el: General comment and spacing fixes.
8364 (save-selected-window): Use backquotes.
8365 (window-safely-shrinkable-p): New function.
8366 (shrink-window-if-larger-than-buffer): Use it.
8367
8368 * subr.el (make-local-hook): Docstring fix.
8369
8370 * shell.el (shell-mode): Use define-derived-mode.
8371
8372 * newcomment.el (comment-indent): Insert comment before calling
8373 comment-indent-function. Don't insert in column 0.
8374 (comment-dwim): Indent before inserting comment.
8375
8376 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8377 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8378 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8379 Use mapc rather than map.
8380
8381 * files.el (find-buffer-visiting): Compare all attributes before
8382 declaring two files identical (rather than just their inode-no).
8383 (auto-mode-alist): Use \' rather than $.
8384
8385 * which-func.el: Update maintainer line.
8386
8387 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8388 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8389 (uniquify-buffer-file-name): Use it.
8390
8391 2000-11-22 Miles Bader <miles@gnu.org>
8392
8393 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8394 * simple.el (minibuffer-avoid-prompt): New function.
8395
8396 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8397
8398 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8399
8400 2000-11-21 Miles Bader <miles@gnu.org>
8401
8402 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8403 inclusion of `track-mouse'.
8404
8405 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8406 (refill-adjust-ignorable-overlay): New function.
8407 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8408 only the paragraph's tail if possible.
8409 Update `refill-ignorable-overlay'.
8410 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8411
8412 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8413 point inside the fill-prefix.
8414
8415 * textmodes/refill.el (refill-post-command-function): Don't reset
8416 refill-doit in the case where a self-insertion command doesn't
8417 case a refill. Use `refill-fill-paragraph-at', getting position
8418 from `refill-doit'.
8419 (refill-after-change-function): Set `refill-doit' to END.
8420 (refill-fill-paragraph-at): New function, mostly from old
8421 refill-fill-paragraph.
8422 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8423 (refill-pre-command-function): New function.
8424 (refill-mode): Add it to `pre-command-hook'.
8425
8426 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8427
8428 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8429
8430 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8431 javadoc tags.
8432
8433 2000-11-20 Andre Spiegel <spiegel@gnu.org>
8434
8435 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8436 vc.el).
8437
8438 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
8439 require vc.
8440
8441 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
8442 checkouts.
8443
8444 2000-11-20 Dave Love <fx@gnu.org>
8445
8446 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8447
8448 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
8449
8450 * calculator.el (calculator-paste): Use `if' instead of `and'
8451 and `or'.
8452 (calculator-help): Don't use electric-describe-mode for XEmacs.
8453
8454 2000-11-19 Gerd Moellmann <gerd@gnu.org>
8455
8456 * info.el (info-menu-5): Doc fix.
8457
8458 * textmodes/artist.el: New file.
8459
8460 2000-11-19 Andre Spiegel <spiegel@gnu.org>
8461
8462 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
8463 and differentiate according to checkout model.
8464 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8465 since this function is only concerned with master state.
8466
8467 * vc-hooks.el (vc-workfile-unchanged-p)
8468 (vc-default-workfile-unchanged-p): Moved here from vc.el.
8469
8470 * vc.el (vc-workfile-unchanged-p)
8471 (vc-default-workfile-unchanged-p): See above.
8472
8473 2000-11-19 Miles Bader <miles@gnu.org>
8474
8475 * image-file.el (insert-image-file): Make `intangible' and
8476 `read-only' properties rear-nonsticky too.
8477
8478 2000-11-18 Gerd Moellmann <gerd@gnu.org>
8479
8480 * ps-print.el: Update copyright notice.
8481
8482 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8483 (tooltip-show): Use the offsets.
8484
8485 * bindings.el (mode-line-modified): Fix a typo.
8486 (mode-line-toggle-modified, mode-line-widen)
8487 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8488
8489 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8490
8491 * ps-print.el (toplevel): Test for find-coding-system being
8492 fboundp before calling ps-x-find-coding-system.
8493
8494 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8495
8496 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8497 (vc-version-backup-file): Docstring fix.
8498
8499 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8500
8501 * files.el (basic-save-buffer): Don't add a newline if
8502 find-file-literally is non-nil.
8503 (find-file-literally): Extend doc string.
8504
8505 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8506 sort(1) with the `-f' argument.
8507
8508 2000-11-16 Andre Spiegel <spiegel@gnu.org>
8509
8510 * vc.el: Updated backend documentation.
8511 (vc-default-check-headers): New function.
8512
8513 * vc-{cvs,rcs,sccs}.el: Functions reordered.
8514
8515 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8516 up-to-date.
8517 (vc-do-command): In the asynchronous case, output messages only if
8518 the minibuffer is not active.
8519
8520 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8521 `vc-cvs-use-edit' is on.
8522 (vc-cvs-checkout): When this is used for reverting the workfile,
8523 make a backup of the original contents and revert to that in case
8524 of error.
8525 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
8526 remote repositories.
8527
8528 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8529 for both version and ratio in the minibuffer.
8530
8531 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8532 Use vc-do-command to perform the annotation, not call-process.
8533
8534 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8535
8536 * international/quail.el (quail-start-translation): Don't call
8537 `message' before reading key sequence.
8538
8539 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8540
8541 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8542
8543 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8544
8545 * window.el (fit-window-to-buffer): Be sure to acquire at least
8546 one text line even if the buffer is empty.
8547
8548 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8549
8550 * net/ange-ftp.el (ange-ftp-file-writable-p)
8551 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8552 Bind ange-ftp-process-verbose to nil.
8553
8554 2000-11-15 Dave Love <fx@gnu.org>
8555
8556 * wid-edit.el (widget-specify-field, widget-specify-button):
8557 If :help-echo is a function, set help-echo of overlay to
8558 widget-mouse-help.
8559 (widget-mouse-help): New function.
8560 (widget-echo-help): Rewritten for :help-echo functions only taking
8561 a widget arg.
8562
8563 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8564 Use display-graphic-p.
8565 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8566 and that JPEG is available.
8567 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8568
8569 * international/mule-cmds.el (locale-charset-language-names):
8570 Match @euro.
8571
8572 2000-11-15 Gerd Moellmann <gerd@gnu.org>
8573
8574 * faces.el (face-set-after-frame-default):
8575 If `inhibit-default-face-x-resources' is bound, don't intialize the
8576 default face from X resources.
8577
8578 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8579
8580 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8581 Don't set EMACSLOADPATH.
8582
8583 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8584
8585 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8586 texinfo-insert-@url.
8587 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8588 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8589
8590 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8591
8592 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8593 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8594 (checkdoc-minor-keymap): Backward compatibility.
8595 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8596 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8597 (checkdoc-this-string-valid-engine): Be a bit more strict
8598 to avoid matching substrings of `...' quoted vars/funs.
8599 (checkdoc-defun-info): Only look for `interactive' if alone.
8600 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8601
8602 * progmodes/compile.el (grep): `tag-default' can be nil.
8603
8604 * newcomment.el (comment-indent): Paren typo.
8605
8606 2000-11-14 Dave Love <fx@gnu.org>
8607
8608 * calculator.el: New maintainer version.
8609
8610 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
8611
8612 * cmuscheme.el: Doc fixes.
8613 (cmuscheme) <defgroup>: Use `scheme' as parent.
8614 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8615
8616 * xscheme.el (scheme-program-name): Don't define here.
8617
8618 * progmodes/scheme.el (scheme-program-name): New variable
8619 (originally in cmuscheme).
8620
8621 2000-11-14 Miles Bader <miles@gnu.org>
8622
8623 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8624 Handle header-lines. Don't loop forever if we can't enlarge the
8625 window anymore. Simplify a bit.
8626
8627 2000-11-14 Kenichi Handa <handa@etl.go.jp>
8628
8629 * window.el (fit-window-to-buffer): Don't check
8630 window-text-height. Assure that the last line is fully visible.
8631
8632 * international/quail.el (quail-show-guidance-buf):
8633 Call fit-window-to-buffer to assure the enough height of the guidance
8634 buffer.
8635 (quail-update-guidance): Avoid making the guidance buffer shorter.
8636
8637 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8638
8639 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8640 rather than `prepend' and add an interesting comment.
8641 (tex-math-face, tex-font-lock-syntactic-face-function):
8642 New face and function to use it.
8643 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8644 than `menu-enable' symbol property.
8645 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8646 (tex-mode): Add some latex-mode commands for auto-selection.
8647 Use tex-font-lock-syntactic-face-function.
8648 (tex-insert-quote): Simplify.
8649 (tex-shell): New mode.
8650 (tex-start-shell): Use it.
8651 (tex-shell-proc, tex-shell-buf): New functions.
8652 (tex-send-command): Use it.
8653 (tex-main-file): Fix the meaning of the new arg REALFILE.
8654 (tex-send-tex-command): New function split from `tex-start-tex'.
8655 Set compilation-last-buffer and compilation-parsing-end.
8656
8657 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8658 when it follows non-comment text on the line.
8659
8660 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8661 Set font-lock-defaults.
8662 (lisp-mode-shared-map): Init inside the defvar.
8663 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8664 Use define-derived-mode.
8665
8666 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8667
8668 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8669
8670 2000-11-14 Gerd Moellmann <gerd@gnu.org>
8671
8672 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8673 Don't recursively optimize body because that can lead to infinite
8674 recursion; see comment there.
8675
8676 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8677
8678 * faces.el (face-spec-set-match-display): Revert the change from
8679 2000-10-24. Add a FIXME for after v21.1.
8680
8681 2000-11-13 Miles Bader <miles@gnu.org>
8682
8683 * textmodes/fill.el (skip-line-prefix): New function.
8684 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8685 (fill-paragraph): Don't leave point inside the fill-prefix.
8686 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8687 point inside the fill-prefix.
8688
8689 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8690
8691 * calendar/calendar.el (generate-calendar-window):
8692 Use `fit-window-to-buffer'.
8693
8694 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8695
8696 * gud.el (gud-minor-mode): New var.
8697 (gud-symbol, gud-val): New functions.
8698 (gud-find-file): Copy gud-minor-mode to the new buffer.
8699 (gud-menu-map): Include entries for commands that are not always
8700 available, using :enable to (de)activate them.
8701 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8702 (gud-mode-map): New map.
8703 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
8704 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8705 Don't set up gud's menu (it's done by the minor-mode).
8706 (gud-minibuffer-local-map): New.
8707 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8708 (gud-query-cmdline): New function.
8709 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8710 (gud-mode): Use define-derived-mode.
8711 Don't set up gud's menu (it's done by the minor-mode).
8712 (gud-chop-words): Remove.
8713 (gud-common-init): Use split-string instead.
8714 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8715
8716 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8717 Add keyword arg :name.
8718
8719 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8720 (diff-count-matches, diff-split-hunk): New functions.
8721 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8722
8723 * pcvs-info.el (cvs-fi-conflict-face): New var.
8724
8725 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8726 Make it into a simple syntax-table, shared among all submodes.
8727 (sh-heredoc-face): Re-introduce.
8728 (sh-font-lock-syntactic-face-function): New function.
8729 (sh-mode): Use it. Also use define-derived-mode.
8730 Remove old bogus setting of indent-region-function.
8731 (sh-set-shell): Don't set the syntax-table any more.
8732 (sh-mode-syntax-table) <defun>: Remove.
8733
8734 2000-11-12 Miles Bader <miles@gnu.org>
8735
8736 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8737 message if interactive.
8738
8739 2000-11-12 Dave Love <fx@gnu.org>
8740
8741 * mail/feedmail.el: Fix header,
8742 (feedmail) <defgroup>: Add :link.
8743
8744 * view.el: Use local-map property, not keymap on mode-line string.
8745
8746 * scroll-all.el (scroll-all-mode): Customize variable.
8747 Add autoload cookie to function.
8748
8749 * lazy-lock.el: Remove compatibility code.
8750
8751 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8752 (finder-help-echo): New variable.
8753 (finder-mouse-face-on-line): Add help-echo stuff.
8754 (finder-list-keywords, finder-list-matches): Use mapc.
8755
8756 * faces.el (face-font-registry-alternatives): Add :version.
8757
8758 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8759 tags-table-list.
8760
8761 * net/browse-url.el (browse-url-browser-function): Update :version.
8762
8763 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
8764 (mail-mode): Use [:alnum:] in some regexps.
8765
8766 2000-11-10 Dave Love <fx@gnu.org>
8767
8768 * ediff.el (ediff-regions-internal, ediff-documentation):
8769 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8770 fundamental mode.
8771
8772 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8773 buffer into fundamental mode.
8774 (ediff-set-difference): Use copy-sequence if available.
8775
8776 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8777 Check ediff-patch-map non-nil.
8778 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8779 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8780 buffer into fundamental mode.
8781
8782 * ediff-merg.el (state-or-merge): Defvar when compiling.
8783
8784 2000-11-10 Jason Rumney <jasonr@gnu.org>
8785
8786 * w32-fns.el (w32-add-charset-info): New function.
8787 (w32-charset-info-alist): Use it.
8788
8789 2000-11-10 Gerd Moellmann <gerd@gnu.org>
8790
8791 * faces.el (face-font-registry-alternatives): New user-option.
8792
8793 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8794
8795 * textmodes/texinfo.el (texinfo-block-default): New var.
8796 (texinfo-insert-block): Use it. Insert a newline if needed.
8797
8798 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8799 (fill-region-as-paragraph): Use it.
8800
8801 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8802 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8803 Tweak paragraph regexps to allow a leading [ \t]*.
8804 (tex-latex-block): Insert a newline if necessary.
8805 (latex-insert-item): Only insert a newline if necessary.
8806 (tex-guess-main-file): New function.
8807 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8808 Set tex-main-file if TeX-master is provided.
8809 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8810
8811 2000-11-10 Gerd Moellmann <gerd@gnu.org>
8812
8813 * startup.el (command-line): Set the default tooltip-mode
8814 to t for graphical displays which implement x-show-tip.
8815
8816 * tooltip.el (tooltip-mode): Add a comment about startup.el
8817 setting the default value of this user-option.
8818
8819 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8820
8821 * font-lock.el (font-lock-*-face) <defvar>: Move.
8822 (font-lock-defaults-alist): Mark obsolete.
8823 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8824 (font-lock-mode): Use define-minor-mode.
8825 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8826 (font-lock-turn-off-thing-lock): Be more explicit.
8827 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8828 (font-lock-syntactic-face-function): New var.
8829 (font-lock-fontify-syntactically-region): Use it.
8830 (font-lock-doc-face): New.
8831
8832 * pcvs.el (cvs-enabledp): Ignore errors.
8833 (cvs-commit-filelist): Never query.
8834 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8835 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8836 (cvs-do-removal): Use cvs-partition rather than delete-if.
8837 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8838 cvs-bury-buffer.
8839
8840 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8841 Allow `next' to jump to after the end of the last match.
8842
8843 2000-11-09 Gerd Moellmann <gerd@gnu.org>
8844
8845 * simple.el (byte-compiling-files-p): New function.
8846
8847 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8848 if it is there.
8849
8850 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8851 nil again.
8852
8853 * textmodes/ispell.el (ispell-library-path): Don't call
8854 check-ispell-version when byte-compiling because that starts
8855 an ispell process, and ispell might not be installed.
8856 (toplevel): Don't set up a menu when byte-compiling.
8857
8858 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8859 it, so that a boundp test can be used to determine if we're
8860 currently byte-compiling.
8861
8862 2000-11-09 Dave Love <fx@gnu.org>
8863
8864 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
8865
8866 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8867
8868 * ps-print.el: Patch for variable initialization when spooling.
8869 Doc fix.
8870 (ps-output-list): Fun eliminated.
8871 (ps-begin-file, ps-begin-job): Code fix.
8872
8873 2000-11-08 Dave Love <fx@gnu.org>
8874
8875 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
8876
8877 2000-11-08 Gerd Moellmann <gerd@gnu.org>
8878
8879 * simple.el (shell-command, display-message-or-buffer)
8880 (shell-command-on-region): Mention resize-mini-windows in the doc
8881 string.
8882 (display-message-or-buffer): Take the value of resize-mini-windows
8883 into account.
8884
8885 2000-11-07 Gerd Moellmann <gerd@gnu.org>
8886
8887 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8888
8889 * dired.el (dired-between-files): Add `^. find' as an alternative
8890 to the regular expression, for find-dired.
8891
8892 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8893
8894 * textmodes/texnfo-upd.el: Require texinfo.
8895 (defmacro, defgroup): Remove.
8896 (texinfo-section-to-generic-alist): Remove.
8897 Use texinfo-section-list instead (i.e. level is changed string->int).
8898 (texinfo-filter): New function.
8899 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8900 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8901 Use it. And use regexp-opt.
8902 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8903 (texinfo-update-menu-region-beginning)
8904 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8905 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8906 (texinfo-update-menu-same-level-regexps): Update.
8907 (texinfo-update-node, texinfo-every-node-update)
8908 (texinfo-sequential-node-update): Remove autoload cookie.
8909
8910 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8911 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8912 (texinfo-chapter-level-regexp): Remove.
8913 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8914
8915 2000-11-06 Dave Love <fx@gnu.org>
8916
8917 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
8918
8919 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8920 Match defun*.
8921
8922 2000-11-06 Kenichi Handa <handa@etl.go.jp>
8923
8924 * composite.el (composition-function-table): Variable declaration
8925 moved to src/composite.c.
8926 (compose-chars-after): New optional arg object.
8927
8928 2000-11-06 Gerd Moellmann <gerd@gnu.org>
8929
8930 * bindings.el (mode-line-toggle-read-only)
8931 (mode-line-toggle-modified, mode-line-widen)
8932 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8933 (make-mode-line-mouse2-map): Rewritten.
8934 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8935 functions so that C-h k can show something with a doc string.
8936
8937 * startup.el (fancy-splash-delay): Set to 10 seconds.
8938 (fancy-splash-max-time): New user-option.
8939 (fancy-splash-stop-time): New variable.
8940 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8941 (fancy-splash-screens-1): Throw `stop-splashing' when current
8942 time is greater than fancy-splash-stop-time.
8943
8944 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8945
8946 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8947
8948 * pcvs.el (cvs-mode-marked): New arg `noquery'.
8949 Prompt user for a file rather than raising an error.
8950 (cvs-enabledp): Fix call to cvs-mode-marked.
8951 (cvs-insert-file): New function (extracted from cvs-mode-insert).
8952 (cvs-mode-insert): Use it. Change the init prompt' value.
8953 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8954
8955 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8956 Don't pass default arg to ewoc-locate.
8957 (ewoc-collect): Return result in the right order.
8958
8959 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8960
8961 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8962 (cvs-status-get-tags): Fix regexp.
8963 (cvs-status-trees, cvs-status-cvstrees):
8964 Combine after change hooks and don't sit-for.
8965 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8966 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
8967 Use make-char rather than hard-coded cryptic data.
8968 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8969
8970 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8971
8972 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8973 (cvs-insert-strings): New function.
8974
8975 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8976
8977 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8978 `mwheel-scroll-amount'.
8979 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8980 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8981 string-matching against the version string.
8982
8983 2000-11-06 Kenichi Handa <handa@etl.go.jp>
8984
8985 * language/thai.el ("Thai"): Set a lisp form that produces
8986 composed string in `sample-text' language info.
8987
8988 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8989 composed string in `sample-text' language info.
8990
8991 * international/mule-cmds.el (describe-language-environment):
8992 Eval `sample-text' data and insert the result.
8993
8994 * international/mule-conf.el (compound-text): Define this coding
8995 system here. Make x-ctext and ctext aliases of it.
8996
8997 * language/european.el (compound-text, ctext): Moved to
8998 international/mule-conf.el.
8999
9000 2000-11-05 Andrew Innes <andrewi@gnu.org>
9001
9002 * w32-fns.el (w32-version): New function.
9003
9004 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9005
9006 * progmodes/awk-mode.el: Update copyright.
9007 (awk-mode-abbrev-table): Remove.
9008 (awk-font-lock-keywords): Use regexp-opt.
9009 (awk-mode): Use define-derived-mode.
9010
9011 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9012 when extracting a suffix.
9013
9014 2000-11-04 Andre Spiegel <spiegel@gnu.org>
9015
9016 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9017 auto-save-mode.
9018
9019 2000-11-04 Jason Rumney <jasonr@gnu.org>
9020
9021 * language/european.el (decode-mac-roman): Test against r1 not r0.
9022
9023 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9024
9025 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9026 (icon-mode): Define indent-line-function.
9027 (icon-comment-indent): Simplify.
9028 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9029
9030 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9031
9032 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9033 Bind change-log-default-mode to defeat the caching done on it.
9034 Don't bother saving excursion any more.
9035
9036 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9037
9038 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9039 (set-frame-font): Use the new name (and the old for compatibility).
9040
9041 * toolbar/tool-bar.el (tool-bar-mode):
9042 * time.el (display-time-mode):
9043 * recentf.el (recentf-mode):
9044 * paren.el (show-paren-mode):
9045 * mwheel.el (mouse-wheel-mode):
9046 * msb.el (msb-mode):
9047 * jka-compr.el (auto-compression-mode):
9048 * image-file.el (auto-image-file-mode):
9049 * hl-line.el (hl-line-mode):
9050 * delsel.el (delete-selection-mode):
9051 * autoinsert.el (auto-insert-mode):
9052 * complete.el (partial-completion-mode): Drop unneeded positional args.
9053
9054 * info.el (Info-mode):
9055 * comint.el (comint-mode): Don't bother with make-local-hook.
9056
9057 * log-edit.el (log-edit-menu): New menu.
9058
9059 2000-11-03 Miles Bader <miles@gnu.org>
9060
9061 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9062 definition, so that trailing spaces are handled properly.
9063 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9064
9065 2000-11-03 Gerd Moellmann <gerd@gnu.org>
9066
9067 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9068 tab character.
9069 (fancy-splash-screens): Set tab-width to 20.
9070
9071 2000-11-03 Dave Love <fx@gnu.org>
9072
9073 * comint.el (comint-completion-addsuffix): Fix custom type.
9074
9075 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9076
9077 * font-lock.el (font-lock-buffers): Remove.
9078 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9079 (font-lock-change-major-mode): Remove.
9080 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9081 (font-lock-default-fontify-region): Extend the multiline
9082 fontification to whole lines.
9083 (font-lock-fontify-anchored-keywords)
9084 (font-lock-fontify-keywords-region): If matching just one
9085 line (with \n) only mark the \n as multiline.
9086
9087 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9088 Correctly handle the case where several :group args are supplied.
9089 Allow :extra-args.
9090 (easy-mmode-define-global-mode): Allow :extra-args.
9091 Correctly handle the case where several :group args are supplied.
9092
9093 2000-11-02 Miles Bader <miles@gnu.org>
9094
9095 * calendar/calendar.el (diary-face, calendar-today-face)
9096 (holiday-face): Remove dependency on `window-system'.
9097
9098 2000-11-02 Ken Raeburn <raeburn@gnu.org>
9099
9100 * Makefile.in (emacs): Set EMACSLOADPATH always.
9101 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9102 (compile-files): Bomb out if compilation of a file fails.
9103
9104 2000-11-02 Dave Love <fx@gnu.org>
9105
9106 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9107
9108 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9109
9110 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9111 punctuation in the warning inserted into the *mail* buffer.
9112
9113 2000-11-02 Gerd Moellmann <gerd@gnu.org>
9114
9115 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9116 (authors-public-domain-p): New function.
9117 (authors-print): Use it.
9118
9119 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9120
9121 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9122
9123 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9124
9125 * ps-print.el: Extension for even/odd printing. Doc fix.
9126 (ps-print-version): New version number (6.3.1).
9127 (ps-even-or-odd-pages): Customization fix.
9128 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9129 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9130 (ps-page-count): Var replaced by `ps-page-column'.
9131 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9132 (ps-print-sheet-p): New fun.
9133
9134 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9135
9136 * tooltip.el (tooltip-gud-tips-setup): New function.
9137 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9138 (tooltip-mode): Call tooltip-gud-tips-setup.
9139 (tooltip-gud-tips): Use `gud-basic-call' instead of
9140 process-send-string, so the prompt gets frobbed appropriately.
9141 Handle nil return value from `tooltip-gud-print-command'.
9142
9143 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9144
9145 * comint.el (comint-add-to-input-history): New function.
9146 (comint-send-input): Use `comint-add-to-input-history'.
9147
9148 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9149
9150 * info.el (info-menu-header): New face.
9151 (Info-fontify-menu-headers): New function.
9152 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9153
9154 * info.el (Info-insert-dir): Don't include blank lines at
9155 beginning of additional dir files (one is added automatically).
9156
9157 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9158
9159 * emacs-lisp/easy-mmode.el (define-minor-mode):
9160 Revert the latest changes.
9161 Allow the three positional arguments to be skipped and replaced
9162 by keyword arguments.
9163 Add a :toggle argument to determine whether a nil arg means toggle
9164 or means turn-on. The default is unchanged.
9165 Add a call to force-mode-line-update.
9166
9167 2000-11-01 Dave Love <fx@gnu.org>
9168
9169 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
9170
9171 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9172
9173 * calendar/calendar.el (diary-face, holiday-face):
9174 Add dark-background variants.
9175
9176 2000-10-31 Sam Steingold <sds@gnu.org>
9177
9178 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9179 `tex-main-file' does not have directory in it.
9180
9181 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9182
9183 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9184
9185 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9186
9187 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9188 functional change.
9189
9190 2000-10-31 Gerd Moellmann <gerd@gnu.org>
9191
9192 * files.el (find-file-noselect): When we expand a wildcard, return
9193 a list of buffers, as we should do according to the doc string.
9194
9195 2000-10-31 Ken Raeburn <raeburn@gnu.org>
9196
9197 * loadup.el (top level): Adjust load path if program name is
9198 "../src/bootstrap-emacs", in case it's not dumped and thus the
9199 load path adjustment hasn't already been done.
9200
9201 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9202
9203 * ps-print.el: Fix bug on selected pages for printing.
9204 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
9205 is on. Try to avoid warning messages when compiling. Doc Fix.
9206 (ps-print-version): New version number (6.3).
9207 (ps-color-device): Use `color-values' to determine if device
9208 supports color.
9209 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9210 (ps-print-page-p): Changed from defsubst to defun.
9211 (ps-page-number): Changed from defmacro to defun.
9212 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9213 printing.
9214 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
9215 (ps-end-file, ps-dummy-page): Funs eliminated.
9216 (ps-print-color-scale): Changed default value.
9217 (ps-page-n-up, ps-print-page-p): New internal vars.
9218 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9219 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9220
9221 * delim-col.el: Little programming improvement.
9222 (delimit-columns-str): New macro.
9223 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9224
9225 2000-10-31 Kenichi Handa <handa@etl.go.jp>
9226
9227 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9228 Moved to european.el.
9229 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9230 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9231 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9232 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
9233
9234 2000-10-30 Dave Love <fx@gnu.org>
9235
9236 * progmodes/cc-menus.el (imenu-generic-expression)
9237 (imenu-progress-message): Only defvar when compiling.
9238
9239 * emacs-lisp/elp.el (elp-unload-hook): New function.
9240
9241 * loadhist.el (unload-feature): Call elp-restore-function,
9242 checking for symbols; don't use elp-restore-all.
9243 (loadhist-hook-functions): Doc fix.
9244
9245 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9246
9247 * log-edit.el (log-edit-confirm): Fix the default.
9248
9249 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9250
9251 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9252 delimit-columns-format.
9253 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9254
9255 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9256
9257 * comint.el (comint-replace-by-expanded-history): Don't use
9258 comint-get-old-input (we're not looking at *old* input).
9259 (comint-get-old-input-default): If using fields, signal an error
9260 when the point is not in an input field.
9261
9262 2000-10-30 Kenichi Handa <handa@etl.go.jp>
9263
9264 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9265 and mule-unicode-e000-ffff.
9266
9267 * international/mule.el (decode-char, encode-char): New functions.
9268 (make-coding-system): Accept a symbol of translation table as a
9269 value of property `safe-chars'.
9270
9271 * international/mule-cmds.el (encode-coding-char): Check property
9272 safe-chars instead of safe-charsets.
9273
9274 * international/fontset.el (fontset-default): Modified for
9275 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9276 (x-font-name-charset-alist): Likewise.
9277 (ccl-encode-unicode-font): New CCL program. Record it in
9278 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9279
9280 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9281 New translation tables.
9282 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9283 programs are modified and moved from mac-win.el.
9284 (mac-roman): Definition of this coding system is modified and
9285 moved from mac-win.el.
9286
9287 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9288
9289 * ediff-wind.el (ediff-setup-control-frame): Enclose
9290 face-attribute in condition-case to avoid errors in older emacsen.
9291
9292 2000-10-29 Miles Bader <miles@gnu.org>
9293
9294 * custom.el (custom-add-to-group): Allow multiple entries for a
9295 given value OPTION, as long as their widget types are different.
9296 * cus-edit.el (custom-face-value-create): If face name doesn't end
9297 with "face", add such here (similar to custom group widgets).
9298
9299 * comint.el (comint-highlight-prompt): Add :type.
9300
9301 2000-10-28 John Wiegley <johnw@gnu.org>
9302
9303 * calendar/timeclock.el (timeclock-log): Doc fix.
9304 (timeclock-last-event): Doc fix.
9305 (timeclock-log): Kill the timelog buffer after appending a new event.
9306 (timeclock-find-discrep): Use a temp buffer to read in the
9307 timelog, instead of visiting the file.
9308 (timeclock-log-data): A new function, along with a host of helper
9309 functions, for the purpose of making timelog data accessible to
9310 programmers.
9311
9312 * eshell/esh-mode.el (window-height test): Make certain that
9313 `eshell-stringify-t' is non-nil.
9314 (eshell-password-prompt-regexp): Changed to a much simpler
9315 password regexp.
9316 (eshell-send-input): If `eshell-invoke-directly' returns t,
9317 directly invoke the parsed command using `eval'. This improves
9318 turn-around time on simple commands by a factor of three or
9319 greater, such as cd, ls, pwd, etc. -- which get used very often.
9320 It also conserves thousands of cons cells per call (since
9321 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9322 in the Pacific Cookie Company).
9323
9324 * eshell/esh-test.el (eshell-test): Whitespace fix.
9325
9326 * eshell/em-ls.el (eshell-ls-insert-directory):
9327 Make `eshell-ls-initial-args' nil when inserting directory contents.
9328
9329 * eshell/em-script.el (eshell-script-initialize): Add names to
9330 `eshell-complex-commands, since `source' and `.' are complex.
9331
9332 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9333 (eshell-rewrite-while-command): Use `eshell-protect' instead of
9334 `eshell-copy-handles'.
9335 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9336 bodies.
9337 (eshell-separate-commands): Whitespace fix.
9338 (eshell-complex-commands): Added a new list of names, for
9339 determining whether a given command is as simple as it looks.
9340 (eshell-invoke-directly): New function. Returns t if a command
9341 should be invoked directly (using `eval'), rather than indirectly
9342 using `eshell-do-eval'.
9343 (eshell-do-eval): Whitespace fix.
9344
9345 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9346 which provides an emulation of the DOS shell behavior of assuming
9347 that cp/mv/ln should copy/move/link to the current directory.
9348 (eshell-remove-entries): Added a doc string.
9349 (eshell-shuffle-files): Removed the check for `target' being null.
9350 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9351 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9352 it to do a smarter check of whether a destination was provided.
9353 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9354 (eshell/ln): Enable `:preserve-args', and use
9355 `eshell-mvcpln-template' to implement the body of the function.
9356 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9357 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
9358 list after flattening it. This makes it possible to cat files
9359 with numerical names.
9360 (eshell-unix-initialize): Added several names to
9361 `eshell-complex-commands.
9362 (eshell-unix-command-complex-p): Return t if a given command name
9363 may result in external processes being invoked.
9364
9365 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9366 variable nil by default, since it slows down glob processing by a
9367 factor of two or more, and increases memory consumption.
9368
9369 * eshell/em-smart.el: Added a note about how memory consumptive
9370 smart display mode can be (at least this is true in Emacs 21).
9371 (eshell-smart-initialize): Whitespace fix.
9372 (eshell-refresh-windows): Use `if' instead of `when'.
9373 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9374 not necessary.
9375 (eshell-currently-handling-window): Added a missing global variable.
9376
9377 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9378 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9379 Whitespace fix.
9380 (eshell-ls-exclude-hidden): Added this variable in addition to
9381 `eshell-ls-exclude-regexp'. This one prevents files beginning
9382 with . from even being read, which can improve memory consumption
9383 quite a bit.
9384 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9385 read file entries beginning with a dot. In home directories with
9386 lots of hidden files, fully two-thirds of the time spent in ls is
9387 used to read directory entries that are immediately thrown away.
9388 (eshell-ls-initial-args): Added back this configuration variable,
9389 for specifying default initial arguments to every call to ls.
9390 Much faster than using an alias to do the same thing.
9391 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9392 (eshell-ls-dir): Whitespace change.
9393
9394 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9395
9396 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
9397 (eshell-stringify-t): Added a customization variable, to indicate
9398 whether `t' should be rendered as a string at all. If not, one
9399 can still determine if the result of an expression is true using
9400 "file-exists-p FILE && echo true".
9401 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9402 stringify t!
9403
9404 * eshell/esh-module.el: Whitespace fix.
9405
9406 * eshell/em-alias.el (eshell-alias-initialize):
9407 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
9408 (eshell-command-aliased-p): New function that returns t if a
9409 command name names an aliased.
9410
9411 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9412
9413 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
9414 redrawing the screen when changing cursor color.
9415 (viper-insert-state-pre-command-sentinel)
9416 (viper-replace-state-pre-command-sentinel)
9417 (viper-replace-state-post-command-sentinel):
9418 Use viper-preserve-cursor-color.
9419 Many functions changed to use viper= instead of = when comparing
9420 characters.
9421 * viper-util.el (viper-memq-char,viper=): New functions for
9422 working with characters.
9423 (viper-change-cursor-color): Fixed buglet.
9424 Many functions changed to use viper= instead of = when comparing
9425 characters.
9426 * viper.el (viper-insert-state-mode-list): Added eshell.
9427
9428 * ediff-init.el (ediff-before-setup-hook): New hook.
9429 Several typos fixed in various docstrings.
9430 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
9431 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
9432 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9433 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9434 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9435 (ediff-get-selected-buffers): New function.
9436 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
9437 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9438 Use save-window-excursion.
9439 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
9440 termination check in while loop.
9441 * ediff.el (ediff-get-default-file-name): Better defaults when in
9442 dired buffer.
9443 (ediff-files,ediff-merge-files,ediff-files3)
9444 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
9445
9446 2000-10-28 Dave Love <fx@gnu.org>
9447
9448 * info.el (Info-fontify-node): Add help-echo for menu items.
9449
9450 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9451
9452 * startup.el (normal-top-level): If the value of $TERM indicates
9453 we are running from xterm or one of its work-alikes, default to a
9454 light background mode.
9455
9456 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9457 * faces.el (tty-handle-reverse-video): New function.
9458 (tty-create-frame-with-faces): Call it.
9459
9460 * frame.el (frame-notice-user-settings): Don't apply
9461 default-frame-alist and initial-frame-alist to MS-DOS frames.
9462 Call tty-handle-reverse-video, frame-set-background-mode, and
9463 face-set-after-frame-default for non-MS-DOS frames.
9464
9465 * startup.el (tty-long-option-alist): New variable.
9466 (tty-handle-args): New function.
9467 (command-line): Call tty-handle-args.
9468
9469 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9470 startup.el now does that for all character-terminal frames.
9471
9472 2000-10-28 Miles Bader <miles@gnu.org>
9473
9474 * emacs-lisp/easy-mmode.el (define-minor-mode):
9475 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9476 is global. If :global is followed by a non-nil but non-t value,
9477 make the mode buffer-local, but also generate a `global-MODE'
9478 version using `easy-mmode-define-global-mode'.
9479 Add :conditional-turn-on keyword argument.
9480
9481 2000-10-28 Dave Love <fx@gnu.org>
9482
9483 * international/latin1-disp.el (latin1-char-displayable-p):
9484 Don't use window-system.
9485
9486 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9487
9488 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9489 Don't call find-buffer-file-type-coding-system. Instead, just
9490 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9491 if the file is on an untranslated filesystem.
9492 (add-untranslated-filesystem): Use "D" instead of "f" inside
9493 interactive.
9494
9495 2000-10-27 Dave Love <fx@gnu.org>
9496
9497 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
9498 (refill-mode): Use it.
9499
9500 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9501
9502 * international/quail.el (quail-activate): Don't make-local-hook.
9503
9504 2000-10-27 Andre Spiegel <spiegel@gnu.org>
9505
9506 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
9507 manual backups and file.~<rev>.~ for automatic ones.
9508 (vc-make-version-backup): Don't do it on MS-DOS without long file
9509 names.
9510
9511 * vc.el (vc-version-other-window): If an automatic backup of the
9512 desired version exists, rename it instead of copying it.
9513
9514 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9515 after command. If there's an unexpected error, signal it instead
9516 of being silent.
9517 (vc-cvs-merge-news): Be prepared for no news at all.
9518
9519 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9520
9521 * shell.el (shell): Add BUFFER argument.
9522 * comint.el (make-comint-in-buffer): New function.
9523 (make-comint): Use it.
9524
9525 * faces.el (face-spec-choose): Change syntax so that the list of
9526 attribute-value pairs is now the cdr of each clause, not the cadr.
9527 Detect old-style entries, and handle them. Use pop.
9528
9529 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9530
9531 * cus-edit.el (custom-mode-map): Use a sparse map.
9532 (custom-mode): Don't bother with make-local-hook.
9533
9534 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9535
9536 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9537
9538 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9539
9540 * ps-print.el: Avoid compilation gripes.
9541 (ps-print-version): New version number (6.2.1).
9542
9543 2000-10-26 Dave Love <fx@gnu.org>
9544
9545 * menu-bar.el: Modify some menu item help strings.
9546 (menu-bar-help-menu): Add link to MORE.STUFF.
9547
9548 * cus-edit.el (custom-mode): Add `special' mode-class property.
9549
9550 * wid-browse.el (widget-browse-mode): Likewise.
9551
9552 * wid-edit.el (widget-specify-field): Revert to using local-map
9553 property, not keymap.
9554
9555 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9556
9557 * wid-edit.el (widget-field-end): When checking for a `boundary'
9558 field, do so in the correct buffer.
9559
9560 * simple.el (undo): Correctly distinguish between numeric and
9561 non-numeric prefix args in non-transient-mark-mode, as per the doc
9562 string. When in transient-mark-mode, treat all prefix-args as
9563 numeric.
9564
9565 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9566 Position point on match. Handle N == 0 correctly.
9567
9568 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9569 (comint-mode-map): Reverse order of `comint-write-output' and
9570 `comint-append-output-to-file'.
9571 (comint-append-output-to-file): Reinstate this function, for the
9572 benefit of the menu.
9573
9574 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9575
9576 * vc.el (vc-version-other-window): Bind `file'.
9577
9578 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9579
9580 * Makefile.in (update-authors): New target for maintenance purposes.
9581
9582 * emacs-lisp/authors.el (batch-update-authors): New function.
9583 (authors-fixed-entries): New defconst.
9584 (authors-add-fixed-entries): New function.
9585 (authors): Call it.: Don't process lispref/.
9586
9587 2000-10-25 Jason Rumney <jasonr@gnu.org>
9588
9589 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9590 Merge x w32 and mac definitions.
9591
9592 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9593
9594 * menu-bar.el (menu-bar-options-menu): Add a help string for
9595 `uniquify'.
9596
9597 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
9598
9599 * time-stamp.el (time-stamp-string-preprocess):
9600 Fix a wrong type argument error.
9601
9602 2000-10-25 Miles Bader <miles@gnu.org>
9603
9604 * recentf.el (recentf-mode): Variable removed.
9605 (recentf-mode): Use `define-minor-mode'.
9606
9607 * mwheel.el (mouse-wheel-mode): New global minor mode.
9608 (mwheel-install): Use `mouse-wheel-mode'.
9609
9610 2000-10-25 Dave Love <fx@gnu.org>
9611
9612 * progmodes/cperl-mode.el (cperl-mode):
9613 Set normal-auto-fill-function correctly.
9614
9615 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9616 Don't inherit from global-map and don't nullify menu-bar and tool-bar
9617 bindings.
9618
9619 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9620
9621 * wid-edit.el (widget-field-at): New function.
9622 (widget-at, widget-field-activate): Use it.
9623 (widget-tabable-at): Use `widget-at'.
9624 (widget-specify-field): If the terminating character of the widget
9625 field (which is read-only) is a newline, put it into a special
9626 `boundary' field so that C-n/C-p act more naturally.
9627 (widget-field-end): Also don't subtract one if a special
9628 `boundary' field has been added after the widget field.
9629
9630 * comint.el (comint-output-filter, comint-send-input):
9631 Don't bother adding stickiness fields to overlays to fool the field
9632 code, since it should notice the overlay insertion-types now.
9633
9634 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9635 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9636 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9637
9638 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9639
9640 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
9641 (authors): Set file coding system to iso-2022-7bit.
9642 Add file-local variables to output buffer.
9643
9644 * files.el (after-find-file): Don't print any warnings if
9645 WARN is nil.
9646
9647 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9648
9649 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9650
9651 * delim-col.el: Now there is a column formatting mechanism.
9652 Modified to customization mechanisms convention. Doc fix.
9653 (columns): New group for delim-col.
9654 (delimit-columns-before, delimit-columns-after)
9655 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9656 (delimit-columns-end): New vars.
9657 (delimit-columns-customize, delimit-columns-format): New funs.
9658 (delimit-columns-region, delimit-columns-rectangle)
9659 (delimit-columns-rectangle-line): Modified to support column
9660 formatting.
9661
9662 2000-10-24 Dave Love <fx@gnu.org>
9663
9664 * log-edit.el (log-edit): Add :version and a :group for vc.
9665
9666 2000-10-24 Gerd Moellmann <gerd@gnu.org>
9667
9668 * files.el (after-find-file): Don't print a message ``New file''
9669 if WARN is nil.
9670
9671 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9672 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
9673 get duplicate tool-bar entries because we'll see the global ones
9674 on more than one path through keymaps.
9675
9676 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9677
9678 * progmodes/cmacexp.el: Change Francesco's email address.
9679
9680 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9681
9682 * window.el (fit-window-to-buffer): Adjust point of the window
9683 buffer, not that of the current buffer.
9684
9685 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9686
9687 * progmodes/cmacexp.el: Update the euthor's email address.
9688
9689 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9690
9691 * faces.el (face-spec-set-match-display): Add `graphic' display
9692 type (the inverse of `tty'). Use `display-graphic-p' instead of
9693 the window-system variable.
9694
9695 2000-10-24 Kenichi Handa <handa@etl.go.jp>
9696
9697 * international/isearch-x.el (isearch-with-input-method):
9698 Call input-method-function with the first event in
9699 unread-command-events.
9700
9701 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9702
9703 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
9704
9705 2000-10-24 Andrew Choi <akochoi@i-cable.com>
9706
9707 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9708 New charsets.
9709
9710 * term/mac-win.el: Remove definitions of mac-roman-lower and
9711 mac-roman-upper, require dired, and define instead of set
9712 mac-ready-for-drag-n-drop to avoid compilation error.
9713
9714 2000-10-23 Andrew Innes <andrewi@gnu.org>
9715
9716 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9717 Remove superfluous calls to subst-char-in-string; instead apply
9718 expand-file-name after convert-standard-filename to ensure
9719 expected directory separators are used.
9720
9721 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9722
9723 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9724
9725 2000-10-23 Dave Love <fx@gnu.org>
9726
9727 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9728 (tool-bar-add-item): Set foreground and background for XBM icons.
9729
9730 * international/latin1-disp.el (latin1-char-displayable-p):
9731 New function (from Handa).
9732 (latin1-display-check-font): Use it.
9733
9734 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
9735 using :key-sequence, making it much more usable.
9736 Use nconc, not append.
9737 (imenu--create-keymap-1): Avoid append.
9738
9739 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
9740
9741 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9742
9743 [the following changes fix a bug where `define-minor-mode' didn't
9744 correctly generate :require clauses for defcustoms in compiled files]
9745 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9746 (byte-compile-log-file, byte-compile-log-1): Don't set
9747 `byte-compile-current-file' to nil. Instead set
9748 `byte-compile-last-logged-file' to it. Test whether
9749 byte-compile-current-file equals byte-compile-last-logged-file
9750 instead of whether its nil.
9751 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
9752
9753 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9754
9755 * textmodes/refill.el: Fix var names in doc.
9756 (refill-mode): Don't bother with make-local-hook anymore.
9757
9758 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9759
9760 * faces.el (face-user-default-spec, face-default-spec): New functions.
9761 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
9762 (frame-set-background-mode, face-set-after-frame-default):
9763 Use `face-user-default-spec'. Simplify code slightly.
9764
9765 * woman.el (woman-italic-face, woman-bold-face)
9766 (woman-unknown-face): Add dark-background variants.
9767 (woman-default-faces): Renamed from `woman-colour-faces'.
9768 Set using the stored defaults, rather than using hard-wired colors.
9769 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9770 Just make the foreground `unspecified' rather than "black".
9771 (woman-menu): Rename menu entries accordingly.
9772
9773 * faces.el (header-line): Make more reasonable on mono/grayscale
9774 displays.
9775
9776 2000-10-23 Andrew Choi <akochoi@i-cable.com>
9777
9778 * cus-edit.el (custom-button-face): Use 3D look for mac.
9779 (custom-button-pressed-face): Likewise.
9780
9781 * faces.el (set-face-attributes-from-resources): Handle mac frames
9782 in the same way as x and w32 frames.
9783 (face-valid-attribute-values): Likewise.
9784 (read-face-attribute): Likewise.
9785 (defined-colors): Likewise.
9786 (color-defined-p): Likewise.
9787 (color-values): Likewise.
9788 (display-grayscale-p): Likewise.
9789 (face-set-after-frame-default): Likewise.
9790 (mode-line): Same default face as for x and w32.
9791 (tool-bar): Likewise.
9792
9793 * frame.el: Remove call to frame-notice-user-settings at end of
9794 the file.
9795
9796 * info.el (Info-fontify-node): Make underlines invisible for mac
9797 as for x, pc, and w32 frame types.
9798
9799 * term/mac-win.el: New file.
9800
9801 2000-10-22 Dave Love <fx@gnu.org>
9802
9803 * textmodes/refill.el: New file.
9804
9805 2000-10-22 Andre Spiegel <spiegel@gnu.org>
9806
9807 * vc-hooks.el (vc-version-backup-file-name): New optional args
9808 MANUAL and REGEXP.
9809 (vc-delete-automatic-version-backups, vc-make-version-backup):
9810 New functions.
9811 (vc-before-save): Use the latter.
9812 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9813 confusion.
9814
9815 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
9816 expected by vc[-hooks].el.
9817
9818 * vc.el (vc-checkout): Added `-p' suffix in call to
9819 vc-make-version-backups-p; use vc-make-version-backup to actually
9820 make the backup.
9821 (vc-version-other-window, vc-version-backup-file): Handle both
9822 automatic and manual backups.
9823 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9824 of all of them.
9825
9826 2000-10-22 Miles Bader <miles@gnu.org>
9827
9828 * comint.el (comint-highlight-input, comint-highlight-prompt):
9829 Renamed, `-face' at end removed.
9830 (comint-send-input, comint-output-filter): Use renamed faces.
9831
9832 * window.el (fit-window-to-buffer): Change defaulting of
9833 MAX-HEIGHT slightly.
9834
9835 * faces.el (color-values, color-defined-p): Use `member', not
9836 `memq', because it works correctly for strings.
9837 (frame-set-background-mode): Actually, "unspecified-fg" and
9838 "unspecified-bg" *are* strings. Use `member', not `memq', and
9839 `equal', not `eq', when a string value is possible.
9840
9841 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9842
9843 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9844
9845 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9846
9847 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9848 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9849 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9850 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9851 (sh-font-lock-syntactic-keywords): Use them.
9852 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9853 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9854 (sh-mode): Don't override font-lock-unfontify-region-function.
9855 Use a copy of sh-font-lock-syntactic-keywords.
9856 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9857 Don't call sh-scan-buffer since font-lock does it on the fly.
9858 (sh-get-indent-info): Use `face' rather than `syntax-table'
9859 text-property to detect here-documents.
9860 Replace sh-special-syntax with sh-st-punc.
9861 (sh-prev-line): Use `face' rather than `syntax-table'
9862 text-property to skip over here-documents.
9863 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9864 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9865 (sh-electric-less, sh-set-here-doc-region)
9866 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
9867 (sh-scan-buffer, sh-rescan-buffer): Remove.
9868
9869 2000-10-21 Andrew Innes <andrewi@gnu.org>
9870
9871 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9872 remote (ange-ftp) file names.
9873
9874 2000-10-21 Miles Bader <miles@gnu.org>
9875
9876 * window.el (fit-window-to-buffer): New function.
9877 (shrink-window-if-larger-than-buffer): Use it.
9878 (window-text-height): Don't expect minibuffers to have mode-lines.
9879
9880 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
9881 * international/quail.el (quail-update-guidance):
9882 Use `fit-window-to-buffer' instead of `set-window-text-height'.
9883
9884 * international/quail.el (quail-show-guidance-buf): Make sure
9885 guidance window really has enough room.
9886 (quail-update-guidance): If quail-guidance-win is already shown,
9887 make sure its height is OK.
9888
9889 * window.el (window-text-height, set-window-text-height):
9890 New functions.
9891 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9892 instead of `window-height' & `mode-line-window-height-fudge'.
9893 (mode-line-window-height-fudge): Add FACE parameter.
9894 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9895 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9896
9897 2000-10-20 Miles Bader <miles@gnu.org>
9898
9899 * window.el (height-affecting-face-attributes): Use `defconst'.
9900
9901 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9902 New function, conditionally aliased to `mode-line-window-height-fudge'.
9903 (ispell-help): Use it.
9904 (ispell-choices-win-default-height): Don't include mode-line fudge.
9905 (ispell-choices-win-default-height): New function.
9906 (ispell-show-choices, ispell-command-loop): Use function
9907 `ispell-choices-win-default-height' instead of variable.
9908
9909 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9910
9911 * window.el (mode-line-window-height-fudge): New variable.
9912 (height-affecting-face-attributes): New variable.
9913 (mode-line-window-height-fudge): New function.
9914 (shrink-window-if-larger-than-buffer): Use it.
9915 * help.el (resize-temp-buffer-window): Likewise.
9916
9917 * info.el (Info-fontify-node): Add support for @subsubsection
9918 titles, which use `Info-title-4-face'.
9919 (Info-title-4-face): New face.
9920 (Info-title-3-face): Inherit from Info-title-4-face instead of
9921 variable-pitch.
9922
9923 2000-10-19 Jason Rumney <jasonr@gnu.org>
9924
9925 * dired.el (dired-insert-directory): Do not let errors signalled by
9926 attempt to run dired-free-space-program prevent dired from working.
9927
9928 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9929
9930 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9931
9932 2000-10-19 Gerd Moellmann <gerd@gnu.org>
9933
9934 * dirtrack.el (dirtrack): Fix call to run-hooks.
9935
9936 * cmuscheme.el (cmuscheme-program-name): Renamed from
9937 scheme-program-name because xscheme.el contains a defcustom with
9938 the same name. As a consequence, customizing group `cmuscheme'
9939 loaded `xscheme' which redefined run-scheme.
9940 (run-scheme): Use cmuscheme-program-name.
9941
9942 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
9943
9944 * play/doctor.el (doctor-death): Update the Samaritans'
9945 anonymous address, and add a website for Befrienders International.
9946
9947 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9948
9949 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
9950 Avoid compilation gripes. Doc fix.
9951 (ps-print-version): New version number (6.2).
9952 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9953 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9954 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9955 (ps-x-extent-priority, ps-x-extent-start-position)
9956 (ps-x-face-font-instance, ps-x-find-coding-system)
9957 (ps-x-font-instance-properties, ps-x-make-color-instance)
9958 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9959 avoid compilation gripes without defining functions.
9960 (ps-e-find-composition): Alias for function find-composition, to have a
9961 suitable function depending on Emacs version.
9962 (ps-color-device, ps-color-values, ps-face-foreground-name)
9963 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9964 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9965 (ps-print-ensure-fontified): Function definitions surrounded by
9966 `eval-and-compile' to avoid compilation gripes.
9967 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9968 by symbol-value to avoid compilation gripes.
9969 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9970 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9971
9972 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9973
9974 * startup.el (normal-top-level): Call `frame-set-background-mode'
9975 after `frame-notice-user-settings' because the latter doesn't call
9976 the former on a tty.
9977
9978 * faces.el (frame-set-background-mode): `unspecified' &c are
9979 symbols, not strings.
9980
9981 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9982
9983 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9984 why some "light*" colors are deliberately absent from the alist.
9985
9986 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9987 Change colors for tty's, as suggested by Miles Bader.
9988
9989 2000-10-19 Kenichi Handa <handa@etl.go.jp>
9990
9991 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
9992 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9993 for ISO10646-1 fonts.
9994 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9995
9996 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9997
9998 * faces.el (frame-set-background-mode): If a tty frame defines a
9999 background color, use that to compute the background mode, instead
10000 of always defaulting to "dark".
10001
10002 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10003
10004 * comint.el (comint-write-output): New function.
10005 (comint-mode-map): Add it to the menu.
10006 Bind `C-c C-s' to comint-write-output.
10007
10008 2000-10-18 Gerd Moellmann <gerd@gnu.org>
10009
10010 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10011 Use fancy-splash-delay.
10012
10013 2000-10-18 Alex Schroeder <alex@gnu.org>
10014
10015 * progmodes/sql.el (sql-sybase-options): New option.
10016 (sql-sybase): Use it. Add sql-database to the list of parameters
10017 provided for login. The options -w 2048 -n are not used any more.
10018
10019 * comint.el (comint-read-input-ring): Bugfix such that the first
10020 and the last entry of the input ring file are not lost.
10021
10022 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10023
10024 * ps-print.el: Internal variable changes to defcustom,
10025 make-local-hook changes to defvar. Doc fix.
10026 (ps-print-version): New version number (6.1).
10027 (ps-setup, ps-do-despool): Code fix.
10028 (ps-printer-name): Customization fix.
10029 (ps-printer-name-option): Now is a defcustom instead of an
10030 internal variable.
10031 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10032 (ps-print-begin-column-hook): Now are defvar instead of
10033 make-local-hook.
10034
10035 2000-10-18 Miles Bader <miles@gnu.org>
10036
10037 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10038 (comint-kill-output): Changed into an alias for `comint-delete-output',
10039 and made obsolete.
10040 (comint-mode-map): Rename references to comint-kill-output.
10041
10042 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10043
10044 * diff-mode.el (diff-header-face, diff-file-header-face)
10045 (diff-changed-face): Add bold and italic attributes to tty faces.
10046 (diff-function-face): New face.
10047 (diff-font-lock-keywords): Use it.
10048
10049 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10050
10051 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10052 Remove commented-out call to force-mode-line-update.
10053 (comint-kill-output): Use `forward-line 0' instead of
10054 beginning-of-line to make sure we get past the prompt.
10055
10056 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10057
10058 * diff-mode.el (diff-header-face, diff-file-header-face):
10059 Add specific setting for dark background.
10060 (diff-context-face): Renamed from diff-comment-face.
10061 Set explicitly rather than inheriting from font-lock-comment-face.
10062
10063 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10064
10065 * startup.el (command-line): Move the code which sets the default
10066 TTY colors to before before-init-hook.
10067
10068 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10069
10070 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10071
10072 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10073
10074 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10075 extensions, for MS-DOS.
10076
10077 * diff-mode.el (diff-header-face, diff-file-header-face)
10078 (diff-changed-face): Define tty-specific colors.
10079
10080 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10081
10082 * startup.el (fancy-splash-text): Realign the text.
10083
10084 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10085
10086 * font-lock.el (font-lock-comment-face): Define a separate default
10087 for dark-background tty's.
10088
10089 2000-10-17 Miles Bader <miles@gnu.org>
10090
10091 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10092 being obscured by whizzy mode-lines on graphics displays.
10093
10094 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10095
10096 * info.el (Info-title-1-face, Info-title-2-face)
10097 (Info-title-3-face): Define colors for tty's.
10098 (info-header-node): Remove unneeded tty-specific definition.
10099
10100 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10101
10102 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10103 reverse from the frame parameters, and don't invert foreground and
10104 background colors.
10105
10106 2000-10-16 Miles Bader <miles@gnu.org>
10107
10108 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10109 string "*Info*". Call propertized-buffer-identification to spruce
10110 up the result.
10111
10112 2000-10-16 Gerd Moellmann <gerd@gnu.org>
10113
10114 * help.el: Provide `help' for the sake of define-minor-mode
10115 which generates defcustoms with requires.
10116
10117 * jit-lock.el (jit-lock-after-change): If we're in text that
10118 matches a multi-line font-lock pattern, make sure the whole text
10119 will be redisplayed.
10120
10121 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10122 author's name is unknown.
10123
10124 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10125 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10126 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10127 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10128 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10129 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10130 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10131 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10132 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10133 Add author information.
10134
10135 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10136
10137 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10138 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10139 full-color version (using the Gimp) to eliminate dithering artifacts.
10140
10141 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10142
10143 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10144
10145 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10146
10147 2000-10-15 Dave Love <fx@gnu.org>
10148
10149 * progmodes/sh-script.el: Require skeleton and comint when compiling.
10150
10151 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10152
10153 * whitespace.el: Doc fixes.
10154 (top-level): Don't add hooks here.
10155 (whitespace-running-emacs): Deleted.
10156 (timer): Don't require.
10157 (whitespace): Add back :version conditional on xemacs test.
10158 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10159 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10160 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10161 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10162 Avoid specific xemacs test.
10163 (whitespace-global-mode): New option.
10164 (whitespace-global-mode): New command.
10165 (whitespace-unload-hook): New function.
10166
10167 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
10168 (Info-fontify-node, Info-goto-node, Info-mode-menu)
10169 (Info-fontify-node): `Goto' goes to `Go to'.
10170 (Info-fontify-node): Add help-echo to xref links.
10171
10172 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10173
10174 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10175
10176 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10177
10178 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10179 Use plist-get and allow :inherit.
10180
10181 * emacs-lisp/cl-macs.el (cl-do-arglist):
10182 Use plist-get and plist-member instead of memq.
10183
10184 * emacs-lisp/ewoc.el (ewoc-location): New function.
10185 (ewoc-enter-after, ewoc-enter-before): Document return value.
10186 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10187 Don't need make-local-hook any more.
10188 (cvs-addto-collection): Return the new tin.
10189 (cvs-mode-insert): Jump to the new line.
10190
10191 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10192
10193 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10194
10195 * font-lock.el (font-lock-syntactically-fontified): New var.
10196 (font-lock-fontify-syntactic-keywords-region): Use it.
10197 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10198
10199 * diff-mode.el (diff-find-file-name): Fix regexp.
10200
10201 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10202 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10203
10204 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10205 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10206 (sh-mode): Don't make all vars local here.
10207 (sh-kw): Reformat.
10208 (sh-set-shell): Use dolist. Don't set indent-region-function.
10209 (sh-mode-syntax-table): Use pop.
10210 (sh-remember-variable): Use push.
10211 (sh-help-string-for-variable): Use memq.
10212 (sh-safe-backward-sexp): Remove.
10213 (sh-safe-forward-sexp): Add ARG.
10214 (sh-get-indent-info, sh-prev-stmt): Use it.
10215 (sh-prev-line): Simplify by using forward-comment.
10216 (sh-this-is-a-continuation): Simplify.
10217 (sh-learn-buffer-indent): Use dolist.
10218 (sh-do-nothing): Remove.
10219 (sh-set-char-syntax, sh-set-here-doc-region):
10220 Use inhibit-modification-hooks.
10221 (sh-name-style): Use mapcar and push.
10222 (sh-load-style): Use dolist.
10223 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10224 (sh-case, sh-while-getopts): Use propertize directly rather
10225 than sh-electric-rparen.
10226
10227 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10228
10229 * textmodes/tex-mode.el: Require CL when compiling.
10230 (tex-mode-syntax-table): Init immediately.
10231 (tex-mode-map): Bind M-RET to latex-insert-item.
10232 (latex-mode): Set indent-line-function to latex-indent.
10233 (tex-common-initialization): Don't setup the syntax-table any more.
10234 (latex-insert-item): New skeleton.
10235 (tex-next-unmatched-end): Fix copy/paste braino.
10236 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
10237 (latex-indent, latex-find-indent): New functions.
10238 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
10239 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10240 (tex-compilation-parse-errors): Use with-syntax-table.
10241
10242 2000-10-15 Miles Bader <miles@gnu.org>
10243
10244 * font-lock.el (font-lock-comment-face): Change dark-background,
10245 color, non-tty, default to `chocolate1'.
10246
10247 2000-10-13 John Wiegley <johnw@gnu.org>
10248
10249 * eshell/esh-util.el (require): Added a missing `require' form,
10250 needed when compiling (for an ange-ftp macro definition).
10251
10252 2000-10-13 Dave Love <fx@gnu.org>
10253
10254 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10255
10256 2000-10-13 Gerd Moellmann <gerd@gnu.org>
10257
10258 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
10259
10260 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
10261 transparent -colors 8).
10262
10263 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
10264
10265 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10266 that breaks with old list format timestamps.
10267 (time-stamp-warn-inactive, time-stamp-old-format-warn)
10268 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
10269
10270 2000-10-13 John Wiegley <johnw@gnu.org>
10271
10272 * align.el, pcomplete.el, calendar/timeclock.el,
10273 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10274
10275 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
10276 faulty math, where holiday hours were being computing as seconds.
10277
10278 2000-10-13 John Wiegley <johnw@gnu.org>
10279
10280 * desktop.el (desktop-buffer-modes-to-save): Added a global for
10281 specifying what "other" kinds of buffers should be saved.
10282 This used to be hard-coded.
10283 (desktop-buffer-misc-functions): A global for specifying how
10284 auxiliary data should be determined for special buffer types.
10285 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10286 instead of hard-coding the special buffer types.
10287 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10288 auxiliary data, instead of hard-coding for Info buffers and dired.
10289 (desktop-buffer-info-misc-data): Aux function for determining Info
10290 buffer auxiliary info.
10291 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10292 (desktop-buffer-info): Changed this function to use the info
10293 gathered above.
10294 (desktop-create-buffer): Be a little more careful about what
10295 `minor-mode' means before calling it. This is important for some
10296 buffer types.
10297
10298 2000-10-13 John Wiegley <johnw@gnu.org>
10299
10300 * eshell/esh-util.el: Added a global form which declares an
10301 autoload for `parse-time-string', if that function is not already
10302 defined, and if parse-time.el is available on the user's system.
10303
10304 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10305 to be aware of ange-ftp user info.
10306 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
10307 (eshell-ls-annotate): Use `eshell-file-attributes'.
10308 (eshell-ls-file): Made the user-id printing code a bit smarter.
10309
10310 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10311 allow identification of alias user ids in remote directories.
10312 It's manual, but there's no other way to know when the current user
10313 on the local machine, is also the owning user on the remote machine.
10314 (fboundp): Bind `ange-cache'.
10315 (eshell-directory-files-and-attributes): Re-organized the logic a
10316 bit to use `eshell-file-attributes' instead of `file-attributes'.
10317 The former is more sensitive to directories that are read via FTP,
10318 and knows how to use ange-ftp to determine full attribute
10319 information, instead of just the name and last modtime.
10320 (eshell-current-ange-uids): Return the current user id when in a
10321 remote directory.
10322 (eshell-parse-ange-ls): Parse a full directory listing that has
10323 been returned by ange-ftp.
10324 (eshell-file-attributes): This beefed up version of
10325 `file-attributes' is only special if the user is currently in a
10326 remote directory, in which case it does a lot of work to find out
10327 what the real attributes of a file are, as they appear on the
10328 remote machine. This makes usage of remote directories (i.e.,
10329 ange-ftp pathnames) much more useful. You can now use Eshell as a
10330 full-fledged FTP client, with much more manipulation ability than
10331 most other clients.
10332
10333 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10334 variable, which means that Eshell's du should always be preferred
10335 in remote directories.
10336 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10337 just `file-attributes'.
10338 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10339 when reading remote directories. This is an Eshell-specific
10340 variable (not part of ange-ftp).
10341 (eshell/ln): Bind `ange-cache'.
10342 (eshell/du): Added some extra logic for determining when to use
10343 Eshell's du (which is slow), and when to use the external version
10344 (which may or may not exist).
10345
10346 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10347 Call `eshell-interactive-process', rather than using
10348 `get-buffer-process', since backgrounded processes don't count in
10349 the context of this function's logic.
10350
10351 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10352 `forward-char', so that null strings are parsed correctly.
10353
10354 2000-09-13 John Wiegley <johnw@gnu.org>
10355
10356 * eshell/em-pred.el (eshell-pred-file-type)
10357 (eshell-pred-file-links, eshell-pred-file-size):
10358 Use `eshell-file-attributes'. This is more correct over ange-ftp.
10359
10360 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10361 that remote file globbing is more efficient.
10362
10363 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10364 gathering the files and attributes within a directory.
10365
10366 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10367 the command line is a special file (not a regular file, directory
10368 or symlink), always attempt to call the external version of cat.
10369
10370 2000-09-13 John Wiegley <johnw@gnu.org>
10371
10372 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10373 Eshell-friendly version of find-tag.
10374
10375 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10376
10377 * image-file.el (image-file-name-extensions)
10378 (image-file-name-regexps): Add autoload cookies.
10379
10380 2000-10-13 Kenichi Handa <handa@etl.go.jp>
10381
10382 * international/mule-cmds.el (select-safe-coding-system): If FROM
10383 is string, show it in *Warning* buffer.
10384
10385 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10386
10387 * startup.el (normal-top-level): Use display-popup-menus-p instead
10388 of window-system.
10389 (command-line): Use display-graphic-p instead of window-system.
10390 (command-line-1): Use display-popup-menus-p and display-mouse-p
10391 instead of window-system.
10392
10393 2000-10-12 Sam Steingold <sds@gnu.org>
10394
10395 * tooltip.el (tooltip-use-echo-area): New user variable.
10396 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10397
10398 2000-10-12 Dave Love <fx@gnu.org>
10399
10400 * recentf.el: Maintainer's checkdoc fixes.
10401
10402 * startup.el (normal-top-level-add-subdirs-to-load-path):
10403 Use character class, not ASCII when matching file names.
10404 (fancy-splash-head): Add trailing slash to URL.
10405 (command-line): Don't require XPM support for toolbar.
10406
10407 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10408 (cperl-invalid-face): Revert last change.
10409 (cperl-init-faces): Quote cperl-invalid-face.
10410
10411 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10412
10413 * startup.el (fancy-splash-text): Remove superfluous quote.
10414
10415 2000-10-12 Gerd Moellmann <gerd@gnu.org>
10416
10417 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10418 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10419 (command-line-1): Don't use fancy-splash-pending-command.
10420 (fancy-splash-screens-1): Goto point-min after inserting text.
10421
10422 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10423
10424 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10425 instead of shared-lisp-mode-map.
10426
10427 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10428
10429 * faces.el (header-line): Change tty-variant to use underlining.
10430
10431 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10432 (isearch-highlight): Restore lazy-isearch face properties at old
10433 position, and suppress them at new position.
10434 (isearch-dehighlight): Restore lazy-isearch face properties.
10435 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10436 over the real isearch overlay, but in that case, don't give it a
10437 face property. Use `push'.
10438
10439 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10440
10441 * man.el (Man-getpage-in-background): Fix previous change.
10442 Decode the process output only when we are in multibyte mode.
10443
10444 2000-10-11 Dave Love <fx@gnu.org>
10445
10446 * info.el (Info-mode-menu): Fix some help.
10447 (info-tool-bar-map): Add entry for Info-last.
10448
10449 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10450 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10451 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10452 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10453 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10454 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10455 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10456 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10457 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10458 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10459 Reduce colour requirements to 25 overall. (Probably wants
10460 revisiting from the originals to reduce further.)
10461
10462 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10463
10464 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10465 buffer-file-coding-system, instead of raw-text.
10466 (dehexlify-buffer): Bind coding-system-for-read to
10467 buffer-file-coding-system, instead of raw-text.
10468
10469 2000-10-11 Sam Steingold <sds@gnu.org>
10470
10471 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
10472 `underline' - fixes the bug introduced on 2000-09-21.
10473
10474 2000-10-11 Dave Love <fx@gnu.org>
10475
10476 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10477 Avoid compiler warnings.
10478 (scheme-mode): Doc fix.
10479 (scheme-font-lock-keywords-1): Match `define-syntax'.
10480
10481 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
10482
10483 * faces.el (frame-set-background-mode): Pay attention to saved
10484 face specs as well as default ones. Only do anything if the
10485 bg-mode or display-type has actually changed. Use `dolist'.
10486 (region): Make dark-background `region' face less in-your-face.
10487
10488 2000-10-10 Sam Steingold <sds@gnu.org>
10489
10490 * chistory.el, ielm.el, ledit.el:
10491 * progmodes/inf-lisp.el, progmodes/scheme.el:
10492 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10493
10494 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10495
10496 * textmodes/texinfo.el: Update copyright and fix typo.
10497
10498 * desktop.el (desktop-modes-not-to-save): New var.
10499 (desktop-save-buffer-p): Use it.
10500 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10501 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10502
10503 2000-10-10 Dave Love <fx@gnu.org>
10504
10505 * toolbar/tool-bar.el (tool-bar-add-item)
10506 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
10507
10508 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10509 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10510 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10511 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10512 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10513 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10514 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10515 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10516 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10517 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10518 the .xpms; probably need retouching.
10519
10520 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10521
10522 * subr.el (add-to-list): Add optional argument APPEND.
10523 * battery.el (display-battery): Use `add-to-list'.
10524
10525 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10526
10527 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10528 properties.
10529 (zone, zone-when-idle, zone-leave-me-alone)
10530 (zone-pgm-whack-chars): Use new symbol properties.
10531
10532 * battery.el (display-battery): Doc spelling fix.
10533
10534 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10535 property.
10536
10537 2000-10-09 Dave Love <fx@gnu.org>
10538
10539 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10540 has been initialized before calling tool-bar-setup.
10541 (tool-bar-add-item-from-menu): Add autoload cookie.
10542
10543 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10544
10545 * menu-bar.el (send-mail-item-name): New function.
10546 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10547 of mail-user-agent in the menu. Don't display the "Send Mail"
10548 item if mail-user-agent is nil or its value is ignore.
10549 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10550 if read-mail-command is nil or its value is ignore.
10551
10552 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10553
10554 2000-10-09 Miles Bader <miles@gnu.org>
10555
10556 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10557 Correct image size.
10558 * toolbar/left_arrow.xpm: Correct image size.
10559
10560 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10561 will be done by the definition of `auto-compression-mode' if
10562 necessary. Move code to uninstall existing file-name handler
10563 before definition of `auto-compression-mode'.
10564
10565 * image-file.el (auto-image-file-mode): Move to the end of the
10566 file, because `define-minor-mode' actually calls the mode-function
10567 if the associated variable is non-nil, which requires that all
10568 needed functions be already defined.
10569
10570 * mouse.el (popup-menu): Balance parens.
10571
10572 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10573
10574 * mouse.el (popup-menu): Move the command call outside the loop
10575 so that popup-menu returns whatever the command returns.
10576
10577 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10578 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10579 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10580 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10581
10582 * vc.el (vc-version-diff): diff-switches can be a list.
10583 Use relative filenames for prettier output.
10584
10585 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10586 (vc-post-command-functions): Remove old-VC compatibility code.
10587
10588 * newcomment.el (comment-indent-default): Autoload.
10589
10590 * font-lock.el (font-lock-defaults): Make buffer-local.
10591 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10592 (font-lock-choose-keywords):
10593 Ignore LEVEL unless KEYWORDS is a list of syms.
10594 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10595 Don't wrap regexp-opt things in \(...\) unnecessarily.
10596
10597 * jit-lock.el: Don't require font-lock any more.
10598 (jit-lock-functions): Make buffer-local.
10599 (jit-lock-saved-fontify-buffer-function): Remove.
10600 (jit-lock-mode): Remove autoload cookie.
10601 Remove font-lock specific code.
10602 (jit-lock-unregister): Don't bother handling complex hooks any more.
10603 (jit-lock-refontify): New function.
10604 (jit-lock-fontify-buffer): Use it.
10605 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10606 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10607 Add optional args START and END.
10608 Never call font-lock-fontify-region directly.
10609 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10610
10611 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10612
10613 2000-10-08 Dave Love <fx@gnu.org>
10614
10615 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10616
10617 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10618
10619 * play/studly.el (studlify-region, studlify-word): Add autoload
10620 cookie.
10621
10622 * play/morse.el (morse-region, unmorse-region): Add autoload
10623 cookie.
10624
10625 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10626 concat.
10627
10628 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10629 insist on symbols starting with word syntax.
10630 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10631 (eval-defun-1): Doc fix.
10632 (indent-sexp): Use nconc to build up indent-stack.
10633
10634 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10635 Gnus with little use.
10636 (mail-setup-hook): Add mail-abbrevs-setup to options.
10637
10638 * recentf.el: Doc fixes.
10639
10640 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10641 Clean up remainder.
10642
10643 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10644 without timezone and (8) with timezone to enforce some whitespace.
10645 Simplify code somewhat.
10646
10647 * options.el (list-options): Doc that you should use customize.
10648
10649 * iswitchb.el (iswitchb-mode): Add :require.
10650
10651 * info.el (Info-goto-node, Info-menu): Doc fix.
10652 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10653 (info-tool-bar-map): New variable.
10654 (Info-mode): Use it.
10655 (Info-edit-map): Define all in defvar.
10656 (speedbar-attached-frame): Avoid compiler warning.
10657
10658 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10659 (global-map): Bind [tool-bar] to a filtered map.
10660 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10661 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10662 Allow PBM icons.
10663 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10664
10665 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10666 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10667 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10668 icons, except up_arrow, which is left-arrow rotated.
10669
10670 * imenu.el (imenu-add-to-menubar): Fix last change.
10671
10672 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10673
10674 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10675 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10676
10677 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10678
10679 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10680 typos in doc strings.
10681
10682 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10683 the doc strings how to customize Font Lock faces.
10684
10685 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10686 computing growth when dragging the header line.
10687
10688 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10689
10690 * simple.el (kill-line): Doc fix.
10691
10692 2000-10-08 Miles Bader <miles@gnu.org>
10693
10694 * faces.el (secondary-selection): Make foreground visible on tty.
10695
10696 * jka-compr.el (auto-compression-mode): Move to the end of the
10697 file, because `define-minor-mode' actually calls the mode-function
10698 if the associated variable is non-nil, which requires that all
10699 needed functions be already defined.
10700 (with-auto-compression-mode): Add autoload cookie.
10701
10702 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10703
10704 * files.el (find-backup-file-name) [ms-dos]: If support for long
10705 file names is not available, behave as if version-control were set
10706 to never.
10707
10708 2000-10-07 Dave Love <fx@gnu.org>
10709
10710 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10711 (browse-url-gnome-moz): New function.
10712 (browse-url-browser-function): Use it.
10713 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10714
10715 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10716
10717 * indent.el (tab-always-indent): New var.
10718 (indent-for-tab-command): Use it.
10719
10720 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10721 raise an error. This way it can still default to a sane value.
10722
10723 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10724
10725 * startup.el (fancy-splash-screens): Use local rather than global map.
10726 Don't use `update-menu-bindings' any more.
10727 Get rid of assumptions about keymap representation.
10728
10729 2000-10-06 Dave Love <fx@gnu.org>
10730
10731 * textmodes/fill.el (sentence-end-double-space)
10732 (sentence-end-without-period): Doc fix.
10733 (adaptive-fill-regexp): Purecopy.
10734 (unjustify-current-line): Use line-end-position.
10735 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10736
10737 * net/eudc-vars.el (eudc): Add :version, :link.
10738
10739 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10740
10741 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10742 Fix for define-minor-mode.
10743 (function-at-point): Alias to function-called-at-point.
10744
10745 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10746
10747 * simple.el (backward-word): Doc fix.
10748
10749 * image-file.el (image-file-name-regexp): image-file-regexps ->
10750 image-file-name-regexps.
10751 (image-file-name-extensions): Add pbm.
10752
10753 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10754
10755 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10756 and add filename to the names so that diff-mode can jump to source.
10757
10758 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10759 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10760 (tex-font-lock-keywords-1): Remove.
10761 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10762 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10763 (font-lock-default-fontify-region):
10764 Expand beg..end correctly when just following a multiline region.
10765 (font-lock-fontify-anchored-keywords):
10766 Include the anchor text as part of the multiline.
10767
10768 2000-10-06 Gerd Moellmann <gerd@gnu.org>
10769
10770 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10771 latter needs the autoloaded define-minor-mode macro during the
10772 bootstrap.
10773
10774 * startup.el (command-line): For now, activate tool-bar-mode only
10775 if XPM images are supported.
10776
10777 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10778 window by dragging a header-line at the top of the frame; that's
10779 confusing because the header-line doesn't move.
10780 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10781 of treating the event as a list. Some cleanup.
10782
10783 2000-10-06 Miles Bader <miles@gnu.org>
10784
10785 * simple.el (display-message-or-buffer): New function.
10786 (shell-command-on-region): Use `display-message-or-buffer'.
10787
10788 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10789 docstring parts.
10790
10791 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10792 (smbclient-prompt-regexp): Add usage note to doc string.
10793 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10794 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10795 Use add-hook for adding the comint filter function, and only do so
10796 if it's not already in the global hook list.
10797 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10798 to `make-local-variable'.
10799 (nslookup-font-lock-keywords): Remove prompt entry.
10800 (nslookup): Don't set the process-filter.
10801 (finger): Exit the loop correctly when the regexps list runs out.
10802 (ftp, smbclient, smbclient-list-shares):
10803 Set the real major mode immediately, not after execing.
10804 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10805
10806 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10807
10808 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10809
10810 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10811
10812 * which-func.el (which-func-format): Remove spurious space.
10813 (which-func-mode): Don't make it permanent-local.
10814 (which-func-ff-hook): Allow which-func-maxout to be nil.
10815 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10816 (which-func-mode): Simplify.
10817 Use post-command-idle-hook rather than post-command-hook.
10818 Go through all buffers and update their state.
10819 (which-function): Also try add-log-current-defun-function.
10820
10821 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10822 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10823 Update call to with-vc-properties accordingly.
10824 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10825 (vc-revert-buffer): More careful about window selection and deletion.
10826 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10827
10828 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10829 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10830 (cvs-dired-action): Change the default to quickdir.
10831
10832 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10833 if comment-indent-function returns nil.
10834 (comment-indent-default): New function.
10835 (comment-indent-function): Use it and document the new semantics.
10836
10837 * image-file.el: Docstring fixes.
10838
10839 * help.el (help-xref-on-pp): Use match-string.
10840 (describe-variable): New arg BUFFER.
10841 Store the current buffer in the help-xref-stack.
10842 (temp-buffer-resize-mode): Use define-minor-mode.
10843
10844 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10845 consistently with its docstring.
10846 Set jit-lock-first-unfontify-pos in an idempotent way.
10847 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10848
10849 2000-10-05 Alex Schroeder <alex@gnu.org>
10850
10851 * sql.el (sql-mysql-options): New variable.
10852 (sql-mysql): Use it.
10853
10854 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10855
10856 * image.el (image): New group.
10857
10858 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10859 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10860
10861 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10862
10863 * net/net-utils.el (nslookup-font-lock-keywords)
10864 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10865 Ignore the value of wqindow-system; always define keywords
10866
10867 2000-10-05 Kenichi Handa <handa@etl.go.jp>
10868
10869 * startup.el (fancy-splash-screens): Remove the code for
10870 debugging; `(trace-to-stderr "EXITTT\n")'.
10871
10872 2000-10-05 Miles Bader <miles@gnu.org>
10873
10874 * diff-mode.el (diff-goto-source): Update call to
10875 `diff-hunk-status-msg' to reflect new REV variable.
10876
10877 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10878
10879 * progmodes/icon.el (icon-mode):
10880 Don't gratuitously override the default for comment-column.
10881
10882 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10883
10884 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10885 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10886 (jit-lock-functions): New var.
10887 (jit-lock-function-1): Use it if non-nil.
10888 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10889 Set the `fontified' property before doing the fontification to avoid
10890 repeatedly going through the same error.
10891 Don't turn errors into messages.
10892 (jit-lock-register, jit-lock-unregister): New functions.
10893
10894 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10895 Use with-current-buffer.
10896
10897 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10898 Turn comment into docstring.
10899
10900 * apropos.el (apropos-mode): Use define-derived-mode.
10901
10902 2000-10-04 Gerd Moellmann <gerd@gnu.org>
10903
10904 * startup.el (fancy-splash-pending-command): New variable.
10905 (fancy-splash-pre-command): New function.
10906 (fancy-splash-screens): Rewritten.
10907 (command-line-1): If fancy-splash-pending-command is set, call it
10908 interactively.
10909
10910 2000-10-04 Dave Love <fx@gnu.org>
10911
10912 * toolbar/tool-bar.el (tool-bar-setup): New function.
10913 (tool-bar-mode): Use it.
10914
10915 * subr.el (substitute-key-definition): Doc fix.
10916 (play-sound-file): New command.
10917
10918 2000-10-04 Andre Spiegel <spiegel@gnu.org>
10919
10920 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10921 vc-version-backup-file-name): New functions.
10922
10923 * files.el (basic-save-buffer): Call vc-before-save before saving.
10924
10925 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10926 vc-cvs-stay-local-p.
10927
10928 * vc.el (vc-revert-buffer): Handle empty diff properly.
10929 (vc-version-backup-file): New function.
10930 (vc-checkout): Create a version backup if necessary.
10931 (vc-checkin): If a version backup file exists, delete it.
10932 (vc-version-diff): Diff locally using version backups, if available.
10933 (vc-revert-file): If there's a version backup, revert locally.
10934 (vc-transfer-file): Use version backup for base version, if
10935 available. If not, ask for confirmation whether to get it from the
10936 server. Update mode line before check-in.
10937
10938 2000-10-04 Dave Love <fx@gnu.org>
10939
10940 * toolbar/tool-bar.el (tool-bar-setup): New function.
10941 (tool-bar-mode): Use it.
10942
10943 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10944
10945 * net/net-utils.el (nslookup-font-lock-keywords)
10946 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10947 Only set if window-system is non-nil
10948 (net-utils-run-program): Returns buffer.
10949 (network-connection-reconnect): Added this function.
10950
10951 * generic.el:
10952 Incorporates extensive cleanup and docfixes by
10953 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10954 Uses cl compile-time macros.
10955 (generic-mode-name, generic-comment-list)
10956 (generic-keywords-list, generic-font-lock-expressions)
10957 (generic-mode-function-list, generic-mode-syntax-table):
10958 Removed variables.
10959 (generic-mode-alist): Renamed to generic-mode-list.
10960 (generic-find-file-regexp): Default changed to "^#".
10961 (generic-read-type): Uses completing read on generic-mode-list.
10962 (generic-mode-sanity-check): removed this function.
10963 (generic-add-to-auto-mode): Removed this function
10964 (generic-mode-internal): Bind mode-specific definitions
10965 into function instead of putting them in alist.
10966 (generic-mode-set-comments): Reworked extensively.
10967 (generic-mode-find-file-hook): Simplified regexp searching
10968 (generic-make-keywords-list): Omit extra pair of parens
10969
10970 * find-lisp.el (find-lisp-find-files-internal):
10971 Make sure directory name ends with "/".
10972
10973 * generic-x.el (apache-conf-generic-mode):
10974 Regexp now allows leading whitespace.
10975 (rc-generic-mode): Added eval-when-compile
10976 around generic-make-keywords-list.
10977 Deleted duplicate regexp
10978 (rul-generic-mode): Added eval-when-compile
10979 around generic-make-keywords-list.
10980 (etc-fstab-generic-mode): New generic mode.
10981 (rul-generic-mode): Removed one eval-when-compile
10982 which caused a max-specpdl-size exceeded error.
10983
10984 2000-10-04 Miles Bader <miles@gnu.org>
10985
10986 * simple.el (minibuffer-temporary-goal-position): New variable.
10987 (next-history-element): Try to keep the position of point in the
10988 input string constant.
10989
10990 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10991 (dired-do-create-files): If there's only one file, pass it in as
10992 the DEFAULT arg to dired-mark-read-file-name.
10993
10994 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10995
10996 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10997 (diff-goto-source): Be smarter when choosing REVERSE or not.
10998
10999 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11000 (texinfo-mode-menu): Add an explicit shortcut for update all.
11001
11002 2000-10-03 Andre Spiegel <spiegel@gnu.org>
11003
11004 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11005 factorize backend-specific code cleanly (this was essentially
11006 conceived by Stefan Monnier).
11007 (vc-unregister): Function removed.
11008 (vc-revert-file): New function.
11009 (vc-revert-buffer): Delegate some of the work to it.
11010
11011 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11012 default branch unconditionally.
11013 (vc-rcs-set-default-branch): New function.
11014 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11015 (vc-rcs-checkin): If an appropriate default branch has been set,
11016 force creation of that branch.
11017 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11018 code (as suggested by Stefan Monnier).
11019
11020 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11021
11022 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11023 highlighting overlay with a different face over the overlay
11024 isearch uses to highlight the current match because that can lead
11025 to bad face combinations.
11026
11027 * loadup.el (toplevel): Load faces before isearch.
11028
11029 * isearch.el (isearch-faces): New custom group.
11030 (isearch): New defface; was already tested for in the code.
11031 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11032 (isearch-highlight): Always use face `isearch'.
11033
11034 2000-10-02 Dave Love <fx@gnu.org>
11035
11036 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11037 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11038 comparison of opcode with operand.
11039
11040 2000-10-03 Miles Bader <miles@gnu.org>
11041
11042 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11043 buffer, since the echo area will now grow to accommodate them.
11044
11045 2000-10-02 Andre Spiegel <spiegel@gnu.org>
11046
11047 * vc-hooks.el (vc-registered): If FILE used to be registered under
11048 a certain backend, try that one first.
11049
11050 * vc.el (vc-responsible-backend): Undo the previous change in the
11051 argument list. Handle multiple backends correctly.
11052 (vc-find-new-backend): Function removed.
11053 (vc-register): Use vc-responsible-backend, as before.
11054 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11055
11056 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11057
11058 * startup.el (fancy-splash-head): Change message below the
11059 logo.
11060
11061 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11062
11063 * diff-mode.el (diff-goto-source): Emit a status message.
11064 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11065 (diff-test-hunk): Fix doc string.
11066 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11067 (diff-advance-after-apply-hunk): New variable.
11068 (diff-apply-hunk): Don't return a value.
11069
11070 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11071
11072 * vc.el (vc-editable-p): Minor optimization.
11073 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11074 (vc-find-new-backend): New function split from vc-responsible-backend.
11075 (vc-register): Use it.
11076 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11077 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11078 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11079 (vc-clear-headers): Don't use find-file.
11080 (vc-revert-buffer): Use `and' again (must have been a braino).
11081 (vc-switch-backend): Only prompt if requested.
11082 Short circuit if nothing is to be done.
11083 Don't use vc-resynch-buffer which could lose unsaved editing.
11084 (vc-default-receive-file): Update call to vc-unregister.
11085 (with-vc-file, vc-next-action-on-file):
11086 Use vc-backend rather than vc-registered.
11087 (vc-next-action-on-file): Use intern-soft.
11088 Deal with read-only *vc-diff* buffer.
11089 (vc-transfer-file): Docstring fix.
11090
11091 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11092 (vc-rcs-receive-file): Avoid with-vc-properties.
11093 Update call to vc-unregister.
11094 Use constant `RCS' rather than (dynamically bound) var `backend'.
11095
11096 2000-10-01 Andre Spiegel <spiegel@gnu.org>
11097
11098 * vc.el (vc-next-action-on-file): Update mode line only if file
11099 is visited.
11100 (vc-start-entry): New argument initial-contents. Don't visit the file
11101 if it isn't already visited. Brought documentation up-to-date.
11102 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11103 (vc-checkin): New optional arg initial-contents, which is passed to
11104 vc-start-entry.
11105 (vc-finish-logentry): Make sure to bury log buffer only if there
11106 really is one. Call `vc-resynch-buffer' on log-file, not
11107 buffer-file-name.
11108 (vc-default-comment-history, vc-default-wash-log): New functions.
11109 (vc-index-of): Removed.
11110 (vc-transfer-file): Make do without the above.
11111 (vc-default-receive-file): Call comment-history unconditionally. Pass
11112 the resulting string to vc-checkin, instead of inserting it into the
11113 comment ring.
11114
11115 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11116 unconditionally. Use the comments as initial contents of the log
11117 entry buffer. Document the trick to force branch creation with no
11118 changes.
11119
11120 2000-10-01 Miles Bader <miles@gnu.org>
11121
11122 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11123 `recenter' with an arg to prevent redrawing the display.
11124
11125 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11126
11127 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11128
11129 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11130
11131 * progmodes/c-mode.el (c-mode):
11132 Don't gratuitously override the default for comment-column.
11133
11134 * textmodes/tex-mode.el (latex-metasection-list): New var.
11135 (latex-imenu-create-index): Use it.
11136 Move the regexp construction outside loops (and use push).
11137 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11138 (tex-font-lock-keywords): Moved from font-lock.el.
11139 (tex-comment-indent): Remove.
11140 (tex-common-initialization): Don't set comment-indent-function.
11141 (latex-block-default): New var.
11142 (tex-latex-block): Use it to provide a default choice.
11143 Add any unknown choice to latex-block-names.
11144 Insert [...] after {...}.
11145 (tex-last-unended-begin): Simplify regexp.
11146 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11147 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11148 (latex-mode): Set forward-sexp-function.
11149
11150 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11151 Add regexp for @ignore ... @end ignore.
11152 (texinfo-heading-face): New face.
11153 (texinfo-font-lock-keywords): Use it.
11154 (texinfo-mode-menu): New menu.
11155 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11156 New functions.
11157 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11158 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11159 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11160 Remove declaration.
11161 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11162
11163 * delsel.el (delete-selection-mode): Use define-minor-mode.
11164
11165 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11166
11167 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11168
11169 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11170
11171 2000-09-30 Gerd Moellmann <gerd@gnu.org>
11172
11173 * replace.el (keep-lines-read-args): New function.
11174 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11175 read arguments interactively. Add parameters RSTART and REND.
11176 Operate on the active region in Transient Mark mode.
11177
11178 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11179
11180 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11181 (authors-obsolete-files-regexps): New variable.
11182 (authors-add): Don't record changes in obsolete files.
11183
11184 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11185
11186 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11187
11188 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11189 (comment-indent): Make sure there's a space between code and comment.
11190 Shift comments left to avoid going past fill-column.
11191
11192 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11193
11194 * startup.el (startup-echo-area-message): New function.
11195 (display-startup-echo-area-message): Use it.
11196 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11197 (fancy-splash-default-action): New function.
11198 (fancy-splash-screens-1): New function.
11199 (fancy-splash-head): Put a help-echo and a keymap under the image.
11200
11201 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11202
11203 * diff-mode.el (diff-add-log-file-name): Remove.
11204 (diff-mode): Use add-log-buffer-file-name-function.
11205
11206 * add-log.el (find-change-log): New arg BUFFER-FILE.
11207 (add-log-file-name): Obey add-log-file-name-function.
11208 (add-log-buffer-file-name-function): New var.
11209 (add-change-log-entry): Use it.
11210
11211 2000-09-29 Miles Bader <miles@gnu.org>
11212
11213 * image-file.el (image-file-name-extensions): New variable.
11214 (image-file-name-regexps): Renamed from `image-file-regexps'.
11215 New default value is nil. Call `auto-image-file-mode'.
11216 (image-file-name-regexp): New function.
11217 (auto-image-file-mode): New minor mode.
11218 (insert-image-file): Don't make conditional on the image-file
11219 handler being enabled.
11220 (image-file-handler): Make the call here conditional instead.
11221 (set-image-file-handler-enabled, enable-image-file-handler)
11222 (disable-image-file-handler): Functions removed.
11223
11224 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11225 string.
11226
11227 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11228
11229 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11230 it's a function from CL.
11231 (latex-imenu-create-index): Replace eval-when-compile with progn
11232 because latex-section-alist is not bound while compiling.
11233
11234 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11235
11236 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11237 (outline-mode): Use define-derived-mode.
11238
11239 * progmodes/perl-mode.el (perl-mode):
11240 * progmodes/awk-mode.el (awk-mode):
11241 * progmodes/asm-mode.el (asm-mode):
11242 Don't gratuitously override the default for comment-column.
11243
11244 * emacs-lisp/lisp.el (lisp-complete-symbol):
11245 Distinguish the let-binding case from the funcall case.
11246 (forward-sexp-function): New variable.
11247 (forward-sexp): Use it.
11248
11249 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11250 (easy-mmode-defmap): Remove the now useless autoload.
11251
11252 * time.el (display-time-mode): Use define-minor-mode.
11253
11254 * subr.el (add-minor-mode): Don't eval NAME.
11255 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11256 Use if rather than cond.
11257
11258 * simple.el (read-expression-map): Define more properly.
11259 (comment-indent-hook): Remove.
11260 (string-to-syntax): Bug fix.
11261
11262 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11263 (cvs-ediff-diff): Fix typo.
11264 (cvs-revert-if-needed): Don't bother preserving read-only.
11265
11266 * paren.el (show-paren-mode): Use define-minor-mode.
11267
11268 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11269 (toggle-auto-compression): Remove.
11270 (jka-compr-build-file-regexp): Remove useless grouping.
11271
11272 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11273 Avoid user-reserved bindings.
11274 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11275 (diff-header-face): Revert to grey85.
11276
11277 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11278
11279 * complete.el (partial-completion-mode) <defcustom>: Remove.
11280 (partial-completion-mode): Use define-minor-mode.
11281 (PC-do-completion): Understand `completion-auto-help = delay'
11282 to mean to popup the completion buffer only the second time.
11283 (PC-include-file-all-completions, PC-include-file-all-completions)
11284 (PC-include-file-all-completions): Don't quote lambda.
11285
11286 * comint.el (comint-mode-hook): Docstring fix.
11287 (comint-mode): Use define-derived-mode.
11288 (comint-mode-map): Remove obsolete comment.
11289 (make-comint): Minor stylistic change.
11290 (comint-insert-clicked-input): Be more careful to find the overlay.
11291 Use this-command-keys rather than hardcoding mouse-2.
11292
11293 * font-lock.el: Replace confusing (,@ with ,
11294 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11295 Don't use regexp-opt-depth. Spice up the regexp for args.
11296 Don't distinguish between cmds that can take an opt arg or not.
11297 Use `append' and `prepend' rather than `keep'.
11298
11299 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11300 (latex-outline-regexp): New var.
11301 (latex-outline-level): New fun.
11302 (latex-section-alist): New var.
11303 (latex-imenu-create-index): Use it. Use `push' as well.
11304 (tex-shell-map): Initialize it properly.
11305 (tex-mode): Minor stylistic change.
11306 (plain-tex-mode): Use define-derived-mode.
11307 (latex-mode): Use define-derived-mode.
11308 Construct the paragraph regexps in a more readable way.
11309 Set the buffer-local outline-{level,regexp} vars.
11310 (slitex-mode): Derive from latex-mode.
11311 (tex-common-initialization): Don't kill-all-vars anymore.
11312 Add setting for comment-add and font-lock-defaults.
11313 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11314 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11315 (tex-start-tex): New arg DIR (and send a chdir command for it).
11316 Also display the shell buffer and save it in tex-last-buffer-texed.
11317 (tex-region): Use expand-file-name rather than concat.
11318 Remove code made useless by changes in tex-start-tex.
11319 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11320
11321 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11322
11323 2000-09-28 Dave Love <fx@gnu.org>
11324
11325 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11326
11327 2000-09-28 Gerd Moellmann <gerd@gnu.org>
11328
11329 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11330 `append'.
11331
11332 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11333
11334 * info.el (Info-extract-pointer): Undo last change.
11335 Instead, fix the position of the `bound' arg to re-search-backward.
11336
11337 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11338
11339 * info.el (Info-extract-pointer):
11340 Widen more carefully, to avoid finding pointers in other nodes.
11341 (Info-index): Use push.
11342
11343 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11344
11345 * frame.el (set-frame-font): Remove call to obsolete function
11346 frame-update-faces.
11347 (set-foreground-color, set-background-color): Likewise for
11348 frame-update-face-colors.
11349
11350 2000-09-27 Miles Bader <miles@gnu.org>
11351
11352 * image-file.el: New file.
11353
11354 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11355
11356 * frame.el (frame-notice-user-settings): Don't call
11357 frame-update-faces, which is a no-op now.
11358
11359 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11360 tool-bar-lines.
11361
11362 2000-09-27 Dave Love <fx@gnu.org>
11363
11364 * mouse.el: Fix last change.
11365
11366 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11367
11368 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11369
11370 2000-09-22 Kenichi Handa <handa@etl.go.jp>
11371
11372 * international/quail.el (quail-help): The output message is
11373 improved.
11374
11375 2000-09-26 Dave Love <fx@gnu.org>
11376
11377 * mouse.el (popup-menu): If POSITION is nil, set it using
11378 mouse-position.
11379
11380 2000-09-25 Sam Steingold <sds@gnu.org>
11381
11382 * net/browse-url.el (browse-url-file-url): Check for null maps.
11383
11384 2000-09-26 Gerd Moellmann <gerd@gnu.org>
11385
11386 * frame.el (frame-notice-user-settings): Don't add a
11387 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11388
11389 * frame.el (frame-notice-user-settings):
11390 Make tool-bar-mode and default-frame-alist consistent.
11391
11392 * toolbar/tool-bar.el (tool-bar-help): New function.
11393
11394 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11395
11396 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11397 current-load-list in top-level forms. Else this leaks a cons cell
11398 every time a defun is called.
11399
11400 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11401
11402 2000-09-25 Dave Love <fx@gnu.org>
11403
11404 * startup.el (fancy-splash-head): Check XPM is available.
11405
11406 * autoinsert.el (auto-insert): Doc fix.
11407 (auto-insert-alist): Following GNU notices, don't say `copyright
11408 _by_'. Use line-beginning-position.
11409 (auto-insert): Check buffer-file-name is non-nil before use.
11410
11411 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11412
11413 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11414 starting with `@def' or `@multitable', in addition to ones
11415 specified by the user in auto-fill-inhibit-regexp.
11416
11417 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
11418
11419 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11420 rmail-dont-reply-to-names matches the empty string.
11421
11422 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11423
11424 * startup.el (command-line-1, fancy-splash-text): Change the
11425 text to sound more friendly.
11426
11427 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11428
11429 * progmodes/hideshow.el: Update author email address.
11430 Generally, sync w/ maintainer version 5.22.
11431 (hs-hide-all-non-comment-function): New var.
11432 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11433 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11434 (hs-show-region): Delete this command.
11435 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11436
11437 2000-09-22 Dave Love <fx@gnu.org>
11438
11439 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11440 (hl-line-highlight): Specify buffer when moving overlay.
11441
11442 * progmodes/fortran.el (fortran-mode): Locally set
11443 normal-auto-fill-function.
11444 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11445 (fortran-mode-map): Adjust auto-fill menu entry.
11446
11447 2000-09-22 Gerd Moellmann <gerd@gnu.org>
11448
11449 * vc-rcs.el (toplevel): Require `vc' when compiling.
11450
11451 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11452
11453 2000-09-22 Andre Spiegel <spiegel@gnu.org>
11454
11455 * vc.el (vc-switch-backend): Signal an error if the file is not
11456 registered under the new backend.
11457
11458 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11459 without explicit revision number.
11460
11461 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11462
11463 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11464 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11465 (diff-xor): New function.
11466 (diff-find-source-location): Use it. Fix a stupid name clash.
11467 (diff-hunk-status-msg): New function.
11468 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11469 (diff-test-hunk): Use diff-find-source-location.
11470 (diff-goto-source): Favor the `reverse'.
11471 (diff-hunk-text): Properly handle one-sided context diffs.
11472 (diff-apply-hunk): When done, advance to the next hunk.
11473
11474 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11475
11476 * startup.el (command-line): If frame was created with a non-zero
11477 tool-bar-lines parameter, switch tool-bar-mode on.
11478
11479 * add-log.el (change-log-date-face, change-log-name-face)
11480 (change-log-email-face, change-log-file-face)
11481 (change-log-list-face, change-log-conditionals-face)
11482 (change-log-function-face, change-log-acknowledgement-face):
11483 New faces, inheriting from font-lock faces.
11484 (change-log-font-lock-keywords): Use them.
11485
11486 2000-09-21 Dave Love <fx@gnu.org>
11487
11488 * progmodes/cperl-mode.el (top-level): Clean up
11489 `eval-when-compile's and assorted defvars.
11490 (cperl-invalid-face): Don't double-quote value. Change custom
11491 type.
11492 (cperl-mode): Set normal-auto-fill-function and don't zap
11493 auto-fill-function.
11494 (cperl-imenu--function-name-regexp-perl): Renamed from
11495 imenu-example--function-name-regexp-perl.
11496 (cperl-imenu--create-perl-index): Renamed from
11497 imenu-example--create-perl-index.
11498 (cperl-xsub-scan): Don't require cl.
11499
11500 * msb.el (msb-mode-map): Use substitute-key-definition.
11501 (msb-mode): Use msb-mode-map.
11502
11503 2000-09-21 Andre Spiegel <spiegel@gnu.org>
11504
11505 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11506 New functions.
11507 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11508 (vc-switch-backend): New function.
11509 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11510 (vc-register): Fix prompt.
11511 (vc-unregister, vc-default-unregister): New functions.
11512 (vc-version-diff): Handle empty buffer in sentinel.
11513
11514 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11515 (vc-rcs-state-heuristic): Use it to guess the state of files with
11516 non-strict locking.
11517 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11518 been set with -b, but not created yet.
11519 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11520 contents in order to find the state.
11521 (vc-rcs-checkin): Allow creation of branches with no changes.
11522 (vc-rcs-unregister, vc-rcs-receive-file)
11523 (vc-rcs-set-non-strict-locking): New functions.
11524
11525 * vc-hooks.el (vc-name): Force correct computation of the value
11526 in case it is missing.
11527
11528 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11529
11530 * startup.el (fancy-splash-tail): Use a different foreground
11531 color on a dark frame background.
11532
11533 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11534
11535 * info.el: Use the correct capitalization when making Info-mode
11536 and Info-edit-mode `special' modes.
11537
11538 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11539
11540 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11541 (diff-mode): Add support for add-log.el.
11542 (diff-hunk-text): Use char offsets rather than line offsets.
11543 (diff-find-source-location): Replace LINE with line-offset (nil
11544 if not found) and always set POS to a meaningful position.
11545 Adapt to the new char-offsets.
11546 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11547 Adapt to the new diff-find-source-location.
11548 (diff-goto-source): Adapt to the new diff-find-source-location.
11549
11550 * add-log.el (add-log-file-name): New function (split out of
11551 add-change-log-entry).
11552 (add-change-log-entry): Use it.
11553 Call add-log-file-name-function with the changelog file name if
11554 the current buffer is not associated with any file.
11555 Avoid find-file if the selected window is dedicated.
11556
11557 * diff-mode.el (diff-find-source-location):
11558 Move code from diff-apply-hunk. Return buffer rather than file.
11559 (diff-apply-hunk): Use the new result from diff-find-source-location.
11560 (diff-goto-source): Use the new diff-find-source-location.
11561
11562 2000-09-20 Dave Love <fx@gnu.org>
11563
11564 * iswitchb.el: Some doc fixes.
11565 (iswitchb-mode-map): Define completely initially. Inherit
11566 minibuffer-local-map.
11567 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11568 fundamental-mode.
11569 (iswitchb-global-map): New variable.
11570 (iswitchb-summaries-to-end): Amalgamate regexps.
11571 (iswitchb-mode): New.
11572 (iswitchb-mode-hook): New variable.
11573 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11574 `extensions'.
11575
11576 2000-09-20 Gerd Moellmann <gerd@gnu.org>
11577
11578 * ehelp.el (electric-help): New defgroup.
11579 (electric-help-shrink-window): New user-option.
11580 (with-electric-help): Use it.
11581
11582 * window.el (shrink-window-if-larger-than-buffer): If face
11583 `mode-line' has a :box, and we're on a graphical frame, add 1
11584 to the needed window height.
11585
11586 * frame.el (frame-notice-user-settings): Add a last parameter nil
11587 to a call to `append', because the last list passed to `append' is
11588 not copied, and so subsequent calls to assq-delete-all will modify
11589 default-frame-alist.
11590
11591 * startup.el (fancy-splash-image): Change :type.
11592 (fancy-splash-head): Use an XBM image if appropriate.
11593 (command-line-1): Show splash screens in more cases.
11594
11595 * startup.el (fancy-splash-text): Don't quote faces.
11596
11597 * dired.el (dired-font-lock-keywords): Undo last change.
11598 (dired-readin): Bind indent-tabs-mode to nil.
11599
11600 * startup.el (fancy-splash-head): If frame's background mode
11601 is `dark', change the black background of the image to gray.
11602 (fancy-splash-screens): Display startup echo area message.
11603 (display-startup-echo-area-message): New function.
11604
11605 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11606
11607 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11608
11609 * info.el (info-header-node): Tweak for color ttys.
11610
11611 * faces.el (face-valid-attribute-values): Make sure directories we
11612 search for stipples both exist and are readable before trying to
11613 search them.
11614
11615 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11616 in the dry-run case.
11617
11618 * jka-compr.el (with-auto-compression-mode): New macro.
11619
11620 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11621 (custom-group-tag-face, custom-variable-tag-face): Use relative
11622 :height and inherit from `variable-pitch' face instead of
11623 hardwiring :family.
11624 * hi-lock.el (hi-black-hb): Likewise.
11625
11626 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11627 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11628 toolbar-add-item, if image doesn't have a mask add a `:mask
11629 heuristic'.
11630
11631 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11632
11633 * diff-mode.el: Docstring fixes.
11634 (diff-header-face, diff-comment-face): New faces.
11635 (diff-font-lock-keywords): Highlight a bit differently.
11636 (diff-find-source-location): Don't return SPAN any more.
11637 (diff-hunk-text): Don't bother erasing the temp buffer.
11638 (diff-find-text): Drop argument LINE.
11639 (diff-apply-hunk): Update calls to diff-find-text.
11640 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11641
11642 * calendar/calendar.el: Docstring fixes.
11643 (calendar-make-alist): Don't quote lambda.
11644 (calendar-star-date): Use make-local-variable.
11645
11646 2000-09-19 Dave Love <fx@gnu.org>
11647
11648 * toolbar/tool-bar.el: Renamed from toolbar.el.
11649 Change `toolbar' to `tool-bar' generally in symbols.
11650 Make some items invisible in `special' major modes.
11651 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11652 Add arg PROPS.
11653
11654 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11655 Add :version here.
11656 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11657
11658 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11659
11660 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11661
11662 * files.el (find-file-suppress-same-file-warnings): New user-option.
11663 (find-file-noselect): Use it.
11664
11665 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11666 (fancy-splash-screen): Defgroup.
11667
11668 * add-log.el (change-log-font-lock-keywords): Match names
11669 more exactly for the case that font-lock-constant-face is
11670 underlined.
11671
11672 2000-09-19 Richard M. Stallman <rms@gnu.org>
11673
11674 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11675
11676 2000-09-19 Andre Spiegel <spiegel@gnu.org>
11677
11678 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11679
11680 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11681
11682 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11683 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11684 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11685 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11686 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11687 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11688 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11689 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11690 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11691 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11692 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11693 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11694
11695 * startup.el (fancy-splash-text): New variable.
11696 (fancy-splash-delay, fancy-splash-image): New user-options.
11697 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11698 (fancy-splash-screens): New functions.
11699 (command-line-1): If display has a `display' frame parameter, has
11700 colors, and we have XPM support, show more fancy splash screens.
11701
11702 2000-09-19 Dave Love <fx@gnu.org>
11703
11704 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11705 with null `help'. Use modern backquote syntax.
11706
11707 2000-09-19 Gerd Moellmann <gerd@gnu.org>
11708
11709 * font-lock.el (font-lock-mode): Change message telling the user
11710 that ``the buffer is too big''.
11711
11712 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11713 for instance for the case that tab-width is 2.
11714
11715 2000-09-18 Gerd Moellmann <gerd@gnu.org>
11716
11717 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11718 toolbar-add-item, if image doesn't have a mask add a `:mask
11719 heuristic'.
11720
11721 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11722
11723 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11724 and return a cons if it's non-nil.
11725 (diff-apply-hunk): Try to jump to the line in the source text
11726 corresponding to the position of point in the in the hunk.
11727
11728 * info.el (Info-title-3-face, Info-title-2-face)
11729 (Info-title-1-face): Use face inheritance and relative sizes
11730 instead of hard-wiring things.
11731
11732 * faces.el (secondary-selection): Make dark-background variant sane.
11733
11734 2000-09-16 Andrew Innes <andrewi@gnu.org>
11735
11736 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11737 read-only, since they aren't under VC now.
11738
11739 2000-09-17 Dave Love <fx@gnu.org>
11740
11741 * tmm.el: Replace mapcar with mapc in several places.
11742
11743 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11744 ad-unadvise.
11745
11746 * international/latin1-disp.el: New file.
11747
11748 * calendar/cal-move.el (scroll-calendar-left)
11749 (scroll-calendar-right): Make arg optional (for active mode line).
11750
11751 * calendar/calendar.el (calendar-mode-line-format): Make fields
11752 mouse-sensitive.
11753 (calendar-read-date, calendar-read-date, calendar-window-list):
11754 Unquote lambda.
11755 (calendar-month-name): Use aref, not sref.
11756
11757 * view.el (minor-mode-alist): Propertize the string.
11758
11759 * international/characters.el (standard-case-table): Add entries
11760 for Greek.
11761
11762 2000-09-18 Miles Bader <miles@gnu.org>
11763
11764 * info.el (info-node, info-xref): Add dark-background variants.
11765
11766 * faces.el (header-line): Change defaults to be less confusing
11767 when mixed with mode-lines.
11768
11769 * info.el (Info-fontify-node): Make a few cleanups.
11770 Add extra `help-echo' and `local-map' props to node xrefs.
11771 Use header-specific faces for node-names & xrefs.
11772 (Info-use-header-line): New variable.
11773 (info-header-xref, info-header-node): New faces.
11774 (Info-setup-header-line): New function.
11775 (Info-select-node): Call Info-setup-header-line when enabled.
11776 (Info-extract-pointer): Work even if the header line is hidden.
11777 (Info-header-line): New variable.
11778
11779 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11780
11781 * vms-patch.el (print-region-function): Don't quote lambda.
11782
11783 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11784
11785 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11786 (lm-get-header-re): Allow spaces between the header and the colon.
11787 (lm-header): Allow $ in non-RCS headers.
11788 (lm-header-multiline): Put the strings back into order.
11789 Stop at an empty line. Don't require two space chars if the
11790 line is clearly not another header line.
11791
11792 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11793 (popup-menu-popup): Remove.
11794
11795 2000-09-15 Gerd Moellmann <gerd@gnu.org>
11796
11797 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11798 specification if or if not tool-bar item contains an `:enabled'
11799 property.
11800
11801 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11802 current buffer has no file name.
11803
11804 2000-09-15 Dave Love <fx@gnu.org>
11805
11806 * strokes.el: Sync with maintainer's current version with changes
11807 for Emacs, but avoid runtime cl and levents.
11808 (toplevel): Change autoloads and compilation requires.
11809 (strokes-version, strokes-bug-address, strokes-lift): Values
11810 changed.
11811 (strokes-xpm-header, strokes-insinuated): New variable.
11812 (strokes): Add :link.
11813 (strokes-mode): Customized.
11814 (strokes-while-inhibiting-garbage-collector): New macro.
11815 (strokes-remassoc): Avoid remove-if.
11816 (strokes-fix-button2-command): Don't use ad-do-it.
11817 (strokes-insinuate): New function.
11818 (strokes-button-press-event-p, strokes-button-release-event-p):
11819 New functions, used instead of non-`strokes-' versions..
11820 (strokes-mouse-event-p): Rewritten.
11821 (strokes-event-closest-point): Avoid event-point.
11822 (strokes-get-grid-position): Avoid cdadr, caadr
11823 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11824 functions.
11825 (strokes-help): Use with-output-to-temp-buffer.
11826 (strokes-window-configuration-changed-p): New function.
11827 (strokes-update-window-configuration): Use buffer-live-p,
11828 strokes-window-configuration-changed-p.
11829 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11830 (strokes-char-face): New face.
11831 (strokes-char-table, strokes-base64-chars): New variable.
11832 (strokes-xpm-for-stroke, strokes-list-strokes)
11833 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11834 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11835 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11836 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11837 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11838 functions.
11839
11840 2000-09-15 Gerd Moellmann <gerd@gnu.org>
11841
11842 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11843
11844 * image.el (create-image): Doc fix.
11845
11846 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11847 instead of `:heuristic-mask t'.
11848
11849 2000-09-14 Andrew Innes <andrewi@gnu.org>
11850
11851 * makefile.w32-in: Revert to Unix line endings.
11852
11853 2000-09-14 Andrew Innes <andrewi@gnu.org>
11854
11855 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11856 when installing.
11857
11858 * makefile.nt (DONTCOMPILE): Fix typo.
11859
11860 * shell.el (shell-write-history-on-exit): New function.
11861 (shell-dumb-shell-regexp): New custom variable.
11862 (shell-mode): Make shell-write-history-on-exit the process
11863 sentinel if shell name matches shell-dumb-shell-regexp.
11864
11865 * w32-fns.el: Comment out before-init-hook function which resets
11866 source-directory based; this breaks bootstrap.
11867
11868 2000-09-14 Dave Love <fx@gnu.org>
11869
11870 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11871 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11872 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11873 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11874 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11875 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11876 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11877 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11878 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11879
11880 * toolbar/toolbar.el: New.
11881
11882 * subdirs.el: Add toolbar.
11883
11884 2000-09-14 Gerd Moellmann <gerd@gnu.org>
11885
11886 * indent.el (indent-for-tab-command): Doc fix.
11887
11888 2000-09-14 Alex Schroeder <alex@gnu.org>
11889
11890 * ansi-color.el (ansi-colors): Doc change.
11891 (ansi-color-get-face): Simplified regexp.
11892 (ansi-color-faces-vector): Added more faces, doc change.
11893 (ansi-color-names-vector): Doc change.
11894 (ansi-color-regexp): Simplified regexp.
11895 (ansi-color-parameter-regexp): New regexp.
11896 (ansi-color-filter-apply): Doc change.
11897 (ansi-color-filter-region): Doc change.
11898 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11899 deal with zero length parameters.
11900 (ansi-color-apply-on-region): Doc change.
11901 (ansi-color-map): Doc change.
11902 (ansi-color-map-update): Removed debugging message.
11903 (ansi-color-get-face-1): Added condition-case to trap
11904 args-out-of-range errors.
11905 (ansi-color-get-face): Doc change.
11906 (ansi-color-make-face): Removed.
11907 (ansi-color-for-shell-mode): New option.
11908
11909 2000-09-13 Kenichi Handa <handa@etl.go.jp>
11910
11911 * international/quail.el (quail-start-translation): Translate KEY
11912 if necessary even if it doesn't have any mapping in the current
11913 input method.
11914 (quail-start-conversion): Likewise.
11915 (quail-help): The output message is improved.
11916
11917 2000-09-13 Miles Bader <miles@gnu.org>
11918
11919 * comint.el (comint-output-filter): Revert to using
11920 `insert-before-markers'. Add bletcherous hack to undo damage
11921 caused by `insert-before-markers'. Put `front-sticky' property on
11922 overlays created here so that the field code understands how the
11923 overlay works. Use a let when making comint-last-prompt-overlay,
11924 so that the code is easier to read.
11925
11926 2000-09-13 Dave Love <fx@gnu.org>
11927
11928 * wid-edit.el (widget-default-format-handler): DTRT when
11929 doc-property is a function.
11930
11931 2000-09-12 Francesco Potorti` <pot@gnu.org>
11932
11933 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11934 filed name if it's not there.
11935
11936 2000-09-12 Dave Love <fx@gnu.org>
11937
11938 * simple.el (read-mail-command): Doc fix.
11939 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11940
11941 * vc.el (vc-dired-listing-switches): Fix :version.
11942
11943 * vc-hooks.el: Doc fixes.
11944
11945 * subr.el (add-minor-mode): Use toggle-fun arg.
11946
11947 * speedbar.el: Add :version to several defcustoms.
11948
11949 * imenu.el (imenu--truncate-items, imenu--cleanup)
11950 (imenu--generic-function): Avoid mapcar.
11951 (imenu--replace-spaces): Function removed.
11952 (imenu--completion-buffer): Use subst-char-in-string.
11953 (imenu-add-to-menubar): Use keymap inheritance.
11954
11955 2000-09-12 Miles Bader <miles@gnu.org>
11956
11957 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11958 (diff-mode-map): Bind `diff-test-hunk'.
11959 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11960
11961 2000-09-11 Gerd Moellmann <gerd@gnu.org>
11962
11963 * bytecomp.el (byte-compile-defvar): Undo last change
11964 because it breaks '(make-variable-buffer-local (defvar ...)'
11965 which is used at least in dired.
11966
11967 2000-09-12 Kenichi Handa <handa@etl.go.jp>
11968
11969 * international/quail.el (quail-define-package): Docstring
11970 modified.
11971
11972 2000-09-12 Kenichi Handa <handa@etl.go.jp>
11973
11974 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11975 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11976 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11977 docstring of "chinese-py".
11978
11979 * international/quail.el (quail-translation-docstring): New
11980 variable.
11981 (quail-show-keyboard-layout): Docstring modified.
11982 (quail-select-current): Likewise.
11983 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11984 infinite recursive call.
11985 (quail-help): Check quail-translation-docstring. Format of the
11986 output changed.
11987 (quail-help-insert-keymap-description): Adjusted for the above
11988 change.
11989
11990 2000-09-11 Gerd Moellmann <gerd@gnu.org>
11991
11992 * bytecomp.el (byte-compile-defvar): Only cons onto
11993 current-load-list in top-level forms. Else this leaks a cons cell
11994 every time a defun is called.
11995
11996 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11997
11998 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11999 Now understands non-unified diffs. Some functionality moved into
12000 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12001 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12002 modify anything. Only reposition point in the patched file if the
12003 patch succeeds. Only pop up another window if POPUP is true.
12004 Emit a message describing what happened if successful, and at what
12005 line-offset. Automatically detect reversed hunks and do something
12006 appropriate.
12007 (diff-hunk-text, diff-find-text): New functions.
12008 (diff-filter-lines): Function removed.
12009 (diff-test-hunk): New function.
12010 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12011
12012 2000-09-10 Dave Love <fx@gnu.org>
12013
12014 * textmodes/tildify.el: Minor doc/commentary fixes.
12015 (tildify) <defgroup>: Add :version.
12016
12017 * faces.el (face-x-resources): Make custom type more specific.
12018 (frame-background-mode): Use mapc.
12019 (region) <defcustom>: Add :version.
12020
12021 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12022
12023 * vc-sccs.el (vc-sccs-register):
12024 * vc-rcs.el (vc-rcs-register):
12025 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12026 * vc.el (vc-register): Clear file's properties.
12027
12028 2000-09-08 Gerd Moellmann <gerd@gnu.org>
12029
12030 * faces.el (face-spec-set): Only face-spec-reset-face when
12031 ATTRS is non-nil.
12032
12033 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12034
12035 * help.el (help-insert-xref-button): Fix a typo in doc string.
12036
12037 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12038
12039 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12040 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12041 methods.
12042
12043 * menu-bar.el (read-mail-item-name): New function.
12044 (menu-bar-tools-menu): Use it to compute and display the package
12045 used to read email.
12046 (menu-bar-tools-menu): Fix typo in GUD's help string.
12047
12048 2000-09-07 Dave Love <fx@gnu.org>
12049
12050 * diff-mode.el (diff-mouse-goto-source): New function.
12051
12052 * vc-sccs.el: Doc fixes.
12053 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12054
12055 * vc-rcs.el: Doc fixes.
12056 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12057 (vc-rcs-checkout-switches, vc-rcs-header)
12058 (vc-rcs-master-templates): Add or change :version.
12059
12060 * vc-cvs.el: Doc fixes.
12061 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12062 (vc-cvs-stay-local): Add :version.
12063
12064 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12065
12066 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12067
12068 * international/quail.el (quail-help): Fix previous change.
12069
12070 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12071
12072 * faces.el (color-values): Doc fix.
12073
12074 * faces.el (frame-set-background-mode): Use frame-parameter
12075 instead of frame-parameters.
12076
12077 * frame.el (filtered-frame-list): Reduce consing.
12078 (frames-on-display-list): Call frame-parameter instead of
12079 frame-parameters.
12080
12081 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12082
12083 * language/devan-util.el (devanagari-to-indian-region): In the
12084 loop, change the following char, not preceding char.
12085
12086 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12087
12088 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12089 instead of frame-parameters.
12090
12091 * faces.el (set-face-attribute): Simplify by calling
12092 internal-set-lisp-face-attribute with FRAME being 0.
12093
12094 * vc.el: Remove `Id' version control keyword.
12095
12096 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12097
12098 * help.el (help-make-xrefs): Adjusted for the change of
12099 help-xref-mule-regexp.
12100 (help-insert-xref-button): New function.
12101
12102 * international/mule-cmds.el (help-xref-mule-regexp-template):
12103 Include the pattern for character set.
12104 (leim): New group.
12105
12106 * international/quail.el: Don't require face.
12107 (quail): New group.
12108 (quail-other-command): Dummy command to make quail-help work better.
12109 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12110 (quail-keyboard-layout-substitution): New variable.
12111 (quail-update-keyboard-layout): New function.
12112 (quail-keyboard-layout-type): New customizable variable.
12113 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12114 (quail-keyboard-translate): Pay attention to
12115 quail-keyboard-layout-substitution.
12116 (quail-insert-kbd-layout): New function.
12117 (quail-show-keyboard-layout): New function.
12118 (quail-get-translation): If the definition is a vector of length
12119 1, and the element is a string of length 1, return the character
12120 in that string.
12121 (quail-update-current-translations): Fix the case of
12122 relative-index out of range.
12123 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12124 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12125 Show key sequences for all available characters.
12126 (quail-help-insert-keymap-description): Don't show such verbose
12127 key bindings as quail-self-insert-command.
12128
12129 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12130 Format changed, and each element now have extra documentations.
12131 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12132 Adjusted for the change of quail-cxterm-package-ext-info.
12133
12134 2000-09-06 Gerd Moellmann <gerd@gnu.org>
12135
12136 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12137 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12138 during bootstrap.
12139
12140 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12141
12142 * vc.el: (toplevel): Don't require `dired' at run-time.
12143 (vc-dired-resynch-file): Remove autoload cookie.
12144
12145 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12146
12147 * vc.el: Made several backend functions optional.
12148 (vc-default-responsible-p): New function.
12149 (vc-merge): Use RET for first version to trigger merge-news, not
12150 prefix arg.
12151 (vc-annotate): Handle backends that do not support annotation.
12152 (vc-default-merge-news): Removed. The existence of a merge-news
12153 implementation is now checked on caller sites.
12154
12155 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12156 case.
12157
12158 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12159 special case that has been removed from the default in vc-hooks.el.
12160
12161 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12162
12163 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12164
12165 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12166
12167 * vc-hooks.el: Require vc during compilation.
12168 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12169 macro `with-vc-properties' in vc.el.
12170 (vc-file-getprop): Doc fix.
12171 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12172
12173 * vc.el: Require dired-aux during compilation.
12174 (vc-name-assoc-file): Moved to vc-sccs.el.
12175 (with-vc-properties): New macro.
12176 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12177 vc-finish-steal): Use it.
12178 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12179 to the backend-specific function is now supposed to do the checkout,
12180 too.
12181 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12182
12183 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12184 set file properties; that gets done in the generic code now.
12185
12186 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12187 Changed parameter list, added code from vc.el that does the
12188 checkout, possibly with a double-take.
12189
12190 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12191 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12192 the above under the new name.
12193 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12194 parameter list, added checkout command.
12195 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12196 properties; that gets done in the generic code now.
12197
12198 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12199
12200 * vc.el: Docstring fixes (courtesy of checkdoc).
12201
12202 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12203
12204 * vc.el (vc-checkout-writable-buffer-hook)
12205 (vc-checkout-writable-buffer): Remove.
12206 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12207 (vc-log-mode): Make it into a clean derived major mode.
12208 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12209 vc-log-mode if log-edit is not available.
12210 (vc-dired-mode-map): Don't set-keymap-parent yet.
12211 (vc-dired-mode): Do set-keymap-parent here.
12212 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12213
12214 2000-09-05 Gerd Moellmann <gerd@gnu.org>
12215
12216 * faces.el (set-face-attribute, face-spec-reset-face)
12217 (face-spec-set): Avoid consing by removing calls to `apply'.
12218
12219 * frame.el (frame-parameter): Move to C code.
12220
12221 2000-09-05 Dave Love <fx@gnu.org>
12222
12223 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12224 insert-before-markers-and-inherit. Now checked systematically!
12225
12226 2000-09-05 Alex Schroeder <alex@gnu.org>
12227
12228 * sql.el (sql-postgres): Use sql-postgres-options.
12229 (sql-postgres-options): New variable.
12230
12231 2000-09-05 Alex Schroeder <alex@gnu.org>
12232
12233 * sql.el (sql-mode-menu): Work around missing variable mark-active
12234 in XEmacs.
12235 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12236 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12237 compatibility.
12238
12239 2000-09-04 Gerd Moellmann <gerd@gnu.org>
12240
12241 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12242
12243 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12244
12245 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12246
12247 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12248
12249 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12250 don't support anything else under SCCS yet.
12251
12252 * vc-hooks.el: Minor doc fixes.
12253
12254 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12255
12256 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12257 not necessary. If verbose in state `needs-patch', do the same as
12258 under `up-to-date'. When NOT verbose and `needs-patch', check out
12259 latest version instead of `merge-news'.
12260 (vc-next-action-dired): Don't mess with default-directory here; it
12261 breaks other parts of dired. It is the job of the
12262 backend-specific functions to adjust it temporarily if they need it.
12263 (vc-next-action): Remove a special CVS case.
12264 (vc-clear-headers): New optional arg FILE.
12265 (vc-checkin, vc-checkout): Set properties vc-state and
12266 vc-checkout-time properly.
12267 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12268 (vc-print-log): Use new backend function `show-log-entry'.
12269 (vc-cancel-version): Do the checks in a different order. Added a
12270 FIXME concerning RCS-only code.
12271
12272 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12273 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12274
12275 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12276
12277 * vc-hooks.el (vc-default-mode-line-string): Show state
12278 `needs-patch' as a `-' too.
12279
12280 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12281
12282 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12283 (vc-default-could-register): New function.
12284 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12285 (vc-resynch-buffer): Call vc-dired-resynch-file.
12286 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12287 vc-resynch-buffer instead of vc-resynch-window.
12288 (vc-next-action-dired): Don't redisplay here, that gets done as a
12289 result of the individual file operations.
12290 (vc-retrieve-snapshot): Corrected prompt order.
12291
12292 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12293
12294 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12295 as well.
12296 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12297 hostname regexps. Updated all callers.
12298 (vc-cvs-responsible-p): Handle directories as well.
12299 (vc-cvs-could-register): New function.
12300 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12301 properties up-to-date.
12302
12303 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12304 user whether to create one.
12305
12306 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12307
12308 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12309 check out a non-existing file.
12310
12311 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12312 workfile does not exist.
12313
12314 * vc.el (vc-version-diff): Use `require' to check for existence of
12315 diff-mode.
12316
12317 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12318
12319 * vc-cvs.el (vc-cvs-registered): Use new function
12320 vc-cvs-parse-entry to do the actual work.
12321
12322 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12323
12324 * vc-hooks.el (vc-find-backend-function): If function doesn't
12325 exist, return nil instead of error.
12326 (vc-call-backend): Doc fix.
12327
12328 * vc.el (vc-do-command): Doc fix.
12329 (vc-finish-logentry): When checking in from vc-dired, choose the
12330 right backend for logentry check.
12331 (vc-dired-mode-map): Inherit from dired-mode-map.
12332 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12333 simplified.
12334 (vc-dired-state-info): Removed, updated caller.
12335 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12336 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12337 (vc-dired-listing-switches): New variable.
12338 (vc-directory): Use it, instead of dired-listing-switches.
12339
12340 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12341 (vc-cvs-dir-state): New function.
12342 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12343 (vc-cvs-parse-entry): New function, also to be used in
12344 vc-cvs-registered.
12345
12346 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12347
12348 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12349 *or* single-window-frames.
12350
12351 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12352
12353 * vc.el (vc-update-changelog): Split into generic part and default
12354 implementation. Doc string adapted.
12355 (vc-default-update-changelog): New function. Call the `rcs2log'
12356 script in exec-directory, to fix a long-standing nuisance.
12357
12358 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12359 simply signals an error.
12360
12361 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12362
12363 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12364 control-flow more clear and to avoid running `cvs' twice.
12365
12366 * vc.el (vc-next-action-on-file): Doc fix.
12367 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12368 (vc-print-log): Eval `file' before constructing the continuation.
12369
12370 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12371
12372 * vc.el (vc-next-action-on-file): Corrected several messages.
12373 (vc-merge): Add prefix arg `merge-news'; handle it.
12374
12375 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12376 is not reached. It is.
12377 (vc-cvs-merge): Set state to 'edited after merge.
12378 (vc-cvs-merge-news): Set workfile version to nil if not known.
12379 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12380
12381 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12382 via stdout. (Merge from main line.)
12383
12384 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12385
12386 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12387 detection.
12388
12389 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12390
12391 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12392 against kill-all-local-variables.
12393 (vc-log-edit): Don't save vc-parent-buffer any more.
12394 (vc-last-comment-match): Initialize to an empty string.
12395 (vc-post-command-functions): New hook.
12396 (vc-do-command): Run it.
12397 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12398 (vc-finish-logentry): Only add the comment to the ring if it's
12399 different from the last comment entered.
12400 (vc-new-comment-index): New function.
12401 (vc-previous-comment): Use it. Make the minibuffer message
12402 slightly less terse.
12403 (vc-comment-search-reverse): Make it work forward as well. Don't
12404 set vc-comment-ring-index if no match is found. Use
12405 vc-new-comment-index.
12406 (vc-comment-search-forward): Use vc-comment-search-reverse.
12407 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12408 define-derived-mode will do it for us. Bind `v' to a keymap that
12409 inherits from vc-prefix-map so that we can bind `vt' without
12410 binding C-x v t.
12411 (vc-retrieve-snapshot): Parenthesis typo.
12412
12413 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12414 to 1. Make sure to switch to *vc* before looking for an error
12415 message. Use vc-parse-buffer.
12416
12417 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12418
12419 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12420 and NAME.
12421 (vc-retrieve-snapshot): Split into two parts.
12422 (vc-default-retrieve-snapshot): New function.
12423
12424 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12425 (vc-cvs-retrieve-snapshot): New function (untested).
12426 (vc-cvs-stay-local): Default to t.
12427 (vc-cvs-remote-p): New function and property.
12428 (vc-cvs-state): Stay local only if the above is t.
12429 (vc-handle-cvs): Removed.
12430 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12431 done via vc-handled-backends now.
12432 (vc-cvs-header): Escape Id.
12433
12434 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12435
12436 * vc.el (vc-do-command): Remove unused commands.
12437 (vc-version-diff): Make sure default-directory ends with a slash.
12438 Move the window commands into a vc-exec-after.
12439 (vc-print-log): Move more of the code into the `vc-exec-after'.
12440
12441 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12442
12443 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12444 (vc-print-log): Search current revision from beginning of buffer.
12445 (vc-revert-buffer): Clear echo area after the diff is finished.
12446 (vc-prefix-map): Removed definition of "t" for terse display in vc
12447 dired.
12448 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12449 definition of "vt" for terse display.
12450 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12451
12452 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12453
12454 * vc.el (vc-exec-after): Avoid caddr.
12455
12456 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12457
12458 * vc.el (vc-exec-after): New function.
12459 (vc-do-command): Use it to add a termination message for async
12460 procs.
12461 (vc-checkout): Try to handle a missing-backend situation.
12462 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12463 of a directory with a backend using async diffs.
12464 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12465 present.
12466
12467 * vc-sccs.el (vc-sccs-state-heuristic): Use
12468 file-ownership-preserved-p.
12469
12470 * vc-rcs.el (vc-rcs-state-heuristic): Use
12471 file-ownership-preserved-p.
12472 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12473
12474 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12475
12476 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12477 vc-do-command.
12478
12479 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12480 when there are no changes.
12481
12482 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12483
12484 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12485
12486 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12487
12488 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12489
12490 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12491
12492 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12493 the `fset' outside of the defvar so that it works even if
12494 vc-prefix-map was already defined.
12495 (vc-setup-buffer): New function, split out of vc-do-command.
12496 (vc-do-command): Allow BUFFER to be t to mean `just use the
12497 current buffer without any fuss'.
12498 (vc-version-diff): Change the `diff' backend operation to just put
12499 the diff in the current buffer without erasing it. Always use
12500 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12501 shrink-window-if-larger-than-buffer.
12502 (vc-print-log): Change the `print-log' backend operation to just
12503 put the log in the current buffer without erasing it. Protect
12504 shrink-window-if-larger-than-buffer.
12505 (vc-update-change-log): Fix setd typo.
12506
12507 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12508 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12509
12510 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12511 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12512 CMP.
12513
12514 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12515 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12516 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12517
12518 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12519
12520 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12521 not possible, use vc-BACKEND-workfile-unchanged-p.
12522 (vc-default-workfile-unchanged-p): New function. Delegates to a
12523 full vc-BACKEND-diff.
12524
12525 * vc-hooks.el (vc-simple-command): Removed.
12526
12527 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12528 instead of vc-simple-command.
12529 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12530 avoid doing a diff when opening a file.
12531 (vc-rcs-state): Added check for unlocked-changes.
12532 (vc-rcs-header): Escape Id.
12533 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12534 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12535 version.
12536
12537 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12538 (vc-sccs-diff): Remove optional arg CMP.
12539 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12540 SCCS-specific function.
12541
12542 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12543 vc-simple-command.
12544
12545 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12546
12547 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12548 (with-vc-file, vc-merge): Use vc-editable-p.
12549 (vc-do-command): Remove unused var vc-file and fix the
12550 doubly-defined `status' var. Add a user message when starting an
12551 async command.
12552 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12553 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12554 Use with-current-buffer.
12555 (vc-buffer-sync): Use unless.
12556 (vc-next-action-on-file): If the file is 'edited by read-only,
12557 make it read-write instead of trying to commit.
12558 (vc-version-diff, vc-update-change-log): Use `setq
12559 default-directory' rather than `cd'.
12560 (vc-log-edit): Don't forget to set default-directory in the
12561 buffer.
12562
12563 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12564 (vc-sccs-state-heuristic): Use file-writable-p instead of
12565 comparing userids.
12566 (vc-sccs-checkout): Use `unless'.
12567
12568 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12569 of comparing userids.
12570 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12571 Simplify the logic by eliminating unreachable code.
12572 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12573 just do a recursive call if we need to retry.
12574 (vc-rcs-checkout): Handle the case where rcs is missing by making
12575 the buffer read-write if requested and re-signalling the error.
12576
12577 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12578
12579 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12580
12581 * vc-hooks.el (vc-handled-backends): Docstring change.
12582 (vc-ignore-vc-files): Mark obsolete.
12583 (vc-registered): Check vc-ignore-vc-files.
12584 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12585 vc-ignore-vc-files.
12586
12587 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12588
12589 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12590
12591 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12592 files since ange-ftp already has vc-registered return nil.
12593
12594 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12595 (vc-sccs-workfile-version): Use with-temp-buffer and new
12596 vc-parse-buffer and don't bother setting the property.
12597 (vc-sccs-add-triple): Use with-current-buffer and
12598 find-file-noselect.
12599 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12600
12601 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12602 derives from the old vc-parse-buffer but uses the revision number
12603 rather than the date (much easier to compare robustly).
12604 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12605 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12606 locking-user more directly. Check strict locking and set
12607 checkout-model appropriately.
12608 (vc-rcs-parse-locks): Remove.
12609 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12610 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12611 (vc-rcs-system-release): Use with-current-buffer and
12612 vc-parse-buffer.
12613 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12614
12615 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12616 (vc-simple-command): Docstring fix.
12617 (vc-registered): Align the way the file-handler is called with the
12618 way the function itself works.
12619 (vc-file-owner): Remove.
12620
12621 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12622 extraction of fields and call to file-attributes because of a
12623 temporary bug in rcp.el.
12624 (vc-cvs-fetch-status): Use with-current-buffer.
12625
12626 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12627
12628 * vc.el (vc-do-command): Use file-relative-name.
12629 (vc-responsible-backend): Use vc-backend if possible.
12630 (vc-create-snapshot): Improve the `interactive' spec. Add support
12631 for branches and dispatch to backend-specific `create-snapshot'.
12632 (vc-default-create-snapshot): New function, containing the bulk of
12633 the old vc-create-snapshot.
12634 (vc-retrieve-snapshot): Improve the interactive spec.
12635
12636 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12637 (vc-backend-hook-functions): Remove.
12638 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12639 (vc-backend): Reintroduce the test for `file = nil' now that I
12640 know why it was there (and added a comment to better remember).
12641
12642 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12643 code from vc-sccs-hooks.el.
12644 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12645 'vc anymore.
12646 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12647 and file-directory-p instead of file-exists-p.
12648 (vc-sccs-check-headers): Simplify the regexp.
12649
12650 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12651 from vc-rcs-hooks.el. Don't require 'vc anymore.
12652 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12653 file-directory-p instead of file-exists-p.
12654
12655 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12656 from vc-cvs-hooks.el.
12657 (proto vc-cvs-registered): Require 'vc-cvs instead of
12658 'vc-cvs-hooks. Don't require 'vc anymore.
12659 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12660 file-directory-p instead of file-exists-p.
12661 (vc-cvs-create-snapshot): New function, replacing
12662 vc-cvs-assign-name.
12663 (vc-cvs-assign-name): Remove.
12664
12665 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12666
12667 * vc-cvs.el (vc-cvs-header): New var.
12668
12669 * vc-rcs.el (vc-rcs-exists): Remove.
12670 (vc-rcs-header): New var.
12671
12672 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12673 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12674 (vc-sccs-header): New var.
12675
12676 * vc.el (vc-do-command): Get rid of the `last' argument.
12677 (vc-header-alist): Remove, replaced by vc-X-header.
12678 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12679 (vc-dired-hook): Use expand-file-name instead of concat.
12680 (vc-directory): Use file-name-as-directory.
12681 (vc-snapshot-precondition, vc-create-snapshot)
12682 (vc-retrieve-snapshot): Allow the command to operate on any
12683 directory.
12684
12685 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12686 just removing the 'WORKFILE argument or by removing the 'MASTER
12687 argument and replacing `file' with (vc-name file).
12688
12689 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12690
12691 * vc.el: Update Copyright and add a crude list of backend funs.
12692 (vc-writable-p): New function.
12693 (with-vc-file): Use vc-writable-p.
12694 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12695 (vc-register): Avoid vc-name.
12696 (vc-locking-user): Remove.
12697 (vc-steal-lock): Make the `owner' arg non-optional.
12698 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12699 vc-checkout-model.
12700 (vc-default-dired-state-info): Use vc-state instead of
12701 vc-locking-user and return special strings for special states.
12702 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12703 and get rid of one of the special CVS cases.
12704 (vc-cancel-version): prettify error message with \\[...].
12705 (vc-rename-master): New function.
12706 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12707 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12708 the CVS special case generic.
12709 (vc-default-record-rename): Remove.
12710 (vc-file-tree-walk-internal): Only call FUNC for files that are
12711 under control of some VC backend and replace `concat' with
12712 expand-file-name.
12713 (vc-file-tree-walk): Update docstring.
12714 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12715 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12716
12717 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12718 vc-sccs-record-rename. Use `find-file-noselect' rather than
12719 `find-file' and call `vc-rename-master' to do the actual move.
12720 (vc-sccs-diff): Remove unused `backend' variable.
12721
12722 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12723 to delay loading of vc-sccs until it is really used.
12724 (vc-sccs-master-templates): Preload.
12725 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12726 (vc-sccs-project-dir): Remove (merged into
12727 vc-sccs-search-project-dir).
12728 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12729 rather than `concat', make sure it is preloaded and don't bother
12730 to check that the file actually exists.
12731 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12732 `locks' argument (use buffer's content instead) and eliminate n^2
12733 behavior.
12734
12735 * vc-rcs.el: Update Copyright.
12736 (vc-rcs-rename-file): New function.
12737 (vc-rcs-diff): Remove unused `backend' variable.
12738
12739 * vc-hooks.el: Update Copyright.
12740 (vc-backend): Don't accept a nil argument any more.
12741 (vc-up-to-date-p): Turn into a defsubst.
12742 (vc-possible-master): New function.
12743 (vc-check-master-templates): Use `vc-possible-master' and allow
12744 funs in vc-X-master-templates to return a non-existent file.
12745
12746 * vc-cvs.el: Update Copyright.
12747 (vc-cvs-diff): Remove unused `backend' variable.
12748 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12749
12750 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12751
12752 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12753
12754 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12755 since it can be called from vc-rcs.el.
12756 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12757
12758 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12759
12760 * vc.el (vc-version-diff): Expand file name read from the
12761 minibuffer. Handle the case when a previous version number can't
12762 be guessed. Give suitable messages when there were no differences
12763 found.
12764 (vc-clear-headers): Call backend-specific implementation, if one
12765 exists.
12766 (vc-cancel-version): Made error checks generic. When done, clear
12767 headers generically, too.
12768
12769 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12770 from vc-clear-headers in vc.el.
12771
12772 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12773 correctly.
12774 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12775 optional. Handle the case when it's not there.
12776
12777 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12778
12779 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12780
12781 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12782
12783 * vc-hooks.el (vc-loadup): Remove.
12784 (vc-find-backend-function): Use `require'. Also, handle the case
12785 where vc-BACKEND-hooks.el doesn't exist.
12786 (vc-call-backend): Cleanup.
12787
12788 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12789
12790 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12791 vc-rcs-grab-templates)
12792 (vc-rcs-registered): Remove. The default function works as well.
12793 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12794 vc-sccs-grab-templates)
12795 (vc-sccs-registered): Remove. The default function works as well.
12796
12797 * vc.el (vc-version-diff): Left out a vc- in call to
12798 vc-call-backend.
12799 (vc-default-dired-state-info, vc-default-record-rename)
12800 (vc-default-merge-news): Update for the new backend argument.
12801
12802 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12803 using the default function.
12804 (vc-call-backend): If calling the default function, pass it the
12805 backend as first argument. Update the docstring accordingly.
12806 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12807 for the new backend argument.
12808 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12809 (vc-find-backend-function): Use the new name.
12810 (vc-default-registered): New function.
12811
12812 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12813
12814 * vc.el (vc-merge): Use vc-find-backend-function.
12815
12816 * vc-hooks.el (vc-backend-functions): Remove.
12817 (vc-loadup): Don't setup 'vc-functions.
12818 (vc-find-backend-function): New function.
12819 (vc-call-backend): Use above fun and populate 'vc-functions
12820 lazily.
12821 (vc-backend-defines): Remove.
12822
12823 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12824
12825 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12826 Call vc-call-backend without the leading vc-.
12827 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12828 (vc-check-headers): Call vc-call-backend without the leading vc-.
12829 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12830 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12831 Call vc-call-backend without the leading vc-.
12832
12833 * vc-cvs.el (tail): Provide vc-cvs.
12834 * vc-sccs.el (tail): Provide vc-sccs.
12835 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12836
12837 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12838 (vc-make-backend-function, vc-call): Pass names without leading
12839 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12840 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12841 (vc-call-backend): Always try to load vc-X-hooks.
12842 (vc-registered): Remove vc- in call to vc-call-backend.
12843
12844 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12845
12846 * vc.el (vc-process-filter): New function.
12847 (vc-do-command): Setup `vc-process-filter' for the async process.
12848 (vc-maybe-resolve-conflicts): New function to reduce
12849 code-duplication. Additionally, it puts the buffer in
12850 `smerge-mode' if applicable.
12851 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12852 calling `merge-news'.
12853 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12854 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12855 interfacing to log-edit.el.
12856 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12857 log-edit is available.
12858 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12859
12860 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12861
12862 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12863 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12864 defvar and the initialization.
12865 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12866
12867 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12868 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12869
12870 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12871
12872 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12873
12874 * vc.el (vc-file-clear-masterprops): Removed.
12875 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12876 (vc-version-diff): Use buffer-size without argument.
12877 (vc-register): Heed vc-initial-comment.
12878
12879 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12880 default branch.
12881
12882 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12883 file name and workfile version.
12884 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12885
12886 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12887 vc-file-clear-masterprops.
12888
12889 * vc-sccs.el (vc-sccs-checkout): Removed call to
12890 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12891 rather than user login name.
12892
12893
12894 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12895
12896 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12897 `want-differences-if-changed' and simplify.
12898 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12899 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12900 output (which is invalid for async vc-diff) to decide whether to
12901 do the revert silently or not.
12902
12903 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12904
12905 * vc-hooks.el (vc-loadup): Load files quietly.
12906 (vc-call-backend): Oops, brain fart.
12907
12908 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12909
12910 * vc-cvs.el (vc-cvs-state): Typo.
12911 (vc-cvs-merge-news): Return the status code rather than the error msg.
12912
12913 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12914
12915 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12916 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12917 vc-state or vc-up-to-date-p.
12918 (vc-merge): Use vc-backend-defines to check whether merging is
12919 possible. Set state to 'edited after successful merge.
12920
12921 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12922 return that name. Redocumented.
12923
12924 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12925
12926 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12927 new `vc-state' semantics.
12928 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12929 'vc-locking-user to the current user.
12930 (vc-merge): Inline vc-backend-merge. Comment out code that I
12931 don't understand and hence can't adapt to the new `vc-state' and
12932 `vc-locking-user' semantics.
12933 (vc-backend-merge): Remove.
12934
12935 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12936 rather than 'vc-locking-user.
12937
12938 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12939
12940 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12941 (vc-state): Don't use 'reserved any more. Just use the same
12942 convention as the one used for vc-<backend>-state where the
12943 locking user (as a string) is returned.
12944 (vc-locking-user): Update, based on the above convention. The
12945 'vc-locking-user property has disappeared.
12946 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12947
12948 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12949 with a heuristic one.
12950 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12951 (vc-cvs-checkin): Do a trivial parse to set the state in case of
12952 error. That allows us to get to 'needs-merge even in the
12953 stay-local case. There's still no way to detect 'needs-patch in
12954 such a setup (or to force an update for that matter).
12955 (vc-cvs-logentry-check): Remove, the default works as well.
12956
12957 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12958
12959 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12960
12961 * vc.el (vc-do-command): kill-all-local-variables, to reset any
12962 major-mode in which the buffer might have been put earlier. Use
12963 `remove' and `when'. Allow `okstatus' to be `async' and use
12964 `start-process' in this case.
12965 (vc-version-diff): Handle the case where the diff looks empty
12966 because of the use of an async process.
12967
12968 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12969
12970 * vc.el (vc-next-action-on-file): Removed optional parameter
12971 `simple'. Recompute state unconditionally.
12972 (vc-default-toggle-read-only): Removed.
12973
12974 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12975 (vc-toggle-read-only): Undid prev change.
12976
12977 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12978 vc-cvs-simple-toggle. Redocumented.
12979 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12980 (vc-cvs-toggle-read-only): Removed.
12981
12982 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12983
12984 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12985 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12986 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12987 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12988 still is. So maybe it should be removed.
12989 (vc-head-version, vc-find-binary): Remove.
12990 (vc-recompute-state): Move from vc-hooks.el.
12991 (vc-next-action-on-file): Add a `simple' argument to allow
12992 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12993 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12994 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12995 (vc-dired-mode-map): Properly defvar it.
12996 (vc-print-log): Call log-view-mode if available.
12997 (small-temporary-file-directory): defvar instead of use boundp.
12998 (vc-merge-news): Moved to vc-cvs.el.
12999 (vc-default-merge-news): New function.
13000
13001 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13002 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13003 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13004 unknown `vc-latest-version' function. It should probably refer to
13005 vc-workfile-version or somesuch, but it's very unclear to me and I
13006 don't have SCCS to test things.
13007
13008 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13009 (vc-sccs-state-heuristic): Fix typo.
13010 (vc-sccs-workfile-unchanged-p): Add missing argument.
13011
13012 * vc-rcs.el: Require vc and vc-rcs-hooks.
13013 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13014 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13015 (vc-release-greater-or-equal-p): Move from vc.
13016 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13017 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13018 (vc-rcs-checkout): Add a missing `new-version' argument in the
13019 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13020
13021 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13022 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13023 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13024 than the apparently unbound `workfile-version'.
13025
13026 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13027 (vc-file-prop-obarray): Use `make-vector'.
13028 (vc-backend-functions): Add new hookable functions
13029 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13030 (vc-loadup): If neither backend nor default functions exist, use
13031 the backend function rather than nil.
13032 (vc-call-backend): If the function if not bound yet, try to load
13033 the non-hook file to see if it provides it.
13034 (vc-call): New macro plus use it wherever possible.
13035 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13036 nor `vc-find-binary' since it's only called from
13037 vc-mistrust-permission which is only used once the backend is known.
13038 (vc-checkout-model): Fix parenthesis.
13039 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13040
13041 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13042 (vc-cvs-release, vc-cvs-system-release): Remove.
13043 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13044 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13045 status symbols.
13046 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13047 (vc-cvs-toggle-read-only): First cut at a function to allow a
13048 cvs-status-free vc-toggle-read-only.
13049 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13050 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13051 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13052 (vc-cvs-checkout): Modify access rights directly if the user
13053 requested not to use `cvs edit'. And refresh the mode line.
13054
13055 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13056 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13057
13058 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13059
13060 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13061 workfile' that got lost when the code was extracted from vc.el.
13062 And merged the tail with the rest of the code (not possible in the
13063 old vc.el where the tail was shared among all backends). And
13064 explicitly set the state to 'edited if `writable' is set.
13065
13066 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13067 (vc-cvs-state): Be careful to return the value from
13068 vc-cvs-parse-state.
13069 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13070 property but return it instead. Also be careful to handle a nil
13071 or "" `rev' when workfile is non-nil (it was handled properly when
13072 workfile was nil).
13073
13074 * vc.el: Removed those pesky unnecessary `(function' quotes.
13075 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13076 directly in the defvar.
13077 (vc-do-command): Bind inhibit-read-only so as to properly handle
13078 the case where the destination buffer has been made read-only.
13079 (vc-diff): Delegate to vc-version-diff in all cases.
13080 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13081 (vc-annotate-mode-variables): Removed (code moved partly to
13082 defvars and partly to vc-annotate-add-menu).
13083 (vc-annotate-mode): Turned into a derived-mode.
13084 (vc-annotate-add-menu): Moved in code in
13085 vc-annotate-mode-variables.
13086 (vc-update-change-log): Use make-temp-file if available.
13087
13088 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13089
13090 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13091 `vc-checkout-model' updated to `vc-cvs-update-model'.
13092
13093 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13094
13095 * vc.el (vc-next-action-on-file): Added handling of state
13096 `unlocked-changes'.
13097 (vc-checkout-carefully): Is now practically obsolete, unless the
13098 above is too slow to be enabled unconditionally.
13099 (vc-update-change-log): Fixed typo.
13100
13101 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13102
13103 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13104 Now handles state `unlocked-changes'.
13105 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13106
13107 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13108
13109 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13110 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13111 `unlocked-changes'.
13112 (vc-rcs-workfile-unchanged-p): Renamed from
13113 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13114 function yet, but supposed to become one soon.
13115
13116 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13117 `vc-steal-lock'.
13118 (vc-call-backend): Changed error message.
13119 (vc-state): Added description of state `unlocked-changes'.
13120
13121 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13122
13123 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13124 always return t in CVS-controlled directories.
13125
13126 * vc.el (vc-responsible-backend): New function.
13127 (vc-register): Largely rewritten.
13128 (vc-admin): Removed (implementation moved into vc-register).
13129 (vc-checkin): Redocumented.
13130 (vc-finish-logentry): If no backend defined yet (because we are in
13131 the process of registering), use the responsible backend.
13132
13133 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13134 Updated function lists.
13135 (vc-call-backend): Fixed typo.
13136
13137 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13138 New functions.
13139 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13140 Removed query option. Redocumented.
13141
13142 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13143
13144 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13145
13146 * vc.el: Updated callers of `vc-checkout-required' to use
13147 `vc-checkout-model'.
13148
13149 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13150
13151 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13152 stuff updated to reference this function instead of the old
13153 `vc-backend-release-p'.
13154
13155 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13156
13157 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13158 vc-checkout-model. Return appropriate values. Updated callers.
13159
13160 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13161
13162 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13163 (vc-backend-revert): Function moved into `vc-revert';
13164 `vc-next-action' must be updated to accomodate this change.
13165 (vc-backend-steal): Function moved into `vc-finish-steal'.
13166 (vc-backend-logentry-check): Function moved into
13167 `vc-finish-logentry'.
13168 (vc-backend-printlog): Function moved into `vc-print-log'.
13169 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13170 (vc-backend-assign-name): Function moved into
13171 `vc-create-snapshot'.
13172
13173 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13174
13175 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13176 Rename to vc-checkout-model. Return appropriate values.
13177 Update callers.
13178
13179 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13180 to vc-checkout-model.
13181 (vc-checkout-required): Rename to vc-checkout-model.
13182 Re-implement and re-comment.
13183 (vc-after-save): Use vc-checkout-model.
13184
13185 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13186
13187 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13188 Update to use the vc-BACKEND-diff functions instead.
13189 `vc-diff' is now working.
13190
13191 * vc-rcs.el (vc-rcs-logentry-check): New function.
13192
13193 * vc-cvs.el (vc-cvs-logentry-check): New function.
13194
13195 * vc-sccs.el (vc-sccs-diff): Function changed name from
13196 `vc-backend-diff'. This makes `vc-diff' work.
13197
13198 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13199 of functions possibly implemented in a vc-BACKEND library.
13200 (vc-checkout-required): Fix bug that caused an error to be
13201 signaled during `vc-after-save'.
13202
13203 * vc.el: Fix typo.
13204 This checkin is made with our new VC code base for the very first time.
13205 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13206
13207 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13208 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13209
13210 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13211 updated to `vc-uses-locking'.
13212 (vc-checkout-required): Call to backend function.
13213 `vc-checkout-required' updated to `vc-uses-locking' instead.
13214
13215 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13216 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13217
13218 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13219 to match the split into various backends.
13220 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13221 (vc-retrieve-snapshot): Bug fix.
13222
13223 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13224
13225 * vc-sccs.el (vc-sccs-release): Doc fix.
13226
13227 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13228
13229 * vc.el (vc-next-action-on-file): Bug found and fixed.
13230 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13231 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13232
13233 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13234 (vc-rcs-checkout): Name space cleaned up. No more revision number
13235 crunching function names that are not prefixed with vc-rcs.
13236 (vc-rcs-checkout-model): Function added. References to
13237 `vc-checkout-model' replaced.
13238
13239 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13240
13241 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13242 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13243 still need to be split, and implemented for RCS).
13244
13245 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13246
13247 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13248
13249 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13250 required by the vc.el file.
13251
13252 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13253 required by the vc.el file.
13254 (vc-rcs-exists): Function added.
13255
13256 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13257 required by the vc.el file.
13258
13259 * vc.el (vc-admin): Updated to handle selection of appropriate
13260 backend. Current implementation is crufty and need re-thinking.
13261
13262 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13263
13264 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13265
13266 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13267 beginning of annotate buffers correctly.
13268
13269 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13270 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13271 functionality updated quite a lot to support multiple backends.
13272 Variables `vc-annotate-mode', `vc-annotate-buffers',
13273 `vc-annotate-backend' added.
13274
13275 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13276 `vc-annotate-difference' added to supported backend functions.
13277
13278 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13279
13280 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13281 Use with-temp-file instead of /bin/sh. Merged from mainline
13282
13283 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13284
13285 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13286
13287 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13288
13289 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13290
13291 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13292
13293 * vc-hooks.el: vc-state-heuristic added to
13294 vc-backend-hook-functions.
13295
13296 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13297
13298 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13299
13300 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13301 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13302 state to `reserved'.
13303
13304 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13305 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13306
13307 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13308
13309 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13310 untouched.
13311
13312 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13313
13314 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13315 if defined. (Merged from main line, slightly adapted.)
13316
13317 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13318 millenium problem (merged from mainline).
13319
13320 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13321
13322 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13323 part and moved the non-BACKEND stuff to vc.el.
13324
13325 * vc.el: Split the annotate feature into a BACKEND specific part
13326 and moved it from the vc-cvs.el file to this one.
13327
13328 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13329
13330 * vc-hooks.el: Implement new state model.
13331 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13332 (vc-locking-user): Simplify. Now only needed if the file is
13333 locked by somebody else.
13334 (vc-lock-from-permissions): Remove. Functionality is in
13335 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13336 (vc-mode-line-string): New name for former vc-status. Adapted.
13337 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13338
13339 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13340 Various simplifications and adaptations all over the place.
13341
13342 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13343 Simplify and adapt the rest.
13344
13345 * vc.el (vc-resynch-window): Add TODO comment: check for
13346 interaction with view mode according to recent RCS change.
13347 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13348
13349 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13350
13351 * vc.el: Convert the remaining function comments to docstrings.
13352
13353 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13354
13355 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13356 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13357 (vc-minor-part, vc-previous-version): Functions that operate and
13358 compare revision numbers got proper documentation. Comments added
13359 about their possible removal.
13360
13361 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13362
13363 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13364 the vc-backend.el files.
13365
13366 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13367
13368 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13369 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13370 (vc-rcs-previous-version): Functions added.
13371
13372 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13373
13374 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13375
13376 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13377
13378 * vc-hooks.el (vc-master-templates): Is really obsolete.
13379 Comment out the definition for now. What is the right procedure
13380 to get rid of it?
13381 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13382 rewritten.
13383 (vc-default-registered): Remove.
13384 (vc-check-master-templates): New function; does mostly what the
13385 above did before.
13386 (vc-locking-user): Don't rely on the backend to set the property.
13387
13388 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13389 Rewrite documentation.
13390 (vc-rcs-templates-grabbed): New variable.
13391 (vc-rcs-grab-templates): New function.
13392 (vc-rcs-registered): Rewrite to use above mechanism.
13393
13394 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13395 Rewrite documentation.
13396 (vc-sccs-templates-grabbed): New variable.
13397 (vc-sccs-grab-templates): New function.
13398 (vc-sccs-registered): Rewrite to use above mechanism.
13399 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13400 Don't throw the result, simply return it.
13401
13402 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13403 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13404 (vc-cvs-registered): Does the check itself now. Simplify.
13405
13406 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13407 from main line.
13408
13409 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13410
13411 * vc-cvs.el (vc-cvs-diff): New function.
13412
13413 * vc-sccs.el (vc-sccs-diff): New function.
13414
13415 * vc-rcs.el (vc-rcs-diff): New function.
13416 (vc-rcs-checkout): Bug (typo) found and fixed.
13417 (vc-rcs-register-switches): New variable.
13418
13419 * vc.el (vc-backend-diff): Function removed and placed in the
13420 backend files.
13421
13422 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13423
13424 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13425
13426 * vc.el (vc-backend-checkout): Function removed and replaced in
13427 the vc-backend.el files.
13428
13429 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13430
13431 * vc.el (vc-backend-admin): Removed and replaced in the
13432 vc-backend.el files.
13433
13434 * vc.el (Martin): Removed all the annotate functionality since it
13435 is CVS backend specific.
13436
13437 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13438
13439 * spec.txt: Added specification of vc-state.
13440
13441 * vc-sccs-hooks.el (vc-sccs-master-properties):
13442 Remove handling of vc-latest-version and
13443 vc-your-latest-version. What used to be vc-latest-version, is now
13444 returned as vc-workfile-version.
13445 (vc-sccs-workfile-version): Adapt.
13446
13447 2000-09-04 Dave Love <fx@gnu.org>
13448
13449 * vc.el: [Merged from mainline.]
13450 (vc-dired-mode): Make the dired-move-to-filename-regexp
13451 regexp match the date, to avoid treating date as file size.
13452 Add YYYY S option to WESTERN/
13453
13454 2000-09-04 Dave Love <fx@gnu.org>
13455
13456 * vc.el: Require `compile' when compiling.
13457 (vc-logentry-check-hook): New option.
13458 (vc-steal-lock): Use compose-mail.
13459 (vc-dired-mode-map): Defvar when compiling.
13460 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13461 vc-sccs.el and renamed. Callers changed.
13462 (vc-backend-checkout, vc-backend-logentry-check)
13463 (vc-backend-merge-news): Doc fix.
13464 (vc-default-logentry-check): New function.
13465 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13466 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13467 (vc-backend-merge): Doc fix. Use backend functions.
13468 (vc-check-headers): Use backend functions.
13469
13470 * vc-cvs.el: Require vc when compiling.
13471 (vc-cvs-register-switches): Doc fix.
13472 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13473 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13474 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13475 New functions (code from vc.el).
13476 (vc-annotate-display-default): Fix interactive spec.
13477 (vc-annotate-time-span): Doc fix.
13478
13479 * vc-rcs.el: Require vc when compiling.
13480 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13481 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13482 (vc-rcs-checkin): New functions (code from vc.el).
13483 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13484 Doc fix.
13485 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13486
13487 * vc-sccs.el: Require vc when compiling.
13488 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13489 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13490 (vc-sccs-revert)
13491 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13492 from vc.el).
13493 (vc-sccs-add-triple, vc-sccs-record-rename)
13494 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13495 (vc-sccs-admin): Doc fix.
13496
13497 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13498
13499 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13500 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13501 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13502 from vc.el.
13503
13504 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13505
13506 * vc-cvs.el: Moved the annotate functionality from vc.el.
13507 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13508
13509 2000-09-04 Dave Love <fx@gnu.org>
13510
13511 * vc.el (vc-backend-release): Call vc-system-release.
13512
13513 * vc-sccs.el (vc-sccs-system-release):
13514 Renamed from vc-sccs-backend-release.
13515
13516 * vc-rcs.el (vc-rcs-system-release):
13517 Renamed from vc-rcs-backend-release.
13518
13519 * vc-cvs.el (vc-cvs-system-release):
13520 Renamed from vc-cvs-backend-release.
13521
13522 2000-09-04 Dave Love <fx@gnu.org>
13523
13524 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13525 backend files.
13526 (vc-backend-release): Dispatch to backend functions.
13527 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13528 probably needs attention.]
13529
13530 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13531 (vc-sccs-backend-release): New function.
13532
13533 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13534 (vc-cvs-backend-release): New function.
13535
13536 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13537 Doc fix.
13538 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13539 (vc-default-dired-state-info): New function.
13540 (vc-dired-state-info): Dispatch to backends.
13541 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13542
13543 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13544 from vc.el and renamed.
13545
13546 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13547
13548 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13549 (vc-version-other-window, vc-backend-assign-name): Removed
13550 references to vc-latest-version; sometimes changed into
13551 vc-workfile-version.
13552
13553 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13554 vc-rcs-master-workfile-version.
13555 (vc-rcs-workfile-version): Use the above. Don't call
13556 vc-latest-version (that was unreachable code, anyway).
13557 (vc-rcs-fetch-master-properties): Doc fix.
13558
13559 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13560 (vc-backend-hook-functions): Removed them from this list, too.
13561 (vc-fetch-properties): Removed.
13562 (vc-workfile-version): Doc fix.
13563
13564 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13565 (vc-rcs-workfile-version, vc-rcs-locking-user)
13566 (vc-rcs-uses-locking): Use it.
13567
13568 * vc-hooks.el (vc-consult-rcs-headers):
13569 Moved into vc-rcs-hooks.el, under the name
13570 vc-rcs-consult-headers.
13571
13572 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13573 headers.
13574 (vc-cvs-find-master): Use this name only; correct different
13575 versions of the name.
13576
13577 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13578 New functions.
13579 (vc-sccs-locking-user): Use the latter.
13580
13581 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13582 New functions.
13583
13584 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13585 Moved into both
13586 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13587 functions are implementation details of those two backends.
13588
13589 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13590
13591 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13592 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13593
13594 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13595 (vc-sccs-parse-locks): SCCS-specific code moved here from
13596 vc-hooks.
13597
13598 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13599 code moved here from vc-hooks.
13600
13601 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13602 into back-end specific parts and removed. Callers not updated
13603 yet; because I guess these callers will disappear into back-end
13604 specific files anyway.
13605
13606 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13607
13608 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13609 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13610 `vc-uses-locking'.
13611
13612 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13613 Store yes/no in the property, and return t/nil. Updated all
13614 callers.
13615
13616 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13617 vc-sccs-uses-locking. Don't set property.
13618 (vc-sccs-locking-user): Don't set property.
13619
13620 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13621 vc-cvs-uses-locking. Don't set property here; leave that to
13622 vc-hooks.
13623 (vc-cvs-locking-user): Reflect above change. Streamlined.
13624
13625 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13626 vc-rcs-uses-locking.
13627 (vc-rcs-locking-user): Reflect above change.
13628
13629 2000-09-04 Dave Love <fx@gnu.org>
13630
13631 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13632
13633 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13634
13635 * vc-hooks.el (vc-checkout-model): Punt to backends.
13636
13637 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13638
13639 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13640
13641 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13642 New functions.
13643
13644 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13645 New functions.
13646
13647 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13648 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13649
13650 * vc-hooks.el (vc-default-locking-user): New function.
13651 (vc-locking-user, vc-workfile-version): Punt to backends.
13652
13653 2000-09-04 Dave Love <fx@gnu.org>
13654
13655 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13656 (vc-master-workfile-version): Moved from vc-hooks.
13657
13658 * vc-rcs-hooks.el: Fix duplicate code in last change.
13659
13660 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13661 (vc-rcs-master-templates): Improve :type.
13662 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13663 vc-master-workfile-version): Moved from vc-hooks.
13664
13665 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13666 (vc-sccs-master-templates): Improve :type.
13667 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13668
13669 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13670
13671 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13672 (vc-cvs-master-templates): Improve :type. Use
13673 vc-cvs-find-cvs-master.
13674 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13675 from vc-hooks.
13676 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13677
13678 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13679 Moved to vc-cvs-hooks.
13680
13681 * vc-hooks.el: Add doc strings in various places. Simplify the
13682 minor mode setup.
13683 (vc-handled-backends): New user variable.
13684 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13685 simplification.
13686
13687 2000-09-04 Dave Love <fx@gnu.org>
13688
13689 * vc.el: Some doc fixes for autoloaded and interactive functions.
13690 Fix compilation warnings from ediff stuff.
13691 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13692
13693 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13694
13695 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13696
13697 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13698
13699 2000-09-04 Dave Love <fx@gnu.org>
13700
13701 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13702 New variable.
13703 (vc-make-backend-function, vc-loadup, vc-call-backend)
13704 (vc-backend-defines): New functions.
13705
13706 * vc-hooks.el: Various doc fixes.
13707 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13708 (vc-match-substring): Function removed. Callers changed to use
13709 match-string.
13710 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13711 Simplify.
13712
13713 2000-09-04 Dave Love <fx@gnu.org>
13714
13715 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13716 type.
13717 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13718 (vc-sccs-registered): Doc fix.
13719
13720 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13721 (vc-cvs-registered): Doc fix.
13722
13723 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13724 (vc-rcs-registered): Doc fix.
13725
13726 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13727
13728 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13729
13730 * vc-hooks.el: vc-registered has been renamed
13731 vc-default-registered. Some functions have been moved to the
13732 backend specific files. they all support the
13733 vc-BACKEND-registered functions.
13734
13735 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13736
13737 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13738
13739 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13740
13741 2000-09-04 Dave Love <fx@gnu.org>
13742
13743 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13744 menu-bar-update-hook.
13745
13746 * help.el (help-manyarg-func-alist): Add
13747 find-operation-coding-system.
13748
13749 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13750
13751 * custom.el (custom-set-variables): Print message about errors in
13752 setting.
13753
13754 2000-09-03 Andrew Innes <andrewi@gnu.org>
13755
13756 * makefile.w32-in: Change to DOS line endings.
13757
13758 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13759
13760 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13761 minor-mode keymaps, if they don't have one.
13762
13763 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13764
13765 * eshell/esh-module.el (eval-when-compile): Don't lose if
13766 esh-module.el's file name is truncated to DOS 8+3 limits.
13767
13768 2000-09-01 John Wiegley <johnw@gnu.org>
13769
13770 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13771 predicate, which caused entries in the completion list to be
13772 doubled.
13773
13774 2000-08-30 John Wiegley <johnw@gnu.org>
13775
13776 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13777 sending to subprocesses. Also, hook pre-command-hook if
13778 `eshell-send-direct-to-subprocesses' is non-nil.
13779 (eshell-send-direct-to-subprocesses): New config variable. If t,
13780 subprocess input is send immediately.
13781 (eshell-toggle-direct-send): New function.
13782 (eshell-self-insert-command): New function.
13783 (eshell-intercept-commands): New function.
13784 (eshell-send-input): If direct subprocess sending is enabled,
13785 don't echo any input to the Eshell buffer. Let the subprocess
13786 handle that. This requires "stty echo" in bash, for example.
13787
13788 2000-08-28 John Wiegley <johnw@gnu.org>
13789
13790 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13791 completion function for Eshell's implementation of `unset'.
13792
13793 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13794
13795 * info.el (Info-directory-list): Doc fix.
13796
13797 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13798
13799 * filecache.el (file-cache-add-directory-using-find): Don't quote
13800 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13801
13802 2000-08-31 Kenichi Handa <handa@etl.go.jp>
13803
13804 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13805 coding systems.
13806
13807 2000-08-30 Andrew Innes <andrewi@gnu.org>
13808
13809 * timer.el (run-with-idle-timer): Undo last change, so that timer
13810 is not activated immediately if Emacs is already idle. Some
13811 existing code relies on this behaviour.
13812
13813 2000-08-30 Miles Bader <miles@gnu.org>
13814
13815 * frame.el (set-frame-font): Do completion of font-name for
13816 interactive use.
13817
13818 2000-08-30 Kenichi Handa <handa@etl.go.jp>
13819
13820 * international/quail.el (quail-start-translation): Bind locally
13821 last-command-event, last-command, and this-command.
13822 (quail-start-conversion): Likewise.
13823 (quail-self-insert-command): Fix docstring.
13824
13825 2000-08-29 Gerd Moellmann <gerd@gnu.org>
13826
13827 * progmodes/executable.el
13828 (executable-make-buffer-file-executable-if-script-p): Check that
13829 buffer contains at least 2 characters.
13830
13831 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13832
13833 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13834
13835 2000-08-29 Dave Love <fx@gnu.org>
13836
13837 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13838 (diff-mode-shared-map): Bind mouse-2.
13839 (diff-imenu-generic-expression): New variable.
13840 (diff-mode): Use it.
13841
13842 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13843 (mouse-popup-menubar): Add minor mode menus.
13844 (popup-menu): Check for lookup-key returning number.
13845
13846 2000-08-29 Miles Bader <miles@gnu.org>
13847
13848 * comint.el (comint-send-input): Create overlays using the proper
13849 front/read-advance arguments.
13850
13851 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13852
13853 * ps-print.el: Even/odd pages printing. Doc fix.
13854 (ps-print-version): New version number (6.0).
13855 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13856 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13857 (ps-print-duplex-feature): Variable eliminated.
13858 (ps-even-or-odd-pages): New variable.
13859
13860 * progmodes/ebnf2ps.el: Doc fix.
13861 (ebnf-version): New version (3.3).
13862 (ebnf-user-arrow): Change variable customization to sexp.
13863 (ebnf-user-arrow): Function eliminated.
13864 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13865
13866 2000-08-29 Kenichi Handa <handa@etl.go.jp>
13867
13868 * help.el (help-xref-mule-regexp): New variable.
13869 (help-make-xrefs): Handle help-xref-mule-regexp.
13870
13871 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13872 variable.
13873 (describe-input-method): Temporarily activate the specfied input
13874 method to display the information.
13875 (describe-language-environment): Hyperlinks to mule related items.
13876
13877 * international/mule-diag.el (charset-multibyte-form-string): New
13878 function.
13879 (list-character-sets-1): Use charset-multibyte-form-string.
13880 (describe-character-set): New function.
13881 (describe-coding-system): Hyperlinks to safe character sets.
13882
13883 * international/quail.el (quail-help): New arg PACKAGE.
13884 Hyperlinks to mule related items.
13885 (quail-help-insert-keymap-description): Use
13886 substitute-command-keys instead of describe-bindings.
13887 (quail-translation-help): Hyperlinks to mule related items.
13888
13889 2000-08-28 John Wiegley <johnw@gnu.org>
13890
13891 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13892 have a defsubst call itself. Made `eshell-flatten-list' back into
13893 a function again.
13894
13895 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13896 catch, in case re-centering point at bottom messes up the display.
13897 This happens frequently in Emacs 21, due I believe to variable
13898 line heights.
13899
13900 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13901 to call `find-tag-interactive'.
13902
13903 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13904 the list of remember directories.
13905
13906 2000-08-28 John Wiegley <johnw@gnu.org>
13907
13908 * align.el: Test align-region-separate to see if it's a symbol.
13909
13910 2000-08-28 John Wiegley <johnw@gnu.org>
13911
13912 * eshell/esh-util.el (eshell-flatten-list): Made this function
13913 into a defsubst form. It gets used very frequently, although
13914 calls don't occur all that often.
13915
13916 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13917 examining it.
13918
13919 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13920 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13921 `eshell-protect'.
13922 (eshell-copy-handles): Created a new macro for duplicating the
13923 current set of open handles. This is needed by the looping
13924 functions.
13925 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13926 is not incorrectly stomped on.
13927
13928 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13929 declaration for pcomplete-use-paring.
13930 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13931 value of eshell-cmpl-use-paring.
13932 * pcomplete.el (pcomplete-use-paring): New config variable, to
13933 indicate whether paring should be used.
13934 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13935 completion alternatives that have already been used.
13936
13937 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13938 bound to C-c C-y, which will repeat the previous N arguments
13939 (based on prefix argument).
13940 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13941
13942 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13943 if there is no *Help* buffer. This is for XEmacs, which renames
13944 its help buffers uniquely. TODO: Find out what the current buffer
13945 name to delete is.
13946
13947 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13948 first entry that correlates to a passwd/group number. Later
13949 entries (used for group/user name aliasing to multiple IDs) are
13950 ignored.
13951
13952 * eshell/em-xtra.el (eshell/expr):
13953 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13954 (eshell-grep, eshell/diff, eshell/locate):
13955 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13956 argument list, before passing it to the system command.
13957
13958 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13959 `find-tag' for use at final position in Eshell buffers (which
13960 otherwise triggers an error on Emacs 21).
13961 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13962 buffer, if it is currently bound to `find-tag'.
13963
13964 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13965 in the list of matched Makefile names.
13966 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13967 directory, prefer its contents to Makefile.
13968
13969 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13970 directory parts (like "cd old new", or "cd =regexp"), are now case
13971 sensitive on non-Windows/DOS platforms.
13972
13973 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13974 types RET after an open delimiter (like "), display a message
13975 indicating that Eshell is waiting for the closing delimiter.
13976
13977 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13978 environment variables.
13979
13980 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13981 gracefully if the user enters incorrect arguments.
13982
13983 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13984 Eshell buffers.
13985
13986 * eshell/esh-var.el (eshell-interpolate-variable):
13987 * eshell/esh-mode.el (eshell-move-argument):
13988 * eshell/em-unix.el (eshell-du-sum-directory):
13989 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13990 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13991 (not (= ...)).
13992
13993 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13994 to ensure the `preserve' flag gets propagated when doing recursive
13995 directory copies.
13996
13997 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13998
13999 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14000 Don't convert \n into \0177 in memory.
14001 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14002 and back again, when reading and writing.
14003
14004 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14005
14006 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14007 testing of `fboundp' on `processp'.
14008
14009 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14010 (eshell/jobs): Don't call process-list if it is not bound.
14011 (eshell-gather-process-output): Support systems where async
14012 subprocesses aren't supported.
14013 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14014 variables.
14015
14016 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14017 eshell-do-eval returns t.
14018 (eshell-do-pipelines-synchronously): New defmacro.
14019 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14020 when async subprocesses aren't supported.
14021 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14022 if async subprocesses aren't supported.
14023 (eshell-resume-command): Don't assume STATUS is a string.
14024
14025 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14026
14027 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14028 (eshell-close-target, eshell-get-target): Use eshell-processp.
14029 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14030 fix.
14031 (eshell-get-target, eshell-create-handles): Doc fix.
14032
14033 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14034
14035 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14036 criterion to include commands that output something, as long as it
14037 leaves both the command and the end-of-buffer visible when the
14038 command has exited.
14039 (eshell-review-quick-commands): Adjust the help doc string
14040 accordingly.
14041
14042 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14043
14044 * locate.el (locate): Cleaned up locate command's interactive prompting
14045 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14046
14047 * filecache.el (file-cache-case-fold-search): New variable
14048 (file-cache-assoc-function): New variable
14049 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14050 Use file-cache-case-fold-search variable
14051 (file-cache-add-file): Use file-cache-assoc-function
14052 (file-cache-delete-file): likewise
14053 (file-cache-directory-name): likewise
14054 (file-cache-debug-read-from-minibuffer): likewise
14055
14056 2000-08-28 Gerd Moellmann <gerd@gnu.org>
14057
14058 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14059 (abbrev-table-name): New function.
14060 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14061 If non-nil list local abbrev, only.
14062
14063 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14064
14065 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14066 from Gnus support code, and use special article copy buffer
14067 `(gnus-original-article-buffer)' instead. This allows to get rid
14068 of article-hide-headers usage (which breaks in the latest Gnus
14069 version). Thanks to Detlev Zundel.
14070
14071 2000-08-28 Kenichi Handa <handa@etl.go.jp>
14072
14073 * international/quail.el (quail-use-package): Hide "... loaded"
14074 message.
14075 (quail-start-translation, quail-start-conversion): Likewise.
14076
14077 * international/kkc.el (kkc-region): Hide "... loaded" message.
14078
14079 2000-08-27 Dave Love <fx@gnu.org>
14080
14081 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14082
14083 2000-08-27 Miles Bader <miles@gnu.org>
14084
14085 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14086
14087 2000-08-27 Kenichi Handa <handa@etl.go.jp>
14088
14089 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14090 'ja-dic-cnv), not (require 'skkdic-cnv).
14091
14092 2000-08-26 Miles Bader <miles@gnu.org>
14093
14094 * faces.el (face-x-resources): Add entry for :inherit.
14095 * cus-face.el (custom-face-attributes): Add support for :inherit
14096 attribute. Add support for relative face heights.
14097 (custom-face-attributes-get): Treat `nil' as being a default value
14098 for :inherit (as well as `unspecified').
14099
14100 * faces.el (set-face-attribute): Update doc string.
14101 (face-attribute-name-alist): Add :inherit.
14102 (face-valid-attribute-values): Handle :inherit.
14103 (face-read-string): Rephrase prompt to be less confusing.
14104 Assume that DEFAULT is a string, since we must return a string.
14105 (face-read-integer): Use `format' to turn DEFAULT into an
14106 acceptable default for face-read-string. Match NEW-VALUE against
14107 the string "unspecified", not the symbol `unspecified', since
14108 that's what face-read-string returns.
14109 (read-face-attribute): Lookup a name for old-value in valid, and
14110 use it as a default if we find one. Treat all values from
14111 face-read-string as strings. If the default is used, don't do any
14112 more processing on the value, just use the old value directly.
14113 (read-face-and-attribute, modify-face): Tweak prompt.
14114 (read-face-name): Don't assume prompt ends with a space.
14115
14116 * faces.el (describe-face): Add support for :inherit attribute.
14117
14118 2000-08-25 Kenichi Handa <handa@etl.go.jp>
14119
14120 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14121 concat doesn't accept interger.
14122
14123 * international/kkc.el: Remove SKK from Keywords. Require
14124 ja-dic-utl instead of skkdic-utl.
14125
14126 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14127 Provide ja-dic-cnv instead of skkdic-cnv.
14128 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14129 (iso-2022-7bit-short): Add safe-charsets property.
14130 (skkdic-convert-postfix): Search Japanese chou-on character in
14131 addition to Hiragana character.
14132 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14133 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14134 (batch-skkdic-convert): Likewise.
14135
14136 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14137 Provide ja-dic-utl instead of skkdic-utl.
14138 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14139
14140 2000-08-24 Dave Love <fx@gnu.org>
14141
14142 * disp-table.el (standard-display-default): Make the test of `l'
14143 useful.
14144
14145 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14146 mod sample text.
14147
14148 * international/iso-ascii.el: Make pilcrow convenient string
14149 consistent with section.
14150 (iso-ascii-display): Set up multibyte characters as well as
14151 unibyte.
14152
14153 2000-08-24 Kenichi Handa <handa@etl.go.jp>
14154
14155 * international/mule-cmds.el (reset-language-environment): Set
14156 default-process-coding-system to '(undecided . iso-latin-1), which
14157 makes process I/O almost consistent with file I/O. Call this
14158 function when mule-cmds.el[c] is loaded.
14159
14160 2000-08-22 Andrew Innes <andrewi@gnu.org>
14161
14162 * makefile.w32-in: New file.
14163
14164 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14165
14166 * comint.el (comint-output-filter): Compare end of
14167 comint-last-output-overlay with the start of the newly inserted
14168 text, not the end, when deciding whether to extend it.
14169 Set saved-point's insertion type to advance after insertion.
14170
14171 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14172 since this is now done independently of font-lock mode.
14173
14174 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14175
14176 * server.el (server-kill-new-buffers): New user option.
14177 (server-existing-buffer): New buffer-local variable.
14178 (server-visit-files): When using an existing buffer, set
14179 server-existing-buffer to t.
14180 (server-buffer-done): If server-kill-new-buffers is t, kill the
14181 buffer, unless it was already present before visiting it with
14182 Emacs server.
14183
14184 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14185
14186 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14187 even if the display doesn't support colors: some displays will
14188 support bold/underline faces.
14189
14190 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14191
14192 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14193
14194 * startup.el (command-line): If user's init file had an error,
14195 add explanatory text to *Messages*.
14196
14197 2000-08-21 Kenichi Handa <handa@etl.go.jp>
14198
14199 * man.el (Man-getpage-in-background): Decode the process output by
14200 the system locale coding system.
14201
14202 2000-08-20 Dave Love <fx@gnu.org>
14203
14204 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14205 Don't test x-popup-menu.
14206 (function) <complete-function>: Complete only fbound symbols.
14207 <validate, value>: New.
14208 (variable) <complete-function>: Complete only bound symbols.
14209 (coding-system): Add :base-only, :complete-function, :validate,
14210 :value, :prompt-match.
14211 (widget-coding-system-prompt-value): Use read-coding-system and
14212 act on :base-only.
14213 (editable-field): Add :help-echo.
14214 (widget-push-button-gui, widget-push-button-cache)
14215 (widget-gui-action, widget-editable-list-gui): COmment out, along
14216 with uses.
14217 (widget-at): Make arg optional.
14218 (widget-echo-help): Adjust for current help-echo calling sequence.
14219 (widget-specify-field, widget-specify-button)
14220 (widget-specify-insert, widget-get-sibling, widget-image-find)
14221 (widget-convert, widget-insert, widget-leave-text)
14222 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14223 (widget-setup, widget-field-find, widget-before-change)
14224 (widget-after-change, widget-default-complete)
14225 (widget-default-create, widget-default-delete)
14226 (widget-push-button-value-create, editable-field)
14227 (widget-field-prompt-value, widget-field-validate)
14228 (widget-choice-value-create, widget-choice-action)
14229 (widget-choice-validate, widget-checklist-add-item)
14230 (widget-radio-add-item, widget-radio-chosen)
14231 (widget-radio-value-inline, widget-editable-list-value-create)
14232 (widget-editable-list-entry-create)
14233 (widget-documentation-link-add)
14234 (widget-documentation-string-value-create)
14235 (widget-regexp-validate, widget-file-complete)
14236 (widget-sexp-validate, widget-plist-convert-widget)
14237 (widget-plist-convert-widget, widget-alist-convert-widget)
14238 (widget-alist-convert-widget, widget-color-complete): Simplify,
14239 particularly to avoid bindings which aren't optimized out.
14240
14241 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14242 Doc fix.
14243 (down-list, backward-up-list, up-list, kill-sexp)
14244 (backward-kill-sexp, mark-sexp): Make arg optional.
14245 (lisp-complete-symbol): Add optional arg PREDICATE.
14246
14247 * cus-start.el: Add display-buffer-reuse-frames,
14248 file-coding-system-alist.
14249
14250 2000-08-20 Gerd Moellmann <gerd@gnu.org>
14251
14252 * startup.el (command-line): Clear realized faces after
14253 modifying TTY color mappings.
14254
14255 2000-08-20 Miles Bader <miles@gnu.org>
14256
14257 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14258 merely a subset of FACE's attributes.
14259
14260 2000-08-19 Miles Bader <miles@gnu.org>
14261
14262 * comint.el (comint-output-filter): Save the point with a marker,
14263 not just a buffer position.
14264
14265 * international/mule.el (set-buffer-process-coding-system): Make
14266 interactive prompt less confusing.
14267
14268 2000-08-19 Gerd Moellmann <gerd@gnu.org>
14269
14270 * hilit-chg.el: General cleanup of doc strings, comments and
14271 code formatting.
14272
14273 2000-08-19 Miles Bader <miles@gnu.org>
14274
14275 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14276 Compiler macro removed; beginning-of-line is no longer always
14277 equivalent to forward-line, in the presence of fields.
14278
14279 * comint.el (comint-output-filter): Remove ad-hoc saving of
14280 restriction, and just use save-restriction, now that it works
14281 correctly. Don't adjust comint-last-input-start to account for
14282 our insertion; it shouldn't have moved because we don't use
14283 insert-before-markers anymore. Comment out call to
14284 `force-mode-line-update'; why is it here?
14285
14286 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14287 while checking for prompt to delete. Use `forward-line 0'
14288 instead of beginning-of-line.
14289 (gud-filter): Temporarily widen gud comint buffer while
14290 examining output.
14291
14292 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14293
14294 * progmodes/sh-script.el: Big bag of typos.
14295
14296 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14297 check since ispell-process is not bound when ispell is not yet loaded.
14298
14299 2000-08-18 Dave Love <fx@gnu.org>
14300
14301 * image.el (find-image): Copy `spec' before using plist-put.
14302
14303 2000-08-18 Gerd Moellmann <gerd@gnu.org>
14304
14305 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14306 `portugues'.
14307
14308 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14309 backward-kill-sexp, analogous to kill-sexp.
14310
14311 * progmodes/icon.el (icon-indent-line)
14312 (icon-is-continuation-line): Handle comments specially.
14313
14314 2000-08-17 Ken Stevens <k.stevens@ieee.org>
14315
14316 * ispell.el: Set to standard author/maintainer/keyword fields.
14317 Fine tuning to menu map appearance and operation, and added help.
14318 Remove `start' and `end' error messages when compiling.
14319 (ispell-choices-win-default-height): Fixed comment string.
14320 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14321 castellano8 dictionaries.
14322 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14323 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14324 dictionary, added italiano dictionary.
14325 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14326 word character
14327 (ispell-tex-skip-alists): Added psfig support.
14328 (ispell-skip-html): Renamed from ispell-skip-sgml.
14329 (ispell-begin-skip-region-regexp, ispell-skip-region)
14330 (ispell-minor-check): Improved html skipping support to skip across
14331 code, and recognize `&' commands without propper `;' syntax;
14332 (ispell-process-line): Fix alignment error when manually
14333 correcting spelling.
14334 (ispell): Fix comment string.
14335 (ispell-add-per-file-word-list): Always put word list on new line.
14336
14337 2000-08-17 Gerd Moellmann <gerd@gnu.org>
14338
14339 * format.el (format-encode-run-method): Fix error message to say
14340 `encode' instead of `decode'. Use save-window-excursion around
14341 shell-command-on-region as in format-decode-run-method because
14342 shell-command-on-region can display a buffer with error output.
14343 (format-decode): Don't record undo information for the decoding.
14344 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14345 that number part of the temporary buffer name so that more than
14346 one decoding using a temporary buffer can happen safely.
14347
14348 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14349 of `A-z' in the regexp.
14350
14351 * hilit-chg.el: Fix typos in commentary.
14352
14353 * help.el (view-emacs-news): Rewritten for new naming scheme
14354 for old NEWS files.
14355
14356 * startup.el (command-line): Pop to *Messages* in case an error
14357 is signaled while loading user-init-file.
14358
14359 2000-08-17 Andreas Schwab <schwab@suse.de>
14360
14361 * files.el (insert-directory): Don't lose original file name,
14362 undoing an undocumented change.
14363
14364 2000-08-17 Alex Schroeder <alex@gnu.org>
14365
14366 * sql.el (sql-magic-go): Use comint-bol.
14367 (sql-copy-column): Use comint-line-beginning-position.
14368 (comint-line-beginning-position): Define a replacement for
14369 comint-line-beginning-position if it is not fboundp.
14370
14371 2000-08-17 Alex Schroeder <alex@gnu.org>
14372
14373 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14374 it didn't have any effect anyway.
14375
14376 2000-08-17 Alex Schroeder <alex@gnu.org>
14377
14378 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14379 --pset and pager=off instead of sending \\o|cat at the beginning
14380 of the session.
14381
14382 2000-08-17 Miles Bader <miles@gnu.org>
14383
14384 * progmodes/octave-inf.el: Add compatibility definition of
14385 comint-line-beginning-position.
14386
14387 2000-08-17 Kenichi Handa <handa@etl.go.jp>
14388
14389 * startup.el (normal-top-level): Look in each dir in load-path for
14390 a leim-list.el file too. This assures of loading leim-list.el
14391 that is created at Emacs installation time even if a user have his
14392 own leim-list.el.
14393
14394 2000-08-17 Miles Bader <miles@gnu.org>
14395
14396 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14397 foreground color to black if the background is dark.
14398
14399 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14400
14401 * loadhist.el (unload-feature): Typo.
14402
14403 * finder.el (finder-compile-keywords):
14404 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14405 to the generated file.
14406
14407 * mail/mh-e.el (mh-make-local-vars):
14408 Replace make-variable-buffer-local with make-local-variable.
14409
14410 * play/landmark.el:
14411 * options.el (Edit-options-{set,toggle,t,nil}):
14412 * mail/mailabbrev.el (mail-abbrevs-mode):
14413 * textmodes/tex-mode.el (tex-expand-files):
14414 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14415
14416 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14417
14418 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14419 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14420 Allow going past the last element.
14421 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14422 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14423 (cvs-mouse-toggle-mark): Don't move point.
14424 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14425
14426 * progmodes/compile.el (grep): Provide a default set of files.
14427 (next-error): Docstring fix.
14428 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14429
14430 * emacs-lisp/easy-mmode.el (define-minor-mode):
14431 Use `symbol-value' to keep the byte-compiler quiet.
14432
14433 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14434 (diff-find-source-location): New fun, extracted from diff-goto-source.
14435 (diff-goto-source): Use it.
14436 (diff-next-complex-hunk, diff-filter-lines): New function.
14437 (diff-apply-hunk): New command.
14438
14439 * smerge-mode.el (smerge-mode-menu): Doc fix.
14440
14441 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14442
14443 2000-08-16 Dave Love <fx@gnu.org>
14444
14445 * windmove.el (windmove) <defgroup>: Add :version.
14446
14447 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14448 (goto-address-fontify-p, goto-address-highlight-p)
14449 (goto-address-url-face, goto-address-url-mouse-face)
14450 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14451 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14452 (goto-address-fontify, goto-address-at-mouse): Simplify,
14453 (goto-address-at-point): browse-url-url-at-point,
14454 goto-address-find-address-at-point can return nil.
14455 (goto-address-find-address-at-point): Return nil on failure.
14456
14457 * align.el (align) <defgroup>: Add :version.
14458
14459 * calculator.el (calculator): Add :version.
14460 (calculator): Use two lines for calculator window if `modeline'
14461 face is boxed.
14462
14463 * play/5x5.el: Doc fixes.
14464 (5x5) <defgroup>: Add :version.
14465
14466 * play/fortune.el (fortune) <defgroup>: Add :version.
14467 (fortune-append): Fix error message.
14468 (fortune-from-region): Doc fix.
14469
14470 * play/pong.el (pong): Doc fix.
14471
14472 * play/morse.el: Keywords, commentary, autoloads.
14473
14474 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14475
14476 * desktop.el (desktop-save): Don't look at symbol-value of a
14477 member of minor-mode-alist, unless it is boundp.
14478
14479 2000-08-16 Sam Steingold <sds@gnu.org>
14480
14481 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14482 `while'; use `with-current-buffer' instead of `save-excursion'.
14483 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14484
14485 2000-08-16 Kenichi Handa <handa@etl.go.jp>
14486
14487 * international/ccl.el (declare-ccl-program): Docstring modified.
14488 (ccl-execute-with-args): Likewise.
14489
14490 2000-08-16 Miles Bader <miles@gnu.org>
14491
14492 * progmodes/sql.el: Add compatibility definition of
14493 comint-line-beginning-position.
14494
14495 2000-08-15 Gerd Moellmann <gerd@gnu.org>
14496
14497 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14498 'buffer-menu' property.
14499 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14500 fails.
14501 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14502 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14503 wasn't killed.
14504
14505 * buff-menu.el (list-buffers-noselect): Don't display the
14506 *Buffer List* buffer.
14507
14508 * font-lock.el: Require jit-lock to prevent a very late
14509 `Loading jit-lock' message.
14510
14511 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14512 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14513 mail address.
14514
14515 2000-08-15 Miles Bader <miles@gnu.org>
14516
14517 * textmodes/ispell.el (ispell-graphic-p): New constant.
14518 (ispell-choices-win-default-height, ispell-help): Use
14519 `ispell-graphic-p' instead of `xemacsp'.
14520
14521 2000-08-15 Dave Love <fx@gnu.org>
14522
14523 * simple.el: Autoload widget-convert when compiling.
14524 (mail-user-agent): Doc fix.
14525
14526 * help.el (function-called-at-point, variable-at-point): Use
14527 with-syntax-table.
14528 (help-manyarg-func-alist): Add insert-and-inherit.
14529
14530 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14531
14532 * delsel.el (delsel-unload-hook): New function.
14533
14534 * find-file.el: Doc fixes. Move provide to end.
14535 (ff) <defgroup>: Add :link.
14536 (ff-goto-click): Deleted.
14537 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14538 Use mouse-set-point.
14539
14540 * textmodes/tildify.el: Doc fixes.
14541 (tildify) <defgroup>: Add:version.
14542
14543 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14544 (glasses-custom-set): Use set-default, not set.
14545 (minor-mode-alist): Propertize the lighter.
14546 (glasses-mode): Provide optional arg.
14547
14548 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14549 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14550 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14551 option. Provide :type.
14552 (cwarn-configuration): Provide :type.
14553 (cwarn-mode): Doc fix.
14554
14555 * add-log.el (change-log-merge): Doc fix.
14556 (change-log-redate): New command.
14557
14558 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14559 Doze and Dog.
14560 (browse-url): Use dolist, not mapcar.
14561 (browse-url-at-point): Check for null url.
14562 (browse-url-event-buffer, browse-url-event-point): Functions
14563 deleted.
14564 (browse-url-at-mouse, browse-url-netscape): Simplify.
14565
14566 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14567 modes.
14568 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14569 Fix previous change to mapcan.
14570 (msb--init-file-alist, msb--add-separators)
14571 (msb--make-keymap-menu): Simplify.
14572 (msb--choose-file-menu): Use copy-sequence.
14573 (msb-mode-map): Add title to keymap.
14574 (msb-unload-hook): New function.
14575
14576 * bs.el: Fix indentation.
14577 (bs) <defgroup>: Add :links.
14578 (bs-show): Doc fix.
14579 (bs-apply-sort-faces): Don't use window-system.
14580 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14581
14582 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14583
14584 * calendar/timeclock.el (timeclock-file): Run .timelog through
14585 convert-standard-filename.
14586
14587 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14588
14589 * emacs-lisp/authors.el: New file.
14590
14591 * paren.el (show-paren-priority): New user option.
14592 (show-paren-function): Set overlay priorities to
14593 show-paren-priority.
14594
14595 2000-08-14 Miles Bader <miles@gnu.org>
14596
14597 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14598 beginning-of-line with inhibit-field-text-motion bound.
14599
14600 2000-08-14 Gerd Moellmann <gerd@gnu.org>
14601
14602 * calendar/timeclock.el: New file.
14603
14604 2000-08-14 David Ponce <david@dponce.com>
14605
14606 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14607 `widget-button-click'. so that one can use left mouse button to
14608 click on dialog buttons.
14609
14610 2000-08-14 Emmanuel Briot <briot@gnat.com>
14611
14612 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14613 identifiers, since XML is case sensitive
14614
14615 2000-08-12 Miles Bader <miles@gnu.org>
14616
14617 * comint.el (comint-output-filter): Don't bother frobbing
14618 window-start, it doesn't seem to be necessary.
14619
14620 * comint.el (comint-send-string, comint-send-region): Make into
14621 real functions. Snapshot the prompt before sending.
14622
14623 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14624
14625 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14626 technique similar to Info-index, instead of relying on specific
14627 names of relevant Index nodes.
14628 (Info-goto-emacs-command-node): Bind Info-history to nil when
14629 going to the first node found by Info-find-emacs-command-nodes.
14630
14631 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14632
14633 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14634
14635 2000-08-10 Miles Bader <miles@gnu.org>
14636
14637 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14638
14639 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14640
14641 * info.el (Info-file-list-for-emacs): More elements for the
14642 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14643 and woman manuals.
14644
14645 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14646
14647 * comint.el (comint-send-input): Make the newline boundary overlay
14648 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14649 (comint-output-filter): Use `insert' instead of
14650 `insert-before-markers'. Extend comint-last-output-overlay when
14651 necessary since we can't rely on insert-before-markers to do it.
14652 * gud.el (gud-filter): Use `with-current-buffer' instead of
14653 save-excursion when inserting the output, so that point gets
14654 updated correctly; the old method relied on a rather dodgy
14655 side-effect of comint-output-filter to avoid the effect of
14656 save-excursion.
14657
14658 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14659
14660 * files.el (recover-file): Call insert-directory instead of
14661 invoking `ls' directly.
14662
14663 2000-08-10 Miles Bader <miles@gnu.org>
14664
14665 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14666 (comint-last-prompt-overlay): New variables.
14667 (comint-output-filter): Implement prompt highlighting.
14668 (comint-snapshot-last-prompt): New function.
14669 (comint-send-input): Snapshot the last prompt.
14670 Use comint-highlight-input-face.
14671 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14672 Use defface instead of defcustom.
14673 (send-invisible, comint-send-eof): Snapshot the last prompt.
14674 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14675 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14676
14677 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14678
14679 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14680 (regexp-opt-group): Use a list of chars for `letters'.
14681 (regexp-opt-charset): `chars' is now a list of chars.
14682 Use a char-table rather than a vector so it works for multibyte chars.
14683
14684 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14685 Set cvs-minor-current-files to the selected fileinfo.
14686 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14687 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14688
14689 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14690
14691 * files.el (insert-directory): Don't call access-file on
14692 directories on DOS and Windows.
14693
14694 2000-08-09 Kenichi Handa <handa@etl.go.jp>
14695
14696 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14697 longer if necessary.
14698 (ccl-embed-code): Call ccl-embed-data to store CODE in
14699 ccl-program-vector.
14700
14701 2000-08-09 Miles Bader <miles@gnu.org>
14702
14703 * comint.el (comint-output-filter): Properly handle the case where
14704 the text surrounded by comint-last-output-overlay was deleted.
14705
14706 2000-08-08 Gerd Moellmann <gerd@gnu.org>
14707
14708 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14709 non-nil.
14710 (Info-file-list-for-emacs): Remove "info" from the list because
14711 that leads to trying to use the documentation from file `info'
14712 in various situations where it isn't appropriate, for instance
14713 C-h C-k C-h i.
14714
14715 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14716 DIR and/or STRING are nil.
14717
14718 * progmodes/compile.el (compilation-setup): Make variable
14719 compilation-error-screen-columns buffer-local, as some comment
14720 in the code suggests it should be.
14721
14722 * files.el (auto-mode-interpreter-regexp): New variable.
14723 (set-auto-mode): Use it.
14724
14725 * indent.el (indent-for-tab-command): Doc fix.
14726
14727 * mouse-sel.el (mouse-sel-mode): Doc fix.
14728
14729 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14730 labels.
14731
14732 * help.el (print-help-return-message): When
14733 display-buffer-reuse-frames is set, let the help window been quit,
14734 instead of deleting it, which might delete a reused frame.
14735
14736 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14737
14738 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14739 rename a directory to a name that differs only by its letter case.
14740
14741 2000-08-08 Kenichi Handa <handa@etl.go.jp>
14742
14743 * international/quail.el (quail-define-rules): Handle Quail decode
14744 map correctly. Add code for supporting annotations.
14745 (quail-install-decode-map): New function.
14746 (quail-defrule-internal): New optional arguments decode-map and
14747 props.
14748 (quail-advice): New function.
14749
14750 2000-08-07 Sam Steingold <sds@gnu.org>
14751
14752 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14753 `defconst', `define-condition', `with-slots'.
14754 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14755
14756 2000-08-03 Miles Bader <miles@gnu.org>
14757
14758 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14759 New variable.
14760 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14761 comint-use-prompt-regexp-instead-of-fields.
14762 (comint-send-input): Add `input' field property to stuff we send to
14763 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14764 (comint-output-filter): Add `output' field property to process
14765 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14766 (comint-replace-by-expanded-history)
14767 (comint-get-old-input-default, comint-show-output)
14768 (comint-backward-matching-input, comint-forward-matching-input)
14769 (comint-next-prompt, comint-previous-prompt): Use field
14770 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14771 (comint-line-beginning-position): New function.
14772 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14773 (comint-replace-by-expanded-history-before-point): Use
14774 comint-line-beginning-position and line-end-position.
14775 (comint-last-output-overlay): New variable.
14776 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14777
14778 * shell.el (shell-prompt-pattern): Doc change.
14779 (shell-backward-command): Use line-beginning-position.
14780
14781 * gud.el (gud-gdb-complete-command): Use
14782 comint-line-beginning-position.
14783
14784 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14785 comint-bol doesn't actually go to the beginning of the line.
14786
14787 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14788 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14789 (try-expand-line-all-buffers): Likewise.
14790
14791 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14792 explicitly matching comint-prompt-regexp.
14793 (sql-copy-column): Use comint-line-beginning-position instead of
14794 explicitly matching comint-prompt-regexp.
14795
14796 * progmodes/octave-inf.el (inferior-octave-complete): Use
14797 comint-line-beginning-position.
14798
14799 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14800
14801 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14802 looking for a prompt, use `forward-line 0' instead of
14803 `beginning-of-line', to avoid getting caught by an input field.
14804
14805 2000-08-07 Gerd Moellmann <gerd@gnu.org>
14806
14807 * files.el (shell-quote-wildcard-pattern): Make sure to return
14808 PATTERN, in the Unix case.
14809
14810 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14811
14812 * play/zone.el (zone): Discard any pending input before running
14813 the randomly-chosen pgm.
14814
14815 2000-08-07 Kenichi Handa <handa@etl.go.jp>
14816
14817 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14818 checking the existence of any multibyte characters.
14819
14820 2000-08-06 Gerd Moellmann <gerd@gnu.org>
14821
14822 * help.el (describe-mode): Test minor-mode symbol for being
14823 bound before testing its value for being nil.
14824
14825 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14826 `first', `second', and `third'.
14827
14828 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14829 (second): Make it an alias for `cadr'.
14830
14831 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14832
14833 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14834 types of display support faces now.
14835
14836 2000-08-05 Gerd Moellmann <gerd@gnu.org>
14837
14838 * pcvs.el (require): Require `cl' during compilation, only.
14839
14840 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14841 (toplevel): Remove `remq' and `remove' from autoloads.
14842 (cl-fake-autoloads): New variable. If set, arrange for an error
14843 when CL functions etc. are autoloaded.
14844
14845 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14846
14847 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14848
14849 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14850 popped up, but the user clicks outside the menu, return an empty
14851 regexp (that causes unhighlight-regexp to have no effect).
14852
14853 * menu-bar.el (menu-bar-games-menu): Add Zone.
14854
14855 * hi-lock.el (toplevel): Require font-lock.
14856
14857 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14858
14859 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14860 (ebnf-8-bit-chars): New var for bug fix.
14861 (ebnf-string): Bug fix.
14862
14863 2000-08-03 Sam Steingold <sds@gnu.org>
14864
14865 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14866 instead of `buffer-string'.
14867 (require 'cl): Always, not just when compiling.
14868 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14869 necessary.
14870
14871 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14872
14873 * international/mule-cmds.el (select-safe-coding-system): Make
14874 the message text about selecting a safe coding system more clear.
14875
14876 2000-08-02 Gerd Moellmann <gerd@gnu.org>
14877
14878 * hi-lock.el: New file.
14879
14880 * play/zone.el: New file.
14881
14882 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14883 value of tab-width in the original buffer. Choose a line number
14884 format that's a multiple of the original buffer's tab width, so
14885 that lines appear right.
14886
14887 * textmodes/ispell.el (ispell): New function, replacing an alias.
14888 Spell-check active region if in transient-mark-mode and mark
14889 is active; otherwise spell-check buffer.
14890
14891 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14892
14893 * ps-mule.el: Fix a customization problem on
14894 ps-mule-font-info-database-default.
14895
14896 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14897
14898 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14899 display-mouse-p instead of window-system.
14900 (ebrowse-member-mode-map): Ditto.
14901
14902 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14903
14904 * progmodes/ebnf2ps.el: Update ps-print functions call.
14905 Indentation fix. Doc fix.
14906 (ebnf-version): New version number (3.2).
14907 (ebnf-format-color, ebnf-begin-job): Code fix.
14908
14909 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14910
14911 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14912 font lock support on window-system.
14913 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14914
14915 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14916 display-color-p, if fboundp, instead of window-system.
14917
14918 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14919
14920 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14921 instead of window-system.
14922
14923 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14924 window-system.
14925 (widget-choice-mouse-down-action): Use display-popup-menus-p
14926 instead of window-system.
14927
14928 * strokes.el (strokes-file): Run the file name through
14929 convert-standard-filename.
14930 (strokes-mode): Call display-mouse-p instead of looking at
14931 window-system. Change the error message accordingly.
14932
14933 * progmodes/cpp.el (toplevel): Support faces on tty's.
14934
14935 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14936 (lm-plot-square, lm-init-display): Don't use window-system.
14937
14938 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14939 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14940
14941 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14942 instead of looking at window-system.
14943
14944 2000-07-30 Gerd Moellmann <gerd@gnu.org>
14945
14946 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14947 of testing if iswitchb-prepost-hooks is bound, because the
14948 latter will always be true when invoking a recursive minibuffer
14949 from an active Iswitchb buffer.
14950
14951 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
14952
14953 * files.el (shell-quote-wildcard-pattern): New function.
14954 (insert-directory): Call it. Only prepend "\" to command on Unix
14955 and GNU/Linux systems.
14956
14957 2000-07-30 Gerd Moellmann <gerd@gnu.org>
14958
14959 * eshell/esh-groups.el: Change custom :link file names
14960 from `eshell.info' to `eshell'.
14961
14962 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
14963
14964 * dired.el (dired-build-subdir-alist): Expand subdirectory names
14965 correctly in recursive ange-ftp listings.
14966
14967 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14968
14969 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14970 ps-header-font-size-internal and
14971 ps-header-title-font-size-internal variables are not set,
14972 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14973 face text property is (foreground-color . COLOR) or
14974 `(background-color . COLOR)', ps-print crashes. Doc fix.
14975 (ps-print-version): New version number (5.2.4).
14976 (ps-plot-region): Code fix.
14977 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14978 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14979 Bug fix 2.
14980
14981 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
14982
14983 * glasses.el (glasses-make-readable): Fix uncapitalization of
14984 identifiers like `myXMLDocument'.
14985
14986 2000-07-28 Karl Fogel <kfogel@red-bean.com>
14987
14988 * mail/mail-hist.el (mail-hist-previous-input)
14989 (mail-hist-next-input): Do the obvious code factorization.
14990 (mail-hist-retrieve-and-insert): New func, contains common
14991 code of above two.
14992 If inserting a message body, leave point at top.
14993
14994 2000-07-28 Sam Steingold <sds@gnu.org>
14995
14996 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14997 Use `<=', not `<' to compare times!
14998 (ange-ftp-ls): Remove.
14999
15000 2000-07-27 Gerd Moellmann <gerd@gnu.org>
15001
15002 * play/cookie1.el: Add explanation of how to make cookie.el
15003 compatible with strfile(1) to comment.
15004
15005 * subr.el (remove, remq): New functions.
15006
15007 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15008 escape `*' in regexps.
15009 (midnight-find): Reverse order of arguments in the funcall of
15010 TEST.
15011
15012 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15013 and `.class'.
15014
15015 * play/meese.el: Add Commentary section.
15016
15017 2000-07-27 Alex Schroeder <alex@gnu.org>
15018
15019 * sql.el (sql-ms): Added autoload cookie.
15020 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15021 (sql-oracle): Ditto.
15022 (sql-help): Doc change.
15023
15024 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15025 types and exceptions.
15026
15027 2000-07-27 Alex Schroeder <alex@gnu.org>
15028
15029 * sql.el (sql-placeholder-history): New variable.
15030 (sql-query-placeholders-and-send): New function that will query
15031 the user and replace placeholders with user input.
15032 (sql-oracle): If running on NT, set comint-input-sender to
15033 sql-query-placeholders-and-send.
15034
15035 (sql-stop): If in the SQLi buffer, insert stop notification, else
15036 present it as a message.
15037
15038 2000-07-27 Alex Schroeder <alex@gnu.org>
15039
15040 * sql.el (sql-input-ring-separator): Doc change.
15041 (sql-input-ring-file-name): Doc change.
15042 (sql-interactive-mode): Use `sql-input-ring-separator' and
15043 `sql-input-ring-file-name' to set the comint-mode equivalents
15044 without making them local variables.
15045 (sql-stop): Don't bind `sql-input-ring-separator' and
15046 `sql-input-ring-file-name' dynamically to their comint-mode
15047 equivalents.
15048
15049 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15050
15051 * international/mule.el (register-char-codings): New function.
15052 (make-coding-system): Handle `safe-chars' specification in the arg
15053 PROPERTY.
15054
15055 * international/mule-cmds.el
15056 (find-coding-systems-region-subset-p): This function deleted.
15057 (sort-coding-systems-predicate): New variable.
15058 (sort-coding-systems): New function.
15059 (find-coding-systems-region): Use
15060 find-coding-systems-region-internal.
15061 (find-coding-systems-string): Use find-coding-systems-region.
15062 (find-coding-systems-for-charsets): Check
15063 char-coding-system-table.
15064 (select-safe-coding-system-accept-default-p): New variable.
15065 (select-safe-coding-system): Mostly rewritten. New argument
15066 ACCEPT-DEFAULT-P.
15067 (select-message-coding-system): Call select-safe-coding-system
15068 with ACCEPT-DEFAULT-P arg.
15069 (reset-language-environment): Reset default-sendmail-coding-system
15070 to the default value iso-latin-1.
15071 (set-language-environment): Don't set the obsolete variable
15072 charset-origin-alist.
15073
15074 * international/codepage.el (cp-coding-system-for-codepage-1):
15075 Give `safe-chars' property to make-coding-system.
15076
15077 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15078 calling select-message-coding-system twice.
15079
15080 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15081 instead of `safe-charsets'.
15082 (cyrillic-alternativnyj): Likewise.
15083 (ccl-encode-alternativnyj): Don't check the charset
15084 cyrillic-iso8859-5.
15085
15086 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15087
15088 * composite.el (compose-chars-after): Preserve match data.
15089
15090 2000-07-26 Sam Steingold <sds@gnu.org>
15091
15092 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15093 (ange-ftp-real-file-newer-than-file-p): New function.
15094 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15095 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15096
15097 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15098 * midnight.el (midnight-float-time): Ditto.
15099
15100 2000-07-26 Andreas Schwab <schwab@suse.de>
15101
15102 * files.el (normal-backup-enable-predicate): Correct
15103 interpretation of the return value of compare-strings.
15104
15105 2000-07-26 Gerd Moellmann <gerd@gnu.org>
15106
15107 * isearch.el (isearch-resume): New function.
15108 (isearch-done): Add something to command-history to resume
15109 the search.
15110 (isearch-yank-line, isearch-yank-word): Use
15111 buffer-substring-no-properties instead of buffer-substring.
15112
15113 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15114 of flyspell-mouse-map.
15115
15116 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15117 duplicate definition.
15118 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15119
15120 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15121 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15122
15123 2000-07-25 Sam Steingold <sds@gnu.org>
15124
15125 * net/ange-ftp.el: Get modtime over the net.
15126 (ange-ftp-file-modtime): New function.
15127 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15128 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15129 Use it.
15130 (ange-ftp-dot-to-slash): New function.
15131 (ange-ftp-fix-name-for-vms): Use it.
15132
15133 * midnight.el (midnight-buffer-display-time): Use
15134 `with-current-buffer'.
15135
15136 2000-07-25 Gerd Moellmann <gerd@gnu.org>
15137
15138 * find-dired.el: Update copyright notice.
15139 (find-dired): Offer to kill a running `find'.
15140
15141 * enriched.el (enriched-face-ans): For a `foreground-color'
15142 property, return '(("x-color" COLOR))' so that COLOR will be
15143 output as a parameter of the x-color annotation. Likewise for the
15144 `background-color' property. In the case of normal face
15145 properties, don't return annotations for unspecified foreground
15146 and background face attributes.
15147
15148 2000-07-25 Kenichi Handa <handa@etl.go.jp>
15149
15150 * language/japan-util.el (japanese-katakana-region): Fix handling
15151 HANKAKU argument.
15152
15153 2000-07-25 Miles Bader <miles@gnu.org>
15154
15155 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15156 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15157 constrain-to-field.
15158
15159 2000-07-24 Andrew Innes <andrewi@gnu.org>
15160
15161 * timer.el (timer-activate-when-idle): Add optional parameter
15162 DONT-WAIT. Update docstring.
15163 (run-with-idle-timer): Specify extra parameter to
15164 timer-activate-when-idle, so that timer will be activated
15165 immediately if Emacs is already idle.
15166
15167 * w32-fns.el (w32-using-nt): Fix docstring.
15168
15169 2000-07-24 Dave Love <fx@gnu.org>
15170
15171 * mouse.el (popup-menu): Set last-command-event.
15172 (mouse-major-mode-menu-prefix): Declare.
15173
15174 2000-07-24 Gerd Moellmann <gerd@gnu.org>
15175
15176 * textmodes/flyspell.el: Update to author's version 1.5d.
15177
15178 * progmodes/hideshow.el: Update copyright notice.
15179
15180 * vcursor.el: Set maintainer to FSF, since author cannot
15181 be reached.
15182
15183 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15184
15185 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15186 the prompt.
15187
15188 * mouse.el (popup-menu): Run the keymap through indirect-function,
15189 in case it was defined with define-prefix-key. If the menu is a
15190 list of keymaps, look up the binding of user's choice in each one
15191 of the keymaps.
15192 (mouse-popup-menubar): If the global and local menu-bar keymaps
15193 don't have a prompt string, create one and insert it into the
15194 keymap. Don't barf if current-local-map returns nil.
15195
15196 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15197
15198 * dired.el (dired-sort-R-check): Added to allow recursive listing
15199 to be undone.
15200 (dired-sort-other): Use it.
15201
15202 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15203
15204 * Release of cc-mode 5.27
15205
15206 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15207
15208 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15209 c-beginning-of-statement-1 that caused a bad case of recursion
15210 which could consume a lot of CPU in large classes in languages
15211 that have in-expression classes (i.e. Java and Pike).
15212
15213 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15214 statements before top level constructs (i.e. case 6 is moved
15215 before case 5 and is now case 4) to catch in-expression
15216 classes in top level expressions correctly.
15217
15218 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15219
15220 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15221 objc-method-intro. Case 4 removed and case 5I added.
15222
15223 * cc-langs.el (c-append-paragraph-start): New variable used by
15224 c-common-init to get paragraph-start correct.
15225 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15226 initialize paragraph-start to make it correct both with and
15227 without the javadoc special case.
15228
15229 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15230 initialize paragraph-start for javadoc markup.
15231
15232 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15233 change by defaulting this to t. It's motivated by the
15234 confusing behavior that otherwise arise from the style system
15235 when editing both java and non-java files at the same time
15236 (see the comments about style setting in c-common-init).
15237
15238 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15239
15240 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15241 similar to the one in c-fill-paragraph to check the fill
15242 prefix from the adaptive fill function for sanity.
15243
15244 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15245
15246 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15247 defun block.
15248
15249 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15250
15251 * cc-align.el (c-lineup-multi-inher): Handle lines with
15252 leading comma nicely. Extended to handle member initializers
15253 too.
15254
15255 * cc-engine.el: (c-beginning-of-inheritance-list,
15256 c-guess-basic-syntax): Fixed recognition of inheritance lists
15257 when the lines begins with a comma.
15258
15259 * cc-vars.el (c-offsets-alist): Changed default for
15260 member-init-cont to c-lineup-multi-inher since it now handles
15261 member initializers and indents better for leading commas.
15262
15263 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15264
15265 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15266 handling that caused class open lines to be recognized as
15267 statement-conts in some cases.
15268
15269 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15270 guessed by the adaptive fill function unless point is on the
15271 first line of a block comment.
15272
15273 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15274 when the buffer ends with a macro continuation char.
15275
15276 * cc-engine.el (c-guess-basic-syntax): Added support for
15277 function definitions as statements in Pike. The first
15278 statement in a lambda block is now labeled defun-block-intro
15279 instead of statement-block-intro.
15280
15281 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15282 so that the class surrounding point is selected, not the one
15283 innermost in the state.
15284
15285 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15286 recognition of switch labels having hanging multiline
15287 statements.
15288
15289 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15290 some code in c-guess-basic-syntax to a separate function.
15291 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15292 recognition of member inits with multiple line arglists.
15293 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15294 member-init-cont when the commas are in funny places.
15295
15296 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15297
15298 * cc-defs.el (c-auto-newline): Removed this macro since it's
15299 not used anymore.
15300
15301 * cc-engine.el (c-looking-at-bos): New helper function.
15302 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15303 inexpr and toplevel classes apart in Pike.
15304
15305 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15306 of case 9A.
15307
15308 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15309 constant, since "class" can introduce an in-expression class
15310 in Pike nowadays.
15311
15312 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15313
15314 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15315 indentation on cpp-macro lines.
15316
15317 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15318 a syntax modifier like comment-intro, to make it possible to
15319 get syntactic indentation for preprocessor directives. It's
15320 incompatible wrt to lineup functions on cpp-macro, but it has
15321 no observable effect in the 99.9% common case where cpp-macro
15322 is set to -1000.
15323
15324 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15325
15326 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15327 member-init-cont when the preceding arglist is several lines.
15328
15329 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15330
15331 * cc-styles.el (c-style-alist): The basic offset for the BSD
15332 style corrected to 8.
15333
15334 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15335
15336 * cc-styles.el (c-style-alist): Adjusted the indentation of
15337 brace list openers in the gnu style.
15338
15339 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15340
15341 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15342
15343 * cc-cmds.el (c-electric-brace, c-electric-slash,
15344 c-electric-star, c-electric-semi&comma, c-electric-colon,
15345 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15346 when c-syntactic-indentation is nil.
15347
15348 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15349 we were left at comments preceding the first statement when
15350 reaching the beginning of the buffer.
15351
15352 * cc-vars.el (c-syntactic-indentation): New variable to turn
15353 off all syntactic indentation.
15354
15355 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15356
15357 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15358 between the text and the block comment ender when it hangs,
15359 depending on how many there are before the fill.
15360
15361 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15362
15363 * cc-engine.el (c-beginning-of-closest-statement): New helper
15364 function to go back to the closest preceding statement start,
15365 which could be inside a conditional statement.
15366 * cc-engine.el (c-guess-basic-syntax): Use
15367 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15368
15369 * cc-engine.el (c-guess-basic-syntax): Better handling of
15370 arglist-intro, arglist-cont-nonempty and arglist-close when
15371 the arglist is nested inside parens. Cases 7A, 7C and 7F
15372 changed.
15373
15374 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15375 up-to-date with javadoc 1.2.
15376
15377 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15378
15379 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15380 multiline Pike type decls.
15381
15382 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15383
15384 * cc-cmds.el (c-indent-new-comment-line): Always break
15385 multiline comments in multiline mode, regardless of
15386 comment-multi-line.
15387
15388 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15389
15390 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15391 fully::qualified::names in C++ member init lists. Preamble in
15392 case 5D changed.
15393
15394 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15395
15396 * cc-langs.el (c-common-init): Handling of obsolete variables
15397 moved to c-initialize-cc-mode. More compatible style override
15398 when using global style variables.
15399 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15400 variables moved here.
15401
15402 * cc-styles.el (c-make-styles-buffer-local): Flag style
15403 variable localness in c-style-variables-are-local-p to make
15404 the compatibility measure in c-common-init work well.
15405
15406 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15407 longer contain set-from-style.
15408 * cc-styles.el (c-initialize-builtin-style): Don't check for
15409 set-from-style on c-special-indent-hook.
15410 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15411 copy-alist is sufficient now.
15412
15413 * cc-styles.el (c-set-style, c-set-style-1,
15414 c-get-style-variables): Fixes to variable initialization so
15415 that duplicate entries in styles have the same effect
15416 regardless of DONT-OVERRIDE.
15417
15418 * cc-styles.el (c-set-style-2): Fixed bug where the
15419 initialization of inheriting styles failed when the
15420 dont-override flag is set.
15421
15422 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15423 on this.
15424
15425 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15426
15427 * cc-defs.el (c-forward-comment): Removed the workaround
15428 introduced in 5.38 since it had worse side-effects. If a line
15429 contains the string "//\"", it regarded the // as a comment
15430 start since the \ temporarily doesn't have escape syntax.
15431
15432 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
15433
15434 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15435 ada-xref.el before ada-prj.el, so that the Project menu is created
15436 when ada-prj tries to add to it.
15437 (ada-activate-keys-for-case): Suppress the characters that are not
15438 part of the Ada syntax. Better compatibility with else-mode
15439 (ada-adjust-case-interactive): When auto-casing is not active,
15440 correctly insert newlines (used to insert only ^M). Prevent the
15441 syntax table from being changed in case of an error
15442 (or '_' becomes part of a word and some commands are confused).
15443 Do nothing if ada-auto-case is nil.
15444 (ada-after-keyword-p): Ignore keywords that are also attributes
15445 (ada-batch-reformat): Update usage comment
15446 (ada-call-from-contextual-menu): New function
15447 (ada-case-read-exceptions): Reinitialize the casing exception list
15448 first to nil first, so that the casing exception file can be
15449 shared.
15450 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15451 files.
15452 (ada-compile-goto-error): Fix regexp used to detect a file:line
15453 anywhere in the error message
15454 (ada-contextual-menu-last-point): New variable
15455 (ada-create-keymap): If the variable delete-key-deletes-forward is
15456 t on XEmacs, it means that DEL should delete one character
15457 forward.
15458 (ada-create-menu): Use :included instead of :visible for XEmacs.
15459 New submenu "Options".
15460 (ada-end-stmt-re): Correctly indent "select ... then abort"
15461 statements.
15462 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15463 even if they don't match ada-fill-comment-prefix Fix handling of
15464 paragraphs on the first or last line of a file.
15465 (ada-format-paramlist): Fix handling of default parameter values.
15466 (ada-get-body-name): New function.
15467 (ada-get-current-indent): Optimized by searchling directly for an
15468 existing generic part or a statement outside of it. Handle
15469 ada-indent-align-comments when indenting comments Replaced some
15470 regexps by testing directly the next character. This results in a
15471 huge speedup on some files. New indentation scheme for renames
15472 statements. Stop looking for the 'while' or 'for' associated with
15473 a 'loop' at the first semicolon encountered. A "return" can also
15474 match an anonymous access subprogram declaration.
15475 (ada-get-indent-noindent): Ignore strings and comments when
15476 looking for the keywords "record" and "private".
15477 (ada-goto-matching-decl-start): When matching "if", make sure we
15478 are not in fact seeing "end if". Ignore "when" statements except
15479 when initial keyword was "begin". Fix handling of nested
15480 procedures. Add a recursive call to this function to skip over
15481 other 'end' statmts. Fix indentation for "when .. => begin"
15482 (ada-in-open-paren-p): Fix indentation for complex boolean
15483 expressions, where 'and then', 'or else' and parenthesis
15484 statements are mixed up.
15485 (ada-in-paramlist-p): Skip comments while searching for the
15486 beginning Fix handling of operator declarations.
15487 (ada-indent-align-comments): New variable
15488 (ada-indent-current): Change the syntax table only in the
15489 protected section, so that we are sure it is restored correctly.
15490 (ada-indent-on-previous-lines): Use ada-use-indent and
15491 ada-with-indent Correctly indent "select ... then"
15492 (ada-indent-region): Slight speedup.
15493 (ada-indent-renames): New variable.
15494 (ada-last-which-function-subprog, ada-last-which-function-line):
15495 New variables
15496 (ada-looking-at-semi-private): Correctly indent the 'private'
15497 keyword when it is the first word in a package declaration.
15498 (ada-loose-case-word): Stop searching if at the end of the buffer.
15499 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15500 even if point is not initially at the end of the word.
15501 (ada-matching-decl-start-re): Add "when".
15502 (ada-mode): Add support for abbrev-mode, outline-mode and
15503 which-func-mode Override the old find-file.el entry in
15504 ff-special-constructs since it is using the obsolete
15505 ada-spec-suffix variable
15506 (ada-no-auto-case): New function
15507 (ada-scan-paramlist): When parsing the argument type, accept
15508 spaces (as in "X 'Class", generated by Rational Rose).
15509 (ada-other-file-name): No longer loads the other file.
15510 (ada-popup-menu): Save and restore the current buffer and cursor
15511 position before and after displaying the menu.
15512 (ada-search-ignore-complex-boolean): New function.
15513 (ada-uncomment-region): Emacs21 already knows how to delete
15514 comments not starting in the first column.
15515 (ada-use-indent): New variable
15516 (ada-which-function): New function.
15517 (ada-with-indent): New variable
15518 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15519 can be batch-compiled from the command line.
15520
15521 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15522 Add to the menu when the file is loaded, not in ada-mode-hook.
15523 Add -toolbar to the default ddd command Switches moved from
15524 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15525 ada-prj-default-comp-opt
15526 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15527 Reference Manual to the menu
15528 (ada-check-current): rewritten as a call to ada-compile-current
15529 (ada-compile): Removed.
15530 (ada-compile-application, ada-compile-current, ada-check-current):
15531 Set the compilation-search-path so that compile.el automatically
15532 finds the sources in src_dir. Automatic scrollong of the
15533 compilation buffer. C-uC-cC-c asks for confirmation before
15534 compiling
15535 (ada-compile-current): New parameter, prj-field
15536 (ada-complete-identifier): Load the .ali file before doing
15537 processing
15538 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15539 conform to gnatmake's behavior.
15540 (ada-find-file-in-dir): New function
15541 (ada-find-references): Set the environment variables for gnatfind
15542 (ada-find-src-file-in-dir): New function.
15543 (ada-first-non-nil): Removed
15544 (ada-gdb-application): Add support for jdb, the java debugger.
15545 (ada-get-ada-file-name): Load the original-file first if not done
15546 yet.
15547 (ada-get-all-references): Handles the new ali syntax (parent types
15548 are found between <>).
15549 (ada-initialize-runtime-library): New function
15550 (ada-mode-hook): Always load a project file when a file is opened,
15551 so that the casing exceptions are correctly read.
15552 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15553 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15554 to open the project file, since the latter does not work with
15555 speedbar Get default values before loading the prj file, or the
15556 default executable file name is wrong. Use the absolute value of
15557 src_dir to initialize ada-search-directories and
15558 compilation-search-path,... Add the standard runtime library to
15559 the search path for find-file.
15560 (ada-prj-default-debugger): Was missing an opening '{'
15561 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15562 variables.
15563 (ada-prj-default-gnatmake-opt): New variable
15564 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15565 buffers, the project file is the default one Save the windows
15566 configuration before displaying the menu.
15567 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15568 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15569 ...) regexp-quote identifiers names to support operators +,
15570 -,... in regexps.
15571 (ada-remote): New function.
15572 (ada-run-application): Erase the output buffer before starting the
15573 run Support remote execution of the application. Use
15574 call-process, or the arguments are incorrectly parsed
15575 (ada-set-default-project-file): Reread the content of the active
15576 project file, not the one from the current buffer When a project
15577 file is set as the default project, all directories are
15578 automatically associated with it.
15579 (ada-set-environment): New function
15580 (ada-treat-cmd-string): New special variable ${current}
15581 (ada-treat-cmd-string): Revised. The substitution is now done for
15582 any ${...} substring
15583 (ada-xref-current): If no body was found, compiles the spec
15584 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15585 compiler to get rid of command line length limitations.
15586 (ada-xref-get-project-field): New function
15587 (ada-xref-project-files): New variable
15588 (ada-xref-runtime-library-specs-path)
15589 (ada-xref-runtime-library-ali-path): New variables
15590 (ada-xref-set-default-prj-values): Default run command now does a
15591 cd to the build directory. New field: main_unit Provide a default
15592 file name even if the current buffer has no prj file.
15593
15594 * ada-prj.el:
15595 Rewritten to show a tabbed-dialog.
15596 (ada-prj-add-ada-menu): Remove the map and name parameters.
15597 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15598 New function
15599 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15600 (ada-prj-load-from-file): New function
15601 (ada-prj-save): Always save fields that depend on the current buffer
15602 (ada-prj-show-value): New function
15603
15604 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15605 Ada mode. This will allow us to display the Ada menu in any buffer
15606 we want (for project items).
15607 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15608 number of spaces in the header.
15609
15610 2000-07-24 Dave Love <fx@gnu.org>
15611
15612 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15613
15614 2000-07-23 Noah Friedman <friedman@splode.com>
15615
15616 * type-break.el (type-break): perform autosave.
15617 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
15618 (type-break-do-query): Cancel query schedule while performing
15619 actual query, to avoid possibility of a second query being made
15620 while first one is already in progress.
15621 (type-break-time-stamp-format): New variable.
15622 (type-break-time-stamp): New function.
15623 (type-break-time-warning): Use it.
15624 (type-break-keystroke-warning): Use it.
15625 (type-break-noninteractive-query): Use it.
15626
15627 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15628 cookie.
15629 Use add-minor-mode to set minor-mode-alist, if available.
15630 (eldoc-echo-area-use-multiline-p): New user option.
15631 (eldoc-echo-area-multiline-supported-p): New variable.
15632 (eldoc-docstring-format-sym-doc): Use them.
15633 (eldoc-mode): If not using idle timers, append to local post and
15634 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15635 (eldoc-display-message-no-interference-p): Don't interfere with
15636 edebug.
15637 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15638 (eldoc-function-arglist): New function.
15639 (eldoc-function-argstring): Use it.
15640
15641 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15642 auto save directory exists before calling directory-files.
15643
15644 2000-07-23 Dave Love <fx@gnu.org>
15645
15646 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15647 ^o, ^u.
15648
15649 2000-07-21 Dave Love <fx@gnu.org>
15650
15651 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15652 now passed to the function. It now works properly.
15653
15654 * smerge-mode.el (smerge-mode-menu): Fill it out.
15655
15656 2000-07-20 Gerd Moellmann <gerd@gnu.org>
15657
15658 * info-look.el (info-lookup): If *info* is shown in another frame
15659 on the same display, select that frame, instead of switching to
15660 the Info buffer in another window of the selected frame.
15661
15662 * simple.el (universal-argument-map): Bind numeric keypad keys
15663 kp-0 to kp-9 and kp-subtract.
15664 (digit-argument): Handle these keys.
15665
15666 2000-07-20 Dave Love <fx@gnu.org>
15667
15668 * net/goto-addr.el (goto-address-fontify): Don't bother with
15669 buffer-modified and read-only stuff -- irrelevant with overlays.
15670 Put an extra property on the overlays and use it to clean up in
15671 case goto-address is re-run.
15672
15673 2000-07-19 Richard M. Stallman <rms@gnu.org>
15674
15675 * timer.el (run-with-idle-timer): Doc fix.
15676
15677 * mail/mail-utils.el (mail-strip-quoted-names):
15678 Handle case where <...> appears inside "...".
15679 Use replace-match to edit the string more simply.
15680 (rmail-dont-reply-to): Cope with an unmatched ".
15681
15682 2000-07-19 Dave Love <fx@gnu.org>
15683
15684 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15685 implementation.
15686
15687 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15688 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15689 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15690
15691 2000-07-19 Gerd Moellmann <gerd@gnu.org>
15692
15693 * textmodes/refer.el: Correct maintainer's email address.
15694
15695 * progmodes/hideif.el: Correct author's email address.
15696 Fix typo in comment.
15697
15698 * xml.el: New file.
15699
15700 * mail/mailheader.el: Correct author's mail address.
15701
15702 * gnus/parse-time.el: Correct author's mail address.
15703
15704 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15705
15706 * comint.el (comint-highlight-input, comint-highlight-face):
15707 New user options.
15708 (comint-input-ring-file-name): Change custom type.
15709 (comint-mode-map): Bind mouse-2.
15710 (comint-insert-clicked-input): New function.
15711 (comint-send-input): Handle input highlighting.
15712
15713 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15714
15715 * mouse.el (popup-menu): New function.
15716 (mouse-major-mode-menu): Use it.
15717
15718 2000-07-18 Dave Love <fx@gnu.org>
15719
15720 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15721 improvements.
15722
15723 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15724
15725 * faces.el (face-font-selection-order)
15726 (face-font-family-alternatives): Add custom type.
15727
15728 2000-07-18 Dave Love <fx@gnu.org>
15729
15730 * cus-edit.el (custom-variable-reset-saved)
15731 (custom-variable-reset-standard): Remove unused bindings.
15732
15733 * rect.el (open-rectangle-line): Remove unused let.
15734
15735 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15736
15737 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15738
15739 * cdl.el: Fix `Maintainer' keyword.
15740
15741 * play/pong.el: Add author's email address.
15742
15743 2000-07-17 Sam Steingold <sds@gnu.org>
15744
15745 * files.el (insert-directory): Call `split-string' instead of
15746 re-implementing it.
15747
15748 2000-07-18 Gerd Moellmann <gerd@gnu.org>
15749
15750 * mail/vms-pmail.el: Change maintainer to FSF.
15751
15752 * net/goto-addr.el: Change maintainer to FSF.
15753
15754 * info.el (Info-title-face-alist): Removed.
15755
15756 2000-07-18 David Ponce <david@dponce.com>
15757
15758 * recentf.el (recentf-open-files): New command that works like
15759 `recentf-open-more-files', but shows the whole list of files (not just
15760 those omitted from the menu). Useful if you don't use a menu-bar!
15761 (recentf-open-more-files) Modified to use `recentf-open-files'.
15762
15763 (recentf-open-files, recentf-open-more-files)
15764 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15765
15766 (recentf-dialog-mode): New mode for dialogs. You can now just type
15767 "q" to cancel the dialogs.
15768
15769 2000-07-18 David Ponce <david@dponce.com>
15770
15771 * recentf.el: This is a major update of recentf.el. It adds new
15772 features to better organize the recentf menu and "More..." buffer.
15773
15774 Using new provided menu filtering functions you can now organize the
15775 recent files list:
15776
15777 - by major modes
15778 - by directories
15779 - by user defined rules
15780
15781 Finally, with the new `recentf-filter-changer' customizable filter you
15782 can define a ring of filters and dynamically (via the menu) cycle on
15783 each menu organization in the ring (a la msb).
15784
15785 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15786
15787 * eshell/eshell.el (eshell): Replace links to eshell.info with
15788 links to eshell, to avoid problems on systems where the manual is
15789 installed as `eshell'.
15790 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15791 * eshell/em-smart.el (eshell-smart): Ditto.
15792 * eshell/em-banner.el (eshell-banner): Ditto.
15793 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15794
15795 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15796 same-file check in the MS-DOS version (it does support inodes).
15797
15798 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15799
15800 * eshell/eshell.el (eshell-directory-name):
15801 Run default directory name through convert-standard-filename.
15802
15803 2000-07-18 Kenichi Handa <handa@etl.go.jp>
15804
15805 * international/mule-cmds.el (select-safe-coding-system):
15806 Fix typo in the comment.
15807
15808 * language/european.el (compound-text):
15809 Force katakana-jisx0201 to be designated to G1.
15810
15811 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15812 Don't translate some national variant characters of latin-jisx0201.
15813 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15814
15815 * international/kkc.el (kkc-after-update-conversion-functions):
15816 New variable.
15817 (kkc-update-conversion): Run functions in it at the tail.
15818
15819 2000-07-16 John Wiegley <johnw@gnu.org>
15820
15821 * lisp/align.el (align-newline-and-indent):
15822 Adding new function. for auto-aligning blocks of code on RET.
15823 (align-region): Fixed badly formatted minibuffer message.
15824
15825 2000-07-17 Kenichi Handa <handa@etl.go.jp>
15826
15827 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15828 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15829 the conversion list at first if appropriate.
15830 (kkc-next): Don't update kkc-next-count here.
15831 (kkc-prev): Don't update kkc-prev-count here.
15832 (kkc-show-conversion-list-update): Fix setting up of conversion
15833 list message.
15834
15835 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15836
15837 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15838
15839 2000-07-16 Dave Love <fx@gnu.org>
15840
15841 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15842 function to be more specific.
15843
15844 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15845 non-string help-echo.
15846 (widget-types-convert-widget): Defsubst it.
15847 (widget-echo-help): Try to cope with a help-echo function of two
15848 possible sorts.
15849
15850 2000-07-15 Jason Rumney <jasonr@gnu.org>
15851
15852 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15853 Declare as obsolete.
15854
15855 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15856
15857 2000-07-14 Gerd Moellmann <gerd@gnu.org>
15858
15859 * hilit-chg.el: Fix typo.
15860
15861 2000-07-14 Dave Love <fx@gnu.org>
15862
15863 * info.el (Info-mode-menu): Fix use of :help, :enable.
15864
15865 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15866
15867 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15868
15869 2000-07-13 Dave Love <fx@gnu.org>
15870
15871 * emacs-lisp/easymenu.el: Doc fixes.
15872 (easy-menu-remove): Defalias to ignore.
15873
15874 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15875 Call throw correctly.
15876
15877 2000-07-13 Gerd Moellmann <gerd@gnu.org>
15878
15879 * faces.el (frame-background-mode): Doc fix.
15880
15881 * simple.el (eval-expression-print-length): Change custom type to
15882 allow entering nil as value.
15883
15884 2000-07-13 Dave Love <fx@gnu.org>
15885
15886 * progmodes/fortran.el (fortran-imenu-generic-expression):
15887 Change definition layout.
15888 (fortran-mode-menu): Reinstate customize entries.
15889
15890 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15891 Use :filter, per old XEmacs code.
15892
15893 2000-07-12 Gerd Moellmann <gerd@gnu.org>
15894
15895 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15896 event when deciding what to send to the terminal.
15897
15898 2000-07-12 Dave Love <fx@gnu.org>
15899
15900 * cus-start.el: Add optional version as 4th element of specs and
15901 use it for several things new in v21. Remove load-path. Fix type
15902 of line-number-display-limit.
15903
15904 2000-07-11 Dave Love <fx@gnu.org>
15905
15906 * progmodes/fortran.el: Don't require easymenu.
15907 Use repeat counts in various regexps.
15908 (fortran-mode-syntax-table): Defvar directly.
15909 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15910 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15911 Use defvar, not defconst.
15912 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15913 (fortran-mode): Set fortran-comment-line-start-skip,
15914 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15915 (fortran-comment-indent): Use defsubst.
15916 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15917 Use fortran-comment-indent, not fortran-comment-indent-function.
15918 (fortran-comment-region, fortran-electric-line-number): Simplify.
15919 (fortran-auto-fill): New function.
15920 (fortran-do-auto-fill): Deleted.
15921 (fortran-find-comment-start-skip):
15922 Check for non-null comment-start-skip.
15923 (fortran-auto-fill-mode, fortran-fill-statement):
15924 Use fortran-auto-fill.
15925 (fortran-fill): Use fortran-auto-fill. Check for null
15926 comment-start-skip. Simplify final clause and use end-of-line finally.
15927
15928 * widget.el (widget-plist-member): New alias.
15929
15930 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15931
15932 * eshell/esh-module.el (toplevel): Reference
15933 byte-compile-current-file only if it is bound.
15934
15935 2000-07-10 Gerd Moellmann <gerd@gnu.org>
15936
15937 * dired.el: Don't require `dired-aux'.
15938
15939 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15940
15941 * dired-aux.el (dired-show-file-type): New function.
15942 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15943 (dired-show-file-type): Add autoload.
15944
15945 2000-07-10 Kenichi Handa <handa@etl.go.jp>
15946
15947 * international/mule-diag.el (describe-font): Adjusted for the
15948 change of fontset-info.
15949 (print-fontset): Likewise.
15950
15951 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
15952
15953 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15954
15955 2000-07-07 Gerd Moellmann <gerd@gnu.org>
15956
15957 * bindings.el: Bind `[delete]' to delete-char.
15958
15959 * dired.el (dired-find-alternate-file): New function.
15960 (dired-mode-map): Bind `a' to dired-find-alternate-file.
15961 (toplevel): Require dired-aux when compiling.
15962 (dired-buffers): Move defvar within file to avoid compiler warning.
15963
15964 * info.el (Info-last-search): Variable removed.
15965 (Info-search-history): New variable.
15966 (Info-search): New Info-search-history.
15967
15968 * battery.el, info-look.el: Change author's mail address.
15969
15970 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15971
15972 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15973 if rmail-ignored-headers is nil.
15974 (rmail-retry-failure): Bind rmail-ignored-headers and
15975 rmail-displayed-headers to nil.
15976
15977 2000-07-06 Gerd Moellmann <gerd@gnu.org>
15978
15979 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15980 (print-region-1): Don't hard code `-h' here.
15981
15982 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15983
15984 2000-07-01 Francesco Potorti` <pot@gnu.org>
15985
15986 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15987 exim can use "your message" instead of "the message".
15988
15989 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15990
15991 * facemenu.el: Docstrings fixes.
15992 (facemenu-get-face): Don't use internal-find-face.
15993 (facemenu-iterate): Rename arg to match the docstring.
15994
15995 * newcomment.el (uncomment-region): Be more careful when skipping
15996 backwards over `=' not to bump into BOBP.
15997
15998 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15999
16000 * ediff-diff.el (ediff-wordify): Use syntax table.
16001 * ediff-init.el (ediff-has-face-support-p): Use
16002 ediff-color-display-p.
16003 (ediff-color-display-p): Use display-color-p, changed to defun
16004 from defsubst.
16005 Got rid of special cases for NeXT and OS/2.
16006 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16007 face.
16008
16009 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16010
16011 * emacs-lisp/lucid.el: Require CL.
16012 (copy-tree, remprop): Remove, it's provided by CL.
16013 (map-keymap): Define in terms of cl-map-keymap.
16014 (extent-property, set-extent-end-glyph): New functions.
16015
16016 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16017
16018 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16019
16020 * Makefile.in (DONTCOMPILE): Add comment that the name may
16021 not be changed without changing the make-dist script.
16022
16023 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16024 (cl-mapc): Use mapc instead of cl-old-mapc.
16025
16026 2000-07-05 Andrew Innes <andrewi@gnu.org>
16027
16028 * makefile.nt: Add support for `bootstrap' and related targets.
16029
16030 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16031
16032 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16033 (easy-menu-do-define): Use `menu-item' format.
16034 Handle case where easy-menu-create-menu returns a symbol.
16035 Manually call the potential top-level filter in the function binding.
16036 (easy-menu-filter-return): New arg NAME.
16037 Convert to a keymap if MENU is an XEmacs menu.
16038 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16039 (easy-menu-converted-items-table, easy-menu-convert-item):
16040 New var and fun to memoize easy-menu-convert-item-1.
16041 (easy-menu-do-add-item): Use it.
16042 (easy-menu-create-menu): Use easy-menu-convert-item.
16043 Wrap easy-menu-filter-return around any :filter specification.
16044 Don't convert the menu if a filter was specified.
16045 Tell easy-menu-make-symbol not to check for MENU being an expression.
16046 (easy-menu-make-symbol): New arg NOEXP.
16047
16048 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16049
16050 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16051 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16052 (eval-defun): If called with prefix arg, instrument code for
16053 Edebug.
16054
16055 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16056 similar to that of eval-defun.
16057
16058 2000-07-04 Dave Love <fx@gnu.org>
16059
16060 * hl-line.el (hl-line-overlay): Make it permanent-local.
16061
16062 * calendar/todo-mode.el: Replaced with a working version, based on
16063 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16064
16065 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16066
16067 * paths.el (prune-directory-list): New function.
16068 (Info-default-directory-list): Rewritten to more methodically
16069 enumerate a big list of possible info directories (based on the
16070 list used by the standalone info reader).
16071
16072 * info.el (info-initialize): Use prune-directory-list to remove
16073 non-existent directories from Info-directory-list.
16074
16075 * paths.el (Info-default-directory-list): Try a list of possible
16076 info-directories instead of a single one. Add the possible
16077 info directory "/usr/share/info".
16078
16079 * woman.el (woman-man.conf-path): Explicitly include the debian
16080 man-db config file "/etc/manpath.config".
16081 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16082 are present in `manpath.config'.
16083 (woman-manpath): Include "/usr/share/man".
16084
16085 2000-07-03 Gerd Moellmann <gerd@gnu.org>
16086
16087 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16088
16089 * startup.el (command-line): Initialize blink-cursor based
16090 on window-system.
16091
16092 * frame.el (blink-cursor): Default to nil if not running under
16093 a window-system.
16094
16095 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16096 (face-x-resources): Remove duplicate entry for :font.
16097
16098 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16099 instead of cycling through windows with next-window.
16100
16101 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16102 of cycling through windows with next-window.
16103
16104 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16105 of cycling through windows with next-window.
16106
16107 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16108 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16109 instead of cycling through windows with next-window.
16110
16111 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16112 instead of cycling through windows with next-window.
16113
16114 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16115 of cycling through windows with next-window.
16116
16117 * terminal.el (te-process-output): Use walk-windows instead of
16118 cycling through windows with next-window.
16119
16120 * server.el (server-switch-buffer): Use some-window instead of
16121 cycling through windows with next-window.
16122
16123 * window.el (some-window): New function.
16124 (walk-windows): Remove reference to walk-windows-start.
16125
16126 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16127
16128 2000-07-03 Richard Stallman <rms@gnu.org>
16129
16130 * window.el (walk-windows): Guarantee termination by keeping a list
16131 of all the windows already handled.
16132
16133 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16134
16135 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16136 window-system.
16137
16138 * man.el (Man-notify-when-ready): Don't use window-system. If
16139 Man-notify-method is newframe, and the display is not
16140 multi-frame, select the frame created for the man page.
16141 (Man-init-defvars): Doc fix.
16142
16143 2000-06-28 Gerd Moellmann <gerd@gnu.org>
16144
16145 * faces.el (region): Change background color for light background.
16146
16147 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16148 attribute from mode-line face of Ediff control frame.
16149
16150 * replace.el (query-replace-map): Bind `e' like `E'.
16151
16152 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16153
16154 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16155 Change name to "Select All".
16156
16157 * dos-fns.el (convert-standard-filename): Fix last change.
16158
16159 2000-06-27 Gerd Moellmann <gerd@gnu.org>
16160
16161 * help.el (describe-variable): Don't insert a second `'s' in front
16162 of the string `value is shown below'. Since the syntax-table is
16163 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16164 an existing `'s', so that this won't be deleted.
16165
16166 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16167 * pcmpl-unix.el: New files.
16168
16169 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16170
16171 * wid-edit.el (widget-member): Use the new plist-member.
16172
16173 2000-06-26 Gerd Moellmann <gerd@gnu.org>
16174
16175 * replace.el (perform-replace): Undo change of 2000-04-04.
16176 Instead, move backward 1 character at the end of the loop when
16177 necessary.
16178
16179 * faces.el (fringe): Change face for different backgrounds.
16180
16181 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16182 patch from John.
16183
16184 * eshell/*.el: Change spelling of the Free Software Foundation.
16185
16186 * eshell/esh-toggle.el: Removed.
16187
16188 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16189
16190 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16191 interactively.
16192
16193 2000-06-26 Alex Schroeder <alex@gnu.org>
16194
16195 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16196 `define-key'; instead of checking `(emacs-version)' check for
16197 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16198 for `;' and `o' which might be electric.
16199
16200 (sql-electric-stuff): New user option.
16201 (sql-magic-go): New function which uses `sql-electric-stuff'.
16202 (sql-magic-semicolon): New function which uses
16203 `sql-electric-stuff'.
16204
16205 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16206 is not fboundp.
16207
16208 (sql-oracle-options): New variable.
16209 (sql-oracle): Use it.
16210
16211 (sql-imenu-generic-expression): Doc change.
16212 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16213 is used.
16214
16215 (sql-informix): Added command line parameter "-" to force
16216 sql-informix-program to use stdout.
16217
16218 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16219
16220 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16221 (cp864-decode-table): Doc fix.
16222 (cp720-decode-table): New variable, supports the Arabic OEM
16223 codepage used by Windows.
16224 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16225
16226 2000-06-23 Dave Love <fx@gnu.org>
16227
16228 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16229 (font-lock-fontify-anchored-keywords): Use
16230 line-beginning-position.
16231 (global-font-lock-mode): Use mapc.
16232
16233 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16234
16235 * eshell/esh-module.el: Require CL when compiling.
16236
16237 2000-06-23 Gerd Moellmann <gerd@gnu.org>
16238
16239 * comint.el (comint-substitute-in-file-name): Call replace-match
16240 with second and third arg t.
16241
16242 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16243 Specify foreground color.
16244
16245 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16246 color.
16247
16248 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16249
16250 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16251 cddr instead of cdddr.
16252
16253 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16254 instead of copy-list.
16255
16256 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16257 of copy-list.
16258
16259 * subdirs.el: Add eshell subdirectory.
16260
16261 * eshell: New subdirectory containing the Eshell package.
16262
16263 * pcomplete.el: New file.
16264
16265 2000-06-23 Paul Eggert <eggert@twinsun.com>
16266
16267 * mail/mailpost.el (post-mail-send-it): Make sure file has
16268 proper permissions from birth.
16269
16270 * files.el (basic-save-buffer-2): When temporarily setting
16271 file modes, set them to current modes plus 0200, not to 0777.
16272
16273 * emerge.el (emerge-make-temp-file): Make sure file has proper
16274 permissions from birth.
16275
16276 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16277
16278 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16279 backup file name through convert-standard-filename.
16280
16281 * dos-fns.el (convert-standard-filename): Convert leading
16282 directories as well. When long file names are supported, convert
16283 characters that are invalid in Windows file names.
16284
16285 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16286
16287 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16288 ps-print crashes. New feature: page selection for printing. Create
16289 raw-text-unix coding system for XEmacs. Doc fix.
16290 (ps-print-version): New version number (5.2.3).
16291 (ps-plot-region): Bug fix.
16292 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16293 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16294 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16295 funs.
16296 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16297 (ps-last-page): New vars.
16298
16299 2000-06-21 Gerd Moellmann <gerd@gnu.org>
16300
16301 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16302 empty option string.
16303
16304 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16305
16306 * man.el (man): Doc fix.
16307
16308 2000-06-21 Kenichi Handa <handa@etl.go.jp>
16309
16310 * international/mule-cmds.el (set-language-info-alist): Docstring
16311 fixed.
16312
16313 2000-06-20 Gerd Moellmann <gerd@gnu.org>
16314
16315 * version.el (emacs-version): Use ISO date format.
16316
16317 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16318 instead of `M-backspace'.
16319
16320 * simple.el (turn-off-auto-fill): New function.
16321
16322 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16323
16324 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16325 Renamed from with-buffer-prepared-for-font-lock and use
16326 inhibit-modification-hooks rather than setting *-change-functions.
16327 Update all functions to use the new name.
16328 (jit-lock-first-unfontify-pos): New semantics (and doc).
16329 (jit-lock-mode): Make non-interactive.
16330 Don't automatically turn on font-lock.
16331 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16332 Always use jit-lock-after-change.
16333 Remove and restore font-lock-after-change-function.
16334 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16335 (jit-lock-after-unfontify-buffer): Remove.
16336 (jit-lock-stealth-fontify):
16337 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16338 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16339
16340 2000-06-20 Sam Steingold <sds@gnu.org>
16341
16342 * emacs-lisp/cl-indent.el (toplevel): Indent
16343 `print-unreadable-object' properly. Untabify.
16344
16345 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16346
16347 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16348 Support for bibentry.
16349 (reftex-compile-variables): Fixed problem with end of section-re.
16350
16351 * texmodes/reftex-dcr.el (reftex-view-crossref,
16352 reftex-view-crossref-from-bibtex):
16353 Deal with changed `reftex-find-citation-regexp-format'.
16354 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16355 Replaced `remprop' with `put'.
16356 (reftex-view-crossref, reftex-view-crossref-when-idle):
16357 Support for bibentry.
16358
16359 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16360 New entry for bibentry package.
16361
16362 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16363 Regexp also matches "\nobibliography".
16364
16365 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16366 Call `reftex-ensure-write-access' before doing anything.
16367 (reftex-ensure-write-access): New function.
16368
16369 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16370
16371 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16372
16373 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16374
16375 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16376
16377 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16378
16379
16380 2000-06-20 Dave Love <fx@gnu.org>
16381
16382 * faces.el (frame-background-mode): Use set-default, not set, in
16383 setter.
16384 (frame-update-faces, frame-update-face-colors): Define with
16385 defalias.
16386
16387 * enriched.el (enriched-decode-foreground)
16388 (enriched-decode-background): Don't use internal-find-face.
16389
16390 * apropos.el: Doc fixes.
16391
16392 * cus-edit.el (customize-changed-options): Check arg.
16393 (customize-version-lessp): Don't require decimal point.
16394
16395 * custom.el (defcustom, defgroup): Doc fix.
16396
16397 * newcomment.el (comment) <defgroup>: Add :version.
16398 (comment-multi-line): Doc fix.
16399
16400 * emulation/mlsupport.el (define-hooked-local-abbrev,
16401 define-hooked-global-abbrev): Fix, using define-abbrev.
16402
16403 2000-06-19 Gerd Moellmann <gerd@gnu.org>
16404
16405 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16406 the whole buffer.
16407
16408 2000-06-19 Dave Love <fx@gnu.org>
16409
16410 * menu-bar.el (menu-bar-options-save): New function.
16411 (menu-bar-options-menu): Use it.
16412 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16413 Simplify.
16414
16415 2000-06-19 Andreas Schwab <schwab@suse.de>
16416
16417 * progmodes/etags.el (tags-query-replace): Put new parameters
16418 START and END at the end, for backward compatibility.
16419
16420 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16421
16422 * international/codepage.el:
16423 (cp-coding-system-for-codepage-1): Delete special codes for
16424 generating xxx-dos coding system because now a CCL based coding
16425 system can handle EOL conversion by default.
16426
16427 * international/mule.el (make-coding-system): Generate subsidiary
16428 coding systems for EOL handling variants even for a CCL based
16429 coding system.
16430
16431 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16432
16433 * international/isearch-x.el (isearch-minibuffer-input-method)
16434 (isearch-minibuffer-input-method-function): These variables
16435 deleted.
16436 (isearch-with-input-method): Don't use the above variables.
16437 (isearch-process-search-multibyte-characters): Likewise. Call
16438 read-string with the arg INHERIT-INPUT-METHOD t.
16439
16440 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16441
16442 * font-lock.el (font-lock-after-fontify-buffer)
16443 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16444
16445 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16446 Use consistent make-local-variable style for font-lock-fontified.
16447 (jit-lock-fontify-buffer):
16448 Don't bother checking for font-lock-mode and jit-lock-mode.
16449
16450 * time.el: Remove trailing ^M that prevent CVS-merging.
16451
16452 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16453
16454 * Makefile.in (distclean): New target.
16455
16456 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16457
16458 * Makefile.in (srcdir): Define for update-subdirs.
16459
16460 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16461
16462 * find-lisp.el: New file.
16463
16464 2000-06-16 Andrew Innes <andrewi@gnu.org>
16465
16466 * time.el (display-time-mail-function): New variable, to allow
16467 external packages to indicate when new mail is available.
16468 (display-time-update): Use it.
16469
16470 2000-06-16 Kenichi Handa <handa@etl.go.jp>
16471
16472 * international/mule.el (mule-version): Change version name to
16473 SAKAKI. AOI has already been used by Meadow.
16474
16475 * international/quail.el (quail-show-guidance-buf): To find the
16476 bottom window (but minibuffer), pay attention to the height of
16477 minibuffer.
16478
16479 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16480
16481 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16482 menu-bar menus. Add help strings. Don't remove the Edit menu
16483 from the menu bar, as the menu bar has enough space now.
16484
16485 * Makefile.in (SHELL): Make sure /bin/sh is used.
16486
16487 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16488 characters, which use series of two ^H characters instead of one.
16489
16490 2000-06-15 Gerd Moellmann <gerd@gnu.org>
16491
16492 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16493 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16494 functions.
16495 (Info-find-node-2): Try a case-sensitive search first, then
16496 do a case-insensitive search.
16497
16498 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16499 tutorials.
16500
16501 * complete.el (PC-env-vars-alist): New variable.
16502 (PC-complete-as-file-name): New function.
16503 (partial-completion-mode): Initialize PC-env-vars-alist from
16504 process-environment.
16505 (PC-do-completion): Handle completion of env vars.
16506
16507 * info.el (Info-set-mode-line): Show file name in mode line,
16508 use `*Info*' instead of `Info:'.
16509
16510 * startup.el (command-line-1): Change copyright messages to year
16511 2000.
16512
16513 2000-06-15 Dave Love <fx@gnu.org>
16514
16515 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16516 not local-map.
16517
16518 2000-06-15 Kenichi Handa <handa@etl.go.jp>
16519
16520 * international/mule.el (set-buffer-file-coding-system): Almost
16521 rewritten to handle `undecided' as no-op.
16522
16523 2000-06-14 Gerd Moellmann <gerd@gnu.org>
16524
16525 * Makefile.in: New file.
16526
16527 * Makefile: Removed.
16528
16529 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16530 (goto-address-highlight-keymap): Bind C-c RET.
16531
16532 2000-06-14 Kenichi Handa <handa@etl.go.jp>
16533
16534 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16535 inherits buffer-file-coding-system of the current buffer.
16536
16537 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16538 0. Give correct argument to set-auto-coding-function.
16539 (tar-expunge): For goto-char, use (point-min), not 0.
16540 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16541 (tar-subfile-save-buffer): Likewize.
16542
16543 * international/mule.el
16544 (after-insert-file-set-buffer-file-coding-system): Call
16545 set-buffer-file-coding-system with the arg FORCE t.
16546
16547 2000-06-13 Gerd Moellmann <gerd@gnu.org>
16548
16549 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16550 nil. Contemporary sendmails issue an X-Authentication-Warning if
16551 the sender is set with `-f'.
16552
16553 2000-06-13 Dave Love <fx@gnu.org>
16554
16555 * help.el (describe-function-1): Kluge around cases of functions
16556 fset to subrs whose doc doesn't match their symbol-name.
16557
16558 * image.el (insert-image): Default STRING to a space.
16559
16560 * info.el Doc fixes.
16561 (Info-build-node-completions): Match Ref tags.
16562
16563 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16564
16565 * frame.el (display-multi-frame-p, display-multi-font-p): New
16566 defaliases for display-graphic-p.
16567
16568 * hl-line.el: Fixed a typo in commentary.
16569
16570 2000-06-13 Kenichi Handa <handa@etl.go.jp>
16571
16572 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16573 fixed.
16574
16575 2000-06-12 Dave Love <fx@gnu.org>
16576
16577 * image.el (insert-image): Save a little consing.
16578
16579 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16580
16581 * language/tibet-util.el: Convert all tibetan-1-column characters
16582 to the corresponding tibetan characters.
16583 (tibetan-add-components): Delete code for the special treatment of
16584 'a chung.
16585
16586 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16587 change.
16588 (tibetan-vowel-transcription-alist): More rules added.
16589 (tibetan-composite-vowel-alist): New variable.
16590 (tibetan-precomposition-rule-alist): More rules added.
16591
16592 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16593
16594 * startup.el (command-line): Only call menu-bar-mode if interactive.
16595
16596 * thingatpt.el (toplevel symbol-properties):
16597 * textmodes/makeinfo.el (makeinfo-compile):
16598 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16599 * progmodes/hideif.el (hif-compress-define-list)
16600 (hide-ifdef-use-define-alist):
16601 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16602 (ange-ftp-vms-add-file-entry):
16603 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16604 * man.el (Man-build-man-command):
16605 * mail/rnewspost.el (news-reply-header-hook):
16606 * info.el (Info-insert-dir):
16607 * emulation/mlconvert.el (backward-word, forward-word, setq):
16608 * emacs-lisp/gulp.el (gulp-send-requests):
16609 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16610 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16611 (byte-optimize-apply, end of file):
16612 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16613 (ad-make-freeze-definition):
16614 * startup.el (command-line, command-line-1): Don't quote lambdas.
16615
16616 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16617 (cvs-cleanup-removed): New function.
16618 (cvs-cleanup-functions): New var.
16619 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16620 some flexibility in specifying additional entries to auto-cleanup.
16621 (cvs-quickdir): New function.
16622 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16623 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16624 (cvs-mode-find-file): Check that we are on a filename or dirname
16625 when invoked through a mouse-click.
16626 (cvs-full-path): Remove.
16627 (cvs-dired-action): Re-introduced.
16628 (cvs-dired-noselect): Use it.
16629 (vc-post-command-functions): use this new hook if available.
16630
16631 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16632 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16633 (cvs-filename-map, cvs-dirname-map): Remove.
16634 (cvs-default-action): Remove.
16635 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16636 if the arg is really a keymap.
16637 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16638 Don't hardcode the mapping from state (aka type) to face, but check
16639 the var cvs-fi-<type>-face instead.
16640 (cvs-fileinfo-from-entries): New function.
16641
16642 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16643 Docstring fix.
16644 (cvs-find-file-and-jump): Change default to be safer.
16645 (cvs-mode-diff-map): Define it as a function as well.
16646 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16647 Bind mouse-2 in this global map rather than with text-properties.
16648
16649 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16650 file to resolve the ambiguity between C(conflict) and C(need-merge).
16651
16652 2000-06-12 Kenichi Handa <handa@etl.go.jp>
16653
16654 * international/mule.el (set-buffer-file-coding-system): If
16655 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16656 unconditionally.
16657
16658 2000-06-12 Dave Love <fx@gnu.org>
16659
16660 * wid-edit.el (widget-specify-button): Really suppress the face if
16661 required.
16662
16663 2000-06-11 Gerd Moellmann <gerd@gnu.org>
16664
16665 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16666
16667 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16668
16669 * imenu.el (imenu-generic-expression): Docstring fix.
16670
16671 * composite.el (composition-function-table): Move the `put'
16672 below the autoload cookie so we can load the file before loaddefs.
16673
16674 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16675
16676 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16677 Handle easy-mmode-define-global-mode.
16678 For complex macros like define-minor-mode that can generate
16679 several autoload entries, try to autoload entries in the
16680 macroexpanded code.
16681
16682 * emacs-lisp/easy-mmode.el (define-minor-mode):
16683 If KEYMAP is a symbol, just use it.
16684 Use byte-compile-current-file and load-file-name to infer the
16685 proper :require to pass to defcustom.
16686 Wrap the hook var into `progn' so as not to autoload it.
16687 Add a :autoload-end cookie.
16688 Be more careful about the evaluation of KEYMAP.
16689 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16690 (define-derived-mode): Move define-abbrev-table outside of defvar.
16691
16692 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16693
16694 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16695 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16696 (backup-compiled-files): Ignore errors during `tar'.
16697 (bootstrap): Make autoloads before elc files.
16698
16699 2000-06-10 Kenichi Handa <handa@etl.go.jp>
16700
16701 * international/mule.el (set-buffer-file-coding-system): If one of
16702 undecided-XXX is specified, change only EOL conversion.
16703
16704 * international/mule-conf.el (unix): New alias for the coding
16705 system undecided-unix.
16706
16707 2000-06-09 Dave Love <fx@gnu.org>
16708
16709 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16710
16711 * progmodes/executable.el: Byte compile dynamic.
16712 (executable-insert): Change custom type.
16713 (executable-find): Add autoload cookie.
16714 (executable-make-buffer-file-executable-if-script-p): New
16715 function. After Noah Friedman.
16716
16717 * files.el (after-save-hook): Customize, with
16718 executable-make-buffer-file-executable-if-script-p as an option.
16719
16720 2000-06-09 Kenichi Handa <handa@etl.go.jp>
16721
16722 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16723 "tib24p-mule.bdf" for Tibetan.
16724
16725 * composite.el (decompose-composite-char): Declare it as obsolete.
16726
16727 * man.el (Man-fontify-manpage): Pay attention to underline and
16728 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16729
16730 2000-06-08 Gerd Moellmann <gerd@gnu.org>
16731
16732 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16733 Set maintainer to FSF since author isn't reachable.
16734
16735 2000-06-08 Dave Love <fx@gnu.org>
16736
16737 * international/mule-cmds.el (select-safe-coding-system): If
16738 DEFAULT-CODING-SYSTEM is not specified, also check the most
16739 preferred coding-system if buffer-file-coding-system is
16740 `undecided'. From Handa.
16741
16742 2000-06-08 Kenichi Handa <handa@etl.go.jp>
16743
16744 * international/mule.el
16745 (after-insert-file-set-buffer-file-coding-system): If the buffer
16746 size is greater than INSERTED, judget that we are not visiting.
16747
16748 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16749
16750 * whitespace.el (defgroup whitespace): Comment out `:version'.
16751 XEmacs 20.4 has problems defining the group with this present.
16752 We'll have this commented out till get resolve the problem.
16753
16754 2000-06-07 John Wiegley <johnw@gnu.org>
16755
16756 * align.el (align-dq-string-modes, align-sq-string-modes)
16757 (align-open-comment-modes): Add pyhton-mode.
16758 (align-rules-list): Use get-text-property instead of
16759 text-properties-at.
16760 (align-rules-list): Add python-assignment.
16761 (align-rules-list): Change perl-comma-delimiter to
16762 basic-comma-delimiter. Use if for Perl modes and python-mode.
16763 (align-rules-list): Add python-chain-logic and
16764 basic-line-continuation.
16765
16766 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16767
16768 * apropos.el (apropos-mode-hook): New user variable.
16769 (apropos-mode): Run apropos-mode-hook.
16770
16771 2000-06-07 David Ponce <david@dponce.com>
16772
16773 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16774 commands. Require `wid-edit' at run-time.
16775
16776 2000-06-07 David Ponce <david@dponce.com>
16777
16778 * recentf.el: Added some "Commentary".
16779 (recentf-open-more-files, recentf-edit-list): Minor changes to
16780 move the point at the top of the file list. This behaviour is
16781 consistent with the menu one when the list contains a lot of
16782 files.
16783 (recentf-cleanup): Now displays the number of items removed from
16784 the list.
16785 (recentf-relative-filter) New menu filter to show filenames
16786 relative to `default-directory'.
16787
16788 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16789
16790 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16791 with/without giving an error if PostScript printer doesn't have this
16792 kind of page size. Zebra Stripe continues or restarts on next page.
16793 Manual/automatic paper feeding. Switch or not the header.
16794 (ps-print-version): New version number (5.2.2).
16795 (ps-windows-system): Include emx as a Windows system.
16796 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16797 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16798 (ps-background-text): Code fix.
16799 (ps-error-handler-message, ps-user-defined-prologue)
16800 (ps-print-prologue-header, ps-printer-name)
16801 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16802 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16803 (ps-use-face-background): Customization fix.
16804 (ps-n-up-database): Data fix.
16805 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16806 (ps-switch-header): New vars.
16807 (ps-xemacs-color-name, ps-face-foreground-name)
16808 (ps-face-background-name, ps-boolean-constant): New funs.
16809
16810 2000-06-07 Dave Love <fx@gnu.org>
16811
16812 * allout.el: New version from Manheimer.
16813
16814 2000-06-07 Kenichi Handa <handa@etl.go.jp>
16815
16816 * textmodes/fill.el (fill-find-break-point): Check the validity of
16817 charset.
16818
16819 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16820
16821 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16822 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16823 Call display-color-p and display-mouse-p instead of looking at
16824 window-system.
16825
16826 2000-06-06 Dave Love <fx@gnu.org>
16827
16828 * image.el (find-image): Doc fix. Return nil if image not found.
16829 (put-image, insert-image): Make STRING arg optional.
16830
16831 2000-06-06 Kenichi Handa <handa@etl.go.jp>
16832
16833 * language/vietnamese.el: Remove eval-when-compile.
16834 (viet-viscii-nonascii-translation-table): Define it as a
16835 translation table made from viet-viscii-decode-table.
16836 (viet-viscii-encode-table): Define it as a translation table made
16837 from the reverse map of above.
16838 (viet-vscii-nonascii-translation-table): Define it as a
16839 translation table made from viet-vscii-decode-table.
16840 (viet-vscii-encode-table): Define it as a translation table made
16841 from the reverse map of above.
16842 (ccl-decode-viscii): Use translate-character.
16843 (ccl-encode-viscii, ccl-encode-viscii-font)
16844 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16845 Likewize.
16846
16847 * language/cyrillic.el: Remove eval-when-compile.
16848 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16849 translation table made from cyrillic-koi8-r-decode-table.
16850 (cyrillic-koi8-r-encode-table): Define it as a translation table
16851 made from the reverse map of above.
16852 (ccl-decode-koi8): Use translate-character.
16853 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16854 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16855 a translation table made from cyrillic-alternativnyj-decode-table.
16856 (cyrillic-alternativnyj-encode-table): Define it as a translation
16857 table made from the reverse map of above.
16858 (ccl-decode-alternativnyj): Use translate-character.
16859 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16860 Likewize
16861
16862 * international/mule-diag.el (non-iso-charset-alist): Specify
16863 translation table symbol instead of translation table itself.
16864 (list-block-of-chars): CHARSET may be a translation table symbol.
16865
16866 * international/mule.el (make-coding-system): If CODING-SYSTEM
16867 already exists, override it.
16868
16869 * international/fontset.el: Use family `proportional' for Tibetan
16870 fonts.
16871
16872 * international/ccl.el (ccl-compile-translate-character): Don't
16873 check if Rrr has property translation-table.
16874 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16875
16876 2000-06-05 Gerd Moellmann <gerd@gnu.org>
16877
16878 * info.el: Bind case-fold-search to t when searching in case
16879 a user sets it to nil in a hook.
16880
16881 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16882
16883 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16884 * hl-line.el (hl-line-mode): Use the new :global key argument.
16885
16886 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16887 (tar-clip-time-string): Prepend a space.
16888 (tar-grind-file-mode): Construct a string rather than modifying one.
16889 (tar-header-block-summarize): Fix docstring.
16890 Use `format' rather than an error-prone set of copy-loops.
16891
16892 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16893 (diff-goto-source, diff-unified->context, diff-context->unified)
16894 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16895 understand the format output by the `-p' argument to diff.
16896
16897 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16898 (sh-re-done): Use defconst.
16899 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16900 (sh-help-string-for-variable, sh-guess-basic-offset):
16901 Don't quote lambdas.
16902 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16903 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16904
16905 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16906 (mh-letter-mode): Derive from text-mode.
16907 This implicitly means that it now calls kill-all-local-variables.
16908 Also remove the Emacs-18 compatibility code.
16909
16910 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16911 Make use of symbol-property doc-string-elt.
16912 Use memq rather than a sequence of eq.
16913 (doc-string-elt): Fix the wrong or missing previously unused values.
16914 (autoload-print-form): New function extracted from
16915 generate-file-autoloads to allow recursion when handling progn
16916 so that defvar's and defun's docstrings are properly printed.
16917 (generate-file-autoloads): Use it.
16918
16919 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16920 Use find-file-hooks in the minor-mode function.
16921 Be careful not to loop indefinitely in the post-command-hook function.
16922
16923 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16924
16925 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16926 tty's.
16927 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16928 differences whenever appropriate.
16929 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16930 * viper.el (find-file, find-file-other-window): Get viper to do
16931 wildcards.
16932
16933 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16934
16935 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16936 (jit-lock-fontify-buffer): New function for JIT refontification.
16937 (jit-lock-mode): Fix docstring.
16938 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16939 Remove jit-lock-after-change from the _local_ hook.
16940 (jit-lock-function-1): Fix docstring.
16941
16942 * info.el (Info-on-current-buffer): Initialize info.
16943
16944 * newcomment.el (comment-indent): Ignore comment-indent-hook.
16945
16946 * progmodes/tcl.el (tcl-indent-for-comment):
16947 Ignore comment-indent-hook.
16948
16949 * emacs-lisp/easy-mmode.el: Require CL during compilation.
16950 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16951 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16952 and improve to use the lighter to guess the capitalization.
16953 (define-minor-mode): Inline code from easy-mmode-define-toggle.
16954 Add keyword arguments to specify global-ness or the custom group.
16955 Add local-map and help-echo properties to the lighter.
16956 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16957 (easy-mmode-define-global-mode): New macro.
16958
16959 2000-06-02 Dave Love <fx@gnu.org>
16960
16961 * wid-edit.el: byte-compile-dynamic since we typically don't use
16962 all the widgets. Don't require cl or widget. Remove
16963 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
16964 (widget-read-event): Removed. Callers changed to use read-event.
16965 (widget-button-release-event-p): Renamed from
16966 button-release-event-p.
16967 (widget-field-add-space, widget-field-use-before-change):
16968 Uncustomize.
16969 (widget-specify-field): Use keymap property, not local-map.
16970 (widget-specify-button): Obey :suppress-face.
16971 (widget-specify-insert): Use modern backquote syntax.
16972 (widget-image-directory): Renamed from widget-glyph-directory.
16973 (widget-image-enable): Renamed from widget-glyph-enable.
16974 (widget-image-find): Replaces widget-glyph-find.
16975 (widget-button-pressed-face): Move defvar.
16976 (widget-image-insert): Replaces widget-glyph-insert.
16977 (widget-convert): Use keywordp.
16978 (widget-leave-text, widget-children-value-delete): Use mapc.
16979 (widget-keymap): Remove XEmacs stuff.
16980 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16981 (widget-button-click): Don't set point at the click, but re-centre
16982 if we scroll out of window. Rewritten for images v. glyphs &c.
16983 (widget-tabable-at): Use POS arg, not point.
16984 (widget-beginning-of-line, widget-end-of-line)
16985 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16986 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16987 (widget-default-create): Use widget-image-insert; some rewriting.
16988 (widget-visibility-value-create)
16989 (widget-push-button-value-create, widget-toggle-value-create): Use
16990 widget-image-insert.
16991 (checkbox): Create on and off images dynamically.
16992 (documentation-link): Change :help-echo.
16993 (widget-documentation-link-echo-help): Remove.
16994
16995 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16996
16997 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16998
16999 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17000 (easy-mmode-define-toggle, define-minor-mode): Use it.
17001 (easy-mmode-define-keymap): Docstring fix.
17002 (define-derived-mode): Default PARENT to fundamental-mode.
17003 Add the derived-mode-parent symbol-property.
17004 (easy-mmode-derived-mode-p): New function.
17005
17006 2000-06-02 Dave Love <fx@gnu.org>
17007
17008 * files.el (convert-standard-filename): Doc fix.
17009 (normal-backup-enable-predicate): New function.
17010 (backup-enable-predicate): Use it to replace the lambda form.
17011
17012 * calendar/todo-mode.el: [This needs more work on the outline
17013 stuff.] Doc fixes.
17014 (todo) <defgroup>: Add :version.
17015 (todo-add-category): Don't use pushnew.
17016 (todo-cmd-raise): Fix typo.
17017 (todo-top-priorities): Change temp buffer name.
17018 (todo-category-alist): Avoid redundant lambda.
17019 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17020 Use outline-next-heading.
17021
17022 * autoarg.el: Rewritten to use define-minor-mode.
17023 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17024 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17025
17026 2000-06-02 Kenichi Handa <handa@etl.go.jp>
17027
17028 * isearch.el (isearch-other-meta-char): Fix previous change.
17029
17030 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17031
17032 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17033 (log-edit-done): Only add the comment to the ring if it's different
17034 from the last comment entered.
17035
17036 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17037
17038 2000-06-01 Dave Love <fx@gnu.org>
17039
17040 * hl-line.el: Rewritten using define-minor-mode.
17041
17042 * help.el (describe-function-1): Distinguish special form from
17043 builtin function. Sanity-check presence of arglist for builtins.
17044
17045 2000-06-01 Kenichi Handa <handa@etl.go.jp>
17046
17047 * international/characters.el: Fix syntax/category setting of
17048 Tibetan characters.
17049
17050 * language/tibet-util.el (tibetan-add-components): Fixes for new
17051 encoding of Tibetan characters.
17052 (tibetan-decompose-precomposition-alist): New variable.
17053 (tibetan-decompose-region): Convert precomposed characters to
17054 non-precomposed characters.
17055 (tibetan-decompose-string): Likewise.
17056 (tibetan-composition-function): Fix args to
17057 thibetan-compose-string.
17058
17059 * language/tibetan.el (tibetan-composable-pattern): More
17060 characters included.
17061 (tibetan-consonant-transcription-alist): Rule for "R" added.
17062 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17063 "+R" added.
17064 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17065
17066 * language/lao-util.el (lao-composition-function): Fix args to
17067 compose-string.
17068
17069 * language/thai-util.el (thai-composition-function): Fix args to
17070 compose-string.
17071
17072 * isearch.el (isearch-update): Set disable-point-adjustment to t
17073 to prevent the point moving to the end of a composition when a
17074 part of a composition is searched.
17075 (isearch-other-meta-char): If the key invoking this command can be
17076 mapped by function-key-map to a printing char, call
17077 isearch-process-search-char directly.
17078
17079 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17080
17081 * emacs-lisp/bytecomp.el:
17082 * frame.el:
17083 * international/mule-cmds.el:
17084 * international/mule-util.el:
17085 * international/mule.el:
17086 * mouse.el:
17087 * subr.el:
17088 * faces.el: Update calls to make-obsolete with a WHEN argument.
17089
17090 * byte-run.el (make-obsolete, make-obsolete-variable):
17091 Add an optional WHEN argument and change the format of the
17092 symbol-property information.
17093 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17094 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17095 new obsolete-symbol-property format and print WHEN if it is provided.
17096
17097 2000-05-31 Dave Love <fx@gnu.org>
17098
17099 * loadhist.el (loadhist-hook-functions): Remove
17100 before-change-function, after-change-function.
17101 (unload-feature): Deal with symbols which are both bound and
17102 fbound.
17103
17104 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17105 before-change-function, after-change-function.
17106
17107 * simple.el (newline): Don't bind before-change-function,
17108 after-change-function.
17109
17110 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17111
17112 * whitespace.el (whitespace-rescan-timer-time): Update interval
17113 set to 600 seconds (10 minutes) instead of 60 seconds since
17114 a large number of whitespace buffers causes emacs to `freeze'
17115 for a considerable amount of time.
17116
17117 * whitespace.el: Updated email address
17118
17119 2000-05-31 Dave Love <fx@gnu.org>
17120
17121 * add-log.el (change-log-font-lock-keywords) <function>: Add
17122 pattern for function of change.
17123 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17124 acknowledgements patterns.
17125
17126 2000-05-31 Kenichi Handa <handa@etl.go.jp>
17127
17128 * isearch.el (isearch-printing-char): If keyboard coding system is
17129 being used, call isearch-process-search-multibyte-characters.
17130
17131 * international/isearch-x.el: Mostly rewritten.
17132
17133 * international/quail.el (quail-start-conversion): Don't include
17134 unhandled events in the returned events, but set them in
17135 unread-command-events. Exit if all inputs are deleted.
17136
17137 2000-05-30 Jason Rumney <jasonr@gnu.org>
17138
17139 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17140
17141 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17142 Reenable code to create initial fontsets.
17143 Use set-fontset-font in place of put-charset-property.
17144
17145 2000-05-30 Gerd Moellmann <gerd@gnu.org>
17146
17147 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17148 label, ensure that the first colon isn't followed by another.
17149
17150 * paths.el (Info-default-directory-list): Doc fix.
17151
17152 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17153 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17154 send a query containing USER only, not USER@HOST.
17155
17156 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17157 and rmail-msgend to compute the restriction at the end, instead of
17158 computing it.
17159
17160 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17161
17162 * dabbrev.el (dabbrev-expand): Don't display messages in the
17163 echo area if the minibuffer window is active.
17164
17165 * jit-lock.el (jit-lock-mode): Add after change function to
17166 local hook.
17167
17168 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17169
17170 * antlr-mode.el: New commands: hide/unhide actions,
17171 upcase/downcase literals.
17172 (antlr-tiny-action-length): New user option.
17173 (antlr-hide-actions): New command. Suggested by
17174 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17175 (antlr-mode-map): New binding [C-c C-v].
17176 (antlr-mode-menu): New entries.
17177 (antlr-downcase-literals): New command.
17178 (antlr-upcase-literals): Ditto.
17179
17180 * antlr-mode.el: Minor changes: indendation, mode-name.
17181 (antlr-indent-line): Indent cpp directive at column 0.
17182 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17183
17184 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17185 (antlr-font-lock-additional-keywords): Workaround for intentional
17186 bug in XEmacs version of font-lock.
17187 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17188 be used by a smarter version of `buffers-menu-grouping-function'.
17189
17190 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17191
17192 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17193 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17194
17195 2000-05-29 Kenichi Handa <handa@etl.go.jp>
17196
17197 * international/encoded-kb.el
17198 (encoded-kbd-iso2022-designation-map): Pay attention to that
17199 charset-iso-final-char return -1 for eight-bit-control and
17200 eight-bit-graphic.
17201
17202 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17203
17204 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17205 (speedbar-easymenu-definition-base): Use display-graphic-p where
17206 available, instead of window-system.
17207
17208 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17209
17210 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17211 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17212 coding systems.
17213
17214 2000-05-26 Dave Love <fx@gnu.org>
17215
17216 * disp-table.el (standard-display-underline): Don't use
17217 internal-find-face.
17218
17219 * mail/reporter.el: Maintainer change. Doc fixes.
17220 (reporter-version): Deleted.
17221
17222 * emacs-lisp/elp.el: Maintainer change.
17223 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17224
17225 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17226
17227 * add-log.el (add-change-log-entry): Merge the current entry with the
17228 previous one if the previous one is empty.
17229
17230 2000-05-26 Dave Love <fx@gnu.org>
17231
17232 * loadhist.el (unload-feature): Fix interactive spec [from
17233 lijnzaad@ebi.ac.uk].
17234
17235 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17236 subr-arity to check primitives.
17237 (byte-compile-flush-pending, byte-compile-file-form-progn)
17238 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17239 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17240 mapcar.
17241
17242 2000-05-26 Kenichi Handa <handa@etl.go.jp>
17243
17244 * international/fontset.el: Set family names of non-latin charsets
17245 in default fontset to "*".
17246
17247 * international/mule-diag.el (print-fontset): Combine family part
17248 and registry part of the fontname by "-*-" instead of "-".
17249
17250 * international/mule-cmds.el (encode-coding-char): Make strings
17251 multibyte before calling encode-coding-string.
17252
17253 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17254
17255 * derived.el: Fix keywords.
17256 (define-derived-mode): Only define if needed.
17257
17258 * simple.el (fill-comment, comment-column, comment-start)
17259 (comment-start-skip, comment-end, comment-indent-function)
17260 (block-comment-start, block-comment-end, indent-for-comment)
17261 (set-comment-column, kill-comment, comment-padding, comment-region)
17262 (comment-multi-line, indent-new-comment-line): Remove.
17263
17264 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17265 function names for comment operations.
17266
17267 * newcomment.el: Add abundant autoload cookies.
17268 (comment-style): Don't depend on runtime data at compile-time.
17269 (comment-indent-hook): Remove.
17270 (comment-indent): Check if comment-indent-hook is bound.
17271 (comment-region): Docstring fix.
17272
17273 2000-05-25 Dave Love <fx@gnu.org>
17274
17275 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17276 byte-code-function-p.
17277
17278 * mail/rmailsum.el: Add provide.
17279
17280 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17281
17282 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17283 defcustom.
17284
17285 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17286
17287 * ediff-diff.el (ediff-exec-process): delete --binary option from
17288 non-buffer ediff jobs.
17289
17290 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17291
17292 * hilit-chg.el (highlight-changes-mode): Ask about color or
17293 grayscale support, not about window-system.
17294
17295 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17296 window-system.
17297 (ffap-highlight): Always default to t.
17298
17299 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17300 display-popup-menus-p instead of looking at window-system.
17301
17302 * disp-table.el (standard-display-g1, standard-display-graphic):
17303 Only refuse to use string glyphs on X and MS-Windows.
17304
17305 * avoid.el: Remove window-system from commentary, suggest to use
17306 display-*-p instead.
17307
17308 * apropos.el (apropos-print): Use display-mouse-p instead of
17309 window-system.
17310
17311 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17312
17313 * international/codepage.el (cp-decoding-vector-for-codepage):
17314 Fill up unsupported characters with their own codes. From Kenichi
17315 Handa.
17316
17317 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17318
17319 * international/mule-diag.el (describe-char-after): Use
17320 display-graphic-p instead of window-system, so that this function
17321 works on MS-DOS.
17322
17323 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17324
17325 * international/codepage.el (cp-make-coding-systems-for-codepage):
17326 Remove the eight-bit-graphic and eight-bit-control charsets from
17327 the list of charsets which we convert into `?'.
17328
17329 2000-05-25 Kenichi Handa <handa@etl.go.jp>
17330
17331 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17332 private charsets.
17333 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17334 japanese-jisx0213-2): New charsets.
17335
17336 * international/fontset.el: Setup default fontset for new charsets.
17337
17338 2000-05-24 Dave Love <fx@gnu.org>
17339
17340 * info.el (Info-find-node-2): Restructure [following "Vadim
17341 S. Solomin" <sovs@uic.nnov.ru>].
17342
17343 * icomplete.el: Fix header for Finder.
17344
17345 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17346
17347 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17348 STAY.
17349
17350 * rmail.el (rmail-automatic-folder-directives): New user variable.
17351 (rmail-show-message): Add call to `rmail-auto-file' during
17352 display.
17353 (rmail-auto-file): New function.
17354
17355 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17356
17357 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17358 account.
17359 (ediff-test-utility,ediff-diff-mandatory-option)
17360 (ediff-reset-diff-options): Utilities for proper initialization of
17361 ediff-diff-options and ediff-diff3-options on Windows.
17362
17363 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17364 variable.
17365
17366 * ediff-mult.el (ediff-filegroup-action): Use
17367 ediff-merge-filename-prefix.
17368
17369 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17370
17371 * viper-ex.el (ex-write): Set selective display to nil.
17372
17373 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17374
17375 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17376 aliases for hebrew-iso-8bit.
17377
17378 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17379
17380 * woman.el: New version from Francis J. Wright
17381 <F.J.Wright@Maths.QMW.ac.uk>.
17382 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17383 names in environment variables regardless of the path separator.
17384 (woman-topic-all-completions-1): Don't call file-name-directory-p
17385 on all files, since woman-file-regexp already filters out any
17386 directories.
17387
17388 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17389
17390 * international/quail.el (quail-start-translation): Don't change
17391 modified-p of the current buffer.
17392 (quail-start-conversion): Likewise.
17393
17394 * international/kkc.el (kkc-region): Don't change modified-p of
17395 the current buffer.
17396
17397 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17398 conform to RFC1468.
17399 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17400
17401 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17402
17403 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17404 (speedbar-insert-button): Invisible text property fix.
17405 (speedbar-directory-plus): Renamed from speedbar-directory-+
17406 (speedbar-directory-minus): Renamed from speedbar-directory--
17407 (speedbar-page-plus): Renamed from speedbar-file-+
17408 (speedbar-page-minus): Renamed from speedbar-file--
17409 (speedbar-page): Renamed from speedbar-file-
17410 (speedbar-tag): Renamed from speedbar-tag-
17411 (speedbar-tag-plus): Renamed from speedbar-tag-+
17412 (speedbar-tag-minus): Renamed from speedbar-tag--
17413 (speedbar-expand-image-button-alist): Use above renames.
17414
17415 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17416 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17417 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17418 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17419 * sb-pg.xpm: Renamed from sb-file.xpm
17420 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17421 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17422
17423 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17424
17425 * international/quail.el (quail-show-guidance-buf): Set
17426 current-input-method of the guidance buffer to the name of the
17427 curren input method.
17428
17429 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17430
17431 * progmodes/compile.el (compile-internal): Style typo.
17432
17433 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17434 quote vars and functions in the docstring.
17435
17436 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17437
17438 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17439 Don't quote lambdas.
17440
17441 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17442
17443 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17444
17445 * startup.el (command-line): Determine source file of compiled
17446 user init file differently. Warn if compiled user init file
17447 is older than its source file.
17448
17449 * ffap.el (ffap-url-regexp): Add `https'.
17450
17451 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17452
17453 * files.el (make-backup-file-name-1): Replace slashes with `!'
17454 rather than `|' (which is not allowed on Windows). Replace the
17455 drive letters with a string "drive_X".
17456
17457 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17458
17459 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17460
17461 * files.el (interpreter-mode-alist): Add `bash2'.
17462
17463 2000-05-22 Dave Love <fx@gnu.org>
17464
17465 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17466 mapc.
17467 (feature-file): Avoid calling symbol-name. Doc fix.
17468 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17469 (loadhist-hook-functions): Add mouse-position-function.
17470 (unload-feature): Change uses of mapcar.
17471
17472 * files.el (parse-colon-path): Doc fix.
17473 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17474 (set-auto-mode): Use mapc.
17475
17476 * complete.el (PC-look-for-include-file): Use :alnum: character
17477 class.
17478 (partial-completion-mode): Add autoload cookie.
17479
17480 2000-05-22 Sam Steingold <sds@gnu.org>
17481
17482 * info.el (Info-fontify-node): Fixed the call to
17483 `add-text-properties' (bug introduced on 2000-05-18).
17484
17485 2000-05-22 Dave Love <fx@gnu.org>
17486
17487 * bindings.el: Remove debug-ignored-errors set in other files.
17488
17489 * progmodes/etags.el: Add to debug-ignored-errors.
17490 (visit-tags-table-buffer): Clear out buffers holding old tables
17491 when making a new list.
17492 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17493 mapc.
17494
17495 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17496 quote keywords.
17497 (cmpl-string-case-type): Use character classes.
17498
17499 * comint.el:
17500 * textmodes/ispell.el:
17501 * imenu.el:
17502 * mail/mh-e.el:
17503 * progmodes/compile.el: Add to debug-ignored-errors.
17504
17505 * dabbrev.el: Add to debug-ignored-errors.
17506 (dabbrev-completion): Use mapc.
17507
17508 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17509
17510 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17511 (woman-mapcan, woman-parse-man.conf)
17512 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17513 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17514 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17515 path syntax better.
17516 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17517 (woman-manpath): Call woman-parse-man.conf.
17518 (woman-emulation): New defcustom, defaults to nroff.
17519 (woman-font-support): New defconst.
17520 (woman-use-symbol-font): New defcustom.
17521 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17522 "Emulation".
17523 Many functions: Doc fix.
17524
17525 2000-05-22 Kenichi Handa <handa@etl.go.jp>
17526
17527 * international/quail.el (quail-simple-translation-keymap): Map
17528 128..255 to quail-self-insert-command.
17529 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17530
17531 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17532
17533 * help.el (help-manyarg-func-alist): Typo.
17534
17535 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17536 intervals which makes it heaps simpler.
17537
17538 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17539 the nested comment markers.
17540
17541 * subr.el (remove-hook): Don't turn the hook's value into a list.
17542
17543 2000-05-21 Dave Love <fx@gnu.org>
17544
17545 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17546 are invalid characters.
17547
17548 * international/mule-util.el (detect-coding-with-priority): Use
17549 mapc. Remove redundant lambda.
17550
17551 * international/mule-diag.el (list-non-iso-charset-chars)
17552 (describe-fontset): Remove redundant lambda.
17553
17554 * emulation/crisp.el (brief-mode): New alias.
17555
17556 * emacs-lisp/ring.el (ring-elements): New function.
17557
17558 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17559 (easy-menu-do-add-item): Use keywordp.
17560
17561 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17562
17563 * replace.el: Doc and error message fixes.
17564 (replace-highlight): Use facep, not internal-find-face.
17565
17566 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17567
17568 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17569
17570 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17571 (log-edit-insert-changelog): Drop `:' as well.
17572
17573 * log-view.el: Fix file description.
17574 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17575 available.
17576 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17577 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17578
17579 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17580 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17581 Print a status message if the toggle is called interactively.
17582 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17583 for global minor modes and use `defcustom' for them.
17584 Use add-minor-mode.
17585 (easy-mmode-define-derived-mode): Remove.
17586 (define-derived-mode): Fancier default docstring.
17587 (easy-mmode-define-navigation): Signal an error rather than (ding).
17588
17589 * newcomment.el (comment-styles): New `box-multi'.
17590 (comment-normalize-vars): Better default for comment-continue to
17591 avoid whitespace-only continuations.
17592 (comment-search-forward): Always move even in the no-syntax case.
17593 (comment-padright): Only obey N if it's only obeyed for padleft.
17594 (comment-make-extra-lines): Better handling of empty continuations.
17595 Use `=' for the filler if comment-start has only one character.
17596 (uncomment-region): Try handling the special `=' filler.
17597 (comment-region): Allow LINES even if MULTI is nil.
17598 (comment-box): Choose box style based on comment-style.
17599
17600 2000-05-20 Kenichi Handa <handa@etl.go.jp>
17601
17602 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17603 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17604
17605 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
17606
17607 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17608 and insert, not subst-char-in-region.
17609
17610 * international/mule-diag.el (list-character-sets-1): Handle
17611 charsets eight-bit-control and eight-bit-graphic.
17612 (list-iso-charset-chars): Likewise.
17613 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17614 charactes as is. Use indent-to to align characters.
17615
17616 * international/mule-cmds.el (find-multibyte-characters): Never
17617 exclude charsets eight-bit-control and eight-bit-graphic.
17618
17619 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17620
17621 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17622 Don't quote lambdas.
17623
17624 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17625
17626 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17627
17628 * gud.el (gud-jdb-directories): Doc fix.
17629
17630 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17631
17632 * newcomment.el: New file.
17633
17634 2000-05-19 Gerd Moellmann <gerd@gnu.org>
17635
17636 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17637
17638 2000-05-18 Andreas Schwab <schwab@suse.de>
17639
17640 * dired.el (dired-between-files): Also skip lines beginning with
17641 `used'.
17642
17643 2000-05-18 Gerd Moellmann <gerd@gnu.org>
17644
17645 * msb.el (msb-menu-cond): Add choice `user'.
17646
17647 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17648
17649 * ps-print.el: Compatibility, customization and doc fix.
17650 (ps-printer-name-option): Replace defconst by defvar.
17651 (ps-postscript-code-directory): XEmacs compatibility.
17652 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17653 fix.
17654 (ps-user-defined-prologue, ps-print-prologue-header)
17655 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17656 compatibility and code fix.
17657 (ps-print-background-image, ps-print-background-text):
17658 Customization fix.
17659 (ps-line-number-start, ps-n-up-on): New vars.
17660
17661 2000-05-18 Espen Skoglund <esk@ira.uka.de>
17662
17663 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17664 the indent-comment function to just return the appropriate indent.
17665
17666 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17667
17668 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17669 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17670 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17671
17672 2000-05-18 Dave Love <fx@gnu.org>
17673
17674 * info.el (Info-fontify-node): Add intangible property as well as
17675 invisible.
17676
17677 * calendar/appt.el (appt-make-list): Match all lines of entry.
17678 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17679
17680 2000-05-18 Kenichi Handa <handa@etl.go.jp>
17681
17682 * international/mule-diag.el (describe-char-after): Call
17683 internal-char-font, not char-font. If internal-char-font returns
17684 nil, display "-- none --".
17685
17686 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17687
17688 * image.el (image-type-available-p): Don't reference image-types
17689 if it isn't bound.
17690
17691 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17692
17693 * autoarg.el (autoarg-mode): Typo in the :set argument.
17694
17695 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17696
17697 * startup.el (command-line-1): Don't signal an error if the
17698 directory for auto-save-list files does not yet exist.
17699
17700 2000-05-17 Kenichi Handa <handa@etl.go.jp>
17701
17702 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17703
17704 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17705
17706 * subr.el (remove-hook): `setq' hook-value, not `set'.
17707
17708 2000-05-16 Sam Steingold <sds@gnu.org>
17709
17710 * info.el (debug-ignored-errors): More errors to ignore.
17711
17712 2000-05-16 Dave Love <fx@gnu.org>
17713
17714 * cus-edit.el: Don't require cl or easymenu.
17715 (custom-variable-prompt): Test standard-value property, not
17716 user-variable-p.
17717
17718 2000-05-16 Sam Steingold <sds@gnu.org>
17719
17720 * subr.el (add-hook): `setq' hook-value, not `set'.
17721
17722 2000-05-16 Gerd Moellmann <gerd@gnu.org>
17723
17724 * startup.el (command-line-1): Mention the FAQ in the startup
17725 message.
17726
17727 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17728
17729 * progmodes/compile.el (compilation-parse-errors): Collect
17730 `nomessage' regexps last.
17731
17732 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17733
17734 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17735 to the function name.
17736
17737 2000-05-15 Dave Love <fx@gnu.org>
17738
17739 * speedbar.el (speedbar-recenter): Typo.
17740 (speedbar-expand-line): Make arg optional.
17741 (speedbar-mode): Avoid a compiler warning.
17742
17743 2000-05-15 Gerd Moellmann <gerd@gnu.org>
17744
17745 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17746 user-specified option string is empty.
17747
17748 * mouse.el (mouse-yank-at-click): Doc fix.
17749
17750 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17751
17752 * term/internal.el (IT-character-translations): More updates of
17753 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17754 documents.
17755
17756 2000-05-15 Gerd Moellmann <gerd@gnu.org>
17757
17758 * env.el (getenv): New function, interactively callable.
17759 (setenv, getenv): Remove autoload cookies.
17760
17761 * loadup.el: Load `env'.
17762
17763 * progmodes/f90.el: Change author's mail address.
17764
17765 2000-05-14 Dave Love <fx@gnu.org>
17766
17767 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17768 goto-addr as an option.
17769
17770 * help.el (help-xref-stack): Doc fix.
17771 (help-xref-following): New variable.
17772 (help-make-xrefs): Use it.
17773 (help-xref-go-back): Use position information from stack element.
17774 (help-follow): Make position in stack element a pair. Use
17775 help-xref-following.
17776
17777 * autoarg.el: New file.
17778
17779 * faces.el: Declare more functions obsolete.
17780
17781 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17782 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17783 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17784 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17785 Remove all the setup-...-environment functions.
17786
17787 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17788
17789 * speedbar.el: Updated the commentary section. xemacs20p now uses
17790 >= when detecting. Require `defimage' safely.
17791 (speedbar-easymenu-definition-base): Add toggle for images.
17792 (speedbar-easymenu-definition-special): Add flush cache & expand.
17793 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17794 (speedbar-reconfigure-keymaps-hook): New variable.
17795 (speedbar-frame-parameters): Updated documentation.
17796 (speedbar-use-imenu-flag): Updated custom tag
17797 (speedbar-dynamic-tags-function-list): New variable.
17798 (speedbar-tag-hierarchy-method): Updated doc & custom.
17799 (speedbar-indentation-width, speedbar-indentation-width) New
17800 variables.
17801 (speedbar-hide-button-brackets-flag): Customizable.
17802 (speedbar-vc-indicator): Doc update.
17803 (speedbar-ignored-path-expressions): Updated default value.
17804 (speedbar-supported-extension-expressions): Updated default value.
17805 (speedbar-syntax-table): Remove {} paren status.
17806 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17807 as "+". Added overlay aliases.
17808 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17809 `force-mode-line-update'.
17810 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17811 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17812 `mouse-set-point'
17813 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17814 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17815 of arbitrary text, and new helper functions.
17816 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17817 filename finder.
17818 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17819 (speedbar-directory-buttons): Update path search/expansion.
17820 (speedbar-make-tag-line): Pay attention to
17821 `speedbar-indentation-width'. Use more care w/ invisible
17822 properties.
17823 (speedbar-change-expand-button-char): Call
17824 `speedbar-insert-image-button-maybe'.
17825 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17826 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17827 (speedbar-trim-words-tag-hierarchy)
17828 (speedbar-simple-group-tag-hierarchy): New functions
17829 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17830 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17831 functions.
17832 (speedbar-mouse-set-point): New function
17833 (speedbar-power-click): Updated documentation.
17834 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17835 of tag prefix text.
17836 (speedbar-expand-line, speedbar-contract-line): Make more robust
17837 to strange text.
17838 (speedbar-expand-line): Takes universal argument to flush the
17839 cache.
17840 (speedbar-flush-expand-line): New function.
17841 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17842 Use new generator insertion method.
17843 (speedbar-fetch-dynamic-tags): New function.
17844 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17845 `speedbar-fetch-dynamic-imenu'.
17846 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17847 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17848 "Revert Buffer" menu items.
17849 (speedbar-buffer-buttons-engine): Be smarter when creating a
17850 filename tag (for expansion purposes.).
17851 (speedbar-highlight-one-tag-line,
17852 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17853 (speedbar-recenter): New functions.
17854 (defimage-speedbar): Image loading abstraction.
17855 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17856 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17857 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17858 (speedbar-tag-type, speedbar-tag-mail): New images.
17859 (speedbar-expand-image-button-alist): New variable.
17860 (speedbar-insert-image-button-maybe): Insert an image over some
17861 buttons.
17862
17863 2000-05-13 Kenichi Handa <handa@etl.go.jp>
17864
17865 * international/mule-cmds.el (encode-coding-char): An ASCII
17866 character is always encodable.
17867
17868 * international/mule-conf.el: Add more information in descriptions
17869 of character sets.
17870
17871 * international/mule-diag.el (describe-char-after): New function.
17872 (describe-font-internal): Adjusted for the change of font-info.
17873 (describe-font): Likewise.
17874 (print-fontset): Rewritten for the new fontset implementation.
17875 (describe-fontset): Include fontset alias names in completion.
17876 (list-fontsets): Adjusted for the change of print-fontset.
17877
17878 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17879 describe-char-after instead of displaying the detail in the echo
17880 area.
17881 (syntax-code-table): Format changed.
17882 (string-to-syntax): Adjusted for the above change.
17883
17884 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17885
17886 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17887
17888 2000-05-12 Dave Love <fx@gnu.org>
17889
17890 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17891 dependence. Use line-{beginning,end}-position, not
17892 point-at{b,e}ol. Some doc fixes.
17893 (todo-position): New function. Fix callers of position to use it.
17894 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17895
17896 2000-05-12 Gerd Moellmann <gerd@gnu.org>
17897
17898 * time.el (display-time-mail-icon): Use `:ascent center'.
17899
17900 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17901 handling FTP security extensions.
17902
17903 2000-05-11 Dave Love <fx@gnu.org>
17904
17905 * calendar/todo-mode.el: New file.
17906
17907 2000-05-11 Gerd Moellmann <gerd@gnu.org>
17908
17909 * comint.el (comint-read-input-ring): Move reference to
17910 comint-input-ring-size outside of the save-excursion. It was
17911 causing the default value to be the only one ever seen.
17912
17913 * font-lock.el: Update copyright. Remove Simon Marshall's email
17914 address on request from him.
17915
17916 * subr.el (substitute-key-definition): Add comment describing
17917 the meaning of PREFIX.
17918
17919 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17920
17921 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17922
17923 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17924 (add-minor-mode): Don't make the variable buffer-local and add a
17925 reference to define-minor-mode in the docstring.
17926
17927 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17928 HEADER/FOOTER and fix bug with trailing empty directory.
17929 (cvs-append-to-ignore): Use vc-editable-p if available.
17930 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17931 (vc-do-command): Tweak advice to handle the new VC.
17932
17933 * log-view.el (log-view-goto-rev): New function for the new VC.
17934 (log-view-minor-wrap): Use mark-active.
17935
17936 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17937 (log-edit-changelog-full-paragraphs): New var.
17938 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17939 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17940 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17941 (log-edit-changelog-ours-p, log-edit-changelog-entries)
17942 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17943 Replace the `cvs' prefix with `log-edit'.
17944
17945 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17946
17947 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17948 (diff-font-lock-defaults): Explicitly turn off multiline.
17949 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17950 (diff-ediff-patch): Fix call to ediff-patch-file.
17951 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17952 Handle comments.
17953
17954 * frame.el (automatic-hscrolling): Typo.
17955
17956 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17957
17958 2000-05-09 Sam Steingold <sds@goems.com>
17959
17960 * apropos.el (apropos-print): use `describe-face' instead of
17961 `customize-face-other-window'.
17962
17963 2000-05-09 Dave Love <fx@gnu.org>
17964
17965 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17966
17967 * help.el (describe-variable): Have customize button pop the
17968 help-xref stack when invoked.
17969 (help-xref-symbol-regexp): Add `face'.
17970 (help-make-xrefs): Check for quoted face names and adapt regexp
17971 submatch numbers to cope.
17972 (help-xref-interned): Maybe insert face doc too. Separate
17973 sections with a line of hyphens.
17974
17975 * faces.el: Some doc fixes. Declare some functions obsolete.
17976 (describe-face): Add customize button. Return the help
17977 text. Fix prompt.
17978
17979 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17980
17981 * term/internal.el (IT-character-translations): Fix last change.
17982
17983 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17984
17985 * woman.el: New file
17986 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17987
17988 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17989
17990 * term/internal.el (IT-character-translations): Update ASCII
17991 simulations for greek-iso8859-7, add latin-iso8859-14 and
17992 latin-iso8859-15.
17993
17994 * international/mule-cmds.el (set-language-info-alist): Call
17995 define-prefix-command with 3 arguments, to make the map suitable
17996 for a menu.
17997
17998 2000-05-07 Dave Love <fx@gnu.org>
17999
18000 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18001
18002 2000-05-05 Dave Love <fx@gnu.org>
18003
18004 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18005 list in doc string. Don't quote keyword symbols.
18006 * emacs-lisp/cl.el: Likewise
18007 * emacs-lisp/cl-seq.el: Likewise
18008
18009 2000-05-05 Gerd Moellmann <gerd@gnu.org>
18010
18011 * abbrev.el (abbrev-mode): Make ARG optional.
18012
18013 2000-05-04 Gerd Moellmann <gerd@gnu.org>
18014
18015 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18016
18017 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18018
18019 * subr.el (substitute-key-definition): Clarify documentation.
18020
18021 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
18022
18023 * glasses.el (glasses-convert-to-unreadable): Use
18024 `glasses-separator' instead of the hard-wired "_".
18025 (glasses-mode): Call `glasses-make-unreadable' only in a single
18026 place.
18027
18028 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18029
18030 * term/internal.el (cjk-codepages-alist): Add associations for
18031 Chinese and Korean codepages. Remove FIXME comment.
18032
18033 2000-05-03 Dave Love <fx@gnu.org>
18034
18035 * time.el (display-time-mail-face, display-time-use-mail-icon):
18036 New option.
18037 (display-time-mail-icon): New variable.
18038 (display-time-string-forms): Use the above. Fix the local-map.
18039
18040 2000-05-03 Gerd Moellmann <gerd@gnu.org>
18041
18042 * replace.el (query-replace-map): Add binding for `E'.
18043 (query-replace-help): Extend help text.
18044 (perform-replace): Allow editing the replacement string.
18045
18046 * make-mode.el (makefile-mode-abbrev-table): New variable.
18047 (makefile-mode): Set local abbrev table to
18048 makefile-mode-abbrev-table.
18049 (makefile-font-lock-keywords): Fontify includes and conditionals.
18050
18051 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18052 set TOGGLE's value.
18053
18054 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18055 mail-interactive-insert-alias.
18056 (mail-abbrev-complete-alias): New command.
18057 (mail-mode-map): Bind it to `M-TAB'.
18058
18059 2000-05-03 Kenichi Handa <handa@etl.go.jp>
18060
18061 * language/lao-util.el (lao-compose-region): New function.
18062
18063 2000-05-02 Gerd Moellmann <gerd@gnu.org>
18064
18065 * files.el (recover-session): Make directories as necessary
18066 if they don't exist yet.
18067
18068 * calendar/cal-french.el
18069 (french-calendar-multibyte-special-days-array)
18070 (french-calendar-special-days-array): Change French text.
18071 (calendar-french-date-string): Change output.
18072 (calendar-goto-french-date): Likewise.
18073
18074 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18075
18076 * wid-edit.el (widget-default-active): Obey `:always-active'.
18077 (widget-documentation-string-value-create): Set `:always-active'.
18078
18079 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18080
18081 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18082 default prefix to `~/_emacs.d/auto-save.list/_s'.
18083 (normal-top-level): Create the directory for auto-save files, if
18084 it doesn't already exist (in the ms-dos case only).
18085
18086 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18087
18088 * international/mule-cmds.el (set-language-environment): Don't
18089 concat an integer (dos-codepage), use format instead.
18090
18091 2000-05-02 Dave Love <fx@gnu.org>
18092
18093 * help.el (help-xref-on-pp): Check for constant symbols.
18094
18095 2000-04-29 Gerd Moellmann <gerd@gnu.org>
18096
18097 * startup.el (normal-top-level): Put a condition-case around
18098 the code loading subdirs.el.
18099
18100 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18101
18102 * ps-print.el: Upside-down and face background color printing,
18103 line number step, doc fix.
18104 (ps-print-version): New version number (5.2).
18105 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18106 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18107 (ps-spool-config): Var fix.
18108 (ps-printer-name-option): Const fix.
18109 (ps-print-upside-down, ps-use-face-background)
18110 (ps-line-number-step): New vars.
18111 (ps-window-system, ps-lp-system): New consts.
18112 (ps-face-background): New fun.
18113
18114 2000-04-28 Richard Stallman <rms@gnu.org>
18115
18116 * files.el (make-auto-save-file-name):
18117 Apply auto-save-file-name-transforms to visited file name
18118 before generating auto save file name.
18119 (auto-save-file-name-transforms): New variable.
18120
18121 * files.el (backup-enable-predicate):
18122 Correctly test for a file under a temporary directory.
18123
18124 2000-04-28 Gerd Moellmann <gerd@gnu.org>
18125
18126 * subr.el (add-minor-mode): Rewritten.
18127
18128 2000-04-28 Kenichi Handa <handa@etl.go.jp>
18129
18130 * mail/sendmail.el (sendmail-send-it): Set
18131 buffer-file-coding-system to the selected coding system for MIME
18132 header.
18133
18134 2000-04-27 Gerd Moellmann <gerd@gnu.org>
18135
18136 * dired.el (dired-move-to-filename-regexp): Allow format where
18137 YYYY is followed by two spaces.
18138
18139 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18140 in the second character class of the regexp.
18141
18142 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18143 mh-etc, too.
18144
18145 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18146 nil.
18147
18148 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18149
18150 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18151 argument.
18152
18153 2000-04-27 Sen Nagata <sen@eccosys.com>
18154
18155 * emacs-lisp/crm.el (crm-completion-table): New variable.
18156 (crm-collection-fn, crm-test-completion)
18157 (completing-read-multiple): Use it.
18158
18159 2000-04-27 Dave Love <fx@gnu.org>
18160
18161 * help.el (locate-library): Use mapc.
18162 (help-manyarg-func-alist): Add call-process-region.
18163
18164 2000-04-26 Gerd Moellmann <gerd@gnu.org>
18165
18166 * subr.el (add-minor-mode): Make argument MAP optional.
18167
18168 * desktop.el (desktop-save): Save list of minor modes.
18169 (desktop-create-buffer): Restore minor modes.
18170 (desktop-minor-mode-table): New user-option.
18171
18172 * subr.el (add-minor-mode): New function.
18173
18174 * image.el (find-image): New function.
18175 (defimage): Rewritten to find image at load time.
18176
18177 * startup.el (normal-top-level-add-to-load-path): Handle
18178 case that the default directory is not in load-path.
18179
18180 * help.el: Old patch from Stefan Monnier.
18181 (help-xref-on-pp): New function.
18182 (describe-variable): Use it to display xrefs in a symbol's value.
18183
18184 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18185
18186 * cus-edit.el (custom-face): Fix parenthesis.
18187
18188 2000-04-26 Kenichi Handa <handa@etl.go.jp>
18189
18190 * mail/rmail.el (rmail-expunge): When there are no deleted
18191 messages, do nothing.
18192
18193 2000-04-26 Dave Love <fx@gnu.org>
18194
18195 * international/mule-cmds.el (locale-translation-file-name):
18196 Defvar to nil.
18197 (set-locale-environment): Set it here (at runtime).
18198
18199 2000-04-25 Gerd Moellmann <gerd@gnu.org>
18200
18201 * replace.el (perform-replace): Add parameters START and END. Use
18202 them instead of the check for a region in Transient Mark mode.
18203 (query-replace-read-args): Return two more list elements for the
18204 start and end of the region in Transient Mark mode.
18205 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18206 (map-query-replace-regexp, replace-string, replace-regexp): Add
18207 optional last arguments START and END and pass them to
18208 perform-replace.
18209
18210 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18211 form with additional arguments for perform-replace.
18212
18213 * progmodes/etags.el (tags-query-replace): Add parameters START
18214 and END. Construct a form with additional arguments for
18215 perform-replace.
18216
18217 * simple.el (shell-command): Set default directory for "*Shell
18218 Command Output" buffer.
18219
18220 * language/european.el (iso-latin-4): Fix typo.
18221
18222 * emacs-lisp/crm.el: New file.
18223
18224 2000-04-24 Dave Love <fx@gnu.org>
18225
18226 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18227 (Custom-reset-saved, Custom-reset-standard)
18228 (custom-group-value-create, custom-group-set, custom-group-save)
18229 (custom-group-reset-current, custom-group-reset-saved)
18230 (custom-group-reset-standard): Use mapc.
18231 (custom-buffer-create-internal): Disable undo when creating items.
18232 Use mapc.
18233 (custom-face): Avoid redundant lambda.
18234
18235 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18236
18237 * startup.el (auto-save-list-file-prefix): Set default to
18238 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18239
18240 2000-04-24 Sam Steingold <sds@gnu.org>
18241
18242 * time-stamp.el (time-stamp-string-preprocess): Always convert
18243 `field-result' to a string.
18244
18245 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18246
18247 * frame.el (scrolling): New group.
18248 (automatic-hscrolling): New user-option.
18249
18250 * startup.el (command-line-x-option-alist): Add `-lsp' and
18251 `--line-spacing'.
18252
18253 2000-04-19 Dave Love <fx@gnu.org>
18254
18255 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18256 (cl-mapc): Rename from mapc. Fix the funcall.
18257
18258 2000-04-19 Gerd Moellmann <gerd@gnu.org>
18259
18260 * simple.el (clone-indirect-buffer-other-window): New command.
18261 (clone-indirect-buffer): Add optional arg NORECROD.
18262 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18263
18264 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18265
18266 * window.el (count-screen-lines): New function.
18267 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18268 instead of window-buffer-height.
18269
18270 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18271 non-existing variable comint-input-sentinel.
18272 (inferior-lisp-args-to-list): Removed.
18273 (inferior-lisp): Use split-string instead of
18274 inferior-lisp-args-to-list.
18275
18276 * hexl.el (hexl-insert-hex-string): New command.
18277
18278 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18279 instead of concat.
18280
18281 2000-04-18 Gerd Moellmann <gerd@gnu.org>
18282
18283 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18284 at the start of an existing but empty folder.
18285
18286 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18287
18288 * ps-mule.el: Customization fix, doc fix.
18289 (ps-multibyte-buffer): Customization fix.
18290
18291 2000-04-17 Richard M. Stallman <rms@gnu.org>
18292
18293 * subr.el (read-passwd): Use read-char-exclusive.
18294
18295 2000-04-17 Gerd Moellmann <gerd@gnu.org>
18296
18297 * textmodes/texinfo.el (texinfo-insert-@email)
18298 (texinfo-insert-@emph, texinfo-insert-@quotation)
18299 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18300 (texinfo-mode-map): Add key bindings for them.
18301
18302 * files.el (basic-save-buffer-2): Use a template with `$'
18303 instead of `#' for VMS.
18304
18305 * simple.el (clone-indirect-buffer): New function.
18306
18307 2000-04-16 Stephen Eglen <stephen@gnu.org>
18308
18309 * iswitchb.el (iswitchb-case): New function. If the user input
18310 contains any upper-case characters, the search is made
18311 case-sensitive.
18312
18313 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18314
18315 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18316 comment-end.
18317 (texinfo-font-lock-syntactic-keywords): New var.
18318 (texinfo-font-lock-keywords): Remove comment regexp.
18319 (texinfo-insert-block): New function.
18320 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18321 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18322 and font-lock-defaults. Use regexp-opt for outline-regexp.
18323 (texinfo-environments): New var.
18324 (texinfo-environment-regexp): Use regexp-opt and
18325 texinfo-environments.
18326
18327 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18328 ispell-process is bound since this might be eval'd before ispell
18329 is loaded.
18330 (ispell-message): Use a tiny bit less magic and a bit more hard
18331 data to figure out what kind of sc-cite-regexp to use.
18332
18333 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18334
18335 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18336 (insert-cyclic-diary-entry): Unquote the lambda.
18337
18338 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18339
18340 * files.el (backup-enable-predicate): Unquote the lambda.
18341
18342 * cus-edit.el (custom-face, face): Unquote the lambda.
18343
18344 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18345
18346 * ps-print.el: Check for line-beginning-position definition.
18347
18348 * ps-print.el: Fix counting lines in a region.
18349 (ps-print-version): New version number (5.1.5).
18350 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18351 (ps-printing-region): Fun code fix.
18352
18353 2000-04-15 Gerd Moellmann <gerd@gnu.org>
18354
18355 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18356 to file-directory-p.
18357
18358 2000-04-14 Gerd Moellmann <gerd@gnu.org>
18359
18360 * gud.el (gud-jdb-build-source-files-list): Check that directory
18361 exists before calling directory-files.
18362
18363 2000-04-13 Dave Love <fx@gnu.org>
18364
18365 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18366 syntax.
18367
18368 * emacs-lisp/cl-specs.el: Remove when, unless.
18369
18370 * emacs-lisp/cl-extra.el: Don't quote keywords.
18371 (cl-old-mapc): New variable.
18372 (mapc): Use it.
18373 (cl-map-intervals): Use with-current-buffer. Don't check for
18374 next-property-change.
18375 (cl-map-overlays): Use with-current-buffer.
18376 (cl-expt): Remove.
18377 (copy-tree, remprop): Define unconditionally.
18378
18379 * emacs-lisp/cl-compat.el (keywordp): Remove.
18380
18381 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18382 to use keywordp.
18383 (edebug-spec): Enable keywordp.
18384
18385 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18386 string-lessp.
18387
18388 * cus-start.el: Use keywordp.
18389
18390 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18391
18392 * diary-lib.el (include-other-diary-files): Fix the fix of
18393 2000-02-18 by doing a save-excursion.
18394
18395 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18396
18397 * ps-print.el: Customization fix, doc fix.
18398 (ps-print-version): New version number (5.1.4).
18399 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18400 (ps-print-preprint): Adjust code.
18401 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18402 (ps-print-prologue-header, ps-print-control-characters)
18403 (ps-spool-config): Customization fix.
18404
18405 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18406
18407 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18408 converted to the new menu-item format, names silightly changed,
18409 help strings added.
18410
18411 Support for spelling without async subprocesses:
18412
18413 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18414 (ispell-session-buffer): New variables.
18415 (ispell-start-process, ispell-process-status,
18416 ispell-accept-output, ispell-send-string): New functions, for
18417 Ispell invocation when async subprocesses aren't supported.
18418 (ispell-word, ispell-pdict-save, ispell-command-loop,
18419 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18420 to process-send-string with calls to ispell-send-string, and
18421 accept-process-output with ispell-accept-output.
18422 (ispell-init-process): Call ispell-process-status instead of
18423 process-status with.
18424 (ispell-init-process): Call ispell-start-process. Call
18425 ispell-accept-output and ispell-send-string. Don't call
18426 process-kill-without-query and kill-process if they are unbound.
18427 (ispell-async-processp): New function.
18428
18429 2000-04-12 Dave Love <fx@gnu.org>
18430
18431 * info.el: Add debug-ignored-errors.
18432 (Info-mode-menu): Add some items.
18433 (Info-directory): Add autoload cookie.
18434
18435 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18436 Modify `truncate-lines'. Make `describe-language-environment'
18437 always visible and add help. Modify `describe-key' help. Invoke
18438 Info-directory from `info'. New entry `emacs-manual'.
18439
18440 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18441
18442 * progmodes/ebrowse.el (ebrowse-tree-mode):
18443 Use propertized-buffer-identification.
18444 (ebrowse-update-member-buffer-mode-line): Likewise.
18445 (ebrowse--mode-strings): Removed.
18446 (ebrowse--mode-line-props): Removed.
18447
18448 * files.el (auto-mode-alist): Add `EBROWSE'.
18449
18450 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18451 space before testing for end of buffer.
18452 (ebrowse-load): Removed.
18453 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18454 (ebrowse-create-tree-buffer): Rewritten.
18455 (ebrowse-tree-mode): Read tree from buffer.
18456
18457 * progmodes/ebrowse-ffh.el: Removed.
18458
18459 2000-04-10 Kenichi Handa <handa@etl.go.jp>
18460
18461 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18462
18463 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18464
18465 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18466 at the wrong place.
18467
18468 2000-04-09 Dave Love <fx@gnu.org>
18469
18470 * files.el (backup-enable-predicate):
18471 Use temporary-file-directory, small-temporary-file-directory.
18472 (make-backup-file-name-function, backup-directory-alist): New vars.
18473 (make-backup-file-name-1): New function.
18474 (make-backup-file-name): Use it.
18475 (find-backup-file-name): Likewise. Use format for clarity, not concat.
18476 (file-newest-backup): Use make-backup-file-name.
18477
18478 2000-04-09 Gerd Moellmann <gerd@gnu.org>
18479
18480 * progmodes/ebrowse-ffh.el: New file.
18481
18482 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18483 Moved to ebrowse-ffh.el.
18484 (ebrowse-load): Add autoload.
18485
18486 * finder.el (finder-commentary): Add autoload cookie.
18487
18488 * mail/rfc2368.el: Correct author's email address.
18489
18490 * progmodes/ebrowse.el: New file.
18491
18492 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18493 item help string.
18494 (easy-menu-do-add-item): Ditto.
18495 (easy-menu-define): Extend doc string.
18496
18497 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
18498 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18499 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18500 with-buffer-unmodified.
18501
18502 2000-04-08 Dave Love <fx@gnu.org>
18503
18504 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18505 unless, when.
18506
18507 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18508
18509 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18510 (viper-flash-search-pattern): No operation when using Emacs
18511 doesn't support face.
18512 Use `viper-put-on-search-overlay'.
18513
18514 2000-04-04 Gerd Moellmann <gerd@gnu.org>
18515
18516 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18517 like C-r.
18518
18519 * progmodes/make-mode.el: Some doc fixes.
18520 (makefile-mode-abbrev-table): New variable.
18521 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18522 (makefile-font-lock-keywords): Fontify includes and conditionals.
18523 (toplevel): Require `dabbrev' and `add-log' when compiling.
18524
18525 * replace.el (perform-replace): Don't move forward one char
18526 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18527 to do that because it leaves point 1 position after the last
18528 replacement, after everything has been replaced.
18529
18530 * jit-lock.el (with-buffer-unmodified): New macro.
18531 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18532 modified state.
18533 (jit-lock-function-1): Extracted from jit-lock-function; not
18534 preserving buffer's modified state.
18535 (jit-lock-function, jit-lock-stealth-fontify):
18536 Call jit-lock-function-1.
18537
18538 * mail/rfc2368.el: Remove supernumerary copyright line.
18539
18540 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
18541
18542 * glasses.el: Provide facilities for inserting space before left
18543 parentheses and uncapitalization of identifiers.
18544 (glasses-mode): Try to remove old overlays in all cases.
18545
18546 2000-04-03 Gerd Moellmann <gerd@gnu.org>
18547
18548 * progmodes/compile.el (compile-internal): Display the compilation
18549 buffer in a different frame, if it's already displayed there.
18550
18551 * mail/rfc2368.el: New file.
18552
18553 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18554 header and insert its value as mail body.
18555
18556 * subr.el (member-ignore-case): New function.
18557
18558 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18559 (dabbrev--find-expansion): Ignore buffers matching a regexp
18560 from dabbrev-ignored-regexps.
18561
18562 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18563 to extensions handled by gzip.
18564
18565 2000-04-03 Richard M. Stallman <rms@gnu.org>
18566
18567 * files.el (insert-directory): List the total free space
18568 along with the used space.
18569
18570 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18571 line is followed by one that matches CITATION-REGEXP, end the
18572 paragraph.
18573
18574 2000-04-03 Markus Rost <rost@delysid.gnu.org>
18575
18576 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18577 (rmail-make-basic-summary-line): Use that option.
18578
18579 2000-04-03 Kenichi Handa <handa@etl.go.jp>
18580
18581 * international/mule-cmds.el (encoded-string-description):
18582 Rewritten. Try pretty description for ISO 2022 escape sequences
18583 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18584 for hexadecimal format.
18585
18586 2000-04-01 Dave Love <fx@gnu.org>
18587
18588 * cpp.el: Change customization group to `c' from `C'.
18589
18590 * vcursor.el (vcursor-move): Use display-color-p.
18591
18592 * international/mule-util.el: Provide mule-utils.
18593 (string-to-sequence): Simplify and speed up.
18594
18595 * international/mule.el (make-coding-system): Purecopy doc-string.
18596
18597 * international/mule-cmds.el: Various menu changes.
18598 (describe-specified-language-support): Handle `Default'.
18599 (set-language-info): Purecopy `info'.
18600
18601 2000-03-31 Andrew Innes <andrewi@gnu.org>
18602
18603 * vc.el (vc-backend-diff): Return the correct status if we had to
18604 retry the rcsdiff command without the --brief option.
18605
18606 2000-03-31 Dave Love <fx@gnu.org>
18607
18608 * help.el (help-manyarg-func-alist): Correct several omissions.
18609
18610 * add-log.el: Don't require cl, fortran.
18611 (add-log-current-defun-function): Doc fix.
18612 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
18613 (change-log-version-rcs): Function deleted.
18614 (change-log-version-number-search): Doc fix.
18615 Use vc-workfile-version. Avoid CL dolist.
18616 (add-change-log-entry): Just call add-log-current-defun to get
18617 defun. Simplify somewhat.
18618 (change-log-get-method-definition-1): Likewise.
18619 (add-log-current-defun): Return nil if calling
18620 add-log-current-defun-function does so. Move Fortran stuff to
18621 fortran.el. Return string without properties.
18622
18623 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18624 and :alpha: char classes.
18625
18626 * mail/supercite.el: Defvar curline when compiling.
18627 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18628 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18629 rather than a-zA-Z0-9 to allow non-ASCII characters.
18630
18631 2000-03-31 Gerd Moellmann <gerd@gnu.org>
18632
18633 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18634
18635 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18636 Re-enable new code.
18637
18638 * lpr.el (print-region-1): Use -d to specify printer name for
18639 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18640
18641 2000-03-31 Dave Love <fx@gnu.org>
18642
18643 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18644 Look for function definition in symbol's function value slot first
18645 instead of first consulting byte-compile-function-environment.
18646
18647 2000-03-31 Kenichi Handa <handa@etl.go.jp>
18648
18649 * language/european.el ("Polish"): New language environment.
18650 (setup-polish-environment): New function.
18651
18652 2000-03-30 Gerd Moellmann <gerd@gnu.org>
18653
18654 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18655 Disable new code.
18656
18657 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18658 trying to `load' the symbol of an autoload instead of the file
18659 recorded in the autoload. Fix error messages.
18660
18661 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18662
18663 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18664 (ps-print-version): New version number (5.1.3).
18665 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18666 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18667 (ps-generate-postscript-with-faces): Code fix.
18668 (ps-color-values): XEmacs compatibility.
18669 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18670 (ps-default-fg, ps-default-bg): Adjust customization.
18671 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18672 (ps-color-scale): Renaming old ps-color-value fun.
18673 (ps-print-headers): Replace ps-print-header group to avoid conflict
18674 with ps-print-header variable.
18675 (ps-print-miscellany): New group.
18676 (ps-format-color, ps-rgb-color): New funs.
18677 (ps-default-foreground): New var.
18678 (ps-printer-name-option): New const.
18679
18680 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18681
18682 * net/net-utils.el:
18683 (network-connection-host, network-connection-service): New variables
18684 (network-connection-mode): New mode, derived from comint-mode
18685 (network-connection-mode-setup): New function, saves host and
18686 service information in local variables.
18687
18688 * lisp/locate.el:
18689 (locate-word-at-point): Added this function
18690 (locate): Default to using locate-word-at-point as input
18691 Run dired-mode-hook
18692
18693 2000-03-29 Dave Love <fx@gnu.org>
18694
18695 * calendar/appt.el: Doc fixes.
18696 (appt-check): Convert min-to-app to a string before passing to
18697 appt-disp-window-function or concat.
18698 (appt-delete-window): Remove test for frame-root-window.
18699 (appt-select-lowest-window, appt-convert-time): Simplify.
18700
18701 * emacs-lisp/bytecomp.el: Doc fixes.
18702 (byte-compile-file-form-autoload):
18703 Update byte-compile-function-environment.
18704
18705 2000-03-29 Andreas Schwab <schwab@suse.de>
18706
18707 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
18708
18709 * dired.el (dired-insert-directory): If dired-free-space-program
18710 failed just delete its output.
18711
18712 2000-03-29 Dave Love <fx@gnu.org>
18713
18714 * international/iso-cvt.el: Move provide to end. Doc fixes.
18715 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18716 (iso-iso2sgml, iso-sgml2iso): New functions.
18717 (iso-cvt-define-menu): Fix some entries and use backquote for
18718 clarity.
18719
18720 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18721
18722 2000-03-28 Gerd Moellmann <gerd@gnu.org>
18723
18724 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18725 ISO-DATE. If non-nil, return date in ISO 8601 format.
18726
18727 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18728
18729 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18730 if it ever becomes used.
18731 (log-edit-mode-hook): Default to vc-log-mode-hook.
18732 (log-edit-mode): Fix the docstring.
18733
18734 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18735 the code.
18736
18737 2000-03-26 Dave Love <fx@gnu.org>
18738
18739 * net/browse-url.el (browse-url): Re-fix case of
18740 browse-url-browser-function being an alist.
18741 (browse-url): Add :link to defgroup.
18742
18743 * files.el: Doc fixes.
18744 (file-truename): Include `[' in wildcard characters.
18745 (automount-dir-prefix): Customize.
18746 (find-file-wildcards): Add :version.
18747 (find-file-noselect): Simplify a mapcar call.
18748
18749 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18750 compatible with inf-lisp version.
18751 (eval-defun-1): Fix custom-declare-variable case.
18752
18753 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18754
18755 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18756
18757 2000-03-24 Gerd Moellmann <gerd@gnu.org>
18758
18759 * Makefile (COMPILE_FIRST): New macro.
18760 (compile-files): Compile files from COMPILE_FIRST first.
18761
18762 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
18763
18764 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18765 matching open parenthesis in column 0 to defun-prompt-regexp
18766 only if open-paren-in-column-0-is-defun-start is set.
18767
18768 * sun-curs.el: Require CL at compile-time only.
18769
18770 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18771 instead of copy-list which is a function from CL.
18772 (msb--choose-menu, msb--mode-menu-cond)
18773 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18774 (msb--init-file-alist): Use mapcar instead of mapcan.
18775 (msb--aggregate-alist): Use mapcar instead of mapcan.
18776 Fix `(' in column 0 in doc string.
18777 (msb--add-separators): Use mapcar instead of mapcan.
18778
18779 * cus-dep.el: Require CL at compile-time only.
18780
18781 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18782
18783 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18784 (byte-compile-warnings): New warning `noruntime'.
18785 (byte-compile-constants, byte-compile-variables): Fix docstring.
18786 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18787 execute `eval-whenc-compile's body.
18788 (byte-compile-unresolved-functions): Fix docstring.
18789 (byte-compile-eval): New function.
18790 (byte-compile-callargs-warn): Check if the function will be available
18791 at runtime (via property `byte-compile-noruntime').
18792 (byte-compile-print-syms): New function.
18793 (byte-compile-warn-about-unresolved-functions): Also warn about
18794 `noruntime' functions (and use `byte-compile-print-syms').
18795 (byte-compile-file): Capitalize the message.
18796
18797 2000-03-24 Gerd Moellmann <gerd@gnu.org>
18798
18799 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18800 (rmail-expunge): Ask for confirmation depending on the setting
18801 of rmail-confirm-expunge.
18802
18803 2000-03-23 Gerd Moellmann <gerd@gnu.org>
18804
18805 * Makefile (bootstrap-clean): If $(emacs) exists, build
18806 loaddefs.el first. A loaddefs.el that's not up-to-date might
18807 cause a bootstrap failure because things don't autoload as expected.
18808
18809 2000-03-23 Dave Love <fx@gnu.org>
18810
18811 * net/browse-url.el: Restore previous use of
18812 browse-url-maybe-new-window.
18813
18814 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18815
18816 * ps-print.el: Skip banner page fix.
18817 (ps-print-version): New version number (5.1.2).
18818 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18819
18820 2000-03-23 Dave Pearson <davep@davep.org>
18821
18822 * net/quickurl.el Changed the type of parameter passed to the
18823 function defined by `quickurl-format-function'. Before only the
18824 text of the URL was passed. Now the whole URL structure is passed
18825 and the function is responsible for extracting the parts it requires.
18826 Changed the default of `quickurl-format-function' accordingly.
18827 (quickurl-insert): Changed the `funcall' of
18828 `quickurl-format-function' to match the above change.
18829 (quickurl-list-insert): Changed the `url' case so that it makes
18830 use of `quickurl-format-function', previous to this the format was
18831 hard wired.
18832
18833 2000-03-22 Gerd Moellmann <gerd@gnu.org>
18834
18835 * startup.el: Change some spellings for the X Window System.
18836
18837 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18838
18839 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18840 Clean up the code and the regexp and make sure the cursor is
18841 temporarily moved to the suspicious line while querying the user.
18842
18843 2000-03-22 Jason Rumney <jasonr@gnu.org>
18844
18845 * w32-fns.el (w32-charset-info-alist): Initialize.
18846
18847 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18848
18849 * ps-print.el: N-up last page fix.
18850 (ps-print-version): New version number (5.1.1).
18851 (ps-end-file, ps-end-job, ps-generate): Code fix.
18852
18853 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18854
18855 * files.el (find-file-run-dired): Update docstring.
18856 (find-directory-functions): New hook.
18857 (find-file-noselect): Run find-directory-functions rather than
18858 calling dired directly.
18859
18860 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18861
18862 * pcvs.el: Add a minimal leading commentary.
18863 (cvs-make-cvs-buffer): Change the header part by removing the startup
18864 message and adding a `Module' entry. Also replace the FOOTER and
18865 HEADER special fileinfos with the new support in ewoc for updating
18866 its own footer and header.
18867 (cvs-update-header): Update to use the header/footer of the ewoc.
18868 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18869 (cvs-is-within-p): New function.
18870 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18871 to only examine some subset of the buffers.
18872
18873 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18874 `format' instead of our own ad-hoc functions.
18875 Remove HEADER and FOOTER cases, now handled in the EWOC.
18876 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18877
18878 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18879 output to avoid scaring the user.
18880 (cvs-parse-table): Catch message for non-up-to-date commits.
18881
18882 * pcvs-defs.el (cvs-startup-message): Remove.
18883 (cvs-global-menu): New autoloaded menu.
18884
18885 * pcvs-util.el (cvs-string-fill): Remove.
18886
18887 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18888 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18889 PP part of it and also make it work for footers and headers.
18890 (ewoc-create): Drop POS and BUFFER arguments.
18891 Use the DLL's dummy node to store the end-of-footer position.
18892 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18893 (ewoc-refresh): Remove unused `header' variable.
18894 (ewoc-(get|set)-hf): New functions.
18895
18896 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18897 log-view-*-(message|file) and use easy-mmode-define-navigation.
18898 (log-view-message-re): Match SCCS format as well.
18899 And match the revision line rather than the dashed separator line.
18900 (log-view-mode): Use the new define-derived-mode.
18901 (log-view-current-tag): Fill in with an actual implementation.
18902
18903 * cvs-status.el (cvs-status-(prev|next)): Rename from
18904 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18905 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18906 to let the output "breathe" a little more (more readable).
18907 (cvs-status-mode): Use the new define-derived-mode.
18908
18909 * smerge-mode.el (smerge-auto-leave): New function and variable.
18910 (smerge-basic-map): Rename from smerge-basic-keymap.
18911 Change the bindings for smerge-diff-*.
18912 (smerge-*-map): Use easy-mmode-defmap.
18913 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18914 (smerge-keep-*): Use smerge-auto-leave.
18915
18916 2000-03-21 Jason Rumney <jasonr@gnu.org>
18917
18918 * cus-edit.el (custom-button-face): Use 3D look for w32.
18919 (custom-button-pressed-face): Likewise.
18920
18921 2000-03-21 Gerd Moellmann <gerd@gnu.org>
18922
18923 * progmodes/etags.el (tags-case-fold-search): New user-option.
18924 (tags-loop-eval): New function. Bind case-fold-search around eval
18925 depending on the value of tags-case-fold-search.
18926 (tags-loop-continue): Use tags-loop-eval.
18927 (find-tag-in-order): Bind case-fold-search depending on the value
18928 of tags-case-fold-search.
18929
18930 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18931
18932 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
18933 (diff-end-of-hunk): Return the end position for use in
18934 `easy-mmode-define-navigation'.
18935 (diff-recenter): Remove.
18936 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18937 of `easy-mmode-define-navigation'.
18938 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18939 previous renaming) and fix to use new names.
18940 (diff-merge-strings): Use \n as separator: simpler, faster.
18941 (diff-mode): Use `define-derived-mode'.
18942
18943 * derived.el (define-derived-mode): Don't autoload anymore.
18944 Prefer the macro-only version provided by easy-mmode.el.
18945
18946 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
18947 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
18948 (easy-mmode-define-navigation): New macro.
18949
18950 * subr.el (combine-run-hooks): New function.
18951
18952 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
18953
18954 * term/x-win.el: Fontsets related initialization is simplified.
18955
18956 * international/mule-diag.el (describe-font): Don't refer to
18957 global-fontset-alist, instead call font-list.
18958 (describe-fontset, list-fontsets, mule-diag): Likewise.
18959 (print-fontset): Adjusted for the change of fontset implementation.
18960
18961 * international/fontset.el (x-charset-registries): Variable removed,
18962 instead the corresponding data is stored in the default fontset.
18963 (register-alternate-fontnames): Function removed.
18964 (resolved-ascii-font): Variable removed.
18965 (x-compose-font-name): Ignore the second argument REDOCE.
18966 (x-complement-fontset-spec): Complement only an ASCII font and
18967 element for those charsets than can use that ASCII font.
18968 (generate-fontset-menu): Don't refer to global-fontset-alist,
18969 instead call fontset-list.
18970 (uninstantiated-fontset-alist): Variable removed.
18971 (x-style-funcs-alist): Likewise.
18972 (fontset-default-styles): Likewise.
18973 (x-modify-font-name): Function removed.
18974 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
18975 (create-fontset-from-ascii-font): Docsting adjusted for the above
18976 change.
18977 (instantiate-fontset, resolve-fontset-name): Functions removed.
18978 (fontset-list): Now implemented by C code.
18979
18980 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18981 (describe-face): Include `font' attribute in the description.
18982
18983 2000-03-21 Kenichi Handa <handa@etl.go.jp>
18984
18985 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18986
18987 2000-03-20 Gerd Moellmann <gerd@gnu.org>
18988
18989 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18990 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18991 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18992
18993 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18994 about behavior of set-buffer-modified-p wrt redisplay.
18995
18996 2000-03-19 Richard M. Stallman <rms@gnu.org>
18997
18998 * view.el (view-mode-disable): Kill local binding of view-read-only.
18999
19000 2000-03-18 Gerd Moellmann <gerd@gnu.org>
19001
19002 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19003 is a string, convert it to a syntax cell using string-to-syntax.
19004
19005 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19006 (string-to-syntax): New function.
19007
19008 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19009 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19010 try to use passive ftp mode.
19011
19012 2000-03-17 Gerd Moellmann <gerd@gnu.org>
19013
19014 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19015
19016 * simple.el (append-to-buffer): Update point of windows after
19017 insertion.
19018
19019 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19020 forward then moving backward. Reindent.
19021
19022 * frame.el (other-frame): Call x-focus-frame only if
19023 focus-follows-mouse is off.
19024
19025 2000-03-17 Dave Love <fx@gnu.org>
19026
19027 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
19028
19029 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19030
19031 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19032 regexp for labels cannot span several lines.
19033
19034 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19035 `(setq :<key> ':<key>)' to the macro expansion.
19036
19037 2000-03-16 Dave Love <fx@gnu.org>
19038
19039 * progmodes/f90.el (f90): Put custom group under `languages', not
19040 `fortran'.
19041 (f90-mode-hook): Customize.
19042 (f90-mode): Set add-log-current-defun-function.
19043 (f90-current-defun): New function.
19044
19045 2000-03-16 Gerd Moellmann <gerd@gnu.org>
19046
19047 * cus-edit.el (custom-variable-tag-face): Handle case that
19048 default face's height is not a number.
19049 (custom-face-tag-face, custom-group-tag-face-1)
19050 (custom-group-tag-face): Ditto.
19051 (custom-group-tag-face-1): Add :group.
19052
19053 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19054
19055 2000-03-15 Gerd Moellmann <gerd@gnu.org>
19056
19057 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19058 requiring easymenu.
19059
19060 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19061
19062 * ps-print.el: PostScript user-defined prologue, PostScript error
19063 handler, doc fix.
19064 (ps-print-version): New version number (5.1).
19065 (ps-user-defined-prologue, ps-error-handler-message)
19066 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19067 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19068 (ps-insert-string): New function.
19069
19070 2000-03-15 Kenichi Handa <handa@etl.go.jp>
19071
19072 * international/ccl.el (ccl-compile-expression): Don't generate
19073 invalid self-assignment code.
19074
19075 2000-03-14 Dave Love <fx@gnu.org>
19076
19077 * subr.el (replace-regexp-in-string): Renamed from
19078 replace-regexps-in-string. Doc fix.
19079
19080 2000-03-12 Dave Love <fx@gnu.org>
19081
19082 * cus-edit.el: Doc fixes.
19083 (customize-set-variable, customize-save-variable): Rename args for doc.
19084 (custom-variable-tag-face, custom-face-tag-face)
19085 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19086 style which user identify as hyperlink.
19087 (hook): Don't add undefined functions to the hook.
19088 (debug-ignored-errors): Transfer message from bindings.el.
19089
19090 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19091
19092 * recentf.el (recentf-keep-non-readable-files-p):
19093 Remove double/nested definition.
19094
19095 2000-03-12 Dave Love <fx@gnu.org>
19096
19097 * facemenu.el (facemenu-get-face): Use display-color-p.
19098 * enriched.el (enriched-decode-foreground): Likewise.
19099 (enriched-decode-background): Likewise.
19100 * isearch.el (isearch-highlight): Likewise.
19101 * info-look.el (info-lookup): Likewise.
19102 * simple.el (completion-setup-function): Likewise.
19103
19104 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19105 :options.
19106
19107 * bindings.el (mode-line-format): Fix line-number and
19108 column-number items. Add help-echo for the background.
19109 (mode-line-mule-info): Modify help-echo.
19110
19111 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19112
19113 * files.el (load-file): Allow completion to .elc.
19114
19115 * man.el: Doc fixes.
19116 (Man-init-defvars): Use display-color-p to set fontification.
19117
19118 * play/hanoi.el (hanoi-internal): Don't use oddp.
19119
19120 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19121
19122 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19123
19124 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19125
19126 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19127
19128 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19129 Fix comment.
19130
19131 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19132
19133 * font-lock.el (font-lock-keywords): Fix the doc now that
19134 regexp-opt-depth is unnecessary.
19135 (save-buffer-state): Set an edebug spec.
19136 (font-lock-fontify-anchored-keywords): Properly handle the case when
19137 the matcher goes past the limit.
19138
19139 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19140 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19141
19142 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19143 dll.el and cookie.el (from Elib) with heavy renaming and other
19144 massaging.
19145
19146 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19147 Autoload the functions used.
19148 (easy-mmode-define-syntax): Fix CL typo.
19149 (easy-mmode-define-derived-mode): Improve the docstring generation.
19150
19151 2000-03-10 Gerd Moellmann <gerd@gnu.org>
19152
19153 * textmodes/texinfo.el (texinfo-version): Variable and function
19154 removed.
19155
19156 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19157
19158 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19159 allow more flexibility.
19160 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
19161 (easy-mmode-defmap, easy-mmode-defsyntax)
19162 (easy-mmode-define-derived-mode): New macros.
19163
19164 2000-03-09 Didier Verna <didier@xemacs.org>
19165
19166 * rect.el (replace-rectangle): New function.
19167
19168 2000-03-09 Dave Love <fx@gnu.org>
19169
19170 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
19171 (fortran-comment-line-start-skip): Don't match cpp stuff.
19172 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19173 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19174 (fortran-mode): Don't set fortran-comment-line-start-skip,
19175 fortran-comment-line-start here. Set comment-start,
19176 add-log-current-defun.
19177 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19178 (fortran-current-defun): New function.
19179
19180 2000-03-09 Gerd Moellmann <gerd@gnu.org>
19181
19182 * emacs-lisp/re-builder.el: New file.
19183
19184 * mouse.el (mouse-drag-region): Don't run up-event handler
19185 if hscroll has changed.
19186
19187 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19188 builtin operators, use `font-lock-builtin-face' for Emacs and
19189 `font-lock-preprocessor-face' otherwise.
19190
19191 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19192 `(defun (setf foo)' differently.
19193
19194 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19195
19196 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19197 (regexp-opt): Update comment and adapt the code the new meaning of
19198 the `paren' argument of regex-opt-group for shy-groups.
19199 (regexp-opt-depth): Handle shy groups as well as backslashed
19200 backslashes.
19201 (regexp-opt-group): Turn the leading comment into a docstring.
19202 Allow `paren' to be a string (the string to use to open a group).
19203 Remove open-presuf and close-presuf. Instead of checking for `all
19204 one-char' and then later on check for `several one-char', handle
19205 both cases close together. Also apply a more generic algorithm
19206 for suffixes (the mirror image of the algorithm used for
19207 prefixes). Use shy-groups. Use nreverse rather than reverse.
19208 (regexp-opt-try-suffix): Removed.
19209
19210 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19211 from comint-mode-map, so we can just inherit from it. Also, move
19212 the initialization into the `defvar' since there's no docstring
19213 anyway and it's fairly short.
19214 (inferior-scheme-mode): Define it as derived-mode: the code is
19215 shorter and this way we inherit from comint-mode-map rather than
19216 copying it.
19217
19218 * subr.el (replace-regexps-in-string): Properly handle the case
19219 where we match an empty string.
19220
19221 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19222 when the command has a directory component (such as "./testml").
19223 Also fix a typo in the comment.
19224
19225 2000-03-08 Gerd Moellmann <gerd@gnu.org>
19226
19227 * Makefile (compile-files): Compile files one by one because
19228 that's the only way to ensure a clean compilation environment for
19229 each individual file.
19230
19231 * frame.el (other-frame): Call x-focus-frame.
19232
19233 2000-03-07 Dave Love <fx@gnu.org>
19234
19235 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19236 :require to defcustom.
19237
19238 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
19239
19240 * files.el (auto-mode-alist): Add configure.in.
19241
19242 * progmodes/autoconf.el: New file.
19243
19244 2000-03-07 Gerd Moellmann <gerd@gnu.org>
19245
19246 * mail/mh-e.el: Change maintainer to `none'.
19247
19248 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19249 to remove-hook and add-hook.
19250
19251 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19252
19253 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19254 it as the default.
19255 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19256 (sendmail-send-it): Conditionally add MIME headers specifying the
19257 used character set.
19258
19259 2000-03-07 Dave Love <fx@gnu.org>
19260
19261 * winner.el: Fix keywords, autoload cookies.
19262 Split eval-when-compile form to avoid compilation failure.
19263
19264 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19265
19266 * international/mule.el: Modify comment about coding system
19267 property `coding-category'.
19268 (make-coding-system): New argument EOL-TYPE. Pay attention to
19269 coding-category property of PROPERTIES.
19270
19271 * international/mule-conf.el (coding-category-utf-8)
19272 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
19273 categories. Include them in the argument for set-coding-priority.
19274
19275 * international/mule-cmds.el (reset-language-environment):
19276 Include coding-category-utf-8, coding-category-utf-16-be, and
19277 coding-category-utf-16-le in the argument for set-coding-priority.
19278 (reset-language-environment): Initialize coding-category-utf-8,
19279 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19280
19281 2000-03-06 Karl Fogel <kfogel@red-bean.com>
19282
19283 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19284 code abstracted out of `bookmark-jump-noselect'. Now tries info
19285 extensions as well as compression extensions.
19286 (bookmark-jump-noselect): Use above new func.
19287
19288 2000-03-03 Gerd Moellmann <gerd@gnu.org>
19289
19290 * strokes.el: Change maintainer's mail address.
19291
19292 2000-03-03 Kenichi Handa <handa@etl.go.jp>
19293
19294 * international/mule-diag.el (list-character-sets): Make help-echo
19295 string by substitute-command-keys.
19296 (list-character-sets): Likewise.
19297 (sort-listed-character-sets): Call help-setup-xref.
19298
19299 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19300
19301 * time.el (display-time-mail-file): Add `none' to the list of choices.
19302
19303 2000-03-01 Dave Love <fx@gnu.org>
19304
19305 * help.el (help-xref-go-back): Don't try to set position.
19306
19307 * international/mule-diag.el (list-character-sets):
19308 Call help-setup-xref. Add help-echo to xrefs.
19309 (list-character-sets-1): Add help-echo to xrefs.
19310
19311 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19312
19313 * frame.el (blink-cursor-mode): Switch cursor on when turning
19314 the mode off.
19315
19316 * add-log.el (add-log-current-defun): Add support for
19317 Autoconf mode.
19318
19319 * mail/rmail.el (rmail-quit-hook): New variable.
19320
19321 2000-03-01 Dave Love <fx@gnu.org>
19322
19323 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19324
19325 * help.el (help-xref-button): Add help-echo arg.
19326 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19327
19328 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
19329
19330 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
19331
19332 2000-03-01 Gerd Moellmann <gerd@gnu.org>
19333
19334 * image.el (defimage): Look for image files in load-path.
19335
19336 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
19337
19338 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19339
19340 * recentf.el (recentf): Added version tag to the defgroup of recentf.
19341
19342 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19343
19344 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
19345 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19346 action to select/unselect a file.
19347 (recentf-edit-list): Code cleanup and improvement.
19348 (recentf-open-more-files-action): `recentf-open-more-files' button
19349 widget action to open a file.
19350 (recentf-open-more-files): No more use standard completion but widgets.
19351 (recentf-more-collection): Deleted.
19352 (recentf-more-history): Deleted.
19353 (recentf-setup-more-completion): Deleted.
19354
19355 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19356
19357 * recentf.el (recentf-mode): No more needs that Emacs is running
19358 under a window-system.
19359
19360 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19361
19362 * recentf.el (recentf-edit-list): New command to edit the recent
19363 list which allow the user to remove files.
19364 (recentf-edit-selected-items): New global variable, used by
19365 `recentf-edit-list' to hold the list of files to be removed from
19366 the recent list.
19367 (recentf-make-menu-items): Updated to display a "Edit list..."
19368 menu item. Minor code cleanup.
19369
19370 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19371
19372 * recentf.el (recentf-open-more-files): New command to open files
19373 that are not displayed in the menu.
19374 (recentf-more-collection): New global variable holding the set of
19375 permissible completions used by `recentf-open-more-files'.
19376 (recentf-more-history): New global variable holding the history list
19377 used by `recentf-open-more-files' completion.
19378 (recentf-setup-more-completion): New function to setup completion for
19379 `recentf-open-more-files'.
19380 (recentf-make-menu-items): Updated to display a "More..." menu item.
19381
19382 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19383
19384 * recentf.el (recentf-menu-action): Doc fixed.
19385
19386 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19387
19388 * recentf.el (recentf-menu-filter): Doc updated.
19389 (recentf-update-menu-hook): Allow menu filters to force menu update.
19390 (recentf-make-menu-items): New menu filter handling.
19391 (recentf-make-menu-item): New helper function.
19392 (recentf-menu-elements): New menu handling function.
19393 (recentf-sort-ascending): Updated to new menu filter handling.
19394 (recentf-sort-descending): Updated to new menu filter handling.
19395 (recentf-sort-basenames-ascending): New menu filter function.
19396 (recentf-sort-basenames-descending): New menu filter function.
19397 (recentf-show-basenames): New menu filter function.
19398 (recentf-show-basenames-ascending): New menu filter function.
19399 (recentf-show-basenames-descending): New menu filter function.
19400
19401 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19402
19403 * diary-lib.el (list-diary-entries): Don't try to go forward at
19404 the end of the buffer.
19405
19406 2000-02-29 Kenichi Handa <handa@etl.go.jp>
19407
19408 * international/mule-diag.el (list-character-sets):
19409 Completely rewritten.
19410 (sort-listed-character-sets): New function.
19411 (list-character-sets-1): Completely rewritten.
19412 (list-character-sets-2): New function.
19413 (non-iso-charset-alist): New variable.
19414 (decode-codepage-char): New function.
19415 (charset-history): New variable.
19416 (read-charset) (list-block-of-chars)
19417 (list-iso-charset-chars)
19418 (list-non-iso-charset-chars)
19419 (list-charset-chars): New functions.
19420 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
19421 (dump-charsets): Likewise.
19422
19423 2000-02-29 Gerd Moellmann <gerd@gnu.org>
19424
19425 * dired-x.el (dired-filename-at-point): Add `@' to valid
19426 file name characters.
19427 (dired-filename-at-point): Handle ange-ftp file names.
19428
19429 * frame.el (frame-notice-user-settings): Use assq-delete-all
19430 instead of assoc-delete-all.
19431 (frame-notice-user-settings): Ditto.
19432
19433 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19434 Don't copy alist.
19435
19436 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19437
19438 * calculator.el (calculator-use-menu): New option.
19439 (calculator-initial-bindings): Changed some bindings to work as macros.
19440 (calculator-forced-input): Removed.
19441 (calculator-restart-other-mode): New variable.
19442 (calculator-mode-map): Set up menu.
19443
19444 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19445
19446 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
19447
19448 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19449
19450 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
19451 translate all ESC key sequences.
19452 (viper-goto-mark-subr): Restore markers for files for which
19453 they were saved.
19454 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19455 * viper-util.el (viper-set-replace-overlay-glyphs)
19456 (viper-set-replace-overlay): Always check if the replacement
19457 overlay is live.
19458 * viper.el (viper-vi-state-mode-list): Add major modes.
19459 * ediff-wind.el: Minor comment changes.
19460 * ediff.el: Copyright notice date fix.
19461
19462 2000-02-27 Jason Rumney <jasonr@gnu.org>
19463
19464 * faces.el (face-font-family-alternatives): Add arial to helv.
19465 (mode-line, header-line, tool-bar): Same default as x for w32.
19466 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19467 face-font-family-alternatives from working.
19468 * term/w32-win.el (mouse-set-font): Do not build fontset from
19469 chosen font.
19470
19471 2000-02-25 Sam Steingold <sds@goems.com>
19472
19473 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19474 properly.
19475
19476 2000-02-25 Richard M. Stallman <rms@gnu.org>
19477
19478 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19479
19480 2000-02-25 Gerd Moellmann <gerd@gnu.org>
19481
19482 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
19483
19484 * frame.el (busy-cursor-delay-seconds): New option.
19485
19486 2000-02-24 Gerd Moellmann <gerd@gnu.org>
19487
19488 * frame.el (show-cursor-in-non-selected-windows): New option.
19489
19490 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19491
19492 * diary-lib.el (include-other-diary-files): Undo the selective
19493 display in any included file and don't kill it.
19494
19495 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19496
19497 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19498 Menu items converted to (menu-item format, help strings added.
19499 [downcase, upcase]: Don't enable on MS-DOS.
19500 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
19501 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19502
19503 2000-02-23 Dave Love <fx@gnu.org>
19504
19505 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19506 (backward-kill-word): Revert addition of * to interactive spec --
19507 it's a feature.
19508
19509 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19510 (backward-kill-sentence, kill-sentence): Likewise.
19511
19512 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19513 scratch buffer name.
19514 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
19515
19516 * term/w32-win.el (internal-face-interactive): Update prompt for
19517 new read-face-name.
19518
19519 * mail/footnote.el (footnote): Add :version to defgroup.
19520 (footnote-section-tag-regexp): Customize.
19521 (footnote-start-tag, footnote-end-tag): New option.
19522 (footnote-latin-regexp): New variable.
19523 (Footnote-latin): New function.
19524 (footnote-style-alist): Add element for latin style.
19525 (footnote-style): Moved.
19526 (Footnote-goto-footnote): Use eq to test arg.
19527
19528 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19529
19530 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19531 (byte-compile-trueconstp): Include keywords.
19532 (byte-optimize-quote, byte-optimize-lapcode):
19533 Use byte-compile-const-symbol-p.
19534 (byte-optimize-char-before): New optimization.
19535
19536 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19537 (byte-compile-const-symbol-p): New function.
19538 (byte-compile-constp, byte-compile-out-toplevel)
19539 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19540 Use it.
19541
19542 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19543
19544 2000-02-23 Kenichi Handa <handa@etl.go.jp>
19545
19546 * international/encoded-kb.el: Be sure to update minor-mode-alist
19547 and minor-mode-map-alist.
19548 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19549 codes SS2 and SS3 correctly.
19550 (encoded-kbd-self-insert-ccl): New function.
19551 (encoded-kbd-setup-keymap): New function.
19552 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19553 by calling encoded-kbd-setup-keymap.
19554
19555 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19556 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
19557
19558 2000-02-22 Dave Love <fx@gnu.org>
19559
19560 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
19561 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
19562 (lisp-mode-syntax-table): Set up for #|...|# comments.
19563 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19564 classes. Match `defface'.
19565 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19566 (eval-defun-1): Fix for defcustom.
19567 (lisp-indent-region): Doc fix.
19568
19569 * subr.el (when, unless, split-string): Doc fix.
19570 (read-passwd): Move call of clear-this-command-keys to the right place.
19571 (replace-regexps-in-string): New function.
19572
19573 2000-02-22 Gerd Moellmann <gerd@gnu.org>
19574
19575 * help.el (describe-variable): Set syntax table to
19576 emacs-lisp-mode-syntax-table when moving forward over the
19577 symbol's name.
19578
19579 2000-02-22 Dave Love <fx@gnu.org>
19580
19581 * xt-mouse.el: Doc fixes.
19582 (xterm-mouse-position-function): New function, replacing advice of
19583 mouse-position.
19584 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19585
19586 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19587
19588 2000-02-21 Gerd Moellmann <gerd@gnu.org>
19589
19590 * format.el (format-annotate-single-property-change):
19591 Handle properties.with dotted-list values.
19592 (format-proper-list-p): New function.
19593
19594 * enriched.el (enriched-face-ans): Handle '(foreground-color
19595 . COLOR) and (background-color . COLOR).
19596
19597 2000-02-20 Dave Love <fx@gnu.org>
19598
19599 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19600 and assignments to it.
19601 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19602 current local map.
19603 (make-flyspell-overlay): Use it.
19604 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19605
19606 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19607 (lm-get-header-re): Defun, not defsubst.
19608 (lm-get-package-name): Defun, not defsubst. Simplify.
19609 (lm-version): Doc fix. Simplify.
19610 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19611 (lm-crack-address, lm-last-modified-date, lm-commentary)
19612 (lm-verify, lm-synopsis): Simplify.
19613 (lm-report-bug): Require emacsbug. Use compose-mail.
19614
19615 2000-02-20 Gerd Moellmann <gerd@gnu.org>
19616
19617 * dired.el (dired-mode): Call propertized-buffer-identification
19618 to set mode-line-buffer-identification to something having
19619 the right text properties.
19620
19621 * bindings.el (propertized-buffer-identification): New function.
19622
19623 2000-02-20 Dave Love <fx@gnu.org>
19624
19625 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19626 check for t-mouse too.
19627
19628 * cus-start.el: Make echo-keystrokes `number'.
19629
19630 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19631
19632 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19633 Don't call ring-empty-p unless tags-location-ring is bound.
19634 From Noah Friedman <friedman@splode.com>.
19635
19636 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19637
19638 * progmodes/hideshow.el (hs-flag-region): No longer use
19639 `intangible' overlay property.
19640
19641 (hs-toggle-hiding): New command.
19642 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19643
19644 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19645 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19646 and deactivation.
19647
19648 2000-02-18 Gerd Moellmann <gerd@gnu.org>
19649
19650 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19651
19652 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19653
19654 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19655
19656 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19657 of `*' to handle `(* ... *)' comments.
19658
19659 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19660
19661 * faces.el (list-faces-display): Use display-mouse-p instead of
19662 window-system.
19663
19664 * menu-bar.el (global-map): Menu-bar items converted to the new
19665 format (menu-item..., rearranged for better CUA compliance, and
19666 their names changed for better clarity. Help strings added.
19667
19668 * international/mule-cmds.el (mule-menu-keymap)
19669 (describe-language-environment-map, set-coding-system-map)
19670 (setup-language-environment-map): Convert to new (menu-item...
19671 form, add help strings. Change names of menu items for better clarity.
19672 "Mule" menu-bar item removed (it's now in the "Options" submenu).
19673
19674 2000-02-17 Gerd Moellmann <gerd@gnu.org>
19675
19676 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19677 within the code.
19678
19679 2000-02-16 Dave Love <fx@gnu.org>
19680
19681 * faces.el: Don't require custom. Add more specific :groups to
19682 various deffaces.
19683 (set-face-attribute): Purecopy args.
19684 (read-face-name): Default to name at point and use it in prompt.
19685 Remove colon from arg in all callers.
19686 (list-faces-display): Hyperlink to face descriptions and customize
19687 buffers.
19688
19689 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19690
19691 * wid-edit.el (widget-match-inline): An atom never matches a list.
19692
19693 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19694
19695 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19696 at ':' characters by call to split-string.
19697
19698 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19699
19700 * textmodes/bibtex.el: Added RCS version identification.
19701
19702 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19703
19704 * textmodes/bibtex.el: Some temporary comments removed.
19705 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
19706 (bibtex-field-const): Allow capital letters.
19707 (bibtex-start-of-string): Deleted because unused.
19708
19709 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19710 use the term 'reference' to describe a bibtex entry as a whole.
19711 Further, reference keys are no longer called 'labels'.
19712 (bibtex-keys): Renamed to bibtex-reference-keys.
19713 (bibtex-reformat-previous-labels): Renamed to
19714 bibtex-reformat-previous-reference-keys.
19715 (bibtex-reference-type): Renamed to bibtex-entry-type.
19716 (bibtex-reference-head): Renamed to bibtex-entry-head.
19717 (bibtex-reference-maybe-empty-head): Renamed to
19718 bibtex-entry-maybe-empty-head.
19719 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19720 (bibtex-search-reference): Renamed to bibtex-search-entry.
19721 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19722 bibtex-enclosing-entry-maybe-empty-head.
19723 (bibtex-entry-field-alist, bibtex-entry-head)
19724 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19725 (bibtex-map-entries, bibtex-search-entry)
19726 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19727 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19728 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19729 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19730 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19731 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19732 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
19733
19734 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19735
19736 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19737 comment.
19738 (bibtex-format-field-delimiters): New function, functionality
19739 extracted from bibtex-format-entry.
19740 (bibtex-autokey-get-yearfield-digits): New function, functionality
19741 extracted from bibtex-autokey-get-yearfield.
19742
19743 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19744 entries in order to avoid stack overflow in the regexp matcher if
19745 field contents become large.
19746 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19747 (bibtex-field-string-part-not-braced)
19748 (bibtex-field-string-part-no-inner-braces)
19749 (bibtex-field-string-part-1-inner-brace)
19750 (bibtex-field-string-part-2-inner-braces)
19751 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19752 (bibtex-field-string-quoted, bibtex-field-string)
19753 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19754 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19755 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19756 Deleted as parsing is now performed by the following functions.
19757 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19758 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19759 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19760 (bibtex-parse-association, bibtex-field-name-for-parsing)
19761 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19762 (bibtex-search-forward-field, bibtex-search-backward-field)
19763 (bibtex-start-of-field, bibtex-end-of-field)
19764 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19765 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19766 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19767 (bibtex-parse-string, bibtex-search-forward-string)
19768 (bibtex-search-backward-string, bibtex-start-of-string)
19769 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19770 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19771 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
19772 entries. Instead of reporting the results of the parsing by
19773 match-beginning or match-end, these functions return data structures
19774 that hold the corresponding positions.
19775 (bibtex-enclosing-field): Changed to also report field boundaries by
19776 return values rather than by match-beginning or match-end.
19777 The following functions have been adapted to use the new
19778 parsing functions.
19779 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19780 (bibtex-enclosing-field, bibtex-format-entry)
19781 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19782 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19783 (bibtex-print-help-message, bibtex-end-of-entry)
19784 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19785 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19786 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19787 Use the new method for parsing.
19788 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19789 (bibtex-map-entries, bibtex-flash-head)
19790 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19791 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19792 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19793 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19794 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19795 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19796 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19797 order to make the new binding of case-fold-search immediately visible.
19798
19799 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19800
19801 * textmodes/bibtex.el: Copyright notice is up to date.
19802 Added constant 'bibtex-maintainer-salutation.
19803
19804 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
19805 than make-temp-name, use match-string-no-properties and eliminate
19806 a quadratic behavior when building bibtex-strings.
19807
19808 * bibtex.el (bibtex-reference-key): Accept string entries whose
19809 reference key contains upper case letters.
19810
19811 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19812
19813 * bibtex.el (bibtex-reference-head): Allow entries to start with
19814 a new line.
19815
19816 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19817
19818 * bibtex.el: Hiding of entry bodies is not longer provided by
19819 bibtex.el directly. Instead the hideshow package can be used.
19820 Added a special bibtex entry to hs-special-modes-alist.
19821 (bibtex-hs-forward-sexp): Added for hideshow.el.
19822
19823 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19824
19825 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19826 proceedings entry type (for cross referencing). Thanks to Wagner
19827 Toledo Correa for the suggestion.
19828
19829 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19830
19831 2000-02-14 Kenichi Handa <handa@etl.go.jp>
19832
19833 * international/characters.el: Setup case table for Vietnamese.
19834
19835 2000-02-12 Gerd Moellmann <gerd@gnu.org>
19836
19837 * uniquify.el (toplevel): Require CL at compile time.
19838 (uniquify-push): Removed.
19839
19840 * shadowfile.el (shadow-when): Removed.
19841
19842 * tempo.el (tempo-dolist, tempo-mapc): Removed.
19843 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
19844
19845 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19846 regexp for paragraph-start.
19847
19848 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19849 commas as well.
19850
19851 2000-02-10 Dave Love <fx@gnu.org>
19852
19853 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19854 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19855 Deleted.
19856 (widget-specify-field, widget-specify-button): Don't use
19857 widget-mouse-help as help-echo property.
19858 (default): Use #'ignore for :validate and :mouse-down-action.
19859 (checkbox): Add help-echo.
19860 (widget-sexp-validate): Rewritten to clarify error messages.
19861 (character): Use char-valid-p in :match function.
19862 (widget-color-complete): Use facemenu-color-alist.
19863 (widget-color-action): Use facemenu-read-color.
19864
19865 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19866 set up `caar' &c that we now have.
19867
19868 2000-02-09 Ray Blaak <blaak@gnu.org>
19869
19870 * delphi.el: Make resourcestring a declaration region, like const
19871 and var.
19872
19873 2000-02-09 Dave Love <fx@gnu.org>
19874
19875 * bindings.el (mode-line-input-method-map): New variable.
19876 (mode-line-mule-info): Use it; fix last change.
19877 (mode-line-mode-menu): Move definition.
19878 (mode-line-mouse-sensitive-p): Deleted.
19879 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
19880 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
19881
19882 * startup.el (command-line-1): Don't call
19883 make-mode-line-mouse-sensitive.
19884
19885 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19886
19887 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19888 before rmail-toggle-header, because the former toggles headers.
19889
19890 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19891
19892 * diff-mode.el (diff-kill-junk): New interactive function.
19893 (diff-reverse-direction): Use delete-and-extract-region.
19894 (diff-post-command-hook): Restrict the area so that the hook also works
19895 outside of any diff hunk. This is necessary for the minor-mode.
19896 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19897 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19898
19899 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19900 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19901 so that it can be used more easily in <foo>-mode-hook. Also make sure
19902 to avoid duplicate entries.
19903 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19904 (font-lock-remove-keywords): Just as was done for `add', allow it to
19905 work even if font-lock-mode is nil. Also make sure we don't modify
19906 any pre-existing list by forcing a copy-sequence. Finally rename
19907 `major-mode' to `mode'.
19908 (font-lock-fontify-syntactic-anchored-keywords)
19909 (font-lock-fontify-anchored-keywords)
19910 (font-lock-fontify-keywords-region): Use line-end-position.
19911 Don't make `font-lock-multiline' local (it's now done in
19912 font-lock-set-defaults).
19913 (font-lock-set-defaults): Make `font-lock-multiline' local.
19914 Move the `font-lock-fontified' creation to inside the `unless'.
19915
19916 2000-02-06 Andrew Innes <andrewi@gnu.org>
19917
19918 * term/w32-win.el (x-handle-args): Comment out call to message,
19919 which occurs before window system is initialized.
19920
19921 * makefile.nt: Add support for recompiling lisp code.
19922
19923 2000-02-04 Dave Love <fx@gnu.org>
19924
19925 * bindings.el (mode-line-mule-info): Fix/extend last change.
19926
19927 * completion.el: Replace completion-dolist with dolist.
19928
19929 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
19930
19931 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19932
19933 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
19934 environment names before they go into the section regexp.
19935
19936 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
19937 char class in regexp.
19938
19939 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19940 Bind `case-fold-search' to nil.
19941
19942 * progmodes/idlwave.el (idlwave-template):
19943 Respect `idlwave-abbrev-change-case'.
19944 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19945 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19946 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
19947 (idlwave-rw-case): New function.
19948 (idlwave-statement-match): Fixed problem with assignment regexp.
19949 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
19950 (idlwave-surround): New argument LENGTH to support padding of
19951 operators longer than 1 char.
19952
19953 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19954 idlwave-shell-expression-overlay. Implemented printing of
19955 expressions on higher levels of the calling stack.
19956 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
19957 (idlwave-retrieve-expression-from-level): New function.
19958 (idlwave-shell-last-calling-stack): Variable removed.
19959 (idlwave-shell-reset): Argument action reversed (`visible' to
19960 `hidden'). Also remove stop-line overlay.
19961 (idlwave-shell-calling-stack-routine): New variable.
19962 (idlwave-shell-parse-stack-and-display): Messages now display
19963 negative level numbers.
19964 (idlwave-shell-mode): Set `modeline-format'.
19965 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
19966 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
19967 (idlwave-shell-print-expression-function): New option.
19968
19969 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19970 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
19971 `tool-bar' instead of `toolbar'.
19972
19973 2000-02-02 Dave Love <fx@gnu.org>
19974
19975 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19976 emacs-lisp-mode-hook. Don't check for defalias being defined.
19977
19978 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
19979 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19980 Use the new builtins directly.
19981
19982 * whitespace.el (whitespace): Add :version to defgroup.
19983
19984 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19985 Doc fix.
19986
19987 * thingatpt.el (sexp-at-point, symbol-at-point)
19988 (number-at-point, list-at-point): Add autoload cookie.
19989
19990 * recentf.el (recentf): Add :version to defgroup.
19991
19992 * quickurl.el (quickurl): Add :version to defgroup.
19993
19994 * elide-head.el (elide-head): Use point-marker more.
19995
19996 * bs.el (bs): Add :version to defgroup.
19997
19998 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19999
20000 * progmodes/delphi.el (delphi): Add :version to defgroup.
20001
20002 2000-02-02 Gerd Moellmann <gerd@gnu.org>
20003
20004 * ange-ftp.el (ange-ftp-write-region): Handle case that
20005 succeeding process operation sets a different coding system.
20006
20007 * calculator.el: New file.
20008
20009 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20010
20011 * frame.el (frames-on-display-list, framep-on-display): New functions.
20012 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20013 (display-selections-p, display-screens, display-pixel-width)
20014 (display-pixel-height, display-mm-width, display-mm-height)
20015 (display-backing-store, display-save-under, display-planes)
20016 (display-color-cells, display-visual-class): New functions.
20017
20018 * term/tty-colors.el (tty-color-gray-shades): New function.
20019
20020 * faces.el (display-color-p): Use framep-on-display.
20021 (display-grayscale-p): New function.
20022
20023 2000-01-31 Dave Love <fx@gnu.org>
20024
20025 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20026 (create-fontset-from-x-resource): Don't concat integers.
20027
20028 2000-01-31 Inge Frick <inge@nada.kth.se>
20029
20030 * view.el: Some changes in documentation. Removed some trailing
20031 whitespace. Changed some parameter names to agree with documentation.
20032 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20033 window is not deleted. Modifies change 1998-04-26.
20034
20035 2000-01-31 Gerd Moellmann <gerd@gnu.org>
20036
20037 * windmove.el: New file.
20038
20039 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20040 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20041 progmodes/ebnf-yac.el: Update copyright and license info.
20042
20043 * jit-lock.el (jit-lock-function): Widen before calculating
20044 end position.
20045 (jit-lock-stealth-chunk-start): Rewritten.
20046
20047 * info.el (Info-title-face-alist): Removed.
20048 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
20049 (Info-fontify-node): Use these faces.
20050
20051 2000-01-30 Gerd Moellmann <gerd@gnu.org>
20052
20053 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20054 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20055 `&allow-other-keywords'.
20056
20057 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20058 the list of directories scanned heuristically.
20059
20060 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
20061
20062 2000-01-30 Jason Rumney <jasonr@gnu.org>
20063
20064 * w32-fns.el: Define w32-tty-standard-colors.
20065
20066 * startup.el (command-line): Use w32-tty-standard-colors when in
20067 w32 console mode.
20068
20069 2000-01-30 Dave Love <fx@gnu.org>
20070
20071 * jka-compr.el (jka-compr-load): Fix up load-history.
20072
20073 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20074
20075 * emacs-lisp/cl-macs.el: Revert previous change.
20076
20077 2000-01-29 Dave Love <fx@gnu.org>
20078
20079 * facemenu.el: Purecopy various strings.
20080
20081 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20082 years. Deal with three-digit years.
20083
20084 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20085 Use defconst, purecopy.
20086 (help-back-label): Purecopy it.
20087
20088 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20089
20090 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20091 variable. If non-nil, order the buffer list according to the
20092 currently selected frame.
20093 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20094 non-nil, pass the selected frame to function buffer-list.
20095
20096 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20097
20098 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20099
20100 2000-01-28 Dave Love <fx@gnu.org>
20101
20102 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20103
20104 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20105 Don't use lisp-indent-hook property.
20106 (cl-abs): Remove.
20107
20108 * subr.el: Move out indent and edebug specs for when and unless.
20109
20110 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20111 when, unless.
20112
20113 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20114 unless, when.
20115
20116 2000-01-28 Gerd Moellmann <gerd@gnu.org>
20117
20118 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20119 `collecting' as synonym for `collect'.
20120
20121 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20122 for the case it contains spaces.
20123
20124 * simple.el (what-cursor-position): Change formatting of messages.
20125
20126 * frame.el (delete-other-frames): New function.
20127 (toplevel): Bind it to C-x 5 1.
20128
20129 * sort.el (sort-numeric-base): New option.
20130 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20131 interpret it as octal or hexadecimal. Use sort-numeric-base
20132 as default base.
20133
20134 * progmodes/glasses.el: New file.
20135
20136 2000-01-27 Gerd Moellmann <gerd@gnu.org>
20137
20138 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20139 userids differently.
20140
20141 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20142 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20143 progmodes/ebnf-yac.el: New files.
20144
20145 2000-01-26 Dave Love <fx@gnu.org>
20146
20147 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20148 on a function with an empty body. [From Eric Ludlam.]
20149
20150 2000-01-25 Andre Spiegel <spiegel@gnu.org>
20151
20152 * vc.el (vc-version-diff): Make sure file name is expanded.
20153
20154 2000-01-25 Gerd Moellmann <gerd@gnu.org>
20155
20156 * scroll-bar.el (scroll-bar-timer): Variable removed.
20157 (scroll-bar-toolkit-scroll): Don't use a timer.
20158
20159 2000-01-25 Kenichi Handa <handa@etl.go.jp>
20160
20161 * language/thai-util.el (thai-composition-function):
20162 Delete superfluous `a'.
20163
20164 2000-01-24 Dave Love <fx@gnu.org>
20165
20166 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20167 end-of-defun-function.
20168
20169 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
20170
20171 2000-01-22 Jason Rumney <jasonr@gnu.org>
20172
20173 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20174 conflicts with new face support.
20175
20176 2000-01-22 Richard M. Stallman <rms@gnu.org>
20177
20178 * replace.el (query-replace): Rename last arg to DELIMITED.
20179 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20180 (query-replace-regexp): Likewise.
20181
20182 2000-01-20 Richard M. Stallman <rms@gnu.org>
20183
20184 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20185
20186 * emacs-lisp/lisp.el (beginning-of-defun-function):
20187 Variable renamed from beginning-of-defun.
20188 Do not call make-variable-buffer-local.
20189 (beginning-of-defun-raw): Use new variable name; doc fix.
20190 (beginning-of-defun): Doc fix.
20191 (end-of-defun-function): Variable renamed from end-of-defun.
20192 Do not call make-variable-buffer-local.
20193 (end-of-defun): Use new variable name; doc fix.
20194
20195 * subr.el (dolist, dotimes): Copied from cl-macs.el
20196 and made to work.
20197
20198 * mail/undigest.el (rmail-digest-end-regexps):
20199 Variable replaces rmail-digest-end-regexp.
20200 Allows multiple regexps for detecting the end line.
20201 (undigestify-rmail-message): Corresponding changes.
20202
20203 2000-01-19 Dave Love <fx@gnu.org>
20204
20205 * files.el (user-init-file): Don't declare here -- is primitive.
20206
20207 * startup.el (command-line): Check for compiled user-init-file and
20208 set to uncompiled version if necessary.
20209
20210 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20211
20212 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20213 (undigestify-rmail-message): Use it.
20214
20215 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20216
20217 2000-01-17 Gerd Moellmann <gerd@gnu.org>
20218
20219 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20220 of mini-buffer.
20221
20222 2000-01-14 Gerd Moellmann <gerd@gnu.org>
20223
20224 * emacs-lisp/copyright.el (copyright-update): Removed the
20225 requirement for a trailing space from `copyright-regexp', to
20226 support copyrights with owner specified on a separate line..
20227
20228 * align.el: New file.
20229
20230 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20231
20232 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20233
20234 2000-01-13 Dave Love <fx@gnu.org>
20235
20236 * ph.el: Removed. (Obsoleted by EUDC.)
20237
20238 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20239
20240 * net/eudc.el (toplevel): Remove autoloaded code installing
20241 menu with easymenu, because that causes build problems.
20242
20243 * frame.el (frame-notice-user-settings): New variable.
20244 (frame-notice-user-settings): Don't modify frame parameters
20245 if called a second time.
20246
20247 2000-01-13 Richard M. Stallman <rms@gnu.org>
20248
20249 * frame.el (frame-notice-user-settings):
20250 Notice default-frame-parameters even for non-window frames.
20251
20252 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20253
20254 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20255 for Emacs.
20256 (eudc-bob-can-display-inline-images): Extend for Emacs.
20257 (eudc-bob-toggle-inline-display): Ditto.
20258 (eudc-bob-display-jpeg): Ditto.
20259
20260 2000-01-12 Gerd Moellmann <gerd@gnu.org>
20261
20262 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20263 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20264 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20265
20266 * add-log.el (add-change-log-entry): Fix error trying an
20267 `(insert nil)'.
20268
20269 * subdirs.el: Add `net' directory.
20270
20271 * net: New directory.
20272
20273 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20274 eval-last-sexp. Don't bind debug-on-error here.
20275 (eval-last-sexp): New function. Bind debug-on-error if
20276 eval-expression-debug-on-error is non-nil.
20277 (eval-defun-2, eval-defun): Likewise.
20278
20279 * simple.el (eval-expression): Don't bind debug-on-error if
20280 eval-expression-debug-on-error is nil. Detect changed
20281 debug-on-error, and propagate new value to global binding, if
20282 eval-expression-debug-on-error is non-nil,
20283 (eval-expression-debug-on-error): Change doc string.
20284
20285 2000-01-11 Richard M. Stallman <rms@gnu.org>
20286
20287 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20288
20289 * emacs-lisp/lisp-mode.el (with-syntax-table):
20290 Set up lisp-indent-function property.
20291
20292 * subr.el (with-syntax-table): Moved from simple.el.
20293
20294 * simple.el (with-syntax-table): Moved to subr.el.
20295
20296 2000-01-11 Gerd Moellmann <gerd@gnu.org>
20297
20298 * tmm.el (tmm-shortcut): Delete region after prompt instead
20299 of erasing buffer.
20300
20301 * textmodes/fill.el (fill-common-string-prefix): New function.
20302 (fill-context-prefix): Use the longest common prefix of first
20303 and second line fill prefix, if there is one.
20304
20305 2000-01-11 Richard M. Stallman <rms@gnu.org>
20306
20307 * array.el (array-mode): Don't use make-variable-buffer-local.
20308 Use make-local-variable for `truncate-lines'.
20309
20310 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20311
20312 * add-log.el (add-log-current-defun): Handle user-defined
20313 add-log-current-function returning nil,
20314
20315 * add-log.el (add-change-log-entry): Insert version number
20316 if having found a current function
20317
20318 * add-log.el (add-log-current-defun):
20319 Call `add-log-current-defun-function'. Try matches at level 0 and
20320 level 1. Strip whitespace from defun found.
20321
20322 2000-01-10 John Wiegley <johnw@gnu.org>
20323
20324 * allout.el (isearch-done/outline-provisions): Added `edit'
20325 argument to correspond with the current definition of `isearch-done'.
20326
20327 2000-01-10 Dave Love <fx@gnu.org>
20328
20329 * elide-head.el (elide-head): Use point-marker, not point.
20330
20331 2000-01-10 Gerd Moellmann <gerd@gnu.org>
20332
20333 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20334 before and after the year 2000.
20335
20336 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20337 Add ispell- prefix.
20338
20339 2000-01-10 Ken Stevens <k.stevens@ieee.org>
20340
20341 * ispell.el: Only define dictionaries in menus when they exist.
20342 (version18p): New variable.
20343 (version20p): New variable.
20344 (xemacsp): New variable.
20345 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20346 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20347 (ispell-dictionary-alist6): Russian command lines no longer accept
20348 run-together words.
20349 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20350 (ispell-dictionary-alist): Add koi8-r to customize definition.
20351 (check-ispell-version): Added documentation string. Return library
20352 path when called non-interactively.
20353 (ispell-menu-map-needed): Uses new variables.
20354 (ispell-library-path): New variable.
20355 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20356 (ispell-word): Improved documentation string. Test for valid
20357 character mappings. Correctly check typed in word changes that can
20358 result in single words split into multiple words.
20359 Return replacement word.
20360 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20361 replace in recursive query replace mode. Help message for
20362 recursive edit mode.
20363 (ispell-show-choices): Protect against bad framepop bindings.
20364 (ispell-help): Fix to work with XEmacs.
20365 (ispell-highlight-spelling-error): Use new variables.
20366 (ispell-overlay-window): Fix to work with XEmacs.
20367 (ispell-parse-output): Passed and returns location information
20368 tracking spelling corrections. Doesn't recheck same word on
20369 current line.
20370 (ispell-init-process): Protect against bogus XEmacs variable binding.
20371 Fix call to single argument in sleep-for. Use new variables.
20372 (ispell-region): Passed and returns location information tracking
20373 spelling corrections. Doesn't check same word on current line.
20374 Improved documentation string. Doesn't resend a line already
20375 checked to the ispell process - fixes bug in LaTeX parsing.
20376 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20377 (ispell-skip-region): No longer skips <TT> in SGML.
20378 (ispell-process-line): Tracks location information with spelling
20379 corrections. Added documentation string. Accounts for words
20380 already accepted on this line. Don't allow query-replace on line
20381 starting with math characters. Doesn't resend a line already sent
20382 to ispell process. Fixes alignment error bug.
20383
20384 2000-01-10 Richard M. Stallman <rms@gnu.org>
20385
20386 * dired-x.el (dired-guess-shell-alist-default):
20387 Suggest xloadimage, which is free, not xv, which isn't.
20388
20389 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20390 Don't ever include the host name or user name in the value.
20391
20392 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20393
20394 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20395 of a real newline.
20396
20397 2000-01-09 Stephen Eglen <stephen@gnu.org>
20398
20399 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20400 for .png files.
20401
20402 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20403
20404 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20405
20406 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20407
20408 * progmodes/cperl-mode.el: Replace ^F with ^L.
20409
20410 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20411 `require'ing rmail and mailalias to prevent infinite recursion.
20412
20413 2000-01-08 Dave Love <fx@gnu.org>
20414
20415 * emacs-lisp/backquote.el: Remove inappropriate customization
20416 (allowing custom.el to use backquote).
20417
20418 2000-01-07 Dave Love <fx@gnu.org>
20419
20420 * add-log.el (add-log-debugging): Deleted.
20421 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20422 file. Remove debugging code.
20423 (change-log-get-method-definition, change-log-name): Add doc.
20424 (change-log-sortable-date-at): New function.
20425 (change-log-merge): New command.
20426
20427 * time.el (display-time-string-forms): Make the Mail string active.
20428 (display-time-update): Provide help-echo for load average.
20429
20430 * bindings.el (make-mode-line-mouse2-map): New function.
20431 (mode-line-modified): Use it and simplify.
20432 (mode-line-mule-info): Provide help-echo info.
20433 (minor-mode-alist): Activate the strings.
20434 (make-mode-line-mouse-sensitive): Simplify for
20435 mode-line-buffer-identification.
20436
20437 2000-01-07 Gerd Moellmann <gerd@gnu.org>
20438
20439 * play/pong.el: New file.
20440
20441 2000-01-06 Dave Love <fx@gnu.org>
20442
20443 * array.el: Assorted cleanups for compiler warnings, doc strings,
20444 `array-' prefix for symbols.
20445
20446 2000-01-05 Dave Love <fx@gnu.org>
20447
20448 * textmodes/outline.el (outline-mode-menu-bar-map):
20449 Add outline-headers-as-kill.
20450 (outline-mode): Define imenu-generic-expression.
20451 (outline-headers-as-kill): New command.
20452
20453 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20454 from paragraph-start.
20455 (paragraph-indent-minor-mode): New command.
20456
20457 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20458 M-C-e, M-C-h, C-j, C-xnd, TAB.
20459 (fortran-mode): Set beginning-of-defun, end-of-defun.
20460 (fortran-column-ruler): Simplify.
20461 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20462 (fortran-with-subprogram-narrowing): Likewise.
20463 (fortran-indent-subprogram): Call mark-defun.
20464 (fortran-check-for-matching-do): Change narrowing.
20465
20466 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20467 (cl-lucid-hash-tag): Delete.
20468 (cl-hash-table-p): Correct test for native table.
20469 (cl-hash-table-count): Use hash-table-count.
20470
20471 * browse-url.el (browse-url): Fix case of
20472 browse-url-browser-function being an alist.
20473
20474 2000-01-05 Carsten Dominik <cd@gnu.org>
20475
20476 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20477 (reftex-index-phrase-file-extension): New options.
20478
20479 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20480 Use new option `reftex-index-phrase-file-extension'.
20481
20482 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20483 `reftex-parse-file-extension'.
20484
20485 2000-01-05 Dave Love <fx@gnu.org>
20486
20487 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20488 (beginning-of-defun-raw): Use it.
20489 (end-of-defun): New variable.
20490 (end-of-defun): Use it.
20491 (check-parens): New command.
20492
20493 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20494
20495 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20496 (hs-show-block): Don't use `mapcar' when not accumulating.
20497
20498 Fix buglet in local variables initialization.
20499
20500 2000-01-05 Andreas Schwab <schwab@suse.de>
20501
20502 * hscroll.el (hscroll): Doc fix.
20503
20504 2000-01-05 Carsten Dominik <cd@gnu.org>
20505
20506 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20507 Require idlw-toolbar.
20508
20509 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
20510 file idlw-rinfo.el.
20511 (idlwave-customize): Load must read file idlw-shell.el.
20512 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
20513
20514 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20515
20516 * progmodes/idlw-shell.el: Also provide idlwave-shell
20517 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20518 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20519
20520 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
20521 both reftex-dcr and reftex-vcr.
20522
20523 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20524
20525 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20526
20527 * ps-print.el: PostScript code now is in separate files, doc fix.
20528 (ps-print-version): New version number (5.0.3).
20529 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20530 local.
20531 (ps-spool-config): Initialization fix.
20532 (ps-print-prologue-1, ps-print-prologue-2)
20533 (ps-print-duplex-feature): PostScript code moved to separated file.
20534 (ps-background-image): Little code reformating.
20535 (ps-begin-file, ps-begin-job): Fix code.
20536 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20537 (ps-prologue-file): New fun.
20538
20539 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20540
20541 * ps-vars.el: Eliminated.
20542
20543 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20544 `;;;###autoload'.
20545
20546 * ps-print.el: ps-vars eliminated, doc fix.
20547 (ps-print-version): New version number (5.0.2).
20548 (ps-spool-config): Initialization fix.
20549 (ps-print-customize): New fun.
20550
20551 2000-01-04 Gerd Moellmann <gerd@gnu.org>
20552
20553 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
20554
20555 2000-01-04 Dave Love <fx@gnu.org>
20556
20557 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20558 menu items.
20559
20560 2000-01-03 Dave Love <fx@gnu.org>
20561
20562 * elide-head.el (elide-head) [defgroup]: Add :version.
20563
20564 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
20565 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20566 Use `cl-hash-table-p', not `hash-table-p'.
20567 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20568
20569 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20570
20571 * faces.el (face-read-integer, read-face-attribute)
20572 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
20573
20574 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20575
20576 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20577 at comment end, and re-insert them after filling.
20578
20579 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20580
20581 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20582 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20583 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20584
20585 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20586
20587 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20588 the new name of face-color-supported-p.
20589
20590 * term/w32-win.el (xw-defined-colors): Likewise.
20591
20592 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20593
20594 * simple.el (completion-setup-function): Count completion-size
20595 from minibuffer-prompt-end, not from point-min.
20596
20597 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20598
20599 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20600 Pass the frame to tty-color-* functions.
20601 (display-color-p, frame-set-background-mode): Pass the frame to
20602 tty-display-color-p.
20603
20604 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20605 tty-color-alist.
20606 (tty-color-alist, tty-modify-color-alist): New functions.
20607 (tty-color-define, tty-color-clear, tty-color-approximate)
20608 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20609 optional parameter FRAME.
20610
20611 2000-01-01 Gerd Moellmann <gerd@gnu.org>
20612
20613 * image.el (create-image, defimage): Don't assume image data is
20614 a string.
20615
20616 * image.el (defimage): Handle specifications containing :data
20617 instead of :file.
20618 (image-type-from-data): New function.
20619 (image-type-from-file-header): Use it.
20620 (create-image): Add parameter DATA-P.
20621
20622 See ChangeLog.8 for earlier changes.
20623
20624 ;; Local Variables:
20625 ;; coding: iso-2022-7bit
20626 ;; End:
20627
20628 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20629 Copying and distribution of this file, with or without modification,
20630 are permitted provided the copyright notice and this notice are preserved.