Switch to recommended form of GPLv3 permissions notice.
[bpt/emacs.git] / lisp / ChangeLog.9
CommitLineData
5fdac1b8
EZ
12001-10-20 Gerd Moellmann <gerd@gnu.org>
2
3 * (Version 21.1 released.)
4
52001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6
7 * files.el (auto-mode-alist): Associate .indent.pro with
8 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
9
102001-10-18 Sam Steingold <sds@gnu.org>
11
12 Put the *Compile-Log* buffer in `compilation-mode'.
13 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
14 (byte-compile-log-1, byte-compile-log-file)
15 (displaying-byte-compile-warnings): Use it
16
172001-10-18 Stefan Monnier <monnier@cs.yale.edu>
18
19 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
20
21 * xml.el (xml-parse-tag): Use eq on char-after's return value.
22
232001-10-18 Gerd Moellmann <gerd@gnu.org>
24
25 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
26
27 * obsolete/hilit19.el (hilit-lookup-face-create):
28 Call set-face-font only if display-graphic-p.
29 (toplevel): Remove references to window-system.
30
312001-10-18 Miles Bader <miles@gnu.org>
32
33 * simple.el (what-line): Avoid problems with field properties.
34
352001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
36
37 * wid-edit.el (widget-field-face, widget-single-line-field-face):
38 Define special colors for a tty.
39
402001-10-17 Francesco Potorti` <pot@gnu.org>
41
42 * comint.el (comint-password-prompt-regexp): Make it less
43 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
44
452001-10-17 John Wiegley <johnw@gnu.org>
46
47 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
48 a regular file, before checking if it is a directory or symlink.
49 This avoids a call to eshell-file-attributes, which can be
50 expensive in some situations.
51
52 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
53 customization variable, to differentiate ls-in-dired from regular
54 uses of ls.
55
562001-10-17 Miles Bader <miles@gnu.org>
57
58 * custom.el (defface): Mention `:inherit' in doc-string.
59
602001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
61
62 * paren.el: Update the Commentary with installation instructions.
63
642001-10-15 Dave Love <fx@gnu.org>
65
66 * international/mule.el (set-auto-coding): Fix regexps for local
67 variables section not to eat newlines.
68
692001-10-15 Miles Bader <miles@gnu.org>
70
71 * simple.el (display-message-or-buffer): Pass the correct buffer
72 to `display-buffer'.
73
742001-10-14 Stefan Monnier <monnier@cs.yale.edu>
75
76 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
77 (executable-find): Use exec-suffixes.
78 (executable-set-magic): Don't use make-local-hook.
79
80 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
81
822001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
83
84 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
85 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
86 Add .so to the Unix and GNU branch.
87
88 * international/latin-1.el:
89 * international/latin-2.el:
90 * international/latin-3.el:
91 * international/latin-4.el:
92 * international/latin-5.el:
93 * international/latin-8.el:
94 * international/latin-9.el: Add no-byte-compile: t, since
95 Makefile.in instructs make-docfile to look at .el files.
96
972001-10-14 Miles Bader <miles@gnu.org>
98
99 * button.el (define-button-type): Allow supertype property to be
100 specified with a keyword `:supertype' too.
101 (button-put, make-text-button): Allow button type property to be
102 specified using the keyword `:type' too.
103 (button-type): New function.
104 (button): Add `button-category-symbol' property.
105
1062001-10-13 Stefan Monnier <monnier@cs.yale.edu>
107
108 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
109 indent-new-comment-line from comment-indent-new-line.
110
111 * textmodes/refill.el (refill-mode):
112 Bind DEL to backward-delete-char-untabify.
113 Set backward-delete-char-untabify-method to `hungry'.
114
115 * textmodes/bib-mode.el (bib-mode):
116 * play/gomoku.el (gomoku-mode):
117 * textmodes/page-ext.el (pages-directory-mode):
118 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
119
120 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
121
122 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
123
124 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
125 Handle here-docs differently.
126 (sh-font-lock-heredoc): Remove.
127 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
128 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
129 (sh-font-lock-open-heredoc): New functions.
130 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
131 (sh-font-lock-keywords-1): Use regexp-opt.
132 (sh-in-comment-or-string): Use syntax-ppss.
133 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
134 (sh-select, sh-tmp-file): Add explicit terminating \n.
135
136 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
137 Use with-current-buffer.
138 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
139 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
140 filename), catch any error that occurs in `ange-ftp-cd'.
141 If an error happened, don't bother sending `cmd' at all.
142 Fix a parenthesis typo.
143 (ange-ftp-write-region): Don't blindly use binary if the remote host
144 is unix-like.
145
146 * play/pong.el (pong-init): Don't use make-local-hook.
147
1482001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
149
150 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
151 (viper-get-ex-address-subr): More precise addr for the $ marker
152
1532001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
154
155 * version.el (emacs-version): Bump to 21.1.50.
156
dc12d871 1572001-10-13 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
158
159 * mail/mailalias.el (mail-directory-stream): Do not double
160 variables in the lambda-list.
161
162 * play/gomoku.el (gomoku-init-display): Ditto.
163
164 * play/landmark.el (lm-init-display): Ditto.
165
166 * delim-col.el (delimit-columns-rectangle-max): Ditto.
167 (delimit-columns-rectangle-line): Ditto.
168
1692001-10-12 Stefan Monnier <monnier@cs.yale.edu>
170
171 * newcomment.el (comment-region-internal): Don't rebind
172 invisibility_spec now that the C routines handle it correctly.
173
174 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
175
176 * frame.el (special-display-popup-frame): Obey new specs `same-window'
177 and `same-frame'.
178
179 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
180
181 * simple.el (minibuffer-local*-map): Remove redundant bindings.
182
183 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
184 C-p and C-r. Remove redundant bindings from inheriting maps.
185
186 * progmodes/cperl-mode.el: Merged in changes from v4.32.
187 After 4.23 and: After 4.24:
188 (cperl-contract-levels): Restore position.
189 (cperl-beautify-level): Likewise.
190 (cperl-beautify-regexp): Likewise.
191 (cperl-commentify): Rudimental support for length=1 runs
192 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
193 After 4.25:
194 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
195 (imenu-example--create-perl-index): Was not enforcing
196 syntaxification-to-the-end.
197 (cperl-invert-if-unless): Allow `for', `foreach'.
198 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
199 Mark qw(), m()x as indentable.
200 (cperl-init-faces): Highlight `sysopen' too.
201 Highlight $var in `for my $var' too.
202 (cperl-invert-if-unless): Was leaving whitespace at end.
203 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
204 (cperl-calculate-indent): Remove old commented out code.
205 Support (primitive) indentation of qw(), m()x.
206 After 4.26:
207 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
208 q [] with intervening newlines.
209 (cperl-autoindent-on-semi): New customization variable.
210 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
211 (cperl-tips): Mention how to make CPerl the default mode.
212 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
213 (cperl-outline-level): New function.
214 (cperl-highlight-variables-indiscriminately): New customization var.
215 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
216 From Sean Kamath <kamath@pogo.wv.tek.com>.
217 (cperl-after-block-p): Support CHECK and INIT.
218 (cperl-init-faces, cperl-short-docs): Likewise and "our".
219 From Doug MacEachern <dougm@covalent.net>.
220 After 4.27:
221 (cperl-find-pods-heres): Recognize \"" as a string.
222 Mark whitespace between q and [] as `syntax-type' => `prestring'.
223 Allow whitespace between << and "FOO".
224 (cperl-problems): Remove \"" and q [] with intervening newlines.
225 Mention multiple <<EOF as unsupported.
226 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
227 (cperl-indent-parens-as-block): New configuration variable.
228 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
229 Use `cperl-indent-parens-as-block'.
230 (cperl-find-pods-heres): Test for =cut without empty line instead of
231 complaining about no =cut.
232 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
233 (cperl-find-pods-heres): Likewise.
234 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
235 POD could've been marked as comment already.
236 (cperl-unwind-to-safe): Unwind before start of POD too.
237 After 4.28:
238 (cperl-forward-re): Throw an error at proper moment REx unfinished.
239 After 4.29:
240 (x-color-defined-p): Make an extra case to peacify the warning.
241 Toplevel: `defvar' to peacify the warnings.
242 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
243 No -nw-compile time warnings now.
244 (cperl-find-tags): TAGS file had too short substring-to-search.
245 Be less verbose in non-interactive mode
246 (imenu-example--create-perl-index): Set index-marker after name
247 (cperl-outline-regexp): New variable.
248 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
249 (cperl-mode): Made use `cperl-outline-regexp'.
250 After 4.30:
251 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
252 (cperl-outline-level): Make start-of-file same level as `package'.
253 After 4.31:
254 (cperl-electric-pod): `head1' and `over' electric only if empty.
255 (cperl-unreadable-ok): New variable.
256 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
257 on an unreadable file.
258 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
259 on an unreadable directory.
260
261 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
262 Consider the text between two errors as belonging to the first error.
263 (compilation-goto-locus): Use pop-to-buffer rather than
264 switch-to-buffer-other-frame.
265
266 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
267 (awk-font-lock-syntactic-keywords): New var.
268 (awk-mode): Use it.
269
270 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
271
272 * faces.el (describe-face): Call help-setup-xref earlier.
273
274 * jka-compr.el (jka-compr-load-suffixes): New var.
275 (jka-compr-install): Add its content to load-suffixes.
276 (jka-compr-uninstall): Remove its content from load-suffixes.
277
2782001-10-12 Sam Steingold <sds@gnu.org>
279
280 * bindings.el (completion-ignored-extensions): CL-related
281 extensions are platform-independent.
282
283 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
284 asynchronous multiple file copying.
285
2862001-10-12 Gerd Moellmann <gerd@gnu.org>
287
288 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
289 Turn error for repeated variables into warning.
290
291 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
292 New function checking that lambda-list consists of non-constant
293 symbols, that &rest and &optional are followed by variable names,
294 that &rest VAR is the last element, and that variables aren't doubled.
295 (byte-compile-lambda): Use it.
296
f1180544 2972001-10-12 Eli Barzilay <eli@barzilay.org>
5fdac1b8
EZ
298
299 * calculator.el (calculator-eng-display): Don't call concat
300 with an integer argument.
301
3022001-10-12 Miles Bader <miles@gnu.org>
303
304 * help-mode.el (help-customize-face): New button-type.
305
306 * faces.el (list-faces-display): Fix args to `help-xref-button'.
307 (describe-face): Fix args to `help-xref-button'.
308 Don't switch to help-buffer around call to `help-setup-xref'.
309 Use `help-buffer' instead of hard-wired "*Help*".
310 Require `help-mode'.
311
3122001-10-11 Stefan Monnier <monnier@cs.yale.edu>
313
314 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
315
316 * help-mode.el (help-buffer): New function.
317 Returns the buffer-name to use for help output.
318 Change all the code to use it instead of hard-coding *Help*.
319 (help-mode-map): Put back the mouse-2 binding.
320 (help-xref-stack): Change the format and make buffer-local.
321 (help-xref-stack-item): Make buffer-local.
322 (help-setup-xref): Do the `push' here rather than in help-do-xref.
323 (help-xref-interned): Display the face doc as well.
324 (help-follow-mouse): Re-introduce.
325 (help-xref-go-back): Adapt to the new use of help-xref-stack.
326 (help-do-xref): Don't `push' any more.
327 (help-follow): Also follow face names.
328
329 * help-funs.el (describe-function-1): Remove unused `parens' arg.
330 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
331 Autoload and cleanup.
332 (describe-function): Call help-setup-xref.
333 (describe-variable): Call help-setup-xref earlier.
334
335 * help.el (describe-bindings-internal): New fun moved from keymap.c.
336 (view-lossage): Call help-setup-xref correctly and earlier.
337 (describe-bindings): Call help-setup-xref earlier.
338 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
339 (describe-mode): Don't autoload. Call help-setup-xref earlier.
340
3412001-10-11 Gerd Moellmann <gerd@gnu.org>
342
343 * master.el (master-mode): Use define-minor-mode instead of
344 easy-mmode-define-minor-mode. Add autload cookie.
345 (Commentary): Remove the line showing how to autoload master-mode,
346 since it's always autoloaded.
347
348 * master.el: New file.
349
3502001-10-11 Dave Love <fx@gnu.org>
351
352 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
353 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
354 <const-C varset-X const-C>: Fix car/cdr typo.
355
3562001-10-11 Gerd Moellmann <gerd@gnu.org>
357
358 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
359 New function extracted from byte-compile-log-1.
360 (byte-compile-log-1): Change output to be more in line with
361 the output of other GNU tools.
362 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
363 (byte-compile-report-error): Downcase error message.
364 Use `error' instead of `!!' for error messages.
365 (byte-compile-print-syms): Treat non-interactive case specially.
366 (displaying-byte-compile-warnings): Use backquote.
367 (byte-compile-from-buffer): Bind byte-compile-last-line.
368 (batch-byte-compile): Remove `Done' message.
369
3702001-10-11 Stefan Monnier <monnier@cs.yale.edu>
371
372 * emacs-lisp/copyright.el (copyright): Add final \n.
373
3742001-10-11 Miles Bader <miles@gnu.org>
375
376 * diff.el (diff): Display default values in prompts as
377 `(default ...)', not `(...)'.
378
379 * info.el (Info-follow-reference): Likewise.
380
3812001-10-10 Stefan Monnier <monnier@cs.yale.edu>
382
383 * emacs-lisp/autoload.el (doc-string-elt): Remove.
384
385 * newcomment.el (comment-indent): Be a little more robust in case
386 comment-indent-function does funny things.
387 (comment-normalize-vars): Autoload.
388 (comment-region-internal): Fiddle with the visibility spec.
389 (comment-valid-prefix): New function.
390 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
391 that would turn comment-text into non-comment-text.
392
393 * emacs-lisp/syntax.el: New file.
394
395 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
396 compatibility cruft.
397 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
398 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
399 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
400 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
401 tcl-submit-bug-report.
402 (tcl-mode-syntax-table): Leave \f alone.
403 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
404 tcl-end-of-defun, tcl-submit-bug-report.
405 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
406 (tcl-add-emacs-menu): Remove.
407 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
408 (tcl-keyword-list): Add `chain'.
409 (tcl-font-lock-syntactic-keywords): New variable.
410 (tcl-pps-has-arg-6): Remove.
411 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
412 (tcl-internal-mark-defun): Remove.
413 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
414 (tcl-mode): Use define-derived-mode. Simplify.
415 Set comment-indent-function.
416 (tcl-indent-command): Use line-beginning-position and comment-indent.
417 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
418 (tcl-indent-line): Use tcl-calculate-indent.
419 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
420 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
421 (tcl-filter): Use with-current-buffer, simplify.
422 (inferior-tcl-mode): Use define-derived-mode.
423 (tcl-hairy-in-comment): Renamed tcl-in-comment.
424 (tcl-simple-in-comment, tcl-in-comment): Removed.
425 (tcl-files-alist): New function.
426 (tcl-help-snarf-commands): Use it and return the result directly
427 rather than through a global variable.
428 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
429 (tcl-help-on-word): Provide the default value to completing-read.
430 (tcl-hilit): Remove.
431 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
432 (tcl-comment-indent): New function.
433 (tcl-submit-bug-report): Remove.
434 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
435 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
436 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
437
4382001-10-10 Miles Bader <miles@gnu.org>
439
440 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
441 (Info-fontify-node): Don't fontify the node if it's already been done.
442
4432001-10-10 Gerd Moellmann <gerd@gnu.org>
444
445 * international/iso-transl.el (iso-transl-e-caret)
446 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
447 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
448
449 * simple.el (end-of-buffer): Fix code scrolling specially
450 for the buffer end.
451
452 * startup.el (command-line-1): Bind tab-width to 8.
453
dc12d871 4542001-10-10 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
455
456 * emulation/tpu-edt.el: Use defalias instead of fset for
457 user-visible commands. From Rob Riepel
458 <riepel@Networking.Stanford.EDU>.
459
4602001-10-09 Gerd Moellmann <gerd@gnu.org>
461
462 * ruler-mode.el: New file.
463
4642001-10-09 Miles Bader <miles@gnu.org>
465
466 * apropos.el (button): New require.
467
468 * help-funs.el: New file, contents mostly from `help.el'.
469 (describe-variable): Use `condition-case' instead of `ignore-errors'.
470
471 * help-mode.el: New file, contents mostly from `help.el'.
472
473 * help.el: Don't require `view' when compiling.
474 (help-with-tutorial, describe-function, describe-function-1)
475 (variable-at-point, describe-variable, locate-library):
476 Functions moved into `help-funs.el'.
477 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
478 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
479 (help-setup-xref, help-xref-following, help-make-xrefs)
480 (help-xref-button, help-insert-xref-button, help-xref-interned)
481 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
482 (help-xref-on-pp): Functions moved into `help-mode.el'
483 (help-mode-map, help-xref-stack, help-xref-stack-item)
484 (help-highlight-p, help-highlight-face, help-back-label)
485 (help-xref-symbol-regexp, help-xref-mule-regexp)
486 (help-xref-info-regexp): Variables moved into `help-mode.el'.
487 (help-symbol, help-back, help-info, help-customize-variable)
488 (help-function-def, help-variable-def):
489 Button-types moved into `help-mode.el'.
490 (load-symbol-file-load-history, symbol-file):
491 Functions moved into `subr.el'.
492 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
493 (view-lossage): Call `help-setup-xref' instead of doing it manually.
494
495 * subr.el (symbol-file-load-history-loaded)
496 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
497
498 * loadup.el ("button"): Load removed.
499
500 * button.el (define-button-type): Respect any `supertype' property.
501 (button-type-subtype-p, button-has-type-p): New functions.
502
503 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
504 dollar-signs.
505
506 * comint.el (comint-insert-previous-argument): New function.
507 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
508 (comint-insert-previous-argument-last-start-pos)
509 (comint-insert-previous-argument-last-index): New variables.
510
511 * apropos.el (apropos-next-label-button): Use the presence of a
512 `apropos-label' property to detect label buttons.
513
5142001-10-08 Miles Bader <miles@gnu.org>
515
516 * button.el (next-button, previous-button): Remove N and WRAP
517 parameters. Don't pay attention to `skip' properties.
518 (forward-button): Implement wrapping, iterating, and skipping here
519 instead.
520 (button-activate): USE-MOUSE-ACTION is optional.
521 (button-nop): Function removed.
522 (default-button): Use `ignore' as default button action.
523
524 * apropos.el (apropos-next-label-button): Update arguments to
525 `next-button'.
526 (apropos-symbol): Add `skip' property.
527 (apropos-function, apropos-macro, apropos-command)
528 (apropos-variable, apropos-face, apropos-group, apropos-widget)
529 (apropos-plist): New button types.
530 (apropos-label-properties): Variable removed.
531 (apropos-print): Pass button-type to apropos-print-doc, rather
532 than help function and label text.
533 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
534 Get button label from TYPE.
535
5362001-10-07 Stefan Monnier <monnier@cs.yale.edu>
537
538 * help.el (help-mode): Use define-derived-mode.
539 (describe-mode): Add optional `buffer' arg.
540 Use it instead of going through help-xref-mode.
541 Avoid doubling the word `minor' when prettifying.
542 (describe-function-1): List the corresponding key bindings.
543 (describe-variable): Say if the var is automatically buffer-local.
544 If the source is `loaddefs.el', look for the real source.
545 (help-xref-mode): Remove.
546
547 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
548 the file says no-byte-compile.
549
5502001-10-08 Miles Bader <miles@gnu.org>
551
552 * button.el (next-button, previous-button): Respect `skip' property.
553
5542001-10-07 Miles Bader <miles@gnu.org>
555
556 * woman.el (woman-mode-map): Copy button-buffer-map instead of
557 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
558 `woman-follow-word' instead of `woman-mouse-2'.
559 (woman-follow-word): Renamed from `woman-mouse-2'.
560 Follow current unconditionally, since this function is now only
561 bound to M-mouse-2. Use accessor functions.
562 (WoMan-highlight-references): Use `make-text-button'.
563 (woman-xref): New button type.
564
565 * loadup.el ("faces"): Move load before loading "loaddefs.el".
566 ("button"): New load, just before "help" (which uses it).
567
568 * help.el (help-mode-map): Make button-buffer-map our parent.
569 Don't bind mouse events or tab/backtab.
570 (help-function, help-variable, help-face, help-coding-system)
571 (help-input-method, help-character-set, help-back, help-info)
572 (help-customize-variable, help-function-def, help-variable-def):
573 New button types.
574 (help-button-action): New function.
575 (describe-function-1): Pass help button-types to
576 `help-xref-button' rather than help function and help-echo string.
577 Don't put multiple help-function args in a list to pass them to
578 help-xref-button, just pass them as multiple arguments.
579 Use `help-insert-xref-button' to make [back]-button, rather than
580 `help-xref-button'.
581 (help-xref-button): Take a button-type TYPE as a parameter rather
582 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
583 and add a &rest parameter ARGS to serve the same purpose.
584 Use `make-text-button' to add the button.
585 (help-insert-xref-button): Use `insert-text-button' to add the button.
586 (help-follow-mouse, help-next-ref, help-previous-ref):
587 Functions removed.
588 (help-do-xref): New function.
589 (help-follow): Use `push-button' and `help-do-xref' to do most of
590 the work.
591
592 * apropos.el (apropos-symbol, apropos-label): New button types.
593 (apropos-symbol-button-display-help)
594 (apropos-label-button-display-help, apropos-next-label-button):
595 New functions.
596 (apropos-mode-map): Make button-buffer-map our parent.
597 Don't bind mouse events.
598 (apropos-print, apropos-print-doc): Create buttons instead of text
599 properties.
600 (apropos-mouse-follow): Function removed.
601 (apropos-follow): Use buttons.
602
603 * button.el: New file.
604
6052001-10-07 Gerd Moellmann <gerd@gnu.org>
606
607 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
608 Remove.
609
6102001-10-05 Richard M. Stallman <rms@gnu.org>
611
612 * add-log.el (add-change-log-entry): Skip copyright notice
613 and copying permission notice at start of file, if any.
614 Make use of terms "entry" and "item" accord with Emacs manual.
615 Simplify the logic for moving point while entering or creating
616 an entry and then an item.
617 (add-change-log-entry-other-window): Doc fix.
618
6192001-10-06 Miles Bader <miles@gnu.org>
620
621 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
622 removed; they apparently don't work with faces.
623
6242001-10-05 Sam Steingold <sds@gnu.org>
625
626 * textmodes/sgml-mode.el (html-xhtml): New user option.
627 (html-tag-alist, html-horizontal-rule, html-image, html-line)
628 (html-ordered-list, html-unordered-list, html-list-item)
629 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
630 (sgml-skip-close-p): New function.
631 (sgml-value): Use it.
632
6332001-10-05 Sam Steingold <sds@gnu.org>
634
635 * calendar/diary-lib.el (diary-entry-compare): When times are
636 identical, compare the entries lexicographically.
637
6382001-10-06 Miles Bader <miles@gnu.org>
639
640 * rfn-eshadow.el (rfn-eshadow-update-overlay):
641 Use `minibuffer-prompt-end'.
642
643 * simple.el (previous-matching-history-element): Fix misplaced
644 parentheses.
645
6462001-10-05 Miles Bader <miles@gnu.org>
647
648 * rfn-eshadow.el: New file.
649
6502001-10-05 Miles Bader <miles@gnu.org>
651
652 * cus-face.el (custom-face-attributes): Make sure each attribute
653 has a valid default value. Remove hacks that mapped `nil' to
654 `off' and used nil to mean `unspecified'. Remove `unspecified'
655 choices from all attributes (unspecified is handled by the parent
656 checklist).
657 * cus-edit.el (custom-face-edit-convert-widget)
658 (custom-face-edit-deactivate, custom-face-edit-activate)
659 (custom-face-edit-delete, custom-face-edit-attribute-tag):
660 New functions.
661 (custom-face-edit): Specify a custom :convert-widget.
662 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
663 Don't pass in default filters that map between `nil' and `off' and
664 `unspecified' and `nil'.
665
6662001-10-05 Gerd Moellmann <gerd@gnu.org>
667
668 * progmodes/compile.el (compilation-buffer-name): New function.
669 (compile-internal): Use it to determine the name of the
670 compilation buffer.
671
6722001-10-05 Miles Bader <miles@gnu.org>
673
674 * progmodes/compile.el (grep-use-null-device): New variable.
675 (grep-command): Mention `grep-use-null-device'.
676 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
677 Make computation of `grep-command' respect `grep-use-null-device'.
678 (grep): Respect `grep-use-null-device'.
679 Call `grep-compute-defaults' even if grep-command is set, if
680 grep-use-null-device is still tentative.
681
682 * subr.el (call-process-shell-command): New function.
683
6842001-10-05 Miles Bader <miles@gnu.org>
685
686 * simple.el (previous-matching-history-element)
687 (next-history-element, next-complete-history-element): Use
688 `minibuffer-' functions instead of calling `field-' functions directly.
689 (minibuffer-prompt-end, minibuffer-contents):
690 (minibuffer-contents-no-properties, delete-minibuffer-contents):
691 Functions removed (now subrs).
692 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
693
694 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
695 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
696 instead of calling `field-' functions directly.
697 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
698
6992001-10-05 Gerd Moellmann <gerd@gnu.org>
700
701 * files.el (find-file-noselect): If file's read-only status has
702 changed on disk, ask if buffer's read-only status should be
703 changed, unless NOWARN is set.
704
705 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
706 alias for define-setf-method.
707
708 * bindings.el: Remove no-byte-compile from file local variables
709 to enable bootstrapping.
710
7112001-10-04 Andrew Innes <andrewi@gnu.org>
712
713 * faces.el (face-font-registry-alternatives) [windows-nt]:
714 Make gb2312 an alias for gb2312.1980.
715
7162001-10-04 Stefan Monnier <monnier@cs.yale.edu>
717
718 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
719 (uniquify-reverse-components): Remove.
720
721 * emacs-lisp/bytecomp.el (byte-recompile-directory):
722 Make sure the file is readable.
723 (byte-compile-file): Don't compile if `no-byte-compile' is set.
724 (byte-compile-defvar): Update to reflect the change in Fdefvar.
725 (batch-byte-recompile-directory): Pass arg=0.
726
727 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
728 (perl-calculate-indent): Use it.
729 (perl-backward-to-noncomment): Use forward-comment.
730
731 * derived.el (define-derived-mode, derived-mode-make-docstring):
732 Allow `parent' to be nil.
733
734 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
735 Use define-derived-mode.
736 (nroff-mode-map, nroff-mode-syntax-table): Massage.
737
738 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
739
740 * emacs-lisp/lselect.el: Use facep iso find-face.
741
742 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
743 Use regexp-opt.
744 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
745 (lisp-font-lock-syntactic-face-function): New function.
746 (lisp-mode-variables): Use it. Make arg optional.
747 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
748 (lisp-mode): Don't pass an arg to lisp-mode-variables.
749 Set comment-start-skip.
750
751 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
752
753 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
754 (ignore-errors): Don't bother using a `err' symbol.
755
756 * emacs-lisp/autoload.el (autoload-ensure-default-file)
757 (autoload-insert-section-header, autoload-before-p)
758 (autoload-remove-section): New functions.
759 (generate-file-autoloads): Use them.
760 (update-file-autoloads): Use them. Return FILE if there's no cookie.
761 Make sure the autoload file is properly formatted when creating it.
762 (update-autoloads-from-directories): Use them as well.
763 Only update autoloads for files whose timestamp has changed.
764 Add a dummy entry to remember the files which had no autoload cookies.
765
766 * timer.el (timer-relative-time): Fix computation for negative `micro'.
767
768 * subr.el (define-key-after): Allow `key' to be longer than 1.
769 (make-local-hook): Make obsolete.
770 (add-hook, remove-hook): Don't use make-local-hook any more.
771 (make-syntax-table): Inherit all chars from s-s-t.
772
7732001-10-04 Gerd Moellmann <gerd@gnu.org>
774
775 This is a fix for a report saying that resuming a search with C-s
776 C-s doesn't use the case-fold-search setting of the previous
777 search (C-s ... M-c ... then C-s C-s).
778
779 * isearch.el (isearch-last-case-fold-search): New variable.
780 (isearch-mode): Remember value of isearch-case-fold-search
781 in isearch-last-case-fold-search.
782 (isearch-done): Quote value of isearch-case-fold-search.
783 (isearch-repeat): When resuming a search, restore
784 isearch-case-fold-search from isearch-last-case-fold-search.
785
786 Added to NEWS.
787
788 * startup.el (inhibit-startup-buffer-menu): New user-option.
789 (command-line-1): If inhibit-startup-buffer-menu is set, don't
790 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
791
792 This allows upto 99999 messages in the summary without screwing up
793 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
794
795 * mail/rmailsum.el (rmail-make-summary-line)
796 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
797 (rmail-summary-goto-msg, rmail-summary-goto-msg):
798 Allow 5-digit message ids instead of 4.
799
800 This adds expansion of environment variables in the value
801 specified with M-x setenv. Added to NEWS.
802
803 * env.el (substitute-env-vars): New function.
804 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
805 environment variables in VALUE. Return VALUE.
806
8072001-10-04 Gerd Moellmann <gerd@gnu.org>
808
809 * Branch for 21.1.
810
8112001-10-03 Stefan Monnier <monnier@cs.yale.edu>
812
813 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
814
dc12d871 8152001-10-03 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
816
817 * emulation/tpu-edt.el: Make messages match original TPU/edt
818 editor. From riepel@Stanford.EDU (Rob Riepel).
819
8202001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
821
822 * rect.el: Update maintainer's email address.
823
8242001-10-02 Andreas Schwab <schwab@suse.de>
825
826 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
827 and Extended Passive Mode, resp.
828
8292001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
830
831 These changes add support for Calendar-related items in the
832 menu bar on tty's as well:
833
834 * calendar/calendar.el (calendar-mode-map): Require cal-menu
835 unconditionally.
836 (calendar-mode): Set up activate-menubar-hook unconditionally.
837
838 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
839 calls x-popup-menu only if popup menus are supported.
840 (calendar-mouse-insert-hebrew-diary-entry)
841 (calendar-mouse-insert-islamic-diary-entry)
842 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
843 (calendar-mouse-view-other-diary-entries)
844 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
845 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
846 Call cal-menu-x-popup-menu instead of x-popup-menu.
847
8482001-10-01 Gerd Moellmann <gerd@gnu.org>
849
850 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
851
852 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
853
854 * emacs-lisp/rx.el: New file.
855
8562001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
857
858 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
859
8602001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
861
862 * frame.el (select-frame-by-name, other-frame): Doc fix.
863
8642001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
865
866 * play/snake.el (snake-score-file): Use temporary-file-directory
867 instead of a literal "/tmp". Suggested by Robert
868 <robert@chezmarshall.freeserve.co.uk>.
869
870 * play/tetris.el (tetris-score-file): Ditto.
871
8722001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
873
874 * apropos.el (apropos-print): Make the directions inserted at the
875 beginning of the *Apropos* buffer more clear.
876
8772001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
878
879 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
880 Added comments.
881
8822001-09-27 Stefan Monnier <monnier@cs.yale.edu>
883
884 * newcomment.el (comment-normalize-vars): Use " \t" rather than
885 "\\s-" when defining comment-end-skip.
886
8872001-09-27 Gerd Moellmann <gerd@gnu.org>
888
889 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
890 Call get-buffer-window first second arg `visible'.
891
892 * international/mule-diag.el (list-input-methods-1):
893 Output something that's independent of Emacs' version.
894
895 * tar-mode.el (tar-mode-write-file): Don't signal an error by
896 calling byte-to-position with a nil tar-header-offset.
897
8982001-09-27 Simon Josefsson <jas@extundo.com>
899
900 * mail/sendmail.el (send-mail-function): Doc fix.
901 (mail-do-fcc): Error if header-end is not a marker.
902 (mail-do-fcc): Add a comment.
903 (mail-reply-to): Doc fix.
904 (mail-signature): Make ATPOINT optional.
905 (mail-yank-original): Use cond instead of nestled if.
906
9072001-09-26 Stefan Monnier <monnier@cs.yale.edu>
908
909 * info.el (Info-on-current-buffer): Default arg to "Top".
910
9112001-09-25 Eli Barzilay <eli@barzilay.org>
912
913 * calculator.el (calculator-copy-displayer): New user-option.
914 (calculator-displayer-prev, calculator-displayer-next):
915 Renamed from calculator-displayed-{left,right}.
916 (calculator, calculator-standard-displayer)
917 (calculator-num-to-string, calculator-update-display)
918 (calculator-copy, calculator-put-value): Bug and display fixes.
919
9202001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
921
922 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
923 (ebnf-version): New version (3.6.1).
924
925 * ebnf-bnf.el: Fix character range regexp. Doc fix.
926 (ebnf-bnf-non-terminal-chars): New internal const.
927 (ebnf-bnf-lex): Fix code.
928
929 * ebnf-iso.el: Fix character range regexp. Doc fix.
930 (ebnf-iso-non-terminal-chars): New internal const.
931 (ebnf-iso-lex): Fix code.
932
933 * ebnf-yac.el: Fix character range regexp. Doc fix.
934 (ebnf-yac-skip-chars): New internal const.
935 (ebnf-yac-skip-code): Fix code.
936
9372001-09-24 Stefan Monnier <monnier@cs.yale.edu>
938
939 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
940
941 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
942 passing it to VC.
943
944 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
945 case where the file is relative.
946
9472001-09-24 Gerd Moellmann <gerd@gnu.org>
948
949 * xml.el (xml-parse-attlist): Quotes around attributes must be the
950 same on each side. Make sure we properly handle simple quotes.
951 From Daiki Ueno <ueno@unixuser.org>.
952
9532001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
954
955 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
956 <jas@extundo.com>.
957
958 * menu-bar.el (top-level): Minor fixes for text of help-echo in
959 some items of the Options menu.
960
9612001-09-22 Stefan Monnier <monnier@cs.yale.edu>
962
963 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
964
965 * vc-hooks.el (vc-delete-automatic-version-backups):
966 Don't fail if the directory doesn't exist.
967
968 * diff-mode.el (diff-default-read-only): New var.
969 (diff-mode): Use it.
970
9712001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
972
973 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
974 Use make-keymap instead of copy-keymap, since copying the global
975 keymap messes up the menu bar.
976
977 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
978 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
979
9802001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
981
982 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
983
984 * dired-aux.el (dired-insert-subdir): Pass switches to
985 dired-build-subdir-alist.
986
9872001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
988
989 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
990 caused %#a and %#b to be mis-formatted.
991
9922001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
993
994 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
995 ccmode, emacs-mime, and eudc manuals.
996
9972001-09-19 Sam Steingold <sds@gnu.org>
998
999 w32 find cannot be used with `grep-find'.
1000 * progmodes/compile.el (find-program): New variable.
1001 (grep-compute-defaults): Use it to set `grep-find-command'.
1002
10032001-09-19 Gerd Moellmann <gerd@gnu.org>
1004
1005 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
1006
10072001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1008
1009 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1010 programming. Doc fix.
1011 (ebnf-version): New version (3.6).
1012 (ebnf-eps-begin): Data fix.
1013 (ebnf-begin-file): Code fix.
1014
1015 * ebnf-bnf.el: Doc fix.
1016 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1017
1018 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1019
10202001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1021
1022 * ps-print.el: Better face mapping for black/white PostScript printers.
1023 Check if mark is active when printing a region. Doc fix.
1024 (ps-print-version): New version number (6.5.5).
1025 (ps-print-color-p): Customization fix.
1026 (ps-black-white-faces): New option.
1027 (ps-black-white-faces-alist): New internal var.
1028 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1029 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1030 (ps-nb-pages-region): Interactive fix.
1031 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1032 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1033
10342001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1035
1036 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1037 numeric month value, and allow the Kanji character after the it to
1038 be missing (happens with ls-lisp's output on Japanese versions of
1039 MS-Windows).
1040
10412001-09-18 Miles Bader <miles@gnu.org>
1042
1043 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1044 it's empty (and thus probably a new patch file about to be edited).
1045
10462001-09-17 Gerd Moellmann <gerd@gnu.org>
1047
1048 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1049 Check for '(' in column 0 of doc string.
1050
1051 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1052 of `nth' so that using a vector as bounding-box works.
1053 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1054
10552001-09-17 Andre Spiegel <spiegel@gnu.org>
1056
1057 * vc.el (vc-annotate): Use current workfile version explicitly as
dc12d871 1058 a default, suggested by Gustav HÃ¥llberg <gustav@virtutech.se>.
5fdac1b8
EZ
1059
10602001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1061
1062 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1063 convert-standard-filename doesn't guarantee that the .el extension
1064 is preserved.
1065
1066 * dos-fns.el (convert-standard-filename): Replace invalid
1067 characters only after converting dash/underscore to a period.
1068 (original-make-auto-save-file-name): New.
1069 (make-auto-save-file-name): New function, overrides the definition
1070 on files.el and calls the original function via
1071 original-make-auto-save-file-name.
1072
1073 * mail/rmail.el (top-level): Require mule-utils when compiling.
1074 (rmail-decode-babyl-format): Use detect-coding-with-priority
1075 instead of detect-coding-region, to favor detection of emacs-mule
1076 encoded Babyl files written by rmailout.el etc. Suggested by
1077 Kenichi Handa <handa@etl.go.jp>.
1078
10792001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1080
1081 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1082 Use `equal', not `=', since the device number can be a cons cell.
1083
10842001-09-14 Gerd Moellmann <gerd@gnu.org>
1085
1086 * simple.el: Comment out change of 2001-09-13.
1087
10882001-09-13 Milan Zamazal <pdm@zamazal.org>
1089
1090 * progmodes/compile.el (grep-compute-defaults): Don't set
1091 grep-command/grep-find-command when it is already non-nil.
1092 (grep-command): Make it a user option.
1093 (grep-find-command): Likewise.
1094
10952001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
1096
1097 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1098 inhibit quit.
1099
11002001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1101
1102 * files.el (make-auto-save-file-name): If long file names are not
1103 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1104 generating an auto-save file name from it.
1105
11062001-09-13 Gerd Moellmann <gerd@gnu.org>
1107
1108 * ps-print.el (ps-print-region, ps-print-region-with-faces)
1109 (ps-nb-pages-region): Signal an error if called interactively
1110 and the mark is not active.
1111
1112 * simple.el (minibuffer-prompt-modification)
1113 (minibuffer-prompt-insertion): New functions.
1114 (minibuffer-prompt-properties): Use `modification-hooks' and
1115 `insert-in-front-hooks'.
1116
11172001-09-12 Richard M. Stallman <rms@gnu.org>
1118
1119 * textmodes/outline.el (outline-regexp): Doc fix.
1120 Initialize it in the defcustom, the usual way.
1121
11222001-09-12 Gerd Moellmann <gerd@gnu.org>
1123
1124 * ediff-mult.el (ediff-get-meta-info): Take into account that data
1125 from `ediff-meta-info' properties need not be an overlay.
1126 From David Ponce <dponce@voila.fr>.
1127
1128 * isearch.el (isearch-intersects-p): Fix end checks.
1129
012a2196 11302001-09-11 Eli Zaretskii <eliz@is.elta.co.il>
5fdac1b8
EZ
1131
1132 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1133 `t' branch of `cond', since Irix 6.1 and up is a special case of
1134 the standard dbx interface.
1135
11362001-09-11 Miles Bader <miles@gnu.org>
1137
1138 * comint.el (comint-send-input): When waiting for echoed input,
1139 don't save the expected end position in `echo-end', so that things
1140 work properly even if the buffer is modified elsewhere at the same
1141 time [this happens if `comint-truncate-buffer' is used].
1142
11432001-09-11 Gerd Moellmann <gerd@gnu.org>
1144
1145 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1146 when constructing imenu-generic-expression from outline-regexp.
1147
11482001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1149
1150 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1151 `equal' instead of `=', since they can be cons cells. From Nils
1152 Goesche <cartan@cartan.de>.
1153
11542001-09-10 Andre Spiegel <spiegel@gnu.org>
1155
1156 * vc.el (vc-annotate): Rewrote doc string.
1157
11582001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1159
1160 * time-stamp.el: Update Stephen Gildea's email address.
1161
11622001-09-10 Gerd Moellmann <gerd@gnu.org>
1163
1164 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1165 enable-multibyte-characters = nil. From Hallvard B Furuseth
1166 <h.b.furuseth@usit.uio.no>.
1167
11682001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
1169
1170 * ediff-init.el (ediff-highest-priority): Bug fix.
1171
1172 * viper-cmd.el (viper-special-read-and-insert-char): New function
1173 that reads a character and uses the current input method or
1174 iso-accents when appropriate.
1175
1176 * viper.el and all others: Corrections to the comment blocks at
1177 the top.
1178
11792001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1180
1181 * info.el (Info-goto-node): Doc fix.
1182
11832001-09-07 Gerd Moellmann <gerd@gnu.org>
1184
1185 * isearch.el (isearch-intersects-p): New function.
1186 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1187 use isearch-intersects-p, and clean up.
1188
11892001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1190
1191 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1192 and "german8", for the new German orthography dictionaries,
1193 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1194 the entries, to keep the line length balanced for loaddefs.el.
1195
11962001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
1197
1198 * comint.el (comint-send-input): Handle comint-process-echoes
1199 differently.
1200
dc12d871 12012001-09-07 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
1202
1203 * locate.el (locate-insert-header): Remove unnecessary whitespace.
1204
12052001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1206
1207 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
1208
12092001-09-07 Gerd Moellmann <gerd@gnu.org>
1210
1211 * server.el (server-switch-buffer):
1212 * textmodes/refer.el (refer-find-entry-internal):
1213 * term/sup-mouse.el (sup-pos-to-window):
1214 * term/bg-mouse.el (bg-window-from-x-y):
1215 * emacs-lisp/edebug.el (edebug-window-live-p):
1216 Use get-window-with-predicate.
1217
1218 * window.el (get-window-with-predicate): Renamed from some-window.
1219 (some-window): Make it an alias.
1220
12212001-09-06 Gerd Moellmann <gerd@gnu.org>
1222
1223 * simple.el (undo): Remove positions from buffer-undo-list up to
1224 the next undo boundary only.
1225
12262001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1227
1228 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1229 Kim <ryk@dspwiz.com>
1230
1231 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1232 the message "Creating customization items...done".
1233
12342001-09-05 Gerd Moellmann <gerd@gnu.org>
1235
1236 * font-lock.el (toplevel): Require `jit-lock' only if
1237 font-lock-support-mode is set to jit-lock-mode.
1238
12392001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1240
1241 * international/quail.el (quail-use-package, quail-inactivate)
1242 (quail-activate): Mention the hooks these functions run in their
1243 doc strings.
1244
f1180544 12452001-09-05 Edward M. Reingold <reingold@iit.edu>
5fdac1b8
EZ
1246
1247 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1248 of file in header of menu.
1249
12502001-09-04 Gerd Moellmann <gerd@gnu.org>
1251
1252 * env.el (setenv): Interactively, if VARIABLE has a current value,
1253 add that to the front of the history, as the doc string says.
1254
1255 * comint.el (comint-send-input): Change help-echo.
1256 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
1257
1258 * bookmark.el (bookmark-write-file): Bind print-length and
1259 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1260
1261 * obsolete/uncompress.el: Moved there from lisp/.
1262
1263 * comint.el (comint-insert-clicked-input): Goto point-max before
1264 deleting previous input. From "Dr Francis J. Wright"
1265 <F.J.Wright@qmw.ac.uk>.
1266
1267 * simple.el (backward-word): Doc fix.
1268
dc12d871 12692001-09-03 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
1270
1271 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1272 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1273 * w32-fns.el: Add Keywords header.
1274
12752001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1276
1277 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1278 "Text Properties". Suggested by Simon Marshall
1279 <Simon.Marshall@midas-kapiti.com>.
1280
12812001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1282
1283 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1284 consulting the value of file-name-coding-system.
1285
12862001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1287
1288 * help.el (describe-function-1): Save precomputed `file-name' rather
1289 than recomputing it (incorrectly) with `symbol-file'.
1290
12912001-09-03 Gerd Moellmann <gerd@gnu.org>
1292
1293 * international/isearch-x.el (isearch-exit-recursive-edit):
1294 Take three parameters, since it's used as an after-change-function.
1295
1296 * emacs-lisp/backquote.el (backquote-backquote-symbol)
1297 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1298 from doc strings.
1299
13002001-09-02 Milan Zamazal <pdm@zamazal.org>
1301
1302 * progmodes/glasses.el (glasses-convert-to-unreadable):
1303 Consider underscores as in `glasses-make-readable'.
1304
13052001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1306
1307 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1308 MS-DOS, since cpp might not be available.
1309
1310 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1311 Mention "yank" in the help-echo text.
dc12d871 1312 Suggested by Pavel Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
1313
13142001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1315
1316 * newcomment.el (comment-indent): Insert spaces more carefully.
1317
13182001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1319
1320 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1321 exists. From Andy Petrusenco <andy@int.spb.ru>.
1322
1323 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
1324 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1325 <andy@int.spb.ru>.
1326
13272001-08-31 Gerd Moellmann <gerd@gnu.org>
1328
1329 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1330 Instead of running mouse-yank-at-click, see what the event is
1331 bound to outside Isearch and run that.
1332
13332001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1334
1335 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1336 Fix the menu entry to mention transient-mark-mode.
1337
13382001-08-30 Gerd Moellmann <gerd@gnu.org>
1339
1340 * simple.el (eval-expression-print-level): Fix last change.
1341
1342 * bindings.el (mode-line-coding-system-map): New variable.
1343 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1344
1345 * simple.el (eval-expression-print-level): Change the type
1346 of the defcustom to allow nil.
1347
1348 * emacs-lisp/find-gc.el: Moved here from lisp/.
1349
1350 * international/quail.el (quail-completion-1):
1351 Reverse the ((CHAR . DEFN) ...) list before processing it.
1352 From Kenichi Handa <handa@etl.go.jp>.
1353
1354 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1355 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1356
13572001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1358
1359 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1360 aren't supported. This avoids the annoying gray strip drawn by
1361 the Windows version instead of the missing tool bar.
1362
13632001-08-29 Gerd Moellmann <gerd@gnu.org>
1364
1365 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1366 and tooltips more consistent. From "Marshall, Simon"
1367 <Simon.Marshall@midas-kapiti.com>.
1368
1369 * startup.el (fancy-splash-screens): Temporarily set
1370 minor-mode-map-alist to nil while displaying splash screens.
1371
dc12d871 13722001-08-29 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
1373
1374 * buff-menu.el: Add Keywords header.
1375 Doc fix (C-x C-b is bound to list-buffers).
1376
1377 * dired-x.el: Add keyword files to get listed in finder.
1378 Remove confusing notes about GNU Emacs 19.
1379
1380 * dired.el, dired-aux.el: Add Keywords header.
1381
13822001-08-28 Andre Spiegel <spiegel@gnu.org>
1383
1384 * vc.el (vc-revert-file): Call the backend even if the FILE's
1385 contents can be reverted locally; pass new arg CONTENTS-DONE
1386 down to the backend.
1387
1388 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
1389 optional arg CONTENTS-DONE.
1390
13912001-08-28 Andrew Innes <andrewi@gnu.org>
1392
1393 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1394
13952001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1396
1397 * makefile.nt (install): Copy more *.el files.
1398
13992001-08-28 Gerd Moellmann <gerd@gnu.org>
1400
1401 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1402 instead of `w' which is already in use.
1403
1404 * gs.el (gs-load-image): Use sleep-for.
1405 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1406
14072001-08-28 Miles Bader <miles@gnu.org>
1408
1409 * replace.el (query-replace-regexp-eval): Return args from
1410 `interactive' form in correct order.
1411
14122001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1413
1414 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1415 major modes, don't create panes for modes for which
1416 mouse-buffer-menu-alist returns an empty alist.
1417
14182001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
1419
1420 * progmodes/hideshow.el: Update first-line description.
1421 Sync comments w/ maintainer version 5.31.
1422
1423 (hs-isearch-open): Default value now `code'.
1424 Fix docstring to use "code blocks" vs "comment blocks",
1425 as opposed to "block" vs "comment".
1426 (hs-flag-region): Accept `hs-isearch-open' value
1427 of `block' as synonymous w/ `code'.
1428 (hs-hide-block-at-point): For code blocks, pass `code'
1429 to `hs-flag-region' instead of `block'.
1430
14312001-08-28 Miles Bader <miles@gnu.org>
1432
1433 * comint.el (comint-next-prompt): Don't loop infinitely if
1434 {next,previous}-single-char-property-change returns its input
1435 position when the search fails.
1436
14372001-08-27 Miles Bader <miles@gnu.org>
1438
1439 * comint.el (comint-get-old-input-default): Don't signal an error
1440 if point is not on an input field; instead, return the current
1441 line (using `comint-bol' to skip any prompt, in case we're not
1442 using fields at all).
1443
1444 * man.el (Man-mode-line-format): Variable removed.
1445 (Man-mode): Change `mode-line-buffer-identification' instead of
1446 `mode-line-format'.
1447
14482001-08-27 Gerd Moellmann <gerd@gnu.org>
1449
1450 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1451 From Simon Josefsson <jas@extundo.com>.
1452
14532001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1454
1455 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
dc12d871 1456 messages. From Pavel Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
1457
1458 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
dc12d871 1459 Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
1460
1461 * emacs-lisp/lselect.el: Ditto.
1462
1463 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1464 Remove periods from the end of error message strings.
dc12d871 1465 From Pavel Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
1466
1467 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
dc12d871 1468 Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
1469
1470 * net/telnet.el: Ditto.
1471
14722001-08-26 Gerd Moellmann <gerd@gnu.org>
1473
1474 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1475 KEYMAP to the call to define-minor-mode.
1476
14772001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1478
1479 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1480 Replace some of the undefined characters with emulations of bidi
1481 formatting characters and Niqud as per SI 1311-1.
1482 (IT-unicode-translations): Ditto.
1483 (IT-display-table-setup, IT-setup-unicode-display):
1484 Fill characters without translations with dos-unsupported-char-glyph.
1485
14862001-08-24 Simon Josefsson <jas@extundo.com>
1487
1488 * hl-line.el (hl-line-mode): Don't be a global mode.
1489 (global-hl-line-mode): New function.
1490
14912001-08-24 Gerd Moellmann <gerd@gnu.org>
1492
1493 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1494 being reset by Ghostscript. Don't kill the gs process.
1495 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1496
14972001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1498
1499 * term/mac-win.el: Require scroll-bar.
1500
15012001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1502
1503 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1504
15052001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1506
1507 * hexl.el (hexl-insert-multibyte-char) New function.
1508 (hexl-quoted-insert, hexl-self-insert-command)
1509 (hexl-insert-hex-char, hexl-insert-decimal-char)
1510 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1511 Fix the doc strings accordingly.
1512 (hexl-insert-char): Reject characters whose code is above 255.
1513 Doc fix.
1514 (hexl-mode-map): Copy the global keymap instead of creating a
1515 sparse keymap, and bind all self-inserting characters to
1516 hexl-self-insert-command.
1517
15182001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1519
1520 * wid-edit.el (text): Re-order docstring correctly.
1521
1522 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1523
1524 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1525
15262001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1527
1528 * simple.el (line-number-mode): Mention the variable
1529 line-number-display-limit-width in the doc string.
1530
15312001-08-22 Gerd Moellmann <gerd@gnu.org>
1532
1533 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1534 Temporarily select EVENT's window for switching buffers.
1535 (mode-line-bury-buffer): New function.
1536 (mode-line-buffer-identification-keymap): Use it instead of
1537 bury-buffer. Bind down-mouse events to prevent global down-mouse
1538 events from shining through.
1539
15402001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1541
1542 * newcomment.el (comment-beginning): Make sure the comment-start
1543 we found isn't a comment-end (in cases where confusion is possible).
1544
15452001-08-22 Miles Bader <miles@gnu.org>
1546
1547 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1548 before writing it, so that hard-links don't see new version.
1549
15502001-08-21 Gerd Moellmann <gerd@gnu.org>
1551
1552 * gs.el (gs-set-ghostview-colors-window-prop):
1553 Call x-change-window-property with 3rd arg FRAME.
1554 (gs-load-image): Wait for a previous Ghostscript process
1555 to complete before starting a new one.
1556
1557 * image.el (image-type-regexps): Make sure that the TIFF
1558 pattern is only matched at the beginning of a string.
1559 From Markus Rost <rost@math.ohio-state.edu>.
1560
1561 * international/swedish.el: Pre-Mule file removed. From Jonas
1562 Oberg <jonas@gnu.org>.
1563
15642001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1565
1566 * whitespace.el (whitespace-abort-on-error): Add custom variable
1567 to whitespace to abort a write-file if whitespace is detected in file.
1568
1569 * whitespace.el (whitespace-write-file-hook): Hook to be called
1570 when writing a file. If `whitespace-abort-on-error' is set, the
1571 write will abort on detecting whitespaces.
1572 If `whitespace-auto-cleanup' is set, the file will be cleaned
1573 automatically prior to writing.
1574
1575 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1576 whitespaces in the error output!
1577
1578 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1579 `indent-tabs-mode', since the latter notes user preferences on
1580 TABs anyway.
1581
1582 * whitespace.el (whitespace-version): 3.1. All of the above issues
dc12d871 1583 were raised by François Pinard, which led to the fixes described.
5fdac1b8
EZ
1584
15852001-08-20 Gerd Moellmann <gerd@gnu.org>
1586
1587 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
dc12d871 1588 some spaces from a message. From Pavel Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
1589
1590 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1591
15922001-08-20 Alex Schroeder <alex@gnu.org>
1593
1594 * sql.el (sql-db2): Doc change.
1595
15962001-08-20 Alex Schroeder <alex@gnu.org>
1597
1598 * sql.el (sql-postgres): Add the database at the end of the
1599 parameters instead of at the beginning.
1600 (sql-postgres-options): Doc change.
1601
16022001-08-17 Gerd Moellmann <gerd@gnu.org>
1603
1604 * custom.el (defcustom): Doc fix.
1605
16062001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1607
1608 * ps-mule.el (find-composition): Check if (char-after POS)
1609 returns a valid character.
1610
16112001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1612
1613 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1614 original-point for extra CR characters that are added/removed when
1615 the buffer is written/read whose EOL type is -dos.
1616
16172001-08-16 Miles Bader <miles@gnu.org>
1618
1619 * simple.el (line-move): Undo previous change.
1620
1621 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
1622 property to input-terminating `boundary' overlays to avoid
1623 line-move wierdness.
1624
16252001-08-16 Gerd Moellmann <gerd@gnu.org>
1626
1627 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1628 buffer in a save-restriction. Under one test case with Ediff,
1629 window-scroll-functions are run with a window start that's
1630 temporarily outside of the restriction.
1631
f1180544 16322001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
5fdac1b8
EZ
1633
1634 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
1635 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1636 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1637 (texinfo-update-menu-region-beginning)
1638 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1639 command, @ifnottex, to regexps, so it is found.
1640
16412001-08-16 Andrew Innes <andrewi@gnu.org>
1642
1643 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1644 (DONTCOMPILE): Omit sc.el.
1645
1646 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1647 (DONTCOMPILE): Omit sc.el.
1648
16492001-08-16 Gerd Moellmann <gerd@gnu.org>
1650
1651 * replace.el (occur): Bind inhibit-read-only to t.
1652
16532001-08-16 Miles Bader <miles@gnu.org>
1654
1655 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1656 calling `constrain-to-field', to avoid problems with comint prompts.
1657
16582001-08-15 Gerd Moellmann <gerd@gnu.org>
1659
1660 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
1661 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
1662
1663 * ediff-mult.el (ediff-get-meta-info): Fix the condition
1664 of a while-loop.
1665
1666 * Makefile.in (DONTCOMPILE): Remove sc.el.
1667
1668 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1669 Don't include term/.
1670
1671 * mail/sc.el: Moved to obsolete/.
1672
16732001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1674
1675 * ps-print.el: Change error function arguments to follow Emacs
1676 message convention. Doc fix.
1677 (ps-print-version): New version number (6.5.4).
1678 (coding-system-for-write): Change declaration position to avoid
1679 XEmacs compilation gripes.
1680 (coding-system-for-read, buffer-file-coding-system):
1681 Declarations to avoid XEmacs compilation gripes.
1682
1683 * ps-mule.el: Doc fix.
1684 (ps-mule-encode-header-string): If STRING is not a string, replace
1685 STRING by empty string.
1686
16872001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1688
1689 * frame.el (show-trailing-whitespace): Doc fix.
1690
16912001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1692
1693 * desktop.el (desktop-save): Insert the coding: tag before
1694 desktop-header.
1695
16962001-08-13 Gerd Moellmann <gerd@gnu.org>
1697
1698 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1699 its path from $els.
1700
1701 * image.el (image-jpeg-p): Fix call of substring.
1702
17032001-08-10 Gerd Moellmann <gerd@gnu.org>
1704
1705 * play/animate.el (animate-string): Doc fix. Use a buffer
1706 name with stars in it.
1707 (animate-sequence): New function.
1708 From Richard Stallman <rms@gnu.org>.
1709
1710 * frame.el (select-frame-set-input-focus): New function
1711 extracted from other-frame.
1712 (other-frame): Use it.
1713 (next-multiframe-window, previous-multiframe-window): Use it.
1714
1715 * isearch.el (isearch-other-meta-char): Don't switch to the
1716 buffer of a window clicked on, when the current buffer is
1717 in Isearch mode.
1718
1719 * image.el (image-jpeg-p): Test for APPn markers in the range
1720 #xe0..#xef.
1721
17222001-08-09 Gerd Moellmann <gerd@gnu.org>
1723
1724 * desktop.el (desktop-save): Don't use concat to form a file
1725 name, use expand-file-name.
1726
1727 * mouse.el (mouse-delete-window): Do nothing if frame has just
1728 one window.
1729
1730 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1731 for the minor mode name.
1732
1733 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1734 minor mode name.
1735
1736 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1737 instead of make-mode-line-mouse2-map.
1738
1739 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1740 the minor mode name.
1741
1742 * emacs-lisp/easy-mmode.el (define-minor-mode):
1743 Use mode-line-minor-mode-keymap for the minor mode name.
1744
1745 * calendar/calendar.el (calendar-mode-line-format):
1746 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
1747
1748 * bindings.el (make-mode-line-mouse-map): Renamed from
1749 make-mode-line-mouse2-map. Take additional arg MOUSE.
1750 (mode-line-modified): Use mouse-3 instead of mouse-2.
1751 (mode-line-buffer-identification-keymap): Bind keys differently.
1752 (propertized-buffer-identification): Adapt help-echo to new bindings.
1753
1754 * bindings.el (mode-line-format): Specify help-echo for line
1755 number, column number and buffer-percent part of the mode-line.
1756
1757 * image.el (image-type-regexps): Allow whitespace at the start
1758 of the image data for XPM, XBM and Postscript, which are
1759 text files.
1760 (image-jpeg-p): Correct calculation of next field offset.
1761
dc12d871 17622001-08-08 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
1763
1764 * battery.el: Fix typo.
1765
17662001-08-08 Gerd Moellmann <gerd@gnu.org>
1767
1768 * image.el (image-type-regexps): Allow predicates. Change the way
1769 JPEG images are recognized.
1770 (image-jpeg-p): New function.
1771 (image-type-from-data): Handle predicates in image-type-regexps.
1772
1773 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1774 #:, #x, #o, and similar constructs.
1775
17762001-08-07 Gerd Moellmann <gerd@gnu.org>
1777
1778 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1779
1780 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1781 instead of `progn'.
1782
1783 * tar-mode.el (tar-extract): Avoid generating a new buffer
1784 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1785
1786 * textmodes/paragraphs.el (forward-sentence): Avoid building
1787 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1788
1789 * progmodes/executable.el (executable-set-magic):
1790 If executable-find returns a quoted file name, unquote it before
1791 inserting it.
1792
1793 * image.el (image-type-regexps): For JPEG files, use a regexp
1794 derived from the JFIF spec.
1795
1796 * image.el (image-type-regexps): Use `\`' instead of `^' in
1797 most regular expressions.
1798
dc12d871 17992001-08-06 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
1800
1801 * play/animate.el: Re-insert a reference to re-inserted function.
1802
18032001-08-06 Gerd Moellmann <gerd@gnu.org>
1804
1805 * help.el (describe-function-1): Use find-function-search-for-symbol
1806 instead of find-function-noselect because the latter follows aliases.
1807
1808 * play/animate.el (animate-birthday-present): Re-insert.
1809
1810 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1811 Handle old-style menu definitions.
1812
dc12d871 18132001-08-06 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
1814
1815 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
1816 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
1817
1818 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
1819 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1820 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
1821
dc12d871 18222001-08-05 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
1823
1824 * textmodes/tildify.el: Milan Zamazal has new address.
1825
18262001-08-03 Gerd Moellmann <gerd@gnu.org>
1827
1828 * custom.el (custom-set-variables): Don't test `custom-requests'
1829 properties, check the third element of the options passed to
1830 custom-set-variables instead.
1831
1832 * info.el (info-insert-file-contents): Use info-file-exists-p
1833 instead of file-exists-p.
1834
1835 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1836 the mode-line face is restored. Fix several bugs.
1837
1838 * replace.el (perform-replace): Doc fix.
1839
18402001-08-02 Francesco Potorti` <pot@gnu.org>
1841
1842 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1843 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1844 (uniquify-fix-item-base, uniquify-fix-item-filename)
1845 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1846 Callers changed.
1847 (uniquify-set-proposed): Changed to work with a vector item.
1848 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1849 the fix list, and a list of strings for the non-file buffer
1850 names. Both changes reduce consing.
1851 (uniquify-rationalize-a-list): Local variable renaming.
1852 (uniquify-rationalize-conflicting-sublist): Use member instead of
1853 assoc.
1854 (uniquify-rename-buffer): Use unless instead of if not.
1855
18562001-08-02 Gerd Moellmann <gerd@gnu.org>
1857
1858 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
1859
1860 * custom.el (custom-set-variables): Set options with :require
1861 clauses last.
1862
1863 * custom.el (defcustom): Doc fix.
1864
1865 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1866
18672001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1868
1869 * man.el (man): Mention Man-switches in the doc string.
1870 (Man-switches): Mention -a in the doc string.
1871
1872 * textmodes/ispell.el (ispell-alternate-dictionary):
1873 Add /usr/share/lib/dict/words, for Irix.
1874
1875 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1876 corresponding non-kp keys. Suggested by Stephen Gildea
1877 <gildea@stop.mail-abuse.org>.
1878
18792001-08-01 Francesco Potorti` <pot@gnu.org>
1880
1881 * uniquify.el: These changes correct a corner case that the old
1882 code managed correctly.
1883 (uniquify-fix-item-proposed): Renamed from
1884 uniquify-fix-item-min-proposed.
1885 (uniquify-set-proposed): New function.
1886 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1887 clarity and speed.
1888 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1889 This is equivalent to what the old code did.
1890 (uniquify-rationalize-a-list): Never recompute the proposed
1891 name. Sort the conflicting sublist before rationalising it: this
1892 is equivalent to what the old code did, but one directory element
1893 at a time, and only when necessary.
1894 (uniquify-rationalize-conflicting-sublist): Recompute here the
1895 proposed name.
1896
18972001-08-01 Gerd Moellmann <gerd@gnu.org>
1898
1899 * play/animate.el: Add Keywords and Maintainer. Remove a
1900 reference to a removed function.
1901
1902 * play/animate.el (animate-string): Handle case that the string is
1903 longer than the window is wide.
1904
19052001-07-31 Gerd Moellmann <gerd@gnu.org>
1906
1907 * desktop.el (desktop-save): Bind coding-system-for-write to
1908 `emacs-mule' for write-region.
1909
1910 * delsel.el (delete-selection-pre-hook): Don't set this-command
1911 to `ignore' if the region is empty.
1912
1913 * international/mule.el (set-keyboard-coding-system):
1914 Set keyboard-coding-system.
1915
1916 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1917 before accessing it.
1918
19192001-07-30 Andreas Schwab <schwab@suse.de>
1920
1921 * menu-bar.el (toggle-highlight-paren-mode):
1922 Use `(show-paren-mode)' as body.
1923
19242001-07-30 Andre Spiegel <spiegel@gnu.org>
1925
1926 * vc.el (vc-checkout-hook): New hook.
1927 (vc-checkout): Run it.
1928
19292001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1930
1931 * progmodes/make-mode.el (makefile-macroassign-regex):
1932 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
1933
19342001-07-30 Gerd Moellmann <gerd@gnu.org>
1935
1936 * vc.el (vc-switch-backend): Fix autoload cookie.
1937
1938 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1939 the desktop file.
1940
19412001-07-30 Simon Josefsson <jas@extundo.com>
1942
1943 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1944 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1945
19462001-07-27 Gerd Moellmann <gerd@gnu.org>
1947
1948 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1949 (last-sexp-toggle-display): Renamed from last-sexp-print.
1950 (last-sexp-toggle-display, eval-last-sexp-1):
1951 Use last-sexp-setup-props.
1952
1953 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
1954 New user-options.
1955 (mouse-wheel-change-button): New function.
1956 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1957 (mwheel-scroll): Ditto.
1958
19592001-07-26 Gerd Moellmann <gerd@gnu.org>
1960
1961 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1962 `...', compare with unabbreviated printed representation instead.
1963 (last-sexp-print): Bind print-length and print-level to nil.
1964
1965 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1966 before assigning text properties. Make properties rear-nonsticky.
1967
1968 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1969 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1970 <mouse-2> and <RET> in that map to a function printing the
1971 unabbreviated value.
1972
1973 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1974 is a buffer, put a text property `printed-value' on the printed
1975 representation, with the Lisp object printed as value.
1976
19772001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1978
1979 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1980 Mention the effect of eval-expression-print-length and
1981 eval-expression-print-level in the doc strings. Suggested by
1982 Kevin Gallagher <kevingal@onramp.net>.
1983
19842001-07-25 Gerd Moellmann <gerd@gnu.org>
1985
1986 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1987 for buttons > 3.
1988 (xterm-mouse-translate): Handle the case that we don't get a
1989 down-event.
1990
1991 * emacs-lisp/find-func.el (find-function-regexp):
1992 Add easy-mmode-define-global-mode to the regexp. Allow newlines
1993 in front of the function name.
1994
1995 * isearch.el (isearch-other-meta-char): Fix last change.
1996
1997 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1998 similar events for which fake prefix keys are generated. It's no
1999 longer necessary since read_key_sequence doesn't modify these
2000 events for internal purposes anymore.
2001
2002 * files.el (auto-mode-alist): Use nroff-mode for files ending
2003 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2004
20052001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2006
2007 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2008 tool-bar-lines parameter, behave as if its value were zero.
2009 (mouse-avoidance-set-pointer-shape): Don't do anything if
2010 x-pointer-shape is not boundp.
2011
20122001-07-23 Francesco Potorti` <pot@gnu.org>
2013
2014 * uniquify.el: Overall speedup changes when using many buffers.
2015 (uniquify-fix-item-base, uniquify-fix-item-filename)
2016 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
2017 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
2018 place in the item, but was never used.
2019 (uniquify-fix-item-min-proposed): New defalias: the fourth place
2020 in the item is now used as cache for the proposed name.
2021 (uniquify-rationalize-file-buffer-names): Move computation made on
2022 newbuffile out of the loop, in the newbuffile-nd local var.
2023 Use dolist (cosmetic change). Compute the proposed name for the most
2024 common case and cache it in the fourth place in the item.
2025 (uniquify-rationalize-file-buffer-names): Used to return a a list
2026 of buffer whose name was changed, but that return value was never used.
2027 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2028 the cached proposed name, does much less consing and is quicker.
2029 (uniquify-filename-lessp): Deleted.
2030 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2031 Do not bind locally the uniquify-possibly-resolvable flag. Use the
2032 cached proposed name is possible.
2033 (uniquify-get-proposed-name): Arguments changed, callers changed.
2034 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2035 uniquify-possibly-resolvable flag, which is no more bound locally.
2036 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
2037 flag, which does not exist any more.
2038
20392001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2040
2041 * term/internal.el (IT-unicode-translations): Fix the appearance of
2042 "6`".
2043
2044 * progmodes/compile.el (compile-internal): If EMACS is already
2045 defined in the environment, don't override its value.
2046
20472001-07-23 Gerd Moellmann <gerd@gnu.org>
2048
2049 * play/fortune.el: Undo change of 2001-07-13.
2050 Fix autoload cookies. Add types to defcustoms.
2051 (fortune) <defgroup>: Add :link.
2052 (fortune-from-region): Use eq, not eql.
2053 From Dave Love <fx@gnu.org>.
2054
2055 * play/animate.el (animate-birthday-present): Function removed.
2056
2057 * play/animate.el: New file.
2058
20592001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2060
2061 * startup.el (normal-top-level-add-subdirs-to-load-path):
2062 On Windows, put into normal-top-level-add-subdirs-inode-list the
2063 canonicalized names of the directories instead of inode numbers.
2064
20652001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2066
2067 * ediff-util.el: Copyright years.
2068 (ediff-choose-syntax-table): New function.
2069 (ediff-setup): Use ediff-choose-syntax-table.
2070 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2071 vc-state is available.
2072 (ediff-make-temp-file): Use ediff-coding-system-for-write.
2073
2074 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2075 with-syntax-table.
2076 (ediff-coding-system-for-read): From ediff-diff.el
2077 (ediff-coding-system-for-write): New variable.
2078 (ediff-highest-priority): Fixed the bug having to do with disappearing
2079 overlays.
2080 (ediff-file-remote-p): Use file-remote-p, if available.
2081 (ediff-listable-file): New function.
2082 (ediff-file-attributes): Use ediff-listable-file.
2083
2084 * ediff-mult.el (ediff-meta-insert-file-info1):
2085 Use ediff-listable-file.
2086
2087 * ediff-ptch.el (ediff-prompt-for-patch-file):
2088 Use ediff-coding-system-for-read.
2089 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
2090
2091 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2092 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
2093
2094 * ediff.el: Date of last update, copyright years.
2095
88c71720 2096 * ediff-wind.el (ediff-setup-control-frame): Nill->nil.
5fdac1b8
EZ
2097
2098 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2099 of Scott Bronson.
2100 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2101 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2102 Deleted functions.
2103 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2104 ex-token-list.
2105 (viper-get-ex-address-subr): Convert registers to char data type.
2106
2107 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
2108 (viper-memq-char): Use viper-int-to-char.
2109 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
2110 vc-locking-state.
2111 (viper-read-key): Use viper-read-key-sequence.
2112
2113 * viper.el (viper-major-mode-modifier-list):
2114 Added inferior-emacs-lisp-mode.
2115 (this-major-mode-requires-vi-state): New function that uses simple
2116 heuristics to decide if vi state is appropriate.
2117 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2118 (viper-non-hook-settings): Don't advise read-key-sequence.
2119 (viper-read-key-sequence): New function that replaces the
2120 previously used advice to read-key-sequence.
2121
2122 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2123 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2124 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2125 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2126 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2127 Got rid of the negative character hack.
2128 (viper-escape-to-state,viper-replace-state-exit-cmd):
2129 Use viper-read-key-sequence.
2130 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
2131 (viper-minibuffer-standard-hook,viper-read-string-with-history):
2132 Don't override existing minibuffer-setup-hook.
2133 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
2134 Convert registers to char data type.
2135 (viper-autoindent): Use viper-indent-line.
2136
2137 * viper-keym.el: Use viper-exec-key-in-emacs.
2138
21392001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2140
2141 * server.el (server-visit-files): Fix variable name typo.
2142
21432001-07-20 Gerd Moellmann <gerd@gnu.org>
2144
2145 * simple.el (delete-trailing-whitespace): Save match data
2146 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2147
21482001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2149
2150 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2151 return a this-error using the alternative format (a pair of markers).
2152
21532001-07-19 Gerd Moellmann <gerd@gnu.org>
2154
2155 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2156
2157 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2158 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2159
dc12d871 21602001-07-17 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
2161
2162 * international/iso-transl.el: Fix typo in the header of the file.
2163
2164 * textmodes/picture.el (picture): Doc fix.
2165
2166 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2167 follow coding conventions in generated files.
2168
21692001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2170
2171 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2172 (tool-bar-add-item): Don't call image-related primitives if the
2173 display doesn't support images.
2174
2175 * frame.el (display-images-p): New function.
2176
21772001-07-17 Gerd Moellmann <gerd@gnu.org>
2178
2179 * server.el (server-visit-files): Handle the case the specified
2180 column number is <= 0.
2181
21822001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2183
2184 * startup.el (command-line-1): Add support for +LINE:COLUMN
2185 command line argument.
2186
21872000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2188
2189 * server.el (server-process-filter, server-visit-files):
2190 Add support for +LINE:COLUMN style emacsclient calls.
2191
dc12d871 21922001-07-16 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
2193
2194 * emacs-lisp/easy-mmode.el: Add Keywords header.
2195
2196 * play/pong.el: Author has new address.
2197
2198 * play/landmark.el: Author is no more reachable.
2199
2200 * play/handwrite.el: Author is no more reachable.
2201
22022001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2203
2204 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2205 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2206 Complete bindings for F<1..12> keys.
2207 (global-map): Remove `undo' binding (already in the default).
2208 Replace `t<n>' bindings with `f<n>' bindings.
2209
22102001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2211
2212 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2213 (tcl-mode): Use tcl-add-log-defun.
2214 (tcl-indent-line): Use tcl-calculate-indent.
2215 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2216 (tcl-indent-exp): Renamed from indent-tcl-exp.
2217 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2218 (tcl-indent-for-comment): Call comment-indent-function properly
2219 and handle the case where it returns nil.
2220
22212001-07-16 Gerd Moellmann <gerd@gnu.org>
2222
2223 * calendar/cal-islam.el (calendar-goto-islamic-date):
2224 Remove autoload cookie.
2225
2226 * calendar/calendar.el (calendar-goto-islamic-date):
2227 Add call to autoload.
2228
22292001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2230
2231 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2232 Don't change compile-auto-highlight globally.
2233 Don't bother with `font-lock-defaults' property since XEmacs
2234 also understands the `font-lock-defaults' variable.
2235 Use make-local-variable rather than make-variable-buffer-local.
2236 Don't `defconst' comment-indent-function: keep the default.
2237 Call easy-menu-add unconditionally.
2238 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2239 (ada-create-menu): Use :included for Emacs as well.
2240
2241 * vc.el (vc-do-command): Autoload.
2242
2243 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2244
dc12d871 22452001-07-16 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
2246
2247 * ps-print.el: Fix Author: header.
2248
22492001-07-16 Gerd Moellmann <gerd@gnu.org>
2250
2251 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2252 mouse-1 etc., bind them to `ignore'.
2253
2254 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2255 send-invisible, which is already defined in Comint.
2256 (eshell-watch-for-password-prompt): Use it.
2257
dc12d871 22582001-07-16 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
2259
2260 * which-func.el (which-func-mode): Doc fix.
2261
2262 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
2263 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2264 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2265 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2266 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2267 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2268 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2269 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2270 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2271 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2272 * emulation/edt-mapper.el, emulation/edt-pc.el,
2273 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2274 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2275 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2276 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2277 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2278 * international/isearch-x.el, international/iso-cvt.el,
2279 * international/ogonek.el, international/quail.el,
2280 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2281 * language/devanagari.el, language/ethio-util.el,
2282 * language/ethiopic.el, language/european.el, language/indian.el,
2283 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2284 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2285 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2286 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2287 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2288 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2289 * progmodes/autoconf.el, progmodes/cmacexp.el,
2290 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2291 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2292 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2293 * progmodes/ebnf2ps.el, progmodes/executable.el,
2294 * progmodes/fortran.el, progmodes/idlw-shell.el,
2295 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2296 * progmodes/m4-mode.el, progmodes/mantemp.el,
2297 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2298 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2299 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2300 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2301 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2302 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2303 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2304 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2305 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2306 * textmodes/two-column.el, time-stamp.el, timezone.el,
2307 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2308 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2309 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
2310 conventions.
2311
23122001-07-16 Gerd Moellmann <gerd@gnu.org>
2313
2314 * simple.el (set-variable): Require 'cus-edit' instead of
2315 `wid-edit', so that the Custom widgets get defined.
2316
dc12d871 23172001-07-16 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
2318
2319 * allout.el: A fix to follow coding conventions.
2320
2321 * find-lisp.el: A fix to follow coding conventions.
2322
2323 * term/w32-win.el: A fix to follow coding conventions.
2324
2325 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2326
2327 * term/xterm.el: A fix to follow coding conventions.
2328
2329 * term/news.el: A fix to follow coding conventions.
2330
2331 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2332 header line fixed.
2333
2334 * sun-curs.el: Fix Maintainer: header line.
2335
2336 * emacs-lisp/easymenu.el: Address of the author added.
2337
23382001-07-16 Gerd Moellmann <gerd@gnu.org>
2339
2340 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2341 property.
2342
dc12d871 23432001-07-16 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
2344
2345 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
2346 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
2347 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2348 Some fixes to follow coding conventions.
2349
23502001-07-16 Gerd Moellmann <gerd@gnu.org>
2351
2352 * which-func.el (which-func-mode): Doc fix.
2353
23542001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2355
2356 * net/rcompile.el (remote-compile): Use make-local-variable.
2357
2358 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2359
2360 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2361
2362 * mail/reporter.el (reporter-submit-bug-report):
2363 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2364
dc12d871 23652001-07-15 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
2366
2367 * calendar/cal-china.el, calendar/cal-coptic.el,
2368 * calendar/cal-dst.el, calendar/cal-french.el,
2369 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2370 * calendar/cal-iso.el, calendar/cal-julian.el,
2371 * calendar/cal-mayan.el, calendar/cal-persia.el,
2372 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2373 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2374 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2375 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2376 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2377 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2378 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2379 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2380 * progmodes/ada-xref.el, progmodes/cc-align.el,
2381 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2382 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2383 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2384 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2385 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2386 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2387 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2388 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2389 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2390 * textmodes/reftex.el: Some fixes to follow coding
2391 conventions in Elisp files with known maintainers.
2392
2393 * emulation/viper.el: A fix to follow coding conventions.
2394
2395 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
2396 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2397 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2398 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2399 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2400 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2401 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2402 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2403 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2404 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
2405 conventions in Elisp files.
2406
2407 * composite.el, diff.el, emacs-lisp/levents.el,
2408 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2409 * emulation/pc-mode.el, emulation/viper-cmd.el,
2410 * emulation/viper-ex.el, emulation/viper-init.el,
2411 * emulation/viper-keym.el, emulation/viper-macs.el,
2412 * emulation/viper-mous.el, emulation/viper-util.el,
2413 * emulation/viper.el, forms-pass.el, international/ccl.el,
2414 * international/characters.el, international/encoded-kb.el,
2415 * international/fontset.el, international/ja-dic-cnv.el,
2416 * international/ja-dic-utl.el, international/kinsoku.el,
2417 * international/kkc.el, international/mule-cmds.el,
2418 * international/mule-diag.el, international/mule-util.el,
2419 * international/mule.el, international/titdic-cnv.el,
2420 * language/china-util.el, language/chinese.el,
2421 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2422 * language/greek.el, language/hebrew.el, language/japan-util.el,
2423 * language/japanese.el, language/korea-util.el, language/korean.el,
2424 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2425 * language/slovak.el, language/thai-util.el, language/thai.el,
2426 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2427 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2428 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2429 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2430 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2431 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2432 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2433 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2434 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2435 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
2436 to follow coding conventions in files without maintainer or in files
2437 with clear maintainer (but without Maintainer header stating so).
2438
2439 * emacs-lisp/elp.el: A fix to follow coding conventions.
2440
2441 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
2442 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2443 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2444 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2445 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2446 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2447 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2448 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2449 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2450 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2451 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2452 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
2453 conventions in files from Gnus.
2454
2455 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
2456 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2457 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2458 * echistory.el, electric.el, emacs-lisp/authors.el,
2459 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2460 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2461 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2462 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2463 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2464 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2465 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2466 * international/codepage.el, international/iso-ascii.el,
2467 * international/iso-insert.el, international/iso-transl.el,
2468 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2469 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2470 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2471 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2472 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2473 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2474 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2475 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2476 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2477 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2478 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2479 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2480 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2481 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2482 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2483 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2484 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2485 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2486 * textmodes/tex-mode.el, textmodes/text-mode.el,
2487 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2488 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2489 * vt100-led.el, window.el: Some fixes to follow coding conventions in
2490 files maintained by FSF.
2491
dc12d871 24922001-07-13 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
2493
2494 * arc-mode.el: A fix to follow coding conventions.
2495
2496 * bindings.el: Ditto.
2497
2498 * cdl.el: Ditto.
2499
2500 * comint.el: Ditto.
2501
2502 * cus-start.el: Ditto.
2503
2504 * shell.el: Ditto.
2505
2506 * skeleton.el: Ditto.
2507
25082001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2509
2510 * info.el (Info-build-node-completions):
2511 Make Info-current-file-completions buffer local.
2512
25132001-07-13 Gerd Moellmann <gerd@gnu.org>
2514
2515 * which-func.el (which-func-mode, which-func-ff-hook)
2516 (which-function-mode): Remove references to which-func-mode-global.
2517
2518 * calendar/cal-islam.el (calendar-goto-islamic-date):
2519 Add autoload cookie.
2520
2521 * play/fortune.el: Add types to defcustoms.
2522
dc12d871 25232001-07-12 Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
2524
2525 * language/czech.el: A fix to follow coding conventions.
2526
25272001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2528
2529 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2530 to the extension list, for antlr-mode. From Christoph Wedler
2531 <Christoph.Wedler@sap.com>.
2532
25332001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2534
2535 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2536 (vc-dired-mode-map): Fix the madness.
2537
2538 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2539 (vc-prefix-map): Moved back from vc.el.
2540
25412001-07-11 Gerd Moellmann <gerd@gnu.org>
2542
2543 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2544 Increase the size of the obarray.
2545 (mail-extr-all-top-level-domains): Add more toplevel domains,
2546 add more long names.
2547 From: Per Starback <starback@ling.uu.se>.
2548
25492001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2550
2551 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
dc12d871 2552 From Pavel Janík <Pavel@Janik.cz>
5fdac1b8
EZ
2553
2554 * progmodes/ada-mode.el: Ditto.
2555
2556 * progmodes/ada-xref.el: Ditto.
2557
25582001-07-11 Miles Bader <miles@gnu.org>
2559
2560 * finder.el (finder-insert-at-column): Also move to the next line
2561 if exactly at COLUMN.
2562
25632001-07-10 Gerd Moellmann <gerd@gnu.org>
2564
2565 * help.el (describe-function-1): When printing FUNCTION's
2566 documentation, don't assume FUNCTION is a symbol.
2567
2568 * startup.el (normal-top-level): Don't operate on the initial
2569 frame if we failed to create one.
2570
25712001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2572
2573 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2574 itself, i.e. only indent the contents in it.
2575
25762001-07-10 Markus Rost <rost@math.ohio-state.edu>
2577
2578 * mail/rmail.el (rmail-show-message): Show beginning of message in
2579 all windows containing it.
2580
25812001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2582
2583 * term/tty-colors.el: Fix the header line and copyright years.
2584
25852001-07-09 Gerd Moellmann <gerd@gnu.org>
2586
2587 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2588 original definition has an interactive form, but is Elp
2589 instrumented, use the interactive form of the function called by
2590 elp-wrapper.
2591
2592 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2593 configurations with compare-window-configuration; they aren't
2594 window configurations.
2595
2596 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2597 from the server for the format we expect. Don't use it if it
2598 doesn't look like what the Internet draft for FTP extensions specifies.
2599
2600 * toolbar/*.pbm: Cleaned up.
2601 From Luis Fernandes <elf@ee.ryerson.ca>.
2602
26032001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2604
2605 * cc-cmds.el: Extended the kludge to interoperate with the
2606 delsel and pending-del packages wrt to the new function
2607 `c-electric-delete-forward'.
2608
26092001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2610
2611 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2612 to delay the call to <mode> for global minor modes.
2613 (easy-mmode-define-navigation): Only recenter if interactive.
2614
26152001-07-06 Gerd Moellmann <gerd@gnu.org>
2616
2617 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2618 to lisp-indent-line.
2619
2620 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2621 from the server. Call encode-time only when we are sure that we
2622 got a 213 response.
2623
26242001-07-06 Simon Josefsson <jas@extundo.com>
2625
2626 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2627 (mail-envelope-from): New user option.
2628 (sendmail-send-it): Use it.
2629
26302001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2631
2632 * ps-print.el: Use locale dependant date to print date in header.
2633 Doc fix.
2634 (ps-print-version): New version number (6.5.3).
2635 (ps-right-header, ps-right-footer): Initialization and doc fix.
2636 (ps-time-stamp-locale-default): New fun.
2637
26382001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2639
2640 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2641 field problem with MIME-mode.
2642
2643 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2644
26452001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2646
2647 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2648 MIME-mode.
2649
26502001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2651
2652 * bindings.el (mode-line-mule-info): Don't show the tip with
2653 buffer-file-coding-system if that is nil.
2654
26552001-07-05 Gerd Moellmann <gerd@gnu.org>
2656
2657 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2658 instead of kill-line.
2659
dc12d871 2660 * play/pong.el: Fix first line. From Pavel Janík <Pavel@Janik.cz>.
5fdac1b8 2661
dc12d871 2662 * battery.el (battery-update): Add help-echo. From Pavel Janík
5fdac1b8
EZ
2663 <Pavel@Janik.cz>.
2664
26652001-07-04 Gerd Moellmann <gerd@gnu.org>
2666
2667 * font-lock.el (c-font-lock-keywords-3): When matching something
2668 like `struct X Y', finish with point after Y.
2669
26702001-07-04 Simon Josefsson <jas@extundo.com>
2671
2672 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
2673 in caller buffer.
2674
26752001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2676
2677 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
2678 instead of string-match to find the basename of the file.
2679 From Pascal Obry <p.obry@wanadoo.fr>.
2680
2681 * net/browse-url.el (browse-url-default-windows-browser):
2682 Support the MS-DOS port when it runs on Windows.
2683 (browse-url-browser-function) [ms-dos]: Default to
2684 browse-url-default-windows-browser.
2685
2686 * help.el (locate-library): Enable code that looks for compressed
2687 libraries if auto-compression-mode is on.
2688
26892001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2690
2691 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2692
26932001-07-02 Gerd Moellmann <gerd@gnu.org>
2694
2695 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
2696
26972001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2698
2699 * allout.el: Fix the header line, so that finder.el recognizes it.
dc12d871 2700 From Pavel Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
2701
2702 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
dc12d871 2703 From Pavel Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
2704
27052001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2706
2707 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
2708
2709 * ps-bdf.el (bdf-directory-list): Use the value relative to
2710 installation-directory for MS-Windows as well.
2711
27122001-06-29 Richard M. Stallman <rms@gnu.org>
2713
2714 * wid-edit.el (widget-color-sample-face-get):
2715 Return ((foreground-color . COLOR)) instead of constructing a face.
2716
27172001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2718
2719 * faces.el (region): Change the background color for the
2720 light-background color display to lightgoldenrod2, to make it
2721 visible on some laptops.
2722
27232001-06-28 Richard M. Stallman <rms@gnu.org>
2724
2725 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2726 (rmail-msg-restore-non-pruned-header): Likewise.
2727 If point was in the old pruned header, put it at the top.
2728 (rmail-msg-prune-header): If point was at the top, keep it there.
2729
2730 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2731 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2732
27332001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2734
2735 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2736
27372001-06-28 Karl Fogel <kfogel@red-bean.com>
2738
2739 * saveplace.el: Update maintainer email address.
2740
27412001-06-27 Francesco Potorti` <pot@gnu.org>
2742
2743 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2744 Undo previous change.
2745
27462001-06-27 Francesco Potorti` <pot@gnu.org>
2747
2748 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2749 preliminary quick reordering. Can speed things up dramatically.
2750
27512001-06-26 Richard M. Stallman <rms@gnu.org>
2752
2753 * dired.el (dired-get-filename): A file name starting with ~
2754 is not absolute in this context.
2755
2756 * which-func.el (which-func-maxout): Increase default to 500000.
2757 (which-function-mode): This is now the "real" name of the function.
2758 (which-func-mode): Now an alias.
2759 (which-func-mode-global): Name deleted.
2760
2761 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2762 button-2, when binding hs-mouse-toggle-hiding.
2763
27642001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2765
2766 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
2767 (rmail-msg-prune-header): Likewise.
2768 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2769 and `rmail-msg-prune-header'.
2770
27712001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2772
2773 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2774 back than LINEBEG.
2775
27762001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2777
2778 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2779 window where they clicked the mouse has a header line, adjust
2780 vertical movement by one.
2781
27822001-06-25 Milan Zamazal <pdm@zamazal.org>
2783
2784 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2785 too when separating a parenthesis.
2786
27872001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2788
2789 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2790 (bookmark-bmenu-hide-filenames): Add help-echo to
2791 mouse-highlighted text.
2792 (bookmark-bmenu-show-filenames): Remove help-echo property from
2793 the whitespace.
2794
27952001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2796
2797 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2798 From Karl Eichwalder <ke@suse.de>.
2799
28002001-06-23 Richard M. Stallman <rms@gnu.org>
2801
2802 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2803
2804 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2805 contents for completing-read.
2806
28072001-06-22 Richard M. Stallman <rms@gnu.org>
2808
2809 * menu-bar.el (menu-bar-make-toggle): Construct the
2810 function's doc string from HELP, not DOC, and make it accurate by
2811 adding "Toggle whether to " at the front and downcasing the initial.
2812 Change the HELP arg in some calls to make it fit this usage.
2813
2814 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2815 Undo previous change.
2816
28172001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2818
2819 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2820
2821 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
2822
28232001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2824
2825 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2826
2827 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2828
28292001-06-20 Richard M. Stallman <rms@gnu.org>
2830
2831 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2832 broken out from dabbrev--find-expansion. Handle minibuffer
2833 specially here.
2834 (dabbrev--find-expansion): Simplify code in various ways.
2835 Don't treat minibuffers specially.
2836 Call dabbrev--make-friend-buffer-list.
2837 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
2838 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2839
28402001-06-19 John Wiegley <johnw@gnu.org>
2841
2842 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2843 Also, added a comment describing how to greatly speedup Eshell
2844 loadup time, by concatenating together all of Eshell's .elc files.
2845
28462001-06-19 John Wiegley <johnw@gnu.org>
2847
2848 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2849
28502001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2851
2852 * woman.el (WoMan-highlight-references): Add help-echo to
2853 mouse-highlighted text.
2854
28552001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2856
2857 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2858
28592001-06-18 Gerd Moellmann <gerd@gnu.org>
2860
2861 * international/quail.el (quail-start-conversion):
2862 Reset quail-translating to nil.
2863
2864 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2865 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2866
28672001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2868
2869 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2870 mouse-highlighted text.
2871
2872 * dired.el (dired-mark-pop-up): Fix last change.
2873
28742001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2875
2876 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2877 mouse-highlighted text.
2878
2879 * net/quickurl.el (quickurl-url-file): Run through
2880 convert-standard-filename.
2881 (quickurl-list-populate-buffer): Add help-echo to
2882 mouse-highlighted text.
2883 (top-level): Update Dave's URL.
2884
2885 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2886 mouse-highlighted text.
2887
2888 * textmodes/page-ext.el (pages-copy-header-and-position):
2889 Add help-echo to mouse-highlighted text.
2890
2891 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2892 mouse-highlighted text.
2893
2894 * replace.el (occur): Add help-echo to mouse-highlighted text.
2895
2896 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2897 mouse-highlighted text.
2898
2899 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2900 mouse-highlighted text.
2901
2902 * progmodes/compile.el (compile-reinitialize-errors):
2903 Add help-echo to mouse-highlighted messages.
2904 (compilation-forget-errors): Remove help-echo property as well.
2905
2906 * play/landmark.el (lm-plot-square, lm-init-display):
2907 Add help-echo to mouse-highlighted text.
2908
2909 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2910 Add help-echo to mouse-highlighted text.
2911
2912 * dired.el (dired-insert-set-properties): Add help-echo to
2913 mouse-highlighted text.
2914 (dired-mark-pop-up): Remove help-echo property from the file name.
2915
2916 * comint.el (comint-send-input): Add help-echo to
2917 mouse-highlighted text.
2918
2919 * buff-menu.el (list-buffers-noselect): Add help-echo to
2920 mouse-highlighted text.
2921
2922 * arc-mode.el (archive-summarize-files): Add help-echo to
2923 mouse-highlighted text.
2924
2925 * ffap.el (ffap-machine-p): Always return nil if
2926 open-network-stream is not fboundp.
2927
29282001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2929
2930 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2931 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2932 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2933 incorrectly binding chars between 128 and 256 to it.
2934 (sgml-maybe-name-self): Handle latin-1 chars properly.
2935 (sgml-tags-invisible): Bind buffer-file-name to nil.
2936 Use unwind-protect and restore-buffer-modified-p.
2937 (sgml-point-entered): Use buffer-substring-no-properties.
2938 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2939 (html-mode): Don't force `imenu-sort-function'.
2940
29412001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2942
2943 * tar-mode.el: Fix the copyright notice.
2944
2945 * font-lock.el (font-lock-comment-face): For tty's with dark
2946 background, use "red1", since "lightred" is not one of the colors
2947 recognized by tty-colors.el.
2948
2949 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2950 create a buffer for extracted file, in case there's more than one
2951 file by that name in an archive, possibly in different
2952 directories. From Kevin Rodgers <kevinr@ihs.com>.
2953
2954 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2955 <alex@gnu.org>.
2956
29572001-06-15 Miles Bader <miles@gnu.org>
2958
2959 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2960 Revert previous change.
2961
29622001-06-14 Richard M. Stallman <rms@gnu.org>
2963
2964 * replace.el (keep-lines-read-args): Return just a regexp.
2965 Provide nil for the region args.
2966 (keep-lines, flush-lines, how-many):
2967 Calculate the defaults for the region here, when args are nil.
2968
29692001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2970
2971 * rot13.el (rot13-other-window): Some more doc fix.
2972
29732001-06-14 Per Starback <starback@ling.uu.se>
2974
2975 * replace.el (case-replace, query-replace-from-history-variable)
2976 (query-replace-to-history-variable, keep-lines-read-args)
2977 (occur-revert-function, query-replace-help): Dox fix.
2978
29792001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2980
2981 * rot13.el (rot13-other-window): Doc fix.
2982
29832001-06-14 Miles Bader <miles@gnu.org>
2984
2985 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2986 of " and \ to "." (punctuation).
2987 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2988
29892001-06-13 Richard M. Stallman <rms@gnu.org>
2990
2991 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2992
2993 * simple.el (shell-command-on-region): Never kill the
2994 *Shell Command Output* buffer.
2995
29962001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2997
2998 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2999
30002001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3001
3002 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3003 New var, to recognize ${ $' and PODs.
3004 (perl-font-lock-syntactic-face-function): New function.
3005 (perl-mode): Use them.
3006 (perl-continuation-line-p): New function, from perl-calculate-indent.
3007 (perl-calculate-indent): Use it, to properly handle continuation
3008 lines of continuation lines.
3009
30102001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3011
3012 * server.el (server-process, server-buffer-clients): Doc fix.
dc12d871 3013 From Pavel Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
3014
30152001-06-09 John Wiegley <johnw@gnu.org>
3016
3017 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3018 test if the last command was Lisp or not.
3019 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3020 B x C".
3021
30222001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3023
3024 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3025 general one on compile.el supports drive letters.
3026
30272001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3028
3029 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
3030 key description.
3031
3032 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3033
3034 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
3035 (reftex-toc-jump): New command.
3036
3037 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
3038 to parse international characters as well.
3039
3040 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
3041 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
3042
3043 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3044
3045 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
3046 TAB to the key separators.
3047
30482001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3049
3050 * international/mule.el (auto-coding-alist): Remove redundant
3051 up-cased versions of the extensions (auto-coding-alist-lookup is
3052 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3053 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3054
30552001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3056
3057 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3058
30592001-06-01 Richard M. Stallman <rms@gnu.org>
3060
3061 * help.el (describe-variable): Put value on same line
3062 with preceding text, if it is short enough to look good that way.
3063
30642001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3065
3066 * term/internal.el (IT-unicode-translations): New variable.
3067 (IT-setup-unicode-display): New function.
3068
30692001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3070
3071 * ps-print.el: Handle before-string and after-string overlay properties
3072 in ps-print-*-with-faces commands. Doc fix.
3073 (ps-print-version): New version number (6.5.2).
3074 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3075 for XEmacs.
3076 (ps-prefix-quote): Doc fix.
3077 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
3078 (ps-basic-plot-str, ps-plot-string): New funs.
3079
30802001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3081
3082 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3083 and :type spec.
3084
30852001-05-31 Gerd Moellmann <gerd@gnu.org>
3086
3087 * international/mule-cmds.el (inactivate-input-method):
3088 Set input-method-function to nil.
3089
3090 * xml.el (xml-parse-tag): The document may contain invalid characters.
3091 From ShengHuo ZHU <zsh@cs.rochester.edu>
3092
30932001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3094
3095 * mail/rmailsum.el (rmail-message-subject-p): Don't call
3096 `rmail-summary-line-decoder' if the message does not have
3097 a Subject: field.
3098
3099 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
3100
3101 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3102 New variable.
3103 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3104 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3105 is non-nil.
3106
31072001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3108
3109 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3110
31112001-05-29 Sam Steingold <sds@gnu.org>
3112
3113 * faces.el (face-valid-attribute-values): Bind `valid' directly
3114 instead of using `setq'.
3115
3116 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3117 Use `tex-shell-buf'.
3118 (tex-shell-proc): Use `tex-shell-running'.
3119 (tex-shell-buf-no-error): New function.
3120 (tex-send-tex-command): Use it.
3121 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3122 (tex-kill-job): Check the process before calling `quit-process'.
3123
31242001-05-29 Gerd Moellmann <gerd@gnu.org>
3125
3126 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3127 UTF-8 sequences.
3128
31292001-05-28 Miles Bader <miles@gnu.org>
3130
3131 * comint.el (comint-carriage-motion): Renamed from
3132 `comint-cr-magic'. Operate on the buffer instead of the string
3133 (for use as a comint post-output filter, instead of as a
3134 pre-output filter). Handle backspaces too. Add to the
3135 `comint-output-filter-functions' hook instead of
3136 `comint-preoutput-filter-functions'.
3137
31382001-05-28 Gerd Moellmann <gerd@gnu.org>
3139
3140 * language/japan-util.el (japanese-hankaku): Prefer the charset
3141 `jisx0201' when the optional argument `ascii-only' is not specified.
3142 (japanese-hankaku-region): Ditto.
3143 From Katsumi Yamaoka <yamaoka@jpl.org>
3144
31452001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3146
3147 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3148 (outline-invisible-p): New function.
3149 (hide-leaves): Save excursion.
3150 (hide-other): Stop looping when reaching bobp.
3151
31522001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3153
3154 * cus-edit.el (custom-file): Fix last change.
3155
31562001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3157
3158 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3159 same definition in byte-compile-function-environment as `autoload'
3160 would put in `symbol-function'.
3161
3162 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3163 patch to correct the error message as well.
3164
31652001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3166
3167 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3168 unless ~/.emacs exists.
3169
3170 * novice.el (enable-command): If user-init-file is nil or does not
3171 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3172
31732001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3174
3175 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3176 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3177 Allow spaces around macro arguments.
3178 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3179 indent-for-tab-command.
3180 (latex-mode-map, plain-tex-mode-map): New keymaps.
3181 Inherit from tex-mode-map.
3182 (tex-common-initialization): Don't setup the keymap any more
3183 since it's now done right by define-derived-mode.
3184 (latex-mode): Set skeleton-end-hook to nil.
3185 (latex-skeleton-end-hook): Remove.
3186 (tex-latex-block, latex-insert-item): Simplify.
3187 (latex-syntax-after): Use following-char rather than char-after.
3188 (tex-discount-args-cmds, tex-count-words): New functions.
3189
3190 * textmodes/tildify.el (tildify-ignored-environments-alist):
3191 Recognize \verb* as well.
3192
3193 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3194 (perl-comment-indent): Simplify to let newcomment.el do its job.
3195 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3196 (perl-mark-function): Cleanup the namespace.
3197 (perl-calculate-indent): Don't be fooled by nested functions.
3198
3199 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3200
3201 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3202 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3203
32042001-05-25 Andrew Choi <akochoi@i-cable.com>
3205
3206 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3207 actually be `\\'.
3208 (ctlau-b5-converter): Likewise.
3209
32102001-05-24 Andrew Choi <akochoi@i-cable.com>
3211
3212 * international/titdic-cnv.el (quail-misc-package-ext-info):
3213 Change CTLauB.el to CTLau-b5.el.
3214
32152001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3216
3217 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3218 rather than beginning-of-line to avoid problems with fields.
3219 (gud-perldb-massage-args): Use unless and push.
3220 (gud-chdir-before-run): New var.
3221 (gud-common-init): Use it.
3222
32232001-05-24 Andrew Choi <akochoi@i-cable.com>
3224
3225 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3226 delete entries for chinese-ctlau and chinese-ctlaub.
3227 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
3228 chinese-ctlaub.
3229 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3230 New functions.
3231
32322001-05-22 Gerd Moellmann <gerd@gnu.org>
3233
3234 * cus-edit.el (custom-comment-show): Remove debug code.
3235
3236 * language/japan-util.el (japanese-symbol-table): Fix handling of
3237 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3238
32392001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3240
3241 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3242 Renamed by removing the silly `-flag' suffix.
3243 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3244
32452001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3246
3247 * replace.el (keep-lines-read-args): Use `copy-marker'.
3248 (how-many): Save excursion properly.
3249 (occur-mode): Use define-derived-mode.
3250 (perform-replace): Use with-current-buffer.
3251
32522001-05-20 Richard M. Stallman <rms@gnu.org>
3253
3254 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3255
3256 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3257
3258 * info.el (Info-read-subfile): Widen before finding the
3259 desired node in the subfile.
3260
3261 * startup.el (command-line-1): When >2 files visited,
3262 leave the last one visible, and make that the selected window.
3263
32642001-05-20 Gerd Moellmann <gerd@gnu.org>
3265
3266 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3267
32682001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3269
3270 * international/ccl.el (define-ccl-program): Fix a typo.
dc12d871 3271 From Pavel Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
3272
3273 * international/mule.el (decode-char): Fix a typo. From Pavel
dc12d871 3274 Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
3275
3276 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
dc12d871 3277 Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
3278
3279 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
dc12d871 3280 Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
3281
32822001-05-18 Sam Steingold <sds@gnu.org>
3283
3284 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
3285 and [RET] to `cvs-mode-find-file'.
3286
32872001-05-18 John Wiegley <johnw@gnu.org>
3288
3289 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3290 configuration variable, which determines the initial character
3291 that forces use of an external version of a command. The default
3292 is *, but may be set to \, for example.
3293
3294 * eshell/esh-ext.el (eshell-explicit-command):
3295 Use `eshell-explicit-command-char' instead of ?*.
3296
3297 * eshell/esh-cmd.el (eshell/which):
3298 Use `eshell-explicit-command-char' instead of ?*.
3299
3300 * eshell/em-cmpl.el (eshell-completion-command-name)
3301 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
3302 instead of ?*.
3303
33042001-05-18 Gerd Moellmann <gerd@gnu.org>
3305
3306 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3307 subst-char-in-string.
3308 (ange-ftp-after-parse-ls-hook): New variable.
3309 (ange-ftp-ls): Run that hook.
3310 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3311
3312 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3313 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3314 text into *Completions*.
3315
3316 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3317 part of which look like email addresses.
3318
33192001-05-18 Andrew Innes <andrewi@gnu.org>
3320
3321 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3322 Use . instead of absolute path for lisp dir, to avoid bug in W2K
3323 cmd.exe's handling of FOR loops.
3324 (autoloads): Set find-file-suppress-same-file-warnings to t to
3325 avoid slew of spurious messages.
3326
33272001-05-18 Simon Josefsson <simon@josefsson.org>
3328
3329 * mail/smtpmail.el (maybe-append-domain): Renamed to
3330 `smtpmail-maybe-append-domain'.
3331 (smtpmail-via-smtp): Use the new name.
3332
3333 * net/browse-url.el (browse-url-browser-function): Add kde.
3334 (browse-url-kde-program, browse-url-kde-args): New variables.
3335 (browse-url-kde): New function.
3336
33372001-05-18 Miles Bader <miles@gnu.org>
3338
3339 * simple.el (delete-horizontal-space, just-one-space):
3340 Use `constrain-to-field' instead of `field-end'/`field-beginning',
3341 because it's more efficient for large files.
3342
33432001-05-17 Gerd Moellmann <gerd@gnu.org>
3344
3345 * mail/rmail.el (rmail-require-mime-maybe): New function.
3346 (rmail): Use it.
3347 (rmail-mode): Handle the case of finding Rmail files.
3348
3349 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3350 functions.
3351
33522001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3353
3354 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3355 text-property after moving to the beginning of line and regardless
3356 of the value of font-lock-multiline.
3357
33582001-05-17 Gerd Moellmann <gerd@gnu.org>
3359
3360 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3361
3362 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3363 last coding system used before calling set-buffer-modified-p
3364 because that function changes last-coding-system.
3365
33662001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3367
3368 * files.el (switch-to-buffer-other-window)
3369 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3370 the doc string.
3371
33722001-05-17 Gerd Moellmann <gerd@gnu.org>
3373
3374 * language/slovak.el, language/czech.el: New maintainer.
3375
33762001-05-16 Sam Steingold <sds@gnu.org>
3377
3378 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
3379 sub-form of `defgeneric' correctly.
3380
33812001-05-16 Gerd Moellmann <gerd@gnu.org>
3382
3383 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3384 of `c'.
3385
3386 * textmodes/outline.el (outline-font-lock-level): Remove the
3387 condition-case, test what outline-level returns instead, to
3388 ease debugging.
3389
3390 * international/mule.el (auto-coding-regexp-alist): New user-option.
3391 (auto-coding-from-file-contents): New function.
3392 (set-auto-coding): Use it to determine a coding system.
3393
33942001-05-15 Gerd Moellmann <gerd@gnu.org>
3395
3396 * mouse.el (mouse-delete-other-windows): Doc fix.
3397
3398 * emacs-lisp/lisp-mode.el (lisp-mode):
3399 Make font-lock-keywords-case-fold-search a buffer-local variable with
3400 make-local-variable before setting it.
3401
34022001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3403
3404 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3405 prefixes.
3406
34072001-05-14 Gerd Moellmann <gerd@gnu.org>
3408
3409 * hexl.el (hexl-current-address): Print a message when called
3410 interactively.
3411
34122001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3413
3414 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3415
3416 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3417
3418 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3419
34202001-05-11 Gerd Moellmann <gerd@gnu.org>
3421
3422 * startup.el (command-line): If parameters have been changed in
3423 the init files which influence font selection, clear the face
3424 cache so that faces get realized with the new parameters.
3425
3426 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
3427
34282001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3429
3430 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3431
34322001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3433
3434 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3435 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3436
34372001-05-10 Gerd Moellmann <gerd@gnu.org>
3438
3439 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
3440 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
3441
34422001-05-09 John Wiegley <johnw@gnu.org>
3443
3444 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3445 Annotated the documentation string to tell users about
3446 `eshell-no-numeric-conversions'.
3447
3448 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3449 conversions if a Lisp function has the property
3450 `eshell-no-numeric-conversions' set to a non-nil value.
3451
3452 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3453 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3454 property `eshell-no-numeric-conversions' on the following
3455 functions (which all deal with filesystem entities, and never Lisp
3456 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3457 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3458 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3459 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3460 eshell/which, eshell/addpath.
3461
34622001-05-09 John Wiegley <johnw@gnu.org>
3463
3464 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3465 encountered as an argument, don't convert it right away, but tag
3466 the first character of the string with the text properties
3467 `number', which signifies to `eshell-lisp-command' that the
3468 argument should be passed through `string-to-number' if it is
3469 actually used in the call to a Lisp function.
3470
3471 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3472 function, convert any string arguments that have been tagged as
3473 "numbers", by calling string-to-number.
3474
3475 * eshell/esh-util.el (eshell-number-regexp): Now that number
3476 conversions only happen for Lisp function calls, the number regexp
3477 should now match all integer and floating point forms.
3478
3479 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3480 `eshell-continue-process', since they are both nonfunctional at
3481 the moment.
3482 (eshell-proc-initialize): Don't bind keys for
3483 `eshell-stop-process' or `eshell-continue-process'.
3484
3485 * eshell/em-unix.el (eshell-shuffle-files):
3486 Apply `directory-file-name' before calling `file-name-directory'.
3487
3488 * eshell/em-hist.el (eshell-add-to-history): Reference to
3489 `eshell-history-ring' needed to be `eshell-history-index'.
3490
3491 * calendar/timeclock.el (timeclock-find-discrep):
3492 Initialize `elapsed' to 0.
3493 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3494 it's still nil.
3495
34962001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3497
3498 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3499 (archive-mode): Use capitalize.
3500 (archive-unique-fname): Use make-temp-file.
3501
35022001-05-09 Gerd Moellmann <gerd@gnu.org>
3503
3504 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3505
35062001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3507
3508 * tar-mode.el (tar-extract): Pay attention to the value of
3509 coding-system-for-read, if it is non-nil.
3510
3511 * calendar/holidays.el (holidays): Add an autoload cookie.
dc12d871 3512 From Pavel Janík <Pavel@Janik.cz>.
5fdac1b8
EZ
3513
35142001-05-08 John Wiegley <johnw@gnu.org>
3515
3516 * calendar/timeclock.el (timeclock-workday-remaining):
3517 Changed logic for determining how much time is remaining.
3518 (timeclock-workday-elapsed): Don't accept a "relative" argument
3519 for the current day's elapsed time. What could that have meant?
3520 (timeclock-workday-elapsed-string): No "relative" argument anymore.
3521 (timeclock-when-to-leave): Changed logic, similarly to what was
3522 done for `timeclock-workday-remaining'.
3523 (timeclock-find-discrep): Removed "today-only" argument, which had
3524 no meaning. Fixed some more math problems. The function now
3525 returns a three member list: (TOTAL-TIME-DISCREPANCY
3526 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3527
35282001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3529
3530 * w32-fns.el (convert-standard-filename): Start replacing slashes
3531 from the beginning of the file name, not from where the last
3532 invalid character was. From "Andrew Maguire (SWW)"
3533 <Andrew.Maguire@Smallworld.co.uk>
3534
35352001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3536
3537 The following changes are to provide infrastructure for handling
3538 MIME messages to rmail. They don't affect the original behaviour
3539 if rmail-enable-mime is nil.
3540
3541 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3542 (rmail-search-mime-message-function)
3543 (rmail-search-mime-header-function): New variables.
3544 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3545 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3546 `rmail-view-buffer' is hidden.
3547 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3548 call rmai-show-mime-function.
3549 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3550 mode-line-process of rmail-view-buffer.
3551 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3552 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3553 buffer.
3554 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3555 set-buffer to the Rmail buffer.
3556 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3557 rmail-search-mime-header-function.
3558 (rmail-search-message): New function.
3559 (rmail-search): Call rmail-search-message to check if a message
3560 matches REGEXP, lastly update point after calling
3561 rmail-show-message.
3562 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3563 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
3564 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3565 header region, refer to rmail-msgref-vector while setting the
3566 current buffer to rmail-buffer temporarily.
3567 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3568 If rmail-enable-mime is non-nil, call
3569 rmail-insert-mime-forwarded-message-function instead of inserting
3570 forwarded message by itself.
3571
3572 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3573 Rmail buffer.
3574 (rmail-set-label, rmail-next-labeled-message): Likewise.
3575
3576 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3577 set-buffer to the Rmail buffer.
3578 (rmail-output-to-rmail-file): Likewise.
3579 (rmail-output): Likewise.
3580
3581 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3582 of mail-fetch-field by rmail-summary-line-decoder.
3583 (rmail-new-summary): Be sure to go to the Rmail buffer.
3584 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
3585 rmail-view-buffer to nil.
3586 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3587 rmail-view-buffer.
3588 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3589 rmail-buffer.
3590 (rmail-summary-scroll-msg-down): Likewise.
3591 (rmail-summary-beginning-of-message): Likewise.
3592 (rmail-summary-wipe): Likewise.
3593 (rmail-summary-toggle-header): Use save-window-excursion, not
3594 save-excursion. Update point in rmail-view-buffer, not in
3595 rmail-buffer.
3596 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3597 rmail-view-buffer, not rmail-buffer.
3598
35992001-05-07 Gerd Moellmann <gerd@gnu.org>
3600
3601 * cus-edit.el (custom-file): Signal an error if user-init-file is
3602 nil (running -q).
3603
3604 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3605
3606 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3607 Add :version.
3608
3609 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3610 New option.
3611 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3612 only if smtpmail-warn-about-unknown-extensions is set.
3613
3614 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3615 instead of rmail-sort-by-keywords.
3616
3617 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
3618 rmail-sort-by-keywords.
3619
3620 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3621 rmail-summary-sort-by-keywords. Doc fix.
3622 (rmail-summary-mode): Doc fix.
3623
3624 * mail/rmail.el (rmail-edit): New Custom group.
3625
3626 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3627 (rmail-edit-mode-hook): New user-option.
3628
36292001-05-05 Richard M. Stallman <rms@gnu.org>
3630
3631 * help.el (help-xref-symbol-regexp): Recognize "source of"
3632 and friends, meaning make a link to the source file.
3633 (help-make-xrefs): Handle "source of" and friends
3634 by constructing a link that visits the source file.
3635
3636 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3637
36382001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3639
3640 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3641 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3642 Renamed from perl-font-lock-keywords to avoid clashes.
3643 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3644 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3645 Updated correspondingly.
3646
3647 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3648 Typo `nonexistant' -> `nonexistent'.
3649
36502001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3651
3652 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3653 Split `c-electric-delete' into two functions where
3654 `c-electric-delete-forward' always deletes forward and
3655 `c-electric-delete' only contains the code necessary for XEmacs to
3656 choose between backward and forward deletion.
3657
3658 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3659 get the electric behavior on that key too.
3660 (c-fill-paragraph): Fixed bogus direct use of
3661 c-comment-prefix-regexp, which caused an error when it's a list.
3662
36632001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3664
3665 * dired-aux.el (dired-diff): Doc fix.
3666
3667 * dired.el (dired-diff): Likewise.
3668
36692001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3670
3671 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3672
36732001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3674
3675 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3676 if both the buffer and the file are read-only.
3677
3678 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3679 rather than font-lock-string-face.
3680 (sh-get-indent-info): Treat heredocs like strings.
3681
36822001-05-02 Gerd Moellmann <gerd@gnu.org>
3683
3684 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3685 a newline following `}'.
3686 (texinfo-format-email): New function.
3687 (toplevel): Use texinfo-format-email for @email.
3688 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3689 Add `display'.
3690 (texinfo-sort-region): Goto point-min before sorting.
3691 (texinfo-set): Remove leading white space from value.
3692 From yagi@is.titech.ac.jp.
3693
3694 * replace.el (query-replace-regexp-eval): Doc fix.
3695
36962001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3697
3698 * diff-mode.el (diff-nonexistant-face): New face.
3699 (diff-font-lock-keywords): Use it.
3700
37012001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3702
3703 * font-lock.el (font-lock-mode): Doc fix.
3704
3705 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3706 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3707
37082001-04-30 Gerd Moellmann <gerd@gnu.org>
3709
3710 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3711 backslash at the start of the here-document delimiter.
3712 (sh-font-lock-syntactic-keywords): Likewise.
3713
3714 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3715
37162001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3717
3718 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3719 (tty-color-translate, tty-color-by-index, tty-color-values)
3720 (tty-color-desc): Doc fix.
3721
37222001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3723
3724 * dired-aux.el (dired-do-create-files, dired-do-copy)
3725 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3726 Mention dired-dwim-target in the doc string.
3727
37282001-04-28 Miles Bader <miles@gnu.org>
3729
3730 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3731 (dabbrev--find-expansion): Use it.
3732 (dabbrev--select-buffers): Don't select ignored buffers.
3733
37342001-04-27 Gerd Moellmann <gerd@gnu.org>
3735
3736 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
3737
37382001-04-26 Richard M. Stallman <rms@gnu.org>
3739
3740 * dabbrev.el: Add doc strings for some functions.
3741 (dabbrev--eliminate-newlines): New variable.
3742 (dabbrev--substitute-expansion): Convert newlines to spaces
3743 if dabbrev--eliminate-newlines is set.
3744 If abbrev and expansion are both all-lower-case,
3745 leave dabbrev--last-case-pattern nil.
3746
37472001-04-26 Gerd Moellmann <gerd@gnu.org>
3748
3749 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3750 if necessary, like in rmail-show-message.
3751
37522001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3753
3754 * ps-print.el: Color specified by number is forced to be float number.
3755 (ps-print-version): New version number (6.5.1.1).
3756 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3757 initialization.
3758 (ps-prefix-quote): New internal var.
3759 (ps-print-quote): New fun.
3760 (ps-setup, ps-output-frame-properties, ps-float-format)
3761 (ps-format-color): Code fix.
3762 (ps-plot-region): Eliminate redundant foreground color text setting.
3763
37642001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3765
3766 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3767
37682001-04-25 Gerd Moellmann <gerd@gnu.org>
3769
3770 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3771
37722001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3773
3774 * info.el (Info-additional-directory-list): Doc fix.
3775
3776 * find-lisp.el (find-lisp-find-dired-filter)
3777 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3778 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
3779
37802001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3781
3782 * progmodes/make-mode.el (makefile-font-lock-keywords):
3783 Rationalize the rules for includes and conditionals and use the
3784 keyword face for them.
3785
3786 * faces.el (modify-face): Add compatibility for non-interactive use.
3787
37882001-04-24 John Wiegley <johnw@gnu.org>
3789
3790 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3791 fix from last night, since it wasn't finding eshell/cd.
3792
37932001-04-24 Gerd Moellmann <gerd@gnu.org>
3794
3795 * rect.el (string-rectangle): Revert to 20.x behaviour.
3796 (replace-rectangle): Make it an alias for string-rectangle.
3797 (string-insert-rectangle): New function.
3798
37992001-04-23 John Wiegley <johnw@gnu.org>
3800
3801 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3802 occurring with Emacs 21's diff.el/compile.el interaction layer.
3803
38042001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3805
3806 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3807 case where the function was defined in a file, but not part of an
3808 eshell module.
3809
38102001-04-23 John Wiegley <johnw@gnu.org>
3811
3812 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3813 code to work around a redisplay problem I've been having.
3814
38152001-04-23 John Wiegley <johnw@gnu.org>
3816
3817 * calendar/timeclock.el (timeclock-day-required): If the time
3818 required for a particular day is not set, use `timeclock-workday'.
3819 (timeclock-find-discrep): Added some sample code in a comment.
3820
3821 * eshell/eshell.el (eshell-command): Made a few changes so that
3822 `eshell-command' could be called programmatically.
3823
3824 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3825
3826 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3827
38282001-04-23 John Wiegley <johnw@gnu.org>
3829
3830 * calendar/timeclock.el: Updated copyright.
3831 (timeclock-generate-report): Don't report the daily or two-week
3832 total, if no time has been worked in that period.
3833 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3834 final computational form, which was unnecessary; corrected a
3835 parsing problem when timeclock-relative was nil.
3836
f1180544 38372001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5fdac1b8
EZ
3838
3839 * calendar/timeclock.el (timeclock-modeline-display): Check if
3840 `list-entry' is null.
3841 (timeclock-use-display-time): The first argument to `set-variable'
3842 must be a symbol.
3843
38442001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3845
3846 * calendar/calendar.el (diary-entry-marker)
3847 (calendar-today-marker, calendar-holiday-marker):
3848 Use display-color-p instead of window-system.
3849 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3850 instead of window-system.
3851 (calendar-hide-window): Use display-multi-frame-p instead of
3852 window-system.
3853
3854 * calendar/cal-x.el (calendar-two-frame-setup)
3855 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3856 Use display-multi-frame-p instead of window-system.
3857
38582001-04-23 Gerd Moellmann <gerd@gnu.org>
3859
3860 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3861
3862 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3863 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3864
38652001-04-23 Alex Schroeder <alex@gnu.org>
3866
3867 * goto-addr.el: Instead of defining line-beginning-position and
3868 line-end-position a defalias is used for point-at-bol and point-at-eol.
3869
38702001-04-23 Alex Schroeder <alex@gnu.org>
3871
3872 * goto-addr.el: Added XEmacs compatibility code.
3873 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
3874
38752001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3876
3877 * textmodes/paragraphs.el (sentence-end): Doc fix.
3878
38792001-04-20 Alex Schroeder <alex@gnu.org>
3880
3881 * sql.el (sql-escape-newlines-and-send): New function.
3882 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
3883
38842001-04-20 Alex Schroeder <alex@gnu.org>
3885
3886 * sql.el (sql-db2-program): New option.
3887 (sql-db2-options): New option.
3888 (sql-db2): New function.
3889
38902001-04-20 Alex Schroeder <alex@gnu.org>
3891
3892 * sql.el (sql-mode-menu): Added highlighting entries.
3893 (sql-highlight-oracle-keywords): New function.
3894 (sql-highlight-postgres-keywords): New function.
3895 (sql-highlight-ansi-keywords): New function.
3896
38972001-04-20 Alex Schroeder <alex@gnu.org>
3898
3899 * sql.el (sql-help): Doc change.
3900
39012001-04-19 Karl Fogel <kfogel@collab.net>
3902
3903 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3904 that inserted file content only to delete it immediately.
3905 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
0e8ed1fb 3906 <lektu@terra.es> for the patch.
5fdac1b8
EZ
3907
39082001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3909
3910 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3911
39122001-04-18 Gerd Moellmann <gerd@gnu.org>
3913
3914 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3915 for defmethod.
3916
3917 * comint.el (comint-cr-magic): New function.
3918 (toplevel): Add it to comint-preoutput-filter-functions.
3919
39202001-04-18 Andrew Innes <andrewi@gnu.org>
3921
3922 * makefile.w32-in (EMACSLOADPATH): Define.
3923 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
3924 (recompile): Remove stuff to set EMACSLOADPATH.
3925
39262001-04-18 Gerd Moellmann <gerd@gnu.org>
3927
3928 * language/slovak.el ("Slovak"): Add tutorial entry.
3929
3930 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3931 browse-url-new-window-p.
3932
39332001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3934
3935 * info.el (Info-menu-update): When there are no menus and/or no
3936 cross references in the node, make the respective items of the
3937 Info menu-bar menu inactive.
3938
39392001-04-17 Gerd Moellmann <gerd@gnu.org>
3940
3941 * indent.el (indent-for-tab-command): Call indent-line-function
3942 with no argument if PREFIX-ARG is non-nil.
3943
3944 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3945
39462001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3947
3948 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3949 an async subprocess if start-process is unavailable. Suggested by
3950 Tim Van Holder <tim.van.holder@pandora.be>.
3951
39522001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3953
3954 * info.el (Info-additional-directory-list): Doc fix. Suggested by
dc12d871 3955 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5fdac1b8
EZ
3956
39572001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3958
3959 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3960 manual.
3961
39622001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3963
3964 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3965 (cvs-menu): Add a few entries.
3966
3967 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3968 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3969 lock file appears to be reachable from Emacs.
3970 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3971 (cvs-mode-find-file): Look for cvs-header-face rather than
3972 cvs-dirname-face (which doesn't exist).
3973 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3974
3975 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3976
39772001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3978
3979 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3980 normal-erase-is-backspace on a tty. Instead, bind some keys such
3981 as [delete] directly, like pc-select.el did before
3982 normal-erase-is-backspace was invented.
3983
39842001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
3985
3986 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3987
39882001-04-11 John Wiegley <johnw@gnu.org>
3989
3990 * eshell/em-ls.el (eshell-ls-insert-directory):
3991 Set font-lock-defaults to nil, to prevent fontification in dired
3992 buffers, if Eshell's ls is being used.
3993
39942001-04-11 John Wiegley <johnw@gnu.org>
3995
3996 * calendar/timeclock.el (timeclock-completing-read): New function.
3997 (timeclock-ask-for-project, timeclock-ask-for-reason):
3998 Call `timeclock-completing-read'.
3999
4000 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4001 required where `member' was being used.
4002
40032001-04-11 Colin Walters <walters@cis.ohio-state.edu>
4004
4005 * eshell/em-hist.el (eshell-previous-matching-input):
4006 Don't display "History item" if the minibuffer is active.
4007
40082001-04-11 Gerd Moellmann <gerd@gnu.org>
4009
4010 * startup.el (command-line): Output a newline after printing
4011 an error from loading the window system's init file.
4012
40132001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4014
4015 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4016 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
4017 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4018 keywords whose arguments routinely include @@.
4019
40202001-04-10 Gerd Moellmann <gerd@gnu.org>
4021
4022 * emacs-lisp/advice.el (ad-make-advised-definition):
4023 Construct advice for subrs differently.
4024
4025 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4026 regexp in parentheses when building the regexp for searching backwards.
4027
4028 * simple.el (completion-list-mode-finish): New function.
4029 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
4030
4031 * language/european.el ("Polish"): Change sample text.
dc12d871 4032 From jsbien@mimuw.edu.pl (Janusz S. Bień).
5fdac1b8
EZ
4033
4034 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4035 parameter.
4036
4037 * faces.el (menu): Doc fix.
4038
40392001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4040
4041 * ps-print.el: Footer implementation. Doc fix.
4042 (ps-print-version): New version number (6.5.1).
4043 (ps-header-frame-alist): New customization var for header frame
4044 properties.
4045 (ps-line-number-color): New customization var for line number color.
4046 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4047 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4048 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4049 (ps-right-footer): New customization vars for footers.
4050 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4051 footers.
4052 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
4053 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4054 Code fix.
4055 (ps-prologue-file): Indentation fix.
4056 (ps-print-quote): Fun eliminated.
4057 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4058 (ps-output-frame-properties): New fun.
4059 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4060 (ps-skip-newline): Replace defun by defsubst.
4061
f1180544 40622001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5fdac1b8
EZ
4063
4064 * eshell/eshell.el (eshell-command): Needed a "%s" format
4065 specifier, in case the buffer contains percent characters.
4066
40672001-04-10 John Wiegley <johnw@gnu.org>
4068
4069 * calendar/timeclock.el (timeclock-generate-report): Added a
4070 missing insert of the project name.
4071
40722001-04-09 Gerd Moellmann <gerd@gnu.org>
4073
4074 * obsolete/profile.el: Moved from emacs-lisp/.
4075
4076 * Makefile.in (nonobsolete_setwins): New macro.
4077 (finder-data): Use it instead of `setwins'.
4078 From: Dave Love <fx@gnu.org>.
4079
4080 * server.el (server-visit-files): Set server-existing-buffer correctly.
4081 (server-visit-files): Run server-visit-hook after going to
4082 line 1 so that the hook can set point as it sees fit.
4083
4084 * bindings.el (mode-line-modified): Unify help messages.
4085
40862001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4087
4088 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4089 All callers changed.
4090
40912001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4092
4093 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4094 long file names aren't supported, truncate the file names in
4095 quail-misc-package-ext-info to 8+3 before matching them against
4096 FILENAME.
4097
4098 * dos-fns.el (dos-truncate-to-8+3): New function.
4099
4100 * progmodes/compile.el (grep-compute-defaults): Use null-device
4101 instead of literal /dev/null. Reported by Jens Schmidt
4102 <schmidt@mathematik.uni-kl.de>.
4103
4104 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4105
41062001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4107
4108 * textmodes/sgml-mode.el: Add unknown maintainer.
4109 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4110 (html-mode-map): Use set-keymap-parent.
4111
41122001-04-06 Dave Love <fx@gnu.org>
4113
4114 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4115 Remove redundant string-to-list.
4116
41172001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4118
4119 * composite.el (reference-point-alist): Doc fix.
4120
41212001-04-05 Sam Steingold <sds@gnu.org>
4122
4123 * font-lock.el (font-lock-keywords-case-fold-search):
4124 Make buffer-local. This fixes a very annoying bug when loading a Lisp
4125 file made font-lock case-insensitive.
4126
41272001-04-05 Gerd Moellmann <gerd@gnu.org>
4128
4129 * faces.el (defface menu): Doc fix.
4130
4131 * wid-edit.el (widget-color-sample-face-get): Don't make
4132 faces for undefined colors.
4133
4134 * version.el (emacs-version): Include LessTif/Motif version info.
4135
41362001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4137
4138 * ps-mule.el: Eliminate cl package dependence.
4139 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4140 if they aren't defined yet.
4141 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4142 Eliminate cl package dependence.
4143
41442001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4145
4146 * progmodes/cc-cmds.el (c-outline-level):
4147 Bind buffer-invisibility-spec. Originally from Dave Love, but
4148 got lost when incorporating version 5.26.
4149
41502001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4151
4152 * emulation/pc-select.el (pc-selection-mode):
4153 Call normal-erase-is-backspace-mode instead of binding
4154 keys individually.
4155
4156 * cus-load.el (normal-erase-is-backspace): Use it instead of
4157 delete-key-deletes-forward.
4158
4159 * startup.el (command-line): Use normal-erase-is-backspace and
4160 normal-erase-is-backspace-mode.
4161
4162 * simple.el (normal-erase-is-backspace): Rename from
4163 delete-key-deletes-forward. Doc fix.
4164 (normal-erase-is-backspace-mode): Rename from
4165 delete-key-deletes-forward-mode. Doc fix.
4166 Run normal-erase-is-backspace-hook.
4167
4168 * dired.el (dired-move-to-filename-regexp): Support file sizes in
4169 ``human-readable'' format produced by GNU `ls'.
4170 (dired-move-to-filename-regexp): Recognize ISO format dates.
4171 From Paul Eggert <eggert@twinsun.com>.
4172
41732001-04-04 Gerd Moellmann <gerd@gnu.org>
4174
4175 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4176 New functions.
4177 (lm-verify): Check keywords.
4178 From Eric M. Ludlam <eric@siege-engine.com>.
4179
41802001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4181
4182 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4183 `xemacs' feature instead of for the function `set-extent-property'.
4184
41852001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4186
4187 * mail/mh-utils.el (mh-folder-hist): New var.
4188 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4189
41902001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4191
4192 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4193 region, position point on the first or last 16-byte group.
4194 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4195 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4196 hexl-beginning-of-line.
4197
41982001-04-03 Gerd Moellmann <gerd@gnu.org>
4199
4200 * icomplete.el (icomplete-mode): Treat an argument like other
4201 modes do.
4202
4203 * startup.el (fancy-splash-head): Use splash8.xpm for color
4204 depth 8.
4205
4206 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4207 Add an antry for ``converts''.
4208
4209 * language/slovak.el ("Slovak"): Add documentation string.
dc12d871 4210 From Pavel@Janik.cz (Pavel Janík).
5fdac1b8
EZ
4211
4212 * language/czech.el ("Czech"): Add documentation string.
dc12d871 4213 From Pavel@Janik.cz (Pavel Janík).
5fdac1b8
EZ
4214
4215 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4216 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4217
42182001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4219
4220 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4221 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4222 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4223 Use `defsubst' rather than a macro to ease debugging.
4224 (mail-extr-last): Remove (use `last' instead).
4225 (mail-extract-address-components): Properly reset the syntax-table
4226 after parsing an address. Use `last' rather than mail-extr-last.
4227 Make sure the end marker stays at the very end.
4228
42292001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4230
4231 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4232 last change.
4233
42342001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4235
4236 * ps-print.el: Line and paragraph spacing feature. Region to cut
4237 out when printing. Doc fix.
4238 (ps-print-version): New version number (6.5).
4239 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4240 New vars. Line and paragraph spacing feature.
4241 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4242 out when printing.
4243 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4244 (ps-get-font-size, ps-begin-job, ps-continue-line)
4245 (ps-plot-region): Code fix.
4246 (ps-print-prologue-2): Var eliminated.
4247 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4248 New internal vars.
4249 (ps-get-size): New fun.
4250 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4251 (ps-next-line): Replace defun by defsubst.
4252 (ps-mule-plot-string): Autoload doc fix.
4253
4254 * ps-bdf.el: XEmacs compatibility. Doc fix.
4255 (installation-directory, coding-system-for-read): Declare vars if
4256 it's not declared yet.
4257 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4258
4259 * ps-mule.el: XEmacs compatibility. Doc fix.
4260 (leading-code-private-22): Declare var if it's not declared yet.
4261 (charset-bytes, charset-dimension, charset-id, charset-width)
4262 (find-charset-region, split-char, char-width, chars-in-region)
4263 (forward-point, decompose-composite-char, encode-coding-string)
4264 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4265 Define funs if not defined yet.
4266 (encode-composition-rule, find-composition): Define funs if not
4267 loaded yet.
4268 (ps-mule-prologue): PostScript code fix.
4269
42702001-04-02 Kenichi Handa <handa@etl.go.jp>
4271
4272 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4273 non-nil, generate font for the header strings.
4274 (ps-mule-prepare-font): Likewise.
4275 (ps-mule-generate-glyphs): Likewise.
4276 (ps-mule-string-encoding): Likewise.
4277 (ps-mule-header-charsets): New variable.
4278 (ps-mule-encode-header-string): New function.
4279 (ps-mule-header-string-charsets): New function.
4280 (ps-mule-begin-job): Check charsets in the header strings. If there
4281 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4282
4283 * ps-print.el (ps-generate-header-line): Encode the header string by
4284 ps-mule-encode-header-string.
4285 (ps-mule-encode-header-string): Declare autoload.
4286
42872001-04-02 Gerd Moellmann <gerd@gnu.org>
4288
4289 * frame.el (cursor-in-non-selected-windows):
4290 Replaces show-cursor-in-non-selected-windows.
4291
42922001-03-31 Kenichi Handa <handa@etl.go.jp>
4293
4294 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4295 Delete entries for "chinese-py" and "chinese-ziranma".
4296 (quail-misc-package-ext-info): New variable.
4297 (tsang-quick-converter): New function.
4298 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4299 (quick-cns-converter, py-converter, ziranma-converter)
4300 (miscdic-convert, batch-miscdic-convert): New functions.
4301
43022001-03-30 Kenichi Handa <handa@etl.go.jp>
4303
4304 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4305 eight-bit-control chars.
4306
4307 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4308 Reduce making temporary vector (suggested by Dave Love).
4309
43102001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4311
4312 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4313 string as well.
4314
43152001-03-30 Andreas Schwab <schwab@suse.de>
4316
4317 * files.el (backup-directory-alist): Fix typo.
4318
43192001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4320
4321 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4322 <eggert@twinsun.com>.
4323
43242001-03-30 Dave Love <fx@gnu.org>
4325
4326 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4327
43282001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4329
4330 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4331
43322001-03-30 Miles Bader <miles@gnu.org>
4333
4334 * subr.el (interactive-form): Fix paren typo.
4335
43362001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4337
4338 * emacs-lisp/profile.el: Say that it's obsolete in the header
4339 line, so that finder.el puts that into its data-base.
4340 Suggested by Alex Schroeder <alex@gnu.org>.
4341
43422001-03-29 Paul Eggert <eggert@twinsun.com>
4343
4344 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4345 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4346
43472001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4348
4349 * generic.el (generic-mode-set-comments): Use "" rather than nil
4350 for comment-end.
4351
43522001-03-29 Gerd Moellmann <gerd@gnu.org>
4353
4354 * emacs-lisp/advice.el (ad-make-advised-definition):
4355 Call interactive-form to obtain the interactive spec of subrs.
4356
4357 * subr.el (interactive-form): New function.
4358
43592001-03-29 Andre Spiegel <spiegel@gnu.org>
4360
4361 * vc-sccs.el (vc-sccs-register): Use relative file names.
4362
43632001-03-28 Gerd Moellmann <gerd@gnu.org>
4364
4365 * bookmark.el (bookmark-get-bookmark): Handle case that
4366 BOOKMARK is not a string.
4367
4368 * image.el (image-type-regexps): Change type for PS files
4369 to `postscript'.
4370
4371 * subr.el (read-passwd): Clear command history after each
4372 character entered. From: Stephen Gildea
4373 <gildea@stop.mail-abuse.org>.
4374
43752001-03-27 Kenichi Handa <handa@etl.go.jp>
4376
4377 * international/kkc.el (kkc-save-init-file): Locally bind
4378 print-length to nil.
4379
43802001-03-26 Gerd Moellmann <gerd@gnu.org>
4381
4382 * textmodes/flyspell.el: Some doc fixes.
4383 (flyspell-maybe-correct-transposition)
4384 (flyspell-maybe-correct-doubling): Use a temporary buffer
4385
4386 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4387
4388 * emacs-lisp/byte-opt.el (byte-optimize-while)
4389 (byte-optimize-form-code-walker): Diagnose too few arguments
4390 for `if' and `while'.
4391
43922001-03-26 Kenichi Handa <handa@etl.go.jp>
4393
4394 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4395 Prepend `\' to "\<quail-translation-docstring>".
4396
43972001-03-26 Gerd Moellmann <gerd@gnu.org>
4398
4399 * autorevert.el (global-auto-revert-non-file-buffers):
4400 Remove duplicate defcustom.
4401
44022001-03-26 Miles Bader <miles@gnu.org>
4403
4404 * international/latin1-disp.el (latin1-char-displayable-p):
4405 Add leading "-" for X font pattern.
4406
44072001-03-26 Kenichi Handa <handa@etl.go.jp>
4408
4409 * international/mule-diag.el (describe-coding-system):
4410 For raw-text and emacs-mule, don't add anymore text about what
4411 charsets they can encode.
4412
44132001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4414
4415 * help.el (view-lossage): Mention open-dribble-file in the doc
4416 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4417
44182001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4419
4420 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4421 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4422
44232001-03-23 Kenichi Handa <handa@etl.go.jp>
4424
4425 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4426 Call ccl-execute-on-string directly so that CCL program handling
4427 multibyte sequence can work correctly.
4428 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4429 property of the coding system.
4430
44312001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4432
4433 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4434 Fix transcription typo.
4435
44362001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4437
4438 * whitespace.el: Add buffer local variables to toggle testing of
4439 whitespaces in buffers without affecting the default values.
4440 Bump version to 3.0 to account for a few other changes.
4441 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4442 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4443 (whitespace-toggle-spacetab-check): New functions.
4444
44452001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4446
4447 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4448
44492001-03-21 Gerd Moellmann <gerd@gnu.org>
4450
4451 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4452 bs-cycle-configuration-name. From Juanma Barranquero
0e8ed1fb 4453 <lektu@terra.es>.
5fdac1b8
EZ
4454
4455 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4456 and cc-vars.el.
4457
4458 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4459 headers. Always invoke sendmail with option -t.
4460
44612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4462
4463 * Release of cc-mode 5.28.
4464
44652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4466
4467 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4468 Removed the hardcoded switch to "java" style in Java mode.
4469 It's instead taken care of by the default value for c-default-style.
4470
44712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4472
4473 * cc-align.el (c-lineup-math): Fix bug where lineup was
4474 triggered by equal signs in string literals.
4475
44762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4477
4478 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4479 limit detection when at the ends of the buffer.
4480
4481 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4482 "for" statement clause in case 7F; a better one is done
4483 earlier in case 7D anyway.
4484
44852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4486
4487 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4488 somewhat more and did a small optimization.
4489
44902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4491
4492 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4493 Use the limit argument only to limit the syntactic context
4494 search, not to limit the actual movement.
4495
4496 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4497 inside multiline strings, just like in comments. Also various
4498 fixes to the paragraph and comment prefix recognition, block
4499 comment ender handling etc.
4500
45012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4502
4503 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4504 the relative position of the point.
4505
4506 * cc-cmds.el (c-electric-continued-statement): New function to
4507 use as abbrev hook to reindent for keywords such as "else"
4508 that continues an earlier statement.
4509
4510 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4511 like classes.
4512
4513 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4514 (pike-mode): Populate the default abbrev tables to reindent for
4515 keywords such as "else" that can continue earlier statements.
4516 Abbrev mode is therefore turned on by default now. (Note that
4517 this doesn't apply to idl-mode, since IDL afaik doesn't have
4518 statements at all.)
4519
45202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4521
4522 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4523 bracelists where the declaration contains template arguments.
4524
45252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4526
4527 * cc-cmds.el (c-comment-indent):
4528 Use `c-get-syntactic-indentation' to correctly calculate the
4529 syntactic indentation. Fixes bug with lineup functions that
4530 return vectors.
4531
4532 * cc-engine.el (c-get-syntactic-indentation): Split the
4533 indentation sum calculation from `c-indent-line' to a separate
4534 function.
4535
45362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4537
4538 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4539 Fixed places where it was assumed that preprocessor directives
4540 have to start in column zero.
4541
4542 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4543 template arguments after a class identifier properly.
4544
4545 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4546 lists for `new Foo[]' constructs in Java as expressions and
4547 not top level definition brace lists on the top level, so that
4548 they'll get indented consistently with the same type of
4549 expression in a normal block.
4550
45512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4552
4553 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4554 whether the adaptive filling package fails to keep the comment
4555 prefix is now kludged further to check for filladapt-mode
4556 which doesn't have that problem. This is really icky, but it's
4557 the only way that works with the current misfeatures/bugs in
4558 both adaptive-fill-mode and filladapt-mode.
4559
4560 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4561 around point is recognized more robust.
4562
45632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4564
4565 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4566 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4567 (c-lit-type): Fixed all internal variables used dynamically so
4568 that they are always bound.
4569
4570 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4571 errors:
4572
4573 (c-indent-region): Fixed reporting of syntactic errors so that
4574 the region is fully reindented even when an error occurs.
4575 The last syntactic error is printed afterwards. Also cleanup up a
4576 whole lot of code that tried to optimize indentation of whole
4577 sexps but in reality accomplishes nothing.
4578
4579 (c-indent-sexp): Use c-indent-region.
4580
4581 (c-parsing-error): Changed this variable to hold the message
4582 for any syntactic error that is discovered.
4583
4584 (c-parse-state): Search backward from point instead of the bod
4585 position when the latter is invalid. This makes CC Mode
4586 recover faster when there are unbalanced close braces.
4587
4588 (c-backward-to-start-of-if): Use c-parsing-error to report
4589 dangling "else" clauses instead of throwing an error, and fall
4590 back to a reasonable position.
4591
4592 (c-indent-line): Added argument to avoid reporting syntactic errors.
4593
4594 (c-show-syntactic-information): Don't report any syntactic errors.
4595
45962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4597
4598 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4599 paragraph recognition when moving by sentence in literals.
4600
4601 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4602 start regexp for javadoc to recognize javadoc markup in general instead
4603 of a specific set of keywords, to be more future-safe.
4604
4605 (c-Pike-pikedoc-paragraph-start)
4606 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4607 pikedoc markup.
4608
4609 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
4610
4611 (pike-mode): Initialize paragraph settings pikedoc recognition.
4612
4613 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4614
4615 (c-comment-prefix-regexp): Made it possible to use an
4616 association list on this to specify mode specific regexps.
4617 The default value now use a special regexp in Pike mode to
4618 recognize pikedoc markup.
4619
4620 (c-current-comment-prefix): New variable containing the actual
4621 regexp from c-comment-prefix-regexp for the current buffer.
4622
46232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4624
4625 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4626 lists: We can't look at the syntax, since a brace list can get
4627 recognized as a plain statement-cont.
4628
4629 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4630 special brace list opener broken over two lines got recognized
4631 as a statement on the second line. Case 9A changed.
4632
46332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4634
4635 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4636 adjustment after line is reindented.
4637
46382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4639
4640 * cc-defs.el (c-point): Added optional argument for position
4641 to use instead of the current point.
4642
4643 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4644 the in-expression block symbols when the construct starts at
4645 boi, to avoid the extra level of indentation in that case.
4646 Cases 4, 16A and 17E affected.
4647
46482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4649
4650 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
4651 calls to `c-indent-line', to adhere better to Emacs conventions.
4652
4653 * cc-engine.el (c-indent-line): Use the syntax already bound
4654 to `c-syntactic-context', if there is any.
4655
46562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4657
4658 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4659 wasn't added up correctly when a lineup function returned nil.
4660
46612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4662
4663 * cc-engine.el (c-collect-line-comments): Fixed bug where
4664 empty lines were ignored when collecting line comments backwards.
4665
46662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4667
4668 * cc-align.el (c-lineup-dont-change): Return an absolute
4669 indentation column to work correctly in the case when several
4670 syntactic elements are processed for the same line.
4671
4672 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4673 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4674 (c-set-offset): Added absolute indentation column settings by
4675 using the vector type.
4676
46772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4678
4679 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4680 Implemented two new cleanups `space-before-funcall' and
4681 `compact-empty-funcall'.
4682
46832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4684
4685 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4686 helping building regexps.
4687
4688 * cc-engine.el (c-on-identifier): New function for detecting
4689 identifiers. It takes keywords into account.
4690
4691 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4692 lists. `c-keywords' is set to a regexp matching all keywords
4693 in the current language.
4694
46952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4696
4697 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4698 list of characters to skip backwards over at the beginning of
4699 a statement, since it can precede string literals in Pike.
4700
47012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4702
4703 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4704 recognition when standing on the last line in a C++ comment
4705 with nothing but whitespace after the prefix.
4706
4707 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4708 given no limit argument.
4709
47102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4711
4712 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4713 recognition for the `[]= operator symbol in Pike.
4714
47152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4716
4717 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4718 around a bug in `eval-when-compile' in the byte compiler.
4719
4720 * cc-engine.el (c-forward-token-1): Fixed bug with return
4721 value when count is zero and there's no token start within the limit.
4722
4723 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4724 "prefix comments", i.e. comments which are followed by code on
4725 the same line.
4726
4727 * cc-mode-19.el: Fixes so that checks that must be done at
4728 compile time also are done then.
4729
47302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4731
4732 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4733 time and at runtime, and only when it's needed.
4734
47352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4736
4737 Major cleanup for less error prone and more warning free
4738 compilation, including some fixes for bugs due to different
4739 compilation orders. Thanks to Martin Buchholz for providing
4740 the basis for all this.
4741
4742 * cc-bytecomp.el: New file that provides some byte compilation
4743 features: It ensures that files always are loaded from the
4744 current source directory during compilation, and it provides a
4745 set of macros to turn off specific compiler warnings for
4746 specific symbols. (It's not CC Mode specific in any way.)
4747
4748 Fixed a nearly acyclic dependency tree (both runtime and
4749 compile-time) between all files.
4750
4751 * cc-defs.el: Separated all macros before the inline functions,
4752 to ensure correct compilation.
4753
4754 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4755 cc-defs.el to cc-engine.el and made it a function instead.
4756
4757 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4758 about char-after.
4759
4760 * cc-vars.el: Cope even when there isn't a custom package
4761 containing defcustom available.
4762
4763 * cc-make.el: Removed since it's no longer necessary.
4764
4765 README: Updated installation instructions.
4766
47672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4768
4769 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4770 improve the modularity: Moved all mode init stuff from
4771 cc-langs.el to cc-mode.el, including the keymap
4772 initialization; cc-langs now only contains the various
4773 variables for configuring the language syntax.
4774
4775 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4776 (c-get-offset): Moved from cc-styles to cc-engine since file
4777 dependency analysis suggests they belong there (which also
4778 makes more sense). Thanks to Martin Buchholz for doing the analysis.
4779
47802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4781
4782 * cc-cmds.el (c-fn-region-is-active-p): New function that
4783 wraps the corresponding macro, for use in places that aren't
4784 compiled. Thanks to Martin Buchholz for pointing out this.
4785
4786 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
4787
4788 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4789 add things to the bug report.
4790
47912000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4792
4793 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4794 returned prefix could contain a newline when the search for a
4795 good prefix line failed.
4796
47972000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4798
4799 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4800 (c-toggle-auto-hungry-state): Made the argument optional, as
4801 the documentation says it is.
4802
48032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4804
4805 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4806 multiline string syntax, #"...", as a cpp macro.
4807
48082001-03-21 Paul Eggert <eggert@twinsun.com>
4809
4810 * international/mule-cmds.el (set-locale-environment):
4811 Set system-messages-locale and system-time-locale, but only if the
4812 caller specifies a non-nil locale name.
4813
48142001-03-20 Gerd Moellmann <gerd@gnu.org>
4815
4816 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
4817 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
4818
48192001-03-20 Gerd Moellmann <gerd@gnu.org>
4820
4821 * follow.el (follow-avoid-tail-recenter): Doc fix.
4822
4823 * custom.el (custom-set-variables): Avoid reversing the list
4824 of args needlessly.
4825
4826 * startup.el (fancy-splash-head): Don't change the colors of the
4827 XPM image on a dark background.
4828
4829 * comint.el (comint-exec-1): Set columns of the terminal to
4830 window-width instead of frame-width.
4831
4832 * info.el (Info-scroll-down): Add missing WINDOW arg for
4833 pos-visible-in-window-p.
4834
4835 * ehelp.el (electric-help-mode-hook): Add defcustom.
4836
4837 * mail/sendmail.el (mail-mode): Activate case-folding in
4838 font-lock-defaults.
4839
48402001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4841
4842 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4843 (completion-ignored-extensions): Remove duplicate ".class".
4844
48452001-03-19 Andreas Schwab <schwab@suse.de>
4846
4847 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4848 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4849
48502001-03-19 Gerd Moellmann <gerd@gnu.org>
4851
4852 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4853 methods since there are not prefix input methods.
4854
48552001-03-19 Kenichi Handa <handa@etl.go.jp>
4856
4857 * international/mule-cmds.el (read-input-method-name):
4858 Locally bind enable-recursive-minibuffers to t.
4859
48602001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4861
4862 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4863
48642001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
4865
4866 * ediff-util.el: Copyright years.
4867 (ediff-choose-syntax-table): New function.
4868 (ediff-setup): Use ediff-choose-syntax-table.
4869
4870 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4871 with-syntax-table.
4872
4873 * ediff.el: Date of last update, copyright years.
4874
4875 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4876
4877 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4878 of Scott Bronson.
4879 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4880 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4881 Deleted functions.
4882 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4883 ex-token-list.
4884
4885 * viper-util.el: Spaces, indentation.
4886
4887 * viper.el: Changed version, modification time.
4888
48892001-03-16 John Wiegley <johnw@gnu.org>
4890
4891 * calendar/timeclock.el (timeclock-workday-remaining):
4892 Check whether `discrep' is non-null before using it.
4893
48942001-03-16 John Wiegley <johnw@gnu.org>
4895
4896 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4897 first-time checkins.
4898 (timeclock-log-data): Fixed problem with reading timelog log file.
4899 Resulting data in the "day list" was incorrect.
4900 (timeclock-find-discrep): Check if `timeclock-file' is readable
4901 before opening it.
4902 (timeclock-time-less-p): New function.
4903 (timeclock-day-base): New function.
4904 (timeclock-geometric-mean): New function.
4905 (timeclock-generate-report): Generate a summary report based on
4906 the contents of the log file. This uses `timeclock-log-data', and
4907 is an example of writing a timelog manipulation function.
4908 (timeclock-visit-timelog): A quick command for opening the timelog
4909 file.
4910 (timeclock-log-data): Bound the variable event.
4911
49122001-03-16 Kenichi Handa <handa@etl.go.jp>
4913
4914 * international/mule-cmds.el (select-safe-coding-system):
4915 Fix typo: symbol-name -> symbol-value.
4916
4917 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4918 before substitute-in-file-name to handle double slashes in FILE
4919 correctly.
4920
49212001-03-15 Gerd Moellmann <gerd@gnu.org>
4922
4923 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
dc12d871 4924 for Slovak. From Pavel.Janik@suse.cz (Pavel Janík ml.).
5fdac1b8
EZ
4925
49262001-03-14 Gerd Moellmann <gerd@gnu.org>
4927
4928 * bindings.el (features): Add `md5' and `overlay' to the list.
4929
4930 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4931 bound before using it. It's not bound when configured without X,
4932 for instance.
4933
49342001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4935
4936 * progmodes/hideshow.el: Update copyright.
4937 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
4938 (hs-minor-mode-hook): Include `:version' in defcustom form.
4939
49402001-03-13 Gerd Moellmann <gerd@gnu.org>
4941
4942 * help.el (string-key-binding): Don't call event-start on
4943 a non-list.
4944
49452001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4946
4947 * startup.el (fancy-splash-tail, command-line-1): Fix the
4948 copyright year.
4949
49502001-03-13 Kenichi Handa <handa@etl.go.jp>
4951
4952 * term.el: These changes are based on a patch sent from Yong Lu
4953 <lyongu@yahoo.com>.
4954 (term-set-escape-char): Bind M-x to execute-extended-command in
4955 term-raw-escape-map.
4956 (term-move-columns): Don't try to move to negagive column.
4957 (term-emulate-terminal): Insert a string before deleting a text to
4958 overwrite.
4959
49602001-03-12 Gerd Moellmann <gerd@gnu.org>
4961
4962 * play/life.el (life): Rearrange code so that all calls to
4963 life-display-generation are in a catch-form.
4964
4965 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4966 file that isn't interesting. In an interesting file, push the old
4967 value of point on the mark ring.
4968
4969 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4970 New function.
4971 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4972 Use it.
4973
4974 * emacs-lisp/autoload.el (generate-file-autoloads):
4975 Remove warning about line lengths.
4976
49772001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4978
4979 * progmodes/etags.el (tags-compression-info-list): New variable.
4980 (find-tag-in-order): Use it to deal with compressed source files.
4981 (tag-file-name-match-p): New function.
4982 (etags-recognize-tags-table): Use it for better match of file names.
4983
49842001-03-12 Kenichi Handa <handa@etl.go.jp>
4985
4986 * international/mule-cmds.el (register-input-method): Doc fix.
4987
4988 * international/quail.el (quail-translate-key): Fix condition to
4989 check if there's another breaking point in the current key.
4990
49912001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4992
4993 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4994 Babyl header to the newly-created output file, bind
4995 coding-system-for-write to either rmail-file-coding-system or
4996 emacs-mule-unix.
4997
49982001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4999
5000 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5001 Fix the name and regexp used for subsubsections.
5002
50032001-03-10 Dave Love <fx@gnu.org>
5004
5005 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5006 and save-buffer if buffer-file-name non-nil. From rms.
5007
50082001-03-10 Andre Spiegel <spiegel@gnu.org>
5009
5010 * vc.el (vc-do-command): If the destination buffer is already
5011 current, don't set it up and don't erase it. Updated doc string
5012 to reflect that.
5013 (vc-version-diff): When doing a single file diff, don't switch to the
5014 *vc-diff* buffer before the command. This is to preserve local
5015 variable bindings that might affect the diff command.
5016 (vc-print-log): Don't switch to the *vc* buffer before the
5017 command, so that local variable bindings are preserved.
5018
88c71720
KS
5019 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-print-log): Output to
5020 buffer *vc*, not the current buffer.
5fdac1b8
EZ
5021 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5022
5023 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
5024 make output go to buffer *vc*, not the current buffer.
5025
50262001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5027
5028 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5029 so ^, $, *, ? and + are interpreted correctly.
5030
50312001-03-09 Gerd Moellmann <gerd@gnu.org>
5032
5033 * help.el (string-key-binding): Renamed from
5034 mode-line-key-binding. Handle any event on a string.
5035 Check for `keymap' properties as well as `local-map' properties.
5036
5037 * comint.el (comint-insert-clicked-input): Use the last key
5038 from this-command-keys to lookup the global key definition.
5039
50402001-03-09 Kenichi Handa <handa@etl.go.jp>
5041
5042 * international/characters.el: Add category `j' for
5043 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5044
5045 * international/mule-conf.el (no-conversion): Fix docstring.
5046 (raw-text): Fix docstring.
5047
50482001-03-08 Gerd Moellmann <gerd@gnu.org>
5049
5050 * simple.el (choose-completion-string): When not leaving the
5051 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5052 is set.
5053
5054 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5055 parameter `(minibuffer . t)'.
5056
50572001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5058
5059 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5060 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5061 (sh-mode): Remove `make-local-variable' for unused var
5062 `font-lock-unfontify-region-function'.
5063
50642001-03-07 Richard M. Stallman <rms@gnu.org>
5065
5066 * info.el (Info-scroll-down): Fix previous change.
5067
5068 * mail/rmail.el (rmail-toggle-header): Use a window which
5069 is showing the Rmail buffer, rather than the selected window.
5070
50712001-03-07 Dave Love <fx@gnu.org>
5072
5073 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5074 now, to avoid problems with binding imenu directly to a mouse event.
5075
50762001-03-07 Gerd Moellmann <gerd@gnu.org>
5077
5078 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5079 second arg t.
5080
50812001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5082
5083 * log-edit.el (log-edit-common-indent): New var.
5084 (log-edit-set-common-indentation): Renamed from
5085 log-edit-delete-common-indentation. Use the new var.
5086 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5087
5088 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5089 (cvs-mode-add-change-log-entry-other-window):
5090 Don't presume change-log-default-name is defined.
5091
5092 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5093
5094 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5095 the "tree" operation as well.
5096
5097 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5098
5099 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5100 to match paragraph-start.
5101
5102 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5103 comment-start-skip and set comment-end-skip as well.
5104 (sgml-comment-indent): Fix for new value of comment-start-skip.
5105 (html-autoview-mode): Don't bother using make-local-hook.
5106
51072001-03-07 Gerd Moellmann <gerd@gnu.org>
5108
5109 * cus-edit.el (custom-save-delete): Move in front of local
5110 variables, otherwise long Custom entries would make them ineffective.
5111
5112 * uniquify.el: Set maintainer to FSF.
5113
51142001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5115
5116 * dired-aux.el (dired-do-shell-command): Doc fix.
5117
51182001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5119
5120 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5121
5122 * which-func.el (which-func-modes): Add cperl-mode.
5123 (which-func-mode-global): Use define-minor-mode.
5124
5125 * info-look.el: Docstring fixes and dead code eliminated.
5126 (cperl-mode): Add support.
5127 (emacs-lisp-mode): List all entries from elisp manual, whether
5128 or not they are currently (f)bound or not. Update regexp.
5129
5130 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5131
5132 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5133 so that C-h m shows the correct information.
5134 Use make-local-variable rather than make-variable-buffer-local.
5135 (cperl-info-buffer, cperl-setup-tmp-buf):
5136 Use make-local-variable rather than make-variable-buffer-local.
5137 (cperl-msb-fix, cperl-get-help-defer):
5138 Check major-mode for `cperl-mode' as well.
5139
5140 * progmodes/cperl-mode.el: Updated to author version 4.23.
5141 (cperl-electric-pod): SYNOPSIS was misspelled.
5142 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5143 (cperl-after-expr-p): Make true after __END__.
5144
51452001-03-06 Gerd Moellmann <gerd@gnu.org>
5146
5147 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
5148 bookmark-completion-ignore-case is t.
5149
5150 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5151 switch, like xterm, and concat resource strings, with a newline
5152 between them.
5153
51542001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5155
5156 * international/codepage.el (cp770-decode-table)
5157 (cp773-decode-table, cp774-decode-table): New variables.
5158
5159 * man.el (Man-hyphenated-reference-regexp): New variable.
5160 (Man-build-references-alist): Use it to search for referenced
5161 manpages. If hyphenated is non-nil, record a concatenated word in
5162 Man-refpages-alist only if it matches Man-reference-regexp.
5163 Update word's length when it is concatenated. Reverse the list,
5164 to get the first manpage at the head.
5165 (Man-possibly-hyphenated-word): New function.
5166 (Man-follow-manual-reference): Use it instead of current-word to
5167 find a manpage at point, in a way that accounts for hyphenated
5168 references.
5169
51702001-03-06 Alex Schroeder <alex@gnu.org>
5171
5172 * sql.el (sql-interbase): New function.
5173 (sql-interbase-program): New option.
5174 (sql-interbase-options): New option.
5175 And some typos fixed: "customise" to "customize".
5176
51772001-03-06 Dave Love <fx@gnu.org>
5178
5179 * textmodes/flyspell.el (flyspell-region):
5180 Set up flyspell-local-mouse-map.
5181
51822001-03-05 Richard M. Stallman <rms@gnu.org>
5183
5184 * mail/rmail.el (rmail-retry-failure):
5185 Don't call rmail-beginning-of-message.
5186 Don't discard From: field. Do discard Received: field.
5187 Use unwind-protect to re-prune.
5188 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
5189
51902001-03-06 Kenichi Handa <handa@etl.go.jp>
5191
5192 * international/quail.el (quail-title): Add autoload cookie.
5193
51942001-03-05 Dave Love <fx@gnu.org>
5195
5196 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5197 new defs.
5198
51992001-03-05 Kenichi Handa <handa@etl.go.jp>
5200
5201 * language/ethio-util.el (ethio-toggle-space):
5202 Update current-input-method-title if necessary.
5203 (ethio-toggle-punctuation): Likewise.
5204
5205 * international/quail.el (quail-title): Fix for the case that a
5206 title of an input method is specified by a list of the same form
5207 as used in mode-line-format.
5208
5209 * international/mule-cmds.el (activate-input-method):
5210 If current-input-method-title is set by activating INPUT-METHOD,
5211 respect that value.
5212
52132001-03-05 Gerd Moellmann <gerd@gnu.org>
5214
5215 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5216
52172001-03-05 Alex Schroeder <alex@gnu.org>
5218
5219 * sql.el (sql-sybase): Fix typo (was: query user about server two
5220 times instead of server and database).
5221
5222 * sql.el (sql-sybase): Doc change.
5223 (sql-mysql): Doc change.
5224 (sql-postgres): Doc change.
5225
52262001-03-05 Kenichi Handa <handa@etl.go.jp>
5227
5228 * international/mule-conf.el (emacs-mule, raw-text):
5229 Docstring modified.
5230
52312001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5232
5233 * term/internal.el: Update copyright notice.
5234
5235 * term/pc-win.el: Update copyright notice.
5236
52372001-03-02 Dave Love <fx@gnu.org>
5238
5239 * files.el (insert-file-contents-literally):
5240 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5241 not jka-compr-compression-info-list.
5242
52432001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5244
5245 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5246 spaces in default comment-start-skip settings rather than \s-.
5247
52482001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5249
5250 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5251 default-frame-alist as well.
5252
52532001-03-01 Dave Love <fx@gnu.org>
5254
5255 * textmodes/reftex.el (defvar): Wrap some defvars in
5256 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5257
5258 * subr.el (event-basic-type): Doc fix.
5259
5260 * international/quail.el: Doc fixes.
5261
5262 * international/utf-8.el: Doc fixes.
5263
5264 * international/mule-cmds.el: Doc fixes.
5265 (leim-list-header): Fix header text.
5266
5267 * international/mule.el (coding-system-category): Doc fix.
5268
5269 * international/ccl.el (ccl-compile): Doc fix.
5270
52712001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5272
5273 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5274 rather than (before|after)-change-functions.
5275
52762001-03-01 Gerd Moellmann <gerd@gnu.org>
5277
5278 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5279 scroll-left and scroll-right being called interactively so that
5280 they set the window's min_hscroll.
5281
52822001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5283
5284 * info.el (info-insert-file-contents-1): Accept an additional
5285 argument `lfn': if it is non-nil, concatenate `filename' and
5286 `suffix'; otherwise use the complicated MS-DOS code.
5287 All callers changed.
5288 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5289 can access long file names, try the long file-name version of
5290 `info-insert-file-contents-1', then the short file-name version.
5291
52922001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
5293
5294 * language/ethio-util.el (setup-ethiopic-environment-internal):
5295 Change bindings of functions keys to conform to "Emacs Lisp Coding
5296 Convention".
5297
5298 * language/ethiopic.el ("Ethiopic"): Add documentation.
5299
53002001-02-28 Kenichi Handa <handa@etl.go.jp>
5301
5302 * international/utf-8.el (mule-utf-8): Set coding-category
5303 property to coding-category-utf-8.
5304
53052001-02-27 Richard M. Stallman <rms@gnu.org>
5306
5307 * lpr.el (lpr-page-header-switches, print-region-1):
5308 Undo 2000-07-06 change.
5309 (lpr-add-switches): Default to t on gnu/linux.
5310
53112001-02-27 Gerd Moellmann <gerd@gnu.org>
5312
5313 * bs.el (bs-attributes-list): Doc fix.
5314
53152001-02-26 Gerd Moellmann <gerd@gnu.org>
5316
5317 * help.el (describe-project): Display the file THE-GNU-PROJECT.
5318
5319 * help.el (view-order-manuals): Use goto-address.
5320
5321 * startup.el (command-line-1): Add info about ordering manuals
5322 to the not so fancy splash screens.
5323
53242001-02-26 Andre Spiegel <spiegel@gnu.org>
5325
5326 * vc.el (vc-default-workfile-unchanged-p)
5327 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
5328
53292001-02-26 Gerd Moellmann <gerd@gnu.org>
5330
5331 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
5332 fontify in the right buffer.
5333
5334 * allout.el (outline-flag-region): Move macro in front of first
5335 use to avoid a run-time error.
5336
53372001-02-24 Andrew Innes <andrewi@gnu.org>
5338
5339 * makefile.w32-in: Fix copyright notice.
5340
53412001-02-24 Kenichi Handa <handa@etl.go.jp>
5342
5343 * international/utf-8.el (mule-utf-8): Set correct value for
5344 valid-codes property.
5345
5346 * international/fontset.el (x-complement-fontset-spec): In the
5347 case that we use ASCII font for the other charsets, use only
5348 family and registry part of it.
5349
53502001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5351
5352 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5353 (shrink-window-if-larger-than-buffer): Doc fix.
5354
53552001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5356
5357 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5358 predicate passed to completing-read.
5359
53602001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5361
5362 * startup.el (command-line): Fix last change.
5363
53642001-02-23 Jason Rumney <jasonr@gnu.org>
5365
5366 * startup.el (tool-bar-originally-present): New variable.
5367 (command-line): Set it if the tool-bar is switched on at startup.
5368
5369 * frame.el (frame-notice-user-settings): Only adjust frame height
5370 for no tool-bar case if tool-bar was originally switched on.
5371 From E. Jay Berkenbilt.
5372
53732001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5374
5375 * server.el (server-switch-buffer): Only switch window if the
5376 current one is dedicated.
5377
5378 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5379 rather than using (match-beginning 0) when searching for break point.
5380
53812001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5382
5383 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5384 @ follows an accent command such as @'. Support optional braces
5385 in commands that insert accents, like makeinfo does.
5386
53872001-02-22 Gerd Moellmann <gerd@gnu.org>
5388
5389 * startup.el (fancy-splash-text): Add a line for ordering
5390 manuals. Reverse order of splash screens shown.
5391 (use-fancy-splash-screens-p): Adapt to the text line added.
5392
5393 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5394 manuals from the FSF.
5395
5396 * help.el (view-order-manuals): New function.
5397 (toplevel): Bind C-h C-m to this function.
5398
53992001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5400
5401 * newcomment.el (comment-forward): Skip the comment-start before
5402 searching for the comment-end.
5403
54042001-02-21 Dave Love <fx@gnu.org>
5405
5406 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5407
5408 * international/mule-cmds.el, international/mule.el: Doc fixes.
5409
54102001-02-21 Gerd Moellmann <gerd@gnu.org>
5411
5412 * startup.el (fancy-splash-screens): Use display-hourglass
5413 instead of display-busy-cursor.
5414
5415 * frame.el (display-hourglass): Renamed from busy-cursor.
5416 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5417 (show-cursor-in-non-selected-windows): Doc fix.
5418
54192001-02-20 Dave Love <fx@gnu.org>
5420
5421 * international/utf-8.el: Doc and commentary fixes.
5422
54232001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5424
5425 * ehelp.el (with-electric-help): Doc fix.
5426
54272001-02-20 Gerd Moellmann <gerd@gnu.org>
5428
5429 * msb.el (msb-mode): Call the update-buffers function explicitly
5430 with a FORCE argument.
5431
5432 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5433 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5434 returns nil.
5435
54362001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5437
5438 * ps-print.el: Timestamp package replacement. Some enhancements.
5439 Some XEmacs compatibility. Doc fix.
5440 (ps-print-version): New version number (6.4).
5441 (ps-printer-name): Initialization fix.
5442 (ps-zebra-stripe-follow): Funcionality enhancement.
5443 (ps-prologue-file): Code enhancement.
5444 (ps-right-header): Timestamp package replacement.
5445 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5446 (ps-get-page-dimensions)
5447 (ps-generate-header, ps-begin-file, ps-begin-job)
5448 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5449 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5450 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5451 (coding-system-for-write): Var declaration (XEmacs compatibility).
5452
54532001-02-20 Miles Bader <miles@gnu.org>
5454
5455 * image-file.el (image-file-name-extensions): Add "tif".
5456
54572001-02-19 Gerd Moellmann <gerd@gnu.org>
5458
5459 * wid-edit.el (widget-button-click): Save the selected window
5460 around the code handling clicks on buttons.
5461
54622001-02-18 Dave Love <fx@gnu.org>
5463
5464 * imenu.el (imenu--generic-function): Use mapc to iterate over
5465 syntax characters.
5466
54672001-02-17 Richard M. Stallman <rms@gnu.org>
5468
5469 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5470
5471 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5472
54732001-02-16 Gerd Moellmann <gerd@gnu.org>
5474
5475 * mouse.el (mouse-save-then-kill): If the distance from the new
5476 point to the mark is equal to the distance of point from the new
5477 point, move point instead of the mark.
5478
54792001-02-16 Dave Love <fx@gnu.org>
5480
5481 * textmodes/flyspell.el (flyspell-get-word): Return string without
5482 properties.
5483
54842001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5485
5486 * generic.el (generic-find-file-regexp): Doc fix.
5487 (generic-ignore-files-regexp): New defcustom.
5488 (generic-mode-find-file-hook): If the file's name matches the
5489 regexp in `generic-ignore-files-regexp', don't enter
5490 default-generic-mode. Doc fix.
5491
54922001-02-16 Gerd Moellmann <gerd@gnu.org>
5493
5494 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
5495 Add autoload cookies.
5496
5497 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
5498 of cal-tex-24.
5499
55002001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5501
5502 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5503
5504 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5505 the character class after the (optional) drive, to support file
5506 names with embedded blanks.
5507
55082001-02-15 Sam Steingold <sds@gnu.org>
5509
5510 * textmodes/tex-mode.el (tex-shell-running):
5511 Check the process buffer too.
5512
55132001-02-15 Dave Love <fx@gnu.org>
5514
5515 * battery.el (battery-status-function): Fix doc, :type.
5516
5517 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
5518
55192001-02-15 Gerd Moellmann <gerd@gnu.org>
5520
5521 * subr.el (read-passwd): Clear Lisp memory holding password.
5522
55232001-02-15 Miles Bader <miles@gnu.org>
5524
5525 * info.el (Info-copy-current-node-name): New function.
5526 (Info-mode-menu): Add it to the menu.
5527
55282001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5529
5530 * international/mule-cmds.el (toggle-input-method): Doc fix.
5531
55322001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5533
5534 * replace.el (occur): Stop at end of buffer.
5535
55362001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5537
5538 * international/mule-cmds.el (set-input-method): Another doc fix.
5539
f1180544 55402001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5fdac1b8
EZ
5541
5542 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5543
55442001-02-13 Miles Bader <miles@gnu.org>
5545
5546 * faces.el (set-face-background, set-face-foreground)
5547 (set-face-stipple): Treat a value of nil as being `unspecified'.
5548
55492001-02-12 Dave Love <d.love@dl.ac.uk>
5550
5551 * international/latin1-disp.el: Doc fixes.
5552 (latin1-display) <defgroup>: Add :link.
5553 (latin1-display) <function>: Set variable latin1-display.
5554
55552001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5556
5557 * international/mule-cmds.el (set-input-method): Doc fix.
5558
55592001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5560
5561 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5562 (speedbar-line-file): Return nil if not a file.
5563 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5564
55652001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
5566
5567 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5568 for remote files.
5569 (ediff-coding-system-for-read): Replaced the no-conversion default
5570 with raw-text.
5571
5572 * ediff-init.el: Removed :version from defcustom vars.
5573
5574 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5575 Better handling of the diff mode.
5576
5577 * ediff.texi: Added ediff-coding-system-for-read.
5578
5579 * viper.texi: Fix typos.
5580
55812001-02-11 Dave Love <fx@gnu.org>
5582
5583 * shadowfile.el: Doc fixes.
5584 (shadow) <defgroup>: Add :link.
5585 (shadowfile-unload-hook): New function.
5586 (shadow-initialize): Use defalias, not fset.
5587 (shadow-define-cluster, shadow-define-literal-group)
5588 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
5589
5590 * international/mule.el: Doc and message fixes.
5591
5592 * international/ccl.el (define-ccl-program): Doc fix.
5593
55942001-02-11 Kenichi Handa <handa@etl.go.jp>
5595
5596 * faces.el (mode-line): Set :line-width property to -1.
5597
55982001-02-10 Richard M. Stallman <rms@gnu.org>
5599
5600 * complete.el (partial-completion-mode): Doc fix.
5601
5602 * simple.el (delete-key-deletes-forward-mode):
5603 Change `let' to `let*' to fix gross bug in last change.
5604
5605 * repeat.el (repeat): Don't let execute-kbd-macro alter
5606 real-last-command.
5607
56082001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5609
5610 * simple.el (eval-expression): Doc fix.
5611
56122001-02-09 Dave Love <fx@gnu.org>
5613
5614 * imenu.el (imenu-generic-expression): Doc fix.
5615
5616 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
0e8ed1fb 5617 From Juanma Barranquero <lektu@terra.es>.
5fdac1b8
EZ
5618
5619 * emacs-lisp/authors.el (authors): Expand `root' before running find.
5620
56212001-02-09 Kenichi Handa <handa@etl.go.jp>
5622
5623 * faces.el (set-face-attribute): Describe the case of a negative
5624 value specified for :line-width.
5625
56262001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5627
5628 * which-func.el (which-func-mode): Invert which-func-mode-global.
0e8ed1fb 5629 From Juanma Barranquero <lektu@terra.es>.
5fdac1b8
EZ
5630
56312001-02-08 Dave Love <fx@gnu.org>
5632
5633 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5634 widget-plist-value-type.
5635 (widget-alist-convert-widget): Replace binding of
5636 widget-alist-value-type.
5637
5638 * textmodes/paragraphs.el (sentence-end): Doc fix.
5639
5640 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5641 Remove `backward-line'.
5642
5643 * play/pong.el (pong-blank-color, pong-bat-color)
5644 (pong-ball-color, pong-border-color, pong-left-key)
5645 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5646 (pong-pause-key, pong-resume-key, pong-timer-delay):
5647 * mail/mh-comp.el (mh-compose-letter-function):
5648 * eshell/esh-mode.el (eshell-skip-prompt-function):
5649 * emulation/viper-ex.el (ex-unix-type-shell-options):
5650 * recentf.el (recentf-menu-filter):
5651 * ps-print.el (ps-print-region-function):
5652 * lpr.el (print-region-function):
5653 * forms.el (forms-mode-hooks):
5654 * dirtrack.el (dirtrack-directory-change-hook):
5655 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5656 * textmodes/spell.el (spell-filter):
5657 * textmodes/fill.el (adaptive-fill-function):
5658 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5659 * progmodes/etags.el (find-tag-default-function):
5660 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
5661 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5662
56632001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5664
5665 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5666 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5667 Meyering <jim@meyering.net>.
5668
5669 * loadup.el: Revert last change.
5670
56712001-02-07 Kenichi Handa <handa@etl.go.jp>
5672
5673 * international/mule.el (transform-make-coding-system-args):
5674 Make it work also for coding systems not using CCL.
5675
56762001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5677
5678 * simple.el (previous-matching-history-element)
5679 (next-matching-history-element): Doc fix.
5680
5681 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5682 specific part.
5683
56842001-02-06 Dave Love <fx@gnu.org>
5685
5686 * add-log.el (add-log-current-defun-function)
5687 (add-log-buffer-file-name-function, add-log-file-name-function):
5688 Fix :type.
5689 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5690
56912001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5692
5693 * info.el (info-initialize): Remove the test for system-type when
5694 invocation-directory is non-nil.
5695
5696 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5697 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5698
56992001-02-06 Andrew Innes <andrewi@gnu.org>
5700
5701 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5702 absolute.
5703
f1180544 57042001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5fdac1b8
EZ
5705
5706 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5707 buffers. When hi-lock turned on rather than only checking current
5708 buffer for regexps, all buffers are checked. Moved activation of
5709 font-lock to hi-lock-refontify. When font-lock turned off rather
5710 than removing added highlighting just in current buffer, remove it
5711 in all buffers. Changed edit menu text from "Automatic
5712 Highlighting" to "Regexp Highlighting" Documentation for
5713 highlighting phrases, minor documentation changes.
5714 (hi-lock-set-file-patterns): Execute only if there are new or
5715 existing file patterns.
5716 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5717 unfontify and, if a support mode is active, will not refontify the
5718 whole buffer. If necessary, turn on font lock. (Removed
5719 font-lock-unfontify and font-lock support-mode-specific calls,
5720 such as lazy-lock-fontify-window.)
5721 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5722 patterns are found. Not useful now since find-file-hook is removed
5723 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
5724 (hi-lock-face-phrase-buffer): New function. Also added related
5725 menu item and keybinding.
5726 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5727 (hi-lock-process-phrase): New function.
5728 (hi-lock-line-face-buffer): Doc fixes.
5729 (hi-lock-face-buffer): Doc fixes.
5730 (hi-lock-unface-buffer): Doc fixes.
5731
57322001-02-06 Gerd Moellmann <gerd@gnu.org>
5733
5734 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5735 dabbrev-ignored-regexps.
5736
57372001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5738
5739 * simple.el (kill-line): Doc fix.
5740
57412001-02-05 Dave Love <fx@gnu.org>
5742
5743 * loadup.el: Revert last two changes -- bootstrapping works with
5744 regenerated loaddefs.
5745
57462001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5747
5748 * isearch.el (isearch-forward): Doc fix.
5749
5750 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5751 of font-lock-defaults to backward-paragraph.
5752
57532001-02-05 Gerd Moellmann <gerd@gnu.org>
5754
5755 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5756 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5757
57582001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5759
5760 * ebnf2ps.el: Eliminate time-stamp functions.
5761 (ebnf-version): New version (3.5).
5762 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5763 format-time-string.
5764
57652001-02-05 Gerd Moellmann <gerd@gnu.org>
5766
5767 * simple.el (next-line): Goto end-of-line before inserting a newline.
5768
57692001-02-05 Miles Bader <miles@gnu.org>
5770
5771 * image-file.el (insert-image-file): When visiting an image, also
5772 set `truncate-lines' to t so that any fringe arrow looks correct.
5773
57742001-02-05 Kenichi Handa <handa@etl.go.jp>
5775
5776 * isearch.el (isearch-forward): Add description about input method
5777 in the docsting.
5778
57792001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5780
5781 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5782
57832001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5784
5785 * info.el (info-initialize): If installation-directory is nil, for
5786 DOS/Windows systems try looking in a sibling of invocation-directory.
5787
57882001-02-02 Gerd Moellmann <gerd@gnu.org>
5789
5790 * wid-edit.el (widget-button-click): Fix last change.
5791
5792 * frame.el (frame-notice-user-settings): When resizing the initial
5793 frame because the tool bar is off, also change the frame's top
5794 position if a negative top position was specified.
5795
57962001-02-02 Miles Bader <miles@gnu.org>
5797
5798 * image-file.el (insert-image-file): When visiting an image,
5799 suppress the cursor in the image buffer.
5800
58012001-02-01 Dave Love <fx@gnu.org>
5802
5803 * progmodes/f90.el (f90-mode): Remove startup message.
5804
5805 * vc-cvs.el: Remove autoloads. Require vc when compiling.
5806
58072001-02-01 Gerd Moellmann <gerd@gnu.org>
5808
5809 * startup.el (command-line): Fix code determining whether or not
5810 to use delete-key-deletes-forward-mode.
5811
58122001-02-01 Andre Spiegel <spiegel@gnu.org>
5813
5814 * vc.el (vc-diff-switches): New user option.
5815 (vc-version-diff): Use it.
5816 (vc-diff-switches-list): New macro.
5817
5818 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5819 New customization options.
5820 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5821
5822 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5823
58242001-02-01 Gerd Moellmann <gerd@gnu.org>
5825
5826 * msb.el (toplevel): Quote hook symbols.
5827
58282001-02-01 Kenichi Handa <handa@etl.go.jp>
5829
5830 * international/mule.el (make-coding-system): Add description
5831 about recognized properties in the docstring.
5832
5833 * international/mule-conf.el: Remove unused charsets
5834 mac-roman-lower and mac-roman-upper.
5835
58362001-01-31 Gerd Moellmann <gerd@gnu.org>
5837
5838 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5839 is in front of the left-margin, if any.
5840
5841 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5842 like `delete'.
5843
5844 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
5845
5846 * term/w32-win.el (mouse-set-font): Doc fix.
5847
58482001-01-31 Stefan Monnier <monnier@cs.yale.edu>
5849
5850 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5851 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5852 on already.
5853
58542001-01-31 Markus Rost <rost@math.ohio-state.edu>
5855
5856 * files.el (save-buffer): Don't give message if (buffer-file-name)
5857 returns nil.
5858
58592001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5860
5861 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5862
5863 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
0e8ed1fb 5864 concat for integers. From Juanma Barranquero <lektu@terra.es>.
5fdac1b8
EZ
5865
5866 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5867 display problems.
5868
58692001-01-31 Kenichi Handa <handa@etl.go.jp>
5870
5871 * international/mule.el (charset-info): Fix docstring.
5872
5873 * international/mule-diag.el (describe-character-set): Check final
5874 char valid before printing it.
5875
58762001-01-30 Gerd Moellmann <gerd@gnu.org>
5877
5878 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5879
5880 * frame.el (frame-notice-user-settings): Do the tool-bar
5881 stuff only for graphical displays. Fix a braino.
5882
5883 * frame.el (frame-initialize): Create initial frame visible.
5884 (frame-notice-user-settings): When tool-bar has been switched off,
5885 correct the frame size and sync tool-bar-mode.
5886
5887 * startup.el (command-line): Remove manipulation of frame
5888 height for tool bars.
5889
58902001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5891
5892 * lpr.el: Compatibility with XEmacs and doc fixes.
5893 (lpr-windows-system, lpr-lp-system): New vars.
5894 (lpr-printer-switch): New defcustom.
5895 (printer-name, lpr-command): Customization fix.
5896 (print-region-1): Code fix.
5897 (print-region-new-buffer, printify-region): Indentation fix.
5898 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5899 New functions.
5900
59012001-01-29 Gerd Moellmann <gerd@gnu.org>
5902
5903 * msb.el (toplevel): Fix the eval-after-load.
5904
59052001-01-29 Dave Love <fx@gnu.org>
5906
5907 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5908
5909 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5910
5911 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
5912 (tcl-using-emacs-19-23): Consider Emacs 21+.
5913 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5914 (tcl-add-emacs-menu): Supply menu name.
5915 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5916
59172001-01-29 Gerd Moellmann <gerd@gnu.org>
5918
5919 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5920
59212001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5922
5923 * pcvs.el (cvs-mark-fis-dead): New function.
5924 (cvs-mode-add): Use it.
5925 (cvs-mode-add-change-log-entry-other-window):
5926 Rebind change-log-default-name to itself rather than to nil.
5927
59282001-01-29 Sam Steingold <sds@gnu.org>
5929
5930 * vc-cvs.el: Replaced (require 'vc) with a bunch of
5931 `autoload' statements.
5932
59332001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5934
5935 * files.el (confirm-kill-emacs): Doc fix.
5936
5937 * frame.el (frame-initialize): Doc fix.
5938
5939 * time-stamp.el (time-stamp-string): Doc fix.
5940
5941 * woman.el (WoMan-log-1): Make the log buffer writable.
5942 From Markus Rost <rost@math.ohio-state.edu>.
5943
59442001-01-29 Gerd Moellmann <gerd@gnu.org>
5945
5946 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5947 the `make-variable-buffer-local'.
5948
59492001-01-29 Dave Love <fx@gnu.org>
5950
5951 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
5952 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5953 Add autoload cookie.
5954 (ansi-color-apply-sequence): Fix typo.
5955
59562001-01-29 Gerd Moellmann <gerd@gnu.org>
5957
5958 * menu-bar.el (menu-bar-files-menu): Add menu items for
5959 Postscript printing in black and white.
5960
5961 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5962 X-Mailman-Version, Precedence, List-Help, List-Post,
5963 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5964 Content-Type, Content-Length.
5965
59662001-01-29 Dave Love <fx@gnu.org>
5967
5968 * elide-head.el (elide-head): Make overlay evaporate.
5969
5970 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
5971
59722001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5973
5974 * isearch.el (isearch-highlight): Don't punt if the display
5975 doesn't support colors, since isearch faces are defined for
5976 monochrome displays as well.
5977
59782001-01-27 Sam Steingold <sds@gnu.org>
5979
5980 * shell.el (shell-write-history-on-exit): Make sure that we are in
5981 the shell buffer (M-x tex-file RET inserted the error message into
5982 the TeX buffer).
5983
59842001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5985
5986 * simple.el (transient-mark-mode): Doc fix.
5987
59882001-01-27 Gerd Moellmann <gerd@gnu.org>
5989
5990 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
5991
59922001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5993
5994 * shell.el (shell-unquote-argument): If the shell is one of the
5995 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5996 quote character.
5997 (shell-dumb-shell-regexp): Document that the shells which match
5998 this regexp are supposed to not treat a backslash as a quote character.
5999
6000 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
6001 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
6002
60032001-01-27 Richard M. Stallman <rms@gnu.org>
6004
6005 * dabbrev.el (dabbrev--substitute-expansion):
6006 Treat a one-capital-letter abbrev as "not all upper case",
6007 so as to force preservation of the expansion's pattern
6008 if the expansion starts with a capital letter.
6009
60102001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6011
6012 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6013 Doc fix.
6014
6015 * simple.el (transient-mark-mode): Document the fact that many
6016 commands act on the region when mark is active.
6017
60182001-01-27 Kenichi Handa <handa@etl.go.jp>
6019
6020 * international/quail.el (quail-setup-completion-buf): Make the
6021 multibyteness of current buffer inherited to Quail completion buffer.
6022 (quail-show-guidance-buf): Make the multibyteness of current
6023 buffer inherited to Quail guidance buffer.
6024 (quail-help): Make the multibyteness of current buffer inherited
6025 to Quail help buffer.
6026
60272001-01-26 Dave Love <fx@gnu.org>
6028
6029 * time-stamp.el: Doc fixes.
6030
6031 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
6032 (delphi-keyword-face, delphi-other-face): Fix :type.
6033
6034 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6035
6036 * mail/feedmail.el (feedmail): Add :link.
6037 (feedmail-send-it): Doc fix.
6038
6039 * mail/sendmail.el: Doc fixes.
6040 (sendmail-send-it): Fix the non-ASCII regexp and use
6041 rfc2047-encode-string.
6042
6043 * dired.el, dired-aux.el: Revert last change.
6044
60452001-01-26 Gerd Moellmann <gerd@gnu.org>
6046
6047 * makefile.w32-in (DONTCOMPILE): Add various term files.
6048
60492001-01-26 Dave Love <fx@gnu.org>
6050
6051 * Makefile.in (DONTCOMPILE): Add various term files.
6052
60532001-01-26 Gerd Moellmann <gerd@gnu.org>
6054
6055 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6056
6057 * startup.el (display-startup-echo-area-message): Make sure
6058 the echo area is resized to fit the size of the startup message.
6059
6060 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6061 part of which is a constant.
6062
60632001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6064
6065 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
6066
60672001-01-26 Richard M. Stallman <rms@gnu.org>
6068
6069 * simple.el (next-line): Don't let `newline' expand abbrevs.
6070 Simplify slightly.
6071 (open-line): Don't let `newline' expand abbrevs.
6072
60732001-01-25 John Wiegley <johnw@gnu.org>
6074
6075 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6076 to `repeat' in the :type field.
6077
6078 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6079 allow a choice of regexp or nil.
6080 (pcomplete-dir-ignore): Same.
6081
6082 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6083 a command) to always fail.
6084
60852001-01-25 Gerd Moellmann <gerd@gnu.org>
6086
6087 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6088 discard the result.
6089 (iswitchb-to-end): Likewise.
6090
60912001-01-25 Sam Steingold <sds@gnu.org>
6092
6093 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
6094 Require vc.
6095
60962001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6097
6098 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6099
6100 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6101
61022001-01-25 Dave Love <fx@gnu.org>
6103
6104 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6105 (describe-coding-system): Tweak the English text.
6106
6107 * loadup.el: Preload international/ccl for utf-8.
6108
61092001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6110
6111 * mail/rmail.el (rmail-redecode-body): Doc fix.
6112
61132001-01-25 Kenichi Handa <handa@etl.go.jp>
6114
6115 * international/mule-cmds.el (reset-language-environment):
6116 Reset coding-category-utf-8 to mule-utf-8.
6117
6118 * international/mule-conf.el (coding-category-utf-8):
6119 Initialize to mule-utf-8.
6120
6121 * loadup.el: Preload international/utf-8.
6122
6123 * international/utf-8.el: New file.
6124
61252001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6126
6127 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6128
61292001-01-24 Sam Steingold <sds@gnu.org>
6130
6131 * dired.el (dired-replace-in-string): Removed.
6132 (dired-sort-toggle): Use `replace-regexps-in-string'
6133 instead of `dired-replace-in-string'.
6134
6135 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6136 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
6137
6138 * gs.el (gs-replace-in-string): Removed.
6139 (gs-options): Use `replace-regexps-in-string'
6140 instead of `gs-replace-in-string'.
6141
61422001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6143
6144 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6145 bug report is mailed to an email list and posted to a news group.
6146
61472001-01-24 Gerd Moellmann <gerd@gnu.org>
6148
6149 * comint.el (comint-replace-by-expanded-history-before-point):
6150 Fix change of 2000-08-03 to move point to the start of the line again.
6151
6152 * startup.el (tool-bar-images-pixel-height): New variable.
6153 (command-line): After loading the user's init file, when
6154 tool-bar-mode is on, increase the frame's size by some lines for
6155 the tool-bar.
6156
6157 * frame.el (frame-initialize): Create the initial frame invisible.
6158
61592001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6160
6161 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6162 (chinese-big5): MIME:Big5.
6163
61642001-01-24 Gerd Moellmann <gerd@gnu.org>
6165
6166 * international/mule-cmds.el (universal-coding-system-argument):
6167 Handle commands with prefix args.
6168
61692001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6170
6171 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6172 being a list of numbers.
6173 (diary-mail-entries): Rewritten.
6174
61752001-01-23 Dave Love <fx@gnu.org>
6176
6177 * international/mule.el (make-coding-system): Fix typo.
6178
6179 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6180 Add backward-paragraph as font-lock-beginning-of-syntax-function.
6181
61822001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6183
6184 * font-lock.el (font-lock-mode): Doc fix.
6185
61862001-01-23 Kenichi Handa <handa@etl.go.jp>
6187
6188 * international/mule.el (make-translation-table): Fix docstring.
6189
61902001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6191
6192 * mail/rmail.el (rmail-redecode-body): New function.
6193
6194 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6195
61962001-01-22 Gerd Moellmann <gerd@gnu.org>
6197
6198 * isearch.el (isearch-lazy-highlight-case-fold-search)
6199 (isearch-lazy-highlight-regexp): New variables.
6200 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6201 case-fold search or regexp search has been toggled.
6202
6203 * wid-edit.el (widget-button-click): Avoid a save-excursion
6204 around running a global binding.
6205
6206 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6207 to 0.25.
6208
62092001-01-20 Miles Bader <miles@gnu.org>
6210
6211 * cus-edit.el (custom-face-save): Do post-processing on the face's
6212 new value like `custom-face-set' does.
6213
62142001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6215
6216 * mail/emacsbug.el (report-emacs-bug): Report the value of
6217 LC_CTYPE, not LC_TYPE.
6218
6219 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6220 isearch-toggle-regexp and isearch-edit-string to doc string.
6221
62222001-01-19 Gerd Moellmann <gerd@gnu.org>
6223
6224 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6225 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6226
6227 * jit-lock.el (jit-lock-fontify-now): Don't bind
6228 font-lock-beginning-of-syntax-function to nil.
6229
62302001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6231
6232 * mail/emacsbug.el (report-emacs-bug): Report values of
6233 locale-coding-system, default-enable-multibyte-characters, and the
6234 environment variables LC_ALL, LC_TYPE, and LANG.
6235
62362001-01-19 Gerd Moellmann <gerd@gnu.org>
6237
6238 * font-lock.el (font-lock-default-fontify-region): Fix last change.
6239
6240 * font-lock.el (font-lock-multiline): Default to nil.
6241 (font-lock-default-fontify-region): If font-lock-multiline is
6242 nil, don't check the property `font-lock-multiline'.
6243
6244 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6245 is nil, don't check the `font-lock-multiline' text property.
6246
62472001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6248
6249 * viper.el: Call initial-major-mode on startup.
6250
6251 * ediff.el (ediff-patch-file): Use better defaults.
6252
6253 * ediff-vers.el: Fix for 8+3 DOS file systems.
6254
f1180544 62552001-01-19 Colin Walters <walters@cis.ohio-state.edu>
5fdac1b8
EZ
6256
6257 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6258 diff mode, if available.
6259
62602001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6261
6262 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
6263
6264 * ediff-init.el (subst-char-in-string): Define and use it, unless
6265 it's already defined.
6266
62672001-01-18 Gerd Moellmann <gerd@gnu.org>
6268
6269 * tooltip.el (tooltip-hide-delay): New user-option.
6270 (tooltip-show): Use tooltip-hide-delay instead of the default.
6271
62722001-01-18 Kenichi Handa <handa@etl.go.jp>
6273
6274 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6275 kill-local-variable doesn't work for enable-multibyte-characters.
6276
62772001-01-17 Dave Love <fx@gnu.org>
6278
6279 * ediff-init.el (ediff-before-setup-hook)
6280 (ediff-merge-filename-prefix): Add :version.
6281
6282 * international/latin1-disp.el: Require disp-table.
6283 (latin1-display): Fix :set.
6284
6285 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6286
62872001-01-17 Gerd Moellmann <gerd@gnu.org>
6288
6289 * isearch.el (isearch-lazy-highlight-initial-delay)
6290 (isearch-lazy-highlight-interval): Default to 0.
6291
62922001-01-17 Bob Glickstein <bobg@zanshin.com>
6293
6294 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6295 1 here rather than each time through
6296 isearch-lazy-highlight-new-loop.
6297 (isearch-lazy-highlight-max): Variable deleted.
6298 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6299 isearch-lazy-highlight-max but controls a single invocation of
6300 isearch-lazy-highlight-update.
6301 (isearch-lazy-highlight-wrapped): Variable recreated.
6302 (isearch-lazy-highlight-window-start): New variable.
6303 (isearch-lazy-highlight-cleanup): Restored to behavior of
6304 before 2-Jan.
6305 (isearch-lazy-highlight-remove-overlays): Function deleted;
6306 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6307 behavior removed.
6308 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6309 isearch-lazy-highlight-update in a loop rather than just once.
6310 Test isearch-invalid-regexp here and decide not to start a new
6311 loop, rather than testing it each time through
6312 isearch-lazy-highlight-update.
6313 (isearch-lazy-highlight-search): Function restored.
6314 (isearch-lazy-highlight-update): Get called in a timer loop again,
6315 but this time highlight more than one match each time through.
6316 Only highlight matches in the visible part of the window.
6317 Start at point, move in the direction of the search, and wrap around at
6318 the edge of the window. Use sit-for to force redisplay and ensure
6319 window-start is credible. "Face suppressing" behavior removed;
6320 overlay priorities should make it unnecessary, right?
6321 (isearch-highlight): Face suppressing behavior removed.
6322 (isearch-dehighlight): Face suppressing behavior removed.
6323 (isearch-set-lazy-highlight-faces-at): Removed.
6324
63252001-01-17 Kenichi Handa <handa@etl.go.jp>
6326
6327 * language/european.el ("Latin-1"): Make the format of description
6328 about additional language environments same as that of Latin-2.
6329
63302001-01-16 Dave Love <fx@gnu.org>
6331
6332 * isearch.el (isearch-lazy-highlight): Add :version.
6333
6334 * simple.el (backward-delete-char-untabify-method)
6335 (next-line-add-newlines): Add :version.
6336
63372001-01-16 Gerd Moellmann <gerd@gnu.org>
6338
6339 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6340 Don't bind <delete> otherwise.
6341
6342 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6343 and <delete> via function-key-map.
6344
6345 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6346 Subject line only if point is after the `Subject:'.
6347
63482001-01-16 Kenichi Handa <handa@etl.go.jp>
6349
6350 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6351 japanese-jisx0213-2 in `charset' property of this lang. env.
6352
6353 * language/european.el ("Latin-1"): Add description for Dutch and
6354 Spanish lang. env.
6355
6356 * international/mule.el (decode-char): Fix conditions.
6357 (encode-char): Handle eight-bit-control too.
6358 (transform-make-coding-system-args): New function.
6359 (make-coding-system): Accept XEmacs style arguments for CCL base
6360 coding system.
6361
63622001-01-15 Gerd Moellmann <gerd@gnu.org>
6363
6364 * progmodes/etags.el (find-tag-noselect): Save the value of
6365 tags-file-name before switching buffers, for the case it has a
6366 buffer-local value.
6367
63682001-01-15 Alex Schroeder <alex@gnu.org>
6369
6370 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6371 From Dave Love <fx@gnu.org>.
6372 (ansi-color-for-comint-mode): Fix :version.
6373
63742001-01-15 Alex Schroeder <alex@gnu.org>
6375
6376 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6377
63782001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6379
6380 * dired.el (dired-insert-directory): If file-system-info fails,
6381 remove the " free " part, but don't signal an error.
6382
63832001-01-12 Sam Steingold <sds@gnu.org>
6384
6385 * bookmark.el (bookmark-maybe-historicize-string):
6386 Use new backquote syntax.
6387
63882001-01-12 Richard M. Stallman <rms@gnu.org>
6389
6390 * subr.el (last): Handle a list that doesn't end in nil.
6391
63922001-01-12 Sam Steingold <sds@gnu.org>
6393
6394 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6395 to `backward-delete-char-untabify'.
6396
63972001-01-12 Dave Love <fx@gnu.org>
6398
6399 * cus-edit.el (customize-menu-create): Fix the :filter following
6400 easymenu change.
6401
6402 * wid-edit.el (function): Add :match-alternatives.
6403 (widget-color-action): Doc fix.
6404
64052001-01-12 Gerd Moellmann <gerd@gnu.org>
6406
6407 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6408
64092001-01-12 Kenichi Handa <handa@etl.go.jp>
6410
6411 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
6412
6413 * international/ccl.el (define-ccl-program): Fix docstring.
6414
64152001-01-11 Dave Love <fx@gnu.org>
6416
6417 * international/mule-cmds.el (standard-display-european-internal):
6418 Set display table for 2208 as for 160.
6419
6420 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6421
6422 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6423 entry for custom-menu-create change.
6424 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6425 don't cons it in the search loop.
6426
6427 * imenu.el (imenu--truncate-items): Revert last change.
6428
64292001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6430
6431 * info.el (Info-setup-header-line): If the node header includes
6432 either Next: or Prev: links, don't show the File: and Node: parts
6433 in the header line.
6434
64352001-01-11 Gerd Moellmann <gerd@gnu.org>
6436
6437 * comint.el (comint-goto-process-mark): Don't print a message
6438 when running in batch mode.
6439
6440 * isearch.el (isearch-search): In the condition-case handler for
6441 `error', set isearch-invalid-regexp to the whole error message.
6442
6443 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6444 ensure that eval-after-load works for files dumped with Emacs.
6445
6446 * help.el (load-symbol-file-load-history): New function extracted
6447 from function symbol-file.
6448 (symbol-file): Use it.
6449
6450 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
6451
64522001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6453
6454 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6455 behave as if there were no prefix argument.
6456 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6457 argument were nil.
6458
64592001-01-11 Richard M. Stallman <rms@gnu.org>
6460
6461 * isearch.el (isearch-lazy-highlight-update):
6462 Don't look for more potential matches once maximum is exceeded.
6463 Use overlays-in to check correctly for overlap with current match.
6464 Ignore empty matches.
6465
64662001-01-11 Miles Bader <miles@gnu.org>
6467
6468 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6469 (ispell-overlay-window, ispell-help, ispell-show-choices)
6470 (ispell-command-loop): Use it instead of `window-height'.
6471
64722001-01-10 Gerd Moellmann <gerd@gnu.org>
6473
6474 * files.el (confirm-kill-emacs): New user-option.
6475 (save-buffers-kill-emacs): Ask for final confirmation before
6476 killing Emacs.
6477
6478 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6479 to nil.
6480
64812001-01-10 Dave Love <fx@gnu.org>
6482
6483 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6484
6485 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
6486
6487 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6488
6489 * calculator.el (calculator-number-digits): Fix :type.
6490
6491 * vc-cvs.el (vc-cvs-header): Fix :type.
6492 * vc-rcs.el (vc-rcs-header): Fix :type.
6493 * vc-sccs.el (vc-sccs-header): Fix :type.
6494
6495 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6496
6497 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6498
6499 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6500
65012001-01-10 Gerd Moellmann <gerd@gnu.org>
6502
6503 * simple.el (set-variable): Force a thorough redisplay for the
6504 case that the variable has an effect on the display, like
6505 `tab-width' has.
6506
65072001-01-10 Andre Spiegel <spiegel@gnu.org>
6508
6509 * vc.el: Add documentation for backend interface.
6510
65112001-01-10 Kenichi Handa <handa@etl.go.jp>
6512
6513 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6514
6515 * international/mule-conf.el (latin-extra-code-table): Set to t
6516 for \223 and \224.
6517
65182001-01-09 Kenichi Handa <handa@etl.go.jp>
6519
6520 * international/mule-cmds.el (locale-language-names): Map "es" to
6521 "Spanish" and "nl" to "Dutch".
6522
65232001-01-09 Gerd Moellmann <gerd@gnu.org>
6524
6525 * bindings.el (global-map): Bind <home> to beginning-of-line,
6526 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6527 C-<end> to end-of-buffer.
6528
6529 * language/european.el: Add Dutch and Spanish language info
6530 to be able to use the appropriate tutorials.
6531
65322001-01-09 Alex Schroeder <alex@gnu.org>
6533
6534 * ansi-color.el (ansi-color-process-output): Use markers instead
6535 of positions for start and end of region.
6536 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6537 Previously, occasional mistakes happend when fontifying many
6538 chunks of output (eg. ls --color=yes /dev). This happened
6539 whenever an overlay was created up to the end of the region, which
6540 coincided with the process-mark. New text would then be added
6541 within that overlay instead of after it.
6542 (ansi-color-make-extent): Overlays are created with the property
6543 `modification-hooks' set to '(ansi-color-freeze-overlay).
6544 (ansi-color-freeze-overlay): New function. When inserting text at
6545 the end of the overlay, the overlay will resize.
6546
65472000-01-09 Alex Schroeder <alex@gnu.org>
6548
6549 * ansi-color.el (ansi-color-process-output): Doc change.
6550 (ansi-color-unfontify-region): Doc change. No longer installed
6551 automatically in font-lock-unfontify-region-function.
6552 (ansi-color-apply): Doc change.
6553 (ansi-color-apply-on-region): Use extents or overlays instead of
6554 text-properties.
6555 (ansi-color-make-extent): New function.
6556 (ansi-color-set-extent-face): New function.
6557
65582000-01-09 Alex Schroeder <alex@gnu.org>
6559
6560 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6561 both use ansi-color-process-output, now.
6562 (ansi-color-process-output): Doesn't return string anymore. It is
6563 installed in comint-output-filter-functions for both Emacs and
6564 XEmacs, now.
6565 (ansi-color-unfontify-region): Simplified code removing variables
6566 pos and start-ansi.
6567 (ansi-color-apply): Put text-property ansi-color before putting
6568 text-property face because ansi-color-unfontify-region is called
6569 immediately after the call to put-text-property.
6570 (ansi-color-context-region): Doc change.
6571 (ansi-color-filter-region): Simplified code.
6572 (ansi-color-apply-on-region): Changed start to start-marker, using
6573 a marker explicitly. Put text-property ansi-color before putting
6574 text-property face because ansi-color-unfontify-region is called
6575 immediately after the call to put-text-property.
6576
65772000-01-09 Alex Schroeder <alex@gnu.org>
6578
6579 * ansi-color.el (ansi-color-faces-vector): Doc change.
6580 (ansi-color-for-comint-mode): Changed :type property to choice.
6581 (ansi-color-last-context): Removed.
6582 (ansi-color-process-output): Don't use ansi-color-last-context, as
6583 the main functions will store their context now.
6584 (ansi-color-context): Doc change.
6585 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6586 Uses ansi-color-context such that repeated calls will strip
6587 partial escape sequences, too.
6588 (ansi-color-apply): Simplified code. Colorize end of string if
6589 face is not null. Store context in new (FACE STRING) format, such
6590 that repeated calls will strip partial escape sequences, too.
6591 Append faces to face property using ansi-color-apply-sequence such
6592 that cumulative mode actually works.
6593 (ansi-color-context-region): New variable.
6594 (ansi-color-filter-region): Rewrote it based on
6595 ansi-color-apply-on-region. Uses ansi-color-context-region such
6596 that repeated calls will strip partial escape sequences, too.
6597 (ansi-color-apply-on-region): Simplified code. Colorize end of
6598 region if face is not null. Store context in new (FACE POS)
6599 format, such that repeated calls will strip partial escape
6600 sequences, too. Append faces to face property using
6601 ansi-color-apply-sequence such that cumulative mode actually works.
6602 (ansi-color-apply-sequence): New function.
6603 (ansi-color-get-face): When the default face is added to the list
6604 of faces, all previous settings are discarded and the list of
6605 faces is set to '(default).
6606
66072000-01-09 Alex Schroeder <alex@gnu.org>
6608
6609 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6610 face, such that ansi-color-apply and ansi-color-apply-on-region
6611 will do the right thing.
6612 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6613 returns nil, set the list of faces back to nil instead of
6614 appending the result of ansi-color-get-face to the front of the list.
6615
66162000-01-09 Alex Schroeder <alex@gnu.org>
6617
6618 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6619 (ansi-color-process): Doc change.
6620 (ansi-color-last-context): New buffer-local variable.
6621 (ansi-color-process-output): New function. It is automatically
6622 added to comint-output-filter-functions if this is XEmacs.
6623 (ansi-color-unfontify-region): New optional parameter for XEmacs
6624 compatibility. Check wether font-lock-syntactic-keywords is
6625 boundp before removing the syntax table text property, as XEmacs
6626 doesn't have it.
6627 (ansi-color-filter-region): Doc change.
6628 (ansi-color-apply-on-region): Doc change.
6629 (ansi-color-make-face): New function. Compatibility layer for
6630 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6631 (ansi-color-make-color-map): Use ansi-color-make-face.
6632 (ansi-color-get-face): Avoid face text property '(nil) as results
6633 in an errow for XEmacs.
6634
66352000-01-09 Alex Schroeder <alex@gnu.org>
6636
6637 * ansi-color.el (ansi-color-unfontify-region): New function.
6638 Uses text-property ansi-color in order to preserve fontification by
6639 ansi-color. When the package is loaded, a lambda expression is
6640 put onto font-lock-mode-hook. This lambda expression will check
6641 font-lock-unfontify-region-function and replace
6642 font-lock-default-unfontify-region with ansi-color-unfontify-region.
6643 (ansi-color-apply): Add text-property ansi-color in addition to
6644 text-property face.
6645 (ansi-color-apply-on-region): Add text-property ansi-color in
6646 addition to text-property face.
6647 (save-buffer-state): Copy of the macro that is also used by
6648 lazy-lock and font-lock.
6649
6650 (ansi-color-for-comint-mode): New option.
6651 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6652 (ansi-color-for-comint-mode-off): Ditto.
6653 (ansi-color-for-comint-mode-filter): Ditto.
6654 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6655 decide what to do. This function is added to
6656 comint-preoutput-filter-functions when the package is loaded.
6657
6658 (ansi-color-for-shell-mode-set): Removed.
6659 (ansi-color-for-shell-mode): Removed.
6660
66612000-01-09 Alex Schroeder <alex@gnu.org>
6662
6663 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6664 the lambda expression from the ansi-color-for-shell-mode :set
6665 property. Additionally, modify shell-mode-hook to enable or
6666 disable font-lock-mode for future shell buffers.
6667 (ansi-color-for-shell-mode): The :set property calls
6668 ansi-color-for-shell-mode-set instead of a lambda expression.
6669
66702000-01-09 Alex Schroeder <alex@gnu.org>
6671
6672 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6673 (ansi-color-context): New variable.
6674 (ansi-color-apply): Save context between calls.
6675
66762001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6677
6678 * isearch.el (isearch, isearch-lazy-highlight-face):
6679 New definitions for face colors and attributes.
6680
6681 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6682 of display-mouse-p.
6683
66842001-01-09 Kenichi Handa <handa@etl.go.jp>
6685
6686 * international/mule.el (make-coding-system): If the coding system
6687 accepts extra latin codes, register such codes as safe for the
6688 coding system.
6689
66902001-01-08 Richard M. Stallman <rms@gnu.org>
6691
6692 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6693 don't mention the file name or the date here, because they are
6694 logged at the start of the file.
6695
66962001-01-08 Richard M. Stallman <rms@gnu.org>
6697
6698 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6699 Change screen-width to frame-width.
6700
67012001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6702
6703 * info.el (Info-search): Print the default as part of the prompt.
6704
67052001-01-08 Andre Spiegel <spiegel@gnu.org>
6706
6707 * vc.el (vc-default-latest-on-branch-p): New function, replaces
6708 constant implementations in backends.
6709
6710 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6711 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6712
6713 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6714 WRITABLE to EDITABLE.
6715
6716 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6717 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6718 to EDITABLE.
6719
67202001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6721
6722 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
6723 (copyright, copyright-update): Compute the current year at run time.
6724
67252001-01-08 Gerd Moellmann <gerd@gnu.org>
6726
6727 * isearch.el (isearch-old-signal-hook): Removed.
6728 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6729 instead of setting signal-hook-function.
6730 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6731
67322001-01-08 Kevin Gallagher <kevingal@onramp.net>
6733
6734 * emulation/edt.el: Update to version 4.0. Provide support for
6735 EDT scroll margins at top and bottom of the window. Provide an
6736 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6737 default). Enhance edt-quit, bound to GOLD-q by default, to warn
6738 user when file-related buffer modifications exist.
6739 Provide support for running EDT Emulation in XEmacs.
6740 Provide customize access to some user updatable variables.
6741 Add Commentary section to file header.
6742 Fixed a few minor bugs and cleaned up some code.
6743
6744 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6745 for detecting a keypress that generates an ASCII key sequence.
6746 (Previously, only a keypress that generates a vector was
6747 recognized.) Embed Window Manager name into name of the generated
6748 EDT Emulation initialization file since the initialization file is
6749 Window Manager specific. Add Commentary section to file header.
6750
67512001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6752
6753 * mail/sendmail.el (mail-mode): Doc fix.
6754
6755 * info.el (Info-goto-emacs-command-node): Doc fix.
6756 (Info-goto-emacs-key-command-node): Doc fix.
6757
67582001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6759
6760 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
6761 systems without long file-name support.
6762
67632001-01-06 Andrew Innes <andrewi@gnu.org>
6764
6765 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6766
67672001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6768
6769 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6770 (isearch-lazy-highlight-update): Doc fix.
6771
6772 * ffap.el (ffap-bindings): Doc fix.
6773
6774 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6775
67762001-01-05 Dave Love <fx@gnu.org>
6777
6778 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6779
67802001-01-05 Gerd Moellmann <gerd@gnu.org>
6781
6782 * mouse-drag.el (mouse-drag-safe-scroll):
6783 Bind scroll-preserve-screen-position to nil.
6784
6785 * isearch.el (isearch-old-signal-hook): New variable.
6786 (isearch-mode): Set signal-hook-function to isearch-done.
6787 (isearch-done): Restore old signal-hook-function.
6788
6789 * info.el (Info-fontify-node): Mark one more char as intangible.
6790
67912000-01-05 Kenichi Handa <handa@etl.go.jp>
6792
6793 * composite.el (compose-last-chars): New argument COMPONENTS.
6794 If it is non-nil, compose preceding characters by compose-region with
6795 COMPONENTS.
6796
6797 * international/quail.el (quail-input-string-to-events): New function.
6798 (quail-input-method): Convert input string to events here.
6799 (quail-start-translation): Return input string, not event list.
6800 (quail-start-conversion): Likewise.
6801
68022001-01-04 Gerd Moellmann <gerd@gnu.org>
6803
6804 * tooltip.el (tooltip-cancel-delayed-tip)
6805 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6806 and tooltip-add-timeout.
6807 (tooltip-show): Set border color from faces's foreground.
6808 (tooltip-show-help-function): If called with the same help string
6809 as last time, do nothing.
6810 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6811
6812 * startup.el (fancy-splash-screens): Don't bind show-help-function
6813 to nil.
6814
6815 * tooltip.el (tooltip-frame-parameters): Remove colors.
6816 (tooltip): New face
6817 (tooltip-set-param): New function.
6818 (tooltip-show): Set up color frame parameters from face `tooltip'.
6819 Display the tooltip text in face `tooltip'.
6820
68212001-01-04 Dave Love <fx@gnu.org>
6822
6823 * whitespace.el (whitespace-global-mode): Fix typo.
6824
6825 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6826
68272001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6828
6829 * help.el (help-for-help): Fix a typo in a doc string.
6830 From kwzh@gnu.org (Karl Heuer).
6831
68322001-01-03 Dave Love <fx@gnu.org>
6833
6834 * dired-x.el: Doc fixes. Maintainer change.
6835 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
6836 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6837 (dired-guess-shell-alist-user): Customize.
6838 (dired-x-help-address): Set to bug-gnu-emacs.
6839 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6840 (dired-default-directory): Renamed from default-directory.
6841
6842 * hl-line.el (hl-line): Doc fix.
6843
68442001-01-03 Karl Fogel <kfogel@red-bean.com>
6845
6846 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
6847
68482001-01-02 Richard M. Stallman <rms@gnu.org>
6849
6850 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6851 to remove all the current alternative-match highlighting.
6852 If nil, remove only what's outside the current window.
6853 (isearch-lazy-highlight-remove-overlays): Take optional
6854 region within which NOT to remove them.
6855 (isearch-lazy-highlight-new-loop): Greatly simplified.
6856 (isearch-lazy-highlight-update): Find all the other occurrences
6857 visible in the window, in just one call.
6858 (isearch-lazy-highlight-start): Now holds start of region to scan.
6859 (isearch-lazy-highlight-end): Now holds end of region to scan.
6860 (isearch-lazy-highlight-wrapped): Variable deleted.
6861 (isearch-lazy-highlight-search): Function deleted.
6862
68632000-01-02 Andrew Innes <andrewi@gnu.org>
6864
6865 * w32-fns.el (convert-standard-filename): Do length check on name
6866 before aref.
6867
68682001-01-02 Dave Love <fx@gnu.org>
6869
6870 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6871 value.
6872 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6873
6874 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6875
6876 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6877 read syntax.
6878
6879 * calendar/todo-mode.el (todo): Add :link, :version.
6880 (todo-save-top-priorities): Remove autoload cookie.
6881 (todo-add-category, todo-add-item-non-interactively)
6882 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
6883
68842001-01-02 Gerd Moellmann <gerd@gnu.org>
6885
6886 * comint.el (comint-input-history-ignore): New variable.
6887 (comint-read-input-ring): Ignore entries matching
6888 comint-input-history-ignore.
6889
68902001-01-02 Eric M. Ludlam <zappo@gnu.org>
6891
6892 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6893 (lm-copyright-mark): New function.
6894 (lm-crack-copyright): New function.
6895 (lm-verify): Check that the file has a copyright.
6896 Check that the file is copyright Free Software Foundation.
6897
68982000-12-30 Kenichi Handa <handa@etl.go.jp>
6899
6900 * international/mule-diag.el (print-fontset): Indent font name by
6901 24 columns, not 25.
6902
69032000-12-29 Gerd Moellmann <gerd@gnu.org>
6904
6905 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6906 in Subject line.
6907
6908 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
6909 Use mail-mode-hook instead of mail-setup-hook.
6910 Otherwise continuing an interrupted message with C-u C-x m for
6911 instance, winds up in Mail mode without abbrevs.
6912
69132000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6914
6915 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
6916 non-nil. Adding almost all customization variables on ps-setup.
6917 Doc fix.
6918 (ps-print-version): New version number (6.3.3).
6919 (ps-end-with-control-d): Initialization fix.
6920 (ps-lines-printed): New var.
6921 (ps-skip-newline): New fun.
6922 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6923 (ps-next-line, ps-continue-line, ps-plot-region)
6924 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
6925
69262000-12-29 Kenichi Handa <handa@etl.go.jp>
6927
6928 * international/fontset.el (x-complement-fontset-spec):
6929 Resolve ASCII font name so that the same family name is used for fonts
6930 registered in x-font-name-charset-alist.
6931 (create-fontset-from-fontset-spec): Adjusted for the above change.
6932 The name of fontset alias should be a unresolved ASCII font name.
6933
69342000-12-28 Gerd Moellmann <gerd@gnu.org>
6935
6936 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6937 and delete in isearch-mode-map.
6938
69392000-12-28 Richard M. Stallman <rms@gnu.org>
6940
6941 * dired-x.el (dired-guess-shell-alist-default):
6942 Use xpdf instead of acroread.
6943
69442000-12-28 Kenichi Handa <handa@etl.go.jp>
6945
6946 * textmodes/artist.el (artist-butlast): Deleted.
6947 (artist-ellipse-mirror-quadrant): Use butlast instead of
6948 artist-butlast.
6949
6950 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6951
6952 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6953
69542000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6955
6956 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6957
6958 * ls-lisp.el: Better support for the Mac and MS-Windows.
6959 (ls-lisp): New defgroup.
6960 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
6961 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
6962 (ls-lisp-support-shell-wildcards): New defcustoms.
6963 (ls-lisp-parse-symlink): New function.
6964 (insert-directory): Code to convert switches to a list and set up
6965 the wildcard argument copied from ls-lisp-insert-directory.
6966 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6967 for -C and -R switches.
6968 (ls-lisp-column-format): New function.
6969 (ls-lisp-delete-matching, ls-lisp-handle-switches)
6970 (ls-lisp-format-time): Add doc strings.
6971 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6972 Support ls-lisp-dirs-first.
6973 (ls-lisp-classify, ls-lisp-extension): New functions.
6974 (ls-lisp-format): Optionally support emulation of symlinks.
6975 Support -i, -s, and -G switches.
6976
69772000-12-27 Gerd Moellmann <gerd@gnu.org>
6978
6979 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6980
6981 * version.el (emacs-version): Print X scroll bar information.
6982
6983 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6984 instead of x-toolkit-scroll-bars-p.
6985
6986 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6987 of x-toolkit-scroll-bars-p.
6988
69892000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6990
6991 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
6992 (ffap-bindings): Doc fix, to reflect the above change.
6993
69942000-12-27 Kenichi Handa <handa@etl.go.jp>
6995
6996 * term.el (term-char-mode): Define all non-ascii self-inserting
6997 characters to 'term-send-raw in term-raw-map.
6998
69992000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
7000
88c71720 7001 * viper-init.el (viper-restore-cursor-type): Added condition-case guard.
5fdac1b8
EZ
7002
7003 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7004 Changed initialization; use add-hook.
7005 (ediff-file-remote-p): Use file-local-copy.
7006
7007 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7008
7009 * ediff.el (ediff-patch-buffer): Bug fix.
7010 (ediff-revision): Allow selection of the file at the prompt.
7011
70122000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7013
7014 * subr.el (combine-run-hooks): Remove.
7015
7016 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7017 and remove the rogue second spec.
7018
70192000-12-23 Gerd Moellmann <gerd@gnu.org>
7020
7021 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7022
70232000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7024
7025 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7026 Use minibuffer menu prompt for the `=' prefix.
7027 (smerge-command-prefix): Change default to C-^.
7028 (smerge-mode): Don't assume font-lock doesn't move point.
7029
7030 * skeleton.el (skeleton-internal-1): Make sure the first line of
7031 the region is also re-indented.
7032 (skeleton-end-newline): New var.
7033 (skeleton-end-hook): Use it.
7034
70352000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7036
7037 * comint.el (comint-password-prompt-regexp): Support CVS.
7038
70392000-12-22 Gerd Moellmann <gerd@gnu.org>
7040
7041 * simple.el (delete-key-deletes-forward-mode): Simplify.
7042 Also backspace key combinations, depending on
7043 delete-key-deletes-forward.
7044
7045 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7046
7047 * simple.el (delete-key-deletes-forward): Doc fix.
7048
70492000-08-22 Emmanuel Briot <briot@gnat.com>
7050
7051 * xml.el (top level comment): Updated to reflect the fact that
7052 white spaces are relevant in the XML file.
7053 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7054 to parse was already edited. This allows for on-the-fly analysis
7055 of XML files.
7056 (xml-parse-tag): Check that the casing is the same in the start
7057 tag and end tag, since XML is case-sensitive. Allows for spaces
7058 in the end tag, after the name of the tag.
7059 (xml-parse-attlist): Allow for the character '-' in the name of
7060 attributes, as in the standard http-equiv attribute Do not save
7061 the properties in the XML tree, since they are not relevant.
7062
70632000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7064
7065 * generic.el (generic-read-type): Undo last change, inline into
7066 `generic-mode' and then remove.
7067 (generic-mode): Inline generic-read-type.
7068 (define-generic-mode): Push the symbol name rather than the symbol
7069 onto generic-mode-list.
7070
70712000-12-21 Gerd Moellmann <gerd@gnu.org>
7072
7073 * generic.el (generic-read-type): Build an alist for
7074 completing-read as in 20.7.
7075
7076 * play/landmark.el (lm): Use interactive spec `P'.
7077 (toplevel): Don't set debug-on-error.
7078
7079 * server.el (server-switch-buffer): Choose a window on a visible frame.
7080
70812000-12-21 Dave Pearson <davep@davep.org>
7082
7083 * quickurl.el: Commentry change, I've moved my web site.
7084
70852000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7086
7087 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7088 ranges like \177-\237, but accepts the character sequence from \177 to
7089 \237. Doc fix.
7090 (ebnf-version): New version (3.4).
7091 (ebnf-setup): Code fix.
7092 (ebnf-range-regexp): New fun.
7093 (ebnf-8-bit-chars): Const fix.
7094
7095 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7096 entry. Doc fix.
7097 (ebnf-bnf-lex): Code fix.
7098 (ebnf-bnf-comment-chars): Const fix.
7099
7100 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7101 entry. Doc fix.
7102 (ebnf-iso-comment-chars): Const fix.
7103
7104 * ebnf-otz.el: Doc fix.
7105
7106 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7107 entry. Doc fix.
7108 (ebnf-yac-skip-code): Code fix.
7109 (ebnf-yac-comment-chars): Const fix.
7110
71112000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7112
7113 * files.el (insert-directory-safely): New function.
7114 (recover-file): Use it instead of insert-directory.
7115 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7116
71172000-12-21 Kenichi Handa <handa@etl.go.jp>
7118
7119 * international/mule-cmds.el (select-safe-coding-system):
7120 Check coding-category-list more rigidly. Improve help message.
7121
7122 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7123
71242000-12-21 Miles Bader <miles@gnu.org>
7125
7126 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
7127
71282000-12-21 Kenichi Handa <handa@etl.go.jp>
7129
7130 * international/mule-diag.el (describe-char-after): Make *Help*
7131 buffer inherit multibyteness of the current buffer.
7132
7133 * international/mule.el (make-char): Docstring adjusted for the
7134 change of make-char-internal.
7135
71362000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7137
7138 * international/iso-cvt.el: Docstrings fix.
7139
71402000-12-20 Dave Love <fx@gnu.org>
7141
7142 * subr.el (eval-after-load): Doc fix.
7143
71442000-12-20 Kenichi Handa <handa@etl.go.jp>
7145
7146 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7147 for numbers.
7148
71492000-12-20 Miles Bader <miles@gnu.org>
7150
7151 * international/quail.el (quail-help): Resize the help window
7152 again after it has all its contents. Remove unneeded progn.
7153
71542000-12-19 Gerd Moellmann <gerd@gnu.org>
7155
7156 * pcmpl-linux.el: Fix copy/paste error.
7157
71582000-12-19 Andrew Innes <andrewi@gnu.org>
7159
7160 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
7161
71622000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7163
7164 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7165
7166 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7167
7168 * progmodes/idlw-shell.el: Fixed copyright notice.
7169
7170 * progmodes/idlwave.el: Fixed copyright notice.
7171
7172 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
7173 TAB as key separators.
7174
71752000-12-19 Alex Schroeder <alex@gnu.org>
7176
7177 * sql.el (sql-sybase-options): New option.
7178 (sql-sybase): Use it. Add sql-database to the list of parameters
7179 provided for login. The options -w 2048 -n are not used any more.
7180 (sql-postgres-options): Changed default from "--pset" to "-P".
7181 (sql-mysql-options): Doc change.
7182 (sql-stop): Doc change.
7183
71842000-12-19 Kenichi Handa <handa@etl.go.jp>
7185
7186 * international/quail.el (quail-input-method): Always hide
7187 the guidance buffer on exiting.
7188
71892000-12-18 Gerd Moellmann <gerd@gnu.org>
7190
7191 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7192 isn't fboundp.
7193
7194 * server.el (server-buffer-done): Bury the buffer before
7195 killing it.
7196
7197 * faces.el (face-spec-set): Interpret a nil in specs for
7198 foreground and background colors as `unspecified', for
7199 compatibility with 20.x.
7200
72012000-12-18 Dave Love <fx@gnu.org>
7202
7203 * simple.el (mail-user-agent): Doc fix.
7204 (input-mode-8-bit): Removed.
7205
7206 * international/mule.el (set-keyboard-coding-system): Doc fix.
7207 (keyboard-coding-system): New option.
7208
7209 * mail/sendmail.el (send-mail-function): Customize.
7210
72112000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7212
7213 * international/codepage.el (cp866-decode-table): New table.
7214
72152000-12-18 Gerd Moellmann <gerd@gnu.org>
7216
7217 * version.el (emacs-version): Remove `%a' from the time format
7218 because the weekday doesn't fit well into each locale.
7219
72202000-12-18 Miles Bader <miles@gnu.org>
7221
7222 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7223
7224 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
7225 Check that emacs-major-version is `=' to 20, not `>='.
7226 (artist-replace-chars): Use `make-string' instead of a loop.
7227
72282000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7229
7230 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7231 (cvs-execute-single-file): Don't change directory.
7232 Patch from Per Cederqvist.
7233
72342000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7235
7236 * textmodes/ispell.el (check-ispell-version):
7237 If `ispell-program-name' is "aspell", pass it the -v switch instead
7238 of -vv.
7239
72402000-12-16 Kenichi Handa <handa@etl.go.jp>
7241
7242 * international/mule-diag.el (mule-diag): Insert information about
7243 configure options, multibyte awareness, language env.
7244
7245 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7246 regexp to search for candidates.
7247
72482000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7249
7250 * info.el (Info-forward-node): If the node has an
7251 Info-header-line, widen the buffer before searching for "next:"
7252 and "up:" pointers, and set the search limit to stay in the
7253 current node.
7254
72552000-12-16 Miles Bader <miles@gnu.org>
7256
7257 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7258
72592000-12-15 Miles Bader <miles@gnu.org>
7260
7261 * comint.el (comint-send-string, comint-send-region): Also accept
7262 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7263 process-send-string/region.
7264
72652000-12-15 Gerd Moellmann <gerd@gnu.org>
7266
7267 * isearch.el (isearch-lazy-highlight-max): New user-option.
7268 (isearch-lazy-highlight-update): Don't highlight more than
7269 isearch-lazy-highlight-max matches.
7270
7271 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7272
72732000-12-15 Richard M. Stallman <rms@gnu.org>
7274
7275 * sort.el (sort-columns): Fix error message.
7276
7277 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7278 `upcase' or `downcase' or nil.
7279 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7280 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7281 (dabbrev--substitute-expansion): New arg record-case-pattern.
7282 If it is non-nil, set dabbrev--last-case-pattern.
7283 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7284
7285 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7286
72872000-12-15 Miles Bader <miles@gnu.org>
7288
7289 * paths.el (Info-default-directory-list): Don't delete
7290 configure-info-directory from the list of standard info
7291 directories when appending it to the end -- their order is important.
7292
7293 * faces.el (read-face-attribute): If there's no entry for the
7294 user's input in VALID, just use it as-is (this will often result
7295 in an error, but it may be OK for e.g. colors using hexadecimal
7296 notation, and at least will yield a better error message).
7297
7298 * window.el (mode-line-window-height-fudge): Function removed.
7299 (height-affecting-face-attributes, mode-line-window-height-fudge):
7300 Variables removed.
7301 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7302 window is really the right size. Use vertical-motion
7303 rather than forward-line.
7304 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7305 (ispell-command-loop, ispell-show-choices): Use the variable
7306 ispell-choices-win-default-height, rather than the function.
7307 (ispell-choices-win-default-height): Function removed.
7308 (ispell-mode-line-window-height-fudge): Function removed.
7309
73102000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7311
7312 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7313
73142000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7315
7316 * paths.el (Info-default-directory-list):
7317 If configure-info-directory is not one of the standard directories,
7318 put it first in the list; otherwise put it last. Doc string
7319 changed accordingly.
7320
7321 * info.el (Info-directory-list): Change doc string to reflect the
7322 change in Info-default-directory-list.
7323
7324 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7325 windows-nt as windowed environments, even under -nw.
7326
7327 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7328 if not fboundp. Switch delete-forward mode for the <delete> key
7329 on all PC platforms, even under -nw.
7330
7331 * term/internal.el ([M-delete]): Remap to M-d.
7332
73332000-12-14 Gerd Moellmann <gerd@gnu.org>
7334
7335 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7336
73372000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7338
7339 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7340
73412000-12-14 Gerd Moellmann <gerd@gnu.org>
7342
7343 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7344 if appropriate.
7345
7346 * simple.el (delete-key-deletes-forward): New user-option.
7347 (delete-key-deletes-forward-mode): New function.
7348
7349 * bindings.el: Bind `delete' to backward-delete-char.
7350
7351 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7352 Test if symbol is bound before getting its value.
7353
7354 * tooltip.el (tooltip-show): If an error is signaled in
7355 x-show-tip, display that error, and display the help in the
7356 echo area.
7357
73582000-12-14 Kenichi Handa <handa@etl.go.jp>
7359
7360 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7361 Show "... entries" messages for every 10000 entries, not 10.
7362
73632000-12-13 Karl Fogel <kfogel@red-bean.com>
7364
7365 * bookmark.el: Provide a generic exit hook, as suggested by
7366 Ovidiu Predescu <ovidiu@cup.hp.com>:
7367 (bookmark-exit-hook): New var.
7368 (bookmark-exit-hook-internal): New func, replaces
7369 old raw lambda form in `kill-emacs-hook', and runs new
7370 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7371 as logically that feature must have been provided if this function
7372 is running.
7373 Removed ;;;###autoload before the `add-hook' call.
7374
73752000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7376
7377 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7378 (easy-menu-current-active-maps): New function.
7379 (easy-menu-get-map): Use it.
7380 Make a proper menu entry when creating a new keymap.
7381
73822000-12-13 Kenichi Handa <handa@etl.go.jp>
7383
7384 * international/characters.el: Fix cases and syntaxes for
7385 mule-unicode-0100-24ff.
7386
7387 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7388 that a Japanese character is not appended after day and year.
7389
7390 * info.el (Info-suffix-list): Change format for a command that
7391 requires arguments.
7392 (info-insert-file-contents): Adjusted for the above change.
7393
73942000-12-12 Andreas Schwab <schwab@suse.de>
7395
7396 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7397 on the name of the tar buffer. Verify that the existing buffer is
7398 visiting the same subfile.
7399
74002000-12-12 Dave Love <fx@gnu.org>
7401
7402 * subdirs.el: Add obsolete.
7403
74042000-12-12 Gerd Moellmann <gerd@gnu.org>
7405
7406 * mail/rmailsum.el (rmail-summary-expunge)
7407 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7408 instead of rmail-confirm-expunge.
7409
7410 * replace.el (perform-replace): Don't use an empty match adjacent
7411 to a non-empty match when computing the next match before the
7412 replacement is performed.
7413
74142000-12-12 Milan Zamazal <pdm@freesoft.cz>
7415
7416 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7417 definition (patch by Stefan Monnier).
7418 (glasses-mode): Use jit-lock instead of `after-change-functions'
7419 (patch by Stefan Monnier).
7420
74212000-12-12 Miles Bader <miles@gnu.org>
7422
7423 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7424 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7425
74262000-12-12 Andrew Choi <akochoi@i-cable.com>
7427
7428 * term/mac-win.el: Remove load for ls-lisp.
7429
7430 * loadup.el: Load ls-lisp for system-type `macos'.
7431
74322000-12-12 Miles Bader <miles@gnu.org>
7433
7434 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7435 Respect field end too.
7436 (just-one-space): Respect fields as `delete-horizontal-space'.
7437 (newline-and-indent, reindent-then-newline-and-indent):
7438 Use `delete-horizontal-space'.
7439
74402000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7441
7442 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7443 (so as to obey the field property in the minibuffer).
7444
7445 * obsolete/c-mode.el: Moved from lisp/progmodes.
7446 * obsolete/auto-show.el: Moved from lisp.
7447 * obsolete/ooutline.el: Moved from lisp/textmodes.
7448
74492000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7450
7451 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
7452 changes to list them here.
7453
7454 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7455 Too many changes to list them here.
7456
7457 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7458 Too many changes to list them here.
7459
7460 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7461
74622000-12-11 Gerd Moellmann <gerd@gnu.org>
7463
7464 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
7465
7466 * cus-edit.el (custom-save-variables, custom-save-faces):
7467 Comment fix.
7468
7469 * hscroll.el: Moved to `obsolete' subdir.
7470
74712000-12-11 Miles Bader <miles@gnu.org>
7472
7473 * window.el (window-text-height): Function removed (now in C).
7474
74752000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7476
7477 * log-edit.el (log-edit-parent-buffer): New var.
7478 (log-edit): Set it. Add BUFFER argument.
7479 (log-edit-done): Use char-before.
7480 Don't bother checking validity of vc-comment-ring.
7481 Only bury the buffer if log-edit popped it up.
7482
7483 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7484 (cvs-mode-diff-help): Remove.
7485 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
7486 (cvs-mode-marked): Set up the default for CMD manually.
7487
7488 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7489 Remove binding for ? now made unnecessary.
7490
74912000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7492
7493 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7494 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7495
7496 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7497 when master file is not open.
7498
74992000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7500
7501 * progmodes/ada-stmt.el: Update `maintainer'.
7502
75032000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
7504
7505 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7506 choices to match documentation string.
7507
75082000-12-09 Miles Bader <miles@gnu.org>
7509
7510 * minibuf-eldef.el: New file.
7511
7512 * window.el (fit-window-to-buffer): Don't pass last argument to
7513 pos-visible-in-window-p, now that its meaning is inverted.
7514
75152000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7516
7517 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7518 <ceder@lysator.liu.se>.
7519
75202000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7521
7522 * autoinsert.el (auto-insert-alist): Add missing final \n.
7523
7524 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7525 (cvs-menu-map): Remove.
7526 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7527 (cvs-mode-quit): Turn it back into a plain function.
7528
7529 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
7530 (texinfo-filter): Remove (move to texinfo.el).
7531
7532 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7533 file where it's more visible.
7534 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7535 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7536 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7537 (texinfo-inside-macro-p): Only catch `scan-error's.
7538 (texinfo-inside-env-p): Make better use of the match info.
7539 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7540 (texinfo-insert-@end): Slight re-organization.
7541 Also remove useless `looking-at' call.
7542
75432000-12-08 Andrew Innes <andrewi@gnu.org>
7544
7545 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7546 accessible in -nw mode.
7547
7548 * term/w32-win.el: Remove stuff about selection timeout, which is
7549 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7550 it is accessible in -nw mode.
7551
75522000-12-08 Dave Love <fx@gnu.org>
7553
7554 * emacs-lisp/lisp-mode.el (lisp-mode):
7555 Set font-lock-keywords-case-fold-search.
7556
75572000-12-08 Gerd Moellmann <gerd@gnu.org>
7558
7559 * textmodes/ispell.el (ispell): Doc fix.
7560
75612000-12-08 Kenichi Handa <handa@etl.go.jp>
7562
7563 * international/quail.el (quail-insert-decode-map): Check the
7564 frame width of a window displaying the current buffer, not that of
7565 the selected frame.
7566 (quail-help): Make sure that the help buffer has window before
7567 inserting text in it.
7568
75692000-12-07 Sam Steingold <sds@gnu.org>
7570
7571 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7572 Backquote is used in isearch.el, so autoloading saves nothing.
7573
75742000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7575
7576 * startup.el (normal-top-level-add-subdirs-to-load-path):
7577 Ignore the CVS and RCS subdirectories case-insensitively.
7578
7579 * dired.el (dired-insert-directory): If file-system-info is
7580 fboundp, call it instead of invoking dired-free-space-program.
7581
75822000-12-07 Gerd Moellmann <gerd@gnu.org>
7583
7584 * server.el (server-visit-files): Push files on file-name-history.
7585
7586 * progmodes/cc-langs.el: Update copyright.
7587
7588 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7589
7590 * bindings.el (mode-line-mode-menu): Add glasses-mode.
7591
7592 * bindings.el (mode-line-mode-menu): Reverse the order
7593 of define-keys so that the menu appears in alphabetical order.
7594
75952000-12-07 Milan Zamazal <pdm@freesoft.cz>
7596
7597 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7598 of the function.
7599
76002000-12-07 Dave Love <fx@gnu.org>
7601
7602 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7603
7604 * facemenu.el (facemenu-unlisted-faces): Fix value.
7605
76062000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7607
7608 * font-lock.el (font-lock-default-fontify-region):
7609 Include the terminating \n (off-by-one error).
7610 (font-lock-set-defaults): Use dolist.
7611
7612 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7613
76142000-12-07 Kenichi Handa <handa@etl.go.jp>
7615
7616 * international/mule-cmds.el (describe-language-environment):
7617 Fix for the case that an input method title is not string but a list.
7618
7619 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7620 of wrong SIZE record.
7621
76222000-12-06 Dave Love <fx@gnu.org>
7623
7624 * newcomment.el (comment-region, comment-dwim): Doc fix.
7625
7626 * textmodes/texinfo.el: Require tex-mode when compiling.
7627 (texinfo-update-node): Doc fix.
7628 (texinfo-imenu-generic-expression): Add @anchor.
7629 (texinfo-font-lock-keywords): Add @uref.
7630 (texinfo-inside-macro-p): Don't use ignore-errors.
7631 (texinfo-insert-quote): Match more contexts.
7632
7633 * international/mule.el (decode-char, encode-char): Doc fix.
7634 (auto-coding-alist): Customize.
7635
7636 * files.el (load-file): Fix change of 2000-03-12.
7637
7638 * wid-edit.el (widget-text-keymap): Doc fix.
7639
76402000-12-06 Andrew Innes <andrewi@gnu.org>
7641
7642 * makefile.w32-in (lisp): Set to an absolute directory, namely
7643 $(CURDIR).
7644
76452000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7646
7647 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7648 read generated-autoload-file, and set buffer-file-coding-system to
7649 raw-text-unix after reading the file.
7650
7651 * international/mule-conf.el (file-coding-system-alist):
7652 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
7653
76542000-12-06 Gerd Moellmann <gerd@gnu.org>
7655
7656 * replace.el (occur): Make line-number-width 1 smaller for the
7657 colon following the line number.
7658
7659 * startup.el (fancy-splash-text, command-line-1):
7660 Use `File' for the menu name instead of `Files'.
7661
7662 * tmm.el: Update copyright.
7663
7664 * cus-start.el: Add entry for even-window-heights.
7665
76662000-12-06 Miles Bader <miles@gnu.org>
7667
7668 * faces.el (frame-set-background-mode): Avoid stomping on
7669 locally modified faces.
7670
76712000-12-06 Kenichi Handa <handa@etl.go.jp>
7672
7673 * international/fontset.el: Correct the font registries for
7674 japanese-jisx0213-1 and japanese-jisx0213-2.
7675
76762000-12-05 Gerd Moellmann <gerd@gnu.org>
7677
7678 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7679
7680 * iswitchb.el: Update customization commentary.
7681
76822000-12-05 Rob Riepel <riepel@Stanford.EDU>
7683
7684 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7685 (tpu-search-highlight): Fixed comparison of overlay end positions.
7686 (tpu-trim-line-ends): Implemented trimming logic locally.
7687
7688 * emulation/tpu-extras.el (tpu-write-file-hook)
7689 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7690
76912000-12-05 Kenichi Handa <handa@etl.go.jp>
7692
7693 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7694 to cn-gb.
7695 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7696
76972000-12-04 Dave Love <fx@gnu.org>
7698
7699 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7700
77012000-12-04 Gerd Moellmann <gerd@gnu.org>
7702
7703 * mail/rmailsum.el (rmail-summary-expunge)
7704 (rmail-summary-expunge-and-save): Ask for confirmation with
7705 rmail-expunge-confirmed.
7706
7707 * mail/rmail.el (rmail-expunge-confirmed): New function.
7708 (rmail-expunge): Use it.
7709
77102000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7711
7712 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
7713 (etags-recognize-tags-table, find-tag-in-order):
7714 New functionality: interpret file names as tags.
7715
77162000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7717
7718 * info.el (Info-scroll-prefer-subnodes): New defcustom.
7719 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7720 the first subnode until the bottom of the current node is visible.
7721
77222000-12-04 Gerd Moellmann <gerd@gnu.org>
7723
7724 * format.el (format-decode): Don't change buffer's undo list.
7725
77262000-12-04 Kenichi Handa <handa@etl.go.jp>
7727
7728 * faces.el (face-font-registry-alternatives): Add entries for CJK
7729 fonts. Doc-string adjusted for the actual usage of this data.
7730
7731 * international/fontset.el: Change the font registries for CJK
7732 fonts in the default fontset. Don't append '*' to registries.
7733
77342000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7735
7736 * emacs-lisp/easy-mmode.el (define-derived-mode)
7737 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7738
7739 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7740 (derived-mode-p): New function.
7741 (derived-mode-make-docstring): Add `docstring' argument.
7742 Use it if available and complete it if necessary.
7743
77442000-12-03 Andreas Schwab <schwab@suse.de>
7745
7746 * type-break.el (type-break): Don't make parent of itself.
7747
77482000-12-03 Miles Bader <miles@gnu.org>
7749
7750 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7751
77522000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7753
7754 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7755 (tex-main-file, tex-file): Simplify.
7756 (tex-generate-zap-file-name): Use subst-char-in-string.
7757 (tex-strip-dots): Remove.
7758
7759 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7760
7761 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7762 to check if the match succeeded.
7763
77642000-12-02 Gerd Moellmann <gerd@gnu.org>
7765
7766 * startup.el (use-fancy-splash-screens-p): New function.
7767 (command-line-1): Use it to determine whether or not to use
7768 a fancy splash screen.
7769
77702000-12-02 Andreas Schwab <schwab@suse.de>
7771
7772 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7773
77742000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7775
7776 * international/mule.el (make-char): Fix last change.
7777
7778 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7779 New defcustoms.
7780 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
7781 autoloading tex-mode; instead, do the same manually.
7782 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
7783 with numeric argument. Docstring fix.
7784 (toplevel): Require cl when compiling.
7785
7786 * international/mule.el (make-char): Doc fix.
7787
77882000-12-02 Jason Rumney <jasonr@gnu.org>
7789
7790 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7791 the Emacs Lisp manual)
7792
77932000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7794
7795 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7796
7797 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7798 the Emacs Lisp manual).
7799
78002000-12-02 Gerd Moellmann <gerd@gnu.org>
7801
7802 * simple.el (next-line-add-newlines): Change default to nil.
7803
78042000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7805
7806 * files.el (revert-buffer, recover-file):
7807 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
7808
78092000-12-01 Gerd Moellmann <gerd@gnu.org>
7810
7811 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7812
78132000-12-01 Miles Bader <miles@gnu.org>
7814
7815 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7816
78172000-12-01 Kenichi Handa <handa@etl.go.jp>
7818
7819 * international/mule-diag.el (describe-char-after): Fix typo.
7820 (describe-character-set, non-iso-charset-alist): Fix typo.
7821
78222000-12-01 Miles Bader <miles@gnu.org>
7823
7824 * image-file.el (image-file-name-regexp): Automatically add
7825 upper-case variants of each filename extension in
7826 `image-file-name-extensions', since they seem to be common.
7827
7828 * simple.el (minibuffer-contents)
7829 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7830 New functions.
7831 * filecache.el (file-cache-directory-name)
7832 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7833
78342000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
7835
7836 * filecache.el (file-cache-minibuffer-complete): Don't try to
7837 delete the minibuffer prompt.
7838
78392000-11-30 Dave Love <fx@gnu.org>
7840
7841 * cus-start.el: Fix read-buffer-function type.
7842
78432000-11-30 Gerd Moellmann <gerd@gnu.org>
7844
7845 * md5.el: Removed. There's a built-in function, now.
7846
78472000-11-30 Markus Rost <rost@math.ohio-state.edu>
7848
7849 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7850 as dummy 0-th char of rmail-deleted-vector.
7851
78522000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7853
7854 * ps-print.el (ps-end-job): Bind case-fold-search only after
7855 switching to ps-spool-buffer.
7856
78572000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7858
7859 * ps-print.el: Line number font customization. PostScript: Lines and
7860 PageCount are initialized on each page. Doc Fix.
7861 (ps-print-version): New version number (6.3.2).
7862 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7863 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7864 (ps-right-header): Customization fix.
7865 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7866 Fix code.
7867 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7868 New vars.
7869
78702000-11-30 Gerd Moellmann <gerd@gnu.org>
7871
7872 * bs.el: Fix typos and spelling errors.
7873 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7874 (bs-configuration): Doc fix.
7875
7876 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7877
78782000-11-30 Rob Riepel <riepel@Stanford.EDU>
7879
7880 * emulation/tpu-edt.el (tpu-version): New version.
7881 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7882 (tpu-original-mode-line): Variable deleted.
7883 (tpu-mark-flag): New initial value.
7884 (tpu-set-mode-line): Don't redefine mode-line-format.
7885 Add tpu-mark-flag to minor-mode-alist.
7886 (tpu-update-mode-line): New mark flag logic.
7887 (tpu-get): Use find-file-wildcards.
7888 (tpu-search-highlight): Move overlay less, reset overlay properly.
7889 (tpu-unselect): Deactivate mark.
7890 (tpu-lm-replace): Reset overlay properly.
7891 (tpu-forward-line): Use forward-visible-line.
7892 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7893
7894 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
7895
78962000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7897
7898 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7899
79002000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7901
7902 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7903 and skip whitespace and newlines.
7904
79052000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7906
7907 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7908
79092000-11-29 Gerd Moellmann <gerd@gnu.org>
7910
7911 * help.el (describe-function-1): Regexp-quote function name
7912 when used as part of a regexp.
7913
7914 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7915 Use face-attribute instead of face-foreground and face-background.
7916 (tool-bar-add-item): Likewise, and handle unspecified colors.
7917
7918 * enriched.el (enriched-face-ans): Use face-attribute instead
7919 of face-foreground and face-background.
7920
7921 * faces.el (face-foreground, face-background, face-stipple):
7922 Return nil if attribute is unspecified, for backward compatibility.
7923
7924 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7925
7926 * play/5x5.el: Remove version info.
7927
7928 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7929
7930 * frame.el (blink-cursor-mode): Doc fix.
7931
79322000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7933
7934 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7935 to create Makefile rules.
7936 (antlr-tool-command): New user option.
7937 (antlr-ask-about-save): New user option.
7938 (antlr-makefile-specification): New user option.
7939 (antlr-file-formats-alist): New variable.
7940 (antlr-special-file-formats): New variable.
7941 (antlr-unknown-file-formats): New user option.
7942 (antlr-help-unknown-file-text): New variable.
7943 (antlr-help-rules-intro): New variable.
7944 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7945 (antlr-mode-menu): Add entries.
7946 (antlr-file-dependencies): New function.
7947 (antlr-directory-dependencies): New function.
7948 (antlr-superclasses-glibs): New function.
7949 (antlr-run-tool): New command.
7950 (antlr-makefile-insert-variable): New function.
7951 (antlr-insert-makefile-rules): New function.
7952 (antlr-show-makefile-rules): New command.
7953
7954 * antlr-mode.el: More Emacs/XEmacs stuff.
7955 (antlr-no-action-keywords): New constant with value nil.
7956 (antlr-font-lock-keywords-alist): Use it. Old value would break
7957 syntax highlighting in Emacs-21.0.
7958 (antlr-default-directory): Emacs/XEmacs dependend function.
7959 (antlr-read-shell-command): Ditto.
7960 (antlr-with-displaying-help-buffer): Ditto.
7961
79622000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7963
7964 * antlr-mode.el: imenu, parsing and highlighting changes.
7965 (antlr-imenu-create-index-function): Don't create extra submenus
7966 for definitions in different grammar classes. It is not necessary
7967 for the menu and would make command `imenu' awkward to use.
7968 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7969 header actions and more than one.
7970 (antlr-font-lock-tokendef-face): Changed color.
7971 (antlr-font-lock-tokenref-face): Changed color.
7972 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7973 (antlr-mode-syntax-table): New variable.
7974 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7975 (antlr-with-syntax-table): Don't copy syntax table.
7976
79772000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7978
7979 * antlr-mode.el: Minor changes: language setting.
7980 (antlr-language-alist): The value for file option "language" can
7981 be both an identifier and a string.
7982 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7983 (antlr-language-limit-n-regexp): Change accordingly.
7984
79852000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7986
7987 * antlr-mode.el: Minor changes: tabs, hiding.
7988 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7989 (antlr-action-visibility): Also allow value nil to also hide the
7990 braces. Renamed from `antlr-tiny-action-length'.
7991 Suggested by Jay@aol.com.
7992 (antlr-hide-actions): Change accordingly. Hide line if completely
7993 hidden action is on a line of its own.
7994
79952000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7996
7997 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7998
7999 * sort.el (sort-columns): Don't concat strings with numbers.
8000
80012000-11-29 Dave Love <fx@gnu.org>
8002
8003 * cus-edit.el (face): Fix :format.
8004
8005 * mail/feedmail.el: Require smtpmail when compiling.
8006 (mail-do-fcc): Autoload.
8007 (feedmail) <defgroup>: Fix :link.
8008 (feedmail-nuke-body-in-fcc): Fix :type.
8009 (feedmail-send-it): Add autoload cookie.
8010
80112000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8012
8013 * newcomment.el (comment-indent): Save excursion around call to
8014 comment-indent-function.
8015
80162000-11-29 Miles Bader <miles@gnu.org>
8017
8018 * subr.el (member-ignore-case): Return the tail of the list who's
8019 car matches, like `member', not the matching element itself.
8020
80212000-11-29 Kenichi Handa <handa@etl.go.jp>
8022
8023 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8024 should not contain `\n'.
8025
80262000-11-28 Gerd Moellmann <gerd@gnu.org>
8027
8028 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8029
8030 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8031
8032 * dired-aux.el (dired-do-create-files): Construct default file
8033 name for dired-mark-read-file-name so that when the user enters
8034 just RET, the target file will end up in the target directory.
8035
8036 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8037 local-abbrev-table before changing buffers because it might
8038 have a buffer-local binding.
8039
80402000-11-28 Miles Bader <miles@gnu.org>
8041
8042 * simple.el (delete-horizontal-space): Handle fields more generally.
8043
80442000-11-28 Gerd Moellmann <gerd@gnu.org>
8045
8046 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8047
80482000-11-28 Dave Love <fx@gnu.org>
8049
8050 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8051 comment-start-skip locally.
8052
8053 * progmodes/fortran.el (fortran-mode): Don't set
8054 fortran-comment-line-start-skip. Set comment-start to
8055 fortran-comment-line-start.
8056 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8057 (fortran-comment-line-start-skip): Simplify slightly.
8058
80592000-11-28 Gerd Moellmann <gerd@gnu.org>
8060
8061 * play/5x5.el: Remove RCS keyword.
8062
8063 * bs.el: Mistaken commit, undone 2000-11-30.
8064
80652000-11-28 Milan Zamazal <pdm@freesoft.cz>
8066
8067 * textmodes/tildify.el (tildify-string-alist):
8068 Add `plain-tex-mode' here.
8069
80702000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8071
8072 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8073 reference.
8074
80752000-11-28 Miles Bader <miles@gnu.org>
8076
8077 * cus-face.el (custom-face-attributes): Add post-filter function
8078 for :box. Make pre-filter function for :box handle all cases.
8079
8080 * wid-edit.el (widget-choose): Make sure pop-up window is large
8081 enough to display all the choices, as there's no way to scroll it.
8082
80832000-11-28 Kenichi Handa <handa@etl.go.jp>
8084
8085 * international/mule-conf.el: Make the coding system no-conversion
8086 safe for all characters.
8087
80882000-11-27 Dave Love <fx@gnu.org>
8089
8090 * net/ldap.el (ldap) <defgroup>: Add :version.
8091
8092 * tooltip.el (tooltip-use-echo-area): Doc fix.
8093
8094 * cus-start.el <minibuffer-prompt-properties>: Add version.
8095 <read-buffer-function>: Add.
8096
8097 * apropos.el (apropos-print): Add help-echo to active text.
8098
8099 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8100
81012000-11-27 Gerd Moellmann <gerd@gnu.org>
8102
8103 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8104 type, group and version.
8105
81062000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8107
8108 * select.el (x-get-selection): Docstring fix.
8109
f1180544 81102000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
5fdac1b8
EZ
8111
8112 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8113
81142000-11-27 Andrew Innes <andrewi@gnu.org>
8115
8116 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8117
8118 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8119
81202000-11-27 Miles Bader <miles@gnu.org>
8121
8122 * dired.el (dired-get-filename): Return filename verbatim if
8123 LOCALP is `verbatim'.
8124 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8125 `verbatim' so that we don't inadvertently delete a non-existant
8126 directory name.
8127
81282000-11-27 Kenichi Handa <handa@etl.go.jp>
8129
8130 * international/characters.el: Specify cases and syntaxes for
8131 mule-unicode-0100-24ff.
8132
81332000-11-27 Gerd Moellmann <gerd@gnu.org>
8134
8135 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8136 that foreground and/or background colors of the face `tool-bar'
8137 are unspecified.
8138
81392000-11-27 Miles Bader <miles@gnu.org>
8140
8141 * wid-edit.el (widget-field-buffer, widget-field-start)
8142 (widget-field-end): Handle widget field `pseudo-overlays'.
8143 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8144 if it's there instead of in `widget-field-list'.
8145
8146 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
8147 (help-make-xrefs): Delete extraneous newlines at the end of the
8148 docstring.
8149
81502000-11-25 Jason Rumney <jasonr@gnu.org>
8151
8152 * startup.el (command-line): Call set-locale-environment after
8153 Window System init file is read, as it can result in a call to
8154 redraw-frame.
8155
81562000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8157
8158 * simple.el (shell-command): Mention the effect of the prefix
8159 argument in the doc string.
8160
81612000-11-25 Miles Bader <miles@gnu.org>
8162
8163 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8164
8165 * wid-edit.el (widget-field-value-delete): Don't try to delete
8166 overlay when it's the `pseudo-overlay' that exists at some points.
8167
81682000-11-24 Jason Rumney <jasonr@gnu.org>
8169
8170 * international/mule-cmds.el (locale-language-names): Add "jp" as
8171 a non-standard alternative for Japanese.
8172
81732000-11-24 Andre Spiegel <spiegel@gnu.org>
8174
8175 * vc-hooks.el: Require 'cl during compilation.
8176
81772000-11-24 Gerd Moellmann <gerd@gnu.org>
8178
8179 * faces.el (face-set-after-frame-default): Let face attributes
8180 specified for new frames override frame parameters.
8181
8182 * startup.el (command-line): Fix computation of the source file
8183 for user-init-file when user-init-file is a compiled file.
8184
81852000-11-24 Miles Bader <miles@gnu.org>
8186
8187 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
8188 (custom-post-filter-face-spec): New functions.
8189 (custom-face-set, custom-face-value-create): Filter the face spec
8190 before and after customization.
8191 (custom-face-set): If VALUE specifies a null face, pass a
8192 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8193 * cus-face.el (custom-face-attributes): Remove SET and GET
8194 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8195 cases they're needed.
8196
8197 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
8198 that it's distinguishable from the :off-glyph on dark-background
8199 displays. Set its background color too.
8200
8201 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8202 so that people can easily turn it off.
8203
82042000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
8205
8206 * ediff-diff.el: Moved variables around to have it compile under NT.
8207
8208 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
8209
8210 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
8211
8212 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
8213 redundant skip-small-frames test.
8214
8215 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
8216 (viper-downgrade-to-insert): Protect against errors in hooks.
8217
8218 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8219 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
8220 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8221 New functions.
8222
8223 * viper-util.el (viper-memq-char): Bug fixes.
8224
8225 * viper.el (viper-mode): Fix cursor handling.
8226
82272000-11-24 Kenichi Handa <handa@etl.go.jp>
8228
8229 * international/mule-diag.el (list-iso-charset-chars):
8230 For two-byte charset, fix the `while' condition.
8231 (list-non-iso-charset-chars): Fix the `while' condition.
8232
82332000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8234
8235 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8236 if the variable is make-variable-buffer-local.
8237
8238 * progmodes/ada-stmt.el (ada-template-map):
8239 Initialize and bind it to C-c t in ada-mode-map.
8240 (ada-stmt-mode-hook): New function extracted from old code.
8241 Only change the buffer-local side of skeleton-*.
8242 (ada-mode-hook): Use it.
8243
82442000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8245
8246 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8247 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8248 we expect to be returned by minibuffer-depth once we prompt the
8249 user in the minibuffer.
8250 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8251 as recorded in iswitchb-minibuf-depth, return non-nil.
8252
f1180544 82532000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5fdac1b8
EZ
8254
8255 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8256 (hscroll-window-maybe): Docstring fix.
8257
82582000-11-23 Dave Love <fx@gnu.org>
8259
8260 * rect.el (string-rectangle): Don't test delete-selection-mode.
8261
82622000-11-23 Gerd Moellmann <gerd@gnu.org>
8263
8264 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8265 is in the tool bar.
8266
8267 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8268 with `no-dir'; we want the directory part to be able to remove it.
8269
82702000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8271
8272 * textmodes/outline.el (outline-flag-region):
8273 Don't bind inhibit-read-only since we don't modify the buffer.
8274 (outline-isearch-open-invisible): Don't jump to overlay-start
8275 since we're trying to unhide text around point.
8276 (outline-discard-overlays): Use dolist.
8277
8278 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8279
82802000-11-22 Gerd Moellmann <gerd@gnu.org>
8281
8282 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
8283
82842000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8285
8286 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8287 Fix ARG regexp to skip quoted braces.
8288 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8289 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8290 are (correctly) handled separately).
8291 Remove `caption' and `footnote' from `citations': they contain text.
8292 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8293 (latex-skeleton-end-hook): New function.
8294 (latex-mode): Use it.
8295 (tex-start-tex-marker): Remove.
8296 (tex-send-tex-command): Don't set tex-start-tex-marker.
8297 (tex-error-parse-syntax-table): New var.
8298 (tex-compilation-parse-errors): Use it.
8299 Ignore tex-start-tex-marker. Don't bother with marker-position.
8300 (tex-validate-buffer): Don't bother with marker-position.
8301
8302 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
8303 (flyspell-generic-progmode-verify): Use it.
8304
83052000-11-22 Sam Steingold <sds@gnu.org>
8306
8307 * simple.el (delete-trailing-whitespace): New interactive function.
8308
8309 * progmodes/ada-mode.el (ada-mode): Use it instead of
8310 `ada-remove-trailing-spaces'.
8311 (ada-remove-trailing-spaces): Removed.
8312
8313 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
8314
8315 * textmodes/picture.el (picture-clean): Removed.
8316 (picture-mode-exit): Call it instead of `picture-clean'.
8317
83182000-11-22 Gerd Moellmann <gerd@gnu.org>
8319
8320 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8321
8322 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8323 jit-lock-fontify-buffer; it should anyway be unneccessary to
8324 do anything special when jit-lock is active.
8325 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8326
83272000-11-22 Dave Love <fx@gnu.org>
8328
8329 * calendar/todo-mode.el (todo-top-priorities): Use
8330 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8331
8332 * language/chinese.el, language/cyrillic.el:
8333 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8334 * language/hebrew.el, language/indian.el, language/japanese.el:
8335 * language/korean.el, language/lao.el, language/misc-lang.el:
8336 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8337 Use provide.
8338
8339 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8340 (custom-variable-set): Improve validation error mesage.
8341
8342 * rect.el (string-rectangle): Revert last change.
8343 (string-rectangle-line): New arg DELETE.
8344 (string-rectangle): Check delete-selection-mode.
8345
8346 * emacs-lisp/edebug.el (edebug-version)
8347 (edebug-maintainer-address): Deleted.
8348 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8349 (edebug-read-function): Account for other `'#' read forms.
8350 (edebug-mode-menus): Make some items toggles.
8351 (edebug-outside-unread-command-event, unread-command-event):
8352 Remove these to avoid warnings.
8353
83542000-11-22 David Ponce <david@dponce.com>
8355
8356 * recentf.el (recentf-menu-items-for-commands)
8357 (recentf-make-menu-items, recentf-make-menu-item)
8358 (recentf-filter-changer): Added :help and :active menu-item properties.
8359
8360 (recentf-build-dir-rules, recentf-dump-variable)
8361 (recentf-edit-list, recentf-open-files-item)
8362 (recentf-open-files): Replaced unnecessary `mapcar' with new
8363 built-in `mapc'.
8364
83652000-11-23 Miles Bader <miles@gnu.org>
8366
8367 * faces.el (menu): Make inverse-video on ttys too.
8368
83692000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8370
8371 * simple.el (comment-line-break-function): Use the new name
8372 indent-new-comment-line -> comment-indent-new-line.
8373 (clone-indirect-buffer): Don't ignore NORECORD.
8374 (next-completion): Properly handle the case where items are adjacent.
8375
8376 * mouse.el (popup-menu): Stupid typo.
8377
83782000-11-22 Gerd Moellmann <gerd@gnu.org>
8379
8380 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8381 maintainer, keywords tags.
8382
8383 * rect.el (replace-rectangle): Don't call string-rectangle-line
8384 with too many arguments.
8385
83862000-11-22 Andre Spiegel <spiegel@gnu.org>
8387
8388 * ediff-util.el (ediff-file-checked-out-p)
8389 (ediff-file-checked-in-p): Call vc-state instead of
8390 vc-locking-user, which no longer exists.
8391
8392 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8393
83942000-11-22 Dave Love <fx@gnu.org>
8395
8396 * md5.el (md5): Provide.
8397 (md5): Fix error call.
8398
83992000-11-22 Miles Bader <miles@gnu.org>
8400
8401 * textmodes/refill.el (refill-adjust-ignorable-overlay)
8402 (refill-fill-paragraph-at): Remove debugging code.
8403
8404 * calendar/calendar.el (generate-calendar-window): When we don't
8405 call `fit-window-to-buffer', make sure the top line is fully visible.
8406
8407 * image-file.el (insert-image-file): Don't make `read-only'
8408 property rear-nonsticky.
8409
8410 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8411 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8412 stashing away its original value.
8413 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8414 in the recursive edit.
8415 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8416 (isearch-done): Restore `minibuffer-message-timeout'.
8417
8418 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8419
84202000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8421
8422 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8423
8424 * find-lisp.el (find-lisp-find-files-internal):
8425 Use dolist, when and file-name-as-directory.
8426
8427 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
8428 (define-derived-mode, define-minor-mode): Add specs.
8429
8430 * window.el: General comment and spacing fixes.
8431 (save-selected-window): Use backquotes.
8432 (window-safely-shrinkable-p): New function.
8433 (shrink-window-if-larger-than-buffer): Use it.
8434
8435 * subr.el (make-local-hook): Docstring fix.
8436
8437 * shell.el (shell-mode): Use define-derived-mode.
8438
8439 * newcomment.el (comment-indent): Insert comment before calling
8440 comment-indent-function. Don't insert in column 0.
8441 (comment-dwim): Indent before inserting comment.
8442
8443 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8444 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8445 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8446 Use mapc rather than map.
8447
8448 * files.el (find-buffer-visiting): Compare all attributes before
8449 declaring two files identical (rather than just their inode-no).
8450 (auto-mode-alist): Use \' rather than $.
8451
8452 * which-func.el: Update maintainer line.
8453
8454 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8455 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8456 (uniquify-buffer-file-name): Use it.
8457
84582000-11-22 Miles Bader <miles@gnu.org>
8459
8460 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8461 * simple.el (minibuffer-avoid-prompt): New function.
8462
84632000-11-21 Gerd Moellmann <gerd@gnu.org>
8464
8465 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8466
84672000-11-21 Miles Bader <miles@gnu.org>
8468
8469 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8470 inclusion of `track-mouse'.
8471
8472 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8473 (refill-adjust-ignorable-overlay): New function.
8474 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8475 only the paragraph's tail if possible.
8476 Update `refill-ignorable-overlay'.
8477 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8478
8479 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8480 point inside the fill-prefix.
8481
8482 * textmodes/refill.el (refill-post-command-function): Don't reset
8483 refill-doit in the case where a self-insertion command doesn't
8484 case a refill. Use `refill-fill-paragraph-at', getting position
8485 from `refill-doit'.
8486 (refill-after-change-function): Set `refill-doit' to END.
8487 (refill-fill-paragraph-at): New function, mostly from old
8488 refill-fill-paragraph.
8489 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8490 (refill-pre-command-function): New function.
8491 (refill-mode): Add it to `pre-command-hook'.
8492
84932000-11-20 Gerd Moellmann <gerd@gnu.org>
8494
8495 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8496
8497 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8498 javadoc tags.
8499
85002000-11-20 Andre Spiegel <spiegel@gnu.org>
8501
8502 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8503 vc.el).
8504
8505 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
8506 require vc.
8507
8508 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
8509 checkouts.
8510
85112000-11-20 Dave Love <fx@gnu.org>
8512
8513 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8514
f1180544 85152000-11-20 Eli Barzilay <eli@www.barzilay.org>
5fdac1b8
EZ
8516
8517 * calculator.el (calculator-paste): Use `if' instead of `and'
8518 and `or'.
8519 (calculator-help): Don't use electric-describe-mode for XEmacs.
8520
85212000-11-19 Gerd Moellmann <gerd@gnu.org>
8522
8523 * info.el (info-menu-5): Doc fix.
8524
8525 * textmodes/artist.el: New file.
8526
85272000-11-19 Andre Spiegel <spiegel@gnu.org>
8528
8529 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
8530 and differentiate according to checkout model.
8531 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8532 since this function is only concerned with master state.
8533
8534 * vc-hooks.el (vc-workfile-unchanged-p)
8535 (vc-default-workfile-unchanged-p): Moved here from vc.el.
8536
8537 * vc.el (vc-workfile-unchanged-p)
8538 (vc-default-workfile-unchanged-p): See above.
8539
85402000-11-19 Miles Bader <miles@gnu.org>
8541
8542 * image-file.el (insert-image-file): Make `intangible' and
8543 `read-only' properties rear-nonsticky too.
8544
85452000-11-18 Gerd Moellmann <gerd@gnu.org>
8546
8547 * ps-print.el: Update copyright notice.
8548
8549 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8550 (tooltip-show): Use the offsets.
8551
8552 * bindings.el (mode-line-modified): Fix a typo.
8553 (mode-line-toggle-modified, mode-line-widen)
8554 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8555
f1180544 85562000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5fdac1b8
EZ
8557
8558 * ps-print.el (toplevel): Test for find-coding-system being
8559 fboundp before calling ps-x-find-coding-system.
8560
85612000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8562
8563 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8564 (vc-version-backup-file): Docstring fix.
8565
85662000-11-16 Gerd Moellmann <gerd@gnu.org>
8567
8568 * files.el (basic-save-buffer): Don't add a newline if
8569 find-file-literally is non-nil.
8570 (find-file-literally): Extend doc string.
8571
8572 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8573 sort(1) with the `-f' argument.
8574
85752000-11-16 Andre Spiegel <spiegel@gnu.org>
8576
8577 * vc.el: Updated backend documentation.
8578 (vc-default-check-headers): New function.
8579
8580 * vc-{cvs,rcs,sccs}.el: Functions reordered.
8581
8582 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8583 up-to-date.
8584 (vc-do-command): In the asynchronous case, output messages only if
8585 the minibuffer is not active.
8586
8587 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8588 `vc-cvs-use-edit' is on.
8589 (vc-cvs-checkout): When this is used for reverting the workfile,
8590 make a backup of the original contents and revert to that in case
8591 of error.
8592 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
8593 remote repositories.
8594
8595 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8596 for both version and ratio in the minibuffer.
8597
8598 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8599 Use vc-do-command to perform the annotation, not call-process.
8600
86012000-11-16 Kenichi Handa <handa@etl.go.jp>
8602
8603 * international/quail.el (quail-start-translation): Don't call
8604 `message' before reading key sequence.
8605
86062000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8607
8608 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8609
86102000-11-16 Kenichi Handa <handa@etl.go.jp>
8611
8612 * window.el (fit-window-to-buffer): Be sure to acquire at least
8613 one text line even if the buffer is empty.
8614
86152000-11-16 Gerd Moellmann <gerd@gnu.org>
8616
8617 * net/ange-ftp.el (ange-ftp-file-writable-p)
8618 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8619 Bind ange-ftp-process-verbose to nil.
8620
86212000-11-15 Dave Love <fx@gnu.org>
8622
8623 * wid-edit.el (widget-specify-field, widget-specify-button):
8624 If :help-echo is a function, set help-echo of overlay to
8625 widget-mouse-help.
8626 (widget-mouse-help): New function.
8627 (widget-echo-help): Rewritten for :help-echo functions only taking
8628 a widget arg.
8629
8630 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8631 Use display-graphic-p.
8632 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8633 and that JPEG is available.
8634 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8635
8636 * international/mule-cmds.el (locale-charset-language-names):
8637 Match @euro.
8638
86392000-11-15 Gerd Moellmann <gerd@gnu.org>
8640
8641 * faces.el (face-set-after-frame-default):
8642 If `inhibit-default-face-x-resources' is bound, don't intialize the
8643 default face from X resources.
8644
86452000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8646
8647 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8648 Don't set EMACSLOADPATH.
8649
86502000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8651
8652 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8653 texinfo-insert-@url.
8654 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8655 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8656
86572000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8658
8659 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8660 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8661 (checkdoc-minor-keymap): Backward compatibility.
8662 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8663 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8664 (checkdoc-this-string-valid-engine): Be a bit more strict
8665 to avoid matching substrings of `...' quoted vars/funs.
8666 (checkdoc-defun-info): Only look for `interactive' if alone.
8667 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8668
8669 * progmodes/compile.el (grep): `tag-default' can be nil.
8670
8671 * newcomment.el (comment-indent): Paren typo.
8672
86732000-11-14 Dave Love <fx@gnu.org>
8674
8675 * calculator.el: New maintainer version.
8676
8677 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
8678
8679 * cmuscheme.el: Doc fixes.
8680 (cmuscheme) <defgroup>: Use `scheme' as parent.
8681 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8682
8683 * xscheme.el (scheme-program-name): Don't define here.
8684
8685 * progmodes/scheme.el (scheme-program-name): New variable
8686 (originally in cmuscheme).
8687
86882000-11-14 Miles Bader <miles@gnu.org>
8689
8690 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8691 Handle header-lines. Don't loop forever if we can't enlarge the
8692 window anymore. Simplify a bit.
8693
86942000-11-14 Kenichi Handa <handa@etl.go.jp>
8695
8696 * window.el (fit-window-to-buffer): Don't check
8697 window-text-height. Assure that the last line is fully visible.
8698
8699 * international/quail.el (quail-show-guidance-buf):
8700 Call fit-window-to-buffer to assure the enough height of the guidance
8701 buffer.
8702 (quail-update-guidance): Avoid making the guidance buffer shorter.
8703
87042000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8705
8706 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8707 rather than `prepend' and add an interesting comment.
8708 (tex-math-face, tex-font-lock-syntactic-face-function):
8709 New face and function to use it.
8710 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8711 than `menu-enable' symbol property.
8712 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8713 (tex-mode): Add some latex-mode commands for auto-selection.
8714 Use tex-font-lock-syntactic-face-function.
8715 (tex-insert-quote): Simplify.
8716 (tex-shell): New mode.
8717 (tex-start-shell): Use it.
8718 (tex-shell-proc, tex-shell-buf): New functions.
8719 (tex-send-command): Use it.
8720 (tex-main-file): Fix the meaning of the new arg REALFILE.
8721 (tex-send-tex-command): New function split from `tex-start-tex'.
8722 Set compilation-last-buffer and compilation-parsing-end.
8723
8724 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8725 when it follows non-comment text on the line.
8726
8727 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8728 Set font-lock-defaults.
8729 (lisp-mode-shared-map): Init inside the defvar.
8730 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8731 Use define-derived-mode.
8732
87332000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8734
8735 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8736
87372000-11-14 Gerd Moellmann <gerd@gnu.org>
8738
8739 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8740 Don't recursively optimize body because that can lead to infinite
8741 recursion; see comment there.
8742
87432000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8744
8745 * faces.el (face-spec-set-match-display): Revert the change from
8746 2000-10-24. Add a FIXME for after v21.1.
8747
87482000-11-13 Miles Bader <miles@gnu.org>
8749
8750 * textmodes/fill.el (skip-line-prefix): New function.
8751 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8752 (fill-paragraph): Don't leave point inside the fill-prefix.
8753 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8754 point inside the fill-prefix.
8755
87562000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8757
8758 * calendar/calendar.el (generate-calendar-window):
8759 Use `fit-window-to-buffer'.
8760
87612000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8762
8763 * gud.el (gud-minor-mode): New var.
8764 (gud-symbol, gud-val): New functions.
8765 (gud-find-file): Copy gud-minor-mode to the new buffer.
8766 (gud-menu-map): Include entries for commands that are not always
8767 available, using :enable to (de)activate them.
8768 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8769 (gud-mode-map): New map.
8770 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
8771 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8772 Don't set up gud's menu (it's done by the minor-mode).
8773 (gud-minibuffer-local-map): New.
8774 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8775 (gud-query-cmdline): New function.
8776 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8777 (gud-mode): Use define-derived-mode.
8778 Don't set up gud's menu (it's done by the minor-mode).
8779 (gud-chop-words): Remove.
8780 (gud-common-init): Use split-string instead.
8781 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8782
8783 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8784 Add keyword arg :name.
8785
8786 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8787 (diff-count-matches, diff-split-hunk): New functions.
8788 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8789
8790 * pcvs-info.el (cvs-fi-conflict-face): New var.
8791
8792 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8793 Make it into a simple syntax-table, shared among all submodes.
8794 (sh-heredoc-face): Re-introduce.
8795 (sh-font-lock-syntactic-face-function): New function.
8796 (sh-mode): Use it. Also use define-derived-mode.
8797 Remove old bogus setting of indent-region-function.
8798 (sh-set-shell): Don't set the syntax-table any more.
8799 (sh-mode-syntax-table) <defun>: Remove.
8800
88012000-11-12 Miles Bader <miles@gnu.org>
8802
8803 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8804 message if interactive.
8805
88062000-11-12 Dave Love <fx@gnu.org>
8807
8808 * mail/feedmail.el: Fix header,
8809 (feedmail) <defgroup>: Add :link.
8810
8811 * view.el: Use local-map property, not keymap on mode-line string.
8812
8813 * scroll-all.el (scroll-all-mode): Customize variable.
8814 Add autoload cookie to function.
8815
8816 * lazy-lock.el: Remove compatibility code.
8817
8818 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8819 (finder-help-echo): New variable.
8820 (finder-mouse-face-on-line): Add help-echo stuff.
8821 (finder-list-keywords, finder-list-matches): Use mapc.
8822
8823 * faces.el (face-font-registry-alternatives): Add :version.
8824
8825 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8826 tags-table-list.
8827
8828 * net/browse-url.el (browse-url-browser-function): Update :version.
8829
8830 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
8831 (mail-mode): Use [:alnum:] in some regexps.
8832
88332000-11-10 Dave Love <fx@gnu.org>
8834
8835 * ediff.el (ediff-regions-internal, ediff-documentation):
8836 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8837 fundamental mode.
8838
8839 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8840 buffer into fundamental mode.
8841 (ediff-set-difference): Use copy-sequence if available.
8842
8843 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8844 Check ediff-patch-map non-nil.
8845 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8846 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8847 buffer into fundamental mode.
8848
8849 * ediff-merg.el (state-or-merge): Defvar when compiling.
8850
88512000-11-10 Jason Rumney <jasonr@gnu.org>
8852
8853 * w32-fns.el (w32-add-charset-info): New function.
8854 (w32-charset-info-alist): Use it.
8855
88562000-11-10 Gerd Moellmann <gerd@gnu.org>
8857
8858 * faces.el (face-font-registry-alternatives): New user-option.
8859
88602000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8861
8862 * textmodes/texinfo.el (texinfo-block-default): New var.
8863 (texinfo-insert-block): Use it. Insert a newline if needed.
8864
8865 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8866 (fill-region-as-paragraph): Use it.
8867
8868 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8869 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8870 Tweak paragraph regexps to allow a leading [ \t]*.
8871 (tex-latex-block): Insert a newline if necessary.
8872 (latex-insert-item): Only insert a newline if necessary.
8873 (tex-guess-main-file): New function.
8874 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8875 Set tex-main-file if TeX-master is provided.
8876 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8877
88782000-11-10 Gerd Moellmann <gerd@gnu.org>
8879
8880 * startup.el (command-line): Set the default tooltip-mode
8881 to t for graphical displays which implement x-show-tip.
8882
8883 * tooltip.el (tooltip-mode): Add a comment about startup.el
8884 setting the default value of this user-option.
8885
88862000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8887
8888 * font-lock.el (font-lock-*-face) <defvar>: Move.
8889 (font-lock-defaults-alist): Mark obsolete.
8890 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8891 (font-lock-mode): Use define-minor-mode.
8892 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8893 (font-lock-turn-off-thing-lock): Be more explicit.
8894 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8895 (font-lock-syntactic-face-function): New var.
8896 (font-lock-fontify-syntactically-region): Use it.
8897 (font-lock-doc-face): New.
8898
8899 * pcvs.el (cvs-enabledp): Ignore errors.
8900 (cvs-commit-filelist): Never query.
8901 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8902 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8903 (cvs-do-removal): Use cvs-partition rather than delete-if.
8904 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8905 cvs-bury-buffer.
8906
8907 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8908 Allow `next' to jump to after the end of the last match.
8909
89102000-11-09 Gerd Moellmann <gerd@gnu.org>
8911
8912 * simple.el (byte-compiling-files-p): New function.
8913
8914 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8915 if it is there.
8916
8917 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8918 nil again.
8919
8920 * textmodes/ispell.el (ispell-library-path): Don't call
8921 check-ispell-version when byte-compiling because that starts
8922 an ispell process, and ispell might not be installed.
8923 (toplevel): Don't set up a menu when byte-compiling.
8924
8925 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8926 it, so that a boundp test can be used to determine if we're
8927 currently byte-compiling.
8928
89292000-11-09 Dave Love <fx@gnu.org>
8930
8931 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
8932
89332000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8934
8935 * ps-print.el: Patch for variable initialization when spooling.
8936 Doc fix.
8937 (ps-output-list): Fun eliminated.
8938 (ps-begin-file, ps-begin-job): Code fix.
8939
89402000-11-08 Dave Love <fx@gnu.org>
8941
8942 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
8943
89442000-11-08 Gerd Moellmann <gerd@gnu.org>
8945
8946 * simple.el (shell-command, display-message-or-buffer)
8947 (shell-command-on-region): Mention resize-mini-windows in the doc
8948 string.
8949 (display-message-or-buffer): Take the value of resize-mini-windows
8950 into account.
8951
89522000-11-07 Gerd Moellmann <gerd@gnu.org>
8953
8954 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8955
8956 * dired.el (dired-between-files): Add `^. find' as an alternative
8957 to the regular expression, for find-dired.
8958
89592000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8960
8961 * textmodes/texnfo-upd.el: Require texinfo.
8962 (defmacro, defgroup): Remove.
8963 (texinfo-section-to-generic-alist): Remove.
8964 Use texinfo-section-list instead (i.e. level is changed string->int).
8965 (texinfo-filter): New function.
8966 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8967 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8968 Use it. And use regexp-opt.
8969 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8970 (texinfo-update-menu-region-beginning)
8971 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8972 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8973 (texinfo-update-menu-same-level-regexps): Update.
8974 (texinfo-update-node, texinfo-every-node-update)
8975 (texinfo-sequential-node-update): Remove autoload cookie.
8976
8977 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8978 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8979 (texinfo-chapter-level-regexp): Remove.
8980 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8981
89822000-11-06 Dave Love <fx@gnu.org>
8983
8984 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
8985
8986 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8987 Match defun*.
8988
89892000-11-06 Kenichi Handa <handa@etl.go.jp>
8990
8991 * composite.el (composition-function-table): Variable declaration
8992 moved to src/composite.c.
8993 (compose-chars-after): New optional arg object.
8994
89952000-11-06 Gerd Moellmann <gerd@gnu.org>
8996
8997 * bindings.el (mode-line-toggle-read-only)
8998 (mode-line-toggle-modified, mode-line-widen)
8999 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9000 (make-mode-line-mouse2-map): Rewritten.
9001 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9002 functions so that C-h k can show something with a doc string.
9003
9004 * startup.el (fancy-splash-delay): Set to 10 seconds.
9005 (fancy-splash-max-time): New user-option.
9006 (fancy-splash-stop-time): New variable.
9007 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9008 (fancy-splash-screens-1): Throw `stop-splashing' when current
9009 time is greater than fancy-splash-stop-time.
9010
90112000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9012
9013 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9014
9015 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9016 Prompt user for a file rather than raising an error.
9017 (cvs-enabledp): Fix call to cvs-mode-marked.
9018 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9019 (cvs-mode-insert): Use it. Change the init prompt' value.
9020 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9021
9022 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9023 Don't pass default arg to ewoc-locate.
9024 (ewoc-collect): Return result in the right order.
9025
9026 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9027
9028 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9029 (cvs-status-get-tags): Fix regexp.
9030 (cvs-status-trees, cvs-status-cvstrees):
9031 Combine after change hooks and don't sit-for.
9032 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9033 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
9034 Use make-char rather than hard-coded cryptic data.
9035 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9036
9037 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9038
9039 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9040 (cvs-insert-strings): New function.
9041
90422000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9043
9044 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9045 `mwheel-scroll-amount'.
9046 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9047 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9048 string-matching against the version string.
9049
90502000-11-06 Kenichi Handa <handa@etl.go.jp>
9051
9052 * language/thai.el ("Thai"): Set a lisp form that produces
9053 composed string in `sample-text' language info.
9054
9055 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9056 composed string in `sample-text' language info.
9057
9058 * international/mule-cmds.el (describe-language-environment):
9059 Eval `sample-text' data and insert the result.
9060
9061 * international/mule-conf.el (compound-text): Define this coding
9062 system here. Make x-ctext and ctext aliases of it.
9063
9064 * language/european.el (compound-text, ctext): Moved to
9065 international/mule-conf.el.
9066
90672000-11-05 Andrew Innes <andrewi@gnu.org>
9068
9069 * w32-fns.el (w32-version): New function.
9070
90712000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9072
9073 * progmodes/awk-mode.el: Update copyright.
9074 (awk-mode-abbrev-table): Remove.
9075 (awk-font-lock-keywords): Use regexp-opt.
9076 (awk-mode): Use define-derived-mode.
9077
9078 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9079 when extracting a suffix.
9080
90812000-11-04 Andre Spiegel <spiegel@gnu.org>
9082
9083 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9084 auto-save-mode.
9085
90862000-11-04 Jason Rumney <jasonr@gnu.org>
9087
9088 * language/european.el (decode-mac-roman): Test against r1 not r0.
9089
90902000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9091
9092 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9093 (icon-mode): Define indent-line-function.
9094 (icon-comment-indent): Simplify.
9095 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9096
9097 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9098
9099 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9100 Bind change-log-default-mode to defeat the caching done on it.
9101 Don't bother saving excursion any more.
9102
9103 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9104
9105 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9106 (set-frame-font): Use the new name (and the old for compatibility).
9107
9108 * toolbar/tool-bar.el (tool-bar-mode):
9109 * time.el (display-time-mode):
9110 * recentf.el (recentf-mode):
9111 * paren.el (show-paren-mode):
9112 * mwheel.el (mouse-wheel-mode):
9113 * msb.el (msb-mode):
9114 * jka-compr.el (auto-compression-mode):
9115 * image-file.el (auto-image-file-mode):
9116 * hl-line.el (hl-line-mode):
9117 * delsel.el (delete-selection-mode):
9118 * autoinsert.el (auto-insert-mode):
9119 * complete.el (partial-completion-mode): Drop unneeded positional args.
9120
9121 * info.el (Info-mode):
9122 * comint.el (comint-mode): Don't bother with make-local-hook.
9123
9124 * log-edit.el (log-edit-menu): New menu.
9125
91262000-11-03 Miles Bader <miles@gnu.org>
9127
9128 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9129 definition, so that trailing spaces are handled properly.
9130 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9131
91322000-11-03 Gerd Moellmann <gerd@gnu.org>
9133
9134 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9135 tab character.
9136 (fancy-splash-screens): Set tab-width to 20.
9137
91382000-11-03 Dave Love <fx@gnu.org>
9139
9140 * comint.el (comint-completion-addsuffix): Fix custom type.
9141
91422000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9143
9144 * font-lock.el (font-lock-buffers): Remove.
9145 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9146 (font-lock-change-major-mode): Remove.
9147 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9148 (font-lock-default-fontify-region): Extend the multiline
9149 fontification to whole lines.
9150 (font-lock-fontify-anchored-keywords)
9151 (font-lock-fontify-keywords-region): If matching just one
9152 line (with \n) only mark the \n as multiline.
9153
9154 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9155 Correctly handle the case where several :group args are supplied.
9156 Allow :extra-args.
9157 (easy-mmode-define-global-mode): Allow :extra-args.
9158 Correctly handle the case where several :group args are supplied.
9159
91602000-11-02 Miles Bader <miles@gnu.org>
9161
9162 * calendar/calendar.el (diary-face, calendar-today-face)
9163 (holiday-face): Remove dependency on `window-system'.
9164
91652000-11-02 Ken Raeburn <raeburn@gnu.org>
9166
9167 * Makefile.in (emacs): Set EMACSLOADPATH always.
9168 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9169 (compile-files): Bomb out if compilation of a file fails.
9170
91712000-11-02 Dave Love <fx@gnu.org>
9172
9173 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9174
91752000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9176
9177 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9178 punctuation in the warning inserted into the *mail* buffer.
9179
91802000-11-02 Gerd Moellmann <gerd@gnu.org>
9181
9182 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9183 (authors-public-domain-p): New function.
9184 (authors-print): Use it.
9185
9186 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9187
9188 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9189
91902000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9191
9192 * ps-print.el: Extension for even/odd printing. Doc fix.
9193 (ps-print-version): New version number (6.3.1).
9194 (ps-even-or-odd-pages): Customization fix.
9195 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9196 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9197 (ps-page-count): Var replaced by `ps-page-column'.
9198 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9199 (ps-print-sheet-p): New fun.
9200
92012000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9202
9203 * tooltip.el (tooltip-gud-tips-setup): New function.
9204 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9205 (tooltip-mode): Call tooltip-gud-tips-setup.
9206 (tooltip-gud-tips): Use `gud-basic-call' instead of
9207 process-send-string, so the prompt gets frobbed appropriately.
9208 Handle nil return value from `tooltip-gud-print-command'.
9209
92102000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9211
9212 * comint.el (comint-add-to-input-history): New function.
9213 (comint-send-input): Use `comint-add-to-input-history'.
9214
92152000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9216
9217 * info.el (info-menu-header): New face.
9218 (Info-fontify-menu-headers): New function.
9219 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9220
9221 * info.el (Info-insert-dir): Don't include blank lines at
9222 beginning of additional dir files (one is added automatically).
9223
92242000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9225
9226 * emacs-lisp/easy-mmode.el (define-minor-mode):
9227 Revert the latest changes.
9228 Allow the three positional arguments to be skipped and replaced
9229 by keyword arguments.
9230 Add a :toggle argument to determine whether a nil arg means toggle
9231 or means turn-on. The default is unchanged.
9232 Add a call to force-mode-line-update.
9233
92342000-11-01 Dave Love <fx@gnu.org>
9235
9236 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
9237
92382000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9239
9240 * calendar/calendar.el (diary-face, holiday-face):
9241 Add dark-background variants.
9242
92432000-10-31 Sam Steingold <sds@gnu.org>
9244
9245 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9246 `tex-main-file' does not have directory in it.
9247
92482000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9249
9250 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9251
92522000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9253
9254 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9255 functional change.
9256
92572000-10-31 Gerd Moellmann <gerd@gnu.org>
9258
9259 * files.el (find-file-noselect): When we expand a wildcard, return
9260 a list of buffers, as we should do according to the doc string.
9261
92622000-10-31 Ken Raeburn <raeburn@gnu.org>
9263
9264 * loadup.el (top level): Adjust load path if program name is
9265 "../src/bootstrap-emacs", in case it's not dumped and thus the
9266 load path adjustment hasn't already been done.
9267
92682000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9269
9270 * ps-print.el: Fix bug on selected pages for printing.
9271 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
9272 is on. Try to avoid warning messages when compiling. Doc Fix.
9273 (ps-print-version): New version number (6.3).
9274 (ps-color-device): Use `color-values' to determine if device
9275 supports color.
9276 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9277 (ps-print-page-p): Changed from defsubst to defun.
9278 (ps-page-number): Changed from defmacro to defun.
9279 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9280 printing.
9281 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
9282 (ps-end-file, ps-dummy-page): Funs eliminated.
9283 (ps-print-color-scale): Changed default value.
9284 (ps-page-n-up, ps-print-page-p): New internal vars.
9285 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9286 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9287
9288 * delim-col.el: Little programming improvement.
9289 (delimit-columns-str): New macro.
9290 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9291
92922000-10-31 Kenichi Handa <handa@etl.go.jp>
9293
9294 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9295 Moved to european.el.
9296 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9297 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9298 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9299 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
9300
93012000-10-30 Dave Love <fx@gnu.org>
9302
9303 * progmodes/cc-menus.el (imenu-generic-expression)
9304 (imenu-progress-message): Only defvar when compiling.
9305
9306 * emacs-lisp/elp.el (elp-unload-hook): New function.
9307
9308 * loadhist.el (unload-feature): Call elp-restore-function,
9309 checking for symbols; don't use elp-restore-all.
9310 (loadhist-hook-functions): Doc fix.
9311
93122000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9313
9314 * log-edit.el (log-edit-confirm): Fix the default.
9315
93162000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9317
9318 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9319 delimit-columns-format.
9320 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9321
93222000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9323
9324 * comint.el (comint-replace-by-expanded-history): Don't use
9325 comint-get-old-input (we're not looking at *old* input).
9326 (comint-get-old-input-default): If using fields, signal an error
9327 when the point is not in an input field.
9328
93292000-10-30 Kenichi Handa <handa@etl.go.jp>
9330
9331 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9332 and mule-unicode-e000-ffff.
9333
9334 * international/mule.el (decode-char, encode-char): New functions.
9335 (make-coding-system): Accept a symbol of translation table as a
9336 value of property `safe-chars'.
9337
9338 * international/mule-cmds.el (encode-coding-char): Check property
9339 safe-chars instead of safe-charsets.
9340
9341 * international/fontset.el (fontset-default): Modified for
9342 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9343 (x-font-name-charset-alist): Likewise.
9344 (ccl-encode-unicode-font): New CCL program. Record it in
9345 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9346
9347 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9348 New translation tables.
9349 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9350 programs are modified and moved from mac-win.el.
9351 (mac-roman): Definition of this coding system is modified and
9352 moved from mac-win.el.
9353
93542000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9355
9356 * ediff-wind.el (ediff-setup-control-frame): Enclose
9357 face-attribute in condition-case to avoid errors in older emacsen.
9358
93592000-10-29 Miles Bader <miles@gnu.org>
9360
9361 * custom.el (custom-add-to-group): Allow multiple entries for a
9362 given value OPTION, as long as their widget types are different.
9363 * cus-edit.el (custom-face-value-create): If face name doesn't end
9364 with "face", add such here (similar to custom group widgets).
9365
9366 * comint.el (comint-highlight-prompt): Add :type.
9367
93682000-10-28 John Wiegley <johnw@gnu.org>
9369
9370 * calendar/timeclock.el (timeclock-log): Doc fix.
9371 (timeclock-last-event): Doc fix.
9372 (timeclock-log): Kill the timelog buffer after appending a new event.
9373 (timeclock-find-discrep): Use a temp buffer to read in the
9374 timelog, instead of visiting the file.
9375 (timeclock-log-data): A new function, along with a host of helper
9376 functions, for the purpose of making timelog data accessible to
9377 programmers.
9378
9379 * eshell/esh-mode.el (window-height test): Make certain that
9380 `eshell-stringify-t' is non-nil.
9381 (eshell-password-prompt-regexp): Changed to a much simpler
9382 password regexp.
9383 (eshell-send-input): If `eshell-invoke-directly' returns t,
9384 directly invoke the parsed command using `eval'. This improves
9385 turn-around time on simple commands by a factor of three or
9386 greater, such as cd, ls, pwd, etc. -- which get used very often.
9387 It also conserves thousands of cons cells per call (since
9388 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9389 in the Pacific Cookie Company).
9390
9391 * eshell/esh-test.el (eshell-test): Whitespace fix.
9392
9393 * eshell/em-ls.el (eshell-ls-insert-directory):
9394 Make `eshell-ls-initial-args' nil when inserting directory contents.
9395
9396 * eshell/em-script.el (eshell-script-initialize): Add names to
9397 `eshell-complex-commands, since `source' and `.' are complex.
9398
9399 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9400 (eshell-rewrite-while-command): Use `eshell-protect' instead of
9401 `eshell-copy-handles'.
9402 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9403 bodies.
9404 (eshell-separate-commands): Whitespace fix.
9405 (eshell-complex-commands): Added a new list of names, for
9406 determining whether a given command is as simple as it looks.
9407 (eshell-invoke-directly): New function. Returns t if a command
9408 should be invoked directly (using `eval'), rather than indirectly
9409 using `eshell-do-eval'.
9410 (eshell-do-eval): Whitespace fix.
9411
9412 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9413 which provides an emulation of the DOS shell behavior of assuming
9414 that cp/mv/ln should copy/move/link to the current directory.
9415 (eshell-remove-entries): Added a doc string.
9416 (eshell-shuffle-files): Removed the check for `target' being null.
9417 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9418 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9419 it to do a smarter check of whether a destination was provided.
9420 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9421 (eshell/ln): Enable `:preserve-args', and use
9422 `eshell-mvcpln-template' to implement the body of the function.
9423 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9424 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
9425 list after flattening it. This makes it possible to cat files
9426 with numerical names.
9427 (eshell-unix-initialize): Added several names to
9428 `eshell-complex-commands.
9429 (eshell-unix-command-complex-p): Return t if a given command name
9430 may result in external processes being invoked.
9431
9432 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9433 variable nil by default, since it slows down glob processing by a
9434 factor of two or more, and increases memory consumption.
9435
9436 * eshell/em-smart.el: Added a note about how memory consumptive
9437 smart display mode can be (at least this is true in Emacs 21).
9438 (eshell-smart-initialize): Whitespace fix.
9439 (eshell-refresh-windows): Use `if' instead of `when'.
9440 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9441 not necessary.
9442 (eshell-currently-handling-window): Added a missing global variable.
9443
9444 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9445 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9446 Whitespace fix.
9447 (eshell-ls-exclude-hidden): Added this variable in addition to
9448 `eshell-ls-exclude-regexp'. This one prevents files beginning
9449 with . from even being read, which can improve memory consumption
9450 quite a bit.
9451 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9452 read file entries beginning with a dot. In home directories with
9453 lots of hidden files, fully two-thirds of the time spent in ls is
9454 used to read directory entries that are immediately thrown away.
9455 (eshell-ls-initial-args): Added back this configuration variable,
9456 for specifying default initial arguments to every call to ls.
9457 Much faster than using an alias to do the same thing.
9458 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9459 (eshell-ls-dir): Whitespace change.
9460
9461 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9462
9463 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
9464 (eshell-stringify-t): Added a customization variable, to indicate
9465 whether `t' should be rendered as a string at all. If not, one
9466 can still determine if the result of an expression is true using
9467 "file-exists-p FILE && echo true".
9468 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9469 stringify t!
9470
9471 * eshell/esh-module.el: Whitespace fix.
9472
9473 * eshell/em-alias.el (eshell-alias-initialize):
9474 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
9475 (eshell-command-aliased-p): New function that returns t if a
9476 command name names an aliased.
9477
94782000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9479
9480 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
9481 redrawing the screen when changing cursor color.
9482 (viper-insert-state-pre-command-sentinel)
9483 (viper-replace-state-pre-command-sentinel)
9484 (viper-replace-state-post-command-sentinel):
9485 Use viper-preserve-cursor-color.
9486 Many functions changed to use viper= instead of = when comparing
9487 characters.
9488 * viper-util.el (viper-memq-char,viper=): New functions for
9489 working with characters.
9490 (viper-change-cursor-color): Fixed buglet.
9491 Many functions changed to use viper= instead of = when comparing
9492 characters.
9493 * viper.el (viper-insert-state-mode-list): Added eshell.
9494
9495 * ediff-init.el (ediff-before-setup-hook): New hook.
9496 Several typos fixed in various docstrings.
9497 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
9498 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
9499 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9500 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9501 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9502 (ediff-get-selected-buffers): New function.
9503 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
9504 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9505 Use save-window-excursion.
9506 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
9507 termination check in while loop.
9508 * ediff.el (ediff-get-default-file-name): Better defaults when in
9509 dired buffer.
9510 (ediff-files,ediff-merge-files,ediff-files3)
9511 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
9512
95132000-10-28 Dave Love <fx@gnu.org>
9514
9515 * info.el (Info-fontify-node): Add help-echo for menu items.
9516
95172000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9518
9519 * startup.el (normal-top-level): If the value of $TERM indicates
9520 we are running from xterm or one of its work-alikes, default to a
9521 light background mode.
9522
9523 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9524 * faces.el (tty-handle-reverse-video): New function.
9525 (tty-create-frame-with-faces): Call it.
9526
9527 * frame.el (frame-notice-user-settings): Don't apply
9528 default-frame-alist and initial-frame-alist to MS-DOS frames.
9529 Call tty-handle-reverse-video, frame-set-background-mode, and
9530 face-set-after-frame-default for non-MS-DOS frames.
9531
9532 * startup.el (tty-long-option-alist): New variable.
9533 (tty-handle-args): New function.
9534 (command-line): Call tty-handle-args.
9535
9536 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9537 startup.el now does that for all character-terminal frames.
9538
95392000-10-28 Miles Bader <miles@gnu.org>
9540
9541 * emacs-lisp/easy-mmode.el (define-minor-mode):
9542 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9543 is global. If :global is followed by a non-nil but non-t value,
9544 make the mode buffer-local, but also generate a `global-MODE'
9545 version using `easy-mmode-define-global-mode'.
9546 Add :conditional-turn-on keyword argument.
9547
95482000-10-28 Dave Love <fx@gnu.org>
9549
9550 * international/latin1-disp.el (latin1-char-displayable-p):
9551 Don't use window-system.
9552
95532000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9554
9555 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9556 Don't call find-buffer-file-type-coding-system. Instead, just
9557 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9558 if the file is on an untranslated filesystem.
9559 (add-untranslated-filesystem): Use "D" instead of "f" inside
9560 interactive.
9561
95622000-10-27 Dave Love <fx@gnu.org>
9563
9564 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
9565 (refill-mode): Use it.
9566
95672000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9568
9569 * international/quail.el (quail-activate): Don't make-local-hook.
9570
95712000-10-27 Andre Spiegel <spiegel@gnu.org>
9572
9573 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
9574 manual backups and file.~<rev>.~ for automatic ones.
9575 (vc-make-version-backup): Don't do it on MS-DOS without long file
9576 names.
9577
9578 * vc.el (vc-version-other-window): If an automatic backup of the
9579 desired version exists, rename it instead of copying it.
9580
9581 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9582 after command. If there's an unexpected error, signal it instead
9583 of being silent.
9584 (vc-cvs-merge-news): Be prepared for no news at all.
9585
95862000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9587
9588 * shell.el (shell): Add BUFFER argument.
9589 * comint.el (make-comint-in-buffer): New function.
9590 (make-comint): Use it.
9591
9592 * faces.el (face-spec-choose): Change syntax so that the list of
9593 attribute-value pairs is now the cdr of each clause, not the cadr.
9594 Detect old-style entries, and handle them. Use pop.
9595
95962000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9597
9598 * cus-edit.el (custom-mode-map): Use a sparse map.
9599 (custom-mode): Don't bother with make-local-hook.
9600
9601 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9602
9603 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9604
96052000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9606
9607 * ps-print.el: Avoid compilation gripes.
9608 (ps-print-version): New version number (6.2.1).
9609
96102000-10-26 Dave Love <fx@gnu.org>
9611
9612 * menu-bar.el: Modify some menu item help strings.
9613 (menu-bar-help-menu): Add link to MORE.STUFF.
9614
9615 * cus-edit.el (custom-mode): Add `special' mode-class property.
9616
9617 * wid-browse.el (widget-browse-mode): Likewise.
9618
9619 * wid-edit.el (widget-specify-field): Revert to using local-map
9620 property, not keymap.
9621
96222000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9623
9624 * wid-edit.el (widget-field-end): When checking for a `boundary'
9625 field, do so in the correct buffer.
9626
9627 * simple.el (undo): Correctly distinguish between numeric and
9628 non-numeric prefix args in non-transient-mark-mode, as per the doc
9629 string. When in transient-mark-mode, treat all prefix-args as
9630 numeric.
9631
9632 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9633 Position point on match. Handle N == 0 correctly.
9634
9635 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9636 (comint-mode-map): Reverse order of `comint-write-output' and
9637 `comint-append-output-to-file'.
9638 (comint-append-output-to-file): Reinstate this function, for the
9639 benefit of the menu.
9640
96412000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9642
9643 * vc.el (vc-version-other-window): Bind `file'.
9644
96452000-10-25 Gerd Moellmann <gerd@gnu.org>
9646
9647 * Makefile.in (update-authors): New target for maintenance purposes.
9648
9649 * emacs-lisp/authors.el (batch-update-authors): New function.
9650 (authors-fixed-entries): New defconst.
9651 (authors-add-fixed-entries): New function.
9652 (authors): Call it.: Don't process lispref/.
9653
96542000-10-25 Jason Rumney <jasonr@gnu.org>
9655
9656 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9657 Merge x w32 and mac definitions.
9658
96592000-10-25 Gerd Moellmann <gerd@gnu.org>
9660
9661 * menu-bar.el (menu-bar-options-menu): Add a help string for
9662 `uniquify'.
9663
96642000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
9665
9666 * time-stamp.el (time-stamp-string-preprocess):
9667 Fix a wrong type argument error.
9668
96692000-10-25 Miles Bader <miles@gnu.org>
9670
9671 * recentf.el (recentf-mode): Variable removed.
9672 (recentf-mode): Use `define-minor-mode'.
9673
9674 * mwheel.el (mouse-wheel-mode): New global minor mode.
9675 (mwheel-install): Use `mouse-wheel-mode'.
9676
96772000-10-25 Dave Love <fx@gnu.org>
9678
9679 * progmodes/cperl-mode.el (cperl-mode):
9680 Set normal-auto-fill-function correctly.
9681
9682 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9683 Don't inherit from global-map and don't nullify menu-bar and tool-bar
9684 bindings.
9685
96862000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9687
9688 * wid-edit.el (widget-field-at): New function.
9689 (widget-at, widget-field-activate): Use it.
9690 (widget-tabable-at): Use `widget-at'.
9691 (widget-specify-field): If the terminating character of the widget
9692 field (which is read-only) is a newline, put it into a special
9693 `boundary' field so that C-n/C-p act more naturally.
9694 (widget-field-end): Also don't subtract one if a special
9695 `boundary' field has been added after the widget field.
9696
9697 * comint.el (comint-output-filter, comint-send-input):
9698 Don't bother adding stickiness fields to overlays to fool the field
9699 code, since it should notice the overlay insertion-types now.
9700
9701 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9702 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9703 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9704
97052000-10-24 Gerd Moellmann <gerd@gnu.org>
9706
9707 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
9708 (authors): Set file coding system to iso-2022-7bit.
9709 Add file-local variables to output buffer.
9710
9711 * files.el (after-find-file): Don't print any warnings if
9712 WARN is nil.
9713
97142000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9715
9716 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9717
9718 * delim-col.el: Now there is a column formatting mechanism.
9719 Modified to customization mechanisms convention. Doc fix.
9720 (columns): New group for delim-col.
9721 (delimit-columns-before, delimit-columns-after)
9722 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9723 (delimit-columns-end): New vars.
9724 (delimit-columns-customize, delimit-columns-format): New funs.
9725 (delimit-columns-region, delimit-columns-rectangle)
9726 (delimit-columns-rectangle-line): Modified to support column
9727 formatting.
9728
97292000-10-24 Dave Love <fx@gnu.org>
9730
9731 * log-edit.el (log-edit): Add :version and a :group for vc.
9732
97332000-10-24 Gerd Moellmann <gerd@gnu.org>
9734
9735 * files.el (after-find-file): Don't print a message ``New file''
9736 if WARN is nil.
9737
9738 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9739 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
9740 get duplicate tool-bar entries because we'll see the global ones
9741 on more than one path through keymaps.
9742
9743 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9744
9745 * progmodes/cmacexp.el: Change Francesco's email address.
9746
97472000-10-24 Kenichi Handa <handa@etl.go.jp>
9748
9749 * window.el (fit-window-to-buffer): Adjust point of the window
9750 buffer, not that of the current buffer.
9751
97522000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9753
9754 * progmodes/cmacexp.el: Update the euthor's email address.
9755
97562000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9757
9758 * faces.el (face-spec-set-match-display): Add `graphic' display
9759 type (the inverse of `tty'). Use `display-graphic-p' instead of
9760 the window-system variable.
9761
97622000-10-24 Kenichi Handa <handa@etl.go.jp>
9763
9764 * international/isearch-x.el (isearch-with-input-method):
9765 Call input-method-function with the first event in
9766 unread-command-events.
9767
97682000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9769
9770 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
9771
97722000-10-24 Andrew Choi <akochoi@i-cable.com>
9773
9774 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9775 New charsets.
9776
9777 * term/mac-win.el: Remove definitions of mac-roman-lower and
9778 mac-roman-upper, require dired, and define instead of set
9779 mac-ready-for-drag-n-drop to avoid compilation error.
9780
97812000-10-23 Andrew Innes <andrewi@gnu.org>
9782
9783 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9784 Remove superfluous calls to subst-char-in-string; instead apply
9785 expand-file-name after convert-standard-filename to ensure
9786 expected directory separators are used.
9787
97882000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9789
9790 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9791
97922000-10-23 Dave Love <fx@gnu.org>
9793
9794 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9795 (tool-bar-add-item): Set foreground and background for XBM icons.
9796
9797 * international/latin1-disp.el (latin1-char-displayable-p):
9798 New function (from Handa).
9799 (latin1-display-check-font): Use it.
9800
9801 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
9802 using :key-sequence, making it much more usable.
9803 Use nconc, not append.
9804 (imenu--create-keymap-1): Avoid append.
9805
9806 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
9807
98082000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9809
9810 [the following changes fix a bug where `define-minor-mode' didn't
9811 correctly generate :require clauses for defcustoms in compiled files]
9812 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9813 (byte-compile-log-file, byte-compile-log-1): Don't set
9814 `byte-compile-current-file' to nil. Instead set
9815 `byte-compile-last-logged-file' to it. Test whether
9816 byte-compile-current-file equals byte-compile-last-logged-file
9817 instead of whether its nil.
9818 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
9819
98202000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9821
9822 * textmodes/refill.el: Fix var names in doc.
9823 (refill-mode): Don't bother with make-local-hook anymore.
9824
98252000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9826
9827 * faces.el (face-user-default-spec, face-default-spec): New functions.
9828 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
9829 (frame-set-background-mode, face-set-after-frame-default):
9830 Use `face-user-default-spec'. Simplify code slightly.
9831
9832 * woman.el (woman-italic-face, woman-bold-face)
9833 (woman-unknown-face): Add dark-background variants.
9834 (woman-default-faces): Renamed from `woman-colour-faces'.
9835 Set using the stored defaults, rather than using hard-wired colors.
9836 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9837 Just make the foreground `unspecified' rather than "black".
9838 (woman-menu): Rename menu entries accordingly.
9839
9840 * faces.el (header-line): Make more reasonable on mono/grayscale
9841 displays.
9842
98432000-10-23 Andrew Choi <akochoi@i-cable.com>
9844
9845 * cus-edit.el (custom-button-face): Use 3D look for mac.
9846 (custom-button-pressed-face): Likewise.
9847
9848 * faces.el (set-face-attributes-from-resources): Handle mac frames
9849 in the same way as x and w32 frames.
9850 (face-valid-attribute-values): Likewise.
9851 (read-face-attribute): Likewise.
9852 (defined-colors): Likewise.
9853 (color-defined-p): Likewise.
9854 (color-values): Likewise.
9855 (display-grayscale-p): Likewise.
9856 (face-set-after-frame-default): Likewise.
9857 (mode-line): Same default face as for x and w32.
9858 (tool-bar): Likewise.
9859
9860 * frame.el: Remove call to frame-notice-user-settings at end of
9861 the file.
9862
9863 * info.el (Info-fontify-node): Make underlines invisible for mac
9864 as for x, pc, and w32 frame types.
9865
9866 * term/mac-win.el: New file.
9867
98682000-10-22 Dave Love <fx@gnu.org>
9869
9870 * textmodes/refill.el: New file.
9871
98722000-10-22 Andre Spiegel <spiegel@gnu.org>
9873
9874 * vc-hooks.el (vc-version-backup-file-name): New optional args
9875 MANUAL and REGEXP.
9876 (vc-delete-automatic-version-backups, vc-make-version-backup):
9877 New functions.
9878 (vc-before-save): Use the latter.
9879 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9880 confusion.
9881
9882 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
9883 expected by vc[-hooks].el.
9884
9885 * vc.el (vc-checkout): Added `-p' suffix in call to
9886 vc-make-version-backups-p; use vc-make-version-backup to actually
9887 make the backup.
9888 (vc-version-other-window, vc-version-backup-file): Handle both
9889 automatic and manual backups.
9890 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9891 of all of them.
9892
98932000-10-22 Miles Bader <miles@gnu.org>
9894
9895 * comint.el (comint-highlight-input, comint-highlight-prompt):
9896 Renamed, `-face' at end removed.
9897 (comint-send-input, comint-output-filter): Use renamed faces.
9898
9899 * window.el (fit-window-to-buffer): Change defaulting of
9900 MAX-HEIGHT slightly.
9901
9902 * faces.el (color-values, color-defined-p): Use `member', not
9903 `memq', because it works correctly for strings.
9904 (frame-set-background-mode): Actually, "unspecified-fg" and
9905 "unspecified-bg" *are* strings. Use `member', not `memq', and
9906 `equal', not `eq', when a string value is possible.
9907
99082000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9909
9910 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9911
99122000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9913
9914 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9915 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9916 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9917 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9918 (sh-font-lock-syntactic-keywords): Use them.
9919 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9920 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9921 (sh-mode): Don't override font-lock-unfontify-region-function.
9922 Use a copy of sh-font-lock-syntactic-keywords.
9923 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9924 Don't call sh-scan-buffer since font-lock does it on the fly.
9925 (sh-get-indent-info): Use `face' rather than `syntax-table'
9926 text-property to detect here-documents.
9927 Replace sh-special-syntax with sh-st-punc.
9928 (sh-prev-line): Use `face' rather than `syntax-table'
9929 text-property to skip over here-documents.
9930 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9931 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9932 (sh-electric-less, sh-set-here-doc-region)
9933 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
9934 (sh-scan-buffer, sh-rescan-buffer): Remove.
9935
99362000-10-21 Andrew Innes <andrewi@gnu.org>
9937
9938 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9939 remote (ange-ftp) file names.
9940
99412000-10-21 Miles Bader <miles@gnu.org>
9942
9943 * window.el (fit-window-to-buffer): New function.
9944 (shrink-window-if-larger-than-buffer): Use it.
9945 (window-text-height): Don't expect minibuffers to have mode-lines.
9946
9947 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
9948 * international/quail.el (quail-update-guidance):
9949 Use `fit-window-to-buffer' instead of `set-window-text-height'.
9950
9951 * international/quail.el (quail-show-guidance-buf): Make sure
9952 guidance window really has enough room.
9953 (quail-update-guidance): If quail-guidance-win is already shown,
9954 make sure its height is OK.
9955
9956 * window.el (window-text-height, set-window-text-height):
9957 New functions.
9958 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9959 instead of `window-height' & `mode-line-window-height-fudge'.
9960 (mode-line-window-height-fudge): Add FACE parameter.
9961 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9962 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9963
99642000-10-20 Miles Bader <miles@gnu.org>
9965
9966 * window.el (height-affecting-face-attributes): Use `defconst'.
9967
9968 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9969 New function, conditionally aliased to `mode-line-window-height-fudge'.
9970 (ispell-help): Use it.
9971 (ispell-choices-win-default-height): Don't include mode-line fudge.
9972 (ispell-choices-win-default-height): New function.
9973 (ispell-show-choices, ispell-command-loop): Use function
9974 `ispell-choices-win-default-height' instead of variable.
9975
99762000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9977
9978 * window.el (mode-line-window-height-fudge): New variable.
9979 (height-affecting-face-attributes): New variable.
9980 (mode-line-window-height-fudge): New function.
9981 (shrink-window-if-larger-than-buffer): Use it.
9982 * help.el (resize-temp-buffer-window): Likewise.
9983
9984 * info.el (Info-fontify-node): Add support for @subsubsection
9985 titles, which use `Info-title-4-face'.
9986 (Info-title-4-face): New face.
9987 (Info-title-3-face): Inherit from Info-title-4-face instead of
9988 variable-pitch.
9989
99902000-10-19 Jason Rumney <jasonr@gnu.org>
9991
9992 * dired.el (dired-insert-directory): Do not let errors signalled by
9993 attempt to run dired-free-space-program prevent dired from working.
9994
99952000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9996
9997 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9998
99992000-10-19 Gerd Moellmann <gerd@gnu.org>
10000
10001 * dirtrack.el (dirtrack): Fix call to run-hooks.
10002
10003 * cmuscheme.el (cmuscheme-program-name): Renamed from
10004 scheme-program-name because xscheme.el contains a defcustom with
10005 the same name. As a consequence, customizing group `cmuscheme'
10006 loaded `xscheme' which redefined run-scheme.
10007 (run-scheme): Use cmuscheme-program-name.
10008
10009 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
10010
10011 * play/doctor.el (doctor-death): Update the Samaritans'
10012 anonymous address, and add a website for Befrienders International.
10013
100142000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10015
10016 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10017 Avoid compilation gripes. Doc fix.
10018 (ps-print-version): New version number (6.2).
10019 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10020 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10021 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10022 (ps-x-extent-priority, ps-x-extent-start-position)
10023 (ps-x-face-font-instance, ps-x-find-coding-system)
10024 (ps-x-font-instance-properties, ps-x-make-color-instance)
10025 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10026 avoid compilation gripes without defining functions.
10027 (ps-e-find-composition): Alias for function find-composition, to have a
10028 suitable function depending on Emacs version.
10029 (ps-color-device, ps-color-values, ps-face-foreground-name)
10030 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10031 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10032 (ps-print-ensure-fontified): Function definitions surrounded by
10033 `eval-and-compile' to avoid compilation gripes.
10034 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10035 by symbol-value to avoid compilation gripes.
10036 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10037 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10038
100392000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10040
10041 * startup.el (normal-top-level): Call `frame-set-background-mode'
10042 after `frame-notice-user-settings' because the latter doesn't call
10043 the former on a tty.
10044
10045 * faces.el (frame-set-background-mode): `unspecified' &c are
10046 symbols, not strings.
10047
100482000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10049
10050 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10051 why some "light*" colors are deliberately absent from the alist.
10052
10053 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10054 Change colors for tty's, as suggested by Miles Bader.
10055
100562000-10-19 Kenichi Handa <handa@etl.go.jp>
10057
10058 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
10059 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10060 for ISO10646-1 fonts.
10061 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10062
100632000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10064
10065 * faces.el (frame-set-background-mode): If a tty frame defines a
10066 background color, use that to compute the background mode, instead
10067 of always defaulting to "dark".
10068
100692000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10070
10071 * comint.el (comint-write-output): New function.
10072 (comint-mode-map): Add it to the menu.
10073 Bind `C-c C-s' to comint-write-output.
10074
100752000-10-18 Gerd Moellmann <gerd@gnu.org>
10076
10077 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10078 Use fancy-splash-delay.
10079
100802000-10-18 Alex Schroeder <alex@gnu.org>
10081
10082 * progmodes/sql.el (sql-sybase-options): New option.
10083 (sql-sybase): Use it. Add sql-database to the list of parameters
10084 provided for login. The options -w 2048 -n are not used any more.
10085
10086 * comint.el (comint-read-input-ring): Bugfix such that the first
10087 and the last entry of the input ring file are not lost.
10088
100892000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10090
10091 * ps-print.el: Internal variable changes to defcustom,
10092 make-local-hook changes to defvar. Doc fix.
10093 (ps-print-version): New version number (6.1).
10094 (ps-setup, ps-do-despool): Code fix.
10095 (ps-printer-name): Customization fix.
10096 (ps-printer-name-option): Now is a defcustom instead of an
10097 internal variable.
10098 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10099 (ps-print-begin-column-hook): Now are defvar instead of
10100 make-local-hook.
10101
101022000-10-18 Miles Bader <miles@gnu.org>
10103
10104 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10105 (comint-kill-output): Changed into an alias for `comint-delete-output',
10106 and made obsolete.
10107 (comint-mode-map): Rename references to comint-kill-output.
10108
101092000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10110
10111 * diff-mode.el (diff-header-face, diff-file-header-face)
10112 (diff-changed-face): Add bold and italic attributes to tty faces.
10113 (diff-function-face): New face.
10114 (diff-font-lock-keywords): Use it.
10115
101162000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10117
10118 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10119 Remove commented-out call to force-mode-line-update.
10120 (comint-kill-output): Use `forward-line 0' instead of
10121 beginning-of-line to make sure we get past the prompt.
10122
101232000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10124
10125 * diff-mode.el (diff-header-face, diff-file-header-face):
10126 Add specific setting for dark background.
10127 (diff-context-face): Renamed from diff-comment-face.
10128 Set explicitly rather than inheriting from font-lock-comment-face.
10129
101302000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10131
10132 * startup.el (command-line): Move the code which sets the default
10133 TTY colors to before before-init-hook.
10134
101352000-10-17 Gerd Moellmann <gerd@gnu.org>
10136
10137 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10138
101392000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10140
10141 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10142 extensions, for MS-DOS.
10143
10144 * diff-mode.el (diff-header-face, diff-file-header-face)
10145 (diff-changed-face): Define tty-specific colors.
10146
101472000-10-17 Gerd Moellmann <gerd@gnu.org>
10148
10149 * startup.el (fancy-splash-text): Realign the text.
10150
101512000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10152
10153 * font-lock.el (font-lock-comment-face): Define a separate default
10154 for dark-background tty's.
10155
101562000-10-17 Miles Bader <miles@gnu.org>
10157
10158 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10159 being obscured by whizzy mode-lines on graphics displays.
10160
101612000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10162
10163 * info.el (Info-title-1-face, Info-title-2-face)
10164 (Info-title-3-face): Define colors for tty's.
10165 (info-header-node): Remove unneeded tty-specific definition.
10166
101672000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10168
10169 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10170 reverse from the frame parameters, and don't invert foreground and
10171 background colors.
10172
101732000-10-16 Miles Bader <miles@gnu.org>
10174
10175 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10176 string "*Info*". Call propertized-buffer-identification to spruce
10177 up the result.
10178
101792000-10-16 Gerd Moellmann <gerd@gnu.org>
10180
10181 * help.el: Provide `help' for the sake of define-minor-mode
10182 which generates defcustoms with requires.
10183
10184 * jit-lock.el (jit-lock-after-change): If we're in text that
10185 matches a multi-line font-lock pattern, make sure the whole text
10186 will be redisplayed.
10187
10188 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10189 author's name is unknown.
10190
10191 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10192 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10193 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10194 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10195 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10196 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10197 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10198 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10199 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10200 Add author information.
10201
102022000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10203
10204 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10205 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10206 full-color version (using the Gimp) to eliminate dithering artifacts.
10207
102082000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10209
10210 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10211
10212 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10213
102142000-10-15 Dave Love <fx@gnu.org>
10215
10216 * progmodes/sh-script.el: Require skeleton and comint when compiling.
10217
10218 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10219
10220 * whitespace.el: Doc fixes.
10221 (top-level): Don't add hooks here.
10222 (whitespace-running-emacs): Deleted.
10223 (timer): Don't require.
10224 (whitespace): Add back :version conditional on xemacs test.
10225 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10226 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10227 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10228 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10229 Avoid specific xemacs test.
10230 (whitespace-global-mode): New option.
10231 (whitespace-global-mode): New command.
10232 (whitespace-unload-hook): New function.
10233
10234 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
10235 (Info-fontify-node, Info-goto-node, Info-mode-menu)
10236 (Info-fontify-node): `Goto' goes to `Go to'.
10237 (Info-fontify-node): Add help-echo to xref links.
10238
102392000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10240
10241 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10242
102432000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10244
10245 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10246 Use plist-get and allow :inherit.
10247
10248 * emacs-lisp/cl-macs.el (cl-do-arglist):
10249 Use plist-get and plist-member instead of memq.
10250
10251 * emacs-lisp/ewoc.el (ewoc-location): New function.
10252 (ewoc-enter-after, ewoc-enter-before): Document return value.
10253 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10254 Don't need make-local-hook any more.
10255 (cvs-addto-collection): Return the new tin.
10256 (cvs-mode-insert): Jump to the new line.
10257
10258 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10259
10260 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10261
10262 * font-lock.el (font-lock-syntactically-fontified): New var.
10263 (font-lock-fontify-syntactic-keywords-region): Use it.
10264 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10265
10266 * diff-mode.el (diff-find-file-name): Fix regexp.
10267
10268 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10269 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10270
10271 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10272 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10273 (sh-mode): Don't make all vars local here.
10274 (sh-kw): Reformat.
10275 (sh-set-shell): Use dolist. Don't set indent-region-function.
10276 (sh-mode-syntax-table): Use pop.
10277 (sh-remember-variable): Use push.
10278 (sh-help-string-for-variable): Use memq.
10279 (sh-safe-backward-sexp): Remove.
10280 (sh-safe-forward-sexp): Add ARG.
10281 (sh-get-indent-info, sh-prev-stmt): Use it.
10282 (sh-prev-line): Simplify by using forward-comment.
10283 (sh-this-is-a-continuation): Simplify.
10284 (sh-learn-buffer-indent): Use dolist.
10285 (sh-do-nothing): Remove.
10286 (sh-set-char-syntax, sh-set-here-doc-region):
10287 Use inhibit-modification-hooks.
10288 (sh-name-style): Use mapcar and push.
10289 (sh-load-style): Use dolist.
10290 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10291 (sh-case, sh-while-getopts): Use propertize directly rather
10292 than sh-electric-rparen.
10293
102942000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10295
10296 * textmodes/tex-mode.el: Require CL when compiling.
10297 (tex-mode-syntax-table): Init immediately.
10298 (tex-mode-map): Bind M-RET to latex-insert-item.
10299 (latex-mode): Set indent-line-function to latex-indent.
10300 (tex-common-initialization): Don't setup the syntax-table any more.
10301 (latex-insert-item): New skeleton.
10302 (tex-next-unmatched-end): Fix copy/paste braino.
10303 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
10304 (latex-indent, latex-find-indent): New functions.
10305 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
10306 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10307 (tex-compilation-parse-errors): Use with-syntax-table.
10308
103092000-10-15 Miles Bader <miles@gnu.org>
10310
10311 * font-lock.el (font-lock-comment-face): Change dark-background,
10312 color, non-tty, default to `chocolate1'.
10313
103142000-10-13 John Wiegley <johnw@gnu.org>
10315
10316 * eshell/esh-util.el (require): Added a missing `require' form,
10317 needed when compiling (for an ange-ftp macro definition).
10318
103192000-10-13 Dave Love <fx@gnu.org>
10320
10321 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10322
103232000-10-13 Gerd Moellmann <gerd@gnu.org>
10324
10325 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
10326
10327 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
10328 transparent -colors 8).
10329
103302000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
10331
10332 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10333 that breaks with old list format timestamps.
10334 (time-stamp-warn-inactive, time-stamp-old-format-warn)
10335 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
10336
103372000-10-13 John Wiegley <johnw@gnu.org>
10338
10339 * align.el, pcomplete.el, calendar/timeclock.el,
10340 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10341
10342 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
10343 faulty math, where holiday hours were being computing as seconds.
10344
103452000-10-13 John Wiegley <johnw@gnu.org>
10346
10347 * desktop.el (desktop-buffer-modes-to-save): Added a global for
10348 specifying what "other" kinds of buffers should be saved.
10349 This used to be hard-coded.
10350 (desktop-buffer-misc-functions): A global for specifying how
10351 auxiliary data should be determined for special buffer types.
10352 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10353 instead of hard-coding the special buffer types.
10354 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10355 auxiliary data, instead of hard-coding for Info buffers and dired.
10356 (desktop-buffer-info-misc-data): Aux function for determining Info
10357 buffer auxiliary info.
10358 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10359 (desktop-buffer-info): Changed this function to use the info
10360 gathered above.
10361 (desktop-create-buffer): Be a little more careful about what
10362 `minor-mode' means before calling it. This is important for some
10363 buffer types.
10364
103652000-10-13 John Wiegley <johnw@gnu.org>
10366
10367 * eshell/esh-util.el: Added a global form which declares an
10368 autoload for `parse-time-string', if that function is not already
10369 defined, and if parse-time.el is available on the user's system.
10370
10371 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10372 to be aware of ange-ftp user info.
10373 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
10374 (eshell-ls-annotate): Use `eshell-file-attributes'.
10375 (eshell-ls-file): Made the user-id printing code a bit smarter.
10376
10377 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10378 allow identification of alias user ids in remote directories.
10379 It's manual, but there's no other way to know when the current user
10380 on the local machine, is also the owning user on the remote machine.
10381 (fboundp): Bind `ange-cache'.
10382 (eshell-directory-files-and-attributes): Re-organized the logic a
10383 bit to use `eshell-file-attributes' instead of `file-attributes'.
10384 The former is more sensitive to directories that are read via FTP,
10385 and knows how to use ange-ftp to determine full attribute
10386 information, instead of just the name and last modtime.
10387 (eshell-current-ange-uids): Return the current user id when in a
10388 remote directory.
10389 (eshell-parse-ange-ls): Parse a full directory listing that has
10390 been returned by ange-ftp.
10391 (eshell-file-attributes): This beefed up version of
10392 `file-attributes' is only special if the user is currently in a
10393 remote directory, in which case it does a lot of work to find out
10394 what the real attributes of a file are, as they appear on the
10395 remote machine. This makes usage of remote directories (i.e.,
10396 ange-ftp pathnames) much more useful. You can now use Eshell as a
10397 full-fledged FTP client, with much more manipulation ability than
10398 most other clients.
10399
10400 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10401 variable, which means that Eshell's du should always be preferred
10402 in remote directories.
10403 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10404 just `file-attributes'.
10405 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10406 when reading remote directories. This is an Eshell-specific
10407 variable (not part of ange-ftp).
10408 (eshell/ln): Bind `ange-cache'.
10409 (eshell/du): Added some extra logic for determining when to use
10410 Eshell's du (which is slow), and when to use the external version
10411 (which may or may not exist).
10412
10413 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10414 Call `eshell-interactive-process', rather than using
10415 `get-buffer-process', since backgrounded processes don't count in
10416 the context of this function's logic.
10417
10418 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10419 `forward-char', so that null strings are parsed correctly.
10420
104212000-09-13 John Wiegley <johnw@gnu.org>
10422
10423 * eshell/em-pred.el (eshell-pred-file-type)
10424 (eshell-pred-file-links, eshell-pred-file-size):
10425 Use `eshell-file-attributes'. This is more correct over ange-ftp.
10426
10427 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10428 that remote file globbing is more efficient.
10429
10430 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10431 gathering the files and attributes within a directory.
10432
10433 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10434 the command line is a special file (not a regular file, directory
10435 or symlink), always attempt to call the external version of cat.
10436
104372000-09-13 John Wiegley <johnw@gnu.org>
10438
10439 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10440 Eshell-friendly version of find-tag.
10441
104422000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10443
10444 * image-file.el (image-file-name-extensions)
10445 (image-file-name-regexps): Add autoload cookies.
10446
104472000-10-13 Kenichi Handa <handa@etl.go.jp>
10448
10449 * international/mule-cmds.el (select-safe-coding-system): If FROM
10450 is string, show it in *Warning* buffer.
10451
104522000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10453
10454 * startup.el (normal-top-level): Use display-popup-menus-p instead
10455 of window-system.
10456 (command-line): Use display-graphic-p instead of window-system.
10457 (command-line-1): Use display-popup-menus-p and display-mouse-p
10458 instead of window-system.
10459
104602000-10-12 Sam Steingold <sds@gnu.org>
10461
10462 * tooltip.el (tooltip-use-echo-area): New user variable.
10463 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10464
104652000-10-12 Dave Love <fx@gnu.org>
10466
10467 * recentf.el: Maintainer's checkdoc fixes.
10468
10469 * startup.el (normal-top-level-add-subdirs-to-load-path):
10470 Use character class, not ASCII when matching file names.
10471 (fancy-splash-head): Add trailing slash to URL.
10472 (command-line): Don't require XPM support for toolbar.
10473
10474 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10475 (cperl-invalid-face): Revert last change.
10476 (cperl-init-faces): Quote cperl-invalid-face.
10477
104782000-10-12 Kenichi Handa <handa@etl.go.jp>
10479
10480 * startup.el (fancy-splash-text): Remove superfluous quote.
10481
104822000-10-12 Gerd Moellmann <gerd@gnu.org>
10483
10484 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10485 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10486 (command-line-1): Don't use fancy-splash-pending-command.
10487 (fancy-splash-screens-1): Goto point-min after inserting text.
10488
10489 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10490
10491 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10492 instead of shared-lisp-mode-map.
10493
104942000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10495
10496 * faces.el (header-line): Change tty-variant to use underlining.
10497
10498 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10499 (isearch-highlight): Restore lazy-isearch face properties at old
10500 position, and suppress them at new position.
10501 (isearch-dehighlight): Restore lazy-isearch face properties.
10502 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10503 over the real isearch overlay, but in that case, don't give it a
10504 face property. Use `push'.
10505
105062000-10-12 Kenichi Handa <handa@etl.go.jp>
10507
10508 * man.el (Man-getpage-in-background): Fix previous change.
10509 Decode the process output only when we are in multibyte mode.
10510
105112000-10-11 Dave Love <fx@gnu.org>
10512
10513 * info.el (Info-mode-menu): Fix some help.
10514 (info-tool-bar-map): Add entry for Info-last.
10515
10516 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10517 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10518 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10519 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10520 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10521 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10522 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10523 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10524 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10525 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10526 Reduce colour requirements to 25 overall. (Probably wants
10527 revisiting from the originals to reduce further.)
10528
105292000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10530
10531 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10532 buffer-file-coding-system, instead of raw-text.
10533 (dehexlify-buffer): Bind coding-system-for-read to
10534 buffer-file-coding-system, instead of raw-text.
10535
105362000-10-11 Sam Steingold <sds@gnu.org>
10537
10538 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
10539 `underline' - fixes the bug introduced on 2000-09-21.
10540
105412000-10-11 Dave Love <fx@gnu.org>
10542
10543 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10544 Avoid compiler warnings.
10545 (scheme-mode): Doc fix.
10546 (scheme-font-lock-keywords-1): Match `define-syntax'.
10547
105482000-10-11 Miles Bader <miles@lsi.nec.co.jp>
10549
10550 * faces.el (frame-set-background-mode): Pay attention to saved
10551 face specs as well as default ones. Only do anything if the
10552 bg-mode or display-type has actually changed. Use `dolist'.
10553 (region): Make dark-background `region' face less in-your-face.
10554
105552000-10-10 Sam Steingold <sds@gnu.org>
10556
10557 * chistory.el, ielm.el, ledit.el:
10558 * progmodes/inf-lisp.el, progmodes/scheme.el:
10559 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10560
105612000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10562
10563 * textmodes/texinfo.el: Update copyright and fix typo.
10564
10565 * desktop.el (desktop-modes-not-to-save): New var.
10566 (desktop-save-buffer-p): Use it.
10567 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10568 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10569
105702000-10-10 Dave Love <fx@gnu.org>
10571
10572 * toolbar/tool-bar.el (tool-bar-add-item)
10573 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
10574
10575 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10576 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10577 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10578 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10579 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10580 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10581 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10582 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10583 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10584 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10585 the .xpms; probably need retouching.
10586
105872000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10588
10589 * subr.el (add-to-list): Add optional argument APPEND.
10590 * battery.el (display-battery): Use `add-to-list'.
10591
105922000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10593
10594 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10595 properties.
10596 (zone, zone-when-idle, zone-leave-me-alone)
10597 (zone-pgm-whack-chars): Use new symbol properties.
10598
10599 * battery.el (display-battery): Doc spelling fix.
10600
10601 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10602 property.
10603
106042000-10-09 Dave Love <fx@gnu.org>
10605
10606 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10607 has been initialized before calling tool-bar-setup.
10608 (tool-bar-add-item-from-menu): Add autoload cookie.
10609
106102000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10611
10612 * menu-bar.el (send-mail-item-name): New function.
10613 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10614 of mail-user-agent in the menu. Don't display the "Send Mail"
10615 item if mail-user-agent is nil or its value is ignore.
10616 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10617 if read-mail-command is nil or its value is ignore.
10618
10619 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10620
106212000-10-09 Miles Bader <miles@gnu.org>
10622
10623 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10624 Correct image size.
10625 * toolbar/left_arrow.xpm: Correct image size.
10626
10627 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10628 will be done by the definition of `auto-compression-mode' if
10629 necessary. Move code to uninstall existing file-name handler
10630 before definition of `auto-compression-mode'.
10631
10632 * image-file.el (auto-image-file-mode): Move to the end of the
10633 file, because `define-minor-mode' actually calls the mode-function
10634 if the associated variable is non-nil, which requires that all
10635 needed functions be already defined.
10636
10637 * mouse.el (popup-menu): Balance parens.
10638
106392000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10640
10641 * mouse.el (popup-menu): Move the command call outside the loop
10642 so that popup-menu returns whatever the command returns.
10643
10644 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10645 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10646 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10647 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10648
10649 * vc.el (vc-version-diff): diff-switches can be a list.
10650 Use relative filenames for prettier output.
10651
10652 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10653 (vc-post-command-functions): Remove old-VC compatibility code.
10654
10655 * newcomment.el (comment-indent-default): Autoload.
10656
10657 * font-lock.el (font-lock-defaults): Make buffer-local.
10658 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10659 (font-lock-choose-keywords):
10660 Ignore LEVEL unless KEYWORDS is a list of syms.
10661 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10662 Don't wrap regexp-opt things in \(...\) unnecessarily.
10663
10664 * jit-lock.el: Don't require font-lock any more.
10665 (jit-lock-functions): Make buffer-local.
10666 (jit-lock-saved-fontify-buffer-function): Remove.
10667 (jit-lock-mode): Remove autoload cookie.
10668 Remove font-lock specific code.
10669 (jit-lock-unregister): Don't bother handling complex hooks any more.
10670 (jit-lock-refontify): New function.
10671 (jit-lock-fontify-buffer): Use it.
10672 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10673 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10674 Add optional args START and END.
10675 Never call font-lock-fontify-region directly.
10676 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10677
10678 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10679
106802000-10-08 Dave Love <fx@gnu.org>
10681
10682 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10683
10684 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10685
10686 * play/studly.el (studlify-region, studlify-word): Add autoload
10687 cookie.
10688
10689 * play/morse.el (morse-region, unmorse-region): Add autoload
10690 cookie.
10691
10692 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10693 concat.
10694
10695 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10696 insist on symbols starting with word syntax.
10697 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10698 (eval-defun-1): Doc fix.
10699 (indent-sexp): Use nconc to build up indent-stack.
10700
10701 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10702 Gnus with little use.
10703 (mail-setup-hook): Add mail-abbrevs-setup to options.
10704
10705 * recentf.el: Doc fixes.
10706
10707 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10708 Clean up remainder.
10709
10710 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10711 without timezone and (8) with timezone to enforce some whitespace.
10712 Simplify code somewhat.
10713
10714 * options.el (list-options): Doc that you should use customize.
10715
10716 * iswitchb.el (iswitchb-mode): Add :require.
10717
10718 * info.el (Info-goto-node, Info-menu): Doc fix.
10719 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10720 (info-tool-bar-map): New variable.
10721 (Info-mode): Use it.
10722 (Info-edit-map): Define all in defvar.
10723 (speedbar-attached-frame): Avoid compiler warning.
10724
10725 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10726 (global-map): Bind [tool-bar] to a filtered map.
10727 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10728 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10729 Allow PBM icons.
10730 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10731
10732 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10733 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10734 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10735 icons, except up_arrow, which is left-arrow rotated.
10736
10737 * imenu.el (imenu-add-to-menubar): Fix last change.
10738
107392000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10740
10741 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10742 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10743
107442000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10745
10746 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10747 typos in doc strings.
10748
10749 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10750 the doc strings how to customize Font Lock faces.
10751
10752 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10753 computing growth when dragging the header line.
10754
107552000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10756
10757 * simple.el (kill-line): Doc fix.
10758
107592000-10-08 Miles Bader <miles@gnu.org>
10760
10761 * faces.el (secondary-selection): Make foreground visible on tty.
10762
10763 * jka-compr.el (auto-compression-mode): Move to the end of the
10764 file, because `define-minor-mode' actually calls the mode-function
10765 if the associated variable is non-nil, which requires that all
10766 needed functions be already defined.
10767 (with-auto-compression-mode): Add autoload cookie.
10768
107692000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10770
10771 * files.el (find-backup-file-name) [ms-dos]: If support for long
10772 file names is not available, behave as if version-control were set
10773 to never.
10774
107752000-10-07 Dave Love <fx@gnu.org>
10776
10777 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10778 (browse-url-gnome-moz): New function.
10779 (browse-url-browser-function): Use it.
10780 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10781
107822000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10783
10784 * indent.el (tab-always-indent): New var.
10785 (indent-for-tab-command): Use it.
10786
10787 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10788 raise an error. This way it can still default to a sane value.
10789
107902000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10791
10792 * startup.el (fancy-splash-screens): Use local rather than global map.
10793 Don't use `update-menu-bindings' any more.
10794 Get rid of assumptions about keymap representation.
10795
107962000-10-06 Dave Love <fx@gnu.org>
10797
10798 * textmodes/fill.el (sentence-end-double-space)
10799 (sentence-end-without-period): Doc fix.
10800 (adaptive-fill-regexp): Purecopy.
10801 (unjustify-current-line): Use line-end-position.
10802 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10803
10804 * net/eudc-vars.el (eudc): Add :version, :link.
10805
10806 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10807
10808 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10809 Fix for define-minor-mode.
10810 (function-at-point): Alias to function-called-at-point.
10811
10812 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10813
10814 * simple.el (backward-word): Doc fix.
10815
10816 * image-file.el (image-file-name-regexp): image-file-regexps ->
10817 image-file-name-regexps.
10818 (image-file-name-extensions): Add pbm.
10819
108202000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10821
10822 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10823 and add filename to the names so that diff-mode can jump to source.
10824
10825 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10826 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10827 (tex-font-lock-keywords-1): Remove.
10828 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10829 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10830 (font-lock-default-fontify-region):
10831 Expand beg..end correctly when just following a multiline region.
10832 (font-lock-fontify-anchored-keywords):
10833 Include the anchor text as part of the multiline.
10834
108352000-10-06 Gerd Moellmann <gerd@gnu.org>
10836
10837 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10838 latter needs the autoloaded define-minor-mode macro during the
10839 bootstrap.
10840
10841 * startup.el (command-line): For now, activate tool-bar-mode only
10842 if XPM images are supported.
10843
10844 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10845 window by dragging a header-line at the top of the frame; that's
10846 confusing because the header-line doesn't move.
10847 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10848 of treating the event as a list. Some cleanup.
10849
108502000-10-06 Miles Bader <miles@gnu.org>
10851
10852 * simple.el (display-message-or-buffer): New function.
10853 (shell-command-on-region): Use `display-message-or-buffer'.
10854
10855 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10856 docstring parts.
10857
10858 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10859 (smbclient-prompt-regexp): Add usage note to doc string.
10860 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10861 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10862 Use add-hook for adding the comint filter function, and only do so
10863 if it's not already in the global hook list.
10864 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10865 to `make-local-variable'.
10866 (nslookup-font-lock-keywords): Remove prompt entry.
10867 (nslookup): Don't set the process-filter.
10868 (finger): Exit the loop correctly when the regexps list runs out.
10869 (ftp, smbclient, smbclient-list-shares):
10870 Set the real major mode immediately, not after execing.
10871 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10872
10873 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10874
108752000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10876
10877 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10878
10879 * which-func.el (which-func-format): Remove spurious space.
10880 (which-func-mode): Don't make it permanent-local.
10881 (which-func-ff-hook): Allow which-func-maxout to be nil.
10882 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10883 (which-func-mode): Simplify.
10884 Use post-command-idle-hook rather than post-command-hook.
10885 Go through all buffers and update their state.
10886 (which-function): Also try add-log-current-defun-function.
10887
10888 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10889 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10890 Update call to with-vc-properties accordingly.
10891 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10892 (vc-revert-buffer): More careful about window selection and deletion.
10893 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10894
10895 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10896 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10897 (cvs-dired-action): Change the default to quickdir.
10898
10899 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10900 if comment-indent-function returns nil.
10901 (comment-indent-default): New function.
10902 (comment-indent-function): Use it and document the new semantics.
10903
10904 * image-file.el: Docstring fixes.
10905
10906 * help.el (help-xref-on-pp): Use match-string.
10907 (describe-variable): New arg BUFFER.
10908 Store the current buffer in the help-xref-stack.
10909 (temp-buffer-resize-mode): Use define-minor-mode.
10910
10911 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10912 consistently with its docstring.
10913 Set jit-lock-first-unfontify-pos in an idempotent way.
10914 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10915
109162000-10-05 Alex Schroeder <alex@gnu.org>
10917
10918 * sql.el (sql-mysql-options): New variable.
10919 (sql-mysql): Use it.
10920
109212000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10922
10923 * image.el (image): New group.
10924
10925 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10926 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10927
109282000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10929
10930 * net/net-utils.el (nslookup-font-lock-keywords)
10931 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10932 Ignore the value of wqindow-system; always define keywords
10933
109342000-10-05 Kenichi Handa <handa@etl.go.jp>
10935
10936 * startup.el (fancy-splash-screens): Remove the code for
10937 debugging; `(trace-to-stderr "EXITTT\n")'.
10938
109392000-10-05 Miles Bader <miles@gnu.org>
10940
10941 * diff-mode.el (diff-goto-source): Update call to
10942 `diff-hunk-status-msg' to reflect new REV variable.
10943
109442000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10945
10946 * progmodes/icon.el (icon-mode):
10947 Don't gratuitously override the default for comment-column.
10948
10949 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10950
10951 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10952 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10953 (jit-lock-functions): New var.
10954 (jit-lock-function-1): Use it if non-nil.
10955 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10956 Set the `fontified' property before doing the fontification to avoid
10957 repeatedly going through the same error.
10958 Don't turn errors into messages.
10959 (jit-lock-register, jit-lock-unregister): New functions.
10960
10961 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10962 Use with-current-buffer.
10963
10964 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10965 Turn comment into docstring.
10966
10967 * apropos.el (apropos-mode): Use define-derived-mode.
10968
109692000-10-04 Gerd Moellmann <gerd@gnu.org>
10970
10971 * startup.el (fancy-splash-pending-command): New variable.
10972 (fancy-splash-pre-command): New function.
10973 (fancy-splash-screens): Rewritten.
10974 (command-line-1): If fancy-splash-pending-command is set, call it
10975 interactively.
10976
109772000-10-04 Dave Love <fx@gnu.org>
10978
10979 * toolbar/tool-bar.el (tool-bar-setup): New function.
10980 (tool-bar-mode): Use it.
10981
10982 * subr.el (substitute-key-definition): Doc fix.
10983 (play-sound-file): New command.
10984
109852000-10-04 Andre Spiegel <spiegel@gnu.org>
10986
10987 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10988 vc-version-backup-file-name): New functions.
10989
10990 * files.el (basic-save-buffer): Call vc-before-save before saving.
10991
10992 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10993 vc-cvs-stay-local-p.
10994
10995 * vc.el (vc-revert-buffer): Handle empty diff properly.
10996 (vc-version-backup-file): New function.
10997 (vc-checkout): Create a version backup if necessary.
10998 (vc-checkin): If a version backup file exists, delete it.
10999 (vc-version-diff): Diff locally using version backups, if available.
11000 (vc-revert-file): If there's a version backup, revert locally.
11001 (vc-transfer-file): Use version backup for base version, if
11002 available. If not, ask for confirmation whether to get it from the
11003 server. Update mode line before check-in.
11004
110052000-10-04 Dave Love <fx@gnu.org>
11006
11007 * toolbar/tool-bar.el (tool-bar-setup): New function.
11008 (tool-bar-mode): Use it.
11009
110102000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11011
11012 * net/net-utils.el (nslookup-font-lock-keywords)
11013 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11014 Only set if window-system is non-nil
11015 (net-utils-run-program): Returns buffer.
11016 (network-connection-reconnect): Added this function.
11017
11018 * generic.el:
11019 Incorporates extensive cleanup and docfixes by
11020 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11021 Uses cl compile-time macros.
11022 (generic-mode-name, generic-comment-list)
11023 (generic-keywords-list, generic-font-lock-expressions)
11024 (generic-mode-function-list, generic-mode-syntax-table):
11025 Removed variables.
11026 (generic-mode-alist): Renamed to generic-mode-list.
11027 (generic-find-file-regexp): Default changed to "^#".
11028 (generic-read-type): Uses completing read on generic-mode-list.
11029 (generic-mode-sanity-check): removed this function.
11030 (generic-add-to-auto-mode): Removed this function
11031 (generic-mode-internal): Bind mode-specific definitions
11032 into function instead of putting them in alist.
11033 (generic-mode-set-comments): Reworked extensively.
11034 (generic-mode-find-file-hook): Simplified regexp searching
11035 (generic-make-keywords-list): Omit extra pair of parens
11036
11037 * find-lisp.el (find-lisp-find-files-internal):
11038 Make sure directory name ends with "/".
11039
11040 * generic-x.el (apache-conf-generic-mode):
11041 Regexp now allows leading whitespace.
11042 (rc-generic-mode): Added eval-when-compile
11043 around generic-make-keywords-list.
11044 Deleted duplicate regexp
11045 (rul-generic-mode): Added eval-when-compile
11046 around generic-make-keywords-list.
11047 (etc-fstab-generic-mode): New generic mode.
11048 (rul-generic-mode): Removed one eval-when-compile
11049 which caused a max-specpdl-size exceeded error.
11050
110512000-10-04 Miles Bader <miles@gnu.org>
11052
11053 * simple.el (minibuffer-temporary-goal-position): New variable.
11054 (next-history-element): Try to keep the position of point in the
11055 input string constant.
11056
11057 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11058 (dired-do-create-files): If there's only one file, pass it in as
11059 the DEFAULT arg to dired-mark-read-file-name.
11060
110612000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11062
11063 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11064 (diff-goto-source): Be smarter when choosing REVERSE or not.
11065
11066 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11067 (texinfo-mode-menu): Add an explicit shortcut for update all.
11068
110692000-10-03 Andre Spiegel <spiegel@gnu.org>
11070
11071 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11072 factorize backend-specific code cleanly (this was essentially
11073 conceived by Stefan Monnier).
11074 (vc-unregister): Function removed.
11075 (vc-revert-file): New function.
11076 (vc-revert-buffer): Delegate some of the work to it.
11077
11078 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11079 default branch unconditionally.
11080 (vc-rcs-set-default-branch): New function.
11081 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11082 (vc-rcs-checkin): If an appropriate default branch has been set,
11083 force creation of that branch.
11084 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11085 code (as suggested by Stefan Monnier).
11086
110872000-10-02 Gerd Moellmann <gerd@gnu.org>
11088
11089 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11090 highlighting overlay with a different face over the overlay
11091 isearch uses to highlight the current match because that can lead
11092 to bad face combinations.
11093
11094 * loadup.el (toplevel): Load faces before isearch.
11095
11096 * isearch.el (isearch-faces): New custom group.
11097 (isearch): New defface; was already tested for in the code.
11098 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11099 (isearch-highlight): Always use face `isearch'.
11100
111012000-10-02 Dave Love <fx@gnu.org>
11102
11103 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11104 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11105 comparison of opcode with operand.
11106
111072000-10-03 Miles Bader <miles@gnu.org>
11108
11109 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11110 buffer, since the echo area will now grow to accommodate them.
11111
111122000-10-02 Andre Spiegel <spiegel@gnu.org>
11113
11114 * vc-hooks.el (vc-registered): If FILE used to be registered under
11115 a certain backend, try that one first.
11116
11117 * vc.el (vc-responsible-backend): Undo the previous change in the
11118 argument list. Handle multiple backends correctly.
11119 (vc-find-new-backend): Function removed.
11120 (vc-register): Use vc-responsible-backend, as before.
11121 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11122
111232000-10-02 Gerd Moellmann <gerd@gnu.org>
11124
11125 * startup.el (fancy-splash-head): Change message below the
11126 logo.
11127
111282000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11129
11130 * diff-mode.el (diff-goto-source): Emit a status message.
11131 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11132 (diff-test-hunk): Fix doc string.
11133 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11134 (diff-advance-after-apply-hunk): New variable.
11135 (diff-apply-hunk): Don't return a value.
11136
111372000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11138
11139 * vc.el (vc-editable-p): Minor optimization.
11140 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11141 (vc-find-new-backend): New function split from vc-responsible-backend.
11142 (vc-register): Use it.
11143 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11144 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11145 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11146 (vc-clear-headers): Don't use find-file.
11147 (vc-revert-buffer): Use `and' again (must have been a braino).
11148 (vc-switch-backend): Only prompt if requested.
11149 Short circuit if nothing is to be done.
11150 Don't use vc-resynch-buffer which could lose unsaved editing.
11151 (vc-default-receive-file): Update call to vc-unregister.
11152 (with-vc-file, vc-next-action-on-file):
11153 Use vc-backend rather than vc-registered.
11154 (vc-next-action-on-file): Use intern-soft.
11155 Deal with read-only *vc-diff* buffer.
11156 (vc-transfer-file): Docstring fix.
11157
11158 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11159 (vc-rcs-receive-file): Avoid with-vc-properties.
11160 Update call to vc-unregister.
11161 Use constant `RCS' rather than (dynamically bound) var `backend'.
11162
111632000-10-01 Andre Spiegel <spiegel@gnu.org>
11164
11165 * vc.el (vc-next-action-on-file): Update mode line only if file
11166 is visited.
11167 (vc-start-entry): New argument initial-contents. Don't visit the file
11168 if it isn't already visited. Brought documentation up-to-date.
11169 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11170 (vc-checkin): New optional arg initial-contents, which is passed to
11171 vc-start-entry.
11172 (vc-finish-logentry): Make sure to bury log buffer only if there
11173 really is one. Call `vc-resynch-buffer' on log-file, not
11174 buffer-file-name.
11175 (vc-default-comment-history, vc-default-wash-log): New functions.
11176 (vc-index-of): Removed.
11177 (vc-transfer-file): Make do without the above.
11178 (vc-default-receive-file): Call comment-history unconditionally. Pass
11179 the resulting string to vc-checkin, instead of inserting it into the
11180 comment ring.
11181
11182 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11183 unconditionally. Use the comments as initial contents of the log
11184 entry buffer. Document the trick to force branch creation with no
11185 changes.
11186
111872000-10-01 Miles Bader <miles@gnu.org>
11188
11189 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11190 `recenter' with an arg to prevent redrawing the display.
11191
111922000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11193
11194 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11195
11196 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11197
11198 * progmodes/c-mode.el (c-mode):
11199 Don't gratuitously override the default for comment-column.
11200
11201 * textmodes/tex-mode.el (latex-metasection-list): New var.
11202 (latex-imenu-create-index): Use it.
11203 Move the regexp construction outside loops (and use push).
11204 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11205 (tex-font-lock-keywords): Moved from font-lock.el.
11206 (tex-comment-indent): Remove.
11207 (tex-common-initialization): Don't set comment-indent-function.
11208 (latex-block-default): New var.
11209 (tex-latex-block): Use it to provide a default choice.
11210 Add any unknown choice to latex-block-names.
11211 Insert [...] after {...}.
11212 (tex-last-unended-begin): Simplify regexp.
11213 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11214 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11215 (latex-mode): Set forward-sexp-function.
11216
11217 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11218 Add regexp for @ignore ... @end ignore.
11219 (texinfo-heading-face): New face.
11220 (texinfo-font-lock-keywords): Use it.
11221 (texinfo-mode-menu): New menu.
11222 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11223 New functions.
11224 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11225 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11226 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11227 Remove declaration.
11228 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11229
11230 * delsel.el (delete-selection-mode): Use define-minor-mode.
11231
11232 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11233
112342000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11235
11236 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11237
112382000-09-30 Gerd Moellmann <gerd@gnu.org>
11239
11240 * replace.el (keep-lines-read-args): New function.
11241 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11242 read arguments interactively. Add parameters RSTART and REND.
11243 Operate on the active region in Transient Mark mode.
11244
11245 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11246
11247 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11248 (authors-obsolete-files-regexps): New variable.
11249 (authors-add): Don't record changes in obsolete files.
11250
112512000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11252
11253 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11254
11255 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11256 (comment-indent): Make sure there's a space between code and comment.
11257 Shift comments left to avoid going past fill-column.
11258
112592000-09-29 Gerd Moellmann <gerd@gnu.org>
11260
11261 * startup.el (startup-echo-area-message): New function.
11262 (display-startup-echo-area-message): Use it.
11263 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11264 (fancy-splash-default-action): New function.
11265 (fancy-splash-screens-1): New function.
11266 (fancy-splash-head): Put a help-echo and a keymap under the image.
11267
112682000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11269
11270 * diff-mode.el (diff-add-log-file-name): Remove.
11271 (diff-mode): Use add-log-buffer-file-name-function.
11272
11273 * add-log.el (find-change-log): New arg BUFFER-FILE.
11274 (add-log-file-name): Obey add-log-file-name-function.
11275 (add-log-buffer-file-name-function): New var.
11276 (add-change-log-entry): Use it.
11277
112782000-09-29 Miles Bader <miles@gnu.org>
11279
11280 * image-file.el (image-file-name-extensions): New variable.
11281 (image-file-name-regexps): Renamed from `image-file-regexps'.
11282 New default value is nil. Call `auto-image-file-mode'.
11283 (image-file-name-regexp): New function.
11284 (auto-image-file-mode): New minor mode.
11285 (insert-image-file): Don't make conditional on the image-file
11286 handler being enabled.
11287 (image-file-handler): Make the call here conditional instead.
11288 (set-image-file-handler-enabled, enable-image-file-handler)
11289 (disable-image-file-handler): Functions removed.
11290
11291 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11292 string.
11293
112942000-09-29 Gerd Moellmann <gerd@gnu.org>
11295
11296 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11297 it's a function from CL.
11298 (latex-imenu-create-index): Replace eval-when-compile with progn
11299 because latex-section-alist is not bound while compiling.
11300
113012000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11302
11303 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11304 (outline-mode): Use define-derived-mode.
11305
11306 * progmodes/perl-mode.el (perl-mode):
11307 * progmodes/awk-mode.el (awk-mode):
11308 * progmodes/asm-mode.el (asm-mode):
11309 Don't gratuitously override the default for comment-column.
11310
11311 * emacs-lisp/lisp.el (lisp-complete-symbol):
11312 Distinguish the let-binding case from the funcall case.
11313 (forward-sexp-function): New variable.
11314 (forward-sexp): Use it.
11315
11316 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11317 (easy-mmode-defmap): Remove the now useless autoload.
11318
11319 * time.el (display-time-mode): Use define-minor-mode.
11320
11321 * subr.el (add-minor-mode): Don't eval NAME.
11322 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11323 Use if rather than cond.
11324
11325 * simple.el (read-expression-map): Define more properly.
11326 (comment-indent-hook): Remove.
11327 (string-to-syntax): Bug fix.
11328
11329 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11330 (cvs-ediff-diff): Fix typo.
11331 (cvs-revert-if-needed): Don't bother preserving read-only.
11332
11333 * paren.el (show-paren-mode): Use define-minor-mode.
11334
11335 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11336 (toggle-auto-compression): Remove.
11337 (jka-compr-build-file-regexp): Remove useless grouping.
11338
11339 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11340 Avoid user-reserved bindings.
11341 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11342 (diff-header-face): Revert to grey85.
11343
11344 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11345
11346 * complete.el (partial-completion-mode) <defcustom>: Remove.
11347 (partial-completion-mode): Use define-minor-mode.
11348 (PC-do-completion): Understand `completion-auto-help = delay'
11349 to mean to popup the completion buffer only the second time.
11350 (PC-include-file-all-completions, PC-include-file-all-completions)
11351 (PC-include-file-all-completions): Don't quote lambda.
11352
11353 * comint.el (comint-mode-hook): Docstring fix.
11354 (comint-mode): Use define-derived-mode.
11355 (comint-mode-map): Remove obsolete comment.
11356 (make-comint): Minor stylistic change.
11357 (comint-insert-clicked-input): Be more careful to find the overlay.
11358 Use this-command-keys rather than hardcoding mouse-2.
11359
11360 * font-lock.el: Replace confusing (,@ with ,
11361 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11362 Don't use regexp-opt-depth. Spice up the regexp for args.
11363 Don't distinguish between cmds that can take an opt arg or not.
11364 Use `append' and `prepend' rather than `keep'.
11365
11366 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11367 (latex-outline-regexp): New var.
11368 (latex-outline-level): New fun.
11369 (latex-section-alist): New var.
11370 (latex-imenu-create-index): Use it. Use `push' as well.
11371 (tex-shell-map): Initialize it properly.
11372 (tex-mode): Minor stylistic change.
11373 (plain-tex-mode): Use define-derived-mode.
11374 (latex-mode): Use define-derived-mode.
11375 Construct the paragraph regexps in a more readable way.
11376 Set the buffer-local outline-{level,regexp} vars.
11377 (slitex-mode): Derive from latex-mode.
11378 (tex-common-initialization): Don't kill-all-vars anymore.
11379 Add setting for comment-add and font-lock-defaults.
11380 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11381 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11382 (tex-start-tex): New arg DIR (and send a chdir command for it).
11383 Also display the shell buffer and save it in tex-last-buffer-texed.
11384 (tex-region): Use expand-file-name rather than concat.
11385 Remove code made useless by changes in tex-start-tex.
11386 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11387
11388 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11389
113902000-09-28 Dave Love <fx@gnu.org>
11391
11392 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11393
113942000-09-28 Gerd Moellmann <gerd@gnu.org>
11395
11396 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11397 `append'.
11398
113992000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11400
11401 * info.el (Info-extract-pointer): Undo last change.
11402 Instead, fix the position of the `bound' arg to re-search-backward.
11403
114042000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11405
11406 * info.el (Info-extract-pointer):
11407 Widen more carefully, to avoid finding pointers in other nodes.
11408 (Info-index): Use push.
11409
114102000-09-27 Gerd Moellmann <gerd@gnu.org>
11411
11412 * frame.el (set-frame-font): Remove call to obsolete function
11413 frame-update-faces.
11414 (set-foreground-color, set-background-color): Likewise for
11415 frame-update-face-colors.
11416
114172000-09-27 Miles Bader <miles@gnu.org>
11418
11419 * image-file.el: New file.
11420
114212000-09-27 Gerd Moellmann <gerd@gnu.org>
11422
11423 * frame.el (frame-notice-user-settings): Don't call
11424 frame-update-faces, which is a no-op now.
11425
11426 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11427 tool-bar-lines.
11428
114292000-09-27 Dave Love <fx@gnu.org>
11430
11431 * mouse.el: Fix last change.
11432
114332000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11434
11435 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11436
114372000-09-22 Kenichi Handa <handa@etl.go.jp>
11438
11439 * international/quail.el (quail-help): The output message is
11440 improved.
11441
114422000-09-26 Dave Love <fx@gnu.org>
11443
11444 * mouse.el (popup-menu): If POSITION is nil, set it using
11445 mouse-position.
11446
114472000-09-25 Sam Steingold <sds@gnu.org>
11448
11449 * net/browse-url.el (browse-url-file-url): Check for null maps.
11450
114512000-09-26 Gerd Moellmann <gerd@gnu.org>
11452
11453 * frame.el (frame-notice-user-settings): Don't add a
11454 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11455
11456 * frame.el (frame-notice-user-settings):
11457 Make tool-bar-mode and default-frame-alist consistent.
11458
11459 * toolbar/tool-bar.el (tool-bar-help): New function.
11460
114612000-09-25 Gerd Moellmann <gerd@gnu.org>
11462
11463 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11464 current-load-list in top-level forms. Else this leaks a cons cell
11465 every time a defun is called.
11466
11467 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11468
114692000-09-25 Dave Love <fx@gnu.org>
11470
11471 * startup.el (fancy-splash-head): Check XPM is available.
11472
11473 * autoinsert.el (auto-insert): Doc fix.
11474 (auto-insert-alist): Following GNU notices, don't say `copyright
11475 _by_'. Use line-beginning-position.
11476 (auto-insert): Check buffer-file-name is non-nil before use.
11477
114782000-09-25 Gerd Moellmann <gerd@gnu.org>
11479
11480 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11481 starting with `@def' or `@multitable', in addition to ones
11482 specified by the user in auto-fill-inhibit-regexp.
11483
114842000-09-25 Markus Rost <rost@math.ohio-state.edu>
11485
11486 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11487 rmail-dont-reply-to-names matches the empty string.
11488
114892000-09-25 Gerd Moellmann <gerd@gnu.org>
11490
11491 * startup.el (command-line-1, fancy-splash-text): Change the
11492 text to sound more friendly.
11493
114942000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11495
11496 * progmodes/hideshow.el: Update author email address.
11497 Generally, sync w/ maintainer version 5.22.
11498 (hs-hide-all-non-comment-function): New var.
11499 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11500 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11501 (hs-show-region): Delete this command.
11502 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11503
115042000-09-22 Dave Love <fx@gnu.org>
11505
11506 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11507 (hl-line-highlight): Specify buffer when moving overlay.
11508
11509 * progmodes/fortran.el (fortran-mode): Locally set
11510 normal-auto-fill-function.
11511 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11512 (fortran-mode-map): Adjust auto-fill menu entry.
11513
115142000-09-22 Gerd Moellmann <gerd@gnu.org>
11515
11516 * vc-rcs.el (toplevel): Require `vc' when compiling.
11517
11518 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11519
115202000-09-22 Andre Spiegel <spiegel@gnu.org>
11521
11522 * vc.el (vc-switch-backend): Signal an error if the file is not
11523 registered under the new backend.
11524
11525 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11526 without explicit revision number.
11527
115282000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11529
11530 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11531 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11532 (diff-xor): New function.
11533 (diff-find-source-location): Use it. Fix a stupid name clash.
11534 (diff-hunk-status-msg): New function.
11535 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11536 (diff-test-hunk): Use diff-find-source-location.
11537 (diff-goto-source): Favor the `reverse'.
11538 (diff-hunk-text): Properly handle one-sided context diffs.
11539 (diff-apply-hunk): When done, advance to the next hunk.
11540
115412000-09-21 Gerd Moellmann <gerd@gnu.org>
11542
11543 * startup.el (command-line): If frame was created with a non-zero
11544 tool-bar-lines parameter, switch tool-bar-mode on.
11545
11546 * add-log.el (change-log-date-face, change-log-name-face)
11547 (change-log-email-face, change-log-file-face)
11548 (change-log-list-face, change-log-conditionals-face)
11549 (change-log-function-face, change-log-acknowledgement-face):
11550 New faces, inheriting from font-lock faces.
11551 (change-log-font-lock-keywords): Use them.
11552
115532000-09-21 Dave Love <fx@gnu.org>
11554
11555 * progmodes/cperl-mode.el (top-level): Clean up
11556 `eval-when-compile's and assorted defvars.
11557 (cperl-invalid-face): Don't double-quote value. Change custom
11558 type.
11559 (cperl-mode): Set normal-auto-fill-function and don't zap
11560 auto-fill-function.
11561 (cperl-imenu--function-name-regexp-perl): Renamed from
11562 imenu-example--function-name-regexp-perl.
11563 (cperl-imenu--create-perl-index): Renamed from
11564 imenu-example--create-perl-index.
11565 (cperl-xsub-scan): Don't require cl.
11566
11567 * msb.el (msb-mode-map): Use substitute-key-definition.
11568 (msb-mode): Use msb-mode-map.
11569
115702000-09-21 Andre Spiegel <spiegel@gnu.org>
11571
11572 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11573 New functions.
11574 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11575 (vc-switch-backend): New function.
11576 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11577 (vc-register): Fix prompt.
11578 (vc-unregister, vc-default-unregister): New functions.
11579 (vc-version-diff): Handle empty buffer in sentinel.
11580
11581 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11582 (vc-rcs-state-heuristic): Use it to guess the state of files with
11583 non-strict locking.
11584 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11585 been set with -b, but not created yet.
11586 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11587 contents in order to find the state.
11588 (vc-rcs-checkin): Allow creation of branches with no changes.
11589 (vc-rcs-unregister, vc-rcs-receive-file)
11590 (vc-rcs-set-non-strict-locking): New functions.
11591
11592 * vc-hooks.el (vc-name): Force correct computation of the value
11593 in case it is missing.
11594
115952000-09-21 Gerd Moellmann <gerd@gnu.org>
11596
11597 * startup.el (fancy-splash-tail): Use a different foreground
11598 color on a dark frame background.
11599
116002000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11601
11602 * info.el: Use the correct capitalization when making Info-mode
11603 and Info-edit-mode `special' modes.
11604
116052000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11606
11607 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11608 (diff-mode): Add support for add-log.el.
11609 (diff-hunk-text): Use char offsets rather than line offsets.
11610 (diff-find-source-location): Replace LINE with line-offset (nil
11611 if not found) and always set POS to a meaningful position.
11612 Adapt to the new char-offsets.
11613 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11614 Adapt to the new diff-find-source-location.
11615 (diff-goto-source): Adapt to the new diff-find-source-location.
11616
11617 * add-log.el (add-log-file-name): New function (split out of
11618 add-change-log-entry).
11619 (add-change-log-entry): Use it.
11620 Call add-log-file-name-function with the changelog file name if
11621 the current buffer is not associated with any file.
11622 Avoid find-file if the selected window is dedicated.
11623
11624 * diff-mode.el (diff-find-source-location):
11625 Move code from diff-apply-hunk. Return buffer rather than file.
11626 (diff-apply-hunk): Use the new result from diff-find-source-location.
11627 (diff-goto-source): Use the new diff-find-source-location.
11628
116292000-09-20 Dave Love <fx@gnu.org>
11630
11631 * iswitchb.el: Some doc fixes.
11632 (iswitchb-mode-map): Define completely initially. Inherit
11633 minibuffer-local-map.
11634 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11635 fundamental-mode.
11636 (iswitchb-global-map): New variable.
11637 (iswitchb-summaries-to-end): Amalgamate regexps.
11638 (iswitchb-mode): New.
11639 (iswitchb-mode-hook): New variable.
11640 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11641 `extensions'.
11642
116432000-09-20 Gerd Moellmann <gerd@gnu.org>
11644
11645 * ehelp.el (electric-help): New defgroup.
11646 (electric-help-shrink-window): New user-option.
11647 (with-electric-help): Use it.
11648
11649 * window.el (shrink-window-if-larger-than-buffer): If face
11650 `mode-line' has a :box, and we're on a graphical frame, add 1
11651 to the needed window height.
11652
11653 * frame.el (frame-notice-user-settings): Add a last parameter nil
11654 to a call to `append', because the last list passed to `append' is
11655 not copied, and so subsequent calls to assq-delete-all will modify
11656 default-frame-alist.
11657
11658 * startup.el (fancy-splash-image): Change :type.
11659 (fancy-splash-head): Use an XBM image if appropriate.
11660 (command-line-1): Show splash screens in more cases.
11661
11662 * startup.el (fancy-splash-text): Don't quote faces.
11663
11664 * dired.el (dired-font-lock-keywords): Undo last change.
11665 (dired-readin): Bind indent-tabs-mode to nil.
11666
11667 * startup.el (fancy-splash-head): If frame's background mode
11668 is `dark', change the black background of the image to gray.
11669 (fancy-splash-screens): Display startup echo area message.
11670 (display-startup-echo-area-message): New function.
11671
116722000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11673
11674 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11675
11676 * info.el (info-header-node): Tweak for color ttys.
11677
11678 * faces.el (face-valid-attribute-values): Make sure directories we
11679 search for stipples both exist and are readable before trying to
11680 search them.
11681
11682 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11683 in the dry-run case.
11684
11685 * jka-compr.el (with-auto-compression-mode): New macro.
11686
11687 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11688 (custom-group-tag-face, custom-variable-tag-face): Use relative
11689 :height and inherit from `variable-pitch' face instead of
11690 hardwiring :family.
11691 * hi-lock.el (hi-black-hb): Likewise.
11692
11693 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11694 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11695 toolbar-add-item, if image doesn't have a mask add a `:mask
11696 heuristic'.
11697
116982000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11699
11700 * diff-mode.el: Docstring fixes.
11701 (diff-header-face, diff-comment-face): New faces.
11702 (diff-font-lock-keywords): Highlight a bit differently.
11703 (diff-find-source-location): Don't return SPAN any more.
11704 (diff-hunk-text): Don't bother erasing the temp buffer.
11705 (diff-find-text): Drop argument LINE.
11706 (diff-apply-hunk): Update calls to diff-find-text.
11707 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11708
11709 * calendar/calendar.el: Docstring fixes.
11710 (calendar-make-alist): Don't quote lambda.
11711 (calendar-star-date): Use make-local-variable.
11712
117132000-09-19 Dave Love <fx@gnu.org>
11714
11715 * toolbar/tool-bar.el: Renamed from toolbar.el.
11716 Change `toolbar' to `tool-bar' generally in symbols.
11717 Make some items invisible in `special' major modes.
11718 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11719 Add arg PROPS.
11720
11721 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11722 Add :version here.
11723 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11724
117252000-09-19 Gerd Moellmann <gerd@gnu.org>
11726
11727 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11728
11729 * files.el (find-file-suppress-same-file-warnings): New user-option.
11730 (find-file-noselect): Use it.
11731
11732 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11733 (fancy-splash-screen): Defgroup.
11734
11735 * add-log.el (change-log-font-lock-keywords): Match names
11736 more exactly for the case that font-lock-constant-face is
11737 underlined.
11738
117392000-09-19 Richard M. Stallman <rms@gnu.org>
11740
11741 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11742
117432000-09-19 Andre Spiegel <spiegel@gnu.org>
11744
11745 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11746
117472000-09-19 Gerd Moellmann <gerd@gnu.org>
11748
11749 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11750 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11751 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11752 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11753 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11754 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11755 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11756 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11757 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11758 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11759 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11760 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11761
11762 * startup.el (fancy-splash-text): New variable.
11763 (fancy-splash-delay, fancy-splash-image): New user-options.
11764 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11765 (fancy-splash-screens): New functions.
11766 (command-line-1): If display has a `display' frame parameter, has
11767 colors, and we have XPM support, show more fancy splash screens.
11768
117692000-09-19 Dave Love <fx@gnu.org>
11770
11771 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11772 with null `help'. Use modern backquote syntax.
11773
117742000-09-19 Gerd Moellmann <gerd@gnu.org>
11775
11776 * font-lock.el (font-lock-mode): Change message telling the user
11777 that ``the buffer is too big''.
11778
11779 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11780 for instance for the case that tab-width is 2.
11781
117822000-09-18 Gerd Moellmann <gerd@gnu.org>
11783
11784 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11785 toolbar-add-item, if image doesn't have a mask add a `:mask
11786 heuristic'.
11787
117882000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11789
11790 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11791 and return a cons if it's non-nil.
11792 (diff-apply-hunk): Try to jump to the line in the source text
11793 corresponding to the position of point in the in the hunk.
11794
11795 * info.el (Info-title-3-face, Info-title-2-face)
11796 (Info-title-1-face): Use face inheritance and relative sizes
11797 instead of hard-wiring things.
11798
11799 * faces.el (secondary-selection): Make dark-background variant sane.
11800
118012000-09-16 Andrew Innes <andrewi@gnu.org>
11802
11803 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11804 read-only, since they aren't under VC now.
11805
118062000-09-17 Dave Love <fx@gnu.org>
11807
11808 * tmm.el: Replace mapcar with mapc in several places.
11809
11810 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11811 ad-unadvise.
11812
11813 * international/latin1-disp.el: New file.
11814
11815 * calendar/cal-move.el (scroll-calendar-left)
11816 (scroll-calendar-right): Make arg optional (for active mode line).
11817
11818 * calendar/calendar.el (calendar-mode-line-format): Make fields
11819 mouse-sensitive.
11820 (calendar-read-date, calendar-read-date, calendar-window-list):
11821 Unquote lambda.
11822 (calendar-month-name): Use aref, not sref.
11823
11824 * view.el (minor-mode-alist): Propertize the string.
11825
11826 * international/characters.el (standard-case-table): Add entries
11827 for Greek.
11828
118292000-09-18 Miles Bader <miles@gnu.org>
11830
11831 * info.el (info-node, info-xref): Add dark-background variants.
11832
11833 * faces.el (header-line): Change defaults to be less confusing
11834 when mixed with mode-lines.
11835
11836 * info.el (Info-fontify-node): Make a few cleanups.
11837 Add extra `help-echo' and `local-map' props to node xrefs.
11838 Use header-specific faces for node-names & xrefs.
11839 (Info-use-header-line): New variable.
11840 (info-header-xref, info-header-node): New faces.
11841 (Info-setup-header-line): New function.
11842 (Info-select-node): Call Info-setup-header-line when enabled.
11843 (Info-extract-pointer): Work even if the header line is hidden.
11844 (Info-header-line): New variable.
11845
118462000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11847
11848 * vms-patch.el (print-region-function): Don't quote lambda.
11849
11850 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11851
11852 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11853 (lm-get-header-re): Allow spaces between the header and the colon.
11854 (lm-header): Allow $ in non-RCS headers.
11855 (lm-header-multiline): Put the strings back into order.
11856 Stop at an empty line. Don't require two space chars if the
11857 line is clearly not another header line.
11858
11859 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11860 (popup-menu-popup): Remove.
11861
118622000-09-15 Gerd Moellmann <gerd@gnu.org>
11863
11864 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11865 specification if or if not tool-bar item contains an `:enabled'
11866 property.
11867
11868 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11869 current buffer has no file name.
11870
118712000-09-15 Dave Love <fx@gnu.org>
11872
11873 * strokes.el: Sync with maintainer's current version with changes
11874 for Emacs, but avoid runtime cl and levents.
11875 (toplevel): Change autoloads and compilation requires.
11876 (strokes-version, strokes-bug-address, strokes-lift): Values
11877 changed.
11878 (strokes-xpm-header, strokes-insinuated): New variable.
11879 (strokes): Add :link.
11880 (strokes-mode): Customized.
11881 (strokes-while-inhibiting-garbage-collector): New macro.
11882 (strokes-remassoc): Avoid remove-if.
11883 (strokes-fix-button2-command): Don't use ad-do-it.
11884 (strokes-insinuate): New function.
11885 (strokes-button-press-event-p, strokes-button-release-event-p):
11886 New functions, used instead of non-`strokes-' versions..
11887 (strokes-mouse-event-p): Rewritten.
11888 (strokes-event-closest-point): Avoid event-point.
11889 (strokes-get-grid-position): Avoid cdadr, caadr
11890 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11891 functions.
11892 (strokes-help): Use with-output-to-temp-buffer.
11893 (strokes-window-configuration-changed-p): New function.
11894 (strokes-update-window-configuration): Use buffer-live-p,
11895 strokes-window-configuration-changed-p.
11896 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11897 (strokes-char-face): New face.
11898 (strokes-char-table, strokes-base64-chars): New variable.
11899 (strokes-xpm-for-stroke, strokes-list-strokes)
11900 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11901 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11902 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11903 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11904 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11905 functions.
11906
119072000-09-15 Gerd Moellmann <gerd@gnu.org>
11908
11909 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11910
11911 * image.el (create-image): Doc fix.
11912
11913 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11914 instead of `:heuristic-mask t'.
11915
119162000-09-14 Andrew Innes <andrewi@gnu.org>
11917
11918 * makefile.w32-in: Revert to Unix line endings.
11919
119202000-09-14 Andrew Innes <andrewi@gnu.org>
11921
11922 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11923 when installing.
11924
11925 * makefile.nt (DONTCOMPILE): Fix typo.
11926
11927 * shell.el (shell-write-history-on-exit): New function.
11928 (shell-dumb-shell-regexp): New custom variable.
11929 (shell-mode): Make shell-write-history-on-exit the process
11930 sentinel if shell name matches shell-dumb-shell-regexp.
11931
11932 * w32-fns.el: Comment out before-init-hook function which resets
11933 source-directory based; this breaks bootstrap.
11934
119352000-09-14 Dave Love <fx@gnu.org>
11936
11937 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11938 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11939 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11940 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11941 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11942 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11943 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11944 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11945 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11946
11947 * toolbar/toolbar.el: New.
11948
11949 * subdirs.el: Add toolbar.
11950
119512000-09-14 Gerd Moellmann <gerd@gnu.org>
11952
11953 * indent.el (indent-for-tab-command): Doc fix.
11954
119552000-09-14 Alex Schroeder <alex@gnu.org>
11956
11957 * ansi-color.el (ansi-colors): Doc change.
11958 (ansi-color-get-face): Simplified regexp.
11959 (ansi-color-faces-vector): Added more faces, doc change.
11960 (ansi-color-names-vector): Doc change.
11961 (ansi-color-regexp): Simplified regexp.
11962 (ansi-color-parameter-regexp): New regexp.
11963 (ansi-color-filter-apply): Doc change.
11964 (ansi-color-filter-region): Doc change.
11965 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11966 deal with zero length parameters.
11967 (ansi-color-apply-on-region): Doc change.
11968 (ansi-color-map): Doc change.
11969 (ansi-color-map-update): Removed debugging message.
11970 (ansi-color-get-face-1): Added condition-case to trap
11971 args-out-of-range errors.
11972 (ansi-color-get-face): Doc change.
11973 (ansi-color-make-face): Removed.
11974 (ansi-color-for-shell-mode): New option.
11975
119762000-09-13 Kenichi Handa <handa@etl.go.jp>
11977
11978 * international/quail.el (quail-start-translation): Translate KEY
11979 if necessary even if it doesn't have any mapping in the current
11980 input method.
11981 (quail-start-conversion): Likewise.
11982 (quail-help): The output message is improved.
11983
119842000-09-13 Miles Bader <miles@gnu.org>
11985
11986 * comint.el (comint-output-filter): Revert to using
11987 `insert-before-markers'. Add bletcherous hack to undo damage
11988 caused by `insert-before-markers'. Put `front-sticky' property on
11989 overlays created here so that the field code understands how the
11990 overlay works. Use a let when making comint-last-prompt-overlay,
11991 so that the code is easier to read.
11992
119932000-09-13 Dave Love <fx@gnu.org>
11994
11995 * wid-edit.el (widget-default-format-handler): DTRT when
11996 doc-property is a function.
11997
119982000-09-12 Francesco Potorti` <pot@gnu.org>
11999
12000 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12001 filed name if it's not there.
12002
120032000-09-12 Dave Love <fx@gnu.org>
12004
12005 * simple.el (read-mail-command): Doc fix.
12006 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12007
12008 * vc.el (vc-dired-listing-switches): Fix :version.
12009
12010 * vc-hooks.el: Doc fixes.
12011
12012 * subr.el (add-minor-mode): Use toggle-fun arg.
12013
12014 * speedbar.el: Add :version to several defcustoms.
12015
12016 * imenu.el (imenu--truncate-items, imenu--cleanup)
12017 (imenu--generic-function): Avoid mapcar.
12018 (imenu--replace-spaces): Function removed.
12019 (imenu--completion-buffer): Use subst-char-in-string.
12020 (imenu-add-to-menubar): Use keymap inheritance.
12021
120222000-09-12 Miles Bader <miles@gnu.org>
12023
12024 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12025 (diff-mode-map): Bind `diff-test-hunk'.
12026 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12027
120282000-09-11 Gerd Moellmann <gerd@gnu.org>
12029
12030 * bytecomp.el (byte-compile-defvar): Undo last change
12031 because it breaks '(make-variable-buffer-local (defvar ...)'
12032 which is used at least in dired.
12033
120342000-09-12 Kenichi Handa <handa@etl.go.jp>
12035
12036 * international/quail.el (quail-define-package): Docstring
12037 modified.
12038
120392000-09-12 Kenichi Handa <handa@etl.go.jp>
12040
12041 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12042 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12043 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12044 docstring of "chinese-py".
12045
12046 * international/quail.el (quail-translation-docstring): New
12047 variable.
12048 (quail-show-keyboard-layout): Docstring modified.
12049 (quail-select-current): Likewise.
12050 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12051 infinite recursive call.
12052 (quail-help): Check quail-translation-docstring. Format of the
12053 output changed.
12054 (quail-help-insert-keymap-description): Adjusted for the above
12055 change.
12056
120572000-09-11 Gerd Moellmann <gerd@gnu.org>
12058
12059 * bytecomp.el (byte-compile-defvar): Only cons onto
12060 current-load-list in top-level forms. Else this leaks a cons cell
12061 every time a defun is called.
12062
120632000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12064
12065 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12066 Now understands non-unified diffs. Some functionality moved into
12067 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12068 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12069 modify anything. Only reposition point in the patched file if the
12070 patch succeeds. Only pop up another window if POPUP is true.
12071 Emit a message describing what happened if successful, and at what
12072 line-offset. Automatically detect reversed hunks and do something
12073 appropriate.
12074 (diff-hunk-text, diff-find-text): New functions.
12075 (diff-filter-lines): Function removed.
12076 (diff-test-hunk): New function.
12077 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12078
120792000-09-10 Dave Love <fx@gnu.org>
12080
12081 * textmodes/tildify.el: Minor doc/commentary fixes.
12082 (tildify) <defgroup>: Add :version.
12083
12084 * faces.el (face-x-resources): Make custom type more specific.
12085 (frame-background-mode): Use mapc.
12086 (region) <defcustom>: Add :version.
12087
120882000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12089
12090 * vc-sccs.el (vc-sccs-register):
12091 * vc-rcs.el (vc-rcs-register):
12092 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12093 * vc.el (vc-register): Clear file's properties.
12094
120952000-09-08 Gerd Moellmann <gerd@gnu.org>
12096
12097 * faces.el (face-spec-set): Only face-spec-reset-face when
12098 ATTRS is non-nil.
12099
121002000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12101
12102 * help.el (help-insert-xref-button): Fix a typo in doc string.
12103
121042000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12105
12106 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12107 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12108 methods.
12109
12110 * menu-bar.el (read-mail-item-name): New function.
12111 (menu-bar-tools-menu): Use it to compute and display the package
12112 used to read email.
12113 (menu-bar-tools-menu): Fix typo in GUD's help string.
12114
121152000-09-07 Dave Love <fx@gnu.org>
12116
12117 * diff-mode.el (diff-mouse-goto-source): New function.
12118
12119 * vc-sccs.el: Doc fixes.
12120 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12121
12122 * vc-rcs.el: Doc fixes.
12123 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12124 (vc-rcs-checkout-switches, vc-rcs-header)
12125 (vc-rcs-master-templates): Add or change :version.
12126
12127 * vc-cvs.el: Doc fixes.
12128 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12129 (vc-cvs-stay-local): Add :version.
12130
12131 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12132
121332000-09-07 Kenichi Handa <handa@etl.go.jp>
12134
12135 * international/quail.el (quail-help): Fix previous change.
12136
121372000-09-07 Gerd Moellmann <gerd@gnu.org>
12138
12139 * faces.el (color-values): Doc fix.
12140
12141 * faces.el (frame-set-background-mode): Use frame-parameter
12142 instead of frame-parameters.
12143
12144 * frame.el (filtered-frame-list): Reduce consing.
12145 (frames-on-display-list): Call frame-parameter instead of
12146 frame-parameters.
12147
121482000-09-07 Kenichi Handa <handa@etl.go.jp>
12149
12150 * language/devan-util.el (devanagari-to-indian-region): In the
12151 loop, change the following char, not preceding char.
12152
121532000-09-07 Gerd Moellmann <gerd@gnu.org>
12154
12155 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12156 instead of frame-parameters.
12157
12158 * faces.el (set-face-attribute): Simplify by calling
12159 internal-set-lisp-face-attribute with FRAME being 0.
12160
12161 * vc.el: Remove `Id' version control keyword.
12162
121632000-09-07 Kenichi Handa <handa@etl.go.jp>
12164
12165 * help.el (help-make-xrefs): Adjusted for the change of
12166 help-xref-mule-regexp.
12167 (help-insert-xref-button): New function.
12168
12169 * international/mule-cmds.el (help-xref-mule-regexp-template):
12170 Include the pattern for character set.
12171 (leim): New group.
12172
12173 * international/quail.el: Don't require face.
12174 (quail): New group.
12175 (quail-other-command): Dummy command to make quail-help work better.
12176 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12177 (quail-keyboard-layout-substitution): New variable.
12178 (quail-update-keyboard-layout): New function.
12179 (quail-keyboard-layout-type): New customizable variable.
12180 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12181 (quail-keyboard-translate): Pay attention to
12182 quail-keyboard-layout-substitution.
12183 (quail-insert-kbd-layout): New function.
12184 (quail-show-keyboard-layout): New function.
12185 (quail-get-translation): If the definition is a vector of length
12186 1, and the element is a string of length 1, return the character
12187 in that string.
12188 (quail-update-current-translations): Fix the case of
12189 relative-index out of range.
12190 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12191 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12192 Show key sequences for all available characters.
12193 (quail-help-insert-keymap-description): Don't show such verbose
12194 key bindings as quail-self-insert-command.
12195
12196 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12197 Format changed, and each element now have extra documentations.
12198 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12199 Adjusted for the change of quail-cxterm-package-ext-info.
12200
122012000-09-06 Gerd Moellmann <gerd@gnu.org>
12202
12203 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12204 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12205 during bootstrap.
12206
122072000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12208
12209 * vc.el: (toplevel): Don't require `dired' at run-time.
12210 (vc-dired-resynch-file): Remove autoload cookie.
12211
122122000-09-05 Andre Spiegel <spiegel@gnu.org>
12213
12214 * vc.el: Made several backend functions optional.
12215 (vc-default-responsible-p): New function.
12216 (vc-merge): Use RET for first version to trigger merge-news, not
12217 prefix arg.
12218 (vc-annotate): Handle backends that do not support annotation.
12219 (vc-default-merge-news): Removed. The existence of a merge-news
12220 implementation is now checked on caller sites.
12221
12222 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12223 case.
12224
12225 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12226 special case that has been removed from the default in vc-hooks.el.
12227
122282000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12229
12230 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12231
122322000-09-05 Andre Spiegel <spiegel@gnu.org>
12233
12234 * vc-hooks.el: Require vc during compilation.
12235 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12236 macro `with-vc-properties' in vc.el.
12237 (vc-file-getprop): Doc fix.
12238 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12239
12240 * vc.el: Require dired-aux during compilation.
12241 (vc-name-assoc-file): Moved to vc-sccs.el.
12242 (with-vc-properties): New macro.
12243 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12244 vc-finish-steal): Use it.
12245 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12246 to the backend-specific function is now supposed to do the checkout,
12247 too.
12248 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12249
12250 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12251 set file properties; that gets done in the generic code now.
12252
12253 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12254 Changed parameter list, added code from vc.el that does the
12255 checkout, possibly with a double-take.
12256
12257 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12258 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12259 the above under the new name.
12260 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12261 parameter list, added checkout command.
12262 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12263 properties; that gets done in the generic code now.
12264
122652000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12266
12267 * vc.el: Docstring fixes (courtesy of checkdoc).
12268
122692000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12270
12271 * vc.el (vc-checkout-writable-buffer-hook)
12272 (vc-checkout-writable-buffer): Remove.
12273 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12274 (vc-log-mode): Make it into a clean derived major mode.
12275 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12276 vc-log-mode if log-edit is not available.
12277 (vc-dired-mode-map): Don't set-keymap-parent yet.
12278 (vc-dired-mode): Do set-keymap-parent here.
12279 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12280
122812000-09-05 Gerd Moellmann <gerd@gnu.org>
12282
12283 * faces.el (set-face-attribute, face-spec-reset-face)
12284 (face-spec-set): Avoid consing by removing calls to `apply'.
12285
12286 * frame.el (frame-parameter): Move to C code.
12287
122882000-09-05 Dave Love <fx@gnu.org>
12289
12290 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12291 insert-before-markers-and-inherit. Now checked systematically!
12292
122932000-09-05 Alex Schroeder <alex@gnu.org>
12294
12295 * sql.el (sql-postgres): Use sql-postgres-options.
12296 (sql-postgres-options): New variable.
12297
122982000-09-05 Alex Schroeder <alex@gnu.org>
12299
12300 * sql.el (sql-mode-menu): Work around missing variable mark-active
12301 in XEmacs.
12302 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12303 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12304 compatibility.
12305
123062000-09-04 Gerd Moellmann <gerd@gnu.org>
12307
12308 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12309
12310 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12311
12312 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12313
123142000-09-04 Andre Spiegel <spiegel@gnu.org>
12315
12316 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12317 don't support anything else under SCCS yet.
12318
12319 * vc-hooks.el: Minor doc fixes.
12320
123212000-09-04 Andre Spiegel <spiegel@gnu.org>
12322
12323 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12324 not necessary. If verbose in state `needs-patch', do the same as
12325 under `up-to-date'. When NOT verbose and `needs-patch', check out
12326 latest version instead of `merge-news'.
12327 (vc-next-action-dired): Don't mess with default-directory here; it
12328 breaks other parts of dired. It is the job of the
12329 backend-specific functions to adjust it temporarily if they need it.
12330 (vc-next-action): Remove a special CVS case.
12331 (vc-clear-headers): New optional arg FILE.
12332 (vc-checkin, vc-checkout): Set properties vc-state and
12333 vc-checkout-time properly.
12334 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12335 (vc-print-log): Use new backend function `show-log-entry'.
12336 (vc-cancel-version): Do the checks in a different order. Added a
12337 FIXME concerning RCS-only code.
12338
12339 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12340 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12341
12342 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12343
12344 * vc-hooks.el (vc-default-mode-line-string): Show state
12345 `needs-patch' as a `-' too.
12346
123472000-09-04 Andre Spiegel <spiegel@gnu.org>
12348
12349 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12350 (vc-default-could-register): New function.
12351 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12352 (vc-resynch-buffer): Call vc-dired-resynch-file.
12353 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12354 vc-resynch-buffer instead of vc-resynch-window.
12355 (vc-next-action-dired): Don't redisplay here, that gets done as a
12356 result of the individual file operations.
12357 (vc-retrieve-snapshot): Corrected prompt order.
12358
12359 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12360
12361 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12362 as well.
12363 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12364 hostname regexps. Updated all callers.
12365 (vc-cvs-responsible-p): Handle directories as well.
12366 (vc-cvs-could-register): New function.
12367 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12368 properties up-to-date.
12369
12370 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12371 user whether to create one.
12372
123732000-09-04 Andre Spiegel <spiegel@gnu.org>
12374
12375 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12376 check out a non-existing file.
12377
12378 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12379 workfile does not exist.
12380
12381 * vc.el (vc-version-diff): Use `require' to check for existence of
12382 diff-mode.
12383
123842000-09-04 Andre Spiegel <spiegel@gnu.org>
12385
12386 * vc-cvs.el (vc-cvs-registered): Use new function
12387 vc-cvs-parse-entry to do the actual work.
12388
123892000-09-04 Andre Spiegel <spiegel@gnu.org>
12390
12391 * vc-hooks.el (vc-find-backend-function): If function doesn't
12392 exist, return nil instead of error.
12393 (vc-call-backend): Doc fix.
12394
12395 * vc.el (vc-do-command): Doc fix.
12396 (vc-finish-logentry): When checking in from vc-dired, choose the
12397 right backend for logentry check.
12398 (vc-dired-mode-map): Inherit from dired-mode-map.
12399 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12400 simplified.
12401 (vc-dired-state-info): Removed, updated caller.
12402 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12403 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12404 (vc-dired-listing-switches): New variable.
12405 (vc-directory): Use it, instead of dired-listing-switches.
12406
12407 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12408 (vc-cvs-dir-state): New function.
12409 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12410 (vc-cvs-parse-entry): New function, also to be used in
12411 vc-cvs-registered.
12412
124132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12414
12415 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12416 *or* single-window-frames.
12417
124182000-09-04 Andre Spiegel <spiegel@gnu.org>
12419
12420 * vc.el (vc-update-changelog): Split into generic part and default
12421 implementation. Doc string adapted.
12422 (vc-default-update-changelog): New function. Call the `rcs2log'
12423 script in exec-directory, to fix a long-standing nuisance.
12424
12425 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12426 simply signals an error.
12427
124282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12429
12430 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12431 control-flow more clear and to avoid running `cvs' twice.
12432
12433 * vc.el (vc-next-action-on-file): Doc fix.
12434 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12435 (vc-print-log): Eval `file' before constructing the continuation.
12436
124372000-09-04 Andre Spiegel <spiegel@gnu.org>
12438
12439 * vc.el (vc-next-action-on-file): Corrected several messages.
12440 (vc-merge): Add prefix arg `merge-news'; handle it.
12441
12442 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12443 is not reached. It is.
12444 (vc-cvs-merge): Set state to 'edited after merge.
12445 (vc-cvs-merge-news): Set workfile version to nil if not known.
12446 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12447
12448 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12449 via stdout. (Merge from main line.)
12450
124512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12452
12453 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12454 detection.
12455
124562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12457
12458 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12459 against kill-all-local-variables.
12460 (vc-log-edit): Don't save vc-parent-buffer any more.
12461 (vc-last-comment-match): Initialize to an empty string.
12462 (vc-post-command-functions): New hook.
12463 (vc-do-command): Run it.
12464 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12465 (vc-finish-logentry): Only add the comment to the ring if it's
12466 different from the last comment entered.
12467 (vc-new-comment-index): New function.
12468 (vc-previous-comment): Use it. Make the minibuffer message
12469 slightly less terse.
12470 (vc-comment-search-reverse): Make it work forward as well. Don't
12471 set vc-comment-ring-index if no match is found. Use
12472 vc-new-comment-index.
12473 (vc-comment-search-forward): Use vc-comment-search-reverse.
12474 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12475 define-derived-mode will do it for us. Bind `v' to a keymap that
12476 inherits from vc-prefix-map so that we can bind `vt' without
12477 binding C-x v t.
12478 (vc-retrieve-snapshot): Parenthesis typo.
12479
12480 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12481 to 1. Make sure to switch to *vc* before looking for an error
12482 message. Use vc-parse-buffer.
12483
124842000-09-04 Andre Spiegel <spiegel@gnu.org>
12485
12486 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12487 and NAME.
12488 (vc-retrieve-snapshot): Split into two parts.
12489 (vc-default-retrieve-snapshot): New function.
12490
12491 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12492 (vc-cvs-retrieve-snapshot): New function (untested).
12493 (vc-cvs-stay-local): Default to t.
12494 (vc-cvs-remote-p): New function and property.
12495 (vc-cvs-state): Stay local only if the above is t.
12496 (vc-handle-cvs): Removed.
12497 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12498 done via vc-handled-backends now.
12499 (vc-cvs-header): Escape Id.
12500
125012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12502
12503 * vc.el (vc-do-command): Remove unused commands.
12504 (vc-version-diff): Make sure default-directory ends with a slash.
12505 Move the window commands into a vc-exec-after.
12506 (vc-print-log): Move more of the code into the `vc-exec-after'.
12507
125082000-09-04 Andre Spiegel <spiegel@gnu.org>
12509
12510 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12511 (vc-print-log): Search current revision from beginning of buffer.
12512 (vc-revert-buffer): Clear echo area after the diff is finished.
12513 (vc-prefix-map): Removed definition of "t" for terse display in vc
12514 dired.
12515 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12516 definition of "vt" for terse display.
12517 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12518
125192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12520
12521 * vc.el (vc-exec-after): Avoid caddr.
12522
125232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12524
12525 * vc.el (vc-exec-after): New function.
12526 (vc-do-command): Use it to add a termination message for async
12527 procs.
12528 (vc-checkout): Try to handle a missing-backend situation.
12529 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12530 of a directory with a backend using async diffs.
12531 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12532 present.
12533
12534 * vc-sccs.el (vc-sccs-state-heuristic): Use
12535 file-ownership-preserved-p.
12536
12537 * vc-rcs.el (vc-rcs-state-heuristic): Use
12538 file-ownership-preserved-p.
12539 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12540
125412000-09-04 Andre Spiegel <spiegel@gnu.org>
12542
12543 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12544 vc-do-command.
12545
12546 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12547 when there are no changes.
12548
125492000-09-04 Andre Spiegel <spiegel@gnu.org>
12550
12551 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12552
12553 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12554
125552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12556
12557 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12558
12559 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12560 the `fset' outside of the defvar so that it works even if
12561 vc-prefix-map was already defined.
12562 (vc-setup-buffer): New function, split out of vc-do-command.
12563 (vc-do-command): Allow BUFFER to be t to mean `just use the
12564 current buffer without any fuss'.
12565 (vc-version-diff): Change the `diff' backend operation to just put
12566 the diff in the current buffer without erasing it. Always use
12567 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12568 shrink-window-if-larger-than-buffer.
12569 (vc-print-log): Change the `print-log' backend operation to just
12570 put the log in the current buffer without erasing it. Protect
12571 shrink-window-if-larger-than-buffer.
12572 (vc-update-change-log): Fix setd typo.
12573
12574 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12575 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12576
12577 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12578 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12579 CMP.
12580
12581 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12582 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12583 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12584
125852000-09-04 Andre Spiegel <spiegel@gnu.org>
12586
12587 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12588 not possible, use vc-BACKEND-workfile-unchanged-p.
12589 (vc-default-workfile-unchanged-p): New function. Delegates to a
12590 full vc-BACKEND-diff.
12591
12592 * vc-hooks.el (vc-simple-command): Removed.
12593
12594 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12595 instead of vc-simple-command.
12596 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12597 avoid doing a diff when opening a file.
12598 (vc-rcs-state): Added check for unlocked-changes.
12599 (vc-rcs-header): Escape Id.
12600 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12601 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12602 version.
12603
12604 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12605 (vc-sccs-diff): Remove optional arg CMP.
12606 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12607 SCCS-specific function.
12608
12609 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12610 vc-simple-command.
12611
126122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12613
12614 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12615 (with-vc-file, vc-merge): Use vc-editable-p.
12616 (vc-do-command): Remove unused var vc-file and fix the
12617 doubly-defined `status' var. Add a user message when starting an
12618 async command.
12619 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12620 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12621 Use with-current-buffer.
12622 (vc-buffer-sync): Use unless.
12623 (vc-next-action-on-file): If the file is 'edited by read-only,
12624 make it read-write instead of trying to commit.
12625 (vc-version-diff, vc-update-change-log): Use `setq
12626 default-directory' rather than `cd'.
12627 (vc-log-edit): Don't forget to set default-directory in the
12628 buffer.
12629
12630 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12631 (vc-sccs-state-heuristic): Use file-writable-p instead of
12632 comparing userids.
12633 (vc-sccs-checkout): Use `unless'.
12634
12635 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12636 of comparing userids.
12637 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12638 Simplify the logic by eliminating unreachable code.
12639 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12640 just do a recursive call if we need to retry.
12641 (vc-rcs-checkout): Handle the case where rcs is missing by making
12642 the buffer read-write if requested and re-signalling the error.
12643
12644 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12645
126462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12647
12648 * vc-hooks.el (vc-handled-backends): Docstring change.
12649 (vc-ignore-vc-files): Mark obsolete.
12650 (vc-registered): Check vc-ignore-vc-files.
12651 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12652 vc-ignore-vc-files.
12653
12654 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12655
126562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12657
12658 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12659 files since ange-ftp already has vc-registered return nil.
12660
12661 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12662 (vc-sccs-workfile-version): Use with-temp-buffer and new
12663 vc-parse-buffer and don't bother setting the property.
12664 (vc-sccs-add-triple): Use with-current-buffer and
12665 find-file-noselect.
12666 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12667
12668 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12669 derives from the old vc-parse-buffer but uses the revision number
12670 rather than the date (much easier to compare robustly).
12671 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12672 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12673 locking-user more directly. Check strict locking and set
12674 checkout-model appropriately.
12675 (vc-rcs-parse-locks): Remove.
12676 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12677 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12678 (vc-rcs-system-release): Use with-current-buffer and
12679 vc-parse-buffer.
12680 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12681
12682 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12683 (vc-simple-command): Docstring fix.
12684 (vc-registered): Align the way the file-handler is called with the
12685 way the function itself works.
12686 (vc-file-owner): Remove.
12687
12688 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12689 extraction of fields and call to file-attributes because of a
12690 temporary bug in rcp.el.
12691 (vc-cvs-fetch-status): Use with-current-buffer.
12692
126932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12694
12695 * vc.el (vc-do-command): Use file-relative-name.
12696 (vc-responsible-backend): Use vc-backend if possible.
12697 (vc-create-snapshot): Improve the `interactive' spec. Add support
12698 for branches and dispatch to backend-specific `create-snapshot'.
12699 (vc-default-create-snapshot): New function, containing the bulk of
12700 the old vc-create-snapshot.
12701 (vc-retrieve-snapshot): Improve the interactive spec.
12702
12703 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12704 (vc-backend-hook-functions): Remove.
12705 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12706 (vc-backend): Reintroduce the test for `file = nil' now that I
12707 know why it was there (and added a comment to better remember).
12708
12709 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12710 code from vc-sccs-hooks.el.
12711 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12712 'vc anymore.
12713 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12714 and file-directory-p instead of file-exists-p.
12715 (vc-sccs-check-headers): Simplify the regexp.
12716
12717 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12718 from vc-rcs-hooks.el. Don't require 'vc anymore.
12719 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12720 file-directory-p instead of file-exists-p.
12721
12722 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12723 from vc-cvs-hooks.el.
12724 (proto vc-cvs-registered): Require 'vc-cvs instead of
12725 'vc-cvs-hooks. Don't require 'vc anymore.
12726 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12727 file-directory-p instead of file-exists-p.
12728 (vc-cvs-create-snapshot): New function, replacing
12729 vc-cvs-assign-name.
12730 (vc-cvs-assign-name): Remove.
12731
127322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12733
12734 * vc-cvs.el (vc-cvs-header): New var.
12735
12736 * vc-rcs.el (vc-rcs-exists): Remove.
12737 (vc-rcs-header): New var.
12738
12739 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12740 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12741 (vc-sccs-header): New var.
12742
12743 * vc.el (vc-do-command): Get rid of the `last' argument.
12744 (vc-header-alist): Remove, replaced by vc-X-header.
12745 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12746 (vc-dired-hook): Use expand-file-name instead of concat.
12747 (vc-directory): Use file-name-as-directory.
12748 (vc-snapshot-precondition, vc-create-snapshot)
12749 (vc-retrieve-snapshot): Allow the command to operate on any
12750 directory.
12751
12752 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12753 just removing the 'WORKFILE argument or by removing the 'MASTER
12754 argument and replacing `file' with (vc-name file).
12755
127562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12757
12758 * vc.el: Update Copyright and add a crude list of backend funs.
12759 (vc-writable-p): New function.
12760 (with-vc-file): Use vc-writable-p.
12761 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12762 (vc-register): Avoid vc-name.
12763 (vc-locking-user): Remove.
12764 (vc-steal-lock): Make the `owner' arg non-optional.
12765 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12766 vc-checkout-model.
12767 (vc-default-dired-state-info): Use vc-state instead of
12768 vc-locking-user and return special strings for special states.
12769 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12770 and get rid of one of the special CVS cases.
12771 (vc-cancel-version): prettify error message with \\[...].
12772 (vc-rename-master): New function.
12773 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12774 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12775 the CVS special case generic.
12776 (vc-default-record-rename): Remove.
12777 (vc-file-tree-walk-internal): Only call FUNC for files that are
12778 under control of some VC backend and replace `concat' with
12779 expand-file-name.
12780 (vc-file-tree-walk): Update docstring.
12781 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12782 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12783
12784 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12785 vc-sccs-record-rename. Use `find-file-noselect' rather than
12786 `find-file' and call `vc-rename-master' to do the actual move.
12787 (vc-sccs-diff): Remove unused `backend' variable.
12788
12789 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12790 to delay loading of vc-sccs until it is really used.
12791 (vc-sccs-master-templates): Preload.
12792 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12793 (vc-sccs-project-dir): Remove (merged into
12794 vc-sccs-search-project-dir).
12795 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12796 rather than `concat', make sure it is preloaded and don't bother
12797 to check that the file actually exists.
12798 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12799 `locks' argument (use buffer's content instead) and eliminate n^2
12800 behavior.
12801
12802 * vc-rcs.el: Update Copyright.
12803 (vc-rcs-rename-file): New function.
12804 (vc-rcs-diff): Remove unused `backend' variable.
12805
12806 * vc-hooks.el: Update Copyright.
12807 (vc-backend): Don't accept a nil argument any more.
12808 (vc-up-to-date-p): Turn into a defsubst.
12809 (vc-possible-master): New function.
12810 (vc-check-master-templates): Use `vc-possible-master' and allow
12811 funs in vc-X-master-templates to return a non-existent file.
12812
12813 * vc-cvs.el: Update Copyright.
12814 (vc-cvs-diff): Remove unused `backend' variable.
12815 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12816
12817 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12818
128192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12820
12821 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12822 since it can be called from vc-rcs.el.
12823 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12824
128252000-09-04 Andre Spiegel <spiegel@gnu.org>
12826
12827 * vc.el (vc-version-diff): Expand file name read from the
12828 minibuffer. Handle the case when a previous version number can't
12829 be guessed. Give suitable messages when there were no differences
12830 found.
12831 (vc-clear-headers): Call backend-specific implementation, if one
12832 exists.
12833 (vc-cancel-version): Made error checks generic. When done, clear
12834 headers generically, too.
12835
12836 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12837 from vc-clear-headers in vc.el.
12838
12839 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12840 correctly.
12841 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12842 optional. Handle the case when it's not there.
12843
128442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12845
12846 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12847
128482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12849
12850 * vc-hooks.el (vc-loadup): Remove.
12851 (vc-find-backend-function): Use `require'. Also, handle the case
12852 where vc-BACKEND-hooks.el doesn't exist.
12853 (vc-call-backend): Cleanup.
12854
128552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12856
12857 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12858 vc-rcs-grab-templates)
12859 (vc-rcs-registered): Remove. The default function works as well.
12860 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12861 vc-sccs-grab-templates)
12862 (vc-sccs-registered): Remove. The default function works as well.
12863
12864 * vc.el (vc-version-diff): Left out a vc- in call to
12865 vc-call-backend.
12866 (vc-default-dired-state-info, vc-default-record-rename)
12867 (vc-default-merge-news): Update for the new backend argument.
12868
12869 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12870 using the default function.
12871 (vc-call-backend): If calling the default function, pass it the
12872 backend as first argument. Update the docstring accordingly.
12873 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12874 for the new backend argument.
12875 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12876 (vc-find-backend-function): Use the new name.
12877 (vc-default-registered): New function.
12878
128792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12880
12881 * vc.el (vc-merge): Use vc-find-backend-function.
12882
12883 * vc-hooks.el (vc-backend-functions): Remove.
12884 (vc-loadup): Don't setup 'vc-functions.
12885 (vc-find-backend-function): New function.
12886 (vc-call-backend): Use above fun and populate 'vc-functions
12887 lazily.
12888 (vc-backend-defines): Remove.
12889
128902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12891
12892 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12893 Call vc-call-backend without the leading vc-.
12894 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12895 (vc-check-headers): Call vc-call-backend without the leading vc-.
12896 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12897 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12898 Call vc-call-backend without the leading vc-.
12899
12900 * vc-cvs.el (tail): Provide vc-cvs.
12901 * vc-sccs.el (tail): Provide vc-sccs.
12902 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12903
12904 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12905 (vc-make-backend-function, vc-call): Pass names without leading
12906 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12907 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12908 (vc-call-backend): Always try to load vc-X-hooks.
12909 (vc-registered): Remove vc- in call to vc-call-backend.
12910
129112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12912
12913 * vc.el (vc-process-filter): New function.
12914 (vc-do-command): Setup `vc-process-filter' for the async process.
12915 (vc-maybe-resolve-conflicts): New function to reduce
12916 code-duplication. Additionally, it puts the buffer in
12917 `smerge-mode' if applicable.
12918 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12919 calling `merge-news'.
12920 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12921 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12922 interfacing to log-edit.el.
12923 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12924 log-edit is available.
12925 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12926
129272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12928
12929 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12930 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12931 defvar and the initialization.
12932 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12933
12934 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12935 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12936
12937 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12938
129392000-09-04 Andre Spiegel <spiegel@gnu.org>
12940
12941 * vc.el (vc-file-clear-masterprops): Removed.
12942 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12943 (vc-version-diff): Use buffer-size without argument.
12944 (vc-register): Heed vc-initial-comment.
12945
12946 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12947 default branch.
12948
12949 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12950 file name and workfile version.
12951 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12952
12953 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12954 vc-file-clear-masterprops.
12955
12956 * vc-sccs.el (vc-sccs-checkout): Removed call to
12957 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12958 rather than user login name.
12959
12960
129612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12962
12963 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12964 `want-differences-if-changed' and simplify.
12965 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12966 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12967 output (which is invalid for async vc-diff) to decide whether to
12968 do the revert silently or not.
12969
129702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12971
12972 * vc-hooks.el (vc-loadup): Load files quietly.
12973 (vc-call-backend): Oops, brain fart.
12974
129752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12976
12977 * vc-cvs.el (vc-cvs-state): Typo.
12978 (vc-cvs-merge-news): Return the status code rather than the error msg.
12979
129802000-09-04 Andre Spiegel <spiegel@gnu.org>
12981
12982 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12983 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12984 vc-state or vc-up-to-date-p.
12985 (vc-merge): Use vc-backend-defines to check whether merging is
12986 possible. Set state to 'edited after successful merge.
12987
12988 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12989 return that name. Redocumented.
12990
129912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12992
12993 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12994 new `vc-state' semantics.
12995 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12996 'vc-locking-user to the current user.
12997 (vc-merge): Inline vc-backend-merge. Comment out code that I
12998 don't understand and hence can't adapt to the new `vc-state' and
12999 `vc-locking-user' semantics.
13000 (vc-backend-merge): Remove.
13001
13002 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13003 rather than 'vc-locking-user.
13004
13005 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13006
13007 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13008 (vc-state): Don't use 'reserved any more. Just use the same
13009 convention as the one used for vc-<backend>-state where the
13010 locking user (as a string) is returned.
13011 (vc-locking-user): Update, based on the above convention. The
13012 'vc-locking-user property has disappeared.
13013 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13014
13015 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13016 with a heuristic one.
13017 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13018 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13019 error. That allows us to get to 'needs-merge even in the
13020 stay-local case. There's still no way to detect 'needs-patch in
13021 such a setup (or to force an update for that matter).
13022 (vc-cvs-logentry-check): Remove, the default works as well.
13023
130242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13025
13026 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13027
13028 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13029 major-mode in which the buffer might have been put earlier. Use
13030 `remove' and `when'. Allow `okstatus' to be `async' and use
13031 `start-process' in this case.
13032 (vc-version-diff): Handle the case where the diff looks empty
13033 because of the use of an async process.
13034
130352000-09-04 Andre Spiegel <spiegel@gnu.org>
13036
13037 * vc.el (vc-next-action-on-file): Removed optional parameter
13038 `simple'. Recompute state unconditionally.
13039 (vc-default-toggle-read-only): Removed.
13040
13041 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13042 (vc-toggle-read-only): Undid prev change.
13043
13044 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13045 vc-cvs-simple-toggle. Redocumented.
13046 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13047 (vc-cvs-toggle-read-only): Removed.
13048
130492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13050
13051 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13052 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13053 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13054 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13055 still is. So maybe it should be removed.
13056 (vc-head-version, vc-find-binary): Remove.
13057 (vc-recompute-state): Move from vc-hooks.el.
13058 (vc-next-action-on-file): Add a `simple' argument to allow
13059 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13060 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13061 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13062 (vc-dired-mode-map): Properly defvar it.
13063 (vc-print-log): Call log-view-mode if available.
13064 (small-temporary-file-directory): defvar instead of use boundp.
13065 (vc-merge-news): Moved to vc-cvs.el.
13066 (vc-default-merge-news): New function.
13067
13068 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13069 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13070 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13071 unknown `vc-latest-version' function. It should probably refer to
13072 vc-workfile-version or somesuch, but it's very unclear to me and I
13073 don't have SCCS to test things.
13074
13075 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13076 (vc-sccs-state-heuristic): Fix typo.
13077 (vc-sccs-workfile-unchanged-p): Add missing argument.
13078
13079 * vc-rcs.el: Require vc and vc-rcs-hooks.
13080 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13081 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13082 (vc-release-greater-or-equal-p): Move from vc.
13083 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13084 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13085 (vc-rcs-checkout): Add a missing `new-version' argument in the
13086 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13087
13088 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13089 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13090 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13091 than the apparently unbound `workfile-version'.
13092
13093 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13094 (vc-file-prop-obarray): Use `make-vector'.
13095 (vc-backend-functions): Add new hookable functions
13096 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13097 (vc-loadup): If neither backend nor default functions exist, use
13098 the backend function rather than nil.
13099 (vc-call-backend): If the function if not bound yet, try to load
13100 the non-hook file to see if it provides it.
13101 (vc-call): New macro plus use it wherever possible.
13102 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13103 nor `vc-find-binary' since it's only called from
13104 vc-mistrust-permission which is only used once the backend is known.
13105 (vc-checkout-model): Fix parenthesis.
13106 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13107
13108 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13109 (vc-cvs-release, vc-cvs-system-release): Remove.
13110 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13111 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13112 status symbols.
13113 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13114 (vc-cvs-toggle-read-only): First cut at a function to allow a
13115 cvs-status-free vc-toggle-read-only.
13116 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13117 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13118 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13119 (vc-cvs-checkout): Modify access rights directly if the user
13120 requested not to use `cvs edit'. And refresh the mode line.
13121
13122 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13123 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13124
131252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13126
13127 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13128 workfile' that got lost when the code was extracted from vc.el.
13129 And merged the tail with the rest of the code (not possible in the
13130 old vc.el where the tail was shared among all backends). And
13131 explicitly set the state to 'edited if `writable' is set.
13132
13133 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13134 (vc-cvs-state): Be careful to return the value from
13135 vc-cvs-parse-state.
13136 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13137 property but return it instead. Also be careful to handle a nil
13138 or "" `rev' when workfile is non-nil (it was handled properly when
13139 workfile was nil).
13140
13141 * vc.el: Removed those pesky unnecessary `(function' quotes.
13142 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13143 directly in the defvar.
13144 (vc-do-command): Bind inhibit-read-only so as to properly handle
13145 the case where the destination buffer has been made read-only.
13146 (vc-diff): Delegate to vc-version-diff in all cases.
13147 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13148 (vc-annotate-mode-variables): Removed (code moved partly to
13149 defvars and partly to vc-annotate-add-menu).
13150 (vc-annotate-mode): Turned into a derived-mode.
13151 (vc-annotate-add-menu): Moved in code in
13152 vc-annotate-mode-variables.
13153 (vc-update-change-log): Use make-temp-file if available.
13154
131552000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13156
13157 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13158 `vc-checkout-model' updated to `vc-cvs-update-model'.
13159
131602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13161
13162 * vc.el (vc-next-action-on-file): Added handling of state
13163 `unlocked-changes'.
13164 (vc-checkout-carefully): Is now practically obsolete, unless the
13165 above is too slow to be enabled unconditionally.
13166 (vc-update-change-log): Fixed typo.
13167
13168 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13169
13170 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13171 Now handles state `unlocked-changes'.
13172 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13173
13174 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13175
13176 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13177 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13178 `unlocked-changes'.
13179 (vc-rcs-workfile-unchanged-p): Renamed from
13180 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13181 function yet, but supposed to become one soon.
13182
13183 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13184 `vc-steal-lock'.
13185 (vc-call-backend): Changed error message.
13186 (vc-state): Added description of state `unlocked-changes'.
13187
131882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13189
13190 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13191 always return t in CVS-controlled directories.
13192
13193 * vc.el (vc-responsible-backend): New function.
13194 (vc-register): Largely rewritten.
13195 (vc-admin): Removed (implementation moved into vc-register).
13196 (vc-checkin): Redocumented.
13197 (vc-finish-logentry): If no backend defined yet (because we are in
13198 the process of registering), use the responsible backend.
13199
13200 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13201 Updated function lists.
13202 (vc-call-backend): Fixed typo.
13203
13204 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13205 New functions.
13206 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13207 Removed query option. Redocumented.
13208
132092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13210
13211 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13212
13213 * vc.el: Updated callers of `vc-checkout-required' to use
13214 `vc-checkout-model'.
13215
132162000-09-04 Martin Lorentzson <martinl@gnu.org>
13217
13218 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13219 stuff updated to reference this function instead of the old
13220 `vc-backend-release-p'.
13221
132222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13223
13224 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13225 vc-checkout-model. Return appropriate values. Updated callers.
13226
132272000-09-04 Martin Lorentzson <martinl@gnu.org>
13228
13229 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13230 (vc-backend-revert): Function moved into `vc-revert';
13231 `vc-next-action' must be updated to accomodate this change.
13232 (vc-backend-steal): Function moved into `vc-finish-steal'.
13233 (vc-backend-logentry-check): Function moved into
13234 `vc-finish-logentry'.
13235 (vc-backend-printlog): Function moved into `vc-print-log'.
13236 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13237 (vc-backend-assign-name): Function moved into
13238 `vc-create-snapshot'.
13239
132402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13241
13242 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13243 Rename to vc-checkout-model. Return appropriate values.
13244 Update callers.
13245
13246 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13247 to vc-checkout-model.
13248 (vc-checkout-required): Rename to vc-checkout-model.
13249 Re-implement and re-comment.
13250 (vc-after-save): Use vc-checkout-model.
13251
132522000-09-04 Martin Lorentzson <martinl@gnu.org>
13253
13254 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13255 Update to use the vc-BACKEND-diff functions instead.
13256 `vc-diff' is now working.
13257
13258 * vc-rcs.el (vc-rcs-logentry-check): New function.
13259
13260 * vc-cvs.el (vc-cvs-logentry-check): New function.
13261
13262 * vc-sccs.el (vc-sccs-diff): Function changed name from
13263 `vc-backend-diff'. This makes `vc-diff' work.
13264
13265 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13266 of functions possibly implemented in a vc-BACKEND library.
13267 (vc-checkout-required): Fix bug that caused an error to be
13268 signaled during `vc-after-save'.
13269
13270 * vc.el: Fix typo.
13271 This checkin is made with our new VC code base for the very first time.
13272 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13273
13274 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13275 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13276
13277 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13278 updated to `vc-uses-locking'.
13279 (vc-checkout-required): Call to backend function.
13280 `vc-checkout-required' updated to `vc-uses-locking' instead.
13281
13282 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13283 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13284
13285 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13286 to match the split into various backends.
13287 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13288 (vc-retrieve-snapshot): Bug fix.
13289
132902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13291
13292 * vc-sccs.el (vc-sccs-release): Doc fix.
13293
132942000-09-04 Martin Lorentzson <martinl@gnu.org>
13295
13296 * vc.el (vc-next-action-on-file): Bug found and fixed.
13297 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13298 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13299
13300 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13301 (vc-rcs-checkout): Name space cleaned up. No more revision number
13302 crunching function names that are not prefixed with vc-rcs.
13303 (vc-rcs-checkout-model): Function added. References to
13304 `vc-checkout-model' replaced.
13305
133062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13307
13308 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13309 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13310 still need to be split, and implemented for RCS).
13311
133122000-09-04 Martin Lorentzson <martinl@gnu.org>
13313
13314 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13315
13316 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13317 required by the vc.el file.
13318
13319 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13320 required by the vc.el file.
13321 (vc-rcs-exists): Function added.
13322
13323 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13324 required by the vc.el file.
13325
13326 * vc.el (vc-admin): Updated to handle selection of appropriate
13327 backend. Current implementation is crufty and need re-thinking.
13328
13329 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13330
133312000-09-04 Martin Lorentzson <martinl@gnu.org>
13332
13333 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13334 beginning of annotate buffers correctly.
13335
13336 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13337 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13338 functionality updated quite a lot to support multiple backends.
13339 Variables `vc-annotate-mode', `vc-annotate-buffers',
13340 `vc-annotate-backend' added.
13341
13342 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13343 `vc-annotate-difference' added to supported backend functions.
13344
133452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13346
13347 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13348 Use with-temp-file instead of /bin/sh. Merged from mainline
13349
133502000-09-04 Martin Lorentzson <martinl@gnu.org>
13351
13352 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13353
13354 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13355
13356 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13357
133582000-09-04 Martin Lorentzson <martinl@gnu.org>
13359
13360 * vc-hooks.el: vc-state-heuristic added to
13361 vc-backend-hook-functions.
13362
13363 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13364
13365 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13366
13367 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13368 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13369 state to `reserved'.
13370
13371 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13372 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13373
133742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13375
13376 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13377 untouched.
13378
13379 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13380
13381 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13382 if defined. (Merged from main line, slightly adapted.)
13383
13384 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13385 millenium problem (merged from mainline).
13386
133872000-09-04 Martin Lorentzson <martinl@gnu.org>
13388
13389 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13390 part and moved the non-BACKEND stuff to vc.el.
13391
13392 * vc.el: Split the annotate feature into a BACKEND specific part
13393 and moved it from the vc-cvs.el file to this one.
13394
133952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13396
13397 * vc-hooks.el: Implement new state model.
13398 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13399 (vc-locking-user): Simplify. Now only needed if the file is
13400 locked by somebody else.
13401 (vc-lock-from-permissions): Remove. Functionality is in
13402 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13403 (vc-mode-line-string): New name for former vc-status. Adapted.
13404 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13405
13406 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13407 Various simplifications and adaptations all over the place.
13408
13409 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13410 Simplify and adapt the rest.
13411
13412 * vc.el (vc-resynch-window): Add TODO comment: check for
13413 interaction with view mode according to recent RCS change.
13414 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13415
134162000-09-04 Martin Lorentzson <martinl@gnu.org>
13417
13418 * vc.el: Convert the remaining function comments to docstrings.
13419
134202000-09-04 Martin Lorentzson <martinl@gnu.org>
13421
13422 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13423 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13424 (vc-minor-part, vc-previous-version): Functions that operate and
13425 compare revision numbers got proper documentation. Comments added
13426 about their possible removal.
13427
134282000-09-04 Martin Lorentzson <martinl@gnu.org>
13429
13430 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13431 the vc-backend.el files.
13432
13433 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13434
13435 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13436 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13437 (vc-rcs-previous-version): Functions added.
13438
13439 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13440
13441 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13442
134432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13444
13445 * vc-hooks.el (vc-master-templates): Is really obsolete.
13446 Comment out the definition for now. What is the right procedure
13447 to get rid of it?
13448 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13449 rewritten.
13450 (vc-default-registered): Remove.
13451 (vc-check-master-templates): New function; does mostly what the
13452 above did before.
13453 (vc-locking-user): Don't rely on the backend to set the property.
13454
13455 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13456 Rewrite documentation.
13457 (vc-rcs-templates-grabbed): New variable.
13458 (vc-rcs-grab-templates): New function.
13459 (vc-rcs-registered): Rewrite to use above mechanism.
13460
13461 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13462 Rewrite documentation.
13463 (vc-sccs-templates-grabbed): New variable.
13464 (vc-sccs-grab-templates): New function.
13465 (vc-sccs-registered): Rewrite to use above mechanism.
13466 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13467 Don't throw the result, simply return it.
13468
13469 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13470 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13471 (vc-cvs-registered): Does the check itself now. Simplify.
13472
13473 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13474 from main line.
13475
134762000-09-04 Martin Lorentzson <martinl@gnu.org>
13477
13478 * vc-cvs.el (vc-cvs-diff): New function.
13479
13480 * vc-sccs.el (vc-sccs-diff): New function.
13481
13482 * vc-rcs.el (vc-rcs-diff): New function.
13483 (vc-rcs-checkout): Bug (typo) found and fixed.
13484 (vc-rcs-register-switches): New variable.
13485
13486 * vc.el (vc-backend-diff): Function removed and placed in the
13487 backend files.
13488
134892000-09-04 Martin Lorentzson <martinl@gnu.org>
13490
13491 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13492
13493 * vc.el (vc-backend-checkout): Function removed and replaced in
13494 the vc-backend.el files.
13495
13496 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13497
13498 * vc.el (vc-backend-admin): Removed and replaced in the
13499 vc-backend.el files.
13500
13501 * vc.el (Martin): Removed all the annotate functionality since it
13502 is CVS backend specific.
13503
135042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13505
13506 * spec.txt: Added specification of vc-state.
13507
13508 * vc-sccs-hooks.el (vc-sccs-master-properties):
13509 Remove handling of vc-latest-version and
13510 vc-your-latest-version. What used to be vc-latest-version, is now
13511 returned as vc-workfile-version.
13512 (vc-sccs-workfile-version): Adapt.
13513
135142000-09-04 Dave Love <fx@gnu.org>
13515
13516 * vc.el: [Merged from mainline.]
13517 (vc-dired-mode): Make the dired-move-to-filename-regexp
13518 regexp match the date, to avoid treating date as file size.
13519 Add YYYY S option to WESTERN/
13520
135212000-09-04 Dave Love <fx@gnu.org>
13522
13523 * vc.el: Require `compile' when compiling.
13524 (vc-logentry-check-hook): New option.
13525 (vc-steal-lock): Use compose-mail.
13526 (vc-dired-mode-map): Defvar when compiling.
13527 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13528 vc-sccs.el and renamed. Callers changed.
13529 (vc-backend-checkout, vc-backend-logentry-check)
13530 (vc-backend-merge-news): Doc fix.
13531 (vc-default-logentry-check): New function.
13532 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13533 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13534 (vc-backend-merge): Doc fix. Use backend functions.
13535 (vc-check-headers): Use backend functions.
13536
13537 * vc-cvs.el: Require vc when compiling.
13538 (vc-cvs-register-switches): Doc fix.
13539 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13540 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13541 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13542 New functions (code from vc.el).
13543 (vc-annotate-display-default): Fix interactive spec.
13544 (vc-annotate-time-span): Doc fix.
13545
13546 * vc-rcs.el: Require vc when compiling.
13547 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13548 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13549 (vc-rcs-checkin): New functions (code from vc.el).
13550 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13551 Doc fix.
13552 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13553
13554 * vc-sccs.el: Require vc when compiling.
13555 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13556 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13557 (vc-sccs-revert)
13558 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13559 from vc.el).
13560 (vc-sccs-add-triple, vc-sccs-record-rename)
13561 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13562 (vc-sccs-admin): Doc fix.
13563
135642000-09-04 Martin Lorentzson <martinl@gnu.org>
13565
13566 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13567 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13568 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13569 from vc.el.
13570
13571 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13572
13573 * vc-cvs.el: Moved the annotate functionality from vc.el.
13574 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13575
135762000-09-04 Dave Love <fx@gnu.org>
13577
13578 * vc.el (vc-backend-release): Call vc-system-release.
13579
13580 * vc-sccs.el (vc-sccs-system-release):
13581 Renamed from vc-sccs-backend-release.
13582
13583 * vc-rcs.el (vc-rcs-system-release):
13584 Renamed from vc-rcs-backend-release.
13585
13586 * vc-cvs.el (vc-cvs-system-release):
13587 Renamed from vc-cvs-backend-release.
13588
135892000-09-04 Dave Love <fx@gnu.org>
13590
13591 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13592 backend files.
13593 (vc-backend-release): Dispatch to backend functions.
13594 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13595 probably needs attention.]
13596
13597 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13598 (vc-sccs-backend-release): New function.
13599
13600 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13601 (vc-cvs-backend-release): New function.
13602
13603 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13604 Doc fix.
13605 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13606 (vc-default-dired-state-info): New function.
13607 (vc-dired-state-info): Dispatch to backends.
13608 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13609
13610 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13611 from vc.el and renamed.
13612
136132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13614
13615 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13616 (vc-version-other-window, vc-backend-assign-name): Removed
13617 references to vc-latest-version; sometimes changed into
13618 vc-workfile-version.
13619
13620 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13621 vc-rcs-master-workfile-version.
13622 (vc-rcs-workfile-version): Use the above. Don't call
13623 vc-latest-version (that was unreachable code, anyway).
13624 (vc-rcs-fetch-master-properties): Doc fix.
13625
13626 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13627 (vc-backend-hook-functions): Removed them from this list, too.
13628 (vc-fetch-properties): Removed.
13629 (vc-workfile-version): Doc fix.
13630
13631 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13632 (vc-rcs-workfile-version, vc-rcs-locking-user)
13633 (vc-rcs-uses-locking): Use it.
13634
13635 * vc-hooks.el (vc-consult-rcs-headers):
13636 Moved into vc-rcs-hooks.el, under the name
13637 vc-rcs-consult-headers.
13638
13639 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13640 headers.
13641 (vc-cvs-find-master): Use this name only; correct different
13642 versions of the name.
13643
13644 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13645 New functions.
13646 (vc-sccs-locking-user): Use the latter.
13647
13648 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13649 New functions.
13650
13651 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13652 Moved into both
13653 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13654 functions are implementation details of those two backends.
13655
136562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13657
13658 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13659 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13660
13661 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13662 (vc-sccs-parse-locks): SCCS-specific code moved here from
13663 vc-hooks.
13664
13665 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13666 code moved here from vc-hooks.
13667
13668 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13669 into back-end specific parts and removed. Callers not updated
13670 yet; because I guess these callers will disappear into back-end
13671 specific files anyway.
13672
136732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13674
13675 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13676 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13677 `vc-uses-locking'.
13678
13679 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13680 Store yes/no in the property, and return t/nil. Updated all
13681 callers.
13682
13683 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13684 vc-sccs-uses-locking. Don't set property.
13685 (vc-sccs-locking-user): Don't set property.
13686
13687 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13688 vc-cvs-uses-locking. Don't set property here; leave that to
13689 vc-hooks.
13690 (vc-cvs-locking-user): Reflect above change. Streamlined.
13691
13692 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13693 vc-rcs-uses-locking.
13694 (vc-rcs-locking-user): Reflect above change.
13695
136962000-09-04 Dave Love <fx@gnu.org>
13697
13698 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13699
13700 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13701
13702 * vc-hooks.el (vc-checkout-model): Punt to backends.
13703
13704 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13705
13706 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13707
13708 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13709 New functions.
13710
13711 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13712 New functions.
13713
13714 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13715 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13716
13717 * vc-hooks.el (vc-default-locking-user): New function.
13718 (vc-locking-user, vc-workfile-version): Punt to backends.
13719
137202000-09-04 Dave Love <fx@gnu.org>
13721
13722 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13723 (vc-master-workfile-version): Moved from vc-hooks.
13724
13725 * vc-rcs-hooks.el: Fix duplicate code in last change.
13726
13727 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13728 (vc-rcs-master-templates): Improve :type.
13729 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13730 vc-master-workfile-version): Moved from vc-hooks.
13731
13732 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13733 (vc-sccs-master-templates): Improve :type.
13734 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13735
13736 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13737
13738 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13739 (vc-cvs-master-templates): Improve :type. Use
13740 vc-cvs-find-cvs-master.
13741 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13742 from vc-hooks.
13743 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13744
13745 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13746 Moved to vc-cvs-hooks.
13747
13748 * vc-hooks.el: Add doc strings in various places. Simplify the
13749 minor mode setup.
13750 (vc-handled-backends): New user variable.
13751 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13752 simplification.
13753
137542000-09-04 Dave Love <fx@gnu.org>
13755
13756 * vc.el: Some doc fixes for autoloaded and interactive functions.
13757 Fix compilation warnings from ediff stuff.
13758 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13759
13760 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13761
13762 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13763
13764 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13765
137662000-09-04 Dave Love <fx@gnu.org>
13767
13768 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13769 New variable.
13770 (vc-make-backend-function, vc-loadup, vc-call-backend)
13771 (vc-backend-defines): New functions.
13772
13773 * vc-hooks.el: Various doc fixes.
13774 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13775 (vc-match-substring): Function removed. Callers changed to use
13776 match-string.
13777 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13778 Simplify.
13779
137802000-09-04 Dave Love <fx@gnu.org>
13781
13782 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13783 type.
13784 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13785 (vc-sccs-registered): Doc fix.
13786
13787 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13788 (vc-cvs-registered): Doc fix.
13789
13790 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13791 (vc-rcs-registered): Doc fix.
13792
137932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13794
13795 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13796
13797 * vc-hooks.el: vc-registered has been renamed
13798 vc-default-registered. Some functions have been moved to the
13799 backend specific files. they all support the
13800 vc-BACKEND-registered functions.
13801
138022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13803
13804 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13805
13806 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13807
138082000-09-04 Dave Love <fx@gnu.org>
13809
13810 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13811 menu-bar-update-hook.
13812
13813 * help.el (help-manyarg-func-alist): Add
13814 find-operation-coding-system.
13815
13816 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13817
13818 * custom.el (custom-set-variables): Print message about errors in
13819 setting.
13820
138212000-09-03 Andrew Innes <andrewi@gnu.org>
13822
13823 * makefile.w32-in: Change to DOS line endings.
13824
138252000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13826
13827 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13828 minor-mode keymaps, if they don't have one.
13829
138302000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13831
13832 * eshell/esh-module.el (eval-when-compile): Don't lose if
13833 esh-module.el's file name is truncated to DOS 8+3 limits.
13834
138352000-09-01 John Wiegley <johnw@gnu.org>
13836
13837 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13838 predicate, which caused entries in the completion list to be
13839 doubled.
13840
138412000-08-30 John Wiegley <johnw@gnu.org>
13842
13843 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13844 sending to subprocesses. Also, hook pre-command-hook if
13845 `eshell-send-direct-to-subprocesses' is non-nil.
13846 (eshell-send-direct-to-subprocesses): New config variable. If t,
13847 subprocess input is send immediately.
13848 (eshell-toggle-direct-send): New function.
13849 (eshell-self-insert-command): New function.
13850 (eshell-intercept-commands): New function.
13851 (eshell-send-input): If direct subprocess sending is enabled,
13852 don't echo any input to the Eshell buffer. Let the subprocess
13853 handle that. This requires "stty echo" in bash, for example.
13854
138552000-08-28 John Wiegley <johnw@gnu.org>
13856
13857 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13858 completion function for Eshell's implementation of `unset'.
13859
138602000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13861
13862 * info.el (Info-directory-list): Doc fix.
13863
138642000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13865
13866 * filecache.el (file-cache-add-directory-using-find): Don't quote
13867 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13868
138692000-08-31 Kenichi Handa <handa@etl.go.jp>
13870
13871 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13872 coding systems.
13873
138742000-08-30 Andrew Innes <andrewi@gnu.org>
13875
13876 * timer.el (run-with-idle-timer): Undo last change, so that timer
13877 is not activated immediately if Emacs is already idle. Some
13878 existing code relies on this behaviour.
13879
138802000-08-30 Miles Bader <miles@gnu.org>
13881
13882 * frame.el (set-frame-font): Do completion of font-name for
13883 interactive use.
13884
138852000-08-30 Kenichi Handa <handa@etl.go.jp>
13886
13887 * international/quail.el (quail-start-translation): Bind locally
13888 last-command-event, last-command, and this-command.
13889 (quail-start-conversion): Likewise.
13890 (quail-self-insert-command): Fix docstring.
13891
138922000-08-29 Gerd Moellmann <gerd@gnu.org>
13893
13894 * progmodes/executable.el
13895 (executable-make-buffer-file-executable-if-script-p): Check that
13896 buffer contains at least 2 characters.
13897
138982000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13899
13900 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13901
139022000-08-29 Dave Love <fx@gnu.org>
13903
13904 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13905 (diff-mode-shared-map): Bind mouse-2.
13906 (diff-imenu-generic-expression): New variable.
13907 (diff-mode): Use it.
13908
13909 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13910 (mouse-popup-menubar): Add minor mode menus.
13911 (popup-menu): Check for lookup-key returning number.
13912
139132000-08-29 Miles Bader <miles@gnu.org>
13914
13915 * comint.el (comint-send-input): Create overlays using the proper
13916 front/read-advance arguments.
13917
139182000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13919
13920 * ps-print.el: Even/odd pages printing. Doc fix.
13921 (ps-print-version): New version number (6.0).
13922 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13923 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13924 (ps-print-duplex-feature): Variable eliminated.
13925 (ps-even-or-odd-pages): New variable.
13926
13927 * progmodes/ebnf2ps.el: Doc fix.
13928 (ebnf-version): New version (3.3).
13929 (ebnf-user-arrow): Change variable customization to sexp.
13930 (ebnf-user-arrow): Function eliminated.
13931 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13932
139332000-08-29 Kenichi Handa <handa@etl.go.jp>
13934
13935 * help.el (help-xref-mule-regexp): New variable.
13936 (help-make-xrefs): Handle help-xref-mule-regexp.
13937
13938 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13939 variable.
13940 (describe-input-method): Temporarily activate the specfied input
13941 method to display the information.
13942 (describe-language-environment): Hyperlinks to mule related items.
13943
13944 * international/mule-diag.el (charset-multibyte-form-string): New
13945 function.
13946 (list-character-sets-1): Use charset-multibyte-form-string.
13947 (describe-character-set): New function.
13948 (describe-coding-system): Hyperlinks to safe character sets.
13949
13950 * international/quail.el (quail-help): New arg PACKAGE.
13951 Hyperlinks to mule related items.
13952 (quail-help-insert-keymap-description): Use
13953 substitute-command-keys instead of describe-bindings.
13954 (quail-translation-help): Hyperlinks to mule related items.
13955
139562000-08-28 John Wiegley <johnw@gnu.org>
13957
13958 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13959 have a defsubst call itself. Made `eshell-flatten-list' back into
13960 a function again.
13961
13962 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13963 catch, in case re-centering point at bottom messes up the display.
13964 This happens frequently in Emacs 21, due I believe to variable
13965 line heights.
13966
13967 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13968 to call `find-tag-interactive'.
13969
13970 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13971 the list of remember directories.
13972
139732000-08-28 John Wiegley <johnw@gnu.org>
13974
13975 * align.el: Test align-region-separate to see if it's a symbol.
13976
139772000-08-28 John Wiegley <johnw@gnu.org>
13978
13979 * eshell/esh-util.el (eshell-flatten-list): Made this function
13980 into a defsubst form. It gets used very frequently, although
13981 calls don't occur all that often.
13982
13983 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13984 examining it.
13985
13986 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13987 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13988 `eshell-protect'.
13989 (eshell-copy-handles): Created a new macro for duplicating the
13990 current set of open handles. This is needed by the looping
13991 functions.
13992 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13993 is not incorrectly stomped on.
13994
13995 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13996 declaration for pcomplete-use-paring.
13997 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13998 value of eshell-cmpl-use-paring.
13999 * pcomplete.el (pcomplete-use-paring): New config variable, to
14000 indicate whether paring should be used.
14001 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14002 completion alternatives that have already been used.
14003
14004 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14005 bound to C-c C-y, which will repeat the previous N arguments
14006 (based on prefix argument).
14007 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14008
14009 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14010 if there is no *Help* buffer. This is for XEmacs, which renames
14011 its help buffers uniquely. TODO: Find out what the current buffer
14012 name to delete is.
14013
14014 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14015 first entry that correlates to a passwd/group number. Later
14016 entries (used for group/user name aliasing to multiple IDs) are
14017 ignored.
14018
14019 * eshell/em-xtra.el (eshell/expr):
14020 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14021 (eshell-grep, eshell/diff, eshell/locate):
14022 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14023 argument list, before passing it to the system command.
14024
14025 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14026 `find-tag' for use at final position in Eshell buffers (which
14027 otherwise triggers an error on Emacs 21).
14028 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14029 buffer, if it is currently bound to `find-tag'.
14030
14031 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14032 in the list of matched Makefile names.
14033 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14034 directory, prefer its contents to Makefile.
14035
14036 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14037 directory parts (like "cd old new", or "cd =regexp"), are now case
14038 sensitive on non-Windows/DOS platforms.
14039
14040 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14041 types RET after an open delimiter (like "), display a message
14042 indicating that Eshell is waiting for the closing delimiter.
14043
14044 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14045 environment variables.
14046
14047 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14048 gracefully if the user enters incorrect arguments.
14049
14050 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14051 Eshell buffers.
14052
14053 * eshell/esh-var.el (eshell-interpolate-variable):
14054 * eshell/esh-mode.el (eshell-move-argument):
14055 * eshell/em-unix.el (eshell-du-sum-directory):
14056 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14057 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14058 (not (= ...)).
14059
14060 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14061 to ensure the `preserve' flag gets propagated when doing recursive
14062 directory copies.
14063
140642000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14065
14066 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14067 Don't convert \n into \0177 in memory.
14068 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14069 and back again, when reading and writing.
14070
140712000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14072
14073 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14074 testing of `fboundp' on `processp'.
14075
14076 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14077 (eshell/jobs): Don't call process-list if it is not bound.
14078 (eshell-gather-process-output): Support systems where async
14079 subprocesses aren't supported.
14080 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14081 variables.
14082
14083 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14084 eshell-do-eval returns t.
14085 (eshell-do-pipelines-synchronously): New defmacro.
14086 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14087 when async subprocesses aren't supported.
14088 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14089 if async subprocesses aren't supported.
14090 (eshell-resume-command): Don't assume STATUS is a string.
14091
14092 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14093
14094 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14095 (eshell-close-target, eshell-get-target): Use eshell-processp.
14096 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14097 fix.
14098 (eshell-get-target, eshell-create-handles): Doc fix.
14099
141002000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14101
14102 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14103 criterion to include commands that output something, as long as it
14104 leaves both the command and the end-of-buffer visible when the
14105 command has exited.
14106 (eshell-review-quick-commands): Adjust the help doc string
14107 accordingly.
14108
141092000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14110
14111 * locate.el (locate): Cleaned up locate command's interactive prompting
dc12d871 14112 Thanks to François_Pinard <pinard@iro.umontreal.ca> for suggestions.
5fdac1b8
EZ
14113
14114 * filecache.el (file-cache-case-fold-search): New variable
14115 (file-cache-assoc-function): New variable
14116 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14117 Use file-cache-case-fold-search variable
14118 (file-cache-add-file): Use file-cache-assoc-function
14119 (file-cache-delete-file): likewise
14120 (file-cache-directory-name): likewise
14121 (file-cache-debug-read-from-minibuffer): likewise
14122
141232000-08-28 Gerd Moellmann <gerd@gnu.org>
14124
14125 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14126 (abbrev-table-name): New function.
14127 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14128 If non-nil list local abbrev, only.
14129
141302000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14131
14132 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14133 from Gnus support code, and use special article copy buffer
14134 `(gnus-original-article-buffer)' instead. This allows to get rid
14135 of article-hide-headers usage (which breaks in the latest Gnus
14136 version). Thanks to Detlev Zundel.
14137
141382000-08-28 Kenichi Handa <handa@etl.go.jp>
14139
14140 * international/quail.el (quail-use-package): Hide "... loaded"
14141 message.
14142 (quail-start-translation, quail-start-conversion): Likewise.
14143
14144 * international/kkc.el (kkc-region): Hide "... loaded" message.
14145
141462000-08-27 Dave Love <fx@gnu.org>
14147
14148 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14149
141502000-08-27 Miles Bader <miles@gnu.org>
14151
14152 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14153
141542000-08-27 Kenichi Handa <handa@etl.go.jp>
14155
14156 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14157 'ja-dic-cnv), not (require 'skkdic-cnv).
14158
141592000-08-26 Miles Bader <miles@gnu.org>
14160
14161 * faces.el (face-x-resources): Add entry for :inherit.
14162 * cus-face.el (custom-face-attributes): Add support for :inherit
14163 attribute. Add support for relative face heights.
14164 (custom-face-attributes-get): Treat `nil' as being a default value
14165 for :inherit (as well as `unspecified').
14166
14167 * faces.el (set-face-attribute): Update doc string.
14168 (face-attribute-name-alist): Add :inherit.
14169 (face-valid-attribute-values): Handle :inherit.
14170 (face-read-string): Rephrase prompt to be less confusing.
14171 Assume that DEFAULT is a string, since we must return a string.
14172 (face-read-integer): Use `format' to turn DEFAULT into an
14173 acceptable default for face-read-string. Match NEW-VALUE against
14174 the string "unspecified", not the symbol `unspecified', since
14175 that's what face-read-string returns.
14176 (read-face-attribute): Lookup a name for old-value in valid, and
14177 use it as a default if we find one. Treat all values from
14178 face-read-string as strings. If the default is used, don't do any
14179 more processing on the value, just use the old value directly.
14180 (read-face-and-attribute, modify-face): Tweak prompt.
14181 (read-face-name): Don't assume prompt ends with a space.
14182
14183 * faces.el (describe-face): Add support for :inherit attribute.
14184
141852000-08-25 Kenichi Handa <handa@etl.go.jp>
14186
14187 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14188 concat doesn't accept interger.
14189
14190 * international/kkc.el: Remove SKK from Keywords. Require
14191 ja-dic-utl instead of skkdic-utl.
14192
14193 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14194 Provide ja-dic-cnv instead of skkdic-cnv.
14195 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14196 (iso-2022-7bit-short): Add safe-charsets property.
14197 (skkdic-convert-postfix): Search Japanese chou-on character in
14198 addition to Hiragana character.
14199 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14200 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14201 (batch-skkdic-convert): Likewise.
14202
14203 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14204 Provide ja-dic-utl instead of skkdic-utl.
14205 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14206
142072000-08-24 Dave Love <fx@gnu.org>
14208
14209 * disp-table.el (standard-display-default): Make the test of `l'
14210 useful.
14211
14212 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14213 mod sample text.
14214
14215 * international/iso-ascii.el: Make pilcrow convenient string
14216 consistent with section.
14217 (iso-ascii-display): Set up multibyte characters as well as
14218 unibyte.
14219
142202000-08-24 Kenichi Handa <handa@etl.go.jp>
14221
14222 * international/mule-cmds.el (reset-language-environment): Set
14223 default-process-coding-system to '(undecided . iso-latin-1), which
14224 makes process I/O almost consistent with file I/O. Call this
14225 function when mule-cmds.el[c] is loaded.
14226
142272000-08-22 Andrew Innes <andrewi@gnu.org>
14228
14229 * makefile.w32-in: New file.
14230
142312000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14232
14233 * comint.el (comint-output-filter): Compare end of
14234 comint-last-output-overlay with the start of the newly inserted
14235 text, not the end, when deciding whether to extend it.
14236 Set saved-point's insertion type to advance after insertion.
14237
14238 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14239 since this is now done independently of font-lock mode.
14240
142412000-08-21 Gerd Moellmann <gerd@gnu.org>
14242
14243 * server.el (server-kill-new-buffers): New user option.
14244 (server-existing-buffer): New buffer-local variable.
14245 (server-visit-files): When using an existing buffer, set
14246 server-existing-buffer to t.
14247 (server-buffer-done): If server-kill-new-buffers is t, kill the
14248 buffer, unless it was already present before visiting it with
14249 Emacs server.
14250
142512000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14252
14253 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14254 even if the display doesn't support colors: some displays will
14255 support bold/underline faces.
14256
142572000-08-21 Gerd Moellmann <gerd@gnu.org>
14258
14259 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14260
14261 * startup.el (command-line): If user's init file had an error,
14262 add explanatory text to *Messages*.
14263
142642000-08-21 Kenichi Handa <handa@etl.go.jp>
14265
14266 * man.el (Man-getpage-in-background): Decode the process output by
14267 the system locale coding system.
14268
142692000-08-20 Dave Love <fx@gnu.org>
14270
14271 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14272 Don't test x-popup-menu.
14273 (function) <complete-function>: Complete only fbound symbols.
14274 <validate, value>: New.
14275 (variable) <complete-function>: Complete only bound symbols.
14276 (coding-system): Add :base-only, :complete-function, :validate,
14277 :value, :prompt-match.
14278 (widget-coding-system-prompt-value): Use read-coding-system and
14279 act on :base-only.
14280 (editable-field): Add :help-echo.
14281 (widget-push-button-gui, widget-push-button-cache)
14282 (widget-gui-action, widget-editable-list-gui): COmment out, along
14283 with uses.
14284 (widget-at): Make arg optional.
14285 (widget-echo-help): Adjust for current help-echo calling sequence.
14286 (widget-specify-field, widget-specify-button)
14287 (widget-specify-insert, widget-get-sibling, widget-image-find)
14288 (widget-convert, widget-insert, widget-leave-text)
14289 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14290 (widget-setup, widget-field-find, widget-before-change)
14291 (widget-after-change, widget-default-complete)
14292 (widget-default-create, widget-default-delete)
14293 (widget-push-button-value-create, editable-field)
14294 (widget-field-prompt-value, widget-field-validate)
14295 (widget-choice-value-create, widget-choice-action)
14296 (widget-choice-validate, widget-checklist-add-item)
14297 (widget-radio-add-item, widget-radio-chosen)
14298 (widget-radio-value-inline, widget-editable-list-value-create)
14299 (widget-editable-list-entry-create)
14300 (widget-documentation-link-add)
14301 (widget-documentation-string-value-create)
14302 (widget-regexp-validate, widget-file-complete)
14303 (widget-sexp-validate, widget-plist-convert-widget)
14304 (widget-plist-convert-widget, widget-alist-convert-widget)
14305 (widget-alist-convert-widget, widget-color-complete): Simplify,
14306 particularly to avoid bindings which aren't optimized out.
14307
14308 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14309 Doc fix.
14310 (down-list, backward-up-list, up-list, kill-sexp)
14311 (backward-kill-sexp, mark-sexp): Make arg optional.
14312 (lisp-complete-symbol): Add optional arg PREDICATE.
14313
14314 * cus-start.el: Add display-buffer-reuse-frames,
14315 file-coding-system-alist.
14316
143172000-08-20 Gerd Moellmann <gerd@gnu.org>
14318
14319 * startup.el (command-line): Clear realized faces after
14320 modifying TTY color mappings.
14321
143222000-08-20 Miles Bader <miles@gnu.org>
14323
14324 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14325 merely a subset of FACE's attributes.
14326
143272000-08-19 Miles Bader <miles@gnu.org>
14328
14329 * comint.el (comint-output-filter): Save the point with a marker,
14330 not just a buffer position.
14331
14332 * international/mule.el (set-buffer-process-coding-system): Make
14333 interactive prompt less confusing.
14334
143352000-08-19 Gerd Moellmann <gerd@gnu.org>
14336
14337 * hilit-chg.el: General cleanup of doc strings, comments and
14338 code formatting.
14339
143402000-08-19 Miles Bader <miles@gnu.org>
14341
14342 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14343 Compiler macro removed; beginning-of-line is no longer always
14344 equivalent to forward-line, in the presence of fields.
14345
14346 * comint.el (comint-output-filter): Remove ad-hoc saving of
14347 restriction, and just use save-restriction, now that it works
14348 correctly. Don't adjust comint-last-input-start to account for
14349 our insertion; it shouldn't have moved because we don't use
14350 insert-before-markers anymore. Comment out call to
14351 `force-mode-line-update'; why is it here?
14352
14353 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14354 while checking for prompt to delete. Use `forward-line 0'
14355 instead of beginning-of-line.
14356 (gud-filter): Temporarily widen gud comint buffer while
14357 examining output.
14358
143592000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14360
14361 * progmodes/sh-script.el: Big bag of typos.
14362
14363 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14364 check since ispell-process is not bound when ispell is not yet loaded.
14365
143662000-08-18 Dave Love <fx@gnu.org>
14367
14368 * image.el (find-image): Copy `spec' before using plist-put.
14369
143702000-08-18 Gerd Moellmann <gerd@gnu.org>
14371
14372 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14373 `portugues'.
14374
14375 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14376 backward-kill-sexp, analogous to kill-sexp.
14377
14378 * progmodes/icon.el (icon-indent-line)
14379 (icon-is-continuation-line): Handle comments specially.
14380
f1180544 143812000-08-17 Ken Stevens <k.stevens@ieee.org>
5fdac1b8
EZ
14382
14383 * ispell.el: Set to standard author/maintainer/keyword fields.
14384 Fine tuning to menu map appearance and operation, and added help.
14385 Remove `start' and `end' error messages when compiling.
14386 (ispell-choices-win-default-height): Fixed comment string.
14387 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14388 castellano8 dictionaries.
14389 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14390 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14391 dictionary, added italiano dictionary.
14392 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14393 word character
14394 (ispell-tex-skip-alists): Added psfig support.
14395 (ispell-skip-html): Renamed from ispell-skip-sgml.
14396 (ispell-begin-skip-region-regexp, ispell-skip-region)
14397 (ispell-minor-check): Improved html skipping support to skip across
14398 code, and recognize `&' commands without propper `;' syntax;
14399 (ispell-process-line): Fix alignment error when manually
14400 correcting spelling.
14401 (ispell): Fix comment string.
14402 (ispell-add-per-file-word-list): Always put word list on new line.
14403
144042000-08-17 Gerd Moellmann <gerd@gnu.org>
14405
14406 * format.el (format-encode-run-method): Fix error message to say
14407 `encode' instead of `decode'. Use save-window-excursion around
14408 shell-command-on-region as in format-decode-run-method because
14409 shell-command-on-region can display a buffer with error output.
14410 (format-decode): Don't record undo information for the decoding.
14411 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14412 that number part of the temporary buffer name so that more than
14413 one decoding using a temporary buffer can happen safely.
14414
14415 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14416 of `A-z' in the regexp.
14417
14418 * hilit-chg.el: Fix typos in commentary.
14419
14420 * help.el (view-emacs-news): Rewritten for new naming scheme
14421 for old NEWS files.
14422
14423 * startup.el (command-line): Pop to *Messages* in case an error
14424 is signaled while loading user-init-file.
14425
144262000-08-17 Andreas Schwab <schwab@suse.de>
14427
14428 * files.el (insert-directory): Don't lose original file name,
14429 undoing an undocumented change.
14430
144312000-08-17 Alex Schroeder <alex@gnu.org>
14432
14433 * sql.el (sql-magic-go): Use comint-bol.
14434 (sql-copy-column): Use comint-line-beginning-position.
14435 (comint-line-beginning-position): Define a replacement for
14436 comint-line-beginning-position if it is not fboundp.
14437
144382000-08-17 Alex Schroeder <alex@gnu.org>
14439
14440 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14441 it didn't have any effect anyway.
14442
144432000-08-17 Alex Schroeder <alex@gnu.org>
14444
14445 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14446 --pset and pager=off instead of sending \\o|cat at the beginning
14447 of the session.
14448
144492000-08-17 Miles Bader <miles@gnu.org>
14450
14451 * progmodes/octave-inf.el: Add compatibility definition of
14452 comint-line-beginning-position.
14453
144542000-08-17 Kenichi Handa <handa@etl.go.jp>
14455
14456 * startup.el (normal-top-level): Look in each dir in load-path for
14457 a leim-list.el file too. This assures of loading leim-list.el
14458 that is created at Emacs installation time even if a user have his
14459 own leim-list.el.
14460
144612000-08-17 Miles Bader <miles@gnu.org>
14462
14463 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14464 foreground color to black if the background is dark.
14465
144662000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14467
14468 * loadhist.el (unload-feature): Typo.
14469
14470 * finder.el (finder-compile-keywords):
14471 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14472 to the generated file.
14473
14474 * mail/mh-e.el (mh-make-local-vars):
14475 Replace make-variable-buffer-local with make-local-variable.
14476
14477 * play/landmark.el:
14478 * options.el (Edit-options-{set,toggle,t,nil}):
14479 * mail/mailabbrev.el (mail-abbrevs-mode):
14480 * textmodes/tex-mode.el (tex-expand-files):
14481 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14482
14483 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14484
14485 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14486 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14487 Allow going past the last element.
14488 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14489 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14490 (cvs-mouse-toggle-mark): Don't move point.
14491 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14492
14493 * progmodes/compile.el (grep): Provide a default set of files.
14494 (next-error): Docstring fix.
14495 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14496
14497 * emacs-lisp/easy-mmode.el (define-minor-mode):
14498 Use `symbol-value' to keep the byte-compiler quiet.
14499
14500 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14501 (diff-find-source-location): New fun, extracted from diff-goto-source.
14502 (diff-goto-source): Use it.
14503 (diff-next-complex-hunk, diff-filter-lines): New function.
14504 (diff-apply-hunk): New command.
14505
14506 * smerge-mode.el (smerge-mode-menu): Doc fix.
14507
14508 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14509
145102000-08-16 Dave Love <fx@gnu.org>
14511
14512 * windmove.el (windmove) <defgroup>: Add :version.
14513
14514 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14515 (goto-address-fontify-p, goto-address-highlight-p)
14516 (goto-address-url-face, goto-address-url-mouse-face)
14517 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14518 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14519 (goto-address-fontify, goto-address-at-mouse): Simplify,
14520 (goto-address-at-point): browse-url-url-at-point,
14521 goto-address-find-address-at-point can return nil.
14522 (goto-address-find-address-at-point): Return nil on failure.
14523
14524 * align.el (align) <defgroup>: Add :version.
14525
14526 * calculator.el (calculator): Add :version.
14527 (calculator): Use two lines for calculator window if `modeline'
14528 face is boxed.
14529
14530 * play/5x5.el: Doc fixes.
14531 (5x5) <defgroup>: Add :version.
14532
14533 * play/fortune.el (fortune) <defgroup>: Add :version.
14534 (fortune-append): Fix error message.
14535 (fortune-from-region): Doc fix.
14536
14537 * play/pong.el (pong): Doc fix.
14538
14539 * play/morse.el: Keywords, commentary, autoloads.
14540
145412000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14542
14543 * desktop.el (desktop-save): Don't look at symbol-value of a
14544 member of minor-mode-alist, unless it is boundp.
14545
145462000-08-16 Sam Steingold <sds@gnu.org>
14547
14548 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14549 `while'; use `with-current-buffer' instead of `save-excursion'.
14550 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14551
145522000-08-16 Kenichi Handa <handa@etl.go.jp>
14553
14554 * international/ccl.el (declare-ccl-program): Docstring modified.
14555 (ccl-execute-with-args): Likewise.
14556
145572000-08-16 Miles Bader <miles@gnu.org>
14558
14559 * progmodes/sql.el: Add compatibility definition of
14560 comint-line-beginning-position.
14561
145622000-08-15 Gerd Moellmann <gerd@gnu.org>
14563
14564 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14565 'buffer-menu' property.
14566 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14567 fails.
14568 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14569 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14570 wasn't killed.
14571
14572 * buff-menu.el (list-buffers-noselect): Don't display the
14573 *Buffer List* buffer.
14574
14575 * font-lock.el: Require jit-lock to prevent a very late
14576 `Loading jit-lock' message.
14577
14578 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14579 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14580 mail address.
14581
145822000-08-15 Miles Bader <miles@gnu.org>
14583
14584 * textmodes/ispell.el (ispell-graphic-p): New constant.
14585 (ispell-choices-win-default-height, ispell-help): Use
14586 `ispell-graphic-p' instead of `xemacsp'.
14587
145882000-08-15 Dave Love <fx@gnu.org>
14589
14590 * simple.el: Autoload widget-convert when compiling.
14591 (mail-user-agent): Doc fix.
14592
14593 * help.el (function-called-at-point, variable-at-point): Use
14594 with-syntax-table.
14595 (help-manyarg-func-alist): Add insert-and-inherit.
14596
14597 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14598
14599 * delsel.el (delsel-unload-hook): New function.
14600
14601 * find-file.el: Doc fixes. Move provide to end.
14602 (ff) <defgroup>: Add :link.
14603 (ff-goto-click): Deleted.
14604 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14605 Use mouse-set-point.
14606
14607 * textmodes/tildify.el: Doc fixes.
14608 (tildify) <defgroup>: Add:version.
14609
14610 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14611 (glasses-custom-set): Use set-default, not set.
14612 (minor-mode-alist): Propertize the lighter.
14613 (glasses-mode): Provide optional arg.
14614
14615 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14616 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14617 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14618 option. Provide :type.
14619 (cwarn-configuration): Provide :type.
14620 (cwarn-mode): Doc fix.
14621
14622 * add-log.el (change-log-merge): Doc fix.
14623 (change-log-redate): New command.
14624
14625 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14626 Doze and Dog.
14627 (browse-url): Use dolist, not mapcar.
14628 (browse-url-at-point): Check for null url.
14629 (browse-url-event-buffer, browse-url-event-point): Functions
14630 deleted.
14631 (browse-url-at-mouse, browse-url-netscape): Simplify.
14632
14633 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14634 modes.
14635 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14636 Fix previous change to mapcan.
14637 (msb--init-file-alist, msb--add-separators)
14638 (msb--make-keymap-menu): Simplify.
14639 (msb--choose-file-menu): Use copy-sequence.
14640 (msb-mode-map): Add title to keymap.
14641 (msb-unload-hook): New function.
14642
14643 * bs.el: Fix indentation.
14644 (bs) <defgroup>: Add :links.
14645 (bs-show): Doc fix.
14646 (bs-apply-sort-faces): Don't use window-system.
14647 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14648
146492000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14650
14651 * calendar/timeclock.el (timeclock-file): Run .timelog through
14652 convert-standard-filename.
14653
146542000-08-14 Gerd Moellmann <gerd@gnu.org>
14655
14656 * emacs-lisp/authors.el: New file.
14657
14658 * paren.el (show-paren-priority): New user option.
14659 (show-paren-function): Set overlay priorities to
14660 show-paren-priority.
14661
146622000-08-14 Miles Bader <miles@gnu.org>
14663
14664 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14665 beginning-of-line with inhibit-field-text-motion bound.
14666
146672000-08-14 Gerd Moellmann <gerd@gnu.org>
14668
14669 * calendar/timeclock.el: New file.
14670
146712000-08-14 David Ponce <david@dponce.com>
14672
14673 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14674 `widget-button-click'. so that one can use left mouse button to
14675 click on dialog buttons.
14676
146772000-08-14 Emmanuel Briot <briot@gnat.com>
14678
14679 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14680 identifiers, since XML is case sensitive
14681
146822000-08-12 Miles Bader <miles@gnu.org>
14683
14684 * comint.el (comint-output-filter): Don't bother frobbing
14685 window-start, it doesn't seem to be necessary.
14686
14687 * comint.el (comint-send-string, comint-send-region): Make into
14688 real functions. Snapshot the prompt before sending.
14689
146902000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14691
14692 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14693 technique similar to Info-index, instead of relying on specific
14694 names of relevant Index nodes.
14695 (Info-goto-emacs-command-node): Bind Info-history to nil when
14696 going to the first node found by Info-find-emacs-command-nodes.
14697
146982000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14699
14700 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14701
147022000-08-10 Miles Bader <miles@gnu.org>
14703
14704 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14705
147062000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14707
14708 * info.el (Info-file-list-for-emacs): More elements for the
14709 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14710 and woman manuals.
14711
147122000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14713
14714 * comint.el (comint-send-input): Make the newline boundary overlay
14715 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14716 (comint-output-filter): Use `insert' instead of
14717 `insert-before-markers'. Extend comint-last-output-overlay when
14718 necessary since we can't rely on insert-before-markers to do it.
14719 * gud.el (gud-filter): Use `with-current-buffer' instead of
14720 save-excursion when inserting the output, so that point gets
14721 updated correctly; the old method relied on a rather dodgy
14722 side-effect of comint-output-filter to avoid the effect of
14723 save-excursion.
14724
147252000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14726
14727 * files.el (recover-file): Call insert-directory instead of
14728 invoking `ls' directly.
14729
147302000-08-10 Miles Bader <miles@gnu.org>
14731
14732 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14733 (comint-last-prompt-overlay): New variables.
14734 (comint-output-filter): Implement prompt highlighting.
14735 (comint-snapshot-last-prompt): New function.
14736 (comint-send-input): Snapshot the last prompt.
14737 Use comint-highlight-input-face.
14738 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14739 Use defface instead of defcustom.
14740 (send-invisible, comint-send-eof): Snapshot the last prompt.
14741 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14742 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14743
147442000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14745
14746 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14747 (regexp-opt-group): Use a list of chars for `letters'.
14748 (regexp-opt-charset): `chars' is now a list of chars.
14749 Use a char-table rather than a vector so it works for multibyte chars.
14750
14751 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14752 Set cvs-minor-current-files to the selected fileinfo.
14753 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14754 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14755
147562000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14757
14758 * files.el (insert-directory): Don't call access-file on
14759 directories on DOS and Windows.
14760
147612000-08-09 Kenichi Handa <handa@etl.go.jp>
14762
14763 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14764 longer if necessary.
14765 (ccl-embed-code): Call ccl-embed-data to store CODE in
14766 ccl-program-vector.
14767
147682000-08-09 Miles Bader <miles@gnu.org>
14769
14770 * comint.el (comint-output-filter): Properly handle the case where
14771 the text surrounded by comint-last-output-overlay was deleted.
14772
147732000-08-08 Gerd Moellmann <gerd@gnu.org>
14774
14775 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14776 non-nil.
14777 (Info-file-list-for-emacs): Remove "info" from the list because
14778 that leads to trying to use the documentation from file `info'
14779 in various situations where it isn't appropriate, for instance
14780 C-h C-k C-h i.
14781
14782 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14783 DIR and/or STRING are nil.
14784
14785 * progmodes/compile.el (compilation-setup): Make variable
14786 compilation-error-screen-columns buffer-local, as some comment
14787 in the code suggests it should be.
14788
14789 * files.el (auto-mode-interpreter-regexp): New variable.
14790 (set-auto-mode): Use it.
14791
14792 * indent.el (indent-for-tab-command): Doc fix.
14793
14794 * mouse-sel.el (mouse-sel-mode): Doc fix.
14795
14796 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14797 labels.
14798
14799 * help.el (print-help-return-message): When
14800 display-buffer-reuse-frames is set, let the help window been quit,
14801 instead of deleting it, which might delete a reused frame.
14802
148032000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14804
14805 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14806 rename a directory to a name that differs only by its letter case.
14807
148082000-08-08 Kenichi Handa <handa@etl.go.jp>
14809
14810 * international/quail.el (quail-define-rules): Handle Quail decode
14811 map correctly. Add code for supporting annotations.
14812 (quail-install-decode-map): New function.
14813 (quail-defrule-internal): New optional arguments decode-map and
14814 props.
14815 (quail-advice): New function.
14816
148172000-08-07 Sam Steingold <sds@gnu.org>
14818
14819 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14820 `defconst', `define-condition', `with-slots'.
14821 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14822
148232000-08-03 Miles Bader <miles@gnu.org>
14824
14825 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14826 New variable.
14827 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14828 comint-use-prompt-regexp-instead-of-fields.
14829 (comint-send-input): Add `input' field property to stuff we send to
14830 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14831 (comint-output-filter): Add `output' field property to process
14832 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14833 (comint-replace-by-expanded-history)
14834 (comint-get-old-input-default, comint-show-output)
14835 (comint-backward-matching-input, comint-forward-matching-input)
14836 (comint-next-prompt, comint-previous-prompt): Use field
14837 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14838 (comint-line-beginning-position): New function.
14839 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14840 (comint-replace-by-expanded-history-before-point): Use
14841 comint-line-beginning-position and line-end-position.
14842 (comint-last-output-overlay): New variable.
14843 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14844
14845 * shell.el (shell-prompt-pattern): Doc change.
14846 (shell-backward-command): Use line-beginning-position.
14847
14848 * gud.el (gud-gdb-complete-command): Use
14849 comint-line-beginning-position.
14850
14851 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14852 comint-bol doesn't actually go to the beginning of the line.
14853
14854 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14855 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14856 (try-expand-line-all-buffers): Likewise.
14857
14858 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14859 explicitly matching comint-prompt-regexp.
14860 (sql-copy-column): Use comint-line-beginning-position instead of
14861 explicitly matching comint-prompt-regexp.
14862
14863 * progmodes/octave-inf.el (inferior-octave-complete): Use
14864 comint-line-beginning-position.
14865
14866 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14867
14868 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14869 looking for a prompt, use `forward-line 0' instead of
14870 `beginning-of-line', to avoid getting caught by an input field.
14871
148722000-08-07 Gerd Moellmann <gerd@gnu.org>
14873
14874 * files.el (shell-quote-wildcard-pattern): Make sure to return
14875 PATTERN, in the Unix case.
14876
148772000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14878
14879 * play/zone.el (zone): Discard any pending input before running
14880 the randomly-chosen pgm.
14881
148822000-08-07 Kenichi Handa <handa@etl.go.jp>
14883
14884 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14885 checking the existence of any multibyte characters.
14886
148872000-08-06 Gerd Moellmann <gerd@gnu.org>
14888
14889 * help.el (describe-mode): Test minor-mode symbol for being
14890 bound before testing its value for being nil.
14891
14892 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14893 `first', `second', and `third'.
14894
14895 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14896 (second): Make it an alias for `cadr'.
14897
148982000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14899
14900 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14901 types of display support faces now.
14902
149032000-08-05 Gerd Moellmann <gerd@gnu.org>
14904
14905 * pcvs.el (require): Require `cl' during compilation, only.
14906
14907 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14908 (toplevel): Remove `remq' and `remove' from autoloads.
14909 (cl-fake-autoloads): New variable. If set, arrange for an error
14910 when CL functions etc. are autoloaded.
14911
149122000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14913
14914 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14915
14916 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14917 popped up, but the user clicks outside the menu, return an empty
14918 regexp (that causes unhighlight-regexp to have no effect).
14919
14920 * menu-bar.el (menu-bar-games-menu): Add Zone.
14921
14922 * hi-lock.el (toplevel): Require font-lock.
14923
149242000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14925
14926 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14927 (ebnf-8-bit-chars): New var for bug fix.
14928 (ebnf-string): Bug fix.
14929
149302000-08-03 Sam Steingold <sds@gnu.org>
14931
14932 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14933 instead of `buffer-string'.
14934 (require 'cl): Always, not just when compiling.
14935 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14936 necessary.
14937
149382000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14939
14940 * international/mule-cmds.el (select-safe-coding-system): Make
14941 the message text about selecting a safe coding system more clear.
14942
149432000-08-02 Gerd Moellmann <gerd@gnu.org>
14944
14945 * hi-lock.el: New file.
14946
14947 * play/zone.el: New file.
14948
14949 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14950 value of tab-width in the original buffer. Choose a line number
14951 format that's a multiple of the original buffer's tab width, so
14952 that lines appear right.
14953
14954 * textmodes/ispell.el (ispell): New function, replacing an alias.
14955 Spell-check active region if in transient-mark-mode and mark
14956 is active; otherwise spell-check buffer.
14957
149582000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14959
14960 * ps-mule.el: Fix a customization problem on
14961 ps-mule-font-info-database-default.
14962
149632000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14964
14965 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14966 display-mouse-p instead of window-system.
14967 (ebrowse-member-mode-map): Ditto.
14968
149692000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14970
14971 * progmodes/ebnf2ps.el: Update ps-print functions call.
14972 Indentation fix. Doc fix.
14973 (ebnf-version): New version number (3.2).
14974 (ebnf-format-color, ebnf-begin-job): Code fix.
14975
149762000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14977
14978 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14979 font lock support on window-system.
14980 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14981
14982 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14983 display-color-p, if fboundp, instead of window-system.
14984
149852000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14986
14987 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14988 instead of window-system.
14989
14990 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14991 window-system.
14992 (widget-choice-mouse-down-action): Use display-popup-menus-p
14993 instead of window-system.
14994
14995 * strokes.el (strokes-file): Run the file name through
14996 convert-standard-filename.
14997 (strokes-mode): Call display-mouse-p instead of looking at
14998 window-system. Change the error message accordingly.
14999
15000 * progmodes/cpp.el (toplevel): Support faces on tty's.
15001
15002 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15003 (lm-plot-square, lm-init-display): Don't use window-system.
15004
15005 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15006 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15007
15008 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15009 instead of looking at window-system.
15010
150112000-07-30 Gerd Moellmann <gerd@gnu.org>
15012
15013 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15014 of testing if iswitchb-prepost-hooks is bound, because the
15015 latter will always be true when invoking a recursive minibuffer
15016 from an active Iswitchb buffer.
15017
150182000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15019
15020 * files.el (shell-quote-wildcard-pattern): New function.
15021 (insert-directory): Call it. Only prepend "\" to command on Unix
15022 and GNU/Linux systems.
15023
150242000-07-30 Gerd Moellmann <gerd@gnu.org>
15025
15026 * eshell/esh-groups.el: Change custom :link file names
15027 from `eshell.info' to `eshell'.
15028
150292000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15030
15031 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15032 correctly in recursive ange-ftp listings.
15033
150342000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15035
15036 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15037 ps-header-font-size-internal and
15038 ps-header-title-font-size-internal variables are not set,
15039 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15040 face text property is (foreground-color . COLOR) or
15041 `(background-color . COLOR)', ps-print crashes. Doc fix.
15042 (ps-print-version): New version number (5.2.4).
15043 (ps-plot-region): Code fix.
15044 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15045 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15046 Bug fix 2.
15047
150482000-07-30 Milan Zamazal <pdm@freesoft.cz>
15049
15050 * glasses.el (glasses-make-readable): Fix uncapitalization of
15051 identifiers like `myXMLDocument'.
15052
150532000-07-28 Karl Fogel <kfogel@red-bean.com>
15054
15055 * mail/mail-hist.el (mail-hist-previous-input)
15056 (mail-hist-next-input): Do the obvious code factorization.
15057 (mail-hist-retrieve-and-insert): New func, contains common
15058 code of above two.
15059 If inserting a message body, leave point at top.
15060
150612000-07-28 Sam Steingold <sds@gnu.org>
15062
15063 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15064 Use `<=', not `<' to compare times!
15065 (ange-ftp-ls): Remove.
15066
150672000-07-27 Gerd Moellmann <gerd@gnu.org>
15068
15069 * play/cookie1.el: Add explanation of how to make cookie.el
15070 compatible with strfile(1) to comment.
15071
15072 * subr.el (remove, remq): New functions.
15073
15074 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15075 escape `*' in regexps.
15076 (midnight-find): Reverse order of arguments in the funcall of
15077 TEST.
15078
15079 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15080 and `.class'.
15081
15082 * play/meese.el: Add Commentary section.
15083
150842000-07-27 Alex Schroeder <alex@gnu.org>
15085
15086 * sql.el (sql-ms): Added autoload cookie.
15087 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15088 (sql-oracle): Ditto.
15089 (sql-help): Doc change.
15090
15091 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15092 types and exceptions.
15093
150942000-07-27 Alex Schroeder <alex@gnu.org>
15095
15096 * sql.el (sql-placeholder-history): New variable.
15097 (sql-query-placeholders-and-send): New function that will query
15098 the user and replace placeholders with user input.
15099 (sql-oracle): If running on NT, set comint-input-sender to
15100 sql-query-placeholders-and-send.
15101
15102 (sql-stop): If in the SQLi buffer, insert stop notification, else
15103 present it as a message.
15104
151052000-07-27 Alex Schroeder <alex@gnu.org>
15106
15107 * sql.el (sql-input-ring-separator): Doc change.
15108 (sql-input-ring-file-name): Doc change.
15109 (sql-interactive-mode): Use `sql-input-ring-separator' and
15110 `sql-input-ring-file-name' to set the comint-mode equivalents
15111 without making them local variables.
15112 (sql-stop): Don't bind `sql-input-ring-separator' and
15113 `sql-input-ring-file-name' dynamically to their comint-mode
15114 equivalents.
15115
151162000-07-27 Kenichi Handa <handa@etl.go.jp>
15117
15118 * international/mule.el (register-char-codings): New function.
15119 (make-coding-system): Handle `safe-chars' specification in the arg
15120 PROPERTY.
15121
15122 * international/mule-cmds.el
15123 (find-coding-systems-region-subset-p): This function deleted.
15124 (sort-coding-systems-predicate): New variable.
15125 (sort-coding-systems): New function.
15126 (find-coding-systems-region): Use
15127 find-coding-systems-region-internal.
15128 (find-coding-systems-string): Use find-coding-systems-region.
15129 (find-coding-systems-for-charsets): Check
15130 char-coding-system-table.
15131 (select-safe-coding-system-accept-default-p): New variable.
15132 (select-safe-coding-system): Mostly rewritten. New argument
15133 ACCEPT-DEFAULT-P.
15134 (select-message-coding-system): Call select-safe-coding-system
15135 with ACCEPT-DEFAULT-P arg.
15136 (reset-language-environment): Reset default-sendmail-coding-system
15137 to the default value iso-latin-1.
15138 (set-language-environment): Don't set the obsolete variable
15139 charset-origin-alist.
15140
15141 * international/codepage.el (cp-coding-system-for-codepage-1):
15142 Give `safe-chars' property to make-coding-system.
15143
15144 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15145 calling select-message-coding-system twice.
15146
15147 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15148 instead of `safe-charsets'.
15149 (cyrillic-alternativnyj): Likewise.
15150 (ccl-encode-alternativnyj): Don't check the charset
15151 cyrillic-iso8859-5.
15152
151532000-07-27 Kenichi Handa <handa@etl.go.jp>
15154
15155 * composite.el (compose-chars-after): Preserve match data.
15156
151572000-07-26 Sam Steingold <sds@gnu.org>
15158
15159 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15160 (ange-ftp-real-file-newer-than-file-p): New function.
15161 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15162 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15163
15164 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15165 * midnight.el (midnight-float-time): Ditto.
15166
151672000-07-26 Andreas Schwab <schwab@suse.de>
15168
15169 * files.el (normal-backup-enable-predicate): Correct
15170 interpretation of the return value of compare-strings.
15171
151722000-07-26 Gerd Moellmann <gerd@gnu.org>
15173
15174 * isearch.el (isearch-resume): New function.
15175 (isearch-done): Add something to command-history to resume
15176 the search.
15177 (isearch-yank-line, isearch-yank-word): Use
15178 buffer-substring-no-properties instead of buffer-substring.
15179
15180 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15181 of flyspell-mouse-map.
15182
15183 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15184 duplicate definition.
15185 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15186
15187 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15188 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15189
151902000-07-25 Sam Steingold <sds@gnu.org>
15191
15192 * net/ange-ftp.el: Get modtime over the net.
15193 (ange-ftp-file-modtime): New function.
15194 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15195 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15196 Use it.
15197 (ange-ftp-dot-to-slash): New function.
15198 (ange-ftp-fix-name-for-vms): Use it.
15199
15200 * midnight.el (midnight-buffer-display-time): Use
15201 `with-current-buffer'.
15202
152032000-07-25 Gerd Moellmann <gerd@gnu.org>
15204
15205 * find-dired.el: Update copyright notice.
15206 (find-dired): Offer to kill a running `find'.
15207
15208 * enriched.el (enriched-face-ans): For a `foreground-color'
15209 property, return '(("x-color" COLOR))' so that COLOR will be
15210 output as a parameter of the x-color annotation. Likewise for the
15211 `background-color' property. In the case of normal face
15212 properties, don't return annotations for unspecified foreground
15213 and background face attributes.
15214
152152000-07-25 Kenichi Handa <handa@etl.go.jp>
15216
15217 * language/japan-util.el (japanese-katakana-region): Fix handling
15218 HANKAKU argument.
15219
152202000-07-25 Miles Bader <miles@gnu.org>
15221
15222 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15223 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15224 constrain-to-field.
15225
152262000-07-24 Andrew Innes <andrewi@gnu.org>
15227
15228 * timer.el (timer-activate-when-idle): Add optional parameter
15229 DONT-WAIT. Update docstring.
15230 (run-with-idle-timer): Specify extra parameter to
15231 timer-activate-when-idle, so that timer will be activated
15232 immediately if Emacs is already idle.
15233
15234 * w32-fns.el (w32-using-nt): Fix docstring.
15235
152362000-07-24 Dave Love <fx@gnu.org>
15237
15238 * mouse.el (popup-menu): Set last-command-event.
15239 (mouse-major-mode-menu-prefix): Declare.
15240
152412000-07-24 Gerd Moellmann <gerd@gnu.org>
15242
15243 * textmodes/flyspell.el: Update to author's version 1.5d.
15244
15245 * progmodes/hideshow.el: Update copyright notice.
15246
15247 * vcursor.el: Set maintainer to FSF, since author cannot
15248 be reached.
15249
152502000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15251
15252 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15253 the prompt.
15254
15255 * mouse.el (popup-menu): Run the keymap through indirect-function,
15256 in case it was defined with define-prefix-key. If the menu is a
15257 list of keymaps, look up the binding of user's choice in each one
15258 of the keymaps.
15259 (mouse-popup-menubar): If the global and local menu-bar keymaps
15260 don't have a prompt string, create one and insert it into the
15261 keymap. Don't barf if current-local-map returns nil.
15262
152632000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15264
15265 * dired.el (dired-sort-R-check): Added to allow recursive listing
15266 to be undone.
15267 (dired-sort-other): Use it.
15268
152692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15270
15271 * Release of cc-mode 5.27
15272
152732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15274
15275 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15276 c-beginning-of-statement-1 that caused a bad case of recursion
15277 which could consume a lot of CPU in large classes in languages
15278 that have in-expression classes (i.e. Java and Pike).
15279
15280 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15281 statements before top level constructs (i.e. case 6 is moved
15282 before case 5 and is now case 4) to catch in-expression
15283 classes in top level expressions correctly.
15284
152852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15286
15287 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15288 objc-method-intro. Case 4 removed and case 5I added.
15289
15290 * cc-langs.el (c-append-paragraph-start): New variable used by
15291 c-common-init to get paragraph-start correct.
15292 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15293 initialize paragraph-start to make it correct both with and
15294 without the javadoc special case.
15295
15296 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15297 initialize paragraph-start for javadoc markup.
15298
15299 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15300 change by defaulting this to t. It's motivated by the
15301 confusing behavior that otherwise arise from the style system
15302 when editing both java and non-java files at the same time
15303 (see the comments about style setting in c-common-init).
15304
153052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15306
15307 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15308 similar to the one in c-fill-paragraph to check the fill
15309 prefix from the adaptive fill function for sanity.
15310
153112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15312
15313 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15314 defun block.
15315
153162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15317
15318 * cc-align.el (c-lineup-multi-inher): Handle lines with
15319 leading comma nicely. Extended to handle member initializers
15320 too.
15321
15322 * cc-engine.el: (c-beginning-of-inheritance-list,
15323 c-guess-basic-syntax): Fixed recognition of inheritance lists
15324 when the lines begins with a comma.
15325
15326 * cc-vars.el (c-offsets-alist): Changed default for
15327 member-init-cont to c-lineup-multi-inher since it now handles
15328 member initializers and indents better for leading commas.
15329
153302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15331
15332 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15333 handling that caused class open lines to be recognized as
15334 statement-conts in some cases.
15335
15336 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15337 guessed by the adaptive fill function unless point is on the
15338 first line of a block comment.
15339
15340 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15341 when the buffer ends with a macro continuation char.
15342
15343 * cc-engine.el (c-guess-basic-syntax): Added support for
15344 function definitions as statements in Pike. The first
15345 statement in a lambda block is now labeled defun-block-intro
15346 instead of statement-block-intro.
15347
15348 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15349 so that the class surrounding point is selected, not the one
15350 innermost in the state.
15351
15352 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15353 recognition of switch labels having hanging multiline
15354 statements.
15355
15356 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15357 some code in c-guess-basic-syntax to a separate function.
15358 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15359 recognition of member inits with multiple line arglists.
15360 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15361 member-init-cont when the commas are in funny places.
15362
153632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15364
15365 * cc-defs.el (c-auto-newline): Removed this macro since it's
15366 not used anymore.
15367
15368 * cc-engine.el (c-looking-at-bos): New helper function.
15369 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15370 inexpr and toplevel classes apart in Pike.
15371
15372 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15373 of case 9A.
15374
15375 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15376 constant, since "class" can introduce an in-expression class
15377 in Pike nowadays.
15378
153792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15380
15381 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15382 indentation on cpp-macro lines.
15383
15384 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15385 a syntax modifier like comment-intro, to make it possible to
15386 get syntactic indentation for preprocessor directives. It's
15387 incompatible wrt to lineup functions on cpp-macro, but it has
15388 no observable effect in the 99.9% common case where cpp-macro
15389 is set to -1000.
15390
153912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15392
15393 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15394 member-init-cont when the preceding arglist is several lines.
15395
153962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15397
15398 * cc-styles.el (c-style-alist): The basic offset for the BSD
15399 style corrected to 8.
15400
154012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15402
15403 * cc-styles.el (c-style-alist): Adjusted the indentation of
15404 brace list openers in the gnu style.
15405
154062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15407
15408 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15409
15410 * cc-cmds.el (c-electric-brace, c-electric-slash,
15411 c-electric-star, c-electric-semi&comma, c-electric-colon,
15412 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15413 when c-syntactic-indentation is nil.
15414
15415 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15416 we were left at comments preceding the first statement when
15417 reaching the beginning of the buffer.
15418
15419 * cc-vars.el (c-syntactic-indentation): New variable to turn
15420 off all syntactic indentation.
15421
154222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15423
15424 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15425 between the text and the block comment ender when it hangs,
15426 depending on how many there are before the fill.
15427
154282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15429
15430 * cc-engine.el (c-beginning-of-closest-statement): New helper
15431 function to go back to the closest preceding statement start,
15432 which could be inside a conditional statement.
15433 * cc-engine.el (c-guess-basic-syntax): Use
15434 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15435
15436 * cc-engine.el (c-guess-basic-syntax): Better handling of
15437 arglist-intro, arglist-cont-nonempty and arglist-close when
15438 the arglist is nested inside parens. Cases 7A, 7C and 7F
15439 changed.
15440
15441 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15442 up-to-date with javadoc 1.2.
15443
154442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15445
15446 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15447 multiline Pike type decls.
15448
154492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15450
15451 * cc-cmds.el (c-indent-new-comment-line): Always break
15452 multiline comments in multiline mode, regardless of
15453 comment-multi-line.
15454
154552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15456
15457 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15458 fully::qualified::names in C++ member init lists. Preamble in
15459 case 5D changed.
15460
154612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15462
15463 * cc-langs.el (c-common-init): Handling of obsolete variables
15464 moved to c-initialize-cc-mode. More compatible style override
15465 when using global style variables.
15466 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15467 variables moved here.
15468
15469 * cc-styles.el (c-make-styles-buffer-local): Flag style
15470 variable localness in c-style-variables-are-local-p to make
15471 the compatibility measure in c-common-init work well.
15472
15473 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15474 longer contain set-from-style.
15475 * cc-styles.el (c-initialize-builtin-style): Don't check for
15476 set-from-style on c-special-indent-hook.
15477 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15478 copy-alist is sufficient now.
15479
15480 * cc-styles.el (c-set-style, c-set-style-1,
15481 c-get-style-variables): Fixes to variable initialization so
15482 that duplicate entries in styles have the same effect
15483 regardless of DONT-OVERRIDE.
15484
15485 * cc-styles.el (c-set-style-2): Fixed bug where the
15486 initialization of inheriting styles failed when the
15487 dont-override flag is set.
15488
15489 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15490 on this.
15491
154922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15493
15494 * cc-defs.el (c-forward-comment): Removed the workaround
15495 introduced in 5.38 since it had worse side-effects. If a line
15496 contains the string "//\"", it regarded the // as a comment
15497 start since the \ temporarily doesn't have escape syntax.
15498
154992000-07-17 Emmanuel Briot <briot@act-europe.fr>
15500
88c71720 15501 * ada-mode.el: Got rid of all byte-compiler warnings on Emacs Load
5fdac1b8
EZ
15502 ada-xref.el before ada-prj.el, so that the Project menu is created
15503 when ada-prj tries to add to it.
15504 (ada-activate-keys-for-case): Suppress the characters that are not
15505 part of the Ada syntax. Better compatibility with else-mode
15506 (ada-adjust-case-interactive): When auto-casing is not active,
15507 correctly insert newlines (used to insert only ^M). Prevent the
15508 syntax table from being changed in case of an error
15509 (or '_' becomes part of a word and some commands are confused).
15510 Do nothing if ada-auto-case is nil.
15511 (ada-after-keyword-p): Ignore keywords that are also attributes
15512 (ada-batch-reformat): Update usage comment
15513 (ada-call-from-contextual-menu): New function
15514 (ada-case-read-exceptions): Reinitialize the casing exception list
15515 first to nil first, so that the casing exception file can be
15516 shared.
15517 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15518 files.
15519 (ada-compile-goto-error): Fix regexp used to detect a file:line
15520 anywhere in the error message
15521 (ada-contextual-menu-last-point): New variable
15522 (ada-create-keymap): If the variable delete-key-deletes-forward is
15523 t on XEmacs, it means that DEL should delete one character
15524 forward.
15525 (ada-create-menu): Use :included instead of :visible for XEmacs.
15526 New submenu "Options".
15527 (ada-end-stmt-re): Correctly indent "select ... then abort"
15528 statements.
15529 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15530 even if they don't match ada-fill-comment-prefix Fix handling of
15531 paragraphs on the first or last line of a file.
15532 (ada-format-paramlist): Fix handling of default parameter values.
15533 (ada-get-body-name): New function.
15534 (ada-get-current-indent): Optimized by searchling directly for an
15535 existing generic part or a statement outside of it. Handle
15536 ada-indent-align-comments when indenting comments Replaced some
15537 regexps by testing directly the next character. This results in a
15538 huge speedup on some files. New indentation scheme for renames
15539 statements. Stop looking for the 'while' or 'for' associated with
15540 a 'loop' at the first semicolon encountered. A "return" can also
15541 match an anonymous access subprogram declaration.
15542 (ada-get-indent-noindent): Ignore strings and comments when
15543 looking for the keywords "record" and "private".
15544 (ada-goto-matching-decl-start): When matching "if", make sure we
15545 are not in fact seeing "end if". Ignore "when" statements except
15546 when initial keyword was "begin". Fix handling of nested
15547 procedures. Add a recursive call to this function to skip over
15548 other 'end' statmts. Fix indentation for "when .. => begin"
15549 (ada-in-open-paren-p): Fix indentation for complex boolean
15550 expressions, where 'and then', 'or else' and parenthesis
15551 statements are mixed up.
15552 (ada-in-paramlist-p): Skip comments while searching for the
15553 beginning Fix handling of operator declarations.
15554 (ada-indent-align-comments): New variable
15555 (ada-indent-current): Change the syntax table only in the
15556 protected section, so that we are sure it is restored correctly.
15557 (ada-indent-on-previous-lines): Use ada-use-indent and
15558 ada-with-indent Correctly indent "select ... then"
15559 (ada-indent-region): Slight speedup.
15560 (ada-indent-renames): New variable.
15561 (ada-last-which-function-subprog, ada-last-which-function-line):
15562 New variables
15563 (ada-looking-at-semi-private): Correctly indent the 'private'
15564 keyword when it is the first word in a package declaration.
15565 (ada-loose-case-word): Stop searching if at the end of the buffer.
15566 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15567 even if point is not initially at the end of the word.
15568 (ada-matching-decl-start-re): Add "when".
15569 (ada-mode): Add support for abbrev-mode, outline-mode and
15570 which-func-mode Override the old find-file.el entry in
15571 ff-special-constructs since it is using the obsolete
15572 ada-spec-suffix variable
15573 (ada-no-auto-case): New function
15574 (ada-scan-paramlist): When parsing the argument type, accept
15575 spaces (as in "X 'Class", generated by Rational Rose).
15576 (ada-other-file-name): No longer loads the other file.
15577 (ada-popup-menu): Save and restore the current buffer and cursor
15578 position before and after displaying the menu.
15579 (ada-search-ignore-complex-boolean): New function.
15580 (ada-uncomment-region): Emacs21 already knows how to delete
15581 comments not starting in the first column.
15582 (ada-use-indent): New variable
15583 (ada-which-function): New function.
15584 (ada-with-indent): New variable
15585 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15586 can be batch-compiled from the command line.
15587
15588 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15589 Add to the menu when the file is loaded, not in ada-mode-hook.
15590 Add -toolbar to the default ddd command Switches moved from
15591 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15592 ada-prj-default-comp-opt
15593 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15594 Reference Manual to the menu
15595 (ada-check-current): rewritten as a call to ada-compile-current
15596 (ada-compile): Removed.
15597 (ada-compile-application, ada-compile-current, ada-check-current):
15598 Set the compilation-search-path so that compile.el automatically
15599 finds the sources in src_dir. Automatic scrollong of the
15600 compilation buffer. C-uC-cC-c asks for confirmation before
15601 compiling
15602 (ada-compile-current): New parameter, prj-field
15603 (ada-complete-identifier): Load the .ali file before doing
15604 processing
15605 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15606 conform to gnatmake's behavior.
15607 (ada-find-file-in-dir): New function
15608 (ada-find-references): Set the environment variables for gnatfind
15609 (ada-find-src-file-in-dir): New function.
15610 (ada-first-non-nil): Removed
15611 (ada-gdb-application): Add support for jdb, the java debugger.
15612 (ada-get-ada-file-name): Load the original-file first if not done
15613 yet.
15614 (ada-get-all-references): Handles the new ali syntax (parent types
15615 are found between <>).
15616 (ada-initialize-runtime-library): New function
15617 (ada-mode-hook): Always load a project file when a file is opened,
15618 so that the casing exceptions are correctly read.
15619 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15620 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15621 to open the project file, since the latter does not work with
15622 speedbar Get default values before loading the prj file, or the
15623 default executable file name is wrong. Use the absolute value of
15624 src_dir to initialize ada-search-directories and
15625 compilation-search-path,... Add the standard runtime library to
15626 the search path for find-file.
15627 (ada-prj-default-debugger): Was missing an opening '{'
15628 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15629 variables.
15630 (ada-prj-default-gnatmake-opt): New variable
15631 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15632 buffers, the project file is the default one Save the windows
15633 configuration before displaying the menu.
15634 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15635 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15636 ...) regexp-quote identifiers names to support operators +,
15637 -,... in regexps.
15638 (ada-remote): New function.
15639 (ada-run-application): Erase the output buffer before starting the
15640 run Support remote execution of the application. Use
15641 call-process, or the arguments are incorrectly parsed
15642 (ada-set-default-project-file): Reread the content of the active
15643 project file, not the one from the current buffer When a project
15644 file is set as the default project, all directories are
15645 automatically associated with it.
15646 (ada-set-environment): New function
15647 (ada-treat-cmd-string): New special variable ${current}
15648 (ada-treat-cmd-string): Revised. The substitution is now done for
15649 any ${...} substring
15650 (ada-xref-current): If no body was found, compiles the spec
15651 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15652 compiler to get rid of command line length limitations.
15653 (ada-xref-get-project-field): New function
15654 (ada-xref-project-files): New variable
15655 (ada-xref-runtime-library-specs-path)
15656 (ada-xref-runtime-library-ali-path): New variables
15657 (ada-xref-set-default-prj-values): Default run command now does a
15658 cd to the build directory. New field: main_unit Provide a default
15659 file name even if the current buffer has no prj file.
15660
15661 * ada-prj.el:
15662 Rewritten to show a tabbed-dialog.
15663 (ada-prj-add-ada-menu): Remove the map and name parameters.
15664 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15665 New function
15666 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15667 (ada-prj-load-from-file): New function
15668 (ada-prj-save): Always save fields that depend on the current buffer
15669 (ada-prj-show-value): New function
15670
15671 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15672 Ada mode. This will allow us to display the Ada menu in any buffer
15673 we want (for project items).
15674 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15675 number of spaces in the header.
15676
156772000-07-24 Dave Love <fx@gnu.org>
15678
15679 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15680
156812000-07-23 Noah Friedman <friedman@splode.com>
15682
15683 * type-break.el (type-break): perform autosave.
15684 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
15685 (type-break-do-query): Cancel query schedule while performing
15686 actual query, to avoid possibility of a second query being made
15687 while first one is already in progress.
15688 (type-break-time-stamp-format): New variable.
15689 (type-break-time-stamp): New function.
15690 (type-break-time-warning): Use it.
15691 (type-break-keystroke-warning): Use it.
15692 (type-break-noninteractive-query): Use it.
15693
15694 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15695 cookie.
15696 Use add-minor-mode to set minor-mode-alist, if available.
15697 (eldoc-echo-area-use-multiline-p): New user option.
15698 (eldoc-echo-area-multiline-supported-p): New variable.
15699 (eldoc-docstring-format-sym-doc): Use them.
15700 (eldoc-mode): If not using idle timers, append to local post and
15701 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15702 (eldoc-display-message-no-interference-p): Don't interfere with
15703 edebug.
15704 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15705 (eldoc-function-arglist): New function.
15706 (eldoc-function-argstring): Use it.
15707
15708 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15709 auto save directory exists before calling directory-files.
15710
157112000-07-23 Dave Love <fx@gnu.org>
15712
15713 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15714 ^o, ^u.
15715
157162000-07-21 Dave Love <fx@gnu.org>
15717
15718 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15719 now passed to the function. It now works properly.
15720
15721 * smerge-mode.el (smerge-mode-menu): Fill it out.
15722
157232000-07-20 Gerd Moellmann <gerd@gnu.org>
15724
15725 * info-look.el (info-lookup): If *info* is shown in another frame
15726 on the same display, select that frame, instead of switching to
15727 the Info buffer in another window of the selected frame.
15728
15729 * simple.el (universal-argument-map): Bind numeric keypad keys
15730 kp-0 to kp-9 and kp-subtract.
15731 (digit-argument): Handle these keys.
15732
157332000-07-20 Dave Love <fx@gnu.org>
15734
15735 * net/goto-addr.el (goto-address-fontify): Don't bother with
15736 buffer-modified and read-only stuff -- irrelevant with overlays.
15737 Put an extra property on the overlays and use it to clean up in
15738 case goto-address is re-run.
15739
157402000-07-19 Richard M. Stallman <rms@gnu.org>
15741
15742 * timer.el (run-with-idle-timer): Doc fix.
15743
15744 * mail/mail-utils.el (mail-strip-quoted-names):
15745 Handle case where <...> appears inside "...".
15746 Use replace-match to edit the string more simply.
15747 (rmail-dont-reply-to): Cope with an unmatched ".
15748
157492000-07-19 Dave Love <fx@gnu.org>
15750
15751 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15752 implementation.
15753
15754 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15755 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15756 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15757
157582000-07-19 Gerd Moellmann <gerd@gnu.org>
15759
15760 * textmodes/refer.el: Correct maintainer's email address.
15761
15762 * progmodes/hideif.el: Correct author's email address.
15763 Fix typo in comment.
15764
15765 * xml.el: New file.
15766
15767 * mail/mailheader.el: Correct author's mail address.
15768
15769 * gnus/parse-time.el: Correct author's mail address.
15770
f1180544 157712000-07-19 Colin Walters <walters@cis.ohio-state.edu>
5fdac1b8
EZ
15772
15773 * comint.el (comint-highlight-input, comint-highlight-face):
15774 New user options.
15775 (comint-input-ring-file-name): Change custom type.
15776 (comint-mode-map): Bind mouse-2.
15777 (comint-insert-clicked-input): New function.
15778 (comint-send-input): Handle input highlighting.
15779
157802000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15781
15782 * mouse.el (popup-menu): New function.
15783 (mouse-major-mode-menu): Use it.
15784
157852000-07-18 Dave Love <fx@gnu.org>
15786
15787 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15788 improvements.
15789
157902000-07-18 Gerd Moellmann <gerd@gnu.org>
15791
15792 * faces.el (face-font-selection-order)
15793 (face-font-family-alternatives): Add custom type.
15794
157952000-07-18 Dave Love <fx@gnu.org>
15796
15797 * cus-edit.el (custom-variable-reset-saved)
15798 (custom-variable-reset-standard): Remove unused bindings.
15799
15800 * rect.el (open-rectangle-line): Remove unused let.
15801
15802 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15803
158042000-07-18 Gerd Moellmann <gerd@gnu.org>
15805
15806 * cdl.el: Fix `Maintainer' keyword.
15807
15808 * play/pong.el: Add author's email address.
15809
158102000-07-17 Sam Steingold <sds@gnu.org>
15811
15812 * files.el (insert-directory): Call `split-string' instead of
15813 re-implementing it.
15814
158152000-07-18 Gerd Moellmann <gerd@gnu.org>
15816
15817 * mail/vms-pmail.el: Change maintainer to FSF.
15818
15819 * net/goto-addr.el: Change maintainer to FSF.
15820
15821 * info.el (Info-title-face-alist): Removed.
15822
158232000-07-18 David Ponce <david@dponce.com>
15824
15825 * recentf.el (recentf-open-files): New command that works like
15826 `recentf-open-more-files', but shows the whole list of files (not just
15827 those omitted from the menu). Useful if you don't use a menu-bar!
15828 (recentf-open-more-files) Modified to use `recentf-open-files'.
15829
15830 (recentf-open-files, recentf-open-more-files)
15831 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15832
15833 (recentf-dialog-mode): New mode for dialogs. You can now just type
15834 "q" to cancel the dialogs.
15835
158362000-07-18 David Ponce <david@dponce.com>
15837
15838 * recentf.el: This is a major update of recentf.el. It adds new
15839 features to better organize the recentf menu and "More..." buffer.
15840
15841 Using new provided menu filtering functions you can now organize the
15842 recent files list:
15843
15844 - by major modes
15845 - by directories
15846 - by user defined rules
15847
15848 Finally, with the new `recentf-filter-changer' customizable filter you
15849 can define a ring of filters and dynamically (via the menu) cycle on
15850 each menu organization in the ring (a la msb).
15851
158522000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15853
15854 * eshell/eshell.el (eshell): Replace links to eshell.info with
15855 links to eshell, to avoid problems on systems where the manual is
15856 installed as `eshell'.
15857 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15858 * eshell/em-smart.el (eshell-smart): Ditto.
15859 * eshell/em-banner.el (eshell-banner): Ditto.
15860 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15861
15862 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15863 same-file check in the MS-DOS version (it does support inodes).
15864
15865 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15866
15867 * eshell/eshell.el (eshell-directory-name):
15868 Run default directory name through convert-standard-filename.
15869
158702000-07-18 Kenichi Handa <handa@etl.go.jp>
15871
15872 * international/mule-cmds.el (select-safe-coding-system):
15873 Fix typo in the comment.
15874
15875 * language/european.el (compound-text):
15876 Force katakana-jisx0201 to be designated to G1.
15877
15878 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15879 Don't translate some national variant characters of latin-jisx0201.
15880 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15881
15882 * international/kkc.el (kkc-after-update-conversion-functions):
15883 New variable.
15884 (kkc-update-conversion): Run functions in it at the tail.
15885
158862000-07-16 John Wiegley <johnw@gnu.org>
15887
15888 * lisp/align.el (align-newline-and-indent):
15889 Adding new function. for auto-aligning blocks of code on RET.
15890 (align-region): Fixed badly formatted minibuffer message.
15891
158922000-07-17 Kenichi Handa <handa@etl.go.jp>
15893
15894 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15895 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15896 the conversion list at first if appropriate.
15897 (kkc-next): Don't update kkc-next-count here.
15898 (kkc-prev): Don't update kkc-prev-count here.
15899 (kkc-show-conversion-list-update): Fix setting up of conversion
15900 list message.
15901
159022000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15903
15904 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15905
159062000-07-16 Dave Love <fx@gnu.org>
15907
15908 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15909 function to be more specific.
15910
15911 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15912 non-string help-echo.
15913 (widget-types-convert-widget): Defsubst it.
15914 (widget-echo-help): Try to cope with a help-echo function of two
15915 possible sorts.
15916
159172000-07-15 Jason Rumney <jasonr@gnu.org>
15918
15919 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15920 Declare as obsolete.
15921
15922 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15923
159242000-07-14 Gerd Moellmann <gerd@gnu.org>
15925
15926 * hilit-chg.el: Fix typo.
15927
159282000-07-14 Dave Love <fx@gnu.org>
15929
15930 * info.el (Info-mode-menu): Fix use of :help, :enable.
15931
159322000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15933
15934 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15935
159362000-07-13 Dave Love <fx@gnu.org>
15937
15938 * emacs-lisp/easymenu.el: Doc fixes.
15939 (easy-menu-remove): Defalias to ignore.
15940
15941 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15942 Call throw correctly.
15943
159442000-07-13 Gerd Moellmann <gerd@gnu.org>
15945
15946 * faces.el (frame-background-mode): Doc fix.
15947
15948 * simple.el (eval-expression-print-length): Change custom type to
15949 allow entering nil as value.
15950
159512000-07-13 Dave Love <fx@gnu.org>
15952
15953 * progmodes/fortran.el (fortran-imenu-generic-expression):
15954 Change definition layout.
15955 (fortran-mode-menu): Reinstate customize entries.
15956
15957 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15958 Use :filter, per old XEmacs code.
15959
159602000-07-12 Gerd Moellmann <gerd@gnu.org>
15961
15962 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15963 event when deciding what to send to the terminal.
15964
159652000-07-12 Dave Love <fx@gnu.org>
15966
15967 * cus-start.el: Add optional version as 4th element of specs and
15968 use it for several things new in v21. Remove load-path. Fix type
15969 of line-number-display-limit.
15970
159712000-07-11 Dave Love <fx@gnu.org>
15972
15973 * progmodes/fortran.el: Don't require easymenu.
15974 Use repeat counts in various regexps.
15975 (fortran-mode-syntax-table): Defvar directly.
15976 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15977 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15978 Use defvar, not defconst.
15979 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15980 (fortran-mode): Set fortran-comment-line-start-skip,
15981 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15982 (fortran-comment-indent): Use defsubst.
15983 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15984 Use fortran-comment-indent, not fortran-comment-indent-function.
15985 (fortran-comment-region, fortran-electric-line-number): Simplify.
15986 (fortran-auto-fill): New function.
15987 (fortran-do-auto-fill): Deleted.
15988 (fortran-find-comment-start-skip):
15989 Check for non-null comment-start-skip.
15990 (fortran-auto-fill-mode, fortran-fill-statement):
15991 Use fortran-auto-fill.
15992 (fortran-fill): Use fortran-auto-fill. Check for null
15993 comment-start-skip. Simplify final clause and use end-of-line finally.
15994
15995 * widget.el (widget-plist-member): New alias.
15996
159972000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15998
15999 * eshell/esh-module.el (toplevel): Reference
16000 byte-compile-current-file only if it is bound.
16001
160022000-07-10 Gerd Moellmann <gerd@gnu.org>
16003
16004 * dired.el: Don't require `dired-aux'.
16005
160062000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16007
16008 * dired-aux.el (dired-show-file-type): New function.
16009 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16010 (dired-show-file-type): Add autoload.
16011
160122000-07-10 Kenichi Handa <handa@etl.go.jp>
16013
16014 * international/mule-diag.el (describe-font): Adjusted for the
16015 change of fontset-info.
16016 (print-fontset): Likewise.
16017
160182000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16019
16020 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16021
160222000-07-07 Gerd Moellmann <gerd@gnu.org>
16023
16024 * bindings.el: Bind `[delete]' to delete-char.
16025
16026 * dired.el (dired-find-alternate-file): New function.
16027 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16028 (toplevel): Require dired-aux when compiling.
16029 (dired-buffers): Move defvar within file to avoid compiler warning.
16030
16031 * info.el (Info-last-search): Variable removed.
16032 (Info-search-history): New variable.
16033 (Info-search): New Info-search-history.
16034
16035 * battery.el, info-look.el: Change author's mail address.
16036
160372000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16038
16039 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16040 if rmail-ignored-headers is nil.
16041 (rmail-retry-failure): Bind rmail-ignored-headers and
16042 rmail-displayed-headers to nil.
16043
160442000-07-06 Gerd Moellmann <gerd@gnu.org>
16045
16046 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16047 (print-region-1): Don't hard code `-h' here.
16048
16049 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16050
160512000-07-01 Francesco Potorti` <pot@gnu.org>
16052
16053 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16054 exim can use "your message" instead of "the message".
16055
160562000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16057
16058 * facemenu.el: Docstrings fixes.
16059 (facemenu-get-face): Don't use internal-find-face.
16060 (facemenu-iterate): Rename arg to match the docstring.
16061
16062 * newcomment.el (uncomment-region): Be more careful when skipping
16063 backwards over `=' not to bump into BOBP.
16064
160652000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16066
16067 * ediff-diff.el (ediff-wordify): Use syntax table.
16068 * ediff-init.el (ediff-has-face-support-p): Use
16069 ediff-color-display-p.
16070 (ediff-color-display-p): Use display-color-p, changed to defun
16071 from defsubst.
16072 Got rid of special cases for NeXT and OS/2.
16073 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16074 face.
16075
160762000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16077
16078 * emacs-lisp/lucid.el: Require CL.
16079 (copy-tree, remprop): Remove, it's provided by CL.
16080 (map-keymap): Define in terms of cl-map-keymap.
16081 (extent-property, set-extent-end-glyph): New functions.
16082
16083 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16084
160852000-07-05 Gerd Moellmann <gerd@gnu.org>
16086
16087 * Makefile.in (DONTCOMPILE): Add comment that the name may
16088 not be changed without changing the make-dist script.
16089
16090 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16091 (cl-mapc): Use mapc instead of cl-old-mapc.
16092
160932000-07-05 Andrew Innes <andrewi@gnu.org>
16094
16095 * makefile.nt: Add support for `bootstrap' and related targets.
16096
160972000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16098
16099 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16100 (easy-menu-do-define): Use `menu-item' format.
16101 Handle case where easy-menu-create-menu returns a symbol.
16102 Manually call the potential top-level filter in the function binding.
16103 (easy-menu-filter-return): New arg NAME.
16104 Convert to a keymap if MENU is an XEmacs menu.
16105 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16106 (easy-menu-converted-items-table, easy-menu-convert-item):
16107 New var and fun to memoize easy-menu-convert-item-1.
16108 (easy-menu-do-add-item): Use it.
16109 (easy-menu-create-menu): Use easy-menu-convert-item.
16110 Wrap easy-menu-filter-return around any :filter specification.
16111 Don't convert the menu if a filter was specified.
16112 Tell easy-menu-make-symbol not to check for MENU being an expression.
16113 (easy-menu-make-symbol): New arg NOEXP.
16114
161152000-07-05 Gerd Moellmann <gerd@gnu.org>
16116
16117 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16118 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16119 (eval-defun): If called with prefix arg, instrument code for
16120 Edebug.
16121
16122 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16123 similar to that of eval-defun.
16124
161252000-07-04 Dave Love <fx@gnu.org>
16126
16127 * hl-line.el (hl-line-overlay): Make it permanent-local.
16128
16129 * calendar/todo-mode.el: Replaced with a working version, based on
16130 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16131
161322000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16133
16134 * paths.el (prune-directory-list): New function.
16135 (Info-default-directory-list): Rewritten to more methodically
16136 enumerate a big list of possible info directories (based on the
16137 list used by the standalone info reader).
16138
16139 * info.el (info-initialize): Use prune-directory-list to remove
16140 non-existent directories from Info-directory-list.
16141
16142 * paths.el (Info-default-directory-list): Try a list of possible
16143 info-directories instead of a single one. Add the possible
16144 info directory "/usr/share/info".
16145
16146 * woman.el (woman-man.conf-path): Explicitly include the debian
16147 man-db config file "/etc/manpath.config".
16148 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16149 are present in `manpath.config'.
16150 (woman-manpath): Include "/usr/share/man".
16151
161522000-07-03 Gerd Moellmann <gerd@gnu.org>
16153
16154 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16155
16156 * startup.el (command-line): Initialize blink-cursor based
16157 on window-system.
16158
16159 * frame.el (blink-cursor): Default to nil if not running under
16160 a window-system.
16161
16162 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16163 (face-x-resources): Remove duplicate entry for :font.
16164
16165 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16166 instead of cycling through windows with next-window.
16167
16168 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16169 of cycling through windows with next-window.
16170
16171 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16172 of cycling through windows with next-window.
16173
16174 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16175 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16176 instead of cycling through windows with next-window.
16177
16178 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16179 instead of cycling through windows with next-window.
16180
16181 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16182 of cycling through windows with next-window.
16183
16184 * terminal.el (te-process-output): Use walk-windows instead of
16185 cycling through windows with next-window.
16186
16187 * server.el (server-switch-buffer): Use some-window instead of
16188 cycling through windows with next-window.
16189
16190 * window.el (some-window): New function.
16191 (walk-windows): Remove reference to walk-windows-start.
16192
16193 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16194
161952000-07-03 Richard Stallman <rms@gnu.org>
16196
16197 * window.el (walk-windows): Guarantee termination by keeping a list
16198 of all the windows already handled.
16199
162002000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16201
16202 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16203 window-system.
16204
16205 * man.el (Man-notify-when-ready): Don't use window-system. If
16206 Man-notify-method is newframe, and the display is not
16207 multi-frame, select the frame created for the man page.
16208 (Man-init-defvars): Doc fix.
16209
162102000-06-28 Gerd Moellmann <gerd@gnu.org>
16211
16212 * faces.el (region): Change background color for light background.
16213
16214 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16215 attribute from mode-line face of Ediff control frame.
16216
16217 * replace.el (query-replace-map): Bind `e' like `E'.
16218
162192000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16220
16221 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16222 Change name to "Select All".
16223
16224 * dos-fns.el (convert-standard-filename): Fix last change.
16225
162262000-06-27 Gerd Moellmann <gerd@gnu.org>
16227
16228 * help.el (describe-variable): Don't insert a second `'s' in front
16229 of the string `value is shown below'. Since the syntax-table is
16230 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16231 an existing `'s', so that this won't be deleted.
16232
16233 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16234 * pcmpl-unix.el: New files.
16235
162362000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16237
16238 * wid-edit.el (widget-member): Use the new plist-member.
16239
162402000-06-26 Gerd Moellmann <gerd@gnu.org>
16241
16242 * replace.el (perform-replace): Undo change of 2000-04-04.
16243 Instead, move backward 1 character at the end of the loop when
16244 necessary.
16245
16246 * faces.el (fringe): Change face for different backgrounds.
16247
16248 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16249 patch from John.
16250
16251 * eshell/*.el: Change spelling of the Free Software Foundation.
16252
16253 * eshell/esh-toggle.el: Removed.
16254
16255 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16256
16257 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16258 interactively.
16259
162602000-06-26 Alex Schroeder <alex@gnu.org>
16261
16262 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16263 `define-key'; instead of checking `(emacs-version)' check for
16264 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16265 for `;' and `o' which might be electric.
16266
16267 (sql-electric-stuff): New user option.
16268 (sql-magic-go): New function which uses `sql-electric-stuff'.
16269 (sql-magic-semicolon): New function which uses
16270 `sql-electric-stuff'.
16271
16272 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16273 is not fboundp.
16274
16275 (sql-oracle-options): New variable.
16276 (sql-oracle): Use it.
16277
16278 (sql-imenu-generic-expression): Doc change.
16279 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16280 is used.
16281
16282 (sql-informix): Added command line parameter "-" to force
16283 sql-informix-program to use stdout.
16284
162852000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16286
16287 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16288 (cp864-decode-table): Doc fix.
16289 (cp720-decode-table): New variable, supports the Arabic OEM
16290 codepage used by Windows.
16291 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16292
162932000-06-23 Dave Love <fx@gnu.org>
16294
16295 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16296 (font-lock-fontify-anchored-keywords): Use
16297 line-beginning-position.
16298 (global-font-lock-mode): Use mapc.
16299
163002000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16301
16302 * eshell/esh-module.el: Require CL when compiling.
16303
163042000-06-23 Gerd Moellmann <gerd@gnu.org>
16305
16306 * comint.el (comint-substitute-in-file-name): Call replace-match
16307 with second and third arg t.
16308
16309 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16310 Specify foreground color.
16311
16312 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16313 color.
16314
16315 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16316
16317 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16318 cddr instead of cdddr.
16319
16320 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16321 instead of copy-list.
16322
16323 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16324 of copy-list.
16325
16326 * subdirs.el: Add eshell subdirectory.
16327
16328 * eshell: New subdirectory containing the Eshell package.
16329
16330 * pcomplete.el: New file.
16331
163322000-06-23 Paul Eggert <eggert@twinsun.com>
16333
16334 * mail/mailpost.el (post-mail-send-it): Make sure file has
16335 proper permissions from birth.
16336
16337 * files.el (basic-save-buffer-2): When temporarily setting
16338 file modes, set them to current modes plus 0200, not to 0777.
16339
16340 * emerge.el (emerge-make-temp-file): Make sure file has proper
16341 permissions from birth.
16342
163432000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16344
16345 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16346 backup file name through convert-standard-filename.
16347
16348 * dos-fns.el (convert-standard-filename): Convert leading
16349 directories as well. When long file names are supported, convert
16350 characters that are invalid in Windows file names.
16351
163522000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16353
16354 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16355 ps-print crashes. New feature: page selection for printing. Create
16356 raw-text-unix coding system for XEmacs. Doc fix.
16357 (ps-print-version): New version number (5.2.3).
16358 (ps-plot-region): Bug fix.
16359 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16360 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16361 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16362 funs.
16363 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16364 (ps-last-page): New vars.
16365
163662000-06-21 Gerd Moellmann <gerd@gnu.org>
16367
16368 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16369 empty option string.
16370
163712000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16372
16373 * man.el (man): Doc fix.
16374
163752000-06-21 Kenichi Handa <handa@etl.go.jp>
16376
16377 * international/mule-cmds.el (set-language-info-alist): Docstring
16378 fixed.
16379
163802000-06-20 Gerd Moellmann <gerd@gnu.org>
16381
16382 * version.el (emacs-version): Use ISO date format.
16383
16384 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16385 instead of `M-backspace'.
16386
16387 * simple.el (turn-off-auto-fill): New function.
16388
163892000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16390
16391 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16392 Renamed from with-buffer-prepared-for-font-lock and use
16393 inhibit-modification-hooks rather than setting *-change-functions.
16394 Update all functions to use the new name.
16395 (jit-lock-first-unfontify-pos): New semantics (and doc).
16396 (jit-lock-mode): Make non-interactive.
16397 Don't automatically turn on font-lock.
16398 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16399 Always use jit-lock-after-change.
16400 Remove and restore font-lock-after-change-function.
16401 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16402 (jit-lock-after-unfontify-buffer): Remove.
16403 (jit-lock-stealth-fontify):
16404 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16405 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16406
164072000-06-20 Sam Steingold <sds@gnu.org>
16408
16409 * emacs-lisp/cl-indent.el (toplevel): Indent
16410 `print-unreadable-object' properly. Untabify.
16411
164122000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16413
16414 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16415 Support for bibentry.
16416 (reftex-compile-variables): Fixed problem with end of section-re.
16417
16418 * texmodes/reftex-dcr.el (reftex-view-crossref,
16419 reftex-view-crossref-from-bibtex):
16420 Deal with changed `reftex-find-citation-regexp-format'.
16421 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16422 Replaced `remprop' with `put'.
16423 (reftex-view-crossref, reftex-view-crossref-when-idle):
16424 Support for bibentry.
16425
16426 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16427 New entry for bibentry package.
16428
16429 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16430 Regexp also matches "\nobibliography".
16431
16432 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16433 Call `reftex-ensure-write-access' before doing anything.
16434 (reftex-ensure-write-access): New function.
16435
164362000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16437
16438 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16439
16440 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16441
16442 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16443
16444 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16445
16446
164472000-06-20 Dave Love <fx@gnu.org>
16448
16449 * faces.el (frame-background-mode): Use set-default, not set, in
16450 setter.
16451 (frame-update-faces, frame-update-face-colors): Define with
16452 defalias.
16453
16454 * enriched.el (enriched-decode-foreground)
16455 (enriched-decode-background): Don't use internal-find-face.
16456
16457 * apropos.el: Doc fixes.
16458
16459 * cus-edit.el (customize-changed-options): Check arg.
16460 (customize-version-lessp): Don't require decimal point.
16461
16462 * custom.el (defcustom, defgroup): Doc fix.
16463
16464 * newcomment.el (comment) <defgroup>: Add :version.
16465 (comment-multi-line): Doc fix.
16466
16467 * emulation/mlsupport.el (define-hooked-local-abbrev,
16468 define-hooked-global-abbrev): Fix, using define-abbrev.
16469
164702000-06-19 Gerd Moellmann <gerd@gnu.org>
16471
16472 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16473 the whole buffer.
16474
164752000-06-19 Dave Love <fx@gnu.org>
16476
16477 * menu-bar.el (menu-bar-options-save): New function.
16478 (menu-bar-options-menu): Use it.
16479 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16480 Simplify.
16481
164822000-06-19 Andreas Schwab <schwab@suse.de>
16483
16484 * progmodes/etags.el (tags-query-replace): Put new parameters
16485 START and END at the end, for backward compatibility.
16486
164872000-06-19 Kenichi Handa <handa@etl.go.jp>
16488
16489 * international/codepage.el:
16490 (cp-coding-system-for-codepage-1): Delete special codes for
16491 generating xxx-dos coding system because now a CCL based coding
16492 system can handle EOL conversion by default.
16493
16494 * international/mule.el (make-coding-system): Generate subsidiary
16495 coding systems for EOL handling variants even for a CCL based
16496 coding system.
16497
164982000-06-19 Kenichi Handa <handa@etl.go.jp>
16499
16500 * international/isearch-x.el (isearch-minibuffer-input-method)
16501 (isearch-minibuffer-input-method-function): These variables
16502 deleted.
16503 (isearch-with-input-method): Don't use the above variables.
16504 (isearch-process-search-multibyte-characters): Likewise. Call
16505 read-string with the arg INHERIT-INPUT-METHOD t.
16506
165072000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16508
16509 * font-lock.el (font-lock-after-fontify-buffer)
16510 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16511
16512 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16513 Use consistent make-local-variable style for font-lock-fontified.
16514 (jit-lock-fontify-buffer):
16515 Don't bother checking for font-lock-mode and jit-lock-mode.
16516
16517 * time.el: Remove trailing ^M that prevent CVS-merging.
16518
165192000-06-16 Gerd Moellmann <gerd@gnu.org>
16520
16521 * Makefile.in (distclean): New target.
16522
165232000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16524
16525 * Makefile.in (srcdir): Define for update-subdirs.
16526
165272000-06-16 Gerd Moellmann <gerd@gnu.org>
16528
16529 * find-lisp.el: New file.
16530
165312000-06-16 Andrew Innes <andrewi@gnu.org>
16532
16533 * time.el (display-time-mail-function): New variable, to allow
16534 external packages to indicate when new mail is available.
16535 (display-time-update): Use it.
16536
165372000-06-16 Kenichi Handa <handa@etl.go.jp>
16538
16539 * international/mule.el (mule-version): Change version name to
16540 SAKAKI. AOI has already been used by Meadow.
16541
16542 * international/quail.el (quail-show-guidance-buf): To find the
16543 bottom window (but minibuffer), pay attention to the height of
16544 minibuffer.
16545
165462000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16547
16548 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16549 menu-bar menus. Add help strings. Don't remove the Edit menu
16550 from the menu bar, as the menu bar has enough space now.
16551
16552 * Makefile.in (SHELL): Make sure /bin/sh is used.
16553
16554 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16555 characters, which use series of two ^H characters instead of one.
16556
165572000-06-15 Gerd Moellmann <gerd@gnu.org>
16558
16559 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16560 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16561 functions.
16562 (Info-find-node-2): Try a case-sensitive search first, then
16563 do a case-insensitive search.
16564
16565 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16566 tutorials.
16567
5fdac1b8
EZ
16568 * info.el (Info-set-mode-line): Show file name in mode line,
16569 use `*Info*' instead of `Info:'.
16570
16571 * startup.el (command-line-1): Change copyright messages to year
16572 2000.
16573
51fe665a
RS
165742000-06-15 Ehud Karni <ehud@unix.mvs.co.il>
16575
16576 * complete.el (PC-env-vars-alist): New variable.
16577 (PC-complete-as-file-name): New function.
16578 (partial-completion-mode): Initialize PC-env-vars-alist from
16579 process-environment.
16580 (PC-do-completion): Handle completion of env vars.
16581
5fdac1b8
EZ
165822000-06-15 Dave Love <fx@gnu.org>
16583
16584 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16585 not local-map.
16586
165872000-06-15 Kenichi Handa <handa@etl.go.jp>
16588
16589 * international/mule.el (set-buffer-file-coding-system): Almost
16590 rewritten to handle `undecided' as no-op.
16591
165922000-06-14 Gerd Moellmann <gerd@gnu.org>
16593
16594 * Makefile.in: New file.
16595
16596 * Makefile: Removed.
16597
16598 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16599 (goto-address-highlight-keymap): Bind C-c RET.
16600
166012000-06-14 Kenichi Handa <handa@etl.go.jp>
16602
16603 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16604 inherits buffer-file-coding-system of the current buffer.
16605
16606 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16607 0. Give correct argument to set-auto-coding-function.
16608 (tar-expunge): For goto-char, use (point-min), not 0.
16609 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16610 (tar-subfile-save-buffer): Likewize.
16611
16612 * international/mule.el
16613 (after-insert-file-set-buffer-file-coding-system): Call
16614 set-buffer-file-coding-system with the arg FORCE t.
16615
166162000-06-13 Gerd Moellmann <gerd@gnu.org>
16617
16618 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16619 nil. Contemporary sendmails issue an X-Authentication-Warning if
16620 the sender is set with `-f'.
16621
166222000-06-13 Dave Love <fx@gnu.org>
16623
16624 * help.el (describe-function-1): Kluge around cases of functions
16625 fset to subrs whose doc doesn't match their symbol-name.
16626
16627 * image.el (insert-image): Default STRING to a space.
16628
88c71720 16629 * info.el: Doc fixes.
5fdac1b8
EZ
16630 (Info-build-node-completions): Match Ref tags.
16631
f1180544 166322000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
5fdac1b8
EZ
16633
16634 * frame.el (display-multi-frame-p, display-multi-font-p): New
16635 defaliases for display-graphic-p.
16636
16637 * hl-line.el: Fixed a typo in commentary.
16638
166392000-06-13 Kenichi Handa <handa@etl.go.jp>
16640
16641 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16642 fixed.
16643
166442000-06-12 Dave Love <fx@gnu.org>
16645
16646 * image.el (insert-image): Save a little consing.
16647
166482000-06-12 Kenichi Handa <handa@etl.go.jp>
16649
16650 * language/tibet-util.el: Convert all tibetan-1-column characters
16651 to the corresponding tibetan characters.
16652 (tibetan-add-components): Delete code for the special treatment of
16653 'a chung.
16654
16655 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16656 change.
16657 (tibetan-vowel-transcription-alist): More rules added.
16658 (tibetan-composite-vowel-alist): New variable.
16659 (tibetan-precomposition-rule-alist): More rules added.
16660
166612000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16662
16663 * startup.el (command-line): Only call menu-bar-mode if interactive.
16664
16665 * thingatpt.el (toplevel symbol-properties):
16666 * textmodes/makeinfo.el (makeinfo-compile):
16667 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16668 * progmodes/hideif.el (hif-compress-define-list)
16669 (hide-ifdef-use-define-alist):
16670 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16671 (ange-ftp-vms-add-file-entry):
16672 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16673 * man.el (Man-build-man-command):
16674 * mail/rnewspost.el (news-reply-header-hook):
16675 * info.el (Info-insert-dir):
16676 * emulation/mlconvert.el (backward-word, forward-word, setq):
16677 * emacs-lisp/gulp.el (gulp-send-requests):
16678 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16679 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16680 (byte-optimize-apply, end of file):
16681 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16682 (ad-make-freeze-definition):
16683 * startup.el (command-line, command-line-1): Don't quote lambdas.
16684
16685 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16686 (cvs-cleanup-removed): New function.
16687 (cvs-cleanup-functions): New var.
16688 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16689 some flexibility in specifying additional entries to auto-cleanup.
16690 (cvs-quickdir): New function.
16691 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16692 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16693 (cvs-mode-find-file): Check that we are on a filename or dirname
16694 when invoked through a mouse-click.
16695 (cvs-full-path): Remove.
16696 (cvs-dired-action): Re-introduced.
16697 (cvs-dired-noselect): Use it.
16698 (vc-post-command-functions): use this new hook if available.
16699
16700 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16701 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16702 (cvs-filename-map, cvs-dirname-map): Remove.
16703 (cvs-default-action): Remove.
16704 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16705 if the arg is really a keymap.
16706 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16707 Don't hardcode the mapping from state (aka type) to face, but check
16708 the var cvs-fi-<type>-face instead.
16709 (cvs-fileinfo-from-entries): New function.
16710
16711 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16712 Docstring fix.
16713 (cvs-find-file-and-jump): Change default to be safer.
16714 (cvs-mode-diff-map): Define it as a function as well.
16715 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16716 Bind mouse-2 in this global map rather than with text-properties.
16717
16718 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16719 file to resolve the ambiguity between C(conflict) and C(need-merge).
16720
167212000-06-12 Kenichi Handa <handa@etl.go.jp>
16722
16723 * international/mule.el (set-buffer-file-coding-system): If
16724 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16725 unconditionally.
16726
167272000-06-12 Dave Love <fx@gnu.org>
16728
16729 * wid-edit.el (widget-specify-button): Really suppress the face if
16730 required.
16731
167322000-06-11 Gerd Moellmann <gerd@gnu.org>
16733
16734 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16735
167362000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16737
16738 * imenu.el (imenu-generic-expression): Docstring fix.
16739
16740 * composite.el (composition-function-table): Move the `put'
16741 below the autoload cookie so we can load the file before loaddefs.
16742
16743 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16744
16745 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16746 Handle easy-mmode-define-global-mode.
16747 For complex macros like define-minor-mode that can generate
16748 several autoload entries, try to autoload entries in the
16749 macroexpanded code.
16750
16751 * emacs-lisp/easy-mmode.el (define-minor-mode):
16752 If KEYMAP is a symbol, just use it.
16753 Use byte-compile-current-file and load-file-name to infer the
16754 proper :require to pass to defcustom.
16755 Wrap the hook var into `progn' so as not to autoload it.
16756 Add a :autoload-end cookie.
16757 Be more careful about the evaluation of KEYMAP.
16758 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16759 (define-derived-mode): Move define-abbrev-table outside of defvar.
16760
167612000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16762
16763 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16764 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16765 (backup-compiled-files): Ignore errors during `tar'.
16766 (bootstrap): Make autoloads before elc files.
16767
167682000-06-10 Kenichi Handa <handa@etl.go.jp>
16769
16770 * international/mule.el (set-buffer-file-coding-system): If one of
16771 undecided-XXX is specified, change only EOL conversion.
16772
16773 * international/mule-conf.el (unix): New alias for the coding
16774 system undecided-unix.
16775
167762000-06-09 Dave Love <fx@gnu.org>
16777
16778 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16779
16780 * progmodes/executable.el: Byte compile dynamic.
16781 (executable-insert): Change custom type.
16782 (executable-find): Add autoload cookie.
16783 (executable-make-buffer-file-executable-if-script-p): New
16784 function. After Noah Friedman.
16785
16786 * files.el (after-save-hook): Customize, with
16787 executable-make-buffer-file-executable-if-script-p as an option.
16788
167892000-06-09 Kenichi Handa <handa@etl.go.jp>
16790
16791 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16792 "tib24p-mule.bdf" for Tibetan.
16793
16794 * composite.el (decompose-composite-char): Declare it as obsolete.
16795
16796 * man.el (Man-fontify-manpage): Pay attention to underline and
16797 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16798
167992000-06-08 Gerd Moellmann <gerd@gnu.org>
16800
16801 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16802 Set maintainer to FSF since author isn't reachable.
16803
168042000-06-08 Dave Love <fx@gnu.org>
16805
16806 * international/mule-cmds.el (select-safe-coding-system): If
16807 DEFAULT-CODING-SYSTEM is not specified, also check the most
16808 preferred coding-system if buffer-file-coding-system is
16809 `undecided'. From Handa.
16810
168112000-06-08 Kenichi Handa <handa@etl.go.jp>
16812
16813 * international/mule.el
16814 (after-insert-file-set-buffer-file-coding-system): If the buffer
16815 size is greater than INSERTED, judget that we are not visiting.
16816
168172000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16818
16819 * whitespace.el (defgroup whitespace): Comment out `:version'.
16820 XEmacs 20.4 has problems defining the group with this present.
16821 We'll have this commented out till get resolve the problem.
16822
168232000-06-07 John Wiegley <johnw@gnu.org>
16824
16825 * align.el (align-dq-string-modes, align-sq-string-modes)
16826 (align-open-comment-modes): Add pyhton-mode.
16827 (align-rules-list): Use get-text-property instead of
16828 text-properties-at.
16829 (align-rules-list): Add python-assignment.
16830 (align-rules-list): Change perl-comma-delimiter to
16831 basic-comma-delimiter. Use if for Perl modes and python-mode.
16832 (align-rules-list): Add python-chain-logic and
16833 basic-line-continuation.
16834
168352000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16836
16837 * apropos.el (apropos-mode-hook): New user variable.
16838 (apropos-mode): Run apropos-mode-hook.
16839
168402000-06-07 David Ponce <david@dponce.com>
16841
16842 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16843 commands. Require `wid-edit' at run-time.
16844
168452000-06-07 David Ponce <david@dponce.com>
16846
16847 * recentf.el: Added some "Commentary".
16848 (recentf-open-more-files, recentf-edit-list): Minor changes to
16849 move the point at the top of the file list. This behaviour is
16850 consistent with the menu one when the list contains a lot of
16851 files.
16852 (recentf-cleanup): Now displays the number of items removed from
16853 the list.
16854 (recentf-relative-filter) New menu filter to show filenames
16855 relative to `default-directory'.
16856
168572000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16858
16859 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16860 with/without giving an error if PostScript printer doesn't have this
16861 kind of page size. Zebra Stripe continues or restarts on next page.
16862 Manual/automatic paper feeding. Switch or not the header.
16863 (ps-print-version): New version number (5.2.2).
16864 (ps-windows-system): Include emx as a Windows system.
16865 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16866 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16867 (ps-background-text): Code fix.
16868 (ps-error-handler-message, ps-user-defined-prologue)
16869 (ps-print-prologue-header, ps-printer-name)
16870 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16871 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16872 (ps-use-face-background): Customization fix.
16873 (ps-n-up-database): Data fix.
16874 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16875 (ps-switch-header): New vars.
16876 (ps-xemacs-color-name, ps-face-foreground-name)
16877 (ps-face-background-name, ps-boolean-constant): New funs.
16878
168792000-06-07 Dave Love <fx@gnu.org>
16880
16881 * allout.el: New version from Manheimer.
16882
168832000-06-07 Kenichi Handa <handa@etl.go.jp>
16884
16885 * textmodes/fill.el (fill-find-break-point): Check the validity of
16886 charset.
16887
168882000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16889
16890 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16891 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16892 Call display-color-p and display-mouse-p instead of looking at
16893 window-system.
16894
168952000-06-06 Dave Love <fx@gnu.org>
16896
16897 * image.el (find-image): Doc fix. Return nil if image not found.
16898 (put-image, insert-image): Make STRING arg optional.
16899
169002000-06-06 Kenichi Handa <handa@etl.go.jp>
16901
16902 * language/vietnamese.el: Remove eval-when-compile.
16903 (viet-viscii-nonascii-translation-table): Define it as a
16904 translation table made from viet-viscii-decode-table.
16905 (viet-viscii-encode-table): Define it as a translation table made
16906 from the reverse map of above.
16907 (viet-vscii-nonascii-translation-table): Define it as a
16908 translation table made from viet-vscii-decode-table.
16909 (viet-vscii-encode-table): Define it as a translation table made
16910 from the reverse map of above.
16911 (ccl-decode-viscii): Use translate-character.
16912 (ccl-encode-viscii, ccl-encode-viscii-font)
16913 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16914 Likewize.
16915
16916 * language/cyrillic.el: Remove eval-when-compile.
16917 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16918 translation table made from cyrillic-koi8-r-decode-table.
16919 (cyrillic-koi8-r-encode-table): Define it as a translation table
16920 made from the reverse map of above.
16921 (ccl-decode-koi8): Use translate-character.
16922 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16923 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16924 a translation table made from cyrillic-alternativnyj-decode-table.
16925 (cyrillic-alternativnyj-encode-table): Define it as a translation
16926 table made from the reverse map of above.
16927 (ccl-decode-alternativnyj): Use translate-character.
16928 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16929 Likewize
16930
16931 * international/mule-diag.el (non-iso-charset-alist): Specify
16932 translation table symbol instead of translation table itself.
16933 (list-block-of-chars): CHARSET may be a translation table symbol.
16934
16935 * international/mule.el (make-coding-system): If CODING-SYSTEM
16936 already exists, override it.
16937
16938 * international/fontset.el: Use family `proportional' for Tibetan
16939 fonts.
16940
16941 * international/ccl.el (ccl-compile-translate-character): Don't
16942 check if Rrr has property translation-table.
16943 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16944
169452000-06-05 Gerd Moellmann <gerd@gnu.org>
16946
16947 * info.el: Bind case-fold-search to t when searching in case
16948 a user sets it to nil in a hook.
16949
169502000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16951
16952 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16953 * hl-line.el (hl-line-mode): Use the new :global key argument.
16954
16955 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16956 (tar-clip-time-string): Prepend a space.
16957 (tar-grind-file-mode): Construct a string rather than modifying one.
16958 (tar-header-block-summarize): Fix docstring.
16959 Use `format' rather than an error-prone set of copy-loops.
16960
16961 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16962 (diff-goto-source, diff-unified->context, diff-context->unified)
16963 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16964 understand the format output by the `-p' argument to diff.
16965
16966 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16967 (sh-re-done): Use defconst.
16968 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16969 (sh-help-string-for-variable, sh-guess-basic-offset):
16970 Don't quote lambdas.
16971 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16972 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16973
16974 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16975 (mh-letter-mode): Derive from text-mode.
16976 This implicitly means that it now calls kill-all-local-variables.
16977 Also remove the Emacs-18 compatibility code.
16978
16979 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16980 Make use of symbol-property doc-string-elt.
16981 Use memq rather than a sequence of eq.
16982 (doc-string-elt): Fix the wrong or missing previously unused values.
16983 (autoload-print-form): New function extracted from
16984 generate-file-autoloads to allow recursion when handling progn
16985 so that defvar's and defun's docstrings are properly printed.
16986 (generate-file-autoloads): Use it.
16987
16988 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16989 Use find-file-hooks in the minor-mode function.
16990 Be careful not to loop indefinitely in the post-command-hook function.
16991
169922000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16993
16994 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16995 tty's.
16996 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16997 differences whenever appropriate.
16998 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16999 * viper.el (find-file, find-file-other-window): Get viper to do
17000 wildcards.
17001
170022000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17003
17004 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17005 (jit-lock-fontify-buffer): New function for JIT refontification.
17006 (jit-lock-mode): Fix docstring.
17007 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17008 Remove jit-lock-after-change from the _local_ hook.
17009 (jit-lock-function-1): Fix docstring.
17010
17011 * info.el (Info-on-current-buffer): Initialize info.
17012
17013 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17014
17015 * progmodes/tcl.el (tcl-indent-for-comment):
17016 Ignore comment-indent-hook.
17017
17018 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17019 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17020 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17021 and improve to use the lighter to guess the capitalization.
17022 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17023 Add keyword arguments to specify global-ness or the custom group.
17024 Add local-map and help-echo properties to the lighter.
17025 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17026 (easy-mmode-define-global-mode): New macro.
17027
170282000-06-02 Dave Love <fx@gnu.org>
17029
17030 * wid-edit.el: byte-compile-dynamic since we typically don't use
17031 all the widgets. Don't require cl or widget. Remove
17032 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17033 (widget-read-event): Removed. Callers changed to use read-event.
17034 (widget-button-release-event-p): Renamed from
17035 button-release-event-p.
17036 (widget-field-add-space, widget-field-use-before-change):
17037 Uncustomize.
17038 (widget-specify-field): Use keymap property, not local-map.
17039 (widget-specify-button): Obey :suppress-face.
17040 (widget-specify-insert): Use modern backquote syntax.
17041 (widget-image-directory): Renamed from widget-glyph-directory.
17042 (widget-image-enable): Renamed from widget-glyph-enable.
17043 (widget-image-find): Replaces widget-glyph-find.
17044 (widget-button-pressed-face): Move defvar.
17045 (widget-image-insert): Replaces widget-glyph-insert.
17046 (widget-convert): Use keywordp.
17047 (widget-leave-text, widget-children-value-delete): Use mapc.
17048 (widget-keymap): Remove XEmacs stuff.
17049 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17050 (widget-button-click): Don't set point at the click, but re-centre
17051 if we scroll out of window. Rewritten for images v. glyphs &c.
17052 (widget-tabable-at): Use POS arg, not point.
17053 (widget-beginning-of-line, widget-end-of-line)
17054 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17055 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17056 (widget-default-create): Use widget-image-insert; some rewriting.
17057 (widget-visibility-value-create)
17058 (widget-push-button-value-create, widget-toggle-value-create): Use
17059 widget-image-insert.
17060 (checkbox): Create on and off images dynamically.
17061 (documentation-link): Change :help-echo.
17062 (widget-documentation-link-echo-help): Remove.
17063
170642000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17065
17066 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17067
17068 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17069 (easy-mmode-define-toggle, define-minor-mode): Use it.
17070 (easy-mmode-define-keymap): Docstring fix.
17071 (define-derived-mode): Default PARENT to fundamental-mode.
17072 Add the derived-mode-parent symbol-property.
17073 (easy-mmode-derived-mode-p): New function.
17074
170752000-06-02 Dave Love <fx@gnu.org>
17076
17077 * files.el (convert-standard-filename): Doc fix.
17078 (normal-backup-enable-predicate): New function.
17079 (backup-enable-predicate): Use it to replace the lambda form.
17080
17081 * calendar/todo-mode.el: [This needs more work on the outline
17082 stuff.] Doc fixes.
17083 (todo) <defgroup>: Add :version.
17084 (todo-add-category): Don't use pushnew.
17085 (todo-cmd-raise): Fix typo.
17086 (todo-top-priorities): Change temp buffer name.
17087 (todo-category-alist): Avoid redundant lambda.
17088 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17089 Use outline-next-heading.
17090
17091 * autoarg.el: Rewritten to use define-minor-mode.
17092 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17093 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17094
170952000-06-02 Kenichi Handa <handa@etl.go.jp>
17096
17097 * isearch.el (isearch-other-meta-char): Fix previous change.
17098
170992000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17100
17101 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17102 (log-edit-done): Only add the comment to the ring if it's different
17103 from the last comment entered.
17104
17105 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17106
171072000-06-01 Dave Love <fx@gnu.org>
17108
17109 * hl-line.el: Rewritten using define-minor-mode.
17110
17111 * help.el (describe-function-1): Distinguish special form from
17112 builtin function. Sanity-check presence of arglist for builtins.
17113
171142000-06-01 Kenichi Handa <handa@etl.go.jp>
17115
17116 * international/characters.el: Fix syntax/category setting of
17117 Tibetan characters.
17118
17119 * language/tibet-util.el (tibetan-add-components): Fixes for new
17120 encoding of Tibetan characters.
17121 (tibetan-decompose-precomposition-alist): New variable.
17122 (tibetan-decompose-region): Convert precomposed characters to
17123 non-precomposed characters.
17124 (tibetan-decompose-string): Likewise.
17125 (tibetan-composition-function): Fix args to
17126 thibetan-compose-string.
17127
17128 * language/tibetan.el (tibetan-composable-pattern): More
17129 characters included.
17130 (tibetan-consonant-transcription-alist): Rule for "R" added.
17131 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17132 "+R" added.
17133 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17134
17135 * language/lao-util.el (lao-composition-function): Fix args to
17136 compose-string.
17137
17138 * language/thai-util.el (thai-composition-function): Fix args to
17139 compose-string.
17140
17141 * isearch.el (isearch-update): Set disable-point-adjustment to t
17142 to prevent the point moving to the end of a composition when a
17143 part of a composition is searched.
17144 (isearch-other-meta-char): If the key invoking this command can be
17145 mapped by function-key-map to a printing char, call
17146 isearch-process-search-char directly.
17147
171482000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17149
17150 * emacs-lisp/bytecomp.el:
17151 * frame.el:
17152 * international/mule-cmds.el:
17153 * international/mule-util.el:
17154 * international/mule.el:
17155 * mouse.el:
17156 * subr.el:
17157 * faces.el: Update calls to make-obsolete with a WHEN argument.
17158
17159 * byte-run.el (make-obsolete, make-obsolete-variable):
17160 Add an optional WHEN argument and change the format of the
17161 symbol-property information.
17162 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17163 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17164 new obsolete-symbol-property format and print WHEN if it is provided.
17165
171662000-05-31 Dave Love <fx@gnu.org>
17167
17168 * loadhist.el (loadhist-hook-functions): Remove
17169 before-change-function, after-change-function.
17170 (unload-feature): Deal with symbols which are both bound and
17171 fbound.
17172
17173 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17174 before-change-function, after-change-function.
17175
17176 * simple.el (newline): Don't bind before-change-function,
17177 after-change-function.
17178
f1180544 171792000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
5fdac1b8
EZ
17180
17181 * whitespace.el (whitespace-rescan-timer-time): Update interval
17182 set to 600 seconds (10 minutes) instead of 60 seconds since
17183 a large number of whitespace buffers causes emacs to `freeze'
17184 for a considerable amount of time.
17185
17186 * whitespace.el: Updated email address
17187
171882000-05-31 Dave Love <fx@gnu.org>
17189
17190 * add-log.el (change-log-font-lock-keywords) <function>: Add
17191 pattern for function of change.
17192 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17193 acknowledgements patterns.
17194
171952000-05-31 Kenichi Handa <handa@etl.go.jp>
17196
17197 * isearch.el (isearch-printing-char): If keyboard coding system is
17198 being used, call isearch-process-search-multibyte-characters.
17199
17200 * international/isearch-x.el: Mostly rewritten.
17201
17202 * international/quail.el (quail-start-conversion): Don't include
17203 unhandled events in the returned events, but set them in
17204 unread-command-events. Exit if all inputs are deleted.
17205
172062000-05-30 Jason Rumney <jasonr@gnu.org>
17207
17208 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17209
17210 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17211 Reenable code to create initial fontsets.
17212 Use set-fontset-font in place of put-charset-property.
17213
172142000-05-30 Gerd Moellmann <gerd@gnu.org>
17215
17216 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17217 label, ensure that the first colon isn't followed by another.
17218
17219 * paths.el (Info-default-directory-list): Doc fix.
17220
17221 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17222 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17223 send a query containing USER only, not USER@HOST.
17224
17225 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17226 and rmail-msgend to compute the restriction at the end, instead of
17227 computing it.
17228
172292000-05-29 Gerd Moellmann <gerd@gnu.org>
17230
17231 * dabbrev.el (dabbrev-expand): Don't display messages in the
17232 echo area if the minibuffer window is active.
17233
17234 * jit-lock.el (jit-lock-mode): Add after change function to
17235 local hook.
17236
172372000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17238
17239 * antlr-mode.el: New commands: hide/unhide actions,
17240 upcase/downcase literals.
17241 (antlr-tiny-action-length): New user option.
17242 (antlr-hide-actions): New command. Suggested by
17243 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17244 (antlr-mode-map): New binding [C-c C-v].
17245 (antlr-mode-menu): New entries.
17246 (antlr-downcase-literals): New command.
17247 (antlr-upcase-literals): Ditto.
17248
17249 * antlr-mode.el: Minor changes: indendation, mode-name.
17250 (antlr-indent-line): Indent cpp directive at column 0.
17251 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17252
17253 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17254 (antlr-font-lock-additional-keywords): Workaround for intentional
17255 bug in XEmacs version of font-lock.
17256 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17257 be used by a smarter version of `buffers-menu-grouping-function'.
17258
172592000-05-29 Gerd Moellmann <gerd@gnu.org>
17260
17261 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17262 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17263
172642000-05-29 Kenichi Handa <handa@etl.go.jp>
17265
17266 * international/encoded-kb.el
17267 (encoded-kbd-iso2022-designation-map): Pay attention to that
17268 charset-iso-final-char return -1 for eight-bit-control and
17269 eight-bit-graphic.
17270
172712000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17272
17273 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17274 (speedbar-easymenu-definition-base): Use display-graphic-p where
17275 available, instead of window-system.
17276
172772000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17278
17279 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17280 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17281 coding systems.
17282
172832000-05-26 Dave Love <fx@gnu.org>
17284
17285 * disp-table.el (standard-display-underline): Don't use
17286 internal-find-face.
17287
17288 * mail/reporter.el: Maintainer change. Doc fixes.
17289 (reporter-version): Deleted.
17290
17291 * emacs-lisp/elp.el: Maintainer change.
17292 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17293
172942000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17295
17296 * add-log.el (add-change-log-entry): Merge the current entry with the
17297 previous one if the previous one is empty.
17298
172992000-05-26 Dave Love <fx@gnu.org>
17300
17301 * loadhist.el (unload-feature): Fix interactive spec [from
17302 lijnzaad@ebi.ac.uk].
17303
17304 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17305 subr-arity to check primitives.
17306 (byte-compile-flush-pending, byte-compile-file-form-progn)
17307 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17308 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17309 mapcar.
17310
173112000-05-26 Kenichi Handa <handa@etl.go.jp>
17312
17313 * international/fontset.el: Set family names of non-latin charsets
17314 in default fontset to "*".
17315
17316 * international/mule-diag.el (print-fontset): Combine family part
17317 and registry part of the fontname by "-*-" instead of "-".
17318
17319 * international/mule-cmds.el (encode-coding-char): Make strings
17320 multibyte before calling encode-coding-string.
17321
173222000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17323
17324 * derived.el: Fix keywords.
17325 (define-derived-mode): Only define if needed.
17326
17327 * simple.el (fill-comment, comment-column, comment-start)
17328 (comment-start-skip, comment-end, comment-indent-function)
17329 (block-comment-start, block-comment-end, indent-for-comment)
17330 (set-comment-column, kill-comment, comment-padding, comment-region)
17331 (comment-multi-line, indent-new-comment-line): Remove.
17332
17333 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17334 function names for comment operations.
17335
17336 * newcomment.el: Add abundant autoload cookies.
17337 (comment-style): Don't depend on runtime data at compile-time.
17338 (comment-indent-hook): Remove.
17339 (comment-indent): Check if comment-indent-hook is bound.
17340 (comment-region): Docstring fix.
17341
173422000-05-25 Dave Love <fx@gnu.org>
17343
17344 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17345 byte-code-function-p.
17346
17347 * mail/rmailsum.el: Add provide.
17348
17349 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17350
17351 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17352 defcustom.
17353
173542000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17355
17356 * ediff-diff.el (ediff-exec-process): delete --binary option from
17357 non-buffer ediff jobs.
17358
173592000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17360
17361 * hilit-chg.el (highlight-changes-mode): Ask about color or
17362 grayscale support, not about window-system.
17363
17364 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17365 window-system.
17366 (ffap-highlight): Always default to t.
17367
17368 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17369 display-popup-menus-p instead of looking at window-system.
17370
17371 * disp-table.el (standard-display-g1, standard-display-graphic):
17372 Only refuse to use string glyphs on X and MS-Windows.
17373
17374 * avoid.el: Remove window-system from commentary, suggest to use
17375 display-*-p instead.
17376
17377 * apropos.el (apropos-print): Use display-mouse-p instead of
17378 window-system.
17379
173802000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17381
17382 * international/codepage.el (cp-decoding-vector-for-codepage):
17383 Fill up unsupported characters with their own codes. From Kenichi
17384 Handa.
17385
173862000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17387
17388 * international/mule-diag.el (describe-char-after): Use
17389 display-graphic-p instead of window-system, so that this function
17390 works on MS-DOS.
17391
173922000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17393
17394 * international/codepage.el (cp-make-coding-systems-for-codepage):
17395 Remove the eight-bit-graphic and eight-bit-control charsets from
17396 the list of charsets which we convert into `?'.
17397
173982000-05-25 Kenichi Handa <handa@etl.go.jp>
17399
17400 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17401 private charsets.
17402 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17403 japanese-jisx0213-2): New charsets.
17404
17405 * international/fontset.el: Setup default fontset for new charsets.
17406
174072000-05-24 Dave Love <fx@gnu.org>
17408
17409 * info.el (Info-find-node-2): Restructure [following "Vadim
17410 S. Solomin" <sovs@uic.nnov.ru>].
17411
17412 * icomplete.el: Fix header for Finder.
17413
174142000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17415
17416 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17417 STAY.
17418
17419 * rmail.el (rmail-automatic-folder-directives): New user variable.
17420 (rmail-show-message): Add call to `rmail-auto-file' during
17421 display.
17422 (rmail-auto-file): New function.
17423
174242000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17425
17426 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17427 account.
17428 (ediff-test-utility,ediff-diff-mandatory-option)
17429 (ediff-reset-diff-options): Utilities for proper initialization of
17430 ediff-diff-options and ediff-diff3-options on Windows.
17431
17432 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17433 variable.
17434
17435 * ediff-mult.el (ediff-filegroup-action): Use
17436 ediff-merge-filename-prefix.
17437
174382000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17439
17440 * viper-ex.el (ex-write): Set selective display to nil.
17441
174422000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17443
17444 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17445 aliases for hebrew-iso-8bit.
17446
174472000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17448
17449 * woman.el: New version from Francis J. Wright
17450 <F.J.Wright@Maths.QMW.ac.uk>.
17451 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17452 names in environment variables regardless of the path separator.
17453 (woman-topic-all-completions-1): Don't call file-name-directory-p
17454 on all files, since woman-file-regexp already filters out any
17455 directories.
17456
174572000-05-24 Kenichi Handa <handa@etl.go.jp>
17458
17459 * international/quail.el (quail-start-translation): Don't change
17460 modified-p of the current buffer.
17461 (quail-start-conversion): Likewise.
17462
17463 * international/kkc.el (kkc-region): Don't change modified-p of
17464 the current buffer.
17465
17466 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17467 conform to RFC1468.
17468 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17469
174702000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17471
17472 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17473 (speedbar-insert-button): Invisible text property fix.
17474 (speedbar-directory-plus): Renamed from speedbar-directory-+
17475 (speedbar-directory-minus): Renamed from speedbar-directory--
17476 (speedbar-page-plus): Renamed from speedbar-file-+
17477 (speedbar-page-minus): Renamed from speedbar-file--
17478 (speedbar-page): Renamed from speedbar-file-
17479 (speedbar-tag): Renamed from speedbar-tag-
17480 (speedbar-tag-plus): Renamed from speedbar-tag-+
17481 (speedbar-tag-minus): Renamed from speedbar-tag--
17482 (speedbar-expand-image-button-alist): Use above renames.
17483
17484 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17485 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17486 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17487 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17488 * sb-pg.xpm: Renamed from sb-file.xpm
17489 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17490 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17491
174922000-05-24 Kenichi Handa <handa@etl.go.jp>
17493
17494 * international/quail.el (quail-show-guidance-buf): Set
17495 current-input-method of the guidance buffer to the name of the
17496 curren input method.
17497
174982000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17499
17500 * progmodes/compile.el (compile-internal): Style typo.
17501
17502 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17503 quote vars and functions in the docstring.
17504
17505 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17506
17507 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17508 Don't quote lambdas.
17509
17510 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17511
175122000-05-23 Gerd Moellmann <gerd@gnu.org>
17513
17514 * startup.el (command-line): Determine source file of compiled
17515 user init file differently. Warn if compiled user init file
17516 is older than its source file.
17517
17518 * ffap.el (ffap-url-regexp): Add `https'.
17519
175202000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17521
17522 * files.el (make-backup-file-name-1): Replace slashes with `!'
17523 rather than `|' (which is not allowed on Windows). Replace the
17524 drive letters with a string "drive_X".
17525
175262000-05-23 Gerd Moellmann <gerd@gnu.org>
17527
17528 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17529
17530 * files.el (interpreter-mode-alist): Add `bash2'.
17531
175322000-05-22 Dave Love <fx@gnu.org>
17533
17534 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17535 mapc.
17536 (feature-file): Avoid calling symbol-name. Doc fix.
17537 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17538 (loadhist-hook-functions): Add mouse-position-function.
17539 (unload-feature): Change uses of mapcar.
17540
17541 * files.el (parse-colon-path): Doc fix.
17542 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17543 (set-auto-mode): Use mapc.
17544
17545 * complete.el (PC-look-for-include-file): Use :alnum: character
17546 class.
17547 (partial-completion-mode): Add autoload cookie.
17548
175492000-05-22 Sam Steingold <sds@gnu.org>
17550
17551 * info.el (Info-fontify-node): Fixed the call to
17552 `add-text-properties' (bug introduced on 2000-05-18).
17553
175542000-05-22 Dave Love <fx@gnu.org>
17555
17556 * bindings.el: Remove debug-ignored-errors set in other files.
17557
17558 * progmodes/etags.el: Add to debug-ignored-errors.
17559 (visit-tags-table-buffer): Clear out buffers holding old tables
17560 when making a new list.
17561 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17562 mapc.
17563
17564 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17565 quote keywords.
17566 (cmpl-string-case-type): Use character classes.
17567
17568 * comint.el:
17569 * textmodes/ispell.el:
17570 * imenu.el:
17571 * mail/mh-e.el:
17572 * progmodes/compile.el: Add to debug-ignored-errors.
17573
17574 * dabbrev.el: Add to debug-ignored-errors.
17575 (dabbrev-completion): Use mapc.
17576
175772000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17578
17579 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17580 (woman-mapcan, woman-parse-man.conf)
17581 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17582 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17583 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17584 path syntax better.
17585 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17586 (woman-manpath): Call woman-parse-man.conf.
17587 (woman-emulation): New defcustom, defaults to nroff.
17588 (woman-font-support): New defconst.
17589 (woman-use-symbol-font): New defcustom.
17590 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17591 "Emulation".
17592 Many functions: Doc fix.
17593
175942000-05-22 Kenichi Handa <handa@etl.go.jp>
17595
17596 * international/quail.el (quail-simple-translation-keymap): Map
17597 128..255 to quail-self-insert-command.
17598 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17599
176002000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17601
17602 * help.el (help-manyarg-func-alist): Typo.
17603
17604 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17605 intervals which makes it heaps simpler.
17606
17607 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17608 the nested comment markers.
17609
17610 * subr.el (remove-hook): Don't turn the hook's value into a list.
17611
176122000-05-21 Dave Love <fx@gnu.org>
17613
17614 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17615 are invalid characters.
17616
17617 * international/mule-util.el (detect-coding-with-priority): Use
17618 mapc. Remove redundant lambda.
17619
17620 * international/mule-diag.el (list-non-iso-charset-chars)
17621 (describe-fontset): Remove redundant lambda.
17622
17623 * emulation/crisp.el (brief-mode): New alias.
17624
17625 * emacs-lisp/ring.el (ring-elements): New function.
17626
17627 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17628 (easy-menu-do-add-item): Use keywordp.
17629
17630 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17631
17632 * replace.el: Doc and error message fixes.
17633 (replace-highlight): Use facep, not internal-find-face.
17634
176352000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17636
17637 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17638
17639 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17640 (log-edit-insert-changelog): Drop `:' as well.
17641
17642 * log-view.el: Fix file description.
17643 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17644 available.
17645 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17646 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17647
17648 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17649 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17650 Print a status message if the toggle is called interactively.
17651 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17652 for global minor modes and use `defcustom' for them.
17653 Use add-minor-mode.
17654 (easy-mmode-define-derived-mode): Remove.
17655 (define-derived-mode): Fancier default docstring.
17656 (easy-mmode-define-navigation): Signal an error rather than (ding).
17657
17658 * newcomment.el (comment-styles): New `box-multi'.
17659 (comment-normalize-vars): Better default for comment-continue to
17660 avoid whitespace-only continuations.
17661 (comment-search-forward): Always move even in the no-syntax case.
17662 (comment-padright): Only obey N if it's only obeyed for padleft.
17663 (comment-make-extra-lines): Better handling of empty continuations.
17664 Use `=' for the filler if comment-start has only one character.
17665 (uncomment-region): Try handling the special `=' filler.
17666 (comment-region): Allow LINES even if MULTI is nil.
17667 (comment-box): Choose box style based on comment-style.
17668
176692000-05-20 Kenichi Handa <handa@etl.go.jp>
17670
17671 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17672 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17673
176742000-05-20 Kenichi HANDA <handa@etl.go.jp>
17675
17676 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17677 and insert, not subst-char-in-region.
17678
17679 * international/mule-diag.el (list-character-sets-1): Handle
17680 charsets eight-bit-control and eight-bit-graphic.
17681 (list-iso-charset-chars): Likewise.
17682 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17683 charactes as is. Use indent-to to align characters.
17684
17685 * international/mule-cmds.el (find-multibyte-characters): Never
17686 exclude charsets eight-bit-control and eight-bit-graphic.
17687
176882000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17689
17690 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17691 Don't quote lambdas.
17692
17693 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17694
176952000-05-19 Gerd Moellmann <gerd@gnu.org>
17696
17697 * gud.el (gud-jdb-directories): Doc fix.
17698
176992000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17700
17701 * newcomment.el: New file.
17702
177032000-05-19 Gerd Moellmann <gerd@gnu.org>
17704
17705 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17706
177072000-05-18 Andreas Schwab <schwab@suse.de>
17708
17709 * dired.el (dired-between-files): Also skip lines beginning with
17710 `used'.
17711
177122000-05-18 Gerd Moellmann <gerd@gnu.org>
17713
17714 * msb.el (msb-menu-cond): Add choice `user'.
17715
177162000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17717
17718 * ps-print.el: Compatibility, customization and doc fix.
17719 (ps-printer-name-option): Replace defconst by defvar.
17720 (ps-postscript-code-directory): XEmacs compatibility.
17721 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17722 fix.
17723 (ps-user-defined-prologue, ps-print-prologue-header)
17724 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17725 compatibility and code fix.
17726 (ps-print-background-image, ps-print-background-text):
17727 Customization fix.
17728 (ps-line-number-start, ps-n-up-on): New vars.
17729
177302000-05-18 Espen Skoglund <esk@ira.uka.de>
17731
17732 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17733 the indent-comment function to just return the appropriate indent.
17734
177352000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17736
17737 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17738 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17739 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17740
177412000-05-18 Dave Love <fx@gnu.org>
17742
17743 * info.el (Info-fontify-node): Add intangible property as well as
17744 invisible.
17745
17746 * calendar/appt.el (appt-make-list): Match all lines of entry.
17747 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17748
177492000-05-18 Kenichi Handa <handa@etl.go.jp>
17750
17751 * international/mule-diag.el (describe-char-after): Call
17752 internal-char-font, not char-font. If internal-char-font returns
17753 nil, display "-- none --".
17754
177552000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17756
17757 * image.el (image-type-available-p): Don't reference image-types
17758 if it isn't bound.
17759
177602000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17761
17762 * autoarg.el (autoarg-mode): Typo in the :set argument.
17763
177642000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17765
17766 * startup.el (command-line-1): Don't signal an error if the
17767 directory for auto-save-list files does not yet exist.
17768
177692000-05-17 Kenichi Handa <handa@etl.go.jp>
17770
17771 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17772
177732000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17774
17775 * subr.el (remove-hook): `setq' hook-value, not `set'.
17776
177772000-05-16 Sam Steingold <sds@gnu.org>
17778
17779 * info.el (debug-ignored-errors): More errors to ignore.
17780
177812000-05-16 Dave Love <fx@gnu.org>
17782
17783 * cus-edit.el: Don't require cl or easymenu.
17784 (custom-variable-prompt): Test standard-value property, not
17785 user-variable-p.
17786
177872000-05-16 Sam Steingold <sds@gnu.org>
17788
17789 * subr.el (add-hook): `setq' hook-value, not `set'.
17790
177912000-05-16 Gerd Moellmann <gerd@gnu.org>
17792
17793 * startup.el (command-line-1): Mention the FAQ in the startup
17794 message.
17795
17796 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17797
17798 * progmodes/compile.el (compilation-parse-errors): Collect
17799 `nomessage' regexps last.
17800
17801 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17802
17803 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17804 to the function name.
17805
178062000-05-15 Dave Love <fx@gnu.org>
17807
17808 * speedbar.el (speedbar-recenter): Typo.
17809 (speedbar-expand-line): Make arg optional.
17810 (speedbar-mode): Avoid a compiler warning.
17811
178122000-05-15 Gerd Moellmann <gerd@gnu.org>
17813
17814 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17815 user-specified option string is empty.
17816
17817 * mouse.el (mouse-yank-at-click): Doc fix.
17818
178192000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17820
17821 * term/internal.el (IT-character-translations): More updates of
17822 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17823 documents.
17824
178252000-05-15 Gerd Moellmann <gerd@gnu.org>
17826
17827 * env.el (getenv): New function, interactively callable.
17828 (setenv, getenv): Remove autoload cookies.
17829
17830 * loadup.el: Load `env'.
17831
17832 * progmodes/f90.el: Change author's mail address.
17833
178342000-05-14 Dave Love <fx@gnu.org>
17835
17836 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17837 goto-addr as an option.
17838
17839 * help.el (help-xref-stack): Doc fix.
17840 (help-xref-following): New variable.
17841 (help-make-xrefs): Use it.
17842 (help-xref-go-back): Use position information from stack element.
17843 (help-follow): Make position in stack element a pair. Use
17844 help-xref-following.
17845
17846 * autoarg.el: New file.
17847
17848 * faces.el: Declare more functions obsolete.
17849
88c71720
KS
17850 * viet-util.el, thai-util.el, tibet-util.el, slovak.el
17851 * misc-lang.el, romanian.el, korea-util.el, lao-util.el
5fdac1b8
EZ
17852 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17853 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17854 Remove all the setup-...-environment functions.
17855
178562000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17857
17858 * speedbar.el: Updated the commentary section. xemacs20p now uses
17859 >= when detecting. Require `defimage' safely.
17860 (speedbar-easymenu-definition-base): Add toggle for images.
17861 (speedbar-easymenu-definition-special): Add flush cache & expand.
17862 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17863 (speedbar-reconfigure-keymaps-hook): New variable.
17864 (speedbar-frame-parameters): Updated documentation.
17865 (speedbar-use-imenu-flag): Updated custom tag
17866 (speedbar-dynamic-tags-function-list): New variable.
17867 (speedbar-tag-hierarchy-method): Updated doc & custom.
17868 (speedbar-indentation-width, speedbar-indentation-width) New
17869 variables.
17870 (speedbar-hide-button-brackets-flag): Customizable.
17871 (speedbar-vc-indicator): Doc update.
17872 (speedbar-ignored-path-expressions): Updated default value.
17873 (speedbar-supported-extension-expressions): Updated default value.
17874 (speedbar-syntax-table): Remove {} paren status.
17875 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17876 as "+". Added overlay aliases.
17877 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17878 `force-mode-line-update'.
17879 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17880 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17881 `mouse-set-point'
17882 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17883 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17884 of arbitrary text, and new helper functions.
17885 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17886 filename finder.
17887 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17888 (speedbar-directory-buttons): Update path search/expansion.
17889 (speedbar-make-tag-line): Pay attention to
17890 `speedbar-indentation-width'. Use more care w/ invisible
17891 properties.
17892 (speedbar-change-expand-button-char): Call
17893 `speedbar-insert-image-button-maybe'.
17894 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17895 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17896 (speedbar-trim-words-tag-hierarchy)
17897 (speedbar-simple-group-tag-hierarchy): New functions
17898 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17899 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17900 functions.
17901 (speedbar-mouse-set-point): New function
17902 (speedbar-power-click): Updated documentation.
17903 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17904 of tag prefix text.
17905 (speedbar-expand-line, speedbar-contract-line): Make more robust
17906 to strange text.
17907 (speedbar-expand-line): Takes universal argument to flush the
17908 cache.
17909 (speedbar-flush-expand-line): New function.
17910 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17911 Use new generator insertion method.
17912 (speedbar-fetch-dynamic-tags): New function.
17913 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17914 `speedbar-fetch-dynamic-imenu'.
17915 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17916 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17917 "Revert Buffer" menu items.
17918 (speedbar-buffer-buttons-engine): Be smarter when creating a
17919 filename tag (for expansion purposes.).
17920 (speedbar-highlight-one-tag-line,
17921 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17922 (speedbar-recenter): New functions.
17923 (defimage-speedbar): Image loading abstraction.
17924 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17925 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17926 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17927 (speedbar-tag-type, speedbar-tag-mail): New images.
17928 (speedbar-expand-image-button-alist): New variable.
17929 (speedbar-insert-image-button-maybe): Insert an image over some
17930 buttons.
17931
179322000-05-13 Kenichi Handa <handa@etl.go.jp>
17933
17934 * international/mule-cmds.el (encode-coding-char): An ASCII
17935 character is always encodable.
17936
17937 * international/mule-conf.el: Add more information in descriptions
17938 of character sets.
17939
17940 * international/mule-diag.el (describe-char-after): New function.
17941 (describe-font-internal): Adjusted for the change of font-info.
17942 (describe-font): Likewise.
17943 (print-fontset): Rewritten for the new fontset implementation.
17944 (describe-fontset): Include fontset alias names in completion.
17945 (list-fontsets): Adjusted for the change of print-fontset.
17946
17947 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17948 describe-char-after instead of displaying the detail in the echo
17949 area.
17950 (syntax-code-table): Format changed.
17951 (string-to-syntax): Adjusted for the above change.
17952
179532000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17954
17955 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17956
179572000-05-12 Dave Love <fx@gnu.org>
17958
17959 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17960 dependence. Use line-{beginning,end}-position, not
17961 point-at{b,e}ol. Some doc fixes.
17962 (todo-position): New function. Fix callers of position to use it.
17963 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17964
179652000-05-12 Gerd Moellmann <gerd@gnu.org>
17966
17967 * time.el (display-time-mail-icon): Use `:ascent center'.
17968
17969 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17970 handling FTP security extensions.
17971
179722000-05-11 Dave Love <fx@gnu.org>
17973
17974 * calendar/todo-mode.el: New file.
17975
179762000-05-11 Gerd Moellmann <gerd@gnu.org>
17977
17978 * comint.el (comint-read-input-ring): Move reference to
17979 comint-input-ring-size outside of the save-excursion. It was
17980 causing the default value to be the only one ever seen.
17981
17982 * font-lock.el: Update copyright. Remove Simon Marshall's email
17983 address on request from him.
17984
17985 * subr.el (substitute-key-definition): Add comment describing
17986 the meaning of PREFIX.
17987
179882000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17989
17990 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17991
17992 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17993 (add-minor-mode): Don't make the variable buffer-local and add a
17994 reference to define-minor-mode in the docstring.
17995
17996 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17997 HEADER/FOOTER and fix bug with trailing empty directory.
17998 (cvs-append-to-ignore): Use vc-editable-p if available.
17999 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18000 (vc-do-command): Tweak advice to handle the new VC.
18001
18002 * log-view.el (log-view-goto-rev): New function for the new VC.
18003 (log-view-minor-wrap): Use mark-active.
18004
18005 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18006 (log-edit-changelog-full-paragraphs): New var.
18007 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18008 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18009 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18010 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18011 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18012 Replace the `cvs' prefix with `log-edit'.
18013
18014 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18015
18016 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18017 (diff-font-lock-defaults): Explicitly turn off multiline.
18018 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18019 (diff-ediff-patch): Fix call to ediff-patch-file.
18020 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18021 Handle comments.
18022
18023 * frame.el (automatic-hscrolling): Typo.
18024
18025 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18026
180272000-05-09 Sam Steingold <sds@goems.com>
18028
18029 * apropos.el (apropos-print): use `describe-face' instead of
18030 `customize-face-other-window'.
18031
180322000-05-09 Dave Love <fx@gnu.org>
18033
18034 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18035
18036 * help.el (describe-variable): Have customize button pop the
18037 help-xref stack when invoked.
18038 (help-xref-symbol-regexp): Add `face'.
18039 (help-make-xrefs): Check for quoted face names and adapt regexp
18040 submatch numbers to cope.
18041 (help-xref-interned): Maybe insert face doc too. Separate
18042 sections with a line of hyphens.
18043
18044 * faces.el: Some doc fixes. Declare some functions obsolete.
18045 (describe-face): Add customize button. Return the help
18046 text. Fix prompt.
18047
180482000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18049
18050 * term/internal.el (IT-character-translations): Fix last change.
18051
180522000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18053
18054 * woman.el: New file
18055 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18056
180572000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18058
18059 * term/internal.el (IT-character-translations): Update ASCII
18060 simulations for greek-iso8859-7, add latin-iso8859-14 and
18061 latin-iso8859-15.
18062
18063 * international/mule-cmds.el (set-language-info-alist): Call
18064 define-prefix-command with 3 arguments, to make the map suitable
18065 for a menu.
18066
180672000-05-07 Dave Love <fx@gnu.org>
18068
dc12d871 18069 * time.el: Small doc fixes from Pavel Janík ml.
5fdac1b8
EZ
18070
180712000-05-05 Dave Love <fx@gnu.org>
18072
18073 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18074 list in doc string. Don't quote keyword symbols.
18075 * emacs-lisp/cl.el: Likewise
18076 * emacs-lisp/cl-seq.el: Likewise
18077
180782000-05-05 Gerd Moellmann <gerd@gnu.org>
18079
18080 * abbrev.el (abbrev-mode): Make ARG optional.
18081
180822000-05-04 Gerd Moellmann <gerd@gnu.org>
18083
18084 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18085
18086 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18087
18088 * subr.el (substitute-key-definition): Clarify documentation.
18089
180902000-05-04 Milan Zamazal <pdm@freesoft.cz>
18091
18092 * glasses.el (glasses-convert-to-unreadable): Use
18093 `glasses-separator' instead of the hard-wired "_".
18094 (glasses-mode): Call `glasses-make-unreadable' only in a single
18095 place.
18096
180972000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18098
18099 * term/internal.el (cjk-codepages-alist): Add associations for
18100 Chinese and Korean codepages. Remove FIXME comment.
18101
181022000-05-03 Dave Love <fx@gnu.org>
18103
18104 * time.el (display-time-mail-face, display-time-use-mail-icon):
18105 New option.
18106 (display-time-mail-icon): New variable.
18107 (display-time-string-forms): Use the above. Fix the local-map.
18108
181092000-05-03 Gerd Moellmann <gerd@gnu.org>
18110
18111 * replace.el (query-replace-map): Add binding for `E'.
18112 (query-replace-help): Extend help text.
18113 (perform-replace): Allow editing the replacement string.
18114
18115 * make-mode.el (makefile-mode-abbrev-table): New variable.
18116 (makefile-mode): Set local abbrev table to
18117 makefile-mode-abbrev-table.
18118 (makefile-font-lock-keywords): Fontify includes and conditionals.
18119
18120 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18121 set TOGGLE's value.
18122
18123 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18124 mail-interactive-insert-alias.
18125 (mail-abbrev-complete-alias): New command.
18126 (mail-mode-map): Bind it to `M-TAB'.
18127
181282000-05-03 Kenichi Handa <handa@etl.go.jp>
18129
18130 * language/lao-util.el (lao-compose-region): New function.
18131
181322000-05-02 Gerd Moellmann <gerd@gnu.org>
18133
18134 * files.el (recover-session): Make directories as necessary
18135 if they don't exist yet.
18136
18137 * calendar/cal-french.el
18138 (french-calendar-multibyte-special-days-array)
18139 (french-calendar-special-days-array): Change French text.
18140 (calendar-french-date-string): Change output.
18141 (calendar-goto-french-date): Likewise.
18142
181432000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18144
18145 * wid-edit.el (widget-default-active): Obey `:always-active'.
18146 (widget-documentation-string-value-create): Set `:always-active'.
18147
181482000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18149
18150 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18151 default prefix to `~/_emacs.d/auto-save.list/_s'.
18152 (normal-top-level): Create the directory for auto-save files, if
18153 it doesn't already exist (in the ms-dos case only).
18154
181552000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18156
18157 * international/mule-cmds.el (set-language-environment): Don't
18158 concat an integer (dos-codepage), use format instead.
18159
181602000-05-02 Dave Love <fx@gnu.org>
18161
18162 * help.el (help-xref-on-pp): Check for constant symbols.
18163
181642000-04-29 Gerd Moellmann <gerd@gnu.org>
18165
18166 * startup.el (normal-top-level): Put a condition-case around
18167 the code loading subdirs.el.
18168
181692000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18170
18171 * ps-print.el: Upside-down and face background color printing,
18172 line number step, doc fix.
18173 (ps-print-version): New version number (5.2).
18174 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18175 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18176 (ps-spool-config): Var fix.
18177 (ps-printer-name-option): Const fix.
18178 (ps-print-upside-down, ps-use-face-background)
18179 (ps-line-number-step): New vars.
18180 (ps-window-system, ps-lp-system): New consts.
18181 (ps-face-background): New fun.
18182
181832000-04-28 Richard Stallman <rms@gnu.org>
18184
18185 * files.el (make-auto-save-file-name):
18186 Apply auto-save-file-name-transforms to visited file name
18187 before generating auto save file name.
18188 (auto-save-file-name-transforms): New variable.
18189
18190 * files.el (backup-enable-predicate):
18191 Correctly test for a file under a temporary directory.
18192
181932000-04-28 Gerd Moellmann <gerd@gnu.org>
18194
18195 * subr.el (add-minor-mode): Rewritten.
18196
181972000-04-28 Kenichi Handa <handa@etl.go.jp>
18198
18199 * mail/sendmail.el (sendmail-send-it): Set
18200 buffer-file-coding-system to the selected coding system for MIME
18201 header.
18202
182032000-04-27 Gerd Moellmann <gerd@gnu.org>
18204
18205 * dired.el (dired-move-to-filename-regexp): Allow format where
18206 YYYY is followed by two spaces.
18207
18208 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18209 in the second character class of the regexp.
18210
18211 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18212 mh-etc, too.
18213
18214 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18215 nil.
18216
18217 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18218
18219 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18220 argument.
18221
f1180544 182222000-04-27 Sen Nagata <sen@eccosys.com>
5fdac1b8
EZ
18223
18224 * emacs-lisp/crm.el (crm-completion-table): New variable.
18225 (crm-collection-fn, crm-test-completion)
18226 (completing-read-multiple): Use it.
18227
182282000-04-27 Dave Love <fx@gnu.org>
18229
18230 * help.el (locate-library): Use mapc.
18231 (help-manyarg-func-alist): Add call-process-region.
18232
182332000-04-26 Gerd Moellmann <gerd@gnu.org>
18234
18235 * subr.el (add-minor-mode): Make argument MAP optional.
18236
18237 * desktop.el (desktop-save): Save list of minor modes.
18238 (desktop-create-buffer): Restore minor modes.
18239 (desktop-minor-mode-table): New user-option.
18240
18241 * subr.el (add-minor-mode): New function.
18242
18243 * image.el (find-image): New function.
18244 (defimage): Rewritten to find image at load time.
18245
18246 * startup.el (normal-top-level-add-to-load-path): Handle
18247 case that the default directory is not in load-path.
18248
18249 * help.el: Old patch from Stefan Monnier.
18250 (help-xref-on-pp): New function.
18251 (describe-variable): Use it to display xrefs in a symbol's value.
18252
182532000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18254
18255 * cus-edit.el (custom-face): Fix parenthesis.
18256
182572000-04-26 Kenichi Handa <handa@etl.go.jp>
18258
18259 * mail/rmail.el (rmail-expunge): When there are no deleted
18260 messages, do nothing.
18261
182622000-04-26 Dave Love <fx@gnu.org>
18263
18264 * international/mule-cmds.el (locale-translation-file-name):
18265 Defvar to nil.
18266 (set-locale-environment): Set it here (at runtime).
18267
182682000-04-25 Gerd Moellmann <gerd@gnu.org>
18269
18270 * replace.el (perform-replace): Add parameters START and END. Use
18271 them instead of the check for a region in Transient Mark mode.
18272 (query-replace-read-args): Return two more list elements for the
18273 start and end of the region in Transient Mark mode.
18274 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18275 (map-query-replace-regexp, replace-string, replace-regexp): Add
18276 optional last arguments START and END and pass them to
18277 perform-replace.
18278
18279 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18280 form with additional arguments for perform-replace.
18281
18282 * progmodes/etags.el (tags-query-replace): Add parameters START
18283 and END. Construct a form with additional arguments for
18284 perform-replace.
18285
18286 * simple.el (shell-command): Set default directory for "*Shell
18287 Command Output" buffer.
18288
18289 * language/european.el (iso-latin-4): Fix typo.
18290
18291 * emacs-lisp/crm.el: New file.
18292
182932000-04-24 Dave Love <fx@gnu.org>
18294
18295 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18296 (Custom-reset-saved, Custom-reset-standard)
18297 (custom-group-value-create, custom-group-set, custom-group-save)
18298 (custom-group-reset-current, custom-group-reset-saved)
18299 (custom-group-reset-standard): Use mapc.
18300 (custom-buffer-create-internal): Disable undo when creating items.
18301 Use mapc.
18302 (custom-face): Avoid redundant lambda.
18303
183042000-04-24 Gerd Moellmann <gerd@gnu.org>
18305
18306 * startup.el (auto-save-list-file-prefix): Set default to
18307 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18308
183092000-04-24 Sam Steingold <sds@gnu.org>
18310
18311 * time-stamp.el (time-stamp-string-preprocess): Always convert
18312 `field-result' to a string.
18313
183142000-04-24 Gerd Moellmann <gerd@gnu.org>
18315
18316 * frame.el (scrolling): New group.
18317 (automatic-hscrolling): New user-option.
18318
18319 * startup.el (command-line-x-option-alist): Add `-lsp' and
18320 `--line-spacing'.
18321
183222000-04-19 Dave Love <fx@gnu.org>
18323
18324 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18325 (cl-mapc): Rename from mapc. Fix the funcall.
18326
183272000-04-19 Gerd Moellmann <gerd@gnu.org>
18328
18329 * simple.el (clone-indirect-buffer-other-window): New command.
18330 (clone-indirect-buffer): Add optional arg NORECROD.
18331 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18332
18333 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18334
18335 * window.el (count-screen-lines): New function.
18336 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18337 instead of window-buffer-height.
18338
18339 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18340 non-existing variable comint-input-sentinel.
18341 (inferior-lisp-args-to-list): Removed.
18342 (inferior-lisp): Use split-string instead of
18343 inferior-lisp-args-to-list.
18344
18345 * hexl.el (hexl-insert-hex-string): New command.
18346
18347 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18348 instead of concat.
18349
183502000-04-18 Gerd Moellmann <gerd@gnu.org>
18351
18352 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18353 at the start of an existing but empty folder.
18354
183552000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18356
18357 * ps-mule.el: Customization fix, doc fix.
18358 (ps-multibyte-buffer): Customization fix.
18359
183602000-04-17 Richard M. Stallman <rms@gnu.org>
18361
18362 * subr.el (read-passwd): Use read-char-exclusive.
18363
183642000-04-17 Gerd Moellmann <gerd@gnu.org>
18365
18366 * textmodes/texinfo.el (texinfo-insert-@email)
18367 (texinfo-insert-@emph, texinfo-insert-@quotation)
18368 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18369 (texinfo-mode-map): Add key bindings for them.
18370
18371 * files.el (basic-save-buffer-2): Use a template with `$'
18372 instead of `#' for VMS.
18373
18374 * simple.el (clone-indirect-buffer): New function.
18375
183762000-04-16 Stephen Eglen <stephen@gnu.org>
18377
18378 * iswitchb.el (iswitchb-case): New function. If the user input
18379 contains any upper-case characters, the search is made
18380 case-sensitive.
18381
183822000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18383
18384 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18385 comment-end.
18386 (texinfo-font-lock-syntactic-keywords): New var.
18387 (texinfo-font-lock-keywords): Remove comment regexp.
18388 (texinfo-insert-block): New function.
18389 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18390 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18391 and font-lock-defaults. Use regexp-opt for outline-regexp.
18392 (texinfo-environments): New var.
18393 (texinfo-environment-regexp): Use regexp-opt and
18394 texinfo-environments.
18395
18396 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18397 ispell-process is bound since this might be eval'd before ispell
18398 is loaded.
18399 (ispell-message): Use a tiny bit less magic and a bit more hard
18400 data to figure out what kind of sc-cite-regexp to use.
18401
18402 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18403
18404 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18405 (insert-cyclic-diary-entry): Unquote the lambda.
18406
18407 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18408
18409 * files.el (backup-enable-predicate): Unquote the lambda.
18410
18411 * cus-edit.el (custom-face, face): Unquote the lambda.
18412
184132000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18414
18415 * ps-print.el: Check for line-beginning-position definition.
18416
18417 * ps-print.el: Fix counting lines in a region.
18418 (ps-print-version): New version number (5.1.5).
18419 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18420 (ps-printing-region): Fun code fix.
18421
184222000-04-15 Gerd Moellmann <gerd@gnu.org>
18423
18424 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18425 to file-directory-p.
18426
184272000-04-14 Gerd Moellmann <gerd@gnu.org>
18428
18429 * gud.el (gud-jdb-build-source-files-list): Check that directory
18430 exists before calling directory-files.
18431
184322000-04-13 Dave Love <fx@gnu.org>
18433
18434 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18435 syntax.
18436
18437 * emacs-lisp/cl-specs.el: Remove when, unless.
18438
18439 * emacs-lisp/cl-extra.el: Don't quote keywords.
18440 (cl-old-mapc): New variable.
18441 (mapc): Use it.
18442 (cl-map-intervals): Use with-current-buffer. Don't check for
18443 next-property-change.
18444 (cl-map-overlays): Use with-current-buffer.
18445 (cl-expt): Remove.
18446 (copy-tree, remprop): Define unconditionally.
18447
18448 * emacs-lisp/cl-compat.el (keywordp): Remove.
18449
18450 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18451 to use keywordp.
18452 (edebug-spec): Enable keywordp.
18453
18454 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18455 string-lessp.
18456
18457 * cus-start.el: Use keywordp.
18458
184592000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18460
18461 * diary-lib.el (include-other-diary-files): Fix the fix of
18462 2000-02-18 by doing a save-excursion.
18463
184642000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18465
18466 * ps-print.el: Customization fix, doc fix.
18467 (ps-print-version): New version number (5.1.4).
18468 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18469 (ps-print-preprint): Adjust code.
18470 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18471 (ps-print-prologue-header, ps-print-control-characters)
18472 (ps-spool-config): Customization fix.
18473
184742000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18475
18476 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18477 converted to the new menu-item format, names silightly changed,
18478 help strings added.
18479
18480 Support for spelling without async subprocesses:
18481
18482 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18483 (ispell-session-buffer): New variables.
18484 (ispell-start-process, ispell-process-status,
18485 ispell-accept-output, ispell-send-string): New functions, for
18486 Ispell invocation when async subprocesses aren't supported.
18487 (ispell-word, ispell-pdict-save, ispell-command-loop,
18488 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18489 to process-send-string with calls to ispell-send-string, and
18490 accept-process-output with ispell-accept-output.
18491 (ispell-init-process): Call ispell-process-status instead of
18492 process-status with.
18493 (ispell-init-process): Call ispell-start-process. Call
18494 ispell-accept-output and ispell-send-string. Don't call
18495 process-kill-without-query and kill-process if they are unbound.
18496 (ispell-async-processp): New function.
18497
184982000-04-12 Dave Love <fx@gnu.org>
18499
18500 * info.el: Add debug-ignored-errors.
18501 (Info-mode-menu): Add some items.
18502 (Info-directory): Add autoload cookie.
18503
18504 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18505 Modify `truncate-lines'. Make `describe-language-environment'
18506 always visible and add help. Modify `describe-key' help. Invoke
18507 Info-directory from `info'. New entry `emacs-manual'.
18508
185092000-04-10 Gerd Moellmann <gerd@gnu.org>
18510
18511 * progmodes/ebrowse.el (ebrowse-tree-mode):
18512 Use propertized-buffer-identification.
18513 (ebrowse-update-member-buffer-mode-line): Likewise.
18514 (ebrowse--mode-strings): Removed.
18515 (ebrowse--mode-line-props): Removed.
18516
18517 * files.el (auto-mode-alist): Add `EBROWSE'.
18518
18519 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18520 space before testing for end of buffer.
18521 (ebrowse-load): Removed.
18522 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18523 (ebrowse-create-tree-buffer): Rewritten.
18524 (ebrowse-tree-mode): Read tree from buffer.
18525
18526 * progmodes/ebrowse-ffh.el: Removed.
18527
185282000-04-10 Kenichi Handa <handa@etl.go.jp>
18529
18530 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18531
185322000-04-10 Gerd Moellmann <gerd@gnu.org>
18533
18534 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18535 at the wrong place.
18536
185372000-04-09 Dave Love <fx@gnu.org>
18538
18539 * files.el (backup-enable-predicate):
18540 Use temporary-file-directory, small-temporary-file-directory.
18541 (make-backup-file-name-function, backup-directory-alist): New vars.
18542 (make-backup-file-name-1): New function.
18543 (make-backup-file-name): Use it.
18544 (find-backup-file-name): Likewise. Use format for clarity, not concat.
18545 (file-newest-backup): Use make-backup-file-name.
18546
185472000-04-09 Gerd Moellmann <gerd@gnu.org>
18548
18549 * progmodes/ebrowse-ffh.el: New file.
18550
18551 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18552 Moved to ebrowse-ffh.el.
18553 (ebrowse-load): Add autoload.
18554
18555 * finder.el (finder-commentary): Add autoload cookie.
18556
18557 * mail/rfc2368.el: Correct author's email address.
18558
18559 * progmodes/ebrowse.el: New file.
18560
18561 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18562 item help string.
18563 (easy-menu-do-add-item): Ditto.
18564 (easy-menu-define): Extend doc string.
18565
18566 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
18567 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18568 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18569 with-buffer-unmodified.
18570
185712000-04-08 Dave Love <fx@gnu.org>
18572
18573 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18574 unless, when.
18575
185762000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18577
18578 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18579 (viper-flash-search-pattern): No operation when using Emacs
18580 doesn't support face.
18581 Use `viper-put-on-search-overlay'.
18582
185832000-04-04 Gerd Moellmann <gerd@gnu.org>
18584
18585 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18586 like C-r.
18587
18588 * progmodes/make-mode.el: Some doc fixes.
18589 (makefile-mode-abbrev-table): New variable.
18590 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18591 (makefile-font-lock-keywords): Fontify includes and conditionals.
18592 (toplevel): Require `dabbrev' and `add-log' when compiling.
18593
18594 * replace.el (perform-replace): Don't move forward one char
18595 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18596 to do that because it leaves point 1 position after the last
18597 replacement, after everything has been replaced.
18598
18599 * jit-lock.el (with-buffer-unmodified): New macro.
18600 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18601 modified state.
18602 (jit-lock-function-1): Extracted from jit-lock-function; not
18603 preserving buffer's modified state.
18604 (jit-lock-function, jit-lock-stealth-fontify):
18605 Call jit-lock-function-1.
18606
18607 * mail/rfc2368.el: Remove supernumerary copyright line.
18608
186092000-04-04 Milan Zamazal <pdm@freesoft.cz>
18610
18611 * glasses.el: Provide facilities for inserting space before left
18612 parentheses and uncapitalization of identifiers.
18613 (glasses-mode): Try to remove old overlays in all cases.
18614
186152000-04-03 Gerd Moellmann <gerd@gnu.org>
18616
18617 * progmodes/compile.el (compile-internal): Display the compilation
18618 buffer in a different frame, if it's already displayed there.
18619
18620 * mail/rfc2368.el: New file.
18621
18622 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18623 header and insert its value as mail body.
18624
18625 * subr.el (member-ignore-case): New function.
18626
18627 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18628 (dabbrev--find-expansion): Ignore buffers matching a regexp
18629 from dabbrev-ignored-regexps.
18630
18631 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18632 to extensions handled by gzip.
18633
186342000-04-03 Richard M. Stallman <rms@gnu.org>
18635
18636 * files.el (insert-directory): List the total free space
18637 along with the used space.
18638
18639 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18640 line is followed by one that matches CITATION-REGEXP, end the
18641 paragraph.
18642
186432000-04-03 Markus Rost <rost@delysid.gnu.org>
18644
18645 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18646 (rmail-make-basic-summary-line): Use that option.
18647
186482000-04-03 Kenichi Handa <handa@etl.go.jp>
18649
18650 * international/mule-cmds.el (encoded-string-description):
18651 Rewritten. Try pretty description for ISO 2022 escape sequences
18652 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18653 for hexadecimal format.
18654
186552000-04-01 Dave Love <fx@gnu.org>
18656
18657 * cpp.el: Change customization group to `c' from `C'.
18658
18659 * vcursor.el (vcursor-move): Use display-color-p.
18660
18661 * international/mule-util.el: Provide mule-utils.
18662 (string-to-sequence): Simplify and speed up.
18663
18664 * international/mule.el (make-coding-system): Purecopy doc-string.
18665
18666 * international/mule-cmds.el: Various menu changes.
18667 (describe-specified-language-support): Handle `Default'.
18668 (set-language-info): Purecopy `info'.
18669
186702000-03-31 Andrew Innes <andrewi@gnu.org>
18671
18672 * vc.el (vc-backend-diff): Return the correct status if we had to
18673 retry the rcsdiff command without the --brief option.
18674
186752000-03-31 Dave Love <fx@gnu.org>
18676
18677 * help.el (help-manyarg-func-alist): Correct several omissions.
18678
18679 * add-log.el: Don't require cl, fortran.
18680 (add-log-current-defun-function): Doc fix.
18681 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
18682 (change-log-version-rcs): Function deleted.
18683 (change-log-version-number-search): Doc fix.
18684 Use vc-workfile-version. Avoid CL dolist.
18685 (add-change-log-entry): Just call add-log-current-defun to get
18686 defun. Simplify somewhat.
18687 (change-log-get-method-definition-1): Likewise.
18688 (add-log-current-defun): Return nil if calling
18689 add-log-current-defun-function does so. Move Fortran stuff to
18690 fortran.el. Return string without properties.
18691
18692 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18693 and :alpha: char classes.
18694
18695 * mail/supercite.el: Defvar curline when compiling.
18696 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18697 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18698 rather than a-zA-Z0-9 to allow non-ASCII characters.
18699
187002000-03-31 Gerd Moellmann <gerd@gnu.org>
18701
18702 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18703
18704 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18705 Re-enable new code.
18706
18707 * lpr.el (print-region-1): Use -d to specify printer name for
18708 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18709
187102000-03-31 Dave Love <fx@gnu.org>
18711
18712 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18713 Look for function definition in symbol's function value slot first
18714 instead of first consulting byte-compile-function-environment.
18715
187162000-03-31 Kenichi Handa <handa@etl.go.jp>
18717
18718 * language/european.el ("Polish"): New language environment.
18719 (setup-polish-environment): New function.
18720
187212000-03-30 Gerd Moellmann <gerd@gnu.org>
18722
18723 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18724 Disable new code.
18725
18726 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18727 trying to `load' the symbol of an autoload instead of the file
18728 recorded in the autoload. Fix error messages.
18729
187302000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18731
18732 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18733 (ps-print-version): New version number (5.1.3).
18734 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18735 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18736 (ps-generate-postscript-with-faces): Code fix.
18737 (ps-color-values): XEmacs compatibility.
18738 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18739 (ps-default-fg, ps-default-bg): Adjust customization.
18740 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18741 (ps-color-scale): Renaming old ps-color-value fun.
18742 (ps-print-headers): Replace ps-print-header group to avoid conflict
18743 with ps-print-header variable.
18744 (ps-print-miscellany): New group.
18745 (ps-format-color, ps-rgb-color): New funs.
18746 (ps-default-foreground): New var.
18747 (ps-printer-name-option): New const.
18748
187492000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18750
18751 * net/net-utils.el:
18752 (network-connection-host, network-connection-service): New variables
18753 (network-connection-mode): New mode, derived from comint-mode
18754 (network-connection-mode-setup): New function, saves host and
18755 service information in local variables.
18756
18757 * lisp/locate.el:
18758 (locate-word-at-point): Added this function
18759 (locate): Default to using locate-word-at-point as input
18760 Run dired-mode-hook
18761
187622000-03-29 Dave Love <fx@gnu.org>
18763
18764 * calendar/appt.el: Doc fixes.
18765 (appt-check): Convert min-to-app to a string before passing to
18766 appt-disp-window-function or concat.
18767 (appt-delete-window): Remove test for frame-root-window.
18768 (appt-select-lowest-window, appt-convert-time): Simplify.
18769
18770 * emacs-lisp/bytecomp.el: Doc fixes.
18771 (byte-compile-file-form-autoload):
18772 Update byte-compile-function-environment.
18773
187742000-03-29 Andreas Schwab <schwab@suse.de>
18775
18776 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
18777
18778 * dired.el (dired-insert-directory): If dired-free-space-program
18779 failed just delete its output.
18780
187812000-03-29 Dave Love <fx@gnu.org>
18782
18783 * international/iso-cvt.el: Move provide to end. Doc fixes.
18784 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18785 (iso-iso2sgml, iso-sgml2iso): New functions.
18786 (iso-cvt-define-menu): Fix some entries and use backquote for
18787 clarity.
18788
18789 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18790
187912000-03-28 Gerd Moellmann <gerd@gnu.org>
18792
18793 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18794 ISO-DATE. If non-nil, return date in ISO 8601 format.
18795
187962000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18797
18798 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18799 if it ever becomes used.
18800 (log-edit-mode-hook): Default to vc-log-mode-hook.
18801 (log-edit-mode): Fix the docstring.
18802
18803 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18804 the code.
18805
188062000-03-26 Dave Love <fx@gnu.org>
18807
18808 * net/browse-url.el (browse-url): Re-fix case of
18809 browse-url-browser-function being an alist.
18810 (browse-url): Add :link to defgroup.
18811
18812 * files.el: Doc fixes.
18813 (file-truename): Include `[' in wildcard characters.
18814 (automount-dir-prefix): Customize.
18815 (find-file-wildcards): Add :version.
18816 (find-file-noselect): Simplify a mapcar call.
18817
18818 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18819 compatible with inf-lisp version.
18820 (eval-defun-1): Fix custom-declare-variable case.
18821
188222000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18823
18824 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18825
188262000-03-24 Gerd Moellmann <gerd@gnu.org>
18827
18828 * Makefile (COMPILE_FIRST): New macro.
18829 (compile-files): Compile files from COMPILE_FIRST first.
18830
18831 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
18832
18833 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18834 matching open parenthesis in column 0 to defun-prompt-regexp
18835 only if open-paren-in-column-0-is-defun-start is set.
18836
18837 * sun-curs.el: Require CL at compile-time only.
18838
18839 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18840 instead of copy-list which is a function from CL.
18841 (msb--choose-menu, msb--mode-menu-cond)
18842 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18843 (msb--init-file-alist): Use mapcar instead of mapcan.
18844 (msb--aggregate-alist): Use mapcar instead of mapcan.
18845 Fix `(' in column 0 in doc string.
18846 (msb--add-separators): Use mapcar instead of mapcan.
18847
18848 * cus-dep.el: Require CL at compile-time only.
18849
188502000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18851
18852 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18853 (byte-compile-warnings): New warning `noruntime'.
18854 (byte-compile-constants, byte-compile-variables): Fix docstring.
18855 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18856 execute `eval-whenc-compile's body.
18857 (byte-compile-unresolved-functions): Fix docstring.
18858 (byte-compile-eval): New function.
18859 (byte-compile-callargs-warn): Check if the function will be available
18860 at runtime (via property `byte-compile-noruntime').
18861 (byte-compile-print-syms): New function.
18862 (byte-compile-warn-about-unresolved-functions): Also warn about
18863 `noruntime' functions (and use `byte-compile-print-syms').
18864 (byte-compile-file): Capitalize the message.
18865
188662000-03-24 Gerd Moellmann <gerd@gnu.org>
18867
18868 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18869 (rmail-expunge): Ask for confirmation depending on the setting
18870 of rmail-confirm-expunge.
18871
188722000-03-23 Gerd Moellmann <gerd@gnu.org>
18873
18874 * Makefile (bootstrap-clean): If $(emacs) exists, build
18875 loaddefs.el first. A loaddefs.el that's not up-to-date might
18876 cause a bootstrap failure because things don't autoload as expected.
18877
188782000-03-23 Dave Love <fx@gnu.org>
18879
18880 * net/browse-url.el: Restore previous use of
18881 browse-url-maybe-new-window.
18882
188832000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18884
18885 * ps-print.el: Skip banner page fix.
18886 (ps-print-version): New version number (5.1.2).
18887 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18888
188892000-03-23 Dave Pearson <davep@davep.org>
18890
88c71720 18891 * net/quickurl.el: Changed the type of parameter passed to the
5fdac1b8
EZ
18892 function defined by `quickurl-format-function'. Before only the
18893 text of the URL was passed. Now the whole URL structure is passed
18894 and the function is responsible for extracting the parts it requires.
18895 Changed the default of `quickurl-format-function' accordingly.
18896 (quickurl-insert): Changed the `funcall' of
18897 `quickurl-format-function' to match the above change.
18898 (quickurl-list-insert): Changed the `url' case so that it makes
18899 use of `quickurl-format-function', previous to this the format was
18900 hard wired.
18901
189022000-03-22 Gerd Moellmann <gerd@gnu.org>
18903
18904 * startup.el: Change some spellings for the X Window System.
18905
189062000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18907
18908 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18909 Clean up the code and the regexp and make sure the cursor is
18910 temporarily moved to the suspicious line while querying the user.
18911
189122000-03-22 Jason Rumney <jasonr@gnu.org>
18913
18914 * w32-fns.el (w32-charset-info-alist): Initialize.
18915
189162000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18917
18918 * ps-print.el: N-up last page fix.
18919 (ps-print-version): New version number (5.1.1).
18920 (ps-end-file, ps-end-job, ps-generate): Code fix.
18921
189222000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18923
18924 * files.el (find-file-run-dired): Update docstring.
18925 (find-directory-functions): New hook.
18926 (find-file-noselect): Run find-directory-functions rather than
18927 calling dired directly.
18928
18929 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18930
18931 * pcvs.el: Add a minimal leading commentary.
18932 (cvs-make-cvs-buffer): Change the header part by removing the startup
18933 message and adding a `Module' entry. Also replace the FOOTER and
18934 HEADER special fileinfos with the new support in ewoc for updating
18935 its own footer and header.
18936 (cvs-update-header): Update to use the header/footer of the ewoc.
18937 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18938 (cvs-is-within-p): New function.
18939 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18940 to only examine some subset of the buffers.
18941
18942 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18943 `format' instead of our own ad-hoc functions.
18944 Remove HEADER and FOOTER cases, now handled in the EWOC.
18945 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18946
18947 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18948 output to avoid scaring the user.
18949 (cvs-parse-table): Catch message for non-up-to-date commits.
18950
18951 * pcvs-defs.el (cvs-startup-message): Remove.
18952 (cvs-global-menu): New autoloaded menu.
18953
18954 * pcvs-util.el (cvs-string-fill): Remove.
18955
18956 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18957 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18958 PP part of it and also make it work for footers and headers.
18959 (ewoc-create): Drop POS and BUFFER arguments.
18960 Use the DLL's dummy node to store the end-of-footer position.
18961 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18962 (ewoc-refresh): Remove unused `header' variable.
18963 (ewoc-(get|set)-hf): New functions.
18964
18965 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18966 log-view-*-(message|file) and use easy-mmode-define-navigation.
18967 (log-view-message-re): Match SCCS format as well.
18968 And match the revision line rather than the dashed separator line.
18969 (log-view-mode): Use the new define-derived-mode.
18970 (log-view-current-tag): Fill in with an actual implementation.
18971
18972 * cvs-status.el (cvs-status-(prev|next)): Rename from
18973 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18974 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18975 to let the output "breathe" a little more (more readable).
18976 (cvs-status-mode): Use the new define-derived-mode.
18977
18978 * smerge-mode.el (smerge-auto-leave): New function and variable.
18979 (smerge-basic-map): Rename from smerge-basic-keymap.
18980 Change the bindings for smerge-diff-*.
18981 (smerge-*-map): Use easy-mmode-defmap.
18982 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18983 (smerge-keep-*): Use smerge-auto-leave.
18984
189852000-03-21 Jason Rumney <jasonr@gnu.org>
18986
18987 * cus-edit.el (custom-button-face): Use 3D look for w32.
18988 (custom-button-pressed-face): Likewise.
18989
189902000-03-21 Gerd Moellmann <gerd@gnu.org>
18991
18992 * progmodes/etags.el (tags-case-fold-search): New user-option.
18993 (tags-loop-eval): New function. Bind case-fold-search around eval
18994 depending on the value of tags-case-fold-search.
18995 (tags-loop-continue): Use tags-loop-eval.
18996 (find-tag-in-order): Bind case-fold-search depending on the value
18997 of tags-case-fold-search.
18998
189992000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19000
19001 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
19002 (diff-end-of-hunk): Return the end position for use in
19003 `easy-mmode-define-navigation'.
19004 (diff-recenter): Remove.
19005 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19006 of `easy-mmode-define-navigation'.
19007 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19008 previous renaming) and fix to use new names.
19009 (diff-merge-strings): Use \n as separator: simpler, faster.
19010 (diff-mode): Use `define-derived-mode'.
19011
19012 * derived.el (define-derived-mode): Don't autoload anymore.
19013 Prefer the macro-only version provided by easy-mmode.el.
19014
19015 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
19016 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
19017 (easy-mmode-define-navigation): New macro.
19018
19019 * subr.el (combine-run-hooks): New function.
19020
190212000-03-21 Kenichi HANDA <handa@etl.go.jp>
19022
19023 * term/x-win.el: Fontsets related initialization is simplified.
19024
19025 * international/mule-diag.el (describe-font): Don't refer to
19026 global-fontset-alist, instead call font-list.
19027 (describe-fontset, list-fontsets, mule-diag): Likewise.
19028 (print-fontset): Adjusted for the change of fontset implementation.
19029
19030 * international/fontset.el (x-charset-registries): Variable removed,
19031 instead the corresponding data is stored in the default fontset.
19032 (register-alternate-fontnames): Function removed.
19033 (resolved-ascii-font): Variable removed.
19034 (x-compose-font-name): Ignore the second argument REDOCE.
19035 (x-complement-fontset-spec): Complement only an ASCII font and
19036 element for those charsets than can use that ASCII font.
19037 (generate-fontset-menu): Don't refer to global-fontset-alist,
19038 instead call fontset-list.
19039 (uninstantiated-fontset-alist): Variable removed.
19040 (x-style-funcs-alist): Likewise.
19041 (fontset-default-styles): Likewise.
19042 (x-modify-font-name): Function removed.
19043 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19044 (create-fontset-from-ascii-font): Docsting adjusted for the above
19045 change.
19046 (instantiate-fontset, resolve-fontset-name): Functions removed.
19047 (fontset-list): Now implemented by C code.
19048
19049 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19050 (describe-face): Include `font' attribute in the description.
19051
190522000-03-21 Kenichi Handa <handa@etl.go.jp>
19053
19054 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19055
190562000-03-20 Gerd Moellmann <gerd@gnu.org>
19057
19058 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19059 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19060 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19061
19062 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19063 about behavior of set-buffer-modified-p wrt redisplay.
19064
190652000-03-19 Richard M. Stallman <rms@gnu.org>
19066
19067 * view.el (view-mode-disable): Kill local binding of view-read-only.
19068
190692000-03-18 Gerd Moellmann <gerd@gnu.org>
19070
19071 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19072 is a string, convert it to a syntax cell using string-to-syntax.
19073
19074 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19075 (string-to-syntax): New function.
19076
19077 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19078 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19079 try to use passive ftp mode.
19080
190812000-03-17 Gerd Moellmann <gerd@gnu.org>
19082
19083 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19084
19085 * simple.el (append-to-buffer): Update point of windows after
19086 insertion.
19087
19088 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19089 forward then moving backward. Reindent.
19090
19091 * frame.el (other-frame): Call x-focus-frame only if
19092 focus-follows-mouse is off.
19093
190942000-03-17 Dave Love <fx@gnu.org>
19095
19096 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
19097
190982000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19099
19100 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19101 regexp for labels cannot span several lines.
19102
19103 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19104 `(setq :<key> ':<key>)' to the macro expansion.
19105
191062000-03-16 Dave Love <fx@gnu.org>
19107
19108 * progmodes/f90.el (f90): Put custom group under `languages', not
19109 `fortran'.
19110 (f90-mode-hook): Customize.
19111 (f90-mode): Set add-log-current-defun-function.
19112 (f90-current-defun): New function.
19113
191142000-03-16 Gerd Moellmann <gerd@gnu.org>
19115
19116 * cus-edit.el (custom-variable-tag-face): Handle case that
19117 default face's height is not a number.
19118 (custom-face-tag-face, custom-group-tag-face-1)
19119 (custom-group-tag-face): Ditto.
19120 (custom-group-tag-face-1): Add :group.
19121
19122 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19123
191242000-03-15 Gerd Moellmann <gerd@gnu.org>
19125
19126 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19127 requiring easymenu.
19128
191292000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19130
19131 * ps-print.el: PostScript user-defined prologue, PostScript error
19132 handler, doc fix.
19133 (ps-print-version): New version number (5.1).
19134 (ps-user-defined-prologue, ps-error-handler-message)
19135 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19136 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19137 (ps-insert-string): New function.
19138
191392000-03-15 Kenichi Handa <handa@etl.go.jp>
19140
19141 * international/ccl.el (ccl-compile-expression): Don't generate
19142 invalid self-assignment code.
19143
191442000-03-14 Dave Love <fx@gnu.org>
19145
19146 * subr.el (replace-regexp-in-string): Renamed from
19147 replace-regexps-in-string. Doc fix.
19148
191492000-03-12 Dave Love <fx@gnu.org>
19150
19151 * cus-edit.el: Doc fixes.
19152 (customize-set-variable, customize-save-variable): Rename args for doc.
19153 (custom-variable-tag-face, custom-face-tag-face)
19154 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19155 style which user identify as hyperlink.
19156 (hook): Don't add undefined functions to the hook.
19157 (debug-ignored-errors): Transfer message from bindings.el.
19158
191592000-03-12 Gerd Moellmann <gerd@gnu.org>
19160
19161 * recentf.el (recentf-keep-non-readable-files-p):
19162 Remove double/nested definition.
19163
191642000-03-12 Dave Love <fx@gnu.org>
19165
19166 * facemenu.el (facemenu-get-face): Use display-color-p.
19167 * enriched.el (enriched-decode-foreground): Likewise.
19168 (enriched-decode-background): Likewise.
19169 * isearch.el (isearch-highlight): Likewise.
19170 * info-look.el (info-lookup): Likewise.
19171 * simple.el (completion-setup-function): Likewise.
19172
19173 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19174 :options.
19175
19176 * bindings.el (mode-line-format): Fix line-number and
19177 column-number items. Add help-echo for the background.
19178 (mode-line-mule-info): Modify help-echo.
19179
19180 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19181
19182 * files.el (load-file): Allow completion to .elc.
19183
19184 * man.el: Doc fixes.
19185 (Man-init-defvars): Use display-color-p to set fontification.
19186
19187 * play/hanoi.el (hanoi-internal): Don't use oddp.
19188
191892000-03-12 Gerd Moellmann <gerd@gnu.org>
19190
19191 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19192
19193 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19194
f1180544 191952000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
5fdac1b8
EZ
19196
19197 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19198 Fix comment.
19199
192002000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19201
19202 * font-lock.el (font-lock-keywords): Fix the doc now that
19203 regexp-opt-depth is unnecessary.
19204 (save-buffer-state): Set an edebug spec.
19205 (font-lock-fontify-anchored-keywords): Properly handle the case when
19206 the matcher goes past the limit.
19207
88c71720 19208 * cvs-status.el, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
5fdac1b8
EZ
19209 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19210
19211 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19212 dll.el and cookie.el (from Elib) with heavy renaming and other
19213 massaging.
19214
19215 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19216 Autoload the functions used.
19217 (easy-mmode-define-syntax): Fix CL typo.
19218 (easy-mmode-define-derived-mode): Improve the docstring generation.
19219
192202000-03-10 Gerd Moellmann <gerd@gnu.org>
19221
19222 * textmodes/texinfo.el (texinfo-version): Variable and function
19223 removed.
19224
192252000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19226
19227 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19228 allow more flexibility.
19229 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
19230 (easy-mmode-defmap, easy-mmode-defsyntax)
19231 (easy-mmode-define-derived-mode): New macros.
19232
192332000-03-09 Didier Verna <didier@xemacs.org>
19234
19235 * rect.el (replace-rectangle): New function.
19236
192372000-03-09 Dave Love <fx@gnu.org>
19238
19239 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
19240 (fortran-comment-line-start-skip): Don't match cpp stuff.
19241 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19242 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19243 (fortran-mode): Don't set fortran-comment-line-start-skip,
19244 fortran-comment-line-start here. Set comment-start,
19245 add-log-current-defun.
19246 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19247 (fortran-current-defun): New function.
19248
192492000-03-09 Gerd Moellmann <gerd@gnu.org>
19250
19251 * emacs-lisp/re-builder.el: New file.
19252
19253 * mouse.el (mouse-drag-region): Don't run up-event handler
19254 if hscroll has changed.
19255
19256 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19257 builtin operators, use `font-lock-builtin-face' for Emacs and
19258 `font-lock-preprocessor-face' otherwise.
19259
19260 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19261 `(defun (setf foo)' differently.
19262
192632000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19264
19265 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19266 (regexp-opt): Update comment and adapt the code the new meaning of
19267 the `paren' argument of regex-opt-group for shy-groups.
19268 (regexp-opt-depth): Handle shy groups as well as backslashed
19269 backslashes.
19270 (regexp-opt-group): Turn the leading comment into a docstring.
19271 Allow `paren' to be a string (the string to use to open a group).
19272 Remove open-presuf and close-presuf. Instead of checking for `all
19273 one-char' and then later on check for `several one-char', handle
19274 both cases close together. Also apply a more generic algorithm
19275 for suffixes (the mirror image of the algorithm used for
19276 prefixes). Use shy-groups. Use nreverse rather than reverse.
19277 (regexp-opt-try-suffix): Removed.
19278
19279 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19280 from comint-mode-map, so we can just inherit from it. Also, move
19281 the initialization into the `defvar' since there's no docstring
19282 anyway and it's fairly short.
19283 (inferior-scheme-mode): Define it as derived-mode: the code is
19284 shorter and this way we inherit from comint-mode-map rather than
19285 copying it.
19286
19287 * subr.el (replace-regexps-in-string): Properly handle the case
19288 where we match an empty string.
19289
19290 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19291 when the command has a directory component (such as "./testml").
19292 Also fix a typo in the comment.
19293
192942000-03-08 Gerd Moellmann <gerd@gnu.org>
19295
19296 * Makefile (compile-files): Compile files one by one because
19297 that's the only way to ensure a clean compilation environment for
19298 each individual file.
19299
19300 * frame.el (other-frame): Call x-focus-frame.
19301
193022000-03-07 Dave Love <fx@gnu.org>
19303
19304 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19305 :require to defcustom.
19306
19307 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
19308
19309 * files.el (auto-mode-alist): Add configure.in.
19310
19311 * progmodes/autoconf.el: New file.
19312
193132000-03-07 Gerd Moellmann <gerd@gnu.org>
19314
19315 * mail/mh-e.el: Change maintainer to `none'.
19316
19317 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19318 to remove-hook and add-hook.
19319
193202000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19321
19322 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19323 it as the default.
19324 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19325 (sendmail-send-it): Conditionally add MIME headers specifying the
19326 used character set.
19327
193282000-03-07 Dave Love <fx@gnu.org>
19329
19330 * winner.el: Fix keywords, autoload cookies.
19331 Split eval-when-compile form to avoid compilation failure.
19332
193332000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19334
19335 * international/mule.el: Modify comment about coding system
19336 property `coding-category'.
19337 (make-coding-system): New argument EOL-TYPE. Pay attention to
19338 coding-category property of PROPERTIES.
19339
19340 * international/mule-conf.el (coding-category-utf-8)
19341 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
19342 categories. Include them in the argument for set-coding-priority.
19343
19344 * international/mule-cmds.el (reset-language-environment):
19345 Include coding-category-utf-8, coding-category-utf-16-be, and
19346 coding-category-utf-16-le in the argument for set-coding-priority.
19347 (reset-language-environment): Initialize coding-category-utf-8,
19348 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19349
193502000-03-06 Karl Fogel <kfogel@red-bean.com>
19351
19352 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19353 code abstracted out of `bookmark-jump-noselect'. Now tries info
19354 extensions as well as compression extensions.
19355 (bookmark-jump-noselect): Use above new func.
19356
193572000-03-03 Gerd Moellmann <gerd@gnu.org>
19358
19359 * strokes.el: Change maintainer's mail address.
19360
193612000-03-03 Kenichi Handa <handa@etl.go.jp>
19362
19363 * international/mule-diag.el (list-character-sets): Make help-echo
19364 string by substitute-command-keys.
19365 (list-character-sets): Likewise.
19366 (sort-listed-character-sets): Call help-setup-xref.
19367
193682000-03-02 Gerd Moellmann <gerd@gnu.org>
19369
19370 * time.el (display-time-mail-file): Add `none' to the list of choices.
19371
193722000-03-01 Dave Love <fx@gnu.org>
19373
19374 * help.el (help-xref-go-back): Don't try to set position.
19375
19376 * international/mule-diag.el (list-character-sets):
19377 Call help-setup-xref. Add help-echo to xrefs.
19378 (list-character-sets-1): Add help-echo to xrefs.
19379
193802000-03-02 Gerd Moellmann <gerd@gnu.org>
19381
19382 * frame.el (blink-cursor-mode): Switch cursor on when turning
19383 the mode off.
19384
19385 * add-log.el (add-log-current-defun): Add support for
19386 Autoconf mode.
19387
19388 * mail/rmail.el (rmail-quit-hook): New variable.
19389
193902000-03-01 Dave Love <fx@gnu.org>
19391
19392 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19393
19394 * help.el (help-xref-button): Add help-echo arg.
19395 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19396
19397 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
19398
19399 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
19400
194012000-03-01 Gerd Moellmann <gerd@gnu.org>
19402
19403 * image.el (defimage): Look for image files in load-path.
19404
19405 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
19406
194072000-03-01 David Ponce <david.ponce@wanadoo.fr>
19408
19409 * recentf.el (recentf): Added version tag to the defgroup of recentf.
19410
194112000-03-01 David Ponce <david.ponce@wanadoo.fr>
19412
19413 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
19414 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19415 action to select/unselect a file.
19416 (recentf-edit-list): Code cleanup and improvement.
19417 (recentf-open-more-files-action): `recentf-open-more-files' button
19418 widget action to open a file.
19419 (recentf-open-more-files): No more use standard completion but widgets.
19420 (recentf-more-collection): Deleted.
19421 (recentf-more-history): Deleted.
19422 (recentf-setup-more-completion): Deleted.
19423
194242000-03-01 David Ponce <david.ponce@wanadoo.fr>
19425
19426 * recentf.el (recentf-mode): No more needs that Emacs is running
19427 under a window-system.
19428
194292000-03-01 David Ponce <david.ponce@wanadoo.fr>
19430
19431 * recentf.el (recentf-edit-list): New command to edit the recent
19432 list which allow the user to remove files.
19433 (recentf-edit-selected-items): New global variable, used by
19434 `recentf-edit-list' to hold the list of files to be removed from
19435 the recent list.
19436 (recentf-make-menu-items): Updated to display a "Edit list..."
19437 menu item. Minor code cleanup.
19438
194392000-03-01 David Ponce <david.ponce@wanadoo.fr>
19440
19441 * recentf.el (recentf-open-more-files): New command to open files
19442 that are not displayed in the menu.
19443 (recentf-more-collection): New global variable holding the set of
19444 permissible completions used by `recentf-open-more-files'.
19445 (recentf-more-history): New global variable holding the history list
19446 used by `recentf-open-more-files' completion.
19447 (recentf-setup-more-completion): New function to setup completion for
19448 `recentf-open-more-files'.
19449 (recentf-make-menu-items): Updated to display a "More..." menu item.
19450
194512000-03-01 David Ponce <david.ponce@wanadoo.fr>
19452
19453 * recentf.el (recentf-menu-action): Doc fixed.
19454
194552000-03-01 David Ponce <david.ponce@wanadoo.fr>
19456
19457 * recentf.el (recentf-menu-filter): Doc updated.
19458 (recentf-update-menu-hook): Allow menu filters to force menu update.
19459 (recentf-make-menu-items): New menu filter handling.
19460 (recentf-make-menu-item): New helper function.
19461 (recentf-menu-elements): New menu handling function.
19462 (recentf-sort-ascending): Updated to new menu filter handling.
19463 (recentf-sort-descending): Updated to new menu filter handling.
19464 (recentf-sort-basenames-ascending): New menu filter function.
19465 (recentf-sort-basenames-descending): New menu filter function.
19466 (recentf-show-basenames): New menu filter function.
19467 (recentf-show-basenames-ascending): New menu filter function.
19468 (recentf-show-basenames-descending): New menu filter function.
19469
194702000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19471
19472 * diary-lib.el (list-diary-entries): Don't try to go forward at
19473 the end of the buffer.
19474
194752000-02-29 Kenichi Handa <handa@etl.go.jp>
19476
19477 * international/mule-diag.el (list-character-sets):
19478 Completely rewritten.
19479 (sort-listed-character-sets): New function.
19480 (list-character-sets-1): Completely rewritten.
19481 (list-character-sets-2): New function.
19482 (non-iso-charset-alist): New variable.
19483 (decode-codepage-char): New function.
19484 (charset-history): New variable.
19485 (read-charset) (list-block-of-chars)
19486 (list-iso-charset-chars)
19487 (list-non-iso-charset-chars)
19488 (list-charset-chars): New functions.
19489 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
19490 (dump-charsets): Likewise.
19491
194922000-02-29 Gerd Moellmann <gerd@gnu.org>
19493
19494 * dired-x.el (dired-filename-at-point): Add `@' to valid
19495 file name characters.
19496 (dired-filename-at-point): Handle ange-ftp file names.
19497
19498 * frame.el (frame-notice-user-settings): Use assq-delete-all
19499 instead of assoc-delete-all.
19500 (frame-notice-user-settings): Ditto.
19501
19502 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19503 Don't copy alist.
19504
195052000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19506
19507 * calculator.el (calculator-use-menu): New option.
19508 (calculator-initial-bindings): Changed some bindings to work as macros.
19509 (calculator-forced-input): Removed.
19510 (calculator-restart-other-mode): New variable.
19511 (calculator-mode-map): Set up menu.
19512
195132000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19514
19515 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
19516
195172000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19518
19519 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
19520 translate all ESC key sequences.
19521 (viper-goto-mark-subr): Restore markers for files for which
19522 they were saved.
19523 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19524 * viper-util.el (viper-set-replace-overlay-glyphs)
19525 (viper-set-replace-overlay): Always check if the replacement
19526 overlay is live.
19527 * viper.el (viper-vi-state-mode-list): Add major modes.
19528 * ediff-wind.el: Minor comment changes.
19529 * ediff.el: Copyright notice date fix.
19530
195312000-02-27 Jason Rumney <jasonr@gnu.org>
19532
19533 * faces.el (face-font-family-alternatives): Add arial to helv.
19534 (mode-line, header-line, tool-bar): Same default as x for w32.
19535 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19536 face-font-family-alternatives from working.
19537 * term/w32-win.el (mouse-set-font): Do not build fontset from
19538 chosen font.
19539
195402000-02-25 Sam Steingold <sds@goems.com>
19541
19542 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19543 properly.
19544
195452000-02-25 Richard M. Stallman <rms@gnu.org>
19546
19547 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19548
195492000-02-25 Gerd Moellmann <gerd@gnu.org>
19550
19551 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
19552
19553 * frame.el (busy-cursor-delay-seconds): New option.
19554
195552000-02-24 Gerd Moellmann <gerd@gnu.org>
19556
19557 * frame.el (show-cursor-in-non-selected-windows): New option.
19558
195592000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19560
19561 * diary-lib.el (include-other-diary-files): Undo the selective
19562 display in any included file and don't kill it.
19563
195642000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19565
19566 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19567 Menu items converted to (menu-item format, help strings added.
19568 [downcase, upcase]: Don't enable on MS-DOS.
19569 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
19570 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19571
195722000-02-23 Dave Love <fx@gnu.org>
19573
19574 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19575 (backward-kill-word): Revert addition of * to interactive spec --
19576 it's a feature.
19577
19578 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19579 (backward-kill-sentence, kill-sentence): Likewise.
19580
19581 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19582 scratch buffer name.
19583 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
19584
19585 * term/w32-win.el (internal-face-interactive): Update prompt for
19586 new read-face-name.
19587
19588 * mail/footnote.el (footnote): Add :version to defgroup.
19589 (footnote-section-tag-regexp): Customize.
19590 (footnote-start-tag, footnote-end-tag): New option.
19591 (footnote-latin-regexp): New variable.
19592 (Footnote-latin): New function.
19593 (footnote-style-alist): Add element for latin style.
19594 (footnote-style): Moved.
19595 (Footnote-goto-footnote): Use eq to test arg.
19596
19597 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19598
19599 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19600 (byte-compile-trueconstp): Include keywords.
19601 (byte-optimize-quote, byte-optimize-lapcode):
19602 Use byte-compile-const-symbol-p.
19603 (byte-optimize-char-before): New optimization.
19604
19605 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19606 (byte-compile-const-symbol-p): New function.
19607 (byte-compile-constp, byte-compile-out-toplevel)
19608 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19609 Use it.
19610
19611 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19612
196132000-02-23 Kenichi Handa <handa@etl.go.jp>
19614
19615 * international/encoded-kb.el: Be sure to update minor-mode-alist
19616 and minor-mode-map-alist.
19617 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19618 codes SS2 and SS3 correctly.
19619 (encoded-kbd-self-insert-ccl): New function.
19620 (encoded-kbd-setup-keymap): New function.
19621 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19622 by calling encoded-kbd-setup-keymap.
19623
19624 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19625 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
19626
196272000-02-22 Dave Love <fx@gnu.org>
19628
19629 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
19630 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
19631 (lisp-mode-syntax-table): Set up for #|...|# comments.
19632 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19633 classes. Match `defface'.
19634 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19635 (eval-defun-1): Fix for defcustom.
19636 (lisp-indent-region): Doc fix.
19637
19638 * subr.el (when, unless, split-string): Doc fix.
19639 (read-passwd): Move call of clear-this-command-keys to the right place.
19640 (replace-regexps-in-string): New function.
19641
196422000-02-22 Gerd Moellmann <gerd@gnu.org>
19643
19644 * help.el (describe-variable): Set syntax table to
19645 emacs-lisp-mode-syntax-table when moving forward over the
19646 symbol's name.
19647
196482000-02-22 Dave Love <fx@gnu.org>
19649
19650 * xt-mouse.el: Doc fixes.
19651 (xterm-mouse-position-function): New function, replacing advice of
19652 mouse-position.
19653 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19654
19655 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19656
196572000-02-21 Gerd Moellmann <gerd@gnu.org>
19658
19659 * format.el (format-annotate-single-property-change):
19660 Handle properties with dotted-list values.
19661 (format-proper-list-p): New function.
19662
19663 * enriched.el (enriched-face-ans): Handle '(foreground-color
19664 . COLOR) and (background-color . COLOR).
19665
196662000-02-20 Dave Love <fx@gnu.org>
19667
19668 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19669 and assignments to it.
19670 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19671 current local map.
19672 (make-flyspell-overlay): Use it.
19673 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19674
19675 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19676 (lm-get-header-re): Defun, not defsubst.
19677 (lm-get-package-name): Defun, not defsubst. Simplify.
19678 (lm-version): Doc fix. Simplify.
19679 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19680 (lm-crack-address, lm-last-modified-date, lm-commentary)
19681 (lm-verify, lm-synopsis): Simplify.
19682 (lm-report-bug): Require emacsbug. Use compose-mail.
19683
196842000-02-20 Gerd Moellmann <gerd@gnu.org>
19685
19686 * dired.el (dired-mode): Call propertized-buffer-identification
19687 to set mode-line-buffer-identification to something having
19688 the right text properties.
19689
19690 * bindings.el (propertized-buffer-identification): New function.
19691
196922000-02-20 Dave Love <fx@gnu.org>
19693
19694 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19695 check for t-mouse too.
19696
19697 * cus-start.el: Make echo-keystrokes `number'.
19698
196992000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19700
19701 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19702 Don't call ring-empty-p unless tags-location-ring is bound.
19703 From Noah Friedman <friedman@splode.com>.
19704
197052000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19706
19707 * progmodes/hideshow.el (hs-flag-region): No longer use
19708 `intangible' overlay property.
19709
19710 (hs-toggle-hiding): New command.
19711 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19712
19713 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19714 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19715 and deactivation.
19716
197172000-02-18 Gerd Moellmann <gerd@gnu.org>
19718
19719 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19720
197212000-02-17 Gerd Moellmann <gerd@gnu.org>
19722
19723 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19724
19725 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19726 of `*' to handle `(* ... *)' comments.
19727
197282000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19729
19730 * faces.el (list-faces-display): Use display-mouse-p instead of
19731 window-system.
19732
19733 * menu-bar.el (global-map): Menu-bar items converted to the new
19734 format (menu-item..., rearranged for better CUA compliance, and
19735 their names changed for better clarity. Help strings added.
19736
19737 * international/mule-cmds.el (mule-menu-keymap)
19738 (describe-language-environment-map, set-coding-system-map)
19739 (setup-language-environment-map): Convert to new (menu-item...
19740 form, add help strings. Change names of menu items for better clarity.
19741 "Mule" menu-bar item removed (it's now in the "Options" submenu).
19742
197432000-02-17 Gerd Moellmann <gerd@gnu.org>
19744
19745 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19746 within the code.
19747
197482000-02-16 Dave Love <fx@gnu.org>
19749
19750 * faces.el: Don't require custom. Add more specific :groups to
19751 various deffaces.
19752 (set-face-attribute): Purecopy args.
19753 (read-face-name): Default to name at point and use it in prompt.
19754 Remove colon from arg in all callers.
19755 (list-faces-display): Hyperlink to face descriptions and customize
19756 buffers.
19757
197582000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19759
19760 * wid-edit.el (widget-match-inline): An atom never matches a list.
19761
197622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19763
19764 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19765 at ':' characters by call to split-string.
19766
197672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19768
19769 * textmodes/bibtex.el: Added RCS version identification.
19770
197712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19772
19773 * textmodes/bibtex.el: Some temporary comments removed.
19774 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
19775 (bibtex-field-const): Allow capital letters.
19776 (bibtex-start-of-string): Deleted because unused.
19777
19778 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19779 use the term 'reference' to describe a bibtex entry as a whole.
19780 Further, reference keys are no longer called 'labels'.
19781 (bibtex-keys): Renamed to bibtex-reference-keys.
19782 (bibtex-reformat-previous-labels): Renamed to
19783 bibtex-reformat-previous-reference-keys.
19784 (bibtex-reference-type): Renamed to bibtex-entry-type.
19785 (bibtex-reference-head): Renamed to bibtex-entry-head.
19786 (bibtex-reference-maybe-empty-head): Renamed to
19787 bibtex-entry-maybe-empty-head.
19788 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19789 (bibtex-search-reference): Renamed to bibtex-search-entry.
19790 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19791 bibtex-enclosing-entry-maybe-empty-head.
19792 (bibtex-entry-field-alist, bibtex-entry-head)
19793 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19794 (bibtex-map-entries, bibtex-search-entry)
19795 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19796 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19797 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19798 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19799 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19800 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19801 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
19802
198032000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19804
19805 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19806 comment.
19807 (bibtex-format-field-delimiters): New function, functionality
19808 extracted from bibtex-format-entry.
19809 (bibtex-autokey-get-yearfield-digits): New function, functionality
19810 extracted from bibtex-autokey-get-yearfield.
19811
19812 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19813 entries in order to avoid stack overflow in the regexp matcher if
19814 field contents become large.
19815 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19816 (bibtex-field-string-part-not-braced)
19817 (bibtex-field-string-part-no-inner-braces)
19818 (bibtex-field-string-part-1-inner-brace)
19819 (bibtex-field-string-part-2-inner-braces)
19820 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19821 (bibtex-field-string-quoted, bibtex-field-string)
19822 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19823 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19824 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19825 Deleted as parsing is now performed by the following functions.
19826 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19827 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19828 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19829 (bibtex-parse-association, bibtex-field-name-for-parsing)
19830 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19831 (bibtex-search-forward-field, bibtex-search-backward-field)
19832 (bibtex-start-of-field, bibtex-end-of-field)
19833 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19834 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19835 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19836 (bibtex-parse-string, bibtex-search-forward-string)
19837 (bibtex-search-backward-string, bibtex-start-of-string)
19838 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19839 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19840 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
19841 entries. Instead of reporting the results of the parsing by
19842 match-beginning or match-end, these functions return data structures
19843 that hold the corresponding positions.
19844 (bibtex-enclosing-field): Changed to also report field boundaries by
19845 return values rather than by match-beginning or match-end.
19846 The following functions have been adapted to use the new
19847 parsing functions.
19848 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19849 (bibtex-enclosing-field, bibtex-format-entry)
19850 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19851 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19852 (bibtex-print-help-message, bibtex-end-of-entry)
19853 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19854 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19855 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19856 Use the new method for parsing.
19857 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19858 (bibtex-map-entries, bibtex-flash-head)
19859 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19860 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19861 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19862 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19863 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19864 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19865 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19866 order to make the new binding of case-fold-search immediately visible.
19867
198682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19869
19870 * textmodes/bibtex.el: Copyright notice is up to date.
19871 Added constant 'bibtex-maintainer-salutation.
19872
19873 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
19874 than make-temp-name, use match-string-no-properties and eliminate
19875 a quadratic behavior when building bibtex-strings.
19876
19877 * bibtex.el (bibtex-reference-key): Accept string entries whose
19878 reference key contains upper case letters.
19879
198802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19881
19882 * bibtex.el (bibtex-reference-head): Allow entries to start with
19883 a new line.
19884
198852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19886
19887 * bibtex.el: Hiding of entry bodies is not longer provided by
19888 bibtex.el directly. Instead the hideshow package can be used.
19889 Added a special bibtex entry to hs-special-modes-alist.
19890 (bibtex-hs-forward-sexp): Added for hideshow.el.
19891
198922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19893
19894 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19895 proceedings entry type (for cross referencing). Thanks to Wagner
19896 Toledo Correa for the suggestion.
19897
19898 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19899
199002000-02-14 Kenichi Handa <handa@etl.go.jp>
19901
19902 * international/characters.el: Setup case table for Vietnamese.
19903
199042000-02-12 Gerd Moellmann <gerd@gnu.org>
19905
19906 * uniquify.el (toplevel): Require CL at compile time.
19907 (uniquify-push): Removed.
19908
19909 * shadowfile.el (shadow-when): Removed.
19910
19911 * tempo.el (tempo-dolist, tempo-mapc): Removed.
19912 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
19913
19914 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19915 regexp for paragraph-start.
19916
19917 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19918 commas as well.
19919
199202000-02-10 Dave Love <fx@gnu.org>
19921
19922 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19923 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19924 Deleted.
19925 (widget-specify-field, widget-specify-button): Don't use
19926 widget-mouse-help as help-echo property.
19927 (default): Use #'ignore for :validate and :mouse-down-action.
19928 (checkbox): Add help-echo.
19929 (widget-sexp-validate): Rewritten to clarify error messages.
19930 (character): Use char-valid-p in :match function.
19931 (widget-color-complete): Use facemenu-color-alist.
19932 (widget-color-action): Use facemenu-read-color.
19933
19934 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19935 set up `caar' &c that we now have.
19936
199372000-02-09 Ray Blaak <blaak@gnu.org>
19938
19939 * delphi.el: Make resourcestring a declaration region, like const
19940 and var.
19941
199422000-02-09 Dave Love <fx@gnu.org>
19943
19944 * bindings.el (mode-line-input-method-map): New variable.
19945 (mode-line-mule-info): Use it; fix last change.
19946 (mode-line-mode-menu): Move definition.
19947 (mode-line-mouse-sensitive-p): Deleted.
19948 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
19949 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
19950
19951 * startup.el (command-line-1): Don't call
19952 make-mode-line-mouse-sensitive.
19953
199542000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19955
19956 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19957 before rmail-toggle-header, because the former toggles headers.
19958
199592000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19960
19961 * diff-mode.el (diff-kill-junk): New interactive function.
19962 (diff-reverse-direction): Use delete-and-extract-region.
19963 (diff-post-command-hook): Restrict the area so that the hook also works
19964 outside of any diff hunk. This is necessary for the minor-mode.
19965 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19966 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19967
19968 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19969 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19970 so that it can be used more easily in <foo>-mode-hook. Also make sure
19971 to avoid duplicate entries.
19972 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19973 (font-lock-remove-keywords): Just as was done for `add', allow it to
19974 work even if font-lock-mode is nil. Also make sure we don't modify
19975 any pre-existing list by forcing a copy-sequence. Finally rename
19976 `major-mode' to `mode'.
19977 (font-lock-fontify-syntactic-anchored-keywords)
19978 (font-lock-fontify-anchored-keywords)
19979 (font-lock-fontify-keywords-region): Use line-end-position.
19980 Don't make `font-lock-multiline' local (it's now done in
19981 font-lock-set-defaults).
19982 (font-lock-set-defaults): Make `font-lock-multiline' local.
19983 Move the `font-lock-fontified' creation to inside the `unless'.
19984
199852000-02-06 Andrew Innes <andrewi@gnu.org>
19986
19987 * term/w32-win.el (x-handle-args): Comment out call to message,
19988 which occurs before window system is initialized.
19989
19990 * makefile.nt: Add support for recompiling lisp code.
19991
199922000-02-04 Dave Love <fx@gnu.org>
19993
19994 * bindings.el (mode-line-mule-info): Fix/extend last change.
19995
19996 * completion.el: Replace completion-dolist with dolist.
19997
19998 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
19999
200002000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20001
20002 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
20003 environment names before they go into the section regexp.
20004
20005 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
20006 char class in regexp.
20007
20008 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20009 Bind `case-fold-search' to nil.
20010
20011 * progmodes/idlwave.el (idlwave-template):
20012 Respect `idlwave-abbrev-change-case'.
20013 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20014 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20015 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
20016 (idlwave-rw-case): New function.
20017 (idlwave-statement-match): Fixed problem with assignment regexp.
20018 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
20019 (idlwave-surround): New argument LENGTH to support padding of
20020 operators longer than 1 char.
20021
20022 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20023 idlwave-shell-expression-overlay. Implemented printing of
20024 expressions on higher levels of the calling stack.
20025 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
20026 (idlwave-retrieve-expression-from-level): New function.
20027 (idlwave-shell-last-calling-stack): Variable removed.
20028 (idlwave-shell-reset): Argument action reversed (`visible' to
20029 `hidden'). Also remove stop-line overlay.
20030 (idlwave-shell-calling-stack-routine): New variable.
20031 (idlwave-shell-parse-stack-and-display): Messages now display
20032 negative level numbers.
20033 (idlwave-shell-mode): Set `modeline-format'.
20034 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
20035 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
20036 (idlwave-shell-print-expression-function): New option.
20037
20038 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20039 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
20040 `tool-bar' instead of `toolbar'.
20041
200422000-02-02 Dave Love <fx@gnu.org>
20043
20044 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20045 emacs-lisp-mode-hook. Don't check for defalias being defined.
20046
20047 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
20048 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20049 Use the new builtins directly.
20050
20051 * whitespace.el (whitespace): Add :version to defgroup.
20052
20053 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20054 Doc fix.
20055
20056 * thingatpt.el (sexp-at-point, symbol-at-point)
20057 (number-at-point, list-at-point): Add autoload cookie.
20058
20059 * recentf.el (recentf): Add :version to defgroup.
20060
20061 * quickurl.el (quickurl): Add :version to defgroup.
20062
20063 * elide-head.el (elide-head): Use point-marker more.
20064
20065 * bs.el (bs): Add :version to defgroup.
20066
20067 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20068
20069 * progmodes/delphi.el (delphi): Add :version to defgroup.
20070
200712000-02-02 Gerd Moellmann <gerd@gnu.org>
20072
20073 * ange-ftp.el (ange-ftp-write-region): Handle case that
20074 succeeding process operation sets a different coding system.
20075
20076 * calculator.el: New file.
20077
200782000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20079
20080 * frame.el (frames-on-display-list, framep-on-display): New functions.
20081 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20082 (display-selections-p, display-screens, display-pixel-width)
20083 (display-pixel-height, display-mm-width, display-mm-height)
20084 (display-backing-store, display-save-under, display-planes)
20085 (display-color-cells, display-visual-class): New functions.
20086
20087 * term/tty-colors.el (tty-color-gray-shades): New function.
20088
20089 * faces.el (display-color-p): Use framep-on-display.
20090 (display-grayscale-p): New function.
20091
200922000-01-31 Dave Love <fx@gnu.org>
20093
20094 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20095 (create-fontset-from-x-resource): Don't concat integers.
20096
200972000-01-31 Inge Frick <inge@nada.kth.se>
20098
20099 * view.el: Some changes in documentation. Removed some trailing
20100 whitespace. Changed some parameter names to agree with documentation.
20101 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20102 window is not deleted. Modifies change 1998-04-26.
20103
201042000-01-31 Gerd Moellmann <gerd@gnu.org>
20105
20106 * windmove.el: New file.
20107
20108 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20109 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20110 progmodes/ebnf-yac.el: Update copyright and license info.
20111
20112 * jit-lock.el (jit-lock-function): Widen before calculating
20113 end position.
20114 (jit-lock-stealth-chunk-start): Rewritten.
20115
20116 * info.el (Info-title-face-alist): Removed.
20117 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
20118 (Info-fontify-node): Use these faces.
20119
201202000-01-30 Gerd Moellmann <gerd@gnu.org>
20121
20122 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20123 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20124 `&allow-other-keywords'.
20125
20126 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20127 the list of directories scanned heuristically.
20128
20129 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
20130
201312000-01-30 Jason Rumney <jasonr@gnu.org>
20132
20133 * w32-fns.el: Define w32-tty-standard-colors.
20134
20135 * startup.el (command-line): Use w32-tty-standard-colors when in
20136 w32 console mode.
20137
201382000-01-30 Dave Love <fx@gnu.org>
20139
20140 * jka-compr.el (jka-compr-load): Fix up load-history.
20141
20142 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20143
20144 * emacs-lisp/cl-macs.el: Revert previous change.
20145
201462000-01-29 Dave Love <fx@gnu.org>
20147
20148 * facemenu.el: Purecopy various strings.
20149
20150 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20151 years. Deal with three-digit years.
20152
20153 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20154 Use defconst, purecopy.
20155 (help-back-label): Purecopy it.
20156
201572000-01-18 Gerd Moellmann <gerd@gnu.org>
20158
20159 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20160 variable. If non-nil, order the buffer list according to the
20161 currently selected frame.
20162 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20163 non-nil, pass the selected frame to function buffer-list.
20164
201652000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20166
20167 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20168
201692000-01-28 Dave Love <fx@gnu.org>
20170
20171 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20172
20173 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20174 Don't use lisp-indent-hook property.
20175 (cl-abs): Remove.
20176
20177 * subr.el: Move out indent and edebug specs for when and unless.
20178
20179 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20180 when, unless.
20181
20182 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20183 unless, when.
20184
201852000-01-28 Gerd Moellmann <gerd@gnu.org>
20186
20187 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20188 `collecting' as synonym for `collect'.
20189
20190 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20191 for the case it contains spaces.
20192
20193 * simple.el (what-cursor-position): Change formatting of messages.
20194
20195 * frame.el (delete-other-frames): New function.
20196 (toplevel): Bind it to C-x 5 1.
20197
20198 * sort.el (sort-numeric-base): New option.
20199 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20200 interpret it as octal or hexadecimal. Use sort-numeric-base
20201 as default base.
20202
20203 * progmodes/glasses.el: New file.
20204
202052000-01-27 Gerd Moellmann <gerd@gnu.org>
20206
20207 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20208 userids differently.
20209
20210 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20211 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20212 progmodes/ebnf-yac.el: New files.
20213
202142000-01-26 Dave Love <fx@gnu.org>
20215
20216 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20217 on a function with an empty body. [From Eric Ludlam.]
20218
202192000-01-25 Andre Spiegel <spiegel@gnu.org>
20220
20221 * vc.el (vc-version-diff): Make sure file name is expanded.
20222
202232000-01-25 Gerd Moellmann <gerd@gnu.org>
20224
20225 * scroll-bar.el (scroll-bar-timer): Variable removed.
20226 (scroll-bar-toolkit-scroll): Don't use a timer.
20227
202282000-01-25 Kenichi Handa <handa@etl.go.jp>
20229
20230 * language/thai-util.el (thai-composition-function):
20231 Delete superfluous `a'.
20232
202332000-01-24 Dave Love <fx@gnu.org>
20234
20235 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20236 end-of-defun-function.
20237
20238 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
20239
202402000-01-22 Jason Rumney <jasonr@gnu.org>
20241
20242 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20243 conflicts with new face support.
20244
202452000-01-22 Richard M. Stallman <rms@gnu.org>
20246
20247 * replace.el (query-replace): Rename last arg to DELIMITED.
20248 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20249 (query-replace-regexp): Likewise.
20250
202512000-01-20 Richard M. Stallman <rms@gnu.org>
20252
20253 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20254
20255 * emacs-lisp/lisp.el (beginning-of-defun-function):
20256 Variable renamed from beginning-of-defun.
20257 Do not call make-variable-buffer-local.
20258 (beginning-of-defun-raw): Use new variable name; doc fix.
20259 (beginning-of-defun): Doc fix.
20260 (end-of-defun-function): Variable renamed from end-of-defun.
20261 Do not call make-variable-buffer-local.
20262 (end-of-defun): Use new variable name; doc fix.
20263
20264 * subr.el (dolist, dotimes): Copied from cl-macs.el
20265 and made to work.
20266
20267 * mail/undigest.el (rmail-digest-end-regexps):
20268 Variable replaces rmail-digest-end-regexp.
20269 Allows multiple regexps for detecting the end line.
20270 (undigestify-rmail-message): Corresponding changes.
20271
202722000-01-19 Dave Love <fx@gnu.org>
20273
20274 * files.el (user-init-file): Don't declare here -- is primitive.
20275
20276 * startup.el (command-line): Check for compiled user-init-file and
20277 set to uncompiled version if necessary.
20278
202792000-01-18 Gerd Moellmann <gerd@gnu.org>
20280
20281 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20282 (undigestify-rmail-message): Use it.
20283
20284 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20285
202862000-01-17 Gerd Moellmann <gerd@gnu.org>
20287
20288 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20289 of mini-buffer.
20290
202912000-01-14 Gerd Moellmann <gerd@gnu.org>
20292
20293 * emacs-lisp/copyright.el (copyright-update): Removed the
20294 requirement for a trailing space from `copyright-regexp', to
20295 support copyrights with owner specified on a separate line..
20296
20297 * align.el: New file.
20298
20299 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20300
20301 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20302
203032000-01-13 Dave Love <fx@gnu.org>
20304
20305 * ph.el: Removed. (Obsoleted by EUDC.)
20306
203072000-01-13 Gerd Moellmann <gerd@gnu.org>
20308
20309 * net/eudc.el (toplevel): Remove autoloaded code installing
20310 menu with easymenu, because that causes build problems.
20311
20312 * frame.el (frame-notice-user-settings): New variable.
20313 (frame-notice-user-settings): Don't modify frame parameters
20314 if called a second time.
20315
203162000-01-13 Richard M. Stallman <rms@gnu.org>
20317
20318 * frame.el (frame-notice-user-settings):
20319 Notice default-frame-parameters even for non-window frames.
20320
203212000-01-13 Gerd Moellmann <gerd@gnu.org>
20322
20323 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20324 for Emacs.
20325 (eudc-bob-can-display-inline-images): Extend for Emacs.
20326 (eudc-bob-toggle-inline-display): Ditto.
20327 (eudc-bob-display-jpeg): Ditto.
20328
203292000-01-12 Gerd Moellmann <gerd@gnu.org>
20330
20331 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20332 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20333 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20334
20335 * add-log.el (add-change-log-entry): Fix error trying an
20336 `(insert nil)'.
20337
20338 * subdirs.el: Add `net' directory.
20339
20340 * net: New directory.
20341
20342 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20343 eval-last-sexp. Don't bind debug-on-error here.
20344 (eval-last-sexp): New function. Bind debug-on-error if
20345 eval-expression-debug-on-error is non-nil.
20346 (eval-defun-2, eval-defun): Likewise.
20347
20348 * simple.el (eval-expression): Don't bind debug-on-error if
20349 eval-expression-debug-on-error is nil. Detect changed
20350 debug-on-error, and propagate new value to global binding, if
20351 eval-expression-debug-on-error is non-nil,
20352 (eval-expression-debug-on-error): Change doc string.
20353
203542000-01-11 Richard M. Stallman <rms@gnu.org>
20355
20356 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20357
20358 * emacs-lisp/lisp-mode.el (with-syntax-table):
20359 Set up lisp-indent-function property.
20360
20361 * subr.el (with-syntax-table): Moved from simple.el.
20362
20363 * simple.el (with-syntax-table): Moved to subr.el.
20364
203652000-01-11 Gerd Moellmann <gerd@gnu.org>
20366
20367 * tmm.el (tmm-shortcut): Delete region after prompt instead
20368 of erasing buffer.
20369
20370 * textmodes/fill.el (fill-common-string-prefix): New function.
20371 (fill-context-prefix): Use the longest common prefix of first
20372 and second line fill prefix, if there is one.
20373
203742000-01-11 Richard M. Stallman <rms@gnu.org>
20375
20376 * array.el (array-mode): Don't use make-variable-buffer-local.
20377 Use make-local-variable for `truncate-lines'.
20378
203792000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20380
20381 * add-log.el (add-log-current-defun): Handle user-defined
20382 add-log-current-function returning nil,
20383
20384 * add-log.el (add-change-log-entry): Insert version number
20385 if having found a current function
20386
20387 * add-log.el (add-log-current-defun):
20388 Call `add-log-current-defun-function'. Try matches at level 0 and
20389 level 1. Strip whitespace from defun found.
20390
203912000-01-10 John Wiegley <johnw@gnu.org>
20392
20393 * allout.el (isearch-done/outline-provisions): Added `edit'
20394 argument to correspond with the current definition of `isearch-done'.
20395
203962000-01-10 Dave Love <fx@gnu.org>
20397
20398 * elide-head.el (elide-head): Use point-marker, not point.
20399
204002000-01-10 Gerd Moellmann <gerd@gnu.org>
20401
20402 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20403 before and after the year 2000.
20404
20405 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20406 Add ispell- prefix.
20407
204082000-01-10 Ken Stevens <k.stevens@ieee.org>
20409
20410 * ispell.el: Only define dictionaries in menus when they exist.
20411 (version18p): New variable.
20412 (version20p): New variable.
20413 (xemacsp): New variable.
20414 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20415 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20416 (ispell-dictionary-alist6): Russian command lines no longer accept
20417 run-together words.
20418 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20419 (ispell-dictionary-alist): Add koi8-r to customize definition.
20420 (check-ispell-version): Added documentation string. Return library
20421 path when called non-interactively.
20422 (ispell-menu-map-needed): Uses new variables.
20423 (ispell-library-path): New variable.
20424 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20425 (ispell-word): Improved documentation string. Test for valid
20426 character mappings. Correctly check typed in word changes that can
20427 result in single words split into multiple words.
20428 Return replacement word.
20429 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20430 replace in recursive query replace mode. Help message for
20431 recursive edit mode.
20432 (ispell-show-choices): Protect against bad framepop bindings.
20433 (ispell-help): Fix to work with XEmacs.
20434 (ispell-highlight-spelling-error): Use new variables.
20435 (ispell-overlay-window): Fix to work with XEmacs.
20436 (ispell-parse-output): Passed and returns location information
20437 tracking spelling corrections. Doesn't recheck same word on
20438 current line.
20439 (ispell-init-process): Protect against bogus XEmacs variable binding.
20440 Fix call to single argument in sleep-for. Use new variables.
20441 (ispell-region): Passed and returns location information tracking
20442 spelling corrections. Doesn't check same word on current line.
20443 Improved documentation string. Doesn't resend a line already
20444 checked to the ispell process - fixes bug in LaTeX parsing.
20445 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20446 (ispell-skip-region): No longer skips <TT> in SGML.
20447 (ispell-process-line): Tracks location information with spelling
20448 corrections. Added documentation string. Accounts for words
20449 already accepted on this line. Don't allow query-replace on line
20450 starting with math characters. Doesn't resend a line already sent
20451 to ispell process. Fixes alignment error bug.
20452
204532000-01-10 Richard M. Stallman <rms@gnu.org>
20454
20455 * dired-x.el (dired-guess-shell-alist-default):
20456 Suggest xloadimage, which is free, not xv, which isn't.
20457
20458 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20459 Don't ever include the host name or user name in the value.
20460
204612000-01-09 Gerd Moellmann <gerd@gnu.org>
20462
20463 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20464 of a real newline.
20465
204662000-01-09 Stephen Eglen <stephen@gnu.org>
20467
20468 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20469 for .png files.
20470
204712000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20472
20473 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20474
204752000-01-09 Gerd Moellmann <gerd@gnu.org>
20476
20477 * progmodes/cperl-mode.el: Replace ^F with ^L.
20478
20479 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20480 `require'ing rmail and mailalias to prevent infinite recursion.
20481
204822000-01-08 Dave Love <fx@gnu.org>
20483
20484 * emacs-lisp/backquote.el: Remove inappropriate customization
20485 (allowing custom.el to use backquote).
20486
204872000-01-07 Dave Love <fx@gnu.org>
20488
20489 * add-log.el (add-log-debugging): Deleted.
20490 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20491 file. Remove debugging code.
20492 (change-log-get-method-definition, change-log-name): Add doc.
20493 (change-log-sortable-date-at): New function.
20494 (change-log-merge): New command.
20495
20496 * time.el (display-time-string-forms): Make the Mail string active.
20497 (display-time-update): Provide help-echo for load average.
20498
20499 * bindings.el (make-mode-line-mouse2-map): New function.
20500 (mode-line-modified): Use it and simplify.
20501 (mode-line-mule-info): Provide help-echo info.
20502 (minor-mode-alist): Activate the strings.
20503 (make-mode-line-mouse-sensitive): Simplify for
20504 mode-line-buffer-identification.
20505
205062000-01-07 Gerd Moellmann <gerd@gnu.org>
20507
20508 * play/pong.el: New file.
20509
205102000-01-06 Dave Love <fx@gnu.org>
20511
20512 * array.el: Assorted cleanups for compiler warnings, doc strings,
20513 `array-' prefix for symbols.
20514
205152000-01-05 Dave Love <fx@gnu.org>
20516
20517 * textmodes/outline.el (outline-mode-menu-bar-map):
20518 Add outline-headers-as-kill.
20519 (outline-mode): Define imenu-generic-expression.
20520 (outline-headers-as-kill): New command.
20521
20522 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20523 from paragraph-start.
20524 (paragraph-indent-minor-mode): New command.
20525
20526 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20527 M-C-e, M-C-h, C-j, C-xnd, TAB.
20528 (fortran-mode): Set beginning-of-defun, end-of-defun.
20529 (fortran-column-ruler): Simplify.
20530 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20531 (fortran-with-subprogram-narrowing): Likewise.
20532 (fortran-indent-subprogram): Call mark-defun.
20533 (fortran-check-for-matching-do): Change narrowing.
20534
20535 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20536 (cl-lucid-hash-tag): Delete.
20537 (cl-hash-table-p): Correct test for native table.
20538 (cl-hash-table-count): Use hash-table-count.
20539
20540 * browse-url.el (browse-url): Fix case of
20541 browse-url-browser-function being an alist.
20542
205432000-01-05 Carsten Dominik <cd@gnu.org>
20544
20545 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20546 (reftex-index-phrase-file-extension): New options.
20547
20548 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20549 Use new option `reftex-index-phrase-file-extension'.
20550
20551 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20552 `reftex-parse-file-extension'.
20553
205542000-01-05 Dave Love <fx@gnu.org>
20555
20556 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20557 (beginning-of-defun-raw): Use it.
20558 (end-of-defun): New variable.
20559 (end-of-defun): Use it.
20560 (check-parens): New command.
20561
205622000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20563
20564 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20565 (hs-show-block): Don't use `mapcar' when not accumulating.
20566
20567 Fix buglet in local variables initialization.
20568
205692000-01-05 Andreas Schwab <schwab@suse.de>
20570
20571 * hscroll.el (hscroll): Doc fix.
20572
205732000-01-05 Carsten Dominik <cd@gnu.org>
20574
20575 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20576 Require idlw-toolbar.
20577
20578 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
20579 file idlw-rinfo.el.
20580 (idlwave-customize): Load must read file idlw-shell.el.
20581 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
20582
205832000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20584
20585 * progmodes/idlw-shell.el: Also provide idlwave-shell
20586 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20587 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20588
20589 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
20590 both reftex-dcr and reftex-vcr.
20591
20592 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20593
205942000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20595
20596 * ps-print.el: PostScript code now is in separate files, doc fix.
20597 (ps-print-version): New version number (5.0.3).
20598 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20599 local.
20600 (ps-spool-config): Initialization fix.
20601 (ps-print-prologue-1, ps-print-prologue-2)
20602 (ps-print-duplex-feature): PostScript code moved to separated file.
20603 (ps-background-image): Little code reformating.
20604 (ps-begin-file, ps-begin-job): Fix code.
20605 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20606 (ps-prologue-file): New fun.
20607
206082000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20609
20610 * ps-vars.el: Eliminated.
20611
20612 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20613 `;;;###autoload'.
20614
20615 * ps-print.el: ps-vars eliminated, doc fix.
20616 (ps-print-version): New version number (5.0.2).
20617 (ps-spool-config): Initialization fix.
20618 (ps-print-customize): New fun.
20619
206202000-01-04 Gerd Moellmann <gerd@gnu.org>
20621
20622 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
20623
206242000-01-04 Dave Love <fx@gnu.org>
20625
20626 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20627 menu items.
20628
206292000-01-03 Dave Love <fx@gnu.org>
20630
20631 * elide-head.el (elide-head) [defgroup]: Add :version.
20632
20633 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
20634 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20635 Use `cl-hash-table-p', not `hash-table-p'.
20636 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20637
206382000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20639
20640 * faces.el (face-read-integer, read-face-attribute)
20641 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
20642
206432000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20644
20645 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20646 at comment end, and re-insert them after filling.
20647
206482000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20649
20650 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20651 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20652 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20653
206542000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20655
20656 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20657 the new name of face-color-supported-p.
20658
20659 * term/w32-win.el (xw-defined-colors): Likewise.
20660
206612000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20662
20663 * simple.el (completion-setup-function): Count completion-size
20664 from minibuffer-prompt-end, not from point-min.
20665
206662000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20667
20668 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20669 Pass the frame to tty-color-* functions.
20670 (display-color-p, frame-set-background-mode): Pass the frame to
20671 tty-display-color-p.
20672
20673 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20674 tty-color-alist.
20675 (tty-color-alist, tty-modify-color-alist): New functions.
20676 (tty-color-define, tty-color-clear, tty-color-approximate)
20677 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20678 optional parameter FRAME.
20679
206802000-01-01 Gerd Moellmann <gerd@gnu.org>
20681
20682 * image.el (create-image, defimage): Don't assume image data is
20683 a string.
20684
20685 * image.el (defimage): Handle specifications containing :data
20686 instead of :file.
20687 (image-type-from-data): New function.
20688 (image-type-from-file-header): Use it.
20689 (create-image): Add parameter DATA-P.
20690
20691See ChangeLog.8 for earlier changes.
20692
20693;; Local Variables:
dc12d871 20694;; coding: utf-8
5fdac1b8
EZ
20695;; End:
20696
5b87ad55 20697 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006,
409cc4a3 20698 2007, 2008 Free Software Foundation, Inc.
5b87ad55
GM
20699
20700 This file is part of GNU Emacs.
20701
20702 GNU Emacs is free software; you can redistribute it and/or modify
20703 it under the terms of the GNU General Public License as published by
b4aa6026 20704 the Free Software Foundation; either version 3, or (at your option)
5b87ad55
GM
20705 any later version.
20706
20707 GNU Emacs is distributed in the hope that it will be useful,
20708 but WITHOUT ANY WARRANTY; without even the implied warranty of
20709 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20710 GNU General Public License for more details.
20711
20712 You should have received a copy of the GNU General Public License
20713 along with GNU Emacs; see the file COPYING. If not, write to the
20714 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20715 Boston, MA 02110-1301, USA.
20716
ab5796a9
MB
20717
20718;;; arch-tag: a7cd2b86-43eb-409b-883f-3700fa85334f